]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(info-lookup-highlight-face): Change default from `highlight' to `match'.
[gnu-emacs] / lisp / ChangeLog
1 2004-12-15 Juri Linkov <juri@jurta.org>
2
3 * replace.el (match): New face.
4 (list-matching-lines-face): Change default from `bold' to `match'.
5
6 * progmodes/grep.el (grep-match-face): New defvar.
7 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8 compilation-column-face to highlight grep matches.
9
10 * apropos.el (apropos-match-face): Change default from
11 `secondary-selection' to `match'.
12
13 * info-look.el (info-lookup-highlight-face): Change default from
14 `highlight' to `match'.
15
16 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
17
18 * progmodes/executable.el (executable-interpret): Eliminate
19 obsolete compile-internal, and switch to comint for interaction.
20
21 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
22
23 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
24 `&&' when skipping multiple statements on a line.
25
26 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
27
28 * play/zone.el (zone): Set `truncate-lines'.
29 Also, init `tab-width' with value from original buffer.
30 (zone-shift-up): Rewrite for speed.
31 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
32 (zone-pgm-jitter): Remove redundant entries from ops vector.
33 (zone-exploding-remove): Reduce iteration count.
34 (zone-cpos): Convert to defsubst.
35 (zone-replace-char): New defsubst.
36 (zone-park/sit-for): Likewise.
37 (zone-fret): Take window-start arg.
38 Update callers. Use `zone-park/sit-for'.
39 (zone-fill-out-screen): Rewrite.
40 (zone-fall-through-ws): Likewise. Update callers.
41 (zone-pgm-drip): Use `zone-replace-char'.
42 Move var inits before while-loop. Use `zone-park/sit-for'.
43 (zone-pgm-random-life): Handle empty initial field.
44 Use `zone-replace-char' and `zone-park/sit-for'.
45
46 2004-12-15 Juri Linkov <juri@jurta.org>
47
48 * isearch.el (isearch-update): Test isearch-lazy-highlight
49 before calling isearch-lazy-highlight-new-loop.
50 (isearch-lazy-highlight-new-loop):
51 Don't test isearch-lazy-highlight.
52
53 * replace.el (perform-replace): Add isearch-case-fold-search.
54 Use delimited-flag for isearch-regexp.
55 Reset isearch-lazy-highlight-last-string to force lazy
56 highlighting when called from isearch mode.
57 (query-replace-highlight): Revert defcustom type to boolean.
58 (query-replace-lazy-highlight): New defcustom.
59 (query-replace): New face.
60 (perform-replace, replace-highlight, replace-dehighlight):
61 Test query-replace-lazy-highlight instead of special value
62 `isearch' of query-replace-highlight.
63 (replace-dehighlight): Don't call isearch-dehighlight.
64 (replace-highlight): Don't call isearch-highlight.
65 Use face `query-replace' unconditionally.
66
67 2004-12-14 Kim F. Storm <storm@cua.dk>
68
69 * simple.el (inhibit-mark-movement): Remove defvar.
70 (beginning-of-buffer, end-of-buffer): Don't use it.
71
72 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun): Don't
73 use inhibit-mark-movement.
74
75 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
76 (cua--undo-push-mark): Remove.
77 (cua--pre-command-handler, cua--post-command-handler): Don't
78 fiddle with inhibit-mark-movement.
79
80 2004-12-14 Juri Linkov <juri@jurta.org>
81
82 * buff-menu.el (list-buffers-noselect): Collect internal info
83 for every buffer in BUFFER-LIST arg too.
84 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
85 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
86 Bind same-window-buffer-names and same-window-regexps to nil.
87
88 2004-12-13 Juri Linkov <juri@jurta.org>
89
90 * simple.el (next-error-buffer-p, next-error-find-buffer):
91 Doc fix.
92
93 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
94 (sc-cite-region, sc-uncite-region, sc-recite-region):
95 Fix previous change to handle not alist as a symbol, but
96 a citation frame as a symbol that represents a variable name.
97
98 2004-12-13 Richard M. Stallman <rms@gnu.org>
99
100 * filecache.el (file-cache-add-directory-using-find):
101 Only set up file-cache-find-command-posix-flag if we will use it.
102
103 * bindings.el (mode-line-buffer-identification-keymap):
104 Don't cancel the mode-line's usual down-mouse-1 binding.
105
106 * cus-edit.el (custom-face-selected): Handle `default' specs.
107 (custom-face-edit): Increase extra-offset.
108 (custom-display): Handle `default' specs.
109
110 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
111
112 * emacs-lisp/elint.el (elint-standard-variables)
113 (elint-unknown-builtin-args): Move definitions up.
114
115 * net/browse-url.el (browse-url-url-at-point): Add autoload.
116
117 * info.el (info-xref-visited): Use `default' instead of t.
118 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
119
120 * faces.el (header-line, mode-line-inactive, tool-bar):
121 Use `default' instead of t for setting the defaults.
122 (face-spec-choose): Separate `t' from `default'.
123
124 * subr.el (while-no-input): New macro.
125
126 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
127
128 * filecache.el (file-cache-add-directory-using-find):
129 Only test file-cache-find-command-posix-flag on some systems.
130
131 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
134 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
135 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
136 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
137 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
138
139 2004-12-12 Juri Linkov <juri@jurta.org>
140
141 * files.el (find-file-other-window, find-file-other-frame):
142 Add the first buffer to the returned value to return the complete
143 list of all visited buffers.
144 (find-file-read-only, find-file-read-only-other-window)
145 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
146 `find-file-read-args'. Signal an error about non-existent file
147 only if file name doesn't contain wildcards. Toggle read-only in
148 all visited buffers.
149 (find-alternate-file, find-alternate-file-other-window):
150 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
151 called interactively. Pass arg `wildcards' to other functions.
152 (find-file-noselect): Doc fix.
153
154 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
155 Doc fix.
156 (ffap-directory-finder): New variable.
157 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
158 (ffap-file-at-point): Add /* to immediately rejected names.
159 Return absolute file names matching ffap-dired-wildcards.
160 (ffap-read-file-or-url): Set default value for `completing-read'
161 to `buffer-file-name'.
162 (find-file-at-point): When filename matches ffap-dired-wildcards,
163 call ffap-file-finder with t arg `wildcards', instead of dired.
164 (ffap-other-window, ffap-other-frame): Return visited buffers.
165 (ffap-read-only, ffap-read-only-other-window)
166 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
167 (dired-at-point): Call ffap-directory-finder instead of dired.
168 (ffap-dired-other-window, ffap-dired-other-frame)
169 (ffap-list-directory): New commands.
170 (ffap-bindings): New keybindings for new commands.
171
172 2004-12-12 Juri Linkov <juri@jurta.org>
173
174 * simple.el (beginning-of-buffer, end-of-buffer):
175 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
176 Do not push mark when mark is active in transient-mark-mode.
177
178 * simple.el (mark-word):
179 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
180 * textmodes/paragraphs.el (mark-paragraph):
181 Extend the region when mark is active in transient-mark-mode,
182 regardless of the last command. Doc fix.
183
184 * simple.el (mark-word): Preserve direction when repeating.
185 Make arg optional. Interactive "p" -> "P".
186 (transient-mark-mode, inhibit-mark-movement): Doc fix.
187
188 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
189 preserving direction, to mark forward instead of backward when mark
190 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
191
192 2004-12-12 Juri Linkov <juri@jurta.org>
193
194 * isearch.el (isearch-edit-string): Set 7th arg of
195 `read-from-minibuffer' to `t' to inherit the current input
196 method (whose name is indicated by [IM] in the minibuffer prompt)
197 from the current buffer to the minibuffer.
198 (isearch-lazy-highlight-update): Put body to `with-local-quit'
199 to allow C-g quitting for lazy highlighting looping inside the
200 search with nested repetition operators. Add overlay to the list
201 before setting its face and other properties to avoid the case of
202 code quitting after placing the new overlay but before it's
203 recorded on the list. Select the window where isearch was
204 activated, to highlight matches in the right window when isearch
205 switches the current window to the minibuffer.
206
207 * international/isearch-x.el
208 (isearch-process-search-multibyte-characters):
209 Use `isearch-message' as initial input for `read-string' instead
210 of adding it to the minibuffer prompt. After reading a string
211 remove the initial value of `isearch-message' from the string.
212
213 * replace.el (replace-match-maybe-edit): Doc fix.
214 (perform-replace): Don't call `replace-highlight' when automatic
215 replacement is requested in literal mode, since it is intended
216 only to highlight words during entering a new replacement string
217 for \? in non-literal mode.
218
219 * replace.el (query-replace-highlight): Add new value `isearch'
220 that allows query replacement to use isearch highlighting.
221 Change type from `boolean' to `choice'. Doc fix.
222 (replace-highlight, replace-dehighlight, perform-replace):
223 Use isearch highlighting if query-replace-highlight eq `isearch'.
224
225 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
228 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
229
230 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
231 case of \end{verbatim}.
232
233 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * term.el (term-termcap-format): Synchronyze with terminfo.
236 (term-emulate-terminal): Handle reset.
237 (term-reset-terminal): New function.
238
239 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
240
241 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
242 (zone-fill-out-screen): New func.
243 (zone-pgm-drip): Use `zone-fill-out-screen'.
244 Also, no longer go to point-min on every cycle.
245 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
246 (zone-pgm-random-life-wait): New user var.
247 (zone-pgm-random-life): New func.
248
249 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
250
251 * files.el (auto-mode-alist): Map .com to DCL mode.
252
253 2004-12-09 Richard M. Stallman <rms@gnu.org>
254
255 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
256
257 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
258
259 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
260 buffer with a display margin.
261
262 2004-12-08 Jay Belanger <belanger@truman.edu>
263
264 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
265 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
266
267 2004-12-08 Richard M. Stallman <rms@gnu.org>
268
269 * faces.el: Delete code to set display table.
270 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
271
272 2004-12-08 Jay Belanger <belanger@truman.edu>
273
274 * calc/calc.el: Add math-read-preprocess-string to autoloads.
275
276 * calc/calc-ext.el (math-read-replacement-list)
277 (math-read-superscripts, math-read-preprocess-string): Move to
278 calc-aent.el.
279
280 * calc/calc-aent.el (math-read-replacement-list)
281 (math-read-superscripts, math-read-preprocess-string): Move from
282 calc-ext.el.
283
284 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * isearch.el (isearch-quote-char): Fix up typo in last change.
287
288 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
289
290 * mouse.el (mouse-set-font): Handle the case where the command was
291 not invoked using the mouse.
292
293 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
294 (edmacro-finish-edit): Further update for keyboard macros that are
295 lambda forms.
296 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
297
298 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * font-lock.el (font-lock-unfontify-region): Save buffer state.
301 (font-lock-default-unfontify-region): Don't save buffer state any more.
302
303 2004-12-07 Jay Belanger <belanger@truman.edu>
304
305 * calc/calc-help.el (calc-describe-key):
306 Set calc-summary-indentation even when Calc Summary buffer exists.
307
308 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
309
310 * calendar/holidays.el (holiday-easter-etc): Make arguments
311 optional for backwards compatibility. Doc fix.
312 Remove un-necessary local vars mandatory, output-list.
313 (holiday-advent): Make arguments optional for backwards
314 compatibility. Doc fix.
315
316 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * paren.el (show-paren-function): Fix last change (2004-12-02).
319
320 * international/mule-util.el (char-displayable-p): Return nil for
321 unibyte mode.
322
323 * subr.el (subregexp-context-p): New function.
324
325 * isearch.el (isearch-quote-char): Use it.
326
327 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
328 (regexp-opt-not-groupie*-re): Remove.
329 (regexp-opt): Properly handle inputs with duplicate entries.
330
331 2004-12-06 Richard M. Stallman <rms@gnu.org>
332
333 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
334
335 * cus-edit.el (custom-file): Doc fix.
336
337 * textmodes/org.el: New file.
338
339 2004-12-06 Kenichi Handa <handa@m17n.org>
340
341 * ldefs-boot.el: Update international/mule-util.el section.
342
343 2004-12-05 Sam Steingold <sds@gnu.org>
344
345 * net/tramp.el (tramp-handle-file-accessible-directory-p):
346 Fix `tramp-time-diff' comparison logic.
347
348 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
349
350 * progmodes/which-func.el (which-function):
351 Use `run-hook-with-args-until-success' instead of a custom loop.
352 Fixes bug with local hooks.
353
354 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
355
356 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
357 Use delete-dups when calculating the initial value.
358 (bibtex-autokey-get-title): Use <=.
359 (bibtex-goto-line): New function.
360 (bibtex-reposition-window): Use line numbers instead of point
361 positions. Use window-body-height.
362 (bibtex-find-crossref): Use bibtex-reposition-window.
363 (bibtex-find-entry): Use bibtex-reposition-window. Always return
364 position of entry if key is found or nil if not found.
365
366 2004-12-05 Richard M. Stallman <rms@gnu.org>
367
368 * cus-edit.el (custom-file): Doc fix.
369
370 * progmodes/sh-script.el (sh-indent-for-then): Change default.
371
372 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * simple.el (blink-matching-open):
375 * textmodes/tex-mode.el (tex-validate-region):
376 Obey syntax-table text properties.
377
378 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
379
380 * wid-edit.el (widget-specify-field): Add `real-field' property to
381 boundary.
382 (widget-field-at): Use it.
383
384 2004-12-02 Richard M. Stallman <rms@gnu.org>
385
386 * progmodes/cc-mode.el (awk-mode autoload):
387 Supply t meaning interactive function.
388
389 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
390 (isearch-mode-map): No special definition for space.
391 (isearch-whitespace-chars): Command deleted.
392 (isearch-forward-regexp): Doc fix.
393 (isearch-quote-char): When a space is not inside brackets,
394 use `[ ]' instead of just space.
395 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
396
397 * imenu.el (imenu--generic-function): Delete code to exclude
398 matches in comments.
399
400 * man.el (Man-reverse-face): Change default to `highlight'.
401
402 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
403 (occur-engine): Use `face' prop rather than `font-lock-face'
404 when specifying use of `match-face'.
405 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
406
407 * emacs-lisp/elint.el (elint-standard-variables): Update list.
408
409 * add-log.el (add-log-current-defun): Handle the case where point
410 is in the header part of a DEFUN construct.
411
412 2004-12-02 Dave Love <fx@gnu.org>
413
414 * progmodes/python.el (python-font-lock-syntactic-keywords):
415 Fix previous change.
416
417 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
418
419 * paren.el (show-paren-function): Check for matching chars
420 specified by text props.
421
422 2004-12-02 Jay Belanger <belanger@truman.edu>
423
424 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
425 when reading a new key sequence.
426
427 2004-12-02 Kim F. Storm <storm@cua.dk>
428
429 * faces.el (escape-glyph): Rename from glyph.
430 (standard-display-table): Set it here. Add escape-glyph face to
431 extra slot characters.
432
433 * disp-table.el: Undo 2004-12-01 change. Display table is now
434 setup in faces.el.
435
436 2004-12-02 Mark A. Hershberger <mah@everybody.org>
437
438 * xml.el (xml-parse-dtd): Don't show validity messages when
439 xml-validating-parser is nil.
440 (xml-substitute-special): Fix validity error messages to
441 actually show the unexpandable entity. Added validity error if &
442 isn't followed by an entity.
443 (xml-parse-tag): Concatenate any string following the a
444 <![CDATA[]]> section to the parsed CDATA.
445 (xml-parse-dtd): Skip parameter entity declarations and use of
446 parameter entities.
447
448 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
449
450 * kmacro.el (kmacro-default-counter-format): New var.
451 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
452 (kmacro-display): Remove `nil' from `and' form. Delete call to
453 `format' inside `message'.
454 (kmacro-start-macro): Use `kmacro-default-counter-format'.
455
456 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * pcvs.el (cvs-header-msg): New function.
459 (cvs-update-header): Use it. Change calling convention.
460 Correctly handle the case of having simultaneous active processes.
461 (cvs-sentinel): Don't call cvs-update-header any more.
462 (cvs-mode-run): Update call and add cvs-update-header to postproc.
463
464 2004-12-01 Jay Belanger <belanger@truman.edu>
465
466 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
467 Change message.
468
469 2004-12-01 Juri Linkov <juri@jurta.org>
470
471 * progmodes/prolog.el (prolog-mode-variables):
472 Fix imenu-generic-expression.
473
474 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
475
476 * faces.el (glyph): New face.
477
478 * disp-table.el: Add an autoloaded table, that doesn't require
479 this library, with glyph face.
480
481 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
482 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
483 (conf-quote-normal): Allow normalizing only ' or ".
484 (conf-mode): Regexp-quote constructed comment-start and don't
485 match section {} where "name" contains braces.
486
487 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
488 files.
489
490 2004-12-01 Kenichi Handa <handa@m17n.org>
491
492 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
493 (x-select-text): Don't treat eight-bit-control/graphic chars
494 specially. Store the encoded text in the X cut buffer.
495 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
496 with x-last-selected-text-cut-encoded.
497
498 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
501
502 2004-11-30 Markus Rost <rost@ias.edu>
503
504 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
505 AUCTeX.
506
507 2004-11-30 Jay Belanger <belanger@truman.edu>
508
509 * calc/calc-arith.el (math-possible-signs): Made stronger checks
510 on signs of intervals.
511 (math-pow-of-zero): Strengthen checks for positive and negative
512 exponents.
513
514 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
515 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
516 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
517 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
518 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
519 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
520 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
521 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
522 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
523 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
524 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
525 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
526 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
527 with provide statements.
528
529 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
530
531 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
532
533 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
534 (calc-load-everything, math-defsimplify): Replace dummy autoloading
535 functions by require statements.
536 (math-defsimplify): Move to calc-alg.el, add to autoloads.
537
538 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
539 (calc-gnuplot-print): Give them values.
540
541 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
542 autoloads.
543 Add calc-do-embedded-activate to autoloads.
544 (calc-gnuplot-name, calc-gnuplot-plot-command)
545 (calc-gnuplot-print-command): Move them to calc-graph.el.
546
547 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
548
549 * term/mac-win.el (ccl-encode-mac-roman-font)
550 (ccl-encode-mac-cyrillic-font)
551 (ccl-encode-mac-centraleuropean-font, encoder-list)
552 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
553 Support Cyrillic, CentralEuropean, and Dingbat font display
554
555 2004-11-30 Andre Spiegel <spiegel@gnu.org>
556
557 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
558
559 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
560 still nil.
561
562 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
563
564 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
565 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
566
567 2004-11-29 Jay Belanger <belanger@truman.edu>
568
569 * calc/calc-arith.el (math-pow-of-zero): Take into account different
570 cases of the base and exponent.
571
572 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
573
574 * simple.el (next-error-buffer-p): Allow for inclusive and
575 exclusive tests for finding a buffer.
576 (next-error-find-buffer): Pass the exclusive and inclusive tests
577 to next-error-buffer-p.
578
579 * replace.el (occur-next-error): Switch to the Occur buffer when
580 appropriate, use the exclusive filter to next-error-find-buffer to
581 do it. Use the absolute value of the motion amount.
582
583 2004-11-29 Kenichi Handa <handa@m17n.org>
584
585 * startup.el (command-line): Decode all default-directory by
586 locale-coding-system.
587
588 2004-11-29 Jay Belanger <belanger@truman.edu>
589
590 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
591 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
592 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
593 Replace calls to calc-extensions by appropriate require, replace
594 calc-extensions-loaded by appropriate featurep.
595
596 * calc/calc-ext.el: Move require to end of file.
597 Remove redundant loading of calc.el.
598 (calc-extensions-loaded): Remove unnecessary variable.
599 (calc-extensions): Remove unnecessary function.
600 (calc-load-everything): Replace calc-need-macros by appropriate require.
601
602 * calc/calc-macs.el: Move provide to end of file.
603 (calc-need-macros): Remove unnecessary function.
604
605 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
606 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
607 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
608 Replace calc-extensions by appropriate require.
609 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
610
611 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
612 Replace calc-need-macros by appropriate require.
613
614 * calc/calc.el: Move require to end of file.
615 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
616 Remove unnecessary variable.
617 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
618 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
619 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
620 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
621 (math-stack-value-offset, math-format-value, math-format-flat-expr)
622 (math-format-number, math-format-bignum, math-read-number)
623 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
624 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
625 by appropriate require.
626 (calc-check-defines): Replace calc-need-macros by appropriate require.
627
628 2004-11-29 Kim F. Storm <storm@cua.dk>
629
630 * macros.el (insert-kbd-macro): Handle kmacro functions.
631
632 2004-11-28 Juri Linkov <juri@jurta.org>
633
634 * compare-w.el (compare-windows-highlight): Attach each overlay
635 to its window to properly highlight differences while comparing
636 two windows of the same buffer. Fix arguments.
637 (compare-windows-sync-default-function): Fix arguments of
638 `compare-windows-highlight'.
639
640 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
641 Use `read-expression-history'. Set initial contents only if
642 `edebug-global-break-condition' is non-nil. Set histpos to 1
643 if initial contents is equal to the last history element.
644 (edebug-set-conditional-breakpoint): Instead of temporarily
645 prepending the current condition to the history, set initial
646 contents to the current condition. Set histpos to 1 if initial
647 contents is equal to the last history element.
648
649 * info.el (Info-search-whitespace-regexp): Remove shy group.
650 (Info-search): Forward line if search is on the header line.
651 Use search-whitespace-regexp in two other places.
652
653 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
654
655 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
656 warning. Delay real definition, which uses
657 `set-fringe-indicators-1' till after the definition of that function.
658
659 2004-11-28 Kim F. Storm <storm@cua.dk>
660
661 * fringe.el (fringe): New defgroup.
662 (fringe-mode): Move to fringe group.
663 (fringe-indicators): New defcustom.
664 (set-fringe-indicators-1): New defun.
665
666 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
667 (menu-bar-showhide-fringe-ind-menu): New keymap.
668 (menu-bar-showhide-fringe-ind-empty)
669 (menu-bar-showhide-fringe-ind-mixed)
670 (menu-bar-showhide-fringe-ind-box)
671 (menu-bar-showhide-fringe-ind-right)
672 (menu-bar-showhide-fringe-ind-left)
673 (menu-bar-showhide-fringe-ind-none): New defuns.
674 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
675
676 2004-11-27 Richard M. Stallman <rms@gnu.org>
677
678 * comint.el (comint-read-noecho): Add trivial compatibility definition.
679
680 * generic.el (define-generic-mode): Doc fix.
681
682 * menu-bar.el (menu-bar-options-save): For the options
683 that are toggled with menu-bar-make-mm-toggle, don't check
684 for customized-value prop.
685
686 2004-11-27 Eli Zaretskii <eliz@gnu.org>
687
688 * mail/supercite.el (sc-cite-region): Handle the case where
689 sc-cite-frame-alist is a symbol.
690 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
691 a symbol.
692 (sc-recite-region): Handle the case where sc-recite-frame-alist is
693 a symbol.
694
695 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
696
697 * wid-edit.el (widget-narrow-to-field): New function.
698 (widget-complete): Use it.
699
700 2004-11-27 Jay Belanger <belanger@truman.edu>
701
702 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
703 variable.
704 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
705 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
706 (math-alg-inequalities): Move declaration to earlier in the file.
707
708 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
709 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
710 Declare them.
711
712 * calc/calc-lang.el (math-expr-data, math-expr-token)
713 (math-exp-old-pos): Declare them.
714
715 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
716 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
717
718 2004-11-27 Kim F. Storm <storm@cua.dk>
719
720 * progmodes/flymake.el: Use (featurep 'xemacs).
721 (flymake-makehash): Change to defsubst. Use fboundp.
722 (flymake-time-to-float): Remove.
723 (flymake-float-time): Merge code from flymake-time-to-float here.
724 (flymake-replace-regexp-in-string): Change to defsubst.
725 (flymake-split-string-remove-empty-edges):
726 Rename to flymake-split-string.
727 (flymake-split-string): Remove previous defalias.
728 (flymake-get-temp-dir): Change to defsubst.
729 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
730 Define for xemacs only.
731 (flymake-master-file-count-limit): Change into compiler defvar only.
732 (flymake-find-possible-master-files): Let-bind it dynamically while
733 sorting files using flymake-master-file-compare.
734
735 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
738 of defun-prompt-regexp matches inside a comment/string but the
739 beginning is correctly outside everything.
740
741 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
742 appears within a string or a comment.
743
744 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
745 rather than make-symbol for symbols which are used in
746 a symbol-macrolet or equivalent.
747
748 2004-11-26 Jay Belanger <belanger@truman.edu>
749
750 * calc-misc.el (calc-last-why-command): Declare it.
751
752 * calc-vec.el (math-grade-vec): New variable.
753 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
754 Replace variable grade-vec by declared variable.
755 (math-rb-close): New variable.
756 (math-read-brackets, math-read-vector): Replace variable close by
757 declared variable.
758
759 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
760 (calc-one-window, calc-edit-handler, calc-restore-trail)
761 (calc-allow-ret): Declare them.
762
763 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
764 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
765 (math-radix-float-cache-tag, math-random-cache)
766 (math-max-digits-cache, math-integral-cache, math-units-table)
767 (math-format-date-cache, math-holidays-cache-tag): Declare them.
768 (math-moc-func): New variable.
769 (math-map-over-constants, math-map-over-constants-rec):
770 Replace variable func by declared variable.
771
772 * calc/calc-store.el (calc-given-value, calc-store-opers):
773 Declare them.
774 (calc-var-name-map): Move declaration to earlier in the file.
775 (calc-pv-pos): New variable.
776 (calc-permanent-variable, calc-insert-permanent-variable):
777 Replace variable pos by declared variable.
778
779 * calc/calc-mtx.el (calc-det-lu): New variable.
780 (math-det-raw, math-det-step): Replace variable lu by declared variable.
781
782 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
783 (math-multi-subst, math-multi-subst-rec): Replace variables temp
784 and arg by declared variables.
785 (calcFunc-reducer): Fix incorrect variable.
786 (math-inner-mul-func, math-inner-add-func): New variables.
787 (calcFunc-inner, math-inner-mats): Replace variables mul-func
788 and add-func by declared variables.
789
790 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
791 (calc-digit-value): Declare them.
792
793 * calc/calc-help.el (Info-history): Declare it.
794 (calc-describe-key): Make calc-summary-indentation a local variable.
795 (calc-help-long-names): Move declaration to earlier in file.
796
797 * calc/calc-embed.el (calc-original-buffer): Declare it.
798 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
799 (calc-embed-bot): New variables.
800 (calc-do-embedded, calc-embedded-mark-formula)
801 (calc-embedded-find-bounds, calc-embedded-duplicate)
802 (calc-embedded-new-formula, calc-embedded-make-info):
803 Replace vars outer-top, outer-bot, bot and top by declared variables.
804 (calc-embed-prev-modes): New variable.
805 (calc-embedded-set-modes, calc-embedded-update): Replace variable
806 prev-modes with declared variable.
807 (calc-embed-vars-used): New variable.
808 (calc-embedded-make-info, calc-embedded-evaluate-expr)
809 (calc-embedded-update, calc-embedded-find-vars): Replace variable
810 vars-used by declared variable.
811
812 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
813 (math-format-radix-float): Remove unnecessary setq.
814 (math-radix-float-cache): Declare it.
815
816 * calc/calcsel2.el (calc-keep-selection): Declare it.
817
818 * calc/calc-maint.el: Remove file.
819
820 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
821
822 * textmodes/bibtex.el (bibtex-sort-entry-class)
823 (bibtex-comment-start): Use defcustom.
824 (bibtex-entry-field-alist): Use nil if initial content of the
825 field is undefined. Fix docstring.
826 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
827 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
828 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
829 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
830 Fix docstring.
831 (bibtex-autokey-title-terminators): Use only one regexp.
832 (bibtex-string-maybe-empty-head): New variable.
833 (bibtex-remove-delimiters-string): New function.
834 (bibtex-text-in-field-bounds, bibtex-text-in-string):
835 Use bibtex-remove-delimiters-string.
836 (bibtex-progress-message, bibtex-field-left-delimiter)
837 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
838 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
839 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
840 Simplify.
841 (bibtex-format-entry): Use save-excursion for inherited booktitle.
842 Use eq and bibtex-remove-delimiters-string. For end markers use
843 insertion type so that marker stays after inserted text.
844 (bibtex-autokey-get-names): Return empty string if name is missing.
845 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
846 calling bibtex-autokey-name-case-convert.
847 (bibtex-autokey-demangle-title):
848 Call bibtex-autokey-titleword-case-convert. Remove call to
849 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
850 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
851 (bibtex-read-key): New optional arg global.
852 (bibtex-files-expand): New optional arg force.
853 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
854 (bibtex-complete-crossref-cleanup): Rename from
855 bibtex-complete-key-cleanup. Simplify code.
856 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
857 Operate on current entry.
858 (bibtex-button): Add docstring.
859 (bibtex-entry): Simplify.
860 (bibtex-make-field): Replace optional arg called-by-yank with more
861 specific args move and interactive.
862 (bibtex-end-of-entry): Use forward-sexp.
863 (bibtex-find-entry-globally): Remove.
864 (bibtex-find-crossref): Allow for crossref key located in other buffer.
865 Bound to C-c C-x.
866 (bibtex-find-entry): New optional args global and display.
867 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
868 (bibtex-validate): Use arg force of bibtex-files-expand.
869 (bibtex-clean-entry): Bugfix, clean string entries properly.
870 Always keep point at beginning of entry.
871 (bibtex-complete): Bugfix. Handle string entries properly.
872 Call cleanup functions only if needed.
873 (bibtex-String): Use bibtex-read-string-key.
874 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
875 case of replacement text.
876
877 2004-11-26 Lars Hansen <larsh@math.ku.dk>
878
879 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
880 (tramp-perl-directory-files-and-attributes): New constant.
881 (tramp-file-name-handler-alist): Delete file-directory-files, add
882 directory-files-and-attributes.
883 (tramp-perl-file-attributes): Surround uid and gid by double
884 quotes. Change parameter id-format from nonnumeric.
885 (tramp-convert-file-attributes): New function.
886 (tramp-handle-file-attributes): Use it.
887 (tramp-maybe-send-perl-script): New function.
888 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
889 file mode. Change parameter id-format from nonnumeric.
890 (tramp-handle-file-attributes-with-ls): Change parameter id-format
891 from nonnumeric.
892 (tramp-post-connection): Don't send tramp-perl-file-attributes
893 script. Reset connection property "perl-scripts".
894 (tramp-handle-insert-directory): Run real handler when ls-lisp is
895 in use.
896
897 2004-11-26 Lars Hansen <larsh@math.ku.dk>
898
899 * desktop.el (desktop-read): Replace mapcar with mapc.
900 (desktop-create-buffer): Replace mapcar with mapc.
901 Remove redundant piece of code.
902
903 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
904
905 * progmodes/gud.el (gud-display-line): Use display-buffer
906 for GDB-UI as for GUD.
907
908 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
909 Delete variables.
910 (gdb-ann3): Don't make GUD buffer dedicated.
911 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
912 (gdb-display-source-buffer): Delete function.
913 (gdb-view-source-function, gdb-view-assembler): Delete functions.
914 (menu): Delete menu bindings for viewing source/assembler.
915 (gdb-setup-windows, gdb-restore-windows):
916 Don't dedicate GUD. No assembler now.
917 (gdb-reset): No need to undedicate source buffers now.
918 (gdb-source-info): No assembler now.
919
920 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
921
922 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
923 width to those for special frames.
924 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
925 Use display-buffer.
926 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
927 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
928 (gdb-frame-assembler-buffer): Rework like
929 gdb-frame-breakpoints-buffer.
930
931 2004-11-25 Richard M. Stallman <rms@gnu.org>
932
933 * progmodes/flymake.el: Reindent.
934 (flymake-split-string): Turn into defalias.
935 (flymake-fix-file-name): Rename from flymake-fix-path-name.
936 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
937 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
938 (flymake-build-relative-filename): Rename from ...path.
939 Fix error message.
940
941 2004-11-25 Cheng Gao <chenggao@gmail.com>
942
943 * progmodes/flymake.el: Much whitespace and capitalization change.
944 Move `provide' to end. Require `compile' only when compiling.
945
946 2004-11-24 Jay Belanger <belanger@truman.edu>
947
948 * calc/calc-alg.el: Added comment.
949 (math-polynomial-base): Replace variable mpb-top-expr by
950 math-poly-base-top-expr.
951
952 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
953 (math-polynomial-p1): Replace variable mpb-top-expr by declared
954 variable.
955 (math-poly-base-total-base): New variable.
956 (math-total-polynomial-base, math-polynomial-p1): Replace variable
957 mpb-total-base by declared variable.
958 (math-factored-vars, math-to-list): Declare it.
959 (math-fact-expr): New variable.
960 (calcFunc-factors, calcFunc-factor, math-factor-expr)
961 (math-factor-expr-try, math-factor-expr-part): Replace variable
962 expr by declared variable.
963 (math-fet-x): New variable.
964 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
965 by declared variable.
966 (math-factor-poly-coefs): Make temp a local variable.
967
968 * calc/calc-units.el (calc-convert-units): Make units a local
969 variable.
970 (calc-num-units, calc-den-units): New variables.
971 (calc-explain-units, calc-explain-units-rec): Replace variables
972 num-units and den-units by declared variables.
973 (math-cu-unit-list): New variable.
974 (math-build-units-table, math-compare-unit-names)
975 (math-convert-units, math-convert-units-rec): Replace variable
976 unit-list by declared variable.
977 (math-fbu-base, math-fbu-entry): New variables.
978 (math-find-base-units, math-find-base-units-rec): Replace variables
979 base and entry by declared variables.
980 (math-which-standard): New variable.
981 (math-to-standard-units, math-to-standard-rec): Replace variable
982 which-standard by declared variable.
983 (math-fcu-u): New variable.
984 (math-find-compatible-unit, math-find-compatible-unit-rec):
985 Replace variable u by declared variable.
986 (math-cu-new-units, math-cu-pure): New variables.
987 (math-convert-units, math-convert-units-rec): Replace variables
988 new-units and pure by declared variables.
989 (math-try-cancel-units): New variable.
990 (math-simplify-units-quotient): Replace variable try-cancel-units by
991 declared variable.
992
993 2004-11-24 Richard M. Stallman <rms@gnu.org>
994
995 * textmodes/ispell.el (ispell-check-version):
996 If default-directory is nonexistent, use home dir.
997
998 * progmodes/grep.el (grep-regexp-alist):
999 Don't match parens around line numbers.
1000
1001 * progmodes/cperl-mode.el (cperl-indent-region)
1002 (cperl-imenu--create-perl-index, cperl-xsub-scan):
1003 Don't print progress messages.
1004
1005 * progmodes/compile.el (compilation-mode-map):
1006 Don't inherit from compilation-minor-mode-map;
1007 copy its bindings instead. But the menu bar Compile
1008 entry now does inherit from compilation-menu-map.
1009
1010 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1011 Use with-no-warnings around compiler-macroexpand.
1012
1013 * imenu.el: Don't always require newcomment.
1014 (imenu--generic-function): Call comment-normalize-vars
1015 if we have a comment syntax.
1016 Exit the loop if REGEXP matches the null string.
1017 Test comment-start as well as comment-start-skip
1018 when deciding whether to check for comments.
1019
1020 * tooltip.el (tooltip-mode): Doc fix.
1021
1022 * term.el (term-escape-char, term-mode): Doc fixes.
1023
1024 2004-11-24 Dave Love <fx@gnu.org>
1025
1026 * progmodes/python.el (python-font-lock-syntactic-keywords):
1027 Check for escapes in the regexp.
1028 (python-quote-syntax): Don't do it here.
1029
1030 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1031
1032 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1033 (gdb-frames-mode-map, gdb-threads-mode-map)
1034 (gdb-registers-mode-map, gdb-locals-mode-map)
1035 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
1036 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
1037
1038 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
1039 (dedicated-switch-to-buffer): Rework.
1040 (gdb-var-evaluate-expression-handler, gdb-put-string):
1041 Remove unused variable bindings.
1042 (gdb-setup-windows, gdb-display-buffer):
1043 Simplify. Use pop-to-buffer.
1044 (gdb-view-source-function): Simplify.
1045 (gdb-frame-breakpoints-buffer):
1046 Use pop-to-buffer, special-display-regexps.
1047
1048 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1049
1050 * progmodes/f90.el (f90-smart-end)
1051 (f90-previous-statement, f90-beginning-of-block): Doc fix.
1052 (f90-calculate-indent): Handle un-named PROGRAM blocks.
1053 (f90-end-of-block): Doc fix. Make check of outermost block
1054 conditional on value of `f90-smart-end'.
1055 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
1056 Handle case where END-BLOCK is nil.
1057 (f90-match-end): Handle un-named PROGRAM blocks.
1058 (f90-backslash-not-special): New function.
1059
1060 2004-11-24 Jay Belanger <belanger@truman.edu>
1061
1062 * calc/calc.el (calc-embedded-active): Removed unnecessary
1063 declaration.
1064 (calc-show-banner): Removed redundant declaration.
1065
1066 * calc/calc-graph.el (calc-gnuplot-default-device)
1067 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1068 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1069 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
1070 Remove redundant initial values.
1071
1072 * calc/calc-arith.el (math-scalar-functions)
1073 (math-nonscalar-functions, math-scalar-if-args-functions)
1074 (math-real-functions, math-positive-functions)
1075 (math-nonnegative-functions, math-real-scalar-functions)
1076 (math-real-if-arg-functions, math-integer-functions)
1077 (math-num-integer-functions, math-rounding-functions)
1078 (math-float-rounding-functions, math-integer-if-args-functions)
1079 (math-super-types): Move declarations to earlier in file.
1080 (math-unit-prefixes): Declared it.
1081 (math-floor-prec, math-trunc-prec): New variables.
1082 (math-trunc-fancy): Replace variable prec by declared variable.
1083 (math-floor-fancy): Replace variable prec by declared variable.
1084 (math-com-bterms): New variable.
1085 (math-commutative-equal, math-commutative-collect):
1086 Replace variable bterms by declared variable.
1087
1088 * calc/calc-misc.el (math-trunc): Replace variable prec by
1089 math-trunc-prec.
1090 (math-floor): Replace variable prec by math-floor-prec.
1091
1092 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
1093 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
1094 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
1095 (math-format-date, math-format-date-part): Replace variables
1096 date, dt, year, month, day, weekday, hour, minute, second and
1097 bc-flag by declared variables.
1098 (math-pd-str): New variable.
1099 (math-parse-date, math-parse-date-word, math-parse-standard-date):
1100 Replace variable str by declared variable.
1101 (math-daylight-savings-hook, math-tzone-names): Move definitions
1102 to earlier in the file.
1103 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
1104 (math-sh-year): New variable.
1105 (math-setup-add-holidays, math-setup-holidays)
1106 (math-setup-year-holidays): Replace variable `year' by declared
1107 variable.
1108
1109 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
1110 New variables.
1111 (math-nth-root-float, math-nth-root-float-iter): Replace variables
1112 n, nf and nfm1 by declared variables.
1113 (math-nri-n): New variable.
1114 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
1115 n by declared variable.
1116 (calcFunc-log): Removed misplaced condition.
1117
1118 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
1121
1122 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
1125 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
1126 Dedicate gdb-related windows.
1127 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
1128 other frames.
1129 (gdb-reset): Remove dedicated property after debugging.
1130
1131 2004-11-24 Jay Belanger <belanger@truman.edu>
1132
1133 * calc/calc-sel.el: Add comment.
1134
1135 * calc/calc.el (math-stack-value-offset): Replace variables c,
1136 wid and off with math-svo-c, math-svo-wid and math-svo-off.
1137
1138 * calc/calccomp.el (math-comp-sel-tag): Declare it.
1139 (math-svo-c, math-svo-wid, math-svo-off): New variables.
1140 (math-stack-value-offset-fancy): Replace variables c, wid and off
1141 by declared variables.
1142 (math-comp-just, math-comp-comma-spc): New variables.
1143 (math-compose-expr, math-compose-matrix): Replace variables `just'
1144 and comma-spc by declared variable.
1145 (math-comp-vector-prec): New variable.
1146 (math-compose-expr, math-compose-matrix, math-compose-rows):
1147 Replace variable vector-prec by declared variable.
1148 (math-comp-left-bracket, math-comp-right-bracket)
1149 (math-comp-comma): New variables.
1150 (math-compose-expr, math-compose-rows): Replace variables
1151 left-bracket, right-bracket and comma by declared variables.
1152 (math-comp-full-width): New variable.
1153 (math-comp-to-string-flat, math-comp-to-string-flat-term):
1154 Replace variable full-width by declared variable.
1155 (math-comp-highlight, math-comp-word, math-comp-level)
1156 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
1157 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
1158 New variables.
1159 (math-comp-to-string-flat, math-comp-to-string-flat-term)
1160 (math-comp-sel-flat-term): Replace variables comp-highlight,
1161 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
1162 declared variables.
1163 (math-comp-simplify, math-comp-simplify-term)
1164 (math-comp-add-string, math-comp-add-string-sel):
1165 Replace variables comp-highlight, comp-buf, comp-base,
1166 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
1167
1168 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1169
1170 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
1171
1172 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
1173 and x-server-version may throw.
1174
1175 2004-11-23 Kim F. Storm <storm@cua.dk>
1176
1177 * subr.el (substitute-key-definition-key): Optimize.
1178 Don't call indirect-function for nil defn (always signals error).
1179
1180 * ido.el (ido-read-internal): Fix require-match check when
1181 ido-directory-too-big is set.
1182
1183 2004-11-23 Jay Belanger <belanger@truman.edu>
1184
1185 * calc/calc-ext.el (math-read-replacement-list)
1186 (math-read-superscripts): New variables.
1187 (math-read-preprocess-string): New function.
1188 (math-read-expr): Filter input through math-read-preprocess-string.
1189
1190 * calc/calc-aent.el (math-read-exprs): Filter input through
1191 math-read-preprocess-string.
1192
1193 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
1194
1195 * progmodes/compile.el (compilation-start): In cd command use
1196 substitute-env-vars -- not quite shell compatible but better than
1197 nothing.
1198 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
1199 handle the newer versions messages, which are more parseable.
1200
1201 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * reveal.el (reveal-mode-map): New var.
1204 (reveal-mode): Use it.
1205
1206 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
1207
1208 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
1209 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
1210
1211 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1212
1213 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
1214 header-line when needed.
1215 Use fixed-pitch only in the header-line.
1216 Build the underline automatically. Use emdash if available.
1217
1218 2004-11-22 Richard M. Stallman <rms@gnu.org>
1219
1220 * dired.el (dired-recursive-copies): Move from dired-aux.el.
1221 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1222
1223 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
1224
1225 * progmodes/gdb-ui.el (gdb-resync): New function.
1226 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
1227 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
1228 Use it to fail more gracefully.
1229 (gdb-variables): Delete variable.
1230 Re-order variables to reduce byte-compiler warnings.
1231
1232 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1233
1234 * descr-text.el (describe-char):
1235 * paren.el (show-paren-function):
1236 * subr.el (syntax-after): Undo last change.
1237
1238 * progmodes/python.el (run-python): Don't hard code *Python*.
1239 Don't modify global process-environment.
1240 (python-send-region, python-load-file): Don't assume that
1241 python-buffer == (process-buffer (python-proc)).
1242 (python-switch-to-python): Simplify.
1243
1244 * dired.el (dired-align-file): Don't assume line starts with spaces.
1245
1246 2004-11-21 Jay Belanger <belanger@truman.edu>
1247
1248 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
1249 Replace variable `lines' by math-read-big-lines.
1250 (math-read-big-expr): Replace variables the-baseline, the-h2
1251 and err-msg by math-read-big-baseline, math-read-big-h2 and
1252 math-read-err-msg.
1253 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
1254
1255 * calc/calc-lang.el (math-read-big-rec): Fix typo.
1256 (math-read-big-balance): Replace unbound variable by value.
1257 (math-read-big-lines): New variable.
1258 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1259 (math-read-big-error, math-read-big-balance): Replace variable
1260 `lines' by declared variable.
1261 (math-read-big-baseline, math-read-big-h2): New variables.
1262 (math-read-big-rec): Replace variables the-baseline and the-h2
1263 by declared variables.
1264 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
1265 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
1266 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
1267 declared variables.
1268 (math-read-big-err-msg): New variable.
1269 (math-read-big-error): Replace variable err-msg by declared variable.
1270
1271 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * ses.el: Add coding cookie.
1274 Fix up docstrings, follow new commenting conventions.
1275 (ses-header-line-menu): Fix missing variable rename for header-row.
1276 (ses-cell-size): Remove.
1277 (ses-make-cell): New function.
1278 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1279 (ses-calculate-cell): Remove unused var `symbol'.
1280 (ses-narrowed-p): New function.
1281 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1282 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1283 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1284 (ses-setup): Use restore-buffer-modified-p.
1285 (ses-cleanup): Remove unused var `end'.
1286 (ses-header-string-left-offset): Remove.
1287 (ses-create-header-string): Adjust to new behavior of `align-to'.
1288 Truncate excessively large fields to preserve alignment.
1289 (ses-reconstruct-all): Remove unused var `refs'.
1290 (ses-read-cell-printer): Remove unused var `prompt'.
1291 (ses-delete-row): Remove unused var `pos'.
1292 (ses-delete-column): Remove unused var `new'.
1293
1294 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1295
1296 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1297 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1298 Eliminate eval-and-compile usage.
1299 (ps-insert-file): Use insert-file-contents instead of insert-file.
1300 (ps-setup): Code fix.
1301
1302 * printing.el (pr-setup, lpr-setup): Code fix.
1303
1304 2004-11-21 Jay Belanger <belanger@truman.edu>
1305
1306 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1307 (calc-original-buffer): Declare them.
1308 (calc-user-formula-alist): New variable.
1309 (calc-user-define-formula, calc-fix-user-formula)
1310 (calc-user-define-composition, calc-finish-formula-edit):
1311 Replace variable `alist' by declared variable.
1312 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1313 (var-q7, var-q7, var-q8, var-q9): Declare them.
1314 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1315 are bound.
1316 (calcFunc-typeof): Replace undeclared variable by expression.
1317 (math-exp-env): New variable.
1318 (math-define-body, math-define-exp): Replace exp-env by declared var.
1319 (math-define-exp): Replace misplaced variable by expression.
1320
1321 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1322 (calc-curve-model, calc-curve-coefnames): New variables.
1323 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1324 varnames, model and coefnames by declared variables.
1325 (math-root-widen): New variable.
1326 (math-search-root, math-find-root): Replace variable root-widen by
1327 declared variable.
1328 (var-DUMMY): Declare it.
1329 (math-root-vars, math-min-vars): Move the declarations to earlier in
1330 the file.
1331 (math-brent-min): Make d a local variable.
1332 (math-find-minimum): Replace non-existent variable.
1333 (math-ninteg-romberg): Remove unnecessary variable.
1334 (math-ninteg-temp): New variable.
1335 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1336 integ-temp by declared variable.
1337 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1338 New variables.
1339 (math-general-fit): Replace variables first-var, first-coef and
1340 new-coefs by declared variables.
1341 (calcFunc-fitvar): Replace variable first-var by declared variable.
1342 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1343 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1344 (math-all-vars-vars, math-all-vars-found): New variables.
1345 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1346 found by declared variable math-all-vars-vars.
1347
1348 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1349
1350 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1351 of `defconst'.
1352
1353 2004-11-20 Richard M. Stallman <rms@gnu.org>
1354
1355 * isearch.el (isearch-mode-map): Don't bind SPC.
1356 (isearch-whitespace-chars): Function deleted.
1357 (isearch-search): Bind search-spaces-regexp.
1358 (isearch-lazy-highlight-search): Likewise.
1359 (search-whitespace-regexp): Doc fix.
1360 (isearch-forward-regexp): Doc fix.
1361
1362 * emacs-lisp/bytecomp.el (byte-compile-form):
1363 Move the calls to byte-compile-set-symbol-position,
1364 to avoid having two for the same symbol occurrence.
1365
1366 * comint.el (comint-input-ring-size): Increase to 150.
1367
1368 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1369 New variables.
1370 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1371 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1372
1373 * imenu.el (imenu--generic-function):
1374 Ensure we keep moving backward even if BEG isn't further back.
1375
1376 * replace.el (query-replace-read-to, query-replace-read-from):
1377 Specify t for KEEP-ALL in read-from-minibuffer.
1378
1379 * progmodes/python.el (python-switch-to-python):
1380 If Python isn't running, start it.
1381 Don't alter debug-ignored-errors.
1382
1383 * progmodes/cperl-mode.el (cperl-indent-region):
1384 Don't mind imenu-scanning-message.
1385
1386 * bindings.el (global-map): Bind C-e to move-end-of-line.
1387
1388 * simple.el (line-move-finish): New arg FORWARD.
1389 Ignore invisible newlines, not intangible ones.
1390 Conditions for acceptable stopping positions depend on FORWARD.
1391 (line-move): Pass FORWARD arg to line-move-finish.
1392
1393 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1394 of HEADER. Compensate for this change in the code to add display
1395 properties. Don't make the first line intangible.
1396
1397 * info.el (Info-search): Fix previous change.
1398
1399 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1400
1401 * Makefile.in (recompile): Revert 2004-11-19 change.
1402 (compile): Likewise.
1403
1404 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1405
1406 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1407
1408 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1409
1410 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1411 defgroup and defcustom. Eliminate eval-and-compile usage.
1412
1413 * progmodes/ebnf-otz.el: Fix typos.
1414
1415 2004-11-19 Jay Belanger <belanger@truman.edu>
1416
1417 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1418 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1419 disp-trail by declared variable.
1420
1421 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1422 (calc-finish-selection-edit): Replace variable disp-trail by
1423 declared variable.
1424 (calc-selection-cache-entry): Move declaration to earlier in the file.
1425 (calc-selection-cache-num, calc-selection-cache-comp)
1426 (calc-selection-cache-offset, calc-selection-true-num)
1427 (calc-final-point-line, calc-final-point-column)
1428 (calc-original-buffer): Declare them.
1429 (calc-fnp-op, calc-fnp-num): New variables.
1430 (calc-find-nth-part, calc-find-nth-part-rec)
1431 (calc-select-previous): Replace op and num by declared variables.
1432 (calc-rsf-old, calc-rsf-new): New variables.
1433 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1434 Replace variables old and new by declared variables.
1435 (calc-sel-reselect): New variable.
1436 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1437 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1438 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1439 reselect with declared variable.
1440
1441 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1442 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1443 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1444 (math-import-list, math-rewrite-phase): Declare them.
1445 (math-rewrite): Use let* to declare variables.
1446 (calc-rewrite-selection): Make rules a local variable.
1447 (calc-rewr-sel): New variable.
1448 (calc-rewrite-selection, calc-locate-selection-marker)
1449 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1450 of sel.
1451 (math-rewrite-whole-expr): New variable.
1452 (math-rewrite, math-rewrite-phase): Replace variable expr by
1453 declared variable.
1454 (math-rewrite-heads-heads, math-rewrite-heads-skips)
1455 (math-rewrite-heads-blanks ): New variables.
1456 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1457 heads, skips and blanks by declared variables.
1458 (math-rwcomp-subst-old, math-rwcomp-subst-new)
1459 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1460 New variables.
1461 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1462 old, new, old-func and new-func by declared variables.
1463 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1464 Remove unnecessary variable.
1465 (math-apply-rw-regs): New variable.
1466 (math-apply-rewrites, math-rwapply-replace-regs)
1467 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1468 (math-apply-rw-ruleset): New variable.
1469 (math-apply-rewrites, math-rwapply-remember): Replace variable
1470 ruleset by declared variable.
1471
1472 2004-11-19 Richard M. Stallman <rms@gnu.org>
1473
1474 * info.el (Info-search): Use search-whitespace-regexp.
1475
1476 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1477
1478 * vc-rcs.el (vc-rcs-parse): New function.
1479 (vc-rcs-annotate-command): Likewise.
1480 (vc-rcs-annotate-current-time): Likewise.
1481 (vc-rcs-annotate-time): Likewise.
1482 (vc-rcs-annotate-extract-revision-at-line): Likewise.
1483
1484 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1485
1486 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1487
1488 2004-11-18 Jay Belanger <belanger@truman.edu>
1489
1490 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1491
1492 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1493
1494 * printing.el: Eliminate use of interactive-p and eval-and-compile.
1495 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1496 Use make-temp-file to generate PostScript files in any situation.
1497 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1498 (pr-interactive-p): Eliminate var.
1499 (pr-save-interactive): Eliminate macro.
1500 (pr-interface, pr-ps-directory-preview)
1501 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1502 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1503 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1504 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1505 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1506 (pr-ps-region-ps-print, pr-ps-mode-preview)
1507 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1508 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1509 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1510 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1511 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1512 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1513 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1514 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1515 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1516 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1517 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1518 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1519 Eliminate pr-save-interactive usage.
1520 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1521 Eliminate pr-interactive-p usage.
1522 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1523 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1524 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1525 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1526 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1527 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1528 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1529 New funs.
1530 (pr-ps-file): Use make-temp-file to generate a temporary file.
1531
1532 2004-11-17 Jay Belanger <belanger@truman.edu>
1533
1534 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1535 a local variable.
1536 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1537 (math-top-only): New variable.
1538 (math-simplify, math-simplify-step): Replace variable top-only by
1539 declared variable math-top-only.
1540 (math-simplify-expr): Declare it.
1541 Replace argument expr in all calls of math-defsimplify by
1542 math-simplify-expr.
1543 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1544 (math-simplify-divisor, math-simplify-one-divisor)
1545 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1546 (math-simplify-pow): Replace variable expr by declared variable
1547 math-simplify-expr.
1548 (math-simplify-divisor): Remove local variables temp and op.
1549 (math-simplify-one-divisor): Make temp and op local variables.
1550 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1551 New variables.
1552 (math-simplify-divisor, math-simplify-one-divisor):
1553 Replace variables nover and dover by declared variables.
1554 (math-expr-subst-new, math-expr-subst-old): New variables.
1555 (math-expr-subst, math-expr-subst-rec): Replace variables new
1556 and old by declared variables.
1557 (math-is-poly-degree, math-is-poly-loose): New variables.
1558 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1559 and loose by declared variables.
1560 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1561 (math-polynomial-base, math-polynomial-base-rec):
1562 Replace variables const-ok and mpb-pred by declared variables.
1563
1564 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1565
1566 * calc/calc-ext.el (math-defsimplify): Change the argument in
1567 the created function to math-simplify-expr.
1568
1569 * calc/calc-units.el (math-simplify-expr): Declare it.
1570 Replace argument expr in all calls of math-defsimplify by
1571 math-simplify-expr.
1572 (math-simplify-units-prod): Replace variable expr by declared
1573 variable math-simplify-expr.
1574
1575 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1576
1577 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1578 Replace mapcar->dolist, format->string.
1579
1580 2004-11-17 Miles Bader <miles@gnu.org>
1581
1582 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1583 * progmodes/idlwave.el: Remove RCS keywords.
1584
1585 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1586
1587 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1588 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1589 Update to IDLWAVE version 5.5. Too many changes to list them here.
1590 * progmodes/idlw-help.el: New file.
1591
1592 2004-11-16 Richard M. Stallman <rms@gnu.org>
1593
1594 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1595 Discard spaces after \i according to TeX rules.
1596
1597 * international/mule.el (set-buffer-file-coding-system):
1598 New arg NOMODIFY.
1599 (after-insert-file-set-coding): Pass that new arg.
1600 Prevent set-buffer-multibyte from trying to lock the file.
1601
1602 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1603
1604 * saveplace.el (save-place): Doc fix.
1605
1606 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1607 temporarily widen before finding the following word to copy.
1608
1609 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1610 (cl-map-keymap): Definition deleted.
1611
1612 * subr.el (map-keymap-internal): New function.
1613
1614 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1617 when pressing rather than when releasing mouse-2. Simplify.
1618
1619 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1622 (compilation-mode): Set it here instead.
1623
1624 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1625
1626 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1627 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1628
1629 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * progmodes/compile.el (compilation-internal-error-properties):
1632 Fix up a transposition-typo. Check end-col before using it.
1633
1634 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1635
1636 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1637 Discard whitespace after macro \i when converting it.
1638
1639 2004-11-16 Juri Linkov <juri@jurta.org>
1640
1641 * emacs-lisp/find-func.el (find-function-regexp):
1642 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1643 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1644 Remove invalid `\W' from [^cgv\W]. Doc fix.
1645 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1646
1647 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1648
1649 * play/life.el: Maintainer is now FSF.
1650 (life-patterns, life-neighbor-deltas, life-window-start)
1651 (life-current-generation, life-generation-string): Use defvar
1652 instead of defconst.
1653
1654 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * progmodes/compile.el (compilation-move-to-column): New fun.
1657 (compilation-internal-error-properties)
1658 (compilation-next-error-function): Use it to make sure we don't go past
1659 the end of line.
1660
1661 2004-11-15 John Paul Wallington <jpw@gnu.org>
1662
1663 * autoinsert.el (auto-insert-alist): Insert the user's name in
1664 copyright notice, rather than Free Software Foundation, for the
1665 Emacs Lisp header case too.
1666
1667 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1668
1669 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1670 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1671 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1672 return the list of string in a string.
1673 (pr-call-process): Message if calling process returns an error, that
1674 is, the exit status is different of zero.
1675
1676 2004-11-15 Jay Belanger <belanger@truman.edu>
1677
1678 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1679 variable var-thing.
1680 (math-integ-depth, math-integ-level, math-integral-limit)
1681 (math-enable-subst, math-any-substs, math-integ-msg)
1682 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1683 (math-int-threshold, math-int-factors, math-double-roots)
1684 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1685 (var-GenCount): Declare these variables.
1686 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1687 (math-integral-cache, math-integral-cache-state):
1688 Move declarations to earlier in the file.
1689 (math-deriv-var, math-deriv-total, math-deriv-symb)
1690 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1691 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1692 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1693 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1694 (math-solve-res): New variables
1695 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1696 (math-integral, math-replace-integral-parts)
1697 (math-integrate-by-parts, calc-dump-integral-cache)
1698 (math-try-integral, math-do-integral, math-do-integral)
1699 (math-do-integral-methods, math-try-solve-for)
1700 (math-try-solve-prod, math-solve-poly-funny-powers)
1701 (math-solve-crunch-poly, math-decompose-poly)
1702 (math-solve-find-root-term, math-find-root-in-prod)
1703 (math-integ-try-linear-substitutions)
1704 (math-integ-try-substitutions, math-expr-rational-in)
1705 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1706 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1707 (math-solve-for, math-solve-system, math-solve-system-rec)
1708 (math-solve-get-sign, math-solve-get-int)
1709 (math-solve-system-subst): Replace undeclared variables with newly
1710 declared variables.
1711
1712 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * winner.el (winner-active-region, winner-edges, winner-window-list):
1715 Define at toplevel.
1716 (winner-mode-map): Move init inside declaration.
1717
1718 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1719
1720 * files.el (convert-standard-filename): Doc fix.
1721
1722 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1723
1724 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1725 passwd, group, shadow, default/* and pam.d/*.
1726
1727 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1728
1729 * printing.el (pr-menu-spec): Adjust menu specification.
1730
1731 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1732
1733 * printing.el: Doc fix. Insert :version tag into all defcustom.
1734 Handle interactive-p as is recommended in Emacs Lisp Reference.
1735 Set the file permission bits for newly created files.
1736 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1737 The printing menu specification (in `pr-menu-spec') was merged.
1738 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1739 (pr-version): New version number (6.8.3).
1740 (pr-file-modes): New option.
1741 (pr-interactive-p): New var.
1742 (pr-save-interactive, pr-save-file-modes): New macros.
1743 (pr-setup): Code fix.
1744 (pr-menu-spec): Menu specification merged.
1745 (pr-call-process, pr-text2ps): Set file permission bits.
1746 (pr-despool-print): Set file permission bits. Handle interactive-p as
1747 is recommended.
1748 (pr-interface, pr-ps-directory-preview)
1749 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1750 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1751 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1752 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1753 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1754 (pr-ps-region-ps-print, pr-ps-mode-preview)
1755 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1756 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1757 (pr-despool-using-ghostscript, pr-despool-ps-print)
1758 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1759 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1760 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1761 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1762 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1763 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1764 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1765 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1766 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1767 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1768 Handle interactive-p as is recommended.
1769
1770 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1771
1772 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1773 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1774
1775 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1776 so it doesn't forget to highlight the beginning of the region either.
1777
1778 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1779
1780 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1781 (c-font-lock-init): Eliminate obsolete make-local-hook.
1782 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1783 (awk-mode): Use run-mode-hooks.
1784
1785 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1786
1787 2004-11-13 Kim F. Storm <storm@cua.dk>
1788
1789 * mouse.el (mouse-drag-copy-region): Add :version.
1790 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1791 while dragging mode line, so mode line can be dragged downwards.
1792 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1793 while pressing mouse button so window doesn't scroll until we
1794 release the mouse if clicking on partially visible line.
1795
1796 2004-11-12 Jay Belanger <belanger@truman.edu>
1797
1798 * calc/calc-graph.el (calc-dumb-map): Declare it.
1799 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1800 than unbound.
1801 (calc-graph-name): Made `end' a local variable.
1802 (calc-graph-lookup): Made `varname' a local variable.
1803 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1804 Declare them.
1805 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1806 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1807 the unused variable y3vec.
1808 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1809 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1810 calc-graph-prev-kill-hook.
1811 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1812 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1813 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1814 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1815 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1816 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1817 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1818 (calc-graph-y3value, calc-graph-y3name)
1819 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1820 (calc-graph-stepcount, calc-graph-is-splot)
1821 (calc-graph-surprise-splot, calc-graph-blank)
1822 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1823 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1824 (calc-graph-recompute-2d, calc-graph-compute-3d)
1825 (calc-graph-format-data): Replace undeclared variables with the
1826 above newly declared variables.
1827
1828 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1829
1830 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1831 `rsf-beep' and `rsf-sleep-after-message'.
1832
1833 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1834 list if `message-sender' is non-nil.
1835
1836 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1837
1838 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1839 consing by using mapc instead of mapcar.
1840
1841 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1842
1843 * tooltip.el (require): Explain why CL is needed.
1844
1845 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1846
1847 * printing.el: Insert :version into defgroup (printing). All reference
1848 to Files option in menubar were changed to File.
1849 (pr-version): New version number (6.8.2).
1850 (pr-get-symbol): Call easy-menu-intern.
1851 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1852 compilation gripes.
1853
1854 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1855
1856 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1857 new byte-compile-function-environment binding to t.
1858
1859 * font-lock.el (font-lock-fontify-syntactically-region):
1860 Don't forget to highlight the last char when we hit `end'.
1861
1862 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1863 (mwheel-scroll): Adjust accordingly.
1864
1865 * cvs-status.el: Reduce spurious warnings.
1866 (cvs-status-checkout): Remove.
1867 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1868
1869 * pcvs.el (cvs-mode-checkout): New command.
1870
1871 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1872
1873 * tooltip.el: Require CL.
1874
1875 * emacs-lisp/bytecomp.el: Use push.
1876 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1877 (defalias): Remove the `byte-compile' property and add
1878 a `byte-hunk-handler'.
1879
1880 2004-11-11 Juri Linkov <juri@jurta.org>
1881
1882 * info.el (Info-search): Save match data for isearch.
1883 Skip Tag Table node.
1884
1885 * descr-text.el (describe-char): Replace syntax-after with code
1886 from its previous version.
1887
1888 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1889 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1890
1891 * international/mule.el (sgml-html-meta-auto-coding-function):
1892 Remove > after <html to allow HTML attributes.
1893
1894 2004-11-11 Jay Belanger <belanger@truman.edu>
1895
1896 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1897 a variable.
1898 (calcFunc-dfac): Replace unbound max by n.
1899 (math-stirling-local-cache): New variable.
1900 (math-stirling-number, math-stirling-1, math-stirling-2):
1901 Replace the variable `cache' by the declared variable
1902 math-stirling-local-cache.
1903 (var-RandSeed): Declare it as a variable.
1904 (math-init-random-base, math-random-digit): Don't check to see if
1905 var-RandSeed is bound.
1906 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1907 Declare them instead of just setting them.
1908 (math-init-random-base): Made i a local variable.
1909 (math-random-digit): Made math-random-last a local variable.
1910 (math-prime-test-cache): Move declaration to before it is used.
1911 (math-prime-test-cache-k, math-prime-test-cache-q)
1912 (math-prime-test-cache-nm1, math-prime-factors-finished):
1913 Declare them as variables.
1914
1915 2004-11-11 Jay Belanger <belanger@truman.edu>
1916
1917 * calc/calc-ext.el (math-defcache): Use defvar for the new
1918 variables it creates.
1919
1920 2004-11-11 Lars Hansen <larsh@math.ku.dk>
1921
1922 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1923 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1924 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1925 (desktop-save): Add :version.
1926
1927 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * printing.el (pr-get-symbol): Don't downcase.
1930
1931 2004-11-10 Jay Belanger <belanger@truman.edu>
1932
1933 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
1934 string to kill-ring.
1935
1936 * calc/calc-aent.el (calc-alg-exp, math-toks)
1937 (math-exp-pos,math-exp-old-pos, math-exp-token)
1938 (math-exp-keep-spaces, math-exp-str): New variables.
1939 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1940 (calcAlg-enter): Use declared variable calc-alg-exp.
1941 (math-build-parse-table, math-find-user-token): Use declared
1942 variable math-toks.
1943 (math-read-exprs, math-read-token, calc-check-user-syntax)
1944 (calc-match-user-syntax, match-factor-after, math-read-factor):
1945 Use declared variables math-exp-pos math-exp-old-pos.
1946 (math-read-exprs, math-read-token, math-read-expr-level)
1947 (calc-check-user-syntax, calc-match-user-syntax)
1948 (match-factor-after, math-read-factor): Use declared variable
1949 math-exp-token.
1950 (math-read-exprs, math-read-expr-list, math-read-token)
1951 (math-read-factor): Use declared variable math-exp-keep-spaces.
1952 (math-read-exprs, math-read-token): Use declared variable
1953 math-exp-str.
1954 (calc-match-user-syntax): Make m a local variable.
1955
1956 * calc/calc-ext.el (math-read-expr): Use declared variables
1957 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1958 math-exp-keep-spaces.
1959
1960 * calc/calc-forms.el (math-read-angle-bracket): Use declared
1961 variables math-exp-pos, math-exp-str.
1962
1963 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
1964 math-exp-old-pos.
1965 (math-parse-fortran-vector, math-parse-fortran-vector-end)
1966 (math-parse-eqn-prime): Use declared variable math-exp-token.
1967
1968 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1969 Use declared variable math-exp-pos.
1970 (math-check-for-commas): Use declared variable math-exp-str.
1971 (math-read-brackets): Use declared variables math-exp-old-pos,
1972 math-exp-keep-spaces.
1973 (math-read-brackets, math-read-vector, math-read-matrix):
1974 Use declared variable math-exp-token.
1975
1976 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1977
1978 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1979 where the keymap is a symbol.
1980 (easy-menu-add-item): Use keymap-prompt. Simplify.
1981
1982 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1983
1984 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1985 (sgml-parse-tag-backward): Use it to skip spurious < or >.
1986
1987 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
1988
1989 * ebuff-menu.el: Doc fixes throughout.
1990 (electric-buffer-menu-mode-hook): New defvar.
1991
1992 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1995 compilation. The resulting compiler warnings appear to be harmless.
1996
1997 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
1998
1999 * textmodes/conf-mode.el: New file.
2000
2001 * files.el (auto-mode-alist, magic-mode-alist): Use it.
2002
2003 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
2006
2007 2004-11-09 Jay Belanger <belanger@truman.edu>
2008
2009 * calc/calc-ext.el (calc-init-extensions): Remove old code.
2010
2011 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
2012 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
2013 (calc-z-prefix-help, calc-user-function-list): Use declared
2014 variables calc-z-prefix-buf, calc-z-prefix-msgs.
2015 (math-map-tree, math-map-tree-rec): Use declared variables
2016 math-mt-many, math-mt-func.
2017 (math-read-expression, math-read-string): Use declared variable
2018 math-expr-data.
2019
2020 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
2021 variable math-normalize-a.
2022
2023 * calc/calc.el (math-normalize-a): New variable.
2024 (math-normalize): Use declared variable math-normalize-a.
2025
2026 * calc/calc-poly.el (math-expand-form): Use declared variable
2027 math-mt-many.
2028
2029 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2030 Use declared variable math-mt-many.
2031 (math-rewrite): Use declared variable math-mt-func.
2032
2033 * calc/calc-vec.el (math-read-brackets, math-read-vector)
2034 (math-read-matrix): Use declared variable math-expr-data.
2035
2036 * calc/calc-lang.el (math-parse-fortran-vector)
2037 (math-parse-fortran-vector-end, math-parse-tex-sum)
2038 (math-parse-eqn-matrix, math-parse-eqn-prime)
2039 (math-read-math-subscr): Use declared variable math-expr-data.
2040
2041 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
2042 (math-read-expr-level, math-read-token, calc-check-user-syntax)
2043 (calc-match-user-syntax, math-read-if, math-factor-after)
2044 (math-read-factor): Use declared variable math-expr-data.
2045
2046 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2047
2048 * calendar/diary-lib.el (diary-from-outlook)
2049 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
2050 interactive-p; but rather new optional argument NOCONFIRM.
2051
2052 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
2055 (easy-menu-name-match): Revert correspondingly.
2056
2057 2004-11-09 Richard M. Stallman <rms@gnu.org>
2058
2059 * emacs-lisp/bytecomp.el (byte-compile-defalias):
2060 Turn off warnings for the new function even if definition not constant.
2061 If the definition isn't a quoted symbol, record (FUNCTION . t).
2062 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
2063 (byte-compile-callargs-warn): Handle (FUNCTION . t).
2064 (display-call-tree, byte-compile-arglist-warn):
2065 Handle t returned by byte-compile-fdefinition.
2066
2067 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2068
2069 * Makefile.in (maintainer-clean): Depend on distclean.
2070
2071 * help-fns.el (help-C-file-name): File name must be in build-files
2072 to be returned.
2073
2074 2004-11-09 Jay Belanger <belanger@truman.edu>
2075
2076 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
2077 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
2078
2079 * calc/calc.el (calc, calc-trail-display, calc-mode):
2080 Remove obsolete sections.
2081
2082 * calc/calc.el (calc-x-paste-text): Remove.
2083
2084 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
2085 mouse-2.
2086
2087 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
2088
2089 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
2090 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
2091 current frame (in case of recursive calls).
2092 (gdb-show-changed-values): Add :version keyword.
2093
2094 2004-11-09 Kenichi Handa <handa@m17n.org>
2095
2096 * international/mule-cmds.el: Change coding: tag back to
2097 iso-2022-7bit.
2098
2099 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
2100
2101 * international/mule-cmds.el: Change coding-system to utf-8.
2102 (select-safe-coding-system-interactively):
2103 New function extracted from select-safe-coding-system.
2104 (select-safe-coding-system): Use it.
2105
2106 2004-11-08 Richard M. Stallman <rms@gnu.org>
2107
2108 * subr.el (syntax-after): Doc fix.
2109
2110 * paren.el (show-paren-function): Change calls to syntax-after
2111 for new way of returning the value.
2112
2113 * menu-bar.el (menu-bar-file-menu): Make this the real name
2114 and menu-bar-files-menu the alias. Use the former.
2115 (global-map): Use `file', not `files', as the symbol.
2116
2117 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
2118
2119 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
2120 Don't use beginning-of-buffer.
2121 (filesets-cmd-show-result): Use with-no-warnings.
2122
2123 2004-11-08 Juri Linkov <juri@jurta.org>
2124
2125 * progmodes/compile.el (compile): Don't overwrite last command in
2126 minibuffer history with default command if they are not equal.
2127
2128 2004-11-08 Jay Belanger <belanger@truman.edu>
2129
2130 * calc/calcalg2.el (math-do-integral-methods): Try linear then
2131 non-linear substitutions.
2132
2133 2004-11-08 Jay Belanger <belanger@truman.edu>
2134
2135 * calc/calcalg2.el (math-linear-subst-tried): New variable.
2136 (math-do-integral): Set `math-linear-subst-tried' to nil.
2137 (math-do-integral-methods): Use `math-linear-subst-tried' to
2138 determine what type of substitution to try.
2139 (math-integ-try-linear-substituion):
2140 Set `math-linear-subst-tried' to t.
2141
2142 2004-11-08 Kim F. Storm <storm@cua.dk>
2143
2144 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
2145
2146 2004-11-07 Juri Linkov <juri@jurta.org>
2147
2148 * info-look.el (info-lookup): Allow reusing in the current buffer
2149 not only *info* buffer, but all (even renamed) Info buffers
2150 by checking for major-mode instead of *info* buffer name.
2151 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
2152 (octave-mode, maxima-mode) <doc-spec>:
2153 Allow long dashes generated by Texinfo 4.7 before definitions.
2154 (texinfo-mode) <doc-spec>: Add space to suffix to find command
2155 definitions with argument separated by space.
2156
2157 2004-11-06 Richard M. Stallman <rms@gnu.org>
2158
2159 * simple.el (next-error group, face): Move before first use.
2160 (next-error-highlight, next-error-highlight-no-select): Likewise.
2161
2162 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
2163 (line-move): New args NOERROR and TO-END.
2164 Return t if if succeed in moving specified number of lines.
2165 (move-end-of-line): New function.
2166
2167 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
2168 (end-of-buffer-other-window): Likewise.
2169
2170 * simple.el (line-move-ignore-invisible): Default to t.
2171
2172 * subr.el (syntax-after): Return the syntax letter, not the raw code.
2173
2174 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
2175
2176 * international/iso-cvt.el (iso-cvt-define-menu):
2177 Rename menu-bar-files-menu to menu-bar-file-menu.
2178
2179 * net/browse-url.el (browse-url-gnome-moz-program)
2180 (browse-url-gnome-moz-arguments): Move up before first use.
2181
2182 * net/tramp.el (tramp group): Add :version.
2183
2184 * progmodes/ada-xref.el (ada-gdb-application):
2185 Use goto-char instead of beginning-of-buffer.
2186
2187 * progmodes/cperl-mode.el (cperl-info-on-command):
2188 Use goto-char instead of beginning-of-buffer.
2189
2190 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
2191 Move up before first use.
2192 (idlwave-shell-temp-pro-file): Likewise.
2193 (idlwave-shell-temp-rinfo-save-file): Likewise.
2194 (idlwave-shell-temp-file): Minor doc fix.
2195
2196 * textmodes/flyspell.el (flyspell-external-point-words):
2197 Use goto-char instead of beginning-of-buffer.
2198
2199 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
2200
2201 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
2202 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
2203 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
2204
2205 2004-11-06 David Ponce <david@dponce.com>
2206
2207 * recentf.el (recentf-menu-path): Use menu item name.
2208
2209 2004-11-06 Eli Zaretskii <eliz@gnu.org>
2210
2211 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
2212 display doesn't support images.
2213
2214 2004-11-06 Andreas Schwab <schwab@suse.de>
2215
2216 * tempo.el (tempo-match-finder): Doc fix.
2217
2218 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
2219
2220 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
2223 (easy-menu-lookup-name): New fun to replace it.
2224 (easy-menu-get-map): Use it to obey menu item names (rather than just
2225 keys) when looking up `path'.
2226 (easy-menu-always-true-p): Rename from easy-menu-always-true.
2227 (easy-menu-convert-item-1): Adjust to new name.
2228
2229 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
2230
2231 * outline.el (hide-body): Don't hide lines at the top of the file
2232 that precede the first header line.
2233
2234 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
2235
2236 * align.el (align-areas): Delete whitespace before reindenting, so
2237 that tabs are never placed after spaces.
2238
2239 2004-11-06 Alan Shutko <ats@acm.org>
2240
2241 * macros.el (insert-kbd-macro): Do completions based on macros,
2242 rather than all commands.
2243
2244 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
2245
2246 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
2247 to solve a bug whereby tags with 'b' don't match.
2248
2249 2004-11-05 Juri Linkov <juri@jurta.org>
2250
2251 * info.el (Info-search): Don't search in node header lines
2252 and file headers.
2253
2254 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
2255 symbol-constituent characters after dot, not only digits.
2256
2257 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
2258
2259 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
2260
2261 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2262
2263 * dired.el (dired-read-dir-and-switches): Call read-directory-name
2264 if a dialog will be used, read-file-name otherwise.
2265
2266 2004-11-04 Richard M. Stallman <rms@gnu.org>
2267
2268 * textmodes/table.el (table group): Add :version.
2269
2270 * textmodes/ispell.el (ispell-word):
2271 Don't alter args; set them only thru `interactive' spec.
2272
2273 * textmodes/flyspell.el (flyspell-word):
2274 Don't alter FOLLOWING; set it only thru `interactive' spec.
2275
2276 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2277
2278 * net/browse-url.el (browse-url-maybe-new-window):
2279 Use called-interactively-p.
2280
2281 * mail/supercite.el (sc-cite-region):
2282 Don't use interactive-p. Add arg INTERACTIVE.
2283 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2284
2285 * international/mule-cmds.el (set-input-method, toggle-input-method):
2286 Don't use interactive-p. Add arg INTERACTIVE.
2287
2288 * eshell/esh-mode.el (eshell-show-maximum-output):
2289 Don't use interactive-p.
2290 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2291
2292 * mouse.el (mouse-show-mark): Get positions to delete from mark
2293 and point, not from mouse-drag-overlay.
2294
2295 * imenu.el (imenu-eager-completion-buffer): Add :version.
2296
2297 * filesets.el (filesets group): Add :version.
2298
2299 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2300
2301 * files.el (xml-based-modes): Delete var.
2302 (magic-mode-alist): New more general var.
2303 (set-auto-mode): Use it.
2304
2305 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2306 when clicking from another window.
2307
2308 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2309
2310 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2311 (vc-cvs-annotate-time): Incorporate value of deleted var.
2312 Remove special-case handling of beginning-of-buffer cruft.
2313 Cache ending position (point) and return value in text property
2314 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2315
2316 * vc-cvs.el (vc-cvs-annotate-command):
2317 Delete extraneous lines from beginning of buffer.
2318 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2319
2320 * progmodes/grep.el (grep-default-command): Take empty string
2321 for tag if all other methods yield nil. Shell-quote the tag.
2322
2323 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2324 spec in `interactive' form, and mention it in the docstring.
2325 Also, make sure point is at bol after calling `annotate-time'.
2326
2327 2004-11-02 Richard M. Stallman <rms@gnu.org>
2328
2329 * cus-edit.el (customize-group-other-window):
2330 Select the window that displays the custom buffer.
2331 (custom-buffer-create-other-window): Likewise.
2332
2333 * comint.el (comint-insert-input): Fix previous change.
2334
2335 * emacs-lisp/elp.el (elp-instrument-function):
2336 Use called-interactively-p.
2337
2338 * emacs-lisp/easymenu.el (easy-menu-intern):
2339 Don't downcase; rather, case-flip the first letter of each word.
2340
2341 * emacs-lisp/easy-mmode.el (define-minor-mode):
2342 Use called-interactively-p.
2343
2344 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2345 Add interactive-only.
2346 (byte-compile-warnings): Add interactive-only as option.
2347 (byte-compile-interactive-only-functions): New variable.
2348 (byte-compile-form): Warn about calls to functions
2349 in byte-compile-interactive-only-functions.
2350
2351 * emacs-lisp/autoload.el (update-file-autoloads):
2352 Don't use interactive-p; take new arg SAVE-AFTER.
2353
2354 * emacs-lisp/advice.el (ad-make-advised-definition):
2355 Use called-interactively-p.
2356
2357 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2358
2359 * files.el (find-file-existing): New function.
2360
2361 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2362 find-file-existing. Add "New File..." that calls find-file.
2363
2364 * diropen.pbm diropen.xpm: New files.
2365
2366 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2367 icon diropen. New tool bar item find-file-existing uses icon open.
2368
2369 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2370 instead of read-file-name.
2371
2372 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2373
2374 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2375 (icalendar--split-value): Change name of work buffer.
2376 (icalendar--get-weekday-abbrev): Return nil on error.
2377 (icalendar--date-to-isodate): New function.
2378 (icalendar-convert-diary-to-ical)
2379 (icalendar-extract-ical-from-buffer): Use only two args for
2380 make-obsolete (XEmacs compatibility).
2381 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2382 (icalendar-export-region): Doc fix.
2383 If error, return non-nil and write errors to a buffer.
2384 Use correct weekday for weekly recurring events.
2385 Check whether date has been parsed for ordinary events.
2386 Make weekly events start in the year 2000.
2387 DTEND is non-inclusive, shift end date by one day if
2388 necessary (not for entries that have date and time).
2389 Rename local let variables: oops -> found-error, datestring ->
2390 startdatestring.
2391
2392 2004-11-02 Kim F. Storm <storm@cua.dk>
2393
2394 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2395 keep-mode-if-same variable. Add it as optional arg instead.
2396 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2397
2398 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2399 substitute-command-keys will select lower-case bindings like those
2400 used in the static help texts.
2401
2402 * descr-text.el (describe-text-properties): Don't err if called in
2403 the *Help* buffer; output to *Help-2* buffer instead.
2404
2405 * kmacro.el (group kmacro): Add :version.
2406 (kmacro-keyboard-quit): New function to cleanup on C-g.
2407 (kmacro-start-macro): Set defining-kbd-macro to append when
2408 appending to last macro.
2409
2410 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2411
2412 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2413
2414 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2415 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2416 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2417 Add :version keyword.
2418
2419 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2420
2421 * progmodes/flymake.el (flymake-err-line-patterns):
2422 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2423 `compilation-error-regexp-alist-alist' to internal Flymake format.
2424
2425 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2426
2427 2004-11-01 Jay Belanger <belanger@truman.edu>
2428
2429 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2430 with `interactive "s"'.
2431
2432 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2433
2434 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2435 Revert change from 2004-10-16. '*' checks the current buffer, but the
2436 mouse click may be in another buffer.
2437
2438 2004-11-01 John Paul Wallington <jpw@gnu.org>
2439
2440 * files.el (large-file-warning-threshold): Add :version keyword.
2441 (kill-some-buffers): Doc fix.
2442
2443 * thumbs.el (group thumbs): Add :version keyword.
2444
2445 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2446
2447 2004-11-01 Richard M. Stallman <rms@gnu.org>
2448
2449 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2450
2451 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2452
2453 * allout.el (allout group): Add :version.
2454 (allout-init): Don't use interactive-p.
2455 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2456 (allout-forward-current-level, allout-backward-current-level):
2457 Don't use interactive-p.
2458
2459 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2460 (bibtex-find-text): Likewise.
2461
2462 * progmodes/vhdl-mode.el (vhdl-fill-region)
2463 (vhdl-beginning-of-statement): Don't use interactive-p.
2464
2465 * progmodes/idlwave.el (idlwave-update-routine-info):
2466 Don't use interactive-p.
2467
2468 * progmodes/idlw-shell.el (idlwave-shell-send-char):
2469 Don't use interactive-p.
2470
2471 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2472 Don't use interactive-p.
2473
2474 * progmodes/ada-xref.el (ada-make-body-gnatstub):
2475 Don't use interactive-p.
2476
2477 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2478 (fortune-in-buffer): Doc fix.
2479
2480 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2481
2482 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2483 don't select the temporary buffer.
2484 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2485 (eudc-get-phone): Likewise.
2486
2487 2004-11-01 Kim F. Storm <storm@cua.dk>
2488
2489 * man.el (Man-xref-normal-file): Fix help-echo.
2490
2491 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2492
2493 * reveal.el (reveal-last-tick): New var.
2494 (reveal-post-command): Use it to avoid closing overlays when we're
2495 appending text to them.
2496
2497 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2498
2499 * textmodes/bibtex.el: Require button.
2500 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2501 (bibtex-reference-keys): Distinguish between header keys and
2502 crossref keys.
2503 (bibtex-beginning-of-field): New function.
2504 (bibtex-url-map): Remove.
2505 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2506 (bibtex-font-lock-url-regexp): Assume that field names begin at
2507 the beginning of a line.
2508 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2509 Remove field delimiters. Use bibtex-beginning-of-field.
2510 Bugfix, point can be inside a field with a url.
2511 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2512 New functions.
2513 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2514 (bibtex-key-in-head): Simplify.
2515 (bibtex-current-line): Use bolp.
2516 (bibtex-parse-keys): Remove unused arg `add'.
2517 Use bibtex-type-in-head and bibtex-key-in-head.
2518 (bibtex-parse-entry, bibtex-autofill-entry):
2519 Use bibtex-type-in-head and bibtex-key-in-head.
2520 (bibtex-autokey-get-field): Do not alter case of replacement text.
2521 (bibtex-autokey-get-names): Do all processing of name list.
2522 (bibtex-autokey-get-year): New function.
2523 (bibtex-autokey-get-title): Do all processing of title words.
2524 (bibtex-generate-autokey): Simplify.
2525 (bibtex-string-files-init): Use default-directory.
2526 Allow for absolute file names in bibtex-string-files.
2527 (bibtex-files, bibtex-file-path): New variables.
2528 (bibtex-files-expand): New function.
2529 (bibtex-find-entry-globally): New command.
2530 (bibtex-summary-function): New variable.
2531 (bibtex-summary): Default value of bibtex-summary-function.
2532 (bibtex-find-crossref): New optional args pnt and split.
2533 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2534 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2535 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2536 Fix handling of required and alternative fields.
2537 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2538 Use cons and display-buffer.
2539 (bibtex-validate-globally): New command.
2540 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2541 bibtex-parse-keys and bibtex-parse-strings for updating
2542 bibtex-reference-keys and bibtex-strings.
2543 (bibtex-realign): Remove blank lines past the last entry.
2544 (bibtex-reformat): Use bibtex-entry-format as default.
2545 (bibtex-choose-completion-string): Remove.
2546 (bibtex-complete): Do not use bibtex-choose-completion-string.
2547 (bibtex-url): Simplify.
2548
2549 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2550
2551 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2552 (x-dnd-types-alist, x-dnd-open-file-other-window)
2553 (x-dnd-known-types): Add :version.
2554
2555 2004-10-31 John Paul Wallington <jpw@gnu.org>
2556
2557 * ibuffer.el (group ibuffer): Add :version keyword.
2558
2559 2004-10-31 Kim F. Storm <storm@cua.dk>
2560
2561 * ido.el (group ido): Add :version keyword.
2562 (ido-mode): Remove :version keyword.
2563
2564 * emulation/cua-base.el (group cua): Add :version keyword.
2565 (cua-mode): Remove :version keyword.
2566
2567 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2568
2569 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2570
2571 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2572 compiler warning.
2573 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2574 function.
2575 (help-at-pt-display-when-idle): Remove autoload.
2576
2577 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2580
2581 2004-10-30 Juri Linkov <juri@jurta.org>
2582
2583 * help.el (function-called-at-point):
2584 * help-fns.el (variable-at-point): Read -> intern.
2585
2586 2004-10-30 Simon Josefsson <jas@extundo.com>
2587
2588 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2589 Recognize AS_* too.
2590
2591 2004-10-29 Simon Josefsson <jas@extundo.com>
2592
2593 * subr.el (read-passwd): Move back from password.el.
2594
2595 * password.el: Remove, not ready yet.
2596
2597 2004-10-29 Andreas Schwab <schwab@suse.de>
2598
2599 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2600
2601 2004-10-29 Sam Steingold <sds@gnu.org>
2602
2603 * mouse.el (mouse-show-mark): Replace the last occurrence of
2604 x-lost-selection-hooks with x-lost-selection-functions.
2605
2606 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2609 x-lost-selection-functions is bound.
2610
2611 * mouse-sel.el (mouse-sel-mode):
2612 * emacs-lisp/lselect.el: Adjust to new names for
2613 x-(lost|sent)-selection-functions.
2614
2615 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2616 New obsolete aliases of x-lost-selection-functions and
2617 x-sent-selection-functions.
2618
2619 2004-10-28 Kim F. Storm <storm@cua.dk>
2620
2621 * imenu.el (imenu-scanning-message): Remove.
2622 (imenu-progress-message): Make it a no-op.
2623
2624 2004-10-28 John Paul Wallington <jpw@gnu.org>
2625
2626 * files.el (set-auto-mode): Call `throw' correctly.
2627
2628 2004-10-28 Juri Linkov <juri@jurta.org>
2629
2630 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2631 to search `Info-...' commands in `info' manual.
2632 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2633 Add 'info-file "emacs" property.
2634 (Info-find-emacs-command-nodes): Fix index line number regexp.
2635 Set real line number (instead of fake 0) in first element of the
2636 returned list.
2637 (Info-goto-emacs-command-node): Use line number of first element
2638 to set point in the first found Info node.
2639
2640 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2641 code to `grep-mode-font-lock-keywords'.
2642 (grep-mode-font-lock-keywords): Delete grep markers instead
2643 of making them invisible.
2644
2645 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2646
2647 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2648 and x-server-version in bug report.
2649
2650 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2651
2652 * files.el (set-auto-mode-0): New function.
2653 (set-auto-mode): Use it to handle aliased modes and to
2654 be consistent between C-x C-f and C-x C-w.
2655
2656 2004-10-28 Kenichi Handa <handa@m17n.org>
2657
2658 * international/utf-8.el (utf-translate-cjk-charsets):
2659 Add katakana-jisx0201.
2660
2661 * international/subst-jis.el: Add data for JISX0201.
2662
2663 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * obsolete/hilit19.el (hilit-mode): New function.
2666 Move all the toplevel side-effecting stuff into it, so that loading
2667 hilit19 doesn't mess everything up any more.
2668
2669 2004-10-27 Richard M. Stallman <rms@gnu.org>
2670
2671 * add-log.el (add-change-log-entry): Set up mailing address
2672 and full name later, and don't alter add-log-mailing-address
2673 or add-log-full-name.
2674
2675 * elide-head.el (elide-head): Change error to message.
2676 (elide-head-show): Likewise.
2677
2678 * apropos.el (apropos-macrop): Doc fix.
2679
2680 * mouse.el (mouse-show-mark): Do most processing the same
2681 regardless of transient-mark-mode.
2682
2683 * shadowfile.el (shadow-copy-files): Use interactive-p
2684 only to control whether to print a message.
2685
2686 * tar-mode.el (tar-mode): Use write-contents-functions,
2687 not write-contents-hooks.
2688
2689 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2690 directory-sep-char.
2691
2692 2004-10-27 Richard M. Stallman <rms@gnu.org>
2693
2694 * strokes.el (strokes-unload-hook): Fix previous change.
2695
2696 * type-break.el (type-break-run-at-time): Always use run-at-time;
2697 forget the alternatives.
2698 (type-break-cancel-function-timers): Always use cancel-function-timers;
2699 forget the alternatives.
2700
2701 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2702
2703 2004-10-27 Kenichi Handa <handa@m17n.org>
2704
2705 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2706
2707 * international/subst-gb2312.el: Likewise.
2708
2709 * international/subst-big5.el: Likewise.
2710
2711 * international/subst-ksc.el: Likewise.
2712
2713 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2714 New variable.
2715 (utf-translate-cjk-set-unicode-range): New function.
2716 (utf-translate-cjk-unicode-range): Make it customizable.
2717 (utf-8-post-read-conversion):
2718 Use utf-translate-cjk-unicode-range-string.
2719 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2720 Unicode ranges.
2721
2722 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2723
2724 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2725 trivial variants to shorten the list.
2726 (xml-based-modes): New var.
2727 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2728 declaration higher priority than auto-mode-alist.
2729
2730 * find-file.el (cc-other-file-alist): Bring it in line with
2731 cc-mode's auto-mode-alist entries and use \' instead of $.
2732
2733 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2734 and add "Id" and "Name" submenus to it.
2735
2736 * imenu.el (imenu--generic-function): Skip matches in comments.
2737
2738 2004-10-26 Jay Belanger <belanger@truman.edu>
2739
2740 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2741 (full-calc-keypad, calc-trail-display): Use an extra argument
2742 instead of `interactive-p'.
2743
2744 * calc/calc-misc.el (calc-other-window): Use an extra argument
2745 instead of `interactive-p'.
2746
2747 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2748 `interactive-p'.
2749
2750 2004-10-26 Kim F. Storm <storm@cua.dk>
2751
2752 * help.el (describe-key): Describe both down-event and up-event
2753 for a mouse click.
2754
2755 2004-10-26 Richard M. Stallman <rms@gnu.org>
2756
2757 * woman.el (woman): Don't call interactive-p.
2758
2759 * pcomplete.el (pcomplete): Instead of interactive-p,
2760 use an arg set non-nil by the interactive spec.
2761
2762 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2763 use an arg set non-nil by the interactive spec.
2764
2765 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2766 use an arg set non-nil by the interactive spec.
2767
2768 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2769
2770 * progmodes/flymake.el (flymake-split-string):
2771 Use `flymake-split-string-remove-empty-edges' in any case.
2772
2773 2004-10-26 Masatake YAMATO <jet@gyve.org>
2774
2775 * progmodes/flymake.el (flymake-err-line-patterns):
2776 Use `compilation-error-regexp-alist-alist' instead of
2777 `compilation-error-regexp-alist'.
2778
2779 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2782 verbatim face on the \ of \end{verbatim}.
2783
2784 2004-10-25 Jay Belanger <belanger@truman.edu>
2785
2786 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2787 erasing minibuffer.
2788
2789 2004-10-25 Simon Josefsson <jas@extundo.com>
2790
2791 * subr.el (read-passwd): Move to net/password.el.
2792
2793 * net/password.el (read-passwd): Add. Autoload it.
2794
2795 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2796
2797 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2798
2799 * simple.el (process-file): Fix logic.
2800
2801 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2802
2803 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2804 (increase-right-margin): Remove erroneous call to `interactive-p'.
2805
2806 2004-10-24 Kim F. Storm <storm@cua.dk>
2807
2808 * help.el (describe-mode): Fix 2004-10-13 change.
2809 Copy pure "Auto Fill" string so it can be propertized later
2810 without causing a read-only error.
2811
2812 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2813
2814 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2815 style indexes.
2816
2817 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2818
2819 * simple.el (process-file): Accept nil for INFILE. Reported by
2820 Luc Teirlinck.
2821
2822 2004-10-24 Masatake YAMATO <jet@gyve.org>
2823
2824 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2825 Handle periods and underscores in a function name.
2826 Remove the address fontification.
2827
2828 2004-10-24 Masatake YAMATO <jet@gyve.org>
2829
2830 * progmodes/asm-mode.el (asm-font-lock-keywords):
2831 Use font-lock-variable-name-face for registers.
2832
2833 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2834
2835 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2836 kill-all-local-variables.
2837 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2838 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2839 Use kill-all-local-variables and provide mode-hooks.
2840 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2841 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2842 Suggested by Masatake YAMATO <jet@gyve.org>.
2843
2844 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2845
2846 * simple.el (process-file): New function, similar to call-process
2847 but supports file handlers.
2848 * vc.el (vc-do-command): Use it, instead of call-process.
2849 * net/tramp-vc.el (vc-do-command): Do not advise it if
2850 process-file is fboundp.
2851 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2852 process-file.
2853 (tramp-handle-process-file): New function.
2854 (tramp-file-name-for-operation): Support process-file.
2855
2856 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2857
2858 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2859 (icalendar-weekdayabbrev-table)
2860 (icalendar-monthnumber-table): Delete.
2861 (icalendar--get-month-number): Use calendar-month-name-array.
2862 (icalendar--get-weekday-number): New function.
2863 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2864 (icalendar-export-region): Handle multi-line entries.
2865 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2866
2867 2004-10-23 John Paul Wallington <jpw@gnu.org>
2868
2869 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2870 `wildcards' set to t in interactive spec.
2871
2872 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2873 interactive spec rather than use `interactive-p'.
2874 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2875 rather than use function `interactive-p'.
2876
2877 2004-10-22 Kenichi Handa <handa@m17n.org>
2878
2879 * international/mule.el (translate-region): Implement it in Lisp
2880 as a front end of translate-region-internal.
2881
2882 2004-10-21 Jay Belanger <belanger@truman.edu>
2883
2884 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2885 Declare these variables with defvar.
2886
2887 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2888 is bound, only check to see if it is bound.
2889
2890 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2893 Don't output messages.
2894
2895 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2896
2897 2004-10-21 John Paul Wallington <jpw@gnu.org>
2898
2899 * calc/calc-graph.el (calc-graph-init):
2900 Use `set-process-query-on-exit-flag'.
2901
2902 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2903
2904 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2905 dir right and also allow argumentless cd.
2906
2907 2004-10-19 Richard M. Stallman <rms@gnu.org>
2908
2909 * textmodes/flyspell.el (flyspell-mode): Doc fix.
2910
2911 * eshell/em-unix.el (eshell-grep):
2912 Don't bind compilation-process-setup-function.
2913
2914 * comint.el (comint-insert-input): Use @ in `interactive'.
2915 (comint-input-filter-functions): Doc fix.
2916 (comint-kill-whole-line, comint-get-source): Doc fix.
2917
2918 * progmodes/compile.el (compilation-setup):
2919 Don't set buffer-read-only if MINOR is non-nil.
2920
2921 2004-10-19 Jay Belanger <belanger@truman.edu>
2922
2923 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2924 (calc-emacs-type-gnu19): Remove.
2925 (calc-digit-map, calc-read-key-sequence, calc-read-key):
2926 Remove check for old emacs versions.
2927
2928 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2929 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2930 for current Emacs.
2931
2932 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2933 the end of the minibuffer.
2934 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
2935 copy `esc-map'.
2936
2937 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2938
2939 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2940 call that would be given when the current emacs was used.
2941
2942 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2943
2944 * calendar/icalendar.el: Set coding to utf-8.
2945 (icalendar-version): Increase to 0.07.
2946 (icalendar-monthnumber-table): Change March pattern.
2947 (icalendar-get-all-event-properties)
2948 (icalendar-set-event-property): Delete.
2949 (icalendar-all-events): No longer interactive.
2950 (icalendar-convert-diary-to-ical)
2951 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2952 their replacements.
2953 (icalendar-export-file, icalendar-export-region): New functions;
2954 essentially old `icalendar-convert-diary-to-ical' but appending to
2955 target rather than overwriting.
2956 (icalendar-import-file): Append to target file rather than
2957 overwriting. Fourth arg deleted.
2958 (icalendar-import-buffer): New name for old
2959 `icalendar-extract-ical-from-buffer'.
2960 (icalendar--convert-string-for-import): New name for
2961 old `icalendar-convert-for-import'.
2962 (include-icalendar-files): Delete.
2963 Prefix for all internal functions changed from `icalendar-'
2964 to `icalendar--'.
2965
2966 2004-10-19 Richard M. Stallman <rms@gnu.org>
2967
2968 * paths.el (news-path): Fix previous change.
2969
2970 2004-10-18 Jay Belanger <belanger@truman.edu>
2971
2972 * calc/calc-help.el (calc-describe-bindings):
2973 Set `buffer-read-only' to nil while working in the keybindings buffer;
2974 remove some extra information from the keybindings buffer.
2975
2976 2004-10-18 David Ponce <david@dponce.com>
2977
2978 * mouse.el (mouse-drag-move-window-top): New function.
2979 (mouse-drag-mode-line-1): Use it.
2980
2981 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2982
2983 * info.el (Info-fontify-node): For multiline refs,
2984 arrange to unfontify newline and surrounding whitespace.
2985
2986 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2987
2988 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2989 directory is missing.
2990
2991 2004-10-17 John Paul Wallington <jpw@gnu.org>
2992
2993 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2994 New customizable variable; whether to display buffers that match
2995 `ibuffer-maybe-show-predicates' by default.
2996 (ibuffer-maybe-show-predicates): Mention it in docstring.
2997 (ibuffer-display-maybe-show-predicates): New variable.
2998 (ibuffer-update): Prefix arg now toggles whether buffers that
2999 match `ibuffer-maybe-show-predicates' should be displayed.
3000 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
3001 locally to heed `ibuffer-default-display-maybe-show-predicates'.
3002 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
3003
3004 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
3005
3006 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
3007 work correctly.
3008
3009 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
3010
3011 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
3012 (Buffer-menu-beginning): New helper function.
3013 (Buffer-menu-execute): Use it.
3014 (Buffer-menu-select): Use it.
3015 (Buffer-menu-sort): Use it and also keep markers.
3016
3017 2004-10-17 Richard M. Stallman <rms@gnu.org>
3018
3019 * paths.el (news-directory): Rename from news-path. Old name alias.
3020 (rmail-spool-directory): Use defvar.
3021 (sendmail-program): Use defcustom.
3022 (remote-shell-program): Use defcustom.
3023 (term-file-prefix): Use defvar.
3024 (abbrev-file-name): Use defvar.
3025
3026 * term.el: Add maintainer.
3027
3028 * subr.el (with-local-quit): Return nil if there's a quit.
3029 (read-passwd): Use with-local-quit. Doc fix.
3030
3031 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
3032 (strokes-unload-hook): Set as a variable with add-hook.
3033
3034 * startup.el (fancy-splash-tail, normal-splash-screen):
3035 Update copyright year.
3036
3037 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
3038
3039 * server.el (server-unload-hook): Set as a variable with add-hook.
3040
3041 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
3042
3043 * frame.el (special-display-popup-frame):
3044 Make the buffer current as its frame is created.
3045
3046 * delsel.el (delsel-unload-hook): Set as a variable.
3047
3048 * comint.el (comint-output-filter-functions):
3049 Add comint-watch-for-password-prompt.
3050 (comint-read-noecho): Function deleted.
3051 (send-invisible): Use read-passwd.
3052
3053 * fringe.el (fringe-mode-initialize): New function.
3054 (fringe-mode): Use fringe-mode-initialize as :initialize.
3055
3056 2004-10-17 Kim F. Storm <storm@cua.dk>
3057
3058 * language/indian.el (indian-script-language-alist): Swap value and doc.
3059 (indian-font-char-index-table): Doc fix.
3060
3061 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3062
3063 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
3064
3065 2004-10-16 Juri Linkov <juri@jurta.org>
3066
3067 * progmodes/compile.el (compilation-start): Move let-binding of
3068 `process-environment' into `with-current-buffer' body.
3069 Reported by Matt Hodges <MPHodges@member.fsf.org>.
3070
3071 2004-10-16 Richard M. Stallman <rms@gnu.org>
3072
3073 * pcvs-util.el (cvs-bury-buffer):
3074 Don't call get-buffer-window for effect.
3075
3076 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
3077
3078 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
3079
3080 * msb.el (msb-unload-hook): Set the variable.
3081
3082 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
3083 Use * to err if buffer is readonly.
3084
3085 * subr.el (looking-back): Return only t or nil.
3086
3087 * whitespace.el (whitespace-unload-hook): Set the variable.
3088
3089 * view.el (view-mode-enable): Set view-page-size and
3090 view-half-page-size to nil.
3091 (view-set-half-page-size-default): view-half-page-size = nil
3092 means the default.
3093 (View-scroll-page-forward): Use view-page-size-default.
3094 (View-scroll-page-backward): Likewise.
3095 (view-page-size, view-half-page-size): Doc fixes.
3096
3097 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
3098
3099 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
3100
3101 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
3102 "cl" like other files. Instead, call byte-compile-find-cl-functions.
3103 (byte-compile-log-1): Bind inhibit-read-only.
3104 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
3105 (byte-compile-log-warning): Likewise.
3106 (byte-compile-file-form-require): Detect "cl" from the arg value.
3107
3108 * progmodes/compile.el (compilation-start): Assume compilation-mode
3109 will make the buffer read-only.
3110 (compilation-mode): Take arg name-of-mode.
3111 (compilation-setup): Make buffer read-only.
3112 (compilation-handle-exit): Bind inhibit-read-only.
3113
3114 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
3115 (ispell-message): Likewise.
3116 (ispell-show-choices): Don't call get-buffer-window uselessly.
3117 (ispell-init-process): Use set-process-query-on-exit-flag.
3118
3119 2004-10-16 Kim F. Storm <storm@cua.dk>
3120
3121 * fringe.el (fringe-bitmaps): Only initialize when defined.
3122
3123 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
3124 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
3125
3126 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
3127
3128 2004-10-15 Simon Josefsson <jas@extundo.com>
3129
3130 * net/password.el: Add.
3131
3132 2004-10-14 Masatake YAMATO <jet@gyve.org>
3133
3134 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
3135 (gdb-script-end-of-defun): New function.
3136 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
3137 `gdb-script-end-of-defun' as *-of-defun-function.
3138
3139 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
3140
3141 * button.el (button-activate): Allow a marker to display as an action.
3142
3143 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
3144
3145 * help.el (describe-mode): Use it to make minor mode list into
3146 hyperlinks.
3147
3148 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3149
3150 * vc.el (vc-annotate-display-select): Fix typo.
3151
3152 * subr.el (substitute-key-definition-key): New function.
3153 (substitute-key-definition): Use it with map-keymap.
3154 (event-modifiers): Use push.
3155 (mouse-movement-p, with-temp-buffer): Simplify.
3156
3157 2004-10-12 Jay Belanger <belanger@truman.edu>
3158
3159 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
3160 New variables.
3161 (calc-help-index-entries): New function.
3162 (calc-describe-function): Use `calc-help-function-list' instead of
3163 obarray for completion.
3164 (calc-describe-variable): Use `calc-help-variable-list' instead
3165 of obarray for completion.
3166
3167 2004-10-12 Richard M. Stallman <rms@gnu.org>
3168
3169 * info-look.el (info-lookup-file): Add info-file property.
3170 (info-lookup-symbol): Likewise.
3171
3172 * info.el (info-xref): Add underlining.
3173 (info): Add info-file property.
3174 (Info-find-emacs-command-nodes): Specify case-sensitive search.
3175
3176 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
3177
3178 Sync with Tramp 2.0.45.
3179
3180 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
3181 defined. This is not the case for XEmacs without package "edebug".
3182 (tramp-set-auto-save-file-modes): Set permissions of autosaved
3183 remote files to the permissions of the original file. This is not
3184 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
3185 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
3186 (tramp-perl-decode): Fix an error in Perl implementation.
3187 $pending must be cleared every loop. Reported by Benjamin Place
3188 <benjaminplace@sprintmail.com>
3189
3190 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
3191 Don't activate advice during definition. This is done later on,
3192 depending on test result of `substitute-in-file-name'.
3193 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3194
3195 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
3198
3199 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
3200
3201 2004-10-12 David Ponce <david@dponce.com>
3202
3203 * recentf.el (recentf-edit-list): Update the menu when the recentf
3204 list has been modified.
3205
3206 2004-10-12 Simon Josefsson <jas@extundo.com>
3207
3208 * net/tls.el (tls-certtool-program): New variable.
3209 (tls-certificate-information): New function, based on
3210 ssl-certificate-information.
3211
3212 2004-10-12 Kenichi Handa <handa@m17n.org>
3213
3214 * international/mule.el (coding-system-equal): Move from mule-util.el.
3215
3216 * international/mule-util.el (coding-system-equal): Move to mule.el.
3217
3218 2004-10-12 Kim F. Storm <storm@cua.dk>
3219
3220 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
3221 reset kmacro-initial-counter-value if set.
3222 (kmacro-set-counter): Only set kmacro-counter if defining or executing
3223 macro. Set kmacro-initial-counter-value otherwise. Never set both.
3224 (kmacro-display): Show macro counter if non-zero.
3225
3226 * subr.el (substitute-key-definition): Mention command remapping
3227 in doc string.
3228
3229 2004-10-11 Jay Belanger <belanger@truman.edu>
3230
3231 * calc/calc-misc.el (calc-info-goto-node): New function.
3232 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
3233 node in one step.
3234 (calc-describe-copying, calc-describe-distribution)
3235 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
3236 Go to appropriate info node in one step.
3237
3238 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
3241
3242 * font-lock.el (font-lock-apply-highlight): Fix last change.
3243
3244 2004-10-11 Simon Josefsson <jas@extundo.com>
3245
3246 * mail/smtpmail.el (smtpmail-open-stream): Look for
3247 starttls-gnutls-program instead of starttls-program iff
3248 starttls-use-gnutls is non-nil.
3249 (smtpmail-open-stream): Don't overwrite user settings of
3250 starttls-extra-arguments and starttls-extra-args.
3251
3252 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3253
3254 * comint.el (comint-mouse-insert-input): Remove.
3255 (comint-insert-input): Make it work for mouse bindings.
3256 (comint-mode-map): Move defs into the declaration.
3257 (comint-output-filter): Typo.
3258
3259 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
3260
3261 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
3262
3263 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
3264 (ange-ftp-call-chmod): Reference remote-shell-program instead of
3265 ange-ftp-remote-shell.
3266
3267 2004-10-10 Andreas Schwab <schwab@suse.de>
3268
3269 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3270 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3271 Reported by <sri@asu.edu>.
3272
3273 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3274
3275 * vc.el (vc-annotate-mode): Remove variable.
3276 (vc-annotate-display-select): Only call vc-annotate-mode
3277 if we're not in that mode already.
3278
3279 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3282 (imenu-choose-buffer-index): Check here for rescan instead.
3283
3284 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3285 where the face expression evals to nil.
3286
3287 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3288 (tex-font-lock-keywords-2): Use it.
3289 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3290
3291 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3292
3293 2004-10-09 Kim F. Storm <storm@cua.dk>
3294
3295 * subr.el (progress-reporter-update): Define before first usage.
3296 (make-progress-reporter): Doc fix.
3297
3298 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3299
3300 * textmodes/paragraphs.el (sentence-end-double-space)
3301 (sentence-end-without-period, sentence-end-without-space)
3302 (sentence-end): Doc fixes.
3303
3304 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3305
3306 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3307 Change paragraph-start regexp so we don't fill code starting with #'(.
3308
3309 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3310
3311 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3312 New defcustom.
3313 (extract-address-components): Use it.
3314
3315 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3316
3317 * subr.el (make-progress-reporter, progress-reporter-update)
3318 (progress-reporter-force-update, progress-reporter-do-update)
3319 (progress-reporter-done): New functions.
3320
3321 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3322
3323 * progmodes/etags.el (etags-tags-completion-table): Use progress
3324 reporter.
3325 (etags-tags-apropos): Likewise.
3326
3327 2004-10-08 Alan Mackenzie <acm@muc.de>
3328
3329 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3330 of current line.
3331
3332 2004-10-08 Masatake YAMATO <jet@gyve.org>
3333
3334 * server.el (server-process-filter): Wrap `process-send-region'
3335 by `condition-case' to guard the case when the pipe to PROC is closed.
3336
3337 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3338
3339 * xml.el (xml-substitute-special): Limit handling of external entities.
3340
3341 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3342
3343 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3344
3345 2004-10-06 John Paul Wallington <jpw@gnu.org>
3346
3347 * xml.el (xml-parse-dtd): Fix `error' call.
3348
3349 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3350
3351 * xml.el (xml-substitute-special): Return a single string instead
3352 of a list of strings if an entity substitution is made.
3353
3354 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3355
3356 * calendar/icalendar.el: New file.
3357
3358 2004-10-05 Juri Linkov <juri@jurta.org>
3359
3360 * isearch.el (isearch-done): Set mark after running hook.
3361 Reported by Drew Adams <drew.adams@oracle.com>.
3362
3363 * info.el (Info-history, Info-toc): Fix Info headers.
3364 (Info-toc): Narrow buffer before Info-fontify-node.
3365 (Info-build-toc): Don't check for special Info file names.
3366 Set main-file to nil if Info-find-file returns a symbol.
3367
3368 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
3369
3370 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3371 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3372 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3373
3374 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3375
3376 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3377 for old interactive spec from calendar-goto-iso-date.
3378 (calendar-goto-iso-date): Use it.
3379 (calendar-goto-iso-week): New function. Suggested by Emilio
3380 C. Lopes <eclig@gmx.net>.
3381
3382 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3383
3384 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3385 `set-right-margin' bindings that follow the minor mode conventions.
3386
3387 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3390 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3391 (latex-block-args-alist): Add minipage and picture.
3392 (latex-block-body-alist): Use reftex-label if enabled.
3393 (latex-insert-block): Don't insert a \n if not necessary.
3394 (tex-compile-commands): Make sure dvips doesn't send to printer.
3395 (tex-compile-default): Handle the case where no executable is found.
3396 (latex-noindent-environments): New var.
3397 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3398 If tex-indent-allhanging is non-nil, make sure we only align for macros
3399 at beginning of line.
3400
3401 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3402
3403 * newcomment.el (comment-beginning): Doc fix and don't choke on
3404 unset `comment-end-skip' when at beginning of comment.
3405
3406 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * term.el (term-adjust-current-row-cache): Don't allow the current
3409 row to become negative.
3410 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3411 the end of the line. Fix scroll down. Add comments.
3412 (term-handle-ansi-escape): Don't exceed terminal width when moving
3413 right.
3414 (term-scroll-region): Move the cursor after setting the scroll region.
3415
3416 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3417
3418 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3419 to `width' for consistency with docstring. Doc fix.
3420
3421 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3422
3423 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3424 This is necessary for derived modes.
3425
3426 2004-09-30 Kim F. Storm <storm@cua.dk>
3427
3428 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3429 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3430
3431 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3432 kmacro-extract-lambda functions.
3433 (edit-kbd-macro): Handle kmacro lambda forms.
3434 Include counter and counter format in edit buffer.
3435 (edmacro-finish-edit): Get counter and format from edit buffer and
3436 update kmacro bindings when found.
3437
3438 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3439
3440 * textmodes/paragraphs.el (forward-paragraph):
3441 Avoid args-out-of-range error when point winds up at the beginning of
3442 the buffer and hard newlines are enabled.
3443
3444 * newcomment.el (comment-multi-line): Doc fix.
3445
3446 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3449 (diff-fixup-modifs): Catch unified-diff file-headers.
3450
3451 2004-09-29 Kim F. Storm <storm@cua.dk>
3452
3453 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3454 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3455 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3456
3457 * fringe.el (fringe-bitmap-p): New macro.
3458 (fringe-bitmaps): Add standard fringe bitmaps on load.
3459
3460 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3461
3462 * dired.el (dired-view-command-alist): Use more efficient regexps.
3463 Remove dubious arguments.
3464 (dired-align-file): New function.
3465 (dired-insert-directory): Use it.
3466 (dired-move-to-end-of-filename): Make the " -> " search more specific.
3467 (dired-buffers-for-dir): Remove unused var `pattern'.
3468
3469 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3470
3471 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3472 from diary display excursion. Store diary buffer's point for
3473 `simple-diary-display'.
3474 (simple-diary-display): Set window point and start when
3475 displaying buffer, to preserve point.
3476
3477 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
3478
3479 * textmodes/enriched.el (enriched-translations): Replace defconst
3480 with defvar.
3481
3482 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3483
3484 * printing.el: Doc fix.
3485 (pr-version): New version number (6.8.1).
3486 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3487 make-temp-name.
3488 (pr-delete-file): Check if file exists before deleting it.
3489 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3490
3491 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * term.el (term-display-table): New variable.
3494 (term-mode): Use it.
3495 (term-exec-1): Set the coding system to binary.
3496 (term-emulate-terminal): Decode the string before inserting it.
3497
3498 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3499
3500 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3501 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3502 (map): Bind S-prior, S-next and S-insert.
3503 (term-mode): Set `indent-tabs-mode' to nil.
3504 (term-paste): New function to be bound to S-insert.
3505 (term-send-del, term-send-backspace): Change the strings sent.
3506 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3507 (term-handle-colors-array): Fix handling of underline and reverse.
3508 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3509 (term-erase-in-line): Fix comparison.
3510 (term-emulate-terminal): Fix line wrap handling.
3511 (term-start-output-log): Rename from `term-set-output-log'.
3512 (term-stop-output-log): Rename from `term-stop-photo'.
3513 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3514
3515 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * dired.el (dired-move-to-filename): Don't output a message if
3518 raise-error is non-nil. Fix return position and value.
3519
3520 * files.el (insert-directory): Obey --dired even with symlinks.
3521
3522 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3523
3524 * ls-lisp.el (ls-lisp-format): Mark file names with property
3525 dired-filename.
3526
3527 2004-09-25 Kim F. Storm <storm@cua.dk>
3528
3529 * ido.el (ido-max-directory-size): New defcustom.
3530 (ido-decorations): Add "too big" element.
3531 (ido-directory-too-big): New dynamic var.
3532 (ido-may-cache-directory): Don't cache big directories.
3533 (ido-directory-too-big-p): New defun.
3534 (ido-set-current-directory): Update ido-directory-too-big.
3535 (ido-read-internal): Make empty ido-cur-item if too-big.
3536 (ido-buffer-internal): Use ido-read-internal directly instead of
3537 ido-read-buffer.
3538 (ido-file-internal): Init ido-directory-too-big.
3539 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3540 and redo completion with full list.
3541 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3542 it, and show completions.
3543 (ido-all-completions): Let bind ido-directory-too-big to nil.
3544 (ido-exhibit): Handle ido-directory-too-big.
3545 (ido-read-buffer): Handle fallback to read-buffer.
3546 Init ido-directory-too-big.
3547 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3548 Init ido-directory-too-big.
3549
3550 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3551
3552 * subr.el (delay-mode-hooks): Doc fix.
3553
3554 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3555
3556 * textmodes/enriched.el
3557 (enriched-default-text-properties-local-flag): New variable.
3558 (enriched-mode): Make sure that enabling and disabling the mode is
3559 a no-op. Doc fix.
3560
3561 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3562
3563 * calendar/holidays.el (holiday-advent): Report on a specified day
3564 offset from advent, not just advent.
3565 (holiday-easter-etc): Report on one specified day offset from
3566 easter, not all easter holidays. Various Easter holidays moved to
3567 `christian-holidays' variable in calendar.el.
3568 * calendar/calendar.el (christian-holidays): Adapt for new
3569 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3570
3571 2004-09-23 Kim F. Storm <storm@cua.dk>
3572
3573 * image.el (insert-sliced-image): Add doc string.
3574
3575 * ido.el (ido-choice-list): New dynamic var for `list' context.
3576 (ido-context-switch-command): New dynamic var.
3577 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3578 (ido-read-internal): Handle new `list' context.
3579 Handle insert-buffer and insert-file ido-exit values.
3580 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3581 ido-context-switch-command. Handle insert-file ido-exit value.
3582 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3583 unless it is already bound by caller.
3584 (ido-file-internal): New arg switch-cmd. Use it to setup
3585 ido-context-switch-command. Handle insert-buffer ido-exit value.
3586 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3587 used for context switching.
3588 (ido-all-completions): Handle new `list' context.
3589 (ido-make-choice-list): Return choices for `list' context.
3590 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3591 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3592 (ido-insert-buffer, ido-insert-file): Setup context switching.
3593 (ido-exhibit): Handle `list' context.
3594 (ido-read-file-name): Disable context switching. Handle fallback.
3595 (ido-read-directory-name): Disable context switching.
3596 (ido-completing-read): New defun like completing-read. Setup and
3597 use new `list' context.
3598
3599 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3600
3601 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3602
3603 2004-09-21 Jay Belanger <belanger@truman.edu>
3604
3605 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3606 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3607 separate window.
3608
3609 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3610
3611 * subr.el (after-change-major-mode-hook): Doc fix.
3612
3613 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3614
3615 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3616 of ghostscript for monochrome PostScript file in Windows.
3617
3618 2004-09-21 Kenichi Handa <handa@m17n.org>
3619
3620 * descr-text.el (describe-char): Checking of quail activation
3621 fixed.
3622
3623 2004-09-21 Jay Belanger <belanger@truman.edu>
3624
3625 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3626
3627 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3628
3629 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3630 after the mode hooks instead of before. Doc fix.
3631
3632 2004-09-20 Jason Rumney <jasonr@gnu.org>
3633
3634 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3635 _emacs, but revert to .emacs if neither exists in home directory.
3636
3637 2004-09-20 John Paul Wallington <jpw@gnu.org>
3638
3639 * bindings.el (completion-ignored-extensions): Add .dfsl.
3640
3641 2004-09-20 Richard M. Stallman <rms@gnu.org>
3642
3643 * bindings.el (scroll-left): Make it disabled.
3644
3645 * files.el (enable-local-eval): Doc fix.
3646
3647 * indent.el (move-to-left-margin): Special case for minibuffer.
3648
3649 * term.el (term-emulate-terminal): Turn off undo for output.
3650 Use with-current-buffer and save-selected-window.
3651
3652 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3653
3654 * progmodes/make-mode.el (makefile-fill-paragraph):
3655 Don't insist on spaces when looking for comments. # is enough.
3656
3657 * files.el (hack-local-variables): Copy the variables list
3658 to another buffer, strip prefixes and suffixes there, then read.
3659 (enable-local-eval): Doc fix.
3660 (ignored-local-variables): Initialize to nil.
3661 (risky-local-variable-p): Don't check ignored-local-variables here.
3662 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3663
3664 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3665
3666 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3667 of = to "." (punctuation).
3668
3669 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3672
3673 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3674
3675 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3676 (enriched-before-change-major-mode): New function.
3677 Add it to `change-major-mode-hook'.
3678 (enriched-after-change-major-mode): New function.
3679 Add it to `after-change-major-mode-hook'.
3680 (enriched-mode): Make it work correctly if called from
3681 `after-change-major-mode-hook'.
3682 No longer set `indent-line-function'.
3683
3684 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3685
3686 * subr.el (after-change-major-mode-hook): New variable.
3687 (run-mode-hooks): Implement it.
3688
3689 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * battery.el (battery-linux-proc-apm): Use string-to-number.
3692 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3693 Use dolist (and less indentation). Use erase-buffer.
3694 Pre-initialize `design-capacity', `warn', and `low'.
3695 (battery-format): Use replace-regexp-in-string.
3696
3697 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3698
3699 * battery.el: Delete superfluous empty lines.
3700 (battery-linux-proc-acpi): Attempt to gather information from all
3701 battery subdirectories regardless of their file name.
3702 (battery-linux-proc-apm): Replace all occurrences of
3703 battery-hex-to-int-2 with string-to-int (base 16).
3704 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3705 (battery-hex-map): Delete variable.
3706
3707 2004-09-18 John Paul Wallington <jpw@gnu.org>
3708
3709 * calc/calc-units.el (calc-quick-units): Fix overzealous
3710 s/or/unless/.
3711
3712 2004-09-17 Jay Belanger <belanger@truman.edu>
3713
3714 * calc/calc.el (calc-mode-var-list): Fix the value of
3715 `calc-matrix-brackets'.
3716
3717 2004-09-17 Romain Francoise <romain@orebokech.com>
3718
3719 * ibuf-ext.el (define-ibuffer-filter filename):
3720 Expand dired-directory since buffer-file-name is absolute.
3721
3722 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3723
3724 * ediff-init.el (ediff-current-diff-face-A)
3725 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3726 (ediff-current-diff-face-Ancestor)
3727 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3728 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3729 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3730 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3731 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3732 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3733 Use min-colors.
3734
3735 * term.el (term-down): Perform vertical motion if DOWN is negative.
3736 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3737 (term-termcap-format): Synchronyze with the eterm terminfo entry
3738 in etc/e/eterm.ti.
3739 (term-handle-colors-array): If the current foreground or
3740 background are zero (i.e. unspecified), use the foreground and
3741 background of the default face for reverse video.
3742 (term-ansi-at-eval-string, term-ansi-default-fg)
3743 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3744 (term-mem): Delete ununsed function.
3745 (term-protocol-version): Increment.
3746 (term-current-face): Set to default.
3747
3748 2004-09-15 Jay Belanger <belanger@truman.edu>
3749
3750 * calc/calc.el (calc-mode-var-list): Define this variable.
3751 (calc-always-load-extensions, calc-line-numbering)
3752 (calc-line-breaking, calc-display-just, calc-display-origin)
3753 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3754 (calc-group-char, calc-point-char, calc-frac-format)
3755 (calc-prefer-frac, calc-hms-format, calc-date-format)
3756 (calc-float-format, calc-full-float-format, calc-complex-format)
3757 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3758 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3759 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3760 (calc-matrix-brackets, calc-language, calc-language-option)
3761 (calc-left-label, calc-right-label, calc-word-size)
3762 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3763 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3764 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3765 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3766 (calc-window-height, calc-display-trail, calc-show-selections)
3767 (calc-use-selections, calc-assoc-selections)
3768 (calc-display-working-message, calc-auto-why, calc-timing)
3769 (calc-mode-save-mode, calc-standard-date-formats)
3770 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3771 (calc-user-parse-tables, calc-gnuplot-default-device)
3772 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3773 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3774 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3775 (calc-invocation-macro, calc-show-banner): Give these values as
3776 part of `calc-mode-var-list's initialization after the variables
3777 are declared with defvar.
3778 (calc-bug-address): Change email address to send bug reports to.
3779 Change the maintainer address at the top.
3780 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3781 than "\\.emacs" to determine if it is the user-init-file.
3782
3783 * calc/calc-embed.el (calc-embedded-set-modes): Use
3784 `calc-mode-var-list' correctly.
3785
3786 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3787
3788 * vc.el (annotate-time): Document point handling.
3789 (vc-annotate-display-autoscale): Doc fix.
3790
3791 2004-09-15 Miles Bader <miles@gnu.org>
3792
3793 * generic.el (generic-make-keywords-list): Use symbol rather than
3794 word anchors in regexp.
3795
3796 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3797
3798 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3799 no file name consider `dired-directory'.
3800
3801 2004-09-14 Kim F. Storm <storm@cua.dk>
3802
3803 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3804
3805 2004-09-14 Simon Josefsson <jas@extundo.com>
3806
3807 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3808
3809 * textmodes/dns-mode.el: Add.
3810
3811 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3812
3813 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3814 (disabled-command-function): Make the ?\ char more obvious.
3815
3816 * vc-arch.el (vc-arch-root, vc-arch-registered):
3817 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3818
3819 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3820
3821 * windmove.el (windmove-frame-edges): Report coordinates of
3822 outside edges of frame, not inside edges.
3823 (windmove-coordinates-of-position): Convert into wrapper to new
3824 function `windmove-coordinates-of-window-position';
3825 `compute-motion' always applies to selected window.
3826 (windmove-coordinates-of-position): Update documentation to refer
3827 to Emacs 21 Lisp Reference Manual.
3828 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3829
3830 2004-09-13 Kim F. Storm <storm@cua.dk>
3831
3832 * isearch.el (isearch-resume-in-command-history): Rename from
3833 isearch-resume-enabled and change default to nil.
3834
3835 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3838 (vc-registered): Use it.
3839 (vc-find-root): New fun.
3840
3841 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3842 Don't tell to use \\{...} when it's already done.
3843
3844 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3845 Provide a sample complex default.
3846 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3847 (bibtex-entry): Use mapc.
3848
3849 2004-09-12 Kim F. Storm <storm@cua.dk>
3850
3851 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3852
3853 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3854 inhibit-field-text-motion to t so rectangles work in comint buffers.
3855
3856 * simple.el (choose-completion-string): Set buffer before running
3857 choose-completion-string-functions hook so it can be buffer-local.
3858
3859 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3860
3861 * progmodes/compile.el (compilation-start): Parse command to see
3862 if it starts with a cd, and if so perform it for the *compilation*
3863 buffer. Change the header to reflect this.
3864
3865 2004-09-11 Kim F. Storm <storm@cua.dk>
3866
3867 * ido.el (ido-enable-dot-prefix): Doc fix.
3868 (ido-enable-dot-prefix): New defcustom.
3869 (ido-set-matches1): Use it.
3870
3871 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * textmodes/bibtex.el (bibtex-mark-active)
3874 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3875
3876 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3877
3878 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3879 used in a case insensitive environment.
3880 (bibtex-mode-map): Rearrange order of menus.
3881 (bibtex-quoted-string-re): Obsolete.
3882 (bibtex-complete-key-cleanup): Variable replaced by new function.
3883 (bibtex-font-lock-keywords): Use backquotes.
3884 (bibtex-font-lock-url-regexp): New internal variable.
3885 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3886 "OPT" and "ALT".
3887 (bibtex-insert-current-kill, bibtex-make-field)
3888 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3889 (bibtex-parse-field-text): Simplify.
3890 (bibtex-string=): New helper function.
3891 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3892 (bibtex-map-entries): Use bibtex-string=.
3893 (bibtex-search-entry): Use not.
3894 (bibtex-enclosing-field): Fix docstring.
3895 (bibtex-assoc-regexp): Obsolete.
3896 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3897 (bibtex-autokey-get-names): Handle empty name field.
3898 (bibtex-parse-strings): Use assoc-string and unless.
3899 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3900 Use assoc-string.
3901 (bibtex-pop): Simplify.
3902 (bibtex-mode): Set font-lock-extra-managed-props.
3903 (bibtex-entry-update): Use assoc-string.
3904 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3905 (bibtex-autofill-entry): Use bibtex-string=.
3906 (bibtex-print-help-message): Simplify.
3907 (bibtex-find-entry): New optional arg START.
3908 (bibtex-validate): Use bibtex-string= and assoc-string.
3909 Do not call obsolete function compilation-parse-errors.
3910 (bibtex-remove-delimiters): Only remove delimiters if present.
3911 (bibtex-copy-entry-as-kill): Add docstring.
3912 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3913 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3914 (bibtex-complete): Use bibtex-predefined-month-strings,
3915 bibtex-string=, and new function bibtex-complete-key-cleanup.
3916 (bibtex-generate-url-list): New variable.
3917 (bibtex-url): New command bound to C-c C-l and mouse-2.
3918 (bibtex-url-map): New local keymap for bibtex-url-mouse.
3919 (bibtex-font-lock-url): New function.
3920
3921 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3924
3925 2004-09-09 Kim F. Storm <storm@cua.dk>
3926
3927 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3928 counter and format with binding.
3929 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
3930 the declared macro uses own macro counter and format. Give symbol
3931 kmacro property.
3932 (kmacro-keymap): Bind kmacro-name-last-macro to n.
3933 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3934 (kmacro-end-and-call-macro): Doc fix.
3935
3936 2004-09-09 Lars Hansen <larsh@math.ku.dk>
3937
3938 * desktop.el (desktop-clear-preserve-buffers):
3939 Remove make-obsolete-variable.
3940
3941 2004-09-08 Richard M. Stallman <rms@gnu.org>
3942
3943 * buff-menu.el (list-buffers-noselect): Call format-mode-line
3944 with the buffer as argument.
3945
3946 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3947
3948 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3949
3950 2004-09-08 Juri Linkov <juri@jurta.org>
3951
3952 * replace.el (perform-replace): Use `query-replace-descr'.
3953
3954 * cus-start.el (history-delete-duplicates): Specify customization.
3955
3956 * diff-mode.el (diff-mode-map):
3957 * progmodes/compile.el (compilation-mode-map):
3958 * progmodes/grep.el (grep-mode-map):
3959 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3960 to `next-error-follow-minor-mode'.
3961
3962 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3963
3964 * isearch.el (isearch-lazy-highlight-update): Take into account
3965 the case of zero-length match at the search bound.
3966
3967 2004-09-08 Kim F. Storm <storm@cua.dk>
3968
3969 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3970 change. Use zero width overlays when necessary.
3971
3972 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3973
3974 * subr.el (split-string): Docfix.
3975
3976 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3977
3978 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3979 (display-call-tree): Ensure newline after caller/calls blocks.
3980
3981 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3982
3983 * startup.el (command-line-1): Make option
3984 --directory/-L modify `load-path' straight away.
3985
3986 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3987
3988 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3989
3990 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3991
3992 * emacs-lisp/autoload.el (make-autoload):
3993 Handle `define-compilation-mode'.
3994
3995 * emacs-lisp/lisp-mode.el (define-compilation-mode):
3996 Specify `doc-string-elt' property.
3997
3998 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3999
4000 * bs.el (bs-mode): Doc fix.
4001
4002 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4003
4004 * info.el (Info-insert-dir): Fix temp buffer leak bug.
4005
4006 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
4007
4008 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
4009
4010 2004-09-08 Kenichi Handa <handa@m17n.org>
4011
4012 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
4013 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
4014 ps-mule-next-point -> 1+).
4015
4016 * composite.el (encode-composition-rule): Add autoload cooky.
4017
4018 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4019
4020 * format.el (buffer-auto-save-file-format): Make it permanent local.
4021
4022 2004-09-07 Kim F. Storm <storm@cua.dk>
4023
4024 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
4025 (authors-fixed-entries): Fix typo.
4026 (authors-canonical-author-name): Compact multiple spaces.
4027 Ignore trivial names (e.g. only first name).
4028
4029 * term.el (term-window-width): Only use full window width on
4030 window system if overflow-newline-into-fringe is enabled.
4031 (term-mode): Don't disable overflow-newline-into-fringe.
4032
4033 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
4036 motion as seen on my Mac OS X xterms.
4037
4038 * newcomment.el (uncomment-region-default, comment-region-default):
4039 New functions extracted from uncomment-region and comment-region.
4040 (comment-region, comment-region-function, uncomment-region)
4041 (uncomment-region-function): Use them.
4042
4043 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
4044
4045 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
4046 It's not crucial but can make sense at times.
4047
4048 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
4049 the first commit.
4050
4051 * vc.el (vc-buffer-context, vc-restore-buffer-context):
4052 Disable obsolete code.
4053
4054 2004-09-07 Juri Linkov <juri@jurta.org>
4055
4056 * progmodes/grep.el (grep-highlight-matches): Change default from
4057 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
4058 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
4059 if grep option `--color' is available, or to `nil' otherwise.
4060 (grep-process-setup): Call `grep-compute-defaults' if
4061 `grep-highlight-matches' is not computed. Set env-vars only
4062 if `grep-highlight-matches' is `t'.
4063 (grep-use-null-device): Remove redundant type `boolean' (`choice'
4064 is already defined).
4065
4066 * progmodes/compile.el (compilation-start): Use copy of
4067 `process-environment' created by `copy-sequence' to not
4068 modify env-vars in the global `process-environment'.
4069
4070 2004-09-06 Eli Zaretskii <eliz@gnu.org>
4071
4072 * simple.el (next-error-follow-minor-mode): Fix last change.
4073
4074 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
4075
4076 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
4077 permanent local.
4078
4079 2004-09-04 Richard M. Stallman <rms@gnu.org>
4080
4081 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
4082 highlighting if the search string is empty.
4083
4084 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
4085
4086 * facemenu.el (facemenu-active-faces): Change condition of inner
4087 `while' loop to also check the first two elements of `face-atts'
4088 and `mask-atts'.
4089
4090 2004-09-04 John Paul Wallington <jpw@gnu.org>
4091
4092 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
4093 (thumbs-view-image-mode): Make buffer read-only.
4094
4095 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
4096
4097 * textmodes/ispell.el (ispell-really-aspell): New defvar.
4098 (ispell-check-version): Set it.
4099 (ispell-send-replacement): New function.
4100 (ispell-process-line): Call ispell-send-replacement.
4101
4102 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4103
4104 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
4105 Support choosing seconds with "s".
4106
4107 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
4108
4109 * terminal.el (te-escape): Show `?' in prompt for help key.
4110
4111 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
4112
4113 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
4114
4115 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4116
4117 * simple.el (next-error-follow-minor-mode)
4118 (next-error-follow-mode-post-command-hook): New functions.
4119 (next-error-follow-last-line): New defvar.
4120
4121 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
4122 * progmodes/compile.el (compilation-mode-map): Likewise.
4123 * progmodes/grep.el (grep-mode-map): Likewise.
4124 * replace.el (occur-mode-map): Likewise.
4125
4126 * newcomment.el (uncomment-region): Bind comment-use-global-state
4127 to nil.
4128
4129 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
4130
4131 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
4132 locally around the call to `revert-buffer'.
4133
4134 2004-09-03 Juri Linkov <juri@jurta.org>
4135
4136 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
4137 `isearch-adjusted' to `t'.
4138 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
4139 (isearch-message-prefix): Add "pending" for isearch-adjusted.
4140 (isearch-other-meta-char): Restore isearch-point unconditionally.
4141 (isearch-query-replace): Add new arg `regexp-flag' and use it.
4142 Set point to start of match if region is not active in transient
4143 mark mode (to include the current match to region boundaries).
4144 Push the search string to `query-replace-from-history-variable'.
4145 Add prompt "Query replace regexp" for isearch-regexp.
4146 Add region beginning/end as last arguments of `perform-replace.'
4147 (isearch-query-replace-regexp): Replace code by the call to
4148 `isearch-query-replace' with arg `t'.
4149
4150 2004-09-03 Richard M. Stallman <rms@gnu.org>
4151
4152 * startup.el (normal-top-level): Undo previous TERM change.
4153
4154 2004-09-03 Kim F. Storm <storm@cua.dk>
4155
4156 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
4157 highlight overlays; allow using RET when cursor is over a button.
4158 (cua--highlight-rectangle): Use it.
4159 (cua--rectangle-set-corners): Don't move backwards at eol.
4160 (cua--forward-line): Don't move into void after eob.
4161
4162 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
4163 point is set (and displayed) inside rectangle.
4164 (cua--rectangle-operation): Fix for highlight of empty lines.
4165 (cua--highlight-rectangle): Fix highlight for tabs.
4166 Position cursor at left/right edge of rectangle using new `cursor'
4167 property on overlay strings.
4168 (cua--indent-rectangle): Don't tabify.
4169 (cua-rotate-rectangle): Ignore that point has moved.
4170
4171 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4172
4173 * term/mac-win.el: Add ASCII equivalents for some function keys.
4174 (mode-line-frame-identification): Sync with x-win.el.
4175
4176 2004-09-02 Juri Linkov <juri@jurta.org>
4177
4178 * progmodes/compile.el (compilation-buffer-name): Compare major
4179 mode with second element of compilation-arguments instead of third
4180 to reflect latest changes in compilation-arguments structure.
4181 (recompile): Use global variable `compilation-directory' to get
4182 recent compilation directory only when `recompile' is invoked NOT
4183 in the compilation buffer. Otherwise, use `default-directory' of
4184 the compilation buffer.
4185 (compilation-error-properties): Allow to funcall col and end-col.
4186 (compilation-mode-font-lock-keywords): Check col and end-col by
4187 `integerp'.
4188 (compilation-goto-locus): If end-mk is non-nil in transient mark
4189 mode don't activate the mark (and don't display message in
4190 push-mark), but highlight overlay between mk and end-mk.
4191
4192 * progmodes/grep.el (grep-highlight-matches): New defcustom.
4193 (grep-regexp-alist): Add rule to highlight grep matches.
4194 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
4195
4196 * info.el (Info-fontify-node): Don't compute other-tag
4197 if Info-hide-note-references=hide.
4198
4199 * help.el (function-called-at-point):
4200 * help-fns.el (variable-at-point):
4201 Try `find-tag-default' when other methods failed.
4202
4203 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4204 Do not push mark if inhibit-mark-movement is non-nil.
4205
4206 * textmodes/ispell.el (ispell-html-skip-alists):
4207 Fix backslashes in docstring.
4208
4209 2004-09-01 Juri Linkov <juri@jurta.org>
4210
4211 * isearch.el (isearch-wrap-function)
4212 (isearch-push-state-function): New defvars.
4213 (isearch-pop-fun-state): New defsubst.
4214 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
4215 (isearch-push-state): Set the result of calling
4216 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
4217 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
4218 restore the mode-specific starting point of terminated search.
4219 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
4220 (isearch-repeat): Call `isearch-wrap-function' if defined.
4221 (isearch-message-prefix): Don't add prefix "over" to the message
4222 for wrapped search if `isearch-wrap-function' is defined.
4223 (isearch-search): Call function saved in `isearch-pop-fun-state' to
4224 restore the mode-specific starting point of failed search.
4225
4226 * info.el (Info-search-whitespace-regexp): Fix backslashes.
4227 (Info-search): Add new optional arguments for the sake of isearch.
4228 Replace whitespace in Info-search-whitespace-regexp literally.
4229 Add backward search. Don't call `Info-select-node' if regexp is
4230 found in the same Info node. Don't add node to Info-history for
4231 wrapped isearch.
4232 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
4233 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
4234 (Info-mode): Set local variables `isearch-search-fun-function',
4235 `isearch-wrap-function', `isearch-push-state-function',
4236 `search-whitespace-regexp'.
4237
4238 * isearch.el: Remove ancient Change Log section.
4239 (isearch-string, isearch-message-string, isearch-point)
4240 (isearch-success, isearch-forward-flag, isearch-other-end)
4241 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4242 (isearch-barrier, isearch-within-brackets)
4243 (isearch-case-fold-search): Add suffix `-state' to state-related
4244 defsubsts to avoid name clashes with other function names.
4245
4246 * simple.el (next-error): New defgroup and defface.
4247 (next-error-highlight, next-error-highlight-no-select):
4248 New defcustoms.
4249 (next-error-no-select): Let-bind next-error-highlight to the value
4250 of next-error-highlight-no-select before calling `next-error'.
4251
4252 * progmodes/compile.el (compilation-goto-locus):
4253 Use `next-error' face instead of `region'. Set 4-th argument of
4254 `move-overlay' to `current-buffer' to move overlay to different
4255 source buffers. Use new variable `next-error-highlight'.
4256
4257 * simple.el (next-error-find-buffer): Move the rule
4258 "if current buffer is a next-error capable buffer" after the
4259 rule "if next-error-last-buffer is set to a live buffer".
4260 Simplify to test all rules in one `or'.
4261 (next-error): Doc fix.
4262 (next-error, previous-error, first-error)
4263 (next-error-no-select, previous-error-no-select):
4264 Make arguments optional.
4265
4266 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
4267
4268 * macros.el (apply-macro-to-region-lines): Make it operate on all
4269 lines that begin in the region, rather than on all complete lines
4270 in the region.
4271
4272 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4273
4274 * x-dnd.el (x-dnd-protocol-alist): Document update.
4275 (x-dnd-known-types): Defcustom it.
4276 (x-dnd-handle-motif): Print message-atom in error message.
4277
4278 2004-08-30 John Paul Wallington <jpw@gnu.org>
4279
4280 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4281 strings rather than programatically constructing message.
4282
4283 2004-08-30 Richard M. Stallman <rms@gnu.org>
4284
4285 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4286 Don't return a string that would read as the wrong character code.
4287
4288 2004-08-29 Kim F. Storm <storm@cua.dk>
4289
4290 * emulation/cua-base.el (cua-auto-expand-rectangles):
4291 Remove automatic rectangle padding feature; replace by non-destructive
4292 virtual rectangle edges feature.
4293 (cua-virtual-rectangle-edges): New defcustom.
4294 (cua-auto-tabify-rectangles): New defcustom.
4295 (cua-paste): If paste into a marked rectangle, insert rectangle at
4296 current column, even if virtual; also paste exactly as many lines
4297 as has been marked (ignore additional lines or add empty lines),
4298 but paste whole source if only one line is marked.
4299 (cua--update-indications): No longer use overwrite-cursor to
4300 indicate rectangle padding
4301
4302 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4303 (cua--rectangle-virtual-edges): New defun.
4304 (cua--rectangle-get-corners): Remove optional PAD arg.
4305 (cua--rectangle-set-corners): Never do padding.
4306 (cua--forward-line): Remove optional PAD arg. Simplify.
4307 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4308 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4309 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4310 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4311 (cua--rectangle-move): Never do padding. Simplify.
4312 (cua--tabify-start): New defun.
4313 (cua--rectangle-operation): Add tabify arg. All callers changed.
4314 (cua--pad-rectangle): Remove.
4315 (cua--delete-rectangle): Handle delete with virtual edges.
4316 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4317 (cua--insert-rectangle): Handle insert at virtual column.
4318 Perform auto-tabify if necessary.
4319 (cua--activate-rectangle): Remove optional FORCE arg.
4320 Never do padding. Simplify.
4321 (cua--highlight-rectangle): Enhance for virtual edges.
4322 (cua-toggle-rectangle-padding): Remove command.
4323 (cua-toggle-rectangle-virtual-edges): New command.
4324 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4325 (cua--rectangle-post-command): Don't force rectangle padding.
4326 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4327
4328 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4329
4330 * indent.el (edit-tab-stops-buffer): Doc fix.
4331
4332 2004-08-28 Richard M. Stallman <rms@gnu.org>
4333
4334 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4335 (grep-tag-default): Function deleted.
4336
4337 * subr.el (find-tag-default): Move from etags.el.
4338
4339 * progmodes/etags.el (find-tag-default): Move to subr.el.
4340
4341 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4342 into the basic character if it has an uppercase form.
4343
4344 2004-08-27 Kenichi Handa <handa@m17n.org>
4345
4346 * international/utf-8.el (utf-8-post-read-conversion): If the
4347 buffer is unibyte, temporarily make it multibyte.
4348
4349 2004-08-27 Masatake YAMATO <jet@gyve.org>
4350
4351 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4352
4353 2004-08-25 John Paul Wallington <jpw@gnu.org>
4354
4355 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4356 0, 1, and many mismatches in message.
4357 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4358
4359 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4360 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4361
4362 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4365 vc-diff-switches differently.
4366
4367 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4368
4369 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4370 before and a real defvar after
4371 `speedbar-supported-extension-expressions'. This is to silence
4372 the compiler without breaking bootstrapping.
4373
4374 2004-08-22 Richard M. Stallman <rms@gnu.org>
4375
4376 * textmodes/flyspell.el (flyspell-word):
4377 Use set-process-query-on-exit-flag.
4378 (flyspell-highlight-duplicate-region): Take POSS as arg.
4379 (flyspell-word): Pass POSS as arg.
4380
4381 * progmodes/ada-xref.el: Many doc and style fixes.
4382 (ada-find-any-references): Use compilation-start.
4383 (ada-get-ali-file-name): Improve error msg.
4384 (ada-get-ada-file-name): Likewise.
4385
4386 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4387 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4388
4389 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4390 Add forward defvar.
4391
4392 * whitespace.el (global-whitespace-mode): New alias
4393 for whitespace-global-mode.
4394
4395 * speedbar.el (speedbar-file-regexp): Move definition up.
4396 (speedbar-mode, speedbar-set-mode-line-format):
4397 Use with-no-warnings.
4398 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4399
4400 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4401 controls whether to display the error buffer.
4402
4403 * ps-mule.el: Delete compatibility code for old Emacses.
4404 (ps-mule-find-wrappoint): Don't use chars-in-region.
4405
4406 * frame.el (display-mouse-p, display-selections-p):
4407 Use with-no-warnings.
4408
4409 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4410
4411 2004-08-22 David Kastrup <dak@gnu.org>
4412
4413 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4414 information.
4415
4416 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4417
4418 2004-08-22 Andreas Schwab <schwab@suse.de>
4419
4420 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4421
4422 2004-08-22 Masatake YAMATO <jet@gyve.org>
4423
4424 * cvs-status.el (cvs-status-checkout): New function.
4425 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4426
4427 2004-08-21 David Kastrup <dak@gnu.org>
4428
4429 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4430 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4431 has been converted to use hashtables, the relation `nil=none' is
4432 no longer valid, as `nil' is not a hashtable. This patch tries to
4433 reduce the number of resulting errors.
4434
4435 2004-08-21 John Paul Wallington <jpw@gnu.org>
4436
4437 * subr.el (process-kill-without-query): Made obsolete in
4438 version 21.4, not 21.5.
4439
4440 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4441 (vc-previous-comment, vc-next-comment)
4442 (vc-comment-search-reverse, vc-comment-search-forward)
4443 (vc-comment-to-change-log): Likewise.
4444
4445 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4446
4447 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
4448
4449 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4450 Correct indentation of DEFMETHODS with non-standard method
4451 combinations (e.g., PROGN, MIN, MAX).
4452
4453 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4454
4455 * startup.el (normal-top-level-add-subdirs-to-load-path):
4456 Avoid unnecessarily checking system-type.
4457 (normal-top-level): Set TERM to "dumb". Simplify.
4458
4459 * avoid.el (mouse-avoidance-ignore-p): New fun.
4460 Also ignore switch-frame, select-window, double, and triple clicks.
4461 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4462 (mouse-avoidance-fancy-hook): Use it.
4463
4464 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
4465
4466 * avoid.el (mouse-avoidance-nudge-mouse)
4467 (mouse-avoidance-banish-destination): Stay within the current window
4468 to avoid problems with mouse-autoselect-window.
4469
4470 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4471
4472 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4473 the newer format of some messages in cvs-1.12.1.
4474
4475 2004-08-19 Masatake YAMATO <jet@gyve.org>
4476
4477 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4478 (elp-results-jump-to-definition-by-mouse)
4479 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4480 (elp-output-result): Use elp-output-insert-symname.
4481
4482 2004-08-18 Kenichi Handa <handa@m17n.org>
4483
4484 * language/cyrillic.el: Register koi8-r in
4485 ctext-non-standard-encodings-alist.
4486 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4487
4488 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4489
4490 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4491 that replaces 20xy with xy.
4492
4493 2004-08-17 John Paul Wallington <jpw@gnu.org>
4494
4495 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4496 (reb-force-update): Doc fix.
4497
4498 2004-08-16 Richard M. Stallman <rms@gnu.org>
4499
4500 * progmodes/which-func.el (which-func-update-1): Doc fix.
4501
4502 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4503 (sh-mode-abbrev-table): New variable.
4504
4505 * progmodes/compile.el (compilation-mode): Doc fix.
4506
4507 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4508 Don't cons a new symbol each time.
4509 (eval-last-sexp-fake-value): New variable.
4510
4511 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4512 (copyright-update-year): Detect continuation of list of years.
4513
4514 * term.el (term-default-fg-color, term-default-bg-color)
4515 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4516
4517 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4518
4519 2004-08-16 Davis Herring <herring@lanl.gov>
4520
4521 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4522 (isearch-success, isearch-forward-flag, isearch-other-end)
4523 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4524 (isearch-barrier, isearch-within-brackets)
4525 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4526
4527 2004-08-16 Kenichi Handa <handa@m17n.org>
4528
4529 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4530
4531 2004-08-15 Kenichi Handa <handa@m17n.org>
4532
4533 * term/x-win.el (x-selection-value): If utf8 was successful but
4534 ctext was not, use utf8 string.
4535
4536 2004-08-14 Davis Herring <herring@lanl.gov>
4537
4538 * isearch.el: Remove accidental changes of March 4. Fix backing
4539 up when a regexp isearch is made more general. Use symbolic
4540 accessor functions for isearch stack frames to make usage clearer.
4541 (search-whitespace-regexp): Made groups in documentation shy (as
4542 is the group in the default value).
4543 (isearch-fallback): New function, addresses problems with regexps
4544 liberalized by `\|', adds support for liberalization by `\}' (the
4545 general repetition construct), and incorporates behavior for
4546 `*'/`?'.
4547 (isearch-}-char): New command, calls `isearch-fallback' with
4548 arguments appropriate to a typed `}'.
4549 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4550 appropriately.
4551 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4552 (isearch-string, isearch-message,string, isearch-point)
4553 (isearch-success, isearch-forward-flag, isearch-other-end)
4554 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4555 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4556 New inline functions to read fields of a stack frame.
4557
4558 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4559
4560 * battery.el (battery-linux-proc-acpi): Look into battery
4561 directories matching the literal string "CMB", too (required for
4562 Linux kernel version 2.6.7).
4563
4564 2004-08-14 John Paul Wallington <jpw@gnu.org>
4565
4566 * cus-start.el (read-file-name-completion-ignore-case): Add.
4567 (blink-cursor-alist): Change version to "21.4".
4568
4569 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4570
4571 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4572
4573 * speedbar.el (speedbar-scan-subdirs): New option.
4574 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4575 dolist.
4576 (speedbar-insert-files-at-point): Take an extra argument and use
4577 it to optionally find out if a subdir is empty. Also unreadable
4578 files don't get expand buttons.
4579 (speedbar-directory): New image (unused pixmap already existed).
4580 (speedbar-expand-image-button-alist): Use it.
4581
4582 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4583
4584 CC Mode update to 5.30.9:
4585
4586 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4587 Move from cc-vars to cc-defs for dependency reasons. Fix the
4588 POSIX char class test to check that it works in
4589 `skip-chars-(forward|backward)' too.
4590
4591 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4592 first argument starts with a special brace list.
4593
4594 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4595 when `c-opt-type-concat-key' is used (i.e. in Pike).
4596
4597 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4598 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4599 >)".
4600
4601 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4602 whitespace safe.
4603
4604 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4605 position for `arglist-intro', `arglist-cont-nonempty' and
4606 `arglist-close' when there are two arglist open parens on the same
4607 line and there's nothing in front of the first.
4608
4609 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4610 locking of qualified names in Java, which previously could fontify
4611 common indexing expressions in many cases. The standard Java
4612 naming conventions are used to tell them apart.
4613
4614 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4615 Fix inconsistency wrt opening parens on the first line inside a paren
4616 block.
4617
4618 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4619 compile time for the sake of `c-major-mode-is'.
4620
4621 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4622 `c-major-mode-is' in the event that this is used inside a
4623 `c-lang-defconst'.
4624
4625 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4626 `c-lang-defconst' so that it works better with fallback languages.
4627
4628 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4629 it to fail to record the base mode.
4630
4631 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4632 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4633 is used. Reorder the syntax checks to get more efficient
4634 skipping in some situations.
4635
4636 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4637 continuation which might precede the newly inserted '{'.
4638
4639 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4640 Fix cases where it could loop indefinitely.
4641
4642 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4643 size specs correctly. Only fontify identifiers in front of '('
4644 with as functions - don't accept any paren char. Tighten up
4645 initializer skipping to stop before function and class blocks.
4646
4647 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4648 the point could be left directly after an open paren when finding
4649 the beginning of the first decl in the block.
4650
4651 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4652 table when filtering out legitimate open parens to be recorded.
4653 This could cause cache inconsistencies when e.g.
4654 `c++-template-syntax-table' was temporarily in use.
4655
4656 * progmodes/cc-engine.el (c-on-identifier)
4657 (c-simple-skip-symbol-backward): Small fix for handling "-"
4658 correctly in `skip-chars-backward'. Affected the operator lfun
4659 syntax in Pike.
4660
4661 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4662 Fix bug that could cause an error from `after-change-functions' when
4663 the changed region is at bob.
4664
4665 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4666
4667 CC Mode update to 5.30.9:
4668
4669 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4670 to say that <TAB> doesn't insert WS into a CPP line.
4671 (c-indent-command, c-tab-always-indent): Amend doc strings.
4672
4673 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4674 checks for user errors, thus eliminating cryptic and unhelpful
4675 Emacs error messages. (1) Check the arg to `c-set-style' is a
4676 string. (2) Check that settings to `c-offsets-alist' are not
4677 spuriously quoted.
4678
4679 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4680 which precedes the newly inserted `{'.
4681
4682 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4683
4684 Sync with Tramp 2.0.44.
4685
4686 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4687 function "tramp_file_attributes". Otherwise, file names
4688 containing spaces are misinterpreted. Reported by Magnus Henoch
4689 <mange@freemail.hu>.
4690 (tramp-handle-file-truename): FILENAME must be expanded first.
4691 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4692 obscure results. Reported by D. Goel <deego@gnufans.org>.
4693 (tramp-handle-verify-visited-file-modtime): If file does not
4694 exist, say it is not modified if and only if that agrees with the
4695 buffer's record. Check whether a file is visiting the buffer, or
4696 the buffer has no recorded last modification time. Return t in
4697 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4698 <teirllm@auburn.edu>.
4699 (tramp-handle-write-region): Pass modtime explicitely to
4700 `set-visited-file-modtime', because filename can be different
4701 from (buffer-file-name) if `file-precious-flag' is set.
4702 `set-visited-file-modtime' must be called always when `visit' is t
4703 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4704 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4705 nil, don't apply the whole body. If the file doesn't exists, set
4706 modtime to '(-1 65535). Suggested by Luc Teirlinck
4707 <teirllm@auburn.edu>.
4708
4709 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4710
4711 * help.el (describe-bindings): Doc fix.
4712
4713 * subr.el (kbd): Doc fix.
4714
4715 2004-08-08 John Paul Wallington <jpw@gnu.org>
4716
4717 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4718 instead of `string-to-int'.
4719 (define-ibuffer-column mode): Fix indentation.
4720
4721 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4722
4723 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4724
4725 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4726
4727 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4728
4729 * novice.el (disabled-command-function): New variable renamed from
4730 `disabled-command-hook'.
4731 (disabled-command-hook): Keep the _variable_ as alias for
4732 `disabled-command-function' and make obsolete.
4733 (disabled-command-function): Function renamed from
4734 `disabled-command-hook'. Adapt code to name change of the variable.
4735
4736 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4737
4738 * simple.el (completion-root-regexp): New defvar.
4739 (completion-setup-function): Use it instead of a literal string.
4740
4741 2004-08-07 John Paul Wallington <jpw@gnu.org>
4742
4743 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4744 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4745 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4746 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4747
4748 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4749
4750 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4751 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4752
4753 2004-08-04 Kenichi Handa <handa@m17n.org>
4754
4755 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4756 Fix previous change.
4757
4758 2004-08-03 Kenichi Handa <handa@m17n.org>
4759
4760 * international/encoded-kb.el: The following changes are to
4761 utilize key-translation-map instead of minor mode map.
4762 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4763 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4764 (encoded-kbd-last-key): New function.
4765 (encoded-kbd-iso2022-single-shift): New function.
4766 (encoded-kbd-iso2022-designation)
4767 (encoded-kbd-self-insert-iso2022-7bit)
4768 (encoded-kbd-self-insert-iso2022-8bit)
4769 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4770 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4771 key-translation-map.
4772 (encoded-kbd-setup-keymap): Setup key-translation-map.
4773 (saved-key-translation-map): New variable.
4774 (encoded-kbd-mode): Save/restore key-translation-map.
4775 Adjust for the change of encoded-kbd-setup-keymap.
4776
4777 2004-08-02 Kim F. Storm <storm@cua.dk>
4778
4779 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4780 and call compute-motion with nil for topos and width to get proper
4781 usable width and height for both window and non-window systems.
4782
4783 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4784 calculate usable window width and height.
4785
4786 * window.el (window-buffer-height): Call compute-motion with nil width.
4787
4788 2004-08-01 David Kastrup <dak@gnu.org>
4789
4790 * replace.el (query-replace-read-from):
4791 Use `query-replace-compile-replacement'.
4792 (query-replace-compile-replacement): New function.
4793 (query-replace-read-to): Use `query-replace-compile-replacement'
4794 for repeating the last command.
4795
4796 2004-08-01 John Paul Wallington <jpw@gnu.org>
4797
4798 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4799 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4800 (pr-switches): Remove period from end of error messages.
4801
4802 * help-mode.el (help-go-back): Likewise.
4803
4804 * abbrev.el (only-global-abbrevs): Doc fix.
4805 (edit-abbrevs-map): Define within defvar.
4806 (quietly-read-abbrev-file): Doc fix.
4807
4808 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4809
4810 * novice.el (enable-command, disable-command): Doc fixes.
4811
4812 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4813
4814 2004-07-30 Richard M. Stallman <rms@gnu.org>
4815
4816 * subr.el (with-local-quit): Doc fix.
4817
4818 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4819
4820 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4821
4822 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4823
4824 * custom.el (defcustom): Doc fix.
4825
4826 2004-07-28 Masatake YAMATO <jet@gyve.org>
4827
4828 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4829
4830 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * imenu.el (imenu-prev-index-position-function)
4833 (imenu-extract-index-name-function, imenu-name-lookup-function)
4834 (imenu--index-alist): Docstring redundancy fix.
4835
4836 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4837
4838 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4839 binding dired-backup-overwrite.
4840
4841 2004-07-25 John Paul Wallington <jpw@gnu.org>
4842
4843 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4844
4845 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4846
4847 * term/tty-colors.el (tty-color-approximate): Doc fix.
4848
4849 * select.el (x-get-selection, x-set-selection): Doc fixes.
4850
4851 * frame.el (make-frame): Doc fix.
4852
4853 2004-07-24 Richard M. Stallman <rms@gnu.org>
4854
4855 * mail/rmail.el (rmail-mime-charset-pattern):
4856 Don't include semicolon in the charset value.
4857
4858 * replace.el (occur-next-error): Call set-window-point.
4859 (occur-engine): Handle negative NLINES.
4860
4861 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4862
4863 * frame.el (modify-all-frames-parameters): Minor doc fix.
4864 (set-frame-configuration): Doc fix.
4865
4866 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4867
4868 * simple.el (completion-setup-function): Compute the common parts
4869 and the first difference place correctly when
4870 partial-completion-mode is on.
4871
4872 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4873
4874 * ps-print.el: Doc fix.
4875 (ps-print-version): New version 6.6.5.
4876 (ps-printing-region): Doc fix.
4877 (ps-generate-string-list): Comment fix.
4878 (ps-message-log-max): Code fix.
4879
4880 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4881
4882 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4883 generated PostScript.
4884
4885 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4886
4887 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4888 with Gnus v5_10 branch.)
4889
4890 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4891
4892 * calendar/time-date.el (time-to-number-of-days): New function.
4893 Imported from from Gnus.
4894
4895 2004-07-22 Kim F. Storm <storm@cua.dk>
4896
4897 * progmodes/make-mode.el: Fix comments.
4898
4899 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4900
4901 * printing.el: Doc fix.
4902
4903 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * frame.el (modify-all-frames-parameters): Minor doc fix.
4906
4907 2004-07-20 Richard M. Stallman <rms@gnu.org>
4908
4909 * textmodes/fill.el (fill-nobreak-p): If this break point is
4910 at the end of the line, don't consider the newline which follows
4911 as a reason to return t.
4912
4913 2004-07-19 John Paul Wallington <jpw@gnu.org>
4914
4915 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4916
4917 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4918
4919 * dired-aux.el (dired-do-kill-lines): Expand docstring.
4920 Delete irrelevant code.
4921
4922 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4923
4924 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4925 New docstring. From Luc Teirlinck.
4926
4927 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
4928
4929 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4930 section.
4931 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4932 non-file buffers. We know it is nil.
4933
4934 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4935
4936 Sync with Tramp 2.0.43.
4937
4938 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4939 Remove outdated comment.
4940 (tramp-locked, tramp-locker): New variables for implementing a
4941 global lock.
4942 (tramp-sh-file-name-handler): Use them to implement the global lock.
4943
4944 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
4947 calls to respective `xxx` calls.
4948 (tramp-process-alive-regexp): Precise doc string.
4949 (tramp-multi-action-process-alive): New defun.
4950 (tramp-multi-actions): Use it.
4951 (tramp-handle-find-backup-file-name): `copy-tree' is available
4952 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
4953 in order to avoid this function.
4954 (tramp-handle-write-region): Set current buffer. If connection
4955 wasn't open, `file-modes' has changed it accidently. Reported by
4956 David Kastrup <dak@gnu.org>.
4957 (tramp-enter-password, tramp-read-passwd): New arguments USER and
4958 HOST.
4959 (tramp-action-password, tramp-multi-action-password): Apply it.
4960 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4961 name must still contain the port number. Otherwise, we have two
4962 Tramp buffers, with all the confusion. Reported by Myron Selby
4963 <myron@xytech.com> and Rolf Dubitzky
4964 <Dubitzky@physi.uni-heidelberg.de>.
4965
4966 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4967 HOST to `tramp-enter-passwd'.
4968
4969 * net/tramp-vc.el (all): Code cleanup. Change all
4970 `tramp-handle-xxx' calls to respective `xxx` calls.
4971
4972 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
4973
4974 * emacs-lisp/testcover.el: New category "potentially-1valued" for
4975 functions that are not erroneous if either 1-valued or
4976 multi-valued. Detect functions in this class.
4977 (testcover-1value-functions, testcover-compose-functions)
4978 (testcover-progn-functions) Add some additional functions to lists.
4979 (testcover-mark): Bugfix when marking up the definition for an
4980 empty function.
4981
4982 2004-07-17 Richard M. Stallman <rms@gnu.org>
4983
4984 * replace.el (occur-read-primary-args): Pass default to
4985 read-from-minibuffer.
4986
4987 * mail/footnote.el (footnote-section-tag): Use defcustom.
4988
4989 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4990 Compile font-lock-keywords, not KEYWORDS.
4991 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4992 Add warn, check-type. Handle cerror like error.
4993
4994 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4995
4996 * progmodes/which-func.el (which-func-keymap): New var.
4997 (which-func-face): New face.
4998 (which-func-format): Use them.
4999
5000 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5001
5002 * buff-menu.el (list-buffers-noselect): Append the buffer's
5003 process status to its mode name.
5004
5005 2004-07-16 Kim F. Storm <storm@cua.dk>
5006
5007 * simple.el (inhibit-mark-movement): New defvar.
5008 (beginning-of-buffer, end-of-buffer): Do not push mark if
5009 inhibit-mark-movement is non-nil or C-u prefix is given.
5010
5011 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
5012 Init to beginning-of-buffer and end-of-buffer.
5013 (cua--undo-push-mark): New defvar.
5014 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
5015 already active and command is in cua--preserve-mark-commands.
5016 Also fix check for shift modifier on non-window systems.
5017 (cua--post-command-handler): Clear inhibit-mark-movement if set.
5018
5019 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5020
5021 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
5022 of two integers, instead of a cons.
5023
5024 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
5025 `visited-file-modtime' now returns a list of two integers, instead
5026 of a cons.
5027
5028 * dired.el (dired-directory-changed-p): Ditto.
5029
5030 * progmodes/grep.el (grep): Doc fix.
5031
5032 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
5033
5034 * autorevert.el (auto-revert-tail-mode)
5035 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
5036 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
5037 in both at the same time.
5038 (auto-revert-tail-mode): New command.
5039 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
5040 (auto-revert-handler): Revert only either tail or whole file.
5041
5042 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
5043 add auto-revert-tail-mode.
5044
5045 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5046
5047 * printing.el: Doc fix. Change name of some funs.
5048 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
5049 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
5050 (pr-standard-file-name): New fun. Replace pr-standard-path.
5051 (pr-call-process): Code fix.
5052
5053 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
5054
5055 * subr.el (with-selected-window): Doc fix.
5056
5057 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * subr.el (get-buffer-window-list): Doc fix.
5060
5061 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
5062
5063 * files.el (switch-to-buffer-other-window): Doc fix.
5064
5065 * window.el (save-selected-window, one-window-p)
5066 (split-window-keep-point, split-window-vertically)
5067 (split-window-horizontally): Doc fixes.
5068
5069 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5070
5071 * printing.el: Doc fix. Now it uses call-process instead of
5072 shell-command for low command execution.
5073 (pr-version): New version number (6.8).
5074 (pr-shell-file-name): Option removed.
5075 (pr-shell-command): Fun removed.
5076 (pr-call-process): New fun. Replace pr-shell-command.
5077 (pr-standard-path, pr-remove-nil-from-list): New funs.
5078 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
5079 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
5080 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
5081 (pr-ps-utility-process, pr-txt-print): Code fix.
5082
5083 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5084
5085 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
5086 boolean.
5087
5088 2004-07-09 Lars Hansen <larsh@math.ku.dk>
5089
5090 * wid-edit.el (widget-field-buffer): Doc fix.
5091
5092 2004-07-09 John Paul Wallington <jpw@gnu.org>
5093
5094 * emacs-lisp/re-builder.el (reb-update-overlays):
5095 Distinguish between one and several matches in message.
5096
5097 2004-07-09 Richard M. Stallman <rms@gnu.org>
5098
5099 * mouse.el (mouse-set-region-1): If transient-mark-mode
5100 is `identity', change it to `only'.
5101
5102 * simple.el (current-word): Doc fix.
5103
5104 2004-07-09 Mark A. Hershberger <mah@everybody.org>
5105
5106 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
5107 so that it is more understanding of whitespace.
5108
5109 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
5110 form
5111 (("ns" . "element") (attr-list) children) instead of
5112 ((:ns . "element") (attr-list) children) in order to reduce the
5113 number of symbols used.
5114 (xml-skip-dtd): Change to use xml-parse-dtd but set
5115 xml-validating-parsing to nil.
5116 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
5117 (xml-substitute-entity): Remove in favor of new entity substitution.
5118 (xml-substitute-special): Rewrite in to substitute complex
5119 entities from DOCTYPE declarations.
5120 (xml-parse-fragment): Parse fragments from entity deleclarations.
5121 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
5122 (xml-parse-dtd, xml-substitute-special): Make validity checks
5123 conditioned on xml-validating-parser. Add "Not Well Formed" to
5124 error messages about well-formedness.
5125
5126 2004-07-08 Steven Tamm <steventamm@mac.com>
5127
5128 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
5129 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
5130 Do not treat double clicks and triple clicks specially in the
5131 scroll bar (preventing strange repositioning problems)
5132
5133 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
5134
5135 * replace.el (query-replace-regexp-eval): Fix last change.
5136
5137 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5138
5139 * replace.el (query-replace-descr): New fun.
5140 (query-replace-read-from, query-replace-read-args): Default to the
5141 previous from&to.
5142 (query-replace-read-to): Quote the `from' string when displaying it.
5143 (query-replace-regexp-eval): Immediately check read-only status.
5144 Use query-replace-read-from to get the \n checking.
5145 Quote the `from' string when displaying it.
5146 (map-query-replace-regexp, occur-read-primary-args):
5147 Quote the `from' string when displaying it.
5148
5149 * isearch.el (isearch-query-replace): Pass the regexp-ness and
5150 delimited-ness of the search to query-replace.
5151
5152 * replace.el (query-replace-read-from, query-replace-read-to):
5153 New funs extracted from query-replace-read-args.
5154 (query-replace-read-args): Use them.
5155
5156 * replace.el (query-replace-interactive, query-replace-read-args):
5157 Remove the `initial' special value.
5158 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
5159 (occur-engine): Remove unused var `matchend'.
5160
5161 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5162 Use the search string without prompting.
5163
5164 2004-07-05 Kenichi Handa <handa@m17n.org>
5165
5166 * international/mule.el (decode-coding-inserted-region):
5167 Set last-coding-system-used only when coding is nil.
5168
5169 2004-07-03 Eli Zaretskii <eliz@gnu.org>
5170
5171 * progmodes/grep.el (grep-compute-defaults, grep-command)
5172 (grep-program, find-program, grep-find-use-xargs, grep-history)
5173 (grep-find-history, grep-tag-default, grep-find-command)
5174 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
5175 Add autoload cookies, for unbundled packages that load `compile'
5176 and expect all grep-related symbols to become defined.
5177
5178 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
5179
5180 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
5181 (iimage-mode-image-search-path): New user option to search the
5182 image file.
5183 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
5184 have locate-file.
5185 (iimage-mode-buffer): Use it.
5186
5187 2004-07-03 Nick Roberts <nickrob@gnu.org>
5188
5189 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
5190 carefully.
5191 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
5192
5193 2004-07-03 Juri Linkov <juri@jurta.org>
5194
5195 * replace.el (query-replace-read-args): Swallow space after 'foo,
5196 not after (quote foo). Match space only immediately after symbol,
5197 not anywhere in the whole string.
5198
5199 2004-07-02 Richard M. Stallman <rms@gnu.org>
5200
5201 * replace.el (query-replace-read-args): Swallow space after
5202 symbols, not after closeparens. But avoid error if string ends there.
5203
5204 * progmodes/python.el (python-beginning-of-statement):
5205 Exit the loop if backward-up-list gets error.
5206
5207 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
5208
5209 2004-07-02 Andre Spiegel <spiegel@gnu.org>
5210
5211 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
5212 only if vc-consult-headers is non-nil.
5213
5214 2004-07-02 Juri Linkov <juri@jurta.org>
5215
5216 * pcvs.el (cvs-mode-diff-repository): New command.
5217
5218 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
5219
5220 2004-07-01 Juri Linkov <juri@jurta.org>
5221
5222 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
5223 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
5224 C-M-% to isearch-query-replace-regexp.
5225 (minibuffer-local-isearch-map): Add arrow key bindings.
5226 Bind C-f to isearch-yank-char-in-minibuffer.
5227 (isearch-forward): Doc fix.
5228 (isearch-edit-string): Doc fix.
5229 (isearch-query-replace, isearch-query-replace-regexp): New funs.
5230 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
5231 (isearch-yank-char): Add optional arg.
5232 (isearch-yank-char-in-minibuffer): New fun.
5233
5234 * replace.el (query-replace-interactive): Change type from boolean
5235 to choice. Add value `initial'.
5236 (query-replace-read-args): Handle value `initial' of
5237 query-replace-interactive.
5238
5239 2004-06-29 Kim F. Storm <storm@cua.dk>
5240
5241 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
5242 (breakpoint-disabled-bitmap-face): Add :group 'gud.
5243
5244 * progmodes/ada-xref.el (ada-tight-gvd-integration):
5245 Add :group 'ada.
5246
5247 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
5248
5249 2004-06-29 Juri Linkov <juri@jurta.org>
5250
5251 * replace.el (query-replace-read-args): Swallow a space after
5252 everything except )]" which in most cases means after a symbol.
5253
5254 * emacs-lisp/pp.el (pp-buffer): Add autoload.
5255
5256 2004-06-28 Richard M. Stallman <rms@gnu.org>
5257
5258 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
5259 More changes to go with previous change in font-lock.el.
5260
5261 2004-06-26 David Kastrup <dak@gnu.org>
5262
5263 * replace.el (perform-replace): Highlight the match even in
5264 non-query mode if there is potential replace string editing.
5265
5266 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
5267
5268 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
5269 agree with new return value of `file-remote-p'.
5270 This syncs with Tramp 2.0.42.
5271
5272 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5273 according to new documentation of `file-remote-p'.
5274
5275 * files.el (file-remote-p): Fix doc to say that return value is
5276 identification of remote system, if not nil.
5277 (file-relative-name): Use new return value of `file-remote-p'.
5278
5279 2004-06-26 Nick Roberts <nickrob@gnu.org>
5280
5281 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5282 (gdb-goto-breakpoint): Fix breakage.
5283
5284 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5285
5286 * man.el (Man-getpage-in-background): Add windows-nt to the list
5287 of systems where shell-file-name should be used instead of
5288 literal "sh".
5289
5290 2004-06-25 Sam Steingold <sds@gnu.org>
5291
5292 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5293 function names `(setf symbol)'.
5294
5295 2004-06-24 Richard M. Stallman <rms@gnu.org>
5296
5297 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5298
5299 * font-lock.el (font-lock-keywords): Change format of compiled values.
5300 Document it.
5301 (font-lock-add-keywords): If font-lock-keywords is compiled,
5302 extract the uncompiled version, modify, then recompile.
5303 (font-lock-remove-keywords): Likewise.
5304 (font-lock-fontify-keywords-region): Handle changed format.
5305 (font-lock-compile-keywords): Handle changed format.
5306 (font-lock-set-defaults): Compile the keywords explicitly here.
5307
5308 2004-06-24 David Kastrup <dak@gnu.org>
5309
5310 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5311 replacements here.
5312 (query-replace-regexp): Doc string explaining this and the new
5313 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5314 is better placed in `query-replace-read-args'.
5315 (replace-regexp): Explain `\,', `\#' and `\?'.
5316 (replace-match-data): New function for thorough reuse/destruction
5317 of old match-data.
5318 (replace-match-maybe-edit): Function for implementing `\?' editing.
5319 (perform-replace): Fix maintaining of the match stack including
5320 already matched regions, implement `\?', fix various problems
5321 with regions while editing and other stuff.
5322 (replace-highlight): Simplify.
5323
5324 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5325
5326 * progmodes/grep.el (grep-error-screen-columns): New variable.
5327 (grep-regexp-alist): Give it the full functionality of gnu style
5328 compilation messages with line and column ranges. Ask me for the
5329 perl script I'm working on, that uses these.
5330
5331 2004-06-23 Nick Roberts <nickrob@gnu.org>
5332
5333 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5334 Remove.
5335 (comint-insert-input, comint-mouse-insert-input): New functions
5336 based on comint-insert-clicked-input for two bindings but just
5337 one functionality.
5338
5339 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5340
5341 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5342
5343 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5344
5345 * files.el (write-contents-functions): Doc fix.
5346
5347 2004-06-21 Juanma Barranquero <lektu@terra.es>
5348
5349 * image.el (image-library-alist): Rewrite docstring in active voice.
5350
5351 2004-06-20 Richard M. Stallman <rms@gnu.org>
5352
5353 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5354
5355 * isearch.el (isearch-repeat): Avoid testing old match data.
5356 (isearch-message): Display trailing space in special font
5357 when search is failing.
5358 (isearch-search-fun-function): Doc fix.
5359
5360 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5361
5362 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5363
5364 * frame.el (show-trailing-whitespace): Doc fix.
5365
5366 * cus-edit.el (custom-variable-documentation): New function.
5367 (custom-variable): Use it.
5368
5369 2004-06-19 Nick Roberts <nickrob@gnu.org>
5370
5371 * man.el (Man-getpage-in-background): Revert previous change but
5372 make cygwin a special case.
5373
5374 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5375
5376 * autorevert.el (global-auto-revert-non-file-buffers):
5377 Update docstring.
5378
5379 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5380
5381 * progmodes/compile.el (compilation-error-properties): Store one
5382 more than end-col, if present, so that transient-mark-mode will
5383 highlight last char too.
5384 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5385 ranges, if present.
5386
5387 2004-06-18 Jason Rumney <jasonr@gnu.org>
5388
5389 * makefile.w32-in: Double percent signs in for loops.
5390
5391 2004-06-17 David Kastrup <dak@gnu.org>
5392
5393 * replace.el (query-replace-read-args): Only warn about use of \n
5394 and \t when we are doing a regexp replacement and the actual
5395 escaped character is n or t.
5396 (query-replace-regexp): Add \, and \# interpretation to
5397 interactive call and document it.
5398 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5399 as shortkey for replace-count.
5400 (replace-quote): New function for doubling backslashes.
5401
5402 2004-06-17 Juanma Barranquero <lektu@terra.es>
5403
5404 * files.el (parse-colon-path, cd): Mention in docstring that the
5405 path separator is colon in GNU-like systems.
5406
5407 * newcomment.el (comment-region-internal): Fix docstring.
5408
5409 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5410 (ewoc-invalidate, ewoc-collect): Doc fixes.
5411 (ewoc--create-node, ewoc--delete-node-internal):
5412 Fix typos in docstring.
5413
5414 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5415
5416 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5417 manual to docstring.
5418
5419 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5420
5421 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5422
5423 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5426 Add hyperlink to emacs-xtra manual to docstring.
5427
5428 * autorevert.el (global-auto-revert-non-file-buffers):
5429 Add hyperlink to emacs-xtra manual to docstring, as well as an
5430 info-link.
5431
5432 2004-06-14 Juanma Barranquero <lektu@terra.es>
5433
5434 * image.el (image-library-alist): New variable to map image types
5435 to external libraries. Initialized to nil, unless system-specific
5436 configs change it.
5437 (image-type-available-p): Determine whether an image type is
5438 available by calling `init-image-library'.
5439
5440 * term/w32-win.el (image-library-alist): Initialize to a known set
5441 of probable library names.
5442
5443 2004-06-14 Kenichi Handa <handa@m17n.org>
5444
5445 * international/code-pages.el (windows-1256, cp1125): Fix tables
5446 for several characters.
5447
5448 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5449
5450 2004-06-13 Richard M. Stallman <rms@gnu.org>
5451
5452 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5453
5454 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5455 not "`pc-selection-mode'".
5456
5457 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5458
5459 * simple.el (previous-matching-history-element): Specify a default.
5460
5461 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5462
5463 * cus-face.el (custom-declare-face): Simplify code.
5464
5465 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5466
5467 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5468
5469 * files.el (before-save-hook): Add `time-stamp' to the options.
5470
5471 * time-stamp.el (time-stamp): Recommend adding it to
5472 `before-save-hook', rather than `write-file-functions'.
5473 Make a similar change in `Commentary' section.
5474
5475 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
5476
5477 * diff-mode.el (diff-current-defun): If at start of hunk, use
5478 position of first change.
5479
5480 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5481
5482 * dired-x.el (dired-mark-omitted): Bind to "*O".
5483
5484 2004-06-12 Karl Fogel <kfogel@red-bean.com>
5485
5486 * bookmark.el (bookmark-bmenu-relocate): New function, as
5487 suggested by David J. Biesack <David.Biesack@sas.com>.
5488 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5489 (bookmark-bmenu-mode): Describe binding in doc string.
5490 (bookmark-set-filename): Save the bookmark list if it's time.
5491
5492 2004-06-13 Kenichi Handa <handa@m17n.org>
5493
5494 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5495 (ccl-untranslated-to-ucs): Fix typo.
5496
5497 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5498
5499 * progmodes/python.el (python-open-block-statement-p):
5500 Fix indentation after a block opening that contains a comment.
5501
5502 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
5503
5504 * bindings.el (completion-ignored-extensions): Add file extensions
5505 of Python byte-compiled files.
5506
5507 2004-06-12 Juri Linkov <juri@jurta.org>
5508
5509 * info.el (Info-goto-node): Add autoload.
5510 (Info-toc): Add substring-no-properties on Info file name.
5511 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5512 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5513
5514 2004-06-12 Kenichi Handa <handa@m17n.org>
5515
5516 * international/mule-cmds.el (set-language-environment):
5517 Load subst tables if necessary.
5518
5519 * international/mule.el (decode-char): Load subst tables if necessary.
5520 (encode-char): Likewise.
5521
5522 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5523 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5524 (utf-16le-decode-loop): Set r5 to -1 before loop.
5525 (utf-16be-decode-loop): Likewise.
5526 (ccl-decode-mule-utf-16le): Add EOF processing block.
5527 (ccl-decode-mule-utf-16be): Likewise.
5528 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5529 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5530 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5531 (ccl-mule-utf-16-encode-untrans): New CCL.
5532 (utf-16-decode-to-ucs): Handle pre-read character.
5533 (utf-16le-encode-loop): Handle surrogate pair.
5534 (utf-16be-encode-loop): Likewise.
5535 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5536 of utf-16le-encode-loop.
5537 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5538 of utf-16be-encode-loop.
5539 (mule-utf-16-post-read-conversion):
5540 Call utf-8-post-read-conversion at first.
5541 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5542 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5543 Add post-read-conversion and pre-write-conversion.
5544
5545 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5546 (utf-translate-cjk-unicode-range): New variable.
5547 (utf-translate-cjk-load-tables): New function.
5548 (utf-lookup-subst-table-for-decode): New function.
5549 (utf-lookup-subst-table-for-encode): New function.
5550 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5551 tables here. Update safe-charsets of utf-* coding systems.
5552 (ccl-mule-utf-untrans): New CCL.
5553 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5554 at end of each branch.
5555 (ccl-mule-utf-8-encode-untrans): New CCL.
5556 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5557 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5558 length of encoding. Don't return r0.
5559 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5560 (utf-8-post-read-conversion): Narrow to region properly.
5561 If utf-translate-cjk-mode is on, load tables if necessary.
5562 Call utf-8-compose with hash-table arg if necessary.
5563 Call XXX-compose-region instead of XXX-post-read-convesion.
5564 (utf-8-pre-write-conversion): New function.
5565 (mule-utf-8): Include CJK charsets in safe-charsets if
5566 utf-translate-cjk-mode is on. Add pre-write-conversion.
5567
5568 * international/characters.el: Temporarily set
5569 utf-translate-cjk-mode to nil.
5570
5571 * language/devan-util.el (devanagari-compose-region):
5572 Add autoload cookie.
5573
5574 * international/ccl.el (ccl-dump-call): Fix printing the
5575 subroutine name.
5576
5577 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5578
5579 * dired.el (dired-revert): If buffer is marked unmodified before
5580 reverting, keep it marked unmodified.
5581 Adapt to new conventions for commenting out code.
5582 (dired-make-relative): Adapt to new conventions for commenting out code.
5583
5584 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5585
5586 * eshell/esh-module.el (eshell-load-defgroups):
5587 Bind `vc-handled-backends' to nil when opening files.
5588
5589 2004-06-11 Juanma Barranquero <lektu@terra.es>
5590
5591 * files.el (parse-colon-path, cd): Doc fixes (refer to
5592 `path-separator', not colon).
5593
5594 2004-06-10 Juanma Barranquero <lektu@terra.es>
5595
5596 * newcomment.el (comment-search-forward)
5597 (comment-search-backward): Fix typos in docstring.
5598 (comment-region): Doc fix.
5599
5600 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5601
5602 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5603 switch is no longer stored in `dired-switches-alist'.
5604
5605 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5606 `dired-switches-alist'.
5607
5608 2004-06-10 Kim F. Storm <storm@cua.dk>
5609
5610 * pcvs.el (cvs-mode-diff-yesterday): New command.
5611
5612 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5613
5614 2004-06-10 Juri Linkov <juri@jurta.org>
5615
5616 * emacs-lisp/edebug.el (edebug-eval-defun):
5617 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5618 Fix docstring.
5619
5620 * simple.el (eval-expression-print-format): Don't print additional
5621 information on the first call to `eval-print-last-sexp'.
5622 (next-error-find-buffer): Fix punctuation.
5623 (killing) <defgroup>: Fix punctuation.
5624 (yank-excluded-properties): Change group from editing to killing.
5625
5626 * replace.el (perform-replace): Use `limit' to terminate the
5627 while-loop explicitly.
5628
5629 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5630
5631 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5632 Use lc-*.xpm as prefix instead of *-locol.xpm.
5633
5634 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5635 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5636 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5637 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5638 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5639 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5640 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5641 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5642 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5643 * toolbar/lc-up_arrow.xpm:
5644 Rename from *-locol.xpm.
5645
5646 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5647
5648 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5649 include forms like &<str>; as valid url patterns.
5650
5651 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5652
5653 * dired.el (dired-diff, dired-backup-diff)
5654 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5655 (dired-do-chown, dired-do-touch, dired-do-print)
5656 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5657 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5658 (dired-create-directory, dired-do-copy, dired-do-symlink)
5659 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5660 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5661 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5662 (dired-maybe-insert-subdir, dired-next-subdir)
5663 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5664 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5665 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5666 (dired-run-shell-command, dired-query): Remove redundant,
5667 or incorrect, autoloads.
5668
5669 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5670 does not end in a slash. Add optional argument KILL-ROOT.
5671 Update docstring.
5672 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5673 (dired-query): Add autoloads.
5674
5675 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5676
5677 * progmodes/compile.el (compilation-set-window-height):
5678 Rearrange the save-* functions because a buffer can have several current
5679 point in different windows.
5680 (compilation-error-regexp-alist-alist): Recognize {standard input}
5681 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5682
5683 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5684
5685 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5686 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5687 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5688 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5689 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5690 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5691 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5692 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5693 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5694 * toolbar/up_arrow-locol.xpm:
5695 New versions of icons that uses fewer colors.
5696
5697 * toolbar/tool-bar.el (tool-bar-local-item)
5698 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5699 if display-color-cells is 256 or less.
5700
5701 2004-06-08 Kim F. Storm <storm@cua.dk>
5702
5703 * wid-edit.el (widget-specify-button): Use hand pointer rather
5704 than mouse-face as visible mouse-over effect.
5705
5706 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5707
5708 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5709 and `print-level' to nil when writing out `save-place-alist'.
5710 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5711
5712 2004-06-07 Juanma Barranquero <lektu@terra.es>
5713
5714 * completion.el (completion-kill-region): Doc fix.
5715
5716 * format.el (format-insert-annotations)
5717 (format-annotate-location): Doc fixes.
5718 (format-subtract-regions): Make arguments match their use in docstring.
5719
5720 * simple.el (kill-region): Doc fix.
5721
5722 * subr.el (insert-buffer-substring-no-properties)
5723 (insert-buffer-substring-as-yank): Doc fixes.
5724
5725 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5726
5727 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5728 Update docstring.
5729 (dired-reset-subdir-switches): New function.
5730
5731 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5732 Limit scope of `buffer-read-only' binding.
5733
5734 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5735
5736 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5737 eshell-explicit-command-char.
5738
5739 2004-06-06 Juanma Barranquero <lektu@terra.es>
5740
5741 * help-fns.el (help-argument-name): Inherit from italic face only
5742 if the frame supports it.
5743
5744 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5745
5746 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5747 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5748 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5749 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5750 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5751 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5752 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5753 New conversions from xpm files.
5754
5755 * toolbar/README: New file.
5756
5757 2004-06-06 Richard M. Stallman <rms@gnu.org>
5758
5759 * isearch.el (isearch-mode-map): Undo previous change.
5760
5761 2004-06-05 Juri Linkov <juri@jurta.org>
5762
5763 * bindings.el (debug-ignored-errors): Add regexps for history
5764 related messages. Remove $ from "No further undo information".
5765 Move Ediff's messages to ediff.el.
5766
5767 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5768
5769 * cus-edit.el (custom-display): Add `min-colors'.
5770
5771 * custom.el (defface): Add `supports' to docstring.
5772
5773 * help-fns.el (help-argument-name): Add :group 'help.
5774
5775 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5776
5777 * find-dired.el (find-ls-subdir-switches): New user option.
5778 (find-dired): No longer call `abbreviate-file-name' on DIR.
5779 Set `dired-subdir-switches' buffer-locally.
5780
5781 * locate.el: Merge the two `Commentary' sections.
5782 (locate-ls-subdir-switches): New user option.
5783 (locate): Update for other changes.
5784 (locate-mode-map): Restore Dired binding for mouse-2.
5785 Bind `locate-mouse-view-file' to M-mouse-2.
5786 Bind `l' to `locate-do-redisplay'.
5787 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5788 (locate-mouse-view-file, locate-tags, locate-find-directory):
5789 Print message if used outside main listing.
5790 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5791 Various changes to support inserted subdirectories.
5792 (locate-insert-header): Change header of *Locate* buffer.
5793
5794 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5795 Change interactive default switches.
5796 (dired-rename-subdir-2): Update `dired-switches-alist'.
5797 (dired-insert-subdir, dired-kill-subdir):
5798 Handle `dired-switches-alist'. Do not mark buffer modified.
5799 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5800 (dired-insert-subdir-doinsert): Omit messages.
5801 Handle `dired-subdir-switches'.
5802 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5803
5804 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5805 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5806 subdirs if -R switch is used for a subdir.
5807 (dired-mode): Set `dired-switches-alist'.
5808 (dired-build-subdir-alist): Only print number of directories in
5809 echo area when invoked interactively.
5810
5811 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5812
5813 * dired-x.el (dired-omit-mode): Rename from
5814 dired-omit-files-p. Use define-minor-mode to define it.
5815 (dired-omit-files-p): Add as alias for dired-omit-mode.
5816 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5817 dired-mark-omitted.
5818 (dired-mark-omitted): Add. Bind to M-O.
5819
5820 2004-06-05 Kenichi Handa <handa@m17n.org>
5821
5822 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5823
5824 2004-06-05 Juanma Barranquero <lektu@terra.es>
5825
5826 * help-fns.el (help-argument-name): Reintroduce face.
5827 (help-default-arg-highlight): Use it, now that
5828 `face-differs-from-default-p' can be trusted.
5829
5830 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5831
5832 * textmodes/table.el: Sentence commands added to Point Motion
5833 group; kill and backward-kill commands added to Extraction group.
5834
5835 2004-06-04 Mario Lang <mlang@delysid.org>
5836
5837 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5838 systems appear to use mW, make the code handle this. Fix a
5839 division-by-zero bug while at it, and handle kernels with
5840 a slightly different layout in /proc/acpi.
5841
5842 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5843
5844 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5845 because the latter is a CL-ism. This fixes the bug reported by
5846 Shawn Boyette <mdxi@collapsar.net> in
5847 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5848
5849 2004-06-04 Miles Bader <miles@gnu.org>
5850
5851 * faces.el (display-supports-face-attributes-p): Function moved to
5852 C code. Previously only the tty-related portion of this function
5853 was done in C; however the previous attempt to do a halfway-proper
5854 job for non-tty displays in lisp didn't work properly because of
5855 funny conditions during Emacs startup.
5856 (face-differs-from-default-p): Simplify, now that
5857 display-supports-face-attributes-p works properly on all display
5858 types. Remove :stipple from comparison; it doesn't really work
5859 in emacs anyway.
5860
5861 2004-06-04 Miles Bader <miles@gnu.org>
5862
5863 * faces.el (face-differs-from-default-p): Use a different
5864 implementation, so we can really check whether FACE displays
5865 differently or not.
5866
5867 2004-06-04 Miles Bader <miles@gnu.org>
5868
5869 * faces.el (display-supports-face-attributes-p): Implement a
5870 `different from default' check for non-tty displays.
5871
5872 2004-06-03 David Kastrup <dak@gnu.org>
5873
5874 * woman.el (woman-mapcan): More concise code.
5875 (woman-topic-all-completions, woman-topic-all-completions-1)
5876 (woman-topic-all-completions-merge): Replace by a simpler and
5877 much faster implementation based on O(n log n) sort/merge instead
5878 of the old O(n^2) behavior.
5879
5880 2004-06-03 Miles Bader <miles@gnu.org>
5881
5882 * subr.el (read-number): Use canonical format for default in prompt.
5883
5884 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5885 Add regexp for " [...]" style defaults.
5886
5887 2004-06-02 Romain Francoise <romain@orebokech.com>
5888
5889 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5890 groups: if the user asks for a hidden buffer, open the
5891 corresponding filter group to expose it.
5892
5893 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5894 `ibuffer-jump-to-buffer'.
5895 (ibuffer-jump-offer-only-visible-buffers): New user option.
5896
5897 2004-06-02 Juanma Barranquero <lektu@terra.es>
5898
5899 * faces.el (frame-update-faces): Add empty docstring so the one
5900 for `ignore' doesn't show through.
5901
5902 * subr.el (process-kill-without-query): Remove spurious "\n" on
5903 obsolescence string.
5904 (focus-frame, unfocus-frame): Add obsolescence declaration and
5905 empty docstring.
5906
5907 * international/mule.el (register-char-codings): Make alias for
5908 `ignore'. Move docstring to obsolescence info and remove redundancy.
5909
5910 2004-06-02 Kim F. Storm <storm@cua.dk>
5911
5912 * frame.el (blink-cursor-start): Turn cursor off initially so blink
5913 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5914
5915 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * comint.el (comint-replace-by-expanded-history-before-point):
5918 Obey `start' as the docstring says.
5919 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5920 (comint-update-fence): Prevent font-lock from running unnecessarily.
5921 (comint-dynamic-list-completions): Use with-current-buffer.
5922
5923 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5924
5925 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5926 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5927 (bibtex-entry-update): Handle alternatives and optional fields.
5928 (bibtex-parse-entry): Bugfix, handle empty key.
5929
5930 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * vc-arch.el (vc-arch-state): Don't assume the file exists.
5933
5934 2004-05-31 Lars Hansen <larsh@math.ku.dk>
5935
5936 * desktop.el (desktop-save): Don't save minor modes without a
5937 known mode initialization function.
5938
5939 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
5940
5941 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5942
5943 * autorevert.el: Update `Commentary' section.
5944
5945 2004-05-30 Juanma Barranquero <lektu@terra.es>
5946
5947 * dos-fns.el (convert-standard-filename):
5948 * files.el (convert-standard-filename):
5949 * w32-fns.el (convert-standard-filename):
5950 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5951
5952 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5953
5954 Sync with Tramp.
5955
5956 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5957 (tramp-let-maybe): Move to an earlier spot in the file.
5958 Patch by Andreas Schwab.
5959
5960 2004-05-30 Andreas Schwab <schwab@suse.de>
5961
5962 * dired.el (dired-get-filename): Don't use dired-re-dot.
5963
5964 2004-05-30 Richard M. Stallman <rms@gnu.org>
5965
5966 * files.el (find-file): Doc fix.
5967
5968 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5969
5970 2004-05-30 Nick Roberts <nickrob@gnu.org>
5971
5972 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5973 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5974 modeline of the locals buffer.
5975 (gdb-goto-breakpoint): Handle gdbmi.
5976 (gdb-get-frame-number): Change for gdbmi.
5977
5978 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
5979
5980 * files.el (file-remote-p): Apply file name handler for operation
5981 `file-remote-p'. It isn' a property any longer.
5982 (file-relative-name): `fh' and `fd' get the required value via
5983 `find-file-name-handler' already.
5984
5985 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5986 (top): Remove setting of `file-remote-p' property for
5987 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
5988
5989 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5990
5991 Version 2.0.41 of Tramp released.
5992
5993 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5994 Throw away if process has died.
5995 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5996 (tramp-out-of-band-prompt-regexp): Rename to
5997 `tramp-process-alive-regexp', because its usage is widen.
5998 (tramp-actions-copy-out-of-band): Apply it.
5999 (tramp-actions-before-shell, tramp-multi-actions):
6000 Add `tramp-action-process-alive' action.
6001 (tramp-action-process-alive): New defun.
6002 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6003 Add entry for `file-remote-p'.
6004 (tramp-handle-file-remote-p): New defun.
6005 (top): Remove setting of `file-remote-p'. Don't set
6006 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
6007
6008 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6009 `file-remote-p'.
6010
6011 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
6012 counted for (last) line. [They should or they shouldn't? --Stef]
6013 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
6014
6015 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6016
6017 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
6018 not really necessary but seems to keep the shell history smaller
6019 in some cases. It is no substitute for setting HISTFILE and
6020 HISTSIZE from tramp-open-connection-setup-interactive-shell,
6021 though. Suggested by Luc Teirlinck.
6022 (tramp-open-connection-setup-interactive-shell): Export variables
6023 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
6024 (tramp-set-process-query-on-exit-flag): New compat function.
6025 (tramp-open-connection-multi, tramp-open-connection-su)
6026 (tramp-open-connection-rsh, tramp-open-connection-telnet)
6027 (tramp-do-copy-or-rename-file-out-of-band): Use it.
6028 (tramp-let-maybe): New macro, let-binds a variable only if it
6029 isn't obsolete.
6030 (tramp-check-ls-commands, tramp-handle-expand-file-name)
6031 (tramp-handle-file-truename): Use it.
6032 (tramp-completion-file-name-regexp-unified): Avoid matching
6033 filenames starting with "/:" -- those are reserved for
6034 file-name-non-special.
6035
6036 * tramp-smb.el (tramp-smb-open-connection):
6037 Use tramp-set-process-query-on-exit-flag compat function.
6038
6039 2004-05-29 Richard M. Stallman <rms@gnu.org>
6040
6041 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
6042
6043 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
6044 (eval-last-sexp-print-value): Print char equivalent regardless
6045 of standard-output value.
6046
6047 * thumbs.el (thumbs-subst-char-in-string): Delete.
6048 (thumbs-thumbname): Use subst-char-in-string.
6049 (thumbs-resize-image): Use condition-case, not ignore-errors.
6050 (thumbs-kill-buffer): Likewise.
6051
6052 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
6053 (thumbs-mode): Make buffer read-only.
6054 (thumbs-make-thumb): Unconditionally accept an existing file.
6055 (thumbs-insert-thumb): Add thumb-image-file property to the image.
6056 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
6057 (thumbs-show-thumbs-list): Error if images not supported.
6058 (thumbs-save-current-image): Improve prompt string.
6059 (thumbs-mode-map): Define u, R, x.
6060 (thumbs-unmark): New command.
6061 (thumbs-emboss-image): Minor cleanup.
6062 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
6063 (thumbs-rename-images): New command.
6064 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
6065
6066 * thumbs.el (thumbs-current-image): New function.
6067 (thumbs-file-list, thumbs-file-alist): New functions.
6068 (thumbs-find-image): Delete arg L.
6069 Don't set up thumbs-fileL as buffer-local global var.
6070 (thumbs-find-image-at-point): Use thumbs-current-image.
6071 (thumbs-set-image-at-point-to-root-window): Likewise.
6072 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
6073 Record and warn about errors. Update thumbs-markedL for deletions.
6074 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
6075 (thumbs-redraw-buffer): Use thumbs-file-list.
6076 (thumbs-mark): Use thumbs-current-image.
6077 (thumbs-show-name): Use thumbs-current-image.
6078
6079 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
6080 and imenu--last-menubar-index-alist.
6081
6082 * subr.el (with-selected-window): Undo previous change.
6083
6084 2004-05-29 John Paul Wallington <jpw@gnu.org>
6085
6086 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
6087 (thumbs-mouse-find-image): New command.
6088 (thumbs-mode-map): Bind it to mouse-2.
6089 (thumbs-mode): Make mode-class special.
6090 (thumbs-view-image-mode): Likewise.
6091
6092 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
6093
6094 * flymake.el: New file.
6095
6096 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
6097
6098 * files.el (find-file-noselect-1): Do not bind
6099 `inhibit-read-only' to t during execution of
6100 `find-file-not-found-functions'.
6101
6102 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
6105 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
6106
6107 2004-05-28 Juri Linkov <juri@jurta.org>
6108
6109 * simple.el (eval-expression-print-format): New fun.
6110
6111 * simple.el (eval-expression):
6112 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6113 * emacs-lisp/edebug.el (edebug-compute-previous-result)
6114 (edebug-eval-expression): Print additionally the value returned by
6115 `eval-expression-print-format'.
6116
6117 * emacs-lisp/lisp.el (insert-pair-alist): New var.
6118 (insert-pair): Make arguments optional. Find character pair
6119 from `insert-pair-alist' according to the last input event.
6120 (insert-parentheses): Make arguments optional.
6121 (raise-sexp, delete-pair): New funs.
6122
6123 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
6124 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6125 Bind C-M-q to `indent-pp-sexp'.
6126
6127 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
6128 `pp-to-string' modified to be able to format text with newlines.
6129 (pp-to-string): Move the buffer-formatting part of the code to
6130 `pp-buffer'. Call `pp-buffer'.
6131
6132 * info.el (Info-desktop-buffer-misc-data): Don't save information
6133 about virtual files.
6134 (Info-restore-desktop-buffer): Restore Info buffers in prepared
6135 buffers with names obtained from the desktop file instead of the
6136 default *info* buffer.
6137
6138 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * subr.el (with-selected-window): Only save/restore the selected window.
6141
6142 * progmodes/compile.el (compilation-error-regexp-alist):
6143 Use expand-file-name and data-directory.
6144
6145 * progmodes/grep.el (grep-tree): Rework previous fix.
6146
6147 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
6148 after the user marked text with the mouse.
6149
6150 * startup.el (command-line): Keep the first regexp of
6151 auto-save-file-name-transforms intact.
6152
6153 2004-05-28 Juanma Barranquero <lektu@terra.es>
6154
6155 * cus-edit.el (customize-face, customize-face-other-window)
6156 (custom-face-edit-delete): Make arguments match their use in
6157 docstring.
6158 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
6159 docstring.
6160
6161 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
6162 not `cvs-butlast'.
6163
6164 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
6165 `nbutlast' are in subr.el).
6166
6167 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
6168 (set-w32-system-coding-system): Doc fixes.
6169
6170 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
6171 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
6172 Make arguments match their use in docstring.
6173 (artist-draw-region-trim-line-endings)
6174 (artist-mouse-choose-operation): Fix typo in docstring.
6175 (artist-key-set-point-common): Doc fix.
6176
6177 2004-05-28 Simon Josefsson <jas@extundo.com>
6178
6179 * mail/smtpmail.el (smtpmail-open-stream):
6180 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
6181
6182 2004-05-26 Simon Josefsson <jas@extundo.com>
6183
6184 * starttls.el: Merge with my GNUTLS based starttls.el.
6185 (starttls-gnutls-program, starttls-use-gnutls)
6186 (starttls-extra-arguments, starttls-process-connection-type)
6187 (starttls-connect, starttls-failure, starttls-success): New variables.
6188 (starttls-program, starttls-extra-args): Doc fix.
6189 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
6190 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
6191 and pass on to corresponding *-gnutls function if it is set.
6192
6193 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
6194
6195 * autorevert.el (auto-revert-handler): Disable auto-reverting of
6196 remote files.
6197
6198 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
6199
6200 * files.el (file-name-non-special): There are more operations
6201 which need handling: `find-backup-file-name',
6202 `insert-file-contents', `verify-visited-file-modtime',
6203 `write-region'. Rename t value of method to `add'. Add new
6204 methods `quote' and `unquote-then-quote' to file-arg-indices.
6205
6206 2004-05-25 Juri Linkov <juri@jurta.org>
6207
6208 * info.el (Info-toc): Call Info-mode on intermediate buffer.
6209 (Info-index-nodes): Enclose code in condition-case to catch errors.
6210 (Info-index-node): Don't search all index nodes if request is only
6211 for the current node and file is not in the cache of index nodes.
6212 (Info-mode-map): Bind Info-copy-current-node-name to `w'
6213 for consistency with dired-copy-filename-as-kill.
6214 Bind `S' to Info-search-case-sensitively.
6215 (Info-copy-current-node-name): New arg. With zero prefix arg put
6216 the name inside a function call to `info'. Display copied text in
6217 the echo area.
6218
6219 2004-05-25 Sam Steingold <sds@gnu.org>
6220
6221 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
6222 strip the package prefix from the symbol name, if any.
6223 Make it the `find-tag-default-function' for `lisp-mode'.
6224
6225 2004-05-25 John Paul Wallington <jpw@gnu.org>
6226
6227 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
6228 instead of obsolete `process-kill-without-query'.
6229
6230 * textmodes/texinfmt.el (texinfo-indexvar-alist):
6231 Declare as variable, not constant.
6232
6233 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
6234
6235 * files.el (find-file-noselect-1): Fix bug introduced by
6236 Revision 1.694. As a side effect, `inhibit-read-only'
6237 is again, by default, t during execution of
6238 `find-file-not-found-functions'.
6239 (insert-directory): Check that lines were really inserted by
6240 the --dired switch, before erasing them.
6241
6242 2004-05-24 Nick Roberts <nickrob@gnu.org>
6243
6244 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
6245 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
6246 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
6247 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
6248 gud-minor-mode (gdbmi).
6249
6250 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6251
6252 * net/browse-url.el (browse-url-interactive-arg): Enable user to
6253 explicitly select the text to be taken as URL.
6254
6255 2004-05-23 Juri Linkov <juri@jurta.org>
6256
6257 * info.el (Info-index-nodes): New var and fun.
6258 (Info-goto-index, Info-index, info-apropos)
6259 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
6260 (Info-index): Fix docstring. Store and restore Info-history-list.
6261 (Info-complete-nodes): New var.
6262 (Info-complete-menu-item): Use it.
6263 (Info-index-node): New fun.
6264 (Info-final-node, Info-forward-node, Info-backward-node)
6265 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
6266 Use Info-index-node.
6267 (Info-extract-menu-item, Info-extract-menu-counting): Set second
6268 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
6269 (Info-find-node-2): If a node with period in its name not found,
6270 try to find a node without the name part after period.
6271 (Info-select-node): Call Info-fontify-node only if
6272 Info-fontify-maximum-menu-size is not nil.
6273 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6274 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6275 Preserve Info-history-list.
6276 (Info-toc): Set Info-current-file.
6277 (Info-build-toc): Move point to the beginning of the buffer.
6278 Add main-file variable.
6279 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6280 Use backslashed representation of the control character ^_.
6281
6282 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6283 numbers in the new Texinfo 4.7 format.
6284
6285 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6286 regexps for function and variable names.
6287
6288 * descr-text.el (describe-property-list): Add [show] button for
6289 `syntax-table' property with action to pp to a separate buffer.
6290 (describe-char): Replace search-forward by re-search-forward with
6291 whitespace regexp after "character:" to not fail in too narrow windows.
6292
6293 * simple.el (next-error-find-buffer): Add a rule to return
6294 next-error capable buffer if one window on the selected frame
6295 displays such buffer.
6296
6297 2004-05-23 Nick Roberts <nickrob@gnu.org>
6298
6299 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6300 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6301 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6302 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6303 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6304 Handle new value for gud-minor-mode (gdbmi).
6305 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6306 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6307 Change from local to global gdb variable set.
6308 (gdb-ann3): Initialise above gdb variable set.
6309 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6310 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6311 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6312 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6313 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6314 (gdb-info-locals-handler, gdb-invalidate-assembler)
6315 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6316 set as global variables.
6317 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6318 Handle gdbmi.
6319 (gdb-info-breakpoints-custom): Fix regexp.
6320 (def-gdb-var): Delete.
6321
6322 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6323 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6324 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6325 a new mode. The file (gdb-mi.el) for this mode will be included
6326 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6327 primary interface.
6328
6329 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6330
6331 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6332 interpreted as a directory.
6333
6334 2004-05-22 Richard M. Stallman <rms@gnu.org>
6335
6336 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6337 as a close quote.
6338
6339 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6340
6341 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6342 Use assoc-string, not assoc-ignore-case.
6343
6344 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6345
6346 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6347 If moving back then fwd gets a defun that ends before point,
6348 try again moving fwd then back.
6349
6350 * files.el (file-name-non-special): Allow t in file-arg-indices
6351 to mean requote the return value. Use `identity' as an element
6352 rather than as the whole value.
6353
6354 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6355
6356 2004-05-22 Juanma Barranquero <lektu@terra.es>
6357
6358 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6359 `help-make-usage'.
6360 (help-highlight-arguments): Skip function name before searching
6361 for arguments.
6362
6363 2004-05-21 Juanma Barranquero <lektu@terra.es>
6364
6365 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6366 Don't mention in the docstring these arguments meant for
6367 internal (recursive) use only.
6368 (allout-char-spec): Comment out (it's not implemented).
6369 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6370 obsolescence declaration.
6371 (allout-flatten-exposed-to-buffer)
6372 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6373 (my-mark-marker): Doc fix.
6374 (produce-allout-mode-map, allout-sibling-index)
6375 (allout-isearch-expose, allout-distinctive-bullet)
6376 (allout-open-topic, allout-reindent-body)
6377 (allout-rebullet-heading, allout-process-exposed)
6378 (allout-insert-listified, allout-latex-verb-quote)
6379 (allout-insert-latex-header, allout-insert-latex-trailer):
6380 Make arguments match their use in docstring.
6381 (allout-primary-bullet, allout-old-style-prefixes)
6382 (allout-inhibit-protection, allout-init, allout-mode)
6383 (allout-before-change-protect, allout-flag-region):
6384 Use "Emacs" instead of "emacs" in docstrings.
6385
6386 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6387
6388 * international/characters.el: Modify syntax of more characters.
6389
6390 2004-05-21 Masatake YAMATO <jet@gyve.org>
6391
6392 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6393 (etags-tags-completion-table): Show parsing progress.
6394
6395 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6396
6397 * locate.el (locate-prompt-for-command): Shorten first line of
6398 docstring.
6399 (locate-mode): Expand docstring and include keymap summary.
6400
6401 * files.el (find-file-noselect-1): Limit the scope of the
6402 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6403 is, by default, nil during the execution of
6404 `find-file-not-found-functions' and `find-file-hook'.
6405
6406 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6407
6408 * facemenu.el (facemenu-color-name-equal): New function.
6409 (list-colors-display): Use it to compare colors instead of
6410 facemenu-color-equal.
6411
6412 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6413
6414 * compare-w.el (compare-windows-face): Use min-colors instead of
6415 checking for tty or pc types.
6416
6417 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6420 (completion-setup-function): Use with-current-buffer.
6421 Properly save excursion. Simplify.
6422 Don't assume there is necessarily a `mouse-face' property somewhere.
6423
6424 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6425
6426 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6427
6428 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6429 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6430 Use with-current-buffer.
6431 (byte-goto-log-buffer): Delete.
6432 (byte-compile-log-file): Call compilation-forget-errors.
6433
6434 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6435
6436 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6437 output messages into the search result.
6438
6439 2004-05-19 Masatake YAMATO <jet@gyve.org>
6440
6441 * wid-edit.el (widget-radio-button-notify): Revert my last
6442 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6443
6444 2004-05-19 Kenichi Handa <handa@m17n.org>
6445
6446 * international/characters.el: Fix syntax (open/close) of CJK chars.
6447
6448 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6449
6450 * help-mode.el (help-go-back): Don't depend on position of back button.
6451
6452 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6455 files files don't contain an accidental additional /.
6456
6457 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6458 in source buffer.
6459
6460 2004-05-18 Masatake YAMATO <jet@gyve.org>
6461
6462 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6463 to widget-apply. :action method assumes 2 arguments, not 3.
6464
6465 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
6466
6467 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6468 New constants.
6469 (hs-special-modes-alist): Add an f90-mode entry.
6470
6471 2004-05-17 Sam Steingold <sds@gnu.org>
6472
6473 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6474 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
6475
6476 2004-05-16 Kim F. Storm <storm@cua.dk>
6477
6478 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6479
6480 2004-05-15 John Wiegley <johnw@newartisans.com>
6481
6482 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6483 (eshell-output-object-to-target): Improve output speed 20% by not
6484 calling `eshell-stringify' if something is already known to be a string.
6485
6486 2004-05-15 Alex Ott <ott@jet.msk.su>
6487
6488 * textmodes/ispell.el (ispell-local-dictionary-alist):
6489 Add windows-1251 to the choice of coding systems.
6490 (ispell-dictionary-alist-6): Add support for "russianw.aff",
6491 encoded in cp1251.
6492
6493 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
6494
6495 * progmodes/compile.el (compilation-warning-face)
6496 (compilation-info-face): Use min-colors.
6497
6498 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6499
6500 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6501 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6502 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6503 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6504 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6505 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6506 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6507 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6508 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6509 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6510 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6511 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6512 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6513 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6514
6515 2004-05-15 Kim F. Storm <storm@cua.dk>
6516
6517 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6518 Use it to set triggered-p element of timer.
6519 (timer-event-handler): Set triggered-p element non-nil while running
6520 the timer function.
6521
6522 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * descr-text.el (describe-char-unicode-data)
6525 (describe-char-unicodedata-file): Re-enable the unicode code now that
6526 the licensing issues have been cleared in the unicode-4 license.
6527 (describe-text-properties-1): Remove unused `overlay' var.
6528 (describe-char): Remove unused var `buffer'.
6529
6530 2004-05-14 David Ponce <david@dponce.com>
6531
6532 * tree-widget.el: New file.
6533
6534 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6535
6536 * language/european.el ("Brazilian Portuguese"): Add support for
6537 Brazilian Portuguese.
6538
6539 2004-05-13 John Wiegley <johnw@newartisans.com>
6540
6541 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6542 `recentf-mode' if this variable has been customized to t.
6543
6544 * eshell/esh-test.el (eshell-test): Call the function
6545 `emacs-version' rather than trying to build a custom version string.
6546
6547 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6548
6549 * net/telnet.el (telnet-mode): Use define-derived-mode.
6550 Don't modify the global value of comint-prompt-regexp.
6551
6552 2004-05-13 John Paul Wallington <jpw@gnu.org>
6553
6554 * version.el (emacs-version): Check for `gtk' feature before
6555 `x-toolkit' feature.
6556
6557 2004-05-13 Juanma Barranquero <lektu@terra.es>
6558
6559 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6560 arguments in the docstring, they're used only in recursive calls.
6561
6562 * help-fns.el (help-arg-highlighting-function)
6563 (help-argument-name): Delete.
6564 (help-default-arg-highlight): New function.
6565 (help-do-arg-highlighting): Use it.
6566
6567 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6568
6569 * calendar/appt.el (appt-disp-window):
6570 Use `calendar-set-mode-line' for a centered mode-line.
6571
6572 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6573
6574 * calendar/appt.el (appt-disp-window): Do not split window
6575 excessively when `split-height-threshold' is low.
6576
6577 2004-05-12 Nick Roberts <nickrob@gnu.org>
6578
6579 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6580 kill-buffer-hook here and make it local.
6581 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6582
6583 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6584
6585 * progmodes/compile.el (compilation-set-window-height):
6586 Use save-excursion to protect against misplaced marker.
6587
6588 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6589
6590 * custom.el (defface): Document that type can have value gtk.
6591
6592 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6593
6594 2004-05-12 Kenichi Handa <handa@m17n.org>
6595
6596 * descr-text.el: Require quail at comile time.
6597 (describe-char): If an input method is on and it supports the
6598 character, show how to input it.
6599
6600 * international/quail.el (quail-install-decode-map): Accept a
6601 char-table whose subtype is `quail-decode-map'.
6602 (quail-store-decode-map-key, quail-gen-decode-map1)
6603 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6604 (quail-show-key): New functions.
6605
6606 2004-05-12 Juanma Barranquero <lektu@terra.es>
6607
6608 * generic.el (define-generic-mode): Remove redundant arglist info.
6609
6610 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6611 Make arguments match their use in docstring.
6612 (help-arg-highlighting-function): New variable.
6613 (help-argument-name): Mention it in the docstring.
6614 (help-do-arg-highlight): Use it. Expand regexp to accept also
6615 ARG-xxx and xxx-ARG references.
6616
6617 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6618
6619 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6620 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6621 and "mailto:addr1?to=addr2" equal.
6622
6623 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6624
6625 * man.el (Man-getpage-in-background): Use shell-file-name
6626 and shell-command-switch variables instead of hard-coded values.
6627
6628 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6629
6630 * iimage.el: New file.
6631
6632 2004-05-11 Juanma Barranquero <lektu@terra.es>
6633
6634 * custom.el (custom-initialize-default, defcustom):
6635 Fix typo in docstring.
6636
6637 * files.el (set-visited-file-name, file-expand-wildcards):
6638 Fix docstring.
6639
6640 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6643
6644 * subr.el (eventp): Be more discriminating with integers.
6645
6646 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6647
6648 * progmodes/compile.el (compile): Add universal prefix arg.
6649 (compilation-error-regexp-alist-alist): Add edg patterns.
6650
6651 2004-05-10 Sam Steingold <sds@gnu.org>
6652
6653 * textmodes/ispell.el (ispell-message):
6654 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6655
6656 2004-05-10 Dave Love <fx@gnu.org>
6657
6658 * progmodes/python.el (help-buffer): Autoload when compiling.
6659 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6660 (run-python): Prepend to any existing PYTHONPATH.
6661
6662 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6663
6664 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6665 for pending breakpoints.
6666
6667 2004-05-10 Richard M. Stallman <rms@gnu.org>
6668
6669 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6670 directly without calling any functions in Rmail.
6671 (unrmail-unprune): Function deleted.
6672
6673 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6676 C-c C-z binding.
6677
6678 2004-05-10 Kenichi Handa <handa@m17n.org>
6679
6680 * descr-text.el (describe-char): Fix previous change. Don't make
6681 a unibyte character to multibyte in the *Help* buffer.
6682
6683 2004-05-10 Miles Bader <miles@gnu.org>
6684
6685 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6686 buffer an error if the debugger process is actually running.
6687
6688 2004-05-10 Juanma Barranquero <lektu@terra.es>
6689
6690 * help-fns.el (help-argument-name): Default to italic.
6691 (help-highlight-arguments): Return always (usage . doc), even when
6692 usage is nil.
6693
6694 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6695 (define-ibuffer-filter): Add usage info.
6696 (define-ibuffer-op): Add usage info (but CL-style defaults for
6697 keyword args are not shown).
6698
6699 * subr.el (remove-overlays, read-passwd): Fix docstring.
6700 (start-process-shell-command): Fix docstring. Put usage info in a
6701 format usable by `describe-function'.
6702 (open-network-stream, open-network-stream-nowait)
6703 (open-network-stream-server): Fix docstring.
6704
6705 2004-05-09 Jason Rumney <jasonr@gnu.org>
6706
6707 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6708 Only define cp125* if windows-125* is already defined.
6709
6710 * language/korean.el (cp949): Add alias.
6711
6712 * language/chinese.el (cp936, cp950): Add aliases.
6713
6714 * language/japanese.el (cp932): Add alias.
6715
6716 * term/w32-win.el: Require code-pages.
6717
6718 * international/mule-cmds.el (set-locale-environment):
6719 On MS-Windows use ansi code-page for default coding-systems.
6720 Set up paper sizes for Windows 3 letter languages.
6721
6722 * international/code-pages.el (cp932, cp936, cp949, cp950):
6723 Add aliases. Also add cp125* if not already defined.
6724
6725 2004-05-09 Juanma Barranquero <lektu@terra.es>
6726
6727 * help-fns.el (help-highlight-arguments): Don't try to highlight
6728 missing or autoloaded arglists. Accept structured arguments, like
6729 the first ones of `do' and `flet'.
6730
6731 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6732 (cvs-get-marked): Remove redundant arglist info.
6733
6734 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6735 Don't use CL-style default args.
6736
6737 2004-05-08 Andreas Schwab <schwab@suse.de>
6738
6739 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6740
6741 * international/subst-ksc.el: Fix references to utf-translate-cjk
6742 into utf-translate-cjk-mode.
6743 * international/subst-big5.el: Likewise.
6744 * international/subst-gb2312.el: Likewise.
6745 * international/subst-jis.el: Likewise.
6746 * international/utf-16.el: Likewise.
6747 * international/utf-8.el: Likewise.
6748
6749 2004-05-08 John Wiegley <johnw@newartisans.com>
6750
6751 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6752 "virtual buffers" (off by default), which makes it possible to
6753 switch to the "virtual" buffers of recently visited files. When a
6754 buffer name search fails, and this option is on, iswitchb will
6755 look at the list of recently visited files, and permit matching
6756 against those names. When the user hits RET on a match, it will
6757 revisit that file.
6758 (iswitchb-read-buffer): Add two optional arguments, which makes
6759 isearchb.el possible.
6760 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6761 (iswitchb-next-match): Add support for virtual buffers.
6762
6763 * isearchb.el: This module extends iswitchb to provide "as you
6764 type" buffer selection.
6765
6766 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6767 Ignore the read-only property when flyspell highlighting is on.
6768 Not ignoring it leads to a series of confusing errors.
6769 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6770 but also make sure to call flyspell-incorrect-hook.
6771 (flyspell-maybe-correct-transposition): Perform transposition test
6772 by bit twiddling a string, rather than using a temp buffer.
6773 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6774 buffer. This is also the original version of the code, which
6775 could not be checked in before due to a previous lack of
6776 assignment papers. This version has seen heavy usage on my system
6777 for several years now.
6778
6779 * calendar/cal-bahai.el: New file, which adds support for the
6780 Baha'i calendar to Emacs. This calendar is based on a solar year
6781 of 19 months of 19 days, with 4 intercalary days. Each year
6782 begins on March 21, with the calendar starting in 1844.
6783
6784 * calendar/cal-menu.el, calendar/calendar.el,
6785 calendar/diary-lib.el, calendar/holidays.el: Added support for
6786 using cal-bahai.el.
6787
6788 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6789 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6790 function can be used outside of eshell buffers.
6791 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6792
6793 2004-05-08 Juanma Barranquero <lektu@terra.es>
6794
6795 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6796 word constituent so FOO-ARG is not recognized as an arg.
6797 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6798
6799 * simple.el (next-error): Fix typo in docstring.
6800 (open-line): Make argument names match their use in docstring.
6801 (split-line): Fix docstring.
6802
6803 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6804 usable by `describe-function'.
6805 (gensym, gentemp, typep, ignore-errors): Make argument names match
6806 their use in docstring.
6807
6808 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6809 argument to `help-setup-xref'.
6810
6811 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6812
6813 Version 2.0.40 of Tramp released.
6814
6815 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6816 Use symbol-function to invoke functions only known on some Emacs
6817 flavors. This avoids byte-compiler warnings. Reported by Kevin
6818 Scaldeferri <kevin@scaldeferri.com>.
6819 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6820 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6821 consistent with the other tramp-do-* functions.
6822 (tramp-do-copy-or-rename-file): Calls adjusted.
6823 (tramp-process-initial-commands): Avoid liveness check on shell --
6824 we know that it must be alive since we're opening a connection at
6825 this moment.
6826 (tramp-last-cmd): New internal variable.
6827 (tramp-process-echoes): New tunable.
6828 (tramp-send-command): Set tramp-last-cmd.
6829 (tramp-wait-for-output): Delete echo, if applicable.
6830 (tramp-read-passwd): Construct the key for the password cache in a
6831 way that works for multi methods, too.
6832 (tramp-bug): Add backup-directory-alist and
6833 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6834
6835 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6836
6837 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6838
6839 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6840 (tramp-actions-copy-out-of-band): New defcustoms.
6841 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6842 used instead of a synchronous one. Allows password entering.
6843 (tramp-action-out-of-band): New defun.
6844 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6845 Remove restriction with password from doc string.
6846 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6847 `tramp-out-of-band-prompt-regexp',
6848 `tramp-actions-copy-out-of-band', `password-cache' and
6849 `password-cache-expiry'.
6850 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6851 password caching.
6852 (tramp-touch): FILE can be a local file, too.
6853 (TODO): Remove items done.
6854 (tramp-handle-insert-directory): Properly quote file name also if
6855 not full-directory-p. Handle wildcard case. Reported by Andreas
6856 Schwab <schwab@suse.de>.
6857 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6858 new file.
6859 (tramp-handle-file-local-copy, tramp-handle-write-region):
6860 The permissions of the temporary file are set if filename exists.
6861 Reported by Ted Stern <stern@cray.com>.
6862 (tramp-backup-directory-alist)
6863 (tramp-bkup-backup-directory-info): New defcustoms.
6864 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6865 (tramp-handle-find-backup-file-name): New function.
6866 Implements Tramp's find-backup-file-name.
6867
6868 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6869 for `find-backup-file-name'.
6870
6871 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6872 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6873
6874 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6875
6876 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6877
6878 2004-05-07 Juanma Barranquero <lektu@terra.es>
6879
6880 * subr.el (lambda): Add arglist description to docstring.
6881 (declare): Fix typo in docstring.
6882 (open-network-stream): Fix docstring.
6883 (process-kill-without-query): Fix docstring and add obsolescence info.
6884 (last, butlast, nbutlast): Make arguments match their use in docstring.
6885 (insert-buffer-substring-no-properties): Likewise.
6886 (insert-buffer-substring-as-yank): Likewise.
6887 (split-string): Fix docstring.
6888
6889 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6890 Make argument names match their use in docstring.
6891
6892 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6893
6894 2004-05-06 Nick Roberts <nickrob@gnu.org>
6895
6896 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6897 Fit first sentence on one line for apropos-command.
6898
6899 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6900
6901 Changes largely merged in from Dave Love's code.
6902 * progmodes/python.el: Doc fixes.
6903 (python-mode-map): Add python-complete-symbol.
6904 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6905 (python-comment-indent, python-complete-symbol)
6906 (python-symbol-completions, python-partial-symbol)
6907 (python-try-complete): New.
6908 (python-indent-line): Remove optional arg. Use python-block-end-p.
6909 (python-check): Bind compilation-error-regexp-alist.
6910 (inferior-python-mode): Use rx. Move keybindings to top level.
6911 Set comint-input-filter.
6912 (python-preoutput-filter): Use rx.
6913 (python-input-filter): Re-introduce.
6914 (python-proc): Start new process if necessary.
6915 Check python-buffer non-nil.
6916 (view-return-to-alist): Defvar.
6917 (python-send-receive): New.
6918 (python-eldoc-function): Use it.
6919 (python-mode-running): Don't defvar.
6920 (python-mode): Set comment-indent-function.
6921 Maybe update hippie-expand-try-functions-list.
6922 (python-indentation-levels): Initialize differently.
6923 (python-block-end-p): New.
6924 (python-indent-line): Use it.
6925 (python-compilation-regexp-alist): Augment.
6926 (run-python): Import `emacs' module to Python rather than loading
6927 code directly. Set python-buffer differently.
6928 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
6929 Use python-proc.
6930 (python-send-command): Go to end of comint buffer.
6931 (python-load-file): Use python-proc, emacs.eimport.
6932 (python-describe-symbol): Simplify interactive form.
6933 Use emacs.help. Do use temp-buffer-show-hook.
6934 Call print-help-return-message.
6935 (hippie-exp): Require when compiling.
6936 (python-preoutput-continuation): Use rx.
6937
6938 * diff-mode.el (diff-make-unified): Fix regexp.
6939
6940 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
6941
6942 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6943 filter groups from the buffer when rebuilding the Ibuffer buffer
6944 and `ibuffer-show-empty-filter-groups' is nil.
6945
6946 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6947
6948 * ps-print.el (ps-print-quote): Call ps-value-string.
6949 (ps-setup): Call ps-comment-string.
6950 (ps-value-string, ps-comment-string): New funs.
6951
6952 2004-05-06 Juanma Barranquero <lektu@terra.es>
6953
6954 * ehelp.el (electric-help-command-loop): Check whether the last
6955 character is visible, not (point-max).
6956
6957 * help-fns.el (help-argument-name): Default to bold; don't inherit
6958 from font-lock-variable-name-face.
6959 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6960
6961 2004-05-05 Kenichi Handa <handa@m17n.org>
6962
6963 * descr-text.el (describe-char): Copy the character with text
6964 properties and overlays into the first line, and call
6965 describe-text-properties on it.
6966
6967 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
6968
6969 * iswitchb.el (iswitchb-global-map): Fix typo.
6970 Remove unwanted ###autoloads from source file.
6971
6972 2004-05-05 Lars Hansen <larsh@math.ku.dk>
6973
6974 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6975 in run-hooks. Use substitute-command-keys in message.
6976 (wdired-abort-changes): Add message.
6977
6978 2004-05-03 Michael Mauger <mmaug@yahoo.com>
6979
6980 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6981 (sql-emacs20-p): Remove.
6982 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6983 (sql-builtin-face, sql-doc-face): Remove.
6984 (sql-mode-ansi-font-lock-keywords)
6985 (sql-mode-oracle-font-lock-keywords)
6986 (sql-mode-postgres-font-lock-keywords)
6987 (sql-mode-linter-font-lock-keywords)
6988 (sql-mode-ms-font-lock-keywords)
6989 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6990 (sql-product-font-lock): Fix font-lock reset when font rules change.
6991 (sql-highlight-product): Remove incorrect font-lock reset logic.
6992
6993 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
6994
6995 * ses.el (ses-set-parameter): Fix typo.
6996
6997 2004-05-04 Kim F. Storm <storm@cua.dk>
6998
6999 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
7000 Must expand directory for completion to work; and don't mess with
7001 process-environment.
7002 (ido-read-file-name): If command has ido property, don't use ido
7003 if value is ignore, or read as directory if value is dir.
7004 Set ido ignore property for dired-do-rename command.
7005
7006 2004-05-04 Juanma Barranquero <lektu@terra.es>
7007
7008 * ehelp.el (electric-help-command-loop, electric-help-undefined)
7009 (electric-help-help): Check against unmapped commands.
7010
7011 * help-fns.el (help-argument-name): New face, inheriting from
7012 font-lock-variable-name-face, to highlight function arguments in
7013 `describe-function' and `describe-key'.
7014 (help-do-arg-highlight): Auxiliary function to highlight a given
7015 list of arguments in a string.
7016 (help-highlight-arguments): Highlight the function arguments and
7017 all uses of them in the docstring.
7018 (describe-function-1): Use it. Do docstring output via `insert',
7019 not 'princ', so text attributes are preserved.
7020
7021 * winner.el (winner-mode-map): Move `winner-undo' and
7022 `winner-redo' to C-c <left> and C-c <right>, respectively (the
7023 previous bindings conflict with `prev-buffer', `next-buffer').
7024
7025 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7026
7027 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
7028 (bibtex-entry-update): New command bound to C-c C-u.
7029 (bibtex-text-in-string): Fix regexp.
7030 (bibtex-assoc-of-regexp): Remove.
7031 (bibtex-progress-message): Fix docstring.
7032 (bibtex-inside-field): Use if.
7033 (bibtex-assoc-regexp): New function.
7034 (bibtex-format-entry): Make code more robust so that it formats
7035 also old entries.
7036 (bibtex-autokey-demangle-title): Merge with obsolete function
7037 bibtex-assoc-of-regexp.
7038 (bibtex-field-list): New function.
7039 (bibtex-entry): Use bibtex-field-list.
7040 (bibtex-parse-entry): Fix docstring.
7041 (bibtex-print-help-message): Use bibtex-field-list.
7042 (bibtex-make-field): Use bibtex-field-list.
7043 (bibtex-entry-index): Bugfix. Return crossref key if required.
7044 (bibtex-lessp): Fix docstring.
7045
7046 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * select.el (xselect-convert-to-string): Move comment to intended line.
7049
7050 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7051
7052 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
7053 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
7054
7055 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7056
7057 * term/x-win.el (x-clipboard-yank): Don't exit on error from
7058 x-get-selection.
7059
7060 2004-05-03 Jason Rumney <jasonr@gnu.org>
7061
7062 * makefile.nt: Remove.
7063
7064 2004-05-03 Kim F. Storm <storm@cua.dk>
7065
7066 * emulation/cua-base.el (cua--update-indications): Fix last change.
7067 (cua-mode): Deactivate mark when cua-mode is enabled.
7068
7069 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
7070
7071 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
7072
7073 2004-05-03 Nick Roberts <nickrob@gnu.org>
7074
7075 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
7076 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
7077 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
7078 window over visible frames.
7079 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
7080
7081 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * progmodes/compile.el (compilation-gcpro): New var.
7084 (compilation-fake-loc): Use it.
7085 (compilation-forget-errors): Reset it.
7086
7087 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
7088
7089 * diff-mode.el (diff-header-face, diff-file-header-face):
7090 Use min-colors.
7091
7092 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7093
7094 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
7095 (bibtex-clean-entry): Disentangle code.
7096 (bibtex-realign): New function.
7097 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
7098 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
7099 Remove undocumented optional arg called-by-convert-alien.
7100 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
7101 for sorting instead of bibtex-sort-buffer.
7102
7103 2004-05-02 Eli Zaretskii <eliz@gnu.org>
7104
7105 * progmodes/compile.el (compilation-start): In the
7106 no-async-subprocesses branch, call sit-for to give redisplay a
7107 chance to show the updated process status in the mode line, and
7108 fontify the buffer explicitly after the process exits.
7109
7110 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * progmodes/python.el (python-compilation-line-number): Remove.
7113 (python-compilation-regexp-alist): Don't use it any more.
7114 (python-orig-start, python-input-filter): Remove.
7115 (inferior-python-mode): Don't set up comint-input-filter-functions.
7116 (python-send-region): Use compilation-fake-loc.
7117
7118 * progmodes/compile.el (compilation-messages-start): New var.
7119 (compilation-mode): Don't setup next-error-function here.
7120 (compilation-setup): Set it up here instead (for minor modes as well).
7121 Make compilation-messages-start buffer local.
7122 (compilation-next-error-function): Use it.
7123 (compilation-forget-errors): Set compilation-messages-start.
7124
7125 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
7126
7127 * ielm.el (ielm-prompt-read-only): Update docstring.
7128
7129 * comint.el (comint-prompt-read-only): Update docstring.
7130 (comint-update-fence, comint-kill-whole-line)
7131 (comint-kill-region): New functions.
7132
7133 * simple.el (kill-whole-line): Use "p" instead of "P" in
7134 interactive form.
7135
7136 2004-05-01 Juanma Barranquero <lektu@terra.es>
7137
7138 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
7139 format arglist so default values in CL-style argument lists are
7140 correctly shown.
7141
7142 2004-05-01 Jason Rumney <jasonr@gnu.org>
7143
7144 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
7145
7146 2004-05-01 Kenichi Handa <handa@m17n.org>
7147
7148 * international/titdic-cnv.el (miscdic-convert): Don't generate a
7149 quail file if it is up to date.
7150
7151 2004-04-30 Juri Linkov <juri@jurta.org>
7152
7153 * cus-edit.el (custom-mode-map):
7154 Add key binding `C-x C-s' to `Custom-save'.
7155
7156 * outline.el (outline-blank-line): New var.
7157 (outline-next-preface, outline-show-heading)
7158 (outline-end-of-subtree): Use it.
7159
7160 * dired-aux.el (dired-touch-initial): New fun.
7161 (dired-do-chxxx): Call it for op-symbol `touch'.
7162 (dired-diff): Use `dired-dwim-target-directory'
7163 if current dired buffer has no buffer mark.
7164
7165 * bindings.el (propertized-buffer-identification):
7166 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
7167 Add C-M-arrow keys for consistency.
7168
7169 * files.el (confirm-kill-emacs):
7170 Change group from top-level `emacs' to `convenience'.
7171
7172 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7173 Push mark on the first call of successive command calls.
7174 (insert-pair): New fun created from `insert-parentheses' with
7175 `open' and `close' arguments added. Enclose active regions
7176 in paired characters. Compare adjacent characters syntax with
7177 inserted characters syntax before inserting a space.
7178 (insert-parentheses): Call `insert-pair' with ?\( ?\).
7179
7180 * delsel.el: Don't put `delete-selection' property
7181 on `insert-parentheses' symbol to take advantage of
7182 region handling in `insert-pair' function.
7183 Suggested by Stephan Stahl <stahl@eos.franken.de>.
7184
7185 2004-04-30 Kim F. Storm <storm@cua.dk>
7186
7187 * emulation/cua-base.el: Add support for changing cursor types;
7188 based on patch from Michael Mauger.
7189 (cua-normal-cursor-color, cua-read-only-cursor-color)
7190 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
7191 Customization cursor type and/or cursor color.
7192 (cua--update-indications): Handle cursor type changes.
7193 (cua-mode): Update cursor indications if enabled.
7194
7195 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
7196
7197 * mouse.el (mouse-drag-copy-region): New defcustom.
7198 (mouse-set-region, mouse-drag-region-1): Use it.
7199
7200 * simple.el (kill-ring-save): If region face background color is
7201 unspecified (if no highlighting), show extent of fully visible
7202 region even if transient-mark-mode is enabled.
7203
7204 * emulation/cua-base.el (cua--standard-movement-commands):
7205 Add cua-scroll-up and cua-scroll-down.
7206 (cua-scroll-up, cua-scroll-down): New commands.
7207 (cua--init-keymaps): Remap scroll-up and scroll-down.
7208
7209 * emulation/cua-rect.el (cua--convert-rectangle-as):
7210 New defmacro.
7211 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
7212 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
7213 New commands (suggested by Jordan Breeding).
7214
7215 2004-04-30 Juanma Barranquero <lektu@terra.es>
7216
7217 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
7218
7219 2004-04-30 Mario Lang <mlang@delysid.org>
7220
7221 * diff.el (diff-switches): Fix typo in docstring.
7222
7223 2004-04-30 Alex Schroeder <alex@gnu.org>
7224
7225 * xml.el (xml-debug-print-internal): Don't add newline and
7226 indentation to text nodes and write empty elements as empty tags
7227 instead of opening and closing tags.
7228 (xml-debug-print): Take optional indent-string argument.
7229 (xml-print): Alias for xml-debug-print.
7230
7231 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7232
7233 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
7234 than duplicate call to `line-beginning-position'.
7235
7236 * progmodes/f90.el (f90-get-present-comment-type):
7237 Return whitespace, as well as comment chars, for consistent filling
7238 of comment blocks. Use `match-string-no-properties'.
7239 (f90-break-line): Trim trailing whitespace when filling comments.
7240
7241 2004-04-30 Dave Love <fx@gnu.org>
7242
7243 * calendar/diary-lib.el (diary-outlook-formats): New variable.
7244 (diary-from-outlook-internal, diary-from-outlook)
7245 (diary-from-outlook-gnus, diary-from-outlook-rmail):
7246 New functions to import diary entries from Outlook-format
7247 appointments in mail messages.
7248
7249 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * progmodes/python.el (python-send-command): New fun.
7252 (python-send-region, python-load-file): Use it.
7253
7254 * progmodes/compile.el (compilation-last-buffer): Add var alias.
7255
7256 * help-fns.el (help-C-file-name): Use new subr-name.
7257 Prepend `src/' to the file name.
7258 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
7259 (describe-function-1, describe-variable): Only find a C source file
7260 name if DOC is already loaded.
7261
7262 * help-mode.el (help-function-def, help-variable-def):
7263 Use the new find-function-search-for-symbol functionality.
7264 Allow FILE to be `C-source'.
7265
7266 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
7267 (find-function-C-source): New fun.
7268 (find-function-search-for-symbol): Use it.
7269
7270 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7271
7272 * progmodes/sql.el (sql-product-alist): Rename variable
7273 `sql-product-support'. Add Postgres login parameters.
7274 (sql-set-product, sql-product-feature): Update with renamed variable.
7275 (sql-connect-postgres): Add username prompt.
7276 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7277 Make patterns less product specific.
7278 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7279 (sql-mode-abbrev-table): Modify initialization.
7280 (sql-builtin-face): Add variable.
7281 (sql-keywords-re): Add macro.
7282 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7283 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7284 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7285 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7286 (sql-mode-linter-font-lock-keywords)
7287 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7288 (sql-mode-sybase-font-lock-keywords)
7289 (sql-mode-informix-font-lock-keywords)
7290 (sql-mode-interbase-font-lock-keywords)
7291 (sql-mode-ingres-font-lock-keywords)
7292 (sql-mode-solid-font-lock-keywords)
7293 (sql-mode-sqlite-font-lock-keywords)
7294 (sql-mode-db2-font-lock-keywords): Default to nil.
7295 (sql-product-font-lock): Always highlight ANSI keywords.
7296 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7297 (sql-send-string): Add function.
7298
7299 2004-04-29 Dave Love <fx@gnu.org>
7300
7301 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7302 (cfengine-end-of-defun): Ensure progress through buffer.
7303
7304 * info-look.el (cfengine-mode): Accept a terminal ().
7305
7306 2004-04-29 Juri Linkov <juri@jurta.org>
7307
7308 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7309 instead of isearch-yank-word-or-char. Add new key bindings for
7310 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7311 (isearch-del-char): New fun.
7312 (isearch-forward, isearch-edit-string): Update docstring.
7313 (isearch-yank-char): Doc fix.
7314 (isearch-other-meta-char): Restore point after scrolling.
7315
7316 * progmodes/compile.el (compilation-context-lines): Add nil option
7317 to disable compilation output window scrolling.
7318 (compilation-set-window): Use it.
7319
7320 * outline.el (outline-next-preface, outline-show-heading):
7321 Don't leave unhidden blank line before heading.
7322 (outline-end-of-subtree): Include last newline into subtree.
7323 (hide-entry): Leave point at beginning of heading instead of end.
7324 (outline-up-heading): Push mark for the first call of successive
7325 command calls.
7326
7327 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7328
7329 * comint.el (comint-prompt-read-only): New variable.
7330 (comint-output-filter): Implement it.
7331
7332 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7333 (ielm-prompt-internal): New variable.
7334 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7335 (ielm-send-input): Delete unused variable `buf'.
7336 (ielm-eval-input): Use `ielm-prompt-internal'.
7337 (inferior-emacs-lisp-mode): Use new variables
7338 `comint-prompt-read-only' and `ielm-prompt-internal'.
7339 Get rid of obsolete variable `directory-sep-char'.
7340 (ielm): Use `zerop'.
7341
7342 2004-04-29 John Paul Wallington <jpw@gnu.org>
7343
7344 * thumbs.el (toplevel): Require cl at compile time.
7345 Remove conditional definitions of `ignore-errors' and `caddar'
7346 because they occur at run time.
7347
7348 2004-04-28 Nick Roberts <nickrob@gnu.org>
7349
7350 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7351 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7352 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7353 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7354
7355 * progmodes/gud.el (gud-common-init): Throw an error if program is
7356 already running under gdb.
7357
7358 2004-04-28 John Paul Wallington <jpw@gnu.org>
7359
7360 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7361 (thumbs-show-image-num): Move assignment of
7362 `thumbs-current-image-filename' within scope of `i'.
7363 (thumbs-emboss-image): Don't use `evenp'.
7364
7365 2004-04-28 Richard M. Stallman <rms@gnu.org>
7366
7367 * progmodes/compile.el (compilation-context-lines): Default now 0.
7368
7369 2004-04-28 Juanma Barranquero <lektu@terra.es>
7370
7371 Use `time-less-p' from calendar/time-date.el instead of defining
7372 custom versions of it.
7373
7374 * pcomplete.el (pcomplete-time-less-p): Remove.
7375
7376 * thumbs.el (time-less-p): Remove.
7377
7378 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7379 (timeclock-generate-report): Use `time-less-p'.
7380
7381 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7382 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7383
7384 2004-04-28 Masatake YAMATO <jet@gyve.org>
7385
7386 * subr.el (remove-overlays): Make arguments optional.
7387
7388 * wid-edit.el (widget-specify-button): Put evaporate to the
7389 overlay for sample.
7390 (widget-specify-sample): Put evaporate to the overlay for sample.
7391 (widget-specify-doc): Put evaporate to the overlay for documentation.
7392
7393 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7394
7395 * info.el (info-apropos): Make it an index node. Align node names
7396 like makeinfo.
7397
7398 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7399
7400 * net/browse-url.el (browse-url-netscape-sentinel)
7401 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7402 (browse-url-epiphany-sentinel, browse-url-mosaic):
7403 Use browse-url-*-program instead of a literal program name.
7404
7405 2004-04-27 Kevin Ryde <user42@zip.com.au>
7406
7407 * eshell/em-alias.el:
7408 * eshell/em-dirs.el:
7409 * eshell/em-hist.el:
7410 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7411 features when M-x customize-group loads modules before the main
7412 eshell.el.
7413
7414 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7415
7416 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7417 either a character representation of an event or an event
7418 description list.
7419
7420 * type-break.el: Capitalise Emacs and Lisp.
7421 (type-break-good-break-interval, type-break-demo-boring-stats)
7422 (type-break-terse-messages, type-break-file-name): New defcustoms.
7423 (type-break-post-command-hook)
7424 (type-break-warning-countdown-string): Quote variable names in doc.
7425 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7426 (type-break-mode): Document type-break-good-break-interval and the
7427 "session" file. Schedule break according to the session file.
7428 Kill session file buffer on exit. Organise for save-some-buffers
7429 to always save the session file.
7430 (type-break-mode-line-message-mode, type-break-query-mode):
7431 Uppercase arguments.
7432 (type-break-file-time, type-break-file-keystroke-count, timep)
7433 (type-break-choose-file, type-break-get-previous-time)
7434 (type-break-get-previous-count): New defuns.
7435 (type-break): Avoid break querying after a completed break in the
7436 case where the query was initiated during user invocation of the
7437 break. Optional terse messages.
7438 Use type-break-good-break-interval if type-break-good-rest-interval is
7439 nil. File the break time.
7440 (type-break-schedule): New optional args for overriding the use of
7441 the current time.
7442 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7443 after a break.
7444 (type-break-check): File the keystroke count.
7445 (type-break-do-query): Prevent a second query when the break is
7446 interrupted. Optional terse message.
7447 (type-break-keystroke-reset): Record the start of a typing interval.
7448 (type-break-demo-boring): Optional terse messages. Display word
7449 per minute and keystroke counts according to
7450 type-break-demo-boring-stats.
7451
7452 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
7453
7454 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7455 directories, make sure they exist under archive-tmpdir.
7456
7457 2004-04-27 Juri Linkov <juri@jurta.org>
7458
7459 * help.el (view-emacs-news): With argument, display info for the
7460 selected version by finding it among different NEWS files, and
7461 narrowing the buffer to the selected version.
7462
7463 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7464 same-window-buffer-names.
7465 (info): New arg `buffer'. Use it. Doc fix. Read file name for
7466 non-numeric prefix argument, append the number to the buffer name
7467 for numeric prefix argument.
7468 (info-other-window): Bind same-window-regexps to nil.
7469 (Info-reference-name): Rename to Info-point-loc.
7470 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7471 and Info-find-index-name for stringy Info-point-loc.
7472 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
7473 without middle `.', but with final `.' and optional line number
7474 for it. Set Info-point-loc for index nodes.
7475 (Info-index): Remove middle `.' from index entry regexp.
7476 Modify line number regexp.
7477 (Info-index-next): Decrement line number.
7478 (info-apropos): Remove middle `.' from index entry regexp.
7479 Add optional line number regexp at the end. Add matched value
7480 for line number to the result list and insert it to the buffer.
7481 Replace match-string by match-string-no-properties.
7482 Reorder result list.
7483 (Info-fontify-node): Hide index line numbers.
7484 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7485 empty matches.
7486 (Info-follow-reference): Use `str' instead of
7487 Info-following-node-name-re.
7488 (Info-toc): Use full file names. Set Info-current-node to "Top".
7489 (Info-fontify-node): Compare file names without directory name.
7490 (Info-try-follow-nearest-node): Don't set Info-reference-name.
7491 Set second arg of Info-extract-menu-node-name for index nodes.
7492 (info-xref-visited): Use magenta3 instead of magenta4.
7493 (Info-mode): Add info-apropos to docstring.
7494
7495 * log-view.el (log-view-diff): Replace interactive code "r"
7496 by a list to allow to call it even if region is not active.
7497
7498 * paren.el (show-paren-highlight-openparen): New var.
7499 (show-paren-function): Turn on openparen highlighting when
7500 matching forward if show-paren-highlight-openparen is non-nil.
7501
7502 * simple.el (kill-ring-save): Use blink-matching-delay instead of
7503 the constant value 1.
7504 (completions-common-part): Expand docstring.
7505
7506 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7507
7508 2004-04-27 Kim F. Storm <storm@cua.dk>
7509
7510 * image.el (insert-sliced-image): Use line-height instead of
7511 line-spacing property on newline.
7512
7513 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7514
7515 * desktop.el (desktop-buffer-misc-data-function): Rename to
7516 desktop-save-buffer and change docstring.
7517 (desktop-buffer-modes-to-save): Delete.
7518 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7519 desktop-buffer-modes-to-save.
7520 (desktop-save): Rename desktop-buffer-misc-data-function to
7521 desktop-save-buffer and allow non-function value.
7522 (desktop-missing-file-warning): Correct docstring.
7523
7524 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7525 to desktop-save-buffer.
7526
7527 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7528 desktop-save-buffer.
7529
7530 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7531
7532 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7533
7534 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7535
7536 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7537
7538 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7539
7540 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7541 (ielm): Only go to the end of the buffer when starting a new process.
7542
7543 2004-04-25 Juanma Barranquero <lektu@terra.es>
7544
7545 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7546 mode line. Bind `inhibit-read-only' to t before modifying
7547 properties of text in the buffer.
7548 (ielm): Force point to the end of buffer, even when running ielm
7549 from inside itself.
7550
7551 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7552
7553 * info.el (info-apropos): Reset Info-complete-cache.
7554
7555 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7556
7557 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7558 Also recognize severe Irix et al. messages.
7559 (compilation-normalize-filename, compile-abbreviate-directory):
7560 Delete functions.
7561 (compilation-get-file-structure): New function inherits
7562 functionality of the two preceding ones.
7563 (compilation-internal-error-properties, compilation-fake-loc):
7564 Use it so that different paths to the same file share the same
7565 markers. Also optimize finding adjacent marker slightly.
7566
7567 2004-04-25 Kim F. Storm <storm@cua.dk>
7568
7569 * image.el (insert-sliced-image): Add line-spacing t property
7570 to newlines separating image lines.
7571
7572 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7573
7574 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7575
7576 * ielm.el (ielm-prompt-read-only): New user option.
7577 (ielm-prompt): Expand docstring to describe new behavior.
7578 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7579 mention it in the docstring.
7580
7581 2004-04-24 Andreas Schwab <schwab@suse.de>
7582
7583 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7584
7585 * diff.el (diff): Set default-directory in diff buffer.
7586
7587 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7588
7589 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7590 mail was being composed if the terminal cannot display more than
7591 one frame; instead, switch to previous frame.
7592
7593 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7594 (rmail-start-mail): Support rmail-mail-new-frame even on
7595 terminals that can display only one frame at a time.
7596
7597 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7600 (checkdoc-output-font-lock-keywords): Remove error regexp.
7601 (checkdoc-output-mode-map): Remove.
7602 (checkdoc-output-mode): Derive from compilation-mode.
7603 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7604
7605 * dired.el (dired-mode-map): Add a menu entry for wdired.
7606
7607 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7608 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7609
7610 * wdired.el: (wdired-mode-map): Move init into declaration.
7611 Fix `return' binding.
7612 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7613 Use force-mode-line-update.
7614 (wdired-get-filename): Use `unless'.
7615 (wdired-preprocess-files): Don't assume names have no \n and use / for
7616 dir separator.
7617 (wdired-normalize-filename): Use replace-regexp-in-string.
7618 (wdired-load-hooks): Remove.
7619 (wdired-mode-hooks): Rename to wdired-mode-hook.
7620
7621 * info-look.el: Add support for cfengine-mode.
7622 (info-lookup-setup-mode): Use dolist.
7623
7624 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7625
7626 * wdired.el: New file.
7627
7628 2004-04-23 Juanma Barranquero <lektu@terra.es>
7629
7630 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7631
7632 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7633 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7634 (pcomplete--help, pcomplete--here): Doc fixes.
7635
7636 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7637
7638 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7639 handles wrong-number-of-arguments in backend call.
7640
7641 * vc.el (vc-print-log): Likewise.
7642
7643 2004-04-20 Dave Love <fx@gnu.org>
7644
7645 * emacs-lisp/rx.el: Doc fixes.
7646 (rx-constituents): Add/extend many forms.
7647 (rx-check): Check form is a list.
7648 (bracket): Defvar.
7649 (rx-check-any, rx-any, rx-check-not): Modify.
7650 (rx-not): Simplify.
7651 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7652 (rx-kleene): Use rx-trans-forms.
7653 (rx-quote-for-set): Delete.
7654 (rx): Allow multiple args.
7655
7656 2004-04-23 Kenichi Handa <handa@m17n.org>
7657
7658 * international/mule-util.el (char-displayable-p): Simplify by
7659 using internal-char-font.
7660
7661 2004-04-23 Juanma Barranquero <lektu@terra.es>
7662
7663 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7664
7665 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * diff-mode.el (diff-next-error): New fun.
7668 (diff-mode): Use it.
7669
7670 * simple.el (next-error): Change arg name.
7671 Add support for the documented C-u C-x ` usage.
7672
7673 * frame.el (special-display-popup-frame, next-multiframe-window)
7674 (previous-multiframe-window): Only consider frames on same display.
7675
7676 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7677
7678 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7679 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7680
7681 2004-04-22 Kim F. Storm <storm@cua.dk>
7682
7683 * net/telnet.el (telnet): Add optional port arg.
7684
7685 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7688 Minor sanity check on the `hyperlink' slot.
7689
7690 * Makefile.in (recompile): Compile new files.
7691
7692 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7693 Add byte-recompile-directory's optional `arg'.
7694
7695 * cvs-status.el (cvs-tree-use-charset): New var.
7696 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7697 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7698 (cvs-status-cvstrees): Use it.
7699
7700 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7701 Make it a normal major mode.
7702 (checkdoc-buffer-label): Make sure the file name is meaningful.
7703 (checkdoc-output-to-error-buffer): Remove.
7704 (checkdoc-error, checkdoc-start-section): Rewrite.
7705
7706 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7707 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7708 (Info-title-4-face): Use new syntax.
7709 (info-xref-visited): Inherit from info-xref.
7710
7711 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7712
7713 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7714
7715 * simple.el (next-error-last-buffer, next-error-function):
7716 New variables for the next-error framework.
7717 (next-error-buffer-p): New function.
7718 (next-error-find-buffer): Generalize compilation-find-buffer.
7719 (next-error, previous-error, first-error, next-error-no-select)
7720 (previous-error-no-select): Move from compile.el.
7721
7722 * replace.el (occur-next-error, occur-1): Hook into the next-error
7723 framework.
7724
7725 * progmodes/compile.el (compilation-start):
7726 Set next-error-last-buffer so next-error knows where to jump.
7727 (compilation-setup): Set the buffer-local variable
7728 next-error-function to 'compilation-next-error-function.
7729 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7730 alternate way to find if a buffer is a compilation buffer, for
7731 next-error convenience.
7732 (next-error-no-select, previous-error-no-select, next-error)
7733 (previous-error, first-error): Move to simple.el.
7734 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7735 (compilation-last-buffer): Remove.
7736 (compilation-start, compilation-next-error, compilation-setup)
7737 (compilation-next-error-function, compilation-find-buffer):
7738 Remove compilation-last-buffer use.
7739
7740 2004-04-21 Juanma Barranquero <lektu@terra.es>
7741
7742 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7743 (font-lock-warning-face): Fix spacing.
7744
7745 * makefile.w32-in (WINS): Add url/ directory.
7746
7747 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7748
7749 * desktop.el (desktop-buffer-mode-handlers): New variable.
7750 Alist of major mode specific functions to restore a desktop buffer.
7751 (desktop-buffer-handlers): Make variable obsolete.
7752 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7753 Catch errors signaled in handlers. Update buffer count.
7754 Evaluate desktop-buffer-point.
7755 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7756 move to dired.el.
7757 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7758 move to info.el.
7759 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7760 move to mail/rmail.el.
7761 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7762 to mh-e/mh-e.el.
7763 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7764 On fail, print message (to message buffer) even if
7765 desktop-missing-file-warning is nil.
7766 (desktop-buffer-misc-data-function): New buffer local variable.
7767 Function returning major mode specific data.
7768 (desktop-buffer-misc-functions): Make variable obsolete.
7769 (desktop-save): Use desktop-buffer-misc-data-function.
7770 (desktop-buffer-dired-misc-data): Rename to
7771 dired-desktop-buffer-misc-data and move to dired.el.
7772 (desktop-buffer-info-misc-data): Rename to
7773 Info-desktop-buffer-misc-data and move to info.el.
7774 (desktop-read): Add message about number of buffers restored/failed.
7775
7776 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7777 Add parameters. Pause to display error only when
7778 desktop-missing-file-warning is non-nil.
7779 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7780 (dired-mode): Bind desktop-buffer-misc-data-function.
7781
7782 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7783 Add Parameters.
7784 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7785 (Info-mode): Bind desktop-buffer-misc-data-function.
7786
7787 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7788 Add Parameters.
7789
7790 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7791 Add Parameters.
7792
7793 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7794
7795 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7796 the case of letters in case-insensitive expansions when the
7797 abbrev is preceded by characters with letter syntax.
7798
7799 2004-04-21 Richard M. Stallman <rms@gnu.org>
7800
7801 * progmodes/cperl-mode.el (cperl-putback-char):
7802 Delete Emacs 18 definition.
7803
7804 * international/mule.el (ctext-post-read-conversion):
7805 Use assoc-string, not assoc-ignore-case.
7806
7807 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7808
7809 * emacs-lisp/easymenu.el (easy-menu-add):
7810 Do call x-popup-menu, but only if it's defined.
7811
7812 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7813
7814 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7815 Handle multiple args: compile like progn.
7816
7817 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7818 take all args as &rest arg.
7819
7820 * autoinsert.el (auto-insert-alist): Insert the user's name in
7821 copyright notice, rather than Free Software Foundation.
7822
7823 2004-04-21 Kenichi Handa <handa@m17n.org>
7824
7825 * descr-text.el (describe-char): Make it work on *Help* buffer.
7826
7827 2004-04-21 Kim F. Storm <storm@cua.dk>
7828
7829 * image.el (insert-image): Add optional SLICE arg.
7830 (insert-sliced-image): New defun.
7831
7832 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7833
7834 * subr.el (read-number): Check whether `default' is nil.
7835
7836 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7837
7838 * progmodes/compile.el (compilation-error-properties):
7839 Split into two.
7840 (compilation-internal-error-properties): New one.
7841 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7842
7843 2004-04-20 Richard M. Stallman <rms@gnu.org>
7844
7845 * window.el (split-window-save-restore-data):
7846 Don't update the data if OLD-INFO is nil.
7847
7848 * view.el (view-return-to-alist): Mark it permanent local.
7849
7850 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7851
7852 * recentf.el (recentf-save-list): Catch and warn about errors.
7853
7854 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7855 so "Buffers" won't be pure.
7856
7857 * help-mode.el (help-mode-finish): Set help-return-alist first
7858 thing, setting only the entry for the selected window.
7859
7860 * help-fns.el (describe-function-1): If many non-control non-meta
7861 keys run the command, don't list all of them.
7862
7863 2004-04-20 Juanma Barranquero <lektu@terra.es>
7864
7865 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7866 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7867
7868 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7869
7870 2004-04-20 Kenichi Handa <handa@m17n.org>
7871
7872 * international/quail.el (quail-lookup-key): New optional arg
7873 NOT-RESET-INDICES.
7874 (quail-get-translations): Call quail-lookup-key with
7875 NOT-RESET-INDICES t.
7876 (quail-completion): Likewise.
7877 (quail-lookup-map-and-concat): Likewise.
7878
7879 2004-04-20 Kenichi Handa <handa@m17n.org>
7880
7881 * international/quail.el (quail-update-translation): Don't insert
7882 such an unsupported multibyte char in a unibyte buffer.
7883
7884 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7885
7886 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7887 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7888 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7889 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7890 (gdb-frame-assembler-buffer): Improve behaviour with
7891 multiple frames.
7892 (gdb-display-buffer): Extend search to all visible frames.
7893
7894 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7895
7896 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7897 characters left after base64 decoding.
7898 (rmail-decode-region): Use -dos variety of `coding', to remove any
7899 ^M characters left after qp or base64 decoding.
7900
7901 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7902
7903 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7904 messages.
7905
7906 2004-04-19 Stephen Eglen <stephen@gnu.org>
7907
7908 * add-log.el (add-change-log-entry): Update doc string to mention
7909 add-log-full-name and add-log-mailing-address.
7910
7911 2004-04-18 Juri Linkov <juri@jurta.org>
7912
7913 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7914 (Info-find-node-2): Simplify error message.
7915 (Info-insert-dir): Use Info-following-node-name.
7916 (Info-goto-node): Remove *info-history* and *info-toc*.
7917 (Info-history): Create a node of the virtual history file.
7918 (Info-toc): Create a node of the virtual toc file.
7919 (Info-insert-toc): New arg `curr-file' for reference file names.
7920 (info-apropos): Remove redundant var binding for temp-file.
7921 (Info-index, Info-index-next, Info-mode): Doc fix.
7922 (Info-goto-emacs-command-node): Don't jump to *info* from
7923 non-*info* Info buffers.
7924 (Info-fontify-node): Don't show the file name of external
7925 references if `Info-hide-note-references' is `hide'. Don't hide
7926 newlines at the end of paragraphs.
7927
7928 * international/mule-diag.el (list-input-methods):
7929 Fix args to help-xref-button.
7930
7931 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7932 to put into effect local variables from TUTORIAL files.
7933
7934 * textmodes/paragraphs.el (sentence-end) <function>: New fun
7935 with default value taken from the variable `sentence-end'.
7936 (sentence-end) <defcustom>: Set default to nil. Doc fix.
7937 Add nil const to :type.
7938 (sentence-end-without-period, sentence-end-double-space)
7939 (sentence-end-without-space): Doc fix.
7940
7941 * textmodes/paragraphs.el (forward-sentence):
7942 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7943 (fill-delete-newlines):
7944 * progmodes/cc-cmds.el (c-beginning-of-statement):
7945 Use function `sentence-end' instead of variable `sentence-end'.
7946
7947 2004-04-18 Andreas Schwab <schwab@suse.de>
7948
7949 * progmodes/compile.el (compilation-start): Set window start to
7950 point-min if compilation-scroll-output is nil.
7951
7952 2004-04-18 John Wiegley <johnw@newartisans.com>
7953
7954 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7955
7956 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
7957
7958 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7959 (gdb-info-breakpoints-custom): Revert previous change.
7960 (gdb-view-assembler): Update assembler if necessary.
7961 (gdb-frame-handler): Parse correctly for gdb-current-frame.
7962 (gdb-display-source-buffer): Update properly when both source and
7963 assembler are visible.
7964
7965 2004-04-17 John Wiegley <johnw@newartisans.com>
7966
7967 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7968 which limits the number of names shown in the minibuffer. Off by
7969 default.
7970 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7971 up iswitchb for users with a multitude of open buffers by showing
7972 only the first and last N/2 buffers in the completion list (which
7973 is enough to aid C-s/C-r, and to know that more characters are
7974 needed to refine the completion list).
7975
7976 2004-04-17 Richard M. Stallman <rms@gnu.org>
7977
7978 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7979 (file-truename): Expand all ~ constructs directly.
7980 (insert-directory): Delete any error msg output by the
7981 `insert-directory-program'.
7982
7983 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7984 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7985 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7986 (allout-init): Use find-file-hook, not find-file-hooks.
7987 (allout-mode): Eliminate Emacs 18 support.
7988 Use write-contents-functions, not local-write-file-hooks.
7989
7990 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
7991
7992 * progmodes/compile.el (compilation-error-properties): Fix for
7993 adding messages when there are already markers for their file.
7994 (compilation-fake-loc): New function.
7995
7996 2004-04-16 Dave Love <fx@gnu.org>
7997
7998 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7999 (python-load-file): Fix python-orig-start setting.
8000
8001 * progmodes/compile.el: Doc fixes.
8002 (compilation-error-regexp-alist-alist)
8003 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
8004 (compilation-assq): Wrap in eval-when-compile.
8005 (compilation-mode-font-lock-keywords): Don't use list*.
8006 (compilation-start): Avoid warning.
8007 (compilation-compat-error-properties)
8008 (compilation-directory-properties): Add keymap property.
8009 (compilation-parsing-end): Make it a marker for better compatibility.
8010
8011 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
8012
8013 2004-04-16 Mark A. Hershberger <mah@everybody.org>
8014
8015 * xml.el: Doc fixes.
8016 (xml-get-children): Only looks at sub-tags and ignore strings.
8017
8018 * xml.el (xml-parse-tag): Avoid overwriting node-name.
8019
8020 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
8023
8024 2004-04-16 Andre Spiegel <spiegel@gnu.org>
8025
8026 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
8027
8028 * vc.el (vc-print-log): Likewise.
8029
8030 2004-04-16 Masatake YAMATO <jet@gyve.org>
8031
8032 * simple.el (completion-setup-function): Set an initial value
8033 to `element-common-end' before entering loop. Set a value
8034 to `element-common-end' at the end of loop.
8035 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
8036 (completions-common-part): Rename from completion-de-emphasis.
8037 (completions-first-difference): Rename from completion-emphasis.
8038 Suggested by RMS.
8039
8040 2004-04-16 Juanma Barranquero <lektu@terra.es>
8041
8042 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
8043 (bookmark-edit-annotation-mode): Add mode name.
8044
8045 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
8048 for nested conflict markers.
8049 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
8050
8051 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
8052
8053 * progmodes/gdb-ui.el (gdb-goto-info): New function.
8054
8055 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
8056
8057 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
8060 Give a backtrace if requested.
8061
8062 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
8063
8064 * progmodes/python.el (python-mouse-2-command, python-RET-command):
8065 Remove unused functions.
8066 (python-orig-start-line, python-orig-file): Remove.
8067 (python-orig-start): New var.
8068 (python-input-filter, python-compilation-line-number)
8069 (python-send-region, python-load-file): Use it.
8070
8071 * info.el (info): Always jump to *info*.
8072
8073 * subr.el (posn-set-point): New function.
8074
8075 * mouse.el (mouse-set-point): Use it.
8076
8077 * progmodes/compile.el (compile-goto-error): Use it.
8078 (compilation-button-map): New keymap.
8079 (compilation-error-properties): Use it.
8080 (compilation-shell-minor-mode-map): Don't bind mouse-2.
8081
8082 * smerge-mode.el (smerge-popup-context-menu): Use it.
8083
8084 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
8085 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
8086 mouse and non-mouse case.
8087
8088 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
8089 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
8090
8091 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
8092 Make it work for non-mouse events.
8093
8094 * pcvs-info.el (cvs-status-map): Update binding name.
8095
8096 2004-04-14 Mark A. Hershberger <mah@everybody.org>
8097
8098 * xml.el (xml-maybe-do-ns): New function to handle namespace
8099 parsing of both attribute and element names.
8100 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
8101 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
8102 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
8103 (xml-parse-attlist): Make it do its own namespace parsing.
8104
8105 2004-04-14 Dave Love <fx@gnu.org>
8106
8107 * progmodes/python.el (run-python): Fix use of \n.
8108 (python-load-file): Remove `try' from Python fragment.
8109 (python-describe-symbol): Fix message.
8110
8111 * comint.el: Doc fixes.
8112 (comint-last-input-start, comint-last-input-end)
8113 (comint-last-output-start): Give them values.
8114 (comint-arguments): Avoid warning.
8115 (comint-skip-prompt): Use line-end-position.
8116 (comint-backward-matching-input): Rename arg to agree with doc.
8117 (comint-extract-string): Use syntax-ppss.
8118 (comint-dynamic-simple-complete): Delete useless list construction.
8119 (comint-redirect-subvert-readonly): New.
8120 (comint-redirect-preoutput-filter): Use it.
8121
8122 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8123 Correctly handle negative arguments when calling hook functions.
8124
8125 2004-04-14 Jesper Harder <harder@ifa.au.dk>
8126
8127 * info.el (info-apropos): Don't clobber Info-history-list.
8128
8129 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
8130
8131 * progmodes/compile.el (compilation-setup):
8132 Localize overlay-arrow-position.
8133 (compilation-sentinel): Restructure code equivalently.
8134 (compilation-next-error): Find message on same line after point if
8135 not found before point.
8136 (compile-mouse-goto-error): Restore function so that compilation
8137 buffer need not be current and use compile-goto-error.
8138 (compile-goto-error): Restore function.
8139 (next-error): Set overlay-arrow-position.
8140 (compilation-forget-errors): Don't localize already local
8141 compilation-locs and remove FIXME about refontifying.
8142
8143 2004-04-14 Kim F. Storm <storm@cua.dk>
8144
8145 * startup.el (emacs-quick-startup): New defvar (set by -Q).
8146 (command-line): New option -Q. Like -q --no-site-file, but
8147 in addition it also disables menu-bar, tool-bar, scroll-bars,
8148 tool-tips, and the blinking cursor.
8149 (command-line-1): Skip startup screen if -Q.
8150 (fancy-splash-head): Use ":align-to center" prop to center splash image.
8151
8152 * emulation/cua-base.el (cua-read-only-cursor-color)
8153 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
8154
8155 2004-04-13 Dave Love <fx@gnu.org>
8156
8157 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
8158 (syntax): Don't require.
8159 (python) <defgroup>: Add :version.
8160 (python-quote-syntax): Re-written.
8161 (inferior-python-mode): Move stuff here from run-python and add
8162 some more.
8163 (python-preoutput-continuation, python-preoutput-result)
8164 (python-dotty-syntax-table): New.
8165 (python-describe-symbol): Use them.
8166 (run-python): Move stuff to inferior-python-mode. Modify code
8167 loaded into Python.
8168 (python-send-region): Use python-proc, python-send-string.
8169 (python-send-string): Send newlines too. Callers changed.
8170 (python-load-file): Re-written.
8171 (python-eldoc-function): New.
8172 (info-look): Don't require.
8173 (python-after-info-look): New. A modified version of former
8174 top-level code for use with eval-after-load.
8175 (python-maybe-jython, python-guess-indent): Use widened buffer.
8176 (python-fill-paragraph): Re-written.
8177 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
8178 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
8179
8180 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
8183 Set compilation-error-regexp-alist earlier.
8184
8185 * progmodes/compile.el (compilation-minor-mode-map)
8186 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
8187 (compile-goto-error): Re-merge the mouse and non-mouse commands.
8188
8189 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * progmodes/compile.el (compile-goto-error): Select the buffer/window
8192 corresponding to the event.
8193
8194 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
8195
8196 * loadup.el: Add cygwin to system-type list, for unexec() support.
8197
8198 2004-04-12 John Paul Wallington <jpw@gnu.org>
8199
8200 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
8201 (ibuffer-restore-window-config-on-quit): New variable to replace
8202 `ibuffer-delete-window-on-quit'. Update all references.
8203 (ibuffer-prev-window-config): New variable.
8204 (ibuffer-quit): Restore previous window configuration instead of
8205 deleting window.
8206 (ibuffer): Save window configuration before showing Ibuffer buffer.
8207
8208 * help.el (describe-mode): Doc fix.
8209
8210 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
8213 not to treat nil as a function.
8214
8215 * vc-arch.el (vc-arch-root): Be a bit more careful.
8216 (vc-arch-register): Save the buffer if we modified it.
8217 (vc-arch-delete-rej-if-obsolete): Save excursion.
8218 (vc-arch-find-file-hook): Use the simpler after-save-hook.
8219 (vc-arch-responsible-p, vc-arch-init-version): New functions.
8220
8221 * net/ldap.el (ldap-search): Use list*.
8222
8223 2004-04-12 Juri Linkov <juri@jurta.org>
8224
8225 * info.el (Info-follow-reference): Allow multiline reference name.
8226
8227 2004-04-11 Dave Love <fx@gnu.org>
8228
8229 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
8230
8231 * progmodes/python.el: New file.
8232
8233 2004-04-11 Andre Spiegel <spiegel@gnu.org>
8234
8235 * vc-hooks.el (vc-arg-list): Function removed.
8236 (vc-default-workfile-unchanged-p): Use condition-case to check for
8237 backward compatibility.
8238
8239 * vc.el (vc-print-log): Use condition-case to check for backward
8240 compatibility.
8241
8242 2004-04-11 Juri Linkov <juri@jurta.org>
8243
8244 * dired.el (dired-faces): New defgroup.
8245 (dired-header, dired-mark, dired-marked, dired-flagged)
8246 (dired-warning, dired-directory, dired-symlink, dired-ignored):
8247 New faces.
8248 (dired-header-face, dired-mark-face, dired-marked-face)
8249 (dired-flagged-face, dired-warning-face, dired-directory-face)
8250 (dired-symlink-face, dired-ignored-face): New face variables.
8251 (dired-font-lock-keywords): Use them instead of font-lock faces.
8252 Split the rule for dired marks into 3 separate rules: for marks,
8253 marked file names and flagged file names.
8254
8255 * help-mode.el (help-make-xrefs): Add a final newline to the
8256 *Help* buffer.
8257
8258 2004-04-11 John Paul Wallington <jpw@gnu.org>
8259
8260 * replace.el (occur-engine): Distinguish between one and several
8261 matches in the matches per buffer heading.
8262
8263 2004-04-11 Kim F. Storm <storm@cua.dk>
8264
8265 * ido.el (ido-confirm-unique-completion): New defcustom.
8266 (ido-complete): Use it.
8267 (ido-write-file): Set it to t unconditionally.
8268
8269 2004-04-10 Miles Bader <miles@gnu.org>
8270
8271 RCS keyword removal (only non-comment changes are enumerated here):
8272
8273 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
8274 (byte-compile-insert-header): Don't use `byte-compile-version'.
8275 * forms.el (forms-version): Variable removed.
8276 (forms-mode): Don't use `forms-version'.
8277 * recentf.el (recentf-version): Variable removed.
8278 * progmodes/delphi.el (delphi-version): Variable removed.
8279 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
8280
8281 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
8284
8285 2004-04-09 Jesper Harder <harder@ifa.au.dk>
8286
8287 * info.el (info-apropos): Improve menu item regexp.
8288
8289 2004-04-09 Simon Josefsson <jas@extundo.com>
8290
8291 * mail/smtpmail.el: Add comment, based on report by
8292 kdc@rcn.com (Kevin D. Clark).
8293
8294 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8297 Redo one more thing that I didn't notice Daniel had undone.
8298
8299 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
8300
8301 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
8302 (gdb-goto-breakpoint, gdb-display-buffer)
8303 (gdb-display-source-buffer, gdb-view-source-function)
8304 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
8305 (gdb-source-info, gdb-frame-handler): Don't specify a window
8306 for display.
8307 (gdb-info-breakpoints-custom): Remove superfluous update of
8308 assembler buffer.
8309 (gdb-many-windows): Make settable outside gdb.
8310
8311 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
8312
8313 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
8314 Derive from fundamental-mode rather than text-mode.
8315
8316 2004-04-08 Juri Linkov <juri@jurta.org>
8317
8318 * info.el (Info-history): Doc fix.
8319 (Info-history-list): New var.
8320 (info-xref): Change magenta4 to blue, remove bold for dark and
8321 light backgrounds, change bold to underline for non-color classes.
8322 (info-xref-visited): New face.
8323 (Info-fontify-visited-nodes): New custom.
8324 (Info-hide-note-references): Add new value `hide'. Doc fix.
8325 (Info-reference-name): New var.
8326 (Info-selection-hook): New custom.
8327 (Info-edit-mode-hook): New var.
8328 (Info-find-file): New fun.
8329 (Info-find-node): Move part of code to Info-find-file.
8330 (Info-find-node-2): Add anchors to Info-history-list. Move point
8331 to the place with the reference name if name is defined.
8332 (Info-select-node): Add current node to Info-history-list.
8333 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
8334 (Info-search-whitespace-regexp): New custom.
8335 (Info-search-case-fold): New var.
8336 (Info-search): Add "case-sensitively" to the prompt.
8337 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8338 (Info-search-case-sensitively, Info-search-next): New fun.
8339 (Info-up): Move point to the menu item of the current node.
8340 (Info-history): New fun. Add *info-history* to
8341 same-window-buffer-names.
8342 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
8343 (Info-insert-toc): New fun.
8344 (Info-build-toc): New fun.
8345 (Info-follow-reference): Add new arg `fork'. Doc fix.
8346 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
8347 with the same name prefer the reference closest to point.
8348 (Info-next-reference): Replace * by + in the *Note regexp.
8349 Add regexp for http:// and ftp://. Skip the *Note prefix.
8350 (Info-prev-reference): Replace * by + in the *Note regexp.
8351 Add regexp for http:// and ftp://. Skip the *Note prefix.
8352 (Info-follow-nearest-node): Add new arg `fork'.
8353 (Info-try-follow-nearest-node): Add new arg `fork'.
8354 Call browse-url for http:// and ftp:// references.
8355 Set Info-reference-name for index entries.
8356 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
8357 Info-search-next, Info-history, Info-toc, clone-buffer.
8358 (Info-menu-update): Replace * by + in the *Note regexp.
8359 (Info-mode): Add documentation for Info-history, Info-toc,
8360 Info-search-case-sensitively, Info-search-next, clone-buffer.
8361 (Info-fontify-menu-headers): Remove fun. Move code to
8362 Info-fontify-node.
8363 (Info-fontify-node): Add docstring. Add local vars
8364 fontify-visited-p and not-fontified-p. If not-fontified-p is t
8365 then fontify header line, titles, menu headers, http and ftp
8366 references, refill paragraphs. If not-fontified-p is t or
8367 fontify-visited-p is t then fontify cross references, menu items.
8368 Fontify menu headers. Fontify http and ftp references.
8369 Change regexp for cross references to require whitespace after *Note,
8370 add matching groups for file and node names. Remove hack for quote.
8371 Use display property for Info-hide-note-references=t. Use fifth
8372 or fourth match for help-echo. Display visited nodes in a
8373 different face. Unhide file names of external references.
8374 Unhide newlines. Display visited menu items in a different face.
8375
8376 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
8377
8378 * progmodes/compile.el: Require CL.
8379 (compilation-mode-font-lock-keywords): Re-install the "line as
8380 function" patch.
8381
8382 * help-fns.el (help-C-source-directory): New var.
8383 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8384 (describe-function-1, describe-variable): Use them.
8385
8386 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8387 to C source files specially.
8388
8389 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
8390
8391 * info.el (Info-hide-cookies-node): New function.
8392 (Info-select-node): Use it.
8393 (Info-display-images-node): Remove message with image file name.
8394
8395 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
8396
8397 * progmodes/compile.el (compilation-warning-face)
8398 (compilation-info-face, compilation-skip-threshold)
8399 (compilation-skip-visited, compilation-context-lines):
8400 Declare :version when added to Emacs.
8401 (compilation-error-regexp-alist-alist): Extend caml and irix.
8402 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8403 (compilation-mode-font-lock-keywords): Temporarily undo line as
8404 function patch, which wasn't ready.
8405
8406 2004-04-07 Kenichi Handa <handa@m17n.org>
8407
8408 * international/latin1-disp.el (latin1-display-setup): Check each
8409 character is displayable or not instead of calling
8410 latin1-display-check-font.
8411
8412 2004-04-06 Kenichi Handa <handa@m17n.org>
8413
8414 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8415 New variable.
8416 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8417 instead of sera-being-called-by-w3.
8418 (ethio-fidel-to-sera-buffer): Likewise.
8419 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8420 instead of sera-being-called-by-w3.
8421 (ethio-write-file): Likewise.
8422
8423 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8424
8425 * printing.el: Doc fix.
8426
8427 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8428
8429 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8430 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8431 (gdb-setup-windows): Only use separate IO buffer if required.
8432
8433 2004-04-06 Kim F. Storm <storm@cua.dk>
8434
8435 * term.el (term-is-xemacs): Remove.
8436 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8437 (term-window-width): New function.
8438 (term-mode, term-check-size): Use it.
8439 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8440
8441 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8442
8443 * cus-edit.el (custom-add-parent-links): Change unbound variable
8444 `symbol' to `name'.
8445
8446 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8447 * info.el (info-apropos): New function.
8448 (Info-mode-menu): Add it.
8449 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8450
8451 * help-mode.el (help-make-xrefs): Recognize aliased variable with
8452 inherited docstring.
8453
8454 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8455
8456 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8459
8460 * progmodes/compile.el (font-lock): Don't require any more.
8461 (compilation-error-properties, compilation-start, compilation-sentinel)
8462 (compilation-filter, next-error): Use with-current-buffer.
8463 (compilation-skip-to-next-location, compilation-skip-threshold)
8464 (compilation-skip-visited): Move to silence the byte-compiler.
8465 (compilation-setup): Simplify.
8466 (compilation-next-error): Use line-(beginning|end)-position.
8467 Make sure `pt' is non-nil before using compilation-loop.
8468 (compile-goto-error): Add optional event arg. Use it.
8469 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8470 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8471 Update the binding for mouse-2.
8472 (first-error): Set compilation-current-error to nil rather than bob.
8473 (compilation-parsing-end, compilation-parse-errors-function)
8474 (compilation-error-list, compilation-old-error-list):
8475 "New" compatibility variables.
8476 (compile-buffer-substring, compilation-compat-error-properties)
8477 (compilation-compat-parse-errors, compilation-forget-errors):
8478 New compatibility functions.
8479 (compilation-mode-font-lock-keywords): Use them.
8480
8481 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8482
8483 * autorevert.el (auto-revert-handler): If point (or a window
8484 point) is at the end of the buffer, keep it there after
8485 reverting. This allows to tail a file.
8486 Mention this in the `Commentary'.
8487
8488 * format.el (format-write-file): Add optional argument CONFIRM
8489 and make it behave like the analogous argument to `write-file'.
8490
8491 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8492
8493 * progmodes/ebnf2ps.el: Doc fix.
8494 (ebnf-version): New version number (4.2).
8495 (ebnf-syntax): Customization and docstring fix.
8496 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8497 Put autoloaded funs before first use.
8498 (ebnf-style-database): Add dtd entry.
8499 (ebnf-syntax-alist): Add dtd initialization.
8500 (ebnf-token-sequence): New fun.
8501 (ebnf-comment-table): Add new comment action character.
8502 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8503
8504 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8505 Type Definition for XML).
8506
8507 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8508 * progmodes/ebnf-bnf.el (ebnf-sequence):
8509 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8510 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8511 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8512 Code simplification: call ebnf-token-sequence.
8513
8514 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8515
8516 * calendar/timeclock.el (timeclock-relative)
8517 (timeclock-get-project-function, timeclock-get-workday-function)
8518 (timeclock-query-out, timeclock-when-to-leave)
8519 (timeclock-when-to-leave-string, timeclock-log-data)
8520 (timeclock-generate-report, timeclock-in): Doc fixes.
8521
8522 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * url/: New dir. Import the URL package from its repository.
8525
8526 2004-04-03 Andreas Schwab <schwab@suse.de>
8527
8528 * diff-mode.el (diff-mode): Fix missing quote.
8529
8530 2004-04-03 Juri Linkov <juri@jurta.org>
8531
8532 * descr-text.el (describe-property-list): Add `font-lock-face'.
8533
8534 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8535
8536 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8537
8538 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8539 Use utf-16le on little endian machines and utf-16be otherwise.
8540
8541 2004-04-02 David Kastrup <dak@gnu.org>
8542
8543 * net/browse-url.el (browse-url-generic): Use call-process
8544 instead of start-process to allow browsers that fork and detach.
8545
8546 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8547
8548 * compile.el (compilation-current-error): New var.
8549 (compilation-setup, compile-mouse-goto-error)
8550 (compile-goto-error, next-error): Use it.
8551 (compilation-skip-to-next-location): Default to t, which gives
8552 contiguous skipping like old compile (where this was redundant).
8553 (compilation-next-error): Prevent previous-* commands from moving
8554 back to message at or just before point.
8555
8556 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8557
8558 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8559 (gdb-source-info): Don't display source at startup, if required.
8560 (gdb-show-main): New option.
8561 (gdba): Update documentation.
8562 (gdb-source): Cover case of auto-display output.
8563
8564 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8565
8566 * autorevert.el: Delete obsolete autoload's and defvar's.
8567 (auto-revert-check-vc-info): New user option.
8568 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8569 (auto-revert-handler-vc): Delete.
8570 (auto-revert-handler): Treat return value `fast' of
8571 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8572
8573 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8574 return `fast'.
8575
8576 * files.el (buffer-stale-function): Doc change.
8577
8578 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8579
8580 * printing.el: New tip on Tips section.
8581 (pr-version): New version number (6.7.4).
8582 (pr-shell-file-name): Initialization fix.
8583
8584 2004-03-31 Juri Linkov <juri@jurta.org>
8585
8586 * dired.el: Add autoload for `dired-do-touch'.
8587 (dired-touch-program): New var.
8588 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8589 (dired-no-confirm): Add `touch' to docstring.
8590
8591 * dired-aux.el (dired-do-touch): New fun.
8592 (dired-do-chxxx): Add argument -t for touch operation.
8593
8594 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8595 `dired-move-to-filename-regexp'.
8596
8597 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8598
8599 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8600
8601 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8602
8603 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8604 and only if the buffer was modified.
8605
8606 2004-03-30 Kenichi Handa <handa@m17n.org>
8607
8608 * international/characters.el: Delete pairs for U+2308..U+230B.
8609
8610 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8611
8612 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8613 to detect the beginning of a level 2 or 3 annotation.
8614
8615 2004-03-29 Kenichi Handa <handa@m17n.org>
8616
8617 * international/ucs-tables.el (ucs-insert): Fix the error message.
8618
8619 2004-03-29 Kenichi Handa <handa@m17n.org>
8620
8621 * international/mule-util.el (char-displayable-p): Fix generation
8622 of XLFD file name.
8623
8624 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8625 before finding directories by `find'.
8626
8627 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * subr.el (interactive-form): Delete. Now implemented in C.
8630
8631 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8632
8633 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8634 (vc-diff-label): New fun.
8635 (vc-diff-internal): Use it.
8636
8637 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8638
8639 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8640
8641 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8642
8643 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8644 specify XML (EBNFX).
8645
8646 * progmodes/ebnf2ps.el: Doc fix.
8647 (ebnf-version): New version number (4.1).
8648 (ebnf-syntax): Adjust customization.
8649 (ebnf-style-database): Add ebnfx entry.
8650 (ebnf-syntax-alist): Add ebnfx initialization.
8651 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8652
8653 * printing.el: Doc fix.
8654 (pr-version): New version number (6.7.3).
8655 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8656 returns nil for mouse position. Reported by Drew Adams
8657 <drew.adams@oracle.com>.
8658 (pr-update-menus): Modify interactive declaration. Reported by Drew
8659 Adams <drew.adams@oracle.com>.
8660
8661 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8662
8663 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8664 (gud-gdba-marker-filter): Log the process input and output, if
8665 required. From Stefan Monnier.
8666 (gdb-debug-log, gdb-enable-debug-log): New variables.
8667 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8668
8669 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8672 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8673
8674 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8675
8676 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8677 Call vc-find-file-hook here instead of in auto-revert-buffers.
8678 (auto-revert-buffers): Delete call to vc-find-file-hook.
8679 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8680 (global-auto-revert-mode, auto-revert-set-timer)
8681 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8682
8683 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8684
8685 * woman.el (woman-change-fonts): Rename local variable
8686 woman-font-alist to font-alist to avoid a compiler warning.
8687
8688 2004-03-27 Dave Love <fx@gnu.org>
8689
8690 * emacs-lisp/rx.el (rx): Doc fix.
8691 Fix copyright years.
8692
8693 * strokes.el (strokes-global-set-stroke-string): New function.
8694 (strokes-list-strokes): Cope with strings, not just commands.
8695 Set foreground colour of image.
8696 (strokes-global-set-stroke): Doc fix.
8697
8698 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8699
8700 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8701 Auto Revert mode.
8702 (Buffer-menu-files-only): New variable.
8703 (Buffer-menu-toggle-files-only): New function.
8704 (Buffer-menu-mode-map): Bind it to `T'.
8705 (Buffer-menu-mode): Mention `T' in docstring.
8706 Set buffer-stale-function.
8707 (list-buffers-noselect): Mark buffer non-modified and set
8708 Buffer-menu-files-only.
8709
8710 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8711
8712 * autorevert.el (auto-revert-handler): Print revert message
8713 before, rather than after, reverting.
8714 (buffer-stale-function): Move to files.el.
8715
8716 * files.el (buffer-stale-function): Move here from autorevert.el.
8717
8718 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8721
8722 * calc/calc.el (calc-mode-map): Use mapc.
8723
8724 * apropos.el (apropos-mode): Don't autoload.
8725 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8726 (apropos): Use it.
8727 (apropos-print): Add optional `text' argument.
8728 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8729 Don't assume point-min == 1.
8730
8731 * bs.el (bs-buffer-list): Use buffer-local-value.
8732 (bs--set-toggle-to-show): Use with-current-buffer.
8733
8734 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8735 New funs.
8736 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8737
8738 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8739
8740 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8741 (dabbrev--find-expansion): Use pop.
8742 (dabbrev--search): Use match-string-no-properties.
8743
8744 * dired.el (dired-mode): Use run-mode-hooks.
8745 (dired-move-to-end-of-filename): Use match-string.
8746
8747 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8748 is bound before using it.
8749 (ediff-verbose-p): Make it into a var since it's not constant.
8750
8751 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8752
8753 * faces.el (read-face-font): Don't cons up unnecessarily.
8754 (header-line, tool-bar): Share common parts.
8755
8756 * files.el (file-relative-name): Use compare-strings.
8757
8758 * finder.el (finder-mode): Follow coding convention.
8759
8760 * subr.el (read-number): New function.
8761
8762 * ses.el (ses-read-number): Move to subr.el.
8763 (ses-set-header-row): Use read-number.
8764
8765 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8766
8767 * vc-hooks.el (vc-arg-list): New function, which handles both
8768 compiled and uncompiled code.
8769 (vc-default-workfile-unchanged-p): Use it.
8770
8771 * vc.el (vc-print-log): Undo prev change, use new function
8772 vc-arg-list from vc-hooks.el.
8773
8774 2004-03-26 Masatake YAMATO <jet@gyve.org>
8775
8776 * simple.el (completion-setup-function): Emphasize the
8777 first uncommon characters in the completions; and de-emphasize
8778 the common prefix substrings.
8779 (completion-emphasis): New face.
8780 (completion-de-emphasis): New face.
8781
8782 2004-03-25 Juanma Barranquero <lektu@terra.es>
8783
8784 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8785 Comment out (it's unused and unfinished code).
8786
8787 2004-03-25 Sam Steingold <sds@gnu.org>
8788
8789 * vc.el (vc-print-log): Fix a bug in the last patch:
8790 backend-function may be a byte-compiled object, not a lambda.
8791
8792 2004-03-25 Juri Linkov <juri@jurta.org>
8793
8794 * descr-text.el (describe-property-list): Add a button
8795 for `face' property that calls `describe-face'.
8796 Suggested by luis fernandes <elf@ee.ryerson.ca>
8797
8798 * international/mule.el (keyboard-coding-system):
8799 * kmacro.el (kmacro-call-macro): Fix docstring.
8800
8801 * dired.el: Fix comments.
8802
8803 * textmodes/fill.el (fill): Fix Info link.
8804
8805 * font-lock.el (fast-lock, lazy-lock):
8806 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8807 Info node.
8808
8809 * eshell/eshell.el (eshell): Fix broken info-link.
8810
8811 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8812 * eshell/em-banner.el (eshell-banner):
8813 * eshell/em-smart.el (eshell-smart):
8814 * eshell/esh-cmd.el (eshell-cmd):
8815 Comment out broken info-links to incomplete Info manual.
8816
8817 * info-xref.el: Fix commentary.
8818
8819 2004-03-25 Kevin Ryde <user42@zip.com.au>
8820
8821 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8822 Remove spurious node duplicate suppression, doesn't work, not wanted.
8823 (info-xref-output): Take format style args, add "sit-for 0" to let
8824 user see the results as they progress.
8825 (info-xref-check-all-custom): New function.
8826
8827 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8828
8829 * gdb-ui.el: Moved to progmodes.
8830
8831 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8834
8835 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8836
8837 * calendar/appt.el (appt-check): Remove superfluous progn.
8838 When finished with diary buffer: if it was not being displayed
8839 before, kill it; otherwise restore its original state.
8840 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8841
8842 * calendar/calendar.el (calendar-set-mode-line): Use total
8843 available mode-line width, rather than frame-width.
8844
8845 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8846 after mode change so effect not lost.
8847
8848 2004-03-23 Dave Love <fx@gnu.org>
8849
8850 * dired.el (dired) <defgroup>: Add link to manual.
8851 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8852 (dired-revert): Use dolist.
8853 (dired-mode-map): Add U binding.
8854 (dired-mode): Add font-lock-beginning-of-syntax-function.
8855 (dired-garbage-files-regexp): Make it a defcustom.
8856
8857 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8858
8859 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8860 is equivalent to nil.
8861 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8862 (vc-arch-mode-line-string): Accept `added' state.
8863 (vc-arch-state): Use inode-sigs if available.
8864 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8865 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8866 (vc-arch-tagline-re): New var.
8867 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8868 New functions.
8869 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8870 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8871
8872 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8873 (vc-file-not-found-hook): Use it.
8874
8875 * diff-mode.el (diff-default-read-only): Change default.
8876 (diff-mode-hook): Make it a defcustom. Add some options.
8877 (diff-mode-map): Bind diff-refine-hook.
8878 (diff-yank-handler): New var.
8879 (diff-yank-function): New fun.
8880 (diff-font-lock-keywords): Use them.
8881 (diff-end-of-file): Handle case where file-header looks like diff text.
8882 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8883 (diff-file-kill): Delete a subsequent empty line, if applicable.
8884 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8885 (diff-find-file-name): Use it.
8886 (diff-tell-file-name): New command.
8887 (diff-mode): Be careful with view-mode.
8888 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8889 New functions, for use in diff-mode-hook.
8890 (diff-find-source-location): Catch "regex too large" errors.
8891 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8892 (diff-refine-hunk): New command.
8893
8894 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8895 (smerge-context-menu-map): Remove unused var.
8896 (smerge-keep-all): Preserve markers.
8897 (smerge-keep-n): New fun.
8898 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8899 (smerge-keep-current, smerge-ediff): Use it.
8900 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8901 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8902 (smerge-resolve): Resolve trivial 3-part conflicts.
8903
8904 2004-03-23 Juri Linkov <juri@jurta.org>
8905
8906 * man.el (Man-width): New var.
8907 (Man-getpage-in-background): Use it.
8908 (Man-support-local-filenames): New var and fun.
8909 (Man-build-man-command): Don't add a second %s.
8910 (Man-fontify-manpage): Clean up message.
8911 (Man-mode): Set outline-regexp, outline-level,
8912 imenu-generic-expression.
8913
8914 * woman.el (woman-fill-frame): Doc fix.
8915 (woman-decode-region): Use window-width instead of frame-width.
8916
8917 * abbrevlist.el (list-one-abbrev-table):
8918 * descr-text.el (describe-char):
8919 * international/mule-diag.el (describe-current-coding-system):
8920 * international/quail.el (quail-insert-decode-map):
8921 Use window-width instead of frame-width.
8922
8923 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8924 (jka-compr-mode-alist-additions): Add tbz.
8925 (jka-compr-write-region, jka-compr-insert-file-contents):
8926 Add message for undefined compress-program.
8927 (jka-compr-write-region): Remove redundant var bindings.
8928
8929 * dired-x.el (dired-guess-shell-alist-default): Add choices for
8930 extracting files into subdirectory. Add tbz and dz. Fix regexps.
8931 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8932 (dired-man): Use dired-guess-shell-command.
8933 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8934 Change default nil to t.
8935
8936 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8937 (dired-compare-directories): Add default value for empty input.
8938
8939 * help-at-pt.el: Move suggestions for key bindings to Commentary.
8940
8941 * time.el (display-time-string-forms): Fix help-echo date format.
8942
8943 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
8944
8945 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8946 (buffer-stale-function): New variable.
8947 (auto-revert-list-diff, auto-revert-dired-file-list)
8948 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8949 (auto-revert-handler): Take over some functionality of deleted
8950 functions.
8951 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8952
8953 * dired.el (dired-directory-changed-p): New fun, extracted from
8954 dired-internal-noselect.
8955 (dired-buffer-stale-p): New fun.
8956 (dired-internal-noselect): Use dired-directory-changed-p.
8957 Eliminate revert messages.
8958 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8959
8960 2004-03-23 Kenichi Handa <handa@m17n.org>
8961
8962 * international/characters.el: Setup syntaxes for more parentheses
8963 Unicode characters.
8964
8965 * international/mule-cmds.el (select-safe-coding-system):
8966 Merge coding-system and auto-cs before comparing them.
8967
8968 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8971
8972 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8973 normal-auto-fill-function and comment-indent-function.
8974 The default values now work just as well.
8975 Don't set font-lock-beginning-of-syntax-function since we already set
8976 syntax-begin-function.
8977 (lisp-outline-level): Put ;;;###autoload at same level as (.
8978 (prin1-char): Quote special chars.
8979
8980 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8981 than with-no-warnings.
8982
8983 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8984 if the source location can't be found.
8985 (edebug-compute-previous-result): Use prin1-char.
8986
8987 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8988 (debug-ignored-errors): Add an entry.
8989
8990 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8991 (byte-compile-file): Output warning when deleting a file.
8992
8993 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8994 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8995
8996 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8997 (byte-compile-inline-expand): Use backquote.
8998 (byte-optimize-pure-func): Rename from byte-optimize-concat.
8999 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
9000
9001 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
9002
9003 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
9004
9005 2004-03-22 Juri Linkov <juri@jurta.org>
9006
9007 * finder.el (finder-known-keywords): Fix data, tex, unix.
9008
9009 * play/landmark.el: Fix keywords.
9010
9011 * language/ethio-util.el (ethio-find-file): Doc fix.
9012
9013 * emacs-lisp/warnings.el: Doc fix.
9014
9015 * textmodes/ispell.el (ispell-help): Doc fix.
9016
9017 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
9018
9019 * format.el (format-insert-file): Always return a list of two
9020 elements, like insert-file-contents does.
9021
9022 2004-03-21 Andre Spiegel <spiegel@gnu.org>
9023
9024 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
9025 and vc-BACKEND-diff.
9026 (vc-print-log): If the print-log implementation supports it, use
9027 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
9028 (vc-version-diff, vc-diff-internal): Doc fixes.
9029
9030 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
9031 implementation supports it, let diff output go to *vc*,
9032 not *vc-diff*, since this is an internal call.
9033
9034 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
9035
9036 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
9037
9038 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
9039
9040 2004-03-21 Dave Love <fx@gnu.org>
9041
9042 * progmodes/cfengine.el (cfengine-mode):
9043 Set parse-sexp-ignore-comments.
9044
9045 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
9046
9047 2004-03-21 Juanma Barranquero <lektu@terra.es>
9048
9049 * allout.el (allout-mode): Fix docstring.
9050
9051 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
9052
9053 * files.el (insert-directory): Fix bug if SWITCHES is a list.
9054
9055 * autorevert.el (auto-revert-interval): Make new value take
9056 effect immediately when set through Custom.
9057 (auto-revert-set-timer): Add interactive declaration.
9058
9059 2004-03-19 David Ponce <david@dponce.com>
9060
9061 * ruler-mode.el (ruler-mode-header-line-format-old):
9062 Don't `make-variable-buffer-local'.
9063 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
9064 (ruler-mode-header-line-format): Simply funcall the above.
9065 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
9066 to save/restore a previous header line format.
9067 (ruler-mode-space): Don't depend on a numeric WIDTH value.
9068 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
9069 fringes and margins width.
9070 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
9071
9072 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * log-edit.el (log-edit-font-lock-keywords): Typo.
9075
9076 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
9077 (tex-send-tex-command): Rather than here.
9078 (tex-compilation-parse-errors): Simplify.
9079
9080 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
9081
9082 * time.el (display-time-string-forms): Add help-echo with date on time.
9083
9084 * composite.el (compose-region): Use restore-buffer-modified-p.
9085
9086 * disp-table.el (standard-display-8bit): Simplify.
9087
9088 * server.el (server-process-filter): Delete temp frame.
9089
9090 * add-log.el (add-change-log-entry): Simplify.
9091
9092 2004-03-19 Kim F. Storm <storm@cua.dk>
9093
9094 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
9095 (hexl-follow-line): Don't require 'fringe.
9096
9097 * progmodes/compile.el (compilation-start): Always set
9098 compilation-last-buffer and return it.
9099
9100 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
9101
9102 * simple.el (clone-buffer): Doc fix.
9103
9104 2004-03-18 Juanma Barranquero <lektu@terra.es>
9105
9106 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
9107
9108 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9109
9110 * log-edit.el (log-edit-font-lock-keywords): New var.
9111 (log-edit-mode): Use it.
9112
9113 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
9114
9115 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
9116 properly for watching in speedbar.
9117
9118 2004-03-17 Masatake YAMATO <jet@gyve.org>
9119
9120 * smerge-mode.el (smerge-popup-context-menu):
9121 Put `unwind-protect' around `overlay-put' and `popup-menu'.
9122
9123 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9124
9125 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
9126 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
9127 Take sealed revisions into account.
9128 (vc-arch-checkin): Extract a summary line from the message.
9129
9130 2004-03-16 Masatake YAMATO <jet@gyve.org>
9131
9132 * register.el (register): Provide `register' feature.
9133
9134 2004-03-15 Masatake YAMATO <jet@gyve.org>
9135
9136 Added context menu support in smerge mode.
9137 Most of the part is written by Stefan Monnier.
9138
9139 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
9140 New keymap and menu.
9141 (smerge-text-properties): New function.
9142 (smerge-remove-props): New function.
9143 (smerge-popup-context-menu): New function.
9144 (smerge-resolve): Call `smerge-remove-props'.
9145 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
9146 (smerge-keep-current): Ditto.
9147 (smerge-kill-current): New function.
9148 (smerge-match-conflict): Put text properties.
9149 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
9150
9151 2004-03-15 David Ponce <david@dponce.com>
9152
9153 * ruler-mode.el: (ruler-mode-left-fringe-cols)
9154 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
9155 (ruler-mode-right-scroll-bar-cols): Remove.
9156 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
9157 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
9158 Use fringe-columns and scroll-bar-columns.
9159
9160 2004-03-15 Masatake YAMATO <jet@gyve.org>
9161
9162 * hl-line.el (hl-line-range-function): New variable.
9163 (hl-line-move): New function.
9164 (global-hl-line-highlight): Use `hl-line-move'.
9165 (hl-line-highlight): Ditto.
9166
9167 * scroll-bar.el (scroll-bar-columns):
9168 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9169
9170 * ruler-mode.el (top-level): Require scroll-bar and fringe.
9171 (ruler-mode-left-fringe-cols)
9172 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
9173 (ruler-mode-right-scroll-bar-cols)
9174 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
9175 (ruler-mode-ruler-function): New variable.
9176 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
9177 if the value for `ruler-mode-ruler-function'is given.
9178
9179 * hexl.el (hexl-mode-hook): Make the hook customizable.
9180 (hexl-address-area, hexl-ascii-area): New customize variables.
9181 (hexlify-buffer): Put font-lock-faces on the address area and
9182 the ascii area.
9183 (hexl-activate-ruler): New function.
9184 (hexl-follow-line): New function.
9185 (hexl-highlight-line-range): New function.
9186 (hexl-mode-ruler): New function.
9187
9188 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
9191 (vc-default-find-file-hook): New fun.
9192 (vc-find-file-hook): Call new find-file-hook operation.
9193
9194 * vc-arch.el: New file.
9195
9196 2004-03-12 Jesper Harder <harder@ifa.au.dk>
9197
9198 * info-look.el (info-lookup): Reuse an existing Info window.
9199
9200 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9201
9202 * woman.el (woman-preserve-ascii): Default value changed to t and
9203 doc string revised.
9204
9205 2004-03-12 Richard M. Stallman <rms@gnu.org>
9206
9207 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
9208 Fix minor bug.
9209
9210 * replace.el (occur-engine): Change message for count of matches.
9211
9212 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
9213 For strings, do compare text properties.
9214
9215 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
9216
9217 * progmodes/compile.el (compile-auto-highlight)
9218 (compilation-error-list, compilation-old-error-list)
9219 (compilation-parse-errors-function, compilation-parsing-end)
9220 (compilation-error-message, compilation-directory-stack)
9221 (compilation-enter-directory-regexp-alist)
9222 (compilation-leave-directory-regexp-alist)
9223 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
9224 (compilation-current-file, compilation-regexps): Remove vars.
9225
9226 (compile-error-at-point, compilation-error-filedata)
9227 (compilation-error-filedata-file-name, compile-reinitialize-errors)
9228 (compilation-next-error-locus, compilation-forget-errors)
9229 (count-regexp-groupings, compilation-parse-errors)
9230 (compile-collect-regexps, compile-buffer-substring): Remove funs.
9231
9232 (compile-internal): Make obsolete.
9233
9234 (compilation-first-column, compilation-error)
9235 (compilation-directory-matcher, compilation-page-delimiter)
9236 (compilation-mode-font-lock-keywords, compilation-debug)
9237 (compilation-error-face, compilation-warning-face)
9238 (compilation-info-face, compilation-line-face)
9239 (compilation-column-face, compilation-enter-directory-face)
9240 (compilation-leave-directory-face, compilation-skip-threshold)
9241 (compilation-skip-visited, compilation-context-lines): New vars.
9242
9243 (compilation-warning-face, compilation-info-face)
9244 (compilation-message-face): New faces.
9245
9246 (compilation-error-regexp-alist-alist): New constant.
9247
9248 (compilation-face, compilation-directory-properties)
9249 (compilation-assq, compilation-error-properties, compilation-start)
9250 (define-compilation-mode, compilation-loop)
9251 (compilation-set-window): New functions.
9252
9253 (compile): Additional argument for interactive compiles like TeX.
9254
9255 * progmodes/grep.el (kill-grep): Move here from compile.el
9256 (grep-error, grep-hit-face, grep-error-face)
9257 (grep-mode-font-lock-keywords): New variables.
9258 (grep-regexp-alist): Simplify regexp and add `binary' case.
9259 (grep-mode): New mode.
9260 (grep-process-setup): Simplify.
9261
9262 2004-03-11 Jason Rumney <jasonr@gnu.org>
9263
9264 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
9265 letters on DOS/Windows.
9266
9267 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * server.el (server-name): New var.
9270 (server-socket-dir): New var to replace server-socket-name.
9271 (server-start): Use them.
9272
9273 2004-03-11 Simon Josefsson <jas@extundo.com>
9274
9275 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
9276 died to avoid infloop. Reported by Jonathan Glauner
9277 <jglauner@sbum.org>.
9278
9279 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
9282 (smerge-mode-menu): Use it to deactivate menu entries.
9283 (smerge-keep-current): New fun.
9284 (smerge-keep-current): Use it.
9285
9286 2004-03-10 John Paul Wallington <jpw@gnu.org>
9287
9288 * foldout.el (foldout-fold-list, foldout-modeline-string):
9289 Declare them as variables, not constants.
9290
9291 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9292
9293 * ps-print.el: Modification to print *Messages* buffer.
9294 (ps-print-version): New version 6.6.4.
9295 (ps-message-log-max): New fun.
9296 (ps-spool-without-faces, ps-spool-with-faces)
9297 (ps-count-lines-preprint): Code fix.
9298
9299 * printing.el: New tips in Tips section.
9300
9301 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9302
9303 * delim-col.el: Doc fix.
9304
9305 * printing.el: Doc fix. New doc section (Tips).
9306
9307 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * type-break.el (type-break-emacs-variant): Remove.
9310 (type-break-run-at-time, type-break-cancel-function-timers):
9311 Use fboundp rather than version name and number.
9312
9313 2004-03-09 Masatake YAMATO <jet@gyve.org>
9314
9315 * hexl.el (hexl-mode): Use `make-local-variable' instead of
9316 `make-variable-buffer-local'.
9317
9318 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
9319
9320 * find-dired.el (find-dired): Call `shell-command' instead of
9321 `start-process-shell-command'. By this, Tramp takes over
9322 handling of remote directories.
9323
9324 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * newcomment.el (comment-use-global-state): New var.
9327 (comment-search-forward): Use it.
9328
9329 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
9330
9331 * cus-edit.el (fill) <defgroup>: Move to fill.el.
9332
9333 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
9334 (enable-kinsoku): Make it a defcustom.
9335 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
9336 paragraph to same-comment-start-marker.
9337
9338 2004-03-07 Dave Love <fx@gnu.org>
9339
9340 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
9341 (browse-url-mail): Use it.
9342
9343 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
9344 (rfc2368-unhexify-string): Use replace-regexp-in-string.
9345
9346 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
9347
9348 * woman.el (woman-man.conf-path): Doc fix.
9349 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
9350
9351 2004-03-07 Eli Zaretskii <eliz@gnu.org>
9352
9353 * sort.el (sort-columns): Remove ms-dos from the list of systems
9354 where the external `sort' command is not used.
9355
9356 2004-03-07 Kim F. Storm <storm@cua.dk>
9357
9358 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
9359 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
9360 from overlay-arrow-variable-list.
9361 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
9362
9363 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
9364
9365 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
9366 overlay arrow string properly for the assembler buffer.
9367
9368 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9369
9370 * mail/sendmail.el (mail-mode): Fix last change.
9371
9372 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
9373
9374 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
9375 for the assembler buffer.
9376 (gdb-assembler-custom): Position the overlay arrow.
9377 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9378
9379 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9382
9383 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9384 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9385
9386 * mail/sendmail.el (mail-mode): Set comment-start-skip.
9387
9388 * newcomment.el (uncomment-region): Allow non-terminated comment.
9389 (comment-normalize-vars): Check the user-specified comstart marker.
9390
9391 2004-03-04 Jesper Harder <harder@ifa.au.dk>
9392
9393 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9394 Otherwise, do use it if the region only contains font-lock text
9395 properties.
9396
9397 2004-03-04 Masatake YAMATO <jet@gyve.org>
9398
9399 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9400 as the callback function for eldoc.
9401 (hexl-print-current-point-info): New function.
9402 (hexl-current-address): Print the address in both decimal
9403 and hexadecimal format.
9404
9405 2004-03-04 Richard M. Stallman <rms@gnu.org>
9406
9407 * mail/rmail.el (rmail-convert-to-babyl-format):
9408 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9409
9410 * mail/mail-utils.el (mail-unquote-printable-region):
9411 New arg UNIBYTE.
9412
9413 * startup.el (command-switch-alist): Doc fix.
9414
9415 * simple.el (undo): Temporarily set this-command to `undo-start',
9416 then set it to `undo' once undo-start returns without error.
9417
9418 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9419
9420 * simple.el (kill-line): Don't disregard trailing whitespace
9421 in eol condition, if show-trailing-whitespace is set.
9422
9423 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9424 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9425 When disabling, restore old values only if mouse-sel-has-been-enabled.
9426
9427 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9428 (isearch-{-char): New function.
9429 (isearch-mode-map): Bind { to isearch-{-char.
9430
9431 * font-lock.el (lisp-font-lock-keywords-2):
9432 Turn off the CL with-... and do-... general patterns.
9433 Instead, recognize several specific with... and do... constructs.
9434
9435 * files.el (switch-to-buffer-other-window):
9436 Bind same-window-buffer-names and same-window-regexps to nil.
9437 (switch-to-buffer-other-frame): Likewise.
9438
9439 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9442 recognizing leading comment on code line.
9443
9444 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9447 hidden files/directories.
9448
9449 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9450
9451 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9452 only comment-start (in case the mode hasn't set it).
9453
9454 * Makefile.in (AUTOGENEL): New var.
9455 (bootstrap-prepare): Rename from bootstrap-clean.
9456 Don't remove elc files.
9457 (maintainer-clean): New target.
9458
9459 * xml.el (xml-get-attribute-or-nil): Simplify.
9460
9461 2004-03-02 Juri Linkov <juri@jurta.org>
9462
9463 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9464 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9465 URL to prevent their substitution with the environment variable
9466 values by browsers.
9467
9468 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9469
9470 * ps-print.el: Doc fix.
9471 (ps-print-version): New version number (6.6.3).
9472 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9473 Docstring fix.
9474 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9475 before printing.
9476 (ps-time-stamp-yyyy-mm-dd): New fun.
9477 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9478
9479 2004-03-02 Kim F. Storm <storm@cua.dk>
9480
9481 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9482
9483 2004-03-01 Juanma Barranquero <lektu@terra.es>
9484
9485 * allout.el (allout-rebullet-heading): Fix typo in docstring.
9486
9487 * desktop.el (desktop-file-version)
9488 (desktop-after-read-hook): Fix typos.
9489 (desktop-clear-preserve-buffers): Remove redundant info in
9490 docstring already shown by the obsolescence message.
9491 (desktop-truncate, desktop-internal-v2s)
9492 (desktop-value-to-string): Change argument name to match docstring.
9493
9494 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9495
9496 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9497 docstring.
9498
9499 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9500
9501 * printing.el: Replace "As Is..." in PostScript file print/preview by
9502 "No Preprocessing...". Suggested by Colin Marquardt
9503 <_marquardt_@zmd.de>.
9504 (pr-insert-section-4): Adjust buffer interface.
9505
9506 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9507
9508 Version 2.0.39 of Tramp released.
9509
9510 * net/tramp.el (tramp-handle-file-local-copy)
9511 (tramp-handle-write-region, tramp-open-connection-rsh):
9512 Variable name typo. Small change. From Patrick Tullmann
9513 <tullmann@flux.utah.edu>.
9514 (tramp-process-connection-type): New variable.
9515 (tramp-maybe-open-connection): Use it.
9516 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9517 (tramp-touch): Set last-modified time of a remote file.
9518 (tramp-handle-write-region): Say which function is used when encoding.
9519
9520 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9521
9522 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9523 case of non-existing filename, too. Reported by Christoph Bauer
9524 <c_bauer@informatik.uni-kl.de>.
9525 (tramp-smb-get-file-entries): The directory in question should
9526 have permissions "drwxrwxrwx". Just virtual, because we don't
9527 know the real permissions. Don't we know?
9528 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9529 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9530 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9531 output. If it was received chunkwise, there have been problems.
9532 Remove the "prompt not found" error message; it is obvious.
9533 Simplify algorithm.
9534 (tramp-smb-process-running): Remove. Since we acknowledge the
9535 virtual prompt for shares, there's no need for distinction of
9536 reading shares (process ends afterwards) and interactive mode of
9537 smblient.
9538 (tramp-smb-open-connection): Setting process sentinel removed.
9539 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9540 "NT_STATUS_NETWORK_ACCESS_DENIED".
9541 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9542 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9543 (top-level): Setting default value in `tramp-default-method-alist'
9544 corrected. Order of USER and HOST have been wrong.
9545 Nobody complained for months ...
9546 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9547 (tramp-smb-open-connection): Clear password cache if login has failed.
9548
9549 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9550 `tramp-unified-filenames'.
9551 (tramp-completion-mode): Make test for XEmacs explicitely.
9552 `event-to-character' can exists in Emacs packages too.
9553 Reported by Matt Swift <swift@alum.mit.edu>.
9554 (tramp-buffer-name): Buffer name must contain the user if exists.
9555 Reported by Adrian Phillips <a.phillips@met.no>.
9556 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9557 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9558 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9559 `tramp-do-copy-or-rename-file-one-local', because it handles also
9560 the case both files use the same out-of-band method.
9561 Implementation added.
9562 (tramp-handle-file-local-copy, tramp-handle-write-region):
9563 Out-of-band handling removed. `copy-file' called instead, which
9564 calls `tramp-do-copy-or-rename-file-out-of-band'.
9565 (tramp-action-password): Check for out-of-band method removed.
9566 This function is used for 'login-program.
9567 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9568 appropriate.
9569 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9570 and `tramp-parse-sknownhosts'.
9571 (tramp-completion-function-alist): It's a defvar now, because we
9572 want to apply the optimized `tramp-set-completion-function'
9573 instead of a static list.
9574 (tramp-set-completion-function): Implementation tuned.
9575 Avoid double entries, and entries where the function or the
9576 file/directory doesn't exist.
9577 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9578 for SSH2.
9579 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9580 (tramp-handle-dired-compress-file): New function.
9581 (tramp-async-proc): New variable.
9582 (tramp-handle-shell-command): Adding asynchronous processes.
9583 They are far from being perfect, but it works at least for
9584 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9585 (top-level): Require password.el if visible. Should be mandatory
9586 once No Gnus has found its way into (X)Emacs.
9587 (tramp-read-passwd): Invoke `password-read' if available,
9588 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9589 fallback any longer.
9590 (tramp-clear-passwd): New function.
9591 (tramp-process-actions, tramp-process-multi-actions):
9592 Clear password cache if login has failed.
9593
9594 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9595 its own module.
9596 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9597 `ange-ftp-ftp-name-res'. There could be incorrect values from
9598 previous calls in case the "ftp" method is used in the Tramp file
9599 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9600
9601 2004-02-28 Richard M. Stallman <rms@gnu.org>
9602
9603 * term.el (term-mouse-paste): Call mouse-set-point.
9604
9605 * thumbs.el: New file.
9606
9607 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9608
9609 * progmodes/ebnf-abn.el: Doc fix.
9610
9611 * progmodes/ebnf-bnf.el: Doc fix.
9612 (ebnf-repeat): Code fix.
9613
9614 * progmodes/ebnf2ps.el: Doc fix.
9615 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9616
9617 2004-02-28 Juri Linkov <juri@jurta.org>
9618
9619 * ffap.el (dired-at-point): Additional writability test for
9620 relative directory names.
9621 (dired-at-point-prompter): Treat directories as a directory, get
9622 the directory component from files.
9623 (ffap-string-at-point): Return string from region if region is active.
9624 (ffap-file-at-point): Remove redundant code.
9625
9626 2004-02-28 Kim F. Storm <storm@cua.dk>
9627
9628 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9629 Initialize margin area images to nil.
9630 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9631 (breakpoint-enabled-bitmap-face)
9632 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9633 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9634 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9635 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9636 (gdb-reset): Use gdb-remove-breakpoint-icons.
9637 (gdb-put-string): Add dprop arg to specify alternative display
9638 property (for setting fringe bitmap).
9639 (gdb-remove-strings): Doc fix.
9640 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9641 icon in fringe (if available), or else as icon or text in display
9642 margin. Creates necessary icons in breakpoint-bitmap,
9643 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9644 Also make left window margin if required.
9645 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9646 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9647 no longer needed.
9648 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9649 gdb-put-breakpoint-icon.
9650 (gdb-assembler-mode): Don't set left-margin-width here.
9651
9652 2004-02-27 Kevin Ryde <user42@zip.com.au>
9653
9654 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9655 comma, so that it DTRT in macros.
9656
9657 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9658
9659 * progmodes/sh-script.el (sh-shell-arg)
9660 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9661 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9662
9663 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9664
9665 * faces.el (face-spec-set-match-display): Add a new attribute,
9666 `min-colors'.
9667 (region, highlight, secondary-selection): Use `min-colors'.
9668
9669 * custom.el (defface): Add documentation for `min-colors'.
9670
9671 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9672 (font-lock-keyword-face, font-lock-function-name-face)
9673 (font-lock-variable-name-face, font-lock-constant-face):
9674 Use `min-colors'.
9675
9676 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9677
9678 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9679
9680 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9681 define assq-delete-all if it's not defined.
9682 (ebnf-generate-region): Code fix.
9683
9684 * printing.el: Doc fix.
9685 (pr-version): New version number (6.7.2).
9686 (pr-command): Return empty string if command is an empty string.
9687
9688 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9689
9690 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9691
9692 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9693 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9694 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9695 "tt" ["test"] ). Reported by Markus Dreyer
9696 <mdreyer@ix.urz.uni-heidelberg.de>.
9697 (ebnf-version): New version number (4.0).
9698 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9699 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9700 (ebnf-delete-style): New commands.
9701 (ebnf-directory, ebnf-file): New funs.
9702 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9703 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9704 (ebnf-syntax-alist): New var.
9705 (ebnf-element-width): New fun replacing ebnf-list-width.
9706 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9707 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9708 (ebnf-prologue): Adjust vars.
9709 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9710 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9711 (ebnf-check-style-values, ebnf-generate-production)
9712 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9713 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9714 (ebnf-token-repeat): Code fix.
9715
9716 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9717 %right, %left and %prec. Suggested by Matthew K. Junker
9718 <junker@alum.mit.edu>.
9719 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9720
9721 * progmodes/ebnf-iso.el: Doc fix.
9722 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9723 (ebnf-iso-lex): Code fix.
9724
9725 * progmodes/ebnf-bnf.el: Doc fix.
9726 (ebnf-bnf-lex): Code fix.
9727
9728 * progmodes/ebnf-otz.el: Doc fix.
9729
9730 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9731
9732 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9733 (abbrev-prefix-mark): Doc fix.
9734
9735 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9736
9737 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9738 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9739 (gdb-var-delete): Make interactive (really).
9740 (gdb-edit-value): Make non-interactive.
9741
9742 * progmodes/gud.el (gud-speedbar-menu-items):
9743 Add gdb-var-delete and, indirectly, gdb-edit-value.
9744 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9745 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9746 (gud-gdb-marker-filter): Add comment for annotations.
9747
9748 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9749
9750 * calendar/calendar.el (generate-calendar)
9751 (calendar-read-date): Prevent display of BC calendars once more -
9752 reverts 2003-10-01 change.
9753 (generate-calendar-month): Doc fix.
9754
9755 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9756
9757 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9758 return value of increment-calendar-month.
9759
9760 2004-02-21 Stephen Compall <s11@member.fsf.org>
9761
9762 * saveplace.el (save-place-forget-unreadable-files)
9763 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9764 (save-place-forget-unreadable-files): New function.
9765 (save-place-alist-to-file): Use it to filter out files that are
9766 no longer readable.
9767
9768 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9769 current Texinfo environment, using the same method as in
9770 `texinfo-insert-@end', and insert a space rather than a newline if
9771 point in a @table environment.
9772
9773 2004-02-21 Juri Linkov <juri@jurta.org>
9774
9775 * ffap.el (ffap-file-at-point): Try parent directories.
9776
9777 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9778
9779 * vcursor.el (vcursor-modifiers): New defcustom.
9780 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9781 hard-coded list.
9782
9783 2004-02-21 Masatake YAMATO <jet@gyve.org>
9784
9785 * play/animate.el (animate-birthday-present): Accept names other
9786 than `Sarah', too.
9787
9788 2004-02-21 Juri Linkov <juri@jurta.org>
9789
9790 * startup.el: Remove table of command line arguments from the
9791 Commentary section.
9792
9793 2004-02-20 John Wiegley <johnw@newartisans.com>
9794
9795 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9796 again" modifier from 'e' to 'E', since 'e' is also used by the
9797 "file extension" modifier.
9798
9799 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9800
9801 * help-fns.el (describe-categories): Doc fix.
9802
9803 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9804
9805 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9806 temporary file for buffer already visiting one. This change makes
9807 output likely to be directly usable by patch program.
9808 Suggested by Adrian Aichner <adrian@xemacs.org>
9809
9810 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9811
9812 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9813 case of variables defined in compound statements.
9814 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9815 Simplify constructions using switch-to-buffer.
9816
9817 2004-02-19 Simon Josefsson <jas@extundo.com>
9818
9819 * play/morse.el: Fix typo.
9820 (morse-code): Add @.
9821
9822 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9823
9824 * calendar/appt.el (appt-display-format): Change default to
9825 'ignore, for backwards compatibility.
9826 (appt-display-message): If appt-display-format is 'ignore,
9827 respect old vars appt-msg-window and appt-visible.
9828 (appt-activate): Don't depend on return value of cancel-timer.
9829
9830 * calendar/calendar.el (calendar-holidays): Doc fix.
9831
9832 * calendar/cal-coptic.el (coptic-prompt-for-date):
9833 Use assoc-string instead of assoc-ignore-case.
9834 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9835 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9836 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9837 * calendar/cal-islam.el (calendar-goto-islamic-date)
9838 (mark-islamic-diary-entries): Ditto.
9839 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9840 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9841 (calendar-read-mayan-tzolkin-date): Ditto.
9842 * calendar/calendar.el (calendar-read-date): Ditto.
9843 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9844
9845 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9846
9847 * progmodes/executable.el (executable-command-find-posix-p):
9848 Fix choice of the directory.
9849
9850 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9851
9852 * simple.el (interprogram-cut-function)
9853 (interprogram-paste-function, kill-new, kill-append):
9854 Doc fixes.
9855 (kill-region): Make it return nil. Doc fix.
9856 (yank-pop): Make its argument optional.
9857 (yank): Make ARG `-' equivalent to `-1'.
9858
9859 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9860
9861 * mail/rmail.el (rmail-get-new-mail): Don't reference
9862 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9863
9864 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9865
9866 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9867 if one of global-auto-revert-non-file-buffers or autorevert-mode
9868 is non-nil.
9869
9870 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9871
9872 * subr.el (delete-dups): A better implementation from Karl Heuer
9873 <kwzh@gnu.org>.
9874
9875 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9876
9877 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9878 correct place.
9879 * progmodes/icon.el (icon-indent-command): Ditto.
9880 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9881
9882 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9883
9884 * progmodes/grep.el (grep-compute-defaults): Undo change from
9885 2004-01-29: don't use executable-command-find-posix-p.
9886
9887 2004-02-16 Richard Sharman <rsharman@pobox.com>
9888
9889 * hilit-chg.el: Use require instead of eval-and-compile.
9890 (highlight-compare-buffers): New function.
9891
9892 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9893
9894 * man.el (Man-fontify-manpage): Render section headings in
9895 `Man-overstrike-face' even when overstrike was not used by man
9896 formatter for section headings.
9897
9898 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9899
9900 * rmail-spam-filter.el: (vm-use-spam-filter)
9901 (rsf-min-region-length-added-to-spam-list): New variables.
9902 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9903 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9904 spam testing. Don't delete spam message if automatic deletion
9905 after output via variable rmail-delete-after-output is turned on.
9906 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9907 rsf-bbdb-dont-create-entries-for-spam.
9908 (check-field): New function, extracted from code in
9909 rmail-spam-filter to ease addition of header fields like content-type.
9910 (message-content-type): New variable to check the content-type:
9911 field added, also in defcustom of rsf-definitions-alist.
9912 (rmail-spam-filter): Replace repeated test code for header fields
9913 by calls to check-field; change the call to
9914 rmail-output-to-rmail-file such that rmail-current-message stays
9915 the same to avoid wrong deletion of unseen flags.
9916 (rsf-add-contents-type): New function to convert old format
9917 of rmail-spam-definitions-alist into new one.
9918 Change prefixes of all variables and functions from
9919 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9920
9921 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9922
9923 * loadhist.el (unload-hook-features-list): New defvar.
9924
9925 2004-02-16 Dave Love <fx@gnu.org>
9926
9927 * loadhist.el (unload-feature): Doc fix. Rename flist to
9928 unload-hook-features-list.
9929
9930 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
9931
9932 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9933 cookie. Don't check if we are looking-at open-formula.
9934
9935 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9936
9937 * subr.el (match-string-no-properties): Use substring-no-properties.
9938
9939 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9940
9941 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9942 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9943 Use lower-case "rx" in all error message.
9944
9945 2004-02-16 Dave Love <fx@gnu.org>
9946
9947 * emacs-lisp/rx.el (rx-or): Put group around result.
9948 (rx-constituents): Add backref.
9949 (rx-syntax): Add string-delimiter, comment-delimiter.
9950 (rx-categories): Add combining-diacritic.
9951 (rx-check-not, rx-greedy, rx): Doc fix.
9952 (rx-backref, rx-check-backref): New.
9953
9954 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9955
9956 * newcomment.el (uncomment-region): Allow eob as comment end.
9957
9958 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9959
9960 * filecache.el: All message and error commands now use prefix
9961 "Filecache:" to make it easy to read *Messages* buffer.
9962
9963 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9964
9965 * autorevert.el: Add support to detect changed dired and VC buffers.
9966 (auto-revert-active-p, auto-revert-list-diff)
9967 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9968 (auto-revert-handler, auto-revert-active-p): New functions.
9969 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9970 and `auto-revert-active-p'.
9971 (eval-when-compile): Defvar dired-directory and vc-mode.
9972 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9973 (auto-revert-handler-vc): New functions.
9974
9975 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9976
9977 * progmodes/compile.el (compilation-directory): New defvar.
9978 (compile): Save current directory in compilation-directory.
9979 (recompile): Bind default-directory to compilation-directory if
9980 that is non-nil.
9981
9982 2004-02-16 Dave Love <fx@gnu.org>
9983
9984 * newcomment.el (comment-insert-comment-function)
9985 (comment-region-function, uncomment-region-function): New.
9986 (comment-indent): Use comment-insert-comment-function.
9987 (uncomment-region): Use uncomment-region-function.
9988 (comment-region): Use comment-region-function.
9989
9990 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9991
9992 2004-02-16 Richard Stallman <rms@gnu.org>
9993
9994 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9995 loaddefs* and ldefs-boot*.
9996
9997 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9998
9999 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
10000 and email address at the beginning and end of the address.
10001
10002 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
10003 anchored at the beginning of the email address.
10004
10005 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
10006
10007 * international/ccl.el (ccl-compile-write): Pass `left' to
10008 ccl-embed-code to generate correct code of write-expr-register.
10009
10010 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
10011
10012 * progmodes/grep.el (grep-compute-defaults): Fix typos.
10013
10014 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10015
10016 * x-dnd.el: Mention support for Motif in commentary.
10017 (x-dnd-handle-drag-n-drop-event): Ditto.
10018
10019 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
10020
10021 * ses.el: Use "ses--" prefixes for buffer-local variables.
10022 Use (point-min) instead of 1, even when we know the buffer
10023 is unnarrowed.
10024 (ses-build-load-map): Delete. Distribute its content to defconst's for
10025 the three maps.
10026 (ses-menu, ses-header-line-menu): New menus.
10027 (ses-mode-map): Use them.
10028 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
10029
10030 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
10031
10032 * Makefile.in: Fix the CC Mode recompile kludge so it works
10033 when building in a different directory.
10034
10035 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
10036
10037 * simple.el (kill-new): Put yank-handler property on the entire string.
10038
10039 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * diff.el: Don't use compile any more, use diff-mode instead.
10042 (diff-regexp-alist, diff-old-file, diff-new-file)
10043 (diff-parse-differences, diff-process-setup): Remove.
10044 (diff-sentinel): New fun.
10045 (diff): Use it. Run the process ourselves.
10046 Use diff-mode for the rest of the processing.
10047
10048 * diff.el (diff): Simplify code handling `switch'.
10049
10050 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * pcvs-defs.el (cvs-menu): Add `tag'.
10053
10054 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10055
10056 * simple.el (kill-append): Doc fix.
10057
10058 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10059 Adapt outline-regexp to the new conventions for commenting out code.
10060
10061 2004-02-11 John Paul Wallington <jpw@gnu.org>
10062
10063 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
10064
10065 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
10066
10067 * diff.el (diff-switches): New fun.
10068 (diff, diff-backup): Use it.
10069 (diff): Clean up the args construction. Use backquote.
10070 Use listp instead of consp to avoid putting a nil arg.
10071 (diff): Add a revert-buffer function.
10072
10073 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10074
10075 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
10076 handled by x-dnd-handle-file-name.
10077 (x-dnd-known-types): Add COMPOUND_TEXT.
10078 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
10079 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
10080 x-dnd-empty-state.
10081 (x-dnd-forget-drop): Ditto.
10082 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
10083 (x-dnd-handle-one-url): Return private when inserting text.
10084 (x-dnd-insert-ctext): New function.
10085 (x-dnd-handle-file-name): New function for FILE_NAME.
10086 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
10087 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
10088 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
10089
10090 2004-02-10 Kenichi Handa <handa@m17n.org>
10091
10092 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
10093 instead of while loop.
10094
10095 2004-02-10 Miles Bader <miles@gnu.org>
10096
10097 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
10098
10099 2004-02-09 Kenichi Handa <handa@m17n.org>
10100
10101 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
10102 have end-of-line.
10103
10104 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
10105
10106 * Makefile.in: Added extra dependencies in the recompile target
10107 needed to cope with the compile time macro expansions in CC Mode.
10108
10109 2004-02-09 Kim F. Storm <storm@cua.dk>
10110
10111 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
10112 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
10113 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
10114 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
10115 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
10116 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
10117 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
10118 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
10119 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
10120 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
10121 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
10122
10123 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10124
10125 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
10126 Don't allow shrink if there's a window on our right.
10127
10128 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
10129 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
10130 Bring together declaration and initialization.
10131 (prolog-mode-variables): Don't set the syntax table.
10132 Don't set paragraph-start and comment-indent-function.
10133 Add /*..*/ to the comment regexps.
10134 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
10135 (prolog-mode-map): Don't bind TAB.
10136 (prolog-mode): Set the syntax table.
10137 (prolog-comment-indent): Remove.
10138 (inferior-prolog-mode-map): Initialize in the declaration.
10139 (inferior-prolog-mode-syntax-table)
10140 (inferior-prolog-mode-abbrev-table): New vars.
10141 (inferior-prolog-mode): Derive from comint-mode.
10142 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
10143 minibuffer windows.
10144
10145 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
10146 in file names, as long as it is unabmiguous.
10147
10148 2004-02-08 Andreas Schwab <schwab@suse.de>
10149
10150 * textmodes/reftex-toc.el
10151 (reftex-toc-load-all-files-for-promotion): Remove useless use of
10152 format. Doc fix.
10153
10154 * textmodes/refer.el (refer-find-entry-internal): Remove extra
10155 format string arguments.
10156
10157 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
10158 string argument.
10159
10160 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
10161
10162 * play/zone.el (zone-call): Fix format string.
10163
10164 * net/webjump.el (webjump-builtin): Add missing format string argument.
10165
10166 * midnight.el (midnight-delay-set): Remove extra format string argument.
10167
10168 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
10169
10170 * hexl.el (hexl-insert-char): Add missing format string argument.
10171
10172 * format.el (format-decode): Fix format string.
10173
10174 * emulation/vi.el (vi-mode): Remove extra format string argument.
10175 (vi-repeat-last-search): Likewise.
10176 (vi-reverse-last-search): Likewise.
10177 (vi-goto-mark): Likewise.
10178 (vi-reverse-last-find-char): Likewise.
10179 (vi-repeat-last-find-char): Likewise.
10180 (vi-locate-def): Likewise.
10181
10182 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
10183
10184 * ediff-util.el (ediff-toggle-read-only): Remove extra format
10185 string argument.
10186 (ediff-toggle-regexp-match): Likewise.
10187
10188 * dired-aux.el (dired-do-query-replace-regexp): Add missing
10189 format string argument.
10190
10191 * calc/calc-map.el (calc-get-operator): Remove extra format
10192 string argument.
10193
10194 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
10195
10196 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
10197 string argument.
10198
10199 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
10200
10201 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
10202
10203 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
10204
10205 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
10206 (cl-struct-setf-expander): Likewise.
10207
10208 * vc.el (with-vc-file): Fix unsafe uses of error.
10209 (vc-cancel-version): Likewise.
10210
10211 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
10212
10213 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
10214 thousands separator; fixes <class>:<line-number> regexp for
10215 non-english locales.
10216
10217 2004-02-08 Andreas Schwab <schwab@suse.de>
10218
10219 * view.el (view-mode-enable): Revert previous change.
10220
10221 2004-02-07 Kim F. Storm <storm@cua.dk>
10222
10223 * simple.el (line-number-at-pos): Rename from line-at-pos.
10224 Uses changed (what-line and vc-annotate-warp-version).
10225
10226 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
10229 (diff-mode): Remove aborted attempt at support for compile.el.
10230 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
10231
10232 2004-02-06 Andreas Schwab <schwab@suse.de>
10233
10234 * view.el (view-mode-enable): Add view-mode-map to
10235 minor-mode-overriding-map-alist.
10236
10237 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10238
10239 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
10240
10241 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
10244 with point inside rather than after the paragraph.
10245
10246 2004-02-04 Sam Steingold <sds@gnu.org>
10247
10248 * mail/smtpmail.el (smtpmail-try-auth-methods):
10249 Do not try authentication when no mechanism is available.
10250 Pass port-name as defaultport to `netrc-machine'.
10251
10252 2004-02-04 Stephen Eglen <stephen@gnu.org>
10253
10254 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
10255 to show how minibuffer height can be constrained.
10256
10257 2004-02-04 John Paul Wallington <jpw@gnu.org>
10258
10259 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
10260
10261 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10262
10263 * x-dnd.el: New file for drag and drop.
10264
10265 * term/x-win.el: require x-dnd, set after-make-frame-functions
10266 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
10267 drag-n-drop event.
10268
10269 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
10270 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
10271 (dired-dnd-handle-file): New functions for drag and drop support.
10272 (dired-mode): Initialize drag and drop if x-dnd present.
10273
10274 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
10277 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
10278 (cperl-mode): Set fill-paragraph-function.
10279 (cperl-fill-paragraph): Make it non-interactive.
10280
10281 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
10282
10283 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
10284
10285 2004-02-02 David Kastrup <dak@gnu.org>
10286
10287 * replace.el (perform-replace): Allow 'literal argument in
10288 regexp-flag to indicate literal replacement.
10289 (query-replace-regexp-eval): Use it.
10290
10291 2004-02-01 Andreas Schwab <schwab@suse.de>
10292
10293 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
10294
10295 2004-02-01 Stephen Eglen <stephen@gnu.org>
10296
10297 * info-look.el: Add support for maxima-mode. Update commentary
10298 because info-lookup-symbol is now bound to C-h S.
10299
10300 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
10301
10302 * simple.el (edit-and-eval-command): Bind print-level and
10303 minibuffer-history-sexp-flag around call to read-from-minibuffer.
10304 Correct initial position in command-history.
10305
10306 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
10307
10308 * files.el (read-directory-name): Adapt the docstring to recent
10309 change in Fread_file_name.
10310
10311 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
10312
10313 * ses.el (ses-print-cell): If print format too wide for column
10314 width, truncate decimal places if that helps to avoid "#####" fill.
10315 * ses.el (ses-initial-column-width): Revert previous change.
10316
10317 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
10320 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
10321 Add edebug info.
10322 (jit-lock-mode): Setup/cancel the new timer.
10323 (jit-lock-context-fontify): New fun. Extracted from
10324 context fontification code of jit-lock-stealth-fontify.
10325 (jit-lock-stealth-fontify): Don't do context fontification any more.
10326
10327 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
10328 (jit-lock-fontify-now): Handle the `quit' case.
10329 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
10330
10331 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
10332
10333 * progmodes/executable.el (executable-command-find-posix-p):
10334 New. Check if find handles arguments Posix-style.
10335
10336 * progmodes/grep.el (grep-compute-defaults):
10337 Use executable-command-find-posix-p.
10338 (grep-find): Check `grep-find-command'.
10339
10340 * filecache.el (file-cache-find-posix-p): Delete.
10341 (file-cache-add-directory-using-find):
10342 Use `executable-command-find-posix-p'.
10343
10344 2004-01-29 Dave Love <fx@gnu.org>
10345
10346 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10347 Iterate the hook function if arg is given.
10348 (mark-defun, narrow-to-defun): Change order of finding the limits.
10349
10350 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
10351 (byte-compile-format-warn): New.
10352 (byte-compile-callargs-warn): Use it.
10353 (Format, message, error): Add byte-compile-format-like property.
10354 (byte-compile-maybe-guarded): New.
10355 (byte-compile-if, byte-compile-cond): Use it.
10356 (byte-compile-lambda): Compile interactive forms,
10357 just to make warnings about them.
10358
10359 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
10360
10361 * ses.el (ses-initial-column-width): Increase to 14, so it will
10362 work well with the default printer of "%.7g" for extreme values
10363 like "-1.234567e+07".
10364
10365 2004-01-29 Kenichi Handa <handa@m17n.org>
10366
10367 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10368
10369 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
10370
10371 * dos-w32.el: Added support for the `default-printer-name' function.
10372
10373 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * server.el (server-socket-name): Don't use the hostname in the
10376 socket name since /tmp is local to the host anyway.
10377
10378 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10379 robust check of widening and fix var-naming.
10380
10381 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
10382
10383 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10384 or rmail-spam- to rsf- in all function and variable names.
10385 (rsf-min-region-to-spam-list): New variable.
10386 (rsf-bbdb-auto-delete-spam-entries): Rename from
10387 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
10388 scanned together with the recipients field for spam testing; Don't
10389 delete spam message if rmail-delete-after-output is non-nil;
10390 (rsf-check-field): New function, extracted from code in
10391 rmail-spam-filter to ease addition of header fields like
10392 content-type:;
10393 (message-content-type): New variable. The content-type: field was
10394 added also in defcustom of rsf-definitions-alist;
10395 (rmail-spam-filter): Replace repeated test code for header fields
10396 by calls to check-field; change the call to
10397 rmail-output-to-rmail-file such that rmail-current-message stays
10398 the same to avoid wrong deletion of unseen flags.
10399 (rmail-use-spam-filter): Add autoload cookie.
10400
10401 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
10402
10403 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10404 (file-cache-add-directory-using-find): Add Cygwin support.
10405 (file-cache-find-command-posix-flag): New user variable.
10406
10407 * filecache.el (file-cache-add-directory): Check for
10408 directories an remove them from dir-files.
10409
10410 2004-01-27 Richard M. Stallman <rms@gnu.org>
10411
10412 * man.el (Man-fontify-manpage): Clean up message.
10413
10414 2004-01-27 Kenichi Handa <handa@m17n.org>
10415
10416 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10417 (sentence-end): Define using sentence-end-without-space.
10418
10419 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10420 a sentence ends with one of a character in sentence-end-without-space.
10421
10422 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10425 (jit-lock): Group declaration moved to jit-lock.el.
10426 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10427 when necessary.
10428
10429 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10430 (jit-lock-context-unfontify-pos): Rename from
10431 jit-lock-first-unfontify-pos.
10432 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10433
10434 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10435
10436 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10437 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10438 (fortran-fill): When filling a string, adjust re-search-backward
10439 argument for special case of string just on fill-column.
10440 When filling non-string, allow one extra char if
10441 fortran-break-before-delimiters is non-nil.
10442 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10443 Use fortran-break-delimiters-re and fortran-no-break-re to
10444 correctly handle cases such as "**".
10445
10446 * progmodes/f90.el (f90-break-delimiters): Doc fix.
10447 (f90-no-break-re): Add some extra tokens. Doc fix.
10448
10449 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
10450
10451 * mail/rmail-spam-filter.el:
10452 Use two semicolons as Commentary line prefix.
10453 Add ";;; Code:" stylized comment.
10454 Delete end-of-line whitespace.
10455 Wrap (require 'cl) with `eval-when-compile'.
10456
10457 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
10458
10459 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10460 at the top level of vc.el.
10461
10462 2004-01-23 Andre Spiegel <spiegel@gnu.org>
10463
10464 * vc.el (vc-current-line): Function removed. This is now done by
10465 the new function line-at-pos in simple.el.
10466 (vc-annotate-warp-version): Use line-at-pos instead of
10467 vc-current-line.
10468
10469 2004-01-22 Kim F. Storm <storm@cua.dk>
10470
10471 * simple.el (line-at-pos): New defun.
10472 (what-line): Use it. Optimize by only counting lines in narrowed
10473 region once.
10474
10475 2004-01-22 Kenichi Handa <handa@m17n.org>
10476
10477 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10478 point (register r1) only for charset mule-unicode-0100-24ff.
10479
10480 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
10481
10482 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10483 trailing white space and ensure a final newline.
10484
10485 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10486 Add autoload cookie.
10487
10488 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
10489
10490 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10491 activate view-mode explicitly.
10492
10493 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10494
10495 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10496 use clipboard first.
10497
10498 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
10501 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10502 (vc-mcvs-cvs): Remove.
10503 (vc-mcvs-command): Remove use of assert.
10504
10505 * outline.el (outline-insert-heading): Tighten up match.
10506 (outline-demote, outline-move-subtree-down): Don't assume anything
10507 about outline-regexp.
10508
10509 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10510 (texinfo-show-structure): Explicitly add ^, and simplify.
10511
10512 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10513
10514 * calendar/appt.el (appt-check): Restore usage of
10515 appt-issue-message deleted in previous change.
10516 (top-level): Activate package when loaded (needed for backwards
10517 compatibility).
10518
10519 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10520
10521 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10522 following previous change to smtpmail-send-data.
10523
10524 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10525
10526 * vc.el (vc-default-previous-version): Doc enhancement.
10527 (vc-default-next-version): New function.
10528 (vc-print-log): New arg FOCUS-REV.
10529 (vc-annotate-mode): Derive from view-mode.
10530 (vc-annotate): New args REVISION, DISPLAY-MODE.
10531 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10532 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10533 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10534 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10535 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10536
10537 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10538
10539 2004-01-19 Karl Berry <karl@gnu.org>
10540
10541 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10542 or "TexInfo".
10543
10544 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10545
10546 * subr.el (delete-dups): New function.
10547
10548 2004-01-19 Karl Berry <karl@gnu.org>
10549
10550 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10551 with ^, since that's what texinfo-show-structure
10552 documentation says (plus it works much better in texinfo.txi).
10553
10554 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10555
10556 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10557
10558 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10559
10560 * progmodes/which-func.el (which-function-mode): Don't cancel
10561 which-func-update-timer if not set.
10562
10563 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10564
10565 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10566 Remove spurious left square bracket in XX:XXam regexp.
10567
10568 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10569
10570 * progmodes/cc-defs.el: Do not require cl at run time.
10571
10572 2004-01-16 Richard M. Stallman <rms@gnu.org>
10573
10574 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10575 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10576
10577 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10578 Call rmail-spam-filter. Delete and expunge spam.
10579 Print number of spam messages deleted.
10580 Save and restore the deletion status of old messages when reading
10581 new mail with spam filter, so that expunging spam does not expunge
10582 msgs deleted by the user.
10583 (rmail-only-expunge): Add an optional argument dont-show to
10584 prevent showing message after expunge.
10585
10586 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10587
10588 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10589 * subr.el (declare): New macro.
10590
10591 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10592
10593 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10594
10595 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10596
10597 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10598 Test window-system rather than system-type (for X11/Mac).
10599
10600 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10601
10602 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10603
10604 2004-01-12 Richard M. Stallman <rms@gnu.org>
10605
10606 * mail/rmail.el (rmail-convert-to-babyl-format):
10607 Use mail-unquote-printable-region.
10608 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10609 (rmail-hex-char-to-integer): Functions deleted.
10610
10611 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10612 (mail-unquote-printable-region): New arg NOERROR.
10613 For invalid encoding, either signal an error to just return nil.
10614
10615 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10616
10617 * calendar/appt.el: Update copyright and commentary.
10618 (appt-issue-message): Make obsolete.
10619 (appt-visible, appt-msg-window): Make obsolete, in favour of
10620 appt-display-format.
10621 (appt-display-mode-line, appt-display-duration)
10622 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10623 (appt-prev-comp-time, appt-display-count, appt-timer)
10624 (appt-convert-time): Doc change.
10625 (appt-disp-window-function, appt-delete-window-function):
10626 Use defcustom rather than defvar.
10627 (appt-display-format): New variable.
10628 (appt-display-message): New function with display code from appt-check.
10629 (appt-check): Add optional FORCE argument. Doc change.
10630 Add appt-make-list to diary-hook if displaying diary.
10631 Remove checking of view-diary-entries-initially.
10632 Message display section removed to new function appt-display-message.
10633 (appt-display-window): Doc change. Remove unused internal var
10634 this-buffer. Do not beep, since appt-display-message does that.
10635 (appt-make-list): Doc change. Use caar.
10636 (appt-sort-list): Simplify by using builtin sort function.
10637 (appt-update-list): New function for updating appts when diary is
10638 saved.
10639 (appt-activate): New autoloaded function to toggle package
10640 functionality.
10641
10642 * calendar/cal-x.el: (calendar-one-frame-setup)
10643 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10644
10645 * calendar/calendar.el: Update copyright.
10646 (view-diary-entries-initially, european-calendar-style): Doc change.
10647 (calendar-setup): Make defcustom rather than defvar.
10648 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10649 in let binding so local to function.
10650
10651 * calendar/diary-lib.el: Update copyright.
10652 (diary, diary-entry-time): Doc change.
10653 (list-diary-entries): Doc change. Trivial logic change.
10654 (fancy-diary-display): Restore make-face command mistakenly
10655 deleted 2003-05-08.
10656 (show-all-diary-entries): Allow to pop-up frame if needed.
10657
10658 2004-01-09 John Paul Wallington <jpw@gnu.org>
10659
10660 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10661 Temporarily select EVENT's window for changing eol type.
10662
10663 2004-01-09 Deepak Goel <deego@gnufans.org>
10664
10665 * calendar/diary-lib.el (diary-entry-time):
10666 Also accept time in the form XX[.XX][am/pm/AM/PM].
10667 (fancy-diary-font-lock-keywords): Likewise.
10668 (diary-font-lock-keywords): Likewise.
10669 * calendar/appt.el (appt-add): Likewise.
10670 (appt-make-list): Likewise.
10671 (appt-convert-time): Likewise.
10672
10673 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10674
10675 * gdb-ui.el (gdb-ann3): Revert previous change.
10676 (gdb-source-info): Allow for case of where compilation directory
10677 is not recorded.
10678
10679 2004-01-08 John Paul Wallington <jpw@gnu.org>
10680
10681 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10682
10683 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10684
10685 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10686
10687 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10688 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10689 problems.
10690 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10691
10692 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * files.el (write-file-functions, write-contents-functions):
10695 Clarify docstrings.
10696
10697 2004-01-07 Kenichi Handa <handa@m17n.org>
10698
10699 * international/mule.el (set-auto-coding): Fix for the case that
10700 end-of-line is only CR.
10701
10702 2004-01-07 Kim F. Storm <storm@cua.dk>
10703
10704 * subr.el (event-start, event-end): Doc fix.
10705 (posn-string, posn-image): New defuns.
10706 (posn-object): Return either image or string object.
10707 (posn-object-x-y): Return 8th element of position.
10708 (posn-object-width-height): New defun.
10709
10710 2004-01-06 Andreas Schwab <schwab@suse.de>
10711
10712 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10713 output.
10714
10715 2004-01-05 Karl Berry <karl@gnu.org>
10716
10717 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10718 / and *, too.
10719
10720 2003-12-31 Simon Josefsson <jas@extundo.com>
10721
10722 * files.el (before-save-hook): Add.
10723 (basic-save-buffer): Use before-save-hook.
10724
10725 * emacs-lisp/copyright.el: Fix comment to recommend
10726 before-save-hook instead of write-file-functions.
10727
10728 2004-01-05 Richard M. Stallman <rms@gnu.org>
10729
10730 * finder.el (finder-commentary): Call delete-other-windows.
10731
10732 * net/ange-ftp.el (ange-ftp-file-attributes):
10733 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10734
10735 2004-01-04 Karl Berry <karl@gnu.org>
10736
10737 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10738 comment characters % and # in the copyright year notice,
10739 as well as ;.
10740
10741 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10742
10743 * wid-edit.el (default): Define dummy :value-delete.
10744 Reported by Jesper Harder <harder@ifa.au.dk>.
10745
10746 2004-01-03 Richard M. Stallman <rms@gnu.org>
10747
10748 * progmodes/compile.el (compile-internal): Use point, not point-min,
10749 for set-window-point.
10750
10751 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10752
10753 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10754
10755 * progmodes/grep.el (grep-mode-map):
10756 Don't remap next-line, previous-line.
10757
10758 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10759
10760 * speedbar.el (speedbar-edit-line): Change regexp to position
10761 the cursor on the first character of this line's button.
10762
10763 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10764
10765 * subr.el (functionp): Doc fix.
10766
10767 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10768
10769 * progmodes/idlwave.el (idlwave-make-tags):
10770 * textmodes/flyspell.el (flyspell-large-region):.
10771 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10772 * emulation/viper-util.el (viper-glob-unix-files):
10773 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10774 * man.el (Man-init-defvars):
10775 * jka-compr.el (jka-compr-call-process):
10776 * files.el (get-free-disk-space,insert-directory):
10777 * ediff-ptch.el (ediff-test-patch-utility):
10778 * ediff-diff.el (ediff-test-utility):
10779 * dired-aux.el (dired-check-process):
10780 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10781 test the return value of call-process, because it can be a string.
10782
10783 2003-12-31 John Paul Wallington <jpw@gnu.org>
10784
10785 * bindings.el (completion-ignored-extensions): Add .pfsl.
10786
10787 2003-12-31 Kim F. Storm <storm@cua.dk>
10788
10789 * ido.el (ido-nonreadable-directory-p): New defun to check for
10790 nonreadable directory without activating tramp (to avoid problems
10791 with checking incomplete tramp paths).
10792 (ido-set-current-directory, ido-file-internal)
10793 (ido-file-name-all-completions1): Use it.
10794
10795 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10796
10797 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10798 documentation if the anchor (or node) name is preceded by `info
10799 anchor' or `Info anchor' in addition to earlier `info node' and
10800 `Info node'.
10801 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10802
10803 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10804
10805 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10806 error in arguments to base64-decode-region. Remove ^M characters
10807 after decoding base64.
10808
10809 2003-12-30 Simon Josefsson <jas@extundo.com>
10810
10811 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10812 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10813 have only been distributed with Emacs for some years.
10814 (texinfo-mode-hook): Customize.
10815
10816 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10817
10818 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10819 cleaner (suggested by Richard Stallman).
10820
10821 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10822 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10823 file-name clashes on 8+3 DOS filesystems.
10824
10825 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10826 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10827 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10828 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10829 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10830 file-name clashes on 8+3 filesystems.
10831
10832 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10833 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10834 file-name clashes on 8+3 DOS filesystems.
10835
10836 2003-12-29 Richard M. Stallman <rms@gnu.org>
10837
10838 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10839 Upcase the character.
10840
10841 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10842 Search for header separator alone on a line, literally,
10843 and search for it backward, not forward.
10844 (flyspell-abbrev-table): Always use global-abbrev-table
10845 if there is no local one.
10846
10847 * progmodes/sh-script.el (sh-get-indent-info):
10848 Don't move point back if at bob.
10849
10850 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10851
10852 * play/handwrite.el (handwrite): Make the handwrite credit message
10853 a comment rather than an output command.
10854
10855 * obsolete/sc.el: Display message that this file is obsolete.
10856
10857 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10858
10859 * mail/rfc822.el (rfc822-address-start): Declare variable.
10860 Renamed from address-start. All uses changed.
10861
10862 * term.el (term-exec): Set up sentinel.
10863 (term-sentinel): New function.
10864 (term-handle-exit): New function.
10865
10866 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10867 Use assoc-string, and mark them obsolete.
10868 (delay-mode-hooks): Mark as permanent local.
10869
10870 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10871
10872 * register.el (copy-rectangle-to-register): Doc fix.
10873
10874 * info.el (Info-insert-dir): Use assoc-string.
10875
10876 * info-look.el (info-lookup): Use assoc-string.
10877
10878 * frame.el (pop-up-frame-function): Use quote, not `function'.
10879 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10880 copying with lists as coordinate values.
10881
10882 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10883
10884 * find-dired.el (kill-find): New command.
10885 (find-dired): Make buffer read-only.
10886 Set up a keymap with C-c C-k running kill-find.
10887 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10888
10889 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10890
10891 * filecache.el (file-cache-ignore-case): New variable.
10892 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10893
10894 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10895 (comint-dynamic-complete-as-filename): Rename local vars.
10896 (comint-dynamic-list-filename-completions): Likewise.
10897
10898 * comint.el (comint-dynamic-list-completions-config): New var.
10899 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10900
10901 * comint.el (comint-file-name-chars): Add [].
10902 (comint-word): Use skip-chars-backward, not search.
10903
10904 * shell.el (shell-file-name-chars): Add [].
10905
10906 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10907
10908 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10909
10910 * generic.el (define-generic-mode): Doc fix.
10911
10912 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10913
10914 * files.el (kill-some-buffers): Doc fix.
10915
10916 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
10917
10918 * comint.el (comint-watch-for-password-prompt): Pass `string' as
10919 arg to send-invisible
10920 (send-invisible): Doc fix. The argument is now a prompt, not the
10921 string to send.
10922 (comint-read-noecho): Doc fix.
10923
10924 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
10925
10926 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10927 "@", as required by some ISP hosting service. Fix defcustom
10928 argument syntax errors that prevented use of customization.
10929
10930 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10931
10932 * xml.el (xml-get-attribute-or-nil): Doc fix.
10933
10934 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
10935
10936 * net/zone-mode.el (zone-mode): Use write-file-functions, not
10937 write-file-hooks.
10938
10939 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
10940
10941 * autorevert.el (auto-revert-interval): Doc fix.
10942
10943 2003-12-29 Mark A. Hershberger <mah@everybody.org>
10944
10945 * xml.el (xml-get-attribute-or-nil): New function, like
10946 xml-get-attribute, but returns nil if the attribute was not found.
10947 (xml-get-attribute): Convert to defsubst, uses
10948 xml-get-attribute-or-nil.
10949
10950 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10951
10952 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10953
10954 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
10955
10956 * custom.el (custom-declare-theme): Use `value' when putting
10957 properties on `theme'.
10958
10959 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
10960
10961 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10962 for each yank-handler segment.
10963 (insert-for-yank-1): New function, with the body of the previous
10964 insert-for-yank.
10965
10966 * textmodes/table.el (table-yank-handler): New defcustom.
10967 (table--put-cell-indicator-property): Put yank-handler property
10968 that indicates the yank handler for the table cell.
10969
10970 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10971
10972 * generic-x.el (etc-modules-conf-generic-mode): A more complete
10973 set of keywords.
10974
10975 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10976
10977 * international/mule-cmds.el (reset-language-environment)
10978 (set-language-environment): Don't invoke fontset-related functions
10979 if fontset-list is not fboundp.
10980
10981 2003-12-29 Kenichi Handa <handa@m17n.org>
10982
10983 * international/mule-cmds.el (reset-language-environment):
10984 Call set-overriding-fontspec-internal with nil.
10985 (set-language-environment): Call set-overriding-fontspec-internal
10986 if the language environment specify `overriding-fontspec'.
10987 (language-info-alist): Doc added.
10988
10989 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10990 characters of mule-unicode-0100-24ff.
10991 (ccl-encode-windows-1251-font): New CCL program.
10992 ("Bulgarian"): Specify overriding-fontspec.
10993 ("Belarusian"): Likewise.
10994
10995 2003-12-28 Sam Steingold <sds@gnu.org>
10996
10997 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10998 parameter ID-FORMAT to conform with the 2003-11-30 patch.
10999
11000 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
11001
11002 * progmodes/gud.el (gud-gdb-command-name): Set default to
11003 "gdb --annotate=3".
11004 (gud-gdb-marker-filter): Look out for annotations.
11005 (gdb-first-pre-prompt): New variable.
11006 Remove trailing white space.
11007
11008 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
11009 if necessary.
11010 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
11011 annotations are detected.
11012 (gud-gdba-marker-filter): Use global variable gud-marker-acc
11013 instead of a local one to allow transition from
11014 gud-gdb-marker-filter.
11015 Remove trailing white space.
11016
11017 2003-12-27 Kim F. Storm <storm@cua.dk>
11018
11019 * ido.el: Handle non-readable directories.
11020 (ido-decorations): Add 9th element for non-readable directory.
11021 (ido-directory-nonreadable): New dynamic var.
11022 (ido-set-current-directory): Set it.
11023 (ido-read-buffer, ido-file-internal):
11024 (ido-read-file-name, ido-read-directory-name): Let-bind it.
11025 (ido-file-name-all-completions1): Return empty list for
11026 non-readable directory.
11027 (ido-exhibit): Print [Not readable] if directory is not readable.
11028 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
11029 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
11030 Use it.
11031
11032 2003-12-27 Lars Hansen <larsh@math.ku.dk>
11033
11034 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
11035 calls to directory-files-and-attributes and file-attributes.
11036 (ls-lisp-format): Remove system dependent handling of user and
11037 group id's.
11038
11039 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
11040
11041 * ffap.el (ffap-read-file-or-url): Revert previous change.
11042
11043 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
11044
11045 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
11046 new list of included files called `files-with-node-lines', that
11047 only have node lines. This way @include commands can include any
11048 file, such as version and update files without node lines, not
11049 just files that are chapters.
11050
11051 2003-12-25 Andreas Schwab <schwab@suse.de>
11052
11053 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
11054 file not found.
11055
11056 2003-12-08 Miles Bader <miles@gnu.org>
11057
11058 * dired.el (dired-between-files): Always use dired-move-to-filename,
11059 which is more robust in non-english locales.
11060
11061 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11062
11063 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
11064
11065 2003-12-24 Andreas Schwab <schwab@suse.de>
11066
11067 * shell.el (shell-file-name-quote-list): Add backslash.
11068
11069 * comint.el (comint-quote-filename): Correctly handle backslash
11070 in comint-file-name-quote-list.
11071
11072 2003-12-24 Kenichi Handa <handa@m17n.org>
11073
11074 * international/mule-cmds.el (set-default-coding-systems):
11075 Call ucs-set-table-for-input for all buffers that don't have local
11076 value of buffer-file-coding-system.
11077
11078 * international/ucs-tables.el (ucs-set-table-for-input):
11079 If translation-table-for-encode is a symbol, get its
11080 translation-table property.
11081
11082 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
11083
11084 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
11085 to `completing-read' on a recently fixed bug.
11086
11087 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
11088 instead of SPACE, to get the list of possible fringe modes.
11089 SPACE only works if both `partial-completion-mode' and
11090 `completion-auto-help' are nil.
11091
11092 * complete.el (PC-is-complete-p): Delete.
11093 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
11094 calls to `test-completion'.
11095
11096 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
11097
11098 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
11099 to edit values when there are no children.
11100
11101 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
11102 a mode called "Assembler" already exists.
11103 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
11104 (gud-watch): Use format option. Remove font properties from string.
11105 (gdb-var-create-handler, gdb-var-list-children-handler):
11106 Don't bother about properties as there are none.
11107 (gdb-var-create-handler, gdb-var-list-children-handler)
11108 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
11109 with two arguments.
11110 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
11111 Let speedbar show value changes with a different font.
11112 (gdb-edit-value): New defun.
11113 (gdb-clear-partial-output, gdb-clear-inferior-io)
11114 (def-gdb-auto-update-handler): Use erase-buffer.
11115 (gdb-frame-handler): Display watch expressions in
11116 FUNCTION::VARIABLE format if required.
11117
11118 2003-12-23 John Paul Wallington <jpw@gnu.org>
11119
11120 * info.el (Info-unescape-quotes, Info-split-parameter-string)
11121 (Info-goto-emacs-command-node): Doc fixes.
11122
11123 2003-12-12 Jesper Harder <harder@ifa.au.dk>
11124
11125 * cus-edit.el (custom-add-parent-links): Define "many".
11126
11127 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
11128
11129 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
11130 (widget-child-validate, widget-type-value-create)
11131 (widget-type-default-get, widget-type-match): New functions.
11132 (lazy): New widget.
11133 (menu-choice, checklist, radio-button-choice, editable-list)
11134 (group, documentation-string): Remove redundant (per 2003-10-25
11135 change) calls to `widget-children-value-delete'.
11136 (widget-choice-value-get, widget-choice-value-inline): Remove.
11137 (menu-choice): Update widget.
11138
11139 2003-12-03 Kenichi Handa <handa@m17n.org>
11140
11141 * language/cyrillic.el: Register "microsoft-cp1251" in
11142 ctext-non-standard-encodings-alist.
11143 ("Bulgarian"): Add ctext-non-standard-encodings.
11144 ("Belarusian"): Likewise.
11145
11146 * international/mule-conf.el (compound-text-with-extensions):
11147 Change the type to 2 (iso-2022 base).
11148
11149 * international/mule.el (ctext-non-standard-encodings-alist):
11150 Change the format.
11151 (ctext-non-standard-encodings): New variable.
11152 (ctext-post-read-conversion): Fully re-written.
11153 (ctext-non-standard-designations-alist): Delete it.
11154 (ctext-non-standard-encodings-table): New function.
11155 (ctext-pre-write-conversion): Fully re-written.
11156
11157 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
11158
11159 * cus-edit.el (custom-add-parent-links): Add documentation links
11160 for parent, if the item has none of its own.
11161
11162 2003-11-30 Richard M. Stallman <rms@gnu.org>
11163
11164 * dired-aux.el (dired-do-query-replace-regexp):
11165 Report files visited read-only.
11166
11167 2003-11-30 Juri Linkov <juri@jurta.org>
11168
11169 * dired-aux.el (dired-compare-directories): New command.
11170 (dired-file-set-difference, dired-files-attributes): New functions.
11171
11172 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
11173 Version 2.0.38 of Tramp released.
11174
11175 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
11176 Charles Curley <charlescurley@charlescurley.com>.
11177 (tramp-multi-connection-function-alist): Add ssht entry which adds
11178 "-e none -t -t" to the list of ssh args. Suggested by Adrian
11179 Aichner.
11180 (tramp-get-method-parameter): New function to retrieve a method
11181 parameter. This allows for omission of method parameters.
11182 Callers adjusted.
11183
11184 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
11185
11186 * net/tramp.el: Add new optional parameter ID-FORMAT to
11187 `file-attributes'. Calls of `file-attributes' won't use this
11188 parameter for backward compatibility reasons.
11189 (tramp-perl-file-attributes): Add a new parameter to Perl script
11190 in order to handle uid/gid as strings, if desired.
11191 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
11192 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
11193 order to make the function more general.
11194 (tramp-handle-file-attributes): Replace proprietary optional
11195 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
11196 (tramp-handle-file-attributes-with-perl): Handle parameter
11197 NONNUMERIC if set. This wasn't done in the past.
11198 (tramp-post-connection): Apply second parameter "$2" if
11199 `tramp-remote-perl' is called.
11200
11201 * net/tramp-smb.el (tramp-smb-handle-delete-file):
11202 Correct cut'n'waste error (`filename' instead of `directory').
11203 (tramp-smb-handle-directory-files-and-attributes)
11204 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
11205 introduced parameter ID-FORMAT.
11206 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
11207 error (`directory' instead of `ldir').
11208
11209 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
11210 `file-attributes' has a second parameter. If yes, apply it with
11211 value "'integer". Otherwise, don't use that parameter (default is
11212 integer format).
11213
11214 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11215
11216 * help.el (help-map): Bind `display-local-help' to `C-h .'.
11217 (help-for-help): Add `C-h .' to the listed Help options.
11218 Remove trailing whitespace.
11219
11220 * help-at-pt.el: New file.
11221
11222 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
11223
11224 * subr.el (noreturn, 1value): New macros for test coverage.
11225 See `testcover.el'.
11226
11227 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
11228
11229 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
11230 for macro `1value'.
11231 (testcover-1value): New function. Checks that a 1value form
11232 actually returns only one value. Requested by RMS.
11233
11234 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
11235
11236 * gdb-ui.el (gud-watch, gdb-var-create-handler)
11237 (gdb-var-list-children, gdb-var-list-children-handler)
11238 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
11239 gdb commands that use mi to keep them out of the command history.
11240
11241 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11242
11243 * cus-start.el (all): Add use-file-dialog.
11244
11245 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
11248
11249 2003-11-27 Kim F. Storm <storm@cua.dk>
11250
11251 * subr.el (posn-object-x-y): New defun.
11252
11253 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11254
11255 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
11256 Don't use `space' for \\\n.
11257 Be more selective as to which # are comment-starters.
11258
11259 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
11260
11261 * subr.el (number-sequence): Improve handling of floating point
11262 arguments (suggested by Kim Storm). Allow negative arguments.
11263
11264 2003-11-26 Kenichi Handa <handa@m17n.org>
11265
11266 * international/mule-cmds.el (standard-display-european-internal):
11267 Cancel the standard-display-table setting for ` and '.
11268
11269 2003-11-26 Kim F. Storm <storm@cua.dk>
11270
11271 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
11272 New defcustoms to add ffap-like functionality to ido.
11273 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
11274 (ido-no-final-slash): New defun.
11275 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
11276 (ido-read-file-name): ): Toggle VC checking via
11277 vc-handled-backends instead of vc-master-templates.
11278 (ido-file-internal): Handle ido-use-url-at-point and
11279 ido-use-filename-at-point via code borrowed from ffap-guesser.
11280 Handle new ido-exit code ffap.
11281 (ido-sort-list): Ignore final slash when sorting file names.
11282
11283 2003-11-25 Kim F. Storm <storm@cua.dk>
11284
11285 * emulation/cua-base.el (cua--standard-movement-commands):
11286 Add forward-sentence and backward-sentence.
11287
11288 2003-11-25 Stephen Eglen <stephen@gnu.org>
11289
11290 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
11291 iswitchb-exit is set to 'usefirst when user selects buffer at head
11292 of list using RET. (Selecting buffers at the head of the list was
11293 broken if the substring was also a complete buffername.)
11294
11295 2003-11-23 Kim F. Storm <storm@cua.dk>
11296
11297 * progmodes/compile.el (grep-command, grep-use-null-device)
11298 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
11299 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
11300 (grep-regexp-alist, grep-program, find-program)
11301 (grep-find-use-xargs, grep-history, grep-find-history)
11302 (grep-process-setup, grep-compute-defaults)
11303 (grep-default-command, grep, grep-tag-default, grep-find)
11304 (grep-expand-command-macros, grep-tree-last-regexp)
11305 (grep-tree-last-files, grep-tree): Move grep variables, functions
11306 and commands to new file grep.el.
11307 (compilation-mode-map): Remove grep commands from Compile sub-menu.
11308 (compilation-process-setup-function): Doc fix.
11309 (compilation-highlight-regexp, compilation-highlight-overlay): New
11310 defvars used for highlighting current compile error in source buffer.
11311 (compile-internal): New optional args HIGHLIGHT-REGEXP and
11312 LOCAL-MAP which overrides compilation-highlight-regexp and
11313 compilation-mode-map for this compilation.
11314 Delay calling compilation-set-window-height until after running
11315 compilation-process-setup-function so it can buffer-local override
11316 compilation-window-height.
11317 Check buffer-local value of compilation-scroll-output.
11318 (compilation-set-window-height): Use buffer-local value of
11319 compilation-window-height.
11320 (compilation-revert-buffer): Don't pass (undefined)
11321 preserve-modes arg to revert-buffer.
11322 (next-error-no-select, previous-error-no-select): New commands.
11323 (compilation-goto-locus): Temporarily highlight current match in
11324 source buffer using compilation-highlight-regexp.
11325
11326 * progmodes/grep.el: New file with grep code from compile.el.
11327 (grep): New defcustom group.
11328 (grep-window-height): New defcustom, like compilation-window-height.
11329 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
11330 (grep-scroll-output): New defcustom, like compilation-scroll-output.
11331 (grep-command, grep-use-null-device, grep-find-command)
11332 (grep-tree-files-aliases, grep-tree-ignore-case)
11333 (grep-tree-ignore-CVS-directories): Move to grep custom group.
11334 (grep-setup-hook): New hook variable.
11335 (grep-mode-map): New keymap for grep commands. Add Grep menu.
11336 (grep-last-buffer): New defvar, override compilation-last-buffer.
11337 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
11338 Call compile-internal with args highlight-regexp and grep-mode-map.
11339
11340 2003-11-23 Kim F. Storm <storm@cua.dk>
11341
11342 * subr.el (event-start, event-end): Doc fix.
11343 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
11344 (posn-area, posn-actual-col-row, posn-object): New defuns.
11345 (posn-col-row): Simplify doc. Rewrite to use cond.
11346 (posn-point): Also return buffer position for events outside text
11347 area (that info is now present in the event position).
11348
11349 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
11350 mouse-set-point so that hscroll still works now that clicks on
11351 fringes generate specific mouse events.
11352 (mouse-set-point): Note that it now works in fringes and margins
11353 too due to new semantics of posn-point in fringes and margins.
11354
11355 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
11356 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
11357
11358 2003-11-20 Kim F. Storm <storm@cua.dk>
11359
11360 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
11361 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
11362 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
11363 to 100 for icons to avoid increasing line height when shown.
11364
11365 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11366
11367 * newcomment.el (comment-normalize-vars): Initialize properly if
11368 comment-start was nil.
11369
11370 2003-11-19 Andreas Schwab <schwab@suse.de>
11371
11372 * simple.el (set-variable): Fix indentation.
11373
11374 2003-11-17 Kenichi Handa <handa@m17n.org>
11375
11376 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
11377 Fix docstring.
11378
11379 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11380
11381 * international/latin1-disp.el (latin1-display): Fix docstring.
11382
11383 2003-11-16 John Wiegley <johnw@newartisans.com>
11384
11385 * eshell/em-ls.el (eshell-ls-file): There are times with
11386 size-width is nil and uncomputed (when directories are created in
11387 dired, for example); in this case, 4 is reasonable default value,
11388 although it may caused skewed new entries (which could be avoided
11389 by returning the original value of 8 in all cases, but 99% of the
11390 time this is a waste of whitespace).
11391
11392 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11393
11394 * cc-engine.el (c-guess-continued-construct)
11395 (c-guess-basic-syntax): Check a little more carefully if it's a
11396 function declaration when an unknown construct followed by a block
11397 is found inside a statement context. This avoids macros followed
11398 by blocks to be taken as function declarations.
11399
11400 (c-guess-continued-construct): Change the analysis of a statement
11401 continuation with a brace open to `substatement-block', for
11402 consistency with recognized statements.
11403
11404 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11405 start is in a position so that `c-beginning-of-statement-1' jumped
11406 to the beginning of the same statement.
11407
11408 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11409 Don't accept binary operators in the arglist if we're in a function
11410 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11411 template recognition in cases like "if (a < b || c > d)".
11412
11413 (c-restricted-<>-arglists): New more appropriate name for
11414 `c-disallow-comma-in-<>-arglists'.
11415
11416 Accessing functions updated for the variable name change.
11417
11418 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11419 match data could get clobbered if NOT-INSIDE-TOKEN is used.
11420
11421 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11422 labels.
11423
11424 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11425 instead of duplicating parts of it. This fixes bogus label
11426 recognition.
11427
11428 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11429 of checking the context in which to apply the minimum indentation,
11430 so that it isn't enforced in e.g. namespace blocks.
11431
11432 * cc-vars.el (c-inside-block-syms): New constant used by
11433 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11434 to somewhat reduce the risk of becoming stale.
11435
11436 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11437 cc-cmds to cc-engine to allow use from cc-align.
11438
11439 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11440 qualified identifiers containing "::".
11441
11442 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11443 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11444
11445 * cc-vars.el (c-emacs-features): Use a space in front of the name
11446 of the temporary buffer. That also avoids dumping problems in
11447 XEmacs due to undo info being left around after the buffer is killed.
11448
11449 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11450 arglist to see if it's a K&R style declaration.
11451
11452 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11453 before returning `knr-argdecl-intro'.
11454
11455 2003-11-16 John Wiegley <johnw@newartisans.com>
11456
11457 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11458 field in a long-listing always 8 characters, use `size-width',
11459 which has already been computed.
11460
11461 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11462
11463 * subr.el (minor-mode-list): Add `hs-minor-mode'.
11464
11465 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11466
11467 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11468 Support operation while narrowed, with `diff-restrict-view'.
11469
11470 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11471
11472 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11473 Take additional optional arg NARROWFUN. For the generated functions:
11474 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
11475 include frags that arrange to check for and save narrowing state before
11476 the move and then conditionally call NARROWFUN after the move.
11477
11478 2003-11-14 John Wiegley <johnw@newartisans.com>
11479
11480 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11481 that was optional, but obviously missing based on surrounding code.
11482
11483 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11484 string arguments to numbers unless the whole argument was seen as
11485 a number.
11486
11487 2003-11-14 Kenichi Handa <handa@m17n.org>
11488
11489 * international/mule.el (ctext-non-standard-encodings-alist):
11490 Fix coding systems.
11491
11492 2003-11-10 Kenichi Handa <handa@m17n.org>
11493
11494 * language/kannada.el ("Kannada"): Add sample-text.
11495
11496 * language/knd-util.el (kannada-compose-region)
11497 (kannada-compose-string, kannada-post-read-conversion):
11498 Add autoload cookie.
11499
11500 * international/quail.el (quail-completion): Change the message
11501 "corresponding translations" to "corresponding characters".
11502
11503 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11504
11505 * descr-text.el (describe-char): Fix typo.
11506
11507 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11508
11509 These changes are to support Kannada language/script.
11510
11511 * Makefile.in (DONTCOMPILE): Add kannada.el.
11512
11513 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11514
11515 * loadup.el: Preload kannada.el.
11516
11517 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11518 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11519 New variables.
11520
11521 * language/kannada.el: New file.
11522
11523 * language/knd-util.el: New file.
11524
11525 2003-11-07 Andreas Schwab <schwab@suse.de>
11526
11527 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11528 Also highlight AH_*.
11529
11530 * xml.el (xml-parse-dtd): Fix misplaced paren.
11531
11532 2003-11-07 Kenichi Handa <handa@m17n.org>
11533
11534 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11535
11536 2003-11-05 Juri Linkov <juri@jurta.org>
11537
11538 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11539 (desktop-buffer-file): Use saved buffer-file-coding-system
11540 for file reading. Set auto-insert to nil to prevent automatic
11541 insertion into restored empty files.
11542
11543 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11544
11545 * files.el (risky-local-variable-p): Make second argument optional.
11546
11547 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * subr.el (add-hook): Fix last change.
11550
11551 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11552
11553 * mail/rmail.el (rmail-convert-to-babyl-format):
11554 If base64-decode-region signals an error, catch it and silently
11555 ignore it.
11556
11557 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11558
11559 * xml.el (xml-parse-region): Allow comments to appear after the
11560 topmost element has closed.
11561 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11562 (xml-ns-expand-attr): New functions to do namespace handling.
11563 (xml-intern-attrlist): Back-compatible handling of attribute names.
11564 (xml-parse-tag): Move namespace handling to separate functions.
11565 Now produces elements in the form ((:ns . "element") (attr-list)
11566 children) instead of ('ns:element (attr-list) children).
11567 (xml-parse-attlist): Fix attribute parsing.
11568 (xml-parse-dtd): Change parsing so that it produces strings
11569 instead of interned symbols.
11570
11571 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11572
11573 * dired.el (dired-ls-sorting-switches): Doc fix.
11574
11575 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11576
11577 * emacs-lisp/rx.el (rx-or): Fix the case of
11578 "(rx (and ?a (or ?b ?c) ?d))".
11579
11580 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11581
11582 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11583 (texinfo-format-region): Use it.
11584 (texinfo-format-buffer-1): Ditto.
11585
11586 2003-11-01 Alan Mackenzie <acm@muc.de>
11587
11588 Changes to allow scrolling whilst in isearch mode:
11589 * isearch.el (isearch-unread-key-sequence): New function,
11590 extracted from isearch-other-meta-char.
11591 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11592 "scrollable" standard functions.
11593 (isearch-allow-scroll): New customizable variable.
11594 (isearch-string-out-of-window, isearch-back-into-window)
11595 (isearch-reread-key-sequence-naturally)
11596 (isearch-lookup-scroll-key): New functions.
11597 (isearch-other-meta-char): Doc string and functionality enhanced.
11598 Now accepts a prefix argument.
11599 (isearch-lazy-highlight-window-end): New variable.
11600 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11601 end (thru isearch-lazy-highlight-window-end), not only its start.
11602
11603 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11604 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11605 (universal-argument, universal-argument-more, negative-argument)
11606 (digit-argument, universal-argument-other-key): Minor changes.
11607
11608 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11609
11610 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11611 recursively if the last message is deleted, thus avoiding an
11612 infinite loop.
11613
11614 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11615
11616 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11617 (tex-main-file): Don't add .tex if the extension is already present.
11618 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11619
11620 2003-10-29 Lute Kamstra <lute@gnu.org>
11621
11622 * progmodes/octave-inf.el (inferior-octave-prompt):
11623 Recognize version number in prompt.
11624
11625 2003-10-28 Dave Love <fx@gnu.org>
11626
11627 * international/characters.el: Fix some Unicode ranges.
11628
11629 2003-10-28 Kenichi Handa <handa@m17n.org>
11630
11631 * disp-table.el (standard-display-8bit)
11632 (standard-display-default, standard-display-ascii)
11633 (standard-display-g1, standard-display-graphic)
11634 (standard-display-underline): Assure that standard-display-table
11635 is a display table.
11636
11637 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11640 reindenting the first line.
11641
11642 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11643
11644 * wid-edit.el (widget-default-delete): Always delete child widgets.
11645
11646 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11649 if the line has code.
11650 Don't try to line up with something that's too far left.
11651
11652 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11653 (octave-mode-syntax-table): Add % as a comment starter.
11654 (octave-point): Remove.
11655 (octave-in-comment-p, octave-in-string-p)
11656 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11657 (octave-blink-matching-block-open, octave-auto-fill):
11658 Use line-(beginning|end)-position instead.
11659
11660 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11661
11662 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11663 for Francesco Potort\e,Al\e(B.
11664
11665 2003-10-23 Dave Love <fx@gnu.org>
11666
11667 * international/mule-cmds.el (locale-charset-to-coding-system):
11668 Don't rely on nil being a coding system.
11669
11670 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11671 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11672 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11673
11674 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11675
11676 * gdb-ui.el (gdb-current-language): New variable.
11677 (gdb-update-flag): Remove variable.
11678 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11679 (gdb-take-last-elt): Remove function.
11680 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11681 (gdb-post-prompt): Check for variable object changes here.
11682
11683 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11684 object changes in gdb-ui.el.
11685
11686 2003-10-21 Richard M. Stallman <rms@gnu.org>
11687
11688 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11689
11690 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11691 Don't check for foo*/ wildcard form here.
11692 (insert-directory): Recognize foo*/ as a wildcard.
11693 Separate wildcard-regexp variable from the arg, wildcard.
11694
11695 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11696 (remove-hook): Correctly handle strange cases about local hooks.
11697
11698 2003-10-21 David Ponce <david@dponce.com>
11699
11700 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11701 argument REAL, to return a real number instead of a rounded
11702 integer value. Define as inline function.
11703 (ruler-mode-right-fringe-cols): Likewise.
11704 (ruler-mode-scroll-bar-cols): New function.
11705 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11706 (ruler-mode-right-scroll-bar-cols): Likewise.
11707 (ruler-mode-space): New function.
11708 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11709 scroll bar mode and margins in a more robust way.
11710
11711 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11712
11713 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11714 (antlr-c-init-language-vars): New function.
11715 (antlr-mode): Use it with cc-mode before v5.29.
11716 (antlr-c-common-init): Don't set some local vars here.
11717 (antlr-mode): Set them here.
11718 (antlr-c-forward-sws): New function alias.
11719 (antlr-mode): Redefine with cc-mode before v5.30.
11720 (antlr-skip-sexps): Use it.
11721 (antlr-skip-exception-part): Ditto.
11722 (antlr-skip-file-prelude): Ditto.
11723 (antlr-outside-rule-p): Ditto.
11724 (antlr-end-of-body): Ditto.
11725 (antlr-option-kind): Ditto.
11726 (antlr-insert-option-area): Ditto.
11727 (antlr-file-dependencies): Ditto.
11728
11729 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11730
11731 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11732 Move backward only if point was not inside an entry.
11733
11734 2003-10-21 Richard M. Stallman <rms@gnu.org>
11735
11736 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11737
11738 2003-10-21 Juri Linkov <juri@jurta.org>
11739
11740 * compare-w.el: Automatically skip non-matching text to resync.
11741 (compare-windows-whitespace): Doc fix.
11742 (compare-windows-sync, compare-windows-sync-string-size)
11743 (compare-windows-recenter, compare-ignore-whitespace)
11744 (compare-windows-highlight, compare-windows-face): New variables.
11745 (compare-windows): Use compare-windows-sync.
11746 (compare-windows-highlight, compare-windows-dehighlight)
11747 (compare-windows-sync-regexp)
11748 (compare-windows-sync-default-function): New functions.
11749
11750 2003-10-21 Juri Linkov <juri@jurta.org>
11751
11752 * diff.el (diff-parse-differences): Don't visit the files now;
11753 instead, just record the error locus.
11754
11755 2003-10-21 Dave Love <fx@gnu.org>
11756
11757 * progmodes/cfengine.el: New file.
11758
11759 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11760
11761 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11762 default-directory when completing file names.
11763
11764 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11765
11766 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11767 followed by the word `face', it gets treated as a face, even if
11768 it is also defined as a variable or a function.
11769
11770 2003-10-20 Dave Love <fx@gnu.org>
11771
11772 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11773 Avoid incf in macro expansion.
11774
11775 2003-10-20 John Paul Wallington <jpw@gnu.org>
11776
11777 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11778 `evenp' so we don't implicitly require cl library at runtime.
11779
11780 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11781
11782 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11783 (help-make-xrefs): Only make cross-references for faces if
11784 preceded or followed by the word `face'. Do not make a
11785 cross-reference for variables without variable documentation,
11786 unless preceded by the word `variable' or `option'. Update doc
11787 string accordingly.
11788
11789 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11790
11791 * progmodes/hideshow.el: Rewrite one-armed `if'
11792 constructs using either `when' or `unless'.
11793 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11794
11795 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11796
11797 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11798 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11799 instead of 12x12.
11800
11801 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11802
11803 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11804 message while converting to Babyl.
11805
11806 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11807
11808 * allout.el (allout-mode): Doc fix.
11809
11810 2003-10-16 Lute Kamstra <lute@gnu.org>
11811
11812 * subr.el (force-mode-line-update): Fix docstring.
11813
11814 2003-10-14 Dave Love <fx@gnu.org>
11815
11816 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11817 (default-input-method): Add :link, improve :type.
11818 (locale-charset-language-names): Fix utf-8 pattern.
11819 (locale-charset-match-p, locale-charset-alist)
11820 (locale-charset-to-coding-system): New.
11821 (set-locale-environment): Deal with codeset part of locale specs.
11822
11823 2003-10-14 Lute Kamstra <lute@gnu.org>
11824
11825 * fringe.el (fringe-mode): Use active voice in docstring.
11826 (set-fringe-style): Ditto.
11827
11828 2003-10-13 Lute Kamstra <lute@gnu.org>
11829
11830 * fringe.el (fringe-mode): Fix docstring.
11831 (set-fringe-style): Ditto.
11832
11833 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11834
11835 * ediff-mult.el (ediff-filegroup-action):
11836 Use ediff-default-filtering-regexp.
11837
11838 * ediff-util.el (ediff-recenter): Don't call
11839 ediff-restore-highlighting twice.
11840 (ediff-select-difference): Set current difference.
11841 (ediff-unselect-and-select-difference): Add comment.
11842
11843 * ediff.el (ediff-directories,ediff-directory-revisions)
11844 (ediff-directories3,ediff-merge-directories)
11845 (ediff-merge-directories-with-ancestor)
11846 (ediff-merge-directory-revisions)
11847 (ediff-merge-directory-revisions-with-ancestor):
11848 Use ediff-default-filtering-regexp.
11849
11850 2003-10-12 Andreas Schwab <schwab@suse.de>
11851
11852 * international/mule-cmds.el (locale-charset-language-names):
11853 Simplify regex by removing unused grouping.
11854
11855 2003-10-10 Dave Love <fx@gnu.org>
11856
11857 * bindings.el: Don't bind stop.
11858
11859 2003-10-08 Miles Bader <miles@gnu.org>
11860
11861 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11862 face instead of attempting to emulate it.
11863
11864 2003-10-07 Kenichi Handa <handa@m17n.org>
11865
11866 * international/mule-diag.el (list-coding-systems-1): List coding
11867 systems that are loaded automatically.
11868
11869 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11870
11871 * international/mule.el (autoload-coding-system): New function.
11872
11873 2003-10-07 Andreas Schwab <schwab@suse.de>
11874
11875 * log-edit.el (log-edit-changelog-entries): Prefer local value of
11876 change-log-default-name in the buffer visiting the file.
11877
11878 2003-10-06 Dave Love <fx@gnu.org>
11879
11880 * files.el (find-file-hook): Customize.
11881 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11882
11883 * bindings.el (completion-ignored-extensions): Remove .log.
11884 (global-map): Add again, open, stop keys.
11885
11886 2003-10-05 Richard M. Stallman <rms@gnu.org>
11887
11888 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11889 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11890 Use sh-modify directly.
11891 (sh-select): Use sh-append, not eval.
11892
11893 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11894
11895 * info.el (Info-following-node-name): New function.
11896
11897 * loadhist.el (unload-feature-special-hooks):
11898 Rename from loadhist-hook-functions.
11899 (loadhist-hook-functions): Now an alias.
11900
11901 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11902
11903 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11904 file-name clashes on 8+3 filesystems.
11905
11906 * Makefile.in (DONTCOMPILE, bootstrap-clean):
11907 Rename loaddefs-boot.el to ldefs-boot.el
11908
11909 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11910 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11911
11912 2003-10-03 Lute Kamstra <lute@gnu.org>
11913
11914 * info.el (Info-mode): Revert previous change.
11915 (Info-escape-percent): New function.
11916 (Info-fontify-node): Use it.
11917
11918 2003-10-02 Andreas Schwab <schwab@suse.de>
11919
11920 * loaddefs-boot.el: Regenerated.
11921
11922 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
11923
11924 * ffap.el: Remove defadvice related code from CVS since `complete'
11925 provides a `PC-completion-as-file-name-predicate' variable that
11926 ffap can override.
11927
11928 2003-10-02 Kenichi Handa <handa@m17n.org>
11929
11930 * international/utf-8.el (ccl-decode-mule-utf-8):
11931 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11932
11933 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11934 * international/subst-big5.el: Likewise.
11935 * international/subst-gb2312.el: Likewise.
11936 * international/subst-ksc.el: Likewise.
11937
11938 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11939
11940 * calendar/calendar.el (increment-calendar-month)
11941 (calendar-leap-year-p, calendar-absolute-from-gregorian)
11942 (generate-calendar, calendar-read-date, calendar-interval)
11943 (calendar-day-of-week): Handle years BC.
11944 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11945
11946 2003-10-01 Dave Love <fx@gnu.org>
11947
11948 * language/cyrillic.el (cp1251): Alias for windows-1251.
11949
11950 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11951 bootstrap.
11952
11953 2003-10-01 Lute Kamstra <lute@gnu.org>
11954
11955 * files.el: Fix typo.
11956 * imenu.el (imenu--generic-function): Docstring fix.
11957
11958 2003-09-30 Richard M. Stallman <rms@gnu.org>
11959
11960 * dired.el (dired-mode): Handle dired-directory as a list.
11961
11962 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
11963
11964 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11965
11966 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11967
11968 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11969 Replace gud-display with gud-watch.
11970 (gud-speedbar-buttons): Add stuff for watching expressions
11971 in the speedbar when using M-x gdba. Use dolist on old part
11972 of this function.
11973
11974 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11975 (gdb-update-flag): New variables.
11976 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11977 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11978 (gud-watch, gdb-var-create-handler) : New functions.
11979 (gdb-var-list-children, gdb-var-list-children-handler)
11980 (gdb-var-create-regexp, gdb-var-update-regexp)
11981 (gdb-var-list-children-regexp): New constants.
11982 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11983 (gdb-annotation-rules): Reduce annotation set (level 3).
11984 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11985 (gdb-post-prompt): Don't update GDB buffers every time speedbar
11986 updates.
11987 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11988 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11989 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11990 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11991 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11992 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11993 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11994 (gud-display, gud-display1)
11995 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11996 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11997 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11998 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11999 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
12000 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
12001 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
12002 (gdb-display-display-buffer, gdb-toggle-display)
12003 (gdb-delete-display, gdb-expressions-popup-menu)
12004 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
12005 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
12006 to display buffer.
12007
12008 2003-09-30 Richard M. Stallman <rms@gnu.org>
12009
12010 * progmodes/ada-mode.el (ada-mode): Don't use advice.
12011 Instead, set which-func-functions.
12012
12013 * progmodes/which-func.el (which-func-modes): Add ada-mode.
12014 (which-func-functions): New variable.
12015 (which-function): Use that.
12016
12017 * info.el (Info-mode): Double each `%' in header line.
12018
12019 * emacs-lisp/lisp-mnt.el (lm-with-file):
12020 When FILE is nil, run BODY in current buffer.
12021
12022 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
12023
12024 * help.el (describe-mode): Start with a brief list of minor modes.
12025 Find them thru minor-mode-list so as to find them all.
12026 Show them in alphabetical order.
12027
12028 * mail/sendmail.el (mail-aliases): Doc fix.
12029
12030 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
12031
12032 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
12033
12034 * mail/rmailsum.el (rmail-make-summary-line-1):
12035 Change comma after last label to a space.
12036 (rmail-summary-font-lock-keywords): Adapt to that change.
12037
12038 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
12039
12040 * progmodes/scheme.el (scheme-mode-variables): When setting
12041 `font-lock-defaults', also specify that "#" should
12042 be interpreted with `word' syntax.
12043 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
12044
12045 2003-09-30 Lars Hansen <larsh@math.ku.dk>
12046
12047 * desktop.el: A lot of comments updated.
12048 (desktop-save-mode): Minor mode introduced.
12049 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
12050 (desktop-load-default): Function made obsolete.
12051 (desktop-locals-to-save): Variable made customizable.
12052 (desktop-read): Optional parameter `dirname' added.
12053 (desktop-change-dir, desktop-revert): Parameter `dirname' in
12054 `desktop-read' used.
12055 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
12056
12057 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
12058
12059 * whitespace.el (whitespace-clean-msg): Add user customizable message
12060 for displaying ``clean'' output.
12061 (whitespace-buffer): Use `whitespace-clean-msg'.
12062 (whitespace-global-mode): Fix typo.
12063
12064 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
12065
12066 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
12067
12068 2003-09-29 Lute Kamstra <lute@gnu.org>
12069
12070 * bindings.el (mode-line-modes): Remove superfluous :propertize
12071 construct in initialization.
12072 (mode-line-position): Change cons cell into proper list in
12073 initialization.
12074
12075 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12076
12077 * international/mule.el (decode-coding-inserted-region): Use car
12078 of the return value of find-operation-coding-system.
12079
12080 2003-09-29 Kenichi Handa <handa@m17n.org>
12081
12082 * descr-text.el (describe-char): Fix previous change.
12083
12084 2003-09-28 Kenichi Handa <handa@m17n.org>
12085
12086 * descr-text.el (describe-char-display): New function.
12087 (describe-char): Pay attention to display table on describing how
12088 a character is displayed.
12089
12090 * international/mule-cmds.el (encoded-string-description):
12091 Prepend "0x" to each encoded byte.
12092
12093 2003-09-28 Andreas Schwab <schwab@suse.de>
12094
12095 * find-file.el (ff-special-constructs): Add autoload cookie.
12096
12097 2003-09-28 Kevin Ryde <user42@zip.com.au>
12098
12099 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
12100 makeinfo appends to duplicate index entries.
12101
12102 2003-09-28 Eli Zaretskii <eliz@gnu.org>
12103
12104 * dired-x.el (dired-clean-tex): Doc fix.
12105
12106 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
12107 using a Chinese tutorial.
12108
12109 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12110
12111 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
12112 between "MAIL FROM:" and "RCPT TO:" and the following address.
12113
12114 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
12115
12116 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
12117
12118 2003-09-28 David Ponce <david@dponce.com>
12119
12120 * recentf.el (recentf-initialize-file-name-history): New defcustom.
12121 (recentf-load-list): When `recentf-initialize-file-name-history'
12122 is non-nil, initialize an empty `file-name-history' with the
12123 recent list.
12124
12125 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
12126
12127 * man.el (Man-default-man-entry): Remove the leading `*' from the
12128 word at point.
12129
12130 2003-09-26 Lute Kamstra <lute@gnu.org>
12131
12132 * bindings.el (mode-line-position): Mention size indication in
12133 docstring.
12134
12135 2003-09-26 Andre Spiegel <spiegel@gnu.org>
12136
12137 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
12138
12139 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
12140 because it's autoloaded now.
12141
12142 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12143
12144 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
12145 (sh-font-lock-keywords, sh-feature): Fix previous change of
12146 sh-feature to avoid infloop with sh-font-lock-keywords.
12147
12148 2003-09-25 Kim F. Storm <storm@cua.dk>
12149
12150 * frame.el (frame-current-scroll-bars): New defun.
12151
12152 * window.el (window-current-scroll-bars): New defun.
12153
12154 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12155
12156 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
12157 cause errors when the state cache contains info on parts that have
12158 been narrowed out.
12159
12160 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12161
12162 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
12163 `c-setup-paragraph-variables' has to be used when this variable is
12164 changed; it doesn't work to reinitialize the mode since that
12165 typically clobbers the variable.
12166
12167 * progmodes/cc-styles.el (c-setup-paragraph-variables):
12168 Make it interactive.
12169
12170 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12171
12172 * progmodes/cc-fonts.el (c-font-lock-declarations):
12173 Fix recognition of constructors and destructors for classes whose
12174 names are matched by `*-font-lock-extra-types'.
12175
12176 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
12177 followed by an identifier in C++ then it's a type.
12178
12179 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12180
12181 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
12182 problem that primarily affected XEmacs. Don't use faces to find
12183 unterminated strings since Emacs and XEmacs fontify strings
12184 differently - this function should now work better in XEmacs.
12185
12186 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12187
12188 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
12189 `expand-abbrev' workaround which caused braces to misbehave inside
12190 macros.
12191
12192 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
12193 handling. This bug could cause interactive font locking to bail out.
12194
12195 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12196
12197 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12198 Handle paren-style types in Pike. Also fixed some cases of
12199 insufficient handling of unbalanced parens.
12200
12201 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
12202
12203 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
12204 common shell prompts that are not common filename or URL characters.
12205 (ffap-file-at-point): Use the new regexp to strip the prompts from
12206 the file names. This is an issue mostly for user prompts that
12207 don't have a trailing space and find-file-at-point is invoked from
12208 within a shell inside Emacs.
12209
12210 2003-09-24 Andre Spiegel <spiegel@gnu.org>
12211
12212 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
12213 stamps numerically, rather than textually.
12214
12215 2003-09-24 Kenichi Handa <handa@m17n.org>
12216
12217 * language/devan-util.el (devanagari-post-read-conversion):
12218 * language/mlm-util.el (malayalam-post-read-conversion):
12219 * language/tml-util.el (tamil-post-read-conversion):
12220 Add autoload cookie.
12221
12222 * international/utf-8.el (utf-8-post-read-conversion):
12223 Call post-read-conversion functions for Devanagari, Malayalam,
12224 and Tamil.
12225
12226 2003-09-23 Dave Love <fx@gnu.org>
12227
12228 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
12229
12230 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
12231
12232 * progmodes/gud.el (perldb): Add gud-until to list of commands.
12233 Update gud-remove.
12234
12235 2003-09-22 Richard M. Stallman <rms@gnu.org>
12236
12237 * progmodes/sh-script.el (sh-mode-default-syntax-table):
12238 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
12239 (sh-mode-syntax-table-input): New variable.
12240 (sh-require-final-newline): Don't use eval.
12241 (sh-builtins, sh-leading-keywords, sh-other-keywords)
12242 (sh-variables, sh-font-lock-keywords): Don't use eval.
12243 (sh-set-shell): When setting require-final-newline,
12244 treat value = `require-final-newline' as don't change it.
12245 Set sh-mode-syntax-table locally based on
12246 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
12247
12248 * progmodes/compile.el (compile-internal):
12249 Call compilation-set-window-height before setting window start.
12250
12251 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
12252
12253 * emacs-lisp/bytecomp.el (byte-compile-log-file):
12254 Clear out byte-compile-last-warned-form.
12255
12256 2003-09-22 Richard M. Stallman <rms@gnu.org>
12257
12258 * woman.el (woman-file-name, woman-follow-word):
12259 If current-word returns nil, use "".
12260
12261 * simple.el (eval-expression): Bind standard-output in to-buffer case.
12262
12263 2003-09-22 Richard M. Stallman <rms@gnu.org>
12264
12265 * emacs-lisp/lisp-mnt.el (lm-with-file):
12266 Don't visit the file, just use insert-file-contents in temp buffer.
12267
12268 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
12269
12270 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
12271 Add surrounding \\( and \\) around the header, as in
12272 for lm-history-header 'Change Log\\|History'.
12273
12274 2003-09-22 John Paul Wallington <jpw@gnu.org>
12275
12276 * progmodes/ld-script.el: Add Commentary section,
12277 minor cleanup of file header.
12278 (ld-script-font-lock-keywords): Doc fix.
12279 (toplevel): Provide `ld-script' feature.
12280
12281 2003-09-21 Kim F. Storm <storm@cua.dk>
12282
12283 * scroll-bar.el (set-scroll-bar-mode): Initialize to
12284 new built-in variable default-frame-scroll-bars.
12285 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
12286 scroll-bar-mode; notably, use it instead of t when we toggle
12287 scroll-bars on.
12288 (toggle-scroll-bar): Use default-frame-scroll-bars.
12289
12290 2003-09-19 Masatake YAMATO <jet@gyve.org>
12291
12292 * pcvs.el (cvs-do-removal): Change the prompt depending on
12293 `filter' value.
12294
12295 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12296
12297 * startup.el (command-line-1): Stop startup-echo-area-message
12298 being hidden by "Loading image..." message.
12299 (use-fancy-splash-screens-p, display-splash-screen):
12300 Move display-graphic-p test from latter to former.
12301
12302 * progmodes/sh-script.el (sh-font-lock-keywords):
12303 Highlight escaped EOLs differently from other backslash constructs.
12304
12305 2003-09-19 Richard M. Stallman <rms@gnu.org>
12306
12307 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
12308 New functions.
12309 (edebug-enter, edebug-outside-excursion): Use them.
12310
12311 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12312 Fix the condition for whether to print "In WHERE".
12313
12314 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
12315
12316 * finder.el (finder-mode-hook): New variable.
12317 (finder-mode): Run hook finder-mode-hook
12318
12319 2003-09-18 Masatake YAMATO <jet@gyve.org>
12320
12321 * progmodes/ebrowse.el: Fix broken magic autoload comments.
12322
12323 2003-09-17 Mario Lang <mlang@delysid.org>
12324
12325 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
12326 "p %e" to actually print the value in the GUD buffer.
12327
12328 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
12329
12330 From David Ponce <david.ponce@wanadoo.fr>:
12331 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
12332 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
12333 from loaddefs-boot.el if necessary.
12334
12335 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
12336
12337 * progmodes/gud.el (gud-find-class): Make jdb work again since
12338 cc-mode changed the syntactic information.
12339
12340 2003-09-15 David Ponce <david@dponce.com>
12341
12342 * recentf.el: (recentf-exclude): Accept predicates too.
12343 (recentf-file-readable-p): New function.
12344 (recentf-include-p): Handle predicates in recentf-exclude.
12345 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
12346 (recentf-cleanup): Likewise.
12347 (recentf-save-list): Use write-file to handle backup of
12348 recentf-save-file.
12349
12350 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
12351
12352 * loaddefs-boot.el: Renamed from `loaddefs.el'
12353 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
12354 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
12355 necessary.
12356
12357 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
12358
12359 * electric.el (Electric-pop-up-window): For the `one-window' case,
12360 no longer disconcertingly move point in the original buffer.
12361
12362 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
12365
12366 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
12367
12368 * dired.el (dired-mode-map): Fix typo.
12369
12370 2003-09-11 Richard M. Stallman <rms@gnu.org>
12371
12372 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
12373
12374 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12375
12376 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
12377 the function is less noisy. Now only `kill-buffer' can ask questions.
12378
12379 2003-09-10 Mario Lang <mlang@delysid.org>
12380
12381 * battery.el: Update Commentary and Copyright.
12382 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12383 appear due to wrong ordering of the expressions in `or'.
12384
12385 2003-09-09 Lute Kamstra <lute@gnu.org>
12386
12387 * misc.el (upcase-char): Fix docstring.
12388 (zap-up-to-char): New command.
12389
12390 2003-09-08 David Ponce <david@dponce.com>
12391
12392 Ensure that recentf correctly updates the menu bar.
12393 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12394 (recentf-menu-bar): New function.
12395 (recentf-clear-data): Use it
12396 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
12397 of easy-menu-change.
12398
12399 2003-09-08 Lute Kamstra <lute@gnu.org>
12400
12401 * simple.el (size-indication-mode): New.
12402 * bindings.el (mode-line-position): Add buffer size indicator.
12403
12404 2003-09-04 Mario Lang <mlang@delysid.org>
12405
12406 * battery.el (battery-linux-proc-acpi): New function.
12407 (battery-status-function): Modify default value calculation to also
12408 check for availability of ACPI.
12409 (battery-echo-area-format): Ditto.
12410 (battery-mode-line-format): Ditto.
12411
12412 2003-09-06 Dave Love <fx@gnu.org>
12413
12414 * ielm.el (ielm-mode-hook): Add :options.
12415
12416 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12417 (eldoc-print-current-symbol-info): Use it.
12418
12419 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12420
12421 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12422 being displayed in GUD buffer.
12423 (gdb-idle-input-queue): Remove var. Use just one queue.
12424 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12425 Remove functions. Use just one queue.
12426 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12427 (gdb-invalidate-assembler, gdb-get-current-frame):
12428 Modify functions. Use just one queue.
12429
12430 2003-09-04 Dave Love <fx@gnu.org>
12431
12432 * cus-start.el: Add blink-cursor-alist.
12433
12434 * ruler-mode.el (ruler-mode-fill-column-char)
12435 (ruler-mode-current-column-char): Use char-displayable-p,
12436 not window-system.
12437
12438 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12439
12440 * language/european.el (windows-1252): Move from code-pages.
12441
12442 * language/cyrillic.el ("Windows-1251"): Delete.
12443 ("Bulgarian", "Belarusian"): Remove `features'.
12444 (windows-1251): Move from code-pages.
12445
12446 * international/mule-diag.el (non-iso-charset-alist):
12447 Remove `codepage' stuff.
12448 (print-designation, list-coding-systems-1): Output fixes.
12449
12450 * international/code-pages.el (cp-make-translation-table)
12451 (cp-valid-codes): Made defsubsts.
12452 (cp-fix-safe-chars): Delete.
12453 (mule-diag): Don't require.
12454 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12455 (top-level): Check for defined coding system when defining
12456 cp... aliases. Change w32-add-charset-info test to avoid warning.
12457 (non-iso-charset-alist): Defvar when compiling.
12458 (cp-make-coding-system): Doc fix.
12459
12460 2003-09-02 Jason Rumney <jasonr@gnu.org>
12461
12462 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12463 line-ends from CVS before doing conversion.
12464
12465 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
12466
12467 * calendar/diary-lib.el (diary-header-line-flag)
12468 (diary-header-line-format): New variables.
12469 (list-diary-entries): Use them to set header line in simple diary.
12470
12471 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12472 other than font-lock-string-face to highlight backslashes.
12473
12474 2003-09-01 Jason Rumney <jasonr@gnu.org>
12475
12476 * international/titdic-cnv.el (tit-read-key-value): Include \r in
12477 regexp.
12478
12479 2003-09-01 Dave Love <fx@gnu.org>
12480
12481 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12482
12483 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12484 and :help; also line and column numbers labels.
12485
12486 * international/mule-util.el (char-displayable-p): Move from
12487 latin1-disp, rename and autoload.
12488
12489 * international/latin1-disp.el (latin1-char-displayable-p):
12490 Now obsolete alias. Replace uses with char-displayable-p.
12491 (latin1-display-ucs-per-lynx): Fix last change.
12492
12493 * international/mule-cmds.el (standard-display-european-internal):
12494 Don't use char code for Latin-1 NBSP.
12495 <XFree86 4>: Unfrob NBSP display table. Set display table to use
12496 U+2018, U+2019 for `'.
12497 (select-safe-coding-system): Message fix.
12498
12499 2003-09-01 Kenichi Handa <handa@m17n.org>
12500
12501 * international/fontset.el (setup-default-fontset): For Thai
12502 font, specify "*" family.
12503
12504 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12505
12506 * progmodes/compile.el (previous-error): Accept a prefix
12507 argument, similarly to next-error.
12508
12509 2003-08-31 Masatake YAMATO <jet@gyve.org>
12510
12511 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12512 the number of files. Bind the number of files to a local
12513 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12514
12515 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12516
12517 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12518 2003-07-26: msdos-long-file-names is a function, not a variable.
12519
12520 2003-08-29 Richard M. Stallman <rms@gnu.org>
12521
12522 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12523 Do nothing with mail-personal-alias-file if it is nil.
12524
12525 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12526 Do nothing if mail-personal-alias-file is nil.
12527
12528 * term.el (term-exec-1): Bind coding-system-for-read.
12529
12530 * dired.el (dired-mouse-find-file-other-window):
12531 Use dired-view-command-alist here, as in dired-view-file.
12532 (dired-view-command-alist): Use %s to substitute file name.
12533 Handle .ps_pages, .eps, .jpg, .gif, .png.
12534
12535 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12536
12537 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12538 `Info-prev-reference', instead of M-tab.
12539
12540 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12541
12542 * simple.el (blink-matching-open): Work correctly on chars that
12543 are designated as parens through the syntax-table text property.
12544
12545 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12546
12547 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12548 line break position in the middle of a non-kinsoku (e.g. latin)
12549 word, making it skip until either a space or a character with
12550 category "|".
12551 (kinsoku-longer): Test for end of buffer.
12552
12553 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12554
12555 * mail/rmail.el (rmail-convert-to-babyl-format):
12556 Detect quoted-printable- and base64-encoded messages and decode them
12557 automatically. Set the message's encoding from the charset=
12558 header, if any. Decode base64-encoded messages in Mail format as well.
12559
12560 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12561
12562 * mail/smtpmail.el: Fix previous change.
12563 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12564 calling smtpmail-via-smtp.
12565 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12566
12567 2003-08-26 John Paul Wallington <jpw@gnu.org>
12568
12569 * image.el (image-jpeg-p): Don't search beyond length of data.
12570
12571 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12572
12573 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12574 misfeature in `expand-abbrev' which caused electric keywords like
12575 "else" to disappear if an open brace was typed directly afterwards.
12576
12577 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12578
12579 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12580 mandatory in `define-widget'.
12581
12582 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12583 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12584
12585 (c-assignment-operators): New language constant that only contains
12586 the assignment operators.
12587
12588 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12589
12590 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12591
12592 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12593 Safeguard against unbalanced sexps.
12594
12595 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12596
12597 * version.el (emacs-version): Check for gtk. Include gtk version info.
12598
12599 2003-08-25 John Paul Wallington <jpw@gnu.org>
12600
12601 * man.el (Man-default-man-entry): Don't whizz past the section
12602 number before looking for it.
12603
12604 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12605
12606 * progmodes/gud.el (gud-display-line): Don't set window-point if
12607 source buffer is not visible. (Only happens with M-x gdba.)
12608
12609 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12610 documentation.
12611 (gdb-source, gdb-source-info): Update to assembler unnecessary
12612 as its done after each GDB command anyway.
12613 (gdb-pre-prompt): Use with-current-buffer.
12614 (gdb-insert-field): Add help-echo text.
12615 (gdb-invalidate-assembler): Re-display of assembler now done in
12616 gdb-info-breakpoints-custom.
12617 (gdb-info-breakpoints-custom): Force re-display of assembler to
12618 happen *after* update of breakpoints buffer.
12619 (gdb-display-source-buffer): Don't choke if gdb-source-window
12620 isn't visible.
12621 (gdb-put-string, gdb-put-arrow): Remove free variables.
12622
12623 2003-08-24 John Paul Wallington <jpw@gnu.org>
12624
12625 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12626
12627 * man.el (Man-default-man-entry): Strip text properties when
12628 snarfing parts of entry because `format' preserves properties.
12629
12630 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12631
12632 * files.el (file-newest-backup): Use `expand-file-name'.
12633
12634 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12635 Allow the diary to pop up a new frame, if needed.
12636
12637 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12638 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12639 (smtpmail-send-it): Make treatment of envelope-from consistent with
12640 sendmail.el.
12641
12642 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12643 (sh-leading-keywords): Add the bash `time' reserved word.
12644 (sh-variables): Add some bash variables.
12645 (sh-add-completer): Fix nil branch of case statement.
12646
12647 2003-08-24 Masatake YAMATO <jet@gyve.org>
12648
12649 * progmodes/ld-script.el: New file.
12650
12651 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12652
12653 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12654
12655 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12656
12657 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12658 Better explain obsolescence, and what to use instead.
12659
12660 2003-08-23 Masatake YAMATO <jet@gyve.org>
12661
12662 * pcvs.el (cvs-do-removal): Show the deleted file name
12663 on the prompt.
12664
12665 2003-08-20 Dave Love <fx@gnu.org>
12666
12667 * international/mule.el (make-coding-system)
12668 (set-buffer-file-coding-system): Doc fix.
12669
12670 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12671
12672 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12673
12674 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12675
12676 * international/utf-16.el: Add mime-text-unsuitable coding system
12677 properties.
12678
12679 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12680
12681 * cus-edit.el: Add some :links.
12682 (bib): Remove.
12683
12684 * textmodes/bib-mode.el (bib): Add :group external.
12685
12686 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12687
12688 * wid-edit.el (widget-echo-help): Make it handle expressions that
12689 evaluate to strings.
12690
12691 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12692
12693 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12694
12695 Simplify selection of SQL products to define highlighting and
12696 interactive mode. Includes detailed instructions on adding
12697 support for new products.
12698
12699 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12700 product for use in highlighting and interactive mode.
12701 (sql-interactive-product): New variable. SQL product for
12702 sql-interactive-mode.
12703 (sql-product-support): New variable. Specifies product-specific
12704 parameters to drive highlighting and interactive mode.
12705 (sql-imenu-generic-expression): Add more object types.
12706 (sql-sqlite-options): Correct comment.
12707 (sql-ms-program): Use "osql" rather than "isql".
12708 (sql-prompt-regexp, sql-prompt-length): Update comment.
12709 (sql-mode-menu): Add "Start SQLi session" entry.
12710 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12711 (sql-mode-abbrev-table): Add abbreviations. Support of
12712 SYSTEM-FLAG on define-abbrev. Support was removed with last
12713 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12714 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12715 names.
12716 (sql-mode-ansi-font-lock-keywords): Set as default value.
12717 (sql-mode-oracle-font-lock-keywords): Set as default value.
12718 Support Oracle 9i keywords.
12719 (sql-mode-postgres-font-lock-keywords): Set as default value.
12720 (sql-mode-linter-font-lock-keywords): Set as default value.
12721 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12722 SQLServer 2000.
12723 (sql-mode-sybase-font-lock-keywords)
12724 (sql-mode-interbase-font-lock-keywords)
12725 (sql-mode-sqlite-font-lock-keywords)
12726 (sql-mode-strong-font-lock-keywords)
12727 (sql-mode-mysql-font-lock-keywords)
12728 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12729 keywords.
12730 (sql-mode-font-lock-defaults): Update comment.
12731 (sql-product-feature): New function. Returns feature associated
12732 with a product from `sql-product-support' alist.
12733 (sql-product-font-lock): New function. Set font-lock support
12734 based on `sql-product'.
12735 (sql-add-product-keywords): New function. Add font-lock rules to
12736 product-specific keyword variables.
12737 (sql-set-product): New function. Set `sql-product' and apply
12738 appropriate font-lock highlighting.
12739 (sql-highlight-product): New function. Set font-lock support
12740 based on a product. Also set mode name to include product name.
12741 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12742 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12743 Use `sql-set-product'.
12744 (sql-highlight-ms-keywords)
12745 (sql-highlight-sybase-keywords)
12746 (sql-highlight-interbase-keywords)
12747 (sql-highlight-strong-keywords)
12748 (sql-highlight-mysql-keywords)
12749 (sql-highlight-sqlite-keywords)
12750 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12751 (sql-get-login): Prompt in the same order as the tokens.
12752 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12753 (sql-product-interactive): New function. Common portions of
12754 product-specific interactive mode wrappers.
12755 (sql-interactive-mode): Rewritten to use product features.
12756 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12757 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12758 (sql-db2, sql-linter): Use `sql-product-interactive'.
12759 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12760 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12761 (sql-connect-ingres, sql-connect-postgres)
12762 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12763 New functions. Format command line parameters and invoke comint on
12764 the appropriate interpreter. Code was in the corresponding
12765 `sql-xyz' function before.
12766 (sql-connect-ms): New function. Support -E argument to use
12767 operating system credentials for authentication.
12768
12769 2003-08-18 Kenichi Handa <handa@m17n.org>
12770
12771 * international/mule.el (encode-char): Fix for the ASCII case.
12772
12773 2003-08-15 Kenichi Handa <handa@m17n.org>
12774
12775 * international/fontset.el (setup-default-fontset): Change "*" to
12776 nil in the specifications of font family.
12777
12778 2003-08-18 Kim F. Storm <storm@cua.dk>
12779
12780 * kmacro.el (kmacro-keymap): Group related bindings in
12781 initialization for clarity. Bind C-s to start macro.
12782 Remove C-r binding.
12783 (kmacro-initial-counter-value): New defvar to hold initial counter
12784 value in case we set the value before defining a macro.
12785 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12786 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12787 not defining or executing macro. Doc fix.
12788 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12789 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12790 temporarily view older elements on the macro ring without cycling
12791 the ring.
12792 (kmacro-display): Doc fix.
12793 (kmacro-exec-ring-item): New helper function.
12794 (kmacro-call-ring-2nd): Use it.
12795 (kmacro-call-ring-2nd-repeat): Doc fix.
12796 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12797 (kmacro-end-or-call-macro): Execute last viewed macro (using
12798 kmacro-exec-ring-item) from ring if this follows
12799 kmacro-view-macro. This allows us to find a macro on the ring
12800 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12801 the ring to bring it to the head of the ring.
12802 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12803 Allow binding to reserved keys without specifying C-x C-k prefix.
12804 Ask for confirmation if entered key sequence is already bound to
12805 a non-macro command.
12806 (kmacro-view-macro): Repeating command will show older elements
12807 on the macro ring; C-k will execute the last viewed macro.
12808 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12809 property from 'ring to 'head.
12810
12811 2003-08-17 Alan Shutko <ats@acm.org>
12812
12813 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12814 keeping December out of the alist.
12815
12816 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12817
12818 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12819 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12820 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12821 (calendar-flatten): New function.
12822 (calendar-mouse-view-other-diary-entries)
12823 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12824 in the menu title and to show multi-line diary entries correctly
12825 in the menu.
12826
12827 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12828
12829 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12830 defcustom, because the default was recently changed.
12831
12832 2003-08-16 Richard M. Stallman <rms@gnu.org>
12833
12834 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12835
12836 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12837 New subroutine, broken out of eval-last-sexp-1.
12838 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12839
12840 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12841
12842 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12843
12844 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12845
12846 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12847
12848 * progmodes/compile.el (compilation-error-regexp-alist):
12849 Add Java ANt error detection as described in document
12850 http://ant.apache.org/faq.html
12851
12852 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12853
12854 * simple.el (backward-word, forward-to-indentation)
12855 (backward-to-indentation): Argument changed to optional.
12856 (next-line, previous-line): Use `or' instead of `unless'.
12857
12858 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12859
12860 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12861 instead of a constant.
12862
12863 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12864
12865 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12866
12867 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12868
12869 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12870 (vc-sccs-workfile-version): Search the entire delta table, rather
12871 than just the first entry, because that might be a deleted version.
12872
12873 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12874
12875 * menu-bar.el (menu-bar-options-menu): Supply a body for the
12876 [save-place] binding in the Options menu. Have it require
12877 'saveplace' and then toggle the variable manually, to avoid an an
12878 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12879 for the bug report.
12880
12881 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12882
12883 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12884 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12885 (gdb-info-threads-custom): Add help-echo text.
12886 (gdb-display-back): Don't use purecopy.
12887 (gdb-info-breakpoints-custom, gdb-reset)
12888 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12889 icons can be displayed.
12890
12891 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12892
12893 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12894
12895 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12896
12897 * bookmark.el (bookmark-completing-read):
12898 Return a string, instead of a list of one string.
12899 Use a popup menu if activated from the mouse.
12900 (bookmark-edit-annotation): Remove unused vars.
12901 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12902 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12903 to bookmark-completing-read.
12904 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12905 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12906 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12907 and erase-buffer.
12908 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12909 (bookmark-menu-jump, bookmark-menu-insert)
12910 (bookmark-popup-menu-and-apply-function)
12911 (bookmark-menu-popup-paned-bookmark-menu): Remove.
12912 (bookmark-menu-build-paned-menu): Remove by folding it into
12913 bookmark-menu-popup-paned-menu.
12914 (menu-bar-bookmark-map): Move the define-key statements here.
12915 Use the "non-menu" commands since they now pop up a menu if needed.
12916 (bookmark-exit-hook-internal): Simplify.
12917
12918 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
12919
12920 * reftex-toc.el (reftex-toc-rename-label): New function.
12921 (reftex-toc-check-docstruct): New function.
12922
12923 * reftex.el (reftex-region-active-p): New function.
12924
12925 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12926 regexp to find the \bibliography macro.
12927
12928 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12929 which does not exist in LaTeX.
12930 (reftex-cite-format-builtin): Added amsrefs support.
12931 (reftex-toc-confirm-promotion): New option
12932
12933 * reftex-toc.el
12934 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12935 (reftex-toc-demote, reftex-toc-promote)
12936 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12937 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12938 (reftex-toc-newhead-from-alist)
12939 (reftex-toc-load-all-files-for-promotion): New functions.
12940 (reftex-toc-help): Added description of new keys.
12941 (reftex-toc-split-windows-fraction): New option.
12942 (reftex-recenter-toc-when-idle): Search *toc* window on all
12943 visible frames.
12944 (reftex-toc): Additional parameter REUSE
12945 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
12946 with REUSE argument.
12947 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12948 the call of `reftex-toc'.
12949 (reftex-make-separate-toc-frame): New function .
12950 (reftex-toc-recenter): When called with triple prefix arg, call
12951 `reftex-make-separate-toc-frame' first.
12952 (reftex-toc-toggle-dedicated-frame): New command.
12953 (reftex-toc-quit): Adapted to delete frame when called in
12954 dedicated frame.
12955
12956 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12957 all enclosing macros.
12958
12959
12960 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12961
12962 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12963 first use.
12964
12965 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12966
12967 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12968
12969 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12970
12971 * calendar/calendar.el (list-diary-entries-hook)
12972 (diary-display-hook, nongregorian-diary-listing-hook)
12973 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12974 Add some customize options for these hooks.
12975 (calendar-abbrev-construct): Don't try to take a substring longer
12976 than the original string.
12977
12978 2003-08-05 Richard M. Stallman <rms@gnu.org>
12979
12980 * emacs-lisp/testcover.el (noreturn): Report error if does return.
12981 (testcover-reinstrument-clauses): Doc fix.
12982
12983 * emacs-lisp/warnings.el: Doc fixes, args renamed.
12984 (warning-type-format): Rename from warning-group-format.
12985
12986 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12987 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12988 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12989 to prevent warnings about defvar for an obsolete variable.
12990
12991 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12992 warning-group-format renamed to warning-type-format.
12993
12994 * subr.el (read-passwd): Use clear-string instead of fillarray.
12995
12996 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12997 Use vconcat instead of concat.
12998 (edmacro-sanitize-for-string): New function.
12999
13000 2003-08-05 Dave Love <fx@gnu.org>
13001
13002 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
13003 line-number-display-limit-width.
13004
13005 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
13006
13007 2003-08-05 Kenichi Handa <handa@m17n.org>
13008
13009 * international/code-pages.el: Don't require mule-diag.
13010
13011 * international/mule-diag.el (non-iso-charset-alist):
13012 Add autoload cookie.
13013
13014 * language/devan-util.el (dev-glyph-order): Add an entry for the
13015 glyph code #xC4.
13016
13017 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13018
13019 * calendar/calendar.el (diary-file, diary-file-name-prefix)
13020 (european-calendar-style, diary-date-forms)
13021 (calendar-day-name-array, calendar-month-name-array): Doc change.
13022 (generate-calendar-month): Adapt for new behaviour of
13023 `calendar-day-name' function.
13024 (calendar-abbrev-length, calendar-day-abbrev-array)
13025 (calendar-month-abbrev-array): New variables.
13026 (calendar-abbrev-construct): New function.
13027 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
13028 rather than fixing abbrevs at some width. Calling syntax change.
13029 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
13030 (calendar-date-string): Adapt for new behaviours of
13031 `calendar-day-name' and `calendar-month-name' functions.
13032
13033 * calendar/diary-lib.el (list-diary-entries): Adapt for new
13034 behaviour of `calendar-day-name' and `calendar-month-name' functions.
13035 (diary-name-pattern): Use abbrev arrays, rather than fixing
13036 abbrevs at three chars. Calling syntax change.
13037 (mark-diary-entries): Adapt for new behaviours of
13038 `diary-name-pattern' and `calendar-make-alist' functions.
13039 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
13040 `diary-name-pattern' function.
13041 (font-lock-diary-date-forms): Use abbrev arrays, rather than
13042 fixing abbrevs at three chars. Calling syntax change.
13043 (cal-hebrew, cal-islam): Require when compiling.
13044 (diary-font-lock-keywords): Adapt for new behaviour of
13045 `font-lock-diary-date-forms' function.
13046
13047 * calendar/cal-hebrew.el: Reposition some code so defined before used.
13048 (calendar-hebrew-month-name-array-common-year)
13049 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
13050 (list-hebrew-diary-entries): Adapt for new behaviours of
13051 `calendar-day-name' and `add-to-diary-list' functions.
13052 (mark-hebrew-diary-entries): Adapt for new behaviours of
13053 `diary-name-pattern' and `calendar-make-alist' functions.
13054
13055 * calendar/cal-islam.el (calendar-islamic-month-name-array):
13056 Add doc string.
13057 (list-islamic-diary-entries): Adapt for new behaviours of
13058 `calendar-day-name' and `add-to-diary-list' functions.
13059 (mark-islamic-diary-entries): Adapt for new behaviours of
13060 `diary-name-pattern' and `calendar-make-alist' functions.
13061
13062 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
13063 `calendar-month-name' function.
13064
13065 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
13066
13067 * calendar/solar.el (solar-seasons-data): Move definition before use.
13068
13069 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
13070 (cal-tex-LaTeX-hourbox): Move definition before use.
13071
13072 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
13073 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
13074 lunar.el, solar.el
13075 (displayed-month, displayed-year): Define for compiler.
13076
13077 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13078
13079 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
13080 MODE. Renamed from c-init-c-language-vars'.
13081 (c-initialize-cc-mode): Change accordingly.
13082 (c-common-init): Ditto.
13083 (c-mode): Ditto.
13084 (c++-mode): Use `c-init-language-vars-for'.
13085 (objc-mode): Ditto.
13086 (java-mode): Ditto.
13087 (idl-mode): Ditto.
13088 (pike-mode): Ditto.
13089 (awk-mode): Ditto.
13090
13091 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13092
13093 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
13094 or not the point moved.
13095
13096 (c-search-decl-header-end): Don't trip up on operator identifiers
13097 in C++ and operators like == in all languages.
13098
13099 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
13100 Detect leading labels correctly.
13101
13102 2003-08-02 Andreas Schwab <schwab@suse.de>
13103
13104 * textmodes/ispell.el: Don't redo key bindings on loading, put
13105 them only in loaddefs.el.
13106 * bookmark.el: Likewise.
13107 * dabbrev.el: Likewise.
13108 * emerge.el: Likewise.
13109
13110 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
13111 has more than one member.
13112
13113 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
13114
13115 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13116
13117 * lpr.el (printify-region): It was ending conversion before the
13118 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
13119
13120 2003-07-31 John Paul Wallington <jpw@gnu.org>
13121
13122 * net/browse-url.el (browse-url-epiphany): Doc fix.
13123
13124 2003-07-30 Kenichi Handa <handa@m17n.org>
13125
13126 * international/fontset.el (setup-default-fontset):
13127 Change registry names of Akurti fonts.
13128
13129 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13130
13131 * comint.el (comint-read-noecho): Use `clear-string' instead of
13132 `fillarray'.
13133
13134 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
13135
13136 * outline.el (outline-mode-hook): Add defvar.
13137
13138 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
13139
13140 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
13141 Restore assembler in source window if that is what has been selected.
13142 (menu): Add gdb-restore-windows to menu. Make gdba
13143 specific menus only visible from gdba.
13144
13145 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
13146
13147 * progmodes/compile.el (compilation-environment): New user variable.
13148 (compile-internal): Respect it.
13149
13150 2003-07-23 Masatake YAMATO <jet@gyve.org>
13151
13152 * progmodes/gud.el (gdb-script-font-lock-keywords):
13153 Put `font-lock-function-name-face' on a symbol which includes
13154 `-' like `hook-run'. Put font-lock-variable-name-face
13155 on a symbol starting with $.
13156
13157 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
13158
13159 * files.el (set-visited-file-name): Use truename for buffer-file-name.
13160
13161 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13162
13163 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
13164
13165 2003-07-26 Andre Spiegel <spiegel@gnu.org>
13166
13167 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
13168 Use with-no-warnings.
13169 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
13170 rather than to find-file-not-found-hook, which doesn't exist.
13171
13172 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
13173
13174 * international/quail.el (quail-translate-key): Fix previous change.
13175
13176 2003-07-25 John Paul Wallington <jpw@gnu.org>
13177
13178 * server.el (server-start): Check `server-process' is non-nil
13179 before killing it to avoid killing current buffer's process.
13180
13181 * simple.el (choose-completion-string): Use `minibufferp';
13182 test `completion-reference-buffer' if `buffer' arg is nil.
13183 (push-mark): Use `when' and `unless'.
13184 (pop-mark): Use `when'.
13185
13186 * mouse-sel.el (mouse-sel-get-selection-function):
13187 Check `x-last-selected-text-primary'. Don't barf if it or
13188 `x-last-selected-text' aren't bound.
13189
13190 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13191
13192 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
13193
13194 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
13195
13196 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
13197
13198 2003-07-23 John Paul Wallington <jpw@gnu.org>
13199
13200 * tooltip.el (defface tooltip): Inherit from variable-pitch.
13201
13202 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13203
13204 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
13205 string. Defvar the derived hook.
13206
13207 * macros.el (insert-kbd-macro): Escape double quote character.
13208 From Thomas W Murphy <twm@andrew.cmu.edu>.
13209
13210 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
13211
13212 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
13213 to match the specific mark rather than reusing comment-start-skip.
13214
13215 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
13216
13217 * progmodes/hideshow.el (hs-special-modes-alist):
13218 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
13219
13220 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
13221
13222 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
13223 value using ?\s.
13224
13225 2003-07-21 John Paul Wallington <jpw@gnu.org>
13226
13227 * subr.el (with-selected-window): Add closing paren.
13228
13229 2003-07-21 Richard M. Stallman <rms@gnu.org>
13230
13231 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
13232 (lisp-mode): Likewise.
13233
13234 * subr.el (with-selected-window): Copy code form save-selected-window
13235 so as to call select-window with norecord arg.
13236 (dynamic-completion-table): Doc fix.
13237 (lazy-completion-table): Doc fix.
13238
13239 * international/mule-cmds.el (set-locale-environment):
13240 langinfo renamed to locale-info.
13241
13242 * international/mule.el (auto-coding-functions): Doc fix.
13243
13244 2003-07-21 Kenichi Handa <handa@m17n.org>
13245
13246 * international/quail.el (quail-translate-key):
13247 Update quail-current-str correctly.
13248
13249 2003-07-21 Andreas Schwab <schwab@suse.de>
13250
13251 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
13252 ?, to "_".
13253
13254 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
13255 Version 2.0.36 of Tramp released.
13256
13257 * net/tramp.el (tramp-default-password-end-of-line): Rename from
13258 tramp-password-end-of-line.
13259 (tramp-password-end-of-line): New method parameter.
13260 (tramp-get-password-end-of-line): Function to access method
13261 parameter `tramp-password-end-of-line', or variable
13262 `tramp-default-password-end-of-line' (default value).
13263 (tramp-methods): Add entries for new parameter
13264 tramp-password-end-of-line.
13265 (tramp-enter-password): Use new function
13266 `tramp-get-password-end-of-line'.
13267 (tramp-handle-insert-file-contents): Do not
13268 unconditionally inhibit the file operation file-local-copy, only
13269 do that when the inhibit-file-name-operation is currently
13270 insert-file-contents. This fixes finding remote CVS-controlled
13271 files. (It would barf on inserting the CVS/Entries file
13272 literally, because the file-local-copy handler wasn't called.)
13273 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
13274 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
13275 (tramp-initial-commands): New variable.
13276 (tramp-process-initial-commands): New function, using the variable.
13277 (tramp-open-connection-setup-interactive-shell): Call the new function.
13278 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
13279 method into the buffer name, never use nil. Reported by Hanak
13280 David <dhanak@inf.bme.hu>.
13281 (tramp-open-connection-setup-interactive-shell): Erase buffer
13282 before sending "stty -onlcr".
13283
13284 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
13285
13286 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
13287
13288 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
13289
13290 2003-07-19 John Paul Wallington <jpw@gnu.org>
13291
13292 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
13293 (artist-draw-rect, artist-draw-square): Doc fixes.
13294
13295 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
13296
13297 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
13298
13299 2003-07-19 Kenichi Handa <handa@m17n.org>
13300
13301 * international/kkc.el (kkc-show-conversion-list-update):
13302 Highlight the correct candidate in the message.
13303
13304 2003-07-18 John Paul Wallington <jpw@gnu.org>
13305
13306 * simple.el (current-word): Don't include punctuation char when
13307 `really-word' arg is non-nil.
13308
13309 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
13310
13311 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
13312 moved to the directory obsolete.
13313
13314 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
13315
13316 * info.el (Info-menu-entry-name-re): Allow newlines in
13317 menu entry names.
13318
13319 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
13320 syntax-ppss-after-change-function.
13321 (syntax-ppss-after-change-function): New alias. Update uses.
13322 (syntax-ppss): Catch the case where the buffer is narrowed.
13323
13324 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13325
13326 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
13327 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
13328
13329 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13330
13331 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
13332 since it might be modified.
13333
13334 * progmodes/cc-langs.el (c++-make-template-syntax-table)
13335 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
13336 names to these language constants.
13337
13338 2003-07-15 Kim F. Storm <storm@cua.dk>
13339
13340 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
13341 All uses changed.
13342
13343 2003-07-14 Mark A. Hershberger <mah@everybody.org>
13344
13345 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
13346 Namespace support.
13347
13348 2003-07-13 Juanma Barranquero <lektu@terra.es>
13349
13350 * frame.el (modify-all-frames-parameters): Reinstall (copyright
13351 papers received).
13352
13353 2003-07-13 Karl Eichwalder <ke@suse.de>
13354
13355 * textmodes/po.el (po-find-charset): White space at the start of the
13356 Content-Type field body is non-mandatory.
13357
13358 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13359
13360 * textmodes/texinfo.el (texinfo-section-list):
13361 Append appendixsection; a synonym for appendixsec.
13362
13363 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
13364
13365 * man.el (Man-translate-cleanup): New.
13366 (Man-translate-references): Call `Man-translate-cleanup' to clean
13367 leading, trailing and middle spaces.
13368
13369 2003-07-13 Lars Hansen <larsh@math.ku.dk>
13370
13371 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
13372 Handle `dired-directory' being a list.
13373
13374 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
13375
13376 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
13377 it doesn't exist.
13378
13379 2003-07-12 Richard M. Stallman <rms@gnu.org>
13380
13381 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13382
13383 * progmodes/cc-defs.el (c-make-keywords-re):
13384 Don't use delete-duplicates.
13385 (c-lang-const): Don't use mapcan.
13386
13387 * apropos.el (apropos-show-scores): Make it customizable.
13388 Document new meaning.
13389 (apropos): Compute scores from symbols.
13390 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13391
13392 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13393
13394 * ps-bdf.el: Fix copyright line.
13395 (bdf-directory-list): Fix initialization code.
13396
13397 2003-07-11 John Paul Wallington <jpw@gnu.org>
13398
13399 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13400 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13401 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13402
13403 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13404
13405 * emacs-lisp/ring.el (ring-elements): Doc fix.
13406
13407 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13408
13409 * calendar/timeclock.el (timeclock-relative)
13410 (timeclock-ask-before-exiting, timeclock-use-display-time):
13411 Doc changes.
13412 (timeclock-modeline-display): Give a message if
13413 `timeclock-use-display-time' is non-nil but `display-time-mode'
13414 is not active.
13415
13416 2003-07-11 Kenichi Handa <handa@m17n.org>
13417
13418 * international/mule-cmds.el (set-language-environment):
13419 Set current-language-environment to the correct string.
13420
13421 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13422
13423 * ps-print.el: Print line number correctly in a region. Reported by
13424 Tim Allen <timallen@ls83.fsnet.co.uk>.
13425 (ps-print-version): New version number (6.6.2).
13426 (ps-printing-region): Code fix.
13427
13428 2003-07-10 John Paul Wallington <jpw@gnu.org>
13429
13430 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13431 this function can be called from `add-completions-from-tags-table'.
13432
13433 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13434
13435 * calendar/timeclock.el (timeclock-use-display-time)
13436 (timeclock-day-over-hook, timeclock-workday-remaining)
13437 (timeclock-status-string, timeclock-when-to-leave)
13438 (timeclock-when-to-leave-string, timeclock-log-data)
13439 (timeclock-find-discrep, timeclock-day-base)
13440 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13441 (timeclock-modeline-display): Set the variable
13442 `timeclock-modeline-display'.
13443 (timeclock-update-modeline): Doc fix. Respect value of
13444 `timeclock-relative'.
13445
13446 2003-07-09 Richard M. Stallman <rms@gnu.org>
13447
13448 * textmodes/reftex-parse.el (reftex-all-document-files):
13449 Add autoload cookie.
13450
13451 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13452 (reftex-scanning-info-available-p): Add autoload cookie.
13453
13454 * international/mule-cmds.el
13455 (set-display-table-and-terminal-coding-system): Delete duplicate
13456 aset on standard-display-table.
13457
13458 * view.el (view-file): If existing buffer's major mode is special,
13459 don't go into view mode.
13460
13461 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13462
13463 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13464
13465 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13466 buffer changes; there's third party code that calls this function
13467 directly.
13468
13469 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13470
13471 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13472 (autodoc-font-lock-keywords): Don't byte compile on font lock
13473 initialization when running from byte compiled files.
13474
13475 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13476
13477 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13478 statement ends with auto-increment "++".
13479
13480 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13481
13482 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13483 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13484 these are changed, so declare them as variables and not constants.
13485
13486 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
13487
13488 * subr.el (dolist, dotimes): Doc fix.
13489
13490 2003-07-08 Kim F. Storm <storm@cua.dk>
13491
13492 * international/mule-cmds.el
13493 (set-display-table-and-terminal-coding-system): Don't break
13494 bootstrap if standard-display-table isn't setup yet.
13495
13496 2003-07-07 Richard M. Stallman <rms@gnu.org>
13497
13498 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13499 Give it a doc string, and autoload it.
13500
13501 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13502 Use with-no-warnings.
13503
13504 * info.el (Info-search): If find invisible text, search again.
13505
13506 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13507
13508 * man.el (Man-name-regexp): Match + as part of name.
13509
13510 * simple.el (visible-mode): Rename from vis-mode.
13511 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13512
13513 * simple.el (current-word): New arg REALLY-WORD specifies
13514 don't include punctuation chars.
13515
13516 * emacs-lisp/debug.el (debug, debugger-env-macro):
13517 Use with-no-warnings while accessing and binding unread-command-char.
13518
13519 * international/mule-cmds.el
13520 (set-display-table-and-terminal-coding-system): Use explicit loop
13521 instead of calling standard-display-default.
13522
13523 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13524 Use condition-case to catch error in ange-ftp-get-files.
13525
13526 * net/browse-url.el (browse-url-browser-function):
13527 Add alternative for Epiphany.
13528 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13529 (browse-url-epiphany-startup-arguments)
13530 (browse-url-epiphany-new-window-is-tab): New variables.
13531 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13532
13533 * progmodes/compile.el (compile-auto-highlight): Default now t.
13534 (compile): Doc fix.
13535 (compilation-next-error): Fix previous change.
13536
13537 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13538
13539 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13540
13541 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13542
13543 * gdb-ui.el (gdb-source-info): Display current frame when
13544 attaching to an existing process.
13545 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13546 while laying out windows when attaching to an existing process.
13547
13548 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13549
13550 * info.el (Info-menu): Use Info-menu-entry-name-re.
13551
13552 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13553
13554 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13555 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13556
13557 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13558 to match the same text.
13559
13560 2003-07-06 John Paul Wallington <jpw@gnu.org>
13561
13562 * vc.el (vc-annotate-offset): Move defvar up.
13563
13564 2003-07-06 Kim F. Storm <storm@cua.dk>
13565
13566 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13567 This should fix the infinite loop when extracting menu names.
13568
13569 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13570
13571 * files.el (auto-mode-alist, interpreter-mode-alist):
13572 Remove entries to CC Mode modes to avoid duplicates; they are now added
13573 with autoload directives in cc-mode.el.
13574
13575 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13576
13577 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13578 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13579 these are changed, so declare them as variables and not constants.
13580
13581 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13582 ensure that the entry for ".c" extension comes before the one for
13583 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13584 Fix incorrect entries that were added to `interpreter-mode-alist'.
13585 Move the autoload directives for AWK to the top level since they
13586 aren't recognized anywhere else. Do not use the new AWK mode doc
13587 in the autoload form for the old AWK mode.
13588
13589 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13590
13591 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13592 (bibtex-sort-ignore-string-entries): Default value t.
13593 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13594 erroneously in previous version.
13595 (bibtex-string-files): Docstring reflects new parsing scheme.
13596 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13597 docstring, add # as one of the chars to crush
13598 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13599 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13600 (bibtex-autokey-name-change-strings)
13601 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13602 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13603 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13604 (bibtex-autokey-title-terminators)
13605 (bibtex-autokey-titlewords-stretch)
13606 (bibtex-autokey-titleword-ignore)
13607 (bibtex-autokey-titleword-case-convert)
13608 (bibtex-autokey-titleword-abbrevs)
13609 (bibtex-autokey-titleword-abbrevs)
13610 (bibtex-autokey-titleword-change-strings)
13611 (bibtex-autokey-titleword-length)
13612 (bibtex-autokey-titleword-separator)
13613 (bibtex-autokey-name-year-separator)
13614 (bibtex-autokey-year-title-separator)
13615 (bibtex-autokey-before-presentation-function)
13616 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13617 Fix docstring.
13618 (bibtex-strings, bibtex-reference-keys):
13619 Use lazy-completion-table and make-variable-buffer-local.
13620 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13621 (bibtex-braced-string-syntax-table)
13622 (bibtex-quoted-string-syntax-table): New variables.
13623 (bibtex-parse-nested-braces): Remove.
13624 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13625 (bibtex-parse-association): Simplify.
13626 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13627 (bibtex-parse-field-text): Simplify.
13628 (bibtex-search-forward-field, bibtex-search-backward-field):
13629 argument BOUND can take value t.
13630 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13631 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13632 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13633 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13634 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13635 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13636 and ending of entry. Update for changes of bibtex-search-entry.
13637 Simplify.
13638 (bibtex-map-entries): FUN is called with three arguments.
13639 (bibtex-search-entry): Return a cons pair with buffer positions of
13640 beginning and end of entry.
13641 (bibtex-enclosing-field): Simplify.
13642 (bibtex-format-entry): Use booktitle to set a missing title.
13643 (bibtex-autokey-get-names): Fiddle with regexps.
13644 (bibtex-generate-autokey): Use identity.
13645 (bibtex-parse-keys): Use simplified parsing algorithm if
13646 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13647 arguments. Return alist of keys.
13648 (bibtex-parse-strings): Simplify. Return alist of strings.
13649 (bibtex-complete-string-cleanup): Fix docstring.
13650 (bibtex-read-key): New function.
13651 (bibtex-mode): Fix docstring. Do not parse for keys and
13652 strings when the mode is entered. Set fill-paragraph-function to
13653 bibtex-fill-field. Setup font-lock-mark-block-function the way
13654 font-lock intended.
13655 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13656 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13657 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13658 (bibtex-Preamble): Avoid hard coded constants.
13659 (bibtex-make-field): Fix docstring. Simplify.
13660 (bibtex-beginning-of-entry): Always return new position of point.
13661 (bibtex-end-of-entry): Rearrange cond clauses.
13662 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13663 Update for changes of bibtex-map-entries.
13664 (bibtex-ispell-abstract): Do not move point.
13665 (bibtex-entry-index): Use downcase. Simplify.
13666 (bibtex-lessp): Handle catch-all.
13667 (bibtex-find-crossref): Turn into a command.
13668 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13669 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13670 preamble entries.
13671 (bibtex-fill-field-bounds): New function.
13672 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13673 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13674 (bibtex-String): Use bibtex-strings. Always obey
13675 bibtex-sort-ignore-string-entries.
13676
13677 2003-07-05 John Paul Wallington <jpw@gnu.org>
13678
13679 * cus-theme.el (customize-create-theme):
13680 Call `customize-create-theme' in Reset widget's notify function.
13681
13682 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13683 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13684 (define-ibuffer-column name): Add summarizer.
13685 (define-ibuffer-column size): Likewise.
13686 (define-ibuffer-column filename): Likewise.
13687 (define-ibuffer-column process): Likewise. Change BODY's output too.
13688 (define-ibuffer-column filename-and-process): Likewise, likewise.
13689 (ibuffer): Remove local vars `already-in' and `need-update'.
13690
13691 * ibuf-ext.el: Don't require `derived' at compile-time.
13692
13693 2003-07-05 Kim F. Storm <storm@cua.dk>
13694
13695 * info.el: Disable paragraph refilling.
13696 (Info-refill-paragraphs): New defcustom.
13697 (Info-fontify-node): Use it.
13698
13699 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13700
13701 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13702 thingies from constructors created by defstruct.
13703
13704 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13705 the default value of the variable.
13706 (byte-code-meter): Move declaration to top level.
13707
13708 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13709
13710 * info.el (Info-following-node-name-re): New fun.
13711 (Info-following-node-name): Remove.
13712 (Info-insert-dir): Use the new fun.
13713 (Info-extract-pointer): Don't save restriction; use new fun.
13714 (Info-menu-entry-name-re): New const.
13715 (Info-menu-entry-name-re): Use it along with new fun.
13716 (Info-node-spec-re): Use new fun.
13717 (Info-complete-menu-item, Info-fontify-node): Use new const.
13718 (Info-goto-node, Info-follow-reference, Info-menu-update):
13719 Use match-string.
13720 (Info-follow-reference): Use assoc-string.
13721 Use a list of strings for the completion table.
13722 (Info-fontify-node): Use match-string, line-end-position.
13723 Limit the search for `node:' to the first line.
13724
13725 * newcomment.el (uncomment-region): Remove padding coming from
13726 comment-start rather than just from comment-padding.
13727
13728 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13729 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13730 (vc-cvs-rename-file): Remove (use the default).
13731 (vc-cvs-register): Register parent dir if needed.
13732 (vc-cvs-could-register): Return non-nil if parent can be registered.
13733 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13734 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13735
13736 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13737 (vc-svn-update): Fix the arguments to `svn'.
13738 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13739 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13740 Simple implementations, assuming `name' is a URL.
13741
13742 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13743 set of chars allowed unquoted in a case pattern.
13744
13745 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13746
13747 * font-lock.el (font-lock-extra-types-widget)
13748 (c-font-lock-extra-types, c++-font-lock-extra-types)
13749 (objc-font-lock-extra-types, java-font-lock-extra-types)
13750 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13751 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13752 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13753 (font-lock-match-c++-structor-declaration)
13754 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13755 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13756 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13757 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13758 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13759 (java-font-lock-keywords-3, java-font-lock-keywords)
13760 (java-font-lock-syntactic-face-function): Remove obsolete code
13761 and constants. It's all in cc-fonts.el now.
13762
13763 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13764
13765 * mail/sendmail.el (mail-specify-envelope-from)
13766 (mail-envelope-from): Doc fix.
13767
13768 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13769
13770 * generic-x.el: Do away with the dependency on `c-emacs-features'
13771 when populating `rul-generic-mode-syntax-table'; we already know
13772 this isn't XEmacs.
13773
13774 See ChangeLog.10 for earlier changes.
13775
13776 ;; Local Variables:
13777 ;; coding: iso-2022-7bit
13778 ;; End:
13779
13780 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13781 Copying and distribution of this file, with or without modification,
13782 are permitted provided the copyright notice and this notice are preserved.
13783
13784 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1