]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(gnus-group-mode-map): Map follow-link to mouse-face.
[gnu-emacs] / lisp / ChangeLog
1 2004-12-17 Kim F. Storm <storm@cua.dk>
2
3 * mouse.el (mouse-1-click-follows-link): New defcustom.
4 (mouse-on-link-p): New function.
5 (mouse-drag-region-1): Implement mouse-1-click-follows-link
6 functionality. Map a mouse-1 click event into a mouse-2 (or
7 other) event when position is inside a link.
8
9 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10 prefix in tooltip text with "mouse-1" when this is a link
11 recognized by mouse-1-click-follows-link functionality.
12
13 * help.el (describe-key): Report effective and original binding
14 for mouse-1 when clicked on a link.
15 (describe-mode): Add follow-link property to "minor-mode" button.
16
17 * help-fns.el (describe-variable): Add follow-link property to
18 "below" button.
19
20 * help-mode.el (help-xref): Add follow-link property.
21
22 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
23 (apropos-command, apropos-variable, apropos-face, apropos-group)
24 (apropos-widget, apropos-plist): Add follow-link property.
25
26 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
27 checks if position is in a filename, rather than some other
28 clickable item. Function looks for cvs-filename-face at position.
29
30 * wid-edit.el (widget-specify-field, widget-specify-button):
31 Map a :follow-link keyword into a follow-link property.
32 (link): Add :follow-link keyword, map to RET binding.
33
34 * dired.el (dired-mode-map): Map follow-link to mouse-face.
35
36 * progmodes/compile.el (compilation-minor-mode-map)
37 (compilation-button-map, compilation-mode-map): Likewise.
38
39 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
40
41 * play/zone.el (zone): Init `line-spacing' from orig buffer.
42 (zone-replace-char): Take `count' and `del-count'
43 instead of `direction'. Update callers. When `del-count' is
44 non-nil, delete that many characters, otherwise `count' characters
45 backwards. Insert the newly-replaced string `count' times.
46 (zone-fret): Handle chars w/ width greater than one.
47 (zone-fall-through-ws): No longer take window width `ww'.
48 Update callers. Add handling for `char-width' greater than one.
49 (zone-pgm-drip): Update var holding window-end position every cycle.
50
51 2004-12-17 Andre Spiegel <spiegel@gnu.org>
52
53 * vc.el (vc-default-update-changelog): Use insert-file-contents,
54 rather than insert-file.
55
56 2004-12-16 Jay Belanger <belanger@truman.edu>
57
58 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
59 (math-init-random-base, math-random-digit): Check to see if
60 var-RandSeed is bound.
61 (math-random-last): Declare it.
62 (math-random-digit): Don't make math-random-last local.
63
64 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
65
66 * play/zone.el (zone): Fix omission bug: Use a self-disabling
67 one-shot thunk for uniform (error, quit, normal) recovery.
68 Reported by John Paul Wallington.
69 (zone-pgm-random-life): Fix bug:
70 Recognize empty initial field by lack of "@" chars.
71
72 2004-12-16 Juri Linkov <juri@jurta.org>
73
74 * help.el (function-called-at-point):
75 * help-fns.el (variable-at-point): As a last resort try striping
76 non-word prefixes and suffixes.
77
78 * descr-text.el (describe-property-list): Don't treat syntax-table
79 specially. Use describe-text-sexp which inserts [show] button
80 for large objects and handles printing errors. Sort properties
81 by names in alphabetical order instead of by value sizes.
82 Add `mouse-face' to list of properties for `describe-face' widget.
83 (describe-char): Mask out face-id from 19 bits of character.
84 Print face-id separately.
85
86 * replace.el (occur-accumulate-lines, occur-engine):
87 Fontify unfontified matching lines in the source buffer
88 before copying them.
89 (occur-engine): Don't put mouse-face on context lines.
90 (occur-next-error): Set point to line beginning/end
91 before searching for prev/next property to skip multiple
92 matches on a line (not supported by occur engine).
93 Remove redundant prefix-numeric-value.
94
95 2004-12-15 Juri Linkov <juri@jurta.org>
96
97 * replace.el (match): New face.
98 (list-matching-lines-face): Change default from `bold' to `match'.
99
100 * progmodes/grep.el (grep-match-face): New defvar.
101 (grep-mode-font-lock-keywords): Use grep-match-face instead of
102 compilation-column-face to highlight grep matches.
103
104 * apropos.el (apropos-match-face): Change default from
105 `secondary-selection' to `match'.
106
107 * info-look.el (info-lookup-highlight-face): Change default from
108 `highlight' to `match'.
109
110 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
111
112 * progmodes/executable.el (executable-interpret): Eliminate
113 obsolete compile-internal, and switch to comint for interaction.
114
115 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
116
117 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
118 `&&' when skipping multiple statements on a line.
119
120 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
121
122 * play/zone.el (zone): Set `truncate-lines'.
123 Also, init `tab-width' with value from original buffer.
124 (zone-shift-up): Rewrite for speed.
125 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
126 (zone-pgm-jitter): Remove redundant entries from ops vector.
127 (zone-exploding-remove): Reduce iteration count.
128 (zone-cpos): Convert to defsubst.
129 (zone-replace-char): New defsubst.
130 (zone-park/sit-for): Likewise.
131 (zone-fret): Take window-start arg.
132 Update callers. Use `zone-park/sit-for'.
133 (zone-fill-out-screen): Rewrite.
134 (zone-fall-through-ws): Likewise. Update callers.
135 (zone-pgm-drip): Use `zone-replace-char'.
136 Move var inits before while-loop. Use `zone-park/sit-for'.
137 (zone-pgm-random-life): Handle empty initial field.
138 Use `zone-replace-char' and `zone-park/sit-for'.
139
140 2004-12-15 Juri Linkov <juri@jurta.org>
141
142 * isearch.el (isearch-update): Test isearch-lazy-highlight
143 before calling isearch-lazy-highlight-new-loop.
144 (isearch-lazy-highlight-new-loop):
145 Don't test isearch-lazy-highlight.
146
147 * replace.el (perform-replace): Add isearch-case-fold-search.
148 Use delimited-flag for isearch-regexp.
149 Reset isearch-lazy-highlight-last-string to force lazy
150 highlighting when called from isearch mode.
151 (query-replace-highlight): Revert defcustom type to boolean.
152 (query-replace-lazy-highlight): New defcustom.
153 (query-replace): New face.
154 (perform-replace, replace-highlight, replace-dehighlight):
155 Test query-replace-lazy-highlight instead of special value
156 `isearch' of query-replace-highlight.
157 (replace-dehighlight): Don't call isearch-dehighlight.
158 (replace-highlight): Don't call isearch-highlight.
159 Use face `query-replace' unconditionally.
160
161 2004-12-14 Kim F. Storm <storm@cua.dk>
162
163 * simple.el (inhibit-mark-movement): Remove defvar.
164 (beginning-of-buffer, end-of-buffer): Don't use it.
165
166 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
167 use inhibit-mark-movement.
168
169 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
170 (cua--undo-push-mark): Remove.
171 (cua--pre-command-handler, cua--post-command-handler): Don't
172 fiddle with inhibit-mark-movement.
173
174 2004-12-14 Juri Linkov <juri@jurta.org>
175
176 * buff-menu.el (list-buffers-noselect): Collect internal info
177 for every buffer in BUFFER-LIST arg too.
178 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
179 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
180 Bind same-window-buffer-names and same-window-regexps to nil.
181
182 2004-12-13 Juri Linkov <juri@jurta.org>
183
184 * simple.el (next-error-buffer-p, next-error-find-buffer):
185 Doc fix.
186
187 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
188 (sc-cite-region, sc-uncite-region, sc-recite-region):
189 Fix previous change to handle not alist as a symbol, but
190 a citation frame as a symbol that represents a variable name.
191
192 2004-12-13 Richard M. Stallman <rms@gnu.org>
193
194 * filecache.el (file-cache-add-directory-using-find):
195 Only set up file-cache-find-command-posix-flag if we will use it.
196
197 * bindings.el (mode-line-buffer-identification-keymap):
198 Don't cancel the mode-line's usual down-mouse-1 binding.
199
200 * cus-edit.el (custom-face-selected): Handle `default' specs.
201 (custom-face-edit): Increase extra-offset.
202 (custom-display): Handle `default' specs.
203
204 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
205
206 * emacs-lisp/elint.el (elint-standard-variables)
207 (elint-unknown-builtin-args): Move definitions up.
208
209 * net/browse-url.el (browse-url-url-at-point): Add autoload.
210
211 * info.el (info-xref-visited): Use `default' instead of t.
212 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
213
214 * faces.el (header-line, mode-line-inactive, tool-bar):
215 Use `default' instead of t for setting the defaults.
216 (face-spec-choose): Separate `t' from `default'.
217
218 * subr.el (while-no-input): New macro.
219
220 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
221
222 * filecache.el (file-cache-add-directory-using-find):
223 Only test file-cache-find-command-posix-flag on some systems.
224
225 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
228 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
229 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
230 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
231 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
232
233 2004-12-12 Juri Linkov <juri@jurta.org>
234
235 * files.el (find-file-other-window, find-file-other-frame):
236 Add the first buffer to the returned value to return the complete
237 list of all visited buffers.
238 (find-file-read-only, find-file-read-only-other-window)
239 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
240 `find-file-read-args'. Signal an error about non-existent file
241 only if file name doesn't contain wildcards. Toggle read-only in
242 all visited buffers.
243 (find-alternate-file, find-alternate-file-other-window):
244 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
245 called interactively. Pass arg `wildcards' to other functions.
246 (find-file-noselect): Doc fix.
247
248 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
249 Doc fix.
250 (ffap-directory-finder): New variable.
251 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
252 (ffap-file-at-point): Add /* to immediately rejected names.
253 Return absolute file names matching ffap-dired-wildcards.
254 (ffap-read-file-or-url): Set default value for `completing-read'
255 to `buffer-file-name'.
256 (find-file-at-point): When filename matches ffap-dired-wildcards,
257 call ffap-file-finder with t arg `wildcards', instead of dired.
258 (ffap-other-window, ffap-other-frame): Return visited buffers.
259 (ffap-read-only, ffap-read-only-other-window)
260 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
261 (dired-at-point): Call ffap-directory-finder instead of dired.
262 (ffap-dired-other-window, ffap-dired-other-frame)
263 (ffap-list-directory): New commands.
264 (ffap-bindings): New keybindings for new commands.
265
266 2004-12-12 Juri Linkov <juri@jurta.org>
267
268 * simple.el (beginning-of-buffer, end-of-buffer):
269 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
270 Do not push mark when mark is active in transient-mark-mode.
271
272 * simple.el (mark-word):
273 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
274 * textmodes/paragraphs.el (mark-paragraph):
275 Extend the region when mark is active in transient-mark-mode,
276 regardless of the last command. Doc fix.
277
278 * simple.el (mark-word): Preserve direction when repeating.
279 Make arg optional. Interactive "p" -> "P".
280 (transient-mark-mode, inhibit-mark-movement): Doc fix.
281
282 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
283 preserving direction, to mark forward instead of backward when mark
284 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
285
286 2004-12-12 Juri Linkov <juri@jurta.org>
287
288 * isearch.el (isearch-edit-string): Set 7th arg of
289 `read-from-minibuffer' to `t' to inherit the current input
290 method (whose name is indicated by [IM] in the minibuffer prompt)
291 from the current buffer to the minibuffer.
292 (isearch-lazy-highlight-update): Put body to `with-local-quit'
293 to allow C-g quitting for lazy highlighting looping inside the
294 search with nested repetition operators. Add overlay to the list
295 before setting its face and other properties to avoid the case of
296 code quitting after placing the new overlay but before it's
297 recorded on the list. Select the window where isearch was
298 activated, to highlight matches in the right window when isearch
299 switches the current window to the minibuffer.
300
301 * international/isearch-x.el
302 (isearch-process-search-multibyte-characters):
303 Use `isearch-message' as initial input for `read-string' instead
304 of adding it to the minibuffer prompt. After reading a string
305 remove the initial value of `isearch-message' from the string.
306
307 * replace.el (replace-match-maybe-edit): Doc fix.
308 (perform-replace): Don't call `replace-highlight' when automatic
309 replacement is requested in literal mode, since it is intended
310 only to highlight words during entering a new replacement string
311 for \? in non-literal mode.
312
313 * replace.el (query-replace-highlight): Add new value `isearch'
314 that allows query replacement to use isearch highlighting.
315 Change type from `boolean' to `choice'. Doc fix.
316 (replace-highlight, replace-dehighlight, perform-replace):
317 Use isearch highlighting if query-replace-highlight eq `isearch'.
318
319 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
320
321 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
322 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
323
324 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
325 case of \end{verbatim}.
326
327 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
328
329 * term.el (term-termcap-format): Synchronyze with terminfo.
330 (term-emulate-terminal): Handle reset.
331 (term-reset-terminal): New function.
332
333 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
334
335 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
336 (zone-fill-out-screen): New func.
337 (zone-pgm-drip): Use `zone-fill-out-screen'.
338 Also, no longer go to point-min on every cycle.
339 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
340 (zone-pgm-random-life-wait): New user var.
341 (zone-pgm-random-life): New func.
342
343 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
344
345 * files.el (auto-mode-alist): Map .com to DCL mode.
346
347 2004-12-09 Richard M. Stallman <rms@gnu.org>
348
349 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
350
351 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
352
353 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
354 buffer with a display margin.
355
356 2004-12-08 Jay Belanger <belanger@truman.edu>
357
358 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
359 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
360
361 2004-12-08 Richard M. Stallman <rms@gnu.org>
362
363 * faces.el: Delete code to set display table.
364 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
365
366 2004-12-08 Jay Belanger <belanger@truman.edu>
367
368 * calc/calc.el: Add math-read-preprocess-string to autoloads.
369
370 * calc/calc-ext.el (math-read-replacement-list)
371 (math-read-superscripts, math-read-preprocess-string): Move to
372 calc-aent.el.
373
374 * calc/calc-aent.el (math-read-replacement-list)
375 (math-read-superscripts, math-read-preprocess-string): Move from
376 calc-ext.el.
377
378 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * isearch.el (isearch-quote-char): Fix up typo in last change.
381
382 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
383
384 * mouse.el (mouse-set-font): Handle the case where the command was
385 not invoked using the mouse.
386
387 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
388 (edmacro-finish-edit): Further update for keyboard macros that are
389 lambda forms.
390 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
391
392 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * font-lock.el (font-lock-unfontify-region): Save buffer state.
395 (font-lock-default-unfontify-region): Don't save buffer state any more.
396
397 2004-12-07 Jay Belanger <belanger@truman.edu>
398
399 * calc/calc-help.el (calc-describe-key):
400 Set calc-summary-indentation even when Calc Summary buffer exists.
401
402 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
403
404 * calendar/holidays.el (holiday-easter-etc): Make arguments
405 optional for backwards compatibility. Doc fix.
406 Remove un-necessary local vars mandatory, output-list.
407 (holiday-advent): Make arguments optional for backwards
408 compatibility. Doc fix.
409
410 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * paren.el (show-paren-function): Fix last change (2004-12-02).
413
414 * international/mule-util.el (char-displayable-p): Return nil for
415 unibyte mode.
416
417 * subr.el (subregexp-context-p): New function.
418
419 * isearch.el (isearch-quote-char): Use it.
420
421 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
422 (regexp-opt-not-groupie*-re): Remove.
423 (regexp-opt): Properly handle inputs with duplicate entries.
424
425 2004-12-06 Richard M. Stallman <rms@gnu.org>
426
427 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
428
429 * cus-edit.el (custom-file): Doc fix.
430
431 * textmodes/org.el: New file.
432
433 2004-12-06 Kenichi Handa <handa@m17n.org>
434
435 * ldefs-boot.el: Update international/mule-util.el section.
436
437 2004-12-05 Sam Steingold <sds@gnu.org>
438
439 * net/tramp.el (tramp-handle-file-accessible-directory-p):
440 Fix `tramp-time-diff' comparison logic.
441
442 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
443
444 * progmodes/which-func.el (which-function):
445 Use `run-hook-with-args-until-success' instead of a custom loop.
446 Fixes bug with local hooks.
447
448 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
449
450 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
451 Use delete-dups when calculating the initial value.
452 (bibtex-autokey-get-title): Use <=.
453 (bibtex-goto-line): New function.
454 (bibtex-reposition-window): Use line numbers instead of point
455 positions. Use window-body-height.
456 (bibtex-find-crossref): Use bibtex-reposition-window.
457 (bibtex-find-entry): Use bibtex-reposition-window. Always return
458 position of entry if key is found or nil if not found.
459
460 2004-12-05 Richard M. Stallman <rms@gnu.org>
461
462 * cus-edit.el (custom-file): Doc fix.
463
464 * progmodes/sh-script.el (sh-indent-for-then): Change default.
465
466 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * simple.el (blink-matching-open):
469 * textmodes/tex-mode.el (tex-validate-region):
470 Obey syntax-table text properties.
471
472 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
473
474 * wid-edit.el (widget-specify-field): Add `real-field' property to
475 boundary.
476 (widget-field-at): Use it.
477
478 2004-12-02 Richard M. Stallman <rms@gnu.org>
479
480 * progmodes/cc-mode.el (awk-mode autoload):
481 Supply t meaning interactive function.
482
483 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
484 (isearch-mode-map): No special definition for space.
485 (isearch-whitespace-chars): Command deleted.
486 (isearch-forward-regexp): Doc fix.
487 (isearch-quote-char): When a space is not inside brackets,
488 use `[ ]' instead of just space.
489 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
490
491 * imenu.el (imenu--generic-function): Delete code to exclude
492 matches in comments.
493
494 * man.el (Man-reverse-face): Change default to `highlight'.
495
496 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
497 (occur-engine): Use `face' prop rather than `font-lock-face'
498 when specifying use of `match-face'.
499 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
500
501 * emacs-lisp/elint.el (elint-standard-variables): Update list.
502
503 * add-log.el (add-log-current-defun): Handle the case where point
504 is in the header part of a DEFUN construct.
505
506 2004-12-02 Dave Love <fx@gnu.org>
507
508 * progmodes/python.el (python-font-lock-syntactic-keywords):
509 Fix previous change.
510
511 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
512
513 * paren.el (show-paren-function): Check for matching chars
514 specified by text props.
515
516 2004-12-02 Jay Belanger <belanger@truman.edu>
517
518 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
519 when reading a new key sequence.
520
521 2004-12-02 Kim F. Storm <storm@cua.dk>
522
523 * faces.el (escape-glyph): Rename from glyph.
524 (standard-display-table): Set it here. Add escape-glyph face to
525 extra slot characters.
526
527 * disp-table.el: Undo 2004-12-01 change. Display table is now
528 setup in faces.el.
529
530 2004-12-02 Mark A. Hershberger <mah@everybody.org>
531
532 * xml.el (xml-parse-dtd): Don't show validity messages when
533 xml-validating-parser is nil.
534 (xml-substitute-special): Fix validity error messages to
535 actually show the unexpandable entity. Added validity error if &
536 isn't followed by an entity.
537 (xml-parse-tag): Concatenate any string following the a
538 <![CDATA[]]> section to the parsed CDATA.
539 (xml-parse-dtd): Skip parameter entity declarations and use of
540 parameter entities.
541
542 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
543
544 * kmacro.el (kmacro-default-counter-format): New var.
545 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
546 (kmacro-display): Remove `nil' from `and' form. Delete call to
547 `format' inside `message'.
548 (kmacro-start-macro): Use `kmacro-default-counter-format'.
549
550 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * pcvs.el (cvs-header-msg): New function.
553 (cvs-update-header): Use it. Change calling convention.
554 Correctly handle the case of having simultaneous active processes.
555 (cvs-sentinel): Don't call cvs-update-header any more.
556 (cvs-mode-run): Update call and add cvs-update-header to postproc.
557
558 2004-12-01 Jay Belanger <belanger@truman.edu>
559
560 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
561 Change message.
562
563 2004-12-01 Juri Linkov <juri@jurta.org>
564
565 * progmodes/prolog.el (prolog-mode-variables):
566 Fix imenu-generic-expression.
567
568 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
569
570 * faces.el (glyph): New face.
571
572 * disp-table.el: Add an autoloaded table, that doesn't require
573 this library, with glyph face.
574
575 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
576 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
577 (conf-quote-normal): Allow normalizing only ' or ".
578 (conf-mode): Regexp-quote constructed comment-start and don't
579 match section {} where "name" contains braces.
580
581 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
582 files.
583
584 2004-12-01 Kenichi Handa <handa@m17n.org>
585
586 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
587 (x-select-text): Don't treat eight-bit-control/graphic chars
588 specially. Store the encoded text in the X cut buffer.
589 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
590 with x-last-selected-text-cut-encoded.
591
592 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
595
596 2004-11-30 Markus Rost <rost@ias.edu>
597
598 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
599 AUCTeX.
600
601 2004-11-30 Jay Belanger <belanger@truman.edu>
602
603 * calc/calc-arith.el (math-possible-signs): Made stronger checks
604 on signs of intervals.
605 (math-pow-of-zero): Strengthen checks for positive and negative
606 exponents.
607
608 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
609 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
610 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
611 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
612 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
613 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
614 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
615 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
616 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
617 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
618 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
619 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
620 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
621 with provide statements.
622
623 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
624
625 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
626
627 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
628 (calc-load-everything, math-defsimplify): Replace dummy autoloading
629 functions by require statements.
630 (math-defsimplify): Move to calc-alg.el, add to autoloads.
631
632 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
633 (calc-gnuplot-print): Give them values.
634
635 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
636 autoloads.
637 Add calc-do-embedded-activate to autoloads.
638 (calc-gnuplot-name, calc-gnuplot-plot-command)
639 (calc-gnuplot-print-command): Move them to calc-graph.el.
640
641 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
642
643 * term/mac-win.el (ccl-encode-mac-roman-font)
644 (ccl-encode-mac-cyrillic-font)
645 (ccl-encode-mac-centraleuropean-font, encoder-list)
646 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
647 Support Cyrillic, CentralEuropean, and Dingbat font display
648
649 2004-11-30 Andre Spiegel <spiegel@gnu.org>
650
651 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
652
653 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
654 still nil.
655
656 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
657
658 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
659 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
660
661 2004-11-29 Jay Belanger <belanger@truman.edu>
662
663 * calc/calc-arith.el (math-pow-of-zero): Take into account different
664 cases of the base and exponent.
665
666 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
667
668 * simple.el (next-error-buffer-p): Allow for inclusive and
669 exclusive tests for finding a buffer.
670 (next-error-find-buffer): Pass the exclusive and inclusive tests
671 to next-error-buffer-p.
672
673 * replace.el (occur-next-error): Switch to the Occur buffer when
674 appropriate, use the exclusive filter to next-error-find-buffer to
675 do it. Use the absolute value of the motion amount.
676
677 2004-11-29 Kenichi Handa <handa@m17n.org>
678
679 * startup.el (command-line): Decode all default-directory by
680 locale-coding-system.
681
682 2004-11-29 Jay Belanger <belanger@truman.edu>
683
684 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
685 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
686 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
687 Replace calls to calc-extensions by appropriate require, replace
688 calc-extensions-loaded by appropriate featurep.
689
690 * calc/calc-ext.el: Move require to end of file.
691 Remove redundant loading of calc.el.
692 (calc-extensions-loaded): Remove unnecessary variable.
693 (calc-extensions): Remove unnecessary function.
694 (calc-load-everything): Replace calc-need-macros by appropriate require.
695
696 * calc/calc-macs.el: Move provide to end of file.
697 (calc-need-macros): Remove unnecessary function.
698
699 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
700 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
701 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
702 Replace calc-extensions by appropriate require.
703 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
704
705 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
706 Replace calc-need-macros by appropriate require.
707
708 * calc/calc.el: Move require to end of file.
709 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
710 Remove unnecessary variable.
711 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
712 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
713 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
714 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
715 (math-stack-value-offset, math-format-value, math-format-flat-expr)
716 (math-format-number, math-format-bignum, math-read-number)
717 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
718 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
719 by appropriate require.
720 (calc-check-defines): Replace calc-need-macros by appropriate require.
721
722 2004-11-29 Kim F. Storm <storm@cua.dk>
723
724 * macros.el (insert-kbd-macro): Handle kmacro functions.
725
726 2004-11-28 Juri Linkov <juri@jurta.org>
727
728 * compare-w.el (compare-windows-highlight): Attach each overlay
729 to its window to properly highlight differences while comparing
730 two windows of the same buffer. Fix arguments.
731 (compare-windows-sync-default-function): Fix arguments of
732 `compare-windows-highlight'.
733
734 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
735 Use `read-expression-history'. Set initial contents only if
736 `edebug-global-break-condition' is non-nil. Set histpos to 1
737 if initial contents is equal to the last history element.
738 (edebug-set-conditional-breakpoint): Instead of temporarily
739 prepending the current condition to the history, set initial
740 contents to the current condition. Set histpos to 1 if initial
741 contents is equal to the last history element.
742
743 * info.el (Info-search-whitespace-regexp): Remove shy group.
744 (Info-search): Forward line if search is on the header line.
745 Use search-whitespace-regexp in two other places.
746
747 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
748
749 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
750 warning. Delay real definition, which uses
751 `set-fringe-indicators-1' till after the definition of that function.
752
753 2004-11-28 Kim F. Storm <storm@cua.dk>
754
755 * fringe.el (fringe): New defgroup.
756 (fringe-mode): Move to fringe group.
757 (fringe-indicators): New defcustom.
758 (set-fringe-indicators-1): New defun.
759
760 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
761 (menu-bar-showhide-fringe-ind-menu): New keymap.
762 (menu-bar-showhide-fringe-ind-empty)
763 (menu-bar-showhide-fringe-ind-mixed)
764 (menu-bar-showhide-fringe-ind-box)
765 (menu-bar-showhide-fringe-ind-right)
766 (menu-bar-showhide-fringe-ind-left)
767 (menu-bar-showhide-fringe-ind-none): New defuns.
768 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
769
770 2004-11-27 Richard M. Stallman <rms@gnu.org>
771
772 * comint.el (comint-read-noecho): Add trivial compatibility definition.
773
774 * generic.el (define-generic-mode): Doc fix.
775
776 * menu-bar.el (menu-bar-options-save): For the options
777 that are toggled with menu-bar-make-mm-toggle, don't check
778 for customized-value prop.
779
780 2004-11-27 Eli Zaretskii <eliz@gnu.org>
781
782 * mail/supercite.el (sc-cite-region): Handle the case where
783 sc-cite-frame-alist is a symbol.
784 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
785 a symbol.
786 (sc-recite-region): Handle the case where sc-recite-frame-alist is
787 a symbol.
788
789 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
790
791 * wid-edit.el (widget-narrow-to-field): New function.
792 (widget-complete): Use it.
793
794 2004-11-27 Jay Belanger <belanger@truman.edu>
795
796 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
797 variable.
798 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
799 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
800 (math-alg-inequalities): Move declaration to earlier in the file.
801
802 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
803 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
804 Declare them.
805
806 * calc/calc-lang.el (math-expr-data, math-expr-token)
807 (math-exp-old-pos): Declare them.
808
809 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
810 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
811
812 2004-11-27 Kim F. Storm <storm@cua.dk>
813
814 * progmodes/flymake.el: Use (featurep 'xemacs).
815 (flymake-makehash): Change to defsubst. Use fboundp.
816 (flymake-time-to-float): Remove.
817 (flymake-float-time): Merge code from flymake-time-to-float here.
818 (flymake-replace-regexp-in-string): Change to defsubst.
819 (flymake-split-string-remove-empty-edges):
820 Rename to flymake-split-string.
821 (flymake-split-string): Remove previous defalias.
822 (flymake-get-temp-dir): Change to defsubst.
823 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
824 Define for xemacs only.
825 (flymake-master-file-count-limit): Change into compiler defvar only.
826 (flymake-find-possible-master-files): Let-bind it dynamically while
827 sorting files using flymake-master-file-compare.
828
829 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
830
831 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
832 of defun-prompt-regexp matches inside a comment/string but the
833 beginning is correctly outside everything.
834
835 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
836 appears within a string or a comment.
837
838 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
839 rather than make-symbol for symbols which are used in
840 a symbol-macrolet or equivalent.
841
842 2004-11-26 Jay Belanger <belanger@truman.edu>
843
844 * calc-misc.el (calc-last-why-command): Declare it.
845
846 * calc-vec.el (math-grade-vec): New variable.
847 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
848 Replace variable grade-vec by declared variable.
849 (math-rb-close): New variable.
850 (math-read-brackets, math-read-vector): Replace variable close by
851 declared variable.
852
853 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
854 (calc-one-window, calc-edit-handler, calc-restore-trail)
855 (calc-allow-ret): Declare them.
856
857 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
858 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
859 (math-radix-float-cache-tag, math-random-cache)
860 (math-max-digits-cache, math-integral-cache, math-units-table)
861 (math-format-date-cache, math-holidays-cache-tag): Declare them.
862 (math-moc-func): New variable.
863 (math-map-over-constants, math-map-over-constants-rec):
864 Replace variable func by declared variable.
865
866 * calc/calc-store.el (calc-given-value, calc-store-opers):
867 Declare them.
868 (calc-var-name-map): Move declaration to earlier in the file.
869 (calc-pv-pos): New variable.
870 (calc-permanent-variable, calc-insert-permanent-variable):
871 Replace variable pos by declared variable.
872
873 * calc/calc-mtx.el (calc-det-lu): New variable.
874 (math-det-raw, math-det-step): Replace variable lu by declared variable.
875
876 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
877 (math-multi-subst, math-multi-subst-rec): Replace variables temp
878 and arg by declared variables.
879 (calcFunc-reducer): Fix incorrect variable.
880 (math-inner-mul-func, math-inner-add-func): New variables.
881 (calcFunc-inner, math-inner-mats): Replace variables mul-func
882 and add-func by declared variables.
883
884 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
885 (calc-digit-value): Declare them.
886
887 * calc/calc-help.el (Info-history): Declare it.
888 (calc-describe-key): Make calc-summary-indentation a local variable.
889 (calc-help-long-names): Move declaration to earlier in file.
890
891 * calc/calc-embed.el (calc-original-buffer): Declare it.
892 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
893 (calc-embed-bot): New variables.
894 (calc-do-embedded, calc-embedded-mark-formula)
895 (calc-embedded-find-bounds, calc-embedded-duplicate)
896 (calc-embedded-new-formula, calc-embedded-make-info):
897 Replace vars outer-top, outer-bot, bot and top by declared variables.
898 (calc-embed-prev-modes): New variable.
899 (calc-embedded-set-modes, calc-embedded-update): Replace variable
900 prev-modes with declared variable.
901 (calc-embed-vars-used): New variable.
902 (calc-embedded-make-info, calc-embedded-evaluate-expr)
903 (calc-embedded-update, calc-embedded-find-vars): Replace variable
904 vars-used by declared variable.
905
906 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
907 (math-format-radix-float): Remove unnecessary setq.
908 (math-radix-float-cache): Declare it.
909
910 * calc/calcsel2.el (calc-keep-selection): Declare it.
911
912 * calc/calc-maint.el: Remove file.
913
914 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
915
916 * textmodes/bibtex.el (bibtex-sort-entry-class)
917 (bibtex-comment-start): Use defcustom.
918 (bibtex-entry-field-alist): Use nil if initial content of the
919 field is undefined. Fix docstring.
920 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
921 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
922 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
923 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
924 Fix docstring.
925 (bibtex-autokey-title-terminators): Use only one regexp.
926 (bibtex-string-maybe-empty-head): New variable.
927 (bibtex-remove-delimiters-string): New function.
928 (bibtex-text-in-field-bounds, bibtex-text-in-string):
929 Use bibtex-remove-delimiters-string.
930 (bibtex-progress-message, bibtex-field-left-delimiter)
931 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
932 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
933 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
934 Simplify.
935 (bibtex-format-entry): Use save-excursion for inherited booktitle.
936 Use eq and bibtex-remove-delimiters-string. For end markers use
937 insertion type so that marker stays after inserted text.
938 (bibtex-autokey-get-names): Return empty string if name is missing.
939 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
940 calling bibtex-autokey-name-case-convert.
941 (bibtex-autokey-demangle-title):
942 Call bibtex-autokey-titleword-case-convert. Remove call to
943 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
944 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
945 (bibtex-read-key): New optional arg global.
946 (bibtex-files-expand): New optional arg force.
947 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
948 (bibtex-complete-crossref-cleanup): Rename from
949 bibtex-complete-key-cleanup. Simplify code.
950 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
951 Operate on current entry.
952 (bibtex-button): Add docstring.
953 (bibtex-entry): Simplify.
954 (bibtex-make-field): Replace optional arg called-by-yank with more
955 specific args move and interactive.
956 (bibtex-end-of-entry): Use forward-sexp.
957 (bibtex-find-entry-globally): Remove.
958 (bibtex-find-crossref): Allow for crossref key located in other buffer.
959 Bound to C-c C-x.
960 (bibtex-find-entry): New optional args global and display.
961 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
962 (bibtex-validate): Use arg force of bibtex-files-expand.
963 (bibtex-clean-entry): Bugfix, clean string entries properly.
964 Always keep point at beginning of entry.
965 (bibtex-complete): Bugfix. Handle string entries properly.
966 Call cleanup functions only if needed.
967 (bibtex-String): Use bibtex-read-string-key.
968 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
969 case of replacement text.
970
971 2004-11-26 Lars Hansen <larsh@math.ku.dk>
972
973 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
974 (tramp-perl-directory-files-and-attributes): New constant.
975 (tramp-file-name-handler-alist): Delete file-directory-files, add
976 directory-files-and-attributes.
977 (tramp-perl-file-attributes): Surround uid and gid by double
978 quotes. Change parameter id-format from nonnumeric.
979 (tramp-convert-file-attributes): New function.
980 (tramp-handle-file-attributes): Use it.
981 (tramp-maybe-send-perl-script): New function.
982 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
983 file mode. Change parameter id-format from nonnumeric.
984 (tramp-handle-file-attributes-with-ls): Change parameter id-format
985 from nonnumeric.
986 (tramp-post-connection): Don't send tramp-perl-file-attributes
987 script. Reset connection property "perl-scripts".
988 (tramp-handle-insert-directory): Run real handler when ls-lisp is
989 in use.
990
991 2004-11-26 Lars Hansen <larsh@math.ku.dk>
992
993 * desktop.el (desktop-read): Replace mapcar with mapc.
994 (desktop-create-buffer): Replace mapcar with mapc.
995 Remove redundant piece of code.
996
997 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
998
999 * progmodes/gud.el (gud-display-line): Use display-buffer
1000 for GDB-UI as for GUD.
1001
1002 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
1003 Delete variables.
1004 (gdb-ann3): Don't make GUD buffer dedicated.
1005 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
1006 (gdb-display-source-buffer): Delete function.
1007 (gdb-view-source-function, gdb-view-assembler): Delete functions.
1008 (menu): Delete menu bindings for viewing source/assembler.
1009 (gdb-setup-windows, gdb-restore-windows):
1010 Don't dedicate GUD. No assembler now.
1011 (gdb-reset): No need to undedicate source buffers now.
1012 (gdb-source-info): No assembler now.
1013
1014 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
1015
1016 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
1017 width to those for special frames.
1018 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
1019 Use display-buffer.
1020 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
1021 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
1022 (gdb-frame-assembler-buffer): Rework like
1023 gdb-frame-breakpoints-buffer.
1024
1025 2004-11-25 Richard M. Stallman <rms@gnu.org>
1026
1027 * progmodes/flymake.el: Reindent.
1028 (flymake-split-string): Turn into defalias.
1029 (flymake-fix-file-name): Rename from flymake-fix-path-name.
1030 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
1031 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
1032 (flymake-build-relative-filename): Rename from ...path.
1033 Fix error message.
1034
1035 2004-11-25 Cheng Gao <chenggao@gmail.com>
1036
1037 * progmodes/flymake.el: Much whitespace and capitalization change.
1038 Move `provide' to end. Require `compile' only when compiling.
1039
1040 2004-11-24 Jay Belanger <belanger@truman.edu>
1041
1042 * calc/calc-alg.el: Added comment.
1043 (math-polynomial-base): Replace variable mpb-top-expr by
1044 math-poly-base-top-expr.
1045
1046 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
1047 (math-polynomial-p1): Replace variable mpb-top-expr by declared
1048 variable.
1049 (math-poly-base-total-base): New variable.
1050 (math-total-polynomial-base, math-polynomial-p1): Replace variable
1051 mpb-total-base by declared variable.
1052 (math-factored-vars, math-to-list): Declare it.
1053 (math-fact-expr): New variable.
1054 (calcFunc-factors, calcFunc-factor, math-factor-expr)
1055 (math-factor-expr-try, math-factor-expr-part): Replace variable
1056 expr by declared variable.
1057 (math-fet-x): New variable.
1058 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
1059 by declared variable.
1060 (math-factor-poly-coefs): Make temp a local variable.
1061
1062 * calc/calc-units.el (calc-convert-units): Make units a local
1063 variable.
1064 (calc-num-units, calc-den-units): New variables.
1065 (calc-explain-units, calc-explain-units-rec): Replace variables
1066 num-units and den-units by declared variables.
1067 (math-cu-unit-list): New variable.
1068 (math-build-units-table, math-compare-unit-names)
1069 (math-convert-units, math-convert-units-rec): Replace variable
1070 unit-list by declared variable.
1071 (math-fbu-base, math-fbu-entry): New variables.
1072 (math-find-base-units, math-find-base-units-rec): Replace variables
1073 base and entry by declared variables.
1074 (math-which-standard): New variable.
1075 (math-to-standard-units, math-to-standard-rec): Replace variable
1076 which-standard by declared variable.
1077 (math-fcu-u): New variable.
1078 (math-find-compatible-unit, math-find-compatible-unit-rec):
1079 Replace variable u by declared variable.
1080 (math-cu-new-units, math-cu-pure): New variables.
1081 (math-convert-units, math-convert-units-rec): Replace variables
1082 new-units and pure by declared variables.
1083 (math-try-cancel-units): New variable.
1084 (math-simplify-units-quotient): Replace variable try-cancel-units by
1085 declared variable.
1086
1087 2004-11-24 Richard M. Stallman <rms@gnu.org>
1088
1089 * textmodes/ispell.el (ispell-check-version):
1090 If default-directory is nonexistent, use home dir.
1091
1092 * progmodes/grep.el (grep-regexp-alist):
1093 Don't match parens around line numbers.
1094
1095 * progmodes/cperl-mode.el (cperl-indent-region)
1096 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1097 Don't print progress messages.
1098
1099 * progmodes/compile.el (compilation-mode-map):
1100 Don't inherit from compilation-minor-mode-map;
1101 copy its bindings instead. But the menu bar Compile
1102 entry now does inherit from compilation-menu-map.
1103
1104 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1105 Use with-no-warnings around compiler-macroexpand.
1106
1107 * imenu.el: Don't always require newcomment.
1108 (imenu--generic-function): Call comment-normalize-vars
1109 if we have a comment syntax.
1110 Exit the loop if REGEXP matches the null string.
1111 Test comment-start as well as comment-start-skip
1112 when deciding whether to check for comments.
1113
1114 * tooltip.el (tooltip-mode): Doc fix.
1115
1116 * term.el (term-escape-char, term-mode): Doc fixes.
1117
1118 2004-11-24 Dave Love <fx@gnu.org>
1119
1120 * progmodes/python.el (python-font-lock-syntactic-keywords):
1121 Check for escapes in the regexp.
1122 (python-quote-syntax): Don't do it here.
1123
1124 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1127 (gdb-frames-mode-map, gdb-threads-mode-map)
1128 (gdb-registers-mode-map, gdb-locals-mode-map)
1129 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1130 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1131
1132 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1133 (dedicated-switch-to-buffer): Rework.
1134 (gdb-var-evaluate-expression-handler, gdb-put-string):
1135 Remove unused variable bindings.
1136 (gdb-setup-windows, gdb-display-buffer):
1137 Simplify. Use pop-to-buffer.
1138 (gdb-view-source-function): Simplify.
1139 (gdb-frame-breakpoints-buffer):
1140 Use pop-to-buffer, special-display-regexps.
1141
1142 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1143
1144 * progmodes/f90.el (f90-smart-end)
1145 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1146 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1147 (f90-end-of-block): Doc fix. Make check of outermost block
1148 conditional on value of `f90-smart-end'.
1149 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1150 Handle case where END-BLOCK is nil.
1151 (f90-match-end): Handle un-named PROGRAM blocks.
1152 (f90-backslash-not-special): New function.
1153
1154 2004-11-24 Jay Belanger <belanger@truman.edu>
1155
1156 * calc/calc.el (calc-embedded-active): Removed unnecessary
1157 declaration.
1158 (calc-show-banner): Removed redundant declaration.
1159
1160 * calc/calc-graph.el (calc-gnuplot-default-device)
1161 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1162 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1163 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1164 Remove redundant initial values.
1165
1166 * calc/calc-arith.el (math-scalar-functions)
1167 (math-nonscalar-functions, math-scalar-if-args-functions)
1168 (math-real-functions, math-positive-functions)
1169 (math-nonnegative-functions, math-real-scalar-functions)
1170 (math-real-if-arg-functions, math-integer-functions)
1171 (math-num-integer-functions, math-rounding-functions)
1172 (math-float-rounding-functions, math-integer-if-args-functions)
1173 (math-super-types): Move declarations to earlier in file.
1174 (math-unit-prefixes): Declared it.
1175 (math-floor-prec, math-trunc-prec): New variables.
1176 (math-trunc-fancy): Replace variable prec by declared variable.
1177 (math-floor-fancy): Replace variable prec by declared variable.
1178 (math-com-bterms): New variable.
1179 (math-commutative-equal, math-commutative-collect):
1180 Replace variable bterms by declared variable.
1181
1182 * calc/calc-misc.el (math-trunc): Replace variable prec by
1183 math-trunc-prec.
1184 (math-floor): Replace variable prec by math-floor-prec.
1185
1186 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1187 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1188 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1189 (math-format-date, math-format-date-part): Replace variables
1190 date, dt, year, month, day, weekday, hour, minute, second and
1191 bc-flag by declared variables.
1192 (math-pd-str): New variable.
1193 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1194 Replace variable str by declared variable.
1195 (math-daylight-savings-hook, math-tzone-names): Move definitions
1196 to earlier in the file.
1197 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1198 (math-sh-year): New variable.
1199 (math-setup-add-holidays, math-setup-holidays)
1200 (math-setup-year-holidays): Replace variable `year' by declared
1201 variable.
1202
1203 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1204 New variables.
1205 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1206 n, nf and nfm1 by declared variables.
1207 (math-nri-n): New variable.
1208 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1209 n by declared variable.
1210 (calcFunc-log): Removed misplaced condition.
1211
1212 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1215
1216 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1217
1218 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1219 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1220 Dedicate gdb-related windows.
1221 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1222 other frames.
1223 (gdb-reset): Remove dedicated property after debugging.
1224
1225 2004-11-24 Jay Belanger <belanger@truman.edu>
1226
1227 * calc/calc-sel.el: Add comment.
1228
1229 * calc/calc.el (math-stack-value-offset): Replace variables c,
1230 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1231
1232 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1233 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1234 (math-stack-value-offset-fancy): Replace variables c, wid and off
1235 by declared variables.
1236 (math-comp-just, math-comp-comma-spc): New variables.
1237 (math-compose-expr, math-compose-matrix): Replace variables `just'
1238 and comma-spc by declared variable.
1239 (math-comp-vector-prec): New variable.
1240 (math-compose-expr, math-compose-matrix, math-compose-rows):
1241 Replace variable vector-prec by declared variable.
1242 (math-comp-left-bracket, math-comp-right-bracket)
1243 (math-comp-comma): New variables.
1244 (math-compose-expr, math-compose-rows): Replace variables
1245 left-bracket, right-bracket and comma by declared variables.
1246 (math-comp-full-width): New variable.
1247 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1248 Replace variable full-width by declared variable.
1249 (math-comp-highlight, math-comp-word, math-comp-level)
1250 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1251 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1252 New variables.
1253 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1254 (math-comp-sel-flat-term): Replace variables comp-highlight,
1255 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1256 declared variables.
1257 (math-comp-simplify, math-comp-simplify-term)
1258 (math-comp-add-string, math-comp-add-string-sel):
1259 Replace variables comp-highlight, comp-buf, comp-base,
1260 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1261
1262 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1263
1264 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1265
1266 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1267 and x-server-version may throw.
1268
1269 2004-11-23 Kim F. Storm <storm@cua.dk>
1270
1271 * subr.el (substitute-key-definition-key): Optimize.
1272 Don't call indirect-function for nil defn (always signals error).
1273
1274 * ido.el (ido-read-internal): Fix require-match check when
1275 ido-directory-too-big is set.
1276
1277 2004-11-23 Jay Belanger <belanger@truman.edu>
1278
1279 * calc/calc-ext.el (math-read-replacement-list)
1280 (math-read-superscripts): New variables.
1281 (math-read-preprocess-string): New function.
1282 (math-read-expr): Filter input through math-read-preprocess-string.
1283
1284 * calc/calc-aent.el (math-read-exprs): Filter input through
1285 math-read-preprocess-string.
1286
1287 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1288
1289 * progmodes/compile.el (compilation-start): In cd command use
1290 substitute-env-vars -- not quite shell compatible but better than
1291 nothing.
1292 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1293 handle the newer versions messages, which are more parseable.
1294
1295 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * reveal.el (reveal-mode-map): New var.
1298 (reveal-mode): Use it.
1299
1300 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1301
1302 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1303 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1304
1305 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1308 header-line when needed.
1309 Use fixed-pitch only in the header-line.
1310 Build the underline automatically. Use emdash if available.
1311
1312 2004-11-22 Richard M. Stallman <rms@gnu.org>
1313
1314 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1315 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1316
1317 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1318
1319 * progmodes/gdb-ui.el (gdb-resync): New function.
1320 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1321 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1322 Use it to fail more gracefully.
1323 (gdb-variables): Delete variable.
1324 Re-order variables to reduce byte-compiler warnings.
1325
1326 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * descr-text.el (describe-char):
1329 * paren.el (show-paren-function):
1330 * subr.el (syntax-after): Undo last change.
1331
1332 * progmodes/python.el (run-python): Don't hard code *Python*.
1333 Don't modify global process-environment.
1334 (python-send-region, python-load-file): Don't assume that
1335 python-buffer == (process-buffer (python-proc)).
1336 (python-switch-to-python): Simplify.
1337
1338 * dired.el (dired-align-file): Don't assume line starts with spaces.
1339
1340 2004-11-21 Jay Belanger <belanger@truman.edu>
1341
1342 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1343 Replace variable `lines' by math-read-big-lines.
1344 (math-read-big-expr): Replace variables the-baseline, the-h2
1345 and err-msg by math-read-big-baseline, math-read-big-h2 and
1346 math-read-err-msg.
1347 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1348
1349 * calc/calc-lang.el (math-read-big-rec): Fix typo.
1350 (math-read-big-balance): Replace unbound variable by value.
1351 (math-read-big-lines): New variable.
1352 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1353 (math-read-big-error, math-read-big-balance): Replace variable
1354 `lines' by declared variable.
1355 (math-read-big-baseline, math-read-big-h2): New variables.
1356 (math-read-big-rec): Replace variables the-baseline and the-h2
1357 by declared variables.
1358 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1359 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1360 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1361 declared variables.
1362 (math-read-big-err-msg): New variable.
1363 (math-read-big-error): Replace variable err-msg by declared variable.
1364
1365 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * ses.el: Add coding cookie.
1368 Fix up docstrings, follow new commenting conventions.
1369 (ses-header-line-menu): Fix missing variable rename for header-row.
1370 (ses-cell-size): Remove.
1371 (ses-make-cell): New function.
1372 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1373 (ses-calculate-cell): Remove unused var `symbol'.
1374 (ses-narrowed-p): New function.
1375 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1376 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1377 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1378 (ses-setup): Use restore-buffer-modified-p.
1379 (ses-cleanup): Remove unused var `end'.
1380 (ses-header-string-left-offset): Remove.
1381 (ses-create-header-string): Adjust to new behavior of `align-to'.
1382 Truncate excessively large fields to preserve alignment.
1383 (ses-reconstruct-all): Remove unused var `refs'.
1384 (ses-read-cell-printer): Remove unused var `prompt'.
1385 (ses-delete-row): Remove unused var `pos'.
1386 (ses-delete-column): Remove unused var `new'.
1387
1388 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1389
1390 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1391 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1392 Eliminate eval-and-compile usage.
1393 (ps-insert-file): Use insert-file-contents instead of insert-file.
1394 (ps-setup): Code fix.
1395
1396 * printing.el (pr-setup, lpr-setup): Code fix.
1397
1398 2004-11-21 Jay Belanger <belanger@truman.edu>
1399
1400 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1401 (calc-original-buffer): Declare them.
1402 (calc-user-formula-alist): New variable.
1403 (calc-user-define-formula, calc-fix-user-formula)
1404 (calc-user-define-composition, calc-finish-formula-edit):
1405 Replace variable `alist' by declared variable.
1406 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1407 (var-q7, var-q7, var-q8, var-q9): Declare them.
1408 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1409 are bound.
1410 (calcFunc-typeof): Replace undeclared variable by expression.
1411 (math-exp-env): New variable.
1412 (math-define-body, math-define-exp): Replace exp-env by declared var.
1413 (math-define-exp): Replace misplaced variable by expression.
1414
1415 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1416 (calc-curve-model, calc-curve-coefnames): New variables.
1417 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1418 varnames, model and coefnames by declared variables.
1419 (math-root-widen): New variable.
1420 (math-search-root, math-find-root): Replace variable root-widen by
1421 declared variable.
1422 (var-DUMMY): Declare it.
1423 (math-root-vars, math-min-vars): Move the declarations to earlier in
1424 the file.
1425 (math-brent-min): Make d a local variable.
1426 (math-find-minimum): Replace non-existent variable.
1427 (math-ninteg-romberg): Remove unnecessary variable.
1428 (math-ninteg-temp): New variable.
1429 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1430 integ-temp by declared variable.
1431 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1432 New variables.
1433 (math-general-fit): Replace variables first-var, first-coef and
1434 new-coefs by declared variables.
1435 (calcFunc-fitvar): Replace variable first-var by declared variable.
1436 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1437 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1438 (math-all-vars-vars, math-all-vars-found): New variables.
1439 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1440 found by declared variable math-all-vars-vars.
1441
1442 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1443
1444 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1445 of `defconst'.
1446
1447 2004-11-20 Richard M. Stallman <rms@gnu.org>
1448
1449 * isearch.el (isearch-mode-map): Don't bind SPC.
1450 (isearch-whitespace-chars): Function deleted.
1451 (isearch-search): Bind search-spaces-regexp.
1452 (isearch-lazy-highlight-search): Likewise.
1453 (search-whitespace-regexp): Doc fix.
1454 (isearch-forward-regexp): Doc fix.
1455
1456 * emacs-lisp/bytecomp.el (byte-compile-form):
1457 Move the calls to byte-compile-set-symbol-position,
1458 to avoid having two for the same symbol occurrence.
1459
1460 * comint.el (comint-input-ring-size): Increase to 150.
1461
1462 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1463 New variables.
1464 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1465 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1466
1467 * imenu.el (imenu--generic-function):
1468 Ensure we keep moving backward even if BEG isn't further back.
1469
1470 * replace.el (query-replace-read-to, query-replace-read-from):
1471 Specify t for KEEP-ALL in read-from-minibuffer.
1472
1473 * progmodes/python.el (python-switch-to-python):
1474 If Python isn't running, start it.
1475 Don't alter debug-ignored-errors.
1476
1477 * progmodes/cperl-mode.el (cperl-indent-region):
1478 Don't mind imenu-scanning-message.
1479
1480 * bindings.el (global-map): Bind C-e to move-end-of-line.
1481
1482 * simple.el (line-move-finish): New arg FORWARD.
1483 Ignore invisible newlines, not intangible ones.
1484 Conditions for acceptable stopping positions depend on FORWARD.
1485 (line-move): Pass FORWARD arg to line-move-finish.
1486
1487 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1488 of HEADER. Compensate for this change in the code to add display
1489 properties. Don't make the first line intangible.
1490
1491 * info.el (Info-search): Fix previous change.
1492
1493 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1494
1495 * Makefile.in (recompile): Revert 2004-11-19 change.
1496 (compile): Likewise.
1497
1498 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1499
1500 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1501
1502 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1503
1504 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1505 defgroup and defcustom. Eliminate eval-and-compile usage.
1506
1507 * progmodes/ebnf-otz.el: Fix typos.
1508
1509 2004-11-19 Jay Belanger <belanger@truman.edu>
1510
1511 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1512 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1513 disp-trail by declared variable.
1514
1515 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1516 (calc-finish-selection-edit): Replace variable disp-trail by
1517 declared variable.
1518 (calc-selection-cache-entry): Move declaration to earlier in the file.
1519 (calc-selection-cache-num, calc-selection-cache-comp)
1520 (calc-selection-cache-offset, calc-selection-true-num)
1521 (calc-final-point-line, calc-final-point-column)
1522 (calc-original-buffer): Declare them.
1523 (calc-fnp-op, calc-fnp-num): New variables.
1524 (calc-find-nth-part, calc-find-nth-part-rec)
1525 (calc-select-previous): Replace op and num by declared variables.
1526 (calc-rsf-old, calc-rsf-new): New variables.
1527 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1528 Replace variables old and new by declared variables.
1529 (calc-sel-reselect): New variable.
1530 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1531 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1532 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1533 reselect with declared variable.
1534
1535 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1536 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1537 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1538 (math-import-list, math-rewrite-phase): Declare them.
1539 (math-rewrite): Use let* to declare variables.
1540 (calc-rewrite-selection): Make rules a local variable.
1541 (calc-rewr-sel): New variable.
1542 (calc-rewrite-selection, calc-locate-selection-marker)
1543 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1544 of sel.
1545 (math-rewrite-whole-expr): New variable.
1546 (math-rewrite, math-rewrite-phase): Replace variable expr by
1547 declared variable.
1548 (math-rewrite-heads-heads, math-rewrite-heads-skips)
1549 (math-rewrite-heads-blanks ): New variables.
1550 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1551 heads, skips and blanks by declared variables.
1552 (math-rwcomp-subst-old, math-rwcomp-subst-new)
1553 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1554 New variables.
1555 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1556 old, new, old-func and new-func by declared variables.
1557 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1558 Remove unnecessary variable.
1559 (math-apply-rw-regs): New variable.
1560 (math-apply-rewrites, math-rwapply-replace-regs)
1561 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1562 (math-apply-rw-ruleset): New variable.
1563 (math-apply-rewrites, math-rwapply-remember): Replace variable
1564 ruleset by declared variable.
1565
1566 2004-11-19 Richard M. Stallman <rms@gnu.org>
1567
1568 * info.el (Info-search): Use search-whitespace-regexp.
1569
1570 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1571
1572 * vc-rcs.el (vc-rcs-parse): New function.
1573 (vc-rcs-annotate-command): Likewise.
1574 (vc-rcs-annotate-current-time): Likewise.
1575 (vc-rcs-annotate-time): Likewise.
1576 (vc-rcs-annotate-extract-revision-at-line): Likewise.
1577
1578 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1579
1580 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1581
1582 2004-11-18 Jay Belanger <belanger@truman.edu>
1583
1584 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1585
1586 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1587
1588 * printing.el: Eliminate use of interactive-p and eval-and-compile.
1589 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1590 Use make-temp-file to generate PostScript files in any situation.
1591 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1592 (pr-interactive-p): Eliminate var.
1593 (pr-save-interactive): Eliminate macro.
1594 (pr-interface, pr-ps-directory-preview)
1595 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1596 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1597 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1598 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1599 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1600 (pr-ps-region-ps-print, pr-ps-mode-preview)
1601 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1602 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1603 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1604 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1605 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1606 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1607 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1608 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1609 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1610 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1611 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1612 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1613 Eliminate pr-save-interactive usage.
1614 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1615 Eliminate pr-interactive-p usage.
1616 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1617 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1618 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1619 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1620 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1621 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1622 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1623 New funs.
1624 (pr-ps-file): Use make-temp-file to generate a temporary file.
1625
1626 2004-11-17 Jay Belanger <belanger@truman.edu>
1627
1628 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1629 a local variable.
1630 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1631 (math-top-only): New variable.
1632 (math-simplify, math-simplify-step): Replace variable top-only by
1633 declared variable math-top-only.
1634 (math-simplify-expr): Declare it.
1635 Replace argument expr in all calls of math-defsimplify by
1636 math-simplify-expr.
1637 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1638 (math-simplify-divisor, math-simplify-one-divisor)
1639 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1640 (math-simplify-pow): Replace variable expr by declared variable
1641 math-simplify-expr.
1642 (math-simplify-divisor): Remove local variables temp and op.
1643 (math-simplify-one-divisor): Make temp and op local variables.
1644 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1645 New variables.
1646 (math-simplify-divisor, math-simplify-one-divisor):
1647 Replace variables nover and dover by declared variables.
1648 (math-expr-subst-new, math-expr-subst-old): New variables.
1649 (math-expr-subst, math-expr-subst-rec): Replace variables new
1650 and old by declared variables.
1651 (math-is-poly-degree, math-is-poly-loose): New variables.
1652 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1653 and loose by declared variables.
1654 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1655 (math-polynomial-base, math-polynomial-base-rec):
1656 Replace variables const-ok and mpb-pred by declared variables.
1657
1658 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1659
1660 * calc/calc-ext.el (math-defsimplify): Change the argument in
1661 the created function to math-simplify-expr.
1662
1663 * calc/calc-units.el (math-simplify-expr): Declare it.
1664 Replace argument expr in all calls of math-defsimplify by
1665 math-simplify-expr.
1666 (math-simplify-units-prod): Replace variable expr by declared
1667 variable math-simplify-expr.
1668
1669 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1672 Replace mapcar->dolist, format->string.
1673
1674 2004-11-17 Miles Bader <miles@gnu.org>
1675
1676 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1677 * progmodes/idlwave.el: Remove RCS keywords.
1678
1679 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1680
1681 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1682 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1683 Update to IDLWAVE version 5.5. Too many changes to list them here.
1684 * progmodes/idlw-help.el: New file.
1685
1686 2004-11-16 Richard M. Stallman <rms@gnu.org>
1687
1688 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1689 Discard spaces after \i according to TeX rules.
1690
1691 * international/mule.el (set-buffer-file-coding-system):
1692 New arg NOMODIFY.
1693 (after-insert-file-set-coding): Pass that new arg.
1694 Prevent set-buffer-multibyte from trying to lock the file.
1695
1696 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1697
1698 * saveplace.el (save-place): Doc fix.
1699
1700 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1701 temporarily widen before finding the following word to copy.
1702
1703 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1704 (cl-map-keymap): Definition deleted.
1705
1706 * subr.el (map-keymap-internal): New function.
1707
1708 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1709
1710 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1711 when pressing rather than when releasing mouse-2. Simplify.
1712
1713 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1716 (compilation-mode): Set it here instead.
1717
1718 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1719
1720 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1721 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1722
1723 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * progmodes/compile.el (compilation-internal-error-properties):
1726 Fix up a transposition-typo. Check end-col before using it.
1727
1728 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1729
1730 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1731 Discard whitespace after macro \i when converting it.
1732
1733 2004-11-16 Juri Linkov <juri@jurta.org>
1734
1735 * emacs-lisp/find-func.el (find-function-regexp):
1736 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1737 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1738 Remove invalid `\W' from [^cgv\W]. Doc fix.
1739 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1740
1741 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1742
1743 * play/life.el: Maintainer is now FSF.
1744 (life-patterns, life-neighbor-deltas, life-window-start)
1745 (life-current-generation, life-generation-string): Use defvar
1746 instead of defconst.
1747
1748 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1749
1750 * progmodes/compile.el (compilation-move-to-column): New fun.
1751 (compilation-internal-error-properties)
1752 (compilation-next-error-function): Use it to make sure we don't go past
1753 the end of line.
1754
1755 2004-11-15 John Paul Wallington <jpw@gnu.org>
1756
1757 * autoinsert.el (auto-insert-alist): Insert the user's name in
1758 copyright notice, rather than Free Software Foundation, for the
1759 Emacs Lisp header case too.
1760
1761 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1762
1763 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1764 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1765 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1766 return the list of string in a string.
1767 (pr-call-process): Message if calling process returns an error, that
1768 is, the exit status is different of zero.
1769
1770 2004-11-15 Jay Belanger <belanger@truman.edu>
1771
1772 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1773 variable var-thing.
1774 (math-integ-depth, math-integ-level, math-integral-limit)
1775 (math-enable-subst, math-any-substs, math-integ-msg)
1776 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1777 (math-int-threshold, math-int-factors, math-double-roots)
1778 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1779 (var-GenCount): Declare these variables.
1780 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1781 (math-integral-cache, math-integral-cache-state):
1782 Move declarations to earlier in the file.
1783 (math-deriv-var, math-deriv-total, math-deriv-symb)
1784 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1785 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1786 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1787 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1788 (math-solve-res): New variables
1789 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1790 (math-integral, math-replace-integral-parts)
1791 (math-integrate-by-parts, calc-dump-integral-cache)
1792 (math-try-integral, math-do-integral, math-do-integral)
1793 (math-do-integral-methods, math-try-solve-for)
1794 (math-try-solve-prod, math-solve-poly-funny-powers)
1795 (math-solve-crunch-poly, math-decompose-poly)
1796 (math-solve-find-root-term, math-find-root-in-prod)
1797 (math-integ-try-linear-substitutions)
1798 (math-integ-try-substitutions, math-expr-rational-in)
1799 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1800 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1801 (math-solve-for, math-solve-system, math-solve-system-rec)
1802 (math-solve-get-sign, math-solve-get-int)
1803 (math-solve-system-subst): Replace undeclared variables with newly
1804 declared variables.
1805
1806 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * winner.el (winner-active-region, winner-edges, winner-window-list):
1809 Define at toplevel.
1810 (winner-mode-map): Move init inside declaration.
1811
1812 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1813
1814 * files.el (convert-standard-filename): Doc fix.
1815
1816 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1817
1818 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1819 passwd, group, shadow, default/* and pam.d/*.
1820
1821 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1822
1823 * printing.el (pr-menu-spec): Adjust menu specification.
1824
1825 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1826
1827 * printing.el: Doc fix. Insert :version tag into all defcustom.
1828 Handle interactive-p as is recommended in Emacs Lisp Reference.
1829 Set the file permission bits for newly created files.
1830 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1831 The printing menu specification (in `pr-menu-spec') was merged.
1832 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1833 (pr-version): New version number (6.8.3).
1834 (pr-file-modes): New option.
1835 (pr-interactive-p): New var.
1836 (pr-save-interactive, pr-save-file-modes): New macros.
1837 (pr-setup): Code fix.
1838 (pr-menu-spec): Menu specification merged.
1839 (pr-call-process, pr-text2ps): Set file permission bits.
1840 (pr-despool-print): Set file permission bits. Handle interactive-p as
1841 is recommended.
1842 (pr-interface, pr-ps-directory-preview)
1843 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1844 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1845 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1846 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1847 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1848 (pr-ps-region-ps-print, pr-ps-mode-preview)
1849 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1850 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1851 (pr-despool-using-ghostscript, pr-despool-ps-print)
1852 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1853 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1854 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1855 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1856 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1857 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1858 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1859 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1860 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1861 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1862 Handle interactive-p as is recommended.
1863
1864 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1867 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1868
1869 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1870 so it doesn't forget to highlight the beginning of the region either.
1871
1872 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1873
1874 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1875 (c-font-lock-init): Eliminate obsolete make-local-hook.
1876 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1877 (awk-mode): Use run-mode-hooks.
1878
1879 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1880
1881 2004-11-13 Kim F. Storm <storm@cua.dk>
1882
1883 * mouse.el (mouse-drag-copy-region): Add :version.
1884 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1885 while dragging mode line, so mode line can be dragged downwards.
1886 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1887 while pressing mouse button so window doesn't scroll until we
1888 release the mouse if clicking on partially visible line.
1889
1890 2004-11-12 Jay Belanger <belanger@truman.edu>
1891
1892 * calc/calc-graph.el (calc-dumb-map): Declare it.
1893 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1894 than unbound.
1895 (calc-graph-name): Made `end' a local variable.
1896 (calc-graph-lookup): Made `varname' a local variable.
1897 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1898 Declare them.
1899 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1900 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1901 the unused variable y3vec.
1902 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1903 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1904 calc-graph-prev-kill-hook.
1905 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1906 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1907 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1908 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1909 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1910 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1911 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1912 (calc-graph-y3value, calc-graph-y3name)
1913 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1914 (calc-graph-stepcount, calc-graph-is-splot)
1915 (calc-graph-surprise-splot, calc-graph-blank)
1916 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1917 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1918 (calc-graph-recompute-2d, calc-graph-compute-3d)
1919 (calc-graph-format-data): Replace undeclared variables with the
1920 above newly declared variables.
1921
1922 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1923
1924 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1925 `rsf-beep' and `rsf-sleep-after-message'.
1926
1927 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1928 list if `message-sender' is non-nil.
1929
1930 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1931
1932 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1933 consing by using mapc instead of mapcar.
1934
1935 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1936
1937 * tooltip.el (require): Explain why CL is needed.
1938
1939 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1940
1941 * printing.el: Insert :version into defgroup (printing). All reference
1942 to Files option in menubar were changed to File.
1943 (pr-version): New version number (6.8.2).
1944 (pr-get-symbol): Call easy-menu-intern.
1945 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1946 compilation gripes.
1947
1948 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1951 new byte-compile-function-environment binding to t.
1952
1953 * font-lock.el (font-lock-fontify-syntactically-region):
1954 Don't forget to highlight the last char when we hit `end'.
1955
1956 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1957 (mwheel-scroll): Adjust accordingly.
1958
1959 * cvs-status.el: Reduce spurious warnings.
1960 (cvs-status-checkout): Remove.
1961 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1962
1963 * pcvs.el (cvs-mode-checkout): New command.
1964
1965 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1966
1967 * tooltip.el: Require CL.
1968
1969 * emacs-lisp/bytecomp.el: Use push.
1970 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1971 (defalias): Remove the `byte-compile' property and add
1972 a `byte-hunk-handler'.
1973
1974 2004-11-11 Juri Linkov <juri@jurta.org>
1975
1976 * info.el (Info-search): Save match data for isearch.
1977 Skip Tag Table node.
1978
1979 * descr-text.el (describe-char): Replace syntax-after with code
1980 from its previous version.
1981
1982 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1983 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1984
1985 * international/mule.el (sgml-html-meta-auto-coding-function):
1986 Remove > after <html to allow HTML attributes.
1987
1988 2004-11-11 Jay Belanger <belanger@truman.edu>
1989
1990 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1991 a variable.
1992 (calcFunc-dfac): Replace unbound max by n.
1993 (math-stirling-local-cache): New variable.
1994 (math-stirling-number, math-stirling-1, math-stirling-2):
1995 Replace the variable `cache' by the declared variable
1996 math-stirling-local-cache.
1997 (var-RandSeed): Declare it as a variable.
1998 (math-init-random-base, math-random-digit): Don't check to see if
1999 var-RandSeed is bound.
2000 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
2001 Declare them instead of just setting them.
2002 (math-init-random-base): Made i a local variable.
2003 (math-random-digit): Made math-random-last a local variable.
2004 (math-prime-test-cache): Move declaration to before it is used.
2005 (math-prime-test-cache-k, math-prime-test-cache-q)
2006 (math-prime-test-cache-nm1, math-prime-factors-finished):
2007 Declare them as variables.
2008
2009 2004-11-11 Jay Belanger <belanger@truman.edu>
2010
2011 * calc/calc-ext.el (math-defcache): Use defvar for the new
2012 variables it creates.
2013
2014 2004-11-11 Lars Hansen <larsh@math.ku.dk>
2015
2016 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
2017 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
2018 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
2019 (desktop-save): Add :version.
2020
2021 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * printing.el (pr-get-symbol): Don't downcase.
2024
2025 2004-11-10 Jay Belanger <belanger@truman.edu>
2026
2027 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
2028 string to kill-ring.
2029
2030 * calc/calc-aent.el (calc-alg-exp, math-toks)
2031 (math-exp-pos,math-exp-old-pos, math-exp-token)
2032 (math-exp-keep-spaces, math-exp-str): New variables.
2033 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
2034 (calcAlg-enter): Use declared variable calc-alg-exp.
2035 (math-build-parse-table, math-find-user-token): Use declared
2036 variable math-toks.
2037 (math-read-exprs, math-read-token, calc-check-user-syntax)
2038 (calc-match-user-syntax, match-factor-after, math-read-factor):
2039 Use declared variables math-exp-pos math-exp-old-pos.
2040 (math-read-exprs, math-read-token, math-read-expr-level)
2041 (calc-check-user-syntax, calc-match-user-syntax)
2042 (match-factor-after, math-read-factor): Use declared variable
2043 math-exp-token.
2044 (math-read-exprs, math-read-expr-list, math-read-token)
2045 (math-read-factor): Use declared variable math-exp-keep-spaces.
2046 (math-read-exprs, math-read-token): Use declared variable
2047 math-exp-str.
2048 (calc-match-user-syntax): Make m a local variable.
2049
2050 * calc/calc-ext.el (math-read-expr): Use declared variables
2051 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
2052 math-exp-keep-spaces.
2053
2054 * calc/calc-forms.el (math-read-angle-bracket): Use declared
2055 variables math-exp-pos, math-exp-str.
2056
2057 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
2058 math-exp-old-pos.
2059 (math-parse-fortran-vector, math-parse-fortran-vector-end)
2060 (math-parse-eqn-prime): Use declared variable math-exp-token.
2061
2062 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
2063 Use declared variable math-exp-pos.
2064 (math-check-for-commas): Use declared variable math-exp-str.
2065 (math-read-brackets): Use declared variables math-exp-old-pos,
2066 math-exp-keep-spaces.
2067 (math-read-brackets, math-read-vector, math-read-matrix):
2068 Use declared variable math-exp-token.
2069
2070 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
2073 where the keymap is a symbol.
2074 (easy-menu-add-item): Use keymap-prompt. Simplify.
2075
2076 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
2077
2078 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
2079 (sgml-parse-tag-backward): Use it to skip spurious < or >.
2080
2081 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
2082
2083 * ebuff-menu.el: Doc fixes throughout.
2084 (electric-buffer-menu-mode-hook): New defvar.
2085
2086 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
2087
2088 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
2089 compilation. The resulting compiler warnings appear to be harmless.
2090
2091 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
2092
2093 * textmodes/conf-mode.el: New file.
2094
2095 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2096
2097 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2100
2101 2004-11-09 Jay Belanger <belanger@truman.edu>
2102
2103 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2104
2105 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2106 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2107 (calc-z-prefix-help, calc-user-function-list): Use declared
2108 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2109 (math-map-tree, math-map-tree-rec): Use declared variables
2110 math-mt-many, math-mt-func.
2111 (math-read-expression, math-read-string): Use declared variable
2112 math-expr-data.
2113
2114 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2115 variable math-normalize-a.
2116
2117 * calc/calc.el (math-normalize-a): New variable.
2118 (math-normalize): Use declared variable math-normalize-a.
2119
2120 * calc/calc-poly.el (math-expand-form): Use declared variable
2121 math-mt-many.
2122
2123 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2124 Use declared variable math-mt-many.
2125 (math-rewrite): Use declared variable math-mt-func.
2126
2127 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2128 (math-read-matrix): Use declared variable math-expr-data.
2129
2130 * calc/calc-lang.el (math-parse-fortran-vector)
2131 (math-parse-fortran-vector-end, math-parse-tex-sum)
2132 (math-parse-eqn-matrix, math-parse-eqn-prime)
2133 (math-read-math-subscr): Use declared variable math-expr-data.
2134
2135 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2136 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2137 (calc-match-user-syntax, math-read-if, math-factor-after)
2138 (math-read-factor): Use declared variable math-expr-data.
2139
2140 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2141
2142 * calendar/diary-lib.el (diary-from-outlook)
2143 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2144 interactive-p; but rather new optional argument NOCONFIRM.
2145
2146 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2149 (easy-menu-name-match): Revert correspondingly.
2150
2151 2004-11-09 Richard M. Stallman <rms@gnu.org>
2152
2153 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2154 Turn off warnings for the new function even if definition not constant.
2155 If the definition isn't a quoted symbol, record (FUNCTION . t).
2156 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2157 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2158 (display-call-tree, byte-compile-arglist-warn):
2159 Handle t returned by byte-compile-fdefinition.
2160
2161 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2162
2163 * Makefile.in (maintainer-clean): Depend on distclean.
2164
2165 * help-fns.el (help-C-file-name): File name must be in build-files
2166 to be returned.
2167
2168 2004-11-09 Jay Belanger <belanger@truman.edu>
2169
2170 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2171 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2172
2173 * calc/calc.el (calc, calc-trail-display, calc-mode):
2174 Remove obsolete sections.
2175
2176 * calc/calc.el (calc-x-paste-text): Remove.
2177
2178 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2179 mouse-2.
2180
2181 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2182
2183 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2184 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2185 current frame (in case of recursive calls).
2186 (gdb-show-changed-values): Add :version keyword.
2187
2188 2004-11-09 Kenichi Handa <handa@m17n.org>
2189
2190 * international/mule-cmds.el: Change coding: tag back to
2191 iso-2022-7bit.
2192
2193 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * international/mule-cmds.el: Change coding-system to utf-8.
2196 (select-safe-coding-system-interactively):
2197 New function extracted from select-safe-coding-system.
2198 (select-safe-coding-system): Use it.
2199
2200 2004-11-08 Richard M. Stallman <rms@gnu.org>
2201
2202 * subr.el (syntax-after): Doc fix.
2203
2204 * paren.el (show-paren-function): Change calls to syntax-after
2205 for new way of returning the value.
2206
2207 * menu-bar.el (menu-bar-file-menu): Make this the real name
2208 and menu-bar-files-menu the alias. Use the former.
2209 (global-map): Use `file', not `files', as the symbol.
2210
2211 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2212
2213 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2214 Don't use beginning-of-buffer.
2215 (filesets-cmd-show-result): Use with-no-warnings.
2216
2217 2004-11-08 Juri Linkov <juri@jurta.org>
2218
2219 * progmodes/compile.el (compile): Don't overwrite last command in
2220 minibuffer history with default command if they are not equal.
2221
2222 2004-11-08 Jay Belanger <belanger@truman.edu>
2223
2224 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2225 non-linear substitutions.
2226
2227 2004-11-08 Jay Belanger <belanger@truman.edu>
2228
2229 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2230 (math-do-integral): Set `math-linear-subst-tried' to nil.
2231 (math-do-integral-methods): Use `math-linear-subst-tried' to
2232 determine what type of substitution to try.
2233 (math-integ-try-linear-substituion):
2234 Set `math-linear-subst-tried' to t.
2235
2236 2004-11-08 Kim F. Storm <storm@cua.dk>
2237
2238 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2239
2240 2004-11-07 Juri Linkov <juri@jurta.org>
2241
2242 * info-look.el (info-lookup): Allow reusing in the current buffer
2243 not only *info* buffer, but all (even renamed) Info buffers
2244 by checking for major-mode instead of *info* buffer name.
2245 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2246 (octave-mode, maxima-mode) <doc-spec>:
2247 Allow long dashes generated by Texinfo 4.7 before definitions.
2248 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2249 definitions with argument separated by space.
2250
2251 2004-11-06 Richard M. Stallman <rms@gnu.org>
2252
2253 * simple.el (next-error group, face): Move before first use.
2254 (next-error-highlight, next-error-highlight-no-select): Likewise.
2255
2256 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2257 (line-move): New args NOERROR and TO-END.
2258 Return t if if succeed in moving specified number of lines.
2259 (move-end-of-line): New function.
2260
2261 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2262 (end-of-buffer-other-window): Likewise.
2263
2264 * simple.el (line-move-ignore-invisible): Default to t.
2265
2266 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2267
2268 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2269
2270 * international/iso-cvt.el (iso-cvt-define-menu):
2271 Rename menu-bar-files-menu to menu-bar-file-menu.
2272
2273 * net/browse-url.el (browse-url-gnome-moz-program)
2274 (browse-url-gnome-moz-arguments): Move up before first use.
2275
2276 * net/tramp.el (tramp group): Add :version.
2277
2278 * progmodes/ada-xref.el (ada-gdb-application):
2279 Use goto-char instead of beginning-of-buffer.
2280
2281 * progmodes/cperl-mode.el (cperl-info-on-command):
2282 Use goto-char instead of beginning-of-buffer.
2283
2284 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2285 Move up before first use.
2286 (idlwave-shell-temp-pro-file): Likewise.
2287 (idlwave-shell-temp-rinfo-save-file): Likewise.
2288 (idlwave-shell-temp-file): Minor doc fix.
2289
2290 * textmodes/flyspell.el (flyspell-external-point-words):
2291 Use goto-char instead of beginning-of-buffer.
2292
2293 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2294
2295 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2296 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2297 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2298
2299 2004-11-06 David Ponce <david@dponce.com>
2300
2301 * recentf.el (recentf-menu-path): Use menu item name.
2302
2303 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2304
2305 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2306 display doesn't support images.
2307
2308 2004-11-06 Andreas Schwab <schwab@suse.de>
2309
2310 * tempo.el (tempo-match-finder): Doc fix.
2311
2312 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2313
2314 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2317 (easy-menu-lookup-name): New fun to replace it.
2318 (easy-menu-get-map): Use it to obey menu item names (rather than just
2319 keys) when looking up `path'.
2320 (easy-menu-always-true-p): Rename from easy-menu-always-true.
2321 (easy-menu-convert-item-1): Adjust to new name.
2322
2323 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2324
2325 * outline.el (hide-body): Don't hide lines at the top of the file
2326 that precede the first header line.
2327
2328 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
2329
2330 * align.el (align-areas): Delete whitespace before reindenting, so
2331 that tabs are never placed after spaces.
2332
2333 2004-11-06 Alan Shutko <ats@acm.org>
2334
2335 * macros.el (insert-kbd-macro): Do completions based on macros,
2336 rather than all commands.
2337
2338 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
2339
2340 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2341 to solve a bug whereby tags with 'b' don't match.
2342
2343 2004-11-05 Juri Linkov <juri@jurta.org>
2344
2345 * info.el (Info-search): Don't search in node header lines
2346 and file headers.
2347
2348 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2349 symbol-constituent characters after dot, not only digits.
2350
2351 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2352
2353 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2354
2355 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2356
2357 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2358 if a dialog will be used, read-file-name otherwise.
2359
2360 2004-11-04 Richard M. Stallman <rms@gnu.org>
2361
2362 * textmodes/table.el (table group): Add :version.
2363
2364 * textmodes/ispell.el (ispell-word):
2365 Don't alter args; set them only thru `interactive' spec.
2366
2367 * textmodes/flyspell.el (flyspell-word):
2368 Don't alter FOLLOWING; set it only thru `interactive' spec.
2369
2370 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2371
2372 * net/browse-url.el (browse-url-maybe-new-window):
2373 Use called-interactively-p.
2374
2375 * mail/supercite.el (sc-cite-region):
2376 Don't use interactive-p. Add arg INTERACTIVE.
2377 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2378
2379 * international/mule-cmds.el (set-input-method, toggle-input-method):
2380 Don't use interactive-p. Add arg INTERACTIVE.
2381
2382 * eshell/esh-mode.el (eshell-show-maximum-output):
2383 Don't use interactive-p.
2384 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2385
2386 * mouse.el (mouse-show-mark): Get positions to delete from mark
2387 and point, not from mouse-drag-overlay.
2388
2389 * imenu.el (imenu-eager-completion-buffer): Add :version.
2390
2391 * filesets.el (filesets group): Add :version.
2392
2393 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2394
2395 * files.el (xml-based-modes): Delete var.
2396 (magic-mode-alist): New more general var.
2397 (set-auto-mode): Use it.
2398
2399 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2400 when clicking from another window.
2401
2402 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2403
2404 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2405 (vc-cvs-annotate-time): Incorporate value of deleted var.
2406 Remove special-case handling of beginning-of-buffer cruft.
2407 Cache ending position (point) and return value in text property
2408 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2409
2410 * vc-cvs.el (vc-cvs-annotate-command):
2411 Delete extraneous lines from beginning of buffer.
2412 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2413
2414 * progmodes/grep.el (grep-default-command): Take empty string
2415 for tag if all other methods yield nil. Shell-quote the tag.
2416
2417 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2418 spec in `interactive' form, and mention it in the docstring.
2419 Also, make sure point is at bol after calling `annotate-time'.
2420
2421 2004-11-02 Richard M. Stallman <rms@gnu.org>
2422
2423 * cus-edit.el (customize-group-other-window):
2424 Select the window that displays the custom buffer.
2425 (custom-buffer-create-other-window): Likewise.
2426
2427 * comint.el (comint-insert-input): Fix previous change.
2428
2429 * emacs-lisp/elp.el (elp-instrument-function):
2430 Use called-interactively-p.
2431
2432 * emacs-lisp/easymenu.el (easy-menu-intern):
2433 Don't downcase; rather, case-flip the first letter of each word.
2434
2435 * emacs-lisp/easy-mmode.el (define-minor-mode):
2436 Use called-interactively-p.
2437
2438 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2439 Add interactive-only.
2440 (byte-compile-warnings): Add interactive-only as option.
2441 (byte-compile-interactive-only-functions): New variable.
2442 (byte-compile-form): Warn about calls to functions
2443 in byte-compile-interactive-only-functions.
2444
2445 * emacs-lisp/autoload.el (update-file-autoloads):
2446 Don't use interactive-p; take new arg SAVE-AFTER.
2447
2448 * emacs-lisp/advice.el (ad-make-advised-definition):
2449 Use called-interactively-p.
2450
2451 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2452
2453 * files.el (find-file-existing): New function.
2454
2455 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2456 find-file-existing. Add "New File..." that calls find-file.
2457
2458 * diropen.pbm diropen.xpm: New files.
2459
2460 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2461 icon diropen. New tool bar item find-file-existing uses icon open.
2462
2463 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2464 instead of read-file-name.
2465
2466 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2467
2468 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2469 (icalendar--split-value): Change name of work buffer.
2470 (icalendar--get-weekday-abbrev): Return nil on error.
2471 (icalendar--date-to-isodate): New function.
2472 (icalendar-convert-diary-to-ical)
2473 (icalendar-extract-ical-from-buffer): Use only two args for
2474 make-obsolete (XEmacs compatibility).
2475 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2476 (icalendar-export-region): Doc fix.
2477 If error, return non-nil and write errors to a buffer.
2478 Use correct weekday for weekly recurring events.
2479 Check whether date has been parsed for ordinary events.
2480 Make weekly events start in the year 2000.
2481 DTEND is non-inclusive, shift end date by one day if
2482 necessary (not for entries that have date and time).
2483 Rename local let variables: oops -> found-error, datestring ->
2484 startdatestring.
2485
2486 2004-11-02 Kim F. Storm <storm@cua.dk>
2487
2488 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2489 keep-mode-if-same variable. Add it as optional arg instead.
2490 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2491
2492 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2493 substitute-command-keys will select lower-case bindings like those
2494 used in the static help texts.
2495
2496 * descr-text.el (describe-text-properties): Don't err if called in
2497 the *Help* buffer; output to *Help-2* buffer instead.
2498
2499 * kmacro.el (group kmacro): Add :version.
2500 (kmacro-keyboard-quit): New function to cleanup on C-g.
2501 (kmacro-start-macro): Set defining-kbd-macro to append when
2502 appending to last macro.
2503
2504 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2505
2506 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2507
2508 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2509 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2510 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2511 Add :version keyword.
2512
2513 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2514
2515 * progmodes/flymake.el (flymake-err-line-patterns):
2516 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2517 `compilation-error-regexp-alist-alist' to internal Flymake format.
2518
2519 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2520
2521 2004-11-01 Jay Belanger <belanger@truman.edu>
2522
2523 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2524 with `interactive "s"'.
2525
2526 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2527
2528 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2529 Revert change from 2004-10-16. '*' checks the current buffer, but the
2530 mouse click may be in another buffer.
2531
2532 2004-11-01 John Paul Wallington <jpw@gnu.org>
2533
2534 * files.el (large-file-warning-threshold): Add :version keyword.
2535 (kill-some-buffers): Doc fix.
2536
2537 * thumbs.el (group thumbs): Add :version keyword.
2538
2539 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2540
2541 2004-11-01 Richard M. Stallman <rms@gnu.org>
2542
2543 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2544
2545 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2546
2547 * allout.el (allout group): Add :version.
2548 (allout-init): Don't use interactive-p.
2549 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2550 (allout-forward-current-level, allout-backward-current-level):
2551 Don't use interactive-p.
2552
2553 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2554 (bibtex-find-text): Likewise.
2555
2556 * progmodes/vhdl-mode.el (vhdl-fill-region)
2557 (vhdl-beginning-of-statement): Don't use interactive-p.
2558
2559 * progmodes/idlwave.el (idlwave-update-routine-info):
2560 Don't use interactive-p.
2561
2562 * progmodes/idlw-shell.el (idlwave-shell-send-char):
2563 Don't use interactive-p.
2564
2565 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2566 Don't use interactive-p.
2567
2568 * progmodes/ada-xref.el (ada-make-body-gnatstub):
2569 Don't use interactive-p.
2570
2571 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2572 (fortune-in-buffer): Doc fix.
2573
2574 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2575
2576 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2577 don't select the temporary buffer.
2578 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2579 (eudc-get-phone): Likewise.
2580
2581 2004-11-01 Kim F. Storm <storm@cua.dk>
2582
2583 * man.el (Man-xref-normal-file): Fix help-echo.
2584
2585 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * reveal.el (reveal-last-tick): New var.
2588 (reveal-post-command): Use it to avoid closing overlays when we're
2589 appending text to them.
2590
2591 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2592
2593 * textmodes/bibtex.el: Require button.
2594 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2595 (bibtex-reference-keys): Distinguish between header keys and
2596 crossref keys.
2597 (bibtex-beginning-of-field): New function.
2598 (bibtex-url-map): Remove.
2599 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2600 (bibtex-font-lock-url-regexp): Assume that field names begin at
2601 the beginning of a line.
2602 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2603 Remove field delimiters. Use bibtex-beginning-of-field.
2604 Bugfix, point can be inside a field with a url.
2605 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2606 New functions.
2607 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2608 (bibtex-key-in-head): Simplify.
2609 (bibtex-current-line): Use bolp.
2610 (bibtex-parse-keys): Remove unused arg `add'.
2611 Use bibtex-type-in-head and bibtex-key-in-head.
2612 (bibtex-parse-entry, bibtex-autofill-entry):
2613 Use bibtex-type-in-head and bibtex-key-in-head.
2614 (bibtex-autokey-get-field): Do not alter case of replacement text.
2615 (bibtex-autokey-get-names): Do all processing of name list.
2616 (bibtex-autokey-get-year): New function.
2617 (bibtex-autokey-get-title): Do all processing of title words.
2618 (bibtex-generate-autokey): Simplify.
2619 (bibtex-string-files-init): Use default-directory.
2620 Allow for absolute file names in bibtex-string-files.
2621 (bibtex-files, bibtex-file-path): New variables.
2622 (bibtex-files-expand): New function.
2623 (bibtex-find-entry-globally): New command.
2624 (bibtex-summary-function): New variable.
2625 (bibtex-summary): Default value of bibtex-summary-function.
2626 (bibtex-find-crossref): New optional args pnt and split.
2627 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2628 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2629 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2630 Fix handling of required and alternative fields.
2631 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2632 Use cons and display-buffer.
2633 (bibtex-validate-globally): New command.
2634 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2635 bibtex-parse-keys and bibtex-parse-strings for updating
2636 bibtex-reference-keys and bibtex-strings.
2637 (bibtex-realign): Remove blank lines past the last entry.
2638 (bibtex-reformat): Use bibtex-entry-format as default.
2639 (bibtex-choose-completion-string): Remove.
2640 (bibtex-complete): Do not use bibtex-choose-completion-string.
2641 (bibtex-url): Simplify.
2642
2643 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2644
2645 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2646 (x-dnd-types-alist, x-dnd-open-file-other-window)
2647 (x-dnd-known-types): Add :version.
2648
2649 2004-10-31 John Paul Wallington <jpw@gnu.org>
2650
2651 * ibuffer.el (group ibuffer): Add :version keyword.
2652
2653 2004-10-31 Kim F. Storm <storm@cua.dk>
2654
2655 * ido.el (group ido): Add :version keyword.
2656 (ido-mode): Remove :version keyword.
2657
2658 * emulation/cua-base.el (group cua): Add :version keyword.
2659 (cua-mode): Remove :version keyword.
2660
2661 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2662
2663 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2664
2665 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2666 compiler warning.
2667 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2668 function.
2669 (help-at-pt-display-when-idle): Remove autoload.
2670
2671 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2674
2675 2004-10-30 Juri Linkov <juri@jurta.org>
2676
2677 * help.el (function-called-at-point):
2678 * help-fns.el (variable-at-point): Read -> intern.
2679
2680 2004-10-30 Simon Josefsson <jas@extundo.com>
2681
2682 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2683 Recognize AS_* too.
2684
2685 2004-10-29 Simon Josefsson <jas@extundo.com>
2686
2687 * subr.el (read-passwd): Move back from password.el.
2688
2689 * password.el: Remove, not ready yet.
2690
2691 2004-10-29 Andreas Schwab <schwab@suse.de>
2692
2693 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2694
2695 2004-10-29 Sam Steingold <sds@gnu.org>
2696
2697 * mouse.el (mouse-show-mark): Replace the last occurrence of
2698 x-lost-selection-hooks with x-lost-selection-functions.
2699
2700 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2701
2702 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2703 x-lost-selection-functions is bound.
2704
2705 * mouse-sel.el (mouse-sel-mode):
2706 * emacs-lisp/lselect.el: Adjust to new names for
2707 x-(lost|sent)-selection-functions.
2708
2709 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2710 New obsolete aliases of x-lost-selection-functions and
2711 x-sent-selection-functions.
2712
2713 2004-10-28 Kim F. Storm <storm@cua.dk>
2714
2715 * imenu.el (imenu-scanning-message): Remove.
2716 (imenu-progress-message): Make it a no-op.
2717
2718 2004-10-28 John Paul Wallington <jpw@gnu.org>
2719
2720 * files.el (set-auto-mode): Call `throw' correctly.
2721
2722 2004-10-28 Juri Linkov <juri@jurta.org>
2723
2724 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2725 to search `Info-...' commands in `info' manual.
2726 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2727 Add 'info-file "emacs" property.
2728 (Info-find-emacs-command-nodes): Fix index line number regexp.
2729 Set real line number (instead of fake 0) in first element of the
2730 returned list.
2731 (Info-goto-emacs-command-node): Use line number of first element
2732 to set point in the first found Info node.
2733
2734 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2735 code to `grep-mode-font-lock-keywords'.
2736 (grep-mode-font-lock-keywords): Delete grep markers instead
2737 of making them invisible.
2738
2739 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2740
2741 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2742 and x-server-version in bug report.
2743
2744 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2745
2746 * files.el (set-auto-mode-0): New function.
2747 (set-auto-mode): Use it to handle aliased modes and to
2748 be consistent between C-x C-f and C-x C-w.
2749
2750 2004-10-28 Kenichi Handa <handa@m17n.org>
2751
2752 * international/utf-8.el (utf-translate-cjk-charsets):
2753 Add katakana-jisx0201.
2754
2755 * international/subst-jis.el: Add data for JISX0201.
2756
2757 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * obsolete/hilit19.el (hilit-mode): New function.
2760 Move all the toplevel side-effecting stuff into it, so that loading
2761 hilit19 doesn't mess everything up any more.
2762
2763 2004-10-27 Richard M. Stallman <rms@gnu.org>
2764
2765 * add-log.el (add-change-log-entry): Set up mailing address
2766 and full name later, and don't alter add-log-mailing-address
2767 or add-log-full-name.
2768
2769 * elide-head.el (elide-head): Change error to message.
2770 (elide-head-show): Likewise.
2771
2772 * apropos.el (apropos-macrop): Doc fix.
2773
2774 * mouse.el (mouse-show-mark): Do most processing the same
2775 regardless of transient-mark-mode.
2776
2777 * shadowfile.el (shadow-copy-files): Use interactive-p
2778 only to control whether to print a message.
2779
2780 * tar-mode.el (tar-mode): Use write-contents-functions,
2781 not write-contents-hooks.
2782
2783 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2784 directory-sep-char.
2785
2786 2004-10-27 Richard M. Stallman <rms@gnu.org>
2787
2788 * strokes.el (strokes-unload-hook): Fix previous change.
2789
2790 * type-break.el (type-break-run-at-time): Always use run-at-time;
2791 forget the alternatives.
2792 (type-break-cancel-function-timers): Always use cancel-function-timers;
2793 forget the alternatives.
2794
2795 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2796
2797 2004-10-27 Kenichi Handa <handa@m17n.org>
2798
2799 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2800
2801 * international/subst-gb2312.el: Likewise.
2802
2803 * international/subst-big5.el: Likewise.
2804
2805 * international/subst-ksc.el: Likewise.
2806
2807 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2808 New variable.
2809 (utf-translate-cjk-set-unicode-range): New function.
2810 (utf-translate-cjk-unicode-range): Make it customizable.
2811 (utf-8-post-read-conversion):
2812 Use utf-translate-cjk-unicode-range-string.
2813 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2814 Unicode ranges.
2815
2816 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2817
2818 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2819 trivial variants to shorten the list.
2820 (xml-based-modes): New var.
2821 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2822 declaration higher priority than auto-mode-alist.
2823
2824 * find-file.el (cc-other-file-alist): Bring it in line with
2825 cc-mode's auto-mode-alist entries and use \' instead of $.
2826
2827 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2828 and add "Id" and "Name" submenus to it.
2829
2830 * imenu.el (imenu--generic-function): Skip matches in comments.
2831
2832 2004-10-26 Jay Belanger <belanger@truman.edu>
2833
2834 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2835 (full-calc-keypad, calc-trail-display): Use an extra argument
2836 instead of `interactive-p'.
2837
2838 * calc/calc-misc.el (calc-other-window): Use an extra argument
2839 instead of `interactive-p'.
2840
2841 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2842 `interactive-p'.
2843
2844 2004-10-26 Kim F. Storm <storm@cua.dk>
2845
2846 * help.el (describe-key): Describe both down-event and up-event
2847 for a mouse click.
2848
2849 2004-10-26 Richard M. Stallman <rms@gnu.org>
2850
2851 * woman.el (woman): Don't call interactive-p.
2852
2853 * pcomplete.el (pcomplete): Instead of interactive-p,
2854 use an arg set non-nil by the interactive spec.
2855
2856 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2857 use an arg set non-nil by the interactive spec.
2858
2859 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2860 use an arg set non-nil by the interactive spec.
2861
2862 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2863
2864 * progmodes/flymake.el (flymake-split-string):
2865 Use `flymake-split-string-remove-empty-edges' in any case.
2866
2867 2004-10-26 Masatake YAMATO <jet@gyve.org>
2868
2869 * progmodes/flymake.el (flymake-err-line-patterns):
2870 Use `compilation-error-regexp-alist-alist' instead of
2871 `compilation-error-regexp-alist'.
2872
2873 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2876 verbatim face on the \ of \end{verbatim}.
2877
2878 2004-10-25 Jay Belanger <belanger@truman.edu>
2879
2880 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2881 erasing minibuffer.
2882
2883 2004-10-25 Simon Josefsson <jas@extundo.com>
2884
2885 * subr.el (read-passwd): Move to net/password.el.
2886
2887 * net/password.el (read-passwd): Add. Autoload it.
2888
2889 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2890
2891 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2892
2893 * simple.el (process-file): Fix logic.
2894
2895 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2896
2897 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2898 (increase-right-margin): Remove erroneous call to `interactive-p'.
2899
2900 2004-10-24 Kim F. Storm <storm@cua.dk>
2901
2902 * help.el (describe-mode): Fix 2004-10-13 change.
2903 Copy pure "Auto Fill" string so it can be propertized later
2904 without causing a read-only error.
2905
2906 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2907
2908 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2909 style indexes.
2910
2911 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2912
2913 * simple.el (process-file): Accept nil for INFILE. Reported by
2914 Luc Teirlinck.
2915
2916 2004-10-24 Masatake YAMATO <jet@gyve.org>
2917
2918 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2919 Handle periods and underscores in a function name.
2920 Remove the address fontification.
2921
2922 2004-10-24 Masatake YAMATO <jet@gyve.org>
2923
2924 * progmodes/asm-mode.el (asm-font-lock-keywords):
2925 Use font-lock-variable-name-face for registers.
2926
2927 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2928
2929 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2930 kill-all-local-variables.
2931 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2932 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2933 Use kill-all-local-variables and provide mode-hooks.
2934 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2935 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2936 Suggested by Masatake YAMATO <jet@gyve.org>.
2937
2938 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2939
2940 * simple.el (process-file): New function, similar to call-process
2941 but supports file handlers.
2942 * vc.el (vc-do-command): Use it, instead of call-process.
2943 * net/tramp-vc.el (vc-do-command): Do not advise it if
2944 process-file is fboundp.
2945 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2946 process-file.
2947 (tramp-handle-process-file): New function.
2948 (tramp-file-name-for-operation): Support process-file.
2949
2950 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2951
2952 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2953 (icalendar-weekdayabbrev-table)
2954 (icalendar-monthnumber-table): Delete.
2955 (icalendar--get-month-number): Use calendar-month-name-array.
2956 (icalendar--get-weekday-number): New function.
2957 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2958 (icalendar-export-region): Handle multi-line entries.
2959 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2960
2961 2004-10-23 John Paul Wallington <jpw@gnu.org>
2962
2963 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2964 `wildcards' set to t in interactive spec.
2965
2966 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2967 interactive spec rather than use `interactive-p'.
2968 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2969 rather than use function `interactive-p'.
2970
2971 2004-10-22 Kenichi Handa <handa@m17n.org>
2972
2973 * international/mule.el (translate-region): Implement it in Lisp
2974 as a front end of translate-region-internal.
2975
2976 2004-10-21 Jay Belanger <belanger@truman.edu>
2977
2978 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2979 Declare these variables with defvar.
2980
2981 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2982 is bound, only check to see if it is bound.
2983
2984 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2987 Don't output messages.
2988
2989 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2990
2991 2004-10-21 John Paul Wallington <jpw@gnu.org>
2992
2993 * calc/calc-graph.el (calc-graph-init):
2994 Use `set-process-query-on-exit-flag'.
2995
2996 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2997
2998 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2999 dir right and also allow argumentless cd.
3000
3001 2004-10-19 Richard M. Stallman <rms@gnu.org>
3002
3003 * textmodes/flyspell.el (flyspell-mode): Doc fix.
3004
3005 * eshell/em-unix.el (eshell-grep):
3006 Don't bind compilation-process-setup-function.
3007
3008 * comint.el (comint-insert-input): Use @ in `interactive'.
3009 (comint-input-filter-functions): Doc fix.
3010 (comint-kill-whole-line, comint-get-source): Doc fix.
3011
3012 * progmodes/compile.el (compilation-setup):
3013 Don't set buffer-read-only if MINOR is non-nil.
3014
3015 2004-10-19 Jay Belanger <belanger@truman.edu>
3016
3017 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
3018 (calc-emacs-type-gnu19): Remove.
3019 (calc-digit-map, calc-read-key-sequence, calc-read-key):
3020 Remove check for old emacs versions.
3021
3022 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
3023 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
3024 for current Emacs.
3025
3026 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
3027 the end of the minibuffer.
3028 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
3029 copy `esc-map'.
3030
3031 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
3032
3033 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
3034 call that would be given when the current emacs was used.
3035
3036 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
3037
3038 * calendar/icalendar.el: Set coding to utf-8.
3039 (icalendar-version): Increase to 0.07.
3040 (icalendar-monthnumber-table): Change March pattern.
3041 (icalendar-get-all-event-properties)
3042 (icalendar-set-event-property): Delete.
3043 (icalendar-all-events): No longer interactive.
3044 (icalendar-convert-diary-to-ical)
3045 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
3046 their replacements.
3047 (icalendar-export-file, icalendar-export-region): New functions;
3048 essentially old `icalendar-convert-diary-to-ical' but appending to
3049 target rather than overwriting.
3050 (icalendar-import-file): Append to target file rather than
3051 overwriting. Fourth arg deleted.
3052 (icalendar-import-buffer): New name for old
3053 `icalendar-extract-ical-from-buffer'.
3054 (icalendar--convert-string-for-import): New name for
3055 old `icalendar-convert-for-import'.
3056 (include-icalendar-files): Delete.
3057 Prefix for all internal functions changed from `icalendar-'
3058 to `icalendar--'.
3059
3060 2004-10-19 Richard M. Stallman <rms@gnu.org>
3061
3062 * paths.el (news-path): Fix previous change.
3063
3064 2004-10-18 Jay Belanger <belanger@truman.edu>
3065
3066 * calc/calc-help.el (calc-describe-bindings):
3067 Set `buffer-read-only' to nil while working in the keybindings buffer;
3068 remove some extra information from the keybindings buffer.
3069
3070 2004-10-18 David Ponce <david@dponce.com>
3071
3072 * mouse.el (mouse-drag-move-window-top): New function.
3073 (mouse-drag-mode-line-1): Use it.
3074
3075 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
3076
3077 * info.el (Info-fontify-node): For multiline refs,
3078 arrange to unfontify newline and surrounding whitespace.
3079
3080 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
3083 directory is missing.
3084
3085 2004-10-17 John Paul Wallington <jpw@gnu.org>
3086
3087 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
3088 New customizable variable; whether to display buffers that match
3089 `ibuffer-maybe-show-predicates' by default.
3090 (ibuffer-maybe-show-predicates): Mention it in docstring.
3091 (ibuffer-display-maybe-show-predicates): New variable.
3092 (ibuffer-update): Prefix arg now toggles whether buffers that
3093 match `ibuffer-maybe-show-predicates' should be displayed.
3094 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3095 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3096 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3097
3098 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3099
3100 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3101 work correctly.
3102
3103 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3104
3105 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3106 (Buffer-menu-beginning): New helper function.
3107 (Buffer-menu-execute): Use it.
3108 (Buffer-menu-select): Use it.
3109 (Buffer-menu-sort): Use it and also keep markers.
3110
3111 2004-10-17 Richard M. Stallman <rms@gnu.org>
3112
3113 * paths.el (news-directory): Rename from news-path. Old name alias.
3114 (rmail-spool-directory): Use defvar.
3115 (sendmail-program): Use defcustom.
3116 (remote-shell-program): Use defcustom.
3117 (term-file-prefix): Use defvar.
3118 (abbrev-file-name): Use defvar.
3119
3120 * term.el: Add maintainer.
3121
3122 * subr.el (with-local-quit): Return nil if there's a quit.
3123 (read-passwd): Use with-local-quit. Doc fix.
3124
3125 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3126 (strokes-unload-hook): Set as a variable with add-hook.
3127
3128 * startup.el (fancy-splash-tail, normal-splash-screen):
3129 Update copyright year.
3130
3131 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3132
3133 * server.el (server-unload-hook): Set as a variable with add-hook.
3134
3135 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3136
3137 * frame.el (special-display-popup-frame):
3138 Make the buffer current as its frame is created.
3139
3140 * delsel.el (delsel-unload-hook): Set as a variable.
3141
3142 * comint.el (comint-output-filter-functions):
3143 Add comint-watch-for-password-prompt.
3144 (comint-read-noecho): Function deleted.
3145 (send-invisible): Use read-passwd.
3146
3147 * fringe.el (fringe-mode-initialize): New function.
3148 (fringe-mode): Use fringe-mode-initialize as :initialize.
3149
3150 2004-10-17 Kim F. Storm <storm@cua.dk>
3151
3152 * language/indian.el (indian-script-language-alist): Swap value and doc.
3153 (indian-font-char-index-table): Doc fix.
3154
3155 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3158
3159 2004-10-16 Juri Linkov <juri@jurta.org>
3160
3161 * progmodes/compile.el (compilation-start): Move let-binding of
3162 `process-environment' into `with-current-buffer' body.
3163 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3164
3165 2004-10-16 Richard M. Stallman <rms@gnu.org>
3166
3167 * pcvs-util.el (cvs-bury-buffer):
3168 Don't call get-buffer-window for effect.
3169
3170 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3171
3172 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3173
3174 * msb.el (msb-unload-hook): Set the variable.
3175
3176 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3177 Use * to err if buffer is readonly.
3178
3179 * subr.el (looking-back): Return only t or nil.
3180
3181 * whitespace.el (whitespace-unload-hook): Set the variable.
3182
3183 * view.el (view-mode-enable): Set view-page-size and
3184 view-half-page-size to nil.
3185 (view-set-half-page-size-default): view-half-page-size = nil
3186 means the default.
3187 (View-scroll-page-forward): Use view-page-size-default.
3188 (View-scroll-page-backward): Likewise.
3189 (view-page-size, view-half-page-size): Doc fixes.
3190
3191 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3192
3193 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3194
3195 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3196 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3197 (byte-compile-log-1): Bind inhibit-read-only.
3198 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3199 (byte-compile-log-warning): Likewise.
3200 (byte-compile-file-form-require): Detect "cl" from the arg value.
3201
3202 * progmodes/compile.el (compilation-start): Assume compilation-mode
3203 will make the buffer read-only.
3204 (compilation-mode): Take arg name-of-mode.
3205 (compilation-setup): Make buffer read-only.
3206 (compilation-handle-exit): Bind inhibit-read-only.
3207
3208 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3209 (ispell-message): Likewise.
3210 (ispell-show-choices): Don't call get-buffer-window uselessly.
3211 (ispell-init-process): Use set-process-query-on-exit-flag.
3212
3213 2004-10-16 Kim F. Storm <storm@cua.dk>
3214
3215 * fringe.el (fringe-bitmaps): Only initialize when defined.
3216
3217 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3218 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3219
3220 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3221
3222 2004-10-15 Simon Josefsson <jas@extundo.com>
3223
3224 * net/password.el: Add.
3225
3226 2004-10-14 Masatake YAMATO <jet@gyve.org>
3227
3228 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3229 (gdb-script-end-of-defun): New function.
3230 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3231 `gdb-script-end-of-defun' as *-of-defun-function.
3232
3233 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3234
3235 * button.el (button-activate): Allow a marker to display as an action.
3236
3237 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3238
3239 * help.el (describe-mode): Use it to make minor mode list into
3240 hyperlinks.
3241
3242 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * vc.el (vc-annotate-display-select): Fix typo.
3245
3246 * subr.el (substitute-key-definition-key): New function.
3247 (substitute-key-definition): Use it with map-keymap.
3248 (event-modifiers): Use push.
3249 (mouse-movement-p, with-temp-buffer): Simplify.
3250
3251 2004-10-12 Jay Belanger <belanger@truman.edu>
3252
3253 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3254 New variables.
3255 (calc-help-index-entries): New function.
3256 (calc-describe-function): Use `calc-help-function-list' instead of
3257 obarray for completion.
3258 (calc-describe-variable): Use `calc-help-variable-list' instead
3259 of obarray for completion.
3260
3261 2004-10-12 Richard M. Stallman <rms@gnu.org>
3262
3263 * info-look.el (info-lookup-file): Add info-file property.
3264 (info-lookup-symbol): Likewise.
3265
3266 * info.el (info-xref): Add underlining.
3267 (info): Add info-file property.
3268 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3269
3270 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3271
3272 Sync with Tramp 2.0.45.
3273
3274 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3275 defined. This is not the case for XEmacs without package "edebug".
3276 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3277 remote files to the permissions of the original file. This is not
3278 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3279 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3280 (tramp-perl-decode): Fix an error in Perl implementation.
3281 $pending must be cleared every loop. Reported by Benjamin Place
3282 <benjaminplace@sprintmail.com>
3283
3284 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3285 Don't activate advice during definition. This is done later on,
3286 depending on test result of `substitute-in-file-name'.
3287 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3288
3289 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3292
3293 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3294
3295 2004-10-12 David Ponce <david@dponce.com>
3296
3297 * recentf.el (recentf-edit-list): Update the menu when the recentf
3298 list has been modified.
3299
3300 2004-10-12 Simon Josefsson <jas@extundo.com>
3301
3302 * net/tls.el (tls-certtool-program): New variable.
3303 (tls-certificate-information): New function, based on
3304 ssl-certificate-information.
3305
3306 2004-10-12 Kenichi Handa <handa@m17n.org>
3307
3308 * international/mule.el (coding-system-equal): Move from mule-util.el.
3309
3310 * international/mule-util.el (coding-system-equal): Move to mule.el.
3311
3312 2004-10-12 Kim F. Storm <storm@cua.dk>
3313
3314 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3315 reset kmacro-initial-counter-value if set.
3316 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3317 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3318 (kmacro-display): Show macro counter if non-zero.
3319
3320 * subr.el (substitute-key-definition): Mention command remapping
3321 in doc string.
3322
3323 2004-10-11 Jay Belanger <belanger@truman.edu>
3324
3325 * calc/calc-misc.el (calc-info-goto-node): New function.
3326 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3327 node in one step.
3328 (calc-describe-copying, calc-describe-distribution)
3329 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3330 Go to appropriate info node in one step.
3331
3332 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3335
3336 * font-lock.el (font-lock-apply-highlight): Fix last change.
3337
3338 2004-10-11 Simon Josefsson <jas@extundo.com>
3339
3340 * mail/smtpmail.el (smtpmail-open-stream): Look for
3341 starttls-gnutls-program instead of starttls-program iff
3342 starttls-use-gnutls is non-nil.
3343 (smtpmail-open-stream): Don't overwrite user settings of
3344 starttls-extra-arguments and starttls-extra-args.
3345
3346 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * comint.el (comint-mouse-insert-input): Remove.
3349 (comint-insert-input): Make it work for mouse bindings.
3350 (comint-mode-map): Move defs into the declaration.
3351 (comint-output-filter): Typo.
3352
3353 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3354
3355 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
3356
3357 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3358 (ange-ftp-call-chmod): Reference remote-shell-program instead of
3359 ange-ftp-remote-shell.
3360
3361 2004-10-10 Andreas Schwab <schwab@suse.de>
3362
3363 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3364 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3365 Reported by <sri@asu.edu>.
3366
3367 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3368
3369 * vc.el (vc-annotate-mode): Remove variable.
3370 (vc-annotate-display-select): Only call vc-annotate-mode
3371 if we're not in that mode already.
3372
3373 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3376 (imenu-choose-buffer-index): Check here for rescan instead.
3377
3378 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3379 where the face expression evals to nil.
3380
3381 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3382 (tex-font-lock-keywords-2): Use it.
3383 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3384
3385 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3386
3387 2004-10-09 Kim F. Storm <storm@cua.dk>
3388
3389 * subr.el (progress-reporter-update): Define before first usage.
3390 (make-progress-reporter): Doc fix.
3391
3392 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3393
3394 * textmodes/paragraphs.el (sentence-end-double-space)
3395 (sentence-end-without-period, sentence-end-without-space)
3396 (sentence-end): Doc fixes.
3397
3398 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3399
3400 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3401 Change paragraph-start regexp so we don't fill code starting with #'(.
3402
3403 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3404
3405 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3406 New defcustom.
3407 (extract-address-components): Use it.
3408
3409 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3410
3411 * subr.el (make-progress-reporter, progress-reporter-update)
3412 (progress-reporter-force-update, progress-reporter-do-update)
3413 (progress-reporter-done): New functions.
3414
3415 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3416
3417 * progmodes/etags.el (etags-tags-completion-table): Use progress
3418 reporter.
3419 (etags-tags-apropos): Likewise.
3420
3421 2004-10-08 Alan Mackenzie <acm@muc.de>
3422
3423 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3424 of current line.
3425
3426 2004-10-08 Masatake YAMATO <jet@gyve.org>
3427
3428 * server.el (server-process-filter): Wrap `process-send-region'
3429 by `condition-case' to guard the case when the pipe to PROC is closed.
3430
3431 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3432
3433 * xml.el (xml-substitute-special): Limit handling of external entities.
3434
3435 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3438
3439 2004-10-06 John Paul Wallington <jpw@gnu.org>
3440
3441 * xml.el (xml-parse-dtd): Fix `error' call.
3442
3443 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3444
3445 * xml.el (xml-substitute-special): Return a single string instead
3446 of a list of strings if an entity substitution is made.
3447
3448 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3449
3450 * calendar/icalendar.el: New file.
3451
3452 2004-10-05 Juri Linkov <juri@jurta.org>
3453
3454 * isearch.el (isearch-done): Set mark after running hook.
3455 Reported by Drew Adams <drew.adams@oracle.com>.
3456
3457 * info.el (Info-history, Info-toc): Fix Info headers.
3458 (Info-toc): Narrow buffer before Info-fontify-node.
3459 (Info-build-toc): Don't check for special Info file names.
3460 Set main-file to nil if Info-find-file returns a symbol.
3461
3462 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
3463
3464 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3465 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3466 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3467
3468 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3469
3470 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3471 for old interactive spec from calendar-goto-iso-date.
3472 (calendar-goto-iso-date): Use it.
3473 (calendar-goto-iso-week): New function. Suggested by Emilio
3474 C. Lopes <eclig@gmx.net>.
3475
3476 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3477
3478 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3479 `set-right-margin' bindings that follow the minor mode conventions.
3480
3481 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3482
3483 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3484 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3485 (latex-block-args-alist): Add minipage and picture.
3486 (latex-block-body-alist): Use reftex-label if enabled.
3487 (latex-insert-block): Don't insert a \n if not necessary.
3488 (tex-compile-commands): Make sure dvips doesn't send to printer.
3489 (tex-compile-default): Handle the case where no executable is found.
3490 (latex-noindent-environments): New var.
3491 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3492 If tex-indent-allhanging is non-nil, make sure we only align for macros
3493 at beginning of line.
3494
3495 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3496
3497 * newcomment.el (comment-beginning): Doc fix and don't choke on
3498 unset `comment-end-skip' when at beginning of comment.
3499
3500 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3501
3502 * term.el (term-adjust-current-row-cache): Don't allow the current
3503 row to become negative.
3504 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3505 the end of the line. Fix scroll down. Add comments.
3506 (term-handle-ansi-escape): Don't exceed terminal width when moving
3507 right.
3508 (term-scroll-region): Move the cursor after setting the scroll region.
3509
3510 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3511
3512 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3513 to `width' for consistency with docstring. Doc fix.
3514
3515 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3516
3517 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3518 This is necessary for derived modes.
3519
3520 2004-09-30 Kim F. Storm <storm@cua.dk>
3521
3522 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3523 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3524
3525 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3526 kmacro-extract-lambda functions.
3527 (edit-kbd-macro): Handle kmacro lambda forms.
3528 Include counter and counter format in edit buffer.
3529 (edmacro-finish-edit): Get counter and format from edit buffer and
3530 update kmacro bindings when found.
3531
3532 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3533
3534 * textmodes/paragraphs.el (forward-paragraph):
3535 Avoid args-out-of-range error when point winds up at the beginning of
3536 the buffer and hard newlines are enabled.
3537
3538 * newcomment.el (comment-multi-line): Doc fix.
3539
3540 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3543 (diff-fixup-modifs): Catch unified-diff file-headers.
3544
3545 2004-09-29 Kim F. Storm <storm@cua.dk>
3546
3547 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3548 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3549 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3550
3551 * fringe.el (fringe-bitmap-p): New macro.
3552 (fringe-bitmaps): Add standard fringe bitmaps on load.
3553
3554 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * dired.el (dired-view-command-alist): Use more efficient regexps.
3557 Remove dubious arguments.
3558 (dired-align-file): New function.
3559 (dired-insert-directory): Use it.
3560 (dired-move-to-end-of-filename): Make the " -> " search more specific.
3561 (dired-buffers-for-dir): Remove unused var `pattern'.
3562
3563 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3564
3565 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3566 from diary display excursion. Store diary buffer's point for
3567 `simple-diary-display'.
3568 (simple-diary-display): Set window point and start when
3569 displaying buffer, to preserve point.
3570
3571 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
3572
3573 * textmodes/enriched.el (enriched-translations): Replace defconst
3574 with defvar.
3575
3576 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3577
3578 * printing.el: Doc fix.
3579 (pr-version): New version number (6.8.1).
3580 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3581 make-temp-name.
3582 (pr-delete-file): Check if file exists before deleting it.
3583 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3584
3585 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * term.el (term-display-table): New variable.
3588 (term-mode): Use it.
3589 (term-exec-1): Set the coding system to binary.
3590 (term-emulate-terminal): Decode the string before inserting it.
3591
3592 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3595 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3596 (map): Bind S-prior, S-next and S-insert.
3597 (term-mode): Set `indent-tabs-mode' to nil.
3598 (term-paste): New function to be bound to S-insert.
3599 (term-send-del, term-send-backspace): Change the strings sent.
3600 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3601 (term-handle-colors-array): Fix handling of underline and reverse.
3602 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3603 (term-erase-in-line): Fix comparison.
3604 (term-emulate-terminal): Fix line wrap handling.
3605 (term-start-output-log): Rename from `term-set-output-log'.
3606 (term-stop-output-log): Rename from `term-stop-photo'.
3607 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3608
3609 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3610
3611 * dired.el (dired-move-to-filename): Don't output a message if
3612 raise-error is non-nil. Fix return position and value.
3613
3614 * files.el (insert-directory): Obey --dired even with symlinks.
3615
3616 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3617
3618 * ls-lisp.el (ls-lisp-format): Mark file names with property
3619 dired-filename.
3620
3621 2004-09-25 Kim F. Storm <storm@cua.dk>
3622
3623 * ido.el (ido-max-directory-size): New defcustom.
3624 (ido-decorations): Add "too big" element.
3625 (ido-directory-too-big): New dynamic var.
3626 (ido-may-cache-directory): Don't cache big directories.
3627 (ido-directory-too-big-p): New defun.
3628 (ido-set-current-directory): Update ido-directory-too-big.
3629 (ido-read-internal): Make empty ido-cur-item if too-big.
3630 (ido-buffer-internal): Use ido-read-internal directly instead of
3631 ido-read-buffer.
3632 (ido-file-internal): Init ido-directory-too-big.
3633 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3634 and redo completion with full list.
3635 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3636 it, and show completions.
3637 (ido-all-completions): Let bind ido-directory-too-big to nil.
3638 (ido-exhibit): Handle ido-directory-too-big.
3639 (ido-read-buffer): Handle fallback to read-buffer.
3640 Init ido-directory-too-big.
3641 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3642 Init ido-directory-too-big.
3643
3644 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3645
3646 * subr.el (delay-mode-hooks): Doc fix.
3647
3648 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3649
3650 * textmodes/enriched.el
3651 (enriched-default-text-properties-local-flag): New variable.
3652 (enriched-mode): Make sure that enabling and disabling the mode is
3653 a no-op. Doc fix.
3654
3655 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3656
3657 * calendar/holidays.el (holiday-advent): Report on a specified day
3658 offset from advent, not just advent.
3659 (holiday-easter-etc): Report on one specified day offset from
3660 easter, not all easter holidays. Various Easter holidays moved to
3661 `christian-holidays' variable in calendar.el.
3662 * calendar/calendar.el (christian-holidays): Adapt for new
3663 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3664
3665 2004-09-23 Kim F. Storm <storm@cua.dk>
3666
3667 * image.el (insert-sliced-image): Add doc string.
3668
3669 * ido.el (ido-choice-list): New dynamic var for `list' context.
3670 (ido-context-switch-command): New dynamic var.
3671 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3672 (ido-read-internal): Handle new `list' context.
3673 Handle insert-buffer and insert-file ido-exit values.
3674 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3675 ido-context-switch-command. Handle insert-file ido-exit value.
3676 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3677 unless it is already bound by caller.
3678 (ido-file-internal): New arg switch-cmd. Use it to setup
3679 ido-context-switch-command. Handle insert-buffer ido-exit value.
3680 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3681 used for context switching.
3682 (ido-all-completions): Handle new `list' context.
3683 (ido-make-choice-list): Return choices for `list' context.
3684 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3685 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3686 (ido-insert-buffer, ido-insert-file): Setup context switching.
3687 (ido-exhibit): Handle `list' context.
3688 (ido-read-file-name): Disable context switching. Handle fallback.
3689 (ido-read-directory-name): Disable context switching.
3690 (ido-completing-read): New defun like completing-read. Setup and
3691 use new `list' context.
3692
3693 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3694
3695 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3696
3697 2004-09-21 Jay Belanger <belanger@truman.edu>
3698
3699 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3700 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3701 separate window.
3702
3703 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * subr.el (after-change-major-mode-hook): Doc fix.
3706
3707 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3708
3709 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3710 of ghostscript for monochrome PostScript file in Windows.
3711
3712 2004-09-21 Kenichi Handa <handa@m17n.org>
3713
3714 * descr-text.el (describe-char): Checking of quail activation
3715 fixed.
3716
3717 2004-09-21 Jay Belanger <belanger@truman.edu>
3718
3719 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3720
3721 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3722
3723 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3724 after the mode hooks instead of before. Doc fix.
3725
3726 2004-09-20 Jason Rumney <jasonr@gnu.org>
3727
3728 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3729 _emacs, but revert to .emacs if neither exists in home directory.
3730
3731 2004-09-20 John Paul Wallington <jpw@gnu.org>
3732
3733 * bindings.el (completion-ignored-extensions): Add .dfsl.
3734
3735 2004-09-20 Richard M. Stallman <rms@gnu.org>
3736
3737 * bindings.el (scroll-left): Make it disabled.
3738
3739 * files.el (enable-local-eval): Doc fix.
3740
3741 * indent.el (move-to-left-margin): Special case for minibuffer.
3742
3743 * term.el (term-emulate-terminal): Turn off undo for output.
3744 Use with-current-buffer and save-selected-window.
3745
3746 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3747
3748 * progmodes/make-mode.el (makefile-fill-paragraph):
3749 Don't insist on spaces when looking for comments. # is enough.
3750
3751 * files.el (hack-local-variables): Copy the variables list
3752 to another buffer, strip prefixes and suffixes there, then read.
3753 (enable-local-eval): Doc fix.
3754 (ignored-local-variables): Initialize to nil.
3755 (risky-local-variable-p): Don't check ignored-local-variables here.
3756 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3757
3758 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3759
3760 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3761 of = to "." (punctuation).
3762
3763 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3766
3767 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3768
3769 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3770 (enriched-before-change-major-mode): New function.
3771 Add it to `change-major-mode-hook'.
3772 (enriched-after-change-major-mode): New function.
3773 Add it to `after-change-major-mode-hook'.
3774 (enriched-mode): Make it work correctly if called from
3775 `after-change-major-mode-hook'.
3776 No longer set `indent-line-function'.
3777
3778 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3779
3780 * subr.el (after-change-major-mode-hook): New variable.
3781 (run-mode-hooks): Implement it.
3782
3783 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * battery.el (battery-linux-proc-apm): Use string-to-number.
3786 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3787 Use dolist (and less indentation). Use erase-buffer.
3788 Pre-initialize `design-capacity', `warn', and `low'.
3789 (battery-format): Use replace-regexp-in-string.
3790
3791 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3792
3793 * battery.el: Delete superfluous empty lines.
3794 (battery-linux-proc-acpi): Attempt to gather information from all
3795 battery subdirectories regardless of their file name.
3796 (battery-linux-proc-apm): Replace all occurrences of
3797 battery-hex-to-int-2 with string-to-int (base 16).
3798 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3799 (battery-hex-map): Delete variable.
3800
3801 2004-09-18 John Paul Wallington <jpw@gnu.org>
3802
3803 * calc/calc-units.el (calc-quick-units): Fix overzealous
3804 s/or/unless/.
3805
3806 2004-09-17 Jay Belanger <belanger@truman.edu>
3807
3808 * calc/calc.el (calc-mode-var-list): Fix the value of
3809 `calc-matrix-brackets'.
3810
3811 2004-09-17 Romain Francoise <romain@orebokech.com>
3812
3813 * ibuf-ext.el (define-ibuffer-filter filename):
3814 Expand dired-directory since buffer-file-name is absolute.
3815
3816 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3817
3818 * ediff-init.el (ediff-current-diff-face-A)
3819 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3820 (ediff-current-diff-face-Ancestor)
3821 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3822 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3823 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3824 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3825 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3826 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3827 Use min-colors.
3828
3829 * term.el (term-down): Perform vertical motion if DOWN is negative.
3830 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3831 (term-termcap-format): Synchronyze with the eterm terminfo entry
3832 in etc/e/eterm.ti.
3833 (term-handle-colors-array): If the current foreground or
3834 background are zero (i.e. unspecified), use the foreground and
3835 background of the default face for reverse video.
3836 (term-ansi-at-eval-string, term-ansi-default-fg)
3837 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3838 (term-mem): Delete ununsed function.
3839 (term-protocol-version): Increment.
3840 (term-current-face): Set to default.
3841
3842 2004-09-15 Jay Belanger <belanger@truman.edu>
3843
3844 * calc/calc.el (calc-mode-var-list): Define this variable.
3845 (calc-always-load-extensions, calc-line-numbering)
3846 (calc-line-breaking, calc-display-just, calc-display-origin)
3847 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3848 (calc-group-char, calc-point-char, calc-frac-format)
3849 (calc-prefer-frac, calc-hms-format, calc-date-format)
3850 (calc-float-format, calc-full-float-format, calc-complex-format)
3851 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3852 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3853 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3854 (calc-matrix-brackets, calc-language, calc-language-option)
3855 (calc-left-label, calc-right-label, calc-word-size)
3856 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3857 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3858 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3859 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3860 (calc-window-height, calc-display-trail, calc-show-selections)
3861 (calc-use-selections, calc-assoc-selections)
3862 (calc-display-working-message, calc-auto-why, calc-timing)
3863 (calc-mode-save-mode, calc-standard-date-formats)
3864 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3865 (calc-user-parse-tables, calc-gnuplot-default-device)
3866 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3867 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3868 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3869 (calc-invocation-macro, calc-show-banner): Give these values as
3870 part of `calc-mode-var-list's initialization after the variables
3871 are declared with defvar.
3872 (calc-bug-address): Change email address to send bug reports to.
3873 Change the maintainer address at the top.
3874 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3875 than "\\.emacs" to determine if it is the user-init-file.
3876
3877 * calc/calc-embed.el (calc-embedded-set-modes): Use
3878 `calc-mode-var-list' correctly.
3879
3880 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3881
3882 * vc.el (annotate-time): Document point handling.
3883 (vc-annotate-display-autoscale): Doc fix.
3884
3885 2004-09-15 Miles Bader <miles@gnu.org>
3886
3887 * generic.el (generic-make-keywords-list): Use symbol rather than
3888 word anchors in regexp.
3889
3890 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3891
3892 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3893 no file name consider `dired-directory'.
3894
3895 2004-09-14 Kim F. Storm <storm@cua.dk>
3896
3897 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3898
3899 2004-09-14 Simon Josefsson <jas@extundo.com>
3900
3901 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3902
3903 * textmodes/dns-mode.el: Add.
3904
3905 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3908 (disabled-command-function): Make the ?\ char more obvious.
3909
3910 * vc-arch.el (vc-arch-root, vc-arch-registered):
3911 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3912
3913 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3914
3915 * windmove.el (windmove-frame-edges): Report coordinates of
3916 outside edges of frame, not inside edges.
3917 (windmove-coordinates-of-position): Convert into wrapper to new
3918 function `windmove-coordinates-of-window-position';
3919 `compute-motion' always applies to selected window.
3920 (windmove-coordinates-of-position): Update documentation to refer
3921 to Emacs 21 Lisp Reference Manual.
3922 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3923
3924 2004-09-13 Kim F. Storm <storm@cua.dk>
3925
3926 * isearch.el (isearch-resume-in-command-history): Rename from
3927 isearch-resume-enabled and change default to nil.
3928
3929 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3932 (vc-registered): Use it.
3933 (vc-find-root): New fun.
3934
3935 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3936 Don't tell to use \\{...} when it's already done.
3937
3938 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3939 Provide a sample complex default.
3940 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3941 (bibtex-entry): Use mapc.
3942
3943 2004-09-12 Kim F. Storm <storm@cua.dk>
3944
3945 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3946
3947 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3948 inhibit-field-text-motion to t so rectangles work in comint buffers.
3949
3950 * simple.el (choose-completion-string): Set buffer before running
3951 choose-completion-string-functions hook so it can be buffer-local.
3952
3953 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3954
3955 * progmodes/compile.el (compilation-start): Parse command to see
3956 if it starts with a cd, and if so perform it for the *compilation*
3957 buffer. Change the header to reflect this.
3958
3959 2004-09-11 Kim F. Storm <storm@cua.dk>
3960
3961 * ido.el (ido-enable-dot-prefix): Doc fix.
3962 (ido-enable-dot-prefix): New defcustom.
3963 (ido-set-matches1): Use it.
3964
3965 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * textmodes/bibtex.el (bibtex-mark-active)
3968 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3969
3970 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3971
3972 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3973 used in a case insensitive environment.
3974 (bibtex-mode-map): Rearrange order of menus.
3975 (bibtex-quoted-string-re): Obsolete.
3976 (bibtex-complete-key-cleanup): Variable replaced by new function.
3977 (bibtex-font-lock-keywords): Use backquotes.
3978 (bibtex-font-lock-url-regexp): New internal variable.
3979 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3980 "OPT" and "ALT".
3981 (bibtex-insert-current-kill, bibtex-make-field)
3982 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3983 (bibtex-parse-field-text): Simplify.
3984 (bibtex-string=): New helper function.
3985 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3986 (bibtex-map-entries): Use bibtex-string=.
3987 (bibtex-search-entry): Use not.
3988 (bibtex-enclosing-field): Fix docstring.
3989 (bibtex-assoc-regexp): Obsolete.
3990 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3991 (bibtex-autokey-get-names): Handle empty name field.
3992 (bibtex-parse-strings): Use assoc-string and unless.
3993 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3994 Use assoc-string.
3995 (bibtex-pop): Simplify.
3996 (bibtex-mode): Set font-lock-extra-managed-props.
3997 (bibtex-entry-update): Use assoc-string.
3998 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3999 (bibtex-autofill-entry): Use bibtex-string=.
4000 (bibtex-print-help-message): Simplify.
4001 (bibtex-find-entry): New optional arg START.
4002 (bibtex-validate): Use bibtex-string= and assoc-string.
4003 Do not call obsolete function compilation-parse-errors.
4004 (bibtex-remove-delimiters): Only remove delimiters if present.
4005 (bibtex-copy-entry-as-kill): Add docstring.
4006 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
4007 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
4008 (bibtex-complete): Use bibtex-predefined-month-strings,
4009 bibtex-string=, and new function bibtex-complete-key-cleanup.
4010 (bibtex-generate-url-list): New variable.
4011 (bibtex-url): New command bound to C-c C-l and mouse-2.
4012 (bibtex-url-map): New local keymap for bibtex-url-mouse.
4013 (bibtex-font-lock-url): New function.
4014
4015 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
4018
4019 2004-09-09 Kim F. Storm <storm@cua.dk>
4020
4021 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
4022 counter and format with binding.
4023 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
4024 the declared macro uses own macro counter and format. Give symbol
4025 kmacro property.
4026 (kmacro-keymap): Bind kmacro-name-last-macro to n.
4027 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
4028 (kmacro-end-and-call-macro): Doc fix.
4029
4030 2004-09-09 Lars Hansen <larsh@math.ku.dk>
4031
4032 * desktop.el (desktop-clear-preserve-buffers):
4033 Remove make-obsolete-variable.
4034
4035 2004-09-08 Richard M. Stallman <rms@gnu.org>
4036
4037 * buff-menu.el (list-buffers-noselect): Call format-mode-line
4038 with the buffer as argument.
4039
4040 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
4043
4044 2004-09-08 Juri Linkov <juri@jurta.org>
4045
4046 * replace.el (perform-replace): Use `query-replace-descr'.
4047
4048 * cus-start.el (history-delete-duplicates): Specify customization.
4049
4050 * diff-mode.el (diff-mode-map):
4051 * progmodes/compile.el (compilation-mode-map):
4052 * progmodes/grep.el (grep-mode-map):
4053 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
4054 to `next-error-follow-minor-mode'.
4055
4056 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4057
4058 * isearch.el (isearch-lazy-highlight-update): Take into account
4059 the case of zero-length match at the search bound.
4060
4061 2004-09-08 Kim F. Storm <storm@cua.dk>
4062
4063 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
4064 change. Use zero width overlays when necessary.
4065
4066 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4067
4068 * subr.el (split-string): Docfix.
4069
4070 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4071
4072 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
4073 (display-call-tree): Ensure newline after caller/calls blocks.
4074
4075 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4076
4077 * startup.el (command-line-1): Make option
4078 --directory/-L modify `load-path' straight away.
4079
4080 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4081
4082 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
4083
4084 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4085
4086 * emacs-lisp/autoload.el (make-autoload):
4087 Handle `define-compilation-mode'.
4088
4089 * emacs-lisp/lisp-mode.el (define-compilation-mode):
4090 Specify `doc-string-elt' property.
4091
4092 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4093
4094 * bs.el (bs-mode): Doc fix.
4095
4096 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4097
4098 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4099
4100 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4101
4102 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4103
4104 2004-09-08 Kenichi Handa <handa@m17n.org>
4105
4106 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4107 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4108 ps-mule-next-point -> 1+).
4109
4110 * composite.el (encode-composition-rule): Add autoload cooky.
4111
4112 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4113
4114 * format.el (buffer-auto-save-file-format): Make it permanent local.
4115
4116 2004-09-07 Kim F. Storm <storm@cua.dk>
4117
4118 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4119 (authors-fixed-entries): Fix typo.
4120 (authors-canonical-author-name): Compact multiple spaces.
4121 Ignore trivial names (e.g. only first name).
4122
4123 * term.el (term-window-width): Only use full window width on
4124 window system if overflow-newline-into-fringe is enabled.
4125 (term-mode): Don't disable overflow-newline-into-fringe.
4126
4127 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4128
4129 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4130 motion as seen on my Mac OS X xterms.
4131
4132 * newcomment.el (uncomment-region-default, comment-region-default):
4133 New functions extracted from uncomment-region and comment-region.
4134 (comment-region, comment-region-function, uncomment-region)
4135 (uncomment-region-function): Use them.
4136
4137 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4138
4139 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4140 It's not crucial but can make sense at times.
4141
4142 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4143 the first commit.
4144
4145 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4146 Disable obsolete code.
4147
4148 2004-09-07 Juri Linkov <juri@jurta.org>
4149
4150 * progmodes/grep.el (grep-highlight-matches): Change default from
4151 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4152 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4153 if grep option `--color' is available, or to `nil' otherwise.
4154 (grep-process-setup): Call `grep-compute-defaults' if
4155 `grep-highlight-matches' is not computed. Set env-vars only
4156 if `grep-highlight-matches' is `t'.
4157 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4158 is already defined).
4159
4160 * progmodes/compile.el (compilation-start): Use copy of
4161 `process-environment' created by `copy-sequence' to not
4162 modify env-vars in the global `process-environment'.
4163
4164 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4165
4166 * simple.el (next-error-follow-minor-mode): Fix last change.
4167
4168 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4169
4170 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4171 permanent local.
4172
4173 2004-09-04 Richard M. Stallman <rms@gnu.org>
4174
4175 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4176 highlighting if the search string is empty.
4177
4178 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4179
4180 * facemenu.el (facemenu-active-faces): Change condition of inner
4181 `while' loop to also check the first two elements of `face-atts'
4182 and `mask-atts'.
4183
4184 2004-09-04 John Paul Wallington <jpw@gnu.org>
4185
4186 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4187 (thumbs-view-image-mode): Make buffer read-only.
4188
4189 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4190
4191 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4192 (ispell-check-version): Set it.
4193 (ispell-send-replacement): New function.
4194 (ispell-process-line): Call ispell-send-replacement.
4195
4196 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4197
4198 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4199 Support choosing seconds with "s".
4200
4201 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4202
4203 * terminal.el (te-escape): Show `?' in prompt for help key.
4204
4205 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4206
4207 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4208
4209 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4210
4211 * simple.el (next-error-follow-minor-mode)
4212 (next-error-follow-mode-post-command-hook): New functions.
4213 (next-error-follow-last-line): New defvar.
4214
4215 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4216 * progmodes/compile.el (compilation-mode-map): Likewise.
4217 * progmodes/grep.el (grep-mode-map): Likewise.
4218 * replace.el (occur-mode-map): Likewise.
4219
4220 * newcomment.el (uncomment-region): Bind comment-use-global-state
4221 to nil.
4222
4223 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4226 locally around the call to `revert-buffer'.
4227
4228 2004-09-03 Juri Linkov <juri@jurta.org>
4229
4230 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4231 `isearch-adjusted' to `t'.
4232 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4233 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4234 (isearch-other-meta-char): Restore isearch-point unconditionally.
4235 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4236 Set point to start of match if region is not active in transient
4237 mark mode (to include the current match to region boundaries).
4238 Push the search string to `query-replace-from-history-variable'.
4239 Add prompt "Query replace regexp" for isearch-regexp.
4240 Add region beginning/end as last arguments of `perform-replace.'
4241 (isearch-query-replace-regexp): Replace code by the call to
4242 `isearch-query-replace' with arg `t'.
4243
4244 2004-09-03 Richard M. Stallman <rms@gnu.org>
4245
4246 * startup.el (normal-top-level): Undo previous TERM change.
4247
4248 2004-09-03 Kim F. Storm <storm@cua.dk>
4249
4250 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4251 highlight overlays; allow using RET when cursor is over a button.
4252 (cua--highlight-rectangle): Use it.
4253 (cua--rectangle-set-corners): Don't move backwards at eol.
4254 (cua--forward-line): Don't move into void after eob.
4255
4256 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4257 point is set (and displayed) inside rectangle.
4258 (cua--rectangle-operation): Fix for highlight of empty lines.
4259 (cua--highlight-rectangle): Fix highlight for tabs.
4260 Position cursor at left/right edge of rectangle using new `cursor'
4261 property on overlay strings.
4262 (cua--indent-rectangle): Don't tabify.
4263 (cua-rotate-rectangle): Ignore that point has moved.
4264
4265 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4266
4267 * term/mac-win.el: Add ASCII equivalents for some function keys.
4268 (mode-line-frame-identification): Sync with x-win.el.
4269
4270 2004-09-02 Juri Linkov <juri@jurta.org>
4271
4272 * progmodes/compile.el (compilation-buffer-name): Compare major
4273 mode with second element of compilation-arguments instead of third
4274 to reflect latest changes in compilation-arguments structure.
4275 (recompile): Use global variable `compilation-directory' to get
4276 recent compilation directory only when `recompile' is invoked NOT
4277 in the compilation buffer. Otherwise, use `default-directory' of
4278 the compilation buffer.
4279 (compilation-error-properties): Allow to funcall col and end-col.
4280 (compilation-mode-font-lock-keywords): Check col and end-col by
4281 `integerp'.
4282 (compilation-goto-locus): If end-mk is non-nil in transient mark
4283 mode don't activate the mark (and don't display message in
4284 push-mark), but highlight overlay between mk and end-mk.
4285
4286 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4287 (grep-regexp-alist): Add rule to highlight grep matches.
4288 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4289
4290 * info.el (Info-fontify-node): Don't compute other-tag
4291 if Info-hide-note-references=hide.
4292
4293 * help.el (function-called-at-point):
4294 * help-fns.el (variable-at-point):
4295 Try `find-tag-default' when other methods failed.
4296
4297 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4298 Do not push mark if inhibit-mark-movement is non-nil.
4299
4300 * textmodes/ispell.el (ispell-html-skip-alists):
4301 Fix backslashes in docstring.
4302
4303 2004-09-01 Juri Linkov <juri@jurta.org>
4304
4305 * isearch.el (isearch-wrap-function)
4306 (isearch-push-state-function): New defvars.
4307 (isearch-pop-fun-state): New defsubst.
4308 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4309 (isearch-push-state): Set the result of calling
4310 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4311 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4312 restore the mode-specific starting point of terminated search.
4313 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4314 (isearch-repeat): Call `isearch-wrap-function' if defined.
4315 (isearch-message-prefix): Don't add prefix "over" to the message
4316 for wrapped search if `isearch-wrap-function' is defined.
4317 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4318 restore the mode-specific starting point of failed search.
4319
4320 * info.el (Info-search-whitespace-regexp): Fix backslashes.
4321 (Info-search): Add new optional arguments for the sake of isearch.
4322 Replace whitespace in Info-search-whitespace-regexp literally.
4323 Add backward search. Don't call `Info-select-node' if regexp is
4324 found in the same Info node. Don't add node to Info-history for
4325 wrapped isearch.
4326 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4327 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4328 (Info-mode): Set local variables `isearch-search-fun-function',
4329 `isearch-wrap-function', `isearch-push-state-function',
4330 `search-whitespace-regexp'.
4331
4332 * isearch.el: Remove ancient Change Log section.
4333 (isearch-string, isearch-message-string, isearch-point)
4334 (isearch-success, isearch-forward-flag, isearch-other-end)
4335 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4336 (isearch-barrier, isearch-within-brackets)
4337 (isearch-case-fold-search): Add suffix `-state' to state-related
4338 defsubsts to avoid name clashes with other function names.
4339
4340 * simple.el (next-error): New defgroup and defface.
4341 (next-error-highlight, next-error-highlight-no-select):
4342 New defcustoms.
4343 (next-error-no-select): Let-bind next-error-highlight to the value
4344 of next-error-highlight-no-select before calling `next-error'.
4345
4346 * progmodes/compile.el (compilation-goto-locus):
4347 Use `next-error' face instead of `region'. Set 4-th argument of
4348 `move-overlay' to `current-buffer' to move overlay to different
4349 source buffers. Use new variable `next-error-highlight'.
4350
4351 * simple.el (next-error-find-buffer): Move the rule
4352 "if current buffer is a next-error capable buffer" after the
4353 rule "if next-error-last-buffer is set to a live buffer".
4354 Simplify to test all rules in one `or'.
4355 (next-error): Doc fix.
4356 (next-error, previous-error, first-error)
4357 (next-error-no-select, previous-error-no-select):
4358 Make arguments optional.
4359
4360 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4361
4362 * macros.el (apply-macro-to-region-lines): Make it operate on all
4363 lines that begin in the region, rather than on all complete lines
4364 in the region.
4365
4366 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4367
4368 * x-dnd.el (x-dnd-protocol-alist): Document update.
4369 (x-dnd-known-types): Defcustom it.
4370 (x-dnd-handle-motif): Print message-atom in error message.
4371
4372 2004-08-30 John Paul Wallington <jpw@gnu.org>
4373
4374 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4375 strings rather than programatically constructing message.
4376
4377 2004-08-30 Richard M. Stallman <rms@gnu.org>
4378
4379 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4380 Don't return a string that would read as the wrong character code.
4381
4382 2004-08-29 Kim F. Storm <storm@cua.dk>
4383
4384 * emulation/cua-base.el (cua-auto-expand-rectangles):
4385 Remove automatic rectangle padding feature; replace by non-destructive
4386 virtual rectangle edges feature.
4387 (cua-virtual-rectangle-edges): New defcustom.
4388 (cua-auto-tabify-rectangles): New defcustom.
4389 (cua-paste): If paste into a marked rectangle, insert rectangle at
4390 current column, even if virtual; also paste exactly as many lines
4391 as has been marked (ignore additional lines or add empty lines),
4392 but paste whole source if only one line is marked.
4393 (cua--update-indications): No longer use overwrite-cursor to
4394 indicate rectangle padding
4395
4396 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4397 (cua--rectangle-virtual-edges): New defun.
4398 (cua--rectangle-get-corners): Remove optional PAD arg.
4399 (cua--rectangle-set-corners): Never do padding.
4400 (cua--forward-line): Remove optional PAD arg. Simplify.
4401 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4402 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4403 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4404 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4405 (cua--rectangle-move): Never do padding. Simplify.
4406 (cua--tabify-start): New defun.
4407 (cua--rectangle-operation): Add tabify arg. All callers changed.
4408 (cua--pad-rectangle): Remove.
4409 (cua--delete-rectangle): Handle delete with virtual edges.
4410 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4411 (cua--insert-rectangle): Handle insert at virtual column.
4412 Perform auto-tabify if necessary.
4413 (cua--activate-rectangle): Remove optional FORCE arg.
4414 Never do padding. Simplify.
4415 (cua--highlight-rectangle): Enhance for virtual edges.
4416 (cua-toggle-rectangle-padding): Remove command.
4417 (cua-toggle-rectangle-virtual-edges): New command.
4418 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4419 (cua--rectangle-post-command): Don't force rectangle padding.
4420 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4421
4422 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4423
4424 * indent.el (edit-tab-stops-buffer): Doc fix.
4425
4426 2004-08-28 Richard M. Stallman <rms@gnu.org>
4427
4428 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4429 (grep-tag-default): Function deleted.
4430
4431 * subr.el (find-tag-default): Move from etags.el.
4432
4433 * progmodes/etags.el (find-tag-default): Move to subr.el.
4434
4435 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4436 into the basic character if it has an uppercase form.
4437
4438 2004-08-27 Kenichi Handa <handa@m17n.org>
4439
4440 * international/utf-8.el (utf-8-post-read-conversion): If the
4441 buffer is unibyte, temporarily make it multibyte.
4442
4443 2004-08-27 Masatake YAMATO <jet@gyve.org>
4444
4445 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4446
4447 2004-08-25 John Paul Wallington <jpw@gnu.org>
4448
4449 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4450 0, 1, and many mismatches in message.
4451 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4452
4453 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4454 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4455
4456 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4457
4458 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4459 vc-diff-switches differently.
4460
4461 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4462
4463 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4464 before and a real defvar after
4465 `speedbar-supported-extension-expressions'. This is to silence
4466 the compiler without breaking bootstrapping.
4467
4468 2004-08-22 Richard M. Stallman <rms@gnu.org>
4469
4470 * textmodes/flyspell.el (flyspell-word):
4471 Use set-process-query-on-exit-flag.
4472 (flyspell-highlight-duplicate-region): Take POSS as arg.
4473 (flyspell-word): Pass POSS as arg.
4474
4475 * progmodes/ada-xref.el: Many doc and style fixes.
4476 (ada-find-any-references): Use compilation-start.
4477 (ada-get-ali-file-name): Improve error msg.
4478 (ada-get-ada-file-name): Likewise.
4479
4480 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4481 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4482
4483 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4484 Add forward defvar.
4485
4486 * whitespace.el (global-whitespace-mode): New alias
4487 for whitespace-global-mode.
4488
4489 * speedbar.el (speedbar-file-regexp): Move definition up.
4490 (speedbar-mode, speedbar-set-mode-line-format):
4491 Use with-no-warnings.
4492 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4493
4494 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4495 controls whether to display the error buffer.
4496
4497 * ps-mule.el: Delete compatibility code for old Emacses.
4498 (ps-mule-find-wrappoint): Don't use chars-in-region.
4499
4500 * frame.el (display-mouse-p, display-selections-p):
4501 Use with-no-warnings.
4502
4503 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4504
4505 2004-08-22 David Kastrup <dak@gnu.org>
4506
4507 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4508 information.
4509
4510 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4511
4512 2004-08-22 Andreas Schwab <schwab@suse.de>
4513
4514 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4515
4516 2004-08-22 Masatake YAMATO <jet@gyve.org>
4517
4518 * cvs-status.el (cvs-status-checkout): New function.
4519 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4520
4521 2004-08-21 David Kastrup <dak@gnu.org>
4522
4523 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4524 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4525 has been converted to use hashtables, the relation `nil=none' is
4526 no longer valid, as `nil' is not a hashtable. This patch tries to
4527 reduce the number of resulting errors.
4528
4529 2004-08-21 John Paul Wallington <jpw@gnu.org>
4530
4531 * subr.el (process-kill-without-query): Made obsolete in
4532 version 21.4, not 21.5.
4533
4534 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4535 (vc-previous-comment, vc-next-comment)
4536 (vc-comment-search-reverse, vc-comment-search-forward)
4537 (vc-comment-to-change-log): Likewise.
4538
4539 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4540
4541 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
4542
4543 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4544 Correct indentation of DEFMETHODS with non-standard method
4545 combinations (e.g., PROGN, MIN, MAX).
4546
4547 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * startup.el (normal-top-level-add-subdirs-to-load-path):
4550 Avoid unnecessarily checking system-type.
4551 (normal-top-level): Set TERM to "dumb". Simplify.
4552
4553 * avoid.el (mouse-avoidance-ignore-p): New fun.
4554 Also ignore switch-frame, select-window, double, and triple clicks.
4555 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4556 (mouse-avoidance-fancy-hook): Use it.
4557
4558 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
4559
4560 * avoid.el (mouse-avoidance-nudge-mouse)
4561 (mouse-avoidance-banish-destination): Stay within the current window
4562 to avoid problems with mouse-autoselect-window.
4563
4564 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4565
4566 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4567 the newer format of some messages in cvs-1.12.1.
4568
4569 2004-08-19 Masatake YAMATO <jet@gyve.org>
4570
4571 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4572 (elp-results-jump-to-definition-by-mouse)
4573 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4574 (elp-output-result): Use elp-output-insert-symname.
4575
4576 2004-08-18 Kenichi Handa <handa@m17n.org>
4577
4578 * language/cyrillic.el: Register koi8-r in
4579 ctext-non-standard-encodings-alist.
4580 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4581
4582 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4583
4584 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4585 that replaces 20xy with xy.
4586
4587 2004-08-17 John Paul Wallington <jpw@gnu.org>
4588
4589 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4590 (reb-force-update): Doc fix.
4591
4592 2004-08-16 Richard M. Stallman <rms@gnu.org>
4593
4594 * progmodes/which-func.el (which-func-update-1): Doc fix.
4595
4596 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4597 (sh-mode-abbrev-table): New variable.
4598
4599 * progmodes/compile.el (compilation-mode): Doc fix.
4600
4601 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4602 Don't cons a new symbol each time.
4603 (eval-last-sexp-fake-value): New variable.
4604
4605 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4606 (copyright-update-year): Detect continuation of list of years.
4607
4608 * term.el (term-default-fg-color, term-default-bg-color)
4609 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4610
4611 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4612
4613 2004-08-16 Davis Herring <herring@lanl.gov>
4614
4615 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4616 (isearch-success, isearch-forward-flag, isearch-other-end)
4617 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4618 (isearch-barrier, isearch-within-brackets)
4619 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4620
4621 2004-08-16 Kenichi Handa <handa@m17n.org>
4622
4623 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4624
4625 2004-08-15 Kenichi Handa <handa@m17n.org>
4626
4627 * term/x-win.el (x-selection-value): If utf8 was successful but
4628 ctext was not, use utf8 string.
4629
4630 2004-08-14 Davis Herring <herring@lanl.gov>
4631
4632 * isearch.el: Remove accidental changes of March 4. Fix backing
4633 up when a regexp isearch is made more general. Use symbolic
4634 accessor functions for isearch stack frames to make usage clearer.
4635 (search-whitespace-regexp): Made groups in documentation shy (as
4636 is the group in the default value).
4637 (isearch-fallback): New function, addresses problems with regexps
4638 liberalized by `\|', adds support for liberalization by `\}' (the
4639 general repetition construct), and incorporates behavior for
4640 `*'/`?'.
4641 (isearch-}-char): New command, calls `isearch-fallback' with
4642 arguments appropriate to a typed `}'.
4643 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4644 appropriately.
4645 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4646 (isearch-string, isearch-message,string, isearch-point)
4647 (isearch-success, isearch-forward-flag, isearch-other-end)
4648 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4649 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4650 New inline functions to read fields of a stack frame.
4651
4652 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4653
4654 * battery.el (battery-linux-proc-acpi): Look into battery
4655 directories matching the literal string "CMB", too (required for
4656 Linux kernel version 2.6.7).
4657
4658 2004-08-14 John Paul Wallington <jpw@gnu.org>
4659
4660 * cus-start.el (read-file-name-completion-ignore-case): Add.
4661 (blink-cursor-alist): Change version to "21.4".
4662
4663 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4664
4665 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4666
4667 * speedbar.el (speedbar-scan-subdirs): New option.
4668 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4669 dolist.
4670 (speedbar-insert-files-at-point): Take an extra argument and use
4671 it to optionally find out if a subdir is empty. Also unreadable
4672 files don't get expand buttons.
4673 (speedbar-directory): New image (unused pixmap already existed).
4674 (speedbar-expand-image-button-alist): Use it.
4675
4676 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4677
4678 CC Mode update to 5.30.9:
4679
4680 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4681 Move from cc-vars to cc-defs for dependency reasons. Fix the
4682 POSIX char class test to check that it works in
4683 `skip-chars-(forward|backward)' too.
4684
4685 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4686 first argument starts with a special brace list.
4687
4688 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4689 when `c-opt-type-concat-key' is used (i.e. in Pike).
4690
4691 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4692 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4693 >)".
4694
4695 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4696 whitespace safe.
4697
4698 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4699 position for `arglist-intro', `arglist-cont-nonempty' and
4700 `arglist-close' when there are two arglist open parens on the same
4701 line and there's nothing in front of the first.
4702
4703 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4704 locking of qualified names in Java, which previously could fontify
4705 common indexing expressions in many cases. The standard Java
4706 naming conventions are used to tell them apart.
4707
4708 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4709 Fix inconsistency wrt opening parens on the first line inside a paren
4710 block.
4711
4712 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4713 compile time for the sake of `c-major-mode-is'.
4714
4715 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4716 `c-major-mode-is' in the event that this is used inside a
4717 `c-lang-defconst'.
4718
4719 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4720 `c-lang-defconst' so that it works better with fallback languages.
4721
4722 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4723 it to fail to record the base mode.
4724
4725 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4726 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4727 is used. Reorder the syntax checks to get more efficient
4728 skipping in some situations.
4729
4730 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4731 continuation which might precede the newly inserted '{'.
4732
4733 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4734 Fix cases where it could loop indefinitely.
4735
4736 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4737 size specs correctly. Only fontify identifiers in front of '('
4738 with as functions - don't accept any paren char. Tighten up
4739 initializer skipping to stop before function and class blocks.
4740
4741 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4742 the point could be left directly after an open paren when finding
4743 the beginning of the first decl in the block.
4744
4745 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4746 table when filtering out legitimate open parens to be recorded.
4747 This could cause cache inconsistencies when e.g.
4748 `c++-template-syntax-table' was temporarily in use.
4749
4750 * progmodes/cc-engine.el (c-on-identifier)
4751 (c-simple-skip-symbol-backward): Small fix for handling "-"
4752 correctly in `skip-chars-backward'. Affected the operator lfun
4753 syntax in Pike.
4754
4755 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4756 Fix bug that could cause an error from `after-change-functions' when
4757 the changed region is at bob.
4758
4759 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4760
4761 CC Mode update to 5.30.9:
4762
4763 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4764 to say that <TAB> doesn't insert WS into a CPP line.
4765 (c-indent-command, c-tab-always-indent): Amend doc strings.
4766
4767 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4768 checks for user errors, thus eliminating cryptic and unhelpful
4769 Emacs error messages. (1) Check the arg to `c-set-style' is a
4770 string. (2) Check that settings to `c-offsets-alist' are not
4771 spuriously quoted.
4772
4773 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4774 which precedes the newly inserted `{'.
4775
4776 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4777
4778 Sync with Tramp 2.0.44.
4779
4780 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4781 function "tramp_file_attributes". Otherwise, file names
4782 containing spaces are misinterpreted. Reported by Magnus Henoch
4783 <mange@freemail.hu>.
4784 (tramp-handle-file-truename): FILENAME must be expanded first.
4785 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4786 obscure results. Reported by D. Goel <deego@gnufans.org>.
4787 (tramp-handle-verify-visited-file-modtime): If file does not
4788 exist, say it is not modified if and only if that agrees with the
4789 buffer's record. Check whether a file is visiting the buffer, or
4790 the buffer has no recorded last modification time. Return t in
4791 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4792 <teirllm@auburn.edu>.
4793 (tramp-handle-write-region): Pass modtime explicitely to
4794 `set-visited-file-modtime', because filename can be different
4795 from (buffer-file-name) if `file-precious-flag' is set.
4796 `set-visited-file-modtime' must be called always when `visit' is t
4797 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4798 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4799 nil, don't apply the whole body. If the file doesn't exists, set
4800 modtime to '(-1 65535). Suggested by Luc Teirlinck
4801 <teirllm@auburn.edu>.
4802
4803 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4804
4805 * help.el (describe-bindings): Doc fix.
4806
4807 * subr.el (kbd): Doc fix.
4808
4809 2004-08-08 John Paul Wallington <jpw@gnu.org>
4810
4811 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4812 instead of `string-to-int'.
4813 (define-ibuffer-column mode): Fix indentation.
4814
4815 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4816
4817 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4818
4819 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4820
4821 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4822
4823 * novice.el (disabled-command-function): New variable renamed from
4824 `disabled-command-hook'.
4825 (disabled-command-hook): Keep the _variable_ as alias for
4826 `disabled-command-function' and make obsolete.
4827 (disabled-command-function): Function renamed from
4828 `disabled-command-hook'. Adapt code to name change of the variable.
4829
4830 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4831
4832 * simple.el (completion-root-regexp): New defvar.
4833 (completion-setup-function): Use it instead of a literal string.
4834
4835 2004-08-07 John Paul Wallington <jpw@gnu.org>
4836
4837 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4838 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4839 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4840 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4841
4842 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4843
4844 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4845 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4846
4847 2004-08-04 Kenichi Handa <handa@m17n.org>
4848
4849 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4850 Fix previous change.
4851
4852 2004-08-03 Kenichi Handa <handa@m17n.org>
4853
4854 * international/encoded-kb.el: The following changes are to
4855 utilize key-translation-map instead of minor mode map.
4856 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4857 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4858 (encoded-kbd-last-key): New function.
4859 (encoded-kbd-iso2022-single-shift): New function.
4860 (encoded-kbd-iso2022-designation)
4861 (encoded-kbd-self-insert-iso2022-7bit)
4862 (encoded-kbd-self-insert-iso2022-8bit)
4863 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4864 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4865 key-translation-map.
4866 (encoded-kbd-setup-keymap): Setup key-translation-map.
4867 (saved-key-translation-map): New variable.
4868 (encoded-kbd-mode): Save/restore key-translation-map.
4869 Adjust for the change of encoded-kbd-setup-keymap.
4870
4871 2004-08-02 Kim F. Storm <storm@cua.dk>
4872
4873 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4874 and call compute-motion with nil for topos and width to get proper
4875 usable width and height for both window and non-window systems.
4876
4877 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4878 calculate usable window width and height.
4879
4880 * window.el (window-buffer-height): Call compute-motion with nil width.
4881
4882 2004-08-01 David Kastrup <dak@gnu.org>
4883
4884 * replace.el (query-replace-read-from):
4885 Use `query-replace-compile-replacement'.
4886 (query-replace-compile-replacement): New function.
4887 (query-replace-read-to): Use `query-replace-compile-replacement'
4888 for repeating the last command.
4889
4890 2004-08-01 John Paul Wallington <jpw@gnu.org>
4891
4892 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4893 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4894 (pr-switches): Remove period from end of error messages.
4895
4896 * help-mode.el (help-go-back): Likewise.
4897
4898 * abbrev.el (only-global-abbrevs): Doc fix.
4899 (edit-abbrevs-map): Define within defvar.
4900 (quietly-read-abbrev-file): Doc fix.
4901
4902 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4903
4904 * novice.el (enable-command, disable-command): Doc fixes.
4905
4906 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4907
4908 2004-07-30 Richard M. Stallman <rms@gnu.org>
4909
4910 * subr.el (with-local-quit): Doc fix.
4911
4912 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4913
4914 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4915
4916 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4917
4918 * custom.el (defcustom): Doc fix.
4919
4920 2004-07-28 Masatake YAMATO <jet@gyve.org>
4921
4922 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4923
4924 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * imenu.el (imenu-prev-index-position-function)
4927 (imenu-extract-index-name-function, imenu-name-lookup-function)
4928 (imenu--index-alist): Docstring redundancy fix.
4929
4930 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4931
4932 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4933 binding dired-backup-overwrite.
4934
4935 2004-07-25 John Paul Wallington <jpw@gnu.org>
4936
4937 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4938
4939 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4940
4941 * term/tty-colors.el (tty-color-approximate): Doc fix.
4942
4943 * select.el (x-get-selection, x-set-selection): Doc fixes.
4944
4945 * frame.el (make-frame): Doc fix.
4946
4947 2004-07-24 Richard M. Stallman <rms@gnu.org>
4948
4949 * mail/rmail.el (rmail-mime-charset-pattern):
4950 Don't include semicolon in the charset value.
4951
4952 * replace.el (occur-next-error): Call set-window-point.
4953 (occur-engine): Handle negative NLINES.
4954
4955 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4956
4957 * frame.el (modify-all-frames-parameters): Minor doc fix.
4958 (set-frame-configuration): Doc fix.
4959
4960 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4961
4962 * simple.el (completion-setup-function): Compute the common parts
4963 and the first difference place correctly when
4964 partial-completion-mode is on.
4965
4966 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4967
4968 * ps-print.el: Doc fix.
4969 (ps-print-version): New version 6.6.5.
4970 (ps-printing-region): Doc fix.
4971 (ps-generate-string-list): Comment fix.
4972 (ps-message-log-max): Code fix.
4973
4974 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4975
4976 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4977 generated PostScript.
4978
4979 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4982 with Gnus v5_10 branch.)
4983
4984 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4985
4986 * calendar/time-date.el (time-to-number-of-days): New function.
4987 Imported from from Gnus.
4988
4989 2004-07-22 Kim F. Storm <storm@cua.dk>
4990
4991 * progmodes/make-mode.el: Fix comments.
4992
4993 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4994
4995 * printing.el: Doc fix.
4996
4997 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4998
4999 * frame.el (modify-all-frames-parameters): Minor doc fix.
5000
5001 2004-07-20 Richard M. Stallman <rms@gnu.org>
5002
5003 * textmodes/fill.el (fill-nobreak-p): If this break point is
5004 at the end of the line, don't consider the newline which follows
5005 as a reason to return t.
5006
5007 2004-07-19 John Paul Wallington <jpw@gnu.org>
5008
5009 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
5010
5011 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
5012
5013 * dired-aux.el (dired-do-kill-lines): Expand docstring.
5014 Delete irrelevant code.
5015
5016 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5017
5018 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5019 New docstring. From Luc Teirlinck.
5020
5021 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
5022
5023 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
5024 section.
5025 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
5026 non-file buffers. We know it is nil.
5027
5028 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
5029
5030 Sync with Tramp 2.0.43.
5031
5032 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5033 Remove outdated comment.
5034 (tramp-locked, tramp-locker): New variables for implementing a
5035 global lock.
5036 (tramp-sh-file-name-handler): Use them to implement the global lock.
5037
5038 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
5039
5040 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
5041 calls to respective `xxx` calls.
5042 (tramp-process-alive-regexp): Precise doc string.
5043 (tramp-multi-action-process-alive): New defun.
5044 (tramp-multi-actions): Use it.
5045 (tramp-handle-find-backup-file-name): `copy-tree' is available
5046 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
5047 in order to avoid this function.
5048 (tramp-handle-write-region): Set current buffer. If connection
5049 wasn't open, `file-modes' has changed it accidently. Reported by
5050 David Kastrup <dak@gnu.org>.
5051 (tramp-enter-password, tramp-read-passwd): New arguments USER and
5052 HOST.
5053 (tramp-action-password, tramp-multi-action-password): Apply it.
5054 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
5055 name must still contain the port number. Otherwise, we have two
5056 Tramp buffers, with all the confusion. Reported by Myron Selby
5057 <myron@xytech.com> and Rolf Dubitzky
5058 <Dubitzky@physi.uni-heidelberg.de>.
5059
5060 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
5061 HOST to `tramp-enter-passwd'.
5062
5063 * net/tramp-vc.el (all): Code cleanup. Change all
5064 `tramp-handle-xxx' calls to respective `xxx` calls.
5065
5066 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
5067
5068 * emacs-lisp/testcover.el: New category "potentially-1valued" for
5069 functions that are not erroneous if either 1-valued or
5070 multi-valued. Detect functions in this class.
5071 (testcover-1value-functions, testcover-compose-functions)
5072 (testcover-progn-functions) Add some additional functions to lists.
5073 (testcover-mark): Bugfix when marking up the definition for an
5074 empty function.
5075
5076 2004-07-17 Richard M. Stallman <rms@gnu.org>
5077
5078 * replace.el (occur-read-primary-args): Pass default to
5079 read-from-minibuffer.
5080
5081 * mail/footnote.el (footnote-section-tag): Use defcustom.
5082
5083 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
5084 Compile font-lock-keywords, not KEYWORDS.
5085 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
5086 Add warn, check-type. Handle cerror like error.
5087
5088 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5089
5090 * progmodes/which-func.el (which-func-keymap): New var.
5091 (which-func-face): New face.
5092 (which-func-format): Use them.
5093
5094 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5095
5096 * buff-menu.el (list-buffers-noselect): Append the buffer's
5097 process status to its mode name.
5098
5099 2004-07-16 Kim F. Storm <storm@cua.dk>
5100
5101 * simple.el (inhibit-mark-movement): New defvar.
5102 (beginning-of-buffer, end-of-buffer): Do not push mark if
5103 inhibit-mark-movement is non-nil or C-u prefix is given.
5104
5105 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5106 Init to beginning-of-buffer and end-of-buffer.
5107 (cua--undo-push-mark): New defvar.
5108 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5109 already active and command is in cua--preserve-mark-commands.
5110 Also fix check for shift modifier on non-window systems.
5111 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5112
5113 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5114
5115 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5116 of two integers, instead of a cons.
5117
5118 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5119 `visited-file-modtime' now returns a list of two integers, instead
5120 of a cons.
5121
5122 * dired.el (dired-directory-changed-p): Ditto.
5123
5124 * progmodes/grep.el (grep): Doc fix.
5125
5126 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5127
5128 * autorevert.el (auto-revert-tail-mode)
5129 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5130 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5131 in both at the same time.
5132 (auto-revert-tail-mode): New command.
5133 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5134 (auto-revert-handler): Revert only either tail or whole file.
5135
5136 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5137 add auto-revert-tail-mode.
5138
5139 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5140
5141 * printing.el: Doc fix. Change name of some funs.
5142 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5143 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5144 (pr-standard-file-name): New fun. Replace pr-standard-path.
5145 (pr-call-process): Code fix.
5146
5147 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * subr.el (with-selected-window): Doc fix.
5150
5151 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5152
5153 * subr.el (get-buffer-window-list): Doc fix.
5154
5155 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * files.el (switch-to-buffer-other-window): Doc fix.
5158
5159 * window.el (save-selected-window, one-window-p)
5160 (split-window-keep-point, split-window-vertically)
5161 (split-window-horizontally): Doc fixes.
5162
5163 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5164
5165 * printing.el: Doc fix. Now it uses call-process instead of
5166 shell-command for low command execution.
5167 (pr-version): New version number (6.8).
5168 (pr-shell-file-name): Option removed.
5169 (pr-shell-command): Fun removed.
5170 (pr-call-process): New fun. Replace pr-shell-command.
5171 (pr-standard-path, pr-remove-nil-from-list): New funs.
5172 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5173 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5174 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5175 (pr-ps-utility-process, pr-txt-print): Code fix.
5176
5177 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5178
5179 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5180 boolean.
5181
5182 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5183
5184 * wid-edit.el (widget-field-buffer): Doc fix.
5185
5186 2004-07-09 John Paul Wallington <jpw@gnu.org>
5187
5188 * emacs-lisp/re-builder.el (reb-update-overlays):
5189 Distinguish between one and several matches in message.
5190
5191 2004-07-09 Richard M. Stallman <rms@gnu.org>
5192
5193 * mouse.el (mouse-set-region-1): If transient-mark-mode
5194 is `identity', change it to `only'.
5195
5196 * simple.el (current-word): Doc fix.
5197
5198 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5199
5200 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5201 so that it is more understanding of whitespace.
5202
5203 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5204 form
5205 (("ns" . "element") (attr-list) children) instead of
5206 ((:ns . "element") (attr-list) children) in order to reduce the
5207 number of symbols used.
5208 (xml-skip-dtd): Change to use xml-parse-dtd but set
5209 xml-validating-parsing to nil.
5210 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5211 (xml-substitute-entity): Remove in favor of new entity substitution.
5212 (xml-substitute-special): Rewrite in to substitute complex
5213 entities from DOCTYPE declarations.
5214 (xml-parse-fragment): Parse fragments from entity deleclarations.
5215 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5216 (xml-parse-dtd, xml-substitute-special): Make validity checks
5217 conditioned on xml-validating-parser. Add "Not Well Formed" to
5218 error messages about well-formedness.
5219
5220 2004-07-08 Steven Tamm <steventamm@mac.com>
5221
5222 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5223 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5224 Do not treat double clicks and triple clicks specially in the
5225 scroll bar (preventing strange repositioning problems)
5226
5227 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * replace.el (query-replace-regexp-eval): Fix last change.
5230
5231 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * replace.el (query-replace-descr): New fun.
5234 (query-replace-read-from, query-replace-read-args): Default to the
5235 previous from&to.
5236 (query-replace-read-to): Quote the `from' string when displaying it.
5237 (query-replace-regexp-eval): Immediately check read-only status.
5238 Use query-replace-read-from to get the \n checking.
5239 Quote the `from' string when displaying it.
5240 (map-query-replace-regexp, occur-read-primary-args):
5241 Quote the `from' string when displaying it.
5242
5243 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5244 delimited-ness of the search to query-replace.
5245
5246 * replace.el (query-replace-read-from, query-replace-read-to):
5247 New funs extracted from query-replace-read-args.
5248 (query-replace-read-args): Use them.
5249
5250 * replace.el (query-replace-interactive, query-replace-read-args):
5251 Remove the `initial' special value.
5252 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5253 (occur-engine): Remove unused var `matchend'.
5254
5255 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5256 Use the search string without prompting.
5257
5258 2004-07-05 Kenichi Handa <handa@m17n.org>
5259
5260 * international/mule.el (decode-coding-inserted-region):
5261 Set last-coding-system-used only when coding is nil.
5262
5263 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5264
5265 * progmodes/grep.el (grep-compute-defaults, grep-command)
5266 (grep-program, find-program, grep-find-use-xargs, grep-history)
5267 (grep-find-history, grep-tag-default, grep-find-command)
5268 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5269 Add autoload cookies, for unbundled packages that load `compile'
5270 and expect all grep-related symbols to become defined.
5271
5272 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5273
5274 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5275 (iimage-mode-image-search-path): New user option to search the
5276 image file.
5277 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
5278 have locate-file.
5279 (iimage-mode-buffer): Use it.
5280
5281 2004-07-03 Nick Roberts <nickrob@gnu.org>
5282
5283 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5284 carefully.
5285 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5286
5287 2004-07-03 Juri Linkov <juri@jurta.org>
5288
5289 * replace.el (query-replace-read-args): Swallow space after 'foo,
5290 not after (quote foo). Match space only immediately after symbol,
5291 not anywhere in the whole string.
5292
5293 2004-07-02 Richard M. Stallman <rms@gnu.org>
5294
5295 * replace.el (query-replace-read-args): Swallow space after
5296 symbols, not after closeparens. But avoid error if string ends there.
5297
5298 * progmodes/python.el (python-beginning-of-statement):
5299 Exit the loop if backward-up-list gets error.
5300
5301 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5302
5303 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5304
5305 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5306 only if vc-consult-headers is non-nil.
5307
5308 2004-07-02 Juri Linkov <juri@jurta.org>
5309
5310 * pcvs.el (cvs-mode-diff-repository): New command.
5311
5312 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5313
5314 2004-07-01 Juri Linkov <juri@jurta.org>
5315
5316 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5317 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5318 C-M-% to isearch-query-replace-regexp.
5319 (minibuffer-local-isearch-map): Add arrow key bindings.
5320 Bind C-f to isearch-yank-char-in-minibuffer.
5321 (isearch-forward): Doc fix.
5322 (isearch-edit-string): Doc fix.
5323 (isearch-query-replace, isearch-query-replace-regexp): New funs.
5324 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
5325 (isearch-yank-char): Add optional arg.
5326 (isearch-yank-char-in-minibuffer): New fun.
5327
5328 * replace.el (query-replace-interactive): Change type from boolean
5329 to choice. Add value `initial'.
5330 (query-replace-read-args): Handle value `initial' of
5331 query-replace-interactive.
5332
5333 2004-06-29 Kim F. Storm <storm@cua.dk>
5334
5335 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5336 (breakpoint-disabled-bitmap-face): Add :group 'gud.
5337
5338 * progmodes/ada-xref.el (ada-tight-gvd-integration):
5339 Add :group 'ada.
5340
5341 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5342
5343 2004-06-29 Juri Linkov <juri@jurta.org>
5344
5345 * replace.el (query-replace-read-args): Swallow a space after
5346 everything except )]" which in most cases means after a symbol.
5347
5348 * emacs-lisp/pp.el (pp-buffer): Add autoload.
5349
5350 2004-06-28 Richard M. Stallman <rms@gnu.org>
5351
5352 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5353 More changes to go with previous change in font-lock.el.
5354
5355 2004-06-26 David Kastrup <dak@gnu.org>
5356
5357 * replace.el (perform-replace): Highlight the match even in
5358 non-query mode if there is potential replace string editing.
5359
5360 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
5361
5362 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5363 agree with new return value of `file-remote-p'.
5364 This syncs with Tramp 2.0.42.
5365
5366 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5367 according to new documentation of `file-remote-p'.
5368
5369 * files.el (file-remote-p): Fix doc to say that return value is
5370 identification of remote system, if not nil.
5371 (file-relative-name): Use new return value of `file-remote-p'.
5372
5373 2004-06-26 Nick Roberts <nickrob@gnu.org>
5374
5375 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5376 (gdb-goto-breakpoint): Fix breakage.
5377
5378 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5379
5380 * man.el (Man-getpage-in-background): Add windows-nt to the list
5381 of systems where shell-file-name should be used instead of
5382 literal "sh".
5383
5384 2004-06-25 Sam Steingold <sds@gnu.org>
5385
5386 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5387 function names `(setf symbol)'.
5388
5389 2004-06-24 Richard M. Stallman <rms@gnu.org>
5390
5391 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5392
5393 * font-lock.el (font-lock-keywords): Change format of compiled values.
5394 Document it.
5395 (font-lock-add-keywords): If font-lock-keywords is compiled,
5396 extract the uncompiled version, modify, then recompile.
5397 (font-lock-remove-keywords): Likewise.
5398 (font-lock-fontify-keywords-region): Handle changed format.
5399 (font-lock-compile-keywords): Handle changed format.
5400 (font-lock-set-defaults): Compile the keywords explicitly here.
5401
5402 2004-06-24 David Kastrup <dak@gnu.org>
5403
5404 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5405 replacements here.
5406 (query-replace-regexp): Doc string explaining this and the new
5407 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5408 is better placed in `query-replace-read-args'.
5409 (replace-regexp): Explain `\,', `\#' and `\?'.
5410 (replace-match-data): New function for thorough reuse/destruction
5411 of old match-data.
5412 (replace-match-maybe-edit): Function for implementing `\?' editing.
5413 (perform-replace): Fix maintaining of the match stack including
5414 already matched regions, implement `\?', fix various problems
5415 with regions while editing and other stuff.
5416 (replace-highlight): Simplify.
5417
5418 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5419
5420 * progmodes/grep.el (grep-error-screen-columns): New variable.
5421 (grep-regexp-alist): Give it the full functionality of gnu style
5422 compilation messages with line and column ranges. Ask me for the
5423 perl script I'm working on, that uses these.
5424
5425 2004-06-23 Nick Roberts <nickrob@gnu.org>
5426
5427 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5428 Remove.
5429 (comint-insert-input, comint-mouse-insert-input): New functions
5430 based on comint-insert-clicked-input for two bindings but just
5431 one functionality.
5432
5433 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5434
5435 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5436
5437 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5438
5439 * files.el (write-contents-functions): Doc fix.
5440
5441 2004-06-21 Juanma Barranquero <lektu@terra.es>
5442
5443 * image.el (image-library-alist): Rewrite docstring in active voice.
5444
5445 2004-06-20 Richard M. Stallman <rms@gnu.org>
5446
5447 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5448
5449 * isearch.el (isearch-repeat): Avoid testing old match data.
5450 (isearch-message): Display trailing space in special font
5451 when search is failing.
5452 (isearch-search-fun-function): Doc fix.
5453
5454 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5455
5456 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5457
5458 * frame.el (show-trailing-whitespace): Doc fix.
5459
5460 * cus-edit.el (custom-variable-documentation): New function.
5461 (custom-variable): Use it.
5462
5463 2004-06-19 Nick Roberts <nickrob@gnu.org>
5464
5465 * man.el (Man-getpage-in-background): Revert previous change but
5466 make cygwin a special case.
5467
5468 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5469
5470 * autorevert.el (global-auto-revert-non-file-buffers):
5471 Update docstring.
5472
5473 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5474
5475 * progmodes/compile.el (compilation-error-properties): Store one
5476 more than end-col, if present, so that transient-mark-mode will
5477 highlight last char too.
5478 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5479 ranges, if present.
5480
5481 2004-06-18 Jason Rumney <jasonr@gnu.org>
5482
5483 * makefile.w32-in: Double percent signs in for loops.
5484
5485 2004-06-17 David Kastrup <dak@gnu.org>
5486
5487 * replace.el (query-replace-read-args): Only warn about use of \n
5488 and \t when we are doing a regexp replacement and the actual
5489 escaped character is n or t.
5490 (query-replace-regexp): Add \, and \# interpretation to
5491 interactive call and document it.
5492 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5493 as shortkey for replace-count.
5494 (replace-quote): New function for doubling backslashes.
5495
5496 2004-06-17 Juanma Barranquero <lektu@terra.es>
5497
5498 * files.el (parse-colon-path, cd): Mention in docstring that the
5499 path separator is colon in GNU-like systems.
5500
5501 * newcomment.el (comment-region-internal): Fix docstring.
5502
5503 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5504 (ewoc-invalidate, ewoc-collect): Doc fixes.
5505 (ewoc--create-node, ewoc--delete-node-internal):
5506 Fix typos in docstring.
5507
5508 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5509
5510 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5511 manual to docstring.
5512
5513 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5514
5515 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5516
5517 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5520 Add hyperlink to emacs-xtra manual to docstring.
5521
5522 * autorevert.el (global-auto-revert-non-file-buffers):
5523 Add hyperlink to emacs-xtra manual to docstring, as well as an
5524 info-link.
5525
5526 2004-06-14 Juanma Barranquero <lektu@terra.es>
5527
5528 * image.el (image-library-alist): New variable to map image types
5529 to external libraries. Initialized to nil, unless system-specific
5530 configs change it.
5531 (image-type-available-p): Determine whether an image type is
5532 available by calling `init-image-library'.
5533
5534 * term/w32-win.el (image-library-alist): Initialize to a known set
5535 of probable library names.
5536
5537 2004-06-14 Kenichi Handa <handa@m17n.org>
5538
5539 * international/code-pages.el (windows-1256, cp1125): Fix tables
5540 for several characters.
5541
5542 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5543
5544 2004-06-13 Richard M. Stallman <rms@gnu.org>
5545
5546 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5547
5548 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5549 not "`pc-selection-mode'".
5550
5551 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5552
5553 * simple.el (previous-matching-history-element): Specify a default.
5554
5555 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5556
5557 * cus-face.el (custom-declare-face): Simplify code.
5558
5559 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5560
5561 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5562
5563 * files.el (before-save-hook): Add `time-stamp' to the options.
5564
5565 * time-stamp.el (time-stamp): Recommend adding it to
5566 `before-save-hook', rather than `write-file-functions'.
5567 Make a similar change in `Commentary' section.
5568
5569 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
5570
5571 * diff-mode.el (diff-current-defun): If at start of hunk, use
5572 position of first change.
5573
5574 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5575
5576 * dired-x.el (dired-mark-omitted): Bind to "*O".
5577
5578 2004-06-12 Karl Fogel <kfogel@red-bean.com>
5579
5580 * bookmark.el (bookmark-bmenu-relocate): New function, as
5581 suggested by David J. Biesack <David.Biesack@sas.com>.
5582 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5583 (bookmark-bmenu-mode): Describe binding in doc string.
5584 (bookmark-set-filename): Save the bookmark list if it's time.
5585
5586 2004-06-13 Kenichi Handa <handa@m17n.org>
5587
5588 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5589 (ccl-untranslated-to-ucs): Fix typo.
5590
5591 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5592
5593 * progmodes/python.el (python-open-block-statement-p):
5594 Fix indentation after a block opening that contains a comment.
5595
5596 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
5597
5598 * bindings.el (completion-ignored-extensions): Add file extensions
5599 of Python byte-compiled files.
5600
5601 2004-06-12 Juri Linkov <juri@jurta.org>
5602
5603 * info.el (Info-goto-node): Add autoload.
5604 (Info-toc): Add substring-no-properties on Info file name.
5605 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5606 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5607
5608 2004-06-12 Kenichi Handa <handa@m17n.org>
5609
5610 * international/mule-cmds.el (set-language-environment):
5611 Load subst tables if necessary.
5612
5613 * international/mule.el (decode-char): Load subst tables if necessary.
5614 (encode-char): Likewise.
5615
5616 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5617 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5618 (utf-16le-decode-loop): Set r5 to -1 before loop.
5619 (utf-16be-decode-loop): Likewise.
5620 (ccl-decode-mule-utf-16le): Add EOF processing block.
5621 (ccl-decode-mule-utf-16be): Likewise.
5622 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5623 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5624 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5625 (ccl-mule-utf-16-encode-untrans): New CCL.
5626 (utf-16-decode-to-ucs): Handle pre-read character.
5627 (utf-16le-encode-loop): Handle surrogate pair.
5628 (utf-16be-encode-loop): Likewise.
5629 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5630 of utf-16le-encode-loop.
5631 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5632 of utf-16be-encode-loop.
5633 (mule-utf-16-post-read-conversion):
5634 Call utf-8-post-read-conversion at first.
5635 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5636 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5637 Add post-read-conversion and pre-write-conversion.
5638
5639 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5640 (utf-translate-cjk-unicode-range): New variable.
5641 (utf-translate-cjk-load-tables): New function.
5642 (utf-lookup-subst-table-for-decode): New function.
5643 (utf-lookup-subst-table-for-encode): New function.
5644 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5645 tables here. Update safe-charsets of utf-* coding systems.
5646 (ccl-mule-utf-untrans): New CCL.
5647 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5648 at end of each branch.
5649 (ccl-mule-utf-8-encode-untrans): New CCL.
5650 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5651 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5652 length of encoding. Don't return r0.
5653 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5654 (utf-8-post-read-conversion): Narrow to region properly.
5655 If utf-translate-cjk-mode is on, load tables if necessary.
5656 Call utf-8-compose with hash-table arg if necessary.
5657 Call XXX-compose-region instead of XXX-post-read-convesion.
5658 (utf-8-pre-write-conversion): New function.
5659 (mule-utf-8): Include CJK charsets in safe-charsets if
5660 utf-translate-cjk-mode is on. Add pre-write-conversion.
5661
5662 * international/characters.el: Temporarily set
5663 utf-translate-cjk-mode to nil.
5664
5665 * language/devan-util.el (devanagari-compose-region):
5666 Add autoload cookie.
5667
5668 * international/ccl.el (ccl-dump-call): Fix printing the
5669 subroutine name.
5670
5671 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5672
5673 * dired.el (dired-revert): If buffer is marked unmodified before
5674 reverting, keep it marked unmodified.
5675 Adapt to new conventions for commenting out code.
5676 (dired-make-relative): Adapt to new conventions for commenting out code.
5677
5678 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5679
5680 * eshell/esh-module.el (eshell-load-defgroups):
5681 Bind `vc-handled-backends' to nil when opening files.
5682
5683 2004-06-11 Juanma Barranquero <lektu@terra.es>
5684
5685 * files.el (parse-colon-path, cd): Doc fixes (refer to
5686 `path-separator', not colon).
5687
5688 2004-06-10 Juanma Barranquero <lektu@terra.es>
5689
5690 * newcomment.el (comment-search-forward)
5691 (comment-search-backward): Fix typos in docstring.
5692 (comment-region): Doc fix.
5693
5694 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5695
5696 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5697 switch is no longer stored in `dired-switches-alist'.
5698
5699 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5700 `dired-switches-alist'.
5701
5702 2004-06-10 Kim F. Storm <storm@cua.dk>
5703
5704 * pcvs.el (cvs-mode-diff-yesterday): New command.
5705
5706 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5707
5708 2004-06-10 Juri Linkov <juri@jurta.org>
5709
5710 * emacs-lisp/edebug.el (edebug-eval-defun):
5711 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5712 Fix docstring.
5713
5714 * simple.el (eval-expression-print-format): Don't print additional
5715 information on the first call to `eval-print-last-sexp'.
5716 (next-error-find-buffer): Fix punctuation.
5717 (killing) <defgroup>: Fix punctuation.
5718 (yank-excluded-properties): Change group from editing to killing.
5719
5720 * replace.el (perform-replace): Use `limit' to terminate the
5721 while-loop explicitly.
5722
5723 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5724
5725 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5726 Use lc-*.xpm as prefix instead of *-locol.xpm.
5727
5728 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5729 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5730 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5731 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5732 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5733 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5734 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5735 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5736 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5737 * toolbar/lc-up_arrow.xpm:
5738 Rename from *-locol.xpm.
5739
5740 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5741
5742 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5743 include forms like &<str>; as valid url patterns.
5744
5745 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5746
5747 * dired.el (dired-diff, dired-backup-diff)
5748 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5749 (dired-do-chown, dired-do-touch, dired-do-print)
5750 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5751 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5752 (dired-create-directory, dired-do-copy, dired-do-symlink)
5753 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5754 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5755 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5756 (dired-maybe-insert-subdir, dired-next-subdir)
5757 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5758 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5759 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5760 (dired-run-shell-command, dired-query): Remove redundant,
5761 or incorrect, autoloads.
5762
5763 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5764 does not end in a slash. Add optional argument KILL-ROOT.
5765 Update docstring.
5766 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5767 (dired-query): Add autoloads.
5768
5769 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5770
5771 * progmodes/compile.el (compilation-set-window-height):
5772 Rearrange the save-* functions because a buffer can have several current
5773 point in different windows.
5774 (compilation-error-regexp-alist-alist): Recognize {standard input}
5775 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5776
5777 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5778
5779 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5780 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5781 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5782 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5783 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5784 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5785 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5786 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5787 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5788 * toolbar/up_arrow-locol.xpm:
5789 New versions of icons that uses fewer colors.
5790
5791 * toolbar/tool-bar.el (tool-bar-local-item)
5792 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5793 if display-color-cells is 256 or less.
5794
5795 2004-06-08 Kim F. Storm <storm@cua.dk>
5796
5797 * wid-edit.el (widget-specify-button): Use hand pointer rather
5798 than mouse-face as visible mouse-over effect.
5799
5800 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5801
5802 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5803 and `print-level' to nil when writing out `save-place-alist'.
5804 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5805
5806 2004-06-07 Juanma Barranquero <lektu@terra.es>
5807
5808 * completion.el (completion-kill-region): Doc fix.
5809
5810 * format.el (format-insert-annotations)
5811 (format-annotate-location): Doc fixes.
5812 (format-subtract-regions): Make arguments match their use in docstring.
5813
5814 * simple.el (kill-region): Doc fix.
5815
5816 * subr.el (insert-buffer-substring-no-properties)
5817 (insert-buffer-substring-as-yank): Doc fixes.
5818
5819 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5822 Update docstring.
5823 (dired-reset-subdir-switches): New function.
5824
5825 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5826 Limit scope of `buffer-read-only' binding.
5827
5828 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5829
5830 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5831 eshell-explicit-command-char.
5832
5833 2004-06-06 Juanma Barranquero <lektu@terra.es>
5834
5835 * help-fns.el (help-argument-name): Inherit from italic face only
5836 if the frame supports it.
5837
5838 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5839
5840 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5841 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5842 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5843 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5844 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5845 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5846 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5847 New conversions from xpm files.
5848
5849 * toolbar/README: New file.
5850
5851 2004-06-06 Richard M. Stallman <rms@gnu.org>
5852
5853 * isearch.el (isearch-mode-map): Undo previous change.
5854
5855 2004-06-05 Juri Linkov <juri@jurta.org>
5856
5857 * bindings.el (debug-ignored-errors): Add regexps for history
5858 related messages. Remove $ from "No further undo information".
5859 Move Ediff's messages to ediff.el.
5860
5861 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5862
5863 * cus-edit.el (custom-display): Add `min-colors'.
5864
5865 * custom.el (defface): Add `supports' to docstring.
5866
5867 * help-fns.el (help-argument-name): Add :group 'help.
5868
5869 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5870
5871 * find-dired.el (find-ls-subdir-switches): New user option.
5872 (find-dired): No longer call `abbreviate-file-name' on DIR.
5873 Set `dired-subdir-switches' buffer-locally.
5874
5875 * locate.el: Merge the two `Commentary' sections.
5876 (locate-ls-subdir-switches): New user option.
5877 (locate): Update for other changes.
5878 (locate-mode-map): Restore Dired binding for mouse-2.
5879 Bind `locate-mouse-view-file' to M-mouse-2.
5880 Bind `l' to `locate-do-redisplay'.
5881 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5882 (locate-mouse-view-file, locate-tags, locate-find-directory):
5883 Print message if used outside main listing.
5884 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5885 Various changes to support inserted subdirectories.
5886 (locate-insert-header): Change header of *Locate* buffer.
5887
5888 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5889 Change interactive default switches.
5890 (dired-rename-subdir-2): Update `dired-switches-alist'.
5891 (dired-insert-subdir, dired-kill-subdir):
5892 Handle `dired-switches-alist'. Do not mark buffer modified.
5893 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5894 (dired-insert-subdir-doinsert): Omit messages.
5895 Handle `dired-subdir-switches'.
5896 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5897
5898 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5899 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5900 subdirs if -R switch is used for a subdir.
5901 (dired-mode): Set `dired-switches-alist'.
5902 (dired-build-subdir-alist): Only print number of directories in
5903 echo area when invoked interactively.
5904
5905 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5906
5907 * dired-x.el (dired-omit-mode): Rename from
5908 dired-omit-files-p. Use define-minor-mode to define it.
5909 (dired-omit-files-p): Add as alias for dired-omit-mode.
5910 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5911 dired-mark-omitted.
5912 (dired-mark-omitted): Add. Bind to M-O.
5913
5914 2004-06-05 Kenichi Handa <handa@m17n.org>
5915
5916 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5917
5918 2004-06-05 Juanma Barranquero <lektu@terra.es>
5919
5920 * help-fns.el (help-argument-name): Reintroduce face.
5921 (help-default-arg-highlight): Use it, now that
5922 `face-differs-from-default-p' can be trusted.
5923
5924 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5925
5926 * textmodes/table.el: Sentence commands added to Point Motion
5927 group; kill and backward-kill commands added to Extraction group.
5928
5929 2004-06-04 Mario Lang <mlang@delysid.org>
5930
5931 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5932 systems appear to use mW, make the code handle this. Fix a
5933 division-by-zero bug while at it, and handle kernels with
5934 a slightly different layout in /proc/acpi.
5935
5936 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5937
5938 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5939 because the latter is a CL-ism. This fixes the bug reported by
5940 Shawn Boyette <mdxi@collapsar.net> in
5941 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5942
5943 2004-06-04 Miles Bader <miles@gnu.org>
5944
5945 * faces.el (display-supports-face-attributes-p): Function moved to
5946 C code. Previously only the tty-related portion of this function
5947 was done in C; however the previous attempt to do a halfway-proper
5948 job for non-tty displays in lisp didn't work properly because of
5949 funny conditions during Emacs startup.
5950 (face-differs-from-default-p): Simplify, now that
5951 display-supports-face-attributes-p works properly on all display
5952 types. Remove :stipple from comparison; it doesn't really work
5953 in emacs anyway.
5954
5955 2004-06-04 Miles Bader <miles@gnu.org>
5956
5957 * faces.el (face-differs-from-default-p): Use a different
5958 implementation, so we can really check whether FACE displays
5959 differently or not.
5960
5961 2004-06-04 Miles Bader <miles@gnu.org>
5962
5963 * faces.el (display-supports-face-attributes-p): Implement a
5964 `different from default' check for non-tty displays.
5965
5966 2004-06-03 David Kastrup <dak@gnu.org>
5967
5968 * woman.el (woman-mapcan): More concise code.
5969 (woman-topic-all-completions, woman-topic-all-completions-1)
5970 (woman-topic-all-completions-merge): Replace by a simpler and
5971 much faster implementation based on O(n log n) sort/merge instead
5972 of the old O(n^2) behavior.
5973
5974 2004-06-03 Miles Bader <miles@gnu.org>
5975
5976 * subr.el (read-number): Use canonical format for default in prompt.
5977
5978 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5979 Add regexp for " [...]" style defaults.
5980
5981 2004-06-02 Romain Francoise <romain@orebokech.com>
5982
5983 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5984 groups: if the user asks for a hidden buffer, open the
5985 corresponding filter group to expose it.
5986
5987 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5988 `ibuffer-jump-to-buffer'.
5989 (ibuffer-jump-offer-only-visible-buffers): New user option.
5990
5991 2004-06-02 Juanma Barranquero <lektu@terra.es>
5992
5993 * faces.el (frame-update-faces): Add empty docstring so the one
5994 for `ignore' doesn't show through.
5995
5996 * subr.el (process-kill-without-query): Remove spurious "\n" on
5997 obsolescence string.
5998 (focus-frame, unfocus-frame): Add obsolescence declaration and
5999 empty docstring.
6000
6001 * international/mule.el (register-char-codings): Make alias for
6002 `ignore'. Move docstring to obsolescence info and remove redundancy.
6003
6004 2004-06-02 Kim F. Storm <storm@cua.dk>
6005
6006 * frame.el (blink-cursor-start): Turn cursor off initially so blink
6007 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
6008
6009 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6010
6011 * comint.el (comint-replace-by-expanded-history-before-point):
6012 Obey `start' as the docstring says.
6013 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
6014 (comint-update-fence): Prevent font-lock from running unnecessarily.
6015 (comint-dynamic-list-completions): Use with-current-buffer.
6016
6017 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6018
6019 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
6020 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
6021 (bibtex-entry-update): Handle alternatives and optional fields.
6022 (bibtex-parse-entry): Bugfix, handle empty key.
6023
6024 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * vc-arch.el (vc-arch-state): Don't assume the file exists.
6027
6028 2004-05-31 Lars Hansen <larsh@math.ku.dk>
6029
6030 * desktop.el (desktop-save): Don't save minor modes without a
6031 known mode initialization function.
6032
6033 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
6034
6035 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
6036
6037 * autorevert.el: Update `Commentary' section.
6038
6039 2004-05-30 Juanma Barranquero <lektu@terra.es>
6040
6041 * dos-fns.el (convert-standard-filename):
6042 * files.el (convert-standard-filename):
6043 * w32-fns.el (convert-standard-filename):
6044 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
6045
6046 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
6047
6048 Sync with Tramp.
6049
6050 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
6051 (tramp-let-maybe): Move to an earlier spot in the file.
6052 Patch by Andreas Schwab.
6053
6054 2004-05-30 Andreas Schwab <schwab@suse.de>
6055
6056 * dired.el (dired-get-filename): Don't use dired-re-dot.
6057
6058 2004-05-30 Richard M. Stallman <rms@gnu.org>
6059
6060 * files.el (find-file): Doc fix.
6061
6062 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
6063
6064 2004-05-30 Nick Roberts <nickrob@gnu.org>
6065
6066 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
6067 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
6068 modeline of the locals buffer.
6069 (gdb-goto-breakpoint): Handle gdbmi.
6070 (gdb-get-frame-number): Change for gdbmi.
6071
6072 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * files.el (file-remote-p): Apply file name handler for operation
6075 `file-remote-p'. It isn' a property any longer.
6076 (file-relative-name): `fh' and `fd' get the required value via
6077 `find-file-name-handler' already.
6078
6079 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
6080 (top): Remove setting of `file-remote-p' property for
6081 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
6082
6083 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
6084
6085 Version 2.0.41 of Tramp released.
6086
6087 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
6088 Throw away if process has died.
6089 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
6090 (tramp-out-of-band-prompt-regexp): Rename to
6091 `tramp-process-alive-regexp', because its usage is widen.
6092 (tramp-actions-copy-out-of-band): Apply it.
6093 (tramp-actions-before-shell, tramp-multi-actions):
6094 Add `tramp-action-process-alive' action.
6095 (tramp-action-process-alive): New defun.
6096 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6097 Add entry for `file-remote-p'.
6098 (tramp-handle-file-remote-p): New defun.
6099 (top): Remove setting of `file-remote-p'. Don't set
6100 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6101
6102 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6103 `file-remote-p'.
6104
6105 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6106 counted for (last) line. [They should or they shouldn't? --Stef]
6107 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6108
6109 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6110
6111 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6112 not really necessary but seems to keep the shell history smaller
6113 in some cases. It is no substitute for setting HISTFILE and
6114 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6115 though. Suggested by Luc Teirlinck.
6116 (tramp-open-connection-setup-interactive-shell): Export variables
6117 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6118 (tramp-set-process-query-on-exit-flag): New compat function.
6119 (tramp-open-connection-multi, tramp-open-connection-su)
6120 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6121 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6122 (tramp-let-maybe): New macro, let-binds a variable only if it
6123 isn't obsolete.
6124 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6125 (tramp-handle-file-truename): Use it.
6126 (tramp-completion-file-name-regexp-unified): Avoid matching
6127 filenames starting with "/:" -- those are reserved for
6128 file-name-non-special.
6129
6130 * tramp-smb.el (tramp-smb-open-connection):
6131 Use tramp-set-process-query-on-exit-flag compat function.
6132
6133 2004-05-29 Richard M. Stallman <rms@gnu.org>
6134
6135 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6136
6137 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6138 (eval-last-sexp-print-value): Print char equivalent regardless
6139 of standard-output value.
6140
6141 * thumbs.el (thumbs-subst-char-in-string): Delete.
6142 (thumbs-thumbname): Use subst-char-in-string.
6143 (thumbs-resize-image): Use condition-case, not ignore-errors.
6144 (thumbs-kill-buffer): Likewise.
6145
6146 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6147 (thumbs-mode): Make buffer read-only.
6148 (thumbs-make-thumb): Unconditionally accept an existing file.
6149 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6150 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6151 (thumbs-show-thumbs-list): Error if images not supported.
6152 (thumbs-save-current-image): Improve prompt string.
6153 (thumbs-mode-map): Define u, R, x.
6154 (thumbs-unmark): New command.
6155 (thumbs-emboss-image): Minor cleanup.
6156 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6157 (thumbs-rename-images): New command.
6158 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6159
6160 * thumbs.el (thumbs-current-image): New function.
6161 (thumbs-file-list, thumbs-file-alist): New functions.
6162 (thumbs-find-image): Delete arg L.
6163 Don't set up thumbs-fileL as buffer-local global var.
6164 (thumbs-find-image-at-point): Use thumbs-current-image.
6165 (thumbs-set-image-at-point-to-root-window): Likewise.
6166 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6167 Record and warn about errors. Update thumbs-markedL for deletions.
6168 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6169 (thumbs-redraw-buffer): Use thumbs-file-list.
6170 (thumbs-mark): Use thumbs-current-image.
6171 (thumbs-show-name): Use thumbs-current-image.
6172
6173 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6174 and imenu--last-menubar-index-alist.
6175
6176 * subr.el (with-selected-window): Undo previous change.
6177
6178 2004-05-29 John Paul Wallington <jpw@gnu.org>
6179
6180 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6181 (thumbs-mouse-find-image): New command.
6182 (thumbs-mode-map): Bind it to mouse-2.
6183 (thumbs-mode): Make mode-class special.
6184 (thumbs-view-image-mode): Likewise.
6185
6186 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6187
6188 * flymake.el: New file.
6189
6190 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6191
6192 * files.el (find-file-noselect-1): Do not bind
6193 `inhibit-read-only' to t during execution of
6194 `find-file-not-found-functions'.
6195
6196 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6197
6198 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6199 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6200
6201 2004-05-28 Juri Linkov <juri@jurta.org>
6202
6203 * simple.el (eval-expression-print-format): New fun.
6204
6205 * simple.el (eval-expression):
6206 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6207 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6208 (edebug-eval-expression): Print additionally the value returned by
6209 `eval-expression-print-format'.
6210
6211 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6212 (insert-pair): Make arguments optional. Find character pair
6213 from `insert-pair-alist' according to the last input event.
6214 (insert-parentheses): Make arguments optional.
6215 (raise-sexp, delete-pair): New funs.
6216
6217 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6218 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6219 Bind C-M-q to `indent-pp-sexp'.
6220
6221 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6222 `pp-to-string' modified to be able to format text with newlines.
6223 (pp-to-string): Move the buffer-formatting part of the code to
6224 `pp-buffer'. Call `pp-buffer'.
6225
6226 * info.el (Info-desktop-buffer-misc-data): Don't save information
6227 about virtual files.
6228 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6229 buffers with names obtained from the desktop file instead of the
6230 default *info* buffer.
6231
6232 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * subr.el (with-selected-window): Only save/restore the selected window.
6235
6236 * progmodes/compile.el (compilation-error-regexp-alist):
6237 Use expand-file-name and data-directory.
6238
6239 * progmodes/grep.el (grep-tree): Rework previous fix.
6240
6241 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6242 after the user marked text with the mouse.
6243
6244 * startup.el (command-line): Keep the first regexp of
6245 auto-save-file-name-transforms intact.
6246
6247 2004-05-28 Juanma Barranquero <lektu@terra.es>
6248
6249 * cus-edit.el (customize-face, customize-face-other-window)
6250 (custom-face-edit-delete): Make arguments match their use in
6251 docstring.
6252 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6253 docstring.
6254
6255 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6256 not `cvs-butlast'.
6257
6258 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6259 `nbutlast' are in subr.el).
6260
6261 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6262 (set-w32-system-coding-system): Doc fixes.
6263
6264 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6265 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6266 Make arguments match their use in docstring.
6267 (artist-draw-region-trim-line-endings)
6268 (artist-mouse-choose-operation): Fix typo in docstring.
6269 (artist-key-set-point-common): Doc fix.
6270
6271 2004-05-28 Simon Josefsson <jas@extundo.com>
6272
6273 * mail/smtpmail.el (smtpmail-open-stream):
6274 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6275
6276 2004-05-26 Simon Josefsson <jas@extundo.com>
6277
6278 * starttls.el: Merge with my GNUTLS based starttls.el.
6279 (starttls-gnutls-program, starttls-use-gnutls)
6280 (starttls-extra-arguments, starttls-process-connection-type)
6281 (starttls-connect, starttls-failure, starttls-success): New variables.
6282 (starttls-program, starttls-extra-args): Doc fix.
6283 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6284 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6285 and pass on to corresponding *-gnutls function if it is set.
6286
6287 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6288
6289 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6290 remote files.
6291
6292 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6293
6294 * files.el (file-name-non-special): There are more operations
6295 which need handling: `find-backup-file-name',
6296 `insert-file-contents', `verify-visited-file-modtime',
6297 `write-region'. Rename t value of method to `add'. Add new
6298 methods `quote' and `unquote-then-quote' to file-arg-indices.
6299
6300 2004-05-25 Juri Linkov <juri@jurta.org>
6301
6302 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6303 (Info-index-nodes): Enclose code in condition-case to catch errors.
6304 (Info-index-node): Don't search all index nodes if request is only
6305 for the current node and file is not in the cache of index nodes.
6306 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6307 for consistency with dired-copy-filename-as-kill.
6308 Bind `S' to Info-search-case-sensitively.
6309 (Info-copy-current-node-name): New arg. With zero prefix arg put
6310 the name inside a function call to `info'. Display copied text in
6311 the echo area.
6312
6313 2004-05-25 Sam Steingold <sds@gnu.org>
6314
6315 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6316 strip the package prefix from the symbol name, if any.
6317 Make it the `find-tag-default-function' for `lisp-mode'.
6318
6319 2004-05-25 John Paul Wallington <jpw@gnu.org>
6320
6321 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6322 instead of obsolete `process-kill-without-query'.
6323
6324 * textmodes/texinfmt.el (texinfo-indexvar-alist):
6325 Declare as variable, not constant.
6326
6327 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
6328
6329 * files.el (find-file-noselect-1): Fix bug introduced by
6330 Revision 1.694. As a side effect, `inhibit-read-only'
6331 is again, by default, t during execution of
6332 `find-file-not-found-functions'.
6333 (insert-directory): Check that lines were really inserted by
6334 the --dired switch, before erasing them.
6335
6336 2004-05-24 Nick Roberts <nickrob@gnu.org>
6337
6338 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6339 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6340 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6341 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6342 gud-minor-mode (gdbmi).
6343
6344 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6345
6346 * net/browse-url.el (browse-url-interactive-arg): Enable user to
6347 explicitly select the text to be taken as URL.
6348
6349 2004-05-23 Juri Linkov <juri@jurta.org>
6350
6351 * info.el (Info-index-nodes): New var and fun.
6352 (Info-goto-index, Info-index, info-apropos)
6353 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6354 (Info-index): Fix docstring. Store and restore Info-history-list.
6355 (Info-complete-nodes): New var.
6356 (Info-complete-menu-item): Use it.
6357 (Info-index-node): New fun.
6358 (Info-final-node, Info-forward-node, Info-backward-node)
6359 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6360 Use Info-index-node.
6361 (Info-extract-menu-item, Info-extract-menu-counting): Set second
6362 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6363 (Info-find-node-2): If a node with period in its name not found,
6364 try to find a node without the name part after period.
6365 (Info-select-node): Call Info-fontify-node only if
6366 Info-fontify-maximum-menu-size is not nil.
6367 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6368 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6369 Preserve Info-history-list.
6370 (Info-toc): Set Info-current-file.
6371 (Info-build-toc): Move point to the beginning of the buffer.
6372 Add main-file variable.
6373 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6374 Use backslashed representation of the control character ^_.
6375
6376 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6377 numbers in the new Texinfo 4.7 format.
6378
6379 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6380 regexps for function and variable names.
6381
6382 * descr-text.el (describe-property-list): Add [show] button for
6383 `syntax-table' property with action to pp to a separate buffer.
6384 (describe-char): Replace search-forward by re-search-forward with
6385 whitespace regexp after "character:" to not fail in too narrow windows.
6386
6387 * simple.el (next-error-find-buffer): Add a rule to return
6388 next-error capable buffer if one window on the selected frame
6389 displays such buffer.
6390
6391 2004-05-23 Nick Roberts <nickrob@gnu.org>
6392
6393 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6394 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6395 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6396 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6397 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6398 Handle new value for gud-minor-mode (gdbmi).
6399 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6400 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6401 Change from local to global gdb variable set.
6402 (gdb-ann3): Initialise above gdb variable set.
6403 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6404 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6405 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6406 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6407 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6408 (gdb-info-locals-handler, gdb-invalidate-assembler)
6409 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6410 set as global variables.
6411 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6412 Handle gdbmi.
6413 (gdb-info-breakpoints-custom): Fix regexp.
6414 (def-gdb-var): Delete.
6415
6416 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6417 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6418 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6419 a new mode. The file (gdb-mi.el) for this mode will be included
6420 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6421 primary interface.
6422
6423 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6424
6425 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6426 interpreted as a directory.
6427
6428 2004-05-22 Richard M. Stallman <rms@gnu.org>
6429
6430 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6431 as a close quote.
6432
6433 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6434
6435 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6436 Use assoc-string, not assoc-ignore-case.
6437
6438 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6439
6440 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6441 If moving back then fwd gets a defun that ends before point,
6442 try again moving fwd then back.
6443
6444 * files.el (file-name-non-special): Allow t in file-arg-indices
6445 to mean requote the return value. Use `identity' as an element
6446 rather than as the whole value.
6447
6448 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6449
6450 2004-05-22 Juanma Barranquero <lektu@terra.es>
6451
6452 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6453 `help-make-usage'.
6454 (help-highlight-arguments): Skip function name before searching
6455 for arguments.
6456
6457 2004-05-21 Juanma Barranquero <lektu@terra.es>
6458
6459 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6460 Don't mention in the docstring these arguments meant for
6461 internal (recursive) use only.
6462 (allout-char-spec): Comment out (it's not implemented).
6463 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6464 obsolescence declaration.
6465 (allout-flatten-exposed-to-buffer)
6466 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6467 (my-mark-marker): Doc fix.
6468 (produce-allout-mode-map, allout-sibling-index)
6469 (allout-isearch-expose, allout-distinctive-bullet)
6470 (allout-open-topic, allout-reindent-body)
6471 (allout-rebullet-heading, allout-process-exposed)
6472 (allout-insert-listified, allout-latex-verb-quote)
6473 (allout-insert-latex-header, allout-insert-latex-trailer):
6474 Make arguments match their use in docstring.
6475 (allout-primary-bullet, allout-old-style-prefixes)
6476 (allout-inhibit-protection, allout-init, allout-mode)
6477 (allout-before-change-protect, allout-flag-region):
6478 Use "Emacs" instead of "emacs" in docstrings.
6479
6480 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6481
6482 * international/characters.el: Modify syntax of more characters.
6483
6484 2004-05-21 Masatake YAMATO <jet@gyve.org>
6485
6486 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6487 (etags-tags-completion-table): Show parsing progress.
6488
6489 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6490
6491 * locate.el (locate-prompt-for-command): Shorten first line of
6492 docstring.
6493 (locate-mode): Expand docstring and include keymap summary.
6494
6495 * files.el (find-file-noselect-1): Limit the scope of the
6496 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6497 is, by default, nil during the execution of
6498 `find-file-not-found-functions' and `find-file-hook'.
6499
6500 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6501
6502 * facemenu.el (facemenu-color-name-equal): New function.
6503 (list-colors-display): Use it to compare colors instead of
6504 facemenu-color-equal.
6505
6506 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6507
6508 * compare-w.el (compare-windows-face): Use min-colors instead of
6509 checking for tty or pc types.
6510
6511 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6514 (completion-setup-function): Use with-current-buffer.
6515 Properly save excursion. Simplify.
6516 Don't assume there is necessarily a `mouse-face' property somewhere.
6517
6518 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6519
6520 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6521
6522 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6523 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6524 Use with-current-buffer.
6525 (byte-goto-log-buffer): Delete.
6526 (byte-compile-log-file): Call compilation-forget-errors.
6527
6528 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6529
6530 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6531 output messages into the search result.
6532
6533 2004-05-19 Masatake YAMATO <jet@gyve.org>
6534
6535 * wid-edit.el (widget-radio-button-notify): Revert my last
6536 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6537
6538 2004-05-19 Kenichi Handa <handa@m17n.org>
6539
6540 * international/characters.el: Fix syntax (open/close) of CJK chars.
6541
6542 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6543
6544 * help-mode.el (help-go-back): Don't depend on position of back button.
6545
6546 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6549 files files don't contain an accidental additional /.
6550
6551 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6552 in source buffer.
6553
6554 2004-05-18 Masatake YAMATO <jet@gyve.org>
6555
6556 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6557 to widget-apply. :action method assumes 2 arguments, not 3.
6558
6559 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
6560
6561 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6562 New constants.
6563 (hs-special-modes-alist): Add an f90-mode entry.
6564
6565 2004-05-17 Sam Steingold <sds@gnu.org>
6566
6567 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6568 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
6569
6570 2004-05-16 Kim F. Storm <storm@cua.dk>
6571
6572 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6573
6574 2004-05-15 John Wiegley <johnw@newartisans.com>
6575
6576 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6577 (eshell-output-object-to-target): Improve output speed 20% by not
6578 calling `eshell-stringify' if something is already known to be a string.
6579
6580 2004-05-15 Alex Ott <ott@jet.msk.su>
6581
6582 * textmodes/ispell.el (ispell-local-dictionary-alist):
6583 Add windows-1251 to the choice of coding systems.
6584 (ispell-dictionary-alist-6): Add support for "russianw.aff",
6585 encoded in cp1251.
6586
6587 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
6588
6589 * progmodes/compile.el (compilation-warning-face)
6590 (compilation-info-face): Use min-colors.
6591
6592 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6593
6594 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6595 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6596 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6597 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6598 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6599 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6600 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6601 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6602 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6603 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6604 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6605 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6606 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6607 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6608
6609 2004-05-15 Kim F. Storm <storm@cua.dk>
6610
6611 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6612 Use it to set triggered-p element of timer.
6613 (timer-event-handler): Set triggered-p element non-nil while running
6614 the timer function.
6615
6616 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * descr-text.el (describe-char-unicode-data)
6619 (describe-char-unicodedata-file): Re-enable the unicode code now that
6620 the licensing issues have been cleared in the unicode-4 license.
6621 (describe-text-properties-1): Remove unused `overlay' var.
6622 (describe-char): Remove unused var `buffer'.
6623
6624 2004-05-14 David Ponce <david@dponce.com>
6625
6626 * tree-widget.el: New file.
6627
6628 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6629
6630 * language/european.el ("Brazilian Portuguese"): Add support for
6631 Brazilian Portuguese.
6632
6633 2004-05-13 John Wiegley <johnw@newartisans.com>
6634
6635 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6636 `recentf-mode' if this variable has been customized to t.
6637
6638 * eshell/esh-test.el (eshell-test): Call the function
6639 `emacs-version' rather than trying to build a custom version string.
6640
6641 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 * net/telnet.el (telnet-mode): Use define-derived-mode.
6644 Don't modify the global value of comint-prompt-regexp.
6645
6646 2004-05-13 John Paul Wallington <jpw@gnu.org>
6647
6648 * version.el (emacs-version): Check for `gtk' feature before
6649 `x-toolkit' feature.
6650
6651 2004-05-13 Juanma Barranquero <lektu@terra.es>
6652
6653 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6654 arguments in the docstring, they're used only in recursive calls.
6655
6656 * help-fns.el (help-arg-highlighting-function)
6657 (help-argument-name): Delete.
6658 (help-default-arg-highlight): New function.
6659 (help-do-arg-highlighting): Use it.
6660
6661 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6662
6663 * calendar/appt.el (appt-disp-window):
6664 Use `calendar-set-mode-line' for a centered mode-line.
6665
6666 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6667
6668 * calendar/appt.el (appt-disp-window): Do not split window
6669 excessively when `split-height-threshold' is low.
6670
6671 2004-05-12 Nick Roberts <nickrob@gnu.org>
6672
6673 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6674 kill-buffer-hook here and make it local.
6675 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6676
6677 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6678
6679 * progmodes/compile.el (compilation-set-window-height):
6680 Use save-excursion to protect against misplaced marker.
6681
6682 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6683
6684 * custom.el (defface): Document that type can have value gtk.
6685
6686 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6687
6688 2004-05-12 Kenichi Handa <handa@m17n.org>
6689
6690 * descr-text.el: Require quail at comile time.
6691 (describe-char): If an input method is on and it supports the
6692 character, show how to input it.
6693
6694 * international/quail.el (quail-install-decode-map): Accept a
6695 char-table whose subtype is `quail-decode-map'.
6696 (quail-store-decode-map-key, quail-gen-decode-map1)
6697 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6698 (quail-show-key): New functions.
6699
6700 2004-05-12 Juanma Barranquero <lektu@terra.es>
6701
6702 * generic.el (define-generic-mode): Remove redundant arglist info.
6703
6704 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6705 Make arguments match their use in docstring.
6706 (help-arg-highlighting-function): New variable.
6707 (help-argument-name): Mention it in the docstring.
6708 (help-do-arg-highlight): Use it. Expand regexp to accept also
6709 ARG-xxx and xxx-ARG references.
6710
6711 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6712
6713 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6714 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6715 and "mailto:addr1?to=addr2" equal.
6716
6717 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6718
6719 * man.el (Man-getpage-in-background): Use shell-file-name
6720 and shell-command-switch variables instead of hard-coded values.
6721
6722 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6723
6724 * iimage.el: New file.
6725
6726 2004-05-11 Juanma Barranquero <lektu@terra.es>
6727
6728 * custom.el (custom-initialize-default, defcustom):
6729 Fix typo in docstring.
6730
6731 * files.el (set-visited-file-name, file-expand-wildcards):
6732 Fix docstring.
6733
6734 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6737
6738 * subr.el (eventp): Be more discriminating with integers.
6739
6740 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6741
6742 * progmodes/compile.el (compile): Add universal prefix arg.
6743 (compilation-error-regexp-alist-alist): Add edg patterns.
6744
6745 2004-05-10 Sam Steingold <sds@gnu.org>
6746
6747 * textmodes/ispell.el (ispell-message):
6748 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6749
6750 2004-05-10 Dave Love <fx@gnu.org>
6751
6752 * progmodes/python.el (help-buffer): Autoload when compiling.
6753 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6754 (run-python): Prepend to any existing PYTHONPATH.
6755
6756 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6757
6758 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6759 for pending breakpoints.
6760
6761 2004-05-10 Richard M. Stallman <rms@gnu.org>
6762
6763 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6764 directly without calling any functions in Rmail.
6765 (unrmail-unprune): Function deleted.
6766
6767 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6770 C-c C-z binding.
6771
6772 2004-05-10 Kenichi Handa <handa@m17n.org>
6773
6774 * descr-text.el (describe-char): Fix previous change. Don't make
6775 a unibyte character to multibyte in the *Help* buffer.
6776
6777 2004-05-10 Miles Bader <miles@gnu.org>
6778
6779 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6780 buffer an error if the debugger process is actually running.
6781
6782 2004-05-10 Juanma Barranquero <lektu@terra.es>
6783
6784 * help-fns.el (help-argument-name): Default to italic.
6785 (help-highlight-arguments): Return always (usage . doc), even when
6786 usage is nil.
6787
6788 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6789 (define-ibuffer-filter): Add usage info.
6790 (define-ibuffer-op): Add usage info (but CL-style defaults for
6791 keyword args are not shown).
6792
6793 * subr.el (remove-overlays, read-passwd): Fix docstring.
6794 (start-process-shell-command): Fix docstring. Put usage info in a
6795 format usable by `describe-function'.
6796 (open-network-stream, open-network-stream-nowait)
6797 (open-network-stream-server): Fix docstring.
6798
6799 2004-05-09 Jason Rumney <jasonr@gnu.org>
6800
6801 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6802 Only define cp125* if windows-125* is already defined.
6803
6804 * language/korean.el (cp949): Add alias.
6805
6806 * language/chinese.el (cp936, cp950): Add aliases.
6807
6808 * language/japanese.el (cp932): Add alias.
6809
6810 * term/w32-win.el: Require code-pages.
6811
6812 * international/mule-cmds.el (set-locale-environment):
6813 On MS-Windows use ansi code-page for default coding-systems.
6814 Set up paper sizes for Windows 3 letter languages.
6815
6816 * international/code-pages.el (cp932, cp936, cp949, cp950):
6817 Add aliases. Also add cp125* if not already defined.
6818
6819 2004-05-09 Juanma Barranquero <lektu@terra.es>
6820
6821 * help-fns.el (help-highlight-arguments): Don't try to highlight
6822 missing or autoloaded arglists. Accept structured arguments, like
6823 the first ones of `do' and `flet'.
6824
6825 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6826 (cvs-get-marked): Remove redundant arglist info.
6827
6828 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6829 Don't use CL-style default args.
6830
6831 2004-05-08 Andreas Schwab <schwab@suse.de>
6832
6833 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6834
6835 * international/subst-ksc.el: Fix references to utf-translate-cjk
6836 into utf-translate-cjk-mode.
6837 * international/subst-big5.el: Likewise.
6838 * international/subst-gb2312.el: Likewise.
6839 * international/subst-jis.el: Likewise.
6840 * international/utf-16.el: Likewise.
6841 * international/utf-8.el: Likewise.
6842
6843 2004-05-08 John Wiegley <johnw@newartisans.com>
6844
6845 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6846 "virtual buffers" (off by default), which makes it possible to
6847 switch to the "virtual" buffers of recently visited files. When a
6848 buffer name search fails, and this option is on, iswitchb will
6849 look at the list of recently visited files, and permit matching
6850 against those names. When the user hits RET on a match, it will
6851 revisit that file.
6852 (iswitchb-read-buffer): Add two optional arguments, which makes
6853 isearchb.el possible.
6854 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6855 (iswitchb-next-match): Add support for virtual buffers.
6856
6857 * isearchb.el: This module extends iswitchb to provide "as you
6858 type" buffer selection.
6859
6860 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6861 Ignore the read-only property when flyspell highlighting is on.
6862 Not ignoring it leads to a series of confusing errors.
6863 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6864 but also make sure to call flyspell-incorrect-hook.
6865 (flyspell-maybe-correct-transposition): Perform transposition test
6866 by bit twiddling a string, rather than using a temp buffer.
6867 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6868 buffer. This is also the original version of the code, which
6869 could not be checked in before due to a previous lack of
6870 assignment papers. This version has seen heavy usage on my system
6871 for several years now.
6872
6873 * calendar/cal-bahai.el: New file, which adds support for the
6874 Baha'i calendar to Emacs. This calendar is based on a solar year
6875 of 19 months of 19 days, with 4 intercalary days. Each year
6876 begins on March 21, with the calendar starting in 1844.
6877
6878 * calendar/cal-menu.el, calendar/calendar.el,
6879 calendar/diary-lib.el, calendar/holidays.el: Added support for
6880 using cal-bahai.el.
6881
6882 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6883 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6884 function can be used outside of eshell buffers.
6885 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6886
6887 2004-05-08 Juanma Barranquero <lektu@terra.es>
6888
6889 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6890 word constituent so FOO-ARG is not recognized as an arg.
6891 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6892
6893 * simple.el (next-error): Fix typo in docstring.
6894 (open-line): Make argument names match their use in docstring.
6895 (split-line): Fix docstring.
6896
6897 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6898 usable by `describe-function'.
6899 (gensym, gentemp, typep, ignore-errors): Make argument names match
6900 their use in docstring.
6901
6902 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6903 argument to `help-setup-xref'.
6904
6905 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6906
6907 Version 2.0.40 of Tramp released.
6908
6909 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6910 Use symbol-function to invoke functions only known on some Emacs
6911 flavors. This avoids byte-compiler warnings. Reported by Kevin
6912 Scaldeferri <kevin@scaldeferri.com>.
6913 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6914 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6915 consistent with the other tramp-do-* functions.
6916 (tramp-do-copy-or-rename-file): Calls adjusted.
6917 (tramp-process-initial-commands): Avoid liveness check on shell --
6918 we know that it must be alive since we're opening a connection at
6919 this moment.
6920 (tramp-last-cmd): New internal variable.
6921 (tramp-process-echoes): New tunable.
6922 (tramp-send-command): Set tramp-last-cmd.
6923 (tramp-wait-for-output): Delete echo, if applicable.
6924 (tramp-read-passwd): Construct the key for the password cache in a
6925 way that works for multi methods, too.
6926 (tramp-bug): Add backup-directory-alist and
6927 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6928
6929 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6930
6931 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6932
6933 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6934 (tramp-actions-copy-out-of-band): New defcustoms.
6935 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6936 used instead of a synchronous one. Allows password entering.
6937 (tramp-action-out-of-band): New defun.
6938 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6939 Remove restriction with password from doc string.
6940 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6941 `tramp-out-of-band-prompt-regexp',
6942 `tramp-actions-copy-out-of-band', `password-cache' and
6943 `password-cache-expiry'.
6944 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6945 password caching.
6946 (tramp-touch): FILE can be a local file, too.
6947 (TODO): Remove items done.
6948 (tramp-handle-insert-directory): Properly quote file name also if
6949 not full-directory-p. Handle wildcard case. Reported by Andreas
6950 Schwab <schwab@suse.de>.
6951 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6952 new file.
6953 (tramp-handle-file-local-copy, tramp-handle-write-region):
6954 The permissions of the temporary file are set if filename exists.
6955 Reported by Ted Stern <stern@cray.com>.
6956 (tramp-backup-directory-alist)
6957 (tramp-bkup-backup-directory-info): New defcustoms.
6958 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6959 (tramp-handle-find-backup-file-name): New function.
6960 Implements Tramp's find-backup-file-name.
6961
6962 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6963 for `find-backup-file-name'.
6964
6965 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6966 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6967
6968 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6969
6970 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6971
6972 2004-05-07 Juanma Barranquero <lektu@terra.es>
6973
6974 * subr.el (lambda): Add arglist description to docstring.
6975 (declare): Fix typo in docstring.
6976 (open-network-stream): Fix docstring.
6977 (process-kill-without-query): Fix docstring and add obsolescence info.
6978 (last, butlast, nbutlast): Make arguments match their use in docstring.
6979 (insert-buffer-substring-no-properties): Likewise.
6980 (insert-buffer-substring-as-yank): Likewise.
6981 (split-string): Fix docstring.
6982
6983 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6984 Make argument names match their use in docstring.
6985
6986 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6987
6988 2004-05-06 Nick Roberts <nickrob@gnu.org>
6989
6990 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6991 Fit first sentence on one line for apropos-command.
6992
6993 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 Changes largely merged in from Dave Love's code.
6996 * progmodes/python.el: Doc fixes.
6997 (python-mode-map): Add python-complete-symbol.
6998 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6999 (python-comment-indent, python-complete-symbol)
7000 (python-symbol-completions, python-partial-symbol)
7001 (python-try-complete): New.
7002 (python-indent-line): Remove optional arg. Use python-block-end-p.
7003 (python-check): Bind compilation-error-regexp-alist.
7004 (inferior-python-mode): Use rx. Move keybindings to top level.
7005 Set comint-input-filter.
7006 (python-preoutput-filter): Use rx.
7007 (python-input-filter): Re-introduce.
7008 (python-proc): Start new process if necessary.
7009 Check python-buffer non-nil.
7010 (view-return-to-alist): Defvar.
7011 (python-send-receive): New.
7012 (python-eldoc-function): Use it.
7013 (python-mode-running): Don't defvar.
7014 (python-mode): Set comment-indent-function.
7015 Maybe update hippie-expand-try-functions-list.
7016 (python-indentation-levels): Initialize differently.
7017 (python-block-end-p): New.
7018 (python-indent-line): Use it.
7019 (python-compilation-regexp-alist): Augment.
7020 (run-python): Import `emacs' module to Python rather than loading
7021 code directly. Set python-buffer differently.
7022 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
7023 Use python-proc.
7024 (python-send-command): Go to end of comint buffer.
7025 (python-load-file): Use python-proc, emacs.eimport.
7026 (python-describe-symbol): Simplify interactive form.
7027 Use emacs.help. Do use temp-buffer-show-hook.
7028 Call print-help-return-message.
7029 (hippie-exp): Require when compiling.
7030 (python-preoutput-continuation): Use rx.
7031
7032 * diff-mode.el (diff-make-unified): Fix regexp.
7033
7034 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
7035
7036 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
7037 filter groups from the buffer when rebuilding the Ibuffer buffer
7038 and `ibuffer-show-empty-filter-groups' is nil.
7039
7040 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7041
7042 * ps-print.el (ps-print-quote): Call ps-value-string.
7043 (ps-setup): Call ps-comment-string.
7044 (ps-value-string, ps-comment-string): New funs.
7045
7046 2004-05-06 Juanma Barranquero <lektu@terra.es>
7047
7048 * ehelp.el (electric-help-command-loop): Check whether the last
7049 character is visible, not (point-max).
7050
7051 * help-fns.el (help-argument-name): Default to bold; don't inherit
7052 from font-lock-variable-name-face.
7053 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
7054
7055 2004-05-05 Kenichi Handa <handa@m17n.org>
7056
7057 * descr-text.el (describe-char): Copy the character with text
7058 properties and overlays into the first line, and call
7059 describe-text-properties on it.
7060
7061 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
7062
7063 * iswitchb.el (iswitchb-global-map): Fix typo.
7064 Remove unwanted ###autoloads from source file.
7065
7066 2004-05-05 Lars Hansen <larsh@math.ku.dk>
7067
7068 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
7069 in run-hooks. Use substitute-command-keys in message.
7070 (wdired-abort-changes): Add message.
7071
7072 2004-05-03 Michael Mauger <mmaug@yahoo.com>
7073
7074 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
7075 (sql-emacs20-p): Remove.
7076 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
7077 (sql-builtin-face, sql-doc-face): Remove.
7078 (sql-mode-ansi-font-lock-keywords)
7079 (sql-mode-oracle-font-lock-keywords)
7080 (sql-mode-postgres-font-lock-keywords)
7081 (sql-mode-linter-font-lock-keywords)
7082 (sql-mode-ms-font-lock-keywords)
7083 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
7084 (sql-product-font-lock): Fix font-lock reset when font rules change.
7085 (sql-highlight-product): Remove incorrect font-lock reset logic.
7086
7087 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
7088
7089 * ses.el (ses-set-parameter): Fix typo.
7090
7091 2004-05-04 Kim F. Storm <storm@cua.dk>
7092
7093 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7094 Must expand directory for completion to work; and don't mess with
7095 process-environment.
7096 (ido-read-file-name): If command has ido property, don't use ido
7097 if value is ignore, or read as directory if value is dir.
7098 Set ido ignore property for dired-do-rename command.
7099
7100 2004-05-04 Juanma Barranquero <lektu@terra.es>
7101
7102 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7103 (electric-help-help): Check against unmapped commands.
7104
7105 * help-fns.el (help-argument-name): New face, inheriting from
7106 font-lock-variable-name-face, to highlight function arguments in
7107 `describe-function' and `describe-key'.
7108 (help-do-arg-highlight): Auxiliary function to highlight a given
7109 list of arguments in a string.
7110 (help-highlight-arguments): Highlight the function arguments and
7111 all uses of them in the docstring.
7112 (describe-function-1): Use it. Do docstring output via `insert',
7113 not 'princ', so text attributes are preserved.
7114
7115 * winner.el (winner-mode-map): Move `winner-undo' and
7116 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7117 previous bindings conflict with `prev-buffer', `next-buffer').
7118
7119 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7120
7121 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7122 (bibtex-entry-update): New command bound to C-c C-u.
7123 (bibtex-text-in-string): Fix regexp.
7124 (bibtex-assoc-of-regexp): Remove.
7125 (bibtex-progress-message): Fix docstring.
7126 (bibtex-inside-field): Use if.
7127 (bibtex-assoc-regexp): New function.
7128 (bibtex-format-entry): Make code more robust so that it formats
7129 also old entries.
7130 (bibtex-autokey-demangle-title): Merge with obsolete function
7131 bibtex-assoc-of-regexp.
7132 (bibtex-field-list): New function.
7133 (bibtex-entry): Use bibtex-field-list.
7134 (bibtex-parse-entry): Fix docstring.
7135 (bibtex-print-help-message): Use bibtex-field-list.
7136 (bibtex-make-field): Use bibtex-field-list.
7137 (bibtex-entry-index): Bugfix. Return crossref key if required.
7138 (bibtex-lessp): Fix docstring.
7139
7140 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7141
7142 * select.el (xselect-convert-to-string): Move comment to intended line.
7143
7144 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7145
7146 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7147 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7148
7149 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7150
7151 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7152 x-get-selection.
7153
7154 2004-05-03 Jason Rumney <jasonr@gnu.org>
7155
7156 * makefile.nt: Remove.
7157
7158 2004-05-03 Kim F. Storm <storm@cua.dk>
7159
7160 * emulation/cua-base.el (cua--update-indications): Fix last change.
7161 (cua-mode): Deactivate mark when cua-mode is enabled.
7162
7163 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7164
7165 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7166
7167 2004-05-03 Nick Roberts <nickrob@gnu.org>
7168
7169 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7170 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7171 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7172 window over visible frames.
7173 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7174
7175 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * progmodes/compile.el (compilation-gcpro): New var.
7178 (compilation-fake-loc): Use it.
7179 (compilation-forget-errors): Reset it.
7180
7181 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7182
7183 * diff-mode.el (diff-header-face, diff-file-header-face):
7184 Use min-colors.
7185
7186 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7187
7188 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7189 (bibtex-clean-entry): Disentangle code.
7190 (bibtex-realign): New function.
7191 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7192 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7193 Remove undocumented optional arg called-by-convert-alien.
7194 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7195 for sorting instead of bibtex-sort-buffer.
7196
7197 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7198
7199 * progmodes/compile.el (compilation-start): In the
7200 no-async-subprocesses branch, call sit-for to give redisplay a
7201 chance to show the updated process status in the mode line, and
7202 fontify the buffer explicitly after the process exits.
7203
7204 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * progmodes/python.el (python-compilation-line-number): Remove.
7207 (python-compilation-regexp-alist): Don't use it any more.
7208 (python-orig-start, python-input-filter): Remove.
7209 (inferior-python-mode): Don't set up comint-input-filter-functions.
7210 (python-send-region): Use compilation-fake-loc.
7211
7212 * progmodes/compile.el (compilation-messages-start): New var.
7213 (compilation-mode): Don't setup next-error-function here.
7214 (compilation-setup): Set it up here instead (for minor modes as well).
7215 Make compilation-messages-start buffer local.
7216 (compilation-next-error-function): Use it.
7217 (compilation-forget-errors): Set compilation-messages-start.
7218
7219 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * ielm.el (ielm-prompt-read-only): Update docstring.
7222
7223 * comint.el (comint-prompt-read-only): Update docstring.
7224 (comint-update-fence, comint-kill-whole-line)
7225 (comint-kill-region): New functions.
7226
7227 * simple.el (kill-whole-line): Use "p" instead of "P" in
7228 interactive form.
7229
7230 2004-05-01 Juanma Barranquero <lektu@terra.es>
7231
7232 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7233 format arglist so default values in CL-style argument lists are
7234 correctly shown.
7235
7236 2004-05-01 Jason Rumney <jasonr@gnu.org>
7237
7238 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7239
7240 2004-05-01 Kenichi Handa <handa@m17n.org>
7241
7242 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7243 quail file if it is up to date.
7244
7245 2004-04-30 Juri Linkov <juri@jurta.org>
7246
7247 * cus-edit.el (custom-mode-map):
7248 Add key binding `C-x C-s' to `Custom-save'.
7249
7250 * outline.el (outline-blank-line): New var.
7251 (outline-next-preface, outline-show-heading)
7252 (outline-end-of-subtree): Use it.
7253
7254 * dired-aux.el (dired-touch-initial): New fun.
7255 (dired-do-chxxx): Call it for op-symbol `touch'.
7256 (dired-diff): Use `dired-dwim-target-directory'
7257 if current dired buffer has no buffer mark.
7258
7259 * bindings.el (propertized-buffer-identification):
7260 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7261 Add C-M-arrow keys for consistency.
7262
7263 * files.el (confirm-kill-emacs):
7264 Change group from top-level `emacs' to `convenience'.
7265
7266 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7267 Push mark on the first call of successive command calls.
7268 (insert-pair): New fun created from `insert-parentheses' with
7269 `open' and `close' arguments added. Enclose active regions
7270 in paired characters. Compare adjacent characters syntax with
7271 inserted characters syntax before inserting a space.
7272 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7273
7274 * delsel.el: Don't put `delete-selection' property
7275 on `insert-parentheses' symbol to take advantage of
7276 region handling in `insert-pair' function.
7277 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7278
7279 2004-04-30 Kim F. Storm <storm@cua.dk>
7280
7281 * emulation/cua-base.el: Add support for changing cursor types;
7282 based on patch from Michael Mauger.
7283 (cua-normal-cursor-color, cua-read-only-cursor-color)
7284 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7285 Customization cursor type and/or cursor color.
7286 (cua--update-indications): Handle cursor type changes.
7287 (cua-mode): Update cursor indications if enabled.
7288
7289 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7290
7291 * mouse.el (mouse-drag-copy-region): New defcustom.
7292 (mouse-set-region, mouse-drag-region-1): Use it.
7293
7294 * simple.el (kill-ring-save): If region face background color is
7295 unspecified (if no highlighting), show extent of fully visible
7296 region even if transient-mark-mode is enabled.
7297
7298 * emulation/cua-base.el (cua--standard-movement-commands):
7299 Add cua-scroll-up and cua-scroll-down.
7300 (cua-scroll-up, cua-scroll-down): New commands.
7301 (cua--init-keymaps): Remap scroll-up and scroll-down.
7302
7303 * emulation/cua-rect.el (cua--convert-rectangle-as):
7304 New defmacro.
7305 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7306 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7307 New commands (suggested by Jordan Breeding).
7308
7309 2004-04-30 Juanma Barranquero <lektu@terra.es>
7310
7311 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7312
7313 2004-04-30 Mario Lang <mlang@delysid.org>
7314
7315 * diff.el (diff-switches): Fix typo in docstring.
7316
7317 2004-04-30 Alex Schroeder <alex@gnu.org>
7318
7319 * xml.el (xml-debug-print-internal): Don't add newline and
7320 indentation to text nodes and write empty elements as empty tags
7321 instead of opening and closing tags.
7322 (xml-debug-print): Take optional indent-string argument.
7323 (xml-print): Alias for xml-debug-print.
7324
7325 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7326
7327 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7328 than duplicate call to `line-beginning-position'.
7329
7330 * progmodes/f90.el (f90-get-present-comment-type):
7331 Return whitespace, as well as comment chars, for consistent filling
7332 of comment blocks. Use `match-string-no-properties'.
7333 (f90-break-line): Trim trailing whitespace when filling comments.
7334
7335 2004-04-30 Dave Love <fx@gnu.org>
7336
7337 * calendar/diary-lib.el (diary-outlook-formats): New variable.
7338 (diary-from-outlook-internal, diary-from-outlook)
7339 (diary-from-outlook-gnus, diary-from-outlook-rmail):
7340 New functions to import diary entries from Outlook-format
7341 appointments in mail messages.
7342
7343 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * progmodes/python.el (python-send-command): New fun.
7346 (python-send-region, python-load-file): Use it.
7347
7348 * progmodes/compile.el (compilation-last-buffer): Add var alias.
7349
7350 * help-fns.el (help-C-file-name): Use new subr-name.
7351 Prepend `src/' to the file name.
7352 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7353 (describe-function-1, describe-variable): Only find a C source file
7354 name if DOC is already loaded.
7355
7356 * help-mode.el (help-function-def, help-variable-def):
7357 Use the new find-function-search-for-symbol functionality.
7358 Allow FILE to be `C-source'.
7359
7360 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7361 (find-function-C-source): New fun.
7362 (find-function-search-for-symbol): Use it.
7363
7364 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7365
7366 * progmodes/sql.el (sql-product-alist): Rename variable
7367 `sql-product-support'. Add Postgres login parameters.
7368 (sql-set-product, sql-product-feature): Update with renamed variable.
7369 (sql-connect-postgres): Add username prompt.
7370 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7371 Make patterns less product specific.
7372 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7373 (sql-mode-abbrev-table): Modify initialization.
7374 (sql-builtin-face): Add variable.
7375 (sql-keywords-re): Add macro.
7376 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7377 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7378 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7379 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7380 (sql-mode-linter-font-lock-keywords)
7381 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7382 (sql-mode-sybase-font-lock-keywords)
7383 (sql-mode-informix-font-lock-keywords)
7384 (sql-mode-interbase-font-lock-keywords)
7385 (sql-mode-ingres-font-lock-keywords)
7386 (sql-mode-solid-font-lock-keywords)
7387 (sql-mode-sqlite-font-lock-keywords)
7388 (sql-mode-db2-font-lock-keywords): Default to nil.
7389 (sql-product-font-lock): Always highlight ANSI keywords.
7390 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7391 (sql-send-string): Add function.
7392
7393 2004-04-29 Dave Love <fx@gnu.org>
7394
7395 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7396 (cfengine-end-of-defun): Ensure progress through buffer.
7397
7398 * info-look.el (cfengine-mode): Accept a terminal ().
7399
7400 2004-04-29 Juri Linkov <juri@jurta.org>
7401
7402 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7403 instead of isearch-yank-word-or-char. Add new key bindings for
7404 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7405 (isearch-del-char): New fun.
7406 (isearch-forward, isearch-edit-string): Update docstring.
7407 (isearch-yank-char): Doc fix.
7408 (isearch-other-meta-char): Restore point after scrolling.
7409
7410 * progmodes/compile.el (compilation-context-lines): Add nil option
7411 to disable compilation output window scrolling.
7412 (compilation-set-window): Use it.
7413
7414 * outline.el (outline-next-preface, outline-show-heading):
7415 Don't leave unhidden blank line before heading.
7416 (outline-end-of-subtree): Include last newline into subtree.
7417 (hide-entry): Leave point at beginning of heading instead of end.
7418 (outline-up-heading): Push mark for the first call of successive
7419 command calls.
7420
7421 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7422
7423 * comint.el (comint-prompt-read-only): New variable.
7424 (comint-output-filter): Implement it.
7425
7426 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7427 (ielm-prompt-internal): New variable.
7428 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7429 (ielm-send-input): Delete unused variable `buf'.
7430 (ielm-eval-input): Use `ielm-prompt-internal'.
7431 (inferior-emacs-lisp-mode): Use new variables
7432 `comint-prompt-read-only' and `ielm-prompt-internal'.
7433 Get rid of obsolete variable `directory-sep-char'.
7434 (ielm): Use `zerop'.
7435
7436 2004-04-29 John Paul Wallington <jpw@gnu.org>
7437
7438 * thumbs.el (toplevel): Require cl at compile time.
7439 Remove conditional definitions of `ignore-errors' and `caddar'
7440 because they occur at run time.
7441
7442 2004-04-28 Nick Roberts <nickrob@gnu.org>
7443
7444 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7445 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7446 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7447 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7448
7449 * progmodes/gud.el (gud-common-init): Throw an error if program is
7450 already running under gdb.
7451
7452 2004-04-28 John Paul Wallington <jpw@gnu.org>
7453
7454 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7455 (thumbs-show-image-num): Move assignment of
7456 `thumbs-current-image-filename' within scope of `i'.
7457 (thumbs-emboss-image): Don't use `evenp'.
7458
7459 2004-04-28 Richard M. Stallman <rms@gnu.org>
7460
7461 * progmodes/compile.el (compilation-context-lines): Default now 0.
7462
7463 2004-04-28 Juanma Barranquero <lektu@terra.es>
7464
7465 Use `time-less-p' from calendar/time-date.el instead of defining
7466 custom versions of it.
7467
7468 * pcomplete.el (pcomplete-time-less-p): Remove.
7469
7470 * thumbs.el (time-less-p): Remove.
7471
7472 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7473 (timeclock-generate-report): Use `time-less-p'.
7474
7475 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7476 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7477
7478 2004-04-28 Masatake YAMATO <jet@gyve.org>
7479
7480 * subr.el (remove-overlays): Make arguments optional.
7481
7482 * wid-edit.el (widget-specify-button): Put evaporate to the
7483 overlay for sample.
7484 (widget-specify-sample): Put evaporate to the overlay for sample.
7485 (widget-specify-doc): Put evaporate to the overlay for documentation.
7486
7487 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7488
7489 * info.el (info-apropos): Make it an index node. Align node names
7490 like makeinfo.
7491
7492 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7493
7494 * net/browse-url.el (browse-url-netscape-sentinel)
7495 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7496 (browse-url-epiphany-sentinel, browse-url-mosaic):
7497 Use browse-url-*-program instead of a literal program name.
7498
7499 2004-04-27 Kevin Ryde <user42@zip.com.au>
7500
7501 * eshell/em-alias.el:
7502 * eshell/em-dirs.el:
7503 * eshell/em-hist.el:
7504 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7505 features when M-x customize-group loads modules before the main
7506 eshell.el.
7507
7508 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7509
7510 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7511 either a character representation of an event or an event
7512 description list.
7513
7514 * type-break.el: Capitalise Emacs and Lisp.
7515 (type-break-good-break-interval, type-break-demo-boring-stats)
7516 (type-break-terse-messages, type-break-file-name): New defcustoms.
7517 (type-break-post-command-hook)
7518 (type-break-warning-countdown-string): Quote variable names in doc.
7519 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7520 (type-break-mode): Document type-break-good-break-interval and the
7521 "session" file. Schedule break according to the session file.
7522 Kill session file buffer on exit. Organise for save-some-buffers
7523 to always save the session file.
7524 (type-break-mode-line-message-mode, type-break-query-mode):
7525 Uppercase arguments.
7526 (type-break-file-time, type-break-file-keystroke-count, timep)
7527 (type-break-choose-file, type-break-get-previous-time)
7528 (type-break-get-previous-count): New defuns.
7529 (type-break): Avoid break querying after a completed break in the
7530 case where the query was initiated during user invocation of the
7531 break. Optional terse messages.
7532 Use type-break-good-break-interval if type-break-good-rest-interval is
7533 nil. File the break time.
7534 (type-break-schedule): New optional args for overriding the use of
7535 the current time.
7536 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7537 after a break.
7538 (type-break-check): File the keystroke count.
7539 (type-break-do-query): Prevent a second query when the break is
7540 interrupted. Optional terse message.
7541 (type-break-keystroke-reset): Record the start of a typing interval.
7542 (type-break-demo-boring): Optional terse messages. Display word
7543 per minute and keystroke counts according to
7544 type-break-demo-boring-stats.
7545
7546 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
7547
7548 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7549 directories, make sure they exist under archive-tmpdir.
7550
7551 2004-04-27 Juri Linkov <juri@jurta.org>
7552
7553 * help.el (view-emacs-news): With argument, display info for the
7554 selected version by finding it among different NEWS files, and
7555 narrowing the buffer to the selected version.
7556
7557 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7558 same-window-buffer-names.
7559 (info): New arg `buffer'. Use it. Doc fix. Read file name for
7560 non-numeric prefix argument, append the number to the buffer name
7561 for numeric prefix argument.
7562 (info-other-window): Bind same-window-regexps to nil.
7563 (Info-reference-name): Rename to Info-point-loc.
7564 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7565 and Info-find-index-name for stringy Info-point-loc.
7566 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
7567 without middle `.', but with final `.' and optional line number
7568 for it. Set Info-point-loc for index nodes.
7569 (Info-index): Remove middle `.' from index entry regexp.
7570 Modify line number regexp.
7571 (Info-index-next): Decrement line number.
7572 (info-apropos): Remove middle `.' from index entry regexp.
7573 Add optional line number regexp at the end. Add matched value
7574 for line number to the result list and insert it to the buffer.
7575 Replace match-string by match-string-no-properties.
7576 Reorder result list.
7577 (Info-fontify-node): Hide index line numbers.
7578 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7579 empty matches.
7580 (Info-follow-reference): Use `str' instead of
7581 Info-following-node-name-re.
7582 (Info-toc): Use full file names. Set Info-current-node to "Top".
7583 (Info-fontify-node): Compare file names without directory name.
7584 (Info-try-follow-nearest-node): Don't set Info-reference-name.
7585 Set second arg of Info-extract-menu-node-name for index nodes.
7586 (info-xref-visited): Use magenta3 instead of magenta4.
7587 (Info-mode): Add info-apropos to docstring.
7588
7589 * log-view.el (log-view-diff): Replace interactive code "r"
7590 by a list to allow to call it even if region is not active.
7591
7592 * paren.el (show-paren-highlight-openparen): New var.
7593 (show-paren-function): Turn on openparen highlighting when
7594 matching forward if show-paren-highlight-openparen is non-nil.
7595
7596 * simple.el (kill-ring-save): Use blink-matching-delay instead of
7597 the constant value 1.
7598 (completions-common-part): Expand docstring.
7599
7600 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7601
7602 2004-04-27 Kim F. Storm <storm@cua.dk>
7603
7604 * image.el (insert-sliced-image): Use line-height instead of
7605 line-spacing property on newline.
7606
7607 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7608
7609 * desktop.el (desktop-buffer-misc-data-function): Rename to
7610 desktop-save-buffer and change docstring.
7611 (desktop-buffer-modes-to-save): Delete.
7612 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7613 desktop-buffer-modes-to-save.
7614 (desktop-save): Rename desktop-buffer-misc-data-function to
7615 desktop-save-buffer and allow non-function value.
7616 (desktop-missing-file-warning): Correct docstring.
7617
7618 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7619 to desktop-save-buffer.
7620
7621 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7622 desktop-save-buffer.
7623
7624 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7625
7626 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7627
7628 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7629
7630 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7631
7632 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7633
7634 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7635 (ielm): Only go to the end of the buffer when starting a new process.
7636
7637 2004-04-25 Juanma Barranquero <lektu@terra.es>
7638
7639 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7640 mode line. Bind `inhibit-read-only' to t before modifying
7641 properties of text in the buffer.
7642 (ielm): Force point to the end of buffer, even when running ielm
7643 from inside itself.
7644
7645 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7646
7647 * info.el (info-apropos): Reset Info-complete-cache.
7648
7649 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7650
7651 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7652 Also recognize severe Irix et al. messages.
7653 (compilation-normalize-filename, compile-abbreviate-directory):
7654 Delete functions.
7655 (compilation-get-file-structure): New function inherits
7656 functionality of the two preceding ones.
7657 (compilation-internal-error-properties, compilation-fake-loc):
7658 Use it so that different paths to the same file share the same
7659 markers. Also optimize finding adjacent marker slightly.
7660
7661 2004-04-25 Kim F. Storm <storm@cua.dk>
7662
7663 * image.el (insert-sliced-image): Add line-spacing t property
7664 to newlines separating image lines.
7665
7666 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7669
7670 * ielm.el (ielm-prompt-read-only): New user option.
7671 (ielm-prompt): Expand docstring to describe new behavior.
7672 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7673 mention it in the docstring.
7674
7675 2004-04-24 Andreas Schwab <schwab@suse.de>
7676
7677 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7678
7679 * diff.el (diff): Set default-directory in diff buffer.
7680
7681 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7682
7683 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7684 mail was being composed if the terminal cannot display more than
7685 one frame; instead, switch to previous frame.
7686
7687 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7688 (rmail-start-mail): Support rmail-mail-new-frame even on
7689 terminals that can display only one frame at a time.
7690
7691 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7694 (checkdoc-output-font-lock-keywords): Remove error regexp.
7695 (checkdoc-output-mode-map): Remove.
7696 (checkdoc-output-mode): Derive from compilation-mode.
7697 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7698
7699 * dired.el (dired-mode-map): Add a menu entry for wdired.
7700
7701 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7702 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7703
7704 * wdired.el: (wdired-mode-map): Move init into declaration.
7705 Fix `return' binding.
7706 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7707 Use force-mode-line-update.
7708 (wdired-get-filename): Use `unless'.
7709 (wdired-preprocess-files): Don't assume names have no \n and use / for
7710 dir separator.
7711 (wdired-normalize-filename): Use replace-regexp-in-string.
7712 (wdired-load-hooks): Remove.
7713 (wdired-mode-hooks): Rename to wdired-mode-hook.
7714
7715 * info-look.el: Add support for cfengine-mode.
7716 (info-lookup-setup-mode): Use dolist.
7717
7718 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7719
7720 * wdired.el: New file.
7721
7722 2004-04-23 Juanma Barranquero <lektu@terra.es>
7723
7724 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7725
7726 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7727 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7728 (pcomplete--help, pcomplete--here): Doc fixes.
7729
7730 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7731
7732 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7733 handles wrong-number-of-arguments in backend call.
7734
7735 * vc.el (vc-print-log): Likewise.
7736
7737 2004-04-20 Dave Love <fx@gnu.org>
7738
7739 * emacs-lisp/rx.el: Doc fixes.
7740 (rx-constituents): Add/extend many forms.
7741 (rx-check): Check form is a list.
7742 (bracket): Defvar.
7743 (rx-check-any, rx-any, rx-check-not): Modify.
7744 (rx-not): Simplify.
7745 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7746 (rx-kleene): Use rx-trans-forms.
7747 (rx-quote-for-set): Delete.
7748 (rx): Allow multiple args.
7749
7750 2004-04-23 Kenichi Handa <handa@m17n.org>
7751
7752 * international/mule-util.el (char-displayable-p): Simplify by
7753 using internal-char-font.
7754
7755 2004-04-23 Juanma Barranquero <lektu@terra.es>
7756
7757 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7758
7759 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * diff-mode.el (diff-next-error): New fun.
7762 (diff-mode): Use it.
7763
7764 * simple.el (next-error): Change arg name.
7765 Add support for the documented C-u C-x ` usage.
7766
7767 * frame.el (special-display-popup-frame, next-multiframe-window)
7768 (previous-multiframe-window): Only consider frames on same display.
7769
7770 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7771
7772 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7773 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7774
7775 2004-04-22 Kim F. Storm <storm@cua.dk>
7776
7777 * net/telnet.el (telnet): Add optional port arg.
7778
7779 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7780
7781 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7782 Minor sanity check on the `hyperlink' slot.
7783
7784 * Makefile.in (recompile): Compile new files.
7785
7786 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7787 Add byte-recompile-directory's optional `arg'.
7788
7789 * cvs-status.el (cvs-tree-use-charset): New var.
7790 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7791 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7792 (cvs-status-cvstrees): Use it.
7793
7794 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7795 Make it a normal major mode.
7796 (checkdoc-buffer-label): Make sure the file name is meaningful.
7797 (checkdoc-output-to-error-buffer): Remove.
7798 (checkdoc-error, checkdoc-start-section): Rewrite.
7799
7800 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7801 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7802 (Info-title-4-face): Use new syntax.
7803 (info-xref-visited): Inherit from info-xref.
7804
7805 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7806
7807 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7808
7809 * simple.el (next-error-last-buffer, next-error-function):
7810 New variables for the next-error framework.
7811 (next-error-buffer-p): New function.
7812 (next-error-find-buffer): Generalize compilation-find-buffer.
7813 (next-error, previous-error, first-error, next-error-no-select)
7814 (previous-error-no-select): Move from compile.el.
7815
7816 * replace.el (occur-next-error, occur-1): Hook into the next-error
7817 framework.
7818
7819 * progmodes/compile.el (compilation-start):
7820 Set next-error-last-buffer so next-error knows where to jump.
7821 (compilation-setup): Set the buffer-local variable
7822 next-error-function to 'compilation-next-error-function.
7823 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7824 alternate way to find if a buffer is a compilation buffer, for
7825 next-error convenience.
7826 (next-error-no-select, previous-error-no-select, next-error)
7827 (previous-error, first-error): Move to simple.el.
7828 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7829 (compilation-last-buffer): Remove.
7830 (compilation-start, compilation-next-error, compilation-setup)
7831 (compilation-next-error-function, compilation-find-buffer):
7832 Remove compilation-last-buffer use.
7833
7834 2004-04-21 Juanma Barranquero <lektu@terra.es>
7835
7836 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7837 (font-lock-warning-face): Fix spacing.
7838
7839 * makefile.w32-in (WINS): Add url/ directory.
7840
7841 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7842
7843 * desktop.el (desktop-buffer-mode-handlers): New variable.
7844 Alist of major mode specific functions to restore a desktop buffer.
7845 (desktop-buffer-handlers): Make variable obsolete.
7846 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7847 Catch errors signaled in handlers. Update buffer count.
7848 Evaluate desktop-buffer-point.
7849 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7850 move to dired.el.
7851 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7852 move to info.el.
7853 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7854 move to mail/rmail.el.
7855 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7856 to mh-e/mh-e.el.
7857 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7858 On fail, print message (to message buffer) even if
7859 desktop-missing-file-warning is nil.
7860 (desktop-buffer-misc-data-function): New buffer local variable.
7861 Function returning major mode specific data.
7862 (desktop-buffer-misc-functions): Make variable obsolete.
7863 (desktop-save): Use desktop-buffer-misc-data-function.
7864 (desktop-buffer-dired-misc-data): Rename to
7865 dired-desktop-buffer-misc-data and move to dired.el.
7866 (desktop-buffer-info-misc-data): Rename to
7867 Info-desktop-buffer-misc-data and move to info.el.
7868 (desktop-read): Add message about number of buffers restored/failed.
7869
7870 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7871 Add parameters. Pause to display error only when
7872 desktop-missing-file-warning is non-nil.
7873 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7874 (dired-mode): Bind desktop-buffer-misc-data-function.
7875
7876 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7877 Add Parameters.
7878 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7879 (Info-mode): Bind desktop-buffer-misc-data-function.
7880
7881 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7882 Add Parameters.
7883
7884 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7885 Add Parameters.
7886
7887 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7888
7889 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7890 the case of letters in case-insensitive expansions when the
7891 abbrev is preceded by characters with letter syntax.
7892
7893 2004-04-21 Richard M. Stallman <rms@gnu.org>
7894
7895 * progmodes/cperl-mode.el (cperl-putback-char):
7896 Delete Emacs 18 definition.
7897
7898 * international/mule.el (ctext-post-read-conversion):
7899 Use assoc-string, not assoc-ignore-case.
7900
7901 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7902
7903 * emacs-lisp/easymenu.el (easy-menu-add):
7904 Do call x-popup-menu, but only if it's defined.
7905
7906 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7907
7908 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7909 Handle multiple args: compile like progn.
7910
7911 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7912 take all args as &rest arg.
7913
7914 * autoinsert.el (auto-insert-alist): Insert the user's name in
7915 copyright notice, rather than Free Software Foundation.
7916
7917 2004-04-21 Kenichi Handa <handa@m17n.org>
7918
7919 * descr-text.el (describe-char): Make it work on *Help* buffer.
7920
7921 2004-04-21 Kim F. Storm <storm@cua.dk>
7922
7923 * image.el (insert-image): Add optional SLICE arg.
7924 (insert-sliced-image): New defun.
7925
7926 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7927
7928 * subr.el (read-number): Check whether `default' is nil.
7929
7930 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7931
7932 * progmodes/compile.el (compilation-error-properties):
7933 Split into two.
7934 (compilation-internal-error-properties): New one.
7935 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7936
7937 2004-04-20 Richard M. Stallman <rms@gnu.org>
7938
7939 * window.el (split-window-save-restore-data):
7940 Don't update the data if OLD-INFO is nil.
7941
7942 * view.el (view-return-to-alist): Mark it permanent local.
7943
7944 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7945
7946 * recentf.el (recentf-save-list): Catch and warn about errors.
7947
7948 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7949 so "Buffers" won't be pure.
7950
7951 * help-mode.el (help-mode-finish): Set help-return-alist first
7952 thing, setting only the entry for the selected window.
7953
7954 * help-fns.el (describe-function-1): If many non-control non-meta
7955 keys run the command, don't list all of them.
7956
7957 2004-04-20 Juanma Barranquero <lektu@terra.es>
7958
7959 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7960 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7961
7962 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7963
7964 2004-04-20 Kenichi Handa <handa@m17n.org>
7965
7966 * international/quail.el (quail-lookup-key): New optional arg
7967 NOT-RESET-INDICES.
7968 (quail-get-translations): Call quail-lookup-key with
7969 NOT-RESET-INDICES t.
7970 (quail-completion): Likewise.
7971 (quail-lookup-map-and-concat): Likewise.
7972
7973 2004-04-20 Kenichi Handa <handa@m17n.org>
7974
7975 * international/quail.el (quail-update-translation): Don't insert
7976 such an unsupported multibyte char in a unibyte buffer.
7977
7978 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7979
7980 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7981 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7982 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7983 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7984 (gdb-frame-assembler-buffer): Improve behaviour with
7985 multiple frames.
7986 (gdb-display-buffer): Extend search to all visible frames.
7987
7988 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7989
7990 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7991 characters left after base64 decoding.
7992 (rmail-decode-region): Use -dos variety of `coding', to remove any
7993 ^M characters left after qp or base64 decoding.
7994
7995 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7996
7997 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7998 messages.
7999
8000 2004-04-19 Stephen Eglen <stephen@gnu.org>
8001
8002 * add-log.el (add-change-log-entry): Update doc string to mention
8003 add-log-full-name and add-log-mailing-address.
8004
8005 2004-04-18 Juri Linkov <juri@jurta.org>
8006
8007 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
8008 (Info-find-node-2): Simplify error message.
8009 (Info-insert-dir): Use Info-following-node-name.
8010 (Info-goto-node): Remove *info-history* and *info-toc*.
8011 (Info-history): Create a node of the virtual history file.
8012 (Info-toc): Create a node of the virtual toc file.
8013 (Info-insert-toc): New arg `curr-file' for reference file names.
8014 (info-apropos): Remove redundant var binding for temp-file.
8015 (Info-index, Info-index-next, Info-mode): Doc fix.
8016 (Info-goto-emacs-command-node): Don't jump to *info* from
8017 non-*info* Info buffers.
8018 (Info-fontify-node): Don't show the file name of external
8019 references if `Info-hide-note-references' is `hide'. Don't hide
8020 newlines at the end of paragraphs.
8021
8022 * international/mule-diag.el (list-input-methods):
8023 Fix args to help-xref-button.
8024
8025 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
8026 to put into effect local variables from TUTORIAL files.
8027
8028 * textmodes/paragraphs.el (sentence-end) <function>: New fun
8029 with default value taken from the variable `sentence-end'.
8030 (sentence-end) <defcustom>: Set default to nil. Doc fix.
8031 Add nil const to :type.
8032 (sentence-end-without-period, sentence-end-double-space)
8033 (sentence-end-without-space): Doc fix.
8034
8035 * textmodes/paragraphs.el (forward-sentence):
8036 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
8037 (fill-delete-newlines):
8038 * progmodes/cc-cmds.el (c-beginning-of-statement):
8039 Use function `sentence-end' instead of variable `sentence-end'.
8040
8041 2004-04-18 Andreas Schwab <schwab@suse.de>
8042
8043 * progmodes/compile.el (compilation-start): Set window start to
8044 point-min if compilation-scroll-output is nil.
8045
8046 2004-04-18 John Wiegley <johnw@newartisans.com>
8047
8048 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8049
8050 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
8051
8052 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
8053 (gdb-info-breakpoints-custom): Revert previous change.
8054 (gdb-view-assembler): Update assembler if necessary.
8055 (gdb-frame-handler): Parse correctly for gdb-current-frame.
8056 (gdb-display-source-buffer): Update properly when both source and
8057 assembler are visible.
8058
8059 2004-04-17 John Wiegley <johnw@newartisans.com>
8060
8061 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
8062 which limits the number of names shown in the minibuffer. Off by
8063 default.
8064 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
8065 up iswitchb for users with a multitude of open buffers by showing
8066 only the first and last N/2 buffers in the completion list (which
8067 is enough to aid C-s/C-r, and to know that more characters are
8068 needed to refine the completion list).
8069
8070 2004-04-17 Richard M. Stallman <rms@gnu.org>
8071
8072 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
8073 (file-truename): Expand all ~ constructs directly.
8074 (insert-directory): Delete any error msg output by the
8075 `insert-directory-program'.
8076
8077 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
8078 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
8079 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
8080 (allout-init): Use find-file-hook, not find-file-hooks.
8081 (allout-mode): Eliminate Emacs 18 support.
8082 Use write-contents-functions, not local-write-file-hooks.
8083
8084 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
8085
8086 * progmodes/compile.el (compilation-error-properties): Fix for
8087 adding messages when there are already markers for their file.
8088 (compilation-fake-loc): New function.
8089
8090 2004-04-16 Dave Love <fx@gnu.org>
8091
8092 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
8093 (python-load-file): Fix python-orig-start setting.
8094
8095 * progmodes/compile.el: Doc fixes.
8096 (compilation-error-regexp-alist-alist)
8097 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8098 (compilation-assq): Wrap in eval-when-compile.
8099 (compilation-mode-font-lock-keywords): Don't use list*.
8100 (compilation-start): Avoid warning.
8101 (compilation-compat-error-properties)
8102 (compilation-directory-properties): Add keymap property.
8103 (compilation-parsing-end): Make it a marker for better compatibility.
8104
8105 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8106
8107 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8108
8109 * xml.el: Doc fixes.
8110 (xml-get-children): Only looks at sub-tags and ignore strings.
8111
8112 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8113
8114 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8117
8118 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8119
8120 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8121
8122 * vc.el (vc-print-log): Likewise.
8123
8124 2004-04-16 Masatake YAMATO <jet@gyve.org>
8125
8126 * simple.el (completion-setup-function): Set an initial value
8127 to `element-common-end' before entering loop. Set a value
8128 to `element-common-end' at the end of loop.
8129 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8130 (completions-common-part): Rename from completion-de-emphasis.
8131 (completions-first-difference): Rename from completion-emphasis.
8132 Suggested by RMS.
8133
8134 2004-04-16 Juanma Barranquero <lektu@terra.es>
8135
8136 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8137 (bookmark-edit-annotation-mode): Add mode name.
8138
8139 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8142 for nested conflict markers.
8143 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8144
8145 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8146
8147 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8148
8149 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8150
8151 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8154 Give a backtrace if requested.
8155
8156 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8157
8158 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8159 Remove unused functions.
8160 (python-orig-start-line, python-orig-file): Remove.
8161 (python-orig-start): New var.
8162 (python-input-filter, python-compilation-line-number)
8163 (python-send-region, python-load-file): Use it.
8164
8165 * info.el (info): Always jump to *info*.
8166
8167 * subr.el (posn-set-point): New function.
8168
8169 * mouse.el (mouse-set-point): Use it.
8170
8171 * progmodes/compile.el (compile-goto-error): Use it.
8172 (compilation-button-map): New keymap.
8173 (compilation-error-properties): Use it.
8174 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8175
8176 * smerge-mode.el (smerge-popup-context-menu): Use it.
8177
8178 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8179 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8180 mouse and non-mouse case.
8181
8182 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8183 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8184
8185 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8186 Make it work for non-mouse events.
8187
8188 * pcvs-info.el (cvs-status-map): Update binding name.
8189
8190 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8191
8192 * xml.el (xml-maybe-do-ns): New function to handle namespace
8193 parsing of both attribute and element names.
8194 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8195 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8196 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
8197 (xml-parse-attlist): Make it do its own namespace parsing.
8198
8199 2004-04-14 Dave Love <fx@gnu.org>
8200
8201 * progmodes/python.el (run-python): Fix use of \n.
8202 (python-load-file): Remove `try' from Python fragment.
8203 (python-describe-symbol): Fix message.
8204
8205 * comint.el: Doc fixes.
8206 (comint-last-input-start, comint-last-input-end)
8207 (comint-last-output-start): Give them values.
8208 (comint-arguments): Avoid warning.
8209 (comint-skip-prompt): Use line-end-position.
8210 (comint-backward-matching-input): Rename arg to agree with doc.
8211 (comint-extract-string): Use syntax-ppss.
8212 (comint-dynamic-simple-complete): Delete useless list construction.
8213 (comint-redirect-subvert-readonly): New.
8214 (comint-redirect-preoutput-filter): Use it.
8215
8216 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8217 Correctly handle negative arguments when calling hook functions.
8218
8219 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8220
8221 * info.el (info-apropos): Don't clobber Info-history-list.
8222
8223 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8224
8225 * progmodes/compile.el (compilation-setup):
8226 Localize overlay-arrow-position.
8227 (compilation-sentinel): Restructure code equivalently.
8228 (compilation-next-error): Find message on same line after point if
8229 not found before point.
8230 (compile-mouse-goto-error): Restore function so that compilation
8231 buffer need not be current and use compile-goto-error.
8232 (compile-goto-error): Restore function.
8233 (next-error): Set overlay-arrow-position.
8234 (compilation-forget-errors): Don't localize already local
8235 compilation-locs and remove FIXME about refontifying.
8236
8237 2004-04-14 Kim F. Storm <storm@cua.dk>
8238
8239 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8240 (command-line): New option -Q. Like -q --no-site-file, but
8241 in addition it also disables menu-bar, tool-bar, scroll-bars,
8242 tool-tips, and the blinking cursor.
8243 (command-line-1): Skip startup screen if -Q.
8244 (fancy-splash-head): Use ":align-to center" prop to center splash image.
8245
8246 * emulation/cua-base.el (cua-read-only-cursor-color)
8247 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8248
8249 2004-04-13 Dave Love <fx@gnu.org>
8250
8251 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8252 (syntax): Don't require.
8253 (python) <defgroup>: Add :version.
8254 (python-quote-syntax): Re-written.
8255 (inferior-python-mode): Move stuff here from run-python and add
8256 some more.
8257 (python-preoutput-continuation, python-preoutput-result)
8258 (python-dotty-syntax-table): New.
8259 (python-describe-symbol): Use them.
8260 (run-python): Move stuff to inferior-python-mode. Modify code
8261 loaded into Python.
8262 (python-send-region): Use python-proc, python-send-string.
8263 (python-send-string): Send newlines too. Callers changed.
8264 (python-load-file): Re-written.
8265 (python-eldoc-function): New.
8266 (info-look): Don't require.
8267 (python-after-info-look): New. A modified version of former
8268 top-level code for use with eval-after-load.
8269 (python-maybe-jython, python-guess-indent): Use widened buffer.
8270 (python-fill-paragraph): Re-written.
8271 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8272 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8273
8274 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8277 Set compilation-error-regexp-alist earlier.
8278
8279 * progmodes/compile.el (compilation-minor-mode-map)
8280 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8281 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8282
8283 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8284
8285 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8286 corresponding to the event.
8287
8288 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8289
8290 * loadup.el: Add cygwin to system-type list, for unexec() support.
8291
8292 2004-04-12 John Paul Wallington <jpw@gnu.org>
8293
8294 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8295 (ibuffer-restore-window-config-on-quit): New variable to replace
8296 `ibuffer-delete-window-on-quit'. Update all references.
8297 (ibuffer-prev-window-config): New variable.
8298 (ibuffer-quit): Restore previous window configuration instead of
8299 deleting window.
8300 (ibuffer): Save window configuration before showing Ibuffer buffer.
8301
8302 * help.el (describe-mode): Doc fix.
8303
8304 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8307 not to treat nil as a function.
8308
8309 * vc-arch.el (vc-arch-root): Be a bit more careful.
8310 (vc-arch-register): Save the buffer if we modified it.
8311 (vc-arch-delete-rej-if-obsolete): Save excursion.
8312 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8313 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8314
8315 * net/ldap.el (ldap-search): Use list*.
8316
8317 2004-04-12 Juri Linkov <juri@jurta.org>
8318
8319 * info.el (Info-follow-reference): Allow multiline reference name.
8320
8321 2004-04-11 Dave Love <fx@gnu.org>
8322
8323 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8324
8325 * progmodes/python.el: New file.
8326
8327 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8328
8329 * vc-hooks.el (vc-arg-list): Function removed.
8330 (vc-default-workfile-unchanged-p): Use condition-case to check for
8331 backward compatibility.
8332
8333 * vc.el (vc-print-log): Use condition-case to check for backward
8334 compatibility.
8335
8336 2004-04-11 Juri Linkov <juri@jurta.org>
8337
8338 * dired.el (dired-faces): New defgroup.
8339 (dired-header, dired-mark, dired-marked, dired-flagged)
8340 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8341 New faces.
8342 (dired-header-face, dired-mark-face, dired-marked-face)
8343 (dired-flagged-face, dired-warning-face, dired-directory-face)
8344 (dired-symlink-face, dired-ignored-face): New face variables.
8345 (dired-font-lock-keywords): Use them instead of font-lock faces.
8346 Split the rule for dired marks into 3 separate rules: for marks,
8347 marked file names and flagged file names.
8348
8349 * help-mode.el (help-make-xrefs): Add a final newline to the
8350 *Help* buffer.
8351
8352 2004-04-11 John Paul Wallington <jpw@gnu.org>
8353
8354 * replace.el (occur-engine): Distinguish between one and several
8355 matches in the matches per buffer heading.
8356
8357 2004-04-11 Kim F. Storm <storm@cua.dk>
8358
8359 * ido.el (ido-confirm-unique-completion): New defcustom.
8360 (ido-complete): Use it.
8361 (ido-write-file): Set it to t unconditionally.
8362
8363 2004-04-10 Miles Bader <miles@gnu.org>
8364
8365 RCS keyword removal (only non-comment changes are enumerated here):
8366
8367 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8368 (byte-compile-insert-header): Don't use `byte-compile-version'.
8369 * forms.el (forms-version): Variable removed.
8370 (forms-mode): Don't use `forms-version'.
8371 * recentf.el (recentf-version): Variable removed.
8372 * progmodes/delphi.el (delphi-version): Variable removed.
8373 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8374
8375 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8376
8377 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8378
8379 2004-04-09 Jesper Harder <harder@ifa.au.dk>
8380
8381 * info.el (info-apropos): Improve menu item regexp.
8382
8383 2004-04-09 Simon Josefsson <jas@extundo.com>
8384
8385 * mail/smtpmail.el: Add comment, based on report by
8386 kdc@rcn.com (Kevin D. Clark).
8387
8388 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8391 Redo one more thing that I didn't notice Daniel had undone.
8392
8393 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
8394
8395 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8396 (gdb-goto-breakpoint, gdb-display-buffer)
8397 (gdb-display-source-buffer, gdb-view-source-function)
8398 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8399 (gdb-source-info, gdb-frame-handler): Don't specify a window
8400 for display.
8401 (gdb-info-breakpoints-custom): Remove superfluous update of
8402 assembler buffer.
8403 (gdb-many-windows): Make settable outside gdb.
8404
8405 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8406
8407 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8408 Derive from fundamental-mode rather than text-mode.
8409
8410 2004-04-08 Juri Linkov <juri@jurta.org>
8411
8412 * info.el (Info-history): Doc fix.
8413 (Info-history-list): New var.
8414 (info-xref): Change magenta4 to blue, remove bold for dark and
8415 light backgrounds, change bold to underline for non-color classes.
8416 (info-xref-visited): New face.
8417 (Info-fontify-visited-nodes): New custom.
8418 (Info-hide-note-references): Add new value `hide'. Doc fix.
8419 (Info-reference-name): New var.
8420 (Info-selection-hook): New custom.
8421 (Info-edit-mode-hook): New var.
8422 (Info-find-file): New fun.
8423 (Info-find-node): Move part of code to Info-find-file.
8424 (Info-find-node-2): Add anchors to Info-history-list. Move point
8425 to the place with the reference name if name is defined.
8426 (Info-select-node): Add current node to Info-history-list.
8427 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8428 (Info-search-whitespace-regexp): New custom.
8429 (Info-search-case-fold): New var.
8430 (Info-search): Add "case-sensitively" to the prompt.
8431 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8432 (Info-search-case-sensitively, Info-search-next): New fun.
8433 (Info-up): Move point to the menu item of the current node.
8434 (Info-history): New fun. Add *info-history* to
8435 same-window-buffer-names.
8436 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
8437 (Info-insert-toc): New fun.
8438 (Info-build-toc): New fun.
8439 (Info-follow-reference): Add new arg `fork'. Doc fix.
8440 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
8441 with the same name prefer the reference closest to point.
8442 (Info-next-reference): Replace * by + in the *Note regexp.
8443 Add regexp for http:// and ftp://. Skip the *Note prefix.
8444 (Info-prev-reference): Replace * by + in the *Note regexp.
8445 Add regexp for http:// and ftp://. Skip the *Note prefix.
8446 (Info-follow-nearest-node): Add new arg `fork'.
8447 (Info-try-follow-nearest-node): Add new arg `fork'.
8448 Call browse-url for http:// and ftp:// references.
8449 Set Info-reference-name for index entries.
8450 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8451 Info-search-next, Info-history, Info-toc, clone-buffer.
8452 (Info-menu-update): Replace * by + in the *Note regexp.
8453 (Info-mode): Add documentation for Info-history, Info-toc,
8454 Info-search-case-sensitively, Info-search-next, clone-buffer.
8455 (Info-fontify-menu-headers): Remove fun. Move code to
8456 Info-fontify-node.
8457 (Info-fontify-node): Add docstring. Add local vars
8458 fontify-visited-p and not-fontified-p. If not-fontified-p is t
8459 then fontify header line, titles, menu headers, http and ftp
8460 references, refill paragraphs. If not-fontified-p is t or
8461 fontify-visited-p is t then fontify cross references, menu items.
8462 Fontify menu headers. Fontify http and ftp references.
8463 Change regexp for cross references to require whitespace after *Note,
8464 add matching groups for file and node names. Remove hack for quote.
8465 Use display property for Info-hide-note-references=t. Use fifth
8466 or fourth match for help-echo. Display visited nodes in a
8467 different face. Unhide file names of external references.
8468 Unhide newlines. Display visited menu items in a different face.
8469
8470 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8471
8472 * progmodes/compile.el: Require CL.
8473 (compilation-mode-font-lock-keywords): Re-install the "line as
8474 function" patch.
8475
8476 * help-fns.el (help-C-source-directory): New var.
8477 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8478 (describe-function-1, describe-variable): Use them.
8479
8480 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8481 to C source files specially.
8482
8483 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
8484
8485 * info.el (Info-hide-cookies-node): New function.
8486 (Info-select-node): Use it.
8487 (Info-display-images-node): Remove message with image file name.
8488
8489 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
8490
8491 * progmodes/compile.el (compilation-warning-face)
8492 (compilation-info-face, compilation-skip-threshold)
8493 (compilation-skip-visited, compilation-context-lines):
8494 Declare :version when added to Emacs.
8495 (compilation-error-regexp-alist-alist): Extend caml and irix.
8496 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8497 (compilation-mode-font-lock-keywords): Temporarily undo line as
8498 function patch, which wasn't ready.
8499
8500 2004-04-07 Kenichi Handa <handa@m17n.org>
8501
8502 * international/latin1-disp.el (latin1-display-setup): Check each
8503 character is displayable or not instead of calling
8504 latin1-display-check-font.
8505
8506 2004-04-06 Kenichi Handa <handa@m17n.org>
8507
8508 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8509 New variable.
8510 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8511 instead of sera-being-called-by-w3.
8512 (ethio-fidel-to-sera-buffer): Likewise.
8513 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8514 instead of sera-being-called-by-w3.
8515 (ethio-write-file): Likewise.
8516
8517 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8518
8519 * printing.el: Doc fix.
8520
8521 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8522
8523 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8524 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8525 (gdb-setup-windows): Only use separate IO buffer if required.
8526
8527 2004-04-06 Kim F. Storm <storm@cua.dk>
8528
8529 * term.el (term-is-xemacs): Remove.
8530 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8531 (term-window-width): New function.
8532 (term-mode, term-check-size): Use it.
8533 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8534
8535 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8536
8537 * cus-edit.el (custom-add-parent-links): Change unbound variable
8538 `symbol' to `name'.
8539
8540 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8541 * info.el (info-apropos): New function.
8542 (Info-mode-menu): Add it.
8543 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8544
8545 * help-mode.el (help-make-xrefs): Recognize aliased variable with
8546 inherited docstring.
8547
8548 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8549
8550 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8551
8552 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8553
8554 * progmodes/compile.el (font-lock): Don't require any more.
8555 (compilation-error-properties, compilation-start, compilation-sentinel)
8556 (compilation-filter, next-error): Use with-current-buffer.
8557 (compilation-skip-to-next-location, compilation-skip-threshold)
8558 (compilation-skip-visited): Move to silence the byte-compiler.
8559 (compilation-setup): Simplify.
8560 (compilation-next-error): Use line-(beginning|end)-position.
8561 Make sure `pt' is non-nil before using compilation-loop.
8562 (compile-goto-error): Add optional event arg. Use it.
8563 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8564 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8565 Update the binding for mouse-2.
8566 (first-error): Set compilation-current-error to nil rather than bob.
8567 (compilation-parsing-end, compilation-parse-errors-function)
8568 (compilation-error-list, compilation-old-error-list):
8569 "New" compatibility variables.
8570 (compile-buffer-substring, compilation-compat-error-properties)
8571 (compilation-compat-parse-errors, compilation-forget-errors):
8572 New compatibility functions.
8573 (compilation-mode-font-lock-keywords): Use them.
8574
8575 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8576
8577 * autorevert.el (auto-revert-handler): If point (or a window
8578 point) is at the end of the buffer, keep it there after
8579 reverting. This allows to tail a file.
8580 Mention this in the `Commentary'.
8581
8582 * format.el (format-write-file): Add optional argument CONFIRM
8583 and make it behave like the analogous argument to `write-file'.
8584
8585 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8586
8587 * progmodes/ebnf2ps.el: Doc fix.
8588 (ebnf-version): New version number (4.2).
8589 (ebnf-syntax): Customization and docstring fix.
8590 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8591 Put autoloaded funs before first use.
8592 (ebnf-style-database): Add dtd entry.
8593 (ebnf-syntax-alist): Add dtd initialization.
8594 (ebnf-token-sequence): New fun.
8595 (ebnf-comment-table): Add new comment action character.
8596 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8597
8598 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8599 Type Definition for XML).
8600
8601 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8602 * progmodes/ebnf-bnf.el (ebnf-sequence):
8603 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8604 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8605 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8606 Code simplification: call ebnf-token-sequence.
8607
8608 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8609
8610 * calendar/timeclock.el (timeclock-relative)
8611 (timeclock-get-project-function, timeclock-get-workday-function)
8612 (timeclock-query-out, timeclock-when-to-leave)
8613 (timeclock-when-to-leave-string, timeclock-log-data)
8614 (timeclock-generate-report, timeclock-in): Doc fixes.
8615
8616 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8617
8618 * url/: New dir. Import the URL package from its repository.
8619
8620 2004-04-03 Andreas Schwab <schwab@suse.de>
8621
8622 * diff-mode.el (diff-mode): Fix missing quote.
8623
8624 2004-04-03 Juri Linkov <juri@jurta.org>
8625
8626 * descr-text.el (describe-property-list): Add `font-lock-face'.
8627
8628 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8629
8630 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8631
8632 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8633 Use utf-16le on little endian machines and utf-16be otherwise.
8634
8635 2004-04-02 David Kastrup <dak@gnu.org>
8636
8637 * net/browse-url.el (browse-url-generic): Use call-process
8638 instead of start-process to allow browsers that fork and detach.
8639
8640 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8641
8642 * compile.el (compilation-current-error): New var.
8643 (compilation-setup, compile-mouse-goto-error)
8644 (compile-goto-error, next-error): Use it.
8645 (compilation-skip-to-next-location): Default to t, which gives
8646 contiguous skipping like old compile (where this was redundant).
8647 (compilation-next-error): Prevent previous-* commands from moving
8648 back to message at or just before point.
8649
8650 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8651
8652 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8653 (gdb-source-info): Don't display source at startup, if required.
8654 (gdb-show-main): New option.
8655 (gdba): Update documentation.
8656 (gdb-source): Cover case of auto-display output.
8657
8658 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8659
8660 * autorevert.el: Delete obsolete autoload's and defvar's.
8661 (auto-revert-check-vc-info): New user option.
8662 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8663 (auto-revert-handler-vc): Delete.
8664 (auto-revert-handler): Treat return value `fast' of
8665 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8666
8667 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8668 return `fast'.
8669
8670 * files.el (buffer-stale-function): Doc change.
8671
8672 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8673
8674 * printing.el: New tip on Tips section.
8675 (pr-version): New version number (6.7.4).
8676 (pr-shell-file-name): Initialization fix.
8677
8678 2004-03-31 Juri Linkov <juri@jurta.org>
8679
8680 * dired.el: Add autoload for `dired-do-touch'.
8681 (dired-touch-program): New var.
8682 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8683 (dired-no-confirm): Add `touch' to docstring.
8684
8685 * dired-aux.el (dired-do-touch): New fun.
8686 (dired-do-chxxx): Add argument -t for touch operation.
8687
8688 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8689 `dired-move-to-filename-regexp'.
8690
8691 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8692
8693 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8694
8695 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8696
8697 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8698 and only if the buffer was modified.
8699
8700 2004-03-30 Kenichi Handa <handa@m17n.org>
8701
8702 * international/characters.el: Delete pairs for U+2308..U+230B.
8703
8704 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8705
8706 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8707 to detect the beginning of a level 2 or 3 annotation.
8708
8709 2004-03-29 Kenichi Handa <handa@m17n.org>
8710
8711 * international/ucs-tables.el (ucs-insert): Fix the error message.
8712
8713 2004-03-29 Kenichi Handa <handa@m17n.org>
8714
8715 * international/mule-util.el (char-displayable-p): Fix generation
8716 of XLFD file name.
8717
8718 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8719 before finding directories by `find'.
8720
8721 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8722
8723 * subr.el (interactive-form): Delete. Now implemented in C.
8724
8725 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8726
8727 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8728 (vc-diff-label): New fun.
8729 (vc-diff-internal): Use it.
8730
8731 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8732
8733 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8734
8735 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8736
8737 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8738 specify XML (EBNFX).
8739
8740 * progmodes/ebnf2ps.el: Doc fix.
8741 (ebnf-version): New version number (4.1).
8742 (ebnf-syntax): Adjust customization.
8743 (ebnf-style-database): Add ebnfx entry.
8744 (ebnf-syntax-alist): Add ebnfx initialization.
8745 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8746
8747 * printing.el: Doc fix.
8748 (pr-version): New version number (6.7.3).
8749 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8750 returns nil for mouse position. Reported by Drew Adams
8751 <drew.adams@oracle.com>.
8752 (pr-update-menus): Modify interactive declaration. Reported by Drew
8753 Adams <drew.adams@oracle.com>.
8754
8755 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8756
8757 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8758 (gud-gdba-marker-filter): Log the process input and output, if
8759 required. From Stefan Monnier.
8760 (gdb-debug-log, gdb-enable-debug-log): New variables.
8761 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8762
8763 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8766 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8767
8768 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8769
8770 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8771 Call vc-find-file-hook here instead of in auto-revert-buffers.
8772 (auto-revert-buffers): Delete call to vc-find-file-hook.
8773 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8774 (global-auto-revert-mode, auto-revert-set-timer)
8775 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8776
8777 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8778
8779 * woman.el (woman-change-fonts): Rename local variable
8780 woman-font-alist to font-alist to avoid a compiler warning.
8781
8782 2004-03-27 Dave Love <fx@gnu.org>
8783
8784 * emacs-lisp/rx.el (rx): Doc fix.
8785 Fix copyright years.
8786
8787 * strokes.el (strokes-global-set-stroke-string): New function.
8788 (strokes-list-strokes): Cope with strings, not just commands.
8789 Set foreground colour of image.
8790 (strokes-global-set-stroke): Doc fix.
8791
8792 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8793
8794 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8795 Auto Revert mode.
8796 (Buffer-menu-files-only): New variable.
8797 (Buffer-menu-toggle-files-only): New function.
8798 (Buffer-menu-mode-map): Bind it to `T'.
8799 (Buffer-menu-mode): Mention `T' in docstring.
8800 Set buffer-stale-function.
8801 (list-buffers-noselect): Mark buffer non-modified and set
8802 Buffer-menu-files-only.
8803
8804 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8805
8806 * autorevert.el (auto-revert-handler): Print revert message
8807 before, rather than after, reverting.
8808 (buffer-stale-function): Move to files.el.
8809
8810 * files.el (buffer-stale-function): Move here from autorevert.el.
8811
8812 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8815
8816 * calc/calc.el (calc-mode-map): Use mapc.
8817
8818 * apropos.el (apropos-mode): Don't autoload.
8819 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8820 (apropos): Use it.
8821 (apropos-print): Add optional `text' argument.
8822 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8823 Don't assume point-min == 1.
8824
8825 * bs.el (bs-buffer-list): Use buffer-local-value.
8826 (bs--set-toggle-to-show): Use with-current-buffer.
8827
8828 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8829 New funs.
8830 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8831
8832 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8833
8834 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8835 (dabbrev--find-expansion): Use pop.
8836 (dabbrev--search): Use match-string-no-properties.
8837
8838 * dired.el (dired-mode): Use run-mode-hooks.
8839 (dired-move-to-end-of-filename): Use match-string.
8840
8841 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8842 is bound before using it.
8843 (ediff-verbose-p): Make it into a var since it's not constant.
8844
8845 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8846
8847 * faces.el (read-face-font): Don't cons up unnecessarily.
8848 (header-line, tool-bar): Share common parts.
8849
8850 * files.el (file-relative-name): Use compare-strings.
8851
8852 * finder.el (finder-mode): Follow coding convention.
8853
8854 * subr.el (read-number): New function.
8855
8856 * ses.el (ses-read-number): Move to subr.el.
8857 (ses-set-header-row): Use read-number.
8858
8859 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8860
8861 * vc-hooks.el (vc-arg-list): New function, which handles both
8862 compiled and uncompiled code.
8863 (vc-default-workfile-unchanged-p): Use it.
8864
8865 * vc.el (vc-print-log): Undo prev change, use new function
8866 vc-arg-list from vc-hooks.el.
8867
8868 2004-03-26 Masatake YAMATO <jet@gyve.org>
8869
8870 * simple.el (completion-setup-function): Emphasize the
8871 first uncommon characters in the completions; and de-emphasize
8872 the common prefix substrings.
8873 (completion-emphasis): New face.
8874 (completion-de-emphasis): New face.
8875
8876 2004-03-25 Juanma Barranquero <lektu@terra.es>
8877
8878 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8879 Comment out (it's unused and unfinished code).
8880
8881 2004-03-25 Sam Steingold <sds@gnu.org>
8882
8883 * vc.el (vc-print-log): Fix a bug in the last patch:
8884 backend-function may be a byte-compiled object, not a lambda.
8885
8886 2004-03-25 Juri Linkov <juri@jurta.org>
8887
8888 * descr-text.el (describe-property-list): Add a button
8889 for `face' property that calls `describe-face'.
8890 Suggested by luis fernandes <elf@ee.ryerson.ca>
8891
8892 * international/mule.el (keyboard-coding-system):
8893 * kmacro.el (kmacro-call-macro): Fix docstring.
8894
8895 * dired.el: Fix comments.
8896
8897 * textmodes/fill.el (fill): Fix Info link.
8898
8899 * font-lock.el (fast-lock, lazy-lock):
8900 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8901 Info node.
8902
8903 * eshell/eshell.el (eshell): Fix broken info-link.
8904
8905 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8906 * eshell/em-banner.el (eshell-banner):
8907 * eshell/em-smart.el (eshell-smart):
8908 * eshell/esh-cmd.el (eshell-cmd):
8909 Comment out broken info-links to incomplete Info manual.
8910
8911 * info-xref.el: Fix commentary.
8912
8913 2004-03-25 Kevin Ryde <user42@zip.com.au>
8914
8915 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8916 Remove spurious node duplicate suppression, doesn't work, not wanted.
8917 (info-xref-output): Take format style args, add "sit-for 0" to let
8918 user see the results as they progress.
8919 (info-xref-check-all-custom): New function.
8920
8921 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8922
8923 * gdb-ui.el: Moved to progmodes.
8924
8925 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8928
8929 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8930
8931 * calendar/appt.el (appt-check): Remove superfluous progn.
8932 When finished with diary buffer: if it was not being displayed
8933 before, kill it; otherwise restore its original state.
8934 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8935
8936 * calendar/calendar.el (calendar-set-mode-line): Use total
8937 available mode-line width, rather than frame-width.
8938
8939 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8940 after mode change so effect not lost.
8941
8942 2004-03-23 Dave Love <fx@gnu.org>
8943
8944 * dired.el (dired) <defgroup>: Add link to manual.
8945 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8946 (dired-revert): Use dolist.
8947 (dired-mode-map): Add U binding.
8948 (dired-mode): Add font-lock-beginning-of-syntax-function.
8949 (dired-garbage-files-regexp): Make it a defcustom.
8950
8951 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8954 is equivalent to nil.
8955 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8956 (vc-arch-mode-line-string): Accept `added' state.
8957 (vc-arch-state): Use inode-sigs if available.
8958 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8959 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8960 (vc-arch-tagline-re): New var.
8961 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8962 New functions.
8963 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8964 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8965
8966 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8967 (vc-file-not-found-hook): Use it.
8968
8969 * diff-mode.el (diff-default-read-only): Change default.
8970 (diff-mode-hook): Make it a defcustom. Add some options.
8971 (diff-mode-map): Bind diff-refine-hook.
8972 (diff-yank-handler): New var.
8973 (diff-yank-function): New fun.
8974 (diff-font-lock-keywords): Use them.
8975 (diff-end-of-file): Handle case where file-header looks like diff text.
8976 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8977 (diff-file-kill): Delete a subsequent empty line, if applicable.
8978 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8979 (diff-find-file-name): Use it.
8980 (diff-tell-file-name): New command.
8981 (diff-mode): Be careful with view-mode.
8982 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8983 New functions, for use in diff-mode-hook.
8984 (diff-find-source-location): Catch "regex too large" errors.
8985 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8986 (diff-refine-hunk): New command.
8987
8988 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8989 (smerge-context-menu-map): Remove unused var.
8990 (smerge-keep-all): Preserve markers.
8991 (smerge-keep-n): New fun.
8992 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8993 (smerge-keep-current, smerge-ediff): Use it.
8994 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8995 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8996 (smerge-resolve): Resolve trivial 3-part conflicts.
8997
8998 2004-03-23 Juri Linkov <juri@jurta.org>
8999
9000 * man.el (Man-width): New var.
9001 (Man-getpage-in-background): Use it.
9002 (Man-support-local-filenames): New var and fun.
9003 (Man-build-man-command): Don't add a second %s.
9004 (Man-fontify-manpage): Clean up message.
9005 (Man-mode): Set outline-regexp, outline-level,
9006 imenu-generic-expression.
9007
9008 * woman.el (woman-fill-frame): Doc fix.
9009 (woman-decode-region): Use window-width instead of frame-width.
9010
9011 * abbrevlist.el (list-one-abbrev-table):
9012 * descr-text.el (describe-char):
9013 * international/mule-diag.el (describe-current-coding-system):
9014 * international/quail.el (quail-insert-decode-map):
9015 Use window-width instead of frame-width.
9016
9017 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
9018 (jka-compr-mode-alist-additions): Add tbz.
9019 (jka-compr-write-region, jka-compr-insert-file-contents):
9020 Add message for undefined compress-program.
9021 (jka-compr-write-region): Remove redundant var bindings.
9022
9023 * dired-x.el (dired-guess-shell-alist-default): Add choices for
9024 extracting files into subdirectory. Add tbz and dz. Fix regexps.
9025 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
9026 (dired-man): Use dired-guess-shell-command.
9027 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
9028 Change default nil to t.
9029
9030 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
9031 (dired-compare-directories): Add default value for empty input.
9032
9033 * help-at-pt.el: Move suggestions for key bindings to Commentary.
9034
9035 * time.el (display-time-string-forms): Fix help-echo date format.
9036
9037 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
9038
9039 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
9040 (buffer-stale-function): New variable.
9041 (auto-revert-list-diff, auto-revert-dired-file-list)
9042 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
9043 (auto-revert-handler): Take over some functionality of deleted
9044 functions.
9045 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
9046
9047 * dired.el (dired-directory-changed-p): New fun, extracted from
9048 dired-internal-noselect.
9049 (dired-buffer-stale-p): New fun.
9050 (dired-internal-noselect): Use dired-directory-changed-p.
9051 Eliminate revert messages.
9052 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
9053
9054 2004-03-23 Kenichi Handa <handa@m17n.org>
9055
9056 * international/characters.el: Setup syntaxes for more parentheses
9057 Unicode characters.
9058
9059 * international/mule-cmds.el (select-safe-coding-system):
9060 Merge coding-system and auto-cs before comparing them.
9061
9062 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
9065
9066 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
9067 normal-auto-fill-function and comment-indent-function.
9068 The default values now work just as well.
9069 Don't set font-lock-beginning-of-syntax-function since we already set
9070 syntax-begin-function.
9071 (lisp-outline-level): Put ;;;###autoload at same level as (.
9072 (prin1-char): Quote special chars.
9073
9074 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
9075 than with-no-warnings.
9076
9077 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
9078 if the source location can't be found.
9079 (edebug-compute-previous-result): Use prin1-char.
9080
9081 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
9082 (debug-ignored-errors): Add an entry.
9083
9084 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
9085 (byte-compile-file): Output warning when deleting a file.
9086
9087 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
9088 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
9089
9090 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
9091 (byte-compile-inline-expand): Use backquote.
9092 (byte-optimize-pure-func): Rename from byte-optimize-concat.
9093 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9094
9095 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9096
9097 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9098
9099 2004-03-22 Juri Linkov <juri@jurta.org>
9100
9101 * finder.el (finder-known-keywords): Fix data, tex, unix.
9102
9103 * play/landmark.el: Fix keywords.
9104
9105 * language/ethio-util.el (ethio-find-file): Doc fix.
9106
9107 * emacs-lisp/warnings.el: Doc fix.
9108
9109 * textmodes/ispell.el (ispell-help): Doc fix.
9110
9111 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * format.el (format-insert-file): Always return a list of two
9114 elements, like insert-file-contents does.
9115
9116 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9117
9118 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9119 and vc-BACKEND-diff.
9120 (vc-print-log): If the print-log implementation supports it, use
9121 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9122 (vc-version-diff, vc-diff-internal): Doc fixes.
9123
9124 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9125 implementation supports it, let diff output go to *vc*,
9126 not *vc-diff*, since this is an internal call.
9127
9128 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9129
9130 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9131
9132 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9133
9134 2004-03-21 Dave Love <fx@gnu.org>
9135
9136 * progmodes/cfengine.el (cfengine-mode):
9137 Set parse-sexp-ignore-comments.
9138
9139 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9140
9141 2004-03-21 Juanma Barranquero <lektu@terra.es>
9142
9143 * allout.el (allout-mode): Fix docstring.
9144
9145 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9146
9147 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9148
9149 * autorevert.el (auto-revert-interval): Make new value take
9150 effect immediately when set through Custom.
9151 (auto-revert-set-timer): Add interactive declaration.
9152
9153 2004-03-19 David Ponce <david@dponce.com>
9154
9155 * ruler-mode.el (ruler-mode-header-line-format-old):
9156 Don't `make-variable-buffer-local'.
9157 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9158 (ruler-mode-header-line-format): Simply funcall the above.
9159 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9160 to save/restore a previous header line format.
9161 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9162 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9163 fringes and margins width.
9164 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9165
9166 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * log-edit.el (log-edit-font-lock-keywords): Typo.
9169
9170 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9171 (tex-send-tex-command): Rather than here.
9172 (tex-compilation-parse-errors): Simplify.
9173
9174 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9175
9176 * time.el (display-time-string-forms): Add help-echo with date on time.
9177
9178 * composite.el (compose-region): Use restore-buffer-modified-p.
9179
9180 * disp-table.el (standard-display-8bit): Simplify.
9181
9182 * server.el (server-process-filter): Delete temp frame.
9183
9184 * add-log.el (add-change-log-entry): Simplify.
9185
9186 2004-03-19 Kim F. Storm <storm@cua.dk>
9187
9188 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9189 (hexl-follow-line): Don't require 'fringe.
9190
9191 * progmodes/compile.el (compilation-start): Always set
9192 compilation-last-buffer and return it.
9193
9194 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9195
9196 * simple.el (clone-buffer): Doc fix.
9197
9198 2004-03-18 Juanma Barranquero <lektu@terra.es>
9199
9200 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9201
9202 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * log-edit.el (log-edit-font-lock-keywords): New var.
9205 (log-edit-mode): Use it.
9206
9207 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9208
9209 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9210 properly for watching in speedbar.
9211
9212 2004-03-17 Masatake YAMATO <jet@gyve.org>
9213
9214 * smerge-mode.el (smerge-popup-context-menu):
9215 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9216
9217 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9220 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9221 Take sealed revisions into account.
9222 (vc-arch-checkin): Extract a summary line from the message.
9223
9224 2004-03-16 Masatake YAMATO <jet@gyve.org>
9225
9226 * register.el (register): Provide `register' feature.
9227
9228 2004-03-15 Masatake YAMATO <jet@gyve.org>
9229
9230 Added context menu support in smerge mode.
9231 Most of the part is written by Stefan Monnier.
9232
9233 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9234 New keymap and menu.
9235 (smerge-text-properties): New function.
9236 (smerge-remove-props): New function.
9237 (smerge-popup-context-menu): New function.
9238 (smerge-resolve): Call `smerge-remove-props'.
9239 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9240 (smerge-keep-current): Ditto.
9241 (smerge-kill-current): New function.
9242 (smerge-match-conflict): Put text properties.
9243 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9244
9245 2004-03-15 David Ponce <david@dponce.com>
9246
9247 * ruler-mode.el: (ruler-mode-left-fringe-cols)
9248 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9249 (ruler-mode-right-scroll-bar-cols): Remove.
9250 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9251 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9252 Use fringe-columns and scroll-bar-columns.
9253
9254 2004-03-15 Masatake YAMATO <jet@gyve.org>
9255
9256 * hl-line.el (hl-line-range-function): New variable.
9257 (hl-line-move): New function.
9258 (global-hl-line-highlight): Use `hl-line-move'.
9259 (hl-line-highlight): Ditto.
9260
9261 * scroll-bar.el (scroll-bar-columns):
9262 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9263
9264 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9265 (ruler-mode-left-fringe-cols)
9266 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9267 (ruler-mode-right-scroll-bar-cols)
9268 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9269 (ruler-mode-ruler-function): New variable.
9270 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9271 if the value for `ruler-mode-ruler-function'is given.
9272
9273 * hexl.el (hexl-mode-hook): Make the hook customizable.
9274 (hexl-address-area, hexl-ascii-area): New customize variables.
9275 (hexlify-buffer): Put font-lock-faces on the address area and
9276 the ascii area.
9277 (hexl-activate-ruler): New function.
9278 (hexl-follow-line): New function.
9279 (hexl-highlight-line-range): New function.
9280 (hexl-mode-ruler): New function.
9281
9282 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9285 (vc-default-find-file-hook): New fun.
9286 (vc-find-file-hook): Call new find-file-hook operation.
9287
9288 * vc-arch.el: New file.
9289
9290 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9291
9292 * info-look.el (info-lookup): Reuse an existing Info window.
9293
9294 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9295
9296 * woman.el (woman-preserve-ascii): Default value changed to t and
9297 doc string revised.
9298
9299 2004-03-12 Richard M. Stallman <rms@gnu.org>
9300
9301 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9302 Fix minor bug.
9303
9304 * replace.el (occur-engine): Change message for count of matches.
9305
9306 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9307 For strings, do compare text properties.
9308
9309 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9310
9311 * progmodes/compile.el (compile-auto-highlight)
9312 (compilation-error-list, compilation-old-error-list)
9313 (compilation-parse-errors-function, compilation-parsing-end)
9314 (compilation-error-message, compilation-directory-stack)
9315 (compilation-enter-directory-regexp-alist)
9316 (compilation-leave-directory-regexp-alist)
9317 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9318 (compilation-current-file, compilation-regexps): Remove vars.
9319
9320 (compile-error-at-point, compilation-error-filedata)
9321 (compilation-error-filedata-file-name, compile-reinitialize-errors)
9322 (compilation-next-error-locus, compilation-forget-errors)
9323 (count-regexp-groupings, compilation-parse-errors)
9324 (compile-collect-regexps, compile-buffer-substring): Remove funs.
9325
9326 (compile-internal): Make obsolete.
9327
9328 (compilation-first-column, compilation-error)
9329 (compilation-directory-matcher, compilation-page-delimiter)
9330 (compilation-mode-font-lock-keywords, compilation-debug)
9331 (compilation-error-face, compilation-warning-face)
9332 (compilation-info-face, compilation-line-face)
9333 (compilation-column-face, compilation-enter-directory-face)
9334 (compilation-leave-directory-face, compilation-skip-threshold)
9335 (compilation-skip-visited, compilation-context-lines): New vars.
9336
9337 (compilation-warning-face, compilation-info-face)
9338 (compilation-message-face): New faces.
9339
9340 (compilation-error-regexp-alist-alist): New constant.
9341
9342 (compilation-face, compilation-directory-properties)
9343 (compilation-assq, compilation-error-properties, compilation-start)
9344 (define-compilation-mode, compilation-loop)
9345 (compilation-set-window): New functions.
9346
9347 (compile): Additional argument for interactive compiles like TeX.
9348
9349 * progmodes/grep.el (kill-grep): Move here from compile.el
9350 (grep-error, grep-hit-face, grep-error-face)
9351 (grep-mode-font-lock-keywords): New variables.
9352 (grep-regexp-alist): Simplify regexp and add `binary' case.
9353 (grep-mode): New mode.
9354 (grep-process-setup): Simplify.
9355
9356 2004-03-11 Jason Rumney <jasonr@gnu.org>
9357
9358 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9359 letters on DOS/Windows.
9360
9361 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * server.el (server-name): New var.
9364 (server-socket-dir): New var to replace server-socket-name.
9365 (server-start): Use them.
9366
9367 2004-03-11 Simon Josefsson <jas@extundo.com>
9368
9369 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9370 died to avoid infloop. Reported by Jonathan Glauner
9371 <jglauner@sbum.org>.
9372
9373 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9374
9375 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9376 (smerge-mode-menu): Use it to deactivate menu entries.
9377 (smerge-keep-current): New fun.
9378 (smerge-keep-current): Use it.
9379
9380 2004-03-10 John Paul Wallington <jpw@gnu.org>
9381
9382 * foldout.el (foldout-fold-list, foldout-modeline-string):
9383 Declare them as variables, not constants.
9384
9385 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9386
9387 * ps-print.el: Modification to print *Messages* buffer.
9388 (ps-print-version): New version 6.6.4.
9389 (ps-message-log-max): New fun.
9390 (ps-spool-without-faces, ps-spool-with-faces)
9391 (ps-count-lines-preprint): Code fix.
9392
9393 * printing.el: New tips in Tips section.
9394
9395 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9396
9397 * delim-col.el: Doc fix.
9398
9399 * printing.el: Doc fix. New doc section (Tips).
9400
9401 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * type-break.el (type-break-emacs-variant): Remove.
9404 (type-break-run-at-time, type-break-cancel-function-timers):
9405 Use fboundp rather than version name and number.
9406
9407 2004-03-09 Masatake YAMATO <jet@gyve.org>
9408
9409 * hexl.el (hexl-mode): Use `make-local-variable' instead of
9410 `make-variable-buffer-local'.
9411
9412 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
9413
9414 * find-dired.el (find-dired): Call `shell-command' instead of
9415 `start-process-shell-command'. By this, Tramp takes over
9416 handling of remote directories.
9417
9418 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9419
9420 * newcomment.el (comment-use-global-state): New var.
9421 (comment-search-forward): Use it.
9422
9423 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9424
9425 * cus-edit.el (fill) <defgroup>: Move to fill.el.
9426
9427 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9428 (enable-kinsoku): Make it a defcustom.
9429 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9430 paragraph to same-comment-start-marker.
9431
9432 2004-03-07 Dave Love <fx@gnu.org>
9433
9434 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9435 (browse-url-mail): Use it.
9436
9437 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9438 (rfc2368-unhexify-string): Use replace-regexp-in-string.
9439
9440 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9441
9442 * woman.el (woman-man.conf-path): Doc fix.
9443 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9444
9445 2004-03-07 Eli Zaretskii <eliz@gnu.org>
9446
9447 * sort.el (sort-columns): Remove ms-dos from the list of systems
9448 where the external `sort' command is not used.
9449
9450 2004-03-07 Kim F. Storm <storm@cua.dk>
9451
9452 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9453 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9454 from overlay-arrow-variable-list.
9455 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9456
9457 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
9458
9459 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9460 overlay arrow string properly for the assembler buffer.
9461
9462 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * mail/sendmail.el (mail-mode): Fix last change.
9465
9466 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
9467
9468 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9469 for the assembler buffer.
9470 (gdb-assembler-custom): Position the overlay arrow.
9471 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9472
9473 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9476
9477 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9478 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9479
9480 * mail/sendmail.el (mail-mode): Set comment-start-skip.
9481
9482 * newcomment.el (uncomment-region): Allow non-terminated comment.
9483 (comment-normalize-vars): Check the user-specified comstart marker.
9484
9485 2004-03-04 Jesper Harder <harder@ifa.au.dk>
9486
9487 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9488 Otherwise, do use it if the region only contains font-lock text
9489 properties.
9490
9491 2004-03-04 Masatake YAMATO <jet@gyve.org>
9492
9493 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9494 as the callback function for eldoc.
9495 (hexl-print-current-point-info): New function.
9496 (hexl-current-address): Print the address in both decimal
9497 and hexadecimal format.
9498
9499 2004-03-04 Richard M. Stallman <rms@gnu.org>
9500
9501 * mail/rmail.el (rmail-convert-to-babyl-format):
9502 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9503
9504 * mail/mail-utils.el (mail-unquote-printable-region):
9505 New arg UNIBYTE.
9506
9507 * startup.el (command-switch-alist): Doc fix.
9508
9509 * simple.el (undo): Temporarily set this-command to `undo-start',
9510 then set it to `undo' once undo-start returns without error.
9511
9512 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9513
9514 * simple.el (kill-line): Don't disregard trailing whitespace
9515 in eol condition, if show-trailing-whitespace is set.
9516
9517 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9518 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9519 When disabling, restore old values only if mouse-sel-has-been-enabled.
9520
9521 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9522 (isearch-{-char): New function.
9523 (isearch-mode-map): Bind { to isearch-{-char.
9524
9525 * font-lock.el (lisp-font-lock-keywords-2):
9526 Turn off the CL with-... and do-... general patterns.
9527 Instead, recognize several specific with... and do... constructs.
9528
9529 * files.el (switch-to-buffer-other-window):
9530 Bind same-window-buffer-names and same-window-regexps to nil.
9531 (switch-to-buffer-other-frame): Likewise.
9532
9533 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9536 recognizing leading comment on code line.
9537
9538 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9541 hidden files/directories.
9542
9543 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9546 only comment-start (in case the mode hasn't set it).
9547
9548 * Makefile.in (AUTOGENEL): New var.
9549 (bootstrap-prepare): Rename from bootstrap-clean.
9550 Don't remove elc files.
9551 (maintainer-clean): New target.
9552
9553 * xml.el (xml-get-attribute-or-nil): Simplify.
9554
9555 2004-03-02 Juri Linkov <juri@jurta.org>
9556
9557 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9558 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9559 URL to prevent their substitution with the environment variable
9560 values by browsers.
9561
9562 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9563
9564 * ps-print.el: Doc fix.
9565 (ps-print-version): New version number (6.6.3).
9566 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9567 Docstring fix.
9568 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9569 before printing.
9570 (ps-time-stamp-yyyy-mm-dd): New fun.
9571 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9572
9573 2004-03-02 Kim F. Storm <storm@cua.dk>
9574
9575 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9576
9577 2004-03-01 Juanma Barranquero <lektu@terra.es>
9578
9579 * allout.el (allout-rebullet-heading): Fix typo in docstring.
9580
9581 * desktop.el (desktop-file-version)
9582 (desktop-after-read-hook): Fix typos.
9583 (desktop-clear-preserve-buffers): Remove redundant info in
9584 docstring already shown by the obsolescence message.
9585 (desktop-truncate, desktop-internal-v2s)
9586 (desktop-value-to-string): Change argument name to match docstring.
9587
9588 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9589
9590 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9591 docstring.
9592
9593 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9594
9595 * printing.el: Replace "As Is..." in PostScript file print/preview by
9596 "No Preprocessing...". Suggested by Colin Marquardt
9597 <_marquardt_@zmd.de>.
9598 (pr-insert-section-4): Adjust buffer interface.
9599
9600 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9601
9602 Version 2.0.39 of Tramp released.
9603
9604 * net/tramp.el (tramp-handle-file-local-copy)
9605 (tramp-handle-write-region, tramp-open-connection-rsh):
9606 Variable name typo. Small change. From Patrick Tullmann
9607 <tullmann@flux.utah.edu>.
9608 (tramp-process-connection-type): New variable.
9609 (tramp-maybe-open-connection): Use it.
9610 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9611 (tramp-touch): Set last-modified time of a remote file.
9612 (tramp-handle-write-region): Say which function is used when encoding.
9613
9614 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9615
9616 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9617 case of non-existing filename, too. Reported by Christoph Bauer
9618 <c_bauer@informatik.uni-kl.de>.
9619 (tramp-smb-get-file-entries): The directory in question should
9620 have permissions "drwxrwxrwx". Just virtual, because we don't
9621 know the real permissions. Don't we know?
9622 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9623 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9624 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9625 output. If it was received chunkwise, there have been problems.
9626 Remove the "prompt not found" error message; it is obvious.
9627 Simplify algorithm.
9628 (tramp-smb-process-running): Remove. Since we acknowledge the
9629 virtual prompt for shares, there's no need for distinction of
9630 reading shares (process ends afterwards) and interactive mode of
9631 smblient.
9632 (tramp-smb-open-connection): Setting process sentinel removed.
9633 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9634 "NT_STATUS_NETWORK_ACCESS_DENIED".
9635 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9636 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9637 (top-level): Setting default value in `tramp-default-method-alist'
9638 corrected. Order of USER and HOST have been wrong.
9639 Nobody complained for months ...
9640 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9641 (tramp-smb-open-connection): Clear password cache if login has failed.
9642
9643 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9644 `tramp-unified-filenames'.
9645 (tramp-completion-mode): Make test for XEmacs explicitely.
9646 `event-to-character' can exists in Emacs packages too.
9647 Reported by Matt Swift <swift@alum.mit.edu>.
9648 (tramp-buffer-name): Buffer name must contain the user if exists.
9649 Reported by Adrian Phillips <a.phillips@met.no>.
9650 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9651 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9652 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9653 `tramp-do-copy-or-rename-file-one-local', because it handles also
9654 the case both files use the same out-of-band method.
9655 Implementation added.
9656 (tramp-handle-file-local-copy, tramp-handle-write-region):
9657 Out-of-band handling removed. `copy-file' called instead, which
9658 calls `tramp-do-copy-or-rename-file-out-of-band'.
9659 (tramp-action-password): Check for out-of-band method removed.
9660 This function is used for 'login-program.
9661 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9662 appropriate.
9663 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9664 and `tramp-parse-sknownhosts'.
9665 (tramp-completion-function-alist): It's a defvar now, because we
9666 want to apply the optimized `tramp-set-completion-function'
9667 instead of a static list.
9668 (tramp-set-completion-function): Implementation tuned.
9669 Avoid double entries, and entries where the function or the
9670 file/directory doesn't exist.
9671 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9672 for SSH2.
9673 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9674 (tramp-handle-dired-compress-file): New function.
9675 (tramp-async-proc): New variable.
9676 (tramp-handle-shell-command): Adding asynchronous processes.
9677 They are far from being perfect, but it works at least for
9678 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9679 (top-level): Require password.el if visible. Should be mandatory
9680 once No Gnus has found its way into (X)Emacs.
9681 (tramp-read-passwd): Invoke `password-read' if available,
9682 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9683 fallback any longer.
9684 (tramp-clear-passwd): New function.
9685 (tramp-process-actions, tramp-process-multi-actions):
9686 Clear password cache if login has failed.
9687
9688 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9689 its own module.
9690 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9691 `ange-ftp-ftp-name-res'. There could be incorrect values from
9692 previous calls in case the "ftp" method is used in the Tramp file
9693 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9694
9695 2004-02-28 Richard M. Stallman <rms@gnu.org>
9696
9697 * term.el (term-mouse-paste): Call mouse-set-point.
9698
9699 * thumbs.el: New file.
9700
9701 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9702
9703 * progmodes/ebnf-abn.el: Doc fix.
9704
9705 * progmodes/ebnf-bnf.el: Doc fix.
9706 (ebnf-repeat): Code fix.
9707
9708 * progmodes/ebnf2ps.el: Doc fix.
9709 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9710
9711 2004-02-28 Juri Linkov <juri@jurta.org>
9712
9713 * ffap.el (dired-at-point): Additional writability test for
9714 relative directory names.
9715 (dired-at-point-prompter): Treat directories as a directory, get
9716 the directory component from files.
9717 (ffap-string-at-point): Return string from region if region is active.
9718 (ffap-file-at-point): Remove redundant code.
9719
9720 2004-02-28 Kim F. Storm <storm@cua.dk>
9721
9722 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9723 Initialize margin area images to nil.
9724 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9725 (breakpoint-enabled-bitmap-face)
9726 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9727 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9728 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9729 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9730 (gdb-reset): Use gdb-remove-breakpoint-icons.
9731 (gdb-put-string): Add dprop arg to specify alternative display
9732 property (for setting fringe bitmap).
9733 (gdb-remove-strings): Doc fix.
9734 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9735 icon in fringe (if available), or else as icon or text in display
9736 margin. Creates necessary icons in breakpoint-bitmap,
9737 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9738 Also make left window margin if required.
9739 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9740 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9741 no longer needed.
9742 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9743 gdb-put-breakpoint-icon.
9744 (gdb-assembler-mode): Don't set left-margin-width here.
9745
9746 2004-02-27 Kevin Ryde <user42@zip.com.au>
9747
9748 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9749 comma, so that it DTRT in macros.
9750
9751 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9752
9753 * progmodes/sh-script.el (sh-shell-arg)
9754 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9755 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9756
9757 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9758
9759 * faces.el (face-spec-set-match-display): Add a new attribute,
9760 `min-colors'.
9761 (region, highlight, secondary-selection): Use `min-colors'.
9762
9763 * custom.el (defface): Add documentation for `min-colors'.
9764
9765 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9766 (font-lock-keyword-face, font-lock-function-name-face)
9767 (font-lock-variable-name-face, font-lock-constant-face):
9768 Use `min-colors'.
9769
9770 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9771
9772 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9773
9774 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9775 define assq-delete-all if it's not defined.
9776 (ebnf-generate-region): Code fix.
9777
9778 * printing.el: Doc fix.
9779 (pr-version): New version number (6.7.2).
9780 (pr-command): Return empty string if command is an empty string.
9781
9782 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9783
9784 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9785
9786 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9787 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9788 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9789 "tt" ["test"] ). Reported by Markus Dreyer
9790 <mdreyer@ix.urz.uni-heidelberg.de>.
9791 (ebnf-version): New version number (4.0).
9792 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9793 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9794 (ebnf-delete-style): New commands.
9795 (ebnf-directory, ebnf-file): New funs.
9796 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9797 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9798 (ebnf-syntax-alist): New var.
9799 (ebnf-element-width): New fun replacing ebnf-list-width.
9800 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9801 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9802 (ebnf-prologue): Adjust vars.
9803 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9804 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9805 (ebnf-check-style-values, ebnf-generate-production)
9806 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9807 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9808 (ebnf-token-repeat): Code fix.
9809
9810 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9811 %right, %left and %prec. Suggested by Matthew K. Junker
9812 <junker@alum.mit.edu>.
9813 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9814
9815 * progmodes/ebnf-iso.el: Doc fix.
9816 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9817 (ebnf-iso-lex): Code fix.
9818
9819 * progmodes/ebnf-bnf.el: Doc fix.
9820 (ebnf-bnf-lex): Code fix.
9821
9822 * progmodes/ebnf-otz.el: Doc fix.
9823
9824 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9825
9826 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9827 (abbrev-prefix-mark): Doc fix.
9828
9829 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9830
9831 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9832 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9833 (gdb-var-delete): Make interactive (really).
9834 (gdb-edit-value): Make non-interactive.
9835
9836 * progmodes/gud.el (gud-speedbar-menu-items):
9837 Add gdb-var-delete and, indirectly, gdb-edit-value.
9838 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9839 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9840 (gud-gdb-marker-filter): Add comment for annotations.
9841
9842 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9843
9844 * calendar/calendar.el (generate-calendar)
9845 (calendar-read-date): Prevent display of BC calendars once more -
9846 reverts 2003-10-01 change.
9847 (generate-calendar-month): Doc fix.
9848
9849 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9850
9851 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9852 return value of increment-calendar-month.
9853
9854 2004-02-21 Stephen Compall <s11@member.fsf.org>
9855
9856 * saveplace.el (save-place-forget-unreadable-files)
9857 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9858 (save-place-forget-unreadable-files): New function.
9859 (save-place-alist-to-file): Use it to filter out files that are
9860 no longer readable.
9861
9862 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9863 current Texinfo environment, using the same method as in
9864 `texinfo-insert-@end', and insert a space rather than a newline if
9865 point in a @table environment.
9866
9867 2004-02-21 Juri Linkov <juri@jurta.org>
9868
9869 * ffap.el (ffap-file-at-point): Try parent directories.
9870
9871 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9872
9873 * vcursor.el (vcursor-modifiers): New defcustom.
9874 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9875 hard-coded list.
9876
9877 2004-02-21 Masatake YAMATO <jet@gyve.org>
9878
9879 * play/animate.el (animate-birthday-present): Accept names other
9880 than `Sarah', too.
9881
9882 2004-02-21 Juri Linkov <juri@jurta.org>
9883
9884 * startup.el: Remove table of command line arguments from the
9885 Commentary section.
9886
9887 2004-02-20 John Wiegley <johnw@newartisans.com>
9888
9889 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9890 again" modifier from 'e' to 'E', since 'e' is also used by the
9891 "file extension" modifier.
9892
9893 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9894
9895 * help-fns.el (describe-categories): Doc fix.
9896
9897 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9898
9899 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9900 temporary file for buffer already visiting one. This change makes
9901 output likely to be directly usable by patch program.
9902 Suggested by Adrian Aichner <adrian@xemacs.org>
9903
9904 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9905
9906 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9907 case of variables defined in compound statements.
9908 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9909 Simplify constructions using switch-to-buffer.
9910
9911 2004-02-19 Simon Josefsson <jas@extundo.com>
9912
9913 * play/morse.el: Fix typo.
9914 (morse-code): Add @.
9915
9916 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9917
9918 * calendar/appt.el (appt-display-format): Change default to
9919 'ignore, for backwards compatibility.
9920 (appt-display-message): If appt-display-format is 'ignore,
9921 respect old vars appt-msg-window and appt-visible.
9922 (appt-activate): Don't depend on return value of cancel-timer.
9923
9924 * calendar/calendar.el (calendar-holidays): Doc fix.
9925
9926 * calendar/cal-coptic.el (coptic-prompt-for-date):
9927 Use assoc-string instead of assoc-ignore-case.
9928 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9929 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9930 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9931 * calendar/cal-islam.el (calendar-goto-islamic-date)
9932 (mark-islamic-diary-entries): Ditto.
9933 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9934 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9935 (calendar-read-mayan-tzolkin-date): Ditto.
9936 * calendar/calendar.el (calendar-read-date): Ditto.
9937 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9938
9939 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9940
9941 * progmodes/executable.el (executable-command-find-posix-p):
9942 Fix choice of the directory.
9943
9944 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9945
9946 * simple.el (interprogram-cut-function)
9947 (interprogram-paste-function, kill-new, kill-append):
9948 Doc fixes.
9949 (kill-region): Make it return nil. Doc fix.
9950 (yank-pop): Make its argument optional.
9951 (yank): Make ARG `-' equivalent to `-1'.
9952
9953 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9954
9955 * mail/rmail.el (rmail-get-new-mail): Don't reference
9956 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9957
9958 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9959
9960 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9961 if one of global-auto-revert-non-file-buffers or autorevert-mode
9962 is non-nil.
9963
9964 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9965
9966 * subr.el (delete-dups): A better implementation from Karl Heuer
9967 <kwzh@gnu.org>.
9968
9969 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9970
9971 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9972 correct place.
9973 * progmodes/icon.el (icon-indent-command): Ditto.
9974 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9975
9976 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9977
9978 * progmodes/grep.el (grep-compute-defaults): Undo change from
9979 2004-01-29: don't use executable-command-find-posix-p.
9980
9981 2004-02-16 Richard Sharman <rsharman@pobox.com>
9982
9983 * hilit-chg.el: Use require instead of eval-and-compile.
9984 (highlight-compare-buffers): New function.
9985
9986 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9987
9988 * man.el (Man-fontify-manpage): Render section headings in
9989 `Man-overstrike-face' even when overstrike was not used by man
9990 formatter for section headings.
9991
9992 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9993
9994 * rmail-spam-filter.el: (vm-use-spam-filter)
9995 (rsf-min-region-length-added-to-spam-list): New variables.
9996 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9997 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9998 spam testing. Don't delete spam message if automatic deletion
9999 after output via variable rmail-delete-after-output is turned on.
10000 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
10001 rsf-bbdb-dont-create-entries-for-spam.
10002 (check-field): New function, extracted from code in
10003 rmail-spam-filter to ease addition of header fields like content-type.
10004 (message-content-type): New variable to check the content-type:
10005 field added, also in defcustom of rsf-definitions-alist.
10006 (rmail-spam-filter): Replace repeated test code for header fields
10007 by calls to check-field; change the call to
10008 rmail-output-to-rmail-file such that rmail-current-message stays
10009 the same to avoid wrong deletion of unseen flags.
10010 (rsf-add-contents-type): New function to convert old format
10011 of rmail-spam-definitions-alist into new one.
10012 Change prefixes of all variables and functions from
10013 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
10014
10015 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10016
10017 * loadhist.el (unload-hook-features-list): New defvar.
10018
10019 2004-02-16 Dave Love <fx@gnu.org>
10020
10021 * loadhist.el (unload-feature): Doc fix. Rename flist to
10022 unload-hook-features-list.
10023
10024 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
10025
10026 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
10027 cookie. Don't check if we are looking-at open-formula.
10028
10029 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10030
10031 * subr.el (match-string-no-properties): Use substring-no-properties.
10032
10033 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10034
10035 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
10036 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
10037 Use lower-case "rx" in all error message.
10038
10039 2004-02-16 Dave Love <fx@gnu.org>
10040
10041 * emacs-lisp/rx.el (rx-or): Put group around result.
10042 (rx-constituents): Add backref.
10043 (rx-syntax): Add string-delimiter, comment-delimiter.
10044 (rx-categories): Add combining-diacritic.
10045 (rx-check-not, rx-greedy, rx): Doc fix.
10046 (rx-backref, rx-check-backref): New.
10047
10048 2004-02-16 Jesper Harder <harder@ifa.au.dk>
10049
10050 * newcomment.el (uncomment-region): Allow eob as comment end.
10051
10052 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10053
10054 * filecache.el: All message and error commands now use prefix
10055 "Filecache:" to make it easy to read *Messages* buffer.
10056
10057 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
10058
10059 * autorevert.el: Add support to detect changed dired and VC buffers.
10060 (auto-revert-active-p, auto-revert-list-diff)
10061 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
10062 (auto-revert-handler, auto-revert-active-p): New functions.
10063 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
10064 and `auto-revert-active-p'.
10065 (eval-when-compile): Defvar dired-directory and vc-mode.
10066 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10067 (auto-revert-handler-vc): New functions.
10068
10069 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10070
10071 * progmodes/compile.el (compilation-directory): New defvar.
10072 (compile): Save current directory in compilation-directory.
10073 (recompile): Bind default-directory to compilation-directory if
10074 that is non-nil.
10075
10076 2004-02-16 Dave Love <fx@gnu.org>
10077
10078 * newcomment.el (comment-insert-comment-function)
10079 (comment-region-function, uncomment-region-function): New.
10080 (comment-indent): Use comment-insert-comment-function.
10081 (uncomment-region): Use uncomment-region-function.
10082 (comment-region): Use comment-region-function.
10083
10084 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
10085
10086 2004-02-16 Richard Stallman <rms@gnu.org>
10087
10088 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
10089 loaddefs* and ldefs-boot*.
10090
10091 2004-02-16 Eli Zaretskii <eliz@gnu.org>
10092
10093 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10094 and email address at the beginning and end of the address.
10095
10096 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10097 anchored at the beginning of the email address.
10098
10099 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10100
10101 * international/ccl.el (ccl-compile-write): Pass `left' to
10102 ccl-embed-code to generate correct code of write-expr-register.
10103
10104 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
10105
10106 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10107
10108 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10109
10110 * x-dnd.el: Mention support for Motif in commentary.
10111 (x-dnd-handle-drag-n-drop-event): Ditto.
10112
10113 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10114
10115 * ses.el: Use "ses--" prefixes for buffer-local variables.
10116 Use (point-min) instead of 1, even when we know the buffer
10117 is unnarrowed.
10118 (ses-build-load-map): Delete. Distribute its content to defconst's for
10119 the three maps.
10120 (ses-menu, ses-header-line-menu): New menus.
10121 (ses-mode-map): Use them.
10122 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10123
10124 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10125
10126 * Makefile.in: Fix the CC Mode recompile kludge so it works
10127 when building in a different directory.
10128
10129 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10130
10131 * simple.el (kill-new): Put yank-handler property on the entire string.
10132
10133 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10134
10135 * diff.el: Don't use compile any more, use diff-mode instead.
10136 (diff-regexp-alist, diff-old-file, diff-new-file)
10137 (diff-parse-differences, diff-process-setup): Remove.
10138 (diff-sentinel): New fun.
10139 (diff): Use it. Run the process ourselves.
10140 Use diff-mode for the rest of the processing.
10141
10142 * diff.el (diff): Simplify code handling `switch'.
10143
10144 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * pcvs-defs.el (cvs-menu): Add `tag'.
10147
10148 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10149
10150 * simple.el (kill-append): Doc fix.
10151
10152 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10153 Adapt outline-regexp to the new conventions for commenting out code.
10154
10155 2004-02-11 John Paul Wallington <jpw@gnu.org>
10156
10157 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10158
10159 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10160
10161 * diff.el (diff-switches): New fun.
10162 (diff, diff-backup): Use it.
10163 (diff): Clean up the args construction. Use backquote.
10164 Use listp instead of consp to avoid putting a nil arg.
10165 (diff): Add a revert-buffer function.
10166
10167 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10168
10169 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10170 handled by x-dnd-handle-file-name.
10171 (x-dnd-known-types): Add COMPOUND_TEXT.
10172 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10173 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10174 x-dnd-empty-state.
10175 (x-dnd-forget-drop): Ditto.
10176 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10177 (x-dnd-handle-one-url): Return private when inserting text.
10178 (x-dnd-insert-ctext): New function.
10179 (x-dnd-handle-file-name): New function for FILE_NAME.
10180 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10181 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10182 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10183
10184 2004-02-10 Kenichi Handa <handa@m17n.org>
10185
10186 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10187 instead of while loop.
10188
10189 2004-02-10 Miles Bader <miles@gnu.org>
10190
10191 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10192
10193 2004-02-09 Kenichi Handa <handa@m17n.org>
10194
10195 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10196 have end-of-line.
10197
10198 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10199
10200 * Makefile.in: Added extra dependencies in the recompile target
10201 needed to cope with the compile time macro expansions in CC Mode.
10202
10203 2004-02-09 Kim F. Storm <storm@cua.dk>
10204
10205 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10206 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10207 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10208 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10209 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10210 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10211 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10212 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10213 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10214 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10215 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10216
10217 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10220 Don't allow shrink if there's a window on our right.
10221
10222 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10223 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10224 Bring together declaration and initialization.
10225 (prolog-mode-variables): Don't set the syntax table.
10226 Don't set paragraph-start and comment-indent-function.
10227 Add /*..*/ to the comment regexps.
10228 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10229 (prolog-mode-map): Don't bind TAB.
10230 (prolog-mode): Set the syntax table.
10231 (prolog-comment-indent): Remove.
10232 (inferior-prolog-mode-map): Initialize in the declaration.
10233 (inferior-prolog-mode-syntax-table)
10234 (inferior-prolog-mode-abbrev-table): New vars.
10235 (inferior-prolog-mode): Derive from comint-mode.
10236 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10237 minibuffer windows.
10238
10239 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10240 in file names, as long as it is unabmiguous.
10241
10242 2004-02-08 Andreas Schwab <schwab@suse.de>
10243
10244 * textmodes/reftex-toc.el
10245 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10246 format. Doc fix.
10247
10248 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10249 format string arguments.
10250
10251 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10252 string argument.
10253
10254 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10255
10256 * play/zone.el (zone-call): Fix format string.
10257
10258 * net/webjump.el (webjump-builtin): Add missing format string argument.
10259
10260 * midnight.el (midnight-delay-set): Remove extra format string argument.
10261
10262 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10263
10264 * hexl.el (hexl-insert-char): Add missing format string argument.
10265
10266 * format.el (format-decode): Fix format string.
10267
10268 * emulation/vi.el (vi-mode): Remove extra format string argument.
10269 (vi-repeat-last-search): Likewise.
10270 (vi-reverse-last-search): Likewise.
10271 (vi-goto-mark): Likewise.
10272 (vi-reverse-last-find-char): Likewise.
10273 (vi-repeat-last-find-char): Likewise.
10274 (vi-locate-def): Likewise.
10275
10276 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10277
10278 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10279 string argument.
10280 (ediff-toggle-regexp-match): Likewise.
10281
10282 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10283 format string argument.
10284
10285 * calc/calc-map.el (calc-get-operator): Remove extra format
10286 string argument.
10287
10288 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10289
10290 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10291 string argument.
10292
10293 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10294
10295 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10296
10297 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10298
10299 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10300 (cl-struct-setf-expander): Likewise.
10301
10302 * vc.el (with-vc-file): Fix unsafe uses of error.
10303 (vc-cancel-version): Likewise.
10304
10305 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
10306
10307 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10308 thousands separator; fixes <class>:<line-number> regexp for
10309 non-english locales.
10310
10311 2004-02-08 Andreas Schwab <schwab@suse.de>
10312
10313 * view.el (view-mode-enable): Revert previous change.
10314
10315 2004-02-07 Kim F. Storm <storm@cua.dk>
10316
10317 * simple.el (line-number-at-pos): Rename from line-at-pos.
10318 Uses changed (what-line and vc-annotate-warp-version).
10319
10320 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10323 (diff-mode): Remove aborted attempt at support for compile.el.
10324 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10325
10326 2004-02-06 Andreas Schwab <schwab@suse.de>
10327
10328 * view.el (view-mode-enable): Add view-mode-map to
10329 minor-mode-overriding-map-alist.
10330
10331 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10332
10333 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10334
10335 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10338 with point inside rather than after the paragraph.
10339
10340 2004-02-04 Sam Steingold <sds@gnu.org>
10341
10342 * mail/smtpmail.el (smtpmail-try-auth-methods):
10343 Do not try authentication when no mechanism is available.
10344 Pass port-name as defaultport to `netrc-machine'.
10345
10346 2004-02-04 Stephen Eglen <stephen@gnu.org>
10347
10348 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10349 to show how minibuffer height can be constrained.
10350
10351 2004-02-04 John Paul Wallington <jpw@gnu.org>
10352
10353 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10354
10355 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10356
10357 * x-dnd.el: New file for drag and drop.
10358
10359 * term/x-win.el: require x-dnd, set after-make-frame-functions
10360 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10361 drag-n-drop event.
10362
10363 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10364 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10365 (dired-dnd-handle-file): New functions for drag and drop support.
10366 (dired-mode): Initialize drag and drop if x-dnd present.
10367
10368 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10369
10370 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10371 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10372 (cperl-mode): Set fill-paragraph-function.
10373 (cperl-fill-paragraph): Make it non-interactive.
10374
10375 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
10376
10377 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10378
10379 2004-02-02 David Kastrup <dak@gnu.org>
10380
10381 * replace.el (perform-replace): Allow 'literal argument in
10382 regexp-flag to indicate literal replacement.
10383 (query-replace-regexp-eval): Use it.
10384
10385 2004-02-01 Andreas Schwab <schwab@suse.de>
10386
10387 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10388
10389 2004-02-01 Stephen Eglen <stephen@gnu.org>
10390
10391 * info-look.el: Add support for maxima-mode. Update commentary
10392 because info-lookup-symbol is now bound to C-h S.
10393
10394 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
10395
10396 * simple.el (edit-and-eval-command): Bind print-level and
10397 minibuffer-history-sexp-flag around call to read-from-minibuffer.
10398 Correct initial position in command-history.
10399
10400 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10401
10402 * files.el (read-directory-name): Adapt the docstring to recent
10403 change in Fread_file_name.
10404
10405 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
10406
10407 * ses.el (ses-print-cell): If print format too wide for column
10408 width, truncate decimal places if that helps to avoid "#####" fill.
10409 * ses.el (ses-initial-column-width): Revert previous change.
10410
10411 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
10412
10413 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10414 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10415 Add edebug info.
10416 (jit-lock-mode): Setup/cancel the new timer.
10417 (jit-lock-context-fontify): New fun. Extracted from
10418 context fontification code of jit-lock-stealth-fontify.
10419 (jit-lock-stealth-fontify): Don't do context fontification any more.
10420
10421 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10422 (jit-lock-fontify-now): Handle the `quit' case.
10423 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10424
10425 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
10426
10427 * progmodes/executable.el (executable-command-find-posix-p):
10428 New. Check if find handles arguments Posix-style.
10429
10430 * progmodes/grep.el (grep-compute-defaults):
10431 Use executable-command-find-posix-p.
10432 (grep-find): Check `grep-find-command'.
10433
10434 * filecache.el (file-cache-find-posix-p): Delete.
10435 (file-cache-add-directory-using-find):
10436 Use `executable-command-find-posix-p'.
10437
10438 2004-01-29 Dave Love <fx@gnu.org>
10439
10440 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10441 Iterate the hook function if arg is given.
10442 (mark-defun, narrow-to-defun): Change order of finding the limits.
10443
10444 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10445 (byte-compile-format-warn): New.
10446 (byte-compile-callargs-warn): Use it.
10447 (Format, message, error): Add byte-compile-format-like property.
10448 (byte-compile-maybe-guarded): New.
10449 (byte-compile-if, byte-compile-cond): Use it.
10450 (byte-compile-lambda): Compile interactive forms,
10451 just to make warnings about them.
10452
10453 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
10454
10455 * ses.el (ses-initial-column-width): Increase to 14, so it will
10456 work well with the default printer of "%.7g" for extreme values
10457 like "-1.234567e+07".
10458
10459 2004-01-29 Kenichi Handa <handa@m17n.org>
10460
10461 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10462
10463 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
10464
10465 * dos-w32.el: Added support for the `default-printer-name' function.
10466
10467 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * server.el (server-socket-name): Don't use the hostname in the
10470 socket name since /tmp is local to the host anyway.
10471
10472 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10473 robust check of widening and fix var-naming.
10474
10475 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
10476
10477 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10478 or rmail-spam- to rsf- in all function and variable names.
10479 (rsf-min-region-to-spam-list): New variable.
10480 (rsf-bbdb-auto-delete-spam-entries): Rename from
10481 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
10482 scanned together with the recipients field for spam testing; Don't
10483 delete spam message if rmail-delete-after-output is non-nil;
10484 (rsf-check-field): New function, extracted from code in
10485 rmail-spam-filter to ease addition of header fields like
10486 content-type:;
10487 (message-content-type): New variable. The content-type: field was
10488 added also in defcustom of rsf-definitions-alist;
10489 (rmail-spam-filter): Replace repeated test code for header fields
10490 by calls to check-field; change the call to
10491 rmail-output-to-rmail-file such that rmail-current-message stays
10492 the same to avoid wrong deletion of unseen flags.
10493 (rmail-use-spam-filter): Add autoload cookie.
10494
10495 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
10496
10497 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10498 (file-cache-add-directory-using-find): Add Cygwin support.
10499 (file-cache-find-command-posix-flag): New user variable.
10500
10501 * filecache.el (file-cache-add-directory): Check for
10502 directories an remove them from dir-files.
10503
10504 2004-01-27 Richard M. Stallman <rms@gnu.org>
10505
10506 * man.el (Man-fontify-manpage): Clean up message.
10507
10508 2004-01-27 Kenichi Handa <handa@m17n.org>
10509
10510 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10511 (sentence-end): Define using sentence-end-without-space.
10512
10513 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10514 a sentence ends with one of a character in sentence-end-without-space.
10515
10516 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10517
10518 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10519 (jit-lock): Group declaration moved to jit-lock.el.
10520 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10521 when necessary.
10522
10523 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10524 (jit-lock-context-unfontify-pos): Rename from
10525 jit-lock-first-unfontify-pos.
10526 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10527
10528 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10529
10530 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10531 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10532 (fortran-fill): When filling a string, adjust re-search-backward
10533 argument for special case of string just on fill-column.
10534 When filling non-string, allow one extra char if
10535 fortran-break-before-delimiters is non-nil.
10536 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10537 Use fortran-break-delimiters-re and fortran-no-break-re to
10538 correctly handle cases such as "**".
10539
10540 * progmodes/f90.el (f90-break-delimiters): Doc fix.
10541 (f90-no-break-re): Add some extra tokens. Doc fix.
10542
10543 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
10544
10545 * mail/rmail-spam-filter.el:
10546 Use two semicolons as Commentary line prefix.
10547 Add ";;; Code:" stylized comment.
10548 Delete end-of-line whitespace.
10549 Wrap (require 'cl) with `eval-when-compile'.
10550
10551 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
10552
10553 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10554 at the top level of vc.el.
10555
10556 2004-01-23 Andre Spiegel <spiegel@gnu.org>
10557
10558 * vc.el (vc-current-line): Function removed. This is now done by
10559 the new function line-at-pos in simple.el.
10560 (vc-annotate-warp-version): Use line-at-pos instead of
10561 vc-current-line.
10562
10563 2004-01-22 Kim F. Storm <storm@cua.dk>
10564
10565 * simple.el (line-at-pos): New defun.
10566 (what-line): Use it. Optimize by only counting lines in narrowed
10567 region once.
10568
10569 2004-01-22 Kenichi Handa <handa@m17n.org>
10570
10571 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10572 point (register r1) only for charset mule-unicode-0100-24ff.
10573
10574 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
10575
10576 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10577 trailing white space and ensure a final newline.
10578
10579 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10580 Add autoload cookie.
10581
10582 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
10583
10584 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10585 activate view-mode explicitly.
10586
10587 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10588
10589 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10590 use clipboard first.
10591
10592 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
10595 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10596 (vc-mcvs-cvs): Remove.
10597 (vc-mcvs-command): Remove use of assert.
10598
10599 * outline.el (outline-insert-heading): Tighten up match.
10600 (outline-demote, outline-move-subtree-down): Don't assume anything
10601 about outline-regexp.
10602
10603 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10604 (texinfo-show-structure): Explicitly add ^, and simplify.
10605
10606 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10607
10608 * calendar/appt.el (appt-check): Restore usage of
10609 appt-issue-message deleted in previous change.
10610 (top-level): Activate package when loaded (needed for backwards
10611 compatibility).
10612
10613 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10614
10615 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10616 following previous change to smtpmail-send-data.
10617
10618 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10619
10620 * vc.el (vc-default-previous-version): Doc enhancement.
10621 (vc-default-next-version): New function.
10622 (vc-print-log): New arg FOCUS-REV.
10623 (vc-annotate-mode): Derive from view-mode.
10624 (vc-annotate): New args REVISION, DISPLAY-MODE.
10625 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10626 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10627 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10628 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10629 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10630
10631 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10632
10633 2004-01-19 Karl Berry <karl@gnu.org>
10634
10635 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10636 or "TexInfo".
10637
10638 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10639
10640 * subr.el (delete-dups): New function.
10641
10642 2004-01-19 Karl Berry <karl@gnu.org>
10643
10644 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10645 with ^, since that's what texinfo-show-structure
10646 documentation says (plus it works much better in texinfo.txi).
10647
10648 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10649
10650 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10651
10652 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10653
10654 * progmodes/which-func.el (which-function-mode): Don't cancel
10655 which-func-update-timer if not set.
10656
10657 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10658
10659 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10660 Remove spurious left square bracket in XX:XXam regexp.
10661
10662 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10663
10664 * progmodes/cc-defs.el: Do not require cl at run time.
10665
10666 2004-01-16 Richard M. Stallman <rms@gnu.org>
10667
10668 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10669 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10670
10671 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10672 Call rmail-spam-filter. Delete and expunge spam.
10673 Print number of spam messages deleted.
10674 Save and restore the deletion status of old messages when reading
10675 new mail with spam filter, so that expunging spam does not expunge
10676 msgs deleted by the user.
10677 (rmail-only-expunge): Add an optional argument dont-show to
10678 prevent showing message after expunge.
10679
10680 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10681
10682 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10683 * subr.el (declare): New macro.
10684
10685 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10686
10687 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10688
10689 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10692 Test window-system rather than system-type (for X11/Mac).
10693
10694 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10695
10696 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10697
10698 2004-01-12 Richard M. Stallman <rms@gnu.org>
10699
10700 * mail/rmail.el (rmail-convert-to-babyl-format):
10701 Use mail-unquote-printable-region.
10702 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10703 (rmail-hex-char-to-integer): Functions deleted.
10704
10705 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10706 (mail-unquote-printable-region): New arg NOERROR.
10707 For invalid encoding, either signal an error to just return nil.
10708
10709 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10710
10711 * calendar/appt.el: Update copyright and commentary.
10712 (appt-issue-message): Make obsolete.
10713 (appt-visible, appt-msg-window): Make obsolete, in favour of
10714 appt-display-format.
10715 (appt-display-mode-line, appt-display-duration)
10716 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10717 (appt-prev-comp-time, appt-display-count, appt-timer)
10718 (appt-convert-time): Doc change.
10719 (appt-disp-window-function, appt-delete-window-function):
10720 Use defcustom rather than defvar.
10721 (appt-display-format): New variable.
10722 (appt-display-message): New function with display code from appt-check.
10723 (appt-check): Add optional FORCE argument. Doc change.
10724 Add appt-make-list to diary-hook if displaying diary.
10725 Remove checking of view-diary-entries-initially.
10726 Message display section removed to new function appt-display-message.
10727 (appt-display-window): Doc change. Remove unused internal var
10728 this-buffer. Do not beep, since appt-display-message does that.
10729 (appt-make-list): Doc change. Use caar.
10730 (appt-sort-list): Simplify by using builtin sort function.
10731 (appt-update-list): New function for updating appts when diary is
10732 saved.
10733 (appt-activate): New autoloaded function to toggle package
10734 functionality.
10735
10736 * calendar/cal-x.el: (calendar-one-frame-setup)
10737 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10738
10739 * calendar/calendar.el: Update copyright.
10740 (view-diary-entries-initially, european-calendar-style): Doc change.
10741 (calendar-setup): Make defcustom rather than defvar.
10742 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10743 in let binding so local to function.
10744
10745 * calendar/diary-lib.el: Update copyright.
10746 (diary, diary-entry-time): Doc change.
10747 (list-diary-entries): Doc change. Trivial logic change.
10748 (fancy-diary-display): Restore make-face command mistakenly
10749 deleted 2003-05-08.
10750 (show-all-diary-entries): Allow to pop-up frame if needed.
10751
10752 2004-01-09 John Paul Wallington <jpw@gnu.org>
10753
10754 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10755 Temporarily select EVENT's window for changing eol type.
10756
10757 2004-01-09 Deepak Goel <deego@gnufans.org>
10758
10759 * calendar/diary-lib.el (diary-entry-time):
10760 Also accept time in the form XX[.XX][am/pm/AM/PM].
10761 (fancy-diary-font-lock-keywords): Likewise.
10762 (diary-font-lock-keywords): Likewise.
10763 * calendar/appt.el (appt-add): Likewise.
10764 (appt-make-list): Likewise.
10765 (appt-convert-time): Likewise.
10766
10767 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10768
10769 * gdb-ui.el (gdb-ann3): Revert previous change.
10770 (gdb-source-info): Allow for case of where compilation directory
10771 is not recorded.
10772
10773 2004-01-08 John Paul Wallington <jpw@gnu.org>
10774
10775 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10776
10777 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10778
10779 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10780
10781 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10782 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10783 problems.
10784 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10785
10786 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10787
10788 * files.el (write-file-functions, write-contents-functions):
10789 Clarify docstrings.
10790
10791 2004-01-07 Kenichi Handa <handa@m17n.org>
10792
10793 * international/mule.el (set-auto-coding): Fix for the case that
10794 end-of-line is only CR.
10795
10796 2004-01-07 Kim F. Storm <storm@cua.dk>
10797
10798 * subr.el (event-start, event-end): Doc fix.
10799 (posn-string, posn-image): New defuns.
10800 (posn-object): Return either image or string object.
10801 (posn-object-x-y): Return 8th element of position.
10802 (posn-object-width-height): New defun.
10803
10804 2004-01-06 Andreas Schwab <schwab@suse.de>
10805
10806 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10807 output.
10808
10809 2004-01-05 Karl Berry <karl@gnu.org>
10810
10811 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10812 / and *, too.
10813
10814 2003-12-31 Simon Josefsson <jas@extundo.com>
10815
10816 * files.el (before-save-hook): Add.
10817 (basic-save-buffer): Use before-save-hook.
10818
10819 * emacs-lisp/copyright.el: Fix comment to recommend
10820 before-save-hook instead of write-file-functions.
10821
10822 2004-01-05 Richard M. Stallman <rms@gnu.org>
10823
10824 * finder.el (finder-commentary): Call delete-other-windows.
10825
10826 * net/ange-ftp.el (ange-ftp-file-attributes):
10827 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10828
10829 2004-01-04 Karl Berry <karl@gnu.org>
10830
10831 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10832 comment characters % and # in the copyright year notice,
10833 as well as ;.
10834
10835 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10836
10837 * wid-edit.el (default): Define dummy :value-delete.
10838 Reported by Jesper Harder <harder@ifa.au.dk>.
10839
10840 2004-01-03 Richard M. Stallman <rms@gnu.org>
10841
10842 * progmodes/compile.el (compile-internal): Use point, not point-min,
10843 for set-window-point.
10844
10845 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10846
10847 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10848
10849 * progmodes/grep.el (grep-mode-map):
10850 Don't remap next-line, previous-line.
10851
10852 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10853
10854 * speedbar.el (speedbar-edit-line): Change regexp to position
10855 the cursor on the first character of this line's button.
10856
10857 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10858
10859 * subr.el (functionp): Doc fix.
10860
10861 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10862
10863 * progmodes/idlwave.el (idlwave-make-tags):
10864 * textmodes/flyspell.el (flyspell-large-region):.
10865 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10866 * emulation/viper-util.el (viper-glob-unix-files):
10867 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10868 * man.el (Man-init-defvars):
10869 * jka-compr.el (jka-compr-call-process):
10870 * files.el (get-free-disk-space,insert-directory):
10871 * ediff-ptch.el (ediff-test-patch-utility):
10872 * ediff-diff.el (ediff-test-utility):
10873 * dired-aux.el (dired-check-process):
10874 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10875 test the return value of call-process, because it can be a string.
10876
10877 2003-12-31 John Paul Wallington <jpw@gnu.org>
10878
10879 * bindings.el (completion-ignored-extensions): Add .pfsl.
10880
10881 2003-12-31 Kim F. Storm <storm@cua.dk>
10882
10883 * ido.el (ido-nonreadable-directory-p): New defun to check for
10884 nonreadable directory without activating tramp (to avoid problems
10885 with checking incomplete tramp paths).
10886 (ido-set-current-directory, ido-file-internal)
10887 (ido-file-name-all-completions1): Use it.
10888
10889 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10890
10891 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10892 documentation if the anchor (or node) name is preceded by `info
10893 anchor' or `Info anchor' in addition to earlier `info node' and
10894 `Info node'.
10895 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10896
10897 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10898
10899 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10900 error in arguments to base64-decode-region. Remove ^M characters
10901 after decoding base64.
10902
10903 2003-12-30 Simon Josefsson <jas@extundo.com>
10904
10905 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10906 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10907 have only been distributed with Emacs for some years.
10908 (texinfo-mode-hook): Customize.
10909
10910 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10911
10912 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10913 cleaner (suggested by Richard Stallman).
10914
10915 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10916 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10917 file-name clashes on 8+3 DOS filesystems.
10918
10919 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10920 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10921 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10922 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10923 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10924 file-name clashes on 8+3 filesystems.
10925
10926 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10927 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10928 file-name clashes on 8+3 DOS filesystems.
10929
10930 2003-12-29 Richard M. Stallman <rms@gnu.org>
10931
10932 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10933 Upcase the character.
10934
10935 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10936 Search for header separator alone on a line, literally,
10937 and search for it backward, not forward.
10938 (flyspell-abbrev-table): Always use global-abbrev-table
10939 if there is no local one.
10940
10941 * progmodes/sh-script.el (sh-get-indent-info):
10942 Don't move point back if at bob.
10943
10944 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10945
10946 * play/handwrite.el (handwrite): Make the handwrite credit message
10947 a comment rather than an output command.
10948
10949 * obsolete/sc.el: Display message that this file is obsolete.
10950
10951 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10952
10953 * mail/rfc822.el (rfc822-address-start): Declare variable.
10954 Renamed from address-start. All uses changed.
10955
10956 * term.el (term-exec): Set up sentinel.
10957 (term-sentinel): New function.
10958 (term-handle-exit): New function.
10959
10960 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10961 Use assoc-string, and mark them obsolete.
10962 (delay-mode-hooks): Mark as permanent local.
10963
10964 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10965
10966 * register.el (copy-rectangle-to-register): Doc fix.
10967
10968 * info.el (Info-insert-dir): Use assoc-string.
10969
10970 * info-look.el (info-lookup): Use assoc-string.
10971
10972 * frame.el (pop-up-frame-function): Use quote, not `function'.
10973 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10974 copying with lists as coordinate values.
10975
10976 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10977
10978 * find-dired.el (kill-find): New command.
10979 (find-dired): Make buffer read-only.
10980 Set up a keymap with C-c C-k running kill-find.
10981 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10982
10983 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10984
10985 * filecache.el (file-cache-ignore-case): New variable.
10986 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10987
10988 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10989 (comint-dynamic-complete-as-filename): Rename local vars.
10990 (comint-dynamic-list-filename-completions): Likewise.
10991
10992 * comint.el (comint-dynamic-list-completions-config): New var.
10993 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10994
10995 * comint.el (comint-file-name-chars): Add [].
10996 (comint-word): Use skip-chars-backward, not search.
10997
10998 * shell.el (shell-file-name-chars): Add [].
10999
11000 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
11001
11002 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
11003
11004 * generic.el (define-generic-mode): Doc fix.
11005
11006 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11007
11008 * files.el (kill-some-buffers): Doc fix.
11009
11010 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
11011
11012 * comint.el (comint-watch-for-password-prompt): Pass `string' as
11013 arg to send-invisible
11014 (send-invisible): Doc fix. The argument is now a prompt, not the
11015 string to send.
11016 (comint-read-noecho): Doc fix.
11017
11018 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
11019
11020 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
11021 "@", as required by some ISP hosting service. Fix defcustom
11022 argument syntax errors that prevented use of customization.
11023
11024 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11025
11026 * xml.el (xml-get-attribute-or-nil): Doc fix.
11027
11028 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
11029
11030 * net/zone-mode.el (zone-mode): Use write-file-functions, not
11031 write-file-hooks.
11032
11033 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
11034
11035 * autorevert.el (auto-revert-interval): Doc fix.
11036
11037 2003-12-29 Mark A. Hershberger <mah@everybody.org>
11038
11039 * xml.el (xml-get-attribute-or-nil): New function, like
11040 xml-get-attribute, but returns nil if the attribute was not found.
11041 (xml-get-attribute): Convert to defsubst, uses
11042 xml-get-attribute-or-nil.
11043
11044 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11045
11046 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
11047
11048 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
11049
11050 * custom.el (custom-declare-theme): Use `value' when putting
11051 properties on `theme'.
11052
11053 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
11054
11055 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
11056 for each yank-handler segment.
11057 (insert-for-yank-1): New function, with the body of the previous
11058 insert-for-yank.
11059
11060 * textmodes/table.el (table-yank-handler): New defcustom.
11061 (table--put-cell-indicator-property): Put yank-handler property
11062 that indicates the yank handler for the table cell.
11063
11064 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11065
11066 * generic-x.el (etc-modules-conf-generic-mode): A more complete
11067 set of keywords.
11068
11069 2003-12-29 Eli Zaretskii <eliz@gnu.org>
11070
11071 * international/mule-cmds.el (reset-language-environment)
11072 (set-language-environment): Don't invoke fontset-related functions
11073 if fontset-list is not fboundp.
11074
11075 2003-12-29 Kenichi Handa <handa@m17n.org>
11076
11077 * international/mule-cmds.el (reset-language-environment):
11078 Call set-overriding-fontspec-internal with nil.
11079 (set-language-environment): Call set-overriding-fontspec-internal
11080 if the language environment specify `overriding-fontspec'.
11081 (language-info-alist): Doc added.
11082
11083 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
11084 characters of mule-unicode-0100-24ff.
11085 (ccl-encode-windows-1251-font): New CCL program.
11086 ("Bulgarian"): Specify overriding-fontspec.
11087 ("Belarusian"): Likewise.
11088
11089 2003-12-28 Sam Steingold <sds@gnu.org>
11090
11091 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
11092 parameter ID-FORMAT to conform with the 2003-11-30 patch.
11093
11094 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11095
11096 * progmodes/gud.el (gud-gdb-command-name): Set default to
11097 "gdb --annotate=3".
11098 (gud-gdb-marker-filter): Look out for annotations.
11099 (gdb-first-pre-prompt): New variable.
11100 Remove trailing white space.
11101
11102 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11103 if necessary.
11104 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
11105 annotations are detected.
11106 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11107 instead of a local one to allow transition from
11108 gud-gdb-marker-filter.
11109 Remove trailing white space.
11110
11111 2003-12-27 Kim F. Storm <storm@cua.dk>
11112
11113 * ido.el: Handle non-readable directories.
11114 (ido-decorations): Add 9th element for non-readable directory.
11115 (ido-directory-nonreadable): New dynamic var.
11116 (ido-set-current-directory): Set it.
11117 (ido-read-buffer, ido-file-internal):
11118 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11119 (ido-file-name-all-completions1): Return empty list for
11120 non-readable directory.
11121 (ido-exhibit): Print [Not readable] if directory is not readable.
11122 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11123 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11124 Use it.
11125
11126 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11127
11128 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11129 calls to directory-files-and-attributes and file-attributes.
11130 (ls-lisp-format): Remove system dependent handling of user and
11131 group id's.
11132
11133 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11134
11135 * ffap.el (ffap-read-file-or-url): Revert previous change.
11136
11137 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11138
11139 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11140 new list of included files called `files-with-node-lines', that
11141 only have node lines. This way @include commands can include any
11142 file, such as version and update files without node lines, not
11143 just files that are chapters.
11144
11145 2003-12-25 Andreas Schwab <schwab@suse.de>
11146
11147 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11148 file not found.
11149
11150 2003-12-08 Miles Bader <miles@gnu.org>
11151
11152 * dired.el (dired-between-files): Always use dired-move-to-filename,
11153 which is more robust in non-english locales.
11154
11155 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11156
11157 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11158
11159 2003-12-24 Andreas Schwab <schwab@suse.de>
11160
11161 * shell.el (shell-file-name-quote-list): Add backslash.
11162
11163 * comint.el (comint-quote-filename): Correctly handle backslash
11164 in comint-file-name-quote-list.
11165
11166 2003-12-24 Kenichi Handa <handa@m17n.org>
11167
11168 * international/mule-cmds.el (set-default-coding-systems):
11169 Call ucs-set-table-for-input for all buffers that don't have local
11170 value of buffer-file-coding-system.
11171
11172 * international/ucs-tables.el (ucs-set-table-for-input):
11173 If translation-table-for-encode is a symbol, get its
11174 translation-table property.
11175
11176 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11177
11178 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11179 to `completing-read' on a recently fixed bug.
11180
11181 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11182 instead of SPACE, to get the list of possible fringe modes.
11183 SPACE only works if both `partial-completion-mode' and
11184 `completion-auto-help' are nil.
11185
11186 * complete.el (PC-is-complete-p): Delete.
11187 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11188 calls to `test-completion'.
11189
11190 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11191
11192 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11193 to edit values when there are no children.
11194
11195 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11196 a mode called "Assembler" already exists.
11197 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11198 (gud-watch): Use format option. Remove font properties from string.
11199 (gdb-var-create-handler, gdb-var-list-children-handler):
11200 Don't bother about properties as there are none.
11201 (gdb-var-create-handler, gdb-var-list-children-handler)
11202 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11203 with two arguments.
11204 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11205 Let speedbar show value changes with a different font.
11206 (gdb-edit-value): New defun.
11207 (gdb-clear-partial-output, gdb-clear-inferior-io)
11208 (def-gdb-auto-update-handler): Use erase-buffer.
11209 (gdb-frame-handler): Display watch expressions in
11210 FUNCTION::VARIABLE format if required.
11211
11212 2003-12-23 John Paul Wallington <jpw@gnu.org>
11213
11214 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11215 (Info-goto-emacs-command-node): Doc fixes.
11216
11217 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11218
11219 * cus-edit.el (custom-add-parent-links): Define "many".
11220
11221 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11222
11223 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11224 (widget-child-validate, widget-type-value-create)
11225 (widget-type-default-get, widget-type-match): New functions.
11226 (lazy): New widget.
11227 (menu-choice, checklist, radio-button-choice, editable-list)
11228 (group, documentation-string): Remove redundant (per 2003-10-25
11229 change) calls to `widget-children-value-delete'.
11230 (widget-choice-value-get, widget-choice-value-inline): Remove.
11231 (menu-choice): Update widget.
11232
11233 2003-12-03 Kenichi Handa <handa@m17n.org>
11234
11235 * language/cyrillic.el: Register "microsoft-cp1251" in
11236 ctext-non-standard-encodings-alist.
11237 ("Bulgarian"): Add ctext-non-standard-encodings.
11238 ("Belarusian"): Likewise.
11239
11240 * international/mule-conf.el (compound-text-with-extensions):
11241 Change the type to 2 (iso-2022 base).
11242
11243 * international/mule.el (ctext-non-standard-encodings-alist):
11244 Change the format.
11245 (ctext-non-standard-encodings): New variable.
11246 (ctext-post-read-conversion): Fully re-written.
11247 (ctext-non-standard-designations-alist): Delete it.
11248 (ctext-non-standard-encodings-table): New function.
11249 (ctext-pre-write-conversion): Fully re-written.
11250
11251 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11252
11253 * cus-edit.el (custom-add-parent-links): Add documentation links
11254 for parent, if the item has none of its own.
11255
11256 2003-11-30 Richard M. Stallman <rms@gnu.org>
11257
11258 * dired-aux.el (dired-do-query-replace-regexp):
11259 Report files visited read-only.
11260
11261 2003-11-30 Juri Linkov <juri@jurta.org>
11262
11263 * dired-aux.el (dired-compare-directories): New command.
11264 (dired-file-set-difference, dired-files-attributes): New functions.
11265
11266 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11267 Version 2.0.38 of Tramp released.
11268
11269 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11270 Charles Curley <charlescurley@charlescurley.com>.
11271 (tramp-multi-connection-function-alist): Add ssht entry which adds
11272 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11273 Aichner.
11274 (tramp-get-method-parameter): New function to retrieve a method
11275 parameter. This allows for omission of method parameters.
11276 Callers adjusted.
11277
11278 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11279
11280 * net/tramp.el: Add new optional parameter ID-FORMAT to
11281 `file-attributes'. Calls of `file-attributes' won't use this
11282 parameter for backward compatibility reasons.
11283 (tramp-perl-file-attributes): Add a new parameter to Perl script
11284 in order to handle uid/gid as strings, if desired.
11285 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11286 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11287 order to make the function more general.
11288 (tramp-handle-file-attributes): Replace proprietary optional
11289 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11290 (tramp-handle-file-attributes-with-perl): Handle parameter
11291 NONNUMERIC if set. This wasn't done in the past.
11292 (tramp-post-connection): Apply second parameter "$2" if
11293 `tramp-remote-perl' is called.
11294
11295 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11296 Correct cut'n'waste error (`filename' instead of `directory').
11297 (tramp-smb-handle-directory-files-and-attributes)
11298 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11299 introduced parameter ID-FORMAT.
11300 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11301 error (`directory' instead of `ldir').
11302
11303 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11304 `file-attributes' has a second parameter. If yes, apply it with
11305 value "'integer". Otherwise, don't use that parameter (default is
11306 integer format).
11307
11308 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11309
11310 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11311 (help-for-help): Add `C-h .' to the listed Help options.
11312 Remove trailing whitespace.
11313
11314 * help-at-pt.el: New file.
11315
11316 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11317
11318 * subr.el (noreturn, 1value): New macros for test coverage.
11319 See `testcover.el'.
11320
11321 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
11322
11323 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11324 for macro `1value'.
11325 (testcover-1value): New function. Checks that a 1value form
11326 actually returns only one value. Requested by RMS.
11327
11328 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
11329
11330 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11331 (gdb-var-list-children, gdb-var-list-children-handler)
11332 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11333 gdb commands that use mi to keep them out of the command history.
11334
11335 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11336
11337 * cus-start.el (all): Add use-file-dialog.
11338
11339 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11342
11343 2003-11-27 Kim F. Storm <storm@cua.dk>
11344
11345 * subr.el (posn-object-x-y): New defun.
11346
11347 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11348
11349 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11350 Don't use `space' for \\\n.
11351 Be more selective as to which # are comment-starters.
11352
11353 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
11354
11355 * subr.el (number-sequence): Improve handling of floating point
11356 arguments (suggested by Kim Storm). Allow negative arguments.
11357
11358 2003-11-26 Kenichi Handa <handa@m17n.org>
11359
11360 * international/mule-cmds.el (standard-display-european-internal):
11361 Cancel the standard-display-table setting for ` and '.
11362
11363 2003-11-26 Kim F. Storm <storm@cua.dk>
11364
11365 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11366 New defcustoms to add ffap-like functionality to ido.
11367 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11368 (ido-no-final-slash): New defun.
11369 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11370 (ido-read-file-name): ): Toggle VC checking via
11371 vc-handled-backends instead of vc-master-templates.
11372 (ido-file-internal): Handle ido-use-url-at-point and
11373 ido-use-filename-at-point via code borrowed from ffap-guesser.
11374 Handle new ido-exit code ffap.
11375 (ido-sort-list): Ignore final slash when sorting file names.
11376
11377 2003-11-25 Kim F. Storm <storm@cua.dk>
11378
11379 * emulation/cua-base.el (cua--standard-movement-commands):
11380 Add forward-sentence and backward-sentence.
11381
11382 2003-11-25 Stephen Eglen <stephen@gnu.org>
11383
11384 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11385 iswitchb-exit is set to 'usefirst when user selects buffer at head
11386 of list using RET. (Selecting buffers at the head of the list was
11387 broken if the substring was also a complete buffername.)
11388
11389 2003-11-23 Kim F. Storm <storm@cua.dk>
11390
11391 * progmodes/compile.el (grep-command, grep-use-null-device)
11392 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11393 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11394 (grep-regexp-alist, grep-program, find-program)
11395 (grep-find-use-xargs, grep-history, grep-find-history)
11396 (grep-process-setup, grep-compute-defaults)
11397 (grep-default-command, grep, grep-tag-default, grep-find)
11398 (grep-expand-command-macros, grep-tree-last-regexp)
11399 (grep-tree-last-files, grep-tree): Move grep variables, functions
11400 and commands to new file grep.el.
11401 (compilation-mode-map): Remove grep commands from Compile sub-menu.
11402 (compilation-process-setup-function): Doc fix.
11403 (compilation-highlight-regexp, compilation-highlight-overlay): New
11404 defvars used for highlighting current compile error in source buffer.
11405 (compile-internal): New optional args HIGHLIGHT-REGEXP and
11406 LOCAL-MAP which overrides compilation-highlight-regexp and
11407 compilation-mode-map for this compilation.
11408 Delay calling compilation-set-window-height until after running
11409 compilation-process-setup-function so it can buffer-local override
11410 compilation-window-height.
11411 Check buffer-local value of compilation-scroll-output.
11412 (compilation-set-window-height): Use buffer-local value of
11413 compilation-window-height.
11414 (compilation-revert-buffer): Don't pass (undefined)
11415 preserve-modes arg to revert-buffer.
11416 (next-error-no-select, previous-error-no-select): New commands.
11417 (compilation-goto-locus): Temporarily highlight current match in
11418 source buffer using compilation-highlight-regexp.
11419
11420 * progmodes/grep.el: New file with grep code from compile.el.
11421 (grep): New defcustom group.
11422 (grep-window-height): New defcustom, like compilation-window-height.
11423 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11424 (grep-scroll-output): New defcustom, like compilation-scroll-output.
11425 (grep-command, grep-use-null-device, grep-find-command)
11426 (grep-tree-files-aliases, grep-tree-ignore-case)
11427 (grep-tree-ignore-CVS-directories): Move to grep custom group.
11428 (grep-setup-hook): New hook variable.
11429 (grep-mode-map): New keymap for grep commands. Add Grep menu.
11430 (grep-last-buffer): New defvar, override compilation-last-buffer.
11431 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
11432 Call compile-internal with args highlight-regexp and grep-mode-map.
11433
11434 2003-11-23 Kim F. Storm <storm@cua.dk>
11435
11436 * subr.el (event-start, event-end): Doc fix.
11437 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11438 (posn-area, posn-actual-col-row, posn-object): New defuns.
11439 (posn-col-row): Simplify doc. Rewrite to use cond.
11440 (posn-point): Also return buffer position for events outside text
11441 area (that info is now present in the event position).
11442
11443 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11444 mouse-set-point so that hscroll still works now that clicks on
11445 fringes generate specific mouse events.
11446 (mouse-set-point): Note that it now works in fringes and margins
11447 too due to new semantics of posn-point in fringes and margins.
11448
11449 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11450 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11451
11452 2003-11-20 Kim F. Storm <storm@cua.dk>
11453
11454 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11455 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11456 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11457 to 100 for icons to avoid increasing line height when shown.
11458
11459 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11460
11461 * newcomment.el (comment-normalize-vars): Initialize properly if
11462 comment-start was nil.
11463
11464 2003-11-19 Andreas Schwab <schwab@suse.de>
11465
11466 * simple.el (set-variable): Fix indentation.
11467
11468 2003-11-17 Kenichi Handa <handa@m17n.org>
11469
11470 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11471 Fix docstring.
11472
11473 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11474
11475 * international/latin1-disp.el (latin1-display): Fix docstring.
11476
11477 2003-11-16 John Wiegley <johnw@newartisans.com>
11478
11479 * eshell/em-ls.el (eshell-ls-file): There are times with
11480 size-width is nil and uncomputed (when directories are created in
11481 dired, for example); in this case, 4 is reasonable default value,
11482 although it may caused skewed new entries (which could be avoided
11483 by returning the original value of 8 in all cases, but 99% of the
11484 time this is a waste of whitespace).
11485
11486 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11487
11488 * cc-engine.el (c-guess-continued-construct)
11489 (c-guess-basic-syntax): Check a little more carefully if it's a
11490 function declaration when an unknown construct followed by a block
11491 is found inside a statement context. This avoids macros followed
11492 by blocks to be taken as function declarations.
11493
11494 (c-guess-continued-construct): Change the analysis of a statement
11495 continuation with a brace open to `substatement-block', for
11496 consistency with recognized statements.
11497
11498 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11499 start is in a position so that `c-beginning-of-statement-1' jumped
11500 to the beginning of the same statement.
11501
11502 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11503 Don't accept binary operators in the arglist if we're in a function
11504 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11505 template recognition in cases like "if (a < b || c > d)".
11506
11507 (c-restricted-<>-arglists): New more appropriate name for
11508 `c-disallow-comma-in-<>-arglists'.
11509
11510 Accessing functions updated for the variable name change.
11511
11512 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11513 match data could get clobbered if NOT-INSIDE-TOKEN is used.
11514
11515 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11516 labels.
11517
11518 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11519 instead of duplicating parts of it. This fixes bogus label
11520 recognition.
11521
11522 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11523 of checking the context in which to apply the minimum indentation,
11524 so that it isn't enforced in e.g. namespace blocks.
11525
11526 * cc-vars.el (c-inside-block-syms): New constant used by
11527 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11528 to somewhat reduce the risk of becoming stale.
11529
11530 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11531 cc-cmds to cc-engine to allow use from cc-align.
11532
11533 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11534 qualified identifiers containing "::".
11535
11536 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11537 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11538
11539 * cc-vars.el (c-emacs-features): Use a space in front of the name
11540 of the temporary buffer. That also avoids dumping problems in
11541 XEmacs due to undo info being left around after the buffer is killed.
11542
11543 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11544 arglist to see if it's a K&R style declaration.
11545
11546 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11547 before returning `knr-argdecl-intro'.
11548
11549 2003-11-16 John Wiegley <johnw@newartisans.com>
11550
11551 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11552 field in a long-listing always 8 characters, use `size-width',
11553 which has already been computed.
11554
11555 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11556
11557 * subr.el (minor-mode-list): Add `hs-minor-mode'.
11558
11559 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11560
11561 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11562 Support operation while narrowed, with `diff-restrict-view'.
11563
11564 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11565
11566 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11567 Take additional optional arg NARROWFUN. For the generated functions:
11568 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
11569 include frags that arrange to check for and save narrowing state before
11570 the move and then conditionally call NARROWFUN after the move.
11571
11572 2003-11-14 John Wiegley <johnw@newartisans.com>
11573
11574 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11575 that was optional, but obviously missing based on surrounding code.
11576
11577 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11578 string arguments to numbers unless the whole argument was seen as
11579 a number.
11580
11581 2003-11-14 Kenichi Handa <handa@m17n.org>
11582
11583 * international/mule.el (ctext-non-standard-encodings-alist):
11584 Fix coding systems.
11585
11586 2003-11-10 Kenichi Handa <handa@m17n.org>
11587
11588 * language/kannada.el ("Kannada"): Add sample-text.
11589
11590 * language/knd-util.el (kannada-compose-region)
11591 (kannada-compose-string, kannada-post-read-conversion):
11592 Add autoload cookie.
11593
11594 * international/quail.el (quail-completion): Change the message
11595 "corresponding translations" to "corresponding characters".
11596
11597 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11598
11599 * descr-text.el (describe-char): Fix typo.
11600
11601 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11602
11603 These changes are to support Kannada language/script.
11604
11605 * Makefile.in (DONTCOMPILE): Add kannada.el.
11606
11607 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11608
11609 * loadup.el: Preload kannada.el.
11610
11611 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11612 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11613 New variables.
11614
11615 * language/kannada.el: New file.
11616
11617 * language/knd-util.el: New file.
11618
11619 2003-11-07 Andreas Schwab <schwab@suse.de>
11620
11621 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11622 Also highlight AH_*.
11623
11624 * xml.el (xml-parse-dtd): Fix misplaced paren.
11625
11626 2003-11-07 Kenichi Handa <handa@m17n.org>
11627
11628 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11629
11630 2003-11-05 Juri Linkov <juri@jurta.org>
11631
11632 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11633 (desktop-buffer-file): Use saved buffer-file-coding-system
11634 for file reading. Set auto-insert to nil to prevent automatic
11635 insertion into restored empty files.
11636
11637 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11638
11639 * files.el (risky-local-variable-p): Make second argument optional.
11640
11641 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * subr.el (add-hook): Fix last change.
11644
11645 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11646
11647 * mail/rmail.el (rmail-convert-to-babyl-format):
11648 If base64-decode-region signals an error, catch it and silently
11649 ignore it.
11650
11651 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11652
11653 * xml.el (xml-parse-region): Allow comments to appear after the
11654 topmost element has closed.
11655 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11656 (xml-ns-expand-attr): New functions to do namespace handling.
11657 (xml-intern-attrlist): Back-compatible handling of attribute names.
11658 (xml-parse-tag): Move namespace handling to separate functions.
11659 Now produces elements in the form ((:ns . "element") (attr-list)
11660 children) instead of ('ns:element (attr-list) children).
11661 (xml-parse-attlist): Fix attribute parsing.
11662 (xml-parse-dtd): Change parsing so that it produces strings
11663 instead of interned symbols.
11664
11665 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11666
11667 * dired.el (dired-ls-sorting-switches): Doc fix.
11668
11669 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11670
11671 * emacs-lisp/rx.el (rx-or): Fix the case of
11672 "(rx (and ?a (or ?b ?c) ?d))".
11673
11674 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11675
11676 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11677 (texinfo-format-region): Use it.
11678 (texinfo-format-buffer-1): Ditto.
11679
11680 2003-11-01 Alan Mackenzie <acm@muc.de>
11681
11682 Changes to allow scrolling whilst in isearch mode:
11683 * isearch.el (isearch-unread-key-sequence): New function,
11684 extracted from isearch-other-meta-char.
11685 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11686 "scrollable" standard functions.
11687 (isearch-allow-scroll): New customizable variable.
11688 (isearch-string-out-of-window, isearch-back-into-window)
11689 (isearch-reread-key-sequence-naturally)
11690 (isearch-lookup-scroll-key): New functions.
11691 (isearch-other-meta-char): Doc string and functionality enhanced.
11692 Now accepts a prefix argument.
11693 (isearch-lazy-highlight-window-end): New variable.
11694 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11695 end (thru isearch-lazy-highlight-window-end), not only its start.
11696
11697 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11698 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11699 (universal-argument, universal-argument-more, negative-argument)
11700 (digit-argument, universal-argument-other-key): Minor changes.
11701
11702 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11703
11704 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11705 recursively if the last message is deleted, thus avoiding an
11706 infinite loop.
11707
11708 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11709
11710 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11711 (tex-main-file): Don't add .tex if the extension is already present.
11712 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11713
11714 2003-10-29 Lute Kamstra <lute@gnu.org>
11715
11716 * progmodes/octave-inf.el (inferior-octave-prompt):
11717 Recognize version number in prompt.
11718
11719 2003-10-28 Dave Love <fx@gnu.org>
11720
11721 * international/characters.el: Fix some Unicode ranges.
11722
11723 2003-10-28 Kenichi Handa <handa@m17n.org>
11724
11725 * disp-table.el (standard-display-8bit)
11726 (standard-display-default, standard-display-ascii)
11727 (standard-display-g1, standard-display-graphic)
11728 (standard-display-underline): Assure that standard-display-table
11729 is a display table.
11730
11731 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11732
11733 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11734 reindenting the first line.
11735
11736 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11737
11738 * wid-edit.el (widget-default-delete): Always delete child widgets.
11739
11740 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11741
11742 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11743 if the line has code.
11744 Don't try to line up with something that's too far left.
11745
11746 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11747 (octave-mode-syntax-table): Add % as a comment starter.
11748 (octave-point): Remove.
11749 (octave-in-comment-p, octave-in-string-p)
11750 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11751 (octave-blink-matching-block-open, octave-auto-fill):
11752 Use line-(beginning|end)-position instead.
11753
11754 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11755
11756 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11757 for Francesco Potort\e,Al\e(B.
11758
11759 2003-10-23 Dave Love <fx@gnu.org>
11760
11761 * international/mule-cmds.el (locale-charset-to-coding-system):
11762 Don't rely on nil being a coding system.
11763
11764 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11765 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11766 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11767
11768 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11769
11770 * gdb-ui.el (gdb-current-language): New variable.
11771 (gdb-update-flag): Remove variable.
11772 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11773 (gdb-take-last-elt): Remove function.
11774 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11775 (gdb-post-prompt): Check for variable object changes here.
11776
11777 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11778 object changes in gdb-ui.el.
11779
11780 2003-10-21 Richard M. Stallman <rms@gnu.org>
11781
11782 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11783
11784 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11785 Don't check for foo*/ wildcard form here.
11786 (insert-directory): Recognize foo*/ as a wildcard.
11787 Separate wildcard-regexp variable from the arg, wildcard.
11788
11789 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11790 (remove-hook): Correctly handle strange cases about local hooks.
11791
11792 2003-10-21 David Ponce <david@dponce.com>
11793
11794 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11795 argument REAL, to return a real number instead of a rounded
11796 integer value. Define as inline function.
11797 (ruler-mode-right-fringe-cols): Likewise.
11798 (ruler-mode-scroll-bar-cols): New function.
11799 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11800 (ruler-mode-right-scroll-bar-cols): Likewise.
11801 (ruler-mode-space): New function.
11802 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11803 scroll bar mode and margins in a more robust way.
11804
11805 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11806
11807 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11808 (antlr-c-init-language-vars): New function.
11809 (antlr-mode): Use it with cc-mode before v5.29.
11810 (antlr-c-common-init): Don't set some local vars here.
11811 (antlr-mode): Set them here.
11812 (antlr-c-forward-sws): New function alias.
11813 (antlr-mode): Redefine with cc-mode before v5.30.
11814 (antlr-skip-sexps): Use it.
11815 (antlr-skip-exception-part): Ditto.
11816 (antlr-skip-file-prelude): Ditto.
11817 (antlr-outside-rule-p): Ditto.
11818 (antlr-end-of-body): Ditto.
11819 (antlr-option-kind): Ditto.
11820 (antlr-insert-option-area): Ditto.
11821 (antlr-file-dependencies): Ditto.
11822
11823 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11824
11825 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11826 Move backward only if point was not inside an entry.
11827
11828 2003-10-21 Richard M. Stallman <rms@gnu.org>
11829
11830 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11831
11832 2003-10-21 Juri Linkov <juri@jurta.org>
11833
11834 * compare-w.el: Automatically skip non-matching text to resync.
11835 (compare-windows-whitespace): Doc fix.
11836 (compare-windows-sync, compare-windows-sync-string-size)
11837 (compare-windows-recenter, compare-ignore-whitespace)
11838 (compare-windows-highlight, compare-windows-face): New variables.
11839 (compare-windows): Use compare-windows-sync.
11840 (compare-windows-highlight, compare-windows-dehighlight)
11841 (compare-windows-sync-regexp)
11842 (compare-windows-sync-default-function): New functions.
11843
11844 2003-10-21 Juri Linkov <juri@jurta.org>
11845
11846 * diff.el (diff-parse-differences): Don't visit the files now;
11847 instead, just record the error locus.
11848
11849 2003-10-21 Dave Love <fx@gnu.org>
11850
11851 * progmodes/cfengine.el: New file.
11852
11853 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11854
11855 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11856 default-directory when completing file names.
11857
11858 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11859
11860 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11861 followed by the word `face', it gets treated as a face, even if
11862 it is also defined as a variable or a function.
11863
11864 2003-10-20 Dave Love <fx@gnu.org>
11865
11866 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11867 Avoid incf in macro expansion.
11868
11869 2003-10-20 John Paul Wallington <jpw@gnu.org>
11870
11871 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11872 `evenp' so we don't implicitly require cl library at runtime.
11873
11874 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11875
11876 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11877 (help-make-xrefs): Only make cross-references for faces if
11878 preceded or followed by the word `face'. Do not make a
11879 cross-reference for variables without variable documentation,
11880 unless preceded by the word `variable' or `option'. Update doc
11881 string accordingly.
11882
11883 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11884
11885 * progmodes/hideshow.el: Rewrite one-armed `if'
11886 constructs using either `when' or `unless'.
11887 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11888
11889 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11890
11891 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11892 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11893 instead of 12x12.
11894
11895 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11896
11897 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11898 message while converting to Babyl.
11899
11900 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11901
11902 * allout.el (allout-mode): Doc fix.
11903
11904 2003-10-16 Lute Kamstra <lute@gnu.org>
11905
11906 * subr.el (force-mode-line-update): Fix docstring.
11907
11908 2003-10-14 Dave Love <fx@gnu.org>
11909
11910 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11911 (default-input-method): Add :link, improve :type.
11912 (locale-charset-language-names): Fix utf-8 pattern.
11913 (locale-charset-match-p, locale-charset-alist)
11914 (locale-charset-to-coding-system): New.
11915 (set-locale-environment): Deal with codeset part of locale specs.
11916
11917 2003-10-14 Lute Kamstra <lute@gnu.org>
11918
11919 * fringe.el (fringe-mode): Use active voice in docstring.
11920 (set-fringe-style): Ditto.
11921
11922 2003-10-13 Lute Kamstra <lute@gnu.org>
11923
11924 * fringe.el (fringe-mode): Fix docstring.
11925 (set-fringe-style): Ditto.
11926
11927 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11928
11929 * ediff-mult.el (ediff-filegroup-action):
11930 Use ediff-default-filtering-regexp.
11931
11932 * ediff-util.el (ediff-recenter): Don't call
11933 ediff-restore-highlighting twice.
11934 (ediff-select-difference): Set current difference.
11935 (ediff-unselect-and-select-difference): Add comment.
11936
11937 * ediff.el (ediff-directories,ediff-directory-revisions)
11938 (ediff-directories3,ediff-merge-directories)
11939 (ediff-merge-directories-with-ancestor)
11940 (ediff-merge-directory-revisions)
11941 (ediff-merge-directory-revisions-with-ancestor):
11942 Use ediff-default-filtering-regexp.
11943
11944 2003-10-12 Andreas Schwab <schwab@suse.de>
11945
11946 * international/mule-cmds.el (locale-charset-language-names):
11947 Simplify regex by removing unused grouping.
11948
11949 2003-10-10 Dave Love <fx@gnu.org>
11950
11951 * bindings.el: Don't bind stop.
11952
11953 2003-10-08 Miles Bader <miles@gnu.org>
11954
11955 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11956 face instead of attempting to emulate it.
11957
11958 2003-10-07 Kenichi Handa <handa@m17n.org>
11959
11960 * international/mule-diag.el (list-coding-systems-1): List coding
11961 systems that are loaded automatically.
11962
11963 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11964
11965 * international/mule.el (autoload-coding-system): New function.
11966
11967 2003-10-07 Andreas Schwab <schwab@suse.de>
11968
11969 * log-edit.el (log-edit-changelog-entries): Prefer local value of
11970 change-log-default-name in the buffer visiting the file.
11971
11972 2003-10-06 Dave Love <fx@gnu.org>
11973
11974 * files.el (find-file-hook): Customize.
11975 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11976
11977 * bindings.el (completion-ignored-extensions): Remove .log.
11978 (global-map): Add again, open, stop keys.
11979
11980 2003-10-05 Richard M. Stallman <rms@gnu.org>
11981
11982 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11983 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11984 Use sh-modify directly.
11985 (sh-select): Use sh-append, not eval.
11986
11987 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11988
11989 * info.el (Info-following-node-name): New function.
11990
11991 * loadhist.el (unload-feature-special-hooks):
11992 Rename from loadhist-hook-functions.
11993 (loadhist-hook-functions): Now an alias.
11994
11995 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11996
11997 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11998 file-name clashes on 8+3 filesystems.
11999
12000 * Makefile.in (DONTCOMPILE, bootstrap-clean):
12001 Rename loaddefs-boot.el to ldefs-boot.el
12002
12003 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
12004 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
12005
12006 2003-10-03 Lute Kamstra <lute@gnu.org>
12007
12008 * info.el (Info-mode): Revert previous change.
12009 (Info-escape-percent): New function.
12010 (Info-fontify-node): Use it.
12011
12012 2003-10-02 Andreas Schwab <schwab@suse.de>
12013
12014 * loaddefs-boot.el: Regenerated.
12015
12016 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
12017
12018 * ffap.el: Remove defadvice related code from CVS since `complete'
12019 provides a `PC-completion-as-file-name-predicate' variable that
12020 ffap can override.
12021
12022 2003-10-02 Kenichi Handa <handa@m17n.org>
12023
12024 * international/utf-8.el (ccl-decode-mule-utf-8):
12025 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
12026
12027 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
12028 * international/subst-big5.el: Likewise.
12029 * international/subst-gb2312.el: Likewise.
12030 * international/subst-ksc.el: Likewise.
12031
12032 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12033
12034 * calendar/calendar.el (increment-calendar-month)
12035 (calendar-leap-year-p, calendar-absolute-from-gregorian)
12036 (generate-calendar, calendar-read-date, calendar-interval)
12037 (calendar-day-of-week): Handle years BC.
12038 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
12039
12040 2003-10-01 Dave Love <fx@gnu.org>
12041
12042 * language/cyrillic.el (cp1251): Alias for windows-1251.
12043
12044 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
12045 bootstrap.
12046
12047 2003-10-01 Lute Kamstra <lute@gnu.org>
12048
12049 * files.el: Fix typo.
12050 * imenu.el (imenu--generic-function): Docstring fix.
12051
12052 2003-09-30 Richard M. Stallman <rms@gnu.org>
12053
12054 * dired.el (dired-mode): Handle dired-directory as a list.
12055
12056 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
12057
12058 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
12059
12060 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
12061
12062 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
12063 Replace gud-display with gud-watch.
12064 (gud-speedbar-buttons): Add stuff for watching expressions
12065 in the speedbar when using M-x gdba. Use dolist on old part
12066 of this function.
12067
12068 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
12069 (gdb-update-flag): New variables.
12070 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
12071 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
12072 (gud-watch, gdb-var-create-handler) : New functions.
12073 (gdb-var-list-children, gdb-var-list-children-handler)
12074 (gdb-var-create-regexp, gdb-var-update-regexp)
12075 (gdb-var-list-children-regexp): New constants.
12076 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
12077 (gdb-annotation-rules): Reduce annotation set (level 3).
12078 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
12079 (gdb-post-prompt): Don't update GDB buffers every time speedbar
12080 updates.
12081 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
12082 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
12083 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
12084 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
12085 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
12086 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
12087 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
12088 (gud-display, gud-display1)
12089 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
12090 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
12091 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
12092 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
12093 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12094 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12095 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12096 (gdb-display-display-buffer, gdb-toggle-display)
12097 (gdb-delete-display, gdb-expressions-popup-menu)
12098 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12099 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12100 to display buffer.
12101
12102 2003-09-30 Richard M. Stallman <rms@gnu.org>
12103
12104 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12105 Instead, set which-func-functions.
12106
12107 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12108 (which-func-functions): New variable.
12109 (which-function): Use that.
12110
12111 * info.el (Info-mode): Double each `%' in header line.
12112
12113 * emacs-lisp/lisp-mnt.el (lm-with-file):
12114 When FILE is nil, run BODY in current buffer.
12115
12116 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12117
12118 * help.el (describe-mode): Start with a brief list of minor modes.
12119 Find them thru minor-mode-list so as to find them all.
12120 Show them in alphabetical order.
12121
12122 * mail/sendmail.el (mail-aliases): Doc fix.
12123
12124 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12125
12126 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12127
12128 * mail/rmailsum.el (rmail-make-summary-line-1):
12129 Change comma after last label to a space.
12130 (rmail-summary-font-lock-keywords): Adapt to that change.
12131
12132 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12133
12134 * progmodes/scheme.el (scheme-mode-variables): When setting
12135 `font-lock-defaults', also specify that "#" should
12136 be interpreted with `word' syntax.
12137 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12138
12139 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12140
12141 * desktop.el: A lot of comments updated.
12142 (desktop-save-mode): Minor mode introduced.
12143 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12144 (desktop-load-default): Function made obsolete.
12145 (desktop-locals-to-save): Variable made customizable.
12146 (desktop-read): Optional parameter `dirname' added.
12147 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12148 `desktop-read' used.
12149 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12150
12151 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12152
12153 * whitespace.el (whitespace-clean-msg): Add user customizable message
12154 for displaying ``clean'' output.
12155 (whitespace-buffer): Use `whitespace-clean-msg'.
12156 (whitespace-global-mode): Fix typo.
12157
12158 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12159
12160 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12161
12162 2003-09-29 Lute Kamstra <lute@gnu.org>
12163
12164 * bindings.el (mode-line-modes): Remove superfluous :propertize
12165 construct in initialization.
12166 (mode-line-position): Change cons cell into proper list in
12167 initialization.
12168
12169 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12170
12171 * international/mule.el (decode-coding-inserted-region): Use car
12172 of the return value of find-operation-coding-system.
12173
12174 2003-09-29 Kenichi Handa <handa@m17n.org>
12175
12176 * descr-text.el (describe-char): Fix previous change.
12177
12178 2003-09-28 Kenichi Handa <handa@m17n.org>
12179
12180 * descr-text.el (describe-char-display): New function.
12181 (describe-char): Pay attention to display table on describing how
12182 a character is displayed.
12183
12184 * international/mule-cmds.el (encoded-string-description):
12185 Prepend "0x" to each encoded byte.
12186
12187 2003-09-28 Andreas Schwab <schwab@suse.de>
12188
12189 * find-file.el (ff-special-constructs): Add autoload cookie.
12190
12191 2003-09-28 Kevin Ryde <user42@zip.com.au>
12192
12193 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12194 makeinfo appends to duplicate index entries.
12195
12196 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12197
12198 * dired-x.el (dired-clean-tex): Doc fix.
12199
12200 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12201 using a Chinese tutorial.
12202
12203 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12204
12205 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12206 between "MAIL FROM:" and "RCPT TO:" and the following address.
12207
12208 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12209
12210 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12211
12212 2003-09-28 David Ponce <david@dponce.com>
12213
12214 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12215 (recentf-load-list): When `recentf-initialize-file-name-history'
12216 is non-nil, initialize an empty `file-name-history' with the
12217 recent list.
12218
12219 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12220
12221 * man.el (Man-default-man-entry): Remove the leading `*' from the
12222 word at point.
12223
12224 2003-09-26 Lute Kamstra <lute@gnu.org>
12225
12226 * bindings.el (mode-line-position): Mention size indication in
12227 docstring.
12228
12229 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12230
12231 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12232
12233 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12234 because it's autoloaded now.
12235
12236 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12237
12238 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12239 (sh-font-lock-keywords, sh-feature): Fix previous change of
12240 sh-feature to avoid infloop with sh-font-lock-keywords.
12241
12242 2003-09-25 Kim F. Storm <storm@cua.dk>
12243
12244 * frame.el (frame-current-scroll-bars): New defun.
12245
12246 * window.el (window-current-scroll-bars): New defun.
12247
12248 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12249
12250 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12251 cause errors when the state cache contains info on parts that have
12252 been narrowed out.
12253
12254 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12255
12256 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12257 `c-setup-paragraph-variables' has to be used when this variable is
12258 changed; it doesn't work to reinitialize the mode since that
12259 typically clobbers the variable.
12260
12261 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12262 Make it interactive.
12263
12264 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12265
12266 * progmodes/cc-fonts.el (c-font-lock-declarations):
12267 Fix recognition of constructors and destructors for classes whose
12268 names are matched by `*-font-lock-extra-types'.
12269
12270 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12271 followed by an identifier in C++ then it's a type.
12272
12273 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12274
12275 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12276 problem that primarily affected XEmacs. Don't use faces to find
12277 unterminated strings since Emacs and XEmacs fontify strings
12278 differently - this function should now work better in XEmacs.
12279
12280 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12281
12282 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12283 `expand-abbrev' workaround which caused braces to misbehave inside
12284 macros.
12285
12286 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12287 handling. This bug could cause interactive font locking to bail out.
12288
12289 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12290
12291 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12292 Handle paren-style types in Pike. Also fixed some cases of
12293 insufficient handling of unbalanced parens.
12294
12295 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12296
12297 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12298 common shell prompts that are not common filename or URL characters.
12299 (ffap-file-at-point): Use the new regexp to strip the prompts from
12300 the file names. This is an issue mostly for user prompts that
12301 don't have a trailing space and find-file-at-point is invoked from
12302 within a shell inside Emacs.
12303
12304 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12305
12306 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12307 stamps numerically, rather than textually.
12308
12309 2003-09-24 Kenichi Handa <handa@m17n.org>
12310
12311 * language/devan-util.el (devanagari-post-read-conversion):
12312 * language/mlm-util.el (malayalam-post-read-conversion):
12313 * language/tml-util.el (tamil-post-read-conversion):
12314 Add autoload cookie.
12315
12316 * international/utf-8.el (utf-8-post-read-conversion):
12317 Call post-read-conversion functions for Devanagari, Malayalam,
12318 and Tamil.
12319
12320 2003-09-23 Dave Love <fx@gnu.org>
12321
12322 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12323
12324 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
12325
12326 * progmodes/gud.el (perldb): Add gud-until to list of commands.
12327 Update gud-remove.
12328
12329 2003-09-22 Richard M. Stallman <rms@gnu.org>
12330
12331 * progmodes/sh-script.el (sh-mode-default-syntax-table):
12332 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
12333 (sh-mode-syntax-table-input): New variable.
12334 (sh-require-final-newline): Don't use eval.
12335 (sh-builtins, sh-leading-keywords, sh-other-keywords)
12336 (sh-variables, sh-font-lock-keywords): Don't use eval.
12337 (sh-set-shell): When setting require-final-newline,
12338 treat value = `require-final-newline' as don't change it.
12339 Set sh-mode-syntax-table locally based on
12340 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12341
12342 * progmodes/compile.el (compile-internal):
12343 Call compilation-set-window-height before setting window start.
12344
12345 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
12346
12347 * emacs-lisp/bytecomp.el (byte-compile-log-file):
12348 Clear out byte-compile-last-warned-form.
12349
12350 2003-09-22 Richard M. Stallman <rms@gnu.org>
12351
12352 * woman.el (woman-file-name, woman-follow-word):
12353 If current-word returns nil, use "".
12354
12355 * simple.el (eval-expression): Bind standard-output in to-buffer case.
12356
12357 2003-09-22 Richard M. Stallman <rms@gnu.org>
12358
12359 * emacs-lisp/lisp-mnt.el (lm-with-file):
12360 Don't visit the file, just use insert-file-contents in temp buffer.
12361
12362 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
12363
12364 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12365 Add surrounding \\( and \\) around the header, as in
12366 for lm-history-header 'Change Log\\|History'.
12367
12368 2003-09-22 John Paul Wallington <jpw@gnu.org>
12369
12370 * progmodes/ld-script.el: Add Commentary section,
12371 minor cleanup of file header.
12372 (ld-script-font-lock-keywords): Doc fix.
12373 (toplevel): Provide `ld-script' feature.
12374
12375 2003-09-21 Kim F. Storm <storm@cua.dk>
12376
12377 * scroll-bar.el (set-scroll-bar-mode): Initialize to
12378 new built-in variable default-frame-scroll-bars.
12379 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12380 scroll-bar-mode; notably, use it instead of t when we toggle
12381 scroll-bars on.
12382 (toggle-scroll-bar): Use default-frame-scroll-bars.
12383
12384 2003-09-19 Masatake YAMATO <jet@gyve.org>
12385
12386 * pcvs.el (cvs-do-removal): Change the prompt depending on
12387 `filter' value.
12388
12389 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12390
12391 * startup.el (command-line-1): Stop startup-echo-area-message
12392 being hidden by "Loading image..." message.
12393 (use-fancy-splash-screens-p, display-splash-screen):
12394 Move display-graphic-p test from latter to former.
12395
12396 * progmodes/sh-script.el (sh-font-lock-keywords):
12397 Highlight escaped EOLs differently from other backslash constructs.
12398
12399 2003-09-19 Richard M. Stallman <rms@gnu.org>
12400
12401 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12402 New functions.
12403 (edebug-enter, edebug-outside-excursion): Use them.
12404
12405 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12406 Fix the condition for whether to print "In WHERE".
12407
12408 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
12409
12410 * finder.el (finder-mode-hook): New variable.
12411 (finder-mode): Run hook finder-mode-hook
12412
12413 2003-09-18 Masatake YAMATO <jet@gyve.org>
12414
12415 * progmodes/ebrowse.el: Fix broken magic autoload comments.
12416
12417 2003-09-17 Mario Lang <mlang@delysid.org>
12418
12419 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12420 "p %e" to actually print the value in the GUD buffer.
12421
12422 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
12423
12424 From David Ponce <david.ponce@wanadoo.fr>:
12425 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12426 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12427 from loaddefs-boot.el if necessary.
12428
12429 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
12430
12431 * progmodes/gud.el (gud-find-class): Make jdb work again since
12432 cc-mode changed the syntactic information.
12433
12434 2003-09-15 David Ponce <david@dponce.com>
12435
12436 * recentf.el: (recentf-exclude): Accept predicates too.
12437 (recentf-file-readable-p): New function.
12438 (recentf-include-p): Handle predicates in recentf-exclude.
12439 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
12440 (recentf-cleanup): Likewise.
12441 (recentf-save-list): Use write-file to handle backup of
12442 recentf-save-file.
12443
12444 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
12445
12446 * loaddefs-boot.el: Renamed from `loaddefs.el'
12447 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12448 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12449 necessary.
12450
12451 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
12452
12453 * electric.el (Electric-pop-up-window): For the `one-window' case,
12454 no longer disconcertingly move point in the original buffer.
12455
12456 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12459
12460 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
12461
12462 * dired.el (dired-mode-map): Fix typo.
12463
12464 2003-09-11 Richard M. Stallman <rms@gnu.org>
12465
12466 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12467
12468 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12469
12470 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12471 the function is less noisy. Now only `kill-buffer' can ask questions.
12472
12473 2003-09-10 Mario Lang <mlang@delysid.org>
12474
12475 * battery.el: Update Commentary and Copyright.
12476 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12477 appear due to wrong ordering of the expressions in `or'.
12478
12479 2003-09-09 Lute Kamstra <lute@gnu.org>
12480
12481 * misc.el (upcase-char): Fix docstring.
12482 (zap-up-to-char): New command.
12483
12484 2003-09-08 David Ponce <david@dponce.com>
12485
12486 Ensure that recentf correctly updates the menu bar.
12487 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12488 (recentf-menu-bar): New function.
12489 (recentf-clear-data): Use it
12490 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
12491 of easy-menu-change.
12492
12493 2003-09-08 Lute Kamstra <lute@gnu.org>
12494
12495 * simple.el (size-indication-mode): New.
12496 * bindings.el (mode-line-position): Add buffer size indicator.
12497
12498 2003-09-04 Mario Lang <mlang@delysid.org>
12499
12500 * battery.el (battery-linux-proc-acpi): New function.
12501 (battery-status-function): Modify default value calculation to also
12502 check for availability of ACPI.
12503 (battery-echo-area-format): Ditto.
12504 (battery-mode-line-format): Ditto.
12505
12506 2003-09-06 Dave Love <fx@gnu.org>
12507
12508 * ielm.el (ielm-mode-hook): Add :options.
12509
12510 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12511 (eldoc-print-current-symbol-info): Use it.
12512
12513 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12514
12515 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12516 being displayed in GUD buffer.
12517 (gdb-idle-input-queue): Remove var. Use just one queue.
12518 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12519 Remove functions. Use just one queue.
12520 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12521 (gdb-invalidate-assembler, gdb-get-current-frame):
12522 Modify functions. Use just one queue.
12523
12524 2003-09-04 Dave Love <fx@gnu.org>
12525
12526 * cus-start.el: Add blink-cursor-alist.
12527
12528 * ruler-mode.el (ruler-mode-fill-column-char)
12529 (ruler-mode-current-column-char): Use char-displayable-p,
12530 not window-system.
12531
12532 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12533
12534 * language/european.el (windows-1252): Move from code-pages.
12535
12536 * language/cyrillic.el ("Windows-1251"): Delete.
12537 ("Bulgarian", "Belarusian"): Remove `features'.
12538 (windows-1251): Move from code-pages.
12539
12540 * international/mule-diag.el (non-iso-charset-alist):
12541 Remove `codepage' stuff.
12542 (print-designation, list-coding-systems-1): Output fixes.
12543
12544 * international/code-pages.el (cp-make-translation-table)
12545 (cp-valid-codes): Made defsubsts.
12546 (cp-fix-safe-chars): Delete.
12547 (mule-diag): Don't require.
12548 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12549 (top-level): Check for defined coding system when defining
12550 cp... aliases. Change w32-add-charset-info test to avoid warning.
12551 (non-iso-charset-alist): Defvar when compiling.
12552 (cp-make-coding-system): Doc fix.
12553
12554 2003-09-02 Jason Rumney <jasonr@gnu.org>
12555
12556 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12557 line-ends from CVS before doing conversion.
12558
12559 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
12560
12561 * calendar/diary-lib.el (diary-header-line-flag)
12562 (diary-header-line-format): New variables.
12563 (list-diary-entries): Use them to set header line in simple diary.
12564
12565 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12566 other than font-lock-string-face to highlight backslashes.
12567
12568 2003-09-01 Jason Rumney <jasonr@gnu.org>
12569
12570 * international/titdic-cnv.el (tit-read-key-value): Include \r in
12571 regexp.
12572
12573 2003-09-01 Dave Love <fx@gnu.org>
12574
12575 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12576
12577 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12578 and :help; also line and column numbers labels.
12579
12580 * international/mule-util.el (char-displayable-p): Move from
12581 latin1-disp, rename and autoload.
12582
12583 * international/latin1-disp.el (latin1-char-displayable-p):
12584 Now obsolete alias. Replace uses with char-displayable-p.
12585 (latin1-display-ucs-per-lynx): Fix last change.
12586
12587 * international/mule-cmds.el (standard-display-european-internal):
12588 Don't use char code for Latin-1 NBSP.
12589 <XFree86 4>: Unfrob NBSP display table. Set display table to use
12590 U+2018, U+2019 for `'.
12591 (select-safe-coding-system): Message fix.
12592
12593 2003-09-01 Kenichi Handa <handa@m17n.org>
12594
12595 * international/fontset.el (setup-default-fontset): For Thai
12596 font, specify "*" family.
12597
12598 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12599
12600 * progmodes/compile.el (previous-error): Accept a prefix
12601 argument, similarly to next-error.
12602
12603 2003-08-31 Masatake YAMATO <jet@gyve.org>
12604
12605 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12606 the number of files. Bind the number of files to a local
12607 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12608
12609 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12610
12611 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12612 2003-07-26: msdos-long-file-names is a function, not a variable.
12613
12614 2003-08-29 Richard M. Stallman <rms@gnu.org>
12615
12616 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12617 Do nothing with mail-personal-alias-file if it is nil.
12618
12619 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12620 Do nothing if mail-personal-alias-file is nil.
12621
12622 * term.el (term-exec-1): Bind coding-system-for-read.
12623
12624 * dired.el (dired-mouse-find-file-other-window):
12625 Use dired-view-command-alist here, as in dired-view-file.
12626 (dired-view-command-alist): Use %s to substitute file name.
12627 Handle .ps_pages, .eps, .jpg, .gif, .png.
12628
12629 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12630
12631 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12632 `Info-prev-reference', instead of M-tab.
12633
12634 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12635
12636 * simple.el (blink-matching-open): Work correctly on chars that
12637 are designated as parens through the syntax-table text property.
12638
12639 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12640
12641 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12642 line break position in the middle of a non-kinsoku (e.g. latin)
12643 word, making it skip until either a space or a character with
12644 category "|".
12645 (kinsoku-longer): Test for end of buffer.
12646
12647 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12648
12649 * mail/rmail.el (rmail-convert-to-babyl-format):
12650 Detect quoted-printable- and base64-encoded messages and decode them
12651 automatically. Set the message's encoding from the charset=
12652 header, if any. Decode base64-encoded messages in Mail format as well.
12653
12654 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12655
12656 * mail/smtpmail.el: Fix previous change.
12657 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12658 calling smtpmail-via-smtp.
12659 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12660
12661 2003-08-26 John Paul Wallington <jpw@gnu.org>
12662
12663 * image.el (image-jpeg-p): Don't search beyond length of data.
12664
12665 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12666
12667 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12668 misfeature in `expand-abbrev' which caused electric keywords like
12669 "else" to disappear if an open brace was typed directly afterwards.
12670
12671 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12672
12673 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12674 mandatory in `define-widget'.
12675
12676 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12677 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12678
12679 (c-assignment-operators): New language constant that only contains
12680 the assignment operators.
12681
12682 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12683
12684 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12685
12686 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12687 Safeguard against unbalanced sexps.
12688
12689 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12690
12691 * version.el (emacs-version): Check for gtk. Include gtk version info.
12692
12693 2003-08-25 John Paul Wallington <jpw@gnu.org>
12694
12695 * man.el (Man-default-man-entry): Don't whizz past the section
12696 number before looking for it.
12697
12698 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12699
12700 * progmodes/gud.el (gud-display-line): Don't set window-point if
12701 source buffer is not visible. (Only happens with M-x gdba.)
12702
12703 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12704 documentation.
12705 (gdb-source, gdb-source-info): Update to assembler unnecessary
12706 as its done after each GDB command anyway.
12707 (gdb-pre-prompt): Use with-current-buffer.
12708 (gdb-insert-field): Add help-echo text.
12709 (gdb-invalidate-assembler): Re-display of assembler now done in
12710 gdb-info-breakpoints-custom.
12711 (gdb-info-breakpoints-custom): Force re-display of assembler to
12712 happen *after* update of breakpoints buffer.
12713 (gdb-display-source-buffer): Don't choke if gdb-source-window
12714 isn't visible.
12715 (gdb-put-string, gdb-put-arrow): Remove free variables.
12716
12717 2003-08-24 John Paul Wallington <jpw@gnu.org>
12718
12719 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12720
12721 * man.el (Man-default-man-entry): Strip text properties when
12722 snarfing parts of entry because `format' preserves properties.
12723
12724 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12725
12726 * files.el (file-newest-backup): Use `expand-file-name'.
12727
12728 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12729 Allow the diary to pop up a new frame, if needed.
12730
12731 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12732 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12733 (smtpmail-send-it): Make treatment of envelope-from consistent with
12734 sendmail.el.
12735
12736 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12737 (sh-leading-keywords): Add the bash `time' reserved word.
12738 (sh-variables): Add some bash variables.
12739 (sh-add-completer): Fix nil branch of case statement.
12740
12741 2003-08-24 Masatake YAMATO <jet@gyve.org>
12742
12743 * progmodes/ld-script.el: New file.
12744
12745 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12746
12747 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12748
12749 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12750
12751 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12752 Better explain obsolescence, and what to use instead.
12753
12754 2003-08-23 Masatake YAMATO <jet@gyve.org>
12755
12756 * pcvs.el (cvs-do-removal): Show the deleted file name
12757 on the prompt.
12758
12759 2003-08-20 Dave Love <fx@gnu.org>
12760
12761 * international/mule.el (make-coding-system)
12762 (set-buffer-file-coding-system): Doc fix.
12763
12764 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12765
12766 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12767
12768 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12769
12770 * international/utf-16.el: Add mime-text-unsuitable coding system
12771 properties.
12772
12773 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12774
12775 * cus-edit.el: Add some :links.
12776 (bib): Remove.
12777
12778 * textmodes/bib-mode.el (bib): Add :group external.
12779
12780 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12781
12782 * wid-edit.el (widget-echo-help): Make it handle expressions that
12783 evaluate to strings.
12784
12785 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12786
12787 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12788
12789 Simplify selection of SQL products to define highlighting and
12790 interactive mode. Includes detailed instructions on adding
12791 support for new products.
12792
12793 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12794 product for use in highlighting and interactive mode.
12795 (sql-interactive-product): New variable. SQL product for
12796 sql-interactive-mode.
12797 (sql-product-support): New variable. Specifies product-specific
12798 parameters to drive highlighting and interactive mode.
12799 (sql-imenu-generic-expression): Add more object types.
12800 (sql-sqlite-options): Correct comment.
12801 (sql-ms-program): Use "osql" rather than "isql".
12802 (sql-prompt-regexp, sql-prompt-length): Update comment.
12803 (sql-mode-menu): Add "Start SQLi session" entry.
12804 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12805 (sql-mode-abbrev-table): Add abbreviations. Support of
12806 SYSTEM-FLAG on define-abbrev. Support was removed with last
12807 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12808 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12809 names.
12810 (sql-mode-ansi-font-lock-keywords): Set as default value.
12811 (sql-mode-oracle-font-lock-keywords): Set as default value.
12812 Support Oracle 9i keywords.
12813 (sql-mode-postgres-font-lock-keywords): Set as default value.
12814 (sql-mode-linter-font-lock-keywords): Set as default value.
12815 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12816 SQLServer 2000.
12817 (sql-mode-sybase-font-lock-keywords)
12818 (sql-mode-interbase-font-lock-keywords)
12819 (sql-mode-sqlite-font-lock-keywords)
12820 (sql-mode-strong-font-lock-keywords)
12821 (sql-mode-mysql-font-lock-keywords)
12822 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12823 keywords.
12824 (sql-mode-font-lock-defaults): Update comment.
12825 (sql-product-feature): New function. Returns feature associated
12826 with a product from `sql-product-support' alist.
12827 (sql-product-font-lock): New function. Set font-lock support
12828 based on `sql-product'.
12829 (sql-add-product-keywords): New function. Add font-lock rules to
12830 product-specific keyword variables.
12831 (sql-set-product): New function. Set `sql-product' and apply
12832 appropriate font-lock highlighting.
12833 (sql-highlight-product): New function. Set font-lock support
12834 based on a product. Also set mode name to include product name.
12835 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12836 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12837 Use `sql-set-product'.
12838 (sql-highlight-ms-keywords)
12839 (sql-highlight-sybase-keywords)
12840 (sql-highlight-interbase-keywords)
12841 (sql-highlight-strong-keywords)
12842 (sql-highlight-mysql-keywords)
12843 (sql-highlight-sqlite-keywords)
12844 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12845 (sql-get-login): Prompt in the same order as the tokens.
12846 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12847 (sql-product-interactive): New function. Common portions of
12848 product-specific interactive mode wrappers.
12849 (sql-interactive-mode): Rewritten to use product features.
12850 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12851 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12852 (sql-db2, sql-linter): Use `sql-product-interactive'.
12853 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12854 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12855 (sql-connect-ingres, sql-connect-postgres)
12856 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12857 New functions. Format command line parameters and invoke comint on
12858 the appropriate interpreter. Code was in the corresponding
12859 `sql-xyz' function before.
12860 (sql-connect-ms): New function. Support -E argument to use
12861 operating system credentials for authentication.
12862
12863 2003-08-18 Kenichi Handa <handa@m17n.org>
12864
12865 * international/mule.el (encode-char): Fix for the ASCII case.
12866
12867 2003-08-15 Kenichi Handa <handa@m17n.org>
12868
12869 * international/fontset.el (setup-default-fontset): Change "*" to
12870 nil in the specifications of font family.
12871
12872 2003-08-18 Kim F. Storm <storm@cua.dk>
12873
12874 * kmacro.el (kmacro-keymap): Group related bindings in
12875 initialization for clarity. Bind C-s to start macro.
12876 Remove C-r binding.
12877 (kmacro-initial-counter-value): New defvar to hold initial counter
12878 value in case we set the value before defining a macro.
12879 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12880 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12881 not defining or executing macro. Doc fix.
12882 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12883 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12884 temporarily view older elements on the macro ring without cycling
12885 the ring.
12886 (kmacro-display): Doc fix.
12887 (kmacro-exec-ring-item): New helper function.
12888 (kmacro-call-ring-2nd): Use it.
12889 (kmacro-call-ring-2nd-repeat): Doc fix.
12890 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12891 (kmacro-end-or-call-macro): Execute last viewed macro (using
12892 kmacro-exec-ring-item) from ring if this follows
12893 kmacro-view-macro. This allows us to find a macro on the ring
12894 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12895 the ring to bring it to the head of the ring.
12896 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12897 Allow binding to reserved keys without specifying C-x C-k prefix.
12898 Ask for confirmation if entered key sequence is already bound to
12899 a non-macro command.
12900 (kmacro-view-macro): Repeating command will show older elements
12901 on the macro ring; C-k will execute the last viewed macro.
12902 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12903 property from 'ring to 'head.
12904
12905 2003-08-17 Alan Shutko <ats@acm.org>
12906
12907 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12908 keeping December out of the alist.
12909
12910 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12911
12912 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12913 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12914 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12915 (calendar-flatten): New function.
12916 (calendar-mouse-view-other-diary-entries)
12917 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12918 in the menu title and to show multi-line diary entries correctly
12919 in the menu.
12920
12921 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12922
12923 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12924 defcustom, because the default was recently changed.
12925
12926 2003-08-16 Richard M. Stallman <rms@gnu.org>
12927
12928 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12929
12930 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12931 New subroutine, broken out of eval-last-sexp-1.
12932 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12933
12934 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12935
12936 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12937
12938 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12939
12940 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12941
12942 * progmodes/compile.el (compilation-error-regexp-alist):
12943 Add Java ANt error detection as described in document
12944 http://ant.apache.org/faq.html
12945
12946 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12947
12948 * simple.el (backward-word, forward-to-indentation)
12949 (backward-to-indentation): Argument changed to optional.
12950 (next-line, previous-line): Use `or' instead of `unless'.
12951
12952 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12953
12954 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12955 instead of a constant.
12956
12957 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12958
12959 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12960
12961 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12962
12963 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12964 (vc-sccs-workfile-version): Search the entire delta table, rather
12965 than just the first entry, because that might be a deleted version.
12966
12967 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12968
12969 * menu-bar.el (menu-bar-options-menu): Supply a body for the
12970 [save-place] binding in the Options menu. Have it require
12971 'saveplace' and then toggle the variable manually, to avoid an an
12972 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12973 for the bug report.
12974
12975 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12976
12977 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12978 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12979 (gdb-info-threads-custom): Add help-echo text.
12980 (gdb-display-back): Don't use purecopy.
12981 (gdb-info-breakpoints-custom, gdb-reset)
12982 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12983 icons can be displayed.
12984
12985 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12986
12987 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12988
12989 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12990
12991 * bookmark.el (bookmark-completing-read):
12992 Return a string, instead of a list of one string.
12993 Use a popup menu if activated from the mouse.
12994 (bookmark-edit-annotation): Remove unused vars.
12995 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12996 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12997 to bookmark-completing-read.
12998 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12999 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
13000 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
13001 and erase-buffer.
13002 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
13003 (bookmark-menu-jump, bookmark-menu-insert)
13004 (bookmark-popup-menu-and-apply-function)
13005 (bookmark-menu-popup-paned-bookmark-menu): Remove.
13006 (bookmark-menu-build-paned-menu): Remove by folding it into
13007 bookmark-menu-popup-paned-menu.
13008 (menu-bar-bookmark-map): Move the define-key statements here.
13009 Use the "non-menu" commands since they now pop up a menu if needed.
13010 (bookmark-exit-hook-internal): Simplify.
13011
13012 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
13013
13014 * reftex-toc.el (reftex-toc-rename-label): New function.
13015 (reftex-toc-check-docstruct): New function.
13016
13017 * reftex.el (reftex-region-active-p): New function.
13018
13019 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
13020 regexp to find the \bibliography macro.
13021
13022 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
13023 which does not exist in LaTeX.
13024 (reftex-cite-format-builtin): Added amsrefs support.
13025 (reftex-toc-confirm-promotion): New option
13026
13027 * reftex-toc.el
13028 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
13029 (reftex-toc-demote, reftex-toc-promote)
13030 (reftex-toc-do-promote, reftex-toc-promote-prepare)
13031 (reftex-toc-promote-action, reftex-toc-extract-section-number)
13032 (reftex-toc-newhead-from-alist)
13033 (reftex-toc-load-all-files-for-promotion): New functions.
13034 (reftex-toc-help): Added description of new keys.
13035 (reftex-toc-split-windows-fraction): New option.
13036 (reftex-recenter-toc-when-idle): Search *toc* window on all
13037 visible frames.
13038 (reftex-toc): Additional parameter REUSE
13039 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
13040 with REUSE argument.
13041 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
13042 the call of `reftex-toc'.
13043 (reftex-make-separate-toc-frame): New function .
13044 (reftex-toc-recenter): When called with triple prefix arg, call
13045 `reftex-make-separate-toc-frame' first.
13046 (reftex-toc-toggle-dedicated-frame): New command.
13047 (reftex-toc-quit): Adapted to delete frame when called in
13048 dedicated frame.
13049
13050 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
13051 all enclosing macros.
13052
13053
13054 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13055
13056 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
13057 first use.
13058
13059 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13060
13061 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
13062
13063 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
13064
13065 * calendar/calendar.el (list-diary-entries-hook)
13066 (diary-display-hook, nongregorian-diary-listing-hook)
13067 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
13068 Add some customize options for these hooks.
13069 (calendar-abbrev-construct): Don't try to take a substring longer
13070 than the original string.
13071
13072 2003-08-05 Richard M. Stallman <rms@gnu.org>
13073
13074 * emacs-lisp/testcover.el (noreturn): Report error if does return.
13075 (testcover-reinstrument-clauses): Doc fix.
13076
13077 * emacs-lisp/warnings.el: Doc fixes, args renamed.
13078 (warning-type-format): Rename from warning-group-format.
13079
13080 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
13081 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
13082 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
13083 to prevent warnings about defvar for an obsolete variable.
13084
13085 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13086 warning-group-format renamed to warning-type-format.
13087
13088 * subr.el (read-passwd): Use clear-string instead of fillarray.
13089
13090 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
13091 Use vconcat instead of concat.
13092 (edmacro-sanitize-for-string): New function.
13093
13094 2003-08-05 Dave Love <fx@gnu.org>
13095
13096 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13097 line-number-display-limit-width.
13098
13099 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13100
13101 2003-08-05 Kenichi Handa <handa@m17n.org>
13102
13103 * international/code-pages.el: Don't require mule-diag.
13104
13105 * international/mule-diag.el (non-iso-charset-alist):
13106 Add autoload cookie.
13107
13108 * language/devan-util.el (dev-glyph-order): Add an entry for the
13109 glyph code #xC4.
13110
13111 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13112
13113 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13114 (european-calendar-style, diary-date-forms)
13115 (calendar-day-name-array, calendar-month-name-array): Doc change.
13116 (generate-calendar-month): Adapt for new behaviour of
13117 `calendar-day-name' function.
13118 (calendar-abbrev-length, calendar-day-abbrev-array)
13119 (calendar-month-abbrev-array): New variables.
13120 (calendar-abbrev-construct): New function.
13121 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13122 rather than fixing abbrevs at some width. Calling syntax change.
13123 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13124 (calendar-date-string): Adapt for new behaviours of
13125 `calendar-day-name' and `calendar-month-name' functions.
13126
13127 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13128 behaviour of `calendar-day-name' and `calendar-month-name' functions.
13129 (diary-name-pattern): Use abbrev arrays, rather than fixing
13130 abbrevs at three chars. Calling syntax change.
13131 (mark-diary-entries): Adapt for new behaviours of
13132 `diary-name-pattern' and `calendar-make-alist' functions.
13133 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13134 `diary-name-pattern' function.
13135 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13136 fixing abbrevs at three chars. Calling syntax change.
13137 (cal-hebrew, cal-islam): Require when compiling.
13138 (diary-font-lock-keywords): Adapt for new behaviour of
13139 `font-lock-diary-date-forms' function.
13140
13141 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13142 (calendar-hebrew-month-name-array-common-year)
13143 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13144 (list-hebrew-diary-entries): Adapt for new behaviours of
13145 `calendar-day-name' and `add-to-diary-list' functions.
13146 (mark-hebrew-diary-entries): Adapt for new behaviours of
13147 `diary-name-pattern' and `calendar-make-alist' functions.
13148
13149 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13150 Add doc string.
13151 (list-islamic-diary-entries): Adapt for new behaviours of
13152 `calendar-day-name' and `add-to-diary-list' functions.
13153 (mark-islamic-diary-entries): Adapt for new behaviours of
13154 `diary-name-pattern' and `calendar-make-alist' functions.
13155
13156 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13157 `calendar-month-name' function.
13158
13159 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13160
13161 * calendar/solar.el (solar-seasons-data): Move definition before use.
13162
13163 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13164 (cal-tex-LaTeX-hourbox): Move definition before use.
13165
13166 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13167 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13168 lunar.el, solar.el
13169 (displayed-month, displayed-year): Define for compiler.
13170
13171 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13172
13173 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13174 MODE. Renamed from c-init-c-language-vars'.
13175 (c-initialize-cc-mode): Change accordingly.
13176 (c-common-init): Ditto.
13177 (c-mode): Ditto.
13178 (c++-mode): Use `c-init-language-vars-for'.
13179 (objc-mode): Ditto.
13180 (java-mode): Ditto.
13181 (idl-mode): Ditto.
13182 (pike-mode): Ditto.
13183 (awk-mode): Ditto.
13184
13185 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13186
13187 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13188 or not the point moved.
13189
13190 (c-search-decl-header-end): Don't trip up on operator identifiers
13191 in C++ and operators like == in all languages.
13192
13193 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13194 Detect leading labels correctly.
13195
13196 2003-08-02 Andreas Schwab <schwab@suse.de>
13197
13198 * textmodes/ispell.el: Don't redo key bindings on loading, put
13199 them only in loaddefs.el.
13200 * bookmark.el: Likewise.
13201 * dabbrev.el: Likewise.
13202 * emerge.el: Likewise.
13203
13204 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13205 has more than one member.
13206
13207 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13208
13209 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13210
13211 * lpr.el (printify-region): It was ending conversion before the
13212 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13213
13214 2003-07-31 John Paul Wallington <jpw@gnu.org>
13215
13216 * net/browse-url.el (browse-url-epiphany): Doc fix.
13217
13218 2003-07-30 Kenichi Handa <handa@m17n.org>
13219
13220 * international/fontset.el (setup-default-fontset):
13221 Change registry names of Akurti fonts.
13222
13223 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13224
13225 * comint.el (comint-read-noecho): Use `clear-string' instead of
13226 `fillarray'.
13227
13228 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13229
13230 * outline.el (outline-mode-hook): Add defvar.
13231
13232 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13233
13234 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13235 Restore assembler in source window if that is what has been selected.
13236 (menu): Add gdb-restore-windows to menu. Make gdba
13237 specific menus only visible from gdba.
13238
13239 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
13240
13241 * progmodes/compile.el (compilation-environment): New user variable.
13242 (compile-internal): Respect it.
13243
13244 2003-07-23 Masatake YAMATO <jet@gyve.org>
13245
13246 * progmodes/gud.el (gdb-script-font-lock-keywords):
13247 Put `font-lock-function-name-face' on a symbol which includes
13248 `-' like `hook-run'. Put font-lock-variable-name-face
13249 on a symbol starting with $.
13250
13251 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13252
13253 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13254
13255 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13256
13257 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13258
13259 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13260
13261 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13262 Use with-no-warnings.
13263 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13264 rather than to find-file-not-found-hook, which doesn't exist.
13265
13266 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13267
13268 * international/quail.el (quail-translate-key): Fix previous change.
13269
13270 2003-07-25 John Paul Wallington <jpw@gnu.org>
13271
13272 * server.el (server-start): Check `server-process' is non-nil
13273 before killing it to avoid killing current buffer's process.
13274
13275 * simple.el (choose-completion-string): Use `minibufferp';
13276 test `completion-reference-buffer' if `buffer' arg is nil.
13277 (push-mark): Use `when' and `unless'.
13278 (pop-mark): Use `when'.
13279
13280 * mouse-sel.el (mouse-sel-get-selection-function):
13281 Check `x-last-selected-text-primary'. Don't barf if it or
13282 `x-last-selected-text' aren't bound.
13283
13284 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13285
13286 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13287
13288 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13289
13290 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13291
13292 2003-07-23 John Paul Wallington <jpw@gnu.org>
13293
13294 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13295
13296 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13297
13298 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13299 string. Defvar the derived hook.
13300
13301 * macros.el (insert-kbd-macro): Escape double quote character.
13302 From Thomas W Murphy <twm@andrew.cmu.edu>.
13303
13304 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13305
13306 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13307 to match the specific mark rather than reusing comment-start-skip.
13308
13309 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13310
13311 * progmodes/hideshow.el (hs-special-modes-alist):
13312 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13313
13314 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13315
13316 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13317 value using ?\s.
13318
13319 2003-07-21 John Paul Wallington <jpw@gnu.org>
13320
13321 * subr.el (with-selected-window): Add closing paren.
13322
13323 2003-07-21 Richard M. Stallman <rms@gnu.org>
13324
13325 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13326 (lisp-mode): Likewise.
13327
13328 * subr.el (with-selected-window): Copy code form save-selected-window
13329 so as to call select-window with norecord arg.
13330 (dynamic-completion-table): Doc fix.
13331 (lazy-completion-table): Doc fix.
13332
13333 * international/mule-cmds.el (set-locale-environment):
13334 langinfo renamed to locale-info.
13335
13336 * international/mule.el (auto-coding-functions): Doc fix.
13337
13338 2003-07-21 Kenichi Handa <handa@m17n.org>
13339
13340 * international/quail.el (quail-translate-key):
13341 Update quail-current-str correctly.
13342
13343 2003-07-21 Andreas Schwab <schwab@suse.de>
13344
13345 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13346 ?, to "_".
13347
13348 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13349 Version 2.0.36 of Tramp released.
13350
13351 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13352 tramp-password-end-of-line.
13353 (tramp-password-end-of-line): New method parameter.
13354 (tramp-get-password-end-of-line): Function to access method
13355 parameter `tramp-password-end-of-line', or variable
13356 `tramp-default-password-end-of-line' (default value).
13357 (tramp-methods): Add entries for new parameter
13358 tramp-password-end-of-line.
13359 (tramp-enter-password): Use new function
13360 `tramp-get-password-end-of-line'.
13361 (tramp-handle-insert-file-contents): Do not
13362 unconditionally inhibit the file operation file-local-copy, only
13363 do that when the inhibit-file-name-operation is currently
13364 insert-file-contents. This fixes finding remote CVS-controlled
13365 files. (It would barf on inserting the CVS/Entries file
13366 literally, because the file-local-copy handler wasn't called.)
13367 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13368 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13369 (tramp-initial-commands): New variable.
13370 (tramp-process-initial-commands): New function, using the variable.
13371 (tramp-open-connection-setup-interactive-shell): Call the new function.
13372 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13373 method into the buffer name, never use nil. Reported by Hanak
13374 David <dhanak@inf.bme.hu>.
13375 (tramp-open-connection-setup-interactive-shell): Erase buffer
13376 before sending "stty -onlcr".
13377
13378 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13379
13380 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
13381
13382 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13383
13384 2003-07-19 John Paul Wallington <jpw@gnu.org>
13385
13386 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13387 (artist-draw-rect, artist-draw-square): Doc fixes.
13388
13389 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13390
13391 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13392
13393 2003-07-19 Kenichi Handa <handa@m17n.org>
13394
13395 * international/kkc.el (kkc-show-conversion-list-update):
13396 Highlight the correct candidate in the message.
13397
13398 2003-07-18 John Paul Wallington <jpw@gnu.org>
13399
13400 * simple.el (current-word): Don't include punctuation char when
13401 `really-word' arg is non-nil.
13402
13403 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
13404
13405 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13406 moved to the directory obsolete.
13407
13408 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
13409
13410 * info.el (Info-menu-entry-name-re): Allow newlines in
13411 menu entry names.
13412
13413 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13414 syntax-ppss-after-change-function.
13415 (syntax-ppss-after-change-function): New alias. Update uses.
13416 (syntax-ppss): Catch the case where the buffer is narrowed.
13417
13418 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13419
13420 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13421 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13422
13423 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13424
13425 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13426 since it might be modified.
13427
13428 * progmodes/cc-langs.el (c++-make-template-syntax-table)
13429 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13430 names to these language constants.
13431
13432 2003-07-15 Kim F. Storm <storm@cua.dk>
13433
13434 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13435 All uses changed.
13436
13437 2003-07-14 Mark A. Hershberger <mah@everybody.org>
13438
13439 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13440 Namespace support.
13441
13442 2003-07-13 Juanma Barranquero <lektu@terra.es>
13443
13444 * frame.el (modify-all-frames-parameters): Reinstall (copyright
13445 papers received).
13446
13447 2003-07-13 Karl Eichwalder <ke@suse.de>
13448
13449 * textmodes/po.el (po-find-charset): White space at the start of the
13450 Content-Type field body is non-mandatory.
13451
13452 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13453
13454 * textmodes/texinfo.el (texinfo-section-list):
13455 Append appendixsection; a synonym for appendixsec.
13456
13457 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
13458
13459 * man.el (Man-translate-cleanup): New.
13460 (Man-translate-references): Call `Man-translate-cleanup' to clean
13461 leading, trailing and middle spaces.
13462
13463 2003-07-13 Lars Hansen <larsh@math.ku.dk>
13464
13465 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13466 Handle `dired-directory' being a list.
13467
13468 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
13469
13470 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13471 it doesn't exist.
13472
13473 2003-07-12 Richard M. Stallman <rms@gnu.org>
13474
13475 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13476
13477 * progmodes/cc-defs.el (c-make-keywords-re):
13478 Don't use delete-duplicates.
13479 (c-lang-const): Don't use mapcan.
13480
13481 * apropos.el (apropos-show-scores): Make it customizable.
13482 Document new meaning.
13483 (apropos): Compute scores from symbols.
13484 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13485
13486 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13487
13488 * ps-bdf.el: Fix copyright line.
13489 (bdf-directory-list): Fix initialization code.
13490
13491 2003-07-11 John Paul Wallington <jpw@gnu.org>
13492
13493 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13494 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13495 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13496
13497 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13498
13499 * emacs-lisp/ring.el (ring-elements): Doc fix.
13500
13501 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13502
13503 * calendar/timeclock.el (timeclock-relative)
13504 (timeclock-ask-before-exiting, timeclock-use-display-time):
13505 Doc changes.
13506 (timeclock-modeline-display): Give a message if
13507 `timeclock-use-display-time' is non-nil but `display-time-mode'
13508 is not active.
13509
13510 2003-07-11 Kenichi Handa <handa@m17n.org>
13511
13512 * international/mule-cmds.el (set-language-environment):
13513 Set current-language-environment to the correct string.
13514
13515 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13516
13517 * ps-print.el: Print line number correctly in a region. Reported by
13518 Tim Allen <timallen@ls83.fsnet.co.uk>.
13519 (ps-print-version): New version number (6.6.2).
13520 (ps-printing-region): Code fix.
13521
13522 2003-07-10 John Paul Wallington <jpw@gnu.org>
13523
13524 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13525 this function can be called from `add-completions-from-tags-table'.
13526
13527 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13528
13529 * calendar/timeclock.el (timeclock-use-display-time)
13530 (timeclock-day-over-hook, timeclock-workday-remaining)
13531 (timeclock-status-string, timeclock-when-to-leave)
13532 (timeclock-when-to-leave-string, timeclock-log-data)
13533 (timeclock-find-discrep, timeclock-day-base)
13534 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13535 (timeclock-modeline-display): Set the variable
13536 `timeclock-modeline-display'.
13537 (timeclock-update-modeline): Doc fix. Respect value of
13538 `timeclock-relative'.
13539
13540 2003-07-09 Richard M. Stallman <rms@gnu.org>
13541
13542 * textmodes/reftex-parse.el (reftex-all-document-files):
13543 Add autoload cookie.
13544
13545 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13546 (reftex-scanning-info-available-p): Add autoload cookie.
13547
13548 * international/mule-cmds.el
13549 (set-display-table-and-terminal-coding-system): Delete duplicate
13550 aset on standard-display-table.
13551
13552 * view.el (view-file): If existing buffer's major mode is special,
13553 don't go into view mode.
13554
13555 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13556
13557 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13558
13559 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13560 buffer changes; there's third party code that calls this function
13561 directly.
13562
13563 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13564
13565 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13566 (autodoc-font-lock-keywords): Don't byte compile on font lock
13567 initialization when running from byte compiled files.
13568
13569 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13570
13571 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13572 statement ends with auto-increment "++".
13573
13574 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13575
13576 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13577 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13578 these are changed, so declare them as variables and not constants.
13579
13580 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
13581
13582 * subr.el (dolist, dotimes): Doc fix.
13583
13584 2003-07-08 Kim F. Storm <storm@cua.dk>
13585
13586 * international/mule-cmds.el
13587 (set-display-table-and-terminal-coding-system): Don't break
13588 bootstrap if standard-display-table isn't setup yet.
13589
13590 2003-07-07 Richard M. Stallman <rms@gnu.org>
13591
13592 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13593 Give it a doc string, and autoload it.
13594
13595 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13596 Use with-no-warnings.
13597
13598 * info.el (Info-search): If find invisible text, search again.
13599
13600 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13601
13602 * man.el (Man-name-regexp): Match + as part of name.
13603
13604 * simple.el (visible-mode): Rename from vis-mode.
13605 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13606
13607 * simple.el (current-word): New arg REALLY-WORD specifies
13608 don't include punctuation chars.
13609
13610 * emacs-lisp/debug.el (debug, debugger-env-macro):
13611 Use with-no-warnings while accessing and binding unread-command-char.
13612
13613 * international/mule-cmds.el
13614 (set-display-table-and-terminal-coding-system): Use explicit loop
13615 instead of calling standard-display-default.
13616
13617 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13618 Use condition-case to catch error in ange-ftp-get-files.
13619
13620 * net/browse-url.el (browse-url-browser-function):
13621 Add alternative for Epiphany.
13622 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13623 (browse-url-epiphany-startup-arguments)
13624 (browse-url-epiphany-new-window-is-tab): New variables.
13625 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13626
13627 * progmodes/compile.el (compile-auto-highlight): Default now t.
13628 (compile): Doc fix.
13629 (compilation-next-error): Fix previous change.
13630
13631 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13632
13633 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13634
13635 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13636
13637 * gdb-ui.el (gdb-source-info): Display current frame when
13638 attaching to an existing process.
13639 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13640 while laying out windows when attaching to an existing process.
13641
13642 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13643
13644 * info.el (Info-menu): Use Info-menu-entry-name-re.
13645
13646 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13647
13648 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13649 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13650
13651 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13652 to match the same text.
13653
13654 2003-07-06 John Paul Wallington <jpw@gnu.org>
13655
13656 * vc.el (vc-annotate-offset): Move defvar up.
13657
13658 2003-07-06 Kim F. Storm <storm@cua.dk>
13659
13660 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13661 This should fix the infinite loop when extracting menu names.
13662
13663 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13664
13665 * files.el (auto-mode-alist, interpreter-mode-alist):
13666 Remove entries to CC Mode modes to avoid duplicates; they are now added
13667 with autoload directives in cc-mode.el.
13668
13669 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13670
13671 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13672 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13673 these are changed, so declare them as variables and not constants.
13674
13675 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13676 ensure that the entry for ".c" extension comes before the one for
13677 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13678 Fix incorrect entries that were added to `interpreter-mode-alist'.
13679 Move the autoload directives for AWK to the top level since they
13680 aren't recognized anywhere else. Do not use the new AWK mode doc
13681 in the autoload form for the old AWK mode.
13682
13683 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13684
13685 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13686 (bibtex-sort-ignore-string-entries): Default value t.
13687 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13688 erroneously in previous version.
13689 (bibtex-string-files): Docstring reflects new parsing scheme.
13690 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13691 docstring, add # as one of the chars to crush
13692 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13693 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13694 (bibtex-autokey-name-change-strings)
13695 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13696 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13697 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13698 (bibtex-autokey-title-terminators)
13699 (bibtex-autokey-titlewords-stretch)
13700 (bibtex-autokey-titleword-ignore)
13701 (bibtex-autokey-titleword-case-convert)
13702 (bibtex-autokey-titleword-abbrevs)
13703 (bibtex-autokey-titleword-abbrevs)
13704 (bibtex-autokey-titleword-change-strings)
13705 (bibtex-autokey-titleword-length)
13706 (bibtex-autokey-titleword-separator)
13707 (bibtex-autokey-name-year-separator)
13708 (bibtex-autokey-year-title-separator)
13709 (bibtex-autokey-before-presentation-function)
13710 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13711 Fix docstring.
13712 (bibtex-strings, bibtex-reference-keys):
13713 Use lazy-completion-table and make-variable-buffer-local.
13714 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13715 (bibtex-braced-string-syntax-table)
13716 (bibtex-quoted-string-syntax-table): New variables.
13717 (bibtex-parse-nested-braces): Remove.
13718 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13719 (bibtex-parse-association): Simplify.
13720 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13721 (bibtex-parse-field-text): Simplify.
13722 (bibtex-search-forward-field, bibtex-search-backward-field):
13723 argument BOUND can take value t.
13724 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13725 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13726 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13727 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13728 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13729 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13730 and ending of entry. Update for changes of bibtex-search-entry.
13731 Simplify.
13732 (bibtex-map-entries): FUN is called with three arguments.
13733 (bibtex-search-entry): Return a cons pair with buffer positions of
13734 beginning and end of entry.
13735 (bibtex-enclosing-field): Simplify.
13736 (bibtex-format-entry): Use booktitle to set a missing title.
13737 (bibtex-autokey-get-names): Fiddle with regexps.
13738 (bibtex-generate-autokey): Use identity.
13739 (bibtex-parse-keys): Use simplified parsing algorithm if
13740 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13741 arguments. Return alist of keys.
13742 (bibtex-parse-strings): Simplify. Return alist of strings.
13743 (bibtex-complete-string-cleanup): Fix docstring.
13744 (bibtex-read-key): New function.
13745 (bibtex-mode): Fix docstring. Do not parse for keys and
13746 strings when the mode is entered. Set fill-paragraph-function to
13747 bibtex-fill-field. Setup font-lock-mark-block-function the way
13748 font-lock intended.
13749 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13750 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13751 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13752 (bibtex-Preamble): Avoid hard coded constants.
13753 (bibtex-make-field): Fix docstring. Simplify.
13754 (bibtex-beginning-of-entry): Always return new position of point.
13755 (bibtex-end-of-entry): Rearrange cond clauses.
13756 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13757 Update for changes of bibtex-map-entries.
13758 (bibtex-ispell-abstract): Do not move point.
13759 (bibtex-entry-index): Use downcase. Simplify.
13760 (bibtex-lessp): Handle catch-all.
13761 (bibtex-find-crossref): Turn into a command.
13762 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13763 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13764 preamble entries.
13765 (bibtex-fill-field-bounds): New function.
13766 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13767 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13768 (bibtex-String): Use bibtex-strings. Always obey
13769 bibtex-sort-ignore-string-entries.
13770
13771 2003-07-05 John Paul Wallington <jpw@gnu.org>
13772
13773 * cus-theme.el (customize-create-theme):
13774 Call `customize-create-theme' in Reset widget's notify function.
13775
13776 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13777 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13778 (define-ibuffer-column name): Add summarizer.
13779 (define-ibuffer-column size): Likewise.
13780 (define-ibuffer-column filename): Likewise.
13781 (define-ibuffer-column process): Likewise. Change BODY's output too.
13782 (define-ibuffer-column filename-and-process): Likewise, likewise.
13783 (ibuffer): Remove local vars `already-in' and `need-update'.
13784
13785 * ibuf-ext.el: Don't require `derived' at compile-time.
13786
13787 2003-07-05 Kim F. Storm <storm@cua.dk>
13788
13789 * info.el: Disable paragraph refilling.
13790 (Info-refill-paragraphs): New defcustom.
13791 (Info-fontify-node): Use it.
13792
13793 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13794
13795 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13796 thingies from constructors created by defstruct.
13797
13798 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13799 the default value of the variable.
13800 (byte-code-meter): Move declaration to top level.
13801
13802 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13803
13804 * info.el (Info-following-node-name-re): New fun.
13805 (Info-following-node-name): Remove.
13806 (Info-insert-dir): Use the new fun.
13807 (Info-extract-pointer): Don't save restriction; use new fun.
13808 (Info-menu-entry-name-re): New const.
13809 (Info-menu-entry-name-re): Use it along with new fun.
13810 (Info-node-spec-re): Use new fun.
13811 (Info-complete-menu-item, Info-fontify-node): Use new const.
13812 (Info-goto-node, Info-follow-reference, Info-menu-update):
13813 Use match-string.
13814 (Info-follow-reference): Use assoc-string.
13815 Use a list of strings for the completion table.
13816 (Info-fontify-node): Use match-string, line-end-position.
13817 Limit the search for `node:' to the first line.
13818
13819 * newcomment.el (uncomment-region): Remove padding coming from
13820 comment-start rather than just from comment-padding.
13821
13822 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13823 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13824 (vc-cvs-rename-file): Remove (use the default).
13825 (vc-cvs-register): Register parent dir if needed.
13826 (vc-cvs-could-register): Return non-nil if parent can be registered.
13827 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13828 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13829
13830 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13831 (vc-svn-update): Fix the arguments to `svn'.
13832 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13833 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13834 Simple implementations, assuming `name' is a URL.
13835
13836 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13837 set of chars allowed unquoted in a case pattern.
13838
13839 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13840
13841 * font-lock.el (font-lock-extra-types-widget)
13842 (c-font-lock-extra-types, c++-font-lock-extra-types)
13843 (objc-font-lock-extra-types, java-font-lock-extra-types)
13844 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13845 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13846 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13847 (font-lock-match-c++-structor-declaration)
13848 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13849 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13850 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13851 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13852 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13853 (java-font-lock-keywords-3, java-font-lock-keywords)
13854 (java-font-lock-syntactic-face-function): Remove obsolete code
13855 and constants. It's all in cc-fonts.el now.
13856
13857 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13858
13859 * mail/sendmail.el (mail-specify-envelope-from)
13860 (mail-envelope-from): Doc fix.
13861
13862 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13863
13864 * generic-x.el: Do away with the dependency on `c-emacs-features'
13865 when populating `rul-generic-mode-syntax-table'; we already know
13866 this isn't XEmacs.
13867
13868 See ChangeLog.10 for earlier changes.
13869
13870 ;; Local Variables:
13871 ;; coding: iso-2022-7bit
13872 ;; End:
13873
13874 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13875 Copying and distribution of this file, with or without modification,
13876 are permitted provided the copyright notice and this notice are preserved.
13877
13878 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1