*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-12-06 Stefan <monnier@iro.umontreal.ca>
2
3 * font-lock.el (font-lock-unfontify-region): Save buffer state.
4 (font-lock-default-unfontify-region): Don't save buffer state any
5 more.
6
7 2004-12-07 Jay Belanger <belanger@truman.edu>
8
9 * calc/calc-help.el (calc-describe-key):
10 Set calc-summary-indentation even when Calc Summary buffer exists.
11
12 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
13
14 * calendar/holidays.el (holiday-easter-etc): Make arguments
15 optional for backwards compatibility. Doc fix.
16 Remove un-necessary local vars mandatory, output-list.
17 (holiday-advent): Make arguments optional for backwards
18 compatibility. Doc fix.
19
20 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * paren.el (show-paren-function): Fix last change (2004-12-02).
23
24 * international/mule-util.el (char-displayable-p): Return nil for
25 unibyte mode.
26
27 * subr.el (subregexp-context-p): New function.
28
29 * isearch.el (isearch-quote-char): Use it.
30
31 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
32 (regexp-opt-not-groupie*-re): Remove.
33 (regexp-opt): Properly handle inputs with duplicate entries.
34
35 2004-12-06 Richard M. Stallman <rms@gnu.org>
36
37 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
38
39 * cus-edit.el (custom-file): Doc fix.
40
41 * textmodes/org.el: New file.
42
43 2004-12-06 Kenichi Handa <handa@m17n.org>
44
45 * ldefs-boot.el: Update international/mule-util.el section.
46
47 2004-12-05 Sam Steingold <sds@gnu.org>
48
49 * net/tramp.el (tramp-handle-file-accessible-directory-p):
50 Fix `tramp-time-diff' comparison logic.
51
52 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
53
54 * progmodes/which-func.el (which-function):
55 Use `run-hook-with-args-until-success' instead of a custom loop.
56 Fixes bug with local hooks.
57
58 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
59
60 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
61 Use delete-dups when calculating the initial value.
62 (bibtex-autokey-get-title): Use <=.
63 (bibtex-goto-line): New function.
64 (bibtex-reposition-window): Use line numbers instead of point
65 positions. Use window-body-height.
66 (bibtex-find-crossref): Use bibtex-reposition-window.
67 (bibtex-find-entry): Use bibtex-reposition-window. Always return
68 position of entry if key is found or nil if not found.
69
70 2004-12-05 Richard M. Stallman <rms@gnu.org>
71
72 * cus-edit.el (custom-file): Doc fix.
73
74 * progmodes/sh-script.el (sh-indent-for-then): Change default.
75
76 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * simple.el (blink-matching-open):
79 * textmodes/tex-mode.el (tex-validate-region):
80 Obey syntax-table text properties.
81
82 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
83
84 * wid-edit.el (widget-specify-field): Add `real-field' property to
85 boundary.
86 (widget-field-at): Use it.
87
88 2004-12-02 Richard M. Stallman <rms@gnu.org>
89
90 * progmodes/cc-mode.el (awk-mode autoload):
91 Supply t meaning interactive function.
92
93 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
94 (isearch-mode-map): No special definition for space.
95 (isearch-whitespace-chars): Command deleted.
96 (isearch-forward-regexp): Doc fix.
97 (isearch-quote-char): When a space is not inside brackets,
98 use `[ ]' instead of just space.
99 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
100
101 * imenu.el (imenu--generic-function): Delete code to exclude
102 matches in comments.
103
104 * man.el (Man-reverse-face): Change default to `highlight'.
105
106 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
107 (occur-engine): Use `face' prop rather than `font-lock-face'
108 when specifying use of `match-face'.
109 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
110
111 * emacs-lisp/elint.el (elint-standard-variables): Update list.
112
113 * add-log.el (add-log-current-defun): Handle the case where point
114 is in the header part of a DEFUN construct.
115
116 2004-12-02 Dave Love <fx@gnu.org>
117
118 * progmodes/python.el (python-font-lock-syntactic-keywords):
119 Fix previous change.
120
121 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
122
123 * paren.el (show-paren-function): Check for matching chars
124 specified by text props.
125
126 2004-12-02 Jay Belanger <belanger@truman.edu>
127
128 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
129 when reading a new key sequence.
130
131 2004-12-02 Kim F. Storm <storm@cua.dk>
132
133 * faces.el (escape-glyph): Rename from glyph.
134 (standard-display-table): Set it here. Add escape-glyph face to
135 extra slot characters.
136
137 * disp-table.el: Undo 2004-12-01 change. Display table is now
138 setup in faces.el.
139
140 2004-12-02 Mark A. Hershberger <mah@everybody.org>
141
142 * xml.el (xml-parse-dtd): Don't show validity messages when
143 xml-validating-parser is nil.
144 (xml-substitute-special): Fix validity error messages to
145 actually show the unexpandable entity. Added validity error if &
146 isn't followed by an entity.
147 (xml-parse-tag): Concatenate any string following the a
148 <![CDATA[]]> section to the parsed CDATA.
149 (xml-parse-dtd): Skip parameter entity declarations and use of
150 parameter entities.
151
152 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
153
154 * kmacro.el (kmacro-default-counter-format): New var.
155 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
156 (kmacro-display): Remove `nil' from `and' form. Delete call to
157 `format' inside `message'.
158 (kmacro-start-macro): Use `kmacro-default-counter-format'.
159
160 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
161
162 * pcvs.el (cvs-header-msg): New function.
163 (cvs-update-header): Use it. Change calling convention.
164 Correctly handle the case of having simultaneous active processes.
165 (cvs-sentinel): Don't call cvs-update-header any more.
166 (cvs-mode-run): Update call and add cvs-update-header to postproc.
167
168 2004-12-01 Jay Belanger <belanger@truman.edu>
169
170 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
171 Change message.
172
173 2004-12-01 Juri Linkov <juri@jurta.org>
174
175 * progmodes/prolog.el (prolog-mode-variables):
176 Fix imenu-generic-expression.
177
178 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
179
180 * faces.el (glyph): New face.
181
182 * disp-table.el: Add an autoloaded table, that doesn't require
183 this library, with glyph face.
184
185 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
186 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
187 (conf-quote-normal): Allow normalizing only ' or ".
188 (conf-mode): Regexp-quote constructed comment-start and don't
189 match section {} where "name" contains braces.
190
191 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
192 files.
193
194 2004-12-01 Kenichi Handa <handa@m17n.org>
195
196 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
197 (x-select-text): Don't treat eight-bit-control/graphic chars
198 specially. Store the encoded text in the X cut buffer.
199 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
200 with x-last-selected-text-cut-encoded.
201
202 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
205
206 2004-11-30 Markus Rost <rost@ias.edu>
207
208 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
209 AUCTeX.
210
211 2004-11-30 Jay Belanger <belanger@truman.edu>
212
213 * calc/calc-arith.el (math-possible-signs): Made stronger checks
214 on signs of intervals.
215 (math-pow-of-zero): Strengthen checks for positive and negative
216 exponents.
217
218 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
219 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
220 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
221 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
222 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
223 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
224 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
225 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
226 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
227 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
228 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
229 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
230 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
231 with provide statements.
232
233 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
234
235 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
236
237 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
238 (calc-load-everything, math-defsimplify): Replace dummy autoloading
239 functions by require statements.
240 (math-defsimplify): Move to calc-alg.el, add to autoloads.
241
242 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
243 (calc-gnuplot-print): Give them values.
244
245 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
246 autoloads.
247 Add calc-do-embedded-activate to autoloads.
248 (calc-gnuplot-name, calc-gnuplot-plot-command)
249 (calc-gnuplot-print-command): Move them to calc-graph.el.
250
251 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
252
253 * term/mac-win.el (ccl-encode-mac-roman-font)
254 (ccl-encode-mac-cyrillic-font)
255 (ccl-encode-mac-centraleuropean-font, encoder-list)
256 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
257 Support Cyrillic, CentralEuropean, and Dingbat font display
258
259 2004-11-30 Andre Spiegel <spiegel@gnu.org>
260
261 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
262
263 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
264 still nil.
265
266 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
267
268 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
269 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
270
271 2004-11-29 Jay Belanger <belanger@truman.edu>
272
273 * calc/calc-arith.el (math-pow-of-zero): Take into account different
274 cases of the base and exponent.
275
276 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
277
278 * simple.el (next-error-buffer-p): Allow for inclusive and
279 exclusive tests for finding a buffer.
280 (next-error-find-buffer): Pass the exclusive and inclusive tests
281 to next-error-buffer-p.
282
283 * replace.el (occur-next-error): Switch to the Occur buffer when
284 appropriate, use the exclusive filter to next-error-find-buffer to
285 do it. Use the absolute value of the motion amount.
286
287 2004-11-29 Kenichi Handa <handa@m17n.org>
288
289 * startup.el (command-line): Decode all default-directory by
290 locale-coding-system.
291
292 2004-11-29 Jay Belanger <belanger@truman.edu>
293
294 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
295 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
296 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
297 Replace calls to calc-extensions by appropriate require, replace
298 calc-extensions-loaded by appropriate featurep.
299
300 * calc/calc-ext.el: Move require to end of file.
301 Remove redundant loading of calc.el.
302 (calc-extensions-loaded): Remove unnecessary variable.
303 (calc-extensions): Remove unnecessary function.
304 (calc-load-everything): Replace calc-need-macros by appropriate require.
305
306 * calc/calc-macs.el: Move provide to end of file.
307 (calc-need-macros): Remove unnecessary function.
308
309 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
310 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
311 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
312 Replace calc-extensions by appropriate require.
313 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
314
315 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
316 Replace calc-need-macros by appropriate require.
317
318 * calc/calc.el: Move require to end of file.
319 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
320 Remove unnecessary variable.
321 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
322 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
323 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
324 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
325 (math-stack-value-offset, math-format-value, math-format-flat-expr)
326 (math-format-number, math-format-bignum, math-read-number)
327 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
328 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
329 by appropriate require.
330 (calc-check-defines): Replace calc-need-macros by appropriate require.
331
332 2004-11-29 Kim F. Storm <storm@cua.dk>
333
334 * macros.el (insert-kbd-macro): Handle kmacro functions.
335
336 2004-11-28 Juri Linkov <juri@jurta.org>
337
338 * compare-w.el (compare-windows-highlight): Attach each overlay
339 to its window to properly highlight differences while comparing
340 two windows of the same buffer. Fix arguments.
341 (compare-windows-sync-default-function): Fix arguments of
342 `compare-windows-highlight'.
343
344 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
345 Use `read-expression-history'. Set initial contents only if
346 `edebug-global-break-condition' is non-nil. Set histpos to 1
347 if initial contents is equal to the last history element.
348 (edebug-set-conditional-breakpoint): Instead of temporarily
349 prepending the current condition to the history, set initial
350 contents to the current condition. Set histpos to 1 if initial
351 contents is equal to the last history element.
352
353 * info.el (Info-search-whitespace-regexp): Remove shy group.
354 (Info-search): Forward line if search is on the header line.
355 Use search-whitespace-regexp in two other places.
356
357 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
358
359 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
360 warning. Delay real definition, which uses
361 `set-fringe-indicators-1' till after the definition of that function.
362
363 2004-11-28 Kim F. Storm <storm@cua.dk>
364
365 * fringe.el (fringe): New defgroup.
366 (fringe-mode): Move to fringe group.
367 (fringe-indicators): New defcustom.
368 (set-fringe-indicators-1): New defun.
369
370 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
371 (menu-bar-showhide-fringe-ind-menu): New keymap.
372 (menu-bar-showhide-fringe-ind-empty)
373 (menu-bar-showhide-fringe-ind-mixed)
374 (menu-bar-showhide-fringe-ind-box)
375 (menu-bar-showhide-fringe-ind-right)
376 (menu-bar-showhide-fringe-ind-left)
377 (menu-bar-showhide-fringe-ind-none): New defuns.
378 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
379
380 2004-11-27 Richard M. Stallman <rms@gnu.org>
381
382 * comint.el (comint-read-noecho): Add trivial compatibility definition.
383
384 * generic.el (define-generic-mode): Doc fix.
385
386 * menu-bar.el (menu-bar-options-save): For the options
387 that are toggled with menu-bar-make-mm-toggle, don't check
388 for customized-value prop.
389
390 2004-11-27 Eli Zaretskii <eliz@gnu.org>
391
392 * mail/supercite.el (sc-cite-region): Handle the case where
393 sc-cite-frame-alist is a symbol.
394 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
395 a symbol.
396 (sc-recite-region): Handle the case where sc-recite-frame-alist is
397 a symbol.
398
399 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
400
401 * wid-edit.el (widget-narrow-to-field): New function.
402 (widget-complete): Use it.
403
404 2004-11-27 Jay Belanger <belanger@truman.edu>
405
406 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
407 variable.
408 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
409 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
410 (math-alg-inequalities): Move declaration to earlier in the file.
411
412 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
413 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
414 Declare them.
415
416 * calc/calc-lang.el (math-expr-data, math-expr-token)
417 (math-exp-old-pos): Declare them.
418
419 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
420 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
421
422 2004-11-27 Kim F. Storm <storm@cua.dk>
423
424 * progmodes/flymake.el: Use (featurep 'xemacs).
425 (flymake-makehash): Change to defsubst. Use fboundp.
426 (flymake-time-to-float): Remove.
427 (flymake-float-time): Merge code from flymake-time-to-float here.
428 (flymake-replace-regexp-in-string): Change to defsubst.
429 (flymake-split-string-remove-empty-edges):
430 Rename to flymake-split-string.
431 (flymake-split-string): Remove previous defalias.
432 (flymake-get-temp-dir): Change to defsubst.
433 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
434 Define for xemacs only.
435 (flymake-master-file-count-limit): Change into compiler defvar only.
436 (flymake-find-possible-master-files): Let-bind it dynamically while
437 sorting files using flymake-master-file-compare.
438
439 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
442 of defun-prompt-regexp matches inside a comment/string but the
443 beginning is correctly outside everything.
444
445 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
446 appears within a string or a comment.
447
448 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
449 rather than make-symbol for symbols which are used in
450 a symbol-macrolet or equivalent.
451
452 2004-11-26 Jay Belanger <belanger@truman.edu>
453
454 * calc-misc.el (calc-last-why-command): Declare it.
455
456 * calc-vec.el (math-grade-vec): New variable.
457 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
458 Replace variable grade-vec by declared variable.
459 (math-rb-close): New variable.
460 (math-read-brackets, math-read-vector): Replace variable close by
461 declared variable.
462
463 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
464 (calc-one-window, calc-edit-handler, calc-restore-trail)
465 (calc-allow-ret): Declare them.
466
467 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
468 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
469 (math-radix-float-cache-tag, math-random-cache)
470 (math-max-digits-cache, math-integral-cache, math-units-table)
471 (math-format-date-cache, math-holidays-cache-tag): Declare them.
472 (math-moc-func): New variable.
473 (math-map-over-constants, math-map-over-constants-rec):
474 Replace variable func by declared variable.
475
476 * calc/calc-store.el (calc-given-value, calc-store-opers):
477 Declare them.
478 (calc-var-name-map): Move declaration to earlier in the file.
479 (calc-pv-pos): New variable.
480 (calc-permanent-variable, calc-insert-permanent-variable):
481 Replace variable pos by declared variable.
482
483 * calc/calc-mtx.el (calc-det-lu): New variable.
484 (math-det-raw, math-det-step): Replace variable lu by declared variable.
485
486 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
487 (math-multi-subst, math-multi-subst-rec): Replace variables temp
488 and arg by declared variables.
489 (calcFunc-reducer): Fix incorrect variable.
490 (math-inner-mul-func, math-inner-add-func): New variables.
491 (calcFunc-inner, math-inner-mats): Replace variables mul-func
492 and add-func by declared variables.
493
494 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
495 (calc-digit-value): Declare them.
496
497 * calc/calc-help.el (Info-history): Declare it.
498 (calc-describe-key): Make calc-summary-indentation a local variable.
499 (calc-help-long-names): Move declaration to earlier in file.
500
501 * calc/calc-embed.el (calc-original-buffer): Declare it.
502 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
503 (calc-embed-bot): New variables.
504 (calc-do-embedded, calc-embedded-mark-formula)
505 (calc-embedded-find-bounds, calc-embedded-duplicate)
506 (calc-embedded-new-formula, calc-embedded-make-info):
507 Replace vars outer-top, outer-bot, bot and top by declared variables.
508 (calc-embed-prev-modes): New variable.
509 (calc-embedded-set-modes, calc-embedded-update): Replace variable
510 prev-modes with declared variable.
511 (calc-embed-vars-used): New variable.
512 (calc-embedded-make-info, calc-embedded-evaluate-expr)
513 (calc-embedded-update, calc-embedded-find-vars): Replace variable
514 vars-used by declared variable.
515
516 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
517 (math-format-radix-float): Remove unnecessary setq.
518 (math-radix-float-cache): Declare it.
519
520 * calc/calcsel2.el (calc-keep-selection): Declare it.
521
522 * calc/calc-maint.el: Remove file.
523
524 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
525
526 * textmodes/bibtex.el (bibtex-sort-entry-class)
527 (bibtex-comment-start): Use defcustom.
528 (bibtex-entry-field-alist): Use nil if initial content of the
529 field is undefined. Fix docstring.
530 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
531 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
532 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
533 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
534 Fix docstring.
535 (bibtex-autokey-title-terminators): Use only one regexp.
536 (bibtex-string-maybe-empty-head): New variable.
537 (bibtex-remove-delimiters-string): New function.
538 (bibtex-text-in-field-bounds, bibtex-text-in-string):
539 Use bibtex-remove-delimiters-string.
540 (bibtex-progress-message, bibtex-field-left-delimiter)
541 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
542 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
543 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
544 Simplify.
545 (bibtex-format-entry): Use save-excursion for inherited booktitle.
546 Use eq and bibtex-remove-delimiters-string. For end markers use
547 insertion type so that marker stays after inserted text.
548 (bibtex-autokey-get-names): Return empty string if name is missing.
549 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
550 calling bibtex-autokey-name-case-convert.
551 (bibtex-autokey-demangle-title):
552 Call bibtex-autokey-titleword-case-convert. Remove call to
553 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
554 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
555 (bibtex-read-key): New optional arg global.
556 (bibtex-files-expand): New optional arg force.
557 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
558 (bibtex-complete-crossref-cleanup): Rename from
559 bibtex-complete-key-cleanup. Simplify code.
560 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
561 Operate on current entry.
562 (bibtex-button): Add docstring.
563 (bibtex-entry): Simplify.
564 (bibtex-make-field): Replace optional arg called-by-yank with more
565 specific args move and interactive.
566 (bibtex-end-of-entry): Use forward-sexp.
567 (bibtex-find-entry-globally): Remove.
568 (bibtex-find-crossref): Allow for crossref key located in other buffer.
569 Bound to C-c C-x.
570 (bibtex-find-entry): New optional args global and display.
571 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
572 (bibtex-validate): Use arg force of bibtex-files-expand.
573 (bibtex-clean-entry): Bugfix, clean string entries properly.
574 Always keep point at beginning of entry.
575 (bibtex-complete): Bugfix. Handle string entries properly.
576 Call cleanup functions only if needed.
577 (bibtex-String): Use bibtex-read-string-key.
578 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
579 case of replacement text.
580
581 2004-11-26 Lars Hansen <larsh@math.ku.dk>
582
583 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
584 (tramp-perl-directory-files-and-attributes): New constant.
585 (tramp-file-name-handler-alist): Delete file-directory-files, add
586 directory-files-and-attributes.
587 (tramp-perl-file-attributes): Surround uid and gid by double
588 quotes. Change parameter id-format from nonnumeric.
589 (tramp-convert-file-attributes): New function.
590 (tramp-handle-file-attributes): Use it.
591 (tramp-maybe-send-perl-script): New function.
592 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
593 file mode. Change parameter id-format from nonnumeric.
594 (tramp-handle-file-attributes-with-ls): Change parameter id-format
595 from nonnumeric.
596 (tramp-post-connection): Don't send tramp-perl-file-attributes
597 script. Reset connection property "perl-scripts".
598 (tramp-handle-insert-directory): Run real handler when ls-lisp is
599 in use.
600
601 2004-11-26 Lars Hansen <larsh@math.ku.dk>
602
603 * desktop.el (desktop-read): Replace mapcar with mapc.
604 (desktop-create-buffer): Replace mapcar with mapc.
605 Remove redundant piece of code.
606
607 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
608
609 * progmodes/gud.el (gud-display-line): Use display-buffer
610 for GDB-UI as for GUD.
611
612 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
613 Delete variables.
614 (gdb-ann3): Don't make GUD buffer dedicated.
615 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
616 (gdb-display-source-buffer): Delete function.
617 (gdb-view-source-function, gdb-view-assembler): Delete functions.
618 (menu): Delete menu bindings for viewing source/assembler.
619 (gdb-setup-windows, gdb-restore-windows):
620 Don't dedicate GUD. No assembler now.
621 (gdb-reset): No need to undedicate source buffers now.
622 (gdb-source-info): No assembler now.
623
624 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
625
626 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
627 width to those for special frames.
628 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
629 Use display-buffer.
630 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
631 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
632 (gdb-frame-assembler-buffer): Rework like
633 gdb-frame-breakpoints-buffer.
634
635 2004-11-25 Richard M. Stallman <rms@gnu.org>
636
637 * progmodes/flymake.el: Reindent.
638 (flymake-split-string): Turn into defalias.
639 (flymake-fix-file-name): Rename from flymake-fix-path-name.
640 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
641 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
642 (flymake-build-relative-filename): Rename from ...path.
643 Fix error message.
644
645 2004-11-25 Cheng Gao <chenggao@gmail.com>
646
647 * progmodes/flymake.el: Much whitespace and capitalization change.
648 Move `provide' to end. Require `compile' only when compiling.
649
650 2004-11-24 Jay Belanger <belanger@truman.edu>
651
652 * calc/calc-alg.el: Added comment.
653 (math-polynomial-base): Replace variable mpb-top-expr by
654 math-poly-base-top-expr.
655
656 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
657 (math-polynomial-p1): Replace variable mpb-top-expr by declared
658 variable.
659 (math-poly-base-total-base): New variable.
660 (math-total-polynomial-base, math-polynomial-p1): Replace variable
661 mpb-total-base by declared variable.
662 (math-factored-vars, math-to-list): Declare it.
663 (math-fact-expr): New variable.
664 (calcFunc-factors, calcFunc-factor, math-factor-expr)
665 (math-factor-expr-try, math-factor-expr-part): Replace variable
666 expr by declared variable.
667 (math-fet-x): New variable.
668 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
669 by declared variable.
670 (math-factor-poly-coefs): Make temp a local variable.
671
672 * calc/calc-units.el (calc-convert-units): Make units a local
673 variable.
674 (calc-num-units, calc-den-units): New variables.
675 (calc-explain-units, calc-explain-units-rec): Replace variables
676 num-units and den-units by declared variables.
677 (math-cu-unit-list): New variable.
678 (math-build-units-table, math-compare-unit-names)
679 (math-convert-units, math-convert-units-rec): Replace variable
680 unit-list by declared variable.
681 (math-fbu-base, math-fbu-entry): New variables.
682 (math-find-base-units, math-find-base-units-rec): Replace variables
683 base and entry by declared variables.
684 (math-which-standard): New variable.
685 (math-to-standard-units, math-to-standard-rec): Replace variable
686 which-standard by declared variable.
687 (math-fcu-u): New variable.
688 (math-find-compatible-unit, math-find-compatible-unit-rec):
689 Replace variable u by declared variable.
690 (math-cu-new-units, math-cu-pure): New variables.
691 (math-convert-units, math-convert-units-rec): Replace variables
692 new-units and pure by declared variables.
693 (math-try-cancel-units): New variable.
694 (math-simplify-units-quotient): Replace variable try-cancel-units by
695 declared variable.
696
697 2004-11-24 Richard M. Stallman <rms@gnu.org>
698
699 * textmodes/ispell.el (ispell-check-version):
700 If default-directory is nonexistent, use home dir.
701
702 * progmodes/grep.el (grep-regexp-alist):
703 Don't match parens around line numbers.
704
705 * progmodes/cperl-mode.el (cperl-indent-region)
706 (cperl-imenu--create-perl-index, cperl-xsub-scan):
707 Don't print progress messages.
708
709 * progmodes/compile.el (compilation-mode-map):
710 Don't inherit from compilation-minor-mode-map;
711 copy its bindings instead. But the menu bar Compile
712 entry now does inherit from compilation-menu-map.
713
714 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
715 Use with-no-warnings around compiler-macroexpand.
716
717 * imenu.el: Don't always require newcomment.
718 (imenu--generic-function): Call comment-normalize-vars
719 if we have a comment syntax.
720 Exit the loop if REGEXP matches the null string.
721 Test comment-start as well as comment-start-skip
722 when deciding whether to check for comments.
723
724 * tooltip.el (tooltip-mode): Doc fix.
725
726 * term.el (term-escape-char, term-mode): Doc fixes.
727
728 2004-11-24 Dave Love <fx@gnu.org>
729
730 * progmodes/python.el (python-font-lock-syntactic-keywords):
731 Check for escapes in the regexp.
732 (python-quote-syntax): Don't do it here.
733
734 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
735
736 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
737 (gdb-frames-mode-map, gdb-threads-mode-map)
738 (gdb-registers-mode-map, gdb-locals-mode-map)
739 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
740 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
741
742 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
743 (dedicated-switch-to-buffer): Rework.
744 (gdb-var-evaluate-expression-handler, gdb-put-string):
745 Remove unused variable bindings.
746 (gdb-setup-windows, gdb-display-buffer):
747 Simplify. Use pop-to-buffer.
748 (gdb-view-source-function): Simplify.
749 (gdb-frame-breakpoints-buffer):
750 Use pop-to-buffer, special-display-regexps.
751
752 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
753
754 * progmodes/f90.el (f90-smart-end)
755 (f90-previous-statement, f90-beginning-of-block): Doc fix.
756 (f90-calculate-indent): Handle un-named PROGRAM blocks.
757 (f90-end-of-block): Doc fix. Make check of outermost block
758 conditional on value of `f90-smart-end'.
759 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
760 Handle case where END-BLOCK is nil.
761 (f90-match-end): Handle un-named PROGRAM blocks.
762 (f90-backslash-not-special): New function.
763
764 2004-11-24 Jay Belanger <belanger@truman.edu>
765
766 * calc/calc.el (calc-embedded-active): Removed unnecessary
767 declaration.
768 (calc-show-banner): Removed redundant declaration.
769
770 * calc/calc-graph.el (calc-gnuplot-default-device)
771 (calc-gnuplot-default-output, calc-gnuplot-print-device)
772 (calc-gnuplot-print-output, calc-gnuplot-geometry)
773 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
774 Remove redundant initial values.
775
776 * calc/calc-arith.el (math-scalar-functions)
777 (math-nonscalar-functions, math-scalar-if-args-functions)
778 (math-real-functions, math-positive-functions)
779 (math-nonnegative-functions, math-real-scalar-functions)
780 (math-real-if-arg-functions, math-integer-functions)
781 (math-num-integer-functions, math-rounding-functions)
782 (math-float-rounding-functions, math-integer-if-args-functions)
783 (math-super-types): Move declarations to earlier in file.
784 (math-unit-prefixes): Declared it.
785 (math-floor-prec, math-trunc-prec): New variables.
786 (math-trunc-fancy): Replace variable prec by declared variable.
787 (math-floor-fancy): Replace variable prec by declared variable.
788 (math-com-bterms): New variable.
789 (math-commutative-equal, math-commutative-collect):
790 Replace variable bterms by declared variable.
791
792 * calc/calc-misc.el (math-trunc): Replace variable prec by
793 math-trunc-prec.
794 (math-floor): Replace variable prec by math-floor-prec.
795
796 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
797 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
798 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
799 (math-format-date, math-format-date-part): Replace variables
800 date, dt, year, month, day, weekday, hour, minute, second and
801 bc-flag by declared variables.
802 (math-pd-str): New variable.
803 (math-parse-date, math-parse-date-word, math-parse-standard-date):
804 Replace variable str by declared variable.
805 (math-daylight-savings-hook, math-tzone-names): Move definitions
806 to earlier in the file.
807 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
808 (math-sh-year): New variable.
809 (math-setup-add-holidays, math-setup-holidays)
810 (math-setup-year-holidays): Replace variable `year' by declared
811 variable.
812
813 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
814 New variables.
815 (math-nth-root-float, math-nth-root-float-iter): Replace variables
816 n, nf and nfm1 by declared variables.
817 (math-nri-n): New variable.
818 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
819 n by declared variable.
820 (calcFunc-log): Removed misplaced condition.
821
822 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
825
826 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
827
828 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
829 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
830 Dedicate gdb-related windows.
831 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
832 other frames.
833 (gdb-reset): Remove dedicated property after debugging.
834
835 2004-11-24 Jay Belanger <belanger@truman.edu>
836
837 * calc/calc-sel.el: Add comment.
838
839 * calc/calc.el (math-stack-value-offset): Replace variables c,
840 wid and off with math-svo-c, math-svo-wid and math-svo-off.
841
842 * calc/calccomp.el (math-comp-sel-tag): Declare it.
843 (math-svo-c, math-svo-wid, math-svo-off): New variables.
844 (math-stack-value-offset-fancy): Replace variables c, wid and off
845 by declared variables.
846 (math-comp-just, math-comp-comma-spc): New variables.
847 (math-compose-expr, math-compose-matrix): Replace variables `just'
848 and comma-spc by declared variable.
849 (math-comp-vector-prec): New variable.
850 (math-compose-expr, math-compose-matrix, math-compose-rows):
851 Replace variable vector-prec by declared variable.
852 (math-comp-left-bracket, math-comp-right-bracket)
853 (math-comp-comma): New variables.
854 (math-compose-expr, math-compose-rows): Replace variables
855 left-bracket, right-bracket and comma by declared variables.
856 (math-comp-full-width): New variable.
857 (math-comp-to-string-flat, math-comp-to-string-flat-term):
858 Replace variable full-width by declared variable.
859 (math-comp-highlight, math-comp-word, math-comp-level)
860 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
861 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
862 New variables.
863 (math-comp-to-string-flat, math-comp-to-string-flat-term)
864 (math-comp-sel-flat-term): Replace variables comp-highlight,
865 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
866 declared variables.
867 (math-comp-simplify, math-comp-simplify-term)
868 (math-comp-add-string, math-comp-add-string-sel):
869 Replace variables comp-highlight, comp-buf, comp-base,
870 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
871
872 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
873
874 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
875
876 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
877 and x-server-version may throw.
878
879 2004-11-23 Kim F. Storm <storm@cua.dk>
880
881 * subr.el (substitute-key-definition-key): Optimize.
882 Don't call indirect-function for nil defn (always signals error).
883
884 * ido.el (ido-read-internal): Fix require-match check when
885 ido-directory-too-big is set.
886
887 2004-11-23 Jay Belanger <belanger@truman.edu>
888
889 * calc/calc-ext.el (math-read-replacement-list)
890 (math-read-superscripts): New variables.
891 (math-read-preprocess-string): New function.
892 (math-read-expr): Filter input through math-read-preprocess-string.
893
894 * calc/calc-aent.el (math-read-exprs): Filter input through
895 math-read-preprocess-string.
896
897 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
898
899 * progmodes/compile.el (compilation-start): In cd command use
900 substitute-env-vars -- not quite shell compatible but better than
901 nothing.
902 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
903 handle the newer versions messages, which are more parseable.
904
905 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
906
907 * reveal.el (reveal-mode-map): New var.
908 (reveal-mode): Use it.
909
910 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
911
912 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
913 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
914
915 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
916
917 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
918 header-line when needed.
919 Use fixed-pitch only in the header-line.
920 Build the underline automatically. Use emdash if available.
921
922 2004-11-22 Richard M. Stallman <rms@gnu.org>
923
924 * dired.el (dired-recursive-copies): Move from dired-aux.el.
925 * dired-aux.el (dired-recursive-copies): Move to dired.el.
926
927 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
928
929 * progmodes/gdb-ui.el (gdb-resync): New function.
930 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
931 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
932 Use it to fail more gracefully.
933 (gdb-variables): Delete variable.
934 Re-order variables to reduce byte-compiler warnings.
935
936 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * descr-text.el (describe-char):
939 * paren.el (show-paren-function):
940 * subr.el (syntax-after): Undo last change.
941
942 * progmodes/python.el (run-python): Don't hard code *Python*.
943 Don't modify global process-environment.
944 (python-send-region, python-load-file): Don't assume that
945 python-buffer == (process-buffer (python-proc)).
946 (python-switch-to-python): Simplify.
947
948 * dired.el (dired-align-file): Don't assume line starts with spaces.
949
950 2004-11-21 Jay Belanger <belanger@truman.edu>
951
952 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
953 Replace variable `lines' by math-read-big-lines.
954 (math-read-big-expr): Replace variables the-baseline, the-h2
955 and err-msg by math-read-big-baseline, math-read-big-h2 and
956 math-read-err-msg.
957 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
958
959 * calc/calc-lang.el (math-read-big-rec): Fix typo.
960 (math-read-big-balance): Replace unbound variable by value.
961 (math-read-big-lines): New variable.
962 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
963 (math-read-big-error, math-read-big-balance): Replace variable
964 `lines' by declared variable.
965 (math-read-big-baseline, math-read-big-h2): New variables.
966 (math-read-big-rec): Replace variables the-baseline and the-h2
967 by declared variables.
968 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
969 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
970 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
971 declared variables.
972 (math-read-big-err-msg): New variable.
973 (math-read-big-error): Replace variable err-msg by declared variable.
974
975 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * ses.el: Add coding cookie.
978 Fix up docstrings, follow new commenting conventions.
979 (ses-header-line-menu): Fix missing variable rename for header-row.
980 (ses-cell-size): Remove.
981 (ses-make-cell): New function.
982 (ses-cell, ses-insert-row, ses-insert-column): Use it.
983 (ses-calculate-cell): Remove unused var `symbol'.
984 (ses-narrowed-p): New function.
985 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
986 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
987 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
988 (ses-setup): Use restore-buffer-modified-p.
989 (ses-cleanup): Remove unused var `end'.
990 (ses-header-string-left-offset): Remove.
991 (ses-create-header-string): Adjust to new behavior of `align-to'.
992 Truncate excessively large fields to preserve alignment.
993 (ses-reconstruct-all): Remove unused var `refs'.
994 (ses-read-cell-printer): Remove unused var `prompt'.
995 (ses-delete-row): Remove unused var `pos'.
996 (ses-delete-column): Remove unused var `new'.
997
998 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
999
1000 * ps-print.el: Insert :version tag into all defgroup and defcustom.
1001 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1002 Eliminate eval-and-compile usage.
1003 (ps-insert-file): Use insert-file-contents instead of insert-file.
1004 (ps-setup): Code fix.
1005
1006 * printing.el (pr-setup, lpr-setup): Code fix.
1007
1008 2004-11-21 Jay Belanger <belanger@truman.edu>
1009
1010 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1011 (calc-original-buffer): Declare them.
1012 (calc-user-formula-alist): New variable.
1013 (calc-user-define-formula, calc-fix-user-formula)
1014 (calc-user-define-composition, calc-finish-formula-edit):
1015 Replace variable `alist' by declared variable.
1016 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1017 (var-q7, var-q7, var-q8, var-q9): Declare them.
1018 (calc-kbd-push): Don't check to see if var-q0 through var-q9
1019 are bound.
1020 (calcFunc-typeof): Replace undeclared variable by expression.
1021 (math-exp-env): New variable.
1022 (math-define-body, math-define-exp): Replace exp-env by declared var.
1023 (math-define-exp): Replace misplaced variable by expression.
1024
1025 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1026 (calc-curve-model, calc-curve-coefnames): New variables.
1027 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1028 varnames, model and coefnames by declared variables.
1029 (math-root-widen): New variable.
1030 (math-search-root, math-find-root): Replace variable root-widen by
1031 declared variable.
1032 (var-DUMMY): Declare it.
1033 (math-root-vars, math-min-vars): Move the declarations to earlier in
1034 the file.
1035 (math-brent-min): Make d a local variable.
1036 (math-find-minimum): Replace non-existent variable.
1037 (math-ninteg-romberg): Remove unnecessary variable.
1038 (math-ninteg-temp): New variable.
1039 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1040 integ-temp by declared variable.
1041 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1042 New variables.
1043 (math-general-fit): Replace variables first-var, first-coef and
1044 new-coefs by declared variables.
1045 (calcFunc-fitvar): Replace variable first-var by declared variable.
1046 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1047 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1048 (math-all-vars-vars, math-all-vars-found): New variables.
1049 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1050 found by declared variable math-all-vars-vars.
1051
1052 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1053
1054 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1055 of `defconst'.
1056
1057 2004-11-20 Richard M. Stallman <rms@gnu.org>
1058
1059 * isearch.el (isearch-mode-map): Don't bind SPC.
1060 (isearch-whitespace-chars): Function deleted.
1061 (isearch-search): Bind search-spaces-regexp.
1062 (isearch-lazy-highlight-search): Likewise.
1063 (search-whitespace-regexp): Doc fix.
1064 (isearch-forward-regexp): Doc fix.
1065
1066 * emacs-lisp/bytecomp.el (byte-compile-form):
1067 Move the calls to byte-compile-set-symbol-position,
1068 to avoid having two for the same symbol occurrence.
1069
1070 * comint.el (comint-input-ring-size): Increase to 150.
1071
1072 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1073 New variables.
1074 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1075 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1076
1077 * imenu.el (imenu--generic-function):
1078 Ensure we keep moving backward even if BEG isn't further back.
1079
1080 * replace.el (query-replace-read-to, query-replace-read-from):
1081 Specify t for KEEP-ALL in read-from-minibuffer.
1082
1083 * progmodes/python.el (python-switch-to-python):
1084 If Python isn't running, start it.
1085 Don't alter debug-ignored-errors.
1086
1087 * progmodes/cperl-mode.el (cperl-indent-region):
1088 Don't mind imenu-scanning-message.
1089
1090 * bindings.el (global-map): Bind C-e to move-end-of-line.
1091
1092 * simple.el (line-move-finish): New arg FORWARD.
1093 Ignore invisible newlines, not intangible ones.
1094 Conditions for acceptable stopping positions depend on FORWARD.
1095 (line-move): Pass FORWARD arg to line-move-finish.
1096
1097 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1098 of HEADER. Compensate for this change in the code to add display
1099 properties. Don't make the first line intangible.
1100
1101 * info.el (Info-search): Fix previous change.
1102
1103 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1104
1105 * Makefile.in (recompile): Revert 2004-11-19 change.
1106 (compile): Likewise.
1107
1108 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1109
1110 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1111
1112 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1113
1114 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1115 defgroup and defcustom. Eliminate eval-and-compile usage.
1116
1117 * progmodes/ebnf-otz.el: Fix typos.
1118
1119 2004-11-19 Jay Belanger <belanger@truman.edu>
1120
1121 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1122 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1123 disp-trail by declared variable.
1124
1125 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1126 (calc-finish-selection-edit): Replace variable disp-trail by
1127 declared variable.
1128 (calc-selection-cache-entry): Move declaration to earlier in the file.
1129 (calc-selection-cache-num, calc-selection-cache-comp)
1130 (calc-selection-cache-offset, calc-selection-true-num)
1131 (calc-final-point-line, calc-final-point-column)
1132 (calc-original-buffer): Declare them.
1133 (calc-fnp-op, calc-fnp-num): New variables.
1134 (calc-find-nth-part, calc-find-nth-part-rec)
1135 (calc-select-previous): Replace op and num by declared variables.
1136 (calc-rsf-old, calc-rsf-new): New variables.
1137 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1138 Replace variables old and new by declared variables.
1139 (calc-sel-reselect): New variable.
1140 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1141 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1142 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1143 reselect with declared variable.
1144
1145 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1146 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1147 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1148 (math-import-list, math-rewrite-phase): Declare them.
1149 (math-rewrite): Use let* to declare variables.
1150 (calc-rewrite-selection): Make rules a local variable.
1151 (calc-rewr-sel): New variable.
1152 (calc-rewrite-selection, calc-locate-selection-marker)
1153 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1154 of sel.
1155 (math-rewrite-whole-expr): New variable.
1156 (math-rewrite, math-rewrite-phase): Replace variable expr by
1157 declared variable.
1158 (math-rewrite-heads-heads, math-rewrite-heads-skips)
1159 (math-rewrite-heads-blanks ): New variables.
1160 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1161 heads, skips and blanks by declared variables.
1162 (math-rwcomp-subst-old, math-rwcomp-subst-new)
1163 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1164 New variables.
1165 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1166 old, new, old-func and new-func by declared variables.
1167 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1168 Remove unnecessary variable.
1169 (math-apply-rw-regs): New variable.
1170 (math-apply-rewrites, math-rwapply-replace-regs)
1171 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1172 (math-apply-rw-ruleset): New variable.
1173 (math-apply-rewrites, math-rwapply-remember): Replace variable
1174 ruleset by declared variable.
1175
1176 2004-11-19 Richard M. Stallman <rms@gnu.org>
1177
1178 * info.el (Info-search): Use search-whitespace-regexp.
1179
1180 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1181
1182 * vc-rcs.el (vc-rcs-parse): New function.
1183 (vc-rcs-annotate-command): Likewise.
1184 (vc-rcs-annotate-current-time): Likewise.
1185 (vc-rcs-annotate-time): Likewise.
1186 (vc-rcs-annotate-extract-revision-at-line): Likewise.
1187
1188 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1189
1190 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1191
1192 2004-11-18 Jay Belanger <belanger@truman.edu>
1193
1194 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1195
1196 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1197
1198 * printing.el: Eliminate use of interactive-p and eval-and-compile.
1199 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1200 Use make-temp-file to generate PostScript files in any situation.
1201 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1202 (pr-interactive-p): Eliminate var.
1203 (pr-save-interactive): Eliminate macro.
1204 (pr-interface, pr-ps-directory-preview)
1205 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1206 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1207 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1208 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1209 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1210 (pr-ps-region-ps-print, pr-ps-mode-preview)
1211 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1212 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1213 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1214 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1215 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1216 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1217 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1218 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1219 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1220 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1221 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1222 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1223 Eliminate pr-save-interactive usage.
1224 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1225 Eliminate pr-interactive-p usage.
1226 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1227 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1228 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1229 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1230 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1231 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1232 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1233 New funs.
1234 (pr-ps-file): Use make-temp-file to generate a temporary file.
1235
1236 2004-11-17 Jay Belanger <belanger@truman.edu>
1237
1238 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1239 a local variable.
1240 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1241 (math-top-only): New variable.
1242 (math-simplify, math-simplify-step): Replace variable top-only by
1243 declared variable math-top-only.
1244 (math-simplify-expr): Declare it.
1245 Replace argument expr in all calls of math-defsimplify by
1246 math-simplify-expr.
1247 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1248 (math-simplify-divisor, math-simplify-one-divisor)
1249 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1250 (math-simplify-pow): Replace variable expr by declared variable
1251 math-simplify-expr.
1252 (math-simplify-divisor): Remove local variables temp and op.
1253 (math-simplify-one-divisor): Make temp and op local variables.
1254 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1255 New variables.
1256 (math-simplify-divisor, math-simplify-one-divisor):
1257 Replace variables nover and dover by declared variables.
1258 (math-expr-subst-new, math-expr-subst-old): New variables.
1259 (math-expr-subst, math-expr-subst-rec): Replace variables new
1260 and old by declared variables.
1261 (math-is-poly-degree, math-is-poly-loose): New variables.
1262 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1263 and loose by declared variables.
1264 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1265 (math-polynomial-base, math-polynomial-base-rec):
1266 Replace variables const-ok and mpb-pred by declared variables.
1267
1268 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1269
1270 * calc/calc-ext.el (math-defsimplify): Change the argument in
1271 the created function to math-simplify-expr.
1272
1273 * calc/calc-units.el (math-simplify-expr): Declare it.
1274 Replace argument expr in all calls of math-defsimplify by
1275 math-simplify-expr.
1276 (math-simplify-units-prod): Replace variable expr by declared
1277 variable math-simplify-expr.
1278
1279 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1282 Replace mapcar->dolist, format->string.
1283
1284 2004-11-17 Miles Bader <miles@gnu.org>
1285
1286 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1287 * progmodes/idlwave.el: Remove RCS keywords.
1288
1289 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1290
1291 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1292 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1293 Update to IDLWAVE version 5.5. Too many changes to list them here.
1294 * progmodes/idlw-help.el: New file.
1295
1296 2004-11-16 Richard M. Stallman <rms@gnu.org>
1297
1298 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1299 Discard spaces after \i according to TeX rules.
1300
1301 * international/mule.el (set-buffer-file-coding-system):
1302 New arg NOMODIFY.
1303 (after-insert-file-set-coding): Pass that new arg.
1304 Prevent set-buffer-multibyte from trying to lock the file.
1305
1306 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1307
1308 * saveplace.el (save-place): Doc fix.
1309
1310 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1311 temporarily widen before finding the following word to copy.
1312
1313 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1314 (cl-map-keymap): Definition deleted.
1315
1316 * subr.el (map-keymap-internal): New function.
1317
1318 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1321 when pressing rather than when releasing mouse-2. Simplify.
1322
1323 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1324
1325 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1326 (compilation-mode): Set it here instead.
1327
1328 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1329
1330 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1331 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1332
1333 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1334
1335 * progmodes/compile.el (compilation-internal-error-properties):
1336 Fix up a transposition-typo. Check end-col before using it.
1337
1338 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1339
1340 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1341 Discard whitespace after macro \i when converting it.
1342
1343 2004-11-16 Juri Linkov <juri@jurta.org>
1344
1345 * emacs-lisp/find-func.el (find-function-regexp):
1346 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1347 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1348 Remove invalid `\W' from [^cgv\W]. Doc fix.
1349 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1350
1351 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * play/life.el: Maintainer is now FSF.
1354 (life-patterns, life-neighbor-deltas, life-window-start)
1355 (life-current-generation, life-generation-string): Use defvar
1356 instead of defconst.
1357
1358 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * progmodes/compile.el (compilation-move-to-column): New fun.
1361 (compilation-internal-error-properties)
1362 (compilation-next-error-function): Use it to make sure we don't go past
1363 the end of line.
1364
1365 2004-11-15 John Paul Wallington <jpw@gnu.org>
1366
1367 * autoinsert.el (auto-insert-alist): Insert the user's name in
1368 copyright notice, rather than Free Software Foundation, for the
1369 Emacs Lisp header case too.
1370
1371 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1372
1373 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1374 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1375 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1376 return the list of string in a string.
1377 (pr-call-process): Message if calling process returns an error, that
1378 is, the exit status is different of zero.
1379
1380 2004-11-15 Jay Belanger <belanger@truman.edu>
1381
1382 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1383 variable var-thing.
1384 (math-integ-depth, math-integ-level, math-integral-limit)
1385 (math-enable-subst, math-any-substs, math-integ-msg)
1386 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1387 (math-int-threshold, math-int-factors, math-double-roots)
1388 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1389 (var-GenCount): Declare these variables.
1390 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1391 (math-integral-cache, math-integral-cache-state):
1392 Move declarations to earlier in the file.
1393 (math-deriv-var, math-deriv-total, math-deriv-symb)
1394 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1395 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1396 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1397 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1398 (math-solve-res): New variables
1399 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1400 (math-integral, math-replace-integral-parts)
1401 (math-integrate-by-parts, calc-dump-integral-cache)
1402 (math-try-integral, math-do-integral, math-do-integral)
1403 (math-do-integral-methods, math-try-solve-for)
1404 (math-try-solve-prod, math-solve-poly-funny-powers)
1405 (math-solve-crunch-poly, math-decompose-poly)
1406 (math-solve-find-root-term, math-find-root-in-prod)
1407 (math-integ-try-linear-substitutions)
1408 (math-integ-try-substitutions, math-expr-rational-in)
1409 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1410 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1411 (math-solve-for, math-solve-system, math-solve-system-rec)
1412 (math-solve-get-sign, math-solve-get-int)
1413 (math-solve-system-subst): Replace undeclared variables with newly
1414 declared variables.
1415
1416 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * winner.el (winner-active-region, winner-edges, winner-window-list):
1419 Define at toplevel.
1420 (winner-mode-map): Move init inside declaration.
1421
1422 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1423
1424 * files.el (convert-standard-filename): Doc fix.
1425
1426 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1427
1428 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1429 passwd, group, shadow, default/* and pam.d/*.
1430
1431 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1432
1433 * printing.el (pr-menu-spec): Adjust menu specification.
1434
1435 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1436
1437 * printing.el: Doc fix. Insert :version tag into all defcustom.
1438 Handle interactive-p as is recommended in Emacs Lisp Reference.
1439 Set the file permission bits for newly created files.
1440 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1441 The printing menu specification (in `pr-menu-spec') was merged.
1442 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1443 (pr-version): New version number (6.8.3).
1444 (pr-file-modes): New option.
1445 (pr-interactive-p): New var.
1446 (pr-save-interactive, pr-save-file-modes): New macros.
1447 (pr-setup): Code fix.
1448 (pr-menu-spec): Menu specification merged.
1449 (pr-call-process, pr-text2ps): Set file permission bits.
1450 (pr-despool-print): Set file permission bits. Handle interactive-p as
1451 is recommended.
1452 (pr-interface, pr-ps-directory-preview)
1453 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1454 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1455 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1456 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1457 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1458 (pr-ps-region-ps-print, pr-ps-mode-preview)
1459 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1460 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1461 (pr-despool-using-ghostscript, pr-despool-ps-print)
1462 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1463 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1464 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1465 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1466 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1467 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1468 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1469 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1470 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1471 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1472 Handle interactive-p as is recommended.
1473
1474 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1477 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1478
1479 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1480 so it doesn't forget to highlight the beginning of the region either.
1481
1482 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1483
1484 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1485 (c-font-lock-init): Eliminate obsolete make-local-hook.
1486 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1487 (awk-mode): Use run-mode-hooks.
1488
1489 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1490
1491 2004-11-13 Kim F. Storm <storm@cua.dk>
1492
1493 * mouse.el (mouse-drag-copy-region): Add :version.
1494 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1495 while dragging mode line, so mode line can be dragged downwards.
1496 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1497 while pressing mouse button so window doesn't scroll until we
1498 release the mouse if clicking on partially visible line.
1499
1500 2004-11-12 Jay Belanger <belanger@truman.edu>
1501
1502 * calc/calc-graph.el (calc-dumb-map): Declare it.
1503 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1504 than unbound.
1505 (calc-graph-name): Made `end' a local variable.
1506 (calc-graph-lookup): Made `varname' a local variable.
1507 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1508 Declare them.
1509 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1510 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1511 the unused variable y3vec.
1512 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1513 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1514 calc-graph-prev-kill-hook.
1515 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1516 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1517 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1518 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1519 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1520 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1521 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1522 (calc-graph-y3value, calc-graph-y3name)
1523 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1524 (calc-graph-stepcount, calc-graph-is-splot)
1525 (calc-graph-surprise-splot, calc-graph-blank)
1526 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1527 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1528 (calc-graph-recompute-2d, calc-graph-compute-3d)
1529 (calc-graph-format-data): Replace undeclared variables with the
1530 above newly declared variables.
1531
1532 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1533
1534 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1535 `rsf-beep' and `rsf-sleep-after-message'.
1536
1537 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1538 list if `message-sender' is non-nil.
1539
1540 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1541
1542 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1543 consing by using mapc instead of mapcar.
1544
1545 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1546
1547 * tooltip.el (require): Explain why CL is needed.
1548
1549 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1550
1551 * printing.el: Insert :version into defgroup (printing). All reference
1552 to Files option in menubar were changed to File.
1553 (pr-version): New version number (6.8.2).
1554 (pr-get-symbol): Call easy-menu-intern.
1555 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1556 compilation gripes.
1557
1558 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1561 new byte-compile-function-environment binding to t.
1562
1563 * font-lock.el (font-lock-fontify-syntactically-region):
1564 Don't forget to highlight the last char when we hit `end'.
1565
1566 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1567 (mwheel-scroll): Adjust accordingly.
1568
1569 * cvs-status.el: Reduce spurious warnings.
1570 (cvs-status-checkout): Remove.
1571 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1572
1573 * pcvs.el (cvs-mode-checkout): New command.
1574
1575 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1576
1577 * tooltip.el: Require CL.
1578
1579 * emacs-lisp/bytecomp.el: Use push.
1580 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1581 (defalias): Remove the `byte-compile' property and add
1582 a `byte-hunk-handler'.
1583
1584 2004-11-11 Juri Linkov <juri@jurta.org>
1585
1586 * info.el (Info-search): Save match data for isearch.
1587 Skip Tag Table node.
1588
1589 * descr-text.el (describe-char): Replace syntax-after with code
1590 from its previous version.
1591
1592 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1593 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1594
1595 * international/mule.el (sgml-html-meta-auto-coding-function):
1596 Remove > after <html to allow HTML attributes.
1597
1598 2004-11-11 Jay Belanger <belanger@truman.edu>
1599
1600 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1601 a variable.
1602 (calcFunc-dfac): Replace unbound max by n.
1603 (math-stirling-local-cache): New variable.
1604 (math-stirling-number, math-stirling-1, math-stirling-2):
1605 Replace the variable `cache' by the declared variable
1606 math-stirling-local-cache.
1607 (var-RandSeed): Declare it as a variable.
1608 (math-init-random-base, math-random-digit): Don't check to see if
1609 var-RandSeed is bound.
1610 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1611 Declare them instead of just setting them.
1612 (math-init-random-base): Made i a local variable.
1613 (math-random-digit): Made math-random-last a local variable.
1614 (math-prime-test-cache): Move declaration to before it is used.
1615 (math-prime-test-cache-k, math-prime-test-cache-q)
1616 (math-prime-test-cache-nm1, math-prime-factors-finished):
1617 Declare them as variables.
1618
1619 2004-11-11 Jay Belanger <belanger@truman.edu>
1620
1621 * calc/calc-ext.el (math-defcache): Use defvar for the new
1622 variables it creates.
1623
1624 2004-11-11 Lars Hansen <larsh@math.ku.dk>
1625
1626 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1627 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1628 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1629 (desktop-save): Add :version.
1630
1631 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * printing.el (pr-get-symbol): Don't downcase.
1634
1635 2004-11-10 Jay Belanger <belanger@truman.edu>
1636
1637 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
1638 string to kill-ring.
1639
1640 * calc/calc-aent.el (calc-alg-exp, math-toks)
1641 (math-exp-pos,math-exp-old-pos, math-exp-token)
1642 (math-exp-keep-spaces, math-exp-str): New variables.
1643 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1644 (calcAlg-enter): Use declared variable calc-alg-exp.
1645 (math-build-parse-table, math-find-user-token): Use declared
1646 variable math-toks.
1647 (math-read-exprs, math-read-token, calc-check-user-syntax)
1648 (calc-match-user-syntax, match-factor-after, math-read-factor):
1649 Use declared variables math-exp-pos math-exp-old-pos.
1650 (math-read-exprs, math-read-token, math-read-expr-level)
1651 (calc-check-user-syntax, calc-match-user-syntax)
1652 (match-factor-after, math-read-factor): Use declared variable
1653 math-exp-token.
1654 (math-read-exprs, math-read-expr-list, math-read-token)
1655 (math-read-factor): Use declared variable math-exp-keep-spaces.
1656 (math-read-exprs, math-read-token): Use declared variable
1657 math-exp-str.
1658 (calc-match-user-syntax): Make m a local variable.
1659
1660 * calc/calc-ext.el (math-read-expr): Use declared variables
1661 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1662 math-exp-keep-spaces.
1663
1664 * calc/calc-forms.el (math-read-angle-bracket): Use declared
1665 variables math-exp-pos, math-exp-str.
1666
1667 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
1668 math-exp-old-pos.
1669 (math-parse-fortran-vector, math-parse-fortran-vector-end)
1670 (math-parse-eqn-prime): Use declared variable math-exp-token.
1671
1672 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1673 Use declared variable math-exp-pos.
1674 (math-check-for-commas): Use declared variable math-exp-str.
1675 (math-read-brackets): Use declared variables math-exp-old-pos,
1676 math-exp-keep-spaces.
1677 (math-read-brackets, math-read-vector, math-read-matrix):
1678 Use declared variable math-exp-token.
1679
1680 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1683 where the keymap is a symbol.
1684 (easy-menu-add-item): Use keymap-prompt. Simplify.
1685
1686 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1687
1688 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1689 (sgml-parse-tag-backward): Use it to skip spurious < or >.
1690
1691 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
1692
1693 * ebuff-menu.el: Doc fixes throughout.
1694 (electric-buffer-menu-mode-hook): New defvar.
1695
1696 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
1697
1698 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1699 compilation. The resulting compiler warnings appear to be harmless.
1700
1701 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
1702
1703 * textmodes/conf-mode.el: New file.
1704
1705 * files.el (auto-mode-alist, magic-mode-alist): Use it.
1706
1707 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1708
1709 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1710
1711 2004-11-09 Jay Belanger <belanger@truman.edu>
1712
1713 * calc/calc-ext.el (calc-init-extensions): Remove old code.
1714
1715 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1716 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
1717 (calc-z-prefix-help, calc-user-function-list): Use declared
1718 variables calc-z-prefix-buf, calc-z-prefix-msgs.
1719 (math-map-tree, math-map-tree-rec): Use declared variables
1720 math-mt-many, math-mt-func.
1721 (math-read-expression, math-read-string): Use declared variable
1722 math-expr-data.
1723
1724 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
1725 variable math-normalize-a.
1726
1727 * calc/calc.el (math-normalize-a): New variable.
1728 (math-normalize): Use declared variable math-normalize-a.
1729
1730 * calc/calc-poly.el (math-expand-form): Use declared variable
1731 math-mt-many.
1732
1733 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1734 Use declared variable math-mt-many.
1735 (math-rewrite): Use declared variable math-mt-func.
1736
1737 * calc/calc-vec.el (math-read-brackets, math-read-vector)
1738 (math-read-matrix): Use declared variable math-expr-data.
1739
1740 * calc/calc-lang.el (math-parse-fortran-vector)
1741 (math-parse-fortran-vector-end, math-parse-tex-sum)
1742 (math-parse-eqn-matrix, math-parse-eqn-prime)
1743 (math-read-math-subscr): Use declared variable math-expr-data.
1744
1745 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1746 (math-read-expr-level, math-read-token, calc-check-user-syntax)
1747 (calc-match-user-syntax, math-read-if, math-factor-after)
1748 (math-read-factor): Use declared variable math-expr-data.
1749
1750 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
1751
1752 * calendar/diary-lib.el (diary-from-outlook)
1753 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1754 interactive-p; but rather new optional argument NOCONFIRM.
1755
1756 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1759 (easy-menu-name-match): Revert correspondingly.
1760
1761 2004-11-09 Richard M. Stallman <rms@gnu.org>
1762
1763 * emacs-lisp/bytecomp.el (byte-compile-defalias):
1764 Turn off warnings for the new function even if definition not constant.
1765 If the definition isn't a quoted symbol, record (FUNCTION . t).
1766 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1767 (byte-compile-callargs-warn): Handle (FUNCTION . t).
1768 (display-call-tree, byte-compile-arglist-warn):
1769 Handle t returned by byte-compile-fdefinition.
1770
1771 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1772
1773 * Makefile.in (maintainer-clean): Depend on distclean.
1774
1775 * help-fns.el (help-C-file-name): File name must be in build-files
1776 to be returned.
1777
1778 2004-11-09 Jay Belanger <belanger@truman.edu>
1779
1780 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1781 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
1782
1783 * calc/calc.el (calc, calc-trail-display, calc-mode):
1784 Remove obsolete sections.
1785
1786 * calc/calc.el (calc-x-paste-text): Remove.
1787
1788 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
1789 mouse-2.
1790
1791 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1794 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1795 current frame (in case of recursive calls).
1796 (gdb-show-changed-values): Add :version keyword.
1797
1798 2004-11-09 Kenichi Handa <handa@m17n.org>
1799
1800 * international/mule-cmds.el: Change coding: tag back to
1801 iso-2022-7bit.
1802
1803 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * international/mule-cmds.el: Change coding-system to utf-8.
1806 (select-safe-coding-system-interactively):
1807 New function extracted from select-safe-coding-system.
1808 (select-safe-coding-system): Use it.
1809
1810 2004-11-08 Richard M. Stallman <rms@gnu.org>
1811
1812 * subr.el (syntax-after): Doc fix.
1813
1814 * paren.el (show-paren-function): Change calls to syntax-after
1815 for new way of returning the value.
1816
1817 * menu-bar.el (menu-bar-file-menu): Make this the real name
1818 and menu-bar-files-menu the alias. Use the former.
1819 (global-map): Use `file', not `files', as the symbol.
1820
1821 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1822
1823 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1824 Don't use beginning-of-buffer.
1825 (filesets-cmd-show-result): Use with-no-warnings.
1826
1827 2004-11-08 Juri Linkov <juri@jurta.org>
1828
1829 * progmodes/compile.el (compile): Don't overwrite last command in
1830 minibuffer history with default command if they are not equal.
1831
1832 2004-11-08 Jay Belanger <belanger@truman.edu>
1833
1834 * calc/calcalg2.el (math-do-integral-methods): Try linear then
1835 non-linear substitutions.
1836
1837 2004-11-08 Jay Belanger <belanger@truman.edu>
1838
1839 * calc/calcalg2.el (math-linear-subst-tried): New variable.
1840 (math-do-integral): Set `math-linear-subst-tried' to nil.
1841 (math-do-integral-methods): Use `math-linear-subst-tried' to
1842 determine what type of substitution to try.
1843 (math-integ-try-linear-substituion):
1844 Set `math-linear-subst-tried' to t.
1845
1846 2004-11-08 Kim F. Storm <storm@cua.dk>
1847
1848 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1849
1850 2004-11-07 Juri Linkov <juri@jurta.org>
1851
1852 * info-look.el (info-lookup): Allow reusing in the current buffer
1853 not only *info* buffer, but all (even renamed) Info buffers
1854 by checking for major-mode instead of *info* buffer name.
1855 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1856 (octave-mode, maxima-mode) <doc-spec>:
1857 Allow long dashes generated by Texinfo 4.7 before definitions.
1858 (texinfo-mode) <doc-spec>: Add space to suffix to find command
1859 definitions with argument separated by space.
1860
1861 2004-11-06 Richard M. Stallman <rms@gnu.org>
1862
1863 * simple.el (next-error group, face): Move before first use.
1864 (next-error-highlight, next-error-highlight-no-select): Likewise.
1865
1866 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1867 (line-move): New args NOERROR and TO-END.
1868 Return t if if succeed in moving specified number of lines.
1869 (move-end-of-line): New function.
1870
1871 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1872 (end-of-buffer-other-window): Likewise.
1873
1874 * simple.el (line-move-ignore-invisible): Default to t.
1875
1876 * subr.el (syntax-after): Return the syntax letter, not the raw code.
1877
1878 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1879
1880 * international/iso-cvt.el (iso-cvt-define-menu):
1881 Rename menu-bar-files-menu to menu-bar-file-menu.
1882
1883 * net/browse-url.el (browse-url-gnome-moz-program)
1884 (browse-url-gnome-moz-arguments): Move up before first use.
1885
1886 * net/tramp.el (tramp group): Add :version.
1887
1888 * progmodes/ada-xref.el (ada-gdb-application):
1889 Use goto-char instead of beginning-of-buffer.
1890
1891 * progmodes/cperl-mode.el (cperl-info-on-command):
1892 Use goto-char instead of beginning-of-buffer.
1893
1894 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1895 Move up before first use.
1896 (idlwave-shell-temp-pro-file): Likewise.
1897 (idlwave-shell-temp-rinfo-save-file): Likewise.
1898 (idlwave-shell-temp-file): Minor doc fix.
1899
1900 * textmodes/flyspell.el (flyspell-external-point-words):
1901 Use goto-char instead of beginning-of-buffer.
1902
1903 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
1904
1905 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1906 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
1907 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1908
1909 2004-11-06 David Ponce <david@dponce.com>
1910
1911 * recentf.el (recentf-menu-path): Use menu item name.
1912
1913 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1914
1915 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1916 display doesn't support images.
1917
1918 2004-11-06 Andreas Schwab <schwab@suse.de>
1919
1920 * tempo.el (tempo-match-finder): Doc fix.
1921
1922 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1923
1924 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1927 (easy-menu-lookup-name): New fun to replace it.
1928 (easy-menu-get-map): Use it to obey menu item names (rather than just
1929 keys) when looking up `path'.
1930 (easy-menu-always-true-p): Rename from easy-menu-always-true.
1931 (easy-menu-convert-item-1): Adjust to new name.
1932
1933 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
1934
1935 * outline.el (hide-body): Don't hide lines at the top of the file
1936 that precede the first header line.
1937
1938 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
1939
1940 * align.el (align-areas): Delete whitespace before reindenting, so
1941 that tabs are never placed after spaces.
1942
1943 2004-11-06 Alan Shutko <ats@acm.org>
1944
1945 * macros.el (insert-kbd-macro): Do completions based on macros,
1946 rather than all commands.
1947
1948 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
1949
1950 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1951 to solve a bug whereby tags with 'b' don't match.
1952
1953 2004-11-05 Juri Linkov <juri@jurta.org>
1954
1955 * info.el (Info-search): Don't search in node header lines
1956 and file headers.
1957
1958 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1959 symbol-constituent characters after dot, not only digits.
1960
1961 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
1962
1963 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1964
1965 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1966
1967 * dired.el (dired-read-dir-and-switches): Call read-directory-name
1968 if a dialog will be used, read-file-name otherwise.
1969
1970 2004-11-04 Richard M. Stallman <rms@gnu.org>
1971
1972 * textmodes/table.el (table group): Add :version.
1973
1974 * textmodes/ispell.el (ispell-word):
1975 Don't alter args; set them only thru `interactive' spec.
1976
1977 * textmodes/flyspell.el (flyspell-word):
1978 Don't alter FOLLOWING; set it only thru `interactive' spec.
1979
1980 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1981
1982 * net/browse-url.el (browse-url-maybe-new-window):
1983 Use called-interactively-p.
1984
1985 * mail/supercite.el (sc-cite-region):
1986 Don't use interactive-p. Add arg INTERACTIVE.
1987 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
1988
1989 * international/mule-cmds.el (set-input-method, toggle-input-method):
1990 Don't use interactive-p. Add arg INTERACTIVE.
1991
1992 * eshell/esh-mode.el (eshell-show-maximum-output):
1993 Don't use interactive-p.
1994 (eshell-truncate-buffer): Just message, no error, if buffer is short.
1995
1996 * mouse.el (mouse-show-mark): Get positions to delete from mark
1997 and point, not from mouse-drag-overlay.
1998
1999 * imenu.el (imenu-eager-completion-buffer): Add :version.
2000
2001 * filesets.el (filesets group): Add :version.
2002
2003 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
2004
2005 * files.el (xml-based-modes): Delete var.
2006 (magic-mode-alist): New more general var.
2007 (set-auto-mode): Use it.
2008
2009 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
2010 when clicking from another window.
2011
2012 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
2013
2014 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2015 (vc-cvs-annotate-time): Incorporate value of deleted var.
2016 Remove special-case handling of beginning-of-buffer cruft.
2017 Cache ending position (point) and return value in text property
2018 `vc-cvs-annotate-time', and consult it on subsequent invocations.
2019
2020 * vc-cvs.el (vc-cvs-annotate-command):
2021 Delete extraneous lines from beginning of buffer.
2022 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2023
2024 * progmodes/grep.el (grep-default-command): Take empty string
2025 for tag if all other methods yield nil. Shell-quote the tag.
2026
2027 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2028 spec in `interactive' form, and mention it in the docstring.
2029 Also, make sure point is at bol after calling `annotate-time'.
2030
2031 2004-11-02 Richard M. Stallman <rms@gnu.org>
2032
2033 * cus-edit.el (customize-group-other-window):
2034 Select the window that displays the custom buffer.
2035 (custom-buffer-create-other-window): Likewise.
2036
2037 * comint.el (comint-insert-input): Fix previous change.
2038
2039 * emacs-lisp/elp.el (elp-instrument-function):
2040 Use called-interactively-p.
2041
2042 * emacs-lisp/easymenu.el (easy-menu-intern):
2043 Don't downcase; rather, case-flip the first letter of each word.
2044
2045 * emacs-lisp/easy-mmode.el (define-minor-mode):
2046 Use called-interactively-p.
2047
2048 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2049 Add interactive-only.
2050 (byte-compile-warnings): Add interactive-only as option.
2051 (byte-compile-interactive-only-functions): New variable.
2052 (byte-compile-form): Warn about calls to functions
2053 in byte-compile-interactive-only-functions.
2054
2055 * emacs-lisp/autoload.el (update-file-autoloads):
2056 Don't use interactive-p; take new arg SAVE-AFTER.
2057
2058 * emacs-lisp/advice.el (ad-make-advised-definition):
2059 Use called-interactively-p.
2060
2061 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2062
2063 * files.el (find-file-existing): New function.
2064
2065 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2066 find-file-existing. Add "New File..." that calls find-file.
2067
2068 * diropen.pbm diropen.xpm: New files.
2069
2070 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2071 icon diropen. New tool bar item find-file-existing uses icon open.
2072
2073 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2074 instead of read-file-name.
2075
2076 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2077
2078 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2079 (icalendar--split-value): Change name of work buffer.
2080 (icalendar--get-weekday-abbrev): Return nil on error.
2081 (icalendar--date-to-isodate): New function.
2082 (icalendar-convert-diary-to-ical)
2083 (icalendar-extract-ical-from-buffer): Use only two args for
2084 make-obsolete (XEmacs compatibility).
2085 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2086 (icalendar-export-region): Doc fix.
2087 If error, return non-nil and write errors to a buffer.
2088 Use correct weekday for weekly recurring events.
2089 Check whether date has been parsed for ordinary events.
2090 Make weekly events start in the year 2000.
2091 DTEND is non-inclusive, shift end date by one day if
2092 necessary (not for entries that have date and time).
2093 Rename local let variables: oops -> found-error, datestring ->
2094 startdatestring.
2095
2096 2004-11-02 Kim F. Storm <storm@cua.dk>
2097
2098 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2099 keep-mode-if-same variable. Add it as optional arg instead.
2100 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2101
2102 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2103 substitute-command-keys will select lower-case bindings like those
2104 used in the static help texts.
2105
2106 * descr-text.el (describe-text-properties): Don't err if called in
2107 the *Help* buffer; output to *Help-2* buffer instead.
2108
2109 * kmacro.el (group kmacro): Add :version.
2110 (kmacro-keyboard-quit): New function to cleanup on C-g.
2111 (kmacro-start-macro): Set defining-kbd-macro to append when
2112 appending to last macro.
2113
2114 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2115
2116 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2117
2118 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2119 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2120 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2121 Add :version keyword.
2122
2123 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2124
2125 * progmodes/flymake.el (flymake-err-line-patterns):
2126 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2127 `compilation-error-regexp-alist-alist' to internal Flymake format.
2128
2129 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2130
2131 2004-11-01 Jay Belanger <belanger@truman.edu>
2132
2133 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2134 with `interactive "s"'.
2135
2136 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2137
2138 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2139 Revert change from 2004-10-16. '*' checks the current buffer, but the
2140 mouse click may be in another buffer.
2141
2142 2004-11-01 John Paul Wallington <jpw@gnu.org>
2143
2144 * files.el (large-file-warning-threshold): Add :version keyword.
2145 (kill-some-buffers): Doc fix.
2146
2147 * thumbs.el (group thumbs): Add :version keyword.
2148
2149 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2150
2151 2004-11-01 Richard M. Stallman <rms@gnu.org>
2152
2153 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2154
2155 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2156
2157 * allout.el (allout group): Add :version.
2158 (allout-init): Don't use interactive-p.
2159 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2160 (allout-forward-current-level, allout-backward-current-level):
2161 Don't use interactive-p.
2162
2163 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2164 (bibtex-find-text): Likewise.
2165
2166 * progmodes/vhdl-mode.el (vhdl-fill-region)
2167 (vhdl-beginning-of-statement): Don't use interactive-p.
2168
2169 * progmodes/idlwave.el (idlwave-update-routine-info):
2170 Don't use interactive-p.
2171
2172 * progmodes/idlw-shell.el (idlwave-shell-send-char):
2173 Don't use interactive-p.
2174
2175 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2176 Don't use interactive-p.
2177
2178 * progmodes/ada-xref.el (ada-make-body-gnatstub):
2179 Don't use interactive-p.
2180
2181 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2182 (fortune-in-buffer): Doc fix.
2183
2184 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2185
2186 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2187 don't select the temporary buffer.
2188 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2189 (eudc-get-phone): Likewise.
2190
2191 2004-11-01 Kim F. Storm <storm@cua.dk>
2192
2193 * man.el (Man-xref-normal-file): Fix help-echo.
2194
2195 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * reveal.el (reveal-last-tick): New var.
2198 (reveal-post-command): Use it to avoid closing overlays when we're
2199 appending text to them.
2200
2201 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2202
2203 * textmodes/bibtex.el: Require button.
2204 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2205 (bibtex-reference-keys): Distinguish between header keys and
2206 crossref keys.
2207 (bibtex-beginning-of-field): New function.
2208 (bibtex-url-map): Remove.
2209 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2210 (bibtex-font-lock-url-regexp): Assume that field names begin at
2211 the beginning of a line.
2212 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2213 Remove field delimiters. Use bibtex-beginning-of-field.
2214 Bugfix, point can be inside a field with a url.
2215 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2216 New functions.
2217 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2218 (bibtex-key-in-head): Simplify.
2219 (bibtex-current-line): Use bolp.
2220 (bibtex-parse-keys): Remove unused arg `add'.
2221 Use bibtex-type-in-head and bibtex-key-in-head.
2222 (bibtex-parse-entry, bibtex-autofill-entry):
2223 Use bibtex-type-in-head and bibtex-key-in-head.
2224 (bibtex-autokey-get-field): Do not alter case of replacement text.
2225 (bibtex-autokey-get-names): Do all processing of name list.
2226 (bibtex-autokey-get-year): New function.
2227 (bibtex-autokey-get-title): Do all processing of title words.
2228 (bibtex-generate-autokey): Simplify.
2229 (bibtex-string-files-init): Use default-directory.
2230 Allow for absolute file names in bibtex-string-files.
2231 (bibtex-files, bibtex-file-path): New variables.
2232 (bibtex-files-expand): New function.
2233 (bibtex-find-entry-globally): New command.
2234 (bibtex-summary-function): New variable.
2235 (bibtex-summary): Default value of bibtex-summary-function.
2236 (bibtex-find-crossref): New optional args pnt and split.
2237 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2238 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2239 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2240 Fix handling of required and alternative fields.
2241 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2242 Use cons and display-buffer.
2243 (bibtex-validate-globally): New command.
2244 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2245 bibtex-parse-keys and bibtex-parse-strings for updating
2246 bibtex-reference-keys and bibtex-strings.
2247 (bibtex-realign): Remove blank lines past the last entry.
2248 (bibtex-reformat): Use bibtex-entry-format as default.
2249 (bibtex-choose-completion-string): Remove.
2250 (bibtex-complete): Do not use bibtex-choose-completion-string.
2251 (bibtex-url): Simplify.
2252
2253 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2254
2255 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2256 (x-dnd-types-alist, x-dnd-open-file-other-window)
2257 (x-dnd-known-types): Add :version.
2258
2259 2004-10-31 John Paul Wallington <jpw@gnu.org>
2260
2261 * ibuffer.el (group ibuffer): Add :version keyword.
2262
2263 2004-10-31 Kim F. Storm <storm@cua.dk>
2264
2265 * ido.el (group ido): Add :version keyword.
2266 (ido-mode): Remove :version keyword.
2267
2268 * emulation/cua-base.el (group cua): Add :version keyword.
2269 (cua-mode): Remove :version keyword.
2270
2271 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2272
2273 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2274
2275 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2276 compiler warning.
2277 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2278 function.
2279 (help-at-pt-display-when-idle): Remove autoload.
2280
2281 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2284
2285 2004-10-30 Juri Linkov <juri@jurta.org>
2286
2287 * help.el (function-called-at-point):
2288 * help-fns.el (variable-at-point): Read -> intern.
2289
2290 2004-10-30 Simon Josefsson <jas@extundo.com>
2291
2292 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2293 Recognize AS_* too.
2294
2295 2004-10-29 Simon Josefsson <jas@extundo.com>
2296
2297 * subr.el (read-passwd): Move back from password.el.
2298
2299 * password.el: Remove, not ready yet.
2300
2301 2004-10-29 Andreas Schwab <schwab@suse.de>
2302
2303 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2304
2305 2004-10-29 Sam Steingold <sds@gnu.org>
2306
2307 * mouse.el (mouse-show-mark): Replace the last occurrence of
2308 x-lost-selection-hooks with x-lost-selection-functions.
2309
2310 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2313 x-lost-selection-functions is bound.
2314
2315 * mouse-sel.el (mouse-sel-mode):
2316 * emacs-lisp/lselect.el: Adjust to new names for
2317 x-(lost|sent)-selection-functions.
2318
2319 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2320 New obsolete aliases of x-lost-selection-functions and
2321 x-sent-selection-functions.
2322
2323 2004-10-28 Kim F. Storm <storm@cua.dk>
2324
2325 * imenu.el (imenu-scanning-message): Remove.
2326 (imenu-progress-message): Make it a no-op.
2327
2328 2004-10-28 John Paul Wallington <jpw@gnu.org>
2329
2330 * files.el (set-auto-mode): Call `throw' correctly.
2331
2332 2004-10-28 Juri Linkov <juri@jurta.org>
2333
2334 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2335 to search `Info-...' commands in `info' manual.
2336 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2337 Add 'info-file "emacs" property.
2338 (Info-find-emacs-command-nodes): Fix index line number regexp.
2339 Set real line number (instead of fake 0) in first element of the
2340 returned list.
2341 (Info-goto-emacs-command-node): Use line number of first element
2342 to set point in the first found Info node.
2343
2344 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2345 code to `grep-mode-font-lock-keywords'.
2346 (grep-mode-font-lock-keywords): Delete grep markers instead
2347 of making them invisible.
2348
2349 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2350
2351 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2352 and x-server-version in bug report.
2353
2354 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2355
2356 * files.el (set-auto-mode-0): New function.
2357 (set-auto-mode): Use it to handle aliased modes and to
2358 be consistent between C-x C-f and C-x C-w.
2359
2360 2004-10-28 Kenichi Handa <handa@m17n.org>
2361
2362 * international/utf-8.el (utf-translate-cjk-charsets):
2363 Add katakana-jisx0201.
2364
2365 * international/subst-jis.el: Add data for JISX0201.
2366
2367 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * obsolete/hilit19.el (hilit-mode): New function.
2370 Move all the toplevel side-effecting stuff into it, so that loading
2371 hilit19 doesn't mess everything up any more.
2372
2373 2004-10-27 Richard M. Stallman <rms@gnu.org>
2374
2375 * add-log.el (add-change-log-entry): Set up mailing address
2376 and full name later, and don't alter add-log-mailing-address
2377 or add-log-full-name.
2378
2379 * elide-head.el (elide-head): Change error to message.
2380 (elide-head-show): Likewise.
2381
2382 * apropos.el (apropos-macrop): Doc fix.
2383
2384 * mouse.el (mouse-show-mark): Do most processing the same
2385 regardless of transient-mark-mode.
2386
2387 * shadowfile.el (shadow-copy-files): Use interactive-p
2388 only to control whether to print a message.
2389
2390 * tar-mode.el (tar-mode): Use write-contents-functions,
2391 not write-contents-hooks.
2392
2393 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2394 directory-sep-char.
2395
2396 2004-10-27 Richard M. Stallman <rms@gnu.org>
2397
2398 * strokes.el (strokes-unload-hook): Fix previous change.
2399
2400 * type-break.el (type-break-run-at-time): Always use run-at-time;
2401 forget the alternatives.
2402 (type-break-cancel-function-timers): Always use cancel-function-timers;
2403 forget the alternatives.
2404
2405 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2406
2407 2004-10-27 Kenichi Handa <handa@m17n.org>
2408
2409 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2410
2411 * international/subst-gb2312.el: Likewise.
2412
2413 * international/subst-big5.el: Likewise.
2414
2415 * international/subst-ksc.el: Likewise.
2416
2417 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2418 New variable.
2419 (utf-translate-cjk-set-unicode-range): New function.
2420 (utf-translate-cjk-unicode-range): Make it customizable.
2421 (utf-8-post-read-conversion):
2422 Use utf-translate-cjk-unicode-range-string.
2423 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2424 Unicode ranges.
2425
2426 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2427
2428 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2429 trivial variants to shorten the list.
2430 (xml-based-modes): New var.
2431 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2432 declaration higher priority than auto-mode-alist.
2433
2434 * find-file.el (cc-other-file-alist): Bring it in line with
2435 cc-mode's auto-mode-alist entries and use \' instead of $.
2436
2437 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2438 and add "Id" and "Name" submenus to it.
2439
2440 * imenu.el (imenu--generic-function): Skip matches in comments.
2441
2442 2004-10-26 Jay Belanger <belanger@truman.edu>
2443
2444 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2445 (full-calc-keypad, calc-trail-display): Use an extra argument
2446 instead of `interactive-p'.
2447
2448 * calc/calc-misc.el (calc-other-window): Use an extra argument
2449 instead of `interactive-p'.
2450
2451 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2452 `interactive-p'.
2453
2454 2004-10-26 Kim F. Storm <storm@cua.dk>
2455
2456 * help.el (describe-key): Describe both down-event and up-event
2457 for a mouse click.
2458
2459 2004-10-26 Richard M. Stallman <rms@gnu.org>
2460
2461 * woman.el (woman): Don't call interactive-p.
2462
2463 * pcomplete.el (pcomplete): Instead of interactive-p,
2464 use an arg set non-nil by the interactive spec.
2465
2466 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2467 use an arg set non-nil by the interactive spec.
2468
2469 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2470 use an arg set non-nil by the interactive spec.
2471
2472 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2473
2474 * progmodes/flymake.el (flymake-split-string):
2475 Use `flymake-split-string-remove-empty-edges' in any case.
2476
2477 2004-10-26 Masatake YAMATO <jet@gyve.org>
2478
2479 * progmodes/flymake.el (flymake-err-line-patterns):
2480 Use `compilation-error-regexp-alist-alist' instead of
2481 `compilation-error-regexp-alist'.
2482
2483 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2486 verbatim face on the \ of \end{verbatim}.
2487
2488 2004-10-25 Jay Belanger <belanger@truman.edu>
2489
2490 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2491 erasing minibuffer.
2492
2493 2004-10-25 Simon Josefsson <jas@extundo.com>
2494
2495 * subr.el (read-passwd): Move to net/password.el.
2496
2497 * net/password.el (read-passwd): Add. Autoload it.
2498
2499 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2500
2501 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2502
2503 * simple.el (process-file): Fix logic.
2504
2505 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2506
2507 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2508 (increase-right-margin): Remove erroneous call to `interactive-p'.
2509
2510 2004-10-24 Kim F. Storm <storm@cua.dk>
2511
2512 * help.el (describe-mode): Fix 2004-10-13 change.
2513 Copy pure "Auto Fill" string so it can be propertized later
2514 without causing a read-only error.
2515
2516 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2517
2518 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2519 style indexes.
2520
2521 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2522
2523 * simple.el (process-file): Accept nil for INFILE. Reported by
2524 Luc Teirlinck.
2525
2526 2004-10-24 Masatake YAMATO <jet@gyve.org>
2527
2528 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2529 Handle periods and underscores in a function name.
2530 Remove the address fontification.
2531
2532 2004-10-24 Masatake YAMATO <jet@gyve.org>
2533
2534 * progmodes/asm-mode.el (asm-font-lock-keywords):
2535 Use font-lock-variable-name-face for registers.
2536
2537 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2538
2539 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2540 kill-all-local-variables.
2541 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2542 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2543 Use kill-all-local-variables and provide mode-hooks.
2544 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2545 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2546 Suggested by Masatake YAMATO <jet@gyve.org>.
2547
2548 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2549
2550 * simple.el (process-file): New function, similar to call-process
2551 but supports file handlers.
2552 * vc.el (vc-do-command): Use it, instead of call-process.
2553 * net/tramp-vc.el (vc-do-command): Do not advise it if
2554 process-file is fboundp.
2555 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2556 process-file.
2557 (tramp-handle-process-file): New function.
2558 (tramp-file-name-for-operation): Support process-file.
2559
2560 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2561
2562 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2563 (icalendar-weekdayabbrev-table)
2564 (icalendar-monthnumber-table): Delete.
2565 (icalendar--get-month-number): Use calendar-month-name-array.
2566 (icalendar--get-weekday-number): New function.
2567 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2568 (icalendar-export-region): Handle multi-line entries.
2569 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2570
2571 2004-10-23 John Paul Wallington <jpw@gnu.org>
2572
2573 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2574 `wildcards' set to t in interactive spec.
2575
2576 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2577 interactive spec rather than use `interactive-p'.
2578 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2579 rather than use function `interactive-p'.
2580
2581 2004-10-22 Kenichi Handa <handa@m17n.org>
2582
2583 * international/mule.el (translate-region): Implement it in Lisp
2584 as a front end of translate-region-internal.
2585
2586 2004-10-21 Jay Belanger <belanger@truman.edu>
2587
2588 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2589 Declare these variables with defvar.
2590
2591 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2592 is bound, only check to see if it is bound.
2593
2594 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2595
2596 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2597 Don't output messages.
2598
2599 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2600
2601 2004-10-21 John Paul Wallington <jpw@gnu.org>
2602
2603 * calc/calc-graph.el (calc-graph-init):
2604 Use `set-process-query-on-exit-flag'.
2605
2606 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2607
2608 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2609 dir right and also allow argumentless cd.
2610
2611 2004-10-19 Richard M. Stallman <rms@gnu.org>
2612
2613 * textmodes/flyspell.el (flyspell-mode): Doc fix.
2614
2615 * eshell/em-unix.el (eshell-grep):
2616 Don't bind compilation-process-setup-function.
2617
2618 * comint.el (comint-insert-input): Use @ in `interactive'.
2619 (comint-input-filter-functions): Doc fix.
2620 (comint-kill-whole-line, comint-get-source): Doc fix.
2621
2622 * progmodes/compile.el (compilation-setup):
2623 Don't set buffer-read-only if MINOR is non-nil.
2624
2625 2004-10-19 Jay Belanger <belanger@truman.edu>
2626
2627 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2628 (calc-emacs-type-gnu19): Remove.
2629 (calc-digit-map, calc-read-key-sequence, calc-read-key):
2630 Remove check for old emacs versions.
2631
2632 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2633 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2634 for current Emacs.
2635
2636 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2637 the end of the minibuffer.
2638 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
2639 copy `esc-map'.
2640
2641 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2642
2643 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2644 call that would be given when the current emacs was used.
2645
2646 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2647
2648 * calendar/icalendar.el: Set coding to utf-8.
2649 (icalendar-version): Increase to 0.07.
2650 (icalendar-monthnumber-table): Change March pattern.
2651 (icalendar-get-all-event-properties)
2652 (icalendar-set-event-property): Delete.
2653 (icalendar-all-events): No longer interactive.
2654 (icalendar-convert-diary-to-ical)
2655 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2656 their replacements.
2657 (icalendar-export-file, icalendar-export-region): New functions;
2658 essentially old `icalendar-convert-diary-to-ical' but appending to
2659 target rather than overwriting.
2660 (icalendar-import-file): Append to target file rather than
2661 overwriting. Fourth arg deleted.
2662 (icalendar-import-buffer): New name for old
2663 `icalendar-extract-ical-from-buffer'.
2664 (icalendar--convert-string-for-import): New name for
2665 old `icalendar-convert-for-import'.
2666 (include-icalendar-files): Delete.
2667 Prefix for all internal functions changed from `icalendar-'
2668 to `icalendar--'.
2669
2670 2004-10-19 Richard M. Stallman <rms@gnu.org>
2671
2672 * paths.el (news-path): Fix previous change.
2673
2674 2004-10-18 Jay Belanger <belanger@truman.edu>
2675
2676 * calc/calc-help.el (calc-describe-bindings):
2677 Set `buffer-read-only' to nil while working in the keybindings buffer;
2678 remove some extra information from the keybindings buffer.
2679
2680 2004-10-18 David Ponce <david@dponce.com>
2681
2682 * mouse.el (mouse-drag-move-window-top): New function.
2683 (mouse-drag-mode-line-1): Use it.
2684
2685 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2686
2687 * info.el (Info-fontify-node): For multiline refs,
2688 arrange to unfontify newline and surrounding whitespace.
2689
2690 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2693 directory is missing.
2694
2695 2004-10-17 John Paul Wallington <jpw@gnu.org>
2696
2697 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2698 New customizable variable; whether to display buffers that match
2699 `ibuffer-maybe-show-predicates' by default.
2700 (ibuffer-maybe-show-predicates): Mention it in docstring.
2701 (ibuffer-display-maybe-show-predicates): New variable.
2702 (ibuffer-update): Prefix arg now toggles whether buffers that
2703 match `ibuffer-maybe-show-predicates' should be displayed.
2704 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2705 locally to heed `ibuffer-default-display-maybe-show-predicates'.
2706 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2707
2708 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
2709
2710 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
2711 work correctly.
2712
2713 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
2714
2715 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2716 (Buffer-menu-beginning): New helper function.
2717 (Buffer-menu-execute): Use it.
2718 (Buffer-menu-select): Use it.
2719 (Buffer-menu-sort): Use it and also keep markers.
2720
2721 2004-10-17 Richard M. Stallman <rms@gnu.org>
2722
2723 * paths.el (news-directory): Rename from news-path. Old name alias.
2724 (rmail-spool-directory): Use defvar.
2725 (sendmail-program): Use defcustom.
2726 (remote-shell-program): Use defcustom.
2727 (term-file-prefix): Use defvar.
2728 (abbrev-file-name): Use defvar.
2729
2730 * term.el: Add maintainer.
2731
2732 * subr.el (with-local-quit): Return nil if there's a quit.
2733 (read-passwd): Use with-local-quit. Doc fix.
2734
2735 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2736 (strokes-unload-hook): Set as a variable with add-hook.
2737
2738 * startup.el (fancy-splash-tail, normal-splash-screen):
2739 Update copyright year.
2740
2741 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2742
2743 * server.el (server-unload-hook): Set as a variable with add-hook.
2744
2745 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2746
2747 * frame.el (special-display-popup-frame):
2748 Make the buffer current as its frame is created.
2749
2750 * delsel.el (delsel-unload-hook): Set as a variable.
2751
2752 * comint.el (comint-output-filter-functions):
2753 Add comint-watch-for-password-prompt.
2754 (comint-read-noecho): Function deleted.
2755 (send-invisible): Use read-passwd.
2756
2757 * fringe.el (fringe-mode-initialize): New function.
2758 (fringe-mode): Use fringe-mode-initialize as :initialize.
2759
2760 2004-10-17 Kim F. Storm <storm@cua.dk>
2761
2762 * language/indian.el (indian-script-language-alist): Swap value and doc.
2763 (indian-font-char-index-table): Doc fix.
2764
2765 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2768
2769 2004-10-16 Juri Linkov <juri@jurta.org>
2770
2771 * progmodes/compile.el (compilation-start): Move let-binding of
2772 `process-environment' into `with-current-buffer' body.
2773 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2774
2775 2004-10-16 Richard M. Stallman <rms@gnu.org>
2776
2777 * pcvs-util.el (cvs-bury-buffer):
2778 Don't call get-buffer-window for effect.
2779
2780 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2781
2782 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2783
2784 * msb.el (msb-unload-hook): Set the variable.
2785
2786 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2787 Use * to err if buffer is readonly.
2788
2789 * subr.el (looking-back): Return only t or nil.
2790
2791 * whitespace.el (whitespace-unload-hook): Set the variable.
2792
2793 * view.el (view-mode-enable): Set view-page-size and
2794 view-half-page-size to nil.
2795 (view-set-half-page-size-default): view-half-page-size = nil
2796 means the default.
2797 (View-scroll-page-forward): Use view-page-size-default.
2798 (View-scroll-page-backward): Likewise.
2799 (view-page-size, view-half-page-size): Doc fixes.
2800
2801 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2802
2803 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2804
2805 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2806 "cl" like other files. Instead, call byte-compile-find-cl-functions.
2807 (byte-compile-log-1): Bind inhibit-read-only.
2808 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2809 (byte-compile-log-warning): Likewise.
2810 (byte-compile-file-form-require): Detect "cl" from the arg value.
2811
2812 * progmodes/compile.el (compilation-start): Assume compilation-mode
2813 will make the buffer read-only.
2814 (compilation-mode): Take arg name-of-mode.
2815 (compilation-setup): Make buffer read-only.
2816 (compilation-handle-exit): Bind inhibit-read-only.
2817
2818 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2819 (ispell-message): Likewise.
2820 (ispell-show-choices): Don't call get-buffer-window uselessly.
2821 (ispell-init-process): Use set-process-query-on-exit-flag.
2822
2823 2004-10-16 Kim F. Storm <storm@cua.dk>
2824
2825 * fringe.el (fringe-bitmaps): Only initialize when defined.
2826
2827 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2828 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2829
2830 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2831
2832 2004-10-15 Simon Josefsson <jas@extundo.com>
2833
2834 * net/password.el: Add.
2835
2836 2004-10-14 Masatake YAMATO <jet@gyve.org>
2837
2838 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2839 (gdb-script-end-of-defun): New function.
2840 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2841 `gdb-script-end-of-defun' as *-of-defun-function.
2842
2843 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2844
2845 * button.el (button-activate): Allow a marker to display as an action.
2846
2847 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2848
2849 * help.el (describe-mode): Use it to make minor mode list into
2850 hyperlinks.
2851
2852 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * vc.el (vc-annotate-display-select): Fix typo.
2855
2856 * subr.el (substitute-key-definition-key): New function.
2857 (substitute-key-definition): Use it with map-keymap.
2858 (event-modifiers): Use push.
2859 (mouse-movement-p, with-temp-buffer): Simplify.
2860
2861 2004-10-12 Jay Belanger <belanger@truman.edu>
2862
2863 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2864 New variables.
2865 (calc-help-index-entries): New function.
2866 (calc-describe-function): Use `calc-help-function-list' instead of
2867 obarray for completion.
2868 (calc-describe-variable): Use `calc-help-variable-list' instead
2869 of obarray for completion.
2870
2871 2004-10-12 Richard M. Stallman <rms@gnu.org>
2872
2873 * info-look.el (info-lookup-file): Add info-file property.
2874 (info-lookup-symbol): Likewise.
2875
2876 * info.el (info-xref): Add underlining.
2877 (info): Add info-file property.
2878 (Info-find-emacs-command-nodes): Specify case-sensitive search.
2879
2880 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2881
2882 Sync with Tramp 2.0.45.
2883
2884 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2885 defined. This is not the case for XEmacs without package "edebug".
2886 (tramp-set-auto-save-file-modes): Set permissions of autosaved
2887 remote files to the permissions of the original file. This is not
2888 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
2889 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
2890 (tramp-perl-decode): Fix an error in Perl implementation.
2891 $pending must be cleared every loop. Reported by Benjamin Place
2892 <benjaminplace@sprintmail.com>
2893
2894 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2895 Don't activate advice during definition. This is done later on,
2896 depending on test result of `substitute-in-file-name'.
2897 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2898
2899 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2902
2903 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2904
2905 2004-10-12 David Ponce <david@dponce.com>
2906
2907 * recentf.el (recentf-edit-list): Update the menu when the recentf
2908 list has been modified.
2909
2910 2004-10-12 Simon Josefsson <jas@extundo.com>
2911
2912 * net/tls.el (tls-certtool-program): New variable.
2913 (tls-certificate-information): New function, based on
2914 ssl-certificate-information.
2915
2916 2004-10-12 Kenichi Handa <handa@m17n.org>
2917
2918 * international/mule.el (coding-system-equal): Move from mule-util.el.
2919
2920 * international/mule-util.el (coding-system-equal): Move to mule.el.
2921
2922 2004-10-12 Kim F. Storm <storm@cua.dk>
2923
2924 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2925 reset kmacro-initial-counter-value if set.
2926 (kmacro-set-counter): Only set kmacro-counter if defining or executing
2927 macro. Set kmacro-initial-counter-value otherwise. Never set both.
2928 (kmacro-display): Show macro counter if non-zero.
2929
2930 * subr.el (substitute-key-definition): Mention command remapping
2931 in doc string.
2932
2933 2004-10-11 Jay Belanger <belanger@truman.edu>
2934
2935 * calc/calc-misc.el (calc-info-goto-node): New function.
2936 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2937 node in one step.
2938 (calc-describe-copying, calc-describe-distribution)
2939 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2940 Go to appropriate info node in one step.
2941
2942 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2945
2946 * font-lock.el (font-lock-apply-highlight): Fix last change.
2947
2948 2004-10-11 Simon Josefsson <jas@extundo.com>
2949
2950 * mail/smtpmail.el (smtpmail-open-stream): Look for
2951 starttls-gnutls-program instead of starttls-program iff
2952 starttls-use-gnutls is non-nil.
2953 (smtpmail-open-stream): Don't overwrite user settings of
2954 starttls-extra-arguments and starttls-extra-args.
2955
2956 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * comint.el (comint-mouse-insert-input): Remove.
2959 (comint-insert-input): Make it work for mouse bindings.
2960 (comint-mode-map): Move defs into the declaration.
2961 (comint-output-filter): Typo.
2962
2963 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2964
2965 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
2966
2967 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2968 (ange-ftp-call-chmod): Reference remote-shell-program instead of
2969 ange-ftp-remote-shell.
2970
2971 2004-10-10 Andreas Schwab <schwab@suse.de>
2972
2973 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2974 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2975 Reported by <sri@asu.edu>.
2976
2977 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
2978
2979 * vc.el (vc-annotate-mode): Remove variable.
2980 (vc-annotate-display-select): Only call vc-annotate-mode
2981 if we're not in that mode already.
2982
2983 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2986 (imenu-choose-buffer-index): Check here for rescan instead.
2987
2988 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2989 where the face expression evals to nil.
2990
2991 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2992 (tex-font-lock-keywords-2): Use it.
2993 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2994
2995 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2996
2997 2004-10-09 Kim F. Storm <storm@cua.dk>
2998
2999 * subr.el (progress-reporter-update): Define before first usage.
3000 (make-progress-reporter): Doc fix.
3001
3002 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
3003
3004 * textmodes/paragraphs.el (sentence-end-double-space)
3005 (sentence-end-without-period, sentence-end-without-space)
3006 (sentence-end): Doc fixes.
3007
3008 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
3009
3010 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3011 Change paragraph-start regexp so we don't fill code starting with #'(.
3012
3013 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
3014
3015 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3016 New defcustom.
3017 (extract-address-components): Use it.
3018
3019 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
3020
3021 * subr.el (make-progress-reporter, progress-reporter-update)
3022 (progress-reporter-force-update, progress-reporter-do-update)
3023 (progress-reporter-done): New functions.
3024
3025 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3026
3027 * progmodes/etags.el (etags-tags-completion-table): Use progress
3028 reporter.
3029 (etags-tags-apropos): Likewise.
3030
3031 2004-10-08 Alan Mackenzie <acm@muc.de>
3032
3033 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3034 of current line.
3035
3036 2004-10-08 Masatake YAMATO <jet@gyve.org>
3037
3038 * server.el (server-process-filter): Wrap `process-send-region'
3039 by `condition-case' to guard the case when the pipe to PROC is closed.
3040
3041 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3042
3043 * xml.el (xml-substitute-special): Limit handling of external entities.
3044
3045 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3046
3047 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3048
3049 2004-10-06 John Paul Wallington <jpw@gnu.org>
3050
3051 * xml.el (xml-parse-dtd): Fix `error' call.
3052
3053 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3054
3055 * xml.el (xml-substitute-special): Return a single string instead
3056 of a list of strings if an entity substitution is made.
3057
3058 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3059
3060 * calendar/icalendar.el: New file.
3061
3062 2004-10-05 Juri Linkov <juri@jurta.org>
3063
3064 * isearch.el (isearch-done): Set mark after running hook.
3065 Reported by Drew Adams <drew.adams@oracle.com>.
3066
3067 * info.el (Info-history, Info-toc): Fix Info headers.
3068 (Info-toc): Narrow buffer before Info-fontify-node.
3069 (Info-build-toc): Don't check for special Info file names.
3070 Set main-file to nil if Info-find-file returns a symbol.
3071
3072 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
3073
3074 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3075 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3076 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3077
3078 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3079
3080 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3081 for old interactive spec from calendar-goto-iso-date.
3082 (calendar-goto-iso-date): Use it.
3083 (calendar-goto-iso-week): New function. Suggested by Emilio
3084 C. Lopes <eclig@gmx.net>.
3085
3086 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3087
3088 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3089 `set-right-margin' bindings that follow the minor mode conventions.
3090
3091 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3094 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3095 (latex-block-args-alist): Add minipage and picture.
3096 (latex-block-body-alist): Use reftex-label if enabled.
3097 (latex-insert-block): Don't insert a \n if not necessary.
3098 (tex-compile-commands): Make sure dvips doesn't send to printer.
3099 (tex-compile-default): Handle the case where no executable is found.
3100 (latex-noindent-environments): New var.
3101 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3102 If tex-indent-allhanging is non-nil, make sure we only align for macros
3103 at beginning of line.
3104
3105 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3106
3107 * newcomment.el (comment-beginning): Doc fix and don't choke on
3108 unset `comment-end-skip' when at beginning of comment.
3109
3110 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3111
3112 * term.el (term-adjust-current-row-cache): Don't allow the current
3113 row to become negative.
3114 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3115 the end of the line. Fix scroll down. Add comments.
3116 (term-handle-ansi-escape): Don't exceed terminal width when moving
3117 right.
3118 (term-scroll-region): Move the cursor after setting the scroll region.
3119
3120 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3121
3122 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3123 to `width' for consistency with docstring. Doc fix.
3124
3125 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3126
3127 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3128 This is necessary for derived modes.
3129
3130 2004-09-30 Kim F. Storm <storm@cua.dk>
3131
3132 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3133 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3134
3135 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3136 kmacro-extract-lambda functions.
3137 (edit-kbd-macro): Handle kmacro lambda forms.
3138 Include counter and counter format in edit buffer.
3139 (edmacro-finish-edit): Get counter and format from edit buffer and
3140 update kmacro bindings when found.
3141
3142 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3143
3144 * textmodes/paragraphs.el (forward-paragraph):
3145 Avoid args-out-of-range error when point winds up at the beginning of
3146 the buffer and hard newlines are enabled.
3147
3148 * newcomment.el (comment-multi-line): Doc fix.
3149
3150 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3153 (diff-fixup-modifs): Catch unified-diff file-headers.
3154
3155 2004-09-29 Kim F. Storm <storm@cua.dk>
3156
3157 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3158 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3159 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3160
3161 * fringe.el (fringe-bitmap-p): New macro.
3162 (fringe-bitmaps): Add standard fringe bitmaps on load.
3163
3164 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * dired.el (dired-view-command-alist): Use more efficient regexps.
3167 Remove dubious arguments.
3168 (dired-align-file): New function.
3169 (dired-insert-directory): Use it.
3170 (dired-move-to-end-of-filename): Make the " -> " search more specific.
3171 (dired-buffers-for-dir): Remove unused var `pattern'.
3172
3173 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3174
3175 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3176 from diary display excursion. Store diary buffer's point for
3177 `simple-diary-display'.
3178 (simple-diary-display): Set window point and start when
3179 displaying buffer, to preserve point.
3180
3181 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
3182
3183 * textmodes/enriched.el (enriched-translations): Replace defconst
3184 with defvar.
3185
3186 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3187
3188 * printing.el: Doc fix.
3189 (pr-version): New version number (6.8.1).
3190 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3191 make-temp-name.
3192 (pr-delete-file): Check if file exists before deleting it.
3193 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3194
3195 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * term.el (term-display-table): New variable.
3198 (term-mode): Use it.
3199 (term-exec-1): Set the coding system to binary.
3200 (term-emulate-terminal): Decode the string before inserting it.
3201
3202 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3203
3204 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3205 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3206 (map): Bind S-prior, S-next and S-insert.
3207 (term-mode): Set `indent-tabs-mode' to nil.
3208 (term-paste): New function to be bound to S-insert.
3209 (term-send-del, term-send-backspace): Change the strings sent.
3210 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3211 (term-handle-colors-array): Fix handling of underline and reverse.
3212 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3213 (term-erase-in-line): Fix comparison.
3214 (term-emulate-terminal): Fix line wrap handling.
3215 (term-start-output-log): Rename from `term-set-output-log'.
3216 (term-stop-output-log): Rename from `term-stop-photo'.
3217 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3218
3219 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * dired.el (dired-move-to-filename): Don't output a message if
3222 raise-error is non-nil. Fix return position and value.
3223
3224 * files.el (insert-directory): Obey --dired even with symlinks.
3225
3226 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3227
3228 * ls-lisp.el (ls-lisp-format): Mark file names with property
3229 dired-filename.
3230
3231 2004-09-25 Kim F. Storm <storm@cua.dk>
3232
3233 * ido.el (ido-max-directory-size): New defcustom.
3234 (ido-decorations): Add "too big" element.
3235 (ido-directory-too-big): New dynamic var.
3236 (ido-may-cache-directory): Don't cache big directories.
3237 (ido-directory-too-big-p): New defun.
3238 (ido-set-current-directory): Update ido-directory-too-big.
3239 (ido-read-internal): Make empty ido-cur-item if too-big.
3240 (ido-buffer-internal): Use ido-read-internal directly instead of
3241 ido-read-buffer.
3242 (ido-file-internal): Init ido-directory-too-big.
3243 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3244 and redo completion with full list.
3245 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3246 it, and show completions.
3247 (ido-all-completions): Let bind ido-directory-too-big to nil.
3248 (ido-exhibit): Handle ido-directory-too-big.
3249 (ido-read-buffer): Handle fallback to read-buffer.
3250 Init ido-directory-too-big.
3251 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3252 Init ido-directory-too-big.
3253
3254 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * subr.el (delay-mode-hooks): Doc fix.
3257
3258 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3259
3260 * textmodes/enriched.el
3261 (enriched-default-text-properties-local-flag): New variable.
3262 (enriched-mode): Make sure that enabling and disabling the mode is
3263 a no-op. Doc fix.
3264
3265 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3266
3267 * calendar/holidays.el (holiday-advent): Report on a specified day
3268 offset from advent, not just advent.
3269 (holiday-easter-etc): Report on one specified day offset from
3270 easter, not all easter holidays. Various Easter holidays moved to
3271 `christian-holidays' variable in calendar.el.
3272 * calendar/calendar.el (christian-holidays): Adapt for new
3273 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3274
3275 2004-09-23 Kim F. Storm <storm@cua.dk>
3276
3277 * image.el (insert-sliced-image): Add doc string.
3278
3279 * ido.el (ido-choice-list): New dynamic var for `list' context.
3280 (ido-context-switch-command): New dynamic var.
3281 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3282 (ido-read-internal): Handle new `list' context.
3283 Handle insert-buffer and insert-file ido-exit values.
3284 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3285 ido-context-switch-command. Handle insert-file ido-exit value.
3286 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3287 unless it is already bound by caller.
3288 (ido-file-internal): New arg switch-cmd. Use it to setup
3289 ido-context-switch-command. Handle insert-buffer ido-exit value.
3290 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3291 used for context switching.
3292 (ido-all-completions): Handle new `list' context.
3293 (ido-make-choice-list): Return choices for `list' context.
3294 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3295 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3296 (ido-insert-buffer, ido-insert-file): Setup context switching.
3297 (ido-exhibit): Handle `list' context.
3298 (ido-read-file-name): Disable context switching. Handle fallback.
3299 (ido-read-directory-name): Disable context switching.
3300 (ido-completing-read): New defun like completing-read. Setup and
3301 use new `list' context.
3302
3303 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3304
3305 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3306
3307 2004-09-21 Jay Belanger <belanger@truman.edu>
3308
3309 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3310 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3311 separate window.
3312
3313 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3314
3315 * subr.el (after-change-major-mode-hook): Doc fix.
3316
3317 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3318
3319 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3320 of ghostscript for monochrome PostScript file in Windows.
3321
3322 2004-09-21 Kenichi Handa <handa@m17n.org>
3323
3324 * descr-text.el (describe-char): Checking of quail activation
3325 fixed.
3326
3327 2004-09-21 Jay Belanger <belanger@truman.edu>
3328
3329 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3330
3331 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3334 after the mode hooks instead of before. Doc fix.
3335
3336 2004-09-20 Jason Rumney <jasonr@gnu.org>
3337
3338 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3339 _emacs, but revert to .emacs if neither exists in home directory.
3340
3341 2004-09-20 John Paul Wallington <jpw@gnu.org>
3342
3343 * bindings.el (completion-ignored-extensions): Add .dfsl.
3344
3345 2004-09-20 Richard M. Stallman <rms@gnu.org>
3346
3347 * bindings.el (scroll-left): Make it disabled.
3348
3349 * files.el (enable-local-eval): Doc fix.
3350
3351 * indent.el (move-to-left-margin): Special case for minibuffer.
3352
3353 * term.el (term-emulate-terminal): Turn off undo for output.
3354 Use with-current-buffer and save-selected-window.
3355
3356 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3357
3358 * progmodes/make-mode.el (makefile-fill-paragraph):
3359 Don't insist on spaces when looking for comments. # is enough.
3360
3361 * files.el (hack-local-variables): Copy the variables list
3362 to another buffer, strip prefixes and suffixes there, then read.
3363 (enable-local-eval): Doc fix.
3364 (ignored-local-variables): Initialize to nil.
3365 (risky-local-variable-p): Don't check ignored-local-variables here.
3366 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3367
3368 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3369
3370 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3371 of = to "." (punctuation).
3372
3373 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3376
3377 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3378
3379 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3380 (enriched-before-change-major-mode): New function.
3381 Add it to `change-major-mode-hook'.
3382 (enriched-after-change-major-mode): New function.
3383 Add it to `after-change-major-mode-hook'.
3384 (enriched-mode): Make it work correctly if called from
3385 `after-change-major-mode-hook'.
3386 No longer set `indent-line-function'.
3387
3388 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3389
3390 * subr.el (after-change-major-mode-hook): New variable.
3391 (run-mode-hooks): Implement it.
3392
3393 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * battery.el (battery-linux-proc-apm): Use string-to-number.
3396 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3397 Use dolist (and less indentation). Use erase-buffer.
3398 Pre-initialize `design-capacity', `warn', and `low'.
3399 (battery-format): Use replace-regexp-in-string.
3400
3401 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3402
3403 * battery.el: Delete superfluous empty lines.
3404 (battery-linux-proc-acpi): Attempt to gather information from all
3405 battery subdirectories regardless of their file name.
3406 (battery-linux-proc-apm): Replace all occurrences of
3407 battery-hex-to-int-2 with string-to-int (base 16).
3408 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3409 (battery-hex-map): Delete variable.
3410
3411 2004-09-18 John Paul Wallington <jpw@gnu.org>
3412
3413 * calc/calc-units.el (calc-quick-units): Fix overzealous
3414 s/or/unless/.
3415
3416 2004-09-17 Jay Belanger <belanger@truman.edu>
3417
3418 * calc/calc.el (calc-mode-var-list): Fix the value of
3419 `calc-matrix-brackets'.
3420
3421 2004-09-17 Romain Francoise <romain@orebokech.com>
3422
3423 * ibuf-ext.el (define-ibuffer-filter filename):
3424 Expand dired-directory since buffer-file-name is absolute.
3425
3426 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * ediff-init.el (ediff-current-diff-face-A)
3429 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3430 (ediff-current-diff-face-Ancestor)
3431 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3432 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3433 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3434 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3435 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3436 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3437 Use min-colors.
3438
3439 * term.el (term-down): Perform vertical motion if DOWN is negative.
3440 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3441 (term-termcap-format): Synchronyze with the eterm terminfo entry
3442 in etc/e/eterm.ti.
3443 (term-handle-colors-array): If the current foreground or
3444 background are zero (i.e. unspecified), use the foreground and
3445 background of the default face for reverse video.
3446 (term-ansi-at-eval-string, term-ansi-default-fg)
3447 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3448 (term-mem): Delete ununsed function.
3449 (term-protocol-version): Increment.
3450 (term-current-face): Set to default.
3451
3452 2004-09-15 Jay Belanger <belanger@truman.edu>
3453
3454 * calc/calc.el (calc-mode-var-list): Define this variable.
3455 (calc-always-load-extensions, calc-line-numbering)
3456 (calc-line-breaking, calc-display-just, calc-display-origin)
3457 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3458 (calc-group-char, calc-point-char, calc-frac-format)
3459 (calc-prefer-frac, calc-hms-format, calc-date-format)
3460 (calc-float-format, calc-full-float-format, calc-complex-format)
3461 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3462 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3463 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3464 (calc-matrix-brackets, calc-language, calc-language-option)
3465 (calc-left-label, calc-right-label, calc-word-size)
3466 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3467 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3468 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3469 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3470 (calc-window-height, calc-display-trail, calc-show-selections)
3471 (calc-use-selections, calc-assoc-selections)
3472 (calc-display-working-message, calc-auto-why, calc-timing)
3473 (calc-mode-save-mode, calc-standard-date-formats)
3474 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3475 (calc-user-parse-tables, calc-gnuplot-default-device)
3476 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3477 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3478 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3479 (calc-invocation-macro, calc-show-banner): Give these values as
3480 part of `calc-mode-var-list's initialization after the variables
3481 are declared with defvar.
3482 (calc-bug-address): Change email address to send bug reports to.
3483 Change the maintainer address at the top.
3484 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3485 than "\\.emacs" to determine if it is the user-init-file.
3486
3487 * calc/calc-embed.el (calc-embedded-set-modes): Use
3488 `calc-mode-var-list' correctly.
3489
3490 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3491
3492 * vc.el (annotate-time): Document point handling.
3493 (vc-annotate-display-autoscale): Doc fix.
3494
3495 2004-09-15 Miles Bader <miles@gnu.org>
3496
3497 * generic.el (generic-make-keywords-list): Use symbol rather than
3498 word anchors in regexp.
3499
3500 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3501
3502 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3503 no file name consider `dired-directory'.
3504
3505 2004-09-14 Kim F. Storm <storm@cua.dk>
3506
3507 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3508
3509 2004-09-14 Simon Josefsson <jas@extundo.com>
3510
3511 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3512
3513 * textmodes/dns-mode.el: Add.
3514
3515 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3518 (disabled-command-function): Make the ?\ char more obvious.
3519
3520 * vc-arch.el (vc-arch-root, vc-arch-registered):
3521 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3522
3523 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3524
3525 * windmove.el (windmove-frame-edges): Report coordinates of
3526 outside edges of frame, not inside edges.
3527 (windmove-coordinates-of-position): Convert into wrapper to new
3528 function `windmove-coordinates-of-window-position';
3529 `compute-motion' always applies to selected window.
3530 (windmove-coordinates-of-position): Update documentation to refer
3531 to Emacs 21 Lisp Reference Manual.
3532 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3533
3534 2004-09-13 Kim F. Storm <storm@cua.dk>
3535
3536 * isearch.el (isearch-resume-in-command-history): Rename from
3537 isearch-resume-enabled and change default to nil.
3538
3539 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3542 (vc-registered): Use it.
3543 (vc-find-root): New fun.
3544
3545 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3546 Don't tell to use \\{...} when it's already done.
3547
3548 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3549 Provide a sample complex default.
3550 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3551 (bibtex-entry): Use mapc.
3552
3553 2004-09-12 Kim F. Storm <storm@cua.dk>
3554
3555 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3556
3557 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3558 inhibit-field-text-motion to t so rectangles work in comint buffers.
3559
3560 * simple.el (choose-completion-string): Set buffer before running
3561 choose-completion-string-functions hook so it can be buffer-local.
3562
3563 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3564
3565 * progmodes/compile.el (compilation-start): Parse command to see
3566 if it starts with a cd, and if so perform it for the *compilation*
3567 buffer. Change the header to reflect this.
3568
3569 2004-09-11 Kim F. Storm <storm@cua.dk>
3570
3571 * ido.el (ido-enable-dot-prefix): Doc fix.
3572 (ido-enable-dot-prefix): New defcustom.
3573 (ido-set-matches1): Use it.
3574
3575 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * textmodes/bibtex.el (bibtex-mark-active)
3578 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3579
3580 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3581
3582 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3583 used in a case insensitive environment.
3584 (bibtex-mode-map): Rearrange order of menus.
3585 (bibtex-quoted-string-re): Obsolete.
3586 (bibtex-complete-key-cleanup): Variable replaced by new function.
3587 (bibtex-font-lock-keywords): Use backquotes.
3588 (bibtex-font-lock-url-regexp): New internal variable.
3589 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3590 "OPT" and "ALT".
3591 (bibtex-insert-current-kill, bibtex-make-field)
3592 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3593 (bibtex-parse-field-text): Simplify.
3594 (bibtex-string=): New helper function.
3595 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3596 (bibtex-map-entries): Use bibtex-string=.
3597 (bibtex-search-entry): Use not.
3598 (bibtex-enclosing-field): Fix docstring.
3599 (bibtex-assoc-regexp): Obsolete.
3600 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3601 (bibtex-autokey-get-names): Handle empty name field.
3602 (bibtex-parse-strings): Use assoc-string and unless.
3603 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3604 Use assoc-string.
3605 (bibtex-pop): Simplify.
3606 (bibtex-mode): Set font-lock-extra-managed-props.
3607 (bibtex-entry-update): Use assoc-string.
3608 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3609 (bibtex-autofill-entry): Use bibtex-string=.
3610 (bibtex-print-help-message): Simplify.
3611 (bibtex-find-entry): New optional arg START.
3612 (bibtex-validate): Use bibtex-string= and assoc-string.
3613 Do not call obsolete function compilation-parse-errors.
3614 (bibtex-remove-delimiters): Only remove delimiters if present.
3615 (bibtex-copy-entry-as-kill): Add docstring.
3616 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3617 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3618 (bibtex-complete): Use bibtex-predefined-month-strings,
3619 bibtex-string=, and new function bibtex-complete-key-cleanup.
3620 (bibtex-generate-url-list): New variable.
3621 (bibtex-url): New command bound to C-c C-l and mouse-2.
3622 (bibtex-url-map): New local keymap for bibtex-url-mouse.
3623 (bibtex-font-lock-url): New function.
3624
3625 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3628
3629 2004-09-09 Kim F. Storm <storm@cua.dk>
3630
3631 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3632 counter and format with binding.
3633 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
3634 the declared macro uses own macro counter and format. Give symbol
3635 kmacro property.
3636 (kmacro-keymap): Bind kmacro-name-last-macro to n.
3637 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3638 (kmacro-end-and-call-macro): Doc fix.
3639
3640 2004-09-09 Lars Hansen <larsh@math.ku.dk>
3641
3642 * desktop.el (desktop-clear-preserve-buffers):
3643 Remove make-obsolete-variable.
3644
3645 2004-09-08 Richard M. Stallman <rms@gnu.org>
3646
3647 * buff-menu.el (list-buffers-noselect): Call format-mode-line
3648 with the buffer as argument.
3649
3650 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3653
3654 2004-09-08 Juri Linkov <juri@jurta.org>
3655
3656 * replace.el (perform-replace): Use `query-replace-descr'.
3657
3658 * cus-start.el (history-delete-duplicates): Specify customization.
3659
3660 * diff-mode.el (diff-mode-map):
3661 * progmodes/compile.el (compilation-mode-map):
3662 * progmodes/grep.el (grep-mode-map):
3663 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3664 to `next-error-follow-minor-mode'.
3665
3666 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3667
3668 * isearch.el (isearch-lazy-highlight-update): Take into account
3669 the case of zero-length match at the search bound.
3670
3671 2004-09-08 Kim F. Storm <storm@cua.dk>
3672
3673 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3674 change. Use zero width overlays when necessary.
3675
3676 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3677
3678 * subr.el (split-string): Docfix.
3679
3680 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3681
3682 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3683 (display-call-tree): Ensure newline after caller/calls blocks.
3684
3685 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3686
3687 * startup.el (command-line-1): Make option
3688 --directory/-L modify `load-path' straight away.
3689
3690 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3691
3692 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3693
3694 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3695
3696 * emacs-lisp/autoload.el (make-autoload):
3697 Handle `define-compilation-mode'.
3698
3699 * emacs-lisp/lisp-mode.el (define-compilation-mode):
3700 Specify `doc-string-elt' property.
3701
3702 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3703
3704 * bs.el (bs-mode): Doc fix.
3705
3706 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3707
3708 * info.el (Info-insert-dir): Fix temp buffer leak bug.
3709
3710 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3711
3712 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3713
3714 2004-09-08 Kenichi Handa <handa@m17n.org>
3715
3716 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3717 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3718 ps-mule-next-point -> 1+).
3719
3720 * composite.el (encode-composition-rule): Add autoload cooky.
3721
3722 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3723
3724 * format.el (buffer-auto-save-file-format): Make it permanent local.
3725
3726 2004-09-07 Kim F. Storm <storm@cua.dk>
3727
3728 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3729 (authors-fixed-entries): Fix typo.
3730 (authors-canonical-author-name): Compact multiple spaces.
3731 Ignore trivial names (e.g. only first name).
3732
3733 * term.el (term-window-width): Only use full window width on
3734 window system if overflow-newline-into-fringe is enabled.
3735 (term-mode): Don't disable overflow-newline-into-fringe.
3736
3737 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3740 motion as seen on my Mac OS X xterms.
3741
3742 * newcomment.el (uncomment-region-default, comment-region-default):
3743 New functions extracted from uncomment-region and comment-region.
3744 (comment-region, comment-region-function, uncomment-region)
3745 (uncomment-region-function): Use them.
3746
3747 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3748
3749 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3750 It's not crucial but can make sense at times.
3751
3752 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3753 the first commit.
3754
3755 * vc.el (vc-buffer-context, vc-restore-buffer-context):
3756 Disable obsolete code.
3757
3758 2004-09-07 Juri Linkov <juri@jurta.org>
3759
3760 * progmodes/grep.el (grep-highlight-matches): Change default from
3761 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
3762 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3763 if grep option `--color' is available, or to `nil' otherwise.
3764 (grep-process-setup): Call `grep-compute-defaults' if
3765 `grep-highlight-matches' is not computed. Set env-vars only
3766 if `grep-highlight-matches' is `t'.
3767 (grep-use-null-device): Remove redundant type `boolean' (`choice'
3768 is already defined).
3769
3770 * progmodes/compile.el (compilation-start): Use copy of
3771 `process-environment' created by `copy-sequence' to not
3772 modify env-vars in the global `process-environment'.
3773
3774 2004-09-06 Eli Zaretskii <eliz@gnu.org>
3775
3776 * simple.el (next-error-follow-minor-mode): Fix last change.
3777
3778 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
3779
3780 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3781 permanent local.
3782
3783 2004-09-04 Richard M. Stallman <rms@gnu.org>
3784
3785 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3786 highlighting if the search string is empty.
3787
3788 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
3789
3790 * facemenu.el (facemenu-active-faces): Change condition of inner
3791 `while' loop to also check the first two elements of `face-atts'
3792 and `mask-atts'.
3793
3794 2004-09-04 John Paul Wallington <jpw@gnu.org>
3795
3796 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3797 (thumbs-view-image-mode): Make buffer read-only.
3798
3799 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
3800
3801 * textmodes/ispell.el (ispell-really-aspell): New defvar.
3802 (ispell-check-version): Set it.
3803 (ispell-send-replacement): New function.
3804 (ispell-process-line): Call ispell-send-replacement.
3805
3806 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3807
3808 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3809 Support choosing seconds with "s".
3810
3811 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
3812
3813 * terminal.el (te-escape): Show `?' in prompt for help key.
3814
3815 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
3816
3817 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3818
3819 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3820
3821 * simple.el (next-error-follow-minor-mode)
3822 (next-error-follow-mode-post-command-hook): New functions.
3823 (next-error-follow-last-line): New defvar.
3824
3825 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3826 * progmodes/compile.el (compilation-mode-map): Likewise.
3827 * progmodes/grep.el (grep-mode-map): Likewise.
3828 * replace.el (occur-mode-map): Likewise.
3829
3830 * newcomment.el (uncomment-region): Bind comment-use-global-state
3831 to nil.
3832
3833 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
3834
3835 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3836 locally around the call to `revert-buffer'.
3837
3838 2004-09-03 Juri Linkov <juri@jurta.org>
3839
3840 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3841 `isearch-adjusted' to `t'.
3842 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3843 (isearch-message-prefix): Add "pending" for isearch-adjusted.
3844 (isearch-other-meta-char): Restore isearch-point unconditionally.
3845 (isearch-query-replace): Add new arg `regexp-flag' and use it.
3846 Set point to start of match if region is not active in transient
3847 mark mode (to include the current match to region boundaries).
3848 Push the search string to `query-replace-from-history-variable'.
3849 Add prompt "Query replace regexp" for isearch-regexp.
3850 Add region beginning/end as last arguments of `perform-replace.'
3851 (isearch-query-replace-regexp): Replace code by the call to
3852 `isearch-query-replace' with arg `t'.
3853
3854 2004-09-03 Richard M. Stallman <rms@gnu.org>
3855
3856 * startup.el (normal-top-level): Undo previous TERM change.
3857
3858 2004-09-03 Kim F. Storm <storm@cua.dk>
3859
3860 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3861 highlight overlays; allow using RET when cursor is over a button.
3862 (cua--highlight-rectangle): Use it.
3863 (cua--rectangle-set-corners): Don't move backwards at eol.
3864 (cua--forward-line): Don't move into void after eob.
3865
3866 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3867 point is set (and displayed) inside rectangle.
3868 (cua--rectangle-operation): Fix for highlight of empty lines.
3869 (cua--highlight-rectangle): Fix highlight for tabs.
3870 Position cursor at left/right edge of rectangle using new `cursor'
3871 property on overlay strings.
3872 (cua--indent-rectangle): Don't tabify.
3873 (cua-rotate-rectangle): Ignore that point has moved.
3874
3875 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3876
3877 * term/mac-win.el: Add ASCII equivalents for some function keys.
3878 (mode-line-frame-identification): Sync with x-win.el.
3879
3880 2004-09-02 Juri Linkov <juri@jurta.org>
3881
3882 * progmodes/compile.el (compilation-buffer-name): Compare major
3883 mode with second element of compilation-arguments instead of third
3884 to reflect latest changes in compilation-arguments structure.
3885 (recompile): Use global variable `compilation-directory' to get
3886 recent compilation directory only when `recompile' is invoked NOT
3887 in the compilation buffer. Otherwise, use `default-directory' of
3888 the compilation buffer.
3889 (compilation-error-properties): Allow to funcall col and end-col.
3890 (compilation-mode-font-lock-keywords): Check col and end-col by
3891 `integerp'.
3892 (compilation-goto-locus): If end-mk is non-nil in transient mark
3893 mode don't activate the mark (and don't display message in
3894 push-mark), but highlight overlay between mk and end-mk.
3895
3896 * progmodes/grep.el (grep-highlight-matches): New defcustom.
3897 (grep-regexp-alist): Add rule to highlight grep matches.
3898 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3899
3900 * info.el (Info-fontify-node): Don't compute other-tag
3901 if Info-hide-note-references=hide.
3902
3903 * help.el (function-called-at-point):
3904 * help-fns.el (variable-at-point):
3905 Try `find-tag-default' when other methods failed.
3906
3907 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3908 Do not push mark if inhibit-mark-movement is non-nil.
3909
3910 * textmodes/ispell.el (ispell-html-skip-alists):
3911 Fix backslashes in docstring.
3912
3913 2004-09-01 Juri Linkov <juri@jurta.org>
3914
3915 * isearch.el (isearch-wrap-function)
3916 (isearch-push-state-function): New defvars.
3917 (isearch-pop-fun-state): New defsubst.
3918 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3919 (isearch-push-state): Set the result of calling
3920 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3921 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3922 restore the mode-specific starting point of terminated search.
3923 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3924 (isearch-repeat): Call `isearch-wrap-function' if defined.
3925 (isearch-message-prefix): Don't add prefix "over" to the message
3926 for wrapped search if `isearch-wrap-function' is defined.
3927 (isearch-search): Call function saved in `isearch-pop-fun-state' to
3928 restore the mode-specific starting point of failed search.
3929
3930 * info.el (Info-search-whitespace-regexp): Fix backslashes.
3931 (Info-search): Add new optional arguments for the sake of isearch.
3932 Replace whitespace in Info-search-whitespace-regexp literally.
3933 Add backward search. Don't call `Info-select-node' if regexp is
3934 found in the same Info node. Don't add node to Info-history for
3935 wrapped isearch.
3936 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3937 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3938 (Info-mode): Set local variables `isearch-search-fun-function',
3939 `isearch-wrap-function', `isearch-push-state-function',
3940 `search-whitespace-regexp'.
3941
3942 * isearch.el: Remove ancient Change Log section.
3943 (isearch-string, isearch-message-string, isearch-point)
3944 (isearch-success, isearch-forward-flag, isearch-other-end)
3945 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3946 (isearch-barrier, isearch-within-brackets)
3947 (isearch-case-fold-search): Add suffix `-state' to state-related
3948 defsubsts to avoid name clashes with other function names.
3949
3950 * simple.el (next-error): New defgroup and defface.
3951 (next-error-highlight, next-error-highlight-no-select):
3952 New defcustoms.
3953 (next-error-no-select): Let-bind next-error-highlight to the value
3954 of next-error-highlight-no-select before calling `next-error'.
3955
3956 * progmodes/compile.el (compilation-goto-locus):
3957 Use `next-error' face instead of `region'. Set 4-th argument of
3958 `move-overlay' to `current-buffer' to move overlay to different
3959 source buffers. Use new variable `next-error-highlight'.
3960
3961 * simple.el (next-error-find-buffer): Move the rule
3962 "if current buffer is a next-error capable buffer" after the
3963 rule "if next-error-last-buffer is set to a live buffer".
3964 Simplify to test all rules in one `or'.
3965 (next-error): Doc fix.
3966 (next-error, previous-error, first-error)
3967 (next-error-no-select, previous-error-no-select):
3968 Make arguments optional.
3969
3970 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3971
3972 * macros.el (apply-macro-to-region-lines): Make it operate on all
3973 lines that begin in the region, rather than on all complete lines
3974 in the region.
3975
3976 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3977
3978 * x-dnd.el (x-dnd-protocol-alist): Document update.
3979 (x-dnd-known-types): Defcustom it.
3980 (x-dnd-handle-motif): Print message-atom in error message.
3981
3982 2004-08-30 John Paul Wallington <jpw@gnu.org>
3983
3984 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3985 strings rather than programatically constructing message.
3986
3987 2004-08-30 Richard M. Stallman <rms@gnu.org>
3988
3989 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3990 Don't return a string that would read as the wrong character code.
3991
3992 2004-08-29 Kim F. Storm <storm@cua.dk>
3993
3994 * emulation/cua-base.el (cua-auto-expand-rectangles):
3995 Remove automatic rectangle padding feature; replace by non-destructive
3996 virtual rectangle edges feature.
3997 (cua-virtual-rectangle-edges): New defcustom.
3998 (cua-auto-tabify-rectangles): New defcustom.
3999 (cua-paste): If paste into a marked rectangle, insert rectangle at
4000 current column, even if virtual; also paste exactly as many lines
4001 as has been marked (ignore additional lines or add empty lines),
4002 but paste whole source if only one line is marked.
4003 (cua--update-indications): No longer use overwrite-cursor to
4004 indicate rectangle padding
4005
4006 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
4007 (cua--rectangle-virtual-edges): New defun.
4008 (cua--rectangle-get-corners): Remove optional PAD arg.
4009 (cua--rectangle-set-corners): Never do padding.
4010 (cua--forward-line): Remove optional PAD arg. Simplify.
4011 (cua-resize-rectangle-right, cua-resize-rectangle-left)
4012 (cua-resize-rectangle-down, cua-resize-rectangle-up):
4013 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4014 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4015 (cua--rectangle-move): Never do padding. Simplify.
4016 (cua--tabify-start): New defun.
4017 (cua--rectangle-operation): Add tabify arg. All callers changed.
4018 (cua--pad-rectangle): Remove.
4019 (cua--delete-rectangle): Handle delete with virtual edges.
4020 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4021 (cua--insert-rectangle): Handle insert at virtual column.
4022 Perform auto-tabify if necessary.
4023 (cua--activate-rectangle): Remove optional FORCE arg.
4024 Never do padding. Simplify.
4025 (cua--highlight-rectangle): Enhance for virtual edges.
4026 (cua-toggle-rectangle-padding): Remove command.
4027 (cua-toggle-rectangle-virtual-edges): New command.
4028 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
4029 (cua--rectangle-post-command): Don't force rectangle padding.
4030 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4031
4032 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
4033
4034 * indent.el (edit-tab-stops-buffer): Doc fix.
4035
4036 2004-08-28 Richard M. Stallman <rms@gnu.org>
4037
4038 * progmodes/grep.el (grep-default-command): Use find-tag-default.
4039 (grep-tag-default): Function deleted.
4040
4041 * subr.el (find-tag-default): Move from etags.el.
4042
4043 * progmodes/etags.el (find-tag-default): Move to subr.el.
4044
4045 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4046 into the basic character if it has an uppercase form.
4047
4048 2004-08-27 Kenichi Handa <handa@m17n.org>
4049
4050 * international/utf-8.el (utf-8-post-read-conversion): If the
4051 buffer is unibyte, temporarily make it multibyte.
4052
4053 2004-08-27 Masatake YAMATO <jet@gyve.org>
4054
4055 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4056
4057 2004-08-25 John Paul Wallington <jpw@gnu.org>
4058
4059 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4060 0, 1, and many mismatches in message.
4061 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4062
4063 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4064 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4065
4066 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4069 vc-diff-switches differently.
4070
4071 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4072
4073 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4074 before and a real defvar after
4075 `speedbar-supported-extension-expressions'. This is to silence
4076 the compiler without breaking bootstrapping.
4077
4078 2004-08-22 Richard M. Stallman <rms@gnu.org>
4079
4080 * textmodes/flyspell.el (flyspell-word):
4081 Use set-process-query-on-exit-flag.
4082 (flyspell-highlight-duplicate-region): Take POSS as arg.
4083 (flyspell-word): Pass POSS as arg.
4084
4085 * progmodes/ada-xref.el: Many doc and style fixes.
4086 (ada-find-any-references): Use compilation-start.
4087 (ada-get-ali-file-name): Improve error msg.
4088 (ada-get-ada-file-name): Likewise.
4089
4090 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4091 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4092
4093 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4094 Add forward defvar.
4095
4096 * whitespace.el (global-whitespace-mode): New alias
4097 for whitespace-global-mode.
4098
4099 * speedbar.el (speedbar-file-regexp): Move definition up.
4100 (speedbar-mode, speedbar-set-mode-line-format):
4101 Use with-no-warnings.
4102 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4103
4104 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4105 controls whether to display the error buffer.
4106
4107 * ps-mule.el: Delete compatibility code for old Emacses.
4108 (ps-mule-find-wrappoint): Don't use chars-in-region.
4109
4110 * frame.el (display-mouse-p, display-selections-p):
4111 Use with-no-warnings.
4112
4113 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4114
4115 2004-08-22 David Kastrup <dak@gnu.org>
4116
4117 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4118 information.
4119
4120 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4121
4122 2004-08-22 Andreas Schwab <schwab@suse.de>
4123
4124 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4125
4126 2004-08-22 Masatake YAMATO <jet@gyve.org>
4127
4128 * cvs-status.el (cvs-status-checkout): New function.
4129 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4130
4131 2004-08-21 David Kastrup <dak@gnu.org>
4132
4133 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4134 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4135 has been converted to use hashtables, the relation `nil=none' is
4136 no longer valid, as `nil' is not a hashtable. This patch tries to
4137 reduce the number of resulting errors.
4138
4139 2004-08-21 John Paul Wallington <jpw@gnu.org>
4140
4141 * subr.el (process-kill-without-query): Made obsolete in
4142 version 21.4, not 21.5.
4143
4144 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4145 (vc-previous-comment, vc-next-comment)
4146 (vc-comment-search-reverse, vc-comment-search-forward)
4147 (vc-comment-to-change-log): Likewise.
4148
4149 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4150
4151 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
4152
4153 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4154 Correct indentation of DEFMETHODS with non-standard method
4155 combinations (e.g., PROGN, MIN, MAX).
4156
4157 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * startup.el (normal-top-level-add-subdirs-to-load-path):
4160 Avoid unnecessarily checking system-type.
4161 (normal-top-level): Set TERM to "dumb". Simplify.
4162
4163 * avoid.el (mouse-avoidance-ignore-p): New fun.
4164 Also ignore switch-frame, select-window, double, and triple clicks.
4165 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4166 (mouse-avoidance-fancy-hook): Use it.
4167
4168 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
4169
4170 * avoid.el (mouse-avoidance-nudge-mouse)
4171 (mouse-avoidance-banish-destination): Stay within the current window
4172 to avoid problems with mouse-autoselect-window.
4173
4174 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4177 the newer format of some messages in cvs-1.12.1.
4178
4179 2004-08-19 Masatake YAMATO <jet@gyve.org>
4180
4181 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4182 (elp-results-jump-to-definition-by-mouse)
4183 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4184 (elp-output-result): Use elp-output-insert-symname.
4185
4186 2004-08-18 Kenichi Handa <handa@m17n.org>
4187
4188 * language/cyrillic.el: Register koi8-r in
4189 ctext-non-standard-encodings-alist.
4190 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4191
4192 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4193
4194 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4195 that replaces 20xy with xy.
4196
4197 2004-08-17 John Paul Wallington <jpw@gnu.org>
4198
4199 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4200 (reb-force-update): Doc fix.
4201
4202 2004-08-16 Richard M. Stallman <rms@gnu.org>
4203
4204 * progmodes/which-func.el (which-func-update-1): Doc fix.
4205
4206 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4207 (sh-mode-abbrev-table): New variable.
4208
4209 * progmodes/compile.el (compilation-mode): Doc fix.
4210
4211 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4212 Don't cons a new symbol each time.
4213 (eval-last-sexp-fake-value): New variable.
4214
4215 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4216 (copyright-update-year): Detect continuation of list of years.
4217
4218 * term.el (term-default-fg-color, term-default-bg-color)
4219 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4220
4221 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4222
4223 2004-08-16 Davis Herring <herring@lanl.gov>
4224
4225 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4226 (isearch-success, isearch-forward-flag, isearch-other-end)
4227 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4228 (isearch-barrier, isearch-within-brackets)
4229 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4230
4231 2004-08-16 Kenichi Handa <handa@m17n.org>
4232
4233 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4234
4235 2004-08-15 Kenichi Handa <handa@m17n.org>
4236
4237 * term/x-win.el (x-selection-value): If utf8 was successful but
4238 ctext was not, use utf8 string.
4239
4240 2004-08-14 Davis Herring <herring@lanl.gov>
4241
4242 * isearch.el: Remove accidental changes of March 4. Fix backing
4243 up when a regexp isearch is made more general. Use symbolic
4244 accessor functions for isearch stack frames to make usage clearer.
4245 (search-whitespace-regexp): Made groups in documentation shy (as
4246 is the group in the default value).
4247 (isearch-fallback): New function, addresses problems with regexps
4248 liberalized by `\|', adds support for liberalization by `\}' (the
4249 general repetition construct), and incorporates behavior for
4250 `*'/`?'.
4251 (isearch-}-char): New command, calls `isearch-fallback' with
4252 arguments appropriate to a typed `}'.
4253 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4254 appropriately.
4255 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4256 (isearch-string, isearch-message,string, isearch-point)
4257 (isearch-success, isearch-forward-flag, isearch-other-end)
4258 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4259 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4260 New inline functions to read fields of a stack frame.
4261
4262 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4263
4264 * battery.el (battery-linux-proc-acpi): Look into battery
4265 directories matching the literal string "CMB", too (required for
4266 Linux kernel version 2.6.7).
4267
4268 2004-08-14 John Paul Wallington <jpw@gnu.org>
4269
4270 * cus-start.el (read-file-name-completion-ignore-case): Add.
4271 (blink-cursor-alist): Change version to "21.4".
4272
4273 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4274
4275 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4276
4277 * speedbar.el (speedbar-scan-subdirs): New option.
4278 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4279 dolist.
4280 (speedbar-insert-files-at-point): Take an extra argument and use
4281 it to optionally find out if a subdir is empty. Also unreadable
4282 files don't get expand buttons.
4283 (speedbar-directory): New image (unused pixmap already existed).
4284 (speedbar-expand-image-button-alist): Use it.
4285
4286 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4287
4288 CC Mode update to 5.30.9:
4289
4290 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4291 Move from cc-vars to cc-defs for dependency reasons. Fix the
4292 POSIX char class test to check that it works in
4293 `skip-chars-(forward|backward)' too.
4294
4295 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4296 first argument starts with a special brace list.
4297
4298 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4299 when `c-opt-type-concat-key' is used (i.e. in Pike).
4300
4301 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4302 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4303 >)".
4304
4305 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4306 whitespace safe.
4307
4308 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4309 position for `arglist-intro', `arglist-cont-nonempty' and
4310 `arglist-close' when there are two arglist open parens on the same
4311 line and there's nothing in front of the first.
4312
4313 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4314 locking of qualified names in Java, which previously could fontify
4315 common indexing expressions in many cases. The standard Java
4316 naming conventions are used to tell them apart.
4317
4318 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4319 Fix inconsistency wrt opening parens on the first line inside a paren
4320 block.
4321
4322 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4323 compile time for the sake of `c-major-mode-is'.
4324
4325 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4326 `c-major-mode-is' in the event that this is used inside a
4327 `c-lang-defconst'.
4328
4329 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4330 `c-lang-defconst' so that it works better with fallback languages.
4331
4332 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4333 it to fail to record the base mode.
4334
4335 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4336 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4337 is used. Reorder the syntax checks to get more efficient
4338 skipping in some situations.
4339
4340 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4341 continuation which might precede the newly inserted '{'.
4342
4343 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4344 Fix cases where it could loop indefinitely.
4345
4346 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4347 size specs correctly. Only fontify identifiers in front of '('
4348 with as functions - don't accept any paren char. Tighten up
4349 initializer skipping to stop before function and class blocks.
4350
4351 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4352 the point could be left directly after an open paren when finding
4353 the beginning of the first decl in the block.
4354
4355 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4356 table when filtering out legitimate open parens to be recorded.
4357 This could cause cache inconsistencies when e.g.
4358 `c++-template-syntax-table' was temporarily in use.
4359
4360 * progmodes/cc-engine.el (c-on-identifier)
4361 (c-simple-skip-symbol-backward): Small fix for handling "-"
4362 correctly in `skip-chars-backward'. Affected the operator lfun
4363 syntax in Pike.
4364
4365 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4366 Fix bug that could cause an error from `after-change-functions' when
4367 the changed region is at bob.
4368
4369 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4370
4371 CC Mode update to 5.30.9:
4372
4373 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4374 to say that <TAB> doesn't insert WS into a CPP line.
4375 (c-indent-command, c-tab-always-indent): Amend doc strings.
4376
4377 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4378 checks for user errors, thus eliminating cryptic and unhelpful
4379 Emacs error messages. (1) Check the arg to `c-set-style' is a
4380 string. (2) Check that settings to `c-offsets-alist' are not
4381 spuriously quoted.
4382
4383 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4384 which precedes the newly inserted `{'.
4385
4386 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4387
4388 Sync with Tramp 2.0.44.
4389
4390 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4391 function "tramp_file_attributes". Otherwise, file names
4392 containing spaces are misinterpreted. Reported by Magnus Henoch
4393 <mange@freemail.hu>.
4394 (tramp-handle-file-truename): FILENAME must be expanded first.
4395 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4396 obscure results. Reported by D. Goel <deego@gnufans.org>.
4397 (tramp-handle-verify-visited-file-modtime): If file does not
4398 exist, say it is not modified if and only if that agrees with the
4399 buffer's record. Check whether a file is visiting the buffer, or
4400 the buffer has no recorded last modification time. Return t in
4401 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4402 <teirllm@auburn.edu>.
4403 (tramp-handle-write-region): Pass modtime explicitely to
4404 `set-visited-file-modtime', because filename can be different
4405 from (buffer-file-name) if `file-precious-flag' is set.
4406 `set-visited-file-modtime' must be called always when `visit' is t
4407 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4408 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4409 nil, don't apply the whole body. If the file doesn't exists, set
4410 modtime to '(-1 65535). Suggested by Luc Teirlinck
4411 <teirllm@auburn.edu>.
4412
4413 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * help.el (describe-bindings): Doc fix.
4416
4417 * subr.el (kbd): Doc fix.
4418
4419 2004-08-08 John Paul Wallington <jpw@gnu.org>
4420
4421 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4422 instead of `string-to-int'.
4423 (define-ibuffer-column mode): Fix indentation.
4424
4425 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4426
4427 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4428
4429 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4430
4431 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4432
4433 * novice.el (disabled-command-function): New variable renamed from
4434 `disabled-command-hook'.
4435 (disabled-command-hook): Keep the _variable_ as alias for
4436 `disabled-command-function' and make obsolete.
4437 (disabled-command-function): Function renamed from
4438 `disabled-command-hook'. Adapt code to name change of the variable.
4439
4440 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4441
4442 * simple.el (completion-root-regexp): New defvar.
4443 (completion-setup-function): Use it instead of a literal string.
4444
4445 2004-08-07 John Paul Wallington <jpw@gnu.org>
4446
4447 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4448 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4449 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4450 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4451
4452 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4453
4454 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4455 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4456
4457 2004-08-04 Kenichi Handa <handa@m17n.org>
4458
4459 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4460 Fix previous change.
4461
4462 2004-08-03 Kenichi Handa <handa@m17n.org>
4463
4464 * international/encoded-kb.el: The following changes are to
4465 utilize key-translation-map instead of minor mode map.
4466 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4467 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4468 (encoded-kbd-last-key): New function.
4469 (encoded-kbd-iso2022-single-shift): New function.
4470 (encoded-kbd-iso2022-designation)
4471 (encoded-kbd-self-insert-iso2022-7bit)
4472 (encoded-kbd-self-insert-iso2022-8bit)
4473 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4474 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4475 key-translation-map.
4476 (encoded-kbd-setup-keymap): Setup key-translation-map.
4477 (saved-key-translation-map): New variable.
4478 (encoded-kbd-mode): Save/restore key-translation-map.
4479 Adjust for the change of encoded-kbd-setup-keymap.
4480
4481 2004-08-02 Kim F. Storm <storm@cua.dk>
4482
4483 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4484 and call compute-motion with nil for topos and width to get proper
4485 usable width and height for both window and non-window systems.
4486
4487 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4488 calculate usable window width and height.
4489
4490 * window.el (window-buffer-height): Call compute-motion with nil width.
4491
4492 2004-08-01 David Kastrup <dak@gnu.org>
4493
4494 * replace.el (query-replace-read-from):
4495 Use `query-replace-compile-replacement'.
4496 (query-replace-compile-replacement): New function.
4497 (query-replace-read-to): Use `query-replace-compile-replacement'
4498 for repeating the last command.
4499
4500 2004-08-01 John Paul Wallington <jpw@gnu.org>
4501
4502 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4503 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4504 (pr-switches): Remove period from end of error messages.
4505
4506 * help-mode.el (help-go-back): Likewise.
4507
4508 * abbrev.el (only-global-abbrevs): Doc fix.
4509 (edit-abbrevs-map): Define within defvar.
4510 (quietly-read-abbrev-file): Doc fix.
4511
4512 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4513
4514 * novice.el (enable-command, disable-command): Doc fixes.
4515
4516 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4517
4518 2004-07-30 Richard M. Stallman <rms@gnu.org>
4519
4520 * subr.el (with-local-quit): Doc fix.
4521
4522 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4523
4524 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4525
4526 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4527
4528 * custom.el (defcustom): Doc fix.
4529
4530 2004-07-28 Masatake YAMATO <jet@gyve.org>
4531
4532 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4533
4534 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * imenu.el (imenu-prev-index-position-function)
4537 (imenu-extract-index-name-function, imenu-name-lookup-function)
4538 (imenu--index-alist): Docstring redundancy fix.
4539
4540 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4541
4542 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4543 binding dired-backup-overwrite.
4544
4545 2004-07-25 John Paul Wallington <jpw@gnu.org>
4546
4547 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4548
4549 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4550
4551 * term/tty-colors.el (tty-color-approximate): Doc fix.
4552
4553 * select.el (x-get-selection, x-set-selection): Doc fixes.
4554
4555 * frame.el (make-frame): Doc fix.
4556
4557 2004-07-24 Richard M. Stallman <rms@gnu.org>
4558
4559 * mail/rmail.el (rmail-mime-charset-pattern):
4560 Don't include semicolon in the charset value.
4561
4562 * replace.el (occur-next-error): Call set-window-point.
4563 (occur-engine): Handle negative NLINES.
4564
4565 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4566
4567 * frame.el (modify-all-frames-parameters): Minor doc fix.
4568 (set-frame-configuration): Doc fix.
4569
4570 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4571
4572 * simple.el (completion-setup-function): Compute the common parts
4573 and the first difference place correctly when
4574 partial-completion-mode is on.
4575
4576 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4577
4578 * ps-print.el: Doc fix.
4579 (ps-print-version): New version 6.6.5.
4580 (ps-printing-region): Doc fix.
4581 (ps-generate-string-list): Comment fix.
4582 (ps-message-log-max): Code fix.
4583
4584 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4585
4586 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4587 generated PostScript.
4588
4589 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4590
4591 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4592 with Gnus v5_10 branch.)
4593
4594 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4595
4596 * calendar/time-date.el (time-to-number-of-days): New function.
4597 Imported from from Gnus.
4598
4599 2004-07-22 Kim F. Storm <storm@cua.dk>
4600
4601 * progmodes/make-mode.el: Fix comments.
4602
4603 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4604
4605 * printing.el: Doc fix.
4606
4607 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4608
4609 * frame.el (modify-all-frames-parameters): Minor doc fix.
4610
4611 2004-07-20 Richard M. Stallman <rms@gnu.org>
4612
4613 * textmodes/fill.el (fill-nobreak-p): If this break point is
4614 at the end of the line, don't consider the newline which follows
4615 as a reason to return t.
4616
4617 2004-07-19 John Paul Wallington <jpw@gnu.org>
4618
4619 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4620
4621 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4622
4623 * dired-aux.el (dired-do-kill-lines): Expand docstring.
4624 Delete irrelevant code.
4625
4626 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4627
4628 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4629 New docstring. From Luc Teirlinck.
4630
4631 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
4632
4633 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4634 section.
4635 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4636 non-file buffers. We know it is nil.
4637
4638 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4639
4640 Sync with Tramp 2.0.43.
4641
4642 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4643 Remove outdated comment.
4644 (tramp-locked, tramp-locker): New variables for implementing a
4645 global lock.
4646 (tramp-sh-file-name-handler): Use them to implement the global lock.
4647
4648 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
4649
4650 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
4651 calls to respective `xxx` calls.
4652 (tramp-process-alive-regexp): Precise doc string.
4653 (tramp-multi-action-process-alive): New defun.
4654 (tramp-multi-actions): Use it.
4655 (tramp-handle-find-backup-file-name): `copy-tree' is available
4656 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
4657 in order to avoid this function.
4658 (tramp-handle-write-region): Set current buffer. If connection
4659 wasn't open, `file-modes' has changed it accidently. Reported by
4660 David Kastrup <dak@gnu.org>.
4661 (tramp-enter-password, tramp-read-passwd): New arguments USER and
4662 HOST.
4663 (tramp-action-password, tramp-multi-action-password): Apply it.
4664 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4665 name must still contain the port number. Otherwise, we have two
4666 Tramp buffers, with all the confusion. Reported by Myron Selby
4667 <myron@xytech.com> and Rolf Dubitzky
4668 <Dubitzky@physi.uni-heidelberg.de>.
4669
4670 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4671 HOST to `tramp-enter-passwd'.
4672
4673 * net/tramp-vc.el (all): Code cleanup. Change all
4674 `tramp-handle-xxx' calls to respective `xxx` calls.
4675
4676 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
4677
4678 * emacs-lisp/testcover.el: New category "potentially-1valued" for
4679 functions that are not erroneous if either 1-valued or
4680 multi-valued. Detect functions in this class.
4681 (testcover-1value-functions, testcover-compose-functions)
4682 (testcover-progn-functions) Add some additional functions to lists.
4683 (testcover-mark): Bugfix when marking up the definition for an
4684 empty function.
4685
4686 2004-07-17 Richard M. Stallman <rms@gnu.org>
4687
4688 * replace.el (occur-read-primary-args): Pass default to
4689 read-from-minibuffer.
4690
4691 * mail/footnote.el (footnote-section-tag): Use defcustom.
4692
4693 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4694 Compile font-lock-keywords, not KEYWORDS.
4695 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4696 Add warn, check-type. Handle cerror like error.
4697
4698 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4699
4700 * progmodes/which-func.el (which-func-keymap): New var.
4701 (which-func-face): New face.
4702 (which-func-format): Use them.
4703
4704 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4705
4706 * buff-menu.el (list-buffers-noselect): Append the buffer's
4707 process status to its mode name.
4708
4709 2004-07-16 Kim F. Storm <storm@cua.dk>
4710
4711 * simple.el (inhibit-mark-movement): New defvar.
4712 (beginning-of-buffer, end-of-buffer): Do not push mark if
4713 inhibit-mark-movement is non-nil or C-u prefix is given.
4714
4715 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4716 Init to beginning-of-buffer and end-of-buffer.
4717 (cua--undo-push-mark): New defvar.
4718 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4719 already active and command is in cua--preserve-mark-commands.
4720 Also fix check for shift modifier on non-window systems.
4721 (cua--post-command-handler): Clear inhibit-mark-movement if set.
4722
4723 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4724
4725 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4726 of two integers, instead of a cons.
4727
4728 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4729 `visited-file-modtime' now returns a list of two integers, instead
4730 of a cons.
4731
4732 * dired.el (dired-directory-changed-p): Ditto.
4733
4734 * progmodes/grep.el (grep): Doc fix.
4735
4736 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4737
4738 * autorevert.el (auto-revert-tail-mode)
4739 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4740 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4741 in both at the same time.
4742 (auto-revert-tail-mode): New command.
4743 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4744 (auto-revert-handler): Revert only either tail or whole file.
4745
4746 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4747 add auto-revert-tail-mode.
4748
4749 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4750
4751 * printing.el: Doc fix. Change name of some funs.
4752 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
4753 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
4754 (pr-standard-file-name): New fun. Replace pr-standard-path.
4755 (pr-call-process): Code fix.
4756
4757 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
4758
4759 * subr.el (with-selected-window): Doc fix.
4760
4761 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
4762
4763 * subr.el (get-buffer-window-list): Doc fix.
4764
4765 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
4766
4767 * files.el (switch-to-buffer-other-window): Doc fix.
4768
4769 * window.el (save-selected-window, one-window-p)
4770 (split-window-keep-point, split-window-vertically)
4771 (split-window-horizontally): Doc fixes.
4772
4773 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4774
4775 * printing.el: Doc fix. Now it uses call-process instead of
4776 shell-command for low command execution.
4777 (pr-version): New version number (6.8).
4778 (pr-shell-file-name): Option removed.
4779 (pr-shell-command): Fun removed.
4780 (pr-call-process): New fun. Replace pr-shell-command.
4781 (pr-standard-path, pr-remove-nil-from-list): New funs.
4782 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4783 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4784 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4785 (pr-ps-utility-process, pr-txt-print): Code fix.
4786
4787 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4788
4789 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4790 boolean.
4791
4792 2004-07-09 Lars Hansen <larsh@math.ku.dk>
4793
4794 * wid-edit.el (widget-field-buffer): Doc fix.
4795
4796 2004-07-09 John Paul Wallington <jpw@gnu.org>
4797
4798 * emacs-lisp/re-builder.el (reb-update-overlays):
4799 Distinguish between one and several matches in message.
4800
4801 2004-07-09 Richard M. Stallman <rms@gnu.org>
4802
4803 * mouse.el (mouse-set-region-1): If transient-mark-mode
4804 is `identity', change it to `only'.
4805
4806 * simple.el (current-word): Doc fix.
4807
4808 2004-07-09 Mark A. Hershberger <mah@everybody.org>
4809
4810 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4811 so that it is more understanding of whitespace.
4812
4813 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4814 form
4815 (("ns" . "element") (attr-list) children) instead of
4816 ((:ns . "element") (attr-list) children) in order to reduce the
4817 number of symbols used.
4818 (xml-skip-dtd): Change to use xml-parse-dtd but set
4819 xml-validating-parsing to nil.
4820 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4821 (xml-substitute-entity): Remove in favor of new entity substitution.
4822 (xml-substitute-special): Rewrite in to substitute complex
4823 entities from DOCTYPE declarations.
4824 (xml-parse-fragment): Parse fragments from entity deleclarations.
4825 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4826 (xml-parse-dtd, xml-substitute-special): Make validity checks
4827 conditioned on xml-validating-parser. Add "Not Well Formed" to
4828 error messages about well-formedness.
4829
4830 2004-07-08 Steven Tamm <steventamm@mac.com>
4831
4832 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4833 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4834 Do not treat double clicks and triple clicks specially in the
4835 scroll bar (preventing strange repositioning problems)
4836
4837 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * replace.el (query-replace-regexp-eval): Fix last change.
4840
4841 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * replace.el (query-replace-descr): New fun.
4844 (query-replace-read-from, query-replace-read-args): Default to the
4845 previous from&to.
4846 (query-replace-read-to): Quote the `from' string when displaying it.
4847 (query-replace-regexp-eval): Immediately check read-only status.
4848 Use query-replace-read-from to get the \n checking.
4849 Quote the `from' string when displaying it.
4850 (map-query-replace-regexp, occur-read-primary-args):
4851 Quote the `from' string when displaying it.
4852
4853 * isearch.el (isearch-query-replace): Pass the regexp-ness and
4854 delimited-ness of the search to query-replace.
4855
4856 * replace.el (query-replace-read-from, query-replace-read-to):
4857 New funs extracted from query-replace-read-args.
4858 (query-replace-read-args): Use them.
4859
4860 * replace.el (query-replace-interactive, query-replace-read-args):
4861 Remove the `initial' special value.
4862 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4863 (occur-engine): Remove unused var `matchend'.
4864
4865 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4866 Use the search string without prompting.
4867
4868 2004-07-05 Kenichi Handa <handa@m17n.org>
4869
4870 * international/mule.el (decode-coding-inserted-region):
4871 Set last-coding-system-used only when coding is nil.
4872
4873 2004-07-03 Eli Zaretskii <eliz@gnu.org>
4874
4875 * progmodes/grep.el (grep-compute-defaults, grep-command)
4876 (grep-program, find-program, grep-find-use-xargs, grep-history)
4877 (grep-find-history, grep-tag-default, grep-find-command)
4878 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4879 Add autoload cookies, for unbundled packages that load `compile'
4880 and expect all grep-related symbols to become defined.
4881
4882 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
4883
4884 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4885 (iimage-mode-image-search-path): New user option to search the
4886 image file.
4887 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
4888 have locate-file.
4889 (iimage-mode-buffer): Use it.
4890
4891 2004-07-03 Nick Roberts <nickrob@gnu.org>
4892
4893 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4894 carefully.
4895 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4896
4897 2004-07-03 Juri Linkov <juri@jurta.org>
4898
4899 * replace.el (query-replace-read-args): Swallow space after 'foo,
4900 not after (quote foo). Match space only immediately after symbol,
4901 not anywhere in the whole string.
4902
4903 2004-07-02 Richard M. Stallman <rms@gnu.org>
4904
4905 * replace.el (query-replace-read-args): Swallow space after
4906 symbols, not after closeparens. But avoid error if string ends there.
4907
4908 * progmodes/python.el (python-beginning-of-statement):
4909 Exit the loop if backward-up-list gets error.
4910
4911 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4912
4913 2004-07-02 Andre Spiegel <spiegel@gnu.org>
4914
4915 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4916 only if vc-consult-headers is non-nil.
4917
4918 2004-07-02 Juri Linkov <juri@jurta.org>
4919
4920 * pcvs.el (cvs-mode-diff-repository): New command.
4921
4922 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4923
4924 2004-07-01 Juri Linkov <juri@jurta.org>
4925
4926 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4927 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
4928 C-M-% to isearch-query-replace-regexp.
4929 (minibuffer-local-isearch-map): Add arrow key bindings.
4930 Bind C-f to isearch-yank-char-in-minibuffer.
4931 (isearch-forward): Doc fix.
4932 (isearch-edit-string): Doc fix.
4933 (isearch-query-replace, isearch-query-replace-regexp): New funs.
4934 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
4935 (isearch-yank-char): Add optional arg.
4936 (isearch-yank-char-in-minibuffer): New fun.
4937
4938 * replace.el (query-replace-interactive): Change type from boolean
4939 to choice. Add value `initial'.
4940 (query-replace-read-args): Handle value `initial' of
4941 query-replace-interactive.
4942
4943 2004-06-29 Kim F. Storm <storm@cua.dk>
4944
4945 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4946 (breakpoint-disabled-bitmap-face): Add :group 'gud.
4947
4948 * progmodes/ada-xref.el (ada-tight-gvd-integration):
4949 Add :group 'ada.
4950
4951 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4952
4953 2004-06-29 Juri Linkov <juri@jurta.org>
4954
4955 * replace.el (query-replace-read-args): Swallow a space after
4956 everything except )]" which in most cases means after a symbol.
4957
4958 * emacs-lisp/pp.el (pp-buffer): Add autoload.
4959
4960 2004-06-28 Richard M. Stallman <rms@gnu.org>
4961
4962 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4963 More changes to go with previous change in font-lock.el.
4964
4965 2004-06-26 David Kastrup <dak@gnu.org>
4966
4967 * replace.el (perform-replace): Highlight the match even in
4968 non-query mode if there is potential replace string editing.
4969
4970 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
4971
4972 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4973 agree with new return value of `file-remote-p'.
4974 This syncs with Tramp 2.0.42.
4975
4976 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4977 according to new documentation of `file-remote-p'.
4978
4979 * files.el (file-remote-p): Fix doc to say that return value is
4980 identification of remote system, if not nil.
4981 (file-relative-name): Use new return value of `file-remote-p'.
4982
4983 2004-06-26 Nick Roberts <nickrob@gnu.org>
4984
4985 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4986 (gdb-goto-breakpoint): Fix breakage.
4987
4988 2004-06-26 Eli Zaretskii <eliz@gnu.org>
4989
4990 * man.el (Man-getpage-in-background): Add windows-nt to the list
4991 of systems where shell-file-name should be used instead of
4992 literal "sh".
4993
4994 2004-06-25 Sam Steingold <sds@gnu.org>
4995
4996 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4997 function names `(setf symbol)'.
4998
4999 2004-06-24 Richard M. Stallman <rms@gnu.org>
5000
5001 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
5002
5003 * font-lock.el (font-lock-keywords): Change format of compiled values.
5004 Document it.
5005 (font-lock-add-keywords): If font-lock-keywords is compiled,
5006 extract the uncompiled version, modify, then recompile.
5007 (font-lock-remove-keywords): Likewise.
5008 (font-lock-fontify-keywords-region): Handle changed format.
5009 (font-lock-compile-keywords): Handle changed format.
5010 (font-lock-set-defaults): Compile the keywords explicitly here.
5011
5012 2004-06-24 David Kastrup <dak@gnu.org>
5013
5014 * replace.el (query-replace-read-args): Implement `\,' and `\#'
5015 replacements here.
5016 (query-replace-regexp): Doc string explaining this and the new
5017 `\?' replacement. Remove `\,' and `\#' implementation here, as it
5018 is better placed in `query-replace-read-args'.
5019 (replace-regexp): Explain `\,', `\#' and `\?'.
5020 (replace-match-data): New function for thorough reuse/destruction
5021 of old match-data.
5022 (replace-match-maybe-edit): Function for implementing `\?' editing.
5023 (perform-replace): Fix maintaining of the match stack including
5024 already matched regions, implement `\?', fix various problems
5025 with regions while editing and other stuff.
5026 (replace-highlight): Simplify.
5027
5028 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
5029
5030 * progmodes/grep.el (grep-error-screen-columns): New variable.
5031 (grep-regexp-alist): Give it the full functionality of gnu style
5032 compilation messages with line and column ranges. Ask me for the
5033 perl script I'm working on, that uses these.
5034
5035 2004-06-23 Nick Roberts <nickrob@gnu.org>
5036
5037 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5038 Remove.
5039 (comint-insert-input, comint-mouse-insert-input): New functions
5040 based on comint-insert-clicked-input for two bindings but just
5041 one functionality.
5042
5043 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5044
5045 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5046
5047 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5048
5049 * files.el (write-contents-functions): Doc fix.
5050
5051 2004-06-21 Juanma Barranquero <lektu@terra.es>
5052
5053 * image.el (image-library-alist): Rewrite docstring in active voice.
5054
5055 2004-06-20 Richard M. Stallman <rms@gnu.org>
5056
5057 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5058
5059 * isearch.el (isearch-repeat): Avoid testing old match data.
5060 (isearch-message): Display trailing space in special font
5061 when search is failing.
5062 (isearch-search-fun-function): Doc fix.
5063
5064 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5065
5066 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5067
5068 * frame.el (show-trailing-whitespace): Doc fix.
5069
5070 * cus-edit.el (custom-variable-documentation): New function.
5071 (custom-variable): Use it.
5072
5073 2004-06-19 Nick Roberts <nickrob@gnu.org>
5074
5075 * man.el (Man-getpage-in-background): Revert previous change but
5076 make cygwin a special case.
5077
5078 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * autorevert.el (global-auto-revert-non-file-buffers):
5081 Update docstring.
5082
5083 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5084
5085 * progmodes/compile.el (compilation-error-properties): Store one
5086 more than end-col, if present, so that transient-mark-mode will
5087 highlight last char too.
5088 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5089 ranges, if present.
5090
5091 2004-06-18 Jason Rumney <jasonr@gnu.org>
5092
5093 * makefile.w32-in: Double percent signs in for loops.
5094
5095 2004-06-17 David Kastrup <dak@gnu.org>
5096
5097 * replace.el (query-replace-read-args): Only warn about use of \n
5098 and \t when we are doing a regexp replacement and the actual
5099 escaped character is n or t.
5100 (query-replace-regexp): Add \, and \# interpretation to
5101 interactive call and document it.
5102 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5103 as shortkey for replace-count.
5104 (replace-quote): New function for doubling backslashes.
5105
5106 2004-06-17 Juanma Barranquero <lektu@terra.es>
5107
5108 * files.el (parse-colon-path, cd): Mention in docstring that the
5109 path separator is colon in GNU-like systems.
5110
5111 * newcomment.el (comment-region-internal): Fix docstring.
5112
5113 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5114 (ewoc-invalidate, ewoc-collect): Doc fixes.
5115 (ewoc--create-node, ewoc--delete-node-internal):
5116 Fix typos in docstring.
5117
5118 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5119
5120 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5121 manual to docstring.
5122
5123 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5124
5125 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5126
5127 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5128
5129 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5130 Add hyperlink to emacs-xtra manual to docstring.
5131
5132 * autorevert.el (global-auto-revert-non-file-buffers):
5133 Add hyperlink to emacs-xtra manual to docstring, as well as an
5134 info-link.
5135
5136 2004-06-14 Juanma Barranquero <lektu@terra.es>
5137
5138 * image.el (image-library-alist): New variable to map image types
5139 to external libraries. Initialized to nil, unless system-specific
5140 configs change it.
5141 (image-type-available-p): Determine whether an image type is
5142 available by calling `init-image-library'.
5143
5144 * term/w32-win.el (image-library-alist): Initialize to a known set
5145 of probable library names.
5146
5147 2004-06-14 Kenichi Handa <handa@m17n.org>
5148
5149 * international/code-pages.el (windows-1256, cp1125): Fix tables
5150 for several characters.
5151
5152 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5153
5154 2004-06-13 Richard M. Stallman <rms@gnu.org>
5155
5156 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5157
5158 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5159 not "`pc-selection-mode'".
5160
5161 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5162
5163 * simple.el (previous-matching-history-element): Specify a default.
5164
5165 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5166
5167 * cus-face.el (custom-declare-face): Simplify code.
5168
5169 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5170
5171 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5172
5173 * files.el (before-save-hook): Add `time-stamp' to the options.
5174
5175 * time-stamp.el (time-stamp): Recommend adding it to
5176 `before-save-hook', rather than `write-file-functions'.
5177 Make a similar change in `Commentary' section.
5178
5179 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
5180
5181 * diff-mode.el (diff-current-defun): If at start of hunk, use
5182 position of first change.
5183
5184 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5185
5186 * dired-x.el (dired-mark-omitted): Bind to "*O".
5187
5188 2004-06-12 Karl Fogel <kfogel@red-bean.com>
5189
5190 * bookmark.el (bookmark-bmenu-relocate): New function, as
5191 suggested by David J. Biesack <David.Biesack@sas.com>.
5192 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5193 (bookmark-bmenu-mode): Describe binding in doc string.
5194 (bookmark-set-filename): Save the bookmark list if it's time.
5195
5196 2004-06-13 Kenichi Handa <handa@m17n.org>
5197
5198 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5199 (ccl-untranslated-to-ucs): Fix typo.
5200
5201 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5202
5203 * progmodes/python.el (python-open-block-statement-p):
5204 Fix indentation after a block opening that contains a comment.
5205
5206 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
5207
5208 * bindings.el (completion-ignored-extensions): Add file extensions
5209 of Python byte-compiled files.
5210
5211 2004-06-12 Juri Linkov <juri@jurta.org>
5212
5213 * info.el (Info-goto-node): Add autoload.
5214 (Info-toc): Add substring-no-properties on Info file name.
5215 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5216 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5217
5218 2004-06-12 Kenichi Handa <handa@m17n.org>
5219
5220 * international/mule-cmds.el (set-language-environment):
5221 Load subst tables if necessary.
5222
5223 * international/mule.el (decode-char): Load subst tables if necessary.
5224 (encode-char): Likewise.
5225
5226 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5227 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5228 (utf-16le-decode-loop): Set r5 to -1 before loop.
5229 (utf-16be-decode-loop): Likewise.
5230 (ccl-decode-mule-utf-16le): Add EOF processing block.
5231 (ccl-decode-mule-utf-16be): Likewise.
5232 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5233 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5234 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5235 (ccl-mule-utf-16-encode-untrans): New CCL.
5236 (utf-16-decode-to-ucs): Handle pre-read character.
5237 (utf-16le-encode-loop): Handle surrogate pair.
5238 (utf-16be-encode-loop): Likewise.
5239 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5240 of utf-16le-encode-loop.
5241 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5242 of utf-16be-encode-loop.
5243 (mule-utf-16-post-read-conversion):
5244 Call utf-8-post-read-conversion at first.
5245 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5246 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5247 Add post-read-conversion and pre-write-conversion.
5248
5249 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5250 (utf-translate-cjk-unicode-range): New variable.
5251 (utf-translate-cjk-load-tables): New function.
5252 (utf-lookup-subst-table-for-decode): New function.
5253 (utf-lookup-subst-table-for-encode): New function.
5254 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5255 tables here. Update safe-charsets of utf-* coding systems.
5256 (ccl-mule-utf-untrans): New CCL.
5257 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5258 at end of each branch.
5259 (ccl-mule-utf-8-encode-untrans): New CCL.
5260 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5261 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5262 length of encoding. Don't return r0.
5263 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5264 (utf-8-post-read-conversion): Narrow to region properly.
5265 If utf-translate-cjk-mode is on, load tables if necessary.
5266 Call utf-8-compose with hash-table arg if necessary.
5267 Call XXX-compose-region instead of XXX-post-read-convesion.
5268 (utf-8-pre-write-conversion): New function.
5269 (mule-utf-8): Include CJK charsets in safe-charsets if
5270 utf-translate-cjk-mode is on. Add pre-write-conversion.
5271
5272 * international/characters.el: Temporarily set
5273 utf-translate-cjk-mode to nil.
5274
5275 * language/devan-util.el (devanagari-compose-region):
5276 Add autoload cookie.
5277
5278 * international/ccl.el (ccl-dump-call): Fix printing the
5279 subroutine name.
5280
5281 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5282
5283 * dired.el (dired-revert): If buffer is marked unmodified before
5284 reverting, keep it marked unmodified.
5285 Adapt to new conventions for commenting out code.
5286 (dired-make-relative): Adapt to new conventions for commenting out code.
5287
5288 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5289
5290 * eshell/esh-module.el (eshell-load-defgroups):
5291 Bind `vc-handled-backends' to nil when opening files.
5292
5293 2004-06-11 Juanma Barranquero <lektu@terra.es>
5294
5295 * files.el (parse-colon-path, cd): Doc fixes (refer to
5296 `path-separator', not colon).
5297
5298 2004-06-10 Juanma Barranquero <lektu@terra.es>
5299
5300 * newcomment.el (comment-search-forward)
5301 (comment-search-backward): Fix typos in docstring.
5302 (comment-region): Doc fix.
5303
5304 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5305
5306 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5307 switch is no longer stored in `dired-switches-alist'.
5308
5309 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5310 `dired-switches-alist'.
5311
5312 2004-06-10 Kim F. Storm <storm@cua.dk>
5313
5314 * pcvs.el (cvs-mode-diff-yesterday): New command.
5315
5316 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5317
5318 2004-06-10 Juri Linkov <juri@jurta.org>
5319
5320 * emacs-lisp/edebug.el (edebug-eval-defun):
5321 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5322 Fix docstring.
5323
5324 * simple.el (eval-expression-print-format): Don't print additional
5325 information on the first call to `eval-print-last-sexp'.
5326 (next-error-find-buffer): Fix punctuation.
5327 (killing) <defgroup>: Fix punctuation.
5328 (yank-excluded-properties): Change group from editing to killing.
5329
5330 * replace.el (perform-replace): Use `limit' to terminate the
5331 while-loop explicitly.
5332
5333 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5334
5335 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5336 Use lc-*.xpm as prefix instead of *-locol.xpm.
5337
5338 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5339 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5340 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5341 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5342 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5343 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5344 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5345 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5346 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5347 * toolbar/lc-up_arrow.xpm:
5348 Rename from *-locol.xpm.
5349
5350 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5351
5352 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5353 include forms like &<str>; as valid url patterns.
5354
5355 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * dired.el (dired-diff, dired-backup-diff)
5358 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5359 (dired-do-chown, dired-do-touch, dired-do-print)
5360 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5361 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5362 (dired-create-directory, dired-do-copy, dired-do-symlink)
5363 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5364 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5365 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5366 (dired-maybe-insert-subdir, dired-next-subdir)
5367 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5368 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5369 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5370 (dired-run-shell-command, dired-query): Remove redundant,
5371 or incorrect, autoloads.
5372
5373 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5374 does not end in a slash. Add optional argument KILL-ROOT.
5375 Update docstring.
5376 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5377 (dired-query): Add autoloads.
5378
5379 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5380
5381 * progmodes/compile.el (compilation-set-window-height):
5382 Rearrange the save-* functions because a buffer can have several current
5383 point in different windows.
5384 (compilation-error-regexp-alist-alist): Recognize {standard input}
5385 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5386
5387 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5388
5389 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5390 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5391 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5392 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5393 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5394 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5395 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5396 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5397 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5398 * toolbar/up_arrow-locol.xpm:
5399 New versions of icons that uses fewer colors.
5400
5401 * toolbar/tool-bar.el (tool-bar-local-item)
5402 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5403 if display-color-cells is 256 or less.
5404
5405 2004-06-08 Kim F. Storm <storm@cua.dk>
5406
5407 * wid-edit.el (widget-specify-button): Use hand pointer rather
5408 than mouse-face as visible mouse-over effect.
5409
5410 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5411
5412 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5413 and `print-level' to nil when writing out `save-place-alist'.
5414 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5415
5416 2004-06-07 Juanma Barranquero <lektu@terra.es>
5417
5418 * completion.el (completion-kill-region): Doc fix.
5419
5420 * format.el (format-insert-annotations)
5421 (format-annotate-location): Doc fixes.
5422 (format-subtract-regions): Make arguments match their use in docstring.
5423
5424 * simple.el (kill-region): Doc fix.
5425
5426 * subr.el (insert-buffer-substring-no-properties)
5427 (insert-buffer-substring-as-yank): Doc fixes.
5428
5429 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5430
5431 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5432 Update docstring.
5433 (dired-reset-subdir-switches): New function.
5434
5435 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5436 Limit scope of `buffer-read-only' binding.
5437
5438 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5439
5440 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5441 eshell-explicit-command-char.
5442
5443 2004-06-06 Juanma Barranquero <lektu@terra.es>
5444
5445 * help-fns.el (help-argument-name): Inherit from italic face only
5446 if the frame supports it.
5447
5448 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5449
5450 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5451 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5452 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5453 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5454 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5455 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5456 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5457 New conversions from xpm files.
5458
5459 * toolbar/README: New file.
5460
5461 2004-06-06 Richard M. Stallman <rms@gnu.org>
5462
5463 * isearch.el (isearch-mode-map): Undo previous change.
5464
5465 2004-06-05 Juri Linkov <juri@jurta.org>
5466
5467 * bindings.el (debug-ignored-errors): Add regexps for history
5468 related messages. Remove $ from "No further undo information".
5469 Move Ediff's messages to ediff.el.
5470
5471 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5472
5473 * cus-edit.el (custom-display): Add `min-colors'.
5474
5475 * custom.el (defface): Add `supports' to docstring.
5476
5477 * help-fns.el (help-argument-name): Add :group 'help.
5478
5479 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5480
5481 * find-dired.el (find-ls-subdir-switches): New user option.
5482 (find-dired): No longer call `abbreviate-file-name' on DIR.
5483 Set `dired-subdir-switches' buffer-locally.
5484
5485 * locate.el: Merge the two `Commentary' sections.
5486 (locate-ls-subdir-switches): New user option.
5487 (locate): Update for other changes.
5488 (locate-mode-map): Restore Dired binding for mouse-2.
5489 Bind `locate-mouse-view-file' to M-mouse-2.
5490 Bind `l' to `locate-do-redisplay'.
5491 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5492 (locate-mouse-view-file, locate-tags, locate-find-directory):
5493 Print message if used outside main listing.
5494 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5495 Various changes to support inserted subdirectories.
5496 (locate-insert-header): Change header of *Locate* buffer.
5497
5498 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5499 Change interactive default switches.
5500 (dired-rename-subdir-2): Update `dired-switches-alist'.
5501 (dired-insert-subdir, dired-kill-subdir):
5502 Handle `dired-switches-alist'. Do not mark buffer modified.
5503 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5504 (dired-insert-subdir-doinsert): Omit messages.
5505 Handle `dired-subdir-switches'.
5506 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5507
5508 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5509 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5510 subdirs if -R switch is used for a subdir.
5511 (dired-mode): Set `dired-switches-alist'.
5512 (dired-build-subdir-alist): Only print number of directories in
5513 echo area when invoked interactively.
5514
5515 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5516
5517 * dired-x.el (dired-omit-mode): Rename from
5518 dired-omit-files-p. Use define-minor-mode to define it.
5519 (dired-omit-files-p): Add as alias for dired-omit-mode.
5520 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5521 dired-mark-omitted.
5522 (dired-mark-omitted): Add. Bind to M-O.
5523
5524 2004-06-05 Kenichi Handa <handa@m17n.org>
5525
5526 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5527
5528 2004-06-05 Juanma Barranquero <lektu@terra.es>
5529
5530 * help-fns.el (help-argument-name): Reintroduce face.
5531 (help-default-arg-highlight): Use it, now that
5532 `face-differs-from-default-p' can be trusted.
5533
5534 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5535
5536 * textmodes/table.el: Sentence commands added to Point Motion
5537 group; kill and backward-kill commands added to Extraction group.
5538
5539 2004-06-04 Mario Lang <mlang@delysid.org>
5540
5541 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5542 systems appear to use mW, make the code handle this. Fix a
5543 division-by-zero bug while at it, and handle kernels with
5544 a slightly different layout in /proc/acpi.
5545
5546 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5547
5548 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5549 because the latter is a CL-ism. This fixes the bug reported by
5550 Shawn Boyette <mdxi@collapsar.net> in
5551 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5552
5553 2004-06-04 Miles Bader <miles@gnu.org>
5554
5555 * faces.el (display-supports-face-attributes-p): Function moved to
5556 C code. Previously only the tty-related portion of this function
5557 was done in C; however the previous attempt to do a halfway-proper
5558 job for non-tty displays in lisp didn't work properly because of
5559 funny conditions during Emacs startup.
5560 (face-differs-from-default-p): Simplify, now that
5561 display-supports-face-attributes-p works properly on all display
5562 types. Remove :stipple from comparison; it doesn't really work
5563 in emacs anyway.
5564
5565 2004-06-04 Miles Bader <miles@gnu.org>
5566
5567 * faces.el (face-differs-from-default-p): Use a different
5568 implementation, so we can really check whether FACE displays
5569 differently or not.
5570
5571 2004-06-04 Miles Bader <miles@gnu.org>
5572
5573 * faces.el (display-supports-face-attributes-p): Implement a
5574 `different from default' check for non-tty displays.
5575
5576 2004-06-03 David Kastrup <dak@gnu.org>
5577
5578 * woman.el (woman-mapcan): More concise code.
5579 (woman-topic-all-completions, woman-topic-all-completions-1)
5580 (woman-topic-all-completions-merge): Replace by a simpler and
5581 much faster implementation based on O(n log n) sort/merge instead
5582 of the old O(n^2) behavior.
5583
5584 2004-06-03 Miles Bader <miles@gnu.org>
5585
5586 * subr.el (read-number): Use canonical format for default in prompt.
5587
5588 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5589 Add regexp for " [...]" style defaults.
5590
5591 2004-06-02 Romain Francoise <romain@orebokech.com>
5592
5593 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5594 groups: if the user asks for a hidden buffer, open the
5595 corresponding filter group to expose it.
5596
5597 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5598 `ibuffer-jump-to-buffer'.
5599 (ibuffer-jump-offer-only-visible-buffers): New user option.
5600
5601 2004-06-02 Juanma Barranquero <lektu@terra.es>
5602
5603 * faces.el (frame-update-faces): Add empty docstring so the one
5604 for `ignore' doesn't show through.
5605
5606 * subr.el (process-kill-without-query): Remove spurious "\n" on
5607 obsolescence string.
5608 (focus-frame, unfocus-frame): Add obsolescence declaration and
5609 empty docstring.
5610
5611 * international/mule.el (register-char-codings): Make alias for
5612 `ignore'. Move docstring to obsolescence info and remove redundancy.
5613
5614 2004-06-02 Kim F. Storm <storm@cua.dk>
5615
5616 * frame.el (blink-cursor-start): Turn cursor off initially so blink
5617 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5618
5619 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * comint.el (comint-replace-by-expanded-history-before-point):
5622 Obey `start' as the docstring says.
5623 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5624 (comint-update-fence): Prevent font-lock from running unnecessarily.
5625 (comint-dynamic-list-completions): Use with-current-buffer.
5626
5627 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5628
5629 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5630 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5631 (bibtex-entry-update): Handle alternatives and optional fields.
5632 (bibtex-parse-entry): Bugfix, handle empty key.
5633
5634 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * vc-arch.el (vc-arch-state): Don't assume the file exists.
5637
5638 2004-05-31 Lars Hansen <larsh@math.ku.dk>
5639
5640 * desktop.el (desktop-save): Don't save minor modes without a
5641 known mode initialization function.
5642
5643 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
5644
5645 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5646
5647 * autorevert.el: Update `Commentary' section.
5648
5649 2004-05-30 Juanma Barranquero <lektu@terra.es>
5650
5651 * dos-fns.el (convert-standard-filename):
5652 * files.el (convert-standard-filename):
5653 * w32-fns.el (convert-standard-filename):
5654 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5655
5656 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5657
5658 Sync with Tramp.
5659
5660 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5661 (tramp-let-maybe): Move to an earlier spot in the file.
5662 Patch by Andreas Schwab.
5663
5664 2004-05-30 Andreas Schwab <schwab@suse.de>
5665
5666 * dired.el (dired-get-filename): Don't use dired-re-dot.
5667
5668 2004-05-30 Richard M. Stallman <rms@gnu.org>
5669
5670 * files.el (find-file): Doc fix.
5671
5672 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5673
5674 2004-05-30 Nick Roberts <nickrob@gnu.org>
5675
5676 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5677 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5678 modeline of the locals buffer.
5679 (gdb-goto-breakpoint): Handle gdbmi.
5680 (gdb-get-frame-number): Change for gdbmi.
5681
5682 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
5683
5684 * files.el (file-remote-p): Apply file name handler for operation
5685 `file-remote-p'. It isn' a property any longer.
5686 (file-relative-name): `fh' and `fd' get the required value via
5687 `find-file-name-handler' already.
5688
5689 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5690 (top): Remove setting of `file-remote-p' property for
5691 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
5692
5693 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5694
5695 Version 2.0.41 of Tramp released.
5696
5697 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5698 Throw away if process has died.
5699 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5700 (tramp-out-of-band-prompt-regexp): Rename to
5701 `tramp-process-alive-regexp', because its usage is widen.
5702 (tramp-actions-copy-out-of-band): Apply it.
5703 (tramp-actions-before-shell, tramp-multi-actions):
5704 Add `tramp-action-process-alive' action.
5705 (tramp-action-process-alive): New defun.
5706 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5707 Add entry for `file-remote-p'.
5708 (tramp-handle-file-remote-p): New defun.
5709 (top): Remove setting of `file-remote-p'. Don't set
5710 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5711
5712 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5713 `file-remote-p'.
5714
5715 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5716 counted for (last) line. [They should or they shouldn't? --Stef]
5717 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5718
5719 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5720
5721 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5722 not really necessary but seems to keep the shell history smaller
5723 in some cases. It is no substitute for setting HISTFILE and
5724 HISTSIZE from tramp-open-connection-setup-interactive-shell,
5725 though. Suggested by Luc Teirlinck.
5726 (tramp-open-connection-setup-interactive-shell): Export variables
5727 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
5728 (tramp-set-process-query-on-exit-flag): New compat function.
5729 (tramp-open-connection-multi, tramp-open-connection-su)
5730 (tramp-open-connection-rsh, tramp-open-connection-telnet)
5731 (tramp-do-copy-or-rename-file-out-of-band): Use it.
5732 (tramp-let-maybe): New macro, let-binds a variable only if it
5733 isn't obsolete.
5734 (tramp-check-ls-commands, tramp-handle-expand-file-name)
5735 (tramp-handle-file-truename): Use it.
5736 (tramp-completion-file-name-regexp-unified): Avoid matching
5737 filenames starting with "/:" -- those are reserved for
5738 file-name-non-special.
5739
5740 * tramp-smb.el (tramp-smb-open-connection):
5741 Use tramp-set-process-query-on-exit-flag compat function.
5742
5743 2004-05-29 Richard M. Stallman <rms@gnu.org>
5744
5745 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5746
5747 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5748 (eval-last-sexp-print-value): Print char equivalent regardless
5749 of standard-output value.
5750
5751 * thumbs.el (thumbs-subst-char-in-string): Delete.
5752 (thumbs-thumbname): Use subst-char-in-string.
5753 (thumbs-resize-image): Use condition-case, not ignore-errors.
5754 (thumbs-kill-buffer): Likewise.
5755
5756 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
5757 (thumbs-mode): Make buffer read-only.
5758 (thumbs-make-thumb): Unconditionally accept an existing file.
5759 (thumbs-insert-thumb): Add thumb-image-file property to the image.
5760 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5761 (thumbs-show-thumbs-list): Error if images not supported.
5762 (thumbs-save-current-image): Improve prompt string.
5763 (thumbs-mode-map): Define u, R, x.
5764 (thumbs-unmark): New command.
5765 (thumbs-emboss-image): Minor cleanup.
5766 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5767 (thumbs-rename-images): New command.
5768 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
5769
5770 * thumbs.el (thumbs-current-image): New function.
5771 (thumbs-file-list, thumbs-file-alist): New functions.
5772 (thumbs-find-image): Delete arg L.
5773 Don't set up thumbs-fileL as buffer-local global var.
5774 (thumbs-find-image-at-point): Use thumbs-current-image.
5775 (thumbs-set-image-at-point-to-root-window): Likewise.
5776 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5777 Record and warn about errors. Update thumbs-markedL for deletions.
5778 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5779 (thumbs-redraw-buffer): Use thumbs-file-list.
5780 (thumbs-mark): Use thumbs-current-image.
5781 (thumbs-show-name): Use thumbs-current-image.
5782
5783 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5784 and imenu--last-menubar-index-alist.
5785
5786 * subr.el (with-selected-window): Undo previous change.
5787
5788 2004-05-29 John Paul Wallington <jpw@gnu.org>
5789
5790 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5791 (thumbs-mouse-find-image): New command.
5792 (thumbs-mode-map): Bind it to mouse-2.
5793 (thumbs-mode): Make mode-class special.
5794 (thumbs-view-image-mode): Likewise.
5795
5796 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5797
5798 * flymake.el: New file.
5799
5800 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
5801
5802 * files.el (find-file-noselect-1): Do not bind
5803 `inhibit-read-only' to t during execution of
5804 `find-file-not-found-functions'.
5805
5806 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5809 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5810
5811 2004-05-28 Juri Linkov <juri@jurta.org>
5812
5813 * simple.el (eval-expression-print-format): New fun.
5814
5815 * simple.el (eval-expression):
5816 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5817 * emacs-lisp/edebug.el (edebug-compute-previous-result)
5818 (edebug-eval-expression): Print additionally the value returned by
5819 `eval-expression-print-format'.
5820
5821 * emacs-lisp/lisp.el (insert-pair-alist): New var.
5822 (insert-pair): Make arguments optional. Find character pair
5823 from `insert-pair-alist' according to the last input event.
5824 (insert-parentheses): Make arguments optional.
5825 (raise-sexp, delete-pair): New funs.
5826
5827 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5828 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5829 Bind C-M-q to `indent-pp-sexp'.
5830
5831 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5832 `pp-to-string' modified to be able to format text with newlines.
5833 (pp-to-string): Move the buffer-formatting part of the code to
5834 `pp-buffer'. Call `pp-buffer'.
5835
5836 * info.el (Info-desktop-buffer-misc-data): Don't save information
5837 about virtual files.
5838 (Info-restore-desktop-buffer): Restore Info buffers in prepared
5839 buffers with names obtained from the desktop file instead of the
5840 default *info* buffer.
5841
5842 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * subr.el (with-selected-window): Only save/restore the selected window.
5845
5846 * progmodes/compile.el (compilation-error-regexp-alist):
5847 Use expand-file-name and data-directory.
5848
5849 * progmodes/grep.el (grep-tree): Rework previous fix.
5850
5851 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5852 after the user marked text with the mouse.
5853
5854 * startup.el (command-line): Keep the first regexp of
5855 auto-save-file-name-transforms intact.
5856
5857 2004-05-28 Juanma Barranquero <lektu@terra.es>
5858
5859 * cus-edit.el (customize-face, customize-face-other-window)
5860 (custom-face-edit-delete): Make arguments match their use in
5861 docstring.
5862 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5863 docstring.
5864
5865 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5866 not `cvs-butlast'.
5867
5868 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5869 `nbutlast' are in subr.el).
5870
5871 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5872 (set-w32-system-coding-system): Doc fixes.
5873
5874 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5875 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5876 Make arguments match their use in docstring.
5877 (artist-draw-region-trim-line-endings)
5878 (artist-mouse-choose-operation): Fix typo in docstring.
5879 (artist-key-set-point-common): Doc fix.
5880
5881 2004-05-28 Simon Josefsson <jas@extundo.com>
5882
5883 * mail/smtpmail.el (smtpmail-open-stream):
5884 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5885
5886 2004-05-26 Simon Josefsson <jas@extundo.com>
5887
5888 * starttls.el: Merge with my GNUTLS based starttls.el.
5889 (starttls-gnutls-program, starttls-use-gnutls)
5890 (starttls-extra-arguments, starttls-process-connection-type)
5891 (starttls-connect, starttls-failure, starttls-success): New variables.
5892 (starttls-program, starttls-extra-args): Doc fix.
5893 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5894 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5895 and pass on to corresponding *-gnutls function if it is set.
5896
5897 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * autorevert.el (auto-revert-handler): Disable auto-reverting of
5900 remote files.
5901
5902 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * files.el (file-name-non-special): There are more operations
5905 which need handling: `find-backup-file-name',
5906 `insert-file-contents', `verify-visited-file-modtime',
5907 `write-region'. Rename t value of method to `add'. Add new
5908 methods `quote' and `unquote-then-quote' to file-arg-indices.
5909
5910 2004-05-25 Juri Linkov <juri@jurta.org>
5911
5912 * info.el (Info-toc): Call Info-mode on intermediate buffer.
5913 (Info-index-nodes): Enclose code in condition-case to catch errors.
5914 (Info-index-node): Don't search all index nodes if request is only
5915 for the current node and file is not in the cache of index nodes.
5916 (Info-mode-map): Bind Info-copy-current-node-name to `w'
5917 for consistency with dired-copy-filename-as-kill.
5918 Bind `S' to Info-search-case-sensitively.
5919 (Info-copy-current-node-name): New arg. With zero prefix arg put
5920 the name inside a function call to `info'. Display copied text in
5921 the echo area.
5922
5923 2004-05-25 Sam Steingold <sds@gnu.org>
5924
5925 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5926 strip the package prefix from the symbol name, if any.
5927 Make it the `find-tag-default-function' for `lisp-mode'.
5928
5929 2004-05-25 John Paul Wallington <jpw@gnu.org>
5930
5931 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5932 instead of obsolete `process-kill-without-query'.
5933
5934 * textmodes/texinfmt.el (texinfo-indexvar-alist):
5935 Declare as variable, not constant.
5936
5937 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * files.el (find-file-noselect-1): Fix bug introduced by
5940 Revision 1.694. As a side effect, `inhibit-read-only'
5941 is again, by default, t during execution of
5942 `find-file-not-found-functions'.
5943 (insert-directory): Check that lines were really inserted by
5944 the --dired switch, before erasing them.
5945
5946 2004-05-24 Nick Roberts <nickrob@gnu.org>
5947
5948 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5949 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5950 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5951 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5952 gud-minor-mode (gdbmi).
5953
5954 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5955
5956 * net/browse-url.el (browse-url-interactive-arg): Enable user to
5957 explicitly select the text to be taken as URL.
5958
5959 2004-05-23 Juri Linkov <juri@jurta.org>
5960
5961 * info.el (Info-index-nodes): New var and fun.
5962 (Info-goto-index, Info-index, info-apropos)
5963 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5964 (Info-index): Fix docstring. Store and restore Info-history-list.
5965 (Info-complete-nodes): New var.
5966 (Info-complete-menu-item): Use it.
5967 (Info-index-node): New fun.
5968 (Info-final-node, Info-forward-node, Info-backward-node)
5969 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5970 Use Info-index-node.
5971 (Info-extract-menu-item, Info-extract-menu-counting): Set second
5972 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5973 (Info-find-node-2): If a node with period in its name not found,
5974 try to find a node without the name part after period.
5975 (Info-select-node): Call Info-fontify-node only if
5976 Info-fontify-maximum-menu-size is not nil.
5977 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5978 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5979 Preserve Info-history-list.
5980 (Info-toc): Set Info-current-file.
5981 (Info-build-toc): Move point to the beginning of the buffer.
5982 Add main-file variable.
5983 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5984 Use backslashed representation of the control character ^_.
5985
5986 * textmodes/texinfmt.el (texinfo-print-index): Print index line
5987 numbers in the new Texinfo 4.7 format.
5988
5989 * add-log.el (change-log-font-lock-keywords): Remove `:' from
5990 regexps for function and variable names.
5991
5992 * descr-text.el (describe-property-list): Add [show] button for
5993 `syntax-table' property with action to pp to a separate buffer.
5994 (describe-char): Replace search-forward by re-search-forward with
5995 whitespace regexp after "character:" to not fail in too narrow windows.
5996
5997 * simple.el (next-error-find-buffer): Add a rule to return
5998 next-error capable buffer if one window on the selected frame
5999 displays such buffer.
6000
6001 2004-05-23 Nick Roberts <nickrob@gnu.org>
6002
6003 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
6004 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
6005 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
6006 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
6007 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
6008 Handle new value for gud-minor-mode (gdbmi).
6009 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
6010 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6011 Change from local to global gdb variable set.
6012 (gdb-ann3): Initialise above gdb variable set.
6013 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6014 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6015 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6016 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6017 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6018 (gdb-info-locals-handler, gdb-invalidate-assembler)
6019 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6020 set as global variables.
6021 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6022 Handle gdbmi.
6023 (gdb-info-breakpoints-custom): Fix regexp.
6024 (def-gdb-var): Delete.
6025
6026 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6027 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6028 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6029 a new mode. The file (gdb-mi.el) for this mode will be included
6030 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6031 primary interface.
6032
6033 2004-05-23 Jesper Harder <harder@ifa.au.dk>
6034
6035 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6036 interpreted as a directory.
6037
6038 2004-05-22 Richard M. Stallman <rms@gnu.org>
6039
6040 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6041 as a close quote.
6042
6043 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6044
6045 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6046 Use assoc-string, not assoc-ignore-case.
6047
6048 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6049
6050 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6051 If moving back then fwd gets a defun that ends before point,
6052 try again moving fwd then back.
6053
6054 * files.el (file-name-non-special): Allow t in file-arg-indices
6055 to mean requote the return value. Use `identity' as an element
6056 rather than as the whole value.
6057
6058 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6059
6060 2004-05-22 Juanma Barranquero <lektu@terra.es>
6061
6062 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6063 `help-make-usage'.
6064 (help-highlight-arguments): Skip function name before searching
6065 for arguments.
6066
6067 2004-05-21 Juanma Barranquero <lektu@terra.es>
6068
6069 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6070 Don't mention in the docstring these arguments meant for
6071 internal (recursive) use only.
6072 (allout-char-spec): Comment out (it's not implemented).
6073 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6074 obsolescence declaration.
6075 (allout-flatten-exposed-to-buffer)
6076 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6077 (my-mark-marker): Doc fix.
6078 (produce-allout-mode-map, allout-sibling-index)
6079 (allout-isearch-expose, allout-distinctive-bullet)
6080 (allout-open-topic, allout-reindent-body)
6081 (allout-rebullet-heading, allout-process-exposed)
6082 (allout-insert-listified, allout-latex-verb-quote)
6083 (allout-insert-latex-header, allout-insert-latex-trailer):
6084 Make arguments match their use in docstring.
6085 (allout-primary-bullet, allout-old-style-prefixes)
6086 (allout-inhibit-protection, allout-init, allout-mode)
6087 (allout-before-change-protect, allout-flag-region):
6088 Use "Emacs" instead of "emacs" in docstrings.
6089
6090 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6091
6092 * international/characters.el: Modify syntax of more characters.
6093
6094 2004-05-21 Masatake YAMATO <jet@gyve.org>
6095
6096 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6097 (etags-tags-completion-table): Show parsing progress.
6098
6099 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * locate.el (locate-prompt-for-command): Shorten first line of
6102 docstring.
6103 (locate-mode): Expand docstring and include keymap summary.
6104
6105 * files.el (find-file-noselect-1): Limit the scope of the
6106 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6107 is, by default, nil during the execution of
6108 `find-file-not-found-functions' and `find-file-hook'.
6109
6110 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6111
6112 * facemenu.el (facemenu-color-name-equal): New function.
6113 (list-colors-display): Use it to compare colors instead of
6114 facemenu-color-equal.
6115
6116 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6117
6118 * compare-w.el (compare-windows-face): Use min-colors instead of
6119 checking for tty or pc types.
6120
6121 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6124 (completion-setup-function): Use with-current-buffer.
6125 Properly save excursion. Simplify.
6126 Don't assume there is necessarily a `mouse-face' property somewhere.
6127
6128 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6129
6130 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6131
6132 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6133 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6134 Use with-current-buffer.
6135 (byte-goto-log-buffer): Delete.
6136 (byte-compile-log-file): Call compilation-forget-errors.
6137
6138 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6139
6140 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6141 output messages into the search result.
6142
6143 2004-05-19 Masatake YAMATO <jet@gyve.org>
6144
6145 * wid-edit.el (widget-radio-button-notify): Revert my last
6146 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6147
6148 2004-05-19 Kenichi Handa <handa@m17n.org>
6149
6150 * international/characters.el: Fix syntax (open/close) of CJK chars.
6151
6152 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6153
6154 * help-mode.el (help-go-back): Don't depend on position of back button.
6155
6156 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6159 files files don't contain an accidental additional /.
6160
6161 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6162 in source buffer.
6163
6164 2004-05-18 Masatake YAMATO <jet@gyve.org>
6165
6166 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6167 to widget-apply. :action method assumes 2 arguments, not 3.
6168
6169 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
6170
6171 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6172 New constants.
6173 (hs-special-modes-alist): Add an f90-mode entry.
6174
6175 2004-05-17 Sam Steingold <sds@gnu.org>
6176
6177 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6178 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
6179
6180 2004-05-16 Kim F. Storm <storm@cua.dk>
6181
6182 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6183
6184 2004-05-15 John Wiegley <johnw@newartisans.com>
6185
6186 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6187 (eshell-output-object-to-target): Improve output speed 20% by not
6188 calling `eshell-stringify' if something is already known to be a string.
6189
6190 2004-05-15 Alex Ott <ott@jet.msk.su>
6191
6192 * textmodes/ispell.el (ispell-local-dictionary-alist):
6193 Add windows-1251 to the choice of coding systems.
6194 (ispell-dictionary-alist-6): Add support for "russianw.aff",
6195 encoded in cp1251.
6196
6197 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
6198
6199 * progmodes/compile.el (compilation-warning-face)
6200 (compilation-info-face): Use min-colors.
6201
6202 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6203
6204 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6205 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6206 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6207 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6208 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6209 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6210 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6211 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6212 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6213 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6214 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6215 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6216 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6217 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6218
6219 2004-05-15 Kim F. Storm <storm@cua.dk>
6220
6221 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6222 Use it to set triggered-p element of timer.
6223 (timer-event-handler): Set triggered-p element non-nil while running
6224 the timer function.
6225
6226 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6227
6228 * descr-text.el (describe-char-unicode-data)
6229 (describe-char-unicodedata-file): Re-enable the unicode code now that
6230 the licensing issues have been cleared in the unicode-4 license.
6231 (describe-text-properties-1): Remove unused `overlay' var.
6232 (describe-char): Remove unused var `buffer'.
6233
6234 2004-05-14 David Ponce <david@dponce.com>
6235
6236 * tree-widget.el: New file.
6237
6238 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6239
6240 * language/european.el ("Brazilian Portuguese"): Add support for
6241 Brazilian Portuguese.
6242
6243 2004-05-13 John Wiegley <johnw@newartisans.com>
6244
6245 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6246 `recentf-mode' if this variable has been customized to t.
6247
6248 * eshell/esh-test.el (eshell-test): Call the function
6249 `emacs-version' rather than trying to build a custom version string.
6250
6251 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * net/telnet.el (telnet-mode): Use define-derived-mode.
6254 Don't modify the global value of comint-prompt-regexp.
6255
6256 2004-05-13 John Paul Wallington <jpw@gnu.org>
6257
6258 * version.el (emacs-version): Check for `gtk' feature before
6259 `x-toolkit' feature.
6260
6261 2004-05-13 Juanma Barranquero <lektu@terra.es>
6262
6263 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6264 arguments in the docstring, they're used only in recursive calls.
6265
6266 * help-fns.el (help-arg-highlighting-function)
6267 (help-argument-name): Delete.
6268 (help-default-arg-highlight): New function.
6269 (help-do-arg-highlighting): Use it.
6270
6271 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6272
6273 * calendar/appt.el (appt-disp-window):
6274 Use `calendar-set-mode-line' for a centered mode-line.
6275
6276 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6277
6278 * calendar/appt.el (appt-disp-window): Do not split window
6279 excessively when `split-height-threshold' is low.
6280
6281 2004-05-12 Nick Roberts <nickrob@gnu.org>
6282
6283 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6284 kill-buffer-hook here and make it local.
6285 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6286
6287 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6288
6289 * progmodes/compile.el (compilation-set-window-height):
6290 Use save-excursion to protect against misplaced marker.
6291
6292 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6293
6294 * custom.el (defface): Document that type can have value gtk.
6295
6296 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6297
6298 2004-05-12 Kenichi Handa <handa@m17n.org>
6299
6300 * descr-text.el: Require quail at comile time.
6301 (describe-char): If an input method is on and it supports the
6302 character, show how to input it.
6303
6304 * international/quail.el (quail-install-decode-map): Accept a
6305 char-table whose subtype is `quail-decode-map'.
6306 (quail-store-decode-map-key, quail-gen-decode-map1)
6307 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6308 (quail-show-key): New functions.
6309
6310 2004-05-12 Juanma Barranquero <lektu@terra.es>
6311
6312 * generic.el (define-generic-mode): Remove redundant arglist info.
6313
6314 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6315 Make arguments match their use in docstring.
6316 (help-arg-highlighting-function): New variable.
6317 (help-argument-name): Mention it in the docstring.
6318 (help-do-arg-highlight): Use it. Expand regexp to accept also
6319 ARG-xxx and xxx-ARG references.
6320
6321 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6322
6323 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6324 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6325 and "mailto:addr1?to=addr2" equal.
6326
6327 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6328
6329 * man.el (Man-getpage-in-background): Use shell-file-name
6330 and shell-command-switch variables instead of hard-coded values.
6331
6332 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6333
6334 * iimage.el: New file.
6335
6336 2004-05-11 Juanma Barranquero <lektu@terra.es>
6337
6338 * custom.el (custom-initialize-default, defcustom):
6339 Fix typo in docstring.
6340
6341 * files.el (set-visited-file-name, file-expand-wildcards):
6342 Fix docstring.
6343
6344 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6347
6348 * subr.el (eventp): Be more discriminating with integers.
6349
6350 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6351
6352 * progmodes/compile.el (compile): Add universal prefix arg.
6353 (compilation-error-regexp-alist-alist): Add edg patterns.
6354
6355 2004-05-10 Sam Steingold <sds@gnu.org>
6356
6357 * textmodes/ispell.el (ispell-message):
6358 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6359
6360 2004-05-10 Dave Love <fx@gnu.org>
6361
6362 * progmodes/python.el (help-buffer): Autoload when compiling.
6363 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6364 (run-python): Prepend to any existing PYTHONPATH.
6365
6366 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6367
6368 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6369 for pending breakpoints.
6370
6371 2004-05-10 Richard M. Stallman <rms@gnu.org>
6372
6373 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6374 directly without calling any functions in Rmail.
6375 (unrmail-unprune): Function deleted.
6376
6377 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6378
6379 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6380 C-c C-z binding.
6381
6382 2004-05-10 Kenichi Handa <handa@m17n.org>
6383
6384 * descr-text.el (describe-char): Fix previous change. Don't make
6385 a unibyte character to multibyte in the *Help* buffer.
6386
6387 2004-05-10 Miles Bader <miles@gnu.org>
6388
6389 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6390 buffer an error if the debugger process is actually running.
6391
6392 2004-05-10 Juanma Barranquero <lektu@terra.es>
6393
6394 * help-fns.el (help-argument-name): Default to italic.
6395 (help-highlight-arguments): Return always (usage . doc), even when
6396 usage is nil.
6397
6398 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6399 (define-ibuffer-filter): Add usage info.
6400 (define-ibuffer-op): Add usage info (but CL-style defaults for
6401 keyword args are not shown).
6402
6403 * subr.el (remove-overlays, read-passwd): Fix docstring.
6404 (start-process-shell-command): Fix docstring. Put usage info in a
6405 format usable by `describe-function'.
6406 (open-network-stream, open-network-stream-nowait)
6407 (open-network-stream-server): Fix docstring.
6408
6409 2004-05-09 Jason Rumney <jasonr@gnu.org>
6410
6411 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6412 Only define cp125* if windows-125* is already defined.
6413
6414 * language/korean.el (cp949): Add alias.
6415
6416 * language/chinese.el (cp936, cp950): Add aliases.
6417
6418 * language/japanese.el (cp932): Add alias.
6419
6420 * term/w32-win.el: Require code-pages.
6421
6422 * international/mule-cmds.el (set-locale-environment):
6423 On MS-Windows use ansi code-page for default coding-systems.
6424 Set up paper sizes for Windows 3 letter languages.
6425
6426 * international/code-pages.el (cp932, cp936, cp949, cp950):
6427 Add aliases. Also add cp125* if not already defined.
6428
6429 2004-05-09 Juanma Barranquero <lektu@terra.es>
6430
6431 * help-fns.el (help-highlight-arguments): Don't try to highlight
6432 missing or autoloaded arglists. Accept structured arguments, like
6433 the first ones of `do' and `flet'.
6434
6435 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6436 (cvs-get-marked): Remove redundant arglist info.
6437
6438 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6439 Don't use CL-style default args.
6440
6441 2004-05-08 Andreas Schwab <schwab@suse.de>
6442
6443 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6444
6445 * international/subst-ksc.el: Fix references to utf-translate-cjk
6446 into utf-translate-cjk-mode.
6447 * international/subst-big5.el: Likewise.
6448 * international/subst-gb2312.el: Likewise.
6449 * international/subst-jis.el: Likewise.
6450 * international/utf-16.el: Likewise.
6451 * international/utf-8.el: Likewise.
6452
6453 2004-05-08 John Wiegley <johnw@newartisans.com>
6454
6455 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6456 "virtual buffers" (off by default), which makes it possible to
6457 switch to the "virtual" buffers of recently visited files. When a
6458 buffer name search fails, and this option is on, iswitchb will
6459 look at the list of recently visited files, and permit matching
6460 against those names. When the user hits RET on a match, it will
6461 revisit that file.
6462 (iswitchb-read-buffer): Add two optional arguments, which makes
6463 isearchb.el possible.
6464 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6465 (iswitchb-next-match): Add support for virtual buffers.
6466
6467 * isearchb.el: This module extends iswitchb to provide "as you
6468 type" buffer selection.
6469
6470 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6471 Ignore the read-only property when flyspell highlighting is on.
6472 Not ignoring it leads to a series of confusing errors.
6473 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6474 but also make sure to call flyspell-incorrect-hook.
6475 (flyspell-maybe-correct-transposition): Perform transposition test
6476 by bit twiddling a string, rather than using a temp buffer.
6477 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6478 buffer. This is also the original version of the code, which
6479 could not be checked in before due to a previous lack of
6480 assignment papers. This version has seen heavy usage on my system
6481 for several years now.
6482
6483 * calendar/cal-bahai.el: New file, which adds support for the
6484 Baha'i calendar to Emacs. This calendar is based on a solar year
6485 of 19 months of 19 days, with 4 intercalary days. Each year
6486 begins on March 21, with the calendar starting in 1844.
6487
6488 * calendar/cal-menu.el, calendar/calendar.el,
6489 calendar/diary-lib.el, calendar/holidays.el: Added support for
6490 using cal-bahai.el.
6491
6492 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6493 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6494 function can be used outside of eshell buffers.
6495 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6496
6497 2004-05-08 Juanma Barranquero <lektu@terra.es>
6498
6499 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6500 word constituent so FOO-ARG is not recognized as an arg.
6501 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6502
6503 * simple.el (next-error): Fix typo in docstring.
6504 (open-line): Make argument names match their use in docstring.
6505 (split-line): Fix docstring.
6506
6507 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6508 usable by `describe-function'.
6509 (gensym, gentemp, typep, ignore-errors): Make argument names match
6510 their use in docstring.
6511
6512 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6513 argument to `help-setup-xref'.
6514
6515 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6516
6517 Version 2.0.40 of Tramp released.
6518
6519 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6520 Use symbol-function to invoke functions only known on some Emacs
6521 flavors. This avoids byte-compiler warnings. Reported by Kevin
6522 Scaldeferri <kevin@scaldeferri.com>.
6523 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6524 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6525 consistent with the other tramp-do-* functions.
6526 (tramp-do-copy-or-rename-file): Calls adjusted.
6527 (tramp-process-initial-commands): Avoid liveness check on shell --
6528 we know that it must be alive since we're opening a connection at
6529 this moment.
6530 (tramp-last-cmd): New internal variable.
6531 (tramp-process-echoes): New tunable.
6532 (tramp-send-command): Set tramp-last-cmd.
6533 (tramp-wait-for-output): Delete echo, if applicable.
6534 (tramp-read-passwd): Construct the key for the password cache in a
6535 way that works for multi methods, too.
6536 (tramp-bug): Add backup-directory-alist and
6537 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6538
6539 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6540
6541 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6542
6543 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6544 (tramp-actions-copy-out-of-band): New defcustoms.
6545 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6546 used instead of a synchronous one. Allows password entering.
6547 (tramp-action-out-of-band): New defun.
6548 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6549 Remove restriction with password from doc string.
6550 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6551 `tramp-out-of-band-prompt-regexp',
6552 `tramp-actions-copy-out-of-band', `password-cache' and
6553 `password-cache-expiry'.
6554 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6555 password caching.
6556 (tramp-touch): FILE can be a local file, too.
6557 (TODO): Remove items done.
6558 (tramp-handle-insert-directory): Properly quote file name also if
6559 not full-directory-p. Handle wildcard case. Reported by Andreas
6560 Schwab <schwab@suse.de>.
6561 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6562 new file.
6563 (tramp-handle-file-local-copy, tramp-handle-write-region):
6564 The permissions of the temporary file are set if filename exists.
6565 Reported by Ted Stern <stern@cray.com>.
6566 (tramp-backup-directory-alist)
6567 (tramp-bkup-backup-directory-info): New defcustoms.
6568 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6569 (tramp-handle-find-backup-file-name): New function.
6570 Implements Tramp's find-backup-file-name.
6571
6572 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6573 for `find-backup-file-name'.
6574
6575 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6576 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6577
6578 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6579
6580 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6581
6582 2004-05-07 Juanma Barranquero <lektu@terra.es>
6583
6584 * subr.el (lambda): Add arglist description to docstring.
6585 (declare): Fix typo in docstring.
6586 (open-network-stream): Fix docstring.
6587 (process-kill-without-query): Fix docstring and add obsolescence info.
6588 (last, butlast, nbutlast): Make arguments match their use in docstring.
6589 (insert-buffer-substring-no-properties): Likewise.
6590 (insert-buffer-substring-as-yank): Likewise.
6591 (split-string): Fix docstring.
6592
6593 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6594 Make argument names match their use in docstring.
6595
6596 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6597
6598 2004-05-06 Nick Roberts <nickrob@gnu.org>
6599
6600 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6601 Fit first sentence on one line for apropos-command.
6602
6603 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 Changes largely merged in from Dave Love's code.
6606 * progmodes/python.el: Doc fixes.
6607 (python-mode-map): Add python-complete-symbol.
6608 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6609 (python-comment-indent, python-complete-symbol)
6610 (python-symbol-completions, python-partial-symbol)
6611 (python-try-complete): New.
6612 (python-indent-line): Remove optional arg. Use python-block-end-p.
6613 (python-check): Bind compilation-error-regexp-alist.
6614 (inferior-python-mode): Use rx. Move keybindings to top level.
6615 Set comint-input-filter.
6616 (python-preoutput-filter): Use rx.
6617 (python-input-filter): Re-introduce.
6618 (python-proc): Start new process if necessary.
6619 Check python-buffer non-nil.
6620 (view-return-to-alist): Defvar.
6621 (python-send-receive): New.
6622 (python-eldoc-function): Use it.
6623 (python-mode-running): Don't defvar.
6624 (python-mode): Set comment-indent-function.
6625 Maybe update hippie-expand-try-functions-list.
6626 (python-indentation-levels): Initialize differently.
6627 (python-block-end-p): New.
6628 (python-indent-line): Use it.
6629 (python-compilation-regexp-alist): Augment.
6630 (run-python): Import `emacs' module to Python rather than loading
6631 code directly. Set python-buffer differently.
6632 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
6633 Use python-proc.
6634 (python-send-command): Go to end of comint buffer.
6635 (python-load-file): Use python-proc, emacs.eimport.
6636 (python-describe-symbol): Simplify interactive form.
6637 Use emacs.help. Do use temp-buffer-show-hook.
6638 Call print-help-return-message.
6639 (hippie-exp): Require when compiling.
6640 (python-preoutput-continuation): Use rx.
6641
6642 * diff-mode.el (diff-make-unified): Fix regexp.
6643
6644 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
6645
6646 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6647 filter groups from the buffer when rebuilding the Ibuffer buffer
6648 and `ibuffer-show-empty-filter-groups' is nil.
6649
6650 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6651
6652 * ps-print.el (ps-print-quote): Call ps-value-string.
6653 (ps-setup): Call ps-comment-string.
6654 (ps-value-string, ps-comment-string): New funs.
6655
6656 2004-05-06 Juanma Barranquero <lektu@terra.es>
6657
6658 * ehelp.el (electric-help-command-loop): Check whether the last
6659 character is visible, not (point-max).
6660
6661 * help-fns.el (help-argument-name): Default to bold; don't inherit
6662 from font-lock-variable-name-face.
6663 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6664
6665 2004-05-05 Kenichi Handa <handa@m17n.org>
6666
6667 * descr-text.el (describe-char): Copy the character with text
6668 properties and overlays into the first line, and call
6669 describe-text-properties on it.
6670
6671 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
6672
6673 * iswitchb.el (iswitchb-global-map): Fix typo.
6674 Remove unwanted ###autoloads from source file.
6675
6676 2004-05-05 Lars Hansen <larsh@math.ku.dk>
6677
6678 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6679 in run-hooks. Use substitute-command-keys in message.
6680 (wdired-abort-changes): Add message.
6681
6682 2004-05-03 Michael Mauger <mmaug@yahoo.com>
6683
6684 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6685 (sql-emacs20-p): Remove.
6686 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6687 (sql-builtin-face, sql-doc-face): Remove.
6688 (sql-mode-ansi-font-lock-keywords)
6689 (sql-mode-oracle-font-lock-keywords)
6690 (sql-mode-postgres-font-lock-keywords)
6691 (sql-mode-linter-font-lock-keywords)
6692 (sql-mode-ms-font-lock-keywords)
6693 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6694 (sql-product-font-lock): Fix font-lock reset when font rules change.
6695 (sql-highlight-product): Remove incorrect font-lock reset logic.
6696
6697 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
6698
6699 * ses.el (ses-set-parameter): Fix typo.
6700
6701 2004-05-04 Kim F. Storm <storm@cua.dk>
6702
6703 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6704 Must expand directory for completion to work; and don't mess with
6705 process-environment.
6706 (ido-read-file-name): If command has ido property, don't use ido
6707 if value is ignore, or read as directory if value is dir.
6708 Set ido ignore property for dired-do-rename command.
6709
6710 2004-05-04 Juanma Barranquero <lektu@terra.es>
6711
6712 * ehelp.el (electric-help-command-loop, electric-help-undefined)
6713 (electric-help-help): Check against unmapped commands.
6714
6715 * help-fns.el (help-argument-name): New face, inheriting from
6716 font-lock-variable-name-face, to highlight function arguments in
6717 `describe-function' and `describe-key'.
6718 (help-do-arg-highlight): Auxiliary function to highlight a given
6719 list of arguments in a string.
6720 (help-highlight-arguments): Highlight the function arguments and
6721 all uses of them in the docstring.
6722 (describe-function-1): Use it. Do docstring output via `insert',
6723 not 'princ', so text attributes are preserved.
6724
6725 * winner.el (winner-mode-map): Move `winner-undo' and
6726 `winner-redo' to C-c <left> and C-c <right>, respectively (the
6727 previous bindings conflict with `prev-buffer', `next-buffer').
6728
6729 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6730
6731 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6732 (bibtex-entry-update): New command bound to C-c C-u.
6733 (bibtex-text-in-string): Fix regexp.
6734 (bibtex-assoc-of-regexp): Remove.
6735 (bibtex-progress-message): Fix docstring.
6736 (bibtex-inside-field): Use if.
6737 (bibtex-assoc-regexp): New function.
6738 (bibtex-format-entry): Make code more robust so that it formats
6739 also old entries.
6740 (bibtex-autokey-demangle-title): Merge with obsolete function
6741 bibtex-assoc-of-regexp.
6742 (bibtex-field-list): New function.
6743 (bibtex-entry): Use bibtex-field-list.
6744 (bibtex-parse-entry): Fix docstring.
6745 (bibtex-print-help-message): Use bibtex-field-list.
6746 (bibtex-make-field): Use bibtex-field-list.
6747 (bibtex-entry-index): Bugfix. Return crossref key if required.
6748 (bibtex-lessp): Fix docstring.
6749
6750 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
6751
6752 * select.el (xselect-convert-to-string): Move comment to intended line.
6753
6754 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6755
6756 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6757 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6758
6759 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6760
6761 * term/x-win.el (x-clipboard-yank): Don't exit on error from
6762 x-get-selection.
6763
6764 2004-05-03 Jason Rumney <jasonr@gnu.org>
6765
6766 * makefile.nt: Remove.
6767
6768 2004-05-03 Kim F. Storm <storm@cua.dk>
6769
6770 * emulation/cua-base.el (cua--update-indications): Fix last change.
6771 (cua-mode): Deactivate mark when cua-mode is enabled.
6772
6773 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
6774
6775 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6776
6777 2004-05-03 Nick Roberts <nickrob@gnu.org>
6778
6779 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6780 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6781 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6782 window over visible frames.
6783 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6784
6785 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * progmodes/compile.el (compilation-gcpro): New var.
6788 (compilation-fake-loc): Use it.
6789 (compilation-forget-errors): Reset it.
6790
6791 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6792
6793 * diff-mode.el (diff-header-face, diff-file-header-face):
6794 Use min-colors.
6795
6796 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6797
6798 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6799 (bibtex-clean-entry): Disentangle code.
6800 (bibtex-realign): New function.
6801 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
6802 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6803 Remove undocumented optional arg called-by-convert-alien.
6804 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
6805 for sorting instead of bibtex-sort-buffer.
6806
6807 2004-05-02 Eli Zaretskii <eliz@gnu.org>
6808
6809 * progmodes/compile.el (compilation-start): In the
6810 no-async-subprocesses branch, call sit-for to give redisplay a
6811 chance to show the updated process status in the mode line, and
6812 fontify the buffer explicitly after the process exits.
6813
6814 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * progmodes/python.el (python-compilation-line-number): Remove.
6817 (python-compilation-regexp-alist): Don't use it any more.
6818 (python-orig-start, python-input-filter): Remove.
6819 (inferior-python-mode): Don't set up comint-input-filter-functions.
6820 (python-send-region): Use compilation-fake-loc.
6821
6822 * progmodes/compile.el (compilation-messages-start): New var.
6823 (compilation-mode): Don't setup next-error-function here.
6824 (compilation-setup): Set it up here instead (for minor modes as well).
6825 Make compilation-messages-start buffer local.
6826 (compilation-next-error-function): Use it.
6827 (compilation-forget-errors): Set compilation-messages-start.
6828
6829 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
6830
6831 * ielm.el (ielm-prompt-read-only): Update docstring.
6832
6833 * comint.el (comint-prompt-read-only): Update docstring.
6834 (comint-update-fence, comint-kill-whole-line)
6835 (comint-kill-region): New functions.
6836
6837 * simple.el (kill-whole-line): Use "p" instead of "P" in
6838 interactive form.
6839
6840 2004-05-01 Juanma Barranquero <lektu@terra.es>
6841
6842 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6843 format arglist so default values in CL-style argument lists are
6844 correctly shown.
6845
6846 2004-05-01 Jason Rumney <jasonr@gnu.org>
6847
6848 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6849
6850 2004-05-01 Kenichi Handa <handa@m17n.org>
6851
6852 * international/titdic-cnv.el (miscdic-convert): Don't generate a
6853 quail file if it is up to date.
6854
6855 2004-04-30 Juri Linkov <juri@jurta.org>
6856
6857 * cus-edit.el (custom-mode-map):
6858 Add key binding `C-x C-s' to `Custom-save'.
6859
6860 * outline.el (outline-blank-line): New var.
6861 (outline-next-preface, outline-show-heading)
6862 (outline-end-of-subtree): Use it.
6863
6864 * dired-aux.el (dired-touch-initial): New fun.
6865 (dired-do-chxxx): Call it for op-symbol `touch'.
6866 (dired-diff): Use `dired-dwim-target-directory'
6867 if current dired buffer has no buffer mark.
6868
6869 * bindings.el (propertized-buffer-identification):
6870 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6871 Add C-M-arrow keys for consistency.
6872
6873 * files.el (confirm-kill-emacs):
6874 Change group from top-level `emacs' to `convenience'.
6875
6876 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6877 Push mark on the first call of successive command calls.
6878 (insert-pair): New fun created from `insert-parentheses' with
6879 `open' and `close' arguments added. Enclose active regions
6880 in paired characters. Compare adjacent characters syntax with
6881 inserted characters syntax before inserting a space.
6882 (insert-parentheses): Call `insert-pair' with ?\( ?\).
6883
6884 * delsel.el: Don't put `delete-selection' property
6885 on `insert-parentheses' symbol to take advantage of
6886 region handling in `insert-pair' function.
6887 Suggested by Stephan Stahl <stahl@eos.franken.de>.
6888
6889 2004-04-30 Kim F. Storm <storm@cua.dk>
6890
6891 * emulation/cua-base.el: Add support for changing cursor types;
6892 based on patch from Michael Mauger.
6893 (cua-normal-cursor-color, cua-read-only-cursor-color)
6894 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6895 Customization cursor type and/or cursor color.
6896 (cua--update-indications): Handle cursor type changes.
6897 (cua-mode): Update cursor indications if enabled.
6898
6899 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6900
6901 * mouse.el (mouse-drag-copy-region): New defcustom.
6902 (mouse-set-region, mouse-drag-region-1): Use it.
6903
6904 * simple.el (kill-ring-save): If region face background color is
6905 unspecified (if no highlighting), show extent of fully visible
6906 region even if transient-mark-mode is enabled.
6907
6908 * emulation/cua-base.el (cua--standard-movement-commands):
6909 Add cua-scroll-up and cua-scroll-down.
6910 (cua-scroll-up, cua-scroll-down): New commands.
6911 (cua--init-keymaps): Remap scroll-up and scroll-down.
6912
6913 * emulation/cua-rect.el (cua--convert-rectangle-as):
6914 New defmacro.
6915 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6916 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6917 New commands (suggested by Jordan Breeding).
6918
6919 2004-04-30 Juanma Barranquero <lektu@terra.es>
6920
6921 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6922
6923 2004-04-30 Mario Lang <mlang@delysid.org>
6924
6925 * diff.el (diff-switches): Fix typo in docstring.
6926
6927 2004-04-30 Alex Schroeder <alex@gnu.org>
6928
6929 * xml.el (xml-debug-print-internal): Don't add newline and
6930 indentation to text nodes and write empty elements as empty tags
6931 instead of opening and closing tags.
6932 (xml-debug-print): Take optional indent-string argument.
6933 (xml-print): Alias for xml-debug-print.
6934
6935 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6936
6937 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6938 than duplicate call to `line-beginning-position'.
6939
6940 * progmodes/f90.el (f90-get-present-comment-type):
6941 Return whitespace, as well as comment chars, for consistent filling
6942 of comment blocks. Use `match-string-no-properties'.
6943 (f90-break-line): Trim trailing whitespace when filling comments.
6944
6945 2004-04-30 Dave Love <fx@gnu.org>
6946
6947 * calendar/diary-lib.el (diary-outlook-formats): New variable.
6948 (diary-from-outlook-internal, diary-from-outlook)
6949 (diary-from-outlook-gnus, diary-from-outlook-rmail):
6950 New functions to import diary entries from Outlook-format
6951 appointments in mail messages.
6952
6953 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * progmodes/python.el (python-send-command): New fun.
6956 (python-send-region, python-load-file): Use it.
6957
6958 * progmodes/compile.el (compilation-last-buffer): Add var alias.
6959
6960 * help-fns.el (help-C-file-name): Use new subr-name.
6961 Prepend `src/' to the file name.
6962 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6963 (describe-function-1, describe-variable): Only find a C source file
6964 name if DOC is already loaded.
6965
6966 * help-mode.el (help-function-def, help-variable-def):
6967 Use the new find-function-search-for-symbol functionality.
6968 Allow FILE to be `C-source'.
6969
6970 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6971 (find-function-C-source): New fun.
6972 (find-function-search-for-symbol): Use it.
6973
6974 2004-03-29 Michael Mauger <mmaug@yahoo.com>
6975
6976 * progmodes/sql.el (sql-product-alist): Rename variable
6977 `sql-product-support'. Add Postgres login parameters.
6978 (sql-set-product, sql-product-feature): Update with renamed variable.
6979 (sql-connect-postgres): Add username prompt.
6980 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6981 Make patterns less product specific.
6982 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6983 (sql-mode-abbrev-table): Modify initialization.
6984 (sql-builtin-face): Add variable.
6985 (sql-keywords-re): Add macro.
6986 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6987 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6988 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6989 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6990 (sql-mode-linter-font-lock-keywords)
6991 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6992 (sql-mode-sybase-font-lock-keywords)
6993 (sql-mode-informix-font-lock-keywords)
6994 (sql-mode-interbase-font-lock-keywords)
6995 (sql-mode-ingres-font-lock-keywords)
6996 (sql-mode-solid-font-lock-keywords)
6997 (sql-mode-sqlite-font-lock-keywords)
6998 (sql-mode-db2-font-lock-keywords): Default to nil.
6999 (sql-product-font-lock): Always highlight ANSI keywords.
7000 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
7001 (sql-send-string): Add function.
7002
7003 2004-04-29 Dave Love <fx@gnu.org>
7004
7005 * progmodes/cfengine.el (cfengine-beginning-of-defun)
7006 (cfengine-end-of-defun): Ensure progress through buffer.
7007
7008 * info-look.el (cfengine-mode): Accept a terminal ().
7009
7010 2004-04-29 Juri Linkov <juri@jurta.org>
7011
7012 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7013 instead of isearch-yank-word-or-char. Add new key bindings for
7014 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7015 (isearch-del-char): New fun.
7016 (isearch-forward, isearch-edit-string): Update docstring.
7017 (isearch-yank-char): Doc fix.
7018 (isearch-other-meta-char): Restore point after scrolling.
7019
7020 * progmodes/compile.el (compilation-context-lines): Add nil option
7021 to disable compilation output window scrolling.
7022 (compilation-set-window): Use it.
7023
7024 * outline.el (outline-next-preface, outline-show-heading):
7025 Don't leave unhidden blank line before heading.
7026 (outline-end-of-subtree): Include last newline into subtree.
7027 (hide-entry): Leave point at beginning of heading instead of end.
7028 (outline-up-heading): Push mark for the first call of successive
7029 command calls.
7030
7031 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
7032
7033 * comint.el (comint-prompt-read-only): New variable.
7034 (comint-output-filter): Implement it.
7035
7036 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7037 (ielm-prompt-internal): New variable.
7038 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7039 (ielm-send-input): Delete unused variable `buf'.
7040 (ielm-eval-input): Use `ielm-prompt-internal'.
7041 (inferior-emacs-lisp-mode): Use new variables
7042 `comint-prompt-read-only' and `ielm-prompt-internal'.
7043 Get rid of obsolete variable `directory-sep-char'.
7044 (ielm): Use `zerop'.
7045
7046 2004-04-29 John Paul Wallington <jpw@gnu.org>
7047
7048 * thumbs.el (toplevel): Require cl at compile time.
7049 Remove conditional definitions of `ignore-errors' and `caddar'
7050 because they occur at run time.
7051
7052 2004-04-28 Nick Roberts <nickrob@gnu.org>
7053
7054 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7055 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7056 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7057 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7058
7059 * progmodes/gud.el (gud-common-init): Throw an error if program is
7060 already running under gdb.
7061
7062 2004-04-28 John Paul Wallington <jpw@gnu.org>
7063
7064 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7065 (thumbs-show-image-num): Move assignment of
7066 `thumbs-current-image-filename' within scope of `i'.
7067 (thumbs-emboss-image): Don't use `evenp'.
7068
7069 2004-04-28 Richard M. Stallman <rms@gnu.org>
7070
7071 * progmodes/compile.el (compilation-context-lines): Default now 0.
7072
7073 2004-04-28 Juanma Barranquero <lektu@terra.es>
7074
7075 Use `time-less-p' from calendar/time-date.el instead of defining
7076 custom versions of it.
7077
7078 * pcomplete.el (pcomplete-time-less-p): Remove.
7079
7080 * thumbs.el (time-less-p): Remove.
7081
7082 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7083 (timeclock-generate-report): Use `time-less-p'.
7084
7085 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7086 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7087
7088 2004-04-28 Masatake YAMATO <jet@gyve.org>
7089
7090 * subr.el (remove-overlays): Make arguments optional.
7091
7092 * wid-edit.el (widget-specify-button): Put evaporate to the
7093 overlay for sample.
7094 (widget-specify-sample): Put evaporate to the overlay for sample.
7095 (widget-specify-doc): Put evaporate to the overlay for documentation.
7096
7097 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7098
7099 * info.el (info-apropos): Make it an index node. Align node names
7100 like makeinfo.
7101
7102 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7103
7104 * net/browse-url.el (browse-url-netscape-sentinel)
7105 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7106 (browse-url-epiphany-sentinel, browse-url-mosaic):
7107 Use browse-url-*-program instead of a literal program name.
7108
7109 2004-04-27 Kevin Ryde <user42@zip.com.au>
7110
7111 * eshell/em-alias.el:
7112 * eshell/em-dirs.el:
7113 * eshell/em-hist.el:
7114 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7115 features when M-x customize-group loads modules before the main
7116 eshell.el.
7117
7118 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7119
7120 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7121 either a character representation of an event or an event
7122 description list.
7123
7124 * type-break.el: Capitalise Emacs and Lisp.
7125 (type-break-good-break-interval, type-break-demo-boring-stats)
7126 (type-break-terse-messages, type-break-file-name): New defcustoms.
7127 (type-break-post-command-hook)
7128 (type-break-warning-countdown-string): Quote variable names in doc.
7129 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7130 (type-break-mode): Document type-break-good-break-interval and the
7131 "session" file. Schedule break according to the session file.
7132 Kill session file buffer on exit. Organise for save-some-buffers
7133 to always save the session file.
7134 (type-break-mode-line-message-mode, type-break-query-mode):
7135 Uppercase arguments.
7136 (type-break-file-time, type-break-file-keystroke-count, timep)
7137 (type-break-choose-file, type-break-get-previous-time)
7138 (type-break-get-previous-count): New defuns.
7139 (type-break): Avoid break querying after a completed break in the
7140 case where the query was initiated during user invocation of the
7141 break. Optional terse messages.
7142 Use type-break-good-break-interval if type-break-good-rest-interval is
7143 nil. File the break time.
7144 (type-break-schedule): New optional args for overriding the use of
7145 the current time.
7146 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7147 after a break.
7148 (type-break-check): File the keystroke count.
7149 (type-break-do-query): Prevent a second query when the break is
7150 interrupted. Optional terse message.
7151 (type-break-keystroke-reset): Record the start of a typing interval.
7152 (type-break-demo-boring): Optional terse messages. Display word
7153 per minute and keystroke counts according to
7154 type-break-demo-boring-stats.
7155
7156 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
7157
7158 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7159 directories, make sure they exist under archive-tmpdir.
7160
7161 2004-04-27 Juri Linkov <juri@jurta.org>
7162
7163 * help.el (view-emacs-news): With argument, display info for the
7164 selected version by finding it among different NEWS files, and
7165 narrowing the buffer to the selected version.
7166
7167 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7168 same-window-buffer-names.
7169 (info): New arg `buffer'. Use it. Doc fix. Read file name for
7170 non-numeric prefix argument, append the number to the buffer name
7171 for numeric prefix argument.
7172 (info-other-window): Bind same-window-regexps to nil.
7173 (Info-reference-name): Rename to Info-point-loc.
7174 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7175 and Info-find-index-name for stringy Info-point-loc.
7176 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
7177 without middle `.', but with final `.' and optional line number
7178 for it. Set Info-point-loc for index nodes.
7179 (Info-index): Remove middle `.' from index entry regexp.
7180 Modify line number regexp.
7181 (Info-index-next): Decrement line number.
7182 (info-apropos): Remove middle `.' from index entry regexp.
7183 Add optional line number regexp at the end. Add matched value
7184 for line number to the result list and insert it to the buffer.
7185 Replace match-string by match-string-no-properties.
7186 Reorder result list.
7187 (Info-fontify-node): Hide index line numbers.
7188 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7189 empty matches.
7190 (Info-follow-reference): Use `str' instead of
7191 Info-following-node-name-re.
7192 (Info-toc): Use full file names. Set Info-current-node to "Top".
7193 (Info-fontify-node): Compare file names without directory name.
7194 (Info-try-follow-nearest-node): Don't set Info-reference-name.
7195 Set second arg of Info-extract-menu-node-name for index nodes.
7196 (info-xref-visited): Use magenta3 instead of magenta4.
7197 (Info-mode): Add info-apropos to docstring.
7198
7199 * log-view.el (log-view-diff): Replace interactive code "r"
7200 by a list to allow to call it even if region is not active.
7201
7202 * paren.el (show-paren-highlight-openparen): New var.
7203 (show-paren-function): Turn on openparen highlighting when
7204 matching forward if show-paren-highlight-openparen is non-nil.
7205
7206 * simple.el (kill-ring-save): Use blink-matching-delay instead of
7207 the constant value 1.
7208 (completions-common-part): Expand docstring.
7209
7210 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7211
7212 2004-04-27 Kim F. Storm <storm@cua.dk>
7213
7214 * image.el (insert-sliced-image): Use line-height instead of
7215 line-spacing property on newline.
7216
7217 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7218
7219 * desktop.el (desktop-buffer-misc-data-function): Rename to
7220 desktop-save-buffer and change docstring.
7221 (desktop-buffer-modes-to-save): Delete.
7222 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7223 desktop-buffer-modes-to-save.
7224 (desktop-save): Rename desktop-buffer-misc-data-function to
7225 desktop-save-buffer and allow non-function value.
7226 (desktop-missing-file-warning): Correct docstring.
7227
7228 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7229 to desktop-save-buffer.
7230
7231 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7232 desktop-save-buffer.
7233
7234 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7235
7236 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7237
7238 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7239
7240 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7241
7242 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7243
7244 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7245 (ielm): Only go to the end of the buffer when starting a new process.
7246
7247 2004-04-25 Juanma Barranquero <lektu@terra.es>
7248
7249 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7250 mode line. Bind `inhibit-read-only' to t before modifying
7251 properties of text in the buffer.
7252 (ielm): Force point to the end of buffer, even when running ielm
7253 from inside itself.
7254
7255 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7256
7257 * info.el (info-apropos): Reset Info-complete-cache.
7258
7259 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7260
7261 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7262 Also recognize severe Irix et al. messages.
7263 (compilation-normalize-filename, compile-abbreviate-directory):
7264 Delete functions.
7265 (compilation-get-file-structure): New function inherits
7266 functionality of the two preceding ones.
7267 (compilation-internal-error-properties, compilation-fake-loc):
7268 Use it so that different paths to the same file share the same
7269 markers. Also optimize finding adjacent marker slightly.
7270
7271 2004-04-25 Kim F. Storm <storm@cua.dk>
7272
7273 * image.el (insert-sliced-image): Add line-spacing t property
7274 to newlines separating image lines.
7275
7276 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7277
7278 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7279
7280 * ielm.el (ielm-prompt-read-only): New user option.
7281 (ielm-prompt): Expand docstring to describe new behavior.
7282 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7283 mention it in the docstring.
7284
7285 2004-04-24 Andreas Schwab <schwab@suse.de>
7286
7287 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7288
7289 * diff.el (diff): Set default-directory in diff buffer.
7290
7291 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7292
7293 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7294 mail was being composed if the terminal cannot display more than
7295 one frame; instead, switch to previous frame.
7296
7297 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7298 (rmail-start-mail): Support rmail-mail-new-frame even on
7299 terminals that can display only one frame at a time.
7300
7301 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7304 (checkdoc-output-font-lock-keywords): Remove error regexp.
7305 (checkdoc-output-mode-map): Remove.
7306 (checkdoc-output-mode): Derive from compilation-mode.
7307 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7308
7309 * dired.el (dired-mode-map): Add a menu entry for wdired.
7310
7311 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7312 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7313
7314 * wdired.el: (wdired-mode-map): Move init into declaration.
7315 Fix `return' binding.
7316 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7317 Use force-mode-line-update.
7318 (wdired-get-filename): Use `unless'.
7319 (wdired-preprocess-files): Don't assume names have no \n and use / for
7320 dir separator.
7321 (wdired-normalize-filename): Use replace-regexp-in-string.
7322 (wdired-load-hooks): Remove.
7323 (wdired-mode-hooks): Rename to wdired-mode-hook.
7324
7325 * info-look.el: Add support for cfengine-mode.
7326 (info-lookup-setup-mode): Use dolist.
7327
7328 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7329
7330 * wdired.el: New file.
7331
7332 2004-04-23 Juanma Barranquero <lektu@terra.es>
7333
7334 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7335
7336 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7337 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7338 (pcomplete--help, pcomplete--here): Doc fixes.
7339
7340 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7341
7342 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7343 handles wrong-number-of-arguments in backend call.
7344
7345 * vc.el (vc-print-log): Likewise.
7346
7347 2004-04-20 Dave Love <fx@gnu.org>
7348
7349 * emacs-lisp/rx.el: Doc fixes.
7350 (rx-constituents): Add/extend many forms.
7351 (rx-check): Check form is a list.
7352 (bracket): Defvar.
7353 (rx-check-any, rx-any, rx-check-not): Modify.
7354 (rx-not): Simplify.
7355 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7356 (rx-kleene): Use rx-trans-forms.
7357 (rx-quote-for-set): Delete.
7358 (rx): Allow multiple args.
7359
7360 2004-04-23 Kenichi Handa <handa@m17n.org>
7361
7362 * international/mule-util.el (char-displayable-p): Simplify by
7363 using internal-char-font.
7364
7365 2004-04-23 Juanma Barranquero <lektu@terra.es>
7366
7367 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7368
7369 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7370
7371 * diff-mode.el (diff-next-error): New fun.
7372 (diff-mode): Use it.
7373
7374 * simple.el (next-error): Change arg name.
7375 Add support for the documented C-u C-x ` usage.
7376
7377 * frame.el (special-display-popup-frame, next-multiframe-window)
7378 (previous-multiframe-window): Only consider frames on same display.
7379
7380 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7381
7382 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7383 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7384
7385 2004-04-22 Kim F. Storm <storm@cua.dk>
7386
7387 * net/telnet.el (telnet): Add optional port arg.
7388
7389 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7390
7391 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7392 Minor sanity check on the `hyperlink' slot.
7393
7394 * Makefile.in (recompile): Compile new files.
7395
7396 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7397 Add byte-recompile-directory's optional `arg'.
7398
7399 * cvs-status.el (cvs-tree-use-charset): New var.
7400 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7401 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7402 (cvs-status-cvstrees): Use it.
7403
7404 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7405 Make it a normal major mode.
7406 (checkdoc-buffer-label): Make sure the file name is meaningful.
7407 (checkdoc-output-to-error-buffer): Remove.
7408 (checkdoc-error, checkdoc-start-section): Rewrite.
7409
7410 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7411 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7412 (Info-title-4-face): Use new syntax.
7413 (info-xref-visited): Inherit from info-xref.
7414
7415 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7416
7417 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7418
7419 * simple.el (next-error-last-buffer, next-error-function):
7420 New variables for the next-error framework.
7421 (next-error-buffer-p): New function.
7422 (next-error-find-buffer): Generalize compilation-find-buffer.
7423 (next-error, previous-error, first-error, next-error-no-select)
7424 (previous-error-no-select): Move from compile.el.
7425
7426 * replace.el (occur-next-error, occur-1): Hook into the next-error
7427 framework.
7428
7429 * progmodes/compile.el (compilation-start):
7430 Set next-error-last-buffer so next-error knows where to jump.
7431 (compilation-setup): Set the buffer-local variable
7432 next-error-function to 'compilation-next-error-function.
7433 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7434 alternate way to find if a buffer is a compilation buffer, for
7435 next-error convenience.
7436 (next-error-no-select, previous-error-no-select, next-error)
7437 (previous-error, first-error): Move to simple.el.
7438 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7439 (compilation-last-buffer): Remove.
7440 (compilation-start, compilation-next-error, compilation-setup)
7441 (compilation-next-error-function, compilation-find-buffer):
7442 Remove compilation-last-buffer use.
7443
7444 2004-04-21 Juanma Barranquero <lektu@terra.es>
7445
7446 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7447 (font-lock-warning-face): Fix spacing.
7448
7449 * makefile.w32-in (WINS): Add url/ directory.
7450
7451 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7452
7453 * desktop.el (desktop-buffer-mode-handlers): New variable.
7454 Alist of major mode specific functions to restore a desktop buffer.
7455 (desktop-buffer-handlers): Make variable obsolete.
7456 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7457 Catch errors signaled in handlers. Update buffer count.
7458 Evaluate desktop-buffer-point.
7459 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7460 move to dired.el.
7461 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7462 move to info.el.
7463 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7464 move to mail/rmail.el.
7465 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7466 to mh-e/mh-e.el.
7467 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7468 On fail, print message (to message buffer) even if
7469 desktop-missing-file-warning is nil.
7470 (desktop-buffer-misc-data-function): New buffer local variable.
7471 Function returning major mode specific data.
7472 (desktop-buffer-misc-functions): Make variable obsolete.
7473 (desktop-save): Use desktop-buffer-misc-data-function.
7474 (desktop-buffer-dired-misc-data): Rename to
7475 dired-desktop-buffer-misc-data and move to dired.el.
7476 (desktop-buffer-info-misc-data): Rename to
7477 Info-desktop-buffer-misc-data and move to info.el.
7478 (desktop-read): Add message about number of buffers restored/failed.
7479
7480 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7481 Add parameters. Pause to display error only when
7482 desktop-missing-file-warning is non-nil.
7483 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7484 (dired-mode): Bind desktop-buffer-misc-data-function.
7485
7486 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7487 Add Parameters.
7488 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7489 (Info-mode): Bind desktop-buffer-misc-data-function.
7490
7491 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7492 Add Parameters.
7493
7494 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7495 Add Parameters.
7496
7497 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7498
7499 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7500 the case of letters in case-insensitive expansions when the
7501 abbrev is preceded by characters with letter syntax.
7502
7503 2004-04-21 Richard M. Stallman <rms@gnu.org>
7504
7505 * progmodes/cperl-mode.el (cperl-putback-char):
7506 Delete Emacs 18 definition.
7507
7508 * international/mule.el (ctext-post-read-conversion):
7509 Use assoc-string, not assoc-ignore-case.
7510
7511 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7512
7513 * emacs-lisp/easymenu.el (easy-menu-add):
7514 Do call x-popup-menu, but only if it's defined.
7515
7516 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7517
7518 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7519 Handle multiple args: compile like progn.
7520
7521 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7522 take all args as &rest arg.
7523
7524 * autoinsert.el (auto-insert-alist): Insert the user's name in
7525 copyright notice, rather than Free Software Foundation.
7526
7527 2004-04-21 Kenichi Handa <handa@m17n.org>
7528
7529 * descr-text.el (describe-char): Make it work on *Help* buffer.
7530
7531 2004-04-21 Kim F. Storm <storm@cua.dk>
7532
7533 * image.el (insert-image): Add optional SLICE arg.
7534 (insert-sliced-image): New defun.
7535
7536 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7537
7538 * subr.el (read-number): Check whether `default' is nil.
7539
7540 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7541
7542 * progmodes/compile.el (compilation-error-properties):
7543 Split into two.
7544 (compilation-internal-error-properties): New one.
7545 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7546
7547 2004-04-20 Richard M. Stallman <rms@gnu.org>
7548
7549 * window.el (split-window-save-restore-data):
7550 Don't update the data if OLD-INFO is nil.
7551
7552 * view.el (view-return-to-alist): Mark it permanent local.
7553
7554 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7555
7556 * recentf.el (recentf-save-list): Catch and warn about errors.
7557
7558 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7559 so "Buffers" won't be pure.
7560
7561 * help-mode.el (help-mode-finish): Set help-return-alist first
7562 thing, setting only the entry for the selected window.
7563
7564 * help-fns.el (describe-function-1): If many non-control non-meta
7565 keys run the command, don't list all of them.
7566
7567 2004-04-20 Juanma Barranquero <lektu@terra.es>
7568
7569 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7570 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7571
7572 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7573
7574 2004-04-20 Kenichi Handa <handa@m17n.org>
7575
7576 * international/quail.el (quail-lookup-key): New optional arg
7577 NOT-RESET-INDICES.
7578 (quail-get-translations): Call quail-lookup-key with
7579 NOT-RESET-INDICES t.
7580 (quail-completion): Likewise.
7581 (quail-lookup-map-and-concat): Likewise.
7582
7583 2004-04-20 Kenichi Handa <handa@m17n.org>
7584
7585 * international/quail.el (quail-update-translation): Don't insert
7586 such an unsupported multibyte char in a unibyte buffer.
7587
7588 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7589
7590 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7591 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7592 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7593 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7594 (gdb-frame-assembler-buffer): Improve behaviour with
7595 multiple frames.
7596 (gdb-display-buffer): Extend search to all visible frames.
7597
7598 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7599
7600 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7601 characters left after base64 decoding.
7602 (rmail-decode-region): Use -dos variety of `coding', to remove any
7603 ^M characters left after qp or base64 decoding.
7604
7605 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7606
7607 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7608 messages.
7609
7610 2004-04-19 Stephen Eglen <stephen@gnu.org>
7611
7612 * add-log.el (add-change-log-entry): Update doc string to mention
7613 add-log-full-name and add-log-mailing-address.
7614
7615 2004-04-18 Juri Linkov <juri@jurta.org>
7616
7617 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7618 (Info-find-node-2): Simplify error message.
7619 (Info-insert-dir): Use Info-following-node-name.
7620 (Info-goto-node): Remove *info-history* and *info-toc*.
7621 (Info-history): Create a node of the virtual history file.
7622 (Info-toc): Create a node of the virtual toc file.
7623 (Info-insert-toc): New arg `curr-file' for reference file names.
7624 (info-apropos): Remove redundant var binding for temp-file.
7625 (Info-index, Info-index-next, Info-mode): Doc fix.
7626 (Info-goto-emacs-command-node): Don't jump to *info* from
7627 non-*info* Info buffers.
7628 (Info-fontify-node): Don't show the file name of external
7629 references if `Info-hide-note-references' is `hide'. Don't hide
7630 newlines at the end of paragraphs.
7631
7632 * international/mule-diag.el (list-input-methods):
7633 Fix args to help-xref-button.
7634
7635 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7636 to put into effect local variables from TUTORIAL files.
7637
7638 * textmodes/paragraphs.el (sentence-end) <function>: New fun
7639 with default value taken from the variable `sentence-end'.
7640 (sentence-end) <defcustom>: Set default to nil. Doc fix.
7641 Add nil const to :type.
7642 (sentence-end-without-period, sentence-end-double-space)
7643 (sentence-end-without-space): Doc fix.
7644
7645 * textmodes/paragraphs.el (forward-sentence):
7646 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7647 (fill-delete-newlines):
7648 * progmodes/cc-cmds.el (c-beginning-of-statement):
7649 Use function `sentence-end' instead of variable `sentence-end'.
7650
7651 2004-04-18 Andreas Schwab <schwab@suse.de>
7652
7653 * progmodes/compile.el (compilation-start): Set window start to
7654 point-min if compilation-scroll-output is nil.
7655
7656 2004-04-18 John Wiegley <johnw@newartisans.com>
7657
7658 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7659
7660 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
7661
7662 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7663 (gdb-info-breakpoints-custom): Revert previous change.
7664 (gdb-view-assembler): Update assembler if necessary.
7665 (gdb-frame-handler): Parse correctly for gdb-current-frame.
7666 (gdb-display-source-buffer): Update properly when both source and
7667 assembler are visible.
7668
7669 2004-04-17 John Wiegley <johnw@newartisans.com>
7670
7671 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7672 which limits the number of names shown in the minibuffer. Off by
7673 default.
7674 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7675 up iswitchb for users with a multitude of open buffers by showing
7676 only the first and last N/2 buffers in the completion list (which
7677 is enough to aid C-s/C-r, and to know that more characters are
7678 needed to refine the completion list).
7679
7680 2004-04-17 Richard M. Stallman <rms@gnu.org>
7681
7682 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7683 (file-truename): Expand all ~ constructs directly.
7684 (insert-directory): Delete any error msg output by the
7685 `insert-directory-program'.
7686
7687 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7688 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7689 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7690 (allout-init): Use find-file-hook, not find-file-hooks.
7691 (allout-mode): Eliminate Emacs 18 support.
7692 Use write-contents-functions, not local-write-file-hooks.
7693
7694 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
7695
7696 * progmodes/compile.el (compilation-error-properties): Fix for
7697 adding messages when there are already markers for their file.
7698 (compilation-fake-loc): New function.
7699
7700 2004-04-16 Dave Love <fx@gnu.org>
7701
7702 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7703 (python-load-file): Fix python-orig-start setting.
7704
7705 * progmodes/compile.el: Doc fixes.
7706 (compilation-error-regexp-alist-alist)
7707 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7708 (compilation-assq): Wrap in eval-when-compile.
7709 (compilation-mode-font-lock-keywords): Don't use list*.
7710 (compilation-start): Avoid warning.
7711 (compilation-compat-error-properties)
7712 (compilation-directory-properties): Add keymap property.
7713 (compilation-parsing-end): Make it a marker for better compatibility.
7714
7715 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7716
7717 2004-04-16 Mark A. Hershberger <mah@everybody.org>
7718
7719 * xml.el: Doc fixes.
7720 (xml-get-children): Only looks at sub-tags and ignore strings.
7721
7722 * xml.el (xml-parse-tag): Avoid overwriting node-name.
7723
7724 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7727
7728 2004-04-16 Andre Spiegel <spiegel@gnu.org>
7729
7730 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7731
7732 * vc.el (vc-print-log): Likewise.
7733
7734 2004-04-16 Masatake YAMATO <jet@gyve.org>
7735
7736 * simple.el (completion-setup-function): Set an initial value
7737 to `element-common-end' before entering loop. Set a value
7738 to `element-common-end' at the end of loop.
7739 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7740 (completions-common-part): Rename from completion-de-emphasis.
7741 (completions-first-difference): Rename from completion-emphasis.
7742 Suggested by RMS.
7743
7744 2004-04-16 Juanma Barranquero <lektu@terra.es>
7745
7746 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7747 (bookmark-edit-annotation-mode): Add mode name.
7748
7749 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7752 for nested conflict markers.
7753 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7754
7755 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
7756
7757 * progmodes/gdb-ui.el (gdb-goto-info): New function.
7758
7759 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7760
7761 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7764 Give a backtrace if requested.
7765
7766 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7767
7768 * progmodes/python.el (python-mouse-2-command, python-RET-command):
7769 Remove unused functions.
7770 (python-orig-start-line, python-orig-file): Remove.
7771 (python-orig-start): New var.
7772 (python-input-filter, python-compilation-line-number)
7773 (python-send-region, python-load-file): Use it.
7774
7775 * info.el (info): Always jump to *info*.
7776
7777 * subr.el (posn-set-point): New function.
7778
7779 * mouse.el (mouse-set-point): Use it.
7780
7781 * progmodes/compile.el (compile-goto-error): Use it.
7782 (compilation-button-map): New keymap.
7783 (compilation-error-properties): Use it.
7784 (compilation-shell-minor-mode-map): Don't bind mouse-2.
7785
7786 * smerge-mode.el (smerge-popup-context-menu): Use it.
7787
7788 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7789 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7790 mouse and non-mouse case.
7791
7792 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7793 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7794
7795 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7796 Make it work for non-mouse events.
7797
7798 * pcvs-info.el (cvs-status-map): Update binding name.
7799
7800 2004-04-14 Mark A. Hershberger <mah@everybody.org>
7801
7802 * xml.el (xml-maybe-do-ns): New function to handle namespace
7803 parsing of both attribute and element names.
7804 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7805 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7806 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
7807 (xml-parse-attlist): Make it do its own namespace parsing.
7808
7809 2004-04-14 Dave Love <fx@gnu.org>
7810
7811 * progmodes/python.el (run-python): Fix use of \n.
7812 (python-load-file): Remove `try' from Python fragment.
7813 (python-describe-symbol): Fix message.
7814
7815 * comint.el: Doc fixes.
7816 (comint-last-input-start, comint-last-input-end)
7817 (comint-last-output-start): Give them values.
7818 (comint-arguments): Avoid warning.
7819 (comint-skip-prompt): Use line-end-position.
7820 (comint-backward-matching-input): Rename arg to agree with doc.
7821 (comint-extract-string): Use syntax-ppss.
7822 (comint-dynamic-simple-complete): Delete useless list construction.
7823 (comint-redirect-subvert-readonly): New.
7824 (comint-redirect-preoutput-filter): Use it.
7825
7826 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7827 Correctly handle negative arguments when calling hook functions.
7828
7829 2004-04-14 Jesper Harder <harder@ifa.au.dk>
7830
7831 * info.el (info-apropos): Don't clobber Info-history-list.
7832
7833 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
7834
7835 * progmodes/compile.el (compilation-setup):
7836 Localize overlay-arrow-position.
7837 (compilation-sentinel): Restructure code equivalently.
7838 (compilation-next-error): Find message on same line after point if
7839 not found before point.
7840 (compile-mouse-goto-error): Restore function so that compilation
7841 buffer need not be current and use compile-goto-error.
7842 (compile-goto-error): Restore function.
7843 (next-error): Set overlay-arrow-position.
7844 (compilation-forget-errors): Don't localize already local
7845 compilation-locs and remove FIXME about refontifying.
7846
7847 2004-04-14
7848 Split the rule for dired marks into 3 separate rules: for marks,
7849 marked file names and flagged file names.
7850
7851 * help-mode.el (help-make-xrefs): Add a final newline to the
7852 *Help* buffer.
7853
7854 2004-04-11 John Paul Wallington <jpw@gnu.org>
7855
7856 * replace.el (occur-engine): Distinguish between one and several
7857 matches in the matches per buffer heading.
7858
7859 2004-04-11 Kim F. Storm <storm@cua.dk>
7860
7861 * ido.el (ido-confirm-unique-completion): New defcustom.
7862 (ido-complete): Use it.
7863 (ido-write-file): Set it to t unconditionally.
7864
7865 2004-04-10 Miles Bader <miles@gnu.org>
7866
7867 RCS keyword removal (only non-comment changes are enumerated here):
7868
7869 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7870 (byte-compile-insert-header): Don't use `byte-compile-version'.
7871 * forms.el (forms-version): Variable removed.
7872 (forms-mode): Don't use `forms-version'.
7873 * recentf.el (recentf-version): Variable removed.
7874 * progmodes/delphi.el (delphi-version): Variable removed.
7875 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7876
7877 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7878
7879 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7880
7881 2004-04-09 Jesper Harder <harder@ifa.au.dk>
7882
7883 * info.el (info-apropos): Improve menu item regexp.
7884
7885 2004-04-09 Simon Josefsson <jas@extundo.com>
7886
7887 * mail/smtpmail.el: Add comment, based on report by
7888 kdc@rcn.com (Kevin D. Clark).
7889
7890 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7893 Redo one more thing that I didn't notice Daniel had undone.
7894
7895 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
7896
7897 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7898 (gdb-goto-breakpoint, gdb-display-buffer)
7899 (gdb-display-source-buffer, gdb-view-source-function)
7900 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7901 (gdb-source-info, gdb-frame-handler): Don't specify a window
7902 for display.
7903 (gdb-info-breakpoints-custom): Remove superfluous update of
7904 assembler buffer.
7905 (gdb-many-windows): Make settable outside gdb.
7906
7907 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7908
7909 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7910 Derive from fundamental-mode rather than text-mode.
7911
7912 2004-04-08 Juri Linkov <juri@jurta.org>
7913
7914 * info.el (Info-history): Doc fix.
7915 (Info-history-list): New var.
7916 (info-xref): Change magenta4 to blue, remove bold for dark and
7917 light backgrounds, change bold to underline for non-color classes.
7918 (info-xref-visited): New face.
7919 (Info-fontify-visited-nodes): New custom.
7920 (Info-hide-note-references): Add new value `hide'. Doc fix.
7921 (Info-reference-name): New var.
7922 (Info-selection-hook): New custom.
7923 (Info-edit-mode-hook): New var.
7924 (Info-find-file): New fun.
7925 (Info-find-node): Move part of code to Info-find-file.
7926 (Info-find-node-2): Add anchors to Info-history-list. Move point
7927 to the place with the reference name if name is defined.
7928 (Info-select-node): Add current node to Info-history-list.
7929 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7930 (Info-search-whitespace-regexp): New custom.
7931 (Info-search-case-fold): New var.
7932 (Info-search): Add "case-sensitively" to the prompt.
7933 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
7934 (Info-search-case-sensitively, Info-search-next): New fun.
7935 (Info-up): Move point to the menu item of the current node.
7936 (Info-history): New fun. Add *info-history* to
7937 same-window-buffer-names.
7938 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
7939 (Info-insert-toc): New fun.
7940 (Info-build-toc): New fun.
7941 (Info-follow-reference): Add new arg `fork'. Doc fix.
7942 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
7943 with the same name prefer the reference closest to point.
7944 (Info-next-reference): Replace * by + in the *Note regexp.
7945 Add regexp for http:// and ftp://. Skip the *Note prefix.
7946 (Info-prev-reference): Replace * by + in the *Note regexp.
7947 Add regexp for http:// and ftp://. Skip the *Note prefix.
7948 (Info-follow-nearest-node): Add new arg `fork'.
7949 (Info-try-follow-nearest-node): Add new arg `fork'.
7950 Call browse-url for http:// and ftp:// references.
7951 Set Info-reference-name for index entries.
7952 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7953 Info-search-next, Info-history, Info-toc, clone-buffer.
7954 (Info-menu-update): Replace * by + in the *Note regexp.
7955 (Info-mode): Add documentation for Info-history, Info-toc,
7956 Info-search-case-sensitively, Info-search-next, clone-buffer.
7957 (Info-fontify-menu-headers): Remove fun. Move code to
7958 Info-fontify-node.
7959 (Info-fontify-node): Add docstring. Add local vars
7960 fontify-visited-p and not-fontified-p. If not-fontified-p is t
7961 then fontify header line, titles, menu headers, http and ftp
7962 references, refill paragraphs. If not-fontified-p is t or
7963 fontify-visited-p is t then fontify cross references, menu items.
7964 Fontify menu headers. Fontify http and ftp references.
7965 Change regexp for cross references to require whitespace after *Note,
7966 add matching groups for file and node names. Remove hack for quote.
7967 Use display property for Info-hide-note-references=t. Use fifth
7968 or fourth match for help-echo. Display visited nodes in a
7969 different face. Unhide file names of external references.
7970 Unhide newlines. Display visited menu items in a different face.
7971
7972 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * progmodes/compile.el: Require CL.
7975 (compilation-mode-font-lock-keywords): Re-install the "line as
7976 function" patch.
7977
7978 * help-fns.el (help-C-source-directory): New var.
7979 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7980 (describe-function-1, describe-variable): Use them.
7981
7982 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7983 to C source files specially.
7984
7985 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
7986
7987 * info.el (Info-hide-cookies-node): New function.
7988 (Info-select-node): Use it.
7989 (Info-display-images-node): Remove message with image file name.
7990
7991 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
7992
7993 * progmodes/compile.el (compilation-warning-face)
7994 (compilation-info-face, compilation-skip-threshold)
7995 (compilation-skip-visited, compilation-context-lines):
7996 Declare :version when added to Emacs.
7997 (compilation-error-regexp-alist-alist): Extend caml and irix.
7998 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7999 (compilation-mode-font-lock-keywords): Temporarily undo line as
8000 function patch, which wasn't ready.
8001
8002 2004-04-07 Kenichi Handa <handa@m17n.org>
8003
8004 * international/latin1-disp.el (latin1-display-setup): Check each
8005 character is displayable or not instead of calling
8006 latin1-display-check-font.
8007
8008 2004-04-06 Kenichi Handa <handa@m17n.org>
8009
8010 * language/ethio-util.el (ethio-sera-being-called-by-w3):
8011 New variable.
8012 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8013 instead of sera-being-called-by-w3.
8014 (ethio-fidel-to-sera-buffer): Likewise.
8015 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8016 instead of sera-being-called-by-w3.
8017 (ethio-write-file): Likewise.
8018
8019 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8020
8021 * printing.el: Doc fix.
8022
8023 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
8024
8025 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8026 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8027 (gdb-setup-windows): Only use separate IO buffer if required.
8028
8029 2004-04-06 Kim F. Storm <storm@cua.dk>
8030
8031 * term.el (term-is-xemacs): Remove.
8032 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8033 (term-window-width): New function.
8034 (term-mode, term-check-size): Use it.
8035 (term-mode): Disable overflow-newline-into-fringe in term buffer.
8036
8037 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
8038
8039 * cus-edit.el (custom-add-parent-links): Change unbound variable
8040 `symbol' to `name'.
8041
8042 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8043 * info.el (info-apropos): New function.
8044 (Info-mode-menu): Add it.
8045 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8046
8047 * help-mode.el (help-make-xrefs): Recognize aliased variable with
8048 inherited docstring.
8049
8050 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8051
8052 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8055
8056 * progmodes/compile.el (font-lock): Don't require any more.
8057 (compilation-error-properties, compilation-start, compilation-sentinel)
8058 (compilation-filter, next-error): Use with-current-buffer.
8059 (compilation-skip-to-next-location, compilation-skip-threshold)
8060 (compilation-skip-visited): Move to silence the byte-compiler.
8061 (compilation-setup): Simplify.
8062 (compilation-next-error): Use line-(beginning|end)-position.
8063 Make sure `pt' is non-nil before using compilation-loop.
8064 (compile-goto-error): Add optional event arg. Use it.
8065 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8066 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8067 Update the binding for mouse-2.
8068 (first-error): Set compilation-current-error to nil rather than bob.
8069 (compilation-parsing-end, compilation-parse-errors-function)
8070 (compilation-error-list, compilation-old-error-list):
8071 "New" compatibility variables.
8072 (compile-buffer-substring, compilation-compat-error-properties)
8073 (compilation-compat-parse-errors, compilation-forget-errors):
8074 New compatibility functions.
8075 (compilation-mode-font-lock-keywords): Use them.
8076
8077 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8078
8079 * autorevert.el (auto-revert-handler): If point (or a window
8080 point) is at the end of the buffer, keep it there after
8081 reverting. This allows to tail a file.
8082 Mention this in the `Commentary'.
8083
8084 * format.el (format-write-file): Add optional argument CONFIRM
8085 and make it behave like the analogous argument to `write-file'.
8086
8087 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8088
8089 * progmodes/ebnf2ps.el: Doc fix.
8090 (ebnf-version): New version number (4.2).
8091 (ebnf-syntax): Customization and docstring fix.
8092 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8093 Put autoloaded funs before first use.
8094 (ebnf-style-database): Add dtd entry.
8095 (ebnf-syntax-alist): Add dtd initialization.
8096 (ebnf-token-sequence): New fun.
8097 (ebnf-comment-table): Add new comment action character.
8098 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8099
8100 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8101 Type Definition for XML).
8102
8103 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8104 * progmodes/ebnf-bnf.el (ebnf-sequence):
8105 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8106 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8107 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8108 Code simplification: call ebnf-token-sequence.
8109
8110 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8111
8112 * calendar/timeclock.el (timeclock-relative)
8113 (timeclock-get-project-function, timeclock-get-workday-function)
8114 (timeclock-query-out, timeclock-when-to-leave)
8115 (timeclock-when-to-leave-string, timeclock-log-data)
8116 (timeclock-generate-report, timeclock-in): Doc fixes.
8117
8118 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * url/: New dir. Import the URL package from its repository.
8121
8122 2004-04-03 Andreas Schwab <schwab@suse.de>
8123
8124 * diff-mode.el (diff-mode): Fix missing quote.
8125
8126 2004-04-03 Juri Linkov <juri@jurta.org>
8127
8128 * descr-text.el (describe-property-list): Add `font-lock-face'.
8129
8130 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8131
8132 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8133
8134 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8135 Use utf-16le on little endian machines and utf-16be otherwise.
8136
8137 2004-04-02 David Kastrup <dak@gnu.org>
8138
8139 * net/browse-url.el (browse-url-generic): Use call-process
8140 instead of start-process to allow browsers that fork and detach.
8141
8142 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8143
8144 * compile.el (compilation-current-error): New var.
8145 (compilation-setup, compile-mouse-goto-error)
8146 (compile-goto-error, next-error): Use it.
8147 (compilation-skip-to-next-location): Default to t, which gives
8148 contiguous skipping like old compile (where this was redundant).
8149 (compilation-next-error): Prevent previous-* commands from moving
8150 back to message at or just before point.
8151
8152 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8153
8154 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8155 (gdb-source-info): Don't display source at startup, if required.
8156 (gdb-show-main): New option.
8157 (gdba): Update documentation.
8158 (gdb-source): Cover case of auto-display output.
8159
8160 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8161
8162 * autorevert.el: Delete obsolete autoload's and defvar's.
8163 (auto-revert-check-vc-info): New user option.
8164 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8165 (auto-revert-handler-vc): Delete.
8166 (auto-revert-handler): Treat return value `fast' of
8167 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8168
8169 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8170 return `fast'.
8171
8172 * files.el (buffer-stale-function): Doc change.
8173
8174 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8175
8176 * printing.el: New tip on Tips section.
8177 (pr-version): New version number (6.7.4).
8178 (pr-shell-file-name): Initialization fix.
8179
8180 2004-03-31 Juri Linkov <juri@jurta.org>
8181
8182 * dired.el: Add autoload for `dired-do-touch'.
8183 (dired-touch-program): New var.
8184 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8185 (dired-no-confirm): Add `touch' to docstring.
8186
8187 * dired-aux.el (dired-do-touch): New fun.
8188 (dired-do-chxxx): Add argument -t for touch operation.
8189
8190 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8191 `dired-move-to-filename-regexp'.
8192
8193 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8194
8195 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8196
8197 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8198
8199 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8200 and only if the buffer was modified.
8201
8202 2004-03-30 Kenichi Handa <handa@m17n.org>
8203
8204 * international/characters.el: Delete pairs for U+2308..U+230B.
8205
8206 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8207
8208 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8209 to detect the beginning of a level 2 or 3 annotation.
8210
8211 2004-03-29 Kenichi Handa <handa@m17n.org>
8212
8213 * international/ucs-tables.el (ucs-insert): Fix the error message.
8214
8215 2004-03-29 Kenichi Handa <handa@m17n.org>
8216
8217 * international/mule-util.el (char-displayable-p): Fix generation
8218 of XLFD file name.
8219
8220 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8221 before finding directories by `find'.
8222
8223 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8224
8225 * subr.el (interactive-form): Delete. Now implemented in C.
8226
8227 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8228
8229 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8230 (vc-diff-label): New fun.
8231 (vc-diff-internal): Use it.
8232
8233 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8234
8235 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8236
8237 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8238
8239 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8240 specify XML (EBNFX).
8241
8242 * progmodes/ebnf2ps.el: Doc fix.
8243 (ebnf-version): New version number (4.1).
8244 (ebnf-syntax): Adjust customization.
8245 (ebnf-style-database): Add ebnfx entry.
8246 (ebnf-syntax-alist): Add ebnfx initialization.
8247 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8248
8249 * printing.el: Doc fix.
8250 (pr-version): New version number (6.7.3).
8251 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8252 returns nil for mouse position. Reported by Drew Adams
8253 <drew.adams@oracle.com>.
8254 (pr-update-menus): Modify interactive declaration. Reported by Drew
8255 Adams <drew.adams@oracle.com>.
8256
8257 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8258
8259 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8260 (gud-gdba-marker-filter): Log the process input and output, if
8261 required. From Stefan Monnier.
8262 (gdb-debug-log, gdb-enable-debug-log): New variables.
8263 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8264
8265 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8268 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8269
8270 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8271
8272 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8273 Call vc-find-file-hook here instead of in auto-revert-buffers.
8274 (auto-revert-buffers): Delete call to vc-find-file-hook.
8275 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8276 (global-auto-revert-mode, auto-revert-set-timer)
8277 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8278
8279 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8280
8281 * woman.el (woman-change-fonts): Rename local variable
8282 woman-font-alist to font-alist to avoid a compiler warning.
8283
8284 2004-03-27 Dave Love <fx@gnu.org>
8285
8286 * emacs-lisp/rx.el (rx): Doc fix.
8287 Fix copyright years.
8288
8289 * strokes.el (strokes-global-set-stroke-string): New function.
8290 (strokes-list-strokes): Cope with strings, not just commands.
8291 Set foreground colour of image.
8292 (strokes-global-set-stroke): Doc fix.
8293
8294 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8295
8296 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8297 Auto Revert mode.
8298 (Buffer-menu-files-only): New variable.
8299 (Buffer-menu-toggle-files-only): New function.
8300 (Buffer-menu-mode-map): Bind it to `T'.
8301 (Buffer-menu-mode): Mention `T' in docstring.
8302 Set buffer-stale-function.
8303 (list-buffers-noselect): Mark buffer non-modified and set
8304 Buffer-menu-files-only.
8305
8306 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8307
8308 * autorevert.el (auto-revert-handler): Print revert message
8309 before, rather than after, reverting.
8310 (buffer-stale-function): Move to files.el.
8311
8312 * files.el (buffer-stale-function): Move here from autorevert.el.
8313
8314 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8317
8318 * calc/calc.el (calc-mode-map): Use mapc.
8319
8320 * apropos.el (apropos-mode): Don't autoload.
8321 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8322 (apropos): Use it.
8323 (apropos-print): Add optional `text' argument.
8324 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8325 Don't assume point-min == 1.
8326
8327 * bs.el (bs-buffer-list): Use buffer-local-value.
8328 (bs--set-toggle-to-show): Use with-current-buffer.
8329
8330 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8331 New funs.
8332 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8333
8334 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8335
8336 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8337 (dabbrev--find-expansion): Use pop.
8338 (dabbrev--search): Use match-string-no-properties.
8339
8340 * dired.el (dired-mode): Use run-mode-hooks.
8341 (dired-move-to-end-of-filename): Use match-string.
8342
8343 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8344 is bound before using it.
8345 (ediff-verbose-p): Make it into a var since it's not constant.
8346
8347 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8348
8349 * faces.el (read-face-font): Don't cons up unnecessarily.
8350 (header-line, tool-bar): Share common parts.
8351
8352 * files.el (file-relative-name): Use compare-strings.
8353
8354 * finder.el (finder-mode): Follow coding convention.
8355
8356 * subr.el (read-number): New function.
8357
8358 * ses.el (ses-read-number): Move to subr.el.
8359 (ses-set-header-row): Use read-number.
8360
8361 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8362
8363 * vc-hooks.el (vc-arg-list): New function, which handles both
8364 compiled and uncompiled code.
8365 (vc-default-workfile-unchanged-p): Use it.
8366
8367 * vc.el (vc-print-log): Undo prev change, use new function
8368 vc-arg-list from vc-hooks.el.
8369
8370 2004-03-26 Masatake YAMATO <jet@gyve.org>
8371
8372 * simple.el (completion-setup-function): Emphasize the
8373 first uncommon characters in the completions; and de-emphasize
8374 the common prefix substrings.
8375 (completion-emphasis): New face.
8376 (completion-de-emphasis): New face.
8377
8378 2004-03-25 Juanma Barranquero <lektu@terra.es>
8379
8380 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8381 Comment out (it's unused and unfinished code).
8382
8383 2004-03-25 Sam Steingold <sds@gnu.org>
8384
8385 * vc.el (vc-print-log): Fix a bug in the last patch:
8386 backend-function may be a byte-compiled object, not a lambda.
8387
8388 2004-03-25 Juri Linkov <juri@jurta.org>
8389
8390 * descr-text.el (describe-property-list): Add a button
8391 for `face' property that calls `describe-face'.
8392 Suggested by luis fernandes <elf@ee.ryerson.ca>
8393
8394 * international/mule.el (keyboard-coding-system):
8395 * kmacro.el (kmacro-call-macro): Fix docstring.
8396
8397 * dired.el: Fix comments.
8398
8399 * textmodes/fill.el (fill): Fix Info link.
8400
8401 * font-lock.el (fast-lock, lazy-lock):
8402 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8403 Info node.
8404
8405 * eshell/eshell.el (eshell): Fix broken info-link.
8406
8407 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8408 * eshell/em-banner.el (eshell-banner):
8409 * eshell/em-smart.el (eshell-smart):
8410 * eshell/esh-cmd.el (eshell-cmd):
8411 Comment out broken info-links to incomplete Info manual.
8412
8413 * info-xref.el: Fix commentary.
8414
8415 2004-03-25 Kevin Ryde <user42@zip.com.au>
8416
8417 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8418 Remove spurious node duplicate suppression, doesn't work, not wanted.
8419 (info-xref-output): Take format style args, add "sit-for 0" to let
8420 user see the results as they progress.
8421 (info-xref-check-all-custom): New function.
8422
8423 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8424
8425 * gdb-ui.el: Moved to progmodes.
8426
8427 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8430
8431 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8432
8433 * calendar/appt.el (appt-check): Remove superfluous progn.
8434 When finished with diary buffer: if it was not being displayed
8435 before, kill it; otherwise restore its original state.
8436 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8437
8438 * calendar/calendar.el (calendar-set-mode-line): Use total
8439 available mode-line width, rather than frame-width.
8440
8441 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8442 after mode change so effect not lost.
8443
8444 2004-03-23 Dave Love <fx@gnu.org>
8445
8446 * dired.el (dired) <defgroup>: Add link to manual.
8447 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8448 (dired-revert): Use dolist.
8449 (dired-mode-map): Add U binding.
8450 (dired-mode): Add font-lock-beginning-of-syntax-function.
8451 (dired-garbage-files-regexp): Make it a defcustom.
8452
8453 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8454
8455 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8456 is equivalent to nil.
8457 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8458 (vc-arch-mode-line-string): Accept `added' state.
8459 (vc-arch-state): Use inode-sigs if available.
8460 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8461 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8462 (vc-arch-tagline-re): New var.
8463 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8464 New functions.
8465 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8466 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8467
8468 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8469 (vc-file-not-found-hook): Use it.
8470
8471 * diff-mode.el (diff-default-read-only): Change default.
8472 (diff-mode-hook): Make it a defcustom. Add some options.
8473 (diff-mode-map): Bind diff-refine-hook.
8474 (diff-yank-handler): New var.
8475 (diff-yank-function): New fun.
8476 (diff-font-lock-keywords): Use them.
8477 (diff-end-of-file): Handle case where file-header looks like diff text.
8478 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8479 (diff-file-kill): Delete a subsequent empty line, if applicable.
8480 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8481 (diff-find-file-name): Use it.
8482 (diff-tell-file-name): New command.
8483 (diff-mode): Be careful with view-mode.
8484 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8485 New functions, for use in diff-mode-hook.
8486 (diff-find-source-location): Catch "regex too large" errors.
8487 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8488 (diff-refine-hunk): New command.
8489
8490 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8491 (smerge-context-menu-map): Remove unused var.
8492 (smerge-keep-all): Preserve markers.
8493 (smerge-keep-n): New fun.
8494 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8495 (smerge-keep-current, smerge-ediff): Use it.
8496 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8497 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8498 (smerge-resolve): Resolve trivial 3-part conflicts.
8499
8500 2004-03-23 Juri Linkov <juri@jurta.org>
8501
8502 * man.el (Man-width): New var.
8503 (Man-getpage-in-background): Use it.
8504 (Man-support-local-filenames): New var and fun.
8505 (Man-build-man-command): Don't add a second %s.
8506 (Man-fontify-manpage): Clean up message.
8507 (Man-mode): Set outline-regexp, outline-level,
8508 imenu-generic-expression.
8509
8510 * woman.el (woman-fill-frame): Doc fix.
8511 (woman-decode-region): Use window-width instead of frame-width.
8512
8513 * abbrevlist.el (list-one-abbrev-table):
8514 * descr-text.el (describe-char):
8515 * international/mule-diag.el (describe-current-coding-system):
8516 * international/quail.el (quail-insert-decode-map):
8517 Use window-width instead of frame-width.
8518
8519 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8520 (jka-compr-mode-alist-additions): Add tbz.
8521 (jka-compr-write-region, jka-compr-insert-file-contents):
8522 Add message for undefined compress-program.
8523 (jka-compr-write-region): Remove redundant var bindings.
8524
8525 * dired-x.el (dired-guess-shell-alist-default): Add choices for
8526 extracting files into subdirectory. Add tbz and dz. Fix regexps.
8527 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8528 (dired-man): Use dired-guess-shell-command.
8529 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8530 Change default nil to t.
8531
8532 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8533 (dired-compare-directories): Add default value for empty input.
8534
8535 * help-at-pt.el: Move suggestions for key bindings to Commentary.
8536
8537 * time.el (display-time-string-forms): Fix help-echo date format.
8538
8539 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
8540
8541 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8542 (buffer-stale-function): New variable.
8543 (auto-revert-list-diff, auto-revert-dired-file-list)
8544 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8545 (auto-revert-handler): Take over some functionality of deleted
8546 functions.
8547 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8548
8549 * dired.el (dired-directory-changed-p): New fun, extracted from
8550 dired-internal-noselect.
8551 (dired-buffer-stale-p): New fun.
8552 (dired-internal-noselect): Use dired-directory-changed-p.
8553 Eliminate revert messages.
8554 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8555
8556 2004-03-23 Kenichi Handa <handa@m17n.org>
8557
8558 * international/characters.el: Setup syntaxes for more parentheses
8559 Unicode characters.
8560
8561 * international/mule-cmds.el (select-safe-coding-system):
8562 Merge coding-system and auto-cs before comparing them.
8563
8564 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8565
8566 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8567
8568 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8569 normal-auto-fill-function and comment-indent-function.
8570 The default values now work just as well.
8571 Don't set font-lock-beginning-of-syntax-function since we already set
8572 syntax-begin-function.
8573 (lisp-outline-level): Put ;;;###autoload at same level as (.
8574 (prin1-char): Quote special chars.
8575
8576 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8577 than with-no-warnings.
8578
8579 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8580 if the source location can't be found.
8581 (edebug-compute-previous-result): Use prin1-char.
8582
8583 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8584 (debug-ignored-errors): Add an entry.
8585
8586 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8587 (byte-compile-file): Output warning when deleting a file.
8588
8589 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8590 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8591
8592 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8593 (byte-compile-inline-expand): Use backquote.
8594 (byte-optimize-pure-func): Rename from byte-optimize-concat.
8595 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8596
8597 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8598
8599 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8600
8601 2004-03-22 Juri Linkov <juri@jurta.org>
8602
8603 * finder.el (finder-known-keywords): Fix data, tex, unix.
8604
8605 * play/landmark.el: Fix keywords.
8606
8607 * language/ethio-util.el (ethio-find-file): Doc fix.
8608
8609 * emacs-lisp/warnings.el: Doc fix.
8610
8611 * textmodes/ispell.el (ispell-help): Doc fix.
8612
8613 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
8614
8615 * format.el (format-insert-file): Always return a list of two
8616 elements, like insert-file-contents does.
8617
8618 2004-03-21 Andre Spiegel <spiegel@gnu.org>
8619
8620 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8621 and vc-BACKEND-diff.
8622 (vc-print-log): If the print-log implementation supports it, use
8623 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8624 (vc-version-diff, vc-diff-internal): Doc fixes.
8625
8626 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8627 implementation supports it, let diff output go to *vc*,
8628 not *vc-diff*, since this is an internal call.
8629
8630 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8631
8632 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8633
8634 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8635
8636 2004-03-21 Dave Love <fx@gnu.org>
8637
8638 * progmodes/cfengine.el (cfengine-mode):
8639 Set parse-sexp-ignore-comments.
8640
8641 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8642
8643 2004-03-21 Juanma Barranquero <lektu@terra.es>
8644
8645 * allout.el (allout-mode): Fix docstring.
8646
8647 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
8648
8649 * files.el (insert-directory): Fix bug if SWITCHES is a list.
8650
8651 * autorevert.el (auto-revert-interval): Make new value take
8652 effect immediately when set through Custom.
8653 (auto-revert-set-timer): Add interactive declaration.
8654
8655 2004-03-19 David Ponce <david@dponce.com>
8656
8657 * ruler-mode.el (ruler-mode-header-line-format-old):
8658 Don't `make-variable-buffer-local'.
8659 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8660 (ruler-mode-header-line-format): Simply funcall the above.
8661 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8662 to save/restore a previous header line format.
8663 (ruler-mode-space): Don't depend on a numeric WIDTH value.
8664 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8665 fringes and margins width.
8666 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8667
8668 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * log-edit.el (log-edit-font-lock-keywords): Typo.
8671
8672 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8673 (tex-send-tex-command): Rather than here.
8674 (tex-compilation-parse-errors): Simplify.
8675
8676 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8677
8678 * time.el (display-time-string-forms): Add help-echo with date on time.
8679
8680 * composite.el (compose-region): Use restore-buffer-modified-p.
8681
8682 * disp-table.el (standard-display-8bit): Simplify.
8683
8684 * server.el (server-process-filter): Delete temp frame.
8685
8686 * add-log.el (add-change-log-entry): Simplify.
8687
8688 2004-03-19 Kim F. Storm <storm@cua.dk>
8689
8690 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8691 (hexl-follow-line): Don't require 'fringe.
8692
8693 * progmodes/compile.el (compilation-start): Always set
8694 compilation-last-buffer and return it.
8695
8696 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8697
8698 * simple.el (clone-buffer): Doc fix.
8699
8700 2004-03-18 Juanma Barranquero <lektu@terra.es>
8701
8702 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8703
8704 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * log-edit.el (log-edit-font-lock-keywords): New var.
8707 (log-edit-mode): Use it.
8708
8709 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
8710
8711 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8712 properly for watching in speedbar.
8713
8714 2004-03-17 Masatake YAMATO <jet@gyve.org>
8715
8716 * smerge-mode.el (smerge-popup-context-menu):
8717 Put `unwind-protect' around `overlay-put' and `popup-menu'.
8718
8719 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8722 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8723 Take sealed revisions into account.
8724 (vc-arch-checkin): Extract a summary line from the message.
8725
8726 2004-03-16 Masatake YAMATO <jet@gyve.org>
8727
8728 * register.el (register): Provide `register' feature.
8729
8730 2004-03-15 Masatake YAMATO <jet@gyve.org>
8731
8732 Added context menu support in smerge mode.
8733 Most of the part is written by Stefan Monnier.
8734
8735 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8736 New keymap and menu.
8737 (smerge-text-properties): New function.
8738 (smerge-remove-props): New function.
8739 (smerge-popup-context-menu): New function.
8740 (smerge-resolve): Call `smerge-remove-props'.
8741 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8742 (smerge-keep-current): Ditto.
8743 (smerge-kill-current): New function.
8744 (smerge-match-conflict): Put text properties.
8745 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8746
8747 2004-03-15 David Ponce <david@dponce.com>
8748
8749 * ruler-mode.el: (ruler-mode-left-fringe-cols)
8750 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8751 (ruler-mode-right-scroll-bar-cols): Remove.
8752 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8753 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8754 Use fringe-columns and scroll-bar-columns.
8755
8756 2004-03-15 Masatake YAMATO <jet@gyve.org>
8757
8758 * hl-line.el (hl-line-range-function): New variable.
8759 (hl-line-move): New function.
8760 (global-hl-line-highlight): Use `hl-line-move'.
8761 (hl-line-highlight): Ditto.
8762
8763 * scroll-bar.el (scroll-bar-columns):
8764 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8765
8766 * ruler-mode.el (top-level): Require scroll-bar and fringe.
8767 (ruler-mode-left-fringe-cols)
8768 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8769 (ruler-mode-right-scroll-bar-cols)
8770 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8771 (ruler-mode-ruler-function): New variable.
8772 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8773 if the value for `ruler-mode-ruler-function'is given.
8774
8775 * hexl.el (hexl-mode-hook): Make the hook customizable.
8776 (hexl-address-area, hexl-ascii-area): New customize variables.
8777 (hexlify-buffer): Put font-lock-faces on the address area and
8778 the ascii area.
8779 (hexl-activate-ruler): New function.
8780 (hexl-follow-line): New function.
8781 (hexl-highlight-line-range): New function.
8782 (hexl-mode-ruler): New function.
8783
8784 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
8787 (vc-default-find-file-hook): New fun.
8788 (vc-find-file-hook): Call new find-file-hook operation.
8789
8790 * vc-arch.el: New file.
8791
8792 2004-03-12 Jesper Harder <harder@ifa.au.dk>
8793
8794 * info-look.el (info-lookup): Reuse an existing Info window.
8795
8796 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8797
8798 * woman.el (woman-preserve-ascii): Default value changed to t and
8799 doc string revised.
8800
8801 2004-03-12 Richard M. Stallman <rms@gnu.org>
8802
8803 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8804 Fix minor bug.
8805
8806 * replace.el (occur-engine): Change message for count of matches.
8807
8808 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8809 For strings, do compare text properties.
8810
8811 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
8812
8813 * progmodes/compile.el (compile-auto-highlight)
8814 (compilation-error-list, compilation-old-error-list)
8815 (compilation-parse-errors-function, compilation-parsing-end)
8816 (compilation-error-message, compilation-directory-stack)
8817 (compilation-enter-directory-regexp-alist)
8818 (compilation-leave-directory-regexp-alist)
8819 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8820 (compilation-current-file, compilation-regexps): Remove vars.
8821
8822 (compile-error-at-point, compilation-error-filedata)
8823 (compilation-error-filedata-file-name, compile-reinitialize-errors)
8824 (compilation-next-error-locus, compilation-forget-errors)
8825 (count-regexp-groupings, compilation-parse-errors)
8826 (compile-collect-regexps, compile-buffer-substring): Remove funs.
8827
8828 (compile-internal): Make obsolete.
8829
8830 (compilation-first-column, compilation-error)
8831 (compilation-directory-matcher, compilation-page-delimiter)
8832 (compilation-mode-font-lock-keywords, compilation-debug)
8833 (compilation-error-face, compilation-warning-face)
8834 (compilation-info-face, compilation-line-face)
8835 (compilation-column-face, compilation-enter-directory-face)
8836 (compilation-leave-directory-face, compilation-skip-threshold)
8837 (compilation-skip-visited, compilation-context-lines): New vars.
8838
8839 (compilation-warning-face, compilation-info-face)
8840 (compilation-message-face): New faces.
8841
8842 (compilation-error-regexp-alist-alist): New constant.
8843
8844 (compilation-face, compilation-directory-properties)
8845 (compilation-assq, compilation-error-properties, compilation-start)
8846 (define-compilation-mode, compilation-loop)
8847 (compilation-set-window): New functions.
8848
8849 (compile): Additional argument for interactive compiles like TeX.
8850
8851 * progmodes/grep.el (kill-grep): Move here from compile.el
8852 (grep-error, grep-hit-face, grep-error-face)
8853 (grep-mode-font-lock-keywords): New variables.
8854 (grep-regexp-alist): Simplify regexp and add `binary' case.
8855 (grep-mode): New mode.
8856 (grep-process-setup): Simplify.
8857
8858 2004-03-11 Jason Rumney <jasonr@gnu.org>
8859
8860 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8861 letters on DOS/Windows.
8862
8863 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * server.el (server-name): New var.
8866 (server-socket-dir): New var to replace server-socket-name.
8867 (server-start): Use them.
8868
8869 2004-03-11 Simon Josefsson <jas@extundo.com>
8870
8871 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8872 died to avoid infloop. Reported by Jonathan Glauner
8873 <jglauner@sbum.org>.
8874
8875 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8878 (smerge-mode-menu): Use it to deactivate menu entries.
8879 (smerge-keep-current): New fun.
8880 (smerge-keep-current): Use it.
8881
8882 2004-03-10 John Paul Wallington <jpw@gnu.org>
8883
8884 * foldout.el (foldout-fold-list, foldout-modeline-string):
8885 Declare them as variables, not constants.
8886
8887 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8888
8889 * ps-print.el: Modification to print *Messages* buffer.
8890 (ps-print-version): New version 6.6.4.
8891 (ps-message-log-max): New fun.
8892 (ps-spool-without-faces, ps-spool-with-faces)
8893 (ps-count-lines-preprint): Code fix.
8894
8895 * printing.el: New tips in Tips section.
8896
8897 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8898
8899 * delim-col.el: Doc fix.
8900
8901 * printing.el: Doc fix. New doc section (Tips).
8902
8903 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * type-break.el (type-break-emacs-variant): Remove.
8906 (type-break-run-at-time, type-break-cancel-function-timers):
8907 Use fboundp rather than version name and number.
8908
8909 2004-03-09 Masatake YAMATO <jet@gyve.org>
8910
8911 * hexl.el (hexl-mode): Use `make-local-variable' instead of
8912 `make-variable-buffer-local'.
8913
8914 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
8915
8916 * find-dired.el (find-dired): Call `shell-command' instead of
8917 `start-process-shell-command'. By this, Tramp takes over
8918 handling of remote directories.
8919
8920 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * newcomment.el (comment-use-global-state): New var.
8923 (comment-search-forward): Use it.
8924
8925 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8926
8927 * cus-edit.el (fill) <defgroup>: Move to fill.el.
8928
8929 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8930 (enable-kinsoku): Make it a defcustom.
8931 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8932 paragraph to same-comment-start-marker.
8933
8934 2004-03-07 Dave Love <fx@gnu.org>
8935
8936 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8937 (browse-url-mail): Use it.
8938
8939 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8940 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8941
8942 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8943
8944 * woman.el (woman-man.conf-path): Doc fix.
8945 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8946
8947 2004-03-07 Eli Zaretskii <eliz@gnu.org>
8948
8949 * sort.el (sort-columns): Remove ms-dos from the list of systems
8950 where the external `sort' command is not used.
8951
8952 2004-03-07 Kim F. Storm <storm@cua.dk>
8953
8954 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8955 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8956 from overlay-arrow-variable-list.
8957 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8958
8959 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
8960
8961 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8962 overlay arrow string properly for the assembler buffer.
8963
8964 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * mail/sendmail.el (mail-mode): Fix last change.
8967
8968 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
8969
8970 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8971 for the assembler buffer.
8972 (gdb-assembler-custom): Position the overlay arrow.
8973 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8974
8975 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8978
8979 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8980 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8981
8982 * mail/sendmail.el (mail-mode): Set comment-start-skip.
8983
8984 * newcomment.el (uncomment-region): Allow non-terminated comment.
8985 (comment-normalize-vars): Check the user-specified comstart marker.
8986
8987 2004-03-04 Jesper Harder <harder@ifa.au.dk>
8988
8989 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8990 Otherwise, do use it if the region only contains font-lock text
8991 properties.
8992
8993 2004-03-04 Masatake YAMATO <jet@gyve.org>
8994
8995 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8996 as the callback function for eldoc.
8997 (hexl-print-current-point-info): New function.
8998 (hexl-current-address): Print the address in both decimal
8999 and hexadecimal format.
9000
9001 2004-03-04 Richard M. Stallman <rms@gnu.org>
9002
9003 * mail/rmail.el (rmail-convert-to-babyl-format):
9004 Specify t for UNIBYTE when calling mail-unquote-printable-region.
9005
9006 * mail/mail-utils.el (mail-unquote-printable-region):
9007 New arg UNIBYTE.
9008
9009 * startup.el (command-switch-alist): Doc fix.
9010
9011 * simple.el (undo): Temporarily set this-command to `undo-start',
9012 then set it to `undo' once undo-start returns without error.
9013
9014 * simple.el (minibuffer-history-sexp-flag): Doc fix.
9015
9016 * simple.el (kill-line): Don't disregard trailing whitespace
9017 in eol condition, if show-trailing-whitespace is set.
9018
9019 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9020 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9021 When disabling, restore old values only if mouse-sel-has-been-enabled.
9022
9023 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9024 (isearch-{-char): New function.
9025 (isearch-mode-map): Bind { to isearch-{-char.
9026
9027 * font-lock.el (lisp-font-lock-keywords-2):
9028 Turn off the CL with-... and do-... general patterns.
9029 Instead, recognize several specific with... and do... constructs.
9030
9031 * files.el (switch-to-buffer-other-window):
9032 Bind same-window-buffer-names and same-window-regexps to nil.
9033 (switch-to-buffer-other-frame): Likewise.
9034
9035 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9038 recognizing leading comment on code line.
9039
9040 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9043 hidden files/directories.
9044
9045 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9048 only comment-start (in case the mode hasn't set it).
9049
9050 * Makefile.in (AUTOGENEL): New var.
9051 (bootstrap-prepare): Rename from bootstrap-clean.
9052 Don't remove elc files.
9053 (maintainer-clean): New target.
9054
9055 * xml.el (xml-get-attribute-or-nil): Simplify.
9056
9057 2004-03-02 Juri Linkov <juri@jurta.org>
9058
9059 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9060 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9061 URL to prevent their substitution with the environment variable
9062 values by browsers.
9063
9064 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9065
9066 * ps-print.el: Doc fix.
9067 (ps-print-version): New version number (6.6.3).
9068 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9069 Docstring fix.
9070 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9071 before printing.
9072 (ps-time-stamp-yyyy-mm-dd): New fun.
9073 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9074
9075 2004-03-02 Kim F. Storm <storm@cua.dk>
9076
9077 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9078
9079 2004-03-01 Juanma Barranquero <lektu@terra.es>
9080
9081 * allout.el (allout-rebullet-heading): Fix typo in docstring.
9082
9083 * desktop.el (desktop-file-version)
9084 (desktop-after-read-hook): Fix typos.
9085 (desktop-clear-preserve-buffers): Remove redundant info in
9086 docstring already shown by the obsolescence message.
9087 (desktop-truncate, desktop-internal-v2s)
9088 (desktop-value-to-string): Change argument name to match docstring.
9089
9090 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9091
9092 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9093 docstring.
9094
9095 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9096
9097 * printing.el: Replace "As Is..." in PostScript file print/preview by
9098 "No Preprocessing...". Suggested by Colin Marquardt
9099 <_marquardt_@zmd.de>.
9100 (pr-insert-section-4): Adjust buffer interface.
9101
9102 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9103
9104 Version 2.0.39 of Tramp released.
9105
9106 * net/tramp.el (tramp-handle-file-local-copy)
9107 (tramp-handle-write-region, tramp-open-connection-rsh):
9108 Variable name typo. Small change. From Patrick Tullmann
9109 <tullmann@flux.utah.edu>.
9110 (tramp-process-connection-type): New variable.
9111 (tramp-maybe-open-connection): Use it.
9112 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9113 (tramp-touch): Set last-modified time of a remote file.
9114 (tramp-handle-write-region): Say which function is used when encoding.
9115
9116 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9117
9118 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9119 case of non-existing filename, too. Reported by Christoph Bauer
9120 <c_bauer@informatik.uni-kl.de>.
9121 (tramp-smb-get-file-entries): The directory in question should
9122 have permissions "drwxrwxrwx". Just virtual, because we don't
9123 know the real permissions. Don't we know?
9124 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9125 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9126 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9127 output. If it was received chunkwise, there have been problems.
9128 Remove the "prompt not found" error message; it is obvious.
9129 Simplify algorithm.
9130 (tramp-smb-process-running): Remove. Since we acknowledge the
9131 virtual prompt for shares, there's no need for distinction of
9132 reading shares (process ends afterwards) and interactive mode of
9133 smblient.
9134 (tramp-smb-open-connection): Setting process sentinel removed.
9135 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9136 "NT_STATUS_NETWORK_ACCESS_DENIED".
9137 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9138 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9139 (top-level): Setting default value in `tramp-default-method-alist'
9140 corrected. Order of USER and HOST have been wrong.
9141 Nobody complained for months ...
9142 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9143 (tramp-smb-open-connection): Clear password cache if login has failed.
9144
9145 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9146 `tramp-unified-filenames'.
9147 (tramp-completion-mode): Make test for XEmacs explicitely.
9148 `event-to-character' can exists in Emacs packages too.
9149 Reported by Matt Swift <swift@alum.mit.edu>.
9150 (tramp-buffer-name): Buffer name must contain the user if exists.
9151 Reported by Adrian Phillips <a.phillips@met.no>.
9152 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9153 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9154 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9155 `tramp-do-copy-or-rename-file-one-local', because it handles also
9156 the case both files use the same out-of-band method.
9157 Implementation added.
9158 (tramp-handle-file-local-copy, tramp-handle-write-region):
9159 Out-of-band handling removed. `copy-file' called instead, which
9160 calls `tramp-do-copy-or-rename-file-out-of-band'.
9161 (tramp-action-password): Check for out-of-band method removed.
9162 This function is used for 'login-program.
9163 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9164 appropriate.
9165 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9166 and `tramp-parse-sknownhosts'.
9167 (tramp-completion-function-alist): It's a defvar now, because we
9168 want to apply the optimized `tramp-set-completion-function'
9169 instead of a static list.
9170 (tramp-set-completion-function): Implementation tuned.
9171 Avoid double entries, and entries where the function or the
9172 file/directory doesn't exist.
9173 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9174 for SSH2.
9175 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9176 (tramp-handle-dired-compress-file): New function.
9177 (tramp-async-proc): New variable.
9178 (tramp-handle-shell-command): Adding asynchronous processes.
9179 They are far from being perfect, but it works at least for
9180 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9181 (top-level): Require password.el if visible. Should be mandatory
9182 once No Gnus has found its way into (X)Emacs.
9183 (tramp-read-passwd): Invoke `password-read' if available,
9184 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9185 fallback any longer.
9186 (tramp-clear-passwd): New function.
9187 (tramp-process-actions, tramp-process-multi-actions):
9188 Clear password cache if login has failed.
9189
9190 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9191 its own module.
9192 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9193 `ange-ftp-ftp-name-res'. There could be incorrect values from
9194 previous calls in case the "ftp" method is used in the Tramp file
9195 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9196
9197 2004-02-28 Richard M. Stallman <rms@gnu.org>
9198
9199 * term.el (term-mouse-paste): Call mouse-set-point.
9200
9201 * thumbs.el: New file.
9202
9203 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9204
9205 * progmodes/ebnf-abn.el: Doc fix.
9206
9207 * progmodes/ebnf-bnf.el: Doc fix.
9208 (ebnf-repeat): Code fix.
9209
9210 * progmodes/ebnf2ps.el: Doc fix.
9211 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9212
9213 2004-02-28 Juri Linkov <juri@jurta.org>
9214
9215 * ffap.el (dired-at-point): Additional writability test for
9216 relative directory names.
9217 (dired-at-point-prompter): Treat directories as a directory, get
9218 the directory component from files.
9219 (ffap-string-at-point): Return string from region if region is active.
9220 (ffap-file-at-point): Remove redundant code.
9221
9222 2004-02-28 Kim F. Storm <storm@cua.dk>
9223
9224 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9225 Initialize margin area images to nil.
9226 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9227 (breakpoint-enabled-bitmap-face)
9228 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9229 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9230 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9231 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9232 (gdb-reset): Use gdb-remove-breakpoint-icons.
9233 (gdb-put-string): Add dprop arg to specify alternative display
9234 property (for setting fringe bitmap).
9235 (gdb-remove-strings): Doc fix.
9236 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9237 icon in fringe (if available), or else as icon or text in display
9238 margin. Creates necessary icons in breakpoint-bitmap,
9239 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9240 Also make left window margin if required.
9241 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9242 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9243 no longer needed.
9244 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9245 gdb-put-breakpoint-icon.
9246 (gdb-assembler-mode): Don't set left-margin-width here.
9247
9248 2004-02-27 Kevin Ryde <user42@zip.com.au>
9249
9250 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9251 comma, so that it DTRT in macros.
9252
9253 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9254
9255 * progmodes/sh-script.el (sh-shell-arg)
9256 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9257 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9258
9259 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9260
9261 * faces.el (face-spec-set-match-display): Add a new attribute,
9262 `min-colors'.
9263 (region, highlight, secondary-selection): Use `min-colors'.
9264
9265 * custom.el (defface): Add documentation for `min-colors'.
9266
9267 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9268 (font-lock-keyword-face, font-lock-function-name-face)
9269 (font-lock-variable-name-face, font-lock-constant-face):
9270 Use `min-colors'.
9271
9272 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9273
9274 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9275
9276 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9277 define assq-delete-all if it's not defined.
9278 (ebnf-generate-region): Code fix.
9279
9280 * printing.el: Doc fix.
9281 (pr-version): New version number (6.7.2).
9282 (pr-command): Return empty string if command is an empty string.
9283
9284 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9285
9286 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9287
9288 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9289 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9290 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9291 "tt" ["test"] ). Reported by Markus Dreyer
9292 <mdreyer@ix.urz.uni-heidelberg.de>.
9293 (ebnf-version): New version number (4.0).
9294 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9295 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9296 (ebnf-delete-style): New commands.
9297 (ebnf-directory, ebnf-file): New funs.
9298 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9299 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9300 (ebnf-syntax-alist): New var.
9301 (ebnf-element-width): New fun replacing ebnf-list-width.
9302 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9303 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9304 (ebnf-prologue): Adjust vars.
9305 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9306 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9307 (ebnf-check-style-values, ebnf-generate-production)
9308 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9309 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9310 (ebnf-token-repeat): Code fix.
9311
9312 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9313 %right, %left and %prec. Suggested by Matthew K. Junker
9314 <junker@alum.mit.edu>.
9315 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9316
9317 * progmodes/ebnf-iso.el: Doc fix.
9318 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9319 (ebnf-iso-lex): Code fix.
9320
9321 * progmodes/ebnf-bnf.el: Doc fix.
9322 (ebnf-bnf-lex): Code fix.
9323
9324 * progmodes/ebnf-otz.el: Doc fix.
9325
9326 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9327
9328 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9329 (abbrev-prefix-mark): Doc fix.
9330
9331 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9332
9333 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9334 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9335 (gdb-var-delete): Make interactive (really).
9336 (gdb-edit-value): Make non-interactive.
9337
9338 * progmodes/gud.el (gud-speedbar-menu-items):
9339 Add gdb-var-delete and, indirectly, gdb-edit-value.
9340 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9341 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9342 (gud-gdb-marker-filter): Add comment for annotations.
9343
9344 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9345
9346 * calendar/calendar.el (generate-calendar)
9347 (calendar-read-date): Prevent display of BC calendars once more -
9348 reverts 2003-10-01 change.
9349 (generate-calendar-month): Doc fix.
9350
9351 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9352
9353 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9354 return value of increment-calendar-month.
9355
9356 2004-02-21 Stephen Compall <s11@member.fsf.org>
9357
9358 * saveplace.el (save-place-forget-unreadable-files)
9359 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9360 (save-place-forget-unreadable-files): New function.
9361 (save-place-alist-to-file): Use it to filter out files that are
9362 no longer readable.
9363
9364 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9365 current Texinfo environment, using the same method as in
9366 `texinfo-insert-@end', and insert a space rather than a newline if
9367 point in a @table environment.
9368
9369 2004-02-21 Juri Linkov <juri@jurta.org>
9370
9371 * ffap.el (ffap-file-at-point): Try parent directories.
9372
9373 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9374
9375 * vcursor.el (vcursor-modifiers): New defcustom.
9376 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9377 hard-coded list.
9378
9379 2004-02-21 Masatake YAMATO <jet@gyve.org>
9380
9381 * play/animate.el (animate-birthday-present): Accept names other
9382 than `Sarah', too.
9383
9384 2004-02-21 Juri Linkov <juri@jurta.org>
9385
9386 * startup.el: Remove table of command line arguments from the
9387 Commentary section.
9388
9389 2004-02-20 John Wiegley <johnw@newartisans.com>
9390
9391 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9392 again" modifier from 'e' to 'E', since 'e' is also used by the
9393 "file extension" modifier.
9394
9395 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9396
9397 * help-fns.el (describe-categories): Doc fix.
9398
9399 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9400
9401 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9402 temporary file for buffer already visiting one. This change makes
9403 output likely to be directly usable by patch program.
9404 Suggested by Adrian Aichner <adrian@xemacs.org>
9405
9406 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9407
9408 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9409 case of variables defined in compound statements.
9410 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9411 Simplify constructions using switch-to-buffer.
9412
9413 2004-02-19 Simon Josefsson <jas@extundo.com>
9414
9415 * play/morse.el: Fix typo.
9416 (morse-code): Add @.
9417
9418 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9419
9420 * calendar/appt.el (appt-display-format): Change default to
9421 'ignore, for backwards compatibility.
9422 (appt-display-message): If appt-display-format is 'ignore,
9423 respect old vars appt-msg-window and appt-visible.
9424 (appt-activate): Don't depend on return value of cancel-timer.
9425
9426 * calendar/calendar.el (calendar-holidays): Doc fix.
9427
9428 * calendar/cal-coptic.el (coptic-prompt-for-date):
9429 Use assoc-string instead of assoc-ignore-case.
9430 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9431 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9432 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9433 * calendar/cal-islam.el (calendar-goto-islamic-date)
9434 (mark-islamic-diary-entries): Ditto.
9435 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9436 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9437 (calendar-read-mayan-tzolkin-date): Ditto.
9438 * calendar/calendar.el (calendar-read-date): Ditto.
9439 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9440
9441 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9442
9443 * progmodes/executable.el (executable-command-find-posix-p):
9444 Fix choice of the directory.
9445
9446 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9447
9448 * simple.el (interprogram-cut-function)
9449 (interprogram-paste-function, kill-new, kill-append):
9450 Doc fixes.
9451 (kill-region): Make it return nil. Doc fix.
9452 (yank-pop): Make its argument optional.
9453 (yank): Make ARG `-' equivalent to `-1'.
9454
9455 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9456
9457 * mail/rmail.el (rmail-get-new-mail): Don't reference
9458 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9459
9460 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9461
9462 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9463 if one of global-auto-revert-non-file-buffers or autorevert-mode
9464 is non-nil.
9465
9466 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9467
9468 * subr.el (delete-dups): A better implementation from Karl Heuer
9469 <kwzh@gnu.org>.
9470
9471 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9472
9473 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9474 correct place.
9475 * progmodes/icon.el (icon-indent-command): Ditto.
9476 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9477
9478 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9479
9480 * progmodes/grep.el (grep-compute-defaults): Undo change from
9481 2004-01-29: don't use executable-command-find-posix-p.
9482
9483 2004-02-16 Richard Sharman <rsharman@pobox.com>
9484
9485 * hilit-chg.el: Use require instead of eval-and-compile.
9486 (highlight-compare-buffers): New function.
9487
9488 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9489
9490 * man.el (Man-fontify-manpage): Render section headings in
9491 `Man-overstrike-face' even when overstrike was not used by man
9492 formatter for section headings.
9493
9494 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9495
9496 * rmail-spam-filter.el: (vm-use-spam-filter)
9497 (rsf-min-region-length-added-to-spam-list): New variables.
9498 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9499 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9500 spam testing. Don't delete spam message if automatic deletion
9501 after output via variable rmail-delete-after-output is turned on.
9502 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9503 rsf-bbdb-dont-create-entries-for-spam.
9504 (check-field): New function, extracted from code in
9505 rmail-spam-filter to ease addition of header fields like content-type.
9506 (message-content-type): New variable to check the content-type:
9507 field added, also in defcustom of rsf-definitions-alist.
9508 (rmail-spam-filter): Replace repeated test code for header fields
9509 by calls to check-field; change the call to
9510 rmail-output-to-rmail-file such that rmail-current-message stays
9511 the same to avoid wrong deletion of unseen flags.
9512 (rsf-add-contents-type): New function to convert old format
9513 of rmail-spam-definitions-alist into new one.
9514 Change prefixes of all variables and functions from
9515 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9516
9517 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9518
9519 * loadhist.el (unload-hook-features-list): New defvar.
9520
9521 2004-02-16 Dave Love <fx@gnu.org>
9522
9523 * loadhist.el (unload-feature): Doc fix. Rename flist to
9524 unload-hook-features-list.
9525
9526 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
9527
9528 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9529 cookie. Don't check if we are looking-at open-formula.
9530
9531 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9532
9533 * subr.el (match-string-no-properties): Use substring-no-properties.
9534
9535 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9536
9537 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9538 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9539 Use lower-case "rx" in all error message.
9540
9541 2004-02-16 Dave Love <fx@gnu.org>
9542
9543 * emacs-lisp/rx.el (rx-or): Put group around result.
9544 (rx-constituents): Add backref.
9545 (rx-syntax): Add string-delimiter, comment-delimiter.
9546 (rx-categories): Add combining-diacritic.
9547 (rx-check-not, rx-greedy, rx): Doc fix.
9548 (rx-backref, rx-check-backref): New.
9549
9550 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9551
9552 * newcomment.el (uncomment-region): Allow eob as comment end.
9553
9554 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9555
9556 * filecache.el: All message and error commands now use prefix
9557 "Filecache:" to make it easy to read *Messages* buffer.
9558
9559 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9560
9561 * autorevert.el: Add support to detect changed dired and VC buffers.
9562 (auto-revert-active-p, auto-revert-list-diff)
9563 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9564 (auto-revert-handler, auto-revert-active-p): New functions.
9565 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9566 and `auto-revert-active-p'.
9567 (eval-when-compile): Defvar dired-directory and vc-mode.
9568 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9569 (auto-revert-handler-vc): New functions.
9570
9571 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9572
9573 * progmodes/compile.el (compilation-directory): New defvar.
9574 (compile): Save current directory in compilation-directory.
9575 (recompile): Bind default-directory to compilation-directory if
9576 that is non-nil.
9577
9578 2004-02-16 Dave Love <fx@gnu.org>
9579
9580 * newcomment.el (comment-insert-comment-function)
9581 (comment-region-function, uncomment-region-function): New.
9582 (comment-indent): Use comment-insert-comment-function.
9583 (uncomment-region): Use uncomment-region-function.
9584 (comment-region): Use comment-region-function.
9585
9586 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9587
9588 2004-02-16 Richard Stallman <rms@gnu.org>
9589
9590 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9591 loaddefs* and ldefs-boot*.
9592
9593 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9594
9595 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9596 and email address at the beginning and end of the address.
9597
9598 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9599 anchored at the beginning of the email address.
9600
9601 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
9602
9603 * international/ccl.el (ccl-compile-write): Pass `left' to
9604 ccl-embed-code to generate correct code of write-expr-register.
9605
9606 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
9607
9608 * progmodes/grep.el (grep-compute-defaults): Fix typos.
9609
9610 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9611
9612 * x-dnd.el: Mention support for Motif in commentary.
9613 (x-dnd-handle-drag-n-drop-event): Ditto.
9614
9615 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9616
9617 * ses.el: Use "ses--" prefixes for buffer-local variables.
9618 Use (point-min) instead of 1, even when we know the buffer
9619 is unnarrowed.
9620 (ses-build-load-map): Delete. Distribute its content to defconst's for
9621 the three maps.
9622 (ses-menu, ses-header-line-menu): New menus.
9623 (ses-mode-map): Use them.
9624 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
9625
9626 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
9627
9628 * Makefile.in: Fix the CC Mode recompile kludge so it works
9629 when building in a different directory.
9630
9631 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
9632
9633 * simple.el (kill-new): Put yank-handler property on the entire string.
9634
9635 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9636
9637 * diff.el: Don't use compile any more, use diff-mode instead.
9638 (diff-regexp-alist, diff-old-file, diff-new-file)
9639 (diff-parse-differences, diff-process-setup): Remove.
9640 (diff-sentinel): New fun.
9641 (diff): Use it. Run the process ourselves.
9642 Use diff-mode for the rest of the processing.
9643
9644 * diff.el (diff): Simplify code handling `switch'.
9645
9646 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9647
9648 * pcvs-defs.el (cvs-menu): Add `tag'.
9649
9650 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9651
9652 * simple.el (kill-append): Doc fix.
9653
9654 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9655 Adapt outline-regexp to the new conventions for commenting out code.
9656
9657 2004-02-11 John Paul Wallington <jpw@gnu.org>
9658
9659 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9660
9661 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * diff.el (diff-switches): New fun.
9664 (diff, diff-backup): Use it.
9665 (diff): Clean up the args construction. Use backquote.
9666 Use listp instead of consp to avoid putting a nil arg.
9667 (diff): Add a revert-buffer function.
9668
9669 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9670
9671 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
9672 handled by x-dnd-handle-file-name.
9673 (x-dnd-known-types): Add COMPOUND_TEXT.
9674 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9675 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9676 x-dnd-empty-state.
9677 (x-dnd-forget-drop): Ditto.
9678 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9679 (x-dnd-handle-one-url): Return private when inserting text.
9680 (x-dnd-insert-ctext): New function.
9681 (x-dnd-handle-file-name): New function for FILE_NAME.
9682 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9683 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9684 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9685
9686 2004-02-10 Kenichi Handa <handa@m17n.org>
9687
9688 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9689 instead of while loop.
9690
9691 2004-02-10 Miles Bader <miles@gnu.org>
9692
9693 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9694
9695 2004-02-09 Kenichi Handa <handa@m17n.org>
9696
9697 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9698 have end-of-line.
9699
9700 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9701
9702 * Makefile.in: Added extra dependencies in the recompile target
9703 needed to cope with the compile time macro expansions in CC Mode.
9704
9705 2004-02-09 Kim F. Storm <storm@cua.dk>
9706
9707 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9708 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9709 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9710 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9711 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9712 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9713 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9714 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9715 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9716 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9717 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9718
9719 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9722 Don't allow shrink if there's a window on our right.
9723
9724 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9725 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9726 Bring together declaration and initialization.
9727 (prolog-mode-variables): Don't set the syntax table.
9728 Don't set paragraph-start and comment-indent-function.
9729 Add /*..*/ to the comment regexps.
9730 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
9731 (prolog-mode-map): Don't bind TAB.
9732 (prolog-mode): Set the syntax table.
9733 (prolog-comment-indent): Remove.
9734 (inferior-prolog-mode-map): Initialize in the declaration.
9735 (inferior-prolog-mode-syntax-table)
9736 (inferior-prolog-mode-abbrev-table): New vars.
9737 (inferior-prolog-mode): Derive from comint-mode.
9738 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9739 minibuffer windows.
9740
9741 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9742 in file names, as long as it is unabmiguous.
9743
9744 2004-02-08 Andreas Schwab <schwab@suse.de>
9745
9746 * textmodes/reftex-toc.el
9747 (reftex-toc-load-all-files-for-promotion): Remove useless use of
9748 format. Doc fix.
9749
9750 * textmodes/refer.el (refer-find-entry-internal): Remove extra
9751 format string arguments.
9752
9753 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9754 string argument.
9755
9756 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9757
9758 * play/zone.el (zone-call): Fix format string.
9759
9760 * net/webjump.el (webjump-builtin): Add missing format string argument.
9761
9762 * midnight.el (midnight-delay-set): Remove extra format string argument.
9763
9764 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9765
9766 * hexl.el (hexl-insert-char): Add missing format string argument.
9767
9768 * format.el (format-decode): Fix format string.
9769
9770 * emulation/vi.el (vi-mode): Remove extra format string argument.
9771 (vi-repeat-last-search): Likewise.
9772 (vi-reverse-last-search): Likewise.
9773 (vi-goto-mark): Likewise.
9774 (vi-reverse-last-find-char): Likewise.
9775 (vi-repeat-last-find-char): Likewise.
9776 (vi-locate-def): Likewise.
9777
9778 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9779
9780 * ediff-util.el (ediff-toggle-read-only): Remove extra format
9781 string argument.
9782 (ediff-toggle-regexp-match): Likewise.
9783
9784 * dired-aux.el (dired-do-query-replace-regexp): Add missing
9785 format string argument.
9786
9787 * calc/calc-map.el (calc-get-operator): Remove extra format
9788 string argument.
9789
9790 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9791
9792 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9793 string argument.
9794
9795 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9796
9797 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9798
9799 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9800
9801 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9802 (cl-struct-setf-expander): Likewise.
9803
9804 * vc.el (with-vc-file): Fix unsafe uses of error.
9805 (vc-cancel-version): Likewise.
9806
9807 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
9808
9809 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9810 thousands separator; fixes <class>:<line-number> regexp for
9811 non-english locales.
9812
9813 2004-02-08 Andreas Schwab <schwab@suse.de>
9814
9815 * view.el (view-mode-enable): Revert previous change.
9816
9817 2004-02-07 Kim F. Storm <storm@cua.dk>
9818
9819 * simple.el (line-number-at-pos): Rename from line-at-pos.
9820 Uses changed (what-line and vc-annotate-warp-version).
9821
9822 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9825 (diff-mode): Remove aborted attempt at support for compile.el.
9826 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9827
9828 2004-02-06 Andreas Schwab <schwab@suse.de>
9829
9830 * view.el (view-mode-enable): Add view-mode-map to
9831 minor-mode-overriding-map-alist.
9832
9833 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9834
9835 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9836
9837 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9838
9839 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9840 with point inside rather than after the paragraph.
9841
9842 2004-02-04 Sam Steingold <sds@gnu.org>
9843
9844 * mail/smtpmail.el (smtpmail-try-auth-methods):
9845 Do not try authentication when no mechanism is available.
9846 Pass port-name as defaultport to `netrc-machine'.
9847
9848 2004-02-04 Stephen Eglen <stephen@gnu.org>
9849
9850 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9851 to show how minibuffer height can be constrained.
9852
9853 2004-02-04 John Paul Wallington <jpw@gnu.org>
9854
9855 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9856
9857 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9858
9859 * x-dnd.el: New file for drag and drop.
9860
9861 * term/x-win.el: require x-dnd, set after-make-frame-functions
9862 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9863 drag-n-drop event.
9864
9865 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9866 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9867 (dired-dnd-handle-file): New functions for drag and drop support.
9868 (dired-mode): Initialize drag and drop if x-dnd present.
9869
9870 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9873 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9874 (cperl-mode): Set fill-paragraph-function.
9875 (cperl-fill-paragraph): Make it non-interactive.
9876
9877 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
9878
9879 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9880
9881 2004-02-02 David Kastrup <dak@gnu.org>
9882
9883 * replace.el (perform-replace): Allow 'literal argument in
9884 regexp-flag to indicate literal replacement.
9885 (query-replace-regexp-eval): Use it.
9886
9887 2004-02-01 Andreas Schwab <schwab@suse.de>
9888
9889 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9890
9891 2004-02-01 Stephen Eglen <stephen@gnu.org>
9892
9893 * info-look.el: Add support for maxima-mode. Update commentary
9894 because info-lookup-symbol is now bound to C-h S.
9895
9896 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
9897
9898 * simple.el (edit-and-eval-command): Bind print-level and
9899 minibuffer-history-sexp-flag around call to read-from-minibuffer.
9900 Correct initial position in command-history.
9901
9902 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9903
9904 * files.el (read-directory-name): Adapt the docstring to recent
9905 change in Fread_file_name.
9906
9907 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
9908
9909 * ses.el (ses-print-cell): If print format too wide for column
9910 width, truncate decimal places if that helps to avoid "#####" fill.
9911 * ses.el (ses-initial-column-width): Revert previous change.
9912
9913 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
9914
9915 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9916 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9917 Add edebug info.
9918 (jit-lock-mode): Setup/cancel the new timer.
9919 (jit-lock-context-fontify): New fun. Extracted from
9920 context fontification code of jit-lock-stealth-fontify.
9921 (jit-lock-stealth-fontify): Don't do context fontification any more.
9922
9923 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9924 (jit-lock-fontify-now): Handle the `quit' case.
9925 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9926
9927 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
9928
9929 * progmodes/executable.el (executable-command-find-posix-p):
9930 New. Check if find handles arguments Posix-style.
9931
9932 * progmodes/grep.el (grep-compute-defaults):
9933 Use executable-command-find-posix-p.
9934 (grep-find): Check `grep-find-command'.
9935
9936 * filecache.el (file-cache-find-posix-p): Delete.
9937 (file-cache-add-directory-using-find):
9938 Use `executable-command-find-posix-p'.
9939
9940 2004-01-29 Dave Love <fx@gnu.org>
9941
9942 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9943 Iterate the hook function if arg is given.
9944 (mark-defun, narrow-to-defun): Change order of finding the limits.
9945
9946 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9947 (byte-compile-format-warn): New.
9948 (byte-compile-callargs-warn): Use it.
9949 (Format, message, error): Add byte-compile-format-like property.
9950 (byte-compile-maybe-guarded): New.
9951 (byte-compile-if, byte-compile-cond): Use it.
9952 (byte-compile-lambda): Compile interactive forms,
9953 just to make warnings about them.
9954
9955 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
9956
9957 * ses.el (ses-initial-column-width): Increase to 14, so it will
9958 work well with the default printer of "%.7g" for extreme values
9959 like "-1.234567e+07".
9960
9961 2004-01-29 Kenichi Handa <handa@m17n.org>
9962
9963 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9964
9965 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
9966
9967 * dos-w32.el: Added support for the `default-printer-name' function.
9968
9969 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * server.el (server-socket-name): Don't use the hostname in the
9972 socket name since /tmp is local to the host anyway.
9973
9974 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9975 robust check of widening and fix var-naming.
9976
9977 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
9978
9979 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9980 or rmail-spam- to rsf- in all function and variable names.
9981 (rsf-min-region-to-spam-list): New variable.
9982 (rsf-bbdb-auto-delete-spam-entries): Rename from
9983 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
9984 scanned together with the recipients field for spam testing; Don't
9985 delete spam message if rmail-delete-after-output is non-nil;
9986 (rsf-check-field): New function, extracted from code in
9987 rmail-spam-filter to ease addition of header fields like
9988 content-type:;
9989 (message-content-type): New variable. The content-type: field was
9990 added also in defcustom of rsf-definitions-alist;
9991 (rmail-spam-filter): Replace repeated test code for header fields
9992 by calls to check-field; change the call to
9993 rmail-output-to-rmail-file such that rmail-current-message stays
9994 the same to avoid wrong deletion of unseen flags.
9995 (rmail-use-spam-filter): Add autoload cookie.
9996
9997 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
9998
9999 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
10000 (file-cache-add-directory-using-find): Add Cygwin support.
10001 (file-cache-find-command-posix-flag): New user variable.
10002
10003 * filecache.el (file-cache-add-directory): Check for
10004 directories an remove them from dir-files.
10005
10006 2004-01-27 Richard M. Stallman <rms@gnu.org>
10007
10008 * man.el (Man-fontify-manpage): Clean up message.
10009
10010 2004-01-27 Kenichi Handa <handa@m17n.org>
10011
10012 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10013 (sentence-end): Define using sentence-end-without-space.
10014
10015 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10016 a sentence ends with one of a character in sentence-end-without-space.
10017
10018 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * font-lock.el (font-lock): Add jit-lock as explicit group member.
10021 (jit-lock): Group declaration moved to jit-lock.el.
10022 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10023 when necessary.
10024
10025 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10026 (jit-lock-context-unfontify-pos): Rename from
10027 jit-lock-first-unfontify-pos.
10028 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10029
10030 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10031
10032 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10033 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10034 (fortran-fill): When filling a string, adjust re-search-backward
10035 argument for special case of string just on fill-column.
10036 When filling non-string, allow one extra char if
10037 fortran-break-before-delimiters is non-nil.
10038 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10039 Use fortran-break-delimiters-re and fortran-no-break-re to
10040 correctly handle cases such as "**".
10041
10042 * progmodes/f90.el (f90-break-delimiters): Doc fix.
10043 (f90-no-break-re): Add some extra tokens. Doc fix.
10044
10045 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
10046
10047 * mail/rmail-spam-filter.el:
10048 Use two semicolons as Commentary line prefix.
10049 Add ";;; Code:" stylized comment.
10050 Delete end-of-line whitespace.
10051 Wrap (require 'cl) with `eval-when-compile'.
10052
10053 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
10054
10055 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10056 at the top level of vc.el.
10057
10058 2004-01-23 Andre Spiegel <spiegel@gnu.org>
10059
10060 * vc.el (vc-current-line): Function removed. This is now done by
10061 the new function line-at-pos in simple.el.
10062 (vc-annotate-warp-version): Use line-at-pos instead of
10063 vc-current-line.
10064
10065 2004-01-22 Kim F. Storm <storm@cua.dk>
10066
10067 * simple.el (line-at-pos): New defun.
10068 (what-line): Use it. Optimize by only counting lines in narrowed
10069 region once.
10070
10071 2004-01-22 Kenichi Handa <handa@m17n.org>
10072
10073 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10074 point (register r1) only for charset mule-unicode-0100-24ff.
10075
10076 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
10077
10078 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10079 trailing white space and ensure a final newline.
10080
10081 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10082 Add autoload cookie.
10083
10084 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
10085
10086 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10087 activate view-mode explicitly.
10088
10089 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10090
10091 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10092 use clipboard first.
10093
10094 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
10097 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10098 (vc-mcvs-cvs): Remove.
10099 (vc-mcvs-command): Remove use of assert.
10100
10101 * outline.el (outline-insert-heading): Tighten up match.
10102 (outline-demote, outline-move-subtree-down): Don't assume anything
10103 about outline-regexp.
10104
10105 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10106 (texinfo-show-structure): Explicitly add ^, and simplify.
10107
10108 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10109
10110 * calendar/appt.el (appt-check): Restore usage of
10111 appt-issue-message deleted in previous change.
10112 (top-level): Activate package when loaded (needed for backwards
10113 compatibility).
10114
10115 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10116
10117 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10118 following previous change to smtpmail-send-data.
10119
10120 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10121
10122 * vc.el (vc-default-previous-version): Doc enhancement.
10123 (vc-default-next-version): New function.
10124 (vc-print-log): New arg FOCUS-REV.
10125 (vc-annotate-mode): Derive from view-mode.
10126 (vc-annotate): New args REVISION, DISPLAY-MODE.
10127 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10128 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10129 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10130 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10131 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10132
10133 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10134
10135 2004-01-19 Karl Berry <karl@gnu.org>
10136
10137 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10138 or "TexInfo".
10139
10140 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10141
10142 * subr.el (delete-dups): New function.
10143
10144 2004-01-19 Karl Berry <karl@gnu.org>
10145
10146 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10147 with ^, since that's what texinfo-show-structure
10148 documentation says (plus it works much better in texinfo.txi).
10149
10150 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10151
10152 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10153
10154 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10155
10156 * progmodes/which-func.el (which-function-mode): Don't cancel
10157 which-func-update-timer if not set.
10158
10159 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10160
10161 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10162 Remove spurious left square bracket in XX:XXam regexp.
10163
10164 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10165
10166 * progmodes/cc-defs.el: Do not require cl at run time.
10167
10168 2004-01-16 Richard M. Stallman <rms@gnu.org>
10169
10170 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10171 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10172
10173 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10174 Call rmail-spam-filter. Delete and expunge spam.
10175 Print number of spam messages deleted.
10176 Save and restore the deletion status of old messages when reading
10177 new mail with spam filter, so that expunging spam does not expunge
10178 msgs deleted by the user.
10179 (rmail-only-expunge): Add an optional argument dont-show to
10180 prevent showing message after expunge.
10181
10182 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10183
10184 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10185 * subr.el (declare): New macro.
10186
10187 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10188
10189 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10190
10191 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10192
10193 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10194 Test window-system rather than system-type (for X11/Mac).
10195
10196 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10197
10198 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10199
10200 2004-01-12 Richard M. Stallman <rms@gnu.org>
10201
10202 * mail/rmail.el (rmail-convert-to-babyl-format):
10203 Use mail-unquote-printable-region.
10204 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10205 (rmail-hex-char-to-integer): Functions deleted.
10206
10207 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10208 (mail-unquote-printable-region): New arg NOERROR.
10209 For invalid encoding, either signal an error to just return nil.
10210
10211 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10212
10213 * calendar/appt.el: Update copyright and commentary.
10214 (appt-issue-message): Make obsolete.
10215 (appt-visible, appt-msg-window): Make obsolete, in favour of
10216 appt-display-format.
10217 (appt-display-mode-line, appt-display-duration)
10218 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10219 (appt-prev-comp-time, appt-display-count, appt-timer)
10220 (appt-convert-time): Doc change.
10221 (appt-disp-window-function, appt-delete-window-function):
10222 Use defcustom rather than defvar.
10223 (appt-display-format): New variable.
10224 (appt-display-message): New function with display code from appt-check.
10225 (appt-check): Add optional FORCE argument. Doc change.
10226 Add appt-make-list to diary-hook if displaying diary.
10227 Remove checking of view-diary-entries-initially.
10228 Message display section removed to new function appt-display-message.
10229 (appt-display-window): Doc change. Remove unused internal var
10230 this-buffer. Do not beep, since appt-display-message does that.
10231 (appt-make-list): Doc change. Use caar.
10232 (appt-sort-list): Simplify by using builtin sort function.
10233 (appt-update-list): New function for updating appts when diary is
10234 saved.
10235 (appt-activate): New autoloaded function to toggle package
10236 functionality.
10237
10238 * calendar/cal-x.el: (calendar-one-frame-setup)
10239 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10240
10241 * calendar/calendar.el: Update copyright.
10242 (view-diary-entries-initially, european-calendar-style): Doc change.
10243 (calendar-setup): Make defcustom rather than defvar.
10244 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10245 in let binding so local to function.
10246
10247 * calendar/diary-lib.el: Update copyright.
10248 (diary, diary-entry-time): Doc change.
10249 (list-diary-entries): Doc change. Trivial logic change.
10250 (fancy-diary-display): Restore make-face command mistakenly
10251 deleted 2003-05-08.
10252 (show-all-diary-entries): Allow to pop-up frame if needed.
10253
10254 2004-01-09 John Paul Wallington <jpw@gnu.org>
10255
10256 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10257 Temporarily select EVENT's window for changing eol type.
10258
10259 2004-01-09 Deepak Goel <deego@gnufans.org>
10260
10261 * calendar/diary-lib.el (diary-entry-time):
10262 Also accept time in the form XX[.XX][am/pm/AM/PM].
10263 (fancy-diary-font-lock-keywords): Likewise.
10264 (diary-font-lock-keywords): Likewise.
10265 * calendar/appt.el (appt-add): Likewise.
10266 (appt-make-list): Likewise.
10267 (appt-convert-time): Likewise.
10268
10269 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10270
10271 * gdb-ui.el (gdb-ann3): Revert previous change.
10272 (gdb-source-info): Allow for case of where compilation directory
10273 is not recorded.
10274
10275 2004-01-08 John Paul Wallington <jpw@gnu.org>
10276
10277 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10278
10279 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10280
10281 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10282
10283 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10284 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10285 problems.
10286 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10287
10288 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10289
10290 * files.el (write-file-functions, write-contents-functions):
10291 Clarify docstrings.
10292
10293 2004-01-07 Kenichi Handa <handa@m17n.org>
10294
10295 * international/mule.el (set-auto-coding): Fix for the case that
10296 end-of-line is only CR.
10297
10298 2004-01-07 Kim F. Storm <storm@cua.dk>
10299
10300 * subr.el (event-start, event-end): Doc fix.
10301 (posn-string, posn-image): New defuns.
10302 (posn-object): Return either image or string object.
10303 (posn-object-x-y): Return 8th element of position.
10304 (posn-object-width-height): New defun.
10305
10306 2004-01-06 Andreas Schwab <schwab@suse.de>
10307
10308 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10309 output.
10310
10311 2004-01-05 Karl Berry <karl@gnu.org>
10312
10313 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10314 / and *, too.
10315
10316 2003-12-31 Simon Josefsson <jas@extundo.com>
10317
10318 * files.el (before-save-hook): Add.
10319 (basic-save-buffer): Use before-save-hook.
10320
10321 * emacs-lisp/copyright.el: Fix comment to recommend
10322 before-save-hook instead of write-file-functions.
10323
10324 2004-01-05 Richard M. Stallman <rms@gnu.org>
10325
10326 * finder.el (finder-commentary): Call delete-other-windows.
10327
10328 * net/ange-ftp.el (ange-ftp-file-attributes):
10329 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10330
10331 2004-01-04 Karl Berry <karl@gnu.org>
10332
10333 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10334 comment characters % and # in the copyright year notice,
10335 as well as ;.
10336
10337 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10338
10339 * wid-edit.el (default): Define dummy :value-delete.
10340 Reported by Jesper Harder <harder@ifa.au.dk>.
10341
10342 2004-01-03 Richard M. Stallman <rms@gnu.org>
10343
10344 * progmodes/compile.el (compile-internal): Use point, not point-min,
10345 for set-window-point.
10346
10347 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10348
10349 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10350
10351 * progmodes/grep.el (grep-mode-map):
10352 Don't remap next-line, previous-line.
10353
10354 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10355
10356 * speedbar.el (speedbar-edit-line): Change regexp to position
10357 the cursor on the first character of this line's button.
10358
10359 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * subr.el (functionp): Doc fix.
10362
10363 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10364
10365 * progmodes/idlwave.el (idlwave-make-tags):
10366 * textmodes/flyspell.el (flyspell-large-region):.
10367 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10368 * emulation/viper-util.el (viper-glob-unix-files):
10369 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10370 * man.el (Man-init-defvars):
10371 * jka-compr.el (jka-compr-call-process):
10372 * files.el (get-free-disk-space,insert-directory):
10373 * ediff-ptch.el (ediff-test-patch-utility):
10374 * ediff-diff.el (ediff-test-utility):
10375 * dired-aux.el (dired-check-process):
10376 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10377 test the return value of call-process, because it can be a string.
10378
10379 2003-12-31 John Paul Wallington <jpw@gnu.org>
10380
10381 * bindings.el (completion-ignored-extensions): Add .pfsl.
10382
10383 2003-12-31 Kim F. Storm <storm@cua.dk>
10384
10385 * ido.el (ido-nonreadable-directory-p): New defun to check for
10386 nonreadable directory without activating tramp (to avoid problems
10387 with checking incomplete tramp paths).
10388 (ido-set-current-directory, ido-file-internal)
10389 (ido-file-name-all-completions1): Use it.
10390
10391 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10392
10393 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10394 documentation if the anchor (or node) name is preceded by `info
10395 anchor' or `Info anchor' in addition to earlier `info node' and
10396 `Info node'.
10397 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10398
10399 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10400
10401 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10402 error in arguments to base64-decode-region. Remove ^M characters
10403 after decoding base64.
10404
10405 2003-12-30 Simon Josefsson <jas@extundo.com>
10406
10407 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10408 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10409 have only been distributed with Emacs for some years.
10410 (texinfo-mode-hook): Customize.
10411
10412 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10413
10414 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10415 cleaner (suggested by Richard Stallman).
10416
10417 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10418 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10419 file-name clashes on 8+3 DOS filesystems.
10420
10421 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10422 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10423 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10424 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10425 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10426 file-name clashes on 8+3 filesystems.
10427
10428 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10429 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10430 file-name clashes on 8+3 DOS filesystems.
10431
10432 2003-12-29 Richard M. Stallman <rms@gnu.org>
10433
10434 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10435 Upcase the character.
10436
10437 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10438 Search for header separator alone on a line, literally,
10439 and search for it backward, not forward.
10440 (flyspell-abbrev-table): Always use global-abbrev-table
10441 if there is no local one.
10442
10443 * progmodes/sh-script.el (sh-get-indent-info):
10444 Don't move point back if at bob.
10445
10446 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10447
10448 * play/handwrite.el (handwrite): Make the handwrite credit message
10449 a comment rather than an output command.
10450
10451 * obsolete/sc.el: Display message that this file is obsolete.
10452
10453 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10454
10455 * mail/rfc822.el (rfc822-address-start): Declare variable.
10456 Renamed from address-start. All uses changed.
10457
10458 * term.el (term-exec): Set up sentinel.
10459 (term-sentinel): New function.
10460 (term-handle-exit): New function.
10461
10462 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10463 Use assoc-string, and mark them obsolete.
10464 (delay-mode-hooks): Mark as permanent local.
10465
10466 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10467
10468 * register.el (copy-rectangle-to-register): Doc fix.
10469
10470 * info.el (Info-insert-dir): Use assoc-string.
10471
10472 * info-look.el (info-lookup): Use assoc-string.
10473
10474 * frame.el (pop-up-frame-function): Use quote, not `function'.
10475 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10476 copying with lists as coordinate values.
10477
10478 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10479
10480 * find-dired.el (kill-find): New command.
10481 (find-dired): Make buffer read-only.
10482 Set up a keymap with C-c C-k running kill-find.
10483 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10484
10485 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10486
10487 * filecache.el (file-cache-ignore-case): New variable.
10488 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10489
10490 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10491 (comint-dynamic-complete-as-filename): Rename local vars.
10492 (comint-dynamic-list-filename-completions): Likewise.
10493
10494 * comint.el (comint-dynamic-list-completions-config): New var.
10495 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10496
10497 * comint.el (comint-file-name-chars): Add [].
10498 (comint-word): Use skip-chars-backward, not search.
10499
10500 * shell.el (shell-file-name-chars): Add [].
10501
10502 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10503
10504 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10505
10506 * generic.el (define-generic-mode): Doc fix.
10507
10508 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10509
10510 * files.el (kill-some-buffers): Doc fix.
10511
10512 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
10513
10514 * comint.el (comint-watch-for-password-prompt): Pass `string' as
10515 arg to send-invisible
10516 (send-invisible): Doc fix. The argument is now a prompt, not the
10517 string to send.
10518 (comint-read-noecho): Doc fix.
10519
10520 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
10521
10522 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10523 "@", as required by some ISP hosting service. Fix defcustom
10524 argument syntax errors that prevented use of customization.
10525
10526 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10527
10528 * xml.el (xml-get-attribute-or-nil): Doc fix.
10529
10530 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
10531
10532 * net/zone-mode.el (zone-mode): Use write-file-functions, not
10533 write-file-hooks.
10534
10535 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
10536
10537 * autorevert.el (auto-revert-interval): Doc fix.
10538
10539 2003-12-29 Mark A. Hershberger <mah@everybody.org>
10540
10541 * xml.el (xml-get-attribute-or-nil): New function, like
10542 xml-get-attribute, but returns nil if the attribute was not found.
10543 (xml-get-attribute): Convert to defsubst, uses
10544 xml-get-attribute-or-nil.
10545
10546 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10547
10548 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10549
10550 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
10551
10552 * custom.el (custom-declare-theme): Use `value' when putting
10553 properties on `theme'.
10554
10555 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
10556
10557 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10558 for each yank-handler segment.
10559 (insert-for-yank-1): New function, with the body of the previous
10560 insert-for-yank.
10561
10562 * textmodes/table.el (table-yank-handler): New defcustom.
10563 (table--put-cell-indicator-property): Put yank-handler property
10564 that indicates the yank handler for the table cell.
10565
10566 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10567
10568 * generic-x.el (etc-modules-conf-generic-mode): A more complete
10569 set of keywords.
10570
10571 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10572
10573 * international/mule-cmds.el (reset-language-environment)
10574 (set-language-environment): Don't invoke fontset-related functions
10575 if fontset-list is not fboundp.
10576
10577 2003-12-29 Kenichi Handa <handa@m17n.org>
10578
10579 * international/mule-cmds.el (reset-language-environment):
10580 Call set-overriding-fontspec-internal with nil.
10581 (set-language-environment): Call set-overriding-fontspec-internal
10582 if the language environment specify `overriding-fontspec'.
10583 (language-info-alist): Doc added.
10584
10585 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10586 characters of mule-unicode-0100-24ff.
10587 (ccl-encode-windows-1251-font): New CCL program.
10588 ("Bulgarian"): Specify overriding-fontspec.
10589 ("Belarusian"): Likewise.
10590
10591 2003-12-28 Sam Steingold <sds@gnu.org>
10592
10593 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10594 parameter ID-FORMAT to conform with the 2003-11-30 patch.
10595
10596 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
10597
10598 * progmodes/gud.el (gud-gdb-command-name): Set default to
10599 "gdb --annotate=3".
10600 (gud-gdb-marker-filter): Look out for annotations.
10601 (gdb-first-pre-prompt): New variable.
10602 Remove trailing white space.
10603
10604 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10605 if necessary.
10606 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
10607 annotations are detected.
10608 (gud-gdba-marker-filter): Use global variable gud-marker-acc
10609 instead of a local one to allow transition from
10610 gud-gdb-marker-filter.
10611 Remove trailing white space.
10612
10613 2003-12-27 Kim F. Storm <storm@cua.dk>
10614
10615 * ido.el: Handle non-readable directories.
10616 (ido-decorations): Add 9th element for non-readable directory.
10617 (ido-directory-nonreadable): New dynamic var.
10618 (ido-set-current-directory): Set it.
10619 (ido-read-buffer, ido-file-internal):
10620 (ido-read-file-name, ido-read-directory-name): Let-bind it.
10621 (ido-file-name-all-completions1): Return empty list for
10622 non-readable directory.
10623 (ido-exhibit): Print [Not readable] if directory is not readable.
10624 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10625 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10626 Use it.
10627
10628 2003-12-27 Lars Hansen <larsh@math.ku.dk>
10629
10630 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10631 calls to directory-files-and-attributes and file-attributes.
10632 (ls-lisp-format): Remove system dependent handling of user and
10633 group id's.
10634
10635 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10636
10637 * ffap.el (ffap-read-file-or-url): Revert previous change.
10638
10639 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
10640
10641 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10642 new list of included files called `files-with-node-lines', that
10643 only have node lines. This way @include commands can include any
10644 file, such as version and update files without node lines, not
10645 just files that are chapters.
10646
10647 2003-12-25 Andreas Schwab <schwab@suse.de>
10648
10649 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10650 file not found.
10651
10652 2003-12-08 Miles Bader <miles@gnu.org>
10653
10654 * dired.el (dired-between-files): Always use dired-move-to-filename,
10655 which is more robust in non-english locales.
10656
10657 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10658
10659 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10660
10661 2003-12-24 Andreas Schwab <schwab@suse.de>
10662
10663 * shell.el (shell-file-name-quote-list): Add backslash.
10664
10665 * comint.el (comint-quote-filename): Correctly handle backslash
10666 in comint-file-name-quote-list.
10667
10668 2003-12-24 Kenichi Handa <handa@m17n.org>
10669
10670 * international/mule-cmds.el (set-default-coding-systems):
10671 Call ucs-set-table-for-input for all buffers that don't have local
10672 value of buffer-file-coding-system.
10673
10674 * international/ucs-tables.el (ucs-set-table-for-input):
10675 If translation-table-for-encode is a symbol, get its
10676 translation-table property.
10677
10678 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10679
10680 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10681 to `completing-read' on a recently fixed bug.
10682
10683 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10684 instead of SPACE, to get the list of possible fringe modes.
10685 SPACE only works if both `partial-completion-mode' and
10686 `completion-auto-help' are nil.
10687
10688 * complete.el (PC-is-complete-p): Delete.
10689 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10690 calls to `test-completion'.
10691
10692 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10693
10694 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10695 to edit values when there are no children.
10696
10697 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10698 a mode called "Assembler" already exists.
10699 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10700 (gud-watch): Use format option. Remove font properties from string.
10701 (gdb-var-create-handler, gdb-var-list-children-handler):
10702 Don't bother about properties as there are none.
10703 (gdb-var-create-handler, gdb-var-list-children-handler)
10704 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10705 with two arguments.
10706 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10707 Let speedbar show value changes with a different font.
10708 (gdb-edit-value): New defun.
10709 (gdb-clear-partial-output, gdb-clear-inferior-io)
10710 (def-gdb-auto-update-handler): Use erase-buffer.
10711 (gdb-frame-handler): Display watch expressions in
10712 FUNCTION::VARIABLE format if required.
10713
10714 2003-12-23 John Paul Wallington <jpw@gnu.org>
10715
10716 * info.el (Info-unescape-quotes, Info-split-parameter-string)
10717 (Info-goto-emacs-command-node): Doc fixes.
10718
10719 2003-12-12 Jesper Harder <harder@ifa.au.dk>
10720
10721 * cus-edit.el (custom-add-parent-links): Define "many".
10722
10723 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
10724
10725 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10726 (widget-child-validate, widget-type-value-create)
10727 (widget-type-default-get, widget-type-match): New functions.
10728 (lazy): New widget.
10729 (menu-choice, checklist, radio-button-choice, editable-list)
10730 (group, documentation-string): Remove redundant (per 2003-10-25
10731 change) calls to `widget-children-value-delete'.
10732 (widget-choice-value-get, widget-choice-value-inline): Remove.
10733 (menu-choice): Update widget.
10734
10735 2003-12-03 Kenichi Handa <handa@m17n.org>
10736
10737 * language/cyrillic.el: Register "microsoft-cp1251" in
10738 ctext-non-standard-encodings-alist.
10739 ("Bulgarian"): Add ctext-non-standard-encodings.
10740 ("Belarusian"): Likewise.
10741
10742 * international/mule-conf.el (compound-text-with-extensions):
10743 Change the type to 2 (iso-2022 base).
10744
10745 * international/mule.el (ctext-non-standard-encodings-alist):
10746 Change the format.
10747 (ctext-non-standard-encodings): New variable.
10748 (ctext-post-read-conversion): Fully re-written.
10749 (ctext-non-standard-designations-alist): Delete it.
10750 (ctext-non-standard-encodings-table): New function.
10751 (ctext-pre-write-conversion): Fully re-written.
10752
10753 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10754
10755 * cus-edit.el (custom-add-parent-links): Add documentation links
10756 for parent, if the item has none of its own.
10757
10758 2003-11-30 Richard M. Stallman <rms@gnu.org>
10759
10760 * dired-aux.el (dired-do-query-replace-regexp):
10761 Report files visited read-only.
10762
10763 2003-11-30 Juri Linkov <juri@jurta.org>
10764
10765 * dired-aux.el (dired-compare-directories): New command.
10766 (dired-file-set-difference, dired-files-attributes): New functions.
10767
10768 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10769 Version 2.0.38 of Tramp released.
10770
10771 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
10772 Charles Curley <charlescurley@charlescurley.com>.
10773 (tramp-multi-connection-function-alist): Add ssht entry which adds
10774 "-e none -t -t" to the list of ssh args. Suggested by Adrian
10775 Aichner.
10776 (tramp-get-method-parameter): New function to retrieve a method
10777 parameter. This allows for omission of method parameters.
10778 Callers adjusted.
10779
10780 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
10781
10782 * net/tramp.el: Add new optional parameter ID-FORMAT to
10783 `file-attributes'. Calls of `file-attributes' won't use this
10784 parameter for backward compatibility reasons.
10785 (tramp-perl-file-attributes): Add a new parameter to Perl script
10786 in order to handle uid/gid as strings, if desired.
10787 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10788 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10789 order to make the function more general.
10790 (tramp-handle-file-attributes): Replace proprietary optional
10791 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10792 (tramp-handle-file-attributes-with-perl): Handle parameter
10793 NONNUMERIC if set. This wasn't done in the past.
10794 (tramp-post-connection): Apply second parameter "$2" if
10795 `tramp-remote-perl' is called.
10796
10797 * net/tramp-smb.el (tramp-smb-handle-delete-file):
10798 Correct cut'n'waste error (`filename' instead of `directory').
10799 (tramp-smb-handle-directory-files-and-attributes)
10800 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10801 introduced parameter ID-FORMAT.
10802 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10803 error (`directory' instead of `ldir').
10804
10805 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10806 `file-attributes' has a second parameter. If yes, apply it with
10807 value "'integer". Otherwise, don't use that parameter (default is
10808 integer format).
10809
10810 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10811
10812 * help.el (help-map): Bind `display-local-help' to `C-h .'.
10813 (help-for-help): Add `C-h .' to the listed Help options.
10814 Remove trailing whitespace.
10815
10816 * help-at-pt.el: New file.
10817
10818 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
10819
10820 * subr.el (noreturn, 1value): New macros for test coverage.
10821 See `testcover.el'.
10822
10823 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10824
10825 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10826 for macro `1value'.
10827 (testcover-1value): New function. Checks that a 1value form
10828 actually returns only one value. Requested by RMS.
10829
10830 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
10831
10832 * gdb-ui.el (gud-watch, gdb-var-create-handler)
10833 (gdb-var-list-children, gdb-var-list-children-handler)
10834 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10835 gdb commands that use mi to keep them out of the command history.
10836
10837 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10838
10839 * cus-start.el (all): Add use-file-dialog.
10840
10841 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10844
10845 2003-11-27 Kim F. Storm <storm@cua.dk>
10846
10847 * subr.el (posn-object-x-y): New defun.
10848
10849 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10852 Don't use `space' for \\\n.
10853 Be more selective as to which # are comment-starters.
10854
10855 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
10856
10857 * subr.el (number-sequence): Improve handling of floating point
10858 arguments (suggested by Kim Storm). Allow negative arguments.
10859
10860 2003-11-26 Kenichi Handa <handa@m17n.org>
10861
10862 * international/mule-cmds.el (standard-display-european-internal):
10863 Cancel the standard-display-table setting for ` and '.
10864
10865 2003-11-26 Kim F. Storm <storm@cua.dk>
10866
10867 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10868 New defcustoms to add ffap-like functionality to ido.
10869 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
10870 (ido-no-final-slash): New defun.
10871 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10872 (ido-read-file-name): ): Toggle VC checking via
10873 vc-handled-backends instead of vc-master-templates.
10874 (ido-file-internal): Handle ido-use-url-at-point and
10875 ido-use-filename-at-point via code borrowed from ffap-guesser.
10876 Handle new ido-exit code ffap.
10877 (ido-sort-list): Ignore final slash when sorting file names.
10878
10879 2003-11-25 Kim F. Storm <storm@cua.dk>
10880
10881 * emulation/cua-base.el (cua--standard-movement-commands):
10882 Add forward-sentence and backward-sentence.
10883
10884 2003-11-25 Stephen Eglen <stephen@gnu.org>
10885
10886 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10887 iswitchb-exit is set to 'usefirst when user selects buffer at head
10888 of list using RET. (Selecting buffers at the head of the list was
10889 broken if the substring was also a complete buffername.)
10890
10891 2003-11-23 Kim F. Storm <storm@cua.dk>
10892
10893 * progmodes/compile.el (grep-command, grep-use-null-device)
10894 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10895 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10896 (grep-regexp-alist, grep-program, find-program)
10897 (grep-find-use-xargs, grep-history, grep-find-history)
10898 (grep-process-setup, grep-compute-defaults)
10899 (grep-default-command, grep, grep-tag-default, grep-find)
10900 (grep-expand-command-macros, grep-tree-last-regexp)
10901 (grep-tree-last-files, grep-tree): Move grep variables, functions
10902 and commands to new file grep.el.
10903 (compilation-mode-map): Remove grep commands from Compile sub-menu.
10904 (compilation-process-setup-function): Doc fix.
10905 (compilation-highlight-regexp, compilation-highlight-overlay): New
10906 defvars used for highlighting current compile error in source buffer.
10907 (compile-internal): New optional args HIGHLIGHT-REGEXP and
10908 LOCAL-MAP which overrides compilation-highlight-regexp and
10909 compilation-mode-map for this compilation.
10910 Delay calling compilation-set-window-height until after running
10911 compilation-process-setup-function so it can buffer-local override
10912 compilation-window-height.
10913 Check buffer-local value of compilation-scroll-output.
10914 (compilation-set-window-height): Use buffer-local value of
10915 compilation-window-height.
10916 (compilation-revert-buffer): Don't pass (undefined)
10917 preserve-modes arg to revert-buffer.
10918 (next-error-no-select, previous-error-no-select): New commands.
10919 (compilation-goto-locus): Temporarily highlight current match in
10920 source buffer using compilation-highlight-regexp.
10921
10922 * progmodes/grep.el: New file with grep code from compile.el.
10923 (grep): New defcustom group.
10924 (grep-window-height): New defcustom, like compilation-window-height.
10925 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10926 (grep-scroll-output): New defcustom, like compilation-scroll-output.
10927 (grep-command, grep-use-null-device, grep-find-command)
10928 (grep-tree-files-aliases, grep-tree-ignore-case)
10929 (grep-tree-ignore-CVS-directories): Move to grep custom group.
10930 (grep-setup-hook): New hook variable.
10931 (grep-mode-map): New keymap for grep commands. Add Grep menu.
10932 (grep-last-buffer): New defvar, override compilation-last-buffer.
10933 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
10934 Call compile-internal with args highlight-regexp and grep-mode-map.
10935
10936 2003-11-23 Kim F. Storm <storm@cua.dk>
10937
10938 * subr.el (event-start, event-end): Doc fix.
10939 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10940 (posn-area, posn-actual-col-row, posn-object): New defuns.
10941 (posn-col-row): Simplify doc. Rewrite to use cond.
10942 (posn-point): Also return buffer position for events outside text
10943 area (that info is now present in the event position).
10944
10945 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10946 mouse-set-point so that hscroll still works now that clicks on
10947 fringes generate specific mouse events.
10948 (mouse-set-point): Note that it now works in fringes and margins
10949 too due to new semantics of posn-point in fringes and margins.
10950
10951 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10952 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10953
10954 2003-11-20 Kim F. Storm <storm@cua.dk>
10955
10956 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10957 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10958 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10959 to 100 for icons to avoid increasing line height when shown.
10960
10961 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10962
10963 * newcomment.el (comment-normalize-vars): Initialize properly if
10964 comment-start was nil.
10965
10966 2003-11-19 Andreas Schwab <schwab@suse.de>
10967
10968 * simple.el (set-variable): Fix indentation.
10969
10970 2003-11-17 Kenichi Handa <handa@m17n.org>
10971
10972 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10973 Fix docstring.
10974
10975 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10976
10977 * international/latin1-disp.el (latin1-display): Fix docstring.
10978
10979 2003-11-16 John Wiegley <johnw@newartisans.com>
10980
10981 * eshell/em-ls.el (eshell-ls-file): There are times with
10982 size-width is nil and uncomputed (when directories are created in
10983 dired, for example); in this case, 4 is reasonable default value,
10984 although it may caused skewed new entries (which could be avoided
10985 by returning the original value of 8 in all cases, but 99% of the
10986 time this is a waste of whitespace).
10987
10988 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10989
10990 * cc-engine.el (c-guess-continued-construct)
10991 (c-guess-basic-syntax): Check a little more carefully if it's a
10992 function declaration when an unknown construct followed by a block
10993 is found inside a statement context. This avoids macros followed
10994 by blocks to be taken as function declarations.
10995
10996 (c-guess-continued-construct): Change the analysis of a statement
10997 continuation with a brace open to `substatement-block', for
10998 consistency with recognized statements.
10999
11000 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
11001 start is in a position so that `c-beginning-of-statement-1' jumped
11002 to the beginning of the same statement.
11003
11004 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
11005 Don't accept binary operators in the arglist if we're in a function
11006 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
11007 template recognition in cases like "if (a < b || c > d)".
11008
11009 (c-restricted-<>-arglists): New more appropriate name for
11010 `c-disallow-comma-in-<>-arglists'.
11011
11012 Accessing functions updated for the variable name change.
11013
11014 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11015 match data could get clobbered if NOT-INSIDE-TOKEN is used.
11016
11017 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11018 labels.
11019
11020 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11021 instead of duplicating parts of it. This fixes bogus label
11022 recognition.
11023
11024 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11025 of checking the context in which to apply the minimum indentation,
11026 so that it isn't enforced in e.g. namespace blocks.
11027
11028 * cc-vars.el (c-inside-block-syms): New constant used by
11029 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
11030 to somewhat reduce the risk of becoming stale.
11031
11032 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11033 cc-cmds to cc-engine to allow use from cc-align.
11034
11035 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11036 qualified identifiers containing "::".
11037
11038 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11039 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11040
11041 * cc-vars.el (c-emacs-features): Use a space in front of the name
11042 of the temporary buffer. That also avoids dumping problems in
11043 XEmacs due to undo info being left around after the buffer is killed.
11044
11045 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11046 arglist to see if it's a K&R style declaration.
11047
11048 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11049 before returning `knr-argdecl-intro'.
11050
11051 2003-11-16 John Wiegley <johnw@newartisans.com>
11052
11053 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11054 field in a long-listing always 8 characters, use `size-width',
11055 which has already been computed.
11056
11057 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11058
11059 * subr.el (minor-mode-list): Add `hs-minor-mode'.
11060
11061 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11062
11063 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11064 Support operation while narrowed, with `diff-restrict-view'.
11065
11066 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11067
11068 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11069 Take additional optional arg NARROWFUN. For the generated functions:
11070 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
11071 include frags that arrange to check for and save narrowing state before
11072 the move and then conditionally call NARROWFUN after the move.
11073
11074 2003-11-14 John Wiegley <johnw@newartisans.com>
11075
11076 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11077 that was optional, but obviously missing based on surrounding code.
11078
11079 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11080 string arguments to numbers unless the whole argument was seen as
11081 a number.
11082
11083 2003-11-14 Kenichi Handa <handa@m17n.org>
11084
11085 * international/mule.el (ctext-non-standard-encodings-alist):
11086 Fix coding systems.
11087
11088 2003-11-10 Kenichi Handa <handa@m17n.org>
11089
11090 * language/kannada.el ("Kannada"): Add sample-text.
11091
11092 * language/knd-util.el (kannada-compose-region)
11093 (kannada-compose-string, kannada-post-read-conversion):
11094 Add autoload cookie.
11095
11096 * international/quail.el (quail-completion): Change the message
11097 "corresponding translations" to "corresponding characters".
11098
11099 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11100
11101 * descr-text.el (describe-char): Fix typo.
11102
11103 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11104
11105 These changes are to support Kannada language/script.
11106
11107 * Makefile.in (DONTCOMPILE): Add kannada.el.
11108
11109 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11110
11111 * loadup.el: Preload kannada.el.
11112
11113 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11114 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11115 New variables.
11116
11117 * language/kannada.el: New file.
11118
11119 * language/knd-util.el: New file.
11120
11121 2003-11-07 Andreas Schwab <schwab@suse.de>
11122
11123 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11124 Also highlight AH_*.
11125
11126 * xml.el (xml-parse-dtd): Fix misplaced paren.
11127
11128 2003-11-07 Kenichi Handa <handa@m17n.org>
11129
11130 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11131
11132 2003-11-05 Juri Linkov <juri@jurta.org>
11133
11134 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11135 (desktop-buffer-file): Use saved buffer-file-coding-system
11136 for file reading. Set auto-insert to nil to prevent automatic
11137 insertion into restored empty files.
11138
11139 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11140
11141 * files.el (risky-local-variable-p): Make second argument optional.
11142
11143 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11144
11145 * subr.el (add-hook): Fix last change.
11146
11147 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11148
11149 * mail/rmail.el (rmail-convert-to-babyl-format):
11150 If base64-decode-region signals an error, catch it and silently
11151 ignore it.
11152
11153 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11154
11155 * xml.el (xml-parse-region): Allow comments to appear after the
11156 topmost element has closed.
11157 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11158 (xml-ns-expand-attr): New functions to do namespace handling.
11159 (xml-intern-attrlist): Back-compatible handling of attribute names.
11160 (xml-parse-tag): Move namespace handling to separate functions.
11161 Now produces elements in the form ((:ns . "element") (attr-list)
11162 children) instead of ('ns:element (attr-list) children).
11163 (xml-parse-attlist): Fix attribute parsing.
11164 (xml-parse-dtd): Change parsing so that it produces strings
11165 instead of interned symbols.
11166
11167 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11168
11169 * dired.el (dired-ls-sorting-switches): Doc fix.
11170
11171 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11172
11173 * emacs-lisp/rx.el (rx-or): Fix the case of
11174 "(rx (and ?a (or ?b ?c) ?d))".
11175
11176 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11177
11178 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11179 (texinfo-format-region): Use it.
11180 (texinfo-format-buffer-1): Ditto.
11181
11182 2003-11-01 Alan Mackenzie <acm@muc.de>
11183
11184 Changes to allow scrolling whilst in isearch mode:
11185 * isearch.el (isearch-unread-key-sequence): New function,
11186 extracted from isearch-other-meta-char.
11187 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11188 "scrollable" standard functions.
11189 (isearch-allow-scroll): New customizable variable.
11190 (isearch-string-out-of-window, isearch-back-into-window)
11191 (isearch-reread-key-sequence-naturally)
11192 (isearch-lookup-scroll-key): New functions.
11193 (isearch-other-meta-char): Doc string and functionality enhanced.
11194 Now accepts a prefix argument.
11195 (isearch-lazy-highlight-window-end): New variable.
11196 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11197 end (thru isearch-lazy-highlight-window-end), not only its start.
11198
11199 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11200 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11201 (universal-argument, universal-argument-more, negative-argument)
11202 (digit-argument, universal-argument-other-key): Minor changes.
11203
11204 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11205
11206 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11207 recursively if the last message is deleted, thus avoiding an
11208 infinite loop.
11209
11210 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11213 (tex-main-file): Don't add .tex if the extension is already present.
11214 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11215
11216 2003-10-29 Lute Kamstra <lute@gnu.org>
11217
11218 * progmodes/octave-inf.el (inferior-octave-prompt):
11219 Recognize version number in prompt.
11220
11221 2003-10-28 Dave Love <fx@gnu.org>
11222
11223 * international/characters.el: Fix some Unicode ranges.
11224
11225 2003-10-28 Kenichi Handa <handa@m17n.org>
11226
11227 * disp-table.el (standard-display-8bit)
11228 (standard-display-default, standard-display-ascii)
11229 (standard-display-g1, standard-display-graphic)
11230 (standard-display-underline): Assure that standard-display-table
11231 is a display table.
11232
11233 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11236 reindenting the first line.
11237
11238 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11239
11240 * wid-edit.el (widget-default-delete): Always delete child widgets.
11241
11242 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11243
11244 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11245 if the line has code.
11246 Don't try to line up with something that's too far left.
11247
11248 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11249 (octave-mode-syntax-table): Add % as a comment starter.
11250 (octave-point): Remove.
11251 (octave-in-comment-p, octave-in-string-p)
11252 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11253 (octave-blink-matching-block-open, octave-auto-fill):
11254 Use line-(beginning|end)-position instead.
11255
11256 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11257
11258 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11259 for Francesco Potort\e,Al\e(B.
11260
11261 2003-10-23 Dave Love <fx@gnu.org>
11262
11263 * international/mule-cmds.el (locale-charset-to-coding-system):
11264 Don't rely on nil being a coding system.
11265
11266 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11267 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11268 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11269
11270 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11271
11272 * gdb-ui.el (gdb-current-language): New variable.
11273 (gdb-update-flag): Remove variable.
11274 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11275 (gdb-take-last-elt): Remove function.
11276 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11277 (gdb-post-prompt): Check for variable object changes here.
11278
11279 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11280 object changes in gdb-ui.el.
11281
11282 2003-10-21 Richard M. Stallman <rms@gnu.org>
11283
11284 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11285
11286 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11287 Don't check for foo*/ wildcard form here.
11288 (insert-directory): Recognize foo*/ as a wildcard.
11289 Separate wildcard-regexp variable from the arg, wildcard.
11290
11291 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11292 (remove-hook): Correctly handle strange cases about local hooks.
11293
11294 2003-10-21 David Ponce <david@dponce.com>
11295
11296 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11297 argument REAL, to return a real number instead of a rounded
11298 integer value. Define as inline function.
11299 (ruler-mode-right-fringe-cols): Likewise.
11300 (ruler-mode-scroll-bar-cols): New function.
11301 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11302 (ruler-mode-right-scroll-bar-cols): Likewise.
11303 (ruler-mode-space): New function.
11304 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11305 scroll bar mode and margins in a more robust way.
11306
11307 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11308
11309 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11310 (antlr-c-init-language-vars): New function.
11311 (antlr-mode): Use it with cc-mode before v5.29.
11312 (antlr-c-common-init): Don't set some local vars here.
11313 (antlr-mode): Set them here.
11314 (antlr-c-forward-sws): New function alias.
11315 (antlr-mode): Redefine with cc-mode before v5.30.
11316 (antlr-skip-sexps): Use it.
11317 (antlr-skip-exception-part): Ditto.
11318 (antlr-skip-file-prelude): Ditto.
11319 (antlr-outside-rule-p): Ditto.
11320 (antlr-end-of-body): Ditto.
11321 (antlr-option-kind): Ditto.
11322 (antlr-insert-option-area): Ditto.
11323 (antlr-file-dependencies): Ditto.
11324
11325 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11326
11327 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11328 Move backward only if point was not inside an entry.
11329
11330 2003-10-21 Richard M. Stallman <rms@gnu.org>
11331
11332 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11333
11334 2003-10-21 Juri Linkov <juri@jurta.org>
11335
11336 * compare-w.el: Automatically skip non-matching text to resync.
11337 (compare-windows-whitespace): Doc fix.
11338 (compare-windows-sync, compare-windows-sync-string-size)
11339 (compare-windows-recenter, compare-ignore-whitespace)
11340 (compare-windows-highlight, compare-windows-face): New variables.
11341 (compare-windows): Use compare-windows-sync.
11342 (compare-windows-highlight, compare-windows-dehighlight)
11343 (compare-windows-sync-regexp)
11344 (compare-windows-sync-default-function): New functions.
11345
11346 2003-10-21 Juri Linkov <juri@jurta.org>
11347
11348 * diff.el (diff-parse-differences): Don't visit the files now;
11349 instead, just record the error locus.
11350
11351 2003-10-21 Dave Love <fx@gnu.org>
11352
11353 * progmodes/cfengine.el: New file.
11354
11355 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11358 default-directory when completing file names.
11359
11360 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11361
11362 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11363 followed by the word `face', it gets treated as a face, even if
11364 it is also defined as a variable or a function.
11365
11366 2003-10-20 Dave Love <fx@gnu.org>
11367
11368 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11369 Avoid incf in macro expansion.
11370
11371 2003-10-20 John Paul Wallington <jpw@gnu.org>
11372
11373 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11374 `evenp' so we don't implicitly require cl library at runtime.
11375
11376 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11377
11378 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11379 (help-make-xrefs): Only make cross-references for faces if
11380 preceded or followed by the word `face'. Do not make a
11381 cross-reference for variables without variable documentation,
11382 unless preceded by the word `variable' or `option'. Update doc
11383 string accordingly.
11384
11385 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11386
11387 * progmodes/hideshow.el: Rewrite one-armed `if'
11388 constructs using either `when' or `unless'.
11389 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11390
11391 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11392
11393 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11394 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11395 instead of 12x12.
11396
11397 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11398
11399 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11400 message while converting to Babyl.
11401
11402 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11403
11404 * allout.el (allout-mode): Doc fix.
11405
11406 2003-10-16 Lute Kamstra <lute@gnu.org>
11407
11408 * subr.el (force-mode-line-update): Fix docstring.
11409
11410 2003-10-14 Dave Love <fx@gnu.org>
11411
11412 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11413 (default-input-method): Add :link, improve :type.
11414 (locale-charset-language-names): Fix utf-8 pattern.
11415 (locale-charset-match-p, locale-charset-alist)
11416 (locale-charset-to-coding-system): New.
11417 (set-locale-environment): Deal with codeset part of locale specs.
11418
11419 2003-10-14 Lute Kamstra <lute@gnu.org>
11420
11421 * fringe.el (fringe-mode): Use active voice in docstring.
11422 (set-fringe-style): Ditto.
11423
11424 2003-10-13 Lute Kamstra <lute@gnu.org>
11425
11426 * fringe.el (fringe-mode): Fix docstring.
11427 (set-fringe-style): Ditto.
11428
11429 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11430
11431 * ediff-mult.el (ediff-filegroup-action):
11432 Use ediff-default-filtering-regexp.
11433
11434 * ediff-util.el (ediff-recenter): Don't call
11435 ediff-restore-highlighting twice.
11436 (ediff-select-difference): Set current difference.
11437 (ediff-unselect-and-select-difference): Add comment.
11438
11439 * ediff.el (ediff-directories,ediff-directory-revisions)
11440 (ediff-directories3,ediff-merge-directories)
11441 (ediff-merge-directories-with-ancestor)
11442 (ediff-merge-directory-revisions)
11443 (ediff-merge-directory-revisions-with-ancestor):
11444 Use ediff-default-filtering-regexp.
11445
11446 2003-10-12 Andreas Schwab <schwab@suse.de>
11447
11448 * international/mule-cmds.el (locale-charset-language-names):
11449 Simplify regex by removing unused grouping.
11450
11451 2003-10-10 Dave Love <fx@gnu.org>
11452
11453 * bindings.el: Don't bind stop.
11454
11455 2003-10-08 Miles Bader <miles@gnu.org>
11456
11457 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11458 face instead of attempting to emulate it.
11459
11460 2003-10-07 Kenichi Handa <handa@m17n.org>
11461
11462 * international/mule-diag.el (list-coding-systems-1): List coding
11463 systems that are loaded automatically.
11464
11465 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11466
11467 * international/mule.el (autoload-coding-system): New function.
11468
11469 2003-10-07 Andreas Schwab <schwab@suse.de>
11470
11471 * log-edit.el (log-edit-changelog-entries): Prefer local value of
11472 change-log-default-name in the buffer visiting the file.
11473
11474 2003-10-06 Dave Love <fx@gnu.org>
11475
11476 * files.el (find-file-hook): Customize.
11477 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11478
11479 * bindings.el (completion-ignored-extensions): Remove .log.
11480 (global-map): Add again, open, stop keys.
11481
11482 2003-10-05 Richard M. Stallman <rms@gnu.org>
11483
11484 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11485 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11486 Use sh-modify directly.
11487 (sh-select): Use sh-append, not eval.
11488
11489 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11490
11491 * info.el (Info-following-node-name): New function.
11492
11493 * loadhist.el (unload-feature-special-hooks):
11494 Rename from loadhist-hook-functions.
11495 (loadhist-hook-functions): Now an alias.
11496
11497 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11498
11499 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11500 file-name clashes on 8+3 filesystems.
11501
11502 * Makefile.in (DONTCOMPILE, bootstrap-clean):
11503 Rename loaddefs-boot.el to ldefs-boot.el
11504
11505 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11506 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11507
11508 2003-10-03 Lute Kamstra <lute@gnu.org>
11509
11510 * info.el (Info-mode): Revert previous change.
11511 (Info-escape-percent): New function.
11512 (Info-fontify-node): Use it.
11513
11514 2003-10-02 Andreas Schwab <schwab@suse.de>
11515
11516 * loaddefs-boot.el: Regenerated.
11517
11518 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
11519
11520 * ffap.el: Remove defadvice related code from CVS since `complete'
11521 provides a `PC-completion-as-file-name-predicate' variable that
11522 ffap can override.
11523
11524 2003-10-02 Kenichi Handa <handa@m17n.org>
11525
11526 * international/utf-8.el (ccl-decode-mule-utf-8):
11527 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11528
11529 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11530 * international/subst-big5.el: Likewise.
11531 * international/subst-gb2312.el: Likewise.
11532 * international/subst-ksc.el: Likewise.
11533
11534 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11535
11536 * calendar/calendar.el (increment-calendar-month)
11537 (calendar-leap-year-p, calendar-absolute-from-gregorian)
11538 (generate-calendar, calendar-read-date, calendar-interval)
11539 (calendar-day-of-week): Handle years BC.
11540 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11541
11542 2003-10-01 Dave Love <fx@gnu.org>
11543
11544 * language/cyrillic.el (cp1251): Alias for windows-1251.
11545
11546 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11547 bootstrap.
11548
11549 2003-10-01 Lute Kamstra <lute@gnu.org>
11550
11551 * files.el: Fix typo.
11552 * imenu.el (imenu--generic-function): Docstring fix.
11553
11554 2003-09-30 Richard M. Stallman <rms@gnu.org>
11555
11556 * dired.el (dired-mode): Handle dired-directory as a list.
11557
11558 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
11559
11560 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11561
11562 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11563
11564 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11565 Replace gud-display with gud-watch.
11566 (gud-speedbar-buttons): Add stuff for watching expressions
11567 in the speedbar when using M-x gdba. Use dolist on old part
11568 of this function.
11569
11570 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11571 (gdb-update-flag): New variables.
11572 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11573 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11574 (gud-watch, gdb-var-create-handler) : New functions.
11575 (gdb-var-list-children, gdb-var-list-children-handler)
11576 (gdb-var-create-regexp, gdb-var-update-regexp)
11577 (gdb-var-list-children-regexp): New constants.
11578 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11579 (gdb-annotation-rules): Reduce annotation set (level 3).
11580 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11581 (gdb-post-prompt): Don't update GDB buffers every time speedbar
11582 updates.
11583 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11584 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11585 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11586 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11587 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11588 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11589 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11590 (gud-display, gud-display1)
11591 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11592 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11593 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11594 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11595 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11596 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11597 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11598 (gdb-display-display-buffer, gdb-toggle-display)
11599 (gdb-delete-display, gdb-expressions-popup-menu)
11600 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11601 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11602 to display buffer.
11603
11604 2003-09-30 Richard M. Stallman <rms@gnu.org>
11605
11606 * progmodes/ada-mode.el (ada-mode): Don't use advice.
11607 Instead, set which-func-functions.
11608
11609 * progmodes/which-func.el (which-func-modes): Add ada-mode.
11610 (which-func-functions): New variable.
11611 (which-function): Use that.
11612
11613 * info.el (Info-mode): Double each `%' in header line.
11614
11615 * emacs-lisp/lisp-mnt.el (lm-with-file):
11616 When FILE is nil, run BODY in current buffer.
11617
11618 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11619
11620 * help.el (describe-mode): Start with a brief list of minor modes.
11621 Find them thru minor-mode-list so as to find them all.
11622 Show them in alphabetical order.
11623
11624 * mail/sendmail.el (mail-aliases): Doc fix.
11625
11626 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11627
11628 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11629
11630 * mail/rmailsum.el (rmail-make-summary-line-1):
11631 Change comma after last label to a space.
11632 (rmail-summary-font-lock-keywords): Adapt to that change.
11633
11634 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
11635
11636 * progmodes/scheme.el (scheme-mode-variables): When setting
11637 `font-lock-defaults', also specify that "#" should
11638 be interpreted with `word' syntax.
11639 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11640
11641 2003-09-30 Lars Hansen <larsh@math.ku.dk>
11642
11643 * desktop.el: A lot of comments updated.
11644 (desktop-save-mode): Minor mode introduced.
11645 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11646 (desktop-load-default): Function made obsolete.
11647 (desktop-locals-to-save): Variable made customizable.
11648 (desktop-read): Optional parameter `dirname' added.
11649 (desktop-change-dir, desktop-revert): Parameter `dirname' in
11650 `desktop-read' used.
11651 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11652
11653 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
11654
11655 * whitespace.el (whitespace-clean-msg): Add user customizable message
11656 for displaying ``clean'' output.
11657 (whitespace-buffer): Use `whitespace-clean-msg'.
11658 (whitespace-global-mode): Fix typo.
11659
11660 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11661
11662 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11663
11664 2003-09-29 Lute Kamstra <lute@gnu.org>
11665
11666 * bindings.el (mode-line-modes): Remove superfluous :propertize
11667 construct in initialization.
11668 (mode-line-position): Change cons cell into proper list in
11669 initialization.
11670
11671 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11672
11673 * international/mule.el (decode-coding-inserted-region): Use car
11674 of the return value of find-operation-coding-system.
11675
11676 2003-09-29 Kenichi Handa <handa@m17n.org>
11677
11678 * descr-text.el (describe-char): Fix previous change.
11679
11680 2003-09-28 Kenichi Handa <handa@m17n.org>
11681
11682 * descr-text.el (describe-char-display): New function.
11683 (describe-char): Pay attention to display table on describing how
11684 a character is displayed.
11685
11686 * international/mule-cmds.el (encoded-string-description):
11687 Prepend "0x" to each encoded byte.
11688
11689 2003-09-28 Andreas Schwab <schwab@suse.de>
11690
11691 * find-file.el (ff-special-constructs): Add autoload cookie.
11692
11693 2003-09-28 Kevin Ryde <user42@zip.com.au>
11694
11695 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11696 makeinfo appends to duplicate index entries.
11697
11698 2003-09-28 Eli Zaretskii <eliz@gnu.org>
11699
11700 * dired-x.el (dired-clean-tex): Doc fix.
11701
11702 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11703 using a Chinese tutorial.
11704
11705 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11706
11707 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11708 between "MAIL FROM:" and "RCPT TO:" and the following address.
11709
11710 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11711
11712 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11713
11714 2003-09-28 David Ponce <david@dponce.com>
11715
11716 * recentf.el (recentf-initialize-file-name-history): New defcustom.
11717 (recentf-load-list): When `recentf-initialize-file-name-history'
11718 is non-nil, initialize an empty `file-name-history' with the
11719 recent list.
11720
11721 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
11722
11723 * man.el (Man-default-man-entry): Remove the leading `*' from the
11724 word at point.
11725
11726 2003-09-26 Lute Kamstra <lute@gnu.org>
11727
11728 * bindings.el (mode-line-position): Mention size indication in
11729 docstring.
11730
11731 2003-09-26 Andre Spiegel <spiegel@gnu.org>
11732
11733 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11734
11735 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11736 because it's autoloaded now.
11737
11738 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11739
11740 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11741 (sh-font-lock-keywords, sh-feature): Fix previous change of
11742 sh-feature to avoid infloop with sh-font-lock-keywords.
11743
11744 2003-09-25 Kim F. Storm <storm@cua.dk>
11745
11746 * frame.el (frame-current-scroll-bars): New defun.
11747
11748 * window.el (window-current-scroll-bars): New defun.
11749
11750 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11751
11752 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11753 cause errors when the state cache contains info on parts that have
11754 been narrowed out.
11755
11756 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11757
11758 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11759 `c-setup-paragraph-variables' has to be used when this variable is
11760 changed; it doesn't work to reinitialize the mode since that
11761 typically clobbers the variable.
11762
11763 * progmodes/cc-styles.el (c-setup-paragraph-variables):
11764 Make it interactive.
11765
11766 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11767
11768 * progmodes/cc-fonts.el (c-font-lock-declarations):
11769 Fix recognition of constructors and destructors for classes whose
11770 names are matched by `*-font-lock-extra-types'.
11771
11772 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11773 followed by an identifier in C++ then it's a type.
11774
11775 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11776
11777 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11778 problem that primarily affected XEmacs. Don't use faces to find
11779 unterminated strings since Emacs and XEmacs fontify strings
11780 differently - this function should now work better in XEmacs.
11781
11782 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11783
11784 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11785 `expand-abbrev' workaround which caused braces to misbehave inside
11786 macros.
11787
11788 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11789 handling. This bug could cause interactive font locking to bail out.
11790
11791 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11792
11793 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11794 Handle paren-style types in Pike. Also fixed some cases of
11795 insufficient handling of unbalanced parens.
11796
11797 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
11798
11799 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11800 common shell prompts that are not common filename or URL characters.
11801 (ffap-file-at-point): Use the new regexp to strip the prompts from
11802 the file names. This is an issue mostly for user prompts that
11803 don't have a trailing space and find-file-at-point is invoked from
11804 within a shell inside Emacs.
11805
11806 2003-09-24 Andre Spiegel <spiegel@gnu.org>
11807
11808 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11809 stamps numerically, rather than textually.
11810
11811 2003-09-24 Kenichi Handa <handa@m17n.org>
11812
11813 * language/devan-util.el (devanagari-post-read-conversion):
11814 * language/mlm-util.el (malayalam-post-read-conversion):
11815 * language/tml-util.el (tamil-post-read-conversion):
11816 Add autoload cookie.
11817
11818 * international/utf-8.el (utf-8-post-read-conversion):
11819 Call post-read-conversion functions for Devanagari, Malayalam,
11820 and Tamil.
11821
11822 2003-09-23 Dave Love <fx@gnu.org>
11823
11824 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11825
11826 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
11827
11828 * progmodes/gud.el (perldb): Add gud-until to list of commands.
11829 Update gud-remove.
11830
11831 2003-09-22 Richard M. Stallman <rms@gnu.org>
11832
11833 * progmodes/sh-script.el (sh-mode-default-syntax-table):
11834 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
11835 (sh-mode-syntax-table-input): New variable.
11836 (sh-require-final-newline): Don't use eval.
11837 (sh-builtins, sh-leading-keywords, sh-other-keywords)
11838 (sh-variables, sh-font-lock-keywords): Don't use eval.
11839 (sh-set-shell): When setting require-final-newline,
11840 treat value = `require-final-newline' as don't change it.
11841 Set sh-mode-syntax-table locally based on
11842 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11843
11844 * progmodes/compile.el (compile-internal):
11845 Call compilation-set-window-height before setting window start.
11846
11847 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
11848
11849 * emacs-lisp/bytecomp.el (byte-compile-log-file):
11850 Clear out byte-compile-last-warned-form.
11851
11852 2003-09-22 Richard M. Stallman <rms@gnu.org>
11853
11854 * woman.el (woman-file-name, woman-follow-word):
11855 If current-word returns nil, use "".
11856
11857 * simple.el (eval-expression): Bind standard-output in to-buffer case.
11858
11859 2003-09-22 Richard M. Stallman <rms@gnu.org>
11860
11861 * emacs-lisp/lisp-mnt.el (lm-with-file):
11862 Don't visit the file, just use insert-file-contents in temp buffer.
11863
11864 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
11865
11866 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11867 Add surrounding \\( and \\) around the header, as in
11868 for lm-history-header 'Change Log\\|History'.
11869
11870 2003-09-22 John Paul Wallington <jpw@gnu.org>
11871
11872 * progmodes/ld-script.el: Add Commentary section,
11873 minor cleanup of file header.
11874 (ld-script-font-lock-keywords): Doc fix.
11875 (toplevel): Provide `ld-script' feature.
11876
11877 2003-09-21 Kim F. Storm <storm@cua.dk>
11878
11879 * scroll-bar.el (set-scroll-bar-mode): Initialize to
11880 new built-in variable default-frame-scroll-bars.
11881 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11882 scroll-bar-mode; notably, use it instead of t when we toggle
11883 scroll-bars on.
11884 (toggle-scroll-bar): Use default-frame-scroll-bars.
11885
11886 2003-09-19 Masatake YAMATO <jet@gyve.org>
11887
11888 * pcvs.el (cvs-do-removal): Change the prompt depending on
11889 `filter' value.
11890
11891 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11892
11893 * startup.el (command-line-1): Stop startup-echo-area-message
11894 being hidden by "Loading image..." message.
11895 (use-fancy-splash-screens-p, display-splash-screen):
11896 Move display-graphic-p test from latter to former.
11897
11898 * progmodes/sh-script.el (sh-font-lock-keywords):
11899 Highlight escaped EOLs differently from other backslash constructs.
11900
11901 2003-09-19 Richard M. Stallman <rms@gnu.org>
11902
11903 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11904 New functions.
11905 (edebug-enter, edebug-outside-excursion): Use them.
11906
11907 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11908 Fix the condition for whether to print "In WHERE".
11909
11910 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
11911
11912 * finder.el (finder-mode-hook): New variable.
11913 (finder-mode): Run hook finder-mode-hook
11914
11915 2003-09-18 Masatake YAMATO <jet@gyve.org>
11916
11917 * progmodes/ebrowse.el: Fix broken magic autoload comments.
11918
11919 2003-09-17 Mario Lang <mlang@delysid.org>
11920
11921 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11922 "p %e" to actually print the value in the GUD buffer.
11923
11924 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
11925
11926 From David Ponce <david.ponce@wanadoo.fr>:
11927 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11928 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11929 from loaddefs-boot.el if necessary.
11930
11931 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
11932
11933 * progmodes/gud.el (gud-find-class): Make jdb work again since
11934 cc-mode changed the syntactic information.
11935
11936 2003-09-15 David Ponce <david@dponce.com>
11937
11938 * recentf.el: (recentf-exclude): Accept predicates too.
11939 (recentf-file-readable-p): New function.
11940 (recentf-include-p): Handle predicates in recentf-exclude.
11941 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
11942 (recentf-cleanup): Likewise.
11943 (recentf-save-list): Use write-file to handle backup of
11944 recentf-save-file.
11945
11946 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
11947
11948 * loaddefs-boot.el: Renamed from `loaddefs.el'
11949 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11950 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11951 necessary.
11952
11953 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
11954
11955 * electric.el (Electric-pop-up-window): For the `one-window' case,
11956 no longer disconcertingly move point in the original buffer.
11957
11958 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11959
11960 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11961
11962 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
11963
11964 * dired.el (dired-mode-map): Fix typo.
11965
11966 2003-09-11 Richard M. Stallman <rms@gnu.org>
11967
11968 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11969
11970 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11971
11972 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11973 the function is less noisy. Now only `kill-buffer' can ask questions.
11974
11975 2003-09-10 Mario Lang <mlang@delysid.org>
11976
11977 * battery.el: Update Commentary and Copyright.
11978 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11979 appear due to wrong ordering of the expressions in `or'.
11980
11981 2003-09-09 Lute Kamstra <lute@gnu.org>
11982
11983 * misc.el (upcase-char): Fix docstring.
11984 (zap-up-to-char): New command.
11985
11986 2003-09-08 David Ponce <david@dponce.com>
11987
11988 Ensure that recentf correctly updates the menu bar.
11989 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11990 (recentf-menu-bar): New function.
11991 (recentf-clear-data): Use it
11992 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
11993 of easy-menu-change.
11994
11995 2003-09-08 Lute Kamstra <lute@gnu.org>
11996
11997 * simple.el (size-indication-mode): New.
11998 * bindings.el (mode-line-position): Add buffer size indicator.
11999
12000 2003-09-04 Mario Lang <mlang@delysid.org>
12001
12002 * battery.el (battery-linux-proc-acpi): New function.
12003 (battery-status-function): Modify default value calculation to also
12004 check for availability of ACPI.
12005 (battery-echo-area-format): Ditto.
12006 (battery-mode-line-format): Ditto.
12007
12008 2003-09-06 Dave Love <fx@gnu.org>
12009
12010 * ielm.el (ielm-mode-hook): Add :options.
12011
12012 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12013 (eldoc-print-current-symbol-info): Use it.
12014
12015 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
12016
12017 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12018 being displayed in GUD buffer.
12019 (gdb-idle-input-queue): Remove var. Use just one queue.
12020 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12021 Remove functions. Use just one queue.
12022 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12023 (gdb-invalidate-assembler, gdb-get-current-frame):
12024 Modify functions. Use just one queue.
12025
12026 2003-09-04 Dave Love <fx@gnu.org>
12027
12028 * cus-start.el: Add blink-cursor-alist.
12029
12030 * ruler-mode.el (ruler-mode-fill-column-char)
12031 (ruler-mode-current-column-char): Use char-displayable-p,
12032 not window-system.
12033
12034 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12035
12036 * language/european.el (windows-1252): Move from code-pages.
12037
12038 * language/cyrillic.el ("Windows-1251"): Delete.
12039 ("Bulgarian", "Belarusian"): Remove `features'.
12040 (windows-1251): Move from code-pages.
12041
12042 * international/mule-diag.el (non-iso-charset-alist):
12043 Remove `codepage' stuff.
12044 (print-designation, list-coding-systems-1): Output fixes.
12045
12046 * international/code-pages.el (cp-make-translation-table)
12047 (cp-valid-codes): Made defsubsts.
12048 (cp-fix-safe-chars): Delete.
12049 (mule-diag): Don't require.
12050 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12051 (top-level): Check for defined coding system when defining
12052 cp... aliases. Change w32-add-charset-info test to avoid warning.
12053 (non-iso-charset-alist): Defvar when compiling.
12054 (cp-make-coding-system): Doc fix.
12055
12056 2003-09-02 Jason Rumney <jasonr@gnu.org>
12057
12058 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12059 line-ends from CVS before doing conversion.
12060
12061 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
12062
12063 * calendar/diary-lib.el (diary-header-line-flag)
12064 (diary-header-line-format): New variables.
12065 (list-diary-entries): Use them to set header line in simple diary.
12066
12067 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12068 other than font-lock-string-face to highlight backslashes.
12069
12070 2003-09-01 Jason Rumney <jasonr@gnu.org>
12071
12072 * international/titdic-cnv.el (tit-read-key-value): Include \r in
12073 regexp.
12074
12075 2003-09-01 Dave Love <fx@gnu.org>
12076
12077 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12078
12079 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12080 and :help; also line and column numbers labels.
12081
12082 * international/mule-util.el (char-displayable-p): Move from
12083 latin1-disp, rename and autoload.
12084
12085 * international/latin1-disp.el (latin1-char-displayable-p):
12086 Now obsolete alias. Replace uses with char-displayable-p.
12087 (latin1-display-ucs-per-lynx): Fix last change.
12088
12089 * international/mule-cmds.el (standard-display-european-internal):
12090 Don't use char code for Latin-1 NBSP.
12091 <XFree86 4>: Unfrob NBSP display table. Set display table to use
12092 U+2018, U+2019 for `'.
12093 (select-safe-coding-system): Message fix.
12094
12095 2003-09-01 Kenichi Handa <handa@m17n.org>
12096
12097 * international/fontset.el (setup-default-fontset): For Thai
12098 font, specify "*" family.
12099
12100 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12101
12102 * progmodes/compile.el (previous-error): Accept a prefix
12103 argument, similarly to next-error.
12104
12105 2003-08-31 Masatake YAMATO <jet@gyve.org>
12106
12107 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12108 the number of files. Bind the number of files to a local
12109 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12110
12111 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12112
12113 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12114 2003-07-26: msdos-long-file-names is a function, not a variable.
12115
12116 2003-08-29 Richard M. Stallman <rms@gnu.org>
12117
12118 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12119 Do nothing with mail-personal-alias-file if it is nil.
12120
12121 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12122 Do nothing if mail-personal-alias-file is nil.
12123
12124 * term.el (term-exec-1): Bind coding-system-for-read.
12125
12126 * dired.el (dired-mouse-find-file-other-window):
12127 Use dired-view-command-alist here, as in dired-view-file.
12128 (dired-view-command-alist): Use %s to substitute file name.
12129 Handle .ps_pages, .eps, .jpg, .gif, .png.
12130
12131 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12132
12133 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12134 `Info-prev-reference', instead of M-tab.
12135
12136 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12137
12138 * simple.el (blink-matching-open): Work correctly on chars that
12139 are designated as parens through the syntax-table text property.
12140
12141 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12142
12143 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12144 line break position in the middle of a non-kinsoku (e.g. latin)
12145 word, making it skip until either a space or a character with
12146 category "|".
12147 (kinsoku-longer): Test for end of buffer.
12148
12149 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12150
12151 * mail/rmail.el (rmail-convert-to-babyl-format):
12152 Detect quoted-printable- and base64-encoded messages and decode them
12153 automatically. Set the message's encoding from the charset=
12154 header, if any. Decode base64-encoded messages in Mail format as well.
12155
12156 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12157
12158 * mail/smtpmail.el: Fix previous change.
12159 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12160 calling smtpmail-via-smtp.
12161 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12162
12163 2003-08-26 John Paul Wallington <jpw@gnu.org>
12164
12165 * image.el (image-jpeg-p): Don't search beyond length of data.
12166
12167 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12168
12169 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12170 misfeature in `expand-abbrev' which caused electric keywords like
12171 "else" to disappear if an open brace was typed directly afterwards.
12172
12173 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12174
12175 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12176 mandatory in `define-widget'.
12177
12178 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12179 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12180
12181 (c-assignment-operators): New language constant that only contains
12182 the assignment operators.
12183
12184 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12185
12186 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12187
12188 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12189 Safeguard against unbalanced sexps.
12190
12191 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12192
12193 * version.el (emacs-version): Check for gtk. Include gtk version info.
12194
12195 2003-08-25 John Paul Wallington <jpw@gnu.org>
12196
12197 * man.el (Man-default-man-entry): Don't whizz past the section
12198 number before looking for it.
12199
12200 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12201
12202 * progmodes/gud.el (gud-display-line): Don't set window-point if
12203 source buffer is not visible. (Only happens with M-x gdba.)
12204
12205 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12206 documentation.
12207 (gdb-source, gdb-source-info): Update to assembler unnecessary
12208 as its done after each GDB command anyway.
12209 (gdb-pre-prompt): Use with-current-buffer.
12210 (gdb-insert-field): Add help-echo text.
12211 (gdb-invalidate-assembler): Re-display of assembler now done in
12212 gdb-info-breakpoints-custom.
12213 (gdb-info-breakpoints-custom): Force re-display of assembler to
12214 happen *after* update of breakpoints buffer.
12215 (gdb-display-source-buffer): Don't choke if gdb-source-window
12216 isn't visible.
12217 (gdb-put-string, gdb-put-arrow): Remove free variables.
12218
12219 2003-08-24 John Paul Wallington <jpw@gnu.org>
12220
12221 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12222
12223 * man.el (Man-default-man-entry): Strip text properties when
12224 snarfing parts of entry because `format' preserves properties.
12225
12226 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12227
12228 * files.el (file-newest-backup): Use `expand-file-name'.
12229
12230 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12231 Allow the diary to pop up a new frame, if needed.
12232
12233 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12234 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12235 (smtpmail-send-it): Make treatment of envelope-from consistent with
12236 sendmail.el.
12237
12238 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12239 (sh-leading-keywords): Add the bash `time' reserved word.
12240 (sh-variables): Add some bash variables.
12241 (sh-add-completer): Fix nil branch of case statement.
12242
12243 2003-08-24 Masatake YAMATO <jet@gyve.org>
12244
12245 * progmodes/ld-script.el: New file.
12246
12247 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12248
12249 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12250
12251 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12252
12253 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12254 Better explain obsolescence, and what to use instead.
12255
12256 2003-08-23 Masatake YAMATO <jet@gyve.org>
12257
12258 * pcvs.el (cvs-do-removal): Show the deleted file name
12259 on the prompt.
12260
12261 2003-08-20 Dave Love <fx@gnu.org>
12262
12263 * international/mule.el (make-coding-system)
12264 (set-buffer-file-coding-system): Doc fix.
12265
12266 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12267
12268 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12269
12270 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12271
12272 * international/utf-16.el: Add mime-text-unsuitable coding system
12273 properties.
12274
12275 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12276
12277 * cus-edit.el: Add some :links.
12278 (bib): Remove.
12279
12280 * textmodes/bib-mode.el (bib): Add :group external.
12281
12282 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12283
12284 * wid-edit.el (widget-echo-help): Make it handle expressions that
12285 evaluate to strings.
12286
12287 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12288
12289 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12290
12291 Simplify selection of SQL products to define highlighting and
12292 interactive mode. Includes detailed instructions on adding
12293 support for new products.
12294
12295 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12296 product for use in highlighting and interactive mode.
12297 (sql-interactive-product): New variable. SQL product for
12298 sql-interactive-mode.
12299 (sql-product-support): New variable. Specifies product-specific
12300 parameters to drive highlighting and interactive mode.
12301 (sql-imenu-generic-expression): Add more object types.
12302 (sql-sqlite-options): Correct comment.
12303 (sql-ms-program): Use "osql" rather than "isql".
12304 (sql-prompt-regexp, sql-prompt-length): Update comment.
12305 (sql-mode-menu): Add "Start SQLi session" entry.
12306 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12307 (sql-mode-abbrev-table): Add abbreviations. Support of
12308 SYSTEM-FLAG on define-abbrev. Support was removed with last
12309 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12310 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12311 names.
12312 (sql-mode-ansi-font-lock-keywords): Set as default value.
12313 (sql-mode-oracle-font-lock-keywords): Set as default value.
12314 Support Oracle 9i keywords.
12315 (sql-mode-postgres-font-lock-keywords): Set as default value.
12316 (sql-mode-linter-font-lock-keywords): Set as default value.
12317 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12318 SQLServer 2000.
12319 (sql-mode-sybase-font-lock-keywords)
12320 (sql-mode-interbase-font-lock-keywords)
12321 (sql-mode-sqlite-font-lock-keywords)
12322 (sql-mode-strong-font-lock-keywords)
12323 (sql-mode-mysql-font-lock-keywords)
12324 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12325 keywords.
12326 (sql-mode-font-lock-defaults): Update comment.
12327 (sql-product-feature): New function. Returns feature associated
12328 with a product from `sql-product-support' alist.
12329 (sql-product-font-lock): New function. Set font-lock support
12330 based on `sql-product'.
12331 (sql-add-product-keywords): New function. Add font-lock rules to
12332 product-specific keyword variables.
12333 (sql-set-product): New function. Set `sql-product' and apply
12334 appropriate font-lock highlighting.
12335 (sql-highlight-product): New function. Set font-lock support
12336 based on a product. Also set mode name to include product name.
12337 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12338 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12339 Use `sql-set-product'.
12340 (sql-highlight-ms-keywords)
12341 (sql-highlight-sybase-keywords)
12342 (sql-highlight-interbase-keywords)
12343 (sql-highlight-strong-keywords)
12344 (sql-highlight-mysql-keywords)
12345 (sql-highlight-sqlite-keywords)
12346 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12347 (sql-get-login): Prompt in the same order as the tokens.
12348 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12349 (sql-product-interactive): New function. Common portions of
12350 product-specific interactive mode wrappers.
12351 (sql-interactive-mode): Rewritten to use product features.
12352 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12353 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12354 (sql-db2, sql-linter): Use `sql-product-interactive'.
12355 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12356 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12357 (sql-connect-ingres, sql-connect-postgres)
12358 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12359 New functions. Format command line parameters and invoke comint on
12360 the appropriate interpreter. Code was in the corresponding
12361 `sql-xyz' function before.
12362 (sql-connect-ms): New function. Support -E argument to use
12363 operating system credentials for authentication.
12364
12365 2003-08-18 Kenichi Handa <handa@m17n.org>
12366
12367 * international/mule.el (encode-char): Fix for the ASCII case.
12368
12369 2003-08-15 Kenichi Handa <handa@m17n.org>
12370
12371 * international/fontset.el (setup-default-fontset): Change "*" to
12372 nil in the specifications of font family.
12373
12374 2003-08-18 Kim F. Storm <storm@cua.dk>
12375
12376 * kmacro.el (kmacro-keymap): Group related bindings in
12377 initialization for clarity. Bind C-s to start macro.
12378 Remove C-r binding.
12379 (kmacro-initial-counter-value): New defvar to hold initial counter
12380 value in case we set the value before defining a macro.
12381 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12382 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12383 not defining or executing macro. Doc fix.
12384 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12385 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12386 temporarily view older elements on the macro ring without cycling
12387 the ring.
12388 (kmacro-display): Doc fix.
12389 (kmacro-exec-ring-item): New helper function.
12390 (kmacro-call-ring-2nd): Use it.
12391 (kmacro-call-ring-2nd-repeat): Doc fix.
12392 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12393 (kmacro-end-or-call-macro): Execute last viewed macro (using
12394 kmacro-exec-ring-item) from ring if this follows
12395 kmacro-view-macro. This allows us to find a macro on the ring
12396 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12397 the ring to bring it to the head of the ring.
12398 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12399 Allow binding to reserved keys without specifying C-x C-k prefix.
12400 Ask for confirmation if entered key sequence is already bound to
12401 a non-macro command.
12402 (kmacro-view-macro): Repeating command will show older elements
12403 on the macro ring; C-k will execute the last viewed macro.
12404 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12405 property from 'ring to 'head.
12406
12407 2003-08-17 Alan Shutko <ats@acm.org>
12408
12409 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12410 keeping December out of the alist.
12411
12412 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12413
12414 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12415 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12416 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12417 (calendar-flatten): New function.
12418 (calendar-mouse-view-other-diary-entries)
12419 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12420 in the menu title and to show multi-line diary entries correctly
12421 in the menu.
12422
12423 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12424
12425 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12426 defcustom, because the default was recently changed.
12427
12428 2003-08-16 Richard M. Stallman <rms@gnu.org>
12429
12430 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12431
12432 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12433 New subroutine, broken out of eval-last-sexp-1.
12434 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12435
12436 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12437
12438 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12439
12440 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12441
12442 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12443
12444 * progmodes/compile.el (compilation-error-regexp-alist):
12445 Add Java ANt error detection as described in document
12446 http://ant.apache.org/faq.html
12447
12448 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12449
12450 * simple.el (backward-word, forward-to-indentation)
12451 (backward-to-indentation): Argument changed to optional.
12452 (next-line, previous-line): Use `or' instead of `unless'.
12453
12454 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12455
12456 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12457 instead of a constant.
12458
12459 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12460
12461 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12462
12463 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12464
12465 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12466 (vc-sccs-workfile-version): Search the entire delta table, rather
12467 than just the first entry, because that might be a deleted version.
12468
12469 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12470
12471 * menu-bar.el (menu-bar-options-menu): Supply a body for the
12472 [save-place] binding in the Options menu. Have it require
12473 'saveplace' and then toggle the variable manually, to avoid an an
12474 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12475 for the bug report.
12476
12477 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12478
12479 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12480 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12481 (gdb-info-threads-custom): Add help-echo text.
12482 (gdb-display-back): Don't use purecopy.
12483 (gdb-info-breakpoints-custom, gdb-reset)
12484 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12485 icons can be displayed.
12486
12487 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12488
12489 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12490
12491 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12492
12493 * bookmark.el (bookmark-completing-read):
12494 Return a string, instead of a list of one string.
12495 Use a popup menu if activated from the mouse.
12496 (bookmark-edit-annotation): Remove unused vars.
12497 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12498 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12499 to bookmark-completing-read.
12500 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12501 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12502 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12503 and erase-buffer.
12504 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12505 (bookmark-menu-jump, bookmark-menu-insert)
12506 (bookmark-popup-menu-and-apply-function)
12507 (bookmark-menu-popup-paned-bookmark-menu): Remove.
12508 (bookmark-menu-build-paned-menu): Remove by folding it into
12509 bookmark-menu-popup-paned-menu.
12510 (menu-bar-bookmark-map): Move the define-key statements here.
12511 Use the "non-menu" commands since they now pop up a menu if needed.
12512 (bookmark-exit-hook-internal): Simplify.
12513
12514 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
12515
12516 * reftex-toc.el (reftex-toc-rename-label): New function.
12517 (reftex-toc-check-docstruct): New function.
12518
12519 * reftex.el (reftex-region-active-p): New function.
12520
12521 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12522 regexp to find the \bibliography macro.
12523
12524 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12525 which does not exist in LaTeX.
12526 (reftex-cite-format-builtin): Added amsrefs support.
12527 (reftex-toc-confirm-promotion): New option
12528
12529 * reftex-toc.el
12530 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12531 (reftex-toc-demote, reftex-toc-promote)
12532 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12533 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12534 (reftex-toc-newhead-from-alist)
12535 (reftex-toc-load-all-files-for-promotion): New functions.
12536 (reftex-toc-help): Added description of new keys.
12537 (reftex-toc-split-windows-fraction): New option.
12538 (reftex-recenter-toc-when-idle): Search *toc* window on all
12539 visible frames.
12540 (reftex-toc): Additional parameter REUSE
12541 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
12542 with REUSE argument.
12543 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12544 the call of `reftex-toc'.
12545 (reftex-make-separate-toc-frame): New function .
12546 (reftex-toc-recenter): When called with triple prefix arg, call
12547 `reftex-make-separate-toc-frame' first.
12548 (reftex-toc-toggle-dedicated-frame): New command.
12549 (reftex-toc-quit): Adapted to delete frame when called in
12550 dedicated frame.
12551
12552 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12553 all enclosing macros.
12554
12555
12556 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12557
12558 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12559 first use.
12560
12561 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12562
12563 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12564
12565 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12566
12567 * calendar/calendar.el (list-diary-entries-hook)
12568 (diary-display-hook, nongregorian-diary-listing-hook)
12569 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12570 Add some customize options for these hooks.
12571 (calendar-abbrev-construct): Don't try to take a substring longer
12572 than the original string.
12573
12574 2003-08-05 Richard M. Stallman <rms@gnu.org>
12575
12576 * emacs-lisp/testcover.el (noreturn): Report error if does return.
12577 (testcover-reinstrument-clauses): Doc fix.
12578
12579 * emacs-lisp/warnings.el: Doc fixes, args renamed.
12580 (warning-type-format): Rename from warning-group-format.
12581
12582 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12583 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12584 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12585 to prevent warnings about defvar for an obsolete variable.
12586
12587 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12588 warning-group-format renamed to warning-type-format.
12589
12590 * subr.el (read-passwd): Use clear-string instead of fillarray.
12591
12592 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12593 Use vconcat instead of concat.
12594 (edmacro-sanitize-for-string): New function.
12595
12596 2003-08-05 Dave Love <fx@gnu.org>
12597
12598 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12599 line-number-display-limit-width.
12600
12601 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12602
12603 2003-08-05 Kenichi Handa <handa@m17n.org>
12604
12605 * international/code-pages.el: Don't require mule-diag.
12606
12607 * international/mule-diag.el (non-iso-charset-alist):
12608 Add autoload cookie.
12609
12610 * language/devan-util.el (dev-glyph-order): Add an entry for the
12611 glyph code #xC4.
12612
12613 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12614
12615 * calendar/calendar.el (diary-file, diary-file-name-prefix)
12616 (european-calendar-style, diary-date-forms)
12617 (calendar-day-name-array, calendar-month-name-array): Doc change.
12618 (generate-calendar-month): Adapt for new behaviour of
12619 `calendar-day-name' function.
12620 (calendar-abbrev-length, calendar-day-abbrev-array)
12621 (calendar-month-abbrev-array): New variables.
12622 (calendar-abbrev-construct): New function.
12623 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12624 rather than fixing abbrevs at some width. Calling syntax change.
12625 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
12626 (calendar-date-string): Adapt for new behaviours of
12627 `calendar-day-name' and `calendar-month-name' functions.
12628
12629 * calendar/diary-lib.el (list-diary-entries): Adapt for new
12630 behaviour of `calendar-day-name' and `calendar-month-name' functions.
12631 (diary-name-pattern): Use abbrev arrays, rather than fixing
12632 abbrevs at three chars. Calling syntax change.
12633 (mark-diary-entries): Adapt for new behaviours of
12634 `diary-name-pattern' and `calendar-make-alist' functions.
12635 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12636 `diary-name-pattern' function.
12637 (font-lock-diary-date-forms): Use abbrev arrays, rather than
12638 fixing abbrevs at three chars. Calling syntax change.
12639 (cal-hebrew, cal-islam): Require when compiling.
12640 (diary-font-lock-keywords): Adapt for new behaviour of
12641 `font-lock-diary-date-forms' function.
12642
12643 * calendar/cal-hebrew.el: Reposition some code so defined before used.
12644 (calendar-hebrew-month-name-array-common-year)
12645 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12646 (list-hebrew-diary-entries): Adapt for new behaviours of
12647 `calendar-day-name' and `add-to-diary-list' functions.
12648 (mark-hebrew-diary-entries): Adapt for new behaviours of
12649 `diary-name-pattern' and `calendar-make-alist' functions.
12650
12651 * calendar/cal-islam.el (calendar-islamic-month-name-array):
12652 Add doc string.
12653 (list-islamic-diary-entries): Adapt for new behaviours of
12654 `calendar-day-name' and `add-to-diary-list' functions.
12655 (mark-islamic-diary-entries): Adapt for new behaviours of
12656 `diary-name-pattern' and `calendar-make-alist' functions.
12657
12658 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12659 `calendar-month-name' function.
12660
12661 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12662
12663 * calendar/solar.el (solar-seasons-data): Move definition before use.
12664
12665 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12666 (cal-tex-LaTeX-hourbox): Move definition before use.
12667
12668 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12669 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12670 lunar.el, solar.el
12671 (displayed-month, displayed-year): Define for compiler.
12672
12673 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12674
12675 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12676 MODE. Renamed from c-init-c-language-vars'.
12677 (c-initialize-cc-mode): Change accordingly.
12678 (c-common-init): Ditto.
12679 (c-mode): Ditto.
12680 (c++-mode): Use `c-init-language-vars-for'.
12681 (objc-mode): Ditto.
12682 (java-mode): Ditto.
12683 (idl-mode): Ditto.
12684 (pike-mode): Ditto.
12685 (awk-mode): Ditto.
12686
12687 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12688
12689 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12690 or not the point moved.
12691
12692 (c-search-decl-header-end): Don't trip up on operator identifiers
12693 in C++ and operators like == in all languages.
12694
12695 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12696 Detect leading labels correctly.
12697
12698 2003-08-02 Andreas Schwab <schwab@suse.de>
12699
12700 * textmodes/ispell.el: Don't redo key bindings on loading, put
12701 them only in loaddefs.el.
12702 * bookmark.el: Likewise.
12703 * dabbrev.el: Likewise.
12704 * emerge.el: Likewise.
12705
12706 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12707 has more than one member.
12708
12709 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12710
12711 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12712
12713 * lpr.el (printify-region): It was ending conversion before the
12714 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
12715
12716 2003-07-31 John Paul Wallington <jpw@gnu.org>
12717
12718 * net/browse-url.el (browse-url-epiphany): Doc fix.
12719
12720 2003-07-30 Kenichi Handa <handa@m17n.org>
12721
12722 * international/fontset.el (setup-default-fontset):
12723 Change registry names of Akurti fonts.
12724
12725 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12726
12727 * comint.el (comint-read-noecho): Use `clear-string' instead of
12728 `fillarray'.
12729
12730 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
12731
12732 * outline.el (outline-mode-hook): Add defvar.
12733
12734 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
12735
12736 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12737 Restore assembler in source window if that is what has been selected.
12738 (menu): Add gdb-restore-windows to menu. Make gdba
12739 specific menus only visible from gdba.
12740
12741 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
12742
12743 * progmodes/compile.el (compilation-environment): New user variable.
12744 (compile-internal): Respect it.
12745
12746 2003-07-23 Masatake YAMATO <jet@gyve.org>
12747
12748 * progmodes/gud.el (gdb-script-font-lock-keywords):
12749 Put `font-lock-function-name-face' on a symbol which includes
12750 `-' like `hook-run'. Put font-lock-variable-name-face
12751 on a symbol starting with $.
12752
12753 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
12754
12755 * files.el (set-visited-file-name): Use truename for buffer-file-name.
12756
12757 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12758
12759 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12760
12761 2003-07-26 Andre Spiegel <spiegel@gnu.org>
12762
12763 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12764 Use with-no-warnings.
12765 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12766 rather than to find-file-not-found-hook, which doesn't exist.
12767
12768 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12769
12770 * international/quail.el (quail-translate-key): Fix previous change.
12771
12772 2003-07-25 John Paul Wallington <jpw@gnu.org>
12773
12774 * server.el (server-start): Check `server-process' is non-nil
12775 before killing it to avoid killing current buffer's process.
12776
12777 * simple.el (choose-completion-string): Use `minibufferp';
12778 test `completion-reference-buffer' if `buffer' arg is nil.
12779 (push-mark): Use `when' and `unless'.
12780 (pop-mark): Use `when'.
12781
12782 * mouse-sel.el (mouse-sel-get-selection-function):
12783 Check `x-last-selected-text-primary'. Don't barf if it or
12784 `x-last-selected-text' aren't bound.
12785
12786 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12787
12788 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12789
12790 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
12791
12792 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12793
12794 2003-07-23 John Paul Wallington <jpw@gnu.org>
12795
12796 * tooltip.el (defface tooltip): Inherit from variable-pitch.
12797
12798 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12799
12800 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12801 string. Defvar the derived hook.
12802
12803 * macros.el (insert-kbd-macro): Escape double quote character.
12804 From Thomas W Murphy <twm@andrew.cmu.edu>.
12805
12806 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12807
12808 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12809 to match the specific mark rather than reusing comment-start-skip.
12810
12811 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
12812
12813 * progmodes/hideshow.el (hs-special-modes-alist):
12814 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
12815
12816 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
12817
12818 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12819 value using ?\s.
12820
12821 2003-07-21 John Paul Wallington <jpw@gnu.org>
12822
12823 * subr.el (with-selected-window): Add closing paren.
12824
12825 2003-07-21 Richard M. Stallman <rms@gnu.org>
12826
12827 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12828 (lisp-mode): Likewise.
12829
12830 * subr.el (with-selected-window): Copy code form save-selected-window
12831 so as to call select-window with norecord arg.
12832 (dynamic-completion-table): Doc fix.
12833 (lazy-completion-table): Doc fix.
12834
12835 * international/mule-cmds.el (set-locale-environment):
12836 langinfo renamed to locale-info.
12837
12838 * international/mule.el (auto-coding-functions): Doc fix.
12839
12840 2003-07-21 Kenichi Handa <handa@m17n.org>
12841
12842 * international/quail.el (quail-translate-key):
12843 Update quail-current-str correctly.
12844
12845 2003-07-21 Andreas Schwab <schwab@suse.de>
12846
12847 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12848 ?, to "_".
12849
12850 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12851 Version 2.0.36 of Tramp released.
12852
12853 * net/tramp.el (tramp-default-password-end-of-line): Rename from
12854 tramp-password-end-of-line.
12855 (tramp-password-end-of-line): New method parameter.
12856 (tramp-get-password-end-of-line): Function to access method
12857 parameter `tramp-password-end-of-line', or variable
12858 `tramp-default-password-end-of-line' (default value).
12859 (tramp-methods): Add entries for new parameter
12860 tramp-password-end-of-line.
12861 (tramp-enter-password): Use new function
12862 `tramp-get-password-end-of-line'.
12863 (tramp-handle-insert-file-contents): Do not
12864 unconditionally inhibit the file operation file-local-copy, only
12865 do that when the inhibit-file-name-operation is currently
12866 insert-file-contents. This fixes finding remote CVS-controlled
12867 files. (It would barf on inserting the CVS/Entries file
12868 literally, because the file-local-copy handler wasn't called.)
12869 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12870 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12871 (tramp-initial-commands): New variable.
12872 (tramp-process-initial-commands): New function, using the variable.
12873 (tramp-open-connection-setup-interactive-shell): Call the new function.
12874 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12875 method into the buffer name, never use nil. Reported by Hanak
12876 David <dhanak@inf.bme.hu>.
12877 (tramp-open-connection-setup-interactive-shell): Erase buffer
12878 before sending "stty -onlcr".
12879
12880 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12881
12882 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
12883
12884 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12885
12886 2003-07-19 John Paul Wallington <jpw@gnu.org>
12887
12888 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12889 (artist-draw-rect, artist-draw-square): Doc fixes.
12890
12891 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12892
12893 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12894
12895 2003-07-19 Kenichi Handa <handa@m17n.org>
12896
12897 * international/kkc.el (kkc-show-conversion-list-update):
12898 Highlight the correct candidate in the message.
12899
12900 2003-07-18 John Paul Wallington <jpw@gnu.org>
12901
12902 * simple.el (current-word): Don't include punctuation char when
12903 `really-word' arg is non-nil.
12904
12905 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
12906
12907 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12908 moved to the directory obsolete.
12909
12910 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
12911
12912 * info.el (Info-menu-entry-name-re): Allow newlines in
12913 menu entry names.
12914
12915 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12916 syntax-ppss-after-change-function.
12917 (syntax-ppss-after-change-function): New alias. Update uses.
12918 (syntax-ppss): Catch the case where the buffer is narrowed.
12919
12920 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12921
12922 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12923 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12924
12925 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12926
12927 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12928 since it might be modified.
12929
12930 * progmodes/cc-langs.el (c++-make-template-syntax-table)
12931 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12932 names to these language constants.
12933
12934 2003-07-15 Kim F. Storm <storm@cua.dk>
12935
12936 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12937 All uses changed.
12938
12939 2003-07-14 Mark A. Hershberger <mah@everybody.org>
12940
12941 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12942 Namespace support.
12943
12944 2003-07-13 Juanma Barranquero <lektu@terra.es>
12945
12946 * frame.el (modify-all-frames-parameters): Reinstall (copyright
12947 papers received).
12948
12949 2003-07-13 Karl Eichwalder <ke@suse.de>
12950
12951 * textmodes/po.el (po-find-charset): White space at the start of the
12952 Content-Type field body is non-mandatory.
12953
12954 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12955
12956 * textmodes/texinfo.el (texinfo-section-list):
12957 Append appendixsection; a synonym for appendixsec.
12958
12959 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
12960
12961 * man.el (Man-translate-cleanup): New.
12962 (Man-translate-references): Call `Man-translate-cleanup' to clean
12963 leading, trailing and middle spaces.
12964
12965 2003-07-13 Lars Hansen <larsh@math.ku.dk>
12966
12967 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12968 Handle `dired-directory' being a list.
12969
12970 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
12971
12972 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12973 it doesn't exist.
12974
12975 2003-07-12 Richard M. Stallman <rms@gnu.org>
12976
12977 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12978
12979 * progmodes/cc-defs.el (c-make-keywords-re):
12980 Don't use delete-duplicates.
12981 (c-lang-const): Don't use mapcan.
12982
12983 * apropos.el (apropos-show-scores): Make it customizable.
12984 Document new meaning.
12985 (apropos): Compute scores from symbols.
12986 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12987
12988 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12989
12990 * ps-bdf.el: Fix copyright line.
12991 (bdf-directory-list): Fix initialization code.
12992
12993 2003-07-11 John Paul Wallington <jpw@gnu.org>
12994
12995 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12996 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12997 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12998
12999 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
13000
13001 * emacs-lisp/ring.el (ring-elements): Doc fix.
13002
13003 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13004
13005 * calendar/timeclock.el (timeclock-relative)
13006 (timeclock-ask-before-exiting, timeclock-use-display-time):
13007 Doc changes.
13008 (timeclock-modeline-display): Give a message if
13009 `timeclock-use-display-time' is non-nil but `display-time-mode'
13010 is not active.
13011
13012 2003-07-11 Kenichi Handa <handa@m17n.org>
13013
13014 * international/mule-cmds.el (set-language-environment):
13015 Set current-language-environment to the correct string.
13016
13017 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13018
13019 * ps-print.el: Print line number correctly in a region. Reported by
13020 Tim Allen <timallen@ls83.fsnet.co.uk>.
13021 (ps-print-version): New version number (6.6.2).
13022 (ps-printing-region): Code fix.
13023
13024 2003-07-10 John Paul Wallington <jpw@gnu.org>
13025
13026 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13027 this function can be called from `add-completions-from-tags-table'.
13028
13029 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
13030
13031 * calendar/timeclock.el (timeclock-use-display-time)
13032 (timeclock-day-over-hook, timeclock-workday-remaining)
13033 (timeclock-status-string, timeclock-when-to-leave)
13034 (timeclock-when-to-leave-string, timeclock-log-data)
13035 (timeclock-find-discrep, timeclock-day-base)
13036 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13037 (timeclock-modeline-display): Set the variable
13038 `timeclock-modeline-display'.
13039 (timeclock-update-modeline): Doc fix. Respect value of
13040 `timeclock-relative'.
13041
13042 2003-07-09 Richard M. Stallman <rms@gnu.org>
13043
13044 * textmodes/reftex-parse.el (reftex-all-document-files):
13045 Add autoload cookie.
13046
13047 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13048 (reftex-scanning-info-available-p): Add autoload cookie.
13049
13050 * international/mule-cmds.el
13051 (set-display-table-and-terminal-coding-system): Delete duplicate
13052 aset on standard-display-table.
13053
13054 * view.el (view-file): If existing buffer's major mode is special,
13055 don't go into view mode.
13056
13057 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13058
13059 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13060
13061 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13062 buffer changes; there's third party code that calls this function
13063 directly.
13064
13065 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13066
13067 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13068 (autodoc-font-lock-keywords): Don't byte compile on font lock
13069 initialization when running from byte compiled files.
13070
13071 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13072
13073 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13074 statement ends with auto-increment "++".
13075
13076 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13077
13078 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13079 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13080 these are changed, so declare them as variables and not constants.
13081
13082 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
13083
13084 * subr.el (dolist, dotimes): Doc fix.
13085
13086 2003-07-08 Kim F. Storm <storm@cua.dk>
13087
13088 * international/mule-cmds.el
13089 (set-display-table-and-terminal-coding-system): Don't break
13090 bootstrap if standard-display-table isn't setup yet.
13091
13092 2003-07-07 Richard M. Stallman <rms@gnu.org>
13093
13094 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13095 Give it a doc string, and autoload it.
13096
13097 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13098 Use with-no-warnings.
13099
13100 * info.el (Info-search): If find invisible text, search again.
13101
13102 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13103
13104 * man.el (Man-name-regexp): Match + as part of name.
13105
13106 * simple.el (visible-mode): Rename from vis-mode.
13107 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13108
13109 * simple.el (current-word): New arg REALLY-WORD specifies
13110 don't include punctuation chars.
13111
13112 * emacs-lisp/debug.el (debug, debugger-env-macro):
13113 Use with-no-warnings while accessing and binding unread-command-char.
13114
13115 * international/mule-cmds.el
13116 (set-display-table-and-terminal-coding-system): Use explicit loop
13117 instead of calling standard-display-default.
13118
13119 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13120 Use condition-case to catch error in ange-ftp-get-files.
13121
13122 * net/browse-url.el (browse-url-browser-function):
13123 Add alternative for Epiphany.
13124 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13125 (browse-url-epiphany-startup-arguments)
13126 (browse-url-epiphany-new-window-is-tab): New variables.
13127 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13128
13129 * progmodes/compile.el (compile-auto-highlight): Default now t.
13130 (compile): Doc fix.
13131 (compilation-next-error): Fix previous change.
13132
13133 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13134
13135 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13136
13137 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13138
13139 * gdb-ui.el (gdb-source-info): Display current frame when
13140 attaching to an existing process.
13141 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13142 while laying out windows when attaching to an existing process.
13143
13144 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13145
13146 * info.el (Info-menu): Use Info-menu-entry-name-re.
13147
13148 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13149
13150 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13151 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13152
13153 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13154 to match the same text.
13155
13156 2003-07-06 John Paul Wallington <jpw@gnu.org>
13157
13158 * vc.el (vc-annotate-offset): Move defvar up.
13159
13160 2003-07-06 Kim F. Storm <storm@cua.dk>
13161
13162 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13163 This should fix the infinite loop when extracting menu names.
13164
13165 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13166
13167 * files.el (auto-mode-alist, interpreter-mode-alist):
13168 Remove entries to CC Mode modes to avoid duplicates; they are now added
13169 with autoload directives in cc-mode.el.
13170
13171 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13172
13173 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13174 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13175 these are changed, so declare them as variables and not constants.
13176
13177 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13178 ensure that the entry for ".c" extension comes before the one for
13179 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13180 Fix incorrect entries that were added to `interpreter-mode-alist'.
13181 Move the autoload directives for AWK to the top level since they
13182 aren't recognized anywhere else. Do not use the new AWK mode doc
13183 in the autoload form for the old AWK mode.
13184
13185 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13186
13187 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13188 (bibtex-sort-ignore-string-entries): Default value t.
13189 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13190 erroneously in previous version.
13191 (bibtex-string-files): Docstring reflects new parsing scheme.
13192 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13193 docstring, add # as one of the chars to crush
13194 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13195 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13196 (bibtex-autokey-name-change-strings)
13197 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13198 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13199 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13200 (bibtex-autokey-title-terminators)
13201 (bibtex-autokey-titlewords-stretch)
13202 (bibtex-autokey-titleword-ignore)
13203 (bibtex-autokey-titleword-case-convert)
13204 (bibtex-autokey-titleword-abbrevs)
13205 (bibtex-autokey-titleword-abbrevs)
13206 (bibtex-autokey-titleword-change-strings)
13207 (bibtex-autokey-titleword-length)
13208 (bibtex-autokey-titleword-separator)
13209 (bibtex-autokey-name-year-separator)
13210 (bibtex-autokey-year-title-separator)
13211 (bibtex-autokey-before-presentation-function)
13212 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13213 Fix docstring.
13214 (bibtex-strings, bibtex-reference-keys):
13215 Use lazy-completion-table and make-variable-buffer-local.
13216 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13217 (bibtex-braced-string-syntax-table)
13218 (bibtex-quoted-string-syntax-table): New variables.
13219 (bibtex-parse-nested-braces): Remove.
13220 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13221 (bibtex-parse-association): Simplify.
13222 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13223 (bibtex-parse-field-text): Simplify.
13224 (bibtex-search-forward-field, bibtex-search-backward-field):
13225 argument BOUND can take value t.
13226 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13227 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13228 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13229 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13230 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13231 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13232 and ending of entry. Update for changes of bibtex-search-entry.
13233 Simplify.
13234 (bibtex-map-entries): FUN is called with three arguments.
13235 (bibtex-search-entry): Return a cons pair with buffer positions of
13236 beginning and end of entry.
13237 (bibtex-enclosing-field): Simplify.
13238 (bibtex-format-entry): Use booktitle to set a missing title.
13239 (bibtex-autokey-get-names): Fiddle with regexps.
13240 (bibtex-generate-autokey): Use identity.
13241 (bibtex-parse-keys): Use simplified parsing algorithm if
13242 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13243 arguments. Return alist of keys.
13244 (bibtex-parse-strings): Simplify. Return alist of strings.
13245 (bibtex-complete-string-cleanup): Fix docstring.
13246 (bibtex-read-key): New function.
13247 (bibtex-mode): Fix docstring. Do not parse for keys and
13248 strings when the mode is entered. Set fill-paragraph-function to
13249 bibtex-fill-field. Setup font-lock-mark-block-function the way
13250 font-lock intended.
13251 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13252 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13253 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13254 (bibtex-Preamble): Avoid hard coded constants.
13255 (bibtex-make-field): Fix docstring. Simplify.
13256 (bibtex-beginning-of-entry): Always return new position of point.
13257 (bibtex-end-of-entry): Rearrange cond clauses.
13258 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13259 Update for changes of bibtex-map-entries.
13260 (bibtex-ispell-abstract): Do not move point.
13261 (bibtex-entry-index): Use downcase. Simplify.
13262 (bibtex-lessp): Handle catch-all.
13263 (bibtex-find-crossref): Turn into a command.
13264 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13265 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13266 preamble entries.
13267 (bibtex-fill-field-bounds): New function.
13268 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13269 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13270 (bibtex-String): Use bibtex-strings. Always obey
13271 bibtex-sort-ignore-string-entries.
13272
13273 2003-07-05 John Paul Wallington <jpw@gnu.org>
13274
13275 * cus-theme.el (customize-create-theme):
13276 Call `customize-create-theme' in Reset widget's notify function.
13277
13278 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13279 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13280 (define-ibuffer-column name): Add summarizer.
13281 (define-ibuffer-column size): Likewise.
13282 (define-ibuffer-column filename): Likewise.
13283 (define-ibuffer-column process): Likewise. Change BODY's output too.
13284 (define-ibuffer-column filename-and-process): Likewise, likewise.
13285 (ibuffer): Remove local vars `already-in' and `need-update'.
13286
13287 * ibuf-ext.el: Don't require `derived' at compile-time.
13288
13289 2003-07-05 Kim F. Storm <storm@cua.dk>
13290
13291 * info.el: Disable paragraph refilling.
13292 (Info-refill-paragraphs): New defcustom.
13293 (Info-fontify-node): Use it.
13294
13295 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13296
13297 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13298 thingies from constructors created by defstruct.
13299
13300 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13301 the default value of the variable.
13302 (byte-code-meter): Move declaration to top level.
13303
13304 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13305
13306 * info.el (Info-following-node-name-re): New fun.
13307 (Info-following-node-name): Remove.
13308 (Info-insert-dir): Use the new fun.
13309 (Info-extract-pointer): Don't save restriction; use new fun.
13310 (Info-menu-entry-name-re): New const.
13311 (Info-menu-entry-name-re): Use it along with new fun.
13312 (Info-node-spec-re): Use new fun.
13313 (Info-complete-menu-item, Info-fontify-node): Use new const.
13314 (Info-goto-node, Info-follow-reference, Info-menu-update):
13315 Use match-string.
13316 (Info-follow-reference): Use assoc-string.
13317 Use a list of strings for the completion table.
13318 (Info-fontify-node): Use match-string, line-end-position.
13319 Limit the search for `node:' to the first line.
13320
13321 * newcomment.el (uncomment-region): Remove padding coming from
13322 comment-start rather than just from comment-padding.
13323
13324 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13325 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13326 (vc-cvs-rename-file): Remove (use the default).
13327 (vc-cvs-register): Register parent dir if needed.
13328 (vc-cvs-could-register): Return non-nil if parent can be registered.
13329 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13330 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13331
13332 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13333 (vc-svn-update): Fix the arguments to `svn'.
13334 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13335 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13336 Simple implementations, assuming `name' is a URL.
13337
13338 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13339 set of chars allowed unquoted in a case pattern.
13340
13341 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13342
13343 * font-lock.el (font-lock-extra-types-widget)
13344 (c-font-lock-extra-types, c++-font-lock-extra-types)
13345 (objc-font-lock-extra-types, java-font-lock-extra-types)
13346 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13347 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13348 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13349 (font-lock-match-c++-structor-declaration)
13350 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13351 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13352 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13353 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13354 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13355 (java-font-lock-keywords-3, java-font-lock-keywords)
13356 (java-font-lock-syntactic-face-function): Remove obsolete code
13357 and constants. It's all in cc-fonts.el now.
13358
13359 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13360
13361 * mail/sendmail.el (mail-specify-envelope-from)
13362 (mail-envelope-from): Doc fix.
13363
13364 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13365
13366 * generic-x.el: Do away with the dependency on `c-emacs-features'
13367 when populating `rul-generic-mode-syntax-table'; we already know
13368 this isn't XEmacs.
13369
13370 See ChangeLog.10 for earlier changes.
13371
13372 ;; Local Variables:
13373 ;; coding: iso-2022-7bit
13374 ;; End:
13375
13376 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13377 Copying and distribution of this file, with or without modification,
13378 are permitted provided the copyright notice and this notice are preserved.
13379
13380 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1