]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(info-lookup-maybe-add-help cfengine-mode): Regexp typo.
[gnu-emacs] / lisp / ChangeLog
1 2004-12-06 Richard M. Stallman <rms@gnu.org>
2
3 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
4
5 * cus-edit.el (custom-file): Doc fix.
6
7 * textmodes/org.el: New file.
8
9 2004-12-06 Kenichi Handa <handa@m17n.org>
10
11 * ldefs-boot.el: Update international/mule-util.el section.
12
13 2004-12-05 Sam Steingold <sds@gnu.org>
14
15 * net/tramp.el (tramp-handle-file-accessible-directory-p): Fixed
16 `tramp-time-diff' comparison logic
17
18 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
19
20 * progmodes/which-func.el (which-function): Use
21 `run-hook-with-args-until-success' instead of a custom loop.
22 Fixes bug with local hooks.
23
24 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25
26 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
27 Use delete-dups when calculating the initial value.
28 (bibtex-autokey-get-title): Use <=.
29 (bibtex-goto-line): New function.
30 (bibtex-reposition-window): Use line numbers instead of point
31 positions. Use window-body-height.
32 (bibtex-find-crossref): Use bibtex-reposition-window.
33 (bibtex-find-entry): Use bibtex-reposition-window. Always return
34 position of entry if key is found or nil if not found.
35
36 2004-12-05 Richard M. Stallman <rms@gnu.org>
37
38 * cus-edit.el (custom-file): Doc fix.
39
40 * progmodes/sh-script.el (sh-indent-for-then): Change default.
41
42 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
43
44 * wid-edit.el (widget-specify-field): Add `real-field' property to
45 boundary.
46 (widget-field-at): Use it.
47
48 2004-12-02 Richard M. Stallman <rms@gnu.org>
49
50 * progmodes/cc-mode.el (awk-mode autoload):
51 Supply t meaning interactive function.
52
53 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
54 (isearch-mode-map): No special definition for space.
55 (isearch-whitespace-chars): Command deleted.
56 (isearch-forward-regexp): Doc fix.
57 (isearch-quote-char): When a space is not inside brackets,
58 use `[ ]' instead of just space.
59 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
60
61 * imenu.el (imenu--generic-function): Delete code to exclude
62 matches in comments.
63
64 * man.el (Man-reverse-face): Change default to `highlight'.
65
66 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
67 (occur-engine): Use `face' prop rather than `font-lock-face'
68 when specifying use of `match-face'.
69 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
70
71 * emacs-lisp/elint.el (elint-standard-variables): Update list.
72
73 * add-log.el (add-log-current-defun): Handle the case where point
74 is in the header part of a DEFUN construct.
75
76 2004-12-02 Dave Love <fx@gnu.org>
77
78 * progmodes/python.el (python-font-lock-syntactic-keywords):
79 Fix previous change.
80
81 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
82
83 * paren.el (show-paren-function): Check for matching chars
84 specified by text props.
85
86 2004-12-02 Jay Belanger <belanger@truman.edu>
87
88 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
89 when reading a new key sequence.
90
91 2004-12-02 Kim F. Storm <storm@cua.dk>
92
93 * faces.el (escape-glyph): Rename from glyph.
94 (standard-display-table): Set it here. Add escape-glyph face to
95 extra slot characters.
96
97 * disp-table.el: Undo 2004-12-01 change. Display table is now
98 setup in faces.el.
99
100 2004-12-02 Mark A. Hershberger <mah@everybody.org>
101
102 * xml.el (xml-parse-dtd): Don't show validity messages when
103 xml-validating-parser is nil.
104 (xml-substitute-special): Fix validity error messages to
105 actually show the unexpandable entity. Added validity error if &
106 isn't followed by an entity.
107 (xml-parse-tag): Concatnate any string following the a
108 <![CDATA[]]> section to the parsed CDATA.
109 (xml-parse-dtd): Skip parameter entity declarations and use of
110 parameter entities.
111
112 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
113
114 * kmacro.el (kmacro-default-counter-format): New var.
115 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
116 (kmacro-display): Remove `nil' from `and' form. Delete call to
117 `format' inside `message'.
118 (kmacro-start-macro): Use `kmacro-default-counter-format'.
119
120 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * pcvs.el (cvs-header-msg): New function.
123 (cvs-update-header): Use it. Change calling convention.
124 Correctly handle the case of having simultaneous active processes.
125 (cvs-sentinel): Don't call cvs-update-header any more.
126 (cvs-mode-run): Update call and add cvs-update-header to postproc.
127
128 2004-12-01 Jay Belanger <belanger@truman.edu>
129
130 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
131 Change message.
132
133 2004-12-01 Juri Linkov <juri@jurta.org>
134
135 * progmodes/prolog.el (prolog-mode-variables):
136 Fix imenu-generic-expression.
137
138 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
139
140 * faces.el (glyph): New face.
141
142 * disp-table.el: Add an autoloaded table, that doesn't require
143 this library, with glyph face.
144
145 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
146 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
147 (conf-quote-normal): Allow normalizing only ' or ".
148 (conf-mode): Regexp-quote constructed comment-start and don't
149 match section {} where "name" contains braces.
150
151 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
152 files.
153
154 2004-12-01 Kenichi Handa <handa@m17n.org>
155
156 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
157 (x-select-text): Don't treat eight-bit-control/graphic chars
158 specially. Store the encoded text in the X cut buffer.
159 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
160 with x-last-selected-text-cut-encoded.
161
162 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
165
166 2004-11-30 Markus Rost <rost@ias.edu>
167
168 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
169 AUCTeX.
170
171 2004-11-30 Jay Belanger <belanger@truman.edu>
172
173 * calc/calc-arith.el (math-possible-signs): Made stronger checks
174 on signs of intervals.
175 (math-pow-of-zero): Strengthen checks for positive and negative
176 exponents.
177
178 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
179 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
180 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
181 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
182 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
183 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
184 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
185 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
186 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
187 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
188 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
189 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
190 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
191 with provide statements.
192
193 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
194
195 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
196
197 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
198 (calc-load-everything, math-defsimplify): Replace dummy autoloading
199 functions by require statements.
200 (math-defsimplify): Move to calc-alg.el, add to autoloads.
201
202 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
203 (calc-gnuplot-print): Give them values.
204
205 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
206 autoloads.
207 Add calc-do-embedded-activate to autoloads.
208 (calc-gnuplot-name, calc-gnuplot-plot-command)
209 (calc-gnuplot-print-command): Move them to calc-graph.el.
210
211 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
212
213 * term/mac-win.el (ccl-encode-mac-roman-font)
214 (ccl-encode-mac-cyrillic-font)
215 (ccl-encode-mac-centraleuropean-font, encoder-list)
216 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
217 Support Cyrillic, CentralEuropean, and Dingbat font display
218
219 2004-11-30 Andre Spiegel <spiegel@gnu.org>
220
221 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
222
223 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
224 still nil.
225
226 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
227
228 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
229 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
230
231 2004-11-29 Jay Belanger <belanger@truman.edu>
232
233 * calc/calc-arith.el (math-pow-of-zero): Take into account different
234 cases of the base and exponent.
235
236 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
237
238 * simple.el (next-error-buffer-p): Allow for inclusive and
239 exclusive tests for finding a buffer.
240 (next-error-find-buffer): Pass the exclusive and inclusive tests
241 to next-error-buffer-p.
242
243 * replace.el (occur-next-error): Switch to the Occur buffer when
244 appropriate, use the exclusive filter to next-error-find-buffer to
245 do it. Use the absolute value of the motion amount.
246
247 2004-11-29 Kenichi Handa <handa@m17n.org>
248
249 * startup.el (command-line): Decode all default-directory by
250 locale-coding-system.
251
252 2004-11-29 Jay Belanger <belanger@truman.edu>
253
254 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
255 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
256 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
257 Replace calls to calc-extensions by appropriate require, replace
258 calc-extensions-loaded by appropriate featurep.
259
260 * calc/calc-ext.el: Move require to end of file.
261 Remove redundant loading of calc.el.
262 (calc-extensions-loaded): Remove unnecessary variable.
263 (calc-extensions): Remove unnecessary function.
264 (calc-load-everything): Replace calc-need-macros by appropriate require.
265
266 * calc/calc-macs.el: Move provide to end of file.
267 (calc-need-macros): Remove unnecessary function.
268
269 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
270 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
271 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
272 Replace calc-extensions by appropriate require.
273 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
274
275 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
276 Replace calc-need-macros by appropriate require.
277
278 * calc/calc.el: Move require to end of file.
279 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
280 Remove unnecessary variable.
281 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
282 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
283 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
284 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
285 (math-stack-value-offset, math-format-value, math-format-flat-expr)
286 (math-format-number, math-format-bignum, math-read-number)
287 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
288 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
289 by appropriate require.
290 (calc-check-defines): Replace calc-need-macros by appropriate require.
291
292 2004-11-29 Kim F. Storm <storm@cua.dk>
293
294 * macros.el (insert-kbd-macro): Handle kmacro functions.
295
296 2004-11-28 Juri Linkov <juri@jurta.org>
297
298 * compare-w.el (compare-windows-highlight): Attach each overlay
299 to its window to properly highlight differences while comparing
300 two windows of the same buffer. Fix arguments.
301 (compare-windows-sync-default-function): Fix arguments of
302 `compare-windows-highlight'.
303
304 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
305 Use `read-expression-history'. Set initial contents only if
306 `edebug-global-break-condition' is non-nil. Set histpos to 1
307 if initial contents is equal to the last history element.
308 (edebug-set-conditional-breakpoint): Instead of temporarily
309 prepending the current condition to the history, set initial
310 contents to the current condition. Set histpos to 1 if initial
311 contents is equal to the last history element.
312
313 * info.el (Info-search-whitespace-regexp): Remove shy group.
314 (Info-search): Forward line if search is on the header line.
315 Use search-whitespace-regexp in two other places.
316
317 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
318
319 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
320 warning. Delay real definition, which uses
321 `set-fringe-indicators-1' till after the definition of that function.
322
323 2004-11-28 Kim F. Storm <storm@cua.dk>
324
325 * fringe.el (fringe): New defgroup.
326 (fringe-mode): Move to fringe group.
327 (fringe-indicators): New defcustom.
328 (set-fringe-indicators-1): New defun.
329
330 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
331 (menu-bar-showhide-fringe-ind-menu): New keymap.
332 (menu-bar-showhide-fringe-ind-empty)
333 (menu-bar-showhide-fringe-ind-mixed)
334 (menu-bar-showhide-fringe-ind-box)
335 (menu-bar-showhide-fringe-ind-right)
336 (menu-bar-showhide-fringe-ind-left)
337 (menu-bar-showhide-fringe-ind-none): New defuns.
338 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
339
340 2004-11-27 Richard M. Stallman <rms@gnu.org>
341
342 * comint.el (comint-read-noecho): Add trivial compatibility definition.
343
344 * generic.el (define-generic-mode): Doc fix.
345
346 * menu-bar.el (menu-bar-options-save): For the options
347 that are toggled with menu-bar-make-mm-toggle, don't check
348 for customized-value prop.
349
350 2004-11-27 Eli Zaretskii <eliz@gnu.org>
351
352 * mail/supercite.el (sc-cite-region): Handle the case where
353 sc-cite-frame-alist is a symbol.
354 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
355 a symbol.
356 (sc-recite-region): Handle the case where sc-recite-frame-alist is
357 a symbol.
358
359 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
360
361 * wid-edit.el (widget-narrow-to-field): New function.
362 (widget-complete): Use it.
363
364 2004-11-27 Jay Belanger <belanger@truman.edu>
365
366 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
367 variable.
368 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
369 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
370 (math-alg-inequalities): Move declaration to earlier in the file.
371
372 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
373 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
374 Declare them.
375
376 * calc/calc-lang.el (math-expr-data, math-expr-token)
377 (math-exp-old-pos): Declare them.
378
379 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
380 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
381
382 2004-11-27 Kim F. Storm <storm@cua.dk>
383
384 * progmodes/flymake.el: Use (featurep 'xemacs).
385 (flymake-makehash): Change to defsubst. Use fboundp.
386 (flymake-time-to-float): Remove.
387 (flymake-float-time): Merge code from flymake-time-to-float here.
388 (flymake-replace-regexp-in-string): Change to defsubst.
389 (flymake-split-string-remove-empty-edges):
390 Rename to flymake-split-string.
391 (flymake-split-string): Remove previous defalias.
392 (flymake-get-temp-dir): Change to defsubst.
393 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
394 Define for xemacs only.
395 (flymake-master-file-count-limit): Change into compiler defvar only.
396 (flymake-find-possible-master-files): Let-bind it dynamically while
397 sorting files using flymake-master-file-compare.
398
399 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
402 of defun-prompt-regexp matches inside a comment/string but the
403 beginning is correctly outside everything.
404
405 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
406 appears within a string or a comment.
407
408 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
409 rather than make-symbol for symbols which are used in
410 a symbol-macrolet or equivalent.
411
412 2004-11-26 Jay Belanger <belanger@truman.edu>
413
414 * calc-misc.el (calc-last-why-command): Declare it.
415
416 * calc-vec.el (math-grade-vec): New variable.
417 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
418 Replace variable grade-vec by declared variable.
419 (math-rb-close): New variable.
420 (math-read-brackets, math-read-vector): Replace variable close by
421 declared variable.
422
423 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
424 (calc-one-window, calc-edit-handler, calc-restore-trail)
425 (calc-allow-ret): Declare them.
426
427 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
428 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
429 (math-radix-float-cache-tag, math-random-cache)
430 (math-max-digits-cache, math-integral-cache, math-units-table)
431 (math-format-date-cache, math-holidays-cache-tag): Declare them.
432 (math-moc-func): New variable.
433 (math-map-over-constants, math-map-over-constants-rec):
434 Replace variable func by declared variable.
435
436 * calc/calc-store.el (calc-given-value, calc-store-opers):
437 Declare them.
438 (calc-var-name-map): Move declaration to earlier in the file.
439 (calc-pv-pos): New variable.
440 (calc-permanent-variable, calc-insert-permanent-variable):
441 Replace variable pos by declared variable.
442
443 * calc/calc-mtx.el (calc-det-lu): New variable.
444 (math-det-raw, math-det-step): Replace variable lu by declared variable.
445
446 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
447 (math-multi-subst, math-multi-subst-rec): Replace variables temp
448 and arg by declared variables.
449 (calcFunc-reducer): Fix incorrect variable.
450 (math-inner-mul-func, math-inner-add-func): New variables.
451 (calcFunc-inner, math-inner-mats): Replace variables mul-func
452 and add-func by declared variables.
453
454 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
455 (calc-digit-value): Declare them.
456
457 * calc/calc-help.el (Info-history): Declare it.
458 (calc-describe-key): Make calc-summary-indentation a local variable.
459 (calc-help-long-names): Move declaration to earlier in file.
460
461 * calc/calc-embed.el (calc-original-buffer): Declare it.
462 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
463 (calc-embed-bot): New variables.
464 (calc-do-embedded, calc-embedded-mark-formula)
465 (calc-embedded-find-bounds, calc-embedded-duplicate)
466 (calc-embedded-new-formula, calc-embedded-make-info):
467 Replace vars outer-top, outer-bot, bot and top by declared variables.
468 (calc-embed-prev-modes): New variable.
469 (calc-embedded-set-modes, calc-embedded-update): Replace variable
470 prev-modes with declared variable.
471 (calc-embed-vars-used): New variable.
472 (calc-embedded-make-info, calc-embedded-evaluate-expr)
473 (calc-embedded-update, calc-embedded-find-vars): Replace variable
474 vars-used by declared variable.
475
476 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
477 (math-format-radix-float): Remove unnecessary setq.
478 (math-radix-float-cache): Declare it.
479
480 * calc/calcsel2.el (calc-keep-selection): Declare it.
481
482 * calc/calc-maint.el: Remove file.
483
484 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
485
486 * textmodes/bibtex.el (bibtex-sort-entry-class)
487 (bibtex-comment-start): Use defcustom.
488 (bibtex-entry-field-alist): Use nil if initial content of the
489 field is undefined. Fix docstring.
490 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
491 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
492 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
493 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
494 Fix docstring.
495 (bibtex-autokey-title-terminators): Use only one regexp.
496 (bibtex-string-maybe-empty-head): New variable.
497 (bibtex-remove-delimiters-string): New function.
498 (bibtex-text-in-field-bounds, bibtex-text-in-string):
499 Use bibtex-remove-delimiters-string.
500 (bibtex-progress-message, bibtex-field-left-delimiter)
501 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
502 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
503 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
504 Simplify.
505 (bibtex-format-entry): Use save-excursion for inherited booktitle.
506 Use eq and bibtex-remove-delimiters-string. For end markers use
507 insertion type so that marker stays after inserted text.
508 (bibtex-autokey-get-names): Return empty string if name is missing.
509 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
510 calling bibtex-autokey-name-case-convert.
511 (bibtex-autokey-demangle-title):
512 Call bibtex-autokey-titleword-case-convert. Remove call to
513 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
514 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
515 (bibtex-read-key): New optional arg global.
516 (bibtex-files-expand): New optional arg force.
517 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
518 (bibtex-complete-crossref-cleanup): Rename from
519 bibtex-complete-key-cleanup. Simplify code.
520 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
521 Operate on current entry.
522 (bibtex-button): Add docstring.
523 (bibtex-entry): Simplify.
524 (bibtex-make-field): Replace optional arg called-by-yank with more
525 specific args move and interactive.
526 (bibtex-end-of-entry): Use forward-sexp.
527 (bibtex-find-entry-globally): Remove.
528 (bibtex-find-crossref): Allow for crossref key located in other buffer.
529 Bound to C-c C-x.
530 (bibtex-find-entry): New optional args global and display.
531 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
532 (bibtex-validate): Use arg force of bibtex-files-expand.
533 (bibtex-clean-entry): Bugfix, clean string entries properly.
534 Always keep point at beginning of entry.
535 (bibtex-complete): Bugfix. Handle string entries properly.
536 Call cleanup functions only if needed.
537 (bibtex-String): Use bibtex-read-string-key.
538 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
539 case of replacement text.
540
541 2004-11-26 Lars Hansen <larsh@math.ku.dk>
542
543 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
544 (tramp-perl-directory-files-and-attributes): New constant.
545 (tramp-file-name-handler-alist): Delete file-directory-files, add
546 directory-files-and-attributes.
547 (tramp-perl-file-attributes): Surround uid and gid by double
548 quotes. Change parameter id-format from nonnumeric.
549 (tramp-convert-file-attributes): New function.
550 (tramp-handle-file-attributes): Use it.
551 (tramp-maybe-send-perl-script): New function.
552 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
553 file mode. Change parameter id-format from nonnumeric.
554 (tramp-handle-file-attributes-with-ls): Change parameter id-format
555 from nonnumeric.
556 (tramp-post-connection): Don't send tramp-perl-file-attributes
557 script. Reset connection property "perl-scripts".
558 (tramp-handle-insert-directory): Run real handler when ls-lisp is
559 in use.
560
561 2004-11-26 Lars Hansen <larsh@math.ku.dk>
562
563 * desktop.el (desktop-read): Replace mapcar with mapc.
564 (desktop-create-buffer): Replace mapcar with mapc.
565 Remove redundant piece of code.
566
567 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
568
569 * progmodes/gud.el (gud-display-line): Use display-buffer
570 for GDB-UI as for GUD.
571
572 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
573 Delete variables.
574 (gdb-ann3): Don't make GUD buffer dedicated.
575 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
576 (gdb-display-source-buffer): Delete function.
577 (gdb-view-source-function, gdb-view-assembler): Delete functions.
578 (menu): Delete menu bindings for viewing source/assembler.
579 (gdb-setup-windows, gdb-restore-windows):
580 Don't dedicate GUD. No assembler now.
581 (gdb-reset): No need to undedicate source buffers now.
582 (gdb-source-info): No assembler now.
583
584 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
585
586 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
587 width to those for special frames.
588 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
589 Use display-buffer.
590 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
591 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
592 (gdb-frame-assembler-buffer): Rework like
593 gdb-frame-breakpoints-buffer.
594
595 2004-11-25 Richard M. Stallman <rms@gnu.org>
596
597 * progmodes/flymake.el: Reindent.
598 (flymake-split-string): Turn into defalias.
599 (flymake-fix-file-name): Rename from flymake-fix-path-name.
600 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
601 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
602 (flymake-build-relative-filename): Rename from ...path.
603 Fix error message.
604
605 2004-11-25 Cheng Gao <chenggao@gmail.com>
606
607 * progmodes/flymake.el: Much whitespace and capitalization change.
608 Move `provide' to end. Require `compile' only when compiling.
609
610 2004-11-24 Jay Belanger <belanger@truman.edu>
611
612 * calc/calc-alg.el: Added comment.
613 (math-polynomial-base): Replace variable mpb-top-expr by
614 math-poly-base-top-expr.
615
616 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
617 (math-polynomial-p1): Replace variable mpb-top-expr by declared
618 variable.
619 (math-poly-base-total-base): New variable.
620 (math-total-polynomial-base, math-polynomial-p1): Replace variable
621 mpb-total-base by declared variable.
622 (math-factored-vars, math-to-list): Declare it.
623 (math-fact-expr): New variable.
624 (calcFunc-factors, calcFunc-factor, math-factor-expr)
625 (math-factor-expr-try, math-factor-expr-part): Replace variable
626 expr by declared variable.
627 (math-fet-x): New variable.
628 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
629 by declared variable.
630 (math-factor-poly-coefs): Make temp a local variable.
631
632 * calc/calc-units.el (calc-convert-units): Make units a local
633 variable.
634 (calc-num-units, calc-den-units): New variables.
635 (calc-explain-units, calc-explain-units-rec): Replace variables
636 num-units and den-units by declared variables.
637 (math-cu-unit-list): New variable.
638 (math-build-units-table, math-compare-unit-names)
639 (math-convert-units, math-convert-units-rec): Replace variable
640 unit-list by declared variable.
641 (math-fbu-base, math-fbu-entry): New variables.
642 (math-find-base-units, math-find-base-units-rec): Replace variables
643 base and entry by declared variables.
644 (math-which-standard): New variable.
645 (math-to-standard-units, math-to-standard-rec): Replace variable
646 which-standard by declared variable.
647 (math-fcu-u): New variable.
648 (math-find-compatible-unit, math-find-compatible-unit-rec):
649 Replace variable u by declared variable.
650 (math-cu-new-units, math-cu-pure): New variables.
651 (math-convert-units, math-convert-units-rec): Replace variables
652 new-units and pure by declared variables.
653 (math-try-cancel-units): New variable.
654 (math-simplify-units-quotient): Replace variable try-cancel-units by
655 declared variable.
656
657 2004-11-24 Richard M. Stallman <rms@gnu.org>
658
659 * textmodes/ispell.el (ispell-check-version):
660 If default-directory is nonexistent, use home dir.
661
662 * progmodes/grep.el (grep-regexp-alist):
663 Don't match parens around line numbers.
664
665 * progmodes/cperl-mode.el (cperl-indent-region)
666 (cperl-imenu--create-perl-index, cperl-xsub-scan):
667 Don't print progress messages.
668
669 * progmodes/compile.el (compilation-mode-map):
670 Don't inherit from compilation-minor-mode-map;
671 copy its bindings instead. But the menu bar Compile
672 entry now does inherit from compilation-menu-map.
673
674 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
675 Use with-no-warnings around compiler-macroexpand.
676
677 * imenu.el: Don't always require newcomment.
678 (imenu--generic-function): Call comment-normalize-vars
679 if we have a comment syntax.
680 Exit the loop if REGEXP matches the null string.
681 Test comment-start as well as comment-start-skip
682 when deciding whether to check for comments.
683
684 * tooltip.el (tooltip-mode): Doc fix.
685
686 * term.el (term-escape-char, term-mode): Doc fixes.
687
688 2004-11-24 Dave Love <fx@gnu.org>
689
690 * progmodes/python.el (python-font-lock-syntactic-keywords):
691 Check for escapes in the regexp.
692 (python-quote-syntax): Don't do it here.
693
694 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
695
696 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
697 (gdb-frames-mode-map, gdb-threads-mode-map)
698 (gdb-registers-mode-map, gdb-locals-mode-map)
699 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
700 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
701
702 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
703 (dedicated-switch-to-buffer): Rework.
704 (gdb-var-evaluate-expression-handler, gdb-put-string):
705 Remove unused variable bindings.
706 (gdb-setup-windows, gdb-display-buffer):
707 Simplify. Use pop-to-buffer.
708 (gdb-view-source-function): Simplify.
709 (gdb-frame-breakpoints-buffer):
710 Use pop-to-buffer, special-display-regexps.
711
712 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
713
714 * progmodes/f90.el (f90-smart-end)
715 (f90-previous-statement, f90-beginning-of-block): Doc fix.
716 (f90-calculate-indent): Handle un-named PROGRAM blocks.
717 (f90-end-of-block): Doc fix. Make check of outermost block
718 conditional on value of `f90-smart-end'.
719 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
720 Handle case where END-BLOCK is nil.
721 (f90-match-end): Handle un-named PROGRAM blocks.
722 (f90-backslash-not-special): New function.
723
724 2004-11-24 Jay Belanger <belanger@truman.edu>
725
726 * calc/calc.el (calc-embedded-active): Removed unnecessary
727 declaration.
728 (calc-show-banner): Removed redundant declaration.
729
730 * calc/calc-graph.el (calc-gnuplot-default-device)
731 (calc-gnuplot-default-output, calc-gnuplot-print-device)
732 (calc-gnuplot-print-output, calc-gnuplot-geometry)
733 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
734 Remove redundant initial values.
735
736 * calc/calc-arith.el (math-scalar-functions)
737 (math-nonscalar-functions, math-scalar-if-args-functions)
738 (math-real-functions, math-positive-functions)
739 (math-nonnegative-functions, math-real-scalar-functions)
740 (math-real-if-arg-functions, math-integer-functions)
741 (math-num-integer-functions, math-rounding-functions)
742 (math-float-rounding-functions, math-integer-if-args-functions)
743 (math-super-types): Move declarations to earlier in file.
744 (math-unit-prefixes): Declared it.
745 (math-floor-prec, math-trunc-prec): New variables.
746 (math-trunc-fancy): Replace variable prec by declared variable.
747 (math-floor-fancy): Replace variable prec by declared variable.
748 (math-com-bterms): New variable.
749 (math-commutative-equal, math-commutative-collect):
750 Replace variable bterms by declared variable.
751
752 * calc/calc-misc.el (math-trunc): Replace variable prec by
753 math-trunc-prec.
754 (math-floor): Replace variable prec by math-floor-prec.
755
756 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
757 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
758 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
759 (math-format-date, math-format-date-part): Replace variables
760 date, dt, year, month, day, weekday, hour, minute, second and
761 bc-flag by declared variables.
762 (math-pd-str): New variable.
763 (math-parse-date, math-parse-date-word, math-parse-standard-date):
764 Replace variable str by declared variable.
765 (math-daylight-savings-hook, math-tzone-names): Move definitions
766 to earlier in the file.
767 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
768 (math-sh-year): New variable.
769 (math-setup-add-holidays, math-setup-holidays)
770 (math-setup-year-holidays): Replace variable `year' by declared
771 variable.
772
773 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
774 New variables.
775 (math-nth-root-float, math-nth-root-float-iter): Replace variables
776 n, nf and nfm1 by declared variables.
777 (math-nri-n): New variable.
778 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
779 n by declared variable.
780 (calcFunc-log): Removed misplaced condition.
781
782 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
785
786 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
787
788 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
789 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
790 Dedicate gdb-related windows.
791 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
792 other frames.
793 (gdb-reset): Remove dedicated property after debugging.
794
795 2004-11-24 Jay Belanger <belanger@truman.edu>
796
797 * calc/calc-sel.el: Add comment.
798
799 * calc/calc.el (math-stack-value-offset): Replace variables c,
800 wid and off with math-svo-c, math-svo-wid and math-svo-off.
801
802 * calc/calccomp.el (math-comp-sel-tag): Declare it.
803 (math-svo-c, math-svo-wid, math-svo-off): New variables.
804 (math-stack-value-offset-fancy): Replace variables c, wid and off
805 by declared variables.
806 (math-comp-just, math-comp-comma-spc): New variables.
807 (math-compose-expr, math-compose-matrix): Replace variables `just'
808 and comma-spc by declared variable.
809 (math-comp-vector-prec): New variable.
810 (math-compose-expr, math-compose-matrix, math-compose-rows):
811 Replace variable vector-prec by declared variable.
812 (math-comp-left-bracket, math-comp-right-bracket)
813 (math-comp-comma): New variables.
814 (math-compose-expr, math-compose-rows): Replace variables
815 left-bracket, right-bracket and comma by declared variables.
816 (math-comp-full-width): New variable.
817 (math-comp-to-string-flat, math-comp-to-string-flat-term):
818 Replace variable full-width by declared variable.
819 (math-comp-highlight, math-comp-word, math-comp-level)
820 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
821 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
822 New variables.
823 (math-comp-to-string-flat, math-comp-to-string-flat-term)
824 (math-comp-sel-flat-term): Replace variables comp-highlight,
825 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
826 declared variables.
827 (math-comp-simplify, math-comp-simplify-term)
828 (math-comp-add-string, math-comp-add-string-sel):
829 Replace variables comp-highlight, comp-buf, comp-base,
830 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
831
832 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
833
834 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
835
836 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
837 and x-server-version may throw.
838
839 2004-11-23 Kim F. Storm <storm@cua.dk>
840
841 * subr.el (substitute-key-definition-key): Optimize.
842 Don't call indirect-function for nil defn (always signals error).
843
844 * ido.el (ido-read-internal): Fix require-match check when
845 ido-directory-too-big is set.
846
847 2004-11-23 Jay Belanger <belanger@truman.edu>
848
849 * calc/calc-ext.el (math-read-replacement-list)
850 (math-read-superscripts): New variables.
851 (math-read-preprocess-string): New function.
852 (math-read-expr): Filter input through math-read-preprocess-string.
853
854 * calc/calc-aent.el (math-read-exprs): Filter input through
855 math-read-preprocess-string.
856
857 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
858
859 * progmodes/compile.el (compilation-start): In cd command use
860 substitute-env-vars -- not quite shell compatible but better than
861 nothing.
862 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
863 handle the newer versions messages, which are more parseable.
864
865 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * reveal.el (reveal-mode-map): New var.
868 (reveal-mode): Use it.
869
870 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
871
872 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
873 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
874
875 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
878 header-line when needed.
879 Use fixed-pitch only in the header-line.
880 Build the underline automatically. Use emdash if available.
881
882 2004-11-22 Richard M. Stallman <rms@gnu.org>
883
884 * dired.el (dired-recursive-copies): Move from dired-aux.el.
885 * dired-aux.el (dired-recursive-copies): Move to dired.el.
886
887 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
888
889 * progmodes/gdb-ui.el (gdb-resync): New function.
890 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
891 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
892 Use it to fail more gracefully.
893 (gdb-variables): Delete variable.
894 Re-order variables to reduce byte-compiler warnings.
895
896 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * descr-text.el (describe-char):
899 * paren.el (show-paren-function):
900 * subr.el (syntax-after): Undo last change.
901
902 * progmodes/python.el (run-python): Don't hard code *Python*.
903 Don't modify global process-environment.
904 (python-send-region, python-load-file): Don't assume that
905 python-buffer == (process-buffer (python-proc)).
906 (python-switch-to-python): Simplify.
907
908 * dired.el (dired-align-file): Don't assume line starts with spaces.
909
910 2004-11-21 Jay Belanger <belanger@truman.edu>
911
912 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
913 Replace variable `lines' by math-read-big-lines.
914 (math-read-big-expr): Replace variables the-baseline, the-h2
915 and err-msg by math-read-big-baseline, math-read-big-h2 and
916 math-read-err-msg.
917 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
918
919 * calc/calc-lang.el (math-read-big-rec): Fix typo.
920 (math-read-big-balance): Replace unbound variable by value.
921 (math-read-big-lines): New variable.
922 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
923 (math-read-big-error, math-read-big-balance): Replace variable
924 `lines' by declared variable.
925 (math-read-big-baseline, math-read-big-h2): New variables.
926 (math-read-big-rec): Replace variables the-baseline and the-h2
927 by declared variables.
928 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
929 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
930 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
931 declared variables.
932 (math-read-big-err-msg): New variable.
933 (math-read-big-error): Replace variable err-msg by declared variable.
934
935 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
936
937 * ses.el: Add coding cookie.
938 Fix up docstrings, follow new commenting conventions.
939 (ses-header-line-menu): Fix missing variable rename for header-row.
940 (ses-cell-size): Remove.
941 (ses-make-cell): New function.
942 (ses-cell, ses-insert-row, ses-insert-column): Use it.
943 (ses-calculate-cell): Remove unused var `symbol'.
944 (ses-narrowed-p): New function.
945 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
946 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
947 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
948 (ses-setup): Use restore-buffer-modified-p.
949 (ses-cleanup): Remove unused var `end'.
950 (ses-header-string-left-offset): Remove.
951 (ses-create-header-string): Adjust to new behavior of `align-to'.
952 Truncate excessively large fields to preserve alignment.
953 (ses-reconstruct-all): Remove unused var `refs'.
954 (ses-read-cell-printer): Remove unused var `prompt'.
955 (ses-delete-row): Remove unused var `pos'.
956 (ses-delete-column): Remove unused var `new'.
957
958 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
959
960 * ps-print.el: Insert :version tag into all defgroup and defcustom.
961 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
962 Eliminate eval-and-compile usage.
963 (ps-insert-file): Use insert-file-contents instead of insert-file.
964 (ps-setup): Code fix.
965
966 * printing.el (pr-setup, lpr-setup): Code fix.
967
968 2004-11-21 Jay Belanger <belanger@truman.edu>
969
970 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
971 (calc-original-buffer): Declare them.
972 (calc-user-formula-alist): New variable.
973 (calc-user-define-formula, calc-fix-user-formula)
974 (calc-user-define-composition, calc-finish-formula-edit):
975 Replace variable `alist' by declared variable.
976 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
977 (var-q7, var-q7, var-q8, var-q9): Declare them.
978 (calc-kbd-push): Don't check to see if var-q0 through var-q9
979 are bound.
980 (calcFunc-typeof): Replace undeclared variable by expression.
981 (math-exp-env): New variable.
982 (math-define-body, math-define-exp): Replace exp-env by declared var.
983 (math-define-exp): Replace misplaced variable by expression.
984
985 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
986 (calc-curve-model, calc-curve-coefnames): New variables.
987 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
988 varnames, model and coefnames by declared variables.
989 (math-root-widen): New variable.
990 (math-search-root, math-find-root): Replace variable root-widen by
991 declared variable.
992 (var-DUMMY): Declare it.
993 (math-root-vars, math-min-vars): Move the declarations to earlier in
994 the file.
995 (math-brent-min): Make d a local variable.
996 (math-find-minimum): Replace non-existent variable.
997 (math-ninteg-romberg): Remove unnecessary variable.
998 (math-ninteg-temp): New variable.
999 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1000 integ-temp by declared variable.
1001 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1002 New variables.
1003 (math-general-fit): Replace variables first-var, first-coef and
1004 new-coefs by declared variables.
1005 (calcFunc-fitvar): Replace variable first-var by declared variable.
1006 (calcFunc-fitparam): Replace variable first-coef by declared variable.
1007 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1008 (math-all-vars-vars, math-all-vars-found): New variables.
1009 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1010 found by declared variable math-all-vars-vars.
1011
1012 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1013
1014 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1015 of `defconst'.
1016
1017 2004-11-20 Richard M. Stallman <rms@gnu.org>
1018
1019 * isearch.el (isearch-mode-map): Don't bind SPC.
1020 (isearch-whitespace-chars): Function deleted.
1021 (isearch-search): Bind search-spaces-regexp.
1022 (isearch-lazy-highlight-search): Likewise.
1023 (search-whitespace-regexp): Doc fix.
1024 (isearch-forward-regexp): Doc fix.
1025
1026 * emacs-lisp/bytecomp.el (byte-compile-form):
1027 Move the calls to byte-compile-set-symbol-position,
1028 to avoid having two for the same symbol occurrence.
1029
1030 * comint.el (comint-input-ring-size): Increase to 150.
1031
1032 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1033 New variables.
1034 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1035 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1036
1037 * imenu.el (imenu--generic-function):
1038 Ensure we keep moving backward even if BEG isn't further back.
1039
1040 * replace.el (query-replace-read-to, query-replace-read-from):
1041 Specify t for KEEP-ALL in read-from-minibuffer.
1042
1043 * progmodes/python.el (python-switch-to-python):
1044 If Python isn't running, start it.
1045 Don't alter debug-ignored-errors.
1046
1047 * progmodes/cperl-mode.el (cperl-indent-region):
1048 Don't mind imenu-scanning-message.
1049
1050 * bindings.el (global-map): Bind C-e to move-end-of-line.
1051
1052 * simple.el (line-move-finish): New arg FORWARD.
1053 Ignore invisible newlines, not intangible ones.
1054 Conditions for acceptable stopping positions depend on FORWARD.
1055 (line-move): Pass FORWARD arg to line-move-finish.
1056
1057 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1058 of HEADER. Compensate for this change in the code to add display
1059 properties. Don't make the first line intangible.
1060
1061 * info.el (Info-search): Fix previous change.
1062
1063 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1064
1065 * Makefile.in (recompile): Revert 2004-11-19 change.
1066 (compile): Likewise.
1067
1068 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
1069
1070 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1071
1072 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1073
1074 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
1075 defgroup and defcustom. Eliminate eval-and-compile usage.
1076
1077 * progmodes/ebnf-otz.el: Fix typos.
1078
1079 2004-11-19 Jay Belanger <belanger@truman.edu>
1080
1081 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1082 (calc-edit-finish, calc-finish-stack-edit): Replace variable
1083 disp-trail by declared variable.
1084
1085 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1086 (calc-finish-selection-edit): Replace variable disp-trail by
1087 declared variable.
1088 (calc-selection-cache-entry): Move declaration to earlier in the file.
1089 (calc-selection-cache-num, calc-selection-cache-comp)
1090 (calc-selection-cache-offset, calc-selection-true-num)
1091 (calc-final-point-line, calc-final-point-column)
1092 (calc-original-buffer): Declare them.
1093 (calc-fnp-op, calc-fnp-num): New variables.
1094 (calc-find-nth-part, calc-find-nth-part-rec)
1095 (calc-select-previous): Replace op and num by declared variables.
1096 (calc-rsf-old, calc-rsf-new): New variables.
1097 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1098 Replace variables old and new by declared variables.
1099 (calc-sel-reselect): New variable.
1100 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1101 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1102 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
1103 reselect with declared variable.
1104
1105 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1106 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1107 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1108 (math-import-list, math-rewrite-phase): Declare them.
1109 (math-rewrite): Use let* to declare variables.
1110 (calc-rewrite-selection): Make rules a local variable.
1111 (calc-rewr-sel): New variable.
1112 (calc-rewrite-selection, calc-locate-selection-marker)
1113 (calc-rewrite): Use the declared variable calc-rewr-sel instead
1114 of sel.
1115 (math-rewrite-whole-expr): New variable.
1116 (math-rewrite, math-rewrite-phase): Replace variable expr by
1117 declared variable.
1118 (math-rewrite-heads-heads, math-rewrite-heads-skips)
1119 (math-rewrite-heads-blanks ): New variables.
1120 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1121 heads, skips and blanks by declared variables.
1122 (math-rwcomp-subst-old, math-rwcomp-subst-new)
1123 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1124 New variables.
1125 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1126 old, new, old-func and new-func by declared variables.
1127 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1128 Remove unnecessary variable.
1129 (math-apply-rw-regs): New variable.
1130 (math-apply-rewrites, math-rwapply-replace-regs)
1131 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1132 (math-apply-rw-ruleset): New variable.
1133 (math-apply-rewrites, math-rwapply-remember): Replace variable
1134 ruleset by declared variable.
1135
1136 2004-11-19 Richard M. Stallman <rms@gnu.org>
1137
1138 * info.el (Info-search): Use search-whitespace-regexp.
1139
1140 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1141
1142 * vc-rcs.el (vc-rcs-parse): New function.
1143 (vc-rcs-annotate-command): Likewise.
1144 (vc-rcs-annotate-current-time): Likewise.
1145 (vc-rcs-annotate-time): Likewise.
1146 (vc-rcs-annotate-extract-revision-at-line): Likewise.
1147
1148 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
1149
1150 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1151
1152 2004-11-18 Jay Belanger <belanger@truman.edu>
1153
1154 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1155
1156 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1157
1158 * printing.el: Eliminate use of interactive-p and eval-and-compile.
1159 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1160 Use make-temp-file to generate PostScript files in any situation.
1161 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1162 (pr-interactive-p): Eliminate var.
1163 (pr-save-interactive): Eliminate macro.
1164 (pr-interface, pr-ps-directory-preview)
1165 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1166 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1167 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1168 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1169 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1170 (pr-ps-region-ps-print, pr-ps-mode-preview)
1171 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1172 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1173 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1174 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1175 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1176 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1177 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1178 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1179 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1180 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1181 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1182 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1183 Eliminate pr-save-interactive usage.
1184 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1185 Eliminate pr-interactive-p usage.
1186 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1187 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1188 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1189 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1190 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1191 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1192 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1193 New funs.
1194 (pr-ps-file): Use make-temp-file to generate a temporary file.
1195
1196 2004-11-17 Jay Belanger <belanger@truman.edu>
1197
1198 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1199 a local variable.
1200 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1201 (math-top-only): New variable.
1202 (math-simplify, math-simplify-step): Replace variable top-only by
1203 declared variable math-top-only.
1204 (math-simplify-expr): Declare it.
1205 Replace argument expr in all calls of math-defsimplify by
1206 math-simplify-expr.
1207 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1208 (math-simplify-divisor, math-simplify-one-divisor)
1209 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1210 (math-simplify-pow): Replace variable expr by declared variable
1211 math-simplify-expr.
1212 (math-simplify-divisor): Remove local variables temp and op.
1213 (math-simplify-one-divisor): Make temp and op local variables.
1214 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1215 New variables.
1216 (math-simplify-divisor, math-simplify-one-divisor):
1217 Replace variables nover and dover by declared variables.
1218 (math-expr-subst-new, math-expr-subst-old): New variables.
1219 (math-expr-subst, math-expr-subst-rec): Replace variables new
1220 and old by declared variables.
1221 (math-is-poly-degree, math-is-poly-loose): New variables.
1222 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1223 and loose by declared variables.
1224 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1225 (math-polynomial-base, math-polynomial-base-rec):
1226 Replace variables const-ok and mpb-pred by declared variables.
1227
1228 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1229
1230 * calc/calc-ext.el (math-defsimplify): Change the argument in
1231 the created function to math-simplify-expr.
1232
1233 * calc/calc-units.el (math-simplify-expr): Declare it.
1234 Replace argument expr in all calls of math-defsimplify by
1235 math-simplify-expr.
1236 (math-simplify-units-prod): Replace variable expr by declared
1237 variable math-simplify-expr.
1238
1239 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1242 Replace mapcar->dolist, format->string.
1243
1244 2004-11-17 Miles Bader <miles@gnu.org>
1245
1246 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1247 * progmodes/idlwave.el: Remove RCS keywords.
1248
1249 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1250
1251 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1252 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1253 Update to IDLWAVE version 5.5. Too many changes to list them here.
1254 * progmodes/idlw-help.el: New file.
1255
1256 2004-11-16 Richard M. Stallman <rms@gnu.org>
1257
1258 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1259 Discard spaces after \i according to TeX rules.
1260
1261 * international/mule.el (set-buffer-file-coding-system):
1262 New arg NOMODIFY.
1263 (after-insert-file-set-coding): Pass that new arg.
1264 Prevent set-buffer-multibyte from trying to lock the file.
1265
1266 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1267
1268 * saveplace.el (save-place): Doc fix.
1269
1270 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1271 temporarily widen before finding the following word to copy.
1272
1273 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1274 (cl-map-keymap): Definition deleted.
1275
1276 * subr.el (map-keymap-internal): New function.
1277
1278 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1281 when pressing rather than when releasing mouse-2. Simplify.
1282
1283 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1286 (compilation-mode): Set it here instead.
1287
1288 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1289
1290 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1291 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1292
1293 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * progmodes/compile.el (compilation-internal-error-properties):
1296 Fix up a transposition-typo. Check end-col before using it.
1297
1298 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1299
1300 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1301 Discard whitespace after macro \i when converting it.
1302
1303 2004-11-16 Juri Linkov <juri@jurta.org>
1304
1305 * emacs-lisp/find-func.el (find-function-regexp):
1306 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1307 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1308 Remove invalid `\W' from [^cgv\W]. Doc fix.
1309 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1310
1311 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * play/life.el: Maintainer is now FSF.
1314 (life-patterns, life-neighbor-deltas, life-window-start)
1315 (life-current-generation, life-generation-string): Use defvar
1316 instead of defconst.
1317
1318 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1319
1320 * progmodes/compile.el (compilation-move-to-column): New fun.
1321 (compilation-internal-error-properties)
1322 (compilation-next-error-function): Use it to make sure we don't go past
1323 the end of line.
1324
1325 2004-11-15 John Paul Wallington <jpw@gnu.org>
1326
1327 * autoinsert.el (auto-insert-alist): Insert the user's name in
1328 copyright notice, rather than Free Software Foundation, for the
1329 Emacs Lisp header case too.
1330
1331 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1332
1333 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1334 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1335 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1336 return the list of string in a string.
1337 (pr-call-process): Message if calling process returns an error, that
1338 is, the exit status is different of zero.
1339
1340 2004-11-15 Jay Belanger <belanger@truman.edu>
1341
1342 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1343 variable var-thing.
1344 (math-integ-depth, math-integ-level, math-integral-limit)
1345 (math-enable-subst, math-any-substs, math-integ-msg)
1346 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1347 (math-int-threshold, math-int-factors, math-double-roots)
1348 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1349 (var-GenCount): Declare these variables.
1350 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1351 (math-integral-cache, math-integral-cache-state):
1352 Move declarations to earlier in the file.
1353 (math-deriv-var, math-deriv-total, math-deriv-symb)
1354 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1355 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1356 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1357 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1358 (math-solve-res): New variables
1359 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1360 (math-integral, math-replace-integral-parts)
1361 (math-integrate-by-parts, calc-dump-integral-cache)
1362 (math-try-integral, math-do-integral, math-do-integral)
1363 (math-do-integral-methods, math-try-solve-for)
1364 (math-try-solve-prod, math-solve-poly-funny-powers)
1365 (math-solve-crunch-poly, math-decompose-poly)
1366 (math-solve-find-root-term, math-find-root-in-prod)
1367 (math-integ-try-linear-substitutions)
1368 (math-integ-try-substitutions, math-expr-rational-in)
1369 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1370 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1371 (math-solve-for, math-solve-system, math-solve-system-rec)
1372 (math-solve-get-sign, math-solve-get-int)
1373 (math-solve-system-subst): Replace undeclared variables with newly
1374 declared variables.
1375
1376 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1377
1378 * winner.el (winner-active-region, winner-edges, winner-window-list):
1379 Define at toplevel.
1380 (winner-mode-map): Move init inside declaration.
1381
1382 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1383
1384 * files.el (convert-standard-filename): Doc fix.
1385
1386 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1387
1388 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1389 passwd, group, shadow, default/* and pam.d/*.
1390
1391 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1392
1393 * printing.el (pr-menu-spec): Adjust menu specification.
1394
1395 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1396
1397 * printing.el: Doc fix. Insert :version tag into all defcustom.
1398 Handle interactive-p as is recommended in Emacs Lisp Reference.
1399 Set the file permission bits for newly created files.
1400 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1401 The printing menu specification (in `pr-menu-spec') was merged.
1402 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1403 (pr-version): New version number (6.8.3).
1404 (pr-file-modes): New option.
1405 (pr-interactive-p): New var.
1406 (pr-save-interactive, pr-save-file-modes): New macros.
1407 (pr-setup): Code fix.
1408 (pr-menu-spec): Menu specification merged.
1409 (pr-call-process, pr-text2ps): Set file permission bits.
1410 (pr-despool-print): Set file permission bits. Handle interactive-p as
1411 is recommended.
1412 (pr-interface, pr-ps-directory-preview)
1413 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1414 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1415 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1416 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1417 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1418 (pr-ps-region-ps-print, pr-ps-mode-preview)
1419 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1420 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1421 (pr-despool-using-ghostscript, pr-despool-ps-print)
1422 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1423 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1424 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1425 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1426 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1427 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1428 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1429 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1430 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1431 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1432 Handle interactive-p as is recommended.
1433
1434 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1437 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1438
1439 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1440 so it doesn't forget to highlight the beginning of the region either.
1441
1442 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1443
1444 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1445 (c-font-lock-init): Eliminate obsolete make-local-hook.
1446 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1447 (awk-mode): Use run-mode-hooks.
1448
1449 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1450
1451 2004-11-13 Kim F. Storm <storm@cua.dk>
1452
1453 * mouse.el (mouse-drag-copy-region): Add :version.
1454 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1455 while dragging mode line, so mode line can be dragged downwards.
1456 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1457 while pressing mouse button so window doesn't scroll until we
1458 release the mouse if clicking on partially visible line.
1459
1460 2004-11-12 Jay Belanger <belanger@truman.edu>
1461
1462 * calc/calc-graph.el (calc-dumb-map): Declare it.
1463 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1464 than unbound.
1465 (calc-graph-name): Made `end' a local variable.
1466 (calc-graph-lookup): Made `varname' a local variable.
1467 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1468 Declare them.
1469 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1470 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1471 the unused variable y3vec.
1472 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1473 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1474 calc-graph-prev-kill-hook.
1475 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1476 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1477 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1478 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1479 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1480 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1481 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1482 (calc-graph-y3value, calc-graph-y3name)
1483 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1484 (calc-graph-stepcount, calc-graph-is-splot)
1485 (calc-graph-surprise-splot, calc-graph-blank)
1486 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1487 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1488 (calc-graph-recompute-2d, calc-graph-compute-3d)
1489 (calc-graph-format-data): Replace undeclared variables with the
1490 above newly declared variables.
1491
1492 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1493
1494 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1495 `rsf-beep' and `rsf-sleep-after-message'.
1496
1497 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1498 list if `message-sender' is non-nil.
1499
1500 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1501
1502 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1503 consing by using mapc instead of mapcar.
1504
1505 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1506
1507 * tooltip.el (require): Explain why CL is needed.
1508
1509 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1510
1511 * printing.el: Insert :version into defgroup (printing). All reference
1512 to Files option in menubar were changed to File.
1513 (pr-version): New version number (6.8.2).
1514 (pr-get-symbol): Call easy-menu-intern.
1515 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1516 compilation gripes.
1517
1518 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1521 new byte-compile-function-environment binding to t.
1522
1523 * font-lock.el (font-lock-fontify-syntactically-region):
1524 Don't forget to highlight the last char when we hit `end'.
1525
1526 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1527 (mwheel-scroll): Adjust accordingly.
1528
1529 * cvs-status.el: Reduce spurious warnings.
1530 (cvs-status-checkout): Remove.
1531 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1532
1533 * pcvs.el (cvs-mode-checkout): New command.
1534
1535 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1536
1537 * tooltip.el: Require CL.
1538
1539 * emacs-lisp/bytecomp.el: Use push.
1540 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1541 (defalias): Remove the `byte-compile' property and add
1542 a `byte-hunk-handler'.
1543
1544 2004-11-11 Juri Linkov <juri@jurta.org>
1545
1546 * info.el (Info-search): Save match data for isearch.
1547 Skip Tag Table node.
1548
1549 * descr-text.el (describe-char): Replace syntax-after with code
1550 from its previous version.
1551
1552 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1553 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1554
1555 * international/mule.el (sgml-html-meta-auto-coding-function):
1556 Remove > after <html to allow HTML attributes.
1557
1558 2004-11-11 Jay Belanger <belanger@truman.edu>
1559
1560 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1561 a variable.
1562 (calcFunc-dfac): Replace unbound max by n.
1563 (math-stirling-local-cache): New variable.
1564 (math-stirling-number, math-stirling-1, math-stirling-2):
1565 Replace the variable `cache' by the declared variable
1566 math-stirling-local-cache.
1567 (var-RandSeed): Declare it as a variable.
1568 (math-init-random-base, math-random-digit): Don't check to see if
1569 var-RandSeed is bound.
1570 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1571 Declare them instead of just setting them.
1572 (math-init-random-base): Made i a local variable.
1573 (math-random-digit): Made math-random-last a local variable.
1574 (math-prime-test-cache): Move declaration to before it is used.
1575 (math-prime-test-cache-k, math-prime-test-cache-q)
1576 (math-prime-test-cache-nm1, math-prime-factors-finished):
1577 Declare them as variables.
1578
1579 2004-11-11 Jay Belanger <belanger@truman.edu>
1580
1581 * calc/calc-ext.el (math-defcache): Use defvar for the new
1582 variables it creates.
1583
1584 2004-11-11 Lars Hansen <larsh@math.ku.dk>
1585
1586 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1587 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1588 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1589 (desktop-save): Add :version.
1590
1591 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * printing.el (pr-get-symbol): Don't downcase.
1594
1595 2004-11-10 Jay Belanger <belanger@truman.edu>
1596
1597 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
1598 string to kill-ring.
1599
1600 * calc/calc-aent.el (calc-alg-exp, math-toks)
1601 (math-exp-pos,math-exp-old-pos, math-exp-token)
1602 (math-exp-keep-spaces, math-exp-str): New variables.
1603 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1604 (calcAlg-enter): Use declared variable calc-alg-exp.
1605 (math-build-parse-table, math-find-user-token): Use declared
1606 variable math-toks.
1607 (math-read-exprs, math-read-token, calc-check-user-syntax)
1608 (calc-match-user-syntax, match-factor-after, math-read-factor):
1609 Use declared variables math-exp-pos math-exp-old-pos.
1610 (math-read-exprs, math-read-token, math-read-expr-level)
1611 (calc-check-user-syntax, calc-match-user-syntax)
1612 (match-factor-after, math-read-factor): Use declared variable
1613 math-exp-token.
1614 (math-read-exprs, math-read-expr-list, math-read-token)
1615 (math-read-factor): Use declared variable math-exp-keep-spaces.
1616 (math-read-exprs, math-read-token): Use declared variable
1617 math-exp-str.
1618 (calc-match-user-syntax): Make m a local variable.
1619
1620 * calc/calc-ext.el (math-read-expr): Use declared variables
1621 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1622 math-exp-keep-spaces.
1623
1624 * calc/calc-forms.el (math-read-angle-bracket): Use declared
1625 variables math-exp-pos, math-exp-str.
1626
1627 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
1628 math-exp-old-pos.
1629 (math-parse-fortran-vector, math-parse-fortran-vector-end)
1630 (math-parse-eqn-prime): Use declared variable math-exp-token.
1631
1632 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1633 Use declared variable math-exp-pos.
1634 (math-check-for-commas): Use declared variable math-exp-str.
1635 (math-read-brackets): Use declared variables math-exp-old-pos,
1636 math-exp-keep-spaces.
1637 (math-read-brackets, math-read-vector, math-read-matrix):
1638 Use declared variable math-exp-token.
1639
1640 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1643 where the keymap is a symbol.
1644 (easy-menu-add-item): Use keymap-prompt. Simplify.
1645
1646 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1647
1648 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1649 (sgml-parse-tag-backward): Use it to skip spurious < or >.
1650
1651 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
1652
1653 * ebuff-menu.el: Doc fixes throughout.
1654 (electric-buffer-menu-mode-hook): New defvar.
1655
1656 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
1657
1658 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1659 compilation. The resulting compiler warnings appear to be harmless.
1660
1661 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
1662
1663 * textmodes/conf-mode.el: New file.
1664
1665 * files.el (auto-mode-alist, magic-mode-alist): Use it.
1666
1667 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1668
1669 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1670
1671 2004-11-09 Jay Belanger <belanger@truman.edu>
1672
1673 * calc/calc-ext.el (calc-init-extensions): Remove old code.
1674
1675 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1676 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
1677 (calc-z-prefix-help, calc-user-function-list): Use declared
1678 variables calc-z-prefix-buf, calc-z-prefix-msgs.
1679 (math-map-tree, math-map-tree-rec): Use declared variables
1680 math-mt-many, math-mt-func.
1681 (math-read-expression, math-read-string): Use declared variable
1682 math-expr-data.
1683
1684 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
1685 variable math-normalize-a.
1686
1687 * calc/calc.el (math-normalize-a): New variable.
1688 (math-normalize): Use declared variable math-normalize-a.
1689
1690 * calc/calc-poly.el (math-expand-form): Use declared variable
1691 math-mt-many.
1692
1693 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1694 Use declared variable math-mt-many.
1695 (math-rewrite): Use declared variable math-mt-func.
1696
1697 * calc/calc-vec.el (math-read-brackets, math-read-vector)
1698 (math-read-matrix): Use declared variable math-expr-data.
1699
1700 * calc/calc-lang.el (math-parse-fortran-vector)
1701 (math-parse-fortran-vector-end, math-parse-tex-sum)
1702 (math-parse-eqn-matrix, math-parse-eqn-prime)
1703 (math-read-math-subscr): Use declared variable math-expr-data.
1704
1705 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1706 (math-read-expr-level, math-read-token, calc-check-user-syntax)
1707 (calc-match-user-syntax, math-read-if, math-factor-after)
1708 (math-read-factor): Use declared variable math-expr-data.
1709
1710 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
1711
1712 * calendar/diary-lib.el (diary-from-outlook)
1713 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1714 interactive-p; but rather new optional argument NOCONFIRM.
1715
1716 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1719 (easy-menu-name-match): Revert correspondingly.
1720
1721 2004-11-09 Richard M. Stallman <rms@gnu.org>
1722
1723 * emacs-lisp/bytecomp.el (byte-compile-defalias):
1724 Turn off warnings for the new function even if definition not constant.
1725 If the definition isn't a quoted symbol, record (FUNCTION . t).
1726 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1727 (byte-compile-callargs-warn): Handle (FUNCTION . t).
1728 (display-call-tree, byte-compile-arglist-warn):
1729 Handle t returned by byte-compile-fdefinition.
1730
1731 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1732
1733 * Makefile.in (maintainer-clean): Depend on distclean.
1734
1735 * help-fns.el (help-C-file-name): File name must be in build-files
1736 to be returned.
1737
1738 2004-11-09 Jay Belanger <belanger@truman.edu>
1739
1740 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1741 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
1742
1743 * calc/calc.el (calc, calc-trail-display, calc-mode):
1744 Remove obsolete sections.
1745
1746 * calc/calc.el (calc-x-paste-text): Remove.
1747
1748 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
1749 mouse-2.
1750
1751 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
1752
1753 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1754 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1755 current frame (in case of recursive calls).
1756 (gdb-show-changed-values): Add :version keyword.
1757
1758 2004-11-09 Kenichi Handa <handa@m17n.org>
1759
1760 * international/mule-cmds.el: Change coding: tag back to
1761 iso-2022-7bit.
1762
1763 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * international/mule-cmds.el: Change coding-system to utf-8.
1766 (select-safe-coding-system-interactively):
1767 New function extracted from select-safe-coding-system.
1768 (select-safe-coding-system): Use it.
1769
1770 2004-11-08 Richard M. Stallman <rms@gnu.org>
1771
1772 * subr.el (syntax-after): Doc fix.
1773
1774 * paren.el (show-paren-function): Change calls to syntax-after
1775 for new way of returning the value.
1776
1777 * menu-bar.el (menu-bar-file-menu): Make this the real name
1778 and menu-bar-files-menu the alias. Use the former.
1779 (global-map): Use `file', not `files', as the symbol.
1780
1781 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1782
1783 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1784 Don't use beginning-of-buffer.
1785 (filesets-cmd-show-result): Use with-no-warnings.
1786
1787 2004-11-08 Juri Linkov <juri@jurta.org>
1788
1789 * progmodes/compile.el (compile): Don't overwrite last command in
1790 minibuffer history with default command if they are not equal.
1791
1792 2004-11-08 Jay Belanger <belanger@truman.edu>
1793
1794 * calc/calcalg2.el (math-do-integral-methods): Try linear then
1795 non-linear substitutions.
1796
1797 2004-11-08 Jay Belanger <belanger@truman.edu>
1798
1799 * calc/calcalg2.el (math-linear-subst-tried): New variable.
1800 (math-do-integral): Set `math-linear-subst-tried' to nil.
1801 (math-do-integral-methods): Use `math-linear-subst-tried' to
1802 determine what type of substitution to try.
1803 (math-integ-try-linear-substituion):
1804 Set `math-linear-subst-tried' to t.
1805
1806 2004-11-08 Kim F. Storm <storm@cua.dk>
1807
1808 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1809
1810 2004-11-07 Juri Linkov <juri@jurta.org>
1811
1812 * info-look.el (info-lookup): Allow reusing in the current buffer
1813 not only *info* buffer, but all (even renamed) Info buffers
1814 by checking for major-mode instead of *info* buffer name.
1815 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1816 (octave-mode, maxima-mode) <doc-spec>:
1817 Allow long dashes generated by Texinfo 4.7 before definitions.
1818 (texinfo-mode) <doc-spec>: Add space to suffix to find command
1819 definitions with argument separated by space.
1820
1821 2004-11-06 Richard M. Stallman <rms@gnu.org>
1822
1823 * simple.el (next-error group, face): Move before first use.
1824 (next-error-highlight, next-error-highlight-no-select): Likewise.
1825
1826 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1827 (line-move): New args NOERROR and TO-END.
1828 Return t if if succeed in moving specified number of lines.
1829 (move-end-of-line): New function.
1830
1831 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1832 (end-of-buffer-other-window): Likewise.
1833
1834 * simple.el (line-move-ignore-invisible): Default to t.
1835
1836 * subr.el (syntax-after): Return the syntax letter, not the raw code.
1837
1838 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1839
1840 * international/iso-cvt.el (iso-cvt-define-menu):
1841 Rename menu-bar-files-menu to menu-bar-file-menu.
1842
1843 * net/browse-url.el (browse-url-gnome-moz-program)
1844 (browse-url-gnome-moz-arguments): Move up before first use.
1845
1846 * net/tramp.el (tramp group): Add :version.
1847
1848 * progmodes/ada-xref.el (ada-gdb-application):
1849 Use goto-char instead of beginning-of-buffer.
1850
1851 * progmodes/cperl-mode.el (cperl-info-on-command):
1852 Use goto-char instead of beginning-of-buffer.
1853
1854 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1855 Move up before first use.
1856 (idlwave-shell-temp-pro-file): Likewise.
1857 (idlwave-shell-temp-rinfo-save-file): Likewise.
1858 (idlwave-shell-temp-file): Minor doc fix.
1859
1860 * textmodes/flyspell.el (flyspell-external-point-words):
1861 Use goto-char instead of beginning-of-buffer.
1862
1863 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
1864
1865 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1866 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
1867 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1868
1869 2004-11-06 David Ponce <david@dponce.com>
1870
1871 * recentf.el (recentf-menu-path): Use menu item name.
1872
1873 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1874
1875 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1876 display doesn't support images.
1877
1878 2004-11-06 Andreas Schwab <schwab@suse.de>
1879
1880 * tempo.el (tempo-match-finder): Doc fix.
1881
1882 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1883
1884 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1887 (easy-menu-lookup-name): New fun to replace it.
1888 (easy-menu-get-map): Use it to obey menu item names (rather than just
1889 keys) when looking up `path'.
1890 (easy-menu-always-true-p): Rename from easy-menu-always-true.
1891 (easy-menu-convert-item-1): Adjust to new name.
1892
1893 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
1894
1895 * outline.el (hide-body): Don't hide lines at the top of the file
1896 that precede the first header line.
1897
1898 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
1899
1900 * align.el (align-areas): Delete whitespace before reindenting, so
1901 that tabs are never placed after spaces.
1902
1903 2004-11-06 Alan Shutko <ats@acm.org>
1904
1905 * macros.el (insert-kbd-macro): Do completions based on macros,
1906 rather than all commands.
1907
1908 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
1909
1910 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1911 to solve a bug whereby tags with 'b' don't match.
1912
1913 2004-11-05 Juri Linkov <juri@jurta.org>
1914
1915 * info.el (Info-search): Don't search in node header lines
1916 and file headers.
1917
1918 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1919 symbol-constituent characters after dot, not only digits.
1920
1921 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
1922
1923 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1924
1925 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1926
1927 * dired.el (dired-read-dir-and-switches): Call read-directory-name
1928 if a dialog will be used, read-file-name otherwise.
1929
1930 2004-11-04 Richard M. Stallman <rms@gnu.org>
1931
1932 * textmodes/table.el (table group): Add :version.
1933
1934 * textmodes/ispell.el (ispell-word):
1935 Don't alter args; set them only thru `interactive' spec.
1936
1937 * textmodes/flyspell.el (flyspell-word):
1938 Don't alter FOLLOWING; set it only thru `interactive' spec.
1939
1940 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1941
1942 * net/browse-url.el (browse-url-maybe-new-window):
1943 Use called-interactively-p.
1944
1945 * mail/supercite.el (sc-cite-region):
1946 Don't use interactive-p. Add arg INTERACTIVE.
1947 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
1948
1949 * international/mule-cmds.el (set-input-method, toggle-input-method):
1950 Don't use interactive-p. Add arg INTERACTIVE.
1951
1952 * eshell/esh-mode.el (eshell-show-maximum-output):
1953 Don't use interactive-p.
1954 (eshell-truncate-buffer): Just message, no error, if buffer is short.
1955
1956 * mouse.el (mouse-show-mark): Get positions to delete from mark
1957 and point, not from mouse-drag-overlay.
1958
1959 * imenu.el (imenu-eager-completion-buffer): Add :version.
1960
1961 * filesets.el (filesets group): Add :version.
1962
1963 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
1964
1965 * files.el (xml-based-modes): Delete var.
1966 (magic-mode-alist): New more general var.
1967 (set-auto-mode): Use it.
1968
1969 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1970 when clicking from another window.
1971
1972 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
1973
1974 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
1975 (vc-cvs-annotate-time): Incorporate value of deleted var.
1976 Remove special-case handling of beginning-of-buffer cruft.
1977 Cache ending position (point) and return value in text property
1978 `vc-cvs-annotate-time', and consult it on subsequent invocations.
1979
1980 * vc-cvs.el (vc-cvs-annotate-command):
1981 Delete extraneous lines from beginning of buffer.
1982 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
1983
1984 * progmodes/grep.el (grep-default-command): Take empty string
1985 for tag if all other methods yield nil. Shell-quote the tag.
1986
1987 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
1988 spec in `interactive' form, and mention it in the docstring.
1989 Also, make sure point is at bol after calling `annotate-time'.
1990
1991 2004-11-02 Richard M. Stallman <rms@gnu.org>
1992
1993 * cus-edit.el (customize-group-other-window):
1994 Select the window that displays the custom buffer.
1995 (custom-buffer-create-other-window): Likewise.
1996
1997 * comint.el (comint-insert-input): Fix previous change.
1998
1999 * emacs-lisp/elp.el (elp-instrument-function):
2000 Use called-interactively-p.
2001
2002 * emacs-lisp/easymenu.el (easy-menu-intern):
2003 Don't downcase; rather, case-flip the first letter of each word.
2004
2005 * emacs-lisp/easy-mmode.el (define-minor-mode):
2006 Use called-interactively-p.
2007
2008 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2009 Add interactive-only.
2010 (byte-compile-warnings): Add interactive-only as option.
2011 (byte-compile-interactive-only-functions): New variable.
2012 (byte-compile-form): Warn about calls to functions
2013 in byte-compile-interactive-only-functions.
2014
2015 * emacs-lisp/autoload.el (update-file-autoloads):
2016 Don't use interactive-p; take new arg SAVE-AFTER.
2017
2018 * emacs-lisp/advice.el (ad-make-advised-definition):
2019 Use called-interactively-p.
2020
2021 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2022
2023 * files.el (find-file-existing): New function.
2024
2025 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2026 find-file-existing. Add "New File..." that calls find-file.
2027
2028 * diropen.pbm diropen.xpm: New files.
2029
2030 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2031 icon diropen. New tool bar item find-file-existing uses icon open.
2032
2033 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2034 instead of read-file-name.
2035
2036 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
2037
2038 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2039 (icalendar--split-value): Change name of work buffer.
2040 (icalendar--get-weekday-abbrev): Return nil on error.
2041 (icalendar--date-to-isodate): New function.
2042 (icalendar-convert-diary-to-ical)
2043 (icalendar-extract-ical-from-buffer): Use only two args for
2044 make-obsolete (XEmacs compatibility).
2045 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2046 (icalendar-export-region): Doc fix.
2047 If error, return non-nil and write errors to a buffer.
2048 Use correct weekday for weekly recurring events.
2049 Check whether date has been parsed for ordinary events.
2050 Make weekly events start in the year 2000.
2051 DTEND is non-inclusive, shift end date by one day if
2052 necessary (not for entries that have date and time).
2053 Rename local let variables: oops -> found-error, datestring ->
2054 startdatestring.
2055
2056 2004-11-02 Kim F. Storm <storm@cua.dk>
2057
2058 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2059 keep-mode-if-same variable. Add it as optional arg instead.
2060 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2061
2062 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2063 substitute-command-keys will select lower-case bindings like those
2064 used in the static help texts.
2065
2066 * descr-text.el (describe-text-properties): Don't err if called in
2067 the *Help* buffer; output to *Help-2* buffer instead.
2068
2069 * kmacro.el (group kmacro): Add :version.
2070 (kmacro-keyboard-quit): New function to cleanup on C-g.
2071 (kmacro-start-macro): Set defining-kbd-macro to append when
2072 appending to last macro.
2073
2074 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2075
2076 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
2077
2078 * progmodes/gdb-ui.el (gdb-enable-debug-log)
2079 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2080 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2081 Add :version keyword.
2082
2083 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
2084
2085 * progmodes/flymake.el (flymake-err-line-patterns):
2086 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2087 `compilation-error-regexp-alist-alist' to internal Flymake format.
2088
2089 * progmodes/flymake.el: Eliminate byte-compiler warnings.
2090
2091 2004-11-01 Jay Belanger <belanger@truman.edu>
2092
2093 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2094 with `interactive "s"'.
2095
2096 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2097
2098 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2099 Revert change from 2004-10-16. '*' checks the current buffer, but the
2100 mouse click may be in another buffer.
2101
2102 2004-11-01 John Paul Wallington <jpw@gnu.org>
2103
2104 * files.el (large-file-warning-threshold): Add :version keyword.
2105 (kill-some-buffers): Doc fix.
2106
2107 * thumbs.el (group thumbs): Add :version keyword.
2108
2109 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2110
2111 2004-11-01 Richard M. Stallman <rms@gnu.org>
2112
2113 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2114
2115 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2116
2117 * allout.el (allout group): Add :version.
2118 (allout-init): Don't use interactive-p.
2119 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2120 (allout-forward-current-level, allout-backward-current-level):
2121 Don't use interactive-p.
2122
2123 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2124 (bibtex-find-text): Likewise.
2125
2126 * progmodes/vhdl-mode.el (vhdl-fill-region)
2127 (vhdl-beginning-of-statement): Don't use interactive-p.
2128
2129 * progmodes/idlwave.el (idlwave-update-routine-info):
2130 Don't use interactive-p.
2131
2132 * progmodes/idlw-shell.el (idlwave-shell-send-char):
2133 Don't use interactive-p.
2134
2135 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2136 Don't use interactive-p.
2137
2138 * progmodes/ada-xref.el (ada-make-body-gnatstub):
2139 Don't use interactive-p.
2140
2141 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2142 (fortune-in-buffer): Doc fix.
2143
2144 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2145
2146 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2147 don't select the temporary buffer.
2148 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2149 (eudc-get-phone): Likewise.
2150
2151 2004-11-01 Kim F. Storm <storm@cua.dk>
2152
2153 * man.el (Man-xref-normal-file): Fix help-echo.
2154
2155 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * reveal.el (reveal-last-tick): New var.
2158 (reveal-post-command): Use it to avoid closing overlays when we're
2159 appending text to them.
2160
2161 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2162
2163 * textmodes/bibtex.el: Require button.
2164 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2165 (bibtex-reference-keys): Distinguish between header keys and
2166 crossref keys.
2167 (bibtex-beginning-of-field): New function.
2168 (bibtex-url-map): Remove.
2169 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2170 (bibtex-font-lock-url-regexp): Assume that field names begin at
2171 the beginning of a line.
2172 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2173 Remove field delimiters. Use bibtex-beginning-of-field.
2174 Bugfix, point can be inside a field with a url.
2175 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2176 New functions.
2177 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2178 (bibtex-key-in-head): Simplify.
2179 (bibtex-current-line): Use bolp.
2180 (bibtex-parse-keys): Remove unused arg `add'.
2181 Use bibtex-type-in-head and bibtex-key-in-head.
2182 (bibtex-parse-entry, bibtex-autofill-entry):
2183 Use bibtex-type-in-head and bibtex-key-in-head.
2184 (bibtex-autokey-get-field): Do not alter case of replacement text.
2185 (bibtex-autokey-get-names): Do all processing of name list.
2186 (bibtex-autokey-get-year): New function.
2187 (bibtex-autokey-get-title): Do all processing of title words.
2188 (bibtex-generate-autokey): Simplify.
2189 (bibtex-string-files-init): Use default-directory.
2190 Allow for absolute file names in bibtex-string-files.
2191 (bibtex-files, bibtex-file-path): New variables.
2192 (bibtex-files-expand): New function.
2193 (bibtex-find-entry-globally): New command.
2194 (bibtex-summary-function): New variable.
2195 (bibtex-summary): Default value of bibtex-summary-function.
2196 (bibtex-find-crossref): New optional args pnt and split.
2197 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2198 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2199 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2200 Fix handling of required and alternative fields.
2201 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2202 Use cons and display-buffer.
2203 (bibtex-validate-globally): New command.
2204 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2205 bibtex-parse-keys and bibtex-parse-strings for updating
2206 bibtex-reference-keys and bibtex-strings.
2207 (bibtex-realign): Remove blank lines past the last entry.
2208 (bibtex-reformat): Use bibtex-entry-format as default.
2209 (bibtex-choose-completion-string): Remove.
2210 (bibtex-complete): Do not use bibtex-choose-completion-string.
2211 (bibtex-url): Simplify.
2212
2213 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2214
2215 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2216 (x-dnd-types-alist, x-dnd-open-file-other-window)
2217 (x-dnd-known-types): Add :version.
2218
2219 2004-10-31 John Paul Wallington <jpw@gnu.org>
2220
2221 * ibuffer.el (group ibuffer): Add :version keyword.
2222
2223 2004-10-31 Kim F. Storm <storm@cua.dk>
2224
2225 * ido.el (group ido): Add :version keyword.
2226 (ido-mode): Remove :version keyword.
2227
2228 * emulation/cua-base.el (group cua): Add :version keyword.
2229 (cua-mode): Remove :version keyword.
2230
2231 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2232
2233 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2234
2235 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2236 compiler warning.
2237 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2238 function.
2239 (help-at-pt-display-when-idle): Remove autoload.
2240
2241 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2244
2245 2004-10-30 Juri Linkov <juri@jurta.org>
2246
2247 * help.el (function-called-at-point):
2248 * help-fns.el (variable-at-point): Read -> intern.
2249
2250 2004-10-30 Simon Josefsson <jas@extundo.com>
2251
2252 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2253 Recognize AS_* too.
2254
2255 2004-10-29 Simon Josefsson <jas@extundo.com>
2256
2257 * subr.el (read-passwd): Move back from password.el.
2258
2259 * password.el: Remove, not ready yet.
2260
2261 2004-10-29 Andreas Schwab <schwab@suse.de>
2262
2263 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2264
2265 2004-10-29 Sam Steingold <sds@gnu.org>
2266
2267 * mouse.el (mouse-show-mark): Replace the last occurrence of
2268 x-lost-selection-hooks with x-lost-selection-functions.
2269
2270 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2273 x-lost-selection-functions is bound.
2274
2275 * mouse-sel.el (mouse-sel-mode):
2276 * emacs-lisp/lselect.el: Adjust to new names for
2277 x-(lost|sent)-selection-functions.
2278
2279 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2280 New obsolete aliases of x-lost-selection-functions and
2281 x-sent-selection-functions.
2282
2283 2004-10-28 Kim F. Storm <storm@cua.dk>
2284
2285 * imenu.el (imenu-scanning-message): Remove.
2286 (imenu-progress-message): Make it a no-op.
2287
2288 2004-10-28 John Paul Wallington <jpw@gnu.org>
2289
2290 * files.el (set-auto-mode): Call `throw' correctly.
2291
2292 2004-10-28 Juri Linkov <juri@jurta.org>
2293
2294 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2295 to search `Info-...' commands in `info' manual.
2296 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2297 Add 'info-file "emacs" property.
2298 (Info-find-emacs-command-nodes): Fix index line number regexp.
2299 Set real line number (instead of fake 0) in first element of the
2300 returned list.
2301 (Info-goto-emacs-command-node): Use line number of first element
2302 to set point in the first found Info node.
2303
2304 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2305 code to `grep-mode-font-lock-keywords'.
2306 (grep-mode-font-lock-keywords): Delete grep markers instead
2307 of making them invisible.
2308
2309 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2310
2311 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2312 and x-server-version in bug report.
2313
2314 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2315
2316 * files.el (set-auto-mode-0): New function.
2317 (set-auto-mode): Use it to handle aliased modes and to
2318 be consistent between C-x C-f and C-x C-w.
2319
2320 2004-10-28 Kenichi Handa <handa@m17n.org>
2321
2322 * international/utf-8.el (utf-translate-cjk-charsets):
2323 Add katakana-jisx0201.
2324
2325 * international/subst-jis.el: Add data for JISX0201.
2326
2327 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * obsolete/hilit19.el (hilit-mode): New function.
2330 Move all the toplevel side-effecting stuff into it, so that loading
2331 hilit19 doesn't mess everything up any more.
2332
2333 2004-10-27 Richard M. Stallman <rms@gnu.org>
2334
2335 * add-log.el (add-change-log-entry): Set up mailing address
2336 and full name later, and don't alter add-log-mailing-address
2337 or add-log-full-name.
2338
2339 * elide-head.el (elide-head): Change error to message.
2340 (elide-head-show): Likewise.
2341
2342 * apropos.el (apropos-macrop): Doc fix.
2343
2344 * mouse.el (mouse-show-mark): Do most processing the same
2345 regardless of transient-mark-mode.
2346
2347 * shadowfile.el (shadow-copy-files): Use interactive-p
2348 only to control whether to print a message.
2349
2350 * tar-mode.el (tar-mode): Use write-contents-functions,
2351 not write-contents-hooks.
2352
2353 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2354 directory-sep-char.
2355
2356 2004-10-27 Richard M. Stallman <rms@gnu.org>
2357
2358 * strokes.el (strokes-unload-hook): Fix previous change.
2359
2360 * type-break.el (type-break-run-at-time): Always use run-at-time;
2361 forget the alternatives.
2362 (type-break-cancel-function-timers): Always use cancel-function-timers;
2363 forget the alternatives.
2364
2365 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2366
2367 2004-10-27 Kenichi Handa <handa@m17n.org>
2368
2369 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2370
2371 * international/subst-gb2312.el: Likewise.
2372
2373 * international/subst-big5.el: Likewise.
2374
2375 * international/subst-ksc.el: Likewise.
2376
2377 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2378 New variable.
2379 (utf-translate-cjk-set-unicode-range): New function.
2380 (utf-translate-cjk-unicode-range): Make it customizable.
2381 (utf-8-post-read-conversion):
2382 Use utf-translate-cjk-unicode-range-string.
2383 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2384 Unicode ranges.
2385
2386 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2387
2388 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2389 trivial variants to shorten the list.
2390 (xml-based-modes): New var.
2391 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2392 declaration higher priority than auto-mode-alist.
2393
2394 * find-file.el (cc-other-file-alist): Bring it in line with
2395 cc-mode's auto-mode-alist entries and use \' instead of $.
2396
2397 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2398 and add "Id" and "Name" submenus to it.
2399
2400 * imenu.el (imenu--generic-function): Skip matches in comments.
2401
2402 2004-10-26 Jay Belanger <belanger@truman.edu>
2403
2404 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2405 (full-calc-keypad, calc-trail-display): Use an extra argument
2406 instead of `interactive-p'.
2407
2408 * calc/calc-misc.el (calc-other-window): Use an extra argument
2409 instead of `interactive-p'.
2410
2411 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2412 `interactive-p'.
2413
2414 2004-10-26 Kim F. Storm <storm@cua.dk>
2415
2416 * help.el (describe-key): Describe both down-event and up-event
2417 for a mouse click.
2418
2419 2004-10-26 Richard M. Stallman <rms@gnu.org>
2420
2421 * woman.el (woman): Don't call interactive-p.
2422
2423 * pcomplete.el (pcomplete): Instead of interactive-p,
2424 use an arg set non-nil by the interactive spec.
2425
2426 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2427 use an arg set non-nil by the interactive spec.
2428
2429 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2430 use an arg set non-nil by the interactive spec.
2431
2432 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2433
2434 * progmodes/flymake.el (flymake-split-string):
2435 Use `flymake-split-string-remove-empty-edges' in any case.
2436
2437 2004-10-26 Masatake YAMATO <jet@gyve.org>
2438
2439 * progmodes/flymake.el (flymake-err-line-patterns):
2440 Use `compilation-error-regexp-alist-alist' instead of
2441 `compilation-error-regexp-alist'.
2442
2443 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2446 verbatim face on the \ of \end{verbatim}.
2447
2448 2004-10-25 Jay Belanger <belanger@truman.edu>
2449
2450 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2451 erasing minibuffer.
2452
2453 2004-10-25 Simon Josefsson <jas@extundo.com>
2454
2455 * subr.el (read-passwd): Move to net/password.el.
2456
2457 * net/password.el (read-passwd): Add. Autoload it.
2458
2459 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2460
2461 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2462
2463 * simple.el (process-file): Fix logic.
2464
2465 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2466
2467 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2468 (increase-right-margin): Remove erroneous call to `interactive-p'.
2469
2470 2004-10-24 Kim F. Storm <storm@cua.dk>
2471
2472 * help.el (describe-mode): Fix 2004-10-13 change.
2473 Copy pure "Auto Fill" string so it can be propertized later
2474 without causing a read-only error.
2475
2476 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2477
2478 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2479 style indexes.
2480
2481 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2482
2483 * simple.el (process-file): Accept nil for INFILE. Reported by
2484 Luc Teirlinck.
2485
2486 2004-10-24 Masatake YAMATO <jet@gyve.org>
2487
2488 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2489 Handle periods and underscores in a function name.
2490 Remove the address fontification.
2491
2492 2004-10-24 Masatake YAMATO <jet@gyve.org>
2493
2494 * progmodes/asm-mode.el (asm-font-lock-keywords):
2495 Use font-lock-variable-name-face for registers.
2496
2497 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2498
2499 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2500 kill-all-local-variables.
2501 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2502 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2503 Use kill-all-local-variables and provide mode-hooks.
2504 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2505 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2506 Suggested by Masatake YAMATO <jet@gyve.org>.
2507
2508 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2509
2510 * simple.el (process-file): New function, similar to call-process
2511 but supports file handlers.
2512 * vc.el (vc-do-command): Use it, instead of call-process.
2513 * net/tramp-vc.el (vc-do-command): Do not advise it if
2514 process-file is fboundp.
2515 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2516 process-file.
2517 (tramp-handle-process-file): New function.
2518 (tramp-file-name-for-operation): Support process-file.
2519
2520 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2521
2522 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2523 (icalendar-weekdayabbrev-table)
2524 (icalendar-monthnumber-table): Delete.
2525 (icalendar--get-month-number): Use calendar-month-name-array.
2526 (icalendar--get-weekday-number): New function.
2527 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2528 (icalendar-export-region): Handle multi-line entries.
2529 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2530
2531 2004-10-23 John Paul Wallington <jpw@gnu.org>
2532
2533 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2534 `wildcards' set to t in interactive spec.
2535
2536 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2537 interactive spec rather than use `interactive-p'.
2538 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2539 rather than use function `interactive-p'.
2540
2541 2004-10-22 Kenichi Handa <handa@m17n.org>
2542
2543 * international/mule.el (translate-region): Implement it in Lisp
2544 as a front end of translate-region-internal.
2545
2546 2004-10-21 Jay Belanger <belanger@truman.edu>
2547
2548 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2549 Declare these variables with defvar.
2550
2551 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2552 is bound, only check to see if it is bound.
2553
2554 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2557 Don't output messages.
2558
2559 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2560
2561 2004-10-21 John Paul Wallington <jpw@gnu.org>
2562
2563 * calc/calc-graph.el (calc-graph-init):
2564 Use `set-process-query-on-exit-flag'.
2565
2566 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2567
2568 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2569 dir right and also allow argumentless cd.
2570
2571 2004-10-19 Richard M. Stallman <rms@gnu.org>
2572
2573 * textmodes/flyspell.el (flyspell-mode): Doc fix.
2574
2575 * eshell/em-unix.el (eshell-grep):
2576 Don't bind compilation-process-setup-function.
2577
2578 * comint.el (comint-insert-input): Use @ in `interactive'.
2579 (comint-input-filter-functions): Doc fix.
2580 (comint-kill-whole-line, comint-get-source): Doc fix.
2581
2582 * progmodes/compile.el (compilation-setup):
2583 Don't set buffer-read-only if MINOR is non-nil.
2584
2585 2004-10-19 Jay Belanger <belanger@truman.edu>
2586
2587 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2588 (calc-emacs-type-gnu19): Remove.
2589 (calc-digit-map, calc-read-key-sequence, calc-read-key):
2590 Remove check for old emacs versions.
2591
2592 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2593 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2594 for current Emacs.
2595
2596 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2597 the end of the minibuffer.
2598 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
2599 copy `esc-map'.
2600
2601 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2602
2603 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2604 call that would be given when the current emacs was used.
2605
2606 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2607
2608 * calendar/icalendar.el: Set coding to utf-8.
2609 (icalendar-version): Increase to 0.07.
2610 (icalendar-monthnumber-table): Change March pattern.
2611 (icalendar-get-all-event-properties)
2612 (icalendar-set-event-property): Delete.
2613 (icalendar-all-events): No longer interactive.
2614 (icalendar-convert-diary-to-ical)
2615 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2616 their replacements.
2617 (icalendar-export-file, icalendar-export-region): New functions;
2618 essentially old `icalendar-convert-diary-to-ical' but appending to
2619 target rather than overwriting.
2620 (icalendar-import-file): Append to target file rather than
2621 overwriting. Fourth arg deleted.
2622 (icalendar-import-buffer): New name for old
2623 `icalendar-extract-ical-from-buffer'.
2624 (icalendar--convert-string-for-import): New name for
2625 old `icalendar-convert-for-import'.
2626 (include-icalendar-files): Delete.
2627 Prefix for all internal functions changed from `icalendar-'
2628 to `icalendar--'.
2629
2630 2004-10-19 Richard M. Stallman <rms@gnu.org>
2631
2632 * paths.el (news-path): Fix previous change.
2633
2634 2004-10-18 Jay Belanger <belanger@truman.edu>
2635
2636 * calc/calc-help.el (calc-describe-bindings):
2637 Set `buffer-read-only' to nil while working in the keybindings buffer;
2638 remove some extra information from the keybindings buffer.
2639
2640 2004-10-18 David Ponce <david@dponce.com>
2641
2642 * mouse.el (mouse-drag-move-window-top): New function.
2643 (mouse-drag-mode-line-1): Use it.
2644
2645 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2646
2647 * info.el (Info-fontify-node): For multiline refs,
2648 arrange to unfontify newline and surrounding whitespace.
2649
2650 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2653 directory is missing.
2654
2655 2004-10-17 John Paul Wallington <jpw@gnu.org>
2656
2657 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2658 New customizable variable; whether to display buffers that match
2659 `ibuffer-maybe-show-predicates' by default.
2660 (ibuffer-maybe-show-predicates): Mention it in docstring.
2661 (ibuffer-display-maybe-show-predicates): New variable.
2662 (ibuffer-update): Prefix arg now toggles whether buffers that
2663 match `ibuffer-maybe-show-predicates' should be displayed.
2664 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2665 locally to heed `ibuffer-default-display-maybe-show-predicates'.
2666 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2667
2668 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
2669
2670 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
2671 work correctly.
2672
2673 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
2674
2675 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2676 (Buffer-menu-beginning): New helper function.
2677 (Buffer-menu-execute): Use it.
2678 (Buffer-menu-select): Use it.
2679 (Buffer-menu-sort): Use it and also keep markers.
2680
2681 2004-10-17 Richard M. Stallman <rms@gnu.org>
2682
2683 * paths.el (news-directory): Rename from news-path. Old name alias.
2684 (rmail-spool-directory): Use defvar.
2685 (sendmail-program): Use defcustom.
2686 (remote-shell-program): Use defcustom.
2687 (term-file-prefix): Use defvar.
2688 (abbrev-file-name): Use defvar.
2689
2690 * term.el: Add maintainer.
2691
2692 * subr.el (with-local-quit): Return nil if there's a quit.
2693 (read-passwd): Use with-local-quit. Doc fix.
2694
2695 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2696 (strokes-unload-hook): Set as a variable with add-hook.
2697
2698 * startup.el (fancy-splash-tail, normal-splash-screen):
2699 Update copyright year.
2700
2701 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2702
2703 * server.el (server-unload-hook): Set as a variable with add-hook.
2704
2705 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2706
2707 * frame.el (special-display-popup-frame):
2708 Make the buffer current as its frame is created.
2709
2710 * delsel.el (delsel-unload-hook): Set as a variable.
2711
2712 * comint.el (comint-output-filter-functions):
2713 Add comint-watch-for-password-prompt.
2714 (comint-read-noecho): Function deleted.
2715 (send-invisible): Use read-passwd.
2716
2717 * fringe.el (fringe-mode-initialize): New function.
2718 (fringe-mode): Use fringe-mode-initialize as :initialize.
2719
2720 2004-10-17 Kim F. Storm <storm@cua.dk>
2721
2722 * language/indian.el (indian-script-language-alist): Swap value and doc.
2723 (indian-font-char-index-table): Doc fix.
2724
2725 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2728
2729 2004-10-16 Juri Linkov <juri@jurta.org>
2730
2731 * progmodes/compile.el (compilation-start): Move let-binding of
2732 `process-environment' into `with-current-buffer' body.
2733 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2734
2735 2004-10-16 Richard M. Stallman <rms@gnu.org>
2736
2737 * pcvs-util.el (cvs-bury-buffer):
2738 Don't call get-buffer-window for effect.
2739
2740 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2741
2742 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2743
2744 * msb.el (msb-unload-hook): Set the variable.
2745
2746 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2747 Use * to err if buffer is readonly.
2748
2749 * subr.el (looking-back): Return only t or nil.
2750
2751 * whitespace.el (whitespace-unload-hook): Set the variable.
2752
2753 * view.el (view-mode-enable): Set view-page-size and
2754 view-half-page-size to nil.
2755 (view-set-half-page-size-default): view-half-page-size = nil
2756 means the default.
2757 (View-scroll-page-forward): Use view-page-size-default.
2758 (View-scroll-page-backward): Likewise.
2759 (view-page-size, view-half-page-size): Doc fixes.
2760
2761 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2762
2763 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2764
2765 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2766 "cl" like other files. Instead, call byte-compile-find-cl-functions.
2767 (byte-compile-log-1): Bind inhibit-read-only.
2768 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2769 (byte-compile-log-warning): Likewise.
2770 (byte-compile-file-form-require): Detect "cl" from the arg value.
2771
2772 * progmodes/compile.el (compilation-start): Assume compilation-mode
2773 will make the buffer read-only.
2774 (compilation-mode): Take arg name-of-mode.
2775 (compilation-setup): Make buffer read-only.
2776 (compilation-handle-exit): Bind inhibit-read-only.
2777
2778 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2779 (ispell-message): Likewise.
2780 (ispell-show-choices): Don't call get-buffer-window uselessly.
2781 (ispell-init-process): Use set-process-query-on-exit-flag.
2782
2783 2004-10-16 Kim F. Storm <storm@cua.dk>
2784
2785 * fringe.el (fringe-bitmaps): Only initialize when defined.
2786
2787 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2788 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2789
2790 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2791
2792 2004-10-15 Simon Josefsson <jas@extundo.com>
2793
2794 * net/password.el: Add.
2795
2796 2004-10-14 Masatake YAMATO <jet@gyve.org>
2797
2798 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2799 (gdb-script-end-of-defun): New function.
2800 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2801 `gdb-script-end-of-defun' as *-of-defun-function.
2802
2803 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2804
2805 * button.el (button-activate): Allow a marker to display as an action.
2806
2807 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2808
2809 * help.el (describe-mode): Use it to make minor mode list into
2810 hyperlinks.
2811
2812 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * vc.el (vc-annotate-display-select): Fix typo.
2815
2816 * subr.el (substitute-key-definition-key): New function.
2817 (substitute-key-definition): Use it with map-keymap.
2818 (event-modifiers): Use push.
2819 (mouse-movement-p, with-temp-buffer): Simplify.
2820
2821 2004-10-12 Jay Belanger <belanger@truman.edu>
2822
2823 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2824 New variables.
2825 (calc-help-index-entries): New function.
2826 (calc-describe-function): Use `calc-help-function-list' instead of
2827 obarray for completion.
2828 (calc-describe-variable): Use `calc-help-variable-list' instead
2829 of obarray for completion.
2830
2831 2004-10-12 Richard M. Stallman <rms@gnu.org>
2832
2833 * info-look.el (info-lookup-file): Add info-file property.
2834 (info-lookup-symbol): Likewise.
2835
2836 * info.el (info-xref): Add underlining.
2837 (info): Add info-file property.
2838 (Info-find-emacs-command-nodes): Specify case-sensitive search.
2839
2840 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2841
2842 Sync with Tramp 2.0.45.
2843
2844 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2845 defined. This is not the case for XEmacs without package "edebug".
2846 (tramp-set-auto-save-file-modes): Set permissions of autosaved
2847 remote files to the permissions of the original file. This is not
2848 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
2849 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
2850 (tramp-perl-decode): Fix an error in Perl implementation.
2851 $pending must be cleared every loop. Reported by Benjamin Place
2852 <benjaminplace@sprintmail.com>
2853
2854 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2855 Don't activate advice during definition. This is done later on,
2856 depending on test result of `substitute-in-file-name'.
2857 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2858
2859 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2862
2863 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2864
2865 2004-10-12 David Ponce <david@dponce.com>
2866
2867 * recentf.el (recentf-edit-list): Update the menu when the recentf
2868 list has been modified.
2869
2870 2004-10-12 Simon Josefsson <jas@extundo.com>
2871
2872 * net/tls.el (tls-certtool-program): New variable.
2873 (tls-certificate-information): New function, based on
2874 ssl-certificate-information.
2875
2876 2004-10-12 Kenichi Handa <handa@m17n.org>
2877
2878 * international/mule.el (coding-system-equal): Move from mule-util.el.
2879
2880 * international/mule-util.el (coding-system-equal): Move to mule.el.
2881
2882 2004-10-12 Kim F. Storm <storm@cua.dk>
2883
2884 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2885 reset kmacro-initial-counter-value if set.
2886 (kmacro-set-counter): Only set kmacro-counter if defining or executing
2887 macro. Set kmacro-initial-counter-value otherwise. Never set both.
2888 (kmacro-display): Show macro counter if non-zero.
2889
2890 * subr.el (substitute-key-definition): Mention command remapping
2891 in doc string.
2892
2893 2004-10-11 Jay Belanger <belanger@truman.edu>
2894
2895 * calc/calc-misc.el (calc-info-goto-node): New function.
2896 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2897 node in one step.
2898 (calc-describe-copying, calc-describe-distribution)
2899 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2900 Go to appropriate info node in one step.
2901
2902 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2905
2906 * font-lock.el (font-lock-apply-highlight): Fix last change.
2907
2908 2004-10-11 Simon Josefsson <jas@extundo.com>
2909
2910 * mail/smtpmail.el (smtpmail-open-stream): Look for
2911 starttls-gnutls-program instead of starttls-program iff
2912 starttls-use-gnutls is non-nil.
2913 (smtpmail-open-stream): Don't overwrite user settings of
2914 starttls-extra-arguments and starttls-extra-args.
2915
2916 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * comint.el (comint-mouse-insert-input): Remove.
2919 (comint-insert-input): Make it work for mouse bindings.
2920 (comint-mode-map): Move defs into the declaration.
2921 (comint-output-filter): Typo.
2922
2923 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2924
2925 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
2926
2927 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2928 (ange-ftp-call-chmod): Reference remote-shell-program instead of
2929 ange-ftp-remote-shell.
2930
2931 2004-10-10 Andreas Schwab <schwab@suse.de>
2932
2933 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2934 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2935 Reported by <sri@asu.edu>.
2936
2937 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
2938
2939 * vc.el (vc-annotate-mode): Remove variable.
2940 (vc-annotate-display-select): Only call vc-annotate-mode
2941 if we're not in that mode already.
2942
2943 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2946 (imenu-choose-buffer-index): Check here for rescan instead.
2947
2948 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2949 where the face expression evals to nil.
2950
2951 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2952 (tex-font-lock-keywords-2): Use it.
2953 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2954
2955 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2956
2957 2004-10-09 Kim F. Storm <storm@cua.dk>
2958
2959 * subr.el (progress-reporter-update): Define before first usage.
2960 (make-progress-reporter): Doc fix.
2961
2962 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2963
2964 * textmodes/paragraphs.el (sentence-end-double-space)
2965 (sentence-end-without-period, sentence-end-without-space)
2966 (sentence-end): Doc fixes.
2967
2968 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
2969
2970 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2971 Change paragraph-start regexp so we don't fill code starting with #'(.
2972
2973 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
2974
2975 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
2976 New defcustom.
2977 (extract-address-components): Use it.
2978
2979 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2980
2981 * subr.el (make-progress-reporter, progress-reporter-update)
2982 (progress-reporter-force-update, progress-reporter-do-update)
2983 (progress-reporter-done): New functions.
2984
2985 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
2986
2987 * progmodes/etags.el (etags-tags-completion-table): Use progress
2988 reporter.
2989 (etags-tags-apropos): Likewise.
2990
2991 2004-10-08 Alan Mackenzie <acm@muc.de>
2992
2993 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
2994 of current line.
2995
2996 2004-10-08 Masatake YAMATO <jet@gyve.org>
2997
2998 * server.el (server-process-filter): Wrap `process-send-region'
2999 by `condition-case' to guard the case when the pipe to PROC is closed.
3000
3001 2004-10-07 Mark A. Hershberger <mah@everybody.org>
3002
3003 * xml.el (xml-substitute-special): Limit handling of external entities.
3004
3005 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
3006
3007 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3008
3009 2004-10-06 John Paul Wallington <jpw@gnu.org>
3010
3011 * xml.el (xml-parse-dtd): Fix `error' call.
3012
3013 2004-10-05 Mark A. Hershberger <mah@everybody.org>
3014
3015 * xml.el (xml-substitute-special): Return a single string instead
3016 of a list of strings if an entity substitution is made.
3017
3018 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
3019
3020 * calendar/icalendar.el: New file.
3021
3022 2004-10-05 Juri Linkov <juri@jurta.org>
3023
3024 * isearch.el (isearch-done): Set mark after running hook.
3025 Reported by Drew Adams <drew.adams@oracle.com>.
3026
3027 * info.el (Info-history, Info-toc): Fix Info headers.
3028 (Info-toc): Narrow buffer before Info-fontify-node.
3029 (Info-build-toc): Don't check for special Info file names.
3030 Set main-file to nil if Info-find-file returns a symbol.
3031
3032 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
3033
3034 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3035 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3036 * calendar/cal-menu.el (calendar-mode-map): Ditto.
3037
3038 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3039
3040 * calendar/cal-iso.el (calendar-iso-read-args): New function,
3041 for old interactive spec from calendar-goto-iso-date.
3042 (calendar-goto-iso-date): Use it.
3043 (calendar-goto-iso-week): New function. Suggested by Emilio
3044 C. Lopes <eclig@gmx.net>.
3045
3046 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
3047
3048 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3049 `set-right-margin' bindings that follow the minor mode conventions.
3050
3051 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3052
3053 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3054 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3055 (latex-block-args-alist): Add minipage and picture.
3056 (latex-block-body-alist): Use reftex-label if enabled.
3057 (latex-insert-block): Don't insert a \n if not necessary.
3058 (tex-compile-commands): Make sure dvips doesn't send to printer.
3059 (tex-compile-default): Handle the case where no executable is found.
3060 (latex-noindent-environments): New var.
3061 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
3062 If tex-indent-allhanging is non-nil, make sure we only align for macros
3063 at beginning of line.
3064
3065 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
3066
3067 * newcomment.el (comment-beginning): Doc fix and don't choke on
3068 unset `comment-end-skip' when at beginning of comment.
3069
3070 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
3071
3072 * term.el (term-adjust-current-row-cache): Don't allow the current
3073 row to become negative.
3074 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3075 the end of the line. Fix scroll down. Add comments.
3076 (term-handle-ansi-escape): Don't exceed terminal width when moving
3077 right.
3078 (term-scroll-region): Move the cursor after setting the scroll region.
3079
3080 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
3081
3082 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3083 to `width' for consistency with docstring. Doc fix.
3084
3085 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
3086
3087 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3088 This is necessary for derived modes.
3089
3090 2004-09-30 Kim F. Storm <storm@cua.dk>
3091
3092 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3093 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3094
3095 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3096 kmacro-extract-lambda functions.
3097 (edit-kbd-macro): Handle kmacro lambda forms.
3098 Include counter and counter format in edit buffer.
3099 (edmacro-finish-edit): Get counter and format from edit buffer and
3100 update kmacro bindings when found.
3101
3102 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
3103
3104 * textmodes/paragraphs.el (forward-paragraph):
3105 Avoid args-out-of-range error when point winds up at the beginning of
3106 the buffer and hard newlines are enabled.
3107
3108 * newcomment.el (comment-multi-line): Doc fix.
3109
3110 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3113 (diff-fixup-modifs): Catch unified-diff file-headers.
3114
3115 2004-09-29 Kim F. Storm <storm@cua.dk>
3116
3117 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3118 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3119 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3120
3121 * fringe.el (fringe-bitmap-p): New macro.
3122 (fringe-bitmaps): Add standard fringe bitmaps on load.
3123
3124 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * dired.el (dired-view-command-alist): Use more efficient regexps.
3127 Remove dubious arguments.
3128 (dired-align-file): New function.
3129 (dired-insert-directory): Use it.
3130 (dired-move-to-end-of-filename): Make the " -> " search more specific.
3131 (dired-buffers-for-dir): Remove unused var `pattern'.
3132
3133 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3134
3135 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3136 from diary display excursion. Store diary buffer's point for
3137 `simple-diary-display'.
3138 (simple-diary-display): Set window point and start when
3139 displaying buffer, to preserve point.
3140
3141 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
3142
3143 * textmodes/enriched.el (enriched-translations): Replace defconst
3144 with defvar.
3145
3146 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3147
3148 * printing.el: Doc fix.
3149 (pr-version): New version number (6.8.1).
3150 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3151 make-temp-name.
3152 (pr-delete-file): Check if file exists before deleting it.
3153 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3154
3155 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * term.el (term-display-table): New variable.
3158 (term-mode): Use it.
3159 (term-exec-1): Set the coding system to binary.
3160 (term-emulate-terminal): Decode the string before inserting it.
3161
3162 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3163
3164 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3165 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3166 (map): Bind S-prior, S-next and S-insert.
3167 (term-mode): Set `indent-tabs-mode' to nil.
3168 (term-paste): New function to be bound to S-insert.
3169 (term-send-del, term-send-backspace): Change the strings sent.
3170 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3171 (term-handle-colors-array): Fix handling of underline and reverse.
3172 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3173 (term-erase-in-line): Fix comparison.
3174 (term-emulate-terminal): Fix line wrap handling.
3175 (term-start-output-log): Rename from `term-set-output-log'.
3176 (term-stop-output-log): Rename from `term-stop-photo'.
3177 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3178
3179 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * dired.el (dired-move-to-filename): Don't output a message if
3182 raise-error is non-nil. Fix return position and value.
3183
3184 * files.el (insert-directory): Obey --dired even with symlinks.
3185
3186 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3187
3188 * ls-lisp.el (ls-lisp-format): Mark file names with property
3189 dired-filename.
3190
3191 2004-09-25 Kim F. Storm <storm@cua.dk>
3192
3193 * ido.el (ido-max-directory-size): New defcustom.
3194 (ido-decorations): Add "too big" element.
3195 (ido-directory-too-big): New dynamic var.
3196 (ido-may-cache-directory): Don't cache big directories.
3197 (ido-directory-too-big-p): New defun.
3198 (ido-set-current-directory): Update ido-directory-too-big.
3199 (ido-read-internal): Make empty ido-cur-item if too-big.
3200 (ido-buffer-internal): Use ido-read-internal directly instead of
3201 ido-read-buffer.
3202 (ido-file-internal): Init ido-directory-too-big.
3203 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3204 and redo completion with full list.
3205 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3206 it, and show completions.
3207 (ido-all-completions): Let bind ido-directory-too-big to nil.
3208 (ido-exhibit): Handle ido-directory-too-big.
3209 (ido-read-buffer): Handle fallback to read-buffer.
3210 Init ido-directory-too-big.
3211 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3212 Init ido-directory-too-big.
3213
3214 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * subr.el (delay-mode-hooks): Doc fix.
3217
3218 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3219
3220 * textmodes/enriched.el
3221 (enriched-default-text-properties-local-flag): New variable.
3222 (enriched-mode): Make sure that enabling and disabling the mode is
3223 a no-op. Doc fix.
3224
3225 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3226
3227 * calendar/holidays.el (holiday-advent): Report on a specified day
3228 offset from advent, not just advent.
3229 (holiday-easter-etc): Report on one specified day offset from
3230 easter, not all easter holidays. Various Easter holidays moved to
3231 `christian-holidays' variable in calendar.el.
3232 * calendar/calendar.el (christian-holidays): Adapt for new
3233 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3234
3235 2004-09-23 Kim F. Storm <storm@cua.dk>
3236
3237 * image.el (insert-sliced-image): Add doc string.
3238
3239 * ido.el (ido-choice-list): New dynamic var for `list' context.
3240 (ido-context-switch-command): New dynamic var.
3241 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3242 (ido-read-internal): Handle new `list' context.
3243 Handle insert-buffer and insert-file ido-exit values.
3244 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3245 ido-context-switch-command. Handle insert-file ido-exit value.
3246 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3247 unless it is already bound by caller.
3248 (ido-file-internal): New arg switch-cmd. Use it to setup
3249 ido-context-switch-command. Handle insert-buffer ido-exit value.
3250 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3251 used for context switching.
3252 (ido-all-completions): Handle new `list' context.
3253 (ido-make-choice-list): Return choices for `list' context.
3254 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3255 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3256 (ido-insert-buffer, ido-insert-file): Setup context switching.
3257 (ido-exhibit): Handle `list' context.
3258 (ido-read-file-name): Disable context switching. Handle fallback.
3259 (ido-read-directory-name): Disable context switching.
3260 (ido-completing-read): New defun like completing-read. Setup and
3261 use new `list' context.
3262
3263 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3264
3265 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3266
3267 2004-09-21 Jay Belanger <belanger@truman.edu>
3268
3269 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3270 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3271 separate window.
3272
3273 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3274
3275 * subr.el (after-change-major-mode-hook): Doc fix.
3276
3277 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3278
3279 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3280 of ghostscript for monochrome PostScript file in Windows.
3281
3282 2004-09-21 Kenichi Handa <handa@m17n.org>
3283
3284 * descr-text.el (describe-char): Checking of quail activation
3285 fixed.
3286
3287 2004-09-21 Jay Belanger <belanger@truman.edu>
3288
3289 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3290
3291 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3292
3293 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3294 after the mode hooks instead of before. Doc fix.
3295
3296 2004-09-20 Jason Rumney <jasonr@gnu.org>
3297
3298 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3299 _emacs, but revert to .emacs if neither exists in home directory.
3300
3301 2004-09-20 John Paul Wallington <jpw@gnu.org>
3302
3303 * bindings.el (completion-ignored-extensions): Add .dfsl.
3304
3305 2004-09-20 Richard M. Stallman <rms@gnu.org>
3306
3307 * bindings.el (scroll-left): Make it disabled.
3308
3309 * files.el (enable-local-eval): Doc fix.
3310
3311 * indent.el (move-to-left-margin): Special case for minibuffer.
3312
3313 * term.el (term-emulate-terminal): Turn off undo for output.
3314 Use with-current-buffer and save-selected-window.
3315
3316 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3317
3318 * progmodes/make-mode.el (makefile-fill-paragraph):
3319 Don't insist on spaces when looking for comments. # is enough.
3320
3321 * files.el (hack-local-variables): Copy the variables list
3322 to another buffer, strip prefixes and suffixes there, then read.
3323 (enable-local-eval): Doc fix.
3324 (ignored-local-variables): Initialize to nil.
3325 (risky-local-variable-p): Don't check ignored-local-variables here.
3326 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3327
3328 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3331 of = to "." (punctuation).
3332
3333 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3334
3335 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3336
3337 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3338
3339 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3340 (enriched-before-change-major-mode): New function.
3341 Add it to `change-major-mode-hook'.
3342 (enriched-after-change-major-mode): New function.
3343 Add it to `after-change-major-mode-hook'.
3344 (enriched-mode): Make it work correctly if called from
3345 `after-change-major-mode-hook'.
3346 No longer set `indent-line-function'.
3347
3348 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3349
3350 * subr.el (after-change-major-mode-hook): New variable.
3351 (run-mode-hooks): Implement it.
3352
3353 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * battery.el (battery-linux-proc-apm): Use string-to-number.
3356 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3357 Use dolist (and less indentation). Use erase-buffer.
3358 Pre-initialize `design-capacity', `warn', and `low'.
3359 (battery-format): Use replace-regexp-in-string.
3360
3361 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3362
3363 * battery.el: Delete superfluous empty lines.
3364 (battery-linux-proc-acpi): Attempt to gather information from all
3365 battery subdirectories regardless of their file name.
3366 (battery-linux-proc-apm): Replace all occurrences of
3367 battery-hex-to-int-2 with string-to-int (base 16).
3368 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3369 (battery-hex-map): Delete variable.
3370
3371 2004-09-18 John Paul Wallington <jpw@gnu.org>
3372
3373 * calc/calc-units.el (calc-quick-units): Fix overzealous
3374 s/or/unless/.
3375
3376 2004-09-17 Jay Belanger <belanger@truman.edu>
3377
3378 * calc/calc.el (calc-mode-var-list): Fix the value of
3379 `calc-matrix-brackets'.
3380
3381 2004-09-17 Romain Francoise <romain@orebokech.com>
3382
3383 * ibuf-ext.el (define-ibuffer-filter filename):
3384 Expand dired-directory since buffer-file-name is absolute.
3385
3386 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * ediff-init.el (ediff-current-diff-face-A)
3389 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3390 (ediff-current-diff-face-Ancestor)
3391 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3392 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3393 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3394 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3395 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3396 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3397 Use min-colors.
3398
3399 * term.el (term-down): Perform vertical motion if DOWN is negative.
3400 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3401 (term-termcap-format): Synchronyze with the eterm terminfo entry
3402 in etc/e/eterm.ti.
3403 (term-handle-colors-array): If the current foreground or
3404 background are zero (i.e. unspecified), use the foreground and
3405 background of the default face for reverse video.
3406 (term-ansi-at-eval-string, term-ansi-default-fg)
3407 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3408 (term-mem): Delete ununsed function.
3409 (term-protocol-version): Increment.
3410 (term-current-face): Set to default.
3411
3412 2004-09-15 Jay Belanger <belanger@truman.edu>
3413
3414 * calc/calc.el (calc-mode-var-list): Define this variable.
3415 (calc-always-load-extensions, calc-line-numbering)
3416 (calc-line-breaking, calc-display-just, calc-display-origin)
3417 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3418 (calc-group-char, calc-point-char, calc-frac-format)
3419 (calc-prefer-frac, calc-hms-format, calc-date-format)
3420 (calc-float-format, calc-full-float-format, calc-complex-format)
3421 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3422 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3423 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3424 (calc-matrix-brackets, calc-language, calc-language-option)
3425 (calc-left-label, calc-right-label, calc-word-size)
3426 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3427 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3428 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3429 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3430 (calc-window-height, calc-display-trail, calc-show-selections)
3431 (calc-use-selections, calc-assoc-selections)
3432 (calc-display-working-message, calc-auto-why, calc-timing)
3433 (calc-mode-save-mode, calc-standard-date-formats)
3434 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3435 (calc-user-parse-tables, calc-gnuplot-default-device)
3436 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3437 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3438 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3439 (calc-invocation-macro, calc-show-banner): Give these values as
3440 part of `calc-mode-var-list's initialization after the variables
3441 are declared with defvar.
3442 (calc-bug-address): Change email address to send bug reports to.
3443 Change the maintainer address at the top.
3444 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3445 than "\\.emacs" to determine if it is the user-init-file.
3446
3447 * calc/calc-embed.el (calc-embedded-set-modes): Use
3448 `calc-mode-var-list' correctly.
3449
3450 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3451
3452 * vc.el (annotate-time): Document point handling.
3453 (vc-annotate-display-autoscale): Doc fix.
3454
3455 2004-09-15 Miles Bader <miles@gnu.org>
3456
3457 * generic.el (generic-make-keywords-list): Use symbol rather than
3458 word anchors in regexp.
3459
3460 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3461
3462 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3463 no file name consider `dired-directory'.
3464
3465 2004-09-14 Kim F. Storm <storm@cua.dk>
3466
3467 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3468
3469 2004-09-14 Simon Josefsson <jas@extundo.com>
3470
3471 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3472
3473 * textmodes/dns-mode.el: Add.
3474
3475 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3478 (disabled-command-function): Make the ?\ char more obvious.
3479
3480 * vc-arch.el (vc-arch-root, vc-arch-registered):
3481 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3482
3483 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3484
3485 * windmove.el (windmove-frame-edges): Report coordinates of
3486 outside edges of frame, not inside edges.
3487 (windmove-coordinates-of-position): Convert into wrapper to new
3488 function `windmove-coordinates-of-window-position';
3489 `compute-motion' always applies to selected window.
3490 (windmove-coordinates-of-position): Update documentation to refer
3491 to Emacs 21 Lisp Reference Manual.
3492 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3493
3494 2004-09-13 Kim F. Storm <storm@cua.dk>
3495
3496 * isearch.el (isearch-resume-in-command-history): Rename from
3497 isearch-resume-enabled and change default to nil.
3498
3499 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3502 (vc-registered): Use it.
3503 (vc-find-root): New fun.
3504
3505 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3506 Don't tell to use \\{...} when it's already done.
3507
3508 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3509 Provide a sample complex default.
3510 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3511 (bibtex-entry): Use mapc.
3512
3513 2004-09-12 Kim F. Storm <storm@cua.dk>
3514
3515 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3516
3517 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3518 inhibit-field-text-motion to t so rectangles work in comint buffers.
3519
3520 * simple.el (choose-completion-string): Set buffer before running
3521 choose-completion-string-functions hook so it can be buffer-local.
3522
3523 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3524
3525 * progmodes/compile.el (compilation-start): Parse command to see
3526 if it starts with a cd, and if so perform it for the *compilation*
3527 buffer. Change the header to reflect this.
3528
3529 2004-09-11 Kim F. Storm <storm@cua.dk>
3530
3531 * ido.el (ido-enable-dot-prefix): Doc fix.
3532 (ido-enable-dot-prefix): New defcustom.
3533 (ido-set-matches1): Use it.
3534
3535 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * textmodes/bibtex.el (bibtex-mark-active)
3538 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3539
3540 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3541
3542 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3543 used in a case insensitive environment.
3544 (bibtex-mode-map): Rearrange order of menus.
3545 (bibtex-quoted-string-re): Obsolete.
3546 (bibtex-complete-key-cleanup): Variable replaced by new function.
3547 (bibtex-font-lock-keywords): Use backquotes.
3548 (bibtex-font-lock-url-regexp): New internal variable.
3549 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3550 "OPT" and "ALT".
3551 (bibtex-insert-current-kill, bibtex-make-field)
3552 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3553 (bibtex-parse-field-text): Simplify.
3554 (bibtex-string=): New helper function.
3555 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3556 (bibtex-map-entries): Use bibtex-string=.
3557 (bibtex-search-entry): Use not.
3558 (bibtex-enclosing-field): Fix docstring.
3559 (bibtex-assoc-regexp): Obsolete.
3560 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3561 (bibtex-autokey-get-names): Handle empty name field.
3562 (bibtex-parse-strings): Use assoc-string and unless.
3563 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3564 Use assoc-string.
3565 (bibtex-pop): Simplify.
3566 (bibtex-mode): Set font-lock-extra-managed-props.
3567 (bibtex-entry-update): Use assoc-string.
3568 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3569 (bibtex-autofill-entry): Use bibtex-string=.
3570 (bibtex-print-help-message): Simplify.
3571 (bibtex-find-entry): New optional arg START.
3572 (bibtex-validate): Use bibtex-string= and assoc-string.
3573 Do not call obsolete function compilation-parse-errors.
3574 (bibtex-remove-delimiters): Only remove delimiters if present.
3575 (bibtex-copy-entry-as-kill): Add docstring.
3576 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3577 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3578 (bibtex-complete): Use bibtex-predefined-month-strings,
3579 bibtex-string=, and new function bibtex-complete-key-cleanup.
3580 (bibtex-generate-url-list): New variable.
3581 (bibtex-url): New command bound to C-c C-l and mouse-2.
3582 (bibtex-url-map): New local keymap for bibtex-url-mouse.
3583 (bibtex-font-lock-url): New function.
3584
3585 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3588
3589 2004-09-09 Kim F. Storm <storm@cua.dk>
3590
3591 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3592 counter and format with binding.
3593 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
3594 the declared macro uses own macro counter and format. Give symbol
3595 kmacro property.
3596 (kmacro-keymap): Bind kmacro-name-last-macro to n.
3597 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3598 (kmacro-end-and-call-macro): Doc fix.
3599
3600 2004-09-09 Lars Hansen <larsh@math.ku.dk>
3601
3602 * desktop.el (desktop-clear-preserve-buffers):
3603 Remove make-obsolete-variable.
3604
3605 2004-09-08 Richard M. Stallman <rms@gnu.org>
3606
3607 * buff-menu.el (list-buffers-noselect): Call format-mode-line
3608 with the buffer as argument.
3609
3610 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3613
3614 2004-09-08 Juri Linkov <juri@jurta.org>
3615
3616 * replace.el (perform-replace): Use `query-replace-descr'.
3617
3618 * cus-start.el (history-delete-duplicates): Specify customization.
3619
3620 * diff-mode.el (diff-mode-map):
3621 * progmodes/compile.el (compilation-mode-map):
3622 * progmodes/grep.el (grep-mode-map):
3623 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3624 to `next-error-follow-minor-mode'.
3625
3626 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3627
3628 * isearch.el (isearch-lazy-highlight-update): Take into account
3629 the case of zero-length match at the search bound.
3630
3631 2004-09-08 Kim F. Storm <storm@cua.dk>
3632
3633 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3634 change. Use zero width overlays when necessary.
3635
3636 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3637
3638 * subr.el (split-string): Docfix.
3639
3640 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3641
3642 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3643 (display-call-tree): Ensure newline after caller/calls blocks.
3644
3645 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3646
3647 * startup.el (command-line-1): Make option
3648 --directory/-L modify `load-path' straight away.
3649
3650 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3651
3652 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3653
3654 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3655
3656 * emacs-lisp/autoload.el (make-autoload):
3657 Handle `define-compilation-mode'.
3658
3659 * emacs-lisp/lisp-mode.el (define-compilation-mode):
3660 Specify `doc-string-elt' property.
3661
3662 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3663
3664 * bs.el (bs-mode): Doc fix.
3665
3666 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3667
3668 * info.el (Info-insert-dir): Fix temp buffer leak bug.
3669
3670 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3671
3672 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3673
3674 2004-09-08 Kenichi Handa <handa@m17n.org>
3675
3676 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3677 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3678 ps-mule-next-point -> 1+).
3679
3680 * composite.el (encode-composition-rule): Add autoload cooky.
3681
3682 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3683
3684 * format.el (buffer-auto-save-file-format): Make it permanent local.
3685
3686 2004-09-07 Kim F. Storm <storm@cua.dk>
3687
3688 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3689 (authors-fixed-entries): Fix typo.
3690 (authors-canonical-author-name): Compact multiple spaces.
3691 Ignore trivial names (e.g. only first name).
3692
3693 * term.el (term-window-width): Only use full window width on
3694 window system if overflow-newline-into-fringe is enabled.
3695 (term-mode): Don't disable overflow-newline-into-fringe.
3696
3697 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3700 motion as seen on my Mac OS X xterms.
3701
3702 * newcomment.el (uncomment-region-default, comment-region-default):
3703 New functions extracted from uncomment-region and comment-region.
3704 (comment-region, comment-region-function, uncomment-region)
3705 (uncomment-region-function): Use them.
3706
3707 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3708
3709 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3710 It's not crucial but can make sense at times.
3711
3712 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3713 the first commit.
3714
3715 * vc.el (vc-buffer-context, vc-restore-buffer-context):
3716 Disable obsolete code.
3717
3718 2004-09-07 Juri Linkov <juri@jurta.org>
3719
3720 * progmodes/grep.el (grep-highlight-matches): Change default from
3721 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
3722 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3723 if grep option `--color' is available, or to `nil' otherwise.
3724 (grep-process-setup): Call `grep-compute-defaults' if
3725 `grep-highlight-matches' is not computed. Set env-vars only
3726 if `grep-highlight-matches' is `t'.
3727 (grep-use-null-device): Remove redundant type `boolean' (`choice'
3728 is already defined).
3729
3730 * progmodes/compile.el (compilation-start): Use copy of
3731 `process-environment' created by `copy-sequence' to not
3732 modify env-vars in the global `process-environment'.
3733
3734 2004-09-06 Eli Zaretskii <eliz@gnu.org>
3735
3736 * simple.el (next-error-follow-minor-mode): Fix last change.
3737
3738 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
3739
3740 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3741 permanent local.
3742
3743 2004-09-04 Richard M. Stallman <rms@gnu.org>
3744
3745 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3746 highlighting if the search string is empty.
3747
3748 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
3749
3750 * facemenu.el (facemenu-active-faces): Change condition of inner
3751 `while' loop to also check the first two elements of `face-atts'
3752 and `mask-atts'.
3753
3754 2004-09-04 John Paul Wallington <jpw@gnu.org>
3755
3756 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3757 (thumbs-view-image-mode): Make buffer read-only.
3758
3759 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
3760
3761 * textmodes/ispell.el (ispell-really-aspell): New defvar.
3762 (ispell-check-version): Set it.
3763 (ispell-send-replacement): New function.
3764 (ispell-process-line): Call ispell-send-replacement.
3765
3766 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3767
3768 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3769 Support choosing seconds with "s".
3770
3771 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
3772
3773 * terminal.el (te-escape): Show `?' in prompt for help key.
3774
3775 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
3776
3777 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3778
3779 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3780
3781 * simple.el (next-error-follow-minor-mode)
3782 (next-error-follow-mode-post-command-hook): New functions.
3783 (next-error-follow-last-line): New defvar.
3784
3785 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3786 * progmodes/compile.el (compilation-mode-map): Likewise.
3787 * progmodes/grep.el (grep-mode-map): Likewise.
3788 * replace.el (occur-mode-map): Likewise.
3789
3790 * newcomment.el (uncomment-region): Bind comment-use-global-state
3791 to nil.
3792
3793 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
3794
3795 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3796 locally around the call to `revert-buffer'.
3797
3798 2004-09-03 Juri Linkov <juri@jurta.org>
3799
3800 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3801 `isearch-adjusted' to `t'.
3802 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3803 (isearch-message-prefix): Add "pending" for isearch-adjusted.
3804 (isearch-other-meta-char): Restore isearch-point unconditionally.
3805 (isearch-query-replace): Add new arg `regexp-flag' and use it.
3806 Set point to start of match if region is not active in transient
3807 mark mode (to include the current match to region boundaries).
3808 Push the search string to `query-replace-from-history-variable'.
3809 Add prompt "Query replace regexp" for isearch-regexp.
3810 Add region beginning/end as last arguments of `perform-replace.'
3811 (isearch-query-replace-regexp): Replace code by the call to
3812 `isearch-query-replace' with arg `t'.
3813
3814 2004-09-03 Richard M. Stallman <rms@gnu.org>
3815
3816 * startup.el (normal-top-level): Undo previous TERM change.
3817
3818 2004-09-03 Kim F. Storm <storm@cua.dk>
3819
3820 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3821 highlight overlays; allow using RET when cursor is over a button.
3822 (cua--highlight-rectangle): Use it.
3823 (cua--rectangle-set-corners): Don't move backwards at eol.
3824 (cua--forward-line): Don't move into void after eob.
3825
3826 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3827 point is set (and displayed) inside rectangle.
3828 (cua--rectangle-operation): Fix for highlight of empty lines.
3829 (cua--highlight-rectangle): Fix highlight for tabs.
3830 Position cursor at left/right edge of rectangle using new `cursor'
3831 property on overlay strings.
3832 (cua--indent-rectangle): Don't tabify.
3833 (cua-rotate-rectangle): Ignore that point has moved.
3834
3835 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3836
3837 * term/mac-win.el: Add ASCII equivalents for some function keys.
3838 (mode-line-frame-identification): Sync with x-win.el.
3839
3840 2004-09-02 Juri Linkov <juri@jurta.org>
3841
3842 * progmodes/compile.el (compilation-buffer-name): Compare major
3843 mode with second element of compilation-arguments instead of third
3844 to reflect latest changes in compilation-arguments structure.
3845 (recompile): Use global variable `compilation-directory' to get
3846 recent compilation directory only when `recompile' is invoked NOT
3847 in the compilation buffer. Otherwise, use `default-directory' of
3848 the compilation buffer.
3849 (compilation-error-properties): Allow to funcall col and end-col.
3850 (compilation-mode-font-lock-keywords): Check col and end-col by
3851 `integerp'.
3852 (compilation-goto-locus): If end-mk is non-nil in transient mark
3853 mode don't activate the mark (and don't display message in
3854 push-mark), but highlight overlay between mk and end-mk.
3855
3856 * progmodes/grep.el (grep-highlight-matches): New defcustom.
3857 (grep-regexp-alist): Add rule to highlight grep matches.
3858 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3859
3860 * info.el (Info-fontify-node): Don't compute other-tag
3861 if Info-hide-note-references=hide.
3862
3863 * help.el (function-called-at-point):
3864 * help-fns.el (variable-at-point):
3865 Try `find-tag-default' when other methods failed.
3866
3867 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3868 Do not push mark if inhibit-mark-movement is non-nil.
3869
3870 * textmodes/ispell.el (ispell-html-skip-alists):
3871 Fix backslashes in docstring.
3872
3873 2004-09-01 Juri Linkov <juri@jurta.org>
3874
3875 * isearch.el (isearch-wrap-function)
3876 (isearch-push-state-function): New defvars.
3877 (isearch-pop-fun-state): New defsubst.
3878 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3879 (isearch-push-state): Set the result of calling
3880 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3881 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3882 restore the mode-specific starting point of terminated search.
3883 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3884 (isearch-repeat): Call `isearch-wrap-function' if defined.
3885 (isearch-message-prefix): Don't add prefix "over" to the message
3886 for wrapped search if `isearch-wrap-function' is defined.
3887 (isearch-search): Call function saved in `isearch-pop-fun-state' to
3888 restore the mode-specific starting point of failed search.
3889
3890 * info.el (Info-search-whitespace-regexp): Fix backslashes.
3891 (Info-search): Add new optional arguments for the sake of isearch.
3892 Replace whitespace in Info-search-whitespace-regexp literally.
3893 Add backward search. Don't call `Info-select-node' if regexp is
3894 found in the same Info node. Don't add node to Info-history for
3895 wrapped isearch.
3896 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3897 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3898 (Info-mode): Set local variables `isearch-search-fun-function',
3899 `isearch-wrap-function', `isearch-push-state-function',
3900 `search-whitespace-regexp'.
3901
3902 * isearch.el: Remove ancient Change Log section.
3903 (isearch-string, isearch-message-string, isearch-point)
3904 (isearch-success, isearch-forward-flag, isearch-other-end)
3905 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3906 (isearch-barrier, isearch-within-brackets)
3907 (isearch-case-fold-search): Add suffix `-state' to state-related
3908 defsubsts to avoid name clashes with other function names.
3909
3910 * simple.el (next-error): New defgroup and defface.
3911 (next-error-highlight, next-error-highlight-no-select):
3912 New defcustoms.
3913 (next-error-no-select): Let-bind next-error-highlight to the value
3914 of next-error-highlight-no-select before calling `next-error'.
3915
3916 * progmodes/compile.el (compilation-goto-locus):
3917 Use `next-error' face instead of `region'. Set 4-th argument of
3918 `move-overlay' to `current-buffer' to move overlay to different
3919 source buffers. Use new variable `next-error-highlight'.
3920
3921 * simple.el (next-error-find-buffer): Move the rule
3922 "if current buffer is a next-error capable buffer" after the
3923 rule "if next-error-last-buffer is set to a live buffer".
3924 Simplify to test all rules in one `or'.
3925 (next-error): Doc fix.
3926 (next-error, previous-error, first-error)
3927 (next-error-no-select, previous-error-no-select):
3928 Make arguments optional.
3929
3930 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * macros.el (apply-macro-to-region-lines): Make it operate on all
3933 lines that begin in the region, rather than on all complete lines
3934 in the region.
3935
3936 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3937
3938 * x-dnd.el (x-dnd-protocol-alist): Document update.
3939 (x-dnd-known-types): Defcustom it.
3940 (x-dnd-handle-motif): Print message-atom in error message.
3941
3942 2004-08-30 John Paul Wallington <jpw@gnu.org>
3943
3944 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3945 strings rather than programatically constructing message.
3946
3947 2004-08-30 Richard M. Stallman <rms@gnu.org>
3948
3949 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3950 Don't return a string that would read as the wrong character code.
3951
3952 2004-08-29 Kim F. Storm <storm@cua.dk>
3953
3954 * emulation/cua-base.el (cua-auto-expand-rectangles):
3955 Remove automatic rectangle padding feature; replace by non-destructive
3956 virtual rectangle edges feature.
3957 (cua-virtual-rectangle-edges): New defcustom.
3958 (cua-auto-tabify-rectangles): New defcustom.
3959 (cua-paste): If paste into a marked rectangle, insert rectangle at
3960 current column, even if virtual; also paste exactly as many lines
3961 as has been marked (ignore additional lines or add empty lines),
3962 but paste whole source if only one line is marked.
3963 (cua--update-indications): No longer use overwrite-cursor to
3964 indicate rectangle padding
3965
3966 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3967 (cua--rectangle-virtual-edges): New defun.
3968 (cua--rectangle-get-corners): Remove optional PAD arg.
3969 (cua--rectangle-set-corners): Never do padding.
3970 (cua--forward-line): Remove optional PAD arg. Simplify.
3971 (cua-resize-rectangle-right, cua-resize-rectangle-left)
3972 (cua-resize-rectangle-down, cua-resize-rectangle-up):
3973 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
3974 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
3975 (cua--rectangle-move): Never do padding. Simplify.
3976 (cua--tabify-start): New defun.
3977 (cua--rectangle-operation): Add tabify arg. All callers changed.
3978 (cua--pad-rectangle): Remove.
3979 (cua--delete-rectangle): Handle delete with virtual edges.
3980 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
3981 (cua--insert-rectangle): Handle insert at virtual column.
3982 Perform auto-tabify if necessary.
3983 (cua--activate-rectangle): Remove optional FORCE arg.
3984 Never do padding. Simplify.
3985 (cua--highlight-rectangle): Enhance for virtual edges.
3986 (cua-toggle-rectangle-padding): Remove command.
3987 (cua-toggle-rectangle-virtual-edges): New command.
3988 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
3989 (cua--rectangle-post-command): Don't force rectangle padding.
3990 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
3991
3992 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
3993
3994 * indent.el (edit-tab-stops-buffer): Doc fix.
3995
3996 2004-08-28 Richard M. Stallman <rms@gnu.org>
3997
3998 * progmodes/grep.el (grep-default-command): Use find-tag-default.
3999 (grep-tag-default): Function deleted.
4000
4001 * subr.el (find-tag-default): Move from etags.el.
4002
4003 * progmodes/etags.el (find-tag-default): Move to subr.el.
4004
4005 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4006 into the basic character if it has an uppercase form.
4007
4008 2004-08-27 Kenichi Handa <handa@m17n.org>
4009
4010 * international/utf-8.el (utf-8-post-read-conversion): If the
4011 buffer is unibyte, temporarily make it multibyte.
4012
4013 2004-08-27 Masatake YAMATO <jet@gyve.org>
4014
4015 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4016
4017 2004-08-25 John Paul Wallington <jpw@gnu.org>
4018
4019 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4020 0, 1, and many mismatches in message.
4021 (tex-start-shell): Use `set-process-query-on-exit-flag'.
4022
4023 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4024 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4025
4026 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4029 vc-diff-switches differently.
4030
4031 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
4032
4033 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4034 before and a real defvar after
4035 `speedbar-supported-extension-expressions'. This is to silence
4036 the compiler without breaking bootstrapping.
4037
4038 2004-08-22 Richard M. Stallman <rms@gnu.org>
4039
4040 * textmodes/flyspell.el (flyspell-word):
4041 Use set-process-query-on-exit-flag.
4042 (flyspell-highlight-duplicate-region): Take POSS as arg.
4043 (flyspell-word): Pass POSS as arg.
4044
4045 * progmodes/ada-xref.el: Many doc and style fixes.
4046 (ada-find-any-references): Use compilation-start.
4047 (ada-get-ali-file-name): Improve error msg.
4048 (ada-get-ada-file-name): Likewise.
4049
4050 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4051 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4052
4053 * mail/mail-extr.el (mail-extr-all-top-level-domains):
4054 Add forward defvar.
4055
4056 * whitespace.el (global-whitespace-mode): New alias
4057 for whitespace-global-mode.
4058
4059 * speedbar.el (speedbar-file-regexp): Move definition up.
4060 (speedbar-mode, speedbar-set-mode-line-format):
4061 Use with-no-warnings.
4062 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4063
4064 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4065 controls whether to display the error buffer.
4066
4067 * ps-mule.el: Delete compatibility code for old Emacses.
4068 (ps-mule-find-wrappoint): Don't use chars-in-region.
4069
4070 * frame.el (display-mouse-p, display-selections-p):
4071 Use with-no-warnings.
4072
4073 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4074
4075 2004-08-22 David Kastrup <dak@gnu.org>
4076
4077 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4078 information.
4079
4080 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4081
4082 2004-08-22 Andreas Schwab <schwab@suse.de>
4083
4084 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4085
4086 2004-08-22 Masatake YAMATO <jet@gyve.org>
4087
4088 * cvs-status.el (cvs-status-checkout): New function.
4089 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4090
4091 2004-08-21 David Kastrup <dak@gnu.org>
4092
4093 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4094 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4095 has been converted to use hashtables, the relation `nil=none' is
4096 no longer valid, as `nil' is not a hashtable. This patch tries to
4097 reduce the number of resulting errors.
4098
4099 2004-08-21 John Paul Wallington <jpw@gnu.org>
4100
4101 * subr.el (process-kill-without-query): Made obsolete in
4102 version 21.4, not 21.5.
4103
4104 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4105 (vc-previous-comment, vc-next-comment)
4106 (vc-comment-search-reverse, vc-comment-search-forward)
4107 (vc-comment-to-change-log): Likewise.
4108
4109 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4110
4111 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
4112
4113 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4114 Correct indentation of DEFMETHODS with non-standard method
4115 combinations (e.g., PROGN, MIN, MAX).
4116
4117 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * startup.el (normal-top-level-add-subdirs-to-load-path):
4120 Avoid unnecessarily checking system-type.
4121 (normal-top-level): Set TERM to "dumb". Simplify.
4122
4123 * avoid.el (mouse-avoidance-ignore-p): New fun.
4124 Also ignore switch-frame, select-window, double, and triple clicks.
4125 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4126 (mouse-avoidance-fancy-hook): Use it.
4127
4128 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
4129
4130 * avoid.el (mouse-avoidance-nudge-mouse)
4131 (mouse-avoidance-banish-destination): Stay within the current window
4132 to avoid problems with mouse-autoselect-window.
4133
4134 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4137 the newer format of some messages in cvs-1.12.1.
4138
4139 2004-08-19 Masatake YAMATO <jet@gyve.org>
4140
4141 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4142 (elp-results-jump-to-definition-by-mouse)
4143 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4144 (elp-output-result): Use elp-output-insert-symname.
4145
4146 2004-08-18 Kenichi Handa <handa@m17n.org>
4147
4148 * language/cyrillic.el: Register koi8-r in
4149 ctext-non-standard-encodings-alist.
4150 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4151
4152 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
4153
4154 * emacs-lisp/copyright.el (copyright-update-year): Delete code
4155 that replaces 20xy with xy.
4156
4157 2004-08-17 John Paul Wallington <jpw@gnu.org>
4158
4159 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4160 (reb-force-update): Doc fix.
4161
4162 2004-08-16 Richard M. Stallman <rms@gnu.org>
4163
4164 * progmodes/which-func.el (which-func-update-1): Doc fix.
4165
4166 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4167 (sh-mode-abbrev-table): New variable.
4168
4169 * progmodes/compile.el (compilation-mode): Doc fix.
4170
4171 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4172 Don't cons a new symbol each time.
4173 (eval-last-sexp-fake-value): New variable.
4174
4175 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4176 (copyright-update-year): Detect continuation of list of years.
4177
4178 * term.el (term-default-fg-color, term-default-bg-color)
4179 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4180
4181 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4182
4183 2004-08-16 Davis Herring <herring@lanl.gov>
4184
4185 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4186 (isearch-success, isearch-forward-flag, isearch-other-end)
4187 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4188 (isearch-barrier, isearch-within-brackets)
4189 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4190
4191 2004-08-16 Kenichi Handa <handa@m17n.org>
4192
4193 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4194
4195 2004-08-15 Kenichi Handa <handa@m17n.org>
4196
4197 * term/x-win.el (x-selection-value): If utf8 was successful but
4198 ctext was not, use utf8 string.
4199
4200 2004-08-14 Davis Herring <herring@lanl.gov>
4201
4202 * isearch.el: Remove accidental changes of March 4. Fix backing
4203 up when a regexp isearch is made more general. Use symbolic
4204 accessor functions for isearch stack frames to make usage clearer.
4205 (search-whitespace-regexp): Made groups in documentation shy (as
4206 is the group in the default value).
4207 (isearch-fallback): New function, addresses problems with regexps
4208 liberalized by `\|', adds support for liberalization by `\}' (the
4209 general repetition construct), and incorporates behavior for
4210 `*'/`?'.
4211 (isearch-}-char): New command, calls `isearch-fallback' with
4212 arguments appropriate to a typed `}'.
4213 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4214 appropriately.
4215 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4216 (isearch-string, isearch-message,string, isearch-point)
4217 (isearch-success, isearch-forward-flag, isearch-other-end)
4218 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4219 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4220 New inline functions to read fields of a stack frame.
4221
4222 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4223
4224 * battery.el (battery-linux-proc-acpi): Look into battery
4225 directories matching the literal string "CMB", too (required for
4226 Linux kernel version 2.6.7).
4227
4228 2004-08-14 John Paul Wallington <jpw@gnu.org>
4229
4230 * cus-start.el (read-file-name-completion-ignore-case): Add.
4231 (blink-cursor-alist): Change version to "21.4".
4232
4233 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4234
4235 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4236
4237 * speedbar.el (speedbar-scan-subdirs): New option.
4238 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4239 dolist.
4240 (speedbar-insert-files-at-point): Take an extra argument and use
4241 it to optionally find out if a subdir is empty. Also unreadable
4242 files don't get expand buttons.
4243 (speedbar-directory): New image (unused pixmap already existed).
4244 (speedbar-expand-image-button-alist): Use it.
4245
4246 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4247
4248 CC Mode update to 5.30.9:
4249
4250 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4251 Move from cc-vars to cc-defs for dependency reasons. Fix the
4252 POSIX char class test to check that it works in
4253 `skip-chars-(forward|backward)' too.
4254
4255 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4256 first argument starts with a special brace list.
4257
4258 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4259 when `c-opt-type-concat-key' is used (i.e. in Pike).
4260
4261 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4262 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4263 >)".
4264
4265 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4266 whitespace safe.
4267
4268 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4269 position for `arglist-intro', `arglist-cont-nonempty' and
4270 `arglist-close' when there are two arglist open parens on the same
4271 line and there's nothing in front of the first.
4272
4273 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4274 locking of qualified names in Java, which previously could fontify
4275 common indexing expressions in many cases. The standard Java
4276 naming conventions are used to tell them apart.
4277
4278 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4279 Fix inconsistency wrt opening parens on the first line inside a paren
4280 block.
4281
4282 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4283 compile time for the sake of `c-major-mode-is'.
4284
4285 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4286 `c-major-mode-is' in the event that this is used inside a
4287 `c-lang-defconst'.
4288
4289 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4290 `c-lang-defconst' so that it works better with fallback languages.
4291
4292 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4293 it to fail to record the base mode.
4294
4295 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4296 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4297 is used. Reorder the syntax checks to get more efficient
4298 skipping in some situations.
4299
4300 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4301 continuation which might precede the newly inserted '{'.
4302
4303 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4304 Fix cases where it could loop indefinitely.
4305
4306 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4307 size specs correctly. Only fontify identifiers in front of '('
4308 with as functions - don't accept any paren char. Tighten up
4309 initializer skipping to stop before function and class blocks.
4310
4311 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4312 the point could be left directly after an open paren when finding
4313 the beginning of the first decl in the block.
4314
4315 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4316 table when filtering out legitimate open parens to be recorded.
4317 This could cause cache inconsistencies when e.g.
4318 `c++-template-syntax-table' was temporarily in use.
4319
4320 * progmodes/cc-engine.el (c-on-identifier)
4321 (c-simple-skip-symbol-backward): Small fix for handling "-"
4322 correctly in `skip-chars-backward'. Affected the operator lfun
4323 syntax in Pike.
4324
4325 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4326 Fix bug that could cause an error from `after-change-functions' when
4327 the changed region is at bob.
4328
4329 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4330
4331 CC Mode update to 5.30.9:
4332
4333 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4334 to say that <TAB> doesn't insert WS into a CPP line.
4335 (c-indent-command, c-tab-always-indent): Amend doc strings.
4336
4337 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4338 checks for user errors, thus eliminating cryptic and unhelpful
4339 Emacs error messages. (1) Check the arg to `c-set-style' is a
4340 string. (2) Check that settings to `c-offsets-alist' are not
4341 spuriously quoted.
4342
4343 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4344 which precedes the newly inserted `{'.
4345
4346 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4347
4348 Sync with Tramp 2.0.44.
4349
4350 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4351 function "tramp_file_attributes". Otherwise, file names
4352 containing spaces are misinterpreted. Reported by Magnus Henoch
4353 <mange@freemail.hu>.
4354 (tramp-handle-file-truename): FILENAME must be expanded first.
4355 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4356 obscure results. Reported by D. Goel <deego@gnufans.org>.
4357 (tramp-handle-verify-visited-file-modtime): If file does not
4358 exist, say it is not modified if and only if that agrees with the
4359 buffer's record. Check whether a file is visiting the buffer, or
4360 the buffer has no recorded last modification time. Return t in
4361 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4362 <teirllm@auburn.edu>.
4363 (tramp-handle-write-region): Pass modtime explicitely to
4364 `set-visited-file-modtime', because filename can be different
4365 from (buffer-file-name) if `file-precious-flag' is set.
4366 `set-visited-file-modtime' must be called always when `visit' is t
4367 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4368 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4369 nil, don't apply the whole body. If the file doesn't exists, set
4370 modtime to '(-1 65535). Suggested by Luc Teirlinck
4371 <teirllm@auburn.edu>.
4372
4373 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4374
4375 * help.el (describe-bindings): Doc fix.
4376
4377 * subr.el (kbd): Doc fix.
4378
4379 2004-08-08 John Paul Wallington <jpw@gnu.org>
4380
4381 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4382 instead of `string-to-int'.
4383 (define-ibuffer-column mode): Fix indentation.
4384
4385 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4386
4387 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4388
4389 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4390
4391 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4392
4393 * novice.el (disabled-command-function): New variable renamed from
4394 `disabled-command-hook'.
4395 (disabled-command-hook): Keep the _variable_ as alias for
4396 `disabled-command-function' and make obsolete.
4397 (disabled-command-function): Function renamed from
4398 `disabled-command-hook'. Adapt code to name change of the variable.
4399
4400 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4401
4402 * simple.el (completion-root-regexp): New defvar.
4403 (completion-setup-function): Use it instead of a literal string.
4404
4405 2004-08-07 John Paul Wallington <jpw@gnu.org>
4406
4407 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4408 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4409 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4410 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4411
4412 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4413
4414 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4415 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4416
4417 2004-08-04 Kenichi Handa <handa@m17n.org>
4418
4419 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4420 Fix previous change.
4421
4422 2004-08-03 Kenichi Handa <handa@m17n.org>
4423
4424 * international/encoded-kb.el: The following changes are to
4425 utilize key-translation-map instead of minor mode map.
4426 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4427 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4428 (encoded-kbd-last-key): New function.
4429 (encoded-kbd-iso2022-single-shift): New function.
4430 (encoded-kbd-iso2022-designation)
4431 (encoded-kbd-self-insert-iso2022-7bit)
4432 (encoded-kbd-self-insert-iso2022-8bit)
4433 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4434 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4435 key-translation-map.
4436 (encoded-kbd-setup-keymap): Setup key-translation-map.
4437 (saved-key-translation-map): New variable.
4438 (encoded-kbd-mode): Save/restore key-translation-map.
4439 Adjust for the change of encoded-kbd-setup-keymap.
4440
4441 2004-08-02 Kim F. Storm <storm@cua.dk>
4442
4443 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4444 and call compute-motion with nil for topos and width to get proper
4445 usable width and height for both window and non-window systems.
4446
4447 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4448 calculate usable window width and height.
4449
4450 * window.el (window-buffer-height): Call compute-motion with nil width.
4451
4452 2004-08-01 David Kastrup <dak@gnu.org>
4453
4454 * replace.el (query-replace-read-from):
4455 Use `query-replace-compile-replacement'.
4456 (query-replace-compile-replacement): New function.
4457 (query-replace-read-to): Use `query-replace-compile-replacement'
4458 for repeating the last command.
4459
4460 2004-08-01 John Paul Wallington <jpw@gnu.org>
4461
4462 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4463 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4464 (pr-switches): Remove period from end of error messages.
4465
4466 * help-mode.el (help-go-back): Likewise.
4467
4468 * abbrev.el (only-global-abbrevs): Doc fix.
4469 (edit-abbrevs-map): Define within defvar.
4470 (quietly-read-abbrev-file): Doc fix.
4471
4472 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4473
4474 * novice.el (enable-command, disable-command): Doc fixes.
4475
4476 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4477
4478 2004-07-30 Richard M. Stallman <rms@gnu.org>
4479
4480 * subr.el (with-local-quit): Doc fix.
4481
4482 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4483
4484 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4485
4486 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4487
4488 * custom.el (defcustom): Doc fix.
4489
4490 2004-07-28 Masatake YAMATO <jet@gyve.org>
4491
4492 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4493
4494 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * imenu.el (imenu-prev-index-position-function)
4497 (imenu-extract-index-name-function, imenu-name-lookup-function)
4498 (imenu--index-alist): Docstring redundancy fix.
4499
4500 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4501
4502 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4503 binding dired-backup-overwrite.
4504
4505 2004-07-25 John Paul Wallington <jpw@gnu.org>
4506
4507 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4508
4509 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4510
4511 * term/tty-colors.el (tty-color-approximate): Doc fix.
4512
4513 * select.el (x-get-selection, x-set-selection): Doc fixes.
4514
4515 * frame.el (make-frame): Doc fix.
4516
4517 2004-07-24 Richard M. Stallman <rms@gnu.org>
4518
4519 * mail/rmail.el (rmail-mime-charset-pattern):
4520 Don't include semicolon in the charset value.
4521
4522 * replace.el (occur-next-error): Call set-window-point.
4523 (occur-engine): Handle negative NLINES.
4524
4525 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4526
4527 * frame.el (modify-all-frames-parameters): Minor doc fix.
4528 (set-frame-configuration): Doc fix.
4529
4530 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4531
4532 * simple.el (completion-setup-function): Compute the common parts
4533 and the first difference place correctly when
4534 partial-completion-mode is on.
4535
4536 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4537
4538 * ps-print.el: Doc fix.
4539 (ps-print-version): New version 6.6.5.
4540 (ps-printing-region): Doc fix.
4541 (ps-generate-string-list): Comment fix.
4542 (ps-message-log-max): Code fix.
4543
4544 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4545
4546 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4547 generated PostScript.
4548
4549 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4550
4551 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4552 with Gnus v5_10 branch.)
4553
4554 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4555
4556 * calendar/time-date.el (time-to-number-of-days): New function.
4557 Imported from from Gnus.
4558
4559 2004-07-22 Kim F. Storm <storm@cua.dk>
4560
4561 * progmodes/make-mode.el: Fix comments.
4562
4563 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4564
4565 * printing.el: Doc fix.
4566
4567 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4568
4569 * frame.el (modify-all-frames-parameters): Minor doc fix.
4570
4571 2004-07-20 Richard M. Stallman <rms@gnu.org>
4572
4573 * textmodes/fill.el (fill-nobreak-p): If this break point is
4574 at the end of the line, don't consider the newline which follows
4575 as a reason to return t.
4576
4577 2004-07-19 John Paul Wallington <jpw@gnu.org>
4578
4579 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4580
4581 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4582
4583 * dired-aux.el (dired-do-kill-lines): Expand docstring.
4584 Delete irrelevant code.
4585
4586 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4587
4588 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4589 New docstring. From Luc Teirlinck.
4590
4591 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
4592
4593 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4594 section.
4595 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4596 non-file buffers. We know it is nil.
4597
4598 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4599
4600 Sync with Tramp 2.0.43.
4601
4602 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4603 Remove outdated comment.
4604 (tramp-locked, tramp-locker): New variables for implementing a
4605 global lock.
4606 (tramp-sh-file-name-handler): Use them to implement the global lock.
4607
4608 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
4609
4610 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
4611 calls to respective `xxx` calls.
4612 (tramp-process-alive-regexp): Precise doc string.
4613 (tramp-multi-action-process-alive): New defun.
4614 (tramp-multi-actions): Use it.
4615 (tramp-handle-find-backup-file-name): `copy-tree' is available
4616 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
4617 in order to avoid this function.
4618 (tramp-handle-write-region): Set current buffer. If connection
4619 wasn't open, `file-modes' has changed it accidently. Reported by
4620 David Kastrup <dak@gnu.org>.
4621 (tramp-enter-password, tramp-read-passwd): New arguments USER and
4622 HOST.
4623 (tramp-action-password, tramp-multi-action-password): Apply it.
4624 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4625 name must still contain the port number. Otherwise, we have two
4626 Tramp buffers, with all the confusion. Reported by Myron Selby
4627 <myron@xytech.com> and Rolf Dubitzky
4628 <Dubitzky@physi.uni-heidelberg.de>.
4629
4630 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4631 HOST to `tramp-enter-passwd'.
4632
4633 * net/tramp-vc.el (all): Code cleanup. Change all
4634 `tramp-handle-xxx' calls to respective `xxx` calls.
4635
4636 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
4637
4638 * emacs-lisp/testcover.el: New category "potentially-1valued" for
4639 functions that are not erroneous if either 1-valued or
4640 multi-valued. Detect functions in this class.
4641 (testcover-1value-functions, testcover-compose-functions)
4642 (testcover-progn-functions) Add some additional functions to lists.
4643 (testcover-mark): Bugfix when marking up the definition for an
4644 empty function.
4645
4646 2004-07-17 Richard M. Stallman <rms@gnu.org>
4647
4648 * replace.el (occur-read-primary-args): Pass default to
4649 read-from-minibuffer.
4650
4651 * mail/footnote.el (footnote-section-tag): Use defcustom.
4652
4653 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4654 Compile font-lock-keywords, not KEYWORDS.
4655 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4656 Add warn, check-type. Handle cerror like error.
4657
4658 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4659
4660 * progmodes/which-func.el (which-func-keymap): New var.
4661 (which-func-face): New face.
4662 (which-func-format): Use them.
4663
4664 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4665
4666 * buff-menu.el (list-buffers-noselect): Append the buffer's
4667 process status to its mode name.
4668
4669 2004-07-16 Kim F. Storm <storm@cua.dk>
4670
4671 * simple.el (inhibit-mark-movement): New defvar.
4672 (beginning-of-buffer, end-of-buffer): Do not push mark if
4673 inhibit-mark-movement is non-nil or C-u prefix is given.
4674
4675 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4676 Init to beginning-of-buffer and end-of-buffer.
4677 (cua--undo-push-mark): New defvar.
4678 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4679 already active and command is in cua--preserve-mark-commands.
4680 Also fix check for shift modifier on non-window systems.
4681 (cua--post-command-handler): Clear inhibit-mark-movement if set.
4682
4683 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4684
4685 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4686 of two integers, instead of a cons.
4687
4688 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4689 `visited-file-modtime' now returns a list of two integers, instead
4690 of a cons.
4691
4692 * dired.el (dired-directory-changed-p): Ditto.
4693
4694 * progmodes/grep.el (grep): Doc fix.
4695
4696 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4697
4698 * autorevert.el (auto-revert-tail-mode)
4699 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4700 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4701 in both at the same time.
4702 (auto-revert-tail-mode): New command.
4703 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4704 (auto-revert-handler): Revert only either tail or whole file.
4705
4706 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4707 add auto-revert-tail-mode.
4708
4709 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4710
4711 * printing.el: Doc fix. Change name of some funs.
4712 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
4713 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
4714 (pr-standard-file-name): New fun. Replace pr-standard-path.
4715 (pr-call-process): Code fix.
4716
4717 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
4718
4719 * subr.el (with-selected-window): Doc fix.
4720
4721 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
4722
4723 * subr.el (get-buffer-window-list): Doc fix.
4724
4725 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
4726
4727 * files.el (switch-to-buffer-other-window): Doc fix.
4728
4729 * window.el (save-selected-window, one-window-p)
4730 (split-window-keep-point, split-window-vertically)
4731 (split-window-horizontally): Doc fixes.
4732
4733 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4734
4735 * printing.el: Doc fix. Now it uses call-process instead of
4736 shell-command for low command execution.
4737 (pr-version): New version number (6.8).
4738 (pr-shell-file-name): Option removed.
4739 (pr-shell-command): Fun removed.
4740 (pr-call-process): New fun. Replace pr-shell-command.
4741 (pr-standard-path, pr-remove-nil-from-list): New funs.
4742 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4743 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4744 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4745 (pr-ps-utility-process, pr-txt-print): Code fix.
4746
4747 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4748
4749 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4750 boolean.
4751
4752 2004-07-09 Lars Hansen <larsh@math.ku.dk>
4753
4754 * wid-edit.el (widget-field-buffer): Doc fix.
4755
4756 2004-07-09 John Paul Wallington <jpw@gnu.org>
4757
4758 * emacs-lisp/re-builder.el (reb-update-overlays):
4759 Distinguish between one and several matches in message.
4760
4761 2004-07-09 Richard M. Stallman <rms@gnu.org>
4762
4763 * mouse.el (mouse-set-region-1): If transient-mark-mode
4764 is `identity', change it to `only'.
4765
4766 * simple.el (current-word): Doc fix.
4767
4768 2004-07-09 Mark A. Hershberger <mah@everybody.org>
4769
4770 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4771 so that it is more understanding of whitespace.
4772
4773 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4774 form
4775 (("ns" . "element") (attr-list) children) instead of
4776 ((:ns . "element") (attr-list) children) in order to reduce the
4777 number of symbols used.
4778 (xml-skip-dtd): Change to use xml-parse-dtd but set
4779 xml-validating-parsing to nil.
4780 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4781 (xml-substitute-entity): Remove in favor of new entity substitution.
4782 (xml-substitute-special): Rewrite in to substitute complex
4783 entities from DOCTYPE declarations.
4784 (xml-parse-fragment): Parse fragments from entity deleclarations.
4785 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4786 (xml-parse-dtd, xml-substitute-special): Make validity checks
4787 conditioned on xml-validating-parser. Add "Not Well Formed" to
4788 error messages about well-formedness.
4789
4790 2004-07-08 Steven Tamm <steventamm@mac.com>
4791
4792 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4793 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4794 Do not treat double clicks and triple clicks specially in the
4795 scroll bar (preventing strange repositioning problems)
4796
4797 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 * replace.el (query-replace-regexp-eval): Fix last change.
4800
4801 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * replace.el (query-replace-descr): New fun.
4804 (query-replace-read-from, query-replace-read-args): Default to the
4805 previous from&to.
4806 (query-replace-read-to): Quote the `from' string when displaying it.
4807 (query-replace-regexp-eval): Immediately check read-only status.
4808 Use query-replace-read-from to get the \n checking.
4809 Quote the `from' string when displaying it.
4810 (map-query-replace-regexp, occur-read-primary-args):
4811 Quote the `from' string when displaying it.
4812
4813 * isearch.el (isearch-query-replace): Pass the regexp-ness and
4814 delimited-ness of the search to query-replace.
4815
4816 * replace.el (query-replace-read-from, query-replace-read-to):
4817 New funs extracted from query-replace-read-args.
4818 (query-replace-read-args): Use them.
4819
4820 * replace.el (query-replace-interactive, query-replace-read-args):
4821 Remove the `initial' special value.
4822 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4823 (occur-engine): Remove unused var `matchend'.
4824
4825 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4826 Use the search string without prompting.
4827
4828 2004-07-05 Kenichi Handa <handa@m17n.org>
4829
4830 * international/mule.el (decode-coding-inserted-region):
4831 Set last-coding-system-used only when coding is nil.
4832
4833 2004-07-03 Eli Zaretskii <eliz@gnu.org>
4834
4835 * progmodes/grep.el (grep-compute-defaults, grep-command)
4836 (grep-program, find-program, grep-find-use-xargs, grep-history)
4837 (grep-find-history, grep-tag-default, grep-find-command)
4838 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4839 Add autoload cookies, for unbundled packages that load `compile'
4840 and expect all grep-related symbols to become defined.
4841
4842 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
4843
4844 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4845 (iimage-mode-image-search-path): New user option to search the
4846 image file.
4847 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
4848 have locate-file.
4849 (iimage-mode-buffer): Use it.
4850
4851 2004-07-03 Nick Roberts <nickrob@gnu.org>
4852
4853 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4854 carefully.
4855 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4856
4857 2004-07-03 Juri Linkov <juri@jurta.org>
4858
4859 * replace.el (query-replace-read-args): Swallow space after 'foo,
4860 not after (quote foo). Match space only immediately after symbol,
4861 not anywhere in the whole string.
4862
4863 2004-07-02 Richard M. Stallman <rms@gnu.org>
4864
4865 * replace.el (query-replace-read-args): Swallow space after
4866 symbols, not after closeparens. But avoid error if string ends there.
4867
4868 * progmodes/python.el (python-beginning-of-statement):
4869 Exit the loop if backward-up-list gets error.
4870
4871 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4872
4873 2004-07-02 Andre Spiegel <spiegel@gnu.org>
4874
4875 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4876 only if vc-consult-headers is non-nil.
4877
4878 2004-07-02 Juri Linkov <juri@jurta.org>
4879
4880 * pcvs.el (cvs-mode-diff-repository): New command.
4881
4882 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4883
4884 2004-07-01 Juri Linkov <juri@jurta.org>
4885
4886 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4887 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
4888 C-M-% to isearch-query-replace-regexp.
4889 (minibuffer-local-isearch-map): Add arrow key bindings.
4890 Bind C-f to isearch-yank-char-in-minibuffer.
4891 (isearch-forward): Doc fix.
4892 (isearch-edit-string): Doc fix.
4893 (isearch-query-replace, isearch-query-replace-regexp): New funs.
4894 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
4895 (isearch-yank-char): Add optional arg.
4896 (isearch-yank-char-in-minibuffer): New fun.
4897
4898 * replace.el (query-replace-interactive): Change type from boolean
4899 to choice. Add value `initial'.
4900 (query-replace-read-args): Handle value `initial' of
4901 query-replace-interactive.
4902
4903 2004-06-29 Kim F. Storm <storm@cua.dk>
4904
4905 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4906 (breakpoint-disabled-bitmap-face): Add :group 'gud.
4907
4908 * progmodes/ada-xref.el (ada-tight-gvd-integration):
4909 Add :group 'ada.
4910
4911 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4912
4913 2004-06-29 Juri Linkov <juri@jurta.org>
4914
4915 * replace.el (query-replace-read-args): Swallow a space after
4916 everything except )]" which in most cases means after a symbol.
4917
4918 * emacs-lisp/pp.el (pp-buffer): Add autoload.
4919
4920 2004-06-28 Richard M. Stallman <rms@gnu.org>
4921
4922 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4923 More changes to go with previous change in font-lock.el.
4924
4925 2004-06-26 David Kastrup <dak@gnu.org>
4926
4927 * replace.el (perform-replace): Highlight the match even in
4928 non-query mode if there is potential replace string editing.
4929
4930 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
4931
4932 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4933 agree with new return value of `file-remote-p'.
4934 This syncs with Tramp 2.0.42.
4935
4936 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4937 according to new documentation of `file-remote-p'.
4938
4939 * files.el (file-remote-p): Fix doc to say that return value is
4940 identification of remote system, if not nil.
4941 (file-relative-name): Use new return value of `file-remote-p'.
4942
4943 2004-06-26 Nick Roberts <nickrob@gnu.org>
4944
4945 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4946 (gdb-goto-breakpoint): Fix breakage.
4947
4948 2004-06-26 Eli Zaretskii <eliz@gnu.org>
4949
4950 * man.el (Man-getpage-in-background): Add windows-nt to the list
4951 of systems where shell-file-name should be used instead of
4952 literal "sh".
4953
4954 2004-06-25 Sam Steingold <sds@gnu.org>
4955
4956 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4957 function names `(setf symbol)'.
4958
4959 2004-06-24 Richard M. Stallman <rms@gnu.org>
4960
4961 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4962
4963 * font-lock.el (font-lock-keywords): Change format of compiled values.
4964 Document it.
4965 (font-lock-add-keywords): If font-lock-keywords is compiled,
4966 extract the uncompiled version, modify, then recompile.
4967 (font-lock-remove-keywords): Likewise.
4968 (font-lock-fontify-keywords-region): Handle changed format.
4969 (font-lock-compile-keywords): Handle changed format.
4970 (font-lock-set-defaults): Compile the keywords explicitly here.
4971
4972 2004-06-24 David Kastrup <dak@gnu.org>
4973
4974 * replace.el (query-replace-read-args): Implement `\,' and `\#'
4975 replacements here.
4976 (query-replace-regexp): Doc string explaining this and the new
4977 `\?' replacement. Remove `\,' and `\#' implementation here, as it
4978 is better placed in `query-replace-read-args'.
4979 (replace-regexp): Explain `\,', `\#' and `\?'.
4980 (replace-match-data): New function for thorough reuse/destruction
4981 of old match-data.
4982 (replace-match-maybe-edit): Function for implementing `\?' editing.
4983 (perform-replace): Fix maintaining of the match stack including
4984 already matched regions, implement `\?', fix various problems
4985 with regions while editing and other stuff.
4986 (replace-highlight): Simplify.
4987
4988 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
4989
4990 * progmodes/grep.el (grep-error-screen-columns): New variable.
4991 (grep-regexp-alist): Give it the full functionality of gnu style
4992 compilation messages with line and column ranges. Ask me for the
4993 perl script I'm working on, that uses these.
4994
4995 2004-06-23 Nick Roberts <nickrob@gnu.org>
4996
4997 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
4998 Remove.
4999 (comint-insert-input, comint-mouse-insert-input): New functions
5000 based on comint-insert-clicked-input for two bindings but just
5001 one functionality.
5002
5003 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5004
5005 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5006
5007 2004-06-23 Lars Hansen <larsh@math.ku.dk>
5008
5009 * files.el (write-contents-functions): Doc fix.
5010
5011 2004-06-21 Juanma Barranquero <lektu@terra.es>
5012
5013 * image.el (image-library-alist): Rewrite docstring in active voice.
5014
5015 2004-06-20 Richard M. Stallman <rms@gnu.org>
5016
5017 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5018
5019 * isearch.el (isearch-repeat): Avoid testing old match data.
5020 (isearch-message): Display trailing space in special font
5021 when search is failing.
5022 (isearch-search-fun-function): Doc fix.
5023
5024 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5025
5026 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
5027
5028 * frame.el (show-trailing-whitespace): Doc fix.
5029
5030 * cus-edit.el (custom-variable-documentation): New function.
5031 (custom-variable): Use it.
5032
5033 2004-06-19 Nick Roberts <nickrob@gnu.org>
5034
5035 * man.el (Man-getpage-in-background): Revert previous change but
5036 make cygwin a special case.
5037
5038 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
5039
5040 * autorevert.el (global-auto-revert-non-file-buffers):
5041 Update docstring.
5042
5043 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
5044
5045 * progmodes/compile.el (compilation-error-properties): Store one
5046 more than end-col, if present, so that transient-mark-mode will
5047 highlight last char too.
5048 * progmodes/grep.el (grep-regexp-alist): Match columns and column
5049 ranges, if present.
5050
5051 2004-06-18 Jason Rumney <jasonr@gnu.org>
5052
5053 * makefile.w32-in: Double percent signs in for loops.
5054
5055 2004-06-17 David Kastrup <dak@gnu.org>
5056
5057 * replace.el (query-replace-read-args): Only warn about use of \n
5058 and \t when we are doing a regexp replacement and the actual
5059 escaped character is n or t.
5060 (query-replace-regexp): Add \, and \# interpretation to
5061 interactive call and document it.
5062 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5063 as shortkey for replace-count.
5064 (replace-quote): New function for doubling backslashes.
5065
5066 2004-06-17 Juanma Barranquero <lektu@terra.es>
5067
5068 * files.el (parse-colon-path, cd): Mention in docstring that the
5069 path separator is colon in GNU-like systems.
5070
5071 * newcomment.el (comment-region-internal): Fix docstring.
5072
5073 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5074 (ewoc-invalidate, ewoc-collect): Doc fixes.
5075 (ewoc--create-node, ewoc--delete-node-internal):
5076 Fix typos in docstring.
5077
5078 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5079
5080 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5081 manual to docstring.
5082
5083 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5084
5085 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5086
5087 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5088
5089 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5090 Add hyperlink to emacs-xtra manual to docstring.
5091
5092 * autorevert.el (global-auto-revert-non-file-buffers):
5093 Add hyperlink to emacs-xtra manual to docstring, as well as an
5094 info-link.
5095
5096 2004-06-14 Juanma Barranquero <lektu@terra.es>
5097
5098 * image.el (image-library-alist): New variable to map image types
5099 to external libraries. Initialized to nil, unless system-specific
5100 configs change it.
5101 (image-type-available-p): Determine whether an image type is
5102 available by calling `init-image-library'.
5103
5104 * term/w32-win.el (image-library-alist): Initialize to a known set
5105 of probable library names.
5106
5107 2004-06-14 Kenichi Handa <handa@m17n.org>
5108
5109 * international/code-pages.el (windows-1256, cp1125): Fix tables
5110 for several characters.
5111
5112 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5113
5114 2004-06-13 Richard M. Stallman <rms@gnu.org>
5115
5116 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5117
5118 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5119 not "`pc-selection-mode'".
5120
5121 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5122
5123 * simple.el (previous-matching-history-element): Specify a default.
5124
5125 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5126
5127 * cus-face.el (custom-declare-face): Simplify code.
5128
5129 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5130
5131 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
5132
5133 * files.el (before-save-hook): Add `time-stamp' to the options.
5134
5135 * time-stamp.el (time-stamp): Recommend adding it to
5136 `before-save-hook', rather than `write-file-functions'.
5137 Make a similar change in `Commentary' section.
5138
5139 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
5140
5141 * diff-mode.el (diff-current-defun): If at start of hunk, use
5142 position of first change.
5143
5144 2004-06-13 Lars Hansen <larsh@math.ku.dk>
5145
5146 * dired-x.el (dired-mark-omitted): Bind to "*O".
5147
5148 2004-06-12 Karl Fogel <kfogel@red-bean.com>
5149
5150 * bookmark.el (bookmark-bmenu-relocate): New function, as
5151 suggested by David J. Biesack <David.Biesack@sas.com>.
5152 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5153 (bookmark-bmenu-mode): Describe binding in doc string.
5154 (bookmark-set-filename): Save the bookmark list if it's time.
5155
5156 2004-06-13 Kenichi Handa <handa@m17n.org>
5157
5158 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5159 (ccl-untranslated-to-ucs): Fix typo.
5160
5161 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5162
5163 * progmodes/python.el (python-open-block-statement-p):
5164 Fix indentation after a block opening that contains a comment.
5165
5166 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
5167
5168 * bindings.el (completion-ignored-extensions): Add file extensions
5169 of Python byte-compiled files.
5170
5171 2004-06-12 Juri Linkov <juri@jurta.org>
5172
5173 * info.el (Info-goto-node): Add autoload.
5174 (Info-toc): Add substring-no-properties on Info file name.
5175 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5176 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5177
5178 2004-06-12 Kenichi Handa <handa@m17n.org>
5179
5180 * international/mule-cmds.el (set-language-environment):
5181 Load subst tables if necessary.
5182
5183 * international/mule.el (decode-char): Load subst tables if necessary.
5184 (encode-char): Likewise.
5185
5186 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5187 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5188 (utf-16le-decode-loop): Set r5 to -1 before loop.
5189 (utf-16be-decode-loop): Likewise.
5190 (ccl-decode-mule-utf-16le): Add EOF processing block.
5191 (ccl-decode-mule-utf-16be): Likewise.
5192 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5193 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5194 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5195 (ccl-mule-utf-16-encode-untrans): New CCL.
5196 (utf-16-decode-to-ucs): Handle pre-read character.
5197 (utf-16le-encode-loop): Handle surrogate pair.
5198 (utf-16be-encode-loop): Likewise.
5199 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5200 of utf-16le-encode-loop.
5201 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5202 of utf-16be-encode-loop.
5203 (mule-utf-16-post-read-conversion):
5204 Call utf-8-post-read-conversion at first.
5205 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5206 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5207 Add post-read-conversion and pre-write-conversion.
5208
5209 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5210 (utf-translate-cjk-unicode-range): New variable.
5211 (utf-translate-cjk-load-tables): New function.
5212 (utf-lookup-subst-table-for-decode): New function.
5213 (utf-lookup-subst-table-for-encode): New function.
5214 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5215 tables here. Update safe-charsets of utf-* coding systems.
5216 (ccl-mule-utf-untrans): New CCL.
5217 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5218 at end of each branch.
5219 (ccl-mule-utf-8-encode-untrans): New CCL.
5220 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5221 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5222 length of encoding. Don't return r0.
5223 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5224 (utf-8-post-read-conversion): Narrow to region properly.
5225 If utf-translate-cjk-mode is on, load tables if necessary.
5226 Call utf-8-compose with hash-table arg if necessary.
5227 Call XXX-compose-region instead of XXX-post-read-convesion.
5228 (utf-8-pre-write-conversion): New function.
5229 (mule-utf-8): Include CJK charsets in safe-charsets if
5230 utf-translate-cjk-mode is on. Add pre-write-conversion.
5231
5232 * international/characters.el: Temporarily set
5233 utf-translate-cjk-mode to nil.
5234
5235 * language/devan-util.el (devanagari-compose-region):
5236 Add autoload cookie.
5237
5238 * international/ccl.el (ccl-dump-call): Fix printing the
5239 subroutine name.
5240
5241 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5242
5243 * dired.el (dired-revert): If buffer is marked unmodified before
5244 reverting, keep it marked unmodified.
5245 Adapt to new conventions for commenting out code.
5246 (dired-make-relative): Adapt to new conventions for commenting out code.
5247
5248 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5249
5250 * eshell/esh-module.el (eshell-load-defgroups):
5251 Bind `vc-handled-backends' to nil when opening files.
5252
5253 2004-06-11 Juanma Barranquero <lektu@terra.es>
5254
5255 * files.el (parse-colon-path, cd): Doc fixes (refer to
5256 `path-separator', not colon).
5257
5258 2004-06-10 Juanma Barranquero <lektu@terra.es>
5259
5260 * newcomment.el (comment-search-forward)
5261 (comment-search-backward): Fix typos in docstring.
5262 (comment-region): Doc fix.
5263
5264 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5265
5266 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5267 switch is no longer stored in `dired-switches-alist'.
5268
5269 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5270 `dired-switches-alist'.
5271
5272 2004-06-10 Kim F. Storm <storm@cua.dk>
5273
5274 * pcvs.el (cvs-mode-diff-yesterday): New command.
5275
5276 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5277
5278 2004-06-10 Juri Linkov <juri@jurta.org>
5279
5280 * emacs-lisp/edebug.el (edebug-eval-defun):
5281 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5282 Fix docstring.
5283
5284 * simple.el (eval-expression-print-format): Don't print additional
5285 information on the first call to `eval-print-last-sexp'.
5286 (next-error-find-buffer): Fix punctuation.
5287 (killing) <defgroup>: Fix punctuation.
5288 (yank-excluded-properties): Change group from editing to killing.
5289
5290 * replace.el (perform-replace): Use `limit' to terminate the
5291 while-loop explicitly.
5292
5293 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5294
5295 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5296 Use lc-*.xpm as prefix instead of *-locol.xpm.
5297
5298 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5299 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5300 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5301 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5302 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5303 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5304 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5305 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5306 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5307 * toolbar/lc-up_arrow.xpm:
5308 Rename from *-locol.xpm.
5309
5310 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5311
5312 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5313 include forms like &<str>; as valid url patterns.
5314
5315 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5316
5317 * dired.el (dired-diff, dired-backup-diff)
5318 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5319 (dired-do-chown, dired-do-touch, dired-do-print)
5320 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5321 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5322 (dired-create-directory, dired-do-copy, dired-do-symlink)
5323 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5324 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5325 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5326 (dired-maybe-insert-subdir, dired-next-subdir)
5327 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5328 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5329 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5330 (dired-run-shell-command, dired-query): Remove redundant,
5331 or incorrect, autoloads.
5332
5333 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5334 does not end in a slash. Add optional argument KILL-ROOT.
5335 Update docstring.
5336 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5337 (dired-query): Add autoloads.
5338
5339 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5340
5341 * progmodes/compile.el (compilation-set-window-height):
5342 Rearrange the save-* functions because a buffer can have several current
5343 point in different windows.
5344 (compilation-error-regexp-alist-alist): Recognize {standard input}
5345 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5346
5347 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5348
5349 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5350 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5351 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5352 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5353 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5354 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5355 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5356 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5357 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5358 * toolbar/up_arrow-locol.xpm:
5359 New versions of icons that uses fewer colors.
5360
5361 * toolbar/tool-bar.el (tool-bar-local-item)
5362 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5363 if display-color-cells is 256 or less.
5364
5365 2004-06-08 Kim F. Storm <storm@cua.dk>
5366
5367 * wid-edit.el (widget-specify-button): Use hand pointer rather
5368 than mouse-face as visible mouse-over effect.
5369
5370 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5371
5372 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5373 and `print-level' to nil when writing out `save-place-alist'.
5374 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5375
5376 2004-06-07 Juanma Barranquero <lektu@terra.es>
5377
5378 * completion.el (completion-kill-region): Doc fix.
5379
5380 * format.el (format-insert-annotations)
5381 (format-annotate-location): Doc fixes.
5382 (format-subtract-regions): Make arguments match their use in docstring.
5383
5384 * simple.el (kill-region): Doc fix.
5385
5386 * subr.el (insert-buffer-substring-no-properties)
5387 (insert-buffer-substring-as-yank): Doc fixes.
5388
5389 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5390
5391 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5392 Update docstring.
5393 (dired-reset-subdir-switches): New function.
5394
5395 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5396 Limit scope of `buffer-read-only' binding.
5397
5398 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5399
5400 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5401 eshell-explicit-command-char.
5402
5403 2004-06-06 Juanma Barranquero <lektu@terra.es>
5404
5405 * help-fns.el (help-argument-name): Inherit from italic face only
5406 if the frame supports it.
5407
5408 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5409
5410 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5411 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5412 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5413 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5414 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5415 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5416 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5417 New conversions from xpm files.
5418
5419 * toolbar/README: New file.
5420
5421 2004-06-06 Richard M. Stallman <rms@gnu.org>
5422
5423 * isearch.el (isearch-mode-map): Undo previous change.
5424
5425 2004-06-05 Juri Linkov <juri@jurta.org>
5426
5427 * bindings.el (debug-ignored-errors): Add regexps for history
5428 related messages. Remove $ from "No further undo information".
5429 Move Ediff's messages to ediff.el.
5430
5431 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5432
5433 * cus-edit.el (custom-display): Add `min-colors'.
5434
5435 * custom.el (defface): Add `supports' to docstring.
5436
5437 * help-fns.el (help-argument-name): Add :group 'help.
5438
5439 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5440
5441 * find-dired.el (find-ls-subdir-switches): New user option.
5442 (find-dired): No longer call `abbreviate-file-name' on DIR.
5443 Set `dired-subdir-switches' buffer-locally.
5444
5445 * locate.el: Merge the two `Commentary' sections.
5446 (locate-ls-subdir-switches): New user option.
5447 (locate): Update for other changes.
5448 (locate-mode-map): Restore Dired binding for mouse-2.
5449 Bind `locate-mouse-view-file' to M-mouse-2.
5450 Bind `l' to `locate-do-redisplay'.
5451 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5452 (locate-mouse-view-file, locate-tags, locate-find-directory):
5453 Print message if used outside main listing.
5454 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5455 Various changes to support inserted subdirectories.
5456 (locate-insert-header): Change header of *Locate* buffer.
5457
5458 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5459 Change interactive default switches.
5460 (dired-rename-subdir-2): Update `dired-switches-alist'.
5461 (dired-insert-subdir, dired-kill-subdir):
5462 Handle `dired-switches-alist'. Do not mark buffer modified.
5463 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5464 (dired-insert-subdir-doinsert): Omit messages.
5465 Handle `dired-subdir-switches'.
5466 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5467
5468 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5469 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5470 subdirs if -R switch is used for a subdir.
5471 (dired-mode): Set `dired-switches-alist'.
5472 (dired-build-subdir-alist): Only print number of directories in
5473 echo area when invoked interactively.
5474
5475 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5476
5477 * dired-x.el (dired-omit-mode): Rename from
5478 dired-omit-files-p. Use define-minor-mode to define it.
5479 (dired-omit-files-p): Add as alias for dired-omit-mode.
5480 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5481 dired-mark-omitted.
5482 (dired-mark-omitted): Add. Bind to M-O.
5483
5484 2004-06-05 Kenichi Handa <handa@m17n.org>
5485
5486 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5487
5488 2004-06-05 Juanma Barranquero <lektu@terra.es>
5489
5490 * help-fns.el (help-argument-name): Reintroduce face.
5491 (help-default-arg-highlight): Use it, now that
5492 `face-differs-from-default-p' can be trusted.
5493
5494 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5495
5496 * textmodes/table.el: Sentence commands added to Point Motion
5497 group; kill and backward-kill commands added to Extraction group.
5498
5499 2004-06-04 Mario Lang <mlang@delysid.org>
5500
5501 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5502 systems appear to use mW, make the code handle this. Fix a
5503 division-by-zero bug while at it, and handle kernels with
5504 a slightly different layout in /proc/acpi.
5505
5506 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5507
5508 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5509 because the latter is a CL-ism. This fixes the bug reported by
5510 Shawn Boyette <mdxi@collapsar.net> in
5511 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5512
5513 2004-06-04 Miles Bader <miles@gnu.org>
5514
5515 * faces.el (display-supports-face-attributes-p): Function moved to
5516 C code. Previously only the tty-related portion of this function
5517 was done in C; however the previous attempt to do a halfway-proper
5518 job for non-tty displays in lisp didn't work properly because of
5519 funny conditions during Emacs startup.
5520 (face-differs-from-default-p): Simplify, now that
5521 display-supports-face-attributes-p works properly on all display
5522 types. Remove :stipple from comparison; it doesn't really work
5523 in emacs anyway.
5524
5525 2004-06-04 Miles Bader <miles@gnu.org>
5526
5527 * faces.el (face-differs-from-default-p): Use a different
5528 implementation, so we can really check whether FACE displays
5529 differently or not.
5530
5531 2004-06-04 Miles Bader <miles@gnu.org>
5532
5533 * faces.el (display-supports-face-attributes-p): Implement a
5534 `different from default' check for non-tty displays.
5535
5536 2004-06-03 David Kastrup <dak@gnu.org>
5537
5538 * woman.el (woman-mapcan): More concise code.
5539 (woman-topic-all-completions, woman-topic-all-completions-1)
5540 (woman-topic-all-completions-merge): Replace by a simpler and
5541 much faster implementation based on O(n log n) sort/merge instead
5542 of the old O(n^2) behavior.
5543
5544 2004-06-03 Miles Bader <miles@gnu.org>
5545
5546 * subr.el (read-number): Use canonical format for default in prompt.
5547
5548 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5549 Add regexp for " [...]" style defaults.
5550
5551 2004-06-02 Romain Francoise <romain@orebokech.com>
5552
5553 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5554 groups: if the user asks for a hidden buffer, open the
5555 corresponding filter group to expose it.
5556
5557 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5558 `ibuffer-jump-to-buffer'.
5559 (ibuffer-jump-offer-only-visible-buffers): New user option.
5560
5561 2004-06-02 Juanma Barranquero <lektu@terra.es>
5562
5563 * faces.el (frame-update-faces): Add empty docstring so the one
5564 for `ignore' doesn't show through.
5565
5566 * subr.el (process-kill-without-query): Remove spurious "\n" on
5567 obsolescence string.
5568 (focus-frame, unfocus-frame): Add obsolescence declaration and
5569 empty docstring.
5570
5571 * international/mule.el (register-char-codings): Make alias for
5572 `ignore'. Move docstring to obsolescence info and remove redundancy.
5573
5574 2004-06-02 Kim F. Storm <storm@cua.dk>
5575
5576 * frame.el (blink-cursor-start): Turn cursor off initially so blink
5577 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5578
5579 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5580
5581 * comint.el (comint-replace-by-expanded-history-before-point):
5582 Obey `start' as the docstring says.
5583 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5584 (comint-update-fence): Prevent font-lock from running unnecessarily.
5585 (comint-dynamic-list-completions): Use with-current-buffer.
5586
5587 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5588
5589 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5590 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5591 (bibtex-entry-update): Handle alternatives and optional fields.
5592 (bibtex-parse-entry): Bugfix, handle empty key.
5593
5594 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5595
5596 * vc-arch.el (vc-arch-state): Don't assume the file exists.
5597
5598 2004-05-31 Lars Hansen <larsh@math.ku.dk>
5599
5600 * desktop.el (desktop-save): Don't save minor modes without a
5601 known mode initialization function.
5602
5603 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5606
5607 * autorevert.el: Update `Commentary' section.
5608
5609 2004-05-30 Juanma Barranquero <lektu@terra.es>
5610
5611 * dos-fns.el (convert-standard-filename):
5612 * files.el (convert-standard-filename):
5613 * w32-fns.el (convert-standard-filename):
5614 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5615
5616 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5617
5618 Sync with Tramp.
5619
5620 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5621 (tramp-let-maybe): Move to an earlier spot in the file.
5622 Patch by Andreas Schwab.
5623
5624 2004-05-30 Andreas Schwab <schwab@suse.de>
5625
5626 * dired.el (dired-get-filename): Don't use dired-re-dot.
5627
5628 2004-05-30 Richard M. Stallman <rms@gnu.org>
5629
5630 * files.el (find-file): Doc fix.
5631
5632 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5633
5634 2004-05-30 Nick Roberts <nickrob@gnu.org>
5635
5636 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5637 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5638 modeline of the locals buffer.
5639 (gdb-goto-breakpoint): Handle gdbmi.
5640 (gdb-get-frame-number): Change for gdbmi.
5641
5642 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
5643
5644 * files.el (file-remote-p): Apply file name handler for operation
5645 `file-remote-p'. It isn' a property any longer.
5646 (file-relative-name): `fh' and `fd' get the required value via
5647 `find-file-name-handler' already.
5648
5649 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5650 (top): Remove setting of `file-remote-p' property for
5651 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
5652
5653 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5654
5655 Version 2.0.41 of Tramp released.
5656
5657 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5658 Throw away if process has died.
5659 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5660 (tramp-out-of-band-prompt-regexp): Rename to
5661 `tramp-process-alive-regexp', because its usage is widen.
5662 (tramp-actions-copy-out-of-band): Apply it.
5663 (tramp-actions-before-shell, tramp-multi-actions):
5664 Add `tramp-action-process-alive' action.
5665 (tramp-action-process-alive): New defun.
5666 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5667 Add entry for `file-remote-p'.
5668 (tramp-handle-file-remote-p): New defun.
5669 (top): Remove setting of `file-remote-p'. Don't set
5670 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5671
5672 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5673 `file-remote-p'.
5674
5675 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5676 counted for (last) line. [They should or they shouldn't? --Stef]
5677 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5678
5679 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5680
5681 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5682 not really necessary but seems to keep the shell history smaller
5683 in some cases. It is no substitute for setting HISTFILE and
5684 HISTSIZE from tramp-open-connection-setup-interactive-shell,
5685 though. Suggested by Luc Teirlinck.
5686 (tramp-open-connection-setup-interactive-shell): Export variables
5687 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
5688 (tramp-set-process-query-on-exit-flag): New compat function.
5689 (tramp-open-connection-multi, tramp-open-connection-su)
5690 (tramp-open-connection-rsh, tramp-open-connection-telnet)
5691 (tramp-do-copy-or-rename-file-out-of-band): Use it.
5692 (tramp-let-maybe): New macro, let-binds a variable only if it
5693 isn't obsolete.
5694 (tramp-check-ls-commands, tramp-handle-expand-file-name)
5695 (tramp-handle-file-truename): Use it.
5696 (tramp-completion-file-name-regexp-unified): Avoid matching
5697 filenames starting with "/:" -- those are reserved for
5698 file-name-non-special.
5699
5700 * tramp-smb.el (tramp-smb-open-connection):
5701 Use tramp-set-process-query-on-exit-flag compat function.
5702
5703 2004-05-29 Richard M. Stallman <rms@gnu.org>
5704
5705 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5706
5707 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5708 (eval-last-sexp-print-value): Print char equivalent regardless
5709 of standard-output value.
5710
5711 * thumbs.el (thumbs-subst-char-in-string): Delete.
5712 (thumbs-thumbname): Use subst-char-in-string.
5713 (thumbs-resize-image): Use condition-case, not ignore-errors.
5714 (thumbs-kill-buffer): Likewise.
5715
5716 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
5717 (thumbs-mode): Make buffer read-only.
5718 (thumbs-make-thumb): Unconditionally accept an existing file.
5719 (thumbs-insert-thumb): Add thumb-image-file property to the image.
5720 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5721 (thumbs-show-thumbs-list): Error if images not supported.
5722 (thumbs-save-current-image): Improve prompt string.
5723 (thumbs-mode-map): Define u, R, x.
5724 (thumbs-unmark): New command.
5725 (thumbs-emboss-image): Minor cleanup.
5726 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5727 (thumbs-rename-images): New command.
5728 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
5729
5730 * thumbs.el (thumbs-current-image): New function.
5731 (thumbs-file-list, thumbs-file-alist): New functions.
5732 (thumbs-find-image): Delete arg L.
5733 Don't set up thumbs-fileL as buffer-local global var.
5734 (thumbs-find-image-at-point): Use thumbs-current-image.
5735 (thumbs-set-image-at-point-to-root-window): Likewise.
5736 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5737 Record and warn about errors. Update thumbs-markedL for deletions.
5738 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5739 (thumbs-redraw-buffer): Use thumbs-file-list.
5740 (thumbs-mark): Use thumbs-current-image.
5741 (thumbs-show-name): Use thumbs-current-image.
5742
5743 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5744 and imenu--last-menubar-index-alist.
5745
5746 * subr.el (with-selected-window): Undo previous change.
5747
5748 2004-05-29 John Paul Wallington <jpw@gnu.org>
5749
5750 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5751 (thumbs-mouse-find-image): New command.
5752 (thumbs-mode-map): Bind it to mouse-2.
5753 (thumbs-mode): Make mode-class special.
5754 (thumbs-view-image-mode): Likewise.
5755
5756 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5757
5758 * flymake.el: New file.
5759
5760 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
5761
5762 * files.el (find-file-noselect-1): Do not bind
5763 `inhibit-read-only' to t during execution of
5764 `find-file-not-found-functions'.
5765
5766 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5767
5768 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5769 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5770
5771 2004-05-28 Juri Linkov <juri@jurta.org>
5772
5773 * simple.el (eval-expression-print-format): New fun.
5774
5775 * simple.el (eval-expression):
5776 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5777 * emacs-lisp/edebug.el (edebug-compute-previous-result)
5778 (edebug-eval-expression): Print additionally the value returned by
5779 `eval-expression-print-format'.
5780
5781 * emacs-lisp/lisp.el (insert-pair-alist): New var.
5782 (insert-pair): Make arguments optional. Find character pair
5783 from `insert-pair-alist' according to the last input event.
5784 (insert-parentheses): Make arguments optional.
5785 (raise-sexp, delete-pair): New funs.
5786
5787 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5788 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5789 Bind C-M-q to `indent-pp-sexp'.
5790
5791 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5792 `pp-to-string' modified to be able to format text with newlines.
5793 (pp-to-string): Move the buffer-formatting part of the code to
5794 `pp-buffer'. Call `pp-buffer'.
5795
5796 * info.el (Info-desktop-buffer-misc-data): Don't save information
5797 about virtual files.
5798 (Info-restore-desktop-buffer): Restore Info buffers in prepared
5799 buffers with names obtained from the desktop file instead of the
5800 default *info* buffer.
5801
5802 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * subr.el (with-selected-window): Only save/restore the selected window.
5805
5806 * progmodes/compile.el (compilation-error-regexp-alist):
5807 Use expand-file-name and data-directory.
5808
5809 * progmodes/grep.el (grep-tree): Rework previous fix.
5810
5811 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5812 after the user marked text with the mouse.
5813
5814 * startup.el (command-line): Keep the first regexp of
5815 auto-save-file-name-transforms intact.
5816
5817 2004-05-28 Juanma Barranquero <lektu@terra.es>
5818
5819 * cus-edit.el (customize-face, customize-face-other-window)
5820 (custom-face-edit-delete): Make arguments match their use in
5821 docstring.
5822 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5823 docstring.
5824
5825 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5826 not `cvs-butlast'.
5827
5828 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5829 `nbutlast' are in subr.el).
5830
5831 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5832 (set-w32-system-coding-system): Doc fixes.
5833
5834 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5835 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5836 Make arguments match their use in docstring.
5837 (artist-draw-region-trim-line-endings)
5838 (artist-mouse-choose-operation): Fix typo in docstring.
5839 (artist-key-set-point-common): Doc fix.
5840
5841 2004-05-28 Simon Josefsson <jas@extundo.com>
5842
5843 * mail/smtpmail.el (smtpmail-open-stream):
5844 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5845
5846 2004-05-26 Simon Josefsson <jas@extundo.com>
5847
5848 * starttls.el: Merge with my GNUTLS based starttls.el.
5849 (starttls-gnutls-program, starttls-use-gnutls)
5850 (starttls-extra-arguments, starttls-process-connection-type)
5851 (starttls-connect, starttls-failure, starttls-success): New variables.
5852 (starttls-program, starttls-extra-args): Doc fix.
5853 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5854 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5855 and pass on to corresponding *-gnutls function if it is set.
5856
5857 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5858
5859 * autorevert.el (auto-revert-handler): Disable auto-reverting of
5860 remote files.
5861
5862 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * files.el (file-name-non-special): There are more operations
5865 which need handling: `find-backup-file-name',
5866 `insert-file-contents', `verify-visited-file-modtime',
5867 `write-region'. Rename t value of method to `add'. Add new
5868 methods `quote' and `unquote-then-quote' to file-arg-indices.
5869
5870 2004-05-25 Juri Linkov <juri@jurta.org>
5871
5872 * info.el (Info-toc): Call Info-mode on intermediate buffer.
5873 (Info-index-nodes): Enclose code in condition-case to catch errors.
5874 (Info-index-node): Don't search all index nodes if request is only
5875 for the current node and file is not in the cache of index nodes.
5876 (Info-mode-map): Bind Info-copy-current-node-name to `w'
5877 for consistency with dired-copy-filename-as-kill.
5878 Bind `S' to Info-search-case-sensitively.
5879 (Info-copy-current-node-name): New arg. With zero prefix arg put
5880 the name inside a function call to `info'. Display copied text in
5881 the echo area.
5882
5883 2004-05-25 Sam Steingold <sds@gnu.org>
5884
5885 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5886 strip the package prefix from the symbol name, if any.
5887 Make it the `find-tag-default-function' for `lisp-mode'.
5888
5889 2004-05-25 John Paul Wallington <jpw@gnu.org>
5890
5891 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5892 instead of obsolete `process-kill-without-query'.
5893
5894 * textmodes/texinfmt.el (texinfo-indexvar-alist):
5895 Declare as variable, not constant.
5896
5897 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * files.el (find-file-noselect-1): Fix bug introduced by
5900 Revision 1.694. As a side effect, `inhibit-read-only'
5901 is again, by default, t during execution of
5902 `find-file-not-found-functions'.
5903 (insert-directory): Check that lines were really inserted by
5904 the --dired switch, before erasing them.
5905
5906 2004-05-24 Nick Roberts <nickrob@gnu.org>
5907
5908 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5909 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5910 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5911 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5912 gud-minor-mode (gdbmi).
5913
5914 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5915
5916 * net/browse-url.el (browse-url-interactive-arg): Enable user to
5917 explicitly select the text to be taken as URL.
5918
5919 2004-05-23 Juri Linkov <juri@jurta.org>
5920
5921 * info.el (Info-index-nodes): New var and fun.
5922 (Info-goto-index, Info-index, info-apropos)
5923 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5924 (Info-index): Fix docstring. Store and restore Info-history-list.
5925 (Info-complete-nodes): New var.
5926 (Info-complete-menu-item): Use it.
5927 (Info-index-node): New fun.
5928 (Info-final-node, Info-forward-node, Info-backward-node)
5929 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5930 Use Info-index-node.
5931 (Info-extract-menu-item, Info-extract-menu-counting): Set second
5932 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5933 (Info-find-node-2): If a node with period in its name not found,
5934 try to find a node without the name part after period.
5935 (Info-select-node): Call Info-fontify-node only if
5936 Info-fontify-maximum-menu-size is not nil.
5937 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5938 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5939 Preserve Info-history-list.
5940 (Info-toc): Set Info-current-file.
5941 (Info-build-toc): Move point to the beginning of the buffer.
5942 Add main-file variable.
5943 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5944 Use backslashed representation of the control character ^_.
5945
5946 * textmodes/texinfmt.el (texinfo-print-index): Print index line
5947 numbers in the new Texinfo 4.7 format.
5948
5949 * add-log.el (change-log-font-lock-keywords): Remove `:' from
5950 regexps for function and variable names.
5951
5952 * descr-text.el (describe-property-list): Add [show] button for
5953 `syntax-table' property with action to pp to a separate buffer.
5954 (describe-char): Replace search-forward by re-search-forward with
5955 whitespace regexp after "character:" to not fail in too narrow windows.
5956
5957 * simple.el (next-error-find-buffer): Add a rule to return
5958 next-error capable buffer if one window on the selected frame
5959 displays such buffer.
5960
5961 2004-05-23 Nick Roberts <nickrob@gnu.org>
5962
5963 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5964 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5965 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5966 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5967 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5968 Handle new value for gud-minor-mode (gdbmi).
5969 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5970 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
5971 Change from local to global gdb variable set.
5972 (gdb-ann3): Initialise above gdb variable set.
5973 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
5974 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
5975 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
5976 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
5977 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
5978 (gdb-info-locals-handler, gdb-invalidate-assembler)
5979 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
5980 set as global variables.
5981 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
5982 Handle gdbmi.
5983 (gdb-info-breakpoints-custom): Fix regexp.
5984 (def-gdb-var): Delete.
5985
5986 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
5987 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
5988 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
5989 a new mode. The file (gdb-mi.el) for this mode will be included
5990 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
5991 primary interface.
5992
5993 2004-05-23 Jesper Harder <harder@ifa.au.dk>
5994
5995 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
5996 interpreted as a directory.
5997
5998 2004-05-22 Richard M. Stallman <rms@gnu.org>
5999
6000 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6001 as a close quote.
6002
6003 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6004
6005 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6006 Use assoc-string, not assoc-ignore-case.
6007
6008 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6009
6010 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6011 If moving back then fwd gets a defun that ends before point,
6012 try again moving fwd then back.
6013
6014 * files.el (file-name-non-special): Allow t in file-arg-indices
6015 to mean requote the return value. Use `identity' as an element
6016 rather than as the whole value.
6017
6018 * gs.el (gs-options): Add -dSAFER. Mark it risky.
6019
6020 2004-05-22 Juanma Barranquero <lektu@terra.es>
6021
6022 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6023 `help-make-usage'.
6024 (help-highlight-arguments): Skip function name before searching
6025 for arguments.
6026
6027 2004-05-21 Juanma Barranquero <lektu@terra.es>
6028
6029 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6030 Don't mention in the docstring these arguments meant for
6031 internal (recursive) use only.
6032 (allout-char-spec): Comment out (it's not implemented).
6033 (allout-old-expose-topic, allout-exposure): Fix docstring and add
6034 obsolescence declaration.
6035 (allout-flatten-exposed-to-buffer)
6036 (allout-indented-exposed-to-buffer): Fix typos in docstring.
6037 (my-mark-marker): Doc fix.
6038 (produce-allout-mode-map, allout-sibling-index)
6039 (allout-isearch-expose, allout-distinctive-bullet)
6040 (allout-open-topic, allout-reindent-body)
6041 (allout-rebullet-heading, allout-process-exposed)
6042 (allout-insert-listified, allout-latex-verb-quote)
6043 (allout-insert-latex-header, allout-insert-latex-trailer):
6044 Make arguments match their use in docstring.
6045 (allout-primary-bullet, allout-old-style-prefixes)
6046 (allout-inhibit-protection, allout-init, allout-mode)
6047 (allout-before-change-protect, allout-flag-region):
6048 Use "Emacs" instead of "emacs" in docstrings.
6049
6050 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6051
6052 * international/characters.el: Modify syntax of more characters.
6053
6054 2004-05-21 Masatake YAMATO <jet@gyve.org>
6055
6056 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6057 (etags-tags-completion-table): Show parsing progress.
6058
6059 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
6060
6061 * locate.el (locate-prompt-for-command): Shorten first line of
6062 docstring.
6063 (locate-mode): Expand docstring and include keymap summary.
6064
6065 * files.el (find-file-noselect-1): Limit the scope of the
6066 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
6067 is, by default, nil during the execution of
6068 `find-file-not-found-functions' and `find-file-hook'.
6069
6070 2004-05-20 Michael Mauger <mmaug@yahoo.com>
6071
6072 * facemenu.el (facemenu-color-name-equal): New function.
6073 (list-colors-display): Use it to compare colors instead of
6074 facemenu-color-equal.
6075
6076 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
6077
6078 * compare-w.el (compare-windows-face): Use min-colors instead of
6079 checking for tty or pc types.
6080
6081 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6084 (completion-setup-function): Use with-current-buffer.
6085 Properly save excursion. Simplify.
6086 Don't assume there is necessarily a `mouse-face' property somewhere.
6087
6088 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6089
6090 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
6091
6092 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6093 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6094 Use with-current-buffer.
6095 (byte-goto-log-buffer): Delete.
6096 (byte-compile-log-file): Call compilation-forget-errors.
6097
6098 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6099
6100 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6101 output messages into the search result.
6102
6103 2004-05-19 Masatake YAMATO <jet@gyve.org>
6104
6105 * wid-edit.el (widget-radio-button-notify): Revert my last
6106 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6107
6108 2004-05-19 Kenichi Handa <handa@m17n.org>
6109
6110 * international/characters.el: Fix syntax (open/close) of CJK chars.
6111
6112 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
6113
6114 * help-mode.el (help-go-back): Don't depend on position of back button.
6115
6116 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6119 files files don't contain an accidental additional /.
6120
6121 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6122 in source buffer.
6123
6124 2004-05-18 Masatake YAMATO <jet@gyve.org>
6125
6126 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6127 to widget-apply. :action method assumes 2 arguments, not 3.
6128
6129 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
6130
6131 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6132 New constants.
6133 (hs-special-modes-alist): Add an f90-mode entry.
6134
6135 2004-05-17 Sam Steingold <sds@gnu.org>
6136
6137 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6138 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
6139
6140 2004-05-16 Kim F. Storm <storm@cua.dk>
6141
6142 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6143
6144 2004-05-15 John Wiegley <johnw@newartisans.com>
6145
6146 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6147 (eshell-output-object-to-target): Improve output speed 20% by not
6148 calling `eshell-stringify' if something is already known to be a string.
6149
6150 2004-05-15 Alex Ott <ott@jet.msk.su>
6151
6152 * textmodes/ispell.el (ispell-local-dictionary-alist):
6153 Add windows-1251 to the choice of coding systems.
6154 (ispell-dictionary-alist-6): Add support for "russianw.aff",
6155 encoded in cp1251.
6156
6157 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
6158
6159 * progmodes/compile.el (compilation-warning-face)
6160 (compilation-info-face): Use min-colors.
6161
6162 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6163
6164 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6165 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6166 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6167 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6168 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6169 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6170 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6171 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6172 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6173 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6174 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6175 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6176 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6177 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6178
6179 2004-05-15 Kim F. Storm <storm@cua.dk>
6180
6181 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6182 Use it to set triggered-p element of timer.
6183 (timer-event-handler): Set triggered-p element non-nil while running
6184 the timer function.
6185
6186 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6187
6188 * descr-text.el (describe-char-unicode-data)
6189 (describe-char-unicodedata-file): Re-enable the unicode code now that
6190 the licensing issues have been cleared in the unicode-4 license.
6191 (describe-text-properties-1): Remove unused `overlay' var.
6192 (describe-char): Remove unused var `buffer'.
6193
6194 2004-05-14 David Ponce <david@dponce.com>
6195
6196 * tree-widget.el: New file.
6197
6198 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6199
6200 * language/european.el ("Brazilian Portuguese"): Add support for
6201 Brazilian Portuguese.
6202
6203 2004-05-13 John Wiegley <johnw@newartisans.com>
6204
6205 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6206 `recentf-mode' if this variable has been customized to t.
6207
6208 * eshell/esh-test.el (eshell-test): Call the function
6209 `emacs-version' rather than trying to build a custom version string.
6210
6211 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * net/telnet.el (telnet-mode): Use define-derived-mode.
6214 Don't modify the global value of comint-prompt-regexp.
6215
6216 2004-05-13 John Paul Wallington <jpw@gnu.org>
6217
6218 * version.el (emacs-version): Check for `gtk' feature before
6219 `x-toolkit' feature.
6220
6221 2004-05-13 Juanma Barranquero <lektu@terra.es>
6222
6223 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6224 arguments in the docstring, they're used only in recursive calls.
6225
6226 * help-fns.el (help-arg-highlighting-function)
6227 (help-argument-name): Delete.
6228 (help-default-arg-highlight): New function.
6229 (help-do-arg-highlighting): Use it.
6230
6231 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6232
6233 * calendar/appt.el (appt-disp-window):
6234 Use `calendar-set-mode-line' for a centered mode-line.
6235
6236 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6237
6238 * calendar/appt.el (appt-disp-window): Do not split window
6239 excessively when `split-height-threshold' is low.
6240
6241 2004-05-12 Nick Roberts <nickrob@gnu.org>
6242
6243 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6244 kill-buffer-hook here and make it local.
6245 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6246
6247 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6248
6249 * progmodes/compile.el (compilation-set-window-height):
6250 Use save-excursion to protect against misplaced marker.
6251
6252 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6253
6254 * custom.el (defface): Document that type can have value gtk.
6255
6256 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6257
6258 2004-05-12 Kenichi Handa <handa@m17n.org>
6259
6260 * descr-text.el: Require quail at comile time.
6261 (describe-char): If an input method is on and it supports the
6262 character, show how to input it.
6263
6264 * international/quail.el (quail-install-decode-map): Accept a
6265 char-table whose subtype is `quail-decode-map'.
6266 (quail-store-decode-map-key, quail-gen-decode-map1)
6267 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6268 (quail-show-key): New functions.
6269
6270 2004-05-12 Juanma Barranquero <lektu@terra.es>
6271
6272 * generic.el (define-generic-mode): Remove redundant arglist info.
6273
6274 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6275 Make arguments match their use in docstring.
6276 (help-arg-highlighting-function): New variable.
6277 (help-argument-name): Mention it in the docstring.
6278 (help-do-arg-highlight): Use it. Expand regexp to accept also
6279 ARG-xxx and xxx-ARG references.
6280
6281 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6282
6283 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6284 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6285 and "mailto:addr1?to=addr2" equal.
6286
6287 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6288
6289 * man.el (Man-getpage-in-background): Use shell-file-name
6290 and shell-command-switch variables instead of hard-coded values.
6291
6292 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6293
6294 * iimage.el: New file.
6295
6296 2004-05-11 Juanma Barranquero <lektu@terra.es>
6297
6298 * custom.el (custom-initialize-default, defcustom):
6299 Fix typo in docstring.
6300
6301 * files.el (set-visited-file-name, file-expand-wildcards):
6302 Fix docstring.
6303
6304 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6307
6308 * subr.el (eventp): Be more discriminating with integers.
6309
6310 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6311
6312 * progmodes/compile.el (compile): Add universal prefix arg.
6313 (compilation-error-regexp-alist-alist): Add edg patterns.
6314
6315 2004-05-10 Sam Steingold <sds@gnu.org>
6316
6317 * textmodes/ispell.el (ispell-message):
6318 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6319
6320 2004-05-10 Dave Love <fx@gnu.org>
6321
6322 * progmodes/python.el (help-buffer): Autoload when compiling.
6323 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6324 (run-python): Prepend to any existing PYTHONPATH.
6325
6326 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6327
6328 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6329 for pending breakpoints.
6330
6331 2004-05-10 Richard M. Stallman <rms@gnu.org>
6332
6333 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6334 directly without calling any functions in Rmail.
6335 (unrmail-unprune): Function deleted.
6336
6337 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6340 C-c C-z binding.
6341
6342 2004-05-10 Kenichi Handa <handa@m17n.org>
6343
6344 * descr-text.el (describe-char): Fix previous change. Don't make
6345 a unibyte character to multibyte in the *Help* buffer.
6346
6347 2004-05-10 Miles Bader <miles@gnu.org>
6348
6349 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6350 buffer an error if the debugger process is actually running.
6351
6352 2004-05-10 Juanma Barranquero <lektu@terra.es>
6353
6354 * help-fns.el (help-argument-name): Default to italic.
6355 (help-highlight-arguments): Return always (usage . doc), even when
6356 usage is nil.
6357
6358 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6359 (define-ibuffer-filter): Add usage info.
6360 (define-ibuffer-op): Add usage info (but CL-style defaults for
6361 keyword args are not shown).
6362
6363 * subr.el (remove-overlays, read-passwd): Fix docstring.
6364 (start-process-shell-command): Fix docstring. Put usage info in a
6365 format usable by `describe-function'.
6366 (open-network-stream, open-network-stream-nowait)
6367 (open-network-stream-server): Fix docstring.
6368
6369 2004-05-09 Jason Rumney <jasonr@gnu.org>
6370
6371 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6372 Only define cp125* if windows-125* is already defined.
6373
6374 * language/korean.el (cp949): Add alias.
6375
6376 * language/chinese.el (cp936, cp950): Add aliases.
6377
6378 * language/japanese.el (cp932): Add alias.
6379
6380 * term/w32-win.el: Require code-pages.
6381
6382 * international/mule-cmds.el (set-locale-environment):
6383 On MS-Windows use ansi code-page for default coding-systems.
6384 Set up paper sizes for Windows 3 letter languages.
6385
6386 * international/code-pages.el (cp932, cp936, cp949, cp950):
6387 Add aliases. Also add cp125* if not already defined.
6388
6389 2004-05-09 Juanma Barranquero <lektu@terra.es>
6390
6391 * help-fns.el (help-highlight-arguments): Don't try to highlight
6392 missing or autoloaded arglists. Accept structured arguments, like
6393 the first ones of `do' and `flet'.
6394
6395 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6396 (cvs-get-marked): Remove redundant arglist info.
6397
6398 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6399 Don't use CL-style default args.
6400
6401 2004-05-08 Andreas Schwab <schwab@suse.de>
6402
6403 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6404
6405 * international/subst-ksc.el: Fix references to utf-translate-cjk
6406 into utf-translate-cjk-mode.
6407 * international/subst-big5.el: Likewise.
6408 * international/subst-gb2312.el: Likewise.
6409 * international/subst-jis.el: Likewise.
6410 * international/utf-16.el: Likewise.
6411 * international/utf-8.el: Likewise.
6412
6413 2004-05-08 John Wiegley <johnw@newartisans.com>
6414
6415 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6416 "virtual buffers" (off by default), which makes it possible to
6417 switch to the "virtual" buffers of recently visited files. When a
6418 buffer name search fails, and this option is on, iswitchb will
6419 look at the list of recently visited files, and permit matching
6420 against those names. When the user hits RET on a match, it will
6421 revisit that file.
6422 (iswitchb-read-buffer): Add two optional arguments, which makes
6423 isearchb.el possible.
6424 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6425 (iswitchb-next-match): Add support for virtual buffers.
6426
6427 * isearchb.el: This module extends iswitchb to provide "as you
6428 type" buffer selection.
6429
6430 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6431 Ignore the read-only property when flyspell highlighting is on.
6432 Not ignoring it leads to a series of confusing errors.
6433 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6434 but also make sure to call flyspell-incorrect-hook.
6435 (flyspell-maybe-correct-transposition): Perform transposition test
6436 by bit twiddling a string, rather than using a temp buffer.
6437 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6438 buffer. This is also the original version of the code, which
6439 could not be checked in before due to a previous lack of
6440 assignment papers. This version has seen heavy usage on my system
6441 for several years now.
6442
6443 * calendar/cal-bahai.el: New file, which adds support for the
6444 Baha'i calendar to Emacs. This calendar is based on a solar year
6445 of 19 months of 19 days, with 4 intercalary days. Each year
6446 begins on March 21, with the calendar starting in 1844.
6447
6448 * calendar/cal-menu.el, calendar/calendar.el,
6449 calendar/diary-lib.el, calendar/holidays.el: Added support for
6450 using cal-bahai.el.
6451
6452 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6453 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6454 function can be used outside of eshell buffers.
6455 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6456
6457 2004-05-08 Juanma Barranquero <lektu@terra.es>
6458
6459 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6460 word constituent so FOO-ARG is not recognized as an arg.
6461 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6462
6463 * simple.el (next-error): Fix typo in docstring.
6464 (open-line): Make argument names match their use in docstring.
6465 (split-line): Fix docstring.
6466
6467 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6468 usable by `describe-function'.
6469 (gensym, gentemp, typep, ignore-errors): Make argument names match
6470 their use in docstring.
6471
6472 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6473 argument to `help-setup-xref'.
6474
6475 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6476
6477 Version 2.0.40 of Tramp released.
6478
6479 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6480 Use symbol-function to invoke functions only known on some Emacs
6481 flavors. This avoids byte-compiler warnings. Reported by Kevin
6482 Scaldeferri <kevin@scaldeferri.com>.
6483 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6484 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6485 consistent with the other tramp-do-* functions.
6486 (tramp-do-copy-or-rename-file): Calls adjusted.
6487 (tramp-process-initial-commands): Avoid liveness check on shell --
6488 we know that it must be alive since we're opening a connection at
6489 this moment.
6490 (tramp-last-cmd): New internal variable.
6491 (tramp-process-echoes): New tunable.
6492 (tramp-send-command): Set tramp-last-cmd.
6493 (tramp-wait-for-output): Delete echo, if applicable.
6494 (tramp-read-passwd): Construct the key for the password cache in a
6495 way that works for multi methods, too.
6496 (tramp-bug): Add backup-directory-alist and
6497 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6498
6499 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6500
6501 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6502
6503 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6504 (tramp-actions-copy-out-of-band): New defcustoms.
6505 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6506 used instead of a synchronous one. Allows password entering.
6507 (tramp-action-out-of-band): New defun.
6508 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6509 Remove restriction with password from doc string.
6510 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6511 `tramp-out-of-band-prompt-regexp',
6512 `tramp-actions-copy-out-of-band', `password-cache' and
6513 `password-cache-expiry'.
6514 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6515 password caching.
6516 (tramp-touch): FILE can be a local file, too.
6517 (TODO): Remove items done.
6518 (tramp-handle-insert-directory): Properly quote file name also if
6519 not full-directory-p. Handle wildcard case. Reported by Andreas
6520 Schwab <schwab@suse.de>.
6521 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6522 new file.
6523 (tramp-handle-file-local-copy, tramp-handle-write-region):
6524 The permissions of the temporary file are set if filename exists.
6525 Reported by Ted Stern <stern@cray.com>.
6526 (tramp-backup-directory-alist)
6527 (tramp-bkup-backup-directory-info): New defcustoms.
6528 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6529 (tramp-handle-find-backup-file-name): New function.
6530 Implements Tramp's find-backup-file-name.
6531
6532 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6533 for `find-backup-file-name'.
6534
6535 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6536 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6537
6538 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6539
6540 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6541
6542 2004-05-07 Juanma Barranquero <lektu@terra.es>
6543
6544 * subr.el (lambda): Add arglist description to docstring.
6545 (declare): Fix typo in docstring.
6546 (open-network-stream): Fix docstring.
6547 (process-kill-without-query): Fix docstring and add obsolescence info.
6548 (last, butlast, nbutlast): Make arguments match their use in docstring.
6549 (insert-buffer-substring-no-properties): Likewise.
6550 (insert-buffer-substring-as-yank): Likewise.
6551 (split-string): Fix docstring.
6552
6553 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6554 Make argument names match their use in docstring.
6555
6556 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6557
6558 2004-05-06 Nick Roberts <nickrob@gnu.org>
6559
6560 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6561 Fit first sentence on one line for apropos-command.
6562
6563 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6564
6565 Changes largely merged in from Dave Love's code.
6566 * progmodes/python.el: Doc fixes.
6567 (python-mode-map): Add python-complete-symbol.
6568 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6569 (python-comment-indent, python-complete-symbol)
6570 (python-symbol-completions, python-partial-symbol)
6571 (python-try-complete): New.
6572 (python-indent-line): Remove optional arg. Use python-block-end-p.
6573 (python-check): Bind compilation-error-regexp-alist.
6574 (inferior-python-mode): Use rx. Move keybindings to top level.
6575 Set comint-input-filter.
6576 (python-preoutput-filter): Use rx.
6577 (python-input-filter): Re-introduce.
6578 (python-proc): Start new process if necessary.
6579 Check python-buffer non-nil.
6580 (view-return-to-alist): Defvar.
6581 (python-send-receive): New.
6582 (python-eldoc-function): Use it.
6583 (python-mode-running): Don't defvar.
6584 (python-mode): Set comment-indent-function.
6585 Maybe update hippie-expand-try-functions-list.
6586 (python-indentation-levels): Initialize differently.
6587 (python-block-end-p): New.
6588 (python-indent-line): Use it.
6589 (python-compilation-regexp-alist): Augment.
6590 (run-python): Import `emacs' module to Python rather than loading
6591 code directly. Set python-buffer differently.
6592 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
6593 Use python-proc.
6594 (python-send-command): Go to end of comint buffer.
6595 (python-load-file): Use python-proc, emacs.eimport.
6596 (python-describe-symbol): Simplify interactive form.
6597 Use emacs.help. Do use temp-buffer-show-hook.
6598 Call print-help-return-message.
6599 (hippie-exp): Require when compiling.
6600 (python-preoutput-continuation): Use rx.
6601
6602 * diff-mode.el (diff-make-unified): Fix regexp.
6603
6604 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
6605
6606 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6607 filter groups from the buffer when rebuilding the Ibuffer buffer
6608 and `ibuffer-show-empty-filter-groups' is nil.
6609
6610 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6611
6612 * ps-print.el (ps-print-quote): Call ps-value-string.
6613 (ps-setup): Call ps-comment-string.
6614 (ps-value-string, ps-comment-string): New funs.
6615
6616 2004-05-06 Juanma Barranquero <lektu@terra.es>
6617
6618 * ehelp.el (electric-help-command-loop): Check whether the last
6619 character is visible, not (point-max).
6620
6621 * help-fns.el (help-argument-name): Default to bold; don't inherit
6622 from font-lock-variable-name-face.
6623 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6624
6625 2004-05-05 Kenichi Handa <handa@m17n.org>
6626
6627 * descr-text.el (describe-char): Copy the character with text
6628 properties and overlays into the first line, and call
6629 describe-text-properties on it.
6630
6631 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
6632
6633 * iswitchb.el (iswitchb-global-map): Fix typo.
6634 Remove unwanted ###autoloads from source file.
6635
6636 2004-05-05 Lars Hansen <larsh@math.ku.dk>
6637
6638 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6639 in run-hooks. Use substitute-command-keys in message.
6640 (wdired-abort-changes): Add message.
6641
6642 2004-05-03 Michael Mauger <mmaug@yahoo.com>
6643
6644 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6645 (sql-emacs20-p): Remove.
6646 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6647 (sql-builtin-face, sql-doc-face): Remove.
6648 (sql-mode-ansi-font-lock-keywords)
6649 (sql-mode-oracle-font-lock-keywords)
6650 (sql-mode-postgres-font-lock-keywords)
6651 (sql-mode-linter-font-lock-keywords)
6652 (sql-mode-ms-font-lock-keywords)
6653 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6654 (sql-product-font-lock): Fix font-lock reset when font rules change.
6655 (sql-highlight-product): Remove incorrect font-lock reset logic.
6656
6657 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
6658
6659 * ses.el (ses-set-parameter): Fix typo.
6660
6661 2004-05-04 Kim F. Storm <storm@cua.dk>
6662
6663 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6664 Must expand directory for completion to work; and don't mess with
6665 process-environment.
6666 (ido-read-file-name): If command has ido property, don't use ido
6667 if value is ignore, or read as directory if value is dir.
6668 Set ido ignore property for dired-do-rename command.
6669
6670 2004-05-04 Juanma Barranquero <lektu@terra.es>
6671
6672 * ehelp.el (electric-help-command-loop, electric-help-undefined)
6673 (electric-help-help): Check against unmapped commands.
6674
6675 * help-fns.el (help-argument-name): New face, inheriting from
6676 font-lock-variable-name-face, to highlight function arguments in
6677 `describe-function' and `describe-key'.
6678 (help-do-arg-highlight): Auxiliary function to highlight a given
6679 list of arguments in a string.
6680 (help-highlight-arguments): Highlight the function arguments and
6681 all uses of them in the docstring.
6682 (describe-function-1): Use it. Do docstring output via `insert',
6683 not 'princ', so text attributes are preserved.
6684
6685 * winner.el (winner-mode-map): Move `winner-undo' and
6686 `winner-redo' to C-c <left> and C-c <right>, respectively (the
6687 previous bindings conflict with `prev-buffer', `next-buffer').
6688
6689 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6690
6691 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6692 (bibtex-entry-update): New command bound to C-c C-u.
6693 (bibtex-text-in-string): Fix regexp.
6694 (bibtex-assoc-of-regexp): Remove.
6695 (bibtex-progress-message): Fix docstring.
6696 (bibtex-inside-field): Use if.
6697 (bibtex-assoc-regexp): New function.
6698 (bibtex-format-entry): Make code more robust so that it formats
6699 also old entries.
6700 (bibtex-autokey-demangle-title): Merge with obsolete function
6701 bibtex-assoc-of-regexp.
6702 (bibtex-field-list): New function.
6703 (bibtex-entry): Use bibtex-field-list.
6704 (bibtex-parse-entry): Fix docstring.
6705 (bibtex-print-help-message): Use bibtex-field-list.
6706 (bibtex-make-field): Use bibtex-field-list.
6707 (bibtex-entry-index): Bugfix. Return crossref key if required.
6708 (bibtex-lessp): Fix docstring.
6709
6710 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
6711
6712 * select.el (xselect-convert-to-string): Move comment to intended line.
6713
6714 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6715
6716 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6717 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6718
6719 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6720
6721 * term/x-win.el (x-clipboard-yank): Don't exit on error from
6722 x-get-selection.
6723
6724 2004-05-03 Jason Rumney <jasonr@gnu.org>
6725
6726 * makefile.nt: Remove.
6727
6728 2004-05-03 Kim F. Storm <storm@cua.dk>
6729
6730 * emulation/cua-base.el (cua--update-indications): Fix last change.
6731 (cua-mode): Deactivate mark when cua-mode is enabled.
6732
6733 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
6734
6735 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6736
6737 2004-05-03 Nick Roberts <nickrob@gnu.org>
6738
6739 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6740 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6741 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6742 window over visible frames.
6743 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6744
6745 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * progmodes/compile.el (compilation-gcpro): New var.
6748 (compilation-fake-loc): Use it.
6749 (compilation-forget-errors): Reset it.
6750
6751 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6752
6753 * diff-mode.el (diff-header-face, diff-file-header-face):
6754 Use min-colors.
6755
6756 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6757
6758 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6759 (bibtex-clean-entry): Disentangle code.
6760 (bibtex-realign): New function.
6761 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
6762 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6763 Remove undocumented optional arg called-by-convert-alien.
6764 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
6765 for sorting instead of bibtex-sort-buffer.
6766
6767 2004-05-02 Eli Zaretskii <eliz@gnu.org>
6768
6769 * progmodes/compile.el (compilation-start): In the
6770 no-async-subprocesses branch, call sit-for to give redisplay a
6771 chance to show the updated process status in the mode line, and
6772 fontify the buffer explicitly after the process exits.
6773
6774 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * progmodes/python.el (python-compilation-line-number): Remove.
6777 (python-compilation-regexp-alist): Don't use it any more.
6778 (python-orig-start, python-input-filter): Remove.
6779 (inferior-python-mode): Don't set up comint-input-filter-functions.
6780 (python-send-region): Use compilation-fake-loc.
6781
6782 * progmodes/compile.el (compilation-messages-start): New var.
6783 (compilation-mode): Don't setup next-error-function here.
6784 (compilation-setup): Set it up here instead (for minor modes as well).
6785 Make compilation-messages-start buffer local.
6786 (compilation-next-error-function): Use it.
6787 (compilation-forget-errors): Set compilation-messages-start.
6788
6789 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
6790
6791 * ielm.el (ielm-prompt-read-only): Update docstring.
6792
6793 * comint.el (comint-prompt-read-only): Update docstring.
6794 (comint-update-fence, comint-kill-whole-line)
6795 (comint-kill-region): New functions.
6796
6797 * simple.el (kill-whole-line): Use "p" instead of "P" in
6798 interactive form.
6799
6800 2004-05-01 Juanma Barranquero <lektu@terra.es>
6801
6802 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6803 format arglist so default values in CL-style argument lists are
6804 correctly shown.
6805
6806 2004-05-01 Jason Rumney <jasonr@gnu.org>
6807
6808 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6809
6810 2004-05-01 Kenichi Handa <handa@m17n.org>
6811
6812 * international/titdic-cnv.el (miscdic-convert): Don't generate a
6813 quail file if it is up to date.
6814
6815 2004-04-30 Juri Linkov <juri@jurta.org>
6816
6817 * cus-edit.el (custom-mode-map):
6818 Add key binding `C-x C-s' to `Custom-save'.
6819
6820 * outline.el (outline-blank-line): New var.
6821 (outline-next-preface, outline-show-heading)
6822 (outline-end-of-subtree): Use it.
6823
6824 * dired-aux.el (dired-touch-initial): New fun.
6825 (dired-do-chxxx): Call it for op-symbol `touch'.
6826 (dired-diff): Use `dired-dwim-target-directory'
6827 if current dired buffer has no buffer mark.
6828
6829 * bindings.el (propertized-buffer-identification):
6830 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6831 Add C-M-arrow keys for consistency.
6832
6833 * files.el (confirm-kill-emacs):
6834 Change group from top-level `emacs' to `convenience'.
6835
6836 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6837 Push mark on the first call of successive command calls.
6838 (insert-pair): New fun created from `insert-parentheses' with
6839 `open' and `close' arguments added. Enclose active regions
6840 in paired characters. Compare adjacent characters syntax with
6841 inserted characters syntax before inserting a space.
6842 (insert-parentheses): Call `insert-pair' with ?\( ?\).
6843
6844 * delsel.el: Don't put `delete-selection' property
6845 on `insert-parentheses' symbol to take advantage of
6846 region handling in `insert-pair' function.
6847 Suggested by Stephan Stahl <stahl@eos.franken.de>.
6848
6849 2004-04-30 Kim F. Storm <storm@cua.dk>
6850
6851 * emulation/cua-base.el: Add support for changing cursor types;
6852 based on patch from Michael Mauger.
6853 (cua-normal-cursor-color, cua-read-only-cursor-color)
6854 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6855 Customization cursor type and/or cursor color.
6856 (cua--update-indications): Handle cursor type changes.
6857 (cua-mode): Update cursor indications if enabled.
6858
6859 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6860
6861 * mouse.el (mouse-drag-copy-region): New defcustom.
6862 (mouse-set-region, mouse-drag-region-1): Use it.
6863
6864 * simple.el (kill-ring-save): If region face background color is
6865 unspecified (if no highlighting), show extent of fully visible
6866 region even if transient-mark-mode is enabled.
6867
6868 * emulation/cua-base.el (cua--standard-movement-commands):
6869 Add cua-scroll-up and cua-scroll-down.
6870 (cua-scroll-up, cua-scroll-down): New commands.
6871 (cua--init-keymaps): Remap scroll-up and scroll-down.
6872
6873 * emulation/cua-rect.el (cua--convert-rectangle-as):
6874 New defmacro.
6875 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6876 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6877 New commands (suggested by Jordan Breeding).
6878
6879 2004-04-30 Juanma Barranquero <lektu@terra.es>
6880
6881 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6882
6883 2004-04-30 Mario Lang <mlang@delysid.org>
6884
6885 * diff.el (diff-switches): Fix typo in docstring.
6886
6887 2004-04-30 Alex Schroeder <alex@gnu.org>
6888
6889 * xml.el (xml-debug-print-internal): Don't add newline and
6890 indentation to text nodes and write empty elements as empty tags
6891 instead of opening and closing tags.
6892 (xml-debug-print): Take optional indent-string argument.
6893 (xml-print): Alias for xml-debug-print.
6894
6895 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6896
6897 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6898 than duplicate call to `line-beginning-position'.
6899
6900 * progmodes/f90.el (f90-get-present-comment-type):
6901 Return whitespace, as well as comment chars, for consistent filling
6902 of comment blocks. Use `match-string-no-properties'.
6903 (f90-break-line): Trim trailing whitespace when filling comments.
6904
6905 2004-04-30 Dave Love <fx@gnu.org>
6906
6907 * calendar/diary-lib.el (diary-outlook-formats): New variable.
6908 (diary-from-outlook-internal, diary-from-outlook)
6909 (diary-from-outlook-gnus, diary-from-outlook-rmail):
6910 New functions to import diary entries from Outlook-format
6911 appointments in mail messages.
6912
6913 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * progmodes/python.el (python-send-command): New fun.
6916 (python-send-region, python-load-file): Use it.
6917
6918 * progmodes/compile.el (compilation-last-buffer): Add var alias.
6919
6920 * help-fns.el (help-C-file-name): Use new subr-name.
6921 Prepend `src/' to the file name.
6922 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6923 (describe-function-1, describe-variable): Only find a C source file
6924 name if DOC is already loaded.
6925
6926 * help-mode.el (help-function-def, help-variable-def):
6927 Use the new find-function-search-for-symbol functionality.
6928 Allow FILE to be `C-source'.
6929
6930 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6931 (find-function-C-source): New fun.
6932 (find-function-search-for-symbol): Use it.
6933
6934 2004-03-29 Michael Mauger <mmaug@yahoo.com>
6935
6936 * progmodes/sql.el (sql-product-alist): Rename variable
6937 `sql-product-support'. Add Postgres login parameters.
6938 (sql-set-product, sql-product-feature): Update with renamed variable.
6939 (sql-connect-postgres): Add username prompt.
6940 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6941 Make patterns less product specific.
6942 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6943 (sql-mode-abbrev-table): Modify initialization.
6944 (sql-builtin-face): Add variable.
6945 (sql-keywords-re): Add macro.
6946 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6947 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6948 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6949 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6950 (sql-mode-linter-font-lock-keywords)
6951 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6952 (sql-mode-sybase-font-lock-keywords)
6953 (sql-mode-informix-font-lock-keywords)
6954 (sql-mode-interbase-font-lock-keywords)
6955 (sql-mode-ingres-font-lock-keywords)
6956 (sql-mode-solid-font-lock-keywords)
6957 (sql-mode-sqlite-font-lock-keywords)
6958 (sql-mode-db2-font-lock-keywords): Default to nil.
6959 (sql-product-font-lock): Always highlight ANSI keywords.
6960 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6961 (sql-send-string): Add function.
6962
6963 2004-04-29 Dave Love <fx@gnu.org>
6964
6965 * progmodes/cfengine.el (cfengine-beginning-of-defun)
6966 (cfengine-end-of-defun): Ensure progress through buffer.
6967
6968 * info-look.el (cfengine-mode): Accept a terminal ().
6969
6970 2004-04-29 Juri Linkov <juri@jurta.org>
6971
6972 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
6973 instead of isearch-yank-word-or-char. Add new key bindings for
6974 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
6975 (isearch-del-char): New fun.
6976 (isearch-forward, isearch-edit-string): Update docstring.
6977 (isearch-yank-char): Doc fix.
6978 (isearch-other-meta-char): Restore point after scrolling.
6979
6980 * progmodes/compile.el (compilation-context-lines): Add nil option
6981 to disable compilation output window scrolling.
6982 (compilation-set-window): Use it.
6983
6984 * outline.el (outline-next-preface, outline-show-heading):
6985 Don't leave unhidden blank line before heading.
6986 (outline-end-of-subtree): Include last newline into subtree.
6987 (hide-entry): Leave point at beginning of heading instead of end.
6988 (outline-up-heading): Push mark for the first call of successive
6989 command calls.
6990
6991 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
6992
6993 * comint.el (comint-prompt-read-only): New variable.
6994 (comint-output-filter): Implement it.
6995
6996 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
6997 (ielm-prompt-internal): New variable.
6998 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
6999 (ielm-send-input): Delete unused variable `buf'.
7000 (ielm-eval-input): Use `ielm-prompt-internal'.
7001 (inferior-emacs-lisp-mode): Use new variables
7002 `comint-prompt-read-only' and `ielm-prompt-internal'.
7003 Get rid of obsolete variable `directory-sep-char'.
7004 (ielm): Use `zerop'.
7005
7006 2004-04-29 John Paul Wallington <jpw@gnu.org>
7007
7008 * thumbs.el (toplevel): Require cl at compile time.
7009 Remove conditional definitions of `ignore-errors' and `caddar'
7010 because they occur at run time.
7011
7012 2004-04-28 Nick Roberts <nickrob@gnu.org>
7013
7014 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7015 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7016 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7017 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7018
7019 * progmodes/gud.el (gud-common-init): Throw an error if program is
7020 already running under gdb.
7021
7022 2004-04-28 John Paul Wallington <jpw@gnu.org>
7023
7024 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7025 (thumbs-show-image-num): Move assignment of
7026 `thumbs-current-image-filename' within scope of `i'.
7027 (thumbs-emboss-image): Don't use `evenp'.
7028
7029 2004-04-28 Richard M. Stallman <rms@gnu.org>
7030
7031 * progmodes/compile.el (compilation-context-lines): Default now 0.
7032
7033 2004-04-28 Juanma Barranquero <lektu@terra.es>
7034
7035 Use `time-less-p' from calendar/time-date.el instead of defining
7036 custom versions of it.
7037
7038 * pcomplete.el (pcomplete-time-less-p): Remove.
7039
7040 * thumbs.el (time-less-p): Remove.
7041
7042 * calendar/timeclock.el (timeclock-time-less-p): Remove.
7043 (timeclock-generate-report): Use `time-less-p'.
7044
7045 * emacs-lisp/autoload.el (autoload-before-p): Remove.
7046 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7047
7048 2004-04-28 Masatake YAMATO <jet@gyve.org>
7049
7050 * subr.el (remove-overlays): Make arguments optional.
7051
7052 * wid-edit.el (widget-specify-button): Put evaporate to the
7053 overlay for sample.
7054 (widget-specify-sample): Put evaporate to the overlay for sample.
7055 (widget-specify-doc): Put evaporate to the overlay for documentation.
7056
7057 2004-04-27 Jesper Harder <harder@ifa.au.dk>
7058
7059 * info.el (info-apropos): Make it an index node. Align node names
7060 like makeinfo.
7061
7062 2004-04-27 Eli Zaretskii <eliz@gnu.org>
7063
7064 * net/browse-url.el (browse-url-netscape-sentinel)
7065 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7066 (browse-url-epiphany-sentinel, browse-url-mosaic):
7067 Use browse-url-*-program instead of a literal program name.
7068
7069 2004-04-27 Kevin Ryde <user42@zip.com.au>
7070
7071 * eshell/em-alias.el:
7072 * eshell/em-dirs.el:
7073 * eshell/em-hist.el:
7074 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7075 features when M-x customize-group loads modules before the main
7076 eshell.el.
7077
7078 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7079
7080 * subr.el (momentary-string-display): Support EXIT-CHAR that is
7081 either a character representation of an event or an event
7082 description list.
7083
7084 * type-break.el: Capitalise Emacs and Lisp.
7085 (type-break-good-break-interval, type-break-demo-boring-stats)
7086 (type-break-terse-messages, type-break-file-name): New defcustoms.
7087 (type-break-post-command-hook)
7088 (type-break-warning-countdown-string): Quote variable names in doc.
7089 (type-break-interval-start, type-break-auto-save-file-name): New vars.
7090 (type-break-mode): Document type-break-good-break-interval and the
7091 "session" file. Schedule break according to the session file.
7092 Kill session file buffer on exit. Organise for save-some-buffers
7093 to always save the session file.
7094 (type-break-mode-line-message-mode, type-break-query-mode):
7095 Uppercase arguments.
7096 (type-break-file-time, type-break-file-keystroke-count, timep)
7097 (type-break-choose-file, type-break-get-previous-time)
7098 (type-break-get-previous-count): New defuns.
7099 (type-break): Avoid break querying after a completed break in the
7100 case where the query was initiated during user invocation of the
7101 break. Optional terse messages.
7102 Use type-break-good-break-interval if type-break-good-rest-interval is
7103 nil. File the break time.
7104 (type-break-schedule): New optional args for overriding the use of
7105 the current time.
7106 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7107 after a break.
7108 (type-break-check): File the keystroke count.
7109 (type-break-do-query): Prevent a second query when the break is
7110 interrupted. Optional terse message.
7111 (type-break-keystroke-reset): Record the start of a typing interval.
7112 (type-break-demo-boring): Optional terse messages. Display word
7113 per minute and keystroke counts according to
7114 type-break-demo-boring-stats.
7115
7116 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
7117
7118 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7119 directories, make sure they exist under archive-tmpdir.
7120
7121 2004-04-27 Juri Linkov <juri@jurta.org>
7122
7123 * help.el (view-emacs-news): With argument, display info for the
7124 selected version by finding it among different NEWS files, and
7125 narrowing the buffer to the selected version.
7126
7127 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7128 same-window-buffer-names.
7129 (info): New arg `buffer'. Use it. Doc fix. Read file name for
7130 non-numeric prefix argument, append the number to the buffer name
7131 for numeric prefix argument.
7132 (info-other-window): Bind same-window-regexps to nil.
7133 (Info-reference-name): Rename to Info-point-loc.
7134 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7135 and Info-find-index-name for stringy Info-point-loc.
7136 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
7137 without middle `.', but with final `.' and optional line number
7138 for it. Set Info-point-loc for index nodes.
7139 (Info-index): Remove middle `.' from index entry regexp.
7140 Modify line number regexp.
7141 (Info-index-next): Decrement line number.
7142 (info-apropos): Remove middle `.' from index entry regexp.
7143 Add optional line number regexp at the end. Add matched value
7144 for line number to the result list and insert it to the buffer.
7145 Replace match-string by match-string-no-properties.
7146 Reorder result list.
7147 (Info-fontify-node): Hide index line numbers.
7148 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7149 empty matches.
7150 (Info-follow-reference): Use `str' instead of
7151 Info-following-node-name-re.
7152 (Info-toc): Use full file names. Set Info-current-node to "Top".
7153 (Info-fontify-node): Compare file names without directory name.
7154 (Info-try-follow-nearest-node): Don't set Info-reference-name.
7155 Set second arg of Info-extract-menu-node-name for index nodes.
7156 (info-xref-visited): Use magenta3 instead of magenta4.
7157 (Info-mode): Add info-apropos to docstring.
7158
7159 * log-view.el (log-view-diff): Replace interactive code "r"
7160 by a list to allow to call it even if region is not active.
7161
7162 * paren.el (show-paren-highlight-openparen): New var.
7163 (show-paren-function): Turn on openparen highlighting when
7164 matching forward if show-paren-highlight-openparen is non-nil.
7165
7166 * simple.el (kill-ring-save): Use blink-matching-delay instead of
7167 the constant value 1.
7168 (completions-common-part): Expand docstring.
7169
7170 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7171
7172 2004-04-27 Kim F. Storm <storm@cua.dk>
7173
7174 * image.el (insert-sliced-image): Use line-height instead of
7175 line-spacing property on newline.
7176
7177 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7178
7179 * desktop.el (desktop-buffer-misc-data-function): Rename to
7180 desktop-save-buffer and change docstring.
7181 (desktop-buffer-modes-to-save): Delete.
7182 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7183 desktop-buffer-modes-to-save.
7184 (desktop-save): Rename desktop-buffer-misc-data-function to
7185 desktop-save-buffer and allow non-function value.
7186 (desktop-missing-file-warning): Correct docstring.
7187
7188 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7189 to desktop-save-buffer.
7190
7191 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7192 desktop-save-buffer.
7193
7194 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7195
7196 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7197
7198 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7199
7200 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7201
7202 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7203
7204 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7205 (ielm): Only go to the end of the buffer when starting a new process.
7206
7207 2004-04-25 Juanma Barranquero <lektu@terra.es>
7208
7209 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7210 mode line. Bind `inhibit-read-only' to t before modifying
7211 properties of text in the buffer.
7212 (ielm): Force point to the end of buffer, even when running ielm
7213 from inside itself.
7214
7215 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7216
7217 * info.el (info-apropos): Reset Info-complete-cache.
7218
7219 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7220
7221 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7222 Also recognize severe Irix et al. messages.
7223 (compilation-normalize-filename, compile-abbreviate-directory):
7224 Delete functions.
7225 (compilation-get-file-structure): New function inherits
7226 functionality of the two preceding ones.
7227 (compilation-internal-error-properties, compilation-fake-loc):
7228 Use it so that different paths to the same file share the same
7229 markers. Also optimize finding adjacent marker slightly.
7230
7231 2004-04-25 Kim F. Storm <storm@cua.dk>
7232
7233 * image.el (insert-sliced-image): Add line-spacing t property
7234 to newlines separating image lines.
7235
7236 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7237
7238 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7239
7240 * ielm.el (ielm-prompt-read-only): New user option.
7241 (ielm-prompt): Expand docstring to describe new behavior.
7242 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7243 mention it in the docstring.
7244
7245 2004-04-24 Andreas Schwab <schwab@suse.de>
7246
7247 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7248
7249 * diff.el (diff): Set default-directory in diff buffer.
7250
7251 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7252
7253 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7254 mail was being composed if the terminal cannot display more than
7255 one frame; instead, switch to previous frame.
7256
7257 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7258 (rmail-start-mail): Support rmail-mail-new-frame even on
7259 terminals that can display only one frame at a time.
7260
7261 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7262
7263 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7264 (checkdoc-output-font-lock-keywords): Remove error regexp.
7265 (checkdoc-output-mode-map): Remove.
7266 (checkdoc-output-mode): Derive from compilation-mode.
7267 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7268
7269 * dired.el (dired-mode-map): Add a menu entry for wdired.
7270
7271 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7272 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7273
7274 * wdired.el: (wdired-mode-map): Move init into declaration.
7275 Fix `return' binding.
7276 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7277 Use force-mode-line-update.
7278 (wdired-get-filename): Use `unless'.
7279 (wdired-preprocess-files): Don't assume names have no \n and use / for
7280 dir separator.
7281 (wdired-normalize-filename): Use replace-regexp-in-string.
7282 (wdired-load-hooks): Remove.
7283 (wdired-mode-hooks): Rename to wdired-mode-hook.
7284
7285 * info-look.el: Add support for cfengine-mode.
7286 (info-lookup-setup-mode): Use dolist.
7287
7288 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7289
7290 * wdired.el: New file.
7291
7292 2004-04-23 Juanma Barranquero <lektu@terra.es>
7293
7294 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7295
7296 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7297 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7298 (pcomplete--help, pcomplete--here): Doc fixes.
7299
7300 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7301
7302 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7303 handles wrong-number-of-arguments in backend call.
7304
7305 * vc.el (vc-print-log): Likewise.
7306
7307 2004-04-20 Dave Love <fx@gnu.org>
7308
7309 * emacs-lisp/rx.el: Doc fixes.
7310 (rx-constituents): Add/extend many forms.
7311 (rx-check): Check form is a list.
7312 (bracket): Defvar.
7313 (rx-check-any, rx-any, rx-check-not): Modify.
7314 (rx-not): Simplify.
7315 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7316 (rx-kleene): Use rx-trans-forms.
7317 (rx-quote-for-set): Delete.
7318 (rx): Allow multiple args.
7319
7320 2004-04-23 Kenichi Handa <handa@m17n.org>
7321
7322 * international/mule-util.el (char-displayable-p): Simplify by
7323 using internal-char-font.
7324
7325 2004-04-23 Juanma Barranquero <lektu@terra.es>
7326
7327 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7328
7329 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * diff-mode.el (diff-next-error): New fun.
7332 (diff-mode): Use it.
7333
7334 * simple.el (next-error): Change arg name.
7335 Add support for the documented C-u C-x ` usage.
7336
7337 * frame.el (special-display-popup-frame, next-multiframe-window)
7338 (previous-multiframe-window): Only consider frames on same display.
7339
7340 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7341
7342 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7343 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7344
7345 2004-04-22 Kim F. Storm <storm@cua.dk>
7346
7347 * net/telnet.el (telnet): Add optional port arg.
7348
7349 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7352 Minor sanity check on the `hyperlink' slot.
7353
7354 * Makefile.in (recompile): Compile new files.
7355
7356 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7357 Add byte-recompile-directory's optional `arg'.
7358
7359 * cvs-status.el (cvs-tree-use-charset): New var.
7360 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7361 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7362 (cvs-status-cvstrees): Use it.
7363
7364 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7365 Make it a normal major mode.
7366 (checkdoc-buffer-label): Make sure the file name is meaningful.
7367 (checkdoc-output-to-error-buffer): Remove.
7368 (checkdoc-error, checkdoc-start-section): Rewrite.
7369
7370 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7371 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7372 (Info-title-4-face): Use new syntax.
7373 (info-xref-visited): Inherit from info-xref.
7374
7375 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7376
7377 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7378
7379 * simple.el (next-error-last-buffer, next-error-function):
7380 New variables for the next-error framework.
7381 (next-error-buffer-p): New function.
7382 (next-error-find-buffer): Generalize compilation-find-buffer.
7383 (next-error, previous-error, first-error, next-error-no-select)
7384 (previous-error-no-select): Move from compile.el.
7385
7386 * replace.el (occur-next-error, occur-1): Hook into the next-error
7387 framework.
7388
7389 * progmodes/compile.el (compilation-start):
7390 Set next-error-last-buffer so next-error knows where to jump.
7391 (compilation-setup): Set the buffer-local variable
7392 next-error-function to 'compilation-next-error-function.
7393 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7394 alternate way to find if a buffer is a compilation buffer, for
7395 next-error convenience.
7396 (next-error-no-select, previous-error-no-select, next-error)
7397 (previous-error, first-error): Move to simple.el.
7398 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7399 (compilation-last-buffer): Remove.
7400 (compilation-start, compilation-next-error, compilation-setup)
7401 (compilation-next-error-function, compilation-find-buffer):
7402 Remove compilation-last-buffer use.
7403
7404 2004-04-21 Juanma Barranquero <lektu@terra.es>
7405
7406 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7407 (font-lock-warning-face): Fix spacing.
7408
7409 * makefile.w32-in (WINS): Add url/ directory.
7410
7411 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7412
7413 * desktop.el (desktop-buffer-mode-handlers): New variable.
7414 Alist of major mode specific functions to restore a desktop buffer.
7415 (desktop-buffer-handlers): Make variable obsolete.
7416 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7417 Catch errors signaled in handlers. Update buffer count.
7418 Evaluate desktop-buffer-point.
7419 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7420 move to dired.el.
7421 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7422 move to info.el.
7423 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7424 move to mail/rmail.el.
7425 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7426 to mh-e/mh-e.el.
7427 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7428 On fail, print message (to message buffer) even if
7429 desktop-missing-file-warning is nil.
7430 (desktop-buffer-misc-data-function): New buffer local variable.
7431 Function returning major mode specific data.
7432 (desktop-buffer-misc-functions): Make variable obsolete.
7433 (desktop-save): Use desktop-buffer-misc-data-function.
7434 (desktop-buffer-dired-misc-data): Rename to
7435 dired-desktop-buffer-misc-data and move to dired.el.
7436 (desktop-buffer-info-misc-data): Rename to
7437 Info-desktop-buffer-misc-data and move to info.el.
7438 (desktop-read): Add message about number of buffers restored/failed.
7439
7440 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7441 Add parameters. Pause to display error only when
7442 desktop-missing-file-warning is non-nil.
7443 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7444 (dired-mode): Bind desktop-buffer-misc-data-function.
7445
7446 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7447 Add Parameters.
7448 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7449 (Info-mode): Bind desktop-buffer-misc-data-function.
7450
7451 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7452 Add Parameters.
7453
7454 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7455 Add Parameters.
7456
7457 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7458
7459 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7460 the case of letters in case-insensitive expansions when the
7461 abbrev is preceded by characters with letter syntax.
7462
7463 2004-04-21 Richard M. Stallman <rms@gnu.org>
7464
7465 * progmodes/cperl-mode.el (cperl-putback-char):
7466 Delete Emacs 18 definition.
7467
7468 * international/mule.el (ctext-post-read-conversion):
7469 Use assoc-string, not assoc-ignore-case.
7470
7471 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7472
7473 * emacs-lisp/easymenu.el (easy-menu-add):
7474 Do call x-popup-menu, but only if it's defined.
7475
7476 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7477
7478 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7479 Handle multiple args: compile like progn.
7480
7481 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7482 take all args as &rest arg.
7483
7484 * autoinsert.el (auto-insert-alist): Insert the user's name in
7485 copyright notice, rather than Free Software Foundation.
7486
7487 2004-04-21 Kenichi Handa <handa@m17n.org>
7488
7489 * descr-text.el (describe-char): Make it work on *Help* buffer.
7490
7491 2004-04-21 Kim F. Storm <storm@cua.dk>
7492
7493 * image.el (insert-image): Add optional SLICE arg.
7494 (insert-sliced-image): New defun.
7495
7496 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7497
7498 * subr.el (read-number): Check whether `default' is nil.
7499
7500 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * progmodes/compile.el (compilation-error-properties):
7503 Split into two.
7504 (compilation-internal-error-properties): New one.
7505 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7506
7507 2004-04-20 Richard M. Stallman <rms@gnu.org>
7508
7509 * window.el (split-window-save-restore-data):
7510 Don't update the data if OLD-INFO is nil.
7511
7512 * view.el (view-return-to-alist): Mark it permanent local.
7513
7514 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7515
7516 * recentf.el (recentf-save-list): Catch and warn about errors.
7517
7518 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7519 so "Buffers" won't be pure.
7520
7521 * help-mode.el (help-mode-finish): Set help-return-alist first
7522 thing, setting only the entry for the selected window.
7523
7524 * help-fns.el (describe-function-1): If many non-control non-meta
7525 keys run the command, don't list all of them.
7526
7527 2004-04-20 Juanma Barranquero <lektu@terra.es>
7528
7529 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7530 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7531
7532 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7533
7534 2004-04-20 Kenichi Handa <handa@m17n.org>
7535
7536 * international/quail.el (quail-lookup-key): New optional arg
7537 NOT-RESET-INDICES.
7538 (quail-get-translations): Call quail-lookup-key with
7539 NOT-RESET-INDICES t.
7540 (quail-completion): Likewise.
7541 (quail-lookup-map-and-concat): Likewise.
7542
7543 2004-04-20 Kenichi Handa <handa@m17n.org>
7544
7545 * international/quail.el (quail-update-translation): Don't insert
7546 such an unsupported multibyte char in a unibyte buffer.
7547
7548 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7549
7550 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7551 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7552 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7553 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7554 (gdb-frame-assembler-buffer): Improve behaviour with
7555 multiple frames.
7556 (gdb-display-buffer): Extend search to all visible frames.
7557
7558 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7559
7560 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7561 characters left after base64 decoding.
7562 (rmail-decode-region): Use -dos variety of `coding', to remove any
7563 ^M characters left after qp or base64 decoding.
7564
7565 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7566
7567 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7568 messages.
7569
7570 2004-04-19 Stephen Eglen <stephen@gnu.org>
7571
7572 * add-log.el (add-change-log-entry): Update doc string to mention
7573 add-log-full-name and add-log-mailing-address.
7574
7575 2004-04-18 Juri Linkov <juri@jurta.org>
7576
7577 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7578 (Info-find-node-2): Simplify error message.
7579 (Info-insert-dir): Use Info-following-node-name.
7580 (Info-goto-node): Remove *info-history* and *info-toc*.
7581 (Info-history): Create a node of the virtual history file.
7582 (Info-toc): Create a node of the virtual toc file.
7583 (Info-insert-toc): New arg `curr-file' for reference file names.
7584 (info-apropos): Remove redundant var binding for temp-file.
7585 (Info-index, Info-index-next, Info-mode): Doc fix.
7586 (Info-goto-emacs-command-node): Don't jump to *info* from
7587 non-*info* Info buffers.
7588 (Info-fontify-node): Don't show the file name of external
7589 references if `Info-hide-note-references' is `hide'. Don't hide
7590 newlines at the end of paragraphs.
7591
7592 * international/mule-diag.el (list-input-methods):
7593 Fix args to help-xref-button.
7594
7595 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7596 to put into effect local variables from TUTORIAL files.
7597
7598 * textmodes/paragraphs.el (sentence-end) <function>: New fun
7599 with default value taken from the variable `sentence-end'.
7600 (sentence-end) <defcustom>: Set default to nil. Doc fix.
7601 Add nil const to :type.
7602 (sentence-end-without-period, sentence-end-double-space)
7603 (sentence-end-without-space): Doc fix.
7604
7605 * textmodes/paragraphs.el (forward-sentence):
7606 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7607 (fill-delete-newlines):
7608 * progmodes/cc-cmds.el (c-beginning-of-statement):
7609 Use function `sentence-end' instead of variable `sentence-end'.
7610
7611 2004-04-18 Andreas Schwab <schwab@suse.de>
7612
7613 * progmodes/compile.el (compilation-start): Set window start to
7614 point-min if compilation-scroll-output is nil.
7615
7616 2004-04-18 John Wiegley <johnw@newartisans.com>
7617
7618 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7619
7620 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
7621
7622 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7623 (gdb-info-breakpoints-custom): Revert previous change.
7624 (gdb-view-assembler): Update assembler if necessary.
7625 (gdb-frame-handler): Parse correctly for gdb-current-frame.
7626 (gdb-display-source-buffer): Update properly when both source and
7627 assembler are visible.
7628
7629 2004-04-17 John Wiegley <johnw@newartisans.com>
7630
7631 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7632 which limits the number of names shown in the minibuffer. Off by
7633 default.
7634 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7635 up iswitchb for users with a multitude of open buffers by showing
7636 only the first and last N/2 buffers in the completion list (which
7637 is enough to aid C-s/C-r, and to know that more characters are
7638 needed to refine the completion list).
7639
7640 2004-04-17 Richard M. Stallman <rms@gnu.org>
7641
7642 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7643 (file-truename): Expand all ~ constructs directly.
7644 (insert-directory): Delete any error msg output by the
7645 `insert-directory-program'.
7646
7647 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7648 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7649 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7650 (allout-init): Use find-file-hook, not find-file-hooks.
7651 (allout-mode): Eliminate Emacs 18 support.
7652 Use write-contents-functions, not local-write-file-hooks.
7653
7654 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
7655
7656 * progmodes/compile.el (compilation-error-properties): Fix for
7657 adding messages when there are already markers for their file.
7658 (compilation-fake-loc): New function.
7659
7660 2004-04-16 Dave Love <fx@gnu.org>
7661
7662 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7663 (python-load-file): Fix python-orig-start setting.
7664
7665 * progmodes/compile.el: Doc fixes.
7666 (compilation-error-regexp-alist-alist)
7667 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7668 (compilation-assq): Wrap in eval-when-compile.
7669 (compilation-mode-font-lock-keywords): Don't use list*.
7670 (compilation-start): Avoid warning.
7671 (compilation-compat-error-properties)
7672 (compilation-directory-properties): Add keymap property.
7673 (compilation-parsing-end): Make it a marker for better compatibility.
7674
7675 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7676
7677 2004-04-16 Mark A. Hershberger <mah@everybody.org>
7678
7679 * xml.el: Doc fixes.
7680 (xml-get-children): Only looks at sub-tags and ignore strings.
7681
7682 * xml.el (xml-parse-tag): Avoid overwriting node-name.
7683
7684 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7687
7688 2004-04-16 Andre Spiegel <spiegel@gnu.org>
7689
7690 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7691
7692 * vc.el (vc-print-log): Likewise.
7693
7694 2004-04-16 Masatake YAMATO <jet@gyve.org>
7695
7696 * simple.el (completion-setup-function): Set an initial value
7697 to `element-common-end' before entering loop. Set a value
7698 to `element-common-end' at the end of loop.
7699 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7700 (completions-common-part): Rename from completion-de-emphasis.
7701 (completions-first-difference): Rename from completion-emphasis.
7702 Suggested by RMS.
7703
7704 2004-04-16 Juanma Barranquero <lektu@terra.es>
7705
7706 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7707 (bookmark-edit-annotation-mode): Add mode name.
7708
7709 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7712 for nested conflict markers.
7713 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7714
7715 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
7716
7717 * progmodes/gdb-ui.el (gdb-goto-info): New function.
7718
7719 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7720
7721 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7722
7723 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7724 Give a backtrace if requested.
7725
7726 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7727
7728 * progmodes/python.el (python-mouse-2-command, python-RET-command):
7729 Remove unused functions.
7730 (python-orig-start-line, python-orig-file): Remove.
7731 (python-orig-start): New var.
7732 (python-input-filter, python-compilation-line-number)
7733 (python-send-region, python-load-file): Use it.
7734
7735 * info.el (info): Always jump to *info*.
7736
7737 * subr.el (posn-set-point): New function.
7738
7739 * mouse.el (mouse-set-point): Use it.
7740
7741 * progmodes/compile.el (compile-goto-error): Use it.
7742 (compilation-button-map): New keymap.
7743 (compilation-error-properties): Use it.
7744 (compilation-shell-minor-mode-map): Don't bind mouse-2.
7745
7746 * smerge-mode.el (smerge-popup-context-menu): Use it.
7747
7748 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7749 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7750 mouse and non-mouse case.
7751
7752 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7753 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7754
7755 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7756 Make it work for non-mouse events.
7757
7758 * pcvs-info.el (cvs-status-map): Update binding name.
7759
7760 2004-04-14 Mark A. Hershberger <mah@everybody.org>
7761
7762 * xml.el (xml-maybe-do-ns): New function to handle namespace
7763 parsing of both attribute and element names.
7764 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7765 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7766 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
7767 (xml-parse-attlist): Make it do its own namespace parsing.
7768
7769 2004-04-14 Dave Love <fx@gnu.org>
7770
7771 * progmodes/python.el (run-python): Fix use of \n.
7772 (python-load-file): Remove `try' from Python fragment.
7773 (python-describe-symbol): Fix message.
7774
7775 * comint.el: Doc fixes.
7776 (comint-last-input-start, comint-last-input-end)
7777 (comint-last-output-start): Give them values.
7778 (comint-arguments): Avoid warning.
7779 (comint-skip-prompt): Use line-end-position.
7780 (comint-backward-matching-input): Rename arg to agree with doc.
7781 (comint-extract-string): Use syntax-ppss.
7782 (comint-dynamic-simple-complete): Delete useless list construction.
7783 (comint-redirect-subvert-readonly): New.
7784 (comint-redirect-preoutput-filter): Use it.
7785
7786 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7787 Correctly handle negative arguments when calling hook functions.
7788
7789 2004-04-14 Jesper Harder <harder@ifa.au.dk>
7790
7791 * info.el (info-apropos): Don't clobber Info-history-list.
7792
7793 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
7794
7795 * progmodes/compile.el (compilation-setup):
7796 Localize overlay-arrow-position.
7797 (compilation-sentinel): Restructure code equivalently.
7798 (compilation-next-error): Find message on same line after point if
7799 not found before point.
7800 (compile-mouse-goto-error): Restore function so that compilation
7801 buffer need not be current and use compile-goto-error.
7802 (compile-goto-error): Restore function.
7803 (next-error): Set overlay-arrow-position.
7804 (compilation-forget-errors): Don't localize already local
7805 compilation-locs and remove FIXME about refontifying.
7806
7807 2004-04-14
7808 Split the rule for dired marks into 3 separate rules: for marks,
7809 marked file names and flagged file names.
7810
7811 * help-mode.el (help-make-xrefs): Add a final newline to the
7812 *Help* buffer.
7813
7814 2004-04-11 John Paul Wallington <jpw@gnu.org>
7815
7816 * replace.el (occur-engine): Distinguish between one and several
7817 matches in the matches per buffer heading.
7818
7819 2004-04-11 Kim F. Storm <storm@cua.dk>
7820
7821 * ido.el (ido-confirm-unique-completion): New defcustom.
7822 (ido-complete): Use it.
7823 (ido-write-file): Set it to t unconditionally.
7824
7825 2004-04-10 Miles Bader <miles@gnu.org>
7826
7827 RCS keyword removal (only non-comment changes are enumerated here):
7828
7829 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7830 (byte-compile-insert-header): Don't use `byte-compile-version'.
7831 * forms.el (forms-version): Variable removed.
7832 (forms-mode): Don't use `forms-version'.
7833 * recentf.el (recentf-version): Variable removed.
7834 * progmodes/delphi.el (delphi-version): Variable removed.
7835 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7836
7837 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7840
7841 2004-04-09 Jesper Harder <harder@ifa.au.dk>
7842
7843 * info.el (info-apropos): Improve menu item regexp.
7844
7845 2004-04-09 Simon Josefsson <jas@extundo.com>
7846
7847 * mail/smtpmail.el: Add comment, based on report by
7848 kdc@rcn.com (Kevin D. Clark).
7849
7850 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7853 Redo one more thing that I didn't notice Daniel had undone.
7854
7855 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
7856
7857 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7858 (gdb-goto-breakpoint, gdb-display-buffer)
7859 (gdb-display-source-buffer, gdb-view-source-function)
7860 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7861 (gdb-source-info, gdb-frame-handler): Don't specify a window
7862 for display.
7863 (gdb-info-breakpoints-custom): Remove superfluous update of
7864 assembler buffer.
7865 (gdb-many-windows): Make settable outside gdb.
7866
7867 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7868
7869 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7870 Derive from fundamental-mode rather than text-mode.
7871
7872 2004-04-08 Juri Linkov <juri@jurta.org>
7873
7874 * info.el (Info-history): Doc fix.
7875 (Info-history-list): New var.
7876 (info-xref): Change magenta4 to blue, remove bold for dark and
7877 light backgrounds, change bold to underline for non-color classes.
7878 (info-xref-visited): New face.
7879 (Info-fontify-visited-nodes): New custom.
7880 (Info-hide-note-references): Add new value `hide'. Doc fix.
7881 (Info-reference-name): New var.
7882 (Info-selection-hook): New custom.
7883 (Info-edit-mode-hook): New var.
7884 (Info-find-file): New fun.
7885 (Info-find-node): Move part of code to Info-find-file.
7886 (Info-find-node-2): Add anchors to Info-history-list. Move point
7887 to the place with the reference name if name is defined.
7888 (Info-select-node): Add current node to Info-history-list.
7889 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7890 (Info-search-whitespace-regexp): New custom.
7891 (Info-search-case-fold): New var.
7892 (Info-search): Add "case-sensitively" to the prompt.
7893 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
7894 (Info-search-case-sensitively, Info-search-next): New fun.
7895 (Info-up): Move point to the menu item of the current node.
7896 (Info-history): New fun. Add *info-history* to
7897 same-window-buffer-names.
7898 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
7899 (Info-insert-toc): New fun.
7900 (Info-build-toc): New fun.
7901 (Info-follow-reference): Add new arg `fork'. Doc fix.
7902 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
7903 with the same name prefer the reference closest to point.
7904 (Info-next-reference): Replace * by + in the *Note regexp.
7905 Add regexp for http:// and ftp://. Skip the *Note prefix.
7906 (Info-prev-reference): Replace * by + in the *Note regexp.
7907 Add regexp for http:// and ftp://. Skip the *Note prefix.
7908 (Info-follow-nearest-node): Add new arg `fork'.
7909 (Info-try-follow-nearest-node): Add new arg `fork'.
7910 Call browse-url for http:// and ftp:// references.
7911 Set Info-reference-name for index entries.
7912 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7913 Info-search-next, Info-history, Info-toc, clone-buffer.
7914 (Info-menu-update): Replace * by + in the *Note regexp.
7915 (Info-mode): Add documentation for Info-history, Info-toc,
7916 Info-search-case-sensitively, Info-search-next, clone-buffer.
7917 (Info-fontify-menu-headers): Remove fun. Move code to
7918 Info-fontify-node.
7919 (Info-fontify-node): Add docstring. Add local vars
7920 fontify-visited-p and not-fontified-p. If not-fontified-p is t
7921 then fontify header line, titles, menu headers, http and ftp
7922 references, refill paragraphs. If not-fontified-p is t or
7923 fontify-visited-p is t then fontify cross references, menu items.
7924 Fontify menu headers. Fontify http and ftp references.
7925 Change regexp for cross references to require whitespace after *Note,
7926 add matching groups for file and node names. Remove hack for quote.
7927 Use display property for Info-hide-note-references=t. Use fifth
7928 or fourth match for help-echo. Display visited nodes in a
7929 different face. Unhide file names of external references.
7930 Unhide newlines. Display visited menu items in a different face.
7931
7932 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * progmodes/compile.el: Require CL.
7935 (compilation-mode-font-lock-keywords): Re-install the "line as
7936 function" patch.
7937
7938 * help-fns.el (help-C-source-directory): New var.
7939 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7940 (describe-function-1, describe-variable): Use them.
7941
7942 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7943 to C source files specially.
7944
7945 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
7946
7947 * info.el (Info-hide-cookies-node): New function.
7948 (Info-select-node): Use it.
7949 (Info-display-images-node): Remove message with image file name.
7950
7951 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
7952
7953 * progmodes/compile.el (compilation-warning-face)
7954 (compilation-info-face, compilation-skip-threshold)
7955 (compilation-skip-visited, compilation-context-lines):
7956 Declare :version when added to Emacs.
7957 (compilation-error-regexp-alist-alist): Extend caml and irix.
7958 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7959 (compilation-mode-font-lock-keywords): Temporarily undo line as
7960 function patch, which wasn't ready.
7961
7962 2004-04-07 Kenichi Handa <handa@m17n.org>
7963
7964 * international/latin1-disp.el (latin1-display-setup): Check each
7965 character is displayable or not instead of calling
7966 latin1-display-check-font.
7967
7968 2004-04-06 Kenichi Handa <handa@m17n.org>
7969
7970 * language/ethio-util.el (ethio-sera-being-called-by-w3):
7971 New variable.
7972 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7973 instead of sera-being-called-by-w3.
7974 (ethio-fidel-to-sera-buffer): Likewise.
7975 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7976 instead of sera-being-called-by-w3.
7977 (ethio-write-file): Likewise.
7978
7979 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7980
7981 * printing.el: Doc fix.
7982
7983 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
7984
7985 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7986 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7987 (gdb-setup-windows): Only use separate IO buffer if required.
7988
7989 2004-04-06 Kim F. Storm <storm@cua.dk>
7990
7991 * term.el (term-is-xemacs): Remove.
7992 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7993 (term-window-width): New function.
7994 (term-mode, term-check-size): Use it.
7995 (term-mode): Disable overflow-newline-into-fringe in term buffer.
7996
7997 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
7998
7999 * cus-edit.el (custom-add-parent-links): Change unbound variable
8000 `symbol' to `name'.
8001
8002 2004-04-05 Jesper Harder <harder@ifa.au.dk>
8003 * info.el (info-apropos): New function.
8004 (Info-mode-menu): Add it.
8005 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8006
8007 * help-mode.el (help-make-xrefs): Recognize aliased variable with
8008 inherited docstring.
8009
8010 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8011
8012 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8013
8014 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8015
8016 * progmodes/compile.el (font-lock): Don't require any more.
8017 (compilation-error-properties, compilation-start, compilation-sentinel)
8018 (compilation-filter, next-error): Use with-current-buffer.
8019 (compilation-skip-to-next-location, compilation-skip-threshold)
8020 (compilation-skip-visited): Move to silence the byte-compiler.
8021 (compilation-setup): Simplify.
8022 (compilation-next-error): Use line-(beginning|end)-position.
8023 Make sure `pt' is non-nil before using compilation-loop.
8024 (compile-goto-error): Add optional event arg. Use it.
8025 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8026 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8027 Update the binding for mouse-2.
8028 (first-error): Set compilation-current-error to nil rather than bob.
8029 (compilation-parsing-end, compilation-parse-errors-function)
8030 (compilation-error-list, compilation-old-error-list):
8031 "New" compatibility variables.
8032 (compile-buffer-substring, compilation-compat-error-properties)
8033 (compilation-compat-parse-errors, compilation-forget-errors):
8034 New compatibility functions.
8035 (compilation-mode-font-lock-keywords): Use them.
8036
8037 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8038
8039 * autorevert.el (auto-revert-handler): If point (or a window
8040 point) is at the end of the buffer, keep it there after
8041 reverting. This allows to tail a file.
8042 Mention this in the `Commentary'.
8043
8044 * format.el (format-write-file): Add optional argument CONFIRM
8045 and make it behave like the analogous argument to `write-file'.
8046
8047 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8048
8049 * progmodes/ebnf2ps.el: Doc fix.
8050 (ebnf-version): New version number (4.2).
8051 (ebnf-syntax): Customization and docstring fix.
8052 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8053 Put autoloaded funs before first use.
8054 (ebnf-style-database): Add dtd entry.
8055 (ebnf-syntax-alist): Add dtd initialization.
8056 (ebnf-token-sequence): New fun.
8057 (ebnf-comment-table): Add new comment action character.
8058 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8059
8060 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8061 Type Definition for XML).
8062
8063 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8064 * progmodes/ebnf-bnf.el (ebnf-sequence):
8065 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8066 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8067 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8068 Code simplification: call ebnf-token-sequence.
8069
8070 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8071
8072 * calendar/timeclock.el (timeclock-relative)
8073 (timeclock-get-project-function, timeclock-get-workday-function)
8074 (timeclock-query-out, timeclock-when-to-leave)
8075 (timeclock-when-to-leave-string, timeclock-log-data)
8076 (timeclock-generate-report, timeclock-in): Doc fixes.
8077
8078 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * url/: New dir. Import the URL package from its repository.
8081
8082 2004-04-03 Andreas Schwab <schwab@suse.de>
8083
8084 * diff-mode.el (diff-mode): Fix missing quote.
8085
8086 2004-04-03 Juri Linkov <juri@jurta.org>
8087
8088 * descr-text.el (describe-property-list): Add `font-lock-face'.
8089
8090 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8091
8092 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8093
8094 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8095 Use utf-16le on little endian machines and utf-16be otherwise.
8096
8097 2004-04-02 David Kastrup <dak@gnu.org>
8098
8099 * net/browse-url.el (browse-url-generic): Use call-process
8100 instead of start-process to allow browsers that fork and detach.
8101
8102 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8103
8104 * compile.el (compilation-current-error): New var.
8105 (compilation-setup, compile-mouse-goto-error)
8106 (compile-goto-error, next-error): Use it.
8107 (compilation-skip-to-next-location): Default to t, which gives
8108 contiguous skipping like old compile (where this was redundant).
8109 (compilation-next-error): Prevent previous-* commands from moving
8110 back to message at or just before point.
8111
8112 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8113
8114 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8115 (gdb-source-info): Don't display source at startup, if required.
8116 (gdb-show-main): New option.
8117 (gdba): Update documentation.
8118 (gdb-source): Cover case of auto-display output.
8119
8120 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * autorevert.el: Delete obsolete autoload's and defvar's.
8123 (auto-revert-check-vc-info): New user option.
8124 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8125 (auto-revert-handler-vc): Delete.
8126 (auto-revert-handler): Treat return value `fast' of
8127 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8128
8129 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8130 return `fast'.
8131
8132 * files.el (buffer-stale-function): Doc change.
8133
8134 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8135
8136 * printing.el: New tip on Tips section.
8137 (pr-version): New version number (6.7.4).
8138 (pr-shell-file-name): Initialization fix.
8139
8140 2004-03-31 Juri Linkov <juri@jurta.org>
8141
8142 * dired.el: Add autoload for `dired-do-touch'.
8143 (dired-touch-program): New var.
8144 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8145 (dired-no-confirm): Add `touch' to docstring.
8146
8147 * dired-aux.el (dired-do-touch): New fun.
8148 (dired-do-chxxx): Add argument -t for touch operation.
8149
8150 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8151 `dired-move-to-filename-regexp'.
8152
8153 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8154
8155 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8156
8157 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8158
8159 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8160 and only if the buffer was modified.
8161
8162 2004-03-30 Kenichi Handa <handa@m17n.org>
8163
8164 * international/characters.el: Delete pairs for U+2308..U+230B.
8165
8166 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8167
8168 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8169 to detect the beginning of a level 2 or 3 annotation.
8170
8171 2004-03-29 Kenichi Handa <handa@m17n.org>
8172
8173 * international/ucs-tables.el (ucs-insert): Fix the error message.
8174
8175 2004-03-29 Kenichi Handa <handa@m17n.org>
8176
8177 * international/mule-util.el (char-displayable-p): Fix generation
8178 of XLFD file name.
8179
8180 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8181 before finding directories by `find'.
8182
8183 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * subr.el (interactive-form): Delete. Now implemented in C.
8186
8187 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8188
8189 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8190 (vc-diff-label): New fun.
8191 (vc-diff-internal): Use it.
8192
8193 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8194
8195 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8196
8197 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8198
8199 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8200 specify XML (EBNFX).
8201
8202 * progmodes/ebnf2ps.el: Doc fix.
8203 (ebnf-version): New version number (4.1).
8204 (ebnf-syntax): Adjust customization.
8205 (ebnf-style-database): Add ebnfx entry.
8206 (ebnf-syntax-alist): Add ebnfx initialization.
8207 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8208
8209 * printing.el: Doc fix.
8210 (pr-version): New version number (6.7.3).
8211 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8212 returns nil for mouse position. Reported by Drew Adams
8213 <drew.adams@oracle.com>.
8214 (pr-update-menus): Modify interactive declaration. Reported by Drew
8215 Adams <drew.adams@oracle.com>.
8216
8217 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8218
8219 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8220 (gud-gdba-marker-filter): Log the process input and output, if
8221 required. From Stefan Monnier.
8222 (gdb-debug-log, gdb-enable-debug-log): New variables.
8223 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8224
8225 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8228 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8229
8230 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8233 Call vc-find-file-hook here instead of in auto-revert-buffers.
8234 (auto-revert-buffers): Delete call to vc-find-file-hook.
8235 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8236 (global-auto-revert-mode, auto-revert-set-timer)
8237 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8238
8239 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8240
8241 * woman.el (woman-change-fonts): Rename local variable
8242 woman-font-alist to font-alist to avoid a compiler warning.
8243
8244 2004-03-27 Dave Love <fx@gnu.org>
8245
8246 * emacs-lisp/rx.el (rx): Doc fix.
8247 Fix copyright years.
8248
8249 * strokes.el (strokes-global-set-stroke-string): New function.
8250 (strokes-list-strokes): Cope with strings, not just commands.
8251 Set foreground colour of image.
8252 (strokes-global-set-stroke): Doc fix.
8253
8254 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8255
8256 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8257 Auto Revert mode.
8258 (Buffer-menu-files-only): New variable.
8259 (Buffer-menu-toggle-files-only): New function.
8260 (Buffer-menu-mode-map): Bind it to `T'.
8261 (Buffer-menu-mode): Mention `T' in docstring.
8262 Set buffer-stale-function.
8263 (list-buffers-noselect): Mark buffer non-modified and set
8264 Buffer-menu-files-only.
8265
8266 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8267
8268 * autorevert.el (auto-revert-handler): Print revert message
8269 before, rather than after, reverting.
8270 (buffer-stale-function): Move to files.el.
8271
8272 * files.el (buffer-stale-function): Move here from autorevert.el.
8273
8274 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8277
8278 * calc/calc.el (calc-mode-map): Use mapc.
8279
8280 * apropos.el (apropos-mode): Don't autoload.
8281 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8282 (apropos): Use it.
8283 (apropos-print): Add optional `text' argument.
8284 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8285 Don't assume point-min == 1.
8286
8287 * bs.el (bs-buffer-list): Use buffer-local-value.
8288 (bs--set-toggle-to-show): Use with-current-buffer.
8289
8290 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8291 New funs.
8292 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8293
8294 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8295
8296 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8297 (dabbrev--find-expansion): Use pop.
8298 (dabbrev--search): Use match-string-no-properties.
8299
8300 * dired.el (dired-mode): Use run-mode-hooks.
8301 (dired-move-to-end-of-filename): Use match-string.
8302
8303 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8304 is bound before using it.
8305 (ediff-verbose-p): Make it into a var since it's not constant.
8306
8307 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8308
8309 * faces.el (read-face-font): Don't cons up unnecessarily.
8310 (header-line, tool-bar): Share common parts.
8311
8312 * files.el (file-relative-name): Use compare-strings.
8313
8314 * finder.el (finder-mode): Follow coding convention.
8315
8316 * subr.el (read-number): New function.
8317
8318 * ses.el (ses-read-number): Move to subr.el.
8319 (ses-set-header-row): Use read-number.
8320
8321 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8322
8323 * vc-hooks.el (vc-arg-list): New function, which handles both
8324 compiled and uncompiled code.
8325 (vc-default-workfile-unchanged-p): Use it.
8326
8327 * vc.el (vc-print-log): Undo prev change, use new function
8328 vc-arg-list from vc-hooks.el.
8329
8330 2004-03-26 Masatake YAMATO <jet@gyve.org>
8331
8332 * simple.el (completion-setup-function): Emphasize the
8333 first uncommon characters in the completions; and de-emphasize
8334 the common prefix substrings.
8335 (completion-emphasis): New face.
8336 (completion-de-emphasis): New face.
8337
8338 2004-03-25 Juanma Barranquero <lektu@terra.es>
8339
8340 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8341 Comment out (it's unused and unfinished code).
8342
8343 2004-03-25 Sam Steingold <sds@gnu.org>
8344
8345 * vc.el (vc-print-log): Fix a bug in the last patch:
8346 backend-function may be a byte-compiled object, not a lambda.
8347
8348 2004-03-25 Juri Linkov <juri@jurta.org>
8349
8350 * descr-text.el (describe-property-list): Add a button
8351 for `face' property that calls `describe-face'.
8352 Suggested by luis fernandes <elf@ee.ryerson.ca>
8353
8354 * international/mule.el (keyboard-coding-system):
8355 * kmacro.el (kmacro-call-macro): Fix docstring.
8356
8357 * dired.el: Fix comments.
8358
8359 * textmodes/fill.el (fill): Fix Info link.
8360
8361 * font-lock.el (fast-lock, lazy-lock):
8362 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8363 Info node.
8364
8365 * eshell/eshell.el (eshell): Fix broken info-link.
8366
8367 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8368 * eshell/em-banner.el (eshell-banner):
8369 * eshell/em-smart.el (eshell-smart):
8370 * eshell/esh-cmd.el (eshell-cmd):
8371 Comment out broken info-links to incomplete Info manual.
8372
8373 * info-xref.el: Fix commentary.
8374
8375 2004-03-25 Kevin Ryde <user42@zip.com.au>
8376
8377 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8378 Remove spurious node duplicate suppression, doesn't work, not wanted.
8379 (info-xref-output): Take format style args, add "sit-for 0" to let
8380 user see the results as they progress.
8381 (info-xref-check-all-custom): New function.
8382
8383 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8384
8385 * gdb-ui.el: Moved to progmodes.
8386
8387 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8390
8391 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8392
8393 * calendar/appt.el (appt-check): Remove superfluous progn.
8394 When finished with diary buffer: if it was not being displayed
8395 before, kill it; otherwise restore its original state.
8396 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8397
8398 * calendar/calendar.el (calendar-set-mode-line): Use total
8399 available mode-line width, rather than frame-width.
8400
8401 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8402 after mode change so effect not lost.
8403
8404 2004-03-23 Dave Love <fx@gnu.org>
8405
8406 * dired.el (dired) <defgroup>: Add link to manual.
8407 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8408 (dired-revert): Use dolist.
8409 (dired-mode-map): Add U binding.
8410 (dired-mode): Add font-lock-beginning-of-syntax-function.
8411 (dired-garbage-files-regexp): Make it a defcustom.
8412
8413 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8416 is equivalent to nil.
8417 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8418 (vc-arch-mode-line-string): Accept `added' state.
8419 (vc-arch-state): Use inode-sigs if available.
8420 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8421 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8422 (vc-arch-tagline-re): New var.
8423 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8424 New functions.
8425 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8426 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8427
8428 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8429 (vc-file-not-found-hook): Use it.
8430
8431 * diff-mode.el (diff-default-read-only): Change default.
8432 (diff-mode-hook): Make it a defcustom. Add some options.
8433 (diff-mode-map): Bind diff-refine-hook.
8434 (diff-yank-handler): New var.
8435 (diff-yank-function): New fun.
8436 (diff-font-lock-keywords): Use them.
8437 (diff-end-of-file): Handle case where file-header looks like diff text.
8438 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8439 (diff-file-kill): Delete a subsequent empty line, if applicable.
8440 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8441 (diff-find-file-name): Use it.
8442 (diff-tell-file-name): New command.
8443 (diff-mode): Be careful with view-mode.
8444 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8445 New functions, for use in diff-mode-hook.
8446 (diff-find-source-location): Catch "regex too large" errors.
8447 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8448 (diff-refine-hunk): New command.
8449
8450 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8451 (smerge-context-menu-map): Remove unused var.
8452 (smerge-keep-all): Preserve markers.
8453 (smerge-keep-n): New fun.
8454 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8455 (smerge-keep-current, smerge-ediff): Use it.
8456 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8457 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8458 (smerge-resolve): Resolve trivial 3-part conflicts.
8459
8460 2004-03-23 Juri Linkov <juri@jurta.org>
8461
8462 * man.el (Man-width): New var.
8463 (Man-getpage-in-background): Use it.
8464 (Man-support-local-filenames): New var and fun.
8465 (Man-build-man-command): Don't add a second %s.
8466 (Man-fontify-manpage): Clean up message.
8467 (Man-mode): Set outline-regexp, outline-level,
8468 imenu-generic-expression.
8469
8470 * woman.el (woman-fill-frame): Doc fix.
8471 (woman-decode-region): Use window-width instead of frame-width.
8472
8473 * abbrevlist.el (list-one-abbrev-table):
8474 * descr-text.el (describe-char):
8475 * international/mule-diag.el (describe-current-coding-system):
8476 * international/quail.el (quail-insert-decode-map):
8477 Use window-width instead of frame-width.
8478
8479 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8480 (jka-compr-mode-alist-additions): Add tbz.
8481 (jka-compr-write-region, jka-compr-insert-file-contents):
8482 Add message for undefined compress-program.
8483 (jka-compr-write-region): Remove redundant var bindings.
8484
8485 * dired-x.el (dired-guess-shell-alist-default): Add choices for
8486 extracting files into subdirectory. Add tbz and dz. Fix regexps.
8487 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8488 (dired-man): Use dired-guess-shell-command.
8489 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8490 Change default nil to t.
8491
8492 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8493 (dired-compare-directories): Add default value for empty input.
8494
8495 * help-at-pt.el: Move suggestions for key bindings to Commentary.
8496
8497 * time.el (display-time-string-forms): Fix help-echo date format.
8498
8499 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
8500
8501 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8502 (buffer-stale-function): New variable.
8503 (auto-revert-list-diff, auto-revert-dired-file-list)
8504 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8505 (auto-revert-handler): Take over some functionality of deleted
8506 functions.
8507 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8508
8509 * dired.el (dired-directory-changed-p): New fun, extracted from
8510 dired-internal-noselect.
8511 (dired-buffer-stale-p): New fun.
8512 (dired-internal-noselect): Use dired-directory-changed-p.
8513 Eliminate revert messages.
8514 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8515
8516 2004-03-23 Kenichi Handa <handa@m17n.org>
8517
8518 * international/characters.el: Setup syntaxes for more parentheses
8519 Unicode characters.
8520
8521 * international/mule-cmds.el (select-safe-coding-system):
8522 Merge coding-system and auto-cs before comparing them.
8523
8524 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8525
8526 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8527
8528 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8529 normal-auto-fill-function and comment-indent-function.
8530 The default values now work just as well.
8531 Don't set font-lock-beginning-of-syntax-function since we already set
8532 syntax-begin-function.
8533 (lisp-outline-level): Put ;;;###autoload at same level as (.
8534 (prin1-char): Quote special chars.
8535
8536 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8537 than with-no-warnings.
8538
8539 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8540 if the source location can't be found.
8541 (edebug-compute-previous-result): Use prin1-char.
8542
8543 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8544 (debug-ignored-errors): Add an entry.
8545
8546 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8547 (byte-compile-file): Output warning when deleting a file.
8548
8549 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8550 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8551
8552 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8553 (byte-compile-inline-expand): Use backquote.
8554 (byte-optimize-pure-func): Rename from byte-optimize-concat.
8555 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8556
8557 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8558
8559 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8560
8561 2004-03-22 Juri Linkov <juri@jurta.org>
8562
8563 * finder.el (finder-known-keywords): Fix data, tex, unix.
8564
8565 * play/landmark.el: Fix keywords.
8566
8567 * language/ethio-util.el (ethio-find-file): Doc fix.
8568
8569 * emacs-lisp/warnings.el: Doc fix.
8570
8571 * textmodes/ispell.el (ispell-help): Doc fix.
8572
8573 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
8574
8575 * format.el (format-insert-file): Always return a list of two
8576 elements, like insert-file-contents does.
8577
8578 2004-03-21 Andre Spiegel <spiegel@gnu.org>
8579
8580 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8581 and vc-BACKEND-diff.
8582 (vc-print-log): If the print-log implementation supports it, use
8583 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8584 (vc-version-diff, vc-diff-internal): Doc fixes.
8585
8586 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8587 implementation supports it, let diff output go to *vc*,
8588 not *vc-diff*, since this is an internal call.
8589
8590 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8591
8592 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8593
8594 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8595
8596 2004-03-21 Dave Love <fx@gnu.org>
8597
8598 * progmodes/cfengine.el (cfengine-mode):
8599 Set parse-sexp-ignore-comments.
8600
8601 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8602
8603 2004-03-21 Juanma Barranquero <lektu@terra.es>
8604
8605 * allout.el (allout-mode): Fix docstring.
8606
8607 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
8608
8609 * files.el (insert-directory): Fix bug if SWITCHES is a list.
8610
8611 * autorevert.el (auto-revert-interval): Make new value take
8612 effect immediately when set through Custom.
8613 (auto-revert-set-timer): Add interactive declaration.
8614
8615 2004-03-19 David Ponce <david@dponce.com>
8616
8617 * ruler-mode.el (ruler-mode-header-line-format-old):
8618 Don't `make-variable-buffer-local'.
8619 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8620 (ruler-mode-header-line-format): Simply funcall the above.
8621 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8622 to save/restore a previous header line format.
8623 (ruler-mode-space): Don't depend on a numeric WIDTH value.
8624 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8625 fringes and margins width.
8626 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8627
8628 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8629
8630 * log-edit.el (log-edit-font-lock-keywords): Typo.
8631
8632 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8633 (tex-send-tex-command): Rather than here.
8634 (tex-compilation-parse-errors): Simplify.
8635
8636 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8637
8638 * time.el (display-time-string-forms): Add help-echo with date on time.
8639
8640 * composite.el (compose-region): Use restore-buffer-modified-p.
8641
8642 * disp-table.el (standard-display-8bit): Simplify.
8643
8644 * server.el (server-process-filter): Delete temp frame.
8645
8646 * add-log.el (add-change-log-entry): Simplify.
8647
8648 2004-03-19 Kim F. Storm <storm@cua.dk>
8649
8650 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8651 (hexl-follow-line): Don't require 'fringe.
8652
8653 * progmodes/compile.el (compilation-start): Always set
8654 compilation-last-buffer and return it.
8655
8656 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8657
8658 * simple.el (clone-buffer): Doc fix.
8659
8660 2004-03-18 Juanma Barranquero <lektu@terra.es>
8661
8662 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8663
8664 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * log-edit.el (log-edit-font-lock-keywords): New var.
8667 (log-edit-mode): Use it.
8668
8669 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
8670
8671 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8672 properly for watching in speedbar.
8673
8674 2004-03-17 Masatake YAMATO <jet@gyve.org>
8675
8676 * smerge-mode.el (smerge-popup-context-menu):
8677 Put `unwind-protect' around `overlay-put' and `popup-menu'.
8678
8679 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8682 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8683 Take sealed revisions into account.
8684 (vc-arch-checkin): Extract a summary line from the message.
8685
8686 2004-03-16 Masatake YAMATO <jet@gyve.org>
8687
8688 * register.el (register): Provide `register' feature.
8689
8690 2004-03-15 Masatake YAMATO <jet@gyve.org>
8691
8692 Added context menu support in smerge mode.
8693 Most of the part is written by Stefan Monnier.
8694
8695 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8696 New keymap and menu.
8697 (smerge-text-properties): New function.
8698 (smerge-remove-props): New function.
8699 (smerge-popup-context-menu): New function.
8700 (smerge-resolve): Call `smerge-remove-props'.
8701 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8702 (smerge-keep-current): Ditto.
8703 (smerge-kill-current): New function.
8704 (smerge-match-conflict): Put text properties.
8705 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8706
8707 2004-03-15 David Ponce <david@dponce.com>
8708
8709 * ruler-mode.el: (ruler-mode-left-fringe-cols)
8710 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8711 (ruler-mode-right-scroll-bar-cols): Remove.
8712 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8713 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8714 Use fringe-columns and scroll-bar-columns.
8715
8716 2004-03-15 Masatake YAMATO <jet@gyve.org>
8717
8718 * hl-line.el (hl-line-range-function): New variable.
8719 (hl-line-move): New function.
8720 (global-hl-line-highlight): Use `hl-line-move'.
8721 (hl-line-highlight): Ditto.
8722
8723 * scroll-bar.el (scroll-bar-columns):
8724 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8725
8726 * ruler-mode.el (top-level): Require scroll-bar and fringe.
8727 (ruler-mode-left-fringe-cols)
8728 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8729 (ruler-mode-right-scroll-bar-cols)
8730 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8731 (ruler-mode-ruler-function): New variable.
8732 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8733 if the value for `ruler-mode-ruler-function'is given.
8734
8735 * hexl.el (hexl-mode-hook): Make the hook customizable.
8736 (hexl-address-area, hexl-ascii-area): New customize variables.
8737 (hexlify-buffer): Put font-lock-faces on the address area and
8738 the ascii area.
8739 (hexl-activate-ruler): New function.
8740 (hexl-follow-line): New function.
8741 (hexl-highlight-line-range): New function.
8742 (hexl-mode-ruler): New function.
8743
8744 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8745
8746 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
8747 (vc-default-find-file-hook): New fun.
8748 (vc-find-file-hook): Call new find-file-hook operation.
8749
8750 * vc-arch.el: New file.
8751
8752 2004-03-12 Jesper Harder <harder@ifa.au.dk>
8753
8754 * info-look.el (info-lookup): Reuse an existing Info window.
8755
8756 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8757
8758 * woman.el (woman-preserve-ascii): Default value changed to t and
8759 doc string revised.
8760
8761 2004-03-12 Richard M. Stallman <rms@gnu.org>
8762
8763 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8764 Fix minor bug.
8765
8766 * replace.el (occur-engine): Change message for count of matches.
8767
8768 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8769 For strings, do compare text properties.
8770
8771 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
8772
8773 * progmodes/compile.el (compile-auto-highlight)
8774 (compilation-error-list, compilation-old-error-list)
8775 (compilation-parse-errors-function, compilation-parsing-end)
8776 (compilation-error-message, compilation-directory-stack)
8777 (compilation-enter-directory-regexp-alist)
8778 (compilation-leave-directory-regexp-alist)
8779 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8780 (compilation-current-file, compilation-regexps): Remove vars.
8781
8782 (compile-error-at-point, compilation-error-filedata)
8783 (compilation-error-filedata-file-name, compile-reinitialize-errors)
8784 (compilation-next-error-locus, compilation-forget-errors)
8785 (count-regexp-groupings, compilation-parse-errors)
8786 (compile-collect-regexps, compile-buffer-substring): Remove funs.
8787
8788 (compile-internal): Make obsolete.
8789
8790 (compilation-first-column, compilation-error)
8791 (compilation-directory-matcher, compilation-page-delimiter)
8792 (compilation-mode-font-lock-keywords, compilation-debug)
8793 (compilation-error-face, compilation-warning-face)
8794 (compilation-info-face, compilation-line-face)
8795 (compilation-column-face, compilation-enter-directory-face)
8796 (compilation-leave-directory-face, compilation-skip-threshold)
8797 (compilation-skip-visited, compilation-context-lines): New vars.
8798
8799 (compilation-warning-face, compilation-info-face)
8800 (compilation-message-face): New faces.
8801
8802 (compilation-error-regexp-alist-alist): New constant.
8803
8804 (compilation-face, compilation-directory-properties)
8805 (compilation-assq, compilation-error-properties, compilation-start)
8806 (define-compilation-mode, compilation-loop)
8807 (compilation-set-window): New functions.
8808
8809 (compile): Additional argument for interactive compiles like TeX.
8810
8811 * progmodes/grep.el (kill-grep): Move here from compile.el
8812 (grep-error, grep-hit-face, grep-error-face)
8813 (grep-mode-font-lock-keywords): New variables.
8814 (grep-regexp-alist): Simplify regexp and add `binary' case.
8815 (grep-mode): New mode.
8816 (grep-process-setup): Simplify.
8817
8818 2004-03-11 Jason Rumney <jasonr@gnu.org>
8819
8820 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8821 letters on DOS/Windows.
8822
8823 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * server.el (server-name): New var.
8826 (server-socket-dir): New var to replace server-socket-name.
8827 (server-start): Use them.
8828
8829 2004-03-11 Simon Josefsson <jas@extundo.com>
8830
8831 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8832 died to avoid infloop. Reported by Jonathan Glauner
8833 <jglauner@sbum.org>.
8834
8835 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8838 (smerge-mode-menu): Use it to deactivate menu entries.
8839 (smerge-keep-current): New fun.
8840 (smerge-keep-current): Use it.
8841
8842 2004-03-10 John Paul Wallington <jpw@gnu.org>
8843
8844 * foldout.el (foldout-fold-list, foldout-modeline-string):
8845 Declare them as variables, not constants.
8846
8847 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8848
8849 * ps-print.el: Modification to print *Messages* buffer.
8850 (ps-print-version): New version 6.6.4.
8851 (ps-message-log-max): New fun.
8852 (ps-spool-without-faces, ps-spool-with-faces)
8853 (ps-count-lines-preprint): Code fix.
8854
8855 * printing.el: New tips in Tips section.
8856
8857 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8858
8859 * delim-col.el: Doc fix.
8860
8861 * printing.el: Doc fix. New doc section (Tips).
8862
8863 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * type-break.el (type-break-emacs-variant): Remove.
8866 (type-break-run-at-time, type-break-cancel-function-timers):
8867 Use fboundp rather than version name and number.
8868
8869 2004-03-09 Masatake YAMATO <jet@gyve.org>
8870
8871 * hexl.el (hexl-mode): Use `make-local-variable' instead of
8872 `make-variable-buffer-local'.
8873
8874 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
8875
8876 * find-dired.el (find-dired): Call `shell-command' instead of
8877 `start-process-shell-command'. By this, Tramp takes over
8878 handling of remote directories.
8879
8880 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8881
8882 * newcomment.el (comment-use-global-state): New var.
8883 (comment-search-forward): Use it.
8884
8885 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8886
8887 * cus-edit.el (fill) <defgroup>: Move to fill.el.
8888
8889 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8890 (enable-kinsoku): Make it a defcustom.
8891 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8892 paragraph to same-comment-start-marker.
8893
8894 2004-03-07 Dave Love <fx@gnu.org>
8895
8896 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8897 (browse-url-mail): Use it.
8898
8899 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8900 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8901
8902 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8903
8904 * woman.el (woman-man.conf-path): Doc fix.
8905 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8906
8907 2004-03-07 Eli Zaretskii <eliz@gnu.org>
8908
8909 * sort.el (sort-columns): Remove ms-dos from the list of systems
8910 where the external `sort' command is not used.
8911
8912 2004-03-07 Kim F. Storm <storm@cua.dk>
8913
8914 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8915 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8916 from overlay-arrow-variable-list.
8917 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8918
8919 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
8920
8921 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8922 overlay arrow string properly for the assembler buffer.
8923
8924 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * mail/sendmail.el (mail-mode): Fix last change.
8927
8928 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
8929
8930 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8931 for the assembler buffer.
8932 (gdb-assembler-custom): Position the overlay arrow.
8933 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8934
8935 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8938
8939 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8940 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8941
8942 * mail/sendmail.el (mail-mode): Set comment-start-skip.
8943
8944 * newcomment.el (uncomment-region): Allow non-terminated comment.
8945 (comment-normalize-vars): Check the user-specified comstart marker.
8946
8947 2004-03-04 Jesper Harder <harder@ifa.au.dk>
8948
8949 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8950 Otherwise, do use it if the region only contains font-lock text
8951 properties.
8952
8953 2004-03-04 Masatake YAMATO <jet@gyve.org>
8954
8955 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8956 as the callback function for eldoc.
8957 (hexl-print-current-point-info): New function.
8958 (hexl-current-address): Print the address in both decimal
8959 and hexadecimal format.
8960
8961 2004-03-04 Richard M. Stallman <rms@gnu.org>
8962
8963 * mail/rmail.el (rmail-convert-to-babyl-format):
8964 Specify t for UNIBYTE when calling mail-unquote-printable-region.
8965
8966 * mail/mail-utils.el (mail-unquote-printable-region):
8967 New arg UNIBYTE.
8968
8969 * startup.el (command-switch-alist): Doc fix.
8970
8971 * simple.el (undo): Temporarily set this-command to `undo-start',
8972 then set it to `undo' once undo-start returns without error.
8973
8974 * simple.el (minibuffer-history-sexp-flag): Doc fix.
8975
8976 * simple.el (kill-line): Don't disregard trailing whitespace
8977 in eol condition, if show-trailing-whitespace is set.
8978
8979 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8980 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8981 When disabling, restore old values only if mouse-sel-has-been-enabled.
8982
8983 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8984 (isearch-{-char): New function.
8985 (isearch-mode-map): Bind { to isearch-{-char.
8986
8987 * font-lock.el (lisp-font-lock-keywords-2):
8988 Turn off the CL with-... and do-... general patterns.
8989 Instead, recognize several specific with... and do... constructs.
8990
8991 * files.el (switch-to-buffer-other-window):
8992 Bind same-window-buffer-names and same-window-regexps to nil.
8993 (switch-to-buffer-other-frame): Likewise.
8994
8995 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8998 recognizing leading comment on code line.
8999
9000 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9003 hidden files/directories.
9004
9005 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9008 only comment-start (in case the mode hasn't set it).
9009
9010 * Makefile.in (AUTOGENEL): New var.
9011 (bootstrap-prepare): Rename from bootstrap-clean.
9012 Don't remove elc files.
9013 (maintainer-clean): New target.
9014
9015 * xml.el (xml-get-attribute-or-nil): Simplify.
9016
9017 2004-03-02 Juri Linkov <juri@jurta.org>
9018
9019 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9020 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9021 URL to prevent their substitution with the environment variable
9022 values by browsers.
9023
9024 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9025
9026 * ps-print.el: Doc fix.
9027 (ps-print-version): New version number (6.6.3).
9028 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9029 Docstring fix.
9030 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9031 before printing.
9032 (ps-time-stamp-yyyy-mm-dd): New fun.
9033 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9034
9035 2004-03-02 Kim F. Storm <storm@cua.dk>
9036
9037 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9038
9039 2004-03-01 Juanma Barranquero <lektu@terra.es>
9040
9041 * allout.el (allout-rebullet-heading): Fix typo in docstring.
9042
9043 * desktop.el (desktop-file-version)
9044 (desktop-after-read-hook): Fix typos.
9045 (desktop-clear-preserve-buffers): Remove redundant info in
9046 docstring already shown by the obsolescence message.
9047 (desktop-truncate, desktop-internal-v2s)
9048 (desktop-value-to-string): Change argument name to match docstring.
9049
9050 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9051
9052 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9053 docstring.
9054
9055 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9056
9057 * printing.el: Replace "As Is..." in PostScript file print/preview by
9058 "No Preprocessing...". Suggested by Colin Marquardt
9059 <_marquardt_@zmd.de>.
9060 (pr-insert-section-4): Adjust buffer interface.
9061
9062 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9063
9064 Version 2.0.39 of Tramp released.
9065
9066 * net/tramp.el (tramp-handle-file-local-copy)
9067 (tramp-handle-write-region, tramp-open-connection-rsh):
9068 Variable name typo. Small change. From Patrick Tullmann
9069 <tullmann@flux.utah.edu>.
9070 (tramp-process-connection-type): New variable.
9071 (tramp-maybe-open-connection): Use it.
9072 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9073 (tramp-touch): Set last-modified time of a remote file.
9074 (tramp-handle-write-region): Say which function is used when encoding.
9075
9076 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9077
9078 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9079 case of non-existing filename, too. Reported by Christoph Bauer
9080 <c_bauer@informatik.uni-kl.de>.
9081 (tramp-smb-get-file-entries): The directory in question should
9082 have permissions "drwxrwxrwx". Just virtual, because we don't
9083 know the real permissions. Don't we know?
9084 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9085 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9086 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9087 output. If it was received chunkwise, there have been problems.
9088 Remove the "prompt not found" error message; it is obvious.
9089 Simplify algorithm.
9090 (tramp-smb-process-running): Remove. Since we acknowledge the
9091 virtual prompt for shares, there's no need for distinction of
9092 reading shares (process ends afterwards) and interactive mode of
9093 smblient.
9094 (tramp-smb-open-connection): Setting process sentinel removed.
9095 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9096 "NT_STATUS_NETWORK_ACCESS_DENIED".
9097 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9098 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9099 (top-level): Setting default value in `tramp-default-method-alist'
9100 corrected. Order of USER and HOST have been wrong.
9101 Nobody complained for months ...
9102 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9103 (tramp-smb-open-connection): Clear password cache if login has failed.
9104
9105 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9106 `tramp-unified-filenames'.
9107 (tramp-completion-mode): Make test for XEmacs explicitely.
9108 `event-to-character' can exists in Emacs packages too.
9109 Reported by Matt Swift <swift@alum.mit.edu>.
9110 (tramp-buffer-name): Buffer name must contain the user if exists.
9111 Reported by Adrian Phillips <a.phillips@met.no>.
9112 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9113 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9114 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9115 `tramp-do-copy-or-rename-file-one-local', because it handles also
9116 the case both files use the same out-of-band method.
9117 Implementation added.
9118 (tramp-handle-file-local-copy, tramp-handle-write-region):
9119 Out-of-band handling removed. `copy-file' called instead, which
9120 calls `tramp-do-copy-or-rename-file-out-of-band'.
9121 (tramp-action-password): Check for out-of-band method removed.
9122 This function is used for 'login-program.
9123 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9124 appropriate.
9125 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9126 and `tramp-parse-sknownhosts'.
9127 (tramp-completion-function-alist): It's a defvar now, because we
9128 want to apply the optimized `tramp-set-completion-function'
9129 instead of a static list.
9130 (tramp-set-completion-function): Implementation tuned.
9131 Avoid double entries, and entries where the function or the
9132 file/directory doesn't exist.
9133 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9134 for SSH2.
9135 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9136 (tramp-handle-dired-compress-file): New function.
9137 (tramp-async-proc): New variable.
9138 (tramp-handle-shell-command): Adding asynchronous processes.
9139 They are far from being perfect, but it works at least for
9140 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9141 (top-level): Require password.el if visible. Should be mandatory
9142 once No Gnus has found its way into (X)Emacs.
9143 (tramp-read-passwd): Invoke `password-read' if available,
9144 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9145 fallback any longer.
9146 (tramp-clear-passwd): New function.
9147 (tramp-process-actions, tramp-process-multi-actions):
9148 Clear password cache if login has failed.
9149
9150 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9151 its own module.
9152 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9153 `ange-ftp-ftp-name-res'. There could be incorrect values from
9154 previous calls in case the "ftp" method is used in the Tramp file
9155 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9156
9157 2004-02-28 Richard M. Stallman <rms@gnu.org>
9158
9159 * term.el (term-mouse-paste): Call mouse-set-point.
9160
9161 * thumbs.el: New file.
9162
9163 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9164
9165 * progmodes/ebnf-abn.el: Doc fix.
9166
9167 * progmodes/ebnf-bnf.el: Doc fix.
9168 (ebnf-repeat): Code fix.
9169
9170 * progmodes/ebnf2ps.el: Doc fix.
9171 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9172
9173 2004-02-28 Juri Linkov <juri@jurta.org>
9174
9175 * ffap.el (dired-at-point): Additional writability test for
9176 relative directory names.
9177 (dired-at-point-prompter): Treat directories as a directory, get
9178 the directory component from files.
9179 (ffap-string-at-point): Return string from region if region is active.
9180 (ffap-file-at-point): Remove redundant code.
9181
9182 2004-02-28 Kim F. Storm <storm@cua.dk>
9183
9184 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9185 Initialize margin area images to nil.
9186 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9187 (breakpoint-enabled-bitmap-face)
9188 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9189 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9190 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9191 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9192 (gdb-reset): Use gdb-remove-breakpoint-icons.
9193 (gdb-put-string): Add dprop arg to specify alternative display
9194 property (for setting fringe bitmap).
9195 (gdb-remove-strings): Doc fix.
9196 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9197 icon in fringe (if available), or else as icon or text in display
9198 margin. Creates necessary icons in breakpoint-bitmap,
9199 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9200 Also make left window margin if required.
9201 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9202 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9203 no longer needed.
9204 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9205 gdb-put-breakpoint-icon.
9206 (gdb-assembler-mode): Don't set left-margin-width here.
9207
9208 2004-02-27 Kevin Ryde <user42@zip.com.au>
9209
9210 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9211 comma, so that it DTRT in macros.
9212
9213 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9214
9215 * progmodes/sh-script.el (sh-shell-arg)
9216 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9217 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9218
9219 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9220
9221 * faces.el (face-spec-set-match-display): Add a new attribute,
9222 `min-colors'.
9223 (region, highlight, secondary-selection): Use `min-colors'.
9224
9225 * custom.el (defface): Add documentation for `min-colors'.
9226
9227 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9228 (font-lock-keyword-face, font-lock-function-name-face)
9229 (font-lock-variable-name-face, font-lock-constant-face):
9230 Use `min-colors'.
9231
9232 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9233
9234 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9235
9236 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9237 define assq-delete-all if it's not defined.
9238 (ebnf-generate-region): Code fix.
9239
9240 * printing.el: Doc fix.
9241 (pr-version): New version number (6.7.2).
9242 (pr-command): Return empty string if command is an empty string.
9243
9244 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9245
9246 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9247
9248 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9249 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9250 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9251 "tt" ["test"] ). Reported by Markus Dreyer
9252 <mdreyer@ix.urz.uni-heidelberg.de>.
9253 (ebnf-version): New version number (4.0).
9254 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9255 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9256 (ebnf-delete-style): New commands.
9257 (ebnf-directory, ebnf-file): New funs.
9258 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9259 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9260 (ebnf-syntax-alist): New var.
9261 (ebnf-element-width): New fun replacing ebnf-list-width.
9262 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9263 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9264 (ebnf-prologue): Adjust vars.
9265 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9266 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9267 (ebnf-check-style-values, ebnf-generate-production)
9268 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9269 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9270 (ebnf-token-repeat): Code fix.
9271
9272 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9273 %right, %left and %prec. Suggested by Matthew K. Junker
9274 <junker@alum.mit.edu>.
9275 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9276
9277 * progmodes/ebnf-iso.el: Doc fix.
9278 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9279 (ebnf-iso-lex): Code fix.
9280
9281 * progmodes/ebnf-bnf.el: Doc fix.
9282 (ebnf-bnf-lex): Code fix.
9283
9284 * progmodes/ebnf-otz.el: Doc fix.
9285
9286 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9287
9288 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9289 (abbrev-prefix-mark): Doc fix.
9290
9291 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9292
9293 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9294 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9295 (gdb-var-delete): Make interactive (really).
9296 (gdb-edit-value): Make non-interactive.
9297
9298 * progmodes/gud.el (gud-speedbar-menu-items):
9299 Add gdb-var-delete and, indirectly, gdb-edit-value.
9300 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9301 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9302 (gud-gdb-marker-filter): Add comment for annotations.
9303
9304 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9305
9306 * calendar/calendar.el (generate-calendar)
9307 (calendar-read-date): Prevent display of BC calendars once more -
9308 reverts 2003-10-01 change.
9309 (generate-calendar-month): Doc fix.
9310
9311 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9312
9313 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9314 return value of increment-calendar-month.
9315
9316 2004-02-21 Stephen Compall <s11@member.fsf.org>
9317
9318 * saveplace.el (save-place-forget-unreadable-files)
9319 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9320 (save-place-forget-unreadable-files): New function.
9321 (save-place-alist-to-file): Use it to filter out files that are
9322 no longer readable.
9323
9324 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9325 current Texinfo environment, using the same method as in
9326 `texinfo-insert-@end', and insert a space rather than a newline if
9327 point in a @table environment.
9328
9329 2004-02-21 Juri Linkov <juri@jurta.org>
9330
9331 * ffap.el (ffap-file-at-point): Try parent directories.
9332
9333 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9334
9335 * vcursor.el (vcursor-modifiers): New defcustom.
9336 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9337 hard-coded list.
9338
9339 2004-02-21 Masatake YAMATO <jet@gyve.org>
9340
9341 * play/animate.el (animate-birthday-present): Accept names other
9342 than `Sarah', too.
9343
9344 2004-02-21 Juri Linkov <juri@jurta.org>
9345
9346 * startup.el: Remove table of command line arguments from the
9347 Commentary section.
9348
9349 2004-02-20 John Wiegley <johnw@newartisans.com>
9350
9351 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9352 again" modifier from 'e' to 'E', since 'e' is also used by the
9353 "file extension" modifier.
9354
9355 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9356
9357 * help-fns.el (describe-categories): Doc fix.
9358
9359 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9360
9361 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9362 temporary file for buffer already visiting one. This change makes
9363 output likely to be directly usable by patch program.
9364 Suggested by Adrian Aichner <adrian@xemacs.org>
9365
9366 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9367
9368 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9369 case of variables defined in compound statements.
9370 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9371 Simplify constructions using switch-to-buffer.
9372
9373 2004-02-19 Simon Josefsson <jas@extundo.com>
9374
9375 * play/morse.el: Fix typo.
9376 (morse-code): Add @.
9377
9378 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9379
9380 * calendar/appt.el (appt-display-format): Change default to
9381 'ignore, for backwards compatibility.
9382 (appt-display-message): If appt-display-format is 'ignore,
9383 respect old vars appt-msg-window and appt-visible.
9384 (appt-activate): Don't depend on return value of cancel-timer.
9385
9386 * calendar/calendar.el (calendar-holidays): Doc fix.
9387
9388 * calendar/cal-coptic.el (coptic-prompt-for-date):
9389 Use assoc-string instead of assoc-ignore-case.
9390 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9391 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9392 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9393 * calendar/cal-islam.el (calendar-goto-islamic-date)
9394 (mark-islamic-diary-entries): Ditto.
9395 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9396 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9397 (calendar-read-mayan-tzolkin-date): Ditto.
9398 * calendar/calendar.el (calendar-read-date): Ditto.
9399 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9400
9401 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9402
9403 * progmodes/executable.el (executable-command-find-posix-p):
9404 Fix choice of the directory.
9405
9406 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9407
9408 * simple.el (interprogram-cut-function)
9409 (interprogram-paste-function, kill-new, kill-append):
9410 Doc fixes.
9411 (kill-region): Make it return nil. Doc fix.
9412 (yank-pop): Make its argument optional.
9413 (yank): Make ARG `-' equivalent to `-1'.
9414
9415 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9416
9417 * mail/rmail.el (rmail-get-new-mail): Don't reference
9418 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9419
9420 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9423 if one of global-auto-revert-non-file-buffers or autorevert-mode
9424 is non-nil.
9425
9426 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9427
9428 * subr.el (delete-dups): A better implementation from Karl Heuer
9429 <kwzh@gnu.org>.
9430
9431 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9432
9433 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9434 correct place.
9435 * progmodes/icon.el (icon-indent-command): Ditto.
9436 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9437
9438 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9439
9440 * progmodes/grep.el (grep-compute-defaults): Undo change from
9441 2004-01-29: don't use executable-command-find-posix-p.
9442
9443 2004-02-16 Richard Sharman <rsharman@pobox.com>
9444
9445 * hilit-chg.el: Use require instead of eval-and-compile.
9446 (highlight-compare-buffers): New function.
9447
9448 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9449
9450 * man.el (Man-fontify-manpage): Render section headings in
9451 `Man-overstrike-face' even when overstrike was not used by man
9452 formatter for section headings.
9453
9454 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9455
9456 * rmail-spam-filter.el: (vm-use-spam-filter)
9457 (rsf-min-region-length-added-to-spam-list): New variables.
9458 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9459 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9460 spam testing. Don't delete spam message if automatic deletion
9461 after output via variable rmail-delete-after-output is turned on.
9462 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9463 rsf-bbdb-dont-create-entries-for-spam.
9464 (check-field): New function, extracted from code in
9465 rmail-spam-filter to ease addition of header fields like content-type.
9466 (message-content-type): New variable to check the content-type:
9467 field added, also in defcustom of rsf-definitions-alist.
9468 (rmail-spam-filter): Replace repeated test code for header fields
9469 by calls to check-field; change the call to
9470 rmail-output-to-rmail-file such that rmail-current-message stays
9471 the same to avoid wrong deletion of unseen flags.
9472 (rsf-add-contents-type): New function to convert old format
9473 of rmail-spam-definitions-alist into new one.
9474 Change prefixes of all variables and functions from
9475 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9476
9477 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9478
9479 * loadhist.el (unload-hook-features-list): New defvar.
9480
9481 2004-02-16 Dave Love <fx@gnu.org>
9482
9483 * loadhist.el (unload-feature): Doc fix. Rename flist to
9484 unload-hook-features-list.
9485
9486 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
9487
9488 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9489 cookie. Don't check if we are looking-at open-formula.
9490
9491 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9492
9493 * subr.el (match-string-no-properties): Use substring-no-properties.
9494
9495 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9496
9497 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9498 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9499 Use lower-case "rx" in all error message.
9500
9501 2004-02-16 Dave Love <fx@gnu.org>
9502
9503 * emacs-lisp/rx.el (rx-or): Put group around result.
9504 (rx-constituents): Add backref.
9505 (rx-syntax): Add string-delimiter, comment-delimiter.
9506 (rx-categories): Add combining-diacritic.
9507 (rx-check-not, rx-greedy, rx): Doc fix.
9508 (rx-backref, rx-check-backref): New.
9509
9510 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9511
9512 * newcomment.el (uncomment-region): Allow eob as comment end.
9513
9514 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9515
9516 * filecache.el: All message and error commands now use prefix
9517 "Filecache:" to make it easy to read *Messages* buffer.
9518
9519 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9520
9521 * autorevert.el: Add support to detect changed dired and VC buffers.
9522 (auto-revert-active-p, auto-revert-list-diff)
9523 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9524 (auto-revert-handler, auto-revert-active-p): New functions.
9525 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9526 and `auto-revert-active-p'.
9527 (eval-when-compile): Defvar dired-directory and vc-mode.
9528 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9529 (auto-revert-handler-vc): New functions.
9530
9531 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9532
9533 * progmodes/compile.el (compilation-directory): New defvar.
9534 (compile): Save current directory in compilation-directory.
9535 (recompile): Bind default-directory to compilation-directory if
9536 that is non-nil.
9537
9538 2004-02-16 Dave Love <fx@gnu.org>
9539
9540 * newcomment.el (comment-insert-comment-function)
9541 (comment-region-function, uncomment-region-function): New.
9542 (comment-indent): Use comment-insert-comment-function.
9543 (uncomment-region): Use uncomment-region-function.
9544 (comment-region): Use comment-region-function.
9545
9546 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9547
9548 2004-02-16 Richard Stallman <rms@gnu.org>
9549
9550 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9551 loaddefs* and ldefs-boot*.
9552
9553 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9554
9555 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9556 and email address at the beginning and end of the address.
9557
9558 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9559 anchored at the beginning of the email address.
9560
9561 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
9562
9563 * international/ccl.el (ccl-compile-write): Pass `left' to
9564 ccl-embed-code to generate correct code of write-expr-register.
9565
9566 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
9567
9568 * progmodes/grep.el (grep-compute-defaults): Fix typos.
9569
9570 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9571
9572 * x-dnd.el: Mention support for Motif in commentary.
9573 (x-dnd-handle-drag-n-drop-event): Ditto.
9574
9575 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9576
9577 * ses.el: Use "ses--" prefixes for buffer-local variables.
9578 Use (point-min) instead of 1, even when we know the buffer
9579 is unnarrowed.
9580 (ses-build-load-map): Delete. Distribute its content to defconst's for
9581 the three maps.
9582 (ses-menu, ses-header-line-menu): New menus.
9583 (ses-mode-map): Use them.
9584 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
9585
9586 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
9587
9588 * Makefile.in: Fix the CC Mode recompile kludge so it works
9589 when building in a different directory.
9590
9591 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
9592
9593 * simple.el (kill-new): Put yank-handler property on the entire string.
9594
9595 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * diff.el: Don't use compile any more, use diff-mode instead.
9598 (diff-regexp-alist, diff-old-file, diff-new-file)
9599 (diff-parse-differences, diff-process-setup): Remove.
9600 (diff-sentinel): New fun.
9601 (diff): Use it. Run the process ourselves.
9602 Use diff-mode for the rest of the processing.
9603
9604 * diff.el (diff): Simplify code handling `switch'.
9605
9606 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * pcvs-defs.el (cvs-menu): Add `tag'.
9609
9610 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9611
9612 * simple.el (kill-append): Doc fix.
9613
9614 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9615 Adapt outline-regexp to the new conventions for commenting out code.
9616
9617 2004-02-11 John Paul Wallington <jpw@gnu.org>
9618
9619 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9620
9621 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * diff.el (diff-switches): New fun.
9624 (diff, diff-backup): Use it.
9625 (diff): Clean up the args construction. Use backquote.
9626 Use listp instead of consp to avoid putting a nil arg.
9627 (diff): Add a revert-buffer function.
9628
9629 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9630
9631 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
9632 handled by x-dnd-handle-file-name.
9633 (x-dnd-known-types): Add COMPOUND_TEXT.
9634 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9635 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9636 x-dnd-empty-state.
9637 (x-dnd-forget-drop): Ditto.
9638 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9639 (x-dnd-handle-one-url): Return private when inserting text.
9640 (x-dnd-insert-ctext): New function.
9641 (x-dnd-handle-file-name): New function for FILE_NAME.
9642 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9643 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9644 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9645
9646 2004-02-10 Kenichi Handa <handa@m17n.org>
9647
9648 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9649 instead of while loop.
9650
9651 2004-02-10 Miles Bader <miles@gnu.org>
9652
9653 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9654
9655 2004-02-09 Kenichi Handa <handa@m17n.org>
9656
9657 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9658 have end-of-line.
9659
9660 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9661
9662 * Makefile.in: Added extra dependencies in the recompile target
9663 needed to cope with the compile time macro expansions in CC Mode.
9664
9665 2004-02-09 Kim F. Storm <storm@cua.dk>
9666
9667 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9668 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9669 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9670 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9671 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9672 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9673 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9674 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9675 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9676 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9677 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9678
9679 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9682 Don't allow shrink if there's a window on our right.
9683
9684 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9685 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9686 Bring together declaration and initialization.
9687 (prolog-mode-variables): Don't set the syntax table.
9688 Don't set paragraph-start and comment-indent-function.
9689 Add /*..*/ to the comment regexps.
9690 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
9691 (prolog-mode-map): Don't bind TAB.
9692 (prolog-mode): Set the syntax table.
9693 (prolog-comment-indent): Remove.
9694 (inferior-prolog-mode-map): Initialize in the declaration.
9695 (inferior-prolog-mode-syntax-table)
9696 (inferior-prolog-mode-abbrev-table): New vars.
9697 (inferior-prolog-mode): Derive from comint-mode.
9698 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9699 minibuffer windows.
9700
9701 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9702 in file names, as long as it is unabmiguous.
9703
9704 2004-02-08 Andreas Schwab <schwab@suse.de>
9705
9706 * textmodes/reftex-toc.el
9707 (reftex-toc-load-all-files-for-promotion): Remove useless use of
9708 format. Doc fix.
9709
9710 * textmodes/refer.el (refer-find-entry-internal): Remove extra
9711 format string arguments.
9712
9713 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9714 string argument.
9715
9716 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9717
9718 * play/zone.el (zone-call): Fix format string.
9719
9720 * net/webjump.el (webjump-builtin): Add missing format string argument.
9721
9722 * midnight.el (midnight-delay-set): Remove extra format string argument.
9723
9724 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9725
9726 * hexl.el (hexl-insert-char): Add missing format string argument.
9727
9728 * format.el (format-decode): Fix format string.
9729
9730 * emulation/vi.el (vi-mode): Remove extra format string argument.
9731 (vi-repeat-last-search): Likewise.
9732 (vi-reverse-last-search): Likewise.
9733 (vi-goto-mark): Likewise.
9734 (vi-reverse-last-find-char): Likewise.
9735 (vi-repeat-last-find-char): Likewise.
9736 (vi-locate-def): Likewise.
9737
9738 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9739
9740 * ediff-util.el (ediff-toggle-read-only): Remove extra format
9741 string argument.
9742 (ediff-toggle-regexp-match): Likewise.
9743
9744 * dired-aux.el (dired-do-query-replace-regexp): Add missing
9745 format string argument.
9746
9747 * calc/calc-map.el (calc-get-operator): Remove extra format
9748 string argument.
9749
9750 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9751
9752 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9753 string argument.
9754
9755 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9756
9757 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9758
9759 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9760
9761 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9762 (cl-struct-setf-expander): Likewise.
9763
9764 * vc.el (with-vc-file): Fix unsafe uses of error.
9765 (vc-cancel-version): Likewise.
9766
9767 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
9768
9769 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9770 thousands separator; fixes <class>:<line-number> regexp for
9771 non-english locales.
9772
9773 2004-02-08 Andreas Schwab <schwab@suse.de>
9774
9775 * view.el (view-mode-enable): Revert previous change.
9776
9777 2004-02-07 Kim F. Storm <storm@cua.dk>
9778
9779 * simple.el (line-number-at-pos): Rename from line-at-pos.
9780 Uses changed (what-line and vc-annotate-warp-version).
9781
9782 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9785 (diff-mode): Remove aborted attempt at support for compile.el.
9786 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9787
9788 2004-02-06 Andreas Schwab <schwab@suse.de>
9789
9790 * view.el (view-mode-enable): Add view-mode-map to
9791 minor-mode-overriding-map-alist.
9792
9793 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9794
9795 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9796
9797 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9800 with point inside rather than after the paragraph.
9801
9802 2004-02-04 Sam Steingold <sds@gnu.org>
9803
9804 * mail/smtpmail.el (smtpmail-try-auth-methods):
9805 Do not try authentication when no mechanism is available.
9806 Pass port-name as defaultport to `netrc-machine'.
9807
9808 2004-02-04 Stephen Eglen <stephen@gnu.org>
9809
9810 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9811 to show how minibuffer height can be constrained.
9812
9813 2004-02-04 John Paul Wallington <jpw@gnu.org>
9814
9815 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9816
9817 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9818
9819 * x-dnd.el: New file for drag and drop.
9820
9821 * term/x-win.el: require x-dnd, set after-make-frame-functions
9822 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9823 drag-n-drop event.
9824
9825 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9826 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9827 (dired-dnd-handle-file): New functions for drag and drop support.
9828 (dired-mode): Initialize drag and drop if x-dnd present.
9829
9830 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9833 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9834 (cperl-mode): Set fill-paragraph-function.
9835 (cperl-fill-paragraph): Make it non-interactive.
9836
9837 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
9838
9839 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9840
9841 2004-02-02 David Kastrup <dak@gnu.org>
9842
9843 * replace.el (perform-replace): Allow 'literal argument in
9844 regexp-flag to indicate literal replacement.
9845 (query-replace-regexp-eval): Use it.
9846
9847 2004-02-01 Andreas Schwab <schwab@suse.de>
9848
9849 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9850
9851 2004-02-01 Stephen Eglen <stephen@gnu.org>
9852
9853 * info-look.el: Add support for maxima-mode. Update commentary
9854 because info-lookup-symbol is now bound to C-h S.
9855
9856 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
9857
9858 * simple.el (edit-and-eval-command): Bind print-level and
9859 minibuffer-history-sexp-flag around call to read-from-minibuffer.
9860 Correct initial position in command-history.
9861
9862 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * files.el (read-directory-name): Adapt the docstring to recent
9865 change in Fread_file_name.
9866
9867 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
9868
9869 * ses.el (ses-print-cell): If print format too wide for column
9870 width, truncate decimal places if that helps to avoid "#####" fill.
9871 * ses.el (ses-initial-column-width): Revert previous change.
9872
9873 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9876 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9877 Add edebug info.
9878 (jit-lock-mode): Setup/cancel the new timer.
9879 (jit-lock-context-fontify): New fun. Extracted from
9880 context fontification code of jit-lock-stealth-fontify.
9881 (jit-lock-stealth-fontify): Don't do context fontification any more.
9882
9883 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9884 (jit-lock-fontify-now): Handle the `quit' case.
9885 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9886
9887 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
9888
9889 * progmodes/executable.el (executable-command-find-posix-p):
9890 New. Check if find handles arguments Posix-style.
9891
9892 * progmodes/grep.el (grep-compute-defaults):
9893 Use executable-command-find-posix-p.
9894 (grep-find): Check `grep-find-command'.
9895
9896 * filecache.el (file-cache-find-posix-p): Delete.
9897 (file-cache-add-directory-using-find):
9898 Use `executable-command-find-posix-p'.
9899
9900 2004-01-29 Dave Love <fx@gnu.org>
9901
9902 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9903 Iterate the hook function if arg is given.
9904 (mark-defun, narrow-to-defun): Change order of finding the limits.
9905
9906 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9907 (byte-compile-format-warn): New.
9908 (byte-compile-callargs-warn): Use it.
9909 (Format, message, error): Add byte-compile-format-like property.
9910 (byte-compile-maybe-guarded): New.
9911 (byte-compile-if, byte-compile-cond): Use it.
9912 (byte-compile-lambda): Compile interactive forms,
9913 just to make warnings about them.
9914
9915 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
9916
9917 * ses.el (ses-initial-column-width): Increase to 14, so it will
9918 work well with the default printer of "%.7g" for extreme values
9919 like "-1.234567e+07".
9920
9921 2004-01-29 Kenichi Handa <handa@m17n.org>
9922
9923 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9924
9925 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
9926
9927 * dos-w32.el: Added support for the `default-printer-name' function.
9928
9929 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * server.el (server-socket-name): Don't use the hostname in the
9932 socket name since /tmp is local to the host anyway.
9933
9934 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9935 robust check of widening and fix var-naming.
9936
9937 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
9938
9939 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9940 or rmail-spam- to rsf- in all function and variable names.
9941 (rsf-min-region-to-spam-list): New variable.
9942 (rsf-bbdb-auto-delete-spam-entries): Rename from
9943 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
9944 scanned together with the recipients field for spam testing; Don't
9945 delete spam message if rmail-delete-after-output is non-nil;
9946 (rsf-check-field): New function, extracted from code in
9947 rmail-spam-filter to ease addition of header fields like
9948 content-type:;
9949 (message-content-type): New variable. The content-type: field was
9950 added also in defcustom of rsf-definitions-alist;
9951 (rmail-spam-filter): Replace repeated test code for header fields
9952 by calls to check-field; change the call to
9953 rmail-output-to-rmail-file such that rmail-current-message stays
9954 the same to avoid wrong deletion of unseen flags.
9955 (rmail-use-spam-filter): Add autoload cookie.
9956
9957 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
9958
9959 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
9960 (file-cache-add-directory-using-find): Add Cygwin support.
9961 (file-cache-find-command-posix-flag): New user variable.
9962
9963 * filecache.el (file-cache-add-directory): Check for
9964 directories an remove them from dir-files.
9965
9966 2004-01-27 Richard M. Stallman <rms@gnu.org>
9967
9968 * man.el (Man-fontify-manpage): Clean up message.
9969
9970 2004-01-27 Kenichi Handa <handa@m17n.org>
9971
9972 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9973 (sentence-end): Define using sentence-end-without-space.
9974
9975 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9976 a sentence ends with one of a character in sentence-end-without-space.
9977
9978 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * font-lock.el (font-lock): Add jit-lock as explicit group member.
9981 (jit-lock): Group declaration moved to jit-lock.el.
9982 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9983 when necessary.
9984
9985 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9986 (jit-lock-context-unfontify-pos): Rename from
9987 jit-lock-first-unfontify-pos.
9988 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9989
9990 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9991
9992 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9993 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9994 (fortran-fill): When filling a string, adjust re-search-backward
9995 argument for special case of string just on fill-column.
9996 When filling non-string, allow one extra char if
9997 fortran-break-before-delimiters is non-nil.
9998 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9999 Use fortran-break-delimiters-re and fortran-no-break-re to
10000 correctly handle cases such as "**".
10001
10002 * progmodes/f90.el (f90-break-delimiters): Doc fix.
10003 (f90-no-break-re): Add some extra tokens. Doc fix.
10004
10005 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
10006
10007 * mail/rmail-spam-filter.el:
10008 Use two semicolons as Commentary line prefix.
10009 Add ";;; Code:" stylized comment.
10010 Delete end-of-line whitespace.
10011 Wrap (require 'cl) with `eval-when-compile'.
10012
10013 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
10014
10015 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10016 at the top level of vc.el.
10017
10018 2004-01-23 Andre Spiegel <spiegel@gnu.org>
10019
10020 * vc.el (vc-current-line): Function removed. This is now done by
10021 the new function line-at-pos in simple.el.
10022 (vc-annotate-warp-version): Use line-at-pos instead of
10023 vc-current-line.
10024
10025 2004-01-22 Kim F. Storm <storm@cua.dk>
10026
10027 * simple.el (line-at-pos): New defun.
10028 (what-line): Use it. Optimize by only counting lines in narrowed
10029 region once.
10030
10031 2004-01-22 Kenichi Handa <handa@m17n.org>
10032
10033 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10034 point (register r1) only for charset mule-unicode-0100-24ff.
10035
10036 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
10037
10038 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10039 trailing white space and ensure a final newline.
10040
10041 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10042 Add autoload cookie.
10043
10044 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
10045
10046 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10047 activate view-mode explicitly.
10048
10049 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10050
10051 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10052 use clipboard first.
10053
10054 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
10057 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10058 (vc-mcvs-cvs): Remove.
10059 (vc-mcvs-command): Remove use of assert.
10060
10061 * outline.el (outline-insert-heading): Tighten up match.
10062 (outline-demote, outline-move-subtree-down): Don't assume anything
10063 about outline-regexp.
10064
10065 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10066 (texinfo-show-structure): Explicitly add ^, and simplify.
10067
10068 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10069
10070 * calendar/appt.el (appt-check): Restore usage of
10071 appt-issue-message deleted in previous change.
10072 (top-level): Activate package when loaded (needed for backwards
10073 compatibility).
10074
10075 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10076
10077 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10078 following previous change to smtpmail-send-data.
10079
10080 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10081
10082 * vc.el (vc-default-previous-version): Doc enhancement.
10083 (vc-default-next-version): New function.
10084 (vc-print-log): New arg FOCUS-REV.
10085 (vc-annotate-mode): Derive from view-mode.
10086 (vc-annotate): New args REVISION, DISPLAY-MODE.
10087 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10088 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10089 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10090 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10091 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10092
10093 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10094
10095 2004-01-19 Karl Berry <karl@gnu.org>
10096
10097 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10098 or "TexInfo".
10099
10100 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10101
10102 * subr.el (delete-dups): New function.
10103
10104 2004-01-19 Karl Berry <karl@gnu.org>
10105
10106 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10107 with ^, since that's what texinfo-show-structure
10108 documentation says (plus it works much better in texinfo.txi).
10109
10110 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10111
10112 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10113
10114 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10115
10116 * progmodes/which-func.el (which-function-mode): Don't cancel
10117 which-func-update-timer if not set.
10118
10119 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10120
10121 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10122 Remove spurious left square bracket in XX:XXam regexp.
10123
10124 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10125
10126 * progmodes/cc-defs.el: Do not require cl at run time.
10127
10128 2004-01-16 Richard M. Stallman <rms@gnu.org>
10129
10130 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10131 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10132
10133 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10134 Call rmail-spam-filter. Delete and expunge spam.
10135 Print number of spam messages deleted.
10136 Save and restore the deletion status of old messages when reading
10137 new mail with spam filter, so that expunging spam does not expunge
10138 msgs deleted by the user.
10139 (rmail-only-expunge): Add an optional argument dont-show to
10140 prevent showing message after expunge.
10141
10142 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10143
10144 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10145 * subr.el (declare): New macro.
10146
10147 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10148
10149 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10150
10151 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10154 Test window-system rather than system-type (for X11/Mac).
10155
10156 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10157
10158 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10159
10160 2004-01-12 Richard M. Stallman <rms@gnu.org>
10161
10162 * mail/rmail.el (rmail-convert-to-babyl-format):
10163 Use mail-unquote-printable-region.
10164 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10165 (rmail-hex-char-to-integer): Functions deleted.
10166
10167 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10168 (mail-unquote-printable-region): New arg NOERROR.
10169 For invalid encoding, either signal an error to just return nil.
10170
10171 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10172
10173 * calendar/appt.el: Update copyright and commentary.
10174 (appt-issue-message): Make obsolete.
10175 (appt-visible, appt-msg-window): Make obsolete, in favour of
10176 appt-display-format.
10177 (appt-display-mode-line, appt-display-duration)
10178 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10179 (appt-prev-comp-time, appt-display-count, appt-timer)
10180 (appt-convert-time): Doc change.
10181 (appt-disp-window-function, appt-delete-window-function):
10182 Use defcustom rather than defvar.
10183 (appt-display-format): New variable.
10184 (appt-display-message): New function with display code from appt-check.
10185 (appt-check): Add optional FORCE argument. Doc change.
10186 Add appt-make-list to diary-hook if displaying diary.
10187 Remove checking of view-diary-entries-initially.
10188 Message display section removed to new function appt-display-message.
10189 (appt-display-window): Doc change. Remove unused internal var
10190 this-buffer. Do not beep, since appt-display-message does that.
10191 (appt-make-list): Doc change. Use caar.
10192 (appt-sort-list): Simplify by using builtin sort function.
10193 (appt-update-list): New function for updating appts when diary is
10194 saved.
10195 (appt-activate): New autoloaded function to toggle package
10196 functionality.
10197
10198 * calendar/cal-x.el: (calendar-one-frame-setup)
10199 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10200
10201 * calendar/calendar.el: Update copyright.
10202 (view-diary-entries-initially, european-calendar-style): Doc change.
10203 (calendar-setup): Make defcustom rather than defvar.
10204 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10205 in let binding so local to function.
10206
10207 * calendar/diary-lib.el: Update copyright.
10208 (diary, diary-entry-time): Doc change.
10209 (list-diary-entries): Doc change. Trivial logic change.
10210 (fancy-diary-display): Restore make-face command mistakenly
10211 deleted 2003-05-08.
10212 (show-all-diary-entries): Allow to pop-up frame if needed.
10213
10214 2004-01-09 John Paul Wallington <jpw@gnu.org>
10215
10216 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10217 Temporarily select EVENT's window for changing eol type.
10218
10219 2004-01-09 Deepak Goel <deego@gnufans.org>
10220
10221 * calendar/diary-lib.el (diary-entry-time):
10222 Also accept time in the form XX[.XX][am/pm/AM/PM].
10223 (fancy-diary-font-lock-keywords): Likewise.
10224 (diary-font-lock-keywords): Likewise.
10225 * calendar/appt.el (appt-add): Likewise.
10226 (appt-make-list): Likewise.
10227 (appt-convert-time): Likewise.
10228
10229 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10230
10231 * gdb-ui.el (gdb-ann3): Revert previous change.
10232 (gdb-source-info): Allow for case of where compilation directory
10233 is not recorded.
10234
10235 2004-01-08 John Paul Wallington <jpw@gnu.org>
10236
10237 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10238
10239 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10240
10241 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10242
10243 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10244 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10245 problems.
10246 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10247
10248 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10249
10250 * files.el (write-file-functions, write-contents-functions):
10251 Clarify docstrings.
10252
10253 2004-01-07 Kenichi Handa <handa@m17n.org>
10254
10255 * international/mule.el (set-auto-coding): Fix for the case that
10256 end-of-line is only CR.
10257
10258 2004-01-07 Kim F. Storm <storm@cua.dk>
10259
10260 * subr.el (event-start, event-end): Doc fix.
10261 (posn-string, posn-image): New defuns.
10262 (posn-object): Return either image or string object.
10263 (posn-object-x-y): Return 8th element of position.
10264 (posn-object-width-height): New defun.
10265
10266 2004-01-06 Andreas Schwab <schwab@suse.de>
10267
10268 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10269 output.
10270
10271 2004-01-05 Karl Berry <karl@gnu.org>
10272
10273 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10274 / and *, too.
10275
10276 2003-12-31 Simon Josefsson <jas@extundo.com>
10277
10278 * files.el (before-save-hook): Add.
10279 (basic-save-buffer): Use before-save-hook.
10280
10281 * emacs-lisp/copyright.el: Fix comment to recommend
10282 before-save-hook instead of write-file-functions.
10283
10284 2004-01-05 Richard M. Stallman <rms@gnu.org>
10285
10286 * finder.el (finder-commentary): Call delete-other-windows.
10287
10288 * net/ange-ftp.el (ange-ftp-file-attributes):
10289 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10290
10291 2004-01-04 Karl Berry <karl@gnu.org>
10292
10293 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10294 comment characters % and # in the copyright year notice,
10295 as well as ;.
10296
10297 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10298
10299 * wid-edit.el (default): Define dummy :value-delete.
10300 Reported by Jesper Harder <harder@ifa.au.dk>.
10301
10302 2004-01-03 Richard M. Stallman <rms@gnu.org>
10303
10304 * progmodes/compile.el (compile-internal): Use point, not point-min,
10305 for set-window-point.
10306
10307 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10308
10309 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10310
10311 * progmodes/grep.el (grep-mode-map):
10312 Don't remap next-line, previous-line.
10313
10314 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10315
10316 * speedbar.el (speedbar-edit-line): Change regexp to position
10317 the cursor on the first character of this line's button.
10318
10319 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10320
10321 * subr.el (functionp): Doc fix.
10322
10323 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10324
10325 * progmodes/idlwave.el (idlwave-make-tags):
10326 * textmodes/flyspell.el (flyspell-large-region):.
10327 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10328 * emulation/viper-util.el (viper-glob-unix-files):
10329 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10330 * man.el (Man-init-defvars):
10331 * jka-compr.el (jka-compr-call-process):
10332 * files.el (get-free-disk-space,insert-directory):
10333 * ediff-ptch.el (ediff-test-patch-utility):
10334 * ediff-diff.el (ediff-test-utility):
10335 * dired-aux.el (dired-check-process):
10336 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10337 test the return value of call-process, because it can be a string.
10338
10339 2003-12-31 John Paul Wallington <jpw@gnu.org>
10340
10341 * bindings.el (completion-ignored-extensions): Add .pfsl.
10342
10343 2003-12-31 Kim F. Storm <storm@cua.dk>
10344
10345 * ido.el (ido-nonreadable-directory-p): New defun to check for
10346 nonreadable directory without activating tramp (to avoid problems
10347 with checking incomplete tramp paths).
10348 (ido-set-current-directory, ido-file-internal)
10349 (ido-file-name-all-completions1): Use it.
10350
10351 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10352
10353 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10354 documentation if the anchor (or node) name is preceded by `info
10355 anchor' or `Info anchor' in addition to earlier `info node' and
10356 `Info node'.
10357 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10358
10359 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10360
10361 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10362 error in arguments to base64-decode-region. Remove ^M characters
10363 after decoding base64.
10364
10365 2003-12-30 Simon Josefsson <jas@extundo.com>
10366
10367 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10368 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10369 have only been distributed with Emacs for some years.
10370 (texinfo-mode-hook): Customize.
10371
10372 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10373
10374 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10375 cleaner (suggested by Richard Stallman).
10376
10377 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10378 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10379 file-name clashes on 8+3 DOS filesystems.
10380
10381 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10382 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10383 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10384 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10385 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10386 file-name clashes on 8+3 filesystems.
10387
10388 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10389 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10390 file-name clashes on 8+3 DOS filesystems.
10391
10392 2003-12-29 Richard M. Stallman <rms@gnu.org>
10393
10394 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10395 Upcase the character.
10396
10397 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10398 Search for header separator alone on a line, literally,
10399 and search for it backward, not forward.
10400 (flyspell-abbrev-table): Always use global-abbrev-table
10401 if there is no local one.
10402
10403 * progmodes/sh-script.el (sh-get-indent-info):
10404 Don't move point back if at bob.
10405
10406 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10407
10408 * play/handwrite.el (handwrite): Make the handwrite credit message
10409 a comment rather than an output command.
10410
10411 * obsolete/sc.el: Display message that this file is obsolete.
10412
10413 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10414
10415 * mail/rfc822.el (rfc822-address-start): Declare variable.
10416 Renamed from address-start. All uses changed.
10417
10418 * term.el (term-exec): Set up sentinel.
10419 (term-sentinel): New function.
10420 (term-handle-exit): New function.
10421
10422 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10423 Use assoc-string, and mark them obsolete.
10424 (delay-mode-hooks): Mark as permanent local.
10425
10426 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10427
10428 * register.el (copy-rectangle-to-register): Doc fix.
10429
10430 * info.el (Info-insert-dir): Use assoc-string.
10431
10432 * info-look.el (info-lookup): Use assoc-string.
10433
10434 * frame.el (pop-up-frame-function): Use quote, not `function'.
10435 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10436 copying with lists as coordinate values.
10437
10438 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10439
10440 * find-dired.el (kill-find): New command.
10441 (find-dired): Make buffer read-only.
10442 Set up a keymap with C-c C-k running kill-find.
10443 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10444
10445 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10446
10447 * filecache.el (file-cache-ignore-case): New variable.
10448 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10449
10450 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10451 (comint-dynamic-complete-as-filename): Rename local vars.
10452 (comint-dynamic-list-filename-completions): Likewise.
10453
10454 * comint.el (comint-dynamic-list-completions-config): New var.
10455 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10456
10457 * comint.el (comint-file-name-chars): Add [].
10458 (comint-word): Use skip-chars-backward, not search.
10459
10460 * shell.el (shell-file-name-chars): Add [].
10461
10462 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10463
10464 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10465
10466 * generic.el (define-generic-mode): Doc fix.
10467
10468 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10469
10470 * files.el (kill-some-buffers): Doc fix.
10471
10472 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
10473
10474 * comint.el (comint-watch-for-password-prompt): Pass `string' as
10475 arg to send-invisible
10476 (send-invisible): Doc fix. The argument is now a prompt, not the
10477 string to send.
10478 (comint-read-noecho): Doc fix.
10479
10480 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
10481
10482 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10483 "@", as required by some ISP hosting service. Fix defcustom
10484 argument syntax errors that prevented use of customization.
10485
10486 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10487
10488 * xml.el (xml-get-attribute-or-nil): Doc fix.
10489
10490 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
10491
10492 * net/zone-mode.el (zone-mode): Use write-file-functions, not
10493 write-file-hooks.
10494
10495 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
10496
10497 * autorevert.el (auto-revert-interval): Doc fix.
10498
10499 2003-12-29 Mark A. Hershberger <mah@everybody.org>
10500
10501 * xml.el (xml-get-attribute-or-nil): New function, like
10502 xml-get-attribute, but returns nil if the attribute was not found.
10503 (xml-get-attribute): Convert to defsubst, uses
10504 xml-get-attribute-or-nil.
10505
10506 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10507
10508 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10509
10510 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
10511
10512 * custom.el (custom-declare-theme): Use `value' when putting
10513 properties on `theme'.
10514
10515 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
10516
10517 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10518 for each yank-handler segment.
10519 (insert-for-yank-1): New function, with the body of the previous
10520 insert-for-yank.
10521
10522 * textmodes/table.el (table-yank-handler): New defcustom.
10523 (table--put-cell-indicator-property): Put yank-handler property
10524 that indicates the yank handler for the table cell.
10525
10526 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10527
10528 * generic-x.el (etc-modules-conf-generic-mode): A more complete
10529 set of keywords.
10530
10531 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10532
10533 * international/mule-cmds.el (reset-language-environment)
10534 (set-language-environment): Don't invoke fontset-related functions
10535 if fontset-list is not fboundp.
10536
10537 2003-12-29 Kenichi Handa <handa@m17n.org>
10538
10539 * international/mule-cmds.el (reset-language-environment):
10540 Call set-overriding-fontspec-internal with nil.
10541 (set-language-environment): Call set-overriding-fontspec-internal
10542 if the language environment specify `overriding-fontspec'.
10543 (language-info-alist): Doc added.
10544
10545 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10546 characters of mule-unicode-0100-24ff.
10547 (ccl-encode-windows-1251-font): New CCL program.
10548 ("Bulgarian"): Specify overriding-fontspec.
10549 ("Belarusian"): Likewise.
10550
10551 2003-12-28 Sam Steingold <sds@gnu.org>
10552
10553 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10554 parameter ID-FORMAT to conform with the 2003-11-30 patch.
10555
10556 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
10557
10558 * progmodes/gud.el (gud-gdb-command-name): Set default to
10559 "gdb --annotate=3".
10560 (gud-gdb-marker-filter): Look out for annotations.
10561 (gdb-first-pre-prompt): New variable.
10562 Remove trailing white space.
10563
10564 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10565 if necessary.
10566 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
10567 annotations are detected.
10568 (gud-gdba-marker-filter): Use global variable gud-marker-acc
10569 instead of a local one to allow transition from
10570 gud-gdb-marker-filter.
10571 Remove trailing white space.
10572
10573 2003-12-27 Kim F. Storm <storm@cua.dk>
10574
10575 * ido.el: Handle non-readable directories.
10576 (ido-decorations): Add 9th element for non-readable directory.
10577 (ido-directory-nonreadable): New dynamic var.
10578 (ido-set-current-directory): Set it.
10579 (ido-read-buffer, ido-file-internal):
10580 (ido-read-file-name, ido-read-directory-name): Let-bind it.
10581 (ido-file-name-all-completions1): Return empty list for
10582 non-readable directory.
10583 (ido-exhibit): Print [Not readable] if directory is not readable.
10584 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10585 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10586 Use it.
10587
10588 2003-12-27 Lars Hansen <larsh@math.ku.dk>
10589
10590 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10591 calls to directory-files-and-attributes and file-attributes.
10592 (ls-lisp-format): Remove system dependent handling of user and
10593 group id's.
10594
10595 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10596
10597 * ffap.el (ffap-read-file-or-url): Revert previous change.
10598
10599 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
10600
10601 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10602 new list of included files called `files-with-node-lines', that
10603 only have node lines. This way @include commands can include any
10604 file, such as version and update files without node lines, not
10605 just files that are chapters.
10606
10607 2003-12-25 Andreas Schwab <schwab@suse.de>
10608
10609 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10610 file not found.
10611
10612 2003-12-08 Miles Bader <miles@gnu.org>
10613
10614 * dired.el (dired-between-files): Always use dired-move-to-filename,
10615 which is more robust in non-english locales.
10616
10617 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10618
10619 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10620
10621 2003-12-24 Andreas Schwab <schwab@suse.de>
10622
10623 * shell.el (shell-file-name-quote-list): Add backslash.
10624
10625 * comint.el (comint-quote-filename): Correctly handle backslash
10626 in comint-file-name-quote-list.
10627
10628 2003-12-24 Kenichi Handa <handa@m17n.org>
10629
10630 * international/mule-cmds.el (set-default-coding-systems):
10631 Call ucs-set-table-for-input for all buffers that don't have local
10632 value of buffer-file-coding-system.
10633
10634 * international/ucs-tables.el (ucs-set-table-for-input):
10635 If translation-table-for-encode is a symbol, get its
10636 translation-table property.
10637
10638 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10639
10640 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10641 to `completing-read' on a recently fixed bug.
10642
10643 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10644 instead of SPACE, to get the list of possible fringe modes.
10645 SPACE only works if both `partial-completion-mode' and
10646 `completion-auto-help' are nil.
10647
10648 * complete.el (PC-is-complete-p): Delete.
10649 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10650 calls to `test-completion'.
10651
10652 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10653
10654 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10655 to edit values when there are no children.
10656
10657 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10658 a mode called "Assembler" already exists.
10659 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10660 (gud-watch): Use format option. Remove font properties from string.
10661 (gdb-var-create-handler, gdb-var-list-children-handler):
10662 Don't bother about properties as there are none.
10663 (gdb-var-create-handler, gdb-var-list-children-handler)
10664 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10665 with two arguments.
10666 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10667 Let speedbar show value changes with a different font.
10668 (gdb-edit-value): New defun.
10669 (gdb-clear-partial-output, gdb-clear-inferior-io)
10670 (def-gdb-auto-update-handler): Use erase-buffer.
10671 (gdb-frame-handler): Display watch expressions in
10672 FUNCTION::VARIABLE format if required.
10673
10674 2003-12-23 John Paul Wallington <jpw@gnu.org>
10675
10676 * info.el (Info-unescape-quotes, Info-split-parameter-string)
10677 (Info-goto-emacs-command-node): Doc fixes.
10678
10679 2003-12-12 Jesper Harder <harder@ifa.au.dk>
10680
10681 * cus-edit.el (custom-add-parent-links): Define "many".
10682
10683 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
10684
10685 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10686 (widget-child-validate, widget-type-value-create)
10687 (widget-type-default-get, widget-type-match): New functions.
10688 (lazy): New widget.
10689 (menu-choice, checklist, radio-button-choice, editable-list)
10690 (group, documentation-string): Remove redundant (per 2003-10-25
10691 change) calls to `widget-children-value-delete'.
10692 (widget-choice-value-get, widget-choice-value-inline): Remove.
10693 (menu-choice): Update widget.
10694
10695 2003-12-03 Kenichi Handa <handa@m17n.org>
10696
10697 * language/cyrillic.el: Register "microsoft-cp1251" in
10698 ctext-non-standard-encodings-alist.
10699 ("Bulgarian"): Add ctext-non-standard-encodings.
10700 ("Belarusian"): Likewise.
10701
10702 * international/mule-conf.el (compound-text-with-extensions):
10703 Change the type to 2 (iso-2022 base).
10704
10705 * international/mule.el (ctext-non-standard-encodings-alist):
10706 Change the format.
10707 (ctext-non-standard-encodings): New variable.
10708 (ctext-post-read-conversion): Fully re-written.
10709 (ctext-non-standard-designations-alist): Delete it.
10710 (ctext-non-standard-encodings-table): New function.
10711 (ctext-pre-write-conversion): Fully re-written.
10712
10713 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10714
10715 * cus-edit.el (custom-add-parent-links): Add documentation links
10716 for parent, if the item has none of its own.
10717
10718 2003-11-30 Richard M. Stallman <rms@gnu.org>
10719
10720 * dired-aux.el (dired-do-query-replace-regexp):
10721 Report files visited read-only.
10722
10723 2003-11-30 Juri Linkov <juri@jurta.org>
10724
10725 * dired-aux.el (dired-compare-directories): New command.
10726 (dired-file-set-difference, dired-files-attributes): New functions.
10727
10728 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10729 Version 2.0.38 of Tramp released.
10730
10731 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
10732 Charles Curley <charlescurley@charlescurley.com>.
10733 (tramp-multi-connection-function-alist): Add ssht entry which adds
10734 "-e none -t -t" to the list of ssh args. Suggested by Adrian
10735 Aichner.
10736 (tramp-get-method-parameter): New function to retrieve a method
10737 parameter. This allows for omission of method parameters.
10738 Callers adjusted.
10739
10740 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
10741
10742 * net/tramp.el: Add new optional parameter ID-FORMAT to
10743 `file-attributes'. Calls of `file-attributes' won't use this
10744 parameter for backward compatibility reasons.
10745 (tramp-perl-file-attributes): Add a new parameter to Perl script
10746 in order to handle uid/gid as strings, if desired.
10747 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10748 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10749 order to make the function more general.
10750 (tramp-handle-file-attributes): Replace proprietary optional
10751 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10752 (tramp-handle-file-attributes-with-perl): Handle parameter
10753 NONNUMERIC if set. This wasn't done in the past.
10754 (tramp-post-connection): Apply second parameter "$2" if
10755 `tramp-remote-perl' is called.
10756
10757 * net/tramp-smb.el (tramp-smb-handle-delete-file):
10758 Correct cut'n'waste error (`filename' instead of `directory').
10759 (tramp-smb-handle-directory-files-and-attributes)
10760 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10761 introduced parameter ID-FORMAT.
10762 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10763 error (`directory' instead of `ldir').
10764
10765 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10766 `file-attributes' has a second parameter. If yes, apply it with
10767 value "'integer". Otherwise, don't use that parameter (default is
10768 integer format).
10769
10770 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10771
10772 * help.el (help-map): Bind `display-local-help' to `C-h .'.
10773 (help-for-help): Add `C-h .' to the listed Help options.
10774 Remove trailing whitespace.
10775
10776 * help-at-pt.el: New file.
10777
10778 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
10779
10780 * subr.el (noreturn, 1value): New macros for test coverage.
10781 See `testcover.el'.
10782
10783 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10784
10785 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10786 for macro `1value'.
10787 (testcover-1value): New function. Checks that a 1value form
10788 actually returns only one value. Requested by RMS.
10789
10790 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
10791
10792 * gdb-ui.el (gud-watch, gdb-var-create-handler)
10793 (gdb-var-list-children, gdb-var-list-children-handler)
10794 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10795 gdb commands that use mi to keep them out of the command history.
10796
10797 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10798
10799 * cus-start.el (all): Add use-file-dialog.
10800
10801 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10804
10805 2003-11-27 Kim F. Storm <storm@cua.dk>
10806
10807 * subr.el (posn-object-x-y): New defun.
10808
10809 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10810
10811 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10812 Don't use `space' for \\\n.
10813 Be more selective as to which # are comment-starters.
10814
10815 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
10816
10817 * subr.el (number-sequence): Improve handling of floating point
10818 arguments (suggested by Kim Storm). Allow negative arguments.
10819
10820 2003-11-26 Kenichi Handa <handa@m17n.org>
10821
10822 * international/mule-cmds.el (standard-display-european-internal):
10823 Cancel the standard-display-table setting for ` and '.
10824
10825 2003-11-26 Kim F. Storm <storm@cua.dk>
10826
10827 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10828 New defcustoms to add ffap-like functionality to ido.
10829 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
10830 (ido-no-final-slash): New defun.
10831 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10832 (ido-read-file-name): ): Toggle VC checking via
10833 vc-handled-backends instead of vc-master-templates.
10834 (ido-file-internal): Handle ido-use-url-at-point and
10835 ido-use-filename-at-point via code borrowed from ffap-guesser.
10836 Handle new ido-exit code ffap.
10837 (ido-sort-list): Ignore final slash when sorting file names.
10838
10839 2003-11-25 Kim F. Storm <storm@cua.dk>
10840
10841 * emulation/cua-base.el (cua--standard-movement-commands):
10842 Add forward-sentence and backward-sentence.
10843
10844 2003-11-25 Stephen Eglen <stephen@gnu.org>
10845
10846 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10847 iswitchb-exit is set to 'usefirst when user selects buffer at head
10848 of list using RET. (Selecting buffers at the head of the list was
10849 broken if the substring was also a complete buffername.)
10850
10851 2003-11-23 Kim F. Storm <storm@cua.dk>
10852
10853 * progmodes/compile.el (grep-command, grep-use-null-device)
10854 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10855 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10856 (grep-regexp-alist, grep-program, find-program)
10857 (grep-find-use-xargs, grep-history, grep-find-history)
10858 (grep-process-setup, grep-compute-defaults)
10859 (grep-default-command, grep, grep-tag-default, grep-find)
10860 (grep-expand-command-macros, grep-tree-last-regexp)
10861 (grep-tree-last-files, grep-tree): Move grep variables, functions
10862 and commands to new file grep.el.
10863 (compilation-mode-map): Remove grep commands from Compile sub-menu.
10864 (compilation-process-setup-function): Doc fix.
10865 (compilation-highlight-regexp, compilation-highlight-overlay): New
10866 defvars used for highlighting current compile error in source buffer.
10867 (compile-internal): New optional args HIGHLIGHT-REGEXP and
10868 LOCAL-MAP which overrides compilation-highlight-regexp and
10869 compilation-mode-map for this compilation.
10870 Delay calling compilation-set-window-height until after running
10871 compilation-process-setup-function so it can buffer-local override
10872 compilation-window-height.
10873 Check buffer-local value of compilation-scroll-output.
10874 (compilation-set-window-height): Use buffer-local value of
10875 compilation-window-height.
10876 (compilation-revert-buffer): Don't pass (undefined)
10877 preserve-modes arg to revert-buffer.
10878 (next-error-no-select, previous-error-no-select): New commands.
10879 (compilation-goto-locus): Temporarily highlight current match in
10880 source buffer using compilation-highlight-regexp.
10881
10882 * progmodes/grep.el: New file with grep code from compile.el.
10883 (grep): New defcustom group.
10884 (grep-window-height): New defcustom, like compilation-window-height.
10885 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10886 (grep-scroll-output): New defcustom, like compilation-scroll-output.
10887 (grep-command, grep-use-null-device, grep-find-command)
10888 (grep-tree-files-aliases, grep-tree-ignore-case)
10889 (grep-tree-ignore-CVS-directories): Move to grep custom group.
10890 (grep-setup-hook): New hook variable.
10891 (grep-mode-map): New keymap for grep commands. Add Grep menu.
10892 (grep-last-buffer): New defvar, override compilation-last-buffer.
10893 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
10894 Call compile-internal with args highlight-regexp and grep-mode-map.
10895
10896 2003-11-23 Kim F. Storm <storm@cua.dk>
10897
10898 * subr.el (event-start, event-end): Doc fix.
10899 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10900 (posn-area, posn-actual-col-row, posn-object): New defuns.
10901 (posn-col-row): Simplify doc. Rewrite to use cond.
10902 (posn-point): Also return buffer position for events outside text
10903 area (that info is now present in the event position).
10904
10905 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10906 mouse-set-point so that hscroll still works now that clicks on
10907 fringes generate specific mouse events.
10908 (mouse-set-point): Note that it now works in fringes and margins
10909 too due to new semantics of posn-point in fringes and margins.
10910
10911 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10912 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10913
10914 2003-11-20 Kim F. Storm <storm@cua.dk>
10915
10916 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10917 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10918 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10919 to 100 for icons to avoid increasing line height when shown.
10920
10921 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10922
10923 * newcomment.el (comment-normalize-vars): Initialize properly if
10924 comment-start was nil.
10925
10926 2003-11-19 Andreas Schwab <schwab@suse.de>
10927
10928 * simple.el (set-variable): Fix indentation.
10929
10930 2003-11-17 Kenichi Handa <handa@m17n.org>
10931
10932 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10933 Fix docstring.
10934
10935 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10936
10937 * international/latin1-disp.el (latin1-display): Fix docstring.
10938
10939 2003-11-16 John Wiegley <johnw@newartisans.com>
10940
10941 * eshell/em-ls.el (eshell-ls-file): There are times with
10942 size-width is nil and uncomputed (when directories are created in
10943 dired, for example); in this case, 4 is reasonable default value,
10944 although it may caused skewed new entries (which could be avoided
10945 by returning the original value of 8 in all cases, but 99% of the
10946 time this is a waste of whitespace).
10947
10948 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10949
10950 * cc-engine.el (c-guess-continued-construct)
10951 (c-guess-basic-syntax): Check a little more carefully if it's a
10952 function declaration when an unknown construct followed by a block
10953 is found inside a statement context. This avoids macros followed
10954 by blocks to be taken as function declarations.
10955
10956 (c-guess-continued-construct): Change the analysis of a statement
10957 continuation with a brace open to `substatement-block', for
10958 consistency with recognized statements.
10959
10960 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10961 start is in a position so that `c-beginning-of-statement-1' jumped
10962 to the beginning of the same statement.
10963
10964 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10965 Don't accept binary operators in the arglist if we're in a function
10966 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
10967 template recognition in cases like "if (a < b || c > d)".
10968
10969 (c-restricted-<>-arglists): New more appropriate name for
10970 `c-disallow-comma-in-<>-arglists'.
10971
10972 Accessing functions updated for the variable name change.
10973
10974 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10975 match data could get clobbered if NOT-INSIDE-TOKEN is used.
10976
10977 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10978 labels.
10979
10980 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10981 instead of duplicating parts of it. This fixes bogus label
10982 recognition.
10983
10984 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10985 of checking the context in which to apply the minimum indentation,
10986 so that it isn't enforced in e.g. namespace blocks.
10987
10988 * cc-vars.el (c-inside-block-syms): New constant used by
10989 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
10990 to somewhat reduce the risk of becoming stale.
10991
10992 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10993 cc-cmds to cc-engine to allow use from cc-align.
10994
10995 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10996 qualified identifiers containing "::".
10997
10998 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10999 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11000
11001 * cc-vars.el (c-emacs-features): Use a space in front of the name
11002 of the temporary buffer. That also avoids dumping problems in
11003 XEmacs due to undo info being left around after the buffer is killed.
11004
11005 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11006 arglist to see if it's a K&R style declaration.
11007
11008 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11009 before returning `knr-argdecl-intro'.
11010
11011 2003-11-16 John Wiegley <johnw@newartisans.com>
11012
11013 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11014 field in a long-listing always 8 characters, use `size-width',
11015 which has already been computed.
11016
11017 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
11018
11019 * subr.el (minor-mode-list): Add `hs-minor-mode'.
11020
11021 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11022
11023 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11024 Support operation while narrowed, with `diff-restrict-view'.
11025
11026 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
11027
11028 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11029 Take additional optional arg NARROWFUN. For the generated functions:
11030 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
11031 include frags that arrange to check for and save narrowing state before
11032 the move and then conditionally call NARROWFUN after the move.
11033
11034 2003-11-14 John Wiegley <johnw@newartisans.com>
11035
11036 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11037 that was optional, but obviously missing based on surrounding code.
11038
11039 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11040 string arguments to numbers unless the whole argument was seen as
11041 a number.
11042
11043 2003-11-14 Kenichi Handa <handa@m17n.org>
11044
11045 * international/mule.el (ctext-non-standard-encodings-alist):
11046 Fix coding systems.
11047
11048 2003-11-10 Kenichi Handa <handa@m17n.org>
11049
11050 * language/kannada.el ("Kannada"): Add sample-text.
11051
11052 * language/knd-util.el (kannada-compose-region)
11053 (kannada-compose-string, kannada-post-read-conversion):
11054 Add autoload cookie.
11055
11056 * international/quail.el (quail-completion): Change the message
11057 "corresponding translations" to "corresponding characters".
11058
11059 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11060
11061 * descr-text.el (describe-char): Fix typo.
11062
11063 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11064
11065 These changes are to support Kannada language/script.
11066
11067 * Makefile.in (DONTCOMPILE): Add kannada.el.
11068
11069 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11070
11071 * loadup.el: Preload kannada.el.
11072
11073 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11074 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11075 New variables.
11076
11077 * language/kannada.el: New file.
11078
11079 * language/knd-util.el: New file.
11080
11081 2003-11-07 Andreas Schwab <schwab@suse.de>
11082
11083 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11084 Also highlight AH_*.
11085
11086 * xml.el (xml-parse-dtd): Fix misplaced paren.
11087
11088 2003-11-07 Kenichi Handa <handa@m17n.org>
11089
11090 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11091
11092 2003-11-05 Juri Linkov <juri@jurta.org>
11093
11094 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11095 (desktop-buffer-file): Use saved buffer-file-coding-system
11096 for file reading. Set auto-insert to nil to prevent automatic
11097 insertion into restored empty files.
11098
11099 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11100
11101 * files.el (risky-local-variable-p): Make second argument optional.
11102
11103 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11104
11105 * subr.el (add-hook): Fix last change.
11106
11107 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11108
11109 * mail/rmail.el (rmail-convert-to-babyl-format):
11110 If base64-decode-region signals an error, catch it and silently
11111 ignore it.
11112
11113 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11114
11115 * xml.el (xml-parse-region): Allow comments to appear after the
11116 topmost element has closed.
11117 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11118 (xml-ns-expand-attr): New functions to do namespace handling.
11119 (xml-intern-attrlist): Back-compatible handling of attribute names.
11120 (xml-parse-tag): Move namespace handling to separate functions.
11121 Now produces elements in the form ((:ns . "element") (attr-list)
11122 children) instead of ('ns:element (attr-list) children).
11123 (xml-parse-attlist): Fix attribute parsing.
11124 (xml-parse-dtd): Change parsing so that it produces strings
11125 instead of interned symbols.
11126
11127 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11128
11129 * dired.el (dired-ls-sorting-switches): Doc fix.
11130
11131 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11132
11133 * emacs-lisp/rx.el (rx-or): Fix the case of
11134 "(rx (and ?a (or ?b ?c) ?d))".
11135
11136 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11137
11138 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11139 (texinfo-format-region): Use it.
11140 (texinfo-format-buffer-1): Ditto.
11141
11142 2003-11-01 Alan Mackenzie <acm@muc.de>
11143
11144 Changes to allow scrolling whilst in isearch mode:
11145 * isearch.el (isearch-unread-key-sequence): New function,
11146 extracted from isearch-other-meta-char.
11147 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11148 "scrollable" standard functions.
11149 (isearch-allow-scroll): New customizable variable.
11150 (isearch-string-out-of-window, isearch-back-into-window)
11151 (isearch-reread-key-sequence-naturally)
11152 (isearch-lookup-scroll-key): New functions.
11153 (isearch-other-meta-char): Doc string and functionality enhanced.
11154 Now accepts a prefix argument.
11155 (isearch-lazy-highlight-window-end): New variable.
11156 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11157 end (thru isearch-lazy-highlight-window-end), not only its start.
11158
11159 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11160 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11161 (universal-argument, universal-argument-more, negative-argument)
11162 (digit-argument, universal-argument-other-key): Minor changes.
11163
11164 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11165
11166 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11167 recursively if the last message is deleted, thus avoiding an
11168 infinite loop.
11169
11170 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11173 (tex-main-file): Don't add .tex if the extension is already present.
11174 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11175
11176 2003-10-29 Lute Kamstra <lute@gnu.org>
11177
11178 * progmodes/octave-inf.el (inferior-octave-prompt):
11179 Recognize version number in prompt.
11180
11181 2003-10-28 Dave Love <fx@gnu.org>
11182
11183 * international/characters.el: Fix some Unicode ranges.
11184
11185 2003-10-28 Kenichi Handa <handa@m17n.org>
11186
11187 * disp-table.el (standard-display-8bit)
11188 (standard-display-default, standard-display-ascii)
11189 (standard-display-g1, standard-display-graphic)
11190 (standard-display-underline): Assure that standard-display-table
11191 is a display table.
11192
11193 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11196 reindenting the first line.
11197
11198 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11199
11200 * wid-edit.el (widget-default-delete): Always delete child widgets.
11201
11202 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11203
11204 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11205 if the line has code.
11206 Don't try to line up with something that's too far left.
11207
11208 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11209 (octave-mode-syntax-table): Add % as a comment starter.
11210 (octave-point): Remove.
11211 (octave-in-comment-p, octave-in-string-p)
11212 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11213 (octave-blink-matching-block-open, octave-auto-fill):
11214 Use line-(beginning|end)-position instead.
11215
11216 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11217
11218 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11219 for Francesco Potort\e,Al\e(B.
11220
11221 2003-10-23 Dave Love <fx@gnu.org>
11222
11223 * international/mule-cmds.el (locale-charset-to-coding-system):
11224 Don't rely on nil being a coding system.
11225
11226 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11227 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11228 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11229
11230 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11231
11232 * gdb-ui.el (gdb-current-language): New variable.
11233 (gdb-update-flag): Remove variable.
11234 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11235 (gdb-take-last-elt): Remove function.
11236 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11237 (gdb-post-prompt): Check for variable object changes here.
11238
11239 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11240 object changes in gdb-ui.el.
11241
11242 2003-10-21 Richard M. Stallman <rms@gnu.org>
11243
11244 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11245
11246 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11247 Don't check for foo*/ wildcard form here.
11248 (insert-directory): Recognize foo*/ as a wildcard.
11249 Separate wildcard-regexp variable from the arg, wildcard.
11250
11251 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11252 (remove-hook): Correctly handle strange cases about local hooks.
11253
11254 2003-10-21 David Ponce <david@dponce.com>
11255
11256 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11257 argument REAL, to return a real number instead of a rounded
11258 integer value. Define as inline function.
11259 (ruler-mode-right-fringe-cols): Likewise.
11260 (ruler-mode-scroll-bar-cols): New function.
11261 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11262 (ruler-mode-right-scroll-bar-cols): Likewise.
11263 (ruler-mode-space): New function.
11264 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11265 scroll bar mode and margins in a more robust way.
11266
11267 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11268
11269 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11270 (antlr-c-init-language-vars): New function.
11271 (antlr-mode): Use it with cc-mode before v5.29.
11272 (antlr-c-common-init): Don't set some local vars here.
11273 (antlr-mode): Set them here.
11274 (antlr-c-forward-sws): New function alias.
11275 (antlr-mode): Redefine with cc-mode before v5.30.
11276 (antlr-skip-sexps): Use it.
11277 (antlr-skip-exception-part): Ditto.
11278 (antlr-skip-file-prelude): Ditto.
11279 (antlr-outside-rule-p): Ditto.
11280 (antlr-end-of-body): Ditto.
11281 (antlr-option-kind): Ditto.
11282 (antlr-insert-option-area): Ditto.
11283 (antlr-file-dependencies): Ditto.
11284
11285 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11286
11287 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11288 Move backward only if point was not inside an entry.
11289
11290 2003-10-21 Richard M. Stallman <rms@gnu.org>
11291
11292 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11293
11294 2003-10-21 Juri Linkov <juri@jurta.org>
11295
11296 * compare-w.el: Automatically skip non-matching text to resync.
11297 (compare-windows-whitespace): Doc fix.
11298 (compare-windows-sync, compare-windows-sync-string-size)
11299 (compare-windows-recenter, compare-ignore-whitespace)
11300 (compare-windows-highlight, compare-windows-face): New variables.
11301 (compare-windows): Use compare-windows-sync.
11302 (compare-windows-highlight, compare-windows-dehighlight)
11303 (compare-windows-sync-regexp)
11304 (compare-windows-sync-default-function): New functions.
11305
11306 2003-10-21 Juri Linkov <juri@jurta.org>
11307
11308 * diff.el (diff-parse-differences): Don't visit the files now;
11309 instead, just record the error locus.
11310
11311 2003-10-21 Dave Love <fx@gnu.org>
11312
11313 * progmodes/cfengine.el: New file.
11314
11315 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11318 default-directory when completing file names.
11319
11320 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11321
11322 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11323 followed by the word `face', it gets treated as a face, even if
11324 it is also defined as a variable or a function.
11325
11326 2003-10-20 Dave Love <fx@gnu.org>
11327
11328 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11329 Avoid incf in macro expansion.
11330
11331 2003-10-20 John Paul Wallington <jpw@gnu.org>
11332
11333 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11334 `evenp' so we don't implicitly require cl library at runtime.
11335
11336 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11337
11338 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11339 (help-make-xrefs): Only make cross-references for faces if
11340 preceded or followed by the word `face'. Do not make a
11341 cross-reference for variables without variable documentation,
11342 unless preceded by the word `variable' or `option'. Update doc
11343 string accordingly.
11344
11345 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11346
11347 * progmodes/hideshow.el: Rewrite one-armed `if'
11348 constructs using either `when' or `unless'.
11349 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11350
11351 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11352
11353 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11354 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11355 instead of 12x12.
11356
11357 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11358
11359 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11360 message while converting to Babyl.
11361
11362 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11363
11364 * allout.el (allout-mode): Doc fix.
11365
11366 2003-10-16 Lute Kamstra <lute@gnu.org>
11367
11368 * subr.el (force-mode-line-update): Fix docstring.
11369
11370 2003-10-14 Dave Love <fx@gnu.org>
11371
11372 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11373 (default-input-method): Add :link, improve :type.
11374 (locale-charset-language-names): Fix utf-8 pattern.
11375 (locale-charset-match-p, locale-charset-alist)
11376 (locale-charset-to-coding-system): New.
11377 (set-locale-environment): Deal with codeset part of locale specs.
11378
11379 2003-10-14 Lute Kamstra <lute@gnu.org>
11380
11381 * fringe.el (fringe-mode): Use active voice in docstring.
11382 (set-fringe-style): Ditto.
11383
11384 2003-10-13 Lute Kamstra <lute@gnu.org>
11385
11386 * fringe.el (fringe-mode): Fix docstring.
11387 (set-fringe-style): Ditto.
11388
11389 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11390
11391 * ediff-mult.el (ediff-filegroup-action):
11392 Use ediff-default-filtering-regexp.
11393
11394 * ediff-util.el (ediff-recenter): Don't call
11395 ediff-restore-highlighting twice.
11396 (ediff-select-difference): Set current difference.
11397 (ediff-unselect-and-select-difference): Add comment.
11398
11399 * ediff.el (ediff-directories,ediff-directory-revisions)
11400 (ediff-directories3,ediff-merge-directories)
11401 (ediff-merge-directories-with-ancestor)
11402 (ediff-merge-directory-revisions)
11403 (ediff-merge-directory-revisions-with-ancestor):
11404 Use ediff-default-filtering-regexp.
11405
11406 2003-10-12 Andreas Schwab <schwab@suse.de>
11407
11408 * international/mule-cmds.el (locale-charset-language-names):
11409 Simplify regex by removing unused grouping.
11410
11411 2003-10-10 Dave Love <fx@gnu.org>
11412
11413 * bindings.el: Don't bind stop.
11414
11415 2003-10-08 Miles Bader <miles@gnu.org>
11416
11417 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11418 face instead of attempting to emulate it.
11419
11420 2003-10-07 Kenichi Handa <handa@m17n.org>
11421
11422 * international/mule-diag.el (list-coding-systems-1): List coding
11423 systems that are loaded automatically.
11424
11425 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11426
11427 * international/mule.el (autoload-coding-system): New function.
11428
11429 2003-10-07 Andreas Schwab <schwab@suse.de>
11430
11431 * log-edit.el (log-edit-changelog-entries): Prefer local value of
11432 change-log-default-name in the buffer visiting the file.
11433
11434 2003-10-06 Dave Love <fx@gnu.org>
11435
11436 * files.el (find-file-hook): Customize.
11437 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11438
11439 * bindings.el (completion-ignored-extensions): Remove .log.
11440 (global-map): Add again, open, stop keys.
11441
11442 2003-10-05 Richard M. Stallman <rms@gnu.org>
11443
11444 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11445 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11446 Use sh-modify directly.
11447 (sh-select): Use sh-append, not eval.
11448
11449 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11450
11451 * info.el (Info-following-node-name): New function.
11452
11453 * loadhist.el (unload-feature-special-hooks):
11454 Rename from loadhist-hook-functions.
11455 (loadhist-hook-functions): Now an alias.
11456
11457 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11458
11459 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11460 file-name clashes on 8+3 filesystems.
11461
11462 * Makefile.in (DONTCOMPILE, bootstrap-clean):
11463 Rename loaddefs-boot.el to ldefs-boot.el
11464
11465 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11466 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11467
11468 2003-10-03 Lute Kamstra <lute@gnu.org>
11469
11470 * info.el (Info-mode): Revert previous change.
11471 (Info-escape-percent): New function.
11472 (Info-fontify-node): Use it.
11473
11474 2003-10-02 Andreas Schwab <schwab@suse.de>
11475
11476 * loaddefs-boot.el: Regenerated.
11477
11478 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
11479
11480 * ffap.el: Remove defadvice related code from CVS since `complete'
11481 provides a `PC-completion-as-file-name-predicate' variable that
11482 ffap can override.
11483
11484 2003-10-02 Kenichi Handa <handa@m17n.org>
11485
11486 * international/utf-8.el (ccl-decode-mule-utf-8):
11487 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11488
11489 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11490 * international/subst-big5.el: Likewise.
11491 * international/subst-gb2312.el: Likewise.
11492 * international/subst-ksc.el: Likewise.
11493
11494 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11495
11496 * calendar/calendar.el (increment-calendar-month)
11497 (calendar-leap-year-p, calendar-absolute-from-gregorian)
11498 (generate-calendar, calendar-read-date, calendar-interval)
11499 (calendar-day-of-week): Handle years BC.
11500 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11501
11502 2003-10-01 Dave Love <fx@gnu.org>
11503
11504 * language/cyrillic.el (cp1251): Alias for windows-1251.
11505
11506 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11507 bootstrap.
11508
11509 2003-10-01 Lute Kamstra <lute@gnu.org>
11510
11511 * files.el: Fix typo.
11512 * imenu.el (imenu--generic-function): Docstring fix.
11513
11514 2003-09-30 Richard M. Stallman <rms@gnu.org>
11515
11516 * dired.el (dired-mode): Handle dired-directory as a list.
11517
11518 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
11519
11520 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11521
11522 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11523
11524 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11525 Replace gud-display with gud-watch.
11526 (gud-speedbar-buttons): Add stuff for watching expressions
11527 in the speedbar when using M-x gdba. Use dolist on old part
11528 of this function.
11529
11530 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11531 (gdb-update-flag): New variables.
11532 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11533 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11534 (gud-watch, gdb-var-create-handler) : New functions.
11535 (gdb-var-list-children, gdb-var-list-children-handler)
11536 (gdb-var-create-regexp, gdb-var-update-regexp)
11537 (gdb-var-list-children-regexp): New constants.
11538 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11539 (gdb-annotation-rules): Reduce annotation set (level 3).
11540 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11541 (gdb-post-prompt): Don't update GDB buffers every time speedbar
11542 updates.
11543 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11544 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11545 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11546 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11547 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11548 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11549 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11550 (gud-display, gud-display1)
11551 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11552 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11553 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11554 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11555 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11556 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11557 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11558 (gdb-display-display-buffer, gdb-toggle-display)
11559 (gdb-delete-display, gdb-expressions-popup-menu)
11560 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11561 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11562 to display buffer.
11563
11564 2003-09-30 Richard M. Stallman <rms@gnu.org>
11565
11566 * progmodes/ada-mode.el (ada-mode): Don't use advice.
11567 Instead, set which-func-functions.
11568
11569 * progmodes/which-func.el (which-func-modes): Add ada-mode.
11570 (which-func-functions): New variable.
11571 (which-function): Use that.
11572
11573 * info.el (Info-mode): Double each `%' in header line.
11574
11575 * emacs-lisp/lisp-mnt.el (lm-with-file):
11576 When FILE is nil, run BODY in current buffer.
11577
11578 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11579
11580 * help.el (describe-mode): Start with a brief list of minor modes.
11581 Find them thru minor-mode-list so as to find them all.
11582 Show them in alphabetical order.
11583
11584 * mail/sendmail.el (mail-aliases): Doc fix.
11585
11586 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11587
11588 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11589
11590 * mail/rmailsum.el (rmail-make-summary-line-1):
11591 Change comma after last label to a space.
11592 (rmail-summary-font-lock-keywords): Adapt to that change.
11593
11594 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
11595
11596 * progmodes/scheme.el (scheme-mode-variables): When setting
11597 `font-lock-defaults', also specify that "#" should
11598 be interpreted with `word' syntax.
11599 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11600
11601 2003-09-30 Lars Hansen <larsh@math.ku.dk>
11602
11603 * desktop.el: A lot of comments updated.
11604 (desktop-save-mode): Minor mode introduced.
11605 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11606 (desktop-load-default): Function made obsolete.
11607 (desktop-locals-to-save): Variable made customizable.
11608 (desktop-read): Optional parameter `dirname' added.
11609 (desktop-change-dir, desktop-revert): Parameter `dirname' in
11610 `desktop-read' used.
11611 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11612
11613 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
11614
11615 * whitespace.el (whitespace-clean-msg): Add user customizable message
11616 for displaying ``clean'' output.
11617 (whitespace-buffer): Use `whitespace-clean-msg'.
11618 (whitespace-global-mode): Fix typo.
11619
11620 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11621
11622 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11623
11624 2003-09-29 Lute Kamstra <lute@gnu.org>
11625
11626 * bindings.el (mode-line-modes): Remove superfluous :propertize
11627 construct in initialization.
11628 (mode-line-position): Change cons cell into proper list in
11629 initialization.
11630
11631 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11632
11633 * international/mule.el (decode-coding-inserted-region): Use car
11634 of the return value of find-operation-coding-system.
11635
11636 2003-09-29 Kenichi Handa <handa@m17n.org>
11637
11638 * descr-text.el (describe-char): Fix previous change.
11639
11640 2003-09-28 Kenichi Handa <handa@m17n.org>
11641
11642 * descr-text.el (describe-char-display): New function.
11643 (describe-char): Pay attention to display table on describing how
11644 a character is displayed.
11645
11646 * international/mule-cmds.el (encoded-string-description):
11647 Prepend "0x" to each encoded byte.
11648
11649 2003-09-28 Andreas Schwab <schwab@suse.de>
11650
11651 * find-file.el (ff-special-constructs): Add autoload cookie.
11652
11653 2003-09-28 Kevin Ryde <user42@zip.com.au>
11654
11655 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11656 makeinfo appends to duplicate index entries.
11657
11658 2003-09-28 Eli Zaretskii <eliz@gnu.org>
11659
11660 * dired-x.el (dired-clean-tex): Doc fix.
11661
11662 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11663 using a Chinese tutorial.
11664
11665 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11666
11667 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11668 between "MAIL FROM:" and "RCPT TO:" and the following address.
11669
11670 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11671
11672 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11673
11674 2003-09-28 David Ponce <david@dponce.com>
11675
11676 * recentf.el (recentf-initialize-file-name-history): New defcustom.
11677 (recentf-load-list): When `recentf-initialize-file-name-history'
11678 is non-nil, initialize an empty `file-name-history' with the
11679 recent list.
11680
11681 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
11682
11683 * man.el (Man-default-man-entry): Remove the leading `*' from the
11684 word at point.
11685
11686 2003-09-26 Lute Kamstra <lute@gnu.org>
11687
11688 * bindings.el (mode-line-position): Mention size indication in
11689 docstring.
11690
11691 2003-09-26 Andre Spiegel <spiegel@gnu.org>
11692
11693 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11694
11695 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11696 because it's autoloaded now.
11697
11698 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11699
11700 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11701 (sh-font-lock-keywords, sh-feature): Fix previous change of
11702 sh-feature to avoid infloop with sh-font-lock-keywords.
11703
11704 2003-09-25 Kim F. Storm <storm@cua.dk>
11705
11706 * frame.el (frame-current-scroll-bars): New defun.
11707
11708 * window.el (window-current-scroll-bars): New defun.
11709
11710 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11711
11712 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11713 cause errors when the state cache contains info on parts that have
11714 been narrowed out.
11715
11716 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11717
11718 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11719 `c-setup-paragraph-variables' has to be used when this variable is
11720 changed; it doesn't work to reinitialize the mode since that
11721 typically clobbers the variable.
11722
11723 * progmodes/cc-styles.el (c-setup-paragraph-variables):
11724 Make it interactive.
11725
11726 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11727
11728 * progmodes/cc-fonts.el (c-font-lock-declarations):
11729 Fix recognition of constructors and destructors for classes whose
11730 names are matched by `*-font-lock-extra-types'.
11731
11732 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11733 followed by an identifier in C++ then it's a type.
11734
11735 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11736
11737 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11738 problem that primarily affected XEmacs. Don't use faces to find
11739 unterminated strings since Emacs and XEmacs fontify strings
11740 differently - this function should now work better in XEmacs.
11741
11742 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11743
11744 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11745 `expand-abbrev' workaround which caused braces to misbehave inside
11746 macros.
11747
11748 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11749 handling. This bug could cause interactive font locking to bail out.
11750
11751 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11752
11753 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11754 Handle paren-style types in Pike. Also fixed some cases of
11755 insufficient handling of unbalanced parens.
11756
11757 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
11758
11759 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11760 common shell prompts that are not common filename or URL characters.
11761 (ffap-file-at-point): Use the new regexp to strip the prompts from
11762 the file names. This is an issue mostly for user prompts that
11763 don't have a trailing space and find-file-at-point is invoked from
11764 within a shell inside Emacs.
11765
11766 2003-09-24 Andre Spiegel <spiegel@gnu.org>
11767
11768 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11769 stamps numerically, rather than textually.
11770
11771 2003-09-24 Kenichi Handa <handa@m17n.org>
11772
11773 * language/devan-util.el (devanagari-post-read-conversion):
11774 * language/mlm-util.el (malayalam-post-read-conversion):
11775 * language/tml-util.el (tamil-post-read-conversion):
11776 Add autoload cookie.
11777
11778 * international/utf-8.el (utf-8-post-read-conversion):
11779 Call post-read-conversion functions for Devanagari, Malayalam,
11780 and Tamil.
11781
11782 2003-09-23 Dave Love <fx@gnu.org>
11783
11784 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11785
11786 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
11787
11788 * progmodes/gud.el (perldb): Add gud-until to list of commands.
11789 Update gud-remove.
11790
11791 2003-09-22 Richard M. Stallman <rms@gnu.org>
11792
11793 * progmodes/sh-script.el (sh-mode-default-syntax-table):
11794 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
11795 (sh-mode-syntax-table-input): New variable.
11796 (sh-require-final-newline): Don't use eval.
11797 (sh-builtins, sh-leading-keywords, sh-other-keywords)
11798 (sh-variables, sh-font-lock-keywords): Don't use eval.
11799 (sh-set-shell): When setting require-final-newline,
11800 treat value = `require-final-newline' as don't change it.
11801 Set sh-mode-syntax-table locally based on
11802 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11803
11804 * progmodes/compile.el (compile-internal):
11805 Call compilation-set-window-height before setting window start.
11806
11807 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
11808
11809 * emacs-lisp/bytecomp.el (byte-compile-log-file):
11810 Clear out byte-compile-last-warned-form.
11811
11812 2003-09-22 Richard M. Stallman <rms@gnu.org>
11813
11814 * woman.el (woman-file-name, woman-follow-word):
11815 If current-word returns nil, use "".
11816
11817 * simple.el (eval-expression): Bind standard-output in to-buffer case.
11818
11819 2003-09-22 Richard M. Stallman <rms@gnu.org>
11820
11821 * emacs-lisp/lisp-mnt.el (lm-with-file):
11822 Don't visit the file, just use insert-file-contents in temp buffer.
11823
11824 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
11825
11826 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11827 Add surrounding \\( and \\) around the header, as in
11828 for lm-history-header 'Change Log\\|History'.
11829
11830 2003-09-22 John Paul Wallington <jpw@gnu.org>
11831
11832 * progmodes/ld-script.el: Add Commentary section,
11833 minor cleanup of file header.
11834 (ld-script-font-lock-keywords): Doc fix.
11835 (toplevel): Provide `ld-script' feature.
11836
11837 2003-09-21 Kim F. Storm <storm@cua.dk>
11838
11839 * scroll-bar.el (set-scroll-bar-mode): Initialize to
11840 new built-in variable default-frame-scroll-bars.
11841 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11842 scroll-bar-mode; notably, use it instead of t when we toggle
11843 scroll-bars on.
11844 (toggle-scroll-bar): Use default-frame-scroll-bars.
11845
11846 2003-09-19 Masatake YAMATO <jet@gyve.org>
11847
11848 * pcvs.el (cvs-do-removal): Change the prompt depending on
11849 `filter' value.
11850
11851 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11852
11853 * startup.el (command-line-1): Stop startup-echo-area-message
11854 being hidden by "Loading image..." message.
11855 (use-fancy-splash-screens-p, display-splash-screen):
11856 Move display-graphic-p test from latter to former.
11857
11858 * progmodes/sh-script.el (sh-font-lock-keywords):
11859 Highlight escaped EOLs differently from other backslash constructs.
11860
11861 2003-09-19 Richard M. Stallman <rms@gnu.org>
11862
11863 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11864 New functions.
11865 (edebug-enter, edebug-outside-excursion): Use them.
11866
11867 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11868 Fix the condition for whether to print "In WHERE".
11869
11870 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
11871
11872 * finder.el (finder-mode-hook): New variable.
11873 (finder-mode): Run hook finder-mode-hook
11874
11875 2003-09-18 Masatake YAMATO <jet@gyve.org>
11876
11877 * progmodes/ebrowse.el: Fix broken magic autoload comments.
11878
11879 2003-09-17 Mario Lang <mlang@delysid.org>
11880
11881 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11882 "p %e" to actually print the value in the GUD buffer.
11883
11884 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
11885
11886 From David Ponce <david.ponce@wanadoo.fr>:
11887 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11888 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11889 from loaddefs-boot.el if necessary.
11890
11891 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
11892
11893 * progmodes/gud.el (gud-find-class): Make jdb work again since
11894 cc-mode changed the syntactic information.
11895
11896 2003-09-15 David Ponce <david@dponce.com>
11897
11898 * recentf.el: (recentf-exclude): Accept predicates too.
11899 (recentf-file-readable-p): New function.
11900 (recentf-include-p): Handle predicates in recentf-exclude.
11901 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
11902 (recentf-cleanup): Likewise.
11903 (recentf-save-list): Use write-file to handle backup of
11904 recentf-save-file.
11905
11906 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
11907
11908 * loaddefs-boot.el: Renamed from `loaddefs.el'
11909 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11910 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11911 necessary.
11912
11913 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
11914
11915 * electric.el (Electric-pop-up-window): For the `one-window' case,
11916 no longer disconcertingly move point in the original buffer.
11917
11918 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11921
11922 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
11923
11924 * dired.el (dired-mode-map): Fix typo.
11925
11926 2003-09-11 Richard M. Stallman <rms@gnu.org>
11927
11928 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11929
11930 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11931
11932 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11933 the function is less noisy. Now only `kill-buffer' can ask questions.
11934
11935 2003-09-10 Mario Lang <mlang@delysid.org>
11936
11937 * battery.el: Update Commentary and Copyright.
11938 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11939 appear due to wrong ordering of the expressions in `or'.
11940
11941 2003-09-09 Lute Kamstra <lute@gnu.org>
11942
11943 * misc.el (upcase-char): Fix docstring.
11944 (zap-up-to-char): New command.
11945
11946 2003-09-08 David Ponce <david@dponce.com>
11947
11948 Ensure that recentf correctly updates the menu bar.
11949 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11950 (recentf-menu-bar): New function.
11951 (recentf-clear-data): Use it
11952 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
11953 of easy-menu-change.
11954
11955 2003-09-08 Lute Kamstra <lute@gnu.org>
11956
11957 * simple.el (size-indication-mode): New.
11958 * bindings.el (mode-line-position): Add buffer size indicator.
11959
11960 2003-09-04 Mario Lang <mlang@delysid.org>
11961
11962 * battery.el (battery-linux-proc-acpi): New function.
11963 (battery-status-function): Modify default value calculation to also
11964 check for availability of ACPI.
11965 (battery-echo-area-format): Ditto.
11966 (battery-mode-line-format): Ditto.
11967
11968 2003-09-06 Dave Love <fx@gnu.org>
11969
11970 * ielm.el (ielm-mode-hook): Add :options.
11971
11972 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11973 (eldoc-print-current-symbol-info): Use it.
11974
11975 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
11976
11977 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11978 being displayed in GUD buffer.
11979 (gdb-idle-input-queue): Remove var. Use just one queue.
11980 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11981 Remove functions. Use just one queue.
11982 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11983 (gdb-invalidate-assembler, gdb-get-current-frame):
11984 Modify functions. Use just one queue.
11985
11986 2003-09-04 Dave Love <fx@gnu.org>
11987
11988 * cus-start.el: Add blink-cursor-alist.
11989
11990 * ruler-mode.el (ruler-mode-fill-column-char)
11991 (ruler-mode-current-column-char): Use char-displayable-p,
11992 not window-system.
11993
11994 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11995
11996 * language/european.el (windows-1252): Move from code-pages.
11997
11998 * language/cyrillic.el ("Windows-1251"): Delete.
11999 ("Bulgarian", "Belarusian"): Remove `features'.
12000 (windows-1251): Move from code-pages.
12001
12002 * international/mule-diag.el (non-iso-charset-alist):
12003 Remove `codepage' stuff.
12004 (print-designation, list-coding-systems-1): Output fixes.
12005
12006 * international/code-pages.el (cp-make-translation-table)
12007 (cp-valid-codes): Made defsubsts.
12008 (cp-fix-safe-chars): Delete.
12009 (mule-diag): Don't require.
12010 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12011 (top-level): Check for defined coding system when defining
12012 cp... aliases. Change w32-add-charset-info test to avoid warning.
12013 (non-iso-charset-alist): Defvar when compiling.
12014 (cp-make-coding-system): Doc fix.
12015
12016 2003-09-02 Jason Rumney <jasonr@gnu.org>
12017
12018 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12019 line-ends from CVS before doing conversion.
12020
12021 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
12022
12023 * calendar/diary-lib.el (diary-header-line-flag)
12024 (diary-header-line-format): New variables.
12025 (list-diary-entries): Use them to set header line in simple diary.
12026
12027 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12028 other than font-lock-string-face to highlight backslashes.
12029
12030 2003-09-01 Jason Rumney <jasonr@gnu.org>
12031
12032 * international/titdic-cnv.el (tit-read-key-value): Include \r in
12033 regexp.
12034
12035 2003-09-01 Dave Love <fx@gnu.org>
12036
12037 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12038
12039 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12040 and :help; also line and column numbers labels.
12041
12042 * international/mule-util.el (char-displayable-p): Move from
12043 latin1-disp, rename and autoload.
12044
12045 * international/latin1-disp.el (latin1-char-displayable-p):
12046 Now obsolete alias. Replace uses with char-displayable-p.
12047 (latin1-display-ucs-per-lynx): Fix last change.
12048
12049 * international/mule-cmds.el (standard-display-european-internal):
12050 Don't use char code for Latin-1 NBSP.
12051 <XFree86 4>: Unfrob NBSP display table. Set display table to use
12052 U+2018, U+2019 for `'.
12053 (select-safe-coding-system): Message fix.
12054
12055 2003-09-01 Kenichi Handa <handa@m17n.org>
12056
12057 * international/fontset.el (setup-default-fontset): For Thai
12058 font, specify "*" family.
12059
12060 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12061
12062 * progmodes/compile.el (previous-error): Accept a prefix
12063 argument, similarly to next-error.
12064
12065 2003-08-31 Masatake YAMATO <jet@gyve.org>
12066
12067 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12068 the number of files. Bind the number of files to a local
12069 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12070
12071 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12072
12073 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12074 2003-07-26: msdos-long-file-names is a function, not a variable.
12075
12076 2003-08-29 Richard M. Stallman <rms@gnu.org>
12077
12078 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12079 Do nothing with mail-personal-alias-file if it is nil.
12080
12081 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12082 Do nothing if mail-personal-alias-file is nil.
12083
12084 * term.el (term-exec-1): Bind coding-system-for-read.
12085
12086 * dired.el (dired-mouse-find-file-other-window):
12087 Use dired-view-command-alist here, as in dired-view-file.
12088 (dired-view-command-alist): Use %s to substitute file name.
12089 Handle .ps_pages, .eps, .jpg, .gif, .png.
12090
12091 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12092
12093 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12094 `Info-prev-reference', instead of M-tab.
12095
12096 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12097
12098 * simple.el (blink-matching-open): Work correctly on chars that
12099 are designated as parens through the syntax-table text property.
12100
12101 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12102
12103 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12104 line break position in the middle of a non-kinsoku (e.g. latin)
12105 word, making it skip until either a space or a character with
12106 category "|".
12107 (kinsoku-longer): Test for end of buffer.
12108
12109 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12110
12111 * mail/rmail.el (rmail-convert-to-babyl-format):
12112 Detect quoted-printable- and base64-encoded messages and decode them
12113 automatically. Set the message's encoding from the charset=
12114 header, if any. Decode base64-encoded messages in Mail format as well.
12115
12116 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12117
12118 * mail/smtpmail.el: Fix previous change.
12119 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12120 calling smtpmail-via-smtp.
12121 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12122
12123 2003-08-26 John Paul Wallington <jpw@gnu.org>
12124
12125 * image.el (image-jpeg-p): Don't search beyond length of data.
12126
12127 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12128
12129 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12130 misfeature in `expand-abbrev' which caused electric keywords like
12131 "else" to disappear if an open brace was typed directly afterwards.
12132
12133 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12134
12135 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12136 mandatory in `define-widget'.
12137
12138 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12139 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12140
12141 (c-assignment-operators): New language constant that only contains
12142 the assignment operators.
12143
12144 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12145
12146 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12147
12148 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12149 Safeguard against unbalanced sexps.
12150
12151 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12152
12153 * version.el (emacs-version): Check for gtk. Include gtk version info.
12154
12155 2003-08-25 John Paul Wallington <jpw@gnu.org>
12156
12157 * man.el (Man-default-man-entry): Don't whizz past the section
12158 number before looking for it.
12159
12160 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12161
12162 * progmodes/gud.el (gud-display-line): Don't set window-point if
12163 source buffer is not visible. (Only happens with M-x gdba.)
12164
12165 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12166 documentation.
12167 (gdb-source, gdb-source-info): Update to assembler unnecessary
12168 as its done after each GDB command anyway.
12169 (gdb-pre-prompt): Use with-current-buffer.
12170 (gdb-insert-field): Add help-echo text.
12171 (gdb-invalidate-assembler): Re-display of assembler now done in
12172 gdb-info-breakpoints-custom.
12173 (gdb-info-breakpoints-custom): Force re-display of assembler to
12174 happen *after* update of breakpoints buffer.
12175 (gdb-display-source-buffer): Don't choke if gdb-source-window
12176 isn't visible.
12177 (gdb-put-string, gdb-put-arrow): Remove free variables.
12178
12179 2003-08-24 John Paul Wallington <jpw@gnu.org>
12180
12181 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12182
12183 * man.el (Man-default-man-entry): Strip text properties when
12184 snarfing parts of entry because `format' preserves properties.
12185
12186 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12187
12188 * files.el (file-newest-backup): Use `expand-file-name'.
12189
12190 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12191 Allow the diary to pop up a new frame, if needed.
12192
12193 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12194 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12195 (smtpmail-send-it): Make treatment of envelope-from consistent with
12196 sendmail.el.
12197
12198 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12199 (sh-leading-keywords): Add the bash `time' reserved word.
12200 (sh-variables): Add some bash variables.
12201 (sh-add-completer): Fix nil branch of case statement.
12202
12203 2003-08-24 Masatake YAMATO <jet@gyve.org>
12204
12205 * progmodes/ld-script.el: New file.
12206
12207 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12208
12209 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12210
12211 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12212
12213 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12214 Better explain obsolescence, and what to use instead.
12215
12216 2003-08-23 Masatake YAMATO <jet@gyve.org>
12217
12218 * pcvs.el (cvs-do-removal): Show the deleted file name
12219 on the prompt.
12220
12221 2003-08-20 Dave Love <fx@gnu.org>
12222
12223 * international/mule.el (make-coding-system)
12224 (set-buffer-file-coding-system): Doc fix.
12225
12226 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12227
12228 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12229
12230 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12231
12232 * international/utf-16.el: Add mime-text-unsuitable coding system
12233 properties.
12234
12235 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12236
12237 * cus-edit.el: Add some :links.
12238 (bib): Remove.
12239
12240 * textmodes/bib-mode.el (bib): Add :group external.
12241
12242 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12243
12244 * wid-edit.el (widget-echo-help): Make it handle expressions that
12245 evaluate to strings.
12246
12247 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12248
12249 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12250
12251 Simplify selection of SQL products to define highlighting and
12252 interactive mode. Includes detailed instructions on adding
12253 support for new products.
12254
12255 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12256 product for use in highlighting and interactive mode.
12257 (sql-interactive-product): New variable. SQL product for
12258 sql-interactive-mode.
12259 (sql-product-support): New variable. Specifies product-specific
12260 parameters to drive highlighting and interactive mode.
12261 (sql-imenu-generic-expression): Add more object types.
12262 (sql-sqlite-options): Correct comment.
12263 (sql-ms-program): Use "osql" rather than "isql".
12264 (sql-prompt-regexp, sql-prompt-length): Update comment.
12265 (sql-mode-menu): Add "Start SQLi session" entry.
12266 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12267 (sql-mode-abbrev-table): Add abbreviations. Support of
12268 SYSTEM-FLAG on define-abbrev. Support was removed with last
12269 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12270 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12271 names.
12272 (sql-mode-ansi-font-lock-keywords): Set as default value.
12273 (sql-mode-oracle-font-lock-keywords): Set as default value.
12274 Support Oracle 9i keywords.
12275 (sql-mode-postgres-font-lock-keywords): Set as default value.
12276 (sql-mode-linter-font-lock-keywords): Set as default value.
12277 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12278 SQLServer 2000.
12279 (sql-mode-sybase-font-lock-keywords)
12280 (sql-mode-interbase-font-lock-keywords)
12281 (sql-mode-sqlite-font-lock-keywords)
12282 (sql-mode-strong-font-lock-keywords)
12283 (sql-mode-mysql-font-lock-keywords)
12284 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12285 keywords.
12286 (sql-mode-font-lock-defaults): Update comment.
12287 (sql-product-feature): New function. Returns feature associated
12288 with a product from `sql-product-support' alist.
12289 (sql-product-font-lock): New function. Set font-lock support
12290 based on `sql-product'.
12291 (sql-add-product-keywords): New function. Add font-lock rules to
12292 product-specific keyword variables.
12293 (sql-set-product): New function. Set `sql-product' and apply
12294 appropriate font-lock highlighting.
12295 (sql-highlight-product): New function. Set font-lock support
12296 based on a product. Also set mode name to include product name.
12297 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12298 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12299 Use `sql-set-product'.
12300 (sql-highlight-ms-keywords)
12301 (sql-highlight-sybase-keywords)
12302 (sql-highlight-interbase-keywords)
12303 (sql-highlight-strong-keywords)
12304 (sql-highlight-mysql-keywords)
12305 (sql-highlight-sqlite-keywords)
12306 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12307 (sql-get-login): Prompt in the same order as the tokens.
12308 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12309 (sql-product-interactive): New function. Common portions of
12310 product-specific interactive mode wrappers.
12311 (sql-interactive-mode): Rewritten to use product features.
12312 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12313 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12314 (sql-db2, sql-linter): Use `sql-product-interactive'.
12315 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12316 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12317 (sql-connect-ingres, sql-connect-postgres)
12318 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12319 New functions. Format command line parameters and invoke comint on
12320 the appropriate interpreter. Code was in the corresponding
12321 `sql-xyz' function before.
12322 (sql-connect-ms): New function. Support -E argument to use
12323 operating system credentials for authentication.
12324
12325 2003-08-18 Kenichi Handa <handa@m17n.org>
12326
12327 * international/mule.el (encode-char): Fix for the ASCII case.
12328
12329 2003-08-15 Kenichi Handa <handa@m17n.org>
12330
12331 * international/fontset.el (setup-default-fontset): Change "*" to
12332 nil in the specifications of font family.
12333
12334 2003-08-18 Kim F. Storm <storm@cua.dk>
12335
12336 * kmacro.el (kmacro-keymap): Group related bindings in
12337 initialization for clarity. Bind C-s to start macro.
12338 Remove C-r binding.
12339 (kmacro-initial-counter-value): New defvar to hold initial counter
12340 value in case we set the value before defining a macro.
12341 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12342 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12343 not defining or executing macro. Doc fix.
12344 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12345 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12346 temporarily view older elements on the macro ring without cycling
12347 the ring.
12348 (kmacro-display): Doc fix.
12349 (kmacro-exec-ring-item): New helper function.
12350 (kmacro-call-ring-2nd): Use it.
12351 (kmacro-call-ring-2nd-repeat): Doc fix.
12352 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12353 (kmacro-end-or-call-macro): Execute last viewed macro (using
12354 kmacro-exec-ring-item) from ring if this follows
12355 kmacro-view-macro. This allows us to find a macro on the ring
12356 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12357 the ring to bring it to the head of the ring.
12358 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12359 Allow binding to reserved keys without specifying C-x C-k prefix.
12360 Ask for confirmation if entered key sequence is already bound to
12361 a non-macro command.
12362 (kmacro-view-macro): Repeating command will show older elements
12363 on the macro ring; C-k will execute the last viewed macro.
12364 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12365 property from 'ring to 'head.
12366
12367 2003-08-17 Alan Shutko <ats@acm.org>
12368
12369 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12370 keeping December out of the alist.
12371
12372 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12373
12374 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12375 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12376 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12377 (calendar-flatten): New function.
12378 (calendar-mouse-view-other-diary-entries)
12379 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12380 in the menu title and to show multi-line diary entries correctly
12381 in the menu.
12382
12383 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12384
12385 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12386 defcustom, because the default was recently changed.
12387
12388 2003-08-16 Richard M. Stallman <rms@gnu.org>
12389
12390 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12391
12392 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12393 New subroutine, broken out of eval-last-sexp-1.
12394 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12395
12396 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12397
12398 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12399
12400 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12401
12402 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12403
12404 * progmodes/compile.el (compilation-error-regexp-alist):
12405 Add Java ANt error detection as described in document
12406 http://ant.apache.org/faq.html
12407
12408 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12409
12410 * simple.el (backward-word, forward-to-indentation)
12411 (backward-to-indentation): Argument changed to optional.
12412 (next-line, previous-line): Use `or' instead of `unless'.
12413
12414 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12415
12416 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12417 instead of a constant.
12418
12419 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12420
12421 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12422
12423 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12424
12425 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12426 (vc-sccs-workfile-version): Search the entire delta table, rather
12427 than just the first entry, because that might be a deleted version.
12428
12429 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12430
12431 * menu-bar.el (menu-bar-options-menu): Supply a body for the
12432 [save-place] binding in the Options menu. Have it require
12433 'saveplace' and then toggle the variable manually, to avoid an an
12434 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12435 for the bug report.
12436
12437 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12438
12439 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12440 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12441 (gdb-info-threads-custom): Add help-echo text.
12442 (gdb-display-back): Don't use purecopy.
12443 (gdb-info-breakpoints-custom, gdb-reset)
12444 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12445 icons can be displayed.
12446
12447 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12448
12449 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12450
12451 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12452
12453 * bookmark.el (bookmark-completing-read):
12454 Return a string, instead of a list of one string.
12455 Use a popup menu if activated from the mouse.
12456 (bookmark-edit-annotation): Remove unused vars.
12457 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12458 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12459 to bookmark-completing-read.
12460 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12461 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12462 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12463 and erase-buffer.
12464 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12465 (bookmark-menu-jump, bookmark-menu-insert)
12466 (bookmark-popup-menu-and-apply-function)
12467 (bookmark-menu-popup-paned-bookmark-menu): Remove.
12468 (bookmark-menu-build-paned-menu): Remove by folding it into
12469 bookmark-menu-popup-paned-menu.
12470 (menu-bar-bookmark-map): Move the define-key statements here.
12471 Use the "non-menu" commands since they now pop up a menu if needed.
12472 (bookmark-exit-hook-internal): Simplify.
12473
12474 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
12475
12476 * reftex-toc.el (reftex-toc-rename-label): New function.
12477 (reftex-toc-check-docstruct): New function.
12478
12479 * reftex.el (reftex-region-active-p): New function.
12480
12481 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12482 regexp to find the \bibliography macro.
12483
12484 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12485 which does not exist in LaTeX.
12486 (reftex-cite-format-builtin): Added amsrefs support.
12487 (reftex-toc-confirm-promotion): New option
12488
12489 * reftex-toc.el
12490 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12491 (reftex-toc-demote, reftex-toc-promote)
12492 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12493 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12494 (reftex-toc-newhead-from-alist)
12495 (reftex-toc-load-all-files-for-promotion): New functions.
12496 (reftex-toc-help): Added description of new keys.
12497 (reftex-toc-split-windows-fraction): New option.
12498 (reftex-recenter-toc-when-idle): Search *toc* window on all
12499 visible frames.
12500 (reftex-toc): Additional parameter REUSE
12501 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
12502 with REUSE argument.
12503 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12504 the call of `reftex-toc'.
12505 (reftex-make-separate-toc-frame): New function .
12506 (reftex-toc-recenter): When called with triple prefix arg, call
12507 `reftex-make-separate-toc-frame' first.
12508 (reftex-toc-toggle-dedicated-frame): New command.
12509 (reftex-toc-quit): Adapted to delete frame when called in
12510 dedicated frame.
12511
12512 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12513 all enclosing macros.
12514
12515
12516 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12517
12518 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12519 first use.
12520
12521 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12522
12523 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12524
12525 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12526
12527 * calendar/calendar.el (list-diary-entries-hook)
12528 (diary-display-hook, nongregorian-diary-listing-hook)
12529 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12530 Add some customize options for these hooks.
12531 (calendar-abbrev-construct): Don't try to take a substring longer
12532 than the original string.
12533
12534 2003-08-05 Richard M. Stallman <rms@gnu.org>
12535
12536 * emacs-lisp/testcover.el (noreturn): Report error if does return.
12537 (testcover-reinstrument-clauses): Doc fix.
12538
12539 * emacs-lisp/warnings.el: Doc fixes, args renamed.
12540 (warning-type-format): Rename from warning-group-format.
12541
12542 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12543 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12544 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12545 to prevent warnings about defvar for an obsolete variable.
12546
12547 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12548 warning-group-format renamed to warning-type-format.
12549
12550 * subr.el (read-passwd): Use clear-string instead of fillarray.
12551
12552 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12553 Use vconcat instead of concat.
12554 (edmacro-sanitize-for-string): New function.
12555
12556 2003-08-05 Dave Love <fx@gnu.org>
12557
12558 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12559 line-number-display-limit-width.
12560
12561 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12562
12563 2003-08-05 Kenichi Handa <handa@m17n.org>
12564
12565 * international/code-pages.el: Don't require mule-diag.
12566
12567 * international/mule-diag.el (non-iso-charset-alist):
12568 Add autoload cookie.
12569
12570 * language/devan-util.el (dev-glyph-order): Add an entry for the
12571 glyph code #xC4.
12572
12573 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12574
12575 * calendar/calendar.el (diary-file, diary-file-name-prefix)
12576 (european-calendar-style, diary-date-forms)
12577 (calendar-day-name-array, calendar-month-name-array): Doc change.
12578 (generate-calendar-month): Adapt for new behaviour of
12579 `calendar-day-name' function.
12580 (calendar-abbrev-length, calendar-day-abbrev-array)
12581 (calendar-month-abbrev-array): New variables.
12582 (calendar-abbrev-construct): New function.
12583 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12584 rather than fixing abbrevs at some width. Calling syntax change.
12585 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
12586 (calendar-date-string): Adapt for new behaviours of
12587 `calendar-day-name' and `calendar-month-name' functions.
12588
12589 * calendar/diary-lib.el (list-diary-entries): Adapt for new
12590 behaviour of `calendar-day-name' and `calendar-month-name' functions.
12591 (diary-name-pattern): Use abbrev arrays, rather than fixing
12592 abbrevs at three chars. Calling syntax change.
12593 (mark-diary-entries): Adapt for new behaviours of
12594 `diary-name-pattern' and `calendar-make-alist' functions.
12595 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12596 `diary-name-pattern' function.
12597 (font-lock-diary-date-forms): Use abbrev arrays, rather than
12598 fixing abbrevs at three chars. Calling syntax change.
12599 (cal-hebrew, cal-islam): Require when compiling.
12600 (diary-font-lock-keywords): Adapt for new behaviour of
12601 `font-lock-diary-date-forms' function.
12602
12603 * calendar/cal-hebrew.el: Reposition some code so defined before used.
12604 (calendar-hebrew-month-name-array-common-year)
12605 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12606 (list-hebrew-diary-entries): Adapt for new behaviours of
12607 `calendar-day-name' and `add-to-diary-list' functions.
12608 (mark-hebrew-diary-entries): Adapt for new behaviours of
12609 `diary-name-pattern' and `calendar-make-alist' functions.
12610
12611 * calendar/cal-islam.el (calendar-islamic-month-name-array):
12612 Add doc string.
12613 (list-islamic-diary-entries): Adapt for new behaviours of
12614 `calendar-day-name' and `add-to-diary-list' functions.
12615 (mark-islamic-diary-entries): Adapt for new behaviours of
12616 `diary-name-pattern' and `calendar-make-alist' functions.
12617
12618 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12619 `calendar-month-name' function.
12620
12621 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12622
12623 * calendar/solar.el (solar-seasons-data): Move definition before use.
12624
12625 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12626 (cal-tex-LaTeX-hourbox): Move definition before use.
12627
12628 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12629 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12630 lunar.el, solar.el
12631 (displayed-month, displayed-year): Define for compiler.
12632
12633 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12634
12635 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12636 MODE. Renamed from c-init-c-language-vars'.
12637 (c-initialize-cc-mode): Change accordingly.
12638 (c-common-init): Ditto.
12639 (c-mode): Ditto.
12640 (c++-mode): Use `c-init-language-vars-for'.
12641 (objc-mode): Ditto.
12642 (java-mode): Ditto.
12643 (idl-mode): Ditto.
12644 (pike-mode): Ditto.
12645 (awk-mode): Ditto.
12646
12647 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12648
12649 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12650 or not the point moved.
12651
12652 (c-search-decl-header-end): Don't trip up on operator identifiers
12653 in C++ and operators like == in all languages.
12654
12655 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12656 Detect leading labels correctly.
12657
12658 2003-08-02 Andreas Schwab <schwab@suse.de>
12659
12660 * textmodes/ispell.el: Don't redo key bindings on loading, put
12661 them only in loaddefs.el.
12662 * bookmark.el: Likewise.
12663 * dabbrev.el: Likewise.
12664 * emerge.el: Likewise.
12665
12666 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12667 has more than one member.
12668
12669 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12670
12671 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12672
12673 * lpr.el (printify-region): It was ending conversion before the
12674 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
12675
12676 2003-07-31 John Paul Wallington <jpw@gnu.org>
12677
12678 * net/browse-url.el (browse-url-epiphany): Doc fix.
12679
12680 2003-07-30 Kenichi Handa <handa@m17n.org>
12681
12682 * international/fontset.el (setup-default-fontset):
12683 Change registry names of Akurti fonts.
12684
12685 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12686
12687 * comint.el (comint-read-noecho): Use `clear-string' instead of
12688 `fillarray'.
12689
12690 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
12691
12692 * outline.el (outline-mode-hook): Add defvar.
12693
12694 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
12695
12696 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12697 Restore assembler in source window if that is what has been selected.
12698 (menu): Add gdb-restore-windows to menu. Make gdba
12699 specific menus only visible from gdba.
12700
12701 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
12702
12703 * progmodes/compile.el (compilation-environment): New user variable.
12704 (compile-internal): Respect it.
12705
12706 2003-07-23 Masatake YAMATO <jet@gyve.org>
12707
12708 * progmodes/gud.el (gdb-script-font-lock-keywords):
12709 Put `font-lock-function-name-face' on a symbol which includes
12710 `-' like `hook-run'. Put font-lock-variable-name-face
12711 on a symbol starting with $.
12712
12713 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
12714
12715 * files.el (set-visited-file-name): Use truename for buffer-file-name.
12716
12717 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12718
12719 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12720
12721 2003-07-26 Andre Spiegel <spiegel@gnu.org>
12722
12723 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12724 Use with-no-warnings.
12725 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12726 rather than to find-file-not-found-hook, which doesn't exist.
12727
12728 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12729
12730 * international/quail.el (quail-translate-key): Fix previous change.
12731
12732 2003-07-25 John Paul Wallington <jpw@gnu.org>
12733
12734 * server.el (server-start): Check `server-process' is non-nil
12735 before killing it to avoid killing current buffer's process.
12736
12737 * simple.el (choose-completion-string): Use `minibufferp';
12738 test `completion-reference-buffer' if `buffer' arg is nil.
12739 (push-mark): Use `when' and `unless'.
12740 (pop-mark): Use `when'.
12741
12742 * mouse-sel.el (mouse-sel-get-selection-function):
12743 Check `x-last-selected-text-primary'. Don't barf if it or
12744 `x-last-selected-text' aren't bound.
12745
12746 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12747
12748 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12749
12750 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
12751
12752 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12753
12754 2003-07-23 John Paul Wallington <jpw@gnu.org>
12755
12756 * tooltip.el (defface tooltip): Inherit from variable-pitch.
12757
12758 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12759
12760 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12761 string. Defvar the derived hook.
12762
12763 * macros.el (insert-kbd-macro): Escape double quote character.
12764 From Thomas W Murphy <twm@andrew.cmu.edu>.
12765
12766 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12767
12768 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12769 to match the specific mark rather than reusing comment-start-skip.
12770
12771 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
12772
12773 * progmodes/hideshow.el (hs-special-modes-alist):
12774 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
12775
12776 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
12777
12778 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12779 value using ?\s.
12780
12781 2003-07-21 John Paul Wallington <jpw@gnu.org>
12782
12783 * subr.el (with-selected-window): Add closing paren.
12784
12785 2003-07-21 Richard M. Stallman <rms@gnu.org>
12786
12787 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12788 (lisp-mode): Likewise.
12789
12790 * subr.el (with-selected-window): Copy code form save-selected-window
12791 so as to call select-window with norecord arg.
12792 (dynamic-completion-table): Doc fix.
12793 (lazy-completion-table): Doc fix.
12794
12795 * international/mule-cmds.el (set-locale-environment):
12796 langinfo renamed to locale-info.
12797
12798 * international/mule.el (auto-coding-functions): Doc fix.
12799
12800 2003-07-21 Kenichi Handa <handa@m17n.org>
12801
12802 * international/quail.el (quail-translate-key):
12803 Update quail-current-str correctly.
12804
12805 2003-07-21 Andreas Schwab <schwab@suse.de>
12806
12807 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12808 ?, to "_".
12809
12810 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12811 Version 2.0.36 of Tramp released.
12812
12813 * net/tramp.el (tramp-default-password-end-of-line): Rename from
12814 tramp-password-end-of-line.
12815 (tramp-password-end-of-line): New method parameter.
12816 (tramp-get-password-end-of-line): Function to access method
12817 parameter `tramp-password-end-of-line', or variable
12818 `tramp-default-password-end-of-line' (default value).
12819 (tramp-methods): Add entries for new parameter
12820 tramp-password-end-of-line.
12821 (tramp-enter-password): Use new function
12822 `tramp-get-password-end-of-line'.
12823 (tramp-handle-insert-file-contents): Do not
12824 unconditionally inhibit the file operation file-local-copy, only
12825 do that when the inhibit-file-name-operation is currently
12826 insert-file-contents. This fixes finding remote CVS-controlled
12827 files. (It would barf on inserting the CVS/Entries file
12828 literally, because the file-local-copy handler wasn't called.)
12829 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12830 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12831 (tramp-initial-commands): New variable.
12832 (tramp-process-initial-commands): New function, using the variable.
12833 (tramp-open-connection-setup-interactive-shell): Call the new function.
12834 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12835 method into the buffer name, never use nil. Reported by Hanak
12836 David <dhanak@inf.bme.hu>.
12837 (tramp-open-connection-setup-interactive-shell): Erase buffer
12838 before sending "stty -onlcr".
12839
12840 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12841
12842 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
12843
12844 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12845
12846 2003-07-19 John Paul Wallington <jpw@gnu.org>
12847
12848 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12849 (artist-draw-rect, artist-draw-square): Doc fixes.
12850
12851 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12852
12853 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12854
12855 2003-07-19 Kenichi Handa <handa@m17n.org>
12856
12857 * international/kkc.el (kkc-show-conversion-list-update):
12858 Highlight the correct candidate in the message.
12859
12860 2003-07-18 John Paul Wallington <jpw@gnu.org>
12861
12862 * simple.el (current-word): Don't include punctuation char when
12863 `really-word' arg is non-nil.
12864
12865 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
12866
12867 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12868 moved to the directory obsolete.
12869
12870 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
12871
12872 * info.el (Info-menu-entry-name-re): Allow newlines in
12873 menu entry names.
12874
12875 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12876 syntax-ppss-after-change-function.
12877 (syntax-ppss-after-change-function): New alias. Update uses.
12878 (syntax-ppss): Catch the case where the buffer is narrowed.
12879
12880 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12881
12882 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12883 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12884
12885 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12886
12887 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12888 since it might be modified.
12889
12890 * progmodes/cc-langs.el (c++-make-template-syntax-table)
12891 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12892 names to these language constants.
12893
12894 2003-07-15 Kim F. Storm <storm@cua.dk>
12895
12896 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12897 All uses changed.
12898
12899 2003-07-14 Mark A. Hershberger <mah@everybody.org>
12900
12901 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12902 Namespace support.
12903
12904 2003-07-13 Juanma Barranquero <lektu@terra.es>
12905
12906 * frame.el (modify-all-frames-parameters): Reinstall (copyright
12907 papers received).
12908
12909 2003-07-13 Karl Eichwalder <ke@suse.de>
12910
12911 * textmodes/po.el (po-find-charset): White space at the start of the
12912 Content-Type field body is non-mandatory.
12913
12914 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12915
12916 * textmodes/texinfo.el (texinfo-section-list):
12917 Append appendixsection; a synonym for appendixsec.
12918
12919 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
12920
12921 * man.el (Man-translate-cleanup): New.
12922 (Man-translate-references): Call `Man-translate-cleanup' to clean
12923 leading, trailing and middle spaces.
12924
12925 2003-07-13 Lars Hansen <larsh@math.ku.dk>
12926
12927 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12928 Handle `dired-directory' being a list.
12929
12930 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
12931
12932 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12933 it doesn't exist.
12934
12935 2003-07-12 Richard M. Stallman <rms@gnu.org>
12936
12937 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12938
12939 * progmodes/cc-defs.el (c-make-keywords-re):
12940 Don't use delete-duplicates.
12941 (c-lang-const): Don't use mapcan.
12942
12943 * apropos.el (apropos-show-scores): Make it customizable.
12944 Document new meaning.
12945 (apropos): Compute scores from symbols.
12946 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12947
12948 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12949
12950 * ps-bdf.el: Fix copyright line.
12951 (bdf-directory-list): Fix initialization code.
12952
12953 2003-07-11 John Paul Wallington <jpw@gnu.org>
12954
12955 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12956 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12957 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12958
12959 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
12960
12961 * emacs-lisp/ring.el (ring-elements): Doc fix.
12962
12963 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12964
12965 * calendar/timeclock.el (timeclock-relative)
12966 (timeclock-ask-before-exiting, timeclock-use-display-time):
12967 Doc changes.
12968 (timeclock-modeline-display): Give a message if
12969 `timeclock-use-display-time' is non-nil but `display-time-mode'
12970 is not active.
12971
12972 2003-07-11 Kenichi Handa <handa@m17n.org>
12973
12974 * international/mule-cmds.el (set-language-environment):
12975 Set current-language-environment to the correct string.
12976
12977 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12978
12979 * ps-print.el: Print line number correctly in a region. Reported by
12980 Tim Allen <timallen@ls83.fsnet.co.uk>.
12981 (ps-print-version): New version number (6.6.2).
12982 (ps-printing-region): Code fix.
12983
12984 2003-07-10 John Paul Wallington <jpw@gnu.org>
12985
12986 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12987 this function can be called from `add-completions-from-tags-table'.
12988
12989 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
12990
12991 * calendar/timeclock.el (timeclock-use-display-time)
12992 (timeclock-day-over-hook, timeclock-workday-remaining)
12993 (timeclock-status-string, timeclock-when-to-leave)
12994 (timeclock-when-to-leave-string, timeclock-log-data)
12995 (timeclock-find-discrep, timeclock-day-base)
12996 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12997 (timeclock-modeline-display): Set the variable
12998 `timeclock-modeline-display'.
12999 (timeclock-update-modeline): Doc fix. Respect value of
13000 `timeclock-relative'.
13001
13002 2003-07-09 Richard M. Stallman <rms@gnu.org>
13003
13004 * textmodes/reftex-parse.el (reftex-all-document-files):
13005 Add autoload cookie.
13006
13007 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13008 (reftex-scanning-info-available-p): Add autoload cookie.
13009
13010 * international/mule-cmds.el
13011 (set-display-table-and-terminal-coding-system): Delete duplicate
13012 aset on standard-display-table.
13013
13014 * view.el (view-file): If existing buffer's major mode is special,
13015 don't go into view mode.
13016
13017 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13018
13019 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13020
13021 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13022 buffer changes; there's third party code that calls this function
13023 directly.
13024
13025 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13026
13027 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13028 (autodoc-font-lock-keywords): Don't byte compile on font lock
13029 initialization when running from byte compiled files.
13030
13031 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
13032
13033 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13034 statement ends with auto-increment "++".
13035
13036 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
13037
13038 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13039 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13040 these are changed, so declare them as variables and not constants.
13041
13042 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
13043
13044 * subr.el (dolist, dotimes): Doc fix.
13045
13046 2003-07-08 Kim F. Storm <storm@cua.dk>
13047
13048 * international/mule-cmds.el
13049 (set-display-table-and-terminal-coding-system): Don't break
13050 bootstrap if standard-display-table isn't setup yet.
13051
13052 2003-07-07 Richard M. Stallman <rms@gnu.org>
13053
13054 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13055 Give it a doc string, and autoload it.
13056
13057 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13058 Use with-no-warnings.
13059
13060 * info.el (Info-search): If find invisible text, search again.
13061
13062 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13063
13064 * man.el (Man-name-regexp): Match + as part of name.
13065
13066 * simple.el (visible-mode): Rename from vis-mode.
13067 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13068
13069 * simple.el (current-word): New arg REALLY-WORD specifies
13070 don't include punctuation chars.
13071
13072 * emacs-lisp/debug.el (debug, debugger-env-macro):
13073 Use with-no-warnings while accessing and binding unread-command-char.
13074
13075 * international/mule-cmds.el
13076 (set-display-table-and-terminal-coding-system): Use explicit loop
13077 instead of calling standard-display-default.
13078
13079 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13080 Use condition-case to catch error in ange-ftp-get-files.
13081
13082 * net/browse-url.el (browse-url-browser-function):
13083 Add alternative for Epiphany.
13084 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13085 (browse-url-epiphany-startup-arguments)
13086 (browse-url-epiphany-new-window-is-tab): New variables.
13087 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13088
13089 * progmodes/compile.el (compile-auto-highlight): Default now t.
13090 (compile): Doc fix.
13091 (compilation-next-error): Fix previous change.
13092
13093 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13094
13095 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13096
13097 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13098
13099 * gdb-ui.el (gdb-source-info): Display current frame when
13100 attaching to an existing process.
13101 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13102 while laying out windows when attaching to an existing process.
13103
13104 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13105
13106 * info.el (Info-menu): Use Info-menu-entry-name-re.
13107
13108 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13109
13110 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13111 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13112
13113 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13114 to match the same text.
13115
13116 2003-07-06 John Paul Wallington <jpw@gnu.org>
13117
13118 * vc.el (vc-annotate-offset): Move defvar up.
13119
13120 2003-07-06 Kim F. Storm <storm@cua.dk>
13121
13122 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13123 This should fix the infinite loop when extracting menu names.
13124
13125 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13126
13127 * files.el (auto-mode-alist, interpreter-mode-alist):
13128 Remove entries to CC Mode modes to avoid duplicates; they are now added
13129 with autoload directives in cc-mode.el.
13130
13131 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13132
13133 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13134 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13135 these are changed, so declare them as variables and not constants.
13136
13137 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13138 ensure that the entry for ".c" extension comes before the one for
13139 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13140 Fix incorrect entries that were added to `interpreter-mode-alist'.
13141 Move the autoload directives for AWK to the top level since they
13142 aren't recognized anywhere else. Do not use the new AWK mode doc
13143 in the autoload form for the old AWK mode.
13144
13145 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13146
13147 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13148 (bibtex-sort-ignore-string-entries): Default value t.
13149 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13150 erroneously in previous version.
13151 (bibtex-string-files): Docstring reflects new parsing scheme.
13152 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13153 docstring, add # as one of the chars to crush
13154 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13155 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13156 (bibtex-autokey-name-change-strings)
13157 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13158 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13159 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13160 (bibtex-autokey-title-terminators)
13161 (bibtex-autokey-titlewords-stretch)
13162 (bibtex-autokey-titleword-ignore)
13163 (bibtex-autokey-titleword-case-convert)
13164 (bibtex-autokey-titleword-abbrevs)
13165 (bibtex-autokey-titleword-abbrevs)
13166 (bibtex-autokey-titleword-change-strings)
13167 (bibtex-autokey-titleword-length)
13168 (bibtex-autokey-titleword-separator)
13169 (bibtex-autokey-name-year-separator)
13170 (bibtex-autokey-year-title-separator)
13171 (bibtex-autokey-before-presentation-function)
13172 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13173 Fix docstring.
13174 (bibtex-strings, bibtex-reference-keys):
13175 Use lazy-completion-table and make-variable-buffer-local.
13176 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13177 (bibtex-braced-string-syntax-table)
13178 (bibtex-quoted-string-syntax-table): New variables.
13179 (bibtex-parse-nested-braces): Remove.
13180 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13181 (bibtex-parse-association): Simplify.
13182 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13183 (bibtex-parse-field-text): Simplify.
13184 (bibtex-search-forward-field, bibtex-search-backward-field):
13185 argument BOUND can take value t.
13186 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13187 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13188 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13189 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13190 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13191 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13192 and ending of entry. Update for changes of bibtex-search-entry.
13193 Simplify.
13194 (bibtex-map-entries): FUN is called with three arguments.
13195 (bibtex-search-entry): Return a cons pair with buffer positions of
13196 beginning and end of entry.
13197 (bibtex-enclosing-field): Simplify.
13198 (bibtex-format-entry): Use booktitle to set a missing title.
13199 (bibtex-autokey-get-names): Fiddle with regexps.
13200 (bibtex-generate-autokey): Use identity.
13201 (bibtex-parse-keys): Use simplified parsing algorithm if
13202 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13203 arguments. Return alist of keys.
13204 (bibtex-parse-strings): Simplify. Return alist of strings.
13205 (bibtex-complete-string-cleanup): Fix docstring.
13206 (bibtex-read-key): New function.
13207 (bibtex-mode): Fix docstring. Do not parse for keys and
13208 strings when the mode is entered. Set fill-paragraph-function to
13209 bibtex-fill-field. Setup font-lock-mark-block-function the way
13210 font-lock intended.
13211 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13212 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13213 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13214 (bibtex-Preamble): Avoid hard coded constants.
13215 (bibtex-make-field): Fix docstring. Simplify.
13216 (bibtex-beginning-of-entry): Always return new position of point.
13217 (bibtex-end-of-entry): Rearrange cond clauses.
13218 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13219 Update for changes of bibtex-map-entries.
13220 (bibtex-ispell-abstract): Do not move point.
13221 (bibtex-entry-index): Use downcase. Simplify.
13222 (bibtex-lessp): Handle catch-all.
13223 (bibtex-find-crossref): Turn into a command.
13224 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13225 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13226 preamble entries.
13227 (bibtex-fill-field-bounds): New function.
13228 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13229 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13230 (bibtex-String): Use bibtex-strings. Always obey
13231 bibtex-sort-ignore-string-entries.
13232
13233 2003-07-05 John Paul Wallington <jpw@gnu.org>
13234
13235 * cus-theme.el (customize-create-theme):
13236 Call `customize-create-theme' in Reset widget's notify function.
13237
13238 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13239 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13240 (define-ibuffer-column name): Add summarizer.
13241 (define-ibuffer-column size): Likewise.
13242 (define-ibuffer-column filename): Likewise.
13243 (define-ibuffer-column process): Likewise. Change BODY's output too.
13244 (define-ibuffer-column filename-and-process): Likewise, likewise.
13245 (ibuffer): Remove local vars `already-in' and `need-update'.
13246
13247 * ibuf-ext.el: Don't require `derived' at compile-time.
13248
13249 2003-07-05 Kim F. Storm <storm@cua.dk>
13250
13251 * info.el: Disable paragraph refilling.
13252 (Info-refill-paragraphs): New defcustom.
13253 (Info-fontify-node): Use it.
13254
13255 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13256
13257 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13258 thingies from constructors created by defstruct.
13259
13260 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13261 the default value of the variable.
13262 (byte-code-meter): Move declaration to top level.
13263
13264 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13265
13266 * info.el (Info-following-node-name-re): New fun.
13267 (Info-following-node-name): Remove.
13268 (Info-insert-dir): Use the new fun.
13269 (Info-extract-pointer): Don't save restriction; use new fun.
13270 (Info-menu-entry-name-re): New const.
13271 (Info-menu-entry-name-re): Use it along with new fun.
13272 (Info-node-spec-re): Use new fun.
13273 (Info-complete-menu-item, Info-fontify-node): Use new const.
13274 (Info-goto-node, Info-follow-reference, Info-menu-update):
13275 Use match-string.
13276 (Info-follow-reference): Use assoc-string.
13277 Use a list of strings for the completion table.
13278 (Info-fontify-node): Use match-string, line-end-position.
13279 Limit the search for `node:' to the first line.
13280
13281 * newcomment.el (uncomment-region): Remove padding coming from
13282 comment-start rather than just from comment-padding.
13283
13284 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13285 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13286 (vc-cvs-rename-file): Remove (use the default).
13287 (vc-cvs-register): Register parent dir if needed.
13288 (vc-cvs-could-register): Return non-nil if parent can be registered.
13289 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13290 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13291
13292 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13293 (vc-svn-update): Fix the arguments to `svn'.
13294 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13295 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13296 Simple implementations, assuming `name' is a URL.
13297
13298 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13299 set of chars allowed unquoted in a case pattern.
13300
13301 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13302
13303 * font-lock.el (font-lock-extra-types-widget)
13304 (c-font-lock-extra-types, c++-font-lock-extra-types)
13305 (objc-font-lock-extra-types, java-font-lock-extra-types)
13306 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13307 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13308 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13309 (font-lock-match-c++-structor-declaration)
13310 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13311 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13312 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13313 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13314 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13315 (java-font-lock-keywords-3, java-font-lock-keywords)
13316 (java-font-lock-syntactic-face-function): Remove obsolete code
13317 and constants. It's all in cc-fonts.el now.
13318
13319 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13320
13321 * mail/sendmail.el (mail-specify-envelope-from)
13322 (mail-envelope-from): Doc fix.
13323
13324 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13325
13326 * generic-x.el: Do away with the dependency on `c-emacs-features'
13327 when populating `rul-generic-mode-syntax-table'; we already know
13328 this isn't XEmacs.
13329
13330 See ChangeLog.10 for earlier changes.
13331
13332 ;; Local Variables:
13333 ;; coding: iso-2022-7bit
13334 ;; End:
13335
13336 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13337 Copying and distribution of this file, with or without modification,
13338 are permitted provided the copyright notice and this notice are preserved.
13339
13340 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1