(tramp-handle-directory-files-and-attributes): New function.
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-26 Lars Hansen <larsh@math.ku.dk>
2
3 * tramp.el (tramp-handle-directory-files-and-attributes): New
4 function.
5 (tramp-perl-directory-files-and-attributes): New constant.
6 (tramp-file-name-handler-alist): Delete file-directory-files, add
7 directory-files-and-attributes.
8 (tramp-perl-file-attributes): Surround uid and gid by double
9 quotes. Change parameter id-format from nonnumeric.
10 (tramp-convert-file-attributes): New function.
11 (tramp-handle-file-attributes): Use it.
12 (tramp-maybe-send-perl-script): New function.
13 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
14 file mode. Change parameter id-format from nonnumeric.
15 (tramp-handle-file-attributes-with-ls): Change parameter id-format
16 from nonnumeric.
17 (tramp-post-connection): Don't send tramp-perl-file-attributes
18 script. Reset connection property "perl-scripts".
19 (tramp-handle-insert-directory): Run real handler when ls-lisp is
20 in use.
21
22 2004-11-26 Lars Hansen <larsh@math.ku.dk>
23
24 * desktop.el (desktop-read): Replace mapcar with mapc.
25 (desktop-create-buffer): Replace mapcar with mapc. Remove
26 redundant piece of code.
27
28 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
29
30 * progmodes/gud.el (gud-display-line): Use display-buffer
31 for GDB-UI as for GUD.
32
33 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
34 Delete variables.
35 (gdb-ann3): Don't make GUD buffer dedicated.
36 (gdb-goto-breakpoint, gdb-display-buffer): Don't always
37 dedicate.
38 (gdb-display-source-buffer): Delete function.
39 (gdb-view-source-function, gdb-view-assembler): Delete functions.
40 (menu): Delete menu bindings for viewing source/assembler.
41 (gdb-setup-windows, gdb-restore-windows):
42 Don't dedicate GUD. No assembler now.
43 (gdb-reset): No need to undedicate source buffers now.
44 (gdb-source-info): No assembler now.
45
46 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
47
48 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
49 width to those for special frames.
50 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
51 Use display-buffer.
52 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
53 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
54 (gdb-frame-assembler-buffer): Rework like
55 gdb-frame-breakpoints-buffer.
56
57 2004-11-25 Richard M. Stallman <rms@gnu.org>
58
59 * progmodes/flymake.el: Reindent.
60 (flymake-split-string): Turn into defalias.
61 (flymake-fix-file-name): Renamed from flymake-fix-path-name.
62 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
63 (flymake-get-common-file-prefix): Renamed from ...path... Doc fix.
64 (flymake-build-relative-filename): Renamed from ...path.
65 Fix error message.
66
67 2004-11-25 Cheng Gao <chenggao@gmail.com>
68
69 * progmodes/flymake.el: Much whitespace and capitalization change.
70 Move `provide' to end. Require `compile' only when compiling.
71
72 2004-11-24 Jay Belanger <belanger@truman.edu>
73
74 * calc/calc-alg.el: Added comment.
75 (math-polynomial-base): Replace variable mpb-top-expr by
76 math-poly-base-top-expr.
77
78 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
79 (math-polynomial-p1): Replace variable mpb-top-expr by declared
80 variable.
81 (math-poly-base-total-base): New variable.
82 (math-total-polynomial-base, math-polynomial-p1): Replace variable
83 mpb-total-base by declared variable.
84 (math-factored-vars, math-to-list): Declare it.
85 (math-fact-expr): New variable.
86 (calcFunc-factors, calcFunc-factor, math-factor-expr)
87 (math-factor-expr-try, math-factor-expr-part): Replace variable
88 expr by declared variable.
89 (math-fet-x): New variable.
90 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
91 by declared variable.
92 (math-factor-poly-coefs): Make temp a local variable.
93
94 * calc/calc-units.el (calc-convert-units): Make units a local
95 variable.
96 (calc-num-units, calc-den-units): New variables.
97 (calc-explain-units, calc-explain-units-rec): Replace variables
98 num-units and den-units by declared variables.
99 (math-cu-unit-list): New variable.
100 (math-build-units-table, math-compare-unit-names)
101 (math-convert-units, math-convert-units-rec): Replace variable
102 unit-list by declared variable.
103 (math-fbu-base, math-fbu-entry): New variables.
104 (math-find-base-units, math-find-base-units-rec): Replace variables
105 base and entry by declared variables.
106 (math-which-standard): New variable.
107 (math-to-standard-units, math-to-standard-rec): Replace variable
108 which-standard by declared variable.
109 (math-fcu-u): New variable.
110 (math-find-compatible-unit, math-find-compatible-unit-rec):
111 Replace variable u by declared variable.
112 (math-cu-new-units, math-cu-pure): New variables.
113 (math-convert-units, math-convert-units-rec): Replace variables
114 new-units and pure by declared variables.
115 (math-try-cancel-units): New variable.
116 (math-simplify-units-quotient): Replace variable try-cancel-units by
117 declared variable.
118
119 >>>>>>> 1.6669
120 2004-11-24 Richard M. Stallman <rms@gnu.org>
121
122 * textmodes/ispell.el (ispell-check-version):
123 If default-directory is nonexistent, use home dir.
124
125 * progmodes/grep.el (grep-regexp-alist):
126 Don't match parens around line numbers.
127
128 * progmodes/cperl-mode.el (cperl-indent-region)
129 (cperl-imenu--create-perl-index, cperl-xsub-scan):
130 Don't print progress messages.
131
132 * progmodes/compile.el (compilation-mode-map):
133 Don't inherit from compilation-minor-mode-map;
134 copy its bindings instead. But the menu bar Compile
135 entry now does inherit from compilation-menu-map.
136
137 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
138 Use with-no-warnings around compiler-macroexpand.
139
140 * imenu.el: Don't always require newcomment.
141 (imenu--generic-function): Call comment-normalize-vars
142 if we have a comment syntax.
143 Exit the loop if REGEXP matches the null string.
144 Test comment-start as well as comment-start-skip
145 when deciding whether to check for comments.
146
147 * tooltip.el (tooltip-mode): Doc fix.
148
149 * term.el (term-escape-char, term-mode): Doc fixes.
150
151 2004-11-24 Dave Love <fx@gnu.org>
152
153 * progmodes/python.el (python-font-lock-syntactic-keywords):
154 Check for escapes in the regexp.
155 (python-quote-syntax): Don't do it here.
156
157 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
158
159 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
160 (gdb-frames-mode-map, gdb-threads-mode-map)
161 (gdb-registers-mode-map, gdb-locals-mode-map)
162 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
163 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
164
165 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
166 (dedicated-switch-to-buffer): Rework.
167 (gdb-var-evaluate-expression-handler, gdb-put-string):
168 Remove unused variable bindings.
169 (gdb-setup-windows, gdb-display-buffer):
170 Simplify. Use pop-to-buffer.
171 (gdb-view-source-function): Simplify.
172 (gdb-frame-breakpoints-buffer):
173 Use pop-to-buffer, special-display-regexps.
174
175 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
176
177 * progmodes/f90.el (f90-smart-end)
178 (f90-previous-statement, f90-beginning-of-block): Doc fix.
179 (f90-calculate-indent): Handle un-named PROGRAM blocks.
180 (f90-end-of-block): Doc fix. Make check of outermost block
181 conditional on value of `f90-smart-end'.
182 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
183 Handle case where END-BLOCK is nil.
184 (f90-match-end): Handle un-named PROGRAM blocks.
185 (f90-backslash-not-special): New function.
186
187 2004-11-24 Jay Belanger <belanger@truman.edu>
188
189 * calc/calc.el (calc-embedded-active): Removed unnecessary
190 declaration.
191 (calc-show-banner): Removed redundant declaration.
192
193 * calc/calc-graph.el (calc-gnuplot-default-device)
194 (calc-gnuplot-default-output, calc-gnuplot-print-device)
195 (calc-gnuplot-print-output, calc-gnuplot-geometry)
196 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
197 Remove redundant initial values.
198
199 * calc/calc-arith.el (math-scalar-functions)
200 (math-nonscalar-functions, math-scalar-if-args-functions)
201 (math-real-functions, math-positive-functions)
202 (math-nonnegative-functions, math-real-scalar-functions)
203 (math-real-if-arg-functions, math-integer-functions)
204 (math-num-integer-functions, math-rounding-functions)
205 (math-float-rounding-functions, math-integer-if-args-functions)
206 (math-super-types): Move declarations to earlier in file.
207 (math-unit-prefixes): Declared it.
208 (math-floor-prec, math-trunc-prec): New variables.
209 (math-trunc-fancy): Replace variable prec by declared variable.
210 (math-floor-fancy): Replace variable prec by declared variable.
211 (math-com-bterms): New variable.
212 (math-commutative-equal, math-commutative-collect):
213 Replace variable bterms by declared variable.
214
215 * calc/calc-misc.el (math-trunc): Replace variable prec by
216 math-trunc-prec.
217 (math-floor): Replace variable prec by math-floor-prec.
218
219 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
220 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
221 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
222 (math-format-date, math-format-date-part): Replace variables
223 date, dt, year, month, day, weekday, hour, minute, second and
224 bc-flag by declared variables.
225 (math-pd-str): New variable.
226 (math-parse-date, math-parse-date-word, math-parse-standard-date):
227 Replace variable str by declared variable.
228 (math-daylight-savings-hook, math-tzone-names): Move definitions
229 to earlier in the file.
230 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
231 (math-sh-year): New variable.
232 (math-setup-add-holidays, math-setup-holidays)
233 (math-setup-year-holidays): Replace variable `year' by declared
234 variable.
235
236 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
237 New variables.
238 (math-nth-root-float, math-nth-root-float-iter): Replace variables
239 n, nf and nfm1 by declared variables.
240 (math-nri-n): New variable.
241 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
242 n by declared variable.
243 (calcFunc-log): Removed misplaced condition.
244
245 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
248
249 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
250
251 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
252 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
253 Dedicate gdb-related windows.
254 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
255 other frames.
256 (gdb-reset): Remove dedicated property after debugging.
257
258 2004-11-24 Jay Belanger <belanger@truman.edu>
259
260 * calc/calc-sel.el: Add comment.
261
262 * calc/calc.el (math-stack-value-offset): Replace variables c,
263 wid and off with math-svo-c, math-svo-wid and math-svo-off.
264
265 * calc/calccomp.el (math-comp-sel-tag): Declare it.
266 (math-svo-c, math-svo-wid, math-svo-off): New variables.
267 (math-stack-value-offset-fancy): Replace variables c, wid and off
268 by declared variables.
269 (math-comp-just, math-comp-comma-spc): New variables.
270 (math-compose-expr, math-compose-matrix): Replace variables `just'
271 and comma-spc by declared variable.
272 (math-comp-vector-prec): New variable.
273 (math-compose-expr, math-compose-matrix, math-compose-rows):
274 Replace variable vector-prec by declared variable.
275 (math-comp-left-bracket, math-comp-right-bracket)
276 (math-comp-comma): New variables.
277 (math-compose-expr, math-compose-rows): Replace variables
278 left-bracket, right-bracket and comma by declared variables.
279 (math-comp-full-width): New variable.
280 (math-comp-to-string-flat, math-comp-to-string-flat-term):
281 Replace variable full-width by declared variable.
282 (math-comp-highlight, math-comp-word, math-comp-level)
283 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
284 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
285 New variables.
286 (math-comp-to-string-flat, math-comp-to-string-flat-term)
287 (math-comp-sel-flat-term): Replace variables comp-highlight,
288 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
289 declared variables.
290 (math-comp-simplify, math-comp-simplify-term)
291 (math-comp-add-string, math-comp-add-string-sel):
292 Replace variables comp-highlight, comp-buf, comp-base,
293 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
294
295 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
296
297 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
298
299 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
300 and x-server-version may throw.
301
302 2004-11-23 Kim F. Storm <storm@cua.dk>
303
304 * subr.el (substitute-key-definition-key): Optimize.
305 Don't call indirect-function for nil defn (always signals error).
306
307 * ido.el (ido-read-internal): Fix require-match check when
308 ido-directory-too-big is set.
309
310 2004-11-23 Jay Belanger <belanger@truman.edu>
311
312 * calc/calc-ext.el (math-read-replacement-list)
313 (math-read-superscripts): New variables.
314 (math-read-preprocess-string): New function.
315 (math-read-expr): Filter input through math-read-preprocess-string.
316
317 * calc/calc-aent.el (math-read-exprs): Filter input through
318 math-read-preprocess-string.
319
320 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
321
322 * progmodes/compile.el (compilation-start): In cd command use
323 substitute-env-vars -- not quite shell compatible but better than
324 nothing.
325 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
326 handle the newer versions messages, which are more parseable.
327
328 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * reveal.el (reveal-mode-map): New var.
331 (reveal-mode): Use it.
332
333 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
334
335 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
336 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
337
338 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
341 header-line when needed.
342 Use fixed-pitch only in the header-line.
343 Build the underline automatically. Use emdash if available.
344
345 2004-11-22 Richard M. Stallman <rms@gnu.org>
346
347 * dired.el (dired-recursive-copies): Move from dired-aux.el.
348 * dired-aux.el (dired-recursive-copies): Move to dired.el.
349
350 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
351
352 * progmodes/gdb-ui.el (gdb-resync): New function.
353 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
354 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
355 Use it to fail more gracefully.
356 (gdb-variables): Delete variable.
357 Re-order variables to reduce byte-compiler warnings.
358
359 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * descr-text.el (describe-char):
362 * paren.el (show-paren-function):
363 * subr.el (syntax-after): Undo last change.
364
365 * progmodes/python.el (run-python): Don't hard code *Python*.
366 Don't modify global process-environment.
367 (python-send-region, python-load-file): Don't assume that
368 python-buffer == (process-buffer (python-proc)).
369 (python-switch-to-python): Simplify.
370
371 * dired.el (dired-align-file): Don't assume line starts with spaces.
372
373 2004-11-21 Jay Belanger <belanger@truman.edu>
374
375 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
376 Replace variable `lines' by math-read-big-lines.
377 (math-read-big-expr): Replace variables the-baseline, the-h2
378 and err-msg by math-read-big-baseline, math-read-big-h2 and
379 math-read-err-msg.
380 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
381
382 * calc/calc-lang.el (math-read-big-rec): Fix typo.
383 (math-read-big-balance): Replace unbound variable by value.
384 (math-read-big-lines): New variable.
385 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
386 (math-read-big-error, math-read-big-balance): Replace variable
387 `lines' by declared variable.
388 (math-read-big-baseline, math-read-big-h2): New variables.
389 (math-read-big-rec): Replace variables the-baseline and the-h2
390 by declared variables.
391 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
392 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
393 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
394 declared variables.
395 (math-read-big-err-msg): New variable.
396 (math-read-big-error): Replace variable err-msg by declared variable.
397
398 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * ses.el: Add coding cookie.
401 Fix up docstrings, follow new commenting conventions.
402 (ses-header-line-menu): Fix missing variable rename for header-row.
403 (ses-cell-size): Remove.
404 (ses-make-cell): New function.
405 (ses-cell, ses-insert-row, ses-insert-column): Use it.
406 (ses-calculate-cell): Remove unused var `symbol'.
407 (ses-narrowed-p): New function.
408 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
409 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
410 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
411 (ses-setup): Use restore-buffer-modified-p.
412 (ses-cleanup): Remove unused var `end'.
413 (ses-header-string-left-offset): Remove.
414 (ses-create-header-string): Adjust to new behavior of `align-to'.
415 Truncate excessively large fields to preserve alignment.
416 (ses-reconstruct-all): Remove unused var `refs'.
417 (ses-read-cell-printer): Remove unused var `prompt'.
418 (ses-delete-row): Remove unused var `pos'.
419 (ses-delete-column): Remove unused var `new'.
420
421 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
422
423 * ps-print.el: Insert :version tag into all defgroup and defcustom.
424 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
425 Eliminate eval-and-compile usage.
426 (ps-insert-file): Use insert-file-contents instead of insert-file.
427 (ps-setup): Code fix.
428
429 * printing.el (pr-setup, lpr-setup): Code fix.
430
431 2004-11-21 Jay Belanger <belanger@truman.edu>
432
433 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
434 (calc-original-buffer): Declare them.
435 (calc-user-formula-alist): New variable.
436 (calc-user-define-formula, calc-fix-user-formula)
437 (calc-user-define-composition, calc-finish-formula-edit):
438 Replace variable `alist' by declared variable.
439 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
440 (var-q7, var-q7, var-q8, var-q9): Declare them.
441 (calc-kbd-push): Don't check to see if var-q0 through var-q9
442 are bound.
443 (calcFunc-typeof): Replace undeclared variable by expression.
444 (math-exp-env): New variable.
445 (math-define-body, math-define-exp): Replace exp-env by declared var.
446 (math-define-exp): Replace misplaced variable by expression.
447
448 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
449 (calc-curve-model, calc-curve-coefnames): New variables.
450 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
451 varnames, model and coefnames by declared variables.
452 (math-root-widen): New variable.
453 (math-search-root, math-find-root): Replace variable root-widen by
454 declared variable.
455 (var-DUMMY): Declare it.
456 (math-root-vars, math-min-vars): Move the declarations to earlier in
457 the file.
458 (math-brent-min): Make d a local variable.
459 (math-find-minimum): Replace non-existent variable.
460 (math-ninteg-romberg): Remove unnecessary variable.
461 (math-ninteg-temp): New variable.
462 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
463 integ-temp by declared variable.
464 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
465 New variables.
466 (math-general-fit): Replace variables first-var, first-coef and
467 new-coefs by declared variables.
468 (calcFunc-fitvar): Replace variable first-var by declared variable.
469 (calcFunc-fitparam): Replace variable first-coef by declared variable.
470 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
471 (math-all-vars-vars, math-all-vars-found): New variables.
472 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
473 found by declared variable math-all-vars-vars.
474
475 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
476
477 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
478 of `defconst'.
479
480 2004-11-20 Richard M. Stallman <rms@gnu.org>
481
482 * isearch.el (isearch-mode-map): Don't bind SPC.
483 (isearch-whitespace-chars): Function deleted.
484 (isearch-search): Bind search-spaces-regexp.
485 (isearch-lazy-highlight-search): Likewise.
486 (search-whitespace-regexp): Doc fix.
487 (isearch-forward-regexp): Doc fix.
488
489 * emacs-lisp/bytecomp.el (byte-compile-form):
490 Move the calls to byte-compile-set-symbol-position,
491 to avoid having two for the same symbol occurrence.
492
493 * comint.el (comint-input-ring-size): Increase to 150.
494
495 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
496 New variables.
497 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
498 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
499
500 * imenu.el (imenu--generic-function):
501 Ensure we keep moving backward even if BEG isn't further back.
502
503 * replace.el (query-replace-read-to, query-replace-read-from):
504 Specify t for KEEP-ALL in read-from-minibuffer.
505
506 * progmodes/python.el (python-switch-to-python):
507 If Python isn't running, start it.
508 Don't alter debug-ignored-errors.
509
510 * progmodes/cperl-mode.el (cperl-indent-region):
511 Don't mind imenu-scanning-message.
512
513 * bindings.el (global-map): Bind C-e to move-end-of-line.
514
515 * simple.el (line-move-finish): New arg FORWARD.
516 Ignore invisible newlines, not intangible ones.
517 Conditions for acceptable stopping positions depend on FORWARD.
518 (line-move): Pass FORWARD arg to line-move-finish.
519
520 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
521 of HEADER. Compensate for this change in the code to add display
522 properties. Don't make the first line intangible.
523
524 * info.el (Info-search): Fix previous change.
525
526 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
527
528 * Makefile.in (recompile): Revert 2004-11-19 change.
529 (compile): Likewise.
530
531 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
532
533 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
534
535 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
536
537 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
538 defgroup and defcustom. Eliminate eval-and-compile usage.
539
540 * progmodes/ebnf-otz.el: Fix typos.
541
542 2004-11-19 Jay Belanger <belanger@truman.edu>
543
544 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
545 (calc-edit-finish, calc-finish-stack-edit): Replace variable
546 disp-trail by declared variable.
547
548 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
549 (calc-finish-selection-edit): Replace variable disp-trail by
550 declared variable.
551 (calc-selection-cache-entry): Move declaration to earlier in the file.
552 (calc-selection-cache-num, calc-selection-cache-comp)
553 (calc-selection-cache-offset, calc-selection-true-num)
554 (calc-final-point-line, calc-final-point-column)
555 (calc-original-buffer): Declare them.
556 (calc-fnp-op, calc-fnp-num): New variables.
557 (calc-find-nth-part, calc-find-nth-part-rec)
558 (calc-select-previous): Replace op and num by declared variables.
559 (calc-rsf-old, calc-rsf-new): New variables.
560 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
561 Replace variables old and new by declared variables.
562 (calc-sel-reselect): New variable.
563 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
564 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
565 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
566 reselect with declared variable.
567
568 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
569 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
570 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
571 (math-import-list, math-rewrite-phase): Declare them.
572 (math-rewrite): Use let* to declare variables.
573 (calc-rewrite-selection): Make rules a local variable.
574 (calc-rewr-sel): New variable.
575 (calc-rewrite-selection, calc-locate-selection-marker)
576 (calc-rewrite): Use the declared variable calc-rewr-sel instead
577 of sel.
578 (math-rewrite-whole-expr): New variable.
579 (math-rewrite, math-rewrite-phase): Replace variable expr by
580 declared variable.
581 (math-rewrite-heads-heads, math-rewrite-heads-skips)
582 (math-rewrite-heads-blanks ): New variables.
583 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
584 heads, skips and blanks by declared variables.
585 (math-rwcomp-subst-old, math-rwcomp-subst-new)
586 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
587 New variables.
588 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
589 old, new, old-func and new-func by declared variables.
590 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
591 Remove unnecessary variable.
592 (math-apply-rw-regs): New variable.
593 (math-apply-rewrites, math-rwapply-replace-regs)
594 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
595 (math-apply-rw-ruleset): New variable.
596 (math-apply-rewrites, math-rwapply-remember): Replace variable
597 ruleset by declared variable.
598
599 2004-11-19 Richard M. Stallman <rms@gnu.org>
600
601 * info.el (Info-search): Use search-whitespace-regexp.
602
603 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
604
605 * vc-rcs.el (vc-rcs-parse): New function.
606 (vc-rcs-annotate-command): Likewise.
607 (vc-rcs-annotate-current-time): Likewise.
608 (vc-rcs-annotate-time): Likewise.
609 (vc-rcs-annotate-extract-revision-at-line): Likewise.
610
611 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
612
613 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
614
615 2004-11-18 Jay Belanger <belanger@truman.edu>
616
617 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
618
619 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
620
621 * printing.el: Eliminate use of interactive-p and eval-and-compile.
622 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
623 Use make-temp-file to generate PostScript files in any situation.
624 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
625 (pr-interactive-p): Eliminate var.
626 (pr-save-interactive): Eliminate macro.
627 (pr-interface, pr-ps-directory-preview)
628 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
629 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
630 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
631 (pr-ps-buffer-ps-print, pr-ps-region-preview)
632 (pr-ps-region-using-ghostscript, pr-ps-region-print)
633 (pr-ps-region-ps-print, pr-ps-mode-preview)
634 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
635 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
636 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
637 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
638 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
639 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
640 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
641 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
642 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
643 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
644 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
645 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
646 Eliminate pr-save-interactive usage.
647 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
648 Eliminate pr-interactive-p usage.
649 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
650 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
651 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
652 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
653 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
654 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
655 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
656 New funs.
657 (pr-ps-file): Use make-temp-file to generate a temporary file.
658
659 2004-11-17 Jay Belanger <belanger@truman.edu>
660
661 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
662 a local variable.
663 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
664 (math-top-only): New variable.
665 (math-simplify, math-simplify-step): Replace variable top-only by
666 declared variable math-top-only.
667 (math-simplify-expr): Declare it.
668 Replace argument expr in all calls of math-defsimplify by
669 math-simplify-expr.
670 (math-simplify-plus, math-simplify-times, math-simplify-divide)
671 (math-simplify-divisor, math-simplify-one-divisor)
672 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
673 (math-simplify-pow): Replace variable expr by declared variable
674 math-simplify-expr.
675 (math-simplify-divisor): Remove local variables temp and op.
676 (math-simplify-one-divisor): Make temp and op local variables.
677 (math-simplify-divisor-nover, math-simplify-divisor-dover):
678 New variables.
679 (math-simplify-divisor, math-simplify-one-divisor):
680 Replace variables nover and dover by declared variables.
681 (math-expr-subst-new, math-expr-subst-old): New variables.
682 (math-expr-subst, math-expr-subst-rec): Replace variables new
683 and old by declared variables.
684 (math-is-poly-degree, math-is-poly-loose): New variables.
685 (math-is-polynomial, math-is-poly-rec): Replace variables degree
686 and loose by declared variables.
687 (math-poly-base-const-ok, math-poly-base-pred): New variables.
688 (math-polynomial-base, math-polynomial-base-rec):
689 Replace variables const-ok and mpb-pred by declared variables.
690
691 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
692
693 * calc/calc-ext.el (math-defsimplify): Change the argument in
694 the created function to math-simplify-expr.
695
696 * calc/calc-units.el (math-simplify-expr): Declare it.
697 Replace argument expr in all calls of math-defsimplify by
698 math-simplify-expr.
699 (math-simplify-units-prod): Replace variable expr by declared
700 variable math-simplify-expr.
701
702 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
705 Replace mapcar->dolist, format->string.
706
707 2004-11-17 Miles Bader <miles@gnu.org>
708
709 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
710 * progmodes/idlwave.el: Remove RCS keywords.
711
712 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
713
714 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
715 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
716 Update to IDLWAVE version 5.5. Too many changes to list them here.
717 * progmodes/idlw-help.el: New file.
718
719 2004-11-16 Richard M. Stallman <rms@gnu.org>
720
721 * international/iso-cvt.el (iso-tex2iso-trans-tab):
722 Discard spaces after \i according to TeX rules.
723
724 * international/mule.el (set-buffer-file-coding-system):
725 New arg NOMODIFY.
726 (after-insert-file-set-coding): Pass that new arg.
727 Prevent set-buffer-multibyte from trying to lock the file.
728
729 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
730
731 * saveplace.el (save-place): Doc fix.
732
733 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
734 temporarily widen before finding the following word to copy.
735
736 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
737 (cl-map-keymap): Definition deleted.
738
739 * subr.el (map-keymap-internal): New function.
740
741 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
744 when pressing rather than when releasing mouse-2. Simplify.
745
746 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
749 (compilation-mode): Set it here instead.
750
751 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
752
753 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
754 (loop, cl-parse-loop-clause, defsetf): Use backquote.
755
756 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * progmodes/compile.el (compilation-internal-error-properties):
759 Fix up a transposition-typo. Check end-col before using it.
760
761 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
762
763 * international/iso-cvt.el (iso-tex2iso-trans-tab):
764 Discard whitespace after macro \i when converting it.
765
766 2004-11-16 Juri Linkov <juri@jurta.org>
767
768 * emacs-lisp/find-func.el (find-function-regexp):
769 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
770 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
771 Remove invalid `\W' from [^cgv\W]. Doc fix.
772 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
773
774 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
775
776 * play/life.el: Maintainer is now FSF.
777 (life-patterns, life-neighbor-deltas, life-window-start)
778 (life-current-generation, life-generation-string): Use defvar
779 instead of defconst.
780
781 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
782
783 * progmodes/compile.el (compilation-move-to-column): New fun.
784 (compilation-internal-error-properties)
785 (compilation-next-error-function): Use it to make sure we don't go past
786 the end of line.
787
788 2004-11-15 John Paul Wallington <jpw@gnu.org>
789
790 * autoinsert.el (auto-insert-alist): Insert the user's name in
791 copyright notice, rather than Free Software Foundation, for the
792 Emacs Lisp header case too.
793
794 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
795
796 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
797 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
798 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
799 return the list of string in a string.
800 (pr-call-process): Message if calling process returns an error, that
801 is, the exit status is different of zero.
802
803 2004-11-15 Jay Belanger <belanger@truman.edu>
804
805 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
806 variable var-thing.
807 (math-integ-depth, math-integ-level, math-integral-limit)
808 (math-enable-subst, math-any-substs, math-integ-msg)
809 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
810 (math-int-threshold, math-int-factors, math-double-roots)
811 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
812 (var-GenCount): Declare these variables.
813 (calcFunc-integ): Don't check if var-IntegLimit is bound.
814 (math-integral-cache, math-integral-cache-state):
815 Move declarations to earlier in the file.
816 (math-deriv-var, math-deriv-total, math-deriv-symb)
817 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
818 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
819 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
820 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
821 (math-solve-res): New variables
822 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
823 (math-integral, math-replace-integral-parts)
824 (math-integrate-by-parts, calc-dump-integral-cache)
825 (math-try-integral, math-do-integral, math-do-integral)
826 (math-do-integral-methods, math-try-solve-for)
827 (math-try-solve-prod, math-solve-poly-funny-powers)
828 (math-solve-crunch-poly, math-decompose-poly)
829 (math-solve-find-root-term, math-find-root-in-prod)
830 (math-integ-try-linear-substitutions)
831 (math-integ-try-substitutions, math-expr-rational-in)
832 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
833 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
834 (math-solve-for, math-solve-system, math-solve-system-rec)
835 (math-solve-get-sign, math-solve-get-int)
836 (math-solve-system-subst): Replace undeclared variables with newly
837 declared variables.
838
839 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * winner.el (winner-active-region, winner-edges, winner-window-list):
842 Define at toplevel.
843 (winner-mode-map): Move init inside declaration.
844
845 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
846
847 * files.el (convert-standard-filename): Doc fix.
848
849 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
850
851 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
852 passwd, group, shadow, default/* and pam.d/*.
853
854 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
855
856 * printing.el (pr-menu-spec): Adjust menu specification.
857
858 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
859
860 * printing.el: Doc fix. Insert :version tag into all defcustom.
861 Handle interactive-p as is recommended in Emacs Lisp Reference.
862 Set the file permission bits for newly created files.
863 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
864 The printing menu specification (in `pr-menu-spec') was merged.
865 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
866 (pr-version): New version number (6.8.3).
867 (pr-file-modes): New option.
868 (pr-interactive-p): New var.
869 (pr-save-interactive, pr-save-file-modes): New macros.
870 (pr-setup): Code fix.
871 (pr-menu-spec): Menu specification merged.
872 (pr-call-process, pr-text2ps): Set file permission bits.
873 (pr-despool-print): Set file permission bits. Handle interactive-p as
874 is recommended.
875 (pr-interface, pr-ps-directory-preview)
876 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
877 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
878 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
879 (pr-ps-buffer-ps-print, pr-ps-region-preview)
880 (pr-ps-region-using-ghostscript, pr-ps-region-print)
881 (pr-ps-region-ps-print, pr-ps-mode-preview)
882 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
883 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
884 (pr-despool-using-ghostscript, pr-despool-ps-print)
885 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
886 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
887 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
888 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
889 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
890 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
891 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
892 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
893 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
894 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
895 Handle interactive-p as is recommended.
896
897 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
900 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
901
902 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
903 so it doesn't forget to highlight the beginning of the region either.
904
905 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
906
907 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
908 (c-font-lock-init): Eliminate obsolete make-local-hook.
909 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
910 (awk-mode): Use run-mode-hooks.
911
912 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
913
914 2004-11-13 Kim F. Storm <storm@cua.dk>
915
916 * mouse.el (mouse-drag-copy-region): Add :version.
917 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
918 while dragging mode line, so mode line can be dragged downwards.
919 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
920 while pressing mouse button so window doesn't scroll until we
921 release the mouse if clicking on partially visible line.
922
923 2004-11-12 Jay Belanger <belanger@truman.edu>
924
925 * calc/calc-graph.el (calc-dumb-map): Declare it.
926 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
927 than unbound.
928 (calc-graph-name): Made `end' a local variable.
929 (calc-graph-lookup): Made `varname' a local variable.
930 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
931 Declare them.
932 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
933 (calc-graph-plot, calc-graph-compute-3d): Remove references to
934 the unused variable y3vec.
935 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
936 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
937 calc-graph-prev-kill-hook.
938 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
939 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
940 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
941 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
942 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
943 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
944 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
945 (calc-graph-y3value, calc-graph-y3name)
946 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
947 (calc-graph-stepcount, calc-graph-is-splot)
948 (calc-graph-surprise-splot, calc-graph-blank)
949 (calc-graph-non-blank, calc-graph-curve-num): New variables.
950 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
951 (calc-graph-recompute-2d, calc-graph-compute-3d)
952 (calc-graph-format-data): Replace undeclared variables with the
953 above newly declared variables.
954
955 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
956
957 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
958 `rsf-beep' and `rsf-sleep-after-message'.
959
960 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
961 list if `message-sender' is non-nil.
962
963 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
964
965 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
966 consing by using mapc instead of mapcar.
967
968 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
969
970 * tooltip.el (require): Explain why CL is needed.
971
972 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
973
974 * printing.el: Insert :version into defgroup (printing). All reference
975 to Files option in menubar were changed to File.
976 (pr-version): New version number (6.8.2).
977 (pr-get-symbol): Call easy-menu-intern.
978 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
979 compilation gripes.
980
981 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
984 new byte-compile-function-environment binding to t.
985
986 * font-lock.el (font-lock-fontify-syntactically-region):
987 Don't forget to highlight the last char when we hit `end'.
988
989 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
990 (mwheel-scroll): Adjust accordingly.
991
992 * cvs-status.el: Reduce spurious warnings.
993 (cvs-status-checkout): Remove.
994 (cvs-status-mode-map): Use cvs-mode-checkout instead.
995
996 * pcvs.el (cvs-mode-checkout): New command.
997
998 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
999
1000 * tooltip.el: Require CL.
1001
1002 * emacs-lisp/bytecomp.el: Use push.
1003 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1004 (defalias): Remove the `byte-compile' property and add
1005 a `byte-hunk-handler'.
1006
1007 2004-11-11 Juri Linkov <juri@jurta.org>
1008
1009 * info.el (Info-search): Save match data for isearch.
1010 Skip Tag Table node.
1011
1012 * descr-text.el (describe-char): Replace syntax-after with code
1013 from its previous version.
1014
1015 * files.el (magic-mode-alist): Use optimization for SGML mode too.
1016 (set-auto-mode): Doc fix. Remove unused variable `xml'.
1017
1018 * international/mule.el (sgml-html-meta-auto-coding-function):
1019 Remove > after <html to allow HTML attributes.
1020
1021 2004-11-11 Jay Belanger <belanger@truman.edu>
1022
1023 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
1024 a variable.
1025 (calcFunc-dfac): Replace unbound max by n.
1026 (math-stirling-local-cache): New variable.
1027 (math-stirling-number, math-stirling-1, math-stirling-2):
1028 Replace the variable `cache' by the declared variable
1029 math-stirling-local-cache.
1030 (var-RandSeed): Declare it as a variable.
1031 (math-init-random-base, math-random-digit): Don't check to see if
1032 var-RandSeed is bound.
1033 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1034 Declare them instead of just setting them.
1035 (math-init-random-base): Made i a local variable.
1036 (math-random-digit): Made math-random-last a local variable.
1037 (math-prime-test-cache): Move declaration to before it is used.
1038 (math-prime-test-cache-k, math-prime-test-cache-q)
1039 (math-prime-test-cache-nm1, math-prime-factors-finished):
1040 Declare them as variables.
1041
1042 2004-11-11 Jay Belanger <belanger@truman.edu>
1043
1044 * calc/calc-ext.el (math-defcache): Use defvar for the new
1045 variables it creates.
1046
1047 2004-11-11 Lars Hansen <larsh@math.ku.dk>
1048
1049 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1050 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1051 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1052 (desktop-save): Add :version.
1053
1054 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * printing.el (pr-get-symbol): Don't downcase.
1057
1058 2004-11-10 Jay Belanger <belanger@truman.edu>
1059
1060 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
1061 string to kill-ring.
1062
1063 * calc/calc-aent.el (calc-alg-exp, math-toks)
1064 (math-exp-pos,math-exp-old-pos, math-exp-token)
1065 (math-exp-keep-spaces, math-exp-str): New variables.
1066 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1067 (calcAlg-enter): Use declared variable calc-alg-exp.
1068 (math-build-parse-table, math-find-user-token): Use declared
1069 variable math-toks.
1070 (math-read-exprs, math-read-token, calc-check-user-syntax)
1071 (calc-match-user-syntax, match-factor-after, math-read-factor):
1072 Use declared variables math-exp-pos math-exp-old-pos.
1073 (math-read-exprs, math-read-token, math-read-expr-level)
1074 (calc-check-user-syntax, calc-match-user-syntax)
1075 (match-factor-after, math-read-factor): Use declared variable
1076 math-exp-token.
1077 (math-read-exprs, math-read-expr-list, math-read-token)
1078 (math-read-factor): Use declared variable math-exp-keep-spaces.
1079 (math-read-exprs, math-read-token): Use declared variable
1080 math-exp-str.
1081 (calc-match-user-syntax): Make m a local variable.
1082
1083 * calc/calc-ext.el (math-read-expr): Use declared variables
1084 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1085 math-exp-keep-spaces.
1086
1087 * calc/calc-forms.el (math-read-angle-bracket): Use declared
1088 variables math-exp-pos, math-exp-str.
1089
1090 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
1091 math-exp-old-pos.
1092 (math-parse-fortran-vector, math-parse-fortran-vector-end)
1093 (math-parse-eqn-prime): Use declared variable math-exp-token.
1094
1095 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1096 Use declared variable math-exp-pos.
1097 (math-check-for-commas): Use declared variable math-exp-str.
1098 (math-read-brackets): Use declared variables math-exp-old-pos,
1099 math-exp-keep-spaces.
1100 (math-read-brackets, math-read-vector, math-read-matrix):
1101 Use declared variable math-exp-token.
1102
1103 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1106 where the keymap is a symbol.
1107 (easy-menu-add-item): Use keymap-prompt. Simplify.
1108
1109 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1110
1111 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1112 (sgml-parse-tag-backward): Use it to skip spurious < or >.
1113
1114 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
1115
1116 * ebuff-menu.el: Doc fixes throughout.
1117 (electric-buffer-menu-mode-hook): New defvar.
1118
1119 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
1120
1121 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1122 compilation. The resulting compiler warnings appear to be harmless.
1123
1124 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
1125
1126 * textmodes/conf-mode.el: New file.
1127
1128 * files.el (auto-mode-alist, magic-mode-alist): Use it.
1129
1130 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1133
1134 2004-11-09 Jay Belanger <belanger@truman.edu>
1135
1136 * calc/calc-ext.el (calc-init-extensions): Remove old code.
1137
1138 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1139 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
1140 (calc-z-prefix-help, calc-user-function-list): Use declared
1141 variables calc-z-prefix-buf, calc-z-prefix-msgs.
1142 (math-map-tree, math-map-tree-rec): Use declared variables
1143 math-mt-many, math-mt-func.
1144 (math-read-expression, math-read-string): Use declared variable
1145 math-expr-data.
1146
1147 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
1148 variable math-normalize-a.
1149
1150 * calc/calc.el (math-normalize-a): New variable.
1151 (math-normalize): Use declared variable math-normalize-a.
1152
1153 * calc/calc-poly.el (math-expand-form): Use declared variable
1154 math-mt-many.
1155
1156 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1157 Use declared variable math-mt-many.
1158 (math-rewrite): Use declared variable math-mt-func.
1159
1160 * calc/calc-vec.el (math-read-brackets, math-read-vector)
1161 (math-read-matrix): Use declared variable math-expr-data.
1162
1163 * calc/calc-lang.el (math-parse-fortran-vector)
1164 (math-parse-fortran-vector-end, math-parse-tex-sum)
1165 (math-parse-eqn-matrix, math-parse-eqn-prime)
1166 (math-read-math-subscr): Use declared variable math-expr-data.
1167
1168 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1169 (math-read-expr-level, math-read-token, calc-check-user-syntax)
1170 (calc-match-user-syntax, math-read-if, math-factor-after)
1171 (math-read-factor): Use declared variable math-expr-data.
1172
1173 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
1174
1175 * calendar/diary-lib.el (diary-from-outlook)
1176 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1177 interactive-p; but rather new optional argument NOCONFIRM.
1178
1179 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1182 (easy-menu-name-match): Revert correspondingly.
1183
1184 2004-11-09 Richard M. Stallman <rms@gnu.org>
1185
1186 * emacs-lisp/bytecomp.el (byte-compile-defalias):
1187 Turn off warnings for the new function even if definition not constant.
1188 If the definition isn't a quoted symbol, record (FUNCTION . t).
1189 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1190 (byte-compile-callargs-warn): Handle (FUNCTION . t).
1191 (display-call-tree, byte-compile-arglist-warn):
1192 Handle t returned by byte-compile-fdefinition.
1193
1194 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1195
1196 * Makefile.in (maintainer-clean): Depend on distclean.
1197
1198 * help-fns.el (help-C-file-name): File name must be in build-files
1199 to be returned.
1200
1201 2004-11-09 Jay Belanger <belanger@truman.edu>
1202
1203 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1204 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
1205
1206 * calc/calc.el (calc, calc-trail-display, calc-mode):
1207 Remove obsolete sections.
1208
1209 * calc/calc.el (calc-x-paste-text): Remove.
1210
1211 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
1212 mouse-2.
1213
1214 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
1215
1216 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1217 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1218 current frame (in case of recursive calls).
1219 (gdb-show-changed-values): Add :version keyword.
1220
1221 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1222
1223 * international/mule-cmds.el: Change coding-system to utf-8.
1224 (select-safe-coding-system-interactively):
1225 New function extracted from select-safe-coding-system.
1226 (select-safe-coding-system): Use it.
1227
1228 2004-11-08 Richard M. Stallman <rms@gnu.org>
1229
1230 * subr.el (syntax-after): Doc fix.
1231
1232 * paren.el (show-paren-function): Change calls to syntax-after
1233 for new way of returning the value.
1234
1235 * menu-bar.el (menu-bar-file-menu): Make this the real name
1236 and menu-bar-files-menu the alias. Use the former.
1237 (global-map): Use `file', not `files', as the symbol.
1238
1239 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1240
1241 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1242 Don't use beginning-of-buffer.
1243 (filesets-cmd-show-result): Use with-no-warnings.
1244
1245 2004-11-08 Juri Linkov <juri@jurta.org>
1246
1247 * progmodes/compile.el (compile): Don't overwrite last command in
1248 minibuffer history with default command if they are not equal.
1249
1250 2004-11-08 Jay Belanger <belanger@truman.edu>
1251
1252 * calc/calcalg2.el (math-do-integral-methods): Try linear then
1253 non-linear substitutions.
1254
1255 2004-11-08 Jay Belanger <belanger@truman.edu>
1256
1257 * calc/calcalg2.el (math-linear-subst-tried): New variable.
1258 (math-do-integral): Set `math-linear-subst-tried' to nil.
1259 (math-do-integral-methods): Use `math-linear-subst-tried' to
1260 determine what type of substitution to try.
1261 (math-integ-try-linear-substituion):
1262 Set `math-linear-subst-tried' to t.
1263
1264 2004-11-08 Kim F. Storm <storm@cua.dk>
1265
1266 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1267
1268 2004-11-07 Juri Linkov <juri@jurta.org>
1269
1270 * info-look.el (info-lookup): Allow reusing in the current buffer
1271 not only *info* buffer, but all (even renamed) Info buffers
1272 by checking for major-mode instead of *info* buffer name.
1273 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1274 (octave-mode, maxima-mode) <doc-spec>:
1275 Allow long dashes generated by Texinfo 4.7 before definitions.
1276 (texinfo-mode) <doc-spec>: Add space to suffix to find command
1277 definitions with argument separated by space.
1278
1279 2004-11-06 Richard M. Stallman <rms@gnu.org>
1280
1281 * simple.el (next-error group, face): Move before first use.
1282 (next-error-highlight, next-error-highlight-no-select): Likewise.
1283
1284 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1285 (line-move): New args NOERROR and TO-END.
1286 Return t if if succeed in moving specified number of lines.
1287 (move-end-of-line): New function.
1288
1289 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1290 (end-of-buffer-other-window): Likewise.
1291
1292 * simple.el (line-move-ignore-invisible): Default to t.
1293
1294 * subr.el (syntax-after): Return the syntax letter, not the raw code.
1295
1296 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1297
1298 * international/iso-cvt.el (iso-cvt-define-menu):
1299 Rename menu-bar-files-menu to menu-bar-file-menu.
1300
1301 * net/browse-url.el (browse-url-gnome-moz-program)
1302 (browse-url-gnome-moz-arguments): Move up before first use.
1303
1304 * net/tramp.el (tramp group): Add :version.
1305
1306 * progmodes/ada-xref.el (ada-gdb-application):
1307 Use goto-char instead of beginning-of-buffer.
1308
1309 * progmodes/cperl-mode.el (cperl-info-on-command):
1310 Use goto-char instead of beginning-of-buffer.
1311
1312 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1313 Move up before first use.
1314 (idlwave-shell-temp-pro-file): Likewise.
1315 (idlwave-shell-temp-rinfo-save-file): Likewise.
1316 (idlwave-shell-temp-file): Minor doc fix.
1317
1318 * textmodes/flyspell.el (flyspell-external-point-words):
1319 Use goto-char instead of beginning-of-buffer.
1320
1321 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
1322
1323 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1324 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
1325 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1326
1327 2004-11-06 David Ponce <david@dponce.com>
1328
1329 * recentf.el (recentf-menu-path): Use menu item name.
1330
1331 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1332
1333 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1334 display doesn't support images.
1335
1336 2004-11-06 Andreas Schwab <schwab@suse.de>
1337
1338 * tempo.el (tempo-match-finder): Doc fix.
1339
1340 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1341
1342 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1345 (easy-menu-lookup-name): New fun to replace it.
1346 (easy-menu-get-map): Use it to obey menu item names (rather than just
1347 keys) when looking up `path'.
1348 (easy-menu-always-true-p): Rename from easy-menu-always-true.
1349 (easy-menu-convert-item-1): Adjust to new name.
1350
1351 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
1352
1353 * outline.el (hide-body): Don't hide lines at the top of the file
1354 that precede the first header line.
1355
1356 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
1357
1358 * align.el (align-areas): Delete whitespace before reindenting, so
1359 that tabs are never placed after spaces.
1360
1361 2004-11-06 Alan Shutko <ats@acm.org>
1362
1363 * macros.el (insert-kbd-macro): Do completions based on macros,
1364 rather than all commands.
1365
1366 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
1367
1368 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1369 to solve a bug whereby tags with 'b' don't match.
1370
1371 2004-11-05 Juri Linkov <juri@jurta.org>
1372
1373 * info.el (Info-search): Don't search in node header lines
1374 and file headers.
1375
1376 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1377 symbol-constituent characters after dot, not only digits.
1378
1379 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
1380
1381 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1382
1383 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1384
1385 * dired.el (dired-read-dir-and-switches): Call read-directory-name
1386 if a dialog will be used, read-file-name otherwise.
1387
1388 2004-11-04 Richard M. Stallman <rms@gnu.org>
1389
1390 * textmodes/table.el (table group): Add :version.
1391
1392 * textmodes/ispell.el (ispell-word):
1393 Don't alter args; set them only thru `interactive' spec.
1394
1395 * textmodes/flyspell.el (flyspell-word):
1396 Don't alter FOLLOWING; set it only thru `interactive' spec.
1397
1398 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1399
1400 * net/browse-url.el (browse-url-maybe-new-window):
1401 Use called-interactively-p.
1402
1403 * mail/supercite.el (sc-cite-region):
1404 Don't use interactive-p. Add arg INTERACTIVE.
1405 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
1406
1407 * international/mule-cmds.el (set-input-method, toggle-input-method):
1408 Don't use interactive-p. Add arg INTERACTIVE.
1409
1410 * eshell/esh-mode.el (eshell-show-maximum-output):
1411 Don't use interactive-p.
1412 (eshell-truncate-buffer): Just message, no error, if buffer is short.
1413
1414 * mouse.el (mouse-show-mark): Get positions to delete from mark
1415 and point, not from mouse-drag-overlay.
1416
1417 * imenu.el (imenu-eager-completion-buffer): Add :version.
1418
1419 * filesets.el (filesets group): Add :version.
1420
1421 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
1422
1423 * files.el (xml-based-modes): Delete var.
1424 (magic-mode-alist): New more general var.
1425 (set-auto-mode): Use it.
1426
1427 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1428 when clicking from another window.
1429
1430 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
1431
1432 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
1433 (vc-cvs-annotate-time): Incorporate value of deleted var.
1434 Remove special-case handling of beginning-of-buffer cruft.
1435 Cache ending position (point) and return value in text property
1436 `vc-cvs-annotate-time', and consult it on subsequent invocations.
1437
1438 * vc-cvs.el (vc-cvs-annotate-command):
1439 Delete extraneous lines from beginning of buffer.
1440 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
1441
1442 * progmodes/grep.el (grep-default-command): Take empty string
1443 for tag if all other methods yield nil. Shell-quote the tag.
1444
1445 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
1446 spec in `interactive' form, and mention it in the docstring.
1447 Also, make sure point is at bol after calling `annotate-time'.
1448
1449 2004-11-02 Richard M. Stallman <rms@gnu.org>
1450
1451 * cus-edit.el (customize-group-other-window):
1452 Select the window that displays the custom buffer.
1453 (custom-buffer-create-other-window): Likewise.
1454
1455 * comint.el (comint-insert-input): Fix previous change.
1456
1457 * emacs-lisp/elp.el (elp-instrument-function):
1458 Use called-interactively-p.
1459
1460 * emacs-lisp/easymenu.el (easy-menu-intern):
1461 Don't downcase; rather, case-flip the first letter of each word.
1462
1463 * emacs-lisp/easy-mmode.el (define-minor-mode):
1464 Use called-interactively-p.
1465
1466 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1467 Add interactive-only.
1468 (byte-compile-warnings): Add interactive-only as option.
1469 (byte-compile-interactive-only-functions): New variable.
1470 (byte-compile-form): Warn about calls to functions
1471 in byte-compile-interactive-only-functions.
1472
1473 * emacs-lisp/autoload.el (update-file-autoloads):
1474 Don't use interactive-p; take new arg SAVE-AFTER.
1475
1476 * emacs-lisp/advice.el (ad-make-advised-definition):
1477 Use called-interactively-p.
1478
1479 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1480
1481 * files.el (find-file-existing): New function.
1482
1483 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
1484 find-file-existing. Add "New File..." that calls find-file.
1485
1486 * diropen.pbm diropen.xpm: New files.
1487
1488 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1489 icon diropen. New tool bar item find-file-existing uses icon open.
1490
1491 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1492 instead of read-file-name.
1493
1494 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
1495
1496 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1497 (icalendar--split-value): Change name of work buffer.
1498 (icalendar--get-weekday-abbrev): Return nil on error.
1499 (icalendar--date-to-isodate): New function.
1500 (icalendar-convert-diary-to-ical)
1501 (icalendar-extract-ical-from-buffer): Use only two args for
1502 make-obsolete (XEmacs compatibility).
1503 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1504 (icalendar-export-region): Doc fix.
1505 If error, return non-nil and write errors to a buffer.
1506 Use correct weekday for weekly recurring events.
1507 Check whether date has been parsed for ordinary events.
1508 Make weekly events start in the year 2000.
1509 DTEND is non-inclusive, shift end date by one day if
1510 necessary (not for entries that have date and time).
1511 Rename local let variables: oops -> found-error, datestring ->
1512 startdatestring.
1513
1514 2004-11-02 Kim F. Storm <storm@cua.dk>
1515
1516 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1517 keep-mode-if-same variable. Add it as optional arg instead.
1518 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1519
1520 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1521 substitute-command-keys will select lower-case bindings like those
1522 used in the static help texts.
1523
1524 * descr-text.el (describe-text-properties): Don't err if called in
1525 the *Help* buffer; output to *Help-2* buffer instead.
1526
1527 * kmacro.el (group kmacro): Add :version.
1528 (kmacro-keyboard-quit): New function to cleanup on C-g.
1529 (kmacro-start-macro): Set defining-kbd-macro to append when
1530 appending to last macro.
1531
1532 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1533
1534 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
1535
1536 * progmodes/gdb-ui.el (gdb-enable-debug-log)
1537 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1538 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1539 Add :version keyword.
1540
1541 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
1542
1543 * progmodes/flymake.el (flymake-err-line-patterns):
1544 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1545 `compilation-error-regexp-alist-alist' to internal Flymake format.
1546
1547 * progmodes/flymake.el: Eliminate byte-compiler warnings.
1548
1549 2004-11-01 Jay Belanger <belanger@truman.edu>
1550
1551 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1552 with `interactive "s"'.
1553
1554 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1555
1556 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1557 Revert change from 2004-10-16. '*' checks the current buffer, but the
1558 mouse click may be in another buffer.
1559
1560 2004-11-01 John Paul Wallington <jpw@gnu.org>
1561
1562 * files.el (large-file-warning-threshold): Add :version keyword.
1563 (kill-some-buffers): Doc fix.
1564
1565 * thumbs.el (group thumbs): Add :version keyword.
1566
1567 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1568
1569 2004-11-01 Richard M. Stallman <rms@gnu.org>
1570
1571 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1572
1573 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1574
1575 * allout.el (allout group): Add :version.
1576 (allout-init): Don't use interactive-p.
1577 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1578 (allout-forward-current-level, allout-backward-current-level):
1579 Don't use interactive-p.
1580
1581 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1582 (bibtex-find-text): Likewise.
1583
1584 * progmodes/vhdl-mode.el (vhdl-fill-region)
1585 (vhdl-beginning-of-statement): Don't use interactive-p.
1586
1587 * progmodes/idlwave.el (idlwave-update-routine-info):
1588 Don't use interactive-p.
1589
1590 * progmodes/idlw-shell.el (idlwave-shell-send-char):
1591 Don't use interactive-p.
1592
1593 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1594 Don't use interactive-p.
1595
1596 * progmodes/ada-xref.el (ada-make-body-gnatstub):
1597 Don't use interactive-p.
1598
1599 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1600 (fortune-in-buffer): Doc fix.
1601
1602 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1603
1604 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1605 don't select the temporary buffer.
1606 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1607 (eudc-get-phone): Likewise.
1608
1609 2004-11-01 Kim F. Storm <storm@cua.dk>
1610
1611 * man.el (Man-xref-normal-file): Fix help-echo.
1612
1613 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * reveal.el (reveal-last-tick): New var.
1616 (reveal-post-command): Use it to avoid closing overlays when we're
1617 appending text to them.
1618
1619 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1620
1621 * textmodes/bibtex.el: Require button.
1622 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1623 (bibtex-reference-keys): Distinguish between header keys and
1624 crossref keys.
1625 (bibtex-beginning-of-field): New function.
1626 (bibtex-url-map): Remove.
1627 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
1628 (bibtex-font-lock-url-regexp): Assume that field names begin at
1629 the beginning of a line.
1630 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
1631 Remove field delimiters. Use bibtex-beginning-of-field.
1632 Bugfix, point can be inside a field with a url.
1633 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
1634 New functions.
1635 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
1636 (bibtex-key-in-head): Simplify.
1637 (bibtex-current-line): Use bolp.
1638 (bibtex-parse-keys): Remove unused arg `add'.
1639 Use bibtex-type-in-head and bibtex-key-in-head.
1640 (bibtex-parse-entry, bibtex-autofill-entry):
1641 Use bibtex-type-in-head and bibtex-key-in-head.
1642 (bibtex-autokey-get-field): Do not alter case of replacement text.
1643 (bibtex-autokey-get-names): Do all processing of name list.
1644 (bibtex-autokey-get-year): New function.
1645 (bibtex-autokey-get-title): Do all processing of title words.
1646 (bibtex-generate-autokey): Simplify.
1647 (bibtex-string-files-init): Use default-directory.
1648 Allow for absolute file names in bibtex-string-files.
1649 (bibtex-files, bibtex-file-path): New variables.
1650 (bibtex-files-expand): New function.
1651 (bibtex-find-entry-globally): New command.
1652 (bibtex-summary-function): New variable.
1653 (bibtex-summary): Default value of bibtex-summary-function.
1654 (bibtex-find-crossref): New optional args pnt and split.
1655 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
1656 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
1657 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
1658 Fix handling of required and alternative fields.
1659 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
1660 Use cons and display-buffer.
1661 (bibtex-validate-globally): New command.
1662 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
1663 bibtex-parse-keys and bibtex-parse-strings for updating
1664 bibtex-reference-keys and bibtex-strings.
1665 (bibtex-realign): Remove blank lines past the last entry.
1666 (bibtex-reformat): Use bibtex-entry-format as default.
1667 (bibtex-choose-completion-string): Remove.
1668 (bibtex-complete): Do not use bibtex-choose-completion-string.
1669 (bibtex-url): Simplify.
1670
1671 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1672
1673 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
1674 (x-dnd-types-alist, x-dnd-open-file-other-window)
1675 (x-dnd-known-types): Add :version.
1676
1677 2004-10-31 John Paul Wallington <jpw@gnu.org>
1678
1679 * ibuffer.el (group ibuffer): Add :version keyword.
1680
1681 2004-10-31 Kim F. Storm <storm@cua.dk>
1682
1683 * ido.el (group ido): Add :version keyword.
1684 (ido-mode): Remove :version keyword.
1685
1686 * emulation/cua-base.el (group cua): Add :version keyword.
1687 (cua-mode): Remove :version keyword.
1688
1689 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
1690
1691 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
1692
1693 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
1694 compiler warning.
1695 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
1696 function.
1697 (help-at-pt-display-when-idle): Remove autoload.
1698
1699 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
1702
1703 2004-10-30 Juri Linkov <juri@jurta.org>
1704
1705 * help.el (function-called-at-point):
1706 * help-fns.el (variable-at-point): Read -> intern.
1707
1708 2004-10-30 Simon Josefsson <jas@extundo.com>
1709
1710 * progmodes/autoconf.el (autoconf-font-lock-keywords):
1711 Recognize AS_* too.
1712
1713 2004-10-29 Simon Josefsson <jas@extundo.com>
1714
1715 * subr.el (read-passwd): Move back from password.el.
1716
1717 * password.el: Remove, not ready yet.
1718
1719 2004-10-29 Andreas Schwab <schwab@suse.de>
1720
1721 * speedbar.el (speedbar-frame-parameters): Improve customize type.
1722
1723 2004-10-29 Sam Steingold <sds@gnu.org>
1724
1725 * mouse.el (mouse-show-mark): Replace the last occurrence of
1726 x-lost-selection-hooks with x-lost-selection-functions.
1727
1728 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
1731 x-lost-selection-functions is bound.
1732
1733 * mouse-sel.el (mouse-sel-mode):
1734 * emacs-lisp/lselect.el: Adjust to new names for
1735 x-(lost|sent)-selection-functions.
1736
1737 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
1738 New obsolete aliases of x-lost-selection-functions and
1739 x-sent-selection-functions.
1740
1741 2004-10-28 Kim F. Storm <storm@cua.dk>
1742
1743 * imenu.el (imenu-scanning-message): Remove.
1744 (imenu-progress-message): Make it a no-op.
1745
1746 2004-10-28 John Paul Wallington <jpw@gnu.org>
1747
1748 * files.el (set-auto-mode): Call `throw' correctly.
1749
1750 2004-10-28 Juri Linkov <juri@jurta.org>
1751
1752 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
1753 to search `Info-...' commands in `info' manual.
1754 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1755 Add 'info-file "emacs" property.
1756 (Info-find-emacs-command-nodes): Fix index line number regexp.
1757 Set real line number (instead of fake 0) in first element of the
1758 returned list.
1759 (Info-goto-emacs-command-node): Use line number of first element
1760 to set point in the first found Info node.
1761
1762 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
1763 code to `grep-mode-font-lock-keywords'.
1764 (grep-mode-font-lock-keywords): Delete grep markers instead
1765 of making them invisible.
1766
1767 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1768
1769 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
1770 and x-server-version in bug report.
1771
1772 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
1773
1774 * files.el (set-auto-mode-0): New function.
1775 (set-auto-mode): Use it to handle aliased modes and to
1776 be consistent between C-x C-f and C-x C-w.
1777
1778 2004-10-28 Kenichi Handa <handa@m17n.org>
1779
1780 * international/utf-8.el (utf-translate-cjk-charsets):
1781 Add katakana-jisx0201.
1782
1783 * international/subst-jis.el: Add data for JISX0201.
1784
1785 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * obsolete/hilit19.el (hilit-mode): New function.
1788 Move all the toplevel side-effecting stuff into it, so that loading
1789 hilit19 doesn't mess everything up any more.
1790
1791 2004-10-27 Richard M. Stallman <rms@gnu.org>
1792
1793 * add-log.el (add-change-log-entry): Set up mailing address
1794 and full name later, and don't alter add-log-mailing-address
1795 or add-log-full-name.
1796
1797 * elide-head.el (elide-head): Change error to message.
1798 (elide-head-show): Likewise.
1799
1800 * apropos.el (apropos-macrop): Doc fix.
1801
1802 * mouse.el (mouse-show-mark): Do most processing the same
1803 regardless of transient-mark-mode.
1804
1805 * shadowfile.el (shadow-copy-files): Use interactive-p
1806 only to control whether to print a message.
1807
1808 * tar-mode.el (tar-mode): Use write-contents-functions,
1809 not write-contents-hooks.
1810
1811 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
1812 directory-sep-char.
1813
1814 2004-10-27 Richard M. Stallman <rms@gnu.org>
1815
1816 * strokes.el (strokes-unload-hook): Fix previous change.
1817
1818 * type-break.el (type-break-run-at-time): Always use run-at-time;
1819 forget the alternatives.
1820 (type-break-cancel-function-timers): Always use cancel-function-timers;
1821 forget the alternatives.
1822
1823 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
1824
1825 2004-10-27 Kenichi Handa <handa@m17n.org>
1826
1827 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
1828
1829 * international/subst-gb2312.el: Likewise.
1830
1831 * international/subst-big5.el: Likewise.
1832
1833 * international/subst-ksc.el: Likewise.
1834
1835 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
1836 New variable.
1837 (utf-translate-cjk-set-unicode-range): New function.
1838 (utf-translate-cjk-unicode-range): Make it customizable.
1839 (utf-8-post-read-conversion):
1840 Use utf-translate-cjk-unicode-range-string.
1841 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
1842 Unicode ranges.
1843
1844 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
1845
1846 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
1847 trivial variants to shorten the list.
1848 (xml-based-modes): New var.
1849 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
1850 declaration higher priority than auto-mode-alist.
1851
1852 * find-file.el (cc-other-file-alist): Bring it in line with
1853 cc-mode's auto-mode-alist entries and use \' instead of $.
1854
1855 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
1856 and add "Id" and "Name" submenus to it.
1857
1858 * imenu.el (imenu--generic-function): Skip matches in comments.
1859
1860 2004-10-26 Jay Belanger <belanger@truman.edu>
1861
1862 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
1863 (full-calc-keypad, calc-trail-display): Use an extra argument
1864 instead of `interactive-p'.
1865
1866 * calc/calc-misc.el (calc-other-window): Use an extra argument
1867 instead of `interactive-p'.
1868
1869 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
1870 `interactive-p'.
1871
1872 2004-10-26 Kim F. Storm <storm@cua.dk>
1873
1874 * help.el (describe-key): Describe both down-event and up-event
1875 for a mouse click.
1876
1877 2004-10-26 Richard M. Stallman <rms@gnu.org>
1878
1879 * woman.el (woman): Don't call interactive-p.
1880
1881 * pcomplete.el (pcomplete): Instead of interactive-p,
1882 use an arg set non-nil by the interactive spec.
1883
1884 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
1885 use an arg set non-nil by the interactive spec.
1886
1887 * man.el (Man-cleanup-manpage): Instead of interactive-p,
1888 use an arg set non-nil by the interactive spec.
1889
1890 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1891
1892 * progmodes/flymake.el (flymake-split-string):
1893 Use `flymake-split-string-remove-empty-edges' in any case.
1894
1895 2004-10-26 Masatake YAMATO <jet@gyve.org>
1896
1897 * progmodes/flymake.el (flymake-err-line-patterns):
1898 Use `compilation-error-regexp-alist-alist' instead of
1899 `compilation-error-regexp-alist'.
1900
1901 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
1904 verbatim face on the \ of \end{verbatim}.
1905
1906 2004-10-25 Jay Belanger <belanger@truman.edu>
1907
1908 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
1909 erasing minibuffer.
1910
1911 2004-10-25 Simon Josefsson <jas@extundo.com>
1912
1913 * subr.el (read-passwd): Move to net/password.el.
1914
1915 * net/password.el (read-passwd): Add. Autoload it.
1916
1917 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
1918
1919 * mouse-sel.el (mouse-sel-mode): Specify custom group.
1920
1921 * simple.el (process-file): Fix logic.
1922
1923 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1924
1925 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
1926 (increase-right-margin): Remove erroneous call to `interactive-p'.
1927
1928 2004-10-24 Kim F. Storm <storm@cua.dk>
1929
1930 * help.el (describe-mode): Fix 2004-10-13 change.
1931 Copy pure "Auto Fill" string so it can be propertized later
1932 without causing a read-only error.
1933
1934 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1935
1936 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
1937 style indexes.
1938
1939 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1940
1941 * simple.el (process-file): Accept nil for INFILE. Reported by
1942 Luc Teirlinck.
1943
1944 2004-10-24 Masatake YAMATO <jet@gyve.org>
1945
1946 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
1947 Handle periods and underscores in a function name.
1948 Remove the address fontification.
1949
1950 2004-10-24 Masatake YAMATO <jet@gyve.org>
1951
1952 * progmodes/asm-mode.el (asm-font-lock-keywords):
1953 Use font-lock-variable-name-face for registers.
1954
1955 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
1956
1957 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
1958 kill-all-local-variables.
1959 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1960 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1961 Use kill-all-local-variables and provide mode-hooks.
1962 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1963 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1964 Suggested by Masatake YAMATO <jet@gyve.org>.
1965
1966 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
1967
1968 * simple.el (process-file): New function, similar to call-process
1969 but supports file handlers.
1970 * vc.el (vc-do-command): Use it, instead of call-process.
1971 * net/tramp-vc.el (vc-do-command): Do not advise it if
1972 process-file is fboundp.
1973 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1974 process-file.
1975 (tramp-handle-process-file): New function.
1976 (tramp-file-name-for-operation): Support process-file.
1977
1978 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
1979
1980 * calendar/icalendar.el (icalendar--weekday-array): New constant.
1981 (icalendar-weekdayabbrev-table)
1982 (icalendar-monthnumber-table): Delete.
1983 (icalendar--get-month-number): Use calendar-month-name-array.
1984 (icalendar--get-weekday-number): New function.
1985 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1986 (icalendar-export-region): Handle multi-line entries.
1987 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1988
1989 2004-10-23 John Paul Wallington <jpw@gnu.org>
1990
1991 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1992 `wildcards' set to t in interactive spec.
1993
1994 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1995 interactive spec rather than use `interactive-p'.
1996 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1997 rather than use function `interactive-p'.
1998
1999 2004-10-22 Kenichi Handa <handa@m17n.org>
2000
2001 * international/mule.el (translate-region): Implement it in Lisp
2002 as a front end of translate-region-internal.
2003
2004 2004-10-21 Jay Belanger <belanger@truman.edu>
2005
2006 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2007 Declare these variables with defvar.
2008
2009 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2010 is bound, only check to see if it is bound.
2011
2012 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * textmodes/tex-mode.el (tex-compilation-parse-errors):
2015 Don't output messages.
2016
2017 * calc/calc-help.el (calc-describe-bindings): Fix last change.
2018
2019 2004-10-21 John Paul Wallington <jpw@gnu.org>
2020
2021 * calc/calc-graph.el (calc-graph-init):
2022 Use `set-process-query-on-exit-flag'.
2023
2024 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
2025
2026 * progmodes/compile.el (compilation-start): Rely on `cd' to get
2027 dir right and also allow argumentless cd.
2028
2029 2004-10-19 Richard M. Stallman <rms@gnu.org>
2030
2031 * textmodes/flyspell.el (flyspell-mode): Doc fix.
2032
2033 * eshell/em-unix.el (eshell-grep):
2034 Don't bind compilation-process-setup-function.
2035
2036 * comint.el (comint-insert-input): Use @ in `interactive'.
2037 (comint-input-filter-functions): Doc fix.
2038 (comint-kill-whole-line, comint-get-source): Doc fix.
2039
2040 * progmodes/compile.el (compilation-setup):
2041 Don't set buffer-read-only if MINOR is non-nil.
2042
2043 2004-10-19 Jay Belanger <belanger@truman.edu>
2044
2045 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2046 (calc-emacs-type-gnu19): Remove.
2047 (calc-digit-map, calc-read-key-sequence, calc-read-key):
2048 Remove check for old emacs versions.
2049
2050 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2051 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2052 for current Emacs.
2053
2054 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2055 the end of the minibuffer.
2056 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
2057 copy `esc-map'.
2058
2059 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2060
2061 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2062 call that would be given when the current emacs was used.
2063
2064 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
2065
2066 * calendar/icalendar.el: Set coding to utf-8.
2067 (icalendar-version): Increase to 0.07.
2068 (icalendar-monthnumber-table): Change March pattern.
2069 (icalendar-get-all-event-properties)
2070 (icalendar-set-event-property): Delete.
2071 (icalendar-all-events): No longer interactive.
2072 (icalendar-convert-diary-to-ical)
2073 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2074 their replacements.
2075 (icalendar-export-file, icalendar-export-region): New functions;
2076 essentially old `icalendar-convert-diary-to-ical' but appending to
2077 target rather than overwriting.
2078 (icalendar-import-file): Append to target file rather than
2079 overwriting. Fourth arg deleted.
2080 (icalendar-import-buffer): New name for old
2081 `icalendar-extract-ical-from-buffer'.
2082 (icalendar--convert-string-for-import): New name for
2083 old `icalendar-convert-for-import'.
2084 (include-icalendar-files): Delete.
2085 Prefix for all internal functions changed from `icalendar-'
2086 to `icalendar--'.
2087
2088 2004-10-19 Richard M. Stallman <rms@gnu.org>
2089
2090 * paths.el (news-path): Fix previous change.
2091
2092 2004-10-18 Jay Belanger <belanger@truman.edu>
2093
2094 * calc/calc-help.el (calc-describe-bindings):
2095 Set `buffer-read-only' to nil while working in the keybindings buffer;
2096 remove some extra information from the keybindings buffer.
2097
2098 2004-10-18 David Ponce <david@dponce.com>
2099
2100 * mouse.el (mouse-drag-move-window-top): New function.
2101 (mouse-drag-mode-line-1): Use it.
2102
2103 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
2104
2105 * info.el (Info-fontify-node): For multiline refs,
2106 arrange to unfontify newline and surrounding whitespace.
2107
2108 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2111 directory is missing.
2112
2113 2004-10-17 John Paul Wallington <jpw@gnu.org>
2114
2115 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2116 New customizable variable; whether to display buffers that match
2117 `ibuffer-maybe-show-predicates' by default.
2118 (ibuffer-maybe-show-predicates): Mention it in docstring.
2119 (ibuffer-display-maybe-show-predicates): New variable.
2120 (ibuffer-update): Prefix arg now toggles whether buffers that
2121 match `ibuffer-maybe-show-predicates' should be displayed.
2122 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2123 locally to heed `ibuffer-default-display-maybe-show-predicates'.
2124 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2125
2126 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
2127
2128 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
2129 work correctly.
2130
2131 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
2132
2133 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2134 (Buffer-menu-beginning): New helper function.
2135 (Buffer-menu-execute): Use it.
2136 (Buffer-menu-select): Use it.
2137 (Buffer-menu-sort): Use it and also keep markers.
2138
2139 2004-10-17 Richard M. Stallman <rms@gnu.org>
2140
2141 * paths.el (news-directory): Rename from news-path. Old name alias.
2142 (rmail-spool-directory): Use defvar.
2143 (sendmail-program): Use defcustom.
2144 (remote-shell-program): Use defcustom.
2145 (term-file-prefix): Use defvar.
2146 (abbrev-file-name): Use defvar.
2147
2148 * term.el: Add maintainer.
2149
2150 * subr.el (with-local-quit): Return nil if there's a quit.
2151 (read-passwd): Use with-local-quit. Doc fix.
2152
2153 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2154 (strokes-unload-hook): Set as a variable with add-hook.
2155
2156 * startup.el (fancy-splash-tail, normal-splash-screen):
2157 Update copyright year.
2158
2159 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2160
2161 * server.el (server-unload-hook): Set as a variable with add-hook.
2162
2163 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2164
2165 * frame.el (special-display-popup-frame):
2166 Make the buffer current as its frame is created.
2167
2168 * delsel.el (delsel-unload-hook): Set as a variable.
2169
2170 * comint.el (comint-output-filter-functions):
2171 Add comint-watch-for-password-prompt.
2172 (comint-read-noecho): Function deleted.
2173 (send-invisible): Use read-passwd.
2174
2175 * fringe.el (fringe-mode-initialize): New function.
2176 (fringe-mode): Use fringe-mode-initialize as :initialize.
2177
2178 2004-10-17 Kim F. Storm <storm@cua.dk>
2179
2180 * language/indian.el (indian-script-language-alist): Swap value and doc.
2181 (indian-font-char-index-table): Doc fix.
2182
2183 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2184
2185 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2186
2187 2004-10-16 Juri Linkov <juri@jurta.org>
2188
2189 * progmodes/compile.el (compilation-start): Move let-binding of
2190 `process-environment' into `with-current-buffer' body.
2191 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2192
2193 2004-10-16 Richard M. Stallman <rms@gnu.org>
2194
2195 * pcvs-util.el (cvs-bury-buffer):
2196 Don't call get-buffer-window for effect.
2197
2198 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2199
2200 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2201
2202 * msb.el (msb-unload-hook): Set the variable.
2203
2204 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2205 Use * to err if buffer is readonly.
2206
2207 * subr.el (looking-back): Return only t or nil.
2208
2209 * whitespace.el (whitespace-unload-hook): Set the variable.
2210
2211 * view.el (view-mode-enable): Set view-page-size and
2212 view-half-page-size to nil.
2213 (view-set-half-page-size-default): view-half-page-size = nil
2214 means the default.
2215 (View-scroll-page-forward): Use view-page-size-default.
2216 (View-scroll-page-backward): Likewise.
2217 (view-page-size, view-half-page-size): Doc fixes.
2218
2219 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2220
2221 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2222
2223 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2224 "cl" like other files. Instead, call byte-compile-find-cl-functions.
2225 (byte-compile-log-1): Bind inhibit-read-only.
2226 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2227 (byte-compile-log-warning): Likewise.
2228 (byte-compile-file-form-require): Detect "cl" from the arg value.
2229
2230 * progmodes/compile.el (compilation-start): Assume compilation-mode
2231 will make the buffer read-only.
2232 (compilation-mode): Take arg name-of-mode.
2233 (compilation-setup): Make buffer read-only.
2234 (compilation-handle-exit): Bind inhibit-read-only.
2235
2236 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2237 (ispell-message): Likewise.
2238 (ispell-show-choices): Don't call get-buffer-window uselessly.
2239 (ispell-init-process): Use set-process-query-on-exit-flag.
2240
2241 2004-10-16 Kim F. Storm <storm@cua.dk>
2242
2243 * fringe.el (fringe-bitmaps): Only initialize when defined.
2244
2245 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2246 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2247
2248 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2249
2250 2004-10-15 Simon Josefsson <jas@extundo.com>
2251
2252 * net/password.el: Add.
2253
2254 2004-10-14 Masatake YAMATO <jet@gyve.org>
2255
2256 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2257 (gdb-script-end-of-defun): New function.
2258 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2259 `gdb-script-end-of-defun' as *-of-defun-function.
2260
2261 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2262
2263 * button.el (button-activate): Allow a marker to display as an action.
2264
2265 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2266
2267 * help.el (describe-mode): Use it to make minor mode list into
2268 hyperlinks.
2269
2270 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * vc.el (vc-annotate-display-select): Fix typo.
2273
2274 * subr.el (substitute-key-definition-key): New function.
2275 (substitute-key-definition): Use it with map-keymap.
2276 (event-modifiers): Use push.
2277 (mouse-movement-p, with-temp-buffer): Simplify.
2278
2279 2004-10-12 Jay Belanger <belanger@truman.edu>
2280
2281 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2282 New variables.
2283 (calc-help-index-entries): New function.
2284 (calc-describe-function): Use `calc-help-function-list' instead of
2285 obarray for completion.
2286 (calc-describe-variable): Use `calc-help-variable-list' instead
2287 of obarray for completion.
2288
2289 2004-10-12 Richard M. Stallman <rms@gnu.org>
2290
2291 * info-look.el (info-lookup-file): Add info-file property.
2292 (info-lookup-symbol): Likewise.
2293
2294 * info.el (info-xref): Add underlining.
2295 (info): Add info-file property.
2296 (Info-find-emacs-command-nodes): Specify case-sensitive search.
2297
2298 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
2299
2300 Sync with Tramp 2.0.45.
2301
2302 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2303 defined. This is not the case for XEmacs without package "edebug".
2304 (tramp-set-auto-save-file-modes): Set permissions of autosaved
2305 remote files to the permissions of the original file. This is not
2306 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
2307 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
2308 (tramp-perl-decode): Fix an error in Perl implementation.
2309 $pending must be cleared every loop. Reported by Benjamin Place
2310 <benjaminplace@sprintmail.com>
2311
2312 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2313 Don't activate advice during definition. This is done later on,
2314 depending on test result of `substitute-in-file-name'.
2315 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2316
2317 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2320
2321 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2322
2323 2004-10-12 David Ponce <david@dponce.com>
2324
2325 * recentf.el (recentf-edit-list): Update the menu when the recentf
2326 list has been modified.
2327
2328 2004-10-12 Simon Josefsson <jas@extundo.com>
2329
2330 * net/tls.el (tls-certtool-program): New variable.
2331 (tls-certificate-information): New function, based on
2332 ssl-certificate-information.
2333
2334 2004-10-12 Kenichi Handa <handa@m17n.org>
2335
2336 * international/mule.el (coding-system-equal): Move from mule-util.el.
2337
2338 * international/mule-util.el (coding-system-equal): Move to mule.el.
2339
2340 2004-10-12 Kim F. Storm <storm@cua.dk>
2341
2342 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2343 reset kmacro-initial-counter-value if set.
2344 (kmacro-set-counter): Only set kmacro-counter if defining or executing
2345 macro. Set kmacro-initial-counter-value otherwise. Never set both.
2346 (kmacro-display): Show macro counter if non-zero.
2347
2348 * subr.el (substitute-key-definition): Mention command remapping
2349 in doc string.
2350
2351 2004-10-11 Jay Belanger <belanger@truman.edu>
2352
2353 * calc/calc-misc.el (calc-info-goto-node): New function.
2354 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2355 node in one step.
2356 (calc-describe-copying, calc-describe-distribution)
2357 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2358 Go to appropriate info node in one step.
2359
2360 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2363
2364 * font-lock.el (font-lock-apply-highlight): Fix last change.
2365
2366 2004-10-11 Simon Josefsson <jas@extundo.com>
2367
2368 * mail/smtpmail.el (smtpmail-open-stream): Look for
2369 starttls-gnutls-program instead of starttls-program iff
2370 starttls-use-gnutls is non-nil.
2371 (smtpmail-open-stream): Don't overwrite user settings of
2372 starttls-extra-arguments and starttls-extra-args.
2373
2374 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * comint.el (comint-mouse-insert-input): Remove.
2377 (comint-insert-input): Make it work for mouse bindings.
2378 (comint-mode-map): Move defs into the declaration.
2379 (comint-output-filter): Typo.
2380
2381 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2382
2383 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
2384
2385 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2386 (ange-ftp-call-chmod): Reference remote-shell-program instead of
2387 ange-ftp-remote-shell.
2388
2389 2004-10-10 Andreas Schwab <schwab@suse.de>
2390
2391 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2392 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2393 Reported by <sri@asu.edu>.
2394
2395 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
2396
2397 * vc.el (vc-annotate-mode): Remove variable.
2398 (vc-annotate-display-select): Only call vc-annotate-mode
2399 if we're not in that mode already.
2400
2401 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2402
2403 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2404 (imenu-choose-buffer-index): Check here for rescan instead.
2405
2406 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2407 where the face expression evals to nil.
2408
2409 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2410 (tex-font-lock-keywords-2): Use it.
2411 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2412
2413 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2414
2415 2004-10-09 Kim F. Storm <storm@cua.dk>
2416
2417 * subr.el (progress-reporter-update): Define before first usage.
2418 (make-progress-reporter): Doc fix.
2419
2420 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2421
2422 * textmodes/paragraphs.el (sentence-end-double-space)
2423 (sentence-end-without-period, sentence-end-without-space)
2424 (sentence-end): Doc fixes.
2425
2426 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
2427
2428 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2429 Change paragraph-start regexp so we don't fill code starting with #'(.
2430
2431 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
2432
2433 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
2434 New defcustom.
2435 (extract-address-components): Use it.
2436
2437 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2438
2439 * subr.el (make-progress-reporter, progress-reporter-update)
2440 (progress-reporter-force-update, progress-reporter-do-update)
2441 (progress-reporter-done): New functions.
2442
2443 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
2444
2445 * progmodes/etags.el (etags-tags-completion-table): Use progress
2446 reporter.
2447 (etags-tags-apropos): Likewise.
2448
2449 2004-10-08 Alan Mackenzie <acm@muc.de>
2450
2451 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
2452 of current line.
2453
2454 2004-10-08 Masatake YAMATO <jet@gyve.org>
2455
2456 * server.el (server-process-filter): Wrap `process-send-region'
2457 by `condition-case' to guard the case when the pipe to PROC is closed.
2458
2459 2004-10-07 Mark A. Hershberger <mah@everybody.org>
2460
2461 * xml.el (xml-substitute-special): Limit handling of external entities.
2462
2463 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
2464
2465 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
2466
2467 2004-10-06 John Paul Wallington <jpw@gnu.org>
2468
2469 * xml.el (xml-parse-dtd): Fix `error' call.
2470
2471 2004-10-05 Mark A. Hershberger <mah@everybody.org>
2472
2473 * xml.el (xml-substitute-special): Return a single string instead
2474 of a list of strings if an entity substitution is made.
2475
2476 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
2477
2478 * calendar/icalendar.el: New file.
2479
2480 2004-10-05 Juri Linkov <juri@jurta.org>
2481
2482 * isearch.el (isearch-done): Set mark after running hook.
2483 Reported by Drew Adams <drew.adams@oracle.com>.
2484
2485 * info.el (Info-history, Info-toc): Fix Info headers.
2486 (Info-toc): Narrow buffer before Info-fontify-node.
2487 (Info-build-toc): Don't check for special Info file names.
2488 Set main-file to nil if Info-find-file returns a symbol.
2489
2490 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
2491
2492 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2493 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2494 * calendar/cal-menu.el (calendar-mode-map): Ditto.
2495
2496 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
2497
2498 * calendar/cal-iso.el (calendar-iso-read-args): New function,
2499 for old interactive spec from calendar-goto-iso-date.
2500 (calendar-goto-iso-date): Use it.
2501 (calendar-goto-iso-week): New function. Suggested by Emilio
2502 C. Lopes <eclig@gmx.net>.
2503
2504 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
2505
2506 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2507 `set-right-margin' bindings that follow the minor mode conventions.
2508
2509 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2512 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2513 (latex-block-args-alist): Add minipage and picture.
2514 (latex-block-body-alist): Use reftex-label if enabled.
2515 (latex-insert-block): Don't insert a \n if not necessary.
2516 (tex-compile-commands): Make sure dvips doesn't send to printer.
2517 (tex-compile-default): Handle the case where no executable is found.
2518 (latex-noindent-environments): New var.
2519 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
2520 If tex-indent-allhanging is non-nil, make sure we only align for macros
2521 at beginning of line.
2522
2523 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
2524
2525 * newcomment.el (comment-beginning): Doc fix and don't choke on
2526 unset `comment-end-skip' when at beginning of comment.
2527
2528 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2529
2530 * term.el (term-adjust-current-row-cache): Don't allow the current
2531 row to become negative.
2532 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2533 the end of the line. Fix scroll down. Add comments.
2534 (term-handle-ansi-escape): Don't exceed terminal width when moving
2535 right.
2536 (term-scroll-region): Move the cursor after setting the scroll region.
2537
2538 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
2539
2540 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2541 to `width' for consistency with docstring. Doc fix.
2542
2543 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
2544
2545 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2546 This is necessary for derived modes.
2547
2548 2004-09-30 Kim F. Storm <storm@cua.dk>
2549
2550 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2551 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2552
2553 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2554 kmacro-extract-lambda functions.
2555 (edit-kbd-macro): Handle kmacro lambda forms.
2556 Include counter and counter format in edit buffer.
2557 (edmacro-finish-edit): Get counter and format from edit buffer and
2558 update kmacro bindings when found.
2559
2560 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
2561
2562 * textmodes/paragraphs.el (forward-paragraph):
2563 Avoid args-out-of-range error when point winds up at the beginning of
2564 the buffer and hard newlines are enabled.
2565
2566 * newcomment.el (comment-multi-line): Doc fix.
2567
2568 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2571 (diff-fixup-modifs): Catch unified-diff file-headers.
2572
2573 2004-09-29 Kim F. Storm <storm@cua.dk>
2574
2575 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2576 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2577 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2578
2579 * fringe.el (fringe-bitmap-p): New macro.
2580 (fringe-bitmaps): Add standard fringe bitmaps on load.
2581
2582 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * dired.el (dired-view-command-alist): Use more efficient regexps.
2585 Remove dubious arguments.
2586 (dired-align-file): New function.
2587 (dired-insert-directory): Use it.
2588 (dired-move-to-end-of-filename): Make the " -> " search more specific.
2589 (dired-buffers-for-dir): Remove unused var `pattern'.
2590
2591 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2592
2593 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2594 from diary display excursion. Store diary buffer's point for
2595 `simple-diary-display'.
2596 (simple-diary-display): Set window point and start when
2597 displaying buffer, to preserve point.
2598
2599 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
2600
2601 * textmodes/enriched.el (enriched-translations): Replace defconst
2602 with defvar.
2603
2604 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2605
2606 * printing.el: Doc fix.
2607 (pr-version): New version number (6.8.1).
2608 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2609 make-temp-name.
2610 (pr-delete-file): Check if file exists before deleting it.
2611 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2612
2613 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * term.el (term-display-table): New variable.
2616 (term-mode): Use it.
2617 (term-exec-1): Set the coding system to binary.
2618 (term-emulate-terminal): Decode the string before inserting it.
2619
2620 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2621
2622 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2623 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2624 (map): Bind S-prior, S-next and S-insert.
2625 (term-mode): Set `indent-tabs-mode' to nil.
2626 (term-paste): New function to be bound to S-insert.
2627 (term-send-del, term-send-backspace): Change the strings sent.
2628 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
2629 (term-handle-colors-array): Fix handling of underline and reverse.
2630 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
2631 (term-erase-in-line): Fix comparison.
2632 (term-emulate-terminal): Fix line wrap handling.
2633 (term-start-output-log): Rename from `term-set-output-log'.
2634 (term-stop-output-log): Rename from `term-stop-photo'.
2635 (term-switch-to-alternate-sub-buffer): Comment out, unused.
2636
2637 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * dired.el (dired-move-to-filename): Don't output a message if
2640 raise-error is non-nil. Fix return position and value.
2641
2642 * files.el (insert-directory): Obey --dired even with symlinks.
2643
2644 2004-09-25 Lars Hansen <larsh@math.ku.dk>
2645
2646 * ls-lisp.el (ls-lisp-format): Mark file names with property
2647 dired-filename.
2648
2649 2004-09-25 Kim F. Storm <storm@cua.dk>
2650
2651 * ido.el (ido-max-directory-size): New defcustom.
2652 (ido-decorations): Add "too big" element.
2653 (ido-directory-too-big): New dynamic var.
2654 (ido-may-cache-directory): Don't cache big directories.
2655 (ido-directory-too-big-p): New defun.
2656 (ido-set-current-directory): Update ido-directory-too-big.
2657 (ido-read-internal): Make empty ido-cur-item if too-big.
2658 (ido-buffer-internal): Use ido-read-internal directly instead of
2659 ido-read-buffer.
2660 (ido-file-internal): Init ido-directory-too-big.
2661 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
2662 and redo completion with full list.
2663 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
2664 it, and show completions.
2665 (ido-all-completions): Let bind ido-directory-too-big to nil.
2666 (ido-exhibit): Handle ido-directory-too-big.
2667 (ido-read-buffer): Handle fallback to read-buffer.
2668 Init ido-directory-too-big.
2669 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
2670 Init ido-directory-too-big.
2671
2672 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2673
2674 * subr.el (delay-mode-hooks): Doc fix.
2675
2676 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * textmodes/enriched.el
2679 (enriched-default-text-properties-local-flag): New variable.
2680 (enriched-mode): Make sure that enabling and disabling the mode is
2681 a no-op. Doc fix.
2682
2683 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
2684
2685 * calendar/holidays.el (holiday-advent): Report on a specified day
2686 offset from advent, not just advent.
2687 (holiday-easter-etc): Report on one specified day offset from
2688 easter, not all easter holidays. Various Easter holidays moved to
2689 `christian-holidays' variable in calendar.el.
2690 * calendar/calendar.el (christian-holidays): Adapt for new
2691 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
2692
2693 2004-09-23 Kim F. Storm <storm@cua.dk>
2694
2695 * image.el (insert-sliced-image): Add doc string.
2696
2697 * ido.el (ido-choice-list): New dynamic var for `list' context.
2698 (ido-context-switch-command): New dynamic var.
2699 (ido-define-mode-map): Generalize switch between file/buffer contexts.
2700 (ido-read-internal): Handle new `list' context.
2701 Handle insert-buffer and insert-file ido-exit values.
2702 (ido-buffer-internal): New arg switch-cmd. Use it to setup
2703 ido-context-switch-command. Handle insert-file ido-exit value.
2704 (ido-read-buffer): Set ido-context-switch-command to 'ignore
2705 unless it is already bound by caller.
2706 (ido-file-internal): New arg switch-cmd. Use it to setup
2707 ido-context-switch-command. Handle insert-buffer ido-exit value.
2708 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
2709 used for context switching.
2710 (ido-all-completions): Handle new `list' context.
2711 (ido-make-choice-list): Return choices for `list' context.
2712 (ido-find-file-in-dir, ido-display-file, ido-write-file)
2713 (ido-display-buffer, ido-kill-buffer): Disable context switching.
2714 (ido-insert-buffer, ido-insert-file): Setup context switching.
2715 (ido-exhibit): Handle `list' context.
2716 (ido-read-file-name): Disable context switching. Handle fallback.
2717 (ido-read-directory-name): Disable context switching.
2718 (ido-completing-read): New defun like completing-read. Setup and
2719 use new `list' context.
2720
2721 2004-09-20 Jesper Harder <harder@ifa.au.dk>
2722
2723 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
2724
2725 2004-09-21 Jay Belanger <belanger@truman.edu>
2726
2727 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
2728 `calc-graph-set-styles' so the gnuplot buffer will appear in a
2729 separate window.
2730
2731 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
2732
2733 * subr.el (after-change-major-mode-hook): Doc fix.
2734
2735 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2736
2737 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
2738 of ghostscript for monochrome PostScript file in Windows.
2739
2740 2004-09-21 Kenichi Handa <handa@m17n.org>
2741
2742 * descr-text.el (describe-char): Checking of quail activation
2743 fixed.
2744
2745 2004-09-21 Jay Belanger <belanger@truman.edu>
2746
2747 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
2748
2749 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
2750
2751 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
2752 after the mode hooks instead of before. Doc fix.
2753
2754 2004-09-20 Jason Rumney <jasonr@gnu.org>
2755
2756 * startup.el (command-line) [windows-nt]: Try .emacs first, then
2757 _emacs, but revert to .emacs if neither exists in home directory.
2758
2759 2004-09-20 John Paul Wallington <jpw@gnu.org>
2760
2761 * bindings.el (completion-ignored-extensions): Add .dfsl.
2762
2763 2004-09-20 Richard M. Stallman <rms@gnu.org>
2764
2765 * bindings.el (scroll-left): Make it disabled.
2766
2767 * files.el (enable-local-eval): Doc fix.
2768
2769 * indent.el (move-to-left-margin): Special case for minibuffer.
2770
2771 * term.el (term-emulate-terminal): Turn off undo for output.
2772 Use with-current-buffer and save-selected-window.
2773
2774 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
2775
2776 * progmodes/make-mode.el (makefile-fill-paragraph):
2777 Don't insist on spaces when looking for comments. # is enough.
2778
2779 * files.el (hack-local-variables): Copy the variables list
2780 to another buffer, strip prefixes and suffixes there, then read.
2781 (enable-local-eval): Doc fix.
2782 (ignored-local-variables): Initialize to nil.
2783 (risky-local-variable-p): Don't check ignored-local-variables here.
2784 (hack-one-local-variable): Ignore var if in ignored-local-variables.
2785
2786 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2787
2788 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
2789 of = to "." (punctuation).
2790
2791 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2792
2793 * subr.el (event-basic-type): Fix mask (extend to 22bits).
2794
2795 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
2796
2797 * textmodes/enriched.el (enriched-rerun-flag): New variable.
2798 (enriched-before-change-major-mode): New function.
2799 Add it to `change-major-mode-hook'.
2800 (enriched-after-change-major-mode): New function.
2801 Add it to `after-change-major-mode-hook'.
2802 (enriched-mode): Make it work correctly if called from
2803 `after-change-major-mode-hook'.
2804 No longer set `indent-line-function'.
2805
2806 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
2807
2808 * subr.el (after-change-major-mode-hook): New variable.
2809 (run-mode-hooks): Implement it.
2810
2811 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2812
2813 * battery.el (battery-linux-proc-apm): Use string-to-number.
2814 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
2815 Use dolist (and less indentation). Use erase-buffer.
2816 Pre-initialize `design-capacity', `warn', and `low'.
2817 (battery-format): Use replace-regexp-in-string.
2818
2819 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
2820
2821 * battery.el: Delete superfluous empty lines.
2822 (battery-linux-proc-acpi): Attempt to gather information from all
2823 battery subdirectories regardless of their file name.
2824 (battery-linux-proc-apm): Replace all occurrences of
2825 battery-hex-to-int-2 with string-to-int (base 16).
2826 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
2827 (battery-hex-map): Delete variable.
2828
2829 2004-09-18 John Paul Wallington <jpw@gnu.org>
2830
2831 * calc/calc-units.el (calc-quick-units): Fix overzealous
2832 s/or/unless/.
2833
2834 2004-09-17 Jay Belanger <belanger@truman.edu>
2835
2836 * calc/calc.el (calc-mode-var-list): Fix the value of
2837 `calc-matrix-brackets'.
2838
2839 2004-09-17 Romain Francoise <romain@orebokech.com>
2840
2841 * ibuf-ext.el (define-ibuffer-filter filename):
2842 Expand dired-directory since buffer-file-name is absolute.
2843
2844 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2845
2846 * ediff-init.el (ediff-current-diff-face-A)
2847 (ediff-current-diff-face-B, ediff-current-diff-face-C)
2848 (ediff-current-diff-face-Ancestor)
2849 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2850 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2851 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2852 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2853 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2854 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2855 Use min-colors.
2856
2857 * term.el (term-down): Perform vertical motion if DOWN is negative.
2858 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
2859 (term-termcap-format): Synchronyze with the eterm terminfo entry
2860 in etc/e/eterm.ti.
2861 (term-handle-colors-array): If the current foreground or
2862 background are zero (i.e. unspecified), use the foreground and
2863 background of the default face for reverse video.
2864 (term-ansi-at-eval-string, term-ansi-default-fg)
2865 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
2866 (term-mem): Delete ununsed function.
2867 (term-protocol-version): Increment.
2868 (term-current-face): Set to default.
2869
2870 2004-09-15 Jay Belanger <belanger@truman.edu>
2871
2872 * calc/calc.el (calc-mode-var-list): Define this variable.
2873 (calc-always-load-extensions, calc-line-numbering)
2874 (calc-line-breaking, calc-display-just, calc-display-origin)
2875 (calc-number-radix, calc-leading-zeros, calc-group-digits)
2876 (calc-group-char, calc-point-char, calc-frac-format)
2877 (calc-prefer-frac, calc-hms-format, calc-date-format)
2878 (calc-float-format, calc-full-float-format, calc-complex-format)
2879 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2880 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2881 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2882 (calc-matrix-brackets, calc-language, calc-language-option)
2883 (calc-left-label, calc-right-label, calc-word-size)
2884 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2885 (calc-display-raw, calc-internal-prec, calc-angle-mode)
2886 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2887 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2888 (calc-window-height, calc-display-trail, calc-show-selections)
2889 (calc-use-selections, calc-assoc-selections)
2890 (calc-display-working-message, calc-auto-why, calc-timing)
2891 (calc-mode-save-mode, calc-standard-date-formats)
2892 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2893 (calc-user-parse-tables, calc-gnuplot-default-device)
2894 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2895 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2896 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2897 (calc-invocation-macro, calc-show-banner): Give these values as
2898 part of `calc-mode-var-list's initialization after the variables
2899 are declared with defvar.
2900 (calc-bug-address): Change email address to send bug reports to.
2901 Change the maintainer address at the top.
2902 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
2903 than "\\.emacs" to determine if it is the user-init-file.
2904
2905 * calc/calc-embed.el (calc-embedded-set-modes): Use
2906 `calc-mode-var-list' correctly.
2907
2908 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
2909
2910 * vc.el (annotate-time): Document point handling.
2911 (vc-annotate-display-autoscale): Doc fix.
2912
2913 2004-09-15 Miles Bader <miles@gnu.org>
2914
2915 * generic.el (generic-make-keywords-list): Use symbol rather than
2916 word anchors in regexp.
2917
2918 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
2919
2920 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
2921 no file name consider `dired-directory'.
2922
2923 2004-09-14 Kim F. Storm <storm@cua.dk>
2924
2925 * faces.el (cursor): Add face-no-inherit property. Doc fix.
2926
2927 2004-09-14 Simon Josefsson <jas@extundo.com>
2928
2929 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
2930
2931 * textmodes/dns-mode.el: Add.
2932
2933 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
2936 (disabled-command-function): Make the ?\ char more obvious.
2937
2938 * vc-arch.el (vc-arch-root, vc-arch-registered):
2939 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
2940
2941 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
2942
2943 * windmove.el (windmove-frame-edges): Report coordinates of
2944 outside edges of frame, not inside edges.
2945 (windmove-coordinates-of-position): Convert into wrapper to new
2946 function `windmove-coordinates-of-window-position';
2947 `compute-motion' always applies to selected window.
2948 (windmove-coordinates-of-position): Update documentation to refer
2949 to Emacs 21 Lisp Reference Manual.
2950 (windmove-find-other-window): Fix off-by-one errors for max x,y.
2951
2952 2004-09-13 Kim F. Storm <storm@cua.dk>
2953
2954 * isearch.el (isearch-resume-in-command-history): Rename from
2955 isearch-resume-enabled and change default to nil.
2956
2957 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * vc-hooks.el (vc-ignore-dir-regexp): New var.
2960 (vc-registered): Use it.
2961 (vc-find-root): New fun.
2962
2963 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2964 Don't tell to use \\{...} when it's already done.
2965
2966 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2967 Provide a sample complex default.
2968 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2969 (bibtex-entry): Use mapc.
2970
2971 2004-09-12 Kim F. Storm <storm@cua.dk>
2972
2973 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2974
2975 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2976 inhibit-field-text-motion to t so rectangles work in comint buffers.
2977
2978 * simple.el (choose-completion-string): Set buffer before running
2979 choose-completion-string-functions hook so it can be buffer-local.
2980
2981 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
2982
2983 * progmodes/compile.el (compilation-start): Parse command to see
2984 if it starts with a cd, and if so perform it for the *compilation*
2985 buffer. Change the header to reflect this.
2986
2987 2004-09-11 Kim F. Storm <storm@cua.dk>
2988
2989 * ido.el (ido-enable-dot-prefix): Doc fix.
2990 (ido-enable-dot-prefix): New defcustom.
2991 (ido-set-matches1): Use it.
2992
2993 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * textmodes/bibtex.el (bibtex-mark-active)
2996 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2997
2998 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2999
3000 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3001 used in a case insensitive environment.
3002 (bibtex-mode-map): Rearrange order of menus.
3003 (bibtex-quoted-string-re): Obsolete.
3004 (bibtex-complete-key-cleanup): Variable replaced by new function.
3005 (bibtex-font-lock-keywords): Use backquotes.
3006 (bibtex-font-lock-url-regexp): New internal variable.
3007 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3008 "OPT" and "ALT".
3009 (bibtex-insert-current-kill, bibtex-make-field)
3010 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3011 (bibtex-parse-field-text): Simplify.
3012 (bibtex-string=): New helper function.
3013 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3014 (bibtex-map-entries): Use bibtex-string=.
3015 (bibtex-search-entry): Use not.
3016 (bibtex-enclosing-field): Fix docstring.
3017 (bibtex-assoc-regexp): Obsolete.
3018 (bibtex-format-entry): Use assoc-string and bibtex-string=.
3019 (bibtex-autokey-get-names): Handle empty name field.
3020 (bibtex-parse-strings): Use assoc-string and unless.
3021 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3022 Use assoc-string.
3023 (bibtex-pop): Simplify.
3024 (bibtex-mode): Set font-lock-extra-managed-props.
3025 (bibtex-entry-update): Use assoc-string.
3026 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3027 (bibtex-autofill-entry): Use bibtex-string=.
3028 (bibtex-print-help-message): Simplify.
3029 (bibtex-find-entry): New optional arg START.
3030 (bibtex-validate): Use bibtex-string= and assoc-string.
3031 Do not call obsolete function compilation-parse-errors.
3032 (bibtex-remove-delimiters): Only remove delimiters if present.
3033 (bibtex-copy-entry-as-kill): Add docstring.
3034 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3035 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3036 (bibtex-complete): Use bibtex-predefined-month-strings,
3037 bibtex-string=, and new function bibtex-complete-key-cleanup.
3038 (bibtex-generate-url-list): New variable.
3039 (bibtex-url): New command bound to C-c C-l and mouse-2.
3040 (bibtex-url-map): New local keymap for bibtex-url-mouse.
3041 (bibtex-font-lock-url): New function.
3042
3043 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
3044
3045 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3046
3047 2004-09-09 Kim F. Storm <storm@cua.dk>
3048
3049 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3050 counter and format with binding.
3051 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
3052 the declared macro uses own macro counter and format. Give symbol
3053 kmacro property.
3054 (kmacro-keymap): Bind kmacro-name-last-macro to n.
3055 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3056 (kmacro-end-and-call-macro): Doc fix.
3057
3058 2004-09-09 Lars Hansen <larsh@math.ku.dk>
3059
3060 * desktop.el (desktop-clear-preserve-buffers):
3061 Remove make-obsolete-variable.
3062
3063 2004-09-08 Richard M. Stallman <rms@gnu.org>
3064
3065 * buff-menu.el (list-buffers-noselect): Call format-mode-line
3066 with the buffer as argument.
3067
3068 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
3069
3070 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3071
3072 2004-09-08 Juri Linkov <juri@jurta.org>
3073
3074 * replace.el (perform-replace): Use `query-replace-descr'.
3075
3076 * cus-start.el (history-delete-duplicates): Specify customization.
3077
3078 * diff-mode.el (diff-mode-map):
3079 * progmodes/compile.el (compilation-mode-map):
3080 * progmodes/grep.el (grep-mode-map):
3081 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3082 to `next-error-follow-minor-mode'.
3083
3084 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3085
3086 * isearch.el (isearch-lazy-highlight-update): Take into account
3087 the case of zero-length match at the search bound.
3088
3089 2004-09-08 Kim F. Storm <storm@cua.dk>
3090
3091 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3092 change. Use zero width overlays when necessary.
3093
3094 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3095
3096 * subr.el (split-string): Docfix.
3097
3098 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3099
3100 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3101 (display-call-tree): Ensure newline after caller/calls blocks.
3102
3103 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3104
3105 * startup.el (command-line-1): Make option
3106 --directory/-L modify `load-path' straight away.
3107
3108 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3109
3110 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3111
3112 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3113
3114 * emacs-lisp/autoload.el (make-autoload):
3115 Handle `define-compilation-mode'.
3116
3117 * emacs-lisp/lisp-mode.el (define-compilation-mode):
3118 Specify `doc-string-elt' property.
3119
3120 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3121
3122 * bs.el (bs-mode): Doc fix.
3123
3124 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3125
3126 * info.el (Info-insert-dir): Fix temp buffer leak bug.
3127
3128 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
3129
3130 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3131
3132 2004-09-08 Kenichi Handa <handa@m17n.org>
3133
3134 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3135 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3136 ps-mule-next-point -> 1+).
3137
3138 * composite.el (encode-composition-rule): Add autoload cooky.
3139
3140 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
3141
3142 * format.el (buffer-auto-save-file-format): Make it permanent local.
3143
3144 2004-09-07 Kim F. Storm <storm@cua.dk>
3145
3146 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3147 (authors-fixed-entries): Fix typo.
3148 (authors-canonical-author-name): Compact multiple spaces.
3149 Ignore trivial names (e.g. only first name).
3150
3151 * term.el (term-window-width): Only use full window width on
3152 window system if overflow-newline-into-fringe is enabled.
3153 (term-mode): Don't disable overflow-newline-into-fringe.
3154
3155 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3156
3157 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3158 motion as seen on my Mac OS X xterms.
3159
3160 * newcomment.el (uncomment-region-default, comment-region-default):
3161 New functions extracted from uncomment-region and comment-region.
3162 (comment-region, comment-region-function, uncomment-region)
3163 (uncomment-region-function): Use them.
3164
3165 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3166
3167 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3168 It's not crucial but can make sense at times.
3169
3170 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3171 the first commit.
3172
3173 * vc.el (vc-buffer-context, vc-restore-buffer-context):
3174 Disable obsolete code.
3175
3176 2004-09-07 Juri Linkov <juri@jurta.org>
3177
3178 * progmodes/grep.el (grep-highlight-matches): Change default from
3179 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
3180 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3181 if grep option `--color' is available, or to `nil' otherwise.
3182 (grep-process-setup): Call `grep-compute-defaults' if
3183 `grep-highlight-matches' is not computed. Set env-vars only
3184 if `grep-highlight-matches' is `t'.
3185 (grep-use-null-device): Remove redundant type `boolean' (`choice'
3186 is already defined).
3187
3188 * progmodes/compile.el (compilation-start): Use copy of
3189 `process-environment' created by `copy-sequence' to not
3190 modify env-vars in the global `process-environment'.
3191
3192 2004-09-06 Eli Zaretskii <eliz@gnu.org>
3193
3194 * simple.el (next-error-follow-minor-mode): Fix last change.
3195
3196 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
3197
3198 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3199 permanent local.
3200
3201 2004-09-04 Richard M. Stallman <rms@gnu.org>
3202
3203 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3204 highlighting if the search string is empty.
3205
3206 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
3207
3208 * facemenu.el (facemenu-active-faces): Change condition of inner
3209 `while' loop to also check the first two elements of `face-atts'
3210 and `mask-atts'.
3211
3212 2004-09-04 John Paul Wallington <jpw@gnu.org>
3213
3214 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3215 (thumbs-view-image-mode): Make buffer read-only.
3216
3217 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
3218
3219 * textmodes/ispell.el (ispell-really-aspell): New defvar.
3220 (ispell-check-version): Set it.
3221 (ispell-send-replacement): New function.
3222 (ispell-process-line): Call ispell-send-replacement.
3223
3224 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3225
3226 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3227 Support choosing seconds with "s".
3228
3229 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
3230
3231 * terminal.el (te-escape): Show `?' in prompt for help key.
3232
3233 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
3234
3235 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3236
3237 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
3238
3239 * simple.el (next-error-follow-minor-mode)
3240 (next-error-follow-mode-post-command-hook): New functions.
3241 (next-error-follow-last-line): New defvar.
3242
3243 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3244 * progmodes/compile.el (compilation-mode-map): Likewise.
3245 * progmodes/grep.el (grep-mode-map): Likewise.
3246 * replace.el (occur-mode-map): Likewise.
3247
3248 * newcomment.el (uncomment-region): Bind comment-use-global-state
3249 to nil.
3250
3251 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
3252
3253 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3254 locally around the call to `revert-buffer'.
3255
3256 2004-09-03 Juri Linkov <juri@jurta.org>
3257
3258 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3259 `isearch-adjusted' to `t'.
3260 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3261 (isearch-message-prefix): Add "pending" for isearch-adjusted.
3262 (isearch-other-meta-char): Restore isearch-point unconditionally.
3263 (isearch-query-replace): Add new arg `regexp-flag' and use it.
3264 Set point to start of match if region is not active in transient
3265 mark mode (to include the current match to region boundaries).
3266 Push the search string to `query-replace-from-history-variable'.
3267 Add prompt "Query replace regexp" for isearch-regexp.
3268 Add region beginning/end as last arguments of `perform-replace.'
3269 (isearch-query-replace-regexp): Replace code by the call to
3270 `isearch-query-replace' with arg `t'.
3271
3272 2004-09-03 Richard M. Stallman <rms@gnu.org>
3273
3274 * startup.el (normal-top-level): Undo previous TERM change.
3275
3276 2004-09-03 Kim F. Storm <storm@cua.dk>
3277
3278 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3279 highlight overlays; allow using RET when cursor is over a button.
3280 (cua--highlight-rectangle): Use it.
3281 (cua--rectangle-set-corners): Don't move backwards at eol.
3282 (cua--forward-line): Don't move into void after eob.
3283
3284 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3285 point is set (and displayed) inside rectangle.
3286 (cua--rectangle-operation): Fix for highlight of empty lines.
3287 (cua--highlight-rectangle): Fix highlight for tabs.
3288 Position cursor at left/right edge of rectangle using new `cursor'
3289 property on overlay strings.
3290 (cua--indent-rectangle): Don't tabify.
3291 (cua-rotate-rectangle): Ignore that point has moved.
3292
3293 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3294
3295 * term/mac-win.el: Add ASCII equivalents for some function keys.
3296 (mode-line-frame-identification): Sync with x-win.el.
3297
3298 2004-09-02 Juri Linkov <juri@jurta.org>
3299
3300 * progmodes/compile.el (compilation-buffer-name): Compare major
3301 mode with second element of compilation-arguments instead of third
3302 to reflect latest changes in compilation-arguments structure.
3303 (recompile): Use global variable `compilation-directory' to get
3304 recent compilation directory only when `recompile' is invoked NOT
3305 in the compilation buffer. Otherwise, use `default-directory' of
3306 the compilation buffer.
3307 (compilation-error-properties): Allow to funcall col and end-col.
3308 (compilation-mode-font-lock-keywords): Check col and end-col by
3309 `integerp'.
3310 (compilation-goto-locus): If end-mk is non-nil in transient mark
3311 mode don't activate the mark (and don't display message in
3312 push-mark), but highlight overlay between mk and end-mk.
3313
3314 * progmodes/grep.el (grep-highlight-matches): New defcustom.
3315 (grep-regexp-alist): Add rule to highlight grep matches.
3316 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3317
3318 * info.el (Info-fontify-node): Don't compute other-tag
3319 if Info-hide-note-references=hide.
3320
3321 * help.el (function-called-at-point):
3322 * help-fns.el (variable-at-point):
3323 Try `find-tag-default' when other methods failed.
3324
3325 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3326 Do not push mark if inhibit-mark-movement is non-nil.
3327
3328 * textmodes/ispell.el (ispell-html-skip-alists):
3329 Fix backslashes in docstring.
3330
3331 2004-09-01 Juri Linkov <juri@jurta.org>
3332
3333 * isearch.el (isearch-wrap-function)
3334 (isearch-push-state-function): New defvars.
3335 (isearch-pop-fun-state): New defsubst.
3336 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3337 (isearch-push-state): Set the result of calling
3338 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3339 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3340 restore the mode-specific starting point of terminated search.
3341 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3342 (isearch-repeat): Call `isearch-wrap-function' if defined.
3343 (isearch-message-prefix): Don't add prefix "over" to the message
3344 for wrapped search if `isearch-wrap-function' is defined.
3345 (isearch-search): Call function saved in `isearch-pop-fun-state' to
3346 restore the mode-specific starting point of failed search.
3347
3348 * info.el (Info-search-whitespace-regexp): Fix backslashes.
3349 (Info-search): Add new optional arguments for the sake of isearch.
3350 Replace whitespace in Info-search-whitespace-regexp literally.
3351 Add backward search. Don't call `Info-select-node' if regexp is
3352 found in the same Info node. Don't add node to Info-history for
3353 wrapped isearch.
3354 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3355 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3356 (Info-mode): Set local variables `isearch-search-fun-function',
3357 `isearch-wrap-function', `isearch-push-state-function',
3358 `search-whitespace-regexp'.
3359
3360 * isearch.el: Remove ancient Change Log section.
3361 (isearch-string, isearch-message-string, isearch-point)
3362 (isearch-success, isearch-forward-flag, isearch-other-end)
3363 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3364 (isearch-barrier, isearch-within-brackets)
3365 (isearch-case-fold-search): Add suffix `-state' to state-related
3366 defsubsts to avoid name clashes with other function names.
3367
3368 * simple.el (next-error): New defgroup and defface.
3369 (next-error-highlight, next-error-highlight-no-select):
3370 New defcustoms.
3371 (next-error-no-select): Let-bind next-error-highlight to the value
3372 of next-error-highlight-no-select before calling `next-error'.
3373
3374 * progmodes/compile.el (compilation-goto-locus):
3375 Use `next-error' face instead of `region'. Set 4-th argument of
3376 `move-overlay' to `current-buffer' to move overlay to different
3377 source buffers. Use new variable `next-error-highlight'.
3378
3379 * simple.el (next-error-find-buffer): Move the rule
3380 "if current buffer is a next-error capable buffer" after the
3381 rule "if next-error-last-buffer is set to a live buffer".
3382 Simplify to test all rules in one `or'.
3383 (next-error): Doc fix.
3384 (next-error, previous-error, first-error)
3385 (next-error-no-select, previous-error-no-select):
3386 Make arguments optional.
3387
3388 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3389
3390 * macros.el (apply-macro-to-region-lines): Make it operate on all
3391 lines that begin in the region, rather than on all complete lines
3392 in the region.
3393
3394 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3395
3396 * x-dnd.el (x-dnd-protocol-alist): Document update.
3397 (x-dnd-known-types): Defcustom it.
3398 (x-dnd-handle-motif): Print message-atom in error message.
3399
3400 2004-08-30 John Paul Wallington <jpw@gnu.org>
3401
3402 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3403 strings rather than programatically constructing message.
3404
3405 2004-08-30 Richard M. Stallman <rms@gnu.org>
3406
3407 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3408 Don't return a string that would read as the wrong character code.
3409
3410 2004-08-29 Kim F. Storm <storm@cua.dk>
3411
3412 * emulation/cua-base.el (cua-auto-expand-rectangles):
3413 Remove automatic rectangle padding feature; replace by non-destructive
3414 virtual rectangle edges feature.
3415 (cua-virtual-rectangle-edges): New defcustom.
3416 (cua-auto-tabify-rectangles): New defcustom.
3417 (cua-paste): If paste into a marked rectangle, insert rectangle at
3418 current column, even if virtual; also paste exactly as many lines
3419 as has been marked (ignore additional lines or add empty lines),
3420 but paste whole source if only one line is marked.
3421 (cua--update-indications): No longer use overwrite-cursor to
3422 indicate rectangle padding
3423
3424 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3425 (cua--rectangle-virtual-edges): New defun.
3426 (cua--rectangle-get-corners): Remove optional PAD arg.
3427 (cua--rectangle-set-corners): Never do padding.
3428 (cua--forward-line): Remove optional PAD arg. Simplify.
3429 (cua-resize-rectangle-right, cua-resize-rectangle-left)
3430 (cua-resize-rectangle-down, cua-resize-rectangle-up):
3431 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
3432 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
3433 (cua--rectangle-move): Never do padding. Simplify.
3434 (cua--tabify-start): New defun.
3435 (cua--rectangle-operation): Add tabify arg. All callers changed.
3436 (cua--pad-rectangle): Remove.
3437 (cua--delete-rectangle): Handle delete with virtual edges.
3438 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
3439 (cua--insert-rectangle): Handle insert at virtual column.
3440 Perform auto-tabify if necessary.
3441 (cua--activate-rectangle): Remove optional FORCE arg.
3442 Never do padding. Simplify.
3443 (cua--highlight-rectangle): Enhance for virtual edges.
3444 (cua-toggle-rectangle-padding): Remove command.
3445 (cua-toggle-rectangle-virtual-edges): New command.
3446 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
3447 (cua--rectangle-post-command): Don't force rectangle padding.
3448 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
3449
3450 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
3451
3452 * indent.el (edit-tab-stops-buffer): Doc fix.
3453
3454 2004-08-28 Richard M. Stallman <rms@gnu.org>
3455
3456 * progmodes/grep.el (grep-default-command): Use find-tag-default.
3457 (grep-tag-default): Function deleted.
3458
3459 * subr.el (find-tag-default): Move from etags.el.
3460
3461 * progmodes/etags.el (find-tag-default): Move to subr.el.
3462
3463 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
3464 into the basic character if it has an uppercase form.
3465
3466 2004-08-27 Kenichi Handa <handa@m17n.org>
3467
3468 * international/utf-8.el (utf-8-post-read-conversion): If the
3469 buffer is unibyte, temporarily make it multibyte.
3470
3471 2004-08-27 Masatake YAMATO <jet@gyve.org>
3472
3473 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
3474
3475 2004-08-25 John Paul Wallington <jpw@gnu.org>
3476
3477 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
3478 0, 1, and many mismatches in message.
3479 (tex-start-shell): Use `set-process-query-on-exit-flag'.
3480
3481 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
3482 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
3483
3484 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3485
3486 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
3487 vc-diff-switches differently.
3488
3489 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
3490
3491 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3492 before and a real defvar after
3493 `speedbar-supported-extension-expressions'. This is to silence
3494 the compiler without breaking bootstrapping.
3495
3496 2004-08-22 Richard M. Stallman <rms@gnu.org>
3497
3498 * textmodes/flyspell.el (flyspell-word):
3499 Use set-process-query-on-exit-flag.
3500 (flyspell-highlight-duplicate-region): Take POSS as arg.
3501 (flyspell-word): Pass POSS as arg.
3502
3503 * progmodes/ada-xref.el: Many doc and style fixes.
3504 (ada-find-any-references): Use compilation-start.
3505 (ada-get-ali-file-name): Improve error msg.
3506 (ada-get-ada-file-name): Likewise.
3507
3508 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3509 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3510
3511 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3512 Add forward defvar.
3513
3514 * whitespace.el (global-whitespace-mode): New alias
3515 for whitespace-global-mode.
3516
3517 * speedbar.el (speedbar-file-regexp): Move definition up.
3518 (speedbar-mode, speedbar-set-mode-line-format):
3519 Use with-no-warnings.
3520 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3521
3522 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3523 controls whether to display the error buffer.
3524
3525 * ps-mule.el: Delete compatibility code for old Emacses.
3526 (ps-mule-find-wrappoint): Don't use chars-in-region.
3527
3528 * frame.el (display-mouse-p, display-selections-p):
3529 Use with-no-warnings.
3530
3531 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3532
3533 2004-08-22 David Kastrup <dak@gnu.org>
3534
3535 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3536 information.
3537
3538 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3539
3540 2004-08-22 Andreas Schwab <schwab@suse.de>
3541
3542 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3543
3544 2004-08-22 Masatake YAMATO <jet@gyve.org>
3545
3546 * cvs-status.el (cvs-status-checkout): New function.
3547 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3548
3549 2004-08-21 David Kastrup <dak@gnu.org>
3550
3551 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3552 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3553 has been converted to use hashtables, the relation `nil=none' is
3554 no longer valid, as `nil' is not a hashtable. This patch tries to
3555 reduce the number of resulting errors.
3556
3557 2004-08-21 John Paul Wallington <jpw@gnu.org>
3558
3559 * subr.el (process-kill-without-query): Made obsolete in
3560 version 21.4, not 21.5.
3561
3562 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3563 (vc-previous-comment, vc-next-comment)
3564 (vc-comment-search-reverse, vc-comment-search-forward)
3565 (vc-comment-to-change-log): Likewise.
3566
3567 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3568
3569 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
3570
3571 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3572 Correct indentation of DEFMETHODS with non-standard method
3573 combinations (e.g., PROGN, MIN, MAX).
3574
3575 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * startup.el (normal-top-level-add-subdirs-to-load-path):
3578 Avoid unnecessarily checking system-type.
3579 (normal-top-level): Set TERM to "dumb". Simplify.
3580
3581 * avoid.el (mouse-avoidance-ignore-p): New fun.
3582 Also ignore switch-frame, select-window, double, and triple clicks.
3583 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3584 (mouse-avoidance-fancy-hook): Use it.
3585
3586 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
3587
3588 * avoid.el (mouse-avoidance-nudge-mouse)
3589 (mouse-avoidance-banish-destination): Stay within the current window
3590 to avoid problems with mouse-autoselect-window.
3591
3592 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3595 the newer format of some messages in cvs-1.12.1.
3596
3597 2004-08-19 Masatake YAMATO <jet@gyve.org>
3598
3599 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3600 (elp-results-jump-to-definition-by-mouse)
3601 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3602 (elp-output-result): Use elp-output-insert-symname.
3603
3604 2004-08-18 Kenichi Handa <handa@m17n.org>
3605
3606 * language/cyrillic.el: Register koi8-r in
3607 ctext-non-standard-encodings-alist.
3608 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3609
3610 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
3611
3612 * emacs-lisp/copyright.el (copyright-update-year): Delete code
3613 that replaces 20xy with xy.
3614
3615 2004-08-17 John Paul Wallington <jpw@gnu.org>
3616
3617 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3618 (reb-force-update): Doc fix.
3619
3620 2004-08-16 Richard M. Stallman <rms@gnu.org>
3621
3622 * progmodes/which-func.el (which-func-update-1): Doc fix.
3623
3624 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3625 (sh-mode-abbrev-table): New variable.
3626
3627 * progmodes/compile.el (compilation-mode): Doc fix.
3628
3629 * emacs-lisp/lisp-mode.el (eval-last-sexp):
3630 Don't cons a new symbol each time.
3631 (eval-last-sexp-fake-value): New variable.
3632
3633 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
3634 (copyright-update-year): Detect continuation of list of years.
3635
3636 * term.el (term-default-fg-color, term-default-bg-color)
3637 (ansi-term-color-vector): Use `unspecified', not nil, as default.
3638
3639 * imenu.el: Several doc fixes: don't say variables are buffer-local.
3640
3641 2004-08-16 Davis Herring <herring@lanl.gov>
3642
3643 * isearch.el (isearch-string, isearch-message-string, isearch-point)
3644 (isearch-success, isearch-forward-flag, isearch-other-end)
3645 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3646 (isearch-barrier, isearch-within-brackets)
3647 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
3648
3649 2004-08-16 Kenichi Handa <handa@m17n.org>
3650
3651 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
3652
3653 2004-08-15 Kenichi Handa <handa@m17n.org>
3654
3655 * term/x-win.el (x-selection-value): If utf8 was successful but
3656 ctext was not, use utf8 string.
3657
3658 2004-08-14 Davis Herring <herring@lanl.gov>
3659
3660 * isearch.el: Remove accidental changes of March 4. Fix backing
3661 up when a regexp isearch is made more general. Use symbolic
3662 accessor functions for isearch stack frames to make usage clearer.
3663 (search-whitespace-regexp): Made groups in documentation shy (as
3664 is the group in the default value).
3665 (isearch-fallback): New function, addresses problems with regexps
3666 liberalized by `\|', adds support for liberalization by `\}' (the
3667 general repetition construct), and incorporates behavior for
3668 `*'/`?'.
3669 (isearch-}-char): New command, calls `isearch-fallback' with
3670 arguments appropriate to a typed `}'.
3671 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
3672 appropriately.
3673 (isearch-mode-map): Bind `}' to `isearch-}-char'.
3674 (isearch-string, isearch-message,string, isearch-point)
3675 (isearch-success, isearch-forward-flag, isearch-other-end)
3676 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3677 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
3678 New inline functions to read fields of a stack frame.
3679
3680 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
3681
3682 * battery.el (battery-linux-proc-acpi): Look into battery
3683 directories matching the literal string "CMB", too (required for
3684 Linux kernel version 2.6.7).
3685
3686 2004-08-14 John Paul Wallington <jpw@gnu.org>
3687
3688 * cus-start.el (read-file-name-completion-ignore-case): Add.
3689 (blink-cursor-alist): Change version to "21.4".
3690
3691 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
3692
3693 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
3694
3695 * speedbar.el (speedbar-scan-subdirs): New option.
3696 (speedbar-file-lists): Don't ignore file-name case on Unix and use
3697 dolist.
3698 (speedbar-insert-files-at-point): Take an extra argument and use
3699 it to optionally find out if a subdir is empty. Also unreadable
3700 files don't get expand buttons.
3701 (speedbar-directory): New image (unused pixmap already existed).
3702 (speedbar-expand-image-button-alist): Use it.
3703
3704 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
3705
3706 CC Mode update to 5.30.9:
3707
3708 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
3709 Move from cc-vars to cc-defs for dependency reasons. Fix the
3710 POSIX char class test to check that it works in
3711 `skip-chars-(forward|backward)' too.
3712
3713 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
3714 first argument starts with a special brace list.
3715
3716 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
3717 when `c-opt-type-concat-key' is used (i.e. in Pike).
3718
3719 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
3720 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
3721 >)".
3722
3723 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
3724 whitespace safe.
3725
3726 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
3727 position for `arglist-intro', `arglist-cont-nonempty' and
3728 `arglist-close' when there are two arglist open parens on the same
3729 line and there's nothing in front of the first.
3730
3731 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
3732 locking of qualified names in Java, which previously could fontify
3733 common indexing expressions in many cases. The standard Java
3734 naming conventions are used to tell them apart.
3735
3736 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
3737 Fix inconsistency wrt opening parens on the first line inside a paren
3738 block.
3739
3740 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
3741 compile time for the sake of `c-major-mode-is'.
3742
3743 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
3744 `c-major-mode-is' in the event that this is used inside a
3745 `c-lang-defconst'.
3746
3747 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
3748 `c-lang-defconst' so that it works better with fallback languages.
3749
3750 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
3751 it to fail to record the base mode.
3752
3753 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3754 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
3755 is used. Reorder the syntax checks to get more efficient
3756 skipping in some situations.
3757
3758 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
3759 continuation which might precede the newly inserted '{'.
3760
3761 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3762 Fix cases where it could loop indefinitely.
3763
3764 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
3765 size specs correctly. Only fontify identifiers in front of '('
3766 with as functions - don't accept any paren char. Tighten up
3767 initializer skipping to stop before function and class blocks.
3768
3769 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
3770 the point could be left directly after an open paren when finding
3771 the beginning of the first decl in the block.
3772
3773 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
3774 table when filtering out legitimate open parens to be recorded.
3775 This could cause cache inconsistencies when e.g.
3776 `c++-template-syntax-table' was temporarily in use.
3777
3778 * progmodes/cc-engine.el (c-on-identifier)
3779 (c-simple-skip-symbol-backward): Small fix for handling "-"
3780 correctly in `skip-chars-backward'. Affected the operator lfun
3781 syntax in Pike.
3782
3783 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
3784 Fix bug that could cause an error from `after-change-functions' when
3785 the changed region is at bob.
3786
3787 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
3788
3789 CC Mode update to 5.30.9:
3790
3791 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
3792 to say that <TAB> doesn't insert WS into a CPP line.
3793 (c-indent-command, c-tab-always-indent): Amend doc strings.
3794
3795 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
3796 checks for user errors, thus eliminating cryptic and unhelpful
3797 Emacs error messages. (1) Check the arg to `c-set-style' is a
3798 string. (2) Check that settings to `c-offsets-alist' are not
3799 spuriously quoted.
3800
3801 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
3802 which precedes the newly inserted `{'.
3803
3804 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
3805
3806 Sync with Tramp 2.0.44.
3807
3808 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
3809 function "tramp_file_attributes". Otherwise, file names
3810 containing spaces are misinterpreted. Reported by Magnus Henoch
3811 <mange@freemail.hu>.
3812 (tramp-handle-file-truename): FILENAME must be expanded first.
3813 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
3814 obscure results. Reported by D. Goel <deego@gnufans.org>.
3815 (tramp-handle-verify-visited-file-modtime): If file does not
3816 exist, say it is not modified if and only if that agrees with the
3817 buffer's record. Check whether a file is visiting the buffer, or
3818 the buffer has no recorded last modification time. Return t in
3819 case the visiting file doesn't exist. Suggested by Luc Teirlinck
3820 <teirllm@auburn.edu>.
3821 (tramp-handle-write-region): Pass modtime explicitely to
3822 `set-visited-file-modtime', because filename can be different
3823 from (buffer-file-name) if `file-precious-flag' is set.
3824 `set-visited-file-modtime' must be called always when `visit' is t
3825 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
3826 (tramp-handle-set-visited-file-modtime): If `time-list' is not
3827 nil, don't apply the whole body. If the file doesn't exists, set
3828 modtime to '(-1 65535). Suggested by Luc Teirlinck
3829 <teirllm@auburn.edu>.
3830
3831 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
3832
3833 * help.el (describe-bindings): Doc fix.
3834
3835 * subr.el (kbd): Doc fix.
3836
3837 2004-08-08 John Paul Wallington <jpw@gnu.org>
3838
3839 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
3840 instead of `string-to-int'.
3841 (define-ibuffer-column mode): Fix indentation.
3842
3843 2004-08-08 Lars Hansen <larsh@math.ku.dk>
3844
3845 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3846
3847 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3848
3849 * subr.el (global-unset-key, local-unset-key): Doc fixes.
3850
3851 * novice.el (disabled-command-function): New variable renamed from
3852 `disabled-command-hook'.
3853 (disabled-command-hook): Keep the _variable_ as alias for
3854 `disabled-command-function' and make obsolete.
3855 (disabled-command-function): Function renamed from
3856 `disabled-command-hook'. Adapt code to name change of the variable.
3857
3858 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
3859
3860 * simple.el (completion-root-regexp): New defvar.
3861 (completion-setup-function): Use it instead of a literal string.
3862
3863 2004-08-07 John Paul Wallington <jpw@gnu.org>
3864
3865 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
3866 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
3867 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
3868 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
3869
3870 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3871
3872 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
3873 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
3874
3875 2004-08-04 Kenichi Handa <handa@m17n.org>
3876
3877 * international/encoded-kb.el (encoded-kbd-setup-keymap):
3878 Fix previous change.
3879
3880 2004-08-03 Kenichi Handa <handa@m17n.org>
3881
3882 * international/encoded-kb.el: The following changes are to
3883 utilize key-translation-map instead of minor mode map.
3884 (encoded-kbd-iso2022-non-ascii-map): Delete it.
3885 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
3886 (encoded-kbd-last-key): New function.
3887 (encoded-kbd-iso2022-single-shift): New function.
3888 (encoded-kbd-iso2022-designation)
3889 (encoded-kbd-self-insert-iso2022-7bit)
3890 (encoded-kbd-self-insert-iso2022-8bit)
3891 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
3892 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
3893 key-translation-map.
3894 (encoded-kbd-setup-keymap): Setup key-translation-map.
3895 (saved-key-translation-map): New variable.
3896 (encoded-kbd-mode): Save/restore key-translation-map.
3897 Adjust for the change of encoded-kbd-setup-keymap.
3898
3899 2004-08-02 Kim F. Storm <storm@cua.dk>
3900
3901 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
3902 and call compute-motion with nil for topos and width to get proper
3903 usable width and height for both window and non-window systems.
3904
3905 * windmove.el (windmove-coordinates-of-position): Let compute-motion
3906 calculate usable window width and height.
3907
3908 * window.el (window-buffer-height): Call compute-motion with nil width.
3909
3910 2004-08-01 David Kastrup <dak@gnu.org>
3911
3912 * replace.el (query-replace-read-from):
3913 Use `query-replace-compile-replacement'.
3914 (query-replace-compile-replacement): New function.
3915 (query-replace-read-to): Use `query-replace-compile-replacement'
3916 for repeating the last command.
3917
3918 2004-08-01 John Paul Wallington <jpw@gnu.org>
3919
3920 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
3921 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
3922 (pr-switches): Remove period from end of error messages.
3923
3924 * help-mode.el (help-go-back): Likewise.
3925
3926 * abbrev.el (only-global-abbrevs): Doc fix.
3927 (edit-abbrevs-map): Define within defvar.
3928 (quietly-read-abbrev-file): Doc fix.
3929
3930 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * novice.el (enable-command, disable-command): Doc fixes.
3933
3934 * subr.el (event-modifiers, event-basic-type): Doc fixes.
3935
3936 2004-07-30 Richard M. Stallman <rms@gnu.org>
3937
3938 * subr.el (with-local-quit): Doc fix.
3939
3940 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
3941
3942 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
3943
3944 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
3945
3946 * custom.el (defcustom): Doc fix.
3947
3948 2004-07-28 Masatake YAMATO <jet@gyve.org>
3949
3950 * progmodes/etags.el (etags-tags-apropos): Show building progress.
3951
3952 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * imenu.el (imenu-prev-index-position-function)
3955 (imenu-extract-index-name-function, imenu-name-lookup-function)
3956 (imenu--index-alist): Docstring redundancy fix.
3957
3958 2004-07-25 Lars Hansen <larsh@math.ku.dk>
3959
3960 * wdired.el (wdired-finish-edit): Require dired-aux before locally
3961 binding dired-backup-overwrite.
3962
3963 2004-07-25 John Paul Wallington <jpw@gnu.org>
3964
3965 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3966
3967 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3968
3969 * term/tty-colors.el (tty-color-approximate): Doc fix.
3970
3971 * select.el (x-get-selection, x-set-selection): Doc fixes.
3972
3973 * frame.el (make-frame): Doc fix.
3974
3975 2004-07-24 Richard M. Stallman <rms@gnu.org>
3976
3977 * mail/rmail.el (rmail-mime-charset-pattern):
3978 Don't include semicolon in the charset value.
3979
3980 * replace.el (occur-next-error): Call set-window-point.
3981 (occur-engine): Handle negative NLINES.
3982
3983 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
3984
3985 * frame.el (modify-all-frames-parameters): Minor doc fix.
3986 (set-frame-configuration): Doc fix.
3987
3988 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3989
3990 * simple.el (completion-setup-function): Compute the common parts
3991 and the first difference place correctly when
3992 partial-completion-mode is on.
3993
3994 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3995
3996 * ps-print.el: Doc fix.
3997 (ps-print-version): New version 6.6.5.
3998 (ps-printing-region): Doc fix.
3999 (ps-generate-string-list): Comment fix.
4000 (ps-message-log-max): Code fix.
4001
4002 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4003
4004 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4005 generated PostScript.
4006
4007 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
4008
4009 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
4010 with Gnus v5_10 branch.)
4011
4012 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
4013
4014 * calendar/time-date.el (time-to-number-of-days): New function.
4015 Imported from from Gnus.
4016
4017 2004-07-22 Kim F. Storm <storm@cua.dk>
4018
4019 * progmodes/make-mode.el: Fix comments.
4020
4021 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4022
4023 * printing.el: Doc fix.
4024
4025 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * frame.el (modify-all-frames-parameters): Minor doc fix.
4028
4029 2004-07-20 Richard M. Stallman <rms@gnu.org>
4030
4031 * textmodes/fill.el (fill-nobreak-p): If this break point is
4032 at the end of the line, don't consider the newline which follows
4033 as a reason to return t.
4034
4035 2004-07-19 John Paul Wallington <jpw@gnu.org>
4036
4037 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4038
4039 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * dired-aux.el (dired-do-kill-lines): Expand docstring.
4042 Delete irrelevant code.
4043
4044 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4045
4046 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4047 New docstring. From Luc Teirlinck.
4048
4049 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
4050
4051 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4052 section.
4053 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4054 non-file buffers. We know it is nil.
4055
4056 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
4057
4058 Sync with Tramp 2.0.43.
4059
4060 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4061 Remove outdated comment.
4062 (tramp-locked, tramp-locker): New variables for implementing a
4063 global lock.
4064 (tramp-sh-file-name-handler): Use them to implement the global lock.
4065
4066 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
4069 calls to respective `xxx` calls.
4070 (tramp-process-alive-regexp): Precise doc string.
4071 (tramp-multi-action-process-alive): New defun.
4072 (tramp-multi-actions): Use it.
4073 (tramp-handle-find-backup-file-name): `copy-tree' is available
4074 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
4075 in order to avoid this function.
4076 (tramp-handle-write-region): Set current buffer. If connection
4077 wasn't open, `file-modes' has changed it accidently. Reported by
4078 David Kastrup <dak@gnu.org>.
4079 (tramp-enter-password, tramp-read-passwd): New arguments USER and
4080 HOST.
4081 (tramp-action-password, tramp-multi-action-password): Apply it.
4082 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4083 name must still contain the port number. Otherwise, we have two
4084 Tramp buffers, with all the confusion. Reported by Myron Selby
4085 <myron@xytech.com> and Rolf Dubitzky
4086 <Dubitzky@physi.uni-heidelberg.de>.
4087
4088 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4089 HOST to `tramp-enter-passwd'.
4090
4091 * net/tramp-vc.el (all): Code cleanup. Change all
4092 `tramp-handle-xxx' calls to respective `xxx` calls.
4093
4094 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
4095
4096 * emacs-lisp/testcover.el: New category "potentially-1valued" for
4097 functions that are not erroneous if either 1-valued or
4098 multi-valued. Detect functions in this class.
4099 (testcover-1value-functions, testcover-compose-functions)
4100 (testcover-progn-functions) Add some additional functions to lists.
4101 (testcover-mark): Bugfix when marking up the definition for an
4102 empty function.
4103
4104 2004-07-17 Richard M. Stallman <rms@gnu.org>
4105
4106 * replace.el (occur-read-primary-args): Pass default to
4107 read-from-minibuffer.
4108
4109 * mail/footnote.el (footnote-section-tag): Use defcustom.
4110
4111 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4112 Compile font-lock-keywords, not KEYWORDS.
4113 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4114 Add warn, check-type. Handle cerror like error.
4115
4116 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4117
4118 * progmodes/which-func.el (which-func-keymap): New var.
4119 (which-func-face): New face.
4120 (which-func-format): Use them.
4121
4122 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4123
4124 * buff-menu.el (list-buffers-noselect): Append the buffer's
4125 process status to its mode name.
4126
4127 2004-07-16 Kim F. Storm <storm@cua.dk>
4128
4129 * simple.el (inhibit-mark-movement): New defvar.
4130 (beginning-of-buffer, end-of-buffer): Do not push mark if
4131 inhibit-mark-movement is non-nil or C-u prefix is given.
4132
4133 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4134 Init to beginning-of-buffer and end-of-buffer.
4135 (cua--undo-push-mark): New defvar.
4136 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4137 already active and command is in cua--preserve-mark-commands.
4138 Also fix check for shift modifier on non-window systems.
4139 (cua--post-command-handler): Clear inhibit-mark-movement if set.
4140
4141 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4142
4143 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4144 of two integers, instead of a cons.
4145
4146 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4147 `visited-file-modtime' now returns a list of two integers, instead
4148 of a cons.
4149
4150 * dired.el (dired-directory-changed-p): Ditto.
4151
4152 * progmodes/grep.el (grep): Doc fix.
4153
4154 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
4155
4156 * autorevert.el (auto-revert-tail-mode)
4157 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4158 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4159 in both at the same time.
4160 (auto-revert-tail-mode): New command.
4161 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4162 (auto-revert-handler): Revert only either tail or whole file.
4163
4164 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4165 add auto-revert-tail-mode.
4166
4167 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4168
4169 * printing.el: Doc fix. Change name of some funs.
4170 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
4171 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
4172 (pr-standard-file-name): New fun. Replace pr-standard-path.
4173 (pr-call-process): Code fix.
4174
4175 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
4176
4177 * subr.el (with-selected-window): Doc fix.
4178
4179 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
4180
4181 * subr.el (get-buffer-window-list): Doc fix.
4182
4183 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * files.el (switch-to-buffer-other-window): Doc fix.
4186
4187 * window.el (save-selected-window, one-window-p)
4188 (split-window-keep-point, split-window-vertically)
4189 (split-window-horizontally): Doc fixes.
4190
4191 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4192
4193 * printing.el: Doc fix. Now it uses call-process instead of
4194 shell-command for low command execution.
4195 (pr-version): New version number (6.8).
4196 (pr-shell-file-name): Option removed.
4197 (pr-shell-command): Fun removed.
4198 (pr-call-process): New fun. Replace pr-shell-command.
4199 (pr-standard-path, pr-remove-nil-from-list): New funs.
4200 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4201 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4202 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4203 (pr-ps-utility-process, pr-txt-print): Code fix.
4204
4205 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4206
4207 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4208 boolean.
4209
4210 2004-07-09 Lars Hansen <larsh@math.ku.dk>
4211
4212 * wid-edit.el (widget-field-buffer): Doc fix.
4213
4214 2004-07-09 John Paul Wallington <jpw@gnu.org>
4215
4216 * emacs-lisp/re-builder.el (reb-update-overlays):
4217 Distinguish between one and several matches in message.
4218
4219 2004-07-09 Richard M. Stallman <rms@gnu.org>
4220
4221 * mouse.el (mouse-set-region-1): If transient-mark-mode
4222 is `identity', change it to `only'.
4223
4224 * simple.el (current-word): Doc fix.
4225
4226 2004-07-09 Mark A. Hershberger <mah@everybody.org>
4227
4228 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4229 so that it is more understanding of whitespace.
4230
4231 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4232 form
4233 (("ns" . "element") (attr-list) children) instead of
4234 ((:ns . "element") (attr-list) children) in order to reduce the
4235 number of symbols used.
4236 (xml-skip-dtd): Change to use xml-parse-dtd but set
4237 xml-validating-parsing to nil.
4238 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4239 (xml-substitute-entity): Remove in favor of new entity substitution.
4240 (xml-substitute-special): Rewrite in to substitute complex
4241 entities from DOCTYPE declarations.
4242 (xml-parse-fragment): Parse fragments from entity deleclarations.
4243 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4244 (xml-parse-dtd, xml-substitute-special): Make validity checks
4245 conditioned on xml-validating-parser. Add "Not Well Formed" to
4246 error messages about well-formedness.
4247
4248 2004-07-08 Steven Tamm <steventamm@mac.com>
4249
4250 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4251 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4252 Do not treat double clicks and triple clicks specially in the
4253 scroll bar (preventing strange repositioning problems)
4254
4255 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * replace.el (query-replace-regexp-eval): Fix last change.
4258
4259 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * replace.el (query-replace-descr): New fun.
4262 (query-replace-read-from, query-replace-read-args): Default to the
4263 previous from&to.
4264 (query-replace-read-to): Quote the `from' string when displaying it.
4265 (query-replace-regexp-eval): Immediately check read-only status.
4266 Use query-replace-read-from to get the \n checking.
4267 Quote the `from' string when displaying it.
4268 (map-query-replace-regexp, occur-read-primary-args):
4269 Quote the `from' string when displaying it.
4270
4271 * isearch.el (isearch-query-replace): Pass the regexp-ness and
4272 delimited-ness of the search to query-replace.
4273
4274 * replace.el (query-replace-read-from, query-replace-read-to):
4275 New funs extracted from query-replace-read-args.
4276 (query-replace-read-args): Use them.
4277
4278 * replace.el (query-replace-interactive, query-replace-read-args):
4279 Remove the `initial' special value.
4280 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4281 (occur-engine): Remove unused var `matchend'.
4282
4283 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4284 Use the search string without prompting.
4285
4286 2004-07-05 Kenichi Handa <handa@m17n.org>
4287
4288 * international/mule.el (decode-coding-inserted-region):
4289 Set last-coding-system-used only when coding is nil.
4290
4291 2004-07-03 Eli Zaretskii <eliz@gnu.org>
4292
4293 * progmodes/grep.el (grep-compute-defaults, grep-command)
4294 (grep-program, find-program, grep-find-use-xargs, grep-history)
4295 (grep-find-history, grep-tag-default, grep-find-command)
4296 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4297 Add autoload cookies, for unbundled packages that load `compile'
4298 and expect all grep-related symbols to become defined.
4299
4300 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
4301
4302 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4303 (iimage-mode-image-search-path): New user option to search the
4304 image file.
4305 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
4306 have locate-file.
4307 (iimage-mode-buffer): Use it.
4308
4309 2004-07-03 Nick Roberts <nickrob@gnu.org>
4310
4311 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4312 carefully.
4313 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4314
4315 2004-07-03 Juri Linkov <juri@jurta.org>
4316
4317 * replace.el (query-replace-read-args): Swallow space after 'foo,
4318 not after (quote foo). Match space only immediately after symbol,
4319 not anywhere in the whole string.
4320
4321 2004-07-02 Richard M. Stallman <rms@gnu.org>
4322
4323 * replace.el (query-replace-read-args): Swallow space after
4324 symbols, not after closeparens. But avoid error if string ends there.
4325
4326 * progmodes/python.el (python-beginning-of-statement):
4327 Exit the loop if backward-up-list gets error.
4328
4329 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4330
4331 2004-07-02 Andre Spiegel <spiegel@gnu.org>
4332
4333 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4334 only if vc-consult-headers is non-nil.
4335
4336 2004-07-02 Juri Linkov <juri@jurta.org>
4337
4338 * pcvs.el (cvs-mode-diff-repository): New command.
4339
4340 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4341
4342 2004-07-01 Juri Linkov <juri@jurta.org>
4343
4344 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4345 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
4346 C-M-% to isearch-query-replace-regexp.
4347 (minibuffer-local-isearch-map): Add arrow key bindings.
4348 Bind C-f to isearch-yank-char-in-minibuffer.
4349 (isearch-forward): Doc fix.
4350 (isearch-edit-string): Doc fix.
4351 (isearch-query-replace, isearch-query-replace-regexp): New funs.
4352 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
4353 (isearch-yank-char): Add optional arg.
4354 (isearch-yank-char-in-minibuffer): New fun.
4355
4356 * replace.el (query-replace-interactive): Change type from boolean
4357 to choice. Add value `initial'.
4358 (query-replace-read-args): Handle value `initial' of
4359 query-replace-interactive.
4360
4361 2004-06-29 Kim F. Storm <storm@cua.dk>
4362
4363 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4364 (breakpoint-disabled-bitmap-face): Add :group 'gud.
4365
4366 * progmodes/ada-xref.el (ada-tight-gvd-integration):
4367 Add :group 'ada.
4368
4369 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4370
4371 2004-06-29 Juri Linkov <juri@jurta.org>
4372
4373 * replace.el (query-replace-read-args): Swallow a space after
4374 everything except )]" which in most cases means after a symbol.
4375
4376 * emacs-lisp/pp.el (pp-buffer): Add autoload.
4377
4378 2004-06-28 Richard M. Stallman <rms@gnu.org>
4379
4380 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4381 More changes to go with previous change in font-lock.el.
4382
4383 2004-06-26 David Kastrup <dak@gnu.org>
4384
4385 * replace.el (perform-replace): Highlight the match even in
4386 non-query mode if there is potential replace string editing.
4387
4388 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
4389
4390 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4391 agree with new return value of `file-remote-p'.
4392 This syncs with Tramp 2.0.42.
4393
4394 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4395 according to new documentation of `file-remote-p'.
4396
4397 * files.el (file-remote-p): Fix doc to say that return value is
4398 identification of remote system, if not nil.
4399 (file-relative-name): Use new return value of `file-remote-p'.
4400
4401 2004-06-26 Nick Roberts <nickrob@gnu.org>
4402
4403 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4404 (gdb-goto-breakpoint): Fix breakage.
4405
4406 2004-06-26 Eli Zaretskii <eliz@gnu.org>
4407
4408 * man.el (Man-getpage-in-background): Add windows-nt to the list
4409 of systems where shell-file-name should be used instead of
4410 literal "sh".
4411
4412 2004-06-25 Sam Steingold <sds@gnu.org>
4413
4414 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4415 function names `(setf symbol)'.
4416
4417 2004-06-24 Richard M. Stallman <rms@gnu.org>
4418
4419 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4420
4421 * font-lock.el (font-lock-keywords): Change format of compiled values.
4422 Document it.
4423 (font-lock-add-keywords): If font-lock-keywords is compiled,
4424 extract the uncompiled version, modify, then recompile.
4425 (font-lock-remove-keywords): Likewise.
4426 (font-lock-fontify-keywords-region): Handle changed format.
4427 (font-lock-compile-keywords): Handle changed format.
4428 (font-lock-set-defaults): Compile the keywords explicitly here.
4429
4430 2004-06-24 David Kastrup <dak@gnu.org>
4431
4432 * replace.el (query-replace-read-args): Implement `\,' and `\#'
4433 replacements here.
4434 (query-replace-regexp): Doc string explaining this and the new
4435 `\?' replacement. Remove `\,' and `\#' implementation here, as it
4436 is better placed in `query-replace-read-args'.
4437 (replace-regexp): Explain `\,', `\#' and `\?'.
4438 (replace-match-data): New function for thorough reuse/destruction
4439 of old match-data.
4440 (replace-match-maybe-edit): Function for implementing `\?' editing.
4441 (perform-replace): Fix maintaining of the match stack including
4442 already matched regions, implement `\?', fix various problems
4443 with regions while editing and other stuff.
4444 (replace-highlight): Simplify.
4445
4446 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
4447
4448 * progmodes/grep.el (grep-error-screen-columns): New variable.
4449 (grep-regexp-alist): Give it the full functionality of gnu style
4450 compilation messages with line and column ranges. Ask me for the
4451 perl script I'm working on, that uses these.
4452
4453 2004-06-23 Nick Roberts <nickrob@gnu.org>
4454
4455 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
4456 Remove.
4457 (comint-insert-input, comint-mouse-insert-input): New functions
4458 based on comint-insert-clicked-input for two bindings but just
4459 one functionality.
4460
4461 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4462
4463 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
4464
4465 2004-06-23 Lars Hansen <larsh@math.ku.dk>
4466
4467 * files.el (write-contents-functions): Doc fix.
4468
4469 2004-06-21 Juanma Barranquero <lektu@terra.es>
4470
4471 * image.el (image-library-alist): Rewrite docstring in active voice.
4472
4473 2004-06-20 Richard M. Stallman <rms@gnu.org>
4474
4475 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
4476
4477 * isearch.el (isearch-repeat): Avoid testing old match data.
4478 (isearch-message): Display trailing space in special font
4479 when search is failing.
4480 (isearch-search-fun-function): Doc fix.
4481
4482 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
4483
4484 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
4485
4486 * frame.el (show-trailing-whitespace): Doc fix.
4487
4488 * cus-edit.el (custom-variable-documentation): New function.
4489 (custom-variable): Use it.
4490
4491 2004-06-19 Nick Roberts <nickrob@gnu.org>
4492
4493 * man.el (Man-getpage-in-background): Revert previous change but
4494 make cygwin a special case.
4495
4496 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * autorevert.el (global-auto-revert-non-file-buffers):
4499 Update docstring.
4500
4501 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
4502
4503 * progmodes/compile.el (compilation-error-properties): Store one
4504 more than end-col, if present, so that transient-mark-mode will
4505 highlight last char too.
4506 * progmodes/grep.el (grep-regexp-alist): Match columns and column
4507 ranges, if present.
4508
4509 2004-06-18 Jason Rumney <jasonr@gnu.org>
4510
4511 * makefile.w32-in: Double percent signs in for loops.
4512
4513 2004-06-17 David Kastrup <dak@gnu.org>
4514
4515 * replace.el (query-replace-read-args): Only warn about use of \n
4516 and \t when we are doing a regexp replacement and the actual
4517 escaped character is n or t.
4518 (query-replace-regexp): Add \, and \# interpretation to
4519 interactive call and document it.
4520 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4521 as shortkey for replace-count.
4522 (replace-quote): New function for doubling backslashes.
4523
4524 2004-06-17 Juanma Barranquero <lektu@terra.es>
4525
4526 * files.el (parse-colon-path, cd): Mention in docstring that the
4527 path separator is colon in GNU-like systems.
4528
4529 * newcomment.el (comment-region-internal): Fix docstring.
4530
4531 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4532 (ewoc-invalidate, ewoc-collect): Doc fixes.
4533 (ewoc--create-node, ewoc--delete-node-internal):
4534 Fix typos in docstring.
4535
4536 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4537
4538 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4539 manual to docstring.
4540
4541 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4542
4543 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4544
4545 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4546
4547 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4548 Add hyperlink to emacs-xtra manual to docstring.
4549
4550 * autorevert.el (global-auto-revert-non-file-buffers):
4551 Add hyperlink to emacs-xtra manual to docstring, as well as an
4552 info-link.
4553
4554 2004-06-14 Juanma Barranquero <lektu@terra.es>
4555
4556 * image.el (image-library-alist): New variable to map image types
4557 to external libraries. Initialized to nil, unless system-specific
4558 configs change it.
4559 (image-type-available-p): Determine whether an image type is
4560 available by calling `init-image-library'.
4561
4562 * term/w32-win.el (image-library-alist): Initialize to a known set
4563 of probable library names.
4564
4565 2004-06-14 Kenichi Handa <handa@m17n.org>
4566
4567 * international/code-pages.el (windows-1256, cp1125): Fix tables
4568 for several characters.
4569
4570 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4571
4572 2004-06-13 Richard M. Stallman <rms@gnu.org>
4573
4574 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4575
4576 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4577 not "`pc-selection-mode'".
4578
4579 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4580
4581 * simple.el (previous-matching-history-element): Specify a default.
4582
4583 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4584
4585 * cus-face.el (custom-declare-face): Simplify code.
4586
4587 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4588
4589 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
4590
4591 * files.el (before-save-hook): Add `time-stamp' to the options.
4592
4593 * time-stamp.el (time-stamp): Recommend adding it to
4594 `before-save-hook', rather than `write-file-functions'.
4595 Make a similar change in `Commentary' section.
4596
4597 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
4598
4599 * diff-mode.el (diff-current-defun): If at start of hunk, use
4600 position of first change.
4601
4602 2004-06-13 Lars Hansen <larsh@math.ku.dk>
4603
4604 * dired-x.el (dired-mark-omitted): Bind to "*O".
4605
4606 2004-06-12 Karl Fogel <kfogel@red-bean.com>
4607
4608 * bookmark.el (bookmark-bmenu-relocate): New function, as
4609 suggested by David J. Biesack <David.Biesack@sas.com>.
4610 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4611 (bookmark-bmenu-mode): Describe binding in doc string.
4612 (bookmark-set-filename): Save the bookmark list if it's time.
4613
4614 2004-06-13 Kenichi Handa <handa@m17n.org>
4615
4616 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4617 (ccl-untranslated-to-ucs): Fix typo.
4618
4619 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4620
4621 * progmodes/python.el (python-open-block-statement-p):
4622 Fix indentation after a block opening that contains a comment.
4623
4624 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
4625
4626 * bindings.el (completion-ignored-extensions): Add file extensions
4627 of Python byte-compiled files.
4628
4629 2004-06-12 Juri Linkov <juri@jurta.org>
4630
4631 * info.el (Info-goto-node): Add autoload.
4632 (Info-toc): Add substring-no-properties on Info file name.
4633 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
4634 (Info-mode-map): Bind L to Info-history, T to Info-toc.
4635
4636 2004-06-12 Kenichi Handa <handa@m17n.org>
4637
4638 * international/mule-cmds.el (set-language-environment):
4639 Load subst tables if necessary.
4640
4641 * international/mule.el (decode-char): Load subst tables if necessary.
4642 (encode-char): Likewise.
4643
4644 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
4645 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
4646 (utf-16le-decode-loop): Set r5 to -1 before loop.
4647 (utf-16be-decode-loop): Likewise.
4648 (ccl-decode-mule-utf-16le): Add EOF processing block.
4649 (ccl-decode-mule-utf-16be): Likewise.
4650 (ccl-decode-mule-utf-16le-with-signature): Likewise.
4651 (ccl-decode-mule-utf-16be-with-signature): Likewise.
4652 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
4653 (ccl-mule-utf-16-encode-untrans): New CCL.
4654 (utf-16-decode-to-ucs): Handle pre-read character.
4655 (utf-16le-encode-loop): Handle surrogate pair.
4656 (utf-16be-encode-loop): Likewise.
4657 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
4658 of utf-16le-encode-loop.
4659 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
4660 of utf-16be-encode-loop.
4661 (mule-utf-16-post-read-conversion):
4662 Call utf-8-post-read-conversion at first.
4663 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
4664 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
4665 Add post-read-conversion and pre-write-conversion.
4666
4667 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
4668 (utf-translate-cjk-unicode-range): New variable.
4669 (utf-translate-cjk-load-tables): New function.
4670 (utf-lookup-subst-table-for-decode): New function.
4671 (utf-lookup-subst-table-for-encode): New function.
4672 (utf-translate-cjk-mode): Init-value changed to t. Don't load
4673 tables here. Update safe-charsets of utf-* coding systems.
4674 (ccl-mule-utf-untrans): New CCL.
4675 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
4676 at end of each branch.
4677 (ccl-mule-utf-8-encode-untrans): New CCL.
4678 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
4679 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
4680 length of encoding. Don't return r0.
4681 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
4682 (utf-8-post-read-conversion): Narrow to region properly.
4683 If utf-translate-cjk-mode is on, load tables if necessary.
4684 Call utf-8-compose with hash-table arg if necessary.
4685 Call XXX-compose-region instead of XXX-post-read-convesion.
4686 (utf-8-pre-write-conversion): New function.
4687 (mule-utf-8): Include CJK charsets in safe-charsets if
4688 utf-translate-cjk-mode is on. Add pre-write-conversion.
4689
4690 * international/characters.el: Temporarily set
4691 utf-translate-cjk-mode to nil.
4692
4693 * language/devan-util.el (devanagari-compose-region):
4694 Add autoload cookie.
4695
4696 * international/ccl.el (ccl-dump-call): Fix printing the
4697 subroutine name.
4698
4699 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
4700
4701 * dired.el (dired-revert): If buffer is marked unmodified before
4702 reverting, keep it marked unmodified.
4703 Adapt to new conventions for commenting out code.
4704 (dired-make-relative): Adapt to new conventions for commenting out code.
4705
4706 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
4707
4708 * eshell/esh-module.el (eshell-load-defgroups):
4709 Bind `vc-handled-backends' to nil when opening files.
4710
4711 2004-06-11 Juanma Barranquero <lektu@terra.es>
4712
4713 * files.el (parse-colon-path, cd): Doc fixes (refer to
4714 `path-separator', not colon).
4715
4716 2004-06-10 Juanma Barranquero <lektu@terra.es>
4717
4718 * newcomment.el (comment-search-forward)
4719 (comment-search-backward): Fix typos in docstring.
4720 (comment-region): Doc fix.
4721
4722 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
4723
4724 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
4725 switch is no longer stored in `dired-switches-alist'.
4726
4727 * dired-aux.el (dired-insert-subdir): Do not store R switch in
4728 `dired-switches-alist'.
4729
4730 2004-06-10 Kim F. Storm <storm@cua.dk>
4731
4732 * pcvs.el (cvs-mode-diff-yesterday): New command.
4733
4734 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
4735
4736 2004-06-10 Juri Linkov <juri@jurta.org>
4737
4738 * emacs-lisp/edebug.el (edebug-eval-defun):
4739 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
4740 Fix docstring.
4741
4742 * simple.el (eval-expression-print-format): Don't print additional
4743 information on the first call to `eval-print-last-sexp'.
4744 (next-error-find-buffer): Fix punctuation.
4745 (killing) <defgroup>: Fix punctuation.
4746 (yank-excluded-properties): Change group from editing to killing.
4747
4748 * replace.el (perform-replace): Use `limit' to terminate the
4749 while-loop explicitly.
4750
4751 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4752
4753 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
4754 Use lc-*.xpm as prefix instead of *-locol.xpm.
4755
4756 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
4757 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
4758 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
4759 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
4760 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
4761 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
4762 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
4763 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
4764 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
4765 * toolbar/lc-up_arrow.xpm:
4766 Rename from *-locol.xpm.
4767
4768 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
4769
4770 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
4771 include forms like &<str>; as valid url patterns.
4772
4773 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4774
4775 * dired.el (dired-diff, dired-backup-diff)
4776 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
4777 (dired-do-chown, dired-do-touch, dired-do-print)
4778 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
4779 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
4780 (dired-create-directory, dired-do-copy, dired-do-symlink)
4781 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
4782 (dired-do-copy-regexp, dired-do-hardlink-regexp)
4783 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
4784 (dired-maybe-insert-subdir, dired-next-subdir)
4785 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
4786 (dired-kill-subdir, dired-tree-up, dired-tree-down)
4787 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
4788 (dired-run-shell-command, dired-query): Remove redundant,
4789 or incorrect, autoloads.
4790
4791 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
4792 does not end in a slash. Add optional argument KILL-ROOT.
4793 Update docstring.
4794 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
4795 (dired-query): Add autoloads.
4796
4797 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
4798
4799 * progmodes/compile.el (compilation-set-window-height):
4800 Rearrange the save-* functions because a buffer can have several current
4801 point in different windows.
4802 (compilation-error-regexp-alist-alist): Recognize {standard input}
4803 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
4804
4805 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4806
4807 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
4808 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
4809 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
4810 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
4811 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
4812 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
4813 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
4814 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
4815 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
4816 * toolbar/up_arrow-locol.xpm:
4817 New versions of icons that uses fewer colors.
4818
4819 * toolbar/tool-bar.el (tool-bar-local-item)
4820 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
4821 if display-color-cells is 256 or less.
4822
4823 2004-06-08 Kim F. Storm <storm@cua.dk>
4824
4825 * wid-edit.el (widget-specify-button): Use hand pointer rather
4826 than mouse-face as visible mouse-over effect.
4827
4828 2004-06-07 Karl Fogel <kfogel@red-bean.com>
4829
4830 * saveplace.el (save-place-alist-to-file): Bind `print-length'
4831 and `print-level' to nil when writing out `save-place-alist'.
4832 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
4833
4834 2004-06-07 Juanma Barranquero <lektu@terra.es>
4835
4836 * completion.el (completion-kill-region): Doc fix.
4837
4838 * format.el (format-insert-annotations)
4839 (format-annotate-location): Doc fixes.
4840 (format-subtract-regions): Make arguments match their use in docstring.
4841
4842 * simple.el (kill-region): Doc fix.
4843
4844 * subr.el (insert-buffer-substring-no-properties)
4845 (insert-buffer-substring-as-yank): Doc fixes.
4846
4847 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
4848
4849 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4850 Update docstring.
4851 (dired-reset-subdir-switches): New function.
4852
4853 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
4854 Limit scope of `buffer-read-only' binding.
4855
4856 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
4857
4858 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
4859 eshell-explicit-command-char.
4860
4861 2004-06-06 Juanma Barranquero <lektu@terra.es>
4862
4863 * help-fns.el (help-argument-name): Inherit from italic face only
4864 if the frame supports it.
4865
4866 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4867
4868 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
4869 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
4870 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
4871 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
4872 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
4873 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
4874 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
4875 New conversions from xpm files.
4876
4877 * toolbar/README: New file.
4878
4879 2004-06-06 Richard M. Stallman <rms@gnu.org>
4880
4881 * isearch.el (isearch-mode-map): Undo previous change.
4882
4883 2004-06-05 Juri Linkov <juri@jurta.org>
4884
4885 * bindings.el (debug-ignored-errors): Add regexps for history
4886 related messages. Remove $ from "No further undo information".
4887 Move Ediff's messages to ediff.el.
4888
4889 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
4890
4891 * cus-edit.el (custom-display): Add `min-colors'.
4892
4893 * custom.el (defface): Add `supports' to docstring.
4894
4895 * help-fns.el (help-argument-name): Add :group 'help.
4896
4897 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
4898
4899 * find-dired.el (find-ls-subdir-switches): New user option.
4900 (find-dired): No longer call `abbreviate-file-name' on DIR.
4901 Set `dired-subdir-switches' buffer-locally.
4902
4903 * locate.el: Merge the two `Commentary' sections.
4904 (locate-ls-subdir-switches): New user option.
4905 (locate): Update for other changes.
4906 (locate-mode-map): Restore Dired binding for mouse-2.
4907 Bind `locate-mouse-view-file' to M-mouse-2.
4908 Bind `l' to `locate-do-redisplay'.
4909 (locate-main-listing-line-p, locate-do-redisplay): New functions.
4910 (locate-mouse-view-file, locate-tags, locate-find-directory):
4911 Print message if used outside main listing.
4912 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
4913 Various changes to support inserted subdirectories.
4914 (locate-insert-header): Change header of *Locate* buffer.
4915
4916 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4917 Change interactive default switches.
4918 (dired-rename-subdir-2): Update `dired-switches-alist'.
4919 (dired-insert-subdir, dired-kill-subdir):
4920 Handle `dired-switches-alist'. Do not mark buffer modified.
4921 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
4922 (dired-insert-subdir-doinsert): Omit messages.
4923 Handle `dired-subdir-switches'.
4924 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
4925
4926 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
4927 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
4928 subdirs if -R switch is used for a subdir.
4929 (dired-mode): Set `dired-switches-alist'.
4930 (dired-build-subdir-alist): Only print number of directories in
4931 echo area when invoked interactively.
4932
4933 2004-06-05 Lars Hansen <larsh@math.ku.dk>
4934
4935 * dired-x.el (dired-omit-mode): Rename from
4936 dired-omit-files-p. Use define-minor-mode to define it.
4937 (dired-omit-files-p): Add as alias for dired-omit-mode.
4938 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
4939 dired-mark-omitted.
4940 (dired-mark-omitted): Add. Bind to M-O.
4941
4942 2004-06-05 Kenichi Handa <handa@m17n.org>
4943
4944 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
4945
4946 2004-06-05 Juanma Barranquero <lektu@terra.es>
4947
4948 * help-fns.el (help-argument-name): Reintroduce face.
4949 (help-default-arg-highlight): Use it, now that
4950 `face-differs-from-default-p' can be trusted.
4951
4952 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4953
4954 * textmodes/table.el: Sentence commands added to Point Motion
4955 group; kill and backward-kill commands added to Extraction group.
4956
4957 2004-06-04 Mario Lang <mlang@delysid.org>
4958
4959 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
4960 systems appear to use mW, make the code handle this. Fix a
4961 division-by-zero bug while at it, and handle kernels with
4962 a slightly different layout in /proc/acpi.
4963
4964 2004-06-04 Karl Fogel <kfogel@red-bean.com>
4965
4966 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4967 because the latter is a CL-ism. This fixes the bug reported by
4968 Shawn Boyette <mdxi@collapsar.net> in
4969 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4970
4971 2004-06-04 Miles Bader <miles@gnu.org>
4972
4973 * faces.el (display-supports-face-attributes-p): Function moved to
4974 C code. Previously only the tty-related portion of this function
4975 was done in C; however the previous attempt to do a halfway-proper
4976 job for non-tty displays in lisp didn't work properly because of
4977 funny conditions during Emacs startup.
4978 (face-differs-from-default-p): Simplify, now that
4979 display-supports-face-attributes-p works properly on all display
4980 types. Remove :stipple from comparison; it doesn't really work
4981 in emacs anyway.
4982
4983 2004-06-04 Miles Bader <miles@gnu.org>
4984
4985 * faces.el (face-differs-from-default-p): Use a different
4986 implementation, so we can really check whether FACE displays
4987 differently or not.
4988
4989 2004-06-04 Miles Bader <miles@gnu.org>
4990
4991 * faces.el (display-supports-face-attributes-p): Implement a
4992 `different from default' check for non-tty displays.
4993
4994 2004-06-03 David Kastrup <dak@gnu.org>
4995
4996 * woman.el (woman-mapcan): More concise code.
4997 (woman-topic-all-completions, woman-topic-all-completions-1)
4998 (woman-topic-all-completions-merge): Replace by a simpler and
4999 much faster implementation based on O(n log n) sort/merge instead
5000 of the old O(n^2) behavior.
5001
5002 2004-06-03 Miles Bader <miles@gnu.org>
5003
5004 * subr.el (read-number): Use canonical format for default in prompt.
5005
5006 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5007 Add regexp for " [...]" style defaults.
5008
5009 2004-06-02 Romain Francoise <romain@orebokech.com>
5010
5011 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5012 groups: if the user asks for a hidden buffer, open the
5013 corresponding filter group to expose it.
5014
5015 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5016 `ibuffer-jump-to-buffer'.
5017 (ibuffer-jump-offer-only-visible-buffers): New user option.
5018
5019 2004-06-02 Juanma Barranquero <lektu@terra.es>
5020
5021 * faces.el (frame-update-faces): Add empty docstring so the one
5022 for `ignore' doesn't show through.
5023
5024 * subr.el (process-kill-without-query): Remove spurious "\n" on
5025 obsolescence string.
5026 (focus-frame, unfocus-frame): Add obsolescence declaration and
5027 empty docstring.
5028
5029 * international/mule.el (register-char-codings): Make alias for
5030 `ignore'. Move docstring to obsolescence info and remove redundancy.
5031
5032 2004-06-02 Kim F. Storm <storm@cua.dk>
5033
5034 * frame.el (blink-cursor-start): Turn cursor off initially so blink
5035 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5036
5037 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * comint.el (comint-replace-by-expanded-history-before-point):
5040 Obey `start' as the docstring says.
5041 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5042 (comint-update-fence): Prevent font-lock from running unnecessarily.
5043 (comint-dynamic-list-completions): Use with-current-buffer.
5044
5045 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5046
5047 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5048 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5049 (bibtex-entry-update): Handle alternatives and optional fields.
5050 (bibtex-parse-entry): Bugfix, handle empty key.
5051
5052 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * vc-arch.el (vc-arch-state): Don't assume the file exists.
5055
5056 2004-05-31 Lars Hansen <larsh@math.ku.dk>
5057
5058 * desktop.el (desktop-save): Don't save minor modes without a
5059 known mode initialization function.
5060
5061 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
5062
5063 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5064
5065 * autorevert.el: Update `Commentary' section.
5066
5067 2004-05-30 Juanma Barranquero <lektu@terra.es>
5068
5069 * dos-fns.el (convert-standard-filename):
5070 * files.el (convert-standard-filename):
5071 * w32-fns.el (convert-standard-filename):
5072 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5073
5074 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
5075
5076 Sync with Tramp.
5077
5078 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5079 (tramp-let-maybe): Move to an earlier spot in the file.
5080 Patch by Andreas Schwab.
5081
5082 2004-05-30 Andreas Schwab <schwab@suse.de>
5083
5084 * dired.el (dired-get-filename): Don't use dired-re-dot.
5085
5086 2004-05-30 Richard M. Stallman <rms@gnu.org>
5087
5088 * files.el (find-file): Doc fix.
5089
5090 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5091
5092 2004-05-30 Nick Roberts <nickrob@gnu.org>
5093
5094 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5095 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5096 modeline of the locals buffer.
5097 (gdb-goto-breakpoint): Handle gdbmi.
5098 (gdb-get-frame-number): Change for gdbmi.
5099
5100 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
5101
5102 * files.el (file-remote-p): Apply file name handler for operation
5103 `file-remote-p'. It isn' a property any longer.
5104 (file-relative-name): `fh' and `fd' get the required value via
5105 `find-file-name-handler' already.
5106
5107 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5108 (top): Remove setting of `file-remote-p' property for
5109 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
5110
5111 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
5112
5113 Version 2.0.41 of Tramp released.
5114
5115 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5116 Throw away if process has died.
5117 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5118 (tramp-out-of-band-prompt-regexp): Rename to
5119 `tramp-process-alive-regexp', because its usage is widen.
5120 (tramp-actions-copy-out-of-band): Apply it.
5121 (tramp-actions-before-shell, tramp-multi-actions):
5122 Add `tramp-action-process-alive' action.
5123 (tramp-action-process-alive): New defun.
5124 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5125 Add entry for `file-remote-p'.
5126 (tramp-handle-file-remote-p): New defun.
5127 (top): Remove setting of `file-remote-p'. Don't set
5128 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5129
5130 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5131 `file-remote-p'.
5132
5133 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5134 counted for (last) line. [They should or they shouldn't? --Stef]
5135 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5136
5137 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
5138
5139 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5140 not really necessary but seems to keep the shell history smaller
5141 in some cases. It is no substitute for setting HISTFILE and
5142 HISTSIZE from tramp-open-connection-setup-interactive-shell,
5143 though. Suggested by Luc Teirlinck.
5144 (tramp-open-connection-setup-interactive-shell): Export variables
5145 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
5146 (tramp-set-process-query-on-exit-flag): New compat function.
5147 (tramp-open-connection-multi, tramp-open-connection-su)
5148 (tramp-open-connection-rsh, tramp-open-connection-telnet)
5149 (tramp-do-copy-or-rename-file-out-of-band): Use it.
5150 (tramp-let-maybe): New macro, let-binds a variable only if it
5151 isn't obsolete.
5152 (tramp-check-ls-commands, tramp-handle-expand-file-name)
5153 (tramp-handle-file-truename): Use it.
5154 (tramp-completion-file-name-regexp-unified): Avoid matching
5155 filenames starting with "/:" -- those are reserved for
5156 file-name-non-special.
5157
5158 * tramp-smb.el (tramp-smb-open-connection):
5159 Use tramp-set-process-query-on-exit-flag compat function.
5160
5161 2004-05-29 Richard M. Stallman <rms@gnu.org>
5162
5163 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5164
5165 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5166 (eval-last-sexp-print-value): Print char equivalent regardless
5167 of standard-output value.
5168
5169 * thumbs.el (thumbs-subst-char-in-string): Delete.
5170 (thumbs-thumbname): Use subst-char-in-string.
5171 (thumbs-resize-image): Use condition-case, not ignore-errors.
5172 (thumbs-kill-buffer): Likewise.
5173
5174 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
5175 (thumbs-mode): Make buffer read-only.
5176 (thumbs-make-thumb): Unconditionally accept an existing file.
5177 (thumbs-insert-thumb): Add thumb-image-file property to the image.
5178 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5179 (thumbs-show-thumbs-list): Error if images not supported.
5180 (thumbs-save-current-image): Improve prompt string.
5181 (thumbs-mode-map): Define u, R, x.
5182 (thumbs-unmark): New command.
5183 (thumbs-emboss-image): Minor cleanup.
5184 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5185 (thumbs-rename-images): New command.
5186 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
5187
5188 * thumbs.el (thumbs-current-image): New function.
5189 (thumbs-file-list, thumbs-file-alist): New functions.
5190 (thumbs-find-image): Delete arg L.
5191 Don't set up thumbs-fileL as buffer-local global var.
5192 (thumbs-find-image-at-point): Use thumbs-current-image.
5193 (thumbs-set-image-at-point-to-root-window): Likewise.
5194 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5195 Record and warn about errors. Update thumbs-markedL for deletions.
5196 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5197 (thumbs-redraw-buffer): Use thumbs-file-list.
5198 (thumbs-mark): Use thumbs-current-image.
5199 (thumbs-show-name): Use thumbs-current-image.
5200
5201 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5202 and imenu--last-menubar-index-alist.
5203
5204 * subr.el (with-selected-window): Undo previous change.
5205
5206 2004-05-29 John Paul Wallington <jpw@gnu.org>
5207
5208 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5209 (thumbs-mouse-find-image): New command.
5210 (thumbs-mode-map): Bind it to mouse-2.
5211 (thumbs-mode): Make mode-class special.
5212 (thumbs-view-image-mode): Likewise.
5213
5214 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
5215
5216 * flymake.el: New file.
5217
5218 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
5219
5220 * files.el (find-file-noselect-1): Do not bind
5221 `inhibit-read-only' to t during execution of
5222 `find-file-not-found-functions'.
5223
5224 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5227 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5228
5229 2004-05-28 Juri Linkov <juri@jurta.org>
5230
5231 * simple.el (eval-expression-print-format): New fun.
5232
5233 * simple.el (eval-expression):
5234 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5235 * emacs-lisp/edebug.el (edebug-compute-previous-result)
5236 (edebug-eval-expression): Print additionally the value returned by
5237 `eval-expression-print-format'.
5238
5239 * emacs-lisp/lisp.el (insert-pair-alist): New var.
5240 (insert-pair): Make arguments optional. Find character pair
5241 from `insert-pair-alist' according to the last input event.
5242 (insert-parentheses): Make arguments optional.
5243 (raise-sexp, delete-pair): New funs.
5244
5245 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5246 (emacs-lisp-mode-map, lisp-interaction-mode-map):
5247 Bind C-M-q to `indent-pp-sexp'.
5248
5249 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5250 `pp-to-string' modified to be able to format text with newlines.
5251 (pp-to-string): Move the buffer-formatting part of the code to
5252 `pp-buffer'. Call `pp-buffer'.
5253
5254 * info.el (Info-desktop-buffer-misc-data): Don't save information
5255 about virtual files.
5256 (Info-restore-desktop-buffer): Restore Info buffers in prepared
5257 buffers with names obtained from the desktop file instead of the
5258 default *info* buffer.
5259
5260 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5261
5262 * subr.el (with-selected-window): Only save/restore the selected window.
5263
5264 * progmodes/compile.el (compilation-error-regexp-alist):
5265 Use expand-file-name and data-directory.
5266
5267 * progmodes/grep.el (grep-tree): Rework previous fix.
5268
5269 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5270 after the user marked text with the mouse.
5271
5272 * startup.el (command-line): Keep the first regexp of
5273 auto-save-file-name-transforms intact.
5274
5275 2004-05-28 Juanma Barranquero <lektu@terra.es>
5276
5277 * cus-edit.el (customize-face, customize-face-other-window)
5278 (custom-face-edit-delete): Make arguments match their use in
5279 docstring.
5280 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5281 docstring.
5282
5283 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5284 not `cvs-butlast'.
5285
5286 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5287 `nbutlast' are in subr.el).
5288
5289 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5290 (set-w32-system-coding-system): Doc fixes.
5291
5292 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5293 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5294 Make arguments match their use in docstring.
5295 (artist-draw-region-trim-line-endings)
5296 (artist-mouse-choose-operation): Fix typo in docstring.
5297 (artist-key-set-point-common): Doc fix.
5298
5299 2004-05-28 Simon Josefsson <jas@extundo.com>
5300
5301 * mail/smtpmail.el (smtpmail-open-stream):
5302 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5303
5304 2004-05-26 Simon Josefsson <jas@extundo.com>
5305
5306 * starttls.el: Merge with my GNUTLS based starttls.el.
5307 (starttls-gnutls-program, starttls-use-gnutls)
5308 (starttls-extra-arguments, starttls-process-connection-type)
5309 (starttls-connect, starttls-failure, starttls-success): New variables.
5310 (starttls-program, starttls-extra-args): Doc fix.
5311 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5312 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5313 and pass on to corresponding *-gnutls function if it is set.
5314
5315 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5316
5317 * autorevert.el (auto-revert-handler): Disable auto-reverting of
5318 remote files.
5319
5320 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
5321
5322 * files.el (file-name-non-special): There are more operations
5323 which need handling: `find-backup-file-name',
5324 `insert-file-contents', `verify-visited-file-modtime',
5325 `write-region'. Rename t value of method to `add'. Add new
5326 methods `quote' and `unquote-then-quote' to file-arg-indices.
5327
5328 2004-05-25 Juri Linkov <juri@jurta.org>
5329
5330 * info.el (Info-toc): Call Info-mode on intermediate buffer.
5331 (Info-index-nodes): Enclose code in condition-case to catch errors.
5332 (Info-index-node): Don't search all index nodes if request is only
5333 for the current node and file is not in the cache of index nodes.
5334 (Info-mode-map): Bind Info-copy-current-node-name to `w'
5335 for consistency with dired-copy-filename-as-kill.
5336 Bind `S' to Info-search-case-sensitively.
5337 (Info-copy-current-node-name): New arg. With zero prefix arg put
5338 the name inside a function call to `info'. Display copied text in
5339 the echo area.
5340
5341 2004-05-25 Sam Steingold <sds@gnu.org>
5342
5343 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5344 strip the package prefix from the symbol name, if any.
5345 Make it the `find-tag-default-function' for `lisp-mode'.
5346
5347 2004-05-25 John Paul Wallington <jpw@gnu.org>
5348
5349 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5350 instead of obsolete `process-kill-without-query'.
5351
5352 * textmodes/texinfmt.el (texinfo-indexvar-alist):
5353 Declare as variable, not constant.
5354
5355 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
5356
5357 * files.el (find-file-noselect-1): Fix bug introduced by
5358 Revision 1.694. As a side effect, `inhibit-read-only'
5359 is again, by default, t during execution of
5360 `find-file-not-found-functions'.
5361 (insert-directory): Check that lines were really inserted by
5362 the --dired switch, before erasing them.
5363
5364 2004-05-24 Nick Roberts <nickrob@gnu.org>
5365
5366 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5367 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5368 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5369 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5370 gud-minor-mode (gdbmi).
5371
5372 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5373
5374 * net/browse-url.el (browse-url-interactive-arg): Enable user to
5375 explicitly select the text to be taken as URL.
5376
5377 2004-05-23 Juri Linkov <juri@jurta.org>
5378
5379 * info.el (Info-index-nodes): New var and fun.
5380 (Info-goto-index, Info-index, info-apropos)
5381 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5382 (Info-index): Fix docstring. Store and restore Info-history-list.
5383 (Info-complete-nodes): New var.
5384 (Info-complete-menu-item): Use it.
5385 (Info-index-node): New fun.
5386 (Info-final-node, Info-forward-node, Info-backward-node)
5387 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5388 Use Info-index-node.
5389 (Info-extract-menu-item, Info-extract-menu-counting): Set second
5390 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5391 (Info-find-node-2): If a node with period in its name not found,
5392 try to find a node without the name part after period.
5393 (Info-select-node): Call Info-fontify-node only if
5394 Info-fontify-maximum-menu-size is not nil.
5395 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5396 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5397 Preserve Info-history-list.
5398 (Info-toc): Set Info-current-file.
5399 (Info-build-toc): Move point to the beginning of the buffer.
5400 Add main-file variable.
5401 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5402 Use backslashed representation of the control character ^_.
5403
5404 * textmodes/texinfmt.el (texinfo-print-index): Print index line
5405 numbers in the new Texinfo 4.7 format.
5406
5407 * add-log.el (change-log-font-lock-keywords): Remove `:' from
5408 regexps for function and variable names.
5409
5410 * descr-text.el (describe-property-list): Add [show] button for
5411 `syntax-table' property with action to pp to a separate buffer.
5412 (describe-char): Replace search-forward by re-search-forward with
5413 whitespace regexp after "character:" to not fail in too narrow windows.
5414
5415 * simple.el (next-error-find-buffer): Add a rule to return
5416 next-error capable buffer if one window on the selected frame
5417 displays such buffer.
5418
5419 2004-05-23 Nick Roberts <nickrob@gnu.org>
5420
5421 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5422 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5423 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5424 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5425 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5426 Handle new value for gud-minor-mode (gdbmi).
5427 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5428 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
5429 Change from local to global gdb variable set.
5430 (gdb-ann3): Initialise above gdb variable set.
5431 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
5432 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
5433 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
5434 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
5435 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
5436 (gdb-info-locals-handler, gdb-invalidate-assembler)
5437 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
5438 set as global variables.
5439 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
5440 Handle gdbmi.
5441 (gdb-info-breakpoints-custom): Fix regexp.
5442 (def-gdb-var): Delete.
5443
5444 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
5445 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
5446 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
5447 a new mode. The file (gdb-mi.el) for this mode will be included
5448 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
5449 primary interface.
5450
5451 2004-05-23 Jesper Harder <harder@ifa.au.dk>
5452
5453 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
5454 interpreted as a directory.
5455
5456 2004-05-22 Richard M. Stallman <rms@gnu.org>
5457
5458 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
5459 as a close quote.
5460
5461 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
5462
5463 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
5464 Use assoc-string, not assoc-ignore-case.
5465
5466 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
5467
5468 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
5469 If moving back then fwd gets a defun that ends before point,
5470 try again moving fwd then back.
5471
5472 * files.el (file-name-non-special): Allow t in file-arg-indices
5473 to mean requote the return value. Use `identity' as an element
5474 rather than as the whole value.
5475
5476 * gs.el (gs-options): Add -dSAFER. Mark it risky.
5477
5478 2004-05-22 Juanma Barranquero <lektu@terra.es>
5479
5480 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
5481 `help-make-usage'.
5482 (help-highlight-arguments): Skip function name before searching
5483 for arguments.
5484
5485 2004-05-21 Juanma Barranquero <lektu@terra.es>
5486
5487 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5488 Don't mention in the docstring these arguments meant for
5489 internal (recursive) use only.
5490 (allout-char-spec): Comment out (it's not implemented).
5491 (allout-old-expose-topic, allout-exposure): Fix docstring and add
5492 obsolescence declaration.
5493 (allout-flatten-exposed-to-buffer)
5494 (allout-indented-exposed-to-buffer): Fix typos in docstring.
5495 (my-mark-marker): Doc fix.
5496 (produce-allout-mode-map, allout-sibling-index)
5497 (allout-isearch-expose, allout-distinctive-bullet)
5498 (allout-open-topic, allout-reindent-body)
5499 (allout-rebullet-heading, allout-process-exposed)
5500 (allout-insert-listified, allout-latex-verb-quote)
5501 (allout-insert-latex-header, allout-insert-latex-trailer):
5502 Make arguments match their use in docstring.
5503 (allout-primary-bullet, allout-old-style-prefixes)
5504 (allout-inhibit-protection, allout-init, allout-mode)
5505 (allout-before-change-protect, allout-flag-region):
5506 Use "Emacs" instead of "emacs" in docstrings.
5507
5508 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5509
5510 * international/characters.el: Modify syntax of more characters.
5511
5512 2004-05-21 Masatake YAMATO <jet@gyve.org>
5513
5514 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5515 (etags-tags-completion-table): Show parsing progress.
5516
5517 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
5518
5519 * locate.el (locate-prompt-for-command): Shorten first line of
5520 docstring.
5521 (locate-mode): Expand docstring and include keymap summary.
5522
5523 * files.el (find-file-noselect-1): Limit the scope of the
5524 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
5525 is, by default, nil during the execution of
5526 `find-file-not-found-functions' and `find-file-hook'.
5527
5528 2004-05-20 Michael Mauger <mmaug@yahoo.com>
5529
5530 * facemenu.el (facemenu-color-name-equal): New function.
5531 (list-colors-display): Use it to compare colors instead of
5532 facemenu-color-equal.
5533
5534 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
5535
5536 * compare-w.el (compare-windows-face): Use min-colors instead of
5537 checking for tty or pc types.
5538
5539 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5542 (completion-setup-function): Use with-current-buffer.
5543 Properly save excursion. Simplify.
5544 Don't assume there is necessarily a `mouse-face' property somewhere.
5545
5546 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5547
5548 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
5549
5550 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5551 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5552 Use with-current-buffer.
5553 (byte-goto-log-buffer): Delete.
5554 (byte-compile-log-file): Call compilation-forget-errors.
5555
5556 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
5557
5558 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5559 output messages into the search result.
5560
5561 2004-05-19 Masatake YAMATO <jet@gyve.org>
5562
5563 * wid-edit.el (widget-radio-button-notify): Revert my last
5564 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5565
5566 2004-05-19 Kenichi Handa <handa@m17n.org>
5567
5568 * international/characters.el: Fix syntax (open/close) of CJK chars.
5569
5570 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5571
5572 * help-mode.el (help-go-back): Don't depend on position of back button.
5573
5574 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5577 files files don't contain an accidental additional /.
5578
5579 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5580 in source buffer.
5581
5582 2004-05-18 Masatake YAMATO <jet@gyve.org>
5583
5584 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5585 to widget-apply. :action method assumes 2 arguments, not 3.
5586
5587 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
5588
5589 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5590 New constants.
5591 (hs-special-modes-alist): Add an f90-mode entry.
5592
5593 2004-05-17 Sam Steingold <sds@gnu.org>
5594
5595 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5596 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
5597
5598 2004-05-16 Kim F. Storm <storm@cua.dk>
5599
5600 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5601
5602 2004-05-15 John Wiegley <johnw@newartisans.com>
5603
5604 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5605 (eshell-output-object-to-target): Improve output speed 20% by not
5606 calling `eshell-stringify' if something is already known to be a string.
5607
5608 2004-05-15 Alex Ott <ott@jet.msk.su>
5609
5610 * textmodes/ispell.el (ispell-local-dictionary-alist):
5611 Add windows-1251 to the choice of coding systems.
5612 (ispell-dictionary-alist-6): Add support for "russianw.aff",
5613 encoded in cp1251.
5614
5615 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
5616
5617 * progmodes/compile.el (compilation-warning-face)
5618 (compilation-info-face): Use min-colors.
5619
5620 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5621
5622 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5623 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5624 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5625 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
5626 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
5627 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
5628 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
5629 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
5630 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
5631 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
5632 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
5633 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
5634 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
5635 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
5636
5637 2004-05-15 Kim F. Storm <storm@cua.dk>
5638
5639 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
5640 Use it to set triggered-p element of timer.
5641 (timer-event-handler): Set triggered-p element non-nil while running
5642 the timer function.
5643
5644 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * descr-text.el (describe-char-unicode-data)
5647 (describe-char-unicodedata-file): Re-enable the unicode code now that
5648 the licensing issues have been cleared in the unicode-4 license.
5649 (describe-text-properties-1): Remove unused `overlay' var.
5650 (describe-char): Remove unused var `buffer'.
5651
5652 2004-05-14 David Ponce <david@dponce.com>
5653
5654 * tree-widget.el: New file.
5655
5656 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
5657
5658 * language/european.el ("Brazilian Portuguese"): Add support for
5659 Brazilian Portuguese.
5660
5661 2004-05-13 John Wiegley <johnw@newartisans.com>
5662
5663 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
5664 `recentf-mode' if this variable has been customized to t.
5665
5666 * eshell/esh-test.el (eshell-test): Call the function
5667 `emacs-version' rather than trying to build a custom version string.
5668
5669 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5670
5671 * net/telnet.el (telnet-mode): Use define-derived-mode.
5672 Don't modify the global value of comint-prompt-regexp.
5673
5674 2004-05-13 John Paul Wallington <jpw@gnu.org>
5675
5676 * version.el (emacs-version): Check for `gtk' feature before
5677 `x-toolkit' feature.
5678
5679 2004-05-13 Juanma Barranquero <lektu@terra.es>
5680
5681 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
5682 arguments in the docstring, they're used only in recursive calls.
5683
5684 * help-fns.el (help-arg-highlighting-function)
5685 (help-argument-name): Delete.
5686 (help-default-arg-highlight): New function.
5687 (help-do-arg-highlighting): Use it.
5688
5689 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5690
5691 * calendar/appt.el (appt-disp-window):
5692 Use `calendar-set-mode-line' for a centered mode-line.
5693
5694 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
5695
5696 * calendar/appt.el (appt-disp-window): Do not split window
5697 excessively when `split-height-threshold' is low.
5698
5699 2004-05-12 Nick Roberts <nickrob@gnu.org>
5700
5701 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
5702 kill-buffer-hook here and make it local.
5703 (gud-kill-buffer-hook): Use kill-process for a sure kill.
5704
5705 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
5706
5707 * progmodes/compile.el (compilation-set-window-height):
5708 Use save-excursion to protect against misplaced marker.
5709
5710 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5711
5712 * custom.el (defface): Document that type can have value gtk.
5713
5714 * faces.el (face-spec-set-match-display): Handle type gtk in display.
5715
5716 2004-05-12 Kenichi Handa <handa@m17n.org>
5717
5718 * descr-text.el: Require quail at comile time.
5719 (describe-char): If an input method is on and it supports the
5720 character, show how to input it.
5721
5722 * international/quail.el (quail-install-decode-map): Accept a
5723 char-table whose subtype is `quail-decode-map'.
5724 (quail-store-decode-map-key, quail-gen-decode-map1)
5725 (quail-gen-decode-map, quail-find-key1, quail-find-key)
5726 (quail-show-key): New functions.
5727
5728 2004-05-12 Juanma Barranquero <lektu@terra.es>
5729
5730 * generic.el (define-generic-mode): Remove redundant arglist info.
5731
5732 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
5733 Make arguments match their use in docstring.
5734 (help-arg-highlighting-function): New variable.
5735 (help-argument-name): Mention it in the docstring.
5736 (help-do-arg-highlight): Use it. Expand regexp to accept also
5737 ARG-xxx and xxx-ARG references.
5738
5739 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5740
5741 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
5742 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5743 and "mailto:addr1?to=addr2" equal.
5744
5745 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5746
5747 * man.el (Man-getpage-in-background): Use shell-file-name
5748 and shell-command-switch variables instead of hard-coded values.
5749
5750 2004-05-11 Eli Zaretskii <eliz@gnu.org>
5751
5752 * iimage.el: New file.
5753
5754 2004-05-11 Juanma Barranquero <lektu@terra.es>
5755
5756 * custom.el (custom-initialize-default, defcustom):
5757 Fix typo in docstring.
5758
5759 * files.el (set-visited-file-name, file-expand-wildcards):
5760 Fix docstring.
5761
5762 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
5765
5766 * subr.el (eventp): Be more discriminating with integers.
5767
5768 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
5769
5770 * progmodes/compile.el (compile): Add universal prefix arg.
5771 (compilation-error-regexp-alist-alist): Add edg patterns.
5772
5773 2004-05-10 Sam Steingold <sds@gnu.org>
5774
5775 * textmodes/ispell.el (ispell-message):
5776 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
5777
5778 2004-05-10 Dave Love <fx@gnu.org>
5779
5780 * progmodes/python.el (help-buffer): Autoload when compiling.
5781 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
5782 (run-python): Prepend to any existing PYTHONPATH.
5783
5784 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
5785
5786 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
5787 for pending breakpoints.
5788
5789 2004-05-10 Richard M. Stallman <rms@gnu.org>
5790
5791 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
5792 directly without calling any functions in Rmail.
5793 (unrmail-unprune): Function deleted.
5794
5795 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
5798 C-c C-z binding.
5799
5800 2004-05-10 Kenichi Handa <handa@m17n.org>
5801
5802 * descr-text.el (describe-char): Fix previous change. Don't make
5803 a unibyte character to multibyte in the *Help* buffer.
5804
5805 2004-05-10 Miles Bader <miles@gnu.org>
5806
5807 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
5808 buffer an error if the debugger process is actually running.
5809
5810 2004-05-10 Juanma Barranquero <lektu@terra.es>
5811
5812 * help-fns.el (help-argument-name): Default to italic.
5813 (help-highlight-arguments): Return always (usage . doc), even when
5814 usage is nil.
5815
5816 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
5817 (define-ibuffer-filter): Add usage info.
5818 (define-ibuffer-op): Add usage info (but CL-style defaults for
5819 keyword args are not shown).
5820
5821 * subr.el (remove-overlays, read-passwd): Fix docstring.
5822 (start-process-shell-command): Fix docstring. Put usage info in a
5823 format usable by `describe-function'.
5824 (open-network-stream, open-network-stream-nowait)
5825 (open-network-stream-server): Fix docstring.
5826
5827 2004-05-09 Jason Rumney <jasonr@gnu.org>
5828
5829 * international/code-pages (cp932, cp936, cp949, c950): Remove.
5830 Only define cp125* if windows-125* is already defined.
5831
5832 * language/korean.el (cp949): Add alias.
5833
5834 * language/chinese.el (cp936, cp950): Add aliases.
5835
5836 * language/japanese.el (cp932): Add alias.
5837
5838 * term/w32-win.el: Require code-pages.
5839
5840 * international/mule-cmds.el (set-locale-environment):
5841 On MS-Windows use ansi code-page for default coding-systems.
5842 Set up paper sizes for Windows 3 letter languages.
5843
5844 * international/code-pages.el (cp932, cp936, cp949, cp950):
5845 Add aliases. Also add cp125* if not already defined.
5846
5847 2004-05-09 Juanma Barranquero <lektu@terra.es>
5848
5849 * help-fns.el (help-highlight-arguments): Don't try to highlight
5850 missing or autoloaded arglists. Accept structured arguments, like
5851 the first ones of `do' and `flet'.
5852
5853 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
5854 (cvs-get-marked): Remove redundant arglist info.
5855
5856 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
5857 Don't use CL-style default args.
5858
5859 2004-05-08 Andreas Schwab <schwab@suse.de>
5860
5861 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
5862
5863 * international/subst-ksc.el: Fix references to utf-translate-cjk
5864 into utf-translate-cjk-mode.
5865 * international/subst-big5.el: Likewise.
5866 * international/subst-gb2312.el: Likewise.
5867 * international/subst-jis.el: Likewise.
5868 * international/utf-16.el: Likewise.
5869 * international/utf-8.el: Likewise.
5870
5871 2004-05-08 John Wiegley <johnw@newartisans.com>
5872
5873 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
5874 "virtual buffers" (off by default), which makes it possible to
5875 switch to the "virtual" buffers of recently visited files. When a
5876 buffer name search fails, and this option is on, iswitchb will
5877 look at the list of recently visited files, and permit matching
5878 against those names. When the user hits RET on a match, it will
5879 revisit that file.
5880 (iswitchb-read-buffer): Add two optional arguments, which makes
5881 isearchb.el possible.
5882 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
5883 (iswitchb-next-match): Add support for virtual buffers.
5884
5885 * isearchb.el: This module extends iswitchb to provide "as you
5886 type" buffer selection.
5887
5888 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
5889 Ignore the read-only property when flyspell highlighting is on.
5890 Not ignoring it leads to a series of confusing errors.
5891 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
5892 but also make sure to call flyspell-incorrect-hook.
5893 (flyspell-maybe-correct-transposition): Perform transposition test
5894 by bit twiddling a string, rather than using a temp buffer.
5895 (flyspell-maybe-correct-doubling): Use a string rather than a temp
5896 buffer. This is also the original version of the code, which
5897 could not be checked in before due to a previous lack of
5898 assignment papers. This version has seen heavy usage on my system
5899 for several years now.
5900
5901 * calendar/cal-bahai.el: New file, which adds support for the
5902 Baha'i calendar to Emacs. This calendar is based on a solar year
5903 of 19 months of 19 days, with 4 intercalary days. Each year
5904 begins on March 21, with the calendar starting in 1844.
5905
5906 * calendar/cal-menu.el, calendar/calendar.el,
5907 calendar/diary-lib.el, calendar/holidays.el: Added support for
5908 using cal-bahai.el.
5909
5910 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
5911 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
5912 function can be used outside of eshell buffers.
5913 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
5914
5915 2004-05-08 Juanma Barranquero <lektu@terra.es>
5916
5917 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
5918 word constituent so FOO-ARG is not recognized as an arg.
5919 (help-highlight-arguments): Don't skip lists in mandatory arguments.
5920
5921 * simple.el (next-error): Fix typo in docstring.
5922 (open-line): Make argument names match their use in docstring.
5923 (split-line): Fix docstring.
5924
5925 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
5926 usable by `describe-function'.
5927 (gensym, gentemp, typep, ignore-errors): Make argument names match
5928 their use in docstring.
5929
5930 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
5931 argument to `help-setup-xref'.
5932
5933 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
5934
5935 Version 2.0.40 of Tramp released.
5936
5937 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
5938 Use symbol-function to invoke functions only known on some Emacs
5939 flavors. This avoids byte-compiler warnings. Reported by Kevin
5940 Scaldeferri <kevin@scaldeferri.com>.
5941 (tramp-do-copy-or-rename-file-via-buffer): Rename from
5942 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
5943 consistent with the other tramp-do-* functions.
5944 (tramp-do-copy-or-rename-file): Calls adjusted.
5945 (tramp-process-initial-commands): Avoid liveness check on shell --
5946 we know that it must be alive since we're opening a connection at
5947 this moment.
5948 (tramp-last-cmd): New internal variable.
5949 (tramp-process-echoes): New tunable.
5950 (tramp-send-command): Set tramp-last-cmd.
5951 (tramp-wait-for-output): Delete echo, if applicable.
5952 (tramp-read-passwd): Construct the key for the password cache in a
5953 way that works for multi methods, too.
5954 (tramp-bug): Add backup-directory-alist and
5955 bkup-backup-directory-info to bug reports, with Tramp counterparts.
5956
5957 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
5958
5959 * net/tramp*.el: Suppress byte-compiler warnings where possible.
5960
5961 * net/tramp.el (tramp-out-of-band-prompt-regexp)
5962 (tramp-actions-copy-out-of-band): New defcustoms.
5963 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5964 used instead of a synchronous one. Allows password entering.
5965 (tramp-action-out-of-band): New defun.
5966 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5967 Remove restriction with password from doc string.
5968 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5969 `tramp-out-of-band-prompt-regexp',
5970 `tramp-actions-copy-out-of-band', `password-cache' and
5971 `password-cache-expiry'.
5972 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
5973 password caching.
5974 (tramp-touch): FILE can be a local file, too.
5975 (TODO): Remove items done.
5976 (tramp-handle-insert-directory): Properly quote file name also if
5977 not full-directory-p. Handle wildcard case. Reported by Andreas
5978 Schwab <schwab@suse.de>.
5979 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5980 new file.
5981 (tramp-handle-file-local-copy, tramp-handle-write-region):
5982 The permissions of the temporary file are set if filename exists.
5983 Reported by Ted Stern <stern@cray.com>.
5984 (tramp-backup-directory-alist)
5985 (tramp-bkup-backup-directory-info): New defcustoms.
5986 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5987 (tramp-handle-find-backup-file-name): New function.
5988 Implements Tramp's find-backup-file-name.
5989
5990 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5991 for `find-backup-file-name'.
5992
5993 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5994 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
5995
5996 2004-05-07 Lars Hansen <larsh@math.ku.dk>
5997
5998 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5999
6000 2004-05-07 Juanma Barranquero <lektu@terra.es>
6001
6002 * subr.el (lambda): Add arglist description to docstring.
6003 (declare): Fix typo in docstring.
6004 (open-network-stream): Fix docstring.
6005 (process-kill-without-query): Fix docstring and add obsolescence info.
6006 (last, butlast, nbutlast): Make arguments match their use in docstring.
6007 (insert-buffer-substring-no-properties): Likewise.
6008 (insert-buffer-substring-as-yank): Likewise.
6009 (split-string): Fix docstring.
6010
6011 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6012 Make argument names match their use in docstring.
6013
6014 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6015
6016 2004-05-06 Nick Roberts <nickrob@gnu.org>
6017
6018 * progmodes/gdb-ui.el: Improve/extend documentation strings.
6019 Fit first sentence on one line for apropos-command.
6020
6021 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 Changes largely merged in from Dave Love's code.
6024 * progmodes/python.el: Doc fixes.
6025 (python-mode-map): Add python-complete-symbol.
6026 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6027 (python-comment-indent, python-complete-symbol)
6028 (python-symbol-completions, python-partial-symbol)
6029 (python-try-complete): New.
6030 (python-indent-line): Remove optional arg. Use python-block-end-p.
6031 (python-check): Bind compilation-error-regexp-alist.
6032 (inferior-python-mode): Use rx. Move keybindings to top level.
6033 Set comint-input-filter.
6034 (python-preoutput-filter): Use rx.
6035 (python-input-filter): Re-introduce.
6036 (python-proc): Start new process if necessary.
6037 Check python-buffer non-nil.
6038 (view-return-to-alist): Defvar.
6039 (python-send-receive): New.
6040 (python-eldoc-function): Use it.
6041 (python-mode-running): Don't defvar.
6042 (python-mode): Set comment-indent-function.
6043 Maybe update hippie-expand-try-functions-list.
6044 (python-indentation-levels): Initialize differently.
6045 (python-block-end-p): New.
6046 (python-indent-line): Use it.
6047 (python-compilation-regexp-alist): Augment.
6048 (run-python): Import `emacs' module to Python rather than loading
6049 code directly. Set python-buffer differently.
6050 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
6051 Use python-proc.
6052 (python-send-command): Go to end of comint buffer.
6053 (python-load-file): Use python-proc, emacs.eimport.
6054 (python-describe-symbol): Simplify interactive form.
6055 Use emacs.help. Do use temp-buffer-show-hook.
6056 Call print-help-return-message.
6057 (hippie-exp): Require when compiling.
6058 (python-preoutput-continuation): Use rx.
6059
6060 * diff-mode.el (diff-make-unified): Fix regexp.
6061
6062 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
6063
6064 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6065 filter groups from the buffer when rebuilding the Ibuffer buffer
6066 and `ibuffer-show-empty-filter-groups' is nil.
6067
6068 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6069
6070 * ps-print.el (ps-print-quote): Call ps-value-string.
6071 (ps-setup): Call ps-comment-string.
6072 (ps-value-string, ps-comment-string): New funs.
6073
6074 2004-05-06 Juanma Barranquero <lektu@terra.es>
6075
6076 * ehelp.el (electric-help-command-loop): Check whether the last
6077 character is visible, not (point-max).
6078
6079 * help-fns.el (help-argument-name): Default to bold; don't inherit
6080 from font-lock-variable-name-face.
6081 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6082
6083 2004-05-05 Kenichi Handa <handa@m17n.org>
6084
6085 * descr-text.el (describe-char): Copy the character with text
6086 properties and overlays into the first line, and call
6087 describe-text-properties on it.
6088
6089 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
6090
6091 * iswitchb.el (iswitchb-global-map): Fix typo.
6092 Remove unwanted ###autoloads from source file.
6093
6094 2004-05-05 Lars Hansen <larsh@math.ku.dk>
6095
6096 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6097 in run-hooks. Use substitute-command-keys in message.
6098 (wdired-abort-changes): Add message.
6099
6100 2004-05-03 Michael Mauger <mmaug@yahoo.com>
6101
6102 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6103 (sql-emacs20-p): Remove.
6104 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6105 (sql-builtin-face, sql-doc-face): Remove.
6106 (sql-mode-ansi-font-lock-keywords)
6107 (sql-mode-oracle-font-lock-keywords)
6108 (sql-mode-postgres-font-lock-keywords)
6109 (sql-mode-linter-font-lock-keywords)
6110 (sql-mode-ms-font-lock-keywords)
6111 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6112 (sql-product-font-lock): Fix font-lock reset when font rules change.
6113 (sql-highlight-product): Remove incorrect font-lock reset logic.
6114
6115 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
6116
6117 * ses.el (ses-set-parameter): Fix typo.
6118
6119 2004-05-04 Kim F. Storm <storm@cua.dk>
6120
6121 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6122 Must expand directory for completion to work; and don't mess with
6123 process-environment.
6124 (ido-read-file-name): If command has ido property, don't use ido
6125 if value is ignore, or read as directory if value is dir.
6126 Set ido ignore property for dired-do-rename command.
6127
6128 2004-05-04 Juanma Barranquero <lektu@terra.es>
6129
6130 * ehelp.el (electric-help-command-loop, electric-help-undefined)
6131 (electric-help-help): Check against unmapped commands.
6132
6133 * help-fns.el (help-argument-name): New face, inheriting from
6134 font-lock-variable-name-face, to highlight function arguments in
6135 `describe-function' and `describe-key'.
6136 (help-do-arg-highlight): Auxiliary function to highlight a given
6137 list of arguments in a string.
6138 (help-highlight-arguments): Highlight the function arguments and
6139 all uses of them in the docstring.
6140 (describe-function-1): Use it. Do docstring output via `insert',
6141 not 'princ', so text attributes are preserved.
6142
6143 * winner.el (winner-mode-map): Move `winner-undo' and
6144 `winner-redo' to C-c <left> and C-c <right>, respectively (the
6145 previous bindings conflict with `prev-buffer', `next-buffer').
6146
6147 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6148
6149 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6150 (bibtex-entry-update): New command bound to C-c C-u.
6151 (bibtex-text-in-string): Fix regexp.
6152 (bibtex-assoc-of-regexp): Remove.
6153 (bibtex-progress-message): Fix docstring.
6154 (bibtex-inside-field): Use if.
6155 (bibtex-assoc-regexp): New function.
6156 (bibtex-format-entry): Make code more robust so that it formats
6157 also old entries.
6158 (bibtex-autokey-demangle-title): Merge with obsolete function
6159 bibtex-assoc-of-regexp.
6160 (bibtex-field-list): New function.
6161 (bibtex-entry): Use bibtex-field-list.
6162 (bibtex-parse-entry): Fix docstring.
6163 (bibtex-print-help-message): Use bibtex-field-list.
6164 (bibtex-make-field): Use bibtex-field-list.
6165 (bibtex-entry-index): Bugfix. Return crossref key if required.
6166 (bibtex-lessp): Fix docstring.
6167
6168 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
6169
6170 * select.el (xselect-convert-to-string): Move comment to intended line.
6171
6172 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6173
6174 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6175 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6176
6177 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6178
6179 * term/x-win.el (x-clipboard-yank): Don't exit on error from
6180 x-get-selection.
6181
6182 2004-05-03 Jason Rumney <jasonr@gnu.org>
6183
6184 * makefile.nt: Remove.
6185
6186 2004-05-03 Kim F. Storm <storm@cua.dk>
6187
6188 * emulation/cua-base.el (cua--update-indications): Fix last change.
6189 (cua-mode): Deactivate mark when cua-mode is enabled.
6190
6191 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
6192
6193 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6194
6195 2004-05-03 Nick Roberts <nickrob@gnu.org>
6196
6197 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6198 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6199 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6200 window over visible frames.
6201 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6202
6203 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * progmodes/compile.el (compilation-gcpro): New var.
6206 (compilation-fake-loc): Use it.
6207 (compilation-forget-errors): Reset it.
6208
6209 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
6210
6211 * diff-mode.el (diff-header-face, diff-file-header-face):
6212 Use min-colors.
6213
6214 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6215
6216 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6217 (bibtex-clean-entry): Disentangle code.
6218 (bibtex-realign): New function.
6219 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
6220 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6221 Remove undocumented optional arg called-by-convert-alien.
6222 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
6223 for sorting instead of bibtex-sort-buffer.
6224
6225 2004-05-02 Eli Zaretskii <eliz@gnu.org>
6226
6227 * progmodes/compile.el (compilation-start): In the
6228 no-async-subprocesses branch, call sit-for to give redisplay a
6229 chance to show the updated process status in the mode line, and
6230 fontify the buffer explicitly after the process exits.
6231
6232 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
6233
6234 * progmodes/python.el (python-compilation-line-number): Remove.
6235 (python-compilation-regexp-alist): Don't use it any more.
6236 (python-orig-start, python-input-filter): Remove.
6237 (inferior-python-mode): Don't set up comint-input-filter-functions.
6238 (python-send-region): Use compilation-fake-loc.
6239
6240 * progmodes/compile.el (compilation-messages-start): New var.
6241 (compilation-mode): Don't setup next-error-function here.
6242 (compilation-setup): Set it up here instead (for minor modes as well).
6243 Make compilation-messages-start buffer local.
6244 (compilation-next-error-function): Use it.
6245 (compilation-forget-errors): Set compilation-messages-start.
6246
6247 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
6248
6249 * ielm.el (ielm-prompt-read-only): Update docstring.
6250
6251 * comint.el (comint-prompt-read-only): Update docstring.
6252 (comint-update-fence, comint-kill-whole-line)
6253 (comint-kill-region): New functions.
6254
6255 * simple.el (kill-whole-line): Use "p" instead of "P" in
6256 interactive form.
6257
6258 2004-05-01 Juanma Barranquero <lektu@terra.es>
6259
6260 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6261 format arglist so default values in CL-style argument lists are
6262 correctly shown.
6263
6264 2004-05-01 Jason Rumney <jasonr@gnu.org>
6265
6266 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6267
6268 2004-05-01 Kenichi Handa <handa@m17n.org>
6269
6270 * international/titdic-cnv.el (miscdic-convert): Don't generate a
6271 quail file if it is up to date.
6272
6273 2004-04-30 Juri Linkov <juri@jurta.org>
6274
6275 * cus-edit.el (custom-mode-map):
6276 Add key binding `C-x C-s' to `Custom-save'.
6277
6278 * outline.el (outline-blank-line): New var.
6279 (outline-next-preface, outline-show-heading)
6280 (outline-end-of-subtree): Use it.
6281
6282 * dired-aux.el (dired-touch-initial): New fun.
6283 (dired-do-chxxx): Call it for op-symbol `touch'.
6284 (dired-diff): Use `dired-dwim-target-directory'
6285 if current dired buffer has no buffer mark.
6286
6287 * bindings.el (propertized-buffer-identification):
6288 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6289 Add C-M-arrow keys for consistency.
6290
6291 * files.el (confirm-kill-emacs):
6292 Change group from top-level `emacs' to `convenience'.
6293
6294 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6295 Push mark on the first call of successive command calls.
6296 (insert-pair): New fun created from `insert-parentheses' with
6297 `open' and `close' arguments added. Enclose active regions
6298 in paired characters. Compare adjacent characters syntax with
6299 inserted characters syntax before inserting a space.
6300 (insert-parentheses): Call `insert-pair' with ?\( ?\).
6301
6302 * delsel.el: Don't put `delete-selection' property
6303 on `insert-parentheses' symbol to take advantage of
6304 region handling in `insert-pair' function.
6305 Suggested by Stephan Stahl <stahl@eos.franken.de>.
6306
6307 2004-04-30 Kim F. Storm <storm@cua.dk>
6308
6309 * emulation/cua-base.el: Add support for changing cursor types;
6310 based on patch from Michael Mauger.
6311 (cua-normal-cursor-color, cua-read-only-cursor-color)
6312 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6313 Customization cursor type and/or cursor color.
6314 (cua--update-indications): Handle cursor type changes.
6315 (cua-mode): Update cursor indications if enabled.
6316
6317 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6318
6319 * mouse.el (mouse-drag-copy-region): New defcustom.
6320 (mouse-set-region, mouse-drag-region-1): Use it.
6321
6322 * simple.el (kill-ring-save): If region face background color is
6323 unspecified (if no highlighting), show extent of fully visible
6324 region even if transient-mark-mode is enabled.
6325
6326 * emulation/cua-base.el (cua--standard-movement-commands):
6327 Add cua-scroll-up and cua-scroll-down.
6328 (cua-scroll-up, cua-scroll-down): New commands.
6329 (cua--init-keymaps): Remap scroll-up and scroll-down.
6330
6331 * emulation/cua-rect.el (cua--convert-rectangle-as):
6332 New defmacro.
6333 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6334 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6335 New commands (suggested by Jordan Breeding).
6336
6337 2004-04-30 Juanma Barranquero <lektu@terra.es>
6338
6339 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6340
6341 2004-04-30 Mario Lang <mlang@delysid.org>
6342
6343 * diff.el (diff-switches): Fix typo in docstring.
6344
6345 2004-04-30 Alex Schroeder <alex@gnu.org>
6346
6347 * xml.el (xml-debug-print-internal): Don't add newline and
6348 indentation to text nodes and write empty elements as empty tags
6349 instead of opening and closing tags.
6350 (xml-debug-print): Take optional indent-string argument.
6351 (xml-print): Alias for xml-debug-print.
6352
6353 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6354
6355 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6356 than duplicate call to `line-beginning-position'.
6357
6358 * progmodes/f90.el (f90-get-present-comment-type):
6359 Return whitespace, as well as comment chars, for consistent filling
6360 of comment blocks. Use `match-string-no-properties'.
6361 (f90-break-line): Trim trailing whitespace when filling comments.
6362
6363 2004-04-30 Dave Love <fx@gnu.org>
6364
6365 * calendar/diary-lib.el (diary-outlook-formats): New variable.
6366 (diary-from-outlook-internal, diary-from-outlook)
6367 (diary-from-outlook-gnus, diary-from-outlook-rmail):
6368 New functions to import diary entries from Outlook-format
6369 appointments in mail messages.
6370
6371 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * progmodes/python.el (python-send-command): New fun.
6374 (python-send-region, python-load-file): Use it.
6375
6376 * progmodes/compile.el (compilation-last-buffer): Add var alias.
6377
6378 * help-fns.el (help-C-file-name): Use new subr-name.
6379 Prepend `src/' to the file name.
6380 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6381 (describe-function-1, describe-variable): Only find a C source file
6382 name if DOC is already loaded.
6383
6384 * help-mode.el (help-function-def, help-variable-def):
6385 Use the new find-function-search-for-symbol functionality.
6386 Allow FILE to be `C-source'.
6387
6388 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6389 (find-function-C-source): New fun.
6390 (find-function-search-for-symbol): Use it.
6391
6392 2004-03-29 Michael Mauger <mmaug@yahoo.com>
6393
6394 * progmodes/sql.el (sql-product-alist): Rename variable
6395 `sql-product-support'. Add Postgres login parameters.
6396 (sql-set-product, sql-product-feature): Update with renamed variable.
6397 (sql-connect-postgres): Add username prompt.
6398 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6399 Make patterns less product specific.
6400 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6401 (sql-mode-abbrev-table): Modify initialization.
6402 (sql-builtin-face): Add variable.
6403 (sql-keywords-re): Add macro.
6404 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6405 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6406 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6407 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6408 (sql-mode-linter-font-lock-keywords)
6409 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6410 (sql-mode-sybase-font-lock-keywords)
6411 (sql-mode-informix-font-lock-keywords)
6412 (sql-mode-interbase-font-lock-keywords)
6413 (sql-mode-ingres-font-lock-keywords)
6414 (sql-mode-solid-font-lock-keywords)
6415 (sql-mode-sqlite-font-lock-keywords)
6416 (sql-mode-db2-font-lock-keywords): Default to nil.
6417 (sql-product-font-lock): Always highlight ANSI keywords.
6418 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6419 (sql-send-string): Add function.
6420
6421 2004-04-29 Dave Love <fx@gnu.org>
6422
6423 * progmodes/cfengine.el (cfengine-beginning-of-defun)
6424 (cfengine-end-of-defun): Ensure progress through buffer.
6425
6426 * info-look.el (cfengine-mode): Accept a terminal ().
6427
6428 2004-04-29 Juri Linkov <juri@jurta.org>
6429
6430 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
6431 instead of isearch-yank-word-or-char. Add new key bindings for
6432 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
6433 (isearch-del-char): New fun.
6434 (isearch-forward, isearch-edit-string): Update docstring.
6435 (isearch-yank-char): Doc fix.
6436 (isearch-other-meta-char): Restore point after scrolling.
6437
6438 * progmodes/compile.el (compilation-context-lines): Add nil option
6439 to disable compilation output window scrolling.
6440 (compilation-set-window): Use it.
6441
6442 * outline.el (outline-next-preface, outline-show-heading):
6443 Don't leave unhidden blank line before heading.
6444 (outline-end-of-subtree): Include last newline into subtree.
6445 (hide-entry): Leave point at beginning of heading instead of end.
6446 (outline-up-heading): Push mark for the first call of successive
6447 command calls.
6448
6449 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
6450
6451 * comint.el (comint-prompt-read-only): New variable.
6452 (comint-output-filter): Implement it.
6453
6454 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
6455 (ielm-prompt-internal): New variable.
6456 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
6457 (ielm-send-input): Delete unused variable `buf'.
6458 (ielm-eval-input): Use `ielm-prompt-internal'.
6459 (inferior-emacs-lisp-mode): Use new variables
6460 `comint-prompt-read-only' and `ielm-prompt-internal'.
6461 Get rid of obsolete variable `directory-sep-char'.
6462 (ielm): Use `zerop'.
6463
6464 2004-04-29 John Paul Wallington <jpw@gnu.org>
6465
6466 * thumbs.el (toplevel): Require cl at compile time.
6467 Remove conditional definitions of `ignore-errors' and `caddar'
6468 because they occur at run time.
6469
6470 2004-04-28 Nick Roberts <nickrob@gnu.org>
6471
6472 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
6473 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
6474 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6475 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
6476
6477 * progmodes/gud.el (gud-common-init): Throw an error if program is
6478 already running under gdb.
6479
6480 2004-04-28 John Paul Wallington <jpw@gnu.org>
6481
6482 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
6483 (thumbs-show-image-num): Move assignment of
6484 `thumbs-current-image-filename' within scope of `i'.
6485 (thumbs-emboss-image): Don't use `evenp'.
6486
6487 2004-04-28 Richard M. Stallman <rms@gnu.org>
6488
6489 * progmodes/compile.el (compilation-context-lines): Default now 0.
6490
6491 2004-04-28 Juanma Barranquero <lektu@terra.es>
6492
6493 Use `time-less-p' from calendar/time-date.el instead of defining
6494 custom versions of it.
6495
6496 * pcomplete.el (pcomplete-time-less-p): Remove.
6497
6498 * thumbs.el (time-less-p): Remove.
6499
6500 * calendar/timeclock.el (timeclock-time-less-p): Remove.
6501 (timeclock-generate-report): Use `time-less-p'.
6502
6503 * emacs-lisp/autoload.el (autoload-before-p): Remove.
6504 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6505
6506 2004-04-28 Masatake YAMATO <jet@gyve.org>
6507
6508 * subr.el (remove-overlays): Make arguments optional.
6509
6510 * wid-edit.el (widget-specify-button): Put evaporate to the
6511 overlay for sample.
6512 (widget-specify-sample): Put evaporate to the overlay for sample.
6513 (widget-specify-doc): Put evaporate to the overlay for documentation.
6514
6515 2004-04-27 Jesper Harder <harder@ifa.au.dk>
6516
6517 * info.el (info-apropos): Make it an index node. Align node names
6518 like makeinfo.
6519
6520 2004-04-27 Eli Zaretskii <eliz@gnu.org>
6521
6522 * net/browse-url.el (browse-url-netscape-sentinel)
6523 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6524 (browse-url-epiphany-sentinel, browse-url-mosaic):
6525 Use browse-url-*-program instead of a literal program name.
6526
6527 2004-04-27 Kevin Ryde <user42@zip.com.au>
6528
6529 * eshell/em-alias.el:
6530 * eshell/em-dirs.el:
6531 * eshell/em-hist.el:
6532 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6533 features when M-x customize-group loads modules before the main
6534 eshell.el.
6535
6536 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6537
6538 * subr.el (momentary-string-display): Support EXIT-CHAR that is
6539 either a character representation of an event or an event
6540 description list.
6541
6542 * type-break.el: Capitalise Emacs and Lisp.
6543 (type-break-good-break-interval, type-break-demo-boring-stats)
6544 (type-break-terse-messages, type-break-file-name): New defcustoms.
6545 (type-break-post-command-hook)
6546 (type-break-warning-countdown-string): Quote variable names in doc.
6547 (type-break-interval-start, type-break-auto-save-file-name): New vars.
6548 (type-break-mode): Document type-break-good-break-interval and the
6549 "session" file. Schedule break according to the session file.
6550 Kill session file buffer on exit. Organise for save-some-buffers
6551 to always save the session file.
6552 (type-break-mode-line-message-mode, type-break-query-mode):
6553 Uppercase arguments.
6554 (type-break-file-time, type-break-file-keystroke-count, timep)
6555 (type-break-choose-file, type-break-get-previous-time)
6556 (type-break-get-previous-count): New defuns.
6557 (type-break): Avoid break querying after a completed break in the
6558 case where the query was initiated during user invocation of the
6559 break. Optional terse messages.
6560 Use type-break-good-break-interval if type-break-good-rest-interval is
6561 nil. File the break time.
6562 (type-break-schedule): New optional args for overriding the use of
6563 the current time.
6564 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6565 after a break.
6566 (type-break-check): File the keystroke count.
6567 (type-break-do-query): Prevent a second query when the break is
6568 interrupted. Optional terse message.
6569 (type-break-keystroke-reset): Record the start of a typing interval.
6570 (type-break-demo-boring): Optional terse messages. Display word
6571 per minute and keystroke counts according to
6572 type-break-demo-boring-stats.
6573
6574 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
6575
6576 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6577 directories, make sure they exist under archive-tmpdir.
6578
6579 2004-04-27 Juri Linkov <juri@jurta.org>
6580
6581 * help.el (view-emacs-news): With argument, display info for the
6582 selected version by finding it among different NEWS files, and
6583 narrowing the buffer to the selected version.
6584
6585 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6586 same-window-buffer-names.
6587 (info): New arg `buffer'. Use it. Doc fix. Read file name for
6588 non-numeric prefix argument, append the number to the buffer name
6589 for numeric prefix argument.
6590 (info-other-window): Bind same-window-regexps to nil.
6591 (Info-reference-name): Rename to Info-point-loc.
6592 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6593 and Info-find-index-name for stringy Info-point-loc.
6594 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
6595 without middle `.', but with final `.' and optional line number
6596 for it. Set Info-point-loc for index nodes.
6597 (Info-index): Remove middle `.' from index entry regexp.
6598 Modify line number regexp.
6599 (Info-index-next): Decrement line number.
6600 (info-apropos): Remove middle `.' from index entry regexp.
6601 Add optional line number regexp at the end. Add matched value
6602 for line number to the result list and insert it to the buffer.
6603 Replace match-string by match-string-no-properties.
6604 Reorder result list.
6605 (Info-fontify-node): Hide index line numbers.
6606 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6607 empty matches.
6608 (Info-follow-reference): Use `str' instead of
6609 Info-following-node-name-re.
6610 (Info-toc): Use full file names. Set Info-current-node to "Top".
6611 (Info-fontify-node): Compare file names without directory name.
6612 (Info-try-follow-nearest-node): Don't set Info-reference-name.
6613 Set second arg of Info-extract-menu-node-name for index nodes.
6614 (info-xref-visited): Use magenta3 instead of magenta4.
6615 (Info-mode): Add info-apropos to docstring.
6616
6617 * log-view.el (log-view-diff): Replace interactive code "r"
6618 by a list to allow to call it even if region is not active.
6619
6620 * paren.el (show-paren-highlight-openparen): New var.
6621 (show-paren-function): Turn on openparen highlighting when
6622 matching forward if show-paren-highlight-openparen is non-nil.
6623
6624 * simple.el (kill-ring-save): Use blink-matching-delay instead of
6625 the constant value 1.
6626 (completions-common-part): Expand docstring.
6627
6628 * textmodes/picture.el (picture-mode-map): Add arrow keys.
6629
6630 2004-04-27 Kim F. Storm <storm@cua.dk>
6631
6632 * image.el (insert-sliced-image): Use line-height instead of
6633 line-spacing property on newline.
6634
6635 2004-04-26 Lars Hansen <larsh@math.ku.dk>
6636
6637 * desktop.el (desktop-buffer-misc-data-function): Rename to
6638 desktop-save-buffer and change docstring.
6639 (desktop-buffer-modes-to-save): Delete.
6640 (desktop-save-buffer-p): Use desktop-save-buffer instead of
6641 desktop-buffer-modes-to-save.
6642 (desktop-save): Rename desktop-buffer-misc-data-function to
6643 desktop-save-buffer and allow non-function value.
6644 (desktop-missing-file-warning): Correct docstring.
6645
6646 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
6647 to desktop-save-buffer.
6648
6649 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
6650 desktop-save-buffer.
6651
6652 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
6653
6654 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
6655
6656 2004-04-26 Eli Zaretskii <eliz@gnu.org>
6657
6658 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
6659
6660 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
6661
6662 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
6663 (ielm): Only go to the end of the buffer when starting a new process.
6664
6665 2004-04-25 Juanma Barranquero <lektu@terra.es>
6666
6667 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
6668 mode line. Bind `inhibit-read-only' to t before modifying
6669 properties of text in the buffer.
6670 (ielm): Force point to the end of buffer, even when running ielm
6671 from inside itself.
6672
6673 2004-04-25 Jesper Harder <harder@ifa.au.dk>
6674
6675 * info.el (info-apropos): Reset Info-complete-cache.
6676
6677 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
6678
6679 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6680 Also recognize severe Irix et al. messages.
6681 (compilation-normalize-filename, compile-abbreviate-directory):
6682 Delete functions.
6683 (compilation-get-file-structure): New function inherits
6684 functionality of the two preceding ones.
6685 (compilation-internal-error-properties, compilation-fake-loc):
6686 Use it so that different paths to the same file share the same
6687 markers. Also optimize finding adjacent marker slightly.
6688
6689 2004-04-25 Kim F. Storm <storm@cua.dk>
6690
6691 * image.el (insert-sliced-image): Add line-spacing t property
6692 to newlines separating image lines.
6693
6694 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
6695
6696 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
6697
6698 * ielm.el (ielm-prompt-read-only): New user option.
6699 (ielm-prompt): Expand docstring to describe new behavior.
6700 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
6701 mention it in the docstring.
6702
6703 2004-04-24 Andreas Schwab <schwab@suse.de>
6704
6705 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
6706
6707 * diff.el (diff): Set default-directory in diff buffer.
6708
6709 2004-04-24 Eli Zaretskii <eliz@gnu.org>
6710
6711 * mail/sendmail.el (mail-bury): Don't delete the frame where the
6712 mail was being composed if the terminal cannot display more than
6713 one frame; instead, switch to previous frame.
6714
6715 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
6716 (rmail-start-mail): Support rmail-mail-new-frame even on
6717 terminals that can display only one frame at a time.
6718
6719 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
6722 (checkdoc-output-font-lock-keywords): Remove error regexp.
6723 (checkdoc-output-mode-map): Remove.
6724 (checkdoc-output-mode): Derive from compilation-mode.
6725 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
6726
6727 * dired.el (dired-mode-map): Add a menu entry for wdired.
6728
6729 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
6730 (rx-bracket, rx-check-any, rx-any): Clean up name space.
6731
6732 * wdired.el: (wdired-mode-map): Move init into declaration.
6733 Fix `return' binding.
6734 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6735 Use force-mode-line-update.
6736 (wdired-get-filename): Use `unless'.
6737 (wdired-preprocess-files): Don't assume names have no \n and use / for
6738 dir separator.
6739 (wdired-normalize-filename): Use replace-regexp-in-string.
6740 (wdired-load-hooks): Remove.
6741 (wdired-mode-hooks): Rename to wdired-mode-hook.
6742
6743 * info-look.el: Add support for cfengine-mode.
6744 (info-lookup-setup-mode): Use dolist.
6745
6746 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
6747
6748 * wdired.el: New file.
6749
6750 2004-04-23 Juanma Barranquero <lektu@terra.es>
6751
6752 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
6753
6754 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
6755 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
6756 (pcomplete--help, pcomplete--here): Doc fixes.
6757
6758 2004-04-23 Andre Spiegel <spiegel@gnu.org>
6759
6760 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
6761 handles wrong-number-of-arguments in backend call.
6762
6763 * vc.el (vc-print-log): Likewise.
6764
6765 2004-04-20 Dave Love <fx@gnu.org>
6766
6767 * emacs-lisp/rx.el: Doc fixes.
6768 (rx-constituents): Add/extend many forms.
6769 (rx-check): Check form is a list.
6770 (bracket): Defvar.
6771 (rx-check-any, rx-any, rx-check-not): Modify.
6772 (rx-not): Simplify.
6773 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
6774 (rx-kleene): Use rx-trans-forms.
6775 (rx-quote-for-set): Delete.
6776 (rx): Allow multiple args.
6777
6778 2004-04-23 Kenichi Handa <handa@m17n.org>
6779
6780 * international/mule-util.el (char-displayable-p): Simplify by
6781 using internal-char-font.
6782
6783 2004-04-23 Juanma Barranquero <lektu@terra.es>
6784
6785 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6786
6787 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * diff-mode.el (diff-next-error): New fun.
6790 (diff-mode): Use it.
6791
6792 * simple.el (next-error): Change arg name.
6793 Add support for the documented C-u C-x ` usage.
6794
6795 * frame.el (special-display-popup-frame, next-multiframe-window)
6796 (previous-multiframe-window): Only consider frames on same display.
6797
6798 2004-04-22 Lars Hansen <larsh@math.ku.dk>
6799
6800 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
6801 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
6802
6803 2004-04-22 Kim F. Storm <storm@cua.dk>
6804
6805 * net/telnet.el (telnet): Add optional port arg.
6806
6807 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6810 Minor sanity check on the `hyperlink' slot.
6811
6812 * Makefile.in (recompile): Compile new files.
6813
6814 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
6815 Add byte-recompile-directory's optional `arg'.
6816
6817 * cvs-status.el (cvs-tree-use-charset): New var.
6818 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
6819 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
6820 (cvs-status-cvstrees): Use it.
6821
6822 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
6823 Make it a normal major mode.
6824 (checkdoc-buffer-label): Make sure the file name is meaningful.
6825 (checkdoc-output-to-error-buffer): Remove.
6826 (checkdoc-error, checkdoc-start-section): Rewrite.
6827
6828 * info.el (info-node, info-menu-5, info-xref, info-header-node)
6829 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6830 (Info-title-4-face): Use new syntax.
6831 (info-xref-visited): Inherit from info-xref.
6832
6833 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
6834
6835 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
6836
6837 * simple.el (next-error-last-buffer, next-error-function):
6838 New variables for the next-error framework.
6839 (next-error-buffer-p): New function.
6840 (next-error-find-buffer): Generalize compilation-find-buffer.
6841 (next-error, previous-error, first-error, next-error-no-select)
6842 (previous-error-no-select): Move from compile.el.
6843
6844 * replace.el (occur-next-error, occur-1): Hook into the next-error
6845 framework.
6846
6847 * progmodes/compile.el (compilation-start):
6848 Set next-error-last-buffer so next-error knows where to jump.
6849 (compilation-setup): Set the buffer-local variable
6850 next-error-function to 'compilation-next-error-function.
6851 (compilation-buffer-p, compilation-buffer-internal-p): Use an
6852 alternate way to find if a buffer is a compilation buffer, for
6853 next-error convenience.
6854 (next-error-no-select, previous-error-no-select, next-error)
6855 (previous-error, first-error): Move to simple.el.
6856 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
6857 (compilation-last-buffer): Remove.
6858 (compilation-start, compilation-next-error, compilation-setup)
6859 (compilation-next-error-function, compilation-find-buffer):
6860 Remove compilation-last-buffer use.
6861
6862 2004-04-21 Juanma Barranquero <lektu@terra.es>
6863
6864 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
6865 (font-lock-warning-face): Fix spacing.
6866
6867 * makefile.w32-in (WINS): Add url/ directory.
6868
6869 2004-04-21 Lars Hansen <larsh@math.ku.dk>
6870
6871 * desktop.el (desktop-buffer-mode-handlers): New variable.
6872 Alist of major mode specific functions to restore a desktop buffer.
6873 (desktop-buffer-handlers): Make variable obsolete.
6874 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
6875 Catch errors signaled in handlers. Update buffer count.
6876 Evaluate desktop-buffer-point.
6877 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
6878 move to dired.el.
6879 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
6880 move to info.el.
6881 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
6882 move to mail/rmail.el.
6883 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
6884 to mh-e/mh-e.el.
6885 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
6886 On fail, print message (to message buffer) even if
6887 desktop-missing-file-warning is nil.
6888 (desktop-buffer-misc-data-function): New buffer local variable.
6889 Function returning major mode specific data.
6890 (desktop-buffer-misc-functions): Make variable obsolete.
6891 (desktop-save): Use desktop-buffer-misc-data-function.
6892 (desktop-buffer-dired-misc-data): Rename to
6893 dired-desktop-buffer-misc-data and move to dired.el.
6894 (desktop-buffer-info-misc-data): Rename to
6895 Info-desktop-buffer-misc-data and move to info.el.
6896 (desktop-read): Add message about number of buffers restored/failed.
6897
6898 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
6899 Add parameters. Pause to display error only when
6900 desktop-missing-file-warning is non-nil.
6901 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6902 (dired-mode): Bind desktop-buffer-misc-data-function.
6903
6904 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
6905 Add Parameters.
6906 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6907 (Info-mode): Bind desktop-buffer-misc-data-function.
6908
6909 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
6910 Add Parameters.
6911
6912 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
6913 Add Parameters.
6914
6915 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
6916
6917 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
6918 the case of letters in case-insensitive expansions when the
6919 abbrev is preceded by characters with letter syntax.
6920
6921 2004-04-21 Richard M. Stallman <rms@gnu.org>
6922
6923 * progmodes/cperl-mode.el (cperl-putback-char):
6924 Delete Emacs 18 definition.
6925
6926 * international/mule.el (ctext-post-read-conversion):
6927 Use assoc-string, not assoc-ignore-case.
6928
6929 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
6930
6931 * emacs-lisp/easymenu.el (easy-menu-add):
6932 Do call x-popup-menu, but only if it's defined.
6933
6934 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
6935
6936 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
6937 Handle multiple args: compile like progn.
6938
6939 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
6940 take all args as &rest arg.
6941
6942 * autoinsert.el (auto-insert-alist): Insert the user's name in
6943 copyright notice, rather than Free Software Foundation.
6944
6945 2004-04-21 Kenichi Handa <handa@m17n.org>
6946
6947 * descr-text.el (describe-char): Make it work on *Help* buffer.
6948
6949 2004-04-21 Kim F. Storm <storm@cua.dk>
6950
6951 * image.el (insert-image): Add optional SLICE arg.
6952 (insert-sliced-image): New defun.
6953
6954 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
6955
6956 * subr.el (read-number): Check whether `default' is nil.
6957
6958 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * progmodes/compile.el (compilation-error-properties):
6961 Split into two.
6962 (compilation-internal-error-properties): New one.
6963 (compilation-compat-error-properties): Use it. Fix the non-marker case.
6964
6965 2004-04-20 Richard M. Stallman <rms@gnu.org>
6966
6967 * window.el (split-window-save-restore-data):
6968 Don't update the data if OLD-INFO is nil.
6969
6970 * view.el (view-return-to-alist): Mark it permanent local.
6971
6972 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6973
6974 * recentf.el (recentf-save-list): Catch and warn about errors.
6975
6976 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6977 so "Buffers" won't be pure.
6978
6979 * help-mode.el (help-mode-finish): Set help-return-alist first
6980 thing, setting only the entry for the selected window.
6981
6982 * help-fns.el (describe-function-1): If many non-control non-meta
6983 keys run the command, don't list all of them.
6984
6985 2004-04-20 Juanma Barranquero <lektu@terra.es>
6986
6987 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6988 arg. Copied from Andre Spiegel's patch of 2004-03-21.
6989
6990 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6991
6992 2004-04-20 Kenichi Handa <handa@m17n.org>
6993
6994 * international/quail.el (quail-lookup-key): New optional arg
6995 NOT-RESET-INDICES.
6996 (quail-get-translations): Call quail-lookup-key with
6997 NOT-RESET-INDICES t.
6998 (quail-completion): Likewise.
6999 (quail-lookup-map-and-concat): Likewise.
7000
7001 2004-04-20 Kenichi Handa <handa@m17n.org>
7002
7003 * international/quail.el (quail-update-translation): Don't insert
7004 such an unsupported multibyte char in a unibyte buffer.
7005
7006 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
7007
7008 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7009 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7010 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7011 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7012 (gdb-frame-assembler-buffer): Improve behaviour with
7013 multiple frames.
7014 (gdb-display-buffer): Extend search to all visible frames.
7015
7016 2004-04-19 Eli Zaretskii <eliz@gnu.org>
7017
7018 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7019 characters left after base64 decoding.
7020 (rmail-decode-region): Use -dos variety of `coding', to remove any
7021 ^M characters left after qp or base64 decoding.
7022
7023 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7024
7025 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7026 messages.
7027
7028 2004-04-19 Stephen Eglen <stephen@gnu.org>
7029
7030 * add-log.el (add-change-log-entry): Update doc string to mention
7031 add-log-full-name and add-log-mailing-address.
7032
7033 2004-04-18 Juri Linkov <juri@jurta.org>
7034
7035 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7036 (Info-find-node-2): Simplify error message.
7037 (Info-insert-dir): Use Info-following-node-name.
7038 (Info-goto-node): Remove *info-history* and *info-toc*.
7039 (Info-history): Create a node of the virtual history file.
7040 (Info-toc): Create a node of the virtual toc file.
7041 (Info-insert-toc): New arg `curr-file' for reference file names.
7042 (info-apropos): Remove redundant var binding for temp-file.
7043 (Info-index, Info-index-next, Info-mode): Doc fix.
7044 (Info-goto-emacs-command-node): Don't jump to *info* from
7045 non-*info* Info buffers.
7046 (Info-fontify-node): Don't show the file name of external
7047 references if `Info-hide-note-references' is `hide'. Don't hide
7048 newlines at the end of paragraphs.
7049
7050 * international/mule-diag.el (list-input-methods):
7051 Fix args to help-xref-button.
7052
7053 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7054 to put into effect local variables from TUTORIAL files.
7055
7056 * textmodes/paragraphs.el (sentence-end) <function>: New fun
7057 with default value taken from the variable `sentence-end'.
7058 (sentence-end) <defcustom>: Set default to nil. Doc fix.
7059 Add nil const to :type.
7060 (sentence-end-without-period, sentence-end-double-space)
7061 (sentence-end-without-space): Doc fix.
7062
7063 * textmodes/paragraphs.el (forward-sentence):
7064 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7065 (fill-delete-newlines):
7066 * progmodes/cc-cmds.el (c-beginning-of-statement):
7067 Use function `sentence-end' instead of variable `sentence-end'.
7068
7069 2004-04-18 Andreas Schwab <schwab@suse.de>
7070
7071 * progmodes/compile.el (compilation-start): Set window start to
7072 point-min if compilation-scroll-output is nil.
7073
7074 2004-04-18 John Wiegley <johnw@newartisans.com>
7075
7076 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7077
7078 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
7079
7080 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7081 (gdb-info-breakpoints-custom): Revert previous change.
7082 (gdb-view-assembler): Update assembler if necessary.
7083 (gdb-frame-handler): Parse correctly for gdb-current-frame.
7084 (gdb-display-source-buffer): Update properly when both source and
7085 assembler are visible.
7086
7087 2004-04-17 John Wiegley <johnw@newartisans.com>
7088
7089 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7090 which limits the number of names shown in the minibuffer. Off by
7091 default.
7092 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
7093 up iswitchb for users with a multitude of open buffers by showing
7094 only the first and last N/2 buffers in the completion list (which
7095 is enough to aid C-s/C-r, and to know that more characters are
7096 needed to refine the completion list).
7097
7098 2004-04-17 Richard M. Stallman <rms@gnu.org>
7099
7100 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7101 (file-truename): Expand all ~ constructs directly.
7102 (insert-directory): Delete any error msg output by the
7103 `insert-directory-program'.
7104
7105 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7106 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7107 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7108 (allout-init): Use find-file-hook, not find-file-hooks.
7109 (allout-mode): Eliminate Emacs 18 support.
7110 Use write-contents-functions, not local-write-file-hooks.
7111
7112 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
7113
7114 * progmodes/compile.el (compilation-error-properties): Fix for
7115 adding messages when there are already markers for their file.
7116 (compilation-fake-loc): New function.
7117
7118 2004-04-16 Dave Love <fx@gnu.org>
7119
7120 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7121 (python-load-file): Fix python-orig-start setting.
7122
7123 * progmodes/compile.el: Doc fixes.
7124 (compilation-error-regexp-alist-alist)
7125 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7126 (compilation-assq): Wrap in eval-when-compile.
7127 (compilation-mode-font-lock-keywords): Don't use list*.
7128 (compilation-start): Avoid warning.
7129 (compilation-compat-error-properties)
7130 (compilation-directory-properties): Add keymap property.
7131 (compilation-parsing-end): Make it a marker for better compatibility.
7132
7133 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7134
7135 2004-04-16 Mark A. Hershberger <mah@everybody.org>
7136
7137 * xml.el: Doc fixes.
7138 (xml-get-children): Only looks at sub-tags and ignore strings.
7139
7140 * xml.el (xml-parse-tag): Avoid overwriting node-name.
7141
7142 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7145
7146 2004-04-16 Andre Spiegel <spiegel@gnu.org>
7147
7148 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7149
7150 * vc.el (vc-print-log): Likewise.
7151
7152 2004-04-16 Masatake YAMATO <jet@gyve.org>
7153
7154 * simple.el (completion-setup-function): Set an initial value
7155 to `element-common-end' before entering loop. Set a value
7156 to `element-common-end' at the end of loop.
7157 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7158 (completions-common-part): Rename from completion-de-emphasis.
7159 (completions-first-difference): Rename from completion-emphasis.
7160 Suggested by RMS.
7161
7162 2004-04-16 Juanma Barranquero <lektu@terra.es>
7163
7164 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7165 (bookmark-edit-annotation-mode): Add mode name.
7166
7167 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7170 for nested conflict markers.
7171 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7172
7173 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
7174
7175 * progmodes/gdb-ui.el (gdb-goto-info): New function.
7176
7177 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7178
7179 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7182 Give a backtrace if requested.
7183
7184 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7185
7186 * progmodes/python.el (python-mouse-2-command, python-RET-command):
7187 Remove unused functions.
7188 (python-orig-start-line, python-orig-file): Remove.
7189 (python-orig-start): New var.
7190 (python-input-filter, python-compilation-line-number)
7191 (python-send-region, python-load-file): Use it.
7192
7193 * info.el (info): Always jump to *info*.
7194
7195 * subr.el (posn-set-point): New function.
7196
7197 * mouse.el (mouse-set-point): Use it.
7198
7199 * progmodes/compile.el (compile-goto-error): Use it.
7200 (compilation-button-map): New keymap.
7201 (compilation-error-properties): Use it.
7202 (compilation-shell-minor-mode-map): Don't bind mouse-2.
7203
7204 * smerge-mode.el (smerge-popup-context-menu): Use it.
7205
7206 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7207 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7208 mouse and non-mouse case.
7209
7210 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7211 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7212
7213 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7214 Make it work for non-mouse events.
7215
7216 * pcvs-info.el (cvs-status-map): Update binding name.
7217
7218 2004-04-14 Mark A. Hershberger <mah@everybody.org>
7219
7220 * xml.el (xml-maybe-do-ns): New function to handle namespace
7221 parsing of both attribute and element names.
7222 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7223 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7224 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
7225 (xml-parse-attlist): Make it do its own namespace parsing.
7226
7227 2004-04-14 Dave Love <fx@gnu.org>
7228
7229 * progmodes/python.el (run-python): Fix use of \n.
7230 (python-load-file): Remove `try' from Python fragment.
7231 (python-describe-symbol): Fix message.
7232
7233 * comint.el: Doc fixes.
7234 (comint-last-input-start, comint-last-input-end)
7235 (comint-last-output-start): Give them values.
7236 (comint-arguments): Avoid warning.
7237 (comint-skip-prompt): Use line-end-position.
7238 (comint-backward-matching-input): Rename arg to agree with doc.
7239 (comint-extract-string): Use syntax-ppss.
7240 (comint-dynamic-simple-complete): Delete useless list construction.
7241 (comint-redirect-subvert-readonly): New.
7242 (comint-redirect-preoutput-filter): Use it.
7243
7244 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7245 Correctly handle negative arguments when calling hook functions.
7246
7247 2004-04-14 Jesper Harder <harder@ifa.au.dk>
7248
7249 * info.el (info-apropos): Don't clobber Info-history-list.
7250
7251 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
7252
7253 * progmodes/compile.el (compilation-setup):
7254 Localize overlay-arrow-position.
7255 (compilation-sentinel): Restructure code equivalently.
7256 (compilation-next-error): Find message on same line after point if
7257 not found before point.
7258 (compile-mouse-goto-error): Restore function so that compilation
7259 buffer need not be current and use compile-goto-error.
7260 (compile-goto-error): Restore function.
7261 (next-error): Set overlay-arrow-position.
7262 (compilation-forget-errors): Don't localize already local
7263 compilation-locs and remove FIXME about refontifying.
7264
7265 2004-04-14 Kim F. Storm <storm@cua.dk>
7266
7267 * startup.el (emacs-quick-startup): New defvar (set by -Q).
7268 (command-line): New option -Q. Like -q --no-site-file, but
7269 in addition it also disables menu-bar, tool-bar, scroll-bars,
7270 tool-tips, and the blinking cursor.
7271 (command-line-1): Skip startup screen if -Q.
7272 (fancy-splash-head): Use ":align-to center" prop to center splash image.
7273
7274 * emulation/cua-base.el (cua-read-only-cursor-color)
7275 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
7276
7277 2004-04-13 Dave Love <fx@gnu.org>
7278
7279 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
7280 (syntax): Don't require.
7281 (python) <defgroup>: Add :version.
7282 (python-quote-syntax): Re-written.
7283 (inferior-python-mode): Move stuff here from run-python and add
7284 some more.
7285 (python-preoutput-continuation, python-preoutput-result)
7286 (python-dotty-syntax-table): New.
7287 (python-describe-symbol): Use them.
7288 (run-python): Move stuff to inferior-python-mode. Modify code
7289 loaded into Python.
7290 (python-send-region): Use python-proc, python-send-string.
7291 (python-send-string): Send newlines too. Callers changed.
7292 (python-load-file): Re-written.
7293 (python-eldoc-function): New.
7294 (info-look): Don't require.
7295 (python-after-info-look): New. A modified version of former
7296 top-level code for use with eval-after-load.
7297 (python-maybe-jython, python-guess-indent): Use widened buffer.
7298 (python-fill-paragraph): Re-written.
7299 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
7300 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
7301
7302 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7303
7304 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
7305 Set compilation-error-regexp-alist earlier.
7306
7307 * progmodes/compile.el (compilation-minor-mode-map)
7308 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
7309 (compile-goto-error): Re-merge the mouse and non-mouse commands.
7310
7311 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7312
7313 * progmodes/compile.el (compile-goto-error): Select the buffer/window
7314 corresponding to the event.
7315
7316 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
7317
7318 * loadup.el: Add cygwin to system-type list, for unexec() support.
7319
7320 2004-04-12 John Paul Wallington <jpw@gnu.org>
7321
7322 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
7323 (ibuffer-restore-window-config-on-quit): New variable to replace
7324 `ibuffer-delete-window-on-quit'. Update all references.
7325 (ibuffer-prev-window-config): New variable.
7326 (ibuffer-quit): Restore previous window configuration instead of
7327 deleting window.
7328 (ibuffer): Save window configuration before showing Ibuffer buffer.
7329
7330 * help.el (describe-mode): Doc fix.
7331
7332 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
7335 not to treat nil as a function.
7336
7337 * vc-arch.el (vc-arch-root): Be a bit more careful.
7338 (vc-arch-register): Save the buffer if we modified it.
7339 (vc-arch-delete-rej-if-obsolete): Save excursion.
7340 (vc-arch-find-file-hook): Use the simpler after-save-hook.
7341 (vc-arch-responsible-p, vc-arch-init-version): New functions.
7342
7343 * net/ldap.el (ldap-search): Use list*.
7344
7345 2004-04-12 Juri Linkov <juri@jurta.org>
7346
7347 * info.el (Info-follow-reference): Allow multiline reference name.
7348
7349 2004-04-11 Dave Love <fx@gnu.org>
7350
7351 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
7352
7353 * progmodes/python.el: New file.
7354
7355 2004-04-11 Andre Spiegel <spiegel@gnu.org>
7356
7357 * vc-hooks.el (vc-arg-list): Function removed.
7358 (vc-default-workfile-unchanged-p): Use condition-case to check for
7359 backward compatibility.
7360
7361 * vc.el (vc-print-log): Use condition-case to check for backward
7362 compatibility.
7363
7364 2004-04-11 Juri Linkov <juri@jurta.org>
7365
7366 * dired.el (dired-faces): New defgroup.
7367 (dired-header, dired-mark, dired-marked, dired-flagged)
7368 (dired-warning, dired-directory, dired-symlink, dired-ignored):
7369 New faces.
7370 (dired-header-face, dired-mark-face, dired-marked-face)
7371 (dired-flagged-face, dired-warning-face, dired-directory-face)
7372 (dired-symlink-face, dired-ignored-face): New face variables.
7373 (dired-font-lock-keywords): Use them instead of font-lock faces.
7374 Split the rule for dired marks into 3 separate rules: for marks,
7375 marked file names and flagged file names.
7376
7377 * help-mode.el (help-make-xrefs): Add a final newline to the
7378 *Help* buffer.
7379
7380 2004-04-11 John Paul Wallington <jpw@gnu.org>
7381
7382 * replace.el (occur-engine): Distinguish between one and several
7383 matches in the matches per buffer heading.
7384
7385 2004-04-11 Kim F. Storm <storm@cua.dk>
7386
7387 * ido.el (ido-confirm-unique-completion): New defcustom.
7388 (ido-complete): Use it.
7389 (ido-write-file): Set it to t unconditionally.
7390
7391 2004-04-10 Miles Bader <miles@gnu.org>
7392
7393 RCS keyword removal (only non-comment changes are enumerated here):
7394
7395 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7396 (byte-compile-insert-header): Don't use `byte-compile-version'.
7397 * forms.el (forms-version): Variable removed.
7398 (forms-mode): Don't use `forms-version'.
7399 * recentf.el (recentf-version): Variable removed.
7400 * progmodes/delphi.el (delphi-version): Variable removed.
7401 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7402
7403 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7406
7407 2004-04-09 Jesper Harder <harder@ifa.au.dk>
7408
7409 * info.el (info-apropos): Improve menu item regexp.
7410
7411 2004-04-09 Simon Josefsson <jas@extundo.com>
7412
7413 * mail/smtpmail.el: Add comment, based on report by
7414 kdc@rcn.com (Kevin D. Clark).
7415
7416 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7419 Redo one more thing that I didn't notice Daniel had undone.
7420
7421 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
7422
7423 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7424 (gdb-goto-breakpoint, gdb-display-buffer)
7425 (gdb-display-source-buffer, gdb-view-source-function)
7426 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7427 (gdb-source-info, gdb-frame-handler): Don't specify a window
7428 for display.
7429 (gdb-info-breakpoints-custom): Remove superfluous update of
7430 assembler buffer.
7431 (gdb-many-windows): Make settable outside gdb.
7432
7433 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7434
7435 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7436 Derive from fundamental-mode rather than text-mode.
7437
7438 2004-04-08 Juri Linkov <juri@jurta.org>
7439
7440 * info.el (Info-history): Doc fix.
7441 (Info-history-list): New var.
7442 (info-xref): Change magenta4 to blue, remove bold for dark and
7443 light backgrounds, change bold to underline for non-color classes.
7444 (info-xref-visited): New face.
7445 (Info-fontify-visited-nodes): New custom.
7446 (Info-hide-note-references): Add new value `hide'. Doc fix.
7447 (Info-reference-name): New var.
7448 (Info-selection-hook): New custom.
7449 (Info-edit-mode-hook): New var.
7450 (Info-find-file): New fun.
7451 (Info-find-node): Move part of code to Info-find-file.
7452 (Info-find-node-2): Add anchors to Info-history-list. Move point
7453 to the place with the reference name if name is defined.
7454 (Info-select-node): Add current node to Info-history-list.
7455 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7456 (Info-search-whitespace-regexp): New custom.
7457 (Info-search-case-fold): New var.
7458 (Info-search): Add "case-sensitively" to the prompt.
7459 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
7460 (Info-search-case-sensitively, Info-search-next): New fun.
7461 (Info-up): Move point to the menu item of the current node.
7462 (Info-history): New fun. Add *info-history* to
7463 same-window-buffer-names.
7464 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
7465 (Info-insert-toc): New fun.
7466 (Info-build-toc): New fun.
7467 (Info-follow-reference): Add new arg `fork'. Doc fix.
7468 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
7469 with the same name prefer the reference closest to point.
7470 (Info-next-reference): Replace * by + in the *Note regexp.
7471 Add regexp for http:// and ftp://. Skip the *Note prefix.
7472 (Info-prev-reference): Replace * by + in the *Note regexp.
7473 Add regexp for http:// and ftp://. Skip the *Note prefix.
7474 (Info-follow-nearest-node): Add new arg `fork'.
7475 (Info-try-follow-nearest-node): Add new arg `fork'.
7476 Call browse-url for http:// and ftp:// references.
7477 Set Info-reference-name for index entries.
7478 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7479 Info-search-next, Info-history, Info-toc, clone-buffer.
7480 (Info-menu-update): Replace * by + in the *Note regexp.
7481 (Info-mode): Add documentation for Info-history, Info-toc,
7482 Info-search-case-sensitively, Info-search-next, clone-buffer.
7483 (Info-fontify-menu-headers): Remove fun. Move code to
7484 Info-fontify-node.
7485 (Info-fontify-node): Add docstring. Add local vars
7486 fontify-visited-p and not-fontified-p. If not-fontified-p is t
7487 then fontify header line, titles, menu headers, http and ftp
7488 references, refill paragraphs. If not-fontified-p is t or
7489 fontify-visited-p is t then fontify cross references, menu items.
7490 Fontify menu headers. Fontify http and ftp references.
7491 Change regexp for cross references to require whitespace after *Note,
7492 add matching groups for file and node names. Remove hack for quote.
7493 Use display property for Info-hide-note-references=t. Use fifth
7494 or fourth match for help-echo. Display visited nodes in a
7495 different face. Unhide file names of external references.
7496 Unhide newlines. Display visited menu items in a different face.
7497
7498 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7499
7500 * progmodes/compile.el: Require CL.
7501 (compilation-mode-font-lock-keywords): Re-install the "line as
7502 function" patch.
7503
7504 * help-fns.el (help-C-source-directory): New var.
7505 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7506 (describe-function-1, describe-variable): Use them.
7507
7508 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7509 to C source files specially.
7510
7511 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
7512
7513 * info.el (Info-hide-cookies-node): New function.
7514 (Info-select-node): Use it.
7515 (Info-display-images-node): Remove message with image file name.
7516
7517 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
7518
7519 * progmodes/compile.el (compilation-warning-face)
7520 (compilation-info-face, compilation-skip-threshold)
7521 (compilation-skip-visited, compilation-context-lines):
7522 Declare :version when added to Emacs.
7523 (compilation-error-regexp-alist-alist): Extend caml and irix.
7524 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7525 (compilation-mode-font-lock-keywords): Temporarily undo line as
7526 function patch, which wasn't ready.
7527
7528 2004-04-07 Kenichi Handa <handa@m17n.org>
7529
7530 * international/latin1-disp.el (latin1-display-setup): Check each
7531 character is displayable or not instead of calling
7532 latin1-display-check-font.
7533
7534 2004-04-06 Kenichi Handa <handa@m17n.org>
7535
7536 * language/ethio-util.el (ethio-sera-being-called-by-w3):
7537 New variable.
7538 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7539 instead of sera-being-called-by-w3.
7540 (ethio-fidel-to-sera-buffer): Likewise.
7541 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7542 instead of sera-being-called-by-w3.
7543 (ethio-write-file): Likewise.
7544
7545 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7546
7547 * printing.el: Doc fix.
7548
7549 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
7550
7551 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7552 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7553 (gdb-setup-windows): Only use separate IO buffer if required.
7554
7555 2004-04-06 Kim F. Storm <storm@cua.dk>
7556
7557 * term.el (term-is-xemacs): Remove.
7558 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7559 (term-window-width): New function.
7560 (term-mode, term-check-size): Use it.
7561 (term-mode): Disable overflow-newline-into-fringe in term buffer.
7562
7563 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
7564
7565 * cus-edit.el (custom-add-parent-links): Change unbound variable
7566 `symbol' to `name'.
7567
7568 2004-04-05 Jesper Harder <harder@ifa.au.dk>
7569 * info.el (info-apropos): New function.
7570 (Info-mode-menu): Add it.
7571 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7572
7573 * help-mode.el (help-make-xrefs): Recognize aliased variable with
7574 inherited docstring.
7575
7576 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7577
7578 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7581
7582 * progmodes/compile.el (font-lock): Don't require any more.
7583 (compilation-error-properties, compilation-start, compilation-sentinel)
7584 (compilation-filter, next-error): Use with-current-buffer.
7585 (compilation-skip-to-next-location, compilation-skip-threshold)
7586 (compilation-skip-visited): Move to silence the byte-compiler.
7587 (compilation-setup): Simplify.
7588 (compilation-next-error): Use line-(beginning|end)-position.
7589 Make sure `pt' is non-nil before using compilation-loop.
7590 (compile-goto-error): Add optional event arg. Use it.
7591 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7592 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7593 Update the binding for mouse-2.
7594 (first-error): Set compilation-current-error to nil rather than bob.
7595 (compilation-parsing-end, compilation-parse-errors-function)
7596 (compilation-error-list, compilation-old-error-list):
7597 "New" compatibility variables.
7598 (compile-buffer-substring, compilation-compat-error-properties)
7599 (compilation-compat-parse-errors, compilation-forget-errors):
7600 New compatibility functions.
7601 (compilation-mode-font-lock-keywords): Use them.
7602
7603 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * autorevert.el (auto-revert-handler): If point (or a window
7606 point) is at the end of the buffer, keep it there after
7607 reverting. This allows to tail a file.
7608 Mention this in the `Commentary'.
7609
7610 * format.el (format-write-file): Add optional argument CONFIRM
7611 and make it behave like the analogous argument to `write-file'.
7612
7613 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7614
7615 * progmodes/ebnf2ps.el: Doc fix.
7616 (ebnf-version): New version number (4.2).
7617 (ebnf-syntax): Customization and docstring fix.
7618 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7619 Put autoloaded funs before first use.
7620 (ebnf-style-database): Add dtd entry.
7621 (ebnf-syntax-alist): Add dtd initialization.
7622 (ebnf-token-sequence): New fun.
7623 (ebnf-comment-table): Add new comment action character.
7624 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7625
7626 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
7627 Type Definition for XML).
7628
7629 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
7630 * progmodes/ebnf-bnf.el (ebnf-sequence):
7631 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
7632 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
7633 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
7634 Code simplification: call ebnf-token-sequence.
7635
7636 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7637
7638 * calendar/timeclock.el (timeclock-relative)
7639 (timeclock-get-project-function, timeclock-get-workday-function)
7640 (timeclock-query-out, timeclock-when-to-leave)
7641 (timeclock-when-to-leave-string, timeclock-log-data)
7642 (timeclock-generate-report, timeclock-in): Doc fixes.
7643
7644 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * url/: New dir. Import the URL package from its repository.
7647
7648 2004-04-03 Andreas Schwab <schwab@suse.de>
7649
7650 * diff-mode.el (diff-mode): Fix missing quote.
7651
7652 2004-04-03 Juri Linkov <juri@jurta.org>
7653
7654 * descr-text.el (describe-property-list): Add `font-lock-face'.
7655
7656 * dired.el (dired-font-lock-keywords): Fix permission regexps.
7657
7658 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7659
7660 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
7661 Use utf-16le on little endian machines and utf-16be otherwise.
7662
7663 2004-04-02 David Kastrup <dak@gnu.org>
7664
7665 * net/browse-url.el (browse-url-generic): Use call-process
7666 instead of start-process to allow browsers that fork and detach.
7667
7668 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
7669
7670 * compile.el (compilation-current-error): New var.
7671 (compilation-setup, compile-mouse-goto-error)
7672 (compile-goto-error, next-error): Use it.
7673 (compilation-skip-to-next-location): Default to t, which gives
7674 contiguous skipping like old compile (where this was redundant).
7675 (compilation-next-error): Prevent previous-* commands from moving
7676 back to message at or just before point.
7677
7678 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
7679
7680 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
7681 (gdb-source-info): Don't display source at startup, if required.
7682 (gdb-show-main): New option.
7683 (gdba): Update documentation.
7684 (gdb-source): Cover case of auto-display output.
7685
7686 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * autorevert.el: Delete obsolete autoload's and defvar's.
7689 (auto-revert-check-vc-info): New user option.
7690 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7691 (auto-revert-handler-vc): Delete.
7692 (auto-revert-handler): Treat return value `fast' of
7693 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
7694
7695 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
7696 return `fast'.
7697
7698 * files.el (buffer-stale-function): Doc change.
7699
7700 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7701
7702 * printing.el: New tip on Tips section.
7703 (pr-version): New version number (6.7.4).
7704 (pr-shell-file-name): Initialization fix.
7705
7706 2004-03-31 Juri Linkov <juri@jurta.org>
7707
7708 * dired.el: Add autoload for `dired-do-touch'.
7709 (dired-touch-program): New var.
7710 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
7711 (dired-no-confirm): Add `touch' to docstring.
7712
7713 * dired-aux.el (dired-do-touch): New fun.
7714 (dired-do-chxxx): Add argument -t for touch operation.
7715
7716 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
7717 `dired-move-to-filename-regexp'.
7718
7719 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
7720
7721 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
7722
7723 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7724
7725 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
7726 and only if the buffer was modified.
7727
7728 2004-03-30 Kenichi Handa <handa@m17n.org>
7729
7730 * international/characters.el: Delete pairs for U+2308..U+230B.
7731
7732 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
7733
7734 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
7735 to detect the beginning of a level 2 or 3 annotation.
7736
7737 2004-03-29 Kenichi Handa <handa@m17n.org>
7738
7739 * international/ucs-tables.el (ucs-insert): Fix the error message.
7740
7741 2004-03-29 Kenichi Handa <handa@m17n.org>
7742
7743 * international/mule-util.el (char-displayable-p): Fix generation
7744 of XLFD file name.
7745
7746 * Makefile.in (setwins, setwins_almost): Change directory to $wd
7747 before finding directories by `find'.
7748
7749 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * subr.el (interactive-form): Delete. Now implemented in C.
7752
7753 * pcvs.el (cvs-parse-process): Workaround for Darwin.
7754
7755 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
7756 (vc-diff-label): New fun.
7757 (vc-diff-internal): Use it.
7758
7759 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
7760
7761 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7762
7763 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
7764
7765 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
7766 specify XML (EBNFX).
7767
7768 * progmodes/ebnf2ps.el: Doc fix.
7769 (ebnf-version): New version number (4.1).
7770 (ebnf-syntax): Adjust customization.
7771 (ebnf-style-database): Add ebnfx entry.
7772 (ebnf-syntax-alist): Add ebnfx initialization.
7773 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
7774
7775 * printing.el: Doc fix.
7776 (pr-version): New version number (6.7.3).
7777 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
7778 returns nil for mouse position. Reported by Drew Adams
7779 <drew.adams@oracle.com>.
7780 (pr-update-menus): Modify interactive declaration. Reported by Drew
7781 Adams <drew.adams@oracle.com>.
7782
7783 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
7784
7785 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
7786 (gud-gdba-marker-filter): Log the process input and output, if
7787 required. From Stefan Monnier.
7788 (gdb-debug-log, gdb-enable-debug-log): New variables.
7789 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
7790
7791 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
7794 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
7795
7796 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
7797
7798 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
7799 Call vc-find-file-hook here instead of in auto-revert-buffers.
7800 (auto-revert-buffers): Delete call to vc-find-file-hook.
7801 (auto-revert-verbose, global-auto-revert-non-file-buffers)
7802 (global-auto-revert-mode, auto-revert-set-timer)
7803 (auto-revert-handler, auto-revert-buffers): Doc fixes.
7804
7805 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7806
7807 * woman.el (woman-change-fonts): Rename local variable
7808 woman-font-alist to font-alist to avoid a compiler warning.
7809
7810 2004-03-27 Dave Love <fx@gnu.org>
7811
7812 * emacs-lisp/rx.el (rx): Doc fix.
7813 Fix copyright years.
7814
7815 * strokes.el (strokes-global-set-stroke-string): New function.
7816 (strokes-list-strokes): Cope with strings, not just commands.
7817 Set foreground colour of image.
7818 (strokes-global-set-stroke): Doc fix.
7819
7820 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
7821
7822 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
7823 Auto Revert mode.
7824 (Buffer-menu-files-only): New variable.
7825 (Buffer-menu-toggle-files-only): New function.
7826 (Buffer-menu-mode-map): Bind it to `T'.
7827 (Buffer-menu-mode): Mention `T' in docstring.
7828 Set buffer-stale-function.
7829 (list-buffers-noselect): Mark buffer non-modified and set
7830 Buffer-menu-files-only.
7831
7832 * dired.el (buffer-stale-function): Remove no longer needed defvar.
7833
7834 * autorevert.el (auto-revert-handler): Print revert message
7835 before, rather than after, reverting.
7836 (buffer-stale-function): Move to files.el.
7837
7838 * files.el (buffer-stale-function): Move here from autorevert.el.
7839
7840 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
7843
7844 * calc/calc.el (calc-mode-map): Use mapc.
7845
7846 * apropos.el (apropos-mode): Don't autoload.
7847 (apropos-symbols-internal): New fun. Extracted from `apropos'.
7848 (apropos): Use it.
7849 (apropos-print): Add optional `text' argument.
7850 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
7851 Don't assume point-min == 1.
7852
7853 * bs.el (bs-buffer-list): Use buffer-local-value.
7854 (bs--set-toggle-to-show): Use with-current-buffer.
7855
7856 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
7857 New funs.
7858 (list-buffers-noselect): Use them. Adjust :align-to to new style.
7859
7860 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
7861
7862 * dabbrev.el (dabbrev-expand): Fix regexp construction.
7863 (dabbrev--find-expansion): Use pop.
7864 (dabbrev--search): Use match-string-no-properties.
7865
7866 * dired.el (dired-mode): Use run-mode-hooks.
7867 (dired-move-to-end-of-filename): Use match-string.
7868
7869 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
7870 is bound before using it.
7871 (ediff-verbose-p): Make it into a var since it's not constant.
7872
7873 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
7874
7875 * faces.el (read-face-font): Don't cons up unnecessarily.
7876 (header-line, tool-bar): Share common parts.
7877
7878 * files.el (file-relative-name): Use compare-strings.
7879
7880 * finder.el (finder-mode): Follow coding convention.
7881
7882 * subr.el (read-number): New function.
7883
7884 * ses.el (ses-read-number): Move to subr.el.
7885 (ses-set-header-row): Use read-number.
7886
7887 2004-03-26 Andre Spiegel <spiegel@gnu.org>
7888
7889 * vc-hooks.el (vc-arg-list): New function, which handles both
7890 compiled and uncompiled code.
7891 (vc-default-workfile-unchanged-p): Use it.
7892
7893 * vc.el (vc-print-log): Undo prev change, use new function
7894 vc-arg-list from vc-hooks.el.
7895
7896 2004-03-26 Masatake YAMATO <jet@gyve.org>
7897
7898 * simple.el (completion-setup-function): Emphasize the
7899 first uncommon characters in the completions; and de-emphasize
7900 the common prefix substrings.
7901 (completion-emphasis): New face.
7902 (completion-de-emphasis): New face.
7903
7904 2004-03-25 Juanma Barranquero <lektu@terra.es>
7905
7906 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
7907 Comment out (it's unused and unfinished code).
7908
7909 2004-03-25 Sam Steingold <sds@gnu.org>
7910
7911 * vc.el (vc-print-log): Fix a bug in the last patch:
7912 backend-function may be a byte-compiled object, not a lambda.
7913
7914 2004-03-25 Juri Linkov <juri@jurta.org>
7915
7916 * descr-text.el (describe-property-list): Add a button
7917 for `face' property that calls `describe-face'.
7918 Suggested by luis fernandes <elf@ee.ryerson.ca>
7919
7920 * international/mule.el (keyboard-coding-system):
7921 * kmacro.el (kmacro-call-macro): Fix docstring.
7922
7923 * dired.el: Fix comments.
7924
7925 * textmodes/fill.el (fill): Fix Info link.
7926
7927 * font-lock.el (fast-lock, lazy-lock):
7928 * jit-lock.el (jit-lock): Remove links to removed Support Modes
7929 Info node.
7930
7931 * eshell/eshell.el (eshell): Fix broken info-link.
7932
7933 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
7934 * eshell/em-banner.el (eshell-banner):
7935 * eshell/em-smart.el (eshell-smart):
7936 * eshell/esh-cmd.el (eshell-cmd):
7937 Comment out broken info-links to incomplete Info manual.
7938
7939 * info-xref.el: Fix commentary.
7940
7941 2004-03-25 Kevin Ryde <user42@zip.com.au>
7942
7943 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
7944 Remove spurious node duplicate suppression, doesn't work, not wanted.
7945 (info-xref-output): Take format style args, add "sit-for 0" to let
7946 user see the results as they progress.
7947 (info-xref-check-all-custom): New function.
7948
7949 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
7950
7951 * gdb-ui.el: Moved to progmodes.
7952
7953 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7954
7955 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
7956
7957 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7958
7959 * calendar/appt.el (appt-check): Remove superfluous progn.
7960 When finished with diary buffer: if it was not being displayed
7961 before, kill it; otherwise restore its original state.
7962 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7963
7964 * calendar/calendar.el (calendar-set-mode-line): Use total
7965 available mode-line width, rather than frame-width.
7966
7967 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7968 after mode change so effect not lost.
7969
7970 2004-03-23 Dave Love <fx@gnu.org>
7971
7972 * dired.el (dired) <defgroup>: Add link to manual.
7973 (dired-font-lock-keywords): Add highlighting on unusual permissions.
7974 (dired-revert): Use dolist.
7975 (dired-mode-map): Add U binding.
7976 (dired-mode): Add font-lock-beginning-of-syntax-function.
7977 (dired-garbage-files-regexp): Make it a defcustom.
7978
7979 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7980
7981 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7982 is equivalent to nil.
7983 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7984 (vc-arch-mode-line-string): Accept `added' state.
7985 (vc-arch-state): Use inode-sigs if available.
7986 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7987 Copy&delete existing id file if any. Fallback if uuidgen is absent.
7988 (vc-arch-tagline-re): New var.
7989 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7990 New functions.
7991 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7992 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7993
7994 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7995 (vc-file-not-found-hook): Use it.
7996
7997 * diff-mode.el (diff-default-read-only): Change default.
7998 (diff-mode-hook): Make it a defcustom. Add some options.
7999 (diff-mode-map): Bind diff-refine-hook.
8000 (diff-yank-handler): New var.
8001 (diff-yank-function): New fun.
8002 (diff-font-lock-keywords): Use them.
8003 (diff-end-of-file): Handle case where file-header looks like diff text.
8004 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8005 (diff-file-kill): Delete a subsequent empty line, if applicable.
8006 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8007 (diff-find-file-name): Use it.
8008 (diff-tell-file-name): New command.
8009 (diff-mode): Be careful with view-mode.
8010 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8011 New functions, for use in diff-mode-hook.
8012 (diff-find-source-location): Catch "regex too large" errors.
8013 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8014 (diff-refine-hunk): New command.
8015
8016 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8017 (smerge-context-menu-map): Remove unused var.
8018 (smerge-keep-all): Preserve markers.
8019 (smerge-keep-n): New fun.
8020 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8021 (smerge-keep-current, smerge-ediff): Use it.
8022 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
8023 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8024 (smerge-resolve): Resolve trivial 3-part conflicts.
8025
8026 2004-03-23 Juri Linkov <juri@jurta.org>
8027
8028 * man.el (Man-width): New var.
8029 (Man-getpage-in-background): Use it.
8030 (Man-support-local-filenames): New var and fun.
8031 (Man-build-man-command): Don't add a second %s.
8032 (Man-fontify-manpage): Clean up message.
8033 (Man-mode): Set outline-regexp, outline-level,
8034 imenu-generic-expression.
8035
8036 * woman.el (woman-fill-frame): Doc fix.
8037 (woman-decode-region): Use window-width instead of frame-width.
8038
8039 * abbrevlist.el (list-one-abbrev-table):
8040 * descr-text.el (describe-char):
8041 * international/mule-diag.el (describe-current-coding-system):
8042 * international/quail.el (quail-insert-decode-map):
8043 Use window-width instead of frame-width.
8044
8045 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8046 (jka-compr-mode-alist-additions): Add tbz.
8047 (jka-compr-write-region, jka-compr-insert-file-contents):
8048 Add message for undefined compress-program.
8049 (jka-compr-write-region): Remove redundant var bindings.
8050
8051 * dired-x.el (dired-guess-shell-alist-default): Add choices for
8052 extracting files into subdirectory. Add tbz and dz. Fix regexps.
8053 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8054 (dired-man): Use dired-guess-shell-command.
8055 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8056 Change default nil to t.
8057
8058 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8059 (dired-compare-directories): Add default value for empty input.
8060
8061 * help-at-pt.el: Move suggestions for key bindings to Commentary.
8062
8063 * time.el (display-time-string-forms): Fix help-echo date format.
8064
8065 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
8066
8067 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8068 (buffer-stale-function): New variable.
8069 (auto-revert-list-diff, auto-revert-dired-file-list)
8070 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8071 (auto-revert-handler): Take over some functionality of deleted
8072 functions.
8073 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8074
8075 * dired.el (dired-directory-changed-p): New fun, extracted from
8076 dired-internal-noselect.
8077 (dired-buffer-stale-p): New fun.
8078 (dired-internal-noselect): Use dired-directory-changed-p.
8079 Eliminate revert messages.
8080 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8081
8082 2004-03-23 Kenichi Handa <handa@m17n.org>
8083
8084 * international/characters.el: Setup syntaxes for more parentheses
8085 Unicode characters.
8086
8087 * international/mule-cmds.el (select-safe-coding-system):
8088 Merge coding-system and auto-cs before comparing them.
8089
8090 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8091
8092 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8093
8094 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8095 normal-auto-fill-function and comment-indent-function.
8096 The default values now work just as well.
8097 Don't set font-lock-beginning-of-syntax-function since we already set
8098 syntax-begin-function.
8099 (lisp-outline-level): Put ;;;###autoload at same level as (.
8100 (prin1-char): Quote special chars.
8101
8102 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8103 than with-no-warnings.
8104
8105 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8106 if the source location can't be found.
8107 (edebug-compute-previous-result): Use prin1-char.
8108
8109 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8110 (debug-ignored-errors): Add an entry.
8111
8112 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8113 (byte-compile-file): Output warning when deleting a file.
8114
8115 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8116 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8117
8118 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8119 (byte-compile-inline-expand): Use backquote.
8120 (byte-optimize-pure-func): Rename from byte-optimize-concat.
8121 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8122
8123 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8124
8125 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8126
8127 2004-03-22 Juri Linkov <juri@jurta.org>
8128
8129 * finder.el (finder-known-keywords): Fix data, tex, unix.
8130
8131 * play/landmark.el: Fix keywords.
8132
8133 * language/ethio-util.el (ethio-find-file): Doc fix.
8134
8135 * emacs-lisp/warnings.el: Doc fix.
8136
8137 * textmodes/ispell.el (ispell-help): Doc fix.
8138
8139 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
8140
8141 * format.el (format-insert-file): Always return a list of two
8142 elements, like insert-file-contents does.
8143
8144 2004-03-21 Andre Spiegel <spiegel@gnu.org>
8145
8146 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8147 and vc-BACKEND-diff.
8148 (vc-print-log): If the print-log implementation supports it, use
8149 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8150 (vc-version-diff, vc-diff-internal): Doc fixes.
8151
8152 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8153 implementation supports it, let diff output go to *vc*,
8154 not *vc-diff*, since this is an internal call.
8155
8156 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8157
8158 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8159
8160 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8161
8162 2004-03-21 Dave Love <fx@gnu.org>
8163
8164 * progmodes/cfengine.el (cfengine-mode):
8165 Set parse-sexp-ignore-comments.
8166
8167 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8168
8169 2004-03-21 Juanma Barranquero <lektu@terra.es>
8170
8171 * allout.el (allout-mode): Fix docstring.
8172
8173 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
8174
8175 * files.el (insert-directory): Fix bug if SWITCHES is a list.
8176
8177 * autorevert.el (auto-revert-interval): Make new value take
8178 effect immediately when set through Custom.
8179 (auto-revert-set-timer): Add interactive declaration.
8180
8181 2004-03-19 David Ponce <david@dponce.com>
8182
8183 * ruler-mode.el (ruler-mode-header-line-format-old):
8184 Don't `make-variable-buffer-local'.
8185 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8186 (ruler-mode-header-line-format): Simply funcall the above.
8187 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8188 to save/restore a previous header line format.
8189 (ruler-mode-space): Don't depend on a numeric WIDTH value.
8190 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8191 fringes and margins width.
8192 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8193
8194 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8195
8196 * log-edit.el (log-edit-font-lock-keywords): Typo.
8197
8198 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8199 (tex-send-tex-command): Rather than here.
8200 (tex-compilation-parse-errors): Simplify.
8201
8202 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8203
8204 * time.el (display-time-string-forms): Add help-echo with date on time.
8205
8206 * composite.el (compose-region): Use restore-buffer-modified-p.
8207
8208 * disp-table.el (standard-display-8bit): Simplify.
8209
8210 * server.el (server-process-filter): Delete temp frame.
8211
8212 * add-log.el (add-change-log-entry): Simplify.
8213
8214 2004-03-19 Kim F. Storm <storm@cua.dk>
8215
8216 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8217 (hexl-follow-line): Don't require 'fringe.
8218
8219 * progmodes/compile.el (compilation-start): Always set
8220 compilation-last-buffer and return it.
8221
8222 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
8223
8224 * simple.el (clone-buffer): Doc fix.
8225
8226 2004-03-18 Juanma Barranquero <lektu@terra.es>
8227
8228 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8229
8230 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * log-edit.el (log-edit-font-lock-keywords): New var.
8233 (log-edit-mode): Use it.
8234
8235 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
8236
8237 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8238 properly for watching in speedbar.
8239
8240 2004-03-17 Masatake YAMATO <jet@gyve.org>
8241
8242 * smerge-mode.el (smerge-popup-context-menu):
8243 Put `unwind-protect' around `overlay-put' and `popup-menu'.
8244
8245 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8248 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8249 Take sealed revisions into account.
8250 (vc-arch-checkin): Extract a summary line from the message.
8251
8252 2004-03-16 Masatake YAMATO <jet@gyve.org>
8253
8254 * register.el (register): Provide `register' feature.
8255
8256 2004-03-15 Masatake YAMATO <jet@gyve.org>
8257
8258 Added context menu support in smerge mode.
8259 Most of the part is written by Stefan Monnier.
8260
8261 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8262 New keymap and menu.
8263 (smerge-text-properties): New function.
8264 (smerge-remove-props): New function.
8265 (smerge-popup-context-menu): New function.
8266 (smerge-resolve): Call `smerge-remove-props'.
8267 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8268 (smerge-keep-current): Ditto.
8269 (smerge-kill-current): New function.
8270 (smerge-match-conflict): Put text properties.
8271 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8272
8273 2004-03-15 David Ponce <david@dponce.com>
8274
8275 * ruler-mode.el: (ruler-mode-left-fringe-cols)
8276 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8277 (ruler-mode-right-scroll-bar-cols): Remove.
8278 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8279 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8280 Use fringe-columns and scroll-bar-columns.
8281
8282 2004-03-15 Masatake YAMATO <jet@gyve.org>
8283
8284 * hl-line.el (hl-line-range-function): New variable.
8285 (hl-line-move): New function.
8286 (global-hl-line-highlight): Use `hl-line-move'.
8287 (hl-line-highlight): Ditto.
8288
8289 * scroll-bar.el (scroll-bar-columns):
8290 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8291
8292 * ruler-mode.el (top-level): Require scroll-bar and fringe.
8293 (ruler-mode-left-fringe-cols)
8294 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8295 (ruler-mode-right-scroll-bar-cols)
8296 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8297 (ruler-mode-ruler-function): New variable.
8298 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8299 if the value for `ruler-mode-ruler-function'is given.
8300
8301 * hexl.el (hexl-mode-hook): Make the hook customizable.
8302 (hexl-address-area, hexl-ascii-area): New customize variables.
8303 (hexlify-buffer): Put font-lock-faces on the address area and
8304 the ascii area.
8305 (hexl-activate-ruler): New function.
8306 (hexl-follow-line): New function.
8307 (hexl-highlight-line-range): New function.
8308 (hexl-mode-ruler): New function.
8309
8310 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
8313 (vc-default-find-file-hook): New fun.
8314 (vc-find-file-hook): Call new find-file-hook operation.
8315
8316 * vc-arch.el: New file.
8317
8318 2004-03-12 Jesper Harder <harder@ifa.au.dk>
8319
8320 * info-look.el (info-lookup): Reuse an existing Info window.
8321
8322 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8323
8324 * woman.el (woman-preserve-ascii): Default value changed to t and
8325 doc string revised.
8326
8327 2004-03-12 Richard M. Stallman <rms@gnu.org>
8328
8329 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8330 Fix minor bug.
8331
8332 * replace.el (occur-engine): Change message for count of matches.
8333
8334 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8335 For strings, do compare text properties.
8336
8337 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
8338
8339 * progmodes/compile.el (compile-auto-highlight)
8340 (compilation-error-list, compilation-old-error-list)
8341 (compilation-parse-errors-function, compilation-parsing-end)
8342 (compilation-error-message, compilation-directory-stack)
8343 (compilation-enter-directory-regexp-alist)
8344 (compilation-leave-directory-regexp-alist)
8345 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8346 (compilation-current-file, compilation-regexps): Remove vars.
8347
8348 (compile-error-at-point, compilation-error-filedata)
8349 (compilation-error-filedata-file-name, compile-reinitialize-errors)
8350 (compilation-next-error-locus, compilation-forget-errors)
8351 (count-regexp-groupings, compilation-parse-errors)
8352 (compile-collect-regexps, compile-buffer-substring): Remove funs.
8353
8354 (compile-internal): Make obsolete.
8355
8356 (compilation-first-column, compilation-error)
8357 (compilation-directory-matcher, compilation-page-delimiter)
8358 (compilation-mode-font-lock-keywords, compilation-debug)
8359 (compilation-error-face, compilation-warning-face)
8360 (compilation-info-face, compilation-line-face)
8361 (compilation-column-face, compilation-enter-directory-face)
8362 (compilation-leave-directory-face, compilation-skip-threshold)
8363 (compilation-skip-visited, compilation-context-lines): New vars.
8364
8365 (compilation-warning-face, compilation-info-face)
8366 (compilation-message-face): New faces.
8367
8368 (compilation-error-regexp-alist-alist): New constant.
8369
8370 (compilation-face, compilation-directory-properties)
8371 (compilation-assq, compilation-error-properties, compilation-start)
8372 (define-compilation-mode, compilation-loop)
8373 (compilation-set-window): New functions.
8374
8375 (compile): Additional argument for interactive compiles like TeX.
8376
8377 * progmodes/grep.el (kill-grep): Move here from compile.el
8378 (grep-error, grep-hit-face, grep-error-face)
8379 (grep-mode-font-lock-keywords): New variables.
8380 (grep-regexp-alist): Simplify regexp and add `binary' case.
8381 (grep-mode): New mode.
8382 (grep-process-setup): Simplify.
8383
8384 2004-03-11 Jason Rumney <jasonr@gnu.org>
8385
8386 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8387 letters on DOS/Windows.
8388
8389 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * server.el (server-name): New var.
8392 (server-socket-dir): New var to replace server-socket-name.
8393 (server-start): Use them.
8394
8395 2004-03-11 Simon Josefsson <jas@extundo.com>
8396
8397 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8398 died to avoid infloop. Reported by Jonathan Glauner
8399 <jglauner@sbum.org>.
8400
8401 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8402
8403 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8404 (smerge-mode-menu): Use it to deactivate menu entries.
8405 (smerge-keep-current): New fun.
8406 (smerge-keep-current): Use it.
8407
8408 2004-03-10 John Paul Wallington <jpw@gnu.org>
8409
8410 * foldout.el (foldout-fold-list, foldout-modeline-string):
8411 Declare them as variables, not constants.
8412
8413 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8414
8415 * ps-print.el: Modification to print *Messages* buffer.
8416 (ps-print-version): New version 6.6.4.
8417 (ps-message-log-max): New fun.
8418 (ps-spool-without-faces, ps-spool-with-faces)
8419 (ps-count-lines-preprint): Code fix.
8420
8421 * printing.el: New tips in Tips section.
8422
8423 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8424
8425 * delim-col.el: Doc fix.
8426
8427 * printing.el: Doc fix. New doc section (Tips).
8428
8429 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * type-break.el (type-break-emacs-variant): Remove.
8432 (type-break-run-at-time, type-break-cancel-function-timers):
8433 Use fboundp rather than version name and number.
8434
8435 2004-03-09 Masatake YAMATO <jet@gyve.org>
8436
8437 * hexl.el (hexl-mode): Use `make-local-variable' instead of
8438 `make-variable-buffer-local'.
8439
8440 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
8441
8442 * find-dired.el (find-dired): Call `shell-command' instead of
8443 `start-process-shell-command'. By this, Tramp takes over
8444 handling of remote directories.
8445
8446 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * newcomment.el (comment-use-global-state): New var.
8449 (comment-search-forward): Use it.
8450
8451 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8452
8453 * cus-edit.el (fill) <defgroup>: Move to fill.el.
8454
8455 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8456 (enable-kinsoku): Make it a defcustom.
8457 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8458 paragraph to same-comment-start-marker.
8459
8460 2004-03-07 Dave Love <fx@gnu.org>
8461
8462 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8463 (browse-url-mail): Use it.
8464
8465 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8466 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8467
8468 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8469
8470 * woman.el (woman-man.conf-path): Doc fix.
8471 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8472
8473 2004-03-07 Eli Zaretskii <eliz@gnu.org>
8474
8475 * sort.el (sort-columns): Remove ms-dos from the list of systems
8476 where the external `sort' command is not used.
8477
8478 2004-03-07 Kim F. Storm <storm@cua.dk>
8479
8480 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8481 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8482 from overlay-arrow-variable-list.
8483 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8484
8485 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
8486
8487 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8488 overlay arrow string properly for the assembler buffer.
8489
8490 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * mail/sendmail.el (mail-mode): Fix last change.
8493
8494 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
8495
8496 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8497 for the assembler buffer.
8498 (gdb-assembler-custom): Position the overlay arrow.
8499 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8500
8501 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8504
8505 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8506 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8507
8508 * mail/sendmail.el (mail-mode): Set comment-start-skip.
8509
8510 * newcomment.el (uncomment-region): Allow non-terminated comment.
8511 (comment-normalize-vars): Check the user-specified comstart marker.
8512
8513 2004-03-04 Jesper Harder <harder@ifa.au.dk>
8514
8515 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8516 Otherwise, do use it if the region only contains font-lock text
8517 properties.
8518
8519 2004-03-04 Masatake YAMATO <jet@gyve.org>
8520
8521 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8522 as the callback function for eldoc.
8523 (hexl-print-current-point-info): New function.
8524 (hexl-current-address): Print the address in both decimal
8525 and hexadecimal format.
8526
8527 2004-03-04 Richard M. Stallman <rms@gnu.org>
8528
8529 * mail/rmail.el (rmail-convert-to-babyl-format):
8530 Specify t for UNIBYTE when calling mail-unquote-printable-region.
8531
8532 * mail/mail-utils.el (mail-unquote-printable-region):
8533 New arg UNIBYTE.
8534
8535 * startup.el (command-switch-alist): Doc fix.
8536
8537 * simple.el (undo): Temporarily set this-command to `undo-start',
8538 then set it to `undo' once undo-start returns without error.
8539
8540 * simple.el (minibuffer-history-sexp-flag): Doc fix.
8541
8542 * simple.el (kill-line): Don't disregard trailing whitespace
8543 in eol condition, if show-trailing-whitespace is set.
8544
8545 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8546 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8547 When disabling, restore old values only if mouse-sel-has-been-enabled.
8548
8549 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8550 (isearch-{-char): New function.
8551 (isearch-mode-map): Bind { to isearch-{-char.
8552
8553 * font-lock.el (lisp-font-lock-keywords-2):
8554 Turn off the CL with-... and do-... general patterns.
8555 Instead, recognize several specific with... and do... constructs.
8556
8557 * files.el (switch-to-buffer-other-window):
8558 Bind same-window-buffer-names and same-window-regexps to nil.
8559 (switch-to-buffer-other-frame): Likewise.
8560
8561 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8564 recognizing leading comment on code line.
8565
8566 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8569 hidden files/directories.
8570
8571 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8572
8573 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8574 only comment-start (in case the mode hasn't set it).
8575
8576 * Makefile.in (AUTOGENEL): New var.
8577 (bootstrap-prepare): Rename from bootstrap-clean.
8578 Don't remove elc files.
8579 (maintainer-clean): New target.
8580
8581 * xml.el (xml-get-attribute-or-nil): Simplify.
8582
8583 2004-03-02 Juri Linkov <juri@jurta.org>
8584
8585 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8586 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8587 URL to prevent their substitution with the environment variable
8588 values by browsers.
8589
8590 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8591
8592 * ps-print.el: Doc fix.
8593 (ps-print-version): New version number (6.6.3).
8594 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8595 Docstring fix.
8596 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8597 before printing.
8598 (ps-time-stamp-yyyy-mm-dd): New fun.
8599 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8600
8601 2004-03-02 Kim F. Storm <storm@cua.dk>
8602
8603 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8604
8605 2004-03-01 Juanma Barranquero <lektu@terra.es>
8606
8607 * allout.el (allout-rebullet-heading): Fix typo in docstring.
8608
8609 * desktop.el (desktop-file-version)
8610 (desktop-after-read-hook): Fix typos.
8611 (desktop-clear-preserve-buffers): Remove redundant info in
8612 docstring already shown by the obsolescence message.
8613 (desktop-truncate, desktop-internal-v2s)
8614 (desktop-value-to-string): Change argument name to match docstring.
8615
8616 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8617
8618 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8619 docstring.
8620
8621 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8622
8623 * printing.el: Replace "As Is..." in PostScript file print/preview by
8624 "No Preprocessing...". Suggested by Colin Marquardt
8625 <_marquardt_@zmd.de>.
8626 (pr-insert-section-4): Adjust buffer interface.
8627
8628 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8629
8630 Version 2.0.39 of Tramp released.
8631
8632 * net/tramp.el (tramp-handle-file-local-copy)
8633 (tramp-handle-write-region, tramp-open-connection-rsh):
8634 Variable name typo. Small change. From Patrick Tullmann
8635 <tullmann@flux.utah.edu>.
8636 (tramp-process-connection-type): New variable.
8637 (tramp-maybe-open-connection): Use it.
8638 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
8639 (tramp-touch): Set last-modified time of a remote file.
8640 (tramp-handle-write-region): Say which function is used when encoding.
8641
8642 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8643
8644 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
8645 case of non-existing filename, too. Reported by Christoph Bauer
8646 <c_bauer@informatik.uni-kl.de>.
8647 (tramp-smb-get-file-entries): The directory in question should
8648 have permissions "drwxrwxrwx". Just virtual, because we don't
8649 know the real permissions. Don't we know?
8650 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
8651 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
8652 (tramp-smb-wait-for-output): Optimize algorithm getting pending
8653 output. If it was received chunkwise, there have been problems.
8654 Remove the "prompt not found" error message; it is obvious.
8655 Simplify algorithm.
8656 (tramp-smb-process-running): Remove. Since we acknowledge the
8657 virtual prompt for shares, there's no need for distinction of
8658 reading shares (process ends afterwards) and interactive mode of
8659 smblient.
8660 (tramp-smb-open-connection): Setting process sentinel removed.
8661 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
8662 "NT_STATUS_NETWORK_ACCESS_DENIED".
8663 (tramp-smb-maybe-open-connection): Set `process-connection-type'
8664 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
8665 (top-level): Setting default value in `tramp-default-method-alist'
8666 corrected. Order of USER and HOST have been wrong.
8667 Nobody complained for months ...
8668 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
8669 (tramp-smb-open-connection): Clear password cache if login has failed.
8670
8671 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
8672 `tramp-unified-filenames'.
8673 (tramp-completion-mode): Make test for XEmacs explicitely.
8674 `event-to-character' can exists in Emacs packages too.
8675 Reported by Matt Swift <swift@alum.mit.edu>.
8676 (tramp-buffer-name): Buffer name must contain the user if exists.
8677 Reported by Adrian Phillips <a.phillips@met.no>.
8678 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
8679 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
8680 (tramp-do-copy-or-rename-file-out-of-band): Rename from
8681 `tramp-do-copy-or-rename-file-one-local', because it handles also
8682 the case both files use the same out-of-band method.
8683 Implementation added.
8684 (tramp-handle-file-local-copy, tramp-handle-write-region):
8685 Out-of-band handling removed. `copy-file' called instead, which
8686 calls `tramp-do-copy-or-rename-file-out-of-band'.
8687 (tramp-action-password): Check for out-of-band method removed.
8688 This function is used for 'login-program.
8689 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
8690 appropriate.
8691 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
8692 and `tramp-parse-sknownhosts'.
8693 (tramp-completion-function-alist): It's a defvar now, because we
8694 want to apply the optimized `tramp-set-completion-function'
8695 instead of a static list.
8696 (tramp-set-completion-function): Implementation tuned.
8697 Avoid double entries, and entries where the function or the
8698 file/directory doesn't exist.
8699 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
8700 for SSH2.
8701 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
8702 (tramp-handle-dired-compress-file): New function.
8703 (tramp-async-proc): New variable.
8704 (tramp-handle-shell-command): Adding asynchronous processes.
8705 They are far from being perfect, but it works at least for
8706 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
8707 (top-level): Require password.el if visible. Should be mandatory
8708 once No Gnus has found its way into (X)Emacs.
8709 (tramp-read-passwd): Invoke `password-read' if available,
8710 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
8711 fallback any longer.
8712 (tramp-clear-passwd): New function.
8713 (tramp-process-actions, tramp-process-multi-actions):
8714 Clear password cache if login has failed.
8715
8716 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
8717 its own module.
8718 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
8719 `ange-ftp-ftp-name-res'. There could be incorrect values from
8720 previous calls in case the "ftp" method is used in the Tramp file
8721 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8722
8723 2004-02-28 Richard M. Stallman <rms@gnu.org>
8724
8725 * term.el (term-mouse-paste): Call mouse-set-point.
8726
8727 * thumbs.el: New file.
8728
8729 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8730
8731 * progmodes/ebnf-abn.el: Doc fix.
8732
8733 * progmodes/ebnf-bnf.el: Doc fix.
8734 (ebnf-repeat): Code fix.
8735
8736 * progmodes/ebnf2ps.el: Doc fix.
8737 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
8738
8739 2004-02-28 Juri Linkov <juri@jurta.org>
8740
8741 * ffap.el (dired-at-point): Additional writability test for
8742 relative directory names.
8743 (dired-at-point-prompter): Treat directories as a directory, get
8744 the directory component from files.
8745 (ffap-string-at-point): Return string from region if region is active.
8746 (ffap-file-at-point): Remove redundant code.
8747
8748 2004-02-28 Kim F. Storm <storm@cua.dk>
8749
8750 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
8751 Initialize margin area images to nil.
8752 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
8753 (breakpoint-enabled-bitmap-face)
8754 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
8755 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
8756 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
8757 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
8758 (gdb-reset): Use gdb-remove-breakpoint-icons.
8759 (gdb-put-string): Add dprop arg to specify alternative display
8760 property (for setting fringe bitmap).
8761 (gdb-remove-strings): Doc fix.
8762 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
8763 icon in fringe (if available), or else as icon or text in display
8764 margin. Creates necessary icons in breakpoint-bitmap,
8765 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
8766 Also make left window margin if required.
8767 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
8768 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
8769 no longer needed.
8770 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
8771 gdb-put-breakpoint-icon.
8772 (gdb-assembler-mode): Don't set left-margin-width here.
8773
8774 2004-02-27 Kevin Ryde <user42@zip.com.au>
8775
8776 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
8777 comma, so that it DTRT in macros.
8778
8779 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
8780
8781 * progmodes/sh-script.el (sh-shell-arg)
8782 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
8783 (sh-leading-keywords, sh-other-keywords): Fix custom type.
8784
8785 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8786
8787 * faces.el (face-spec-set-match-display): Add a new attribute,
8788 `min-colors'.
8789 (region, highlight, secondary-selection): Use `min-colors'.
8790
8791 * custom.el (defface): Add documentation for `min-colors'.
8792
8793 * font-lock.el (font-lock-comment-face, font-lock-string-face)
8794 (font-lock-keyword-face, font-lock-function-name-face)
8795 (font-lock-variable-name-face, font-lock-constant-face):
8796 Use `min-colors'.
8797
8798 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
8799
8800 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8801
8802 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
8803 define assq-delete-all if it's not defined.
8804 (ebnf-generate-region): Code fix.
8805
8806 * printing.el: Doc fix.
8807 (pr-version): New version number (6.7.2).
8808 (pr-command): Return empty string if command is an empty string.
8809
8810 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8811
8812 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
8813
8814 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
8815 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
8816 semi-down-full. Fix a bug on productions like test = {"test"}* | (
8817 "tt" ["test"] ). Reported by Markus Dreyer
8818 <mdreyer@ix.urz.uni-heidelberg.de>.
8819 (ebnf-version): New version number (4.0).
8820 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
8821 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
8822 (ebnf-delete-style): New commands.
8823 (ebnf-directory, ebnf-file): New funs.
8824 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
8825 (ebnf-production-name-p, ebnf-stop-on-error): New options.
8826 (ebnf-syntax-alist): New var.
8827 (ebnf-element-width): New fun replacing ebnf-list-width.
8828 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
8829 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
8830 (ebnf-prologue): Adjust vars.
8831 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
8832 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
8833 (ebnf-check-style-values, ebnf-generate-production)
8834 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
8835 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
8836 (ebnf-token-repeat): Code fix.
8837
8838 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
8839 %right, %left and %prec. Suggested by Matthew K. Junker
8840 <junker@alum.mit.edu>.
8841 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
8842
8843 * progmodes/ebnf-iso.el: Doc fix.
8844 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
8845 (ebnf-iso-lex): Code fix.
8846
8847 * progmodes/ebnf-bnf.el: Doc fix.
8848 (ebnf-bnf-lex): Code fix.
8849
8850 * progmodes/ebnf-otz.el: Doc fix.
8851
8852 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8853
8854 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
8855 (abbrev-prefix-mark): Doc fix.
8856
8857 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
8858
8859 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
8860 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
8861 (gdb-var-delete): Make interactive (really).
8862 (gdb-edit-value): Make non-interactive.
8863
8864 * progmodes/gud.el (gud-speedbar-menu-items):
8865 Add gdb-var-delete and, indirectly, gdb-edit-value.
8866 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
8867 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
8868 (gud-gdb-marker-filter): Add comment for annotations.
8869
8870 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8871
8872 * calendar/calendar.el (generate-calendar)
8873 (calendar-read-date): Prevent display of BC calendars once more -
8874 reverts 2003-10-01 change.
8875 (generate-calendar-month): Doc fix.
8876
8877 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8878
8879 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
8880 return value of increment-calendar-month.
8881
8882 2004-02-21 Stephen Compall <s11@member.fsf.org>
8883
8884 * saveplace.el (save-place-forget-unreadable-files)
8885 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
8886 (save-place-forget-unreadable-files): New function.
8887 (save-place-alist-to-file): Use it to filter out files that are
8888 no longer readable.
8889
8890 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
8891 current Texinfo environment, using the same method as in
8892 `texinfo-insert-@end', and insert a space rather than a newline if
8893 point in a @table environment.
8894
8895 2004-02-21 Juri Linkov <juri@jurta.org>
8896
8897 * ffap.el (ffap-file-at-point): Try parent directories.
8898
8899 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
8900
8901 * vcursor.el (vcursor-modifiers): New defcustom.
8902 (vcursor-cs-binding): Use vcursor-modifiers instead of a
8903 hard-coded list.
8904
8905 2004-02-21 Masatake YAMATO <jet@gyve.org>
8906
8907 * play/animate.el (animate-birthday-present): Accept names other
8908 than `Sarah', too.
8909
8910 2004-02-21 Juri Linkov <juri@jurta.org>
8911
8912 * startup.el: Remove table of command line arguments from the
8913 Commentary section.
8914
8915 2004-02-20 John Wiegley <johnw@newartisans.com>
8916
8917 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
8918 again" modifier from 'e' to 'E', since 'e' is also used by the
8919 "file extension" modifier.
8920
8921 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
8922
8923 * help-fns.el (describe-categories): Doc fix.
8924
8925 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8926
8927 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8928 temporary file for buffer already visiting one. This change makes
8929 output likely to be directly usable by patch program.
8930 Suggested by Adrian Aichner <adrian@xemacs.org>
8931
8932 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
8933
8934 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
8935 case of variables defined in compound statements.
8936 (gdb-setup-windows, gdb-source-info, gdb-source-info):
8937 Simplify constructions using switch-to-buffer.
8938
8939 2004-02-19 Simon Josefsson <jas@extundo.com>
8940
8941 * play/morse.el: Fix typo.
8942 (morse-code): Add @.
8943
8944 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8945
8946 * calendar/appt.el (appt-display-format): Change default to
8947 'ignore, for backwards compatibility.
8948 (appt-display-message): If appt-display-format is 'ignore,
8949 respect old vars appt-msg-window and appt-visible.
8950 (appt-activate): Don't depend on return value of cancel-timer.
8951
8952 * calendar/calendar.el (calendar-holidays): Doc fix.
8953
8954 * calendar/cal-coptic.el (coptic-prompt-for-date):
8955 Use assoc-string instead of assoc-ignore-case.
8956 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8957 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8958 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8959 * calendar/cal-islam.el (calendar-goto-islamic-date)
8960 (mark-islamic-diary-entries): Ditto.
8961 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8962 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8963 (calendar-read-mayan-tzolkin-date): Ditto.
8964 * calendar/calendar.el (calendar-read-date): Ditto.
8965 * calendar/diary-lib.el (mark-diary-entries): Ditto.
8966
8967 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
8968
8969 * progmodes/executable.el (executable-command-find-posix-p):
8970 Fix choice of the directory.
8971
8972 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8973
8974 * simple.el (interprogram-cut-function)
8975 (interprogram-paste-function, kill-new, kill-append):
8976 Doc fixes.
8977 (kill-region): Make it return nil. Doc fix.
8978 (yank-pop): Make its argument optional.
8979 (yank): Make ARG `-' equivalent to `-1'.
8980
8981 2004-02-17 Eli Zaretskii <eliz@gnu.org>
8982
8983 * mail/rmail.el (rmail-get-new-mail): Don't reference
8984 rmail-use-spam-filter if rmail-spam-filter is not loaded.
8985
8986 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8987
8988 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8989 if one of global-auto-revert-non-file-buffers or autorevert-mode
8990 is non-nil.
8991
8992 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8993
8994 * subr.el (delete-dups): A better implementation from Karl Heuer
8995 <kwzh@gnu.org>.
8996
8997 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8998
8999 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9000 correct place.
9001 * progmodes/icon.el (icon-indent-command): Ditto.
9002 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9003
9004 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9005
9006 * progmodes/grep.el (grep-compute-defaults): Undo change from
9007 2004-01-29: don't use executable-command-find-posix-p.
9008
9009 2004-02-16 Richard Sharman <rsharman@pobox.com>
9010
9011 * hilit-chg.el: Use require instead of eval-and-compile.
9012 (highlight-compare-buffers): New function.
9013
9014 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
9015
9016 * man.el (Man-fontify-manpage): Render section headings in
9017 `Man-overstrike-face' even when overstrike was not used by man
9018 formatter for section headings.
9019
9020 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
9021
9022 * rmail-spam-filter.el: (vm-use-spam-filter)
9023 (rsf-min-region-length-added-to-spam-list): New variables.
9024 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9025 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
9026 spam testing. Don't delete spam message if automatic deletion
9027 after output via variable rmail-delete-after-output is turned on.
9028 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9029 rsf-bbdb-dont-create-entries-for-spam.
9030 (check-field): New function, extracted from code in
9031 rmail-spam-filter to ease addition of header fields like content-type.
9032 (message-content-type): New variable to check the content-type:
9033 field added, also in defcustom of rsf-definitions-alist.
9034 (rmail-spam-filter): Replace repeated test code for header fields
9035 by calls to check-field; change the call to
9036 rmail-output-to-rmail-file such that rmail-current-message stays
9037 the same to avoid wrong deletion of unseen flags.
9038 (rsf-add-contents-type): New function to convert old format
9039 of rmail-spam-definitions-alist into new one.
9040 Change prefixes of all variables and functions from
9041 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9042
9043 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9044
9045 * loadhist.el (unload-hook-features-list): New defvar.
9046
9047 2004-02-16 Dave Love <fx@gnu.org>
9048
9049 * loadhist.el (unload-feature): Doc fix. Rename flist to
9050 unload-hook-features-list.
9051
9052 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
9053
9054 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9055 cookie. Don't check if we are looking-at open-formula.
9056
9057 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
9058
9059 * subr.el (match-string-no-properties): Use substring-no-properties.
9060
9061 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9062
9063 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9064 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9065 Use lower-case "rx" in all error message.
9066
9067 2004-02-16 Dave Love <fx@gnu.org>
9068
9069 * emacs-lisp/rx.el (rx-or): Put group around result.
9070 (rx-constituents): Add backref.
9071 (rx-syntax): Add string-delimiter, comment-delimiter.
9072 (rx-categories): Add combining-diacritic.
9073 (rx-check-not, rx-greedy, rx): Doc fix.
9074 (rx-backref, rx-check-backref): New.
9075
9076 2004-02-16 Jesper Harder <harder@ifa.au.dk>
9077
9078 * newcomment.el (uncomment-region): Allow eob as comment end.
9079
9080 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9081
9082 * filecache.el: All message and error commands now use prefix
9083 "Filecache:" to make it easy to read *Messages* buffer.
9084
9085 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
9086
9087 * autorevert.el: Add support to detect changed dired and VC buffers.
9088 (auto-revert-active-p, auto-revert-list-diff)
9089 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9090 (auto-revert-handler, auto-revert-active-p): New functions.
9091 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9092 and `auto-revert-active-p'.
9093 (eval-when-compile): Defvar dired-directory and vc-mode.
9094 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9095 (auto-revert-handler-vc): New functions.
9096
9097 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9098
9099 * progmodes/compile.el (compilation-directory): New defvar.
9100 (compile): Save current directory in compilation-directory.
9101 (recompile): Bind default-directory to compilation-directory if
9102 that is non-nil.
9103
9104 2004-02-16 Dave Love <fx@gnu.org>
9105
9106 * newcomment.el (comment-insert-comment-function)
9107 (comment-region-function, uncomment-region-function): New.
9108 (comment-indent): Use comment-insert-comment-function.
9109 (uncomment-region): Use uncomment-region-function.
9110 (comment-region): Use comment-region-function.
9111
9112 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9113
9114 2004-02-16 Richard Stallman <rms@gnu.org>
9115
9116 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9117 loaddefs* and ldefs-boot*.
9118
9119 2004-02-16 Eli Zaretskii <eliz@gnu.org>
9120
9121 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9122 and email address at the beginning and end of the address.
9123
9124 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9125 anchored at the beginning of the email address.
9126
9127 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
9128
9129 * international/ccl.el (ccl-compile-write): Pass `left' to
9130 ccl-embed-code to generate correct code of write-expr-register.
9131
9132 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
9133
9134 * progmodes/grep.el (grep-compute-defaults): Fix typos.
9135
9136 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9137
9138 * x-dnd.el: Mention support for Motif in commentary.
9139 (x-dnd-handle-drag-n-drop-event): Ditto.
9140
9141 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
9142
9143 * ses.el: Use "ses--" prefixes for buffer-local variables.
9144 Use (point-min) instead of 1, even when we know the buffer
9145 is unnarrowed.
9146 (ses-build-load-map): Delete. Distribute its content to defconst's for
9147 the three maps.
9148 (ses-menu, ses-header-line-menu): New menus.
9149 (ses-mode-map): Use them.
9150 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
9151
9152 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
9153
9154 * Makefile.in: Fix the CC Mode recompile kludge so it works
9155 when building in a different directory.
9156
9157 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
9158
9159 * simple.el (kill-new): Put yank-handler property on the entire string.
9160
9161 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9162
9163 * diff.el: Don't use compile any more, use diff-mode instead.
9164 (diff-regexp-alist, diff-old-file, diff-new-file)
9165 (diff-parse-differences, diff-process-setup): Remove.
9166 (diff-sentinel): New fun.
9167 (diff): Use it. Run the process ourselves.
9168 Use diff-mode for the rest of the processing.
9169
9170 * diff.el (diff): Simplify code handling `switch'.
9171
9172 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
9173
9174 * pcvs-defs.el (cvs-menu): Add `tag'.
9175
9176 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
9177
9178 * simple.el (kill-append): Doc fix.
9179
9180 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9181 Adapt outline-regexp to the new conventions for commenting out code.
9182
9183 2004-02-11 John Paul Wallington <jpw@gnu.org>
9184
9185 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9186
9187 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * diff.el (diff-switches): New fun.
9190 (diff, diff-backup): Use it.
9191 (diff): Clean up the args construction. Use backquote.
9192 Use listp instead of consp to avoid putting a nil arg.
9193 (diff): Add a revert-buffer function.
9194
9195 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9196
9197 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
9198 handled by x-dnd-handle-file-name.
9199 (x-dnd-known-types): Add COMPOUND_TEXT.
9200 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9201 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9202 x-dnd-empty-state.
9203 (x-dnd-forget-drop): Ditto.
9204 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9205 (x-dnd-handle-one-url): Return private when inserting text.
9206 (x-dnd-insert-ctext): New function.
9207 (x-dnd-handle-file-name): New function for FILE_NAME.
9208 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9209 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9210 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9211
9212 2004-02-10 Kenichi Handa <handa@m17n.org>
9213
9214 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9215 instead of while loop.
9216
9217 2004-02-10 Miles Bader <miles@gnu.org>
9218
9219 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9220
9221 2004-02-09 Kenichi Handa <handa@m17n.org>
9222
9223 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9224 have end-of-line.
9225
9226 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9227
9228 * Makefile.in: Added extra dependencies in the recompile target
9229 needed to cope with the compile time macro expansions in CC Mode.
9230
9231 2004-02-09 Kim F. Storm <storm@cua.dk>
9232
9233 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9234 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9235 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9236 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9237 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9238 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9239 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9240 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9241 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9242 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9243 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9244
9245 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9248 Don't allow shrink if there's a window on our right.
9249
9250 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9251 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9252 Bring together declaration and initialization.
9253 (prolog-mode-variables): Don't set the syntax table.
9254 Don't set paragraph-start and comment-indent-function.
9255 Add /*..*/ to the comment regexps.
9256 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
9257 (prolog-mode-map): Don't bind TAB.
9258 (prolog-mode): Set the syntax table.
9259 (prolog-comment-indent): Remove.
9260 (inferior-prolog-mode-map): Initialize in the declaration.
9261 (inferior-prolog-mode-syntax-table)
9262 (inferior-prolog-mode-abbrev-table): New vars.
9263 (inferior-prolog-mode): Derive from comint-mode.
9264 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9265 minibuffer windows.
9266
9267 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9268 in file names, as long as it is unabmiguous.
9269
9270 2004-02-08 Andreas Schwab <schwab@suse.de>
9271
9272 * textmodes/reftex-toc.el
9273 (reftex-toc-load-all-files-for-promotion): Remove useless use of
9274 format. Doc fix.
9275
9276 * textmodes/refer.el (refer-find-entry-internal): Remove extra
9277 format string arguments.
9278
9279 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9280 string argument.
9281
9282 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9283
9284 * play/zone.el (zone-call): Fix format string.
9285
9286 * net/webjump.el (webjump-builtin): Add missing format string argument.
9287
9288 * midnight.el (midnight-delay-set): Remove extra format string argument.
9289
9290 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9291
9292 * hexl.el (hexl-insert-char): Add missing format string argument.
9293
9294 * format.el (format-decode): Fix format string.
9295
9296 * emulation/vi.el (vi-mode): Remove extra format string argument.
9297 (vi-repeat-last-search): Likewise.
9298 (vi-reverse-last-search): Likewise.
9299 (vi-goto-mark): Likewise.
9300 (vi-reverse-last-find-char): Likewise.
9301 (vi-repeat-last-find-char): Likewise.
9302 (vi-locate-def): Likewise.
9303
9304 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9305
9306 * ediff-util.el (ediff-toggle-read-only): Remove extra format
9307 string argument.
9308 (ediff-toggle-regexp-match): Likewise.
9309
9310 * dired-aux.el (dired-do-query-replace-regexp): Add missing
9311 format string argument.
9312
9313 * calc/calc-map.el (calc-get-operator): Remove extra format
9314 string argument.
9315
9316 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9317
9318 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9319 string argument.
9320
9321 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9322
9323 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9324
9325 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9326
9327 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9328 (cl-struct-setf-expander): Likewise.
9329
9330 * vc.el (with-vc-file): Fix unsafe uses of error.
9331 (vc-cancel-version): Likewise.
9332
9333 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
9334
9335 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9336 thousands separator; fixes <class>:<line-number> regexp for
9337 non-english locales.
9338
9339 2004-02-08 Andreas Schwab <schwab@suse.de>
9340
9341 * view.el (view-mode-enable): Revert previous change.
9342
9343 2004-02-07 Kim F. Storm <storm@cua.dk>
9344
9345 * simple.el (line-number-at-pos): Rename from line-at-pos.
9346 Uses changed (what-line and vc-annotate-warp-version).
9347
9348 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9349
9350 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9351 (diff-mode): Remove aborted attempt at support for compile.el.
9352 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9353
9354 2004-02-06 Andreas Schwab <schwab@suse.de>
9355
9356 * view.el (view-mode-enable): Add view-mode-map to
9357 minor-mode-overriding-map-alist.
9358
9359 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9360
9361 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9362
9363 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9366 with point inside rather than after the paragraph.
9367
9368 2004-02-04 Sam Steingold <sds@gnu.org>
9369
9370 * mail/smtpmail.el (smtpmail-try-auth-methods):
9371 Do not try authentication when no mechanism is available.
9372 Pass port-name as defaultport to `netrc-machine'.
9373
9374 2004-02-04 Stephen Eglen <stephen@gnu.org>
9375
9376 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9377 to show how minibuffer height can be constrained.
9378
9379 2004-02-04 John Paul Wallington <jpw@gnu.org>
9380
9381 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9382
9383 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9384
9385 * x-dnd.el: New file for drag and drop.
9386
9387 * term/x-win.el: require x-dnd, set after-make-frame-functions
9388 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9389 drag-n-drop event.
9390
9391 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9392 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9393 (dired-dnd-handle-file): New functions for drag and drop support.
9394 (dired-mode): Initialize drag and drop if x-dnd present.
9395
9396 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9399 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9400 (cperl-mode): Set fill-paragraph-function.
9401 (cperl-fill-paragraph): Make it non-interactive.
9402
9403 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
9404
9405 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9406
9407 2004-02-02 David Kastrup <dak@gnu.org>
9408
9409 * replace.el (perform-replace): Allow 'literal argument in
9410 regexp-flag to indicate literal replacement.
9411 (query-replace-regexp-eval): Use it.
9412
9413 2004-02-01 Andreas Schwab <schwab@suse.de>
9414
9415 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9416
9417 2004-02-01 Stephen Eglen <stephen@gnu.org>
9418
9419 * info-look.el: Add support for maxima-mode. Update commentary
9420 because info-lookup-symbol is now bound to C-h S.
9421
9422 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
9423
9424 * simple.el (edit-and-eval-command): Bind print-level and
9425 minibuffer-history-sexp-flag around call to read-from-minibuffer.
9426 Correct initial position in command-history.
9427
9428 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9429
9430 * files.el (read-directory-name): Adapt the docstring to recent
9431 change in Fread_file_name.
9432
9433 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
9434
9435 * ses.el (ses-print-cell): If print format too wide for column
9436 width, truncate decimal places if that helps to avoid "#####" fill.
9437 * ses.el (ses-initial-column-width): Revert previous change.
9438
9439 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9442 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9443 Add edebug info.
9444 (jit-lock-mode): Setup/cancel the new timer.
9445 (jit-lock-context-fontify): New fun. Extracted from
9446 context fontification code of jit-lock-stealth-fontify.
9447 (jit-lock-stealth-fontify): Don't do context fontification any more.
9448
9449 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9450 (jit-lock-fontify-now): Handle the `quit' case.
9451 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9452
9453 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
9454
9455 * progmodes/executable.el (executable-command-find-posix-p):
9456 New. Check if find handles arguments Posix-style.
9457
9458 * progmodes/grep.el (grep-compute-defaults):
9459 Use executable-command-find-posix-p.
9460 (grep-find): Check `grep-find-command'.
9461
9462 * filecache.el (file-cache-find-posix-p): Delete.
9463 (file-cache-add-directory-using-find):
9464 Use `executable-command-find-posix-p'.
9465
9466 2004-01-29 Dave Love <fx@gnu.org>
9467
9468 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9469 Iterate the hook function if arg is given.
9470 (mark-defun, narrow-to-defun): Change order of finding the limits.
9471
9472 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9473 (byte-compile-format-warn): New.
9474 (byte-compile-callargs-warn): Use it.
9475 (Format, message, error): Add byte-compile-format-like property.
9476 (byte-compile-maybe-guarded): New.
9477 (byte-compile-if, byte-compile-cond): Use it.
9478 (byte-compile-lambda): Compile interactive forms,
9479 just to make warnings about them.
9480
9481 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
9482
9483 * ses.el (ses-initial-column-width): Increase to 14, so it will
9484 work well with the default printer of "%.7g" for extreme values
9485 like "-1.234567e+07".
9486
9487 2004-01-29 Kenichi Handa <handa@m17n.org>
9488
9489 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9490
9491 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
9492
9493 * dos-w32.el: Added support for the `default-printer-name' function.
9494
9495 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * server.el (server-socket-name): Don't use the hostname in the
9498 socket name since /tmp is local to the host anyway.
9499
9500 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9501 robust check of widening and fix var-naming.
9502
9503 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
9504
9505 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9506 or rmail-spam- to rsf- in all function and variable names.
9507 (rsf-min-region-to-spam-list): New variable.
9508 (rsf-bbdb-auto-delete-spam-entries): Rename from
9509 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
9510 scanned together with the recipients field for spam testing; Don't
9511 delete spam message if rmail-delete-after-output is non-nil;
9512 (rsf-check-field): New function, extracted from code in
9513 rmail-spam-filter to ease addition of header fields like
9514 content-type:;
9515 (message-content-type): New variable. The content-type: field was
9516 added also in defcustom of rsf-definitions-alist;
9517 (rmail-spam-filter): Replace repeated test code for header fields
9518 by calls to check-field; change the call to
9519 rmail-output-to-rmail-file such that rmail-current-message stays
9520 the same to avoid wrong deletion of unseen flags.
9521 (rmail-use-spam-filter): Add autoload cookie.
9522
9523 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
9524
9525 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
9526 (file-cache-add-directory-using-find): Add Cygwin support.
9527 (file-cache-find-command-posix-flag): New user variable.
9528
9529 * filecache.el (file-cache-add-directory): Check for
9530 directories an remove them from dir-files.
9531
9532 2004-01-27 Richard M. Stallman <rms@gnu.org>
9533
9534 * man.el (Man-fontify-manpage): Clean up message.
9535
9536 2004-01-27 Kenichi Handa <handa@m17n.org>
9537
9538 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9539 (sentence-end): Define using sentence-end-without-space.
9540
9541 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9542 a sentence ends with one of a character in sentence-end-without-space.
9543
9544 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * font-lock.el (font-lock): Add jit-lock as explicit group member.
9547 (jit-lock): Group declaration moved to jit-lock.el.
9548 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9549 when necessary.
9550
9551 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9552 (jit-lock-context-unfontify-pos): Rename from
9553 jit-lock-first-unfontify-pos.
9554 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9555
9556 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9557
9558 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9559 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9560 (fortran-fill): When filling a string, adjust re-search-backward
9561 argument for special case of string just on fill-column.
9562 When filling non-string, allow one extra char if
9563 fortran-break-before-delimiters is non-nil.
9564 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9565 Use fortran-break-delimiters-re and fortran-no-break-re to
9566 correctly handle cases such as "**".
9567
9568 * progmodes/f90.el (f90-break-delimiters): Doc fix.
9569 (f90-no-break-re): Add some extra tokens. Doc fix.
9570
9571 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
9572
9573 * mail/rmail-spam-filter.el:
9574 Use two semicolons as Commentary line prefix.
9575 Add ";;; Code:" stylized comment.
9576 Delete end-of-line whitespace.
9577 Wrap (require 'cl) with `eval-when-compile'.
9578
9579 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
9580
9581 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9582 at the top level of vc.el.
9583
9584 2004-01-23 Andre Spiegel <spiegel@gnu.org>
9585
9586 * vc.el (vc-current-line): Function removed. This is now done by
9587 the new function line-at-pos in simple.el.
9588 (vc-annotate-warp-version): Use line-at-pos instead of
9589 vc-current-line.
9590
9591 2004-01-22 Kim F. Storm <storm@cua.dk>
9592
9593 * simple.el (line-at-pos): New defun.
9594 (what-line): Use it. Optimize by only counting lines in narrowed
9595 region once.
9596
9597 2004-01-22 Kenichi Handa <handa@m17n.org>
9598
9599 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9600 point (register r1) only for charset mule-unicode-0100-24ff.
9601
9602 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
9603
9604 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9605 trailing white space and ensure a final newline.
9606
9607 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9608 Add autoload cookie.
9609
9610 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
9611
9612 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9613 activate view-mode explicitly.
9614
9615 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9616
9617 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9618 use clipboard first.
9619
9620 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
9623 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9624 (vc-mcvs-cvs): Remove.
9625 (vc-mcvs-command): Remove use of assert.
9626
9627 * outline.el (outline-insert-heading): Tighten up match.
9628 (outline-demote, outline-move-subtree-down): Don't assume anything
9629 about outline-regexp.
9630
9631 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
9632 (texinfo-show-structure): Explicitly add ^, and simplify.
9633
9634 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9635
9636 * calendar/appt.el (appt-check): Restore usage of
9637 appt-issue-message deleted in previous change.
9638 (top-level): Activate package when loaded (needed for backwards
9639 compatibility).
9640
9641 2004-01-20 Jesper Harder <harder@ifa.au.dk>
9642
9643 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
9644 following previous change to smtpmail-send-data.
9645
9646 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
9647
9648 * vc.el (vc-default-previous-version): Doc enhancement.
9649 (vc-default-next-version): New function.
9650 (vc-print-log): New arg FOCUS-REV.
9651 (vc-annotate-mode): Derive from view-mode.
9652 (vc-annotate): New args REVISION, DISPLAY-MODE.
9653 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
9654 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
9655 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
9656 (vc-annotate-show-diff-revision-at-line, vc-current-line)
9657 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
9658
9659 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
9660
9661 2004-01-19 Karl Berry <karl@gnu.org>
9662
9663 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
9664 or "TexInfo".
9665
9666 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
9667
9668 * subr.el (delete-dups): New function.
9669
9670 2004-01-19 Karl Berry <karl@gnu.org>
9671
9672 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
9673 with ^, since that's what texinfo-show-structure
9674 documentation says (plus it works much better in texinfo.txi).
9675
9676 2004-01-18 Jesper Harder <harder@ifa.au.dk>
9677
9678 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
9679
9680 2004-01-18 David Ponce <david@dponce.com> (tiny change)
9681
9682 * progmodes/which-func.el (which-function-mode): Don't cancel
9683 which-func-update-timer if not set.
9684
9685 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
9686
9687 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
9688 Remove spurious left square bracket in XX:XXam regexp.
9689
9690 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
9691
9692 * progmodes/cc-defs.el: Do not require cl at run time.
9693
9694 2004-01-16 Richard M. Stallman <rms@gnu.org>
9695
9696 * emacs-lisp/cl.el (cl-cannot-unload): New function.
9697 (cl-unload-hook): Defvar this to run cl-cannot-unload.
9698
9699 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
9700 Call rmail-spam-filter. Delete and expunge spam.
9701 Print number of spam messages deleted.
9702 Save and restore the deletion status of old messages when reading
9703 new mail with spam filter, so that expunging spam does not expunge
9704 msgs deleted by the user.
9705 (rmail-only-expunge): Add an optional argument dont-show to
9706 prevent showing message after expunge.
9707
9708 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9709
9710 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
9711 * subr.el (declare): New macro.
9712
9713 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
9714
9715 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
9716
9717 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9718
9719 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9720 Test window-system rather than system-type (for X11/Mac).
9721
9722 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
9723
9724 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
9725
9726 2004-01-12 Richard M. Stallman <rms@gnu.org>
9727
9728 * mail/rmail.el (rmail-convert-to-babyl-format):
9729 Use mail-unquote-printable-region.
9730 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
9731 (rmail-hex-char-to-integer): Functions deleted.
9732
9733 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
9734 (mail-unquote-printable-region): New arg NOERROR.
9735 For invalid encoding, either signal an error to just return nil.
9736
9737 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9738
9739 * calendar/appt.el: Update copyright and commentary.
9740 (appt-issue-message): Make obsolete.
9741 (appt-visible, appt-msg-window): Make obsolete, in favour of
9742 appt-display-format.
9743 (appt-display-mode-line, appt-display-duration)
9744 (appt-display-diary, appt-time-msg-list, appt-mode-string)
9745 (appt-prev-comp-time, appt-display-count, appt-timer)
9746 (appt-convert-time): Doc change.
9747 (appt-disp-window-function, appt-delete-window-function):
9748 Use defcustom rather than defvar.
9749 (appt-display-format): New variable.
9750 (appt-display-message): New function with display code from appt-check.
9751 (appt-check): Add optional FORCE argument. Doc change.
9752 Add appt-make-list to diary-hook if displaying diary.
9753 Remove checking of view-diary-entries-initially.
9754 Message display section removed to new function appt-display-message.
9755 (appt-display-window): Doc change. Remove unused internal var
9756 this-buffer. Do not beep, since appt-display-message does that.
9757 (appt-make-list): Doc change. Use caar.
9758 (appt-sort-list): Simplify by using builtin sort function.
9759 (appt-update-list): New function for updating appts when diary is
9760 saved.
9761 (appt-activate): New autoloaded function to toggle package
9762 functionality.
9763
9764 * calendar/cal-x.el: (calendar-one-frame-setup)
9765 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
9766
9767 * calendar/calendar.el: Update copyright.
9768 (view-diary-entries-initially, european-calendar-style): Doc change.
9769 (calendar-setup): Make defcustom rather than defvar.
9770 (mark-visible-calendar-date): Initialize temp-face and faceinfo
9771 in let binding so local to function.
9772
9773 * calendar/diary-lib.el: Update copyright.
9774 (diary, diary-entry-time): Doc change.
9775 (list-diary-entries): Doc change. Trivial logic change.
9776 (fancy-diary-display): Restore make-face command mistakenly
9777 deleted 2003-05-08.
9778 (show-all-diary-entries): Allow to pop-up frame if needed.
9779
9780 2004-01-09 John Paul Wallington <jpw@gnu.org>
9781
9782 * bindings.el (mode-line-change-eol): Add EVENT parameter.
9783 Temporarily select EVENT's window for changing eol type.
9784
9785 2004-01-09 Deepak Goel <deego@gnufans.org>
9786
9787 * calendar/diary-lib.el (diary-entry-time):
9788 Also accept time in the form XX[.XX][am/pm/AM/PM].
9789 (fancy-diary-font-lock-keywords): Likewise.
9790 (diary-font-lock-keywords): Likewise.
9791 * calendar/appt.el (appt-add): Likewise.
9792 (appt-make-list): Likewise.
9793 (appt-convert-time): Likewise.
9794
9795 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
9796
9797 * gdb-ui.el (gdb-ann3): Revert previous change.
9798 (gdb-source-info): Allow for case of where compilation directory
9799 is not recorded.
9800
9801 2004-01-08 John Paul Wallington <jpw@gnu.org>
9802
9803 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
9804
9805 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
9806
9807 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
9808
9809 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
9810 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
9811 problems.
9812 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
9813
9814 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9815
9816 * files.el (write-file-functions, write-contents-functions):
9817 Clarify docstrings.
9818
9819 2004-01-07 Kenichi Handa <handa@m17n.org>
9820
9821 * international/mule.el (set-auto-coding): Fix for the case that
9822 end-of-line is only CR.
9823
9824 2004-01-07 Kim F. Storm <storm@cua.dk>
9825
9826 * subr.el (event-start, event-end): Doc fix.
9827 (posn-string, posn-image): New defuns.
9828 (posn-object): Return either image or string object.
9829 (posn-object-x-y): Return 8th element of position.
9830 (posn-object-width-height): New defun.
9831
9832 2004-01-06 Andreas Schwab <schwab@suse.de>
9833
9834 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
9835 output.
9836
9837 2004-01-05 Karl Berry <karl@gnu.org>
9838
9839 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
9840 / and *, too.
9841
9842 2003-12-31 Simon Josefsson <jas@extundo.com>
9843
9844 * files.el (before-save-hook): Add.
9845 (basic-save-buffer): Use before-save-hook.
9846
9847 * emacs-lisp/copyright.el: Fix comment to recommend
9848 before-save-hook instead of write-file-functions.
9849
9850 2004-01-05 Richard M. Stallman <rms@gnu.org>
9851
9852 * finder.el (finder-commentary): Call delete-other-windows.
9853
9854 * net/ange-ftp.el (ange-ftp-file-attributes):
9855 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
9856
9857 2004-01-04 Karl Berry <karl@gnu.org>
9858
9859 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
9860 comment characters % and # in the copyright year notice,
9861 as well as ;.
9862
9863 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
9864
9865 * wid-edit.el (default): Define dummy :value-delete.
9866 Reported by Jesper Harder <harder@ifa.au.dk>.
9867
9868 2004-01-03 Richard M. Stallman <rms@gnu.org>
9869
9870 * progmodes/compile.el (compile-internal): Use point, not point-min,
9871 for set-window-point.
9872
9873 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
9874
9875 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
9876
9877 * progmodes/grep.el (grep-mode-map):
9878 Don't remap next-line, previous-line.
9879
9880 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
9881
9882 * speedbar.el (speedbar-edit-line): Change regexp to position
9883 the cursor on the first character of this line's button.
9884
9885 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9886
9887 * subr.el (functionp): Doc fix.
9888
9889 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
9890
9891 * progmodes/idlwave.el (idlwave-make-tags):
9892 * textmodes/flyspell.el (flyspell-large-region):.
9893 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
9894 * emulation/viper-util.el (viper-glob-unix-files):
9895 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
9896 * man.el (Man-init-defvars):
9897 * jka-compr.el (jka-compr-call-process):
9898 * files.el (get-free-disk-space,insert-directory):
9899 * ediff-ptch.el (ediff-test-patch-utility):
9900 * ediff-diff.el (ediff-test-utility):
9901 * dired-aux.el (dired-check-process):
9902 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
9903 test the return value of call-process, because it can be a string.
9904
9905 2003-12-31 John Paul Wallington <jpw@gnu.org>
9906
9907 * bindings.el (completion-ignored-extensions): Add .pfsl.
9908
9909 2003-12-31 Kim F. Storm <storm@cua.dk>
9910
9911 * ido.el (ido-nonreadable-directory-p): New defun to check for
9912 nonreadable directory without activating tramp (to avoid problems
9913 with checking incomplete tramp paths).
9914 (ido-set-current-directory, ido-file-internal)
9915 (ido-file-name-all-completions1): Use it.
9916
9917 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9918
9919 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
9920 documentation if the anchor (or node) name is preceded by `info
9921 anchor' or `Info anchor' in addition to earlier `info node' and
9922 `Info node'.
9923 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
9924
9925 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9926
9927 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
9928 error in arguments to base64-decode-region. Remove ^M characters
9929 after decoding base64.
9930
9931 2003-12-30 Simon Josefsson <jas@extundo.com>
9932
9933 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
9934 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
9935 have only been distributed with Emacs for some years.
9936 (texinfo-mode-hook): Customize.
9937
9938 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9939
9940 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
9941 cleaner (suggested by Richard Stallman).
9942
9943 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
9944 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
9945 file-name clashes on 8+3 DOS filesystems.
9946
9947 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
9948 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
9949 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
9950 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
9951 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
9952 file-name clashes on 8+3 filesystems.
9953
9954 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
9955 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
9956 file-name clashes on 8+3 DOS filesystems.
9957
9958 2003-12-29 Richard M. Stallman <rms@gnu.org>
9959
9960 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9961 Upcase the character.
9962
9963 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9964 Search for header separator alone on a line, literally,
9965 and search for it backward, not forward.
9966 (flyspell-abbrev-table): Always use global-abbrev-table
9967 if there is no local one.
9968
9969 * progmodes/sh-script.el (sh-get-indent-info):
9970 Don't move point back if at bob.
9971
9972 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9973
9974 * play/handwrite.el (handwrite): Make the handwrite credit message
9975 a comment rather than an output command.
9976
9977 * obsolete/sc.el: Display message that this file is obsolete.
9978
9979 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9980
9981 * mail/rfc822.el (rfc822-address-start): Declare variable.
9982 Renamed from address-start. All uses changed.
9983
9984 * term.el (term-exec): Set up sentinel.
9985 (term-sentinel): New function.
9986 (term-handle-exit): New function.
9987
9988 * subr.el (assoc-ignore-case, assoc-ignore-representation):
9989 Use assoc-string, and mark them obsolete.
9990 (delay-mode-hooks): Mark as permanent local.
9991
9992 * simple.el (sendmail-user-agent-compose): Use assoc-string.
9993
9994 * register.el (copy-rectangle-to-register): Doc fix.
9995
9996 * info.el (Info-insert-dir): Use assoc-string.
9997
9998 * info-look.el (info-lookup): Use assoc-string.
9999
10000 * frame.el (pop-up-frame-function): Use quote, not `function'.
10001 (frame-notice-user-settings): Calculate ADJUSTED-TOP
10002 copying with lists as coordinate values.
10003
10004 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10005
10006 * find-dired.el (kill-find): New command.
10007 (find-dired): Make buffer read-only.
10008 Set up a keymap with C-c C-k running kill-find.
10009 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10010
10011 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10012
10013 * filecache.el (file-cache-ignore-case): New variable.
10014 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
10015
10016 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10017 (comint-dynamic-complete-as-filename): Rename local vars.
10018 (comint-dynamic-list-filename-completions): Likewise.
10019
10020 * comint.el (comint-dynamic-list-completions-config): New var.
10021 (comint-dynamic-list-completions): Handle both SPC and TAB right.
10022
10023 * comint.el (comint-file-name-chars): Add [].
10024 (comint-word): Use skip-chars-backward, not search.
10025
10026 * shell.el (shell-file-name-chars): Add [].
10027
10028 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10029
10030 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10031
10032 * generic.el (define-generic-mode): Doc fix.
10033
10034 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10035
10036 * files.el (kill-some-buffers): Doc fix.
10037
10038 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
10039
10040 * comint.el (comint-watch-for-password-prompt): Pass `string' as
10041 arg to send-invisible
10042 (send-invisible): Doc fix. The argument is now a prompt, not the
10043 string to send.
10044 (comint-read-noecho): Doc fix.
10045
10046 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
10047
10048 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10049 "@", as required by some ISP hosting service. Fix defcustom
10050 argument syntax errors that prevented use of customization.
10051
10052 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10053
10054 * xml.el (xml-get-attribute-or-nil): Doc fix.
10055
10056 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
10057
10058 * net/zone-mode.el (zone-mode): Use write-file-functions, not
10059 write-file-hooks.
10060
10061 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
10062
10063 * autorevert.el (auto-revert-interval): Doc fix.
10064
10065 2003-12-29 Mark A. Hershberger <mah@everybody.org>
10066
10067 * xml.el (xml-get-attribute-or-nil): New function, like
10068 xml-get-attribute, but returns nil if the attribute was not found.
10069 (xml-get-attribute): Convert to defsubst, uses
10070 xml-get-attribute-or-nil.
10071
10072 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10073
10074 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10075
10076 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
10077
10078 * custom.el (custom-declare-theme): Use `value' when putting
10079 properties on `theme'.
10080
10081 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
10082
10083 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10084 for each yank-handler segment.
10085 (insert-for-yank-1): New function, with the body of the previous
10086 insert-for-yank.
10087
10088 * textmodes/table.el (table-yank-handler): New defcustom.
10089 (table--put-cell-indicator-property): Put yank-handler property
10090 that indicates the yank handler for the table cell.
10091
10092 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10093
10094 * generic-x.el (etc-modules-conf-generic-mode): A more complete
10095 set of keywords.
10096
10097 2003-12-29 Eli Zaretskii <eliz@gnu.org>
10098
10099 * international/mule-cmds.el (reset-language-environment)
10100 (set-language-environment): Don't invoke fontset-related functions
10101 if fontset-list is not fboundp.
10102
10103 2003-12-29 Kenichi Handa <handa@m17n.org>
10104
10105 * international/mule-cmds.el (reset-language-environment):
10106 Call set-overriding-fontspec-internal with nil.
10107 (set-language-environment): Call set-overriding-fontspec-internal
10108 if the language environment specify `overriding-fontspec'.
10109 (language-info-alist): Doc added.
10110
10111 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10112 characters of mule-unicode-0100-24ff.
10113 (ccl-encode-windows-1251-font): New CCL program.
10114 ("Bulgarian"): Specify overriding-fontspec.
10115 ("Belarusian"): Likewise.
10116
10117 2003-12-28 Sam Steingold <sds@gnu.org>
10118
10119 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10120 parameter ID-FORMAT to conform with the 2003-11-30 patch.
10121
10122 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
10123
10124 * progmodes/gud.el (gud-gdb-command-name): Set default to
10125 "gdb --annotate=3".
10126 (gud-gdb-marker-filter): Look out for annotations.
10127 (gdb-first-pre-prompt): New variable.
10128 Remove trailing white space.
10129
10130 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10131 if necessary.
10132 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
10133 annotations are detected.
10134 (gud-gdba-marker-filter): Use global variable gud-marker-acc
10135 instead of a local one to allow transition from
10136 gud-gdb-marker-filter.
10137 Remove trailing white space.
10138
10139 2003-12-27 Kim F. Storm <storm@cua.dk>
10140
10141 * ido.el: Handle non-readable directories.
10142 (ido-decorations): Add 9th element for non-readable directory.
10143 (ido-directory-nonreadable): New dynamic var.
10144 (ido-set-current-directory): Set it.
10145 (ido-read-buffer, ido-file-internal):
10146 (ido-read-file-name, ido-read-directory-name): Let-bind it.
10147 (ido-file-name-all-completions1): Return empty list for
10148 non-readable directory.
10149 (ido-exhibit): Print [Not readable] if directory is not readable.
10150 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10151 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10152 Use it.
10153
10154 2003-12-27 Lars Hansen <larsh@math.ku.dk>
10155
10156 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10157 calls to directory-files-and-attributes and file-attributes.
10158 (ls-lisp-format): Remove system dependent handling of user and
10159 group id's.
10160
10161 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
10162
10163 * ffap.el (ffap-read-file-or-url): Revert previous change.
10164
10165 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
10166
10167 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10168 new list of included files called `files-with-node-lines', that
10169 only have node lines. This way @include commands can include any
10170 file, such as version and update files without node lines, not
10171 just files that are chapters.
10172
10173 2003-12-25 Andreas Schwab <schwab@suse.de>
10174
10175 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10176 file not found.
10177
10178 2003-12-08 Miles Bader <miles@gnu.org>
10179
10180 * dired.el (dired-between-files): Always use dired-move-to-filename,
10181 which is more robust in non-english locales.
10182
10183 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10184
10185 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10186
10187 2003-12-24 Andreas Schwab <schwab@suse.de>
10188
10189 * shell.el (shell-file-name-quote-list): Add backslash.
10190
10191 * comint.el (comint-quote-filename): Correctly handle backslash
10192 in comint-file-name-quote-list.
10193
10194 2003-12-24 Kenichi Handa <handa@m17n.org>
10195
10196 * international/mule-cmds.el (set-default-coding-systems):
10197 Call ucs-set-table-for-input for all buffers that don't have local
10198 value of buffer-file-coding-system.
10199
10200 * international/ucs-tables.el (ucs-set-table-for-input):
10201 If translation-table-for-encode is a symbol, get its
10202 translation-table property.
10203
10204 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
10205
10206 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10207 to `completing-read' on a recently fixed bug.
10208
10209 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10210 instead of SPACE, to get the list of possible fringe modes.
10211 SPACE only works if both `partial-completion-mode' and
10212 `completion-auto-help' are nil.
10213
10214 * complete.el (PC-is-complete-p): Delete.
10215 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10216 calls to `test-completion'.
10217
10218 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
10219
10220 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10221 to edit values when there are no children.
10222
10223 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10224 a mode called "Assembler" already exists.
10225 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10226 (gud-watch): Use format option. Remove font properties from string.
10227 (gdb-var-create-handler, gdb-var-list-children-handler):
10228 Don't bother about properties as there are none.
10229 (gdb-var-create-handler, gdb-var-list-children-handler)
10230 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10231 with two arguments.
10232 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10233 Let speedbar show value changes with a different font.
10234 (gdb-edit-value): New defun.
10235 (gdb-clear-partial-output, gdb-clear-inferior-io)
10236 (def-gdb-auto-update-handler): Use erase-buffer.
10237 (gdb-frame-handler): Display watch expressions in
10238 FUNCTION::VARIABLE format if required.
10239
10240 2003-12-23 John Paul Wallington <jpw@gnu.org>
10241
10242 * info.el (Info-unescape-quotes, Info-split-parameter-string)
10243 (Info-goto-emacs-command-node): Doc fixes.
10244
10245 2003-12-12 Jesper Harder <harder@ifa.au.dk>
10246
10247 * cus-edit.el (custom-add-parent-links): Define "many".
10248
10249 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
10250
10251 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10252 (widget-child-validate, widget-type-value-create)
10253 (widget-type-default-get, widget-type-match): New functions.
10254 (lazy): New widget.
10255 (menu-choice, checklist, radio-button-choice, editable-list)
10256 (group, documentation-string): Remove redundant (per 2003-10-25
10257 change) calls to `widget-children-value-delete'.
10258 (widget-choice-value-get, widget-choice-value-inline): Remove.
10259 (menu-choice): Update widget.
10260
10261 2003-12-03 Kenichi Handa <handa@m17n.org>
10262
10263 * language/cyrillic.el: Register "microsoft-cp1251" in
10264 ctext-non-standard-encodings-alist.
10265 ("Bulgarian"): Add ctext-non-standard-encodings.
10266 ("Belarusian"): Likewise.
10267
10268 * international/mule-conf.el (compound-text-with-extensions):
10269 Change the type to 2 (iso-2022 base).
10270
10271 * international/mule.el (ctext-non-standard-encodings-alist):
10272 Change the format.
10273 (ctext-non-standard-encodings): New variable.
10274 (ctext-post-read-conversion): Fully re-written.
10275 (ctext-non-standard-designations-alist): Delete it.
10276 (ctext-non-standard-encodings-table): New function.
10277 (ctext-pre-write-conversion): Fully re-written.
10278
10279 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
10280
10281 * cus-edit.el (custom-add-parent-links): Add documentation links
10282 for parent, if the item has none of its own.
10283
10284 2003-11-30 Richard M. Stallman <rms@gnu.org>
10285
10286 * dired-aux.el (dired-do-query-replace-regexp):
10287 Report files visited read-only.
10288
10289 2003-11-30 Juri Linkov <juri@jurta.org>
10290
10291 * dired-aux.el (dired-compare-directories): New command.
10292 (dired-file-set-difference, dired-files-attributes): New functions.
10293
10294 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10295 Version 2.0.38 of Tramp released.
10296
10297 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
10298 Charles Curley <charlescurley@charlescurley.com>.
10299 (tramp-multi-connection-function-alist): Add ssht entry which adds
10300 "-e none -t -t" to the list of ssh args. Suggested by Adrian
10301 Aichner.
10302 (tramp-get-method-parameter): New function to retrieve a method
10303 parameter. This allows for omission of method parameters.
10304 Callers adjusted.
10305
10306 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
10307
10308 * net/tramp.el: Add new optional parameter ID-FORMAT to
10309 `file-attributes'. Calls of `file-attributes' won't use this
10310 parameter for backward compatibility reasons.
10311 (tramp-perl-file-attributes): Add a new parameter to Perl script
10312 in order to handle uid/gid as strings, if desired.
10313 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10314 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10315 order to make the function more general.
10316 (tramp-handle-file-attributes): Replace proprietary optional
10317 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10318 (tramp-handle-file-attributes-with-perl): Handle parameter
10319 NONNUMERIC if set. This wasn't done in the past.
10320 (tramp-post-connection): Apply second parameter "$2" if
10321 `tramp-remote-perl' is called.
10322
10323 * net/tramp-smb.el (tramp-smb-handle-delete-file):
10324 Correct cut'n'waste error (`filename' instead of `directory').
10325 (tramp-smb-handle-directory-files-and-attributes)
10326 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10327 introduced parameter ID-FORMAT.
10328 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10329 error (`directory' instead of `ldir').
10330
10331 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10332 `file-attributes' has a second parameter. If yes, apply it with
10333 value "'integer". Otherwise, don't use that parameter (default is
10334 integer format).
10335
10336 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10337
10338 * help.el (help-map): Bind `display-local-help' to `C-h .'.
10339 (help-for-help): Add `C-h .' to the listed Help options.
10340 Remove trailing whitespace.
10341
10342 * help-at-pt.el: New file.
10343
10344 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
10345
10346 * subr.el (noreturn, 1value): New macros for test coverage.
10347 See `testcover.el'.
10348
10349 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10350
10351 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10352 for macro `1value'.
10353 (testcover-1value): New function. Checks that a 1value form
10354 actually returns only one value. Requested by RMS.
10355
10356 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
10357
10358 * gdb-ui.el (gud-watch, gdb-var-create-handler)
10359 (gdb-var-list-children, gdb-var-list-children-handler)
10360 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10361 gdb commands that use mi to keep them out of the command history.
10362
10363 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10364
10365 * cus-start.el (all): Add use-file-dialog.
10366
10367 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10370
10371 2003-11-27 Kim F. Storm <storm@cua.dk>
10372
10373 * subr.el (posn-object-x-y): New defun.
10374
10375 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10376
10377 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10378 Don't use `space' for \\\n.
10379 Be more selective as to which # are comment-starters.
10380
10381 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
10382
10383 * subr.el (number-sequence): Improve handling of floating point
10384 arguments (suggested by Kim Storm). Allow negative arguments.
10385
10386 2003-11-26 Kenichi Handa <handa@m17n.org>
10387
10388 * international/mule-cmds.el (standard-display-european-internal):
10389 Cancel the standard-display-table setting for ` and '.
10390
10391 2003-11-26 Kim F. Storm <storm@cua.dk>
10392
10393 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10394 New defcustoms to add ffap-like functionality to ido.
10395 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
10396 (ido-no-final-slash): New defun.
10397 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10398 (ido-read-file-name): ): Toggle VC checking via
10399 vc-handled-backends instead of vc-master-templates.
10400 (ido-file-internal): Handle ido-use-url-at-point and
10401 ido-use-filename-at-point via code borrowed from ffap-guesser.
10402 Handle new ido-exit code ffap.
10403 (ido-sort-list): Ignore final slash when sorting file names.
10404
10405 2003-11-25 Kim F. Storm <storm@cua.dk>
10406
10407 * emulation/cua-base.el (cua--standard-movement-commands):
10408 Add forward-sentence and backward-sentence.
10409
10410 2003-11-25 Stephen Eglen <stephen@gnu.org>
10411
10412 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10413 iswitchb-exit is set to 'usefirst when user selects buffer at head
10414 of list using RET. (Selecting buffers at the head of the list was
10415 broken if the substring was also a complete buffername.)
10416
10417 2003-11-23 Kim F. Storm <storm@cua.dk>
10418
10419 * progmodes/compile.el (grep-command, grep-use-null-device)
10420 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10421 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10422 (grep-regexp-alist, grep-program, find-program)
10423 (grep-find-use-xargs, grep-history, grep-find-history)
10424 (grep-process-setup, grep-compute-defaults)
10425 (grep-default-command, grep, grep-tag-default, grep-find)
10426 (grep-expand-command-macros, grep-tree-last-regexp)
10427 (grep-tree-last-files, grep-tree): Move grep variables, functions
10428 and commands to new file grep.el.
10429 (compilation-mode-map): Remove grep commands from Compile sub-menu.
10430 (compilation-process-setup-function): Doc fix.
10431 (compilation-highlight-regexp, compilation-highlight-overlay): New
10432 defvars used for highlighting current compile error in source buffer.
10433 (compile-internal): New optional args HIGHLIGHT-REGEXP and
10434 LOCAL-MAP which overrides compilation-highlight-regexp and
10435 compilation-mode-map for this compilation.
10436 Delay calling compilation-set-window-height until after running
10437 compilation-process-setup-function so it can buffer-local override
10438 compilation-window-height.
10439 Check buffer-local value of compilation-scroll-output.
10440 (compilation-set-window-height): Use buffer-local value of
10441 compilation-window-height.
10442 (compilation-revert-buffer): Don't pass (undefined)
10443 preserve-modes arg to revert-buffer.
10444 (next-error-no-select, previous-error-no-select): New commands.
10445 (compilation-goto-locus): Temporarily highlight current match in
10446 source buffer using compilation-highlight-regexp.
10447
10448 * progmodes/grep.el: New file with grep code from compile.el.
10449 (grep): New defcustom group.
10450 (grep-window-height): New defcustom, like compilation-window-height.
10451 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10452 (grep-scroll-output): New defcustom, like compilation-scroll-output.
10453 (grep-command, grep-use-null-device, grep-find-command)
10454 (grep-tree-files-aliases, grep-tree-ignore-case)
10455 (grep-tree-ignore-CVS-directories): Move to grep custom group.
10456 (grep-setup-hook): New hook variable.
10457 (grep-mode-map): New keymap for grep commands. Add Grep menu.
10458 (grep-last-buffer): New defvar, override compilation-last-buffer.
10459 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
10460 Call compile-internal with args highlight-regexp and grep-mode-map.
10461
10462 2003-11-23 Kim F. Storm <storm@cua.dk>
10463
10464 * subr.el (event-start, event-end): Doc fix.
10465 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10466 (posn-area, posn-actual-col-row, posn-object): New defuns.
10467 (posn-col-row): Simplify doc. Rewrite to use cond.
10468 (posn-point): Also return buffer position for events outside text
10469 area (that info is now present in the event position).
10470
10471 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10472 mouse-set-point so that hscroll still works now that clicks on
10473 fringes generate specific mouse events.
10474 (mouse-set-point): Note that it now works in fringes and margins
10475 too due to new semantics of posn-point in fringes and margins.
10476
10477 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10478 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10479
10480 2003-11-20 Kim F. Storm <storm@cua.dk>
10481
10482 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10483 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10484 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10485 to 100 for icons to avoid increasing line height when shown.
10486
10487 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10488
10489 * newcomment.el (comment-normalize-vars): Initialize properly if
10490 comment-start was nil.
10491
10492 2003-11-19 Andreas Schwab <schwab@suse.de>
10493
10494 * simple.el (set-variable): Fix indentation.
10495
10496 2003-11-17 Kenichi Handa <handa@m17n.org>
10497
10498 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10499 Fix docstring.
10500
10501 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10502
10503 * international/latin1-disp.el (latin1-display): Fix docstring.
10504
10505 2003-11-16 John Wiegley <johnw@newartisans.com>
10506
10507 * eshell/em-ls.el (eshell-ls-file): There are times with
10508 size-width is nil and uncomputed (when directories are created in
10509 dired, for example); in this case, 4 is reasonable default value,
10510 although it may caused skewed new entries (which could be avoided
10511 by returning the original value of 8 in all cases, but 99% of the
10512 time this is a waste of whitespace).
10513
10514 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10515
10516 * cc-engine.el (c-guess-continued-construct)
10517 (c-guess-basic-syntax): Check a little more carefully if it's a
10518 function declaration when an unknown construct followed by a block
10519 is found inside a statement context. This avoids macros followed
10520 by blocks to be taken as function declarations.
10521
10522 (c-guess-continued-construct): Change the analysis of a statement
10523 continuation with a brace open to `substatement-block', for
10524 consistency with recognized statements.
10525
10526 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10527 start is in a position so that `c-beginning-of-statement-1' jumped
10528 to the beginning of the same statement.
10529
10530 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10531 Don't accept binary operators in the arglist if we're in a function
10532 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
10533 template recognition in cases like "if (a < b || c > d)".
10534
10535 (c-restricted-<>-arglists): New more appropriate name for
10536 `c-disallow-comma-in-<>-arglists'.
10537
10538 Accessing functions updated for the variable name change.
10539
10540 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10541 match data could get clobbered if NOT-INSIDE-TOKEN is used.
10542
10543 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10544 labels.
10545
10546 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10547 instead of duplicating parts of it. This fixes bogus label
10548 recognition.
10549
10550 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10551 of checking the context in which to apply the minimum indentation,
10552 so that it isn't enforced in e.g. namespace blocks.
10553
10554 * cc-vars.el (c-inside-block-syms): New constant used by
10555 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
10556 to somewhat reduce the risk of becoming stale.
10557
10558 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10559 cc-cmds to cc-engine to allow use from cc-align.
10560
10561 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10562 qualified identifiers containing "::".
10563
10564 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10565 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10566
10567 * cc-vars.el (c-emacs-features): Use a space in front of the name
10568 of the temporary buffer. That also avoids dumping problems in
10569 XEmacs due to undo info being left around after the buffer is killed.
10570
10571 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10572 arglist to see if it's a K&R style declaration.
10573
10574 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10575 before returning `knr-argdecl-intro'.
10576
10577 2003-11-16 John Wiegley <johnw@newartisans.com>
10578
10579 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10580 field in a long-listing always 8 characters, use `size-width',
10581 which has already been computed.
10582
10583 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10584
10585 * subr.el (minor-mode-list): Add `hs-minor-mode'.
10586
10587 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
10588
10589 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10590 Support operation while narrowed, with `diff-restrict-view'.
10591
10592 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
10593
10594 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10595 Take additional optional arg NARROWFUN. For the generated functions:
10596 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
10597 include frags that arrange to check for and save narrowing state before
10598 the move and then conditionally call NARROWFUN after the move.
10599
10600 2003-11-14 John Wiegley <johnw@newartisans.com>
10601
10602 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10603 that was optional, but obviously missing based on surrounding code.
10604
10605 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10606 string arguments to numbers unless the whole argument was seen as
10607 a number.
10608
10609 2003-11-14 Kenichi Handa <handa@m17n.org>
10610
10611 * international/mule.el (ctext-non-standard-encodings-alist):
10612 Fix coding systems.
10613
10614 2003-11-10 Kenichi Handa <handa@m17n.org>
10615
10616 * language/kannada.el ("Kannada"): Add sample-text.
10617
10618 * language/knd-util.el (kannada-compose-region)
10619 (kannada-compose-string, kannada-post-read-conversion):
10620 Add autoload cookie.
10621
10622 * international/quail.el (quail-completion): Change the message
10623 "corresponding translations" to "corresponding characters".
10624
10625 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
10626
10627 * descr-text.el (describe-char): Fix typo.
10628
10629 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
10630
10631 These changes are to support Kannada language/script.
10632
10633 * Makefile.in (DONTCOMPILE): Add kannada.el.
10634
10635 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
10636
10637 * loadup.el: Preload kannada.el.
10638
10639 * language/ind-util.el (ucs-kannada-to-is13194-alist)
10640 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
10641 New variables.
10642
10643 * language/kannada.el: New file.
10644
10645 * language/knd-util.el: New file.
10646
10647 2003-11-07 Andreas Schwab <schwab@suse.de>
10648
10649 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10650 Also highlight AH_*.
10651
10652 * xml.el (xml-parse-dtd): Fix misplaced paren.
10653
10654 2003-11-07 Kenichi Handa <handa@m17n.org>
10655
10656 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
10657
10658 2003-11-05 Juri Linkov <juri@jurta.org>
10659
10660 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
10661 (desktop-buffer-file): Use saved buffer-file-coding-system
10662 for file reading. Set auto-insert to nil to prevent automatic
10663 insertion into restored empty files.
10664
10665 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10666
10667 * files.el (risky-local-variable-p): Make second argument optional.
10668
10669 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * subr.el (add-hook): Fix last change.
10672
10673 2003-11-03 Eli Zaretskii <eliz@gnu.org>
10674
10675 * mail/rmail.el (rmail-convert-to-babyl-format):
10676 If base64-decode-region signals an error, catch it and silently
10677 ignore it.
10678
10679 2003-11-01 Mark A. Hershberger <mah@everybody.org>
10680
10681 * xml.el (xml-parse-region): Allow comments to appear after the
10682 topmost element has closed.
10683 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
10684 (xml-ns-expand-attr): New functions to do namespace handling.
10685 (xml-intern-attrlist): Back-compatible handling of attribute names.
10686 (xml-parse-tag): Move namespace handling to separate functions.
10687 Now produces elements in the form ((:ns . "element") (attr-list)
10688 children) instead of ('ns:element (attr-list) children).
10689 (xml-parse-attlist): Fix attribute parsing.
10690 (xml-parse-dtd): Change parsing so that it produces strings
10691 instead of interned symbols.
10692
10693 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
10694
10695 * dired.el (dired-ls-sorting-switches): Doc fix.
10696
10697 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
10698
10699 * emacs-lisp/rx.el (rx-or): Fix the case of
10700 "(rx (and ?a (or ?b ?c) ?d))".
10701
10702 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
10703
10704 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
10705 (texinfo-format-region): Use it.
10706 (texinfo-format-buffer-1): Ditto.
10707
10708 2003-11-01 Alan Mackenzie <acm@muc.de>
10709
10710 Changes to allow scrolling whilst in isearch mode:
10711 * isearch.el (isearch-unread-key-sequence): New function,
10712 extracted from isearch-other-meta-char.
10713 (top level): (put 'foo 'isearch-scroll) on all Emacs's
10714 "scrollable" standard functions.
10715 (isearch-allow-scroll): New customizable variable.
10716 (isearch-string-out-of-window, isearch-back-into-window)
10717 (isearch-reread-key-sequence-naturally)
10718 (isearch-lookup-scroll-key): New functions.
10719 (isearch-other-meta-char): Doc string and functionality enhanced.
10720 Now accepts a prefix argument.
10721 (isearch-lazy-highlight-window-end): New variable.
10722 (isearch-lazy-highlight-new-loop): Pay attention to the window's
10723 end (thru isearch-lazy-highlight-window-end), not only its start.
10724
10725 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
10726 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
10727 (universal-argument, universal-argument-more, negative-argument)
10728 (digit-argument, universal-argument-other-key): Minor changes.
10729
10730 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10731
10732 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
10733 recursively if the last message is deleted, thus avoiding an
10734 infinite loop.
10735
10736 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
10739 (tex-main-file): Don't add .tex if the extension is already present.
10740 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
10741
10742 2003-10-29 Lute Kamstra <lute@gnu.org>
10743
10744 * progmodes/octave-inf.el (inferior-octave-prompt):
10745 Recognize version number in prompt.
10746
10747 2003-10-28 Dave Love <fx@gnu.org>
10748
10749 * international/characters.el: Fix some Unicode ranges.
10750
10751 2003-10-28 Kenichi Handa <handa@m17n.org>
10752
10753 * disp-table.el (standard-display-8bit)
10754 (standard-display-default, standard-display-ascii)
10755 (standard-display-g1, standard-display-graphic)
10756 (standard-display-underline): Assure that standard-display-table
10757 is a display table.
10758
10759 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * simple.el (reindent-then-newline-and-indent): Delete space *after*
10762 reindenting the first line.
10763
10764 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
10765
10766 * wid-edit.el (widget-default-delete): Always delete child widgets.
10767
10768 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10769
10770 * newcomment.el (comment-indent): Don't call indent-according-to-mode
10771 if the line has code.
10772 Don't try to line up with something that's too far left.
10773
10774 * progmodes/octave-mod.el (octave-comment-start): Simplify.
10775 (octave-mode-syntax-table): Add % as a comment starter.
10776 (octave-point): Remove.
10777 (octave-in-comment-p, octave-in-string-p)
10778 (octave-not-in-string-or-comment-p, calculate-octave-indent)
10779 (octave-blink-matching-block-open, octave-auto-fill):
10780 Use line-(beginning|end)-position instead.
10781
10782 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
10783
10784 * emacs-lisp/authors.el (authors-aliases): Add correct realname
10785 for Francesco Potort\e,Al\e(B.
10786
10787 2003-10-23 Dave Love <fx@gnu.org>
10788
10789 * international/mule-cmds.el (locale-charset-to-coding-system):
10790 Don't rely on nil being a coding system.
10791
10792 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
10793 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
10794 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
10795
10796 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
10797
10798 * gdb-ui.el (gdb-current-language): New variable.
10799 (gdb-update-flag): Remove variable.
10800 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
10801 (gdb-take-last-elt): Remove function.
10802 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
10803 (gdb-post-prompt): Check for variable object changes here.
10804
10805 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
10806 object changes in gdb-ui.el.
10807
10808 2003-10-21 Richard M. Stallman <rms@gnu.org>
10809
10810 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
10811
10812 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
10813 Don't check for foo*/ wildcard form here.
10814 (insert-directory): Recognize foo*/ as a wildcard.
10815 Separate wildcard-regexp variable from the arg, wildcard.
10816
10817 * subr.el (add-hook): Correctly detect when make-local-hook was used.
10818 (remove-hook): Correctly handle strange cases about local hooks.
10819
10820 2003-10-21 David Ponce <david@dponce.com>
10821
10822 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
10823 argument REAL, to return a real number instead of a rounded
10824 integer value. Define as inline function.
10825 (ruler-mode-right-fringe-cols): Likewise.
10826 (ruler-mode-scroll-bar-cols): New function.
10827 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
10828 (ruler-mode-right-scroll-bar-cols): Likewise.
10829 (ruler-mode-space): New function.
10830 (ruler-mode-ruler): Use it. Handle variations of fringe style,
10831 scroll bar mode and margins in a more robust way.
10832
10833 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
10834
10835 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
10836 (antlr-c-init-language-vars): New function.
10837 (antlr-mode): Use it with cc-mode before v5.29.
10838 (antlr-c-common-init): Don't set some local vars here.
10839 (antlr-mode): Set them here.
10840 (antlr-c-forward-sws): New function alias.
10841 (antlr-mode): Redefine with cc-mode before v5.30.
10842 (antlr-skip-sexps): Use it.
10843 (antlr-skip-exception-part): Ditto.
10844 (antlr-skip-file-prelude): Ditto.
10845 (antlr-outside-rule-p): Ditto.
10846 (antlr-end-of-body): Ditto.
10847 (antlr-option-kind): Ditto.
10848 (antlr-insert-option-area): Ditto.
10849 (antlr-file-dependencies): Ditto.
10850
10851 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10852
10853 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
10854 Move backward only if point was not inside an entry.
10855
10856 2003-10-21 Richard M. Stallman <rms@gnu.org>
10857
10858 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
10859
10860 2003-10-21 Juri Linkov <juri@jurta.org>
10861
10862 * compare-w.el: Automatically skip non-matching text to resync.
10863 (compare-windows-whitespace): Doc fix.
10864 (compare-windows-sync, compare-windows-sync-string-size)
10865 (compare-windows-recenter, compare-ignore-whitespace)
10866 (compare-windows-highlight, compare-windows-face): New variables.
10867 (compare-windows): Use compare-windows-sync.
10868 (compare-windows-highlight, compare-windows-dehighlight)
10869 (compare-windows-sync-regexp)
10870 (compare-windows-sync-default-function): New functions.
10871
10872 2003-10-21 Juri Linkov <juri@jurta.org>
10873
10874 * diff.el (diff-parse-differences): Don't visit the files now;
10875 instead, just record the error locus.
10876
10877 2003-10-21 Dave Love <fx@gnu.org>
10878
10879 * progmodes/cfengine.el: New file.
10880
10881 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * complete.el (PC-do-completion): Do not forget to use `pred' as the
10884 default-directory when completing file names.
10885
10886 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
10887
10888 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
10889 followed by the word `face', it gets treated as a face, even if
10890 it is also defined as a variable or a function.
10891
10892 2003-10-20 Dave Love <fx@gnu.org>
10893
10894 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10895 Avoid incf in macro expansion.
10896
10897 2003-10-20 John Paul Wallington <jpw@gnu.org>
10898
10899 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
10900 `evenp' so we don't implicitly require cl library at runtime.
10901
10902 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
10903
10904 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
10905 (help-make-xrefs): Only make cross-references for faces if
10906 preceded or followed by the word `face'. Do not make a
10907 cross-reference for variables without variable documentation,
10908 unless preceded by the word `variable' or `option'. Update doc
10909 string accordingly.
10910
10911 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10912
10913 * progmodes/hideshow.el: Rewrite one-armed `if'
10914 constructs using either `when' or `unless'.
10915 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
10916
10917 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
10918
10919 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
10920 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
10921 instead of 12x12.
10922
10923 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10924
10925 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
10926 message while converting to Babyl.
10927
10928 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
10929
10930 * allout.el (allout-mode): Doc fix.
10931
10932 2003-10-16 Lute Kamstra <lute@gnu.org>
10933
10934 * subr.el (force-mode-line-update): Fix docstring.
10935
10936 2003-10-14 Dave Love <fx@gnu.org>
10937
10938 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10939 (default-input-method): Add :link, improve :type.
10940 (locale-charset-language-names): Fix utf-8 pattern.
10941 (locale-charset-match-p, locale-charset-alist)
10942 (locale-charset-to-coding-system): New.
10943 (set-locale-environment): Deal with codeset part of locale specs.
10944
10945 2003-10-14 Lute Kamstra <lute@gnu.org>
10946
10947 * fringe.el (fringe-mode): Use active voice in docstring.
10948 (set-fringe-style): Ditto.
10949
10950 2003-10-13 Lute Kamstra <lute@gnu.org>
10951
10952 * fringe.el (fringe-mode): Fix docstring.
10953 (set-fringe-style): Ditto.
10954
10955 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
10956
10957 * ediff-mult.el (ediff-filegroup-action):
10958 Use ediff-default-filtering-regexp.
10959
10960 * ediff-util.el (ediff-recenter): Don't call
10961 ediff-restore-highlighting twice.
10962 (ediff-select-difference): Set current difference.
10963 (ediff-unselect-and-select-difference): Add comment.
10964
10965 * ediff.el (ediff-directories,ediff-directory-revisions)
10966 (ediff-directories3,ediff-merge-directories)
10967 (ediff-merge-directories-with-ancestor)
10968 (ediff-merge-directory-revisions)
10969 (ediff-merge-directory-revisions-with-ancestor):
10970 Use ediff-default-filtering-regexp.
10971
10972 2003-10-12 Andreas Schwab <schwab@suse.de>
10973
10974 * international/mule-cmds.el (locale-charset-language-names):
10975 Simplify regex by removing unused grouping.
10976
10977 2003-10-10 Dave Love <fx@gnu.org>
10978
10979 * bindings.el: Don't bind stop.
10980
10981 2003-10-08 Miles Bader <miles@gnu.org>
10982
10983 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10984 face instead of attempting to emulate it.
10985
10986 2003-10-07 Kenichi Handa <handa@m17n.org>
10987
10988 * international/mule-diag.el (list-coding-systems-1): List coding
10989 systems that are loaded automatically.
10990
10991 * international/code-pages.el (iso-8859-11): Add autoload cookie.
10992
10993 * international/mule.el (autoload-coding-system): New function.
10994
10995 2003-10-07 Andreas Schwab <schwab@suse.de>
10996
10997 * log-edit.el (log-edit-changelog-entries): Prefer local value of
10998 change-log-default-name in the buffer visiting the file.
10999
11000 2003-10-06 Dave Love <fx@gnu.org>
11001
11002 * files.el (find-file-hook): Customize.
11003 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11004
11005 * bindings.el (completion-ignored-extensions): Remove .log.
11006 (global-map): Add again, open, stop keys.
11007
11008 2003-10-05 Richard M. Stallman <rms@gnu.org>
11009
11010 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11011 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11012 Use sh-modify directly.
11013 (sh-select): Use sh-append, not eval.
11014
11015 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11016
11017 * info.el (Info-following-node-name): New function.
11018
11019 * loadhist.el (unload-feature-special-hooks):
11020 Rename from loadhist-hook-functions.
11021 (loadhist-hook-functions): Now an alias.
11022
11023 2003-10-04 Eli Zaretskii <eliz@gnu.org>
11024
11025 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11026 file-name clashes on 8+3 filesystems.
11027
11028 * Makefile.in (DONTCOMPILE, bootstrap-clean):
11029 Rename loaddefs-boot.el to ldefs-boot.el
11030
11031 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11032 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11033
11034 2003-10-03 Lute Kamstra <lute@gnu.org>
11035
11036 * info.el (Info-mode): Revert previous change.
11037 (Info-escape-percent): New function.
11038 (Info-fontify-node): Use it.
11039
11040 2003-10-02 Andreas Schwab <schwab@suse.de>
11041
11042 * loaddefs-boot.el: Regenerated.
11043
11044 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
11045
11046 * ffap.el: Remove defadvice related code from CVS since `complete'
11047 provides a `PC-completion-as-file-name-predicate' variable that
11048 ffap can override.
11049
11050 2003-10-02 Kenichi Handa <handa@m17n.org>
11051
11052 * international/utf-8.el (ccl-decode-mule-utf-8):
11053 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11054
11055 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11056 * international/subst-big5.el: Likewise.
11057 * international/subst-gb2312.el: Likewise.
11058 * international/subst-ksc.el: Likewise.
11059
11060 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
11061
11062 * calendar/calendar.el (increment-calendar-month)
11063 (calendar-leap-year-p, calendar-absolute-from-gregorian)
11064 (generate-calendar, calendar-read-date, calendar-interval)
11065 (calendar-day-of-week): Handle years BC.
11066 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11067
11068 2003-10-01 Dave Love <fx@gnu.org>
11069
11070 * language/cyrillic.el (cp1251): Alias for windows-1251.
11071
11072 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11073 bootstrap.
11074
11075 2003-10-01 Lute Kamstra <lute@gnu.org>
11076
11077 * files.el: Fix typo.
11078 * imenu.el (imenu--generic-function): Docstring fix.
11079
11080 2003-09-30 Richard M. Stallman <rms@gnu.org>
11081
11082 * dired.el (dired-mode): Handle dired-directory as a list.
11083
11084 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
11085
11086 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11087
11088 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11089
11090 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11091 Replace gud-display with gud-watch.
11092 (gud-speedbar-buttons): Add stuff for watching expressions
11093 in the speedbar when using M-x gdba. Use dolist on old part
11094 of this function.
11095
11096 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11097 (gdb-update-flag): New variables.
11098 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11099 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11100 (gud-watch, gdb-var-create-handler) : New functions.
11101 (gdb-var-list-children, gdb-var-list-children-handler)
11102 (gdb-var-create-regexp, gdb-var-update-regexp)
11103 (gdb-var-list-children-regexp): New constants.
11104 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11105 (gdb-annotation-rules): Reduce annotation set (level 3).
11106 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11107 (gdb-post-prompt): Don't update GDB buffers every time speedbar
11108 updates.
11109 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11110 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11111 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11112 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11113 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11114 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11115 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11116 (gud-display, gud-display1)
11117 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11118 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11119 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11120 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11121 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11122 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11123 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11124 (gdb-display-display-buffer, gdb-toggle-display)
11125 (gdb-delete-display, gdb-expressions-popup-menu)
11126 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11127 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11128 to display buffer.
11129
11130 2003-09-30 Richard M. Stallman <rms@gnu.org>
11131
11132 * progmodes/ada-mode.el (ada-mode): Don't use advice.
11133 Instead, set which-func-functions.
11134
11135 * progmodes/which-func.el (which-func-modes): Add ada-mode.
11136 (which-func-functions): New variable.
11137 (which-function): Use that.
11138
11139 * info.el (Info-mode): Double each `%' in header line.
11140
11141 * emacs-lisp/lisp-mnt.el (lm-with-file):
11142 When FILE is nil, run BODY in current buffer.
11143
11144 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11145
11146 * help.el (describe-mode): Start with a brief list of minor modes.
11147 Find them thru minor-mode-list so as to find them all.
11148 Show them in alphabetical order.
11149
11150 * mail/sendmail.el (mail-aliases): Doc fix.
11151
11152 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11153
11154 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11155
11156 * mail/rmailsum.el (rmail-make-summary-line-1):
11157 Change comma after last label to a space.
11158 (rmail-summary-font-lock-keywords): Adapt to that change.
11159
11160 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
11161
11162 * progmodes/scheme.el (scheme-mode-variables): When setting
11163 `font-lock-defaults', also specify that "#" should
11164 be interpreted with `word' syntax.
11165 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11166
11167 2003-09-30 Lars Hansen <larsh@math.ku.dk>
11168
11169 * desktop.el: A lot of comments updated.
11170 (desktop-save-mode): Minor mode introduced.
11171 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11172 (desktop-load-default): Function made obsolete.
11173 (desktop-locals-to-save): Variable made customizable.
11174 (desktop-read): Optional parameter `dirname' added.
11175 (desktop-change-dir, desktop-revert): Parameter `dirname' in
11176 `desktop-read' used.
11177 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11178
11179 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
11180
11181 * whitespace.el (whitespace-clean-msg): Add user customizable message
11182 for displaying ``clean'' output.
11183 (whitespace-buffer): Use `whitespace-clean-msg'.
11184 (whitespace-global-mode): Fix typo.
11185
11186 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
11187
11188 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11189
11190 2003-09-29 Lute Kamstra <lute@gnu.org>
11191
11192 * bindings.el (mode-line-modes): Remove superfluous :propertize
11193 construct in initialization.
11194 (mode-line-position): Change cons cell into proper list in
11195 initialization.
11196
11197 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11198
11199 * international/mule.el (decode-coding-inserted-region): Use car
11200 of the return value of find-operation-coding-system.
11201
11202 2003-09-29 Kenichi Handa <handa@m17n.org>
11203
11204 * descr-text.el (describe-char): Fix previous change.
11205
11206 2003-09-28 Kenichi Handa <handa@m17n.org>
11207
11208 * descr-text.el (describe-char-display): New function.
11209 (describe-char): Pay attention to display table on describing how
11210 a character is displayed.
11211
11212 * international/mule-cmds.el (encoded-string-description):
11213 Prepend "0x" to each encoded byte.
11214
11215 2003-09-28 Andreas Schwab <schwab@suse.de>
11216
11217 * find-file.el (ff-special-constructs): Add autoload cookie.
11218
11219 2003-09-28 Kevin Ryde <user42@zip.com.au>
11220
11221 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11222 makeinfo appends to duplicate index entries.
11223
11224 2003-09-28 Eli Zaretskii <eliz@gnu.org>
11225
11226 * dired-x.el (dired-clean-tex): Doc fix.
11227
11228 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11229 using a Chinese tutorial.
11230
11231 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11232
11233 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11234 between "MAIL FROM:" and "RCPT TO:" and the following address.
11235
11236 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
11237
11238 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11239
11240 2003-09-28 David Ponce <david@dponce.com>
11241
11242 * recentf.el (recentf-initialize-file-name-history): New defcustom.
11243 (recentf-load-list): When `recentf-initialize-file-name-history'
11244 is non-nil, initialize an empty `file-name-history' with the
11245 recent list.
11246
11247 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
11248
11249 * man.el (Man-default-man-entry): Remove the leading `*' from the
11250 word at point.
11251
11252 2003-09-26 Lute Kamstra <lute@gnu.org>
11253
11254 * bindings.el (mode-line-position): Mention size indication in
11255 docstring.
11256
11257 2003-09-26 Andre Spiegel <spiegel@gnu.org>
11258
11259 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11260
11261 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11262 because it's autoloaded now.
11263
11264 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11265
11266 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11267 (sh-font-lock-keywords, sh-feature): Fix previous change of
11268 sh-feature to avoid infloop with sh-font-lock-keywords.
11269
11270 2003-09-25 Kim F. Storm <storm@cua.dk>
11271
11272 * frame.el (frame-current-scroll-bars): New defun.
11273
11274 * window.el (window-current-scroll-bars): New defun.
11275
11276 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11277
11278 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11279 cause errors when the state cache contains info on parts that have
11280 been narrowed out.
11281
11282 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11283
11284 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11285 `c-setup-paragraph-variables' has to be used when this variable is
11286 changed; it doesn't work to reinitialize the mode since that
11287 typically clobbers the variable.
11288
11289 * progmodes/cc-styles.el (c-setup-paragraph-variables):
11290 Make it interactive.
11291
11292 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11293
11294 * progmodes/cc-fonts.el (c-font-lock-declarations):
11295 Fix recognition of constructors and destructors for classes whose
11296 names are matched by `*-font-lock-extra-types'.
11297
11298 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11299 followed by an identifier in C++ then it's a type.
11300
11301 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11302
11303 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11304 problem that primarily affected XEmacs. Don't use faces to find
11305 unterminated strings since Emacs and XEmacs fontify strings
11306 differently - this function should now work better in XEmacs.
11307
11308 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11309
11310 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11311 `expand-abbrev' workaround which caused braces to misbehave inside
11312 macros.
11313
11314 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11315 handling. This bug could cause interactive font locking to bail out.
11316
11317 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11318
11319 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11320 Handle paren-style types in Pike. Also fixed some cases of
11321 insufficient handling of unbalanced parens.
11322
11323 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
11324
11325 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11326 common shell prompts that are not common filename or URL characters.
11327 (ffap-file-at-point): Use the new regexp to strip the prompts from
11328 the file names. This is an issue mostly for user prompts that
11329 don't have a trailing space and find-file-at-point is invoked from
11330 within a shell inside Emacs.
11331
11332 2003-09-24 Andre Spiegel <spiegel@gnu.org>
11333
11334 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11335 stamps numerically, rather than textually.
11336
11337 2003-09-24 Kenichi Handa <handa@m17n.org>
11338
11339 * language/devan-util.el (devanagari-post-read-conversion):
11340 * language/mlm-util.el (malayalam-post-read-conversion):
11341 * language/tml-util.el (tamil-post-read-conversion):
11342 Add autoload cookie.
11343
11344 * international/utf-8.el (utf-8-post-read-conversion):
11345 Call post-read-conversion functions for Devanagari, Malayalam,
11346 and Tamil.
11347
11348 2003-09-23 Dave Love <fx@gnu.org>
11349
11350 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11351
11352 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
11353
11354 * progmodes/gud.el (perldb): Add gud-until to list of commands.
11355 Update gud-remove.
11356
11357 2003-09-22 Richard M. Stallman <rms@gnu.org>
11358
11359 * progmodes/sh-script.el (sh-mode-default-syntax-table):
11360 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
11361 (sh-mode-syntax-table-input): New variable.
11362 (sh-require-final-newline): Don't use eval.
11363 (sh-builtins, sh-leading-keywords, sh-other-keywords)
11364 (sh-variables, sh-font-lock-keywords): Don't use eval.
11365 (sh-set-shell): When setting require-final-newline,
11366 treat value = `require-final-newline' as don't change it.
11367 Set sh-mode-syntax-table locally based on
11368 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11369
11370 * progmodes/compile.el (compile-internal):
11371 Call compilation-set-window-height before setting window start.
11372
11373 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
11374
11375 * emacs-lisp/bytecomp.el (byte-compile-log-file):
11376 Clear out byte-compile-last-warned-form.
11377
11378 2003-09-22 Richard M. Stallman <rms@gnu.org>
11379
11380 * woman.el (woman-file-name, woman-follow-word):
11381 If current-word returns nil, use "".
11382
11383 * simple.el (eval-expression): Bind standard-output in to-buffer case.
11384
11385 2003-09-22 Richard M. Stallman <rms@gnu.org>
11386
11387 * emacs-lisp/lisp-mnt.el (lm-with-file):
11388 Don't visit the file, just use insert-file-contents in temp buffer.
11389
11390 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
11391
11392 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11393 Add surrounding \\( and \\) around the header, as in
11394 for lm-history-header 'Change Log\\|History'.
11395
11396 2003-09-22 John Paul Wallington <jpw@gnu.org>
11397
11398 * progmodes/ld-script.el: Add Commentary section,
11399 minor cleanup of file header.
11400 (ld-script-font-lock-keywords): Doc fix.
11401 (toplevel): Provide `ld-script' feature.
11402
11403 2003-09-21 Kim F. Storm <storm@cua.dk>
11404
11405 * scroll-bar.el (set-scroll-bar-mode): Initialize to
11406 new built-in variable default-frame-scroll-bars.
11407 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11408 scroll-bar-mode; notably, use it instead of t when we toggle
11409 scroll-bars on.
11410 (toggle-scroll-bar): Use default-frame-scroll-bars.
11411
11412 2003-09-19 Masatake YAMATO <jet@gyve.org>
11413
11414 * pcvs.el (cvs-do-removal): Change the prompt depending on
11415 `filter' value.
11416
11417 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11418
11419 * startup.el (command-line-1): Stop startup-echo-area-message
11420 being hidden by "Loading image..." message.
11421 (use-fancy-splash-screens-p, display-splash-screen):
11422 Move display-graphic-p test from latter to former.
11423
11424 * progmodes/sh-script.el (sh-font-lock-keywords):
11425 Highlight escaped EOLs differently from other backslash constructs.
11426
11427 2003-09-19 Richard M. Stallman <rms@gnu.org>
11428
11429 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11430 New functions.
11431 (edebug-enter, edebug-outside-excursion): Use them.
11432
11433 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11434 Fix the condition for whether to print "In WHERE".
11435
11436 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
11437
11438 * finder.el (finder-mode-hook): New variable.
11439 (finder-mode): Run hook finder-mode-hook
11440
11441 2003-09-18 Masatake YAMATO <jet@gyve.org>
11442
11443 * progmodes/ebrowse.el: Fix broken magic autoload comments.
11444
11445 2003-09-17 Mario Lang <mlang@delysid.org>
11446
11447 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11448 "p %e" to actually print the value in the GUD buffer.
11449
11450 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
11451
11452 From David Ponce <david.ponce@wanadoo.fr>:
11453 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11454 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11455 from loaddefs-boot.el if necessary.
11456
11457 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
11458
11459 * progmodes/gud.el (gud-find-class): Make jdb work again since
11460 cc-mode changed the syntactic information.
11461
11462 2003-09-15 David Ponce <david@dponce.com>
11463
11464 * recentf.el: (recentf-exclude): Accept predicates too.
11465 (recentf-file-readable-p): New function.
11466 (recentf-include-p): Handle predicates in recentf-exclude.
11467 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
11468 (recentf-cleanup): Likewise.
11469 (recentf-save-list): Use write-file to handle backup of
11470 recentf-save-file.
11471
11472 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
11473
11474 * loaddefs-boot.el: Renamed from `loaddefs.el'
11475 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11476 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11477 necessary.
11478
11479 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
11480
11481 * electric.el (Electric-pop-up-window): For the `one-window' case,
11482 no longer disconcertingly move point in the original buffer.
11483
11484 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11487
11488 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
11489
11490 * dired.el (dired-mode-map): Fix typo.
11491
11492 2003-09-11 Richard M. Stallman <rms@gnu.org>
11493
11494 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11495
11496 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11497
11498 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11499 the function is less noisy. Now only `kill-buffer' can ask questions.
11500
11501 2003-09-10 Mario Lang <mlang@delysid.org>
11502
11503 * battery.el: Update Commentary and Copyright.
11504 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11505 appear due to wrong ordering of the expressions in `or'.
11506
11507 2003-09-09 Lute Kamstra <lute@gnu.org>
11508
11509 * misc.el (upcase-char): Fix docstring.
11510 (zap-up-to-char): New command.
11511
11512 2003-09-08 David Ponce <david@dponce.com>
11513
11514 Ensure that recentf correctly updates the menu bar.
11515 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11516 (recentf-menu-bar): New function.
11517 (recentf-clear-data): Use it
11518 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
11519 of easy-menu-change.
11520
11521 2003-09-08 Lute Kamstra <lute@gnu.org>
11522
11523 * simple.el (size-indication-mode): New.
11524 * bindings.el (mode-line-position): Add buffer size indicator.
11525
11526 2003-09-04 Mario Lang <mlang@delysid.org>
11527
11528 * battery.el (battery-linux-proc-acpi): New function.
11529 (battery-status-function): Modify default value calculation to also
11530 check for availability of ACPI.
11531 (battery-echo-area-format): Ditto.
11532 (battery-mode-line-format): Ditto.
11533
11534 2003-09-06 Dave Love <fx@gnu.org>
11535
11536 * ielm.el (ielm-mode-hook): Add :options.
11537
11538 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11539 (eldoc-print-current-symbol-info): Use it.
11540
11541 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
11542
11543 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11544 being displayed in GUD buffer.
11545 (gdb-idle-input-queue): Remove var. Use just one queue.
11546 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11547 Remove functions. Use just one queue.
11548 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11549 (gdb-invalidate-assembler, gdb-get-current-frame):
11550 Modify functions. Use just one queue.
11551
11552 2003-09-04 Dave Love <fx@gnu.org>
11553
11554 * cus-start.el: Add blink-cursor-alist.
11555
11556 * ruler-mode.el (ruler-mode-fill-column-char)
11557 (ruler-mode-current-column-char): Use char-displayable-p,
11558 not window-system.
11559
11560 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11561
11562 * language/european.el (windows-1252): Move from code-pages.
11563
11564 * language/cyrillic.el ("Windows-1251"): Delete.
11565 ("Bulgarian", "Belarusian"): Remove `features'.
11566 (windows-1251): Move from code-pages.
11567
11568 * international/mule-diag.el (non-iso-charset-alist):
11569 Remove `codepage' stuff.
11570 (print-designation, list-coding-systems-1): Output fixes.
11571
11572 * international/code-pages.el (cp-make-translation-table)
11573 (cp-valid-codes): Made defsubsts.
11574 (cp-fix-safe-chars): Delete.
11575 (mule-diag): Don't require.
11576 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11577 (top-level): Check for defined coding system when defining
11578 cp... aliases. Change w32-add-charset-info test to avoid warning.
11579 (non-iso-charset-alist): Defvar when compiling.
11580 (cp-make-coding-system): Doc fix.
11581
11582 2003-09-02 Jason Rumney <jasonr@gnu.org>
11583
11584 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11585 line-ends from CVS before doing conversion.
11586
11587 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11588
11589 * calendar/diary-lib.el (diary-header-line-flag)
11590 (diary-header-line-format): New variables.
11591 (list-diary-entries): Use them to set header line in simple diary.
11592
11593 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11594 other than font-lock-string-face to highlight backslashes.
11595
11596 2003-09-01 Jason Rumney <jasonr@gnu.org>
11597
11598 * international/titdic-cnv.el (tit-read-key-value): Include \r in
11599 regexp.
11600
11601 2003-09-01 Dave Love <fx@gnu.org>
11602
11603 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11604
11605 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11606 and :help; also line and column numbers labels.
11607
11608 * international/mule-util.el (char-displayable-p): Move from
11609 latin1-disp, rename and autoload.
11610
11611 * international/latin1-disp.el (latin1-char-displayable-p):
11612 Now obsolete alias. Replace uses with char-displayable-p.
11613 (latin1-display-ucs-per-lynx): Fix last change.
11614
11615 * international/mule-cmds.el (standard-display-european-internal):
11616 Don't use char code for Latin-1 NBSP.
11617 <XFree86 4>: Unfrob NBSP display table. Set display table to use
11618 U+2018, U+2019 for `'.
11619 (select-safe-coding-system): Message fix.
11620
11621 2003-09-01 Kenichi Handa <handa@m17n.org>
11622
11623 * international/fontset.el (setup-default-fontset): For Thai
11624 font, specify "*" family.
11625
11626 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11627
11628 * progmodes/compile.el (previous-error): Accept a prefix
11629 argument, similarly to next-error.
11630
11631 2003-08-31 Masatake YAMATO <jet@gyve.org>
11632
11633 * pcvs.el (cvs-do-removal): Use = instead of eq to check
11634 the number of files. Bind the number of files to a local
11635 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
11636
11637 2003-08-30 Eli Zaretskii <eliz@gnu.org>
11638
11639 * vc-hooks.el (vc-make-version-backup): Fix the change made on
11640 2003-07-26: msdos-long-file-names is a function, not a variable.
11641
11642 2003-08-29 Richard M. Stallman <rms@gnu.org>
11643
11644 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
11645 Do nothing with mail-personal-alias-file if it is nil.
11646
11647 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
11648 Do nothing if mail-personal-alias-file is nil.
11649
11650 * term.el (term-exec-1): Bind coding-system-for-read.
11651
11652 * dired.el (dired-mouse-find-file-other-window):
11653 Use dired-view-command-alist here, as in dired-view-file.
11654 (dired-view-command-alist): Use %s to substitute file name.
11655 Handle .ps_pages, .eps, .jpg, .gif, .png.
11656
11657 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11658
11659 * info.el (Info-mode-map): Bind S-tab and <backtab> to
11660 `Info-prev-reference', instead of M-tab.
11661
11662 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
11663
11664 * simple.el (blink-matching-open): Work correctly on chars that
11665 are designated as parens through the syntax-table text property.
11666
11667 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
11668
11669 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
11670 line break position in the middle of a non-kinsoku (e.g. latin)
11671 word, making it skip until either a space or a character with
11672 category "|".
11673 (kinsoku-longer): Test for end of buffer.
11674
11675 2003-08-28 Eli Zaretskii <eliz@gnu.org>
11676
11677 * mail/rmail.el (rmail-convert-to-babyl-format):
11678 Detect quoted-printable- and base64-encoded messages and decode them
11679 automatically. Set the message's encoding from the charset=
11680 header, if any. Decode base64-encoded messages in Mail format as well.
11681
11682 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11683
11684 * mail/smtpmail.el: Fix previous change.
11685 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
11686 calling smtpmail-via-smtp.
11687 (smtpmail-via-smtp): Add fall-back values for envelope-from.
11688
11689 2003-08-26 John Paul Wallington <jpw@gnu.org>
11690
11691 * image.el (image-jpeg-p): Don't search beyond length of data.
11692
11693 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
11694
11695 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
11696 misfeature in `expand-abbrev' which caused electric keywords like
11697 "else" to disappear if an open brace was typed directly afterwards.
11698
11699 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
11700
11701 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
11702 mandatory in `define-widget'.
11703
11704 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
11705 Don't align the operators "!=", "<=" and ">=" as assignment operators.
11706
11707 (c-assignment-operators): New language constant that only contains
11708 the assignment operators.
11709
11710 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
11711
11712 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
11713
11714 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11715 Safeguard against unbalanced sexps.
11716
11717 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
11718
11719 * version.el (emacs-version): Check for gtk. Include gtk version info.
11720
11721 2003-08-25 John Paul Wallington <jpw@gnu.org>
11722
11723 * man.el (Man-default-man-entry): Don't whizz past the section
11724 number before looking for it.
11725
11726 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
11727
11728 * progmodes/gud.el (gud-display-line): Don't set window-point if
11729 source buffer is not visible. (Only happens with M-x gdba.)
11730
11731 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
11732 documentation.
11733 (gdb-source, gdb-source-info): Update to assembler unnecessary
11734 as its done after each GDB command anyway.
11735 (gdb-pre-prompt): Use with-current-buffer.
11736 (gdb-insert-field): Add help-echo text.
11737 (gdb-invalidate-assembler): Re-display of assembler now done in
11738 gdb-info-breakpoints-custom.
11739 (gdb-info-breakpoints-custom): Force re-display of assembler to
11740 happen *after* update of breakpoints buffer.
11741 (gdb-display-source-buffer): Don't choke if gdb-source-window
11742 isn't visible.
11743 (gdb-put-string, gdb-put-arrow): Remove free variables.
11744
11745 2003-08-24 John Paul Wallington <jpw@gnu.org>
11746
11747 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
11748
11749 * man.el (Man-default-man-entry): Strip text properties when
11750 snarfing parts of entry because `format' preserves properties.
11751
11752 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11753
11754 * files.el (file-newest-backup): Use `expand-file-name'.
11755
11756 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
11757 Allow the diary to pop up a new frame, if needed.
11758
11759 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
11760 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
11761 (smtpmail-send-it): Make treatment of envelope-from consistent with
11762 sendmail.el.
11763
11764 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
11765 (sh-leading-keywords): Add the bash `time' reserved word.
11766 (sh-variables): Add some bash variables.
11767 (sh-add-completer): Fix nil branch of case statement.
11768
11769 2003-08-24 Masatake YAMATO <jet@gyve.org>
11770
11771 * progmodes/ld-script.el: New file.
11772
11773 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
11774
11775 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
11776
11777 2003-08-23 Andre Spiegel <spiegel@gnu.org>
11778
11779 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
11780 Better explain obsolescence, and what to use instead.
11781
11782 2003-08-23 Masatake YAMATO <jet@gyve.org>
11783
11784 * pcvs.el (cvs-do-removal): Show the deleted file name
11785 on the prompt.
11786
11787 2003-08-20 Dave Love <fx@gnu.org>
11788
11789 * international/mule.el (make-coding-system)
11790 (set-buffer-file-coding-system): Doc fix.
11791
11792 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
11793
11794 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
11795
11796 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
11797
11798 * international/utf-16.el: Add mime-text-unsuitable coding system
11799 properties.
11800
11801 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
11802
11803 * cus-edit.el: Add some :links.
11804 (bib): Remove.
11805
11806 * textmodes/bib-mode.el (bib): Add :group external.
11807
11808 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
11809
11810 * wid-edit.el (widget-echo-help): Make it handle expressions that
11811 evaluate to strings.
11812
11813 2003-08-18 Michael Mauger <mmaug@yahoo.com>
11814
11815 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
11816
11817 Simplify selection of SQL products to define highlighting and
11818 interactive mode. Includes detailed instructions on adding
11819 support for new products.
11820
11821 * progmodes/sql.el (sql-product): New variable. Identifies SQL
11822 product for use in highlighting and interactive mode.
11823 (sql-interactive-product): New variable. SQL product for
11824 sql-interactive-mode.
11825 (sql-product-support): New variable. Specifies product-specific
11826 parameters to drive highlighting and interactive mode.
11827 (sql-imenu-generic-expression): Add more object types.
11828 (sql-sqlite-options): Correct comment.
11829 (sql-ms-program): Use "osql" rather than "isql".
11830 (sql-prompt-regexp, sql-prompt-length): Update comment.
11831 (sql-mode-menu): Add "Start SQLi session" entry.
11832 Replace Highlighting submenu with Product menu. Fix Send Region entry.
11833 (sql-mode-abbrev-table): Add abbreviations. Support of
11834 SYSTEM-FLAG on define-abbrev. Support was removed with last
11835 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
11836 (sql-mode-font-lock-object-name): Add font-lock pattern for object
11837 names.
11838 (sql-mode-ansi-font-lock-keywords): Set as default value.
11839 (sql-mode-oracle-font-lock-keywords): Set as default value.
11840 Support Oracle 9i keywords.
11841 (sql-mode-postgres-font-lock-keywords): Set as default value.
11842 (sql-mode-linter-font-lock-keywords): Set as default value.
11843 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
11844 SQLServer 2000.
11845 (sql-mode-sybase-font-lock-keywords)
11846 (sql-mode-interbase-font-lock-keywords)
11847 (sql-mode-sqlite-font-lock-keywords)
11848 (sql-mode-strong-font-lock-keywords)
11849 (sql-mode-mysql-font-lock-keywords)
11850 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
11851 keywords.
11852 (sql-mode-font-lock-defaults): Update comment.
11853 (sql-product-feature): New function. Returns feature associated
11854 with a product from `sql-product-support' alist.
11855 (sql-product-font-lock): New function. Set font-lock support
11856 based on `sql-product'.
11857 (sql-add-product-keywords): New function. Add font-lock rules to
11858 product-specific keyword variables.
11859 (sql-set-product): New function. Set `sql-product' and apply
11860 appropriate font-lock highlighting.
11861 (sql-highlight-product): New function. Set font-lock support
11862 based on a product. Also set mode name to include product name.
11863 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
11864 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
11865 Use `sql-set-product'.
11866 (sql-highlight-ms-keywords)
11867 (sql-highlight-sybase-keywords)
11868 (sql-highlight-interbase-keywords)
11869 (sql-highlight-strong-keywords)
11870 (sql-highlight-mysql-keywords)
11871 (sql-highlight-sqlite-keywords)
11872 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
11873 (sql-get-login): Prompt in the same order as the tokens.
11874 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
11875 (sql-product-interactive): New function. Common portions of
11876 product-specific interactive mode wrappers.
11877 (sql-interactive-mode): Rewritten to use product features.
11878 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11879 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11880 (sql-db2, sql-linter): Use `sql-product-interactive'.
11881 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11882 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11883 (sql-connect-ingres, sql-connect-postgres)
11884 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11885 New functions. Format command line parameters and invoke comint on
11886 the appropriate interpreter. Code was in the corresponding
11887 `sql-xyz' function before.
11888 (sql-connect-ms): New function. Support -E argument to use
11889 operating system credentials for authentication.
11890
11891 2003-08-18 Kenichi Handa <handa@m17n.org>
11892
11893 * international/mule.el (encode-char): Fix for the ASCII case.
11894
11895 2003-08-15 Kenichi Handa <handa@m17n.org>
11896
11897 * international/fontset.el (setup-default-fontset): Change "*" to
11898 nil in the specifications of font family.
11899
11900 2003-08-18 Kim F. Storm <storm@cua.dk>
11901
11902 * kmacro.el (kmacro-keymap): Group related bindings in
11903 initialization for clarity. Bind C-s to start macro.
11904 Remove C-r binding.
11905 (kmacro-initial-counter-value): New defvar to hold initial counter
11906 value in case we set the value before defining a macro.
11907 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
11908 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
11909 not defining or executing macro. Doc fix.
11910 (kmacro-add-counter): Clear kmacro-initial-counter-value.
11911 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
11912 temporarily view older elements on the macro ring without cycling
11913 the ring.
11914 (kmacro-display): Doc fix.
11915 (kmacro-exec-ring-item): New helper function.
11916 (kmacro-call-ring-2nd): Use it.
11917 (kmacro-call-ring-2nd-repeat): Doc fix.
11918 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
11919 (kmacro-end-or-call-macro): Execute last viewed macro (using
11920 kmacro-exec-ring-item) from ring if this follows
11921 kmacro-view-macro. This allows us to find a macro on the ring
11922 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
11923 the ring to bring it to the head of the ring.
11924 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
11925 Allow binding to reserved keys without specifying C-x C-k prefix.
11926 Ask for confirmation if entered key sequence is already bound to
11927 a non-macro command.
11928 (kmacro-view-macro): Repeating command will show older elements
11929 on the macro ring; C-k will execute the last viewed macro.
11930 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
11931 property from 'ring to 'head.
11932
11933 2003-08-17 Alan Shutko <ats@acm.org>
11934
11935 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
11936 keeping December out of the alist.
11937
11938 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
11939
11940 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
11941 * calendar/calendar.el (calendar-mode-map): Bind it to key.
11942 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
11943 (calendar-flatten): New function.
11944 (calendar-mouse-view-other-diary-entries)
11945 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
11946 in the menu title and to show multi-line diary entries correctly
11947 in the menu.
11948
11949 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
11950
11951 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
11952 defcustom, because the default was recently changed.
11953
11954 2003-08-16 Richard M. Stallman <rms@gnu.org>
11955
11956 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
11957
11958 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11959 New subroutine, broken out of eval-last-sexp-1.
11960 (eval-last-sexp-1): Use eval-last-sexp-print-value.
11961
11962 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11963
11964 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11965
11966 * simple.el (eval-expression): Use eval-last-sexp-print-value.
11967
11968 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
11969
11970 * progmodes/compile.el (compilation-error-regexp-alist):
11971 Add Java ANt error detection as described in document
11972 http://ant.apache.org/faq.html
11973
11974 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
11975
11976 * simple.el (backward-word, forward-to-indentation)
11977 (backward-to-indentation): Argument changed to optional.
11978 (next-line, previous-line): Use `or' instead of `unless'.
11979
11980 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11981
11982 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11983 instead of a constant.
11984
11985 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
11986
11987 * shell.el (shell): With prefix-arg, suggest a new buffer name.
11988
11989 2003-08-12 Andre Spiegel <spiegel@gnu.org>
11990
11991 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11992 (vc-sccs-workfile-version): Search the entire delta table, rather
11993 than just the first entry, because that might be a deleted version.
11994
11995 2003-08-11 Karl Fogel <kfogel@red-bean.com>
11996
11997 * menu-bar.el (menu-bar-options-menu): Supply a body for the
11998 [save-place] binding in the Options menu. Have it require
11999 'saveplace' and then toggle the variable manually, to avoid an an
12000 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
12001 for the bug report.
12002
12003 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
12004
12005 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12006 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12007 (gdb-info-threads-custom): Add help-echo text.
12008 (gdb-display-back): Don't use purecopy.
12009 (gdb-info-breakpoints-custom, gdb-reset)
12010 (gdb-assembler-custom): Use display-images-p to test if breakpoint
12011 icons can be displayed.
12012
12013 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
12014
12015 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12016
12017 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
12018
12019 * bookmark.el (bookmark-completing-read):
12020 Return a string, instead of a list of one string.
12021 Use a popup menu if activated from the mouse.
12022 (bookmark-edit-annotation): Remove unused vars.
12023 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12024 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12025 to bookmark-completing-read.
12026 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12027 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12028 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12029 and erase-buffer.
12030 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12031 (bookmark-menu-jump, bookmark-menu-insert)
12032 (bookmark-popup-menu-and-apply-function)
12033 (bookmark-menu-popup-paned-bookmark-menu): Remove.
12034 (bookmark-menu-build-paned-menu): Remove by folding it into
12035 bookmark-menu-popup-paned-menu.
12036 (menu-bar-bookmark-map): Move the define-key statements here.
12037 Use the "non-menu" commands since they now pop up a menu if needed.
12038 (bookmark-exit-hook-internal): Simplify.
12039
12040 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
12041
12042 * reftex-toc.el (reftex-toc-rename-label): New function.
12043 (reftex-toc-check-docstruct): New function.
12044
12045 * reftex.el (reftex-region-active-p): New function.
12046
12047 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12048 regexp to find the \bibliography macro.
12049
12050 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12051 which does not exist in LaTeX.
12052 (reftex-cite-format-builtin): Added amsrefs support.
12053 (reftex-toc-confirm-promotion): New option
12054
12055 * reftex-toc.el
12056 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12057 (reftex-toc-demote, reftex-toc-promote)
12058 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12059 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12060 (reftex-toc-newhead-from-alist)
12061 (reftex-toc-load-all-files-for-promotion): New functions.
12062 (reftex-toc-help): Added description of new keys.
12063 (reftex-toc-split-windows-fraction): New option.
12064 (reftex-recenter-toc-when-idle): Search *toc* window on all
12065 visible frames.
12066 (reftex-toc): Additional parameter REUSE
12067 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
12068 with REUSE argument.
12069 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12070 the call of `reftex-toc'.
12071 (reftex-make-separate-toc-frame): New function .
12072 (reftex-toc-recenter): When called with triple prefix arg, call
12073 `reftex-make-separate-toc-frame' first.
12074 (reftex-toc-toggle-dedicated-frame): New command.
12075 (reftex-toc-quit): Adapted to delete frame when called in
12076 dedicated frame.
12077
12078 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12079 all enclosing macros.
12080
12081
12082 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12083
12084 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12085 first use.
12086
12087 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12088
12089 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12090
12091 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
12092
12093 * calendar/calendar.el (list-diary-entries-hook)
12094 (diary-display-hook, nongregorian-diary-listing-hook)
12095 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12096 Add some customize options for these hooks.
12097 (calendar-abbrev-construct): Don't try to take a substring longer
12098 than the original string.
12099
12100 2003-08-05 Richard M. Stallman <rms@gnu.org>
12101
12102 * emacs-lisp/testcover.el (noreturn): Report error if does return.
12103 (testcover-reinstrument-clauses): Doc fix.
12104
12105 * emacs-lisp/warnings.el: Doc fixes, args renamed.
12106 (warning-type-format): Rename from warning-group-format.
12107
12108 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12109 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12110 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12111 to prevent warnings about defvar for an obsolete variable.
12112
12113 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12114 warning-group-format renamed to warning-type-format.
12115
12116 * subr.el (read-passwd): Use clear-string instead of fillarray.
12117
12118 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12119 Use vconcat instead of concat.
12120 (edmacro-sanitize-for-string): New function.
12121
12122 2003-08-05 Dave Love <fx@gnu.org>
12123
12124 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12125 line-number-display-limit-width.
12126
12127 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12128
12129 2003-08-05 Kenichi Handa <handa@m17n.org>
12130
12131 * international/code-pages.el: Don't require mule-diag.
12132
12133 * international/mule-diag.el (non-iso-charset-alist):
12134 Add autoload cookie.
12135
12136 * language/devan-util.el (dev-glyph-order): Add an entry for the
12137 glyph code #xC4.
12138
12139 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12140
12141 * calendar/calendar.el (diary-file, diary-file-name-prefix)
12142 (european-calendar-style, diary-date-forms)
12143 (calendar-day-name-array, calendar-month-name-array): Doc change.
12144 (generate-calendar-month): Adapt for new behaviour of
12145 `calendar-day-name' function.
12146 (calendar-abbrev-length, calendar-day-abbrev-array)
12147 (calendar-month-abbrev-array): New variables.
12148 (calendar-abbrev-construct): New function.
12149 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12150 rather than fixing abbrevs at some width. Calling syntax change.
12151 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
12152 (calendar-date-string): Adapt for new behaviours of
12153 `calendar-day-name' and `calendar-month-name' functions.
12154
12155 * calendar/diary-lib.el (list-diary-entries): Adapt for new
12156 behaviour of `calendar-day-name' and `calendar-month-name' functions.
12157 (diary-name-pattern): Use abbrev arrays, rather than fixing
12158 abbrevs at three chars. Calling syntax change.
12159 (mark-diary-entries): Adapt for new behaviours of
12160 `diary-name-pattern' and `calendar-make-alist' functions.
12161 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12162 `diary-name-pattern' function.
12163 (font-lock-diary-date-forms): Use abbrev arrays, rather than
12164 fixing abbrevs at three chars. Calling syntax change.
12165 (cal-hebrew, cal-islam): Require when compiling.
12166 (diary-font-lock-keywords): Adapt for new behaviour of
12167 `font-lock-diary-date-forms' function.
12168
12169 * calendar/cal-hebrew.el: Reposition some code so defined before used.
12170 (calendar-hebrew-month-name-array-common-year)
12171 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12172 (list-hebrew-diary-entries): Adapt for new behaviours of
12173 `calendar-day-name' and `add-to-diary-list' functions.
12174 (mark-hebrew-diary-entries): Adapt for new behaviours of
12175 `diary-name-pattern' and `calendar-make-alist' functions.
12176
12177 * calendar/cal-islam.el (calendar-islamic-month-name-array):
12178 Add doc string.
12179 (list-islamic-diary-entries): Adapt for new behaviours of
12180 `calendar-day-name' and `add-to-diary-list' functions.
12181 (mark-islamic-diary-entries): Adapt for new behaviours of
12182 `diary-name-pattern' and `calendar-make-alist' functions.
12183
12184 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12185 `calendar-month-name' function.
12186
12187 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12188
12189 * calendar/solar.el (solar-seasons-data): Move definition before use.
12190
12191 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12192 (cal-tex-LaTeX-hourbox): Move definition before use.
12193
12194 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12195 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12196 lunar.el, solar.el
12197 (displayed-month, displayed-year): Define for compiler.
12198
12199 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12200
12201 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12202 MODE. Renamed from c-init-c-language-vars'.
12203 (c-initialize-cc-mode): Change accordingly.
12204 (c-common-init): Ditto.
12205 (c-mode): Ditto.
12206 (c++-mode): Use `c-init-language-vars-for'.
12207 (objc-mode): Ditto.
12208 (java-mode): Ditto.
12209 (idl-mode): Ditto.
12210 (pike-mode): Ditto.
12211 (awk-mode): Ditto.
12212
12213 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12214
12215 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12216 or not the point moved.
12217
12218 (c-search-decl-header-end): Don't trip up on operator identifiers
12219 in C++ and operators like == in all languages.
12220
12221 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12222 Detect leading labels correctly.
12223
12224 2003-08-02 Andreas Schwab <schwab@suse.de>
12225
12226 * textmodes/ispell.el: Don't redo key bindings on loading, put
12227 them only in loaddefs.el.
12228 * bookmark.el: Likewise.
12229 * dabbrev.el: Likewise.
12230 * emerge.el: Likewise.
12231
12232 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12233 has more than one member.
12234
12235 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12236
12237 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12238
12239 * lpr.el (printify-region): It was ending conversion before the
12240 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
12241
12242 2003-07-31 John Paul Wallington <jpw@gnu.org>
12243
12244 * net/browse-url.el (browse-url-epiphany): Doc fix.
12245
12246 2003-07-30 Kenichi Handa <handa@m17n.org>
12247
12248 * international/fontset.el (setup-default-fontset):
12249 Change registry names of Akurti fonts.
12250
12251 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
12252
12253 * comint.el (comint-read-noecho): Use `clear-string' instead of
12254 `fillarray'.
12255
12256 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
12257
12258 * outline.el (outline-mode-hook): Add defvar.
12259
12260 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
12261
12262 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12263 Restore assembler in source window if that is what has been selected.
12264 (menu): Add gdb-restore-windows to menu. Make gdba
12265 specific menus only visible from gdba.
12266
12267 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
12268
12269 * progmodes/compile.el (compilation-environment): New user variable.
12270 (compile-internal): Respect it.
12271
12272 2003-07-23 Masatake YAMATO <jet@gyve.org>
12273
12274 * progmodes/gud.el (gdb-script-font-lock-keywords):
12275 Put `font-lock-function-name-face' on a symbol which includes
12276 `-' like `hook-run'. Put font-lock-variable-name-face
12277 on a symbol starting with $.
12278
12279 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
12280
12281 * files.el (set-visited-file-name): Use truename for buffer-file-name.
12282
12283 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12284
12285 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12286
12287 2003-07-26 Andre Spiegel <spiegel@gnu.org>
12288
12289 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12290 Use with-no-warnings.
12291 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12292 rather than to find-file-not-found-hook, which doesn't exist.
12293
12294 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
12295
12296 * international/quail.el (quail-translate-key): Fix previous change.
12297
12298 2003-07-25 John Paul Wallington <jpw@gnu.org>
12299
12300 * server.el (server-start): Check `server-process' is non-nil
12301 before killing it to avoid killing current buffer's process.
12302
12303 * simple.el (choose-completion-string): Use `minibufferp';
12304 test `completion-reference-buffer' if `buffer' arg is nil.
12305 (push-mark): Use `when' and `unless'.
12306 (pop-mark): Use `when'.
12307
12308 * mouse-sel.el (mouse-sel-get-selection-function):
12309 Check `x-last-selected-text-primary'. Don't barf if it or
12310 `x-last-selected-text' aren't bound.
12311
12312 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12313
12314 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12315
12316 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
12317
12318 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12319
12320 2003-07-23 John Paul Wallington <jpw@gnu.org>
12321
12322 * tooltip.el (defface tooltip): Inherit from variable-pitch.
12323
12324 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12325
12326 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12327 string. Defvar the derived hook.
12328
12329 * macros.el (insert-kbd-macro): Escape double quote character.
12330 From Thomas W Murphy <twm@andrew.cmu.edu>.
12331
12332 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12333
12334 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12335 to match the specific mark rather than reusing comment-start-skip.
12336
12337 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
12338
12339 * progmodes/hideshow.el (hs-special-modes-alist):
12340 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
12341
12342 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
12343
12344 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12345 value using ?\s.
12346
12347 2003-07-21 John Paul Wallington <jpw@gnu.org>
12348
12349 * subr.el (with-selected-window): Add closing paren.
12350
12351 2003-07-21 Richard M. Stallman <rms@gnu.org>
12352
12353 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12354 (lisp-mode): Likewise.
12355
12356 * subr.el (with-selected-window): Copy code form save-selected-window
12357 so as to call select-window with norecord arg.
12358 (dynamic-completion-table): Doc fix.
12359 (lazy-completion-table): Doc fix.
12360
12361 * international/mule-cmds.el (set-locale-environment):
12362 langinfo renamed to locale-info.
12363
12364 * international/mule.el (auto-coding-functions): Doc fix.
12365
12366 2003-07-21 Kenichi Handa <handa@m17n.org>
12367
12368 * international/quail.el (quail-translate-key):
12369 Update quail-current-str correctly.
12370
12371 2003-07-21 Andreas Schwab <schwab@suse.de>
12372
12373 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12374 ?, to "_".
12375
12376 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12377 Version 2.0.36 of Tramp released.
12378
12379 * net/tramp.el (tramp-default-password-end-of-line): Rename from
12380 tramp-password-end-of-line.
12381 (tramp-password-end-of-line): New method parameter.
12382 (tramp-get-password-end-of-line): Function to access method
12383 parameter `tramp-password-end-of-line', or variable
12384 `tramp-default-password-end-of-line' (default value).
12385 (tramp-methods): Add entries for new parameter
12386 tramp-password-end-of-line.
12387 (tramp-enter-password): Use new function
12388 `tramp-get-password-end-of-line'.
12389 (tramp-handle-insert-file-contents): Do not
12390 unconditionally inhibit the file operation file-local-copy, only
12391 do that when the inhibit-file-name-operation is currently
12392 insert-file-contents. This fixes finding remote CVS-controlled
12393 files. (It would barf on inserting the CVS/Entries file
12394 literally, because the file-local-copy handler wasn't called.)
12395 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12396 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12397 (tramp-initial-commands): New variable.
12398 (tramp-process-initial-commands): New function, using the variable.
12399 (tramp-open-connection-setup-interactive-shell): Call the new function.
12400 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12401 method into the buffer name, never use nil. Reported by Hanak
12402 David <dhanak@inf.bme.hu>.
12403 (tramp-open-connection-setup-interactive-shell): Erase buffer
12404 before sending "stty -onlcr".
12405
12406 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12407
12408 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
12409
12410 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12411
12412 2003-07-19 John Paul Wallington <jpw@gnu.org>
12413
12414 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12415 (artist-draw-rect, artist-draw-square): Doc fixes.
12416
12417 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12418
12419 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12420
12421 2003-07-19 Kenichi Handa <handa@m17n.org>
12422
12423 * international/kkc.el (kkc-show-conversion-list-update):
12424 Highlight the correct candidate in the message.
12425
12426 2003-07-18 John Paul Wallington <jpw@gnu.org>
12427
12428 * simple.el (current-word): Don't include punctuation char when
12429 `really-word' arg is non-nil.
12430
12431 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
12432
12433 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12434 moved to the directory obsolete.
12435
12436 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
12437
12438 * info.el (Info-menu-entry-name-re): Allow newlines in
12439 menu entry names.
12440
12441 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12442 syntax-ppss-after-change-function.
12443 (syntax-ppss-after-change-function): New alias. Update uses.
12444 (syntax-ppss): Catch the case where the buffer is narrowed.
12445
12446 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12447
12448 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12449 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12450
12451 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12452
12453 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12454 since it might be modified.
12455
12456 * progmodes/cc-langs.el (c++-make-template-syntax-table)
12457 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12458 names to these language constants.
12459
12460 2003-07-15 Kim F. Storm <storm@cua.dk>
12461
12462 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12463 All uses changed.
12464
12465 2003-07-14 Mark A. Hershberger <mah@everybody.org>
12466
12467 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12468 Namespace support.
12469
12470 2003-07-13 Juanma Barranquero <lektu@terra.es>
12471
12472 * frame.el (modify-all-frames-parameters): Reinstall (copyright
12473 papers received).
12474
12475 2003-07-13 Karl Eichwalder <ke@suse.de>
12476
12477 * textmodes/po.el (po-find-charset): White space at the start of the
12478 Content-Type field body is non-mandatory.
12479
12480 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12481
12482 * textmodes/texinfo.el (texinfo-section-list):
12483 Append appendixsection; a synonym for appendixsec.
12484
12485 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
12486
12487 * man.el (Man-translate-cleanup): New.
12488 (Man-translate-references): Call `Man-translate-cleanup' to clean
12489 leading, trailing and middle spaces.
12490
12491 2003-07-13 Lars Hansen <larsh@math.ku.dk>
12492
12493 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12494 Handle `dired-directory' being a list.
12495
12496 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
12497
12498 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12499 it doesn't exist.
12500
12501 2003-07-12 Richard M. Stallman <rms@gnu.org>
12502
12503 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12504
12505 * progmodes/cc-defs.el (c-make-keywords-re):
12506 Don't use delete-duplicates.
12507 (c-lang-const): Don't use mapcan.
12508
12509 * apropos.el (apropos-show-scores): Make it customizable.
12510 Document new meaning.
12511 (apropos): Compute scores from symbols.
12512 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12513
12514 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12515
12516 * ps-bdf.el: Fix copyright line.
12517 (bdf-directory-list): Fix initialization code.
12518
12519 2003-07-11 John Paul Wallington <jpw@gnu.org>
12520
12521 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12522 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12523 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12524
12525 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
12526
12527 * emacs-lisp/ring.el (ring-elements): Doc fix.
12528
12529 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12530
12531 * calendar/timeclock.el (timeclock-relative)
12532 (timeclock-ask-before-exiting, timeclock-use-display-time):
12533 Doc changes.
12534 (timeclock-modeline-display): Give a message if
12535 `timeclock-use-display-time' is non-nil but `display-time-mode'
12536 is not active.
12537
12538 2003-07-11 Kenichi Handa <handa@m17n.org>
12539
12540 * international/mule-cmds.el (set-language-environment):
12541 Set current-language-environment to the correct string.
12542
12543 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12544
12545 * ps-print.el: Print line number correctly in a region. Reported by
12546 Tim Allen <timallen@ls83.fsnet.co.uk>.
12547 (ps-print-version): New version number (6.6.2).
12548 (ps-printing-region): Code fix.
12549
12550 2003-07-10 John Paul Wallington <jpw@gnu.org>
12551
12552 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12553 this function can be called from `add-completions-from-tags-table'.
12554
12555 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
12556
12557 * calendar/timeclock.el (timeclock-use-display-time)
12558 (timeclock-day-over-hook, timeclock-workday-remaining)
12559 (timeclock-status-string, timeclock-when-to-leave)
12560 (timeclock-when-to-leave-string, timeclock-log-data)
12561 (timeclock-find-discrep, timeclock-day-base)
12562 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12563 (timeclock-modeline-display): Set the variable
12564 `timeclock-modeline-display'.
12565 (timeclock-update-modeline): Doc fix. Respect value of
12566 `timeclock-relative'.
12567
12568 2003-07-09 Richard M. Stallman <rms@gnu.org>
12569
12570 * textmodes/reftex-parse.el (reftex-all-document-files):
12571 Add autoload cookie.
12572
12573 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12574 (reftex-scanning-info-available-p): Add autoload cookie.
12575
12576 * international/mule-cmds.el
12577 (set-display-table-and-terminal-coding-system): Delete duplicate
12578 aset on standard-display-table.
12579
12580 * view.el (view-file): If existing buffer's major mode is special,
12581 don't go into view mode.
12582
12583 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12584
12585 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12586
12587 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12588 buffer changes; there's third party code that calls this function
12589 directly.
12590
12591 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12592
12593 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12594 (autodoc-font-lock-keywords): Don't byte compile on font lock
12595 initialization when running from byte compiled files.
12596
12597 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12598
12599 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12600 statement ends with auto-increment "++".
12601
12602 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12603
12604 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12605 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12606 these are changed, so declare them as variables and not constants.
12607
12608 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
12609
12610 * subr.el (dolist, dotimes): Doc fix.
12611
12612 2003-07-08 Kim F. Storm <storm@cua.dk>
12613
12614 * international/mule-cmds.el
12615 (set-display-table-and-terminal-coding-system): Don't break
12616 bootstrap if standard-display-table isn't setup yet.
12617
12618 2003-07-07 Richard M. Stallman <rms@gnu.org>
12619
12620 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12621 Give it a doc string, and autoload it.
12622
12623 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12624 Use with-no-warnings.
12625
12626 * info.el (Info-search): If find invisible text, search again.
12627
12628 * isearch.el (search-whitespace-regexp): Add a shy group around it.
12629
12630 * man.el (Man-name-regexp): Match + as part of name.
12631
12632 * simple.el (visible-mode): Rename from vis-mode.
12633 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
12634
12635 * simple.el (current-word): New arg REALLY-WORD specifies
12636 don't include punctuation chars.
12637
12638 * emacs-lisp/debug.el (debug, debugger-env-macro):
12639 Use with-no-warnings while accessing and binding unread-command-char.
12640
12641 * international/mule-cmds.el
12642 (set-display-table-and-terminal-coding-system): Use explicit loop
12643 instead of calling standard-display-default.
12644
12645 * net/ange-ftp.el (ange-ftp-file-symlink-p):
12646 Use condition-case to catch error in ange-ftp-get-files.
12647
12648 * net/browse-url.el (browse-url-browser-function):
12649 Add alternative for Epiphany.
12650 (browse-url-epiphany-program, browse-url-epiphany-arguments)
12651 (browse-url-epiphany-startup-arguments)
12652 (browse-url-epiphany-new-window-is-tab): New variables.
12653 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
12654
12655 * progmodes/compile.el (compile-auto-highlight): Default now t.
12656 (compile): Doc fix.
12657 (compilation-next-error): Fix previous change.
12658
12659 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
12660
12661 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
12662
12663 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
12664
12665 * gdb-ui.el (gdb-source-info): Display current frame when
12666 attaching to an existing process.
12667 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
12668 while laying out windows when attaching to an existing process.
12669
12670 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
12671
12672 * info.el (Info-menu): Use Info-menu-entry-name-re.
12673
12674 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
12675
12676 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
12677 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
12678
12679 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
12680 to match the same text.
12681
12682 2003-07-06 John Paul Wallington <jpw@gnu.org>
12683
12684 * vc.el (vc-annotate-offset): Move defvar up.
12685
12686 2003-07-06 Kim F. Storm <storm@cua.dk>
12687
12688 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
12689 This should fix the infinite loop when extracting menu names.
12690
12691 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
12692
12693 * files.el (auto-mode-alist, interpreter-mode-alist):
12694 Remove entries to CC Mode modes to avoid duplicates; they are now added
12695 with autoload directives in cc-mode.el.
12696
12697 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
12698
12699 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12700 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12701 these are changed, so declare them as variables and not constants.
12702
12703 * progmodes/cc-mode.el: Fix some autoload problems: Try to
12704 ensure that the entry for ".c" extension comes before the one for
12705 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
12706 Fix incorrect entries that were added to `interpreter-mode-alist'.
12707 Move the autoload directives for AWK to the top level since they
12708 aren't recognized anywhere else. Do not use the new AWK mode doc
12709 in the autoload form for the old AWK mode.
12710
12711 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12712
12713 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
12714 (bibtex-sort-ignore-string-entries): Default value t.
12715 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
12716 erroneously in previous version.
12717 (bibtex-string-files): Docstring reflects new parsing scheme.
12718 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
12719 docstring, add # as one of the chars to crush
12720 (bibtex-autokey-prefix-string, bibtex-autokey-names)
12721 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
12722 (bibtex-autokey-name-change-strings)
12723 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
12724 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
12725 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
12726 (bibtex-autokey-title-terminators)
12727 (bibtex-autokey-titlewords-stretch)
12728 (bibtex-autokey-titleword-ignore)
12729 (bibtex-autokey-titleword-case-convert)
12730 (bibtex-autokey-titleword-abbrevs)
12731 (bibtex-autokey-titleword-abbrevs)
12732 (bibtex-autokey-titleword-change-strings)
12733 (bibtex-autokey-titleword-length)
12734 (bibtex-autokey-titleword-separator)
12735 (bibtex-autokey-name-year-separator)
12736 (bibtex-autokey-year-title-separator)
12737 (bibtex-autokey-before-presentation-function)
12738 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
12739 Fix docstring.
12740 (bibtex-strings, bibtex-reference-keys):
12741 Use lazy-completion-table and make-variable-buffer-local.
12742 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
12743 (bibtex-braced-string-syntax-table)
12744 (bibtex-quoted-string-syntax-table): New variables.
12745 (bibtex-parse-nested-braces): Remove.
12746 (bibtex-parse-field-string): Use syntax table and forward-sexp.
12747 (bibtex-parse-association): Simplify.
12748 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
12749 (bibtex-parse-field-text): Simplify.
12750 (bibtex-search-forward-field, bibtex-search-backward-field):
12751 argument BOUND can take value t.
12752 (bibtex-start-of-field, bibtex-start-of-name-in-field)
12753 (bibtex-end-of-name-in-field, bibtex-end-of-field)
12754 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
12755 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
12756 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
12757 (bibtex-skip-to-valid-entry): Return buffer position of beginning
12758 and ending of entry. Update for changes of bibtex-search-entry.
12759 Simplify.
12760 (bibtex-map-entries): FUN is called with three arguments.
12761 (bibtex-search-entry): Return a cons pair with buffer positions of
12762 beginning and end of entry.
12763 (bibtex-enclosing-field): Simplify.
12764 (bibtex-format-entry): Use booktitle to set a missing title.
12765 (bibtex-autokey-get-names): Fiddle with regexps.
12766 (bibtex-generate-autokey): Use identity.
12767 (bibtex-parse-keys): Use simplified parsing algorithm if
12768 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
12769 arguments. Return alist of keys.
12770 (bibtex-parse-strings): Simplify. Return alist of strings.
12771 (bibtex-complete-string-cleanup): Fix docstring.
12772 (bibtex-read-key): New function.
12773 (bibtex-mode): Fix docstring. Do not parse for keys and
12774 strings when the mode is entered. Set fill-paragraph-function to
12775 bibtex-fill-field. Setup font-lock-mark-block-function the way
12776 font-lock intended.
12777 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
12778 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
12779 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
12780 (bibtex-Preamble): Avoid hard coded constants.
12781 (bibtex-make-field): Fix docstring. Simplify.
12782 (bibtex-beginning-of-entry): Always return new position of point.
12783 (bibtex-end-of-entry): Rearrange cond clauses.
12784 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
12785 Update for changes of bibtex-map-entries.
12786 (bibtex-ispell-abstract): Do not move point.
12787 (bibtex-entry-index): Use downcase. Simplify.
12788 (bibtex-lessp): Handle catch-all.
12789 (bibtex-find-crossref): Turn into a command.
12790 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
12791 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
12792 preamble entries.
12793 (bibtex-fill-field-bounds): New function.
12794 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
12795 (bibtex-fill-entry): Use bibtex-fill-field-bounds
12796 (bibtex-String): Use bibtex-strings. Always obey
12797 bibtex-sort-ignore-string-entries.
12798
12799 2003-07-05 John Paul Wallington <jpw@gnu.org>
12800
12801 * cus-theme.el (customize-create-theme):
12802 Call `customize-create-theme' in Reset widget's notify function.
12803
12804 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
12805 (ibuffer-mark-interactive): Use `or' instead of `unless'.
12806 (define-ibuffer-column name): Add summarizer.
12807 (define-ibuffer-column size): Likewise.
12808 (define-ibuffer-column filename): Likewise.
12809 (define-ibuffer-column process): Likewise. Change BODY's output too.
12810 (define-ibuffer-column filename-and-process): Likewise, likewise.
12811 (ibuffer): Remove local vars `already-in' and `need-update'.
12812
12813 * ibuf-ext.el: Don't require `derived' at compile-time.
12814
12815 2003-07-05 Kim F. Storm <storm@cua.dk>
12816
12817 * info.el: Disable paragraph refilling.
12818 (Info-refill-paragraphs): New defcustom.
12819 (Info-fontify-node): Use it.
12820
12821 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
12822
12823 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
12824 thingies from constructors created by defstruct.
12825
12826 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
12827 the default value of the variable.
12828 (byte-code-meter): Move declaration to top level.
12829
12830 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
12831
12832 * info.el (Info-following-node-name-re): New fun.
12833 (Info-following-node-name): Remove.
12834 (Info-insert-dir): Use the new fun.
12835 (Info-extract-pointer): Don't save restriction; use new fun.
12836 (Info-menu-entry-name-re): New const.
12837 (Info-menu-entry-name-re): Use it along with new fun.
12838 (Info-node-spec-re): Use new fun.
12839 (Info-complete-menu-item, Info-fontify-node): Use new const.
12840 (Info-goto-node, Info-follow-reference, Info-menu-update):
12841 Use match-string.
12842 (Info-follow-reference): Use assoc-string.
12843 Use a list of strings for the completion table.
12844 (Info-fontify-node): Use match-string, line-end-position.
12845 Limit the search for `node:' to the first line.
12846
12847 * newcomment.el (uncomment-region): Remove padding coming from
12848 comment-start rather than just from comment-padding.
12849
12850 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
12851 (vc-cvs-stay-local-p): Use vc-stay-local-p.
12852 (vc-cvs-rename-file): Remove (use the default).
12853 (vc-cvs-register): Register parent dir if needed.
12854 (vc-cvs-could-register): Return non-nil if parent can be registered.
12855 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
12856 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
12857
12858 * vc-svn.el (vc-svn-use-edit): Make it into a const.
12859 (vc-svn-update): Fix the arguments to `svn'.
12860 (vc-svn-diff-tree): Just use `vc-svn-diff'.
12861 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
12862 Simple implementations, assuming `name' is a URL.
12863
12864 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
12865 set of chars allowed unquoted in a case pattern.
12866
12867 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
12868
12869 * font-lock.el (font-lock-extra-types-widget)
12870 (c-font-lock-extra-types, c++-font-lock-extra-types)
12871 (objc-font-lock-extra-types, java-font-lock-extra-types)
12872 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
12873 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
12874 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
12875 (font-lock-match-c++-structor-declaration)
12876 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
12877 (c++-font-lock-keywords-3, c++-font-lock-keywords)
12878 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
12879 (objc-font-lock-keywords-3, objc-font-lock-keywords)
12880 (java-font-lock-keywords-1, java-font-lock-keywords-2)
12881 (java-font-lock-keywords-3, java-font-lock-keywords)
12882 (java-font-lock-syntactic-face-function): Remove obsolete code
12883 and constants. It's all in cc-fonts.el now.
12884
12885 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
12886
12887 * mail/sendmail.el (mail-specify-envelope-from)
12888 (mail-envelope-from): Doc fix.
12889
12890 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
12891
12892 * generic-x.el: Do away with the dependency on `c-emacs-features'
12893 when populating `rul-generic-mode-syntax-table'; we already know
12894 this isn't XEmacs.
12895
12896 See ChangeLog.10 for earlier changes.
12897
12898 ;; Local Variables:
12899 ;; coding: iso-2022-7bit
12900 ;; End:
12901
12902 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
12903 Copying and distribution of this file, with or without modification,
12904 are permitted provided the copyright notice and this notice are preserved.
12905
12906 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1