*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-30 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-arith.el (math-possible-signs): Made stronger checks
4 on signs of intervals.
5 (math-pow-of-zero): Strengthen checks for positive and negative
6 exponents.
7
8 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
9 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
11 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
13 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
14 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
15 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
16 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
17 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
18 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
19 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
20 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
21 with provide statements.
22
23 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
24
25 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
26
27 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
28 (calc-load-everything, math-defsimplify): Replace dummy autoloading
29 functions by require statements.
30 (math-defsimplify): Move to calc-alg.el, add to autoloads.
31
32 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
33 (calc-gnuplot-print): Give them values.
34
35 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
36 autoloads.
37 Add calc-do-embedded-activate to autoloads.
38 (calc-gnuplot-name, calc-gnuplot-plot-command)
39 (calc-gnuplot-print-command): Move them to calc-graph.el.
40
41 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
42
43 * term/mac-win.el (ccl-encode-mac-roman-font)
44 (ccl-encode-mac-cyrillic-font)
45 (ccl-encode-mac-centraleuropean-font, encoder-list)
46 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
47 Support Cyrillic, CentralEuropean, and Dingbat font display
48
49 2004-11-30 Andre Spiegel <spiegel@gnu.org>
50
51 * vc-hooks.el (vc-recompute-state): Moved here from vc.el.
52
53 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
54 still nil.
55
56 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
57
58 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
59 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
60
61 2004-11-29 Jay Belanger <belanger@truman.edu>
62
63 * calc/calc-arith.el (math-pow-of-zero): Take into account different
64 cases of the base and exponent.
65
66 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
67
68 * simple.el (next-error-buffer-p): Allow for inclusive and
69 exclusive tests for finding a buffer.
70 (next-error-find-buffer): Pass the exclusive and inclusive tests
71 to next-error-buffer-p.
72
73 * replace.el (occur-next-error): Switch to the Occur buffer when
74 appropriate, use the exclusive filter to next-error-find-buffer to
75 do it. Use the absolute value of the motion amount.
76
77 2004-11-29 Kenichi Handa <handa@m17n.org>
78
79 * startup.el (command-line): Decode all default-directory by
80 locale-coding-system.
81
82 2004-11-29 Jay Belanger <belanger@truman.edu>
83
84 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
85 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
86 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
87 Replace calls to calc-extensions by appropriate require, replace
88 calc-extensions-loaded by appropriate featurep.
89
90 * calc/calc-ext.el: Move require to end of file.
91 Remove redundant loading of calc.el.
92 (calc-extensions-loaded): Remove unnecessary variable.
93 (calc-extensions): Remove unnecessary function.
94 (calc-load-everything): Replace calc-need-macros by appropriate require.
95
96 * calc/calc-macs.el: Move provide to end of file.
97 (calc-need-macros): Remove unnecessary function.
98
99 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
100 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
101 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
102 Replace calc-extensions by appropriate require.
103 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
104
105 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
106 Replace calc-need-macros by appropriate require.
107
108 * calc/calc.el: Move require to end of file.
109 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
110 Remove unnecessary variable.
111 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
112 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
113 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
114 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
115 (math-stack-value-offset, math-format-value, math-format-flat-expr)
116 (math-format-number, math-format-bignum, math-read-number)
117 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
118 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
119 by appropriate require.
120 (calc-check-defines): Replace calc-need-macros by appropriate require.
121
122 2004-11-29 Kim F. Storm <storm@cua.dk>
123
124 * macros.el (insert-kbd-macro): Handle kmacro functions.
125
126 2004-11-28 Juri Linkov <juri@jurta.org>
127
128 * compare-w.el (compare-windows-highlight): Attach each overlay
129 to its window to properly highlight differences while comparing
130 two windows of the same buffer. Fix arguments.
131 (compare-windows-sync-default-function): Fix arguments of
132 `compare-windows-highlight'.
133
134 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
135 Use `read-expression-history'. Set initial contents only if
136 `edebug-global-break-condition' is non-nil. Set histpos to 1
137 if initial contents is equal to the last history element.
138 (edebug-set-conditional-breakpoint): Instead of temporarily
139 prepending the current condition to the history, set initial
140 contents to the current condition. Set histpos to 1 if initial
141 contents is equal to the last history element.
142
143 * info.el (Info-search-whitespace-regexp): Remove shy group.
144 (Info-search): Forward line if search is on the header line.
145 Use search-whitespace-regexp in two other places.
146
147 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
148
149 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
150 warning. Delay real definition, which uses
151 `set-fringe-indicators-1' till after the definition of that
152 function.
153
154 2004-11-28 Kim F. Storm <storm@cua.dk>
155
156 * fringe.el (fringe): New defgroup.
157 (fringe-mode): Move to fringe group.
158 (fringe-indicators): New defcustom.
159 (set-fringe-indicators-1): New defun.
160
161 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
162 (menu-bar-showhide-fringe-ind-menu): New keymap.
163 (menu-bar-showhide-fringe-ind-empty)
164 (menu-bar-showhide-fringe-ind-mixed)
165 (menu-bar-showhide-fringe-ind-box)
166 (menu-bar-showhide-fringe-ind-right)
167 (menu-bar-showhide-fringe-ind-left)
168 (menu-bar-showhide-fringe-ind-none): New defuns.
169 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
170
171 2004-11-27 Richard M. Stallman <rms@gnu.org>
172
173 * comint.el (comint-read-noecho): Add trivial compatibility
174 definition.
175
176 * generic.el (define-generic-mode): Doc fix.
177
178 * menu-bar.el (menu-bar-options-save): For the options
179 that are toggled with menu-bar-make-mm-toggle, don't check
180 for customized-value prop.
181
182 2004-11-27 Eli Zaretskii <eliz@gnu.org>
183
184 * mail/supercite.el (sc-cite-region): Handle the case where
185 sc-cite-frame-alist is a symbol.
186 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
187 a symbol.
188 (sc-recite-region): Handle the case where sc-recite-frame-alist is
189 a symbol.
190
191 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
192
193 * wid-edit.el (widget-narrow-to-field): New function.
194 (widget-complete): Use it.
195
196 2004-11-27 Jay Belanger <belanger@truman.edu>
197
198 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
199 variable.
200 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
201 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
202 (math-alg-inequalities): Move declaration to earlier in the file.
203
204 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
205 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
206 Declare them.
207
208 * calc/calc-lang.el (math-expr-data, math-expr-token)
209 (math-exp-old-pos): Declare them.
210
211 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
212 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
213
214 2004-11-27 Kim F. Storm <storm@cua.dk>
215
216 * progmodes/flymake.el: Use (featurep 'xemacs).
217 (flymake-makehash): Change to defsubst. Use fboundp.
218 (flymake-time-to-float): Remove.
219 (flymake-float-time): Merge code from flymake-time-to-float here.
220 (flymake-replace-regexp-in-string): Change to defsubst.
221 (flymake-split-string-remove-empty-edges):
222 Rename to flymake-split-string.
223 (flymake-split-string): Remove previous defalias.
224 (flymake-get-temp-dir): Change to defsubst.
225 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
226 Define for xemacs only.
227 (flymake-master-file-count-limit): Change into compiler defvar only.
228 (flymake-find-possible-master-files): Let-bind it dynamically while
229 sorting files using flymake-master-file-compare.
230
231 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
234 of defun-prompt-regexp matches inside a comment/string but the
235 beginning is correctly outside everything.
236
237 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
238 appears within a string or a comment.
239
240 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
241 rather than make-symbol for symbols which are used in
242 a symbol-macrolet or equivalent.
243
244 2004-11-26 Jay Belanger <belanger@truman.edu>
245
246 * calc-misc.el (calc-last-why-command): Declare it.
247
248 * calc-vec.el (math-grade-vec): New variable.
249 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
250 Replace variable grade-vec by declared variable.
251 (math-rb-close): New variable.
252 (math-read-brackets, math-read-vector): Replace variable close by
253 declared variable.
254
255 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
256 (calc-one-window, calc-edit-handler, calc-restore-trail)
257 (calc-allow-ret): Declare them.
258
259 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
260 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
261 (math-radix-float-cache-tag, math-random-cache)
262 (math-max-digits-cache, math-integral-cache, math-units-table)
263 (math-format-date-cache, math-holidays-cache-tag): Declare them.
264 (math-moc-func): New variable.
265 (math-map-over-constants, math-map-over-constants-rec):
266 Replace variable func by declared variable.
267
268 * calc/calc-store.el (calc-given-value, calc-store-opers):
269 Declare them.
270 (calc-var-name-map): Move declaration to earlier in the file.
271 (calc-pv-pos): New variable.
272 (calc-permanent-variable, calc-insert-permanent-variable):
273 Replace variable pos by declared variable.
274
275 * calc/calc-mtx.el (calc-det-lu): New variable.
276 (math-det-raw, math-det-step): Replace variable lu by declared variable.
277
278 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
279 (math-multi-subst, math-multi-subst-rec): Replace variables temp
280 and arg by declared variables.
281 (calcFunc-reducer): Fix incorrect variable.
282 (math-inner-mul-func, math-inner-add-func): New variables.
283 (calcFunc-inner, math-inner-mats): Replace variables mul-func
284 and add-func by declared variables.
285
286 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
287 (calc-digit-value): Declare them.
288
289 * calc/calc-help.el (Info-history): Declare it.
290 (calc-describe-key): Make calc-summary-indentation a local variable.
291 (calc-help-long-names): Move declaration to earlier in file.
292
293 * calc/calc-embed.el (calc-original-buffer): Declare it.
294 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
295 (calc-embed-bot): New variables.
296 (calc-do-embedded, calc-embedded-mark-formula)
297 (calc-embedded-find-bounds, calc-embedded-duplicate)
298 (calc-embedded-new-formula, calc-embedded-make-info):
299 Replace vars outer-top, outer-bot, bot and top by declared variables.
300 (calc-embed-prev-modes): New variable.
301 (calc-embedded-set-modes, calc-embedded-update): Replace variable
302 prev-modes with declared variable.
303 (calc-embed-vars-used): New variable.
304 (calc-embedded-make-info, calc-embedded-evaluate-expr)
305 (calc-embedded-update, calc-embedded-find-vars): Replace variable
306 vars-used by declared variable.
307
308 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
309 (math-format-radix-float): Remove unnecessary setq.
310 (math-radix-float-cache): Declare it.
311
312 * calc/calcsel2.el (calc-keep-selection): Declare it.
313
314 * calc/calc-maint.el: Remove file.
315
316 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
317
318 * textmodes/bibtex.el (bibtex-sort-entry-class)
319 (bibtex-comment-start): Use defcustom.
320 (bibtex-entry-field-alist): Use nil if initial content of the
321 field is undefined. Fix docstring.
322 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
323 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
324 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
325 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
326 Fix docstring.
327 (bibtex-autokey-title-terminators): Use only one regexp.
328 (bibtex-string-maybe-empty-head): New variable.
329 (bibtex-remove-delimiters-string): New function.
330 (bibtex-text-in-field-bounds, bibtex-text-in-string):
331 Use bibtex-remove-delimiters-string.
332 (bibtex-progress-message, bibtex-field-left-delimiter)
333 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
334 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
335 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
336 Simplify.
337 (bibtex-format-entry): Use save-excursion for inherited booktitle.
338 Use eq and bibtex-remove-delimiters-string. For end markers use
339 insertion type so that marker stays after inserted text.
340 (bibtex-autokey-get-names): Return empty string if name is missing.
341 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
342 calling bibtex-autokey-name-case-convert.
343 (bibtex-autokey-demangle-title):
344 Call bibtex-autokey-titleword-case-convert. Remove call to
345 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
346 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
347 (bibtex-read-key): New optional arg global.
348 (bibtex-files-expand): New optional arg force.
349 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
350 (bibtex-complete-crossref-cleanup): Rename from
351 bibtex-complete-key-cleanup. Simplify code.
352 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
353 Operate on current entry.
354 (bibtex-button): Add docstring.
355 (bibtex-entry): Simplify.
356 (bibtex-make-field): Replace optional arg called-by-yank with more
357 specific args move and interactive.
358 (bibtex-end-of-entry): Use forward-sexp.
359 (bibtex-find-entry-globally): Remove.
360 (bibtex-find-crossref): Allow for crossref key located in other buffer.
361 Bound to C-c C-x.
362 (bibtex-find-entry): New optional args global and display.
363 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
364 (bibtex-validate): Use arg force of bibtex-files-expand.
365 (bibtex-clean-entry): Bugfix, clean string entries properly.
366 Always keep point at beginning of entry.
367 (bibtex-complete): Bugfix. Handle string entries properly.
368 Call cleanup functions only if needed.
369 (bibtex-String): Use bibtex-read-string-key.
370 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
371 case of replacement text.
372
373 2004-11-26 Lars Hansen <larsh@math.ku.dk>
374
375 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
376 (tramp-perl-directory-files-and-attributes): New constant.
377 (tramp-file-name-handler-alist): Delete file-directory-files, add
378 directory-files-and-attributes.
379 (tramp-perl-file-attributes): Surround uid and gid by double
380 quotes. Change parameter id-format from nonnumeric.
381 (tramp-convert-file-attributes): New function.
382 (tramp-handle-file-attributes): Use it.
383 (tramp-maybe-send-perl-script): New function.
384 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
385 file mode. Change parameter id-format from nonnumeric.
386 (tramp-handle-file-attributes-with-ls): Change parameter id-format
387 from nonnumeric.
388 (tramp-post-connection): Don't send tramp-perl-file-attributes
389 script. Reset connection property "perl-scripts".
390 (tramp-handle-insert-directory): Run real handler when ls-lisp is
391 in use.
392
393 2004-11-26 Lars Hansen <larsh@math.ku.dk>
394
395 * desktop.el (desktop-read): Replace mapcar with mapc.
396 (desktop-create-buffer): Replace mapcar with mapc.
397 Remove redundant piece of code.
398
399 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
400
401 * progmodes/gud.el (gud-display-line): Use display-buffer
402 for GDB-UI as for GUD.
403
404 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
405 Delete variables.
406 (gdb-ann3): Don't make GUD buffer dedicated.
407 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
408 (gdb-display-source-buffer): Delete function.
409 (gdb-view-source-function, gdb-view-assembler): Delete functions.
410 (menu): Delete menu bindings for viewing source/assembler.
411 (gdb-setup-windows, gdb-restore-windows):
412 Don't dedicate GUD. No assembler now.
413 (gdb-reset): No need to undedicate source buffers now.
414 (gdb-source-info): No assembler now.
415
416 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
417
418 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
419 width to those for special frames.
420 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
421 Use display-buffer.
422 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
423 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
424 (gdb-frame-assembler-buffer): Rework like
425 gdb-frame-breakpoints-buffer.
426
427 2004-11-25 Richard M. Stallman <rms@gnu.org>
428
429 * progmodes/flymake.el: Reindent.
430 (flymake-split-string): Turn into defalias.
431 (flymake-fix-file-name): Rename from flymake-fix-path-name.
432 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
433 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
434 (flymake-build-relative-filename): Rename from ...path.
435 Fix error message.
436
437 2004-11-25 Cheng Gao <chenggao@gmail.com>
438
439 * progmodes/flymake.el: Much whitespace and capitalization change.
440 Move `provide' to end. Require `compile' only when compiling.
441
442 2004-11-24 Jay Belanger <belanger@truman.edu>
443
444 * calc/calc-alg.el: Added comment.
445 (math-polynomial-base): Replace variable mpb-top-expr by
446 math-poly-base-top-expr.
447
448 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
449 (math-polynomial-p1): Replace variable mpb-top-expr by declared
450 variable.
451 (math-poly-base-total-base): New variable.
452 (math-total-polynomial-base, math-polynomial-p1): Replace variable
453 mpb-total-base by declared variable.
454 (math-factored-vars, math-to-list): Declare it.
455 (math-fact-expr): New variable.
456 (calcFunc-factors, calcFunc-factor, math-factor-expr)
457 (math-factor-expr-try, math-factor-expr-part): Replace variable
458 expr by declared variable.
459 (math-fet-x): New variable.
460 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
461 by declared variable.
462 (math-factor-poly-coefs): Make temp a local variable.
463
464 * calc/calc-units.el (calc-convert-units): Make units a local
465 variable.
466 (calc-num-units, calc-den-units): New variables.
467 (calc-explain-units, calc-explain-units-rec): Replace variables
468 num-units and den-units by declared variables.
469 (math-cu-unit-list): New variable.
470 (math-build-units-table, math-compare-unit-names)
471 (math-convert-units, math-convert-units-rec): Replace variable
472 unit-list by declared variable.
473 (math-fbu-base, math-fbu-entry): New variables.
474 (math-find-base-units, math-find-base-units-rec): Replace variables
475 base and entry by declared variables.
476 (math-which-standard): New variable.
477 (math-to-standard-units, math-to-standard-rec): Replace variable
478 which-standard by declared variable.
479 (math-fcu-u): New variable.
480 (math-find-compatible-unit, math-find-compatible-unit-rec):
481 Replace variable u by declared variable.
482 (math-cu-new-units, math-cu-pure): New variables.
483 (math-convert-units, math-convert-units-rec): Replace variables
484 new-units and pure by declared variables.
485 (math-try-cancel-units): New variable.
486 (math-simplify-units-quotient): Replace variable try-cancel-units by
487 declared variable.
488
489 2004-11-24 Richard M. Stallman <rms@gnu.org>
490
491 * textmodes/ispell.el (ispell-check-version):
492 If default-directory is nonexistent, use home dir.
493
494 * progmodes/grep.el (grep-regexp-alist):
495 Don't match parens around line numbers.
496
497 * progmodes/cperl-mode.el (cperl-indent-region)
498 (cperl-imenu--create-perl-index, cperl-xsub-scan):
499 Don't print progress messages.
500
501 * progmodes/compile.el (compilation-mode-map):
502 Don't inherit from compilation-minor-mode-map;
503 copy its bindings instead. But the menu bar Compile
504 entry now does inherit from compilation-menu-map.
505
506 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
507 Use with-no-warnings around compiler-macroexpand.
508
509 * imenu.el: Don't always require newcomment.
510 (imenu--generic-function): Call comment-normalize-vars
511 if we have a comment syntax.
512 Exit the loop if REGEXP matches the null string.
513 Test comment-start as well as comment-start-skip
514 when deciding whether to check for comments.
515
516 * tooltip.el (tooltip-mode): Doc fix.
517
518 * term.el (term-escape-char, term-mode): Doc fixes.
519
520 2004-11-24 Dave Love <fx@gnu.org>
521
522 * progmodes/python.el (python-font-lock-syntactic-keywords):
523 Check for escapes in the regexp.
524 (python-quote-syntax): Don't do it here.
525
526 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
527
528 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
529 (gdb-frames-mode-map, gdb-threads-mode-map)
530 (gdb-registers-mode-map, gdb-locals-mode-map)
531 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
532 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
533
534 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
535 (dedicated-switch-to-buffer): Rework.
536 (gdb-var-evaluate-expression-handler, gdb-put-string):
537 Remove unused variable bindings.
538 (gdb-setup-windows, gdb-display-buffer):
539 Simplify. Use pop-to-buffer.
540 (gdb-view-source-function): Simplify.
541 (gdb-frame-breakpoints-buffer):
542 Use pop-to-buffer, special-display-regexps.
543
544 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
545
546 * progmodes/f90.el (f90-smart-end)
547 (f90-previous-statement, f90-beginning-of-block): Doc fix.
548 (f90-calculate-indent): Handle un-named PROGRAM blocks.
549 (f90-end-of-block): Doc fix. Make check of outermost block
550 conditional on value of `f90-smart-end'.
551 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
552 Handle case where END-BLOCK is nil.
553 (f90-match-end): Handle un-named PROGRAM blocks.
554 (f90-backslash-not-special): New function.
555
556 2004-11-24 Jay Belanger <belanger@truman.edu>
557
558 * calc/calc.el (calc-embedded-active): Removed unnecessary
559 declaration.
560 (calc-show-banner): Removed redundant declaration.
561
562 * calc/calc-graph.el (calc-gnuplot-default-device)
563 (calc-gnuplot-default-output, calc-gnuplot-print-device)
564 (calc-gnuplot-print-output, calc-gnuplot-geometry)
565 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
566 Remove redundant initial values.
567
568 * calc/calc-arith.el (math-scalar-functions)
569 (math-nonscalar-functions, math-scalar-if-args-functions)
570 (math-real-functions, math-positive-functions)
571 (math-nonnegative-functions, math-real-scalar-functions)
572 (math-real-if-arg-functions, math-integer-functions)
573 (math-num-integer-functions, math-rounding-functions)
574 (math-float-rounding-functions, math-integer-if-args-functions)
575 (math-super-types): Move declarations to earlier in file.
576 (math-unit-prefixes): Declared it.
577 (math-floor-prec, math-trunc-prec): New variables.
578 (math-trunc-fancy): Replace variable prec by declared variable.
579 (math-floor-fancy): Replace variable prec by declared variable.
580 (math-com-bterms): New variable.
581 (math-commutative-equal, math-commutative-collect):
582 Replace variable bterms by declared variable.
583
584 * calc/calc-misc.el (math-trunc): Replace variable prec by
585 math-trunc-prec.
586 (math-floor): Replace variable prec by math-floor-prec.
587
588 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
589 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
590 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
591 (math-format-date, math-format-date-part): Replace variables
592 date, dt, year, month, day, weekday, hour, minute, second and
593 bc-flag by declared variables.
594 (math-pd-str): New variable.
595 (math-parse-date, math-parse-date-word, math-parse-standard-date):
596 Replace variable str by declared variable.
597 (math-daylight-savings-hook, math-tzone-names): Move definitions
598 to earlier in the file.
599 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
600 (math-sh-year): New variable.
601 (math-setup-add-holidays, math-setup-holidays)
602 (math-setup-year-holidays): Replace variable `year' by declared
603 variable.
604
605 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
606 New variables.
607 (math-nth-root-float, math-nth-root-float-iter): Replace variables
608 n, nf and nfm1 by declared variables.
609 (math-nri-n): New variable.
610 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
611 n by declared variable.
612 (calcFunc-log): Removed misplaced condition.
613
614 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
617
618 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
619
620 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
621 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
622 Dedicate gdb-related windows.
623 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
624 other frames.
625 (gdb-reset): Remove dedicated property after debugging.
626
627 2004-11-24 Jay Belanger <belanger@truman.edu>
628
629 * calc/calc-sel.el: Add comment.
630
631 * calc/calc.el (math-stack-value-offset): Replace variables c,
632 wid and off with math-svo-c, math-svo-wid and math-svo-off.
633
634 * calc/calccomp.el (math-comp-sel-tag): Declare it.
635 (math-svo-c, math-svo-wid, math-svo-off): New variables.
636 (math-stack-value-offset-fancy): Replace variables c, wid and off
637 by declared variables.
638 (math-comp-just, math-comp-comma-spc): New variables.
639 (math-compose-expr, math-compose-matrix): Replace variables `just'
640 and comma-spc by declared variable.
641 (math-comp-vector-prec): New variable.
642 (math-compose-expr, math-compose-matrix, math-compose-rows):
643 Replace variable vector-prec by declared variable.
644 (math-comp-left-bracket, math-comp-right-bracket)
645 (math-comp-comma): New variables.
646 (math-compose-expr, math-compose-rows): Replace variables
647 left-bracket, right-bracket and comma by declared variables.
648 (math-comp-full-width): New variable.
649 (math-comp-to-string-flat, math-comp-to-string-flat-term):
650 Replace variable full-width by declared variable.
651 (math-comp-highlight, math-comp-word, math-comp-level)
652 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
653 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
654 New variables.
655 (math-comp-to-string-flat, math-comp-to-string-flat-term)
656 (math-comp-sel-flat-term): Replace variables comp-highlight,
657 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
658 declared variables.
659 (math-comp-simplify, math-comp-simplify-term)
660 (math-comp-add-string, math-comp-add-string-sel):
661 Replace variables comp-highlight, comp-buf, comp-base,
662 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
663
664 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
665
666 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
667
668 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
669 and x-server-version may throw.
670
671 2004-11-23 Kim F. Storm <storm@cua.dk>
672
673 * subr.el (substitute-key-definition-key): Optimize.
674 Don't call indirect-function for nil defn (always signals error).
675
676 * ido.el (ido-read-internal): Fix require-match check when
677 ido-directory-too-big is set.
678
679 2004-11-23 Jay Belanger <belanger@truman.edu>
680
681 * calc/calc-ext.el (math-read-replacement-list)
682 (math-read-superscripts): New variables.
683 (math-read-preprocess-string): New function.
684 (math-read-expr): Filter input through math-read-preprocess-string.
685
686 * calc/calc-aent.el (math-read-exprs): Filter input through
687 math-read-preprocess-string.
688
689 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
690
691 * progmodes/compile.el (compilation-start): In cd command use
692 substitute-env-vars -- not quite shell compatible but better than
693 nothing.
694 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
695 handle the newer versions messages, which are more parseable.
696
697 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * reveal.el (reveal-mode-map): New var.
700 (reveal-mode): Use it.
701
702 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
703
704 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
705 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
706
707 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
710 header-line when needed.
711 Use fixed-pitch only in the header-line.
712 Build the underline automatically. Use emdash if available.
713
714 2004-11-22 Richard M. Stallman <rms@gnu.org>
715
716 * dired.el (dired-recursive-copies): Move from dired-aux.el.
717 * dired-aux.el (dired-recursive-copies): Move to dired.el.
718
719 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
720
721 * progmodes/gdb-ui.el (gdb-resync): New function.
722 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
723 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
724 Use it to fail more gracefully.
725 (gdb-variables): Delete variable.
726 Re-order variables to reduce byte-compiler warnings.
727
728 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * descr-text.el (describe-char):
731 * paren.el (show-paren-function):
732 * subr.el (syntax-after): Undo last change.
733
734 * progmodes/python.el (run-python): Don't hard code *Python*.
735 Don't modify global process-environment.
736 (python-send-region, python-load-file): Don't assume that
737 python-buffer == (process-buffer (python-proc)).
738 (python-switch-to-python): Simplify.
739
740 * dired.el (dired-align-file): Don't assume line starts with spaces.
741
742 2004-11-21 Jay Belanger <belanger@truman.edu>
743
744 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
745 Replace variable `lines' by math-read-big-lines.
746 (math-read-big-expr): Replace variables the-baseline, the-h2
747 and err-msg by math-read-big-baseline, math-read-big-h2 and
748 math-read-err-msg.
749 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
750
751 * calc/calc-lang.el (math-read-big-rec): Fix typo.
752 (math-read-big-balance): Replace unbound variable by value.
753 (math-read-big-lines): New variable.
754 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
755 (math-read-big-error, math-read-big-balance): Replace variable
756 `lines' by declared variable.
757 (math-read-big-baseline, math-read-big-h2): New variables.
758 (math-read-big-rec): Replace variables the-baseline and the-h2
759 by declared variables.
760 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
761 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
762 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
763 declared variables.
764 (math-read-big-err-msg): New variable.
765 (math-read-big-error): Replace variable err-msg by declared variable.
766
767 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * ses.el: Add coding cookie.
770 Fix up docstrings, follow new commenting conventions.
771 (ses-header-line-menu): Fix missing variable rename for header-row.
772 (ses-cell-size): Remove.
773 (ses-make-cell): New function.
774 (ses-cell, ses-insert-row, ses-insert-column): Use it.
775 (ses-calculate-cell): Remove unused var `symbol'.
776 (ses-narrowed-p): New function.
777 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
778 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
779 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
780 (ses-setup): Use restore-buffer-modified-p.
781 (ses-cleanup): Remove unused var `end'.
782 (ses-header-string-left-offset): Remove.
783 (ses-create-header-string): Adjust to new behavior of `align-to'.
784 Truncate excessively large fields to preserve alignment.
785 (ses-reconstruct-all): Remove unused var `refs'.
786 (ses-read-cell-printer): Remove unused var `prompt'.
787 (ses-delete-row): Remove unused var `pos'.
788 (ses-delete-column): Remove unused var `new'.
789
790 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
791
792 * ps-print.el: Insert :version tag into all defgroup and defcustom.
793 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
794 Eliminate eval-and-compile usage.
795 (ps-insert-file): Use insert-file-contents instead of insert-file.
796 (ps-setup): Code fix.
797
798 * printing.el (pr-setup, lpr-setup): Code fix.
799
800 2004-11-21 Jay Belanger <belanger@truman.edu>
801
802 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
803 (calc-original-buffer): Declare them.
804 (calc-user-formula-alist): New variable.
805 (calc-user-define-formula, calc-fix-user-formula)
806 (calc-user-define-composition, calc-finish-formula-edit):
807 Replace variable `alist' by declared variable.
808 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
809 (var-q7, var-q7, var-q8, var-q9): Declare them.
810 (calc-kbd-push): Don't check to see if var-q0 through var-q9
811 are bound.
812 (calcFunc-typeof): Replace undeclared variable by expression.
813 (math-exp-env): New variable.
814 (math-define-body, math-define-exp): Replace exp-env by declared var.
815 (math-define-exp): Replace misplaced variable by expression.
816
817 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
818 (calc-curve-model, calc-curve-coefnames): New variables.
819 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
820 varnames, model and coefnames by declared variables.
821 (math-root-widen): New variable.
822 (math-search-root, math-find-root): Replace variable root-widen by
823 declared variable.
824 (var-DUMMY): Declare it.
825 (math-root-vars, math-min-vars): Move the declarations to earlier in
826 the file.
827 (math-brent-min): Make d a local variable.
828 (math-find-minimum): Replace non-existent variable.
829 (math-ninteg-romberg): Remove unnecessary variable.
830 (math-ninteg-temp): New variable.
831 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
832 integ-temp by declared variable.
833 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
834 New variables.
835 (math-general-fit): Replace variables first-var, first-coef and
836 new-coefs by declared variables.
837 (calcFunc-fitvar): Replace variable first-var by declared variable.
838 (calcFunc-fitparam): Replace variable first-coef by declared variable.
839 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
840 (math-all-vars-vars, math-all-vars-found): New variables.
841 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
842 found by declared variable math-all-vars-vars.
843
844 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
845
846 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
847 of `defconst'.
848
849 2004-11-20 Richard M. Stallman <rms@gnu.org>
850
851 * isearch.el (isearch-mode-map): Don't bind SPC.
852 (isearch-whitespace-chars): Function deleted.
853 (isearch-search): Bind search-spaces-regexp.
854 (isearch-lazy-highlight-search): Likewise.
855 (search-whitespace-regexp): Doc fix.
856 (isearch-forward-regexp): Doc fix.
857
858 * emacs-lisp/bytecomp.el (byte-compile-form):
859 Move the calls to byte-compile-set-symbol-position,
860 to avoid having two for the same symbol occurrence.
861
862 * comint.el (comint-input-ring-size): Increase to 150.
863
864 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
865 New variables.
866 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
867 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
868
869 * imenu.el (imenu--generic-function):
870 Ensure we keep moving backward even if BEG isn't further back.
871
872 * replace.el (query-replace-read-to, query-replace-read-from):
873 Specify t for KEEP-ALL in read-from-minibuffer.
874
875 * progmodes/python.el (python-switch-to-python):
876 If Python isn't running, start it.
877 Don't alter debug-ignored-errors.
878
879 * progmodes/cperl-mode.el (cperl-indent-region):
880 Don't mind imenu-scanning-message.
881
882 * bindings.el (global-map): Bind C-e to move-end-of-line.
883
884 * simple.el (line-move-finish): New arg FORWARD.
885 Ignore invisible newlines, not intangible ones.
886 Conditions for acceptable stopping positions depend on FORWARD.
887 (line-move): Pass FORWARD arg to line-move-finish.
888
889 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
890 of HEADER. Compensate for this change in the code to add display
891 properties. Don't make the first line intangible.
892
893 * info.el (Info-search): Fix previous change.
894
895 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
896
897 * Makefile.in (recompile): Revert 2004-11-19 change.
898 (compile): Likewise.
899
900 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
901
902 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
903
904 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
905
906 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
907 defgroup and defcustom. Eliminate eval-and-compile usage.
908
909 * progmodes/ebnf-otz.el: Fix typos.
910
911 2004-11-19 Jay Belanger <belanger@truman.edu>
912
913 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
914 (calc-edit-finish, calc-finish-stack-edit): Replace variable
915 disp-trail by declared variable.
916
917 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
918 (calc-finish-selection-edit): Replace variable disp-trail by
919 declared variable.
920 (calc-selection-cache-entry): Move declaration to earlier in the file.
921 (calc-selection-cache-num, calc-selection-cache-comp)
922 (calc-selection-cache-offset, calc-selection-true-num)
923 (calc-final-point-line, calc-final-point-column)
924 (calc-original-buffer): Declare them.
925 (calc-fnp-op, calc-fnp-num): New variables.
926 (calc-find-nth-part, calc-find-nth-part-rec)
927 (calc-select-previous): Replace op and num by declared variables.
928 (calc-rsf-old, calc-rsf-new): New variables.
929 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
930 Replace variables old and new by declared variables.
931 (calc-sel-reselect): New variable.
932 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
933 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
934 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
935 reselect with declared variable.
936
937 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
938 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
939 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
940 (math-import-list, math-rewrite-phase): Declare them.
941 (math-rewrite): Use let* to declare variables.
942 (calc-rewrite-selection): Make rules a local variable.
943 (calc-rewr-sel): New variable.
944 (calc-rewrite-selection, calc-locate-selection-marker)
945 (calc-rewrite): Use the declared variable calc-rewr-sel instead
946 of sel.
947 (math-rewrite-whole-expr): New variable.
948 (math-rewrite, math-rewrite-phase): Replace variable expr by
949 declared variable.
950 (math-rewrite-heads-heads, math-rewrite-heads-skips)
951 (math-rewrite-heads-blanks ): New variables.
952 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
953 heads, skips and blanks by declared variables.
954 (math-rwcomp-subst-old, math-rwcomp-subst-new)
955 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
956 New variables.
957 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
958 old, new, old-func and new-func by declared variables.
959 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
960 Remove unnecessary variable.
961 (math-apply-rw-regs): New variable.
962 (math-apply-rewrites, math-rwapply-replace-regs)
963 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
964 (math-apply-rw-ruleset): New variable.
965 (math-apply-rewrites, math-rwapply-remember): Replace variable
966 ruleset by declared variable.
967
968 2004-11-19 Richard M. Stallman <rms@gnu.org>
969
970 * info.el (Info-search): Use search-whitespace-regexp.
971
972 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
973
974 * vc-rcs.el (vc-rcs-parse): New function.
975 (vc-rcs-annotate-command): Likewise.
976 (vc-rcs-annotate-current-time): Likewise.
977 (vc-rcs-annotate-time): Likewise.
978 (vc-rcs-annotate-extract-revision-at-line): Likewise.
979
980 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
981
982 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
983
984 2004-11-18 Jay Belanger <belanger@truman.edu>
985
986 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
987
988 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
989
990 * printing.el: Eliminate use of interactive-p and eval-and-compile.
991 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
992 Use make-temp-file to generate PostScript files in any situation.
993 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
994 (pr-interactive-p): Eliminate var.
995 (pr-save-interactive): Eliminate macro.
996 (pr-interface, pr-ps-directory-preview)
997 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
998 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
999 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1000 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1001 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1002 (pr-ps-region-ps-print, pr-ps-mode-preview)
1003 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1004 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1005 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1006 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1007 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1008 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1009 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1010 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1011 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1012 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1013 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1014 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1015 Eliminate pr-save-interactive usage.
1016 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1017 Eliminate pr-interactive-p usage.
1018 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1019 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1020 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1021 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1022 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1023 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1024 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1025 New funs.
1026 (pr-ps-file): Use make-temp-file to generate a temporary file.
1027
1028 2004-11-17 Jay Belanger <belanger@truman.edu>
1029
1030 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1031 a local variable.
1032 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1033 (math-top-only): New variable.
1034 (math-simplify, math-simplify-step): Replace variable top-only by
1035 declared variable math-top-only.
1036 (math-simplify-expr): Declare it.
1037 Replace argument expr in all calls of math-defsimplify by
1038 math-simplify-expr.
1039 (math-simplify-plus, math-simplify-times, math-simplify-divide)
1040 (math-simplify-divisor, math-simplify-one-divisor)
1041 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1042 (math-simplify-pow): Replace variable expr by declared variable
1043 math-simplify-expr.
1044 (math-simplify-divisor): Remove local variables temp and op.
1045 (math-simplify-one-divisor): Make temp and op local variables.
1046 (math-simplify-divisor-nover, math-simplify-divisor-dover):
1047 New variables.
1048 (math-simplify-divisor, math-simplify-one-divisor):
1049 Replace variables nover and dover by declared variables.
1050 (math-expr-subst-new, math-expr-subst-old): New variables.
1051 (math-expr-subst, math-expr-subst-rec): Replace variables new
1052 and old by declared variables.
1053 (math-is-poly-degree, math-is-poly-loose): New variables.
1054 (math-is-polynomial, math-is-poly-rec): Replace variables degree
1055 and loose by declared variables.
1056 (math-poly-base-const-ok, math-poly-base-pred): New variables.
1057 (math-polynomial-base, math-polynomial-base-rec):
1058 Replace variables const-ok and mpb-pred by declared variables.
1059
1060 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1061
1062 * calc/calc-ext.el (math-defsimplify): Change the argument in
1063 the created function to math-simplify-expr.
1064
1065 * calc/calc-units.el (math-simplify-expr): Declare it.
1066 Replace argument expr in all calls of math-defsimplify by
1067 math-simplify-expr.
1068 (math-simplify-units-prod): Replace variable expr by declared
1069 variable math-simplify-expr.
1070
1071 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1074 Replace mapcar->dolist, format->string.
1075
1076 2004-11-17 Miles Bader <miles@gnu.org>
1077
1078 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1079 * progmodes/idlwave.el: Remove RCS keywords.
1080
1081 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
1082
1083 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1084 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1085 Update to IDLWAVE version 5.5. Too many changes to list them here.
1086 * progmodes/idlw-help.el: New file.
1087
1088 2004-11-16 Richard M. Stallman <rms@gnu.org>
1089
1090 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1091 Discard spaces after \i according to TeX rules.
1092
1093 * international/mule.el (set-buffer-file-coding-system):
1094 New arg NOMODIFY.
1095 (after-insert-file-set-coding): Pass that new arg.
1096 Prevent set-buffer-multibyte from trying to lock the file.
1097
1098 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1099
1100 * saveplace.el (save-place): Doc fix.
1101
1102 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1103 temporarily widen before finding the following word to copy.
1104
1105 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1106 (cl-map-keymap): Definition deleted.
1107
1108 * subr.el (map-keymap-internal): New function.
1109
1110 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1113 when pressing rather than when releasing mouse-2. Simplify.
1114
1115 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1118 (compilation-mode): Set it here instead.
1119
1120 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1121
1122 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1123 (loop, cl-parse-loop-clause, defsetf): Use backquote.
1124
1125 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * progmodes/compile.el (compilation-internal-error-properties):
1128 Fix up a transposition-typo. Check end-col before using it.
1129
1130 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
1131
1132 * international/iso-cvt.el (iso-tex2iso-trans-tab):
1133 Discard whitespace after macro \i when converting it.
1134
1135 2004-11-16 Juri Linkov <juri@jurta.org>
1136
1137 * emacs-lisp/find-func.el (find-function-regexp):
1138 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
1139 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
1140 Remove invalid `\W' from [^cgv\W]. Doc fix.
1141 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1142
1143 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
1144
1145 * play/life.el: Maintainer is now FSF.
1146 (life-patterns, life-neighbor-deltas, life-window-start)
1147 (life-current-generation, life-generation-string): Use defvar
1148 instead of defconst.
1149
1150 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1151
1152 * progmodes/compile.el (compilation-move-to-column): New fun.
1153 (compilation-internal-error-properties)
1154 (compilation-next-error-function): Use it to make sure we don't go past
1155 the end of line.
1156
1157 2004-11-15 John Paul Wallington <jpw@gnu.org>
1158
1159 * autoinsert.el (auto-insert-alist): Insert the user's name in
1160 copyright notice, rather than Free Software Foundation, for the
1161 Emacs Lisp header case too.
1162
1163 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1164
1165 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1166 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1167 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
1168 return the list of string in a string.
1169 (pr-call-process): Message if calling process returns an error, that
1170 is, the exit status is different of zero.
1171
1172 2004-11-15 Jay Belanger <belanger@truman.edu>
1173
1174 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
1175 variable var-thing.
1176 (math-integ-depth, math-integ-level, math-integral-limit)
1177 (math-enable-subst, math-any-substs, math-integ-msg)
1178 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1179 (math-int-threshold, math-int-factors, math-double-roots)
1180 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1181 (var-GenCount): Declare these variables.
1182 (calcFunc-integ): Don't check if var-IntegLimit is bound.
1183 (math-integral-cache, math-integral-cache-state):
1184 Move declarations to earlier in the file.
1185 (math-deriv-var, math-deriv-total, math-deriv-symb)
1186 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1187 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1188 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1189 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1190 (math-solve-res): New variables
1191 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1192 (math-integral, math-replace-integral-parts)
1193 (math-integrate-by-parts, calc-dump-integral-cache)
1194 (math-try-integral, math-do-integral, math-do-integral)
1195 (math-do-integral-methods, math-try-solve-for)
1196 (math-try-solve-prod, math-solve-poly-funny-powers)
1197 (math-solve-crunch-poly, math-decompose-poly)
1198 (math-solve-find-root-term, math-find-root-in-prod)
1199 (math-integ-try-linear-substitutions)
1200 (math-integ-try-substitutions, math-expr-rational-in)
1201 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1202 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1203 (math-solve-for, math-solve-system, math-solve-system-rec)
1204 (math-solve-get-sign, math-solve-get-int)
1205 (math-solve-system-subst): Replace undeclared variables with newly
1206 declared variables.
1207
1208 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * winner.el (winner-active-region, winner-edges, winner-window-list):
1211 Define at toplevel.
1212 (winner-mode-map): Move init inside declaration.
1213
1214 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
1215
1216 * files.el (convert-standard-filename): Doc fix.
1217
1218 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
1219
1220 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1221 passwd, group, shadow, default/* and pam.d/*.
1222
1223 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1224
1225 * printing.el (pr-menu-spec): Adjust menu specification.
1226
1227 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1228
1229 * printing.el: Doc fix. Insert :version tag into all defcustom.
1230 Handle interactive-p as is recommended in Emacs Lisp Reference.
1231 Set the file permission bits for newly created files.
1232 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1233 The printing menu specification (in `pr-menu-spec') was merged.
1234 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1235 (pr-version): New version number (6.8.3).
1236 (pr-file-modes): New option.
1237 (pr-interactive-p): New var.
1238 (pr-save-interactive, pr-save-file-modes): New macros.
1239 (pr-setup): Code fix.
1240 (pr-menu-spec): Menu specification merged.
1241 (pr-call-process, pr-text2ps): Set file permission bits.
1242 (pr-despool-print): Set file permission bits. Handle interactive-p as
1243 is recommended.
1244 (pr-interface, pr-ps-directory-preview)
1245 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1246 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1247 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1248 (pr-ps-buffer-ps-print, pr-ps-region-preview)
1249 (pr-ps-region-using-ghostscript, pr-ps-region-print)
1250 (pr-ps-region-ps-print, pr-ps-mode-preview)
1251 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1252 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1253 (pr-despool-using-ghostscript, pr-despool-ps-print)
1254 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1255 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1256 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1257 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1258 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1259 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1260 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1261 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1262 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1263 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1264 Handle interactive-p as is recommended.
1265
1266 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1269 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1270
1271 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1272 so it doesn't forget to highlight the beginning of the region either.
1273
1274 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
1275
1276 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1277 (c-font-lock-init): Eliminate obsolete make-local-hook.
1278 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1279 (awk-mode): Use run-mode-hooks.
1280
1281 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1282
1283 2004-11-13 Kim F. Storm <storm@cua.dk>
1284
1285 * mouse.el (mouse-drag-copy-region): Add :version.
1286 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1287 while dragging mode line, so mode line can be dragged downwards.
1288 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1289 while pressing mouse button so window doesn't scroll until we
1290 release the mouse if clicking on partially visible line.
1291
1292 2004-11-12 Jay Belanger <belanger@truman.edu>
1293
1294 * calc/calc-graph.el (calc-dumb-map): Declare it.
1295 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
1296 than unbound.
1297 (calc-graph-name): Made `end' a local variable.
1298 (calc-graph-lookup): Made `varname' a local variable.
1299 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1300 Declare them.
1301 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
1302 (calc-graph-plot, calc-graph-compute-3d): Remove references to
1303 the unused variable y3vec.
1304 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
1305 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
1306 calc-graph-prev-kill-hook.
1307 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1308 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1309 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1310 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1311 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1312 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1313 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1314 (calc-graph-y3value, calc-graph-y3name)
1315 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1316 (calc-graph-stepcount, calc-graph-is-splot)
1317 (calc-graph-surprise-splot, calc-graph-blank)
1318 (calc-graph-non-blank, calc-graph-curve-num): New variables.
1319 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1320 (calc-graph-recompute-2d, calc-graph-compute-3d)
1321 (calc-graph-format-data): Replace undeclared variables with the
1322 above newly declared variables.
1323
1324 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
1325
1326 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1327 `rsf-beep' and `rsf-sleep-after-message'.
1328
1329 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1330 list if `message-sender' is non-nil.
1331
1332 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1333
1334 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1335 consing by using mapc instead of mapcar.
1336
1337 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
1338
1339 * tooltip.el (require): Explain why CL is needed.
1340
1341 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1342
1343 * printing.el: Insert :version into defgroup (printing). All reference
1344 to Files option in menubar were changed to File.
1345 (pr-version): New version number (6.8.2).
1346 (pr-get-symbol): Call easy-menu-intern.
1347 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
1348 compilation gripes.
1349
1350 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1353 new byte-compile-function-environment binding to t.
1354
1355 * font-lock.el (font-lock-fontify-syntactically-region):
1356 Don't forget to highlight the last char when we hit `end'.
1357
1358 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1359 (mwheel-scroll): Adjust accordingly.
1360
1361 * cvs-status.el: Reduce spurious warnings.
1362 (cvs-status-checkout): Remove.
1363 (cvs-status-mode-map): Use cvs-mode-checkout instead.
1364
1365 * pcvs.el (cvs-mode-checkout): New command.
1366
1367 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1368
1369 * tooltip.el: Require CL.
1370
1371 * emacs-lisp/bytecomp.el: Use push.
1372 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1373 (defalias): Remove the `byte-compile' property and add
1374 a `byte-hunk-handler'.
1375
1376 2004-11-11 Juri Linkov <juri@jurta.org>
1377
1378 * info.el (Info-search): Save match data for isearch.
1379 Skip Tag Table node.
1380
1381 * descr-text.el (describe-char): Replace syntax-after with code
1382 from its previous version.
1383
1384 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1385 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1386
1387 * international/mule.el (sgml-html-meta-auto-coding-function):
1388 Remove > after <html to allow HTML attributes.
1389
1390 2004-11-11 Jay Belanger <belanger@truman.edu>
1391
1392 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1393 a variable.
1394 (calcFunc-dfac): Replace unbound max by n.
1395 (math-stirling-local-cache): New variable.
1396 (math-stirling-number, math-stirling-1, math-stirling-2):
1397 Replace the variable `cache' by the declared variable
1398 math-stirling-local-cache.
1399 (var-RandSeed): Declare it as a variable.
1400 (math-init-random-base, math-random-digit): Don't check to see if
1401 var-RandSeed is bound.
1402 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1403 Declare them instead of just setting them.
1404 (math-init-random-base): Made i a local variable.
1405 (math-random-digit): Made math-random-last a local variable.
1406 (math-prime-test-cache): Move declaration to before it is used.
1407 (math-prime-test-cache-k, math-prime-test-cache-q)
1408 (math-prime-test-cache-nm1, math-prime-factors-finished):
1409 Declare them as variables.
1410
1411 2004-11-11 Jay Belanger <belanger@truman.edu>
1412
1413 * calc/calc-ext.el (math-defcache): Use defvar for the new
1414 variables it creates.
1415
1416 2004-11-11 Lars Hansen <larsh@math.ku.dk>
1417
1418 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1419 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1420 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1421 (desktop-save): Add :version.
1422
1423 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1424
1425 * printing.el (pr-get-symbol): Don't downcase.
1426
1427 2004-11-10 Jay Belanger <belanger@truman.edu>
1428
1429 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
1430 string to kill-ring.
1431
1432 * calc/calc-aent.el (calc-alg-exp, math-toks)
1433 (math-exp-pos,math-exp-old-pos, math-exp-token)
1434 (math-exp-keep-spaces, math-exp-str): New variables.
1435 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1436 (calcAlg-enter): Use declared variable calc-alg-exp.
1437 (math-build-parse-table, math-find-user-token): Use declared
1438 variable math-toks.
1439 (math-read-exprs, math-read-token, calc-check-user-syntax)
1440 (calc-match-user-syntax, match-factor-after, math-read-factor):
1441 Use declared variables math-exp-pos math-exp-old-pos.
1442 (math-read-exprs, math-read-token, math-read-expr-level)
1443 (calc-check-user-syntax, calc-match-user-syntax)
1444 (match-factor-after, math-read-factor): Use declared variable
1445 math-exp-token.
1446 (math-read-exprs, math-read-expr-list, math-read-token)
1447 (math-read-factor): Use declared variable math-exp-keep-spaces.
1448 (math-read-exprs, math-read-token): Use declared variable
1449 math-exp-str.
1450 (calc-match-user-syntax): Make m a local variable.
1451
1452 * calc/calc-ext.el (math-read-expr): Use declared variables
1453 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1454 math-exp-keep-spaces.
1455
1456 * calc/calc-forms.el (math-read-angle-bracket): Use declared
1457 variables math-exp-pos, math-exp-str.
1458
1459 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
1460 math-exp-old-pos.
1461 (math-parse-fortran-vector, math-parse-fortran-vector-end)
1462 (math-parse-eqn-prime): Use declared variable math-exp-token.
1463
1464 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1465 Use declared variable math-exp-pos.
1466 (math-check-for-commas): Use declared variable math-exp-str.
1467 (math-read-brackets): Use declared variables math-exp-old-pos,
1468 math-exp-keep-spaces.
1469 (math-read-brackets, math-read-vector, math-read-matrix):
1470 Use declared variable math-exp-token.
1471
1472 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1475 where the keymap is a symbol.
1476 (easy-menu-add-item): Use keymap-prompt. Simplify.
1477
1478 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1479
1480 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1481 (sgml-parse-tag-backward): Use it to skip spurious < or >.
1482
1483 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
1484
1485 * ebuff-menu.el: Doc fixes throughout.
1486 (electric-buffer-menu-mode-hook): New defvar.
1487
1488 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
1489
1490 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1491 compilation. The resulting compiler warnings appear to be harmless.
1492
1493 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
1494
1495 * textmodes/conf-mode.el: New file.
1496
1497 * files.el (auto-mode-alist, magic-mode-alist): Use it.
1498
1499 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1500
1501 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1502
1503 2004-11-09 Jay Belanger <belanger@truman.edu>
1504
1505 * calc/calc-ext.el (calc-init-extensions): Remove old code.
1506
1507 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1508 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
1509 (calc-z-prefix-help, calc-user-function-list): Use declared
1510 variables calc-z-prefix-buf, calc-z-prefix-msgs.
1511 (math-map-tree, math-map-tree-rec): Use declared variables
1512 math-mt-many, math-mt-func.
1513 (math-read-expression, math-read-string): Use declared variable
1514 math-expr-data.
1515
1516 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
1517 variable math-normalize-a.
1518
1519 * calc/calc.el (math-normalize-a): New variable.
1520 (math-normalize): Use declared variable math-normalize-a.
1521
1522 * calc/calc-poly.el (math-expand-form): Use declared variable
1523 math-mt-many.
1524
1525 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1526 Use declared variable math-mt-many.
1527 (math-rewrite): Use declared variable math-mt-func.
1528
1529 * calc/calc-vec.el (math-read-brackets, math-read-vector)
1530 (math-read-matrix): Use declared variable math-expr-data.
1531
1532 * calc/calc-lang.el (math-parse-fortran-vector)
1533 (math-parse-fortran-vector-end, math-parse-tex-sum)
1534 (math-parse-eqn-matrix, math-parse-eqn-prime)
1535 (math-read-math-subscr): Use declared variable math-expr-data.
1536
1537 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1538 (math-read-expr-level, math-read-token, calc-check-user-syntax)
1539 (calc-match-user-syntax, math-read-if, math-factor-after)
1540 (math-read-factor): Use declared variable math-expr-data.
1541
1542 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
1543
1544 * calendar/diary-lib.el (diary-from-outlook)
1545 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1546 interactive-p; but rather new optional argument NOCONFIRM.
1547
1548 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1551 (easy-menu-name-match): Revert correspondingly.
1552
1553 2004-11-09 Richard M. Stallman <rms@gnu.org>
1554
1555 * emacs-lisp/bytecomp.el (byte-compile-defalias):
1556 Turn off warnings for the new function even if definition not constant.
1557 If the definition isn't a quoted symbol, record (FUNCTION . t).
1558 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1559 (byte-compile-callargs-warn): Handle (FUNCTION . t).
1560 (display-call-tree, byte-compile-arglist-warn):
1561 Handle t returned by byte-compile-fdefinition.
1562
1563 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1564
1565 * Makefile.in (maintainer-clean): Depend on distclean.
1566
1567 * help-fns.el (help-C-file-name): File name must be in build-files
1568 to be returned.
1569
1570 2004-11-09 Jay Belanger <belanger@truman.edu>
1571
1572 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1573 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
1574
1575 * calc/calc.el (calc, calc-trail-display, calc-mode):
1576 Remove obsolete sections.
1577
1578 * calc/calc.el (calc-x-paste-text): Remove.
1579
1580 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
1581 mouse-2.
1582
1583 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
1584
1585 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1586 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1587 current frame (in case of recursive calls).
1588 (gdb-show-changed-values): Add :version keyword.
1589
1590 2004-11-09 Kenichi Handa <handa@m17n.org>
1591
1592 * international/mule-cmds.el: Change coding: tag back to
1593 iso-2022-7bit.
1594
1595 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * international/mule-cmds.el: Change coding-system to utf-8.
1598 (select-safe-coding-system-interactively):
1599 New function extracted from select-safe-coding-system.
1600 (select-safe-coding-system): Use it.
1601
1602 2004-11-08 Richard M. Stallman <rms@gnu.org>
1603
1604 * subr.el (syntax-after): Doc fix.
1605
1606 * paren.el (show-paren-function): Change calls to syntax-after
1607 for new way of returning the value.
1608
1609 * menu-bar.el (menu-bar-file-menu): Make this the real name
1610 and menu-bar-files-menu the alias. Use the former.
1611 (global-map): Use `file', not `files', as the symbol.
1612
1613 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1614
1615 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1616 Don't use beginning-of-buffer.
1617 (filesets-cmd-show-result): Use with-no-warnings.
1618
1619 2004-11-08 Juri Linkov <juri@jurta.org>
1620
1621 * progmodes/compile.el (compile): Don't overwrite last command in
1622 minibuffer history with default command if they are not equal.
1623
1624 2004-11-08 Jay Belanger <belanger@truman.edu>
1625
1626 * calc/calcalg2.el (math-do-integral-methods): Try linear then
1627 non-linear substitutions.
1628
1629 2004-11-08 Jay Belanger <belanger@truman.edu>
1630
1631 * calc/calcalg2.el (math-linear-subst-tried): New variable.
1632 (math-do-integral): Set `math-linear-subst-tried' to nil.
1633 (math-do-integral-methods): Use `math-linear-subst-tried' to
1634 determine what type of substitution to try.
1635 (math-integ-try-linear-substituion):
1636 Set `math-linear-subst-tried' to t.
1637
1638 2004-11-08 Kim F. Storm <storm@cua.dk>
1639
1640 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1641
1642 2004-11-07 Juri Linkov <juri@jurta.org>
1643
1644 * info-look.el (info-lookup): Allow reusing in the current buffer
1645 not only *info* buffer, but all (even renamed) Info buffers
1646 by checking for major-mode instead of *info* buffer name.
1647 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1648 (octave-mode, maxima-mode) <doc-spec>:
1649 Allow long dashes generated by Texinfo 4.7 before definitions.
1650 (texinfo-mode) <doc-spec>: Add space to suffix to find command
1651 definitions with argument separated by space.
1652
1653 2004-11-06 Richard M. Stallman <rms@gnu.org>
1654
1655 * simple.el (next-error group, face): Move before first use.
1656 (next-error-highlight, next-error-highlight-no-select): Likewise.
1657
1658 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1659 (line-move): New args NOERROR and TO-END.
1660 Return t if if succeed in moving specified number of lines.
1661 (move-end-of-line): New function.
1662
1663 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1664 (end-of-buffer-other-window): Likewise.
1665
1666 * simple.el (line-move-ignore-invisible): Default to t.
1667
1668 * subr.el (syntax-after): Return the syntax letter, not the raw code.
1669
1670 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1671
1672 * international/iso-cvt.el (iso-cvt-define-menu):
1673 Rename menu-bar-files-menu to menu-bar-file-menu.
1674
1675 * net/browse-url.el (browse-url-gnome-moz-program)
1676 (browse-url-gnome-moz-arguments): Move up before first use.
1677
1678 * net/tramp.el (tramp group): Add :version.
1679
1680 * progmodes/ada-xref.el (ada-gdb-application):
1681 Use goto-char instead of beginning-of-buffer.
1682
1683 * progmodes/cperl-mode.el (cperl-info-on-command):
1684 Use goto-char instead of beginning-of-buffer.
1685
1686 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1687 Move up before first use.
1688 (idlwave-shell-temp-pro-file): Likewise.
1689 (idlwave-shell-temp-rinfo-save-file): Likewise.
1690 (idlwave-shell-temp-file): Minor doc fix.
1691
1692 * textmodes/flyspell.el (flyspell-external-point-words):
1693 Use goto-char instead of beginning-of-buffer.
1694
1695 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
1696
1697 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1698 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
1699 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1700
1701 2004-11-06 David Ponce <david@dponce.com>
1702
1703 * recentf.el (recentf-menu-path): Use menu item name.
1704
1705 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1706
1707 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1708 display doesn't support images.
1709
1710 2004-11-06 Andreas Schwab <schwab@suse.de>
1711
1712 * tempo.el (tempo-match-finder): Doc fix.
1713
1714 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1715
1716 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1719 (easy-menu-lookup-name): New fun to replace it.
1720 (easy-menu-get-map): Use it to obey menu item names (rather than just
1721 keys) when looking up `path'.
1722 (easy-menu-always-true-p): Rename from easy-menu-always-true.
1723 (easy-menu-convert-item-1): Adjust to new name.
1724
1725 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
1726
1727 * outline.el (hide-body): Don't hide lines at the top of the file
1728 that precede the first header line.
1729
1730 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
1731
1732 * align.el (align-areas): Delete whitespace before reindenting, so
1733 that tabs are never placed after spaces.
1734
1735 2004-11-06 Alan Shutko <ats@acm.org>
1736
1737 * macros.el (insert-kbd-macro): Do completions based on macros,
1738 rather than all commands.
1739
1740 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
1741
1742 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1743 to solve a bug whereby tags with 'b' don't match.
1744
1745 2004-11-05 Juri Linkov <juri@jurta.org>
1746
1747 * info.el (Info-search): Don't search in node header lines
1748 and file headers.
1749
1750 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1751 symbol-constituent characters after dot, not only digits.
1752
1753 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
1754
1755 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1756
1757 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1758
1759 * dired.el (dired-read-dir-and-switches): Call read-directory-name
1760 if a dialog will be used, read-file-name otherwise.
1761
1762 2004-11-04 Richard M. Stallman <rms@gnu.org>
1763
1764 * textmodes/table.el (table group): Add :version.
1765
1766 * textmodes/ispell.el (ispell-word):
1767 Don't alter args; set them only thru `interactive' spec.
1768
1769 * textmodes/flyspell.el (flyspell-word):
1770 Don't alter FOLLOWING; set it only thru `interactive' spec.
1771
1772 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1773
1774 * net/browse-url.el (browse-url-maybe-new-window):
1775 Use called-interactively-p.
1776
1777 * mail/supercite.el (sc-cite-region):
1778 Don't use interactive-p. Add arg INTERACTIVE.
1779 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
1780
1781 * international/mule-cmds.el (set-input-method, toggle-input-method):
1782 Don't use interactive-p. Add arg INTERACTIVE.
1783
1784 * eshell/esh-mode.el (eshell-show-maximum-output):
1785 Don't use interactive-p.
1786 (eshell-truncate-buffer): Just message, no error, if buffer is short.
1787
1788 * mouse.el (mouse-show-mark): Get positions to delete from mark
1789 and point, not from mouse-drag-overlay.
1790
1791 * imenu.el (imenu-eager-completion-buffer): Add :version.
1792
1793 * filesets.el (filesets group): Add :version.
1794
1795 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
1796
1797 * files.el (xml-based-modes): Delete var.
1798 (magic-mode-alist): New more general var.
1799 (set-auto-mode): Use it.
1800
1801 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1802 when clicking from another window.
1803
1804 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
1805
1806 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
1807 (vc-cvs-annotate-time): Incorporate value of deleted var.
1808 Remove special-case handling of beginning-of-buffer cruft.
1809 Cache ending position (point) and return value in text property
1810 `vc-cvs-annotate-time', and consult it on subsequent invocations.
1811
1812 * vc-cvs.el (vc-cvs-annotate-command):
1813 Delete extraneous lines from beginning of buffer.
1814 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
1815
1816 * progmodes/grep.el (grep-default-command): Take empty string
1817 for tag if all other methods yield nil. Shell-quote the tag.
1818
1819 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
1820 spec in `interactive' form, and mention it in the docstring.
1821 Also, make sure point is at bol after calling `annotate-time'.
1822
1823 2004-11-02 Richard M. Stallman <rms@gnu.org>
1824
1825 * cus-edit.el (customize-group-other-window):
1826 Select the window that displays the custom buffer.
1827 (custom-buffer-create-other-window): Likewise.
1828
1829 * comint.el (comint-insert-input): Fix previous change.
1830
1831 * emacs-lisp/elp.el (elp-instrument-function):
1832 Use called-interactively-p.
1833
1834 * emacs-lisp/easymenu.el (easy-menu-intern):
1835 Don't downcase; rather, case-flip the first letter of each word.
1836
1837 * emacs-lisp/easy-mmode.el (define-minor-mode):
1838 Use called-interactively-p.
1839
1840 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1841 Add interactive-only.
1842 (byte-compile-warnings): Add interactive-only as option.
1843 (byte-compile-interactive-only-functions): New variable.
1844 (byte-compile-form): Warn about calls to functions
1845 in byte-compile-interactive-only-functions.
1846
1847 * emacs-lisp/autoload.el (update-file-autoloads):
1848 Don't use interactive-p; take new arg SAVE-AFTER.
1849
1850 * emacs-lisp/advice.el (ad-make-advised-definition):
1851 Use called-interactively-p.
1852
1853 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1854
1855 * files.el (find-file-existing): New function.
1856
1857 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
1858 find-file-existing. Add "New File..." that calls find-file.
1859
1860 * diropen.pbm diropen.xpm: New files.
1861
1862 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1863 icon diropen. New tool bar item find-file-existing uses icon open.
1864
1865 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1866 instead of read-file-name.
1867
1868 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
1869
1870 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1871 (icalendar--split-value): Change name of work buffer.
1872 (icalendar--get-weekday-abbrev): Return nil on error.
1873 (icalendar--date-to-isodate): New function.
1874 (icalendar-convert-diary-to-ical)
1875 (icalendar-extract-ical-from-buffer): Use only two args for
1876 make-obsolete (XEmacs compatibility).
1877 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1878 (icalendar-export-region): Doc fix.
1879 If error, return non-nil and write errors to a buffer.
1880 Use correct weekday for weekly recurring events.
1881 Check whether date has been parsed for ordinary events.
1882 Make weekly events start in the year 2000.
1883 DTEND is non-inclusive, shift end date by one day if
1884 necessary (not for entries that have date and time).
1885 Rename local let variables: oops -> found-error, datestring ->
1886 startdatestring.
1887
1888 2004-11-02 Kim F. Storm <storm@cua.dk>
1889
1890 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1891 keep-mode-if-same variable. Add it as optional arg instead.
1892 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1893
1894 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1895 substitute-command-keys will select lower-case bindings like those
1896 used in the static help texts.
1897
1898 * descr-text.el (describe-text-properties): Don't err if called in
1899 the *Help* buffer; output to *Help-2* buffer instead.
1900
1901 * kmacro.el (group kmacro): Add :version.
1902 (kmacro-keyboard-quit): New function to cleanup on C-g.
1903 (kmacro-start-macro): Set defining-kbd-macro to append when
1904 appending to last macro.
1905
1906 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1907
1908 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * progmodes/gdb-ui.el (gdb-enable-debug-log)
1911 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1912 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1913 Add :version keyword.
1914
1915 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
1916
1917 * progmodes/flymake.el (flymake-err-line-patterns):
1918 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1919 `compilation-error-regexp-alist-alist' to internal Flymake format.
1920
1921 * progmodes/flymake.el: Eliminate byte-compiler warnings.
1922
1923 2004-11-01 Jay Belanger <belanger@truman.edu>
1924
1925 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1926 with `interactive "s"'.
1927
1928 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1929
1930 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1931 Revert change from 2004-10-16. '*' checks the current buffer, but the
1932 mouse click may be in another buffer.
1933
1934 2004-11-01 John Paul Wallington <jpw@gnu.org>
1935
1936 * files.el (large-file-warning-threshold): Add :version keyword.
1937 (kill-some-buffers): Doc fix.
1938
1939 * thumbs.el (group thumbs): Add :version keyword.
1940
1941 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1942
1943 2004-11-01 Richard M. Stallman <rms@gnu.org>
1944
1945 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1946
1947 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1948
1949 * allout.el (allout group): Add :version.
1950 (allout-init): Don't use interactive-p.
1951 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1952 (allout-forward-current-level, allout-backward-current-level):
1953 Don't use interactive-p.
1954
1955 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1956 (bibtex-find-text): Likewise.
1957
1958 * progmodes/vhdl-mode.el (vhdl-fill-region)
1959 (vhdl-beginning-of-statement): Don't use interactive-p.
1960
1961 * progmodes/idlwave.el (idlwave-update-routine-info):
1962 Don't use interactive-p.
1963
1964 * progmodes/idlw-shell.el (idlwave-shell-send-char):
1965 Don't use interactive-p.
1966
1967 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1968 Don't use interactive-p.
1969
1970 * progmodes/ada-xref.el (ada-make-body-gnatstub):
1971 Don't use interactive-p.
1972
1973 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1974 (fortune-in-buffer): Doc fix.
1975
1976 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1977
1978 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1979 don't select the temporary buffer.
1980 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1981 (eudc-get-phone): Likewise.
1982
1983 2004-11-01 Kim F. Storm <storm@cua.dk>
1984
1985 * man.el (Man-xref-normal-file): Fix help-echo.
1986
1987 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * reveal.el (reveal-last-tick): New var.
1990 (reveal-post-command): Use it to avoid closing overlays when we're
1991 appending text to them.
1992
1993 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1994
1995 * textmodes/bibtex.el: Require button.
1996 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1997 (bibtex-reference-keys): Distinguish between header keys and
1998 crossref keys.
1999 (bibtex-beginning-of-field): New function.
2000 (bibtex-url-map): Remove.
2001 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2002 (bibtex-font-lock-url-regexp): Assume that field names begin at
2003 the beginning of a line.
2004 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
2005 Remove field delimiters. Use bibtex-beginning-of-field.
2006 Bugfix, point can be inside a field with a url.
2007 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2008 New functions.
2009 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2010 (bibtex-key-in-head): Simplify.
2011 (bibtex-current-line): Use bolp.
2012 (bibtex-parse-keys): Remove unused arg `add'.
2013 Use bibtex-type-in-head and bibtex-key-in-head.
2014 (bibtex-parse-entry, bibtex-autofill-entry):
2015 Use bibtex-type-in-head and bibtex-key-in-head.
2016 (bibtex-autokey-get-field): Do not alter case of replacement text.
2017 (bibtex-autokey-get-names): Do all processing of name list.
2018 (bibtex-autokey-get-year): New function.
2019 (bibtex-autokey-get-title): Do all processing of title words.
2020 (bibtex-generate-autokey): Simplify.
2021 (bibtex-string-files-init): Use default-directory.
2022 Allow for absolute file names in bibtex-string-files.
2023 (bibtex-files, bibtex-file-path): New variables.
2024 (bibtex-files-expand): New function.
2025 (bibtex-find-entry-globally): New command.
2026 (bibtex-summary-function): New variable.
2027 (bibtex-summary): Default value of bibtex-summary-function.
2028 (bibtex-find-crossref): New optional args pnt and split.
2029 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2030 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2031 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
2032 Fix handling of required and alternative fields.
2033 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2034 Use cons and display-buffer.
2035 (bibtex-validate-globally): New command.
2036 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
2037 bibtex-parse-keys and bibtex-parse-strings for updating
2038 bibtex-reference-keys and bibtex-strings.
2039 (bibtex-realign): Remove blank lines past the last entry.
2040 (bibtex-reformat): Use bibtex-entry-format as default.
2041 (bibtex-choose-completion-string): Remove.
2042 (bibtex-complete): Do not use bibtex-choose-completion-string.
2043 (bibtex-url): Simplify.
2044
2045 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2046
2047 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2048 (x-dnd-types-alist, x-dnd-open-file-other-window)
2049 (x-dnd-known-types): Add :version.
2050
2051 2004-10-31 John Paul Wallington <jpw@gnu.org>
2052
2053 * ibuffer.el (group ibuffer): Add :version keyword.
2054
2055 2004-10-31 Kim F. Storm <storm@cua.dk>
2056
2057 * ido.el (group ido): Add :version keyword.
2058 (ido-mode): Remove :version keyword.
2059
2060 * emulation/cua-base.el (group cua): Add :version keyword.
2061 (cua-mode): Remove :version keyword.
2062
2063 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
2064
2065 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2066
2067 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2068 compiler warning.
2069 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
2070 function.
2071 (help-at-pt-display-when-idle): Remove autoload.
2072
2073 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2076
2077 2004-10-30 Juri Linkov <juri@jurta.org>
2078
2079 * help.el (function-called-at-point):
2080 * help-fns.el (variable-at-point): Read -> intern.
2081
2082 2004-10-30 Simon Josefsson <jas@extundo.com>
2083
2084 * progmodes/autoconf.el (autoconf-font-lock-keywords):
2085 Recognize AS_* too.
2086
2087 2004-10-29 Simon Josefsson <jas@extundo.com>
2088
2089 * subr.el (read-passwd): Move back from password.el.
2090
2091 * password.el: Remove, not ready yet.
2092
2093 2004-10-29 Andreas Schwab <schwab@suse.de>
2094
2095 * speedbar.el (speedbar-frame-parameters): Improve customize type.
2096
2097 2004-10-29 Sam Steingold <sds@gnu.org>
2098
2099 * mouse.el (mouse-show-mark): Replace the last occurrence of
2100 x-lost-selection-hooks with x-lost-selection-functions.
2101
2102 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2105 x-lost-selection-functions is bound.
2106
2107 * mouse-sel.el (mouse-sel-mode):
2108 * emacs-lisp/lselect.el: Adjust to new names for
2109 x-(lost|sent)-selection-functions.
2110
2111 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2112 New obsolete aliases of x-lost-selection-functions and
2113 x-sent-selection-functions.
2114
2115 2004-10-28 Kim F. Storm <storm@cua.dk>
2116
2117 * imenu.el (imenu-scanning-message): Remove.
2118 (imenu-progress-message): Make it a no-op.
2119
2120 2004-10-28 John Paul Wallington <jpw@gnu.org>
2121
2122 * files.el (set-auto-mode): Call `throw' correctly.
2123
2124 2004-10-28 Juri Linkov <juri@jurta.org>
2125
2126 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2127 to search `Info-...' commands in `info' manual.
2128 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2129 Add 'info-file "emacs" property.
2130 (Info-find-emacs-command-nodes): Fix index line number regexp.
2131 Set real line number (instead of fake 0) in first element of the
2132 returned list.
2133 (Info-goto-emacs-command-node): Use line number of first element
2134 to set point in the first found Info node.
2135
2136 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2137 code to `grep-mode-font-lock-keywords'.
2138 (grep-mode-font-lock-keywords): Delete grep markers instead
2139 of making them invisible.
2140
2141 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2142
2143 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2144 and x-server-version in bug report.
2145
2146 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
2147
2148 * files.el (set-auto-mode-0): New function.
2149 (set-auto-mode): Use it to handle aliased modes and to
2150 be consistent between C-x C-f and C-x C-w.
2151
2152 2004-10-28 Kenichi Handa <handa@m17n.org>
2153
2154 * international/utf-8.el (utf-translate-cjk-charsets):
2155 Add katakana-jisx0201.
2156
2157 * international/subst-jis.el: Add data for JISX0201.
2158
2159 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * obsolete/hilit19.el (hilit-mode): New function.
2162 Move all the toplevel side-effecting stuff into it, so that loading
2163 hilit19 doesn't mess everything up any more.
2164
2165 2004-10-27 Richard M. Stallman <rms@gnu.org>
2166
2167 * add-log.el (add-change-log-entry): Set up mailing address
2168 and full name later, and don't alter add-log-mailing-address
2169 or add-log-full-name.
2170
2171 * elide-head.el (elide-head): Change error to message.
2172 (elide-head-show): Likewise.
2173
2174 * apropos.el (apropos-macrop): Doc fix.
2175
2176 * mouse.el (mouse-show-mark): Do most processing the same
2177 regardless of transient-mark-mode.
2178
2179 * shadowfile.el (shadow-copy-files): Use interactive-p
2180 only to control whether to print a message.
2181
2182 * tar-mode.el (tar-mode): Use write-contents-functions,
2183 not write-contents-hooks.
2184
2185 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2186 directory-sep-char.
2187
2188 2004-10-27 Richard M. Stallman <rms@gnu.org>
2189
2190 * strokes.el (strokes-unload-hook): Fix previous change.
2191
2192 * type-break.el (type-break-run-at-time): Always use run-at-time;
2193 forget the alternatives.
2194 (type-break-cancel-function-timers): Always use cancel-function-timers;
2195 forget the alternatives.
2196
2197 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2198
2199 2004-10-27 Kenichi Handa <handa@m17n.org>
2200
2201 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2202
2203 * international/subst-gb2312.el: Likewise.
2204
2205 * international/subst-big5.el: Likewise.
2206
2207 * international/subst-ksc.el: Likewise.
2208
2209 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2210 New variable.
2211 (utf-translate-cjk-set-unicode-range): New function.
2212 (utf-translate-cjk-unicode-range): Make it customizable.
2213 (utf-8-post-read-conversion):
2214 Use utf-translate-cjk-unicode-range-string.
2215 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2216 Unicode ranges.
2217
2218 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
2219
2220 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2221 trivial variants to shorten the list.
2222 (xml-based-modes): New var.
2223 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2224 declaration higher priority than auto-mode-alist.
2225
2226 * find-file.el (cc-other-file-alist): Bring it in line with
2227 cc-mode's auto-mode-alist entries and use \' instead of $.
2228
2229 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2230 and add "Id" and "Name" submenus to it.
2231
2232 * imenu.el (imenu--generic-function): Skip matches in comments.
2233
2234 2004-10-26 Jay Belanger <belanger@truman.edu>
2235
2236 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2237 (full-calc-keypad, calc-trail-display): Use an extra argument
2238 instead of `interactive-p'.
2239
2240 * calc/calc-misc.el (calc-other-window): Use an extra argument
2241 instead of `interactive-p'.
2242
2243 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2244 `interactive-p'.
2245
2246 2004-10-26 Kim F. Storm <storm@cua.dk>
2247
2248 * help.el (describe-key): Describe both down-event and up-event
2249 for a mouse click.
2250
2251 2004-10-26 Richard M. Stallman <rms@gnu.org>
2252
2253 * woman.el (woman): Don't call interactive-p.
2254
2255 * pcomplete.el (pcomplete): Instead of interactive-p,
2256 use an arg set non-nil by the interactive spec.
2257
2258 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2259 use an arg set non-nil by the interactive spec.
2260
2261 * man.el (Man-cleanup-manpage): Instead of interactive-p,
2262 use an arg set non-nil by the interactive spec.
2263
2264 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
2265
2266 * progmodes/flymake.el (flymake-split-string):
2267 Use `flymake-split-string-remove-empty-edges' in any case.
2268
2269 2004-10-26 Masatake YAMATO <jet@gyve.org>
2270
2271 * progmodes/flymake.el (flymake-err-line-patterns):
2272 Use `compilation-error-regexp-alist-alist' instead of
2273 `compilation-error-regexp-alist'.
2274
2275 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2278 verbatim face on the \ of \end{verbatim}.
2279
2280 2004-10-25 Jay Belanger <belanger@truman.edu>
2281
2282 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
2283 erasing minibuffer.
2284
2285 2004-10-25 Simon Josefsson <jas@extundo.com>
2286
2287 * subr.el (read-passwd): Move to net/password.el.
2288
2289 * net/password.el (read-passwd): Add. Autoload it.
2290
2291 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
2292
2293 * mouse-sel.el (mouse-sel-mode): Specify custom group.
2294
2295 * simple.el (process-file): Fix logic.
2296
2297 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2298
2299 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2300 (increase-right-margin): Remove erroneous call to `interactive-p'.
2301
2302 2004-10-24 Kim F. Storm <storm@cua.dk>
2303
2304 * help.el (describe-mode): Fix 2004-10-13 change.
2305 Copy pure "Auto Fill" string so it can be propertized later
2306 without causing a read-only error.
2307
2308 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
2309
2310 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2311 style indexes.
2312
2313 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
2314
2315 * simple.el (process-file): Accept nil for INFILE. Reported by
2316 Luc Teirlinck.
2317
2318 2004-10-24 Masatake YAMATO <jet@gyve.org>
2319
2320 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2321 Handle periods and underscores in a function name.
2322 Remove the address fontification.
2323
2324 2004-10-24 Masatake YAMATO <jet@gyve.org>
2325
2326 * progmodes/asm-mode.el (asm-font-lock-keywords):
2327 Use font-lock-variable-name-face for registers.
2328
2329 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
2330
2331 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2332 kill-all-local-variables.
2333 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2334 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2335 Use kill-all-local-variables and provide mode-hooks.
2336 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2337 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2338 Suggested by Masatake YAMATO <jet@gyve.org>.
2339
2340 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
2341
2342 * simple.el (process-file): New function, similar to call-process
2343 but supports file handlers.
2344 * vc.el (vc-do-command): Use it, instead of call-process.
2345 * net/tramp-vc.el (vc-do-command): Do not advise it if
2346 process-file is fboundp.
2347 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2348 process-file.
2349 (tramp-handle-process-file): New function.
2350 (tramp-file-name-for-operation): Support process-file.
2351
2352 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
2353
2354 * calendar/icalendar.el (icalendar--weekday-array): New constant.
2355 (icalendar-weekdayabbrev-table)
2356 (icalendar-monthnumber-table): Delete.
2357 (icalendar--get-month-number): Use calendar-month-name-array.
2358 (icalendar--get-weekday-number): New function.
2359 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2360 (icalendar-export-region): Handle multi-line entries.
2361 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2362
2363 2004-10-23 John Paul Wallington <jpw@gnu.org>
2364
2365 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2366 `wildcards' set to t in interactive spec.
2367
2368 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2369 interactive spec rather than use `interactive-p'.
2370 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2371 rather than use function `interactive-p'.
2372
2373 2004-10-22 Kenichi Handa <handa@m17n.org>
2374
2375 * international/mule.el (translate-region): Implement it in Lisp
2376 as a front end of translate-region-internal.
2377
2378 2004-10-21 Jay Belanger <belanger@truman.edu>
2379
2380 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2381 Declare these variables with defvar.
2382
2383 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2384 is bound, only check to see if it is bound.
2385
2386 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2389 Don't output messages.
2390
2391 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2392
2393 2004-10-21 John Paul Wallington <jpw@gnu.org>
2394
2395 * calc/calc-graph.el (calc-graph-init):
2396 Use `set-process-query-on-exit-flag'.
2397
2398 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2399
2400 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2401 dir right and also allow argumentless cd.
2402
2403 2004-10-19 Richard M. Stallman <rms@gnu.org>
2404
2405 * textmodes/flyspell.el (flyspell-mode): Doc fix.
2406
2407 * eshell/em-unix.el (eshell-grep):
2408 Don't bind compilation-process-setup-function.
2409
2410 * comint.el (comint-insert-input): Use @ in `interactive'.
2411 (comint-input-filter-functions): Doc fix.
2412 (comint-kill-whole-line, comint-get-source): Doc fix.
2413
2414 * progmodes/compile.el (compilation-setup):
2415 Don't set buffer-read-only if MINOR is non-nil.
2416
2417 2004-10-19 Jay Belanger <belanger@truman.edu>
2418
2419 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2420 (calc-emacs-type-gnu19): Remove.
2421 (calc-digit-map, calc-read-key-sequence, calc-read-key):
2422 Remove check for old emacs versions.
2423
2424 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2425 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2426 for current Emacs.
2427
2428 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2429 the end of the minibuffer.
2430 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
2431 copy `esc-map'.
2432
2433 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2434
2435 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2436 call that would be given when the current emacs was used.
2437
2438 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2439
2440 * calendar/icalendar.el: Set coding to utf-8.
2441 (icalendar-version): Increase to 0.07.
2442 (icalendar-monthnumber-table): Change March pattern.
2443 (icalendar-get-all-event-properties)
2444 (icalendar-set-event-property): Delete.
2445 (icalendar-all-events): No longer interactive.
2446 (icalendar-convert-diary-to-ical)
2447 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2448 their replacements.
2449 (icalendar-export-file, icalendar-export-region): New functions;
2450 essentially old `icalendar-convert-diary-to-ical' but appending to
2451 target rather than overwriting.
2452 (icalendar-import-file): Append to target file rather than
2453 overwriting. Fourth arg deleted.
2454 (icalendar-import-buffer): New name for old
2455 `icalendar-extract-ical-from-buffer'.
2456 (icalendar--convert-string-for-import): New name for
2457 old `icalendar-convert-for-import'.
2458 (include-icalendar-files): Delete.
2459 Prefix for all internal functions changed from `icalendar-'
2460 to `icalendar--'.
2461
2462 2004-10-19 Richard M. Stallman <rms@gnu.org>
2463
2464 * paths.el (news-path): Fix previous change.
2465
2466 2004-10-18 Jay Belanger <belanger@truman.edu>
2467
2468 * calc/calc-help.el (calc-describe-bindings):
2469 Set `buffer-read-only' to nil while working in the keybindings buffer;
2470 remove some extra information from the keybindings buffer.
2471
2472 2004-10-18 David Ponce <david@dponce.com>
2473
2474 * mouse.el (mouse-drag-move-window-top): New function.
2475 (mouse-drag-mode-line-1): Use it.
2476
2477 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2478
2479 * info.el (Info-fontify-node): For multiline refs,
2480 arrange to unfontify newline and surrounding whitespace.
2481
2482 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2485 directory is missing.
2486
2487 2004-10-17 John Paul Wallington <jpw@gnu.org>
2488
2489 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2490 New customizable variable; whether to display buffers that match
2491 `ibuffer-maybe-show-predicates' by default.
2492 (ibuffer-maybe-show-predicates): Mention it in docstring.
2493 (ibuffer-display-maybe-show-predicates): New variable.
2494 (ibuffer-update): Prefix arg now toggles whether buffers that
2495 match `ibuffer-maybe-show-predicates' should be displayed.
2496 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2497 locally to heed `ibuffer-default-display-maybe-show-predicates'.
2498 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2499
2500 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
2501
2502 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
2503 work correctly.
2504
2505 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
2506
2507 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2508 (Buffer-menu-beginning): New helper function.
2509 (Buffer-menu-execute): Use it.
2510 (Buffer-menu-select): Use it.
2511 (Buffer-menu-sort): Use it and also keep markers.
2512
2513 2004-10-17 Richard M. Stallman <rms@gnu.org>
2514
2515 * paths.el (news-directory): Rename from news-path. Old name alias.
2516 (rmail-spool-directory): Use defvar.
2517 (sendmail-program): Use defcustom.
2518 (remote-shell-program): Use defcustom.
2519 (term-file-prefix): Use defvar.
2520 (abbrev-file-name): Use defvar.
2521
2522 * term.el: Add maintainer.
2523
2524 * subr.el (with-local-quit): Return nil if there's a quit.
2525 (read-passwd): Use with-local-quit. Doc fix.
2526
2527 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2528 (strokes-unload-hook): Set as a variable with add-hook.
2529
2530 * startup.el (fancy-splash-tail, normal-splash-screen):
2531 Update copyright year.
2532
2533 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2534
2535 * server.el (server-unload-hook): Set as a variable with add-hook.
2536
2537 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2538
2539 * frame.el (special-display-popup-frame):
2540 Make the buffer current as its frame is created.
2541
2542 * delsel.el (delsel-unload-hook): Set as a variable.
2543
2544 * comint.el (comint-output-filter-functions):
2545 Add comint-watch-for-password-prompt.
2546 (comint-read-noecho): Function deleted.
2547 (send-invisible): Use read-passwd.
2548
2549 * fringe.el (fringe-mode-initialize): New function.
2550 (fringe-mode): Use fringe-mode-initialize as :initialize.
2551
2552 2004-10-17 Kim F. Storm <storm@cua.dk>
2553
2554 * language/indian.el (indian-script-language-alist): Swap value and doc.
2555 (indian-font-char-index-table): Doc fix.
2556
2557 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2560
2561 2004-10-16 Juri Linkov <juri@jurta.org>
2562
2563 * progmodes/compile.el (compilation-start): Move let-binding of
2564 `process-environment' into `with-current-buffer' body.
2565 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2566
2567 2004-10-16 Richard M. Stallman <rms@gnu.org>
2568
2569 * pcvs-util.el (cvs-bury-buffer):
2570 Don't call get-buffer-window for effect.
2571
2572 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2573
2574 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2575
2576 * msb.el (msb-unload-hook): Set the variable.
2577
2578 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2579 Use * to err if buffer is readonly.
2580
2581 * subr.el (looking-back): Return only t or nil.
2582
2583 * whitespace.el (whitespace-unload-hook): Set the variable.
2584
2585 * view.el (view-mode-enable): Set view-page-size and
2586 view-half-page-size to nil.
2587 (view-set-half-page-size-default): view-half-page-size = nil
2588 means the default.
2589 (View-scroll-page-forward): Use view-page-size-default.
2590 (View-scroll-page-backward): Likewise.
2591 (view-page-size, view-half-page-size): Doc fixes.
2592
2593 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2594
2595 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2596
2597 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2598 "cl" like other files. Instead, call byte-compile-find-cl-functions.
2599 (byte-compile-log-1): Bind inhibit-read-only.
2600 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2601 (byte-compile-log-warning): Likewise.
2602 (byte-compile-file-form-require): Detect "cl" from the arg value.
2603
2604 * progmodes/compile.el (compilation-start): Assume compilation-mode
2605 will make the buffer read-only.
2606 (compilation-mode): Take arg name-of-mode.
2607 (compilation-setup): Make buffer read-only.
2608 (compilation-handle-exit): Bind inhibit-read-only.
2609
2610 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2611 (ispell-message): Likewise.
2612 (ispell-show-choices): Don't call get-buffer-window uselessly.
2613 (ispell-init-process): Use set-process-query-on-exit-flag.
2614
2615 2004-10-16 Kim F. Storm <storm@cua.dk>
2616
2617 * fringe.el (fringe-bitmaps): Only initialize when defined.
2618
2619 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2620 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2621
2622 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2623
2624 2004-10-15 Simon Josefsson <jas@extundo.com>
2625
2626 * net/password.el: Add.
2627
2628 2004-10-14 Masatake YAMATO <jet@gyve.org>
2629
2630 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2631 (gdb-script-end-of-defun): New function.
2632 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2633 `gdb-script-end-of-defun' as *-of-defun-function.
2634
2635 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2636
2637 * button.el (button-activate): Allow a marker to display as an action.
2638
2639 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2640
2641 * help.el (describe-mode): Use it to make minor mode list into
2642 hyperlinks.
2643
2644 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * vc.el (vc-annotate-display-select): Fix typo.
2647
2648 * subr.el (substitute-key-definition-key): New function.
2649 (substitute-key-definition): Use it with map-keymap.
2650 (event-modifiers): Use push.
2651 (mouse-movement-p, with-temp-buffer): Simplify.
2652
2653 2004-10-12 Jay Belanger <belanger@truman.edu>
2654
2655 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2656 New variables.
2657 (calc-help-index-entries): New function.
2658 (calc-describe-function): Use `calc-help-function-list' instead of
2659 obarray for completion.
2660 (calc-describe-variable): Use `calc-help-variable-list' instead
2661 of obarray for completion.
2662
2663 2004-10-12 Richard M. Stallman <rms@gnu.org>
2664
2665 * info-look.el (info-lookup-file): Add info-file property.
2666 (info-lookup-symbol): Likewise.
2667
2668 * info.el (info-xref): Add underlining.
2669 (info): Add info-file property.
2670 (Info-find-emacs-command-nodes): Specify case-sensitive search.
2671
2672 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2673
2674 Sync with Tramp 2.0.45.
2675
2676 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2677 defined. This is not the case for XEmacs without package "edebug".
2678 (tramp-set-auto-save-file-modes): Set permissions of autosaved
2679 remote files to the permissions of the original file. This is not
2680 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
2681 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
2682 (tramp-perl-decode): Fix an error in Perl implementation.
2683 $pending must be cleared every loop. Reported by Benjamin Place
2684 <benjaminplace@sprintmail.com>
2685
2686 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2687 Don't activate advice during definition. This is done later on,
2688 depending on test result of `substitute-in-file-name'.
2689 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2690
2691 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2694
2695 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2696
2697 2004-10-12 David Ponce <david@dponce.com>
2698
2699 * recentf.el (recentf-edit-list): Update the menu when the recentf
2700 list has been modified.
2701
2702 2004-10-12 Simon Josefsson <jas@extundo.com>
2703
2704 * net/tls.el (tls-certtool-program): New variable.
2705 (tls-certificate-information): New function, based on
2706 ssl-certificate-information.
2707
2708 2004-10-12 Kenichi Handa <handa@m17n.org>
2709
2710 * international/mule.el (coding-system-equal): Move from mule-util.el.
2711
2712 * international/mule-util.el (coding-system-equal): Move to mule.el.
2713
2714 2004-10-12 Kim F. Storm <storm@cua.dk>
2715
2716 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2717 reset kmacro-initial-counter-value if set.
2718 (kmacro-set-counter): Only set kmacro-counter if defining or executing
2719 macro. Set kmacro-initial-counter-value otherwise. Never set both.
2720 (kmacro-display): Show macro counter if non-zero.
2721
2722 * subr.el (substitute-key-definition): Mention command remapping
2723 in doc string.
2724
2725 2004-10-11 Jay Belanger <belanger@truman.edu>
2726
2727 * calc/calc-misc.el (calc-info-goto-node): New function.
2728 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2729 node in one step.
2730 (calc-describe-copying, calc-describe-distribution)
2731 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2732 Go to appropriate info node in one step.
2733
2734 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2737
2738 * font-lock.el (font-lock-apply-highlight): Fix last change.
2739
2740 2004-10-11 Simon Josefsson <jas@extundo.com>
2741
2742 * mail/smtpmail.el (smtpmail-open-stream): Look for
2743 starttls-gnutls-program instead of starttls-program iff
2744 starttls-use-gnutls is non-nil.
2745 (smtpmail-open-stream): Don't overwrite user settings of
2746 starttls-extra-arguments and starttls-extra-args.
2747
2748 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * comint.el (comint-mouse-insert-input): Remove.
2751 (comint-insert-input): Make it work for mouse bindings.
2752 (comint-mode-map): Move defs into the declaration.
2753 (comint-output-filter): Typo.
2754
2755 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2756
2757 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
2758
2759 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2760 (ange-ftp-call-chmod): Reference remote-shell-program instead of
2761 ange-ftp-remote-shell.
2762
2763 2004-10-10 Andreas Schwab <schwab@suse.de>
2764
2765 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2766 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2767 Reported by <sri@asu.edu>.
2768
2769 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
2770
2771 * vc.el (vc-annotate-mode): Remove variable.
2772 (vc-annotate-display-select): Only call vc-annotate-mode
2773 if we're not in that mode already.
2774
2775 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2778 (imenu-choose-buffer-index): Check here for rescan instead.
2779
2780 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2781 where the face expression evals to nil.
2782
2783 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2784 (tex-font-lock-keywords-2): Use it.
2785 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2786
2787 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2788
2789 2004-10-09 Kim F. Storm <storm@cua.dk>
2790
2791 * subr.el (progress-reporter-update): Define before first usage.
2792 (make-progress-reporter): Doc fix.
2793
2794 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2795
2796 * textmodes/paragraphs.el (sentence-end-double-space)
2797 (sentence-end-without-period, sentence-end-without-space)
2798 (sentence-end): Doc fixes.
2799
2800 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
2801
2802 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2803 Change paragraph-start regexp so we don't fill code starting with #'(.
2804
2805 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
2806
2807 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
2808 New defcustom.
2809 (extract-address-components): Use it.
2810
2811 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2812
2813 * subr.el (make-progress-reporter, progress-reporter-update)
2814 (progress-reporter-force-update, progress-reporter-do-update)
2815 (progress-reporter-done): New functions.
2816
2817 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
2818
2819 * progmodes/etags.el (etags-tags-completion-table): Use progress
2820 reporter.
2821 (etags-tags-apropos): Likewise.
2822
2823 2004-10-08 Alan Mackenzie <acm@muc.de>
2824
2825 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
2826 of current line.
2827
2828 2004-10-08 Masatake YAMATO <jet@gyve.org>
2829
2830 * server.el (server-process-filter): Wrap `process-send-region'
2831 by `condition-case' to guard the case when the pipe to PROC is closed.
2832
2833 2004-10-07 Mark A. Hershberger <mah@everybody.org>
2834
2835 * xml.el (xml-substitute-special): Limit handling of external entities.
2836
2837 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
2840
2841 2004-10-06 John Paul Wallington <jpw@gnu.org>
2842
2843 * xml.el (xml-parse-dtd): Fix `error' call.
2844
2845 2004-10-05 Mark A. Hershberger <mah@everybody.org>
2846
2847 * xml.el (xml-substitute-special): Return a single string instead
2848 of a list of strings if an entity substitution is made.
2849
2850 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
2851
2852 * calendar/icalendar.el: New file.
2853
2854 2004-10-05 Juri Linkov <juri@jurta.org>
2855
2856 * isearch.el (isearch-done): Set mark after running hook.
2857 Reported by Drew Adams <drew.adams@oracle.com>.
2858
2859 * info.el (Info-history, Info-toc): Fix Info headers.
2860 (Info-toc): Narrow buffer before Info-fontify-node.
2861 (Info-build-toc): Don't check for special Info file names.
2862 Set main-file to nil if Info-find-file returns a symbol.
2863
2864 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
2865
2866 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2867 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2868 * calendar/cal-menu.el (calendar-mode-map): Ditto.
2869
2870 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
2871
2872 * calendar/cal-iso.el (calendar-iso-read-args): New function,
2873 for old interactive spec from calendar-goto-iso-date.
2874 (calendar-goto-iso-date): Use it.
2875 (calendar-goto-iso-week): New function. Suggested by Emilio
2876 C. Lopes <eclig@gmx.net>.
2877
2878 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
2879
2880 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2881 `set-right-margin' bindings that follow the minor mode conventions.
2882
2883 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2886 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2887 (latex-block-args-alist): Add minipage and picture.
2888 (latex-block-body-alist): Use reftex-label if enabled.
2889 (latex-insert-block): Don't insert a \n if not necessary.
2890 (tex-compile-commands): Make sure dvips doesn't send to printer.
2891 (tex-compile-default): Handle the case where no executable is found.
2892 (latex-noindent-environments): New var.
2893 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
2894 If tex-indent-allhanging is non-nil, make sure we only align for macros
2895 at beginning of line.
2896
2897 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
2898
2899 * newcomment.el (comment-beginning): Doc fix and don't choke on
2900 unset `comment-end-skip' when at beginning of comment.
2901
2902 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2903
2904 * term.el (term-adjust-current-row-cache): Don't allow the current
2905 row to become negative.
2906 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2907 the end of the line. Fix scroll down. Add comments.
2908 (term-handle-ansi-escape): Don't exceed terminal width when moving
2909 right.
2910 (term-scroll-region): Move the cursor after setting the scroll region.
2911
2912 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
2913
2914 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2915 to `width' for consistency with docstring. Doc fix.
2916
2917 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
2918
2919 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2920 This is necessary for derived modes.
2921
2922 2004-09-30 Kim F. Storm <storm@cua.dk>
2923
2924 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2925 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2926
2927 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2928 kmacro-extract-lambda functions.
2929 (edit-kbd-macro): Handle kmacro lambda forms.
2930 Include counter and counter format in edit buffer.
2931 (edmacro-finish-edit): Get counter and format from edit buffer and
2932 update kmacro bindings when found.
2933
2934 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
2935
2936 * textmodes/paragraphs.el (forward-paragraph):
2937 Avoid args-out-of-range error when point winds up at the beginning of
2938 the buffer and hard newlines are enabled.
2939
2940 * newcomment.el (comment-multi-line): Doc fix.
2941
2942 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2943
2944 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2945 (diff-fixup-modifs): Catch unified-diff file-headers.
2946
2947 2004-09-29 Kim F. Storm <storm@cua.dk>
2948
2949 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2950 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2951 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2952
2953 * fringe.el (fringe-bitmap-p): New macro.
2954 (fringe-bitmaps): Add standard fringe bitmaps on load.
2955
2956 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2957
2958 * dired.el (dired-view-command-alist): Use more efficient regexps.
2959 Remove dubious arguments.
2960 (dired-align-file): New function.
2961 (dired-insert-directory): Use it.
2962 (dired-move-to-end-of-filename): Make the " -> " search more specific.
2963 (dired-buffers-for-dir): Remove unused var `pattern'.
2964
2965 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2966
2967 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2968 from diary display excursion. Store diary buffer's point for
2969 `simple-diary-display'.
2970 (simple-diary-display): Set window point and start when
2971 displaying buffer, to preserve point.
2972
2973 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * textmodes/enriched.el (enriched-translations): Replace defconst
2976 with defvar.
2977
2978 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2979
2980 * printing.el: Doc fix.
2981 (pr-version): New version number (6.8.1).
2982 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2983 make-temp-name.
2984 (pr-delete-file): Check if file exists before deleting it.
2985 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2986
2987 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * term.el (term-display-table): New variable.
2990 (term-mode): Use it.
2991 (term-exec-1): Set the coding system to binary.
2992 (term-emulate-terminal): Decode the string before inserting it.
2993
2994 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2995
2996 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2997 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2998 (map): Bind S-prior, S-next and S-insert.
2999 (term-mode): Set `indent-tabs-mode' to nil.
3000 (term-paste): New function to be bound to S-insert.
3001 (term-send-del, term-send-backspace): Change the strings sent.
3002 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3003 (term-handle-colors-array): Fix handling of underline and reverse.
3004 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
3005 (term-erase-in-line): Fix comparison.
3006 (term-emulate-terminal): Fix line wrap handling.
3007 (term-start-output-log): Rename from `term-set-output-log'.
3008 (term-stop-output-log): Rename from `term-stop-photo'.
3009 (term-switch-to-alternate-sub-buffer): Comment out, unused.
3010
3011 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * dired.el (dired-move-to-filename): Don't output a message if
3014 raise-error is non-nil. Fix return position and value.
3015
3016 * files.el (insert-directory): Obey --dired even with symlinks.
3017
3018 2004-09-25 Lars Hansen <larsh@math.ku.dk>
3019
3020 * ls-lisp.el (ls-lisp-format): Mark file names with property
3021 dired-filename.
3022
3023 2004-09-25 Kim F. Storm <storm@cua.dk>
3024
3025 * ido.el (ido-max-directory-size): New defcustom.
3026 (ido-decorations): Add "too big" element.
3027 (ido-directory-too-big): New dynamic var.
3028 (ido-may-cache-directory): Don't cache big directories.
3029 (ido-directory-too-big-p): New defun.
3030 (ido-set-current-directory): Update ido-directory-too-big.
3031 (ido-read-internal): Make empty ido-cur-item if too-big.
3032 (ido-buffer-internal): Use ido-read-internal directly instead of
3033 ido-read-buffer.
3034 (ido-file-internal): Init ido-directory-too-big.
3035 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3036 and redo completion with full list.
3037 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3038 it, and show completions.
3039 (ido-all-completions): Let bind ido-directory-too-big to nil.
3040 (ido-exhibit): Handle ido-directory-too-big.
3041 (ido-read-buffer): Handle fallback to read-buffer.
3042 Init ido-directory-too-big.
3043 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3044 Init ido-directory-too-big.
3045
3046 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
3047
3048 * subr.el (delay-mode-hooks): Doc fix.
3049
3050 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
3051
3052 * textmodes/enriched.el
3053 (enriched-default-text-properties-local-flag): New variable.
3054 (enriched-mode): Make sure that enabling and disabling the mode is
3055 a no-op. Doc fix.
3056
3057 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
3058
3059 * calendar/holidays.el (holiday-advent): Report on a specified day
3060 offset from advent, not just advent.
3061 (holiday-easter-etc): Report on one specified day offset from
3062 easter, not all easter holidays. Various Easter holidays moved to
3063 `christian-holidays' variable in calendar.el.
3064 * calendar/calendar.el (christian-holidays): Adapt for new
3065 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3066
3067 2004-09-23 Kim F. Storm <storm@cua.dk>
3068
3069 * image.el (insert-sliced-image): Add doc string.
3070
3071 * ido.el (ido-choice-list): New dynamic var for `list' context.
3072 (ido-context-switch-command): New dynamic var.
3073 (ido-define-mode-map): Generalize switch between file/buffer contexts.
3074 (ido-read-internal): Handle new `list' context.
3075 Handle insert-buffer and insert-file ido-exit values.
3076 (ido-buffer-internal): New arg switch-cmd. Use it to setup
3077 ido-context-switch-command. Handle insert-file ido-exit value.
3078 (ido-read-buffer): Set ido-context-switch-command to 'ignore
3079 unless it is already bound by caller.
3080 (ido-file-internal): New arg switch-cmd. Use it to setup
3081 ido-context-switch-command. Handle insert-buffer ido-exit value.
3082 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3083 used for context switching.
3084 (ido-all-completions): Handle new `list' context.
3085 (ido-make-choice-list): Return choices for `list' context.
3086 (ido-find-file-in-dir, ido-display-file, ido-write-file)
3087 (ido-display-buffer, ido-kill-buffer): Disable context switching.
3088 (ido-insert-buffer, ido-insert-file): Setup context switching.
3089 (ido-exhibit): Handle `list' context.
3090 (ido-read-file-name): Disable context switching. Handle fallback.
3091 (ido-read-directory-name): Disable context switching.
3092 (ido-completing-read): New defun like completing-read. Setup and
3093 use new `list' context.
3094
3095 2004-09-20 Jesper Harder <harder@ifa.au.dk>
3096
3097 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3098
3099 2004-09-21 Jay Belanger <belanger@truman.edu>
3100
3101 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3102 `calc-graph-set-styles' so the gnuplot buffer will appear in a
3103 separate window.
3104
3105 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
3106
3107 * subr.el (after-change-major-mode-hook): Doc fix.
3108
3109 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3110
3111 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
3112 of ghostscript for monochrome PostScript file in Windows.
3113
3114 2004-09-21 Kenichi Handa <handa@m17n.org>
3115
3116 * descr-text.el (describe-char): Checking of quail activation
3117 fixed.
3118
3119 2004-09-21 Jay Belanger <belanger@truman.edu>
3120
3121 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3122
3123 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
3124
3125 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3126 after the mode hooks instead of before. Doc fix.
3127
3128 2004-09-20 Jason Rumney <jasonr@gnu.org>
3129
3130 * startup.el (command-line) [windows-nt]: Try .emacs first, then
3131 _emacs, but revert to .emacs if neither exists in home directory.
3132
3133 2004-09-20 John Paul Wallington <jpw@gnu.org>
3134
3135 * bindings.el (completion-ignored-extensions): Add .dfsl.
3136
3137 2004-09-20 Richard M. Stallman <rms@gnu.org>
3138
3139 * bindings.el (scroll-left): Make it disabled.
3140
3141 * files.el (enable-local-eval): Doc fix.
3142
3143 * indent.el (move-to-left-margin): Special case for minibuffer.
3144
3145 * term.el (term-emulate-terminal): Turn off undo for output.
3146 Use with-current-buffer and save-selected-window.
3147
3148 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3149
3150 * progmodes/make-mode.el (makefile-fill-paragraph):
3151 Don't insist on spaces when looking for comments. # is enough.
3152
3153 * files.el (hack-local-variables): Copy the variables list
3154 to another buffer, strip prefixes and suffixes there, then read.
3155 (enable-local-eval): Doc fix.
3156 (ignored-local-variables): Initialize to nil.
3157 (risky-local-variable-p): Don't check ignored-local-variables here.
3158 (hack-one-local-variable): Ignore var if in ignored-local-variables.
3159
3160 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
3161
3162 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3163 of = to "." (punctuation).
3164
3165 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3166
3167 * subr.el (event-basic-type): Fix mask (extend to 22bits).
3168
3169 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
3170
3171 * textmodes/enriched.el (enriched-rerun-flag): New variable.
3172 (enriched-before-change-major-mode): New function.
3173 Add it to `change-major-mode-hook'.
3174 (enriched-after-change-major-mode): New function.
3175 Add it to `after-change-major-mode-hook'.
3176 (enriched-mode): Make it work correctly if called from
3177 `after-change-major-mode-hook'.
3178 No longer set `indent-line-function'.
3179
3180 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3181
3182 * subr.el (after-change-major-mode-hook): New variable.
3183 (run-mode-hooks): Implement it.
3184
3185 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * battery.el (battery-linux-proc-apm): Use string-to-number.
3188 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3189 Use dolist (and less indentation). Use erase-buffer.
3190 Pre-initialize `design-capacity', `warn', and `low'.
3191 (battery-format): Use replace-regexp-in-string.
3192
3193 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
3194
3195 * battery.el: Delete superfluous empty lines.
3196 (battery-linux-proc-acpi): Attempt to gather information from all
3197 battery subdirectories regardless of their file name.
3198 (battery-linux-proc-apm): Replace all occurrences of
3199 battery-hex-to-int-2 with string-to-int (base 16).
3200 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3201 (battery-hex-map): Delete variable.
3202
3203 2004-09-18 John Paul Wallington <jpw@gnu.org>
3204
3205 * calc/calc-units.el (calc-quick-units): Fix overzealous
3206 s/or/unless/.
3207
3208 2004-09-17 Jay Belanger <belanger@truman.edu>
3209
3210 * calc/calc.el (calc-mode-var-list): Fix the value of
3211 `calc-matrix-brackets'.
3212
3213 2004-09-17 Romain Francoise <romain@orebokech.com>
3214
3215 * ibuf-ext.el (define-ibuffer-filter filename):
3216 Expand dired-directory since buffer-file-name is absolute.
3217
3218 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3219
3220 * ediff-init.el (ediff-current-diff-face-A)
3221 (ediff-current-diff-face-B, ediff-current-diff-face-C)
3222 (ediff-current-diff-face-Ancestor)
3223 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3224 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3225 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3226 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3227 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3228 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3229 Use min-colors.
3230
3231 * term.el (term-down): Perform vertical motion if DOWN is negative.
3232 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3233 (term-termcap-format): Synchronyze with the eterm terminfo entry
3234 in etc/e/eterm.ti.
3235 (term-handle-colors-array): If the current foreground or
3236 background are zero (i.e. unspecified), use the foreground and
3237 background of the default face for reverse video.
3238 (term-ansi-at-eval-string, term-ansi-default-fg)
3239 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3240 (term-mem): Delete ununsed function.
3241 (term-protocol-version): Increment.
3242 (term-current-face): Set to default.
3243
3244 2004-09-15 Jay Belanger <belanger@truman.edu>
3245
3246 * calc/calc.el (calc-mode-var-list): Define this variable.
3247 (calc-always-load-extensions, calc-line-numbering)
3248 (calc-line-breaking, calc-display-just, calc-display-origin)
3249 (calc-number-radix, calc-leading-zeros, calc-group-digits)
3250 (calc-group-char, calc-point-char, calc-frac-format)
3251 (calc-prefer-frac, calc-hms-format, calc-date-format)
3252 (calc-float-format, calc-full-float-format, calc-complex-format)
3253 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3254 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3255 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3256 (calc-matrix-brackets, calc-language, calc-language-option)
3257 (calc-left-label, calc-right-label, calc-word-size)
3258 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3259 (calc-display-raw, calc-internal-prec, calc-angle-mode)
3260 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3261 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3262 (calc-window-height, calc-display-trail, calc-show-selections)
3263 (calc-use-selections, calc-assoc-selections)
3264 (calc-display-working-message, calc-auto-why, calc-timing)
3265 (calc-mode-save-mode, calc-standard-date-formats)
3266 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3267 (calc-user-parse-tables, calc-gnuplot-default-device)
3268 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3269 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3270 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3271 (calc-invocation-macro, calc-show-banner): Give these values as
3272 part of `calc-mode-var-list's initialization after the variables
3273 are declared with defvar.
3274 (calc-bug-address): Change email address to send bug reports to.
3275 Change the maintainer address at the top.
3276 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3277 than "\\.emacs" to determine if it is the user-init-file.
3278
3279 * calc/calc-embed.el (calc-embedded-set-modes): Use
3280 `calc-mode-var-list' correctly.
3281
3282 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
3283
3284 * vc.el (annotate-time): Document point handling.
3285 (vc-annotate-display-autoscale): Doc fix.
3286
3287 2004-09-15 Miles Bader <miles@gnu.org>
3288
3289 * generic.el (generic-make-keywords-list): Use symbol rather than
3290 word anchors in regexp.
3291
3292 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
3293
3294 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3295 no file name consider `dired-directory'.
3296
3297 2004-09-14 Kim F. Storm <storm@cua.dk>
3298
3299 * faces.el (cursor): Add face-no-inherit property. Doc fix.
3300
3301 2004-09-14 Simon Josefsson <jas@extundo.com>
3302
3303 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3304
3305 * textmodes/dns-mode.el: Add.
3306
3307 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3310 (disabled-command-function): Make the ?\ char more obvious.
3311
3312 * vc-arch.el (vc-arch-root, vc-arch-registered):
3313 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3314
3315 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
3316
3317 * windmove.el (windmove-frame-edges): Report coordinates of
3318 outside edges of frame, not inside edges.
3319 (windmove-coordinates-of-position): Convert into wrapper to new
3320 function `windmove-coordinates-of-window-position';
3321 `compute-motion' always applies to selected window.
3322 (windmove-coordinates-of-position): Update documentation to refer
3323 to Emacs 21 Lisp Reference Manual.
3324 (windmove-find-other-window): Fix off-by-one errors for max x,y.
3325
3326 2004-09-13 Kim F. Storm <storm@cua.dk>
3327
3328 * isearch.el (isearch-resume-in-command-history): Rename from
3329 isearch-resume-enabled and change default to nil.
3330
3331 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * vc-hooks.el (vc-ignore-dir-regexp): New var.
3334 (vc-registered): Use it.
3335 (vc-find-root): New fun.
3336
3337 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3338 Don't tell to use \\{...} when it's already done.
3339
3340 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3341 Provide a sample complex default.
3342 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3343 (bibtex-entry): Use mapc.
3344
3345 2004-09-12 Kim F. Storm <storm@cua.dk>
3346
3347 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3348
3349 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3350 inhibit-field-text-motion to t so rectangles work in comint buffers.
3351
3352 * simple.el (choose-completion-string): Set buffer before running
3353 choose-completion-string-functions hook so it can be buffer-local.
3354
3355 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
3356
3357 * progmodes/compile.el (compilation-start): Parse command to see
3358 if it starts with a cd, and if so perform it for the *compilation*
3359 buffer. Change the header to reflect this.
3360
3361 2004-09-11 Kim F. Storm <storm@cua.dk>
3362
3363 * ido.el (ido-enable-dot-prefix): Doc fix.
3364 (ido-enable-dot-prefix): New defcustom.
3365 (ido-set-matches1): Use it.
3366
3367 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * textmodes/bibtex.el (bibtex-mark-active)
3370 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3371
3372 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3373
3374 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3375 used in a case insensitive environment.
3376 (bibtex-mode-map): Rearrange order of menus.
3377 (bibtex-quoted-string-re): Obsolete.
3378 (bibtex-complete-key-cleanup): Variable replaced by new function.
3379 (bibtex-font-lock-keywords): Use backquotes.
3380 (bibtex-font-lock-url-regexp): New internal variable.
3381 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3382 "OPT" and "ALT".
3383 (bibtex-insert-current-kill, bibtex-make-field)
3384 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3385 (bibtex-parse-field-text): Simplify.
3386 (bibtex-string=): New helper function.
3387 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3388 (bibtex-map-entries): Use bibtex-string=.
3389 (bibtex-search-entry): Use not.
3390 (bibtex-enclosing-field): Fix docstring.
3391 (bibtex-assoc-regexp): Obsolete.
3392 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3393 (bibtex-autokey-get-names): Handle empty name field.
3394 (bibtex-parse-strings): Use assoc-string and unless.
3395 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3396 Use assoc-string.
3397 (bibtex-pop): Simplify.
3398 (bibtex-mode): Set font-lock-extra-managed-props.
3399 (bibtex-entry-update): Use assoc-string.
3400 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3401 (bibtex-autofill-entry): Use bibtex-string=.
3402 (bibtex-print-help-message): Simplify.
3403 (bibtex-find-entry): New optional arg START.
3404 (bibtex-validate): Use bibtex-string= and assoc-string.
3405 Do not call obsolete function compilation-parse-errors.
3406 (bibtex-remove-delimiters): Only remove delimiters if present.
3407 (bibtex-copy-entry-as-kill): Add docstring.
3408 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3409 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3410 (bibtex-complete): Use bibtex-predefined-month-strings,
3411 bibtex-string=, and new function bibtex-complete-key-cleanup.
3412 (bibtex-generate-url-list): New variable.
3413 (bibtex-url): New command bound to C-c C-l and mouse-2.
3414 (bibtex-url-map): New local keymap for bibtex-url-mouse.
3415 (bibtex-font-lock-url): New function.
3416
3417 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3420
3421 2004-09-09 Kim F. Storm <storm@cua.dk>
3422
3423 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3424 counter and format with binding.
3425 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
3426 the declared macro uses own macro counter and format. Give symbol
3427 kmacro property.
3428 (kmacro-keymap): Bind kmacro-name-last-macro to n.
3429 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3430 (kmacro-end-and-call-macro): Doc fix.
3431
3432 2004-09-09 Lars Hansen <larsh@math.ku.dk>
3433
3434 * desktop.el (desktop-clear-preserve-buffers):
3435 Remove make-obsolete-variable.
3436
3437 2004-09-08 Richard M. Stallman <rms@gnu.org>
3438
3439 * buff-menu.el (list-buffers-noselect): Call format-mode-line
3440 with the buffer as argument.
3441
3442 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3445
3446 2004-09-08 Juri Linkov <juri@jurta.org>
3447
3448 * replace.el (perform-replace): Use `query-replace-descr'.
3449
3450 * cus-start.el (history-delete-duplicates): Specify customization.
3451
3452 * diff-mode.el (diff-mode-map):
3453 * progmodes/compile.el (compilation-mode-map):
3454 * progmodes/grep.el (grep-mode-map):
3455 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3456 to `next-error-follow-minor-mode'.
3457
3458 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3459
3460 * isearch.el (isearch-lazy-highlight-update): Take into account
3461 the case of zero-length match at the search bound.
3462
3463 2004-09-08 Kim F. Storm <storm@cua.dk>
3464
3465 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3466 change. Use zero width overlays when necessary.
3467
3468 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3469
3470 * subr.el (split-string): Docfix.
3471
3472 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3473
3474 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3475 (display-call-tree): Ensure newline after caller/calls blocks.
3476
3477 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3478
3479 * startup.el (command-line-1): Make option
3480 --directory/-L modify `load-path' straight away.
3481
3482 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3483
3484 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3485
3486 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3487
3488 * emacs-lisp/autoload.el (make-autoload):
3489 Handle `define-compilation-mode'.
3490
3491 * emacs-lisp/lisp-mode.el (define-compilation-mode):
3492 Specify `doc-string-elt' property.
3493
3494 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3495
3496 * bs.el (bs-mode): Doc fix.
3497
3498 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3499
3500 * info.el (Info-insert-dir): Fix temp buffer leak bug.
3501
3502 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3503
3504 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3505
3506 2004-09-08 Kenichi Handa <handa@m17n.org>
3507
3508 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3509 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3510 ps-mule-next-point -> 1+).
3511
3512 * composite.el (encode-composition-rule): Add autoload cooky.
3513
3514 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3515
3516 * format.el (buffer-auto-save-file-format): Make it permanent local.
3517
3518 2004-09-07 Kim F. Storm <storm@cua.dk>
3519
3520 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3521 (authors-fixed-entries): Fix typo.
3522 (authors-canonical-author-name): Compact multiple spaces.
3523 Ignore trivial names (e.g. only first name).
3524
3525 * term.el (term-window-width): Only use full window width on
3526 window system if overflow-newline-into-fringe is enabled.
3527 (term-mode): Don't disable overflow-newline-into-fringe.
3528
3529 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3530
3531 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3532 motion as seen on my Mac OS X xterms.
3533
3534 * newcomment.el (uncomment-region-default, comment-region-default):
3535 New functions extracted from uncomment-region and comment-region.
3536 (comment-region, comment-region-function, uncomment-region)
3537 (uncomment-region-function): Use them.
3538
3539 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3540
3541 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3542 It's not crucial but can make sense at times.
3543
3544 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3545 the first commit.
3546
3547 * vc.el (vc-buffer-context, vc-restore-buffer-context):
3548 Disable obsolete code.
3549
3550 2004-09-07 Juri Linkov <juri@jurta.org>
3551
3552 * progmodes/grep.el (grep-highlight-matches): Change default from
3553 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
3554 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3555 if grep option `--color' is available, or to `nil' otherwise.
3556 (grep-process-setup): Call `grep-compute-defaults' if
3557 `grep-highlight-matches' is not computed. Set env-vars only
3558 if `grep-highlight-matches' is `t'.
3559 (grep-use-null-device): Remove redundant type `boolean' (`choice'
3560 is already defined).
3561
3562 * progmodes/compile.el (compilation-start): Use copy of
3563 `process-environment' created by `copy-sequence' to not
3564 modify env-vars in the global `process-environment'.
3565
3566 2004-09-06 Eli Zaretskii <eliz@gnu.org>
3567
3568 * simple.el (next-error-follow-minor-mode): Fix last change.
3569
3570 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
3571
3572 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3573 permanent local.
3574
3575 2004-09-04 Richard M. Stallman <rms@gnu.org>
3576
3577 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3578 highlighting if the search string is empty.
3579
3580 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
3581
3582 * facemenu.el (facemenu-active-faces): Change condition of inner
3583 `while' loop to also check the first two elements of `face-atts'
3584 and `mask-atts'.
3585
3586 2004-09-04 John Paul Wallington <jpw@gnu.org>
3587
3588 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3589 (thumbs-view-image-mode): Make buffer read-only.
3590
3591 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
3592
3593 * textmodes/ispell.el (ispell-really-aspell): New defvar.
3594 (ispell-check-version): Set it.
3595 (ispell-send-replacement): New function.
3596 (ispell-process-line): Call ispell-send-replacement.
3597
3598 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3599
3600 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3601 Support choosing seconds with "s".
3602
3603 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
3604
3605 * terminal.el (te-escape): Show `?' in prompt for help key.
3606
3607 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
3608
3609 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3610
3611 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3612
3613 * simple.el (next-error-follow-minor-mode)
3614 (next-error-follow-mode-post-command-hook): New functions.
3615 (next-error-follow-last-line): New defvar.
3616
3617 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3618 * progmodes/compile.el (compilation-mode-map): Likewise.
3619 * progmodes/grep.el (grep-mode-map): Likewise.
3620 * replace.el (occur-mode-map): Likewise.
3621
3622 * newcomment.el (uncomment-region): Bind comment-use-global-state
3623 to nil.
3624
3625 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
3626
3627 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3628 locally around the call to `revert-buffer'.
3629
3630 2004-09-03 Juri Linkov <juri@jurta.org>
3631
3632 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3633 `isearch-adjusted' to `t'.
3634 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3635 (isearch-message-prefix): Add "pending" for isearch-adjusted.
3636 (isearch-other-meta-char): Restore isearch-point unconditionally.
3637 (isearch-query-replace): Add new arg `regexp-flag' and use it.
3638 Set point to start of match if region is not active in transient
3639 mark mode (to include the current match to region boundaries).
3640 Push the search string to `query-replace-from-history-variable'.
3641 Add prompt "Query replace regexp" for isearch-regexp.
3642 Add region beginning/end as last arguments of `perform-replace.'
3643 (isearch-query-replace-regexp): Replace code by the call to
3644 `isearch-query-replace' with arg `t'.
3645
3646 2004-09-03 Richard M. Stallman <rms@gnu.org>
3647
3648 * startup.el (normal-top-level): Undo previous TERM change.
3649
3650 2004-09-03 Kim F. Storm <storm@cua.dk>
3651
3652 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3653 highlight overlays; allow using RET when cursor is over a button.
3654 (cua--highlight-rectangle): Use it.
3655 (cua--rectangle-set-corners): Don't move backwards at eol.
3656 (cua--forward-line): Don't move into void after eob.
3657
3658 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3659 point is set (and displayed) inside rectangle.
3660 (cua--rectangle-operation): Fix for highlight of empty lines.
3661 (cua--highlight-rectangle): Fix highlight for tabs.
3662 Position cursor at left/right edge of rectangle using new `cursor'
3663 property on overlay strings.
3664 (cua--indent-rectangle): Don't tabify.
3665 (cua-rotate-rectangle): Ignore that point has moved.
3666
3667 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3668
3669 * term/mac-win.el: Add ASCII equivalents for some function keys.
3670 (mode-line-frame-identification): Sync with x-win.el.
3671
3672 2004-09-02 Juri Linkov <juri@jurta.org>
3673
3674 * progmodes/compile.el (compilation-buffer-name): Compare major
3675 mode with second element of compilation-arguments instead of third
3676 to reflect latest changes in compilation-arguments structure.
3677 (recompile): Use global variable `compilation-directory' to get
3678 recent compilation directory only when `recompile' is invoked NOT
3679 in the compilation buffer. Otherwise, use `default-directory' of
3680 the compilation buffer.
3681 (compilation-error-properties): Allow to funcall col and end-col.
3682 (compilation-mode-font-lock-keywords): Check col and end-col by
3683 `integerp'.
3684 (compilation-goto-locus): If end-mk is non-nil in transient mark
3685 mode don't activate the mark (and don't display message in
3686 push-mark), but highlight overlay between mk and end-mk.
3687
3688 * progmodes/grep.el (grep-highlight-matches): New defcustom.
3689 (grep-regexp-alist): Add rule to highlight grep matches.
3690 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3691
3692 * info.el (Info-fontify-node): Don't compute other-tag
3693 if Info-hide-note-references=hide.
3694
3695 * help.el (function-called-at-point):
3696 * help-fns.el (variable-at-point):
3697 Try `find-tag-default' when other methods failed.
3698
3699 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3700 Do not push mark if inhibit-mark-movement is non-nil.
3701
3702 * textmodes/ispell.el (ispell-html-skip-alists):
3703 Fix backslashes in docstring.
3704
3705 2004-09-01 Juri Linkov <juri@jurta.org>
3706
3707 * isearch.el (isearch-wrap-function)
3708 (isearch-push-state-function): New defvars.
3709 (isearch-pop-fun-state): New defsubst.
3710 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3711 (isearch-push-state): Set the result of calling
3712 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3713 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3714 restore the mode-specific starting point of terminated search.
3715 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3716 (isearch-repeat): Call `isearch-wrap-function' if defined.
3717 (isearch-message-prefix): Don't add prefix "over" to the message
3718 for wrapped search if `isearch-wrap-function' is defined.
3719 (isearch-search): Call function saved in `isearch-pop-fun-state' to
3720 restore the mode-specific starting point of failed search.
3721
3722 * info.el (Info-search-whitespace-regexp): Fix backslashes.
3723 (Info-search): Add new optional arguments for the sake of isearch.
3724 Replace whitespace in Info-search-whitespace-regexp literally.
3725 Add backward search. Don't call `Info-select-node' if regexp is
3726 found in the same Info node. Don't add node to Info-history for
3727 wrapped isearch.
3728 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3729 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3730 (Info-mode): Set local variables `isearch-search-fun-function',
3731 `isearch-wrap-function', `isearch-push-state-function',
3732 `search-whitespace-regexp'.
3733
3734 * isearch.el: Remove ancient Change Log section.
3735 (isearch-string, isearch-message-string, isearch-point)
3736 (isearch-success, isearch-forward-flag, isearch-other-end)
3737 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3738 (isearch-barrier, isearch-within-brackets)
3739 (isearch-case-fold-search): Add suffix `-state' to state-related
3740 defsubsts to avoid name clashes with other function names.
3741
3742 * simple.el (next-error): New defgroup and defface.
3743 (next-error-highlight, next-error-highlight-no-select):
3744 New defcustoms.
3745 (next-error-no-select): Let-bind next-error-highlight to the value
3746 of next-error-highlight-no-select before calling `next-error'.
3747
3748 * progmodes/compile.el (compilation-goto-locus):
3749 Use `next-error' face instead of `region'. Set 4-th argument of
3750 `move-overlay' to `current-buffer' to move overlay to different
3751 source buffers. Use new variable `next-error-highlight'.
3752
3753 * simple.el (next-error-find-buffer): Move the rule
3754 "if current buffer is a next-error capable buffer" after the
3755 rule "if next-error-last-buffer is set to a live buffer".
3756 Simplify to test all rules in one `or'.
3757 (next-error): Doc fix.
3758 (next-error, previous-error, first-error)
3759 (next-error-no-select, previous-error-no-select):
3760 Make arguments optional.
3761
3762 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3763
3764 * macros.el (apply-macro-to-region-lines): Make it operate on all
3765 lines that begin in the region, rather than on all complete lines
3766 in the region.
3767
3768 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3769
3770 * x-dnd.el (x-dnd-protocol-alist): Document update.
3771 (x-dnd-known-types): Defcustom it.
3772 (x-dnd-handle-motif): Print message-atom in error message.
3773
3774 2004-08-30 John Paul Wallington <jpw@gnu.org>
3775
3776 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3777 strings rather than programatically constructing message.
3778
3779 2004-08-30 Richard M. Stallman <rms@gnu.org>
3780
3781 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3782 Don't return a string that would read as the wrong character code.
3783
3784 2004-08-29 Kim F. Storm <storm@cua.dk>
3785
3786 * emulation/cua-base.el (cua-auto-expand-rectangles):
3787 Remove automatic rectangle padding feature; replace by non-destructive
3788 virtual rectangle edges feature.
3789 (cua-virtual-rectangle-edges): New defcustom.
3790 (cua-auto-tabify-rectangles): New defcustom.
3791 (cua-paste): If paste into a marked rectangle, insert rectangle at
3792 current column, even if virtual; also paste exactly as many lines
3793 as has been marked (ignore additional lines or add empty lines),
3794 but paste whole source if only one line is marked.
3795 (cua--update-indications): No longer use overwrite-cursor to
3796 indicate rectangle padding
3797
3798 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3799 (cua--rectangle-virtual-edges): New defun.
3800 (cua--rectangle-get-corners): Remove optional PAD arg.
3801 (cua--rectangle-set-corners): Never do padding.
3802 (cua--forward-line): Remove optional PAD arg. Simplify.
3803 (cua-resize-rectangle-right, cua-resize-rectangle-left)
3804 (cua-resize-rectangle-down, cua-resize-rectangle-up):
3805 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
3806 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
3807 (cua--rectangle-move): Never do padding. Simplify.
3808 (cua--tabify-start): New defun.
3809 (cua--rectangle-operation): Add tabify arg. All callers changed.
3810 (cua--pad-rectangle): Remove.
3811 (cua--delete-rectangle): Handle delete with virtual edges.
3812 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
3813 (cua--insert-rectangle): Handle insert at virtual column.
3814 Perform auto-tabify if necessary.
3815 (cua--activate-rectangle): Remove optional FORCE arg.
3816 Never do padding. Simplify.
3817 (cua--highlight-rectangle): Enhance for virtual edges.
3818 (cua-toggle-rectangle-padding): Remove command.
3819 (cua-toggle-rectangle-virtual-edges): New command.
3820 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
3821 (cua--rectangle-post-command): Don't force rectangle padding.
3822 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
3823
3824 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
3825
3826 * indent.el (edit-tab-stops-buffer): Doc fix.
3827
3828 2004-08-28 Richard M. Stallman <rms@gnu.org>
3829
3830 * progmodes/grep.el (grep-default-command): Use find-tag-default.
3831 (grep-tag-default): Function deleted.
3832
3833 * subr.el (find-tag-default): Move from etags.el.
3834
3835 * progmodes/etags.el (find-tag-default): Move to subr.el.
3836
3837 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
3838 into the basic character if it has an uppercase form.
3839
3840 2004-08-27 Kenichi Handa <handa@m17n.org>
3841
3842 * international/utf-8.el (utf-8-post-read-conversion): If the
3843 buffer is unibyte, temporarily make it multibyte.
3844
3845 2004-08-27 Masatake YAMATO <jet@gyve.org>
3846
3847 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
3848
3849 2004-08-25 John Paul Wallington <jpw@gnu.org>
3850
3851 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
3852 0, 1, and many mismatches in message.
3853 (tex-start-shell): Use `set-process-query-on-exit-flag'.
3854
3855 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
3856 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
3857
3858 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
3861 vc-diff-switches differently.
3862
3863 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
3864
3865 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3866 before and a real defvar after
3867 `speedbar-supported-extension-expressions'. This is to silence
3868 the compiler without breaking bootstrapping.
3869
3870 2004-08-22 Richard M. Stallman <rms@gnu.org>
3871
3872 * textmodes/flyspell.el (flyspell-word):
3873 Use set-process-query-on-exit-flag.
3874 (flyspell-highlight-duplicate-region): Take POSS as arg.
3875 (flyspell-word): Pass POSS as arg.
3876
3877 * progmodes/ada-xref.el: Many doc and style fixes.
3878 (ada-find-any-references): Use compilation-start.
3879 (ada-get-ali-file-name): Improve error msg.
3880 (ada-get-ada-file-name): Likewise.
3881
3882 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3883 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3884
3885 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3886 Add forward defvar.
3887
3888 * whitespace.el (global-whitespace-mode): New alias
3889 for whitespace-global-mode.
3890
3891 * speedbar.el (speedbar-file-regexp): Move definition up.
3892 (speedbar-mode, speedbar-set-mode-line-format):
3893 Use with-no-warnings.
3894 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3895
3896 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3897 controls whether to display the error buffer.
3898
3899 * ps-mule.el: Delete compatibility code for old Emacses.
3900 (ps-mule-find-wrappoint): Don't use chars-in-region.
3901
3902 * frame.el (display-mouse-p, display-selections-p):
3903 Use with-no-warnings.
3904
3905 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3906
3907 2004-08-22 David Kastrup <dak@gnu.org>
3908
3909 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3910 information.
3911
3912 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3913
3914 2004-08-22 Andreas Schwab <schwab@suse.de>
3915
3916 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3917
3918 2004-08-22 Masatake YAMATO <jet@gyve.org>
3919
3920 * cvs-status.el (cvs-status-checkout): New function.
3921 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3922
3923 2004-08-21 David Kastrup <dak@gnu.org>
3924
3925 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3926 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3927 has been converted to use hashtables, the relation `nil=none' is
3928 no longer valid, as `nil' is not a hashtable. This patch tries to
3929 reduce the number of resulting errors.
3930
3931 2004-08-21 John Paul Wallington <jpw@gnu.org>
3932
3933 * subr.el (process-kill-without-query): Made obsolete in
3934 version 21.4, not 21.5.
3935
3936 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3937 (vc-previous-comment, vc-next-comment)
3938 (vc-comment-search-reverse, vc-comment-search-forward)
3939 (vc-comment-to-change-log): Likewise.
3940
3941 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3942
3943 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
3944
3945 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3946 Correct indentation of DEFMETHODS with non-standard method
3947 combinations (e.g., PROGN, MIN, MAX).
3948
3949 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * startup.el (normal-top-level-add-subdirs-to-load-path):
3952 Avoid unnecessarily checking system-type.
3953 (normal-top-level): Set TERM to "dumb". Simplify.
3954
3955 * avoid.el (mouse-avoidance-ignore-p): New fun.
3956 Also ignore switch-frame, select-window, double, and triple clicks.
3957 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3958 (mouse-avoidance-fancy-hook): Use it.
3959
3960 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
3961
3962 * avoid.el (mouse-avoidance-nudge-mouse)
3963 (mouse-avoidance-banish-destination): Stay within the current window
3964 to avoid problems with mouse-autoselect-window.
3965
3966 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3969 the newer format of some messages in cvs-1.12.1.
3970
3971 2004-08-19 Masatake YAMATO <jet@gyve.org>
3972
3973 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3974 (elp-results-jump-to-definition-by-mouse)
3975 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3976 (elp-output-result): Use elp-output-insert-symname.
3977
3978 2004-08-18 Kenichi Handa <handa@m17n.org>
3979
3980 * language/cyrillic.el: Register koi8-r in
3981 ctext-non-standard-encodings-alist.
3982 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3983
3984 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
3985
3986 * emacs-lisp/copyright.el (copyright-update-year): Delete code
3987 that replaces 20xy with xy.
3988
3989 2004-08-17 John Paul Wallington <jpw@gnu.org>
3990
3991 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3992 (reb-force-update): Doc fix.
3993
3994 2004-08-16 Richard M. Stallman <rms@gnu.org>
3995
3996 * progmodes/which-func.el (which-func-update-1): Doc fix.
3997
3998 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3999 (sh-mode-abbrev-table): New variable.
4000
4001 * progmodes/compile.el (compilation-mode): Doc fix.
4002
4003 * emacs-lisp/lisp-mode.el (eval-last-sexp):
4004 Don't cons a new symbol each time.
4005 (eval-last-sexp-fake-value): New variable.
4006
4007 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4008 (copyright-update-year): Detect continuation of list of years.
4009
4010 * term.el (term-default-fg-color, term-default-bg-color)
4011 (ansi-term-color-vector): Use `unspecified', not nil, as default.
4012
4013 * imenu.el: Several doc fixes: don't say variables are buffer-local.
4014
4015 2004-08-16 Davis Herring <herring@lanl.gov>
4016
4017 * isearch.el (isearch-string, isearch-message-string, isearch-point)
4018 (isearch-success, isearch-forward-flag, isearch-other-end)
4019 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4020 (isearch-barrier, isearch-within-brackets)
4021 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4022
4023 2004-08-16 Kenichi Handa <handa@m17n.org>
4024
4025 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4026
4027 2004-08-15 Kenichi Handa <handa@m17n.org>
4028
4029 * term/x-win.el (x-selection-value): If utf8 was successful but
4030 ctext was not, use utf8 string.
4031
4032 2004-08-14 Davis Herring <herring@lanl.gov>
4033
4034 * isearch.el: Remove accidental changes of March 4. Fix backing
4035 up when a regexp isearch is made more general. Use symbolic
4036 accessor functions for isearch stack frames to make usage clearer.
4037 (search-whitespace-regexp): Made groups in documentation shy (as
4038 is the group in the default value).
4039 (isearch-fallback): New function, addresses problems with regexps
4040 liberalized by `\|', adds support for liberalization by `\}' (the
4041 general repetition construct), and incorporates behavior for
4042 `*'/`?'.
4043 (isearch-}-char): New command, calls `isearch-fallback' with
4044 arguments appropriate to a typed `}'.
4045 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4046 appropriately.
4047 (isearch-mode-map): Bind `}' to `isearch-}-char'.
4048 (isearch-string, isearch-message,string, isearch-point)
4049 (isearch-success, isearch-forward-flag, isearch-other-end)
4050 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4051 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4052 New inline functions to read fields of a stack frame.
4053
4054 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
4055
4056 * battery.el (battery-linux-proc-acpi): Look into battery
4057 directories matching the literal string "CMB", too (required for
4058 Linux kernel version 2.6.7).
4059
4060 2004-08-14 John Paul Wallington <jpw@gnu.org>
4061
4062 * cus-start.el (read-file-name-completion-ignore-case): Add.
4063 (blink-cursor-alist): Change version to "21.4".
4064
4065 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4066
4067 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
4068
4069 * speedbar.el (speedbar-scan-subdirs): New option.
4070 (speedbar-file-lists): Don't ignore file-name case on Unix and use
4071 dolist.
4072 (speedbar-insert-files-at-point): Take an extra argument and use
4073 it to optionally find out if a subdir is empty. Also unreadable
4074 files don't get expand buttons.
4075 (speedbar-directory): New image (unused pixmap already existed).
4076 (speedbar-expand-image-button-alist): Use it.
4077
4078 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
4079
4080 CC Mode update to 5.30.9:
4081
4082 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4083 Move from cc-vars to cc-defs for dependency reasons. Fix the
4084 POSIX char class test to check that it works in
4085 `skip-chars-(forward|backward)' too.
4086
4087 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4088 first argument starts with a special brace list.
4089
4090 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4091 when `c-opt-type-concat-key' is used (i.e. in Pike).
4092
4093 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4094 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4095 >)".
4096
4097 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4098 whitespace safe.
4099
4100 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4101 position for `arglist-intro', `arglist-cont-nonempty' and
4102 `arglist-close' when there are two arglist open parens on the same
4103 line and there's nothing in front of the first.
4104
4105 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4106 locking of qualified names in Java, which previously could fontify
4107 common indexing expressions in many cases. The standard Java
4108 naming conventions are used to tell them apart.
4109
4110 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4111 Fix inconsistency wrt opening parens on the first line inside a paren
4112 block.
4113
4114 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4115 compile time for the sake of `c-major-mode-is'.
4116
4117 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4118 `c-major-mode-is' in the event that this is used inside a
4119 `c-lang-defconst'.
4120
4121 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4122 `c-lang-defconst' so that it works better with fallback languages.
4123
4124 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4125 it to fail to record the base mode.
4126
4127 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4128 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4129 is used. Reorder the syntax checks to get more efficient
4130 skipping in some situations.
4131
4132 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4133 continuation which might precede the newly inserted '{'.
4134
4135 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4136 Fix cases where it could loop indefinitely.
4137
4138 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4139 size specs correctly. Only fontify identifiers in front of '('
4140 with as functions - don't accept any paren char. Tighten up
4141 initializer skipping to stop before function and class blocks.
4142
4143 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4144 the point could be left directly after an open paren when finding
4145 the beginning of the first decl in the block.
4146
4147 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4148 table when filtering out legitimate open parens to be recorded.
4149 This could cause cache inconsistencies when e.g.
4150 `c++-template-syntax-table' was temporarily in use.
4151
4152 * progmodes/cc-engine.el (c-on-identifier)
4153 (c-simple-skip-symbol-backward): Small fix for handling "-"
4154 correctly in `skip-chars-backward'. Affected the operator lfun
4155 syntax in Pike.
4156
4157 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4158 Fix bug that could cause an error from `after-change-functions' when
4159 the changed region is at bob.
4160
4161 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
4162
4163 CC Mode update to 5.30.9:
4164
4165 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4166 to say that <TAB> doesn't insert WS into a CPP line.
4167 (c-indent-command, c-tab-always-indent): Amend doc strings.
4168
4169 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4170 checks for user errors, thus eliminating cryptic and unhelpful
4171 Emacs error messages. (1) Check the arg to `c-set-style' is a
4172 string. (2) Check that settings to `c-offsets-alist' are not
4173 spuriously quoted.
4174
4175 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4176 which precedes the newly inserted `{'.
4177
4178 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
4179
4180 Sync with Tramp 2.0.44.
4181
4182 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4183 function "tramp_file_attributes". Otherwise, file names
4184 containing spaces are misinterpreted. Reported by Magnus Henoch
4185 <mange@freemail.hu>.
4186 (tramp-handle-file-truename): FILENAME must be expanded first.
4187 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4188 obscure results. Reported by D. Goel <deego@gnufans.org>.
4189 (tramp-handle-verify-visited-file-modtime): If file does not
4190 exist, say it is not modified if and only if that agrees with the
4191 buffer's record. Check whether a file is visiting the buffer, or
4192 the buffer has no recorded last modification time. Return t in
4193 case the visiting file doesn't exist. Suggested by Luc Teirlinck
4194 <teirllm@auburn.edu>.
4195 (tramp-handle-write-region): Pass modtime explicitely to
4196 `set-visited-file-modtime', because filename can be different
4197 from (buffer-file-name) if `file-precious-flag' is set.
4198 `set-visited-file-modtime' must be called always when `visit' is t
4199 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4200 (tramp-handle-set-visited-file-modtime): If `time-list' is not
4201 nil, don't apply the whole body. If the file doesn't exists, set
4202 modtime to '(-1 65535). Suggested by Luc Teirlinck
4203 <teirllm@auburn.edu>.
4204
4205 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * help.el (describe-bindings): Doc fix.
4208
4209 * subr.el (kbd): Doc fix.
4210
4211 2004-08-08 John Paul Wallington <jpw@gnu.org>
4212
4213 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4214 instead of `string-to-int'.
4215 (define-ibuffer-column mode): Fix indentation.
4216
4217 2004-08-08 Lars Hansen <larsh@math.ku.dk>
4218
4219 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4220
4221 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * subr.el (global-unset-key, local-unset-key): Doc fixes.
4224
4225 * novice.el (disabled-command-function): New variable renamed from
4226 `disabled-command-hook'.
4227 (disabled-command-hook): Keep the _variable_ as alias for
4228 `disabled-command-function' and make obsolete.
4229 (disabled-command-function): Function renamed from
4230 `disabled-command-hook'. Adapt code to name change of the variable.
4231
4232 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
4233
4234 * simple.el (completion-root-regexp): New defvar.
4235 (completion-setup-function): Use it instead of a literal string.
4236
4237 2004-08-07 John Paul Wallington <jpw@gnu.org>
4238
4239 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4240 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4241 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4242 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4243
4244 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
4245
4246 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4247 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4248
4249 2004-08-04 Kenichi Handa <handa@m17n.org>
4250
4251 * international/encoded-kb.el (encoded-kbd-setup-keymap):
4252 Fix previous change.
4253
4254 2004-08-03 Kenichi Handa <handa@m17n.org>
4255
4256 * international/encoded-kb.el: The following changes are to
4257 utilize key-translation-map instead of minor mode map.
4258 (encoded-kbd-iso2022-non-ascii-map): Delete it.
4259 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4260 (encoded-kbd-last-key): New function.
4261 (encoded-kbd-iso2022-single-shift): New function.
4262 (encoded-kbd-iso2022-designation)
4263 (encoded-kbd-self-insert-iso2022-7bit)
4264 (encoded-kbd-self-insert-iso2022-8bit)
4265 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4266 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4267 key-translation-map.
4268 (encoded-kbd-setup-keymap): Setup key-translation-map.
4269 (saved-key-translation-map): New variable.
4270 (encoded-kbd-mode): Save/restore key-translation-map.
4271 Adjust for the change of encoded-kbd-setup-keymap.
4272
4273 2004-08-02 Kim F. Storm <storm@cua.dk>
4274
4275 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4276 and call compute-motion with nil for topos and width to get proper
4277 usable width and height for both window and non-window systems.
4278
4279 * windmove.el (windmove-coordinates-of-position): Let compute-motion
4280 calculate usable window width and height.
4281
4282 * window.el (window-buffer-height): Call compute-motion with nil width.
4283
4284 2004-08-01 David Kastrup <dak@gnu.org>
4285
4286 * replace.el (query-replace-read-from):
4287 Use `query-replace-compile-replacement'.
4288 (query-replace-compile-replacement): New function.
4289 (query-replace-read-to): Use `query-replace-compile-replacement'
4290 for repeating the last command.
4291
4292 2004-08-01 John Paul Wallington <jpw@gnu.org>
4293
4294 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4295 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4296 (pr-switches): Remove period from end of error messages.
4297
4298 * help-mode.el (help-go-back): Likewise.
4299
4300 * abbrev.el (only-global-abbrevs): Doc fix.
4301 (edit-abbrevs-map): Define within defvar.
4302 (quietly-read-abbrev-file): Doc fix.
4303
4304 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
4305
4306 * novice.el (enable-command, disable-command): Doc fixes.
4307
4308 * subr.el (event-modifiers, event-basic-type): Doc fixes.
4309
4310 2004-07-30 Richard M. Stallman <rms@gnu.org>
4311
4312 * subr.el (with-local-quit): Doc fix.
4313
4314 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
4315
4316 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4317
4318 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
4319
4320 * custom.el (defcustom): Doc fix.
4321
4322 2004-07-28 Masatake YAMATO <jet@gyve.org>
4323
4324 * progmodes/etags.el (etags-tags-apropos): Show building progress.
4325
4326 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4327
4328 * imenu.el (imenu-prev-index-position-function)
4329 (imenu-extract-index-name-function, imenu-name-lookup-function)
4330 (imenu--index-alist): Docstring redundancy fix.
4331
4332 2004-07-25 Lars Hansen <larsh@math.ku.dk>
4333
4334 * wdired.el (wdired-finish-edit): Require dired-aux before locally
4335 binding dired-backup-overwrite.
4336
4337 2004-07-25 John Paul Wallington <jpw@gnu.org>
4338
4339 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4340
4341 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4342
4343 * term/tty-colors.el (tty-color-approximate): Doc fix.
4344
4345 * select.el (x-get-selection, x-set-selection): Doc fixes.
4346
4347 * frame.el (make-frame): Doc fix.
4348
4349 2004-07-24 Richard M. Stallman <rms@gnu.org>
4350
4351 * mail/rmail.el (rmail-mime-charset-pattern):
4352 Don't include semicolon in the charset value.
4353
4354 * replace.el (occur-next-error): Call set-window-point.
4355 (occur-engine): Handle negative NLINES.
4356
4357 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
4358
4359 * frame.el (modify-all-frames-parameters): Minor doc fix.
4360 (set-frame-configuration): Doc fix.
4361
4362 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4363
4364 * simple.el (completion-setup-function): Compute the common parts
4365 and the first difference place correctly when
4366 partial-completion-mode is on.
4367
4368 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4369
4370 * ps-print.el: Doc fix.
4371 (ps-print-version): New version 6.6.5.
4372 (ps-printing-region): Doc fix.
4373 (ps-generate-string-list): Comment fix.
4374 (ps-message-log-max): Code fix.
4375
4376 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4377
4378 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4379 generated PostScript.
4380
4381 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4382
4383 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4384 with Gnus v5_10 branch.)
4385
4386 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4387
4388 * calendar/time-date.el (time-to-number-of-days): New function.
4389 Imported from from Gnus.
4390
4391 2004-07-22 Kim F. Storm <storm@cua.dk>
4392
4393 * progmodes/make-mode.el: Fix comments.
4394
4395 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4396
4397 * printing.el: Doc fix.
4398
4399 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4400
4401 * frame.el (modify-all-frames-parameters): Minor doc fix.
4402
4403 2004-07-20 Richard M. Stallman <rms@gnu.org>
4404
4405 * textmodes/fill.el (fill-nobreak-p): If this break point is
4406 at the end of the line, don't consider the newline which follows
4407 as a reason to return t.
4408
4409 2004-07-19 John Paul Wallington <jpw@gnu.org>
4410
4411 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4412
4413 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * dired-aux.el (dired-do-kill-lines): Expand docstring.
4416 Delete irrelevant code.
4417
4418 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4419
4420 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4421 New docstring. From Luc Teirlinck.
4422
4423 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
4424
4425 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4426 section.
4427 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4428 non-file buffers. We know it is nil.
4429
4430 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4431
4432 Sync with Tramp 2.0.43.
4433
4434 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4435 Remove outdated comment.
4436 (tramp-locked, tramp-locker): New variables for implementing a
4437 global lock.
4438 (tramp-sh-file-name-handler): Use them to implement the global lock.
4439
4440 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
4443 calls to respective `xxx` calls.
4444 (tramp-process-alive-regexp): Precise doc string.
4445 (tramp-multi-action-process-alive): New defun.
4446 (tramp-multi-actions): Use it.
4447 (tramp-handle-find-backup-file-name): `copy-tree' is available
4448 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
4449 in order to avoid this function.
4450 (tramp-handle-write-region): Set current buffer. If connection
4451 wasn't open, `file-modes' has changed it accidently. Reported by
4452 David Kastrup <dak@gnu.org>.
4453 (tramp-enter-password, tramp-read-passwd): New arguments USER and
4454 HOST.
4455 (tramp-action-password, tramp-multi-action-password): Apply it.
4456 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4457 name must still contain the port number. Otherwise, we have two
4458 Tramp buffers, with all the confusion. Reported by Myron Selby
4459 <myron@xytech.com> and Rolf Dubitzky
4460 <Dubitzky@physi.uni-heidelberg.de>.
4461
4462 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4463 HOST to `tramp-enter-passwd'.
4464
4465 * net/tramp-vc.el (all): Code cleanup. Change all
4466 `tramp-handle-xxx' calls to respective `xxx` calls.
4467
4468 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
4469
4470 * emacs-lisp/testcover.el: New category "potentially-1valued" for
4471 functions that are not erroneous if either 1-valued or
4472 multi-valued. Detect functions in this class.
4473 (testcover-1value-functions, testcover-compose-functions)
4474 (testcover-progn-functions) Add some additional functions to lists.
4475 (testcover-mark): Bugfix when marking up the definition for an
4476 empty function.
4477
4478 2004-07-17 Richard M. Stallman <rms@gnu.org>
4479
4480 * replace.el (occur-read-primary-args): Pass default to
4481 read-from-minibuffer.
4482
4483 * mail/footnote.el (footnote-section-tag): Use defcustom.
4484
4485 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4486 Compile font-lock-keywords, not KEYWORDS.
4487 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4488 Add warn, check-type. Handle cerror like error.
4489
4490 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4491
4492 * progmodes/which-func.el (which-func-keymap): New var.
4493 (which-func-face): New face.
4494 (which-func-format): Use them.
4495
4496 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4497
4498 * buff-menu.el (list-buffers-noselect): Append the buffer's
4499 process status to its mode name.
4500
4501 2004-07-16 Kim F. Storm <storm@cua.dk>
4502
4503 * simple.el (inhibit-mark-movement): New defvar.
4504 (beginning-of-buffer, end-of-buffer): Do not push mark if
4505 inhibit-mark-movement is non-nil or C-u prefix is given.
4506
4507 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4508 Init to beginning-of-buffer and end-of-buffer.
4509 (cua--undo-push-mark): New defvar.
4510 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4511 already active and command is in cua--preserve-mark-commands.
4512 Also fix check for shift modifier on non-window systems.
4513 (cua--post-command-handler): Clear inhibit-mark-movement if set.
4514
4515 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4516
4517 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4518 of two integers, instead of a cons.
4519
4520 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4521 `visited-file-modtime' now returns a list of two integers, instead
4522 of a cons.
4523
4524 * dired.el (dired-directory-changed-p): Ditto.
4525
4526 * progmodes/grep.el (grep): Doc fix.
4527
4528 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4529
4530 * autorevert.el (auto-revert-tail-mode)
4531 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4532 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4533 in both at the same time.
4534 (auto-revert-tail-mode): New command.
4535 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4536 (auto-revert-handler): Revert only either tail or whole file.
4537
4538 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4539 add auto-revert-tail-mode.
4540
4541 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4542
4543 * printing.el: Doc fix. Change name of some funs.
4544 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
4545 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
4546 (pr-standard-file-name): New fun. Replace pr-standard-path.
4547 (pr-call-process): Code fix.
4548
4549 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
4550
4551 * subr.el (with-selected-window): Doc fix.
4552
4553 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
4554
4555 * subr.el (get-buffer-window-list): Doc fix.
4556
4557 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
4558
4559 * files.el (switch-to-buffer-other-window): Doc fix.
4560
4561 * window.el (save-selected-window, one-window-p)
4562 (split-window-keep-point, split-window-vertically)
4563 (split-window-horizontally): Doc fixes.
4564
4565 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4566
4567 * printing.el: Doc fix. Now it uses call-process instead of
4568 shell-command for low command execution.
4569 (pr-version): New version number (6.8).
4570 (pr-shell-file-name): Option removed.
4571 (pr-shell-command): Fun removed.
4572 (pr-call-process): New fun. Replace pr-shell-command.
4573 (pr-standard-path, pr-remove-nil-from-list): New funs.
4574 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4575 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4576 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4577 (pr-ps-utility-process, pr-txt-print): Code fix.
4578
4579 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4580
4581 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4582 boolean.
4583
4584 2004-07-09 Lars Hansen <larsh@math.ku.dk>
4585
4586 * wid-edit.el (widget-field-buffer): Doc fix.
4587
4588 2004-07-09 John Paul Wallington <jpw@gnu.org>
4589
4590 * emacs-lisp/re-builder.el (reb-update-overlays):
4591 Distinguish between one and several matches in message.
4592
4593 2004-07-09 Richard M. Stallman <rms@gnu.org>
4594
4595 * mouse.el (mouse-set-region-1): If transient-mark-mode
4596 is `identity', change it to `only'.
4597
4598 * simple.el (current-word): Doc fix.
4599
4600 2004-07-09 Mark A. Hershberger <mah@everybody.org>
4601
4602 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4603 so that it is more understanding of whitespace.
4604
4605 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4606 form
4607 (("ns" . "element") (attr-list) children) instead of
4608 ((:ns . "element") (attr-list) children) in order to reduce the
4609 number of symbols used.
4610 (xml-skip-dtd): Change to use xml-parse-dtd but set
4611 xml-validating-parsing to nil.
4612 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4613 (xml-substitute-entity): Remove in favor of new entity substitution.
4614 (xml-substitute-special): Rewrite in to substitute complex
4615 entities from DOCTYPE declarations.
4616 (xml-parse-fragment): Parse fragments from entity deleclarations.
4617 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4618 (xml-parse-dtd, xml-substitute-special): Make validity checks
4619 conditioned on xml-validating-parser. Add "Not Well Formed" to
4620 error messages about well-formedness.
4621
4622 2004-07-08 Steven Tamm <steventamm@mac.com>
4623
4624 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4625 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4626 Do not treat double clicks and triple clicks specially in the
4627 scroll bar (preventing strange repositioning problems)
4628
4629 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * replace.el (query-replace-regexp-eval): Fix last change.
4632
4633 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * replace.el (query-replace-descr): New fun.
4636 (query-replace-read-from, query-replace-read-args): Default to the
4637 previous from&to.
4638 (query-replace-read-to): Quote the `from' string when displaying it.
4639 (query-replace-regexp-eval): Immediately check read-only status.
4640 Use query-replace-read-from to get the \n checking.
4641 Quote the `from' string when displaying it.
4642 (map-query-replace-regexp, occur-read-primary-args):
4643 Quote the `from' string when displaying it.
4644
4645 * isearch.el (isearch-query-replace): Pass the regexp-ness and
4646 delimited-ness of the search to query-replace.
4647
4648 * replace.el (query-replace-read-from, query-replace-read-to):
4649 New funs extracted from query-replace-read-args.
4650 (query-replace-read-args): Use them.
4651
4652 * replace.el (query-replace-interactive, query-replace-read-args):
4653 Remove the `initial' special value.
4654 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4655 (occur-engine): Remove unused var `matchend'.
4656
4657 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4658 Use the search string without prompting.
4659
4660 2004-07-05 Kenichi Handa <handa@m17n.org>
4661
4662 * international/mule.el (decode-coding-inserted-region):
4663 Set last-coding-system-used only when coding is nil.
4664
4665 2004-07-03 Eli Zaretskii <eliz@gnu.org>
4666
4667 * progmodes/grep.el (grep-compute-defaults, grep-command)
4668 (grep-program, find-program, grep-find-use-xargs, grep-history)
4669 (grep-find-history, grep-tag-default, grep-find-command)
4670 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4671 Add autoload cookies, for unbundled packages that load `compile'
4672 and expect all grep-related symbols to become defined.
4673
4674 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
4675
4676 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4677 (iimage-mode-image-search-path): New user option to search the
4678 image file.
4679 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
4680 have locate-file.
4681 (iimage-mode-buffer): Use it.
4682
4683 2004-07-03 Nick Roberts <nickrob@gnu.org>
4684
4685 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4686 carefully.
4687 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4688
4689 2004-07-03 Juri Linkov <juri@jurta.org>
4690
4691 * replace.el (query-replace-read-args): Swallow space after 'foo,
4692 not after (quote foo). Match space only immediately after symbol,
4693 not anywhere in the whole string.
4694
4695 2004-07-02 Richard M. Stallman <rms@gnu.org>
4696
4697 * replace.el (query-replace-read-args): Swallow space after
4698 symbols, not after closeparens. But avoid error if string ends there.
4699
4700 * progmodes/python.el (python-beginning-of-statement):
4701 Exit the loop if backward-up-list gets error.
4702
4703 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4704
4705 2004-07-02 Andre Spiegel <spiegel@gnu.org>
4706
4707 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4708 only if vc-consult-headers is non-nil.
4709
4710 2004-07-02 Juri Linkov <juri@jurta.org>
4711
4712 * pcvs.el (cvs-mode-diff-repository): New command.
4713
4714 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4715
4716 2004-07-01 Juri Linkov <juri@jurta.org>
4717
4718 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4719 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
4720 C-M-% to isearch-query-replace-regexp.
4721 (minibuffer-local-isearch-map): Add arrow key bindings.
4722 Bind C-f to isearch-yank-char-in-minibuffer.
4723 (isearch-forward): Doc fix.
4724 (isearch-edit-string): Doc fix.
4725 (isearch-query-replace, isearch-query-replace-regexp): New funs.
4726 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
4727 (isearch-yank-char): Add optional arg.
4728 (isearch-yank-char-in-minibuffer): New fun.
4729
4730 * replace.el (query-replace-interactive): Change type from boolean
4731 to choice. Add value `initial'.
4732 (query-replace-read-args): Handle value `initial' of
4733 query-replace-interactive.
4734
4735 2004-06-29 Kim F. Storm <storm@cua.dk>
4736
4737 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4738 (breakpoint-disabled-bitmap-face): Add :group 'gud.
4739
4740 * progmodes/ada-xref.el (ada-tight-gvd-integration):
4741 Add :group 'ada.
4742
4743 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4744
4745 2004-06-29 Juri Linkov <juri@jurta.org>
4746
4747 * replace.el (query-replace-read-args): Swallow a space after
4748 everything except )]" which in most cases means after a symbol.
4749
4750 * emacs-lisp/pp.el (pp-buffer): Add autoload.
4751
4752 2004-06-28 Richard M. Stallman <rms@gnu.org>
4753
4754 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4755 More changes to go with previous change in font-lock.el.
4756
4757 2004-06-26 David Kastrup <dak@gnu.org>
4758
4759 * replace.el (perform-replace): Highlight the match even in
4760 non-query mode if there is potential replace string editing.
4761
4762 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
4763
4764 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4765 agree with new return value of `file-remote-p'.
4766 This syncs with Tramp 2.0.42.
4767
4768 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4769 according to new documentation of `file-remote-p'.
4770
4771 * files.el (file-remote-p): Fix doc to say that return value is
4772 identification of remote system, if not nil.
4773 (file-relative-name): Use new return value of `file-remote-p'.
4774
4775 2004-06-26 Nick Roberts <nickrob@gnu.org>
4776
4777 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4778 (gdb-goto-breakpoint): Fix breakage.
4779
4780 2004-06-26 Eli Zaretskii <eliz@gnu.org>
4781
4782 * man.el (Man-getpage-in-background): Add windows-nt to the list
4783 of systems where shell-file-name should be used instead of
4784 literal "sh".
4785
4786 2004-06-25 Sam Steingold <sds@gnu.org>
4787
4788 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4789 function names `(setf symbol)'.
4790
4791 2004-06-24 Richard M. Stallman <rms@gnu.org>
4792
4793 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4794
4795 * font-lock.el (font-lock-keywords): Change format of compiled values.
4796 Document it.
4797 (font-lock-add-keywords): If font-lock-keywords is compiled,
4798 extract the uncompiled version, modify, then recompile.
4799 (font-lock-remove-keywords): Likewise.
4800 (font-lock-fontify-keywords-region): Handle changed format.
4801 (font-lock-compile-keywords): Handle changed format.
4802 (font-lock-set-defaults): Compile the keywords explicitly here.
4803
4804 2004-06-24 David Kastrup <dak@gnu.org>
4805
4806 * replace.el (query-replace-read-args): Implement `\,' and `\#'
4807 replacements here.
4808 (query-replace-regexp): Doc string explaining this and the new
4809 `\?' replacement. Remove `\,' and `\#' implementation here, as it
4810 is better placed in `query-replace-read-args'.
4811 (replace-regexp): Explain `\,', `\#' and `\?'.
4812 (replace-match-data): New function for thorough reuse/destruction
4813 of old match-data.
4814 (replace-match-maybe-edit): Function for implementing `\?' editing.
4815 (perform-replace): Fix maintaining of the match stack including
4816 already matched regions, implement `\?', fix various problems
4817 with regions while editing and other stuff.
4818 (replace-highlight): Simplify.
4819
4820 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
4821
4822 * progmodes/grep.el (grep-error-screen-columns): New variable.
4823 (grep-regexp-alist): Give it the full functionality of gnu style
4824 compilation messages with line and column ranges. Ask me for the
4825 perl script I'm working on, that uses these.
4826
4827 2004-06-23 Nick Roberts <nickrob@gnu.org>
4828
4829 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
4830 Remove.
4831 (comint-insert-input, comint-mouse-insert-input): New functions
4832 based on comint-insert-clicked-input for two bindings but just
4833 one functionality.
4834
4835 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4836
4837 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
4838
4839 2004-06-23 Lars Hansen <larsh@math.ku.dk>
4840
4841 * files.el (write-contents-functions): Doc fix.
4842
4843 2004-06-21 Juanma Barranquero <lektu@terra.es>
4844
4845 * image.el (image-library-alist): Rewrite docstring in active voice.
4846
4847 2004-06-20 Richard M. Stallman <rms@gnu.org>
4848
4849 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
4850
4851 * isearch.el (isearch-repeat): Avoid testing old match data.
4852 (isearch-message): Display trailing space in special font
4853 when search is failing.
4854 (isearch-search-fun-function): Doc fix.
4855
4856 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
4857
4858 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
4859
4860 * frame.el (show-trailing-whitespace): Doc fix.
4861
4862 * cus-edit.el (custom-variable-documentation): New function.
4863 (custom-variable): Use it.
4864
4865 2004-06-19 Nick Roberts <nickrob@gnu.org>
4866
4867 * man.el (Man-getpage-in-background): Revert previous change but
4868 make cygwin a special case.
4869
4870 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
4871
4872 * autorevert.el (global-auto-revert-non-file-buffers):
4873 Update docstring.
4874
4875 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
4876
4877 * progmodes/compile.el (compilation-error-properties): Store one
4878 more than end-col, if present, so that transient-mark-mode will
4879 highlight last char too.
4880 * progmodes/grep.el (grep-regexp-alist): Match columns and column
4881 ranges, if present.
4882
4883 2004-06-18 Jason Rumney <jasonr@gnu.org>
4884
4885 * makefile.w32-in: Double percent signs in for loops.
4886
4887 2004-06-17 David Kastrup <dak@gnu.org>
4888
4889 * replace.el (query-replace-read-args): Only warn about use of \n
4890 and \t when we are doing a regexp replacement and the actual
4891 escaped character is n or t.
4892 (query-replace-regexp): Add \, and \# interpretation to
4893 interactive call and document it.
4894 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4895 as shortkey for replace-count.
4896 (replace-quote): New function for doubling backslashes.
4897
4898 2004-06-17 Juanma Barranquero <lektu@terra.es>
4899
4900 * files.el (parse-colon-path, cd): Mention in docstring that the
4901 path separator is colon in GNU-like systems.
4902
4903 * newcomment.el (comment-region-internal): Fix docstring.
4904
4905 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4906 (ewoc-invalidate, ewoc-collect): Doc fixes.
4907 (ewoc--create-node, ewoc--delete-node-internal):
4908 Fix typos in docstring.
4909
4910 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4911
4912 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4913 manual to docstring.
4914
4915 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4916
4917 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4918
4919 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4920
4921 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4922 Add hyperlink to emacs-xtra manual to docstring.
4923
4924 * autorevert.el (global-auto-revert-non-file-buffers):
4925 Add hyperlink to emacs-xtra manual to docstring, as well as an
4926 info-link.
4927
4928 2004-06-14 Juanma Barranquero <lektu@terra.es>
4929
4930 * image.el (image-library-alist): New variable to map image types
4931 to external libraries. Initialized to nil, unless system-specific
4932 configs change it.
4933 (image-type-available-p): Determine whether an image type is
4934 available by calling `init-image-library'.
4935
4936 * term/w32-win.el (image-library-alist): Initialize to a known set
4937 of probable library names.
4938
4939 2004-06-14 Kenichi Handa <handa@m17n.org>
4940
4941 * international/code-pages.el (windows-1256, cp1125): Fix tables
4942 for several characters.
4943
4944 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4945
4946 2004-06-13 Richard M. Stallman <rms@gnu.org>
4947
4948 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4949
4950 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4951 not "`pc-selection-mode'".
4952
4953 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4954
4955 * simple.el (previous-matching-history-element): Specify a default.
4956
4957 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4958
4959 * cus-face.el (custom-declare-face): Simplify code.
4960
4961 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4962
4963 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
4964
4965 * files.el (before-save-hook): Add `time-stamp' to the options.
4966
4967 * time-stamp.el (time-stamp): Recommend adding it to
4968 `before-save-hook', rather than `write-file-functions'.
4969 Make a similar change in `Commentary' section.
4970
4971 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
4972
4973 * diff-mode.el (diff-current-defun): If at start of hunk, use
4974 position of first change.
4975
4976 2004-06-13 Lars Hansen <larsh@math.ku.dk>
4977
4978 * dired-x.el (dired-mark-omitted): Bind to "*O".
4979
4980 2004-06-12 Karl Fogel <kfogel@red-bean.com>
4981
4982 * bookmark.el (bookmark-bmenu-relocate): New function, as
4983 suggested by David J. Biesack <David.Biesack@sas.com>.
4984 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4985 (bookmark-bmenu-mode): Describe binding in doc string.
4986 (bookmark-set-filename): Save the bookmark list if it's time.
4987
4988 2004-06-13 Kenichi Handa <handa@m17n.org>
4989
4990 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4991 (ccl-untranslated-to-ucs): Fix typo.
4992
4993 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4994
4995 * progmodes/python.el (python-open-block-statement-p):
4996 Fix indentation after a block opening that contains a comment.
4997
4998 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
4999
5000 * bindings.el (completion-ignored-extensions): Add file extensions
5001 of Python byte-compiled files.
5002
5003 2004-06-12 Juri Linkov <juri@jurta.org>
5004
5005 * info.el (Info-goto-node): Add autoload.
5006 (Info-toc): Add substring-no-properties on Info file name.
5007 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5008 (Info-mode-map): Bind L to Info-history, T to Info-toc.
5009
5010 2004-06-12 Kenichi Handa <handa@m17n.org>
5011
5012 * international/mule-cmds.el (set-language-environment):
5013 Load subst tables if necessary.
5014
5015 * international/mule.el (decode-char): Load subst tables if necessary.
5016 (encode-char): Likewise.
5017
5018 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5019 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
5020 (utf-16le-decode-loop): Set r5 to -1 before loop.
5021 (utf-16be-decode-loop): Likewise.
5022 (ccl-decode-mule-utf-16le): Add EOF processing block.
5023 (ccl-decode-mule-utf-16be): Likewise.
5024 (ccl-decode-mule-utf-16le-with-signature): Likewise.
5025 (ccl-decode-mule-utf-16be-with-signature): Likewise.
5026 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
5027 (ccl-mule-utf-16-encode-untrans): New CCL.
5028 (utf-16-decode-to-ucs): Handle pre-read character.
5029 (utf-16le-encode-loop): Handle surrogate pair.
5030 (utf-16be-encode-loop): Likewise.
5031 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5032 of utf-16le-encode-loop.
5033 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5034 of utf-16be-encode-loop.
5035 (mule-utf-16-post-read-conversion):
5036 Call utf-8-post-read-conversion at first.
5037 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5038 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5039 Add post-read-conversion and pre-write-conversion.
5040
5041 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5042 (utf-translate-cjk-unicode-range): New variable.
5043 (utf-translate-cjk-load-tables): New function.
5044 (utf-lookup-subst-table-for-decode): New function.
5045 (utf-lookup-subst-table-for-encode): New function.
5046 (utf-translate-cjk-mode): Init-value changed to t. Don't load
5047 tables here. Update safe-charsets of utf-* coding systems.
5048 (ccl-mule-utf-untrans): New CCL.
5049 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
5050 at end of each branch.
5051 (ccl-mule-utf-8-encode-untrans): New CCL.
5052 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5053 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
5054 length of encoding. Don't return r0.
5055 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
5056 (utf-8-post-read-conversion): Narrow to region properly.
5057 If utf-translate-cjk-mode is on, load tables if necessary.
5058 Call utf-8-compose with hash-table arg if necessary.
5059 Call XXX-compose-region instead of XXX-post-read-convesion.
5060 (utf-8-pre-write-conversion): New function.
5061 (mule-utf-8): Include CJK charsets in safe-charsets if
5062 utf-translate-cjk-mode is on. Add pre-write-conversion.
5063
5064 * international/characters.el: Temporarily set
5065 utf-translate-cjk-mode to nil.
5066
5067 * language/devan-util.el (devanagari-compose-region):
5068 Add autoload cookie.
5069
5070 * international/ccl.el (ccl-dump-call): Fix printing the
5071 subroutine name.
5072
5073 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
5074
5075 * dired.el (dired-revert): If buffer is marked unmodified before
5076 reverting, keep it marked unmodified.
5077 Adapt to new conventions for commenting out code.
5078 (dired-make-relative): Adapt to new conventions for commenting out code.
5079
5080 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
5081
5082 * eshell/esh-module.el (eshell-load-defgroups):
5083 Bind `vc-handled-backends' to nil when opening files.
5084
5085 2004-06-11 Juanma Barranquero <lektu@terra.es>
5086
5087 * files.el (parse-colon-path, cd): Doc fixes (refer to
5088 `path-separator', not colon).
5089
5090 2004-06-10 Juanma Barranquero <lektu@terra.es>
5091
5092 * newcomment.el (comment-search-forward)
5093 (comment-search-backward): Fix typos in docstring.
5094 (comment-region): Doc fix.
5095
5096 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
5097
5098 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5099 switch is no longer stored in `dired-switches-alist'.
5100
5101 * dired-aux.el (dired-insert-subdir): Do not store R switch in
5102 `dired-switches-alist'.
5103
5104 2004-06-10 Kim F. Storm <storm@cua.dk>
5105
5106 * pcvs.el (cvs-mode-diff-yesterday): New command.
5107
5108 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5109
5110 2004-06-10 Juri Linkov <juri@jurta.org>
5111
5112 * emacs-lisp/edebug.el (edebug-eval-defun):
5113 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5114 Fix docstring.
5115
5116 * simple.el (eval-expression-print-format): Don't print additional
5117 information on the first call to `eval-print-last-sexp'.
5118 (next-error-find-buffer): Fix punctuation.
5119 (killing) <defgroup>: Fix punctuation.
5120 (yank-excluded-properties): Change group from editing to killing.
5121
5122 * replace.el (perform-replace): Use `limit' to terminate the
5123 while-loop explicitly.
5124
5125 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5126
5127 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5128 Use lc-*.xpm as prefix instead of *-locol.xpm.
5129
5130 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5131 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5132 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5133 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5134 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5135 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5136 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5137 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5138 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5139 * toolbar/lc-up_arrow.xpm:
5140 Rename from *-locol.xpm.
5141
5142 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
5143
5144 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5145 include forms like &<str>; as valid url patterns.
5146
5147 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
5148
5149 * dired.el (dired-diff, dired-backup-diff)
5150 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5151 (dired-do-chown, dired-do-touch, dired-do-print)
5152 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5153 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5154 (dired-create-directory, dired-do-copy, dired-do-symlink)
5155 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5156 (dired-do-copy-regexp, dired-do-hardlink-regexp)
5157 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5158 (dired-maybe-insert-subdir, dired-next-subdir)
5159 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5160 (dired-kill-subdir, dired-tree-up, dired-tree-down)
5161 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5162 (dired-run-shell-command, dired-query): Remove redundant,
5163 or incorrect, autoloads.
5164
5165 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5166 does not end in a slash. Add optional argument KILL-ROOT.
5167 Update docstring.
5168 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5169 (dired-query): Add autoloads.
5170
5171 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
5172
5173 * progmodes/compile.el (compilation-set-window-height):
5174 Rearrange the save-* functions because a buffer can have several current
5175 point in different windows.
5176 (compilation-error-regexp-alist-alist): Recognize {standard input}
5177 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5178
5179 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5180
5181 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5182 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5183 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5184 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5185 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5186 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5187 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5188 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5189 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5190 * toolbar/up_arrow-locol.xpm:
5191 New versions of icons that uses fewer colors.
5192
5193 * toolbar/tool-bar.el (tool-bar-local-item)
5194 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5195 if display-color-cells is 256 or less.
5196
5197 2004-06-08 Kim F. Storm <storm@cua.dk>
5198
5199 * wid-edit.el (widget-specify-button): Use hand pointer rather
5200 than mouse-face as visible mouse-over effect.
5201
5202 2004-06-07 Karl Fogel <kfogel@red-bean.com>
5203
5204 * saveplace.el (save-place-alist-to-file): Bind `print-length'
5205 and `print-level' to nil when writing out `save-place-alist'.
5206 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5207
5208 2004-06-07 Juanma Barranquero <lektu@terra.es>
5209
5210 * completion.el (completion-kill-region): Doc fix.
5211
5212 * format.el (format-insert-annotations)
5213 (format-annotate-location): Doc fixes.
5214 (format-subtract-regions): Make arguments match their use in docstring.
5215
5216 * simple.el (kill-region): Doc fix.
5217
5218 * subr.el (insert-buffer-substring-no-properties)
5219 (insert-buffer-substring-as-yank): Doc fixes.
5220
5221 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
5222
5223 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5224 Update docstring.
5225 (dired-reset-subdir-switches): New function.
5226
5227 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5228 Limit scope of `buffer-read-only' binding.
5229
5230 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
5231
5232 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5233 eshell-explicit-command-char.
5234
5235 2004-06-06 Juanma Barranquero <lektu@terra.es>
5236
5237 * help-fns.el (help-argument-name): Inherit from italic face only
5238 if the frame supports it.
5239
5240 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5241
5242 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5243 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5244 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5245 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5246 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5247 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5248 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5249 New conversions from xpm files.
5250
5251 * toolbar/README: New file.
5252
5253 2004-06-06 Richard M. Stallman <rms@gnu.org>
5254
5255 * isearch.el (isearch-mode-map): Undo previous change.
5256
5257 2004-06-05 Juri Linkov <juri@jurta.org>
5258
5259 * bindings.el (debug-ignored-errors): Add regexps for history
5260 related messages. Remove $ from "No further undo information".
5261 Move Ediff's messages to ediff.el.
5262
5263 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5264
5265 * cus-edit.el (custom-display): Add `min-colors'.
5266
5267 * custom.el (defface): Add `supports' to docstring.
5268
5269 * help-fns.el (help-argument-name): Add :group 'help.
5270
5271 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
5272
5273 * find-dired.el (find-ls-subdir-switches): New user option.
5274 (find-dired): No longer call `abbreviate-file-name' on DIR.
5275 Set `dired-subdir-switches' buffer-locally.
5276
5277 * locate.el: Merge the two `Commentary' sections.
5278 (locate-ls-subdir-switches): New user option.
5279 (locate): Update for other changes.
5280 (locate-mode-map): Restore Dired binding for mouse-2.
5281 Bind `locate-mouse-view-file' to M-mouse-2.
5282 Bind `l' to `locate-do-redisplay'.
5283 (locate-main-listing-line-p, locate-do-redisplay): New functions.
5284 (locate-mouse-view-file, locate-tags, locate-find-directory):
5285 Print message if used outside main listing.
5286 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
5287 Various changes to support inserted subdirectories.
5288 (locate-insert-header): Change header of *Locate* buffer.
5289
5290 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5291 Change interactive default switches.
5292 (dired-rename-subdir-2): Update `dired-switches-alist'.
5293 (dired-insert-subdir, dired-kill-subdir):
5294 Handle `dired-switches-alist'. Do not mark buffer modified.
5295 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5296 (dired-insert-subdir-doinsert): Omit messages.
5297 Handle `dired-subdir-switches'.
5298 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5299
5300 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5301 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5302 subdirs if -R switch is used for a subdir.
5303 (dired-mode): Set `dired-switches-alist'.
5304 (dired-build-subdir-alist): Only print number of directories in
5305 echo area when invoked interactively.
5306
5307 2004-06-05 Lars Hansen <larsh@math.ku.dk>
5308
5309 * dired-x.el (dired-omit-mode): Rename from
5310 dired-omit-files-p. Use define-minor-mode to define it.
5311 (dired-omit-files-p): Add as alias for dired-omit-mode.
5312 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
5313 dired-mark-omitted.
5314 (dired-mark-omitted): Add. Bind to M-O.
5315
5316 2004-06-05 Kenichi Handa <handa@m17n.org>
5317
5318 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5319
5320 2004-06-05 Juanma Barranquero <lektu@terra.es>
5321
5322 * help-fns.el (help-argument-name): Reintroduce face.
5323 (help-default-arg-highlight): Use it, now that
5324 `face-differs-from-default-p' can be trusted.
5325
5326 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
5327
5328 * textmodes/table.el: Sentence commands added to Point Motion
5329 group; kill and backward-kill commands added to Extraction group.
5330
5331 2004-06-04 Mario Lang <mlang@delysid.org>
5332
5333 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5334 systems appear to use mW, make the code handle this. Fix a
5335 division-by-zero bug while at it, and handle kernels with
5336 a slightly different layout in /proc/acpi.
5337
5338 2004-06-04 Karl Fogel <kfogel@red-bean.com>
5339
5340 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5341 because the latter is a CL-ism. This fixes the bug reported by
5342 Shawn Boyette <mdxi@collapsar.net> in
5343 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5344
5345 2004-06-04 Miles Bader <miles@gnu.org>
5346
5347 * faces.el (display-supports-face-attributes-p): Function moved to
5348 C code. Previously only the tty-related portion of this function
5349 was done in C; however the previous attempt to do a halfway-proper
5350 job for non-tty displays in lisp didn't work properly because of
5351 funny conditions during Emacs startup.
5352 (face-differs-from-default-p): Simplify, now that
5353 display-supports-face-attributes-p works properly on all display
5354 types. Remove :stipple from comparison; it doesn't really work
5355 in emacs anyway.
5356
5357 2004-06-04 Miles Bader <miles@gnu.org>
5358
5359 * faces.el (face-differs-from-default-p): Use a different
5360 implementation, so we can really check whether FACE displays
5361 differently or not.
5362
5363 2004-06-04 Miles Bader <miles@gnu.org>
5364
5365 * faces.el (display-supports-face-attributes-p): Implement a
5366 `different from default' check for non-tty displays.
5367
5368 2004-06-03 David Kastrup <dak@gnu.org>
5369
5370 * woman.el (woman-mapcan): More concise code.
5371 (woman-topic-all-completions, woman-topic-all-completions-1)
5372 (woman-topic-all-completions-merge): Replace by a simpler and
5373 much faster implementation based on O(n log n) sort/merge instead
5374 of the old O(n^2) behavior.
5375
5376 2004-06-03 Miles Bader <miles@gnu.org>
5377
5378 * subr.el (read-number): Use canonical format for default in prompt.
5379
5380 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5381 Add regexp for " [...]" style defaults.
5382
5383 2004-06-02 Romain Francoise <romain@orebokech.com>
5384
5385 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5386 groups: if the user asks for a hidden buffer, open the
5387 corresponding filter group to expose it.
5388
5389 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5390 `ibuffer-jump-to-buffer'.
5391 (ibuffer-jump-offer-only-visible-buffers): New user option.
5392
5393 2004-06-02 Juanma Barranquero <lektu@terra.es>
5394
5395 * faces.el (frame-update-faces): Add empty docstring so the one
5396 for `ignore' doesn't show through.
5397
5398 * subr.el (process-kill-without-query): Remove spurious "\n" on
5399 obsolescence string.
5400 (focus-frame, unfocus-frame): Add obsolescence declaration and
5401 empty docstring.
5402
5403 * international/mule.el (register-char-codings): Make alias for
5404 `ignore'. Move docstring to obsolescence info and remove redundancy.
5405
5406 2004-06-02 Kim F. Storm <storm@cua.dk>
5407
5408 * frame.el (blink-cursor-start): Turn cursor off initially so blink
5409 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5410
5411 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * comint.el (comint-replace-by-expanded-history-before-point):
5414 Obey `start' as the docstring says.
5415 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5416 (comint-update-fence): Prevent font-lock from running unnecessarily.
5417 (comint-dynamic-list-completions): Use with-current-buffer.
5418
5419 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5420
5421 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5422 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5423 (bibtex-entry-update): Handle alternatives and optional fields.
5424 (bibtex-parse-entry): Bugfix, handle empty key.
5425
5426 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * vc-arch.el (vc-arch-state): Don't assume the file exists.
5429
5430 2004-05-31 Lars Hansen <larsh@math.ku.dk>
5431
5432 * desktop.el (desktop-save): Don't save minor modes without a
5433 known mode initialization function.
5434
5435 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
5436
5437 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5438
5439 * autorevert.el: Update `Commentary' section.
5440
5441 2004-05-30 Juanma Barranquero <lektu@terra.es>
5442
5443 * dos-fns.el (convert-standard-filename):
5444 * files.el (convert-standard-filename):
5445 * w32-fns.el (convert-standard-filename):
5446 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5447
5448 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5449
5450 Sync with Tramp.
5451
5452 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5453 (tramp-let-maybe): Move to an earlier spot in the file.
5454 Patch by Andreas Schwab.
5455
5456 2004-05-30 Andreas Schwab <schwab@suse.de>
5457
5458 * dired.el (dired-get-filename): Don't use dired-re-dot.
5459
5460 2004-05-30 Richard M. Stallman <rms@gnu.org>
5461
5462 * files.el (find-file): Doc fix.
5463
5464 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5465
5466 2004-05-30 Nick Roberts <nickrob@gnu.org>
5467
5468 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5469 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5470 modeline of the locals buffer.
5471 (gdb-goto-breakpoint): Handle gdbmi.
5472 (gdb-get-frame-number): Change for gdbmi.
5473
5474 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
5475
5476 * files.el (file-remote-p): Apply file name handler for operation
5477 `file-remote-p'. It isn' a property any longer.
5478 (file-relative-name): `fh' and `fd' get the required value via
5479 `find-file-name-handler' already.
5480
5481 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5482 (top): Remove setting of `file-remote-p' property for
5483 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
5484
5485 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5486
5487 Version 2.0.41 of Tramp released.
5488
5489 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5490 Throw away if process has died.
5491 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5492 (tramp-out-of-band-prompt-regexp): Rename to
5493 `tramp-process-alive-regexp', because its usage is widen.
5494 (tramp-actions-copy-out-of-band): Apply it.
5495 (tramp-actions-before-shell, tramp-multi-actions):
5496 Add `tramp-action-process-alive' action.
5497 (tramp-action-process-alive): New defun.
5498 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5499 Add entry for `file-remote-p'.
5500 (tramp-handle-file-remote-p): New defun.
5501 (top): Remove setting of `file-remote-p'. Don't set
5502 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5503
5504 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5505 `file-remote-p'.
5506
5507 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5508 counted for (last) line. [They should or they shouldn't? --Stef]
5509 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5510
5511 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5512
5513 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5514 not really necessary but seems to keep the shell history smaller
5515 in some cases. It is no substitute for setting HISTFILE and
5516 HISTSIZE from tramp-open-connection-setup-interactive-shell,
5517 though. Suggested by Luc Teirlinck.
5518 (tramp-open-connection-setup-interactive-shell): Export variables
5519 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
5520 (tramp-set-process-query-on-exit-flag): New compat function.
5521 (tramp-open-connection-multi, tramp-open-connection-su)
5522 (tramp-open-connection-rsh, tramp-open-connection-telnet)
5523 (tramp-do-copy-or-rename-file-out-of-band): Use it.
5524 (tramp-let-maybe): New macro, let-binds a variable only if it
5525 isn't obsolete.
5526 (tramp-check-ls-commands, tramp-handle-expand-file-name)
5527 (tramp-handle-file-truename): Use it.
5528 (tramp-completion-file-name-regexp-unified): Avoid matching
5529 filenames starting with "/:" -- those are reserved for
5530 file-name-non-special.
5531
5532 * tramp-smb.el (tramp-smb-open-connection):
5533 Use tramp-set-process-query-on-exit-flag compat function.
5534
5535 2004-05-29 Richard M. Stallman <rms@gnu.org>
5536
5537 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5538
5539 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5540 (eval-last-sexp-print-value): Print char equivalent regardless
5541 of standard-output value.
5542
5543 * thumbs.el (thumbs-subst-char-in-string): Delete.
5544 (thumbs-thumbname): Use subst-char-in-string.
5545 (thumbs-resize-image): Use condition-case, not ignore-errors.
5546 (thumbs-kill-buffer): Likewise.
5547
5548 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
5549 (thumbs-mode): Make buffer read-only.
5550 (thumbs-make-thumb): Unconditionally accept an existing file.
5551 (thumbs-insert-thumb): Add thumb-image-file property to the image.
5552 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5553 (thumbs-show-thumbs-list): Error if images not supported.
5554 (thumbs-save-current-image): Improve prompt string.
5555 (thumbs-mode-map): Define u, R, x.
5556 (thumbs-unmark): New command.
5557 (thumbs-emboss-image): Minor cleanup.
5558 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5559 (thumbs-rename-images): New command.
5560 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
5561
5562 * thumbs.el (thumbs-current-image): New function.
5563 (thumbs-file-list, thumbs-file-alist): New functions.
5564 (thumbs-find-image): Delete arg L.
5565 Don't set up thumbs-fileL as buffer-local global var.
5566 (thumbs-find-image-at-point): Use thumbs-current-image.
5567 (thumbs-set-image-at-point-to-root-window): Likewise.
5568 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5569 Record and warn about errors. Update thumbs-markedL for deletions.
5570 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5571 (thumbs-redraw-buffer): Use thumbs-file-list.
5572 (thumbs-mark): Use thumbs-current-image.
5573 (thumbs-show-name): Use thumbs-current-image.
5574
5575 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5576 and imenu--last-menubar-index-alist.
5577
5578 * subr.el (with-selected-window): Undo previous change.
5579
5580 2004-05-29 John Paul Wallington <jpw@gnu.org>
5581
5582 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5583 (thumbs-mouse-find-image): New command.
5584 (thumbs-mode-map): Bind it to mouse-2.
5585 (thumbs-mode): Make mode-class special.
5586 (thumbs-view-image-mode): Likewise.
5587
5588 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5589
5590 * flymake.el: New file.
5591
5592 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * files.el (find-file-noselect-1): Do not bind
5595 `inhibit-read-only' to t during execution of
5596 `find-file-not-found-functions'.
5597
5598 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5599
5600 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5601 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5602
5603 2004-05-28 Juri Linkov <juri@jurta.org>
5604
5605 * simple.el (eval-expression-print-format): New fun.
5606
5607 * simple.el (eval-expression):
5608 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5609 * emacs-lisp/edebug.el (edebug-compute-previous-result)
5610 (edebug-eval-expression): Print additionally the value returned by
5611 `eval-expression-print-format'.
5612
5613 * emacs-lisp/lisp.el (insert-pair-alist): New var.
5614 (insert-pair): Make arguments optional. Find character pair
5615 from `insert-pair-alist' according to the last input event.
5616 (insert-parentheses): Make arguments optional.
5617 (raise-sexp, delete-pair): New funs.
5618
5619 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5620 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5621 Bind C-M-q to `indent-pp-sexp'.
5622
5623 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5624 `pp-to-string' modified to be able to format text with newlines.
5625 (pp-to-string): Move the buffer-formatting part of the code to
5626 `pp-buffer'. Call `pp-buffer'.
5627
5628 * info.el (Info-desktop-buffer-misc-data): Don't save information
5629 about virtual files.
5630 (Info-restore-desktop-buffer): Restore Info buffers in prepared
5631 buffers with names obtained from the desktop file instead of the
5632 default *info* buffer.
5633
5634 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * subr.el (with-selected-window): Only save/restore the selected window.
5637
5638 * progmodes/compile.el (compilation-error-regexp-alist):
5639 Use expand-file-name and data-directory.
5640
5641 * progmodes/grep.el (grep-tree): Rework previous fix.
5642
5643 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5644 after the user marked text with the mouse.
5645
5646 * startup.el (command-line): Keep the first regexp of
5647 auto-save-file-name-transforms intact.
5648
5649 2004-05-28 Juanma Barranquero <lektu@terra.es>
5650
5651 * cus-edit.el (customize-face, customize-face-other-window)
5652 (custom-face-edit-delete): Make arguments match their use in
5653 docstring.
5654 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5655 docstring.
5656
5657 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5658 not `cvs-butlast'.
5659
5660 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5661 `nbutlast' are in subr.el).
5662
5663 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5664 (set-w32-system-coding-system): Doc fixes.
5665
5666 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5667 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5668 Make arguments match their use in docstring.
5669 (artist-draw-region-trim-line-endings)
5670 (artist-mouse-choose-operation): Fix typo in docstring.
5671 (artist-key-set-point-common): Doc fix.
5672
5673 2004-05-28 Simon Josefsson <jas@extundo.com>
5674
5675 * mail/smtpmail.el (smtpmail-open-stream):
5676 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5677
5678 2004-05-26 Simon Josefsson <jas@extundo.com>
5679
5680 * starttls.el: Merge with my GNUTLS based starttls.el.
5681 (starttls-gnutls-program, starttls-use-gnutls)
5682 (starttls-extra-arguments, starttls-process-connection-type)
5683 (starttls-connect, starttls-failure, starttls-success): New variables.
5684 (starttls-program, starttls-extra-args): Doc fix.
5685 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5686 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5687 and pass on to corresponding *-gnutls function if it is set.
5688
5689 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5690
5691 * autorevert.el (auto-revert-handler): Disable auto-reverting of
5692 remote files.
5693
5694 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
5695
5696 * files.el (file-name-non-special): There are more operations
5697 which need handling: `find-backup-file-name',
5698 `insert-file-contents', `verify-visited-file-modtime',
5699 `write-region'. Rename t value of method to `add'. Add new
5700 methods `quote' and `unquote-then-quote' to file-arg-indices.
5701
5702 2004-05-25 Juri Linkov <juri@jurta.org>
5703
5704 * info.el (Info-toc): Call Info-mode on intermediate buffer.
5705 (Info-index-nodes): Enclose code in condition-case to catch errors.
5706 (Info-index-node): Don't search all index nodes if request is only
5707 for the current node and file is not in the cache of index nodes.
5708 (Info-mode-map): Bind Info-copy-current-node-name to `w'
5709 for consistency with dired-copy-filename-as-kill.
5710 Bind `S' to Info-search-case-sensitively.
5711 (Info-copy-current-node-name): New arg. With zero prefix arg put
5712 the name inside a function call to `info'. Display copied text in
5713 the echo area.
5714
5715 2004-05-25 Sam Steingold <sds@gnu.org>
5716
5717 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5718 strip the package prefix from the symbol name, if any.
5719 Make it the `find-tag-default-function' for `lisp-mode'.
5720
5721 2004-05-25 John Paul Wallington <jpw@gnu.org>
5722
5723 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5724 instead of obsolete `process-kill-without-query'.
5725
5726 * textmodes/texinfmt.el (texinfo-indexvar-alist):
5727 Declare as variable, not constant.
5728
5729 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
5730
5731 * files.el (find-file-noselect-1): Fix bug introduced by
5732 Revision 1.694. As a side effect, `inhibit-read-only'
5733 is again, by default, t during execution of
5734 `find-file-not-found-functions'.
5735 (insert-directory): Check that lines were really inserted by
5736 the --dired switch, before erasing them.
5737
5738 2004-05-24 Nick Roberts <nickrob@gnu.org>
5739
5740 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5741 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5742 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5743 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5744 gud-minor-mode (gdbmi).
5745
5746 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5747
5748 * net/browse-url.el (browse-url-interactive-arg): Enable user to
5749 explicitly select the text to be taken as URL.
5750
5751 2004-05-23 Juri Linkov <juri@jurta.org>
5752
5753 * info.el (Info-index-nodes): New var and fun.
5754 (Info-goto-index, Info-index, info-apropos)
5755 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5756 (Info-index): Fix docstring. Store and restore Info-history-list.
5757 (Info-complete-nodes): New var.
5758 (Info-complete-menu-item): Use it.
5759 (Info-index-node): New fun.
5760 (Info-final-node, Info-forward-node, Info-backward-node)
5761 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5762 Use Info-index-node.
5763 (Info-extract-menu-item, Info-extract-menu-counting): Set second
5764 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5765 (Info-find-node-2): If a node with period in its name not found,
5766 try to find a node without the name part after period.
5767 (Info-select-node): Call Info-fontify-node only if
5768 Info-fontify-maximum-menu-size is not nil.
5769 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5770 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5771 Preserve Info-history-list.
5772 (Info-toc): Set Info-current-file.
5773 (Info-build-toc): Move point to the beginning of the buffer.
5774 Add main-file variable.
5775 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5776 Use backslashed representation of the control character ^_.
5777
5778 * textmodes/texinfmt.el (texinfo-print-index): Print index line
5779 numbers in the new Texinfo 4.7 format.
5780
5781 * add-log.el (change-log-font-lock-keywords): Remove `:' from
5782 regexps for function and variable names.
5783
5784 * descr-text.el (describe-property-list): Add [show] button for
5785 `syntax-table' property with action to pp to a separate buffer.
5786 (describe-char): Replace search-forward by re-search-forward with
5787 whitespace regexp after "character:" to not fail in too narrow windows.
5788
5789 * simple.el (next-error-find-buffer): Add a rule to return
5790 next-error capable buffer if one window on the selected frame
5791 displays such buffer.
5792
5793 2004-05-23 Nick Roberts <nickrob@gnu.org>
5794
5795 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5796 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5797 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5798 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5799 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5800 Handle new value for gud-minor-mode (gdbmi).
5801 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5802 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
5803 Change from local to global gdb variable set.
5804 (gdb-ann3): Initialise above gdb variable set.
5805 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
5806 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
5807 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
5808 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
5809 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
5810 (gdb-info-locals-handler, gdb-invalidate-assembler)
5811 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
5812 set as global variables.
5813 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
5814 Handle gdbmi.
5815 (gdb-info-breakpoints-custom): Fix regexp.
5816 (def-gdb-var): Delete.
5817
5818 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
5819 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
5820 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
5821 a new mode. The file (gdb-mi.el) for this mode will be included
5822 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
5823 primary interface.
5824
5825 2004-05-23 Jesper Harder <harder@ifa.au.dk>
5826
5827 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
5828 interpreted as a directory.
5829
5830 2004-05-22 Richard M. Stallman <rms@gnu.org>
5831
5832 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
5833 as a close quote.
5834
5835 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
5836
5837 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
5838 Use assoc-string, not assoc-ignore-case.
5839
5840 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
5841
5842 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
5843 If moving back then fwd gets a defun that ends before point,
5844 try again moving fwd then back.
5845
5846 * files.el (file-name-non-special): Allow t in file-arg-indices
5847 to mean requote the return value. Use `identity' as an element
5848 rather than as the whole value.
5849
5850 * gs.el (gs-options): Add -dSAFER. Mark it risky.
5851
5852 2004-05-22 Juanma Barranquero <lektu@terra.es>
5853
5854 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
5855 `help-make-usage'.
5856 (help-highlight-arguments): Skip function name before searching
5857 for arguments.
5858
5859 2004-05-21 Juanma Barranquero <lektu@terra.es>
5860
5861 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5862 Don't mention in the docstring these arguments meant for
5863 internal (recursive) use only.
5864 (allout-char-spec): Comment out (it's not implemented).
5865 (allout-old-expose-topic, allout-exposure): Fix docstring and add
5866 obsolescence declaration.
5867 (allout-flatten-exposed-to-buffer)
5868 (allout-indented-exposed-to-buffer): Fix typos in docstring.
5869 (my-mark-marker): Doc fix.
5870 (produce-allout-mode-map, allout-sibling-index)
5871 (allout-isearch-expose, allout-distinctive-bullet)
5872 (allout-open-topic, allout-reindent-body)
5873 (allout-rebullet-heading, allout-process-exposed)
5874 (allout-insert-listified, allout-latex-verb-quote)
5875 (allout-insert-latex-header, allout-insert-latex-trailer):
5876 Make arguments match their use in docstring.
5877 (allout-primary-bullet, allout-old-style-prefixes)
5878 (allout-inhibit-protection, allout-init, allout-mode)
5879 (allout-before-change-protect, allout-flag-region):
5880 Use "Emacs" instead of "emacs" in docstrings.
5881
5882 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5883
5884 * international/characters.el: Modify syntax of more characters.
5885
5886 2004-05-21 Masatake YAMATO <jet@gyve.org>
5887
5888 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5889 (etags-tags-completion-table): Show parsing progress.
5890
5891 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
5892
5893 * locate.el (locate-prompt-for-command): Shorten first line of
5894 docstring.
5895 (locate-mode): Expand docstring and include keymap summary.
5896
5897 * files.el (find-file-noselect-1): Limit the scope of the
5898 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
5899 is, by default, nil during the execution of
5900 `find-file-not-found-functions' and `find-file-hook'.
5901
5902 2004-05-20 Michael Mauger <mmaug@yahoo.com>
5903
5904 * facemenu.el (facemenu-color-name-equal): New function.
5905 (list-colors-display): Use it to compare colors instead of
5906 facemenu-color-equal.
5907
5908 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
5909
5910 * compare-w.el (compare-windows-face): Use min-colors instead of
5911 checking for tty or pc types.
5912
5913 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5916 (completion-setup-function): Use with-current-buffer.
5917 Properly save excursion. Simplify.
5918 Don't assume there is necessarily a `mouse-face' property somewhere.
5919
5920 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5921
5922 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
5923
5924 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5925 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5926 Use with-current-buffer.
5927 (byte-goto-log-buffer): Delete.
5928 (byte-compile-log-file): Call compilation-forget-errors.
5929
5930 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
5931
5932 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5933 output messages into the search result.
5934
5935 2004-05-19 Masatake YAMATO <jet@gyve.org>
5936
5937 * wid-edit.el (widget-radio-button-notify): Revert my last
5938 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5939
5940 2004-05-19 Kenichi Handa <handa@m17n.org>
5941
5942 * international/characters.el: Fix syntax (open/close) of CJK chars.
5943
5944 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5945
5946 * help-mode.el (help-go-back): Don't depend on position of back button.
5947
5948 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5951 files files don't contain an accidental additional /.
5952
5953 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5954 in source buffer.
5955
5956 2004-05-18 Masatake YAMATO <jet@gyve.org>
5957
5958 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5959 to widget-apply. :action method assumes 2 arguments, not 3.
5960
5961 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
5962
5963 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5964 New constants.
5965 (hs-special-modes-alist): Add an f90-mode entry.
5966
5967 2004-05-17 Sam Steingold <sds@gnu.org>
5968
5969 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5970 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
5971
5972 2004-05-16 Kim F. Storm <storm@cua.dk>
5973
5974 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5975
5976 2004-05-15 John Wiegley <johnw@newartisans.com>
5977
5978 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5979 (eshell-output-object-to-target): Improve output speed 20% by not
5980 calling `eshell-stringify' if something is already known to be a string.
5981
5982 2004-05-15 Alex Ott <ott@jet.msk.su>
5983
5984 * textmodes/ispell.el (ispell-local-dictionary-alist):
5985 Add windows-1251 to the choice of coding systems.
5986 (ispell-dictionary-alist-6): Add support for "russianw.aff",
5987 encoded in cp1251.
5988
5989 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
5990
5991 * progmodes/compile.el (compilation-warning-face)
5992 (compilation-info-face): Use min-colors.
5993
5994 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5995
5996 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5997 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5998 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5999 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6000 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6001 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6002 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6003 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6004 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6005 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6006 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6007 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6008 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6009 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6010
6011 2004-05-15 Kim F. Storm <storm@cua.dk>
6012
6013 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6014 Use it to set triggered-p element of timer.
6015 (timer-event-handler): Set triggered-p element non-nil while running
6016 the timer function.
6017
6018 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * descr-text.el (describe-char-unicode-data)
6021 (describe-char-unicodedata-file): Re-enable the unicode code now that
6022 the licensing issues have been cleared in the unicode-4 license.
6023 (describe-text-properties-1): Remove unused `overlay' var.
6024 (describe-char): Remove unused var `buffer'.
6025
6026 2004-05-14 David Ponce <david@dponce.com>
6027
6028 * tree-widget.el: New file.
6029
6030 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
6031
6032 * language/european.el ("Brazilian Portuguese"): Add support for
6033 Brazilian Portuguese.
6034
6035 2004-05-13 John Wiegley <johnw@newartisans.com>
6036
6037 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6038 `recentf-mode' if this variable has been customized to t.
6039
6040 * eshell/esh-test.el (eshell-test): Call the function
6041 `emacs-version' rather than trying to build a custom version string.
6042
6043 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * net/telnet.el (telnet-mode): Use define-derived-mode.
6046 Don't modify the global value of comint-prompt-regexp.
6047
6048 2004-05-13 John Paul Wallington <jpw@gnu.org>
6049
6050 * version.el (emacs-version): Check for `gtk' feature before
6051 `x-toolkit' feature.
6052
6053 2004-05-13 Juanma Barranquero <lektu@terra.es>
6054
6055 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6056 arguments in the docstring, they're used only in recursive calls.
6057
6058 * help-fns.el (help-arg-highlighting-function)
6059 (help-argument-name): Delete.
6060 (help-default-arg-highlight): New function.
6061 (help-do-arg-highlighting): Use it.
6062
6063 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
6064
6065 * calendar/appt.el (appt-disp-window):
6066 Use `calendar-set-mode-line' for a centered mode-line.
6067
6068 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
6069
6070 * calendar/appt.el (appt-disp-window): Do not split window
6071 excessively when `split-height-threshold' is low.
6072
6073 2004-05-12 Nick Roberts <nickrob@gnu.org>
6074
6075 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6076 kill-buffer-hook here and make it local.
6077 (gud-kill-buffer-hook): Use kill-process for a sure kill.
6078
6079 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
6080
6081 * progmodes/compile.el (compilation-set-window-height):
6082 Use save-excursion to protect against misplaced marker.
6083
6084 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6085
6086 * custom.el (defface): Document that type can have value gtk.
6087
6088 * faces.el (face-spec-set-match-display): Handle type gtk in display.
6089
6090 2004-05-12 Kenichi Handa <handa@m17n.org>
6091
6092 * descr-text.el: Require quail at comile time.
6093 (describe-char): If an input method is on and it supports the
6094 character, show how to input it.
6095
6096 * international/quail.el (quail-install-decode-map): Accept a
6097 char-table whose subtype is `quail-decode-map'.
6098 (quail-store-decode-map-key, quail-gen-decode-map1)
6099 (quail-gen-decode-map, quail-find-key1, quail-find-key)
6100 (quail-show-key): New functions.
6101
6102 2004-05-12 Juanma Barranquero <lektu@terra.es>
6103
6104 * generic.el (define-generic-mode): Remove redundant arglist info.
6105
6106 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6107 Make arguments match their use in docstring.
6108 (help-arg-highlighting-function): New variable.
6109 (help-argument-name): Mention it in the docstring.
6110 (help-do-arg-highlight): Use it. Expand regexp to accept also
6111 ARG-xxx and xxx-ARG references.
6112
6113 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
6114
6115 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6116 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6117 and "mailto:addr1?to=addr2" equal.
6118
6119 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
6120
6121 * man.el (Man-getpage-in-background): Use shell-file-name
6122 and shell-command-switch variables instead of hard-coded values.
6123
6124 2004-05-11 Eli Zaretskii <eliz@gnu.org>
6125
6126 * iimage.el: New file.
6127
6128 2004-05-11 Juanma Barranquero <lektu@terra.es>
6129
6130 * custom.el (custom-initialize-default, defcustom):
6131 Fix typo in docstring.
6132
6133 * files.el (set-visited-file-name, file-expand-wildcards):
6134 Fix docstring.
6135
6136 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6139
6140 * subr.el (eventp): Be more discriminating with integers.
6141
6142 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
6143
6144 * progmodes/compile.el (compile): Add universal prefix arg.
6145 (compilation-error-regexp-alist-alist): Add edg patterns.
6146
6147 2004-05-10 Sam Steingold <sds@gnu.org>
6148
6149 * textmodes/ispell.el (ispell-message):
6150 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6151
6152 2004-05-10 Dave Love <fx@gnu.org>
6153
6154 * progmodes/python.el (help-buffer): Autoload when compiling.
6155 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6156 (run-python): Prepend to any existing PYTHONPATH.
6157
6158 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
6159
6160 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6161 for pending breakpoints.
6162
6163 2004-05-10 Richard M. Stallman <rms@gnu.org>
6164
6165 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
6166 directly without calling any functions in Rmail.
6167 (unrmail-unprune): Function deleted.
6168
6169 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
6170
6171 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6172 C-c C-z binding.
6173
6174 2004-05-10 Kenichi Handa <handa@m17n.org>
6175
6176 * descr-text.el (describe-char): Fix previous change. Don't make
6177 a unibyte character to multibyte in the *Help* buffer.
6178
6179 2004-05-10 Miles Bader <miles@gnu.org>
6180
6181 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6182 buffer an error if the debugger process is actually running.
6183
6184 2004-05-10 Juanma Barranquero <lektu@terra.es>
6185
6186 * help-fns.el (help-argument-name): Default to italic.
6187 (help-highlight-arguments): Return always (usage . doc), even when
6188 usage is nil.
6189
6190 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6191 (define-ibuffer-filter): Add usage info.
6192 (define-ibuffer-op): Add usage info (but CL-style defaults for
6193 keyword args are not shown).
6194
6195 * subr.el (remove-overlays, read-passwd): Fix docstring.
6196 (start-process-shell-command): Fix docstring. Put usage info in a
6197 format usable by `describe-function'.
6198 (open-network-stream, open-network-stream-nowait)
6199 (open-network-stream-server): Fix docstring.
6200
6201 2004-05-09 Jason Rumney <jasonr@gnu.org>
6202
6203 * international/code-pages (cp932, cp936, cp949, c950): Remove.
6204 Only define cp125* if windows-125* is already defined.
6205
6206 * language/korean.el (cp949): Add alias.
6207
6208 * language/chinese.el (cp936, cp950): Add aliases.
6209
6210 * language/japanese.el (cp932): Add alias.
6211
6212 * term/w32-win.el: Require code-pages.
6213
6214 * international/mule-cmds.el (set-locale-environment):
6215 On MS-Windows use ansi code-page for default coding-systems.
6216 Set up paper sizes for Windows 3 letter languages.
6217
6218 * international/code-pages.el (cp932, cp936, cp949, cp950):
6219 Add aliases. Also add cp125* if not already defined.
6220
6221 2004-05-09 Juanma Barranquero <lektu@terra.es>
6222
6223 * help-fns.el (help-highlight-arguments): Don't try to highlight
6224 missing or autoloaded arglists. Accept structured arguments, like
6225 the first ones of `do' and `flet'.
6226
6227 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6228 (cvs-get-marked): Remove redundant arglist info.
6229
6230 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6231 Don't use CL-style default args.
6232
6233 2004-05-08 Andreas Schwab <schwab@suse.de>
6234
6235 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6236
6237 * international/subst-ksc.el: Fix references to utf-translate-cjk
6238 into utf-translate-cjk-mode.
6239 * international/subst-big5.el: Likewise.
6240 * international/subst-gb2312.el: Likewise.
6241 * international/subst-jis.el: Likewise.
6242 * international/utf-16.el: Likewise.
6243 * international/utf-8.el: Likewise.
6244
6245 2004-05-08 John Wiegley <johnw@newartisans.com>
6246
6247 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6248 "virtual buffers" (off by default), which makes it possible to
6249 switch to the "virtual" buffers of recently visited files. When a
6250 buffer name search fails, and this option is on, iswitchb will
6251 look at the list of recently visited files, and permit matching
6252 against those names. When the user hits RET on a match, it will
6253 revisit that file.
6254 (iswitchb-read-buffer): Add two optional arguments, which makes
6255 isearchb.el possible.
6256 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6257 (iswitchb-next-match): Add support for virtual buffers.
6258
6259 * isearchb.el: This module extends iswitchb to provide "as you
6260 type" buffer selection.
6261
6262 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6263 Ignore the read-only property when flyspell highlighting is on.
6264 Not ignoring it leads to a series of confusing errors.
6265 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6266 but also make sure to call flyspell-incorrect-hook.
6267 (flyspell-maybe-correct-transposition): Perform transposition test
6268 by bit twiddling a string, rather than using a temp buffer.
6269 (flyspell-maybe-correct-doubling): Use a string rather than a temp
6270 buffer. This is also the original version of the code, which
6271 could not be checked in before due to a previous lack of
6272 assignment papers. This version has seen heavy usage on my system
6273 for several years now.
6274
6275 * calendar/cal-bahai.el: New file, which adds support for the
6276 Baha'i calendar to Emacs. This calendar is based on a solar year
6277 of 19 months of 19 days, with 4 intercalary days. Each year
6278 begins on March 21, with the calendar starting in 1844.
6279
6280 * calendar/cal-menu.el, calendar/calendar.el,
6281 calendar/diary-lib.el, calendar/holidays.el: Added support for
6282 using cal-bahai.el.
6283
6284 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6285 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6286 function can be used outside of eshell buffers.
6287 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6288
6289 2004-05-08 Juanma Barranquero <lektu@terra.es>
6290
6291 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6292 word constituent so FOO-ARG is not recognized as an arg.
6293 (help-highlight-arguments): Don't skip lists in mandatory arguments.
6294
6295 * simple.el (next-error): Fix typo in docstring.
6296 (open-line): Make argument names match their use in docstring.
6297 (split-line): Fix docstring.
6298
6299 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6300 usable by `describe-function'.
6301 (gensym, gentemp, typep, ignore-errors): Make argument names match
6302 their use in docstring.
6303
6304 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6305 argument to `help-setup-xref'.
6306
6307 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
6308
6309 Version 2.0.40 of Tramp released.
6310
6311 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6312 Use symbol-function to invoke functions only known on some Emacs
6313 flavors. This avoids byte-compiler warnings. Reported by Kevin
6314 Scaldeferri <kevin@scaldeferri.com>.
6315 (tramp-do-copy-or-rename-file-via-buffer): Rename from
6316 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6317 consistent with the other tramp-do-* functions.
6318 (tramp-do-copy-or-rename-file): Calls adjusted.
6319 (tramp-process-initial-commands): Avoid liveness check on shell --
6320 we know that it must be alive since we're opening a connection at
6321 this moment.
6322 (tramp-last-cmd): New internal variable.
6323 (tramp-process-echoes): New tunable.
6324 (tramp-send-command): Set tramp-last-cmd.
6325 (tramp-wait-for-output): Delete echo, if applicable.
6326 (tramp-read-passwd): Construct the key for the password cache in a
6327 way that works for multi methods, too.
6328 (tramp-bug): Add backup-directory-alist and
6329 bkup-backup-directory-info to bug reports, with Tramp counterparts.
6330
6331 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/tramp*.el: Suppress byte-compiler warnings where possible.
6334
6335 * net/tramp.el (tramp-out-of-band-prompt-regexp)
6336 (tramp-actions-copy-out-of-band): New defcustoms.
6337 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6338 used instead of a synchronous one. Allows password entering.
6339 (tramp-action-out-of-band): New defun.
6340 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6341 Remove restriction with password from doc string.
6342 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6343 `tramp-out-of-band-prompt-regexp',
6344 `tramp-actions-copy-out-of-band', `password-cache' and
6345 `password-cache-expiry'.
6346 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
6347 password caching.
6348 (tramp-touch): FILE can be a local file, too.
6349 (TODO): Remove items done.
6350 (tramp-handle-insert-directory): Properly quote file name also if
6351 not full-directory-p. Handle wildcard case. Reported by Andreas
6352 Schwab <schwab@suse.de>.
6353 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6354 new file.
6355 (tramp-handle-file-local-copy, tramp-handle-write-region):
6356 The permissions of the temporary file are set if filename exists.
6357 Reported by Ted Stern <stern@cray.com>.
6358 (tramp-backup-directory-alist)
6359 (tramp-bkup-backup-directory-info): New defcustoms.
6360 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6361 (tramp-handle-find-backup-file-name): New function.
6362 Implements Tramp's find-backup-file-name.
6363
6364 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6365 for `find-backup-file-name'.
6366
6367 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6368 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
6369
6370 2004-05-07 Lars Hansen <larsh@math.ku.dk>
6371
6372 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6373
6374 2004-05-07 Juanma Barranquero <lektu@terra.es>
6375
6376 * subr.el (lambda): Add arglist description to docstring.
6377 (declare): Fix typo in docstring.
6378 (open-network-stream): Fix docstring.
6379 (process-kill-without-query): Fix docstring and add obsolescence info.
6380 (last, butlast, nbutlast): Make arguments match their use in docstring.
6381 (insert-buffer-substring-no-properties): Likewise.
6382 (insert-buffer-substring-as-yank): Likewise.
6383 (split-string): Fix docstring.
6384
6385 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6386 Make argument names match their use in docstring.
6387
6388 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6389
6390 2004-05-06 Nick Roberts <nickrob@gnu.org>
6391
6392 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6393 Fit first sentence on one line for apropos-command.
6394
6395 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 Changes largely merged in from Dave Love's code.
6398 * progmodes/python.el: Doc fixes.
6399 (python-mode-map): Add python-complete-symbol.
6400 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6401 (python-comment-indent, python-complete-symbol)
6402 (python-symbol-completions, python-partial-symbol)
6403 (python-try-complete): New.
6404 (python-indent-line): Remove optional arg. Use python-block-end-p.
6405 (python-check): Bind compilation-error-regexp-alist.
6406 (inferior-python-mode): Use rx. Move keybindings to top level.
6407 Set comint-input-filter.
6408 (python-preoutput-filter): Use rx.
6409 (python-input-filter): Re-introduce.
6410 (python-proc): Start new process if necessary.
6411 Check python-buffer non-nil.
6412 (view-return-to-alist): Defvar.
6413 (python-send-receive): New.
6414 (python-eldoc-function): Use it.
6415 (python-mode-running): Don't defvar.
6416 (python-mode): Set comment-indent-function.
6417 Maybe update hippie-expand-try-functions-list.
6418 (python-indentation-levels): Initialize differently.
6419 (python-block-end-p): New.
6420 (python-indent-line): Use it.
6421 (python-compilation-regexp-alist): Augment.
6422 (run-python): Import `emacs' module to Python rather than loading
6423 code directly. Set python-buffer differently.
6424 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
6425 Use python-proc.
6426 (python-send-command): Go to end of comint buffer.
6427 (python-load-file): Use python-proc, emacs.eimport.
6428 (python-describe-symbol): Simplify interactive form.
6429 Use emacs.help. Do use temp-buffer-show-hook.
6430 Call print-help-return-message.
6431 (hippie-exp): Require when compiling.
6432 (python-preoutput-continuation): Use rx.
6433
6434 * diff-mode.el (diff-make-unified): Fix regexp.
6435
6436 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
6437
6438 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6439 filter groups from the buffer when rebuilding the Ibuffer buffer
6440 and `ibuffer-show-empty-filter-groups' is nil.
6441
6442 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6443
6444 * ps-print.el (ps-print-quote): Call ps-value-string.
6445 (ps-setup): Call ps-comment-string.
6446 (ps-value-string, ps-comment-string): New funs.
6447
6448 2004-05-06 Juanma Barranquero <lektu@terra.es>
6449
6450 * ehelp.el (electric-help-command-loop): Check whether the last
6451 character is visible, not (point-max).
6452
6453 * help-fns.el (help-argument-name): Default to bold; don't inherit
6454 from font-lock-variable-name-face.
6455 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6456
6457 2004-05-05 Kenichi Handa <handa@m17n.org>
6458
6459 * descr-text.el (describe-char): Copy the character with text
6460 properties and overlays into the first line, and call
6461 describe-text-properties on it.
6462
6463 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
6464
6465 * iswitchb.el (iswitchb-global-map): Fix typo.
6466 Remove unwanted ###autoloads from source file.
6467
6468 2004-05-05 Lars Hansen <larsh@math.ku.dk>
6469
6470 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6471 in run-hooks. Use substitute-command-keys in message.
6472 (wdired-abort-changes): Add message.
6473
6474 2004-05-03 Michael Mauger <mmaug@yahoo.com>
6475
6476 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6477 (sql-emacs20-p): Remove.
6478 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6479 (sql-builtin-face, sql-doc-face): Remove.
6480 (sql-mode-ansi-font-lock-keywords)
6481 (sql-mode-oracle-font-lock-keywords)
6482 (sql-mode-postgres-font-lock-keywords)
6483 (sql-mode-linter-font-lock-keywords)
6484 (sql-mode-ms-font-lock-keywords)
6485 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6486 (sql-product-font-lock): Fix font-lock reset when font rules change.
6487 (sql-highlight-product): Remove incorrect font-lock reset logic.
6488
6489 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
6490
6491 * ses.el (ses-set-parameter): Fix typo.
6492
6493 2004-05-04 Kim F. Storm <storm@cua.dk>
6494
6495 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6496 Must expand directory for completion to work; and don't mess with
6497 process-environment.
6498 (ido-read-file-name): If command has ido property, don't use ido
6499 if value is ignore, or read as directory if value is dir.
6500 Set ido ignore property for dired-do-rename command.
6501
6502 2004-05-04 Juanma Barranquero <lektu@terra.es>
6503
6504 * ehelp.el (electric-help-command-loop, electric-help-undefined)
6505 (electric-help-help): Check against unmapped commands.
6506
6507 * help-fns.el (help-argument-name): New face, inheriting from
6508 font-lock-variable-name-face, to highlight function arguments in
6509 `describe-function' and `describe-key'.
6510 (help-do-arg-highlight): Auxiliary function to highlight a given
6511 list of arguments in a string.
6512 (help-highlight-arguments): Highlight the function arguments and
6513 all uses of them in the docstring.
6514 (describe-function-1): Use it. Do docstring output via `insert',
6515 not 'princ', so text attributes are preserved.
6516
6517 * winner.el (winner-mode-map): Move `winner-undo' and
6518 `winner-redo' to C-c <left> and C-c <right>, respectively (the
6519 previous bindings conflict with `prev-buffer', `next-buffer').
6520
6521 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6522
6523 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6524 (bibtex-entry-update): New command bound to C-c C-u.
6525 (bibtex-text-in-string): Fix regexp.
6526 (bibtex-assoc-of-regexp): Remove.
6527 (bibtex-progress-message): Fix docstring.
6528 (bibtex-inside-field): Use if.
6529 (bibtex-assoc-regexp): New function.
6530 (bibtex-format-entry): Make code more robust so that it formats
6531 also old entries.
6532 (bibtex-autokey-demangle-title): Merge with obsolete function
6533 bibtex-assoc-of-regexp.
6534 (bibtex-field-list): New function.
6535 (bibtex-entry): Use bibtex-field-list.
6536 (bibtex-parse-entry): Fix docstring.
6537 (bibtex-print-help-message): Use bibtex-field-list.
6538 (bibtex-make-field): Use bibtex-field-list.
6539 (bibtex-entry-index): Bugfix. Return crossref key if required.
6540 (bibtex-lessp): Fix docstring.
6541
6542 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * select.el (xselect-convert-to-string): Move comment to intended line.
6545
6546 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6547
6548 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6549 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6550
6551 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6552
6553 * term/x-win.el (x-clipboard-yank): Don't exit on error from
6554 x-get-selection.
6555
6556 2004-05-03 Jason Rumney <jasonr@gnu.org>
6557
6558 * makefile.nt: Remove.
6559
6560 2004-05-03 Kim F. Storm <storm@cua.dk>
6561
6562 * emulation/cua-base.el (cua--update-indications): Fix last change.
6563 (cua-mode): Deactivate mark when cua-mode is enabled.
6564
6565 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
6566
6567 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6568
6569 2004-05-03 Nick Roberts <nickrob@gnu.org>
6570
6571 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6572 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6573 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6574 window over visible frames.
6575 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6576
6577 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6578
6579 * progmodes/compile.el (compilation-gcpro): New var.
6580 (compilation-fake-loc): Use it.
6581 (compilation-forget-errors): Reset it.
6582
6583 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6584
6585 * diff-mode.el (diff-header-face, diff-file-header-face):
6586 Use min-colors.
6587
6588 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6589
6590 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6591 (bibtex-clean-entry): Disentangle code.
6592 (bibtex-realign): New function.
6593 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
6594 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6595 Remove undocumented optional arg called-by-convert-alien.
6596 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
6597 for sorting instead of bibtex-sort-buffer.
6598
6599 2004-05-02 Eli Zaretskii <eliz@gnu.org>
6600
6601 * progmodes/compile.el (compilation-start): In the
6602 no-async-subprocesses branch, call sit-for to give redisplay a
6603 chance to show the updated process status in the mode line, and
6604 fontify the buffer explicitly after the process exits.
6605
6606 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6607
6608 * progmodes/python.el (python-compilation-line-number): Remove.
6609 (python-compilation-regexp-alist): Don't use it any more.
6610 (python-orig-start, python-input-filter): Remove.
6611 (inferior-python-mode): Don't set up comint-input-filter-functions.
6612 (python-send-region): Use compilation-fake-loc.
6613
6614 * progmodes/compile.el (compilation-messages-start): New var.
6615 (compilation-mode): Don't setup next-error-function here.
6616 (compilation-setup): Set it up here instead (for minor modes as well).
6617 Make compilation-messages-start buffer local.
6618 (compilation-next-error-function): Use it.
6619 (compilation-forget-errors): Set compilation-messages-start.
6620
6621 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
6622
6623 * ielm.el (ielm-prompt-read-only): Update docstring.
6624
6625 * comint.el (comint-prompt-read-only): Update docstring.
6626 (comint-update-fence, comint-kill-whole-line)
6627 (comint-kill-region): New functions.
6628
6629 * simple.el (kill-whole-line): Use "p" instead of "P" in
6630 interactive form.
6631
6632 2004-05-01 Juanma Barranquero <lektu@terra.es>
6633
6634 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6635 format arglist so default values in CL-style argument lists are
6636 correctly shown.
6637
6638 2004-05-01 Jason Rumney <jasonr@gnu.org>
6639
6640 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6641
6642 2004-05-01 Kenichi Handa <handa@m17n.org>
6643
6644 * international/titdic-cnv.el (miscdic-convert): Don't generate a
6645 quail file if it is up to date.
6646
6647 2004-04-30 Juri Linkov <juri@jurta.org>
6648
6649 * cus-edit.el (custom-mode-map):
6650 Add key binding `C-x C-s' to `Custom-save'.
6651
6652 * outline.el (outline-blank-line): New var.
6653 (outline-next-preface, outline-show-heading)
6654 (outline-end-of-subtree): Use it.
6655
6656 * dired-aux.el (dired-touch-initial): New fun.
6657 (dired-do-chxxx): Call it for op-symbol `touch'.
6658 (dired-diff): Use `dired-dwim-target-directory'
6659 if current dired buffer has no buffer mark.
6660
6661 * bindings.el (propertized-buffer-identification):
6662 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6663 Add C-M-arrow keys for consistency.
6664
6665 * files.el (confirm-kill-emacs):
6666 Change group from top-level `emacs' to `convenience'.
6667
6668 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6669 Push mark on the first call of successive command calls.
6670 (insert-pair): New fun created from `insert-parentheses' with
6671 `open' and `close' arguments added. Enclose active regions
6672 in paired characters. Compare adjacent characters syntax with
6673 inserted characters syntax before inserting a space.
6674 (insert-parentheses): Call `insert-pair' with ?\( ?\).
6675
6676 * delsel.el: Don't put `delete-selection' property
6677 on `insert-parentheses' symbol to take advantage of
6678 region handling in `insert-pair' function.
6679 Suggested by Stephan Stahl <stahl@eos.franken.de>.
6680
6681 2004-04-30 Kim F. Storm <storm@cua.dk>
6682
6683 * emulation/cua-base.el: Add support for changing cursor types;
6684 based on patch from Michael Mauger.
6685 (cua-normal-cursor-color, cua-read-only-cursor-color)
6686 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6687 Customization cursor type and/or cursor color.
6688 (cua--update-indications): Handle cursor type changes.
6689 (cua-mode): Update cursor indications if enabled.
6690
6691 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6692
6693 * mouse.el (mouse-drag-copy-region): New defcustom.
6694 (mouse-set-region, mouse-drag-region-1): Use it.
6695
6696 * simple.el (kill-ring-save): If region face background color is
6697 unspecified (if no highlighting), show extent of fully visible
6698 region even if transient-mark-mode is enabled.
6699
6700 * emulation/cua-base.el (cua--standard-movement-commands):
6701 Add cua-scroll-up and cua-scroll-down.
6702 (cua-scroll-up, cua-scroll-down): New commands.
6703 (cua--init-keymaps): Remap scroll-up and scroll-down.
6704
6705 * emulation/cua-rect.el (cua--convert-rectangle-as):
6706 New defmacro.
6707 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6708 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6709 New commands (suggested by Jordan Breeding).
6710
6711 2004-04-30 Juanma Barranquero <lektu@terra.es>
6712
6713 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6714
6715 2004-04-30 Mario Lang <mlang@delysid.org>
6716
6717 * diff.el (diff-switches): Fix typo in docstring.
6718
6719 2004-04-30 Alex Schroeder <alex@gnu.org>
6720
6721 * xml.el (xml-debug-print-internal): Don't add newline and
6722 indentation to text nodes and write empty elements as empty tags
6723 instead of opening and closing tags.
6724 (xml-debug-print): Take optional indent-string argument.
6725 (xml-print): Alias for xml-debug-print.
6726
6727 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6728
6729 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6730 than duplicate call to `line-beginning-position'.
6731
6732 * progmodes/f90.el (f90-get-present-comment-type):
6733 Return whitespace, as well as comment chars, for consistent filling
6734 of comment blocks. Use `match-string-no-properties'.
6735 (f90-break-line): Trim trailing whitespace when filling comments.
6736
6737 2004-04-30 Dave Love <fx@gnu.org>
6738
6739 * calendar/diary-lib.el (diary-outlook-formats): New variable.
6740 (diary-from-outlook-internal, diary-from-outlook)
6741 (diary-from-outlook-gnus, diary-from-outlook-rmail):
6742 New functions to import diary entries from Outlook-format
6743 appointments in mail messages.
6744
6745 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * progmodes/python.el (python-send-command): New fun.
6748 (python-send-region, python-load-file): Use it.
6749
6750 * progmodes/compile.el (compilation-last-buffer): Add var alias.
6751
6752 * help-fns.el (help-C-file-name): Use new subr-name.
6753 Prepend `src/' to the file name.
6754 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6755 (describe-function-1, describe-variable): Only find a C source file
6756 name if DOC is already loaded.
6757
6758 * help-mode.el (help-function-def, help-variable-def):
6759 Use the new find-function-search-for-symbol functionality.
6760 Allow FILE to be `C-source'.
6761
6762 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6763 (find-function-C-source): New fun.
6764 (find-function-search-for-symbol): Use it.
6765
6766 2004-03-29 Michael Mauger <mmaug@yahoo.com>
6767
6768 * progmodes/sql.el (sql-product-alist): Rename variable
6769 `sql-product-support'. Add Postgres login parameters.
6770 (sql-set-product, sql-product-feature): Update with renamed variable.
6771 (sql-connect-postgres): Add username prompt.
6772 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6773 Make patterns less product specific.
6774 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6775 (sql-mode-abbrev-table): Modify initialization.
6776 (sql-builtin-face): Add variable.
6777 (sql-keywords-re): Add macro.
6778 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6779 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6780 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6781 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6782 (sql-mode-linter-font-lock-keywords)
6783 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6784 (sql-mode-sybase-font-lock-keywords)
6785 (sql-mode-informix-font-lock-keywords)
6786 (sql-mode-interbase-font-lock-keywords)
6787 (sql-mode-ingres-font-lock-keywords)
6788 (sql-mode-solid-font-lock-keywords)
6789 (sql-mode-sqlite-font-lock-keywords)
6790 (sql-mode-db2-font-lock-keywords): Default to nil.
6791 (sql-product-font-lock): Always highlight ANSI keywords.
6792 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6793 (sql-send-string): Add function.
6794
6795 2004-04-29 Dave Love <fx@gnu.org>
6796
6797 * progmodes/cfengine.el (cfengine-beginning-of-defun)
6798 (cfengine-end-of-defun): Ensure progress through buffer.
6799
6800 * info-look.el (cfengine-mode): Accept a terminal ().
6801
6802 2004-04-29 Juri Linkov <juri@jurta.org>
6803
6804 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
6805 instead of isearch-yank-word-or-char. Add new key bindings for
6806 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
6807 (isearch-del-char): New fun.
6808 (isearch-forward, isearch-edit-string): Update docstring.
6809 (isearch-yank-char): Doc fix.
6810 (isearch-other-meta-char): Restore point after scrolling.
6811
6812 * progmodes/compile.el (compilation-context-lines): Add nil option
6813 to disable compilation output window scrolling.
6814 (compilation-set-window): Use it.
6815
6816 * outline.el (outline-next-preface, outline-show-heading):
6817 Don't leave unhidden blank line before heading.
6818 (outline-end-of-subtree): Include last newline into subtree.
6819 (hide-entry): Leave point at beginning of heading instead of end.
6820 (outline-up-heading): Push mark for the first call of successive
6821 command calls.
6822
6823 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
6824
6825 * comint.el (comint-prompt-read-only): New variable.
6826 (comint-output-filter): Implement it.
6827
6828 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
6829 (ielm-prompt-internal): New variable.
6830 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
6831 (ielm-send-input): Delete unused variable `buf'.
6832 (ielm-eval-input): Use `ielm-prompt-internal'.
6833 (inferior-emacs-lisp-mode): Use new variables
6834 `comint-prompt-read-only' and `ielm-prompt-internal'.
6835 Get rid of obsolete variable `directory-sep-char'.
6836 (ielm): Use `zerop'.
6837
6838 2004-04-29 John Paul Wallington <jpw@gnu.org>
6839
6840 * thumbs.el (toplevel): Require cl at compile time.
6841 Remove conditional definitions of `ignore-errors' and `caddar'
6842 because they occur at run time.
6843
6844 2004-04-28 Nick Roberts <nickrob@gnu.org>
6845
6846 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
6847 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
6848 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6849 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
6850
6851 * progmodes/gud.el (gud-common-init): Throw an error if program is
6852 already running under gdb.
6853
6854 2004-04-28 John Paul Wallington <jpw@gnu.org>
6855
6856 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
6857 (thumbs-show-image-num): Move assignment of
6858 `thumbs-current-image-filename' within scope of `i'.
6859 (thumbs-emboss-image): Don't use `evenp'.
6860
6861 2004-04-28 Richard M. Stallman <rms@gnu.org>
6862
6863 * progmodes/compile.el (compilation-context-lines): Default now 0.
6864
6865 2004-04-28 Juanma Barranquero <lektu@terra.es>
6866
6867 Use `time-less-p' from calendar/time-date.el instead of defining
6868 custom versions of it.
6869
6870 * pcomplete.el (pcomplete-time-less-p): Remove.
6871
6872 * thumbs.el (time-less-p): Remove.
6873
6874 * calendar/timeclock.el (timeclock-time-less-p): Remove.
6875 (timeclock-generate-report): Use `time-less-p'.
6876
6877 * emacs-lisp/autoload.el (autoload-before-p): Remove.
6878 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6879
6880 2004-04-28 Masatake YAMATO <jet@gyve.org>
6881
6882 * subr.el (remove-overlays): Make arguments optional.
6883
6884 * wid-edit.el (widget-specify-button): Put evaporate to the
6885 overlay for sample.
6886 (widget-specify-sample): Put evaporate to the overlay for sample.
6887 (widget-specify-doc): Put evaporate to the overlay for documentation.
6888
6889 2004-04-27 Jesper Harder <harder@ifa.au.dk>
6890
6891 * info.el (info-apropos): Make it an index node. Align node names
6892 like makeinfo.
6893
6894 2004-04-27 Eli Zaretskii <eliz@gnu.org>
6895
6896 * net/browse-url.el (browse-url-netscape-sentinel)
6897 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6898 (browse-url-epiphany-sentinel, browse-url-mosaic):
6899 Use browse-url-*-program instead of a literal program name.
6900
6901 2004-04-27 Kevin Ryde <user42@zip.com.au>
6902
6903 * eshell/em-alias.el:
6904 * eshell/em-dirs.el:
6905 * eshell/em-hist.el:
6906 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6907 features when M-x customize-group loads modules before the main
6908 eshell.el.
6909
6910 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6911
6912 * subr.el (momentary-string-display): Support EXIT-CHAR that is
6913 either a character representation of an event or an event
6914 description list.
6915
6916 * type-break.el: Capitalise Emacs and Lisp.
6917 (type-break-good-break-interval, type-break-demo-boring-stats)
6918 (type-break-terse-messages, type-break-file-name): New defcustoms.
6919 (type-break-post-command-hook)
6920 (type-break-warning-countdown-string): Quote variable names in doc.
6921 (type-break-interval-start, type-break-auto-save-file-name): New vars.
6922 (type-break-mode): Document type-break-good-break-interval and the
6923 "session" file. Schedule break according to the session file.
6924 Kill session file buffer on exit. Organise for save-some-buffers
6925 to always save the session file.
6926 (type-break-mode-line-message-mode, type-break-query-mode):
6927 Uppercase arguments.
6928 (type-break-file-time, type-break-file-keystroke-count, timep)
6929 (type-break-choose-file, type-break-get-previous-time)
6930 (type-break-get-previous-count): New defuns.
6931 (type-break): Avoid break querying after a completed break in the
6932 case where the query was initiated during user invocation of the
6933 break. Optional terse messages.
6934 Use type-break-good-break-interval if type-break-good-rest-interval is
6935 nil. File the break time.
6936 (type-break-schedule): New optional args for overriding the use of
6937 the current time.
6938 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6939 after a break.
6940 (type-break-check): File the keystroke count.
6941 (type-break-do-query): Prevent a second query when the break is
6942 interrupted. Optional terse message.
6943 (type-break-keystroke-reset): Record the start of a typing interval.
6944 (type-break-demo-boring): Optional terse messages. Display word
6945 per minute and keystroke counts according to
6946 type-break-demo-boring-stats.
6947
6948 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
6949
6950 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6951 directories, make sure they exist under archive-tmpdir.
6952
6953 2004-04-27 Juri Linkov <juri@jurta.org>
6954
6955 * help.el (view-emacs-news): With argument, display info for the
6956 selected version by finding it among different NEWS files, and
6957 narrowing the buffer to the selected version.
6958
6959 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6960 same-window-buffer-names.
6961 (info): New arg `buffer'. Use it. Doc fix. Read file name for
6962 non-numeric prefix argument, append the number to the buffer name
6963 for numeric prefix argument.
6964 (info-other-window): Bind same-window-regexps to nil.
6965 (Info-reference-name): Rename to Info-point-loc.
6966 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6967 and Info-find-index-name for stringy Info-point-loc.
6968 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
6969 without middle `.', but with final `.' and optional line number
6970 for it. Set Info-point-loc for index nodes.
6971 (Info-index): Remove middle `.' from index entry regexp.
6972 Modify line number regexp.
6973 (Info-index-next): Decrement line number.
6974 (info-apropos): Remove middle `.' from index entry regexp.
6975 Add optional line number regexp at the end. Add matched value
6976 for line number to the result list and insert it to the buffer.
6977 Replace match-string by match-string-no-properties.
6978 Reorder result list.
6979 (Info-fontify-node): Hide index line numbers.
6980 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6981 empty matches.
6982 (Info-follow-reference): Use `str' instead of
6983 Info-following-node-name-re.
6984 (Info-toc): Use full file names. Set Info-current-node to "Top".
6985 (Info-fontify-node): Compare file names without directory name.
6986 (Info-try-follow-nearest-node): Don't set Info-reference-name.
6987 Set second arg of Info-extract-menu-node-name for index nodes.
6988 (info-xref-visited): Use magenta3 instead of magenta4.
6989 (Info-mode): Add info-apropos to docstring.
6990
6991 * log-view.el (log-view-diff): Replace interactive code "r"
6992 by a list to allow to call it even if region is not active.
6993
6994 * paren.el (show-paren-highlight-openparen): New var.
6995 (show-paren-function): Turn on openparen highlighting when
6996 matching forward if show-paren-highlight-openparen is non-nil.
6997
6998 * simple.el (kill-ring-save): Use blink-matching-delay instead of
6999 the constant value 1.
7000 (completions-common-part): Expand docstring.
7001
7002 * textmodes/picture.el (picture-mode-map): Add arrow keys.
7003
7004 2004-04-27 Kim F. Storm <storm@cua.dk>
7005
7006 * image.el (insert-sliced-image): Use line-height instead of
7007 line-spacing property on newline.
7008
7009 2004-04-26 Lars Hansen <larsh@math.ku.dk>
7010
7011 * desktop.el (desktop-buffer-misc-data-function): Rename to
7012 desktop-save-buffer and change docstring.
7013 (desktop-buffer-modes-to-save): Delete.
7014 (desktop-save-buffer-p): Use desktop-save-buffer instead of
7015 desktop-buffer-modes-to-save.
7016 (desktop-save): Rename desktop-buffer-misc-data-function to
7017 desktop-save-buffer and allow non-function value.
7018 (desktop-missing-file-warning): Correct docstring.
7019
7020 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7021 to desktop-save-buffer.
7022
7023 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7024 desktop-save-buffer.
7025
7026 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7027
7028 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7029
7030 2004-04-26 Eli Zaretskii <eliz@gnu.org>
7031
7032 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7033
7034 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
7035
7036 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7037 (ielm): Only go to the end of the buffer when starting a new process.
7038
7039 2004-04-25 Juanma Barranquero <lektu@terra.es>
7040
7041 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7042 mode line. Bind `inhibit-read-only' to t before modifying
7043 properties of text in the buffer.
7044 (ielm): Force point to the end of buffer, even when running ielm
7045 from inside itself.
7046
7047 2004-04-25 Jesper Harder <harder@ifa.au.dk>
7048
7049 * info.el (info-apropos): Reset Info-complete-cache.
7050
7051 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
7052
7053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7054 Also recognize severe Irix et al. messages.
7055 (compilation-normalize-filename, compile-abbreviate-directory):
7056 Delete functions.
7057 (compilation-get-file-structure): New function inherits
7058 functionality of the two preceding ones.
7059 (compilation-internal-error-properties, compilation-fake-loc):
7060 Use it so that different paths to the same file share the same
7061 markers. Also optimize finding adjacent marker slightly.
7062
7063 2004-04-25 Kim F. Storm <storm@cua.dk>
7064
7065 * image.el (insert-sliced-image): Add line-spacing t property
7066 to newlines separating image lines.
7067
7068 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
7069
7070 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7071
7072 * ielm.el (ielm-prompt-read-only): New user option.
7073 (ielm-prompt): Expand docstring to describe new behavior.
7074 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7075 mention it in the docstring.
7076
7077 2004-04-24 Andreas Schwab <schwab@suse.de>
7078
7079 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7080
7081 * diff.el (diff): Set default-directory in diff buffer.
7082
7083 2004-04-24 Eli Zaretskii <eliz@gnu.org>
7084
7085 * mail/sendmail.el (mail-bury): Don't delete the frame where the
7086 mail was being composed if the terminal cannot display more than
7087 one frame; instead, switch to previous frame.
7088
7089 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7090 (rmail-start-mail): Support rmail-mail-new-frame even on
7091 terminals that can display only one frame at a time.
7092
7093 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7094
7095 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7096 (checkdoc-output-font-lock-keywords): Remove error regexp.
7097 (checkdoc-output-mode-map): Remove.
7098 (checkdoc-output-mode): Derive from compilation-mode.
7099 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7100
7101 * dired.el (dired-mode-map): Add a menu entry for wdired.
7102
7103 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7104 (rx-bracket, rx-check-any, rx-any): Clean up name space.
7105
7106 * wdired.el: (wdired-mode-map): Move init into declaration.
7107 Fix `return' binding.
7108 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7109 Use force-mode-line-update.
7110 (wdired-get-filename): Use `unless'.
7111 (wdired-preprocess-files): Don't assume names have no \n and use / for
7112 dir separator.
7113 (wdired-normalize-filename): Use replace-regexp-in-string.
7114 (wdired-load-hooks): Remove.
7115 (wdired-mode-hooks): Rename to wdired-mode-hook.
7116
7117 * info-look.el: Add support for cfengine-mode.
7118 (info-lookup-setup-mode): Use dolist.
7119
7120 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
7121
7122 * wdired.el: New file.
7123
7124 2004-04-23 Juanma Barranquero <lektu@terra.es>
7125
7126 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7127
7128 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7129 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7130 (pcomplete--help, pcomplete--here): Doc fixes.
7131
7132 2004-04-23 Andre Spiegel <spiegel@gnu.org>
7133
7134 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7135 handles wrong-number-of-arguments in backend call.
7136
7137 * vc.el (vc-print-log): Likewise.
7138
7139 2004-04-20 Dave Love <fx@gnu.org>
7140
7141 * emacs-lisp/rx.el: Doc fixes.
7142 (rx-constituents): Add/extend many forms.
7143 (rx-check): Check form is a list.
7144 (bracket): Defvar.
7145 (rx-check-any, rx-any, rx-check-not): Modify.
7146 (rx-not): Simplify.
7147 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7148 (rx-kleene): Use rx-trans-forms.
7149 (rx-quote-for-set): Delete.
7150 (rx): Allow multiple args.
7151
7152 2004-04-23 Kenichi Handa <handa@m17n.org>
7153
7154 * international/mule-util.el (char-displayable-p): Simplify by
7155 using internal-char-font.
7156
7157 2004-04-23 Juanma Barranquero <lektu@terra.es>
7158
7159 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7160
7161 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * diff-mode.el (diff-next-error): New fun.
7164 (diff-mode): Use it.
7165
7166 * simple.el (next-error): Change arg name.
7167 Add support for the documented C-u C-x ` usage.
7168
7169 * frame.el (special-display-popup-frame, next-multiframe-window)
7170 (previous-multiframe-window): Only consider frames on same display.
7171
7172 2004-04-22 Lars Hansen <larsh@math.ku.dk>
7173
7174 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7175 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7176
7177 2004-04-22 Kim F. Storm <storm@cua.dk>
7178
7179 * net/telnet.el (telnet): Add optional port arg.
7180
7181 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
7182
7183 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7184 Minor sanity check on the `hyperlink' slot.
7185
7186 * Makefile.in (recompile): Compile new files.
7187
7188 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7189 Add byte-recompile-directory's optional `arg'.
7190
7191 * cvs-status.el (cvs-tree-use-charset): New var.
7192 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7193 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7194 (cvs-status-cvstrees): Use it.
7195
7196 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7197 Make it a normal major mode.
7198 (checkdoc-buffer-label): Make sure the file name is meaningful.
7199 (checkdoc-output-to-error-buffer): Remove.
7200 (checkdoc-error, checkdoc-start-section): Rewrite.
7201
7202 * info.el (info-node, info-menu-5, info-xref, info-header-node)
7203 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7204 (Info-title-4-face): Use new syntax.
7205 (info-xref-visited): Inherit from info-xref.
7206
7207 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7208
7209 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
7210
7211 * simple.el (next-error-last-buffer, next-error-function):
7212 New variables for the next-error framework.
7213 (next-error-buffer-p): New function.
7214 (next-error-find-buffer): Generalize compilation-find-buffer.
7215 (next-error, previous-error, first-error, next-error-no-select)
7216 (previous-error-no-select): Move from compile.el.
7217
7218 * replace.el (occur-next-error, occur-1): Hook into the next-error
7219 framework.
7220
7221 * progmodes/compile.el (compilation-start):
7222 Set next-error-last-buffer so next-error knows where to jump.
7223 (compilation-setup): Set the buffer-local variable
7224 next-error-function to 'compilation-next-error-function.
7225 (compilation-buffer-p, compilation-buffer-internal-p): Use an
7226 alternate way to find if a buffer is a compilation buffer, for
7227 next-error convenience.
7228 (next-error-no-select, previous-error-no-select, next-error)
7229 (previous-error, first-error): Move to simple.el.
7230 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7231 (compilation-last-buffer): Remove.
7232 (compilation-start, compilation-next-error, compilation-setup)
7233 (compilation-next-error-function, compilation-find-buffer):
7234 Remove compilation-last-buffer use.
7235
7236 2004-04-21 Juanma Barranquero <lektu@terra.es>
7237
7238 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7239 (font-lock-warning-face): Fix spacing.
7240
7241 * makefile.w32-in (WINS): Add url/ directory.
7242
7243 2004-04-21 Lars Hansen <larsh@math.ku.dk>
7244
7245 * desktop.el (desktop-buffer-mode-handlers): New variable.
7246 Alist of major mode specific functions to restore a desktop buffer.
7247 (desktop-buffer-handlers): Make variable obsolete.
7248 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7249 Catch errors signaled in handlers. Update buffer count.
7250 Evaluate desktop-buffer-point.
7251 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7252 move to dired.el.
7253 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7254 move to info.el.
7255 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7256 move to mail/rmail.el.
7257 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7258 to mh-e/mh-e.el.
7259 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7260 On fail, print message (to message buffer) even if
7261 desktop-missing-file-warning is nil.
7262 (desktop-buffer-misc-data-function): New buffer local variable.
7263 Function returning major mode specific data.
7264 (desktop-buffer-misc-functions): Make variable obsolete.
7265 (desktop-save): Use desktop-buffer-misc-data-function.
7266 (desktop-buffer-dired-misc-data): Rename to
7267 dired-desktop-buffer-misc-data and move to dired.el.
7268 (desktop-buffer-info-misc-data): Rename to
7269 Info-desktop-buffer-misc-data and move to info.el.
7270 (desktop-read): Add message about number of buffers restored/failed.
7271
7272 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7273 Add parameters. Pause to display error only when
7274 desktop-missing-file-warning is non-nil.
7275 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7276 (dired-mode): Bind desktop-buffer-misc-data-function.
7277
7278 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7279 Add Parameters.
7280 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
7281 (Info-mode): Bind desktop-buffer-misc-data-function.
7282
7283 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7284 Add Parameters.
7285
7286 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7287 Add Parameters.
7288
7289 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
7290
7291 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7292 the case of letters in case-insensitive expansions when the
7293 abbrev is preceded by characters with letter syntax.
7294
7295 2004-04-21 Richard M. Stallman <rms@gnu.org>
7296
7297 * progmodes/cperl-mode.el (cperl-putback-char):
7298 Delete Emacs 18 definition.
7299
7300 * international/mule.el (ctext-post-read-conversion):
7301 Use assoc-string, not assoc-ignore-case.
7302
7303 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7304
7305 * emacs-lisp/easymenu.el (easy-menu-add):
7306 Do call x-popup-menu, but only if it's defined.
7307
7308 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7309
7310 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7311 Handle multiple args: compile like progn.
7312
7313 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7314 take all args as &rest arg.
7315
7316 * autoinsert.el (auto-insert-alist): Insert the user's name in
7317 copyright notice, rather than Free Software Foundation.
7318
7319 2004-04-21 Kenichi Handa <handa@m17n.org>
7320
7321 * descr-text.el (describe-char): Make it work on *Help* buffer.
7322
7323 2004-04-21 Kim F. Storm <storm@cua.dk>
7324
7325 * image.el (insert-image): Add optional SLICE arg.
7326 (insert-sliced-image): New defun.
7327
7328 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
7329
7330 * subr.el (read-number): Check whether `default' is nil.
7331
7332 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * progmodes/compile.el (compilation-error-properties):
7335 Split into two.
7336 (compilation-internal-error-properties): New one.
7337 (compilation-compat-error-properties): Use it. Fix the non-marker case.
7338
7339 2004-04-20 Richard M. Stallman <rms@gnu.org>
7340
7341 * window.el (split-window-save-restore-data):
7342 Don't update the data if OLD-INFO is nil.
7343
7344 * view.el (view-return-to-alist): Mark it permanent local.
7345
7346 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7347
7348 * recentf.el (recentf-save-list): Catch and warn about errors.
7349
7350 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7351 so "Buffers" won't be pure.
7352
7353 * help-mode.el (help-mode-finish): Set help-return-alist first
7354 thing, setting only the entry for the selected window.
7355
7356 * help-fns.el (describe-function-1): If many non-control non-meta
7357 keys run the command, don't list all of them.
7358
7359 2004-04-20 Juanma Barranquero <lektu@terra.es>
7360
7361 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7362 arg. Copied from Andre Spiegel's patch of 2004-03-21.
7363
7364 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7365
7366 2004-04-20 Kenichi Handa <handa@m17n.org>
7367
7368 * international/quail.el (quail-lookup-key): New optional arg
7369 NOT-RESET-INDICES.
7370 (quail-get-translations): Call quail-lookup-key with
7371 NOT-RESET-INDICES t.
7372 (quail-completion): Likewise.
7373 (quail-lookup-map-and-concat): Likewise.
7374
7375 2004-04-20 Kenichi Handa <handa@m17n.org>
7376
7377 * international/quail.el (quail-update-translation): Don't insert
7378 such an unsupported multibyte char in a unibyte buffer.
7379
7380 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7381
7382 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7383 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7384 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7385 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7386 (gdb-frame-assembler-buffer): Improve behaviour with
7387 multiple frames.
7388 (gdb-display-buffer): Extend search to all visible frames.
7389
7390 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7391
7392 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7393 characters left after base64 decoding.
7394 (rmail-decode-region): Use -dos variety of `coding', to remove any
7395 ^M characters left after qp or base64 decoding.
7396
7397 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7398
7399 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7400 messages.
7401
7402 2004-04-19 Stephen Eglen <stephen@gnu.org>
7403
7404 * add-log.el (add-change-log-entry): Update doc string to mention
7405 add-log-full-name and add-log-mailing-address.
7406
7407 2004-04-18 Juri Linkov <juri@jurta.org>
7408
7409 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7410 (Info-find-node-2): Simplify error message.
7411 (Info-insert-dir): Use Info-following-node-name.
7412 (Info-goto-node): Remove *info-history* and *info-toc*.
7413 (Info-history): Create a node of the virtual history file.
7414 (Info-toc): Create a node of the virtual toc file.
7415 (Info-insert-toc): New arg `curr-file' for reference file names.
7416 (info-apropos): Remove redundant var binding for temp-file.
7417 (Info-index, Info-index-next, Info-mode): Doc fix.
7418 (Info-goto-emacs-command-node): Don't jump to *info* from
7419 non-*info* Info buffers.
7420 (Info-fontify-node): Don't show the file name of external
7421 references if `Info-hide-note-references' is `hide'. Don't hide
7422 newlines at the end of paragraphs.
7423
7424 * international/mule-diag.el (list-input-methods):
7425 Fix args to help-xref-button.
7426
7427 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7428 to put into effect local variables from TUTORIAL files.
7429
7430 * textmodes/paragraphs.el (sentence-end) <function>: New fun
7431 with default value taken from the variable `sentence-end'.
7432 (sentence-end) <defcustom>: Set default to nil. Doc fix.
7433 Add nil const to :type.
7434 (sentence-end-without-period, sentence-end-double-space)
7435 (sentence-end-without-space): Doc fix.
7436
7437 * textmodes/paragraphs.el (forward-sentence):
7438 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7439 (fill-delete-newlines):
7440 * progmodes/cc-cmds.el (c-beginning-of-statement):
7441 Use function `sentence-end' instead of variable `sentence-end'.
7442
7443 2004-04-18 Andreas Schwab <schwab@suse.de>
7444
7445 * progmodes/compile.el (compilation-start): Set window start to
7446 point-min if compilation-scroll-output is nil.
7447
7448 2004-04-18 John Wiegley <johnw@newartisans.com>
7449
7450 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7451
7452 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
7453
7454 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7455 (gdb-info-breakpoints-custom): Revert previous change.
7456 (gdb-view-assembler): Update assembler if necessary.
7457 (gdb-frame-handler): Parse correctly for gdb-current-frame.
7458 (gdb-display-source-buffer): Update properly when both source and
7459 assembler are visible.
7460
7461 2004-04-17 John Wiegley <johnw@newartisans.com>
7462
7463 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7464 which limits the number of names shown in the minibuffer. Off by
7465 default.
7466 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7467 up iswitchb for users with a multitude of open buffers by showing
7468 only the first and last N/2 buffers in the completion list (which
7469 is enough to aid C-s/C-r, and to know that more characters are
7470 needed to refine the completion list).
7471
7472 2004-04-17 Richard M. Stallman <rms@gnu.org>
7473
7474 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7475 (file-truename): Expand all ~ constructs directly.
7476 (insert-directory): Delete any error msg output by the
7477 `insert-directory-program'.
7478
7479 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7480 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7481 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7482 (allout-init): Use find-file-hook, not find-file-hooks.
7483 (allout-mode): Eliminate Emacs 18 support.
7484 Use write-contents-functions, not local-write-file-hooks.
7485
7486 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
7487
7488 * progmodes/compile.el (compilation-error-properties): Fix for
7489 adding messages when there are already markers for their file.
7490 (compilation-fake-loc): New function.
7491
7492 2004-04-16 Dave Love <fx@gnu.org>
7493
7494 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7495 (python-load-file): Fix python-orig-start setting.
7496
7497 * progmodes/compile.el: Doc fixes.
7498 (compilation-error-regexp-alist-alist)
7499 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7500 (compilation-assq): Wrap in eval-when-compile.
7501 (compilation-mode-font-lock-keywords): Don't use list*.
7502 (compilation-start): Avoid warning.
7503 (compilation-compat-error-properties)
7504 (compilation-directory-properties): Add keymap property.
7505 (compilation-parsing-end): Make it a marker for better compatibility.
7506
7507 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7508
7509 2004-04-16 Mark A. Hershberger <mah@everybody.org>
7510
7511 * xml.el: Doc fixes.
7512 (xml-get-children): Only looks at sub-tags and ignore strings.
7513
7514 * xml.el (xml-parse-tag): Avoid overwriting node-name.
7515
7516 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7519
7520 2004-04-16 Andre Spiegel <spiegel@gnu.org>
7521
7522 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7523
7524 * vc.el (vc-print-log): Likewise.
7525
7526 2004-04-16 Masatake YAMATO <jet@gyve.org>
7527
7528 * simple.el (completion-setup-function): Set an initial value
7529 to `element-common-end' before entering loop. Set a value
7530 to `element-common-end' at the end of loop.
7531 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7532 (completions-common-part): Rename from completion-de-emphasis.
7533 (completions-first-difference): Rename from completion-emphasis.
7534 Suggested by RMS.
7535
7536 2004-04-16 Juanma Barranquero <lektu@terra.es>
7537
7538 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7539 (bookmark-edit-annotation-mode): Add mode name.
7540
7541 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7544 for nested conflict markers.
7545 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7546
7547 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
7548
7549 * progmodes/gdb-ui.el (gdb-goto-info): New function.
7550
7551 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7552
7553 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7556 Give a backtrace if requested.
7557
7558 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7559
7560 * progmodes/python.el (python-mouse-2-command, python-RET-command):
7561 Remove unused functions.
7562 (python-orig-start-line, python-orig-file): Remove.
7563 (python-orig-start): New var.
7564 (python-input-filter, python-compilation-line-number)
7565 (python-send-region, python-load-file): Use it.
7566
7567 * info.el (info): Always jump to *info*.
7568
7569 * subr.el (posn-set-point): New function.
7570
7571 * mouse.el (mouse-set-point): Use it.
7572
7573 * progmodes/compile.el (compile-goto-error): Use it.
7574 (compilation-button-map): New keymap.
7575 (compilation-error-properties): Use it.
7576 (compilation-shell-minor-mode-map): Don't bind mouse-2.
7577
7578 * smerge-mode.el (smerge-popup-context-menu): Use it.
7579
7580 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7581 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7582 mouse and non-mouse case.
7583
7584 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7585 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7586
7587 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7588 Make it work for non-mouse events.
7589
7590 * pcvs-info.el (cvs-status-map): Update binding name.
7591
7592 2004-04-14 Mark A. Hershberger <mah@everybody.org>
7593
7594 * xml.el (xml-maybe-do-ns): New function to handle namespace
7595 parsing of both attribute and element names.
7596 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7597 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7598 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
7599 (xml-parse-attlist): Make it do its own namespace parsing.
7600
7601 2004-04-14 Dave Love <fx@gnu.org>
7602
7603 * progmodes/python.el (run-python): Fix use of \n.
7604 (python-load-file): Remove `try' from Python fragment.
7605 (python-describe-symbol): Fix message.
7606
7607 * comint.el: Doc fixes.
7608 (comint-last-input-start, comint-last-input-end)
7609 (comint-last-output-start): Give them values.
7610 (comint-arguments): Avoid warning.
7611 (comint-skip-prompt): Use line-end-position.
7612 (comint-backward-matching-input): Rename arg to agree with doc.
7613 (comint-extract-string): Use syntax-ppss.
7614 (comint-dynamic-simple-complete): Delete useless list construction.
7615 (comint-redirect-subvert-readonly): New.
7616 (comint-redirect-preoutput-filter): Use it.
7617
7618 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7619 Correctly handle negative arguments when calling hook functions.
7620
7621 2004-04-14 Jesper Harder <harder@ifa.au.dk>
7622
7623 * info.el (info-apropos): Don't clobber Info-history-list.
7624
7625 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
7626
7627 * progmodes/compile.el (compilation-setup):
7628 Localize overlay-arrow-position.
7629 (compilation-sentinel): Restructure code equivalently.
7630 (compilation-next-error): Find message on same line after point if
7631 not found before point.
7632 (compile-mouse-goto-error): Restore function so that compilation
7633 buffer need not be current and use compile-goto-error.
7634 (compile-goto-error): Restore function.
7635 (next-error): Set overlay-arrow-position.
7636 (compilation-forget-errors): Don't localize already local
7637 compilation-locs and remove FIXME about refontifying.
7638
7639 2004-04-14 Kim F. Storm <storm@cua.dk>
7640
7641 * startup.el (emacs-quick-startup): New defvar (set by -Q).
7642 (command-line): New option -Q. Like -q --no-site-file, but
7643 in addition it also disables menu-bar, tool-bar, scroll-bars,
7644 tool-tips, and the blinking cursor.
7645 (command-line-1): Skip startup screen if -Q.
7646 (fancy-splash-head): Use ":align-to center" prop to center splash image.
7647
7648 * emulation/cua-base.el (cua-read-only-cursor-color)
7649 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
7650
7651 2004-04-13 Dave Love <fx@gnu.org>
7652
7653 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
7654 (syntax): Don't require.
7655 (python) <defgroup>: Add :version.
7656 (python-quote-syntax): Re-written.
7657 (inferior-python-mode): Move stuff here from run-python and add
7658 some more.
7659 (python-preoutput-continuation, python-preoutput-result)
7660 (python-dotty-syntax-table): New.
7661 (python-describe-symbol): Use them.
7662 (run-python): Move stuff to inferior-python-mode. Modify code
7663 loaded into Python.
7664 (python-send-region): Use python-proc, python-send-string.
7665 (python-send-string): Send newlines too. Callers changed.
7666 (python-load-file): Re-written.
7667 (python-eldoc-function): New.
7668 (info-look): Don't require.
7669 (python-after-info-look): New. A modified version of former
7670 top-level code for use with eval-after-load.
7671 (python-maybe-jython, python-guess-indent): Use widened buffer.
7672 (python-fill-paragraph): Re-written.
7673 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
7674 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
7675
7676 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
7679 Set compilation-error-regexp-alist earlier.
7680
7681 * progmodes/compile.el (compilation-minor-mode-map)
7682 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
7683 (compile-goto-error): Re-merge the mouse and non-mouse commands.
7684
7685 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * progmodes/compile.el (compile-goto-error): Select the buffer/window
7688 corresponding to the event.
7689
7690 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
7691
7692 * loadup.el: Add cygwin to system-type list, for unexec() support.
7693
7694 2004-04-12 John Paul Wallington <jpw@gnu.org>
7695
7696 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
7697 (ibuffer-restore-window-config-on-quit): New variable to replace
7698 `ibuffer-delete-window-on-quit'. Update all references.
7699 (ibuffer-prev-window-config): New variable.
7700 (ibuffer-quit): Restore previous window configuration instead of
7701 deleting window.
7702 (ibuffer): Save window configuration before showing Ibuffer buffer.
7703
7704 * help.el (describe-mode): Doc fix.
7705
7706 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
7709 not to treat nil as a function.
7710
7711 * vc-arch.el (vc-arch-root): Be a bit more careful.
7712 (vc-arch-register): Save the buffer if we modified it.
7713 (vc-arch-delete-rej-if-obsolete): Save excursion.
7714 (vc-arch-find-file-hook): Use the simpler after-save-hook.
7715 (vc-arch-responsible-p, vc-arch-init-version): New functions.
7716
7717 * net/ldap.el (ldap-search): Use list*.
7718
7719 2004-04-12 Juri Linkov <juri@jurta.org>
7720
7721 * info.el (Info-follow-reference): Allow multiline reference name.
7722
7723 2004-04-11 Dave Love <fx@gnu.org>
7724
7725 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
7726
7727 * progmodes/python.el: New file.
7728
7729 2004-04-11 Andre Spiegel <spiegel@gnu.org>
7730
7731 * vc-hooks.el (vc-arg-list): Function removed.
7732 (vc-default-workfile-unchanged-p): Use condition-case to check for
7733 backward compatibility.
7734
7735 * vc.el (vc-print-log): Use condition-case to check for backward
7736 compatibility.
7737
7738 2004-04-11 Juri Linkov <juri@jurta.org>
7739
7740 * dired.el (dired-faces): New defgroup.
7741 (dired-header, dired-mark, dired-marked, dired-flagged)
7742 (dired-warning, dired-directory, dired-symlink, dired-ignored):
7743 New faces.
7744 (dired-header-face, dired-mark-face, dired-marked-face)
7745 (dired-flagged-face, dired-warning-face, dired-directory-face)
7746 (dired-symlink-face, dired-ignored-face): New face variables.
7747 (dired-font-lock-keywords): Use them instead of font-lock faces.
7748 Split the rule for dired marks into 3 separate rules: for marks,
7749 marked file names and flagged file names.
7750
7751 * help-mode.el (help-make-xrefs): Add a final newline to the
7752 *Help* buffer.
7753
7754 2004-04-11 John Paul Wallington <jpw@gnu.org>
7755
7756 * replace.el (occur-engine): Distinguish between one and several
7757 matches in the matches per buffer heading.
7758
7759 2004-04-11 Kim F. Storm <storm@cua.dk>
7760
7761 * ido.el (ido-confirm-unique-completion): New defcustom.
7762 (ido-complete): Use it.
7763 (ido-write-file): Set it to t unconditionally.
7764
7765 2004-04-10 Miles Bader <miles@gnu.org>
7766
7767 RCS keyword removal (only non-comment changes are enumerated here):
7768
7769 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7770 (byte-compile-insert-header): Don't use `byte-compile-version'.
7771 * forms.el (forms-version): Variable removed.
7772 (forms-mode): Don't use `forms-version'.
7773 * recentf.el (recentf-version): Variable removed.
7774 * progmodes/delphi.el (delphi-version): Variable removed.
7775 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7776
7777 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7780
7781 2004-04-09 Jesper Harder <harder@ifa.au.dk>
7782
7783 * info.el (info-apropos): Improve menu item regexp.
7784
7785 2004-04-09 Simon Josefsson <jas@extundo.com>
7786
7787 * mail/smtpmail.el: Add comment, based on report by
7788 kdc@rcn.com (Kevin D. Clark).
7789
7790 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7793 Redo one more thing that I didn't notice Daniel had undone.
7794
7795 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
7796
7797 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7798 (gdb-goto-breakpoint, gdb-display-buffer)
7799 (gdb-display-source-buffer, gdb-view-source-function)
7800 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7801 (gdb-source-info, gdb-frame-handler): Don't specify a window
7802 for display.
7803 (gdb-info-breakpoints-custom): Remove superfluous update of
7804 assembler buffer.
7805 (gdb-many-windows): Make settable outside gdb.
7806
7807 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7808
7809 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7810 Derive from fundamental-mode rather than text-mode.
7811
7812 2004-04-08 Juri Linkov <juri@jurta.org>
7813
7814 * info.el (Info-history): Doc fix.
7815 (Info-history-list): New var.
7816 (info-xref): Change magenta4 to blue, remove bold for dark and
7817 light backgrounds, change bold to underline for non-color classes.
7818 (info-xref-visited): New face.
7819 (Info-fontify-visited-nodes): New custom.
7820 (Info-hide-note-references): Add new value `hide'. Doc fix.
7821 (Info-reference-name): New var.
7822 (Info-selection-hook): New custom.
7823 (Info-edit-mode-hook): New var.
7824 (Info-find-file): New fun.
7825 (Info-find-node): Move part of code to Info-find-file.
7826 (Info-find-node-2): Add anchors to Info-history-list. Move point
7827 to the place with the reference name if name is defined.
7828 (Info-select-node): Add current node to Info-history-list.
7829 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7830 (Info-search-whitespace-regexp): New custom.
7831 (Info-search-case-fold): New var.
7832 (Info-search): Add "case-sensitively" to the prompt.
7833 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
7834 (Info-search-case-sensitively, Info-search-next): New fun.
7835 (Info-up): Move point to the menu item of the current node.
7836 (Info-history): New fun. Add *info-history* to
7837 same-window-buffer-names.
7838 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
7839 (Info-insert-toc): New fun.
7840 (Info-build-toc): New fun.
7841 (Info-follow-reference): Add new arg `fork'. Doc fix.
7842 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
7843 with the same name prefer the reference closest to point.
7844 (Info-next-reference): Replace * by + in the *Note regexp.
7845 Add regexp for http:// and ftp://. Skip the *Note prefix.
7846 (Info-prev-reference): Replace * by + in the *Note regexp.
7847 Add regexp for http:// and ftp://. Skip the *Note prefix.
7848 (Info-follow-nearest-node): Add new arg `fork'.
7849 (Info-try-follow-nearest-node): Add new arg `fork'.
7850 Call browse-url for http:// and ftp:// references.
7851 Set Info-reference-name for index entries.
7852 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7853 Info-search-next, Info-history, Info-toc, clone-buffer.
7854 (Info-menu-update): Replace * by + in the *Note regexp.
7855 (Info-mode): Add documentation for Info-history, Info-toc,
7856 Info-search-case-sensitively, Info-search-next, clone-buffer.
7857 (Info-fontify-menu-headers): Remove fun. Move code to
7858 Info-fontify-node.
7859 (Info-fontify-node): Add docstring. Add local vars
7860 fontify-visited-p and not-fontified-p. If not-fontified-p is t
7861 then fontify header line, titles, menu headers, http and ftp
7862 references, refill paragraphs. If not-fontified-p is t or
7863 fontify-visited-p is t then fontify cross references, menu items.
7864 Fontify menu headers. Fontify http and ftp references.
7865 Change regexp for cross references to require whitespace after *Note,
7866 add matching groups for file and node names. Remove hack for quote.
7867 Use display property for Info-hide-note-references=t. Use fifth
7868 or fourth match for help-echo. Display visited nodes in a
7869 different face. Unhide file names of external references.
7870 Unhide newlines. Display visited menu items in a different face.
7871
7872 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * progmodes/compile.el: Require CL.
7875 (compilation-mode-font-lock-keywords): Re-install the "line as
7876 function" patch.
7877
7878 * help-fns.el (help-C-source-directory): New var.
7879 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7880 (describe-function-1, describe-variable): Use them.
7881
7882 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7883 to C source files specially.
7884
7885 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
7886
7887 * info.el (Info-hide-cookies-node): New function.
7888 (Info-select-node): Use it.
7889 (Info-display-images-node): Remove message with image file name.
7890
7891 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
7892
7893 * progmodes/compile.el (compilation-warning-face)
7894 (compilation-info-face, compilation-skip-threshold)
7895 (compilation-skip-visited, compilation-context-lines):
7896 Declare :version when added to Emacs.
7897 (compilation-error-regexp-alist-alist): Extend caml and irix.
7898 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7899 (compilation-mode-font-lock-keywords): Temporarily undo line as
7900 function patch, which wasn't ready.
7901
7902 2004-04-07 Kenichi Handa <handa@m17n.org>
7903
7904 * international/latin1-disp.el (latin1-display-setup): Check each
7905 character is displayable or not instead of calling
7906 latin1-display-check-font.
7907
7908 2004-04-06 Kenichi Handa <handa@m17n.org>
7909
7910 * language/ethio-util.el (ethio-sera-being-called-by-w3):
7911 New variable.
7912 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7913 instead of sera-being-called-by-w3.
7914 (ethio-fidel-to-sera-buffer): Likewise.
7915 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7916 instead of sera-being-called-by-w3.
7917 (ethio-write-file): Likewise.
7918
7919 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7920
7921 * printing.el: Doc fix.
7922
7923 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
7924
7925 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7926 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7927 (gdb-setup-windows): Only use separate IO buffer if required.
7928
7929 2004-04-06 Kim F. Storm <storm@cua.dk>
7930
7931 * term.el (term-is-xemacs): Remove.
7932 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7933 (term-window-width): New function.
7934 (term-mode, term-check-size): Use it.
7935 (term-mode): Disable overflow-newline-into-fringe in term buffer.
7936
7937 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
7938
7939 * cus-edit.el (custom-add-parent-links): Change unbound variable
7940 `symbol' to `name'.
7941
7942 2004-04-05 Jesper Harder <harder@ifa.au.dk>
7943 * info.el (info-apropos): New function.
7944 (Info-mode-menu): Add it.
7945 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7946
7947 * help-mode.el (help-make-xrefs): Recognize aliased variable with
7948 inherited docstring.
7949
7950 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7951
7952 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7953
7954 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7955
7956 * progmodes/compile.el (font-lock): Don't require any more.
7957 (compilation-error-properties, compilation-start, compilation-sentinel)
7958 (compilation-filter, next-error): Use with-current-buffer.
7959 (compilation-skip-to-next-location, compilation-skip-threshold)
7960 (compilation-skip-visited): Move to silence the byte-compiler.
7961 (compilation-setup): Simplify.
7962 (compilation-next-error): Use line-(beginning|end)-position.
7963 Make sure `pt' is non-nil before using compilation-loop.
7964 (compile-goto-error): Add optional event arg. Use it.
7965 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7966 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7967 Update the binding for mouse-2.
7968 (first-error): Set compilation-current-error to nil rather than bob.
7969 (compilation-parsing-end, compilation-parse-errors-function)
7970 (compilation-error-list, compilation-old-error-list):
7971 "New" compatibility variables.
7972 (compile-buffer-substring, compilation-compat-error-properties)
7973 (compilation-compat-parse-errors, compilation-forget-errors):
7974 New compatibility functions.
7975 (compilation-mode-font-lock-keywords): Use them.
7976
7977 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7978
7979 * autorevert.el (auto-revert-handler): If point (or a window
7980 point) is at the end of the buffer, keep it there after
7981 reverting. This allows to tail a file.
7982 Mention this in the `Commentary'.
7983
7984 * format.el (format-write-file): Add optional argument CONFIRM
7985 and make it behave like the analogous argument to `write-file'.
7986
7987 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7988
7989 * progmodes/ebnf2ps.el: Doc fix.
7990 (ebnf-version): New version number (4.2).
7991 (ebnf-syntax): Customization and docstring fix.
7992 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7993 Put autoloaded funs before first use.
7994 (ebnf-style-database): Add dtd entry.
7995 (ebnf-syntax-alist): Add dtd initialization.
7996 (ebnf-token-sequence): New fun.
7997 (ebnf-comment-table): Add new comment action character.
7998 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7999
8000 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8001 Type Definition for XML).
8002
8003 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8004 * progmodes/ebnf-bnf.el (ebnf-sequence):
8005 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8006 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8007 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8008 Code simplification: call ebnf-token-sequence.
8009
8010 2004-04-04 Eli Zaretskii <eliz@gnu.org>
8011
8012 * calendar/timeclock.el (timeclock-relative)
8013 (timeclock-get-project-function, timeclock-get-workday-function)
8014 (timeclock-query-out, timeclock-when-to-leave)
8015 (timeclock-when-to-leave-string, timeclock-log-data)
8016 (timeclock-generate-report, timeclock-in): Doc fixes.
8017
8018 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * url/: New dir. Import the URL package from its repository.
8021
8022 2004-04-03 Andreas Schwab <schwab@suse.de>
8023
8024 * diff-mode.el (diff-mode): Fix missing quote.
8025
8026 2004-04-03 Juri Linkov <juri@jurta.org>
8027
8028 * descr-text.el (describe-property-list): Add `font-lock-face'.
8029
8030 * dired.el (dired-font-lock-keywords): Fix permission regexps.
8031
8032 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8033
8034 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8035 Use utf-16le on little endian machines and utf-16be otherwise.
8036
8037 2004-04-02 David Kastrup <dak@gnu.org>
8038
8039 * net/browse-url.el (browse-url-generic): Use call-process
8040 instead of start-process to allow browsers that fork and detach.
8041
8042 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
8043
8044 * compile.el (compilation-current-error): New var.
8045 (compilation-setup, compile-mouse-goto-error)
8046 (compile-goto-error, next-error): Use it.
8047 (compilation-skip-to-next-location): Default to t, which gives
8048 contiguous skipping like old compile (where this was redundant).
8049 (compilation-next-error): Prevent previous-* commands from moving
8050 back to message at or just before point.
8051
8052 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
8053
8054 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8055 (gdb-source-info): Don't display source at startup, if required.
8056 (gdb-show-main): New option.
8057 (gdba): Update documentation.
8058 (gdb-source): Cover case of auto-display output.
8059
8060 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
8061
8062 * autorevert.el: Delete obsolete autoload's and defvar's.
8063 (auto-revert-check-vc-info): New user option.
8064 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8065 (auto-revert-handler-vc): Delete.
8066 (auto-revert-handler): Treat return value `fast' of
8067 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
8068
8069 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8070 return `fast'.
8071
8072 * files.el (buffer-stale-function): Doc change.
8073
8074 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8075
8076 * printing.el: New tip on Tips section.
8077 (pr-version): New version number (6.7.4).
8078 (pr-shell-file-name): Initialization fix.
8079
8080 2004-03-31 Juri Linkov <juri@jurta.org>
8081
8082 * dired.el: Add autoload for `dired-do-touch'.
8083 (dired-touch-program): New var.
8084 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8085 (dired-no-confirm): Add `touch' to docstring.
8086
8087 * dired-aux.el (dired-do-touch): New fun.
8088 (dired-do-chxxx): Add argument -t for touch operation.
8089
8090 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8091 `dired-move-to-filename-regexp'.
8092
8093 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
8094
8095 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8096
8097 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8098
8099 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8100 and only if the buffer was modified.
8101
8102 2004-03-30 Kenichi Handa <handa@m17n.org>
8103
8104 * international/characters.el: Delete pairs for U+2308..U+230B.
8105
8106 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
8107
8108 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8109 to detect the beginning of a level 2 or 3 annotation.
8110
8111 2004-03-29 Kenichi Handa <handa@m17n.org>
8112
8113 * international/ucs-tables.el (ucs-insert): Fix the error message.
8114
8115 2004-03-29 Kenichi Handa <handa@m17n.org>
8116
8117 * international/mule-util.el (char-displayable-p): Fix generation
8118 of XLFD file name.
8119
8120 * Makefile.in (setwins, setwins_almost): Change directory to $wd
8121 before finding directories by `find'.
8122
8123 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 * subr.el (interactive-form): Delete. Now implemented in C.
8126
8127 * pcvs.el (cvs-parse-process): Workaround for Darwin.
8128
8129 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8130 (vc-diff-label): New fun.
8131 (vc-diff-internal): Use it.
8132
8133 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8134
8135 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8136
8137 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8138
8139 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8140 specify XML (EBNFX).
8141
8142 * progmodes/ebnf2ps.el: Doc fix.
8143 (ebnf-version): New version number (4.1).
8144 (ebnf-syntax): Adjust customization.
8145 (ebnf-style-database): Add ebnfx entry.
8146 (ebnf-syntax-alist): Add ebnfx initialization.
8147 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8148
8149 * printing.el: Doc fix.
8150 (pr-version): New version number (6.7.3).
8151 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8152 returns nil for mouse position. Reported by Drew Adams
8153 <drew.adams@oracle.com>.
8154 (pr-update-menus): Modify interactive declaration. Reported by Drew
8155 Adams <drew.adams@oracle.com>.
8156
8157 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
8158
8159 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8160 (gud-gdba-marker-filter): Log the process input and output, if
8161 required. From Stefan Monnier.
8162 (gdb-debug-log, gdb-enable-debug-log): New variables.
8163 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8164
8165 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8168 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8169
8170 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8173 Call vc-find-file-hook here instead of in auto-revert-buffers.
8174 (auto-revert-buffers): Delete call to vc-find-file-hook.
8175 (auto-revert-verbose, global-auto-revert-non-file-buffers)
8176 (global-auto-revert-mode, auto-revert-set-timer)
8177 (auto-revert-handler, auto-revert-buffers): Doc fixes.
8178
8179 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8180
8181 * woman.el (woman-change-fonts): Rename local variable
8182 woman-font-alist to font-alist to avoid a compiler warning.
8183
8184 2004-03-27 Dave Love <fx@gnu.org>
8185
8186 * emacs-lisp/rx.el (rx): Doc fix.
8187 Fix copyright years.
8188
8189 * strokes.el (strokes-global-set-stroke-string): New function.
8190 (strokes-list-strokes): Cope with strings, not just commands.
8191 Set foreground colour of image.
8192 (strokes-global-set-stroke): Doc fix.
8193
8194 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
8195
8196 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8197 Auto Revert mode.
8198 (Buffer-menu-files-only): New variable.
8199 (Buffer-menu-toggle-files-only): New function.
8200 (Buffer-menu-mode-map): Bind it to `T'.
8201 (Buffer-menu-mode): Mention `T' in docstring.
8202 Set buffer-stale-function.
8203 (list-buffers-noselect): Mark buffer non-modified and set
8204 Buffer-menu-files-only.
8205
8206 * dired.el (buffer-stale-function): Remove no longer needed defvar.
8207
8208 * autorevert.el (auto-revert-handler): Print revert message
8209 before, rather than after, reverting.
8210 (buffer-stale-function): Move to files.el.
8211
8212 * files.el (buffer-stale-function): Move here from autorevert.el.
8213
8214 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8217
8218 * calc/calc.el (calc-mode-map): Use mapc.
8219
8220 * apropos.el (apropos-mode): Don't autoload.
8221 (apropos-symbols-internal): New fun. Extracted from `apropos'.
8222 (apropos): Use it.
8223 (apropos-print): Add optional `text' argument.
8224 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8225 Don't assume point-min == 1.
8226
8227 * bs.el (bs-buffer-list): Use buffer-local-value.
8228 (bs--set-toggle-to-show): Use with-current-buffer.
8229
8230 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8231 New funs.
8232 (list-buffers-noselect): Use them. Adjust :align-to to new style.
8233
8234 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8235
8236 * dabbrev.el (dabbrev-expand): Fix regexp construction.
8237 (dabbrev--find-expansion): Use pop.
8238 (dabbrev--search): Use match-string-no-properties.
8239
8240 * dired.el (dired-mode): Use run-mode-hooks.
8241 (dired-move-to-end-of-filename): Use match-string.
8242
8243 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8244 is bound before using it.
8245 (ediff-verbose-p): Make it into a var since it's not constant.
8246
8247 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8248
8249 * faces.el (read-face-font): Don't cons up unnecessarily.
8250 (header-line, tool-bar): Share common parts.
8251
8252 * files.el (file-relative-name): Use compare-strings.
8253
8254 * finder.el (finder-mode): Follow coding convention.
8255
8256 * subr.el (read-number): New function.
8257
8258 * ses.el (ses-read-number): Move to subr.el.
8259 (ses-set-header-row): Use read-number.
8260
8261 2004-03-26 Andre Spiegel <spiegel@gnu.org>
8262
8263 * vc-hooks.el (vc-arg-list): New function, which handles both
8264 compiled and uncompiled code.
8265 (vc-default-workfile-unchanged-p): Use it.
8266
8267 * vc.el (vc-print-log): Undo prev change, use new function
8268 vc-arg-list from vc-hooks.el.
8269
8270 2004-03-26 Masatake YAMATO <jet@gyve.org>
8271
8272 * simple.el (completion-setup-function): Emphasize the
8273 first uncommon characters in the completions; and de-emphasize
8274 the common prefix substrings.
8275 (completion-emphasis): New face.
8276 (completion-de-emphasis): New face.
8277
8278 2004-03-25 Juanma Barranquero <lektu@terra.es>
8279
8280 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8281 Comment out (it's unused and unfinished code).
8282
8283 2004-03-25 Sam Steingold <sds@gnu.org>
8284
8285 * vc.el (vc-print-log): Fix a bug in the last patch:
8286 backend-function may be a byte-compiled object, not a lambda.
8287
8288 2004-03-25 Juri Linkov <juri@jurta.org>
8289
8290 * descr-text.el (describe-property-list): Add a button
8291 for `face' property that calls `describe-face'.
8292 Suggested by luis fernandes <elf@ee.ryerson.ca>
8293
8294 * international/mule.el (keyboard-coding-system):
8295 * kmacro.el (kmacro-call-macro): Fix docstring.
8296
8297 * dired.el: Fix comments.
8298
8299 * textmodes/fill.el (fill): Fix Info link.
8300
8301 * font-lock.el (fast-lock, lazy-lock):
8302 * jit-lock.el (jit-lock): Remove links to removed Support Modes
8303 Info node.
8304
8305 * eshell/eshell.el (eshell): Fix broken info-link.
8306
8307 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8308 * eshell/em-banner.el (eshell-banner):
8309 * eshell/em-smart.el (eshell-smart):
8310 * eshell/esh-cmd.el (eshell-cmd):
8311 Comment out broken info-links to incomplete Info manual.
8312
8313 * info-xref.el: Fix commentary.
8314
8315 2004-03-25 Kevin Ryde <user42@zip.com.au>
8316
8317 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8318 Remove spurious node duplicate suppression, doesn't work, not wanted.
8319 (info-xref-output): Take format style args, add "sit-for 0" to let
8320 user see the results as they progress.
8321 (info-xref-check-all-custom): New function.
8322
8323 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
8324
8325 * gdb-ui.el: Moved to progmodes.
8326
8327 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8330
8331 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8332
8333 * calendar/appt.el (appt-check): Remove superfluous progn.
8334 When finished with diary buffer: if it was not being displayed
8335 before, kill it; otherwise restore its original state.
8336 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8337
8338 * calendar/calendar.el (calendar-set-mode-line): Use total
8339 available mode-line width, rather than frame-width.
8340
8341 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8342 after mode change so effect not lost.
8343
8344 2004-03-23 Dave Love <fx@gnu.org>
8345
8346 * dired.el (dired) <defgroup>: Add link to manual.
8347 (dired-font-lock-keywords): Add highlighting on unusual permissions.
8348 (dired-revert): Use dolist.
8349 (dired-mode-map): Add U binding.
8350 (dired-mode): Add font-lock-beginning-of-syntax-function.
8351 (dired-garbage-files-regexp): Make it a defcustom.
8352
8353 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8356 is equivalent to nil.
8357 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8358 (vc-arch-mode-line-string): Accept `added' state.
8359 (vc-arch-state): Use inode-sigs if available.
8360 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8361 Copy&delete existing id file if any. Fallback if uuidgen is absent.
8362 (vc-arch-tagline-re): New var.
8363 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8364 New functions.
8365 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8366 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8367
8368 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8369 (vc-file-not-found-hook): Use it.
8370
8371 * diff-mode.el (diff-default-read-only): Change default.
8372 (diff-mode-hook): Make it a defcustom. Add some options.
8373 (diff-mode-map): Bind diff-refine-hook.
8374 (diff-yank-handler): New var.
8375 (diff-yank-function): New fun.
8376 (diff-font-lock-keywords): Use them.
8377 (diff-end-of-file): Handle case where file-header looks like diff text.
8378 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8379 (diff-file-kill): Delete a subsequent empty line, if applicable.
8380 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8381 (diff-find-file-name): Use it.
8382 (diff-tell-file-name): New command.
8383 (diff-mode): Be careful with view-mode.
8384 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8385 New functions, for use in diff-mode-hook.
8386 (diff-find-source-location): Catch "regex too large" errors.
8387 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8388 (diff-refine-hunk): New command.
8389
8390 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8391 (smerge-context-menu-map): Remove unused var.
8392 (smerge-keep-all): Preserve markers.
8393 (smerge-keep-n): New fun.
8394 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8395 (smerge-keep-current, smerge-ediff): Use it.
8396 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8397 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8398 (smerge-resolve): Resolve trivial 3-part conflicts.
8399
8400 2004-03-23 Juri Linkov <juri@jurta.org>
8401
8402 * man.el (Man-width): New var.
8403 (Man-getpage-in-background): Use it.
8404 (Man-support-local-filenames): New var and fun.
8405 (Man-build-man-command): Don't add a second %s.
8406 (Man-fontify-manpage): Clean up message.
8407 (Man-mode): Set outline-regexp, outline-level,
8408 imenu-generic-expression.
8409
8410 * woman.el (woman-fill-frame): Doc fix.
8411 (woman-decode-region): Use window-width instead of frame-width.
8412
8413 * abbrevlist.el (list-one-abbrev-table):
8414 * descr-text.el (describe-char):
8415 * international/mule-diag.el (describe-current-coding-system):
8416 * international/quail.el (quail-insert-decode-map):
8417 Use window-width instead of frame-width.
8418
8419 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8420 (jka-compr-mode-alist-additions): Add tbz.
8421 (jka-compr-write-region, jka-compr-insert-file-contents):
8422 Add message for undefined compress-program.
8423 (jka-compr-write-region): Remove redundant var bindings.
8424
8425 * dired-x.el (dired-guess-shell-alist-default): Add choices for
8426 extracting files into subdirectory. Add tbz and dz. Fix regexps.
8427 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8428 (dired-man): Use dired-guess-shell-command.
8429 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8430 Change default nil to t.
8431
8432 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8433 (dired-compare-directories): Add default value for empty input.
8434
8435 * help-at-pt.el: Move suggestions for key bindings to Commentary.
8436
8437 * time.el (display-time-string-forms): Fix help-echo date format.
8438
8439 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
8440
8441 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8442 (buffer-stale-function): New variable.
8443 (auto-revert-list-diff, auto-revert-dired-file-list)
8444 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8445 (auto-revert-handler): Take over some functionality of deleted
8446 functions.
8447 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8448
8449 * dired.el (dired-directory-changed-p): New fun, extracted from
8450 dired-internal-noselect.
8451 (dired-buffer-stale-p): New fun.
8452 (dired-internal-noselect): Use dired-directory-changed-p.
8453 Eliminate revert messages.
8454 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8455
8456 2004-03-23 Kenichi Handa <handa@m17n.org>
8457
8458 * international/characters.el: Setup syntaxes for more parentheses
8459 Unicode characters.
8460
8461 * international/mule-cmds.el (select-safe-coding-system):
8462 Merge coding-system and auto-cs before comparing them.
8463
8464 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8467
8468 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8469 normal-auto-fill-function and comment-indent-function.
8470 The default values now work just as well.
8471 Don't set font-lock-beginning-of-syntax-function since we already set
8472 syntax-begin-function.
8473 (lisp-outline-level): Put ;;;###autoload at same level as (.
8474 (prin1-char): Quote special chars.
8475
8476 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8477 than with-no-warnings.
8478
8479 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8480 if the source location can't be found.
8481 (edebug-compute-previous-result): Use prin1-char.
8482
8483 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8484 (debug-ignored-errors): Add an entry.
8485
8486 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8487 (byte-compile-file): Output warning when deleting a file.
8488
8489 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8490 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8491
8492 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8493 (byte-compile-inline-expand): Use backquote.
8494 (byte-optimize-pure-func): Rename from byte-optimize-concat.
8495 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8496
8497 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8498
8499 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8500
8501 2004-03-22 Juri Linkov <juri@jurta.org>
8502
8503 * finder.el (finder-known-keywords): Fix data, tex, unix.
8504
8505 * play/landmark.el: Fix keywords.
8506
8507 * language/ethio-util.el (ethio-find-file): Doc fix.
8508
8509 * emacs-lisp/warnings.el: Doc fix.
8510
8511 * textmodes/ispell.el (ispell-help): Doc fix.
8512
8513 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
8514
8515 * format.el (format-insert-file): Always return a list of two
8516 elements, like insert-file-contents does.
8517
8518 2004-03-21 Andre Spiegel <spiegel@gnu.org>
8519
8520 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8521 and vc-BACKEND-diff.
8522 (vc-print-log): If the print-log implementation supports it, use
8523 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8524 (vc-version-diff, vc-diff-internal): Doc fixes.
8525
8526 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8527 implementation supports it, let diff output go to *vc*,
8528 not *vc-diff*, since this is an internal call.
8529
8530 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8531
8532 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8533
8534 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8535
8536 2004-03-21 Dave Love <fx@gnu.org>
8537
8538 * progmodes/cfengine.el (cfengine-mode):
8539 Set parse-sexp-ignore-comments.
8540
8541 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8542
8543 2004-03-21 Juanma Barranquero <lektu@terra.es>
8544
8545 * allout.el (allout-mode): Fix docstring.
8546
8547 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
8548
8549 * files.el (insert-directory): Fix bug if SWITCHES is a list.
8550
8551 * autorevert.el (auto-revert-interval): Make new value take
8552 effect immediately when set through Custom.
8553 (auto-revert-set-timer): Add interactive declaration.
8554
8555 2004-03-19 David Ponce <david@dponce.com>
8556
8557 * ruler-mode.el (ruler-mode-header-line-format-old):
8558 Don't `make-variable-buffer-local'.
8559 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8560 (ruler-mode-header-line-format): Simply funcall the above.
8561 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8562 to save/restore a previous header line format.
8563 (ruler-mode-space): Don't depend on a numeric WIDTH value.
8564 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8565 fringes and margins width.
8566 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8567
8568 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8569
8570 * log-edit.el (log-edit-font-lock-keywords): Typo.
8571
8572 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8573 (tex-send-tex-command): Rather than here.
8574 (tex-compilation-parse-errors): Simplify.
8575
8576 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8577
8578 * time.el (display-time-string-forms): Add help-echo with date on time.
8579
8580 * composite.el (compose-region): Use restore-buffer-modified-p.
8581
8582 * disp-table.el (standard-display-8bit): Simplify.
8583
8584 * server.el (server-process-filter): Delete temp frame.
8585
8586 * add-log.el (add-change-log-entry): Simplify.
8587
8588 2004-03-19 Kim F. Storm <storm@cua.dk>
8589
8590 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8591 (hexl-follow-line): Don't require 'fringe.
8592
8593 * progmodes/compile.el (compilation-start): Always set
8594 compilation-last-buffer and return it.
8595
8596 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * simple.el (clone-buffer): Doc fix.
8599
8600 2004-03-18 Juanma Barranquero <lektu@terra.es>
8601
8602 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8603
8604 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * log-edit.el (log-edit-font-lock-keywords): New var.
8607 (log-edit-mode): Use it.
8608
8609 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
8610
8611 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8612 properly for watching in speedbar.
8613
8614 2004-03-17 Masatake YAMATO <jet@gyve.org>
8615
8616 * smerge-mode.el (smerge-popup-context-menu):
8617 Put `unwind-protect' around `overlay-put' and `popup-menu'.
8618
8619 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8622 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8623 Take sealed revisions into account.
8624 (vc-arch-checkin): Extract a summary line from the message.
8625
8626 2004-03-16 Masatake YAMATO <jet@gyve.org>
8627
8628 * register.el (register): Provide `register' feature.
8629
8630 2004-03-15 Masatake YAMATO <jet@gyve.org>
8631
8632 Added context menu support in smerge mode.
8633 Most of the part is written by Stefan Monnier.
8634
8635 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8636 New keymap and menu.
8637 (smerge-text-properties): New function.
8638 (smerge-remove-props): New function.
8639 (smerge-popup-context-menu): New function.
8640 (smerge-resolve): Call `smerge-remove-props'.
8641 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8642 (smerge-keep-current): Ditto.
8643 (smerge-kill-current): New function.
8644 (smerge-match-conflict): Put text properties.
8645 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8646
8647 2004-03-15 David Ponce <david@dponce.com>
8648
8649 * ruler-mode.el: (ruler-mode-left-fringe-cols)
8650 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8651 (ruler-mode-right-scroll-bar-cols): Remove.
8652 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8653 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8654 Use fringe-columns and scroll-bar-columns.
8655
8656 2004-03-15 Masatake YAMATO <jet@gyve.org>
8657
8658 * hl-line.el (hl-line-range-function): New variable.
8659 (hl-line-move): New function.
8660 (global-hl-line-highlight): Use `hl-line-move'.
8661 (hl-line-highlight): Ditto.
8662
8663 * scroll-bar.el (scroll-bar-columns):
8664 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8665
8666 * ruler-mode.el (top-level): Require scroll-bar and fringe.
8667 (ruler-mode-left-fringe-cols)
8668 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8669 (ruler-mode-right-scroll-bar-cols)
8670 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8671 (ruler-mode-ruler-function): New variable.
8672 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8673 if the value for `ruler-mode-ruler-function'is given.
8674
8675 * hexl.el (hexl-mode-hook): Make the hook customizable.
8676 (hexl-address-area, hexl-ascii-area): New customize variables.
8677 (hexlify-buffer): Put font-lock-faces on the address area and
8678 the ascii area.
8679 (hexl-activate-ruler): New function.
8680 (hexl-follow-line): New function.
8681 (hexl-highlight-line-range): New function.
8682 (hexl-mode-ruler): New function.
8683
8684 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8685
8686 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
8687 (vc-default-find-file-hook): New fun.
8688 (vc-find-file-hook): Call new find-file-hook operation.
8689
8690 * vc-arch.el: New file.
8691
8692 2004-03-12 Jesper Harder <harder@ifa.au.dk>
8693
8694 * info-look.el (info-lookup): Reuse an existing Info window.
8695
8696 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8697
8698 * woman.el (woman-preserve-ascii): Default value changed to t and
8699 doc string revised.
8700
8701 2004-03-12 Richard M. Stallman <rms@gnu.org>
8702
8703 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8704 Fix minor bug.
8705
8706 * replace.el (occur-engine): Change message for count of matches.
8707
8708 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8709 For strings, do compare text properties.
8710
8711 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
8712
8713 * progmodes/compile.el (compile-auto-highlight)
8714 (compilation-error-list, compilation-old-error-list)
8715 (compilation-parse-errors-function, compilation-parsing-end)
8716 (compilation-error-message, compilation-directory-stack)
8717 (compilation-enter-directory-regexp-alist)
8718 (compilation-leave-directory-regexp-alist)
8719 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8720 (compilation-current-file, compilation-regexps): Remove vars.
8721
8722 (compile-error-at-point, compilation-error-filedata)
8723 (compilation-error-filedata-file-name, compile-reinitialize-errors)
8724 (compilation-next-error-locus, compilation-forget-errors)
8725 (count-regexp-groupings, compilation-parse-errors)
8726 (compile-collect-regexps, compile-buffer-substring): Remove funs.
8727
8728 (compile-internal): Make obsolete.
8729
8730 (compilation-first-column, compilation-error)
8731 (compilation-directory-matcher, compilation-page-delimiter)
8732 (compilation-mode-font-lock-keywords, compilation-debug)
8733 (compilation-error-face, compilation-warning-face)
8734 (compilation-info-face, compilation-line-face)
8735 (compilation-column-face, compilation-enter-directory-face)
8736 (compilation-leave-directory-face, compilation-skip-threshold)
8737 (compilation-skip-visited, compilation-context-lines): New vars.
8738
8739 (compilation-warning-face, compilation-info-face)
8740 (compilation-message-face): New faces.
8741
8742 (compilation-error-regexp-alist-alist): New constant.
8743
8744 (compilation-face, compilation-directory-properties)
8745 (compilation-assq, compilation-error-properties, compilation-start)
8746 (define-compilation-mode, compilation-loop)
8747 (compilation-set-window): New functions.
8748
8749 (compile): Additional argument for interactive compiles like TeX.
8750
8751 * progmodes/grep.el (kill-grep): Move here from compile.el
8752 (grep-error, grep-hit-face, grep-error-face)
8753 (grep-mode-font-lock-keywords): New variables.
8754 (grep-regexp-alist): Simplify regexp and add `binary' case.
8755 (grep-mode): New mode.
8756 (grep-process-setup): Simplify.
8757
8758 2004-03-11 Jason Rumney <jasonr@gnu.org>
8759
8760 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8761 letters on DOS/Windows.
8762
8763 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * server.el (server-name): New var.
8766 (server-socket-dir): New var to replace server-socket-name.
8767 (server-start): Use them.
8768
8769 2004-03-11 Simon Josefsson <jas@extundo.com>
8770
8771 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8772 died to avoid infloop. Reported by Jonathan Glauner
8773 <jglauner@sbum.org>.
8774
8775 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8778 (smerge-mode-menu): Use it to deactivate menu entries.
8779 (smerge-keep-current): New fun.
8780 (smerge-keep-current): Use it.
8781
8782 2004-03-10 John Paul Wallington <jpw@gnu.org>
8783
8784 * foldout.el (foldout-fold-list, foldout-modeline-string):
8785 Declare them as variables, not constants.
8786
8787 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8788
8789 * ps-print.el: Modification to print *Messages* buffer.
8790 (ps-print-version): New version 6.6.4.
8791 (ps-message-log-max): New fun.
8792 (ps-spool-without-faces, ps-spool-with-faces)
8793 (ps-count-lines-preprint): Code fix.
8794
8795 * printing.el: New tips in Tips section.
8796
8797 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8798
8799 * delim-col.el: Doc fix.
8800
8801 * printing.el: Doc fix. New doc section (Tips).
8802
8803 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * type-break.el (type-break-emacs-variant): Remove.
8806 (type-break-run-at-time, type-break-cancel-function-timers):
8807 Use fboundp rather than version name and number.
8808
8809 2004-03-09 Masatake YAMATO <jet@gyve.org>
8810
8811 * hexl.el (hexl-mode): Use `make-local-variable' instead of
8812 `make-variable-buffer-local'.
8813
8814 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
8815
8816 * find-dired.el (find-dired): Call `shell-command' instead of
8817 `start-process-shell-command'. By this, Tramp takes over
8818 handling of remote directories.
8819
8820 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * newcomment.el (comment-use-global-state): New var.
8823 (comment-search-forward): Use it.
8824
8825 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8826
8827 * cus-edit.el (fill) <defgroup>: Move to fill.el.
8828
8829 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8830 (enable-kinsoku): Make it a defcustom.
8831 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8832 paragraph to same-comment-start-marker.
8833
8834 2004-03-07 Dave Love <fx@gnu.org>
8835
8836 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8837 (browse-url-mail): Use it.
8838
8839 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8840 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8841
8842 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8843
8844 * woman.el (woman-man.conf-path): Doc fix.
8845 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8846
8847 2004-03-07 Eli Zaretskii <eliz@gnu.org>
8848
8849 * sort.el (sort-columns): Remove ms-dos from the list of systems
8850 where the external `sort' command is not used.
8851
8852 2004-03-07 Kim F. Storm <storm@cua.dk>
8853
8854 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8855 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8856 from overlay-arrow-variable-list.
8857 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8858
8859 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
8860
8861 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8862 overlay arrow string properly for the assembler buffer.
8863
8864 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * mail/sendmail.el (mail-mode): Fix last change.
8867
8868 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
8869
8870 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8871 for the assembler buffer.
8872 (gdb-assembler-custom): Position the overlay arrow.
8873 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8874
8875 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8878
8879 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8880 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8881
8882 * mail/sendmail.el (mail-mode): Set comment-start-skip.
8883
8884 * newcomment.el (uncomment-region): Allow non-terminated comment.
8885 (comment-normalize-vars): Check the user-specified comstart marker.
8886
8887 2004-03-04 Jesper Harder <harder@ifa.au.dk>
8888
8889 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8890 Otherwise, do use it if the region only contains font-lock text
8891 properties.
8892
8893 2004-03-04 Masatake YAMATO <jet@gyve.org>
8894
8895 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8896 as the callback function for eldoc.
8897 (hexl-print-current-point-info): New function.
8898 (hexl-current-address): Print the address in both decimal
8899 and hexadecimal format.
8900
8901 2004-03-04 Richard M. Stallman <rms@gnu.org>
8902
8903 * mail/rmail.el (rmail-convert-to-babyl-format):
8904 Specify t for UNIBYTE when calling mail-unquote-printable-region.
8905
8906 * mail/mail-utils.el (mail-unquote-printable-region):
8907 New arg UNIBYTE.
8908
8909 * startup.el (command-switch-alist): Doc fix.
8910
8911 * simple.el (undo): Temporarily set this-command to `undo-start',
8912 then set it to `undo' once undo-start returns without error.
8913
8914 * simple.el (minibuffer-history-sexp-flag): Doc fix.
8915
8916 * simple.el (kill-line): Don't disregard trailing whitespace
8917 in eol condition, if show-trailing-whitespace is set.
8918
8919 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8920 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8921 When disabling, restore old values only if mouse-sel-has-been-enabled.
8922
8923 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8924 (isearch-{-char): New function.
8925 (isearch-mode-map): Bind { to isearch-{-char.
8926
8927 * font-lock.el (lisp-font-lock-keywords-2):
8928 Turn off the CL with-... and do-... general patterns.
8929 Instead, recognize several specific with... and do... constructs.
8930
8931 * files.el (switch-to-buffer-other-window):
8932 Bind same-window-buffer-names and same-window-regexps to nil.
8933 (switch-to-buffer-other-frame): Likewise.
8934
8935 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8936
8937 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8938 recognizing leading comment on code line.
8939
8940 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8941
8942 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8943 hidden files/directories.
8944
8945 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8946
8947 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8948 only comment-start (in case the mode hasn't set it).
8949
8950 * Makefile.in (AUTOGENEL): New var.
8951 (bootstrap-prepare): Rename from bootstrap-clean.
8952 Don't remove elc files.
8953 (maintainer-clean): New target.
8954
8955 * xml.el (xml-get-attribute-or-nil): Simplify.
8956
8957 2004-03-02 Juri Linkov <juri@jurta.org>
8958
8959 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8960 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8961 URL to prevent their substitution with the environment variable
8962 values by browsers.
8963
8964 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8965
8966 * ps-print.el: Doc fix.
8967 (ps-print-version): New version number (6.6.3).
8968 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8969 Docstring fix.
8970 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8971 before printing.
8972 (ps-time-stamp-yyyy-mm-dd): New fun.
8973 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8974
8975 2004-03-02 Kim F. Storm <storm@cua.dk>
8976
8977 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8978
8979 2004-03-01 Juanma Barranquero <lektu@terra.es>
8980
8981 * allout.el (allout-rebullet-heading): Fix typo in docstring.
8982
8983 * desktop.el (desktop-file-version)
8984 (desktop-after-read-hook): Fix typos.
8985 (desktop-clear-preserve-buffers): Remove redundant info in
8986 docstring already shown by the obsolescence message.
8987 (desktop-truncate, desktop-internal-v2s)
8988 (desktop-value-to-string): Change argument name to match docstring.
8989
8990 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8991
8992 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8993 docstring.
8994
8995 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8996
8997 * printing.el: Replace "As Is..." in PostScript file print/preview by
8998 "No Preprocessing...". Suggested by Colin Marquardt
8999 <_marquardt_@zmd.de>.
9000 (pr-insert-section-4): Adjust buffer interface.
9001
9002 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9003
9004 Version 2.0.39 of Tramp released.
9005
9006 * net/tramp.el (tramp-handle-file-local-copy)
9007 (tramp-handle-write-region, tramp-open-connection-rsh):
9008 Variable name typo. Small change. From Patrick Tullmann
9009 <tullmann@flux.utah.edu>.
9010 (tramp-process-connection-type): New variable.
9011 (tramp-maybe-open-connection): Use it.
9012 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9013 (tramp-touch): Set last-modified time of a remote file.
9014 (tramp-handle-write-region): Say which function is used when encoding.
9015
9016 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
9017
9018 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9019 case of non-existing filename, too. Reported by Christoph Bauer
9020 <c_bauer@informatik.uni-kl.de>.
9021 (tramp-smb-get-file-entries): The directory in question should
9022 have permissions "drwxrwxrwx". Just virtual, because we don't
9023 know the real permissions. Don't we know?
9024 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9025 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9026 (tramp-smb-wait-for-output): Optimize algorithm getting pending
9027 output. If it was received chunkwise, there have been problems.
9028 Remove the "prompt not found" error message; it is obvious.
9029 Simplify algorithm.
9030 (tramp-smb-process-running): Remove. Since we acknowledge the
9031 virtual prompt for shares, there's no need for distinction of
9032 reading shares (process ends afterwards) and interactive mode of
9033 smblient.
9034 (tramp-smb-open-connection): Setting process sentinel removed.
9035 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9036 "NT_STATUS_NETWORK_ACCESS_DENIED".
9037 (tramp-smb-maybe-open-connection): Set `process-connection-type'
9038 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9039 (top-level): Setting default value in `tramp-default-method-alist'
9040 corrected. Order of USER and HOST have been wrong.
9041 Nobody complained for months ...
9042 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9043 (tramp-smb-open-connection): Clear password cache if login has failed.
9044
9045 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9046 `tramp-unified-filenames'.
9047 (tramp-completion-mode): Make test for XEmacs explicitely.
9048 `event-to-character' can exists in Emacs packages too.
9049 Reported by Matt Swift <swift@alum.mit.edu>.
9050 (tramp-buffer-name): Buffer name must contain the user if exists.
9051 Reported by Adrian Phillips <a.phillips@met.no>.
9052 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9053 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9054 (tramp-do-copy-or-rename-file-out-of-band): Rename from
9055 `tramp-do-copy-or-rename-file-one-local', because it handles also
9056 the case both files use the same out-of-band method.
9057 Implementation added.
9058 (tramp-handle-file-local-copy, tramp-handle-write-region):
9059 Out-of-band handling removed. `copy-file' called instead, which
9060 calls `tramp-do-copy-or-rename-file-out-of-band'.
9061 (tramp-action-password): Check for out-of-band method removed.
9062 This function is used for 'login-program.
9063 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9064 appropriate.
9065 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9066 and `tramp-parse-sknownhosts'.
9067 (tramp-completion-function-alist): It's a defvar now, because we
9068 want to apply the optimized `tramp-set-completion-function'
9069 instead of a static list.
9070 (tramp-set-completion-function): Implementation tuned.
9071 Avoid double entries, and entries where the function or the
9072 file/directory doesn't exist.
9073 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9074 for SSH2.
9075 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9076 (tramp-handle-dired-compress-file): New function.
9077 (tramp-async-proc): New variable.
9078 (tramp-handle-shell-command): Adding asynchronous processes.
9079 They are far from being perfect, but it works at least for
9080 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9081 (top-level): Require password.el if visible. Should be mandatory
9082 once No Gnus has found its way into (X)Emacs.
9083 (tramp-read-passwd): Invoke `password-read' if available,
9084 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
9085 fallback any longer.
9086 (tramp-clear-passwd): New function.
9087 (tramp-process-actions, tramp-process-multi-actions):
9088 Clear password cache if login has failed.
9089
9090 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
9091 its own module.
9092 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9093 `ange-ftp-ftp-name-res'. There could be incorrect values from
9094 previous calls in case the "ftp" method is used in the Tramp file
9095 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9096
9097 2004-02-28 Richard M. Stallman <rms@gnu.org>
9098
9099 * term.el (term-mouse-paste): Call mouse-set-point.
9100
9101 * thumbs.el: New file.
9102
9103 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9104
9105 * progmodes/ebnf-abn.el: Doc fix.
9106
9107 * progmodes/ebnf-bnf.el: Doc fix.
9108 (ebnf-repeat): Code fix.
9109
9110 * progmodes/ebnf2ps.el: Doc fix.
9111 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9112
9113 2004-02-28 Juri Linkov <juri@jurta.org>
9114
9115 * ffap.el (dired-at-point): Additional writability test for
9116 relative directory names.
9117 (dired-at-point-prompter): Treat directories as a directory, get
9118 the directory component from files.
9119 (ffap-string-at-point): Return string from region if region is active.
9120 (ffap-file-at-point): Remove redundant code.
9121
9122 2004-02-28 Kim F. Storm <storm@cua.dk>
9123
9124 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9125 Initialize margin area images to nil.
9126 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9127 (breakpoint-enabled-bitmap-face)
9128 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9129 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9130 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9131 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9132 (gdb-reset): Use gdb-remove-breakpoint-icons.
9133 (gdb-put-string): Add dprop arg to specify alternative display
9134 property (for setting fringe bitmap).
9135 (gdb-remove-strings): Doc fix.
9136 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9137 icon in fringe (if available), or else as icon or text in display
9138 margin. Creates necessary icons in breakpoint-bitmap,
9139 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9140 Also make left window margin if required.
9141 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9142 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
9143 no longer needed.
9144 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9145 gdb-put-breakpoint-icon.
9146 (gdb-assembler-mode): Don't set left-margin-width here.
9147
9148 2004-02-27 Kevin Ryde <user42@zip.com.au>
9149
9150 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9151 comma, so that it DTRT in macros.
9152
9153 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
9154
9155 * progmodes/sh-script.el (sh-shell-arg)
9156 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9157 (sh-leading-keywords, sh-other-keywords): Fix custom type.
9158
9159 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
9160
9161 * faces.el (face-spec-set-match-display): Add a new attribute,
9162 `min-colors'.
9163 (region, highlight, secondary-selection): Use `min-colors'.
9164
9165 * custom.el (defface): Add documentation for `min-colors'.
9166
9167 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9168 (font-lock-keyword-face, font-lock-function-name-face)
9169 (font-lock-variable-name-face, font-lock-constant-face):
9170 Use `min-colors'.
9171
9172 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9173
9174 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9175
9176 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
9177 define assq-delete-all if it's not defined.
9178 (ebnf-generate-region): Code fix.
9179
9180 * printing.el: Doc fix.
9181 (pr-version): New version number (6.7.2).
9182 (pr-command): Return empty string if command is an empty string.
9183
9184 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9185
9186 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9187
9188 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
9189 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9190 semi-down-full. Fix a bug on productions like test = {"test"}* | (
9191 "tt" ["test"] ). Reported by Markus Dreyer
9192 <mdreyer@ix.urz.uni-heidelberg.de>.
9193 (ebnf-version): New version number (4.0).
9194 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9195 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9196 (ebnf-delete-style): New commands.
9197 (ebnf-directory, ebnf-file): New funs.
9198 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9199 (ebnf-production-name-p, ebnf-stop-on-error): New options.
9200 (ebnf-syntax-alist): New var.
9201 (ebnf-element-width): New fun replacing ebnf-list-width.
9202 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9203 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9204 (ebnf-prologue): Adjust vars.
9205 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9206 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9207 (ebnf-check-style-values, ebnf-generate-production)
9208 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9209 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9210 (ebnf-token-repeat): Code fix.
9211
9212 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
9213 %right, %left and %prec. Suggested by Matthew K. Junker
9214 <junker@alum.mit.edu>.
9215 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9216
9217 * progmodes/ebnf-iso.el: Doc fix.
9218 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9219 (ebnf-iso-lex): Code fix.
9220
9221 * progmodes/ebnf-bnf.el: Doc fix.
9222 (ebnf-bnf-lex): Code fix.
9223
9224 * progmodes/ebnf-otz.el: Doc fix.
9225
9226 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
9227
9228 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
9229 (abbrev-prefix-mark): Doc fix.
9230
9231 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
9232
9233 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9234 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9235 (gdb-var-delete): Make interactive (really).
9236 (gdb-edit-value): Make non-interactive.
9237
9238 * progmodes/gud.el (gud-speedbar-menu-items):
9239 Add gdb-var-delete and, indirectly, gdb-edit-value.
9240 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9241 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9242 (gud-gdb-marker-filter): Add comment for annotations.
9243
9244 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9245
9246 * calendar/calendar.el (generate-calendar)
9247 (calendar-read-date): Prevent display of BC calendars once more -
9248 reverts 2003-10-01 change.
9249 (generate-calendar-month): Doc fix.
9250
9251 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
9252
9253 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9254 return value of increment-calendar-month.
9255
9256 2004-02-21 Stephen Compall <s11@member.fsf.org>
9257
9258 * saveplace.el (save-place-forget-unreadable-files)
9259 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9260 (save-place-forget-unreadable-files): New function.
9261 (save-place-alist-to-file): Use it to filter out files that are
9262 no longer readable.
9263
9264 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9265 current Texinfo environment, using the same method as in
9266 `texinfo-insert-@end', and insert a space rather than a newline if
9267 point in a @table environment.
9268
9269 2004-02-21 Juri Linkov <juri@jurta.org>
9270
9271 * ffap.el (ffap-file-at-point): Try parent directories.
9272
9273 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
9274
9275 * vcursor.el (vcursor-modifiers): New defcustom.
9276 (vcursor-cs-binding): Use vcursor-modifiers instead of a
9277 hard-coded list.
9278
9279 2004-02-21 Masatake YAMATO <jet@gyve.org>
9280
9281 * play/animate.el (animate-birthday-present): Accept names other
9282 than `Sarah', too.
9283
9284 2004-02-21 Juri Linkov <juri@jurta.org>
9285
9286 * startup.el: Remove table of command line arguments from the
9287 Commentary section.
9288
9289 2004-02-20 John Wiegley <johnw@newartisans.com>
9290
9291 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9292 again" modifier from 'e' to 'E', since 'e' is also used by the
9293 "file extension" modifier.
9294
9295 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
9296
9297 * help-fns.el (describe-categories): Doc fix.
9298
9299 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
9300
9301 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9302 temporary file for buffer already visiting one. This change makes
9303 output likely to be directly usable by patch program.
9304 Suggested by Adrian Aichner <adrian@xemacs.org>
9305
9306 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
9307
9308 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9309 case of variables defined in compound statements.
9310 (gdb-setup-windows, gdb-source-info, gdb-source-info):
9311 Simplify constructions using switch-to-buffer.
9312
9313 2004-02-19 Simon Josefsson <jas@extundo.com>
9314
9315 * play/morse.el: Fix typo.
9316 (morse-code): Add @.
9317
9318 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9319
9320 * calendar/appt.el (appt-display-format): Change default to
9321 'ignore, for backwards compatibility.
9322 (appt-display-message): If appt-display-format is 'ignore,
9323 respect old vars appt-msg-window and appt-visible.
9324 (appt-activate): Don't depend on return value of cancel-timer.
9325
9326 * calendar/calendar.el (calendar-holidays): Doc fix.
9327
9328 * calendar/cal-coptic.el (coptic-prompt-for-date):
9329 Use assoc-string instead of assoc-ignore-case.
9330 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9331 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9332 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9333 * calendar/cal-islam.el (calendar-goto-islamic-date)
9334 (mark-islamic-diary-entries): Ditto.
9335 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9336 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9337 (calendar-read-mayan-tzolkin-date): Ditto.
9338 * calendar/calendar.el (calendar-read-date): Ditto.
9339 * calendar/diary-lib.el (mark-diary-entries): Ditto.
9340
9341 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
9342
9343 * progmodes/executable.el (executable-command-find-posix-p):
9344 Fix choice of the directory.
9345
9346 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
9347
9348 * simple.el (interprogram-cut-function)
9349 (interprogram-paste-function, kill-new, kill-append):
9350 Doc fixes.
9351 (kill-region): Make it return nil. Doc fix.
9352 (yank-pop): Make its argument optional.
9353 (yank): Make ARG `-' equivalent to `-1'.
9354
9355 2004-02-17 Eli Zaretskii <eliz@gnu.org>
9356
9357 * mail/rmail.el (rmail-get-new-mail): Don't reference
9358 rmail-use-spam-filter if rmail-spam-filter is not loaded.
9359
9360 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
9361
9362 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9363 if one of global-auto-revert-non-file-buffers or autorevert-mode
9364 is non-nil.
9365
9366 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9367
9368 * subr.el (delete-dups): A better implementation from Karl Heuer
9369 <kwzh@gnu.org>.
9370
9371 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9372
9373 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9374 correct place.
9375 * progmodes/icon.el (icon-indent-command): Ditto.
9376 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9377
9378 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9379
9380 * progmodes/grep.el (grep-compute-defaults): Undo change from
9381 2004-01-29: don't use executable-command-find-posix-p.
9382
9383 2004-02-16 Richard Sharman <rsharman@pobox.com>
9384
9385 * hilit-chg.el: Use require instead of eval-and-compile.
9386 (highlight-compare-buffers): New function.
9387
9388 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9389
9390 * man.el (Man-fontify-manpage): Render section headings in
9391 `Man-overstrike-face' even when overstrike was not used by man
9392 formatter for section headings.
9393
9394 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9395
9396 * rmail-spam-filter.el: (vm-use-spam-filter)
9397 (rsf-min-region-length-added-to-spam-list): New variables.
9398 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9399 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9400 spam testing. Don't delete spam message if automatic deletion
9401 after output via variable rmail-delete-after-output is turned on.
9402 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9403 rsf-bbdb-dont-create-entries-for-spam.
9404 (check-field): New function, extracted from code in
9405 rmail-spam-filter to ease addition of header fields like content-type.
9406 (message-content-type): New variable to check the content-type:
9407 field added, also in defcustom of rsf-definitions-alist.
9408 (rmail-spam-filter): Replace repeated test code for header fields
9409 by calls to check-field; change the call to
9410 rmail-output-to-rmail-file such that rmail-current-message stays
9411 the same to avoid wrong deletion of unseen flags.
9412 (rsf-add-contents-type): New function to convert old format
9413 of rmail-spam-definitions-alist into new one.
9414 Change prefixes of all variables and functions from
9415 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9416
9417 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9418
9419 * loadhist.el (unload-hook-features-list): New defvar.
9420
9421 2004-02-16 Dave Love <fx@gnu.org>
9422
9423 * loadhist.el (unload-feature): Doc fix. Rename flist to
9424 unload-hook-features-list.
9425
9426 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
9427
9428 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9429 cookie. Don't check if we are looking-at open-formula.
9430
9431 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9432
9433 * subr.el (match-string-no-properties): Use substring-no-properties.
9434
9435 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9436
9437 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9438 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9439 Use lower-case "rx" in all error message.
9440
9441 2004-02-16 Dave Love <fx@gnu.org>
9442
9443 * emacs-lisp/rx.el (rx-or): Put group around result.
9444 (rx-constituents): Add backref.
9445 (rx-syntax): Add string-delimiter, comment-delimiter.
9446 (rx-categories): Add combining-diacritic.
9447 (rx-check-not, rx-greedy, rx): Doc fix.
9448 (rx-backref, rx-check-backref): New.
9449
9450 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9451
9452 * newcomment.el (uncomment-region): Allow eob as comment end.
9453
9454 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9455
9456 * filecache.el: All message and error commands now use prefix
9457 "Filecache:" to make it easy to read *Messages* buffer.
9458
9459 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9460
9461 * autorevert.el: Add support to detect changed dired and VC buffers.
9462 (auto-revert-active-p, auto-revert-list-diff)
9463 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9464 (auto-revert-handler, auto-revert-active-p): New functions.
9465 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9466 and `auto-revert-active-p'.
9467 (eval-when-compile): Defvar dired-directory and vc-mode.
9468 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9469 (auto-revert-handler-vc): New functions.
9470
9471 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9472
9473 * progmodes/compile.el (compilation-directory): New defvar.
9474 (compile): Save current directory in compilation-directory.
9475 (recompile): Bind default-directory to compilation-directory if
9476 that is non-nil.
9477
9478 2004-02-16 Dave Love <fx@gnu.org>
9479
9480 * newcomment.el (comment-insert-comment-function)
9481 (comment-region-function, uncomment-region-function): New.
9482 (comment-indent): Use comment-insert-comment-function.
9483 (uncomment-region): Use uncomment-region-function.
9484 (comment-region): Use comment-region-function.
9485
9486 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9487
9488 2004-02-16 Richard Stallman <rms@gnu.org>
9489
9490 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9491 loaddefs* and ldefs-boot*.
9492
9493 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9494
9495 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9496 and email address at the beginning and end of the address.
9497
9498 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9499 anchored at the beginning of the email address.
9500
9501 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
9502
9503 * international/ccl.el (ccl-compile-write): Pass `left' to
9504 ccl-embed-code to generate correct code of write-expr-register.
9505
9506 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
9507
9508 * progmodes/grep.el (grep-compute-defaults): Fix typos.
9509
9510 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9511
9512 * x-dnd.el: Mention support for Motif in commentary.
9513 (x-dnd-handle-drag-n-drop-event): Ditto.
9514
9515 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9516
9517 * ses.el: Use "ses--" prefixes for buffer-local variables.
9518 Use (point-min) instead of 1, even when we know the buffer
9519 is unnarrowed.
9520 (ses-build-load-map): Delete. Distribute its content to defconst's for
9521 the three maps.
9522 (ses-menu, ses-header-line-menu): New menus.
9523 (ses-mode-map): Use them.
9524 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
9525
9526 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
9527
9528 * Makefile.in: Fix the CC Mode recompile kludge so it works
9529 when building in a different directory.
9530
9531 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
9532
9533 * simple.el (kill-new): Put yank-handler property on the entire string.
9534
9535 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9536
9537 * diff.el: Don't use compile any more, use diff-mode instead.
9538 (diff-regexp-alist, diff-old-file, diff-new-file)
9539 (diff-parse-differences, diff-process-setup): Remove.
9540 (diff-sentinel): New fun.
9541 (diff): Use it. Run the process ourselves.
9542 Use diff-mode for the rest of the processing.
9543
9544 * diff.el (diff): Simplify code handling `switch'.
9545
9546 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * pcvs-defs.el (cvs-menu): Add `tag'.
9549
9550 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9551
9552 * simple.el (kill-append): Doc fix.
9553
9554 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9555 Adapt outline-regexp to the new conventions for commenting out code.
9556
9557 2004-02-11 John Paul Wallington <jpw@gnu.org>
9558
9559 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9560
9561 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * diff.el (diff-switches): New fun.
9564 (diff, diff-backup): Use it.
9565 (diff): Clean up the args construction. Use backquote.
9566 Use listp instead of consp to avoid putting a nil arg.
9567 (diff): Add a revert-buffer function.
9568
9569 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9570
9571 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
9572 handled by x-dnd-handle-file-name.
9573 (x-dnd-known-types): Add COMPOUND_TEXT.
9574 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9575 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9576 x-dnd-empty-state.
9577 (x-dnd-forget-drop): Ditto.
9578 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9579 (x-dnd-handle-one-url): Return private when inserting text.
9580 (x-dnd-insert-ctext): New function.
9581 (x-dnd-handle-file-name): New function for FILE_NAME.
9582 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9583 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9584 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9585
9586 2004-02-10 Kenichi Handa <handa@m17n.org>
9587
9588 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9589 instead of while loop.
9590
9591 2004-02-10 Miles Bader <miles@gnu.org>
9592
9593 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9594
9595 2004-02-09 Kenichi Handa <handa@m17n.org>
9596
9597 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9598 have end-of-line.
9599
9600 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9601
9602 * Makefile.in: Added extra dependencies in the recompile target
9603 needed to cope with the compile time macro expansions in CC Mode.
9604
9605 2004-02-09 Kim F. Storm <storm@cua.dk>
9606
9607 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9608 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9609 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9610 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9611 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9612 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9613 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9614 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9615 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9616 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9617 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9618
9619 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9622 Don't allow shrink if there's a window on our right.
9623
9624 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9625 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9626 Bring together declaration and initialization.
9627 (prolog-mode-variables): Don't set the syntax table.
9628 Don't set paragraph-start and comment-indent-function.
9629 Add /*..*/ to the comment regexps.
9630 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
9631 (prolog-mode-map): Don't bind TAB.
9632 (prolog-mode): Set the syntax table.
9633 (prolog-comment-indent): Remove.
9634 (inferior-prolog-mode-map): Initialize in the declaration.
9635 (inferior-prolog-mode-syntax-table)
9636 (inferior-prolog-mode-abbrev-table): New vars.
9637 (inferior-prolog-mode): Derive from comint-mode.
9638 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9639 minibuffer windows.
9640
9641 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9642 in file names, as long as it is unabmiguous.
9643
9644 2004-02-08 Andreas Schwab <schwab@suse.de>
9645
9646 * textmodes/reftex-toc.el
9647 (reftex-toc-load-all-files-for-promotion): Remove useless use of
9648 format. Doc fix.
9649
9650 * textmodes/refer.el (refer-find-entry-internal): Remove extra
9651 format string arguments.
9652
9653 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9654 string argument.
9655
9656 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9657
9658 * play/zone.el (zone-call): Fix format string.
9659
9660 * net/webjump.el (webjump-builtin): Add missing format string argument.
9661
9662 * midnight.el (midnight-delay-set): Remove extra format string argument.
9663
9664 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9665
9666 * hexl.el (hexl-insert-char): Add missing format string argument.
9667
9668 * format.el (format-decode): Fix format string.
9669
9670 * emulation/vi.el (vi-mode): Remove extra format string argument.
9671 (vi-repeat-last-search): Likewise.
9672 (vi-reverse-last-search): Likewise.
9673 (vi-goto-mark): Likewise.
9674 (vi-reverse-last-find-char): Likewise.
9675 (vi-repeat-last-find-char): Likewise.
9676 (vi-locate-def): Likewise.
9677
9678 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9679
9680 * ediff-util.el (ediff-toggle-read-only): Remove extra format
9681 string argument.
9682 (ediff-toggle-regexp-match): Likewise.
9683
9684 * dired-aux.el (dired-do-query-replace-regexp): Add missing
9685 format string argument.
9686
9687 * calc/calc-map.el (calc-get-operator): Remove extra format
9688 string argument.
9689
9690 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9691
9692 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9693 string argument.
9694
9695 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9696
9697 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9698
9699 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9700
9701 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9702 (cl-struct-setf-expander): Likewise.
9703
9704 * vc.el (with-vc-file): Fix unsafe uses of error.
9705 (vc-cancel-version): Likewise.
9706
9707 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
9708
9709 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9710 thousands separator; fixes <class>:<line-number> regexp for
9711 non-english locales.
9712
9713 2004-02-08 Andreas Schwab <schwab@suse.de>
9714
9715 * view.el (view-mode-enable): Revert previous change.
9716
9717 2004-02-07 Kim F. Storm <storm@cua.dk>
9718
9719 * simple.el (line-number-at-pos): Rename from line-at-pos.
9720 Uses changed (what-line and vc-annotate-warp-version).
9721
9722 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9725 (diff-mode): Remove aborted attempt at support for compile.el.
9726 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9727
9728 2004-02-06 Andreas Schwab <schwab@suse.de>
9729
9730 * view.el (view-mode-enable): Add view-mode-map to
9731 minor-mode-overriding-map-alist.
9732
9733 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9734
9735 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9736
9737 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9740 with point inside rather than after the paragraph.
9741
9742 2004-02-04 Sam Steingold <sds@gnu.org>
9743
9744 * mail/smtpmail.el (smtpmail-try-auth-methods):
9745 Do not try authentication when no mechanism is available.
9746 Pass port-name as defaultport to `netrc-machine'.
9747
9748 2004-02-04 Stephen Eglen <stephen@gnu.org>
9749
9750 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9751 to show how minibuffer height can be constrained.
9752
9753 2004-02-04 John Paul Wallington <jpw@gnu.org>
9754
9755 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9756
9757 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9758
9759 * x-dnd.el: New file for drag and drop.
9760
9761 * term/x-win.el: require x-dnd, set after-make-frame-functions
9762 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9763 drag-n-drop event.
9764
9765 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9766 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9767 (dired-dnd-handle-file): New functions for drag and drop support.
9768 (dired-mode): Initialize drag and drop if x-dnd present.
9769
9770 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9773 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9774 (cperl-mode): Set fill-paragraph-function.
9775 (cperl-fill-paragraph): Make it non-interactive.
9776
9777 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
9778
9779 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9780
9781 2004-02-02 David Kastrup <dak@gnu.org>
9782
9783 * replace.el (perform-replace): Allow 'literal argument in
9784 regexp-flag to indicate literal replacement.
9785 (query-replace-regexp-eval): Use it.
9786
9787 2004-02-01 Andreas Schwab <schwab@suse.de>
9788
9789 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9790
9791 2004-02-01 Stephen Eglen <stephen@gnu.org>
9792
9793 * info-look.el: Add support for maxima-mode. Update commentary
9794 because info-lookup-symbol is now bound to C-h S.
9795
9796 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
9797
9798 * simple.el (edit-and-eval-command): Bind print-level and
9799 minibuffer-history-sexp-flag around call to read-from-minibuffer.
9800 Correct initial position in command-history.
9801
9802 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9803
9804 * files.el (read-directory-name): Adapt the docstring to recent
9805 change in Fread_file_name.
9806
9807 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
9808
9809 * ses.el (ses-print-cell): If print format too wide for column
9810 width, truncate decimal places if that helps to avoid "#####" fill.
9811 * ses.el (ses-initial-column-width): Revert previous change.
9812
9813 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9816 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9817 Add edebug info.
9818 (jit-lock-mode): Setup/cancel the new timer.
9819 (jit-lock-context-fontify): New fun. Extracted from
9820 context fontification code of jit-lock-stealth-fontify.
9821 (jit-lock-stealth-fontify): Don't do context fontification any more.
9822
9823 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9824 (jit-lock-fontify-now): Handle the `quit' case.
9825 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9826
9827 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
9828
9829 * progmodes/executable.el (executable-command-find-posix-p):
9830 New. Check if find handles arguments Posix-style.
9831
9832 * progmodes/grep.el (grep-compute-defaults):
9833 Use executable-command-find-posix-p.
9834 (grep-find): Check `grep-find-command'.
9835
9836 * filecache.el (file-cache-find-posix-p): Delete.
9837 (file-cache-add-directory-using-find):
9838 Use `executable-command-find-posix-p'.
9839
9840 2004-01-29 Dave Love <fx@gnu.org>
9841
9842 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9843 Iterate the hook function if arg is given.
9844 (mark-defun, narrow-to-defun): Change order of finding the limits.
9845
9846 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9847 (byte-compile-format-warn): New.
9848 (byte-compile-callargs-warn): Use it.
9849 (Format, message, error): Add byte-compile-format-like property.
9850 (byte-compile-maybe-guarded): New.
9851 (byte-compile-if, byte-compile-cond): Use it.
9852 (byte-compile-lambda): Compile interactive forms,
9853 just to make warnings about them.
9854
9855 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
9856
9857 * ses.el (ses-initial-column-width): Increase to 14, so it will
9858 work well with the default printer of "%.7g" for extreme values
9859 like "-1.234567e+07".
9860
9861 2004-01-29 Kenichi Handa <handa@m17n.org>
9862
9863 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9864
9865 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
9866
9867 * dos-w32.el: Added support for the `default-printer-name' function.
9868
9869 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * server.el (server-socket-name): Don't use the hostname in the
9872 socket name since /tmp is local to the host anyway.
9873
9874 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9875 robust check of widening and fix var-naming.
9876
9877 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
9878
9879 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9880 or rmail-spam- to rsf- in all function and variable names.
9881 (rsf-min-region-to-spam-list): New variable.
9882 (rsf-bbdb-auto-delete-spam-entries): Rename from
9883 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
9884 scanned together with the recipients field for spam testing; Don't
9885 delete spam message if rmail-delete-after-output is non-nil;
9886 (rsf-check-field): New function, extracted from code in
9887 rmail-spam-filter to ease addition of header fields like
9888 content-type:;
9889 (message-content-type): New variable. The content-type: field was
9890 added also in defcustom of rsf-definitions-alist;
9891 (rmail-spam-filter): Replace repeated test code for header fields
9892 by calls to check-field; change the call to
9893 rmail-output-to-rmail-file such that rmail-current-message stays
9894 the same to avoid wrong deletion of unseen flags.
9895 (rmail-use-spam-filter): Add autoload cookie.
9896
9897 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
9898
9899 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
9900 (file-cache-add-directory-using-find): Add Cygwin support.
9901 (file-cache-find-command-posix-flag): New user variable.
9902
9903 * filecache.el (file-cache-add-directory): Check for
9904 directories an remove them from dir-files.
9905
9906 2004-01-27 Richard M. Stallman <rms@gnu.org>
9907
9908 * man.el (Man-fontify-manpage): Clean up message.
9909
9910 2004-01-27 Kenichi Handa <handa@m17n.org>
9911
9912 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9913 (sentence-end): Define using sentence-end-without-space.
9914
9915 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9916 a sentence ends with one of a character in sentence-end-without-space.
9917
9918 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * font-lock.el (font-lock): Add jit-lock as explicit group member.
9921 (jit-lock): Group declaration moved to jit-lock.el.
9922 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9923 when necessary.
9924
9925 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9926 (jit-lock-context-unfontify-pos): Rename from
9927 jit-lock-first-unfontify-pos.
9928 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9929
9930 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9931
9932 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9933 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9934 (fortran-fill): When filling a string, adjust re-search-backward
9935 argument for special case of string just on fill-column.
9936 When filling non-string, allow one extra char if
9937 fortran-break-before-delimiters is non-nil.
9938 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9939 Use fortran-break-delimiters-re and fortran-no-break-re to
9940 correctly handle cases such as "**".
9941
9942 * progmodes/f90.el (f90-break-delimiters): Doc fix.
9943 (f90-no-break-re): Add some extra tokens. Doc fix.
9944
9945 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
9946
9947 * mail/rmail-spam-filter.el:
9948 Use two semicolons as Commentary line prefix.
9949 Add ";;; Code:" stylized comment.
9950 Delete end-of-line whitespace.
9951 Wrap (require 'cl) with `eval-when-compile'.
9952
9953 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
9954
9955 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9956 at the top level of vc.el.
9957
9958 2004-01-23 Andre Spiegel <spiegel@gnu.org>
9959
9960 * vc.el (vc-current-line): Function removed. This is now done by
9961 the new function line-at-pos in simple.el.
9962 (vc-annotate-warp-version): Use line-at-pos instead of
9963 vc-current-line.
9964
9965 2004-01-22 Kim F. Storm <storm@cua.dk>
9966
9967 * simple.el (line-at-pos): New defun.
9968 (what-line): Use it. Optimize by only counting lines in narrowed
9969 region once.
9970
9971 2004-01-22 Kenichi Handa <handa@m17n.org>
9972
9973 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9974 point (register r1) only for charset mule-unicode-0100-24ff.
9975
9976 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
9977
9978 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9979 trailing white space and ensure a final newline.
9980
9981 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9982 Add autoload cookie.
9983
9984 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
9985
9986 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9987 activate view-mode explicitly.
9988
9989 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9990
9991 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9992 use clipboard first.
9993
9994 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
9997 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9998 (vc-mcvs-cvs): Remove.
9999 (vc-mcvs-command): Remove use of assert.
10000
10001 * outline.el (outline-insert-heading): Tighten up match.
10002 (outline-demote, outline-move-subtree-down): Don't assume anything
10003 about outline-regexp.
10004
10005 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10006 (texinfo-show-structure): Explicitly add ^, and simplify.
10007
10008 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10009
10010 * calendar/appt.el (appt-check): Restore usage of
10011 appt-issue-message deleted in previous change.
10012 (top-level): Activate package when loaded (needed for backwards
10013 compatibility).
10014
10015 2004-01-20 Jesper Harder <harder@ifa.au.dk>
10016
10017 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10018 following previous change to smtpmail-send-data.
10019
10020 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
10021
10022 * vc.el (vc-default-previous-version): Doc enhancement.
10023 (vc-default-next-version): New function.
10024 (vc-print-log): New arg FOCUS-REV.
10025 (vc-annotate-mode): Derive from view-mode.
10026 (vc-annotate): New args REVISION, DISPLAY-MODE.
10027 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10028 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10029 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10030 (vc-annotate-show-diff-revision-at-line, vc-current-line)
10031 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10032
10033 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10034
10035 2004-01-19 Karl Berry <karl@gnu.org>
10036
10037 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10038 or "TexInfo".
10039
10040 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
10041
10042 * subr.el (delete-dups): New function.
10043
10044 2004-01-19 Karl Berry <karl@gnu.org>
10045
10046 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10047 with ^, since that's what texinfo-show-structure
10048 documentation says (plus it works much better in texinfo.txi).
10049
10050 2004-01-18 Jesper Harder <harder@ifa.au.dk>
10051
10052 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10053
10054 2004-01-18 David Ponce <david@dponce.com> (tiny change)
10055
10056 * progmodes/which-func.el (which-function-mode): Don't cancel
10057 which-func-update-timer if not set.
10058
10059 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
10060
10061 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10062 Remove spurious left square bracket in XX:XXam regexp.
10063
10064 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
10065
10066 * progmodes/cc-defs.el: Do not require cl at run time.
10067
10068 2004-01-16 Richard M. Stallman <rms@gnu.org>
10069
10070 * emacs-lisp/cl.el (cl-cannot-unload): New function.
10071 (cl-unload-hook): Defvar this to run cl-cannot-unload.
10072
10073 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10074 Call rmail-spam-filter. Delete and expunge spam.
10075 Print number of spam messages deleted.
10076 Save and restore the deletion status of old messages when reading
10077 new mail with spam filter, so that expunging spam does not expunge
10078 msgs deleted by the user.
10079 (rmail-only-expunge): Add an optional argument dont-show to
10080 prevent showing message after expunge.
10081
10082 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10083
10084 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10085 * subr.el (declare): New macro.
10086
10087 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
10088
10089 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10090
10091 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
10092
10093 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10094 Test window-system rather than system-type (for X11/Mac).
10095
10096 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
10097
10098 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10099
10100 2004-01-12 Richard M. Stallman <rms@gnu.org>
10101
10102 * mail/rmail.el (rmail-convert-to-babyl-format):
10103 Use mail-unquote-printable-region.
10104 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10105 (rmail-hex-char-to-integer): Functions deleted.
10106
10107 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10108 (mail-unquote-printable-region): New arg NOERROR.
10109 For invalid encoding, either signal an error to just return nil.
10110
10111 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10112
10113 * calendar/appt.el: Update copyright and commentary.
10114 (appt-issue-message): Make obsolete.
10115 (appt-visible, appt-msg-window): Make obsolete, in favour of
10116 appt-display-format.
10117 (appt-display-mode-line, appt-display-duration)
10118 (appt-display-diary, appt-time-msg-list, appt-mode-string)
10119 (appt-prev-comp-time, appt-display-count, appt-timer)
10120 (appt-convert-time): Doc change.
10121 (appt-disp-window-function, appt-delete-window-function):
10122 Use defcustom rather than defvar.
10123 (appt-display-format): New variable.
10124 (appt-display-message): New function with display code from appt-check.
10125 (appt-check): Add optional FORCE argument. Doc change.
10126 Add appt-make-list to diary-hook if displaying diary.
10127 Remove checking of view-diary-entries-initially.
10128 Message display section removed to new function appt-display-message.
10129 (appt-display-window): Doc change. Remove unused internal var
10130 this-buffer. Do not beep, since appt-display-message does that.
10131 (appt-make-list): Doc change. Use caar.
10132 (appt-sort-list): Simplify by using builtin sort function.
10133 (appt-update-list): New function for updating appts when diary is
10134 saved.
10135 (appt-activate): New autoloaded function to toggle package
10136 functionality.
10137
10138 * calendar/cal-x.el: (calendar-one-frame-setup)
10139 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10140
10141 * calendar/calendar.el: Update copyright.
10142 (view-diary-entries-initially, european-calendar-style): Doc change.
10143 (calendar-setup): Make defcustom rather than defvar.
10144 (mark-visible-calendar-date): Initialize temp-face and faceinfo
10145 in let binding so local to function.
10146
10147 * calendar/diary-lib.el: Update copyright.
10148 (diary, diary-entry-time): Doc change.
10149 (list-diary-entries): Doc change. Trivial logic change.
10150 (fancy-diary-display): Restore make-face command mistakenly
10151 deleted 2003-05-08.
10152 (show-all-diary-entries): Allow to pop-up frame if needed.
10153
10154 2004-01-09 John Paul Wallington <jpw@gnu.org>
10155
10156 * bindings.el (mode-line-change-eol): Add EVENT parameter.
10157 Temporarily select EVENT's window for changing eol type.
10158
10159 2004-01-09 Deepak Goel <deego@gnufans.org>
10160
10161 * calendar/diary-lib.el (diary-entry-time):
10162 Also accept time in the form XX[.XX][am/pm/AM/PM].
10163 (fancy-diary-font-lock-keywords): Likewise.
10164 (diary-font-lock-keywords): Likewise.
10165 * calendar/appt.el (appt-add): Likewise.
10166 (appt-make-list): Likewise.
10167 (appt-convert-time): Likewise.
10168
10169 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
10170
10171 * gdb-ui.el (gdb-ann3): Revert previous change.
10172 (gdb-source-info): Allow for case of where compilation directory
10173 is not recorded.
10174
10175 2004-01-08 John Paul Wallington <jpw@gnu.org>
10176
10177 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10178
10179 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
10180
10181 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10182
10183 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10184 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10185 problems.
10186 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10187
10188 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10189
10190 * files.el (write-file-functions, write-contents-functions):
10191 Clarify docstrings.
10192
10193 2004-01-07 Kenichi Handa <handa@m17n.org>
10194
10195 * international/mule.el (set-auto-coding): Fix for the case that
10196 end-of-line is only CR.
10197
10198 2004-01-07 Kim F. Storm <storm@cua.dk>
10199
10200 * subr.el (event-start, event-end): Doc fix.
10201 (posn-string, posn-image): New defuns.
10202 (posn-object): Return either image or string object.
10203 (posn-object-x-y): Return 8th element of position.
10204 (posn-object-width-height): New defun.
10205
10206 2004-01-06 Andreas Schwab <schwab@suse.de>
10207
10208 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10209 output.
10210
10211 2004-01-05 Karl Berry <karl@gnu.org>
10212
10213 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10214 / and *, too.
10215
10216 2003-12-31 Simon Josefsson <jas@extundo.com>
10217
10218 * files.el (before-save-hook): Add.
10219 (basic-save-buffer): Use before-save-hook.
10220
10221 * emacs-lisp/copyright.el: Fix comment to recommend
10222 before-save-hook instead of write-file-functions.
10223
10224 2004-01-05 Richard M. Stallman <rms@gnu.org>
10225
10226 * finder.el (finder-commentary): Call delete-other-windows.
10227
10228 * net/ange-ftp.el (ange-ftp-file-attributes):
10229 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10230
10231 2004-01-04 Karl Berry <karl@gnu.org>
10232
10233 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10234 comment characters % and # in the copyright year notice,
10235 as well as ;.
10236
10237 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
10238
10239 * wid-edit.el (default): Define dummy :value-delete.
10240 Reported by Jesper Harder <harder@ifa.au.dk>.
10241
10242 2004-01-03 Richard M. Stallman <rms@gnu.org>
10243
10244 * progmodes/compile.el (compile-internal): Use point, not point-min,
10245 for set-window-point.
10246
10247 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10248
10249 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10250
10251 * progmodes/grep.el (grep-mode-map):
10252 Don't remap next-line, previous-line.
10253
10254 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
10255
10256 * speedbar.el (speedbar-edit-line): Change regexp to position
10257 the cursor on the first character of this line's button.
10258
10259 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10260
10261 * subr.el (functionp): Doc fix.
10262
10263 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
10264
10265 * progmodes/idlwave.el (idlwave-make-tags):
10266 * textmodes/flyspell.el (flyspell-large-region):.
10267 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10268 * emulation/viper-util.el (viper-glob-unix-files):
10269 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10270 * man.el (Man-init-defvars):
10271 * jka-compr.el (jka-compr-call-process):
10272 * files.el (get-free-disk-space,insert-directory):
10273 * ediff-ptch.el (ediff-test-patch-utility):
10274 * ediff-diff.el (ediff-test-utility):
10275 * dired-aux.el (dired-check-process):
10276 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10277 test the return value of call-process, because it can be a string.
10278
10279 2003-12-31 John Paul Wallington <jpw@gnu.org>
10280
10281 * bindings.el (completion-ignored-extensions): Add .pfsl.
10282
10283 2003-12-31 Kim F. Storm <storm@cua.dk>
10284
10285 * ido.el (ido-nonreadable-directory-p): New defun to check for
10286 nonreadable directory without activating tramp (to avoid problems
10287 with checking incomplete tramp paths).
10288 (ido-set-current-directory, ido-file-internal)
10289 (ido-file-name-all-completions1): Use it.
10290
10291 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10292
10293 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10294 documentation if the anchor (or node) name is preceded by `info
10295 anchor' or `Info anchor' in addition to earlier `info node' and
10296 `Info node'.
10297 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10298
10299 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10300
10301 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10302 error in arguments to base64-decode-region. Remove ^M characters
10303 after decoding base64.
10304
10305 2003-12-30 Simon Josefsson <jas@extundo.com>
10306
10307 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
10308 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10309 have only been distributed with Emacs for some years.
10310 (texinfo-mode-hook): Customize.
10311
10312 2003-12-30 Eli Zaretskii <eliz@gnu.org>
10313
10314 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10315 cleaner (suggested by Richard Stallman).
10316
10317 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10318 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10319 file-name clashes on 8+3 DOS filesystems.
10320
10321 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10322 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10323 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10324 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10325 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10326 file-name clashes on 8+3 filesystems.
10327
10328 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10329 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10330 file-name clashes on 8+3 DOS filesystems.
10331
10332 2003-12-29 Richard M. Stallman <rms@gnu.org>
10333
10334 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10335 Upcase the character.
10336
10337 * textmodes/flyspell.el (mail-mode-flyspell-verify):
10338 Search for header separator alone on a line, literally,
10339 and search for it backward, not forward.
10340 (flyspell-abbrev-table): Always use global-abbrev-table
10341 if there is no local one.
10342
10343 * progmodes/sh-script.el (sh-get-indent-info):
10344 Don't move point back if at bob.
10345
10346 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10347
10348 * play/handwrite.el (handwrite): Make the handwrite credit message
10349 a comment rather than an output command.
10350
10351 * obsolete/sc.el: Display message that this file is obsolete.
10352
10353 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10354
10355 * mail/rfc822.el (rfc822-address-start): Declare variable.
10356 Renamed from address-start. All uses changed.
10357
10358 * term.el (term-exec): Set up sentinel.
10359 (term-sentinel): New function.
10360 (term-handle-exit): New function.
10361
10362 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10363 Use assoc-string, and mark them obsolete.
10364 (delay-mode-hooks): Mark as permanent local.
10365
10366 * simple.el (sendmail-user-agent-compose): Use assoc-string.
10367
10368 * register.el (copy-rectangle-to-register): Doc fix.
10369
10370 * info.el (Info-insert-dir): Use assoc-string.
10371
10372 * info-look.el (info-lookup): Use assoc-string.
10373
10374 * frame.el (pop-up-frame-function): Use quote, not `function'.
10375 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10376 copying with lists as coordinate values.
10377
10378 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10379
10380 * find-dired.el (kill-find): New command.
10381 (find-dired): Make buffer read-only.
10382 Set up a keymap with C-c C-k running kill-find.
10383 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10384
10385 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10386
10387 * filecache.el (file-cache-ignore-case): New variable.
10388 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10389
10390 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10391 (comint-dynamic-complete-as-filename): Rename local vars.
10392 (comint-dynamic-list-filename-completions): Likewise.
10393
10394 * comint.el (comint-dynamic-list-completions-config): New var.
10395 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10396
10397 * comint.el (comint-file-name-chars): Add [].
10398 (comint-word): Use skip-chars-backward, not search.
10399
10400 * shell.el (shell-file-name-chars): Add [].
10401
10402 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10403
10404 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10405
10406 * generic.el (define-generic-mode): Doc fix.
10407
10408 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10409
10410 * files.el (kill-some-buffers): Doc fix.
10411
10412 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
10413
10414 * comint.el (comint-watch-for-password-prompt): Pass `string' as
10415 arg to send-invisible
10416 (send-invisible): Doc fix. The argument is now a prompt, not the
10417 string to send.
10418 (comint-read-noecho): Doc fix.
10419
10420 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
10421
10422 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10423 "@", as required by some ISP hosting service. Fix defcustom
10424 argument syntax errors that prevented use of customization.
10425
10426 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10427
10428 * xml.el (xml-get-attribute-or-nil): Doc fix.
10429
10430 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
10431
10432 * net/zone-mode.el (zone-mode): Use write-file-functions, not
10433 write-file-hooks.
10434
10435 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
10436
10437 * autorevert.el (auto-revert-interval): Doc fix.
10438
10439 2003-12-29 Mark A. Hershberger <mah@everybody.org>
10440
10441 * xml.el (xml-get-attribute-or-nil): New function, like
10442 xml-get-attribute, but returns nil if the attribute was not found.
10443 (xml-get-attribute): Convert to defsubst, uses
10444 xml-get-attribute-or-nil.
10445
10446 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10447
10448 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10449
10450 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
10451
10452 * custom.el (custom-declare-theme): Use `value' when putting
10453 properties on `theme'.
10454
10455 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
10456
10457 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10458 for each yank-handler segment.
10459 (insert-for-yank-1): New function, with the body of the previous
10460 insert-for-yank.
10461
10462 * textmodes/table.el (table-yank-handler): New defcustom.
10463 (table--put-cell-indicator-property): Put yank-handler property
10464 that indicates the yank handler for the table cell.
10465
10466 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10467
10468 * generic-x.el (etc-modules-conf-generic-mode): A more complete
10469 set of keywords.
10470
10471 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10472
10473 * international/mule-cmds.el (reset-language-environment)
10474 (set-language-environment): Don't invoke fontset-related functions
10475 if fontset-list is not fboundp.
10476
10477 2003-12-29 Kenichi Handa <handa@m17n.org>
10478
10479 * international/mule-cmds.el (reset-language-environment):
10480 Call set-overriding-fontspec-internal with nil.
10481 (set-language-environment): Call set-overriding-fontspec-internal
10482 if the language environment specify `overriding-fontspec'.
10483 (language-info-alist): Doc added.
10484
10485 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10486 characters of mule-unicode-0100-24ff.
10487 (ccl-encode-windows-1251-font): New CCL program.
10488 ("Bulgarian"): Specify overriding-fontspec.
10489 ("Belarusian"): Likewise.
10490
10491 2003-12-28 Sam Steingold <sds@gnu.org>
10492
10493 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10494 parameter ID-FORMAT to conform with the 2003-11-30 patch.
10495
10496 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
10497
10498 * progmodes/gud.el (gud-gdb-command-name): Set default to
10499 "gdb --annotate=3".
10500 (gud-gdb-marker-filter): Look out for annotations.
10501 (gdb-first-pre-prompt): New variable.
10502 Remove trailing white space.
10503
10504 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10505 if necessary.
10506 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
10507 annotations are detected.
10508 (gud-gdba-marker-filter): Use global variable gud-marker-acc
10509 instead of a local one to allow transition from
10510 gud-gdb-marker-filter.
10511 Remove trailing white space.
10512
10513 2003-12-27 Kim F. Storm <storm@cua.dk>
10514
10515 * ido.el: Handle non-readable directories.
10516 (ido-decorations): Add 9th element for non-readable directory.
10517 (ido-directory-nonreadable): New dynamic var.
10518 (ido-set-current-directory): Set it.
10519 (ido-read-buffer, ido-file-internal):
10520 (ido-read-file-name, ido-read-directory-name): Let-bind it.
10521 (ido-file-name-all-completions1): Return empty list for
10522 non-readable directory.
10523 (ido-exhibit): Print [Not readable] if directory is not readable.
10524 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10525 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10526 Use it.
10527
10528 2003-12-27 Lars Hansen <larsh@math.ku.dk>
10529
10530 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10531 calls to directory-files-and-attributes and file-attributes.
10532 (ls-lisp-format): Remove system dependent handling of user and
10533 group id's.
10534
10535 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10536
10537 * ffap.el (ffap-read-file-or-url): Revert previous change.
10538
10539 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
10540
10541 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10542 new list of included files called `files-with-node-lines', that
10543 only have node lines. This way @include commands can include any
10544 file, such as version and update files without node lines, not
10545 just files that are chapters.
10546
10547 2003-12-25 Andreas Schwab <schwab@suse.de>
10548
10549 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10550 file not found.
10551
10552 2003-12-08 Miles Bader <miles@gnu.org>
10553
10554 * dired.el (dired-between-files): Always use dired-move-to-filename,
10555 which is more robust in non-english locales.
10556
10557 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10558
10559 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10560
10561 2003-12-24 Andreas Schwab <schwab@suse.de>
10562
10563 * shell.el (shell-file-name-quote-list): Add backslash.
10564
10565 * comint.el (comint-quote-filename): Correctly handle backslash
10566 in comint-file-name-quote-list.
10567
10568 2003-12-24 Kenichi Handa <handa@m17n.org>
10569
10570 * international/mule-cmds.el (set-default-coding-systems):
10571 Call ucs-set-table-for-input for all buffers that don't have local
10572 value of buffer-file-coding-system.
10573
10574 * international/ucs-tables.el (ucs-set-table-for-input):
10575 If translation-table-for-encode is a symbol, get its
10576 translation-table property.
10577
10578 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10579
10580 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10581 to `completing-read' on a recently fixed bug.
10582
10583 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10584 instead of SPACE, to get the list of possible fringe modes.
10585 SPACE only works if both `partial-completion-mode' and
10586 `completion-auto-help' are nil.
10587
10588 * complete.el (PC-is-complete-p): Delete.
10589 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10590 calls to `test-completion'.
10591
10592 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10593
10594 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10595 to edit values when there are no children.
10596
10597 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10598 a mode called "Assembler" already exists.
10599 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10600 (gud-watch): Use format option. Remove font properties from string.
10601 (gdb-var-create-handler, gdb-var-list-children-handler):
10602 Don't bother about properties as there are none.
10603 (gdb-var-create-handler, gdb-var-list-children-handler)
10604 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10605 with two arguments.
10606 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10607 Let speedbar show value changes with a different font.
10608 (gdb-edit-value): New defun.
10609 (gdb-clear-partial-output, gdb-clear-inferior-io)
10610 (def-gdb-auto-update-handler): Use erase-buffer.
10611 (gdb-frame-handler): Display watch expressions in
10612 FUNCTION::VARIABLE format if required.
10613
10614 2003-12-23 John Paul Wallington <jpw@gnu.org>
10615
10616 * info.el (Info-unescape-quotes, Info-split-parameter-string)
10617 (Info-goto-emacs-command-node): Doc fixes.
10618
10619 2003-12-12 Jesper Harder <harder@ifa.au.dk>
10620
10621 * cus-edit.el (custom-add-parent-links): Define "many".
10622
10623 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
10624
10625 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10626 (widget-child-validate, widget-type-value-create)
10627 (widget-type-default-get, widget-type-match): New functions.
10628 (lazy): New widget.
10629 (menu-choice, checklist, radio-button-choice, editable-list)
10630 (group, documentation-string): Remove redundant (per 2003-10-25
10631 change) calls to `widget-children-value-delete'.
10632 (widget-choice-value-get, widget-choice-value-inline): Remove.
10633 (menu-choice): Update widget.
10634
10635 2003-12-03 Kenichi Handa <handa@m17n.org>
10636
10637 * language/cyrillic.el: Register "microsoft-cp1251" in
10638 ctext-non-standard-encodings-alist.
10639 ("Bulgarian"): Add ctext-non-standard-encodings.
10640 ("Belarusian"): Likewise.
10641
10642 * international/mule-conf.el (compound-text-with-extensions):
10643 Change the type to 2 (iso-2022 base).
10644
10645 * international/mule.el (ctext-non-standard-encodings-alist):
10646 Change the format.
10647 (ctext-non-standard-encodings): New variable.
10648 (ctext-post-read-conversion): Fully re-written.
10649 (ctext-non-standard-designations-alist): Delete it.
10650 (ctext-non-standard-encodings-table): New function.
10651 (ctext-pre-write-conversion): Fully re-written.
10652
10653 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10654
10655 * cus-edit.el (custom-add-parent-links): Add documentation links
10656 for parent, if the item has none of its own.
10657
10658 2003-11-30 Richard M. Stallman <rms@gnu.org>
10659
10660 * dired-aux.el (dired-do-query-replace-regexp):
10661 Report files visited read-only.
10662
10663 2003-11-30 Juri Linkov <juri@jurta.org>
10664
10665 * dired-aux.el (dired-compare-directories): New command.
10666 (dired-file-set-difference, dired-files-attributes): New functions.
10667
10668 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10669 Version 2.0.38 of Tramp released.
10670
10671 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
10672 Charles Curley <charlescurley@charlescurley.com>.
10673 (tramp-multi-connection-function-alist): Add ssht entry which adds
10674 "-e none -t -t" to the list of ssh args. Suggested by Adrian
10675 Aichner.
10676 (tramp-get-method-parameter): New function to retrieve a method
10677 parameter. This allows for omission of method parameters.
10678 Callers adjusted.
10679
10680 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
10681
10682 * net/tramp.el: Add new optional parameter ID-FORMAT to
10683 `file-attributes'. Calls of `file-attributes' won't use this
10684 parameter for backward compatibility reasons.
10685 (tramp-perl-file-attributes): Add a new parameter to Perl script
10686 in order to handle uid/gid as strings, if desired.
10687 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10688 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10689 order to make the function more general.
10690 (tramp-handle-file-attributes): Replace proprietary optional
10691 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10692 (tramp-handle-file-attributes-with-perl): Handle parameter
10693 NONNUMERIC if set. This wasn't done in the past.
10694 (tramp-post-connection): Apply second parameter "$2" if
10695 `tramp-remote-perl' is called.
10696
10697 * net/tramp-smb.el (tramp-smb-handle-delete-file):
10698 Correct cut'n'waste error (`filename' instead of `directory').
10699 (tramp-smb-handle-directory-files-and-attributes)
10700 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10701 introduced parameter ID-FORMAT.
10702 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10703 error (`directory' instead of `ldir').
10704
10705 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10706 `file-attributes' has a second parameter. If yes, apply it with
10707 value "'integer". Otherwise, don't use that parameter (default is
10708 integer format).
10709
10710 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10711
10712 * help.el (help-map): Bind `display-local-help' to `C-h .'.
10713 (help-for-help): Add `C-h .' to the listed Help options.
10714 Remove trailing whitespace.
10715
10716 * help-at-pt.el: New file.
10717
10718 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
10719
10720 * subr.el (noreturn, 1value): New macros for test coverage.
10721 See `testcover.el'.
10722
10723 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10724
10725 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10726 for macro `1value'.
10727 (testcover-1value): New function. Checks that a 1value form
10728 actually returns only one value. Requested by RMS.
10729
10730 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
10731
10732 * gdb-ui.el (gud-watch, gdb-var-create-handler)
10733 (gdb-var-list-children, gdb-var-list-children-handler)
10734 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10735 gdb commands that use mi to keep them out of the command history.
10736
10737 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10738
10739 * cus-start.el (all): Add use-file-dialog.
10740
10741 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10742
10743 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10744
10745 2003-11-27 Kim F. Storm <storm@cua.dk>
10746
10747 * subr.el (posn-object-x-y): New defun.
10748
10749 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10752 Don't use `space' for \\\n.
10753 Be more selective as to which # are comment-starters.
10754
10755 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
10756
10757 * subr.el (number-sequence): Improve handling of floating point
10758 arguments (suggested by Kim Storm). Allow negative arguments.
10759
10760 2003-11-26 Kenichi Handa <handa@m17n.org>
10761
10762 * international/mule-cmds.el (standard-display-european-internal):
10763 Cancel the standard-display-table setting for ` and '.
10764
10765 2003-11-26 Kim F. Storm <storm@cua.dk>
10766
10767 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10768 New defcustoms to add ffap-like functionality to ido.
10769 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
10770 (ido-no-final-slash): New defun.
10771 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10772 (ido-read-file-name): ): Toggle VC checking via
10773 vc-handled-backends instead of vc-master-templates.
10774 (ido-file-internal): Handle ido-use-url-at-point and
10775 ido-use-filename-at-point via code borrowed from ffap-guesser.
10776 Handle new ido-exit code ffap.
10777 (ido-sort-list): Ignore final slash when sorting file names.
10778
10779 2003-11-25 Kim F. Storm <storm@cua.dk>
10780
10781 * emulation/cua-base.el (cua--standard-movement-commands):
10782 Add forward-sentence and backward-sentence.
10783
10784 2003-11-25 Stephen Eglen <stephen@gnu.org>
10785
10786 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10787 iswitchb-exit is set to 'usefirst when user selects buffer at head
10788 of list using RET. (Selecting buffers at the head of the list was
10789 broken if the substring was also a complete buffername.)
10790
10791 2003-11-23 Kim F. Storm <storm@cua.dk>
10792
10793 * progmodes/compile.el (grep-command, grep-use-null-device)
10794 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10795 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10796 (grep-regexp-alist, grep-program, find-program)
10797 (grep-find-use-xargs, grep-history, grep-find-history)
10798 (grep-process-setup, grep-compute-defaults)
10799 (grep-default-command, grep, grep-tag-default, grep-find)
10800 (grep-expand-command-macros, grep-tree-last-regexp)
10801 (grep-tree-last-files, grep-tree): Move grep variables, functions
10802 and commands to new file grep.el.
10803 (compilation-mode-map): Remove grep commands from Compile sub-menu.
10804 (compilation-process-setup-function): Doc fix.
10805 (compilation-highlight-regexp, compilation-highlight-overlay): New
10806 defvars used for highlighting current compile error in source buffer.
10807 (compile-internal): New optional args HIGHLIGHT-REGEXP and
10808 LOCAL-MAP which overrides compilation-highlight-regexp and
10809 compilation-mode-map for this compilation.
10810 Delay calling compilation-set-window-height until after running
10811 compilation-process-setup-function so it can buffer-local override
10812 compilation-window-height.
10813 Check buffer-local value of compilation-scroll-output.
10814 (compilation-set-window-height): Use buffer-local value of
10815 compilation-window-height.
10816 (compilation-revert-buffer): Don't pass (undefined)
10817 preserve-modes arg to revert-buffer.
10818 (next-error-no-select, previous-error-no-select): New commands.
10819 (compilation-goto-locus): Temporarily highlight current match in
10820 source buffer using compilation-highlight-regexp.
10821
10822 * progmodes/grep.el: New file with grep code from compile.el.
10823 (grep): New defcustom group.
10824 (grep-window-height): New defcustom, like compilation-window-height.
10825 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10826 (grep-scroll-output): New defcustom, like compilation-scroll-output.
10827 (grep-command, grep-use-null-device, grep-find-command)
10828 (grep-tree-files-aliases, grep-tree-ignore-case)
10829 (grep-tree-ignore-CVS-directories): Move to grep custom group.
10830 (grep-setup-hook): New hook variable.
10831 (grep-mode-map): New keymap for grep commands. Add Grep menu.
10832 (grep-last-buffer): New defvar, override compilation-last-buffer.
10833 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
10834 Call compile-internal with args highlight-regexp and grep-mode-map.
10835
10836 2003-11-23 Kim F. Storm <storm@cua.dk>
10837
10838 * subr.el (event-start, event-end): Doc fix.
10839 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10840 (posn-area, posn-actual-col-row, posn-object): New defuns.
10841 (posn-col-row): Simplify doc. Rewrite to use cond.
10842 (posn-point): Also return buffer position for events outside text
10843 area (that info is now present in the event position).
10844
10845 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10846 mouse-set-point so that hscroll still works now that clicks on
10847 fringes generate specific mouse events.
10848 (mouse-set-point): Note that it now works in fringes and margins
10849 too due to new semantics of posn-point in fringes and margins.
10850
10851 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10852 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10853
10854 2003-11-20 Kim F. Storm <storm@cua.dk>
10855
10856 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10857 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10858 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10859 to 100 for icons to avoid increasing line height when shown.
10860
10861 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10862
10863 * newcomment.el (comment-normalize-vars): Initialize properly if
10864 comment-start was nil.
10865
10866 2003-11-19 Andreas Schwab <schwab@suse.de>
10867
10868 * simple.el (set-variable): Fix indentation.
10869
10870 2003-11-17 Kenichi Handa <handa@m17n.org>
10871
10872 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10873 Fix docstring.
10874
10875 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10876
10877 * international/latin1-disp.el (latin1-display): Fix docstring.
10878
10879 2003-11-16 John Wiegley <johnw@newartisans.com>
10880
10881 * eshell/em-ls.el (eshell-ls-file): There are times with
10882 size-width is nil and uncomputed (when directories are created in
10883 dired, for example); in this case, 4 is reasonable default value,
10884 although it may caused skewed new entries (which could be avoided
10885 by returning the original value of 8 in all cases, but 99% of the
10886 time this is a waste of whitespace).
10887
10888 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10889
10890 * cc-engine.el (c-guess-continued-construct)
10891 (c-guess-basic-syntax): Check a little more carefully if it's a
10892 function declaration when an unknown construct followed by a block
10893 is found inside a statement context. This avoids macros followed
10894 by blocks to be taken as function declarations.
10895
10896 (c-guess-continued-construct): Change the analysis of a statement
10897 continuation with a brace open to `substatement-block', for
10898 consistency with recognized statements.
10899
10900 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10901 start is in a position so that `c-beginning-of-statement-1' jumped
10902 to the beginning of the same statement.
10903
10904 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10905 Don't accept binary operators in the arglist if we're in a function
10906 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
10907 template recognition in cases like "if (a < b || c > d)".
10908
10909 (c-restricted-<>-arglists): New more appropriate name for
10910 `c-disallow-comma-in-<>-arglists'.
10911
10912 Accessing functions updated for the variable name change.
10913
10914 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10915 match data could get clobbered if NOT-INSIDE-TOKEN is used.
10916
10917 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10918 labels.
10919
10920 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10921 instead of duplicating parts of it. This fixes bogus label
10922 recognition.
10923
10924 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10925 of checking the context in which to apply the minimum indentation,
10926 so that it isn't enforced in e.g. namespace blocks.
10927
10928 * cc-vars.el (c-inside-block-syms): New constant used by
10929 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
10930 to somewhat reduce the risk of becoming stale.
10931
10932 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10933 cc-cmds to cc-engine to allow use from cc-align.
10934
10935 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10936 qualified identifiers containing "::".
10937
10938 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10939 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10940
10941 * cc-vars.el (c-emacs-features): Use a space in front of the name
10942 of the temporary buffer. That also avoids dumping problems in
10943 XEmacs due to undo info being left around after the buffer is killed.
10944
10945 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10946 arglist to see if it's a K&R style declaration.
10947
10948 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10949 before returning `knr-argdecl-intro'.
10950
10951 2003-11-16 John Wiegley <johnw@newartisans.com>
10952
10953 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10954 field in a long-listing always 8 characters, use `size-width',
10955 which has already been computed.
10956
10957 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10958
10959 * subr.el (minor-mode-list): Add `hs-minor-mode'.
10960
10961 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
10962
10963 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10964 Support operation while narrowed, with `diff-restrict-view'.
10965
10966 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
10967
10968 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10969 Take additional optional arg NARROWFUN. For the generated functions:
10970 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
10971 include frags that arrange to check for and save narrowing state before
10972 the move and then conditionally call NARROWFUN after the move.
10973
10974 2003-11-14 John Wiegley <johnw@newartisans.com>
10975
10976 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10977 that was optional, but obviously missing based on surrounding code.
10978
10979 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10980 string arguments to numbers unless the whole argument was seen as
10981 a number.
10982
10983 2003-11-14 Kenichi Handa <handa@m17n.org>
10984
10985 * international/mule.el (ctext-non-standard-encodings-alist):
10986 Fix coding systems.
10987
10988 2003-11-10 Kenichi Handa <handa@m17n.org>
10989
10990 * language/kannada.el ("Kannada"): Add sample-text.
10991
10992 * language/knd-util.el (kannada-compose-region)
10993 (kannada-compose-string, kannada-post-read-conversion):
10994 Add autoload cookie.
10995
10996 * international/quail.el (quail-completion): Change the message
10997 "corresponding translations" to "corresponding characters".
10998
10999 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
11000
11001 * descr-text.el (describe-char): Fix typo.
11002
11003 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
11004
11005 These changes are to support Kannada language/script.
11006
11007 * Makefile.in (DONTCOMPILE): Add kannada.el.
11008
11009 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11010
11011 * loadup.el: Preload kannada.el.
11012
11013 * language/ind-util.el (ucs-kannada-to-is13194-alist)
11014 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11015 New variables.
11016
11017 * language/kannada.el: New file.
11018
11019 * language/knd-util.el: New file.
11020
11021 2003-11-07 Andreas Schwab <schwab@suse.de>
11022
11023 * progmodes/autoconf.el (autoconf-font-lock-keywords):
11024 Also highlight AH_*.
11025
11026 * xml.el (xml-parse-dtd): Fix misplaced paren.
11027
11028 2003-11-07 Kenichi Handa <handa@m17n.org>
11029
11030 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11031
11032 2003-11-05 Juri Linkov <juri@jurta.org>
11033
11034 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11035 (desktop-buffer-file): Use saved buffer-file-coding-system
11036 for file reading. Set auto-insert to nil to prevent automatic
11037 insertion into restored empty files.
11038
11039 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11040
11041 * files.el (risky-local-variable-p): Make second argument optional.
11042
11043 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * subr.el (add-hook): Fix last change.
11046
11047 2003-11-03 Eli Zaretskii <eliz@gnu.org>
11048
11049 * mail/rmail.el (rmail-convert-to-babyl-format):
11050 If base64-decode-region signals an error, catch it and silently
11051 ignore it.
11052
11053 2003-11-01 Mark A. Hershberger <mah@everybody.org>
11054
11055 * xml.el (xml-parse-region): Allow comments to appear after the
11056 topmost element has closed.
11057 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11058 (xml-ns-expand-attr): New functions to do namespace handling.
11059 (xml-intern-attrlist): Back-compatible handling of attribute names.
11060 (xml-parse-tag): Move namespace handling to separate functions.
11061 Now produces elements in the form ((:ns . "element") (attr-list)
11062 children) instead of ('ns:element (attr-list) children).
11063 (xml-parse-attlist): Fix attribute parsing.
11064 (xml-parse-dtd): Change parsing so that it produces strings
11065 instead of interned symbols.
11066
11067 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
11068
11069 * dired.el (dired-ls-sorting-switches): Doc fix.
11070
11071 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
11072
11073 * emacs-lisp/rx.el (rx-or): Fix the case of
11074 "(rx (and ?a (or ?b ?c) ?d))".
11075
11076 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
11077
11078 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11079 (texinfo-format-region): Use it.
11080 (texinfo-format-buffer-1): Ditto.
11081
11082 2003-11-01 Alan Mackenzie <acm@muc.de>
11083
11084 Changes to allow scrolling whilst in isearch mode:
11085 * isearch.el (isearch-unread-key-sequence): New function,
11086 extracted from isearch-other-meta-char.
11087 (top level): (put 'foo 'isearch-scroll) on all Emacs's
11088 "scrollable" standard functions.
11089 (isearch-allow-scroll): New customizable variable.
11090 (isearch-string-out-of-window, isearch-back-into-window)
11091 (isearch-reread-key-sequence-naturally)
11092 (isearch-lookup-scroll-key): New functions.
11093 (isearch-other-meta-char): Doc string and functionality enhanced.
11094 Now accepts a prefix argument.
11095 (isearch-lazy-highlight-window-end): New variable.
11096 (isearch-lazy-highlight-new-loop): Pay attention to the window's
11097 end (thru isearch-lazy-highlight-window-end), not only its start.
11098
11099 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11100 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11101 (universal-argument, universal-argument-more, negative-argument)
11102 (digit-argument, universal-argument-other-key): Minor changes.
11103
11104 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11105
11106 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11107 recursively if the last message is deleted, thus avoiding an
11108 infinite loop.
11109
11110 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11113 (tex-main-file): Don't add .tex if the extension is already present.
11114 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11115
11116 2003-10-29 Lute Kamstra <lute@gnu.org>
11117
11118 * progmodes/octave-inf.el (inferior-octave-prompt):
11119 Recognize version number in prompt.
11120
11121 2003-10-28 Dave Love <fx@gnu.org>
11122
11123 * international/characters.el: Fix some Unicode ranges.
11124
11125 2003-10-28 Kenichi Handa <handa@m17n.org>
11126
11127 * disp-table.el (standard-display-8bit)
11128 (standard-display-default, standard-display-ascii)
11129 (standard-display-g1, standard-display-graphic)
11130 (standard-display-underline): Assure that standard-display-table
11131 is a display table.
11132
11133 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * simple.el (reindent-then-newline-and-indent): Delete space *after*
11136 reindenting the first line.
11137
11138 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
11139
11140 * wid-edit.el (widget-default-delete): Always delete child widgets.
11141
11142 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11143
11144 * newcomment.el (comment-indent): Don't call indent-according-to-mode
11145 if the line has code.
11146 Don't try to line up with something that's too far left.
11147
11148 * progmodes/octave-mod.el (octave-comment-start): Simplify.
11149 (octave-mode-syntax-table): Add % as a comment starter.
11150 (octave-point): Remove.
11151 (octave-in-comment-p, octave-in-string-p)
11152 (octave-not-in-string-or-comment-p, calculate-octave-indent)
11153 (octave-blink-matching-block-open, octave-auto-fill):
11154 Use line-(beginning|end)-position instead.
11155
11156 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
11157
11158 * emacs-lisp/authors.el (authors-aliases): Add correct realname
11159 for Francesco Potort\e,Al\e(B.
11160
11161 2003-10-23 Dave Love <fx@gnu.org>
11162
11163 * international/mule-cmds.el (locale-charset-to-coding-system):
11164 Don't rely on nil being a coding system.
11165
11166 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11167 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11168 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11169
11170 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
11171
11172 * gdb-ui.el (gdb-current-language): New variable.
11173 (gdb-update-flag): Remove variable.
11174 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11175 (gdb-take-last-elt): Remove function.
11176 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11177 (gdb-post-prompt): Check for variable object changes here.
11178
11179 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11180 object changes in gdb-ui.el.
11181
11182 2003-10-21 Richard M. Stallman <rms@gnu.org>
11183
11184 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11185
11186 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11187 Don't check for foo*/ wildcard form here.
11188 (insert-directory): Recognize foo*/ as a wildcard.
11189 Separate wildcard-regexp variable from the arg, wildcard.
11190
11191 * subr.el (add-hook): Correctly detect when make-local-hook was used.
11192 (remove-hook): Correctly handle strange cases about local hooks.
11193
11194 2003-10-21 David Ponce <david@dponce.com>
11195
11196 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11197 argument REAL, to return a real number instead of a rounded
11198 integer value. Define as inline function.
11199 (ruler-mode-right-fringe-cols): Likewise.
11200 (ruler-mode-scroll-bar-cols): New function.
11201 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
11202 (ruler-mode-right-scroll-bar-cols): Likewise.
11203 (ruler-mode-space): New function.
11204 (ruler-mode-ruler): Use it. Handle variations of fringe style,
11205 scroll bar mode and margins in a more robust way.
11206
11207 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
11208
11209 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11210 (antlr-c-init-language-vars): New function.
11211 (antlr-mode): Use it with cc-mode before v5.29.
11212 (antlr-c-common-init): Don't set some local vars here.
11213 (antlr-mode): Set them here.
11214 (antlr-c-forward-sws): New function alias.
11215 (antlr-mode): Redefine with cc-mode before v5.30.
11216 (antlr-skip-sexps): Use it.
11217 (antlr-skip-exception-part): Ditto.
11218 (antlr-skip-file-prelude): Ditto.
11219 (antlr-outside-rule-p): Ditto.
11220 (antlr-end-of-body): Ditto.
11221 (antlr-option-kind): Ditto.
11222 (antlr-insert-option-area): Ditto.
11223 (antlr-file-dependencies): Ditto.
11224
11225 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11226
11227 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11228 Move backward only if point was not inside an entry.
11229
11230 2003-10-21 Richard M. Stallman <rms@gnu.org>
11231
11232 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11233
11234 2003-10-21 Juri Linkov <juri@jurta.org>
11235
11236 * compare-w.el: Automatically skip non-matching text to resync.
11237 (compare-windows-whitespace): Doc fix.
11238 (compare-windows-sync, compare-windows-sync-string-size)
11239 (compare-windows-recenter, compare-ignore-whitespace)
11240 (compare-windows-highlight, compare-windows-face): New variables.
11241 (compare-windows): Use compare-windows-sync.
11242 (compare-windows-highlight, compare-windows-dehighlight)
11243 (compare-windows-sync-regexp)
11244 (compare-windows-sync-default-function): New functions.
11245
11246 2003-10-21 Juri Linkov <juri@jurta.org>
11247
11248 * diff.el (diff-parse-differences): Don't visit the files now;
11249 instead, just record the error locus.
11250
11251 2003-10-21 Dave Love <fx@gnu.org>
11252
11253 * progmodes/cfengine.el: New file.
11254
11255 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11256
11257 * complete.el (PC-do-completion): Do not forget to use `pred' as the
11258 default-directory when completing file names.
11259
11260 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
11261
11262 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11263 followed by the word `face', it gets treated as a face, even if
11264 it is also defined as a variable or a function.
11265
11266 2003-10-20 Dave Love <fx@gnu.org>
11267
11268 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11269 Avoid incf in macro expansion.
11270
11271 2003-10-20 John Paul Wallington <jpw@gnu.org>
11272
11273 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11274 `evenp' so we don't implicitly require cl library at runtime.
11275
11276 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
11277
11278 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11279 (help-make-xrefs): Only make cross-references for faces if
11280 preceded or followed by the word `face'. Do not make a
11281 cross-reference for variables without variable documentation,
11282 unless preceded by the word `variable' or `option'. Update doc
11283 string accordingly.
11284
11285 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11286
11287 * progmodes/hideshow.el: Rewrite one-armed `if'
11288 constructs using either `when' or `unless'.
11289 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11290
11291 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
11292
11293 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11294 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11295 instead of 12x12.
11296
11297 2003-10-16 Eli Zaretskii <eliz@gnu.org>
11298
11299 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11300 message while converting to Babyl.
11301
11302 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
11303
11304 * allout.el (allout-mode): Doc fix.
11305
11306 2003-10-16 Lute Kamstra <lute@gnu.org>
11307
11308 * subr.el (force-mode-line-update): Fix docstring.
11309
11310 2003-10-14 Dave Love <fx@gnu.org>
11311
11312 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11313 (default-input-method): Add :link, improve :type.
11314 (locale-charset-language-names): Fix utf-8 pattern.
11315 (locale-charset-match-p, locale-charset-alist)
11316 (locale-charset-to-coding-system): New.
11317 (set-locale-environment): Deal with codeset part of locale specs.
11318
11319 2003-10-14 Lute Kamstra <lute@gnu.org>
11320
11321 * fringe.el (fringe-mode): Use active voice in docstring.
11322 (set-fringe-style): Ditto.
11323
11324 2003-10-13 Lute Kamstra <lute@gnu.org>
11325
11326 * fringe.el (fringe-mode): Fix docstring.
11327 (set-fringe-style): Ditto.
11328
11329 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
11330
11331 * ediff-mult.el (ediff-filegroup-action):
11332 Use ediff-default-filtering-regexp.
11333
11334 * ediff-util.el (ediff-recenter): Don't call
11335 ediff-restore-highlighting twice.
11336 (ediff-select-difference): Set current difference.
11337 (ediff-unselect-and-select-difference): Add comment.
11338
11339 * ediff.el (ediff-directories,ediff-directory-revisions)
11340 (ediff-directories3,ediff-merge-directories)
11341 (ediff-merge-directories-with-ancestor)
11342 (ediff-merge-directory-revisions)
11343 (ediff-merge-directory-revisions-with-ancestor):
11344 Use ediff-default-filtering-regexp.
11345
11346 2003-10-12 Andreas Schwab <schwab@suse.de>
11347
11348 * international/mule-cmds.el (locale-charset-language-names):
11349 Simplify regex by removing unused grouping.
11350
11351 2003-10-10 Dave Love <fx@gnu.org>
11352
11353 * bindings.el: Don't bind stop.
11354
11355 2003-10-08 Miles Bader <miles@gnu.org>
11356
11357 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11358 face instead of attempting to emulate it.
11359
11360 2003-10-07 Kenichi Handa <handa@m17n.org>
11361
11362 * international/mule-diag.el (list-coding-systems-1): List coding
11363 systems that are loaded automatically.
11364
11365 * international/code-pages.el (iso-8859-11): Add autoload cookie.
11366
11367 * international/mule.el (autoload-coding-system): New function.
11368
11369 2003-10-07 Andreas Schwab <schwab@suse.de>
11370
11371 * log-edit.el (log-edit-changelog-entries): Prefer local value of
11372 change-log-default-name in the buffer visiting the file.
11373
11374 2003-10-06 Dave Love <fx@gnu.org>
11375
11376 * files.el (find-file-hook): Customize.
11377 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11378
11379 * bindings.el (completion-ignored-extensions): Remove .log.
11380 (global-map): Add again, open, stop keys.
11381
11382 2003-10-05 Richard M. Stallman <rms@gnu.org>
11383
11384 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11385 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11386 Use sh-modify directly.
11387 (sh-select): Use sh-append, not eval.
11388
11389 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11390
11391 * info.el (Info-following-node-name): New function.
11392
11393 * loadhist.el (unload-feature-special-hooks):
11394 Rename from loadhist-hook-functions.
11395 (loadhist-hook-functions): Now an alias.
11396
11397 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11398
11399 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11400 file-name clashes on 8+3 filesystems.
11401
11402 * Makefile.in (DONTCOMPILE, bootstrap-clean):
11403 Rename loaddefs-boot.el to ldefs-boot.el
11404
11405 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11406 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11407
11408 2003-10-03 Lute Kamstra <lute@gnu.org>
11409
11410 * info.el (Info-mode): Revert previous change.
11411 (Info-escape-percent): New function.
11412 (Info-fontify-node): Use it.
11413
11414 2003-10-02 Andreas Schwab <schwab@suse.de>
11415
11416 * loaddefs-boot.el: Regenerated.
11417
11418 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
11419
11420 * ffap.el: Remove defadvice related code from CVS since `complete'
11421 provides a `PC-completion-as-file-name-predicate' variable that
11422 ffap can override.
11423
11424 2003-10-02 Kenichi Handa <handa@m17n.org>
11425
11426 * international/utf-8.el (ccl-decode-mule-utf-8):
11427 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11428
11429 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11430 * international/subst-big5.el: Likewise.
11431 * international/subst-gb2312.el: Likewise.
11432 * international/subst-ksc.el: Likewise.
11433
11434 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11435
11436 * calendar/calendar.el (increment-calendar-month)
11437 (calendar-leap-year-p, calendar-absolute-from-gregorian)
11438 (generate-calendar, calendar-read-date, calendar-interval)
11439 (calendar-day-of-week): Handle years BC.
11440 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11441
11442 2003-10-01 Dave Love <fx@gnu.org>
11443
11444 * language/cyrillic.el (cp1251): Alias for windows-1251.
11445
11446 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11447 bootstrap.
11448
11449 2003-10-01 Lute Kamstra <lute@gnu.org>
11450
11451 * files.el: Fix typo.
11452 * imenu.el (imenu--generic-function): Docstring fix.
11453
11454 2003-09-30 Richard M. Stallman <rms@gnu.org>
11455
11456 * dired.el (dired-mode): Handle dired-directory as a list.
11457
11458 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
11459
11460 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11461
11462 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11463
11464 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11465 Replace gud-display with gud-watch.
11466 (gud-speedbar-buttons): Add stuff for watching expressions
11467 in the speedbar when using M-x gdba. Use dolist on old part
11468 of this function.
11469
11470 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11471 (gdb-update-flag): New variables.
11472 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11473 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11474 (gud-watch, gdb-var-create-handler) : New functions.
11475 (gdb-var-list-children, gdb-var-list-children-handler)
11476 (gdb-var-create-regexp, gdb-var-update-regexp)
11477 (gdb-var-list-children-regexp): New constants.
11478 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11479 (gdb-annotation-rules): Reduce annotation set (level 3).
11480 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11481 (gdb-post-prompt): Don't update GDB buffers every time speedbar
11482 updates.
11483 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11484 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11485 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11486 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11487 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11488 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11489 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11490 (gud-display, gud-display1)
11491 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11492 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11493 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11494 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11495 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11496 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11497 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11498 (gdb-display-display-buffer, gdb-toggle-display)
11499 (gdb-delete-display, gdb-expressions-popup-menu)
11500 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11501 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11502 to display buffer.
11503
11504 2003-09-30 Richard M. Stallman <rms@gnu.org>
11505
11506 * progmodes/ada-mode.el (ada-mode): Don't use advice.
11507 Instead, set which-func-functions.
11508
11509 * progmodes/which-func.el (which-func-modes): Add ada-mode.
11510 (which-func-functions): New variable.
11511 (which-function): Use that.
11512
11513 * info.el (Info-mode): Double each `%' in header line.
11514
11515 * emacs-lisp/lisp-mnt.el (lm-with-file):
11516 When FILE is nil, run BODY in current buffer.
11517
11518 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11519
11520 * help.el (describe-mode): Start with a brief list of minor modes.
11521 Find them thru minor-mode-list so as to find them all.
11522 Show them in alphabetical order.
11523
11524 * mail/sendmail.el (mail-aliases): Doc fix.
11525
11526 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11527
11528 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11529
11530 * mail/rmailsum.el (rmail-make-summary-line-1):
11531 Change comma after last label to a space.
11532 (rmail-summary-font-lock-keywords): Adapt to that change.
11533
11534 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
11535
11536 * progmodes/scheme.el (scheme-mode-variables): When setting
11537 `font-lock-defaults', also specify that "#" should
11538 be interpreted with `word' syntax.
11539 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11540
11541 2003-09-30 Lars Hansen <larsh@math.ku.dk>
11542
11543 * desktop.el: A lot of comments updated.
11544 (desktop-save-mode): Minor mode introduced.
11545 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11546 (desktop-load-default): Function made obsolete.
11547 (desktop-locals-to-save): Variable made customizable.
11548 (desktop-read): Optional parameter `dirname' added.
11549 (desktop-change-dir, desktop-revert): Parameter `dirname' in
11550 `desktop-read' used.
11551 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11552
11553 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
11554
11555 * whitespace.el (whitespace-clean-msg): Add user customizable message
11556 for displaying ``clean'' output.
11557 (whitespace-buffer): Use `whitespace-clean-msg'.
11558 (whitespace-global-mode): Fix typo.
11559
11560 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11561
11562 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11563
11564 2003-09-29 Lute Kamstra <lute@gnu.org>
11565
11566 * bindings.el (mode-line-modes): Remove superfluous :propertize
11567 construct in initialization.
11568 (mode-line-position): Change cons cell into proper list in
11569 initialization.
11570
11571 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11572
11573 * international/mule.el (decode-coding-inserted-region): Use car
11574 of the return value of find-operation-coding-system.
11575
11576 2003-09-29 Kenichi Handa <handa@m17n.org>
11577
11578 * descr-text.el (describe-char): Fix previous change.
11579
11580 2003-09-28 Kenichi Handa <handa@m17n.org>
11581
11582 * descr-text.el (describe-char-display): New function.
11583 (describe-char): Pay attention to display table on describing how
11584 a character is displayed.
11585
11586 * international/mule-cmds.el (encoded-string-description):
11587 Prepend "0x" to each encoded byte.
11588
11589 2003-09-28 Andreas Schwab <schwab@suse.de>
11590
11591 * find-file.el (ff-special-constructs): Add autoload cookie.
11592
11593 2003-09-28 Kevin Ryde <user42@zip.com.au>
11594
11595 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11596 makeinfo appends to duplicate index entries.
11597
11598 2003-09-28 Eli Zaretskii <eliz@gnu.org>
11599
11600 * dired-x.el (dired-clean-tex): Doc fix.
11601
11602 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11603 using a Chinese tutorial.
11604
11605 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11606
11607 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11608 between "MAIL FROM:" and "RCPT TO:" and the following address.
11609
11610 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11611
11612 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11613
11614 2003-09-28 David Ponce <david@dponce.com>
11615
11616 * recentf.el (recentf-initialize-file-name-history): New defcustom.
11617 (recentf-load-list): When `recentf-initialize-file-name-history'
11618 is non-nil, initialize an empty `file-name-history' with the
11619 recent list.
11620
11621 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
11622
11623 * man.el (Man-default-man-entry): Remove the leading `*' from the
11624 word at point.
11625
11626 2003-09-26 Lute Kamstra <lute@gnu.org>
11627
11628 * bindings.el (mode-line-position): Mention size indication in
11629 docstring.
11630
11631 2003-09-26 Andre Spiegel <spiegel@gnu.org>
11632
11633 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11634
11635 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11636 because it's autoloaded now.
11637
11638 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11639
11640 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11641 (sh-font-lock-keywords, sh-feature): Fix previous change of
11642 sh-feature to avoid infloop with sh-font-lock-keywords.
11643
11644 2003-09-25 Kim F. Storm <storm@cua.dk>
11645
11646 * frame.el (frame-current-scroll-bars): New defun.
11647
11648 * window.el (window-current-scroll-bars): New defun.
11649
11650 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11651
11652 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11653 cause errors when the state cache contains info on parts that have
11654 been narrowed out.
11655
11656 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11657
11658 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11659 `c-setup-paragraph-variables' has to be used when this variable is
11660 changed; it doesn't work to reinitialize the mode since that
11661 typically clobbers the variable.
11662
11663 * progmodes/cc-styles.el (c-setup-paragraph-variables):
11664 Make it interactive.
11665
11666 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11667
11668 * progmodes/cc-fonts.el (c-font-lock-declarations):
11669 Fix recognition of constructors and destructors for classes whose
11670 names are matched by `*-font-lock-extra-types'.
11671
11672 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11673 followed by an identifier in C++ then it's a type.
11674
11675 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11676
11677 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11678 problem that primarily affected XEmacs. Don't use faces to find
11679 unterminated strings since Emacs and XEmacs fontify strings
11680 differently - this function should now work better in XEmacs.
11681
11682 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11683
11684 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11685 `expand-abbrev' workaround which caused braces to misbehave inside
11686 macros.
11687
11688 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11689 handling. This bug could cause interactive font locking to bail out.
11690
11691 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11692
11693 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11694 Handle paren-style types in Pike. Also fixed some cases of
11695 insufficient handling of unbalanced parens.
11696
11697 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
11698
11699 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11700 common shell prompts that are not common filename or URL characters.
11701 (ffap-file-at-point): Use the new regexp to strip the prompts from
11702 the file names. This is an issue mostly for user prompts that
11703 don't have a trailing space and find-file-at-point is invoked from
11704 within a shell inside Emacs.
11705
11706 2003-09-24 Andre Spiegel <spiegel@gnu.org>
11707
11708 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11709 stamps numerically, rather than textually.
11710
11711 2003-09-24 Kenichi Handa <handa@m17n.org>
11712
11713 * language/devan-util.el (devanagari-post-read-conversion):
11714 * language/mlm-util.el (malayalam-post-read-conversion):
11715 * language/tml-util.el (tamil-post-read-conversion):
11716 Add autoload cookie.
11717
11718 * international/utf-8.el (utf-8-post-read-conversion):
11719 Call post-read-conversion functions for Devanagari, Malayalam,
11720 and Tamil.
11721
11722 2003-09-23 Dave Love <fx@gnu.org>
11723
11724 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11725
11726 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
11727
11728 * progmodes/gud.el (perldb): Add gud-until to list of commands.
11729 Update gud-remove.
11730
11731 2003-09-22 Richard M. Stallman <rms@gnu.org>
11732
11733 * progmodes/sh-script.el (sh-mode-default-syntax-table):
11734 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
11735 (sh-mode-syntax-table-input): New variable.
11736 (sh-require-final-newline): Don't use eval.
11737 (sh-builtins, sh-leading-keywords, sh-other-keywords)
11738 (sh-variables, sh-font-lock-keywords): Don't use eval.
11739 (sh-set-shell): When setting require-final-newline,
11740 treat value = `require-final-newline' as don't change it.
11741 Set sh-mode-syntax-table locally based on
11742 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11743
11744 * progmodes/compile.el (compile-internal):
11745 Call compilation-set-window-height before setting window start.
11746
11747 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
11748
11749 * emacs-lisp/bytecomp.el (byte-compile-log-file):
11750 Clear out byte-compile-last-warned-form.
11751
11752 2003-09-22 Richard M. Stallman <rms@gnu.org>
11753
11754 * woman.el (woman-file-name, woman-follow-word):
11755 If current-word returns nil, use "".
11756
11757 * simple.el (eval-expression): Bind standard-output in to-buffer case.
11758
11759 2003-09-22 Richard M. Stallman <rms@gnu.org>
11760
11761 * emacs-lisp/lisp-mnt.el (lm-with-file):
11762 Don't visit the file, just use insert-file-contents in temp buffer.
11763
11764 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
11765
11766 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11767 Add surrounding \\( and \\) around the header, as in
11768 for lm-history-header 'Change Log\\|History'.
11769
11770 2003-09-22 John Paul Wallington <jpw@gnu.org>
11771
11772 * progmodes/ld-script.el: Add Commentary section,
11773 minor cleanup of file header.
11774 (ld-script-font-lock-keywords): Doc fix.
11775 (toplevel): Provide `ld-script' feature.
11776
11777 2003-09-21 Kim F. Storm <storm@cua.dk>
11778
11779 * scroll-bar.el (set-scroll-bar-mode): Initialize to
11780 new built-in variable default-frame-scroll-bars.
11781 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11782 scroll-bar-mode; notably, use it instead of t when we toggle
11783 scroll-bars on.
11784 (toggle-scroll-bar): Use default-frame-scroll-bars.
11785
11786 2003-09-19 Masatake YAMATO <jet@gyve.org>
11787
11788 * pcvs.el (cvs-do-removal): Change the prompt depending on
11789 `filter' value.
11790
11791 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11792
11793 * startup.el (command-line-1): Stop startup-echo-area-message
11794 being hidden by "Loading image..." message.
11795 (use-fancy-splash-screens-p, display-splash-screen):
11796 Move display-graphic-p test from latter to former.
11797
11798 * progmodes/sh-script.el (sh-font-lock-keywords):
11799 Highlight escaped EOLs differently from other backslash constructs.
11800
11801 2003-09-19 Richard M. Stallman <rms@gnu.org>
11802
11803 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11804 New functions.
11805 (edebug-enter, edebug-outside-excursion): Use them.
11806
11807 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11808 Fix the condition for whether to print "In WHERE".
11809
11810 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
11811
11812 * finder.el (finder-mode-hook): New variable.
11813 (finder-mode): Run hook finder-mode-hook
11814
11815 2003-09-18 Masatake YAMATO <jet@gyve.org>
11816
11817 * progmodes/ebrowse.el: Fix broken magic autoload comments.
11818
11819 2003-09-17 Mario Lang <mlang@delysid.org>
11820
11821 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11822 "p %e" to actually print the value in the GUD buffer.
11823
11824 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
11825
11826 From David Ponce <david.ponce@wanadoo.fr>:
11827 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11828 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11829 from loaddefs-boot.el if necessary.
11830
11831 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
11832
11833 * progmodes/gud.el (gud-find-class): Make jdb work again since
11834 cc-mode changed the syntactic information.
11835
11836 2003-09-15 David Ponce <david@dponce.com>
11837
11838 * recentf.el: (recentf-exclude): Accept predicates too.
11839 (recentf-file-readable-p): New function.
11840 (recentf-include-p): Handle predicates in recentf-exclude.
11841 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
11842 (recentf-cleanup): Likewise.
11843 (recentf-save-list): Use write-file to handle backup of
11844 recentf-save-file.
11845
11846 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
11847
11848 * loaddefs-boot.el: Renamed from `loaddefs.el'
11849 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11850 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11851 necessary.
11852
11853 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
11854
11855 * electric.el (Electric-pop-up-window): For the `one-window' case,
11856 no longer disconcertingly move point in the original buffer.
11857
11858 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11861
11862 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
11863
11864 * dired.el (dired-mode-map): Fix typo.
11865
11866 2003-09-11 Richard M. Stallman <rms@gnu.org>
11867
11868 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11869
11870 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11871
11872 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11873 the function is less noisy. Now only `kill-buffer' can ask questions.
11874
11875 2003-09-10 Mario Lang <mlang@delysid.org>
11876
11877 * battery.el: Update Commentary and Copyright.
11878 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11879 appear due to wrong ordering of the expressions in `or'.
11880
11881 2003-09-09 Lute Kamstra <lute@gnu.org>
11882
11883 * misc.el (upcase-char): Fix docstring.
11884 (zap-up-to-char): New command.
11885
11886 2003-09-08 David Ponce <david@dponce.com>
11887
11888 Ensure that recentf correctly updates the menu bar.
11889 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11890 (recentf-menu-bar): New function.
11891 (recentf-clear-data): Use it
11892 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
11893 of easy-menu-change.
11894
11895 2003-09-08 Lute Kamstra <lute@gnu.org>
11896
11897 * simple.el (size-indication-mode): New.
11898 * bindings.el (mode-line-position): Add buffer size indicator.
11899
11900 2003-09-04 Mario Lang <mlang@delysid.org>
11901
11902 * battery.el (battery-linux-proc-acpi): New function.
11903 (battery-status-function): Modify default value calculation to also
11904 check for availability of ACPI.
11905 (battery-echo-area-format): Ditto.
11906 (battery-mode-line-format): Ditto.
11907
11908 2003-09-06 Dave Love <fx@gnu.org>
11909
11910 * ielm.el (ielm-mode-hook): Add :options.
11911
11912 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11913 (eldoc-print-current-symbol-info): Use it.
11914
11915 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
11916
11917 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11918 being displayed in GUD buffer.
11919 (gdb-idle-input-queue): Remove var. Use just one queue.
11920 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11921 Remove functions. Use just one queue.
11922 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11923 (gdb-invalidate-assembler, gdb-get-current-frame):
11924 Modify functions. Use just one queue.
11925
11926 2003-09-04 Dave Love <fx@gnu.org>
11927
11928 * cus-start.el: Add blink-cursor-alist.
11929
11930 * ruler-mode.el (ruler-mode-fill-column-char)
11931 (ruler-mode-current-column-char): Use char-displayable-p,
11932 not window-system.
11933
11934 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11935
11936 * language/european.el (windows-1252): Move from code-pages.
11937
11938 * language/cyrillic.el ("Windows-1251"): Delete.
11939 ("Bulgarian", "Belarusian"): Remove `features'.
11940 (windows-1251): Move from code-pages.
11941
11942 * international/mule-diag.el (non-iso-charset-alist):
11943 Remove `codepage' stuff.
11944 (print-designation, list-coding-systems-1): Output fixes.
11945
11946 * international/code-pages.el (cp-make-translation-table)
11947 (cp-valid-codes): Made defsubsts.
11948 (cp-fix-safe-chars): Delete.
11949 (mule-diag): Don't require.
11950 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11951 (top-level): Check for defined coding system when defining
11952 cp... aliases. Change w32-add-charset-info test to avoid warning.
11953 (non-iso-charset-alist): Defvar when compiling.
11954 (cp-make-coding-system): Doc fix.
11955
11956 2003-09-02 Jason Rumney <jasonr@gnu.org>
11957
11958 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11959 line-ends from CVS before doing conversion.
11960
11961 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11962
11963 * calendar/diary-lib.el (diary-header-line-flag)
11964 (diary-header-line-format): New variables.
11965 (list-diary-entries): Use them to set header line in simple diary.
11966
11967 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11968 other than font-lock-string-face to highlight backslashes.
11969
11970 2003-09-01 Jason Rumney <jasonr@gnu.org>
11971
11972 * international/titdic-cnv.el (tit-read-key-value): Include \r in
11973 regexp.
11974
11975 2003-09-01 Dave Love <fx@gnu.org>
11976
11977 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11978
11979 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11980 and :help; also line and column numbers labels.
11981
11982 * international/mule-util.el (char-displayable-p): Move from
11983 latin1-disp, rename and autoload.
11984
11985 * international/latin1-disp.el (latin1-char-displayable-p):
11986 Now obsolete alias. Replace uses with char-displayable-p.
11987 (latin1-display-ucs-per-lynx): Fix last change.
11988
11989 * international/mule-cmds.el (standard-display-european-internal):
11990 Don't use char code for Latin-1 NBSP.
11991 <XFree86 4>: Unfrob NBSP display table. Set display table to use
11992 U+2018, U+2019 for `'.
11993 (select-safe-coding-system): Message fix.
11994
11995 2003-09-01 Kenichi Handa <handa@m17n.org>
11996
11997 * international/fontset.el (setup-default-fontset): For Thai
11998 font, specify "*" family.
11999
12000 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12001
12002 * progmodes/compile.el (previous-error): Accept a prefix
12003 argument, similarly to next-error.
12004
12005 2003-08-31 Masatake YAMATO <jet@gyve.org>
12006
12007 * pcvs.el (cvs-do-removal): Use = instead of eq to check
12008 the number of files. Bind the number of files to a local
12009 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12010
12011 2003-08-30 Eli Zaretskii <eliz@gnu.org>
12012
12013 * vc-hooks.el (vc-make-version-backup): Fix the change made on
12014 2003-07-26: msdos-long-file-names is a function, not a variable.
12015
12016 2003-08-29 Richard M. Stallman <rms@gnu.org>
12017
12018 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12019 Do nothing with mail-personal-alias-file if it is nil.
12020
12021 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12022 Do nothing if mail-personal-alias-file is nil.
12023
12024 * term.el (term-exec-1): Bind coding-system-for-read.
12025
12026 * dired.el (dired-mouse-find-file-other-window):
12027 Use dired-view-command-alist here, as in dired-view-file.
12028 (dired-view-command-alist): Use %s to substitute file name.
12029 Handle .ps_pages, .eps, .jpg, .gif, .png.
12030
12031 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
12032
12033 * info.el (Info-mode-map): Bind S-tab and <backtab> to
12034 `Info-prev-reference', instead of M-tab.
12035
12036 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
12037
12038 * simple.el (blink-matching-open): Work correctly on chars that
12039 are designated as parens through the syntax-table text property.
12040
12041 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
12042
12043 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12044 line break position in the middle of a non-kinsoku (e.g. latin)
12045 word, making it skip until either a space or a character with
12046 category "|".
12047 (kinsoku-longer): Test for end of buffer.
12048
12049 2003-08-28 Eli Zaretskii <eliz@gnu.org>
12050
12051 * mail/rmail.el (rmail-convert-to-babyl-format):
12052 Detect quoted-printable- and base64-encoded messages and decode them
12053 automatically. Set the message's encoding from the charset=
12054 header, if any. Decode base64-encoded messages in Mail format as well.
12055
12056 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12057
12058 * mail/smtpmail.el: Fix previous change.
12059 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12060 calling smtpmail-via-smtp.
12061 (smtpmail-via-smtp): Add fall-back values for envelope-from.
12062
12063 2003-08-26 John Paul Wallington <jpw@gnu.org>
12064
12065 * image.el (image-jpeg-p): Don't search beyond length of data.
12066
12067 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12068
12069 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12070 misfeature in `expand-abbrev' which caused electric keywords like
12071 "else" to disappear if an open brace was typed directly afterwards.
12072
12073 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12074
12075 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12076 mandatory in `define-widget'.
12077
12078 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12079 Don't align the operators "!=", "<=" and ">=" as assignment operators.
12080
12081 (c-assignment-operators): New language constant that only contains
12082 the assignment operators.
12083
12084 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12085
12086 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
12087
12088 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12089 Safeguard against unbalanced sexps.
12090
12091 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
12092
12093 * version.el (emacs-version): Check for gtk. Include gtk version info.
12094
12095 2003-08-25 John Paul Wallington <jpw@gnu.org>
12096
12097 * man.el (Man-default-man-entry): Don't whizz past the section
12098 number before looking for it.
12099
12100 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
12101
12102 * progmodes/gud.el (gud-display-line): Don't set window-point if
12103 source buffer is not visible. (Only happens with M-x gdba.)
12104
12105 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12106 documentation.
12107 (gdb-source, gdb-source-info): Update to assembler unnecessary
12108 as its done after each GDB command anyway.
12109 (gdb-pre-prompt): Use with-current-buffer.
12110 (gdb-insert-field): Add help-echo text.
12111 (gdb-invalidate-assembler): Re-display of assembler now done in
12112 gdb-info-breakpoints-custom.
12113 (gdb-info-breakpoints-custom): Force re-display of assembler to
12114 happen *after* update of breakpoints buffer.
12115 (gdb-display-source-buffer): Don't choke if gdb-source-window
12116 isn't visible.
12117 (gdb-put-string, gdb-put-arrow): Remove free variables.
12118
12119 2003-08-24 John Paul Wallington <jpw@gnu.org>
12120
12121 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12122
12123 * man.el (Man-default-man-entry): Strip text properties when
12124 snarfing parts of entry because `format' preserves properties.
12125
12126 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12127
12128 * files.el (file-newest-backup): Use `expand-file-name'.
12129
12130 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12131 Allow the diary to pop up a new frame, if needed.
12132
12133 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12134 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12135 (smtpmail-send-it): Make treatment of envelope-from consistent with
12136 sendmail.el.
12137
12138 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12139 (sh-leading-keywords): Add the bash `time' reserved word.
12140 (sh-variables): Add some bash variables.
12141 (sh-add-completer): Fix nil branch of case statement.
12142
12143 2003-08-24 Masatake YAMATO <jet@gyve.org>
12144
12145 * progmodes/ld-script.el: New file.
12146
12147 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
12148
12149 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12150
12151 2003-08-23 Andre Spiegel <spiegel@gnu.org>
12152
12153 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12154 Better explain obsolescence, and what to use instead.
12155
12156 2003-08-23 Masatake YAMATO <jet@gyve.org>
12157
12158 * pcvs.el (cvs-do-removal): Show the deleted file name
12159 on the prompt.
12160
12161 2003-08-20 Dave Love <fx@gnu.org>
12162
12163 * international/mule.el (make-coding-system)
12164 (set-buffer-file-coding-system): Doc fix.
12165
12166 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12167
12168 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12169
12170 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12171
12172 * international/utf-16.el: Add mime-text-unsuitable coding system
12173 properties.
12174
12175 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12176
12177 * cus-edit.el: Add some :links.
12178 (bib): Remove.
12179
12180 * textmodes/bib-mode.el (bib): Add :group external.
12181
12182 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
12183
12184 * wid-edit.el (widget-echo-help): Make it handle expressions that
12185 evaluate to strings.
12186
12187 2003-08-18 Michael Mauger <mmaug@yahoo.com>
12188
12189 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
12190
12191 Simplify selection of SQL products to define highlighting and
12192 interactive mode. Includes detailed instructions on adding
12193 support for new products.
12194
12195 * progmodes/sql.el (sql-product): New variable. Identifies SQL
12196 product for use in highlighting and interactive mode.
12197 (sql-interactive-product): New variable. SQL product for
12198 sql-interactive-mode.
12199 (sql-product-support): New variable. Specifies product-specific
12200 parameters to drive highlighting and interactive mode.
12201 (sql-imenu-generic-expression): Add more object types.
12202 (sql-sqlite-options): Correct comment.
12203 (sql-ms-program): Use "osql" rather than "isql".
12204 (sql-prompt-regexp, sql-prompt-length): Update comment.
12205 (sql-mode-menu): Add "Start SQLi session" entry.
12206 Replace Highlighting submenu with Product menu. Fix Send Region entry.
12207 (sql-mode-abbrev-table): Add abbreviations. Support of
12208 SYSTEM-FLAG on define-abbrev. Support was removed with last
12209 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12210 (sql-mode-font-lock-object-name): Add font-lock pattern for object
12211 names.
12212 (sql-mode-ansi-font-lock-keywords): Set as default value.
12213 (sql-mode-oracle-font-lock-keywords): Set as default value.
12214 Support Oracle 9i keywords.
12215 (sql-mode-postgres-font-lock-keywords): Set as default value.
12216 (sql-mode-linter-font-lock-keywords): Set as default value.
12217 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
12218 SQLServer 2000.
12219 (sql-mode-sybase-font-lock-keywords)
12220 (sql-mode-interbase-font-lock-keywords)
12221 (sql-mode-sqlite-font-lock-keywords)
12222 (sql-mode-strong-font-lock-keywords)
12223 (sql-mode-mysql-font-lock-keywords)
12224 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
12225 keywords.
12226 (sql-mode-font-lock-defaults): Update comment.
12227 (sql-product-feature): New function. Returns feature associated
12228 with a product from `sql-product-support' alist.
12229 (sql-product-font-lock): New function. Set font-lock support
12230 based on `sql-product'.
12231 (sql-add-product-keywords): New function. Add font-lock rules to
12232 product-specific keyword variables.
12233 (sql-set-product): New function. Set `sql-product' and apply
12234 appropriate font-lock highlighting.
12235 (sql-highlight-product): New function. Set font-lock support
12236 based on a product. Also set mode name to include product name.
12237 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12238 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12239 Use `sql-set-product'.
12240 (sql-highlight-ms-keywords)
12241 (sql-highlight-sybase-keywords)
12242 (sql-highlight-interbase-keywords)
12243 (sql-highlight-strong-keywords)
12244 (sql-highlight-mysql-keywords)
12245 (sql-highlight-sqlite-keywords)
12246 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
12247 (sql-get-login): Prompt in the same order as the tokens.
12248 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12249 (sql-product-interactive): New function. Common portions of
12250 product-specific interactive mode wrappers.
12251 (sql-interactive-mode): Rewritten to use product features.
12252 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12253 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12254 (sql-db2, sql-linter): Use `sql-product-interactive'.
12255 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12256 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12257 (sql-connect-ingres, sql-connect-postgres)
12258 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12259 New functions. Format command line parameters and invoke comint on
12260 the appropriate interpreter. Code was in the corresponding
12261 `sql-xyz' function before.
12262 (sql-connect-ms): New function. Support -E argument to use
12263 operating system credentials for authentication.
12264
12265 2003-08-18 Kenichi Handa <handa@m17n.org>
12266
12267 * international/mule.el (encode-char): Fix for the ASCII case.
12268
12269 2003-08-15 Kenichi Handa <handa@m17n.org>
12270
12271 * international/fontset.el (setup-default-fontset): Change "*" to
12272 nil in the specifications of font family.
12273
12274 2003-08-18 Kim F. Storm <storm@cua.dk>
12275
12276 * kmacro.el (kmacro-keymap): Group related bindings in
12277 initialization for clarity. Bind C-s to start macro.
12278 Remove C-r binding.
12279 (kmacro-initial-counter-value): New defvar to hold initial counter
12280 value in case we set the value before defining a macro.
12281 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12282 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12283 not defining or executing macro. Doc fix.
12284 (kmacro-add-counter): Clear kmacro-initial-counter-value.
12285 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12286 temporarily view older elements on the macro ring without cycling
12287 the ring.
12288 (kmacro-display): Doc fix.
12289 (kmacro-exec-ring-item): New helper function.
12290 (kmacro-call-ring-2nd): Use it.
12291 (kmacro-call-ring-2nd-repeat): Doc fix.
12292 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12293 (kmacro-end-or-call-macro): Execute last viewed macro (using
12294 kmacro-exec-ring-item) from ring if this follows
12295 kmacro-view-macro. This allows us to find a macro on the ring
12296 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12297 the ring to bring it to the head of the ring.
12298 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12299 Allow binding to reserved keys without specifying C-x C-k prefix.
12300 Ask for confirmation if entered key sequence is already bound to
12301 a non-macro command.
12302 (kmacro-view-macro): Repeating command will show older elements
12303 on the macro ring; C-k will execute the last viewed macro.
12304 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
12305 property from 'ring to 'head.
12306
12307 2003-08-17 Alan Shutko <ats@acm.org>
12308
12309 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12310 keeping December out of the alist.
12311
12312 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
12313
12314 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12315 * calendar/calendar.el (calendar-mode-map): Bind it to key.
12316 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12317 (calendar-flatten): New function.
12318 (calendar-mouse-view-other-diary-entries)
12319 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12320 in the menu title and to show multi-line diary entries correctly
12321 in the menu.
12322
12323 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
12324
12325 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12326 defcustom, because the default was recently changed.
12327
12328 2003-08-16 Richard M. Stallman <rms@gnu.org>
12329
12330 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12331
12332 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12333 New subroutine, broken out of eval-last-sexp-1.
12334 (eval-last-sexp-1): Use eval-last-sexp-print-value.
12335
12336 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12337
12338 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12339
12340 * simple.el (eval-expression): Use eval-last-sexp-print-value.
12341
12342 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
12343
12344 * progmodes/compile.el (compilation-error-regexp-alist):
12345 Add Java ANt error detection as described in document
12346 http://ant.apache.org/faq.html
12347
12348 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
12349
12350 * simple.el (backward-word, forward-to-indentation)
12351 (backward-to-indentation): Argument changed to optional.
12352 (next-line, previous-line): Use `or' instead of `unless'.
12353
12354 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12355
12356 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12357 instead of a constant.
12358
12359 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
12360
12361 * shell.el (shell): With prefix-arg, suggest a new buffer name.
12362
12363 2003-08-12 Andre Spiegel <spiegel@gnu.org>
12364
12365 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12366 (vc-sccs-workfile-version): Search the entire delta table, rather
12367 than just the first entry, because that might be a deleted version.
12368
12369 2003-08-11 Karl Fogel <kfogel@red-bean.com>
12370
12371 * menu-bar.el (menu-bar-options-menu): Supply a body for the
12372 [save-place] binding in the Options menu. Have it require
12373 'saveplace' and then toggle the variable manually, to avoid an an
12374 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12375 for the bug report.
12376
12377 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12378
12379 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12380 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12381 (gdb-info-threads-custom): Add help-echo text.
12382 (gdb-display-back): Don't use purecopy.
12383 (gdb-info-breakpoints-custom, gdb-reset)
12384 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12385 icons can be displayed.
12386
12387 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12388
12389 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12390
12391 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12392
12393 * bookmark.el (bookmark-completing-read):
12394 Return a string, instead of a list of one string.
12395 Use a popup menu if activated from the mouse.
12396 (bookmark-edit-annotation): Remove unused vars.
12397 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12398 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12399 to bookmark-completing-read.
12400 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12401 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12402 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12403 and erase-buffer.
12404 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12405 (bookmark-menu-jump, bookmark-menu-insert)
12406 (bookmark-popup-menu-and-apply-function)
12407 (bookmark-menu-popup-paned-bookmark-menu): Remove.
12408 (bookmark-menu-build-paned-menu): Remove by folding it into
12409 bookmark-menu-popup-paned-menu.
12410 (menu-bar-bookmark-map): Move the define-key statements here.
12411 Use the "non-menu" commands since they now pop up a menu if needed.
12412 (bookmark-exit-hook-internal): Simplify.
12413
12414 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
12415
12416 * reftex-toc.el (reftex-toc-rename-label): New function.
12417 (reftex-toc-check-docstruct): New function.
12418
12419 * reftex.el (reftex-region-active-p): New function.
12420
12421 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12422 regexp to find the \bibliography macro.
12423
12424 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12425 which does not exist in LaTeX.
12426 (reftex-cite-format-builtin): Added amsrefs support.
12427 (reftex-toc-confirm-promotion): New option
12428
12429 * reftex-toc.el
12430 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12431 (reftex-toc-demote, reftex-toc-promote)
12432 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12433 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12434 (reftex-toc-newhead-from-alist)
12435 (reftex-toc-load-all-files-for-promotion): New functions.
12436 (reftex-toc-help): Added description of new keys.
12437 (reftex-toc-split-windows-fraction): New option.
12438 (reftex-recenter-toc-when-idle): Search *toc* window on all
12439 visible frames.
12440 (reftex-toc): Additional parameter REUSE
12441 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
12442 with REUSE argument.
12443 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12444 the call of `reftex-toc'.
12445 (reftex-make-separate-toc-frame): New function .
12446 (reftex-toc-recenter): When called with triple prefix arg, call
12447 `reftex-make-separate-toc-frame' first.
12448 (reftex-toc-toggle-dedicated-frame): New command.
12449 (reftex-toc-quit): Adapted to delete frame when called in
12450 dedicated frame.
12451
12452 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12453 all enclosing macros.
12454
12455
12456 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12457
12458 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12459 first use.
12460
12461 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12462
12463 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12464
12465 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12466
12467 * calendar/calendar.el (list-diary-entries-hook)
12468 (diary-display-hook, nongregorian-diary-listing-hook)
12469 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12470 Add some customize options for these hooks.
12471 (calendar-abbrev-construct): Don't try to take a substring longer
12472 than the original string.
12473
12474 2003-08-05 Richard M. Stallman <rms@gnu.org>
12475
12476 * emacs-lisp/testcover.el (noreturn): Report error if does return.
12477 (testcover-reinstrument-clauses): Doc fix.
12478
12479 * emacs-lisp/warnings.el: Doc fixes, args renamed.
12480 (warning-type-format): Rename from warning-group-format.
12481
12482 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12483 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12484 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12485 to prevent warnings about defvar for an obsolete variable.
12486
12487 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12488 warning-group-format renamed to warning-type-format.
12489
12490 * subr.el (read-passwd): Use clear-string instead of fillarray.
12491
12492 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12493 Use vconcat instead of concat.
12494 (edmacro-sanitize-for-string): New function.
12495
12496 2003-08-05 Dave Love <fx@gnu.org>
12497
12498 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12499 line-number-display-limit-width.
12500
12501 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12502
12503 2003-08-05 Kenichi Handa <handa@m17n.org>
12504
12505 * international/code-pages.el: Don't require mule-diag.
12506
12507 * international/mule-diag.el (non-iso-charset-alist):
12508 Add autoload cookie.
12509
12510 * language/devan-util.el (dev-glyph-order): Add an entry for the
12511 glyph code #xC4.
12512
12513 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12514
12515 * calendar/calendar.el (diary-file, diary-file-name-prefix)
12516 (european-calendar-style, diary-date-forms)
12517 (calendar-day-name-array, calendar-month-name-array): Doc change.
12518 (generate-calendar-month): Adapt for new behaviour of
12519 `calendar-day-name' function.
12520 (calendar-abbrev-length, calendar-day-abbrev-array)
12521 (calendar-month-abbrev-array): New variables.
12522 (calendar-abbrev-construct): New function.
12523 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12524 rather than fixing abbrevs at some width. Calling syntax change.
12525 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
12526 (calendar-date-string): Adapt for new behaviours of
12527 `calendar-day-name' and `calendar-month-name' functions.
12528
12529 * calendar/diary-lib.el (list-diary-entries): Adapt for new
12530 behaviour of `calendar-day-name' and `calendar-month-name' functions.
12531 (diary-name-pattern): Use abbrev arrays, rather than fixing
12532 abbrevs at three chars. Calling syntax change.
12533 (mark-diary-entries): Adapt for new behaviours of
12534 `diary-name-pattern' and `calendar-make-alist' functions.
12535 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12536 `diary-name-pattern' function.
12537 (font-lock-diary-date-forms): Use abbrev arrays, rather than
12538 fixing abbrevs at three chars. Calling syntax change.
12539 (cal-hebrew, cal-islam): Require when compiling.
12540 (diary-font-lock-keywords): Adapt for new behaviour of
12541 `font-lock-diary-date-forms' function.
12542
12543 * calendar/cal-hebrew.el: Reposition some code so defined before used.
12544 (calendar-hebrew-month-name-array-common-year)
12545 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12546 (list-hebrew-diary-entries): Adapt for new behaviours of
12547 `calendar-day-name' and `add-to-diary-list' functions.
12548 (mark-hebrew-diary-entries): Adapt for new behaviours of
12549 `diary-name-pattern' and `calendar-make-alist' functions.
12550
12551 * calendar/cal-islam.el (calendar-islamic-month-name-array):
12552 Add doc string.
12553 (list-islamic-diary-entries): Adapt for new behaviours of
12554 `calendar-day-name' and `add-to-diary-list' functions.
12555 (mark-islamic-diary-entries): Adapt for new behaviours of
12556 `diary-name-pattern' and `calendar-make-alist' functions.
12557
12558 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12559 `calendar-month-name' function.
12560
12561 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12562
12563 * calendar/solar.el (solar-seasons-data): Move definition before use.
12564
12565 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12566 (cal-tex-LaTeX-hourbox): Move definition before use.
12567
12568 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12569 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12570 lunar.el, solar.el
12571 (displayed-month, displayed-year): Define for compiler.
12572
12573 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12574
12575 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12576 MODE. Renamed from c-init-c-language-vars'.
12577 (c-initialize-cc-mode): Change accordingly.
12578 (c-common-init): Ditto.
12579 (c-mode): Ditto.
12580 (c++-mode): Use `c-init-language-vars-for'.
12581 (objc-mode): Ditto.
12582 (java-mode): Ditto.
12583 (idl-mode): Ditto.
12584 (pike-mode): Ditto.
12585 (awk-mode): Ditto.
12586
12587 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12588
12589 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12590 or not the point moved.
12591
12592 (c-search-decl-header-end): Don't trip up on operator identifiers
12593 in C++ and operators like == in all languages.
12594
12595 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12596 Detect leading labels correctly.
12597
12598 2003-08-02 Andreas Schwab <schwab@suse.de>
12599
12600 * textmodes/ispell.el: Don't redo key bindings on loading, put
12601 them only in loaddefs.el.
12602 * bookmark.el: Likewise.
12603 * dabbrev.el: Likewise.
12604 * emerge.el: Likewise.
12605
12606 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12607 has more than one member.
12608
12609 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12610
12611 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12612
12613 * lpr.el (printify-region): It was ending conversion before the
12614 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
12615
12616 2003-07-31 John Paul Wallington <jpw@gnu.org>
12617
12618 * net/browse-url.el (browse-url-epiphany): Doc fix.
12619
12620 2003-07-30 Kenichi Handa <handa@m17n.org>
12621
12622 * international/fontset.el (setup-default-fontset):
12623 Change registry names of Akurti fonts.
12624
12625 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12626
12627 * comint.el (comint-read-noecho): Use `clear-string' instead of
12628 `fillarray'.
12629
12630 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
12631
12632 * outline.el (outline-mode-hook): Add defvar.
12633
12634 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
12635
12636 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12637 Restore assembler in source window if that is what has been selected.
12638 (menu): Add gdb-restore-windows to menu. Make gdba
12639 specific menus only visible from gdba.
12640
12641 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
12642
12643 * progmodes/compile.el (compilation-environment): New user variable.
12644 (compile-internal): Respect it.
12645
12646 2003-07-23 Masatake YAMATO <jet@gyve.org>
12647
12648 * progmodes/gud.el (gdb-script-font-lock-keywords):
12649 Put `font-lock-function-name-face' on a symbol which includes
12650 `-' like `hook-run'. Put font-lock-variable-name-face
12651 on a symbol starting with $.
12652
12653 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
12654
12655 * files.el (set-visited-file-name): Use truename for buffer-file-name.
12656
12657 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12658
12659 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12660
12661 2003-07-26 Andre Spiegel <spiegel@gnu.org>
12662
12663 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12664 Use with-no-warnings.
12665 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12666 rather than to find-file-not-found-hook, which doesn't exist.
12667
12668 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12669
12670 * international/quail.el (quail-translate-key): Fix previous change.
12671
12672 2003-07-25 John Paul Wallington <jpw@gnu.org>
12673
12674 * server.el (server-start): Check `server-process' is non-nil
12675 before killing it to avoid killing current buffer's process.
12676
12677 * simple.el (choose-completion-string): Use `minibufferp';
12678 test `completion-reference-buffer' if `buffer' arg is nil.
12679 (push-mark): Use `when' and `unless'.
12680 (pop-mark): Use `when'.
12681
12682 * mouse-sel.el (mouse-sel-get-selection-function):
12683 Check `x-last-selected-text-primary'. Don't barf if it or
12684 `x-last-selected-text' aren't bound.
12685
12686 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12687
12688 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12689
12690 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
12691
12692 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12693
12694 2003-07-23 John Paul Wallington <jpw@gnu.org>
12695
12696 * tooltip.el (defface tooltip): Inherit from variable-pitch.
12697
12698 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12699
12700 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12701 string. Defvar the derived hook.
12702
12703 * macros.el (insert-kbd-macro): Escape double quote character.
12704 From Thomas W Murphy <twm@andrew.cmu.edu>.
12705
12706 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12707
12708 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12709 to match the specific mark rather than reusing comment-start-skip.
12710
12711 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
12712
12713 * progmodes/hideshow.el (hs-special-modes-alist):
12714 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
12715
12716 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
12717
12718 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12719 value using ?\s.
12720
12721 2003-07-21 John Paul Wallington <jpw@gnu.org>
12722
12723 * subr.el (with-selected-window): Add closing paren.
12724
12725 2003-07-21 Richard M. Stallman <rms@gnu.org>
12726
12727 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12728 (lisp-mode): Likewise.
12729
12730 * subr.el (with-selected-window): Copy code form save-selected-window
12731 so as to call select-window with norecord arg.
12732 (dynamic-completion-table): Doc fix.
12733 (lazy-completion-table): Doc fix.
12734
12735 * international/mule-cmds.el (set-locale-environment):
12736 langinfo renamed to locale-info.
12737
12738 * international/mule.el (auto-coding-functions): Doc fix.
12739
12740 2003-07-21 Kenichi Handa <handa@m17n.org>
12741
12742 * international/quail.el (quail-translate-key):
12743 Update quail-current-str correctly.
12744
12745 2003-07-21 Andreas Schwab <schwab@suse.de>
12746
12747 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12748 ?, to "_".
12749
12750 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12751 Version 2.0.36 of Tramp released.
12752
12753 * net/tramp.el (tramp-default-password-end-of-line): Rename from
12754 tramp-password-end-of-line.
12755 (tramp-password-end-of-line): New method parameter.
12756 (tramp-get-password-end-of-line): Function to access method
12757 parameter `tramp-password-end-of-line', or variable
12758 `tramp-default-password-end-of-line' (default value).
12759 (tramp-methods): Add entries for new parameter
12760 tramp-password-end-of-line.
12761 (tramp-enter-password): Use new function
12762 `tramp-get-password-end-of-line'.
12763 (tramp-handle-insert-file-contents): Do not
12764 unconditionally inhibit the file operation file-local-copy, only
12765 do that when the inhibit-file-name-operation is currently
12766 insert-file-contents. This fixes finding remote CVS-controlled
12767 files. (It would barf on inserting the CVS/Entries file
12768 literally, because the file-local-copy handler wasn't called.)
12769 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12770 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12771 (tramp-initial-commands): New variable.
12772 (tramp-process-initial-commands): New function, using the variable.
12773 (tramp-open-connection-setup-interactive-shell): Call the new function.
12774 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12775 method into the buffer name, never use nil. Reported by Hanak
12776 David <dhanak@inf.bme.hu>.
12777 (tramp-open-connection-setup-interactive-shell): Erase buffer
12778 before sending "stty -onlcr".
12779
12780 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12781
12782 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
12783
12784 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12785
12786 2003-07-19 John Paul Wallington <jpw@gnu.org>
12787
12788 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12789 (artist-draw-rect, artist-draw-square): Doc fixes.
12790
12791 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12792
12793 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12794
12795 2003-07-19 Kenichi Handa <handa@m17n.org>
12796
12797 * international/kkc.el (kkc-show-conversion-list-update):
12798 Highlight the correct candidate in the message.
12799
12800 2003-07-18 John Paul Wallington <jpw@gnu.org>
12801
12802 * simple.el (current-word): Don't include punctuation char when
12803 `really-word' arg is non-nil.
12804
12805 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
12806
12807 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12808 moved to the directory obsolete.
12809
12810 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
12811
12812 * info.el (Info-menu-entry-name-re): Allow newlines in
12813 menu entry names.
12814
12815 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12816 syntax-ppss-after-change-function.
12817 (syntax-ppss-after-change-function): New alias. Update uses.
12818 (syntax-ppss): Catch the case where the buffer is narrowed.
12819
12820 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12821
12822 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12823 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12824
12825 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12826
12827 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12828 since it might be modified.
12829
12830 * progmodes/cc-langs.el (c++-make-template-syntax-table)
12831 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12832 names to these language constants.
12833
12834 2003-07-15 Kim F. Storm <storm@cua.dk>
12835
12836 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12837 All uses changed.
12838
12839 2003-07-14 Mark A. Hershberger <mah@everybody.org>
12840
12841 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12842 Namespace support.
12843
12844 2003-07-13 Juanma Barranquero <lektu@terra.es>
12845
12846 * frame.el (modify-all-frames-parameters): Reinstall (copyright
12847 papers received).
12848
12849 2003-07-13 Karl Eichwalder <ke@suse.de>
12850
12851 * textmodes/po.el (po-find-charset): White space at the start of the
12852 Content-Type field body is non-mandatory.
12853
12854 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12855
12856 * textmodes/texinfo.el (texinfo-section-list):
12857 Append appendixsection; a synonym for appendixsec.
12858
12859 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
12860
12861 * man.el (Man-translate-cleanup): New.
12862 (Man-translate-references): Call `Man-translate-cleanup' to clean
12863 leading, trailing and middle spaces.
12864
12865 2003-07-13 Lars Hansen <larsh@math.ku.dk>
12866
12867 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12868 Handle `dired-directory' being a list.
12869
12870 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
12871
12872 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12873 it doesn't exist.
12874
12875 2003-07-12 Richard M. Stallman <rms@gnu.org>
12876
12877 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12878
12879 * progmodes/cc-defs.el (c-make-keywords-re):
12880 Don't use delete-duplicates.
12881 (c-lang-const): Don't use mapcan.
12882
12883 * apropos.el (apropos-show-scores): Make it customizable.
12884 Document new meaning.
12885 (apropos): Compute scores from symbols.
12886 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12887
12888 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12889
12890 * ps-bdf.el: Fix copyright line.
12891 (bdf-directory-list): Fix initialization code.
12892
12893 2003-07-11 John Paul Wallington <jpw@gnu.org>
12894
12895 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12896 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12897 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12898
12899 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
12900
12901 * emacs-lisp/ring.el (ring-elements): Doc fix.
12902
12903 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12904
12905 * calendar/timeclock.el (timeclock-relative)
12906 (timeclock-ask-before-exiting, timeclock-use-display-time):
12907 Doc changes.
12908 (timeclock-modeline-display): Give a message if
12909 `timeclock-use-display-time' is non-nil but `display-time-mode'
12910 is not active.
12911
12912 2003-07-11 Kenichi Handa <handa@m17n.org>
12913
12914 * international/mule-cmds.el (set-language-environment):
12915 Set current-language-environment to the correct string.
12916
12917 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12918
12919 * ps-print.el: Print line number correctly in a region. Reported by
12920 Tim Allen <timallen@ls83.fsnet.co.uk>.
12921 (ps-print-version): New version number (6.6.2).
12922 (ps-printing-region): Code fix.
12923
12924 2003-07-10 John Paul Wallington <jpw@gnu.org>
12925
12926 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12927 this function can be called from `add-completions-from-tags-table'.
12928
12929 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
12930
12931 * calendar/timeclock.el (timeclock-use-display-time)
12932 (timeclock-day-over-hook, timeclock-workday-remaining)
12933 (timeclock-status-string, timeclock-when-to-leave)
12934 (timeclock-when-to-leave-string, timeclock-log-data)
12935 (timeclock-find-discrep, timeclock-day-base)
12936 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12937 (timeclock-modeline-display): Set the variable
12938 `timeclock-modeline-display'.
12939 (timeclock-update-modeline): Doc fix. Respect value of
12940 `timeclock-relative'.
12941
12942 2003-07-09 Richard M. Stallman <rms@gnu.org>
12943
12944 * textmodes/reftex-parse.el (reftex-all-document-files):
12945 Add autoload cookie.
12946
12947 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12948 (reftex-scanning-info-available-p): Add autoload cookie.
12949
12950 * international/mule-cmds.el
12951 (set-display-table-and-terminal-coding-system): Delete duplicate
12952 aset on standard-display-table.
12953
12954 * view.el (view-file): If existing buffer's major mode is special,
12955 don't go into view mode.
12956
12957 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12958
12959 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12960
12961 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12962 buffer changes; there's third party code that calls this function
12963 directly.
12964
12965 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12966
12967 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12968 (autodoc-font-lock-keywords): Don't byte compile on font lock
12969 initialization when running from byte compiled files.
12970
12971 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12972
12973 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12974 statement ends with auto-increment "++".
12975
12976 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12977
12978 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12979 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12980 these are changed, so declare them as variables and not constants.
12981
12982 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
12983
12984 * subr.el (dolist, dotimes): Doc fix.
12985
12986 2003-07-08 Kim F. Storm <storm@cua.dk>
12987
12988 * international/mule-cmds.el
12989 (set-display-table-and-terminal-coding-system): Don't break
12990 bootstrap if standard-display-table isn't setup yet.
12991
12992 2003-07-07 Richard M. Stallman <rms@gnu.org>
12993
12994 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12995 Give it a doc string, and autoload it.
12996
12997 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12998 Use with-no-warnings.
12999
13000 * info.el (Info-search): If find invisible text, search again.
13001
13002 * isearch.el (search-whitespace-regexp): Add a shy group around it.
13003
13004 * man.el (Man-name-regexp): Match + as part of name.
13005
13006 * simple.el (visible-mode): Rename from vis-mode.
13007 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13008
13009 * simple.el (current-word): New arg REALLY-WORD specifies
13010 don't include punctuation chars.
13011
13012 * emacs-lisp/debug.el (debug, debugger-env-macro):
13013 Use with-no-warnings while accessing and binding unread-command-char.
13014
13015 * international/mule-cmds.el
13016 (set-display-table-and-terminal-coding-system): Use explicit loop
13017 instead of calling standard-display-default.
13018
13019 * net/ange-ftp.el (ange-ftp-file-symlink-p):
13020 Use condition-case to catch error in ange-ftp-get-files.
13021
13022 * net/browse-url.el (browse-url-browser-function):
13023 Add alternative for Epiphany.
13024 (browse-url-epiphany-program, browse-url-epiphany-arguments)
13025 (browse-url-epiphany-startup-arguments)
13026 (browse-url-epiphany-new-window-is-tab): New variables.
13027 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13028
13029 * progmodes/compile.el (compile-auto-highlight): Default now t.
13030 (compile): Doc fix.
13031 (compilation-next-error): Fix previous change.
13032
13033 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13034
13035 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13036
13037 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
13038
13039 * gdb-ui.el (gdb-source-info): Display current frame when
13040 attaching to an existing process.
13041 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13042 while laying out windows when attaching to an existing process.
13043
13044 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
13045
13046 * info.el (Info-menu): Use Info-menu-entry-name-re.
13047
13048 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
13049
13050 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13051 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13052
13053 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13054 to match the same text.
13055
13056 2003-07-06 John Paul Wallington <jpw@gnu.org>
13057
13058 * vc.el (vc-annotate-offset): Move defvar up.
13059
13060 2003-07-06 Kim F. Storm <storm@cua.dk>
13061
13062 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13063 This should fix the infinite loop when extracting menu names.
13064
13065 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13066
13067 * files.el (auto-mode-alist, interpreter-mode-alist):
13068 Remove entries to CC Mode modes to avoid duplicates; they are now added
13069 with autoload directives in cc-mode.el.
13070
13071 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
13072
13073 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13074 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13075 these are changed, so declare them as variables and not constants.
13076
13077 * progmodes/cc-mode.el: Fix some autoload problems: Try to
13078 ensure that the entry for ".c" extension comes before the one for
13079 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13080 Fix incorrect entries that were added to `interpreter-mode-alist'.
13081 Move the autoload directives for AWK to the top level since they
13082 aren't recognized anywhere else. Do not use the new AWK mode doc
13083 in the autoload form for the old AWK mode.
13084
13085 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13086
13087 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13088 (bibtex-sort-ignore-string-entries): Default value t.
13089 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13090 erroneously in previous version.
13091 (bibtex-string-files): Docstring reflects new parsing scheme.
13092 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13093 docstring, add # as one of the chars to crush
13094 (bibtex-autokey-prefix-string, bibtex-autokey-names)
13095 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13096 (bibtex-autokey-name-change-strings)
13097 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13098 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13099 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13100 (bibtex-autokey-title-terminators)
13101 (bibtex-autokey-titlewords-stretch)
13102 (bibtex-autokey-titleword-ignore)
13103 (bibtex-autokey-titleword-case-convert)
13104 (bibtex-autokey-titleword-abbrevs)
13105 (bibtex-autokey-titleword-abbrevs)
13106 (bibtex-autokey-titleword-change-strings)
13107 (bibtex-autokey-titleword-length)
13108 (bibtex-autokey-titleword-separator)
13109 (bibtex-autokey-name-year-separator)
13110 (bibtex-autokey-year-title-separator)
13111 (bibtex-autokey-before-presentation-function)
13112 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13113 Fix docstring.
13114 (bibtex-strings, bibtex-reference-keys):
13115 Use lazy-completion-table and make-variable-buffer-local.
13116 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13117 (bibtex-braced-string-syntax-table)
13118 (bibtex-quoted-string-syntax-table): New variables.
13119 (bibtex-parse-nested-braces): Remove.
13120 (bibtex-parse-field-string): Use syntax table and forward-sexp.
13121 (bibtex-parse-association): Simplify.
13122 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13123 (bibtex-parse-field-text): Simplify.
13124 (bibtex-search-forward-field, bibtex-search-backward-field):
13125 argument BOUND can take value t.
13126 (bibtex-start-of-field, bibtex-start-of-name-in-field)
13127 (bibtex-end-of-name-in-field, bibtex-end-of-field)
13128 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13129 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13130 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13131 (bibtex-skip-to-valid-entry): Return buffer position of beginning
13132 and ending of entry. Update for changes of bibtex-search-entry.
13133 Simplify.
13134 (bibtex-map-entries): FUN is called with three arguments.
13135 (bibtex-search-entry): Return a cons pair with buffer positions of
13136 beginning and end of entry.
13137 (bibtex-enclosing-field): Simplify.
13138 (bibtex-format-entry): Use booktitle to set a missing title.
13139 (bibtex-autokey-get-names): Fiddle with regexps.
13140 (bibtex-generate-autokey): Use identity.
13141 (bibtex-parse-keys): Use simplified parsing algorithm if
13142 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
13143 arguments. Return alist of keys.
13144 (bibtex-parse-strings): Simplify. Return alist of strings.
13145 (bibtex-complete-string-cleanup): Fix docstring.
13146 (bibtex-read-key): New function.
13147 (bibtex-mode): Fix docstring. Do not parse for keys and
13148 strings when the mode is entered. Set fill-paragraph-function to
13149 bibtex-fill-field. Setup font-lock-mark-block-function the way
13150 font-lock intended.
13151 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
13152 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13153 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13154 (bibtex-Preamble): Avoid hard coded constants.
13155 (bibtex-make-field): Fix docstring. Simplify.
13156 (bibtex-beginning-of-entry): Always return new position of point.
13157 (bibtex-end-of-entry): Rearrange cond clauses.
13158 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13159 Update for changes of bibtex-map-entries.
13160 (bibtex-ispell-abstract): Do not move point.
13161 (bibtex-entry-index): Use downcase. Simplify.
13162 (bibtex-lessp): Handle catch-all.
13163 (bibtex-find-crossref): Turn into a command.
13164 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
13165 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
13166 preamble entries.
13167 (bibtex-fill-field-bounds): New function.
13168 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
13169 (bibtex-fill-entry): Use bibtex-fill-field-bounds
13170 (bibtex-String): Use bibtex-strings. Always obey
13171 bibtex-sort-ignore-string-entries.
13172
13173 2003-07-05 John Paul Wallington <jpw@gnu.org>
13174
13175 * cus-theme.el (customize-create-theme):
13176 Call `customize-create-theme' in Reset widget's notify function.
13177
13178 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13179 (ibuffer-mark-interactive): Use `or' instead of `unless'.
13180 (define-ibuffer-column name): Add summarizer.
13181 (define-ibuffer-column size): Likewise.
13182 (define-ibuffer-column filename): Likewise.
13183 (define-ibuffer-column process): Likewise. Change BODY's output too.
13184 (define-ibuffer-column filename-and-process): Likewise, likewise.
13185 (ibuffer): Remove local vars `already-in' and `need-update'.
13186
13187 * ibuf-ext.el: Don't require `derived' at compile-time.
13188
13189 2003-07-05 Kim F. Storm <storm@cua.dk>
13190
13191 * info.el: Disable paragraph refilling.
13192 (Info-refill-paragraphs): New defcustom.
13193 (Info-fontify-node): Use it.
13194
13195 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
13196
13197 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13198 thingies from constructors created by defstruct.
13199
13200 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13201 the default value of the variable.
13202 (byte-code-meter): Move declaration to top level.
13203
13204 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13205
13206 * info.el (Info-following-node-name-re): New fun.
13207 (Info-following-node-name): Remove.
13208 (Info-insert-dir): Use the new fun.
13209 (Info-extract-pointer): Don't save restriction; use new fun.
13210 (Info-menu-entry-name-re): New const.
13211 (Info-menu-entry-name-re): Use it along with new fun.
13212 (Info-node-spec-re): Use new fun.
13213 (Info-complete-menu-item, Info-fontify-node): Use new const.
13214 (Info-goto-node, Info-follow-reference, Info-menu-update):
13215 Use match-string.
13216 (Info-follow-reference): Use assoc-string.
13217 Use a list of strings for the completion table.
13218 (Info-fontify-node): Use match-string, line-end-position.
13219 Limit the search for `node:' to the first line.
13220
13221 * newcomment.el (uncomment-region): Remove padding coming from
13222 comment-start rather than just from comment-padding.
13223
13224 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13225 (vc-cvs-stay-local-p): Use vc-stay-local-p.
13226 (vc-cvs-rename-file): Remove (use the default).
13227 (vc-cvs-register): Register parent dir if needed.
13228 (vc-cvs-could-register): Return non-nil if parent can be registered.
13229 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13230 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13231
13232 * vc-svn.el (vc-svn-use-edit): Make it into a const.
13233 (vc-svn-update): Fix the arguments to `svn'.
13234 (vc-svn-diff-tree): Just use `vc-svn-diff'.
13235 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13236 Simple implementations, assuming `name' is a URL.
13237
13238 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13239 set of chars allowed unquoted in a case pattern.
13240
13241 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13242
13243 * font-lock.el (font-lock-extra-types-widget)
13244 (c-font-lock-extra-types, c++-font-lock-extra-types)
13245 (objc-font-lock-extra-types, java-font-lock-extra-types)
13246 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13247 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13248 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13249 (font-lock-match-c++-structor-declaration)
13250 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13251 (c++-font-lock-keywords-3, c++-font-lock-keywords)
13252 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13253 (objc-font-lock-keywords-3, objc-font-lock-keywords)
13254 (java-font-lock-keywords-1, java-font-lock-keywords-2)
13255 (java-font-lock-keywords-3, java-font-lock-keywords)
13256 (java-font-lock-syntactic-face-function): Remove obsolete code
13257 and constants. It's all in cc-fonts.el now.
13258
13259 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
13260
13261 * mail/sendmail.el (mail-specify-envelope-from)
13262 (mail-envelope-from): Doc fix.
13263
13264 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
13265
13266 * generic-x.el: Do away with the dependency on `c-emacs-features'
13267 when populating `rul-generic-mode-syntax-table'; we already know
13268 this isn't XEmacs.
13269
13270 See ChangeLog.10 for earlier changes.
13271
13272 ;; Local Variables:
13273 ;; coding: iso-2022-7bit
13274 ;; End:
13275
13276 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
13277 Copying and distribution of this file, with or without modification,
13278 are permitted provided the copyright notice and this notice are preserved.
13279
13280 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1