]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
37e1ec32f8fbe73ddc081f14efe5c56a26fd4af3
[gnu-emacs] / lisp / ChangeLog
1 2004-11-23 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-read-internal): Fix require-match check when
4 ido-directory-too-big is set.
5
6 2004-11-23 Jay Belanger <belanger@truman.edu>
7
8 * calc/calc-ext.el (math-read-replacement-list)
9 (math-read-superscripts): New variables.
10 (math-read-preprocess-string): New function.
11 (math-read-expr): Filter input through
12 math-read-preprocess-string.
13
14 * calc/calc-aent.el (math-read-exprs): Filter input through
15 math-read-preprocess-string.
16
17 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
18
19 * progmodes/compile.el (compilation-start): In cd command use
20 substitute-env-vars -- not quite shell compatible but better than
21 nothing.
22 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
23 handle the newer versions messages, which are more parseable.
24
25 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * reveal.el (reveal-mode-map): New var.
28 (reveal-mode): Use it.
29
30 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
31
32 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
33 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
34
35 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
36
37 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
38 header-line when needed.
39 Use fixed-pitch only in the header-line.
40 Build the underline automatically. Use emdash if available.
41
42 2004-11-22 Richard M. Stallman <rms@gnu.org>
43
44 * dired.el (dired-recursive-copies): Move from dired-aux.el.
45 * dired-aux.el (dired-recursive-copies): Move to dired.el.
46
47 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
48
49 * progmodes/gdb-ui.el (gdb-resync): New function.
50 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
51 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
52 Use it to fail more gracefully.
53 (gdb-variables): Delete variable.
54 Re-order variables to reduce byte-compiler warnings.
55
56 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * descr-text.el (describe-char):
59 * paren.el (show-paren-function):
60 * subr.el (syntax-after): Undo last change.
61
62 * progmodes/python.el (run-python): Don't hard code *Python*.
63 Don't modify global process-environment.
64 (python-send-region, python-load-file): Don't assume that
65 python-buffer == (process-buffer (python-proc)).
66 (python-switch-to-python): Simplify.
67
68 * dired.el (dired-align-file): Don't assume line starts with spaces.
69
70 2004-11-21 Jay Belanger <belanger@truman.edu>
71
72 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
73 Replace variable `lines' by math-read-big-lines.
74 (math-read-big-expr): Replace variables the-baseline, the-h2
75 and err-msg by math-read-big-baseline, math-read-big-h2 and
76 math-read-err-msg.
77 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
78
79 * calc/calc-lang.el (math-read-big-rec): Fix typo.
80 (math-read-big-balance): Replace unbound variable by value.
81 (math-read-big-lines): New variable.
82 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
83 (math-read-big-error, math-read-big-balance): Replace variable
84 `lines' by declared variable.
85 (math-read-big-baseline, math-read-big-h2): New variables.
86 (math-read-big-rec): Replace variables the-baseline and the-h2
87 by declared variables.
88 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
89 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
90 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
91 declared variables.
92 (math-read-big-err-msg): New variable.
93 (math-read-big-error): Replace variable err-msg by declared variable.
94
95 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * ses.el: Add coding cookie.
98 Fix up docstrings, follow new commenting conventions.
99 (ses-header-line-menu): Fix missing variable rename for header-row.
100 (ses-cell-size): Remove.
101 (ses-make-cell): New function.
102 (ses-cell, ses-insert-row, ses-insert-column): Use it.
103 (ses-calculate-cell): Remove unused var `symbol'.
104 (ses-narrowed-p): New function.
105 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
106 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
107 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
108 (ses-setup): Use restore-buffer-modified-p.
109 (ses-cleanup): Remove unused var `end'.
110 (ses-header-string-left-offset): Remove.
111 (ses-create-header-string): Adjust to new behavior of `align-to'.
112 Truncate excessively large fields to preserve alignment.
113 (ses-reconstruct-all): Remove unused var `refs'.
114 (ses-read-cell-printer): Remove unused var `prompt'.
115 (ses-delete-row): Remove unused var `pos'.
116 (ses-delete-column): Remove unused var `new'.
117
118 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
119
120 * ps-print.el: Insert :version tag into all defgroup and defcustom.
121 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
122 Eliminate eval-and-compile usage.
123 (ps-insert-file): Use insert-file-contents instead of insert-file.
124 (ps-setup): Code fix.
125
126 * printing.el (pr-setup, lpr-setup): Code fix.
127
128 2004-11-21 Jay Belanger <belanger@truman.edu>
129
130 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
131 (calc-original-buffer): Declare them.
132 (calc-user-formula-alist): New variable.
133 (calc-user-define-formula, calc-fix-user-formula)
134 (calc-user-define-composition, calc-finish-formula-edit):
135 Replace variable `alist' by declared variable.
136 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
137 (var-q7, var-q7, var-q8, var-q9): Declare them.
138 (calc-kbd-push): Don't check to see if var-q0 through var-q9
139 are bound.
140 (calcFunc-typeof): Replace undeclared variable by expression.
141 (math-exp-env): New variable.
142 (math-define-body, math-define-exp): Replace exp-env by declared var.
143 (math-define-exp): Replace misplaced variable by expression.
144
145 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
146 (calc-curve-model, calc-curve-coefnames): New variables.
147 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
148 varnames, model and coefnames by declared variables.
149 (math-root-widen): New variable.
150 (math-search-root, math-find-root): Replace variable root-widen by
151 declared variable.
152 (var-DUMMY): Declare it.
153 (math-root-vars, math-min-vars): Move the declarations to earlier in
154 the file.
155 (math-brent-min): Make d a local variable.
156 (math-find-minimum): Replace non-existent variable.
157 (math-ninteg-romberg): Remove unnecessary variable.
158 (math-ninteg-temp): New variable.
159 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
160 integ-temp by declared variable.
161 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
162 New variables.
163 (math-general-fit): Replace variables first-var, first-coef and
164 new-coefs by declared variables.
165 (calcFunc-fitvar): Replace variable first-var by declared variable.
166 (calcFunc-fitparam): Replace variable first-coef by declared variable.
167 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
168 (math-all-vars-vars, math-all-vars-found): New variables.
169 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
170 found by declared variable math-all-vars-vars.
171
172 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
173
174 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
175 of `defconst'.
176
177 2004-11-20 Richard M. Stallman <rms@gnu.org>
178
179 * isearch.el (isearch-mode-map): Don't bind SPC.
180 (isearch-whitespace-chars): Function deleted.
181 (isearch-search): Bind search-spaces-regexp.
182 (isearch-lazy-highlight-search): Likewise.
183 (search-whitespace-regexp): Doc fix.
184 (isearch-forward-regexp): Doc fix.
185
186 * emacs-lisp/bytecomp.el (byte-compile-form):
187 Move the calls to byte-compile-set-symbol-position,
188 to avoid having two for the same symbol occurrence.
189
190 * comint.el (comint-input-ring-size): Increase to 150.
191
192 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
193 New variables.
194 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
195 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
196
197 * imenu.el (imenu--generic-function):
198 Ensure we keep moving backward even if BEG isn't further back.
199
200 * replace.el (query-replace-read-to, query-replace-read-from):
201 Specify t for KEEP-ALL in read-from-minibuffer.
202
203 * progmodes/python.el (python-switch-to-python):
204 If Python isn't running, start it.
205 Don't alter debug-ignored-errors.
206
207 * progmodes/cperl-mode.el (cperl-indent-region):
208 Don't mind imenu-scanning-message.
209
210 * bindings.el (global-map): Bind C-e to move-end-of-line.
211
212 * simple.el (line-move-finish): New arg FORWARD.
213 Ignore invisible newlines, not intangible ones.
214 Conditions for acceptable stopping positions depend on FORWARD.
215 (line-move): Pass FORWARD arg to line-move-finish.
216
217 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
218 of HEADER. Compensate for this change in the code to add display
219 properties. Don't make the first line intangible.
220
221 * info.el (Info-search): Fix previous change.
222
223 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
224
225 * Makefile.in (recompile): Revert 2004-11-19 change.
226 (compile): Likewise.
227
228 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
229
230 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
231
232 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
233
234 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
235 defgroup and defcustom. Eliminate eval-and-compile usage.
236
237 * progmodes/ebnf-otz.el: Fix typos.
238
239 2004-11-19 Jay Belanger <belanger@truman.edu>
240
241 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
242 (calc-edit-finish, calc-finish-stack-edit): Replace variable
243 disp-trail by declared variable.
244
245 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
246 (calc-finish-selection-edit): Replace variable disp-trail by
247 declared variable.
248 (calc-selection-cache-entry): Move declaration to earlier in the file.
249 (calc-selection-cache-num, calc-selection-cache-comp)
250 (calc-selection-cache-offset, calc-selection-true-num)
251 (calc-final-point-line, calc-final-point-column)
252 (calc-original-buffer): Declare them.
253 (calc-fnp-op, calc-fnp-num): New variables.
254 (calc-find-nth-part, calc-find-nth-part-rec)
255 (calc-select-previous): Replace op and num by declared variables.
256 (calc-rsf-old, calc-rsf-new): New variables.
257 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
258 Replace variables old and new by declared variables.
259 (calc-sel-reselect): New variable.
260 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
261 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
262 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
263 reselect with declared variable.
264
265 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
266 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
267 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
268 (math-import-list, math-rewrite-phase): Declare them.
269 (math-rewrite): Use let* to declare variables.
270 (calc-rewrite-selection): Make rules a local variable.
271 (calc-rewr-sel): New variable.
272 (calc-rewrite-selection, calc-locate-selection-marker)
273 (calc-rewrite): Use the declared variable calc-rewr-sel instead
274 of sel.
275 (math-rewrite-whole-expr): New variable.
276 (math-rewrite, math-rewrite-phase): Replace variable expr by
277 declared variable.
278 (math-rewrite-heads-heads, math-rewrite-heads-skips)
279 (math-rewrite-heads-blanks ): New variables.
280 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
281 heads, skips and blanks by declared variables.
282 (math-rwcomp-subst-old, math-rwcomp-subst-new)
283 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
284 New variables.
285 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
286 old, new, old-func and new-func by declared variables.
287 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
288 Remove unnecessary variable.
289 (math-apply-rw-regs): New variable.
290 (math-apply-rewrites, math-rwapply-replace-regs)
291 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
292 (math-apply-rw-ruleset): New variable.
293 (math-apply-rewrites, math-rwapply-remember): Replace variable
294 ruleset by declared variable.
295
296 2004-11-19 Richard M. Stallman <rms@gnu.org>
297
298 * info.el (Info-search): Use search-whitespace-regexp.
299
300 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
301
302 * vc-rcs.el (vc-rcs-parse): New function.
303 (vc-rcs-annotate-command): Likewise.
304 (vc-rcs-annotate-current-time): Likewise.
305 (vc-rcs-annotate-time): Likewise.
306 (vc-rcs-annotate-extract-revision-at-line): Likewise.
307
308 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
309
310 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
311
312 2004-11-18 Jay Belanger <belanger@truman.edu>
313
314 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
315
316 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
317
318 * printing.el: Eliminate use of interactive-p and eval-and-compile.
319 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
320 Use make-temp-file to generate PostScript files in any situation.
321 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
322 (pr-interactive-p): Eliminate var.
323 (pr-save-interactive): Eliminate macro.
324 (pr-interface, pr-ps-directory-preview)
325 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
326 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
327 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
328 (pr-ps-buffer-ps-print, pr-ps-region-preview)
329 (pr-ps-region-using-ghostscript, pr-ps-region-print)
330 (pr-ps-region-ps-print, pr-ps-mode-preview)
331 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
332 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
333 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
334 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
335 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
336 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
337 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
338 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
339 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
340 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
341 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
342 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
343 Eliminate pr-save-interactive usage.
344 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
345 Eliminate pr-interactive-p usage.
346 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
347 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
348 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
349 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
350 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
351 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
352 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
353 New funs.
354 (pr-ps-file): Use make-temp-file to generate a temporary file.
355
356 2004-11-17 Jay Belanger <belanger@truman.edu>
357
358 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
359 a local variable.
360 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
361 (math-top-only): New variable.
362 (math-simplify, math-simplify-step): Replace variable top-only by
363 declared variable math-top-only.
364 (math-simplify-expr): Declare it.
365 Replace argument expr in all calls of math-defsimplify by
366 math-simplify-expr.
367 (math-simplify-plus, math-simplify-times, math-simplify-divide)
368 (math-simplify-divisor, math-simplify-one-divisor)
369 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
370 (math-simplify-pow): Replace variable expr by declared variable
371 math-simplify-expr.
372 (math-simplify-divisor): Remove local variables temp and op.
373 (math-simplify-one-divisor): Make temp and op local variables.
374 (math-simplify-divisor-nover, math-simplify-divisor-dover):
375 New variables.
376 (math-simplify-divisor, math-simplify-one-divisor):
377 Replace variables nover and dover by declared variables.
378 (math-expr-subst-new, math-expr-subst-old): New variables.
379 (math-expr-subst, math-expr-subst-rec): Replace variables new
380 and old by declared variables.
381 (math-is-poly-degree, math-is-poly-loose): New variables.
382 (math-is-polynomial, math-is-poly-rec): Replace variables degree
383 and loose by declared variables.
384 (math-poly-base-const-ok, math-poly-base-pred): New variables.
385 (math-polynomial-base, math-polynomial-base-rec):
386 Replace variables const-ok and mpb-pred by declared variables.
387
388 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
389
390 * calc/calc-ext.el (math-defsimplify): Change the argument in
391 the created function to math-simplify-expr.
392
393 * calc/calc-units.el (math-simplify-expr): Declare it.
394 Replace argument expr in all calls of math-defsimplify by
395 math-simplify-expr.
396 (math-simplify-units-prod): Replace variable expr by declared
397 variable math-simplify-expr.
398
399 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
402 Replace mapcar->dolist, format->string.
403
404 2004-11-17 Miles Bader <miles@gnu.org>
405
406 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
407 * progmodes/idlwave.el: Remove RCS keywords.
408
409 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
410
411 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
412 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
413 Update to IDLWAVE version 5.5. Too many changes to list them here.
414 * progmodes/idlw-help.el: New file.
415
416 2004-11-16 Richard M. Stallman <rms@gnu.org>
417
418 * international/iso-cvt.el (iso-tex2iso-trans-tab):
419 Discard spaces after \i according to TeX rules.
420
421 * international/mule.el (set-buffer-file-coding-system):
422 New arg NOMODIFY.
423 (after-insert-file-set-coding): Pass that new arg.
424 Prevent set-buffer-multibyte from trying to lock the file.
425
426 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
427
428 * saveplace.el (save-place): Doc fix.
429
430 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
431 temporarily widen before finding the following word to copy.
432
433 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
434 (cl-map-keymap): Definition deleted.
435
436 * subr.el (map-keymap-internal): New function.
437
438 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
441 when pressing rather than when releasing mouse-2. Simplify.
442
443 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
446 (compilation-mode): Set it here instead.
447
448 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
449
450 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
451 (loop, cl-parse-loop-clause, defsetf): Use backquote.
452
453 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * progmodes/compile.el (compilation-internal-error-properties):
456 Fix up a transposition-typo. Check end-col before using it.
457
458 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
459
460 * international/iso-cvt.el (iso-tex2iso-trans-tab):
461 Discard whitespace after macro \i when converting it.
462
463 2004-11-16 Juri Linkov <juri@jurta.org>
464
465 * emacs-lisp/find-func.el (find-function-regexp):
466 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
467 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
468 Remove invalid `\W' from [^cgv\W]. Doc fix.
469 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
470
471 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
472
473 * play/life.el: Maintainer is now FSF.
474 (life-patterns, life-neighbor-deltas, life-window-start)
475 (life-current-generation, life-generation-string): Use defvar
476 instead of defconst.
477
478 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * progmodes/compile.el (compilation-move-to-column): New fun.
481 (compilation-internal-error-properties)
482 (compilation-next-error-function): Use it to make sure we don't go past
483 the end of line.
484
485 2004-11-15 John Paul Wallington <jpw@gnu.org>
486
487 * autoinsert.el (auto-insert-alist): Insert the user's name in
488 copyright notice, rather than Free Software Foundation, for the
489 Emacs Lisp header case too.
490
491 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
492
493 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
494 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
495 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
496 return the list of string in a string.
497 (pr-call-process): Message if calling process returns an error, that
498 is, the exit status is different of zero.
499
500 2004-11-15 Jay Belanger <belanger@truman.edu>
501
502 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
503 variable var-thing.
504 (math-integ-depth, math-integ-level, math-integral-limit)
505 (math-enable-subst, math-any-substs, math-integ-msg)
506 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
507 (math-int-threshold, math-int-factors, math-double-roots)
508 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
509 (var-GenCount): Declare these variables.
510 (calcFunc-integ): Don't check if var-IntegLimit is bound.
511 (math-integral-cache, math-integral-cache-state):
512 Move declarations to earlier in the file.
513 (math-deriv-var, math-deriv-total, math-deriv-symb)
514 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
515 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
516 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
517 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
518 (math-solve-res): New variables
519 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
520 (math-integral, math-replace-integral-parts)
521 (math-integrate-by-parts, calc-dump-integral-cache)
522 (math-try-integral, math-do-integral, math-do-integral)
523 (math-do-integral-methods, math-try-solve-for)
524 (math-try-solve-prod, math-solve-poly-funny-powers)
525 (math-solve-crunch-poly, math-decompose-poly)
526 (math-solve-find-root-term, math-find-root-in-prod)
527 (math-integ-try-linear-substitutions)
528 (math-integ-try-substitutions, math-expr-rational-in)
529 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
530 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
531 (math-solve-for, math-solve-system, math-solve-system-rec)
532 (math-solve-get-sign, math-solve-get-int)
533 (math-solve-system-subst): Replace undeclared variables with newly
534 declared variables.
535
536 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * winner.el (winner-active-region, winner-edges, winner-window-list):
539 Define at toplevel.
540 (winner-mode-map): Move init inside declaration.
541
542 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
543
544 * files.el (convert-standard-filename): Doc fix.
545
546 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
547
548 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
549 passwd, group, shadow, default/* and pam.d/*.
550
551 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
552
553 * printing.el (pr-menu-spec): Adjust menu specification.
554
555 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
556
557 * printing.el: Doc fix. Insert :version tag into all defcustom.
558 Handle interactive-p as is recommended in Emacs Lisp Reference.
559 Set the file permission bits for newly created files.
560 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
561 The printing menu specification (in `pr-menu-spec') was merged.
562 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
563 (pr-version): New version number (6.8.3).
564 (pr-file-modes): New option.
565 (pr-interactive-p): New var.
566 (pr-save-interactive, pr-save-file-modes): New macros.
567 (pr-setup): Code fix.
568 (pr-menu-spec): Menu specification merged.
569 (pr-call-process, pr-text2ps): Set file permission bits.
570 (pr-despool-print): Set file permission bits. Handle interactive-p as
571 is recommended.
572 (pr-interface, pr-ps-directory-preview)
573 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
574 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
575 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
576 (pr-ps-buffer-ps-print, pr-ps-region-preview)
577 (pr-ps-region-using-ghostscript, pr-ps-region-print)
578 (pr-ps-region-ps-print, pr-ps-mode-preview)
579 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
580 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
581 (pr-despool-using-ghostscript, pr-despool-ps-print)
582 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
583 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
584 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
585 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
586 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
587 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
588 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
589 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
590 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
591 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
592 Handle interactive-p as is recommended.
593
594 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
597 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
598
599 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
600 so it doesn't forget to highlight the beginning of the region either.
601
602 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
603
604 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
605 (c-font-lock-init): Eliminate obsolete make-local-hook.
606 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
607 (awk-mode): Use run-mode-hooks.
608
609 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
610
611 2004-11-13 Kim F. Storm <storm@cua.dk>
612
613 * mouse.el (mouse-drag-copy-region): Add :version.
614 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
615 while dragging mode line, so mode line can be dragged downwards.
616 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
617 while pressing mouse button so window doesn't scroll until we
618 release the mouse if clicking on partially visible line.
619
620 2004-11-12 Jay Belanger <belanger@truman.edu>
621
622 * calc/calc-graph.el (calc-dumb-map): Declare it.
623 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
624 than unbound.
625 (calc-graph-name): Made `end' a local variable.
626 (calc-graph-lookup): Made `varname' a local variable.
627 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
628 Declare them.
629 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
630 (calc-graph-plot, calc-graph-compute-3d): Remove references to
631 the unused variable y3vec.
632 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
633 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
634 calc-graph-prev-kill-hook.
635 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
636 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
637 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
638 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
639 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
640 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
641 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
642 (calc-graph-y3value, calc-graph-y3name)
643 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
644 (calc-graph-stepcount, calc-graph-is-splot)
645 (calc-graph-surprise-splot, calc-graph-blank)
646 (calc-graph-non-blank, calc-graph-curve-num): New variables.
647 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
648 (calc-graph-recompute-2d, calc-graph-compute-3d)
649 (calc-graph-format-data): Replace undeclared variables with the
650 above newly declared variables.
651
652 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
653
654 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
655 `rsf-beep' and `rsf-sleep-after-message'.
656
657 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
658 list if `message-sender' is non-nil.
659
660 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
661
662 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
663 consing by using mapc instead of mapcar.
664
665 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
666
667 * tooltip.el (require): Explain why CL is needed.
668
669 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
670
671 * printing.el: Insert :version into defgroup (printing). All reference
672 to Files option in menubar were changed to File.
673 (pr-version): New version number (6.8.2).
674 (pr-get-symbol): Call easy-menu-intern.
675 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
676 compilation gripes.
677
678 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
681 new byte-compile-function-environment binding to t.
682
683 * font-lock.el (font-lock-fontify-syntactically-region):
684 Don't forget to highlight the last char when we hit `end'.
685
686 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
687 (mwheel-scroll): Adjust accordingly.
688
689 * cvs-status.el: Reduce spurious warnings.
690 (cvs-status-checkout): Remove.
691 (cvs-status-mode-map): Use cvs-mode-checkout instead.
692
693 * pcvs.el (cvs-mode-checkout): New command.
694
695 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
696
697 * tooltip.el: Require CL.
698
699 * emacs-lisp/bytecomp.el: Use push.
700 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
701 (defalias): Remove the `byte-compile' property and add
702 a `byte-hunk-handler'.
703
704 2004-11-11 Juri Linkov <juri@jurta.org>
705
706 * info.el (Info-search): Save match data for isearch.
707 Skip Tag Table node.
708
709 * descr-text.el (describe-char): Replace syntax-after with code
710 from its previous version.
711
712 * files.el (magic-mode-alist): Use optimization for SGML mode too.
713 (set-auto-mode): Doc fix. Remove unused variable `xml'.
714
715 * international/mule.el (sgml-html-meta-auto-coding-function):
716 Remove > after <html to allow HTML attributes.
717
718 2004-11-11 Jay Belanger <belanger@truman.edu>
719
720 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
721 a variable.
722 (calcFunc-dfac): Replace unbound max by n.
723 (math-stirling-local-cache): New variable.
724 (math-stirling-number, math-stirling-1, math-stirling-2):
725 Replace the variable `cache' by the declared variable
726 math-stirling-local-cache.
727 (var-RandSeed): Declare it as a variable.
728 (math-init-random-base, math-random-digit): Don't check to see if
729 var-RandSeed is bound.
730 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
731 Declare them instead of just setting them.
732 (math-init-random-base): Made i a local variable.
733 (math-random-digit): Made math-random-last a local variable.
734 (math-prime-test-cache): Move declaration to before it is used.
735 (math-prime-test-cache-k, math-prime-test-cache-q)
736 (math-prime-test-cache-nm1, math-prime-factors-finished):
737 Declare them as variables.
738
739 2004-11-11 Jay Belanger <belanger@truman.edu>
740
741 * calc/calc-ext.el (math-defcache): Use defvar for the new
742 variables it creates.
743
744 2004-11-11 Lars Hansen <larsh@math.ku.dk>
745
746 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
747 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
748 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
749 (desktop-save): Add :version.
750
751 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * printing.el (pr-get-symbol): Don't downcase.
754
755 2004-11-10 Jay Belanger <belanger@truman.edu>
756
757 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
758 string to kill-ring.
759
760 * calc/calc-aent.el (calc-alg-exp, math-toks)
761 (math-exp-pos,math-exp-old-pos, math-exp-token)
762 (math-exp-keep-spaces, math-exp-str): New variables.
763 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
764 (calcAlg-enter): Use declared variable calc-alg-exp.
765 (math-build-parse-table, math-find-user-token): Use declared
766 variable math-toks.
767 (math-read-exprs, math-read-token, calc-check-user-syntax)
768 (calc-match-user-syntax, match-factor-after, math-read-factor):
769 Use declared variables math-exp-pos math-exp-old-pos.
770 (math-read-exprs, math-read-token, math-read-expr-level)
771 (calc-check-user-syntax, calc-match-user-syntax)
772 (match-factor-after, math-read-factor): Use declared variable
773 math-exp-token.
774 (math-read-exprs, math-read-expr-list, math-read-token)
775 (math-read-factor): Use declared variable math-exp-keep-spaces.
776 (math-read-exprs, math-read-token): Use declared variable
777 math-exp-str.
778 (calc-match-user-syntax): Make m a local variable.
779
780 * calc/calc-ext.el (math-read-expr): Use declared variables
781 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
782 math-exp-keep-spaces.
783
784 * calc/calc-forms.el (math-read-angle-bracket): Use declared
785 variables math-exp-pos, math-exp-str.
786
787 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
788 math-exp-old-pos.
789 (math-parse-fortran-vector, math-parse-fortran-vector-end)
790 (math-parse-eqn-prime): Use declared variable math-exp-token.
791
792 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
793 Use declared variable math-exp-pos.
794 (math-check-for-commas): Use declared variable math-exp-str.
795 (math-read-brackets): Use declared variables math-exp-old-pos,
796 math-exp-keep-spaces.
797 (math-read-brackets, math-read-vector, math-read-matrix):
798 Use declared variable math-exp-token.
799
800 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
801
802 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
803 where the keymap is a symbol.
804 (easy-menu-add-item): Use keymap-prompt. Simplify.
805
806 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
807
808 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
809 (sgml-parse-tag-backward): Use it to skip spurious < or >.
810
811 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
812
813 * ebuff-menu.el: Doc fixes throughout.
814 (electric-buffer-menu-mode-hook): New defvar.
815
816 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
817
818 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
819 compilation. The resulting compiler warnings appear to be harmless.
820
821 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
822
823 * textmodes/conf-mode.el: New file.
824
825 * files.el (auto-mode-alist, magic-mode-alist): Use it.
826
827 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
830
831 2004-11-09 Jay Belanger <belanger@truman.edu>
832
833 * calc/calc-ext.el (calc-init-extensions): Remove old code.
834
835 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
836 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
837 (calc-z-prefix-help, calc-user-function-list): Use declared
838 variables calc-z-prefix-buf, calc-z-prefix-msgs.
839 (math-map-tree, math-map-tree-rec): Use declared variables
840 math-mt-many, math-mt-func.
841 (math-read-expression, math-read-string): Use declared variable
842 math-expr-data.
843
844 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
845 variable math-normalize-a.
846
847 * calc/calc.el (math-normalize-a): New variable.
848 (math-normalize): Use declared variable math-normalize-a.
849
850 * calc/calc-poly.el (math-expand-form): Use declared variable
851 math-mt-many.
852
853 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
854 Use declared variable math-mt-many.
855 (math-rewrite): Use declared variable math-mt-func.
856
857 * calc/calc-vec.el (math-read-brackets, math-read-vector)
858 (math-read-matrix): Use declared variable math-expr-data.
859
860 * calc/calc-lang.el (math-parse-fortran-vector)
861 (math-parse-fortran-vector-end, math-parse-tex-sum)
862 (math-parse-eqn-matrix, math-parse-eqn-prime)
863 (math-read-math-subscr): Use declared variable math-expr-data.
864
865 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
866 (math-read-expr-level, math-read-token, calc-check-user-syntax)
867 (calc-match-user-syntax, math-read-if, math-factor-after)
868 (math-read-factor): Use declared variable math-expr-data.
869
870 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
871
872 * calendar/diary-lib.el (diary-from-outlook)
873 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
874 interactive-p; but rather new optional argument NOCONFIRM.
875
876 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
879 (easy-menu-name-match): Revert correspondingly.
880
881 2004-11-09 Richard M. Stallman <rms@gnu.org>
882
883 * emacs-lisp/bytecomp.el (byte-compile-defalias):
884 Turn off warnings for the new function even if definition not constant.
885 If the definition isn't a quoted symbol, record (FUNCTION . t).
886 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
887 (byte-compile-callargs-warn): Handle (FUNCTION . t).
888 (display-call-tree, byte-compile-arglist-warn):
889 Handle t returned by byte-compile-fdefinition.
890
891 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
892
893 * Makefile.in (maintainer-clean): Depend on distclean.
894
895 * help-fns.el (help-C-file-name): File name must be in build-files
896 to be returned.
897
898 2004-11-09 Jay Belanger <belanger@truman.edu>
899
900 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
901 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
902
903 * calc/calc.el (calc, calc-trail-display, calc-mode):
904 Remove obsolete sections.
905
906 * calc/calc.el (calc-x-paste-text): Remove.
907
908 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
909 mouse-2.
910
911 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
912
913 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
914 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
915 current frame (in case of recursive calls).
916 (gdb-show-changed-values): Add :version keyword.
917
918 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * international/mule-cmds.el: Change coding-system to utf-8.
921 (select-safe-coding-system-interactively):
922 New function extracted from select-safe-coding-system.
923 (select-safe-coding-system): Use it.
924
925 2004-11-08 Richard M. Stallman <rms@gnu.org>
926
927 * subr.el (syntax-after): Doc fix.
928
929 * paren.el (show-paren-function): Change calls to syntax-after
930 for new way of returning the value.
931
932 * menu-bar.el (menu-bar-file-menu): Make this the real name
933 and menu-bar-files-menu the alias. Use the former.
934 (global-map): Use `file', not `files', as the symbol.
935
936 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
937
938 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
939 Don't use beginning-of-buffer.
940 (filesets-cmd-show-result): Use with-no-warnings.
941
942 2004-11-08 Juri Linkov <juri@jurta.org>
943
944 * progmodes/compile.el (compile): Don't overwrite last command in
945 minibuffer history with default command if they are not equal.
946
947 2004-11-08 Jay Belanger <belanger@truman.edu>
948
949 * calc/calcalg2.el (math-do-integral-methods): Try linear then
950 non-linear substitutions.
951
952 2004-11-08 Jay Belanger <belanger@truman.edu>
953
954 * calc/calcalg2.el (math-linear-subst-tried): New variable.
955 (math-do-integral): Set `math-linear-subst-tried' to nil.
956 (math-do-integral-methods): Use `math-linear-subst-tried' to
957 determine what type of substitution to try.
958 (math-integ-try-linear-substituion):
959 Set `math-linear-subst-tried' to t.
960
961 2004-11-08 Kim F. Storm <storm@cua.dk>
962
963 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
964
965 2004-11-07 Juri Linkov <juri@jurta.org>
966
967 * info-look.el (info-lookup): Allow reusing in the current buffer
968 not only *info* buffer, but all (even renamed) Info buffers
969 by checking for major-mode instead of *info* buffer name.
970 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
971 (octave-mode, maxima-mode) <doc-spec>:
972 Allow long dashes generated by Texinfo 4.7 before definitions.
973 (texinfo-mode) <doc-spec>: Add space to suffix to find command
974 definitions with argument separated by space.
975
976 2004-11-06 Richard M. Stallman <rms@gnu.org>
977
978 * simple.el (next-error group, face): Move before first use.
979 (next-error-highlight, next-error-highlight-no-select): Likewise.
980
981 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
982 (line-move): New args NOERROR and TO-END.
983 Return t if if succeed in moving specified number of lines.
984 (move-end-of-line): New function.
985
986 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
987 (end-of-buffer-other-window): Likewise.
988
989 * simple.el (line-move-ignore-invisible): Default to t.
990
991 * subr.el (syntax-after): Return the syntax letter, not the raw code.
992
993 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
994
995 * international/iso-cvt.el (iso-cvt-define-menu):
996 Rename menu-bar-files-menu to menu-bar-file-menu.
997
998 * net/browse-url.el (browse-url-gnome-moz-program)
999 (browse-url-gnome-moz-arguments): Move up before first use.
1000
1001 * net/tramp.el (tramp group): Add :version.
1002
1003 * progmodes/ada-xref.el (ada-gdb-application):
1004 Use goto-char instead of beginning-of-buffer.
1005
1006 * progmodes/cperl-mode.el (cperl-info-on-command):
1007 Use goto-char instead of beginning-of-buffer.
1008
1009 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1010 Move up before first use.
1011 (idlwave-shell-temp-pro-file): Likewise.
1012 (idlwave-shell-temp-rinfo-save-file): Likewise.
1013 (idlwave-shell-temp-file): Minor doc fix.
1014
1015 * textmodes/flyspell.el (flyspell-external-point-words):
1016 Use goto-char instead of beginning-of-buffer.
1017
1018 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
1019
1020 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1021 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
1022 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1023
1024 2004-11-06 David Ponce <david@dponce.com>
1025
1026 * recentf.el (recentf-menu-path): Use menu item name.
1027
1028 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1029
1030 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1031 display doesn't support images.
1032
1033 2004-11-06 Andreas Schwab <schwab@suse.de>
1034
1035 * tempo.el (tempo-match-finder): Doc fix.
1036
1037 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1038
1039 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1042 (easy-menu-lookup-name): New fun to replace it.
1043 (easy-menu-get-map): Use it to obey menu item names (rather than just
1044 keys) when looking up `path'.
1045 (easy-menu-always-true-p): Rename from easy-menu-always-true.
1046 (easy-menu-convert-item-1): Adjust to new name.
1047
1048 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
1049
1050 * outline.el (hide-body): Don't hide lines at the top of the file
1051 that precede the first header line.
1052
1053 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
1054
1055 * align.el (align-areas): Delete whitespace before reindenting, so
1056 that tabs are never placed after spaces.
1057
1058 2004-11-06 Alan Shutko <ats@acm.org>
1059
1060 * macros.el (insert-kbd-macro): Do completions based on macros,
1061 rather than all commands.
1062
1063 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
1064
1065 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1066 to solve a bug whereby tags with 'b' don't match.
1067
1068 2004-11-05 Juri Linkov <juri@jurta.org>
1069
1070 * info.el (Info-search): Don't search in node header lines
1071 and file headers.
1072
1073 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1074 symbol-constituent characters after dot, not only digits.
1075
1076 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
1077
1078 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1079
1080 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1081
1082 * dired.el (dired-read-dir-and-switches): Call read-directory-name
1083 if a dialog will be used, read-file-name otherwise.
1084
1085 2004-11-04 Richard M. Stallman <rms@gnu.org>
1086
1087 * textmodes/table.el (table group): Add :version.
1088
1089 * textmodes/ispell.el (ispell-word):
1090 Don't alter args; set them only thru `interactive' spec.
1091
1092 * textmodes/flyspell.el (flyspell-word):
1093 Don't alter FOLLOWING; set it only thru `interactive' spec.
1094
1095 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1096
1097 * net/browse-url.el (browse-url-maybe-new-window):
1098 Use called-interactively-p.
1099
1100 * mail/supercite.el (sc-cite-region):
1101 Don't use interactive-p. Add arg INTERACTIVE.
1102 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
1103
1104 * international/mule-cmds.el (set-input-method, toggle-input-method):
1105 Don't use interactive-p. Add arg INTERACTIVE.
1106
1107 * eshell/esh-mode.el (eshell-show-maximum-output):
1108 Don't use interactive-p.
1109 (eshell-truncate-buffer): Just message, no error, if buffer is short.
1110
1111 * mouse.el (mouse-show-mark): Get positions to delete from mark
1112 and point, not from mouse-drag-overlay.
1113
1114 * imenu.el (imenu-eager-completion-buffer): Add :version.
1115
1116 * filesets.el (filesets group): Add :version.
1117
1118 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
1119
1120 * files.el (xml-based-modes): Delete var.
1121 (magic-mode-alist): New more general var.
1122 (set-auto-mode): Use it.
1123
1124 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1125 when clicking from another window.
1126
1127 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
1128
1129 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
1130 (vc-cvs-annotate-time): Incorporate value of deleted var.
1131 Remove special-case handling of beginning-of-buffer cruft.
1132 Cache ending position (point) and return value in text property
1133 `vc-cvs-annotate-time', and consult it on subsequent invocations.
1134
1135 * vc-cvs.el (vc-cvs-annotate-command):
1136 Delete extraneous lines from beginning of buffer.
1137 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
1138
1139 * progmodes/grep.el (grep-default-command): Take empty string
1140 for tag if all other methods yield nil. Shell-quote the tag.
1141
1142 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
1143 spec in `interactive' form, and mention it in the docstring.
1144 Also, make sure point is at bol after calling `annotate-time'.
1145
1146 2004-11-02 Richard M. Stallman <rms@gnu.org>
1147
1148 * cus-edit.el (customize-group-other-window):
1149 Select the window that displays the custom buffer.
1150 (custom-buffer-create-other-window): Likewise.
1151
1152 * comint.el (comint-insert-input): Fix previous change.
1153
1154 * emacs-lisp/elp.el (elp-instrument-function):
1155 Use called-interactively-p.
1156
1157 * emacs-lisp/easymenu.el (easy-menu-intern):
1158 Don't downcase; rather, case-flip the first letter of each word.
1159
1160 * emacs-lisp/easy-mmode.el (define-minor-mode):
1161 Use called-interactively-p.
1162
1163 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1164 Add interactive-only.
1165 (byte-compile-warnings): Add interactive-only as option.
1166 (byte-compile-interactive-only-functions): New variable.
1167 (byte-compile-form): Warn about calls to functions
1168 in byte-compile-interactive-only-functions.
1169
1170 * emacs-lisp/autoload.el (update-file-autoloads):
1171 Don't use interactive-p; take new arg SAVE-AFTER.
1172
1173 * emacs-lisp/advice.el (ad-make-advised-definition):
1174 Use called-interactively-p.
1175
1176 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1177
1178 * files.el (find-file-existing): New function.
1179
1180 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
1181 find-file-existing. Add "New File..." that calls find-file.
1182
1183 * diropen.pbm diropen.xpm: New files.
1184
1185 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1186 icon diropen. New tool bar item find-file-existing uses icon open.
1187
1188 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1189 instead of read-file-name.
1190
1191 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
1192
1193 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1194 (icalendar--split-value): Change name of work buffer.
1195 (icalendar--get-weekday-abbrev): Return nil on error.
1196 (icalendar--date-to-isodate): New function.
1197 (icalendar-convert-diary-to-ical)
1198 (icalendar-extract-ical-from-buffer): Use only two args for
1199 make-obsolete (XEmacs compatibility).
1200 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1201 (icalendar-export-region): Doc fix.
1202 If error, return non-nil and write errors to a buffer.
1203 Use correct weekday for weekly recurring events.
1204 Check whether date has been parsed for ordinary events.
1205 Make weekly events start in the year 2000.
1206 DTEND is non-inclusive, shift end date by one day if
1207 necessary (not for entries that have date and time).
1208 Rename local let variables: oops -> found-error, datestring ->
1209 startdatestring.
1210
1211 2004-11-02 Kim F. Storm <storm@cua.dk>
1212
1213 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1214 keep-mode-if-same variable. Add it as optional arg instead.
1215 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1216
1217 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1218 substitute-command-keys will select lower-case bindings like those
1219 used in the static help texts.
1220
1221 * descr-text.el (describe-text-properties): Don't err if called in
1222 the *Help* buffer; output to *Help-2* buffer instead.
1223
1224 * kmacro.el (group kmacro): Add :version.
1225 (kmacro-keyboard-quit): New function to cleanup on C-g.
1226 (kmacro-start-macro): Set defining-kbd-macro to append when
1227 appending to last macro.
1228
1229 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1230
1231 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * progmodes/gdb-ui.el (gdb-enable-debug-log)
1234 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1235 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1236 Add :version keyword.
1237
1238 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
1239
1240 * progmodes/flymake.el (flymake-err-line-patterns):
1241 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1242 `compilation-error-regexp-alist-alist' to internal Flymake format.
1243
1244 * progmodes/flymake.el: Eliminate byte-compiler warnings.
1245
1246 2004-11-01 Jay Belanger <belanger@truman.edu>
1247
1248 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1249 with `interactive "s"'.
1250
1251 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1252
1253 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1254 Revert change from 2004-10-16. '*' checks the current buffer, but the
1255 mouse click may be in another buffer.
1256
1257 2004-11-01 John Paul Wallington <jpw@gnu.org>
1258
1259 * files.el (large-file-warning-threshold): Add :version keyword.
1260 (kill-some-buffers): Doc fix.
1261
1262 * thumbs.el (group thumbs): Add :version keyword.
1263
1264 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1265
1266 2004-11-01 Richard M. Stallman <rms@gnu.org>
1267
1268 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1269
1270 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1271
1272 * allout.el (allout group): Add :version.
1273 (allout-init): Don't use interactive-p.
1274 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1275 (allout-forward-current-level, allout-backward-current-level):
1276 Don't use interactive-p.
1277
1278 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1279 (bibtex-find-text): Likewise.
1280
1281 * progmodes/vhdl-mode.el (vhdl-fill-region)
1282 (vhdl-beginning-of-statement): Don't use interactive-p.
1283
1284 * progmodes/idlwave.el (idlwave-update-routine-info):
1285 Don't use interactive-p.
1286
1287 * progmodes/idlw-shell.el (idlwave-shell-send-char):
1288 Don't use interactive-p.
1289
1290 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1291 Don't use interactive-p.
1292
1293 * progmodes/ada-xref.el (ada-make-body-gnatstub):
1294 Don't use interactive-p.
1295
1296 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1297 (fortune-in-buffer): Doc fix.
1298
1299 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1300
1301 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1302 don't select the temporary buffer.
1303 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1304 (eudc-get-phone): Likewise.
1305
1306 2004-11-01 Kim F. Storm <storm@cua.dk>
1307
1308 * man.el (Man-xref-normal-file): Fix help-echo.
1309
1310 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1311
1312 * reveal.el (reveal-last-tick): New var.
1313 (reveal-post-command): Use it to avoid closing overlays when we're
1314 appending text to them.
1315
1316 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1317
1318 * textmodes/bibtex.el: Require button.
1319 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1320 (bibtex-reference-keys): Distinguish between header keys and
1321 crossref keys.
1322 (bibtex-beginning-of-field): New function.
1323 (bibtex-url-map): Remove.
1324 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
1325 (bibtex-font-lock-url-regexp): Assume that field names begin at
1326 the beginning of a line.
1327 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
1328 Remove field delimiters. Use bibtex-beginning-of-field.
1329 Bugfix, point can be inside a field with a url.
1330 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
1331 New functions.
1332 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
1333 (bibtex-key-in-head): Simplify.
1334 (bibtex-current-line): Use bolp.
1335 (bibtex-parse-keys): Remove unused arg `add'.
1336 Use bibtex-type-in-head and bibtex-key-in-head.
1337 (bibtex-parse-entry, bibtex-autofill-entry):
1338 Use bibtex-type-in-head and bibtex-key-in-head.
1339 (bibtex-autokey-get-field): Do not alter case of replacement text.
1340 (bibtex-autokey-get-names): Do all processing of name list.
1341 (bibtex-autokey-get-year): New function.
1342 (bibtex-autokey-get-title): Do all processing of title words.
1343 (bibtex-generate-autokey): Simplify.
1344 (bibtex-string-files-init): Use default-directory.
1345 Allow for absolute file names in bibtex-string-files.
1346 (bibtex-files, bibtex-file-path): New variables.
1347 (bibtex-files-expand): New function.
1348 (bibtex-find-entry-globally): New command.
1349 (bibtex-summary-function): New variable.
1350 (bibtex-summary): Default value of bibtex-summary-function.
1351 (bibtex-find-crossref): New optional args pnt and split.
1352 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
1353 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
1354 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
1355 Fix handling of required and alternative fields.
1356 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
1357 Use cons and display-buffer.
1358 (bibtex-validate-globally): New command.
1359 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
1360 bibtex-parse-keys and bibtex-parse-strings for updating
1361 bibtex-reference-keys and bibtex-strings.
1362 (bibtex-realign): Remove blank lines past the last entry.
1363 (bibtex-reformat): Use bibtex-entry-format as default.
1364 (bibtex-choose-completion-string): Remove.
1365 (bibtex-complete): Do not use bibtex-choose-completion-string.
1366 (bibtex-url): Simplify.
1367
1368 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1369
1370 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
1371 (x-dnd-types-alist, x-dnd-open-file-other-window)
1372 (x-dnd-known-types): Add :version.
1373
1374 2004-10-31 John Paul Wallington <jpw@gnu.org>
1375
1376 * ibuffer.el (group ibuffer): Add :version keyword.
1377
1378 2004-10-31 Kim F. Storm <storm@cua.dk>
1379
1380 * ido.el (group ido): Add :version keyword.
1381 (ido-mode): Remove :version keyword.
1382
1383 * emulation/cua-base.el (group cua): Add :version keyword.
1384 (cua-mode): Remove :version keyword.
1385
1386 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
1387
1388 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
1389
1390 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
1391 compiler warning.
1392 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
1393 function.
1394 (help-at-pt-display-when-idle): Remove autoload.
1395
1396 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
1399
1400 2004-10-30 Juri Linkov <juri@jurta.org>
1401
1402 * help.el (function-called-at-point):
1403 * help-fns.el (variable-at-point): Read -> intern.
1404
1405 2004-10-30 Simon Josefsson <jas@extundo.com>
1406
1407 * progmodes/autoconf.el (autoconf-font-lock-keywords):
1408 Recognize AS_* too.
1409
1410 2004-10-29 Simon Josefsson <jas@extundo.com>
1411
1412 * subr.el (read-passwd): Move back from password.el.
1413
1414 * password.el: Remove, not ready yet.
1415
1416 2004-10-29 Andreas Schwab <schwab@suse.de>
1417
1418 * speedbar.el (speedbar-frame-parameters): Improve customize type.
1419
1420 2004-10-29 Sam Steingold <sds@gnu.org>
1421
1422 * mouse.el (mouse-show-mark): Replace the last occurrence of
1423 x-lost-selection-hooks with x-lost-selection-functions.
1424
1425 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
1428 x-lost-selection-functions is bound.
1429
1430 * mouse-sel.el (mouse-sel-mode):
1431 * emacs-lisp/lselect.el: Adjust to new names for
1432 x-(lost|sent)-selection-functions.
1433
1434 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
1435 New obsolete aliases of x-lost-selection-functions and
1436 x-sent-selection-functions.
1437
1438 2004-10-28 Kim F. Storm <storm@cua.dk>
1439
1440 * imenu.el (imenu-scanning-message): Remove.
1441 (imenu-progress-message): Make it a no-op.
1442
1443 2004-10-28 John Paul Wallington <jpw@gnu.org>
1444
1445 * files.el (set-auto-mode): Call `throw' correctly.
1446
1447 2004-10-28 Juri Linkov <juri@jurta.org>
1448
1449 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
1450 to search `Info-...' commands in `info' manual.
1451 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1452 Add 'info-file "emacs" property.
1453 (Info-find-emacs-command-nodes): Fix index line number regexp.
1454 Set real line number (instead of fake 0) in first element of the
1455 returned list.
1456 (Info-goto-emacs-command-node): Use line number of first element
1457 to set point in the first found Info node.
1458
1459 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
1460 code to `grep-mode-font-lock-keywords'.
1461 (grep-mode-font-lock-keywords): Delete grep markers instead
1462 of making them invisible.
1463
1464 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1465
1466 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
1467 and x-server-version in bug report.
1468
1469 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
1470
1471 * files.el (set-auto-mode-0): New function.
1472 (set-auto-mode): Use it to handle aliased modes and to
1473 be consistent between C-x C-f and C-x C-w.
1474
1475 2004-10-28 Kenichi Handa <handa@m17n.org>
1476
1477 * international/utf-8.el (utf-translate-cjk-charsets):
1478 Add katakana-jisx0201.
1479
1480 * international/subst-jis.el: Add data for JISX0201.
1481
1482 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * obsolete/hilit19.el (hilit-mode): New function.
1485 Move all the toplevel side-effecting stuff into it, so that loading
1486 hilit19 doesn't mess everything up any more.
1487
1488 2004-10-27 Richard M. Stallman <rms@gnu.org>
1489
1490 * add-log.el (add-change-log-entry): Set up mailing address
1491 and full name later, and don't alter add-log-mailing-address
1492 or add-log-full-name.
1493
1494 * elide-head.el (elide-head): Change error to message.
1495 (elide-head-show): Likewise.
1496
1497 * apropos.el (apropos-macrop): Doc fix.
1498
1499 * mouse.el (mouse-show-mark): Do most processing the same
1500 regardless of transient-mark-mode.
1501
1502 * shadowfile.el (shadow-copy-files): Use interactive-p
1503 only to control whether to print a message.
1504
1505 * tar-mode.el (tar-mode): Use write-contents-functions,
1506 not write-contents-hooks.
1507
1508 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
1509 directory-sep-char.
1510
1511 2004-10-27 Richard M. Stallman <rms@gnu.org>
1512
1513 * strokes.el (strokes-unload-hook): Fix previous change.
1514
1515 * type-break.el (type-break-run-at-time): Always use run-at-time;
1516 forget the alternatives.
1517 (type-break-cancel-function-timers): Always use cancel-function-timers;
1518 forget the alternatives.
1519
1520 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
1521
1522 2004-10-27 Kenichi Handa <handa@m17n.org>
1523
1524 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
1525
1526 * international/subst-gb2312.el: Likewise.
1527
1528 * international/subst-big5.el: Likewise.
1529
1530 * international/subst-ksc.el: Likewise.
1531
1532 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
1533 New variable.
1534 (utf-translate-cjk-set-unicode-range): New function.
1535 (utf-translate-cjk-unicode-range): Make it customizable.
1536 (utf-8-post-read-conversion):
1537 Use utf-translate-cjk-unicode-range-string.
1538 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
1539 Unicode ranges.
1540
1541 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
1542
1543 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
1544 trivial variants to shorten the list.
1545 (xml-based-modes): New var.
1546 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
1547 declaration higher priority than auto-mode-alist.
1548
1549 * find-file.el (cc-other-file-alist): Bring it in line with
1550 cc-mode's auto-mode-alist entries and use \' instead of $.
1551
1552 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
1553 and add "Id" and "Name" submenus to it.
1554
1555 * imenu.el (imenu--generic-function): Skip matches in comments.
1556
1557 2004-10-26 Jay Belanger <belanger@truman.edu>
1558
1559 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
1560 (full-calc-keypad, calc-trail-display): Use an extra argument
1561 instead of `interactive-p'.
1562
1563 * calc/calc-misc.el (calc-other-window): Use an extra argument
1564 instead of `interactive-p'.
1565
1566 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
1567 `interactive-p'.
1568
1569 2004-10-26 Kim F. Storm <storm@cua.dk>
1570
1571 * help.el (describe-key): Describe both down-event and up-event
1572 for a mouse click.
1573
1574 2004-10-26 Richard M. Stallman <rms@gnu.org>
1575
1576 * woman.el (woman): Don't call interactive-p.
1577
1578 * pcomplete.el (pcomplete): Instead of interactive-p,
1579 use an arg set non-nil by the interactive spec.
1580
1581 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
1582 use an arg set non-nil by the interactive spec.
1583
1584 * man.el (Man-cleanup-manpage): Instead of interactive-p,
1585 use an arg set non-nil by the interactive spec.
1586
1587 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1588
1589 * progmodes/flymake.el (flymake-split-string):
1590 Use `flymake-split-string-remove-empty-edges' in any case.
1591
1592 2004-10-26 Masatake YAMATO <jet@gyve.org>
1593
1594 * progmodes/flymake.el (flymake-err-line-patterns):
1595 Use `compilation-error-regexp-alist-alist' instead of
1596 `compilation-error-regexp-alist'.
1597
1598 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
1601 verbatim face on the \ of \end{verbatim}.
1602
1603 2004-10-25 Jay Belanger <belanger@truman.edu>
1604
1605 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
1606 erasing minibuffer.
1607
1608 2004-10-25 Simon Josefsson <jas@extundo.com>
1609
1610 * subr.el (read-passwd): Move to net/password.el.
1611
1612 * net/password.el (read-passwd): Add. Autoload it.
1613
1614 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
1615
1616 * mouse-sel.el (mouse-sel-mode): Specify custom group.
1617
1618 * simple.el (process-file): Fix logic.
1619
1620 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1621
1622 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
1623 (increase-right-margin): Remove erroneous call to `interactive-p'.
1624
1625 2004-10-24 Kim F. Storm <storm@cua.dk>
1626
1627 * help.el (describe-mode): Fix 2004-10-13 change.
1628 Copy pure "Auto Fill" string so it can be propertized later
1629 without causing a read-only error.
1630
1631 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1632
1633 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
1634 style indexes.
1635
1636 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1637
1638 * simple.el (process-file): Accept nil for INFILE. Reported by
1639 Luc Teirlinck.
1640
1641 2004-10-24 Masatake YAMATO <jet@gyve.org>
1642
1643 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
1644 Handle periods and underscores in a function name.
1645 Remove the address fontification.
1646
1647 2004-10-24 Masatake YAMATO <jet@gyve.org>
1648
1649 * progmodes/asm-mode.el (asm-font-lock-keywords):
1650 Use font-lock-variable-name-face for registers.
1651
1652 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
1653
1654 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
1655 kill-all-local-variables.
1656 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1657 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1658 Use kill-all-local-variables and provide mode-hooks.
1659 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1660 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1661 Suggested by Masatake YAMATO <jet@gyve.org>.
1662
1663 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
1664
1665 * simple.el (process-file): New function, similar to call-process
1666 but supports file handlers.
1667 * vc.el (vc-do-command): Use it, instead of call-process.
1668 * net/tramp-vc.el (vc-do-command): Do not advise it if
1669 process-file is fboundp.
1670 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1671 process-file.
1672 (tramp-handle-process-file): New function.
1673 (tramp-file-name-for-operation): Support process-file.
1674
1675 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
1676
1677 * calendar/icalendar.el (icalendar--weekday-array): New constant.
1678 (icalendar-weekdayabbrev-table)
1679 (icalendar-monthnumber-table): Delete.
1680 (icalendar--get-month-number): Use calendar-month-name-array.
1681 (icalendar--get-weekday-number): New function.
1682 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1683 (icalendar-export-region): Handle multi-line entries.
1684 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1685
1686 2004-10-23 John Paul Wallington <jpw@gnu.org>
1687
1688 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1689 `wildcards' set to t in interactive spec.
1690
1691 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1692 interactive spec rather than use `interactive-p'.
1693 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1694 rather than use function `interactive-p'.
1695
1696 2004-10-22 Kenichi Handa <handa@m17n.org>
1697
1698 * international/mule.el (translate-region): Implement it in Lisp
1699 as a front end of translate-region-internal.
1700
1701 2004-10-21 Jay Belanger <belanger@truman.edu>
1702
1703 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
1704 Declare these variables with defvar.
1705
1706 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1707 is bound, only check to see if it is bound.
1708
1709 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1712 Don't output messages.
1713
1714 * calc/calc-help.el (calc-describe-bindings): Fix last change.
1715
1716 2004-10-21 John Paul Wallington <jpw@gnu.org>
1717
1718 * calc/calc-graph.el (calc-graph-init):
1719 Use `set-process-query-on-exit-flag'.
1720
1721 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
1722
1723 * progmodes/compile.el (compilation-start): Rely on `cd' to get
1724 dir right and also allow argumentless cd.
1725
1726 2004-10-19 Richard M. Stallman <rms@gnu.org>
1727
1728 * textmodes/flyspell.el (flyspell-mode): Doc fix.
1729
1730 * eshell/em-unix.el (eshell-grep):
1731 Don't bind compilation-process-setup-function.
1732
1733 * comint.el (comint-insert-input): Use @ in `interactive'.
1734 (comint-input-filter-functions): Doc fix.
1735 (comint-kill-whole-line, comint-get-source): Doc fix.
1736
1737 * progmodes/compile.el (compilation-setup):
1738 Don't set buffer-read-only if MINOR is non-nil.
1739
1740 2004-10-19 Jay Belanger <belanger@truman.edu>
1741
1742 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1743 (calc-emacs-type-gnu19): Remove.
1744 (calc-digit-map, calc-read-key-sequence, calc-read-key):
1745 Remove check for old emacs versions.
1746
1747 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1748 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1749 for current Emacs.
1750
1751 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1752 the end of the minibuffer.
1753 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
1754 copy `esc-map'.
1755
1756 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1757
1758 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1759 call that would be given when the current emacs was used.
1760
1761 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
1762
1763 * calendar/icalendar.el: Set coding to utf-8.
1764 (icalendar-version): Increase to 0.07.
1765 (icalendar-monthnumber-table): Change March pattern.
1766 (icalendar-get-all-event-properties)
1767 (icalendar-set-event-property): Delete.
1768 (icalendar-all-events): No longer interactive.
1769 (icalendar-convert-diary-to-ical)
1770 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1771 their replacements.
1772 (icalendar-export-file, icalendar-export-region): New functions;
1773 essentially old `icalendar-convert-diary-to-ical' but appending to
1774 target rather than overwriting.
1775 (icalendar-import-file): Append to target file rather than
1776 overwriting. Fourth arg deleted.
1777 (icalendar-import-buffer): New name for old
1778 `icalendar-extract-ical-from-buffer'.
1779 (icalendar--convert-string-for-import): New name for
1780 old `icalendar-convert-for-import'.
1781 (include-icalendar-files): Delete.
1782 Prefix for all internal functions changed from `icalendar-'
1783 to `icalendar--'.
1784
1785 2004-10-19 Richard M. Stallman <rms@gnu.org>
1786
1787 * paths.el (news-path): Fix previous change.
1788
1789 2004-10-18 Jay Belanger <belanger@truman.edu>
1790
1791 * calc/calc-help.el (calc-describe-bindings):
1792 Set `buffer-read-only' to nil while working in the keybindings buffer;
1793 remove some extra information from the keybindings buffer.
1794
1795 2004-10-18 David Ponce <david@dponce.com>
1796
1797 * mouse.el (mouse-drag-move-window-top): New function.
1798 (mouse-drag-mode-line-1): Use it.
1799
1800 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
1801
1802 * info.el (Info-fontify-node): For multiline refs,
1803 arrange to unfontify newline and surrounding whitespace.
1804
1805 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1808 directory is missing.
1809
1810 2004-10-17 John Paul Wallington <jpw@gnu.org>
1811
1812 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1813 New customizable variable; whether to display buffers that match
1814 `ibuffer-maybe-show-predicates' by default.
1815 (ibuffer-maybe-show-predicates): Mention it in docstring.
1816 (ibuffer-display-maybe-show-predicates): New variable.
1817 (ibuffer-update): Prefix arg now toggles whether buffers that
1818 match `ibuffer-maybe-show-predicates' should be displayed.
1819 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1820 locally to heed `ibuffer-default-display-maybe-show-predicates'.
1821 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1822
1823 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
1824
1825 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
1826 work correctly.
1827
1828 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
1829
1830 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1831 (Buffer-menu-beginning): New helper function.
1832 (Buffer-menu-execute): Use it.
1833 (Buffer-menu-select): Use it.
1834 (Buffer-menu-sort): Use it and also keep markers.
1835
1836 2004-10-17 Richard M. Stallman <rms@gnu.org>
1837
1838 * paths.el (news-directory): Rename from news-path. Old name alias.
1839 (rmail-spool-directory): Use defvar.
1840 (sendmail-program): Use defcustom.
1841 (remote-shell-program): Use defcustom.
1842 (term-file-prefix): Use defvar.
1843 (abbrev-file-name): Use defvar.
1844
1845 * term.el: Add maintainer.
1846
1847 * subr.el (with-local-quit): Return nil if there's a quit.
1848 (read-passwd): Use with-local-quit. Doc fix.
1849
1850 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1851 (strokes-unload-hook): Set as a variable with add-hook.
1852
1853 * startup.el (fancy-splash-tail, normal-splash-screen):
1854 Update copyright year.
1855
1856 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1857
1858 * server.el (server-unload-hook): Set as a variable with add-hook.
1859
1860 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1861
1862 * frame.el (special-display-popup-frame):
1863 Make the buffer current as its frame is created.
1864
1865 * delsel.el (delsel-unload-hook): Set as a variable.
1866
1867 * comint.el (comint-output-filter-functions):
1868 Add comint-watch-for-password-prompt.
1869 (comint-read-noecho): Function deleted.
1870 (send-invisible): Use read-passwd.
1871
1872 * fringe.el (fringe-mode-initialize): New function.
1873 (fringe-mode): Use fringe-mode-initialize as :initialize.
1874
1875 2004-10-17 Kim F. Storm <storm@cua.dk>
1876
1877 * language/indian.el (indian-script-language-alist): Swap value and doc.
1878 (indian-font-char-index-table): Doc fix.
1879
1880 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1883
1884 2004-10-16 Juri Linkov <juri@jurta.org>
1885
1886 * progmodes/compile.el (compilation-start): Move let-binding of
1887 `process-environment' into `with-current-buffer' body.
1888 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1889
1890 2004-10-16 Richard M. Stallman <rms@gnu.org>
1891
1892 * pcvs-util.el (cvs-bury-buffer):
1893 Don't call get-buffer-window for effect.
1894
1895 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1896
1897 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1898
1899 * msb.el (msb-unload-hook): Set the variable.
1900
1901 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1902 Use * to err if buffer is readonly.
1903
1904 * subr.el (looking-back): Return only t or nil.
1905
1906 * whitespace.el (whitespace-unload-hook): Set the variable.
1907
1908 * view.el (view-mode-enable): Set view-page-size and
1909 view-half-page-size to nil.
1910 (view-set-half-page-size-default): view-half-page-size = nil
1911 means the default.
1912 (View-scroll-page-forward): Use view-page-size-default.
1913 (View-scroll-page-backward): Likewise.
1914 (view-page-size, view-half-page-size): Doc fixes.
1915
1916 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1917
1918 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1921 "cl" like other files. Instead, call byte-compile-find-cl-functions.
1922 (byte-compile-log-1): Bind inhibit-read-only.
1923 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1924 (byte-compile-log-warning): Likewise.
1925 (byte-compile-file-form-require): Detect "cl" from the arg value.
1926
1927 * progmodes/compile.el (compilation-start): Assume compilation-mode
1928 will make the buffer read-only.
1929 (compilation-mode): Take arg name-of-mode.
1930 (compilation-setup): Make buffer read-only.
1931 (compilation-handle-exit): Bind inhibit-read-only.
1932
1933 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1934 (ispell-message): Likewise.
1935 (ispell-show-choices): Don't call get-buffer-window uselessly.
1936 (ispell-init-process): Use set-process-query-on-exit-flag.
1937
1938 2004-10-16 Kim F. Storm <storm@cua.dk>
1939
1940 * fringe.el (fringe-bitmaps): Only initialize when defined.
1941
1942 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1943 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1944
1945 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1946
1947 2004-10-15 Simon Josefsson <jas@extundo.com>
1948
1949 * net/password.el: Add.
1950
1951 2004-10-14 Masatake YAMATO <jet@gyve.org>
1952
1953 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1954 (gdb-script-end-of-defun): New function.
1955 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1956 `gdb-script-end-of-defun' as *-of-defun-function.
1957
1958 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
1959
1960 * button.el (button-activate): Allow a marker to display as an action.
1961
1962 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1963
1964 * help.el (describe-mode): Use it to make minor mode list into
1965 hyperlinks.
1966
1967 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * vc.el (vc-annotate-display-select): Fix typo.
1970
1971 * subr.el (substitute-key-definition-key): New function.
1972 (substitute-key-definition): Use it with map-keymap.
1973 (event-modifiers): Use push.
1974 (mouse-movement-p, with-temp-buffer): Simplify.
1975
1976 2004-10-12 Jay Belanger <belanger@truman.edu>
1977
1978 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1979 New variables.
1980 (calc-help-index-entries): New function.
1981 (calc-describe-function): Use `calc-help-function-list' instead of
1982 obarray for completion.
1983 (calc-describe-variable): Use `calc-help-variable-list' instead
1984 of obarray for completion.
1985
1986 2004-10-12 Richard M. Stallman <rms@gnu.org>
1987
1988 * info-look.el (info-lookup-file): Add info-file property.
1989 (info-lookup-symbol): Likewise.
1990
1991 * info.el (info-xref): Add underlining.
1992 (info): Add info-file property.
1993 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1994
1995 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1996
1997 Sync with Tramp 2.0.45.
1998
1999 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2000 defined. This is not the case for XEmacs without package "edebug".
2001 (tramp-set-auto-save-file-modes): Set permissions of autosaved
2002 remote files to the permissions of the original file. This is not
2003 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
2004 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
2005 (tramp-perl-decode): Fix an error in Perl implementation.
2006 $pending must be cleared every loop. Reported by Benjamin Place
2007 <benjaminplace@sprintmail.com>
2008
2009 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2010 Don't activate advice during definition. This is done later on,
2011 depending on test result of `substitute-in-file-name'.
2012 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2013
2014 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2017
2018 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2019
2020 2004-10-12 David Ponce <david@dponce.com>
2021
2022 * recentf.el (recentf-edit-list): Update the menu when the recentf
2023 list has been modified.
2024
2025 2004-10-12 Simon Josefsson <jas@extundo.com>
2026
2027 * net/tls.el (tls-certtool-program): New variable.
2028 (tls-certificate-information): New function, based on
2029 ssl-certificate-information.
2030
2031 2004-10-12 Kenichi Handa <handa@m17n.org>
2032
2033 * international/mule.el (coding-system-equal): Move from mule-util.el.
2034
2035 * international/mule-util.el (coding-system-equal): Move to mule.el.
2036
2037 2004-10-12 Kim F. Storm <storm@cua.dk>
2038
2039 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2040 reset kmacro-initial-counter-value if set.
2041 (kmacro-set-counter): Only set kmacro-counter if defining or executing
2042 macro. Set kmacro-initial-counter-value otherwise. Never set both.
2043 (kmacro-display): Show macro counter if non-zero.
2044
2045 * subr.el (substitute-key-definition): Mention command remapping
2046 in doc string.
2047
2048 2004-10-11 Jay Belanger <belanger@truman.edu>
2049
2050 * calc/calc-misc.el (calc-info-goto-node): New function.
2051 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2052 node in one step.
2053 (calc-describe-copying, calc-describe-distribution)
2054 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2055 Go to appropriate info node in one step.
2056
2057 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2060
2061 * font-lock.el (font-lock-apply-highlight): Fix last change.
2062
2063 2004-10-11 Simon Josefsson <jas@extundo.com>
2064
2065 * mail/smtpmail.el (smtpmail-open-stream): Look for
2066 starttls-gnutls-program instead of starttls-program iff
2067 starttls-use-gnutls is non-nil.
2068 (smtpmail-open-stream): Don't overwrite user settings of
2069 starttls-extra-arguments and starttls-extra-args.
2070
2071 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2072
2073 * comint.el (comint-mouse-insert-input): Remove.
2074 (comint-insert-input): Make it work for mouse bindings.
2075 (comint-mode-map): Move defs into the declaration.
2076 (comint-output-filter): Typo.
2077
2078 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2079
2080 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
2081
2082 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2083 (ange-ftp-call-chmod): Reference remote-shell-program instead of
2084 ange-ftp-remote-shell.
2085
2086 2004-10-10 Andreas Schwab <schwab@suse.de>
2087
2088 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2089 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2090 Reported by <sri@asu.edu>.
2091
2092 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
2093
2094 * vc.el (vc-annotate-mode): Remove variable.
2095 (vc-annotate-display-select): Only call vc-annotate-mode
2096 if we're not in that mode already.
2097
2098 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2101 (imenu-choose-buffer-index): Check here for rescan instead.
2102
2103 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2104 where the face expression evals to nil.
2105
2106 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2107 (tex-font-lock-keywords-2): Use it.
2108 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2109
2110 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2111
2112 2004-10-09 Kim F. Storm <storm@cua.dk>
2113
2114 * subr.el (progress-reporter-update): Define before first usage.
2115 (make-progress-reporter): Doc fix.
2116
2117 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
2118
2119 * textmodes/paragraphs.el (sentence-end-double-space)
2120 (sentence-end-without-period, sentence-end-without-space)
2121 (sentence-end): Doc fixes.
2122
2123 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
2124
2125 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2126 Change paragraph-start regexp so we don't fill code starting with #'(.
2127
2128 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
2129
2130 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
2131 New defcustom.
2132 (extract-address-components): Use it.
2133
2134 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
2135
2136 * subr.el (make-progress-reporter, progress-reporter-update)
2137 (progress-reporter-force-update, progress-reporter-do-update)
2138 (progress-reporter-done): New functions.
2139
2140 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
2141
2142 * progmodes/etags.el (etags-tags-completion-table): Use progress
2143 reporter.
2144 (etags-tags-apropos): Likewise.
2145
2146 2004-10-08 Alan Mackenzie <acm@muc.de>
2147
2148 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
2149 of current line.
2150
2151 2004-10-08 Masatake YAMATO <jet@gyve.org>
2152
2153 * server.el (server-process-filter): Wrap `process-send-region'
2154 by `condition-case' to guard the case when the pipe to PROC is closed.
2155
2156 2004-10-07 Mark A. Hershberger <mah@everybody.org>
2157
2158 * xml.el (xml-substitute-special): Limit handling of external entities.
2159
2160 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
2161
2162 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
2163
2164 2004-10-06 John Paul Wallington <jpw@gnu.org>
2165
2166 * xml.el (xml-parse-dtd): Fix `error' call.
2167
2168 2004-10-05 Mark A. Hershberger <mah@everybody.org>
2169
2170 * xml.el (xml-substitute-special): Return a single string instead
2171 of a list of strings if an entity substitution is made.
2172
2173 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
2174
2175 * calendar/icalendar.el: New file.
2176
2177 2004-10-05 Juri Linkov <juri@jurta.org>
2178
2179 * isearch.el (isearch-done): Set mark after running hook.
2180 Reported by Drew Adams <drew.adams@oracle.com>.
2181
2182 * info.el (Info-history, Info-toc): Fix Info headers.
2183 (Info-toc): Narrow buffer before Info-fontify-node.
2184 (Info-build-toc): Don't check for special Info file names.
2185 Set main-file to nil if Info-find-file returns a symbol.
2186
2187 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
2188
2189 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2190 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2191 * calendar/cal-menu.el (calendar-mode-map): Ditto.
2192
2193 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
2194
2195 * calendar/cal-iso.el (calendar-iso-read-args): New function,
2196 for old interactive spec from calendar-goto-iso-date.
2197 (calendar-goto-iso-date): Use it.
2198 (calendar-goto-iso-week): New function. Suggested by Emilio
2199 C. Lopes <eclig@gmx.net>.
2200
2201 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
2202
2203 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2204 `set-right-margin' bindings that follow the minor mode conventions.
2205
2206 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2207
2208 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2209 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2210 (latex-block-args-alist): Add minipage and picture.
2211 (latex-block-body-alist): Use reftex-label if enabled.
2212 (latex-insert-block): Don't insert a \n if not necessary.
2213 (tex-compile-commands): Make sure dvips doesn't send to printer.
2214 (tex-compile-default): Handle the case where no executable is found.
2215 (latex-noindent-environments): New var.
2216 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
2217 If tex-indent-allhanging is non-nil, make sure we only align for macros
2218 at beginning of line.
2219
2220 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
2221
2222 * newcomment.el (comment-beginning): Doc fix and don't choke on
2223 unset `comment-end-skip' when at beginning of comment.
2224
2225 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2226
2227 * term.el (term-adjust-current-row-cache): Don't allow the current
2228 row to become negative.
2229 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2230 the end of the line. Fix scroll down. Add comments.
2231 (term-handle-ansi-escape): Don't exceed terminal width when moving
2232 right.
2233 (term-scroll-region): Move the cursor after setting the scroll region.
2234
2235 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
2236
2237 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2238 to `width' for consistency with docstring. Doc fix.
2239
2240 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
2241
2242 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2243 This is necessary for derived modes.
2244
2245 2004-09-30 Kim F. Storm <storm@cua.dk>
2246
2247 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2248 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2249
2250 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2251 kmacro-extract-lambda functions.
2252 (edit-kbd-macro): Handle kmacro lambda forms.
2253 Include counter and counter format in edit buffer.
2254 (edmacro-finish-edit): Get counter and format from edit buffer and
2255 update kmacro bindings when found.
2256
2257 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
2258
2259 * textmodes/paragraphs.el (forward-paragraph):
2260 Avoid args-out-of-range error when point winds up at the beginning of
2261 the buffer and hard newlines are enabled.
2262
2263 * newcomment.el (comment-multi-line): Doc fix.
2264
2265 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2268 (diff-fixup-modifs): Catch unified-diff file-headers.
2269
2270 2004-09-29 Kim F. Storm <storm@cua.dk>
2271
2272 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2273 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2274 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2275
2276 * fringe.el (fringe-bitmap-p): New macro.
2277 (fringe-bitmaps): Add standard fringe bitmaps on load.
2278
2279 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2280
2281 * dired.el (dired-view-command-alist): Use more efficient regexps.
2282 Remove dubious arguments.
2283 (dired-align-file): New function.
2284 (dired-insert-directory): Use it.
2285 (dired-move-to-end-of-filename): Make the " -> " search more specific.
2286 (dired-buffers-for-dir): Remove unused var `pattern'.
2287
2288 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2289
2290 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2291 from diary display excursion. Store diary buffer's point for
2292 `simple-diary-display'.
2293 (simple-diary-display): Set window point and start when
2294 displaying buffer, to preserve point.
2295
2296 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
2297
2298 * textmodes/enriched.el (enriched-translations): Replace defconst
2299 with defvar.
2300
2301 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2302
2303 * printing.el: Doc fix.
2304 (pr-version): New version number (6.8.1).
2305 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2306 make-temp-name.
2307 (pr-delete-file): Check if file exists before deleting it.
2308 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2309
2310 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * term.el (term-display-table): New variable.
2313 (term-mode): Use it.
2314 (term-exec-1): Set the coding system to binary.
2315 (term-emulate-terminal): Decode the string before inserting it.
2316
2317 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2318
2319 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2320 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2321 (map): Bind S-prior, S-next and S-insert.
2322 (term-mode): Set `indent-tabs-mode' to nil.
2323 (term-paste): New function to be bound to S-insert.
2324 (term-send-del, term-send-backspace): Change the strings sent.
2325 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
2326 (term-handle-colors-array): Fix handling of underline and reverse.
2327 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
2328 (term-erase-in-line): Fix comparison.
2329 (term-emulate-terminal): Fix line wrap handling.
2330 (term-start-output-log): Rename from `term-set-output-log'.
2331 (term-stop-output-log): Rename from `term-stop-photo'.
2332 (term-switch-to-alternate-sub-buffer): Comment out, unused.
2333
2334 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * dired.el (dired-move-to-filename): Don't output a message if
2337 raise-error is non-nil. Fix return position and value.
2338
2339 * files.el (insert-directory): Obey --dired even with symlinks.
2340
2341 2004-09-25 Lars Hansen <larsh@math.ku.dk>
2342
2343 * ls-lisp.el (ls-lisp-format): Mark file names with property
2344 dired-filename.
2345
2346 2004-09-25 Kim F. Storm <storm@cua.dk>
2347
2348 * ido.el (ido-max-directory-size): New defcustom.
2349 (ido-decorations): Add "too big" element.
2350 (ido-directory-too-big): New dynamic var.
2351 (ido-may-cache-directory): Don't cache big directories.
2352 (ido-directory-too-big-p): New defun.
2353 (ido-set-current-directory): Update ido-directory-too-big.
2354 (ido-read-internal): Make empty ido-cur-item if too-big.
2355 (ido-buffer-internal): Use ido-read-internal directly instead of
2356 ido-read-buffer.
2357 (ido-file-internal): Init ido-directory-too-big.
2358 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
2359 and redo completion with full list.
2360 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
2361 it, and show completions.
2362 (ido-all-completions): Let bind ido-directory-too-big to nil.
2363 (ido-exhibit): Handle ido-directory-too-big.
2364 (ido-read-buffer): Handle fallback to read-buffer.
2365 Init ido-directory-too-big.
2366 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
2367 Init ido-directory-too-big.
2368
2369 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
2370
2371 * subr.el (delay-mode-hooks): Doc fix.
2372
2373 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
2374
2375 * textmodes/enriched.el
2376 (enriched-default-text-properties-local-flag): New variable.
2377 (enriched-mode): Make sure that enabling and disabling the mode is
2378 a no-op. Doc fix.
2379
2380 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
2381
2382 * calendar/holidays.el (holiday-advent): Report on a specified day
2383 offset from advent, not just advent.
2384 (holiday-easter-etc): Report on one specified day offset from
2385 easter, not all easter holidays. Various Easter holidays moved to
2386 `christian-holidays' variable in calendar.el.
2387 * calendar/calendar.el (christian-holidays): Adapt for new
2388 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
2389
2390 2004-09-23 Kim F. Storm <storm@cua.dk>
2391
2392 * image.el (insert-sliced-image): Add doc string.
2393
2394 * ido.el (ido-choice-list): New dynamic var for `list' context.
2395 (ido-context-switch-command): New dynamic var.
2396 (ido-define-mode-map): Generalize switch between file/buffer contexts.
2397 (ido-read-internal): Handle new `list' context.
2398 Handle insert-buffer and insert-file ido-exit values.
2399 (ido-buffer-internal): New arg switch-cmd. Use it to setup
2400 ido-context-switch-command. Handle insert-file ido-exit value.
2401 (ido-read-buffer): Set ido-context-switch-command to 'ignore
2402 unless it is already bound by caller.
2403 (ido-file-internal): New arg switch-cmd. Use it to setup
2404 ido-context-switch-command. Handle insert-buffer ido-exit value.
2405 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
2406 used for context switching.
2407 (ido-all-completions): Handle new `list' context.
2408 (ido-make-choice-list): Return choices for `list' context.
2409 (ido-find-file-in-dir, ido-display-file, ido-write-file)
2410 (ido-display-buffer, ido-kill-buffer): Disable context switching.
2411 (ido-insert-buffer, ido-insert-file): Setup context switching.
2412 (ido-exhibit): Handle `list' context.
2413 (ido-read-file-name): Disable context switching. Handle fallback.
2414 (ido-read-directory-name): Disable context switching.
2415 (ido-completing-read): New defun like completing-read. Setup and
2416 use new `list' context.
2417
2418 2004-09-20 Jesper Harder <harder@ifa.au.dk>
2419
2420 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
2421
2422 2004-09-21 Jay Belanger <belanger@truman.edu>
2423
2424 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
2425 `calc-graph-set-styles' so the gnuplot buffer will appear in a
2426 separate window.
2427
2428 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
2429
2430 * subr.el (after-change-major-mode-hook): Doc fix.
2431
2432 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2433
2434 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
2435 of ghostscript for monochrome PostScript file in Windows.
2436
2437 2004-09-21 Kenichi Handa <handa@m17n.org>
2438
2439 * descr-text.el (describe-char): Checking of quail activation
2440 fixed.
2441
2442 2004-09-21 Jay Belanger <belanger@truman.edu>
2443
2444 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
2445
2446 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
2447
2448 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
2449 after the mode hooks instead of before. Doc fix.
2450
2451 2004-09-20 Jason Rumney <jasonr@gnu.org>
2452
2453 * startup.el (command-line) [windows-nt]: Try .emacs first, then
2454 _emacs, but revert to .emacs if neither exists in home directory.
2455
2456 2004-09-20 John Paul Wallington <jpw@gnu.org>
2457
2458 * bindings.el (completion-ignored-extensions): Add .dfsl.
2459
2460 2004-09-20 Richard M. Stallman <rms@gnu.org>
2461
2462 * bindings.el (scroll-left): Make it disabled.
2463
2464 * files.el (enable-local-eval): Doc fix.
2465
2466 * indent.el (move-to-left-margin): Special case for minibuffer.
2467
2468 * term.el (term-emulate-terminal): Turn off undo for output.
2469 Use with-current-buffer and save-selected-window.
2470
2471 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
2472
2473 * progmodes/make-mode.el (makefile-fill-paragraph):
2474 Don't insist on spaces when looking for comments. # is enough.
2475
2476 * files.el (hack-local-variables): Copy the variables list
2477 to another buffer, strip prefixes and suffixes there, then read.
2478 (enable-local-eval): Doc fix.
2479 (ignored-local-variables): Initialize to nil.
2480 (risky-local-variable-p): Don't check ignored-local-variables here.
2481 (hack-one-local-variable): Ignore var if in ignored-local-variables.
2482
2483 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
2486 of = to "." (punctuation).
2487
2488 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * subr.el (event-basic-type): Fix mask (extend to 22bits).
2491
2492 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
2493
2494 * textmodes/enriched.el (enriched-rerun-flag): New variable.
2495 (enriched-before-change-major-mode): New function.
2496 Add it to `change-major-mode-hook'.
2497 (enriched-after-change-major-mode): New function.
2498 Add it to `after-change-major-mode-hook'.
2499 (enriched-mode): Make it work correctly if called from
2500 `after-change-major-mode-hook'.
2501 No longer set `indent-line-function'.
2502
2503 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
2504
2505 * subr.el (after-change-major-mode-hook): New variable.
2506 (run-mode-hooks): Implement it.
2507
2508 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * battery.el (battery-linux-proc-apm): Use string-to-number.
2511 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
2512 Use dolist (and less indentation). Use erase-buffer.
2513 Pre-initialize `design-capacity', `warn', and `low'.
2514 (battery-format): Use replace-regexp-in-string.
2515
2516 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
2517
2518 * battery.el: Delete superfluous empty lines.
2519 (battery-linux-proc-acpi): Attempt to gather information from all
2520 battery subdirectories regardless of their file name.
2521 (battery-linux-proc-apm): Replace all occurrences of
2522 battery-hex-to-int-2 with string-to-int (base 16).
2523 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
2524 (battery-hex-map): Delete variable.
2525
2526 2004-09-18 John Paul Wallington <jpw@gnu.org>
2527
2528 * calc/calc-units.el (calc-quick-units): Fix overzealous
2529 s/or/unless/.
2530
2531 2004-09-17 Jay Belanger <belanger@truman.edu>
2532
2533 * calc/calc.el (calc-mode-var-list): Fix the value of
2534 `calc-matrix-brackets'.
2535
2536 2004-09-17 Romain Francoise <romain@orebokech.com>
2537
2538 * ibuf-ext.el (define-ibuffer-filter filename):
2539 Expand dired-directory since buffer-file-name is absolute.
2540
2541 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2542
2543 * ediff-init.el (ediff-current-diff-face-A)
2544 (ediff-current-diff-face-B, ediff-current-diff-face-C)
2545 (ediff-current-diff-face-Ancestor)
2546 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2547 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2548 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2549 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2550 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2551 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2552 Use min-colors.
2553
2554 * term.el (term-down): Perform vertical motion if DOWN is negative.
2555 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
2556 (term-termcap-format): Synchronyze with the eterm terminfo entry
2557 in etc/e/eterm.ti.
2558 (term-handle-colors-array): If the current foreground or
2559 background are zero (i.e. unspecified), use the foreground and
2560 background of the default face for reverse video.
2561 (term-ansi-at-eval-string, term-ansi-default-fg)
2562 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
2563 (term-mem): Delete ununsed function.
2564 (term-protocol-version): Increment.
2565 (term-current-face): Set to default.
2566
2567 2004-09-15 Jay Belanger <belanger@truman.edu>
2568
2569 * calc/calc.el (calc-mode-var-list): Define this variable.
2570 (calc-always-load-extensions, calc-line-numbering)
2571 (calc-line-breaking, calc-display-just, calc-display-origin)
2572 (calc-number-radix, calc-leading-zeros, calc-group-digits)
2573 (calc-group-char, calc-point-char, calc-frac-format)
2574 (calc-prefer-frac, calc-hms-format, calc-date-format)
2575 (calc-float-format, calc-full-float-format, calc-complex-format)
2576 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2577 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2578 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2579 (calc-matrix-brackets, calc-language, calc-language-option)
2580 (calc-left-label, calc-right-label, calc-word-size)
2581 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2582 (calc-display-raw, calc-internal-prec, calc-angle-mode)
2583 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2584 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2585 (calc-window-height, calc-display-trail, calc-show-selections)
2586 (calc-use-selections, calc-assoc-selections)
2587 (calc-display-working-message, calc-auto-why, calc-timing)
2588 (calc-mode-save-mode, calc-standard-date-formats)
2589 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2590 (calc-user-parse-tables, calc-gnuplot-default-device)
2591 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2592 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2593 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2594 (calc-invocation-macro, calc-show-banner): Give these values as
2595 part of `calc-mode-var-list's initialization after the variables
2596 are declared with defvar.
2597 (calc-bug-address): Change email address to send bug reports to.
2598 Change the maintainer address at the top.
2599 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
2600 than "\\.emacs" to determine if it is the user-init-file.
2601
2602 * calc/calc-embed.el (calc-embedded-set-modes): Use
2603 `calc-mode-var-list' correctly.
2604
2605 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
2606
2607 * vc.el (annotate-time): Document point handling.
2608 (vc-annotate-display-autoscale): Doc fix.
2609
2610 2004-09-15 Miles Bader <miles@gnu.org>
2611
2612 * generic.el (generic-make-keywords-list): Use symbol rather than
2613 word anchors in regexp.
2614
2615 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
2616
2617 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
2618 no file name consider `dired-directory'.
2619
2620 2004-09-14 Kim F. Storm <storm@cua.dk>
2621
2622 * faces.el (cursor): Add face-no-inherit property. Doc fix.
2623
2624 2004-09-14 Simon Josefsson <jas@extundo.com>
2625
2626 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
2627
2628 * textmodes/dns-mode.el: Add.
2629
2630 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
2633 (disabled-command-function): Make the ?\ char more obvious.
2634
2635 * vc-arch.el (vc-arch-root, vc-arch-registered):
2636 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
2637
2638 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
2639
2640 * windmove.el (windmove-frame-edges): Report coordinates of
2641 outside edges of frame, not inside edges.
2642 (windmove-coordinates-of-position): Convert into wrapper to new
2643 function `windmove-coordinates-of-window-position';
2644 `compute-motion' always applies to selected window.
2645 (windmove-coordinates-of-position): Update documentation to refer
2646 to Emacs 21 Lisp Reference Manual.
2647 (windmove-find-other-window): Fix off-by-one errors for max x,y.
2648
2649 2004-09-13 Kim F. Storm <storm@cua.dk>
2650
2651 * isearch.el (isearch-resume-in-command-history): Rename from
2652 isearch-resume-enabled and change default to nil.
2653
2654 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * vc-hooks.el (vc-ignore-dir-regexp): New var.
2657 (vc-registered): Use it.
2658 (vc-find-root): New fun.
2659
2660 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2661 Don't tell to use \\{...} when it's already done.
2662
2663 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2664 Provide a sample complex default.
2665 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2666 (bibtex-entry): Use mapc.
2667
2668 2004-09-12 Kim F. Storm <storm@cua.dk>
2669
2670 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2671
2672 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2673 inhibit-field-text-motion to t so rectangles work in comint buffers.
2674
2675 * simple.el (choose-completion-string): Set buffer before running
2676 choose-completion-string-functions hook so it can be buffer-local.
2677
2678 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
2679
2680 * progmodes/compile.el (compilation-start): Parse command to see
2681 if it starts with a cd, and if so perform it for the *compilation*
2682 buffer. Change the header to reflect this.
2683
2684 2004-09-11 Kim F. Storm <storm@cua.dk>
2685
2686 * ido.el (ido-enable-dot-prefix): Doc fix.
2687 (ido-enable-dot-prefix): New defcustom.
2688 (ido-set-matches1): Use it.
2689
2690 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * textmodes/bibtex.el (bibtex-mark-active)
2693 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2694
2695 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2696
2697 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
2698 used in a case insensitive environment.
2699 (bibtex-mode-map): Rearrange order of menus.
2700 (bibtex-quoted-string-re): Obsolete.
2701 (bibtex-complete-key-cleanup): Variable replaced by new function.
2702 (bibtex-font-lock-keywords): Use backquotes.
2703 (bibtex-font-lock-url-regexp): New internal variable.
2704 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
2705 "OPT" and "ALT".
2706 (bibtex-insert-current-kill, bibtex-make-field)
2707 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2708 (bibtex-parse-field-text): Simplify.
2709 (bibtex-string=): New helper function.
2710 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2711 (bibtex-map-entries): Use bibtex-string=.
2712 (bibtex-search-entry): Use not.
2713 (bibtex-enclosing-field): Fix docstring.
2714 (bibtex-assoc-regexp): Obsolete.
2715 (bibtex-format-entry): Use assoc-string and bibtex-string=.
2716 (bibtex-autokey-get-names): Handle empty name field.
2717 (bibtex-parse-strings): Use assoc-string and unless.
2718 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2719 Use assoc-string.
2720 (bibtex-pop): Simplify.
2721 (bibtex-mode): Set font-lock-extra-managed-props.
2722 (bibtex-entry-update): Use assoc-string.
2723 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2724 (bibtex-autofill-entry): Use bibtex-string=.
2725 (bibtex-print-help-message): Simplify.
2726 (bibtex-find-entry): New optional arg START.
2727 (bibtex-validate): Use bibtex-string= and assoc-string.
2728 Do not call obsolete function compilation-parse-errors.
2729 (bibtex-remove-delimiters): Only remove delimiters if present.
2730 (bibtex-copy-entry-as-kill): Add docstring.
2731 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2732 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2733 (bibtex-complete): Use bibtex-predefined-month-strings,
2734 bibtex-string=, and new function bibtex-complete-key-cleanup.
2735 (bibtex-generate-url-list): New variable.
2736 (bibtex-url): New command bound to C-c C-l and mouse-2.
2737 (bibtex-url-map): New local keymap for bibtex-url-mouse.
2738 (bibtex-font-lock-url): New function.
2739
2740 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2743
2744 2004-09-09 Kim F. Storm <storm@cua.dk>
2745
2746 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2747 counter and format with binding.
2748 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
2749 the declared macro uses own macro counter and format. Give symbol
2750 kmacro property.
2751 (kmacro-keymap): Bind kmacro-name-last-macro to n.
2752 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2753 (kmacro-end-and-call-macro): Doc fix.
2754
2755 2004-09-09 Lars Hansen <larsh@math.ku.dk>
2756
2757 * desktop.el (desktop-clear-preserve-buffers):
2758 Remove make-obsolete-variable.
2759
2760 2004-09-08 Richard M. Stallman <rms@gnu.org>
2761
2762 * buff-menu.el (list-buffers-noselect): Call format-mode-line
2763 with the buffer as argument.
2764
2765 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2768
2769 2004-09-08 Juri Linkov <juri@jurta.org>
2770
2771 * replace.el (perform-replace): Use `query-replace-descr'.
2772
2773 * cus-start.el (history-delete-duplicates): Specify customization.
2774
2775 * diff-mode.el (diff-mode-map):
2776 * progmodes/compile.el (compilation-mode-map):
2777 * progmodes/grep.el (grep-mode-map):
2778 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2779 to `next-error-follow-minor-mode'.
2780
2781 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2782
2783 * isearch.el (isearch-lazy-highlight-update): Take into account
2784 the case of zero-length match at the search bound.
2785
2786 2004-09-08 Kim F. Storm <storm@cua.dk>
2787
2788 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2789 change. Use zero width overlays when necessary.
2790
2791 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2792
2793 * subr.el (split-string): Docfix.
2794
2795 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2796
2797 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2798 (display-call-tree): Ensure newline after caller/calls blocks.
2799
2800 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2801
2802 * startup.el (command-line-1): Make option
2803 --directory/-L modify `load-path' straight away.
2804
2805 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2806
2807 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2808
2809 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2810
2811 * emacs-lisp/autoload.el (make-autoload):
2812 Handle `define-compilation-mode'.
2813
2814 * emacs-lisp/lisp-mode.el (define-compilation-mode):
2815 Specify `doc-string-elt' property.
2816
2817 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2818
2819 * bs.el (bs-mode): Doc fix.
2820
2821 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2822
2823 * info.el (Info-insert-dir): Fix temp buffer leak bug.
2824
2825 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2826
2827 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2828
2829 2004-09-08 Kenichi Handa <handa@m17n.org>
2830
2831 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2832 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2833 ps-mule-next-point -> 1+).
2834
2835 * composite.el (encode-composition-rule): Add autoload cooky.
2836
2837 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2838
2839 * format.el (buffer-auto-save-file-format): Make it permanent local.
2840
2841 2004-09-07 Kim F. Storm <storm@cua.dk>
2842
2843 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2844 (authors-fixed-entries): Fix typo.
2845 (authors-canonical-author-name): Compact multiple spaces.
2846 Ignore trivial names (e.g. only first name).
2847
2848 * term.el (term-window-width): Only use full window width on
2849 window system if overflow-newline-into-fringe is enabled.
2850 (term-mode): Don't disable overflow-newline-into-fringe.
2851
2852 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2855 motion as seen on my Mac OS X xterms.
2856
2857 * newcomment.el (uncomment-region-default, comment-region-default):
2858 New functions extracted from uncomment-region and comment-region.
2859 (comment-region, comment-region-function, uncomment-region)
2860 (uncomment-region-function): Use them.
2861
2862 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2863
2864 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2865 It's not crucial but can make sense at times.
2866
2867 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2868 the first commit.
2869
2870 * vc.el (vc-buffer-context, vc-restore-buffer-context):
2871 Disable obsolete code.
2872
2873 2004-09-07 Juri Linkov <juri@jurta.org>
2874
2875 * progmodes/grep.el (grep-highlight-matches): Change default from
2876 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
2877 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2878 if grep option `--color' is available, or to `nil' otherwise.
2879 (grep-process-setup): Call `grep-compute-defaults' if
2880 `grep-highlight-matches' is not computed. Set env-vars only
2881 if `grep-highlight-matches' is `t'.
2882 (grep-use-null-device): Remove redundant type `boolean' (`choice'
2883 is already defined).
2884
2885 * progmodes/compile.el (compilation-start): Use copy of
2886 `process-environment' created by `copy-sequence' to not
2887 modify env-vars in the global `process-environment'.
2888
2889 2004-09-06 Eli Zaretskii <eliz@gnu.org>
2890
2891 * simple.el (next-error-follow-minor-mode): Fix last change.
2892
2893 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
2894
2895 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2896 permanent local.
2897
2898 2004-09-04 Richard M. Stallman <rms@gnu.org>
2899
2900 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2901 highlighting if the search string is empty.
2902
2903 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2904
2905 * facemenu.el (facemenu-active-faces): Change condition of inner
2906 `while' loop to also check the first two elements of `face-atts'
2907 and `mask-atts'.
2908
2909 2004-09-04 John Paul Wallington <jpw@gnu.org>
2910
2911 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2912 (thumbs-view-image-mode): Make buffer read-only.
2913
2914 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
2915
2916 * textmodes/ispell.el (ispell-really-aspell): New defvar.
2917 (ispell-check-version): Set it.
2918 (ispell-send-replacement): New function.
2919 (ispell-process-line): Call ispell-send-replacement.
2920
2921 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2922
2923 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2924 Support choosing seconds with "s".
2925
2926 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
2927
2928 * terminal.el (te-escape): Show `?' in prompt for help key.
2929
2930 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
2931
2932 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2933
2934 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2935
2936 * simple.el (next-error-follow-minor-mode)
2937 (next-error-follow-mode-post-command-hook): New functions.
2938 (next-error-follow-last-line): New defvar.
2939
2940 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2941 * progmodes/compile.el (compilation-mode-map): Likewise.
2942 * progmodes/grep.el (grep-mode-map): Likewise.
2943 * replace.el (occur-mode-map): Likewise.
2944
2945 * newcomment.el (uncomment-region): Bind comment-use-global-state
2946 to nil.
2947
2948 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
2949
2950 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2951 locally around the call to `revert-buffer'.
2952
2953 2004-09-03 Juri Linkov <juri@jurta.org>
2954
2955 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2956 `isearch-adjusted' to `t'.
2957 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2958 (isearch-message-prefix): Add "pending" for isearch-adjusted.
2959 (isearch-other-meta-char): Restore isearch-point unconditionally.
2960 (isearch-query-replace): Add new arg `regexp-flag' and use it.
2961 Set point to start of match if region is not active in transient
2962 mark mode (to include the current match to region boundaries).
2963 Push the search string to `query-replace-from-history-variable'.
2964 Add prompt "Query replace regexp" for isearch-regexp.
2965 Add region beginning/end as last arguments of `perform-replace.'
2966 (isearch-query-replace-regexp): Replace code by the call to
2967 `isearch-query-replace' with arg `t'.
2968
2969 2004-09-03 Richard M. Stallman <rms@gnu.org>
2970
2971 * startup.el (normal-top-level): Undo previous TERM change.
2972
2973 2004-09-03 Kim F. Storm <storm@cua.dk>
2974
2975 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2976 highlight overlays; allow using RET when cursor is over a button.
2977 (cua--highlight-rectangle): Use it.
2978 (cua--rectangle-set-corners): Don't move backwards at eol.
2979 (cua--forward-line): Don't move into void after eob.
2980
2981 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2982 point is set (and displayed) inside rectangle.
2983 (cua--rectangle-operation): Fix for highlight of empty lines.
2984 (cua--highlight-rectangle): Fix highlight for tabs.
2985 Position cursor at left/right edge of rectangle using new `cursor'
2986 property on overlay strings.
2987 (cua--indent-rectangle): Don't tabify.
2988 (cua-rotate-rectangle): Ignore that point has moved.
2989
2990 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2991
2992 * term/mac-win.el: Add ASCII equivalents for some function keys.
2993 (mode-line-frame-identification): Sync with x-win.el.
2994
2995 2004-09-02 Juri Linkov <juri@jurta.org>
2996
2997 * progmodes/compile.el (compilation-buffer-name): Compare major
2998 mode with second element of compilation-arguments instead of third
2999 to reflect latest changes in compilation-arguments structure.
3000 (recompile): Use global variable `compilation-directory' to get
3001 recent compilation directory only when `recompile' is invoked NOT
3002 in the compilation buffer. Otherwise, use `default-directory' of
3003 the compilation buffer.
3004 (compilation-error-properties): Allow to funcall col and end-col.
3005 (compilation-mode-font-lock-keywords): Check col and end-col by
3006 `integerp'.
3007 (compilation-goto-locus): If end-mk is non-nil in transient mark
3008 mode don't activate the mark (and don't display message in
3009 push-mark), but highlight overlay between mk and end-mk.
3010
3011 * progmodes/grep.el (grep-highlight-matches): New defcustom.
3012 (grep-regexp-alist): Add rule to highlight grep matches.
3013 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3014
3015 * info.el (Info-fontify-node): Don't compute other-tag
3016 if Info-hide-note-references=hide.
3017
3018 * help.el (function-called-at-point):
3019 * help-fns.el (variable-at-point):
3020 Try `find-tag-default' when other methods failed.
3021
3022 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3023 Do not push mark if inhibit-mark-movement is non-nil.
3024
3025 * textmodes/ispell.el (ispell-html-skip-alists):
3026 Fix backslashes in docstring.
3027
3028 2004-09-01 Juri Linkov <juri@jurta.org>
3029
3030 * isearch.el (isearch-wrap-function)
3031 (isearch-push-state-function): New defvars.
3032 (isearch-pop-fun-state): New defsubst.
3033 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3034 (isearch-push-state): Set the result of calling
3035 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3036 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3037 restore the mode-specific starting point of terminated search.
3038 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3039 (isearch-repeat): Call `isearch-wrap-function' if defined.
3040 (isearch-message-prefix): Don't add prefix "over" to the message
3041 for wrapped search if `isearch-wrap-function' is defined.
3042 (isearch-search): Call function saved in `isearch-pop-fun-state' to
3043 restore the mode-specific starting point of failed search.
3044
3045 * info.el (Info-search-whitespace-regexp): Fix backslashes.
3046 (Info-search): Add new optional arguments for the sake of isearch.
3047 Replace whitespace in Info-search-whitespace-regexp literally.
3048 Add backward search. Don't call `Info-select-node' if regexp is
3049 found in the same Info node. Don't add node to Info-history for
3050 wrapped isearch.
3051 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3052 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3053 (Info-mode): Set local variables `isearch-search-fun-function',
3054 `isearch-wrap-function', `isearch-push-state-function',
3055 `search-whitespace-regexp'.
3056
3057 * isearch.el: Remove ancient Change Log section.
3058 (isearch-string, isearch-message-string, isearch-point)
3059 (isearch-success, isearch-forward-flag, isearch-other-end)
3060 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3061 (isearch-barrier, isearch-within-brackets)
3062 (isearch-case-fold-search): Add suffix `-state' to state-related
3063 defsubsts to avoid name clashes with other function names.
3064
3065 * simple.el (next-error): New defgroup and defface.
3066 (next-error-highlight, next-error-highlight-no-select):
3067 New defcustoms.
3068 (next-error-no-select): Let-bind next-error-highlight to the value
3069 of next-error-highlight-no-select before calling `next-error'.
3070
3071 * progmodes/compile.el (compilation-goto-locus):
3072 Use `next-error' face instead of `region'. Set 4-th argument of
3073 `move-overlay' to `current-buffer' to move overlay to different
3074 source buffers. Use new variable `next-error-highlight'.
3075
3076 * simple.el (next-error-find-buffer): Move the rule
3077 "if current buffer is a next-error capable buffer" after the
3078 rule "if next-error-last-buffer is set to a live buffer".
3079 Simplify to test all rules in one `or'.
3080 (next-error): Doc fix.
3081 (next-error, previous-error, first-error)
3082 (next-error-no-select, previous-error-no-select):
3083 Make arguments optional.
3084
3085 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
3086
3087 * macros.el (apply-macro-to-region-lines): Make it operate on all
3088 lines that begin in the region, rather than on all complete lines
3089 in the region.
3090
3091 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3092
3093 * x-dnd.el (x-dnd-protocol-alist): Document update.
3094 (x-dnd-known-types): Defcustom it.
3095 (x-dnd-handle-motif): Print message-atom in error message.
3096
3097 2004-08-30 John Paul Wallington <jpw@gnu.org>
3098
3099 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3100 strings rather than programatically constructing message.
3101
3102 2004-08-30 Richard M. Stallman <rms@gnu.org>
3103
3104 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3105 Don't return a string that would read as the wrong character code.
3106
3107 2004-08-29 Kim F. Storm <storm@cua.dk>
3108
3109 * emulation/cua-base.el (cua-auto-expand-rectangles):
3110 Remove automatic rectangle padding feature; replace by non-destructive
3111 virtual rectangle edges feature.
3112 (cua-virtual-rectangle-edges): New defcustom.
3113 (cua-auto-tabify-rectangles): New defcustom.
3114 (cua-paste): If paste into a marked rectangle, insert rectangle at
3115 current column, even if virtual; also paste exactly as many lines
3116 as has been marked (ignore additional lines or add empty lines),
3117 but paste whole source if only one line is marked.
3118 (cua--update-indications): No longer use overwrite-cursor to
3119 indicate rectangle padding
3120
3121 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3122 (cua--rectangle-virtual-edges): New defun.
3123 (cua--rectangle-get-corners): Remove optional PAD arg.
3124 (cua--rectangle-set-corners): Never do padding.
3125 (cua--forward-line): Remove optional PAD arg. Simplify.
3126 (cua-resize-rectangle-right, cua-resize-rectangle-left)
3127 (cua-resize-rectangle-down, cua-resize-rectangle-up):
3128 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
3129 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
3130 (cua--rectangle-move): Never do padding. Simplify.
3131 (cua--tabify-start): New defun.
3132 (cua--rectangle-operation): Add tabify arg. All callers changed.
3133 (cua--pad-rectangle): Remove.
3134 (cua--delete-rectangle): Handle delete with virtual edges.
3135 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
3136 (cua--insert-rectangle): Handle insert at virtual column.
3137 Perform auto-tabify if necessary.
3138 (cua--activate-rectangle): Remove optional FORCE arg.
3139 Never do padding. Simplify.
3140 (cua--highlight-rectangle): Enhance for virtual edges.
3141 (cua-toggle-rectangle-padding): Remove command.
3142 (cua-toggle-rectangle-virtual-edges): New command.
3143 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
3144 (cua--rectangle-post-command): Don't force rectangle padding.
3145 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
3146
3147 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
3148
3149 * indent.el (edit-tab-stops-buffer): Doc fix.
3150
3151 2004-08-28 Richard M. Stallman <rms@gnu.org>
3152
3153 * progmodes/grep.el (grep-default-command): Use find-tag-default.
3154 (grep-tag-default): Function deleted.
3155
3156 * subr.el (find-tag-default): Move from etags.el.
3157
3158 * progmodes/etags.el (find-tag-default): Move to subr.el.
3159
3160 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
3161 into the basic character if it has an uppercase form.
3162
3163 2004-08-27 Kenichi Handa <handa@m17n.org>
3164
3165 * international/utf-8.el (utf-8-post-read-conversion): If the
3166 buffer is unibyte, temporarily make it multibyte.
3167
3168 2004-08-27 Masatake YAMATO <jet@gyve.org>
3169
3170 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
3171
3172 2004-08-25 John Paul Wallington <jpw@gnu.org>
3173
3174 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
3175 0, 1, and many mismatches in message.
3176 (tex-start-shell): Use `set-process-query-on-exit-flag'.
3177
3178 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
3179 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
3180
3181 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
3184 vc-diff-switches differently.
3185
3186 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
3187
3188 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3189 before and a real defvar after
3190 `speedbar-supported-extension-expressions'. This is to silence
3191 the compiler without breaking bootstrapping.
3192
3193 2004-08-22 Richard M. Stallman <rms@gnu.org>
3194
3195 * textmodes/flyspell.el (flyspell-word):
3196 Use set-process-query-on-exit-flag.
3197 (flyspell-highlight-duplicate-region): Take POSS as arg.
3198 (flyspell-word): Pass POSS as arg.
3199
3200 * progmodes/ada-xref.el: Many doc and style fixes.
3201 (ada-find-any-references): Use compilation-start.
3202 (ada-get-ali-file-name): Improve error msg.
3203 (ada-get-ada-file-name): Likewise.
3204
3205 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3206 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3207
3208 * mail/mail-extr.el (mail-extr-all-top-level-domains):
3209 Add forward defvar.
3210
3211 * whitespace.el (global-whitespace-mode): New alias
3212 for whitespace-global-mode.
3213
3214 * speedbar.el (speedbar-file-regexp): Move definition up.
3215 (speedbar-mode, speedbar-set-mode-line-format):
3216 Use with-no-warnings.
3217 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3218
3219 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3220 controls whether to display the error buffer.
3221
3222 * ps-mule.el: Delete compatibility code for old Emacses.
3223 (ps-mule-find-wrappoint): Don't use chars-in-region.
3224
3225 * frame.el (display-mouse-p, display-selections-p):
3226 Use with-no-warnings.
3227
3228 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3229
3230 2004-08-22 David Kastrup <dak@gnu.org>
3231
3232 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3233 information.
3234
3235 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3236
3237 2004-08-22 Andreas Schwab <schwab@suse.de>
3238
3239 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3240
3241 2004-08-22 Masatake YAMATO <jet@gyve.org>
3242
3243 * cvs-status.el (cvs-status-checkout): New function.
3244 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3245
3246 2004-08-21 David Kastrup <dak@gnu.org>
3247
3248 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3249 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3250 has been converted to use hashtables, the relation `nil=none' is
3251 no longer valid, as `nil' is not a hashtable. This patch tries to
3252 reduce the number of resulting errors.
3253
3254 2004-08-21 John Paul Wallington <jpw@gnu.org>
3255
3256 * subr.el (process-kill-without-query): Made obsolete in
3257 version 21.4, not 21.5.
3258
3259 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3260 (vc-previous-comment, vc-next-comment)
3261 (vc-comment-search-reverse, vc-comment-search-forward)
3262 (vc-comment-to-change-log): Likewise.
3263
3264 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3265
3266 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
3267
3268 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3269 Correct indentation of DEFMETHODS with non-standard method
3270 combinations (e.g., PROGN, MIN, MAX).
3271
3272 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * startup.el (normal-top-level-add-subdirs-to-load-path):
3275 Avoid unnecessarily checking system-type.
3276 (normal-top-level): Set TERM to "dumb". Simplify.
3277
3278 * avoid.el (mouse-avoidance-ignore-p): New fun.
3279 Also ignore switch-frame, select-window, double, and triple clicks.
3280 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3281 (mouse-avoidance-fancy-hook): Use it.
3282
3283 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
3284
3285 * avoid.el (mouse-avoidance-nudge-mouse)
3286 (mouse-avoidance-banish-destination): Stay within the current window
3287 to avoid problems with mouse-autoselect-window.
3288
3289 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3292 the newer format of some messages in cvs-1.12.1.
3293
3294 2004-08-19 Masatake YAMATO <jet@gyve.org>
3295
3296 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3297 (elp-results-jump-to-definition-by-mouse)
3298 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3299 (elp-output-result): Use elp-output-insert-symname.
3300
3301 2004-08-18 Kenichi Handa <handa@m17n.org>
3302
3303 * language/cyrillic.el: Register koi8-r in
3304 ctext-non-standard-encodings-alist.
3305 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3306
3307 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
3308
3309 * emacs-lisp/copyright.el (copyright-update-year): Delete code
3310 that replaces 20xy with xy.
3311
3312 2004-08-17 John Paul Wallington <jpw@gnu.org>
3313
3314 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3315 (reb-force-update): Doc fix.
3316
3317 2004-08-16 Richard M. Stallman <rms@gnu.org>
3318
3319 * progmodes/which-func.el (which-func-update-1): Doc fix.
3320
3321 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3322 (sh-mode-abbrev-table): New variable.
3323
3324 * progmodes/compile.el (compilation-mode): Doc fix.
3325
3326 * emacs-lisp/lisp-mode.el (eval-last-sexp):
3327 Don't cons a new symbol each time.
3328 (eval-last-sexp-fake-value): New variable.
3329
3330 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
3331 (copyright-update-year): Detect continuation of list of years.
3332
3333 * term.el (term-default-fg-color, term-default-bg-color)
3334 (ansi-term-color-vector): Use `unspecified', not nil, as default.
3335
3336 * imenu.el: Several doc fixes: don't say variables are buffer-local.
3337
3338 2004-08-16 Davis Herring <herring@lanl.gov>
3339
3340 * isearch.el (isearch-string, isearch-message-string, isearch-point)
3341 (isearch-success, isearch-forward-flag, isearch-other-end)
3342 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3343 (isearch-barrier, isearch-within-brackets)
3344 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
3345
3346 2004-08-16 Kenichi Handa <handa@m17n.org>
3347
3348 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
3349
3350 2004-08-15 Kenichi Handa <handa@m17n.org>
3351
3352 * term/x-win.el (x-selection-value): If utf8 was successful but
3353 ctext was not, use utf8 string.
3354
3355 2004-08-14 Davis Herring <herring@lanl.gov>
3356
3357 * isearch.el: Remove accidental changes of March 4. Fix backing
3358 up when a regexp isearch is made more general. Use symbolic
3359 accessor functions for isearch stack frames to make usage clearer.
3360 (search-whitespace-regexp): Made groups in documentation shy (as
3361 is the group in the default value).
3362 (isearch-fallback): New function, addresses problems with regexps
3363 liberalized by `\|', adds support for liberalization by `\}' (the
3364 general repetition construct), and incorporates behavior for
3365 `*'/`?'.
3366 (isearch-}-char): New command, calls `isearch-fallback' with
3367 arguments appropriate to a typed `}'.
3368 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
3369 appropriately.
3370 (isearch-mode-map): Bind `}' to `isearch-}-char'.
3371 (isearch-string, isearch-message,string, isearch-point)
3372 (isearch-success, isearch-forward-flag, isearch-other-end)
3373 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3374 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
3375 New inline functions to read fields of a stack frame.
3376
3377 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
3378
3379 * battery.el (battery-linux-proc-acpi): Look into battery
3380 directories matching the literal string "CMB", too (required for
3381 Linux kernel version 2.6.7).
3382
3383 2004-08-14 John Paul Wallington <jpw@gnu.org>
3384
3385 * cus-start.el (read-file-name-completion-ignore-case): Add.
3386 (blink-cursor-alist): Change version to "21.4".
3387
3388 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
3389
3390 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
3391
3392 * speedbar.el (speedbar-scan-subdirs): New option.
3393 (speedbar-file-lists): Don't ignore file-name case on Unix and use
3394 dolist.
3395 (speedbar-insert-files-at-point): Take an extra argument and use
3396 it to optionally find out if a subdir is empty. Also unreadable
3397 files don't get expand buttons.
3398 (speedbar-directory): New image (unused pixmap already existed).
3399 (speedbar-expand-image-button-alist): Use it.
3400
3401 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
3402
3403 CC Mode update to 5.30.9:
3404
3405 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
3406 Move from cc-vars to cc-defs for dependency reasons. Fix the
3407 POSIX char class test to check that it works in
3408 `skip-chars-(forward|backward)' too.
3409
3410 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
3411 first argument starts with a special brace list.
3412
3413 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
3414 when `c-opt-type-concat-key' is used (i.e. in Pike).
3415
3416 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
3417 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
3418 >)".
3419
3420 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
3421 whitespace safe.
3422
3423 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
3424 position for `arglist-intro', `arglist-cont-nonempty' and
3425 `arglist-close' when there are two arglist open parens on the same
3426 line and there's nothing in front of the first.
3427
3428 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
3429 locking of qualified names in Java, which previously could fontify
3430 common indexing expressions in many cases. The standard Java
3431 naming conventions are used to tell them apart.
3432
3433 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
3434 Fix inconsistency wrt opening parens on the first line inside a paren
3435 block.
3436
3437 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
3438 compile time for the sake of `c-major-mode-is'.
3439
3440 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
3441 `c-major-mode-is' in the event that this is used inside a
3442 `c-lang-defconst'.
3443
3444 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
3445 `c-lang-defconst' so that it works better with fallback languages.
3446
3447 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
3448 it to fail to record the base mode.
3449
3450 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3451 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
3452 is used. Reorder the syntax checks to get more efficient
3453 skipping in some situations.
3454
3455 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
3456 continuation which might precede the newly inserted '{'.
3457
3458 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3459 Fix cases where it could loop indefinitely.
3460
3461 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
3462 size specs correctly. Only fontify identifiers in front of '('
3463 with as functions - don't accept any paren char. Tighten up
3464 initializer skipping to stop before function and class blocks.
3465
3466 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
3467 the point could be left directly after an open paren when finding
3468 the beginning of the first decl in the block.
3469
3470 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
3471 table when filtering out legitimate open parens to be recorded.
3472 This could cause cache inconsistencies when e.g.
3473 `c++-template-syntax-table' was temporarily in use.
3474
3475 * progmodes/cc-engine.el (c-on-identifier)
3476 (c-simple-skip-symbol-backward): Small fix for handling "-"
3477 correctly in `skip-chars-backward'. Affected the operator lfun
3478 syntax in Pike.
3479
3480 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
3481 Fix bug that could cause an error from `after-change-functions' when
3482 the changed region is at bob.
3483
3484 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
3485
3486 CC Mode update to 5.30.9:
3487
3488 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
3489 to say that <TAB> doesn't insert WS into a CPP line.
3490 (c-indent-command, c-tab-always-indent): Amend doc strings.
3491
3492 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
3493 checks for user errors, thus eliminating cryptic and unhelpful
3494 Emacs error messages. (1) Check the arg to `c-set-style' is a
3495 string. (2) Check that settings to `c-offsets-alist' are not
3496 spuriously quoted.
3497
3498 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
3499 which precedes the newly inserted `{'.
3500
3501 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
3502
3503 Sync with Tramp 2.0.44.
3504
3505 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
3506 function "tramp_file_attributes". Otherwise, file names
3507 containing spaces are misinterpreted. Reported by Magnus Henoch
3508 <mange@freemail.hu>.
3509 (tramp-handle-file-truename): FILENAME must be expanded first.
3510 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
3511 obscure results. Reported by D. Goel <deego@gnufans.org>.
3512 (tramp-handle-verify-visited-file-modtime): If file does not
3513 exist, say it is not modified if and only if that agrees with the
3514 buffer's record. Check whether a file is visiting the buffer, or
3515 the buffer has no recorded last modification time. Return t in
3516 case the visiting file doesn't exist. Suggested by Luc Teirlinck
3517 <teirllm@auburn.edu>.
3518 (tramp-handle-write-region): Pass modtime explicitely to
3519 `set-visited-file-modtime', because filename can be different
3520 from (buffer-file-name) if `file-precious-flag' is set.
3521 `set-visited-file-modtime' must be called always when `visit' is t
3522 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
3523 (tramp-handle-set-visited-file-modtime): If `time-list' is not
3524 nil, don't apply the whole body. If the file doesn't exists, set
3525 modtime to '(-1 65535). Suggested by Luc Teirlinck
3526 <teirllm@auburn.edu>.
3527
3528 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
3529
3530 * help.el (describe-bindings): Doc fix.
3531
3532 * subr.el (kbd): Doc fix.
3533
3534 2004-08-08 John Paul Wallington <jpw@gnu.org>
3535
3536 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
3537 instead of `string-to-int'.
3538 (define-ibuffer-column mode): Fix indentation.
3539
3540 2004-08-08 Lars Hansen <larsh@math.ku.dk>
3541
3542 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3543
3544 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3545
3546 * subr.el (global-unset-key, local-unset-key): Doc fixes.
3547
3548 * novice.el (disabled-command-function): New variable renamed from
3549 `disabled-command-hook'.
3550 (disabled-command-hook): Keep the _variable_ as alias for
3551 `disabled-command-function' and make obsolete.
3552 (disabled-command-function): Function renamed from
3553 `disabled-command-hook'. Adapt code to name change of the variable.
3554
3555 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
3556
3557 * simple.el (completion-root-regexp): New defvar.
3558 (completion-setup-function): Use it instead of a literal string.
3559
3560 2004-08-07 John Paul Wallington <jpw@gnu.org>
3561
3562 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
3563 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
3564 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
3565 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
3566
3567 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3568
3569 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
3570 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
3571
3572 2004-08-04 Kenichi Handa <handa@m17n.org>
3573
3574 * international/encoded-kb.el (encoded-kbd-setup-keymap):
3575 Fix previous change.
3576
3577 2004-08-03 Kenichi Handa <handa@m17n.org>
3578
3579 * international/encoded-kb.el: The following changes are to
3580 utilize key-translation-map instead of minor mode map.
3581 (encoded-kbd-iso2022-non-ascii-map): Delete it.
3582 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
3583 (encoded-kbd-last-key): New function.
3584 (encoded-kbd-iso2022-single-shift): New function.
3585 (encoded-kbd-iso2022-designation)
3586 (encoded-kbd-self-insert-iso2022-7bit)
3587 (encoded-kbd-self-insert-iso2022-8bit)
3588 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
3589 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
3590 key-translation-map.
3591 (encoded-kbd-setup-keymap): Setup key-translation-map.
3592 (saved-key-translation-map): New variable.
3593 (encoded-kbd-mode): Save/restore key-translation-map.
3594 Adjust for the change of encoded-kbd-setup-keymap.
3595
3596 2004-08-02 Kim F. Storm <storm@cua.dk>
3597
3598 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
3599 and call compute-motion with nil for topos and width to get proper
3600 usable width and height for both window and non-window systems.
3601
3602 * windmove.el (windmove-coordinates-of-position): Let compute-motion
3603 calculate usable window width and height.
3604
3605 * window.el (window-buffer-height): Call compute-motion with nil width.
3606
3607 2004-08-01 David Kastrup <dak@gnu.org>
3608
3609 * replace.el (query-replace-read-from):
3610 Use `query-replace-compile-replacement'.
3611 (query-replace-compile-replacement): New function.
3612 (query-replace-read-to): Use `query-replace-compile-replacement'
3613 for repeating the last command.
3614
3615 2004-08-01 John Paul Wallington <jpw@gnu.org>
3616
3617 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
3618 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
3619 (pr-switches): Remove period from end of error messages.
3620
3621 * help-mode.el (help-go-back): Likewise.
3622
3623 * abbrev.el (only-global-abbrevs): Doc fix.
3624 (edit-abbrevs-map): Define within defvar.
3625 (quietly-read-abbrev-file): Doc fix.
3626
3627 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
3628
3629 * novice.el (enable-command, disable-command): Doc fixes.
3630
3631 * subr.el (event-modifiers, event-basic-type): Doc fixes.
3632
3633 2004-07-30 Richard M. Stallman <rms@gnu.org>
3634
3635 * subr.el (with-local-quit): Doc fix.
3636
3637 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
3638
3639 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
3640
3641 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
3642
3643 * custom.el (defcustom): Doc fix.
3644
3645 2004-07-28 Masatake YAMATO <jet@gyve.org>
3646
3647 * progmodes/etags.el (etags-tags-apropos): Show building progress.
3648
3649 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * imenu.el (imenu-prev-index-position-function)
3652 (imenu-extract-index-name-function, imenu-name-lookup-function)
3653 (imenu--index-alist): Docstring redundancy fix.
3654
3655 2004-07-25 Lars Hansen <larsh@math.ku.dk>
3656
3657 * wdired.el (wdired-finish-edit): Require dired-aux before locally
3658 binding dired-backup-overwrite.
3659
3660 2004-07-25 John Paul Wallington <jpw@gnu.org>
3661
3662 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3663
3664 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3665
3666 * term/tty-colors.el (tty-color-approximate): Doc fix.
3667
3668 * select.el (x-get-selection, x-set-selection): Doc fixes.
3669
3670 * frame.el (make-frame): Doc fix.
3671
3672 2004-07-24 Richard M. Stallman <rms@gnu.org>
3673
3674 * mail/rmail.el (rmail-mime-charset-pattern):
3675 Don't include semicolon in the charset value.
3676
3677 * replace.el (occur-next-error): Call set-window-point.
3678 (occur-engine): Handle negative NLINES.
3679
3680 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
3681
3682 * frame.el (modify-all-frames-parameters): Minor doc fix.
3683 (set-frame-configuration): Doc fix.
3684
3685 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3686
3687 * simple.el (completion-setup-function): Compute the common parts
3688 and the first difference place correctly when
3689 partial-completion-mode is on.
3690
3691 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3692
3693 * ps-print.el: Doc fix.
3694 (ps-print-version): New version 6.6.5.
3695 (ps-printing-region): Doc fix.
3696 (ps-generate-string-list): Comment fix.
3697 (ps-message-log-max): Code fix.
3698
3699 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
3700
3701 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
3702 generated PostScript.
3703
3704 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
3705
3706 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
3707 with Gnus v5_10 branch.)
3708
3709 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
3710
3711 * calendar/time-date.el (time-to-number-of-days): New function.
3712 Imported from from Gnus.
3713
3714 2004-07-22 Kim F. Storm <storm@cua.dk>
3715
3716 * progmodes/make-mode.el: Fix comments.
3717
3718 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3719
3720 * printing.el: Doc fix.
3721
3722 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
3723
3724 * frame.el (modify-all-frames-parameters): Minor doc fix.
3725
3726 2004-07-20 Richard M. Stallman <rms@gnu.org>
3727
3728 * textmodes/fill.el (fill-nobreak-p): If this break point is
3729 at the end of the line, don't consider the newline which follows
3730 as a reason to return t.
3731
3732 2004-07-19 John Paul Wallington <jpw@gnu.org>
3733
3734 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3735
3736 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
3737
3738 * dired-aux.el (dired-do-kill-lines): Expand docstring.
3739 Delete irrelevant code.
3740
3741 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3742
3743 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3744 New docstring. From Luc Teirlinck.
3745
3746 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
3747
3748 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3749 section.
3750 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3751 non-file buffers. We know it is nil.
3752
3753 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3754
3755 Sync with Tramp 2.0.43.
3756
3757 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3758 Remove outdated comment.
3759 (tramp-locked, tramp-locker): New variables for implementing a
3760 global lock.
3761 (tramp-sh-file-name-handler): Use them to implement the global lock.
3762
3763 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
3764
3765 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
3766 calls to respective `xxx` calls.
3767 (tramp-process-alive-regexp): Precise doc string.
3768 (tramp-multi-action-process-alive): New defun.
3769 (tramp-multi-actions): Use it.
3770 (tramp-handle-find-backup-file-name): `copy-tree' is available
3771 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
3772 in order to avoid this function.
3773 (tramp-handle-write-region): Set current buffer. If connection
3774 wasn't open, `file-modes' has changed it accidently. Reported by
3775 David Kastrup <dak@gnu.org>.
3776 (tramp-enter-password, tramp-read-passwd): New arguments USER and
3777 HOST.
3778 (tramp-action-password, tramp-multi-action-password): Apply it.
3779 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3780 name must still contain the port number. Otherwise, we have two
3781 Tramp buffers, with all the confusion. Reported by Myron Selby
3782 <myron@xytech.com> and Rolf Dubitzky
3783 <Dubitzky@physi.uni-heidelberg.de>.
3784
3785 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3786 HOST to `tramp-enter-passwd'.
3787
3788 * net/tramp-vc.el (all): Code cleanup. Change all
3789 `tramp-handle-xxx' calls to respective `xxx` calls.
3790
3791 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
3792
3793 * emacs-lisp/testcover.el: New category "potentially-1valued" for
3794 functions that are not erroneous if either 1-valued or
3795 multi-valued. Detect functions in this class.
3796 (testcover-1value-functions, testcover-compose-functions)
3797 (testcover-progn-functions) Add some additional functions to lists.
3798 (testcover-mark): Bugfix when marking up the definition for an
3799 empty function.
3800
3801 2004-07-17 Richard M. Stallman <rms@gnu.org>
3802
3803 * replace.el (occur-read-primary-args): Pass default to
3804 read-from-minibuffer.
3805
3806 * mail/footnote.el (footnote-section-tag): Use defcustom.
3807
3808 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3809 Compile font-lock-keywords, not KEYWORDS.
3810 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3811 Add warn, check-type. Handle cerror like error.
3812
3813 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3814
3815 * progmodes/which-func.el (which-func-keymap): New var.
3816 (which-func-face): New face.
3817 (which-func-format): Use them.
3818
3819 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3820
3821 * buff-menu.el (list-buffers-noselect): Append the buffer's
3822 process status to its mode name.
3823
3824 2004-07-16 Kim F. Storm <storm@cua.dk>
3825
3826 * simple.el (inhibit-mark-movement): New defvar.
3827 (beginning-of-buffer, end-of-buffer): Do not push mark if
3828 inhibit-mark-movement is non-nil or C-u prefix is given.
3829
3830 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3831 Init to beginning-of-buffer and end-of-buffer.
3832 (cua--undo-push-mark): New defvar.
3833 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3834 already active and command is in cua--preserve-mark-commands.
3835 Also fix check for shift modifier on non-window systems.
3836 (cua--post-command-handler): Clear inhibit-mark-movement if set.
3837
3838 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3839
3840 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3841 of two integers, instead of a cons.
3842
3843 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3844 `visited-file-modtime' now returns a list of two integers, instead
3845 of a cons.
3846
3847 * dired.el (dired-directory-changed-p): Ditto.
3848
3849 * progmodes/grep.el (grep): Doc fix.
3850
3851 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3852
3853 * autorevert.el (auto-revert-tail-mode)
3854 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3855 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3856 in both at the same time.
3857 (auto-revert-tail-mode): New command.
3858 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3859 (auto-revert-handler): Revert only either tail or whole file.
3860
3861 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3862 add auto-revert-tail-mode.
3863
3864 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3865
3866 * printing.el: Doc fix. Change name of some funs.
3867 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
3868 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
3869 (pr-standard-file-name): New fun. Replace pr-standard-path.
3870 (pr-call-process): Code fix.
3871
3872 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
3873
3874 * subr.el (with-selected-window): Doc fix.
3875
3876 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
3877
3878 * subr.el (get-buffer-window-list): Doc fix.
3879
3880 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * files.el (switch-to-buffer-other-window): Doc fix.
3883
3884 * window.el (save-selected-window, one-window-p)
3885 (split-window-keep-point, split-window-vertically)
3886 (split-window-horizontally): Doc fixes.
3887
3888 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3889
3890 * printing.el: Doc fix. Now it uses call-process instead of
3891 shell-command for low command execution.
3892 (pr-version): New version number (6.8).
3893 (pr-shell-file-name): Option removed.
3894 (pr-shell-command): Fun removed.
3895 (pr-call-process): New fun. Replace pr-shell-command.
3896 (pr-standard-path, pr-remove-nil-from-list): New funs.
3897 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3898 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3899 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3900 (pr-ps-utility-process, pr-txt-print): Code fix.
3901
3902 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3903
3904 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3905 boolean.
3906
3907 2004-07-09 Lars Hansen <larsh@math.ku.dk>
3908
3909 * wid-edit.el (widget-field-buffer): Doc fix.
3910
3911 2004-07-09 John Paul Wallington <jpw@gnu.org>
3912
3913 * emacs-lisp/re-builder.el (reb-update-overlays):
3914 Distinguish between one and several matches in message.
3915
3916 2004-07-09 Richard M. Stallman <rms@gnu.org>
3917
3918 * mouse.el (mouse-set-region-1): If transient-mark-mode
3919 is `identity', change it to `only'.
3920
3921 * simple.el (current-word): Doc fix.
3922
3923 2004-07-09 Mark A. Hershberger <mah@everybody.org>
3924
3925 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3926 so that it is more understanding of whitespace.
3927
3928 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3929 form
3930 (("ns" . "element") (attr-list) children) instead of
3931 ((:ns . "element") (attr-list) children) in order to reduce the
3932 number of symbols used.
3933 (xml-skip-dtd): Change to use xml-parse-dtd but set
3934 xml-validating-parsing to nil.
3935 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3936 (xml-substitute-entity): Remove in favor of new entity substitution.
3937 (xml-substitute-special): Rewrite in to substitute complex
3938 entities from DOCTYPE declarations.
3939 (xml-parse-fragment): Parse fragments from entity deleclarations.
3940 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3941 (xml-parse-dtd, xml-substitute-special): Make validity checks
3942 conditioned on xml-validating-parser. Add "Not Well Formed" to
3943 error messages about well-formedness.
3944
3945 2004-07-08 Steven Tamm <steventamm@mac.com>
3946
3947 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3948 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3949 Do not treat double clicks and triple clicks specially in the
3950 scroll bar (preventing strange repositioning problems)
3951
3952 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * replace.el (query-replace-regexp-eval): Fix last change.
3955
3956 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * replace.el (query-replace-descr): New fun.
3959 (query-replace-read-from, query-replace-read-args): Default to the
3960 previous from&to.
3961 (query-replace-read-to): Quote the `from' string when displaying it.
3962 (query-replace-regexp-eval): Immediately check read-only status.
3963 Use query-replace-read-from to get the \n checking.
3964 Quote the `from' string when displaying it.
3965 (map-query-replace-regexp, occur-read-primary-args):
3966 Quote the `from' string when displaying it.
3967
3968 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3969 delimited-ness of the search to query-replace.
3970
3971 * replace.el (query-replace-read-from, query-replace-read-to):
3972 New funs extracted from query-replace-read-args.
3973 (query-replace-read-args): Use them.
3974
3975 * replace.el (query-replace-interactive, query-replace-read-args):
3976 Remove the `initial' special value.
3977 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3978 (occur-engine): Remove unused var `matchend'.
3979
3980 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3981 Use the search string without prompting.
3982
3983 2004-07-05 Kenichi Handa <handa@m17n.org>
3984
3985 * international/mule.el (decode-coding-inserted-region):
3986 Set last-coding-system-used only when coding is nil.
3987
3988 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3989
3990 * progmodes/grep.el (grep-compute-defaults, grep-command)
3991 (grep-program, find-program, grep-find-use-xargs, grep-history)
3992 (grep-find-history, grep-tag-default, grep-find-command)
3993 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3994 Add autoload cookies, for unbundled packages that load `compile'
3995 and expect all grep-related symbols to become defined.
3996
3997 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3998
3999 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4000 (iimage-mode-image-search-path): New user option to search the
4001 image file.
4002 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
4003 have locate-file.
4004 (iimage-mode-buffer): Use it.
4005
4006 2004-07-03 Nick Roberts <nickrob@gnu.org>
4007
4008 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4009 carefully.
4010 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4011
4012 2004-07-03 Juri Linkov <juri@jurta.org>
4013
4014 * replace.el (query-replace-read-args): Swallow space after 'foo,
4015 not after (quote foo). Match space only immediately after symbol,
4016 not anywhere in the whole string.
4017
4018 2004-07-02 Richard M. Stallman <rms@gnu.org>
4019
4020 * replace.el (query-replace-read-args): Swallow space after
4021 symbols, not after closeparens. But avoid error if string ends there.
4022
4023 * progmodes/python.el (python-beginning-of-statement):
4024 Exit the loop if backward-up-list gets error.
4025
4026 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4027
4028 2004-07-02 Andre Spiegel <spiegel@gnu.org>
4029
4030 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4031 only if vc-consult-headers is non-nil.
4032
4033 2004-07-02 Juri Linkov <juri@jurta.org>
4034
4035 * pcvs.el (cvs-mode-diff-repository): New command.
4036
4037 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4038
4039 2004-07-01 Juri Linkov <juri@jurta.org>
4040
4041 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4042 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
4043 C-M-% to isearch-query-replace-regexp.
4044 (minibuffer-local-isearch-map): Add arrow key bindings.
4045 Bind C-f to isearch-yank-char-in-minibuffer.
4046 (isearch-forward): Doc fix.
4047 (isearch-edit-string): Doc fix.
4048 (isearch-query-replace, isearch-query-replace-regexp): New funs.
4049 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
4050 (isearch-yank-char): Add optional arg.
4051 (isearch-yank-char-in-minibuffer): New fun.
4052
4053 * replace.el (query-replace-interactive): Change type from boolean
4054 to choice. Add value `initial'.
4055 (query-replace-read-args): Handle value `initial' of
4056 query-replace-interactive.
4057
4058 2004-06-29 Kim F. Storm <storm@cua.dk>
4059
4060 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4061 (breakpoint-disabled-bitmap-face): Add :group 'gud.
4062
4063 * progmodes/ada-xref.el (ada-tight-gvd-integration):
4064 Add :group 'ada.
4065
4066 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4067
4068 2004-06-29 Juri Linkov <juri@jurta.org>
4069
4070 * replace.el (query-replace-read-args): Swallow a space after
4071 everything except )]" which in most cases means after a symbol.
4072
4073 * emacs-lisp/pp.el (pp-buffer): Add autoload.
4074
4075 2004-06-28 Richard M. Stallman <rms@gnu.org>
4076
4077 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4078 More changes to go with previous change in font-lock.el.
4079
4080 2004-06-26 David Kastrup <dak@gnu.org>
4081
4082 * replace.el (perform-replace): Highlight the match even in
4083 non-query mode if there is potential replace string editing.
4084
4085 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
4086
4087 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4088 agree with new return value of `file-remote-p'.
4089 This syncs with Tramp 2.0.42.
4090
4091 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4092 according to new documentation of `file-remote-p'.
4093
4094 * files.el (file-remote-p): Fix doc to say that return value is
4095 identification of remote system, if not nil.
4096 (file-relative-name): Use new return value of `file-remote-p'.
4097
4098 2004-06-26 Nick Roberts <nickrob@gnu.org>
4099
4100 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4101 (gdb-goto-breakpoint): Fix breakage.
4102
4103 2004-06-26 Eli Zaretskii <eliz@gnu.org>
4104
4105 * man.el (Man-getpage-in-background): Add windows-nt to the list
4106 of systems where shell-file-name should be used instead of
4107 literal "sh".
4108
4109 2004-06-25 Sam Steingold <sds@gnu.org>
4110
4111 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4112 function names `(setf symbol)'.
4113
4114 2004-06-24 Richard M. Stallman <rms@gnu.org>
4115
4116 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4117
4118 * font-lock.el (font-lock-keywords): Change format of compiled values.
4119 Document it.
4120 (font-lock-add-keywords): If font-lock-keywords is compiled,
4121 extract the uncompiled version, modify, then recompile.
4122 (font-lock-remove-keywords): Likewise.
4123 (font-lock-fontify-keywords-region): Handle changed format.
4124 (font-lock-compile-keywords): Handle changed format.
4125 (font-lock-set-defaults): Compile the keywords explicitly here.
4126
4127 2004-06-24 David Kastrup <dak@gnu.org>
4128
4129 * replace.el (query-replace-read-args): Implement `\,' and `\#'
4130 replacements here.
4131 (query-replace-regexp): Doc string explaining this and the new
4132 `\?' replacement. Remove `\,' and `\#' implementation here, as it
4133 is better placed in `query-replace-read-args'.
4134 (replace-regexp): Explain `\,', `\#' and `\?'.
4135 (replace-match-data): New function for thorough reuse/destruction
4136 of old match-data.
4137 (replace-match-maybe-edit): Function for implementing `\?' editing.
4138 (perform-replace): Fix maintaining of the match stack including
4139 already matched regions, implement `\?', fix various problems
4140 with regions while editing and other stuff.
4141 (replace-highlight): Simplify.
4142
4143 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
4144
4145 * progmodes/grep.el (grep-error-screen-columns): New variable.
4146 (grep-regexp-alist): Give it the full functionality of gnu style
4147 compilation messages with line and column ranges. Ask me for the
4148 perl script I'm working on, that uses these.
4149
4150 2004-06-23 Nick Roberts <nickrob@gnu.org>
4151
4152 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
4153 Remove.
4154 (comint-insert-input, comint-mouse-insert-input): New functions
4155 based on comint-insert-clicked-input for two bindings but just
4156 one functionality.
4157
4158 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4159
4160 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
4161
4162 2004-06-23 Lars Hansen <larsh@math.ku.dk>
4163
4164 * files.el (write-contents-functions): Doc fix.
4165
4166 2004-06-21 Juanma Barranquero <lektu@terra.es>
4167
4168 * image.el (image-library-alist): Rewrite docstring in active voice.
4169
4170 2004-06-20 Richard M. Stallman <rms@gnu.org>
4171
4172 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
4173
4174 * isearch.el (isearch-repeat): Avoid testing old match data.
4175 (isearch-message): Display trailing space in special font
4176 when search is failing.
4177 (isearch-search-fun-function): Doc fix.
4178
4179 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
4180
4181 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
4182
4183 * frame.el (show-trailing-whitespace): Doc fix.
4184
4185 * cus-edit.el (custom-variable-documentation): New function.
4186 (custom-variable): Use it.
4187
4188 2004-06-19 Nick Roberts <nickrob@gnu.org>
4189
4190 * man.el (Man-getpage-in-background): Revert previous change but
4191 make cygwin a special case.
4192
4193 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
4194
4195 * autorevert.el (global-auto-revert-non-file-buffers):
4196 Update docstring.
4197
4198 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
4199
4200 * progmodes/compile.el (compilation-error-properties): Store one
4201 more than end-col, if present, so that transient-mark-mode will
4202 highlight last char too.
4203 * progmodes/grep.el (grep-regexp-alist): Match columns and column
4204 ranges, if present.
4205
4206 2004-06-18 Jason Rumney <jasonr@gnu.org>
4207
4208 * makefile.w32-in: Double percent signs in for loops.
4209
4210 2004-06-17 David Kastrup <dak@gnu.org>
4211
4212 * replace.el (query-replace-read-args): Only warn about use of \n
4213 and \t when we are doing a regexp replacement and the actual
4214 escaped character is n or t.
4215 (query-replace-regexp): Add \, and \# interpretation to
4216 interactive call and document it.
4217 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4218 as shortkey for replace-count.
4219 (replace-quote): New function for doubling backslashes.
4220
4221 2004-06-17 Juanma Barranquero <lektu@terra.es>
4222
4223 * files.el (parse-colon-path, cd): Mention in docstring that the
4224 path separator is colon in GNU-like systems.
4225
4226 * newcomment.el (comment-region-internal): Fix docstring.
4227
4228 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4229 (ewoc-invalidate, ewoc-collect): Doc fixes.
4230 (ewoc--create-node, ewoc--delete-node-internal):
4231 Fix typos in docstring.
4232
4233 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4234
4235 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4236 manual to docstring.
4237
4238 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4239
4240 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4241
4242 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4243
4244 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4245 Add hyperlink to emacs-xtra manual to docstring.
4246
4247 * autorevert.el (global-auto-revert-non-file-buffers):
4248 Add hyperlink to emacs-xtra manual to docstring, as well as an
4249 info-link.
4250
4251 2004-06-14 Juanma Barranquero <lektu@terra.es>
4252
4253 * image.el (image-library-alist): New variable to map image types
4254 to external libraries. Initialized to nil, unless system-specific
4255 configs change it.
4256 (image-type-available-p): Determine whether an image type is
4257 available by calling `init-image-library'.
4258
4259 * term/w32-win.el (image-library-alist): Initialize to a known set
4260 of probable library names.
4261
4262 2004-06-14 Kenichi Handa <handa@m17n.org>
4263
4264 * international/code-pages.el (windows-1256, cp1125): Fix tables
4265 for several characters.
4266
4267 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4268
4269 2004-06-13 Richard M. Stallman <rms@gnu.org>
4270
4271 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4272
4273 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4274 not "`pc-selection-mode'".
4275
4276 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4277
4278 * simple.el (previous-matching-history-element): Specify a default.
4279
4280 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4281
4282 * cus-face.el (custom-declare-face): Simplify code.
4283
4284 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4285
4286 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
4287
4288 * files.el (before-save-hook): Add `time-stamp' to the options.
4289
4290 * time-stamp.el (time-stamp): Recommend adding it to
4291 `before-save-hook', rather than `write-file-functions'.
4292 Make a similar change in `Commentary' section.
4293
4294 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
4295
4296 * diff-mode.el (diff-current-defun): If at start of hunk, use
4297 position of first change.
4298
4299 2004-06-13 Lars Hansen <larsh@math.ku.dk>
4300
4301 * dired-x.el (dired-mark-omitted): Bind to "*O".
4302
4303 2004-06-12 Karl Fogel <kfogel@red-bean.com>
4304
4305 * bookmark.el (bookmark-bmenu-relocate): New function, as
4306 suggested by David J. Biesack <David.Biesack@sas.com>.
4307 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4308 (bookmark-bmenu-mode): Describe binding in doc string.
4309 (bookmark-set-filename): Save the bookmark list if it's time.
4310
4311 2004-06-13 Kenichi Handa <handa@m17n.org>
4312
4313 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4314 (ccl-untranslated-to-ucs): Fix typo.
4315
4316 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4317
4318 * progmodes/python.el (python-open-block-statement-p):
4319 Fix indentation after a block opening that contains a comment.
4320
4321 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
4322
4323 * bindings.el (completion-ignored-extensions): Add file extensions
4324 of Python byte-compiled files.
4325
4326 2004-06-12 Juri Linkov <juri@jurta.org>
4327
4328 * info.el (Info-goto-node): Add autoload.
4329 (Info-toc): Add substring-no-properties on Info file name.
4330 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
4331 (Info-mode-map): Bind L to Info-history, T to Info-toc.
4332
4333 2004-06-12 Kenichi Handa <handa@m17n.org>
4334
4335 * international/mule-cmds.el (set-language-environment):
4336 Load subst tables if necessary.
4337
4338 * international/mule.el (decode-char): Load subst tables if necessary.
4339 (encode-char): Likewise.
4340
4341 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
4342 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
4343 (utf-16le-decode-loop): Set r5 to -1 before loop.
4344 (utf-16be-decode-loop): Likewise.
4345 (ccl-decode-mule-utf-16le): Add EOF processing block.
4346 (ccl-decode-mule-utf-16be): Likewise.
4347 (ccl-decode-mule-utf-16le-with-signature): Likewise.
4348 (ccl-decode-mule-utf-16be-with-signature): Likewise.
4349 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
4350 (ccl-mule-utf-16-encode-untrans): New CCL.
4351 (utf-16-decode-to-ucs): Handle pre-read character.
4352 (utf-16le-encode-loop): Handle surrogate pair.
4353 (utf-16be-encode-loop): Likewise.
4354 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
4355 of utf-16le-encode-loop.
4356 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
4357 of utf-16be-encode-loop.
4358 (mule-utf-16-post-read-conversion):
4359 Call utf-8-post-read-conversion at first.
4360 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
4361 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
4362 Add post-read-conversion and pre-write-conversion.
4363
4364 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
4365 (utf-translate-cjk-unicode-range): New variable.
4366 (utf-translate-cjk-load-tables): New function.
4367 (utf-lookup-subst-table-for-decode): New function.
4368 (utf-lookup-subst-table-for-encode): New function.
4369 (utf-translate-cjk-mode): Init-value changed to t. Don't load
4370 tables here. Update safe-charsets of utf-* coding systems.
4371 (ccl-mule-utf-untrans): New CCL.
4372 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
4373 at end of each branch.
4374 (ccl-mule-utf-8-encode-untrans): New CCL.
4375 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
4376 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
4377 length of encoding. Don't return r0.
4378 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
4379 (utf-8-post-read-conversion): Narrow to region properly.
4380 If utf-translate-cjk-mode is on, load tables if necessary.
4381 Call utf-8-compose with hash-table arg if necessary.
4382 Call XXX-compose-region instead of XXX-post-read-convesion.
4383 (utf-8-pre-write-conversion): New function.
4384 (mule-utf-8): Include CJK charsets in safe-charsets if
4385 utf-translate-cjk-mode is on. Add pre-write-conversion.
4386
4387 * international/characters.el: Temporarily set
4388 utf-translate-cjk-mode to nil.
4389
4390 * language/devan-util.el (devanagari-compose-region):
4391 Add autoload cookie.
4392
4393 * international/ccl.el (ccl-dump-call): Fix printing the
4394 subroutine name.
4395
4396 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * dired.el (dired-revert): If buffer is marked unmodified before
4399 reverting, keep it marked unmodified.
4400 Adapt to new conventions for commenting out code.
4401 (dired-make-relative): Adapt to new conventions for commenting out code.
4402
4403 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
4404
4405 * eshell/esh-module.el (eshell-load-defgroups):
4406 Bind `vc-handled-backends' to nil when opening files.
4407
4408 2004-06-11 Juanma Barranquero <lektu@terra.es>
4409
4410 * files.el (parse-colon-path, cd): Doc fixes (refer to
4411 `path-separator', not colon).
4412
4413 2004-06-10 Juanma Barranquero <lektu@terra.es>
4414
4415 * newcomment.el (comment-search-forward)
4416 (comment-search-backward): Fix typos in docstring.
4417 (comment-region): Doc fix.
4418
4419 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
4420
4421 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
4422 switch is no longer stored in `dired-switches-alist'.
4423
4424 * dired-aux.el (dired-insert-subdir): Do not store R switch in
4425 `dired-switches-alist'.
4426
4427 2004-06-10 Kim F. Storm <storm@cua.dk>
4428
4429 * pcvs.el (cvs-mode-diff-yesterday): New command.
4430
4431 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
4432
4433 2004-06-10 Juri Linkov <juri@jurta.org>
4434
4435 * emacs-lisp/edebug.el (edebug-eval-defun):
4436 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
4437 Fix docstring.
4438
4439 * simple.el (eval-expression-print-format): Don't print additional
4440 information on the first call to `eval-print-last-sexp'.
4441 (next-error-find-buffer): Fix punctuation.
4442 (killing) <defgroup>: Fix punctuation.
4443 (yank-excluded-properties): Change group from editing to killing.
4444
4445 * replace.el (perform-replace): Use `limit' to terminate the
4446 while-loop explicitly.
4447
4448 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4449
4450 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
4451 Use lc-*.xpm as prefix instead of *-locol.xpm.
4452
4453 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
4454 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
4455 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
4456 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
4457 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
4458 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
4459 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
4460 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
4461 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
4462 * toolbar/lc-up_arrow.xpm:
4463 Rename from *-locol.xpm.
4464
4465 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
4466
4467 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
4468 include forms like &<str>; as valid url patterns.
4469
4470 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4471
4472 * dired.el (dired-diff, dired-backup-diff)
4473 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
4474 (dired-do-chown, dired-do-touch, dired-do-print)
4475 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
4476 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
4477 (dired-create-directory, dired-do-copy, dired-do-symlink)
4478 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
4479 (dired-do-copy-regexp, dired-do-hardlink-regexp)
4480 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
4481 (dired-maybe-insert-subdir, dired-next-subdir)
4482 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
4483 (dired-kill-subdir, dired-tree-up, dired-tree-down)
4484 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
4485 (dired-run-shell-command, dired-query): Remove redundant,
4486 or incorrect, autoloads.
4487
4488 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
4489 does not end in a slash. Add optional argument KILL-ROOT.
4490 Update docstring.
4491 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
4492 (dired-query): Add autoloads.
4493
4494 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
4495
4496 * progmodes/compile.el (compilation-set-window-height):
4497 Rearrange the save-* functions because a buffer can have several current
4498 point in different windows.
4499 (compilation-error-regexp-alist-alist): Recognize {standard input}
4500 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
4501
4502 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4503
4504 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
4505 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
4506 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
4507 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
4508 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
4509 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
4510 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
4511 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
4512 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
4513 * toolbar/up_arrow-locol.xpm:
4514 New versions of icons that uses fewer colors.
4515
4516 * toolbar/tool-bar.el (tool-bar-local-item)
4517 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
4518 if display-color-cells is 256 or less.
4519
4520 2004-06-08 Kim F. Storm <storm@cua.dk>
4521
4522 * wid-edit.el (widget-specify-button): Use hand pointer rather
4523 than mouse-face as visible mouse-over effect.
4524
4525 2004-06-07 Karl Fogel <kfogel@red-bean.com>
4526
4527 * saveplace.el (save-place-alist-to-file): Bind `print-length'
4528 and `print-level' to nil when writing out `save-place-alist'.
4529 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
4530
4531 2004-06-07 Juanma Barranquero <lektu@terra.es>
4532
4533 * completion.el (completion-kill-region): Doc fix.
4534
4535 * format.el (format-insert-annotations)
4536 (format-annotate-location): Doc fixes.
4537 (format-subtract-regions): Make arguments match their use in docstring.
4538
4539 * simple.el (kill-region): Doc fix.
4540
4541 * subr.el (insert-buffer-substring-no-properties)
4542 (insert-buffer-substring-as-yank): Doc fixes.
4543
4544 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4547 Update docstring.
4548 (dired-reset-subdir-switches): New function.
4549
4550 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
4551 Limit scope of `buffer-read-only' binding.
4552
4553 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
4554
4555 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
4556 eshell-explicit-command-char.
4557
4558 2004-06-06 Juanma Barranquero <lektu@terra.es>
4559
4560 * help-fns.el (help-argument-name): Inherit from italic face only
4561 if the frame supports it.
4562
4563 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4564
4565 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
4566 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
4567 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
4568 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
4569 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
4570 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
4571 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
4572 New conversions from xpm files.
4573
4574 * toolbar/README: New file.
4575
4576 2004-06-06 Richard M. Stallman <rms@gnu.org>
4577
4578 * isearch.el (isearch-mode-map): Undo previous change.
4579
4580 2004-06-05 Juri Linkov <juri@jurta.org>
4581
4582 * bindings.el (debug-ignored-errors): Add regexps for history
4583 related messages. Remove $ from "No further undo information".
4584 Move Ediff's messages to ediff.el.
4585
4586 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
4587
4588 * cus-edit.el (custom-display): Add `min-colors'.
4589
4590 * custom.el (defface): Add `supports' to docstring.
4591
4592 * help-fns.el (help-argument-name): Add :group 'help.
4593
4594 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
4595
4596 * find-dired.el (find-ls-subdir-switches): New user option.
4597 (find-dired): No longer call `abbreviate-file-name' on DIR.
4598 Set `dired-subdir-switches' buffer-locally.
4599
4600 * locate.el: Merge the two `Commentary' sections.
4601 (locate-ls-subdir-switches): New user option.
4602 (locate): Update for other changes.
4603 (locate-mode-map): Restore Dired binding for mouse-2.
4604 Bind `locate-mouse-view-file' to M-mouse-2.
4605 Bind `l' to `locate-do-redisplay'.
4606 (locate-main-listing-line-p, locate-do-redisplay): New functions.
4607 (locate-mouse-view-file, locate-tags, locate-find-directory):
4608 Print message if used outside main listing.
4609 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
4610 Various changes to support inserted subdirectories.
4611 (locate-insert-header): Change header of *Locate* buffer.
4612
4613 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4614 Change interactive default switches.
4615 (dired-rename-subdir-2): Update `dired-switches-alist'.
4616 (dired-insert-subdir, dired-kill-subdir):
4617 Handle `dired-switches-alist'. Do not mark buffer modified.
4618 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
4619 (dired-insert-subdir-doinsert): Omit messages.
4620 Handle `dired-subdir-switches'.
4621 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
4622
4623 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
4624 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
4625 subdirs if -R switch is used for a subdir.
4626 (dired-mode): Set `dired-switches-alist'.
4627 (dired-build-subdir-alist): Only print number of directories in
4628 echo area when invoked interactively.
4629
4630 2004-06-05 Lars Hansen <larsh@math.ku.dk>
4631
4632 * dired-x.el (dired-omit-mode): Rename from
4633 dired-omit-files-p. Use define-minor-mode to define it.
4634 (dired-omit-files-p): Add as alias for dired-omit-mode.
4635 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
4636 dired-mark-omitted.
4637 (dired-mark-omitted): Add. Bind to M-O.
4638
4639 2004-06-05 Kenichi Handa <handa@m17n.org>
4640
4641 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
4642
4643 2004-06-05 Juanma Barranquero <lektu@terra.es>
4644
4645 * help-fns.el (help-argument-name): Reintroduce face.
4646 (help-default-arg-highlight): Use it, now that
4647 `face-differs-from-default-p' can be trusted.
4648
4649 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4650
4651 * textmodes/table.el: Sentence commands added to Point Motion
4652 group; kill and backward-kill commands added to Extraction group.
4653
4654 2004-06-04 Mario Lang <mlang@delysid.org>
4655
4656 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
4657 systems appear to use mW, make the code handle this. Fix a
4658 division-by-zero bug while at it, and handle kernels with
4659 a slightly different layout in /proc/acpi.
4660
4661 2004-06-04 Karl Fogel <kfogel@red-bean.com>
4662
4663 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4664 because the latter is a CL-ism. This fixes the bug reported by
4665 Shawn Boyette <mdxi@collapsar.net> in
4666 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4667
4668 2004-06-04 Miles Bader <miles@gnu.org>
4669
4670 * faces.el (display-supports-face-attributes-p): Function moved to
4671 C code. Previously only the tty-related portion of this function
4672 was done in C; however the previous attempt to do a halfway-proper
4673 job for non-tty displays in lisp didn't work properly because of
4674 funny conditions during Emacs startup.
4675 (face-differs-from-default-p): Simplify, now that
4676 display-supports-face-attributes-p works properly on all display
4677 types. Remove :stipple from comparison; it doesn't really work
4678 in emacs anyway.
4679
4680 2004-06-04 Miles Bader <miles@gnu.org>
4681
4682 * faces.el (face-differs-from-default-p): Use a different
4683 implementation, so we can really check whether FACE displays
4684 differently or not.
4685
4686 2004-06-04 Miles Bader <miles@gnu.org>
4687
4688 * faces.el (display-supports-face-attributes-p): Implement a
4689 `different from default' check for non-tty displays.
4690
4691 2004-06-03 David Kastrup <dak@gnu.org>
4692
4693 * woman.el (woman-mapcan): More concise code.
4694 (woman-topic-all-completions, woman-topic-all-completions-1)
4695 (woman-topic-all-completions-merge): Replace by a simpler and
4696 much faster implementation based on O(n log n) sort/merge instead
4697 of the old O(n^2) behavior.
4698
4699 2004-06-03 Miles Bader <miles@gnu.org>
4700
4701 * subr.el (read-number): Use canonical format for default in prompt.
4702
4703 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
4704 Add regexp for " [...]" style defaults.
4705
4706 2004-06-02 Romain Francoise <romain@orebokech.com>
4707
4708 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4709 groups: if the user asks for a hidden buffer, open the
4710 corresponding filter group to expose it.
4711
4712 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4713 `ibuffer-jump-to-buffer'.
4714 (ibuffer-jump-offer-only-visible-buffers): New user option.
4715
4716 2004-06-02 Juanma Barranquero <lektu@terra.es>
4717
4718 * faces.el (frame-update-faces): Add empty docstring so the one
4719 for `ignore' doesn't show through.
4720
4721 * subr.el (process-kill-without-query): Remove spurious "\n" on
4722 obsolescence string.
4723 (focus-frame, unfocus-frame): Add obsolescence declaration and
4724 empty docstring.
4725
4726 * international/mule.el (register-char-codings): Make alias for
4727 `ignore'. Move docstring to obsolescence info and remove redundancy.
4728
4729 2004-06-02 Kim F. Storm <storm@cua.dk>
4730
4731 * frame.el (blink-cursor-start): Turn cursor off initially so blink
4732 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4733
4734 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * comint.el (comint-replace-by-expanded-history-before-point):
4737 Obey `start' as the docstring says.
4738 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4739 (comint-update-fence): Prevent font-lock from running unnecessarily.
4740 (comint-dynamic-list-completions): Use with-current-buffer.
4741
4742 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4743
4744 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4745 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4746 (bibtex-entry-update): Handle alternatives and optional fields.
4747 (bibtex-parse-entry): Bugfix, handle empty key.
4748
4749 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * vc-arch.el (vc-arch-state): Don't assume the file exists.
4752
4753 2004-05-31 Lars Hansen <larsh@math.ku.dk>
4754
4755 * desktop.el (desktop-save): Don't save minor modes without a
4756 known mode initialization function.
4757
4758 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
4759
4760 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4761
4762 * autorevert.el: Update `Commentary' section.
4763
4764 2004-05-30 Juanma Barranquero <lektu@terra.es>
4765
4766 * dos-fns.el (convert-standard-filename):
4767 * files.el (convert-standard-filename):
4768 * w32-fns.el (convert-standard-filename):
4769 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4770
4771 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4772
4773 Sync with Tramp.
4774
4775 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4776 (tramp-let-maybe): Move to an earlier spot in the file.
4777 Patch by Andreas Schwab.
4778
4779 2004-05-30 Andreas Schwab <schwab@suse.de>
4780
4781 * dired.el (dired-get-filename): Don't use dired-re-dot.
4782
4783 2004-05-30 Richard M. Stallman <rms@gnu.org>
4784
4785 * files.el (find-file): Doc fix.
4786
4787 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4788
4789 2004-05-30 Nick Roberts <nickrob@gnu.org>
4790
4791 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4792 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4793 modeline of the locals buffer.
4794 (gdb-goto-breakpoint): Handle gdbmi.
4795 (gdb-get-frame-number): Change for gdbmi.
4796
4797 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
4798
4799 * files.el (file-remote-p): Apply file name handler for operation
4800 `file-remote-p'. It isn' a property any longer.
4801 (file-relative-name): `fh' and `fd' get the required value via
4802 `find-file-name-handler' already.
4803
4804 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4805 (top): Remove setting of `file-remote-p' property for
4806 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
4807
4808 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
4809
4810 Version 2.0.41 of Tramp released.
4811
4812 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4813 Throw away if process has died.
4814 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4815 (tramp-out-of-band-prompt-regexp): Rename to
4816 `tramp-process-alive-regexp', because its usage is widen.
4817 (tramp-actions-copy-out-of-band): Apply it.
4818 (tramp-actions-before-shell, tramp-multi-actions):
4819 Add `tramp-action-process-alive' action.
4820 (tramp-action-process-alive): New defun.
4821 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4822 Add entry for `file-remote-p'.
4823 (tramp-handle-file-remote-p): New defun.
4824 (top): Remove setting of `file-remote-p'. Don't set
4825 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4826
4827 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4828 `file-remote-p'.
4829
4830 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4831 counted for (last) line. [They should or they shouldn't? --Stef]
4832 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4833
4834 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4835
4836 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4837 not really necessary but seems to keep the shell history smaller
4838 in some cases. It is no substitute for setting HISTFILE and
4839 HISTSIZE from tramp-open-connection-setup-interactive-shell,
4840 though. Suggested by Luc Teirlinck.
4841 (tramp-open-connection-setup-interactive-shell): Export variables
4842 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
4843 (tramp-set-process-query-on-exit-flag): New compat function.
4844 (tramp-open-connection-multi, tramp-open-connection-su)
4845 (tramp-open-connection-rsh, tramp-open-connection-telnet)
4846 (tramp-do-copy-or-rename-file-out-of-band): Use it.
4847 (tramp-let-maybe): New macro, let-binds a variable only if it
4848 isn't obsolete.
4849 (tramp-check-ls-commands, tramp-handle-expand-file-name)
4850 (tramp-handle-file-truename): Use it.
4851 (tramp-completion-file-name-regexp-unified): Avoid matching
4852 filenames starting with "/:" -- those are reserved for
4853 file-name-non-special.
4854
4855 * tramp-smb.el (tramp-smb-open-connection):
4856 Use tramp-set-process-query-on-exit-flag compat function.
4857
4858 2004-05-29 Richard M. Stallman <rms@gnu.org>
4859
4860 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4861
4862 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4863 (eval-last-sexp-print-value): Print char equivalent regardless
4864 of standard-output value.
4865
4866 * thumbs.el (thumbs-subst-char-in-string): Delete.
4867 (thumbs-thumbname): Use subst-char-in-string.
4868 (thumbs-resize-image): Use condition-case, not ignore-errors.
4869 (thumbs-kill-buffer): Likewise.
4870
4871 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
4872 (thumbs-mode): Make buffer read-only.
4873 (thumbs-make-thumb): Unconditionally accept an existing file.
4874 (thumbs-insert-thumb): Add thumb-image-file property to the image.
4875 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4876 (thumbs-show-thumbs-list): Error if images not supported.
4877 (thumbs-save-current-image): Improve prompt string.
4878 (thumbs-mode-map): Define u, R, x.
4879 (thumbs-unmark): New command.
4880 (thumbs-emboss-image): Minor cleanup.
4881 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4882 (thumbs-rename-images): New command.
4883 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
4884
4885 * thumbs.el (thumbs-current-image): New function.
4886 (thumbs-file-list, thumbs-file-alist): New functions.
4887 (thumbs-find-image): Delete arg L.
4888 Don't set up thumbs-fileL as buffer-local global var.
4889 (thumbs-find-image-at-point): Use thumbs-current-image.
4890 (thumbs-set-image-at-point-to-root-window): Likewise.
4891 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4892 Record and warn about errors. Update thumbs-markedL for deletions.
4893 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4894 (thumbs-redraw-buffer): Use thumbs-file-list.
4895 (thumbs-mark): Use thumbs-current-image.
4896 (thumbs-show-name): Use thumbs-current-image.
4897
4898 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4899 and imenu--last-menubar-index-alist.
4900
4901 * subr.el (with-selected-window): Undo previous change.
4902
4903 2004-05-29 John Paul Wallington <jpw@gnu.org>
4904
4905 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4906 (thumbs-mouse-find-image): New command.
4907 (thumbs-mode-map): Bind it to mouse-2.
4908 (thumbs-mode): Make mode-class special.
4909 (thumbs-view-image-mode): Likewise.
4910
4911 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4912
4913 * flymake.el: New file.
4914
4915 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
4916
4917 * files.el (find-file-noselect-1): Do not bind
4918 `inhibit-read-only' to t during execution of
4919 `find-file-not-found-functions'.
4920
4921 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4922
4923 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4924 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4925
4926 2004-05-28 Juri Linkov <juri@jurta.org>
4927
4928 * simple.el (eval-expression-print-format): New fun.
4929
4930 * simple.el (eval-expression):
4931 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4932 * emacs-lisp/edebug.el (edebug-compute-previous-result)
4933 (edebug-eval-expression): Print additionally the value returned by
4934 `eval-expression-print-format'.
4935
4936 * emacs-lisp/lisp.el (insert-pair-alist): New var.
4937 (insert-pair): Make arguments optional. Find character pair
4938 from `insert-pair-alist' according to the last input event.
4939 (insert-parentheses): Make arguments optional.
4940 (raise-sexp, delete-pair): New funs.
4941
4942 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4943 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4944 Bind C-M-q to `indent-pp-sexp'.
4945
4946 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4947 `pp-to-string' modified to be able to format text with newlines.
4948 (pp-to-string): Move the buffer-formatting part of the code to
4949 `pp-buffer'. Call `pp-buffer'.
4950
4951 * info.el (Info-desktop-buffer-misc-data): Don't save information
4952 about virtual files.
4953 (Info-restore-desktop-buffer): Restore Info buffers in prepared
4954 buffers with names obtained from the desktop file instead of the
4955 default *info* buffer.
4956
4957 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * subr.el (with-selected-window): Only save/restore the selected window.
4960
4961 * progmodes/compile.el (compilation-error-regexp-alist):
4962 Use expand-file-name and data-directory.
4963
4964 * progmodes/grep.el (grep-tree): Rework previous fix.
4965
4966 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4967 after the user marked text with the mouse.
4968
4969 * startup.el (command-line): Keep the first regexp of
4970 auto-save-file-name-transforms intact.
4971
4972 2004-05-28 Juanma Barranquero <lektu@terra.es>
4973
4974 * cus-edit.el (customize-face, customize-face-other-window)
4975 (custom-face-edit-delete): Make arguments match their use in
4976 docstring.
4977 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4978 docstring.
4979
4980 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4981 not `cvs-butlast'.
4982
4983 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4984 `nbutlast' are in subr.el).
4985
4986 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4987 (set-w32-system-coding-system): Doc fixes.
4988
4989 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4990 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4991 Make arguments match their use in docstring.
4992 (artist-draw-region-trim-line-endings)
4993 (artist-mouse-choose-operation): Fix typo in docstring.
4994 (artist-key-set-point-common): Doc fix.
4995
4996 2004-05-28 Simon Josefsson <jas@extundo.com>
4997
4998 * mail/smtpmail.el (smtpmail-open-stream):
4999 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5000
5001 2004-05-26 Simon Josefsson <jas@extundo.com>
5002
5003 * starttls.el: Merge with my GNUTLS based starttls.el.
5004 (starttls-gnutls-program, starttls-use-gnutls)
5005 (starttls-extra-arguments, starttls-process-connection-type)
5006 (starttls-connect, starttls-failure, starttls-success): New variables.
5007 (starttls-program, starttls-extra-args): Doc fix.
5008 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5009 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5010 and pass on to corresponding *-gnutls function if it is set.
5011
5012 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
5013
5014 * autorevert.el (auto-revert-handler): Disable auto-reverting of
5015 remote files.
5016
5017 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
5018
5019 * files.el (file-name-non-special): There are more operations
5020 which need handling: `find-backup-file-name',
5021 `insert-file-contents', `verify-visited-file-modtime',
5022 `write-region'. Rename t value of method to `add'. Add new
5023 methods `quote' and `unquote-then-quote' to file-arg-indices.
5024
5025 2004-05-25 Juri Linkov <juri@jurta.org>
5026
5027 * info.el (Info-toc): Call Info-mode on intermediate buffer.
5028 (Info-index-nodes): Enclose code in condition-case to catch errors.
5029 (Info-index-node): Don't search all index nodes if request is only
5030 for the current node and file is not in the cache of index nodes.
5031 (Info-mode-map): Bind Info-copy-current-node-name to `w'
5032 for consistency with dired-copy-filename-as-kill.
5033 Bind `S' to Info-search-case-sensitively.
5034 (Info-copy-current-node-name): New arg. With zero prefix arg put
5035 the name inside a function call to `info'. Display copied text in
5036 the echo area.
5037
5038 2004-05-25 Sam Steingold <sds@gnu.org>
5039
5040 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5041 strip the package prefix from the symbol name, if any.
5042 Make it the `find-tag-default-function' for `lisp-mode'.
5043
5044 2004-05-25 John Paul Wallington <jpw@gnu.org>
5045
5046 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5047 instead of obsolete `process-kill-without-query'.
5048
5049 * textmodes/texinfmt.el (texinfo-indexvar-alist):
5050 Declare as variable, not constant.
5051
5052 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
5053
5054 * files.el (find-file-noselect-1): Fix bug introduced by
5055 Revision 1.694. As a side effect, `inhibit-read-only'
5056 is again, by default, t during execution of
5057 `find-file-not-found-functions'.
5058 (insert-directory): Check that lines were really inserted by
5059 the --dired switch, before erasing them.
5060
5061 2004-05-24 Nick Roberts <nickrob@gnu.org>
5062
5063 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5064 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5065 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5066 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5067 gud-minor-mode (gdbmi).
5068
5069 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5070
5071 * net/browse-url.el (browse-url-interactive-arg): Enable user to
5072 explicitly select the text to be taken as URL.
5073
5074 2004-05-23 Juri Linkov <juri@jurta.org>
5075
5076 * info.el (Info-index-nodes): New var and fun.
5077 (Info-goto-index, Info-index, info-apropos)
5078 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5079 (Info-index): Fix docstring. Store and restore Info-history-list.
5080 (Info-complete-nodes): New var.
5081 (Info-complete-menu-item): Use it.
5082 (Info-index-node): New fun.
5083 (Info-final-node, Info-forward-node, Info-backward-node)
5084 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5085 Use Info-index-node.
5086 (Info-extract-menu-item, Info-extract-menu-counting): Set second
5087 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5088 (Info-find-node-2): If a node with period in its name not found,
5089 try to find a node without the name part after period.
5090 (Info-select-node): Call Info-fontify-node only if
5091 Info-fontify-maximum-menu-size is not nil.
5092 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5093 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5094 Preserve Info-history-list.
5095 (Info-toc): Set Info-current-file.
5096 (Info-build-toc): Move point to the beginning of the buffer.
5097 Add main-file variable.
5098 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5099 Use backslashed representation of the control character ^_.
5100
5101 * textmodes/texinfmt.el (texinfo-print-index): Print index line
5102 numbers in the new Texinfo 4.7 format.
5103
5104 * add-log.el (change-log-font-lock-keywords): Remove `:' from
5105 regexps for function and variable names.
5106
5107 * descr-text.el (describe-property-list): Add [show] button for
5108 `syntax-table' property with action to pp to a separate buffer.
5109 (describe-char): Replace search-forward by re-search-forward with
5110 whitespace regexp after "character:" to not fail in too narrow windows.
5111
5112 * simple.el (next-error-find-buffer): Add a rule to return
5113 next-error capable buffer if one window on the selected frame
5114 displays such buffer.
5115
5116 2004-05-23 Nick Roberts <nickrob@gnu.org>
5117
5118 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5119 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5120 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5121 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5122 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5123 Handle new value for gud-minor-mode (gdbmi).
5124 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5125 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
5126 Change from local to global gdb variable set.
5127 (gdb-ann3): Initialise above gdb variable set.
5128 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
5129 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
5130 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
5131 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
5132 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
5133 (gdb-info-locals-handler, gdb-invalidate-assembler)
5134 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
5135 set as global variables.
5136 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
5137 Handle gdbmi.
5138 (gdb-info-breakpoints-custom): Fix regexp.
5139 (def-gdb-var): Delete.
5140
5141 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
5142 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
5143 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
5144 a new mode. The file (gdb-mi.el) for this mode will be included
5145 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
5146 primary interface.
5147
5148 2004-05-23 Jesper Harder <harder@ifa.au.dk>
5149
5150 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
5151 interpreted as a directory.
5152
5153 2004-05-22 Richard M. Stallman <rms@gnu.org>
5154
5155 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
5156 as a close quote.
5157
5158 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
5159
5160 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
5161 Use assoc-string, not assoc-ignore-case.
5162
5163 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
5164
5165 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
5166 If moving back then fwd gets a defun that ends before point,
5167 try again moving fwd then back.
5168
5169 * files.el (file-name-non-special): Allow t in file-arg-indices
5170 to mean requote the return value. Use `identity' as an element
5171 rather than as the whole value.
5172
5173 * gs.el (gs-options): Add -dSAFER. Mark it risky.
5174
5175 2004-05-22 Juanma Barranquero <lektu@terra.es>
5176
5177 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
5178 `help-make-usage'.
5179 (help-highlight-arguments): Skip function name before searching
5180 for arguments.
5181
5182 2004-05-21 Juanma Barranquero <lektu@terra.es>
5183
5184 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5185 Don't mention in the docstring these arguments meant for
5186 internal (recursive) use only.
5187 (allout-char-spec): Comment out (it's not implemented).
5188 (allout-old-expose-topic, allout-exposure): Fix docstring and add
5189 obsolescence declaration.
5190 (allout-flatten-exposed-to-buffer)
5191 (allout-indented-exposed-to-buffer): Fix typos in docstring.
5192 (my-mark-marker): Doc fix.
5193 (produce-allout-mode-map, allout-sibling-index)
5194 (allout-isearch-expose, allout-distinctive-bullet)
5195 (allout-open-topic, allout-reindent-body)
5196 (allout-rebullet-heading, allout-process-exposed)
5197 (allout-insert-listified, allout-latex-verb-quote)
5198 (allout-insert-latex-header, allout-insert-latex-trailer):
5199 Make arguments match their use in docstring.
5200 (allout-primary-bullet, allout-old-style-prefixes)
5201 (allout-inhibit-protection, allout-init, allout-mode)
5202 (allout-before-change-protect, allout-flag-region):
5203 Use "Emacs" instead of "emacs" in docstrings.
5204
5205 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
5206
5207 * international/characters.el: Modify syntax of more characters.
5208
5209 2004-05-21 Masatake YAMATO <jet@gyve.org>
5210
5211 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5212 (etags-tags-completion-table): Show parsing progress.
5213
5214 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
5215
5216 * locate.el (locate-prompt-for-command): Shorten first line of
5217 docstring.
5218 (locate-mode): Expand docstring and include keymap summary.
5219
5220 * files.el (find-file-noselect-1): Limit the scope of the
5221 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
5222 is, by default, nil during the execution of
5223 `find-file-not-found-functions' and `find-file-hook'.
5224
5225 2004-05-20 Michael Mauger <mmaug@yahoo.com>
5226
5227 * facemenu.el (facemenu-color-name-equal): New function.
5228 (list-colors-display): Use it to compare colors instead of
5229 facemenu-color-equal.
5230
5231 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
5232
5233 * compare-w.el (compare-windows-face): Use min-colors instead of
5234 checking for tty or pc types.
5235
5236 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5239 (completion-setup-function): Use with-current-buffer.
5240 Properly save excursion. Simplify.
5241 Don't assume there is necessarily a `mouse-face' property somewhere.
5242
5243 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5244
5245 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
5246
5247 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5248 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5249 Use with-current-buffer.
5250 (byte-goto-log-buffer): Delete.
5251 (byte-compile-log-file): Call compilation-forget-errors.
5252
5253 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
5254
5255 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5256 output messages into the search result.
5257
5258 2004-05-19 Masatake YAMATO <jet@gyve.org>
5259
5260 * wid-edit.el (widget-radio-button-notify): Revert my last
5261 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5262
5263 2004-05-19 Kenichi Handa <handa@m17n.org>
5264
5265 * international/characters.el: Fix syntax (open/close) of CJK chars.
5266
5267 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
5268
5269 * help-mode.el (help-go-back): Don't depend on position of back button.
5270
5271 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5274 files files don't contain an accidental additional /.
5275
5276 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5277 in source buffer.
5278
5279 2004-05-18 Masatake YAMATO <jet@gyve.org>
5280
5281 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5282 to widget-apply. :action method assumes 2 arguments, not 3.
5283
5284 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
5285
5286 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5287 New constants.
5288 (hs-special-modes-alist): Add an f90-mode entry.
5289
5290 2004-05-17 Sam Steingold <sds@gnu.org>
5291
5292 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5293 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
5294
5295 2004-05-16 Kim F. Storm <storm@cua.dk>
5296
5297 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5298
5299 2004-05-15 John Wiegley <johnw@newartisans.com>
5300
5301 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5302 (eshell-output-object-to-target): Improve output speed 20% by not
5303 calling `eshell-stringify' if something is already known to be a string.
5304
5305 2004-05-15 Alex Ott <ott@jet.msk.su>
5306
5307 * textmodes/ispell.el (ispell-local-dictionary-alist):
5308 Add windows-1251 to the choice of coding systems.
5309 (ispell-dictionary-alist-6): Add support for "russianw.aff",
5310 encoded in cp1251.
5311
5312 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
5313
5314 * progmodes/compile.el (compilation-warning-face)
5315 (compilation-info-face): Use min-colors.
5316
5317 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5318
5319 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5320 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5321 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5322 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
5323 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
5324 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
5325 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
5326 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
5327 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
5328 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
5329 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
5330 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
5331 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
5332 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
5333
5334 2004-05-15 Kim F. Storm <storm@cua.dk>
5335
5336 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
5337 Use it to set triggered-p element of timer.
5338 (timer-event-handler): Set triggered-p element non-nil while running
5339 the timer function.
5340
5341 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * descr-text.el (describe-char-unicode-data)
5344 (describe-char-unicodedata-file): Re-enable the unicode code now that
5345 the licensing issues have been cleared in the unicode-4 license.
5346 (describe-text-properties-1): Remove unused `overlay' var.
5347 (describe-char): Remove unused var `buffer'.
5348
5349 2004-05-14 David Ponce <david@dponce.com>
5350
5351 * tree-widget.el: New file.
5352
5353 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
5354
5355 * language/european.el ("Brazilian Portuguese"): Add support for
5356 Brazilian Portuguese.
5357
5358 2004-05-13 John Wiegley <johnw@newartisans.com>
5359
5360 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
5361 `recentf-mode' if this variable has been customized to t.
5362
5363 * eshell/esh-test.el (eshell-test): Call the function
5364 `emacs-version' rather than trying to build a custom version string.
5365
5366 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5367
5368 * net/telnet.el (telnet-mode): Use define-derived-mode.
5369 Don't modify the global value of comint-prompt-regexp.
5370
5371 2004-05-13 John Paul Wallington <jpw@gnu.org>
5372
5373 * version.el (emacs-version): Check for `gtk' feature before
5374 `x-toolkit' feature.
5375
5376 2004-05-13 Juanma Barranquero <lektu@terra.es>
5377
5378 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
5379 arguments in the docstring, they're used only in recursive calls.
5380
5381 * help-fns.el (help-arg-highlighting-function)
5382 (help-argument-name): Delete.
5383 (help-default-arg-highlight): New function.
5384 (help-do-arg-highlighting): Use it.
5385
5386 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5387
5388 * calendar/appt.el (appt-disp-window):
5389 Use `calendar-set-mode-line' for a centered mode-line.
5390
5391 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
5392
5393 * calendar/appt.el (appt-disp-window): Do not split window
5394 excessively when `split-height-threshold' is low.
5395
5396 2004-05-12 Nick Roberts <nickrob@gnu.org>
5397
5398 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
5399 kill-buffer-hook here and make it local.
5400 (gud-kill-buffer-hook): Use kill-process for a sure kill.
5401
5402 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
5403
5404 * progmodes/compile.el (compilation-set-window-height):
5405 Use save-excursion to protect against misplaced marker.
5406
5407 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5408
5409 * custom.el (defface): Document that type can have value gtk.
5410
5411 * faces.el (face-spec-set-match-display): Handle type gtk in display.
5412
5413 2004-05-12 Kenichi Handa <handa@m17n.org>
5414
5415 * descr-text.el: Require quail at comile time.
5416 (describe-char): If an input method is on and it supports the
5417 character, show how to input it.
5418
5419 * international/quail.el (quail-install-decode-map): Accept a
5420 char-table whose subtype is `quail-decode-map'.
5421 (quail-store-decode-map-key, quail-gen-decode-map1)
5422 (quail-gen-decode-map, quail-find-key1, quail-find-key)
5423 (quail-show-key): New functions.
5424
5425 2004-05-12 Juanma Barranquero <lektu@terra.es>
5426
5427 * generic.el (define-generic-mode): Remove redundant arglist info.
5428
5429 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
5430 Make arguments match their use in docstring.
5431 (help-arg-highlighting-function): New variable.
5432 (help-argument-name): Mention it in the docstring.
5433 (help-do-arg-highlight): Use it. Expand regexp to accept also
5434 ARG-xxx and xxx-ARG references.
5435
5436 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
5437
5438 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
5439 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5440 and "mailto:addr1?to=addr2" equal.
5441
5442 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5443
5444 * man.el (Man-getpage-in-background): Use shell-file-name
5445 and shell-command-switch variables instead of hard-coded values.
5446
5447 2004-05-11 Eli Zaretskii <eliz@gnu.org>
5448
5449 * iimage.el: New file.
5450
5451 2004-05-11 Juanma Barranquero <lektu@terra.es>
5452
5453 * custom.el (custom-initialize-default, defcustom):
5454 Fix typo in docstring.
5455
5456 * files.el (set-visited-file-name, file-expand-wildcards):
5457 Fix docstring.
5458
5459 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
5462
5463 * subr.el (eventp): Be more discriminating with integers.
5464
5465 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
5466
5467 * progmodes/compile.el (compile): Add universal prefix arg.
5468 (compilation-error-regexp-alist-alist): Add edg patterns.
5469
5470 2004-05-10 Sam Steingold <sds@gnu.org>
5471
5472 * textmodes/ispell.el (ispell-message):
5473 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
5474
5475 2004-05-10 Dave Love <fx@gnu.org>
5476
5477 * progmodes/python.el (help-buffer): Autoload when compiling.
5478 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
5479 (run-python): Prepend to any existing PYTHONPATH.
5480
5481 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
5482
5483 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
5484 for pending breakpoints.
5485
5486 2004-05-10 Richard M. Stallman <rms@gnu.org>
5487
5488 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
5489 directly without calling any functions in Rmail.
5490 (unrmail-unprune): Function deleted.
5491
5492 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5493
5494 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
5495 C-c C-z binding.
5496
5497 2004-05-10 Kenichi Handa <handa@m17n.org>
5498
5499 * descr-text.el (describe-char): Fix previous change. Don't make
5500 a unibyte character to multibyte in the *Help* buffer.
5501
5502 2004-05-10 Miles Bader <miles@gnu.org>
5503
5504 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
5505 buffer an error if the debugger process is actually running.
5506
5507 2004-05-10 Juanma Barranquero <lektu@terra.es>
5508
5509 * help-fns.el (help-argument-name): Default to italic.
5510 (help-highlight-arguments): Return always (usage . doc), even when
5511 usage is nil.
5512
5513 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
5514 (define-ibuffer-filter): Add usage info.
5515 (define-ibuffer-op): Add usage info (but CL-style defaults for
5516 keyword args are not shown).
5517
5518 * subr.el (remove-overlays, read-passwd): Fix docstring.
5519 (start-process-shell-command): Fix docstring. Put usage info in a
5520 format usable by `describe-function'.
5521 (open-network-stream, open-network-stream-nowait)
5522 (open-network-stream-server): Fix docstring.
5523
5524 2004-05-09 Jason Rumney <jasonr@gnu.org>
5525
5526 * international/code-pages (cp932, cp936, cp949, c950): Remove.
5527 Only define cp125* if windows-125* is already defined.
5528
5529 * language/korean.el (cp949): Add alias.
5530
5531 * language/chinese.el (cp936, cp950): Add aliases.
5532
5533 * language/japanese.el (cp932): Add alias.
5534
5535 * term/w32-win.el: Require code-pages.
5536
5537 * international/mule-cmds.el (set-locale-environment):
5538 On MS-Windows use ansi code-page for default coding-systems.
5539 Set up paper sizes for Windows 3 letter languages.
5540
5541 * international/code-pages.el (cp932, cp936, cp949, cp950):
5542 Add aliases. Also add cp125* if not already defined.
5543
5544 2004-05-09 Juanma Barranquero <lektu@terra.es>
5545
5546 * help-fns.el (help-highlight-arguments): Don't try to highlight
5547 missing or autoloaded arglists. Accept structured arguments, like
5548 the first ones of `do' and `flet'.
5549
5550 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
5551 (cvs-get-marked): Remove redundant arglist info.
5552
5553 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
5554 Don't use CL-style default args.
5555
5556 2004-05-08 Andreas Schwab <schwab@suse.de>
5557
5558 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
5559
5560 * international/subst-ksc.el: Fix references to utf-translate-cjk
5561 into utf-translate-cjk-mode.
5562 * international/subst-big5.el: Likewise.
5563 * international/subst-gb2312.el: Likewise.
5564 * international/subst-jis.el: Likewise.
5565 * international/utf-16.el: Likewise.
5566 * international/utf-8.el: Likewise.
5567
5568 2004-05-08 John Wiegley <johnw@newartisans.com>
5569
5570 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
5571 "virtual buffers" (off by default), which makes it possible to
5572 switch to the "virtual" buffers of recently visited files. When a
5573 buffer name search fails, and this option is on, iswitchb will
5574 look at the list of recently visited files, and permit matching
5575 against those names. When the user hits RET on a match, it will
5576 revisit that file.
5577 (iswitchb-read-buffer): Add two optional arguments, which makes
5578 isearchb.el possible.
5579 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
5580 (iswitchb-next-match): Add support for virtual buffers.
5581
5582 * isearchb.el: This module extends iswitchb to provide "as you
5583 type" buffer selection.
5584
5585 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
5586 Ignore the read-only property when flyspell highlighting is on.
5587 Not ignoring it leads to a series of confusing errors.
5588 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
5589 but also make sure to call flyspell-incorrect-hook.
5590 (flyspell-maybe-correct-transposition): Perform transposition test
5591 by bit twiddling a string, rather than using a temp buffer.
5592 (flyspell-maybe-correct-doubling): Use a string rather than a temp
5593 buffer. This is also the original version of the code, which
5594 could not be checked in before due to a previous lack of
5595 assignment papers. This version has seen heavy usage on my system
5596 for several years now.
5597
5598 * calendar/cal-bahai.el: New file, which adds support for the
5599 Baha'i calendar to Emacs. This calendar is based on a solar year
5600 of 19 months of 19 days, with 4 intercalary days. Each year
5601 begins on March 21, with the calendar starting in 1844.
5602
5603 * calendar/cal-menu.el, calendar/calendar.el,
5604 calendar/diary-lib.el, calendar/holidays.el: Added support for
5605 using cal-bahai.el.
5606
5607 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
5608 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
5609 function can be used outside of eshell buffers.
5610 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
5611
5612 2004-05-08 Juanma Barranquero <lektu@terra.es>
5613
5614 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
5615 word constituent so FOO-ARG is not recognized as an arg.
5616 (help-highlight-arguments): Don't skip lists in mandatory arguments.
5617
5618 * simple.el (next-error): Fix typo in docstring.
5619 (open-line): Make argument names match their use in docstring.
5620 (split-line): Fix docstring.
5621
5622 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
5623 usable by `describe-function'.
5624 (gensym, gentemp, typep, ignore-errors): Make argument names match
5625 their use in docstring.
5626
5627 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
5628 argument to `help-setup-xref'.
5629
5630 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
5631
5632 Version 2.0.40 of Tramp released.
5633
5634 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
5635 Use symbol-function to invoke functions only known on some Emacs
5636 flavors. This avoids byte-compiler warnings. Reported by Kevin
5637 Scaldeferri <kevin@scaldeferri.com>.
5638 (tramp-do-copy-or-rename-file-via-buffer): Rename from
5639 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
5640 consistent with the other tramp-do-* functions.
5641 (tramp-do-copy-or-rename-file): Calls adjusted.
5642 (tramp-process-initial-commands): Avoid liveness check on shell --
5643 we know that it must be alive since we're opening a connection at
5644 this moment.
5645 (tramp-last-cmd): New internal variable.
5646 (tramp-process-echoes): New tunable.
5647 (tramp-send-command): Set tramp-last-cmd.
5648 (tramp-wait-for-output): Delete echo, if applicable.
5649 (tramp-read-passwd): Construct the key for the password cache in a
5650 way that works for multi methods, too.
5651 (tramp-bug): Add backup-directory-alist and
5652 bkup-backup-directory-info to bug reports, with Tramp counterparts.
5653
5654 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
5655
5656 * net/tramp*.el: Suppress byte-compiler warnings where possible.
5657
5658 * net/tramp.el (tramp-out-of-band-prompt-regexp)
5659 (tramp-actions-copy-out-of-band): New defcustoms.
5660 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5661 used instead of a synchronous one. Allows password entering.
5662 (tramp-action-out-of-band): New defun.
5663 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5664 Remove restriction with password from doc string.
5665 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5666 `tramp-out-of-band-prompt-regexp',
5667 `tramp-actions-copy-out-of-band', `password-cache' and
5668 `password-cache-expiry'.
5669 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
5670 password caching.
5671 (tramp-touch): FILE can be a local file, too.
5672 (TODO): Remove items done.
5673 (tramp-handle-insert-directory): Properly quote file name also if
5674 not full-directory-p. Handle wildcard case. Reported by Andreas
5675 Schwab <schwab@suse.de>.
5676 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5677 new file.
5678 (tramp-handle-file-local-copy, tramp-handle-write-region):
5679 The permissions of the temporary file are set if filename exists.
5680 Reported by Ted Stern <stern@cray.com>.
5681 (tramp-backup-directory-alist)
5682 (tramp-bkup-backup-directory-info): New defcustoms.
5683 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5684 (tramp-handle-find-backup-file-name): New function.
5685 Implements Tramp's find-backup-file-name.
5686
5687 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5688 for `find-backup-file-name'.
5689
5690 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5691 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
5692
5693 2004-05-07 Lars Hansen <larsh@math.ku.dk>
5694
5695 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5696
5697 2004-05-07 Juanma Barranquero <lektu@terra.es>
5698
5699 * subr.el (lambda): Add arglist description to docstring.
5700 (declare): Fix typo in docstring.
5701 (open-network-stream): Fix docstring.
5702 (process-kill-without-query): Fix docstring and add obsolescence info.
5703 (last, butlast, nbutlast): Make arguments match their use in docstring.
5704 (insert-buffer-substring-no-properties): Likewise.
5705 (insert-buffer-substring-as-yank): Likewise.
5706 (split-string): Fix docstring.
5707
5708 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5709 Make argument names match their use in docstring.
5710
5711 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5712
5713 2004-05-06 Nick Roberts <nickrob@gnu.org>
5714
5715 * progmodes/gdb-ui.el: Improve/extend documentation strings.
5716 Fit first sentence on one line for apropos-command.
5717
5718 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 Changes largely merged in from Dave Love's code.
5721 * progmodes/python.el: Doc fixes.
5722 (python-mode-map): Add python-complete-symbol.
5723 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5724 (python-comment-indent, python-complete-symbol)
5725 (python-symbol-completions, python-partial-symbol)
5726 (python-try-complete): New.
5727 (python-indent-line): Remove optional arg. Use python-block-end-p.
5728 (python-check): Bind compilation-error-regexp-alist.
5729 (inferior-python-mode): Use rx. Move keybindings to top level.
5730 Set comint-input-filter.
5731 (python-preoutput-filter): Use rx.
5732 (python-input-filter): Re-introduce.
5733 (python-proc): Start new process if necessary.
5734 Check python-buffer non-nil.
5735 (view-return-to-alist): Defvar.
5736 (python-send-receive): New.
5737 (python-eldoc-function): Use it.
5738 (python-mode-running): Don't defvar.
5739 (python-mode): Set comment-indent-function.
5740 Maybe update hippie-expand-try-functions-list.
5741 (python-indentation-levels): Initialize differently.
5742 (python-block-end-p): New.
5743 (python-indent-line): Use it.
5744 (python-compilation-regexp-alist): Augment.
5745 (run-python): Import `emacs' module to Python rather than loading
5746 code directly. Set python-buffer differently.
5747 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
5748 Use python-proc.
5749 (python-send-command): Go to end of comint buffer.
5750 (python-load-file): Use python-proc, emacs.eimport.
5751 (python-describe-symbol): Simplify interactive form.
5752 Use emacs.help. Do use temp-buffer-show-hook.
5753 Call print-help-return-message.
5754 (hippie-exp): Require when compiling.
5755 (python-preoutput-continuation): Use rx.
5756
5757 * diff-mode.el (diff-make-unified): Fix regexp.
5758
5759 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
5760
5761 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5762 filter groups from the buffer when rebuilding the Ibuffer buffer
5763 and `ibuffer-show-empty-filter-groups' is nil.
5764
5765 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5766
5767 * ps-print.el (ps-print-quote): Call ps-value-string.
5768 (ps-setup): Call ps-comment-string.
5769 (ps-value-string, ps-comment-string): New funs.
5770
5771 2004-05-06 Juanma Barranquero <lektu@terra.es>
5772
5773 * ehelp.el (electric-help-command-loop): Check whether the last
5774 character is visible, not (point-max).
5775
5776 * help-fns.el (help-argument-name): Default to bold; don't inherit
5777 from font-lock-variable-name-face.
5778 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5779
5780 2004-05-05 Kenichi Handa <handa@m17n.org>
5781
5782 * descr-text.el (describe-char): Copy the character with text
5783 properties and overlays into the first line, and call
5784 describe-text-properties on it.
5785
5786 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
5787
5788 * iswitchb.el (iswitchb-global-map): Fix typo.
5789 Remove unwanted ###autoloads from source file.
5790
5791 2004-05-05 Lars Hansen <larsh@math.ku.dk>
5792
5793 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5794 in run-hooks. Use substitute-command-keys in message.
5795 (wdired-abort-changes): Add message.
5796
5797 2004-05-03 Michael Mauger <mmaug@yahoo.com>
5798
5799 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5800 (sql-emacs20-p): Remove.
5801 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5802 (sql-builtin-face, sql-doc-face): Remove.
5803 (sql-mode-ansi-font-lock-keywords)
5804 (sql-mode-oracle-font-lock-keywords)
5805 (sql-mode-postgres-font-lock-keywords)
5806 (sql-mode-linter-font-lock-keywords)
5807 (sql-mode-ms-font-lock-keywords)
5808 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5809 (sql-product-font-lock): Fix font-lock reset when font rules change.
5810 (sql-highlight-product): Remove incorrect font-lock reset logic.
5811
5812 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
5813
5814 * ses.el (ses-set-parameter): Fix typo.
5815
5816 2004-05-04 Kim F. Storm <storm@cua.dk>
5817
5818 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5819 Must expand directory for completion to work; and don't mess with
5820 process-environment.
5821 (ido-read-file-name): If command has ido property, don't use ido
5822 if value is ignore, or read as directory if value is dir.
5823 Set ido ignore property for dired-do-rename command.
5824
5825 2004-05-04 Juanma Barranquero <lektu@terra.es>
5826
5827 * ehelp.el (electric-help-command-loop, electric-help-undefined)
5828 (electric-help-help): Check against unmapped commands.
5829
5830 * help-fns.el (help-argument-name): New face, inheriting from
5831 font-lock-variable-name-face, to highlight function arguments in
5832 `describe-function' and `describe-key'.
5833 (help-do-arg-highlight): Auxiliary function to highlight a given
5834 list of arguments in a string.
5835 (help-highlight-arguments): Highlight the function arguments and
5836 all uses of them in the docstring.
5837 (describe-function-1): Use it. Do docstring output via `insert',
5838 not 'princ', so text attributes are preserved.
5839
5840 * winner.el (winner-mode-map): Move `winner-undo' and
5841 `winner-redo' to C-c <left> and C-c <right>, respectively (the
5842 previous bindings conflict with `prev-buffer', `next-buffer').
5843
5844 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5845
5846 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5847 (bibtex-entry-update): New command bound to C-c C-u.
5848 (bibtex-text-in-string): Fix regexp.
5849 (bibtex-assoc-of-regexp): Remove.
5850 (bibtex-progress-message): Fix docstring.
5851 (bibtex-inside-field): Use if.
5852 (bibtex-assoc-regexp): New function.
5853 (bibtex-format-entry): Make code more robust so that it formats
5854 also old entries.
5855 (bibtex-autokey-demangle-title): Merge with obsolete function
5856 bibtex-assoc-of-regexp.
5857 (bibtex-field-list): New function.
5858 (bibtex-entry): Use bibtex-field-list.
5859 (bibtex-parse-entry): Fix docstring.
5860 (bibtex-print-help-message): Use bibtex-field-list.
5861 (bibtex-make-field): Use bibtex-field-list.
5862 (bibtex-entry-index): Bugfix. Return crossref key if required.
5863 (bibtex-lessp): Fix docstring.
5864
5865 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
5866
5867 * select.el (xselect-convert-to-string): Move comment to intended line.
5868
5869 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5870
5871 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5872 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5873
5874 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5875
5876 * term/x-win.el (x-clipboard-yank): Don't exit on error from
5877 x-get-selection.
5878
5879 2004-05-03 Jason Rumney <jasonr@gnu.org>
5880
5881 * makefile.nt: Remove.
5882
5883 2004-05-03 Kim F. Storm <storm@cua.dk>
5884
5885 * emulation/cua-base.el (cua--update-indications): Fix last change.
5886 (cua-mode): Deactivate mark when cua-mode is enabled.
5887
5888 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5891
5892 2004-05-03 Nick Roberts <nickrob@gnu.org>
5893
5894 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5895 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5896 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5897 window over visible frames.
5898 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5899
5900 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * progmodes/compile.el (compilation-gcpro): New var.
5903 (compilation-fake-loc): Use it.
5904 (compilation-forget-errors): Reset it.
5905
5906 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5907
5908 * diff-mode.el (diff-header-face, diff-file-header-face):
5909 Use min-colors.
5910
5911 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5912
5913 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5914 (bibtex-clean-entry): Disentangle code.
5915 (bibtex-realign): New function.
5916 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
5917 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5918 Remove undocumented optional arg called-by-convert-alien.
5919 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
5920 for sorting instead of bibtex-sort-buffer.
5921
5922 2004-05-02 Eli Zaretskii <eliz@gnu.org>
5923
5924 * progmodes/compile.el (compilation-start): In the
5925 no-async-subprocesses branch, call sit-for to give redisplay a
5926 chance to show the updated process status in the mode line, and
5927 fontify the buffer explicitly after the process exits.
5928
5929 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5930
5931 * progmodes/python.el (python-compilation-line-number): Remove.
5932 (python-compilation-regexp-alist): Don't use it any more.
5933 (python-orig-start, python-input-filter): Remove.
5934 (inferior-python-mode): Don't set up comint-input-filter-functions.
5935 (python-send-region): Use compilation-fake-loc.
5936
5937 * progmodes/compile.el (compilation-messages-start): New var.
5938 (compilation-mode): Don't setup next-error-function here.
5939 (compilation-setup): Set it up here instead (for minor modes as well).
5940 Make compilation-messages-start buffer local.
5941 (compilation-next-error-function): Use it.
5942 (compilation-forget-errors): Set compilation-messages-start.
5943
5944 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * ielm.el (ielm-prompt-read-only): Update docstring.
5947
5948 * comint.el (comint-prompt-read-only): Update docstring.
5949 (comint-update-fence, comint-kill-whole-line)
5950 (comint-kill-region): New functions.
5951
5952 * simple.el (kill-whole-line): Use "p" instead of "P" in
5953 interactive form.
5954
5955 2004-05-01 Juanma Barranquero <lektu@terra.es>
5956
5957 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5958 format arglist so default values in CL-style argument lists are
5959 correctly shown.
5960
5961 2004-05-01 Jason Rumney <jasonr@gnu.org>
5962
5963 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5964
5965 2004-05-01 Kenichi Handa <handa@m17n.org>
5966
5967 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5968 quail file if it is up to date.
5969
5970 2004-04-30 Juri Linkov <juri@jurta.org>
5971
5972 * cus-edit.el (custom-mode-map):
5973 Add key binding `C-x C-s' to `Custom-save'.
5974
5975 * outline.el (outline-blank-line): New var.
5976 (outline-next-preface, outline-show-heading)
5977 (outline-end-of-subtree): Use it.
5978
5979 * dired-aux.el (dired-touch-initial): New fun.
5980 (dired-do-chxxx): Call it for op-symbol `touch'.
5981 (dired-diff): Use `dired-dwim-target-directory'
5982 if current dired buffer has no buffer mark.
5983
5984 * bindings.el (propertized-buffer-identification):
5985 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5986 Add C-M-arrow keys for consistency.
5987
5988 * files.el (confirm-kill-emacs):
5989 Change group from top-level `emacs' to `convenience'.
5990
5991 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5992 Push mark on the first call of successive command calls.
5993 (insert-pair): New fun created from `insert-parentheses' with
5994 `open' and `close' arguments added. Enclose active regions
5995 in paired characters. Compare adjacent characters syntax with
5996 inserted characters syntax before inserting a space.
5997 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5998
5999 * delsel.el: Don't put `delete-selection' property
6000 on `insert-parentheses' symbol to take advantage of
6001 region handling in `insert-pair' function.
6002 Suggested by Stephan Stahl <stahl@eos.franken.de>.
6003
6004 2004-04-30 Kim F. Storm <storm@cua.dk>
6005
6006 * emulation/cua-base.el: Add support for changing cursor types;
6007 based on patch from Michael Mauger.
6008 (cua-normal-cursor-color, cua-read-only-cursor-color)
6009 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6010 Customization cursor type and/or cursor color.
6011 (cua--update-indications): Handle cursor type changes.
6012 (cua-mode): Update cursor indications if enabled.
6013
6014 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6015
6016 * mouse.el (mouse-drag-copy-region): New defcustom.
6017 (mouse-set-region, mouse-drag-region-1): Use it.
6018
6019 * simple.el (kill-ring-save): If region face background color is
6020 unspecified (if no highlighting), show extent of fully visible
6021 region even if transient-mark-mode is enabled.
6022
6023 * emulation/cua-base.el (cua--standard-movement-commands):
6024 Add cua-scroll-up and cua-scroll-down.
6025 (cua-scroll-up, cua-scroll-down): New commands.
6026 (cua--init-keymaps): Remap scroll-up and scroll-down.
6027
6028 * emulation/cua-rect.el (cua--convert-rectangle-as):
6029 New defmacro.
6030 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6031 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6032 New commands (suggested by Jordan Breeding).
6033
6034 2004-04-30 Juanma Barranquero <lektu@terra.es>
6035
6036 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6037
6038 2004-04-30 Mario Lang <mlang@delysid.org>
6039
6040 * diff.el (diff-switches): Fix typo in docstring.
6041
6042 2004-04-30 Alex Schroeder <alex@gnu.org>
6043
6044 * xml.el (xml-debug-print-internal): Don't add newline and
6045 indentation to text nodes and write empty elements as empty tags
6046 instead of opening and closing tags.
6047 (xml-debug-print): Take optional indent-string argument.
6048 (xml-print): Alias for xml-debug-print.
6049
6050 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6051
6052 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6053 than duplicate call to `line-beginning-position'.
6054
6055 * progmodes/f90.el (f90-get-present-comment-type):
6056 Return whitespace, as well as comment chars, for consistent filling
6057 of comment blocks. Use `match-string-no-properties'.
6058 (f90-break-line): Trim trailing whitespace when filling comments.
6059
6060 2004-04-30 Dave Love <fx@gnu.org>
6061
6062 * calendar/diary-lib.el (diary-outlook-formats): New variable.
6063 (diary-from-outlook-internal, diary-from-outlook)
6064 (diary-from-outlook-gnus, diary-from-outlook-rmail):
6065 New functions to import diary entries from Outlook-format
6066 appointments in mail messages.
6067
6068 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * progmodes/python.el (python-send-command): New fun.
6071 (python-send-region, python-load-file): Use it.
6072
6073 * progmodes/compile.el (compilation-last-buffer): Add var alias.
6074
6075 * help-fns.el (help-C-file-name): Use new subr-name.
6076 Prepend `src/' to the file name.
6077 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6078 (describe-function-1, describe-variable): Only find a C source file
6079 name if DOC is already loaded.
6080
6081 * help-mode.el (help-function-def, help-variable-def):
6082 Use the new find-function-search-for-symbol functionality.
6083 Allow FILE to be `C-source'.
6084
6085 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6086 (find-function-C-source): New fun.
6087 (find-function-search-for-symbol): Use it.
6088
6089 2004-03-29 Michael Mauger <mmaug@yahoo.com>
6090
6091 * progmodes/sql.el (sql-product-alist): Rename variable
6092 `sql-product-support'. Add Postgres login parameters.
6093 (sql-set-product, sql-product-feature): Update with renamed variable.
6094 (sql-connect-postgres): Add username prompt.
6095 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6096 Make patterns less product specific.
6097 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6098 (sql-mode-abbrev-table): Modify initialization.
6099 (sql-builtin-face): Add variable.
6100 (sql-keywords-re): Add macro.
6101 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6102 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6103 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6104 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6105 (sql-mode-linter-font-lock-keywords)
6106 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6107 (sql-mode-sybase-font-lock-keywords)
6108 (sql-mode-informix-font-lock-keywords)
6109 (sql-mode-interbase-font-lock-keywords)
6110 (sql-mode-ingres-font-lock-keywords)
6111 (sql-mode-solid-font-lock-keywords)
6112 (sql-mode-sqlite-font-lock-keywords)
6113 (sql-mode-db2-font-lock-keywords): Default to nil.
6114 (sql-product-font-lock): Always highlight ANSI keywords.
6115 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6116 (sql-send-string): Add function.
6117
6118 2004-04-29 Dave Love <fx@gnu.org>
6119
6120 * progmodes/cfengine.el (cfengine-beginning-of-defun)
6121 (cfengine-end-of-defun): Ensure progress through buffer.
6122
6123 * info-look.el (cfengine-mode): Accept a terminal ().
6124
6125 2004-04-29 Juri Linkov <juri@jurta.org>
6126
6127 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
6128 instead of isearch-yank-word-or-char. Add new key bindings for
6129 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
6130 (isearch-del-char): New fun.
6131 (isearch-forward, isearch-edit-string): Update docstring.
6132 (isearch-yank-char): Doc fix.
6133 (isearch-other-meta-char): Restore point after scrolling.
6134
6135 * progmodes/compile.el (compilation-context-lines): Add nil option
6136 to disable compilation output window scrolling.
6137 (compilation-set-window): Use it.
6138
6139 * outline.el (outline-next-preface, outline-show-heading):
6140 Don't leave unhidden blank line before heading.
6141 (outline-end-of-subtree): Include last newline into subtree.
6142 (hide-entry): Leave point at beginning of heading instead of end.
6143 (outline-up-heading): Push mark for the first call of successive
6144 command calls.
6145
6146 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
6147
6148 * comint.el (comint-prompt-read-only): New variable.
6149 (comint-output-filter): Implement it.
6150
6151 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
6152 (ielm-prompt-internal): New variable.
6153 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
6154 (ielm-send-input): Delete unused variable `buf'.
6155 (ielm-eval-input): Use `ielm-prompt-internal'.
6156 (inferior-emacs-lisp-mode): Use new variables
6157 `comint-prompt-read-only' and `ielm-prompt-internal'.
6158 Get rid of obsolete variable `directory-sep-char'.
6159 (ielm): Use `zerop'.
6160
6161 2004-04-29 John Paul Wallington <jpw@gnu.org>
6162
6163 * thumbs.el (toplevel): Require cl at compile time.
6164 Remove conditional definitions of `ignore-errors' and `caddar'
6165 because they occur at run time.
6166
6167 2004-04-28 Nick Roberts <nickrob@gnu.org>
6168
6169 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
6170 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
6171 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6172 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
6173
6174 * progmodes/gud.el (gud-common-init): Throw an error if program is
6175 already running under gdb.
6176
6177 2004-04-28 John Paul Wallington <jpw@gnu.org>
6178
6179 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
6180 (thumbs-show-image-num): Move assignment of
6181 `thumbs-current-image-filename' within scope of `i'.
6182 (thumbs-emboss-image): Don't use `evenp'.
6183
6184 2004-04-28 Richard M. Stallman <rms@gnu.org>
6185
6186 * progmodes/compile.el (compilation-context-lines): Default now 0.
6187
6188 2004-04-28 Juanma Barranquero <lektu@terra.es>
6189
6190 Use `time-less-p' from calendar/time-date.el instead of defining
6191 custom versions of it.
6192
6193 * pcomplete.el (pcomplete-time-less-p): Remove.
6194
6195 * thumbs.el (time-less-p): Remove.
6196
6197 * calendar/timeclock.el (timeclock-time-less-p): Remove.
6198 (timeclock-generate-report): Use `time-less-p'.
6199
6200 * emacs-lisp/autoload.el (autoload-before-p): Remove.
6201 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6202
6203 2004-04-28 Masatake YAMATO <jet@gyve.org>
6204
6205 * subr.el (remove-overlays): Make arguments optional.
6206
6207 * wid-edit.el (widget-specify-button): Put evaporate to the
6208 overlay for sample.
6209 (widget-specify-sample): Put evaporate to the overlay for sample.
6210 (widget-specify-doc): Put evaporate to the overlay for documentation.
6211
6212 2004-04-27 Jesper Harder <harder@ifa.au.dk>
6213
6214 * info.el (info-apropos): Make it an index node. Align node names
6215 like makeinfo.
6216
6217 2004-04-27 Eli Zaretskii <eliz@gnu.org>
6218
6219 * net/browse-url.el (browse-url-netscape-sentinel)
6220 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6221 (browse-url-epiphany-sentinel, browse-url-mosaic):
6222 Use browse-url-*-program instead of a literal program name.
6223
6224 2004-04-27 Kevin Ryde <user42@zip.com.au>
6225
6226 * eshell/em-alias.el:
6227 * eshell/em-dirs.el:
6228 * eshell/em-hist.el:
6229 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6230 features when M-x customize-group loads modules before the main
6231 eshell.el.
6232
6233 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
6234
6235 * subr.el (momentary-string-display): Support EXIT-CHAR that is
6236 either a character representation of an event or an event
6237 description list.
6238
6239 * type-break.el: Capitalise Emacs and Lisp.
6240 (type-break-good-break-interval, type-break-demo-boring-stats)
6241 (type-break-terse-messages, type-break-file-name): New defcustoms.
6242 (type-break-post-command-hook)
6243 (type-break-warning-countdown-string): Quote variable names in doc.
6244 (type-break-interval-start, type-break-auto-save-file-name): New vars.
6245 (type-break-mode): Document type-break-good-break-interval and the
6246 "session" file. Schedule break according to the session file.
6247 Kill session file buffer on exit. Organise for save-some-buffers
6248 to always save the session file.
6249 (type-break-mode-line-message-mode, type-break-query-mode):
6250 Uppercase arguments.
6251 (type-break-file-time, type-break-file-keystroke-count, timep)
6252 (type-break-choose-file, type-break-get-previous-time)
6253 (type-break-get-previous-count): New defuns.
6254 (type-break): Avoid break querying after a completed break in the
6255 case where the query was initiated during user invocation of the
6256 break. Optional terse messages.
6257 Use type-break-good-break-interval if type-break-good-rest-interval is
6258 nil. File the break time.
6259 (type-break-schedule): New optional args for overriding the use of
6260 the current time.
6261 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6262 after a break.
6263 (type-break-check): File the keystroke count.
6264 (type-break-do-query): Prevent a second query when the break is
6265 interrupted. Optional terse message.
6266 (type-break-keystroke-reset): Record the start of a typing interval.
6267 (type-break-demo-boring): Optional terse messages. Display word
6268 per minute and keystroke counts according to
6269 type-break-demo-boring-stats.
6270
6271 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
6272
6273 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6274 directories, make sure they exist under archive-tmpdir.
6275
6276 2004-04-27 Juri Linkov <juri@jurta.org>
6277
6278 * help.el (view-emacs-news): With argument, display info for the
6279 selected version by finding it among different NEWS files, and
6280 narrowing the buffer to the selected version.
6281
6282 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6283 same-window-buffer-names.
6284 (info): New arg `buffer'. Use it. Doc fix. Read file name for
6285 non-numeric prefix argument, append the number to the buffer name
6286 for numeric prefix argument.
6287 (info-other-window): Bind same-window-regexps to nil.
6288 (Info-reference-name): Rename to Info-point-loc.
6289 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6290 and Info-find-index-name for stringy Info-point-loc.
6291 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
6292 without middle `.', but with final `.' and optional line number
6293 for it. Set Info-point-loc for index nodes.
6294 (Info-index): Remove middle `.' from index entry regexp.
6295 Modify line number regexp.
6296 (Info-index-next): Decrement line number.
6297 (info-apropos): Remove middle `.' from index entry regexp.
6298 Add optional line number regexp at the end. Add matched value
6299 for line number to the result list and insert it to the buffer.
6300 Replace match-string by match-string-no-properties.
6301 Reorder result list.
6302 (Info-fontify-node): Hide index line numbers.
6303 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6304 empty matches.
6305 (Info-follow-reference): Use `str' instead of
6306 Info-following-node-name-re.
6307 (Info-toc): Use full file names. Set Info-current-node to "Top".
6308 (Info-fontify-node): Compare file names without directory name.
6309 (Info-try-follow-nearest-node): Don't set Info-reference-name.
6310 Set second arg of Info-extract-menu-node-name for index nodes.
6311 (info-xref-visited): Use magenta3 instead of magenta4.
6312 (Info-mode): Add info-apropos to docstring.
6313
6314 * log-view.el (log-view-diff): Replace interactive code "r"
6315 by a list to allow to call it even if region is not active.
6316
6317 * paren.el (show-paren-highlight-openparen): New var.
6318 (show-paren-function): Turn on openparen highlighting when
6319 matching forward if show-paren-highlight-openparen is non-nil.
6320
6321 * simple.el (kill-ring-save): Use blink-matching-delay instead of
6322 the constant value 1.
6323 (completions-common-part): Expand docstring.
6324
6325 * textmodes/picture.el (picture-mode-map): Add arrow keys.
6326
6327 2004-04-27 Kim F. Storm <storm@cua.dk>
6328
6329 * image.el (insert-sliced-image): Use line-height instead of
6330 line-spacing property on newline.
6331
6332 2004-04-26 Lars Hansen <larsh@math.ku.dk>
6333
6334 * desktop.el (desktop-buffer-misc-data-function): Rename to
6335 desktop-save-buffer and change docstring.
6336 (desktop-buffer-modes-to-save): Delete.
6337 (desktop-save-buffer-p): Use desktop-save-buffer instead of
6338 desktop-buffer-modes-to-save.
6339 (desktop-save): Rename desktop-buffer-misc-data-function to
6340 desktop-save-buffer and allow non-function value.
6341 (desktop-missing-file-warning): Correct docstring.
6342
6343 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
6344 to desktop-save-buffer.
6345
6346 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
6347 desktop-save-buffer.
6348
6349 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
6350
6351 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
6352
6353 2004-04-26 Eli Zaretskii <eliz@gnu.org>
6354
6355 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
6356
6357 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
6358
6359 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
6360 (ielm): Only go to the end of the buffer when starting a new process.
6361
6362 2004-04-25 Juanma Barranquero <lektu@terra.es>
6363
6364 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
6365 mode line. Bind `inhibit-read-only' to t before modifying
6366 properties of text in the buffer.
6367 (ielm): Force point to the end of buffer, even when running ielm
6368 from inside itself.
6369
6370 2004-04-25 Jesper Harder <harder@ifa.au.dk>
6371
6372 * info.el (info-apropos): Reset Info-complete-cache.
6373
6374 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
6375
6376 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6377 Also recognize severe Irix et al. messages.
6378 (compilation-normalize-filename, compile-abbreviate-directory):
6379 Delete functions.
6380 (compilation-get-file-structure): New function inherits
6381 functionality of the two preceding ones.
6382 (compilation-internal-error-properties, compilation-fake-loc):
6383 Use it so that different paths to the same file share the same
6384 markers. Also optimize finding adjacent marker slightly.
6385
6386 2004-04-25 Kim F. Storm <storm@cua.dk>
6387
6388 * image.el (insert-sliced-image): Add line-spacing t property
6389 to newlines separating image lines.
6390
6391 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
6392
6393 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
6394
6395 * ielm.el (ielm-prompt-read-only): New user option.
6396 (ielm-prompt): Expand docstring to describe new behavior.
6397 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
6398 mention it in the docstring.
6399
6400 2004-04-24 Andreas Schwab <schwab@suse.de>
6401
6402 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
6403
6404 * diff.el (diff): Set default-directory in diff buffer.
6405
6406 2004-04-24 Eli Zaretskii <eliz@gnu.org>
6407
6408 * mail/sendmail.el (mail-bury): Don't delete the frame where the
6409 mail was being composed if the terminal cannot display more than
6410 one frame; instead, switch to previous frame.
6411
6412 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
6413 (rmail-start-mail): Support rmail-mail-new-frame even on
6414 terminals that can display only one frame at a time.
6415
6416 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
6419 (checkdoc-output-font-lock-keywords): Remove error regexp.
6420 (checkdoc-output-mode-map): Remove.
6421 (checkdoc-output-mode): Derive from compilation-mode.
6422 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
6423
6424 * dired.el (dired-mode-map): Add a menu entry for wdired.
6425
6426 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
6427 (rx-bracket, rx-check-any, rx-any): Clean up name space.
6428
6429 * wdired.el: (wdired-mode-map): Move init into declaration.
6430 Fix `return' binding.
6431 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6432 Use force-mode-line-update.
6433 (wdired-get-filename): Use `unless'.
6434 (wdired-preprocess-files): Don't assume names have no \n and use / for
6435 dir separator.
6436 (wdired-normalize-filename): Use replace-regexp-in-string.
6437 (wdired-load-hooks): Remove.
6438 (wdired-mode-hooks): Rename to wdired-mode-hook.
6439
6440 * info-look.el: Add support for cfengine-mode.
6441 (info-lookup-setup-mode): Use dolist.
6442
6443 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
6444
6445 * wdired.el: New file.
6446
6447 2004-04-23 Juanma Barranquero <lektu@terra.es>
6448
6449 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
6450
6451 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
6452 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
6453 (pcomplete--help, pcomplete--here): Doc fixes.
6454
6455 2004-04-23 Andre Spiegel <spiegel@gnu.org>
6456
6457 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
6458 handles wrong-number-of-arguments in backend call.
6459
6460 * vc.el (vc-print-log): Likewise.
6461
6462 2004-04-20 Dave Love <fx@gnu.org>
6463
6464 * emacs-lisp/rx.el: Doc fixes.
6465 (rx-constituents): Add/extend many forms.
6466 (rx-check): Check form is a list.
6467 (bracket): Defvar.
6468 (rx-check-any, rx-any, rx-check-not): Modify.
6469 (rx-not): Simplify.
6470 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
6471 (rx-kleene): Use rx-trans-forms.
6472 (rx-quote-for-set): Delete.
6473 (rx): Allow multiple args.
6474
6475 2004-04-23 Kenichi Handa <handa@m17n.org>
6476
6477 * international/mule-util.el (char-displayable-p): Simplify by
6478 using internal-char-font.
6479
6480 2004-04-23 Juanma Barranquero <lektu@terra.es>
6481
6482 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6483
6484 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * diff-mode.el (diff-next-error): New fun.
6487 (diff-mode): Use it.
6488
6489 * simple.el (next-error): Change arg name.
6490 Add support for the documented C-u C-x ` usage.
6491
6492 * frame.el (special-display-popup-frame, next-multiframe-window)
6493 (previous-multiframe-window): Only consider frames on same display.
6494
6495 2004-04-22 Lars Hansen <larsh@math.ku.dk>
6496
6497 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
6498 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
6499
6500 2004-04-22 Kim F. Storm <storm@cua.dk>
6501
6502 * net/telnet.el (telnet): Add optional port arg.
6503
6504 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6507 Minor sanity check on the `hyperlink' slot.
6508
6509 * Makefile.in (recompile): Compile new files.
6510
6511 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
6512 Add byte-recompile-directory's optional `arg'.
6513
6514 * cvs-status.el (cvs-tree-use-charset): New var.
6515 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
6516 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
6517 (cvs-status-cvstrees): Use it.
6518
6519 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
6520 Make it a normal major mode.
6521 (checkdoc-buffer-label): Make sure the file name is meaningful.
6522 (checkdoc-output-to-error-buffer): Remove.
6523 (checkdoc-error, checkdoc-start-section): Rewrite.
6524
6525 * info.el (info-node, info-menu-5, info-xref, info-header-node)
6526 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6527 (Info-title-4-face): Use new syntax.
6528 (info-xref-visited): Inherit from info-xref.
6529
6530 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
6531
6532 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
6533
6534 * simple.el (next-error-last-buffer, next-error-function):
6535 New variables for the next-error framework.
6536 (next-error-buffer-p): New function.
6537 (next-error-find-buffer): Generalize compilation-find-buffer.
6538 (next-error, previous-error, first-error, next-error-no-select)
6539 (previous-error-no-select): Move from compile.el.
6540
6541 * replace.el (occur-next-error, occur-1): Hook into the next-error
6542 framework.
6543
6544 * progmodes/compile.el (compilation-start):
6545 Set next-error-last-buffer so next-error knows where to jump.
6546 (compilation-setup): Set the buffer-local variable
6547 next-error-function to 'compilation-next-error-function.
6548 (compilation-buffer-p, compilation-buffer-internal-p): Use an
6549 alternate way to find if a buffer is a compilation buffer, for
6550 next-error convenience.
6551 (next-error-no-select, previous-error-no-select, next-error)
6552 (previous-error, first-error): Move to simple.el.
6553 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
6554 (compilation-last-buffer): Remove.
6555 (compilation-start, compilation-next-error, compilation-setup)
6556 (compilation-next-error-function, compilation-find-buffer):
6557 Remove compilation-last-buffer use.
6558
6559 2004-04-21 Juanma Barranquero <lektu@terra.es>
6560
6561 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
6562 (font-lock-warning-face): Fix spacing.
6563
6564 * makefile.w32-in (WINS): Add url/ directory.
6565
6566 2004-04-21 Lars Hansen <larsh@math.ku.dk>
6567
6568 * desktop.el (desktop-buffer-mode-handlers): New variable.
6569 Alist of major mode specific functions to restore a desktop buffer.
6570 (desktop-buffer-handlers): Make variable obsolete.
6571 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
6572 Catch errors signaled in handlers. Update buffer count.
6573 Evaluate desktop-buffer-point.
6574 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
6575 move to dired.el.
6576 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
6577 move to info.el.
6578 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
6579 move to mail/rmail.el.
6580 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
6581 to mh-e/mh-e.el.
6582 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
6583 On fail, print message (to message buffer) even if
6584 desktop-missing-file-warning is nil.
6585 (desktop-buffer-misc-data-function): New buffer local variable.
6586 Function returning major mode specific data.
6587 (desktop-buffer-misc-functions): Make variable obsolete.
6588 (desktop-save): Use desktop-buffer-misc-data-function.
6589 (desktop-buffer-dired-misc-data): Rename to
6590 dired-desktop-buffer-misc-data and move to dired.el.
6591 (desktop-buffer-info-misc-data): Rename to
6592 Info-desktop-buffer-misc-data and move to info.el.
6593 (desktop-read): Add message about number of buffers restored/failed.
6594
6595 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
6596 Add parameters. Pause to display error only when
6597 desktop-missing-file-warning is non-nil.
6598 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6599 (dired-mode): Bind desktop-buffer-misc-data-function.
6600
6601 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
6602 Add Parameters.
6603 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6604 (Info-mode): Bind desktop-buffer-misc-data-function.
6605
6606 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
6607 Add Parameters.
6608
6609 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
6610 Add Parameters.
6611
6612 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
6613
6614 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
6615 the case of letters in case-insensitive expansions when the
6616 abbrev is preceded by characters with letter syntax.
6617
6618 2004-04-21 Richard M. Stallman <rms@gnu.org>
6619
6620 * progmodes/cperl-mode.el (cperl-putback-char):
6621 Delete Emacs 18 definition.
6622
6623 * international/mule.el (ctext-post-read-conversion):
6624 Use assoc-string, not assoc-ignore-case.
6625
6626 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
6627
6628 * emacs-lisp/easymenu.el (easy-menu-add):
6629 Do call x-popup-menu, but only if it's defined.
6630
6631 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
6632
6633 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
6634 Handle multiple args: compile like progn.
6635
6636 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
6637 take all args as &rest arg.
6638
6639 * autoinsert.el (auto-insert-alist): Insert the user's name in
6640 copyright notice, rather than Free Software Foundation.
6641
6642 2004-04-21 Kenichi Handa <handa@m17n.org>
6643
6644 * descr-text.el (describe-char): Make it work on *Help* buffer.
6645
6646 2004-04-21 Kim F. Storm <storm@cua.dk>
6647
6648 * image.el (insert-image): Add optional SLICE arg.
6649 (insert-sliced-image): New defun.
6650
6651 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
6652
6653 * subr.el (read-number): Check whether `default' is nil.
6654
6655 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6656
6657 * progmodes/compile.el (compilation-error-properties):
6658 Split into two.
6659 (compilation-internal-error-properties): New one.
6660 (compilation-compat-error-properties): Use it. Fix the non-marker case.
6661
6662 2004-04-20 Richard M. Stallman <rms@gnu.org>
6663
6664 * window.el (split-window-save-restore-data):
6665 Don't update the data if OLD-INFO is nil.
6666
6667 * view.el (view-return-to-alist): Mark it permanent local.
6668
6669 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6670
6671 * recentf.el (recentf-save-list): Catch and warn about errors.
6672
6673 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6674 so "Buffers" won't be pure.
6675
6676 * help-mode.el (help-mode-finish): Set help-return-alist first
6677 thing, setting only the entry for the selected window.
6678
6679 * help-fns.el (describe-function-1): If many non-control non-meta
6680 keys run the command, don't list all of them.
6681
6682 2004-04-20 Juanma Barranquero <lektu@terra.es>
6683
6684 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6685 arg. Copied from Andre Spiegel's patch of 2004-03-21.
6686
6687 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6688
6689 2004-04-20 Kenichi Handa <handa@m17n.org>
6690
6691 * international/quail.el (quail-lookup-key): New optional arg
6692 NOT-RESET-INDICES.
6693 (quail-get-translations): Call quail-lookup-key with
6694 NOT-RESET-INDICES t.
6695 (quail-completion): Likewise.
6696 (quail-lookup-map-and-concat): Likewise.
6697
6698 2004-04-20 Kenichi Handa <handa@m17n.org>
6699
6700 * international/quail.el (quail-update-translation): Don't insert
6701 such an unsupported multibyte char in a unibyte buffer.
6702
6703 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
6704
6705 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
6706 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6707 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6708 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6709 (gdb-frame-assembler-buffer): Improve behaviour with
6710 multiple frames.
6711 (gdb-display-buffer): Extend search to all visible frames.
6712
6713 2004-04-19 Eli Zaretskii <eliz@gnu.org>
6714
6715 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6716 characters left after base64 decoding.
6717 (rmail-decode-region): Use -dos variety of `coding', to remove any
6718 ^M characters left after qp or base64 decoding.
6719
6720 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6721
6722 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6723 messages.
6724
6725 2004-04-19 Stephen Eglen <stephen@gnu.org>
6726
6727 * add-log.el (add-change-log-entry): Update doc string to mention
6728 add-log-full-name and add-log-mailing-address.
6729
6730 2004-04-18 Juri Linkov <juri@jurta.org>
6731
6732 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6733 (Info-find-node-2): Simplify error message.
6734 (Info-insert-dir): Use Info-following-node-name.
6735 (Info-goto-node): Remove *info-history* and *info-toc*.
6736 (Info-history): Create a node of the virtual history file.
6737 (Info-toc): Create a node of the virtual toc file.
6738 (Info-insert-toc): New arg `curr-file' for reference file names.
6739 (info-apropos): Remove redundant var binding for temp-file.
6740 (Info-index, Info-index-next, Info-mode): Doc fix.
6741 (Info-goto-emacs-command-node): Don't jump to *info* from
6742 non-*info* Info buffers.
6743 (Info-fontify-node): Don't show the file name of external
6744 references if `Info-hide-note-references' is `hide'. Don't hide
6745 newlines at the end of paragraphs.
6746
6747 * international/mule-diag.el (list-input-methods):
6748 Fix args to help-xref-button.
6749
6750 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6751 to put into effect local variables from TUTORIAL files.
6752
6753 * textmodes/paragraphs.el (sentence-end) <function>: New fun
6754 with default value taken from the variable `sentence-end'.
6755 (sentence-end) <defcustom>: Set default to nil. Doc fix.
6756 Add nil const to :type.
6757 (sentence-end-without-period, sentence-end-double-space)
6758 (sentence-end-without-space): Doc fix.
6759
6760 * textmodes/paragraphs.el (forward-sentence):
6761 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6762 (fill-delete-newlines):
6763 * progmodes/cc-cmds.el (c-beginning-of-statement):
6764 Use function `sentence-end' instead of variable `sentence-end'.
6765
6766 2004-04-18 Andreas Schwab <schwab@suse.de>
6767
6768 * progmodes/compile.el (compilation-start): Set window start to
6769 point-min if compilation-scroll-output is nil.
6770
6771 2004-04-18 John Wiegley <johnw@newartisans.com>
6772
6773 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6774
6775 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
6776
6777 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6778 (gdb-info-breakpoints-custom): Revert previous change.
6779 (gdb-view-assembler): Update assembler if necessary.
6780 (gdb-frame-handler): Parse correctly for gdb-current-frame.
6781 (gdb-display-source-buffer): Update properly when both source and
6782 assembler are visible.
6783
6784 2004-04-17 John Wiegley <johnw@newartisans.com>
6785
6786 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6787 which limits the number of names shown in the minibuffer. Off by
6788 default.
6789 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
6790 up iswitchb for users with a multitude of open buffers by showing
6791 only the first and last N/2 buffers in the completion list (which
6792 is enough to aid C-s/C-r, and to know that more characters are
6793 needed to refine the completion list).
6794
6795 2004-04-17 Richard M. Stallman <rms@gnu.org>
6796
6797 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6798 (file-truename): Expand all ~ constructs directly.
6799 (insert-directory): Delete any error msg output by the
6800 `insert-directory-program'.
6801
6802 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6803 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6804 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6805 (allout-init): Use find-file-hook, not find-file-hooks.
6806 (allout-mode): Eliminate Emacs 18 support.
6807 Use write-contents-functions, not local-write-file-hooks.
6808
6809 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
6810
6811 * progmodes/compile.el (compilation-error-properties): Fix for
6812 adding messages when there are already markers for their file.
6813 (compilation-fake-loc): New function.
6814
6815 2004-04-16 Dave Love <fx@gnu.org>
6816
6817 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6818 (python-load-file): Fix python-orig-start setting.
6819
6820 * progmodes/compile.el: Doc fixes.
6821 (compilation-error-regexp-alist-alist)
6822 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6823 (compilation-assq): Wrap in eval-when-compile.
6824 (compilation-mode-font-lock-keywords): Don't use list*.
6825 (compilation-start): Avoid warning.
6826 (compilation-compat-error-properties)
6827 (compilation-directory-properties): Add keymap property.
6828 (compilation-parsing-end): Make it a marker for better compatibility.
6829
6830 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6831
6832 2004-04-16 Mark A. Hershberger <mah@everybody.org>
6833
6834 * xml.el: Doc fixes.
6835 (xml-get-children): Only looks at sub-tags and ignore strings.
6836
6837 * xml.el (xml-parse-tag): Avoid overwriting node-name.
6838
6839 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6842
6843 2004-04-16 Andre Spiegel <spiegel@gnu.org>
6844
6845 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6846
6847 * vc.el (vc-print-log): Likewise.
6848
6849 2004-04-16 Masatake YAMATO <jet@gyve.org>
6850
6851 * simple.el (completion-setup-function): Set an initial value
6852 to `element-common-end' before entering loop. Set a value
6853 to `element-common-end' at the end of loop.
6854 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6855 (completions-common-part): Rename from completion-de-emphasis.
6856 (completions-first-difference): Rename from completion-emphasis.
6857 Suggested by RMS.
6858
6859 2004-04-16 Juanma Barranquero <lektu@terra.es>
6860
6861 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6862 (bookmark-edit-annotation-mode): Add mode name.
6863
6864 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6867 for nested conflict markers.
6868 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6869
6870 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
6871
6872 * progmodes/gdb-ui.el (gdb-goto-info): New function.
6873
6874 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6875
6876 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6879 Give a backtrace if requested.
6880
6881 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6882
6883 * progmodes/python.el (python-mouse-2-command, python-RET-command):
6884 Remove unused functions.
6885 (python-orig-start-line, python-orig-file): Remove.
6886 (python-orig-start): New var.
6887 (python-input-filter, python-compilation-line-number)
6888 (python-send-region, python-load-file): Use it.
6889
6890 * info.el (info): Always jump to *info*.
6891
6892 * subr.el (posn-set-point): New function.
6893
6894 * mouse.el (mouse-set-point): Use it.
6895
6896 * progmodes/compile.el (compile-goto-error): Use it.
6897 (compilation-button-map): New keymap.
6898 (compilation-error-properties): Use it.
6899 (compilation-shell-minor-mode-map): Don't bind mouse-2.
6900
6901 * smerge-mode.el (smerge-popup-context-menu): Use it.
6902
6903 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6904 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6905 mouse and non-mouse case.
6906
6907 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6908 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6909
6910 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6911 Make it work for non-mouse events.
6912
6913 * pcvs-info.el (cvs-status-map): Update binding name.
6914
6915 2004-04-14 Mark A. Hershberger <mah@everybody.org>
6916
6917 * xml.el (xml-maybe-do-ns): New function to handle namespace
6918 parsing of both attribute and element names.
6919 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6920 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6921 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
6922 (xml-parse-attlist): Make it do its own namespace parsing.
6923
6924 2004-04-14 Dave Love <fx@gnu.org>
6925
6926 * progmodes/python.el (run-python): Fix use of \n.
6927 (python-load-file): Remove `try' from Python fragment.
6928 (python-describe-symbol): Fix message.
6929
6930 * comint.el: Doc fixes.
6931 (comint-last-input-start, comint-last-input-end)
6932 (comint-last-output-start): Give them values.
6933 (comint-arguments): Avoid warning.
6934 (comint-skip-prompt): Use line-end-position.
6935 (comint-backward-matching-input): Rename arg to agree with doc.
6936 (comint-extract-string): Use syntax-ppss.
6937 (comint-dynamic-simple-complete): Delete useless list construction.
6938 (comint-redirect-subvert-readonly): New.
6939 (comint-redirect-preoutput-filter): Use it.
6940
6941 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6942 Correctly handle negative arguments when calling hook functions.
6943
6944 2004-04-14 Jesper Harder <harder@ifa.au.dk>
6945
6946 * info.el (info-apropos): Don't clobber Info-history-list.
6947
6948 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
6949
6950 * progmodes/compile.el (compilation-setup):
6951 Localize overlay-arrow-position.
6952 (compilation-sentinel): Restructure code equivalently.
6953 (compilation-next-error): Find message on same line after point if
6954 not found before point.
6955 (compile-mouse-goto-error): Restore function so that compilation
6956 buffer need not be current and use compile-goto-error.
6957 (compile-goto-error): Restore function.
6958 (next-error): Set overlay-arrow-position.
6959 (compilation-forget-errors): Don't localize already local
6960 compilation-locs and remove FIXME about refontifying.
6961
6962 2004-04-14 Kim F. Storm <storm@cua.dk>
6963
6964 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6965 (command-line): New option -Q. Like -q --no-site-file, but
6966 in addition it also disables menu-bar, tool-bar, scroll-bars,
6967 tool-tips, and the blinking cursor.
6968 (command-line-1): Skip startup screen if -Q.
6969 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6970
6971 * emulation/cua-base.el (cua-read-only-cursor-color)
6972 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6973
6974 2004-04-13 Dave Love <fx@gnu.org>
6975
6976 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6977 (syntax): Don't require.
6978 (python) <defgroup>: Add :version.
6979 (python-quote-syntax): Re-written.
6980 (inferior-python-mode): Move stuff here from run-python and add
6981 some more.
6982 (python-preoutput-continuation, python-preoutput-result)
6983 (python-dotty-syntax-table): New.
6984 (python-describe-symbol): Use them.
6985 (run-python): Move stuff to inferior-python-mode. Modify code
6986 loaded into Python.
6987 (python-send-region): Use python-proc, python-send-string.
6988 (python-send-string): Send newlines too. Callers changed.
6989 (python-load-file): Re-written.
6990 (python-eldoc-function): New.
6991 (info-look): Don't require.
6992 (python-after-info-look): New. A modified version of former
6993 top-level code for use with eval-after-load.
6994 (python-maybe-jython, python-guess-indent): Use widened buffer.
6995 (python-fill-paragraph): Re-written.
6996 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6997 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6998
6999 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
7002 Set compilation-error-regexp-alist earlier.
7003
7004 * progmodes/compile.el (compilation-minor-mode-map)
7005 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
7006 (compile-goto-error): Re-merge the mouse and non-mouse commands.
7007
7008 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * progmodes/compile.el (compile-goto-error): Select the buffer/window
7011 corresponding to the event.
7012
7013 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
7014
7015 * loadup.el: Add cygwin to system-type list, for unexec() support.
7016
7017 2004-04-12 John Paul Wallington <jpw@gnu.org>
7018
7019 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
7020 (ibuffer-restore-window-config-on-quit): New variable to replace
7021 `ibuffer-delete-window-on-quit'. Update all references.
7022 (ibuffer-prev-window-config): New variable.
7023 (ibuffer-quit): Restore previous window configuration instead of
7024 deleting window.
7025 (ibuffer): Save window configuration before showing Ibuffer buffer.
7026
7027 * help.el (describe-mode): Doc fix.
7028
7029 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
7032 not to treat nil as a function.
7033
7034 * vc-arch.el (vc-arch-root): Be a bit more careful.
7035 (vc-arch-register): Save the buffer if we modified it.
7036 (vc-arch-delete-rej-if-obsolete): Save excursion.
7037 (vc-arch-find-file-hook): Use the simpler after-save-hook.
7038 (vc-arch-responsible-p, vc-arch-init-version): New functions.
7039
7040 * net/ldap.el (ldap-search): Use list*.
7041
7042 2004-04-12 Juri Linkov <juri@jurta.org>
7043
7044 * info.el (Info-follow-reference): Allow multiline reference name.
7045
7046 2004-04-11 Dave Love <fx@gnu.org>
7047
7048 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
7049
7050 * progmodes/python.el: New file.
7051
7052 2004-04-11 Andre Spiegel <spiegel@gnu.org>
7053
7054 * vc-hooks.el (vc-arg-list): Function removed.
7055 (vc-default-workfile-unchanged-p): Use condition-case to check for
7056 backward compatibility.
7057
7058 * vc.el (vc-print-log): Use condition-case to check for backward
7059 compatibility.
7060
7061 2004-04-11 Juri Linkov <juri@jurta.org>
7062
7063 * dired.el (dired-faces): New defgroup.
7064 (dired-header, dired-mark, dired-marked, dired-flagged)
7065 (dired-warning, dired-directory, dired-symlink, dired-ignored):
7066 New faces.
7067 (dired-header-face, dired-mark-face, dired-marked-face)
7068 (dired-flagged-face, dired-warning-face, dired-directory-face)
7069 (dired-symlink-face, dired-ignored-face): New face variables.
7070 (dired-font-lock-keywords): Use them instead of font-lock faces.
7071 Split the rule for dired marks into 3 separate rules: for marks,
7072 marked file names and flagged file names.
7073
7074 * help-mode.el (help-make-xrefs): Add a final newline to the
7075 *Help* buffer.
7076
7077 2004-04-11 John Paul Wallington <jpw@gnu.org>
7078
7079 * replace.el (occur-engine): Distinguish between one and several
7080 matches in the matches per buffer heading.
7081
7082 2004-04-11 Kim F. Storm <storm@cua.dk>
7083
7084 * ido.el (ido-confirm-unique-completion): New defcustom.
7085 (ido-complete): Use it.
7086 (ido-write-file): Set it to t unconditionally.
7087
7088 2004-04-10 Miles Bader <miles@gnu.org>
7089
7090 RCS keyword removal (only non-comment changes are enumerated here):
7091
7092 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7093 (byte-compile-insert-header): Don't use `byte-compile-version'.
7094 * forms.el (forms-version): Variable removed.
7095 (forms-mode): Don't use `forms-version'.
7096 * recentf.el (recentf-version): Variable removed.
7097 * progmodes/delphi.el (delphi-version): Variable removed.
7098 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7099
7100 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7103
7104 2004-04-09 Jesper Harder <harder@ifa.au.dk>
7105
7106 * info.el (info-apropos): Improve menu item regexp.
7107
7108 2004-04-09 Simon Josefsson <jas@extundo.com>
7109
7110 * mail/smtpmail.el: Add comment, based on report by
7111 kdc@rcn.com (Kevin D. Clark).
7112
7113 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7116 Redo one more thing that I didn't notice Daniel had undone.
7117
7118 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
7119
7120 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7121 (gdb-goto-breakpoint, gdb-display-buffer)
7122 (gdb-display-source-buffer, gdb-view-source-function)
7123 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7124 (gdb-source-info, gdb-frame-handler): Don't specify a window
7125 for display.
7126 (gdb-info-breakpoints-custom): Remove superfluous update of
7127 assembler buffer.
7128 (gdb-many-windows): Make settable outside gdb.
7129
7130 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
7131
7132 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7133 Derive from fundamental-mode rather than text-mode.
7134
7135 2004-04-08 Juri Linkov <juri@jurta.org>
7136
7137 * info.el (Info-history): Doc fix.
7138 (Info-history-list): New var.
7139 (info-xref): Change magenta4 to blue, remove bold for dark and
7140 light backgrounds, change bold to underline for non-color classes.
7141 (info-xref-visited): New face.
7142 (Info-fontify-visited-nodes): New custom.
7143 (Info-hide-note-references): Add new value `hide'. Doc fix.
7144 (Info-reference-name): New var.
7145 (Info-selection-hook): New custom.
7146 (Info-edit-mode-hook): New var.
7147 (Info-find-file): New fun.
7148 (Info-find-node): Move part of code to Info-find-file.
7149 (Info-find-node-2): Add anchors to Info-history-list. Move point
7150 to the place with the reference name if name is defined.
7151 (Info-select-node): Add current node to Info-history-list.
7152 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7153 (Info-search-whitespace-regexp): New custom.
7154 (Info-search-case-fold): New var.
7155 (Info-search): Add "case-sensitively" to the prompt.
7156 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
7157 (Info-search-case-sensitively, Info-search-next): New fun.
7158 (Info-up): Move point to the menu item of the current node.
7159 (Info-history): New fun. Add *info-history* to
7160 same-window-buffer-names.
7161 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
7162 (Info-insert-toc): New fun.
7163 (Info-build-toc): New fun.
7164 (Info-follow-reference): Add new arg `fork'. Doc fix.
7165 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
7166 with the same name prefer the reference closest to point.
7167 (Info-next-reference): Replace * by + in the *Note regexp.
7168 Add regexp for http:// and ftp://. Skip the *Note prefix.
7169 (Info-prev-reference): Replace * by + in the *Note regexp.
7170 Add regexp for http:// and ftp://. Skip the *Note prefix.
7171 (Info-follow-nearest-node): Add new arg `fork'.
7172 (Info-try-follow-nearest-node): Add new arg `fork'.
7173 Call browse-url for http:// and ftp:// references.
7174 Set Info-reference-name for index entries.
7175 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7176 Info-search-next, Info-history, Info-toc, clone-buffer.
7177 (Info-menu-update): Replace * by + in the *Note regexp.
7178 (Info-mode): Add documentation for Info-history, Info-toc,
7179 Info-search-case-sensitively, Info-search-next, clone-buffer.
7180 (Info-fontify-menu-headers): Remove fun. Move code to
7181 Info-fontify-node.
7182 (Info-fontify-node): Add docstring. Add local vars
7183 fontify-visited-p and not-fontified-p. If not-fontified-p is t
7184 then fontify header line, titles, menu headers, http and ftp
7185 references, refill paragraphs. If not-fontified-p is t or
7186 fontify-visited-p is t then fontify cross references, menu items.
7187 Fontify menu headers. Fontify http and ftp references.
7188 Change regexp for cross references to require whitespace after *Note,
7189 add matching groups for file and node names. Remove hack for quote.
7190 Use display property for Info-hide-note-references=t. Use fifth
7191 or fourth match for help-echo. Display visited nodes in a
7192 different face. Unhide file names of external references.
7193 Unhide newlines. Display visited menu items in a different face.
7194
7195 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7196
7197 * progmodes/compile.el: Require CL.
7198 (compilation-mode-font-lock-keywords): Re-install the "line as
7199 function" patch.
7200
7201 * help-fns.el (help-C-source-directory): New var.
7202 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7203 (describe-function-1, describe-variable): Use them.
7204
7205 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7206 to C source files specially.
7207
7208 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
7209
7210 * info.el (Info-hide-cookies-node): New function.
7211 (Info-select-node): Use it.
7212 (Info-display-images-node): Remove message with image file name.
7213
7214 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
7215
7216 * progmodes/compile.el (compilation-warning-face)
7217 (compilation-info-face, compilation-skip-threshold)
7218 (compilation-skip-visited, compilation-context-lines):
7219 Declare :version when added to Emacs.
7220 (compilation-error-regexp-alist-alist): Extend caml and irix.
7221 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7222 (compilation-mode-font-lock-keywords): Temporarily undo line as
7223 function patch, which wasn't ready.
7224
7225 2004-04-07 Kenichi Handa <handa@m17n.org>
7226
7227 * international/latin1-disp.el (latin1-display-setup): Check each
7228 character is displayable or not instead of calling
7229 latin1-display-check-font.
7230
7231 2004-04-06 Kenichi Handa <handa@m17n.org>
7232
7233 * language/ethio-util.el (ethio-sera-being-called-by-w3):
7234 New variable.
7235 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7236 instead of sera-being-called-by-w3.
7237 (ethio-fidel-to-sera-buffer): Likewise.
7238 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7239 instead of sera-being-called-by-w3.
7240 (ethio-write-file): Likewise.
7241
7242 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7243
7244 * printing.el: Doc fix.
7245
7246 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
7247
7248 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7249 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7250 (gdb-setup-windows): Only use separate IO buffer if required.
7251
7252 2004-04-06 Kim F. Storm <storm@cua.dk>
7253
7254 * term.el (term-is-xemacs): Remove.
7255 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7256 (term-window-width): New function.
7257 (term-mode, term-check-size): Use it.
7258 (term-mode): Disable overflow-newline-into-fringe in term buffer.
7259
7260 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
7261
7262 * cus-edit.el (custom-add-parent-links): Change unbound variable
7263 `symbol' to `name'.
7264
7265 2004-04-05 Jesper Harder <harder@ifa.au.dk>
7266 * info.el (info-apropos): New function.
7267 (Info-mode-menu): Add it.
7268 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7269
7270 * help-mode.el (help-make-xrefs): Recognize aliased variable with
7271 inherited docstring.
7272
7273 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7274
7275 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7276
7277 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7278
7279 * progmodes/compile.el (font-lock): Don't require any more.
7280 (compilation-error-properties, compilation-start, compilation-sentinel)
7281 (compilation-filter, next-error): Use with-current-buffer.
7282 (compilation-skip-to-next-location, compilation-skip-threshold)
7283 (compilation-skip-visited): Move to silence the byte-compiler.
7284 (compilation-setup): Simplify.
7285 (compilation-next-error): Use line-(beginning|end)-position.
7286 Make sure `pt' is non-nil before using compilation-loop.
7287 (compile-goto-error): Add optional event arg. Use it.
7288 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7289 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7290 Update the binding for mouse-2.
7291 (first-error): Set compilation-current-error to nil rather than bob.
7292 (compilation-parsing-end, compilation-parse-errors-function)
7293 (compilation-error-list, compilation-old-error-list):
7294 "New" compatibility variables.
7295 (compile-buffer-substring, compilation-compat-error-properties)
7296 (compilation-compat-parse-errors, compilation-forget-errors):
7297 New compatibility functions.
7298 (compilation-mode-font-lock-keywords): Use them.
7299
7300 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7301
7302 * autorevert.el (auto-revert-handler): If point (or a window
7303 point) is at the end of the buffer, keep it there after
7304 reverting. This allows to tail a file.
7305 Mention this in the `Commentary'.
7306
7307 * format.el (format-write-file): Add optional argument CONFIRM
7308 and make it behave like the analogous argument to `write-file'.
7309
7310 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7311
7312 * progmodes/ebnf2ps.el: Doc fix.
7313 (ebnf-version): New version number (4.2).
7314 (ebnf-syntax): Customization and docstring fix.
7315 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7316 Put autoloaded funs before first use.
7317 (ebnf-style-database): Add dtd entry.
7318 (ebnf-syntax-alist): Add dtd initialization.
7319 (ebnf-token-sequence): New fun.
7320 (ebnf-comment-table): Add new comment action character.
7321 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7322
7323 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
7324 Type Definition for XML).
7325
7326 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
7327 * progmodes/ebnf-bnf.el (ebnf-sequence):
7328 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
7329 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
7330 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
7331 Code simplification: call ebnf-token-sequence.
7332
7333 2004-04-04 Eli Zaretskii <eliz@gnu.org>
7334
7335 * calendar/timeclock.el (timeclock-relative)
7336 (timeclock-get-project-function, timeclock-get-workday-function)
7337 (timeclock-query-out, timeclock-when-to-leave)
7338 (timeclock-when-to-leave-string, timeclock-log-data)
7339 (timeclock-generate-report, timeclock-in): Doc fixes.
7340
7341 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * url/: New dir. Import the URL package from its repository.
7344
7345 2004-04-03 Andreas Schwab <schwab@suse.de>
7346
7347 * diff-mode.el (diff-mode): Fix missing quote.
7348
7349 2004-04-03 Juri Linkov <juri@jurta.org>
7350
7351 * descr-text.el (describe-property-list): Add `font-lock-face'.
7352
7353 * dired.el (dired-font-lock-keywords): Fix permission regexps.
7354
7355 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7356
7357 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
7358 Use utf-16le on little endian machines and utf-16be otherwise.
7359
7360 2004-04-02 David Kastrup <dak@gnu.org>
7361
7362 * net/browse-url.el (browse-url-generic): Use call-process
7363 instead of start-process to allow browsers that fork and detach.
7364
7365 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
7366
7367 * compile.el (compilation-current-error): New var.
7368 (compilation-setup, compile-mouse-goto-error)
7369 (compile-goto-error, next-error): Use it.
7370 (compilation-skip-to-next-location): Default to t, which gives
7371 contiguous skipping like old compile (where this was redundant).
7372 (compilation-next-error): Prevent previous-* commands from moving
7373 back to message at or just before point.
7374
7375 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
7376
7377 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
7378 (gdb-source-info): Don't display source at startup, if required.
7379 (gdb-show-main): New option.
7380 (gdba): Update documentation.
7381 (gdb-source): Cover case of auto-display output.
7382
7383 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
7384
7385 * autorevert.el: Delete obsolete autoload's and defvar's.
7386 (auto-revert-check-vc-info): New user option.
7387 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7388 (auto-revert-handler-vc): Delete.
7389 (auto-revert-handler): Treat return value `fast' of
7390 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
7391
7392 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
7393 return `fast'.
7394
7395 * files.el (buffer-stale-function): Doc change.
7396
7397 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7398
7399 * printing.el: New tip on Tips section.
7400 (pr-version): New version number (6.7.4).
7401 (pr-shell-file-name): Initialization fix.
7402
7403 2004-03-31 Juri Linkov <juri@jurta.org>
7404
7405 * dired.el: Add autoload for `dired-do-touch'.
7406 (dired-touch-program): New var.
7407 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
7408 (dired-no-confirm): Add `touch' to docstring.
7409
7410 * dired-aux.el (dired-do-touch): New fun.
7411 (dired-do-chxxx): Add argument -t for touch operation.
7412
7413 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
7414 `dired-move-to-filename-regexp'.
7415
7416 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
7417
7418 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
7419
7420 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7421
7422 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
7423 and only if the buffer was modified.
7424
7425 2004-03-30 Kenichi Handa <handa@m17n.org>
7426
7427 * international/characters.el: Delete pairs for U+2308..U+230B.
7428
7429 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
7430
7431 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
7432 to detect the beginning of a level 2 or 3 annotation.
7433
7434 2004-03-29 Kenichi Handa <handa@m17n.org>
7435
7436 * international/ucs-tables.el (ucs-insert): Fix the error message.
7437
7438 2004-03-29 Kenichi Handa <handa@m17n.org>
7439
7440 * international/mule-util.el (char-displayable-p): Fix generation
7441 of XLFD file name.
7442
7443 * Makefile.in (setwins, setwins_almost): Change directory to $wd
7444 before finding directories by `find'.
7445
7446 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * subr.el (interactive-form): Delete. Now implemented in C.
7449
7450 * pcvs.el (cvs-parse-process): Workaround for Darwin.
7451
7452 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
7453 (vc-diff-label): New fun.
7454 (vc-diff-internal): Use it.
7455
7456 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
7457
7458 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7459
7460 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
7461
7462 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
7463 specify XML (EBNFX).
7464
7465 * progmodes/ebnf2ps.el: Doc fix.
7466 (ebnf-version): New version number (4.1).
7467 (ebnf-syntax): Adjust customization.
7468 (ebnf-style-database): Add ebnfx entry.
7469 (ebnf-syntax-alist): Add ebnfx initialization.
7470 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
7471
7472 * printing.el: Doc fix.
7473 (pr-version): New version number (6.7.3).
7474 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
7475 returns nil for mouse position. Reported by Drew Adams
7476 <drew.adams@oracle.com>.
7477 (pr-update-menus): Modify interactive declaration. Reported by Drew
7478 Adams <drew.adams@oracle.com>.
7479
7480 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
7481
7482 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
7483 (gud-gdba-marker-filter): Log the process input and output, if
7484 required. From Stefan Monnier.
7485 (gdb-debug-log, gdb-enable-debug-log): New variables.
7486 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
7487
7488 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
7491 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
7492
7493 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
7494
7495 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
7496 Call vc-find-file-hook here instead of in auto-revert-buffers.
7497 (auto-revert-buffers): Delete call to vc-find-file-hook.
7498 (auto-revert-verbose, global-auto-revert-non-file-buffers)
7499 (global-auto-revert-mode, auto-revert-set-timer)
7500 (auto-revert-handler, auto-revert-buffers): Doc fixes.
7501
7502 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7503
7504 * woman.el (woman-change-fonts): Rename local variable
7505 woman-font-alist to font-alist to avoid a compiler warning.
7506
7507 2004-03-27 Dave Love <fx@gnu.org>
7508
7509 * emacs-lisp/rx.el (rx): Doc fix.
7510 Fix copyright years.
7511
7512 * strokes.el (strokes-global-set-stroke-string): New function.
7513 (strokes-list-strokes): Cope with strings, not just commands.
7514 Set foreground colour of image.
7515 (strokes-global-set-stroke): Doc fix.
7516
7517 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
7518
7519 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
7520 Auto Revert mode.
7521 (Buffer-menu-files-only): New variable.
7522 (Buffer-menu-toggle-files-only): New function.
7523 (Buffer-menu-mode-map): Bind it to `T'.
7524 (Buffer-menu-mode): Mention `T' in docstring.
7525 Set buffer-stale-function.
7526 (list-buffers-noselect): Mark buffer non-modified and set
7527 Buffer-menu-files-only.
7528
7529 * dired.el (buffer-stale-function): Remove no longer needed defvar.
7530
7531 * autorevert.el (auto-revert-handler): Print revert message
7532 before, rather than after, reverting.
7533 (buffer-stale-function): Move to files.el.
7534
7535 * files.el (buffer-stale-function): Move here from autorevert.el.
7536
7537 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
7540
7541 * calc/calc.el (calc-mode-map): Use mapc.
7542
7543 * apropos.el (apropos-mode): Don't autoload.
7544 (apropos-symbols-internal): New fun. Extracted from `apropos'.
7545 (apropos): Use it.
7546 (apropos-print): Add optional `text' argument.
7547 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
7548 Don't assume point-min == 1.
7549
7550 * bs.el (bs-buffer-list): Use buffer-local-value.
7551 (bs--set-toggle-to-show): Use with-current-buffer.
7552
7553 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
7554 New funs.
7555 (list-buffers-noselect): Use them. Adjust :align-to to new style.
7556
7557 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
7558
7559 * dabbrev.el (dabbrev-expand): Fix regexp construction.
7560 (dabbrev--find-expansion): Use pop.
7561 (dabbrev--search): Use match-string-no-properties.
7562
7563 * dired.el (dired-mode): Use run-mode-hooks.
7564 (dired-move-to-end-of-filename): Use match-string.
7565
7566 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
7567 is bound before using it.
7568 (ediff-verbose-p): Make it into a var since it's not constant.
7569
7570 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
7571
7572 * faces.el (read-face-font): Don't cons up unnecessarily.
7573 (header-line, tool-bar): Share common parts.
7574
7575 * files.el (file-relative-name): Use compare-strings.
7576
7577 * finder.el (finder-mode): Follow coding convention.
7578
7579 * subr.el (read-number): New function.
7580
7581 * ses.el (ses-read-number): Move to subr.el.
7582 (ses-set-header-row): Use read-number.
7583
7584 2004-03-26 Andre Spiegel <spiegel@gnu.org>
7585
7586 * vc-hooks.el (vc-arg-list): New function, which handles both
7587 compiled and uncompiled code.
7588 (vc-default-workfile-unchanged-p): Use it.
7589
7590 * vc.el (vc-print-log): Undo prev change, use new function
7591 vc-arg-list from vc-hooks.el.
7592
7593 2004-03-26 Masatake YAMATO <jet@gyve.org>
7594
7595 * simple.el (completion-setup-function): Emphasize the
7596 first uncommon characters in the completions; and de-emphasize
7597 the common prefix substrings.
7598 (completion-emphasis): New face.
7599 (completion-de-emphasis): New face.
7600
7601 2004-03-25 Juanma Barranquero <lektu@terra.es>
7602
7603 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
7604 Comment out (it's unused and unfinished code).
7605
7606 2004-03-25 Sam Steingold <sds@gnu.org>
7607
7608 * vc.el (vc-print-log): Fix a bug in the last patch:
7609 backend-function may be a byte-compiled object, not a lambda.
7610
7611 2004-03-25 Juri Linkov <juri@jurta.org>
7612
7613 * descr-text.el (describe-property-list): Add a button
7614 for `face' property that calls `describe-face'.
7615 Suggested by luis fernandes <elf@ee.ryerson.ca>
7616
7617 * international/mule.el (keyboard-coding-system):
7618 * kmacro.el (kmacro-call-macro): Fix docstring.
7619
7620 * dired.el: Fix comments.
7621
7622 * textmodes/fill.el (fill): Fix Info link.
7623
7624 * font-lock.el (fast-lock, lazy-lock):
7625 * jit-lock.el (jit-lock): Remove links to removed Support Modes
7626 Info node.
7627
7628 * eshell/eshell.el (eshell): Fix broken info-link.
7629
7630 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
7631 * eshell/em-banner.el (eshell-banner):
7632 * eshell/em-smart.el (eshell-smart):
7633 * eshell/esh-cmd.el (eshell-cmd):
7634 Comment out broken info-links to incomplete Info manual.
7635
7636 * info-xref.el: Fix commentary.
7637
7638 2004-03-25 Kevin Ryde <user42@zip.com.au>
7639
7640 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
7641 Remove spurious node duplicate suppression, doesn't work, not wanted.
7642 (info-xref-output): Take format style args, add "sit-for 0" to let
7643 user see the results as they progress.
7644 (info-xref-check-all-custom): New function.
7645
7646 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
7647
7648 * gdb-ui.el: Moved to progmodes.
7649
7650 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
7653
7654 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7655
7656 * calendar/appt.el (appt-check): Remove superfluous progn.
7657 When finished with diary buffer: if it was not being displayed
7658 before, kill it; otherwise restore its original state.
7659 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7660
7661 * calendar/calendar.el (calendar-set-mode-line): Use total
7662 available mode-line width, rather than frame-width.
7663
7664 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7665 after mode change so effect not lost.
7666
7667 2004-03-23 Dave Love <fx@gnu.org>
7668
7669 * dired.el (dired) <defgroup>: Add link to manual.
7670 (dired-font-lock-keywords): Add highlighting on unusual permissions.
7671 (dired-revert): Use dolist.
7672 (dired-mode-map): Add U binding.
7673 (dired-mode): Add font-lock-beginning-of-syntax-function.
7674 (dired-garbage-files-regexp): Make it a defcustom.
7675
7676 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7679 is equivalent to nil.
7680 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7681 (vc-arch-mode-line-string): Accept `added' state.
7682 (vc-arch-state): Use inode-sigs if available.
7683 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7684 Copy&delete existing id file if any. Fallback if uuidgen is absent.
7685 (vc-arch-tagline-re): New var.
7686 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7687 New functions.
7688 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7689 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7690
7691 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7692 (vc-file-not-found-hook): Use it.
7693
7694 * diff-mode.el (diff-default-read-only): Change default.
7695 (diff-mode-hook): Make it a defcustom. Add some options.
7696 (diff-mode-map): Bind diff-refine-hook.
7697 (diff-yank-handler): New var.
7698 (diff-yank-function): New fun.
7699 (diff-font-lock-keywords): Use them.
7700 (diff-end-of-file): Handle case where file-header looks like diff text.
7701 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
7702 (diff-file-kill): Delete a subsequent empty line, if applicable.
7703 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
7704 (diff-find-file-name): Use it.
7705 (diff-tell-file-name): New command.
7706 (diff-mode): Be careful with view-mode.
7707 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7708 New functions, for use in diff-mode-hook.
7709 (diff-find-source-location): Catch "regex too large" errors.
7710 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7711 (diff-refine-hunk): New command.
7712
7713 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7714 (smerge-context-menu-map): Remove unused var.
7715 (smerge-keep-all): Preserve markers.
7716 (smerge-keep-n): New fun.
7717 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7718 (smerge-keep-current, smerge-ediff): Use it.
7719 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
7720 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7721 (smerge-resolve): Resolve trivial 3-part conflicts.
7722
7723 2004-03-23 Juri Linkov <juri@jurta.org>
7724
7725 * man.el (Man-width): New var.
7726 (Man-getpage-in-background): Use it.
7727 (Man-support-local-filenames): New var and fun.
7728 (Man-build-man-command): Don't add a second %s.
7729 (Man-fontify-manpage): Clean up message.
7730 (Man-mode): Set outline-regexp, outline-level,
7731 imenu-generic-expression.
7732
7733 * woman.el (woman-fill-frame): Doc fix.
7734 (woman-decode-region): Use window-width instead of frame-width.
7735
7736 * abbrevlist.el (list-one-abbrev-table):
7737 * descr-text.el (describe-char):
7738 * international/mule-diag.el (describe-current-coding-system):
7739 * international/quail.el (quail-insert-decode-map):
7740 Use window-width instead of frame-width.
7741
7742 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7743 (jka-compr-mode-alist-additions): Add tbz.
7744 (jka-compr-write-region, jka-compr-insert-file-contents):
7745 Add message for undefined compress-program.
7746 (jka-compr-write-region): Remove redundant var bindings.
7747
7748 * dired-x.el (dired-guess-shell-alist-default): Add choices for
7749 extracting files into subdirectory. Add tbz and dz. Fix regexps.
7750 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7751 (dired-man): Use dired-guess-shell-command.
7752 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7753 Change default nil to t.
7754
7755 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7756 (dired-compare-directories): Add default value for empty input.
7757
7758 * help-at-pt.el: Move suggestions for key bindings to Commentary.
7759
7760 * time.el (display-time-string-forms): Fix help-echo date format.
7761
7762 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
7763
7764 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7765 (buffer-stale-function): New variable.
7766 (auto-revert-list-diff, auto-revert-dired-file-list)
7767 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7768 (auto-revert-handler): Take over some functionality of deleted
7769 functions.
7770 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7771
7772 * dired.el (dired-directory-changed-p): New fun, extracted from
7773 dired-internal-noselect.
7774 (dired-buffer-stale-p): New fun.
7775 (dired-internal-noselect): Use dired-directory-changed-p.
7776 Eliminate revert messages.
7777 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7778
7779 2004-03-23 Kenichi Handa <handa@m17n.org>
7780
7781 * international/characters.el: Setup syntaxes for more parentheses
7782 Unicode characters.
7783
7784 * international/mule-cmds.el (select-safe-coding-system):
7785 Merge coding-system and auto-cs before comparing them.
7786
7787 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7788
7789 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7790
7791 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7792 normal-auto-fill-function and comment-indent-function.
7793 The default values now work just as well.
7794 Don't set font-lock-beginning-of-syntax-function since we already set
7795 syntax-begin-function.
7796 (lisp-outline-level): Put ;;;###autoload at same level as (.
7797 (prin1-char): Quote special chars.
7798
7799 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7800 than with-no-warnings.
7801
7802 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7803 if the source location can't be found.
7804 (edebug-compute-previous-result): Use prin1-char.
7805
7806 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7807 (debug-ignored-errors): Add an entry.
7808
7809 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7810 (byte-compile-file): Output warning when deleting a file.
7811
7812 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7813 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7814
7815 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7816 (byte-compile-inline-expand): Use backquote.
7817 (byte-optimize-pure-func): Rename from byte-optimize-concat.
7818 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7819
7820 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7821
7822 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7823
7824 2004-03-22 Juri Linkov <juri@jurta.org>
7825
7826 * finder.el (finder-known-keywords): Fix data, tex, unix.
7827
7828 * play/landmark.el: Fix keywords.
7829
7830 * language/ethio-util.el (ethio-find-file): Doc fix.
7831
7832 * emacs-lisp/warnings.el: Doc fix.
7833
7834 * textmodes/ispell.el (ispell-help): Doc fix.
7835
7836 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
7837
7838 * format.el (format-insert-file): Always return a list of two
7839 elements, like insert-file-contents does.
7840
7841 2004-03-21 Andre Spiegel <spiegel@gnu.org>
7842
7843 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7844 and vc-BACKEND-diff.
7845 (vc-print-log): If the print-log implementation supports it, use
7846 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7847 (vc-version-diff, vc-diff-internal): Doc fixes.
7848
7849 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7850 implementation supports it, let diff output go to *vc*,
7851 not *vc-diff*, since this is an internal call.
7852
7853 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7854
7855 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7856
7857 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7858
7859 2004-03-21 Dave Love <fx@gnu.org>
7860
7861 * progmodes/cfengine.el (cfengine-mode):
7862 Set parse-sexp-ignore-comments.
7863
7864 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7865
7866 2004-03-21 Juanma Barranquero <lektu@terra.es>
7867
7868 * allout.el (allout-mode): Fix docstring.
7869
7870 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
7871
7872 * files.el (insert-directory): Fix bug if SWITCHES is a list.
7873
7874 * autorevert.el (auto-revert-interval): Make new value take
7875 effect immediately when set through Custom.
7876 (auto-revert-set-timer): Add interactive declaration.
7877
7878 2004-03-19 David Ponce <david@dponce.com>
7879
7880 * ruler-mode.el (ruler-mode-header-line-format-old):
7881 Don't `make-variable-buffer-local'.
7882 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7883 (ruler-mode-header-line-format): Simply funcall the above.
7884 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7885 to save/restore a previous header line format.
7886 (ruler-mode-space): Don't depend on a numeric WIDTH value.
7887 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7888 fringes and margins width.
7889 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7890
7891 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7892
7893 * log-edit.el (log-edit-font-lock-keywords): Typo.
7894
7895 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7896 (tex-send-tex-command): Rather than here.
7897 (tex-compilation-parse-errors): Simplify.
7898
7899 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7900
7901 * time.el (display-time-string-forms): Add help-echo with date on time.
7902
7903 * composite.el (compose-region): Use restore-buffer-modified-p.
7904
7905 * disp-table.el (standard-display-8bit): Simplify.
7906
7907 * server.el (server-process-filter): Delete temp frame.
7908
7909 * add-log.el (add-change-log-entry): Simplify.
7910
7911 2004-03-19 Kim F. Storm <storm@cua.dk>
7912
7913 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7914 (hexl-follow-line): Don't require 'fringe.
7915
7916 * progmodes/compile.el (compilation-start): Always set
7917 compilation-last-buffer and return it.
7918
7919 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7920
7921 * simple.el (clone-buffer): Doc fix.
7922
7923 2004-03-18 Juanma Barranquero <lektu@terra.es>
7924
7925 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7926
7927 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * log-edit.el (log-edit-font-lock-keywords): New var.
7930 (log-edit-mode): Use it.
7931
7932 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
7933
7934 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7935 properly for watching in speedbar.
7936
7937 2004-03-17 Masatake YAMATO <jet@gyve.org>
7938
7939 * smerge-mode.el (smerge-popup-context-menu):
7940 Put `unwind-protect' around `overlay-put' and `popup-menu'.
7941
7942 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7943
7944 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7945 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7946 Take sealed revisions into account.
7947 (vc-arch-checkin): Extract a summary line from the message.
7948
7949 2004-03-16 Masatake YAMATO <jet@gyve.org>
7950
7951 * register.el (register): Provide `register' feature.
7952
7953 2004-03-15 Masatake YAMATO <jet@gyve.org>
7954
7955 Added context menu support in smerge mode.
7956 Most of the part is written by Stefan Monnier.
7957
7958 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7959 New keymap and menu.
7960 (smerge-text-properties): New function.
7961 (smerge-remove-props): New function.
7962 (smerge-popup-context-menu): New function.
7963 (smerge-resolve): Call `smerge-remove-props'.
7964 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7965 (smerge-keep-current): Ditto.
7966 (smerge-kill-current): New function.
7967 (smerge-match-conflict): Put text properties.
7968 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7969
7970 2004-03-15 David Ponce <david@dponce.com>
7971
7972 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7973 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7974 (ruler-mode-right-scroll-bar-cols): Remove.
7975 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7976 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7977 Use fringe-columns and scroll-bar-columns.
7978
7979 2004-03-15 Masatake YAMATO <jet@gyve.org>
7980
7981 * hl-line.el (hl-line-range-function): New variable.
7982 (hl-line-move): New function.
7983 (global-hl-line-highlight): Use `hl-line-move'.
7984 (hl-line-highlight): Ditto.
7985
7986 * scroll-bar.el (scroll-bar-columns):
7987 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7988
7989 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7990 (ruler-mode-left-fringe-cols)
7991 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7992 (ruler-mode-right-scroll-bar-cols)
7993 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7994 (ruler-mode-ruler-function): New variable.
7995 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7996 if the value for `ruler-mode-ruler-function'is given.
7997
7998 * hexl.el (hexl-mode-hook): Make the hook customizable.
7999 (hexl-address-area, hexl-ascii-area): New customize variables.
8000 (hexlify-buffer): Put font-lock-faces on the address area and
8001 the ascii area.
8002 (hexl-activate-ruler): New function.
8003 (hexl-follow-line): New function.
8004 (hexl-highlight-line-range): New function.
8005 (hexl-mode-ruler): New function.
8006
8007 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8008
8009 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
8010 (vc-default-find-file-hook): New fun.
8011 (vc-find-file-hook): Call new find-file-hook operation.
8012
8013 * vc-arch.el: New file.
8014
8015 2004-03-12 Jesper Harder <harder@ifa.au.dk>
8016
8017 * info-look.el (info-lookup): Reuse an existing Info window.
8018
8019 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8020
8021 * woman.el (woman-preserve-ascii): Default value changed to t and
8022 doc string revised.
8023
8024 2004-03-12 Richard M. Stallman <rms@gnu.org>
8025
8026 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8027 Fix minor bug.
8028
8029 * replace.el (occur-engine): Change message for count of matches.
8030
8031 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8032 For strings, do compare text properties.
8033
8034 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
8035
8036 * progmodes/compile.el (compile-auto-highlight)
8037 (compilation-error-list, compilation-old-error-list)
8038 (compilation-parse-errors-function, compilation-parsing-end)
8039 (compilation-error-message, compilation-directory-stack)
8040 (compilation-enter-directory-regexp-alist)
8041 (compilation-leave-directory-regexp-alist)
8042 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8043 (compilation-current-file, compilation-regexps): Remove vars.
8044
8045 (compile-error-at-point, compilation-error-filedata)
8046 (compilation-error-filedata-file-name, compile-reinitialize-errors)
8047 (compilation-next-error-locus, compilation-forget-errors)
8048 (count-regexp-groupings, compilation-parse-errors)
8049 (compile-collect-regexps, compile-buffer-substring): Remove funs.
8050
8051 (compile-internal): Make obsolete.
8052
8053 (compilation-first-column, compilation-error)
8054 (compilation-directory-matcher, compilation-page-delimiter)
8055 (compilation-mode-font-lock-keywords, compilation-debug)
8056 (compilation-error-face, compilation-warning-face)
8057 (compilation-info-face, compilation-line-face)
8058 (compilation-column-face, compilation-enter-directory-face)
8059 (compilation-leave-directory-face, compilation-skip-threshold)
8060 (compilation-skip-visited, compilation-context-lines): New vars.
8061
8062 (compilation-warning-face, compilation-info-face)
8063 (compilation-message-face): New faces.
8064
8065 (compilation-error-regexp-alist-alist): New constant.
8066
8067 (compilation-face, compilation-directory-properties)
8068 (compilation-assq, compilation-error-properties, compilation-start)
8069 (define-compilation-mode, compilation-loop)
8070 (compilation-set-window): New functions.
8071
8072 (compile): Additional argument for interactive compiles like TeX.
8073
8074 * progmodes/grep.el (kill-grep): Move here from compile.el
8075 (grep-error, grep-hit-face, grep-error-face)
8076 (grep-mode-font-lock-keywords): New variables.
8077 (grep-regexp-alist): Simplify regexp and add `binary' case.
8078 (grep-mode): New mode.
8079 (grep-process-setup): Simplify.
8080
8081 2004-03-11 Jason Rumney <jasonr@gnu.org>
8082
8083 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8084 letters on DOS/Windows.
8085
8086 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * server.el (server-name): New var.
8089 (server-socket-dir): New var to replace server-socket-name.
8090 (server-start): Use them.
8091
8092 2004-03-11 Simon Josefsson <jas@extundo.com>
8093
8094 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8095 died to avoid infloop. Reported by Jonathan Glauner
8096 <jglauner@sbum.org>.
8097
8098 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8099
8100 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8101 (smerge-mode-menu): Use it to deactivate menu entries.
8102 (smerge-keep-current): New fun.
8103 (smerge-keep-current): Use it.
8104
8105 2004-03-10 John Paul Wallington <jpw@gnu.org>
8106
8107 * foldout.el (foldout-fold-list, foldout-modeline-string):
8108 Declare them as variables, not constants.
8109
8110 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8111
8112 * ps-print.el: Modification to print *Messages* buffer.
8113 (ps-print-version): New version 6.6.4.
8114 (ps-message-log-max): New fun.
8115 (ps-spool-without-faces, ps-spool-with-faces)
8116 (ps-count-lines-preprint): Code fix.
8117
8118 * printing.el: New tips in Tips section.
8119
8120 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8121
8122 * delim-col.el: Doc fix.
8123
8124 * printing.el: Doc fix. New doc section (Tips).
8125
8126 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * type-break.el (type-break-emacs-variant): Remove.
8129 (type-break-run-at-time, type-break-cancel-function-timers):
8130 Use fboundp rather than version name and number.
8131
8132 2004-03-09 Masatake YAMATO <jet@gyve.org>
8133
8134 * hexl.el (hexl-mode): Use `make-local-variable' instead of
8135 `make-variable-buffer-local'.
8136
8137 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
8138
8139 * find-dired.el (find-dired): Call `shell-command' instead of
8140 `start-process-shell-command'. By this, Tramp takes over
8141 handling of remote directories.
8142
8143 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * newcomment.el (comment-use-global-state): New var.
8146 (comment-search-forward): Use it.
8147
8148 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8149
8150 * cus-edit.el (fill) <defgroup>: Move to fill.el.
8151
8152 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8153 (enable-kinsoku): Make it a defcustom.
8154 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8155 paragraph to same-comment-start-marker.
8156
8157 2004-03-07 Dave Love <fx@gnu.org>
8158
8159 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8160 (browse-url-mail): Use it.
8161
8162 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8163 (rfc2368-unhexify-string): Use replace-regexp-in-string.
8164
8165 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
8166
8167 * woman.el (woman-man.conf-path): Doc fix.
8168 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8169
8170 2004-03-07 Eli Zaretskii <eliz@gnu.org>
8171
8172 * sort.el (sort-columns): Remove ms-dos from the list of systems
8173 where the external `sort' command is not used.
8174
8175 2004-03-07 Kim F. Storm <storm@cua.dk>
8176
8177 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8178 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8179 from overlay-arrow-variable-list.
8180 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8181
8182 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
8183
8184 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8185 overlay arrow string properly for the assembler buffer.
8186
8187 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
8188
8189 * mail/sendmail.el (mail-mode): Fix last change.
8190
8191 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
8192
8193 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8194 for the assembler buffer.
8195 (gdb-assembler-custom): Position the overlay arrow.
8196 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8197
8198 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8201
8202 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8203 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8204
8205 * mail/sendmail.el (mail-mode): Set comment-start-skip.
8206
8207 * newcomment.el (uncomment-region): Allow non-terminated comment.
8208 (comment-normalize-vars): Check the user-specified comstart marker.
8209
8210 2004-03-04 Jesper Harder <harder@ifa.au.dk>
8211
8212 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8213 Otherwise, do use it if the region only contains font-lock text
8214 properties.
8215
8216 2004-03-04 Masatake YAMATO <jet@gyve.org>
8217
8218 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8219 as the callback function for eldoc.
8220 (hexl-print-current-point-info): New function.
8221 (hexl-current-address): Print the address in both decimal
8222 and hexadecimal format.
8223
8224 2004-03-04 Richard M. Stallman <rms@gnu.org>
8225
8226 * mail/rmail.el (rmail-convert-to-babyl-format):
8227 Specify t for UNIBYTE when calling mail-unquote-printable-region.
8228
8229 * mail/mail-utils.el (mail-unquote-printable-region):
8230 New arg UNIBYTE.
8231
8232 * startup.el (command-switch-alist): Doc fix.
8233
8234 * simple.el (undo): Temporarily set this-command to `undo-start',
8235 then set it to `undo' once undo-start returns without error.
8236
8237 * simple.el (minibuffer-history-sexp-flag): Doc fix.
8238
8239 * simple.el (kill-line): Don't disregard trailing whitespace
8240 in eol condition, if show-trailing-whitespace is set.
8241
8242 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8243 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8244 When disabling, restore old values only if mouse-sel-has-been-enabled.
8245
8246 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8247 (isearch-{-char): New function.
8248 (isearch-mode-map): Bind { to isearch-{-char.
8249
8250 * font-lock.el (lisp-font-lock-keywords-2):
8251 Turn off the CL with-... and do-... general patterns.
8252 Instead, recognize several specific with... and do... constructs.
8253
8254 * files.el (switch-to-buffer-other-window):
8255 Bind same-window-buffer-names and same-window-regexps to nil.
8256 (switch-to-buffer-other-frame): Likewise.
8257
8258 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8261 recognizing leading comment on code line.
8262
8263 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8264
8265 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8266 hidden files/directories.
8267
8268 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8271 only comment-start (in case the mode hasn't set it).
8272
8273 * Makefile.in (AUTOGENEL): New var.
8274 (bootstrap-prepare): Rename from bootstrap-clean.
8275 Don't remove elc files.
8276 (maintainer-clean): New target.
8277
8278 * xml.el (xml-get-attribute-or-nil): Simplify.
8279
8280 2004-03-02 Juri Linkov <juri@jurta.org>
8281
8282 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8283 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8284 URL to prevent their substitution with the environment variable
8285 values by browsers.
8286
8287 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8288
8289 * ps-print.el: Doc fix.
8290 (ps-print-version): New version number (6.6.3).
8291 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8292 Docstring fix.
8293 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8294 before printing.
8295 (ps-time-stamp-yyyy-mm-dd): New fun.
8296 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8297
8298 2004-03-02 Kim F. Storm <storm@cua.dk>
8299
8300 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8301
8302 2004-03-01 Juanma Barranquero <lektu@terra.es>
8303
8304 * allout.el (allout-rebullet-heading): Fix typo in docstring.
8305
8306 * desktop.el (desktop-file-version)
8307 (desktop-after-read-hook): Fix typos.
8308 (desktop-clear-preserve-buffers): Remove redundant info in
8309 docstring already shown by the obsolescence message.
8310 (desktop-truncate, desktop-internal-v2s)
8311 (desktop-value-to-string): Change argument name to match docstring.
8312
8313 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8314
8315 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8316 docstring.
8317
8318 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8319
8320 * printing.el: Replace "As Is..." in PostScript file print/preview by
8321 "No Preprocessing...". Suggested by Colin Marquardt
8322 <_marquardt_@zmd.de>.
8323 (pr-insert-section-4): Adjust buffer interface.
8324
8325 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8326
8327 Version 2.0.39 of Tramp released.
8328
8329 * net/tramp.el (tramp-handle-file-local-copy)
8330 (tramp-handle-write-region, tramp-open-connection-rsh):
8331 Variable name typo. Small change. From Patrick Tullmann
8332 <tullmann@flux.utah.edu>.
8333 (tramp-process-connection-type): New variable.
8334 (tramp-maybe-open-connection): Use it.
8335 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
8336 (tramp-touch): Set last-modified time of a remote file.
8337 (tramp-handle-write-region): Say which function is used when encoding.
8338
8339 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
8340
8341 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
8342 case of non-existing filename, too. Reported by Christoph Bauer
8343 <c_bauer@informatik.uni-kl.de>.
8344 (tramp-smb-get-file-entries): The directory in question should
8345 have permissions "drwxrwxrwx". Just virtual, because we don't
8346 know the real permissions. Don't we know?
8347 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
8348 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
8349 (tramp-smb-wait-for-output): Optimize algorithm getting pending
8350 output. If it was received chunkwise, there have been problems.
8351 Remove the "prompt not found" error message; it is obvious.
8352 Simplify algorithm.
8353 (tramp-smb-process-running): Remove. Since we acknowledge the
8354 virtual prompt for shares, there's no need for distinction of
8355 reading shares (process ends afterwards) and interactive mode of
8356 smblient.
8357 (tramp-smb-open-connection): Setting process sentinel removed.
8358 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
8359 "NT_STATUS_NETWORK_ACCESS_DENIED".
8360 (tramp-smb-maybe-open-connection): Set `process-connection-type'
8361 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
8362 (top-level): Setting default value in `tramp-default-method-alist'
8363 corrected. Order of USER and HOST have been wrong.
8364 Nobody complained for months ...
8365 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
8366 (tramp-smb-open-connection): Clear password cache if login has failed.
8367
8368 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
8369 `tramp-unified-filenames'.
8370 (tramp-completion-mode): Make test for XEmacs explicitely.
8371 `event-to-character' can exists in Emacs packages too.
8372 Reported by Matt Swift <swift@alum.mit.edu>.
8373 (tramp-buffer-name): Buffer name must contain the user if exists.
8374 Reported by Adrian Phillips <a.phillips@met.no>.
8375 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
8376 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
8377 (tramp-do-copy-or-rename-file-out-of-band): Rename from
8378 `tramp-do-copy-or-rename-file-one-local', because it handles also
8379 the case both files use the same out-of-band method.
8380 Implementation added.
8381 (tramp-handle-file-local-copy, tramp-handle-write-region):
8382 Out-of-band handling removed. `copy-file' called instead, which
8383 calls `tramp-do-copy-or-rename-file-out-of-band'.
8384 (tramp-action-password): Check for out-of-band method removed.
8385 This function is used for 'login-program.
8386 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
8387 appropriate.
8388 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
8389 and `tramp-parse-sknownhosts'.
8390 (tramp-completion-function-alist): It's a defvar now, because we
8391 want to apply the optimized `tramp-set-completion-function'
8392 instead of a static list.
8393 (tramp-set-completion-function): Implementation tuned.
8394 Avoid double entries, and entries where the function or the
8395 file/directory doesn't exist.
8396 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
8397 for SSH2.
8398 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
8399 (tramp-handle-dired-compress-file): New function.
8400 (tramp-async-proc): New variable.
8401 (tramp-handle-shell-command): Adding asynchronous processes.
8402 They are far from being perfect, but it works at least for
8403 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
8404 (top-level): Require password.el if visible. Should be mandatory
8405 once No Gnus has found its way into (X)Emacs.
8406 (tramp-read-passwd): Invoke `password-read' if available,
8407 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
8408 fallback any longer.
8409 (tramp-clear-passwd): New function.
8410 (tramp-process-actions, tramp-process-multi-actions):
8411 Clear password cache if login has failed.
8412
8413 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
8414 its own module.
8415 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
8416 `ange-ftp-ftp-name-res'. There could be incorrect values from
8417 previous calls in case the "ftp" method is used in the Tramp file
8418 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8419
8420 2004-02-28 Richard M. Stallman <rms@gnu.org>
8421
8422 * term.el (term-mouse-paste): Call mouse-set-point.
8423
8424 * thumbs.el: New file.
8425
8426 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8427
8428 * progmodes/ebnf-abn.el: Doc fix.
8429
8430 * progmodes/ebnf-bnf.el: Doc fix.
8431 (ebnf-repeat): Code fix.
8432
8433 * progmodes/ebnf2ps.el: Doc fix.
8434 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
8435
8436 2004-02-28 Juri Linkov <juri@jurta.org>
8437
8438 * ffap.el (dired-at-point): Additional writability test for
8439 relative directory names.
8440 (dired-at-point-prompter): Treat directories as a directory, get
8441 the directory component from files.
8442 (ffap-string-at-point): Return string from region if region is active.
8443 (ffap-file-at-point): Remove redundant code.
8444
8445 2004-02-28 Kim F. Storm <storm@cua.dk>
8446
8447 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
8448 Initialize margin area images to nil.
8449 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
8450 (breakpoint-enabled-bitmap-face)
8451 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
8452 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
8453 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
8454 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
8455 (gdb-reset): Use gdb-remove-breakpoint-icons.
8456 (gdb-put-string): Add dprop arg to specify alternative display
8457 property (for setting fringe bitmap).
8458 (gdb-remove-strings): Doc fix.
8459 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
8460 icon in fringe (if available), or else as icon or text in display
8461 margin. Creates necessary icons in breakpoint-bitmap,
8462 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
8463 Also make left window margin if required.
8464 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
8465 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
8466 no longer needed.
8467 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
8468 gdb-put-breakpoint-icon.
8469 (gdb-assembler-mode): Don't set left-margin-width here.
8470
8471 2004-02-27 Kevin Ryde <user42@zip.com.au>
8472
8473 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
8474 comma, so that it DTRT in macros.
8475
8476 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
8477
8478 * progmodes/sh-script.el (sh-shell-arg)
8479 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
8480 (sh-leading-keywords, sh-other-keywords): Fix custom type.
8481
8482 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8483
8484 * faces.el (face-spec-set-match-display): Add a new attribute,
8485 `min-colors'.
8486 (region, highlight, secondary-selection): Use `min-colors'.
8487
8488 * custom.el (defface): Add documentation for `min-colors'.
8489
8490 * font-lock.el (font-lock-comment-face, font-lock-string-face)
8491 (font-lock-keyword-face, font-lock-function-name-face)
8492 (font-lock-variable-name-face, font-lock-constant-face):
8493 Use `min-colors'.
8494
8495 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
8496
8497 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8498
8499 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
8500 define assq-delete-all if it's not defined.
8501 (ebnf-generate-region): Code fix.
8502
8503 * printing.el: Doc fix.
8504 (pr-version): New version number (6.7.2).
8505 (pr-command): Return empty string if command is an empty string.
8506
8507 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8508
8509 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
8510
8511 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
8512 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
8513 semi-down-full. Fix a bug on productions like test = {"test"}* | (
8514 "tt" ["test"] ). Reported by Markus Dreyer
8515 <mdreyer@ix.urz.uni-heidelberg.de>.
8516 (ebnf-version): New version number (4.0).
8517 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
8518 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
8519 (ebnf-delete-style): New commands.
8520 (ebnf-directory, ebnf-file): New funs.
8521 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
8522 (ebnf-production-name-p, ebnf-stop-on-error): New options.
8523 (ebnf-syntax-alist): New var.
8524 (ebnf-element-width): New fun replacing ebnf-list-width.
8525 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
8526 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
8527 (ebnf-prologue): Adjust vars.
8528 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
8529 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
8530 (ebnf-check-style-values, ebnf-generate-production)
8531 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
8532 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
8533 (ebnf-token-repeat): Code fix.
8534
8535 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
8536 %right, %left and %prec. Suggested by Matthew K. Junker
8537 <junker@alum.mit.edu>.
8538 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
8539
8540 * progmodes/ebnf-iso.el: Doc fix.
8541 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
8542 (ebnf-iso-lex): Code fix.
8543
8544 * progmodes/ebnf-bnf.el: Doc fix.
8545 (ebnf-bnf-lex): Code fix.
8546
8547 * progmodes/ebnf-otz.el: Doc fix.
8548
8549 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
8552 (abbrev-prefix-mark): Doc fix.
8553
8554 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
8555
8556 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
8557 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
8558 (gdb-var-delete): Make interactive (really).
8559 (gdb-edit-value): Make non-interactive.
8560
8561 * progmodes/gud.el (gud-speedbar-menu-items):
8562 Add gdb-var-delete and, indirectly, gdb-edit-value.
8563 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
8564 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
8565 (gud-gdb-marker-filter): Add comment for annotations.
8566
8567 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8568
8569 * calendar/calendar.el (generate-calendar)
8570 (calendar-read-date): Prevent display of BC calendars once more -
8571 reverts 2003-10-01 change.
8572 (generate-calendar-month): Doc fix.
8573
8574 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8575
8576 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
8577 return value of increment-calendar-month.
8578
8579 2004-02-21 Stephen Compall <s11@member.fsf.org>
8580
8581 * saveplace.el (save-place-forget-unreadable-files)
8582 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
8583 (save-place-forget-unreadable-files): New function.
8584 (save-place-alist-to-file): Use it to filter out files that are
8585 no longer readable.
8586
8587 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
8588 current Texinfo environment, using the same method as in
8589 `texinfo-insert-@end', and insert a space rather than a newline if
8590 point in a @table environment.
8591
8592 2004-02-21 Juri Linkov <juri@jurta.org>
8593
8594 * ffap.el (ffap-file-at-point): Try parent directories.
8595
8596 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
8597
8598 * vcursor.el (vcursor-modifiers): New defcustom.
8599 (vcursor-cs-binding): Use vcursor-modifiers instead of a
8600 hard-coded list.
8601
8602 2004-02-21 Masatake YAMATO <jet@gyve.org>
8603
8604 * play/animate.el (animate-birthday-present): Accept names other
8605 than `Sarah', too.
8606
8607 2004-02-21 Juri Linkov <juri@jurta.org>
8608
8609 * startup.el: Remove table of command line arguments from the
8610 Commentary section.
8611
8612 2004-02-20 John Wiegley <johnw@newartisans.com>
8613
8614 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
8615 again" modifier from 'e' to 'E', since 'e' is also used by the
8616 "file extension" modifier.
8617
8618 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
8619
8620 * help-fns.el (describe-categories): Doc fix.
8621
8622 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8623
8624 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8625 temporary file for buffer already visiting one. This change makes
8626 output likely to be directly usable by patch program.
8627 Suggested by Adrian Aichner <adrian@xemacs.org>
8628
8629 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
8630
8631 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
8632 case of variables defined in compound statements.
8633 (gdb-setup-windows, gdb-source-info, gdb-source-info):
8634 Simplify constructions using switch-to-buffer.
8635
8636 2004-02-19 Simon Josefsson <jas@extundo.com>
8637
8638 * play/morse.el: Fix typo.
8639 (morse-code): Add @.
8640
8641 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8642
8643 * calendar/appt.el (appt-display-format): Change default to
8644 'ignore, for backwards compatibility.
8645 (appt-display-message): If appt-display-format is 'ignore,
8646 respect old vars appt-msg-window and appt-visible.
8647 (appt-activate): Don't depend on return value of cancel-timer.
8648
8649 * calendar/calendar.el (calendar-holidays): Doc fix.
8650
8651 * calendar/cal-coptic.el (coptic-prompt-for-date):
8652 Use assoc-string instead of assoc-ignore-case.
8653 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8654 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8655 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8656 * calendar/cal-islam.el (calendar-goto-islamic-date)
8657 (mark-islamic-diary-entries): Ditto.
8658 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8659 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8660 (calendar-read-mayan-tzolkin-date): Ditto.
8661 * calendar/calendar.el (calendar-read-date): Ditto.
8662 * calendar/diary-lib.el (mark-diary-entries): Ditto.
8663
8664 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
8665
8666 * progmodes/executable.el (executable-command-find-posix-p):
8667 Fix choice of the directory.
8668
8669 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8670
8671 * simple.el (interprogram-cut-function)
8672 (interprogram-paste-function, kill-new, kill-append):
8673 Doc fixes.
8674 (kill-region): Make it return nil. Doc fix.
8675 (yank-pop): Make its argument optional.
8676 (yank): Make ARG `-' equivalent to `-1'.
8677
8678 2004-02-17 Eli Zaretskii <eliz@gnu.org>
8679
8680 * mail/rmail.el (rmail-get-new-mail): Don't reference
8681 rmail-use-spam-filter if rmail-spam-filter is not loaded.
8682
8683 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8684
8685 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8686 if one of global-auto-revert-non-file-buffers or autorevert-mode
8687 is non-nil.
8688
8689 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8690
8691 * subr.el (delete-dups): A better implementation from Karl Heuer
8692 <kwzh@gnu.org>.
8693
8694 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8695
8696 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
8697 correct place.
8698 * progmodes/icon.el (icon-indent-command): Ditto.
8699 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
8700
8701 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8702
8703 * progmodes/grep.el (grep-compute-defaults): Undo change from
8704 2004-01-29: don't use executable-command-find-posix-p.
8705
8706 2004-02-16 Richard Sharman <rsharman@pobox.com>
8707
8708 * hilit-chg.el: Use require instead of eval-and-compile.
8709 (highlight-compare-buffers): New function.
8710
8711 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
8712
8713 * man.el (Man-fontify-manpage): Render section headings in
8714 `Man-overstrike-face' even when overstrike was not used by man
8715 formatter for section headings.
8716
8717 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
8718
8719 * rmail-spam-filter.el: (vm-use-spam-filter)
8720 (rsf-min-region-length-added-to-spam-list): New variables.
8721 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8722 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
8723 spam testing. Don't delete spam message if automatic deletion
8724 after output via variable rmail-delete-after-output is turned on.
8725 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8726 rsf-bbdb-dont-create-entries-for-spam.
8727 (check-field): New function, extracted from code in
8728 rmail-spam-filter to ease addition of header fields like content-type.
8729 (message-content-type): New variable to check the content-type:
8730 field added, also in defcustom of rsf-definitions-alist.
8731 (rmail-spam-filter): Replace repeated test code for header fields
8732 by calls to check-field; change the call to
8733 rmail-output-to-rmail-file such that rmail-current-message stays
8734 the same to avoid wrong deletion of unseen flags.
8735 (rsf-add-contents-type): New function to convert old format
8736 of rmail-spam-definitions-alist into new one.
8737 Change prefixes of all variables and functions from
8738 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8739
8740 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8741
8742 * loadhist.el (unload-hook-features-list): New defvar.
8743
8744 2004-02-16 Dave Love <fx@gnu.org>
8745
8746 * loadhist.el (unload-feature): Doc fix. Rename flist to
8747 unload-hook-features-list.
8748
8749 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
8750
8751 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8752 cookie. Don't check if we are looking-at open-formula.
8753
8754 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8755
8756 * subr.el (match-string-no-properties): Use substring-no-properties.
8757
8758 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8759
8760 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8761 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8762 Use lower-case "rx" in all error message.
8763
8764 2004-02-16 Dave Love <fx@gnu.org>
8765
8766 * emacs-lisp/rx.el (rx-or): Put group around result.
8767 (rx-constituents): Add backref.
8768 (rx-syntax): Add string-delimiter, comment-delimiter.
8769 (rx-categories): Add combining-diacritic.
8770 (rx-check-not, rx-greedy, rx): Doc fix.
8771 (rx-backref, rx-check-backref): New.
8772
8773 2004-02-16 Jesper Harder <harder@ifa.au.dk>
8774
8775 * newcomment.el (uncomment-region): Allow eob as comment end.
8776
8777 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8778
8779 * filecache.el: All message and error commands now use prefix
8780 "Filecache:" to make it easy to read *Messages* buffer.
8781
8782 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8783
8784 * autorevert.el: Add support to detect changed dired and VC buffers.
8785 (auto-revert-active-p, auto-revert-list-diff)
8786 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8787 (auto-revert-handler, auto-revert-active-p): New functions.
8788 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8789 and `auto-revert-active-p'.
8790 (eval-when-compile): Defvar dired-directory and vc-mode.
8791 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8792 (auto-revert-handler-vc): New functions.
8793
8794 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8795
8796 * progmodes/compile.el (compilation-directory): New defvar.
8797 (compile): Save current directory in compilation-directory.
8798 (recompile): Bind default-directory to compilation-directory if
8799 that is non-nil.
8800
8801 2004-02-16 Dave Love <fx@gnu.org>
8802
8803 * newcomment.el (comment-insert-comment-function)
8804 (comment-region-function, uncomment-region-function): New.
8805 (comment-indent): Use comment-insert-comment-function.
8806 (uncomment-region): Use uncomment-region-function.
8807 (comment-region): Use comment-region-function.
8808
8809 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8810
8811 2004-02-16 Richard Stallman <rms@gnu.org>
8812
8813 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8814 loaddefs* and ldefs-boot*.
8815
8816 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8817
8818 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8819 and email address at the beginning and end of the address.
8820
8821 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8822 anchored at the beginning of the email address.
8823
8824 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
8825
8826 * international/ccl.el (ccl-compile-write): Pass `left' to
8827 ccl-embed-code to generate correct code of write-expr-register.
8828
8829 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
8830
8831 * progmodes/grep.el (grep-compute-defaults): Fix typos.
8832
8833 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8834
8835 * x-dnd.el: Mention support for Motif in commentary.
8836 (x-dnd-handle-drag-n-drop-event): Ditto.
8837
8838 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8839
8840 * ses.el: Use "ses--" prefixes for buffer-local variables.
8841 Use (point-min) instead of 1, even when we know the buffer
8842 is unnarrowed.
8843 (ses-build-load-map): Delete. Distribute its content to defconst's for
8844 the three maps.
8845 (ses-menu, ses-header-line-menu): New menus.
8846 (ses-mode-map): Use them.
8847 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
8848
8849 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
8850
8851 * Makefile.in: Fix the CC Mode recompile kludge so it works
8852 when building in a different directory.
8853
8854 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
8855
8856 * simple.el (kill-new): Put yank-handler property on the entire string.
8857
8858 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * diff.el: Don't use compile any more, use diff-mode instead.
8861 (diff-regexp-alist, diff-old-file, diff-new-file)
8862 (diff-parse-differences, diff-process-setup): Remove.
8863 (diff-sentinel): New fun.
8864 (diff): Use it. Run the process ourselves.
8865 Use diff-mode for the rest of the processing.
8866
8867 * diff.el (diff): Simplify code handling `switch'.
8868
8869 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * pcvs-defs.el (cvs-menu): Add `tag'.
8872
8873 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8874
8875 * simple.el (kill-append): Doc fix.
8876
8877 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8878 Adapt outline-regexp to the new conventions for commenting out code.
8879
8880 2004-02-11 John Paul Wallington <jpw@gnu.org>
8881
8882 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8883
8884 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * diff.el (diff-switches): New fun.
8887 (diff, diff-backup): Use it.
8888 (diff): Clean up the args construction. Use backquote.
8889 Use listp instead of consp to avoid putting a nil arg.
8890 (diff): Add a revert-buffer function.
8891
8892 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8893
8894 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
8895 handled by x-dnd-handle-file-name.
8896 (x-dnd-known-types): Add COMPOUND_TEXT.
8897 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8898 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8899 x-dnd-empty-state.
8900 (x-dnd-forget-drop): Ditto.
8901 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8902 (x-dnd-handle-one-url): Return private when inserting text.
8903 (x-dnd-insert-ctext): New function.
8904 (x-dnd-handle-file-name): New function for FILE_NAME.
8905 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8906 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8907 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8908
8909 2004-02-10 Kenichi Handa <handa@m17n.org>
8910
8911 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8912 instead of while loop.
8913
8914 2004-02-10 Miles Bader <miles@gnu.org>
8915
8916 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8917
8918 2004-02-09 Kenichi Handa <handa@m17n.org>
8919
8920 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8921 have end-of-line.
8922
8923 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8924
8925 * Makefile.in: Added extra dependencies in the recompile target
8926 needed to cope with the compile time macro expansions in CC Mode.
8927
8928 2004-02-09 Kim F. Storm <storm@cua.dk>
8929
8930 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8931 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8932 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8933 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8934 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8935 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8936 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8937 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8938 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8939 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8940 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8941
8942 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8945 Don't allow shrink if there's a window on our right.
8946
8947 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8948 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8949 Bring together declaration and initialization.
8950 (prolog-mode-variables): Don't set the syntax table.
8951 Don't set paragraph-start and comment-indent-function.
8952 Add /*..*/ to the comment regexps.
8953 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
8954 (prolog-mode-map): Don't bind TAB.
8955 (prolog-mode): Set the syntax table.
8956 (prolog-comment-indent): Remove.
8957 (inferior-prolog-mode-map): Initialize in the declaration.
8958 (inferior-prolog-mode-syntax-table)
8959 (inferior-prolog-mode-abbrev-table): New vars.
8960 (inferior-prolog-mode): Derive from comint-mode.
8961 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8962 minibuffer windows.
8963
8964 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8965 in file names, as long as it is unabmiguous.
8966
8967 2004-02-08 Andreas Schwab <schwab@suse.de>
8968
8969 * textmodes/reftex-toc.el
8970 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8971 format. Doc fix.
8972
8973 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8974 format string arguments.
8975
8976 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8977 string argument.
8978
8979 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8980
8981 * play/zone.el (zone-call): Fix format string.
8982
8983 * net/webjump.el (webjump-builtin): Add missing format string argument.
8984
8985 * midnight.el (midnight-delay-set): Remove extra format string argument.
8986
8987 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8988
8989 * hexl.el (hexl-insert-char): Add missing format string argument.
8990
8991 * format.el (format-decode): Fix format string.
8992
8993 * emulation/vi.el (vi-mode): Remove extra format string argument.
8994 (vi-repeat-last-search): Likewise.
8995 (vi-reverse-last-search): Likewise.
8996 (vi-goto-mark): Likewise.
8997 (vi-reverse-last-find-char): Likewise.
8998 (vi-repeat-last-find-char): Likewise.
8999 (vi-locate-def): Likewise.
9000
9001 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9002
9003 * ediff-util.el (ediff-toggle-read-only): Remove extra format
9004 string argument.
9005 (ediff-toggle-regexp-match): Likewise.
9006
9007 * dired-aux.el (dired-do-query-replace-regexp): Add missing
9008 format string argument.
9009
9010 * calc/calc-map.el (calc-get-operator): Remove extra format
9011 string argument.
9012
9013 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9014
9015 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9016 string argument.
9017
9018 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9019
9020 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9021
9022 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9023
9024 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9025 (cl-struct-setf-expander): Likewise.
9026
9027 * vc.el (with-vc-file): Fix unsafe uses of error.
9028 (vc-cancel-version): Likewise.
9029
9030 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
9031
9032 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9033 thousands separator; fixes <class>:<line-number> regexp for
9034 non-english locales.
9035
9036 2004-02-08 Andreas Schwab <schwab@suse.de>
9037
9038 * view.el (view-mode-enable): Revert previous change.
9039
9040 2004-02-07 Kim F. Storm <storm@cua.dk>
9041
9042 * simple.el (line-number-at-pos): Rename from line-at-pos.
9043 Uses changed (what-line and vc-annotate-warp-version).
9044
9045 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9048 (diff-mode): Remove aborted attempt at support for compile.el.
9049 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9050
9051 2004-02-06 Andreas Schwab <schwab@suse.de>
9052
9053 * view.el (view-mode-enable): Add view-mode-map to
9054 minor-mode-overriding-map-alist.
9055
9056 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9057
9058 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9059
9060 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
9061
9062 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9063 with point inside rather than after the paragraph.
9064
9065 2004-02-04 Sam Steingold <sds@gnu.org>
9066
9067 * mail/smtpmail.el (smtpmail-try-auth-methods):
9068 Do not try authentication when no mechanism is available.
9069 Pass port-name as defaultport to `netrc-machine'.
9070
9071 2004-02-04 Stephen Eglen <stephen@gnu.org>
9072
9073 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9074 to show how minibuffer height can be constrained.
9075
9076 2004-02-04 John Paul Wallington <jpw@gnu.org>
9077
9078 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9079
9080 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9081
9082 * x-dnd.el: New file for drag and drop.
9083
9084 * term/x-win.el: require x-dnd, set after-make-frame-functions
9085 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9086 drag-n-drop event.
9087
9088 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9089 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9090 (dired-dnd-handle-file): New functions for drag and drop support.
9091 (dired-mode): Initialize drag and drop if x-dnd present.
9092
9093 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
9094
9095 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9096 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9097 (cperl-mode): Set fill-paragraph-function.
9098 (cperl-fill-paragraph): Make it non-interactive.
9099
9100 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
9101
9102 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9103
9104 2004-02-02 David Kastrup <dak@gnu.org>
9105
9106 * replace.el (perform-replace): Allow 'literal argument in
9107 regexp-flag to indicate literal replacement.
9108 (query-replace-regexp-eval): Use it.
9109
9110 2004-02-01 Andreas Schwab <schwab@suse.de>
9111
9112 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9113
9114 2004-02-01 Stephen Eglen <stephen@gnu.org>
9115
9116 * info-look.el: Add support for maxima-mode. Update commentary
9117 because info-lookup-symbol is now bound to C-h S.
9118
9119 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
9120
9121 * simple.el (edit-and-eval-command): Bind print-level and
9122 minibuffer-history-sexp-flag around call to read-from-minibuffer.
9123 Correct initial position in command-history.
9124
9125 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
9126
9127 * files.el (read-directory-name): Adapt the docstring to recent
9128 change in Fread_file_name.
9129
9130 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
9131
9132 * ses.el (ses-print-cell): If print format too wide for column
9133 width, truncate decimal places if that helps to avoid "#####" fill.
9134 * ses.el (ses-initial-column-width): Revert previous change.
9135
9136 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
9137
9138 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9139 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9140 Add edebug info.
9141 (jit-lock-mode): Setup/cancel the new timer.
9142 (jit-lock-context-fontify): New fun. Extracted from
9143 context fontification code of jit-lock-stealth-fontify.
9144 (jit-lock-stealth-fontify): Don't do context fontification any more.
9145
9146 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9147 (jit-lock-fontify-now): Handle the `quit' case.
9148 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9149
9150 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
9151
9152 * progmodes/executable.el (executable-command-find-posix-p):
9153 New. Check if find handles arguments Posix-style.
9154
9155 * progmodes/grep.el (grep-compute-defaults):
9156 Use executable-command-find-posix-p.
9157 (grep-find): Check `grep-find-command'.
9158
9159 * filecache.el (file-cache-find-posix-p): Delete.
9160 (file-cache-add-directory-using-find):
9161 Use `executable-command-find-posix-p'.
9162
9163 2004-01-29 Dave Love <fx@gnu.org>
9164
9165 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9166 Iterate the hook function if arg is given.
9167 (mark-defun, narrow-to-defun): Change order of finding the limits.
9168
9169 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9170 (byte-compile-format-warn): New.
9171 (byte-compile-callargs-warn): Use it.
9172 (Format, message, error): Add byte-compile-format-like property.
9173 (byte-compile-maybe-guarded): New.
9174 (byte-compile-if, byte-compile-cond): Use it.
9175 (byte-compile-lambda): Compile interactive forms,
9176 just to make warnings about them.
9177
9178 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
9179
9180 * ses.el (ses-initial-column-width): Increase to 14, so it will
9181 work well with the default printer of "%.7g" for extreme values
9182 like "-1.234567e+07".
9183
9184 2004-01-29 Kenichi Handa <handa@m17n.org>
9185
9186 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9187
9188 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
9189
9190 * dos-w32.el: Added support for the `default-printer-name' function.
9191
9192 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * server.el (server-socket-name): Don't use the hostname in the
9195 socket name since /tmp is local to the host anyway.
9196
9197 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9198 robust check of widening and fix var-naming.
9199
9200 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
9201
9202 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9203 or rmail-spam- to rsf- in all function and variable names.
9204 (rsf-min-region-to-spam-list): New variable.
9205 (rsf-bbdb-auto-delete-spam-entries): Rename from
9206 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
9207 scanned together with the recipients field for spam testing; Don't
9208 delete spam message if rmail-delete-after-output is non-nil;
9209 (rsf-check-field): New function, extracted from code in
9210 rmail-spam-filter to ease addition of header fields like
9211 content-type:;
9212 (message-content-type): New variable. The content-type: field was
9213 added also in defcustom of rsf-definitions-alist;
9214 (rmail-spam-filter): Replace repeated test code for header fields
9215 by calls to check-field; change the call to
9216 rmail-output-to-rmail-file such that rmail-current-message stays
9217 the same to avoid wrong deletion of unseen flags.
9218 (rmail-use-spam-filter): Add autoload cookie.
9219
9220 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
9221
9222 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
9223 (file-cache-add-directory-using-find): Add Cygwin support.
9224 (file-cache-find-command-posix-flag): New user variable.
9225
9226 * filecache.el (file-cache-add-directory): Check for
9227 directories an remove them from dir-files.
9228
9229 2004-01-27 Richard M. Stallman <rms@gnu.org>
9230
9231 * man.el (Man-fontify-manpage): Clean up message.
9232
9233 2004-01-27 Kenichi Handa <handa@m17n.org>
9234
9235 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9236 (sentence-end): Define using sentence-end-without-space.
9237
9238 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9239 a sentence ends with one of a character in sentence-end-without-space.
9240
9241 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
9242
9243 * font-lock.el (font-lock): Add jit-lock as explicit group member.
9244 (jit-lock): Group declaration moved to jit-lock.el.
9245 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9246 when necessary.
9247
9248 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9249 (jit-lock-context-unfontify-pos): Rename from
9250 jit-lock-first-unfontify-pos.
9251 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9252
9253 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9254
9255 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9256 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9257 (fortran-fill): When filling a string, adjust re-search-backward
9258 argument for special case of string just on fill-column.
9259 When filling non-string, allow one extra char if
9260 fortran-break-before-delimiters is non-nil.
9261 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9262 Use fortran-break-delimiters-re and fortran-no-break-re to
9263 correctly handle cases such as "**".
9264
9265 * progmodes/f90.el (f90-break-delimiters): Doc fix.
9266 (f90-no-break-re): Add some extra tokens. Doc fix.
9267
9268 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
9269
9270 * mail/rmail-spam-filter.el:
9271 Use two semicolons as Commentary line prefix.
9272 Add ";;; Code:" stylized comment.
9273 Delete end-of-line whitespace.
9274 Wrap (require 'cl) with `eval-when-compile'.
9275
9276 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
9277
9278 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9279 at the top level of vc.el.
9280
9281 2004-01-23 Andre Spiegel <spiegel@gnu.org>
9282
9283 * vc.el (vc-current-line): Function removed. This is now done by
9284 the new function line-at-pos in simple.el.
9285 (vc-annotate-warp-version): Use line-at-pos instead of
9286 vc-current-line.
9287
9288 2004-01-22 Kim F. Storm <storm@cua.dk>
9289
9290 * simple.el (line-at-pos): New defun.
9291 (what-line): Use it. Optimize by only counting lines in narrowed
9292 region once.
9293
9294 2004-01-22 Kenichi Handa <handa@m17n.org>
9295
9296 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9297 point (register r1) only for charset mule-unicode-0100-24ff.
9298
9299 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
9300
9301 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9302 trailing white space and ensure a final newline.
9303
9304 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9305 Add autoload cookie.
9306
9307 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
9308
9309 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9310 activate view-mode explicitly.
9311
9312 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9313
9314 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9315 use clipboard first.
9316
9317 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
9320 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9321 (vc-mcvs-cvs): Remove.
9322 (vc-mcvs-command): Remove use of assert.
9323
9324 * outline.el (outline-insert-heading): Tighten up match.
9325 (outline-demote, outline-move-subtree-down): Don't assume anything
9326 about outline-regexp.
9327
9328 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
9329 (texinfo-show-structure): Explicitly add ^, and simplify.
9330
9331 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9332
9333 * calendar/appt.el (appt-check): Restore usage of
9334 appt-issue-message deleted in previous change.
9335 (top-level): Activate package when loaded (needed for backwards
9336 compatibility).
9337
9338 2004-01-20 Jesper Harder <harder@ifa.au.dk>
9339
9340 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
9341 following previous change to smtpmail-send-data.
9342
9343 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
9344
9345 * vc.el (vc-default-previous-version): Doc enhancement.
9346 (vc-default-next-version): New function.
9347 (vc-print-log): New arg FOCUS-REV.
9348 (vc-annotate-mode): Derive from view-mode.
9349 (vc-annotate): New args REVISION, DISPLAY-MODE.
9350 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
9351 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
9352 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
9353 (vc-annotate-show-diff-revision-at-line, vc-current-line)
9354 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
9355
9356 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
9357
9358 2004-01-19 Karl Berry <karl@gnu.org>
9359
9360 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
9361 or "TexInfo".
9362
9363 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * subr.el (delete-dups): New function.
9366
9367 2004-01-19 Karl Berry <karl@gnu.org>
9368
9369 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
9370 with ^, since that's what texinfo-show-structure
9371 documentation says (plus it works much better in texinfo.txi).
9372
9373 2004-01-18 Jesper Harder <harder@ifa.au.dk>
9374
9375 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
9376
9377 2004-01-18 David Ponce <david@dponce.com> (tiny change)
9378
9379 * progmodes/which-func.el (which-function-mode): Don't cancel
9380 which-func-update-timer if not set.
9381
9382 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
9383
9384 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
9385 Remove spurious left square bracket in XX:XXam regexp.
9386
9387 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
9388
9389 * progmodes/cc-defs.el: Do not require cl at run time.
9390
9391 2004-01-16 Richard M. Stallman <rms@gnu.org>
9392
9393 * emacs-lisp/cl.el (cl-cannot-unload): New function.
9394 (cl-unload-hook): Defvar this to run cl-cannot-unload.
9395
9396 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
9397 Call rmail-spam-filter. Delete and expunge spam.
9398 Print number of spam messages deleted.
9399 Save and restore the deletion status of old messages when reading
9400 new mail with spam filter, so that expunging spam does not expunge
9401 msgs deleted by the user.
9402 (rmail-only-expunge): Add an optional argument dont-show to
9403 prevent showing message after expunge.
9404
9405 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
9406
9407 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
9408 * subr.el (declare): New macro.
9409
9410 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
9411
9412 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
9413
9414 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9417 Test window-system rather than system-type (for X11/Mac).
9418
9419 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
9420
9421 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
9422
9423 2004-01-12 Richard M. Stallman <rms@gnu.org>
9424
9425 * mail/rmail.el (rmail-convert-to-babyl-format):
9426 Use mail-unquote-printable-region.
9427 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
9428 (rmail-hex-char-to-integer): Functions deleted.
9429
9430 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
9431 (mail-unquote-printable-region): New arg NOERROR.
9432 For invalid encoding, either signal an error to just return nil.
9433
9434 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9435
9436 * calendar/appt.el: Update copyright and commentary.
9437 (appt-issue-message): Make obsolete.
9438 (appt-visible, appt-msg-window): Make obsolete, in favour of
9439 appt-display-format.
9440 (appt-display-mode-line, appt-display-duration)
9441 (appt-display-diary, appt-time-msg-list, appt-mode-string)
9442 (appt-prev-comp-time, appt-display-count, appt-timer)
9443 (appt-convert-time): Doc change.
9444 (appt-disp-window-function, appt-delete-window-function):
9445 Use defcustom rather than defvar.
9446 (appt-display-format): New variable.
9447 (appt-display-message): New function with display code from appt-check.
9448 (appt-check): Add optional FORCE argument. Doc change.
9449 Add appt-make-list to diary-hook if displaying diary.
9450 Remove checking of view-diary-entries-initially.
9451 Message display section removed to new function appt-display-message.
9452 (appt-display-window): Doc change. Remove unused internal var
9453 this-buffer. Do not beep, since appt-display-message does that.
9454 (appt-make-list): Doc change. Use caar.
9455 (appt-sort-list): Simplify by using builtin sort function.
9456 (appt-update-list): New function for updating appts when diary is
9457 saved.
9458 (appt-activate): New autoloaded function to toggle package
9459 functionality.
9460
9461 * calendar/cal-x.el: (calendar-one-frame-setup)
9462 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
9463
9464 * calendar/calendar.el: Update copyright.
9465 (view-diary-entries-initially, european-calendar-style): Doc change.
9466 (calendar-setup): Make defcustom rather than defvar.
9467 (mark-visible-calendar-date): Initialize temp-face and faceinfo
9468 in let binding so local to function.
9469
9470 * calendar/diary-lib.el: Update copyright.
9471 (diary, diary-entry-time): Doc change.
9472 (list-diary-entries): Doc change. Trivial logic change.
9473 (fancy-diary-display): Restore make-face command mistakenly
9474 deleted 2003-05-08.
9475 (show-all-diary-entries): Allow to pop-up frame if needed.
9476
9477 2004-01-09 John Paul Wallington <jpw@gnu.org>
9478
9479 * bindings.el (mode-line-change-eol): Add EVENT parameter.
9480 Temporarily select EVENT's window for changing eol type.
9481
9482 2004-01-09 Deepak Goel <deego@gnufans.org>
9483
9484 * calendar/diary-lib.el (diary-entry-time):
9485 Also accept time in the form XX[.XX][am/pm/AM/PM].
9486 (fancy-diary-font-lock-keywords): Likewise.
9487 (diary-font-lock-keywords): Likewise.
9488 * calendar/appt.el (appt-add): Likewise.
9489 (appt-make-list): Likewise.
9490 (appt-convert-time): Likewise.
9491
9492 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
9493
9494 * gdb-ui.el (gdb-ann3): Revert previous change.
9495 (gdb-source-info): Allow for case of where compilation directory
9496 is not recorded.
9497
9498 2004-01-08 John Paul Wallington <jpw@gnu.org>
9499
9500 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
9501
9502 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
9503
9504 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
9505
9506 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
9507 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
9508 problems.
9509 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
9510
9511 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9512
9513 * files.el (write-file-functions, write-contents-functions):
9514 Clarify docstrings.
9515
9516 2004-01-07 Kenichi Handa <handa@m17n.org>
9517
9518 * international/mule.el (set-auto-coding): Fix for the case that
9519 end-of-line is only CR.
9520
9521 2004-01-07 Kim F. Storm <storm@cua.dk>
9522
9523 * subr.el (event-start, event-end): Doc fix.
9524 (posn-string, posn-image): New defuns.
9525 (posn-object): Return either image or string object.
9526 (posn-object-x-y): Return 8th element of position.
9527 (posn-object-width-height): New defun.
9528
9529 2004-01-06 Andreas Schwab <schwab@suse.de>
9530
9531 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
9532 output.
9533
9534 2004-01-05 Karl Berry <karl@gnu.org>
9535
9536 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
9537 / and *, too.
9538
9539 2003-12-31 Simon Josefsson <jas@extundo.com>
9540
9541 * files.el (before-save-hook): Add.
9542 (basic-save-buffer): Use before-save-hook.
9543
9544 * emacs-lisp/copyright.el: Fix comment to recommend
9545 before-save-hook instead of write-file-functions.
9546
9547 2004-01-05 Richard M. Stallman <rms@gnu.org>
9548
9549 * finder.el (finder-commentary): Call delete-other-windows.
9550
9551 * net/ange-ftp.el (ange-ftp-file-attributes):
9552 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
9553
9554 2004-01-04 Karl Berry <karl@gnu.org>
9555
9556 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
9557 comment characters % and # in the copyright year notice,
9558 as well as ;.
9559
9560 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
9561
9562 * wid-edit.el (default): Define dummy :value-delete.
9563 Reported by Jesper Harder <harder@ifa.au.dk>.
9564
9565 2004-01-03 Richard M. Stallman <rms@gnu.org>
9566
9567 * progmodes/compile.el (compile-internal): Use point, not point-min,
9568 for set-window-point.
9569
9570 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
9571
9572 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
9573
9574 * progmodes/grep.el (grep-mode-map):
9575 Don't remap next-line, previous-line.
9576
9577 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
9578
9579 * speedbar.el (speedbar-edit-line): Change regexp to position
9580 the cursor on the first character of this line's button.
9581
9582 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9583
9584 * subr.el (functionp): Doc fix.
9585
9586 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
9587
9588 * progmodes/idlwave.el (idlwave-make-tags):
9589 * textmodes/flyspell.el (flyspell-large-region):.
9590 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
9591 * emulation/viper-util.el (viper-glob-unix-files):
9592 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
9593 * man.el (Man-init-defvars):
9594 * jka-compr.el (jka-compr-call-process):
9595 * files.el (get-free-disk-space,insert-directory):
9596 * ediff-ptch.el (ediff-test-patch-utility):
9597 * ediff-diff.el (ediff-test-utility):
9598 * dired-aux.el (dired-check-process):
9599 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
9600 test the return value of call-process, because it can be a string.
9601
9602 2003-12-31 John Paul Wallington <jpw@gnu.org>
9603
9604 * bindings.el (completion-ignored-extensions): Add .pfsl.
9605
9606 2003-12-31 Kim F. Storm <storm@cua.dk>
9607
9608 * ido.el (ido-nonreadable-directory-p): New defun to check for
9609 nonreadable directory without activating tramp (to avoid problems
9610 with checking incomplete tramp paths).
9611 (ido-set-current-directory, ido-file-internal)
9612 (ido-file-name-all-completions1): Use it.
9613
9614 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9615
9616 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
9617 documentation if the anchor (or node) name is preceded by `info
9618 anchor' or `Info anchor' in addition to earlier `info node' and
9619 `Info node'.
9620 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
9621
9622 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9623
9624 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
9625 error in arguments to base64-decode-region. Remove ^M characters
9626 after decoding base64.
9627
9628 2003-12-30 Simon Josefsson <jas@extundo.com>
9629
9630 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
9631 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
9632 have only been distributed with Emacs for some years.
9633 (texinfo-mode-hook): Customize.
9634
9635 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9636
9637 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
9638 cleaner (suggested by Richard Stallman).
9639
9640 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
9641 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
9642 file-name clashes on 8+3 DOS filesystems.
9643
9644 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
9645 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
9646 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
9647 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
9648 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
9649 file-name clashes on 8+3 filesystems.
9650
9651 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
9652 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
9653 file-name clashes on 8+3 DOS filesystems.
9654
9655 2003-12-29 Richard M. Stallman <rms@gnu.org>
9656
9657 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9658 Upcase the character.
9659
9660 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9661 Search for header separator alone on a line, literally,
9662 and search for it backward, not forward.
9663 (flyspell-abbrev-table): Always use global-abbrev-table
9664 if there is no local one.
9665
9666 * progmodes/sh-script.el (sh-get-indent-info):
9667 Don't move point back if at bob.
9668
9669 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9670
9671 * play/handwrite.el (handwrite): Make the handwrite credit message
9672 a comment rather than an output command.
9673
9674 * obsolete/sc.el: Display message that this file is obsolete.
9675
9676 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9677
9678 * mail/rfc822.el (rfc822-address-start): Declare variable.
9679 Renamed from address-start. All uses changed.
9680
9681 * term.el (term-exec): Set up sentinel.
9682 (term-sentinel): New function.
9683 (term-handle-exit): New function.
9684
9685 * subr.el (assoc-ignore-case, assoc-ignore-representation):
9686 Use assoc-string, and mark them obsolete.
9687 (delay-mode-hooks): Mark as permanent local.
9688
9689 * simple.el (sendmail-user-agent-compose): Use assoc-string.
9690
9691 * register.el (copy-rectangle-to-register): Doc fix.
9692
9693 * info.el (Info-insert-dir): Use assoc-string.
9694
9695 * info-look.el (info-lookup): Use assoc-string.
9696
9697 * frame.el (pop-up-frame-function): Use quote, not `function'.
9698 (frame-notice-user-settings): Calculate ADJUSTED-TOP
9699 copying with lists as coordinate values.
9700
9701 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
9702
9703 * find-dired.el (kill-find): New command.
9704 (find-dired): Make buffer read-only.
9705 Set up a keymap with C-c C-k running kill-find.
9706 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9707
9708 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9709
9710 * filecache.el (file-cache-ignore-case): New variable.
9711 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
9712
9713 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9714 (comint-dynamic-complete-as-filename): Rename local vars.
9715 (comint-dynamic-list-filename-completions): Likewise.
9716
9717 * comint.el (comint-dynamic-list-completions-config): New var.
9718 (comint-dynamic-list-completions): Handle both SPC and TAB right.
9719
9720 * comint.el (comint-file-name-chars): Add [].
9721 (comint-word): Use skip-chars-backward, not search.
9722
9723 * shell.el (shell-file-name-chars): Add [].
9724
9725 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9726
9727 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9728
9729 * generic.el (define-generic-mode): Doc fix.
9730
9731 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9732
9733 * files.el (kill-some-buffers): Doc fix.
9734
9735 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
9736
9737 * comint.el (comint-watch-for-password-prompt): Pass `string' as
9738 arg to send-invisible
9739 (send-invisible): Doc fix. The argument is now a prompt, not the
9740 string to send.
9741 (comint-read-noecho): Doc fix.
9742
9743 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
9744
9745 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9746 "@", as required by some ISP hosting service. Fix defcustom
9747 argument syntax errors that prevented use of customization.
9748
9749 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9750
9751 * xml.el (xml-get-attribute-or-nil): Doc fix.
9752
9753 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
9754
9755 * net/zone-mode.el (zone-mode): Use write-file-functions, not
9756 write-file-hooks.
9757
9758 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
9759
9760 * autorevert.el (auto-revert-interval): Doc fix.
9761
9762 2003-12-29 Mark A. Hershberger <mah@everybody.org>
9763
9764 * xml.el (xml-get-attribute-or-nil): New function, like
9765 xml-get-attribute, but returns nil if the attribute was not found.
9766 (xml-get-attribute): Convert to defsubst, uses
9767 xml-get-attribute-or-nil.
9768
9769 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9770
9771 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9772
9773 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
9774
9775 * custom.el (custom-declare-theme): Use `value' when putting
9776 properties on `theme'.
9777
9778 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
9779
9780 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9781 for each yank-handler segment.
9782 (insert-for-yank-1): New function, with the body of the previous
9783 insert-for-yank.
9784
9785 * textmodes/table.el (table-yank-handler): New defcustom.
9786 (table--put-cell-indicator-property): Put yank-handler property
9787 that indicates the yank handler for the table cell.
9788
9789 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9790
9791 * generic-x.el (etc-modules-conf-generic-mode): A more complete
9792 set of keywords.
9793
9794 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9795
9796 * international/mule-cmds.el (reset-language-environment)
9797 (set-language-environment): Don't invoke fontset-related functions
9798 if fontset-list is not fboundp.
9799
9800 2003-12-29 Kenichi Handa <handa@m17n.org>
9801
9802 * international/mule-cmds.el (reset-language-environment):
9803 Call set-overriding-fontspec-internal with nil.
9804 (set-language-environment): Call set-overriding-fontspec-internal
9805 if the language environment specify `overriding-fontspec'.
9806 (language-info-alist): Doc added.
9807
9808 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9809 characters of mule-unicode-0100-24ff.
9810 (ccl-encode-windows-1251-font): New CCL program.
9811 ("Bulgarian"): Specify overriding-fontspec.
9812 ("Belarusian"): Likewise.
9813
9814 2003-12-28 Sam Steingold <sds@gnu.org>
9815
9816 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9817 parameter ID-FORMAT to conform with the 2003-11-30 patch.
9818
9819 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
9820
9821 * progmodes/gud.el (gud-gdb-command-name): Set default to
9822 "gdb --annotate=3".
9823 (gud-gdb-marker-filter): Look out for annotations.
9824 (gdb-first-pre-prompt): New variable.
9825 Remove trailing white space.
9826
9827 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9828 if necessary.
9829 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
9830 annotations are detected.
9831 (gud-gdba-marker-filter): Use global variable gud-marker-acc
9832 instead of a local one to allow transition from
9833 gud-gdb-marker-filter.
9834 Remove trailing white space.
9835
9836 2003-12-27 Kim F. Storm <storm@cua.dk>
9837
9838 * ido.el: Handle non-readable directories.
9839 (ido-decorations): Add 9th element for non-readable directory.
9840 (ido-directory-nonreadable): New dynamic var.
9841 (ido-set-current-directory): Set it.
9842 (ido-read-buffer, ido-file-internal):
9843 (ido-read-file-name, ido-read-directory-name): Let-bind it.
9844 (ido-file-name-all-completions1): Return empty list for
9845 non-readable directory.
9846 (ido-exhibit): Print [Not readable] if directory is not readable.
9847 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9848 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9849 Use it.
9850
9851 2003-12-27 Lars Hansen <larsh@math.ku.dk>
9852
9853 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9854 calls to directory-files-and-attributes and file-attributes.
9855 (ls-lisp-format): Remove system dependent handling of user and
9856 group id's.
9857
9858 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
9859
9860 * ffap.el (ffap-read-file-or-url): Revert previous change.
9861
9862 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
9863
9864 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9865 new list of included files called `files-with-node-lines', that
9866 only have node lines. This way @include commands can include any
9867 file, such as version and update files without node lines, not
9868 just files that are chapters.
9869
9870 2003-12-25 Andreas Schwab <schwab@suse.de>
9871
9872 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9873 file not found.
9874
9875 2003-12-08 Miles Bader <miles@gnu.org>
9876
9877 * dired.el (dired-between-files): Always use dired-move-to-filename,
9878 which is more robust in non-english locales.
9879
9880 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9881
9882 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9883
9884 2003-12-24 Andreas Schwab <schwab@suse.de>
9885
9886 * shell.el (shell-file-name-quote-list): Add backslash.
9887
9888 * comint.el (comint-quote-filename): Correctly handle backslash
9889 in comint-file-name-quote-list.
9890
9891 2003-12-24 Kenichi Handa <handa@m17n.org>
9892
9893 * international/mule-cmds.el (set-default-coding-systems):
9894 Call ucs-set-table-for-input for all buffers that don't have local
9895 value of buffer-file-coding-system.
9896
9897 * international/ucs-tables.el (ucs-set-table-for-input):
9898 If translation-table-for-encode is a symbol, get its
9899 translation-table property.
9900
9901 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9902
9903 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9904 to `completing-read' on a recently fixed bug.
9905
9906 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9907 instead of SPACE, to get the list of possible fringe modes.
9908 SPACE only works if both `partial-completion-mode' and
9909 `completion-auto-help' are nil.
9910
9911 * complete.el (PC-is-complete-p): Delete.
9912 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9913 calls to `test-completion'.
9914
9915 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9916
9917 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9918 to edit values when there are no children.
9919
9920 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9921 a mode called "Assembler" already exists.
9922 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9923 (gud-watch): Use format option. Remove font properties from string.
9924 (gdb-var-create-handler, gdb-var-list-children-handler):
9925 Don't bother about properties as there are none.
9926 (gdb-var-create-handler, gdb-var-list-children-handler)
9927 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9928 with two arguments.
9929 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9930 Let speedbar show value changes with a different font.
9931 (gdb-edit-value): New defun.
9932 (gdb-clear-partial-output, gdb-clear-inferior-io)
9933 (def-gdb-auto-update-handler): Use erase-buffer.
9934 (gdb-frame-handler): Display watch expressions in
9935 FUNCTION::VARIABLE format if required.
9936
9937 2003-12-23 John Paul Wallington <jpw@gnu.org>
9938
9939 * info.el (Info-unescape-quotes, Info-split-parameter-string)
9940 (Info-goto-emacs-command-node): Doc fixes.
9941
9942 2003-12-12 Jesper Harder <harder@ifa.au.dk>
9943
9944 * cus-edit.el (custom-add-parent-links): Define "many".
9945
9946 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
9947
9948 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9949 (widget-child-validate, widget-type-value-create)
9950 (widget-type-default-get, widget-type-match): New functions.
9951 (lazy): New widget.
9952 (menu-choice, checklist, radio-button-choice, editable-list)
9953 (group, documentation-string): Remove redundant (per 2003-10-25
9954 change) calls to `widget-children-value-delete'.
9955 (widget-choice-value-get, widget-choice-value-inline): Remove.
9956 (menu-choice): Update widget.
9957
9958 2003-12-03 Kenichi Handa <handa@m17n.org>
9959
9960 * language/cyrillic.el: Register "microsoft-cp1251" in
9961 ctext-non-standard-encodings-alist.
9962 ("Bulgarian"): Add ctext-non-standard-encodings.
9963 ("Belarusian"): Likewise.
9964
9965 * international/mule-conf.el (compound-text-with-extensions):
9966 Change the type to 2 (iso-2022 base).
9967
9968 * international/mule.el (ctext-non-standard-encodings-alist):
9969 Change the format.
9970 (ctext-non-standard-encodings): New variable.
9971 (ctext-post-read-conversion): Fully re-written.
9972 (ctext-non-standard-designations-alist): Delete it.
9973 (ctext-non-standard-encodings-table): New function.
9974 (ctext-pre-write-conversion): Fully re-written.
9975
9976 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9977
9978 * cus-edit.el (custom-add-parent-links): Add documentation links
9979 for parent, if the item has none of its own.
9980
9981 2003-11-30 Richard M. Stallman <rms@gnu.org>
9982
9983 * dired-aux.el (dired-do-query-replace-regexp):
9984 Report files visited read-only.
9985
9986 2003-11-30 Juri Linkov <juri@jurta.org>
9987
9988 * dired-aux.el (dired-compare-directories): New command.
9989 (dired-file-set-difference, dired-files-attributes): New functions.
9990
9991 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9992 Version 2.0.38 of Tramp released.
9993
9994 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9995 Charles Curley <charlescurley@charlescurley.com>.
9996 (tramp-multi-connection-function-alist): Add ssht entry which adds
9997 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9998 Aichner.
9999 (tramp-get-method-parameter): New function to retrieve a method
10000 parameter. This allows for omission of method parameters.
10001 Callers adjusted.
10002
10003 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
10004
10005 * net/tramp.el: Add new optional parameter ID-FORMAT to
10006 `file-attributes'. Calls of `file-attributes' won't use this
10007 parameter for backward compatibility reasons.
10008 (tramp-perl-file-attributes): Add a new parameter to Perl script
10009 in order to handle uid/gid as strings, if desired.
10010 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10011 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10012 order to make the function more general.
10013 (tramp-handle-file-attributes): Replace proprietary optional
10014 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10015 (tramp-handle-file-attributes-with-perl): Handle parameter
10016 NONNUMERIC if set. This wasn't done in the past.
10017 (tramp-post-connection): Apply second parameter "$2" if
10018 `tramp-remote-perl' is called.
10019
10020 * net/tramp-smb.el (tramp-smb-handle-delete-file):
10021 Correct cut'n'waste error (`filename' instead of `directory').
10022 (tramp-smb-handle-directory-files-and-attributes)
10023 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10024 introduced parameter ID-FORMAT.
10025 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10026 error (`directory' instead of `ldir').
10027
10028 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10029 `file-attributes' has a second parameter. If yes, apply it with
10030 value "'integer". Otherwise, don't use that parameter (default is
10031 integer format).
10032
10033 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10034
10035 * help.el (help-map): Bind `display-local-help' to `C-h .'.
10036 (help-for-help): Add `C-h .' to the listed Help options.
10037 Remove trailing whitespace.
10038
10039 * help-at-pt.el: New file.
10040
10041 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
10042
10043 * subr.el (noreturn, 1value): New macros for test coverage.
10044 See `testcover.el'.
10045
10046 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10047
10048 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10049 for macro `1value'.
10050 (testcover-1value): New function. Checks that a 1value form
10051 actually returns only one value. Requested by RMS.
10052
10053 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
10054
10055 * gdb-ui.el (gud-watch, gdb-var-create-handler)
10056 (gdb-var-list-children, gdb-var-list-children-handler)
10057 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10058 gdb commands that use mi to keep them out of the command history.
10059
10060 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10061
10062 * cus-start.el (all): Add use-file-dialog.
10063
10064 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10067
10068 2003-11-27 Kim F. Storm <storm@cua.dk>
10069
10070 * subr.el (posn-object-x-y): New defun.
10071
10072 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10075 Don't use `space' for \\\n.
10076 Be more selective as to which # are comment-starters.
10077
10078 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
10079
10080 * subr.el (number-sequence): Improve handling of floating point
10081 arguments (suggested by Kim Storm). Allow negative arguments.
10082
10083 2003-11-26 Kenichi Handa <handa@m17n.org>
10084
10085 * international/mule-cmds.el (standard-display-european-internal):
10086 Cancel the standard-display-table setting for ` and '.
10087
10088 2003-11-26 Kim F. Storm <storm@cua.dk>
10089
10090 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10091 New defcustoms to add ffap-like functionality to ido.
10092 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
10093 (ido-no-final-slash): New defun.
10094 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10095 (ido-read-file-name): ): Toggle VC checking via
10096 vc-handled-backends instead of vc-master-templates.
10097 (ido-file-internal): Handle ido-use-url-at-point and
10098 ido-use-filename-at-point via code borrowed from ffap-guesser.
10099 Handle new ido-exit code ffap.
10100 (ido-sort-list): Ignore final slash when sorting file names.
10101
10102 2003-11-25 Kim F. Storm <storm@cua.dk>
10103
10104 * emulation/cua-base.el (cua--standard-movement-commands):
10105 Add forward-sentence and backward-sentence.
10106
10107 2003-11-25 Stephen Eglen <stephen@gnu.org>
10108
10109 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10110 iswitchb-exit is set to 'usefirst when user selects buffer at head
10111 of list using RET. (Selecting buffers at the head of the list was
10112 broken if the substring was also a complete buffername.)
10113
10114 2003-11-23 Kim F. Storm <storm@cua.dk>
10115
10116 * progmodes/compile.el (grep-command, grep-use-null-device)
10117 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10118 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10119 (grep-regexp-alist, grep-program, find-program)
10120 (grep-find-use-xargs, grep-history, grep-find-history)
10121 (grep-process-setup, grep-compute-defaults)
10122 (grep-default-command, grep, grep-tag-default, grep-find)
10123 (grep-expand-command-macros, grep-tree-last-regexp)
10124 (grep-tree-last-files, grep-tree): Move grep variables, functions
10125 and commands to new file grep.el.
10126 (compilation-mode-map): Remove grep commands from Compile sub-menu.
10127 (compilation-process-setup-function): Doc fix.
10128 (compilation-highlight-regexp, compilation-highlight-overlay): New
10129 defvars used for highlighting current compile error in source buffer.
10130 (compile-internal): New optional args HIGHLIGHT-REGEXP and
10131 LOCAL-MAP which overrides compilation-highlight-regexp and
10132 compilation-mode-map for this compilation.
10133 Delay calling compilation-set-window-height until after running
10134 compilation-process-setup-function so it can buffer-local override
10135 compilation-window-height.
10136 Check buffer-local value of compilation-scroll-output.
10137 (compilation-set-window-height): Use buffer-local value of
10138 compilation-window-height.
10139 (compilation-revert-buffer): Don't pass (undefined)
10140 preserve-modes arg to revert-buffer.
10141 (next-error-no-select, previous-error-no-select): New commands.
10142 (compilation-goto-locus): Temporarily highlight current match in
10143 source buffer using compilation-highlight-regexp.
10144
10145 * progmodes/grep.el: New file with grep code from compile.el.
10146 (grep): New defcustom group.
10147 (grep-window-height): New defcustom, like compilation-window-height.
10148 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10149 (grep-scroll-output): New defcustom, like compilation-scroll-output.
10150 (grep-command, grep-use-null-device, grep-find-command)
10151 (grep-tree-files-aliases, grep-tree-ignore-case)
10152 (grep-tree-ignore-CVS-directories): Move to grep custom group.
10153 (grep-setup-hook): New hook variable.
10154 (grep-mode-map): New keymap for grep commands. Add Grep menu.
10155 (grep-last-buffer): New defvar, override compilation-last-buffer.
10156 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
10157 Call compile-internal with args highlight-regexp and grep-mode-map.
10158
10159 2003-11-23 Kim F. Storm <storm@cua.dk>
10160
10161 * subr.el (event-start, event-end): Doc fix.
10162 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10163 (posn-area, posn-actual-col-row, posn-object): New defuns.
10164 (posn-col-row): Simplify doc. Rewrite to use cond.
10165 (posn-point): Also return buffer position for events outside text
10166 area (that info is now present in the event position).
10167
10168 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10169 mouse-set-point so that hscroll still works now that clicks on
10170 fringes generate specific mouse events.
10171 (mouse-set-point): Note that it now works in fringes and margins
10172 too due to new semantics of posn-point in fringes and margins.
10173
10174 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10175 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10176
10177 2003-11-20 Kim F. Storm <storm@cua.dk>
10178
10179 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10180 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10181 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10182 to 100 for icons to avoid increasing line height when shown.
10183
10184 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10185
10186 * newcomment.el (comment-normalize-vars): Initialize properly if
10187 comment-start was nil.
10188
10189 2003-11-19 Andreas Schwab <schwab@suse.de>
10190
10191 * simple.el (set-variable): Fix indentation.
10192
10193 2003-11-17 Kenichi Handa <handa@m17n.org>
10194
10195 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10196 Fix docstring.
10197
10198 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
10199
10200 * international/latin1-disp.el (latin1-display): Fix docstring.
10201
10202 2003-11-16 John Wiegley <johnw@newartisans.com>
10203
10204 * eshell/em-ls.el (eshell-ls-file): There are times with
10205 size-width is nil and uncomputed (when directories are created in
10206 dired, for example); in this case, 4 is reasonable default value,
10207 although it may caused skewed new entries (which could be avoided
10208 by returning the original value of 8 in all cases, but 99% of the
10209 time this is a waste of whitespace).
10210
10211 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10212
10213 * cc-engine.el (c-guess-continued-construct)
10214 (c-guess-basic-syntax): Check a little more carefully if it's a
10215 function declaration when an unknown construct followed by a block
10216 is found inside a statement context. This avoids macros followed
10217 by blocks to be taken as function declarations.
10218
10219 (c-guess-continued-construct): Change the analysis of a statement
10220 continuation with a brace open to `substatement-block', for
10221 consistency with recognized statements.
10222
10223 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10224 start is in a position so that `c-beginning-of-statement-1' jumped
10225 to the beginning of the same statement.
10226
10227 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10228 Don't accept binary operators in the arglist if we're in a function
10229 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
10230 template recognition in cases like "if (a < b || c > d)".
10231
10232 (c-restricted-<>-arglists): New more appropriate name for
10233 `c-disallow-comma-in-<>-arglists'.
10234
10235 Accessing functions updated for the variable name change.
10236
10237 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10238 match data could get clobbered if NOT-INSIDE-TOKEN is used.
10239
10240 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10241 labels.
10242
10243 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10244 instead of duplicating parts of it. This fixes bogus label
10245 recognition.
10246
10247 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10248 of checking the context in which to apply the minimum indentation,
10249 so that it isn't enforced in e.g. namespace blocks.
10250
10251 * cc-vars.el (c-inside-block-syms): New constant used by
10252 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
10253 to somewhat reduce the risk of becoming stale.
10254
10255 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10256 cc-cmds to cc-engine to allow use from cc-align.
10257
10258 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10259 qualified identifiers containing "::".
10260
10261 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10262 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10263
10264 * cc-vars.el (c-emacs-features): Use a space in front of the name
10265 of the temporary buffer. That also avoids dumping problems in
10266 XEmacs due to undo info being left around after the buffer is killed.
10267
10268 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10269 arglist to see if it's a K&R style declaration.
10270
10271 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10272 before returning `knr-argdecl-intro'.
10273
10274 2003-11-16 John Wiegley <johnw@newartisans.com>
10275
10276 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10277 field in a long-listing always 8 characters, use `size-width',
10278 which has already been computed.
10279
10280 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10281
10282 * subr.el (minor-mode-list): Add `hs-minor-mode'.
10283
10284 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
10285
10286 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10287 Support operation while narrowed, with `diff-restrict-view'.
10288
10289 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
10290
10291 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10292 Take additional optional arg NARROWFUN. For the generated functions:
10293 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
10294 include frags that arrange to check for and save narrowing state before
10295 the move and then conditionally call NARROWFUN after the move.
10296
10297 2003-11-14 John Wiegley <johnw@newartisans.com>
10298
10299 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10300 that was optional, but obviously missing based on surrounding code.
10301
10302 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10303 string arguments to numbers unless the whole argument was seen as
10304 a number.
10305
10306 2003-11-14 Kenichi Handa <handa@m17n.org>
10307
10308 * international/mule.el (ctext-non-standard-encodings-alist):
10309 Fix coding systems.
10310
10311 2003-11-10 Kenichi Handa <handa@m17n.org>
10312
10313 * language/kannada.el ("Kannada"): Add sample-text.
10314
10315 * language/knd-util.el (kannada-compose-region)
10316 (kannada-compose-string, kannada-post-read-conversion):
10317 Add autoload cookie.
10318
10319 * international/quail.el (quail-completion): Change the message
10320 "corresponding translations" to "corresponding characters".
10321
10322 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
10323
10324 * descr-text.el (describe-char): Fix typo.
10325
10326 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
10327
10328 These changes are to support Kannada language/script.
10329
10330 * Makefile.in (DONTCOMPILE): Add kannada.el.
10331
10332 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
10333
10334 * loadup.el: Preload kannada.el.
10335
10336 * language/ind-util.el (ucs-kannada-to-is13194-alist)
10337 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
10338 New variables.
10339
10340 * language/kannada.el: New file.
10341
10342 * language/knd-util.el: New file.
10343
10344 2003-11-07 Andreas Schwab <schwab@suse.de>
10345
10346 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10347 Also highlight AH_*.
10348
10349 * xml.el (xml-parse-dtd): Fix misplaced paren.
10350
10351 2003-11-07 Kenichi Handa <handa@m17n.org>
10352
10353 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
10354
10355 2003-11-05 Juri Linkov <juri@jurta.org>
10356
10357 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
10358 (desktop-buffer-file): Use saved buffer-file-coding-system
10359 for file reading. Set auto-insert to nil to prevent automatic
10360 insertion into restored empty files.
10361
10362 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10363
10364 * files.el (risky-local-variable-p): Make second argument optional.
10365
10366 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * subr.el (add-hook): Fix last change.
10369
10370 2003-11-03 Eli Zaretskii <eliz@gnu.org>
10371
10372 * mail/rmail.el (rmail-convert-to-babyl-format):
10373 If base64-decode-region signals an error, catch it and silently
10374 ignore it.
10375
10376 2003-11-01 Mark A. Hershberger <mah@everybody.org>
10377
10378 * xml.el (xml-parse-region): Allow comments to appear after the
10379 topmost element has closed.
10380 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
10381 (xml-ns-expand-attr): New functions to do namespace handling.
10382 (xml-intern-attrlist): Back-compatible handling of attribute names.
10383 (xml-parse-tag): Move namespace handling to separate functions.
10384 Now produces elements in the form ((:ns . "element") (attr-list)
10385 children) instead of ('ns:element (attr-list) children).
10386 (xml-parse-attlist): Fix attribute parsing.
10387 (xml-parse-dtd): Change parsing so that it produces strings
10388 instead of interned symbols.
10389
10390 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
10391
10392 * dired.el (dired-ls-sorting-switches): Doc fix.
10393
10394 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
10395
10396 * emacs-lisp/rx.el (rx-or): Fix the case of
10397 "(rx (and ?a (or ?b ?c) ?d))".
10398
10399 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
10400
10401 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
10402 (texinfo-format-region): Use it.
10403 (texinfo-format-buffer-1): Ditto.
10404
10405 2003-11-01 Alan Mackenzie <acm@muc.de>
10406
10407 Changes to allow scrolling whilst in isearch mode:
10408 * isearch.el (isearch-unread-key-sequence): New function,
10409 extracted from isearch-other-meta-char.
10410 (top level): (put 'foo 'isearch-scroll) on all Emacs's
10411 "scrollable" standard functions.
10412 (isearch-allow-scroll): New customizable variable.
10413 (isearch-string-out-of-window, isearch-back-into-window)
10414 (isearch-reread-key-sequence-naturally)
10415 (isearch-lookup-scroll-key): New functions.
10416 (isearch-other-meta-char): Doc string and functionality enhanced.
10417 Now accepts a prefix argument.
10418 (isearch-lazy-highlight-window-end): New variable.
10419 (isearch-lazy-highlight-new-loop): Pay attention to the window's
10420 end (thru isearch-lazy-highlight-window-end), not only its start.
10421
10422 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
10423 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
10424 (universal-argument, universal-argument-more, negative-argument)
10425 (digit-argument, universal-argument-other-key): Minor changes.
10426
10427 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10428
10429 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
10430 recursively if the last message is deleted, thus avoiding an
10431 infinite loop.
10432
10433 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10434
10435 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
10436 (tex-main-file): Don't add .tex if the extension is already present.
10437 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
10438
10439 2003-10-29 Lute Kamstra <lute@gnu.org>
10440
10441 * progmodes/octave-inf.el (inferior-octave-prompt):
10442 Recognize version number in prompt.
10443
10444 2003-10-28 Dave Love <fx@gnu.org>
10445
10446 * international/characters.el: Fix some Unicode ranges.
10447
10448 2003-10-28 Kenichi Handa <handa@m17n.org>
10449
10450 * disp-table.el (standard-display-8bit)
10451 (standard-display-default, standard-display-ascii)
10452 (standard-display-g1, standard-display-graphic)
10453 (standard-display-underline): Assure that standard-display-table
10454 is a display table.
10455
10456 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10457
10458 * simple.el (reindent-then-newline-and-indent): Delete space *after*
10459 reindenting the first line.
10460
10461 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
10462
10463 * wid-edit.el (widget-default-delete): Always delete child widgets.
10464
10465 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10466
10467 * newcomment.el (comment-indent): Don't call indent-according-to-mode
10468 if the line has code.
10469 Don't try to line up with something that's too far left.
10470
10471 * progmodes/octave-mod.el (octave-comment-start): Simplify.
10472 (octave-mode-syntax-table): Add % as a comment starter.
10473 (octave-point): Remove.
10474 (octave-in-comment-p, octave-in-string-p)
10475 (octave-not-in-string-or-comment-p, calculate-octave-indent)
10476 (octave-blink-matching-block-open, octave-auto-fill):
10477 Use line-(beginning|end)-position instead.
10478
10479 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
10480
10481 * emacs-lisp/authors.el (authors-aliases): Add correct realname
10482 for Francesco Potort\e,Al\e(B.
10483
10484 2003-10-23 Dave Love <fx@gnu.org>
10485
10486 * international/mule-cmds.el (locale-charset-to-coding-system):
10487 Don't rely on nil being a coding system.
10488
10489 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
10490 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
10491 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
10492
10493 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
10494
10495 * gdb-ui.el (gdb-current-language): New variable.
10496 (gdb-update-flag): Remove variable.
10497 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
10498 (gdb-take-last-elt): Remove function.
10499 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
10500 (gdb-post-prompt): Check for variable object changes here.
10501
10502 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
10503 object changes in gdb-ui.el.
10504
10505 2003-10-21 Richard M. Stallman <rms@gnu.org>
10506
10507 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
10508
10509 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
10510 Don't check for foo*/ wildcard form here.
10511 (insert-directory): Recognize foo*/ as a wildcard.
10512 Separate wildcard-regexp variable from the arg, wildcard.
10513
10514 * subr.el (add-hook): Correctly detect when make-local-hook was used.
10515 (remove-hook): Correctly handle strange cases about local hooks.
10516
10517 2003-10-21 David Ponce <david@dponce.com>
10518
10519 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
10520 argument REAL, to return a real number instead of a rounded
10521 integer value. Define as inline function.
10522 (ruler-mode-right-fringe-cols): Likewise.
10523 (ruler-mode-scroll-bar-cols): New function.
10524 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
10525 (ruler-mode-right-scroll-bar-cols): Likewise.
10526 (ruler-mode-space): New function.
10527 (ruler-mode-ruler): Use it. Handle variations of fringe style,
10528 scroll bar mode and margins in a more robust way.
10529
10530 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
10531
10532 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
10533 (antlr-c-init-language-vars): New function.
10534 (antlr-mode): Use it with cc-mode before v5.29.
10535 (antlr-c-common-init): Don't set some local vars here.
10536 (antlr-mode): Set them here.
10537 (antlr-c-forward-sws): New function alias.
10538 (antlr-mode): Redefine with cc-mode before v5.30.
10539 (antlr-skip-sexps): Use it.
10540 (antlr-skip-exception-part): Ditto.
10541 (antlr-skip-file-prelude): Ditto.
10542 (antlr-outside-rule-p): Ditto.
10543 (antlr-end-of-body): Ditto.
10544 (antlr-option-kind): Ditto.
10545 (antlr-insert-option-area): Ditto.
10546 (antlr-file-dependencies): Ditto.
10547
10548 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10549
10550 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
10551 Move backward only if point was not inside an entry.
10552
10553 2003-10-21 Richard M. Stallman <rms@gnu.org>
10554
10555 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
10556
10557 2003-10-21 Juri Linkov <juri@jurta.org>
10558
10559 * compare-w.el: Automatically skip non-matching text to resync.
10560 (compare-windows-whitespace): Doc fix.
10561 (compare-windows-sync, compare-windows-sync-string-size)
10562 (compare-windows-recenter, compare-ignore-whitespace)
10563 (compare-windows-highlight, compare-windows-face): New variables.
10564 (compare-windows): Use compare-windows-sync.
10565 (compare-windows-highlight, compare-windows-dehighlight)
10566 (compare-windows-sync-regexp)
10567 (compare-windows-sync-default-function): New functions.
10568
10569 2003-10-21 Juri Linkov <juri@jurta.org>
10570
10571 * diff.el (diff-parse-differences): Don't visit the files now;
10572 instead, just record the error locus.
10573
10574 2003-10-21 Dave Love <fx@gnu.org>
10575
10576 * progmodes/cfengine.el: New file.
10577
10578 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * complete.el (PC-do-completion): Do not forget to use `pred' as the
10581 default-directory when completing file names.
10582
10583 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
10584
10585 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
10586 followed by the word `face', it gets treated as a face, even if
10587 it is also defined as a variable or a function.
10588
10589 2003-10-20 Dave Love <fx@gnu.org>
10590
10591 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10592 Avoid incf in macro expansion.
10593
10594 2003-10-20 John Paul Wallington <jpw@gnu.org>
10595
10596 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
10597 `evenp' so we don't implicitly require cl library at runtime.
10598
10599 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
10600
10601 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
10602 (help-make-xrefs): Only make cross-references for faces if
10603 preceded or followed by the word `face'. Do not make a
10604 cross-reference for variables without variable documentation,
10605 unless preceded by the word `variable' or `option'. Update doc
10606 string accordingly.
10607
10608 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10609
10610 * progmodes/hideshow.el: Rewrite one-armed `if'
10611 constructs using either `when' or `unless'.
10612 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
10613
10614 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
10615
10616 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
10617 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
10618 instead of 12x12.
10619
10620 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10621
10622 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
10623 message while converting to Babyl.
10624
10625 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
10626
10627 * allout.el (allout-mode): Doc fix.
10628
10629 2003-10-16 Lute Kamstra <lute@gnu.org>
10630
10631 * subr.el (force-mode-line-update): Fix docstring.
10632
10633 2003-10-14 Dave Love <fx@gnu.org>
10634
10635 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10636 (default-input-method): Add :link, improve :type.
10637 (locale-charset-language-names): Fix utf-8 pattern.
10638 (locale-charset-match-p, locale-charset-alist)
10639 (locale-charset-to-coding-system): New.
10640 (set-locale-environment): Deal with codeset part of locale specs.
10641
10642 2003-10-14 Lute Kamstra <lute@gnu.org>
10643
10644 * fringe.el (fringe-mode): Use active voice in docstring.
10645 (set-fringe-style): Ditto.
10646
10647 2003-10-13 Lute Kamstra <lute@gnu.org>
10648
10649 * fringe.el (fringe-mode): Fix docstring.
10650 (set-fringe-style): Ditto.
10651
10652 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
10653
10654 * ediff-mult.el (ediff-filegroup-action):
10655 Use ediff-default-filtering-regexp.
10656
10657 * ediff-util.el (ediff-recenter): Don't call
10658 ediff-restore-highlighting twice.
10659 (ediff-select-difference): Set current difference.
10660 (ediff-unselect-and-select-difference): Add comment.
10661
10662 * ediff.el (ediff-directories,ediff-directory-revisions)
10663 (ediff-directories3,ediff-merge-directories)
10664 (ediff-merge-directories-with-ancestor)
10665 (ediff-merge-directory-revisions)
10666 (ediff-merge-directory-revisions-with-ancestor):
10667 Use ediff-default-filtering-regexp.
10668
10669 2003-10-12 Andreas Schwab <schwab@suse.de>
10670
10671 * international/mule-cmds.el (locale-charset-language-names):
10672 Simplify regex by removing unused grouping.
10673
10674 2003-10-10 Dave Love <fx@gnu.org>
10675
10676 * bindings.el: Don't bind stop.
10677
10678 2003-10-08 Miles Bader <miles@gnu.org>
10679
10680 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10681 face instead of attempting to emulate it.
10682
10683 2003-10-07 Kenichi Handa <handa@m17n.org>
10684
10685 * international/mule-diag.el (list-coding-systems-1): List coding
10686 systems that are loaded automatically.
10687
10688 * international/code-pages.el (iso-8859-11): Add autoload cookie.
10689
10690 * international/mule.el (autoload-coding-system): New function.
10691
10692 2003-10-07 Andreas Schwab <schwab@suse.de>
10693
10694 * log-edit.el (log-edit-changelog-entries): Prefer local value of
10695 change-log-default-name in the buffer visiting the file.
10696
10697 2003-10-06 Dave Love <fx@gnu.org>
10698
10699 * files.el (find-file-hook): Customize.
10700 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
10701
10702 * bindings.el (completion-ignored-extensions): Remove .log.
10703 (global-map): Add again, open, stop keys.
10704
10705 2003-10-05 Richard M. Stallman <rms@gnu.org>
10706
10707 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10708 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10709 Use sh-modify directly.
10710 (sh-select): Use sh-append, not eval.
10711
10712 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10713
10714 * info.el (Info-following-node-name): New function.
10715
10716 * loadhist.el (unload-feature-special-hooks):
10717 Rename from loadhist-hook-functions.
10718 (loadhist-hook-functions): Now an alias.
10719
10720 2003-10-04 Eli Zaretskii <eliz@gnu.org>
10721
10722 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10723 file-name clashes on 8+3 filesystems.
10724
10725 * Makefile.in (DONTCOMPILE, bootstrap-clean):
10726 Rename loaddefs-boot.el to ldefs-boot.el
10727
10728 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10729 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10730
10731 2003-10-03 Lute Kamstra <lute@gnu.org>
10732
10733 * info.el (Info-mode): Revert previous change.
10734 (Info-escape-percent): New function.
10735 (Info-fontify-node): Use it.
10736
10737 2003-10-02 Andreas Schwab <schwab@suse.de>
10738
10739 * loaddefs-boot.el: Regenerated.
10740
10741 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
10742
10743 * ffap.el: Remove defadvice related code from CVS since `complete'
10744 provides a `PC-completion-as-file-name-predicate' variable that
10745 ffap can override.
10746
10747 2003-10-02 Kenichi Handa <handa@m17n.org>
10748
10749 * international/utf-8.el (ccl-decode-mule-utf-8):
10750 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10751
10752 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10753 * international/subst-big5.el: Likewise.
10754 * international/subst-gb2312.el: Likewise.
10755 * international/subst-ksc.el: Likewise.
10756
10757 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10758
10759 * calendar/calendar.el (increment-calendar-month)
10760 (calendar-leap-year-p, calendar-absolute-from-gregorian)
10761 (generate-calendar, calendar-read-date, calendar-interval)
10762 (calendar-day-of-week): Handle years BC.
10763 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10764
10765 2003-10-01 Dave Love <fx@gnu.org>
10766
10767 * language/cyrillic.el (cp1251): Alias for windows-1251.
10768
10769 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10770 bootstrap.
10771
10772 2003-10-01 Lute Kamstra <lute@gnu.org>
10773
10774 * files.el: Fix typo.
10775 * imenu.el (imenu--generic-function): Docstring fix.
10776
10777 2003-09-30 Richard M. Stallman <rms@gnu.org>
10778
10779 * dired.el (dired-mode): Handle dired-directory as a list.
10780
10781 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
10782
10783 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10784
10785 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10786
10787 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10788 Replace gud-display with gud-watch.
10789 (gud-speedbar-buttons): Add stuff for watching expressions
10790 in the speedbar when using M-x gdba. Use dolist on old part
10791 of this function.
10792
10793 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10794 (gdb-update-flag): New variables.
10795 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10796 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10797 (gud-watch, gdb-var-create-handler) : New functions.
10798 (gdb-var-list-children, gdb-var-list-children-handler)
10799 (gdb-var-create-regexp, gdb-var-update-regexp)
10800 (gdb-var-list-children-regexp): New constants.
10801 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10802 (gdb-annotation-rules): Reduce annotation set (level 3).
10803 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10804 (gdb-post-prompt): Don't update GDB buffers every time speedbar
10805 updates.
10806 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10807 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10808 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10809 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10810 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10811 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10812 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10813 (gud-display, gud-display1)
10814 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10815 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10816 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10817 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10818 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10819 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10820 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10821 (gdb-display-display-buffer, gdb-toggle-display)
10822 (gdb-delete-display, gdb-expressions-popup-menu)
10823 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10824 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10825 to display buffer.
10826
10827 2003-09-30 Richard M. Stallman <rms@gnu.org>
10828
10829 * progmodes/ada-mode.el (ada-mode): Don't use advice.
10830 Instead, set which-func-functions.
10831
10832 * progmodes/which-func.el (which-func-modes): Add ada-mode.
10833 (which-func-functions): New variable.
10834 (which-function): Use that.
10835
10836 * info.el (Info-mode): Double each `%' in header line.
10837
10838 * emacs-lisp/lisp-mnt.el (lm-with-file):
10839 When FILE is nil, run BODY in current buffer.
10840
10841 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10842
10843 * help.el (describe-mode): Start with a brief list of minor modes.
10844 Find them thru minor-mode-list so as to find them all.
10845 Show them in alphabetical order.
10846
10847 * mail/sendmail.el (mail-aliases): Doc fix.
10848
10849 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10850
10851 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10852
10853 * mail/rmailsum.el (rmail-make-summary-line-1):
10854 Change comma after last label to a space.
10855 (rmail-summary-font-lock-keywords): Adapt to that change.
10856
10857 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
10858
10859 * progmodes/scheme.el (scheme-mode-variables): When setting
10860 `font-lock-defaults', also specify that "#" should
10861 be interpreted with `word' syntax.
10862 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10863
10864 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10865
10866 * desktop.el: A lot of comments updated.
10867 (desktop-save-mode): Minor mode introduced.
10868 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10869 (desktop-load-default): Function made obsolete.
10870 (desktop-locals-to-save): Variable made customizable.
10871 (desktop-read): Optional parameter `dirname' added.
10872 (desktop-change-dir, desktop-revert): Parameter `dirname' in
10873 `desktop-read' used.
10874 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10875
10876 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
10877
10878 * whitespace.el (whitespace-clean-msg): Add user customizable message
10879 for displaying ``clean'' output.
10880 (whitespace-buffer): Use `whitespace-clean-msg'.
10881 (whitespace-global-mode): Fix typo.
10882
10883 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10884
10885 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10886
10887 2003-09-29 Lute Kamstra <lute@gnu.org>
10888
10889 * bindings.el (mode-line-modes): Remove superfluous :propertize
10890 construct in initialization.
10891 (mode-line-position): Change cons cell into proper list in
10892 initialization.
10893
10894 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10895
10896 * international/mule.el (decode-coding-inserted-region): Use car
10897 of the return value of find-operation-coding-system.
10898
10899 2003-09-29 Kenichi Handa <handa@m17n.org>
10900
10901 * descr-text.el (describe-char): Fix previous change.
10902
10903 2003-09-28 Kenichi Handa <handa@m17n.org>
10904
10905 * descr-text.el (describe-char-display): New function.
10906 (describe-char): Pay attention to display table on describing how
10907 a character is displayed.
10908
10909 * international/mule-cmds.el (encoded-string-description):
10910 Prepend "0x" to each encoded byte.
10911
10912 2003-09-28 Andreas Schwab <schwab@suse.de>
10913
10914 * find-file.el (ff-special-constructs): Add autoload cookie.
10915
10916 2003-09-28 Kevin Ryde <user42@zip.com.au>
10917
10918 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10919 makeinfo appends to duplicate index entries.
10920
10921 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10922
10923 * dired-x.el (dired-clean-tex): Doc fix.
10924
10925 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10926 using a Chinese tutorial.
10927
10928 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10929
10930 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10931 between "MAIL FROM:" and "RCPT TO:" and the following address.
10932
10933 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10934
10935 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10936
10937 2003-09-28 David Ponce <david@dponce.com>
10938
10939 * recentf.el (recentf-initialize-file-name-history): New defcustom.
10940 (recentf-load-list): When `recentf-initialize-file-name-history'
10941 is non-nil, initialize an empty `file-name-history' with the
10942 recent list.
10943
10944 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
10945
10946 * man.el (Man-default-man-entry): Remove the leading `*' from the
10947 word at point.
10948
10949 2003-09-26 Lute Kamstra <lute@gnu.org>
10950
10951 * bindings.el (mode-line-position): Mention size indication in
10952 docstring.
10953
10954 2003-09-26 Andre Spiegel <spiegel@gnu.org>
10955
10956 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10957
10958 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10959 because it's autoloaded now.
10960
10961 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10962
10963 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10964 (sh-font-lock-keywords, sh-feature): Fix previous change of
10965 sh-feature to avoid infloop with sh-font-lock-keywords.
10966
10967 2003-09-25 Kim F. Storm <storm@cua.dk>
10968
10969 * frame.el (frame-current-scroll-bars): New defun.
10970
10971 * window.el (window-current-scroll-bars): New defun.
10972
10973 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10974
10975 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10976 cause errors when the state cache contains info on parts that have
10977 been narrowed out.
10978
10979 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10980
10981 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10982 `c-setup-paragraph-variables' has to be used when this variable is
10983 changed; it doesn't work to reinitialize the mode since that
10984 typically clobbers the variable.
10985
10986 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10987 Make it interactive.
10988
10989 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10990
10991 * progmodes/cc-fonts.el (c-font-lock-declarations):
10992 Fix recognition of constructors and destructors for classes whose
10993 names are matched by `*-font-lock-extra-types'.
10994
10995 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10996 followed by an identifier in C++ then it's a type.
10997
10998 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10999
11000 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11001 problem that primarily affected XEmacs. Don't use faces to find
11002 unterminated strings since Emacs and XEmacs fontify strings
11003 differently - this function should now work better in XEmacs.
11004
11005 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11006
11007 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11008 `expand-abbrev' workaround which caused braces to misbehave inside
11009 macros.
11010
11011 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11012 handling. This bug could cause interactive font locking to bail out.
11013
11014 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11015
11016 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11017 Handle paren-style types in Pike. Also fixed some cases of
11018 insufficient handling of unbalanced parens.
11019
11020 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
11021
11022 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11023 common shell prompts that are not common filename or URL characters.
11024 (ffap-file-at-point): Use the new regexp to strip the prompts from
11025 the file names. This is an issue mostly for user prompts that
11026 don't have a trailing space and find-file-at-point is invoked from
11027 within a shell inside Emacs.
11028
11029 2003-09-24 Andre Spiegel <spiegel@gnu.org>
11030
11031 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11032 stamps numerically, rather than textually.
11033
11034 2003-09-24 Kenichi Handa <handa@m17n.org>
11035
11036 * language/devan-util.el (devanagari-post-read-conversion):
11037 * language/mlm-util.el (malayalam-post-read-conversion):
11038 * language/tml-util.el (tamil-post-read-conversion):
11039 Add autoload cookie.
11040
11041 * international/utf-8.el (utf-8-post-read-conversion):
11042 Call post-read-conversion functions for Devanagari, Malayalam,
11043 and Tamil.
11044
11045 2003-09-23 Dave Love <fx@gnu.org>
11046
11047 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11048
11049 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
11050
11051 * progmodes/gud.el (perldb): Add gud-until to list of commands.
11052 Update gud-remove.
11053
11054 2003-09-22 Richard M. Stallman <rms@gnu.org>
11055
11056 * progmodes/sh-script.el (sh-mode-default-syntax-table):
11057 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
11058 (sh-mode-syntax-table-input): New variable.
11059 (sh-require-final-newline): Don't use eval.
11060 (sh-builtins, sh-leading-keywords, sh-other-keywords)
11061 (sh-variables, sh-font-lock-keywords): Don't use eval.
11062 (sh-set-shell): When setting require-final-newline,
11063 treat value = `require-final-newline' as don't change it.
11064 Set sh-mode-syntax-table locally based on
11065 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11066
11067 * progmodes/compile.el (compile-internal):
11068 Call compilation-set-window-height before setting window start.
11069
11070 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
11071
11072 * emacs-lisp/bytecomp.el (byte-compile-log-file):
11073 Clear out byte-compile-last-warned-form.
11074
11075 2003-09-22 Richard M. Stallman <rms@gnu.org>
11076
11077 * woman.el (woman-file-name, woman-follow-word):
11078 If current-word returns nil, use "".
11079
11080 * simple.el (eval-expression): Bind standard-output in to-buffer case.
11081
11082 2003-09-22 Richard M. Stallman <rms@gnu.org>
11083
11084 * emacs-lisp/lisp-mnt.el (lm-with-file):
11085 Don't visit the file, just use insert-file-contents in temp buffer.
11086
11087 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
11088
11089 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11090 Add surrounding \\( and \\) around the header, as in
11091 for lm-history-header 'Change Log\\|History'.
11092
11093 2003-09-22 John Paul Wallington <jpw@gnu.org>
11094
11095 * progmodes/ld-script.el: Add Commentary section,
11096 minor cleanup of file header.
11097 (ld-script-font-lock-keywords): Doc fix.
11098 (toplevel): Provide `ld-script' feature.
11099
11100 2003-09-21 Kim F. Storm <storm@cua.dk>
11101
11102 * scroll-bar.el (set-scroll-bar-mode): Initialize to
11103 new built-in variable default-frame-scroll-bars.
11104 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11105 scroll-bar-mode; notably, use it instead of t when we toggle
11106 scroll-bars on.
11107 (toggle-scroll-bar): Use default-frame-scroll-bars.
11108
11109 2003-09-19 Masatake YAMATO <jet@gyve.org>
11110
11111 * pcvs.el (cvs-do-removal): Change the prompt depending on
11112 `filter' value.
11113
11114 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
11115
11116 * startup.el (command-line-1): Stop startup-echo-area-message
11117 being hidden by "Loading image..." message.
11118 (use-fancy-splash-screens-p, display-splash-screen):
11119 Move display-graphic-p test from latter to former.
11120
11121 * progmodes/sh-script.el (sh-font-lock-keywords):
11122 Highlight escaped EOLs differently from other backslash constructs.
11123
11124 2003-09-19 Richard M. Stallman <rms@gnu.org>
11125
11126 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11127 New functions.
11128 (edebug-enter, edebug-outside-excursion): Use them.
11129
11130 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11131 Fix the condition for whether to print "In WHERE".
11132
11133 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
11134
11135 * finder.el (finder-mode-hook): New variable.
11136 (finder-mode): Run hook finder-mode-hook
11137
11138 2003-09-18 Masatake YAMATO <jet@gyve.org>
11139
11140 * progmodes/ebrowse.el: Fix broken magic autoload comments.
11141
11142 2003-09-17 Mario Lang <mlang@delysid.org>
11143
11144 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11145 "p %e" to actually print the value in the GUD buffer.
11146
11147 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
11148
11149 From David Ponce <david.ponce@wanadoo.fr>:
11150 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11151 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11152 from loaddefs-boot.el if necessary.
11153
11154 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
11155
11156 * progmodes/gud.el (gud-find-class): Make jdb work again since
11157 cc-mode changed the syntactic information.
11158
11159 2003-09-15 David Ponce <david@dponce.com>
11160
11161 * recentf.el: (recentf-exclude): Accept predicates too.
11162 (recentf-file-readable-p): New function.
11163 (recentf-include-p): Handle predicates in recentf-exclude.
11164 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
11165 (recentf-cleanup): Likewise.
11166 (recentf-save-list): Use write-file to handle backup of
11167 recentf-save-file.
11168
11169 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
11170
11171 * loaddefs-boot.el: Renamed from `loaddefs.el'
11172 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11173 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11174 necessary.
11175
11176 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
11177
11178 * electric.el (Electric-pop-up-window): For the `one-window' case,
11179 no longer disconcertingly move point in the original buffer.
11180
11181 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11182
11183 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11184
11185 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
11186
11187 * dired.el (dired-mode-map): Fix typo.
11188
11189 2003-09-11 Richard M. Stallman <rms@gnu.org>
11190
11191 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11192
11193 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11194
11195 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11196 the function is less noisy. Now only `kill-buffer' can ask questions.
11197
11198 2003-09-10 Mario Lang <mlang@delysid.org>
11199
11200 * battery.el: Update Commentary and Copyright.
11201 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11202 appear due to wrong ordering of the expressions in `or'.
11203
11204 2003-09-09 Lute Kamstra <lute@gnu.org>
11205
11206 * misc.el (upcase-char): Fix docstring.
11207 (zap-up-to-char): New command.
11208
11209 2003-09-08 David Ponce <david@dponce.com>
11210
11211 Ensure that recentf correctly updates the menu bar.
11212 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11213 (recentf-menu-bar): New function.
11214 (recentf-clear-data): Use it
11215 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
11216 of easy-menu-change.
11217
11218 2003-09-08 Lute Kamstra <lute@gnu.org>
11219
11220 * simple.el (size-indication-mode): New.
11221 * bindings.el (mode-line-position): Add buffer size indicator.
11222
11223 2003-09-04 Mario Lang <mlang@delysid.org>
11224
11225 * battery.el (battery-linux-proc-acpi): New function.
11226 (battery-status-function): Modify default value calculation to also
11227 check for availability of ACPI.
11228 (battery-echo-area-format): Ditto.
11229 (battery-mode-line-format): Ditto.
11230
11231 2003-09-06 Dave Love <fx@gnu.org>
11232
11233 * ielm.el (ielm-mode-hook): Add :options.
11234
11235 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11236 (eldoc-print-current-symbol-info): Use it.
11237
11238 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
11239
11240 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11241 being displayed in GUD buffer.
11242 (gdb-idle-input-queue): Remove var. Use just one queue.
11243 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11244 Remove functions. Use just one queue.
11245 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11246 (gdb-invalidate-assembler, gdb-get-current-frame):
11247 Modify functions. Use just one queue.
11248
11249 2003-09-04 Dave Love <fx@gnu.org>
11250
11251 * cus-start.el: Add blink-cursor-alist.
11252
11253 * ruler-mode.el (ruler-mode-fill-column-char)
11254 (ruler-mode-current-column-char): Use char-displayable-p,
11255 not window-system.
11256
11257 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11258
11259 * language/european.el (windows-1252): Move from code-pages.
11260
11261 * language/cyrillic.el ("Windows-1251"): Delete.
11262 ("Bulgarian", "Belarusian"): Remove `features'.
11263 (windows-1251): Move from code-pages.
11264
11265 * international/mule-diag.el (non-iso-charset-alist):
11266 Remove `codepage' stuff.
11267 (print-designation, list-coding-systems-1): Output fixes.
11268
11269 * international/code-pages.el (cp-make-translation-table)
11270 (cp-valid-codes): Made defsubsts.
11271 (cp-fix-safe-chars): Delete.
11272 (mule-diag): Don't require.
11273 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11274 (top-level): Check for defined coding system when defining
11275 cp... aliases. Change w32-add-charset-info test to avoid warning.
11276 (non-iso-charset-alist): Defvar when compiling.
11277 (cp-make-coding-system): Doc fix.
11278
11279 2003-09-02 Jason Rumney <jasonr@gnu.org>
11280
11281 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11282 line-ends from CVS before doing conversion.
11283
11284 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
11285
11286 * calendar/diary-lib.el (diary-header-line-flag)
11287 (diary-header-line-format): New variables.
11288 (list-diary-entries): Use them to set header line in simple diary.
11289
11290 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11291 other than font-lock-string-face to highlight backslashes.
11292
11293 2003-09-01 Jason Rumney <jasonr@gnu.org>
11294
11295 * international/titdic-cnv.el (tit-read-key-value): Include \r in
11296 regexp.
11297
11298 2003-09-01 Dave Love <fx@gnu.org>
11299
11300 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11301
11302 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11303 and :help; also line and column numbers labels.
11304
11305 * international/mule-util.el (char-displayable-p): Move from
11306 latin1-disp, rename and autoload.
11307
11308 * international/latin1-disp.el (latin1-char-displayable-p):
11309 Now obsolete alias. Replace uses with char-displayable-p.
11310 (latin1-display-ucs-per-lynx): Fix last change.
11311
11312 * international/mule-cmds.el (standard-display-european-internal):
11313 Don't use char code for Latin-1 NBSP.
11314 <XFree86 4>: Unfrob NBSP display table. Set display table to use
11315 U+2018, U+2019 for `'.
11316 (select-safe-coding-system): Message fix.
11317
11318 2003-09-01 Kenichi Handa <handa@m17n.org>
11319
11320 * international/fontset.el (setup-default-fontset): For Thai
11321 font, specify "*" family.
11322
11323 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11324
11325 * progmodes/compile.el (previous-error): Accept a prefix
11326 argument, similarly to next-error.
11327
11328 2003-08-31 Masatake YAMATO <jet@gyve.org>
11329
11330 * pcvs.el (cvs-do-removal): Use = instead of eq to check
11331 the number of files. Bind the number of files to a local
11332 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
11333
11334 2003-08-30 Eli Zaretskii <eliz@gnu.org>
11335
11336 * vc-hooks.el (vc-make-version-backup): Fix the change made on
11337 2003-07-26: msdos-long-file-names is a function, not a variable.
11338
11339 2003-08-29 Richard M. Stallman <rms@gnu.org>
11340
11341 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
11342 Do nothing with mail-personal-alias-file if it is nil.
11343
11344 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
11345 Do nothing if mail-personal-alias-file is nil.
11346
11347 * term.el (term-exec-1): Bind coding-system-for-read.
11348
11349 * dired.el (dired-mouse-find-file-other-window):
11350 Use dired-view-command-alist here, as in dired-view-file.
11351 (dired-view-command-alist): Use %s to substitute file name.
11352 Handle .ps_pages, .eps, .jpg, .gif, .png.
11353
11354 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
11355
11356 * info.el (Info-mode-map): Bind S-tab and <backtab> to
11357 `Info-prev-reference', instead of M-tab.
11358
11359 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
11360
11361 * simple.el (blink-matching-open): Work correctly on chars that
11362 are designated as parens through the syntax-table text property.
11363
11364 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
11365
11366 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
11367 line break position in the middle of a non-kinsoku (e.g. latin)
11368 word, making it skip until either a space or a character with
11369 category "|".
11370 (kinsoku-longer): Test for end of buffer.
11371
11372 2003-08-28 Eli Zaretskii <eliz@gnu.org>
11373
11374 * mail/rmail.el (rmail-convert-to-babyl-format):
11375 Detect quoted-printable- and base64-encoded messages and decode them
11376 automatically. Set the message's encoding from the charset=
11377 header, if any. Decode base64-encoded messages in Mail format as well.
11378
11379 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11380
11381 * mail/smtpmail.el: Fix previous change.
11382 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
11383 calling smtpmail-via-smtp.
11384 (smtpmail-via-smtp): Add fall-back values for envelope-from.
11385
11386 2003-08-26 John Paul Wallington <jpw@gnu.org>
11387
11388 * image.el (image-jpeg-p): Don't search beyond length of data.
11389
11390 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
11391
11392 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
11393 misfeature in `expand-abbrev' which caused electric keywords like
11394 "else" to disappear if an open brace was typed directly afterwards.
11395
11396 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
11397
11398 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
11399 mandatory in `define-widget'.
11400
11401 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
11402 Don't align the operators "!=", "<=" and ">=" as assignment operators.
11403
11404 (c-assignment-operators): New language constant that only contains
11405 the assignment operators.
11406
11407 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
11408
11409 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
11410
11411 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11412 Safeguard against unbalanced sexps.
11413
11414 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
11415
11416 * version.el (emacs-version): Check for gtk. Include gtk version info.
11417
11418 2003-08-25 John Paul Wallington <jpw@gnu.org>
11419
11420 * man.el (Man-default-man-entry): Don't whizz past the section
11421 number before looking for it.
11422
11423 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
11424
11425 * progmodes/gud.el (gud-display-line): Don't set window-point if
11426 source buffer is not visible. (Only happens with M-x gdba.)
11427
11428 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
11429 documentation.
11430 (gdb-source, gdb-source-info): Update to assembler unnecessary
11431 as its done after each GDB command anyway.
11432 (gdb-pre-prompt): Use with-current-buffer.
11433 (gdb-insert-field): Add help-echo text.
11434 (gdb-invalidate-assembler): Re-display of assembler now done in
11435 gdb-info-breakpoints-custom.
11436 (gdb-info-breakpoints-custom): Force re-display of assembler to
11437 happen *after* update of breakpoints buffer.
11438 (gdb-display-source-buffer): Don't choke if gdb-source-window
11439 isn't visible.
11440 (gdb-put-string, gdb-put-arrow): Remove free variables.
11441
11442 2003-08-24 John Paul Wallington <jpw@gnu.org>
11443
11444 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
11445
11446 * man.el (Man-default-man-entry): Strip text properties when
11447 snarfing parts of entry because `format' preserves properties.
11448
11449 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11450
11451 * files.el (file-newest-backup): Use `expand-file-name'.
11452
11453 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
11454 Allow the diary to pop up a new frame, if needed.
11455
11456 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
11457 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
11458 (smtpmail-send-it): Make treatment of envelope-from consistent with
11459 sendmail.el.
11460
11461 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
11462 (sh-leading-keywords): Add the bash `time' reserved word.
11463 (sh-variables): Add some bash variables.
11464 (sh-add-completer): Fix nil branch of case statement.
11465
11466 2003-08-24 Masatake YAMATO <jet@gyve.org>
11467
11468 * progmodes/ld-script.el: New file.
11469
11470 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
11471
11472 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
11473
11474 2003-08-23 Andre Spiegel <spiegel@gnu.org>
11475
11476 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
11477 Better explain obsolescence, and what to use instead.
11478
11479 2003-08-23 Masatake YAMATO <jet@gyve.org>
11480
11481 * pcvs.el (cvs-do-removal): Show the deleted file name
11482 on the prompt.
11483
11484 2003-08-20 Dave Love <fx@gnu.org>
11485
11486 * international/mule.el (make-coding-system)
11487 (set-buffer-file-coding-system): Doc fix.
11488
11489 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
11490
11491 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
11492
11493 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
11494
11495 * international/utf-16.el: Add mime-text-unsuitable coding system
11496 properties.
11497
11498 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
11499
11500 * cus-edit.el: Add some :links.
11501 (bib): Remove.
11502
11503 * textmodes/bib-mode.el (bib): Add :group external.
11504
11505 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
11506
11507 * wid-edit.el (widget-echo-help): Make it handle expressions that
11508 evaluate to strings.
11509
11510 2003-08-18 Michael Mauger <mmaug@yahoo.com>
11511
11512 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
11513
11514 Simplify selection of SQL products to define highlighting and
11515 interactive mode. Includes detailed instructions on adding
11516 support for new products.
11517
11518 * progmodes/sql.el (sql-product): New variable. Identifies SQL
11519 product for use in highlighting and interactive mode.
11520 (sql-interactive-product): New variable. SQL product for
11521 sql-interactive-mode.
11522 (sql-product-support): New variable. Specifies product-specific
11523 parameters to drive highlighting and interactive mode.
11524 (sql-imenu-generic-expression): Add more object types.
11525 (sql-sqlite-options): Correct comment.
11526 (sql-ms-program): Use "osql" rather than "isql".
11527 (sql-prompt-regexp, sql-prompt-length): Update comment.
11528 (sql-mode-menu): Add "Start SQLi session" entry.
11529 Replace Highlighting submenu with Product menu. Fix Send Region entry.
11530 (sql-mode-abbrev-table): Add abbreviations. Support of
11531 SYSTEM-FLAG on define-abbrev. Support was removed with last
11532 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
11533 (sql-mode-font-lock-object-name): Add font-lock pattern for object
11534 names.
11535 (sql-mode-ansi-font-lock-keywords): Set as default value.
11536 (sql-mode-oracle-font-lock-keywords): Set as default value.
11537 Support Oracle 9i keywords.
11538 (sql-mode-postgres-font-lock-keywords): Set as default value.
11539 (sql-mode-linter-font-lock-keywords): Set as default value.
11540 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
11541 SQLServer 2000.
11542 (sql-mode-sybase-font-lock-keywords)
11543 (sql-mode-interbase-font-lock-keywords)
11544 (sql-mode-sqlite-font-lock-keywords)
11545 (sql-mode-strong-font-lock-keywords)
11546 (sql-mode-mysql-font-lock-keywords)
11547 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
11548 keywords.
11549 (sql-mode-font-lock-defaults): Update comment.
11550 (sql-product-feature): New function. Returns feature associated
11551 with a product from `sql-product-support' alist.
11552 (sql-product-font-lock): New function. Set font-lock support
11553 based on `sql-product'.
11554 (sql-add-product-keywords): New function. Add font-lock rules to
11555 product-specific keyword variables.
11556 (sql-set-product): New function. Set `sql-product' and apply
11557 appropriate font-lock highlighting.
11558 (sql-highlight-product): New function. Set font-lock support
11559 based on a product. Also set mode name to include product name.
11560 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
11561 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
11562 Use `sql-set-product'.
11563 (sql-highlight-ms-keywords)
11564 (sql-highlight-sybase-keywords)
11565 (sql-highlight-interbase-keywords)
11566 (sql-highlight-strong-keywords)
11567 (sql-highlight-mysql-keywords)
11568 (sql-highlight-sqlite-keywords)
11569 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
11570 (sql-get-login): Prompt in the same order as the tokens.
11571 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
11572 (sql-product-interactive): New function. Common portions of
11573 product-specific interactive mode wrappers.
11574 (sql-interactive-mode): Rewritten to use product features.
11575 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11576 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11577 (sql-db2, sql-linter): Use `sql-product-interactive'.
11578 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11579 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11580 (sql-connect-ingres, sql-connect-postgres)
11581 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11582 New functions. Format command line parameters and invoke comint on
11583 the appropriate interpreter. Code was in the corresponding
11584 `sql-xyz' function before.
11585 (sql-connect-ms): New function. Support -E argument to use
11586 operating system credentials for authentication.
11587
11588 2003-08-18 Kenichi Handa <handa@m17n.org>
11589
11590 * international/mule.el (encode-char): Fix for the ASCII case.
11591
11592 2003-08-15 Kenichi Handa <handa@m17n.org>
11593
11594 * international/fontset.el (setup-default-fontset): Change "*" to
11595 nil in the specifications of font family.
11596
11597 2003-08-18 Kim F. Storm <storm@cua.dk>
11598
11599 * kmacro.el (kmacro-keymap): Group related bindings in
11600 initialization for clarity. Bind C-s to start macro.
11601 Remove C-r binding.
11602 (kmacro-initial-counter-value): New defvar to hold initial counter
11603 value in case we set the value before defining a macro.
11604 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
11605 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
11606 not defining or executing macro. Doc fix.
11607 (kmacro-add-counter): Clear kmacro-initial-counter-value.
11608 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
11609 temporarily view older elements on the macro ring without cycling
11610 the ring.
11611 (kmacro-display): Doc fix.
11612 (kmacro-exec-ring-item): New helper function.
11613 (kmacro-call-ring-2nd): Use it.
11614 (kmacro-call-ring-2nd-repeat): Doc fix.
11615 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
11616 (kmacro-end-or-call-macro): Execute last viewed macro (using
11617 kmacro-exec-ring-item) from ring if this follows
11618 kmacro-view-macro. This allows us to find a macro on the ring
11619 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
11620 the ring to bring it to the head of the ring.
11621 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
11622 Allow binding to reserved keys without specifying C-x C-k prefix.
11623 Ask for confirmation if entered key sequence is already bound to
11624 a non-macro command.
11625 (kmacro-view-macro): Repeating command will show older elements
11626 on the macro ring; C-k will execute the last viewed macro.
11627 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
11628 property from 'ring to 'head.
11629
11630 2003-08-17 Alan Shutko <ats@acm.org>
11631
11632 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
11633 keeping December out of the alist.
11634
11635 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
11636
11637 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
11638 * calendar/calendar.el (calendar-mode-map): Bind it to key.
11639 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
11640 (calendar-flatten): New function.
11641 (calendar-mouse-view-other-diary-entries)
11642 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
11643 in the menu title and to show multi-line diary entries correctly
11644 in the menu.
11645
11646 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
11647
11648 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
11649 defcustom, because the default was recently changed.
11650
11651 2003-08-16 Richard M. Stallman <rms@gnu.org>
11652
11653 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
11654
11655 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11656 New subroutine, broken out of eval-last-sexp-1.
11657 (eval-last-sexp-1): Use eval-last-sexp-print-value.
11658
11659 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11660
11661 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11662
11663 * simple.el (eval-expression): Use eval-last-sexp-print-value.
11664
11665 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
11666
11667 * progmodes/compile.el (compilation-error-regexp-alist):
11668 Add Java ANt error detection as described in document
11669 http://ant.apache.org/faq.html
11670
11671 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
11672
11673 * simple.el (backward-word, forward-to-indentation)
11674 (backward-to-indentation): Argument changed to optional.
11675 (next-line, previous-line): Use `or' instead of `unless'.
11676
11677 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11678
11679 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11680 instead of a constant.
11681
11682 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
11683
11684 * shell.el (shell): With prefix-arg, suggest a new buffer name.
11685
11686 2003-08-12 Andre Spiegel <spiegel@gnu.org>
11687
11688 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11689 (vc-sccs-workfile-version): Search the entire delta table, rather
11690 than just the first entry, because that might be a deleted version.
11691
11692 2003-08-11 Karl Fogel <kfogel@red-bean.com>
11693
11694 * menu-bar.el (menu-bar-options-menu): Supply a body for the
11695 [save-place] binding in the Options menu. Have it require
11696 'saveplace' and then toggle the variable manually, to avoid an an
11697 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
11698 for the bug report.
11699
11700 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
11701
11702 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
11703 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
11704 (gdb-info-threads-custom): Add help-echo text.
11705 (gdb-display-back): Don't use purecopy.
11706 (gdb-info-breakpoints-custom, gdb-reset)
11707 (gdb-assembler-custom): Use display-images-p to test if breakpoint
11708 icons can be displayed.
11709
11710 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
11711
11712 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11713
11714 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
11715
11716 * bookmark.el (bookmark-completing-read):
11717 Return a string, instead of a list of one string.
11718 Use a popup menu if activated from the mouse.
11719 (bookmark-edit-annotation): Remove unused vars.
11720 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11721 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11722 to bookmark-completing-read.
11723 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11724 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11725 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11726 and erase-buffer.
11727 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11728 (bookmark-menu-jump, bookmark-menu-insert)
11729 (bookmark-popup-menu-and-apply-function)
11730 (bookmark-menu-popup-paned-bookmark-menu): Remove.
11731 (bookmark-menu-build-paned-menu): Remove by folding it into
11732 bookmark-menu-popup-paned-menu.
11733 (menu-bar-bookmark-map): Move the define-key statements here.
11734 Use the "non-menu" commands since they now pop up a menu if needed.
11735 (bookmark-exit-hook-internal): Simplify.
11736
11737 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
11738
11739 * reftex-toc.el (reftex-toc-rename-label): New function.
11740 (reftex-toc-check-docstruct): New function.
11741
11742 * reftex.el (reftex-region-active-p): New function.
11743
11744 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11745 regexp to find the \bibliography macro.
11746
11747 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11748 which does not exist in LaTeX.
11749 (reftex-cite-format-builtin): Added amsrefs support.
11750 (reftex-toc-confirm-promotion): New option
11751
11752 * reftex-toc.el
11753 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11754 (reftex-toc-demote, reftex-toc-promote)
11755 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11756 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11757 (reftex-toc-newhead-from-alist)
11758 (reftex-toc-load-all-files-for-promotion): New functions.
11759 (reftex-toc-help): Added description of new keys.
11760 (reftex-toc-split-windows-fraction): New option.
11761 (reftex-recenter-toc-when-idle): Search *toc* window on all
11762 visible frames.
11763 (reftex-toc): Additional parameter REUSE
11764 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
11765 with REUSE argument.
11766 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11767 the call of `reftex-toc'.
11768 (reftex-make-separate-toc-frame): New function .
11769 (reftex-toc-recenter): When called with triple prefix arg, call
11770 `reftex-make-separate-toc-frame' first.
11771 (reftex-toc-toggle-dedicated-frame): New command.
11772 (reftex-toc-quit): Adapted to delete frame when called in
11773 dedicated frame.
11774
11775 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11776 all enclosing macros.
11777
11778
11779 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11780
11781 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11782 first use.
11783
11784 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11785
11786 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11787
11788 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11789
11790 * calendar/calendar.el (list-diary-entries-hook)
11791 (diary-display-hook, nongregorian-diary-listing-hook)
11792 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11793 Add some customize options for these hooks.
11794 (calendar-abbrev-construct): Don't try to take a substring longer
11795 than the original string.
11796
11797 2003-08-05 Richard M. Stallman <rms@gnu.org>
11798
11799 * emacs-lisp/testcover.el (noreturn): Report error if does return.
11800 (testcover-reinstrument-clauses): Doc fix.
11801
11802 * emacs-lisp/warnings.el: Doc fixes, args renamed.
11803 (warning-type-format): Rename from warning-group-format.
11804
11805 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11806 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11807 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11808 to prevent warnings about defvar for an obsolete variable.
11809
11810 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11811 warning-group-format renamed to warning-type-format.
11812
11813 * subr.el (read-passwd): Use clear-string instead of fillarray.
11814
11815 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11816 Use vconcat instead of concat.
11817 (edmacro-sanitize-for-string): New function.
11818
11819 2003-08-05 Dave Love <fx@gnu.org>
11820
11821 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11822 line-number-display-limit-width.
11823
11824 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11825
11826 2003-08-05 Kenichi Handa <handa@m17n.org>
11827
11828 * international/code-pages.el: Don't require mule-diag.
11829
11830 * international/mule-diag.el (non-iso-charset-alist):
11831 Add autoload cookie.
11832
11833 * language/devan-util.el (dev-glyph-order): Add an entry for the
11834 glyph code #xC4.
11835
11836 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11837
11838 * calendar/calendar.el (diary-file, diary-file-name-prefix)
11839 (european-calendar-style, diary-date-forms)
11840 (calendar-day-name-array, calendar-month-name-array): Doc change.
11841 (generate-calendar-month): Adapt for new behaviour of
11842 `calendar-day-name' function.
11843 (calendar-abbrev-length, calendar-day-abbrev-array)
11844 (calendar-month-abbrev-array): New variables.
11845 (calendar-abbrev-construct): New function.
11846 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11847 rather than fixing abbrevs at some width. Calling syntax change.
11848 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
11849 (calendar-date-string): Adapt for new behaviours of
11850 `calendar-day-name' and `calendar-month-name' functions.
11851
11852 * calendar/diary-lib.el (list-diary-entries): Adapt for new
11853 behaviour of `calendar-day-name' and `calendar-month-name' functions.
11854 (diary-name-pattern): Use abbrev arrays, rather than fixing
11855 abbrevs at three chars. Calling syntax change.
11856 (mark-diary-entries): Adapt for new behaviours of
11857 `diary-name-pattern' and `calendar-make-alist' functions.
11858 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11859 `diary-name-pattern' function.
11860 (font-lock-diary-date-forms): Use abbrev arrays, rather than
11861 fixing abbrevs at three chars. Calling syntax change.
11862 (cal-hebrew, cal-islam): Require when compiling.
11863 (diary-font-lock-keywords): Adapt for new behaviour of
11864 `font-lock-diary-date-forms' function.
11865
11866 * calendar/cal-hebrew.el: Reposition some code so defined before used.
11867 (calendar-hebrew-month-name-array-common-year)
11868 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11869 (list-hebrew-diary-entries): Adapt for new behaviours of
11870 `calendar-day-name' and `add-to-diary-list' functions.
11871 (mark-hebrew-diary-entries): Adapt for new behaviours of
11872 `diary-name-pattern' and `calendar-make-alist' functions.
11873
11874 * calendar/cal-islam.el (calendar-islamic-month-name-array):
11875 Add doc string.
11876 (list-islamic-diary-entries): Adapt for new behaviours of
11877 `calendar-day-name' and `add-to-diary-list' functions.
11878 (mark-islamic-diary-entries): Adapt for new behaviours of
11879 `diary-name-pattern' and `calendar-make-alist' functions.
11880
11881 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11882 `calendar-month-name' function.
11883
11884 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11885
11886 * calendar/solar.el (solar-seasons-data): Move definition before use.
11887
11888 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11889 (cal-tex-LaTeX-hourbox): Move definition before use.
11890
11891 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11892 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11893 lunar.el, solar.el
11894 (displayed-month, displayed-year): Define for compiler.
11895
11896 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11897
11898 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11899 MODE. Renamed from c-init-c-language-vars'.
11900 (c-initialize-cc-mode): Change accordingly.
11901 (c-common-init): Ditto.
11902 (c-mode): Ditto.
11903 (c++-mode): Use `c-init-language-vars-for'.
11904 (objc-mode): Ditto.
11905 (java-mode): Ditto.
11906 (idl-mode): Ditto.
11907 (pike-mode): Ditto.
11908 (awk-mode): Ditto.
11909
11910 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11911
11912 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11913 or not the point moved.
11914
11915 (c-search-decl-header-end): Don't trip up on operator identifiers
11916 in C++ and operators like == in all languages.
11917
11918 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11919 Detect leading labels correctly.
11920
11921 2003-08-02 Andreas Schwab <schwab@suse.de>
11922
11923 * textmodes/ispell.el: Don't redo key bindings on loading, put
11924 them only in loaddefs.el.
11925 * bookmark.el: Likewise.
11926 * dabbrev.el: Likewise.
11927 * emerge.el: Likewise.
11928
11929 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11930 has more than one member.
11931
11932 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11933
11934 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11935
11936 * lpr.el (printify-region): It was ending conversion before the
11937 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
11938
11939 2003-07-31 John Paul Wallington <jpw@gnu.org>
11940
11941 * net/browse-url.el (browse-url-epiphany): Doc fix.
11942
11943 2003-07-30 Kenichi Handa <handa@m17n.org>
11944
11945 * international/fontset.el (setup-default-fontset):
11946 Change registry names of Akurti fonts.
11947
11948 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11949
11950 * comint.el (comint-read-noecho): Use `clear-string' instead of
11951 `fillarray'.
11952
11953 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
11954
11955 * outline.el (outline-mode-hook): Add defvar.
11956
11957 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
11958
11959 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11960 Restore assembler in source window if that is what has been selected.
11961 (menu): Add gdb-restore-windows to menu. Make gdba
11962 specific menus only visible from gdba.
11963
11964 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11965
11966 * progmodes/compile.el (compilation-environment): New user variable.
11967 (compile-internal): Respect it.
11968
11969 2003-07-23 Masatake YAMATO <jet@gyve.org>
11970
11971 * progmodes/gud.el (gdb-script-font-lock-keywords):
11972 Put `font-lock-function-name-face' on a symbol which includes
11973 `-' like `hook-run'. Put font-lock-variable-name-face
11974 on a symbol starting with $.
11975
11976 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11977
11978 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11979
11980 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11981
11982 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11983
11984 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11985
11986 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11987 Use with-no-warnings.
11988 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11989 rather than to find-file-not-found-hook, which doesn't exist.
11990
11991 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11992
11993 * international/quail.el (quail-translate-key): Fix previous change.
11994
11995 2003-07-25 John Paul Wallington <jpw@gnu.org>
11996
11997 * server.el (server-start): Check `server-process' is non-nil
11998 before killing it to avoid killing current buffer's process.
11999
12000 * simple.el (choose-completion-string): Use `minibufferp';
12001 test `completion-reference-buffer' if `buffer' arg is nil.
12002 (push-mark): Use `when' and `unless'.
12003 (pop-mark): Use `when'.
12004
12005 * mouse-sel.el (mouse-sel-get-selection-function):
12006 Check `x-last-selected-text-primary'. Don't barf if it or
12007 `x-last-selected-text' aren't bound.
12008
12009 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12010
12011 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12012
12013 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
12014
12015 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12016
12017 2003-07-23 John Paul Wallington <jpw@gnu.org>
12018
12019 * tooltip.el (defface tooltip): Inherit from variable-pitch.
12020
12021 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12022
12023 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12024 string. Defvar the derived hook.
12025
12026 * macros.el (insert-kbd-macro): Escape double quote character.
12027 From Thomas W Murphy <twm@andrew.cmu.edu>.
12028
12029 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
12030
12031 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12032 to match the specific mark rather than reusing comment-start-skip.
12033
12034 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
12035
12036 * progmodes/hideshow.el (hs-special-modes-alist):
12037 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
12038
12039 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
12040
12041 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12042 value using ?\s.
12043
12044 2003-07-21 John Paul Wallington <jpw@gnu.org>
12045
12046 * subr.el (with-selected-window): Add closing paren.
12047
12048 2003-07-21 Richard M. Stallman <rms@gnu.org>
12049
12050 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12051 (lisp-mode): Likewise.
12052
12053 * subr.el (with-selected-window): Copy code form save-selected-window
12054 so as to call select-window with norecord arg.
12055 (dynamic-completion-table): Doc fix.
12056 (lazy-completion-table): Doc fix.
12057
12058 * international/mule-cmds.el (set-locale-environment):
12059 langinfo renamed to locale-info.
12060
12061 * international/mule.el (auto-coding-functions): Doc fix.
12062
12063 2003-07-21 Kenichi Handa <handa@m17n.org>
12064
12065 * international/quail.el (quail-translate-key):
12066 Update quail-current-str correctly.
12067
12068 2003-07-21 Andreas Schwab <schwab@suse.de>
12069
12070 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12071 ?, to "_".
12072
12073 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
12074 Version 2.0.36 of Tramp released.
12075
12076 * net/tramp.el (tramp-default-password-end-of-line): Rename from
12077 tramp-password-end-of-line.
12078 (tramp-password-end-of-line): New method parameter.
12079 (tramp-get-password-end-of-line): Function to access method
12080 parameter `tramp-password-end-of-line', or variable
12081 `tramp-default-password-end-of-line' (default value).
12082 (tramp-methods): Add entries for new parameter
12083 tramp-password-end-of-line.
12084 (tramp-enter-password): Use new function
12085 `tramp-get-password-end-of-line'.
12086 (tramp-handle-insert-file-contents): Do not
12087 unconditionally inhibit the file operation file-local-copy, only
12088 do that when the inhibit-file-name-operation is currently
12089 insert-file-contents. This fixes finding remote CVS-controlled
12090 files. (It would barf on inserting the CVS/Entries file
12091 literally, because the file-local-copy handler wasn't called.)
12092 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12093 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12094 (tramp-initial-commands): New variable.
12095 (tramp-process-initial-commands): New function, using the variable.
12096 (tramp-open-connection-setup-interactive-shell): Call the new function.
12097 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12098 method into the buffer name, never use nil. Reported by Hanak
12099 David <dhanak@inf.bme.hu>.
12100 (tramp-open-connection-setup-interactive-shell): Erase buffer
12101 before sending "stty -onlcr".
12102
12103 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12104
12105 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
12106
12107 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12108
12109 2003-07-19 John Paul Wallington <jpw@gnu.org>
12110
12111 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12112 (artist-draw-rect, artist-draw-square): Doc fixes.
12113
12114 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12115
12116 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12117
12118 2003-07-19 Kenichi Handa <handa@m17n.org>
12119
12120 * international/kkc.el (kkc-show-conversion-list-update):
12121 Highlight the correct candidate in the message.
12122
12123 2003-07-18 John Paul Wallington <jpw@gnu.org>
12124
12125 * simple.el (current-word): Don't include punctuation char when
12126 `really-word' arg is non-nil.
12127
12128 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
12129
12130 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12131 moved to the directory obsolete.
12132
12133 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
12134
12135 * info.el (Info-menu-entry-name-re): Allow newlines in
12136 menu entry names.
12137
12138 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12139 syntax-ppss-after-change-function.
12140 (syntax-ppss-after-change-function): New alias. Update uses.
12141 (syntax-ppss): Catch the case where the buffer is narrowed.
12142
12143 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12144
12145 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12146 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12147
12148 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
12149
12150 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12151 since it might be modified.
12152
12153 * progmodes/cc-langs.el (c++-make-template-syntax-table)
12154 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12155 names to these language constants.
12156
12157 2003-07-15 Kim F. Storm <storm@cua.dk>
12158
12159 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12160 All uses changed.
12161
12162 2003-07-14 Mark A. Hershberger <mah@everybody.org>
12163
12164 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12165 Namespace support.
12166
12167 2003-07-13 Juanma Barranquero <lektu@terra.es>
12168
12169 * frame.el (modify-all-frames-parameters): Reinstall (copyright
12170 papers received).
12171
12172 2003-07-13 Karl Eichwalder <ke@suse.de>
12173
12174 * textmodes/po.el (po-find-charset): White space at the start of the
12175 Content-Type field body is non-mandatory.
12176
12177 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
12178
12179 * textmodes/texinfo.el (texinfo-section-list):
12180 Append appendixsection; a synonym for appendixsec.
12181
12182 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
12183
12184 * man.el (Man-translate-cleanup): New.
12185 (Man-translate-references): Call `Man-translate-cleanup' to clean
12186 leading, trailing and middle spaces.
12187
12188 2003-07-13 Lars Hansen <larsh@math.ku.dk>
12189
12190 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12191 Handle `dired-directory' being a list.
12192
12193 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
12194
12195 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12196 it doesn't exist.
12197
12198 2003-07-12 Richard M. Stallman <rms@gnu.org>
12199
12200 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12201
12202 * progmodes/cc-defs.el (c-make-keywords-re):
12203 Don't use delete-duplicates.
12204 (c-lang-const): Don't use mapcan.
12205
12206 * apropos.el (apropos-show-scores): Make it customizable.
12207 Document new meaning.
12208 (apropos): Compute scores from symbols.
12209 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12210
12211 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12212
12213 * ps-bdf.el: Fix copyright line.
12214 (bdf-directory-list): Fix initialization code.
12215
12216 2003-07-11 John Paul Wallington <jpw@gnu.org>
12217
12218 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12219 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12220 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12221
12222 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
12223
12224 * emacs-lisp/ring.el (ring-elements): Doc fix.
12225
12226 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12227
12228 * calendar/timeclock.el (timeclock-relative)
12229 (timeclock-ask-before-exiting, timeclock-use-display-time):
12230 Doc changes.
12231 (timeclock-modeline-display): Give a message if
12232 `timeclock-use-display-time' is non-nil but `display-time-mode'
12233 is not active.
12234
12235 2003-07-11 Kenichi Handa <handa@m17n.org>
12236
12237 * international/mule-cmds.el (set-language-environment):
12238 Set current-language-environment to the correct string.
12239
12240 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12241
12242 * ps-print.el: Print line number correctly in a region. Reported by
12243 Tim Allen <timallen@ls83.fsnet.co.uk>.
12244 (ps-print-version): New version number (6.6.2).
12245 (ps-printing-region): Code fix.
12246
12247 2003-07-10 John Paul Wallington <jpw@gnu.org>
12248
12249 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12250 this function can be called from `add-completions-from-tags-table'.
12251
12252 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
12253
12254 * calendar/timeclock.el (timeclock-use-display-time)
12255 (timeclock-day-over-hook, timeclock-workday-remaining)
12256 (timeclock-status-string, timeclock-when-to-leave)
12257 (timeclock-when-to-leave-string, timeclock-log-data)
12258 (timeclock-find-discrep, timeclock-day-base)
12259 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12260 (timeclock-modeline-display): Set the variable
12261 `timeclock-modeline-display'.
12262 (timeclock-update-modeline): Doc fix. Respect value of
12263 `timeclock-relative'.
12264
12265 2003-07-09 Richard M. Stallman <rms@gnu.org>
12266
12267 * textmodes/reftex-parse.el (reftex-all-document-files):
12268 Add autoload cookie.
12269
12270 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12271 (reftex-scanning-info-available-p): Add autoload cookie.
12272
12273 * international/mule-cmds.el
12274 (set-display-table-and-terminal-coding-system): Delete duplicate
12275 aset on standard-display-table.
12276
12277 * view.el (view-file): If existing buffer's major mode is special,
12278 don't go into view mode.
12279
12280 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12281
12282 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12283
12284 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12285 buffer changes; there's third party code that calls this function
12286 directly.
12287
12288 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12289
12290 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12291 (autodoc-font-lock-keywords): Don't byte compile on font lock
12292 initialization when running from byte compiled files.
12293
12294 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
12295
12296 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12297 statement ends with auto-increment "++".
12298
12299 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
12300
12301 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12302 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12303 these are changed, so declare them as variables and not constants.
12304
12305 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
12306
12307 * subr.el (dolist, dotimes): Doc fix.
12308
12309 2003-07-08 Kim F. Storm <storm@cua.dk>
12310
12311 * international/mule-cmds.el
12312 (set-display-table-and-terminal-coding-system): Don't break
12313 bootstrap if standard-display-table isn't setup yet.
12314
12315 2003-07-07 Richard M. Stallman <rms@gnu.org>
12316
12317 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12318 Give it a doc string, and autoload it.
12319
12320 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12321 Use with-no-warnings.
12322
12323 * info.el (Info-search): If find invisible text, search again.
12324
12325 * isearch.el (search-whitespace-regexp): Add a shy group around it.
12326
12327 * man.el (Man-name-regexp): Match + as part of name.
12328
12329 * simple.el (visible-mode): Rename from vis-mode.
12330 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
12331
12332 * simple.el (current-word): New arg REALLY-WORD specifies
12333 don't include punctuation chars.
12334
12335 * emacs-lisp/debug.el (debug, debugger-env-macro):
12336 Use with-no-warnings while accessing and binding unread-command-char.
12337
12338 * international/mule-cmds.el
12339 (set-display-table-and-terminal-coding-system): Use explicit loop
12340 instead of calling standard-display-default.
12341
12342 * net/ange-ftp.el (ange-ftp-file-symlink-p):
12343 Use condition-case to catch error in ange-ftp-get-files.
12344
12345 * net/browse-url.el (browse-url-browser-function):
12346 Add alternative for Epiphany.
12347 (browse-url-epiphany-program, browse-url-epiphany-arguments)
12348 (browse-url-epiphany-startup-arguments)
12349 (browse-url-epiphany-new-window-is-tab): New variables.
12350 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
12351
12352 * progmodes/compile.el (compile-auto-highlight): Default now t.
12353 (compile): Doc fix.
12354 (compilation-next-error): Fix previous change.
12355
12356 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
12357
12358 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
12359
12360 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
12361
12362 * gdb-ui.el (gdb-source-info): Display current frame when
12363 attaching to an existing process.
12364 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
12365 while laying out windows when attaching to an existing process.
12366
12367 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
12368
12369 * info.el (Info-menu): Use Info-menu-entry-name-re.
12370
12371 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
12372
12373 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
12374 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
12375
12376 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
12377 to match the same text.
12378
12379 2003-07-06 John Paul Wallington <jpw@gnu.org>
12380
12381 * vc.el (vc-annotate-offset): Move defvar up.
12382
12383 2003-07-06 Kim F. Storm <storm@cua.dk>
12384
12385 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
12386 This should fix the infinite loop when extracting menu names.
12387
12388 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
12389
12390 * files.el (auto-mode-alist, interpreter-mode-alist):
12391 Remove entries to CC Mode modes to avoid duplicates; they are now added
12392 with autoload directives in cc-mode.el.
12393
12394 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
12395
12396 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12397 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12398 these are changed, so declare them as variables and not constants.
12399
12400 * progmodes/cc-mode.el: Fix some autoload problems: Try to
12401 ensure that the entry for ".c" extension comes before the one for
12402 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
12403 Fix incorrect entries that were added to `interpreter-mode-alist'.
12404 Move the autoload directives for AWK to the top level since they
12405 aren't recognized anywhere else. Do not use the new AWK mode doc
12406 in the autoload form for the old AWK mode.
12407
12408 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12409
12410 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
12411 (bibtex-sort-ignore-string-entries): Default value t.
12412 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
12413 erroneously in previous version.
12414 (bibtex-string-files): Docstring reflects new parsing scheme.
12415 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
12416 docstring, add # as one of the chars to crush
12417 (bibtex-autokey-prefix-string, bibtex-autokey-names)
12418 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
12419 (bibtex-autokey-name-change-strings)
12420 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
12421 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
12422 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
12423 (bibtex-autokey-title-terminators)
12424 (bibtex-autokey-titlewords-stretch)
12425 (bibtex-autokey-titleword-ignore)
12426 (bibtex-autokey-titleword-case-convert)
12427 (bibtex-autokey-titleword-abbrevs)
12428 (bibtex-autokey-titleword-abbrevs)
12429 (bibtex-autokey-titleword-change-strings)
12430 (bibtex-autokey-titleword-length)
12431 (bibtex-autokey-titleword-separator)
12432 (bibtex-autokey-name-year-separator)
12433 (bibtex-autokey-year-title-separator)
12434 (bibtex-autokey-before-presentation-function)
12435 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
12436 Fix docstring.
12437 (bibtex-strings, bibtex-reference-keys):
12438 Use lazy-completion-table and make-variable-buffer-local.
12439 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
12440 (bibtex-braced-string-syntax-table)
12441 (bibtex-quoted-string-syntax-table): New variables.
12442 (bibtex-parse-nested-braces): Remove.
12443 (bibtex-parse-field-string): Use syntax table and forward-sexp.
12444 (bibtex-parse-association): Simplify.
12445 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
12446 (bibtex-parse-field-text): Simplify.
12447 (bibtex-search-forward-field, bibtex-search-backward-field):
12448 argument BOUND can take value t.
12449 (bibtex-start-of-field, bibtex-start-of-name-in-field)
12450 (bibtex-end-of-name-in-field, bibtex-end-of-field)
12451 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
12452 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
12453 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
12454 (bibtex-skip-to-valid-entry): Return buffer position of beginning
12455 and ending of entry. Update for changes of bibtex-search-entry.
12456 Simplify.
12457 (bibtex-map-entries): FUN is called with three arguments.
12458 (bibtex-search-entry): Return a cons pair with buffer positions of
12459 beginning and end of entry.
12460 (bibtex-enclosing-field): Simplify.
12461 (bibtex-format-entry): Use booktitle to set a missing title.
12462 (bibtex-autokey-get-names): Fiddle with regexps.
12463 (bibtex-generate-autokey): Use identity.
12464 (bibtex-parse-keys): Use simplified parsing algorithm if
12465 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
12466 arguments. Return alist of keys.
12467 (bibtex-parse-strings): Simplify. Return alist of strings.
12468 (bibtex-complete-string-cleanup): Fix docstring.
12469 (bibtex-read-key): New function.
12470 (bibtex-mode): Fix docstring. Do not parse for keys and
12471 strings when the mode is entered. Set fill-paragraph-function to
12472 bibtex-fill-field. Setup font-lock-mark-block-function the way
12473 font-lock intended.
12474 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
12475 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
12476 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
12477 (bibtex-Preamble): Avoid hard coded constants.
12478 (bibtex-make-field): Fix docstring. Simplify.
12479 (bibtex-beginning-of-entry): Always return new position of point.
12480 (bibtex-end-of-entry): Rearrange cond clauses.
12481 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
12482 Update for changes of bibtex-map-entries.
12483 (bibtex-ispell-abstract): Do not move point.
12484 (bibtex-entry-index): Use downcase. Simplify.
12485 (bibtex-lessp): Handle catch-all.
12486 (bibtex-find-crossref): Turn into a command.
12487 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
12488 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
12489 preamble entries.
12490 (bibtex-fill-field-bounds): New function.
12491 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
12492 (bibtex-fill-entry): Use bibtex-fill-field-bounds
12493 (bibtex-String): Use bibtex-strings. Always obey
12494 bibtex-sort-ignore-string-entries.
12495
12496 2003-07-05 John Paul Wallington <jpw@gnu.org>
12497
12498 * cus-theme.el (customize-create-theme):
12499 Call `customize-create-theme' in Reset widget's notify function.
12500
12501 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
12502 (ibuffer-mark-interactive): Use `or' instead of `unless'.
12503 (define-ibuffer-column name): Add summarizer.
12504 (define-ibuffer-column size): Likewise.
12505 (define-ibuffer-column filename): Likewise.
12506 (define-ibuffer-column process): Likewise. Change BODY's output too.
12507 (define-ibuffer-column filename-and-process): Likewise, likewise.
12508 (ibuffer): Remove local vars `already-in' and `need-update'.
12509
12510 * ibuf-ext.el: Don't require `derived' at compile-time.
12511
12512 2003-07-05 Kim F. Storm <storm@cua.dk>
12513
12514 * info.el: Disable paragraph refilling.
12515 (Info-refill-paragraphs): New defcustom.
12516 (Info-fontify-node): Use it.
12517
12518 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
12519
12520 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
12521 thingies from constructors created by defstruct.
12522
12523 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
12524 the default value of the variable.
12525 (byte-code-meter): Move declaration to top level.
12526
12527 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
12528
12529 * info.el (Info-following-node-name-re): New fun.
12530 (Info-following-node-name): Remove.
12531 (Info-insert-dir): Use the new fun.
12532 (Info-extract-pointer): Don't save restriction; use new fun.
12533 (Info-menu-entry-name-re): New const.
12534 (Info-menu-entry-name-re): Use it along with new fun.
12535 (Info-node-spec-re): Use new fun.
12536 (Info-complete-menu-item, Info-fontify-node): Use new const.
12537 (Info-goto-node, Info-follow-reference, Info-menu-update):
12538 Use match-string.
12539 (Info-follow-reference): Use assoc-string.
12540 Use a list of strings for the completion table.
12541 (Info-fontify-node): Use match-string, line-end-position.
12542 Limit the search for `node:' to the first line.
12543
12544 * newcomment.el (uncomment-region): Remove padding coming from
12545 comment-start rather than just from comment-padding.
12546
12547 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
12548 (vc-cvs-stay-local-p): Use vc-stay-local-p.
12549 (vc-cvs-rename-file): Remove (use the default).
12550 (vc-cvs-register): Register parent dir if needed.
12551 (vc-cvs-could-register): Return non-nil if parent can be registered.
12552 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
12553 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
12554
12555 * vc-svn.el (vc-svn-use-edit): Make it into a const.
12556 (vc-svn-update): Fix the arguments to `svn'.
12557 (vc-svn-diff-tree): Just use `vc-svn-diff'.
12558 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
12559 Simple implementations, assuming `name' is a URL.
12560
12561 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
12562 set of chars allowed unquoted in a case pattern.
12563
12564 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
12565
12566 * font-lock.el (font-lock-extra-types-widget)
12567 (c-font-lock-extra-types, c++-font-lock-extra-types)
12568 (objc-font-lock-extra-types, java-font-lock-extra-types)
12569 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
12570 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
12571 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
12572 (font-lock-match-c++-structor-declaration)
12573 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
12574 (c++-font-lock-keywords-3, c++-font-lock-keywords)
12575 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
12576 (objc-font-lock-keywords-3, objc-font-lock-keywords)
12577 (java-font-lock-keywords-1, java-font-lock-keywords-2)
12578 (java-font-lock-keywords-3, java-font-lock-keywords)
12579 (java-font-lock-syntactic-face-function): Remove obsolete code
12580 and constants. It's all in cc-fonts.el now.
12581
12582 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
12583
12584 * mail/sendmail.el (mail-specify-envelope-from)
12585 (mail-envelope-from): Doc fix.
12586
12587 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
12588
12589 * generic-x.el: Do away with the dependency on `c-emacs-features'
12590 when populating `rul-generic-mode-syntax-table'; we already know
12591 this isn't XEmacs.
12592
12593 See ChangeLog.10 for earlier changes.
12594
12595 ;; Local Variables:
12596 ;; coding: iso-2022-7bit
12597 ;; End:
12598
12599 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
12600 Copying and distribution of this file, with or without modification,
12601 are permitted provided the copyright notice and this notice are preserved.
12602
12603 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1