]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2004-12-08 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc.el: Add math-read-preprocess-string to autoloads.
4
5 * calc/calc-ext.el (math-read-replacement-list)
6 (math-read-superscripts, math-read-preprocess-string): Move to
7 calc-aent.el.
8
9 * calc/calc-aent.el (math-read-replacement-list)
10 (math-read-superscripts, math-read-preprocess-string): Move from
11 calc-ext.el.
12
13 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * isearch.el (isearch-quote-char): Fix up typo in last change.
16
17 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
18
19 * mouse.el (mouse-set-font): Handle the case where the command was
20 not invoked using the mouse.
21
22 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
23 (edmacro-finish-edit): Further update for keyboard macros that are
24 lambda forms.
25 (edmacro-sanitize-for-string): Correctly remove Meta modifier
26 (as suggested by Kim Storm).
27
28 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * font-lock.el (font-lock-unfontify-region): Save buffer state.
31 (font-lock-default-unfontify-region): Don't save buffer state any more.
32
33 2004-12-07 Jay Belanger <belanger@truman.edu>
34
35 * calc/calc-help.el (calc-describe-key):
36 Set calc-summary-indentation even when Calc Summary buffer exists.
37
38 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
39
40 * calendar/holidays.el (holiday-easter-etc): Make arguments
41 optional for backwards compatibility. Doc fix.
42 Remove un-necessary local vars mandatory, output-list.
43 (holiday-advent): Make arguments optional for backwards
44 compatibility. Doc fix.
45
46 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * paren.el (show-paren-function): Fix last change (2004-12-02).
49
50 * international/mule-util.el (char-displayable-p): Return nil for
51 unibyte mode.
52
53 * subr.el (subregexp-context-p): New function.
54
55 * isearch.el (isearch-quote-char): Use it.
56
57 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
58 (regexp-opt-not-groupie*-re): Remove.
59 (regexp-opt): Properly handle inputs with duplicate entries.
60
61 2004-12-06 Richard M. Stallman <rms@gnu.org>
62
63 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
64
65 * cus-edit.el (custom-file): Doc fix.
66
67 * textmodes/org.el: New file.
68
69 2004-12-06 Kenichi Handa <handa@m17n.org>
70
71 * ldefs-boot.el: Update international/mule-util.el section.
72
73 2004-12-05 Sam Steingold <sds@gnu.org>
74
75 * net/tramp.el (tramp-handle-file-accessible-directory-p):
76 Fix `tramp-time-diff' comparison logic.
77
78 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
79
80 * progmodes/which-func.el (which-function):
81 Use `run-hook-with-args-until-success' instead of a custom loop.
82 Fixes bug with local hooks.
83
84 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
85
86 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
87 Use delete-dups when calculating the initial value.
88 (bibtex-autokey-get-title): Use <=.
89 (bibtex-goto-line): New function.
90 (bibtex-reposition-window): Use line numbers instead of point
91 positions. Use window-body-height.
92 (bibtex-find-crossref): Use bibtex-reposition-window.
93 (bibtex-find-entry): Use bibtex-reposition-window. Always return
94 position of entry if key is found or nil if not found.
95
96 2004-12-05 Richard M. Stallman <rms@gnu.org>
97
98 * cus-edit.el (custom-file): Doc fix.
99
100 * progmodes/sh-script.el (sh-indent-for-then): Change default.
101
102 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * simple.el (blink-matching-open):
105 * textmodes/tex-mode.el (tex-validate-region):
106 Obey syntax-table text properties.
107
108 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
109
110 * wid-edit.el (widget-specify-field): Add `real-field' property to
111 boundary.
112 (widget-field-at): Use it.
113
114 2004-12-02 Richard M. Stallman <rms@gnu.org>
115
116 * progmodes/cc-mode.el (awk-mode autoload):
117 Supply t meaning interactive function.
118
119 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
120 (isearch-mode-map): No special definition for space.
121 (isearch-whitespace-chars): Command deleted.
122 (isearch-forward-regexp): Doc fix.
123 (isearch-quote-char): When a space is not inside brackets,
124 use `[ ]' instead of just space.
125 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
126
127 * imenu.el (imenu--generic-function): Delete code to exclude
128 matches in comments.
129
130 * man.el (Man-reverse-face): Change default to `highlight'.
131
132 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
133 (occur-engine): Use `face' prop rather than `font-lock-face'
134 when specifying use of `match-face'.
135 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
136
137 * emacs-lisp/elint.el (elint-standard-variables): Update list.
138
139 * add-log.el (add-log-current-defun): Handle the case where point
140 is in the header part of a DEFUN construct.
141
142 2004-12-02 Dave Love <fx@gnu.org>
143
144 * progmodes/python.el (python-font-lock-syntactic-keywords):
145 Fix previous change.
146
147 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
148
149 * paren.el (show-paren-function): Check for matching chars
150 specified by text props.
151
152 2004-12-02 Jay Belanger <belanger@truman.edu>
153
154 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
155 when reading a new key sequence.
156
157 2004-12-02 Kim F. Storm <storm@cua.dk>
158
159 * faces.el (escape-glyph): Rename from glyph.
160 (standard-display-table): Set it here. Add escape-glyph face to
161 extra slot characters.
162
163 * disp-table.el: Undo 2004-12-01 change. Display table is now
164 setup in faces.el.
165
166 2004-12-02 Mark A. Hershberger <mah@everybody.org>
167
168 * xml.el (xml-parse-dtd): Don't show validity messages when
169 xml-validating-parser is nil.
170 (xml-substitute-special): Fix validity error messages to
171 actually show the unexpandable entity. Added validity error if &
172 isn't followed by an entity.
173 (xml-parse-tag): Concatenate any string following the a
174 <![CDATA[]]> section to the parsed CDATA.
175 (xml-parse-dtd): Skip parameter entity declarations and use of
176 parameter entities.
177
178 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
179
180 * kmacro.el (kmacro-default-counter-format): New var.
181 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
182 (kmacro-display): Remove `nil' from `and' form. Delete call to
183 `format' inside `message'.
184 (kmacro-start-macro): Use `kmacro-default-counter-format'.
185
186 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
187
188 * pcvs.el (cvs-header-msg): New function.
189 (cvs-update-header): Use it. Change calling convention.
190 Correctly handle the case of having simultaneous active processes.
191 (cvs-sentinel): Don't call cvs-update-header any more.
192 (cvs-mode-run): Update call and add cvs-update-header to postproc.
193
194 2004-12-01 Jay Belanger <belanger@truman.edu>
195
196 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
197 Change message.
198
199 2004-12-01 Juri Linkov <juri@jurta.org>
200
201 * progmodes/prolog.el (prolog-mode-variables):
202 Fix imenu-generic-expression.
203
204 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
205
206 * faces.el (glyph): New face.
207
208 * disp-table.el: Add an autoloaded table, that doesn't require
209 this library, with glyph face.
210
211 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
212 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
213 (conf-quote-normal): Allow normalizing only ' or ".
214 (conf-mode): Regexp-quote constructed comment-start and don't
215 match section {} where "name" contains braces.
216
217 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
218 files.
219
220 2004-12-01 Kenichi Handa <handa@m17n.org>
221
222 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
223 (x-select-text): Don't treat eight-bit-control/graphic chars
224 specially. Store the encoded text in the X cut buffer.
225 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
226 with x-last-selected-text-cut-encoded.
227
228 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
231
232 2004-11-30 Markus Rost <rost@ias.edu>
233
234 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
235 AUCTeX.
236
237 2004-11-30 Jay Belanger <belanger@truman.edu>
238
239 * calc/calc-arith.el (math-possible-signs): Made stronger checks
240 on signs of intervals.
241 (math-pow-of-zero): Strengthen checks for positive and negative
242 exponents.
243
244 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
245 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
246 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
247 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
248 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
249 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
250 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
251 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
252 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
253 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
254 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
255 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
256 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
257 with provide statements.
258
259 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
260
261 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
262
263 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
264 (calc-load-everything, math-defsimplify): Replace dummy autoloading
265 functions by require statements.
266 (math-defsimplify): Move to calc-alg.el, add to autoloads.
267
268 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
269 (calc-gnuplot-print): Give them values.
270
271 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
272 autoloads.
273 Add calc-do-embedded-activate to autoloads.
274 (calc-gnuplot-name, calc-gnuplot-plot-command)
275 (calc-gnuplot-print-command): Move them to calc-graph.el.
276
277 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
278
279 * term/mac-win.el (ccl-encode-mac-roman-font)
280 (ccl-encode-mac-cyrillic-font)
281 (ccl-encode-mac-centraleuropean-font, encoder-list)
282 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
283 Support Cyrillic, CentralEuropean, and Dingbat font display
284
285 2004-11-30 Andre Spiegel <spiegel@gnu.org>
286
287 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
288
289 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
290 still nil.
291
292 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
293
294 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
295 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
296
297 2004-11-29 Jay Belanger <belanger@truman.edu>
298
299 * calc/calc-arith.el (math-pow-of-zero): Take into account different
300 cases of the base and exponent.
301
302 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
303
304 * simple.el (next-error-buffer-p): Allow for inclusive and
305 exclusive tests for finding a buffer.
306 (next-error-find-buffer): Pass the exclusive and inclusive tests
307 to next-error-buffer-p.
308
309 * replace.el (occur-next-error): Switch to the Occur buffer when
310 appropriate, use the exclusive filter to next-error-find-buffer to
311 do it. Use the absolute value of the motion amount.
312
313 2004-11-29 Kenichi Handa <handa@m17n.org>
314
315 * startup.el (command-line): Decode all default-directory by
316 locale-coding-system.
317
318 2004-11-29 Jay Belanger <belanger@truman.edu>
319
320 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
321 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
322 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
323 Replace calls to calc-extensions by appropriate require, replace
324 calc-extensions-loaded by appropriate featurep.
325
326 * calc/calc-ext.el: Move require to end of file.
327 Remove redundant loading of calc.el.
328 (calc-extensions-loaded): Remove unnecessary variable.
329 (calc-extensions): Remove unnecessary function.
330 (calc-load-everything): Replace calc-need-macros by appropriate require.
331
332 * calc/calc-macs.el: Move provide to end of file.
333 (calc-need-macros): Remove unnecessary function.
334
335 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
336 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
337 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
338 Replace calc-extensions by appropriate require.
339 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
340
341 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
342 Replace calc-need-macros by appropriate require.
343
344 * calc/calc.el: Move require to end of file.
345 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
346 Remove unnecessary variable.
347 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
348 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
349 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
350 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
351 (math-stack-value-offset, math-format-value, math-format-flat-expr)
352 (math-format-number, math-format-bignum, math-read-number)
353 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
354 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
355 by appropriate require.
356 (calc-check-defines): Replace calc-need-macros by appropriate require.
357
358 2004-11-29 Kim F. Storm <storm@cua.dk>
359
360 * macros.el (insert-kbd-macro): Handle kmacro functions.
361
362 2004-11-28 Juri Linkov <juri@jurta.org>
363
364 * compare-w.el (compare-windows-highlight): Attach each overlay
365 to its window to properly highlight differences while comparing
366 two windows of the same buffer. Fix arguments.
367 (compare-windows-sync-default-function): Fix arguments of
368 `compare-windows-highlight'.
369
370 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
371 Use `read-expression-history'. Set initial contents only if
372 `edebug-global-break-condition' is non-nil. Set histpos to 1
373 if initial contents is equal to the last history element.
374 (edebug-set-conditional-breakpoint): Instead of temporarily
375 prepending the current condition to the history, set initial
376 contents to the current condition. Set histpos to 1 if initial
377 contents is equal to the last history element.
378
379 * info.el (Info-search-whitespace-regexp): Remove shy group.
380 (Info-search): Forward line if search is on the header line.
381 Use search-whitespace-regexp in two other places.
382
383 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
384
385 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
386 warning. Delay real definition, which uses
387 `set-fringe-indicators-1' till after the definition of that function.
388
389 2004-11-28 Kim F. Storm <storm@cua.dk>
390
391 * fringe.el (fringe): New defgroup.
392 (fringe-mode): Move to fringe group.
393 (fringe-indicators): New defcustom.
394 (set-fringe-indicators-1): New defun.
395
396 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
397 (menu-bar-showhide-fringe-ind-menu): New keymap.
398 (menu-bar-showhide-fringe-ind-empty)
399 (menu-bar-showhide-fringe-ind-mixed)
400 (menu-bar-showhide-fringe-ind-box)
401 (menu-bar-showhide-fringe-ind-right)
402 (menu-bar-showhide-fringe-ind-left)
403 (menu-bar-showhide-fringe-ind-none): New defuns.
404 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
405
406 2004-11-27 Richard M. Stallman <rms@gnu.org>
407
408 * comint.el (comint-read-noecho): Add trivial compatibility definition.
409
410 * generic.el (define-generic-mode): Doc fix.
411
412 * menu-bar.el (menu-bar-options-save): For the options
413 that are toggled with menu-bar-make-mm-toggle, don't check
414 for customized-value prop.
415
416 2004-11-27 Eli Zaretskii <eliz@gnu.org>
417
418 * mail/supercite.el (sc-cite-region): Handle the case where
419 sc-cite-frame-alist is a symbol.
420 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
421 a symbol.
422 (sc-recite-region): Handle the case where sc-recite-frame-alist is
423 a symbol.
424
425 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
426
427 * wid-edit.el (widget-narrow-to-field): New function.
428 (widget-complete): Use it.
429
430 2004-11-27 Jay Belanger <belanger@truman.edu>
431
432 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
433 variable.
434 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
435 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
436 (math-alg-inequalities): Move declaration to earlier in the file.
437
438 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
439 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
440 Declare them.
441
442 * calc/calc-lang.el (math-expr-data, math-expr-token)
443 (math-exp-old-pos): Declare them.
444
445 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
446 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
447
448 2004-11-27 Kim F. Storm <storm@cua.dk>
449
450 * progmodes/flymake.el: Use (featurep 'xemacs).
451 (flymake-makehash): Change to defsubst. Use fboundp.
452 (flymake-time-to-float): Remove.
453 (flymake-float-time): Merge code from flymake-time-to-float here.
454 (flymake-replace-regexp-in-string): Change to defsubst.
455 (flymake-split-string-remove-empty-edges):
456 Rename to flymake-split-string.
457 (flymake-split-string): Remove previous defalias.
458 (flymake-get-temp-dir): Change to defsubst.
459 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
460 Define for xemacs only.
461 (flymake-master-file-count-limit): Change into compiler defvar only.
462 (flymake-find-possible-master-files): Let-bind it dynamically while
463 sorting files using flymake-master-file-compare.
464
465 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
468 of defun-prompt-regexp matches inside a comment/string but the
469 beginning is correctly outside everything.
470
471 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
472 appears within a string or a comment.
473
474 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
475 rather than make-symbol for symbols which are used in
476 a symbol-macrolet or equivalent.
477
478 2004-11-26 Jay Belanger <belanger@truman.edu>
479
480 * calc-misc.el (calc-last-why-command): Declare it.
481
482 * calc-vec.el (math-grade-vec): New variable.
483 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
484 Replace variable grade-vec by declared variable.
485 (math-rb-close): New variable.
486 (math-read-brackets, math-read-vector): Replace variable close by
487 declared variable.
488
489 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
490 (calc-one-window, calc-edit-handler, calc-restore-trail)
491 (calc-allow-ret): Declare them.
492
493 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
494 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
495 (math-radix-float-cache-tag, math-random-cache)
496 (math-max-digits-cache, math-integral-cache, math-units-table)
497 (math-format-date-cache, math-holidays-cache-tag): Declare them.
498 (math-moc-func): New variable.
499 (math-map-over-constants, math-map-over-constants-rec):
500 Replace variable func by declared variable.
501
502 * calc/calc-store.el (calc-given-value, calc-store-opers):
503 Declare them.
504 (calc-var-name-map): Move declaration to earlier in the file.
505 (calc-pv-pos): New variable.
506 (calc-permanent-variable, calc-insert-permanent-variable):
507 Replace variable pos by declared variable.
508
509 * calc/calc-mtx.el (calc-det-lu): New variable.
510 (math-det-raw, math-det-step): Replace variable lu by declared variable.
511
512 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
513 (math-multi-subst, math-multi-subst-rec): Replace variables temp
514 and arg by declared variables.
515 (calcFunc-reducer): Fix incorrect variable.
516 (math-inner-mul-func, math-inner-add-func): New variables.
517 (calcFunc-inner, math-inner-mats): Replace variables mul-func
518 and add-func by declared variables.
519
520 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
521 (calc-digit-value): Declare them.
522
523 * calc/calc-help.el (Info-history): Declare it.
524 (calc-describe-key): Make calc-summary-indentation a local variable.
525 (calc-help-long-names): Move declaration to earlier in file.
526
527 * calc/calc-embed.el (calc-original-buffer): Declare it.
528 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
529 (calc-embed-bot): New variables.
530 (calc-do-embedded, calc-embedded-mark-formula)
531 (calc-embedded-find-bounds, calc-embedded-duplicate)
532 (calc-embedded-new-formula, calc-embedded-make-info):
533 Replace vars outer-top, outer-bot, bot and top by declared variables.
534 (calc-embed-prev-modes): New variable.
535 (calc-embedded-set-modes, calc-embedded-update): Replace variable
536 prev-modes with declared variable.
537 (calc-embed-vars-used): New variable.
538 (calc-embedded-make-info, calc-embedded-evaluate-expr)
539 (calc-embedded-update, calc-embedded-find-vars): Replace variable
540 vars-used by declared variable.
541
542 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
543 (math-format-radix-float): Remove unnecessary setq.
544 (math-radix-float-cache): Declare it.
545
546 * calc/calcsel2.el (calc-keep-selection): Declare it.
547
548 * calc/calc-maint.el: Remove file.
549
550 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
551
552 * textmodes/bibtex.el (bibtex-sort-entry-class)
553 (bibtex-comment-start): Use defcustom.
554 (bibtex-entry-field-alist): Use nil if initial content of the
555 field is undefined. Fix docstring.
556 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
557 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
558 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
559 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
560 Fix docstring.
561 (bibtex-autokey-title-terminators): Use only one regexp.
562 (bibtex-string-maybe-empty-head): New variable.
563 (bibtex-remove-delimiters-string): New function.
564 (bibtex-text-in-field-bounds, bibtex-text-in-string):
565 Use bibtex-remove-delimiters-string.
566 (bibtex-progress-message, bibtex-field-left-delimiter)
567 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
568 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
569 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
570 Simplify.
571 (bibtex-format-entry): Use save-excursion for inherited booktitle.
572 Use eq and bibtex-remove-delimiters-string. For end markers use
573 insertion type so that marker stays after inserted text.
574 (bibtex-autokey-get-names): Return empty string if name is missing.
575 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
576 calling bibtex-autokey-name-case-convert.
577 (bibtex-autokey-demangle-title):
578 Call bibtex-autokey-titleword-case-convert. Remove call to
579 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
580 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
581 (bibtex-read-key): New optional arg global.
582 (bibtex-files-expand): New optional arg force.
583 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
584 (bibtex-complete-crossref-cleanup): Rename from
585 bibtex-complete-key-cleanup. Simplify code.
586 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
587 Operate on current entry.
588 (bibtex-button): Add docstring.
589 (bibtex-entry): Simplify.
590 (bibtex-make-field): Replace optional arg called-by-yank with more
591 specific args move and interactive.
592 (bibtex-end-of-entry): Use forward-sexp.
593 (bibtex-find-entry-globally): Remove.
594 (bibtex-find-crossref): Allow for crossref key located in other buffer.
595 Bound to C-c C-x.
596 (bibtex-find-entry): New optional args global and display.
597 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
598 (bibtex-validate): Use arg force of bibtex-files-expand.
599 (bibtex-clean-entry): Bugfix, clean string entries properly.
600 Always keep point at beginning of entry.
601 (bibtex-complete): Bugfix. Handle string entries properly.
602 Call cleanup functions only if needed.
603 (bibtex-String): Use bibtex-read-string-key.
604 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
605 case of replacement text.
606
607 2004-11-26 Lars Hansen <larsh@math.ku.dk>
608
609 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
610 (tramp-perl-directory-files-and-attributes): New constant.
611 (tramp-file-name-handler-alist): Delete file-directory-files, add
612 directory-files-and-attributes.
613 (tramp-perl-file-attributes): Surround uid and gid by double
614 quotes. Change parameter id-format from nonnumeric.
615 (tramp-convert-file-attributes): New function.
616 (tramp-handle-file-attributes): Use it.
617 (tramp-maybe-send-perl-script): New function.
618 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
619 file mode. Change parameter id-format from nonnumeric.
620 (tramp-handle-file-attributes-with-ls): Change parameter id-format
621 from nonnumeric.
622 (tramp-post-connection): Don't send tramp-perl-file-attributes
623 script. Reset connection property "perl-scripts".
624 (tramp-handle-insert-directory): Run real handler when ls-lisp is
625 in use.
626
627 2004-11-26 Lars Hansen <larsh@math.ku.dk>
628
629 * desktop.el (desktop-read): Replace mapcar with mapc.
630 (desktop-create-buffer): Replace mapcar with mapc.
631 Remove redundant piece of code.
632
633 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
634
635 * progmodes/gud.el (gud-display-line): Use display-buffer
636 for GDB-UI as for GUD.
637
638 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
639 Delete variables.
640 (gdb-ann3): Don't make GUD buffer dedicated.
641 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
642 (gdb-display-source-buffer): Delete function.
643 (gdb-view-source-function, gdb-view-assembler): Delete functions.
644 (menu): Delete menu bindings for viewing source/assembler.
645 (gdb-setup-windows, gdb-restore-windows):
646 Don't dedicate GUD. No assembler now.
647 (gdb-reset): No need to undedicate source buffers now.
648 (gdb-source-info): No assembler now.
649
650 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
651
652 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
653 width to those for special frames.
654 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
655 Use display-buffer.
656 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
657 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
658 (gdb-frame-assembler-buffer): Rework like
659 gdb-frame-breakpoints-buffer.
660
661 2004-11-25 Richard M. Stallman <rms@gnu.org>
662
663 * progmodes/flymake.el: Reindent.
664 (flymake-split-string): Turn into defalias.
665 (flymake-fix-file-name): Rename from flymake-fix-path-name.
666 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
667 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
668 (flymake-build-relative-filename): Rename from ...path.
669 Fix error message.
670
671 2004-11-25 Cheng Gao <chenggao@gmail.com>
672
673 * progmodes/flymake.el: Much whitespace and capitalization change.
674 Move `provide' to end. Require `compile' only when compiling.
675
676 2004-11-24 Jay Belanger <belanger@truman.edu>
677
678 * calc/calc-alg.el: Added comment.
679 (math-polynomial-base): Replace variable mpb-top-expr by
680 math-poly-base-top-expr.
681
682 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
683 (math-polynomial-p1): Replace variable mpb-top-expr by declared
684 variable.
685 (math-poly-base-total-base): New variable.
686 (math-total-polynomial-base, math-polynomial-p1): Replace variable
687 mpb-total-base by declared variable.
688 (math-factored-vars, math-to-list): Declare it.
689 (math-fact-expr): New variable.
690 (calcFunc-factors, calcFunc-factor, math-factor-expr)
691 (math-factor-expr-try, math-factor-expr-part): Replace variable
692 expr by declared variable.
693 (math-fet-x): New variable.
694 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
695 by declared variable.
696 (math-factor-poly-coefs): Make temp a local variable.
697
698 * calc/calc-units.el (calc-convert-units): Make units a local
699 variable.
700 (calc-num-units, calc-den-units): New variables.
701 (calc-explain-units, calc-explain-units-rec): Replace variables
702 num-units and den-units by declared variables.
703 (math-cu-unit-list): New variable.
704 (math-build-units-table, math-compare-unit-names)
705 (math-convert-units, math-convert-units-rec): Replace variable
706 unit-list by declared variable.
707 (math-fbu-base, math-fbu-entry): New variables.
708 (math-find-base-units, math-find-base-units-rec): Replace variables
709 base and entry by declared variables.
710 (math-which-standard): New variable.
711 (math-to-standard-units, math-to-standard-rec): Replace variable
712 which-standard by declared variable.
713 (math-fcu-u): New variable.
714 (math-find-compatible-unit, math-find-compatible-unit-rec):
715 Replace variable u by declared variable.
716 (math-cu-new-units, math-cu-pure): New variables.
717 (math-convert-units, math-convert-units-rec): Replace variables
718 new-units and pure by declared variables.
719 (math-try-cancel-units): New variable.
720 (math-simplify-units-quotient): Replace variable try-cancel-units by
721 declared variable.
722
723 2004-11-24 Richard M. Stallman <rms@gnu.org>
724
725 * textmodes/ispell.el (ispell-check-version):
726 If default-directory is nonexistent, use home dir.
727
728 * progmodes/grep.el (grep-regexp-alist):
729 Don't match parens around line numbers.
730
731 * progmodes/cperl-mode.el (cperl-indent-region)
732 (cperl-imenu--create-perl-index, cperl-xsub-scan):
733 Don't print progress messages.
734
735 * progmodes/compile.el (compilation-mode-map):
736 Don't inherit from compilation-minor-mode-map;
737 copy its bindings instead. But the menu bar Compile
738 entry now does inherit from compilation-menu-map.
739
740 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
741 Use with-no-warnings around compiler-macroexpand.
742
743 * imenu.el: Don't always require newcomment.
744 (imenu--generic-function): Call comment-normalize-vars
745 if we have a comment syntax.
746 Exit the loop if REGEXP matches the null string.
747 Test comment-start as well as comment-start-skip
748 when deciding whether to check for comments.
749
750 * tooltip.el (tooltip-mode): Doc fix.
751
752 * term.el (term-escape-char, term-mode): Doc fixes.
753
754 2004-11-24 Dave Love <fx@gnu.org>
755
756 * progmodes/python.el (python-font-lock-syntactic-keywords):
757 Check for escapes in the regexp.
758 (python-quote-syntax): Don't do it here.
759
760 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
761
762 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
763 (gdb-frames-mode-map, gdb-threads-mode-map)
764 (gdb-registers-mode-map, gdb-locals-mode-map)
765 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
766 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
767
768 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
769 (dedicated-switch-to-buffer): Rework.
770 (gdb-var-evaluate-expression-handler, gdb-put-string):
771 Remove unused variable bindings.
772 (gdb-setup-windows, gdb-display-buffer):
773 Simplify. Use pop-to-buffer.
774 (gdb-view-source-function): Simplify.
775 (gdb-frame-breakpoints-buffer):
776 Use pop-to-buffer, special-display-regexps.
777
778 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
779
780 * progmodes/f90.el (f90-smart-end)
781 (f90-previous-statement, f90-beginning-of-block): Doc fix.
782 (f90-calculate-indent): Handle un-named PROGRAM blocks.
783 (f90-end-of-block): Doc fix. Make check of outermost block
784 conditional on value of `f90-smart-end'.
785 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
786 Handle case where END-BLOCK is nil.
787 (f90-match-end): Handle un-named PROGRAM blocks.
788 (f90-backslash-not-special): New function.
789
790 2004-11-24 Jay Belanger <belanger@truman.edu>
791
792 * calc/calc.el (calc-embedded-active): Removed unnecessary
793 declaration.
794 (calc-show-banner): Removed redundant declaration.
795
796 * calc/calc-graph.el (calc-gnuplot-default-device)
797 (calc-gnuplot-default-output, calc-gnuplot-print-device)
798 (calc-gnuplot-print-output, calc-gnuplot-geometry)
799 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
800 Remove redundant initial values.
801
802 * calc/calc-arith.el (math-scalar-functions)
803 (math-nonscalar-functions, math-scalar-if-args-functions)
804 (math-real-functions, math-positive-functions)
805 (math-nonnegative-functions, math-real-scalar-functions)
806 (math-real-if-arg-functions, math-integer-functions)
807 (math-num-integer-functions, math-rounding-functions)
808 (math-float-rounding-functions, math-integer-if-args-functions)
809 (math-super-types): Move declarations to earlier in file.
810 (math-unit-prefixes): Declared it.
811 (math-floor-prec, math-trunc-prec): New variables.
812 (math-trunc-fancy): Replace variable prec by declared variable.
813 (math-floor-fancy): Replace variable prec by declared variable.
814 (math-com-bterms): New variable.
815 (math-commutative-equal, math-commutative-collect):
816 Replace variable bterms by declared variable.
817
818 * calc/calc-misc.el (math-trunc): Replace variable prec by
819 math-trunc-prec.
820 (math-floor): Replace variable prec by math-floor-prec.
821
822 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
823 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
824 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
825 (math-format-date, math-format-date-part): Replace variables
826 date, dt, year, month, day, weekday, hour, minute, second and
827 bc-flag by declared variables.
828 (math-pd-str): New variable.
829 (math-parse-date, math-parse-date-word, math-parse-standard-date):
830 Replace variable str by declared variable.
831 (math-daylight-savings-hook, math-tzone-names): Move definitions
832 to earlier in the file.
833 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
834 (math-sh-year): New variable.
835 (math-setup-add-holidays, math-setup-holidays)
836 (math-setup-year-holidays): Replace variable `year' by declared
837 variable.
838
839 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
840 New variables.
841 (math-nth-root-float, math-nth-root-float-iter): Replace variables
842 n, nf and nfm1 by declared variables.
843 (math-nri-n): New variable.
844 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
845 n by declared variable.
846 (calcFunc-log): Removed misplaced condition.
847
848 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
849
850 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
851
852 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
853
854 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
855 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
856 Dedicate gdb-related windows.
857 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
858 other frames.
859 (gdb-reset): Remove dedicated property after debugging.
860
861 2004-11-24 Jay Belanger <belanger@truman.edu>
862
863 * calc/calc-sel.el: Add comment.
864
865 * calc/calc.el (math-stack-value-offset): Replace variables c,
866 wid and off with math-svo-c, math-svo-wid and math-svo-off.
867
868 * calc/calccomp.el (math-comp-sel-tag): Declare it.
869 (math-svo-c, math-svo-wid, math-svo-off): New variables.
870 (math-stack-value-offset-fancy): Replace variables c, wid and off
871 by declared variables.
872 (math-comp-just, math-comp-comma-spc): New variables.
873 (math-compose-expr, math-compose-matrix): Replace variables `just'
874 and comma-spc by declared variable.
875 (math-comp-vector-prec): New variable.
876 (math-compose-expr, math-compose-matrix, math-compose-rows):
877 Replace variable vector-prec by declared variable.
878 (math-comp-left-bracket, math-comp-right-bracket)
879 (math-comp-comma): New variables.
880 (math-compose-expr, math-compose-rows): Replace variables
881 left-bracket, right-bracket and comma by declared variables.
882 (math-comp-full-width): New variable.
883 (math-comp-to-string-flat, math-comp-to-string-flat-term):
884 Replace variable full-width by declared variable.
885 (math-comp-highlight, math-comp-word, math-comp-level)
886 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
887 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
888 New variables.
889 (math-comp-to-string-flat, math-comp-to-string-flat-term)
890 (math-comp-sel-flat-term): Replace variables comp-highlight,
891 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
892 declared variables.
893 (math-comp-simplify, math-comp-simplify-term)
894 (math-comp-add-string, math-comp-add-string-sel):
895 Replace variables comp-highlight, comp-buf, comp-base,
896 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
897
898 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
899
900 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
901
902 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
903 and x-server-version may throw.
904
905 2004-11-23 Kim F. Storm <storm@cua.dk>
906
907 * subr.el (substitute-key-definition-key): Optimize.
908 Don't call indirect-function for nil defn (always signals error).
909
910 * ido.el (ido-read-internal): Fix require-match check when
911 ido-directory-too-big is set.
912
913 2004-11-23 Jay Belanger <belanger@truman.edu>
914
915 * calc/calc-ext.el (math-read-replacement-list)
916 (math-read-superscripts): New variables.
917 (math-read-preprocess-string): New function.
918 (math-read-expr): Filter input through math-read-preprocess-string.
919
920 * calc/calc-aent.el (math-read-exprs): Filter input through
921 math-read-preprocess-string.
922
923 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
924
925 * progmodes/compile.el (compilation-start): In cd command use
926 substitute-env-vars -- not quite shell compatible but better than
927 nothing.
928 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
929 handle the newer versions messages, which are more parseable.
930
931 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * reveal.el (reveal-mode-map): New var.
934 (reveal-mode): Use it.
935
936 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
937
938 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
939 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
940
941 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
944 header-line when needed.
945 Use fixed-pitch only in the header-line.
946 Build the underline automatically. Use emdash if available.
947
948 2004-11-22 Richard M. Stallman <rms@gnu.org>
949
950 * dired.el (dired-recursive-copies): Move from dired-aux.el.
951 * dired-aux.el (dired-recursive-copies): Move to dired.el.
952
953 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
954
955 * progmodes/gdb-ui.el (gdb-resync): New function.
956 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
957 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
958 Use it to fail more gracefully.
959 (gdb-variables): Delete variable.
960 Re-order variables to reduce byte-compiler warnings.
961
962 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * descr-text.el (describe-char):
965 * paren.el (show-paren-function):
966 * subr.el (syntax-after): Undo last change.
967
968 * progmodes/python.el (run-python): Don't hard code *Python*.
969 Don't modify global process-environment.
970 (python-send-region, python-load-file): Don't assume that
971 python-buffer == (process-buffer (python-proc)).
972 (python-switch-to-python): Simplify.
973
974 * dired.el (dired-align-file): Don't assume line starts with spaces.
975
976 2004-11-21 Jay Belanger <belanger@truman.edu>
977
978 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
979 Replace variable `lines' by math-read-big-lines.
980 (math-read-big-expr): Replace variables the-baseline, the-h2
981 and err-msg by math-read-big-baseline, math-read-big-h2 and
982 math-read-err-msg.
983 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
984
985 * calc/calc-lang.el (math-read-big-rec): Fix typo.
986 (math-read-big-balance): Replace unbound variable by value.
987 (math-read-big-lines): New variable.
988 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
989 (math-read-big-error, math-read-big-balance): Replace variable
990 `lines' by declared variable.
991 (math-read-big-baseline, math-read-big-h2): New variables.
992 (math-read-big-rec): Replace variables the-baseline and the-h2
993 by declared variables.
994 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
995 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
996 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
997 declared variables.
998 (math-read-big-err-msg): New variable.
999 (math-read-big-error): Replace variable err-msg by declared variable.
1000
1001 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * ses.el: Add coding cookie.
1004 Fix up docstrings, follow new commenting conventions.
1005 (ses-header-line-menu): Fix missing variable rename for header-row.
1006 (ses-cell-size): Remove.
1007 (ses-make-cell): New function.
1008 (ses-cell, ses-insert-row, ses-insert-column): Use it.
1009 (ses-calculate-cell): Remove unused var `symbol'.
1010 (ses-narrowed-p): New function.
1011 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
1012 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
1013 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
1014 (ses-setup): Use restore-buffer-modified-p.
1015 (ses-cleanup): Remove unused var `end'.
1016 (ses-header-string-left-offset): Remove.
1017 (ses-create-header-string): Adjust to new behavior of `align-to'.
1018 Truncate excessively large fields to preserve alignment.
1019 (ses-reconstruct-all): Remove unused var `refs'.
1020 (ses-read-cell-printer): Remove unused var `prompt'.
1021 (ses-delete-row): Remove unused var `pos'.
1022 (ses-delete-column): Remove unused var `new'.
1023
1024 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1025
1026 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1027 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1028 Eliminate eval-and-compile usage.
1029 (ps-insert-file): Use insert-file-contents instead of insert-file.
1030 (ps-setup): Code fix.
1031
1032 * printing.el (pr-setup, lpr-setup): Code fix.
1033
1034 2004-11-21 Jay Belanger <belanger@truman.edu>
1035
1036 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1037 (calc-original-buffer): Declare them.
1038 (calc-user-formula-alist): New variable.
1039 (calc-user-define-formula, calc-fix-user-formula)
1040 (calc-user-define-composition, calc-finish-formula-edit):
1041 Replace variable `alist' by declared variable.
1042 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1043 (var-q7, var-q7, var-q8, var-q9): Declare them.
1044 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1045 are bound.
1046 (calcFunc-typeof): Replace undeclared variable by expression.
1047 (math-exp-env): New variable.
1048 (math-define-body, math-define-exp): Replace exp-env by declared var.
1049 (math-define-exp): Replace misplaced variable by expression.
1050
1051 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1052 (calc-curve-model, calc-curve-coefnames): New variables.
1053 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1054 varnames, model and coefnames by declared variables.
1055 (math-root-widen): New variable.
1056 (math-search-root, math-find-root): Replace variable root-widen by
1057 declared variable.
1058 (var-DUMMY): Declare it.
1059 (math-root-vars, math-min-vars): Move the declarations to earlier in
1060 the file.
1061 (math-brent-min): Make d a local variable.
1062 (math-find-minimum): Replace non-existent variable.
1063 (math-ninteg-romberg): Remove unnecessary variable.
1064 (math-ninteg-temp): New variable.
1065 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1066 integ-temp by declared variable.
1067 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1068 New variables.
1069 (math-general-fit): Replace variables first-var, first-coef and
1070 new-coefs by declared variables.
1071 (calcFunc-fitvar): Replace variable first-var by declared variable.
1072 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1073 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1074 (math-all-vars-vars, math-all-vars-found): New variables.
1075 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1076 found by declared variable math-all-vars-vars.
1077
1078 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1079
1080 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1081 of `defconst'.
1082
1083 2004-11-20 Richard M. Stallman <rms@gnu.org>
1084
1085 * isearch.el (isearch-mode-map): Don't bind SPC.
1086 (isearch-whitespace-chars): Function deleted.
1087 (isearch-search): Bind search-spaces-regexp.
1088 (isearch-lazy-highlight-search): Likewise.
1089 (search-whitespace-regexp): Doc fix.
1090 (isearch-forward-regexp): Doc fix.
1091
1092 * emacs-lisp/bytecomp.el (byte-compile-form):
1093 Move the calls to byte-compile-set-symbol-position,
1094 to avoid having two for the same symbol occurrence.
1095
1096 * comint.el (comint-input-ring-size): Increase to 150.
1097
1098 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1099 New variables.
1100 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1101 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1102
1103 * imenu.el (imenu--generic-function):
1104 Ensure we keep moving backward even if BEG isn't further back.
1105
1106 * replace.el (query-replace-read-to, query-replace-read-from):
1107 Specify t for KEEP-ALL in read-from-minibuffer.
1108
1109 * progmodes/python.el (python-switch-to-python):
1110 If Python isn't running, start it.
1111 Don't alter debug-ignored-errors.
1112
1113 * progmodes/cperl-mode.el (cperl-indent-region):
1114 Don't mind imenu-scanning-message.
1115
1116 * bindings.el (global-map): Bind C-e to move-end-of-line.
1117
1118 * simple.el (line-move-finish): New arg FORWARD.
1119 Ignore invisible newlines, not intangible ones.
1120 Conditions for acceptable stopping positions depend on FORWARD.
1121 (line-move): Pass FORWARD arg to line-move-finish.
1122
1123 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1124 of HEADER. Compensate for this change in the code to add display
1125 properties. Don't make the first line intangible.
1126
1127 * info.el (Info-search): Fix previous change.
1128
1129 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1130
1131 * Makefile.in (recompile): Revert 2004-11-19 change.
1132 (compile): Likewise.
1133
1134 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1135
1136 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1137
1138 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1139
1140 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1141 defgroup and defcustom. Eliminate eval-and-compile usage.
1142
1143 * progmodes/ebnf-otz.el: Fix typos.
1144
1145 2004-11-19 Jay Belanger <belanger@truman.edu>
1146
1147 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1148 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1149 disp-trail by declared variable.
1150
1151 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1152 (calc-finish-selection-edit): Replace variable disp-trail by
1153 declared variable.
1154 (calc-selection-cache-entry): Move declaration to earlier in the file.
1155 (calc-selection-cache-num, calc-selection-cache-comp)
1156 (calc-selection-cache-offset, calc-selection-true-num)
1157 (calc-final-point-line, calc-final-point-column)
1158 (calc-original-buffer): Declare them.
1159 (calc-fnp-op, calc-fnp-num): New variables.
1160 (calc-find-nth-part, calc-find-nth-part-rec)
1161 (calc-select-previous): Replace op and num by declared variables.
1162 (calc-rsf-old, calc-rsf-new): New variables.
1163 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1164 Replace variables old and new by declared variables.
1165 (calc-sel-reselect): New variable.
1166 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1167 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1168 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1169 reselect with declared variable.
1170
1171 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1172 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1173 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1174 (math-import-list, math-rewrite-phase): Declare them.
1175 (math-rewrite): Use let* to declare variables.
1176 (calc-rewrite-selection): Make rules a local variable.
1177 (calc-rewr-sel): New variable.
1178 (calc-rewrite-selection, calc-locate-selection-marker)
1179 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1180 of sel.
1181 (math-rewrite-whole-expr): New variable.
1182 (math-rewrite, math-rewrite-phase): Replace variable expr by
1183 declared variable.
1184 (math-rewrite-heads-heads, math-rewrite-heads-skips)
1185 (math-rewrite-heads-blanks ): New variables.
1186 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1187 heads, skips and blanks by declared variables.
1188 (math-rwcomp-subst-old, math-rwcomp-subst-new)
1189 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1190 New variables.
1191 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1192 old, new, old-func and new-func by declared variables.
1193 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1194 Remove unnecessary variable.
1195 (math-apply-rw-regs): New variable.
1196 (math-apply-rewrites, math-rwapply-replace-regs)
1197 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1198 (math-apply-rw-ruleset): New variable.
1199 (math-apply-rewrites, math-rwapply-remember): Replace variable
1200 ruleset by declared variable.
1201
1202 2004-11-19 Richard M. Stallman <rms@gnu.org>
1203
1204 * info.el (Info-search): Use search-whitespace-regexp.
1205
1206 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1207
1208 * vc-rcs.el (vc-rcs-parse): New function.
1209 (vc-rcs-annotate-command): Likewise.
1210 (vc-rcs-annotate-current-time): Likewise.
1211 (vc-rcs-annotate-time): Likewise.
1212 (vc-rcs-annotate-extract-revision-at-line): Likewise.
1213
1214 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1215
1216 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1217
1218 2004-11-18 Jay Belanger <belanger@truman.edu>
1219
1220 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1221
1222 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1223
1224 * printing.el: Eliminate use of interactive-p and eval-and-compile.
1225 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1226 Use make-temp-file to generate PostScript files in any situation.
1227 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1228 (pr-interactive-p): Eliminate var.
1229 (pr-save-interactive): Eliminate macro.
1230 (pr-interface, pr-ps-directory-preview)
1231 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1232 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1233 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1234 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1235 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1236 (pr-ps-region-ps-print, pr-ps-mode-preview)
1237 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1238 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1239 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1240 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1241 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1242 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1243 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1244 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1245 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1246 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1247 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1248 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1249 Eliminate pr-save-interactive usage.
1250 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1251 Eliminate pr-interactive-p usage.
1252 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1253 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1254 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1255 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1256 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1257 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1258 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1259 New funs.
1260 (pr-ps-file): Use make-temp-file to generate a temporary file.
1261
1262 2004-11-17 Jay Belanger <belanger@truman.edu>
1263
1264 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1265 a local variable.
1266 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1267 (math-top-only): New variable.
1268 (math-simplify, math-simplify-step): Replace variable top-only by
1269 declared variable math-top-only.
1270 (math-simplify-expr): Declare it.
1271 Replace argument expr in all calls of math-defsimplify by
1272 math-simplify-expr.
1273 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1274 (math-simplify-divisor, math-simplify-one-divisor)
1275 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1276 (math-simplify-pow): Replace variable expr by declared variable
1277 math-simplify-expr.
1278 (math-simplify-divisor): Remove local variables temp and op.
1279 (math-simplify-one-divisor): Make temp and op local variables.
1280 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1281 New variables.
1282 (math-simplify-divisor, math-simplify-one-divisor):
1283 Replace variables nover and dover by declared variables.
1284 (math-expr-subst-new, math-expr-subst-old): New variables.
1285 (math-expr-subst, math-expr-subst-rec): Replace variables new
1286 and old by declared variables.
1287 (math-is-poly-degree, math-is-poly-loose): New variables.
1288 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1289 and loose by declared variables.
1290 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1291 (math-polynomial-base, math-polynomial-base-rec):
1292 Replace variables const-ok and mpb-pred by declared variables.
1293
1294 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1295
1296 * calc/calc-ext.el (math-defsimplify): Change the argument in
1297 the created function to math-simplify-expr.
1298
1299 * calc/calc-units.el (math-simplify-expr): Declare it.
1300 Replace argument expr in all calls of math-defsimplify by
1301 math-simplify-expr.
1302 (math-simplify-units-prod): Replace variable expr by declared
1303 variable math-simplify-expr.
1304
1305 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1308 Replace mapcar->dolist, format->string.
1309
1310 2004-11-17 Miles Bader <miles@gnu.org>
1311
1312 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1313 * progmodes/idlwave.el: Remove RCS keywords.
1314
1315 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1316
1317 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1318 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1319 Update to IDLWAVE version 5.5. Too many changes to list them here.
1320 * progmodes/idlw-help.el: New file.
1321
1322 2004-11-16 Richard M. Stallman <rms@gnu.org>
1323
1324 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1325 Discard spaces after \i according to TeX rules.
1326
1327 * international/mule.el (set-buffer-file-coding-system):
1328 New arg NOMODIFY.
1329 (after-insert-file-set-coding): Pass that new arg.
1330 Prevent set-buffer-multibyte from trying to lock the file.
1331
1332 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1333
1334 * saveplace.el (save-place): Doc fix.
1335
1336 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1337 temporarily widen before finding the following word to copy.
1338
1339 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1340 (cl-map-keymap): Definition deleted.
1341
1342 * subr.el (map-keymap-internal): New function.
1343
1344 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1347 when pressing rather than when releasing mouse-2. Simplify.
1348
1349 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1352 (compilation-mode): Set it here instead.
1353
1354 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1355
1356 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1357 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1358
1359 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * progmodes/compile.el (compilation-internal-error-properties):
1362 Fix up a transposition-typo. Check end-col before using it.
1363
1364 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1365
1366 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1367 Discard whitespace after macro \i when converting it.
1368
1369 2004-11-16 Juri Linkov <juri@jurta.org>
1370
1371 * emacs-lisp/find-func.el (find-function-regexp):
1372 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1373 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1374 Remove invalid `\W' from [^cgv\W]. Doc fix.
1375 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1376
1377 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1378
1379 * play/life.el: Maintainer is now FSF.
1380 (life-patterns, life-neighbor-deltas, life-window-start)
1381 (life-current-generation, life-generation-string): Use defvar
1382 instead of defconst.
1383
1384 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * progmodes/compile.el (compilation-move-to-column): New fun.
1387 (compilation-internal-error-properties)
1388 (compilation-next-error-function): Use it to make sure we don't go past
1389 the end of line.
1390
1391 2004-11-15 John Paul Wallington <jpw@gnu.org>
1392
1393 * autoinsert.el (auto-insert-alist): Insert the user's name in
1394 copyright notice, rather than Free Software Foundation, for the
1395 Emacs Lisp header case too.
1396
1397 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1398
1399 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1400 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1401 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1402 return the list of string in a string.
1403 (pr-call-process): Message if calling process returns an error, that
1404 is, the exit status is different of zero.
1405
1406 2004-11-15 Jay Belanger <belanger@truman.edu>
1407
1408 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1409 variable var-thing.
1410 (math-integ-depth, math-integ-level, math-integral-limit)
1411 (math-enable-subst, math-any-substs, math-integ-msg)
1412 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1413 (math-int-threshold, math-int-factors, math-double-roots)
1414 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1415 (var-GenCount): Declare these variables.
1416 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1417 (math-integral-cache, math-integral-cache-state):
1418 Move declarations to earlier in the file.
1419 (math-deriv-var, math-deriv-total, math-deriv-symb)
1420 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1421 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1422 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1423 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1424 (math-solve-res): New variables
1425 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1426 (math-integral, math-replace-integral-parts)
1427 (math-integrate-by-parts, calc-dump-integral-cache)
1428 (math-try-integral, math-do-integral, math-do-integral)
1429 (math-do-integral-methods, math-try-solve-for)
1430 (math-try-solve-prod, math-solve-poly-funny-powers)
1431 (math-solve-crunch-poly, math-decompose-poly)
1432 (math-solve-find-root-term, math-find-root-in-prod)
1433 (math-integ-try-linear-substitutions)
1434 (math-integ-try-substitutions, math-expr-rational-in)
1435 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1436 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1437 (math-solve-for, math-solve-system, math-solve-system-rec)
1438 (math-solve-get-sign, math-solve-get-int)
1439 (math-solve-system-subst): Replace undeclared variables with newly
1440 declared variables.
1441
1442 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * winner.el (winner-active-region, winner-edges, winner-window-list):
1445 Define at toplevel.
1446 (winner-mode-map): Move init inside declaration.
1447
1448 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1449
1450 * files.el (convert-standard-filename): Doc fix.
1451
1452 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1453
1454 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1455 passwd, group, shadow, default/* and pam.d/*.
1456
1457 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1458
1459 * printing.el (pr-menu-spec): Adjust menu specification.
1460
1461 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1462
1463 * printing.el: Doc fix. Insert :version tag into all defcustom.
1464 Handle interactive-p as is recommended in Emacs Lisp Reference.
1465 Set the file permission bits for newly created files.
1466 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1467 The printing menu specification (in `pr-menu-spec') was merged.
1468 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1469 (pr-version): New version number (6.8.3).
1470 (pr-file-modes): New option.
1471 (pr-interactive-p): New var.
1472 (pr-save-interactive, pr-save-file-modes): New macros.
1473 (pr-setup): Code fix.
1474 (pr-menu-spec): Menu specification merged.
1475 (pr-call-process, pr-text2ps): Set file permission bits.
1476 (pr-despool-print): Set file permission bits. Handle interactive-p as
1477 is recommended.
1478 (pr-interface, pr-ps-directory-preview)
1479 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1480 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1481 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1482 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1483 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1484 (pr-ps-region-ps-print, pr-ps-mode-preview)
1485 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1486 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1487 (pr-despool-using-ghostscript, pr-despool-ps-print)
1488 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1489 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1490 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1491 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1492 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1493 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1494 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1495 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1496 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1497 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1498 Handle interactive-p as is recommended.
1499
1500 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1503 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1504
1505 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1506 so it doesn't forget to highlight the beginning of the region either.
1507
1508 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1509
1510 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1511 (c-font-lock-init): Eliminate obsolete make-local-hook.
1512 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1513 (awk-mode): Use run-mode-hooks.
1514
1515 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1516
1517 2004-11-13 Kim F. Storm <storm@cua.dk>
1518
1519 * mouse.el (mouse-drag-copy-region): Add :version.
1520 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1521 while dragging mode line, so mode line can be dragged downwards.
1522 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1523 while pressing mouse button so window doesn't scroll until we
1524 release the mouse if clicking on partially visible line.
1525
1526 2004-11-12 Jay Belanger <belanger@truman.edu>
1527
1528 * calc/calc-graph.el (calc-dumb-map): Declare it.
1529 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1530 than unbound.
1531 (calc-graph-name): Made `end' a local variable.
1532 (calc-graph-lookup): Made `varname' a local variable.
1533 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1534 Declare them.
1535 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1536 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1537 the unused variable y3vec.
1538 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1539 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1540 calc-graph-prev-kill-hook.
1541 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1542 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1543 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1544 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1545 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1546 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1547 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1548 (calc-graph-y3value, calc-graph-y3name)
1549 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1550 (calc-graph-stepcount, calc-graph-is-splot)
1551 (calc-graph-surprise-splot, calc-graph-blank)
1552 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1553 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1554 (calc-graph-recompute-2d, calc-graph-compute-3d)
1555 (calc-graph-format-data): Replace undeclared variables with the
1556 above newly declared variables.
1557
1558 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1559
1560 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1561 `rsf-beep' and `rsf-sleep-after-message'.
1562
1563 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1564 list if `message-sender' is non-nil.
1565
1566 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1567
1568 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1569 consing by using mapc instead of mapcar.
1570
1571 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * tooltip.el (require): Explain why CL is needed.
1574
1575 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1576
1577 * printing.el: Insert :version into defgroup (printing). All reference
1578 to Files option in menubar were changed to File.
1579 (pr-version): New version number (6.8.2).
1580 (pr-get-symbol): Call easy-menu-intern.
1581 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1582 compilation gripes.
1583
1584 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1585
1586 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1587 new byte-compile-function-environment binding to t.
1588
1589 * font-lock.el (font-lock-fontify-syntactically-region):
1590 Don't forget to highlight the last char when we hit `end'.
1591
1592 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1593 (mwheel-scroll): Adjust accordingly.
1594
1595 * cvs-status.el: Reduce spurious warnings.
1596 (cvs-status-checkout): Remove.
1597 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1598
1599 * pcvs.el (cvs-mode-checkout): New command.
1600
1601 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1602
1603 * tooltip.el: Require CL.
1604
1605 * emacs-lisp/bytecomp.el: Use push.
1606 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1607 (defalias): Remove the `byte-compile' property and add
1608 a `byte-hunk-handler'.
1609
1610 2004-11-11 Juri Linkov <juri@jurta.org>
1611
1612 * info.el (Info-search): Save match data for isearch.
1613 Skip Tag Table node.
1614
1615 * descr-text.el (describe-char): Replace syntax-after with code
1616 from its previous version.
1617
1618 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1619 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1620
1621 * international/mule.el (sgml-html-meta-auto-coding-function):
1622 Remove > after <html to allow HTML attributes.
1623
1624 2004-11-11 Jay Belanger <belanger@truman.edu>
1625
1626 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1627 a variable.
1628 (calcFunc-dfac): Replace unbound max by n.
1629 (math-stirling-local-cache): New variable.
1630 (math-stirling-number, math-stirling-1, math-stirling-2):
1631 Replace the variable `cache' by the declared variable
1632 math-stirling-local-cache.
1633 (var-RandSeed): Declare it as a variable.
1634 (math-init-random-base, math-random-digit): Don't check to see if
1635 var-RandSeed is bound.
1636 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1637 Declare them instead of just setting them.
1638 (math-init-random-base): Made i a local variable.
1639 (math-random-digit): Made math-random-last a local variable.
1640 (math-prime-test-cache): Move declaration to before it is used.
1641 (math-prime-test-cache-k, math-prime-test-cache-q)
1642 (math-prime-test-cache-nm1, math-prime-factors-finished):
1643 Declare them as variables.
1644
1645 2004-11-11 Jay Belanger <belanger@truman.edu>
1646
1647 * calc/calc-ext.el (math-defcache): Use defvar for the new
1648 variables it creates.
1649
1650 2004-11-11 Lars Hansen <larsh@math.ku.dk>
1651
1652 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1653 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1654 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1655 (desktop-save): Add :version.
1656
1657 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * printing.el (pr-get-symbol): Don't downcase.
1660
1661 2004-11-10 Jay Belanger <belanger@truman.edu>
1662
1663 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
1664 string to kill-ring.
1665
1666 * calc/calc-aent.el (calc-alg-exp, math-toks)
1667 (math-exp-pos,math-exp-old-pos, math-exp-token)
1668 (math-exp-keep-spaces, math-exp-str): New variables.
1669 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1670 (calcAlg-enter): Use declared variable calc-alg-exp.
1671 (math-build-parse-table, math-find-user-token): Use declared
1672 variable math-toks.
1673 (math-read-exprs, math-read-token, calc-check-user-syntax)
1674 (calc-match-user-syntax, match-factor-after, math-read-factor):
1675 Use declared variables math-exp-pos math-exp-old-pos.
1676 (math-read-exprs, math-read-token, math-read-expr-level)
1677 (calc-check-user-syntax, calc-match-user-syntax)
1678 (match-factor-after, math-read-factor): Use declared variable
1679 math-exp-token.
1680 (math-read-exprs, math-read-expr-list, math-read-token)
1681 (math-read-factor): Use declared variable math-exp-keep-spaces.
1682 (math-read-exprs, math-read-token): Use declared variable
1683 math-exp-str.
1684 (calc-match-user-syntax): Make m a local variable.
1685
1686 * calc/calc-ext.el (math-read-expr): Use declared variables
1687 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1688 math-exp-keep-spaces.
1689
1690 * calc/calc-forms.el (math-read-angle-bracket): Use declared
1691 variables math-exp-pos, math-exp-str.
1692
1693 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
1694 math-exp-old-pos.
1695 (math-parse-fortran-vector, math-parse-fortran-vector-end)
1696 (math-parse-eqn-prime): Use declared variable math-exp-token.
1697
1698 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1699 Use declared variable math-exp-pos.
1700 (math-check-for-commas): Use declared variable math-exp-str.
1701 (math-read-brackets): Use declared variables math-exp-old-pos,
1702 math-exp-keep-spaces.
1703 (math-read-brackets, math-read-vector, math-read-matrix):
1704 Use declared variable math-exp-token.
1705
1706 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1709 where the keymap is a symbol.
1710 (easy-menu-add-item): Use keymap-prompt. Simplify.
1711
1712 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1713
1714 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1715 (sgml-parse-tag-backward): Use it to skip spurious < or >.
1716
1717 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
1718
1719 * ebuff-menu.el: Doc fixes throughout.
1720 (electric-buffer-menu-mode-hook): New defvar.
1721
1722 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
1723
1724 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1725 compilation. The resulting compiler warnings appear to be harmless.
1726
1727 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
1728
1729 * textmodes/conf-mode.el: New file.
1730
1731 * files.el (auto-mode-alist, magic-mode-alist): Use it.
1732
1733 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1736
1737 2004-11-09 Jay Belanger <belanger@truman.edu>
1738
1739 * calc/calc-ext.el (calc-init-extensions): Remove old code.
1740
1741 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1742 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
1743 (calc-z-prefix-help, calc-user-function-list): Use declared
1744 variables calc-z-prefix-buf, calc-z-prefix-msgs.
1745 (math-map-tree, math-map-tree-rec): Use declared variables
1746 math-mt-many, math-mt-func.
1747 (math-read-expression, math-read-string): Use declared variable
1748 math-expr-data.
1749
1750 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
1751 variable math-normalize-a.
1752
1753 * calc/calc.el (math-normalize-a): New variable.
1754 (math-normalize): Use declared variable math-normalize-a.
1755
1756 * calc/calc-poly.el (math-expand-form): Use declared variable
1757 math-mt-many.
1758
1759 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1760 Use declared variable math-mt-many.
1761 (math-rewrite): Use declared variable math-mt-func.
1762
1763 * calc/calc-vec.el (math-read-brackets, math-read-vector)
1764 (math-read-matrix): Use declared variable math-expr-data.
1765
1766 * calc/calc-lang.el (math-parse-fortran-vector)
1767 (math-parse-fortran-vector-end, math-parse-tex-sum)
1768 (math-parse-eqn-matrix, math-parse-eqn-prime)
1769 (math-read-math-subscr): Use declared variable math-expr-data.
1770
1771 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1772 (math-read-expr-level, math-read-token, calc-check-user-syntax)
1773 (calc-match-user-syntax, math-read-if, math-factor-after)
1774 (math-read-factor): Use declared variable math-expr-data.
1775
1776 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
1777
1778 * calendar/diary-lib.el (diary-from-outlook)
1779 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1780 interactive-p; but rather new optional argument NOCONFIRM.
1781
1782 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1785 (easy-menu-name-match): Revert correspondingly.
1786
1787 2004-11-09 Richard M. Stallman <rms@gnu.org>
1788
1789 * emacs-lisp/bytecomp.el (byte-compile-defalias):
1790 Turn off warnings for the new function even if definition not constant.
1791 If the definition isn't a quoted symbol, record (FUNCTION . t).
1792 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1793 (byte-compile-callargs-warn): Handle (FUNCTION . t).
1794 (display-call-tree, byte-compile-arglist-warn):
1795 Handle t returned by byte-compile-fdefinition.
1796
1797 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1798
1799 * Makefile.in (maintainer-clean): Depend on distclean.
1800
1801 * help-fns.el (help-C-file-name): File name must be in build-files
1802 to be returned.
1803
1804 2004-11-09 Jay Belanger <belanger@truman.edu>
1805
1806 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1807 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
1808
1809 * calc/calc.el (calc, calc-trail-display, calc-mode):
1810 Remove obsolete sections.
1811
1812 * calc/calc.el (calc-x-paste-text): Remove.
1813
1814 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
1815 mouse-2.
1816
1817 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
1818
1819 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1820 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1821 current frame (in case of recursive calls).
1822 (gdb-show-changed-values): Add :version keyword.
1823
1824 2004-11-09 Kenichi Handa <handa@m17n.org>
1825
1826 * international/mule-cmds.el: Change coding: tag back to
1827 iso-2022-7bit.
1828
1829 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * international/mule-cmds.el: Change coding-system to utf-8.
1832 (select-safe-coding-system-interactively):
1833 New function extracted from select-safe-coding-system.
1834 (select-safe-coding-system): Use it.
1835
1836 2004-11-08 Richard M. Stallman <rms@gnu.org>
1837
1838 * subr.el (syntax-after): Doc fix.
1839
1840 * paren.el (show-paren-function): Change calls to syntax-after
1841 for new way of returning the value.
1842
1843 * menu-bar.el (menu-bar-file-menu): Make this the real name
1844 and menu-bar-files-menu the alias. Use the former.
1845 (global-map): Use `file', not `files', as the symbol.
1846
1847 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1848
1849 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1850 Don't use beginning-of-buffer.
1851 (filesets-cmd-show-result): Use with-no-warnings.
1852
1853 2004-11-08 Juri Linkov <juri@jurta.org>
1854
1855 * progmodes/compile.el (compile): Don't overwrite last command in
1856 minibuffer history with default command if they are not equal.
1857
1858 2004-11-08 Jay Belanger <belanger@truman.edu>
1859
1860 * calc/calcalg2.el (math-do-integral-methods): Try linear then
1861 non-linear substitutions.
1862
1863 2004-11-08 Jay Belanger <belanger@truman.edu>
1864
1865 * calc/calcalg2.el (math-linear-subst-tried): New variable.
1866 (math-do-integral): Set `math-linear-subst-tried' to nil.
1867 (math-do-integral-methods): Use `math-linear-subst-tried' to
1868 determine what type of substitution to try.
1869 (math-integ-try-linear-substituion):
1870 Set `math-linear-subst-tried' to t.
1871
1872 2004-11-08 Kim F. Storm <storm@cua.dk>
1873
1874 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1875
1876 2004-11-07 Juri Linkov <juri@jurta.org>
1877
1878 * info-look.el (info-lookup): Allow reusing in the current buffer
1879 not only *info* buffer, but all (even renamed) Info buffers
1880 by checking for major-mode instead of *info* buffer name.
1881 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1882 (octave-mode, maxima-mode) <doc-spec>:
1883 Allow long dashes generated by Texinfo 4.7 before definitions.
1884 (texinfo-mode) <doc-spec>: Add space to suffix to find command
1885 definitions with argument separated by space.
1886
1887 2004-11-06 Richard M. Stallman <rms@gnu.org>
1888
1889 * simple.el (next-error group, face): Move before first use.
1890 (next-error-highlight, next-error-highlight-no-select): Likewise.
1891
1892 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1893 (line-move): New args NOERROR and TO-END.
1894 Return t if if succeed in moving specified number of lines.
1895 (move-end-of-line): New function.
1896
1897 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1898 (end-of-buffer-other-window): Likewise.
1899
1900 * simple.el (line-move-ignore-invisible): Default to t.
1901
1902 * subr.el (syntax-after): Return the syntax letter, not the raw code.
1903
1904 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1905
1906 * international/iso-cvt.el (iso-cvt-define-menu):
1907 Rename menu-bar-files-menu to menu-bar-file-menu.
1908
1909 * net/browse-url.el (browse-url-gnome-moz-program)
1910 (browse-url-gnome-moz-arguments): Move up before first use.
1911
1912 * net/tramp.el (tramp group): Add :version.
1913
1914 * progmodes/ada-xref.el (ada-gdb-application):
1915 Use goto-char instead of beginning-of-buffer.
1916
1917 * progmodes/cperl-mode.el (cperl-info-on-command):
1918 Use goto-char instead of beginning-of-buffer.
1919
1920 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1921 Move up before first use.
1922 (idlwave-shell-temp-pro-file): Likewise.
1923 (idlwave-shell-temp-rinfo-save-file): Likewise.
1924 (idlwave-shell-temp-file): Minor doc fix.
1925
1926 * textmodes/flyspell.el (flyspell-external-point-words):
1927 Use goto-char instead of beginning-of-buffer.
1928
1929 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
1930
1931 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1932 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
1933 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1934
1935 2004-11-06 David Ponce <david@dponce.com>
1936
1937 * recentf.el (recentf-menu-path): Use menu item name.
1938
1939 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1940
1941 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1942 display doesn't support images.
1943
1944 2004-11-06 Andreas Schwab <schwab@suse.de>
1945
1946 * tempo.el (tempo-match-finder): Doc fix.
1947
1948 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1949
1950 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1953 (easy-menu-lookup-name): New fun to replace it.
1954 (easy-menu-get-map): Use it to obey menu item names (rather than just
1955 keys) when looking up `path'.
1956 (easy-menu-always-true-p): Rename from easy-menu-always-true.
1957 (easy-menu-convert-item-1): Adjust to new name.
1958
1959 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
1960
1961 * outline.el (hide-body): Don't hide lines at the top of the file
1962 that precede the first header line.
1963
1964 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
1965
1966 * align.el (align-areas): Delete whitespace before reindenting, so
1967 that tabs are never placed after spaces.
1968
1969 2004-11-06 Alan Shutko <ats@acm.org>
1970
1971 * macros.el (insert-kbd-macro): Do completions based on macros,
1972 rather than all commands.
1973
1974 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
1975
1976 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1977 to solve a bug whereby tags with 'b' don't match.
1978
1979 2004-11-05 Juri Linkov <juri@jurta.org>
1980
1981 * info.el (Info-search): Don't search in node header lines
1982 and file headers.
1983
1984 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1985 symbol-constituent characters after dot, not only digits.
1986
1987 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
1988
1989 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1990
1991 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1992
1993 * dired.el (dired-read-dir-and-switches): Call read-directory-name
1994 if a dialog will be used, read-file-name otherwise.
1995
1996 2004-11-04 Richard M. Stallman <rms@gnu.org>
1997
1998 * textmodes/table.el (table group): Add :version.
1999
2000 * textmodes/ispell.el (ispell-word):
2001 Don't alter args; set them only thru `interactive' spec.
2002
2003 * textmodes/flyspell.el (flyspell-word):
2004 Don't alter FOLLOWING; set it only thru `interactive' spec.
2005
2006 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
2007
2008 * net/browse-url.el (browse-url-maybe-new-window):
2009 Use called-interactively-p.
2010
2011 * mail/supercite.el (sc-cite-region):
2012 Don't use interactive-p. Add arg INTERACTIVE.
2013 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
2014
2015 * international/mule-cmds.el (set-input-method, toggle-input-method):
2016 Don't use interactive-p. Add arg INTERACTIVE.
2017
2018 * eshell/esh-mode.el (eshell-show-maximum-output):
2019 Don't use interactive-p.
2020 (eshell-truncate-buffer): Just message, no error, if buffer is short.
2021
2022 * mouse.el (mouse-show-mark): Get positions to delete from mark
2023 and point, not from mouse-drag-overlay.
2024
2025 * imenu.el (imenu-eager-completion-buffer): Add :version.
2026
2027 * filesets.el (filesets group): Add :version.
2028
2029 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2030
2031 * files.el (xml-based-modes): Delete var.
2032 (magic-mode-alist): New more general var.
2033 (set-auto-mode): Use it.
2034
2035 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2036 when clicking from another window.
2037
2038 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2039
2040 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2041 (vc-cvs-annotate-time): Incorporate value of deleted var.
2042 Remove special-case handling of beginning-of-buffer cruft.
2043 Cache ending position (point) and return value in text property
2044 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2045
2046 * vc-cvs.el (vc-cvs-annotate-command):
2047 Delete extraneous lines from beginning of buffer.
2048 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2049
2050 * progmodes/grep.el (grep-default-command): Take empty string
2051 for tag if all other methods yield nil. Shell-quote the tag.
2052
2053 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2054 spec in `interactive' form, and mention it in the docstring.
2055 Also, make sure point is at bol after calling `annotate-time'.
2056
2057 2004-11-02 Richard M. Stallman <rms@gnu.org>
2058
2059 * cus-edit.el (customize-group-other-window):
2060 Select the window that displays the custom buffer.
2061 (custom-buffer-create-other-window): Likewise.
2062
2063 * comint.el (comint-insert-input): Fix previous change.
2064
2065 * emacs-lisp/elp.el (elp-instrument-function):
2066 Use called-interactively-p.
2067
2068 * emacs-lisp/easymenu.el (easy-menu-intern):
2069 Don't downcase; rather, case-flip the first letter of each word.
2070
2071 * emacs-lisp/easy-mmode.el (define-minor-mode):
2072 Use called-interactively-p.
2073
2074 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2075 Add interactive-only.
2076 (byte-compile-warnings): Add interactive-only as option.
2077 (byte-compile-interactive-only-functions): New variable.
2078 (byte-compile-form): Warn about calls to functions
2079 in byte-compile-interactive-only-functions.
2080
2081 * emacs-lisp/autoload.el (update-file-autoloads):
2082 Don't use interactive-p; take new arg SAVE-AFTER.
2083
2084 * emacs-lisp/advice.el (ad-make-advised-definition):
2085 Use called-interactively-p.
2086
2087 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2088
2089 * files.el (find-file-existing): New function.
2090
2091 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2092 find-file-existing. Add "New File..." that calls find-file.
2093
2094 * diropen.pbm diropen.xpm: New files.
2095
2096 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2097 icon diropen. New tool bar item find-file-existing uses icon open.
2098
2099 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2100 instead of read-file-name.
2101
2102 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2103
2104 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2105 (icalendar--split-value): Change name of work buffer.
2106 (icalendar--get-weekday-abbrev): Return nil on error.
2107 (icalendar--date-to-isodate): New function.
2108 (icalendar-convert-diary-to-ical)
2109 (icalendar-extract-ical-from-buffer): Use only two args for
2110 make-obsolete (XEmacs compatibility).
2111 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2112 (icalendar-export-region): Doc fix.
2113 If error, return non-nil and write errors to a buffer.
2114 Use correct weekday for weekly recurring events.
2115 Check whether date has been parsed for ordinary events.
2116 Make weekly events start in the year 2000.
2117 DTEND is non-inclusive, shift end date by one day if
2118 necessary (not for entries that have date and time).
2119 Rename local let variables: oops -> found-error, datestring ->
2120 startdatestring.
2121
2122 2004-11-02 Kim F. Storm <storm@cua.dk>
2123
2124 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2125 keep-mode-if-same variable. Add it as optional arg instead.
2126 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2127
2128 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2129 substitute-command-keys will select lower-case bindings like those
2130 used in the static help texts.
2131
2132 * descr-text.el (describe-text-properties): Don't err if called in
2133 the *Help* buffer; output to *Help-2* buffer instead.
2134
2135 * kmacro.el (group kmacro): Add :version.
2136 (kmacro-keyboard-quit): New function to cleanup on C-g.
2137 (kmacro-start-macro): Set defining-kbd-macro to append when
2138 appending to last macro.
2139
2140 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2141
2142 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2143
2144 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2145 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2146 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2147 Add :version keyword.
2148
2149 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2150
2151 * progmodes/flymake.el (flymake-err-line-patterns):
2152 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2153 `compilation-error-regexp-alist-alist' to internal Flymake format.
2154
2155 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2156
2157 2004-11-01 Jay Belanger <belanger@truman.edu>
2158
2159 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2160 with `interactive "s"'.
2161
2162 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2163
2164 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2165 Revert change from 2004-10-16. '*' checks the current buffer, but the
2166 mouse click may be in another buffer.
2167
2168 2004-11-01 John Paul Wallington <jpw@gnu.org>
2169
2170 * files.el (large-file-warning-threshold): Add :version keyword.
2171 (kill-some-buffers): Doc fix.
2172
2173 * thumbs.el (group thumbs): Add :version keyword.
2174
2175 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2176
2177 2004-11-01 Richard M. Stallman <rms@gnu.org>
2178
2179 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2180
2181 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2182
2183 * allout.el (allout group): Add :version.
2184 (allout-init): Don't use interactive-p.
2185 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2186 (allout-forward-current-level, allout-backward-current-level):
2187 Don't use interactive-p.
2188
2189 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2190 (bibtex-find-text): Likewise.
2191
2192 * progmodes/vhdl-mode.el (vhdl-fill-region)
2193 (vhdl-beginning-of-statement): Don't use interactive-p.
2194
2195 * progmodes/idlwave.el (idlwave-update-routine-info):
2196 Don't use interactive-p.
2197
2198 * progmodes/idlw-shell.el (idlwave-shell-send-char):
2199 Don't use interactive-p.
2200
2201 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2202 Don't use interactive-p.
2203
2204 * progmodes/ada-xref.el (ada-make-body-gnatstub):
2205 Don't use interactive-p.
2206
2207 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2208 (fortune-in-buffer): Doc fix.
2209
2210 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2211
2212 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2213 don't select the temporary buffer.
2214 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2215 (eudc-get-phone): Likewise.
2216
2217 2004-11-01 Kim F. Storm <storm@cua.dk>
2218
2219 * man.el (Man-xref-normal-file): Fix help-echo.
2220
2221 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * reveal.el (reveal-last-tick): New var.
2224 (reveal-post-command): Use it to avoid closing overlays when we're
2225 appending text to them.
2226
2227 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2228
2229 * textmodes/bibtex.el: Require button.
2230 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2231 (bibtex-reference-keys): Distinguish between header keys and
2232 crossref keys.
2233 (bibtex-beginning-of-field): New function.
2234 (bibtex-url-map): Remove.
2235 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2236 (bibtex-font-lock-url-regexp): Assume that field names begin at
2237 the beginning of a line.
2238 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2239 Remove field delimiters. Use bibtex-beginning-of-field.
2240 Bugfix, point can be inside a field with a url.
2241 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2242 New functions.
2243 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2244 (bibtex-key-in-head): Simplify.
2245 (bibtex-current-line): Use bolp.
2246 (bibtex-parse-keys): Remove unused arg `add'.
2247 Use bibtex-type-in-head and bibtex-key-in-head.
2248 (bibtex-parse-entry, bibtex-autofill-entry):
2249 Use bibtex-type-in-head and bibtex-key-in-head.
2250 (bibtex-autokey-get-field): Do not alter case of replacement text.
2251 (bibtex-autokey-get-names): Do all processing of name list.
2252 (bibtex-autokey-get-year): New function.
2253 (bibtex-autokey-get-title): Do all processing of title words.
2254 (bibtex-generate-autokey): Simplify.
2255 (bibtex-string-files-init): Use default-directory.
2256 Allow for absolute file names in bibtex-string-files.
2257 (bibtex-files, bibtex-file-path): New variables.
2258 (bibtex-files-expand): New function.
2259 (bibtex-find-entry-globally): New command.
2260 (bibtex-summary-function): New variable.
2261 (bibtex-summary): Default value of bibtex-summary-function.
2262 (bibtex-find-crossref): New optional args pnt and split.
2263 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2264 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2265 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2266 Fix handling of required and alternative fields.
2267 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2268 Use cons and display-buffer.
2269 (bibtex-validate-globally): New command.
2270 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2271 bibtex-parse-keys and bibtex-parse-strings for updating
2272 bibtex-reference-keys and bibtex-strings.
2273 (bibtex-realign): Remove blank lines past the last entry.
2274 (bibtex-reformat): Use bibtex-entry-format as default.
2275 (bibtex-choose-completion-string): Remove.
2276 (bibtex-complete): Do not use bibtex-choose-completion-string.
2277 (bibtex-url): Simplify.
2278
2279 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2280
2281 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2282 (x-dnd-types-alist, x-dnd-open-file-other-window)
2283 (x-dnd-known-types): Add :version.
2284
2285 2004-10-31 John Paul Wallington <jpw@gnu.org>
2286
2287 * ibuffer.el (group ibuffer): Add :version keyword.
2288
2289 2004-10-31 Kim F. Storm <storm@cua.dk>
2290
2291 * ido.el (group ido): Add :version keyword.
2292 (ido-mode): Remove :version keyword.
2293
2294 * emulation/cua-base.el (group cua): Add :version keyword.
2295 (cua-mode): Remove :version keyword.
2296
2297 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2298
2299 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2300
2301 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2302 compiler warning.
2303 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2304 function.
2305 (help-at-pt-display-when-idle): Remove autoload.
2306
2307 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2310
2311 2004-10-30 Juri Linkov <juri@jurta.org>
2312
2313 * help.el (function-called-at-point):
2314 * help-fns.el (variable-at-point): Read -> intern.
2315
2316 2004-10-30 Simon Josefsson <jas@extundo.com>
2317
2318 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2319 Recognize AS_* too.
2320
2321 2004-10-29 Simon Josefsson <jas@extundo.com>
2322
2323 * subr.el (read-passwd): Move back from password.el.
2324
2325 * password.el: Remove, not ready yet.
2326
2327 2004-10-29 Andreas Schwab <schwab@suse.de>
2328
2329 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2330
2331 2004-10-29 Sam Steingold <sds@gnu.org>
2332
2333 * mouse.el (mouse-show-mark): Replace the last occurrence of
2334 x-lost-selection-hooks with x-lost-selection-functions.
2335
2336 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2339 x-lost-selection-functions is bound.
2340
2341 * mouse-sel.el (mouse-sel-mode):
2342 * emacs-lisp/lselect.el: Adjust to new names for
2343 x-(lost|sent)-selection-functions.
2344
2345 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2346 New obsolete aliases of x-lost-selection-functions and
2347 x-sent-selection-functions.
2348
2349 2004-10-28 Kim F. Storm <storm@cua.dk>
2350
2351 * imenu.el (imenu-scanning-message): Remove.
2352 (imenu-progress-message): Make it a no-op.
2353
2354 2004-10-28 John Paul Wallington <jpw@gnu.org>
2355
2356 * files.el (set-auto-mode): Call `throw' correctly.
2357
2358 2004-10-28 Juri Linkov <juri@jurta.org>
2359
2360 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2361 to search `Info-...' commands in `info' manual.
2362 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2363 Add 'info-file "emacs" property.
2364 (Info-find-emacs-command-nodes): Fix index line number regexp.
2365 Set real line number (instead of fake 0) in first element of the
2366 returned list.
2367 (Info-goto-emacs-command-node): Use line number of first element
2368 to set point in the first found Info node.
2369
2370 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2371 code to `grep-mode-font-lock-keywords'.
2372 (grep-mode-font-lock-keywords): Delete grep markers instead
2373 of making them invisible.
2374
2375 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2376
2377 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2378 and x-server-version in bug report.
2379
2380 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2381
2382 * files.el (set-auto-mode-0): New function.
2383 (set-auto-mode): Use it to handle aliased modes and to
2384 be consistent between C-x C-f and C-x C-w.
2385
2386 2004-10-28 Kenichi Handa <handa@m17n.org>
2387
2388 * international/utf-8.el (utf-translate-cjk-charsets):
2389 Add katakana-jisx0201.
2390
2391 * international/subst-jis.el: Add data for JISX0201.
2392
2393 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * obsolete/hilit19.el (hilit-mode): New function.
2396 Move all the toplevel side-effecting stuff into it, so that loading
2397 hilit19 doesn't mess everything up any more.
2398
2399 2004-10-27 Richard M. Stallman <rms@gnu.org>
2400
2401 * add-log.el (add-change-log-entry): Set up mailing address
2402 and full name later, and don't alter add-log-mailing-address
2403 or add-log-full-name.
2404
2405 * elide-head.el (elide-head): Change error to message.
2406 (elide-head-show): Likewise.
2407
2408 * apropos.el (apropos-macrop): Doc fix.
2409
2410 * mouse.el (mouse-show-mark): Do most processing the same
2411 regardless of transient-mark-mode.
2412
2413 * shadowfile.el (shadow-copy-files): Use interactive-p
2414 only to control whether to print a message.
2415
2416 * tar-mode.el (tar-mode): Use write-contents-functions,
2417 not write-contents-hooks.
2418
2419 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2420 directory-sep-char.
2421
2422 2004-10-27 Richard M. Stallman <rms@gnu.org>
2423
2424 * strokes.el (strokes-unload-hook): Fix previous change.
2425
2426 * type-break.el (type-break-run-at-time): Always use run-at-time;
2427 forget the alternatives.
2428 (type-break-cancel-function-timers): Always use cancel-function-timers;
2429 forget the alternatives.
2430
2431 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2432
2433 2004-10-27 Kenichi Handa <handa@m17n.org>
2434
2435 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2436
2437 * international/subst-gb2312.el: Likewise.
2438
2439 * international/subst-big5.el: Likewise.
2440
2441 * international/subst-ksc.el: Likewise.
2442
2443 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2444 New variable.
2445 (utf-translate-cjk-set-unicode-range): New function.
2446 (utf-translate-cjk-unicode-range): Make it customizable.
2447 (utf-8-post-read-conversion):
2448 Use utf-translate-cjk-unicode-range-string.
2449 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2450 Unicode ranges.
2451
2452 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2453
2454 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2455 trivial variants to shorten the list.
2456 (xml-based-modes): New var.
2457 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2458 declaration higher priority than auto-mode-alist.
2459
2460 * find-file.el (cc-other-file-alist): Bring it in line with
2461 cc-mode's auto-mode-alist entries and use \' instead of $.
2462
2463 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2464 and add "Id" and "Name" submenus to it.
2465
2466 * imenu.el (imenu--generic-function): Skip matches in comments.
2467
2468 2004-10-26 Jay Belanger <belanger@truman.edu>
2469
2470 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2471 (full-calc-keypad, calc-trail-display): Use an extra argument
2472 instead of `interactive-p'.
2473
2474 * calc/calc-misc.el (calc-other-window): Use an extra argument
2475 instead of `interactive-p'.
2476
2477 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2478 `interactive-p'.
2479
2480 2004-10-26 Kim F. Storm <storm@cua.dk>
2481
2482 * help.el (describe-key): Describe both down-event and up-event
2483 for a mouse click.
2484
2485 2004-10-26 Richard M. Stallman <rms@gnu.org>
2486
2487 * woman.el (woman): Don't call interactive-p.
2488
2489 * pcomplete.el (pcomplete): Instead of interactive-p,
2490 use an arg set non-nil by the interactive spec.
2491
2492 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2493 use an arg set non-nil by the interactive spec.
2494
2495 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2496 use an arg set non-nil by the interactive spec.
2497
2498 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2499
2500 * progmodes/flymake.el (flymake-split-string):
2501 Use `flymake-split-string-remove-empty-edges' in any case.
2502
2503 2004-10-26 Masatake YAMATO <jet@gyve.org>
2504
2505 * progmodes/flymake.el (flymake-err-line-patterns):
2506 Use `compilation-error-regexp-alist-alist' instead of
2507 `compilation-error-regexp-alist'.
2508
2509 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2512 verbatim face on the \ of \end{verbatim}.
2513
2514 2004-10-25 Jay Belanger <belanger@truman.edu>
2515
2516 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2517 erasing minibuffer.
2518
2519 2004-10-25 Simon Josefsson <jas@extundo.com>
2520
2521 * subr.el (read-passwd): Move to net/password.el.
2522
2523 * net/password.el (read-passwd): Add. Autoload it.
2524
2525 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2526
2527 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2528
2529 * simple.el (process-file): Fix logic.
2530
2531 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2532
2533 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2534 (increase-right-margin): Remove erroneous call to `interactive-p'.
2535
2536 2004-10-24 Kim F. Storm <storm@cua.dk>
2537
2538 * help.el (describe-mode): Fix 2004-10-13 change.
2539 Copy pure "Auto Fill" string so it can be propertized later
2540 without causing a read-only error.
2541
2542 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2543
2544 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2545 style indexes.
2546
2547 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2548
2549 * simple.el (process-file): Accept nil for INFILE. Reported by
2550 Luc Teirlinck.
2551
2552 2004-10-24 Masatake YAMATO <jet@gyve.org>
2553
2554 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2555 Handle periods and underscores in a function name.
2556 Remove the address fontification.
2557
2558 2004-10-24 Masatake YAMATO <jet@gyve.org>
2559
2560 * progmodes/asm-mode.el (asm-font-lock-keywords):
2561 Use font-lock-variable-name-face for registers.
2562
2563 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2564
2565 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2566 kill-all-local-variables.
2567 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2568 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2569 Use kill-all-local-variables and provide mode-hooks.
2570 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2571 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2572 Suggested by Masatake YAMATO <jet@gyve.org>.
2573
2574 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2575
2576 * simple.el (process-file): New function, similar to call-process
2577 but supports file handlers.
2578 * vc.el (vc-do-command): Use it, instead of call-process.
2579 * net/tramp-vc.el (vc-do-command): Do not advise it if
2580 process-file is fboundp.
2581 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2582 process-file.
2583 (tramp-handle-process-file): New function.
2584 (tramp-file-name-for-operation): Support process-file.
2585
2586 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2587
2588 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2589 (icalendar-weekdayabbrev-table)
2590 (icalendar-monthnumber-table): Delete.
2591 (icalendar--get-month-number): Use calendar-month-name-array.
2592 (icalendar--get-weekday-number): New function.
2593 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2594 (icalendar-export-region): Handle multi-line entries.
2595 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2596
2597 2004-10-23 John Paul Wallington <jpw@gnu.org>
2598
2599 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2600 `wildcards' set to t in interactive spec.
2601
2602 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2603 interactive spec rather than use `interactive-p'.
2604 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2605 rather than use function `interactive-p'.
2606
2607 2004-10-22 Kenichi Handa <handa@m17n.org>
2608
2609 * international/mule.el (translate-region): Implement it in Lisp
2610 as a front end of translate-region-internal.
2611
2612 2004-10-21 Jay Belanger <belanger@truman.edu>
2613
2614 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2615 Declare these variables with defvar.
2616
2617 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2618 is bound, only check to see if it is bound.
2619
2620 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2621
2622 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2623 Don't output messages.
2624
2625 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2626
2627 2004-10-21 John Paul Wallington <jpw@gnu.org>
2628
2629 * calc/calc-graph.el (calc-graph-init):
2630 Use `set-process-query-on-exit-flag'.
2631
2632 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2633
2634 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2635 dir right and also allow argumentless cd.
2636
2637 2004-10-19 Richard M. Stallman <rms@gnu.org>
2638
2639 * textmodes/flyspell.el (flyspell-mode): Doc fix.
2640
2641 * eshell/em-unix.el (eshell-grep):
2642 Don't bind compilation-process-setup-function.
2643
2644 * comint.el (comint-insert-input): Use @ in `interactive'.
2645 (comint-input-filter-functions): Doc fix.
2646 (comint-kill-whole-line, comint-get-source): Doc fix.
2647
2648 * progmodes/compile.el (compilation-setup):
2649 Don't set buffer-read-only if MINOR is non-nil.
2650
2651 2004-10-19 Jay Belanger <belanger@truman.edu>
2652
2653 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2654 (calc-emacs-type-gnu19): Remove.
2655 (calc-digit-map, calc-read-key-sequence, calc-read-key):
2656 Remove check for old emacs versions.
2657
2658 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2659 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2660 for current Emacs.
2661
2662 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2663 the end of the minibuffer.
2664 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
2665 copy `esc-map'.
2666
2667 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2668
2669 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2670 call that would be given when the current emacs was used.
2671
2672 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2673
2674 * calendar/icalendar.el: Set coding to utf-8.
2675 (icalendar-version): Increase to 0.07.
2676 (icalendar-monthnumber-table): Change March pattern.
2677 (icalendar-get-all-event-properties)
2678 (icalendar-set-event-property): Delete.
2679 (icalendar-all-events): No longer interactive.
2680 (icalendar-convert-diary-to-ical)
2681 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2682 their replacements.
2683 (icalendar-export-file, icalendar-export-region): New functions;
2684 essentially old `icalendar-convert-diary-to-ical' but appending to
2685 target rather than overwriting.
2686 (icalendar-import-file): Append to target file rather than
2687 overwriting. Fourth arg deleted.
2688 (icalendar-import-buffer): New name for old
2689 `icalendar-extract-ical-from-buffer'.
2690 (icalendar--convert-string-for-import): New name for
2691 old `icalendar-convert-for-import'.
2692 (include-icalendar-files): Delete.
2693 Prefix for all internal functions changed from `icalendar-'
2694 to `icalendar--'.
2695
2696 2004-10-19 Richard M. Stallman <rms@gnu.org>
2697
2698 * paths.el (news-path): Fix previous change.
2699
2700 2004-10-18 Jay Belanger <belanger@truman.edu>
2701
2702 * calc/calc-help.el (calc-describe-bindings):
2703 Set `buffer-read-only' to nil while working in the keybindings buffer;
2704 remove some extra information from the keybindings buffer.
2705
2706 2004-10-18 David Ponce <david@dponce.com>
2707
2708 * mouse.el (mouse-drag-move-window-top): New function.
2709 (mouse-drag-mode-line-1): Use it.
2710
2711 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2712
2713 * info.el (Info-fontify-node): For multiline refs,
2714 arrange to unfontify newline and surrounding whitespace.
2715
2716 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2719 directory is missing.
2720
2721 2004-10-17 John Paul Wallington <jpw@gnu.org>
2722
2723 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2724 New customizable variable; whether to display buffers that match
2725 `ibuffer-maybe-show-predicates' by default.
2726 (ibuffer-maybe-show-predicates): Mention it in docstring.
2727 (ibuffer-display-maybe-show-predicates): New variable.
2728 (ibuffer-update): Prefix arg now toggles whether buffers that
2729 match `ibuffer-maybe-show-predicates' should be displayed.
2730 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2731 locally to heed `ibuffer-default-display-maybe-show-predicates'.
2732 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2733
2734 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
2737 work correctly.
2738
2739 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
2740
2741 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2742 (Buffer-menu-beginning): New helper function.
2743 (Buffer-menu-execute): Use it.
2744 (Buffer-menu-select): Use it.
2745 (Buffer-menu-sort): Use it and also keep markers.
2746
2747 2004-10-17 Richard M. Stallman <rms@gnu.org>
2748
2749 * paths.el (news-directory): Rename from news-path. Old name alias.
2750 (rmail-spool-directory): Use defvar.
2751 (sendmail-program): Use defcustom.
2752 (remote-shell-program): Use defcustom.
2753 (term-file-prefix): Use defvar.
2754 (abbrev-file-name): Use defvar.
2755
2756 * term.el: Add maintainer.
2757
2758 * subr.el (with-local-quit): Return nil if there's a quit.
2759 (read-passwd): Use with-local-quit. Doc fix.
2760
2761 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2762 (strokes-unload-hook): Set as a variable with add-hook.
2763
2764 * startup.el (fancy-splash-tail, normal-splash-screen):
2765 Update copyright year.
2766
2767 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2768
2769 * server.el (server-unload-hook): Set as a variable with add-hook.
2770
2771 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2772
2773 * frame.el (special-display-popup-frame):
2774 Make the buffer current as its frame is created.
2775
2776 * delsel.el (delsel-unload-hook): Set as a variable.
2777
2778 * comint.el (comint-output-filter-functions):
2779 Add comint-watch-for-password-prompt.
2780 (comint-read-noecho): Function deleted.
2781 (send-invisible): Use read-passwd.
2782
2783 * fringe.el (fringe-mode-initialize): New function.
2784 (fringe-mode): Use fringe-mode-initialize as :initialize.
2785
2786 2004-10-17 Kim F. Storm <storm@cua.dk>
2787
2788 * language/indian.el (indian-script-language-alist): Swap value and doc.
2789 (indian-font-char-index-table): Doc fix.
2790
2791 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2794
2795 2004-10-16 Juri Linkov <juri@jurta.org>
2796
2797 * progmodes/compile.el (compilation-start): Move let-binding of
2798 `process-environment' into `with-current-buffer' body.
2799 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2800
2801 2004-10-16 Richard M. Stallman <rms@gnu.org>
2802
2803 * pcvs-util.el (cvs-bury-buffer):
2804 Don't call get-buffer-window for effect.
2805
2806 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2807
2808 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2809
2810 * msb.el (msb-unload-hook): Set the variable.
2811
2812 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2813 Use * to err if buffer is readonly.
2814
2815 * subr.el (looking-back): Return only t or nil.
2816
2817 * whitespace.el (whitespace-unload-hook): Set the variable.
2818
2819 * view.el (view-mode-enable): Set view-page-size and
2820 view-half-page-size to nil.
2821 (view-set-half-page-size-default): view-half-page-size = nil
2822 means the default.
2823 (View-scroll-page-forward): Use view-page-size-default.
2824 (View-scroll-page-backward): Likewise.
2825 (view-page-size, view-half-page-size): Doc fixes.
2826
2827 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2828
2829 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2830
2831 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2832 "cl" like other files. Instead, call byte-compile-find-cl-functions.
2833 (byte-compile-log-1): Bind inhibit-read-only.
2834 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2835 (byte-compile-log-warning): Likewise.
2836 (byte-compile-file-form-require): Detect "cl" from the arg value.
2837
2838 * progmodes/compile.el (compilation-start): Assume compilation-mode
2839 will make the buffer read-only.
2840 (compilation-mode): Take arg name-of-mode.
2841 (compilation-setup): Make buffer read-only.
2842 (compilation-handle-exit): Bind inhibit-read-only.
2843
2844 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2845 (ispell-message): Likewise.
2846 (ispell-show-choices): Don't call get-buffer-window uselessly.
2847 (ispell-init-process): Use set-process-query-on-exit-flag.
2848
2849 2004-10-16 Kim F. Storm <storm@cua.dk>
2850
2851 * fringe.el (fringe-bitmaps): Only initialize when defined.
2852
2853 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2854 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2855
2856 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2857
2858 2004-10-15 Simon Josefsson <jas@extundo.com>
2859
2860 * net/password.el: Add.
2861
2862 2004-10-14 Masatake YAMATO <jet@gyve.org>
2863
2864 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2865 (gdb-script-end-of-defun): New function.
2866 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2867 `gdb-script-end-of-defun' as *-of-defun-function.
2868
2869 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2870
2871 * button.el (button-activate): Allow a marker to display as an action.
2872
2873 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2874
2875 * help.el (describe-mode): Use it to make minor mode list into
2876 hyperlinks.
2877
2878 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2879
2880 * vc.el (vc-annotate-display-select): Fix typo.
2881
2882 * subr.el (substitute-key-definition-key): New function.
2883 (substitute-key-definition): Use it with map-keymap.
2884 (event-modifiers): Use push.
2885 (mouse-movement-p, with-temp-buffer): Simplify.
2886
2887 2004-10-12 Jay Belanger <belanger@truman.edu>
2888
2889 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2890 New variables.
2891 (calc-help-index-entries): New function.
2892 (calc-describe-function): Use `calc-help-function-list' instead of
2893 obarray for completion.
2894 (calc-describe-variable): Use `calc-help-variable-list' instead
2895 of obarray for completion.
2896
2897 2004-10-12 Richard M. Stallman <rms@gnu.org>
2898
2899 * info-look.el (info-lookup-file): Add info-file property.
2900 (info-lookup-symbol): Likewise.
2901
2902 * info.el (info-xref): Add underlining.
2903 (info): Add info-file property.
2904 (Info-find-emacs-command-nodes): Specify case-sensitive search.
2905
2906 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2907
2908 Sync with Tramp 2.0.45.
2909
2910 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2911 defined. This is not the case for XEmacs without package "edebug".
2912 (tramp-set-auto-save-file-modes): Set permissions of autosaved
2913 remote files to the permissions of the original file. This is not
2914 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
2915 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
2916 (tramp-perl-decode): Fix an error in Perl implementation.
2917 $pending must be cleared every loop. Reported by Benjamin Place
2918 <benjaminplace@sprintmail.com>
2919
2920 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2921 Don't activate advice during definition. This is done later on,
2922 depending on test result of `substitute-in-file-name'.
2923 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2924
2925 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2928
2929 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2930
2931 2004-10-12 David Ponce <david@dponce.com>
2932
2933 * recentf.el (recentf-edit-list): Update the menu when the recentf
2934 list has been modified.
2935
2936 2004-10-12 Simon Josefsson <jas@extundo.com>
2937
2938 * net/tls.el (tls-certtool-program): New variable.
2939 (tls-certificate-information): New function, based on
2940 ssl-certificate-information.
2941
2942 2004-10-12 Kenichi Handa <handa@m17n.org>
2943
2944 * international/mule.el (coding-system-equal): Move from mule-util.el.
2945
2946 * international/mule-util.el (coding-system-equal): Move to mule.el.
2947
2948 2004-10-12 Kim F. Storm <storm@cua.dk>
2949
2950 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2951 reset kmacro-initial-counter-value if set.
2952 (kmacro-set-counter): Only set kmacro-counter if defining or executing
2953 macro. Set kmacro-initial-counter-value otherwise. Never set both.
2954 (kmacro-display): Show macro counter if non-zero.
2955
2956 * subr.el (substitute-key-definition): Mention command remapping
2957 in doc string.
2958
2959 2004-10-11 Jay Belanger <belanger@truman.edu>
2960
2961 * calc/calc-misc.el (calc-info-goto-node): New function.
2962 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2963 node in one step.
2964 (calc-describe-copying, calc-describe-distribution)
2965 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2966 Go to appropriate info node in one step.
2967
2968 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2971
2972 * font-lock.el (font-lock-apply-highlight): Fix last change.
2973
2974 2004-10-11 Simon Josefsson <jas@extundo.com>
2975
2976 * mail/smtpmail.el (smtpmail-open-stream): Look for
2977 starttls-gnutls-program instead of starttls-program iff
2978 starttls-use-gnutls is non-nil.
2979 (smtpmail-open-stream): Don't overwrite user settings of
2980 starttls-extra-arguments and starttls-extra-args.
2981
2982 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2983
2984 * comint.el (comint-mouse-insert-input): Remove.
2985 (comint-insert-input): Make it work for mouse bindings.
2986 (comint-mode-map): Move defs into the declaration.
2987 (comint-output-filter): Typo.
2988
2989 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2990
2991 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
2992
2993 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2994 (ange-ftp-call-chmod): Reference remote-shell-program instead of
2995 ange-ftp-remote-shell.
2996
2997 2004-10-10 Andreas Schwab <schwab@suse.de>
2998
2999 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
3000 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
3001 Reported by <sri@asu.edu>.
3002
3003 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
3004
3005 * vc.el (vc-annotate-mode): Remove variable.
3006 (vc-annotate-display-select): Only call vc-annotate-mode
3007 if we're not in that mode already.
3008
3009 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
3012 (imenu-choose-buffer-index): Check here for rescan instead.
3013
3014 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
3015 where the face expression evals to nil.
3016
3017 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
3018 (tex-font-lock-keywords-2): Use it.
3019 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
3020
3021 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
3022
3023 2004-10-09 Kim F. Storm <storm@cua.dk>
3024
3025 * subr.el (progress-reporter-update): Define before first usage.
3026 (make-progress-reporter): Doc fix.
3027
3028 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3029
3030 * textmodes/paragraphs.el (sentence-end-double-space)
3031 (sentence-end-without-period, sentence-end-without-space)
3032 (sentence-end): Doc fixes.
3033
3034 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3035
3036 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3037 Change paragraph-start regexp so we don't fill code starting with #'(.
3038
3039 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3040
3041 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3042 New defcustom.
3043 (extract-address-components): Use it.
3044
3045 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3046
3047 * subr.el (make-progress-reporter, progress-reporter-update)
3048 (progress-reporter-force-update, progress-reporter-do-update)
3049 (progress-reporter-done): New functions.
3050
3051 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3052
3053 * progmodes/etags.el (etags-tags-completion-table): Use progress
3054 reporter.
3055 (etags-tags-apropos): Likewise.
3056
3057 2004-10-08 Alan Mackenzie <acm@muc.de>
3058
3059 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3060 of current line.
3061
3062 2004-10-08 Masatake YAMATO <jet@gyve.org>
3063
3064 * server.el (server-process-filter): Wrap `process-send-region'
3065 by `condition-case' to guard the case when the pipe to PROC is closed.
3066
3067 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3068
3069 * xml.el (xml-substitute-special): Limit handling of external entities.
3070
3071 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3072
3073 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3074
3075 2004-10-06 John Paul Wallington <jpw@gnu.org>
3076
3077 * xml.el (xml-parse-dtd): Fix `error' call.
3078
3079 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3080
3081 * xml.el (xml-substitute-special): Return a single string instead
3082 of a list of strings if an entity substitution is made.
3083
3084 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3085
3086 * calendar/icalendar.el: New file.
3087
3088 2004-10-05 Juri Linkov <juri@jurta.org>
3089
3090 * isearch.el (isearch-done): Set mark after running hook.
3091 Reported by Drew Adams <drew.adams@oracle.com>.
3092
3093 * info.el (Info-history, Info-toc): Fix Info headers.
3094 (Info-toc): Narrow buffer before Info-fontify-node.
3095 (Info-build-toc): Don't check for special Info file names.
3096 Set main-file to nil if Info-find-file returns a symbol.
3097
3098 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
3099
3100 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3101 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3102 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3103
3104 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3105
3106 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3107 for old interactive spec from calendar-goto-iso-date.
3108 (calendar-goto-iso-date): Use it.
3109 (calendar-goto-iso-week): New function. Suggested by Emilio
3110 C. Lopes <eclig@gmx.net>.
3111
3112 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3113
3114 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3115 `set-right-margin' bindings that follow the minor mode conventions.
3116
3117 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3120 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3121 (latex-block-args-alist): Add minipage and picture.
3122 (latex-block-body-alist): Use reftex-label if enabled.
3123 (latex-insert-block): Don't insert a \n if not necessary.
3124 (tex-compile-commands): Make sure dvips doesn't send to printer.
3125 (tex-compile-default): Handle the case where no executable is found.
3126 (latex-noindent-environments): New var.
3127 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3128 If tex-indent-allhanging is non-nil, make sure we only align for macros
3129 at beginning of line.
3130
3131 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3132
3133 * newcomment.el (comment-beginning): Doc fix and don't choke on
3134 unset `comment-end-skip' when at beginning of comment.
3135
3136 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3137
3138 * term.el (term-adjust-current-row-cache): Don't allow the current
3139 row to become negative.
3140 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3141 the end of the line. Fix scroll down. Add comments.
3142 (term-handle-ansi-escape): Don't exceed terminal width when moving
3143 right.
3144 (term-scroll-region): Move the cursor after setting the scroll region.
3145
3146 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3147
3148 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3149 to `width' for consistency with docstring. Doc fix.
3150
3151 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3152
3153 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3154 This is necessary for derived modes.
3155
3156 2004-09-30 Kim F. Storm <storm@cua.dk>
3157
3158 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3159 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3160
3161 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3162 kmacro-extract-lambda functions.
3163 (edit-kbd-macro): Handle kmacro lambda forms.
3164 Include counter and counter format in edit buffer.
3165 (edmacro-finish-edit): Get counter and format from edit buffer and
3166 update kmacro bindings when found.
3167
3168 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3169
3170 * textmodes/paragraphs.el (forward-paragraph):
3171 Avoid args-out-of-range error when point winds up at the beginning of
3172 the buffer and hard newlines are enabled.
3173
3174 * newcomment.el (comment-multi-line): Doc fix.
3175
3176 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3179 (diff-fixup-modifs): Catch unified-diff file-headers.
3180
3181 2004-09-29 Kim F. Storm <storm@cua.dk>
3182
3183 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3184 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3185 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3186
3187 * fringe.el (fringe-bitmap-p): New macro.
3188 (fringe-bitmaps): Add standard fringe bitmaps on load.
3189
3190 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * dired.el (dired-view-command-alist): Use more efficient regexps.
3193 Remove dubious arguments.
3194 (dired-align-file): New function.
3195 (dired-insert-directory): Use it.
3196 (dired-move-to-end-of-filename): Make the " -> " search more specific.
3197 (dired-buffers-for-dir): Remove unused var `pattern'.
3198
3199 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3200
3201 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3202 from diary display excursion. Store diary buffer's point for
3203 `simple-diary-display'.
3204 (simple-diary-display): Set window point and start when
3205 displaying buffer, to preserve point.
3206
3207 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
3208
3209 * textmodes/enriched.el (enriched-translations): Replace defconst
3210 with defvar.
3211
3212 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3213
3214 * printing.el: Doc fix.
3215 (pr-version): New version number (6.8.1).
3216 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3217 make-temp-name.
3218 (pr-delete-file): Check if file exists before deleting it.
3219 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3220
3221 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * term.el (term-display-table): New variable.
3224 (term-mode): Use it.
3225 (term-exec-1): Set the coding system to binary.
3226 (term-emulate-terminal): Decode the string before inserting it.
3227
3228 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3229
3230 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3231 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3232 (map): Bind S-prior, S-next and S-insert.
3233 (term-mode): Set `indent-tabs-mode' to nil.
3234 (term-paste): New function to be bound to S-insert.
3235 (term-send-del, term-send-backspace): Change the strings sent.
3236 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3237 (term-handle-colors-array): Fix handling of underline and reverse.
3238 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3239 (term-erase-in-line): Fix comparison.
3240 (term-emulate-terminal): Fix line wrap handling.
3241 (term-start-output-log): Rename from `term-set-output-log'.
3242 (term-stop-output-log): Rename from `term-stop-photo'.
3243 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3244
3245 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * dired.el (dired-move-to-filename): Don't output a message if
3248 raise-error is non-nil. Fix return position and value.
3249
3250 * files.el (insert-directory): Obey --dired even with symlinks.
3251
3252 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3253
3254 * ls-lisp.el (ls-lisp-format): Mark file names with property
3255 dired-filename.
3256
3257 2004-09-25 Kim F. Storm <storm@cua.dk>
3258
3259 * ido.el (ido-max-directory-size): New defcustom.
3260 (ido-decorations): Add "too big" element.
3261 (ido-directory-too-big): New dynamic var.
3262 (ido-may-cache-directory): Don't cache big directories.
3263 (ido-directory-too-big-p): New defun.
3264 (ido-set-current-directory): Update ido-directory-too-big.
3265 (ido-read-internal): Make empty ido-cur-item if too-big.
3266 (ido-buffer-internal): Use ido-read-internal directly instead of
3267 ido-read-buffer.
3268 (ido-file-internal): Init ido-directory-too-big.
3269 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3270 and redo completion with full list.
3271 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3272 it, and show completions.
3273 (ido-all-completions): Let bind ido-directory-too-big to nil.
3274 (ido-exhibit): Handle ido-directory-too-big.
3275 (ido-read-buffer): Handle fallback to read-buffer.
3276 Init ido-directory-too-big.
3277 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3278 Init ido-directory-too-big.
3279
3280 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3281
3282 * subr.el (delay-mode-hooks): Doc fix.
3283
3284 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * textmodes/enriched.el
3287 (enriched-default-text-properties-local-flag): New variable.
3288 (enriched-mode): Make sure that enabling and disabling the mode is
3289 a no-op. Doc fix.
3290
3291 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3292
3293 * calendar/holidays.el (holiday-advent): Report on a specified day
3294 offset from advent, not just advent.
3295 (holiday-easter-etc): Report on one specified day offset from
3296 easter, not all easter holidays. Various Easter holidays moved to
3297 `christian-holidays' variable in calendar.el.
3298 * calendar/calendar.el (christian-holidays): Adapt for new
3299 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3300
3301 2004-09-23 Kim F. Storm <storm@cua.dk>
3302
3303 * image.el (insert-sliced-image): Add doc string.
3304
3305 * ido.el (ido-choice-list): New dynamic var for `list' context.
3306 (ido-context-switch-command): New dynamic var.
3307 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3308 (ido-read-internal): Handle new `list' context.
3309 Handle insert-buffer and insert-file ido-exit values.
3310 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3311 ido-context-switch-command. Handle insert-file ido-exit value.
3312 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3313 unless it is already bound by caller.
3314 (ido-file-internal): New arg switch-cmd. Use it to setup
3315 ido-context-switch-command. Handle insert-buffer ido-exit value.
3316 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3317 used for context switching.
3318 (ido-all-completions): Handle new `list' context.
3319 (ido-make-choice-list): Return choices for `list' context.
3320 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3321 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3322 (ido-insert-buffer, ido-insert-file): Setup context switching.
3323 (ido-exhibit): Handle `list' context.
3324 (ido-read-file-name): Disable context switching. Handle fallback.
3325 (ido-read-directory-name): Disable context switching.
3326 (ido-completing-read): New defun like completing-read. Setup and
3327 use new `list' context.
3328
3329 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3330
3331 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3332
3333 2004-09-21 Jay Belanger <belanger@truman.edu>
3334
3335 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3336 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3337 separate window.
3338
3339 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3340
3341 * subr.el (after-change-major-mode-hook): Doc fix.
3342
3343 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3344
3345 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3346 of ghostscript for monochrome PostScript file in Windows.
3347
3348 2004-09-21 Kenichi Handa <handa@m17n.org>
3349
3350 * descr-text.el (describe-char): Checking of quail activation
3351 fixed.
3352
3353 2004-09-21 Jay Belanger <belanger@truman.edu>
3354
3355 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3356
3357 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3360 after the mode hooks instead of before. Doc fix.
3361
3362 2004-09-20 Jason Rumney <jasonr@gnu.org>
3363
3364 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3365 _emacs, but revert to .emacs if neither exists in home directory.
3366
3367 2004-09-20 John Paul Wallington <jpw@gnu.org>
3368
3369 * bindings.el (completion-ignored-extensions): Add .dfsl.
3370
3371 2004-09-20 Richard M. Stallman <rms@gnu.org>
3372
3373 * bindings.el (scroll-left): Make it disabled.
3374
3375 * files.el (enable-local-eval): Doc fix.
3376
3377 * indent.el (move-to-left-margin): Special case for minibuffer.
3378
3379 * term.el (term-emulate-terminal): Turn off undo for output.
3380 Use with-current-buffer and save-selected-window.
3381
3382 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3383
3384 * progmodes/make-mode.el (makefile-fill-paragraph):
3385 Don't insist on spaces when looking for comments. # is enough.
3386
3387 * files.el (hack-local-variables): Copy the variables list
3388 to another buffer, strip prefixes and suffixes there, then read.
3389 (enable-local-eval): Doc fix.
3390 (ignored-local-variables): Initialize to nil.
3391 (risky-local-variable-p): Don't check ignored-local-variables here.
3392 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3393
3394 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3395
3396 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3397 of = to "." (punctuation).
3398
3399 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3402
3403 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3404
3405 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3406 (enriched-before-change-major-mode): New function.
3407 Add it to `change-major-mode-hook'.
3408 (enriched-after-change-major-mode): New function.
3409 Add it to `after-change-major-mode-hook'.
3410 (enriched-mode): Make it work correctly if called from
3411 `after-change-major-mode-hook'.
3412 No longer set `indent-line-function'.
3413
3414 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3415
3416 * subr.el (after-change-major-mode-hook): New variable.
3417 (run-mode-hooks): Implement it.
3418
3419 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * battery.el (battery-linux-proc-apm): Use string-to-number.
3422 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3423 Use dolist (and less indentation). Use erase-buffer.
3424 Pre-initialize `design-capacity', `warn', and `low'.
3425 (battery-format): Use replace-regexp-in-string.
3426
3427 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3428
3429 * battery.el: Delete superfluous empty lines.
3430 (battery-linux-proc-acpi): Attempt to gather information from all
3431 battery subdirectories regardless of their file name.
3432 (battery-linux-proc-apm): Replace all occurrences of
3433 battery-hex-to-int-2 with string-to-int (base 16).
3434 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3435 (battery-hex-map): Delete variable.
3436
3437 2004-09-18 John Paul Wallington <jpw@gnu.org>
3438
3439 * calc/calc-units.el (calc-quick-units): Fix overzealous
3440 s/or/unless/.
3441
3442 2004-09-17 Jay Belanger <belanger@truman.edu>
3443
3444 * calc/calc.el (calc-mode-var-list): Fix the value of
3445 `calc-matrix-brackets'.
3446
3447 2004-09-17 Romain Francoise <romain@orebokech.com>
3448
3449 * ibuf-ext.el (define-ibuffer-filter filename):
3450 Expand dired-directory since buffer-file-name is absolute.
3451
3452 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3453
3454 * ediff-init.el (ediff-current-diff-face-A)
3455 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3456 (ediff-current-diff-face-Ancestor)
3457 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3458 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3459 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3460 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3461 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3462 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3463 Use min-colors.
3464
3465 * term.el (term-down): Perform vertical motion if DOWN is negative.
3466 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3467 (term-termcap-format): Synchronyze with the eterm terminfo entry
3468 in etc/e/eterm.ti.
3469 (term-handle-colors-array): If the current foreground or
3470 background are zero (i.e. unspecified), use the foreground and
3471 background of the default face for reverse video.
3472 (term-ansi-at-eval-string, term-ansi-default-fg)
3473 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3474 (term-mem): Delete ununsed function.
3475 (term-protocol-version): Increment.
3476 (term-current-face): Set to default.
3477
3478 2004-09-15 Jay Belanger <belanger@truman.edu>
3479
3480 * calc/calc.el (calc-mode-var-list): Define this variable.
3481 (calc-always-load-extensions, calc-line-numbering)
3482 (calc-line-breaking, calc-display-just, calc-display-origin)
3483 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3484 (calc-group-char, calc-point-char, calc-frac-format)
3485 (calc-prefer-frac, calc-hms-format, calc-date-format)
3486 (calc-float-format, calc-full-float-format, calc-complex-format)
3487 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3488 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3489 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3490 (calc-matrix-brackets, calc-language, calc-language-option)
3491 (calc-left-label, calc-right-label, calc-word-size)
3492 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3493 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3494 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3495 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3496 (calc-window-height, calc-display-trail, calc-show-selections)
3497 (calc-use-selections, calc-assoc-selections)
3498 (calc-display-working-message, calc-auto-why, calc-timing)
3499 (calc-mode-save-mode, calc-standard-date-formats)
3500 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3501 (calc-user-parse-tables, calc-gnuplot-default-device)
3502 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3503 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3504 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3505 (calc-invocation-macro, calc-show-banner): Give these values as
3506 part of `calc-mode-var-list's initialization after the variables
3507 are declared with defvar.
3508 (calc-bug-address): Change email address to send bug reports to.
3509 Change the maintainer address at the top.
3510 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3511 than "\\.emacs" to determine if it is the user-init-file.
3512
3513 * calc/calc-embed.el (calc-embedded-set-modes): Use
3514 `calc-mode-var-list' correctly.
3515
3516 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3517
3518 * vc.el (annotate-time): Document point handling.
3519 (vc-annotate-display-autoscale): Doc fix.
3520
3521 2004-09-15 Miles Bader <miles@gnu.org>
3522
3523 * generic.el (generic-make-keywords-list): Use symbol rather than
3524 word anchors in regexp.
3525
3526 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3527
3528 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3529 no file name consider `dired-directory'.
3530
3531 2004-09-14 Kim F. Storm <storm@cua.dk>
3532
3533 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3534
3535 2004-09-14 Simon Josefsson <jas@extundo.com>
3536
3537 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3538
3539 * textmodes/dns-mode.el: Add.
3540
3541 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3544 (disabled-command-function): Make the ?\ char more obvious.
3545
3546 * vc-arch.el (vc-arch-root, vc-arch-registered):
3547 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3548
3549 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3550
3551 * windmove.el (windmove-frame-edges): Report coordinates of
3552 outside edges of frame, not inside edges.
3553 (windmove-coordinates-of-position): Convert into wrapper to new
3554 function `windmove-coordinates-of-window-position';
3555 `compute-motion' always applies to selected window.
3556 (windmove-coordinates-of-position): Update documentation to refer
3557 to Emacs 21 Lisp Reference Manual.
3558 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3559
3560 2004-09-13 Kim F. Storm <storm@cua.dk>
3561
3562 * isearch.el (isearch-resume-in-command-history): Rename from
3563 isearch-resume-enabled and change default to nil.
3564
3565 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3566
3567 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3568 (vc-registered): Use it.
3569 (vc-find-root): New fun.
3570
3571 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3572 Don't tell to use \\{...} when it's already done.
3573
3574 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3575 Provide a sample complex default.
3576 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3577 (bibtex-entry): Use mapc.
3578
3579 2004-09-12 Kim F. Storm <storm@cua.dk>
3580
3581 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3582
3583 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3584 inhibit-field-text-motion to t so rectangles work in comint buffers.
3585
3586 * simple.el (choose-completion-string): Set buffer before running
3587 choose-completion-string-functions hook so it can be buffer-local.
3588
3589 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3590
3591 * progmodes/compile.el (compilation-start): Parse command to see
3592 if it starts with a cd, and if so perform it for the *compilation*
3593 buffer. Change the header to reflect this.
3594
3595 2004-09-11 Kim F. Storm <storm@cua.dk>
3596
3597 * ido.el (ido-enable-dot-prefix): Doc fix.
3598 (ido-enable-dot-prefix): New defcustom.
3599 (ido-set-matches1): Use it.
3600
3601 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * textmodes/bibtex.el (bibtex-mark-active)
3604 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3605
3606 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3607
3608 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3609 used in a case insensitive environment.
3610 (bibtex-mode-map): Rearrange order of menus.
3611 (bibtex-quoted-string-re): Obsolete.
3612 (bibtex-complete-key-cleanup): Variable replaced by new function.
3613 (bibtex-font-lock-keywords): Use backquotes.
3614 (bibtex-font-lock-url-regexp): New internal variable.
3615 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3616 "OPT" and "ALT".
3617 (bibtex-insert-current-kill, bibtex-make-field)
3618 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3619 (bibtex-parse-field-text): Simplify.
3620 (bibtex-string=): New helper function.
3621 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3622 (bibtex-map-entries): Use bibtex-string=.
3623 (bibtex-search-entry): Use not.
3624 (bibtex-enclosing-field): Fix docstring.
3625 (bibtex-assoc-regexp): Obsolete.
3626 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3627 (bibtex-autokey-get-names): Handle empty name field.
3628 (bibtex-parse-strings): Use assoc-string and unless.
3629 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3630 Use assoc-string.
3631 (bibtex-pop): Simplify.
3632 (bibtex-mode): Set font-lock-extra-managed-props.
3633 (bibtex-entry-update): Use assoc-string.
3634 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3635 (bibtex-autofill-entry): Use bibtex-string=.
3636 (bibtex-print-help-message): Simplify.
3637 (bibtex-find-entry): New optional arg START.
3638 (bibtex-validate): Use bibtex-string= and assoc-string.
3639 Do not call obsolete function compilation-parse-errors.
3640 (bibtex-remove-delimiters): Only remove delimiters if present.
3641 (bibtex-copy-entry-as-kill): Add docstring.
3642 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3643 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3644 (bibtex-complete): Use bibtex-predefined-month-strings,
3645 bibtex-string=, and new function bibtex-complete-key-cleanup.
3646 (bibtex-generate-url-list): New variable.
3647 (bibtex-url): New command bound to C-c C-l and mouse-2.
3648 (bibtex-url-map): New local keymap for bibtex-url-mouse.
3649 (bibtex-font-lock-url): New function.
3650
3651 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3652
3653 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3654
3655 2004-09-09 Kim F. Storm <storm@cua.dk>
3656
3657 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3658 counter and format with binding.
3659 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
3660 the declared macro uses own macro counter and format. Give symbol
3661 kmacro property.
3662 (kmacro-keymap): Bind kmacro-name-last-macro to n.
3663 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3664 (kmacro-end-and-call-macro): Doc fix.
3665
3666 2004-09-09 Lars Hansen <larsh@math.ku.dk>
3667
3668 * desktop.el (desktop-clear-preserve-buffers):
3669 Remove make-obsolete-variable.
3670
3671 2004-09-08 Richard M. Stallman <rms@gnu.org>
3672
3673 * buff-menu.el (list-buffers-noselect): Call format-mode-line
3674 with the buffer as argument.
3675
3676 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3679
3680 2004-09-08 Juri Linkov <juri@jurta.org>
3681
3682 * replace.el (perform-replace): Use `query-replace-descr'.
3683
3684 * cus-start.el (history-delete-duplicates): Specify customization.
3685
3686 * diff-mode.el (diff-mode-map):
3687 * progmodes/compile.el (compilation-mode-map):
3688 * progmodes/grep.el (grep-mode-map):
3689 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3690 to `next-error-follow-minor-mode'.
3691
3692 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3693
3694 * isearch.el (isearch-lazy-highlight-update): Take into account
3695 the case of zero-length match at the search bound.
3696
3697 2004-09-08 Kim F. Storm <storm@cua.dk>
3698
3699 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3700 change. Use zero width overlays when necessary.
3701
3702 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3703
3704 * subr.el (split-string): Docfix.
3705
3706 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3707
3708 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3709 (display-call-tree): Ensure newline after caller/calls blocks.
3710
3711 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3712
3713 * startup.el (command-line-1): Make option
3714 --directory/-L modify `load-path' straight away.
3715
3716 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3717
3718 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3719
3720 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3721
3722 * emacs-lisp/autoload.el (make-autoload):
3723 Handle `define-compilation-mode'.
3724
3725 * emacs-lisp/lisp-mode.el (define-compilation-mode):
3726 Specify `doc-string-elt' property.
3727
3728 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3729
3730 * bs.el (bs-mode): Doc fix.
3731
3732 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3733
3734 * info.el (Info-insert-dir): Fix temp buffer leak bug.
3735
3736 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3737
3738 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3739
3740 2004-09-08 Kenichi Handa <handa@m17n.org>
3741
3742 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3743 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3744 ps-mule-next-point -> 1+).
3745
3746 * composite.el (encode-composition-rule): Add autoload cooky.
3747
3748 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3749
3750 * format.el (buffer-auto-save-file-format): Make it permanent local.
3751
3752 2004-09-07 Kim F. Storm <storm@cua.dk>
3753
3754 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3755 (authors-fixed-entries): Fix typo.
3756 (authors-canonical-author-name): Compact multiple spaces.
3757 Ignore trivial names (e.g. only first name).
3758
3759 * term.el (term-window-width): Only use full window width on
3760 window system if overflow-newline-into-fringe is enabled.
3761 (term-mode): Don't disable overflow-newline-into-fringe.
3762
3763 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3766 motion as seen on my Mac OS X xterms.
3767
3768 * newcomment.el (uncomment-region-default, comment-region-default):
3769 New functions extracted from uncomment-region and comment-region.
3770 (comment-region, comment-region-function, uncomment-region)
3771 (uncomment-region-function): Use them.
3772
3773 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3774
3775 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3776 It's not crucial but can make sense at times.
3777
3778 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3779 the first commit.
3780
3781 * vc.el (vc-buffer-context, vc-restore-buffer-context):
3782 Disable obsolete code.
3783
3784 2004-09-07 Juri Linkov <juri@jurta.org>
3785
3786 * progmodes/grep.el (grep-highlight-matches): Change default from
3787 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
3788 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3789 if grep option `--color' is available, or to `nil' otherwise.
3790 (grep-process-setup): Call `grep-compute-defaults' if
3791 `grep-highlight-matches' is not computed. Set env-vars only
3792 if `grep-highlight-matches' is `t'.
3793 (grep-use-null-device): Remove redundant type `boolean' (`choice'
3794 is already defined).
3795
3796 * progmodes/compile.el (compilation-start): Use copy of
3797 `process-environment' created by `copy-sequence' to not
3798 modify env-vars in the global `process-environment'.
3799
3800 2004-09-06 Eli Zaretskii <eliz@gnu.org>
3801
3802 * simple.el (next-error-follow-minor-mode): Fix last change.
3803
3804 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
3805
3806 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3807 permanent local.
3808
3809 2004-09-04 Richard M. Stallman <rms@gnu.org>
3810
3811 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3812 highlighting if the search string is empty.
3813
3814 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * facemenu.el (facemenu-active-faces): Change condition of inner
3817 `while' loop to also check the first two elements of `face-atts'
3818 and `mask-atts'.
3819
3820 2004-09-04 John Paul Wallington <jpw@gnu.org>
3821
3822 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3823 (thumbs-view-image-mode): Make buffer read-only.
3824
3825 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
3826
3827 * textmodes/ispell.el (ispell-really-aspell): New defvar.
3828 (ispell-check-version): Set it.
3829 (ispell-send-replacement): New function.
3830 (ispell-process-line): Call ispell-send-replacement.
3831
3832 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3833
3834 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3835 Support choosing seconds with "s".
3836
3837 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
3838
3839 * terminal.el (te-escape): Show `?' in prompt for help key.
3840
3841 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
3842
3843 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3844
3845 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * simple.el (next-error-follow-minor-mode)
3848 (next-error-follow-mode-post-command-hook): New functions.
3849 (next-error-follow-last-line): New defvar.
3850
3851 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3852 * progmodes/compile.el (compilation-mode-map): Likewise.
3853 * progmodes/grep.el (grep-mode-map): Likewise.
3854 * replace.el (occur-mode-map): Likewise.
3855
3856 * newcomment.el (uncomment-region): Bind comment-use-global-state
3857 to nil.
3858
3859 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
3860
3861 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3862 locally around the call to `revert-buffer'.
3863
3864 2004-09-03 Juri Linkov <juri@jurta.org>
3865
3866 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3867 `isearch-adjusted' to `t'.
3868 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3869 (isearch-message-prefix): Add "pending" for isearch-adjusted.
3870 (isearch-other-meta-char): Restore isearch-point unconditionally.
3871 (isearch-query-replace): Add new arg `regexp-flag' and use it.
3872 Set point to start of match if region is not active in transient
3873 mark mode (to include the current match to region boundaries).
3874 Push the search string to `query-replace-from-history-variable'.
3875 Add prompt "Query replace regexp" for isearch-regexp.
3876 Add region beginning/end as last arguments of `perform-replace.'
3877 (isearch-query-replace-regexp): Replace code by the call to
3878 `isearch-query-replace' with arg `t'.
3879
3880 2004-09-03 Richard M. Stallman <rms@gnu.org>
3881
3882 * startup.el (normal-top-level): Undo previous TERM change.
3883
3884 2004-09-03 Kim F. Storm <storm@cua.dk>
3885
3886 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3887 highlight overlays; allow using RET when cursor is over a button.
3888 (cua--highlight-rectangle): Use it.
3889 (cua--rectangle-set-corners): Don't move backwards at eol.
3890 (cua--forward-line): Don't move into void after eob.
3891
3892 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3893 point is set (and displayed) inside rectangle.
3894 (cua--rectangle-operation): Fix for highlight of empty lines.
3895 (cua--highlight-rectangle): Fix highlight for tabs.
3896 Position cursor at left/right edge of rectangle using new `cursor'
3897 property on overlay strings.
3898 (cua--indent-rectangle): Don't tabify.
3899 (cua-rotate-rectangle): Ignore that point has moved.
3900
3901 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3902
3903 * term/mac-win.el: Add ASCII equivalents for some function keys.
3904 (mode-line-frame-identification): Sync with x-win.el.
3905
3906 2004-09-02 Juri Linkov <juri@jurta.org>
3907
3908 * progmodes/compile.el (compilation-buffer-name): Compare major
3909 mode with second element of compilation-arguments instead of third
3910 to reflect latest changes in compilation-arguments structure.
3911 (recompile): Use global variable `compilation-directory' to get
3912 recent compilation directory only when `recompile' is invoked NOT
3913 in the compilation buffer. Otherwise, use `default-directory' of
3914 the compilation buffer.
3915 (compilation-error-properties): Allow to funcall col and end-col.
3916 (compilation-mode-font-lock-keywords): Check col and end-col by
3917 `integerp'.
3918 (compilation-goto-locus): If end-mk is non-nil in transient mark
3919 mode don't activate the mark (and don't display message in
3920 push-mark), but highlight overlay between mk and end-mk.
3921
3922 * progmodes/grep.el (grep-highlight-matches): New defcustom.
3923 (grep-regexp-alist): Add rule to highlight grep matches.
3924 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3925
3926 * info.el (Info-fontify-node): Don't compute other-tag
3927 if Info-hide-note-references=hide.
3928
3929 * help.el (function-called-at-point):
3930 * help-fns.el (variable-at-point):
3931 Try `find-tag-default' when other methods failed.
3932
3933 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3934 Do not push mark if inhibit-mark-movement is non-nil.
3935
3936 * textmodes/ispell.el (ispell-html-skip-alists):
3937 Fix backslashes in docstring.
3938
3939 2004-09-01 Juri Linkov <juri@jurta.org>
3940
3941 * isearch.el (isearch-wrap-function)
3942 (isearch-push-state-function): New defvars.
3943 (isearch-pop-fun-state): New defsubst.
3944 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3945 (isearch-push-state): Set the result of calling
3946 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3947 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3948 restore the mode-specific starting point of terminated search.
3949 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3950 (isearch-repeat): Call `isearch-wrap-function' if defined.
3951 (isearch-message-prefix): Don't add prefix "over" to the message
3952 for wrapped search if `isearch-wrap-function' is defined.
3953 (isearch-search): Call function saved in `isearch-pop-fun-state' to
3954 restore the mode-specific starting point of failed search.
3955
3956 * info.el (Info-search-whitespace-regexp): Fix backslashes.
3957 (Info-search): Add new optional arguments for the sake of isearch.
3958 Replace whitespace in Info-search-whitespace-regexp literally.
3959 Add backward search. Don't call `Info-select-node' if regexp is
3960 found in the same Info node. Don't add node to Info-history for
3961 wrapped isearch.
3962 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3963 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3964 (Info-mode): Set local variables `isearch-search-fun-function',
3965 `isearch-wrap-function', `isearch-push-state-function',
3966 `search-whitespace-regexp'.
3967
3968 * isearch.el: Remove ancient Change Log section.
3969 (isearch-string, isearch-message-string, isearch-point)
3970 (isearch-success, isearch-forward-flag, isearch-other-end)
3971 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3972 (isearch-barrier, isearch-within-brackets)
3973 (isearch-case-fold-search): Add suffix `-state' to state-related
3974 defsubsts to avoid name clashes with other function names.
3975
3976 * simple.el (next-error): New defgroup and defface.
3977 (next-error-highlight, next-error-highlight-no-select):
3978 New defcustoms.
3979 (next-error-no-select): Let-bind next-error-highlight to the value
3980 of next-error-highlight-no-select before calling `next-error'.
3981
3982 * progmodes/compile.el (compilation-goto-locus):
3983 Use `next-error' face instead of `region'. Set 4-th argument of
3984 `move-overlay' to `current-buffer' to move overlay to different
3985 source buffers. Use new variable `next-error-highlight'.
3986
3987 * simple.el (next-error-find-buffer): Move the rule
3988 "if current buffer is a next-error capable buffer" after the
3989 rule "if next-error-last-buffer is set to a live buffer".
3990 Simplify to test all rules in one `or'.
3991 (next-error): Doc fix.
3992 (next-error, previous-error, first-error)
3993 (next-error-no-select, previous-error-no-select):
3994 Make arguments optional.
3995
3996 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3997
3998 * macros.el (apply-macro-to-region-lines): Make it operate on all
3999 lines that begin in the region, rather than on all complete lines
4000 in the region.
4001
4002 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4003
4004 * x-dnd.el (x-dnd-protocol-alist): Document update.
4005 (x-dnd-known-types): Defcustom it.
4006 (x-dnd-handle-motif): Print message-atom in error message.
4007
4008 2004-08-30 John Paul Wallington <jpw@gnu.org>
4009
4010 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
4011 strings rather than programatically constructing message.
4012
4013 2004-08-30 Richard M. Stallman <rms@gnu.org>
4014
4015 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
4016 Don't return a string that would read as the wrong character code.
4017
4018 2004-08-29 Kim F. Storm <storm@cua.dk>
4019
4020 * emulation/cua-base.el (cua-auto-expand-rectangles):
4021 Remove automatic rectangle padding feature; replace by non-destructive
4022 virtual rectangle edges feature.
4023 (cua-virtual-rectangle-edges): New defcustom.
4024 (cua-auto-tabify-rectangles): New defcustom.
4025 (cua-paste): If paste into a marked rectangle, insert rectangle at
4026 current column, even if virtual; also paste exactly as many lines
4027 as has been marked (ignore additional lines or add empty lines),
4028 but paste whole source if only one line is marked.
4029 (cua--update-indications): No longer use overwrite-cursor to
4030 indicate rectangle padding
4031
4032 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4033 (cua--rectangle-virtual-edges): New defun.
4034 (cua--rectangle-get-corners): Remove optional PAD arg.
4035 (cua--rectangle-set-corners): Never do padding.
4036 (cua--forward-line): Remove optional PAD arg. Simplify.
4037 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4038 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4039 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4040 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4041 (cua--rectangle-move): Never do padding. Simplify.
4042 (cua--tabify-start): New defun.
4043 (cua--rectangle-operation): Add tabify arg. All callers changed.
4044 (cua--pad-rectangle): Remove.
4045 (cua--delete-rectangle): Handle delete with virtual edges.
4046 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4047 (cua--insert-rectangle): Handle insert at virtual column.
4048 Perform auto-tabify if necessary.
4049 (cua--activate-rectangle): Remove optional FORCE arg.
4050 Never do padding. Simplify.
4051 (cua--highlight-rectangle): Enhance for virtual edges.
4052 (cua-toggle-rectangle-padding): Remove command.
4053 (cua-toggle-rectangle-virtual-edges): New command.
4054 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4055 (cua--rectangle-post-command): Don't force rectangle padding.
4056 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4057
4058 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * indent.el (edit-tab-stops-buffer): Doc fix.
4061
4062 2004-08-28 Richard M. Stallman <rms@gnu.org>
4063
4064 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4065 (grep-tag-default): Function deleted.
4066
4067 * subr.el (find-tag-default): Move from etags.el.
4068
4069 * progmodes/etags.el (find-tag-default): Move to subr.el.
4070
4071 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4072 into the basic character if it has an uppercase form.
4073
4074 2004-08-27 Kenichi Handa <handa@m17n.org>
4075
4076 * international/utf-8.el (utf-8-post-read-conversion): If the
4077 buffer is unibyte, temporarily make it multibyte.
4078
4079 2004-08-27 Masatake YAMATO <jet@gyve.org>
4080
4081 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4082
4083 2004-08-25 John Paul Wallington <jpw@gnu.org>
4084
4085 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4086 0, 1, and many mismatches in message.
4087 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4088
4089 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4090 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4091
4092 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4093
4094 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4095 vc-diff-switches differently.
4096
4097 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4098
4099 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4100 before and a real defvar after
4101 `speedbar-supported-extension-expressions'. This is to silence
4102 the compiler without breaking bootstrapping.
4103
4104 2004-08-22 Richard M. Stallman <rms@gnu.org>
4105
4106 * textmodes/flyspell.el (flyspell-word):
4107 Use set-process-query-on-exit-flag.
4108 (flyspell-highlight-duplicate-region): Take POSS as arg.
4109 (flyspell-word): Pass POSS as arg.
4110
4111 * progmodes/ada-xref.el: Many doc and style fixes.
4112 (ada-find-any-references): Use compilation-start.
4113 (ada-get-ali-file-name): Improve error msg.
4114 (ada-get-ada-file-name): Likewise.
4115
4116 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4117 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4118
4119 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4120 Add forward defvar.
4121
4122 * whitespace.el (global-whitespace-mode): New alias
4123 for whitespace-global-mode.
4124
4125 * speedbar.el (speedbar-file-regexp): Move definition up.
4126 (speedbar-mode, speedbar-set-mode-line-format):
4127 Use with-no-warnings.
4128 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4129
4130 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4131 controls whether to display the error buffer.
4132
4133 * ps-mule.el: Delete compatibility code for old Emacses.
4134 (ps-mule-find-wrappoint): Don't use chars-in-region.
4135
4136 * frame.el (display-mouse-p, display-selections-p):
4137 Use with-no-warnings.
4138
4139 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4140
4141 2004-08-22 David Kastrup <dak@gnu.org>
4142
4143 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4144 information.
4145
4146 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4147
4148 2004-08-22 Andreas Schwab <schwab@suse.de>
4149
4150 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4151
4152 2004-08-22 Masatake YAMATO <jet@gyve.org>
4153
4154 * cvs-status.el (cvs-status-checkout): New function.
4155 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4156
4157 2004-08-21 David Kastrup <dak@gnu.org>
4158
4159 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4160 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4161 has been converted to use hashtables, the relation `nil=none' is
4162 no longer valid, as `nil' is not a hashtable. This patch tries to
4163 reduce the number of resulting errors.
4164
4165 2004-08-21 John Paul Wallington <jpw@gnu.org>
4166
4167 * subr.el (process-kill-without-query): Made obsolete in
4168 version 21.4, not 21.5.
4169
4170 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4171 (vc-previous-comment, vc-next-comment)
4172 (vc-comment-search-reverse, vc-comment-search-forward)
4173 (vc-comment-to-change-log): Likewise.
4174
4175 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4176
4177 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
4178
4179 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4180 Correct indentation of DEFMETHODS with non-standard method
4181 combinations (e.g., PROGN, MIN, MAX).
4182
4183 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4184
4185 * startup.el (normal-top-level-add-subdirs-to-load-path):
4186 Avoid unnecessarily checking system-type.
4187 (normal-top-level): Set TERM to "dumb". Simplify.
4188
4189 * avoid.el (mouse-avoidance-ignore-p): New fun.
4190 Also ignore switch-frame, select-window, double, and triple clicks.
4191 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4192 (mouse-avoidance-fancy-hook): Use it.
4193
4194 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
4195
4196 * avoid.el (mouse-avoidance-nudge-mouse)
4197 (mouse-avoidance-banish-destination): Stay within the current window
4198 to avoid problems with mouse-autoselect-window.
4199
4200 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4203 the newer format of some messages in cvs-1.12.1.
4204
4205 2004-08-19 Masatake YAMATO <jet@gyve.org>
4206
4207 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4208 (elp-results-jump-to-definition-by-mouse)
4209 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4210 (elp-output-result): Use elp-output-insert-symname.
4211
4212 2004-08-18 Kenichi Handa <handa@m17n.org>
4213
4214 * language/cyrillic.el: Register koi8-r in
4215 ctext-non-standard-encodings-alist.
4216 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4217
4218 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4219
4220 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4221 that replaces 20xy with xy.
4222
4223 2004-08-17 John Paul Wallington <jpw@gnu.org>
4224
4225 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4226 (reb-force-update): Doc fix.
4227
4228 2004-08-16 Richard M. Stallman <rms@gnu.org>
4229
4230 * progmodes/which-func.el (which-func-update-1): Doc fix.
4231
4232 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4233 (sh-mode-abbrev-table): New variable.
4234
4235 * progmodes/compile.el (compilation-mode): Doc fix.
4236
4237 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4238 Don't cons a new symbol each time.
4239 (eval-last-sexp-fake-value): New variable.
4240
4241 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4242 (copyright-update-year): Detect continuation of list of years.
4243
4244 * term.el (term-default-fg-color, term-default-bg-color)
4245 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4246
4247 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4248
4249 2004-08-16 Davis Herring <herring@lanl.gov>
4250
4251 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4252 (isearch-success, isearch-forward-flag, isearch-other-end)
4253 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4254 (isearch-barrier, isearch-within-brackets)
4255 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4256
4257 2004-08-16 Kenichi Handa <handa@m17n.org>
4258
4259 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4260
4261 2004-08-15 Kenichi Handa <handa@m17n.org>
4262
4263 * term/x-win.el (x-selection-value): If utf8 was successful but
4264 ctext was not, use utf8 string.
4265
4266 2004-08-14 Davis Herring <herring@lanl.gov>
4267
4268 * isearch.el: Remove accidental changes of March 4. Fix backing
4269 up when a regexp isearch is made more general. Use symbolic
4270 accessor functions for isearch stack frames to make usage clearer.
4271 (search-whitespace-regexp): Made groups in documentation shy (as
4272 is the group in the default value).
4273 (isearch-fallback): New function, addresses problems with regexps
4274 liberalized by `\|', adds support for liberalization by `\}' (the
4275 general repetition construct), and incorporates behavior for
4276 `*'/`?'.
4277 (isearch-}-char): New command, calls `isearch-fallback' with
4278 arguments appropriate to a typed `}'.
4279 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4280 appropriately.
4281 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4282 (isearch-string, isearch-message,string, isearch-point)
4283 (isearch-success, isearch-forward-flag, isearch-other-end)
4284 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4285 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4286 New inline functions to read fields of a stack frame.
4287
4288 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4289
4290 * battery.el (battery-linux-proc-acpi): Look into battery
4291 directories matching the literal string "CMB", too (required for
4292 Linux kernel version 2.6.7).
4293
4294 2004-08-14 John Paul Wallington <jpw@gnu.org>
4295
4296 * cus-start.el (read-file-name-completion-ignore-case): Add.
4297 (blink-cursor-alist): Change version to "21.4".
4298
4299 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4300
4301 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4302
4303 * speedbar.el (speedbar-scan-subdirs): New option.
4304 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4305 dolist.
4306 (speedbar-insert-files-at-point): Take an extra argument and use
4307 it to optionally find out if a subdir is empty. Also unreadable
4308 files don't get expand buttons.
4309 (speedbar-directory): New image (unused pixmap already existed).
4310 (speedbar-expand-image-button-alist): Use it.
4311
4312 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4313
4314 CC Mode update to 5.30.9:
4315
4316 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4317 Move from cc-vars to cc-defs for dependency reasons. Fix the
4318 POSIX char class test to check that it works in
4319 `skip-chars-(forward|backward)' too.
4320
4321 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4322 first argument starts with a special brace list.
4323
4324 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4325 when `c-opt-type-concat-key' is used (i.e. in Pike).
4326
4327 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4328 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4329 >)".
4330
4331 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4332 whitespace safe.
4333
4334 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4335 position for `arglist-intro', `arglist-cont-nonempty' and
4336 `arglist-close' when there are two arglist open parens on the same
4337 line and there's nothing in front of the first.
4338
4339 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4340 locking of qualified names in Java, which previously could fontify
4341 common indexing expressions in many cases. The standard Java
4342 naming conventions are used to tell them apart.
4343
4344 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4345 Fix inconsistency wrt opening parens on the first line inside a paren
4346 block.
4347
4348 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4349 compile time for the sake of `c-major-mode-is'.
4350
4351 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4352 `c-major-mode-is' in the event that this is used inside a
4353 `c-lang-defconst'.
4354
4355 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4356 `c-lang-defconst' so that it works better with fallback languages.
4357
4358 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4359 it to fail to record the base mode.
4360
4361 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4362 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4363 is used. Reorder the syntax checks to get more efficient
4364 skipping in some situations.
4365
4366 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4367 continuation which might precede the newly inserted '{'.
4368
4369 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4370 Fix cases where it could loop indefinitely.
4371
4372 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4373 size specs correctly. Only fontify identifiers in front of '('
4374 with as functions - don't accept any paren char. Tighten up
4375 initializer skipping to stop before function and class blocks.
4376
4377 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4378 the point could be left directly after an open paren when finding
4379 the beginning of the first decl in the block.
4380
4381 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4382 table when filtering out legitimate open parens to be recorded.
4383 This could cause cache inconsistencies when e.g.
4384 `c++-template-syntax-table' was temporarily in use.
4385
4386 * progmodes/cc-engine.el (c-on-identifier)
4387 (c-simple-skip-symbol-backward): Small fix for handling "-"
4388 correctly in `skip-chars-backward'. Affected the operator lfun
4389 syntax in Pike.
4390
4391 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4392 Fix bug that could cause an error from `after-change-functions' when
4393 the changed region is at bob.
4394
4395 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4396
4397 CC Mode update to 5.30.9:
4398
4399 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4400 to say that <TAB> doesn't insert WS into a CPP line.
4401 (c-indent-command, c-tab-always-indent): Amend doc strings.
4402
4403 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4404 checks for user errors, thus eliminating cryptic and unhelpful
4405 Emacs error messages. (1) Check the arg to `c-set-style' is a
4406 string. (2) Check that settings to `c-offsets-alist' are not
4407 spuriously quoted.
4408
4409 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4410 which precedes the newly inserted `{'.
4411
4412 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4413
4414 Sync with Tramp 2.0.44.
4415
4416 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4417 function "tramp_file_attributes". Otherwise, file names
4418 containing spaces are misinterpreted. Reported by Magnus Henoch
4419 <mange@freemail.hu>.
4420 (tramp-handle-file-truename): FILENAME must be expanded first.
4421 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4422 obscure results. Reported by D. Goel <deego@gnufans.org>.
4423 (tramp-handle-verify-visited-file-modtime): If file does not
4424 exist, say it is not modified if and only if that agrees with the
4425 buffer's record. Check whether a file is visiting the buffer, or
4426 the buffer has no recorded last modification time. Return t in
4427 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4428 <teirllm@auburn.edu>.
4429 (tramp-handle-write-region): Pass modtime explicitely to
4430 `set-visited-file-modtime', because filename can be different
4431 from (buffer-file-name) if `file-precious-flag' is set.
4432 `set-visited-file-modtime' must be called always when `visit' is t
4433 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4434 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4435 nil, don't apply the whole body. If the file doesn't exists, set
4436 modtime to '(-1 65535). Suggested by Luc Teirlinck
4437 <teirllm@auburn.edu>.
4438
4439 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4440
4441 * help.el (describe-bindings): Doc fix.
4442
4443 * subr.el (kbd): Doc fix.
4444
4445 2004-08-08 John Paul Wallington <jpw@gnu.org>
4446
4447 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4448 instead of `string-to-int'.
4449 (define-ibuffer-column mode): Fix indentation.
4450
4451 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4452
4453 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4454
4455 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4456
4457 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4458
4459 * novice.el (disabled-command-function): New variable renamed from
4460 `disabled-command-hook'.
4461 (disabled-command-hook): Keep the _variable_ as alias for
4462 `disabled-command-function' and make obsolete.
4463 (disabled-command-function): Function renamed from
4464 `disabled-command-hook'. Adapt code to name change of the variable.
4465
4466 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4467
4468 * simple.el (completion-root-regexp): New defvar.
4469 (completion-setup-function): Use it instead of a literal string.
4470
4471 2004-08-07 John Paul Wallington <jpw@gnu.org>
4472
4473 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4474 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4475 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4476 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4477
4478 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4479
4480 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4481 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4482
4483 2004-08-04 Kenichi Handa <handa@m17n.org>
4484
4485 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4486 Fix previous change.
4487
4488 2004-08-03 Kenichi Handa <handa@m17n.org>
4489
4490 * international/encoded-kb.el: The following changes are to
4491 utilize key-translation-map instead of minor mode map.
4492 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4493 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4494 (encoded-kbd-last-key): New function.
4495 (encoded-kbd-iso2022-single-shift): New function.
4496 (encoded-kbd-iso2022-designation)
4497 (encoded-kbd-self-insert-iso2022-7bit)
4498 (encoded-kbd-self-insert-iso2022-8bit)
4499 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4500 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4501 key-translation-map.
4502 (encoded-kbd-setup-keymap): Setup key-translation-map.
4503 (saved-key-translation-map): New variable.
4504 (encoded-kbd-mode): Save/restore key-translation-map.
4505 Adjust for the change of encoded-kbd-setup-keymap.
4506
4507 2004-08-02 Kim F. Storm <storm@cua.dk>
4508
4509 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4510 and call compute-motion with nil for topos and width to get proper
4511 usable width and height for both window and non-window systems.
4512
4513 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4514 calculate usable window width and height.
4515
4516 * window.el (window-buffer-height): Call compute-motion with nil width.
4517
4518 2004-08-01 David Kastrup <dak@gnu.org>
4519
4520 * replace.el (query-replace-read-from):
4521 Use `query-replace-compile-replacement'.
4522 (query-replace-compile-replacement): New function.
4523 (query-replace-read-to): Use `query-replace-compile-replacement'
4524 for repeating the last command.
4525
4526 2004-08-01 John Paul Wallington <jpw@gnu.org>
4527
4528 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4529 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4530 (pr-switches): Remove period from end of error messages.
4531
4532 * help-mode.el (help-go-back): Likewise.
4533
4534 * abbrev.el (only-global-abbrevs): Doc fix.
4535 (edit-abbrevs-map): Define within defvar.
4536 (quietly-read-abbrev-file): Doc fix.
4537
4538 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4539
4540 * novice.el (enable-command, disable-command): Doc fixes.
4541
4542 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4543
4544 2004-07-30 Richard M. Stallman <rms@gnu.org>
4545
4546 * subr.el (with-local-quit): Doc fix.
4547
4548 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4549
4550 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4551
4552 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4553
4554 * custom.el (defcustom): Doc fix.
4555
4556 2004-07-28 Masatake YAMATO <jet@gyve.org>
4557
4558 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4559
4560 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * imenu.el (imenu-prev-index-position-function)
4563 (imenu-extract-index-name-function, imenu-name-lookup-function)
4564 (imenu--index-alist): Docstring redundancy fix.
4565
4566 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4567
4568 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4569 binding dired-backup-overwrite.
4570
4571 2004-07-25 John Paul Wallington <jpw@gnu.org>
4572
4573 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4574
4575 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4576
4577 * term/tty-colors.el (tty-color-approximate): Doc fix.
4578
4579 * select.el (x-get-selection, x-set-selection): Doc fixes.
4580
4581 * frame.el (make-frame): Doc fix.
4582
4583 2004-07-24 Richard M. Stallman <rms@gnu.org>
4584
4585 * mail/rmail.el (rmail-mime-charset-pattern):
4586 Don't include semicolon in the charset value.
4587
4588 * replace.el (occur-next-error): Call set-window-point.
4589 (occur-engine): Handle negative NLINES.
4590
4591 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4592
4593 * frame.el (modify-all-frames-parameters): Minor doc fix.
4594 (set-frame-configuration): Doc fix.
4595
4596 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4597
4598 * simple.el (completion-setup-function): Compute the common parts
4599 and the first difference place correctly when
4600 partial-completion-mode is on.
4601
4602 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4603
4604 * ps-print.el: Doc fix.
4605 (ps-print-version): New version 6.6.5.
4606 (ps-printing-region): Doc fix.
4607 (ps-generate-string-list): Comment fix.
4608 (ps-message-log-max): Code fix.
4609
4610 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4611
4612 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4613 generated PostScript.
4614
4615 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4616
4617 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4618 with Gnus v5_10 branch.)
4619
4620 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4621
4622 * calendar/time-date.el (time-to-number-of-days): New function.
4623 Imported from from Gnus.
4624
4625 2004-07-22 Kim F. Storm <storm@cua.dk>
4626
4627 * progmodes/make-mode.el: Fix comments.
4628
4629 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4630
4631 * printing.el: Doc fix.
4632
4633 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4634
4635 * frame.el (modify-all-frames-parameters): Minor doc fix.
4636
4637 2004-07-20 Richard M. Stallman <rms@gnu.org>
4638
4639 * textmodes/fill.el (fill-nobreak-p): If this break point is
4640 at the end of the line, don't consider the newline which follows
4641 as a reason to return t.
4642
4643 2004-07-19 John Paul Wallington <jpw@gnu.org>
4644
4645 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4646
4647 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4648
4649 * dired-aux.el (dired-do-kill-lines): Expand docstring.
4650 Delete irrelevant code.
4651
4652 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4653
4654 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4655 New docstring. From Luc Teirlinck.
4656
4657 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
4658
4659 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4660 section.
4661 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4662 non-file buffers. We know it is nil.
4663
4664 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4665
4666 Sync with Tramp 2.0.43.
4667
4668 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4669 Remove outdated comment.
4670 (tramp-locked, tramp-locker): New variables for implementing a
4671 global lock.
4672 (tramp-sh-file-name-handler): Use them to implement the global lock.
4673
4674 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
4675
4676 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
4677 calls to respective `xxx` calls.
4678 (tramp-process-alive-regexp): Precise doc string.
4679 (tramp-multi-action-process-alive): New defun.
4680 (tramp-multi-actions): Use it.
4681 (tramp-handle-find-backup-file-name): `copy-tree' is available
4682 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
4683 in order to avoid this function.
4684 (tramp-handle-write-region): Set current buffer. If connection
4685 wasn't open, `file-modes' has changed it accidently. Reported by
4686 David Kastrup <dak@gnu.org>.
4687 (tramp-enter-password, tramp-read-passwd): New arguments USER and
4688 HOST.
4689 (tramp-action-password, tramp-multi-action-password): Apply it.
4690 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4691 name must still contain the port number. Otherwise, we have two
4692 Tramp buffers, with all the confusion. Reported by Myron Selby
4693 <myron@xytech.com> and Rolf Dubitzky
4694 <Dubitzky@physi.uni-heidelberg.de>.
4695
4696 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4697 HOST to `tramp-enter-passwd'.
4698
4699 * net/tramp-vc.el (all): Code cleanup. Change all
4700 `tramp-handle-xxx' calls to respective `xxx` calls.
4701
4702 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
4703
4704 * emacs-lisp/testcover.el: New category "potentially-1valued" for
4705 functions that are not erroneous if either 1-valued or
4706 multi-valued. Detect functions in this class.
4707 (testcover-1value-functions, testcover-compose-functions)
4708 (testcover-progn-functions) Add some additional functions to lists.
4709 (testcover-mark): Bugfix when marking up the definition for an
4710 empty function.
4711
4712 2004-07-17 Richard M. Stallman <rms@gnu.org>
4713
4714 * replace.el (occur-read-primary-args): Pass default to
4715 read-from-minibuffer.
4716
4717 * mail/footnote.el (footnote-section-tag): Use defcustom.
4718
4719 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4720 Compile font-lock-keywords, not KEYWORDS.
4721 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4722 Add warn, check-type. Handle cerror like error.
4723
4724 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4725
4726 * progmodes/which-func.el (which-func-keymap): New var.
4727 (which-func-face): New face.
4728 (which-func-format): Use them.
4729
4730 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4731
4732 * buff-menu.el (list-buffers-noselect): Append the buffer's
4733 process status to its mode name.
4734
4735 2004-07-16 Kim F. Storm <storm@cua.dk>
4736
4737 * simple.el (inhibit-mark-movement): New defvar.
4738 (beginning-of-buffer, end-of-buffer): Do not push mark if
4739 inhibit-mark-movement is non-nil or C-u prefix is given.
4740
4741 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4742 Init to beginning-of-buffer and end-of-buffer.
4743 (cua--undo-push-mark): New defvar.
4744 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4745 already active and command is in cua--preserve-mark-commands.
4746 Also fix check for shift modifier on non-window systems.
4747 (cua--post-command-handler): Clear inhibit-mark-movement if set.
4748
4749 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4750
4751 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4752 of two integers, instead of a cons.
4753
4754 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4755 `visited-file-modtime' now returns a list of two integers, instead
4756 of a cons.
4757
4758 * dired.el (dired-directory-changed-p): Ditto.
4759
4760 * progmodes/grep.el (grep): Doc fix.
4761
4762 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4763
4764 * autorevert.el (auto-revert-tail-mode)
4765 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4766 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4767 in both at the same time.
4768 (auto-revert-tail-mode): New command.
4769 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4770 (auto-revert-handler): Revert only either tail or whole file.
4771
4772 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4773 add auto-revert-tail-mode.
4774
4775 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4776
4777 * printing.el: Doc fix. Change name of some funs.
4778 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
4779 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
4780 (pr-standard-file-name): New fun. Replace pr-standard-path.
4781 (pr-call-process): Code fix.
4782
4783 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
4784
4785 * subr.el (with-selected-window): Doc fix.
4786
4787 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
4788
4789 * subr.el (get-buffer-window-list): Doc fix.
4790
4791 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
4792
4793 * files.el (switch-to-buffer-other-window): Doc fix.
4794
4795 * window.el (save-selected-window, one-window-p)
4796 (split-window-keep-point, split-window-vertically)
4797 (split-window-horizontally): Doc fixes.
4798
4799 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4800
4801 * printing.el: Doc fix. Now it uses call-process instead of
4802 shell-command for low command execution.
4803 (pr-version): New version number (6.8).
4804 (pr-shell-file-name): Option removed.
4805 (pr-shell-command): Fun removed.
4806 (pr-call-process): New fun. Replace pr-shell-command.
4807 (pr-standard-path, pr-remove-nil-from-list): New funs.
4808 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4809 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4810 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4811 (pr-ps-utility-process, pr-txt-print): Code fix.
4812
4813 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4814
4815 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4816 boolean.
4817
4818 2004-07-09 Lars Hansen <larsh@math.ku.dk>
4819
4820 * wid-edit.el (widget-field-buffer): Doc fix.
4821
4822 2004-07-09 John Paul Wallington <jpw@gnu.org>
4823
4824 * emacs-lisp/re-builder.el (reb-update-overlays):
4825 Distinguish between one and several matches in message.
4826
4827 2004-07-09 Richard M. Stallman <rms@gnu.org>
4828
4829 * mouse.el (mouse-set-region-1): If transient-mark-mode
4830 is `identity', change it to `only'.
4831
4832 * simple.el (current-word): Doc fix.
4833
4834 2004-07-09 Mark A. Hershberger <mah@everybody.org>
4835
4836 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4837 so that it is more understanding of whitespace.
4838
4839 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4840 form
4841 (("ns" . "element") (attr-list) children) instead of
4842 ((:ns . "element") (attr-list) children) in order to reduce the
4843 number of symbols used.
4844 (xml-skip-dtd): Change to use xml-parse-dtd but set
4845 xml-validating-parsing to nil.
4846 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4847 (xml-substitute-entity): Remove in favor of new entity substitution.
4848 (xml-substitute-special): Rewrite in to substitute complex
4849 entities from DOCTYPE declarations.
4850 (xml-parse-fragment): Parse fragments from entity deleclarations.
4851 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4852 (xml-parse-dtd, xml-substitute-special): Make validity checks
4853 conditioned on xml-validating-parser. Add "Not Well Formed" to
4854 error messages about well-formedness.
4855
4856 2004-07-08 Steven Tamm <steventamm@mac.com>
4857
4858 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4859 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4860 Do not treat double clicks and triple clicks specially in the
4861 scroll bar (preventing strange repositioning problems)
4862
4863 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4864
4865 * replace.el (query-replace-regexp-eval): Fix last change.
4866
4867 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * replace.el (query-replace-descr): New fun.
4870 (query-replace-read-from, query-replace-read-args): Default to the
4871 previous from&to.
4872 (query-replace-read-to): Quote the `from' string when displaying it.
4873 (query-replace-regexp-eval): Immediately check read-only status.
4874 Use query-replace-read-from to get the \n checking.
4875 Quote the `from' string when displaying it.
4876 (map-query-replace-regexp, occur-read-primary-args):
4877 Quote the `from' string when displaying it.
4878
4879 * isearch.el (isearch-query-replace): Pass the regexp-ness and
4880 delimited-ness of the search to query-replace.
4881
4882 * replace.el (query-replace-read-from, query-replace-read-to):
4883 New funs extracted from query-replace-read-args.
4884 (query-replace-read-args): Use them.
4885
4886 * replace.el (query-replace-interactive, query-replace-read-args):
4887 Remove the `initial' special value.
4888 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4889 (occur-engine): Remove unused var `matchend'.
4890
4891 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4892 Use the search string without prompting.
4893
4894 2004-07-05 Kenichi Handa <handa@m17n.org>
4895
4896 * international/mule.el (decode-coding-inserted-region):
4897 Set last-coding-system-used only when coding is nil.
4898
4899 2004-07-03 Eli Zaretskii <eliz@gnu.org>
4900
4901 * progmodes/grep.el (grep-compute-defaults, grep-command)
4902 (grep-program, find-program, grep-find-use-xargs, grep-history)
4903 (grep-find-history, grep-tag-default, grep-find-command)
4904 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4905 Add autoload cookies, for unbundled packages that load `compile'
4906 and expect all grep-related symbols to become defined.
4907
4908 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
4909
4910 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4911 (iimage-mode-image-search-path): New user option to search the
4912 image file.
4913 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
4914 have locate-file.
4915 (iimage-mode-buffer): Use it.
4916
4917 2004-07-03 Nick Roberts <nickrob@gnu.org>
4918
4919 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4920 carefully.
4921 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4922
4923 2004-07-03 Juri Linkov <juri@jurta.org>
4924
4925 * replace.el (query-replace-read-args): Swallow space after 'foo,
4926 not after (quote foo). Match space only immediately after symbol,
4927 not anywhere in the whole string.
4928
4929 2004-07-02 Richard M. Stallman <rms@gnu.org>
4930
4931 * replace.el (query-replace-read-args): Swallow space after
4932 symbols, not after closeparens. But avoid error if string ends there.
4933
4934 * progmodes/python.el (python-beginning-of-statement):
4935 Exit the loop if backward-up-list gets error.
4936
4937 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4938
4939 2004-07-02 Andre Spiegel <spiegel@gnu.org>
4940
4941 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4942 only if vc-consult-headers is non-nil.
4943
4944 2004-07-02 Juri Linkov <juri@jurta.org>
4945
4946 * pcvs.el (cvs-mode-diff-repository): New command.
4947
4948 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4949
4950 2004-07-01 Juri Linkov <juri@jurta.org>
4951
4952 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4953 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
4954 C-M-% to isearch-query-replace-regexp.
4955 (minibuffer-local-isearch-map): Add arrow key bindings.
4956 Bind C-f to isearch-yank-char-in-minibuffer.
4957 (isearch-forward): Doc fix.
4958 (isearch-edit-string): Doc fix.
4959 (isearch-query-replace, isearch-query-replace-regexp): New funs.
4960 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
4961 (isearch-yank-char): Add optional arg.
4962 (isearch-yank-char-in-minibuffer): New fun.
4963
4964 * replace.el (query-replace-interactive): Change type from boolean
4965 to choice. Add value `initial'.
4966 (query-replace-read-args): Handle value `initial' of
4967 query-replace-interactive.
4968
4969 2004-06-29 Kim F. Storm <storm@cua.dk>
4970
4971 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4972 (breakpoint-disabled-bitmap-face): Add :group 'gud.
4973
4974 * progmodes/ada-xref.el (ada-tight-gvd-integration):
4975 Add :group 'ada.
4976
4977 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4978
4979 2004-06-29 Juri Linkov <juri@jurta.org>
4980
4981 * replace.el (query-replace-read-args): Swallow a space after
4982 everything except )]" which in most cases means after a symbol.
4983
4984 * emacs-lisp/pp.el (pp-buffer): Add autoload.
4985
4986 2004-06-28 Richard M. Stallman <rms@gnu.org>
4987
4988 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4989 More changes to go with previous change in font-lock.el.
4990
4991 2004-06-26 David Kastrup <dak@gnu.org>
4992
4993 * replace.el (perform-replace): Highlight the match even in
4994 non-query mode if there is potential replace string editing.
4995
4996 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
4997
4998 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4999 agree with new return value of `file-remote-p'.
5000 This syncs with Tramp 2.0.42.
5001
5002 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
5003 according to new documentation of `file-remote-p'.
5004
5005 * files.el (file-remote-p): Fix doc to say that return value is
5006 identification of remote system, if not nil.
5007 (file-relative-name): Use new return value of `file-remote-p'.
5008
5009 2004-06-26 Nick Roberts <nickrob@gnu.org>
5010
5011 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
5012 (gdb-goto-breakpoint): Fix breakage.
5013
5014 2004-06-26 Eli Zaretskii <eliz@gnu.org>
5015
5016 * man.el (Man-getpage-in-background): Add windows-nt to the list
5017 of systems where shell-file-name should be used instead of
5018 literal "sh".
5019
5020 2004-06-25 Sam Steingold <sds@gnu.org>
5021
5022 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
5023 function names `(setf symbol)'.
5024
5025 2004-06-24 Richard M. Stallman <rms@gnu.org>
5026
5027 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5028
5029 * font-lock.el (font-lock-keywords): Change format of compiled values.
5030 Document it.
5031 (font-lock-add-keywords): If font-lock-keywords is compiled,
5032 extract the uncompiled version, modify, then recompile.
5033 (font-lock-remove-keywords): Likewise.
5034 (font-lock-fontify-keywords-region): Handle changed format.
5035 (font-lock-compile-keywords): Handle changed format.
5036 (font-lock-set-defaults): Compile the keywords explicitly here.
5037
5038 2004-06-24 David Kastrup <dak@gnu.org>
5039
5040 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5041 replacements here.
5042 (query-replace-regexp): Doc string explaining this and the new
5043 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5044 is better placed in `query-replace-read-args'.
5045 (replace-regexp): Explain `\,', `\#' and `\?'.
5046 (replace-match-data): New function for thorough reuse/destruction
5047 of old match-data.
5048 (replace-match-maybe-edit): Function for implementing `\?' editing.
5049 (perform-replace): Fix maintaining of the match stack including
5050 already matched regions, implement `\?', fix various problems
5051 with regions while editing and other stuff.
5052 (replace-highlight): Simplify.
5053
5054 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5055
5056 * progmodes/grep.el (grep-error-screen-columns): New variable.
5057 (grep-regexp-alist): Give it the full functionality of gnu style
5058 compilation messages with line and column ranges. Ask me for the
5059 perl script I'm working on, that uses these.
5060
5061 2004-06-23 Nick Roberts <nickrob@gnu.org>
5062
5063 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5064 Remove.
5065 (comint-insert-input, comint-mouse-insert-input): New functions
5066 based on comint-insert-clicked-input for two bindings but just
5067 one functionality.
5068
5069 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5070
5071 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5072
5073 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5074
5075 * files.el (write-contents-functions): Doc fix.
5076
5077 2004-06-21 Juanma Barranquero <lektu@terra.es>
5078
5079 * image.el (image-library-alist): Rewrite docstring in active voice.
5080
5081 2004-06-20 Richard M. Stallman <rms@gnu.org>
5082
5083 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5084
5085 * isearch.el (isearch-repeat): Avoid testing old match data.
5086 (isearch-message): Display trailing space in special font
5087 when search is failing.
5088 (isearch-search-fun-function): Doc fix.
5089
5090 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5091
5092 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5093
5094 * frame.el (show-trailing-whitespace): Doc fix.
5095
5096 * cus-edit.el (custom-variable-documentation): New function.
5097 (custom-variable): Use it.
5098
5099 2004-06-19 Nick Roberts <nickrob@gnu.org>
5100
5101 * man.el (Man-getpage-in-background): Revert previous change but
5102 make cygwin a special case.
5103
5104 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5105
5106 * autorevert.el (global-auto-revert-non-file-buffers):
5107 Update docstring.
5108
5109 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5110
5111 * progmodes/compile.el (compilation-error-properties): Store one
5112 more than end-col, if present, so that transient-mark-mode will
5113 highlight last char too.
5114 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5115 ranges, if present.
5116
5117 2004-06-18 Jason Rumney <jasonr@gnu.org>
5118
5119 * makefile.w32-in: Double percent signs in for loops.
5120
5121 2004-06-17 David Kastrup <dak@gnu.org>
5122
5123 * replace.el (query-replace-read-args): Only warn about use of \n
5124 and \t when we are doing a regexp replacement and the actual
5125 escaped character is n or t.
5126 (query-replace-regexp): Add \, and \# interpretation to
5127 interactive call and document it.
5128 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5129 as shortkey for replace-count.
5130 (replace-quote): New function for doubling backslashes.
5131
5132 2004-06-17 Juanma Barranquero <lektu@terra.es>
5133
5134 * files.el (parse-colon-path, cd): Mention in docstring that the
5135 path separator is colon in GNU-like systems.
5136
5137 * newcomment.el (comment-region-internal): Fix docstring.
5138
5139 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5140 (ewoc-invalidate, ewoc-collect): Doc fixes.
5141 (ewoc--create-node, ewoc--delete-node-internal):
5142 Fix typos in docstring.
5143
5144 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5145
5146 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5147 manual to docstring.
5148
5149 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5150
5151 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5152
5153 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5154
5155 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5156 Add hyperlink to emacs-xtra manual to docstring.
5157
5158 * autorevert.el (global-auto-revert-non-file-buffers):
5159 Add hyperlink to emacs-xtra manual to docstring, as well as an
5160 info-link.
5161
5162 2004-06-14 Juanma Barranquero <lektu@terra.es>
5163
5164 * image.el (image-library-alist): New variable to map image types
5165 to external libraries. Initialized to nil, unless system-specific
5166 configs change it.
5167 (image-type-available-p): Determine whether an image type is
5168 available by calling `init-image-library'.
5169
5170 * term/w32-win.el (image-library-alist): Initialize to a known set
5171 of probable library names.
5172
5173 2004-06-14 Kenichi Handa <handa@m17n.org>
5174
5175 * international/code-pages.el (windows-1256, cp1125): Fix tables
5176 for several characters.
5177
5178 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5179
5180 2004-06-13 Richard M. Stallman <rms@gnu.org>
5181
5182 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5183
5184 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5185 not "`pc-selection-mode'".
5186
5187 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5188
5189 * simple.el (previous-matching-history-element): Specify a default.
5190
5191 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5192
5193 * cus-face.el (custom-declare-face): Simplify code.
5194
5195 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5196
5197 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5198
5199 * files.el (before-save-hook): Add `time-stamp' to the options.
5200
5201 * time-stamp.el (time-stamp): Recommend adding it to
5202 `before-save-hook', rather than `write-file-functions'.
5203 Make a similar change in `Commentary' section.
5204
5205 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
5206
5207 * diff-mode.el (diff-current-defun): If at start of hunk, use
5208 position of first change.
5209
5210 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5211
5212 * dired-x.el (dired-mark-omitted): Bind to "*O".
5213
5214 2004-06-12 Karl Fogel <kfogel@red-bean.com>
5215
5216 * bookmark.el (bookmark-bmenu-relocate): New function, as
5217 suggested by David J. Biesack <David.Biesack@sas.com>.
5218 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5219 (bookmark-bmenu-mode): Describe binding in doc string.
5220 (bookmark-set-filename): Save the bookmark list if it's time.
5221
5222 2004-06-13 Kenichi Handa <handa@m17n.org>
5223
5224 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5225 (ccl-untranslated-to-ucs): Fix typo.
5226
5227 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5228
5229 * progmodes/python.el (python-open-block-statement-p):
5230 Fix indentation after a block opening that contains a comment.
5231
5232 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
5233
5234 * bindings.el (completion-ignored-extensions): Add file extensions
5235 of Python byte-compiled files.
5236
5237 2004-06-12 Juri Linkov <juri@jurta.org>
5238
5239 * info.el (Info-goto-node): Add autoload.
5240 (Info-toc): Add substring-no-properties on Info file name.
5241 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5242 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5243
5244 2004-06-12 Kenichi Handa <handa@m17n.org>
5245
5246 * international/mule-cmds.el (set-language-environment):
5247 Load subst tables if necessary.
5248
5249 * international/mule.el (decode-char): Load subst tables if necessary.
5250 (encode-char): Likewise.
5251
5252 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5253 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5254 (utf-16le-decode-loop): Set r5 to -1 before loop.
5255 (utf-16be-decode-loop): Likewise.
5256 (ccl-decode-mule-utf-16le): Add EOF processing block.
5257 (ccl-decode-mule-utf-16be): Likewise.
5258 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5259 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5260 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5261 (ccl-mule-utf-16-encode-untrans): New CCL.
5262 (utf-16-decode-to-ucs): Handle pre-read character.
5263 (utf-16le-encode-loop): Handle surrogate pair.
5264 (utf-16be-encode-loop): Likewise.
5265 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5266 of utf-16le-encode-loop.
5267 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5268 of utf-16be-encode-loop.
5269 (mule-utf-16-post-read-conversion):
5270 Call utf-8-post-read-conversion at first.
5271 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5272 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5273 Add post-read-conversion and pre-write-conversion.
5274
5275 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5276 (utf-translate-cjk-unicode-range): New variable.
5277 (utf-translate-cjk-load-tables): New function.
5278 (utf-lookup-subst-table-for-decode): New function.
5279 (utf-lookup-subst-table-for-encode): New function.
5280 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5281 tables here. Update safe-charsets of utf-* coding systems.
5282 (ccl-mule-utf-untrans): New CCL.
5283 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5284 at end of each branch.
5285 (ccl-mule-utf-8-encode-untrans): New CCL.
5286 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5287 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5288 length of encoding. Don't return r0.
5289 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5290 (utf-8-post-read-conversion): Narrow to region properly.
5291 If utf-translate-cjk-mode is on, load tables if necessary.
5292 Call utf-8-compose with hash-table arg if necessary.
5293 Call XXX-compose-region instead of XXX-post-read-convesion.
5294 (utf-8-pre-write-conversion): New function.
5295 (mule-utf-8): Include CJK charsets in safe-charsets if
5296 utf-translate-cjk-mode is on. Add pre-write-conversion.
5297
5298 * international/characters.el: Temporarily set
5299 utf-translate-cjk-mode to nil.
5300
5301 * language/devan-util.el (devanagari-compose-region):
5302 Add autoload cookie.
5303
5304 * international/ccl.el (ccl-dump-call): Fix printing the
5305 subroutine name.
5306
5307 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5308
5309 * dired.el (dired-revert): If buffer is marked unmodified before
5310 reverting, keep it marked unmodified.
5311 Adapt to new conventions for commenting out code.
5312 (dired-make-relative): Adapt to new conventions for commenting out code.
5313
5314 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5315
5316 * eshell/esh-module.el (eshell-load-defgroups):
5317 Bind `vc-handled-backends' to nil when opening files.
5318
5319 2004-06-11 Juanma Barranquero <lektu@terra.es>
5320
5321 * files.el (parse-colon-path, cd): Doc fixes (refer to
5322 `path-separator', not colon).
5323
5324 2004-06-10 Juanma Barranquero <lektu@terra.es>
5325
5326 * newcomment.el (comment-search-forward)
5327 (comment-search-backward): Fix typos in docstring.
5328 (comment-region): Doc fix.
5329
5330 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5331
5332 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5333 switch is no longer stored in `dired-switches-alist'.
5334
5335 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5336 `dired-switches-alist'.
5337
5338 2004-06-10 Kim F. Storm <storm@cua.dk>
5339
5340 * pcvs.el (cvs-mode-diff-yesterday): New command.
5341
5342 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5343
5344 2004-06-10 Juri Linkov <juri@jurta.org>
5345
5346 * emacs-lisp/edebug.el (edebug-eval-defun):
5347 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5348 Fix docstring.
5349
5350 * simple.el (eval-expression-print-format): Don't print additional
5351 information on the first call to `eval-print-last-sexp'.
5352 (next-error-find-buffer): Fix punctuation.
5353 (killing) <defgroup>: Fix punctuation.
5354 (yank-excluded-properties): Change group from editing to killing.
5355
5356 * replace.el (perform-replace): Use `limit' to terminate the
5357 while-loop explicitly.
5358
5359 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5360
5361 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5362 Use lc-*.xpm as prefix instead of *-locol.xpm.
5363
5364 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5365 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5366 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5367 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5368 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5369 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5370 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5371 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5372 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5373 * toolbar/lc-up_arrow.xpm:
5374 Rename from *-locol.xpm.
5375
5376 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5377
5378 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5379 include forms like &<str>; as valid url patterns.
5380
5381 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5382
5383 * dired.el (dired-diff, dired-backup-diff)
5384 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5385 (dired-do-chown, dired-do-touch, dired-do-print)
5386 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5387 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5388 (dired-create-directory, dired-do-copy, dired-do-symlink)
5389 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5390 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5391 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5392 (dired-maybe-insert-subdir, dired-next-subdir)
5393 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5394 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5395 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5396 (dired-run-shell-command, dired-query): Remove redundant,
5397 or incorrect, autoloads.
5398
5399 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5400 does not end in a slash. Add optional argument KILL-ROOT.
5401 Update docstring.
5402 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5403 (dired-query): Add autoloads.
5404
5405 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5406
5407 * progmodes/compile.el (compilation-set-window-height):
5408 Rearrange the save-* functions because a buffer can have several current
5409 point in different windows.
5410 (compilation-error-regexp-alist-alist): Recognize {standard input}
5411 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5412
5413 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5414
5415 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5416 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5417 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5418 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5419 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5420 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5421 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5422 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5423 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5424 * toolbar/up_arrow-locol.xpm:
5425 New versions of icons that uses fewer colors.
5426
5427 * toolbar/tool-bar.el (tool-bar-local-item)
5428 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5429 if display-color-cells is 256 or less.
5430
5431 2004-06-08 Kim F. Storm <storm@cua.dk>
5432
5433 * wid-edit.el (widget-specify-button): Use hand pointer rather
5434 than mouse-face as visible mouse-over effect.
5435
5436 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5437
5438 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5439 and `print-level' to nil when writing out `save-place-alist'.
5440 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5441
5442 2004-06-07 Juanma Barranquero <lektu@terra.es>
5443
5444 * completion.el (completion-kill-region): Doc fix.
5445
5446 * format.el (format-insert-annotations)
5447 (format-annotate-location): Doc fixes.
5448 (format-subtract-regions): Make arguments match their use in docstring.
5449
5450 * simple.el (kill-region): Doc fix.
5451
5452 * subr.el (insert-buffer-substring-no-properties)
5453 (insert-buffer-substring-as-yank): Doc fixes.
5454
5455 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5456
5457 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5458 Update docstring.
5459 (dired-reset-subdir-switches): New function.
5460
5461 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5462 Limit scope of `buffer-read-only' binding.
5463
5464 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5465
5466 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5467 eshell-explicit-command-char.
5468
5469 2004-06-06 Juanma Barranquero <lektu@terra.es>
5470
5471 * help-fns.el (help-argument-name): Inherit from italic face only
5472 if the frame supports it.
5473
5474 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5475
5476 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5477 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5478 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5479 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5480 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5481 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5482 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5483 New conversions from xpm files.
5484
5485 * toolbar/README: New file.
5486
5487 2004-06-06 Richard M. Stallman <rms@gnu.org>
5488
5489 * isearch.el (isearch-mode-map): Undo previous change.
5490
5491 2004-06-05 Juri Linkov <juri@jurta.org>
5492
5493 * bindings.el (debug-ignored-errors): Add regexps for history
5494 related messages. Remove $ from "No further undo information".
5495 Move Ediff's messages to ediff.el.
5496
5497 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5498
5499 * cus-edit.el (custom-display): Add `min-colors'.
5500
5501 * custom.el (defface): Add `supports' to docstring.
5502
5503 * help-fns.el (help-argument-name): Add :group 'help.
5504
5505 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5506
5507 * find-dired.el (find-ls-subdir-switches): New user option.
5508 (find-dired): No longer call `abbreviate-file-name' on DIR.
5509 Set `dired-subdir-switches' buffer-locally.
5510
5511 * locate.el: Merge the two `Commentary' sections.
5512 (locate-ls-subdir-switches): New user option.
5513 (locate): Update for other changes.
5514 (locate-mode-map): Restore Dired binding for mouse-2.
5515 Bind `locate-mouse-view-file' to M-mouse-2.
5516 Bind `l' to `locate-do-redisplay'.
5517 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5518 (locate-mouse-view-file, locate-tags, locate-find-directory):
5519 Print message if used outside main listing.
5520 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5521 Various changes to support inserted subdirectories.
5522 (locate-insert-header): Change header of *Locate* buffer.
5523
5524 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5525 Change interactive default switches.
5526 (dired-rename-subdir-2): Update `dired-switches-alist'.
5527 (dired-insert-subdir, dired-kill-subdir):
5528 Handle `dired-switches-alist'. Do not mark buffer modified.
5529 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5530 (dired-insert-subdir-doinsert): Omit messages.
5531 Handle `dired-subdir-switches'.
5532 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5533
5534 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5535 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5536 subdirs if -R switch is used for a subdir.
5537 (dired-mode): Set `dired-switches-alist'.
5538 (dired-build-subdir-alist): Only print number of directories in
5539 echo area when invoked interactively.
5540
5541 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5542
5543 * dired-x.el (dired-omit-mode): Rename from
5544 dired-omit-files-p. Use define-minor-mode to define it.
5545 (dired-omit-files-p): Add as alias for dired-omit-mode.
5546 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5547 dired-mark-omitted.
5548 (dired-mark-omitted): Add. Bind to M-O.
5549
5550 2004-06-05 Kenichi Handa <handa@m17n.org>
5551
5552 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5553
5554 2004-06-05 Juanma Barranquero <lektu@terra.es>
5555
5556 * help-fns.el (help-argument-name): Reintroduce face.
5557 (help-default-arg-highlight): Use it, now that
5558 `face-differs-from-default-p' can be trusted.
5559
5560 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5561
5562 * textmodes/table.el: Sentence commands added to Point Motion
5563 group; kill and backward-kill commands added to Extraction group.
5564
5565 2004-06-04 Mario Lang <mlang@delysid.org>
5566
5567 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5568 systems appear to use mW, make the code handle this. Fix a
5569 division-by-zero bug while at it, and handle kernels with
5570 a slightly different layout in /proc/acpi.
5571
5572 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5573
5574 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5575 because the latter is a CL-ism. This fixes the bug reported by
5576 Shawn Boyette <mdxi@collapsar.net> in
5577 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5578
5579 2004-06-04 Miles Bader <miles@gnu.org>
5580
5581 * faces.el (display-supports-face-attributes-p): Function moved to
5582 C code. Previously only the tty-related portion of this function
5583 was done in C; however the previous attempt to do a halfway-proper
5584 job for non-tty displays in lisp didn't work properly because of
5585 funny conditions during Emacs startup.
5586 (face-differs-from-default-p): Simplify, now that
5587 display-supports-face-attributes-p works properly on all display
5588 types. Remove :stipple from comparison; it doesn't really work
5589 in emacs anyway.
5590
5591 2004-06-04 Miles Bader <miles@gnu.org>
5592
5593 * faces.el (face-differs-from-default-p): Use a different
5594 implementation, so we can really check whether FACE displays
5595 differently or not.
5596
5597 2004-06-04 Miles Bader <miles@gnu.org>
5598
5599 * faces.el (display-supports-face-attributes-p): Implement a
5600 `different from default' check for non-tty displays.
5601
5602 2004-06-03 David Kastrup <dak@gnu.org>
5603
5604 * woman.el (woman-mapcan): More concise code.
5605 (woman-topic-all-completions, woman-topic-all-completions-1)
5606 (woman-topic-all-completions-merge): Replace by a simpler and
5607 much faster implementation based on O(n log n) sort/merge instead
5608 of the old O(n^2) behavior.
5609
5610 2004-06-03 Miles Bader <miles@gnu.org>
5611
5612 * subr.el (read-number): Use canonical format for default in prompt.
5613
5614 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5615 Add regexp for " [...]" style defaults.
5616
5617 2004-06-02 Romain Francoise <romain@orebokech.com>
5618
5619 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5620 groups: if the user asks for a hidden buffer, open the
5621 corresponding filter group to expose it.
5622
5623 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5624 `ibuffer-jump-to-buffer'.
5625 (ibuffer-jump-offer-only-visible-buffers): New user option.
5626
5627 2004-06-02 Juanma Barranquero <lektu@terra.es>
5628
5629 * faces.el (frame-update-faces): Add empty docstring so the one
5630 for `ignore' doesn't show through.
5631
5632 * subr.el (process-kill-without-query): Remove spurious "\n" on
5633 obsolescence string.
5634 (focus-frame, unfocus-frame): Add obsolescence declaration and
5635 empty docstring.
5636
5637 * international/mule.el (register-char-codings): Make alias for
5638 `ignore'. Move docstring to obsolescence info and remove redundancy.
5639
5640 2004-06-02 Kim F. Storm <storm@cua.dk>
5641
5642 * frame.el (blink-cursor-start): Turn cursor off initially so blink
5643 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5644
5645 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * comint.el (comint-replace-by-expanded-history-before-point):
5648 Obey `start' as the docstring says.
5649 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5650 (comint-update-fence): Prevent font-lock from running unnecessarily.
5651 (comint-dynamic-list-completions): Use with-current-buffer.
5652
5653 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5654
5655 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5656 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5657 (bibtex-entry-update): Handle alternatives and optional fields.
5658 (bibtex-parse-entry): Bugfix, handle empty key.
5659
5660 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * vc-arch.el (vc-arch-state): Don't assume the file exists.
5663
5664 2004-05-31 Lars Hansen <larsh@math.ku.dk>
5665
5666 * desktop.el (desktop-save): Don't save minor modes without a
5667 known mode initialization function.
5668
5669 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
5670
5671 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5672
5673 * autorevert.el: Update `Commentary' section.
5674
5675 2004-05-30 Juanma Barranquero <lektu@terra.es>
5676
5677 * dos-fns.el (convert-standard-filename):
5678 * files.el (convert-standard-filename):
5679 * w32-fns.el (convert-standard-filename):
5680 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5681
5682 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5683
5684 Sync with Tramp.
5685
5686 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5687 (tramp-let-maybe): Move to an earlier spot in the file.
5688 Patch by Andreas Schwab.
5689
5690 2004-05-30 Andreas Schwab <schwab@suse.de>
5691
5692 * dired.el (dired-get-filename): Don't use dired-re-dot.
5693
5694 2004-05-30 Richard M. Stallman <rms@gnu.org>
5695
5696 * files.el (find-file): Doc fix.
5697
5698 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5699
5700 2004-05-30 Nick Roberts <nickrob@gnu.org>
5701
5702 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5703 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5704 modeline of the locals buffer.
5705 (gdb-goto-breakpoint): Handle gdbmi.
5706 (gdb-get-frame-number): Change for gdbmi.
5707
5708 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
5709
5710 * files.el (file-remote-p): Apply file name handler for operation
5711 `file-remote-p'. It isn' a property any longer.
5712 (file-relative-name): `fh' and `fd' get the required value via
5713 `find-file-name-handler' already.
5714
5715 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5716 (top): Remove setting of `file-remote-p' property for
5717 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
5718
5719 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5720
5721 Version 2.0.41 of Tramp released.
5722
5723 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5724 Throw away if process has died.
5725 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5726 (tramp-out-of-band-prompt-regexp): Rename to
5727 `tramp-process-alive-regexp', because its usage is widen.
5728 (tramp-actions-copy-out-of-band): Apply it.
5729 (tramp-actions-before-shell, tramp-multi-actions):
5730 Add `tramp-action-process-alive' action.
5731 (tramp-action-process-alive): New defun.
5732 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5733 Add entry for `file-remote-p'.
5734 (tramp-handle-file-remote-p): New defun.
5735 (top): Remove setting of `file-remote-p'. Don't set
5736 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5737
5738 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5739 `file-remote-p'.
5740
5741 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5742 counted for (last) line. [They should or they shouldn't? --Stef]
5743 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5744
5745 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5746
5747 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5748 not really necessary but seems to keep the shell history smaller
5749 in some cases. It is no substitute for setting HISTFILE and
5750 HISTSIZE from tramp-open-connection-setup-interactive-shell,
5751 though. Suggested by Luc Teirlinck.
5752 (tramp-open-connection-setup-interactive-shell): Export variables
5753 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
5754 (tramp-set-process-query-on-exit-flag): New compat function.
5755 (tramp-open-connection-multi, tramp-open-connection-su)
5756 (tramp-open-connection-rsh, tramp-open-connection-telnet)
5757 (tramp-do-copy-or-rename-file-out-of-band): Use it.
5758 (tramp-let-maybe): New macro, let-binds a variable only if it
5759 isn't obsolete.
5760 (tramp-check-ls-commands, tramp-handle-expand-file-name)
5761 (tramp-handle-file-truename): Use it.
5762 (tramp-completion-file-name-regexp-unified): Avoid matching
5763 filenames starting with "/:" -- those are reserved for
5764 file-name-non-special.
5765
5766 * tramp-smb.el (tramp-smb-open-connection):
5767 Use tramp-set-process-query-on-exit-flag compat function.
5768
5769 2004-05-29 Richard M. Stallman <rms@gnu.org>
5770
5771 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5772
5773 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5774 (eval-last-sexp-print-value): Print char equivalent regardless
5775 of standard-output value.
5776
5777 * thumbs.el (thumbs-subst-char-in-string): Delete.
5778 (thumbs-thumbname): Use subst-char-in-string.
5779 (thumbs-resize-image): Use condition-case, not ignore-errors.
5780 (thumbs-kill-buffer): Likewise.
5781
5782 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
5783 (thumbs-mode): Make buffer read-only.
5784 (thumbs-make-thumb): Unconditionally accept an existing file.
5785 (thumbs-insert-thumb): Add thumb-image-file property to the image.
5786 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5787 (thumbs-show-thumbs-list): Error if images not supported.
5788 (thumbs-save-current-image): Improve prompt string.
5789 (thumbs-mode-map): Define u, R, x.
5790 (thumbs-unmark): New command.
5791 (thumbs-emboss-image): Minor cleanup.
5792 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5793 (thumbs-rename-images): New command.
5794 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
5795
5796 * thumbs.el (thumbs-current-image): New function.
5797 (thumbs-file-list, thumbs-file-alist): New functions.
5798 (thumbs-find-image): Delete arg L.
5799 Don't set up thumbs-fileL as buffer-local global var.
5800 (thumbs-find-image-at-point): Use thumbs-current-image.
5801 (thumbs-set-image-at-point-to-root-window): Likewise.
5802 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5803 Record and warn about errors. Update thumbs-markedL for deletions.
5804 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5805 (thumbs-redraw-buffer): Use thumbs-file-list.
5806 (thumbs-mark): Use thumbs-current-image.
5807 (thumbs-show-name): Use thumbs-current-image.
5808
5809 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5810 and imenu--last-menubar-index-alist.
5811
5812 * subr.el (with-selected-window): Undo previous change.
5813
5814 2004-05-29 John Paul Wallington <jpw@gnu.org>
5815
5816 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5817 (thumbs-mouse-find-image): New command.
5818 (thumbs-mode-map): Bind it to mouse-2.
5819 (thumbs-mode): Make mode-class special.
5820 (thumbs-view-image-mode): Likewise.
5821
5822 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5823
5824 * flymake.el: New file.
5825
5826 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * files.el (find-file-noselect-1): Do not bind
5829 `inhibit-read-only' to t during execution of
5830 `find-file-not-found-functions'.
5831
5832 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5835 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5836
5837 2004-05-28 Juri Linkov <juri@jurta.org>
5838
5839 * simple.el (eval-expression-print-format): New fun.
5840
5841 * simple.el (eval-expression):
5842 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5843 * emacs-lisp/edebug.el (edebug-compute-previous-result)
5844 (edebug-eval-expression): Print additionally the value returned by
5845 `eval-expression-print-format'.
5846
5847 * emacs-lisp/lisp.el (insert-pair-alist): New var.
5848 (insert-pair): Make arguments optional. Find character pair
5849 from `insert-pair-alist' according to the last input event.
5850 (insert-parentheses): Make arguments optional.
5851 (raise-sexp, delete-pair): New funs.
5852
5853 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5854 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5855 Bind C-M-q to `indent-pp-sexp'.
5856
5857 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5858 `pp-to-string' modified to be able to format text with newlines.
5859 (pp-to-string): Move the buffer-formatting part of the code to
5860 `pp-buffer'. Call `pp-buffer'.
5861
5862 * info.el (Info-desktop-buffer-misc-data): Don't save information
5863 about virtual files.
5864 (Info-restore-desktop-buffer): Restore Info buffers in prepared
5865 buffers with names obtained from the desktop file instead of the
5866 default *info* buffer.
5867
5868 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * subr.el (with-selected-window): Only save/restore the selected window.
5871
5872 * progmodes/compile.el (compilation-error-regexp-alist):
5873 Use expand-file-name and data-directory.
5874
5875 * progmodes/grep.el (grep-tree): Rework previous fix.
5876
5877 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5878 after the user marked text with the mouse.
5879
5880 * startup.el (command-line): Keep the first regexp of
5881 auto-save-file-name-transforms intact.
5882
5883 2004-05-28 Juanma Barranquero <lektu@terra.es>
5884
5885 * cus-edit.el (customize-face, customize-face-other-window)
5886 (custom-face-edit-delete): Make arguments match their use in
5887 docstring.
5888 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5889 docstring.
5890
5891 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5892 not `cvs-butlast'.
5893
5894 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5895 `nbutlast' are in subr.el).
5896
5897 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5898 (set-w32-system-coding-system): Doc fixes.
5899
5900 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5901 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5902 Make arguments match their use in docstring.
5903 (artist-draw-region-trim-line-endings)
5904 (artist-mouse-choose-operation): Fix typo in docstring.
5905 (artist-key-set-point-common): Doc fix.
5906
5907 2004-05-28 Simon Josefsson <jas@extundo.com>
5908
5909 * mail/smtpmail.el (smtpmail-open-stream):
5910 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5911
5912 2004-05-26 Simon Josefsson <jas@extundo.com>
5913
5914 * starttls.el: Merge with my GNUTLS based starttls.el.
5915 (starttls-gnutls-program, starttls-use-gnutls)
5916 (starttls-extra-arguments, starttls-process-connection-type)
5917 (starttls-connect, starttls-failure, starttls-success): New variables.
5918 (starttls-program, starttls-extra-args): Doc fix.
5919 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5920 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5921 and pass on to corresponding *-gnutls function if it is set.
5922
5923 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5924
5925 * autorevert.el (auto-revert-handler): Disable auto-reverting of
5926 remote files.
5927
5928 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
5929
5930 * files.el (file-name-non-special): There are more operations
5931 which need handling: `find-backup-file-name',
5932 `insert-file-contents', `verify-visited-file-modtime',
5933 `write-region'. Rename t value of method to `add'. Add new
5934 methods `quote' and `unquote-then-quote' to file-arg-indices.
5935
5936 2004-05-25 Juri Linkov <juri@jurta.org>
5937
5938 * info.el (Info-toc): Call Info-mode on intermediate buffer.
5939 (Info-index-nodes): Enclose code in condition-case to catch errors.
5940 (Info-index-node): Don't search all index nodes if request is only
5941 for the current node and file is not in the cache of index nodes.
5942 (Info-mode-map): Bind Info-copy-current-node-name to `w'
5943 for consistency with dired-copy-filename-as-kill.
5944 Bind `S' to Info-search-case-sensitively.
5945 (Info-copy-current-node-name): New arg. With zero prefix arg put
5946 the name inside a function call to `info'. Display copied text in
5947 the echo area.
5948
5949 2004-05-25 Sam Steingold <sds@gnu.org>
5950
5951 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5952 strip the package prefix from the symbol name, if any.
5953 Make it the `find-tag-default-function' for `lisp-mode'.
5954
5955 2004-05-25 John Paul Wallington <jpw@gnu.org>
5956
5957 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5958 instead of obsolete `process-kill-without-query'.
5959
5960 * textmodes/texinfmt.el (texinfo-indexvar-alist):
5961 Declare as variable, not constant.
5962
5963 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * files.el (find-file-noselect-1): Fix bug introduced by
5966 Revision 1.694. As a side effect, `inhibit-read-only'
5967 is again, by default, t during execution of
5968 `find-file-not-found-functions'.
5969 (insert-directory): Check that lines were really inserted by
5970 the --dired switch, before erasing them.
5971
5972 2004-05-24 Nick Roberts <nickrob@gnu.org>
5973
5974 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5975 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5976 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5977 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5978 gud-minor-mode (gdbmi).
5979
5980 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5981
5982 * net/browse-url.el (browse-url-interactive-arg): Enable user to
5983 explicitly select the text to be taken as URL.
5984
5985 2004-05-23 Juri Linkov <juri@jurta.org>
5986
5987 * info.el (Info-index-nodes): New var and fun.
5988 (Info-goto-index, Info-index, info-apropos)
5989 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5990 (Info-index): Fix docstring. Store and restore Info-history-list.
5991 (Info-complete-nodes): New var.
5992 (Info-complete-menu-item): Use it.
5993 (Info-index-node): New fun.
5994 (Info-final-node, Info-forward-node, Info-backward-node)
5995 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5996 Use Info-index-node.
5997 (Info-extract-menu-item, Info-extract-menu-counting): Set second
5998 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5999 (Info-find-node-2): If a node with period in its name not found,
6000 try to find a node without the name part after period.
6001 (Info-select-node): Call Info-fontify-node only if
6002 Info-fontify-maximum-menu-size is not nil.
6003 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
6004 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
6005 Preserve Info-history-list.
6006 (Info-toc): Set Info-current-file.
6007 (Info-build-toc): Move point to the beginning of the buffer.
6008 Add main-file variable.
6009 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
6010 Use backslashed representation of the control character ^_.
6011
6012 * textmodes/texinfmt.el (texinfo-print-index): Print index line
6013 numbers in the new Texinfo 4.7 format.
6014
6015 * add-log.el (change-log-font-lock-keywords): Remove `:' from
6016 regexps for function and variable names.
6017
6018 * descr-text.el (describe-property-list): Add [show] button for
6019 `syntax-table' property with action to pp to a separate buffer.
6020 (describe-char): Replace search-forward by re-search-forward with
6021 whitespace regexp after "character:" to not fail in too narrow windows.
6022
6023 * simple.el (next-error-find-buffer): Add a rule to return
6024 next-error capable buffer if one window on the selected frame
6025 displays such buffer.
6026
6027 2004-05-23 Nick Roberts <nickrob@gnu.org>
6028
6029 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6030 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6031 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6032 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6033 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6034 Handle new value for gud-minor-mode (gdbmi).
6035 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6036 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6037 Change from local to global gdb variable set.
6038 (gdb-ann3): Initialise above gdb variable set.
6039 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6040 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6041 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6042 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6043 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6044 (gdb-info-locals-handler, gdb-invalidate-assembler)
6045 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6046 set as global variables.
6047 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6048 Handle gdbmi.
6049 (gdb-info-breakpoints-custom): Fix regexp.
6050 (def-gdb-var): Delete.
6051
6052 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6053 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6054 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6055 a new mode. The file (gdb-mi.el) for this mode will be included
6056 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6057 primary interface.
6058
6059 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6060
6061 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6062 interpreted as a directory.
6063
6064 2004-05-22 Richard M. Stallman <rms@gnu.org>
6065
6066 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6067 as a close quote.
6068
6069 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6070
6071 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6072 Use assoc-string, not assoc-ignore-case.
6073
6074 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6075
6076 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6077 If moving back then fwd gets a defun that ends before point,
6078 try again moving fwd then back.
6079
6080 * files.el (file-name-non-special): Allow t in file-arg-indices
6081 to mean requote the return value. Use `identity' as an element
6082 rather than as the whole value.
6083
6084 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6085
6086 2004-05-22 Juanma Barranquero <lektu@terra.es>
6087
6088 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6089 `help-make-usage'.
6090 (help-highlight-arguments): Skip function name before searching
6091 for arguments.
6092
6093 2004-05-21 Juanma Barranquero <lektu@terra.es>
6094
6095 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6096 Don't mention in the docstring these arguments meant for
6097 internal (recursive) use only.
6098 (allout-char-spec): Comment out (it's not implemented).
6099 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6100 obsolescence declaration.
6101 (allout-flatten-exposed-to-buffer)
6102 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6103 (my-mark-marker): Doc fix.
6104 (produce-allout-mode-map, allout-sibling-index)
6105 (allout-isearch-expose, allout-distinctive-bullet)
6106 (allout-open-topic, allout-reindent-body)
6107 (allout-rebullet-heading, allout-process-exposed)
6108 (allout-insert-listified, allout-latex-verb-quote)
6109 (allout-insert-latex-header, allout-insert-latex-trailer):
6110 Make arguments match their use in docstring.
6111 (allout-primary-bullet, allout-old-style-prefixes)
6112 (allout-inhibit-protection, allout-init, allout-mode)
6113 (allout-before-change-protect, allout-flag-region):
6114 Use "Emacs" instead of "emacs" in docstrings.
6115
6116 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6117
6118 * international/characters.el: Modify syntax of more characters.
6119
6120 2004-05-21 Masatake YAMATO <jet@gyve.org>
6121
6122 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6123 (etags-tags-completion-table): Show parsing progress.
6124
6125 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6126
6127 * locate.el (locate-prompt-for-command): Shorten first line of
6128 docstring.
6129 (locate-mode): Expand docstring and include keymap summary.
6130
6131 * files.el (find-file-noselect-1): Limit the scope of the
6132 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6133 is, by default, nil during the execution of
6134 `find-file-not-found-functions' and `find-file-hook'.
6135
6136 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6137
6138 * facemenu.el (facemenu-color-name-equal): New function.
6139 (list-colors-display): Use it to compare colors instead of
6140 facemenu-color-equal.
6141
6142 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6143
6144 * compare-w.el (compare-windows-face): Use min-colors instead of
6145 checking for tty or pc types.
6146
6147 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6150 (completion-setup-function): Use with-current-buffer.
6151 Properly save excursion. Simplify.
6152 Don't assume there is necessarily a `mouse-face' property somewhere.
6153
6154 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6155
6156 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6157
6158 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6159 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6160 Use with-current-buffer.
6161 (byte-goto-log-buffer): Delete.
6162 (byte-compile-log-file): Call compilation-forget-errors.
6163
6164 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6165
6166 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6167 output messages into the search result.
6168
6169 2004-05-19 Masatake YAMATO <jet@gyve.org>
6170
6171 * wid-edit.el (widget-radio-button-notify): Revert my last
6172 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6173
6174 2004-05-19 Kenichi Handa <handa@m17n.org>
6175
6176 * international/characters.el: Fix syntax (open/close) of CJK chars.
6177
6178 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6179
6180 * help-mode.el (help-go-back): Don't depend on position of back button.
6181
6182 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6185 files files don't contain an accidental additional /.
6186
6187 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6188 in source buffer.
6189
6190 2004-05-18 Masatake YAMATO <jet@gyve.org>
6191
6192 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6193 to widget-apply. :action method assumes 2 arguments, not 3.
6194
6195 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
6196
6197 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6198 New constants.
6199 (hs-special-modes-alist): Add an f90-mode entry.
6200
6201 2004-05-17 Sam Steingold <sds@gnu.org>
6202
6203 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6204 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
6205
6206 2004-05-16 Kim F. Storm <storm@cua.dk>
6207
6208 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6209
6210 2004-05-15 John Wiegley <johnw@newartisans.com>
6211
6212 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6213 (eshell-output-object-to-target): Improve output speed 20% by not
6214 calling `eshell-stringify' if something is already known to be a string.
6215
6216 2004-05-15 Alex Ott <ott@jet.msk.su>
6217
6218 * textmodes/ispell.el (ispell-local-dictionary-alist):
6219 Add windows-1251 to the choice of coding systems.
6220 (ispell-dictionary-alist-6): Add support for "russianw.aff",
6221 encoded in cp1251.
6222
6223 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
6224
6225 * progmodes/compile.el (compilation-warning-face)
6226 (compilation-info-face): Use min-colors.
6227
6228 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6229
6230 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6231 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6232 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6233 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6234 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6235 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6236 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6237 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6238 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6239 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6240 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6241 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6242 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6243 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6244
6245 2004-05-15 Kim F. Storm <storm@cua.dk>
6246
6247 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6248 Use it to set triggered-p element of timer.
6249 (timer-event-handler): Set triggered-p element non-nil while running
6250 the timer function.
6251
6252 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * descr-text.el (describe-char-unicode-data)
6255 (describe-char-unicodedata-file): Re-enable the unicode code now that
6256 the licensing issues have been cleared in the unicode-4 license.
6257 (describe-text-properties-1): Remove unused `overlay' var.
6258 (describe-char): Remove unused var `buffer'.
6259
6260 2004-05-14 David Ponce <david@dponce.com>
6261
6262 * tree-widget.el: New file.
6263
6264 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6265
6266 * language/european.el ("Brazilian Portuguese"): Add support for
6267 Brazilian Portuguese.
6268
6269 2004-05-13 John Wiegley <johnw@newartisans.com>
6270
6271 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6272 `recentf-mode' if this variable has been customized to t.
6273
6274 * eshell/esh-test.el (eshell-test): Call the function
6275 `emacs-version' rather than trying to build a custom version string.
6276
6277 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6278
6279 * net/telnet.el (telnet-mode): Use define-derived-mode.
6280 Don't modify the global value of comint-prompt-regexp.
6281
6282 2004-05-13 John Paul Wallington <jpw@gnu.org>
6283
6284 * version.el (emacs-version): Check for `gtk' feature before
6285 `x-toolkit' feature.
6286
6287 2004-05-13 Juanma Barranquero <lektu@terra.es>
6288
6289 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6290 arguments in the docstring, they're used only in recursive calls.
6291
6292 * help-fns.el (help-arg-highlighting-function)
6293 (help-argument-name): Delete.
6294 (help-default-arg-highlight): New function.
6295 (help-do-arg-highlighting): Use it.
6296
6297 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6298
6299 * calendar/appt.el (appt-disp-window):
6300 Use `calendar-set-mode-line' for a centered mode-line.
6301
6302 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6303
6304 * calendar/appt.el (appt-disp-window): Do not split window
6305 excessively when `split-height-threshold' is low.
6306
6307 2004-05-12 Nick Roberts <nickrob@gnu.org>
6308
6309 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6310 kill-buffer-hook here and make it local.
6311 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6312
6313 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6314
6315 * progmodes/compile.el (compilation-set-window-height):
6316 Use save-excursion to protect against misplaced marker.
6317
6318 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6319
6320 * custom.el (defface): Document that type can have value gtk.
6321
6322 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6323
6324 2004-05-12 Kenichi Handa <handa@m17n.org>
6325
6326 * descr-text.el: Require quail at comile time.
6327 (describe-char): If an input method is on and it supports the
6328 character, show how to input it.
6329
6330 * international/quail.el (quail-install-decode-map): Accept a
6331 char-table whose subtype is `quail-decode-map'.
6332 (quail-store-decode-map-key, quail-gen-decode-map1)
6333 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6334 (quail-show-key): New functions.
6335
6336 2004-05-12 Juanma Barranquero <lektu@terra.es>
6337
6338 * generic.el (define-generic-mode): Remove redundant arglist info.
6339
6340 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6341 Make arguments match their use in docstring.
6342 (help-arg-highlighting-function): New variable.
6343 (help-argument-name): Mention it in the docstring.
6344 (help-do-arg-highlight): Use it. Expand regexp to accept also
6345 ARG-xxx and xxx-ARG references.
6346
6347 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6348
6349 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6350 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6351 and "mailto:addr1?to=addr2" equal.
6352
6353 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6354
6355 * man.el (Man-getpage-in-background): Use shell-file-name
6356 and shell-command-switch variables instead of hard-coded values.
6357
6358 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6359
6360 * iimage.el: New file.
6361
6362 2004-05-11 Juanma Barranquero <lektu@terra.es>
6363
6364 * custom.el (custom-initialize-default, defcustom):
6365 Fix typo in docstring.
6366
6367 * files.el (set-visited-file-name, file-expand-wildcards):
6368 Fix docstring.
6369
6370 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6371
6372 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6373
6374 * subr.el (eventp): Be more discriminating with integers.
6375
6376 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6377
6378 * progmodes/compile.el (compile): Add universal prefix arg.
6379 (compilation-error-regexp-alist-alist): Add edg patterns.
6380
6381 2004-05-10 Sam Steingold <sds@gnu.org>
6382
6383 * textmodes/ispell.el (ispell-message):
6384 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6385
6386 2004-05-10 Dave Love <fx@gnu.org>
6387
6388 * progmodes/python.el (help-buffer): Autoload when compiling.
6389 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6390 (run-python): Prepend to any existing PYTHONPATH.
6391
6392 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6393
6394 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6395 for pending breakpoints.
6396
6397 2004-05-10 Richard M. Stallman <rms@gnu.org>
6398
6399 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6400 directly without calling any functions in Rmail.
6401 (unrmail-unprune): Function deleted.
6402
6403 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6404
6405 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6406 C-c C-z binding.
6407
6408 2004-05-10 Kenichi Handa <handa@m17n.org>
6409
6410 * descr-text.el (describe-char): Fix previous change. Don't make
6411 a unibyte character to multibyte in the *Help* buffer.
6412
6413 2004-05-10 Miles Bader <miles@gnu.org>
6414
6415 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6416 buffer an error if the debugger process is actually running.
6417
6418 2004-05-10 Juanma Barranquero <lektu@terra.es>
6419
6420 * help-fns.el (help-argument-name): Default to italic.
6421 (help-highlight-arguments): Return always (usage . doc), even when
6422 usage is nil.
6423
6424 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6425 (define-ibuffer-filter): Add usage info.
6426 (define-ibuffer-op): Add usage info (but CL-style defaults for
6427 keyword args are not shown).
6428
6429 * subr.el (remove-overlays, read-passwd): Fix docstring.
6430 (start-process-shell-command): Fix docstring. Put usage info in a
6431 format usable by `describe-function'.
6432 (open-network-stream, open-network-stream-nowait)
6433 (open-network-stream-server): Fix docstring.
6434
6435 2004-05-09 Jason Rumney <jasonr@gnu.org>
6436
6437 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6438 Only define cp125* if windows-125* is already defined.
6439
6440 * language/korean.el (cp949): Add alias.
6441
6442 * language/chinese.el (cp936, cp950): Add aliases.
6443
6444 * language/japanese.el (cp932): Add alias.
6445
6446 * term/w32-win.el: Require code-pages.
6447
6448 * international/mule-cmds.el (set-locale-environment):
6449 On MS-Windows use ansi code-page for default coding-systems.
6450 Set up paper sizes for Windows 3 letter languages.
6451
6452 * international/code-pages.el (cp932, cp936, cp949, cp950):
6453 Add aliases. Also add cp125* if not already defined.
6454
6455 2004-05-09 Juanma Barranquero <lektu@terra.es>
6456
6457 * help-fns.el (help-highlight-arguments): Don't try to highlight
6458 missing or autoloaded arglists. Accept structured arguments, like
6459 the first ones of `do' and `flet'.
6460
6461 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6462 (cvs-get-marked): Remove redundant arglist info.
6463
6464 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6465 Don't use CL-style default args.
6466
6467 2004-05-08 Andreas Schwab <schwab@suse.de>
6468
6469 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6470
6471 * international/subst-ksc.el: Fix references to utf-translate-cjk
6472 into utf-translate-cjk-mode.
6473 * international/subst-big5.el: Likewise.
6474 * international/subst-gb2312.el: Likewise.
6475 * international/subst-jis.el: Likewise.
6476 * international/utf-16.el: Likewise.
6477 * international/utf-8.el: Likewise.
6478
6479 2004-05-08 John Wiegley <johnw@newartisans.com>
6480
6481 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6482 "virtual buffers" (off by default), which makes it possible to
6483 switch to the "virtual" buffers of recently visited files. When a
6484 buffer name search fails, and this option is on, iswitchb will
6485 look at the list of recently visited files, and permit matching
6486 against those names. When the user hits RET on a match, it will
6487 revisit that file.
6488 (iswitchb-read-buffer): Add two optional arguments, which makes
6489 isearchb.el possible.
6490 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6491 (iswitchb-next-match): Add support for virtual buffers.
6492
6493 * isearchb.el: This module extends iswitchb to provide "as you
6494 type" buffer selection.
6495
6496 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6497 Ignore the read-only property when flyspell highlighting is on.
6498 Not ignoring it leads to a series of confusing errors.
6499 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6500 but also make sure to call flyspell-incorrect-hook.
6501 (flyspell-maybe-correct-transposition): Perform transposition test
6502 by bit twiddling a string, rather than using a temp buffer.
6503 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6504 buffer. This is also the original version of the code, which
6505 could not be checked in before due to a previous lack of
6506 assignment papers. This version has seen heavy usage on my system
6507 for several years now.
6508
6509 * calendar/cal-bahai.el: New file, which adds support for the
6510 Baha'i calendar to Emacs. This calendar is based on a solar year
6511 of 19 months of 19 days, with 4 intercalary days. Each year
6512 begins on March 21, with the calendar starting in 1844.
6513
6514 * calendar/cal-menu.el, calendar/calendar.el,
6515 calendar/diary-lib.el, calendar/holidays.el: Added support for
6516 using cal-bahai.el.
6517
6518 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6519 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6520 function can be used outside of eshell buffers.
6521 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6522
6523 2004-05-08 Juanma Barranquero <lektu@terra.es>
6524
6525 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6526 word constituent so FOO-ARG is not recognized as an arg.
6527 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6528
6529 * simple.el (next-error): Fix typo in docstring.
6530 (open-line): Make argument names match their use in docstring.
6531 (split-line): Fix docstring.
6532
6533 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6534 usable by `describe-function'.
6535 (gensym, gentemp, typep, ignore-errors): Make argument names match
6536 their use in docstring.
6537
6538 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6539 argument to `help-setup-xref'.
6540
6541 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6542
6543 Version 2.0.40 of Tramp released.
6544
6545 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6546 Use symbol-function to invoke functions only known on some Emacs
6547 flavors. This avoids byte-compiler warnings. Reported by Kevin
6548 Scaldeferri <kevin@scaldeferri.com>.
6549 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6550 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6551 consistent with the other tramp-do-* functions.
6552 (tramp-do-copy-or-rename-file): Calls adjusted.
6553 (tramp-process-initial-commands): Avoid liveness check on shell --
6554 we know that it must be alive since we're opening a connection at
6555 this moment.
6556 (tramp-last-cmd): New internal variable.
6557 (tramp-process-echoes): New tunable.
6558 (tramp-send-command): Set tramp-last-cmd.
6559 (tramp-wait-for-output): Delete echo, if applicable.
6560 (tramp-read-passwd): Construct the key for the password cache in a
6561 way that works for multi methods, too.
6562 (tramp-bug): Add backup-directory-alist and
6563 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6564
6565 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6566
6567 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6568
6569 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6570 (tramp-actions-copy-out-of-band): New defcustoms.
6571 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6572 used instead of a synchronous one. Allows password entering.
6573 (tramp-action-out-of-band): New defun.
6574 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6575 Remove restriction with password from doc string.
6576 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6577 `tramp-out-of-band-prompt-regexp',
6578 `tramp-actions-copy-out-of-band', `password-cache' and
6579 `password-cache-expiry'.
6580 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6581 password caching.
6582 (tramp-touch): FILE can be a local file, too.
6583 (TODO): Remove items done.
6584 (tramp-handle-insert-directory): Properly quote file name also if
6585 not full-directory-p. Handle wildcard case. Reported by Andreas
6586 Schwab <schwab@suse.de>.
6587 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6588 new file.
6589 (tramp-handle-file-local-copy, tramp-handle-write-region):
6590 The permissions of the temporary file are set if filename exists.
6591 Reported by Ted Stern <stern@cray.com>.
6592 (tramp-backup-directory-alist)
6593 (tramp-bkup-backup-directory-info): New defcustoms.
6594 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6595 (tramp-handle-find-backup-file-name): New function.
6596 Implements Tramp's find-backup-file-name.
6597
6598 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6599 for `find-backup-file-name'.
6600
6601 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6602 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6603
6604 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6605
6606 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6607
6608 2004-05-07 Juanma Barranquero <lektu@terra.es>
6609
6610 * subr.el (lambda): Add arglist description to docstring.
6611 (declare): Fix typo in docstring.
6612 (open-network-stream): Fix docstring.
6613 (process-kill-without-query): Fix docstring and add obsolescence info.
6614 (last, butlast, nbutlast): Make arguments match their use in docstring.
6615 (insert-buffer-substring-no-properties): Likewise.
6616 (insert-buffer-substring-as-yank): Likewise.
6617 (split-string): Fix docstring.
6618
6619 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6620 Make argument names match their use in docstring.
6621
6622 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6623
6624 2004-05-06 Nick Roberts <nickrob@gnu.org>
6625
6626 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6627 Fit first sentence on one line for apropos-command.
6628
6629 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 Changes largely merged in from Dave Love's code.
6632 * progmodes/python.el: Doc fixes.
6633 (python-mode-map): Add python-complete-symbol.
6634 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6635 (python-comment-indent, python-complete-symbol)
6636 (python-symbol-completions, python-partial-symbol)
6637 (python-try-complete): New.
6638 (python-indent-line): Remove optional arg. Use python-block-end-p.
6639 (python-check): Bind compilation-error-regexp-alist.
6640 (inferior-python-mode): Use rx. Move keybindings to top level.
6641 Set comint-input-filter.
6642 (python-preoutput-filter): Use rx.
6643 (python-input-filter): Re-introduce.
6644 (python-proc): Start new process if necessary.
6645 Check python-buffer non-nil.
6646 (view-return-to-alist): Defvar.
6647 (python-send-receive): New.
6648 (python-eldoc-function): Use it.
6649 (python-mode-running): Don't defvar.
6650 (python-mode): Set comment-indent-function.
6651 Maybe update hippie-expand-try-functions-list.
6652 (python-indentation-levels): Initialize differently.
6653 (python-block-end-p): New.
6654 (python-indent-line): Use it.
6655 (python-compilation-regexp-alist): Augment.
6656 (run-python): Import `emacs' module to Python rather than loading
6657 code directly. Set python-buffer differently.
6658 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
6659 Use python-proc.
6660 (python-send-command): Go to end of comint buffer.
6661 (python-load-file): Use python-proc, emacs.eimport.
6662 (python-describe-symbol): Simplify interactive form.
6663 Use emacs.help. Do use temp-buffer-show-hook.
6664 Call print-help-return-message.
6665 (hippie-exp): Require when compiling.
6666 (python-preoutput-continuation): Use rx.
6667
6668 * diff-mode.el (diff-make-unified): Fix regexp.
6669
6670 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
6671
6672 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6673 filter groups from the buffer when rebuilding the Ibuffer buffer
6674 and `ibuffer-show-empty-filter-groups' is nil.
6675
6676 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6677
6678 * ps-print.el (ps-print-quote): Call ps-value-string.
6679 (ps-setup): Call ps-comment-string.
6680 (ps-value-string, ps-comment-string): New funs.
6681
6682 2004-05-06 Juanma Barranquero <lektu@terra.es>
6683
6684 * ehelp.el (electric-help-command-loop): Check whether the last
6685 character is visible, not (point-max).
6686
6687 * help-fns.el (help-argument-name): Default to bold; don't inherit
6688 from font-lock-variable-name-face.
6689 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6690
6691 2004-05-05 Kenichi Handa <handa@m17n.org>
6692
6693 * descr-text.el (describe-char): Copy the character with text
6694 properties and overlays into the first line, and call
6695 describe-text-properties on it.
6696
6697 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
6698
6699 * iswitchb.el (iswitchb-global-map): Fix typo.
6700 Remove unwanted ###autoloads from source file.
6701
6702 2004-05-05 Lars Hansen <larsh@math.ku.dk>
6703
6704 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6705 in run-hooks. Use substitute-command-keys in message.
6706 (wdired-abort-changes): Add message.
6707
6708 2004-05-03 Michael Mauger <mmaug@yahoo.com>
6709
6710 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6711 (sql-emacs20-p): Remove.
6712 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6713 (sql-builtin-face, sql-doc-face): Remove.
6714 (sql-mode-ansi-font-lock-keywords)
6715 (sql-mode-oracle-font-lock-keywords)
6716 (sql-mode-postgres-font-lock-keywords)
6717 (sql-mode-linter-font-lock-keywords)
6718 (sql-mode-ms-font-lock-keywords)
6719 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6720 (sql-product-font-lock): Fix font-lock reset when font rules change.
6721 (sql-highlight-product): Remove incorrect font-lock reset logic.
6722
6723 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
6724
6725 * ses.el (ses-set-parameter): Fix typo.
6726
6727 2004-05-04 Kim F. Storm <storm@cua.dk>
6728
6729 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6730 Must expand directory for completion to work; and don't mess with
6731 process-environment.
6732 (ido-read-file-name): If command has ido property, don't use ido
6733 if value is ignore, or read as directory if value is dir.
6734 Set ido ignore property for dired-do-rename command.
6735
6736 2004-05-04 Juanma Barranquero <lektu@terra.es>
6737
6738 * ehelp.el (electric-help-command-loop, electric-help-undefined)
6739 (electric-help-help): Check against unmapped commands.
6740
6741 * help-fns.el (help-argument-name): New face, inheriting from
6742 font-lock-variable-name-face, to highlight function arguments in
6743 `describe-function' and `describe-key'.
6744 (help-do-arg-highlight): Auxiliary function to highlight a given
6745 list of arguments in a string.
6746 (help-highlight-arguments): Highlight the function arguments and
6747 all uses of them in the docstring.
6748 (describe-function-1): Use it. Do docstring output via `insert',
6749 not 'princ', so text attributes are preserved.
6750
6751 * winner.el (winner-mode-map): Move `winner-undo' and
6752 `winner-redo' to C-c <left> and C-c <right>, respectively (the
6753 previous bindings conflict with `prev-buffer', `next-buffer').
6754
6755 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6756
6757 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6758 (bibtex-entry-update): New command bound to C-c C-u.
6759 (bibtex-text-in-string): Fix regexp.
6760 (bibtex-assoc-of-regexp): Remove.
6761 (bibtex-progress-message): Fix docstring.
6762 (bibtex-inside-field): Use if.
6763 (bibtex-assoc-regexp): New function.
6764 (bibtex-format-entry): Make code more robust so that it formats
6765 also old entries.
6766 (bibtex-autokey-demangle-title): Merge with obsolete function
6767 bibtex-assoc-of-regexp.
6768 (bibtex-field-list): New function.
6769 (bibtex-entry): Use bibtex-field-list.
6770 (bibtex-parse-entry): Fix docstring.
6771 (bibtex-print-help-message): Use bibtex-field-list.
6772 (bibtex-make-field): Use bibtex-field-list.
6773 (bibtex-entry-index): Bugfix. Return crossref key if required.
6774 (bibtex-lessp): Fix docstring.
6775
6776 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
6777
6778 * select.el (xselect-convert-to-string): Move comment to intended line.
6779
6780 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6781
6782 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6783 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6784
6785 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6786
6787 * term/x-win.el (x-clipboard-yank): Don't exit on error from
6788 x-get-selection.
6789
6790 2004-05-03 Jason Rumney <jasonr@gnu.org>
6791
6792 * makefile.nt: Remove.
6793
6794 2004-05-03 Kim F. Storm <storm@cua.dk>
6795
6796 * emulation/cua-base.el (cua--update-indications): Fix last change.
6797 (cua-mode): Deactivate mark when cua-mode is enabled.
6798
6799 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
6800
6801 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6802
6803 2004-05-03 Nick Roberts <nickrob@gnu.org>
6804
6805 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6806 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6807 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6808 window over visible frames.
6809 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6810
6811 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * progmodes/compile.el (compilation-gcpro): New var.
6814 (compilation-fake-loc): Use it.
6815 (compilation-forget-errors): Reset it.
6816
6817 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6818
6819 * diff-mode.el (diff-header-face, diff-file-header-face):
6820 Use min-colors.
6821
6822 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6823
6824 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6825 (bibtex-clean-entry): Disentangle code.
6826 (bibtex-realign): New function.
6827 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
6828 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6829 Remove undocumented optional arg called-by-convert-alien.
6830 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
6831 for sorting instead of bibtex-sort-buffer.
6832
6833 2004-05-02 Eli Zaretskii <eliz@gnu.org>
6834
6835 * progmodes/compile.el (compilation-start): In the
6836 no-async-subprocesses branch, call sit-for to give redisplay a
6837 chance to show the updated process status in the mode line, and
6838 fontify the buffer explicitly after the process exits.
6839
6840 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * progmodes/python.el (python-compilation-line-number): Remove.
6843 (python-compilation-regexp-alist): Don't use it any more.
6844 (python-orig-start, python-input-filter): Remove.
6845 (inferior-python-mode): Don't set up comint-input-filter-functions.
6846 (python-send-region): Use compilation-fake-loc.
6847
6848 * progmodes/compile.el (compilation-messages-start): New var.
6849 (compilation-mode): Don't setup next-error-function here.
6850 (compilation-setup): Set it up here instead (for minor modes as well).
6851 Make compilation-messages-start buffer local.
6852 (compilation-next-error-function): Use it.
6853 (compilation-forget-errors): Set compilation-messages-start.
6854
6855 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
6856
6857 * ielm.el (ielm-prompt-read-only): Update docstring.
6858
6859 * comint.el (comint-prompt-read-only): Update docstring.
6860 (comint-update-fence, comint-kill-whole-line)
6861 (comint-kill-region): New functions.
6862
6863 * simple.el (kill-whole-line): Use "p" instead of "P" in
6864 interactive form.
6865
6866 2004-05-01 Juanma Barranquero <lektu@terra.es>
6867
6868 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6869 format arglist so default values in CL-style argument lists are
6870 correctly shown.
6871
6872 2004-05-01 Jason Rumney <jasonr@gnu.org>
6873
6874 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6875
6876 2004-05-01 Kenichi Handa <handa@m17n.org>
6877
6878 * international/titdic-cnv.el (miscdic-convert): Don't generate a
6879 quail file if it is up to date.
6880
6881 2004-04-30 Juri Linkov <juri@jurta.org>
6882
6883 * cus-edit.el (custom-mode-map):
6884 Add key binding `C-x C-s' to `Custom-save'.
6885
6886 * outline.el (outline-blank-line): New var.
6887 (outline-next-preface, outline-show-heading)
6888 (outline-end-of-subtree): Use it.
6889
6890 * dired-aux.el (dired-touch-initial): New fun.
6891 (dired-do-chxxx): Call it for op-symbol `touch'.
6892 (dired-diff): Use `dired-dwim-target-directory'
6893 if current dired buffer has no buffer mark.
6894
6895 * bindings.el (propertized-buffer-identification):
6896 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6897 Add C-M-arrow keys for consistency.
6898
6899 * files.el (confirm-kill-emacs):
6900 Change group from top-level `emacs' to `convenience'.
6901
6902 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6903 Push mark on the first call of successive command calls.
6904 (insert-pair): New fun created from `insert-parentheses' with
6905 `open' and `close' arguments added. Enclose active regions
6906 in paired characters. Compare adjacent characters syntax with
6907 inserted characters syntax before inserting a space.
6908 (insert-parentheses): Call `insert-pair' with ?\( ?\).
6909
6910 * delsel.el: Don't put `delete-selection' property
6911 on `insert-parentheses' symbol to take advantage of
6912 region handling in `insert-pair' function.
6913 Suggested by Stephan Stahl <stahl@eos.franken.de>.
6914
6915 2004-04-30 Kim F. Storm <storm@cua.dk>
6916
6917 * emulation/cua-base.el: Add support for changing cursor types;
6918 based on patch from Michael Mauger.
6919 (cua-normal-cursor-color, cua-read-only-cursor-color)
6920 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6921 Customization cursor type and/or cursor color.
6922 (cua--update-indications): Handle cursor type changes.
6923 (cua-mode): Update cursor indications if enabled.
6924
6925 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6926
6927 * mouse.el (mouse-drag-copy-region): New defcustom.
6928 (mouse-set-region, mouse-drag-region-1): Use it.
6929
6930 * simple.el (kill-ring-save): If region face background color is
6931 unspecified (if no highlighting), show extent of fully visible
6932 region even if transient-mark-mode is enabled.
6933
6934 * emulation/cua-base.el (cua--standard-movement-commands):
6935 Add cua-scroll-up and cua-scroll-down.
6936 (cua-scroll-up, cua-scroll-down): New commands.
6937 (cua--init-keymaps): Remap scroll-up and scroll-down.
6938
6939 * emulation/cua-rect.el (cua--convert-rectangle-as):
6940 New defmacro.
6941 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6942 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6943 New commands (suggested by Jordan Breeding).
6944
6945 2004-04-30 Juanma Barranquero <lektu@terra.es>
6946
6947 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6948
6949 2004-04-30 Mario Lang <mlang@delysid.org>
6950
6951 * diff.el (diff-switches): Fix typo in docstring.
6952
6953 2004-04-30 Alex Schroeder <alex@gnu.org>
6954
6955 * xml.el (xml-debug-print-internal): Don't add newline and
6956 indentation to text nodes and write empty elements as empty tags
6957 instead of opening and closing tags.
6958 (xml-debug-print): Take optional indent-string argument.
6959 (xml-print): Alias for xml-debug-print.
6960
6961 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6962
6963 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6964 than duplicate call to `line-beginning-position'.
6965
6966 * progmodes/f90.el (f90-get-present-comment-type):
6967 Return whitespace, as well as comment chars, for consistent filling
6968 of comment blocks. Use `match-string-no-properties'.
6969 (f90-break-line): Trim trailing whitespace when filling comments.
6970
6971 2004-04-30 Dave Love <fx@gnu.org>
6972
6973 * calendar/diary-lib.el (diary-outlook-formats): New variable.
6974 (diary-from-outlook-internal, diary-from-outlook)
6975 (diary-from-outlook-gnus, diary-from-outlook-rmail):
6976 New functions to import diary entries from Outlook-format
6977 appointments in mail messages.
6978
6979 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * progmodes/python.el (python-send-command): New fun.
6982 (python-send-region, python-load-file): Use it.
6983
6984 * progmodes/compile.el (compilation-last-buffer): Add var alias.
6985
6986 * help-fns.el (help-C-file-name): Use new subr-name.
6987 Prepend `src/' to the file name.
6988 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6989 (describe-function-1, describe-variable): Only find a C source file
6990 name if DOC is already loaded.
6991
6992 * help-mode.el (help-function-def, help-variable-def):
6993 Use the new find-function-search-for-symbol functionality.
6994 Allow FILE to be `C-source'.
6995
6996 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6997 (find-function-C-source): New fun.
6998 (find-function-search-for-symbol): Use it.
6999
7000 2004-03-29 Michael Mauger <mmaug@yahoo.com>
7001
7002 * progmodes/sql.el (sql-product-alist): Rename variable
7003 `sql-product-support'. Add Postgres login parameters.
7004 (sql-set-product, sql-product-feature): Update with renamed variable.
7005 (sql-connect-postgres): Add username prompt.
7006 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
7007 Make patterns less product specific.
7008 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
7009 (sql-mode-abbrev-table): Modify initialization.
7010 (sql-builtin-face): Add variable.
7011 (sql-keywords-re): Add macro.
7012 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
7013 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
7014 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
7015 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
7016 (sql-mode-linter-font-lock-keywords)
7017 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
7018 (sql-mode-sybase-font-lock-keywords)
7019 (sql-mode-informix-font-lock-keywords)
7020 (sql-mode-interbase-font-lock-keywords)
7021 (sql-mode-ingres-font-lock-keywords)
7022 (sql-mode-solid-font-lock-keywords)
7023 (sql-mode-sqlite-font-lock-keywords)
7024 (sql-mode-db2-font-lock-keywords): Default to nil.
7025 (sql-product-font-lock): Always highlight ANSI keywords.
7026 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7027 (sql-send-string): Add function.
7028
7029 2004-04-29 Dave Love <fx@gnu.org>
7030
7031 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7032 (cfengine-end-of-defun): Ensure progress through buffer.
7033
7034 * info-look.el (cfengine-mode): Accept a terminal ().
7035
7036 2004-04-29 Juri Linkov <juri@jurta.org>
7037
7038 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7039 instead of isearch-yank-word-or-char. Add new key bindings for
7040 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7041 (isearch-del-char): New fun.
7042 (isearch-forward, isearch-edit-string): Update docstring.
7043 (isearch-yank-char): Doc fix.
7044 (isearch-other-meta-char): Restore point after scrolling.
7045
7046 * progmodes/compile.el (compilation-context-lines): Add nil option
7047 to disable compilation output window scrolling.
7048 (compilation-set-window): Use it.
7049
7050 * outline.el (outline-next-preface, outline-show-heading):
7051 Don't leave unhidden blank line before heading.
7052 (outline-end-of-subtree): Include last newline into subtree.
7053 (hide-entry): Leave point at beginning of heading instead of end.
7054 (outline-up-heading): Push mark for the first call of successive
7055 command calls.
7056
7057 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7058
7059 * comint.el (comint-prompt-read-only): New variable.
7060 (comint-output-filter): Implement it.
7061
7062 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7063 (ielm-prompt-internal): New variable.
7064 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7065 (ielm-send-input): Delete unused variable `buf'.
7066 (ielm-eval-input): Use `ielm-prompt-internal'.
7067 (inferior-emacs-lisp-mode): Use new variables
7068 `comint-prompt-read-only' and `ielm-prompt-internal'.
7069 Get rid of obsolete variable `directory-sep-char'.
7070 (ielm): Use `zerop'.
7071
7072 2004-04-29 John Paul Wallington <jpw@gnu.org>
7073
7074 * thumbs.el (toplevel): Require cl at compile time.
7075 Remove conditional definitions of `ignore-errors' and `caddar'
7076 because they occur at run time.
7077
7078 2004-04-28 Nick Roberts <nickrob@gnu.org>
7079
7080 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7081 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7082 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7083 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7084
7085 * progmodes/gud.el (gud-common-init): Throw an error if program is
7086 already running under gdb.
7087
7088 2004-04-28 John Paul Wallington <jpw@gnu.org>
7089
7090 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7091 (thumbs-show-image-num): Move assignment of
7092 `thumbs-current-image-filename' within scope of `i'.
7093 (thumbs-emboss-image): Don't use `evenp'.
7094
7095 2004-04-28 Richard M. Stallman <rms@gnu.org>
7096
7097 * progmodes/compile.el (compilation-context-lines): Default now 0.
7098
7099 2004-04-28 Juanma Barranquero <lektu@terra.es>
7100
7101 Use `time-less-p' from calendar/time-date.el instead of defining
7102 custom versions of it.
7103
7104 * pcomplete.el (pcomplete-time-less-p): Remove.
7105
7106 * thumbs.el (time-less-p): Remove.
7107
7108 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7109 (timeclock-generate-report): Use `time-less-p'.
7110
7111 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7112 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7113
7114 2004-04-28 Masatake YAMATO <jet@gyve.org>
7115
7116 * subr.el (remove-overlays): Make arguments optional.
7117
7118 * wid-edit.el (widget-specify-button): Put evaporate to the
7119 overlay for sample.
7120 (widget-specify-sample): Put evaporate to the overlay for sample.
7121 (widget-specify-doc): Put evaporate to the overlay for documentation.
7122
7123 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7124
7125 * info.el (info-apropos): Make it an index node. Align node names
7126 like makeinfo.
7127
7128 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7129
7130 * net/browse-url.el (browse-url-netscape-sentinel)
7131 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7132 (browse-url-epiphany-sentinel, browse-url-mosaic):
7133 Use browse-url-*-program instead of a literal program name.
7134
7135 2004-04-27 Kevin Ryde <user42@zip.com.au>
7136
7137 * eshell/em-alias.el:
7138 * eshell/em-dirs.el:
7139 * eshell/em-hist.el:
7140 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7141 features when M-x customize-group loads modules before the main
7142 eshell.el.
7143
7144 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7145
7146 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7147 either a character representation of an event or an event
7148 description list.
7149
7150 * type-break.el: Capitalise Emacs and Lisp.
7151 (type-break-good-break-interval, type-break-demo-boring-stats)
7152 (type-break-terse-messages, type-break-file-name): New defcustoms.
7153 (type-break-post-command-hook)
7154 (type-break-warning-countdown-string): Quote variable names in doc.
7155 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7156 (type-break-mode): Document type-break-good-break-interval and the
7157 "session" file. Schedule break according to the session file.
7158 Kill session file buffer on exit. Organise for save-some-buffers
7159 to always save the session file.
7160 (type-break-mode-line-message-mode, type-break-query-mode):
7161 Uppercase arguments.
7162 (type-break-file-time, type-break-file-keystroke-count, timep)
7163 (type-break-choose-file, type-break-get-previous-time)
7164 (type-break-get-previous-count): New defuns.
7165 (type-break): Avoid break querying after a completed break in the
7166 case where the query was initiated during user invocation of the
7167 break. Optional terse messages.
7168 Use type-break-good-break-interval if type-break-good-rest-interval is
7169 nil. File the break time.
7170 (type-break-schedule): New optional args for overriding the use of
7171 the current time.
7172 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7173 after a break.
7174 (type-break-check): File the keystroke count.
7175 (type-break-do-query): Prevent a second query when the break is
7176 interrupted. Optional terse message.
7177 (type-break-keystroke-reset): Record the start of a typing interval.
7178 (type-break-demo-boring): Optional terse messages. Display word
7179 per minute and keystroke counts according to
7180 type-break-demo-boring-stats.
7181
7182 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
7183
7184 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7185 directories, make sure they exist under archive-tmpdir.
7186
7187 2004-04-27 Juri Linkov <juri@jurta.org>
7188
7189 * help.el (view-emacs-news): With argument, display info for the
7190 selected version by finding it among different NEWS files, and
7191 narrowing the buffer to the selected version.
7192
7193 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7194 same-window-buffer-names.
7195 (info): New arg `buffer'. Use it. Doc fix. Read file name for
7196 non-numeric prefix argument, append the number to the buffer name
7197 for numeric prefix argument.
7198 (info-other-window): Bind same-window-regexps to nil.
7199 (Info-reference-name): Rename to Info-point-loc.
7200 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7201 and Info-find-index-name for stringy Info-point-loc.
7202 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
7203 without middle `.', but with final `.' and optional line number
7204 for it. Set Info-point-loc for index nodes.
7205 (Info-index): Remove middle `.' from index entry regexp.
7206 Modify line number regexp.
7207 (Info-index-next): Decrement line number.
7208 (info-apropos): Remove middle `.' from index entry regexp.
7209 Add optional line number regexp at the end. Add matched value
7210 for line number to the result list and insert it to the buffer.
7211 Replace match-string by match-string-no-properties.
7212 Reorder result list.
7213 (Info-fontify-node): Hide index line numbers.
7214 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7215 empty matches.
7216 (Info-follow-reference): Use `str' instead of
7217 Info-following-node-name-re.
7218 (Info-toc): Use full file names. Set Info-current-node to "Top".
7219 (Info-fontify-node): Compare file names without directory name.
7220 (Info-try-follow-nearest-node): Don't set Info-reference-name.
7221 Set second arg of Info-extract-menu-node-name for index nodes.
7222 (info-xref-visited): Use magenta3 instead of magenta4.
7223 (Info-mode): Add info-apropos to docstring.
7224
7225 * log-view.el (log-view-diff): Replace interactive code "r"
7226 by a list to allow to call it even if region is not active.
7227
7228 * paren.el (show-paren-highlight-openparen): New var.
7229 (show-paren-function): Turn on openparen highlighting when
7230 matching forward if show-paren-highlight-openparen is non-nil.
7231
7232 * simple.el (kill-ring-save): Use blink-matching-delay instead of
7233 the constant value 1.
7234 (completions-common-part): Expand docstring.
7235
7236 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7237
7238 2004-04-27 Kim F. Storm <storm@cua.dk>
7239
7240 * image.el (insert-sliced-image): Use line-height instead of
7241 line-spacing property on newline.
7242
7243 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7244
7245 * desktop.el (desktop-buffer-misc-data-function): Rename to
7246 desktop-save-buffer and change docstring.
7247 (desktop-buffer-modes-to-save): Delete.
7248 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7249 desktop-buffer-modes-to-save.
7250 (desktop-save): Rename desktop-buffer-misc-data-function to
7251 desktop-save-buffer and allow non-function value.
7252 (desktop-missing-file-warning): Correct docstring.
7253
7254 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7255 to desktop-save-buffer.
7256
7257 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7258 desktop-save-buffer.
7259
7260 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7261
7262 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7263
7264 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7265
7266 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7267
7268 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7269
7270 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7271 (ielm): Only go to the end of the buffer when starting a new process.
7272
7273 2004-04-25 Juanma Barranquero <lektu@terra.es>
7274
7275 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7276 mode line. Bind `inhibit-read-only' to t before modifying
7277 properties of text in the buffer.
7278 (ielm): Force point to the end of buffer, even when running ielm
7279 from inside itself.
7280
7281 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7282
7283 * info.el (info-apropos): Reset Info-complete-cache.
7284
7285 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7286
7287 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7288 Also recognize severe Irix et al. messages.
7289 (compilation-normalize-filename, compile-abbreviate-directory):
7290 Delete functions.
7291 (compilation-get-file-structure): New function inherits
7292 functionality of the two preceding ones.
7293 (compilation-internal-error-properties, compilation-fake-loc):
7294 Use it so that different paths to the same file share the same
7295 markers. Also optimize finding adjacent marker slightly.
7296
7297 2004-04-25 Kim F. Storm <storm@cua.dk>
7298
7299 * image.el (insert-sliced-image): Add line-spacing t property
7300 to newlines separating image lines.
7301
7302 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7303
7304 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7305
7306 * ielm.el (ielm-prompt-read-only): New user option.
7307 (ielm-prompt): Expand docstring to describe new behavior.
7308 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7309 mention it in the docstring.
7310
7311 2004-04-24 Andreas Schwab <schwab@suse.de>
7312
7313 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7314
7315 * diff.el (diff): Set default-directory in diff buffer.
7316
7317 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7318
7319 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7320 mail was being composed if the terminal cannot display more than
7321 one frame; instead, switch to previous frame.
7322
7323 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7324 (rmail-start-mail): Support rmail-mail-new-frame even on
7325 terminals that can display only one frame at a time.
7326
7327 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7328
7329 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7330 (checkdoc-output-font-lock-keywords): Remove error regexp.
7331 (checkdoc-output-mode-map): Remove.
7332 (checkdoc-output-mode): Derive from compilation-mode.
7333 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7334
7335 * dired.el (dired-mode-map): Add a menu entry for wdired.
7336
7337 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7338 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7339
7340 * wdired.el: (wdired-mode-map): Move init into declaration.
7341 Fix `return' binding.
7342 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7343 Use force-mode-line-update.
7344 (wdired-get-filename): Use `unless'.
7345 (wdired-preprocess-files): Don't assume names have no \n and use / for
7346 dir separator.
7347 (wdired-normalize-filename): Use replace-regexp-in-string.
7348 (wdired-load-hooks): Remove.
7349 (wdired-mode-hooks): Rename to wdired-mode-hook.
7350
7351 * info-look.el: Add support for cfengine-mode.
7352 (info-lookup-setup-mode): Use dolist.
7353
7354 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7355
7356 * wdired.el: New file.
7357
7358 2004-04-23 Juanma Barranquero <lektu@terra.es>
7359
7360 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7361
7362 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7363 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7364 (pcomplete--help, pcomplete--here): Doc fixes.
7365
7366 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7367
7368 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7369 handles wrong-number-of-arguments in backend call.
7370
7371 * vc.el (vc-print-log): Likewise.
7372
7373 2004-04-20 Dave Love <fx@gnu.org>
7374
7375 * emacs-lisp/rx.el: Doc fixes.
7376 (rx-constituents): Add/extend many forms.
7377 (rx-check): Check form is a list.
7378 (bracket): Defvar.
7379 (rx-check-any, rx-any, rx-check-not): Modify.
7380 (rx-not): Simplify.
7381 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7382 (rx-kleene): Use rx-trans-forms.
7383 (rx-quote-for-set): Delete.
7384 (rx): Allow multiple args.
7385
7386 2004-04-23 Kenichi Handa <handa@m17n.org>
7387
7388 * international/mule-util.el (char-displayable-p): Simplify by
7389 using internal-char-font.
7390
7391 2004-04-23 Juanma Barranquero <lektu@terra.es>
7392
7393 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7394
7395 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * diff-mode.el (diff-next-error): New fun.
7398 (diff-mode): Use it.
7399
7400 * simple.el (next-error): Change arg name.
7401 Add support for the documented C-u C-x ` usage.
7402
7403 * frame.el (special-display-popup-frame, next-multiframe-window)
7404 (previous-multiframe-window): Only consider frames on same display.
7405
7406 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7407
7408 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7409 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7410
7411 2004-04-22 Kim F. Storm <storm@cua.dk>
7412
7413 * net/telnet.el (telnet): Add optional port arg.
7414
7415 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7416
7417 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7418 Minor sanity check on the `hyperlink' slot.
7419
7420 * Makefile.in (recompile): Compile new files.
7421
7422 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7423 Add byte-recompile-directory's optional `arg'.
7424
7425 * cvs-status.el (cvs-tree-use-charset): New var.
7426 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7427 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7428 (cvs-status-cvstrees): Use it.
7429
7430 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7431 Make it a normal major mode.
7432 (checkdoc-buffer-label): Make sure the file name is meaningful.
7433 (checkdoc-output-to-error-buffer): Remove.
7434 (checkdoc-error, checkdoc-start-section): Rewrite.
7435
7436 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7437 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7438 (Info-title-4-face): Use new syntax.
7439 (info-xref-visited): Inherit from info-xref.
7440
7441 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7442
7443 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7444
7445 * simple.el (next-error-last-buffer, next-error-function):
7446 New variables for the next-error framework.
7447 (next-error-buffer-p): New function.
7448 (next-error-find-buffer): Generalize compilation-find-buffer.
7449 (next-error, previous-error, first-error, next-error-no-select)
7450 (previous-error-no-select): Move from compile.el.
7451
7452 * replace.el (occur-next-error, occur-1): Hook into the next-error
7453 framework.
7454
7455 * progmodes/compile.el (compilation-start):
7456 Set next-error-last-buffer so next-error knows where to jump.
7457 (compilation-setup): Set the buffer-local variable
7458 next-error-function to 'compilation-next-error-function.
7459 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7460 alternate way to find if a buffer is a compilation buffer, for
7461 next-error convenience.
7462 (next-error-no-select, previous-error-no-select, next-error)
7463 (previous-error, first-error): Move to simple.el.
7464 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7465 (compilation-last-buffer): Remove.
7466 (compilation-start, compilation-next-error, compilation-setup)
7467 (compilation-next-error-function, compilation-find-buffer):
7468 Remove compilation-last-buffer use.
7469
7470 2004-04-21 Juanma Barranquero <lektu@terra.es>
7471
7472 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7473 (font-lock-warning-face): Fix spacing.
7474
7475 * makefile.w32-in (WINS): Add url/ directory.
7476
7477 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7478
7479 * desktop.el (desktop-buffer-mode-handlers): New variable.
7480 Alist of major mode specific functions to restore a desktop buffer.
7481 (desktop-buffer-handlers): Make variable obsolete.
7482 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7483 Catch errors signaled in handlers. Update buffer count.
7484 Evaluate desktop-buffer-point.
7485 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7486 move to dired.el.
7487 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7488 move to info.el.
7489 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7490 move to mail/rmail.el.
7491 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7492 to mh-e/mh-e.el.
7493 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7494 On fail, print message (to message buffer) even if
7495 desktop-missing-file-warning is nil.
7496 (desktop-buffer-misc-data-function): New buffer local variable.
7497 Function returning major mode specific data.
7498 (desktop-buffer-misc-functions): Make variable obsolete.
7499 (desktop-save): Use desktop-buffer-misc-data-function.
7500 (desktop-buffer-dired-misc-data): Rename to
7501 dired-desktop-buffer-misc-data and move to dired.el.
7502 (desktop-buffer-info-misc-data): Rename to
7503 Info-desktop-buffer-misc-data and move to info.el.
7504 (desktop-read): Add message about number of buffers restored/failed.
7505
7506 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7507 Add parameters. Pause to display error only when
7508 desktop-missing-file-warning is non-nil.
7509 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7510 (dired-mode): Bind desktop-buffer-misc-data-function.
7511
7512 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7513 Add Parameters.
7514 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7515 (Info-mode): Bind desktop-buffer-misc-data-function.
7516
7517 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7518 Add Parameters.
7519
7520 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7521 Add Parameters.
7522
7523 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7524
7525 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7526 the case of letters in case-insensitive expansions when the
7527 abbrev is preceded by characters with letter syntax.
7528
7529 2004-04-21 Richard M. Stallman <rms@gnu.org>
7530
7531 * progmodes/cperl-mode.el (cperl-putback-char):
7532 Delete Emacs 18 definition.
7533
7534 * international/mule.el (ctext-post-read-conversion):
7535 Use assoc-string, not assoc-ignore-case.
7536
7537 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7538
7539 * emacs-lisp/easymenu.el (easy-menu-add):
7540 Do call x-popup-menu, but only if it's defined.
7541
7542 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7543
7544 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7545 Handle multiple args: compile like progn.
7546
7547 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7548 take all args as &rest arg.
7549
7550 * autoinsert.el (auto-insert-alist): Insert the user's name in
7551 copyright notice, rather than Free Software Foundation.
7552
7553 2004-04-21 Kenichi Handa <handa@m17n.org>
7554
7555 * descr-text.el (describe-char): Make it work on *Help* buffer.
7556
7557 2004-04-21 Kim F. Storm <storm@cua.dk>
7558
7559 * image.el (insert-image): Add optional SLICE arg.
7560 (insert-sliced-image): New defun.
7561
7562 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7563
7564 * subr.el (read-number): Check whether `default' is nil.
7565
7566 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * progmodes/compile.el (compilation-error-properties):
7569 Split into two.
7570 (compilation-internal-error-properties): New one.
7571 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7572
7573 2004-04-20 Richard M. Stallman <rms@gnu.org>
7574
7575 * window.el (split-window-save-restore-data):
7576 Don't update the data if OLD-INFO is nil.
7577
7578 * view.el (view-return-to-alist): Mark it permanent local.
7579
7580 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7581
7582 * recentf.el (recentf-save-list): Catch and warn about errors.
7583
7584 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7585 so "Buffers" won't be pure.
7586
7587 * help-mode.el (help-mode-finish): Set help-return-alist first
7588 thing, setting only the entry for the selected window.
7589
7590 * help-fns.el (describe-function-1): If many non-control non-meta
7591 keys run the command, don't list all of them.
7592
7593 2004-04-20 Juanma Barranquero <lektu@terra.es>
7594
7595 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7596 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7597
7598 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7599
7600 2004-04-20 Kenichi Handa <handa@m17n.org>
7601
7602 * international/quail.el (quail-lookup-key): New optional arg
7603 NOT-RESET-INDICES.
7604 (quail-get-translations): Call quail-lookup-key with
7605 NOT-RESET-INDICES t.
7606 (quail-completion): Likewise.
7607 (quail-lookup-map-and-concat): Likewise.
7608
7609 2004-04-20 Kenichi Handa <handa@m17n.org>
7610
7611 * international/quail.el (quail-update-translation): Don't insert
7612 such an unsupported multibyte char in a unibyte buffer.
7613
7614 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7615
7616 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7617 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7618 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7619 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7620 (gdb-frame-assembler-buffer): Improve behaviour with
7621 multiple frames.
7622 (gdb-display-buffer): Extend search to all visible frames.
7623
7624 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7625
7626 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7627 characters left after base64 decoding.
7628 (rmail-decode-region): Use -dos variety of `coding', to remove any
7629 ^M characters left after qp or base64 decoding.
7630
7631 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7632
7633 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7634 messages.
7635
7636 2004-04-19 Stephen Eglen <stephen@gnu.org>
7637
7638 * add-log.el (add-change-log-entry): Update doc string to mention
7639 add-log-full-name and add-log-mailing-address.
7640
7641 2004-04-18 Juri Linkov <juri@jurta.org>
7642
7643 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7644 (Info-find-node-2): Simplify error message.
7645 (Info-insert-dir): Use Info-following-node-name.
7646 (Info-goto-node): Remove *info-history* and *info-toc*.
7647 (Info-history): Create a node of the virtual history file.
7648 (Info-toc): Create a node of the virtual toc file.
7649 (Info-insert-toc): New arg `curr-file' for reference file names.
7650 (info-apropos): Remove redundant var binding for temp-file.
7651 (Info-index, Info-index-next, Info-mode): Doc fix.
7652 (Info-goto-emacs-command-node): Don't jump to *info* from
7653 non-*info* Info buffers.
7654 (Info-fontify-node): Don't show the file name of external
7655 references if `Info-hide-note-references' is `hide'. Don't hide
7656 newlines at the end of paragraphs.
7657
7658 * international/mule-diag.el (list-input-methods):
7659 Fix args to help-xref-button.
7660
7661 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7662 to put into effect local variables from TUTORIAL files.
7663
7664 * textmodes/paragraphs.el (sentence-end) <function>: New fun
7665 with default value taken from the variable `sentence-end'.
7666 (sentence-end) <defcustom>: Set default to nil. Doc fix.
7667 Add nil const to :type.
7668 (sentence-end-without-period, sentence-end-double-space)
7669 (sentence-end-without-space): Doc fix.
7670
7671 * textmodes/paragraphs.el (forward-sentence):
7672 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7673 (fill-delete-newlines):
7674 * progmodes/cc-cmds.el (c-beginning-of-statement):
7675 Use function `sentence-end' instead of variable `sentence-end'.
7676
7677 2004-04-18 Andreas Schwab <schwab@suse.de>
7678
7679 * progmodes/compile.el (compilation-start): Set window start to
7680 point-min if compilation-scroll-output is nil.
7681
7682 2004-04-18 John Wiegley <johnw@newartisans.com>
7683
7684 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7685
7686 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
7687
7688 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7689 (gdb-info-breakpoints-custom): Revert previous change.
7690 (gdb-view-assembler): Update assembler if necessary.
7691 (gdb-frame-handler): Parse correctly for gdb-current-frame.
7692 (gdb-display-source-buffer): Update properly when both source and
7693 assembler are visible.
7694
7695 2004-04-17 John Wiegley <johnw@newartisans.com>
7696
7697 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7698 which limits the number of names shown in the minibuffer. Off by
7699 default.
7700 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7701 up iswitchb for users with a multitude of open buffers by showing
7702 only the first and last N/2 buffers in the completion list (which
7703 is enough to aid C-s/C-r, and to know that more characters are
7704 needed to refine the completion list).
7705
7706 2004-04-17 Richard M. Stallman <rms@gnu.org>
7707
7708 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7709 (file-truename): Expand all ~ constructs directly.
7710 (insert-directory): Delete any error msg output by the
7711 `insert-directory-program'.
7712
7713 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7714 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7715 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7716 (allout-init): Use find-file-hook, not find-file-hooks.
7717 (allout-mode): Eliminate Emacs 18 support.
7718 Use write-contents-functions, not local-write-file-hooks.
7719
7720 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
7721
7722 * progmodes/compile.el (compilation-error-properties): Fix for
7723 adding messages when there are already markers for their file.
7724 (compilation-fake-loc): New function.
7725
7726 2004-04-16 Dave Love <fx@gnu.org>
7727
7728 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7729 (python-load-file): Fix python-orig-start setting.
7730
7731 * progmodes/compile.el: Doc fixes.
7732 (compilation-error-regexp-alist-alist)
7733 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7734 (compilation-assq): Wrap in eval-when-compile.
7735 (compilation-mode-font-lock-keywords): Don't use list*.
7736 (compilation-start): Avoid warning.
7737 (compilation-compat-error-properties)
7738 (compilation-directory-properties): Add keymap property.
7739 (compilation-parsing-end): Make it a marker for better compatibility.
7740
7741 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7742
7743 2004-04-16 Mark A. Hershberger <mah@everybody.org>
7744
7745 * xml.el: Doc fixes.
7746 (xml-get-children): Only looks at sub-tags and ignore strings.
7747
7748 * xml.el (xml-parse-tag): Avoid overwriting node-name.
7749
7750 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7753
7754 2004-04-16 Andre Spiegel <spiegel@gnu.org>
7755
7756 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7757
7758 * vc.el (vc-print-log): Likewise.
7759
7760 2004-04-16 Masatake YAMATO <jet@gyve.org>
7761
7762 * simple.el (completion-setup-function): Set an initial value
7763 to `element-common-end' before entering loop. Set a value
7764 to `element-common-end' at the end of loop.
7765 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7766 (completions-common-part): Rename from completion-de-emphasis.
7767 (completions-first-difference): Rename from completion-emphasis.
7768 Suggested by RMS.
7769
7770 2004-04-16 Juanma Barranquero <lektu@terra.es>
7771
7772 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7773 (bookmark-edit-annotation-mode): Add mode name.
7774
7775 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7778 for nested conflict markers.
7779 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7780
7781 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
7782
7783 * progmodes/gdb-ui.el (gdb-goto-info): New function.
7784
7785 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7786
7787 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7790 Give a backtrace if requested.
7791
7792 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7793
7794 * progmodes/python.el (python-mouse-2-command, python-RET-command):
7795 Remove unused functions.
7796 (python-orig-start-line, python-orig-file): Remove.
7797 (python-orig-start): New var.
7798 (python-input-filter, python-compilation-line-number)
7799 (python-send-region, python-load-file): Use it.
7800
7801 * info.el (info): Always jump to *info*.
7802
7803 * subr.el (posn-set-point): New function.
7804
7805 * mouse.el (mouse-set-point): Use it.
7806
7807 * progmodes/compile.el (compile-goto-error): Use it.
7808 (compilation-button-map): New keymap.
7809 (compilation-error-properties): Use it.
7810 (compilation-shell-minor-mode-map): Don't bind mouse-2.
7811
7812 * smerge-mode.el (smerge-popup-context-menu): Use it.
7813
7814 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7815 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7816 mouse and non-mouse case.
7817
7818 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7819 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7820
7821 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7822 Make it work for non-mouse events.
7823
7824 * pcvs-info.el (cvs-status-map): Update binding name.
7825
7826 2004-04-14 Mark A. Hershberger <mah@everybody.org>
7827
7828 * xml.el (xml-maybe-do-ns): New function to handle namespace
7829 parsing of both attribute and element names.
7830 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7831 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7832 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
7833 (xml-parse-attlist): Make it do its own namespace parsing.
7834
7835 2004-04-14 Dave Love <fx@gnu.org>
7836
7837 * progmodes/python.el (run-python): Fix use of \n.
7838 (python-load-file): Remove `try' from Python fragment.
7839 (python-describe-symbol): Fix message.
7840
7841 * comint.el: Doc fixes.
7842 (comint-last-input-start, comint-last-input-end)
7843 (comint-last-output-start): Give them values.
7844 (comint-arguments): Avoid warning.
7845 (comint-skip-prompt): Use line-end-position.
7846 (comint-backward-matching-input): Rename arg to agree with doc.
7847 (comint-extract-string): Use syntax-ppss.
7848 (comint-dynamic-simple-complete): Delete useless list construction.
7849 (comint-redirect-subvert-readonly): New.
7850 (comint-redirect-preoutput-filter): Use it.
7851
7852 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7853 Correctly handle negative arguments when calling hook functions.
7854
7855 2004-04-14 Jesper Harder <harder@ifa.au.dk>
7856
7857 * info.el (info-apropos): Don't clobber Info-history-list.
7858
7859 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
7860
7861 * progmodes/compile.el (compilation-setup):
7862 Localize overlay-arrow-position.
7863 (compilation-sentinel): Restructure code equivalently.
7864 (compilation-next-error): Find message on same line after point if
7865 not found before point.
7866 (compile-mouse-goto-error): Restore function so that compilation
7867 buffer need not be current and use compile-goto-error.
7868 (compile-goto-error): Restore function.
7869 (next-error): Set overlay-arrow-position.
7870 (compilation-forget-errors): Don't localize already local
7871 compilation-locs and remove FIXME about refontifying.
7872
7873 2004-04-14
7874 Split the rule for dired marks into 3 separate rules: for marks,
7875 marked file names and flagged file names.
7876
7877 * help-mode.el (help-make-xrefs): Add a final newline to the
7878 *Help* buffer.
7879
7880 2004-04-11 John Paul Wallington <jpw@gnu.org>
7881
7882 * replace.el (occur-engine): Distinguish between one and several
7883 matches in the matches per buffer heading.
7884
7885 2004-04-11 Kim F. Storm <storm@cua.dk>
7886
7887 * ido.el (ido-confirm-unique-completion): New defcustom.
7888 (ido-complete): Use it.
7889 (ido-write-file): Set it to t unconditionally.
7890
7891 2004-04-10 Miles Bader <miles@gnu.org>
7892
7893 RCS keyword removal (only non-comment changes are enumerated here):
7894
7895 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7896 (byte-compile-insert-header): Don't use `byte-compile-version'.
7897 * forms.el (forms-version): Variable removed.
7898 (forms-mode): Don't use `forms-version'.
7899 * recentf.el (recentf-version): Variable removed.
7900 * progmodes/delphi.el (delphi-version): Variable removed.
7901 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7902
7903 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7906
7907 2004-04-09 Jesper Harder <harder@ifa.au.dk>
7908
7909 * info.el (info-apropos): Improve menu item regexp.
7910
7911 2004-04-09 Simon Josefsson <jas@extundo.com>
7912
7913 * mail/smtpmail.el: Add comment, based on report by
7914 kdc@rcn.com (Kevin D. Clark).
7915
7916 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7919 Redo one more thing that I didn't notice Daniel had undone.
7920
7921 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
7922
7923 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7924 (gdb-goto-breakpoint, gdb-display-buffer)
7925 (gdb-display-source-buffer, gdb-view-source-function)
7926 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7927 (gdb-source-info, gdb-frame-handler): Don't specify a window
7928 for display.
7929 (gdb-info-breakpoints-custom): Remove superfluous update of
7930 assembler buffer.
7931 (gdb-many-windows): Make settable outside gdb.
7932
7933 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7934
7935 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7936 Derive from fundamental-mode rather than text-mode.
7937
7938 2004-04-08 Juri Linkov <juri@jurta.org>
7939
7940 * info.el (Info-history): Doc fix.
7941 (Info-history-list): New var.
7942 (info-xref): Change magenta4 to blue, remove bold for dark and
7943 light backgrounds, change bold to underline for non-color classes.
7944 (info-xref-visited): New face.
7945 (Info-fontify-visited-nodes): New custom.
7946 (Info-hide-note-references): Add new value `hide'. Doc fix.
7947 (Info-reference-name): New var.
7948 (Info-selection-hook): New custom.
7949 (Info-edit-mode-hook): New var.
7950 (Info-find-file): New fun.
7951 (Info-find-node): Move part of code to Info-find-file.
7952 (Info-find-node-2): Add anchors to Info-history-list. Move point
7953 to the place with the reference name if name is defined.
7954 (Info-select-node): Add current node to Info-history-list.
7955 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7956 (Info-search-whitespace-regexp): New custom.
7957 (Info-search-case-fold): New var.
7958 (Info-search): Add "case-sensitively" to the prompt.
7959 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
7960 (Info-search-case-sensitively, Info-search-next): New fun.
7961 (Info-up): Move point to the menu item of the current node.
7962 (Info-history): New fun. Add *info-history* to
7963 same-window-buffer-names.
7964 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
7965 (Info-insert-toc): New fun.
7966 (Info-build-toc): New fun.
7967 (Info-follow-reference): Add new arg `fork'. Doc fix.
7968 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
7969 with the same name prefer the reference closest to point.
7970 (Info-next-reference): Replace * by + in the *Note regexp.
7971 Add regexp for http:// and ftp://. Skip the *Note prefix.
7972 (Info-prev-reference): Replace * by + in the *Note regexp.
7973 Add regexp for http:// and ftp://. Skip the *Note prefix.
7974 (Info-follow-nearest-node): Add new arg `fork'.
7975 (Info-try-follow-nearest-node): Add new arg `fork'.
7976 Call browse-url for http:// and ftp:// references.
7977 Set Info-reference-name for index entries.
7978 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7979 Info-search-next, Info-history, Info-toc, clone-buffer.
7980 (Info-menu-update): Replace * by + in the *Note regexp.
7981 (Info-mode): Add documentation for Info-history, Info-toc,
7982 Info-search-case-sensitively, Info-search-next, clone-buffer.
7983 (Info-fontify-menu-headers): Remove fun. Move code to
7984 Info-fontify-node.
7985 (Info-fontify-node): Add docstring. Add local vars
7986 fontify-visited-p and not-fontified-p. If not-fontified-p is t
7987 then fontify header line, titles, menu headers, http and ftp
7988 references, refill paragraphs. If not-fontified-p is t or
7989 fontify-visited-p is t then fontify cross references, menu items.
7990 Fontify menu headers. Fontify http and ftp references.
7991 Change regexp for cross references to require whitespace after *Note,
7992 add matching groups for file and node names. Remove hack for quote.
7993 Use display property for Info-hide-note-references=t. Use fifth
7994 or fourth match for help-echo. Display visited nodes in a
7995 different face. Unhide file names of external references.
7996 Unhide newlines. Display visited menu items in a different face.
7997
7998 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7999
8000 * progmodes/compile.el: Require CL.
8001 (compilation-mode-font-lock-keywords): Re-install the "line as
8002 function" patch.
8003
8004 * help-fns.el (help-C-source-directory): New var.
8005 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
8006 (describe-function-1, describe-variable): Use them.
8007
8008 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
8009 to C source files specially.
8010
8011 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
8012
8013 * info.el (Info-hide-cookies-node): New function.
8014 (Info-select-node): Use it.
8015 (Info-display-images-node): Remove message with image file name.
8016
8017 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
8018
8019 * progmodes/compile.el (compilation-warning-face)
8020 (compilation-info-face, compilation-skip-threshold)
8021 (compilation-skip-visited, compilation-context-lines):
8022 Declare :version when added to Emacs.
8023 (compilation-error-regexp-alist-alist): Extend caml and irix.
8024 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
8025 (compilation-mode-font-lock-keywords): Temporarily undo line as
8026 function patch, which wasn't ready.
8027
8028 2004-04-07 Kenichi Handa <handa@m17n.org>
8029
8030 * international/latin1-disp.el (latin1-display-setup): Check each
8031 character is displayable or not instead of calling
8032 latin1-display-check-font.
8033
8034 2004-04-06 Kenichi Handa <handa@m17n.org>
8035
8036 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8037 New variable.
8038 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8039 instead of sera-being-called-by-w3.
8040 (ethio-fidel-to-sera-buffer): Likewise.
8041 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8042 instead of sera-being-called-by-w3.
8043 (ethio-write-file): Likewise.
8044
8045 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8046
8047 * printing.el: Doc fix.
8048
8049 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8050
8051 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8052 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8053 (gdb-setup-windows): Only use separate IO buffer if required.
8054
8055 2004-04-06 Kim F. Storm <storm@cua.dk>
8056
8057 * term.el (term-is-xemacs): Remove.
8058 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8059 (term-window-width): New function.
8060 (term-mode, term-check-size): Use it.
8061 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8062
8063 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8064
8065 * cus-edit.el (custom-add-parent-links): Change unbound variable
8066 `symbol' to `name'.
8067
8068 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8069 * info.el (info-apropos): New function.
8070 (Info-mode-menu): Add it.
8071 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8072
8073 * help-mode.el (help-make-xrefs): Recognize aliased variable with
8074 inherited docstring.
8075
8076 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8077
8078 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8081
8082 * progmodes/compile.el (font-lock): Don't require any more.
8083 (compilation-error-properties, compilation-start, compilation-sentinel)
8084 (compilation-filter, next-error): Use with-current-buffer.
8085 (compilation-skip-to-next-location, compilation-skip-threshold)
8086 (compilation-skip-visited): Move to silence the byte-compiler.
8087 (compilation-setup): Simplify.
8088 (compilation-next-error): Use line-(beginning|end)-position.
8089 Make sure `pt' is non-nil before using compilation-loop.
8090 (compile-goto-error): Add optional event arg. Use it.
8091 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8092 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8093 Update the binding for mouse-2.
8094 (first-error): Set compilation-current-error to nil rather than bob.
8095 (compilation-parsing-end, compilation-parse-errors-function)
8096 (compilation-error-list, compilation-old-error-list):
8097 "New" compatibility variables.
8098 (compile-buffer-substring, compilation-compat-error-properties)
8099 (compilation-compat-parse-errors, compilation-forget-errors):
8100 New compatibility functions.
8101 (compilation-mode-font-lock-keywords): Use them.
8102
8103 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8104
8105 * autorevert.el (auto-revert-handler): If point (or a window
8106 point) is at the end of the buffer, keep it there after
8107 reverting. This allows to tail a file.
8108 Mention this in the `Commentary'.
8109
8110 * format.el (format-write-file): Add optional argument CONFIRM
8111 and make it behave like the analogous argument to `write-file'.
8112
8113 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8114
8115 * progmodes/ebnf2ps.el: Doc fix.
8116 (ebnf-version): New version number (4.2).
8117 (ebnf-syntax): Customization and docstring fix.
8118 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8119 Put autoloaded funs before first use.
8120 (ebnf-style-database): Add dtd entry.
8121 (ebnf-syntax-alist): Add dtd initialization.
8122 (ebnf-token-sequence): New fun.
8123 (ebnf-comment-table): Add new comment action character.
8124 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8125
8126 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8127 Type Definition for XML).
8128
8129 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8130 * progmodes/ebnf-bnf.el (ebnf-sequence):
8131 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8132 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8133 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8134 Code simplification: call ebnf-token-sequence.
8135
8136 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8137
8138 * calendar/timeclock.el (timeclock-relative)
8139 (timeclock-get-project-function, timeclock-get-workday-function)
8140 (timeclock-query-out, timeclock-when-to-leave)
8141 (timeclock-when-to-leave-string, timeclock-log-data)
8142 (timeclock-generate-report, timeclock-in): Doc fixes.
8143
8144 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8145
8146 * url/: New dir. Import the URL package from its repository.
8147
8148 2004-04-03 Andreas Schwab <schwab@suse.de>
8149
8150 * diff-mode.el (diff-mode): Fix missing quote.
8151
8152 2004-04-03 Juri Linkov <juri@jurta.org>
8153
8154 * descr-text.el (describe-property-list): Add `font-lock-face'.
8155
8156 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8157
8158 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8159
8160 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8161 Use utf-16le on little endian machines and utf-16be otherwise.
8162
8163 2004-04-02 David Kastrup <dak@gnu.org>
8164
8165 * net/browse-url.el (browse-url-generic): Use call-process
8166 instead of start-process to allow browsers that fork and detach.
8167
8168 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8169
8170 * compile.el (compilation-current-error): New var.
8171 (compilation-setup, compile-mouse-goto-error)
8172 (compile-goto-error, next-error): Use it.
8173 (compilation-skip-to-next-location): Default to t, which gives
8174 contiguous skipping like old compile (where this was redundant).
8175 (compilation-next-error): Prevent previous-* commands from moving
8176 back to message at or just before point.
8177
8178 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8179
8180 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8181 (gdb-source-info): Don't display source at startup, if required.
8182 (gdb-show-main): New option.
8183 (gdba): Update documentation.
8184 (gdb-source): Cover case of auto-display output.
8185
8186 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8187
8188 * autorevert.el: Delete obsolete autoload's and defvar's.
8189 (auto-revert-check-vc-info): New user option.
8190 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8191 (auto-revert-handler-vc): Delete.
8192 (auto-revert-handler): Treat return value `fast' of
8193 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8194
8195 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8196 return `fast'.
8197
8198 * files.el (buffer-stale-function): Doc change.
8199
8200 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8201
8202 * printing.el: New tip on Tips section.
8203 (pr-version): New version number (6.7.4).
8204 (pr-shell-file-name): Initialization fix.
8205
8206 2004-03-31 Juri Linkov <juri@jurta.org>
8207
8208 * dired.el: Add autoload for `dired-do-touch'.
8209 (dired-touch-program): New var.
8210 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8211 (dired-no-confirm): Add `touch' to docstring.
8212
8213 * dired-aux.el (dired-do-touch): New fun.
8214 (dired-do-chxxx): Add argument -t for touch operation.
8215
8216 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8217 `dired-move-to-filename-regexp'.
8218
8219 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8220
8221 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8222
8223 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8224
8225 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8226 and only if the buffer was modified.
8227
8228 2004-03-30 Kenichi Handa <handa@m17n.org>
8229
8230 * international/characters.el: Delete pairs for U+2308..U+230B.
8231
8232 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8233
8234 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8235 to detect the beginning of a level 2 or 3 annotation.
8236
8237 2004-03-29 Kenichi Handa <handa@m17n.org>
8238
8239 * international/ucs-tables.el (ucs-insert): Fix the error message.
8240
8241 2004-03-29 Kenichi Handa <handa@m17n.org>
8242
8243 * international/mule-util.el (char-displayable-p): Fix generation
8244 of XLFD file name.
8245
8246 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8247 before finding directories by `find'.
8248
8249 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * subr.el (interactive-form): Delete. Now implemented in C.
8252
8253 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8254
8255 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8256 (vc-diff-label): New fun.
8257 (vc-diff-internal): Use it.
8258
8259 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8260
8261 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8262
8263 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8264
8265 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8266 specify XML (EBNFX).
8267
8268 * progmodes/ebnf2ps.el: Doc fix.
8269 (ebnf-version): New version number (4.1).
8270 (ebnf-syntax): Adjust customization.
8271 (ebnf-style-database): Add ebnfx entry.
8272 (ebnf-syntax-alist): Add ebnfx initialization.
8273 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8274
8275 * printing.el: Doc fix.
8276 (pr-version): New version number (6.7.3).
8277 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8278 returns nil for mouse position. Reported by Drew Adams
8279 <drew.adams@oracle.com>.
8280 (pr-update-menus): Modify interactive declaration. Reported by Drew
8281 Adams <drew.adams@oracle.com>.
8282
8283 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8284
8285 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8286 (gud-gdba-marker-filter): Log the process input and output, if
8287 required. From Stefan Monnier.
8288 (gdb-debug-log, gdb-enable-debug-log): New variables.
8289 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8290
8291 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8294 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8295
8296 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8297
8298 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8299 Call vc-find-file-hook here instead of in auto-revert-buffers.
8300 (auto-revert-buffers): Delete call to vc-find-file-hook.
8301 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8302 (global-auto-revert-mode, auto-revert-set-timer)
8303 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8304
8305 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8306
8307 * woman.el (woman-change-fonts): Rename local variable
8308 woman-font-alist to font-alist to avoid a compiler warning.
8309
8310 2004-03-27 Dave Love <fx@gnu.org>
8311
8312 * emacs-lisp/rx.el (rx): Doc fix.
8313 Fix copyright years.
8314
8315 * strokes.el (strokes-global-set-stroke-string): New function.
8316 (strokes-list-strokes): Cope with strings, not just commands.
8317 Set foreground colour of image.
8318 (strokes-global-set-stroke): Doc fix.
8319
8320 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8321
8322 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8323 Auto Revert mode.
8324 (Buffer-menu-files-only): New variable.
8325 (Buffer-menu-toggle-files-only): New function.
8326 (Buffer-menu-mode-map): Bind it to `T'.
8327 (Buffer-menu-mode): Mention `T' in docstring.
8328 Set buffer-stale-function.
8329 (list-buffers-noselect): Mark buffer non-modified and set
8330 Buffer-menu-files-only.
8331
8332 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8333
8334 * autorevert.el (auto-revert-handler): Print revert message
8335 before, rather than after, reverting.
8336 (buffer-stale-function): Move to files.el.
8337
8338 * files.el (buffer-stale-function): Move here from autorevert.el.
8339
8340 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8343
8344 * calc/calc.el (calc-mode-map): Use mapc.
8345
8346 * apropos.el (apropos-mode): Don't autoload.
8347 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8348 (apropos): Use it.
8349 (apropos-print): Add optional `text' argument.
8350 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8351 Don't assume point-min == 1.
8352
8353 * bs.el (bs-buffer-list): Use buffer-local-value.
8354 (bs--set-toggle-to-show): Use with-current-buffer.
8355
8356 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8357 New funs.
8358 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8359
8360 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8361
8362 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8363 (dabbrev--find-expansion): Use pop.
8364 (dabbrev--search): Use match-string-no-properties.
8365
8366 * dired.el (dired-mode): Use run-mode-hooks.
8367 (dired-move-to-end-of-filename): Use match-string.
8368
8369 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8370 is bound before using it.
8371 (ediff-verbose-p): Make it into a var since it's not constant.
8372
8373 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8374
8375 * faces.el (read-face-font): Don't cons up unnecessarily.
8376 (header-line, tool-bar): Share common parts.
8377
8378 * files.el (file-relative-name): Use compare-strings.
8379
8380 * finder.el (finder-mode): Follow coding convention.
8381
8382 * subr.el (read-number): New function.
8383
8384 * ses.el (ses-read-number): Move to subr.el.
8385 (ses-set-header-row): Use read-number.
8386
8387 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8388
8389 * vc-hooks.el (vc-arg-list): New function, which handles both
8390 compiled and uncompiled code.
8391 (vc-default-workfile-unchanged-p): Use it.
8392
8393 * vc.el (vc-print-log): Undo prev change, use new function
8394 vc-arg-list from vc-hooks.el.
8395
8396 2004-03-26 Masatake YAMATO <jet@gyve.org>
8397
8398 * simple.el (completion-setup-function): Emphasize the
8399 first uncommon characters in the completions; and de-emphasize
8400 the common prefix substrings.
8401 (completion-emphasis): New face.
8402 (completion-de-emphasis): New face.
8403
8404 2004-03-25 Juanma Barranquero <lektu@terra.es>
8405
8406 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8407 Comment out (it's unused and unfinished code).
8408
8409 2004-03-25 Sam Steingold <sds@gnu.org>
8410
8411 * vc.el (vc-print-log): Fix a bug in the last patch:
8412 backend-function may be a byte-compiled object, not a lambda.
8413
8414 2004-03-25 Juri Linkov <juri@jurta.org>
8415
8416 * descr-text.el (describe-property-list): Add a button
8417 for `face' property that calls `describe-face'.
8418 Suggested by luis fernandes <elf@ee.ryerson.ca>
8419
8420 * international/mule.el (keyboard-coding-system):
8421 * kmacro.el (kmacro-call-macro): Fix docstring.
8422
8423 * dired.el: Fix comments.
8424
8425 * textmodes/fill.el (fill): Fix Info link.
8426
8427 * font-lock.el (fast-lock, lazy-lock):
8428 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8429 Info node.
8430
8431 * eshell/eshell.el (eshell): Fix broken info-link.
8432
8433 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8434 * eshell/em-banner.el (eshell-banner):
8435 * eshell/em-smart.el (eshell-smart):
8436 * eshell/esh-cmd.el (eshell-cmd):
8437 Comment out broken info-links to incomplete Info manual.
8438
8439 * info-xref.el: Fix commentary.
8440
8441 2004-03-25 Kevin Ryde <user42@zip.com.au>
8442
8443 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8444 Remove spurious node duplicate suppression, doesn't work, not wanted.
8445 (info-xref-output): Take format style args, add "sit-for 0" to let
8446 user see the results as they progress.
8447 (info-xref-check-all-custom): New function.
8448
8449 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8450
8451 * gdb-ui.el: Moved to progmodes.
8452
8453 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8456
8457 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8458
8459 * calendar/appt.el (appt-check): Remove superfluous progn.
8460 When finished with diary buffer: if it was not being displayed
8461 before, kill it; otherwise restore its original state.
8462 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8463
8464 * calendar/calendar.el (calendar-set-mode-line): Use total
8465 available mode-line width, rather than frame-width.
8466
8467 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8468 after mode change so effect not lost.
8469
8470 2004-03-23 Dave Love <fx@gnu.org>
8471
8472 * dired.el (dired) <defgroup>: Add link to manual.
8473 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8474 (dired-revert): Use dolist.
8475 (dired-mode-map): Add U binding.
8476 (dired-mode): Add font-lock-beginning-of-syntax-function.
8477 (dired-garbage-files-regexp): Make it a defcustom.
8478
8479 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8482 is equivalent to nil.
8483 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8484 (vc-arch-mode-line-string): Accept `added' state.
8485 (vc-arch-state): Use inode-sigs if available.
8486 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8487 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8488 (vc-arch-tagline-re): New var.
8489 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8490 New functions.
8491 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8492 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8493
8494 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8495 (vc-file-not-found-hook): Use it.
8496
8497 * diff-mode.el (diff-default-read-only): Change default.
8498 (diff-mode-hook): Make it a defcustom. Add some options.
8499 (diff-mode-map): Bind diff-refine-hook.
8500 (diff-yank-handler): New var.
8501 (diff-yank-function): New fun.
8502 (diff-font-lock-keywords): Use them.
8503 (diff-end-of-file): Handle case where file-header looks like diff text.
8504 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8505 (diff-file-kill): Delete a subsequent empty line, if applicable.
8506 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8507 (diff-find-file-name): Use it.
8508 (diff-tell-file-name): New command.
8509 (diff-mode): Be careful with view-mode.
8510 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8511 New functions, for use in diff-mode-hook.
8512 (diff-find-source-location): Catch "regex too large" errors.
8513 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8514 (diff-refine-hunk): New command.
8515
8516 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8517 (smerge-context-menu-map): Remove unused var.
8518 (smerge-keep-all): Preserve markers.
8519 (smerge-keep-n): New fun.
8520 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8521 (smerge-keep-current, smerge-ediff): Use it.
8522 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8523 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8524 (smerge-resolve): Resolve trivial 3-part conflicts.
8525
8526 2004-03-23 Juri Linkov <juri@jurta.org>
8527
8528 * man.el (Man-width): New var.
8529 (Man-getpage-in-background): Use it.
8530 (Man-support-local-filenames): New var and fun.
8531 (Man-build-man-command): Don't add a second %s.
8532 (Man-fontify-manpage): Clean up message.
8533 (Man-mode): Set outline-regexp, outline-level,
8534 imenu-generic-expression.
8535
8536 * woman.el (woman-fill-frame): Doc fix.
8537 (woman-decode-region): Use window-width instead of frame-width.
8538
8539 * abbrevlist.el (list-one-abbrev-table):
8540 * descr-text.el (describe-char):
8541 * international/mule-diag.el (describe-current-coding-system):
8542 * international/quail.el (quail-insert-decode-map):
8543 Use window-width instead of frame-width.
8544
8545 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8546 (jka-compr-mode-alist-additions): Add tbz.
8547 (jka-compr-write-region, jka-compr-insert-file-contents):
8548 Add message for undefined compress-program.
8549 (jka-compr-write-region): Remove redundant var bindings.
8550
8551 * dired-x.el (dired-guess-shell-alist-default): Add choices for
8552 extracting files into subdirectory. Add tbz and dz. Fix regexps.
8553 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8554 (dired-man): Use dired-guess-shell-command.
8555 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8556 Change default nil to t.
8557
8558 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8559 (dired-compare-directories): Add default value for empty input.
8560
8561 * help-at-pt.el: Move suggestions for key bindings to Commentary.
8562
8563 * time.el (display-time-string-forms): Fix help-echo date format.
8564
8565 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
8566
8567 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8568 (buffer-stale-function): New variable.
8569 (auto-revert-list-diff, auto-revert-dired-file-list)
8570 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8571 (auto-revert-handler): Take over some functionality of deleted
8572 functions.
8573 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8574
8575 * dired.el (dired-directory-changed-p): New fun, extracted from
8576 dired-internal-noselect.
8577 (dired-buffer-stale-p): New fun.
8578 (dired-internal-noselect): Use dired-directory-changed-p.
8579 Eliminate revert messages.
8580 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8581
8582 2004-03-23 Kenichi Handa <handa@m17n.org>
8583
8584 * international/characters.el: Setup syntaxes for more parentheses
8585 Unicode characters.
8586
8587 * international/mule-cmds.el (select-safe-coding-system):
8588 Merge coding-system and auto-cs before comparing them.
8589
8590 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8593
8594 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8595 normal-auto-fill-function and comment-indent-function.
8596 The default values now work just as well.
8597 Don't set font-lock-beginning-of-syntax-function since we already set
8598 syntax-begin-function.
8599 (lisp-outline-level): Put ;;;###autoload at same level as (.
8600 (prin1-char): Quote special chars.
8601
8602 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8603 than with-no-warnings.
8604
8605 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8606 if the source location can't be found.
8607 (edebug-compute-previous-result): Use prin1-char.
8608
8609 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8610 (debug-ignored-errors): Add an entry.
8611
8612 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8613 (byte-compile-file): Output warning when deleting a file.
8614
8615 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8616 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8617
8618 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8619 (byte-compile-inline-expand): Use backquote.
8620 (byte-optimize-pure-func): Rename from byte-optimize-concat.
8621 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8622
8623 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8624
8625 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8626
8627 2004-03-22 Juri Linkov <juri@jurta.org>
8628
8629 * finder.el (finder-known-keywords): Fix data, tex, unix.
8630
8631 * play/landmark.el: Fix keywords.
8632
8633 * language/ethio-util.el (ethio-find-file): Doc fix.
8634
8635 * emacs-lisp/warnings.el: Doc fix.
8636
8637 * textmodes/ispell.el (ispell-help): Doc fix.
8638
8639 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
8640
8641 * format.el (format-insert-file): Always return a list of two
8642 elements, like insert-file-contents does.
8643
8644 2004-03-21 Andre Spiegel <spiegel@gnu.org>
8645
8646 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8647 and vc-BACKEND-diff.
8648 (vc-print-log): If the print-log implementation supports it, use
8649 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8650 (vc-version-diff, vc-diff-internal): Doc fixes.
8651
8652 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8653 implementation supports it, let diff output go to *vc*,
8654 not *vc-diff*, since this is an internal call.
8655
8656 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8657
8658 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8659
8660 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8661
8662 2004-03-21 Dave Love <fx@gnu.org>
8663
8664 * progmodes/cfengine.el (cfengine-mode):
8665 Set parse-sexp-ignore-comments.
8666
8667 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8668
8669 2004-03-21 Juanma Barranquero <lektu@terra.es>
8670
8671 * allout.el (allout-mode): Fix docstring.
8672
8673 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
8674
8675 * files.el (insert-directory): Fix bug if SWITCHES is a list.
8676
8677 * autorevert.el (auto-revert-interval): Make new value take
8678 effect immediately when set through Custom.
8679 (auto-revert-set-timer): Add interactive declaration.
8680
8681 2004-03-19 David Ponce <david@dponce.com>
8682
8683 * ruler-mode.el (ruler-mode-header-line-format-old):
8684 Don't `make-variable-buffer-local'.
8685 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8686 (ruler-mode-header-line-format): Simply funcall the above.
8687 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8688 to save/restore a previous header line format.
8689 (ruler-mode-space): Don't depend on a numeric WIDTH value.
8690 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8691 fringes and margins width.
8692 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8693
8694 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8695
8696 * log-edit.el (log-edit-font-lock-keywords): Typo.
8697
8698 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8699 (tex-send-tex-command): Rather than here.
8700 (tex-compilation-parse-errors): Simplify.
8701
8702 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8703
8704 * time.el (display-time-string-forms): Add help-echo with date on time.
8705
8706 * composite.el (compose-region): Use restore-buffer-modified-p.
8707
8708 * disp-table.el (standard-display-8bit): Simplify.
8709
8710 * server.el (server-process-filter): Delete temp frame.
8711
8712 * add-log.el (add-change-log-entry): Simplify.
8713
8714 2004-03-19 Kim F. Storm <storm@cua.dk>
8715
8716 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8717 (hexl-follow-line): Don't require 'fringe.
8718
8719 * progmodes/compile.el (compilation-start): Always set
8720 compilation-last-buffer and return it.
8721
8722 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8723
8724 * simple.el (clone-buffer): Doc fix.
8725
8726 2004-03-18 Juanma Barranquero <lektu@terra.es>
8727
8728 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8729
8730 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * log-edit.el (log-edit-font-lock-keywords): New var.
8733 (log-edit-mode): Use it.
8734
8735 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
8736
8737 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8738 properly for watching in speedbar.
8739
8740 2004-03-17 Masatake YAMATO <jet@gyve.org>
8741
8742 * smerge-mode.el (smerge-popup-context-menu):
8743 Put `unwind-protect' around `overlay-put' and `popup-menu'.
8744
8745 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8748 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8749 Take sealed revisions into account.
8750 (vc-arch-checkin): Extract a summary line from the message.
8751
8752 2004-03-16 Masatake YAMATO <jet@gyve.org>
8753
8754 * register.el (register): Provide `register' feature.
8755
8756 2004-03-15 Masatake YAMATO <jet@gyve.org>
8757
8758 Added context menu support in smerge mode.
8759 Most of the part is written by Stefan Monnier.
8760
8761 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8762 New keymap and menu.
8763 (smerge-text-properties): New function.
8764 (smerge-remove-props): New function.
8765 (smerge-popup-context-menu): New function.
8766 (smerge-resolve): Call `smerge-remove-props'.
8767 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8768 (smerge-keep-current): Ditto.
8769 (smerge-kill-current): New function.
8770 (smerge-match-conflict): Put text properties.
8771 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8772
8773 2004-03-15 David Ponce <david@dponce.com>
8774
8775 * ruler-mode.el: (ruler-mode-left-fringe-cols)
8776 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8777 (ruler-mode-right-scroll-bar-cols): Remove.
8778 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8779 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8780 Use fringe-columns and scroll-bar-columns.
8781
8782 2004-03-15 Masatake YAMATO <jet@gyve.org>
8783
8784 * hl-line.el (hl-line-range-function): New variable.
8785 (hl-line-move): New function.
8786 (global-hl-line-highlight): Use `hl-line-move'.
8787 (hl-line-highlight): Ditto.
8788
8789 * scroll-bar.el (scroll-bar-columns):
8790 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8791
8792 * ruler-mode.el (top-level): Require scroll-bar and fringe.
8793 (ruler-mode-left-fringe-cols)
8794 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8795 (ruler-mode-right-scroll-bar-cols)
8796 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8797 (ruler-mode-ruler-function): New variable.
8798 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8799 if the value for `ruler-mode-ruler-function'is given.
8800
8801 * hexl.el (hexl-mode-hook): Make the hook customizable.
8802 (hexl-address-area, hexl-ascii-area): New customize variables.
8803 (hexlify-buffer): Put font-lock-faces on the address area and
8804 the ascii area.
8805 (hexl-activate-ruler): New function.
8806 (hexl-follow-line): New function.
8807 (hexl-highlight-line-range): New function.
8808 (hexl-mode-ruler): New function.
8809
8810 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
8813 (vc-default-find-file-hook): New fun.
8814 (vc-find-file-hook): Call new find-file-hook operation.
8815
8816 * vc-arch.el: New file.
8817
8818 2004-03-12 Jesper Harder <harder@ifa.au.dk>
8819
8820 * info-look.el (info-lookup): Reuse an existing Info window.
8821
8822 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8823
8824 * woman.el (woman-preserve-ascii): Default value changed to t and
8825 doc string revised.
8826
8827 2004-03-12 Richard M. Stallman <rms@gnu.org>
8828
8829 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8830 Fix minor bug.
8831
8832 * replace.el (occur-engine): Change message for count of matches.
8833
8834 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8835 For strings, do compare text properties.
8836
8837 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
8838
8839 * progmodes/compile.el (compile-auto-highlight)
8840 (compilation-error-list, compilation-old-error-list)
8841 (compilation-parse-errors-function, compilation-parsing-end)
8842 (compilation-error-message, compilation-directory-stack)
8843 (compilation-enter-directory-regexp-alist)
8844 (compilation-leave-directory-regexp-alist)
8845 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8846 (compilation-current-file, compilation-regexps): Remove vars.
8847
8848 (compile-error-at-point, compilation-error-filedata)
8849 (compilation-error-filedata-file-name, compile-reinitialize-errors)
8850 (compilation-next-error-locus, compilation-forget-errors)
8851 (count-regexp-groupings, compilation-parse-errors)
8852 (compile-collect-regexps, compile-buffer-substring): Remove funs.
8853
8854 (compile-internal): Make obsolete.
8855
8856 (compilation-first-column, compilation-error)
8857 (compilation-directory-matcher, compilation-page-delimiter)
8858 (compilation-mode-font-lock-keywords, compilation-debug)
8859 (compilation-error-face, compilation-warning-face)
8860 (compilation-info-face, compilation-line-face)
8861 (compilation-column-face, compilation-enter-directory-face)
8862 (compilation-leave-directory-face, compilation-skip-threshold)
8863 (compilation-skip-visited, compilation-context-lines): New vars.
8864
8865 (compilation-warning-face, compilation-info-face)
8866 (compilation-message-face): New faces.
8867
8868 (compilation-error-regexp-alist-alist): New constant.
8869
8870 (compilation-face, compilation-directory-properties)
8871 (compilation-assq, compilation-error-properties, compilation-start)
8872 (define-compilation-mode, compilation-loop)
8873 (compilation-set-window): New functions.
8874
8875 (compile): Additional argument for interactive compiles like TeX.
8876
8877 * progmodes/grep.el (kill-grep): Move here from compile.el
8878 (grep-error, grep-hit-face, grep-error-face)
8879 (grep-mode-font-lock-keywords): New variables.
8880 (grep-regexp-alist): Simplify regexp and add `binary' case.
8881 (grep-mode): New mode.
8882 (grep-process-setup): Simplify.
8883
8884 2004-03-11 Jason Rumney <jasonr@gnu.org>
8885
8886 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8887 letters on DOS/Windows.
8888
8889 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * server.el (server-name): New var.
8892 (server-socket-dir): New var to replace server-socket-name.
8893 (server-start): Use them.
8894
8895 2004-03-11 Simon Josefsson <jas@extundo.com>
8896
8897 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8898 died to avoid infloop. Reported by Jonathan Glauner
8899 <jglauner@sbum.org>.
8900
8901 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8904 (smerge-mode-menu): Use it to deactivate menu entries.
8905 (smerge-keep-current): New fun.
8906 (smerge-keep-current): Use it.
8907
8908 2004-03-10 John Paul Wallington <jpw@gnu.org>
8909
8910 * foldout.el (foldout-fold-list, foldout-modeline-string):
8911 Declare them as variables, not constants.
8912
8913 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8914
8915 * ps-print.el: Modification to print *Messages* buffer.
8916 (ps-print-version): New version 6.6.4.
8917 (ps-message-log-max): New fun.
8918 (ps-spool-without-faces, ps-spool-with-faces)
8919 (ps-count-lines-preprint): Code fix.
8920
8921 * printing.el: New tips in Tips section.
8922
8923 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8924
8925 * delim-col.el: Doc fix.
8926
8927 * printing.el: Doc fix. New doc section (Tips).
8928
8929 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * type-break.el (type-break-emacs-variant): Remove.
8932 (type-break-run-at-time, type-break-cancel-function-timers):
8933 Use fboundp rather than version name and number.
8934
8935 2004-03-09 Masatake YAMATO <jet@gyve.org>
8936
8937 * hexl.el (hexl-mode): Use `make-local-variable' instead of
8938 `make-variable-buffer-local'.
8939
8940 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
8941
8942 * find-dired.el (find-dired): Call `shell-command' instead of
8943 `start-process-shell-command'. By this, Tramp takes over
8944 handling of remote directories.
8945
8946 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * newcomment.el (comment-use-global-state): New var.
8949 (comment-search-forward): Use it.
8950
8951 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8952
8953 * cus-edit.el (fill) <defgroup>: Move to fill.el.
8954
8955 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8956 (enable-kinsoku): Make it a defcustom.
8957 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8958 paragraph to same-comment-start-marker.
8959
8960 2004-03-07 Dave Love <fx@gnu.org>
8961
8962 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8963 (browse-url-mail): Use it.
8964
8965 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8966 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8967
8968 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8969
8970 * woman.el (woman-man.conf-path): Doc fix.
8971 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8972
8973 2004-03-07 Eli Zaretskii <eliz@gnu.org>
8974
8975 * sort.el (sort-columns): Remove ms-dos from the list of systems
8976 where the external `sort' command is not used.
8977
8978 2004-03-07 Kim F. Storm <storm@cua.dk>
8979
8980 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8981 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8982 from overlay-arrow-variable-list.
8983 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8984
8985 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
8986
8987 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8988 overlay arrow string properly for the assembler buffer.
8989
8990 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * mail/sendmail.el (mail-mode): Fix last change.
8993
8994 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
8995
8996 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8997 for the assembler buffer.
8998 (gdb-assembler-custom): Position the overlay arrow.
8999 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
9000
9001 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
9004
9005 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
9006 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
9007
9008 * mail/sendmail.el (mail-mode): Set comment-start-skip.
9009
9010 * newcomment.el (uncomment-region): Allow non-terminated comment.
9011 (comment-normalize-vars): Check the user-specified comstart marker.
9012
9013 2004-03-04 Jesper Harder <harder@ifa.au.dk>
9014
9015 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
9016 Otherwise, do use it if the region only contains font-lock text
9017 properties.
9018
9019 2004-03-04 Masatake YAMATO <jet@gyve.org>
9020
9021 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
9022 as the callback function for eldoc.
9023 (hexl-print-current-point-info): New function.
9024 (hexl-current-address): Print the address in both decimal
9025 and hexadecimal format.
9026
9027 2004-03-04 Richard M. Stallman <rms@gnu.org>
9028
9029 * mail/rmail.el (rmail-convert-to-babyl-format):
9030 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9031
9032 * mail/mail-utils.el (mail-unquote-printable-region):
9033 New arg UNIBYTE.
9034
9035 * startup.el (command-switch-alist): Doc fix.
9036
9037 * simple.el (undo): Temporarily set this-command to `undo-start',
9038 then set it to `undo' once undo-start returns without error.
9039
9040 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9041
9042 * simple.el (kill-line): Don't disregard trailing whitespace
9043 in eol condition, if show-trailing-whitespace is set.
9044
9045 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9046 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9047 When disabling, restore old values only if mouse-sel-has-been-enabled.
9048
9049 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9050 (isearch-{-char): New function.
9051 (isearch-mode-map): Bind { to isearch-{-char.
9052
9053 * font-lock.el (lisp-font-lock-keywords-2):
9054 Turn off the CL with-... and do-... general patterns.
9055 Instead, recognize several specific with... and do... constructs.
9056
9057 * files.el (switch-to-buffer-other-window):
9058 Bind same-window-buffer-names and same-window-regexps to nil.
9059 (switch-to-buffer-other-frame): Likewise.
9060
9061 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9062
9063 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9064 recognizing leading comment on code line.
9065
9066 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9067
9068 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9069 hidden files/directories.
9070
9071 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9074 only comment-start (in case the mode hasn't set it).
9075
9076 * Makefile.in (AUTOGENEL): New var.
9077 (bootstrap-prepare): Rename from bootstrap-clean.
9078 Don't remove elc files.
9079 (maintainer-clean): New target.
9080
9081 * xml.el (xml-get-attribute-or-nil): Simplify.
9082
9083 2004-03-02 Juri Linkov <juri@jurta.org>
9084
9085 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9086 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9087 URL to prevent their substitution with the environment variable
9088 values by browsers.
9089
9090 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9091
9092 * ps-print.el: Doc fix.
9093 (ps-print-version): New version number (6.6.3).
9094 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9095 Docstring fix.
9096 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9097 before printing.
9098 (ps-time-stamp-yyyy-mm-dd): New fun.
9099 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9100
9101 2004-03-02 Kim F. Storm <storm@cua.dk>
9102
9103 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9104
9105 2004-03-01 Juanma Barranquero <lektu@terra.es>
9106
9107 * allout.el (allout-rebullet-heading): Fix typo in docstring.
9108
9109 * desktop.el (desktop-file-version)
9110 (desktop-after-read-hook): Fix typos.
9111 (desktop-clear-preserve-buffers): Remove redundant info in
9112 docstring already shown by the obsolescence message.
9113 (desktop-truncate, desktop-internal-v2s)
9114 (desktop-value-to-string): Change argument name to match docstring.
9115
9116 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9117
9118 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9119 docstring.
9120
9121 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9122
9123 * printing.el: Replace "As Is..." in PostScript file print/preview by
9124 "No Preprocessing...". Suggested by Colin Marquardt
9125 <_marquardt_@zmd.de>.
9126 (pr-insert-section-4): Adjust buffer interface.
9127
9128 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9129
9130 Version 2.0.39 of Tramp released.
9131
9132 * net/tramp.el (tramp-handle-file-local-copy)
9133 (tramp-handle-write-region, tramp-open-connection-rsh):
9134 Variable name typo. Small change. From Patrick Tullmann
9135 <tullmann@flux.utah.edu>.
9136 (tramp-process-connection-type): New variable.
9137 (tramp-maybe-open-connection): Use it.
9138 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9139 (tramp-touch): Set last-modified time of a remote file.
9140 (tramp-handle-write-region): Say which function is used when encoding.
9141
9142 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9143
9144 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9145 case of non-existing filename, too. Reported by Christoph Bauer
9146 <c_bauer@informatik.uni-kl.de>.
9147 (tramp-smb-get-file-entries): The directory in question should
9148 have permissions "drwxrwxrwx". Just virtual, because we don't
9149 know the real permissions. Don't we know?
9150 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9151 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9152 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9153 output. If it was received chunkwise, there have been problems.
9154 Remove the "prompt not found" error message; it is obvious.
9155 Simplify algorithm.
9156 (tramp-smb-process-running): Remove. Since we acknowledge the
9157 virtual prompt for shares, there's no need for distinction of
9158 reading shares (process ends afterwards) and interactive mode of
9159 smblient.
9160 (tramp-smb-open-connection): Setting process sentinel removed.
9161 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9162 "NT_STATUS_NETWORK_ACCESS_DENIED".
9163 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9164 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9165 (top-level): Setting default value in `tramp-default-method-alist'
9166 corrected. Order of USER and HOST have been wrong.
9167 Nobody complained for months ...
9168 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9169 (tramp-smb-open-connection): Clear password cache if login has failed.
9170
9171 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9172 `tramp-unified-filenames'.
9173 (tramp-completion-mode): Make test for XEmacs explicitely.
9174 `event-to-character' can exists in Emacs packages too.
9175 Reported by Matt Swift <swift@alum.mit.edu>.
9176 (tramp-buffer-name): Buffer name must contain the user if exists.
9177 Reported by Adrian Phillips <a.phillips@met.no>.
9178 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9179 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9180 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9181 `tramp-do-copy-or-rename-file-one-local', because it handles also
9182 the case both files use the same out-of-band method.
9183 Implementation added.
9184 (tramp-handle-file-local-copy, tramp-handle-write-region):
9185 Out-of-band handling removed. `copy-file' called instead, which
9186 calls `tramp-do-copy-or-rename-file-out-of-band'.
9187 (tramp-action-password): Check for out-of-band method removed.
9188 This function is used for 'login-program.
9189 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9190 appropriate.
9191 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9192 and `tramp-parse-sknownhosts'.
9193 (tramp-completion-function-alist): It's a defvar now, because we
9194 want to apply the optimized `tramp-set-completion-function'
9195 instead of a static list.
9196 (tramp-set-completion-function): Implementation tuned.
9197 Avoid double entries, and entries where the function or the
9198 file/directory doesn't exist.
9199 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9200 for SSH2.
9201 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9202 (tramp-handle-dired-compress-file): New function.
9203 (tramp-async-proc): New variable.
9204 (tramp-handle-shell-command): Adding asynchronous processes.
9205 They are far from being perfect, but it works at least for
9206 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9207 (top-level): Require password.el if visible. Should be mandatory
9208 once No Gnus has found its way into (X)Emacs.
9209 (tramp-read-passwd): Invoke `password-read' if available,
9210 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9211 fallback any longer.
9212 (tramp-clear-passwd): New function.
9213 (tramp-process-actions, tramp-process-multi-actions):
9214 Clear password cache if login has failed.
9215
9216 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9217 its own module.
9218 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9219 `ange-ftp-ftp-name-res'. There could be incorrect values from
9220 previous calls in case the "ftp" method is used in the Tramp file
9221 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9222
9223 2004-02-28 Richard M. Stallman <rms@gnu.org>
9224
9225 * term.el (term-mouse-paste): Call mouse-set-point.
9226
9227 * thumbs.el: New file.
9228
9229 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9230
9231 * progmodes/ebnf-abn.el: Doc fix.
9232
9233 * progmodes/ebnf-bnf.el: Doc fix.
9234 (ebnf-repeat): Code fix.
9235
9236 * progmodes/ebnf2ps.el: Doc fix.
9237 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9238
9239 2004-02-28 Juri Linkov <juri@jurta.org>
9240
9241 * ffap.el (dired-at-point): Additional writability test for
9242 relative directory names.
9243 (dired-at-point-prompter): Treat directories as a directory, get
9244 the directory component from files.
9245 (ffap-string-at-point): Return string from region if region is active.
9246 (ffap-file-at-point): Remove redundant code.
9247
9248 2004-02-28 Kim F. Storm <storm@cua.dk>
9249
9250 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9251 Initialize margin area images to nil.
9252 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9253 (breakpoint-enabled-bitmap-face)
9254 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9255 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9256 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9257 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9258 (gdb-reset): Use gdb-remove-breakpoint-icons.
9259 (gdb-put-string): Add dprop arg to specify alternative display
9260 property (for setting fringe bitmap).
9261 (gdb-remove-strings): Doc fix.
9262 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9263 icon in fringe (if available), or else as icon or text in display
9264 margin. Creates necessary icons in breakpoint-bitmap,
9265 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9266 Also make left window margin if required.
9267 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9268 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9269 no longer needed.
9270 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9271 gdb-put-breakpoint-icon.
9272 (gdb-assembler-mode): Don't set left-margin-width here.
9273
9274 2004-02-27 Kevin Ryde <user42@zip.com.au>
9275
9276 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9277 comma, so that it DTRT in macros.
9278
9279 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9280
9281 * progmodes/sh-script.el (sh-shell-arg)
9282 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9283 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9284
9285 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9286
9287 * faces.el (face-spec-set-match-display): Add a new attribute,
9288 `min-colors'.
9289 (region, highlight, secondary-selection): Use `min-colors'.
9290
9291 * custom.el (defface): Add documentation for `min-colors'.
9292
9293 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9294 (font-lock-keyword-face, font-lock-function-name-face)
9295 (font-lock-variable-name-face, font-lock-constant-face):
9296 Use `min-colors'.
9297
9298 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9299
9300 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9301
9302 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9303 define assq-delete-all if it's not defined.
9304 (ebnf-generate-region): Code fix.
9305
9306 * printing.el: Doc fix.
9307 (pr-version): New version number (6.7.2).
9308 (pr-command): Return empty string if command is an empty string.
9309
9310 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9311
9312 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9313
9314 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9315 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9316 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9317 "tt" ["test"] ). Reported by Markus Dreyer
9318 <mdreyer@ix.urz.uni-heidelberg.de>.
9319 (ebnf-version): New version number (4.0).
9320 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9321 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9322 (ebnf-delete-style): New commands.
9323 (ebnf-directory, ebnf-file): New funs.
9324 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9325 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9326 (ebnf-syntax-alist): New var.
9327 (ebnf-element-width): New fun replacing ebnf-list-width.
9328 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9329 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9330 (ebnf-prologue): Adjust vars.
9331 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9332 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9333 (ebnf-check-style-values, ebnf-generate-production)
9334 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9335 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9336 (ebnf-token-repeat): Code fix.
9337
9338 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9339 %right, %left and %prec. Suggested by Matthew K. Junker
9340 <junker@alum.mit.edu>.
9341 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9342
9343 * progmodes/ebnf-iso.el: Doc fix.
9344 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9345 (ebnf-iso-lex): Code fix.
9346
9347 * progmodes/ebnf-bnf.el: Doc fix.
9348 (ebnf-bnf-lex): Code fix.
9349
9350 * progmodes/ebnf-otz.el: Doc fix.
9351
9352 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9353
9354 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9355 (abbrev-prefix-mark): Doc fix.
9356
9357 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9358
9359 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9360 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9361 (gdb-var-delete): Make interactive (really).
9362 (gdb-edit-value): Make non-interactive.
9363
9364 * progmodes/gud.el (gud-speedbar-menu-items):
9365 Add gdb-var-delete and, indirectly, gdb-edit-value.
9366 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9367 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9368 (gud-gdb-marker-filter): Add comment for annotations.
9369
9370 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9371
9372 * calendar/calendar.el (generate-calendar)
9373 (calendar-read-date): Prevent display of BC calendars once more -
9374 reverts 2003-10-01 change.
9375 (generate-calendar-month): Doc fix.
9376
9377 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9378
9379 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9380 return value of increment-calendar-month.
9381
9382 2004-02-21 Stephen Compall <s11@member.fsf.org>
9383
9384 * saveplace.el (save-place-forget-unreadable-files)
9385 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9386 (save-place-forget-unreadable-files): New function.
9387 (save-place-alist-to-file): Use it to filter out files that are
9388 no longer readable.
9389
9390 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9391 current Texinfo environment, using the same method as in
9392 `texinfo-insert-@end', and insert a space rather than a newline if
9393 point in a @table environment.
9394
9395 2004-02-21 Juri Linkov <juri@jurta.org>
9396
9397 * ffap.el (ffap-file-at-point): Try parent directories.
9398
9399 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9400
9401 * vcursor.el (vcursor-modifiers): New defcustom.
9402 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9403 hard-coded list.
9404
9405 2004-02-21 Masatake YAMATO <jet@gyve.org>
9406
9407 * play/animate.el (animate-birthday-present): Accept names other
9408 than `Sarah', too.
9409
9410 2004-02-21 Juri Linkov <juri@jurta.org>
9411
9412 * startup.el: Remove table of command line arguments from the
9413 Commentary section.
9414
9415 2004-02-20 John Wiegley <johnw@newartisans.com>
9416
9417 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9418 again" modifier from 'e' to 'E', since 'e' is also used by the
9419 "file extension" modifier.
9420
9421 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9422
9423 * help-fns.el (describe-categories): Doc fix.
9424
9425 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9426
9427 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9428 temporary file for buffer already visiting one. This change makes
9429 output likely to be directly usable by patch program.
9430 Suggested by Adrian Aichner <adrian@xemacs.org>
9431
9432 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9433
9434 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9435 case of variables defined in compound statements.
9436 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9437 Simplify constructions using switch-to-buffer.
9438
9439 2004-02-19 Simon Josefsson <jas@extundo.com>
9440
9441 * play/morse.el: Fix typo.
9442 (morse-code): Add @.
9443
9444 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9445
9446 * calendar/appt.el (appt-display-format): Change default to
9447 'ignore, for backwards compatibility.
9448 (appt-display-message): If appt-display-format is 'ignore,
9449 respect old vars appt-msg-window and appt-visible.
9450 (appt-activate): Don't depend on return value of cancel-timer.
9451
9452 * calendar/calendar.el (calendar-holidays): Doc fix.
9453
9454 * calendar/cal-coptic.el (coptic-prompt-for-date):
9455 Use assoc-string instead of assoc-ignore-case.
9456 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9457 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9458 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9459 * calendar/cal-islam.el (calendar-goto-islamic-date)
9460 (mark-islamic-diary-entries): Ditto.
9461 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9462 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9463 (calendar-read-mayan-tzolkin-date): Ditto.
9464 * calendar/calendar.el (calendar-read-date): Ditto.
9465 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9466
9467 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9468
9469 * progmodes/executable.el (executable-command-find-posix-p):
9470 Fix choice of the directory.
9471
9472 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9473
9474 * simple.el (interprogram-cut-function)
9475 (interprogram-paste-function, kill-new, kill-append):
9476 Doc fixes.
9477 (kill-region): Make it return nil. Doc fix.
9478 (yank-pop): Make its argument optional.
9479 (yank): Make ARG `-' equivalent to `-1'.
9480
9481 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9482
9483 * mail/rmail.el (rmail-get-new-mail): Don't reference
9484 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9485
9486 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9487
9488 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9489 if one of global-auto-revert-non-file-buffers or autorevert-mode
9490 is non-nil.
9491
9492 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9493
9494 * subr.el (delete-dups): A better implementation from Karl Heuer
9495 <kwzh@gnu.org>.
9496
9497 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9498
9499 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9500 correct place.
9501 * progmodes/icon.el (icon-indent-command): Ditto.
9502 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9503
9504 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9505
9506 * progmodes/grep.el (grep-compute-defaults): Undo change from
9507 2004-01-29: don't use executable-command-find-posix-p.
9508
9509 2004-02-16 Richard Sharman <rsharman@pobox.com>
9510
9511 * hilit-chg.el: Use require instead of eval-and-compile.
9512 (highlight-compare-buffers): New function.
9513
9514 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9515
9516 * man.el (Man-fontify-manpage): Render section headings in
9517 `Man-overstrike-face' even when overstrike was not used by man
9518 formatter for section headings.
9519
9520 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9521
9522 * rmail-spam-filter.el: (vm-use-spam-filter)
9523 (rsf-min-region-length-added-to-spam-list): New variables.
9524 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9525 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9526 spam testing. Don't delete spam message if automatic deletion
9527 after output via variable rmail-delete-after-output is turned on.
9528 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9529 rsf-bbdb-dont-create-entries-for-spam.
9530 (check-field): New function, extracted from code in
9531 rmail-spam-filter to ease addition of header fields like content-type.
9532 (message-content-type): New variable to check the content-type:
9533 field added, also in defcustom of rsf-definitions-alist.
9534 (rmail-spam-filter): Replace repeated test code for header fields
9535 by calls to check-field; change the call to
9536 rmail-output-to-rmail-file such that rmail-current-message stays
9537 the same to avoid wrong deletion of unseen flags.
9538 (rsf-add-contents-type): New function to convert old format
9539 of rmail-spam-definitions-alist into new one.
9540 Change prefixes of all variables and functions from
9541 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9542
9543 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9544
9545 * loadhist.el (unload-hook-features-list): New defvar.
9546
9547 2004-02-16 Dave Love <fx@gnu.org>
9548
9549 * loadhist.el (unload-feature): Doc fix. Rename flist to
9550 unload-hook-features-list.
9551
9552 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
9553
9554 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9555 cookie. Don't check if we are looking-at open-formula.
9556
9557 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9558
9559 * subr.el (match-string-no-properties): Use substring-no-properties.
9560
9561 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9562
9563 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9564 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9565 Use lower-case "rx" in all error message.
9566
9567 2004-02-16 Dave Love <fx@gnu.org>
9568
9569 * emacs-lisp/rx.el (rx-or): Put group around result.
9570 (rx-constituents): Add backref.
9571 (rx-syntax): Add string-delimiter, comment-delimiter.
9572 (rx-categories): Add combining-diacritic.
9573 (rx-check-not, rx-greedy, rx): Doc fix.
9574 (rx-backref, rx-check-backref): New.
9575
9576 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9577
9578 * newcomment.el (uncomment-region): Allow eob as comment end.
9579
9580 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9581
9582 * filecache.el: All message and error commands now use prefix
9583 "Filecache:" to make it easy to read *Messages* buffer.
9584
9585 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9586
9587 * autorevert.el: Add support to detect changed dired and VC buffers.
9588 (auto-revert-active-p, auto-revert-list-diff)
9589 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9590 (auto-revert-handler, auto-revert-active-p): New functions.
9591 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9592 and `auto-revert-active-p'.
9593 (eval-when-compile): Defvar dired-directory and vc-mode.
9594 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9595 (auto-revert-handler-vc): New functions.
9596
9597 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9598
9599 * progmodes/compile.el (compilation-directory): New defvar.
9600 (compile): Save current directory in compilation-directory.
9601 (recompile): Bind default-directory to compilation-directory if
9602 that is non-nil.
9603
9604 2004-02-16 Dave Love <fx@gnu.org>
9605
9606 * newcomment.el (comment-insert-comment-function)
9607 (comment-region-function, uncomment-region-function): New.
9608 (comment-indent): Use comment-insert-comment-function.
9609 (uncomment-region): Use uncomment-region-function.
9610 (comment-region): Use comment-region-function.
9611
9612 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9613
9614 2004-02-16 Richard Stallman <rms@gnu.org>
9615
9616 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9617 loaddefs* and ldefs-boot*.
9618
9619 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9620
9621 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9622 and email address at the beginning and end of the address.
9623
9624 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9625 anchored at the beginning of the email address.
9626
9627 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
9628
9629 * international/ccl.el (ccl-compile-write): Pass `left' to
9630 ccl-embed-code to generate correct code of write-expr-register.
9631
9632 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
9633
9634 * progmodes/grep.el (grep-compute-defaults): Fix typos.
9635
9636 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9637
9638 * x-dnd.el: Mention support for Motif in commentary.
9639 (x-dnd-handle-drag-n-drop-event): Ditto.
9640
9641 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9642
9643 * ses.el: Use "ses--" prefixes for buffer-local variables.
9644 Use (point-min) instead of 1, even when we know the buffer
9645 is unnarrowed.
9646 (ses-build-load-map): Delete. Distribute its content to defconst's for
9647 the three maps.
9648 (ses-menu, ses-header-line-menu): New menus.
9649 (ses-mode-map): Use them.
9650 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
9651
9652 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
9653
9654 * Makefile.in: Fix the CC Mode recompile kludge so it works
9655 when building in a different directory.
9656
9657 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
9658
9659 * simple.el (kill-new): Put yank-handler property on the entire string.
9660
9661 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * diff.el: Don't use compile any more, use diff-mode instead.
9664 (diff-regexp-alist, diff-old-file, diff-new-file)
9665 (diff-parse-differences, diff-process-setup): Remove.
9666 (diff-sentinel): New fun.
9667 (diff): Use it. Run the process ourselves.
9668 Use diff-mode for the rest of the processing.
9669
9670 * diff.el (diff): Simplify code handling `switch'.
9671
9672 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9673
9674 * pcvs-defs.el (cvs-menu): Add `tag'.
9675
9676 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9677
9678 * simple.el (kill-append): Doc fix.
9679
9680 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9681 Adapt outline-regexp to the new conventions for commenting out code.
9682
9683 2004-02-11 John Paul Wallington <jpw@gnu.org>
9684
9685 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9686
9687 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * diff.el (diff-switches): New fun.
9690 (diff, diff-backup): Use it.
9691 (diff): Clean up the args construction. Use backquote.
9692 Use listp instead of consp to avoid putting a nil arg.
9693 (diff): Add a revert-buffer function.
9694
9695 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9696
9697 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
9698 handled by x-dnd-handle-file-name.
9699 (x-dnd-known-types): Add COMPOUND_TEXT.
9700 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9701 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9702 x-dnd-empty-state.
9703 (x-dnd-forget-drop): Ditto.
9704 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9705 (x-dnd-handle-one-url): Return private when inserting text.
9706 (x-dnd-insert-ctext): New function.
9707 (x-dnd-handle-file-name): New function for FILE_NAME.
9708 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9709 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9710 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9711
9712 2004-02-10 Kenichi Handa <handa@m17n.org>
9713
9714 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9715 instead of while loop.
9716
9717 2004-02-10 Miles Bader <miles@gnu.org>
9718
9719 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9720
9721 2004-02-09 Kenichi Handa <handa@m17n.org>
9722
9723 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9724 have end-of-line.
9725
9726 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9727
9728 * Makefile.in: Added extra dependencies in the recompile target
9729 needed to cope with the compile time macro expansions in CC Mode.
9730
9731 2004-02-09 Kim F. Storm <storm@cua.dk>
9732
9733 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9734 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9735 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9736 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9737 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9738 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9739 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9740 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9741 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9742 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9743 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9744
9745 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9748 Don't allow shrink if there's a window on our right.
9749
9750 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9751 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9752 Bring together declaration and initialization.
9753 (prolog-mode-variables): Don't set the syntax table.
9754 Don't set paragraph-start and comment-indent-function.
9755 Add /*..*/ to the comment regexps.
9756 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
9757 (prolog-mode-map): Don't bind TAB.
9758 (prolog-mode): Set the syntax table.
9759 (prolog-comment-indent): Remove.
9760 (inferior-prolog-mode-map): Initialize in the declaration.
9761 (inferior-prolog-mode-syntax-table)
9762 (inferior-prolog-mode-abbrev-table): New vars.
9763 (inferior-prolog-mode): Derive from comint-mode.
9764 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9765 minibuffer windows.
9766
9767 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9768 in file names, as long as it is unabmiguous.
9769
9770 2004-02-08 Andreas Schwab <schwab@suse.de>
9771
9772 * textmodes/reftex-toc.el
9773 (reftex-toc-load-all-files-for-promotion): Remove useless use of
9774 format. Doc fix.
9775
9776 * textmodes/refer.el (refer-find-entry-internal): Remove extra
9777 format string arguments.
9778
9779 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9780 string argument.
9781
9782 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9783
9784 * play/zone.el (zone-call): Fix format string.
9785
9786 * net/webjump.el (webjump-builtin): Add missing format string argument.
9787
9788 * midnight.el (midnight-delay-set): Remove extra format string argument.
9789
9790 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9791
9792 * hexl.el (hexl-insert-char): Add missing format string argument.
9793
9794 * format.el (format-decode): Fix format string.
9795
9796 * emulation/vi.el (vi-mode): Remove extra format string argument.
9797 (vi-repeat-last-search): Likewise.
9798 (vi-reverse-last-search): Likewise.
9799 (vi-goto-mark): Likewise.
9800 (vi-reverse-last-find-char): Likewise.
9801 (vi-repeat-last-find-char): Likewise.
9802 (vi-locate-def): Likewise.
9803
9804 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9805
9806 * ediff-util.el (ediff-toggle-read-only): Remove extra format
9807 string argument.
9808 (ediff-toggle-regexp-match): Likewise.
9809
9810 * dired-aux.el (dired-do-query-replace-regexp): Add missing
9811 format string argument.
9812
9813 * calc/calc-map.el (calc-get-operator): Remove extra format
9814 string argument.
9815
9816 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9817
9818 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9819 string argument.
9820
9821 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9822
9823 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9824
9825 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9826
9827 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9828 (cl-struct-setf-expander): Likewise.
9829
9830 * vc.el (with-vc-file): Fix unsafe uses of error.
9831 (vc-cancel-version): Likewise.
9832
9833 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
9834
9835 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9836 thousands separator; fixes <class>:<line-number> regexp for
9837 non-english locales.
9838
9839 2004-02-08 Andreas Schwab <schwab@suse.de>
9840
9841 * view.el (view-mode-enable): Revert previous change.
9842
9843 2004-02-07 Kim F. Storm <storm@cua.dk>
9844
9845 * simple.el (line-number-at-pos): Rename from line-at-pos.
9846 Uses changed (what-line and vc-annotate-warp-version).
9847
9848 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9851 (diff-mode): Remove aborted attempt at support for compile.el.
9852 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9853
9854 2004-02-06 Andreas Schwab <schwab@suse.de>
9855
9856 * view.el (view-mode-enable): Add view-mode-map to
9857 minor-mode-overriding-map-alist.
9858
9859 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9860
9861 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9862
9863 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9866 with point inside rather than after the paragraph.
9867
9868 2004-02-04 Sam Steingold <sds@gnu.org>
9869
9870 * mail/smtpmail.el (smtpmail-try-auth-methods):
9871 Do not try authentication when no mechanism is available.
9872 Pass port-name as defaultport to `netrc-machine'.
9873
9874 2004-02-04 Stephen Eglen <stephen@gnu.org>
9875
9876 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9877 to show how minibuffer height can be constrained.
9878
9879 2004-02-04 John Paul Wallington <jpw@gnu.org>
9880
9881 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9882
9883 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9884
9885 * x-dnd.el: New file for drag and drop.
9886
9887 * term/x-win.el: require x-dnd, set after-make-frame-functions
9888 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9889 drag-n-drop event.
9890
9891 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9892 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9893 (dired-dnd-handle-file): New functions for drag and drop support.
9894 (dired-mode): Initialize drag and drop if x-dnd present.
9895
9896 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9899 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9900 (cperl-mode): Set fill-paragraph-function.
9901 (cperl-fill-paragraph): Make it non-interactive.
9902
9903 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
9904
9905 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9906
9907 2004-02-02 David Kastrup <dak@gnu.org>
9908
9909 * replace.el (perform-replace): Allow 'literal argument in
9910 regexp-flag to indicate literal replacement.
9911 (query-replace-regexp-eval): Use it.
9912
9913 2004-02-01 Andreas Schwab <schwab@suse.de>
9914
9915 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9916
9917 2004-02-01 Stephen Eglen <stephen@gnu.org>
9918
9919 * info-look.el: Add support for maxima-mode. Update commentary
9920 because info-lookup-symbol is now bound to C-h S.
9921
9922 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
9923
9924 * simple.el (edit-and-eval-command): Bind print-level and
9925 minibuffer-history-sexp-flag around call to read-from-minibuffer.
9926 Correct initial position in command-history.
9927
9928 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9929
9930 * files.el (read-directory-name): Adapt the docstring to recent
9931 change in Fread_file_name.
9932
9933 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
9934
9935 * ses.el (ses-print-cell): If print format too wide for column
9936 width, truncate decimal places if that helps to avoid "#####" fill.
9937 * ses.el (ses-initial-column-width): Revert previous change.
9938
9939 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9942 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9943 Add edebug info.
9944 (jit-lock-mode): Setup/cancel the new timer.
9945 (jit-lock-context-fontify): New fun. Extracted from
9946 context fontification code of jit-lock-stealth-fontify.
9947 (jit-lock-stealth-fontify): Don't do context fontification any more.
9948
9949 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9950 (jit-lock-fontify-now): Handle the `quit' case.
9951 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9952
9953 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
9954
9955 * progmodes/executable.el (executable-command-find-posix-p):
9956 New. Check if find handles arguments Posix-style.
9957
9958 * progmodes/grep.el (grep-compute-defaults):
9959 Use executable-command-find-posix-p.
9960 (grep-find): Check `grep-find-command'.
9961
9962 * filecache.el (file-cache-find-posix-p): Delete.
9963 (file-cache-add-directory-using-find):
9964 Use `executable-command-find-posix-p'.
9965
9966 2004-01-29 Dave Love <fx@gnu.org>
9967
9968 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9969 Iterate the hook function if arg is given.
9970 (mark-defun, narrow-to-defun): Change order of finding the limits.
9971
9972 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9973 (byte-compile-format-warn): New.
9974 (byte-compile-callargs-warn): Use it.
9975 (Format, message, error): Add byte-compile-format-like property.
9976 (byte-compile-maybe-guarded): New.
9977 (byte-compile-if, byte-compile-cond): Use it.
9978 (byte-compile-lambda): Compile interactive forms,
9979 just to make warnings about them.
9980
9981 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
9982
9983 * ses.el (ses-initial-column-width): Increase to 14, so it will
9984 work well with the default printer of "%.7g" for extreme values
9985 like "-1.234567e+07".
9986
9987 2004-01-29 Kenichi Handa <handa@m17n.org>
9988
9989 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9990
9991 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
9992
9993 * dos-w32.el: Added support for the `default-printer-name' function.
9994
9995 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * server.el (server-socket-name): Don't use the hostname in the
9998 socket name since /tmp is local to the host anyway.
9999
10000 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
10001 robust check of widening and fix var-naming.
10002
10003 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
10004
10005 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
10006 or rmail-spam- to rsf- in all function and variable names.
10007 (rsf-min-region-to-spam-list): New variable.
10008 (rsf-bbdb-auto-delete-spam-entries): Rename from
10009 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
10010 scanned together with the recipients field for spam testing; Don't
10011 delete spam message if rmail-delete-after-output is non-nil;
10012 (rsf-check-field): New function, extracted from code in
10013 rmail-spam-filter to ease addition of header fields like
10014 content-type:;
10015 (message-content-type): New variable. The content-type: field was
10016 added also in defcustom of rsf-definitions-alist;
10017 (rmail-spam-filter): Replace repeated test code for header fields
10018 by calls to check-field; change the call to
10019 rmail-output-to-rmail-file such that rmail-current-message stays
10020 the same to avoid wrong deletion of unseen flags.
10021 (rmail-use-spam-filter): Add autoload cookie.
10022
10023 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
10024
10025 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10026 (file-cache-add-directory-using-find): Add Cygwin support.
10027 (file-cache-find-command-posix-flag): New user variable.
10028
10029 * filecache.el (file-cache-add-directory): Check for
10030 directories an remove them from dir-files.
10031
10032 2004-01-27 Richard M. Stallman <rms@gnu.org>
10033
10034 * man.el (Man-fontify-manpage): Clean up message.
10035
10036 2004-01-27 Kenichi Handa <handa@m17n.org>
10037
10038 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10039 (sentence-end): Define using sentence-end-without-space.
10040
10041 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10042 a sentence ends with one of a character in sentence-end-without-space.
10043
10044 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10047 (jit-lock): Group declaration moved to jit-lock.el.
10048 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10049 when necessary.
10050
10051 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10052 (jit-lock-context-unfontify-pos): Rename from
10053 jit-lock-first-unfontify-pos.
10054 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10055
10056 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10057
10058 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10059 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10060 (fortran-fill): When filling a string, adjust re-search-backward
10061 argument for special case of string just on fill-column.
10062 When filling non-string, allow one extra char if
10063 fortran-break-before-delimiters is non-nil.
10064 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10065 Use fortran-break-delimiters-re and fortran-no-break-re to
10066 correctly handle cases such as "**".
10067
10068 * progmodes/f90.el (f90-break-delimiters): Doc fix.
10069 (f90-no-break-re): Add some extra tokens. Doc fix.
10070
10071 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
10072
10073 * mail/rmail-spam-filter.el:
10074 Use two semicolons as Commentary line prefix.
10075 Add ";;; Code:" stylized comment.
10076 Delete end-of-line whitespace.
10077 Wrap (require 'cl) with `eval-when-compile'.
10078
10079 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
10080
10081 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10082 at the top level of vc.el.
10083
10084 2004-01-23 Andre Spiegel <spiegel@gnu.org>
10085
10086 * vc.el (vc-current-line): Function removed. This is now done by
10087 the new function line-at-pos in simple.el.
10088 (vc-annotate-warp-version): Use line-at-pos instead of
10089 vc-current-line.
10090
10091 2004-01-22 Kim F. Storm <storm@cua.dk>
10092
10093 * simple.el (line-at-pos): New defun.
10094 (what-line): Use it. Optimize by only counting lines in narrowed
10095 region once.
10096
10097 2004-01-22 Kenichi Handa <handa@m17n.org>
10098
10099 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10100 point (register r1) only for charset mule-unicode-0100-24ff.
10101
10102 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
10103
10104 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10105 trailing white space and ensure a final newline.
10106
10107 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10108 Add autoload cookie.
10109
10110 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
10111
10112 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10113 activate view-mode explicitly.
10114
10115 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10116
10117 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10118 use clipboard first.
10119
10120 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
10123 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10124 (vc-mcvs-cvs): Remove.
10125 (vc-mcvs-command): Remove use of assert.
10126
10127 * outline.el (outline-insert-heading): Tighten up match.
10128 (outline-demote, outline-move-subtree-down): Don't assume anything
10129 about outline-regexp.
10130
10131 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10132 (texinfo-show-structure): Explicitly add ^, and simplify.
10133
10134 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10135
10136 * calendar/appt.el (appt-check): Restore usage of
10137 appt-issue-message deleted in previous change.
10138 (top-level): Activate package when loaded (needed for backwards
10139 compatibility).
10140
10141 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10142
10143 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10144 following previous change to smtpmail-send-data.
10145
10146 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10147
10148 * vc.el (vc-default-previous-version): Doc enhancement.
10149 (vc-default-next-version): New function.
10150 (vc-print-log): New arg FOCUS-REV.
10151 (vc-annotate-mode): Derive from view-mode.
10152 (vc-annotate): New args REVISION, DISPLAY-MODE.
10153 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10154 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10155 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10156 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10157 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10158
10159 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10160
10161 2004-01-19 Karl Berry <karl@gnu.org>
10162
10163 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10164 or "TexInfo".
10165
10166 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10167
10168 * subr.el (delete-dups): New function.
10169
10170 2004-01-19 Karl Berry <karl@gnu.org>
10171
10172 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10173 with ^, since that's what texinfo-show-structure
10174 documentation says (plus it works much better in texinfo.txi).
10175
10176 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10177
10178 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10179
10180 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10181
10182 * progmodes/which-func.el (which-function-mode): Don't cancel
10183 which-func-update-timer if not set.
10184
10185 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10186
10187 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10188 Remove spurious left square bracket in XX:XXam regexp.
10189
10190 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10191
10192 * progmodes/cc-defs.el: Do not require cl at run time.
10193
10194 2004-01-16 Richard M. Stallman <rms@gnu.org>
10195
10196 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10197 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10198
10199 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10200 Call rmail-spam-filter. Delete and expunge spam.
10201 Print number of spam messages deleted.
10202 Save and restore the deletion status of old messages when reading
10203 new mail with spam filter, so that expunging spam does not expunge
10204 msgs deleted by the user.
10205 (rmail-only-expunge): Add an optional argument dont-show to
10206 prevent showing message after expunge.
10207
10208 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10209
10210 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10211 * subr.el (declare): New macro.
10212
10213 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10214
10215 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10216
10217 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10218
10219 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10220 Test window-system rather than system-type (for X11/Mac).
10221
10222 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10223
10224 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10225
10226 2004-01-12 Richard M. Stallman <rms@gnu.org>
10227
10228 * mail/rmail.el (rmail-convert-to-babyl-format):
10229 Use mail-unquote-printable-region.
10230 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10231 (rmail-hex-char-to-integer): Functions deleted.
10232
10233 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10234 (mail-unquote-printable-region): New arg NOERROR.
10235 For invalid encoding, either signal an error to just return nil.
10236
10237 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10238
10239 * calendar/appt.el: Update copyright and commentary.
10240 (appt-issue-message): Make obsolete.
10241 (appt-visible, appt-msg-window): Make obsolete, in favour of
10242 appt-display-format.
10243 (appt-display-mode-line, appt-display-duration)
10244 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10245 (appt-prev-comp-time, appt-display-count, appt-timer)
10246 (appt-convert-time): Doc change.
10247 (appt-disp-window-function, appt-delete-window-function):
10248 Use defcustom rather than defvar.
10249 (appt-display-format): New variable.
10250 (appt-display-message): New function with display code from appt-check.
10251 (appt-check): Add optional FORCE argument. Doc change.
10252 Add appt-make-list to diary-hook if displaying diary.
10253 Remove checking of view-diary-entries-initially.
10254 Message display section removed to new function appt-display-message.
10255 (appt-display-window): Doc change. Remove unused internal var
10256 this-buffer. Do not beep, since appt-display-message does that.
10257 (appt-make-list): Doc change. Use caar.
10258 (appt-sort-list): Simplify by using builtin sort function.
10259 (appt-update-list): New function for updating appts when diary is
10260 saved.
10261 (appt-activate): New autoloaded function to toggle package
10262 functionality.
10263
10264 * calendar/cal-x.el: (calendar-one-frame-setup)
10265 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10266
10267 * calendar/calendar.el: Update copyright.
10268 (view-diary-entries-initially, european-calendar-style): Doc change.
10269 (calendar-setup): Make defcustom rather than defvar.
10270 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10271 in let binding so local to function.
10272
10273 * calendar/diary-lib.el: Update copyright.
10274 (diary, diary-entry-time): Doc change.
10275 (list-diary-entries): Doc change. Trivial logic change.
10276 (fancy-diary-display): Restore make-face command mistakenly
10277 deleted 2003-05-08.
10278 (show-all-diary-entries): Allow to pop-up frame if needed.
10279
10280 2004-01-09 John Paul Wallington <jpw@gnu.org>
10281
10282 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10283 Temporarily select EVENT's window for changing eol type.
10284
10285 2004-01-09 Deepak Goel <deego@gnufans.org>
10286
10287 * calendar/diary-lib.el (diary-entry-time):
10288 Also accept time in the form XX[.XX][am/pm/AM/PM].
10289 (fancy-diary-font-lock-keywords): Likewise.
10290 (diary-font-lock-keywords): Likewise.
10291 * calendar/appt.el (appt-add): Likewise.
10292 (appt-make-list): Likewise.
10293 (appt-convert-time): Likewise.
10294
10295 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10296
10297 * gdb-ui.el (gdb-ann3): Revert previous change.
10298 (gdb-source-info): Allow for case of where compilation directory
10299 is not recorded.
10300
10301 2004-01-08 John Paul Wallington <jpw@gnu.org>
10302
10303 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10304
10305 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10306
10307 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10308
10309 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10310 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10311 problems.
10312 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10313
10314 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10315
10316 * files.el (write-file-functions, write-contents-functions):
10317 Clarify docstrings.
10318
10319 2004-01-07 Kenichi Handa <handa@m17n.org>
10320
10321 * international/mule.el (set-auto-coding): Fix for the case that
10322 end-of-line is only CR.
10323
10324 2004-01-07 Kim F. Storm <storm@cua.dk>
10325
10326 * subr.el (event-start, event-end): Doc fix.
10327 (posn-string, posn-image): New defuns.
10328 (posn-object): Return either image or string object.
10329 (posn-object-x-y): Return 8th element of position.
10330 (posn-object-width-height): New defun.
10331
10332 2004-01-06 Andreas Schwab <schwab@suse.de>
10333
10334 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10335 output.
10336
10337 2004-01-05 Karl Berry <karl@gnu.org>
10338
10339 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10340 / and *, too.
10341
10342 2003-12-31 Simon Josefsson <jas@extundo.com>
10343
10344 * files.el (before-save-hook): Add.
10345 (basic-save-buffer): Use before-save-hook.
10346
10347 * emacs-lisp/copyright.el: Fix comment to recommend
10348 before-save-hook instead of write-file-functions.
10349
10350 2004-01-05 Richard M. Stallman <rms@gnu.org>
10351
10352 * finder.el (finder-commentary): Call delete-other-windows.
10353
10354 * net/ange-ftp.el (ange-ftp-file-attributes):
10355 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10356
10357 2004-01-04 Karl Berry <karl@gnu.org>
10358
10359 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10360 comment characters % and # in the copyright year notice,
10361 as well as ;.
10362
10363 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10364
10365 * wid-edit.el (default): Define dummy :value-delete.
10366 Reported by Jesper Harder <harder@ifa.au.dk>.
10367
10368 2004-01-03 Richard M. Stallman <rms@gnu.org>
10369
10370 * progmodes/compile.el (compile-internal): Use point, not point-min,
10371 for set-window-point.
10372
10373 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10374
10375 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10376
10377 * progmodes/grep.el (grep-mode-map):
10378 Don't remap next-line, previous-line.
10379
10380 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10381
10382 * speedbar.el (speedbar-edit-line): Change regexp to position
10383 the cursor on the first character of this line's button.
10384
10385 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10386
10387 * subr.el (functionp): Doc fix.
10388
10389 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10390
10391 * progmodes/idlwave.el (idlwave-make-tags):
10392 * textmodes/flyspell.el (flyspell-large-region):.
10393 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10394 * emulation/viper-util.el (viper-glob-unix-files):
10395 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10396 * man.el (Man-init-defvars):
10397 * jka-compr.el (jka-compr-call-process):
10398 * files.el (get-free-disk-space,insert-directory):
10399 * ediff-ptch.el (ediff-test-patch-utility):
10400 * ediff-diff.el (ediff-test-utility):
10401 * dired-aux.el (dired-check-process):
10402 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10403 test the return value of call-process, because it can be a string.
10404
10405 2003-12-31 John Paul Wallington <jpw@gnu.org>
10406
10407 * bindings.el (completion-ignored-extensions): Add .pfsl.
10408
10409 2003-12-31 Kim F. Storm <storm@cua.dk>
10410
10411 * ido.el (ido-nonreadable-directory-p): New defun to check for
10412 nonreadable directory without activating tramp (to avoid problems
10413 with checking incomplete tramp paths).
10414 (ido-set-current-directory, ido-file-internal)
10415 (ido-file-name-all-completions1): Use it.
10416
10417 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10418
10419 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10420 documentation if the anchor (or node) name is preceded by `info
10421 anchor' or `Info anchor' in addition to earlier `info node' and
10422 `Info node'.
10423 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10424
10425 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10426
10427 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10428 error in arguments to base64-decode-region. Remove ^M characters
10429 after decoding base64.
10430
10431 2003-12-30 Simon Josefsson <jas@extundo.com>
10432
10433 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10434 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10435 have only been distributed with Emacs for some years.
10436 (texinfo-mode-hook): Customize.
10437
10438 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10439
10440 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10441 cleaner (suggested by Richard Stallman).
10442
10443 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10444 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10445 file-name clashes on 8+3 DOS filesystems.
10446
10447 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10448 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10449 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10450 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10451 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10452 file-name clashes on 8+3 filesystems.
10453
10454 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10455 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10456 file-name clashes on 8+3 DOS filesystems.
10457
10458 2003-12-29 Richard M. Stallman <rms@gnu.org>
10459
10460 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10461 Upcase the character.
10462
10463 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10464 Search for header separator alone on a line, literally,
10465 and search for it backward, not forward.
10466 (flyspell-abbrev-table): Always use global-abbrev-table
10467 if there is no local one.
10468
10469 * progmodes/sh-script.el (sh-get-indent-info):
10470 Don't move point back if at bob.
10471
10472 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10473
10474 * play/handwrite.el (handwrite): Make the handwrite credit message
10475 a comment rather than an output command.
10476
10477 * obsolete/sc.el: Display message that this file is obsolete.
10478
10479 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10480
10481 * mail/rfc822.el (rfc822-address-start): Declare variable.
10482 Renamed from address-start. All uses changed.
10483
10484 * term.el (term-exec): Set up sentinel.
10485 (term-sentinel): New function.
10486 (term-handle-exit): New function.
10487
10488 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10489 Use assoc-string, and mark them obsolete.
10490 (delay-mode-hooks): Mark as permanent local.
10491
10492 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10493
10494 * register.el (copy-rectangle-to-register): Doc fix.
10495
10496 * info.el (Info-insert-dir): Use assoc-string.
10497
10498 * info-look.el (info-lookup): Use assoc-string.
10499
10500 * frame.el (pop-up-frame-function): Use quote, not `function'.
10501 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10502 copying with lists as coordinate values.
10503
10504 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10505
10506 * find-dired.el (kill-find): New command.
10507 (find-dired): Make buffer read-only.
10508 Set up a keymap with C-c C-k running kill-find.
10509 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10510
10511 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10512
10513 * filecache.el (file-cache-ignore-case): New variable.
10514 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10515
10516 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10517 (comint-dynamic-complete-as-filename): Rename local vars.
10518 (comint-dynamic-list-filename-completions): Likewise.
10519
10520 * comint.el (comint-dynamic-list-completions-config): New var.
10521 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10522
10523 * comint.el (comint-file-name-chars): Add [].
10524 (comint-word): Use skip-chars-backward, not search.
10525
10526 * shell.el (shell-file-name-chars): Add [].
10527
10528 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10529
10530 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10531
10532 * generic.el (define-generic-mode): Doc fix.
10533
10534 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10535
10536 * files.el (kill-some-buffers): Doc fix.
10537
10538 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
10539
10540 * comint.el (comint-watch-for-password-prompt): Pass `string' as
10541 arg to send-invisible
10542 (send-invisible): Doc fix. The argument is now a prompt, not the
10543 string to send.
10544 (comint-read-noecho): Doc fix.
10545
10546 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
10547
10548 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10549 "@", as required by some ISP hosting service. Fix defcustom
10550 argument syntax errors that prevented use of customization.
10551
10552 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10553
10554 * xml.el (xml-get-attribute-or-nil): Doc fix.
10555
10556 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
10557
10558 * net/zone-mode.el (zone-mode): Use write-file-functions, not
10559 write-file-hooks.
10560
10561 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
10562
10563 * autorevert.el (auto-revert-interval): Doc fix.
10564
10565 2003-12-29 Mark A. Hershberger <mah@everybody.org>
10566
10567 * xml.el (xml-get-attribute-or-nil): New function, like
10568 xml-get-attribute, but returns nil if the attribute was not found.
10569 (xml-get-attribute): Convert to defsubst, uses
10570 xml-get-attribute-or-nil.
10571
10572 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10573
10574 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10575
10576 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
10577
10578 * custom.el (custom-declare-theme): Use `value' when putting
10579 properties on `theme'.
10580
10581 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
10582
10583 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10584 for each yank-handler segment.
10585 (insert-for-yank-1): New function, with the body of the previous
10586 insert-for-yank.
10587
10588 * textmodes/table.el (table-yank-handler): New defcustom.
10589 (table--put-cell-indicator-property): Put yank-handler property
10590 that indicates the yank handler for the table cell.
10591
10592 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10593
10594 * generic-x.el (etc-modules-conf-generic-mode): A more complete
10595 set of keywords.
10596
10597 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10598
10599 * international/mule-cmds.el (reset-language-environment)
10600 (set-language-environment): Don't invoke fontset-related functions
10601 if fontset-list is not fboundp.
10602
10603 2003-12-29 Kenichi Handa <handa@m17n.org>
10604
10605 * international/mule-cmds.el (reset-language-environment):
10606 Call set-overriding-fontspec-internal with nil.
10607 (set-language-environment): Call set-overriding-fontspec-internal
10608 if the language environment specify `overriding-fontspec'.
10609 (language-info-alist): Doc added.
10610
10611 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10612 characters of mule-unicode-0100-24ff.
10613 (ccl-encode-windows-1251-font): New CCL program.
10614 ("Bulgarian"): Specify overriding-fontspec.
10615 ("Belarusian"): Likewise.
10616
10617 2003-12-28 Sam Steingold <sds@gnu.org>
10618
10619 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10620 parameter ID-FORMAT to conform with the 2003-11-30 patch.
10621
10622 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
10623
10624 * progmodes/gud.el (gud-gdb-command-name): Set default to
10625 "gdb --annotate=3".
10626 (gud-gdb-marker-filter): Look out for annotations.
10627 (gdb-first-pre-prompt): New variable.
10628 Remove trailing white space.
10629
10630 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10631 if necessary.
10632 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
10633 annotations are detected.
10634 (gud-gdba-marker-filter): Use global variable gud-marker-acc
10635 instead of a local one to allow transition from
10636 gud-gdb-marker-filter.
10637 Remove trailing white space.
10638
10639 2003-12-27 Kim F. Storm <storm@cua.dk>
10640
10641 * ido.el: Handle non-readable directories.
10642 (ido-decorations): Add 9th element for non-readable directory.
10643 (ido-directory-nonreadable): New dynamic var.
10644 (ido-set-current-directory): Set it.
10645 (ido-read-buffer, ido-file-internal):
10646 (ido-read-file-name, ido-read-directory-name): Let-bind it.
10647 (ido-file-name-all-completions1): Return empty list for
10648 non-readable directory.
10649 (ido-exhibit): Print [Not readable] if directory is not readable.
10650 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10651 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10652 Use it.
10653
10654 2003-12-27 Lars Hansen <larsh@math.ku.dk>
10655
10656 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10657 calls to directory-files-and-attributes and file-attributes.
10658 (ls-lisp-format): Remove system dependent handling of user and
10659 group id's.
10660
10661 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10662
10663 * ffap.el (ffap-read-file-or-url): Revert previous change.
10664
10665 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
10666
10667 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10668 new list of included files called `files-with-node-lines', that
10669 only have node lines. This way @include commands can include any
10670 file, such as version and update files without node lines, not
10671 just files that are chapters.
10672
10673 2003-12-25 Andreas Schwab <schwab@suse.de>
10674
10675 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10676 file not found.
10677
10678 2003-12-08 Miles Bader <miles@gnu.org>
10679
10680 * dired.el (dired-between-files): Always use dired-move-to-filename,
10681 which is more robust in non-english locales.
10682
10683 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10684
10685 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10686
10687 2003-12-24 Andreas Schwab <schwab@suse.de>
10688
10689 * shell.el (shell-file-name-quote-list): Add backslash.
10690
10691 * comint.el (comint-quote-filename): Correctly handle backslash
10692 in comint-file-name-quote-list.
10693
10694 2003-12-24 Kenichi Handa <handa@m17n.org>
10695
10696 * international/mule-cmds.el (set-default-coding-systems):
10697 Call ucs-set-table-for-input for all buffers that don't have local
10698 value of buffer-file-coding-system.
10699
10700 * international/ucs-tables.el (ucs-set-table-for-input):
10701 If translation-table-for-encode is a symbol, get its
10702 translation-table property.
10703
10704 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10705
10706 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10707 to `completing-read' on a recently fixed bug.
10708
10709 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10710 instead of SPACE, to get the list of possible fringe modes.
10711 SPACE only works if both `partial-completion-mode' and
10712 `completion-auto-help' are nil.
10713
10714 * complete.el (PC-is-complete-p): Delete.
10715 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10716 calls to `test-completion'.
10717
10718 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10719
10720 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10721 to edit values when there are no children.
10722
10723 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10724 a mode called "Assembler" already exists.
10725 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10726 (gud-watch): Use format option. Remove font properties from string.
10727 (gdb-var-create-handler, gdb-var-list-children-handler):
10728 Don't bother about properties as there are none.
10729 (gdb-var-create-handler, gdb-var-list-children-handler)
10730 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10731 with two arguments.
10732 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10733 Let speedbar show value changes with a different font.
10734 (gdb-edit-value): New defun.
10735 (gdb-clear-partial-output, gdb-clear-inferior-io)
10736 (def-gdb-auto-update-handler): Use erase-buffer.
10737 (gdb-frame-handler): Display watch expressions in
10738 FUNCTION::VARIABLE format if required.
10739
10740 2003-12-23 John Paul Wallington <jpw@gnu.org>
10741
10742 * info.el (Info-unescape-quotes, Info-split-parameter-string)
10743 (Info-goto-emacs-command-node): Doc fixes.
10744
10745 2003-12-12 Jesper Harder <harder@ifa.au.dk>
10746
10747 * cus-edit.el (custom-add-parent-links): Define "many".
10748
10749 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
10750
10751 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10752 (widget-child-validate, widget-type-value-create)
10753 (widget-type-default-get, widget-type-match): New functions.
10754 (lazy): New widget.
10755 (menu-choice, checklist, radio-button-choice, editable-list)
10756 (group, documentation-string): Remove redundant (per 2003-10-25
10757 change) calls to `widget-children-value-delete'.
10758 (widget-choice-value-get, widget-choice-value-inline): Remove.
10759 (menu-choice): Update widget.
10760
10761 2003-12-03 Kenichi Handa <handa@m17n.org>
10762
10763 * language/cyrillic.el: Register "microsoft-cp1251" in
10764 ctext-non-standard-encodings-alist.
10765 ("Bulgarian"): Add ctext-non-standard-encodings.
10766 ("Belarusian"): Likewise.
10767
10768 * international/mule-conf.el (compound-text-with-extensions):
10769 Change the type to 2 (iso-2022 base).
10770
10771 * international/mule.el (ctext-non-standard-encodings-alist):
10772 Change the format.
10773 (ctext-non-standard-encodings): New variable.
10774 (ctext-post-read-conversion): Fully re-written.
10775 (ctext-non-standard-designations-alist): Delete it.
10776 (ctext-non-standard-encodings-table): New function.
10777 (ctext-pre-write-conversion): Fully re-written.
10778
10779 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10780
10781 * cus-edit.el (custom-add-parent-links): Add documentation links
10782 for parent, if the item has none of its own.
10783
10784 2003-11-30 Richard M. Stallman <rms@gnu.org>
10785
10786 * dired-aux.el (dired-do-query-replace-regexp):
10787 Report files visited read-only.
10788
10789 2003-11-30 Juri Linkov <juri@jurta.org>
10790
10791 * dired-aux.el (dired-compare-directories): New command.
10792 (dired-file-set-difference, dired-files-attributes): New functions.
10793
10794 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10795 Version 2.0.38 of Tramp released.
10796
10797 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
10798 Charles Curley <charlescurley@charlescurley.com>.
10799 (tramp-multi-connection-function-alist): Add ssht entry which adds
10800 "-e none -t -t" to the list of ssh args. Suggested by Adrian
10801 Aichner.
10802 (tramp-get-method-parameter): New function to retrieve a method
10803 parameter. This allows for omission of method parameters.
10804 Callers adjusted.
10805
10806 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
10807
10808 * net/tramp.el: Add new optional parameter ID-FORMAT to
10809 `file-attributes'. Calls of `file-attributes' won't use this
10810 parameter for backward compatibility reasons.
10811 (tramp-perl-file-attributes): Add a new parameter to Perl script
10812 in order to handle uid/gid as strings, if desired.
10813 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10814 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10815 order to make the function more general.
10816 (tramp-handle-file-attributes): Replace proprietary optional
10817 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10818 (tramp-handle-file-attributes-with-perl): Handle parameter
10819 NONNUMERIC if set. This wasn't done in the past.
10820 (tramp-post-connection): Apply second parameter "$2" if
10821 `tramp-remote-perl' is called.
10822
10823 * net/tramp-smb.el (tramp-smb-handle-delete-file):
10824 Correct cut'n'waste error (`filename' instead of `directory').
10825 (tramp-smb-handle-directory-files-and-attributes)
10826 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10827 introduced parameter ID-FORMAT.
10828 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10829 error (`directory' instead of `ldir').
10830
10831 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10832 `file-attributes' has a second parameter. If yes, apply it with
10833 value "'integer". Otherwise, don't use that parameter (default is
10834 integer format).
10835
10836 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10837
10838 * help.el (help-map): Bind `display-local-help' to `C-h .'.
10839 (help-for-help): Add `C-h .' to the listed Help options.
10840 Remove trailing whitespace.
10841
10842 * help-at-pt.el: New file.
10843
10844 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
10845
10846 * subr.el (noreturn, 1value): New macros for test coverage.
10847 See `testcover.el'.
10848
10849 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10850
10851 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10852 for macro `1value'.
10853 (testcover-1value): New function. Checks that a 1value form
10854 actually returns only one value. Requested by RMS.
10855
10856 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
10857
10858 * gdb-ui.el (gud-watch, gdb-var-create-handler)
10859 (gdb-var-list-children, gdb-var-list-children-handler)
10860 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10861 gdb commands that use mi to keep them out of the command history.
10862
10863 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10864
10865 * cus-start.el (all): Add use-file-dialog.
10866
10867 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10870
10871 2003-11-27 Kim F. Storm <storm@cua.dk>
10872
10873 * subr.el (posn-object-x-y): New defun.
10874
10875 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10878 Don't use `space' for \\\n.
10879 Be more selective as to which # are comment-starters.
10880
10881 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
10882
10883 * subr.el (number-sequence): Improve handling of floating point
10884 arguments (suggested by Kim Storm). Allow negative arguments.
10885
10886 2003-11-26 Kenichi Handa <handa@m17n.org>
10887
10888 * international/mule-cmds.el (standard-display-european-internal):
10889 Cancel the standard-display-table setting for ` and '.
10890
10891 2003-11-26 Kim F. Storm <storm@cua.dk>
10892
10893 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10894 New defcustoms to add ffap-like functionality to ido.
10895 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
10896 (ido-no-final-slash): New defun.
10897 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10898 (ido-read-file-name): ): Toggle VC checking via
10899 vc-handled-backends instead of vc-master-templates.
10900 (ido-file-internal): Handle ido-use-url-at-point and
10901 ido-use-filename-at-point via code borrowed from ffap-guesser.
10902 Handle new ido-exit code ffap.
10903 (ido-sort-list): Ignore final slash when sorting file names.
10904
10905 2003-11-25 Kim F. Storm <storm@cua.dk>
10906
10907 * emulation/cua-base.el (cua--standard-movement-commands):
10908 Add forward-sentence and backward-sentence.
10909
10910 2003-11-25 Stephen Eglen <stephen@gnu.org>
10911
10912 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10913 iswitchb-exit is set to 'usefirst when user selects buffer at head
10914 of list using RET. (Selecting buffers at the head of the list was
10915 broken if the substring was also a complete buffername.)
10916
10917 2003-11-23 Kim F. Storm <storm@cua.dk>
10918
10919 * progmodes/compile.el (grep-command, grep-use-null-device)
10920 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10921 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10922 (grep-regexp-alist, grep-program, find-program)
10923 (grep-find-use-xargs, grep-history, grep-find-history)
10924 (grep-process-setup, grep-compute-defaults)
10925 (grep-default-command, grep, grep-tag-default, grep-find)
10926 (grep-expand-command-macros, grep-tree-last-regexp)
10927 (grep-tree-last-files, grep-tree): Move grep variables, functions
10928 and commands to new file grep.el.
10929 (compilation-mode-map): Remove grep commands from Compile sub-menu.
10930 (compilation-process-setup-function): Doc fix.
10931 (compilation-highlight-regexp, compilation-highlight-overlay): New
10932 defvars used for highlighting current compile error in source buffer.
10933 (compile-internal): New optional args HIGHLIGHT-REGEXP and
10934 LOCAL-MAP which overrides compilation-highlight-regexp and
10935 compilation-mode-map for this compilation.
10936 Delay calling compilation-set-window-height until after running
10937 compilation-process-setup-function so it can buffer-local override
10938 compilation-window-height.
10939 Check buffer-local value of compilation-scroll-output.
10940 (compilation-set-window-height): Use buffer-local value of
10941 compilation-window-height.
10942 (compilation-revert-buffer): Don't pass (undefined)
10943 preserve-modes arg to revert-buffer.
10944 (next-error-no-select, previous-error-no-select): New commands.
10945 (compilation-goto-locus): Temporarily highlight current match in
10946 source buffer using compilation-highlight-regexp.
10947
10948 * progmodes/grep.el: New file with grep code from compile.el.
10949 (grep): New defcustom group.
10950 (grep-window-height): New defcustom, like compilation-window-height.
10951 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10952 (grep-scroll-output): New defcustom, like compilation-scroll-output.
10953 (grep-command, grep-use-null-device, grep-find-command)
10954 (grep-tree-files-aliases, grep-tree-ignore-case)
10955 (grep-tree-ignore-CVS-directories): Move to grep custom group.
10956 (grep-setup-hook): New hook variable.
10957 (grep-mode-map): New keymap for grep commands. Add Grep menu.
10958 (grep-last-buffer): New defvar, override compilation-last-buffer.
10959 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
10960 Call compile-internal with args highlight-regexp and grep-mode-map.
10961
10962 2003-11-23 Kim F. Storm <storm@cua.dk>
10963
10964 * subr.el (event-start, event-end): Doc fix.
10965 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10966 (posn-area, posn-actual-col-row, posn-object): New defuns.
10967 (posn-col-row): Simplify doc. Rewrite to use cond.
10968 (posn-point): Also return buffer position for events outside text
10969 area (that info is now present in the event position).
10970
10971 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10972 mouse-set-point so that hscroll still works now that clicks on
10973 fringes generate specific mouse events.
10974 (mouse-set-point): Note that it now works in fringes and margins
10975 too due to new semantics of posn-point in fringes and margins.
10976
10977 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10978 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10979
10980 2003-11-20 Kim F. Storm <storm@cua.dk>
10981
10982 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10983 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10984 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10985 to 100 for icons to avoid increasing line height when shown.
10986
10987 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10988
10989 * newcomment.el (comment-normalize-vars): Initialize properly if
10990 comment-start was nil.
10991
10992 2003-11-19 Andreas Schwab <schwab@suse.de>
10993
10994 * simple.el (set-variable): Fix indentation.
10995
10996 2003-11-17 Kenichi Handa <handa@m17n.org>
10997
10998 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10999 Fix docstring.
11000
11001 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
11002
11003 * international/latin1-disp.el (latin1-display): Fix docstring.
11004
11005 2003-11-16 John Wiegley <johnw@newartisans.com>
11006
11007 * eshell/em-ls.el (eshell-ls-file): There are times with
11008 size-width is nil and uncomputed (when directories are created in
11009 dired, for example); in this case, 4 is reasonable default value,
11010 although it may caused skewed new entries (which could be avoided
11011 by returning the original value of 8 in all cases, but 99% of the
11012 time this is a waste of whitespace).
11013
11014 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11015
11016 * cc-engine.el (c-guess-continued-construct)
11017 (c-guess-basic-syntax): Check a little more carefully if it's a
11018 function declaration when an unknown construct followed by a block
11019 is found inside a statement context. This avoids macros followed
11020 by blocks to be taken as function declarations.
11021
11022 (c-guess-continued-construct): Change the analysis of a statement
11023 continuation with a brace open to `substatement-block', for
11024 consistency with recognized statements.
11025
11026 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11027 start is in a position so that `c-beginning-of-statement-1' jumped
11028 to the beginning of the same statement.
11029
11030 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11031 Don't accept binary operators in the arglist if we're in a function
11032 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11033 template recognition in cases like "if (a < b || c > d)".
11034
11035 (c-restricted-<>-arglists): New more appropriate name for
11036 `c-disallow-comma-in-<>-arglists'.
11037
11038 Accessing functions updated for the variable name change.
11039
11040 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11041 match data could get clobbered if NOT-INSIDE-TOKEN is used.
11042
11043 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11044 labels.
11045
11046 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11047 instead of duplicating parts of it. This fixes bogus label
11048 recognition.
11049
11050 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11051 of checking the context in which to apply the minimum indentation,
11052 so that it isn't enforced in e.g. namespace blocks.
11053
11054 * cc-vars.el (c-inside-block-syms): New constant used by
11055 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11056 to somewhat reduce the risk of becoming stale.
11057
11058 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11059 cc-cmds to cc-engine to allow use from cc-align.
11060
11061 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11062 qualified identifiers containing "::".
11063
11064 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11065 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11066
11067 * cc-vars.el (c-emacs-features): Use a space in front of the name
11068 of the temporary buffer. That also avoids dumping problems in
11069 XEmacs due to undo info being left around after the buffer is killed.
11070
11071 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11072 arglist to see if it's a K&R style declaration.
11073
11074 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11075 before returning `knr-argdecl-intro'.
11076
11077 2003-11-16 John Wiegley <johnw@newartisans.com>
11078
11079 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11080 field in a long-listing always 8 characters, use `size-width',
11081 which has already been computed.
11082
11083 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11084
11085 * subr.el (minor-mode-list): Add `hs-minor-mode'.
11086
11087 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11088
11089 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11090 Support operation while narrowed, with `diff-restrict-view'.
11091
11092 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11093
11094 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11095 Take additional optional arg NARROWFUN. For the generated functions:
11096 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
11097 include frags that arrange to check for and save narrowing state before
11098 the move and then conditionally call NARROWFUN after the move.
11099
11100 2003-11-14 John Wiegley <johnw@newartisans.com>
11101
11102 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11103 that was optional, but obviously missing based on surrounding code.
11104
11105 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11106 string arguments to numbers unless the whole argument was seen as
11107 a number.
11108
11109 2003-11-14 Kenichi Handa <handa@m17n.org>
11110
11111 * international/mule.el (ctext-non-standard-encodings-alist):
11112 Fix coding systems.
11113
11114 2003-11-10 Kenichi Handa <handa@m17n.org>
11115
11116 * language/kannada.el ("Kannada"): Add sample-text.
11117
11118 * language/knd-util.el (kannada-compose-region)
11119 (kannada-compose-string, kannada-post-read-conversion):
11120 Add autoload cookie.
11121
11122 * international/quail.el (quail-completion): Change the message
11123 "corresponding translations" to "corresponding characters".
11124
11125 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11126
11127 * descr-text.el (describe-char): Fix typo.
11128
11129 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11130
11131 These changes are to support Kannada language/script.
11132
11133 * Makefile.in (DONTCOMPILE): Add kannada.el.
11134
11135 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11136
11137 * loadup.el: Preload kannada.el.
11138
11139 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11140 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11141 New variables.
11142
11143 * language/kannada.el: New file.
11144
11145 * language/knd-util.el: New file.
11146
11147 2003-11-07 Andreas Schwab <schwab@suse.de>
11148
11149 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11150 Also highlight AH_*.
11151
11152 * xml.el (xml-parse-dtd): Fix misplaced paren.
11153
11154 2003-11-07 Kenichi Handa <handa@m17n.org>
11155
11156 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11157
11158 2003-11-05 Juri Linkov <juri@jurta.org>
11159
11160 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11161 (desktop-buffer-file): Use saved buffer-file-coding-system
11162 for file reading. Set auto-insert to nil to prevent automatic
11163 insertion into restored empty files.
11164
11165 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11166
11167 * files.el (risky-local-variable-p): Make second argument optional.
11168
11169 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11170
11171 * subr.el (add-hook): Fix last change.
11172
11173 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11174
11175 * mail/rmail.el (rmail-convert-to-babyl-format):
11176 If base64-decode-region signals an error, catch it and silently
11177 ignore it.
11178
11179 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11180
11181 * xml.el (xml-parse-region): Allow comments to appear after the
11182 topmost element has closed.
11183 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11184 (xml-ns-expand-attr): New functions to do namespace handling.
11185 (xml-intern-attrlist): Back-compatible handling of attribute names.
11186 (xml-parse-tag): Move namespace handling to separate functions.
11187 Now produces elements in the form ((:ns . "element") (attr-list)
11188 children) instead of ('ns:element (attr-list) children).
11189 (xml-parse-attlist): Fix attribute parsing.
11190 (xml-parse-dtd): Change parsing so that it produces strings
11191 instead of interned symbols.
11192
11193 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11194
11195 * dired.el (dired-ls-sorting-switches): Doc fix.
11196
11197 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11198
11199 * emacs-lisp/rx.el (rx-or): Fix the case of
11200 "(rx (and ?a (or ?b ?c) ?d))".
11201
11202 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11203
11204 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11205 (texinfo-format-region): Use it.
11206 (texinfo-format-buffer-1): Ditto.
11207
11208 2003-11-01 Alan Mackenzie <acm@muc.de>
11209
11210 Changes to allow scrolling whilst in isearch mode:
11211 * isearch.el (isearch-unread-key-sequence): New function,
11212 extracted from isearch-other-meta-char.
11213 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11214 "scrollable" standard functions.
11215 (isearch-allow-scroll): New customizable variable.
11216 (isearch-string-out-of-window, isearch-back-into-window)
11217 (isearch-reread-key-sequence-naturally)
11218 (isearch-lookup-scroll-key): New functions.
11219 (isearch-other-meta-char): Doc string and functionality enhanced.
11220 Now accepts a prefix argument.
11221 (isearch-lazy-highlight-window-end): New variable.
11222 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11223 end (thru isearch-lazy-highlight-window-end), not only its start.
11224
11225 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11226 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11227 (universal-argument, universal-argument-more, negative-argument)
11228 (digit-argument, universal-argument-other-key): Minor changes.
11229
11230 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11231
11232 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11233 recursively if the last message is deleted, thus avoiding an
11234 infinite loop.
11235
11236 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11239 (tex-main-file): Don't add .tex if the extension is already present.
11240 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11241
11242 2003-10-29 Lute Kamstra <lute@gnu.org>
11243
11244 * progmodes/octave-inf.el (inferior-octave-prompt):
11245 Recognize version number in prompt.
11246
11247 2003-10-28 Dave Love <fx@gnu.org>
11248
11249 * international/characters.el: Fix some Unicode ranges.
11250
11251 2003-10-28 Kenichi Handa <handa@m17n.org>
11252
11253 * disp-table.el (standard-display-8bit)
11254 (standard-display-default, standard-display-ascii)
11255 (standard-display-g1, standard-display-graphic)
11256 (standard-display-underline): Assure that standard-display-table
11257 is a display table.
11258
11259 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11262 reindenting the first line.
11263
11264 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11265
11266 * wid-edit.el (widget-default-delete): Always delete child widgets.
11267
11268 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11271 if the line has code.
11272 Don't try to line up with something that's too far left.
11273
11274 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11275 (octave-mode-syntax-table): Add % as a comment starter.
11276 (octave-point): Remove.
11277 (octave-in-comment-p, octave-in-string-p)
11278 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11279 (octave-blink-matching-block-open, octave-auto-fill):
11280 Use line-(beginning|end)-position instead.
11281
11282 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11283
11284 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11285 for Francesco Potort\e,Al\e(B.
11286
11287 2003-10-23 Dave Love <fx@gnu.org>
11288
11289 * international/mule-cmds.el (locale-charset-to-coding-system):
11290 Don't rely on nil being a coding system.
11291
11292 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11293 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11294 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11295
11296 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11297
11298 * gdb-ui.el (gdb-current-language): New variable.
11299 (gdb-update-flag): Remove variable.
11300 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11301 (gdb-take-last-elt): Remove function.
11302 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11303 (gdb-post-prompt): Check for variable object changes here.
11304
11305 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11306 object changes in gdb-ui.el.
11307
11308 2003-10-21 Richard M. Stallman <rms@gnu.org>
11309
11310 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11311
11312 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11313 Don't check for foo*/ wildcard form here.
11314 (insert-directory): Recognize foo*/ as a wildcard.
11315 Separate wildcard-regexp variable from the arg, wildcard.
11316
11317 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11318 (remove-hook): Correctly handle strange cases about local hooks.
11319
11320 2003-10-21 David Ponce <david@dponce.com>
11321
11322 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11323 argument REAL, to return a real number instead of a rounded
11324 integer value. Define as inline function.
11325 (ruler-mode-right-fringe-cols): Likewise.
11326 (ruler-mode-scroll-bar-cols): New function.
11327 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11328 (ruler-mode-right-scroll-bar-cols): Likewise.
11329 (ruler-mode-space): New function.
11330 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11331 scroll bar mode and margins in a more robust way.
11332
11333 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11334
11335 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11336 (antlr-c-init-language-vars): New function.
11337 (antlr-mode): Use it with cc-mode before v5.29.
11338 (antlr-c-common-init): Don't set some local vars here.
11339 (antlr-mode): Set them here.
11340 (antlr-c-forward-sws): New function alias.
11341 (antlr-mode): Redefine with cc-mode before v5.30.
11342 (antlr-skip-sexps): Use it.
11343 (antlr-skip-exception-part): Ditto.
11344 (antlr-skip-file-prelude): Ditto.
11345 (antlr-outside-rule-p): Ditto.
11346 (antlr-end-of-body): Ditto.
11347 (antlr-option-kind): Ditto.
11348 (antlr-insert-option-area): Ditto.
11349 (antlr-file-dependencies): Ditto.
11350
11351 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11352
11353 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11354 Move backward only if point was not inside an entry.
11355
11356 2003-10-21 Richard M. Stallman <rms@gnu.org>
11357
11358 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11359
11360 2003-10-21 Juri Linkov <juri@jurta.org>
11361
11362 * compare-w.el: Automatically skip non-matching text to resync.
11363 (compare-windows-whitespace): Doc fix.
11364 (compare-windows-sync, compare-windows-sync-string-size)
11365 (compare-windows-recenter, compare-ignore-whitespace)
11366 (compare-windows-highlight, compare-windows-face): New variables.
11367 (compare-windows): Use compare-windows-sync.
11368 (compare-windows-highlight, compare-windows-dehighlight)
11369 (compare-windows-sync-regexp)
11370 (compare-windows-sync-default-function): New functions.
11371
11372 2003-10-21 Juri Linkov <juri@jurta.org>
11373
11374 * diff.el (diff-parse-differences): Don't visit the files now;
11375 instead, just record the error locus.
11376
11377 2003-10-21 Dave Love <fx@gnu.org>
11378
11379 * progmodes/cfengine.el: New file.
11380
11381 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11384 default-directory when completing file names.
11385
11386 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11387
11388 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11389 followed by the word `face', it gets treated as a face, even if
11390 it is also defined as a variable or a function.
11391
11392 2003-10-20 Dave Love <fx@gnu.org>
11393
11394 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11395 Avoid incf in macro expansion.
11396
11397 2003-10-20 John Paul Wallington <jpw@gnu.org>
11398
11399 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11400 `evenp' so we don't implicitly require cl library at runtime.
11401
11402 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11403
11404 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11405 (help-make-xrefs): Only make cross-references for faces if
11406 preceded or followed by the word `face'. Do not make a
11407 cross-reference for variables without variable documentation,
11408 unless preceded by the word `variable' or `option'. Update doc
11409 string accordingly.
11410
11411 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11412
11413 * progmodes/hideshow.el: Rewrite one-armed `if'
11414 constructs using either `when' or `unless'.
11415 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11416
11417 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11418
11419 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11420 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11421 instead of 12x12.
11422
11423 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11424
11425 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11426 message while converting to Babyl.
11427
11428 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11429
11430 * allout.el (allout-mode): Doc fix.
11431
11432 2003-10-16 Lute Kamstra <lute@gnu.org>
11433
11434 * subr.el (force-mode-line-update): Fix docstring.
11435
11436 2003-10-14 Dave Love <fx@gnu.org>
11437
11438 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11439 (default-input-method): Add :link, improve :type.
11440 (locale-charset-language-names): Fix utf-8 pattern.
11441 (locale-charset-match-p, locale-charset-alist)
11442 (locale-charset-to-coding-system): New.
11443 (set-locale-environment): Deal with codeset part of locale specs.
11444
11445 2003-10-14 Lute Kamstra <lute@gnu.org>
11446
11447 * fringe.el (fringe-mode): Use active voice in docstring.
11448 (set-fringe-style): Ditto.
11449
11450 2003-10-13 Lute Kamstra <lute@gnu.org>
11451
11452 * fringe.el (fringe-mode): Fix docstring.
11453 (set-fringe-style): Ditto.
11454
11455 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11456
11457 * ediff-mult.el (ediff-filegroup-action):
11458 Use ediff-default-filtering-regexp.
11459
11460 * ediff-util.el (ediff-recenter): Don't call
11461 ediff-restore-highlighting twice.
11462 (ediff-select-difference): Set current difference.
11463 (ediff-unselect-and-select-difference): Add comment.
11464
11465 * ediff.el (ediff-directories,ediff-directory-revisions)
11466 (ediff-directories3,ediff-merge-directories)
11467 (ediff-merge-directories-with-ancestor)
11468 (ediff-merge-directory-revisions)
11469 (ediff-merge-directory-revisions-with-ancestor):
11470 Use ediff-default-filtering-regexp.
11471
11472 2003-10-12 Andreas Schwab <schwab@suse.de>
11473
11474 * international/mule-cmds.el (locale-charset-language-names):
11475 Simplify regex by removing unused grouping.
11476
11477 2003-10-10 Dave Love <fx@gnu.org>
11478
11479 * bindings.el: Don't bind stop.
11480
11481 2003-10-08 Miles Bader <miles@gnu.org>
11482
11483 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11484 face instead of attempting to emulate it.
11485
11486 2003-10-07 Kenichi Handa <handa@m17n.org>
11487
11488 * international/mule-diag.el (list-coding-systems-1): List coding
11489 systems that are loaded automatically.
11490
11491 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11492
11493 * international/mule.el (autoload-coding-system): New function.
11494
11495 2003-10-07 Andreas Schwab <schwab@suse.de>
11496
11497 * log-edit.el (log-edit-changelog-entries): Prefer local value of
11498 change-log-default-name in the buffer visiting the file.
11499
11500 2003-10-06 Dave Love <fx@gnu.org>
11501
11502 * files.el (find-file-hook): Customize.
11503 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11504
11505 * bindings.el (completion-ignored-extensions): Remove .log.
11506 (global-map): Add again, open, stop keys.
11507
11508 2003-10-05 Richard M. Stallman <rms@gnu.org>
11509
11510 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11511 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11512 Use sh-modify directly.
11513 (sh-select): Use sh-append, not eval.
11514
11515 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11516
11517 * info.el (Info-following-node-name): New function.
11518
11519 * loadhist.el (unload-feature-special-hooks):
11520 Rename from loadhist-hook-functions.
11521 (loadhist-hook-functions): Now an alias.
11522
11523 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11524
11525 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11526 file-name clashes on 8+3 filesystems.
11527
11528 * Makefile.in (DONTCOMPILE, bootstrap-clean):
11529 Rename loaddefs-boot.el to ldefs-boot.el
11530
11531 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11532 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11533
11534 2003-10-03 Lute Kamstra <lute@gnu.org>
11535
11536 * info.el (Info-mode): Revert previous change.
11537 (Info-escape-percent): New function.
11538 (Info-fontify-node): Use it.
11539
11540 2003-10-02 Andreas Schwab <schwab@suse.de>
11541
11542 * loaddefs-boot.el: Regenerated.
11543
11544 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
11545
11546 * ffap.el: Remove defadvice related code from CVS since `complete'
11547 provides a `PC-completion-as-file-name-predicate' variable that
11548 ffap can override.
11549
11550 2003-10-02 Kenichi Handa <handa@m17n.org>
11551
11552 * international/utf-8.el (ccl-decode-mule-utf-8):
11553 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11554
11555 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11556 * international/subst-big5.el: Likewise.
11557 * international/subst-gb2312.el: Likewise.
11558 * international/subst-ksc.el: Likewise.
11559
11560 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11561
11562 * calendar/calendar.el (increment-calendar-month)
11563 (calendar-leap-year-p, calendar-absolute-from-gregorian)
11564 (generate-calendar, calendar-read-date, calendar-interval)
11565 (calendar-day-of-week): Handle years BC.
11566 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11567
11568 2003-10-01 Dave Love <fx@gnu.org>
11569
11570 * language/cyrillic.el (cp1251): Alias for windows-1251.
11571
11572 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11573 bootstrap.
11574
11575 2003-10-01 Lute Kamstra <lute@gnu.org>
11576
11577 * files.el: Fix typo.
11578 * imenu.el (imenu--generic-function): Docstring fix.
11579
11580 2003-09-30 Richard M. Stallman <rms@gnu.org>
11581
11582 * dired.el (dired-mode): Handle dired-directory as a list.
11583
11584 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
11585
11586 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11587
11588 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11589
11590 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11591 Replace gud-display with gud-watch.
11592 (gud-speedbar-buttons): Add stuff for watching expressions
11593 in the speedbar when using M-x gdba. Use dolist on old part
11594 of this function.
11595
11596 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11597 (gdb-update-flag): New variables.
11598 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11599 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11600 (gud-watch, gdb-var-create-handler) : New functions.
11601 (gdb-var-list-children, gdb-var-list-children-handler)
11602 (gdb-var-create-regexp, gdb-var-update-regexp)
11603 (gdb-var-list-children-regexp): New constants.
11604 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11605 (gdb-annotation-rules): Reduce annotation set (level 3).
11606 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11607 (gdb-post-prompt): Don't update GDB buffers every time speedbar
11608 updates.
11609 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11610 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11611 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11612 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11613 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11614 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11615 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11616 (gud-display, gud-display1)
11617 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11618 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11619 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11620 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11621 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11622 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11623 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11624 (gdb-display-display-buffer, gdb-toggle-display)
11625 (gdb-delete-display, gdb-expressions-popup-menu)
11626 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11627 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11628 to display buffer.
11629
11630 2003-09-30 Richard M. Stallman <rms@gnu.org>
11631
11632 * progmodes/ada-mode.el (ada-mode): Don't use advice.
11633 Instead, set which-func-functions.
11634
11635 * progmodes/which-func.el (which-func-modes): Add ada-mode.
11636 (which-func-functions): New variable.
11637 (which-function): Use that.
11638
11639 * info.el (Info-mode): Double each `%' in header line.
11640
11641 * emacs-lisp/lisp-mnt.el (lm-with-file):
11642 When FILE is nil, run BODY in current buffer.
11643
11644 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11645
11646 * help.el (describe-mode): Start with a brief list of minor modes.
11647 Find them thru minor-mode-list so as to find them all.
11648 Show them in alphabetical order.
11649
11650 * mail/sendmail.el (mail-aliases): Doc fix.
11651
11652 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11653
11654 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11655
11656 * mail/rmailsum.el (rmail-make-summary-line-1):
11657 Change comma after last label to a space.
11658 (rmail-summary-font-lock-keywords): Adapt to that change.
11659
11660 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
11661
11662 * progmodes/scheme.el (scheme-mode-variables): When setting
11663 `font-lock-defaults', also specify that "#" should
11664 be interpreted with `word' syntax.
11665 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11666
11667 2003-09-30 Lars Hansen <larsh@math.ku.dk>
11668
11669 * desktop.el: A lot of comments updated.
11670 (desktop-save-mode): Minor mode introduced.
11671 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11672 (desktop-load-default): Function made obsolete.
11673 (desktop-locals-to-save): Variable made customizable.
11674 (desktop-read): Optional parameter `dirname' added.
11675 (desktop-change-dir, desktop-revert): Parameter `dirname' in
11676 `desktop-read' used.
11677 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11678
11679 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
11680
11681 * whitespace.el (whitespace-clean-msg): Add user customizable message
11682 for displaying ``clean'' output.
11683 (whitespace-buffer): Use `whitespace-clean-msg'.
11684 (whitespace-global-mode): Fix typo.
11685
11686 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11687
11688 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11689
11690 2003-09-29 Lute Kamstra <lute@gnu.org>
11691
11692 * bindings.el (mode-line-modes): Remove superfluous :propertize
11693 construct in initialization.
11694 (mode-line-position): Change cons cell into proper list in
11695 initialization.
11696
11697 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11698
11699 * international/mule.el (decode-coding-inserted-region): Use car
11700 of the return value of find-operation-coding-system.
11701
11702 2003-09-29 Kenichi Handa <handa@m17n.org>
11703
11704 * descr-text.el (describe-char): Fix previous change.
11705
11706 2003-09-28 Kenichi Handa <handa@m17n.org>
11707
11708 * descr-text.el (describe-char-display): New function.
11709 (describe-char): Pay attention to display table on describing how
11710 a character is displayed.
11711
11712 * international/mule-cmds.el (encoded-string-description):
11713 Prepend "0x" to each encoded byte.
11714
11715 2003-09-28 Andreas Schwab <schwab@suse.de>
11716
11717 * find-file.el (ff-special-constructs): Add autoload cookie.
11718
11719 2003-09-28 Kevin Ryde <user42@zip.com.au>
11720
11721 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11722 makeinfo appends to duplicate index entries.
11723
11724 2003-09-28 Eli Zaretskii <eliz@gnu.org>
11725
11726 * dired-x.el (dired-clean-tex): Doc fix.
11727
11728 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11729 using a Chinese tutorial.
11730
11731 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11732
11733 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11734 between "MAIL FROM:" and "RCPT TO:" and the following address.
11735
11736 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11737
11738 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11739
11740 2003-09-28 David Ponce <david@dponce.com>
11741
11742 * recentf.el (recentf-initialize-file-name-history): New defcustom.
11743 (recentf-load-list): When `recentf-initialize-file-name-history'
11744 is non-nil, initialize an empty `file-name-history' with the
11745 recent list.
11746
11747 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
11748
11749 * man.el (Man-default-man-entry): Remove the leading `*' from the
11750 word at point.
11751
11752 2003-09-26 Lute Kamstra <lute@gnu.org>
11753
11754 * bindings.el (mode-line-position): Mention size indication in
11755 docstring.
11756
11757 2003-09-26 Andre Spiegel <spiegel@gnu.org>
11758
11759 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11760
11761 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11762 because it's autoloaded now.
11763
11764 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11765
11766 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11767 (sh-font-lock-keywords, sh-feature): Fix previous change of
11768 sh-feature to avoid infloop with sh-font-lock-keywords.
11769
11770 2003-09-25 Kim F. Storm <storm@cua.dk>
11771
11772 * frame.el (frame-current-scroll-bars): New defun.
11773
11774 * window.el (window-current-scroll-bars): New defun.
11775
11776 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11777
11778 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11779 cause errors when the state cache contains info on parts that have
11780 been narrowed out.
11781
11782 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11783
11784 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11785 `c-setup-paragraph-variables' has to be used when this variable is
11786 changed; it doesn't work to reinitialize the mode since that
11787 typically clobbers the variable.
11788
11789 * progmodes/cc-styles.el (c-setup-paragraph-variables):
11790 Make it interactive.
11791
11792 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11793
11794 * progmodes/cc-fonts.el (c-font-lock-declarations):
11795 Fix recognition of constructors and destructors for classes whose
11796 names are matched by `*-font-lock-extra-types'.
11797
11798 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11799 followed by an identifier in C++ then it's a type.
11800
11801 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11802
11803 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11804 problem that primarily affected XEmacs. Don't use faces to find
11805 unterminated strings since Emacs and XEmacs fontify strings
11806 differently - this function should now work better in XEmacs.
11807
11808 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11809
11810 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11811 `expand-abbrev' workaround which caused braces to misbehave inside
11812 macros.
11813
11814 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11815 handling. This bug could cause interactive font locking to bail out.
11816
11817 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11818
11819 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11820 Handle paren-style types in Pike. Also fixed some cases of
11821 insufficient handling of unbalanced parens.
11822
11823 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
11824
11825 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11826 common shell prompts that are not common filename or URL characters.
11827 (ffap-file-at-point): Use the new regexp to strip the prompts from
11828 the file names. This is an issue mostly for user prompts that
11829 don't have a trailing space and find-file-at-point is invoked from
11830 within a shell inside Emacs.
11831
11832 2003-09-24 Andre Spiegel <spiegel@gnu.org>
11833
11834 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11835 stamps numerically, rather than textually.
11836
11837 2003-09-24 Kenichi Handa <handa@m17n.org>
11838
11839 * language/devan-util.el (devanagari-post-read-conversion):
11840 * language/mlm-util.el (malayalam-post-read-conversion):
11841 * language/tml-util.el (tamil-post-read-conversion):
11842 Add autoload cookie.
11843
11844 * international/utf-8.el (utf-8-post-read-conversion):
11845 Call post-read-conversion functions for Devanagari, Malayalam,
11846 and Tamil.
11847
11848 2003-09-23 Dave Love <fx@gnu.org>
11849
11850 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11851
11852 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
11853
11854 * progmodes/gud.el (perldb): Add gud-until to list of commands.
11855 Update gud-remove.
11856
11857 2003-09-22 Richard M. Stallman <rms@gnu.org>
11858
11859 * progmodes/sh-script.el (sh-mode-default-syntax-table):
11860 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
11861 (sh-mode-syntax-table-input): New variable.
11862 (sh-require-final-newline): Don't use eval.
11863 (sh-builtins, sh-leading-keywords, sh-other-keywords)
11864 (sh-variables, sh-font-lock-keywords): Don't use eval.
11865 (sh-set-shell): When setting require-final-newline,
11866 treat value = `require-final-newline' as don't change it.
11867 Set sh-mode-syntax-table locally based on
11868 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11869
11870 * progmodes/compile.el (compile-internal):
11871 Call compilation-set-window-height before setting window start.
11872
11873 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
11874
11875 * emacs-lisp/bytecomp.el (byte-compile-log-file):
11876 Clear out byte-compile-last-warned-form.
11877
11878 2003-09-22 Richard M. Stallman <rms@gnu.org>
11879
11880 * woman.el (woman-file-name, woman-follow-word):
11881 If current-word returns nil, use "".
11882
11883 * simple.el (eval-expression): Bind standard-output in to-buffer case.
11884
11885 2003-09-22 Richard M. Stallman <rms@gnu.org>
11886
11887 * emacs-lisp/lisp-mnt.el (lm-with-file):
11888 Don't visit the file, just use insert-file-contents in temp buffer.
11889
11890 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
11891
11892 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11893 Add surrounding \\( and \\) around the header, as in
11894 for lm-history-header 'Change Log\\|History'.
11895
11896 2003-09-22 John Paul Wallington <jpw@gnu.org>
11897
11898 * progmodes/ld-script.el: Add Commentary section,
11899 minor cleanup of file header.
11900 (ld-script-font-lock-keywords): Doc fix.
11901 (toplevel): Provide `ld-script' feature.
11902
11903 2003-09-21 Kim F. Storm <storm@cua.dk>
11904
11905 * scroll-bar.el (set-scroll-bar-mode): Initialize to
11906 new built-in variable default-frame-scroll-bars.
11907 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11908 scroll-bar-mode; notably, use it instead of t when we toggle
11909 scroll-bars on.
11910 (toggle-scroll-bar): Use default-frame-scroll-bars.
11911
11912 2003-09-19 Masatake YAMATO <jet@gyve.org>
11913
11914 * pcvs.el (cvs-do-removal): Change the prompt depending on
11915 `filter' value.
11916
11917 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11918
11919 * startup.el (command-line-1): Stop startup-echo-area-message
11920 being hidden by "Loading image..." message.
11921 (use-fancy-splash-screens-p, display-splash-screen):
11922 Move display-graphic-p test from latter to former.
11923
11924 * progmodes/sh-script.el (sh-font-lock-keywords):
11925 Highlight escaped EOLs differently from other backslash constructs.
11926
11927 2003-09-19 Richard M. Stallman <rms@gnu.org>
11928
11929 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11930 New functions.
11931 (edebug-enter, edebug-outside-excursion): Use them.
11932
11933 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11934 Fix the condition for whether to print "In WHERE".
11935
11936 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
11937
11938 * finder.el (finder-mode-hook): New variable.
11939 (finder-mode): Run hook finder-mode-hook
11940
11941 2003-09-18 Masatake YAMATO <jet@gyve.org>
11942
11943 * progmodes/ebrowse.el: Fix broken magic autoload comments.
11944
11945 2003-09-17 Mario Lang <mlang@delysid.org>
11946
11947 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11948 "p %e" to actually print the value in the GUD buffer.
11949
11950 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
11951
11952 From David Ponce <david.ponce@wanadoo.fr>:
11953 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11954 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11955 from loaddefs-boot.el if necessary.
11956
11957 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
11958
11959 * progmodes/gud.el (gud-find-class): Make jdb work again since
11960 cc-mode changed the syntactic information.
11961
11962 2003-09-15 David Ponce <david@dponce.com>
11963
11964 * recentf.el: (recentf-exclude): Accept predicates too.
11965 (recentf-file-readable-p): New function.
11966 (recentf-include-p): Handle predicates in recentf-exclude.
11967 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
11968 (recentf-cleanup): Likewise.
11969 (recentf-save-list): Use write-file to handle backup of
11970 recentf-save-file.
11971
11972 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
11973
11974 * loaddefs-boot.el: Renamed from `loaddefs.el'
11975 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11976 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11977 necessary.
11978
11979 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
11980
11981 * electric.el (Electric-pop-up-window): For the `one-window' case,
11982 no longer disconcertingly move point in the original buffer.
11983
11984 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11987
11988 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
11989
11990 * dired.el (dired-mode-map): Fix typo.
11991
11992 2003-09-11 Richard M. Stallman <rms@gnu.org>
11993
11994 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11995
11996 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11997
11998 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11999 the function is less noisy. Now only `kill-buffer' can ask questions.
12000
12001 2003-09-10 Mario Lang <mlang@delysid.org>
12002
12003 * battery.el: Update Commentary and Copyright.
12004 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
12005 appear due to wrong ordering of the expressions in `or'.
12006
12007 2003-09-09 Lute Kamstra <lute@gnu.org>
12008
12009 * misc.el (upcase-char): Fix docstring.
12010 (zap-up-to-char): New command.
12011
12012 2003-09-08 David Ponce <david@dponce.com>
12013
12014 Ensure that recentf correctly updates the menu bar.
12015 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
12016 (recentf-menu-bar): New function.
12017 (recentf-clear-data): Use it
12018 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
12019 of easy-menu-change.
12020
12021 2003-09-08 Lute Kamstra <lute@gnu.org>
12022
12023 * simple.el (size-indication-mode): New.
12024 * bindings.el (mode-line-position): Add buffer size indicator.
12025
12026 2003-09-04 Mario Lang <mlang@delysid.org>
12027
12028 * battery.el (battery-linux-proc-acpi): New function.
12029 (battery-status-function): Modify default value calculation to also
12030 check for availability of ACPI.
12031 (battery-echo-area-format): Ditto.
12032 (battery-mode-line-format): Ditto.
12033
12034 2003-09-06 Dave Love <fx@gnu.org>
12035
12036 * ielm.el (ielm-mode-hook): Add :options.
12037
12038 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12039 (eldoc-print-current-symbol-info): Use it.
12040
12041 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12042
12043 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12044 being displayed in GUD buffer.
12045 (gdb-idle-input-queue): Remove var. Use just one queue.
12046 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12047 Remove functions. Use just one queue.
12048 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12049 (gdb-invalidate-assembler, gdb-get-current-frame):
12050 Modify functions. Use just one queue.
12051
12052 2003-09-04 Dave Love <fx@gnu.org>
12053
12054 * cus-start.el: Add blink-cursor-alist.
12055
12056 * ruler-mode.el (ruler-mode-fill-column-char)
12057 (ruler-mode-current-column-char): Use char-displayable-p,
12058 not window-system.
12059
12060 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12061
12062 * language/european.el (windows-1252): Move from code-pages.
12063
12064 * language/cyrillic.el ("Windows-1251"): Delete.
12065 ("Bulgarian", "Belarusian"): Remove `features'.
12066 (windows-1251): Move from code-pages.
12067
12068 * international/mule-diag.el (non-iso-charset-alist):
12069 Remove `codepage' stuff.
12070 (print-designation, list-coding-systems-1): Output fixes.
12071
12072 * international/code-pages.el (cp-make-translation-table)
12073 (cp-valid-codes): Made defsubsts.
12074 (cp-fix-safe-chars): Delete.
12075 (mule-diag): Don't require.
12076 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12077 (top-level): Check for defined coding system when defining
12078 cp... aliases. Change w32-add-charset-info test to avoid warning.
12079 (non-iso-charset-alist): Defvar when compiling.
12080 (cp-make-coding-system): Doc fix.
12081
12082 2003-09-02 Jason Rumney <jasonr@gnu.org>
12083
12084 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12085 line-ends from CVS before doing conversion.
12086
12087 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
12088
12089 * calendar/diary-lib.el (diary-header-line-flag)
12090 (diary-header-line-format): New variables.
12091 (list-diary-entries): Use them to set header line in simple diary.
12092
12093 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12094 other than font-lock-string-face to highlight backslashes.
12095
12096 2003-09-01 Jason Rumney <jasonr@gnu.org>
12097
12098 * international/titdic-cnv.el (tit-read-key-value): Include \r in
12099 regexp.
12100
12101 2003-09-01 Dave Love <fx@gnu.org>
12102
12103 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12104
12105 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12106 and :help; also line and column numbers labels.
12107
12108 * international/mule-util.el (char-displayable-p): Move from
12109 latin1-disp, rename and autoload.
12110
12111 * international/latin1-disp.el (latin1-char-displayable-p):
12112 Now obsolete alias. Replace uses with char-displayable-p.
12113 (latin1-display-ucs-per-lynx): Fix last change.
12114
12115 * international/mule-cmds.el (standard-display-european-internal):
12116 Don't use char code for Latin-1 NBSP.
12117 <XFree86 4>: Unfrob NBSP display table. Set display table to use
12118 U+2018, U+2019 for `'.
12119 (select-safe-coding-system): Message fix.
12120
12121 2003-09-01 Kenichi Handa <handa@m17n.org>
12122
12123 * international/fontset.el (setup-default-fontset): For Thai
12124 font, specify "*" family.
12125
12126 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12127
12128 * progmodes/compile.el (previous-error): Accept a prefix
12129 argument, similarly to next-error.
12130
12131 2003-08-31 Masatake YAMATO <jet@gyve.org>
12132
12133 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12134 the number of files. Bind the number of files to a local
12135 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12136
12137 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12138
12139 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12140 2003-07-26: msdos-long-file-names is a function, not a variable.
12141
12142 2003-08-29 Richard M. Stallman <rms@gnu.org>
12143
12144 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12145 Do nothing with mail-personal-alias-file if it is nil.
12146
12147 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12148 Do nothing if mail-personal-alias-file is nil.
12149
12150 * term.el (term-exec-1): Bind coding-system-for-read.
12151
12152 * dired.el (dired-mouse-find-file-other-window):
12153 Use dired-view-command-alist here, as in dired-view-file.
12154 (dired-view-command-alist): Use %s to substitute file name.
12155 Handle .ps_pages, .eps, .jpg, .gif, .png.
12156
12157 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12158
12159 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12160 `Info-prev-reference', instead of M-tab.
12161
12162 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12163
12164 * simple.el (blink-matching-open): Work correctly on chars that
12165 are designated as parens through the syntax-table text property.
12166
12167 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12168
12169 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12170 line break position in the middle of a non-kinsoku (e.g. latin)
12171 word, making it skip until either a space or a character with
12172 category "|".
12173 (kinsoku-longer): Test for end of buffer.
12174
12175 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12176
12177 * mail/rmail.el (rmail-convert-to-babyl-format):
12178 Detect quoted-printable- and base64-encoded messages and decode them
12179 automatically. Set the message's encoding from the charset=
12180 header, if any. Decode base64-encoded messages in Mail format as well.
12181
12182 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12183
12184 * mail/smtpmail.el: Fix previous change.
12185 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12186 calling smtpmail-via-smtp.
12187 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12188
12189 2003-08-26 John Paul Wallington <jpw@gnu.org>
12190
12191 * image.el (image-jpeg-p): Don't search beyond length of data.
12192
12193 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12194
12195 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12196 misfeature in `expand-abbrev' which caused electric keywords like
12197 "else" to disappear if an open brace was typed directly afterwards.
12198
12199 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12200
12201 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12202 mandatory in `define-widget'.
12203
12204 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12205 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12206
12207 (c-assignment-operators): New language constant that only contains
12208 the assignment operators.
12209
12210 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12211
12212 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12213
12214 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12215 Safeguard against unbalanced sexps.
12216
12217 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12218
12219 * version.el (emacs-version): Check for gtk. Include gtk version info.
12220
12221 2003-08-25 John Paul Wallington <jpw@gnu.org>
12222
12223 * man.el (Man-default-man-entry): Don't whizz past the section
12224 number before looking for it.
12225
12226 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12227
12228 * progmodes/gud.el (gud-display-line): Don't set window-point if
12229 source buffer is not visible. (Only happens with M-x gdba.)
12230
12231 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12232 documentation.
12233 (gdb-source, gdb-source-info): Update to assembler unnecessary
12234 as its done after each GDB command anyway.
12235 (gdb-pre-prompt): Use with-current-buffer.
12236 (gdb-insert-field): Add help-echo text.
12237 (gdb-invalidate-assembler): Re-display of assembler now done in
12238 gdb-info-breakpoints-custom.
12239 (gdb-info-breakpoints-custom): Force re-display of assembler to
12240 happen *after* update of breakpoints buffer.
12241 (gdb-display-source-buffer): Don't choke if gdb-source-window
12242 isn't visible.
12243 (gdb-put-string, gdb-put-arrow): Remove free variables.
12244
12245 2003-08-24 John Paul Wallington <jpw@gnu.org>
12246
12247 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12248
12249 * man.el (Man-default-man-entry): Strip text properties when
12250 snarfing parts of entry because `format' preserves properties.
12251
12252 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12253
12254 * files.el (file-newest-backup): Use `expand-file-name'.
12255
12256 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12257 Allow the diary to pop up a new frame, if needed.
12258
12259 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12260 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12261 (smtpmail-send-it): Make treatment of envelope-from consistent with
12262 sendmail.el.
12263
12264 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12265 (sh-leading-keywords): Add the bash `time' reserved word.
12266 (sh-variables): Add some bash variables.
12267 (sh-add-completer): Fix nil branch of case statement.
12268
12269 2003-08-24 Masatake YAMATO <jet@gyve.org>
12270
12271 * progmodes/ld-script.el: New file.
12272
12273 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12274
12275 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12276
12277 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12278
12279 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12280 Better explain obsolescence, and what to use instead.
12281
12282 2003-08-23 Masatake YAMATO <jet@gyve.org>
12283
12284 * pcvs.el (cvs-do-removal): Show the deleted file name
12285 on the prompt.
12286
12287 2003-08-20 Dave Love <fx@gnu.org>
12288
12289 * international/mule.el (make-coding-system)
12290 (set-buffer-file-coding-system): Doc fix.
12291
12292 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12293
12294 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12295
12296 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12297
12298 * international/utf-16.el: Add mime-text-unsuitable coding system
12299 properties.
12300
12301 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12302
12303 * cus-edit.el: Add some :links.
12304 (bib): Remove.
12305
12306 * textmodes/bib-mode.el (bib): Add :group external.
12307
12308 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12309
12310 * wid-edit.el (widget-echo-help): Make it handle expressions that
12311 evaluate to strings.
12312
12313 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12314
12315 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12316
12317 Simplify selection of SQL products to define highlighting and
12318 interactive mode. Includes detailed instructions on adding
12319 support for new products.
12320
12321 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12322 product for use in highlighting and interactive mode.
12323 (sql-interactive-product): New variable. SQL product for
12324 sql-interactive-mode.
12325 (sql-product-support): New variable. Specifies product-specific
12326 parameters to drive highlighting and interactive mode.
12327 (sql-imenu-generic-expression): Add more object types.
12328 (sql-sqlite-options): Correct comment.
12329 (sql-ms-program): Use "osql" rather than "isql".
12330 (sql-prompt-regexp, sql-prompt-length): Update comment.
12331 (sql-mode-menu): Add "Start SQLi session" entry.
12332 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12333 (sql-mode-abbrev-table): Add abbreviations. Support of
12334 SYSTEM-FLAG on define-abbrev. Support was removed with last
12335 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12336 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12337 names.
12338 (sql-mode-ansi-font-lock-keywords): Set as default value.
12339 (sql-mode-oracle-font-lock-keywords): Set as default value.
12340 Support Oracle 9i keywords.
12341 (sql-mode-postgres-font-lock-keywords): Set as default value.
12342 (sql-mode-linter-font-lock-keywords): Set as default value.
12343 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12344 SQLServer 2000.
12345 (sql-mode-sybase-font-lock-keywords)
12346 (sql-mode-interbase-font-lock-keywords)
12347 (sql-mode-sqlite-font-lock-keywords)
12348 (sql-mode-strong-font-lock-keywords)
12349 (sql-mode-mysql-font-lock-keywords)
12350 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12351 keywords.
12352 (sql-mode-font-lock-defaults): Update comment.
12353 (sql-product-feature): New function. Returns feature associated
12354 with a product from `sql-product-support' alist.
12355 (sql-product-font-lock): New function. Set font-lock support
12356 based on `sql-product'.
12357 (sql-add-product-keywords): New function. Add font-lock rules to
12358 product-specific keyword variables.
12359 (sql-set-product): New function. Set `sql-product' and apply
12360 appropriate font-lock highlighting.
12361 (sql-highlight-product): New function. Set font-lock support
12362 based on a product. Also set mode name to include product name.
12363 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12364 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12365 Use `sql-set-product'.
12366 (sql-highlight-ms-keywords)
12367 (sql-highlight-sybase-keywords)
12368 (sql-highlight-interbase-keywords)
12369 (sql-highlight-strong-keywords)
12370 (sql-highlight-mysql-keywords)
12371 (sql-highlight-sqlite-keywords)
12372 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12373 (sql-get-login): Prompt in the same order as the tokens.
12374 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12375 (sql-product-interactive): New function. Common portions of
12376 product-specific interactive mode wrappers.
12377 (sql-interactive-mode): Rewritten to use product features.
12378 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12379 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12380 (sql-db2, sql-linter): Use `sql-product-interactive'.
12381 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12382 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12383 (sql-connect-ingres, sql-connect-postgres)
12384 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12385 New functions. Format command line parameters and invoke comint on
12386 the appropriate interpreter. Code was in the corresponding
12387 `sql-xyz' function before.
12388 (sql-connect-ms): New function. Support -E argument to use
12389 operating system credentials for authentication.
12390
12391 2003-08-18 Kenichi Handa <handa@m17n.org>
12392
12393 * international/mule.el (encode-char): Fix for the ASCII case.
12394
12395 2003-08-15 Kenichi Handa <handa@m17n.org>
12396
12397 * international/fontset.el (setup-default-fontset): Change "*" to
12398 nil in the specifications of font family.
12399
12400 2003-08-18 Kim F. Storm <storm@cua.dk>
12401
12402 * kmacro.el (kmacro-keymap): Group related bindings in
12403 initialization for clarity. Bind C-s to start macro.
12404 Remove C-r binding.
12405 (kmacro-initial-counter-value): New defvar to hold initial counter
12406 value in case we set the value before defining a macro.
12407 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12408 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12409 not defining or executing macro. Doc fix.
12410 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12411 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12412 temporarily view older elements on the macro ring without cycling
12413 the ring.
12414 (kmacro-display): Doc fix.
12415 (kmacro-exec-ring-item): New helper function.
12416 (kmacro-call-ring-2nd): Use it.
12417 (kmacro-call-ring-2nd-repeat): Doc fix.
12418 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12419 (kmacro-end-or-call-macro): Execute last viewed macro (using
12420 kmacro-exec-ring-item) from ring if this follows
12421 kmacro-view-macro. This allows us to find a macro on the ring
12422 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12423 the ring to bring it to the head of the ring.
12424 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12425 Allow binding to reserved keys without specifying C-x C-k prefix.
12426 Ask for confirmation if entered key sequence is already bound to
12427 a non-macro command.
12428 (kmacro-view-macro): Repeating command will show older elements
12429 on the macro ring; C-k will execute the last viewed macro.
12430 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12431 property from 'ring to 'head.
12432
12433 2003-08-17 Alan Shutko <ats@acm.org>
12434
12435 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12436 keeping December out of the alist.
12437
12438 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12439
12440 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12441 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12442 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12443 (calendar-flatten): New function.
12444 (calendar-mouse-view-other-diary-entries)
12445 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12446 in the menu title and to show multi-line diary entries correctly
12447 in the menu.
12448
12449 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12450
12451 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12452 defcustom, because the default was recently changed.
12453
12454 2003-08-16 Richard M. Stallman <rms@gnu.org>
12455
12456 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12457
12458 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12459 New subroutine, broken out of eval-last-sexp-1.
12460 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12461
12462 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12463
12464 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12465
12466 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12467
12468 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12469
12470 * progmodes/compile.el (compilation-error-regexp-alist):
12471 Add Java ANt error detection as described in document
12472 http://ant.apache.org/faq.html
12473
12474 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12475
12476 * simple.el (backward-word, forward-to-indentation)
12477 (backward-to-indentation): Argument changed to optional.
12478 (next-line, previous-line): Use `or' instead of `unless'.
12479
12480 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12481
12482 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12483 instead of a constant.
12484
12485 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12486
12487 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12488
12489 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12490
12491 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12492 (vc-sccs-workfile-version): Search the entire delta table, rather
12493 than just the first entry, because that might be a deleted version.
12494
12495 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12496
12497 * menu-bar.el (menu-bar-options-menu): Supply a body for the
12498 [save-place] binding in the Options menu. Have it require
12499 'saveplace' and then toggle the variable manually, to avoid an an
12500 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12501 for the bug report.
12502
12503 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12504
12505 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12506 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12507 (gdb-info-threads-custom): Add help-echo text.
12508 (gdb-display-back): Don't use purecopy.
12509 (gdb-info-breakpoints-custom, gdb-reset)
12510 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12511 icons can be displayed.
12512
12513 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12514
12515 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12516
12517 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12518
12519 * bookmark.el (bookmark-completing-read):
12520 Return a string, instead of a list of one string.
12521 Use a popup menu if activated from the mouse.
12522 (bookmark-edit-annotation): Remove unused vars.
12523 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12524 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12525 to bookmark-completing-read.
12526 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12527 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12528 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12529 and erase-buffer.
12530 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12531 (bookmark-menu-jump, bookmark-menu-insert)
12532 (bookmark-popup-menu-and-apply-function)
12533 (bookmark-menu-popup-paned-bookmark-menu): Remove.
12534 (bookmark-menu-build-paned-menu): Remove by folding it into
12535 bookmark-menu-popup-paned-menu.
12536 (menu-bar-bookmark-map): Move the define-key statements here.
12537 Use the "non-menu" commands since they now pop up a menu if needed.
12538 (bookmark-exit-hook-internal): Simplify.
12539
12540 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
12541
12542 * reftex-toc.el (reftex-toc-rename-label): New function.
12543 (reftex-toc-check-docstruct): New function.
12544
12545 * reftex.el (reftex-region-active-p): New function.
12546
12547 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12548 regexp to find the \bibliography macro.
12549
12550 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12551 which does not exist in LaTeX.
12552 (reftex-cite-format-builtin): Added amsrefs support.
12553 (reftex-toc-confirm-promotion): New option
12554
12555 * reftex-toc.el
12556 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12557 (reftex-toc-demote, reftex-toc-promote)
12558 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12559 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12560 (reftex-toc-newhead-from-alist)
12561 (reftex-toc-load-all-files-for-promotion): New functions.
12562 (reftex-toc-help): Added description of new keys.
12563 (reftex-toc-split-windows-fraction): New option.
12564 (reftex-recenter-toc-when-idle): Search *toc* window on all
12565 visible frames.
12566 (reftex-toc): Additional parameter REUSE
12567 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
12568 with REUSE argument.
12569 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12570 the call of `reftex-toc'.
12571 (reftex-make-separate-toc-frame): New function .
12572 (reftex-toc-recenter): When called with triple prefix arg, call
12573 `reftex-make-separate-toc-frame' first.
12574 (reftex-toc-toggle-dedicated-frame): New command.
12575 (reftex-toc-quit): Adapted to delete frame when called in
12576 dedicated frame.
12577
12578 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12579 all enclosing macros.
12580
12581
12582 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12583
12584 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12585 first use.
12586
12587 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12588
12589 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12590
12591 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12592
12593 * calendar/calendar.el (list-diary-entries-hook)
12594 (diary-display-hook, nongregorian-diary-listing-hook)
12595 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12596 Add some customize options for these hooks.
12597 (calendar-abbrev-construct): Don't try to take a substring longer
12598 than the original string.
12599
12600 2003-08-05 Richard M. Stallman <rms@gnu.org>
12601
12602 * emacs-lisp/testcover.el (noreturn): Report error if does return.
12603 (testcover-reinstrument-clauses): Doc fix.
12604
12605 * emacs-lisp/warnings.el: Doc fixes, args renamed.
12606 (warning-type-format): Rename from warning-group-format.
12607
12608 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12609 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12610 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12611 to prevent warnings about defvar for an obsolete variable.
12612
12613 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12614 warning-group-format renamed to warning-type-format.
12615
12616 * subr.el (read-passwd): Use clear-string instead of fillarray.
12617
12618 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12619 Use vconcat instead of concat.
12620 (edmacro-sanitize-for-string): New function.
12621
12622 2003-08-05 Dave Love <fx@gnu.org>
12623
12624 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12625 line-number-display-limit-width.
12626
12627 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12628
12629 2003-08-05 Kenichi Handa <handa@m17n.org>
12630
12631 * international/code-pages.el: Don't require mule-diag.
12632
12633 * international/mule-diag.el (non-iso-charset-alist):
12634 Add autoload cookie.
12635
12636 * language/devan-util.el (dev-glyph-order): Add an entry for the
12637 glyph code #xC4.
12638
12639 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12640
12641 * calendar/calendar.el (diary-file, diary-file-name-prefix)
12642 (european-calendar-style, diary-date-forms)
12643 (calendar-day-name-array, calendar-month-name-array): Doc change.
12644 (generate-calendar-month): Adapt for new behaviour of
12645 `calendar-day-name' function.
12646 (calendar-abbrev-length, calendar-day-abbrev-array)
12647 (calendar-month-abbrev-array): New variables.
12648 (calendar-abbrev-construct): New function.
12649 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12650 rather than fixing abbrevs at some width. Calling syntax change.
12651 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
12652 (calendar-date-string): Adapt for new behaviours of
12653 `calendar-day-name' and `calendar-month-name' functions.
12654
12655 * calendar/diary-lib.el (list-diary-entries): Adapt for new
12656 behaviour of `calendar-day-name' and `calendar-month-name' functions.
12657 (diary-name-pattern): Use abbrev arrays, rather than fixing
12658 abbrevs at three chars. Calling syntax change.
12659 (mark-diary-entries): Adapt for new behaviours of
12660 `diary-name-pattern' and `calendar-make-alist' functions.
12661 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12662 `diary-name-pattern' function.
12663 (font-lock-diary-date-forms): Use abbrev arrays, rather than
12664 fixing abbrevs at three chars. Calling syntax change.
12665 (cal-hebrew, cal-islam): Require when compiling.
12666 (diary-font-lock-keywords): Adapt for new behaviour of
12667 `font-lock-diary-date-forms' function.
12668
12669 * calendar/cal-hebrew.el: Reposition some code so defined before used.
12670 (calendar-hebrew-month-name-array-common-year)
12671 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12672 (list-hebrew-diary-entries): Adapt for new behaviours of
12673 `calendar-day-name' and `add-to-diary-list' functions.
12674 (mark-hebrew-diary-entries): Adapt for new behaviours of
12675 `diary-name-pattern' and `calendar-make-alist' functions.
12676
12677 * calendar/cal-islam.el (calendar-islamic-month-name-array):
12678 Add doc string.
12679 (list-islamic-diary-entries): Adapt for new behaviours of
12680 `calendar-day-name' and `add-to-diary-list' functions.
12681 (mark-islamic-diary-entries): Adapt for new behaviours of
12682 `diary-name-pattern' and `calendar-make-alist' functions.
12683
12684 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12685 `calendar-month-name' function.
12686
12687 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12688
12689 * calendar/solar.el (solar-seasons-data): Move definition before use.
12690
12691 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12692 (cal-tex-LaTeX-hourbox): Move definition before use.
12693
12694 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12695 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12696 lunar.el, solar.el
12697 (displayed-month, displayed-year): Define for compiler.
12698
12699 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12700
12701 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12702 MODE. Renamed from c-init-c-language-vars'.
12703 (c-initialize-cc-mode): Change accordingly.
12704 (c-common-init): Ditto.
12705 (c-mode): Ditto.
12706 (c++-mode): Use `c-init-language-vars-for'.
12707 (objc-mode): Ditto.
12708 (java-mode): Ditto.
12709 (idl-mode): Ditto.
12710 (pike-mode): Ditto.
12711 (awk-mode): Ditto.
12712
12713 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12714
12715 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12716 or not the point moved.
12717
12718 (c-search-decl-header-end): Don't trip up on operator identifiers
12719 in C++ and operators like == in all languages.
12720
12721 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12722 Detect leading labels correctly.
12723
12724 2003-08-02 Andreas Schwab <schwab@suse.de>
12725
12726 * textmodes/ispell.el: Don't redo key bindings on loading, put
12727 them only in loaddefs.el.
12728 * bookmark.el: Likewise.
12729 * dabbrev.el: Likewise.
12730 * emerge.el: Likewise.
12731
12732 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12733 has more than one member.
12734
12735 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12736
12737 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12738
12739 * lpr.el (printify-region): It was ending conversion before the
12740 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
12741
12742 2003-07-31 John Paul Wallington <jpw@gnu.org>
12743
12744 * net/browse-url.el (browse-url-epiphany): Doc fix.
12745
12746 2003-07-30 Kenichi Handa <handa@m17n.org>
12747
12748 * international/fontset.el (setup-default-fontset):
12749 Change registry names of Akurti fonts.
12750
12751 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12752
12753 * comint.el (comint-read-noecho): Use `clear-string' instead of
12754 `fillarray'.
12755
12756 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
12757
12758 * outline.el (outline-mode-hook): Add defvar.
12759
12760 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
12761
12762 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12763 Restore assembler in source window if that is what has been selected.
12764 (menu): Add gdb-restore-windows to menu. Make gdba
12765 specific menus only visible from gdba.
12766
12767 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
12768
12769 * progmodes/compile.el (compilation-environment): New user variable.
12770 (compile-internal): Respect it.
12771
12772 2003-07-23 Masatake YAMATO <jet@gyve.org>
12773
12774 * progmodes/gud.el (gdb-script-font-lock-keywords):
12775 Put `font-lock-function-name-face' on a symbol which includes
12776 `-' like `hook-run'. Put font-lock-variable-name-face
12777 on a symbol starting with $.
12778
12779 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
12780
12781 * files.el (set-visited-file-name): Use truename for buffer-file-name.
12782
12783 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12784
12785 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12786
12787 2003-07-26 Andre Spiegel <spiegel@gnu.org>
12788
12789 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12790 Use with-no-warnings.
12791 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12792 rather than to find-file-not-found-hook, which doesn't exist.
12793
12794 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12795
12796 * international/quail.el (quail-translate-key): Fix previous change.
12797
12798 2003-07-25 John Paul Wallington <jpw@gnu.org>
12799
12800 * server.el (server-start): Check `server-process' is non-nil
12801 before killing it to avoid killing current buffer's process.
12802
12803 * simple.el (choose-completion-string): Use `minibufferp';
12804 test `completion-reference-buffer' if `buffer' arg is nil.
12805 (push-mark): Use `when' and `unless'.
12806 (pop-mark): Use `when'.
12807
12808 * mouse-sel.el (mouse-sel-get-selection-function):
12809 Check `x-last-selected-text-primary'. Don't barf if it or
12810 `x-last-selected-text' aren't bound.
12811
12812 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12813
12814 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12815
12816 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
12817
12818 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12819
12820 2003-07-23 John Paul Wallington <jpw@gnu.org>
12821
12822 * tooltip.el (defface tooltip): Inherit from variable-pitch.
12823
12824 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12825
12826 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12827 string. Defvar the derived hook.
12828
12829 * macros.el (insert-kbd-macro): Escape double quote character.
12830 From Thomas W Murphy <twm@andrew.cmu.edu>.
12831
12832 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12833
12834 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12835 to match the specific mark rather than reusing comment-start-skip.
12836
12837 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
12838
12839 * progmodes/hideshow.el (hs-special-modes-alist):
12840 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
12841
12842 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
12843
12844 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12845 value using ?\s.
12846
12847 2003-07-21 John Paul Wallington <jpw@gnu.org>
12848
12849 * subr.el (with-selected-window): Add closing paren.
12850
12851 2003-07-21 Richard M. Stallman <rms@gnu.org>
12852
12853 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12854 (lisp-mode): Likewise.
12855
12856 * subr.el (with-selected-window): Copy code form save-selected-window
12857 so as to call select-window with norecord arg.
12858 (dynamic-completion-table): Doc fix.
12859 (lazy-completion-table): Doc fix.
12860
12861 * international/mule-cmds.el (set-locale-environment):
12862 langinfo renamed to locale-info.
12863
12864 * international/mule.el (auto-coding-functions): Doc fix.
12865
12866 2003-07-21 Kenichi Handa <handa@m17n.org>
12867
12868 * international/quail.el (quail-translate-key):
12869 Update quail-current-str correctly.
12870
12871 2003-07-21 Andreas Schwab <schwab@suse.de>
12872
12873 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12874 ?, to "_".
12875
12876 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12877 Version 2.0.36 of Tramp released.
12878
12879 * net/tramp.el (tramp-default-password-end-of-line): Rename from
12880 tramp-password-end-of-line.
12881 (tramp-password-end-of-line): New method parameter.
12882 (tramp-get-password-end-of-line): Function to access method
12883 parameter `tramp-password-end-of-line', or variable
12884 `tramp-default-password-end-of-line' (default value).
12885 (tramp-methods): Add entries for new parameter
12886 tramp-password-end-of-line.
12887 (tramp-enter-password): Use new function
12888 `tramp-get-password-end-of-line'.
12889 (tramp-handle-insert-file-contents): Do not
12890 unconditionally inhibit the file operation file-local-copy, only
12891 do that when the inhibit-file-name-operation is currently
12892 insert-file-contents. This fixes finding remote CVS-controlled
12893 files. (It would barf on inserting the CVS/Entries file
12894 literally, because the file-local-copy handler wasn't called.)
12895 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12896 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12897 (tramp-initial-commands): New variable.
12898 (tramp-process-initial-commands): New function, using the variable.
12899 (tramp-open-connection-setup-interactive-shell): Call the new function.
12900 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12901 method into the buffer name, never use nil. Reported by Hanak
12902 David <dhanak@inf.bme.hu>.
12903 (tramp-open-connection-setup-interactive-shell): Erase buffer
12904 before sending "stty -onlcr".
12905
12906 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12907
12908 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
12909
12910 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12911
12912 2003-07-19 John Paul Wallington <jpw@gnu.org>
12913
12914 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12915 (artist-draw-rect, artist-draw-square): Doc fixes.
12916
12917 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12918
12919 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12920
12921 2003-07-19 Kenichi Handa <handa@m17n.org>
12922
12923 * international/kkc.el (kkc-show-conversion-list-update):
12924 Highlight the correct candidate in the message.
12925
12926 2003-07-18 John Paul Wallington <jpw@gnu.org>
12927
12928 * simple.el (current-word): Don't include punctuation char when
12929 `really-word' arg is non-nil.
12930
12931 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
12932
12933 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12934 moved to the directory obsolete.
12935
12936 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
12937
12938 * info.el (Info-menu-entry-name-re): Allow newlines in
12939 menu entry names.
12940
12941 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12942 syntax-ppss-after-change-function.
12943 (syntax-ppss-after-change-function): New alias. Update uses.
12944 (syntax-ppss): Catch the case where the buffer is narrowed.
12945
12946 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12947
12948 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12949 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12950
12951 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12952
12953 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12954 since it might be modified.
12955
12956 * progmodes/cc-langs.el (c++-make-template-syntax-table)
12957 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12958 names to these language constants.
12959
12960 2003-07-15 Kim F. Storm <storm@cua.dk>
12961
12962 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12963 All uses changed.
12964
12965 2003-07-14 Mark A. Hershberger <mah@everybody.org>
12966
12967 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12968 Namespace support.
12969
12970 2003-07-13 Juanma Barranquero <lektu@terra.es>
12971
12972 * frame.el (modify-all-frames-parameters): Reinstall (copyright
12973 papers received).
12974
12975 2003-07-13 Karl Eichwalder <ke@suse.de>
12976
12977 * textmodes/po.el (po-find-charset): White space at the start of the
12978 Content-Type field body is non-mandatory.
12979
12980 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12981
12982 * textmodes/texinfo.el (texinfo-section-list):
12983 Append appendixsection; a synonym for appendixsec.
12984
12985 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
12986
12987 * man.el (Man-translate-cleanup): New.
12988 (Man-translate-references): Call `Man-translate-cleanup' to clean
12989 leading, trailing and middle spaces.
12990
12991 2003-07-13 Lars Hansen <larsh@math.ku.dk>
12992
12993 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12994 Handle `dired-directory' being a list.
12995
12996 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
12997
12998 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12999 it doesn't exist.
13000
13001 2003-07-12 Richard M. Stallman <rms@gnu.org>
13002
13003 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
13004
13005 * progmodes/cc-defs.el (c-make-keywords-re):
13006 Don't use delete-duplicates.
13007 (c-lang-const): Don't use mapcan.
13008
13009 * apropos.el (apropos-show-scores): Make it customizable.
13010 Document new meaning.
13011 (apropos): Compute scores from symbols.
13012 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
13013
13014 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13015
13016 * ps-bdf.el: Fix copyright line.
13017 (bdf-directory-list): Fix initialization code.
13018
13019 2003-07-11 John Paul Wallington <jpw@gnu.org>
13020
13021 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
13022 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
13023 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
13024
13025 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13026
13027 * emacs-lisp/ring.el (ring-elements): Doc fix.
13028
13029 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13030
13031 * calendar/timeclock.el (timeclock-relative)
13032 (timeclock-ask-before-exiting, timeclock-use-display-time):
13033 Doc changes.
13034 (timeclock-modeline-display): Give a message if
13035 `timeclock-use-display-time' is non-nil but `display-time-mode'
13036 is not active.
13037
13038 2003-07-11 Kenichi Handa <handa@m17n.org>
13039
13040 * international/mule-cmds.el (set-language-environment):
13041 Set current-language-environment to the correct string.
13042
13043 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13044
13045 * ps-print.el: Print line number correctly in a region. Reported by
13046 Tim Allen <timallen@ls83.fsnet.co.uk>.
13047 (ps-print-version): New version number (6.6.2).
13048 (ps-printing-region): Code fix.
13049
13050 2003-07-10 John Paul Wallington <jpw@gnu.org>
13051
13052 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13053 this function can be called from `add-completions-from-tags-table'.
13054
13055 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13056
13057 * calendar/timeclock.el (timeclock-use-display-time)
13058 (timeclock-day-over-hook, timeclock-workday-remaining)
13059 (timeclock-status-string, timeclock-when-to-leave)
13060 (timeclock-when-to-leave-string, timeclock-log-data)
13061 (timeclock-find-discrep, timeclock-day-base)
13062 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13063 (timeclock-modeline-display): Set the variable
13064 `timeclock-modeline-display'.
13065 (timeclock-update-modeline): Doc fix. Respect value of
13066 `timeclock-relative'.
13067
13068 2003-07-09 Richard M. Stallman <rms@gnu.org>
13069
13070 * textmodes/reftex-parse.el (reftex-all-document-files):
13071 Add autoload cookie.
13072
13073 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13074 (reftex-scanning-info-available-p): Add autoload cookie.
13075
13076 * international/mule-cmds.el
13077 (set-display-table-and-terminal-coding-system): Delete duplicate
13078 aset on standard-display-table.
13079
13080 * view.el (view-file): If existing buffer's major mode is special,
13081 don't go into view mode.
13082
13083 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13084
13085 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13086
13087 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13088 buffer changes; there's third party code that calls this function
13089 directly.
13090
13091 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13092
13093 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13094 (autodoc-font-lock-keywords): Don't byte compile on font lock
13095 initialization when running from byte compiled files.
13096
13097 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13098
13099 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13100 statement ends with auto-increment "++".
13101
13102 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13103
13104 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13105 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13106 these are changed, so declare them as variables and not constants.
13107
13108 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
13109
13110 * subr.el (dolist, dotimes): Doc fix.
13111
13112 2003-07-08 Kim F. Storm <storm@cua.dk>
13113
13114 * international/mule-cmds.el
13115 (set-display-table-and-terminal-coding-system): Don't break
13116 bootstrap if standard-display-table isn't setup yet.
13117
13118 2003-07-07 Richard M. Stallman <rms@gnu.org>
13119
13120 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13121 Give it a doc string, and autoload it.
13122
13123 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13124 Use with-no-warnings.
13125
13126 * info.el (Info-search): If find invisible text, search again.
13127
13128 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13129
13130 * man.el (Man-name-regexp): Match + as part of name.
13131
13132 * simple.el (visible-mode): Rename from vis-mode.
13133 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13134
13135 * simple.el (current-word): New arg REALLY-WORD specifies
13136 don't include punctuation chars.
13137
13138 * emacs-lisp/debug.el (debug, debugger-env-macro):
13139 Use with-no-warnings while accessing and binding unread-command-char.
13140
13141 * international/mule-cmds.el
13142 (set-display-table-and-terminal-coding-system): Use explicit loop
13143 instead of calling standard-display-default.
13144
13145 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13146 Use condition-case to catch error in ange-ftp-get-files.
13147
13148 * net/browse-url.el (browse-url-browser-function):
13149 Add alternative for Epiphany.
13150 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13151 (browse-url-epiphany-startup-arguments)
13152 (browse-url-epiphany-new-window-is-tab): New variables.
13153 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13154
13155 * progmodes/compile.el (compile-auto-highlight): Default now t.
13156 (compile): Doc fix.
13157 (compilation-next-error): Fix previous change.
13158
13159 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13160
13161 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13162
13163 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13164
13165 * gdb-ui.el (gdb-source-info): Display current frame when
13166 attaching to an existing process.
13167 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13168 while laying out windows when attaching to an existing process.
13169
13170 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13171
13172 * info.el (Info-menu): Use Info-menu-entry-name-re.
13173
13174 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13175
13176 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13177 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13178
13179 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13180 to match the same text.
13181
13182 2003-07-06 John Paul Wallington <jpw@gnu.org>
13183
13184 * vc.el (vc-annotate-offset): Move defvar up.
13185
13186 2003-07-06 Kim F. Storm <storm@cua.dk>
13187
13188 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13189 This should fix the infinite loop when extracting menu names.
13190
13191 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13192
13193 * files.el (auto-mode-alist, interpreter-mode-alist):
13194 Remove entries to CC Mode modes to avoid duplicates; they are now added
13195 with autoload directives in cc-mode.el.
13196
13197 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13198
13199 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13200 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13201 these are changed, so declare them as variables and not constants.
13202
13203 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13204 ensure that the entry for ".c" extension comes before the one for
13205 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13206 Fix incorrect entries that were added to `interpreter-mode-alist'.
13207 Move the autoload directives for AWK to the top level since they
13208 aren't recognized anywhere else. Do not use the new AWK mode doc
13209 in the autoload form for the old AWK mode.
13210
13211 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13212
13213 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13214 (bibtex-sort-ignore-string-entries): Default value t.
13215 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13216 erroneously in previous version.
13217 (bibtex-string-files): Docstring reflects new parsing scheme.
13218 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13219 docstring, add # as one of the chars to crush
13220 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13221 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13222 (bibtex-autokey-name-change-strings)
13223 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13224 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13225 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13226 (bibtex-autokey-title-terminators)
13227 (bibtex-autokey-titlewords-stretch)
13228 (bibtex-autokey-titleword-ignore)
13229 (bibtex-autokey-titleword-case-convert)
13230 (bibtex-autokey-titleword-abbrevs)
13231 (bibtex-autokey-titleword-abbrevs)
13232 (bibtex-autokey-titleword-change-strings)
13233 (bibtex-autokey-titleword-length)
13234 (bibtex-autokey-titleword-separator)
13235 (bibtex-autokey-name-year-separator)
13236 (bibtex-autokey-year-title-separator)
13237 (bibtex-autokey-before-presentation-function)
13238 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13239 Fix docstring.
13240 (bibtex-strings, bibtex-reference-keys):
13241 Use lazy-completion-table and make-variable-buffer-local.
13242 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13243 (bibtex-braced-string-syntax-table)
13244 (bibtex-quoted-string-syntax-table): New variables.
13245 (bibtex-parse-nested-braces): Remove.
13246 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13247 (bibtex-parse-association): Simplify.
13248 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13249 (bibtex-parse-field-text): Simplify.
13250 (bibtex-search-forward-field, bibtex-search-backward-field):
13251 argument BOUND can take value t.
13252 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13253 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13254 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13255 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13256 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13257 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13258 and ending of entry. Update for changes of bibtex-search-entry.
13259 Simplify.
13260 (bibtex-map-entries): FUN is called with three arguments.
13261 (bibtex-search-entry): Return a cons pair with buffer positions of
13262 beginning and end of entry.
13263 (bibtex-enclosing-field): Simplify.
13264 (bibtex-format-entry): Use booktitle to set a missing title.
13265 (bibtex-autokey-get-names): Fiddle with regexps.
13266 (bibtex-generate-autokey): Use identity.
13267 (bibtex-parse-keys): Use simplified parsing algorithm if
13268 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13269 arguments. Return alist of keys.
13270 (bibtex-parse-strings): Simplify. Return alist of strings.
13271 (bibtex-complete-string-cleanup): Fix docstring.
13272 (bibtex-read-key): New function.
13273 (bibtex-mode): Fix docstring. Do not parse for keys and
13274 strings when the mode is entered. Set fill-paragraph-function to
13275 bibtex-fill-field. Setup font-lock-mark-block-function the way
13276 font-lock intended.
13277 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13278 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13279 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13280 (bibtex-Preamble): Avoid hard coded constants.
13281 (bibtex-make-field): Fix docstring. Simplify.
13282 (bibtex-beginning-of-entry): Always return new position of point.
13283 (bibtex-end-of-entry): Rearrange cond clauses.
13284 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13285 Update for changes of bibtex-map-entries.
13286 (bibtex-ispell-abstract): Do not move point.
13287 (bibtex-entry-index): Use downcase. Simplify.
13288 (bibtex-lessp): Handle catch-all.
13289 (bibtex-find-crossref): Turn into a command.
13290 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13291 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13292 preamble entries.
13293 (bibtex-fill-field-bounds): New function.
13294 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13295 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13296 (bibtex-String): Use bibtex-strings. Always obey
13297 bibtex-sort-ignore-string-entries.
13298
13299 2003-07-05 John Paul Wallington <jpw@gnu.org>
13300
13301 * cus-theme.el (customize-create-theme):
13302 Call `customize-create-theme' in Reset widget's notify function.
13303
13304 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13305 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13306 (define-ibuffer-column name): Add summarizer.
13307 (define-ibuffer-column size): Likewise.
13308 (define-ibuffer-column filename): Likewise.
13309 (define-ibuffer-column process): Likewise. Change BODY's output too.
13310 (define-ibuffer-column filename-and-process): Likewise, likewise.
13311 (ibuffer): Remove local vars `already-in' and `need-update'.
13312
13313 * ibuf-ext.el: Don't require `derived' at compile-time.
13314
13315 2003-07-05 Kim F. Storm <storm@cua.dk>
13316
13317 * info.el: Disable paragraph refilling.
13318 (Info-refill-paragraphs): New defcustom.
13319 (Info-fontify-node): Use it.
13320
13321 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13322
13323 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13324 thingies from constructors created by defstruct.
13325
13326 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13327 the default value of the variable.
13328 (byte-code-meter): Move declaration to top level.
13329
13330 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13331
13332 * info.el (Info-following-node-name-re): New fun.
13333 (Info-following-node-name): Remove.
13334 (Info-insert-dir): Use the new fun.
13335 (Info-extract-pointer): Don't save restriction; use new fun.
13336 (Info-menu-entry-name-re): New const.
13337 (Info-menu-entry-name-re): Use it along with new fun.
13338 (Info-node-spec-re): Use new fun.
13339 (Info-complete-menu-item, Info-fontify-node): Use new const.
13340 (Info-goto-node, Info-follow-reference, Info-menu-update):
13341 Use match-string.
13342 (Info-follow-reference): Use assoc-string.
13343 Use a list of strings for the completion table.
13344 (Info-fontify-node): Use match-string, line-end-position.
13345 Limit the search for `node:' to the first line.
13346
13347 * newcomment.el (uncomment-region): Remove padding coming from
13348 comment-start rather than just from comment-padding.
13349
13350 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13351 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13352 (vc-cvs-rename-file): Remove (use the default).
13353 (vc-cvs-register): Register parent dir if needed.
13354 (vc-cvs-could-register): Return non-nil if parent can be registered.
13355 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13356 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13357
13358 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13359 (vc-svn-update): Fix the arguments to `svn'.
13360 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13361 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13362 Simple implementations, assuming `name' is a URL.
13363
13364 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13365 set of chars allowed unquoted in a case pattern.
13366
13367 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13368
13369 * font-lock.el (font-lock-extra-types-widget)
13370 (c-font-lock-extra-types, c++-font-lock-extra-types)
13371 (objc-font-lock-extra-types, java-font-lock-extra-types)
13372 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13373 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13374 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13375 (font-lock-match-c++-structor-declaration)
13376 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13377 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13378 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13379 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13380 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13381 (java-font-lock-keywords-3, java-font-lock-keywords)
13382 (java-font-lock-syntactic-face-function): Remove obsolete code
13383 and constants. It's all in cc-fonts.el now.
13384
13385 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13386
13387 * mail/sendmail.el (mail-specify-envelope-from)
13388 (mail-envelope-from): Doc fix.
13389
13390 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13391
13392 * generic-x.el: Do away with the dependency on `c-emacs-features'
13393 when populating `rul-generic-mode-syntax-table'; we already know
13394 this isn't XEmacs.
13395
13396 See ChangeLog.10 for earlier changes.
13397
13398 ;; Local Variables:
13399 ;; coding: iso-2022-7bit
13400 ;; End:
13401
13402 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13403 Copying and distribution of this file, with or without modification,
13404 are permitted provided the copyright notice and this notice are preserved.
13405
13406 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1