*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2004-11-16 Richard M. Stallman <rms@gnu.org>
2
3 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4 Discard spaces after \i according to TeX rules.
5
6 * international/mule.el (set-buffer-file-coding-system):
7 New arg NOMODIFY.
8 (after-insert-file-set-coding): Pass that new arg.
9 Prevent set-buffer-multibyte from trying to lock the file.
10
11 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
12
13 * saveplace.el (save-place): Doc fix.
14
15 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
16 temporarily widen before finding the following word to copy.
17
18 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
19 (cl-map-keymap): Definition deleted.
20
21 * subr.el (map-keymap-internal): New function.
22
23 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
24
25 * international/iso-cvt.el (iso-tex2iso-trans-tab):
26 Discard whitespace after macro \i when converting it.
27
28 2004-11-16 Juri Linkov <juri@jurta.org>
29
30 * emacs-lisp/find-func.el (find-function-regexp):
31 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
32 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
33 Remove invalid `\W' from [^cgv\W]. Doc fix.
34 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
35
36 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
37
38 * play/life.el: Maintainer is now FSF.
39 (life-patterns, life-neighbor-deltas, life-window-start)
40 (life-current-generation, life-generation-string): Use defvar
41 instead of defconst.
42
43 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * progmodes/compile.el (compilation-move-to-column): New fun.
46 (compilation-internal-error-properties)
47 (compilation-next-error-function): Use it to make sure we don't go past
48 the end of line.
49
50 2004-11-15 John Paul Wallington <jpw@gnu.org>
51
52 * autoinsert.el (auto-insert-alist): Insert the user's name in
53 copyright notice, rather than Free Software Foundation, for the
54 Emacs Lisp header case too.
55
56 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
57
58 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
59 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
60 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
61 return the list of string in a string.
62 (pr-call-process): Message if calling process returns an error, that
63 is, the exit status is different of zero.
64
65 2004-11-15 Jay Belanger <belanger@truman.edu>
66
67 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
68 variable var-thing.
69
70 (math-integ-depth, math-integ-level, math-integral-limit)
71 (math-enable-subst, math-any-substs, math-integ-msg)
72 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
73 (math-int-threshold, math-int-factors, math-double-roots)
74 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
75 (var-GenCount): Declare these variables.
76 (calcFunc-integ): Don't check if var-IntegLimit is bound.
77
78 (math-integral-cache, math-integral-cache-state):
79 Move declarations to earlier in the file.
80
81 (math-deriv-var, math-deriv-total, math-deriv-symb)
82 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
83 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
84 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
85 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
86 (math-solve-res): New variables
87 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
88 (math-integral, math-replace-integral-parts)
89 (math-integrate-by-parts, calc-dump-integral-cache)
90 (math-try-integral, math-do-integral, math-do-integral)
91 (math-do-integral-methods, math-try-solve-for)
92 (math-try-solve-prod, math-solve-poly-funny-powers)
93 (math-solve-crunch-poly, math-decompose-poly)
94 (math-solve-find-root-term, math-find-root-in-prod)
95 (math-integ-try-linear-substitutions)
96 (math-integ-try-substitutions, math-expr-rational-in)
97 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
98 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
99 (math-solve-for, math-solve-system, math-solve-system-rec)
100 (math-solve-get-sign, math-solve-get-int)
101 (math-solve-system-subst): Replace undeclared variables with newly
102 declared variables.
103
104 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
105
106 * files.el (convert-standard-filename): Doc fix.
107
108 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
109
110 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
111 passwd, group, shadow, default/* and pam.d/*.
112
113 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
114
115 * printing.el (pr-menu-spec): Adjust menu specification.
116
117 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
118
119 * printing.el: Doc fix. Insert :version tag into all defcustom.
120 Handle interactive-p as is recommended in Emacs Lisp Reference.
121 Set the file permission bits for newly created files.
122 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
123 The printing menu specification (in `pr-menu-spec') was merged.
124 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
125 (pr-version): New version number (6.8.3).
126 (pr-file-modes): New option.
127 (pr-interactive-p): New var.
128 (pr-save-interactive, pr-save-file-modes): New macros.
129 (pr-setup): Code fix.
130 (pr-menu-spec): Menu specification merged.
131 (pr-call-process, pr-text2ps): Set file permission bits.
132 (pr-despool-print): Set file permission bits. Handle interactive-p as
133 is recommended.
134 (pr-interface, pr-ps-directory-preview)
135 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
136 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
137 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
138 (pr-ps-buffer-ps-print, pr-ps-region-preview)
139 (pr-ps-region-using-ghostscript, pr-ps-region-print)
140 (pr-ps-region-ps-print, pr-ps-mode-preview)
141 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
142 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
143 (pr-despool-using-ghostscript, pr-despool-ps-print)
144 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
145 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
146 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
147 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
148 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
149 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
150 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
151 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
152 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
153 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
154 Handle interactive-p as is recommended.
155
156 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
159 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
160
161 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
162 so it doesn't forget to highlight the beginning of the region either.
163
164 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
165
166 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
167 (c-font-lock-init): Eliminate obsolete make-local-hook.
168 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
169 (awk-mode): Use run-mode-hooks.
170
171 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
172
173 2004-11-13 Kim F. Storm <storm@cua.dk>
174
175 * mouse.el (mouse-drag-copy-region): Add :version.
176 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
177 while dragging mode line, so mode line can be dragged downwards.
178 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
179 while pressing mouse button so window doesn't scroll until we
180 release the mouse if clicking on partially visible line.
181
182 2004-11-12 Jay Belanger <belanger@truman.edu>
183
184 * calc/calc-graph.el (calc-dumb-map): Declare it.
185 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
186 than unbound.
187 (calc-graph-name): Made `end' a local variable.
188 (calc-graph-lookup): Made `varname' a local variable.
189 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
190 Declare them.
191 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
192 (calc-graph-plot, calc-graph-compute-3d): Remove references to
193 the unused variable y3vec.
194 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
195 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
196 calc-graph-prev-kill-hook.
197 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
198 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
199 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
200 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
201 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
202 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
203 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
204 (calc-graph-y3value, calc-graph-y3name)
205 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
206 (calc-graph-stepcount, calc-graph-is-splot)
207 (calc-graph-surprise-splot, calc-graph-blank)
208 (calc-graph-non-blank, calc-graph-curve-num): New variables.
209 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
210 (calc-graph-recompute-2d, calc-graph-compute-3d)
211 (calc-graph-format-data): Replace undeclared variables with the
212 above newly declared variables.
213
214 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
215
216 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
217 `rsf-beep' and `rsf-sleep-after-message'.
218
219 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
220 list if `message-sender' is non-nil.
221
222 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
223
224 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
225 consing by using mapc instead of mapcar.
226
227 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
228
229 * tooltip.el (require): Explain why CL is needed.
230
231 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
232
233 * printing.el: Insert :version into defgroup (printing). All reference
234 to Files option in menubar were changed to File.
235 (pr-version): New version number (6.8.2).
236 (pr-get-symbol): Call easy-menu-intern.
237 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
238 compilation gripes.
239
240 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
243 new byte-compile-function-environment binding to t.
244
245 * font-lock.el (font-lock-fontify-syntactically-region):
246 Don't forget to highlight the last char when we hit `end'.
247
248 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
249 (mwheel-scroll): Adjust accordingly.
250
251 * cvs-status.el: Reduce spurious warnings.
252 (cvs-status-checkout): Remove.
253 (cvs-status-mode-map): Use cvs-mode-checkout instead.
254
255 * pcvs.el (cvs-mode-checkout): New command.
256
257 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
258
259 * tooltip.el: Require CL.
260
261 * emacs-lisp/bytecomp.el: Use push.
262 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
263 (defalias): Remove the `byte-compile' property and add
264 a `byte-hunk-handler'.
265
266 2004-11-11 Juri Linkov <juri@jurta.org>
267
268 * info.el (Info-search): Save match data for isearch.
269 Skip Tag Table node.
270
271 * descr-text.el (describe-char): Replace syntax-after with code
272 from its previous version.
273
274 * files.el (magic-mode-alist): Use optimization for SGML mode too.
275 (set-auto-mode): Doc fix. Remove unused variable `xml'.
276
277 * international/mule.el (sgml-html-meta-auto-coding-function):
278 Remove > after <html to allow HTML attributes.
279
280 2004-11-11 Jay Belanger <belanger@truman.edu>
281
282 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
283 a variable.
284 (calcFunc-dfac): Replace unbound max by n.
285 (math-stirling-local-cache): New variable.
286 (math-stirling-number, math-stirling-1, math-stirling-2):
287 Replace the variable `cache' by the declared variable
288 math-stirling-local-cache.
289 (var-RandSeed): Declare it as a variable.
290 (math-init-random-base, math-random-digit): Don't check to see if
291 var-RandSeed is bound.
292 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
293 Declare them instead of just setting them.
294 (math-init-random-base): Made i a local variable.
295 (math-random-digit): Made math-random-last a local variable.
296 (math-prime-test-cache): Move declaration to before it is used.
297 (math-prime-test-cache-k, math-prime-test-cache-q)
298 (math-prime-test-cache-nm1, math-prime-factors-finished):
299 Declare them as variables.
300
301 2004-11-11 Jay Belanger <belanger@truman.edu>
302
303 * calc/calc-ext.el (math-defcache): Use defvar for the new
304 variables it creates.
305
306 2004-11-11 Lars Hansen <larsh@math.ku.dk>
307
308 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
309 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
310 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
311 (desktop-save): Add :version.
312
313 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
314
315 * printing.el (pr-get-symbol): Don't downcase.
316
317 2004-11-10 Jay Belanger <belanger@truman.edu>
318
319 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
320 string to kill-ring.
321
322 * calc/calc-aent.el (calc-alg-exp, math-toks)
323 (math-exp-pos,math-exp-old-pos, math-exp-token)
324 (math-exp-keep-spaces, math-exp-str): New variables.
325 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
326 (calcAlg-enter): Use declared variable calc-alg-exp.
327 (math-build-parse-table, math-find-user-token): Use declared
328 variable math-toks.
329 (math-read-exprs, math-read-token, calc-check-user-syntax)
330 (calc-match-user-syntax, match-factor-after, math-read-factor):
331 Use declared variables math-exp-pos math-exp-old-pos.
332 (math-read-exprs, math-read-token, math-read-expr-level)
333 (calc-check-user-syntax, calc-match-user-syntax)
334 (match-factor-after, math-read-factor): Use declared variable
335 math-exp-token.
336 (math-read-exprs, math-read-expr-list, math-read-token)
337 (math-read-factor): Use declared variable math-exp-keep-spaces.
338 (math-read-exprs, math-read-token): Use declared variable
339 math-exp-str.
340 (calc-match-user-syntax): Make m a local variable.
341
342 * calc/calc-ext.el (math-read-expr): Use declared variables
343 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
344 math-exp-keep-spaces.
345
346 * calc/calc-forms.el (math-read-angle-bracket): Use declared
347 variables math-exp-pos, math-exp-str.
348
349 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
350 math-exp-old-pos.
351 (math-parse-fortran-vector, math-parse-fortran-vector-end)
352 (math-parse-eqn-prime): Use declared variable math-exp-token.
353
354 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
355 Use declared variable math-exp-pos.
356 (math-check-for-commas): Use declared variable math-exp-str.
357 (math-read-brackets): Use declared variables math-exp-old-pos,
358 math-exp-keep-spaces.
359 (math-read-brackets, math-read-vector, math-read-matrix):
360 Use declared variable math-exp-token.
361
362 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
363
364 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
365 where the keymap is a symbol.
366 (easy-menu-add-item): Use keymap-prompt. Simplify.
367
368 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
369
370 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
371 (sgml-parse-tag-backward): Use it to skip spurious < or >.
372
373 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
374
375 * ebuff-menu.el: Doc fixes throughout.
376 (electric-buffer-menu-mode-hook): New defvar.
377
378 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
379
380 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
381 compilation. The resulting compiler warnings appear to be harmless.
382
383 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
384
385 * textmodes/conf-mode.el: New file.
386
387 * files.el (auto-mode-alist, magic-mode-alist): Use it.
388
389 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
392
393 2004-11-09 Jay Belanger <belanger@truman.edu>
394
395 * calc/calc-ext.el (calc-init-extensions): Remove old code.
396
397 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
398 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
399 (calc-z-prefix-help, calc-user-function-list): Use declared
400 variables calc-z-prefix-buf, calc-z-prefix-msgs.
401 (math-map-tree, math-map-tree-rec): Use declared variables
402 math-mt-many, math-mt-func.
403 (math-read-expression, math-read-string): Use declared variable
404 math-expr-data.
405
406 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
407 variable math-normalize-a.
408
409 * calc/calc.el (math-normalize-a): New variable.
410 (math-normalize): Use declared variable math-normalize-a.
411
412 * calc/calc-poly.el (math-expand-form): Use declared variable
413 math-mt-many.
414
415 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
416 Use declared variable math-mt-many.
417 (math-rewrite): Use declared variable math-mt-func.
418
419 * calc/calc-vec.el (math-read-brackets, math-read-vector)
420 (math-read-matrix): Use declared variable math-expr-data.
421
422 * calc/calc-lang.el (math-parse-fortran-vector)
423 (math-parse-fortran-vector-end, math-parse-tex-sum)
424 (math-parse-eqn-matrix, math-parse-eqn-prime)
425 (math-read-math-subscr): Use declared variable math-expr-data.
426
427 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
428 (math-read-expr-level, math-read-token, calc-check-user-syntax)
429 (calc-match-user-syntax, math-read-if, math-factor-after)
430 (math-read-factor): Use declared variable math-expr-data.
431
432 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
433
434 * calendar/diary-lib.el (diary-from-outlook)
435 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
436 interactive-p; but rather new optional argument NOCONFIRM.
437
438 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
439
440 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
441 (easy-menu-name-match): Revert correspondingly.
442
443 2004-11-09 Richard M. Stallman <rms@gnu.org>
444
445 * emacs-lisp/bytecomp.el (byte-compile-defalias):
446 Turn off warnings for the new function even if definition not constant.
447 If the definition isn't a quoted symbol, record (FUNCTION . t).
448 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
449 (byte-compile-callargs-warn): Handle (FUNCTION . t).
450 (display-call-tree, byte-compile-arglist-warn):
451 Handle t returned by byte-compile-fdefinition.
452
453 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
454
455 * Makefile.in (maintainer-clean): Depend on distclean.
456
457 * help-fns.el (help-C-file-name): File name must be in build-files
458 to be returned.
459
460 2004-11-09 Jay Belanger <belanger@truman.edu>
461
462 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
463 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
464
465 * calc/calc.el (calc, calc-trail-display, calc-mode):
466 Remove obsolete sections.
467
468 * calc/calc.el (calc-x-paste-text): Remove.
469
470 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
471 mouse-2.
472
473 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
474
475 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
476 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
477 current frame (in case of recursive calls).
478 (gdb-show-changed-values): Add :version keyword.
479
480 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
481
482 * international/mule-cmds.el: Change coding-system to utf-8.
483 (select-safe-coding-system-interactively):
484 New function extracted from select-safe-coding-system.
485 (select-safe-coding-system): Use it.
486
487 2004-11-08 Richard M. Stallman <rms@gnu.org>
488
489 * subr.el (syntax-after): Doc fix.
490
491 * paren.el (show-paren-function): Change calls to syntax-after
492 for new way of returning the value.
493
494 * menu-bar.el (menu-bar-file-menu): Make this the real name
495 and menu-bar-files-menu the alias. Use the former.
496 (global-map): Use `file', not `files', as the symbol.
497
498 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
499
500 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
501 Don't use beginning-of-buffer.
502 (filesets-cmd-show-result): Use with-no-warnings.
503
504 2004-11-08 Juri Linkov <juri@jurta.org>
505
506 * progmodes/compile.el (compile): Don't overwrite last command in
507 minibuffer history with default command if they are not equal.
508
509 2004-11-08 Jay Belanger <belanger@truman.edu>
510
511 * calc/calcalg2.el (math-do-integral-methods): Try linear then
512 non-linear substitutions.
513
514 2004-11-08 Jay Belanger <belanger@truman.edu>
515
516 * calc/calcalg2.el (math-linear-subst-tried): New variable.
517 (math-do-integral): Set `math-linear-subst-tried' to nil.
518 (math-do-integral-methods): Use `math-linear-subst-tried' to
519 determine what type of substitution to try.
520 (math-integ-try-linear-substituion):
521 Set `math-linear-subst-tried' to t.
522
523 2004-11-08 Kim F. Storm <storm@cua.dk>
524
525 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
526
527 2004-11-07 Juri Linkov <juri@jurta.org>
528
529 * info-look.el (info-lookup): Allow reusing in the current buffer
530 not only *info* buffer, but all (even renamed) Info buffers
531 by checking for major-mode instead of *info* buffer name.
532 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
533 (octave-mode, maxima-mode) <doc-spec>:
534 Allow long dashes generated by Texinfo 4.7 before definitions.
535 (texinfo-mode) <doc-spec>: Add space to suffix to find command
536 definitions with argument separated by space.
537
538 2004-11-06 Richard M. Stallman <rms@gnu.org>
539
540 * simple.el (next-error group, face): Move before first use.
541 (next-error-highlight, next-error-highlight-no-select): Likewise.
542
543 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
544 (line-move): New args NOERROR and TO-END.
545 Return t if if succeed in moving specified number of lines.
546 (move-end-of-line): New function.
547
548 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
549 (end-of-buffer-other-window): Likewise.
550
551 * simple.el (line-move-ignore-invisible): Default to t.
552
553 * subr.el (syntax-after): Return the syntax letter, not the raw code.
554
555 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
556
557 * international/iso-cvt.el (iso-cvt-define-menu):
558 Rename menu-bar-files-menu to menu-bar-file-menu.
559
560 * net/browse-url.el (browse-url-gnome-moz-program)
561 (browse-url-gnome-moz-arguments): Move up before first use.
562
563 * net/tramp.el (tramp group): Add :version.
564
565 * progmodes/ada-xref.el (ada-gdb-application):
566 Use goto-char instead of beginning-of-buffer.
567
568 * progmodes/cperl-mode.el (cperl-info-on-command):
569 Use goto-char instead of beginning-of-buffer.
570
571 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
572 Move up before first use.
573 (idlwave-shell-temp-pro-file): Likewise.
574 (idlwave-shell-temp-rinfo-save-file): Likewise.
575 (idlwave-shell-temp-file): Minor doc fix.
576
577 * textmodes/flyspell.el (flyspell-external-point-words):
578 Use goto-char instead of beginning-of-buffer.
579
580 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
581
582 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
583 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
584 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
585
586 2004-11-06 David Ponce <david@dponce.com>
587
588 * recentf.el (recentf-menu-path): Use menu item name.
589
590 2004-11-06 Eli Zaretskii <eliz@gnu.org>
591
592 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
593 display doesn't support images.
594
595 2004-11-06 Andreas Schwab <schwab@suse.de>
596
597 * tempo.el (tempo-match-finder): Doc fix.
598
599 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
600
601 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
604 (easy-menu-lookup-name): New fun to replace it.
605 (easy-menu-get-map): Use it to obey menu item names (rather than just
606 keys) when looking up `path'.
607 (easy-menu-always-true-p): Rename from easy-menu-always-true.
608 (easy-menu-convert-item-1): Adjust to new name.
609
610 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
611
612 * outline.el (hide-body): Don't hide lines at the top of the file
613 that precede the first header line.
614
615 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
616
617 * align.el (align-areas): Delete whitespace before reindenting, so
618 that tabs are never placed after spaces.
619
620 2004-11-06 Alan Shutko <ats@acm.org>
621
622 * macros.el (insert-kbd-macro): Do completions based on macros,
623 rather than all commands.
624
625 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
626
627 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
628 to solve a bug whereby tags with 'b' don't match.
629
630 2004-11-05 Juri Linkov <juri@jurta.org>
631
632 * info.el (Info-search): Don't search in node header lines
633 and file headers.
634
635 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
636 symbol-constituent characters after dot, not only digits.
637
638 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
639
640 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
641
642 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
643
644 * dired.el (dired-read-dir-and-switches): Call read-directory-name
645 if a dialog will be used, read-file-name otherwise.
646
647 2004-11-04 Richard M. Stallman <rms@gnu.org>
648
649 * textmodes/table.el (table group): Add :version.
650
651 * textmodes/ispell.el (ispell-word):
652 Don't alter args; set them only thru `interactive' spec.
653
654 * textmodes/flyspell.el (flyspell-word):
655 Don't alter FOLLOWING; set it only thru `interactive' spec.
656
657 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
658
659 * net/browse-url.el (browse-url-maybe-new-window):
660 Use called-interactively-p.
661
662 * mail/supercite.el (sc-cite-region):
663 Don't use interactive-p. Add arg INTERACTIVE.
664 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
665
666 * international/mule-cmds.el (set-input-method, toggle-input-method):
667 Don't use interactive-p. Add arg INTERACTIVE.
668
669 * eshell/esh-mode.el (eshell-show-maximum-output):
670 Don't use interactive-p.
671 (eshell-truncate-buffer): Just message, no error, if buffer is short.
672
673 * mouse.el (mouse-show-mark): Get positions to delete from mark
674 and point, not from mouse-drag-overlay.
675
676 * imenu.el (imenu-eager-completion-buffer): Add :version.
677
678 * filesets.el (filesets group): Add :version.
679
680 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
681
682 * files.el (xml-based-modes): Delete var.
683 (magic-mode-alist): New more general var.
684 (set-auto-mode): Use it.
685
686 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
687 when clicking from another window.
688
689 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
690
691 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
692 (vc-cvs-annotate-time): Incorporate value of deleted var.
693 Remove special-case handling of beginning-of-buffer cruft.
694 Cache ending position (point) and return value in text property
695 `vc-cvs-annotate-time', and consult it on subsequent invocations.
696
697 * vc-cvs.el (vc-cvs-annotate-command):
698 Delete extraneous lines from beginning of buffer.
699 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
700
701 * progmodes/grep.el (grep-default-command): Take empty string
702 for tag if all other methods yield nil. Shell-quote the tag.
703
704 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
705 spec in `interactive' form, and mention it in the docstring.
706 Also, make sure point is at bol after calling `annotate-time'.
707
708 2004-11-02 Richard M. Stallman <rms@gnu.org>
709
710 * cus-edit.el (customize-group-other-window):
711 Select the window that displays the custom buffer.
712 (custom-buffer-create-other-window): Likewise.
713
714 * comint.el (comint-insert-input): Fix previous change.
715
716 * emacs-lisp/elp.el (elp-instrument-function):
717 Use called-interactively-p.
718
719 * emacs-lisp/easymenu.el (easy-menu-intern):
720 Don't downcase; rather, case-flip the first letter of each word.
721
722 * emacs-lisp/easy-mmode.el (define-minor-mode):
723 Use called-interactively-p.
724
725 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
726 Add interactive-only.
727 (byte-compile-warnings): Add interactive-only as option.
728 (byte-compile-interactive-only-functions): New variable.
729 (byte-compile-form): Warn about calls to functions
730 in byte-compile-interactive-only-functions.
731
732 * emacs-lisp/autoload.el (update-file-autoloads):
733 Don't use interactive-p; take new arg SAVE-AFTER.
734
735 * emacs-lisp/advice.el (ad-make-advised-definition):
736 Use called-interactively-p.
737
738 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
739
740 * files.el (find-file-existing): New function.
741
742 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
743 find-file-existing. Add "New File..." that calls find-file.
744
745 * diropen.pbm diropen.xpm: New files.
746
747 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
748 icon diropen. New tool bar item find-file-existing uses icon open.
749
750 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
751 instead of read-file-name.
752
753 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
754
755 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
756 (icalendar--split-value): Change name of work buffer.
757 (icalendar--get-weekday-abbrev): Return nil on error.
758 (icalendar--date-to-isodate): New function.
759 (icalendar-convert-diary-to-ical)
760 (icalendar-extract-ical-from-buffer): Use only two args for
761 make-obsolete (XEmacs compatibility).
762 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
763 (icalendar-export-region): Doc fix.
764 If error, return non-nil and write errors to a buffer.
765 Use correct weekday for weekly recurring events.
766 Check whether date has been parsed for ordinary events.
767 Make weekly events start in the year 2000.
768 DTEND is non-inclusive, shift end date by one day if
769 necessary (not for entries that have date and time).
770 Rename local let variables: oops -> found-error, datestring ->
771 startdatestring.
772
773 2004-11-02 Kim F. Storm <storm@cua.dk>
774
775 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
776 keep-mode-if-same variable. Add it as optional arg instead.
777 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
778
779 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
780 substitute-command-keys will select lower-case bindings like those
781 used in the static help texts.
782
783 * descr-text.el (describe-text-properties): Don't err if called in
784 the *Help* buffer; output to *Help-2* buffer instead.
785
786 * kmacro.el (group kmacro): Add :version.
787 (kmacro-keyboard-quit): New function to cleanup on C-g.
788 (kmacro-start-macro): Set defining-kbd-macro to append when
789 appending to last macro.
790
791 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
792
793 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
794
795 * progmodes/gdb-ui.el (gdb-enable-debug-log)
796 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
797 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
798 Add :version keyword.
799
800 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
801
802 * progmodes/flymake.el (flymake-err-line-patterns):
803 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
804 `compilation-error-regexp-alist-alist' to internal Flymake format.
805
806 * progmodes/flymake.el: eliminated byte-compiler warnings.
807
808 2004-11-01 Jay Belanger <belanger@truman.edu>
809
810 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
811 with `interactive "s"'.
812
813 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
814
815 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
816 Revert change from 2004-10-16. '*' checks the current buffer, but the
817 mouse click may be in another buffer.
818
819 2004-11-01 John Paul Wallington <jpw@gnu.org>
820
821 * files.el (large-file-warning-threshold): Add :version keyword.
822 (kill-some-buffers): Doc fix.
823
824 * thumbs.el (group thumbs): Add :version keyword.
825
826 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
827
828 2004-11-01 Richard M. Stallman <rms@gnu.org>
829
830 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
831
832 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
833
834 * allout.el (allout group): Add :version.
835 (allout-init): Don't use interactive-p.
836 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
837 (allout-forward-current-level, allout-backward-current-level):
838 Don't use interactive-p.
839
840 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
841 (bibtex-find-text): Likewise.
842
843 * progmodes/vhdl-mode.el (vhdl-fill-region)
844 (vhdl-beginning-of-statement): Don't use interactive-p.
845
846 * progmodes/idlwave.el (idlwave-update-routine-info):
847 Don't use interactive-p.
848
849 * progmodes/idlw-shell.el (idlwave-shell-send-char):
850 Don't use interactive-p.
851
852 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
853 Don't use interactive-p.
854
855 * progmodes/ada-xref.el (ada-make-body-gnatstub):
856 Don't use interactive-p.
857
858 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
859 (fortune-in-buffer): Doc fix.
860
861 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
862
863 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
864 don't select the temporary buffer.
865 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
866 (eudc-get-phone): Likewise.
867
868 2004-11-01 Kim F. Storm <storm@cua.dk>
869
870 * man.el (Man-xref-normal-file): Fix help-echo.
871
872 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * reveal.el (reveal-last-tick): New var.
875 (reveal-post-command): Use it to avoid closing overlays when we're
876 appending text to them.
877
878 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
879
880 * textmodes/bibtex.el: Require button.
881 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
882 (bibtex-reference-keys): Distinguish between header keys and
883 crossref keys.
884 (bibtex-beginning-of-field): New function.
885 (bibtex-url-map): Remove.
886 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
887 (bibtex-font-lock-url-regexp): Assume that field names begin at
888 the beginning of a line.
889 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
890 Remove field delimiters. Use bibtex-beginning-of-field.
891 Bugfix, point can be inside a field with a url.
892 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
893 New functions.
894 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
895 (bibtex-key-in-head): Simplify.
896 (bibtex-current-line): Use bolp.
897 (bibtex-parse-keys): Remove unused arg `add'.
898 Use bibtex-type-in-head and bibtex-key-in-head.
899 (bibtex-parse-entry, bibtex-autofill-entry):
900 Use bibtex-type-in-head and bibtex-key-in-head.
901 (bibtex-autokey-get-field): Do not alter case of replacement text.
902 (bibtex-autokey-get-names): Do all processing of name list.
903 (bibtex-autokey-get-year): New function.
904 (bibtex-autokey-get-title): Do all processing of title words.
905 (bibtex-generate-autokey): Simplify.
906 (bibtex-string-files-init): Use default-directory.
907 Allow for absolute file names in bibtex-string-files.
908 (bibtex-files, bibtex-file-path): New variables.
909 (bibtex-files-expand): New function.
910 (bibtex-find-entry-globally): New command.
911 (bibtex-summary-function): New variable.
912 (bibtex-summary): Default value of bibtex-summary-function.
913 (bibtex-find-crossref): New optional args pnt and split.
914 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
915 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
916 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
917 Fix handling of required and alternative fields.
918 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
919 Use cons and display-buffer.
920 (bibtex-validate-globally): New command.
921 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
922 bibtex-parse-keys and bibtex-parse-strings for updating
923 bibtex-reference-keys and bibtex-strings.
924 (bibtex-realign): Remove blank lines past the last entry.
925 (bibtex-reformat): Use bibtex-entry-format as default.
926 (bibtex-choose-completion-string): Remove.
927 (bibtex-complete): Do not use bibtex-choose-completion-string.
928 (bibtex-url): Simplify.
929
930 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
931
932 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
933 (x-dnd-types-alist, x-dnd-open-file-other-window)
934 (x-dnd-known-types): Add :version.
935
936 2004-10-31 John Paul Wallington <jpw@gnu.org>
937
938 * ibuffer.el (group ibuffer): Add :version keyword.
939
940 2004-10-31 Kim F. Storm <storm@cua.dk>
941
942 * ido.el (group ido): Add :version keyword.
943 (ido-mode): Remove :version keyword.
944
945 * emulation/cua-base.el (group cua): Add :version keyword.
946 (cua-mode): Remove :version keyword.
947
948 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
949
950 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
951
952 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
953 compiler warning.
954 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
955 function.
956 (help-at-pt-display-when-idle): Remove autoload.
957
958 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
961
962 2004-10-30 Juri Linkov <juri@jurta.org>
963
964 * help.el (function-called-at-point):
965 * help-fns.el (variable-at-point): Read -> intern.
966
967 2004-10-30 Simon Josefsson <jas@extundo.com>
968
969 * progmodes/autoconf.el (autoconf-font-lock-keywords):
970 Recognize AS_* too.
971
972 2004-10-29 Simon Josefsson <jas@extundo.com>
973
974 * subr.el (read-passwd): Move back from password.el.
975
976 * password.el: Remove, not ready yet.
977
978 2004-10-29 Andreas Schwab <schwab@suse.de>
979
980 * speedbar.el (speedbar-frame-parameters): Improve customize type.
981
982 2004-10-29 Sam Steingold <sds@gnu.org>
983
984 * mouse.el (mouse-show-mark): Replace the last occurrence of
985 x-lost-selection-hooks with x-lost-selection-functions.
986
987 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
990 x-lost-selection-functions is bound.
991
992 * mouse-sel.el (mouse-sel-mode):
993 * emacs-lisp/lselect.el: Adjust to new names for
994 x-(lost|sent)-selection-functions.
995
996 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
997 New obsolete aliases of x-lost-selection-functions and
998 x-sent-selection-functions.
999
1000 2004-10-28 Kim F. Storm <storm@cua.dk>
1001
1002 * imenu.el (imenu-scanning-message): Remove.
1003 (imenu-progress-message): Make it a no-op.
1004
1005 2004-10-28 John Paul Wallington <jpw@gnu.org>
1006
1007 * files.el (set-auto-mode): Call `throw' correctly.
1008
1009 2004-10-28 Juri Linkov <juri@jurta.org>
1010
1011 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
1012 to search `Info-...' commands in `info' manual.
1013 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1014 Add 'info-file "emacs" property.
1015 (Info-find-emacs-command-nodes): Fix index line number regexp.
1016 Set real line number (instead of fake 0) in first element of the
1017 returned list.
1018 (Info-goto-emacs-command-node): Use line number of first element
1019 to set point in the first found Info node.
1020
1021 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
1022 code to `grep-mode-font-lock-keywords'.
1023 (grep-mode-font-lock-keywords): Delete grep markers instead
1024 of making them invisible.
1025
1026 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1027
1028 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
1029 and x-server-version in bug report.
1030
1031 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
1032
1033 * files.el (set-auto-mode-0): New function.
1034 (set-auto-mode): Use it to handle aliased modes and to
1035 be consistent between C-x C-f and C-x C-w.
1036
1037 2004-10-28 Kenichi Handa <handa@m17n.org>
1038
1039 * international/utf-8.el (utf-translate-cjk-charsets):
1040 Add katakana-jisx0201.
1041
1042 * international/subst-jis.el: Add data for JISX0201.
1043
1044 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * obsolete/hilit19.el (hilit-mode): New function.
1047 Move all the toplevel side-effecting stuff into it, so that loading
1048 hilit19 doesn't mess everything up any more.
1049
1050 2004-10-27 Richard M. Stallman <rms@gnu.org>
1051
1052 * add-log.el (add-change-log-entry): Set up mailing address
1053 and full name later, and don't alter add-log-mailing-address
1054 or add-log-full-name.
1055
1056 * elide-head.el (elide-head): Change error to message.
1057 (elide-head-show): Likewise.
1058
1059 * apropos.el (apropos-macrop): Doc fix.
1060
1061 * mouse.el (mouse-show-mark): Do most processing the same
1062 regardless of transient-mark-mode.
1063
1064 * shadowfile.el (shadow-copy-files): Use interactive-p
1065 only to control whether to print a message.
1066
1067 * tar-mode.el (tar-mode): Use write-contents-functions,
1068 not write-contents-hooks.
1069
1070 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
1071 directory-sep-char.
1072
1073 2004-10-27 Richard M. Stallman <rms@gnu.org>
1074
1075 * strokes.el (strokes-unload-hook): Fix previous change.
1076
1077 * type-break.el (type-break-run-at-time): Always use run-at-time;
1078 forget the alternatives.
1079 (type-break-cancel-function-timers): Always use cancel-function-timers;
1080 forget the alternatives.
1081
1082 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
1083
1084 2004-10-27 Kenichi Handa <handa@m17n.org>
1085
1086 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
1087
1088 * international/subst-gb2312.el: Likewise.
1089
1090 * international/subst-big5.el: Likewise.
1091
1092 * international/subst-ksc.el: Likewise.
1093
1094 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
1095 New variable.
1096 (utf-translate-cjk-set-unicode-range): New function.
1097 (utf-translate-cjk-unicode-range): Make it customizable.
1098 (utf-8-post-read-conversion):
1099 Use utf-translate-cjk-unicode-range-string.
1100 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
1101 Unicode ranges.
1102
1103 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
1104
1105 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
1106 trivial variants to shorten the list.
1107 (xml-based-modes): New var.
1108 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
1109 declaration higher priority than auto-mode-alist.
1110
1111 * find-file.el (cc-other-file-alist): Bring it in line with
1112 cc-mode's auto-mode-alist entries and use \' instead of $.
1113
1114 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
1115 and add "Id" and "Name" submenus to it.
1116
1117 * imenu.el (imenu--generic-function): Skip matches in comments.
1118
1119 2004-10-26 Jay Belanger <belanger@truman.edu>
1120
1121 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
1122 (full-calc-keypad, calc-trail-display): Use an extra argument
1123 instead of `interactive-p'.
1124
1125 * calc/calc-misc.el (calc-other-window): Use an extra argument
1126 instead of `interactive-p'.
1127
1128 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
1129 `interactive-p'.
1130
1131 2004-10-26 Kim F. Storm <storm@cua.dk>
1132
1133 * help.el (describe-key): Describe both down-event and up-event
1134 for a mouse click.
1135
1136 2004-10-26 Richard M. Stallman <rms@gnu.org>
1137
1138 * woman.el (woman): Don't call interactive-p.
1139
1140 * pcomplete.el (pcomplete): Instead of interactive-p,
1141 use an arg set non-nil by the interactive spec.
1142
1143 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
1144 use an arg set non-nil by the interactive spec.
1145
1146 * man.el (Man-cleanup-manpage): Instead of interactive-p,
1147 use an arg set non-nil by the interactive spec.
1148
1149 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
1150
1151 * progmodes/flymake.el (flymake-split-string):
1152 Use `flymake-split-string-remove-empty-edges' in any case.
1153
1154 2004-10-26 Masatake YAMATO <jet@gyve.org>
1155
1156 * progmodes/flymake.el (flymake-err-line-patterns):
1157 Use `compilation-error-regexp-alist-alist' instead of
1158 `compilation-error-regexp-alist'.
1159
1160 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
1163 verbatim face on the \ of \end{verbatim}.
1164
1165 2004-10-25 Jay Belanger <belanger@truman.edu>
1166
1167 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
1168 erasing minibuffer.
1169
1170 2004-10-25 Simon Josefsson <jas@extundo.com>
1171
1172 * subr.el (read-passwd): Move to net/password.el.
1173
1174 * net/password.el (read-passwd): Add. Autoload it.
1175
1176 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
1177
1178 * mouse-sel.el (mouse-sel-mode): Specify custom group.
1179
1180 * simple.el (process-file): Fix logic.
1181
1182 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1183
1184 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
1185 (increase-right-margin): Remove erroneous call to `interactive-p'.
1186
1187 2004-10-24 Kim F. Storm <storm@cua.dk>
1188
1189 * help.el (describe-mode): Fix 2004-10-13 change.
1190 Copy pure "Auto Fill" string so it can be propertized later
1191 without causing a read-only error.
1192
1193 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
1194
1195 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
1196 style indexes.
1197
1198 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
1199
1200 * simple.el (process-file): Accept nil for INFILE. Reported by
1201 Luc Teirlinck.
1202
1203 2004-10-24 Masatake YAMATO <jet@gyve.org>
1204
1205 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
1206 Handle periods and underscores in a function name.
1207 Remove the address fontification.
1208
1209 2004-10-24 Masatake YAMATO <jet@gyve.org>
1210
1211 * progmodes/asm-mode.el (asm-font-lock-keywords):
1212 Use font-lock-variable-name-face for registers.
1213
1214 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
1215
1216 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
1217 kill-all-local-variables.
1218 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1219 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1220 Use kill-all-local-variables and provide mode-hooks.
1221 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1222 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1223 Suggested by Masatake YAMATO <jet@gyve.org>.
1224
1225 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
1226
1227 * simple.el (process-file): New function, similar to call-process
1228 but supports file handlers.
1229 * vc.el (vc-do-command): Use it, instead of call-process.
1230 * net/tramp-vc.el (vc-do-command): Do not advise it if
1231 process-file is fboundp.
1232 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1233 process-file.
1234 (tramp-handle-process-file): New function.
1235 (tramp-file-name-for-operation): Support process-file.
1236
1237 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
1238
1239 * calendar/icalendar.el (icalendar--weekday-array): New constant.
1240 (icalendar-weekdayabbrev-table)
1241 (icalendar-monthnumber-table): Delete.
1242 (icalendar--get-month-number): Use calendar-month-name-array.
1243 (icalendar--get-weekday-number): New function.
1244 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1245 (icalendar-export-region): Handle multi-line entries.
1246 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1247
1248 2004-10-23 John Paul Wallington <jpw@gnu.org>
1249
1250 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1251 `wildcards' set to t in interactive spec.
1252
1253 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1254 interactive spec rather than use `interactive-p'.
1255 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1256 rather than use function `interactive-p'.
1257
1258 2004-10-22 Kenichi Handa <handa@m17n.org>
1259
1260 * international/mule.el (translate-region): Implement it in Lisp
1261 as a front end of translate-region-internal.
1262
1263 2004-10-21 Jay Belanger <belanger@truman.edu>
1264
1265 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
1266 Declare these variables with defvar.
1267
1268 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1269 is bound, only check to see if it is bound.
1270
1271 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1272
1273 * textmodes/tex-mode.el (tex-compilation-parse-errors):
1274 Don't output messages.
1275
1276 * calc/calc-help.el (calc-describe-bindings): Fix last change.
1277
1278 2004-10-21 John Paul Wallington <jpw@gnu.org>
1279
1280 * calc/calc-graph.el (calc-graph-init):
1281 Use `set-process-query-on-exit-flag'.
1282
1283 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
1284
1285 * progmodes/compile.el (compilation-start): Rely on `cd' to get
1286 dir right and also allow argumentless cd.
1287
1288 2004-10-19 Richard M. Stallman <rms@gnu.org>
1289
1290 * textmodes/flyspell.el (flyspell-mode): Doc fix.
1291
1292 * eshell/em-unix.el (eshell-grep):
1293 Don't bind compilation-process-setup-function.
1294
1295 * comint.el (comint-insert-input): Use @ in `interactive'.
1296 (comint-input-filter-functions): Doc fix.
1297 (comint-kill-whole-line, comint-get-source): Doc fix.
1298
1299 * progmodes/compile.el (compilation-setup):
1300 Don't set buffer-read-only if MINOR is non-nil.
1301
1302 2004-10-19 Jay Belanger <belanger@truman.edu>
1303
1304 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1305 (calc-emacs-type-gnu19): Remove.
1306 (calc-digit-map, calc-read-key-sequence, calc-read-key):
1307 Remove check for old emacs versions.
1308
1309 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1310 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1311 for current Emacs.
1312
1313 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1314 the end of the minibuffer.
1315 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
1316 copy `esc-map'.
1317
1318 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1319
1320 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1321 call that would be given when the current emacs was used.
1322
1323 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
1324
1325 * calendar/icalendar.el: Set coding to utf-8.
1326 (icalendar-version): Increase to 0.07.
1327 (icalendar-monthnumber-table): Change March pattern.
1328 (icalendar-get-all-event-properties)
1329 (icalendar-set-event-property): Delete.
1330 (icalendar-all-events): No longer interactive.
1331 (icalendar-convert-diary-to-ical)
1332 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1333 their replacements.
1334 (icalendar-export-file, icalendar-export-region): New functions;
1335 essentially old `icalendar-convert-diary-to-ical' but appending to
1336 target rather than overwriting.
1337 (icalendar-import-file): Append to target file rather than
1338 overwriting. Fourth arg deleted.
1339 (icalendar-import-buffer): New name for old
1340 `icalendar-extract-ical-from-buffer'.
1341 (icalendar--convert-string-for-import): New name for
1342 old `icalendar-convert-for-import'.
1343 (include-icalendar-files): Delete.
1344 Prefix for all internal functions changed from `icalendar-'
1345 to `icalendar--'.
1346
1347 2004-10-19 Richard M. Stallman <rms@gnu.org>
1348
1349 * paths.el (news-path): Fix previous change.
1350
1351 2004-10-18 Jay Belanger <belanger@truman.edu>
1352
1353 * calc/calc-help.el (calc-describe-bindings):
1354 Set `buffer-read-only' to nil while working in the keybindings buffer;
1355 remove some extra information from the keybindings buffer.
1356
1357 2004-10-18 David Ponce <david@dponce.com>
1358
1359 * mouse.el (mouse-drag-move-window-top): New function.
1360 (mouse-drag-mode-line-1): Use it.
1361
1362 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
1363
1364 * info.el (Info-fontify-node): For multiline refs,
1365 arrange to unfontify newline and surrounding whitespace.
1366
1367 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1370 directory is missing.
1371
1372 2004-10-17 John Paul Wallington <jpw@gnu.org>
1373
1374 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1375 New customizable variable; whether to display buffers that match
1376 `ibuffer-maybe-show-predicates' by default.
1377 (ibuffer-maybe-show-predicates): Mention it in docstring.
1378 (ibuffer-display-maybe-show-predicates): New variable.
1379 (ibuffer-update): Prefix arg now toggles whether buffers that
1380 match `ibuffer-maybe-show-predicates' should be displayed.
1381 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1382 locally to heed `ibuffer-default-display-maybe-show-predicates'.
1383 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1384
1385 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
1386
1387 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
1388 work correctly.
1389
1390 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
1391
1392 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1393 (Buffer-menu-beginning): New helper function.
1394 (Buffer-menu-execute): Use it.
1395 (Buffer-menu-select): Use it.
1396 (Buffer-menu-sort): Use it and also keep markers.
1397
1398 2004-10-17 Richard M. Stallman <rms@gnu.org>
1399
1400 * paths.el (news-directory): Rename from news-path. Old name alias.
1401 (rmail-spool-directory): Use defvar.
1402 (sendmail-program): Use defcustom.
1403 (remote-shell-program): Use defcustom.
1404 (term-file-prefix): Use defvar.
1405 (abbrev-file-name): Use defvar.
1406
1407 * term.el: Add maintainer.
1408
1409 * subr.el (with-local-quit): Return nil if there's a quit.
1410 (read-passwd): Use with-local-quit. Doc fix.
1411
1412 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1413 (strokes-unload-hook): Set as a variable with add-hook.
1414
1415 * startup.el (fancy-splash-tail, normal-splash-screen):
1416 Update copyright year.
1417
1418 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1419
1420 * server.el (server-unload-hook): Set as a variable with add-hook.
1421
1422 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1423
1424 * frame.el (special-display-popup-frame):
1425 Make the buffer current as its frame is created.
1426
1427 * delsel.el (delsel-unload-hook): Set as a variable.
1428
1429 * comint.el (comint-output-filter-functions):
1430 Add comint-watch-for-password-prompt.
1431 (comint-read-noecho): Function deleted.
1432 (send-invisible): Use read-passwd.
1433
1434 * fringe.el (fringe-mode-initialize): New function.
1435 (fringe-mode): Use fringe-mode-initialize as :initialize.
1436
1437 2004-10-17 Kim F. Storm <storm@cua.dk>
1438
1439 * language/indian.el (indian-script-language-alist): Swap value and doc.
1440 (indian-font-char-index-table): Doc fix.
1441
1442 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1445
1446 2004-10-16 Juri Linkov <juri@jurta.org>
1447
1448 * progmodes/compile.el (compilation-start): Move let-binding of
1449 `process-environment' into `with-current-buffer' body.
1450 Reported by Matt Hodges <MPHodges@member.fsf.org>.
1451
1452 2004-10-16 Richard M. Stallman <rms@gnu.org>
1453
1454 * pcvs-util.el (cvs-bury-buffer):
1455 Don't call get-buffer-window for effect.
1456
1457 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1458
1459 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1460
1461 * msb.el (msb-unload-hook): Set the variable.
1462
1463 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1464 Use * to err if buffer is readonly.
1465
1466 * subr.el (looking-back): Return only t or nil.
1467
1468 * whitespace.el (whitespace-unload-hook): Set the variable.
1469
1470 * view.el (view-mode-enable): Set view-page-size and
1471 view-half-page-size to nil.
1472 (view-set-half-page-size-default): view-half-page-size = nil
1473 means the default.
1474 (View-scroll-page-forward): Use view-page-size-default.
1475 (View-scroll-page-backward): Likewise.
1476 (view-page-size, view-half-page-size): Doc fixes.
1477
1478 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1479
1480 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1481
1482 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1483 "cl" like other files. Instead, call byte-compile-find-cl-functions.
1484 (byte-compile-log-1): Bind inhibit-read-only.
1485 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1486 (byte-compile-log-warning): Likewise.
1487 (byte-compile-file-form-require): Detect "cl" from the arg value.
1488
1489 * progmodes/compile.el (compilation-start): Assume compilation-mode
1490 will make the buffer read-only.
1491 (compilation-mode): Take arg name-of-mode.
1492 (compilation-setup): Make buffer read-only.
1493 (compilation-handle-exit): Bind inhibit-read-only.
1494
1495 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1496 (ispell-message): Likewise.
1497 (ispell-show-choices): Don't call get-buffer-window uselessly.
1498 (ispell-init-process): Use set-process-query-on-exit-flag.
1499
1500 2004-10-16 Kim F. Storm <storm@cua.dk>
1501
1502 * fringe.el (fringe-bitmaps): Only initialize when defined.
1503
1504 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1505 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1506
1507 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1508
1509 2004-10-15 Simon Josefsson <jas@extundo.com>
1510
1511 * net/password.el: Add.
1512
1513 2004-10-14 Masatake YAMATO <jet@gyve.org>
1514
1515 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1516 (gdb-script-end-of-defun): New function.
1517 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1518 `gdb-script-end-of-defun' as *-of-defun-function.
1519
1520 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
1521
1522 * button.el (button-activate): Allow a marker to display as an action.
1523
1524 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1525
1526 * help.el (describe-mode): Use it to make minor mode list into
1527 hyperlinks.
1528
1529 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * vc.el (vc-annotate-display-select): Fix typo.
1532
1533 * subr.el (substitute-key-definition-key): New function.
1534 (substitute-key-definition): Use it with map-keymap.
1535 (event-modifiers): Use push.
1536 (mouse-movement-p, with-temp-buffer): Simplify.
1537
1538 2004-10-12 Jay Belanger <belanger@truman.edu>
1539
1540 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1541 New variables.
1542 (calc-help-index-entries): New function.
1543 (calc-describe-function): Use `calc-help-function-list' instead of
1544 obarray for completion.
1545 (calc-describe-variable): Use `calc-help-variable-list' instead
1546 of obarray for completion.
1547
1548 2004-10-12 Richard M. Stallman <rms@gnu.org>
1549
1550 * info-look.el (info-lookup-file): Add info-file property.
1551 (info-lookup-symbol): Likewise.
1552
1553 * info.el (info-xref): Add underlining.
1554 (info): Add info-file property.
1555 (Info-find-emacs-command-nodes): Specify case-sensitive search.
1556
1557 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
1558
1559 Sync with Tramp 2.0.45.
1560
1561 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1562 defined. This is not the case for XEmacs without package "edebug".
1563 (tramp-set-auto-save-file-modes): Set permissions of autosaved
1564 remote files to the permissions of the original file. This is not
1565 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
1566 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
1567 (tramp-perl-decode): Fix an error in Perl implementation.
1568 $pending must be cleared every loop. Reported by Benjamin Place
1569 <benjaminplace@sprintmail.com>
1570
1571 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1572 Don't activate advice during definition. This is done later on,
1573 depending on test result of `substitute-in-file-name'.
1574 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1575
1576 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1579
1580 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1581
1582 2004-10-12 David Ponce <david@dponce.com>
1583
1584 * recentf.el (recentf-edit-list): Update the menu when the recentf
1585 list has been modified.
1586
1587 2004-10-12 Simon Josefsson <jas@extundo.com>
1588
1589 * net/tls.el (tls-certtool-program): New variable.
1590 (tls-certificate-information): New function, based on
1591 ssl-certificate-information.
1592
1593 2004-10-12 Kenichi Handa <handa@m17n.org>
1594
1595 * international/mule.el (coding-system-equal): Move from mule-util.el.
1596
1597 * international/mule-util.el (coding-system-equal): Move to mule.el.
1598
1599 2004-10-12 Kim F. Storm <storm@cua.dk>
1600
1601 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1602 reset kmacro-initial-counter-value if set.
1603 (kmacro-set-counter): Only set kmacro-counter if defining or executing
1604 macro. Set kmacro-initial-counter-value otherwise. Never set both.
1605 (kmacro-display): Show macro counter if non-zero.
1606
1607 * subr.el (substitute-key-definition): Mention command remapping
1608 in doc string.
1609
1610 2004-10-11 Jay Belanger <belanger@truman.edu>
1611
1612 * calc/calc-misc.el (calc-info-goto-node): New function.
1613 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1614 node in one step.
1615 (calc-describe-copying, calc-describe-distribution)
1616 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1617 Go to appropriate info node in one step.
1618
1619 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1622
1623 * font-lock.el (font-lock-apply-highlight): Fix last change.
1624
1625 2004-10-11 Simon Josefsson <jas@extundo.com>
1626
1627 * mail/smtpmail.el (smtpmail-open-stream): Look for
1628 starttls-gnutls-program instead of starttls-program iff
1629 starttls-use-gnutls is non-nil.
1630 (smtpmail-open-stream): Don't overwrite user settings of
1631 starttls-extra-arguments and starttls-extra-args.
1632
1633 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * comint.el (comint-mouse-insert-input): Remove.
1636 (comint-insert-input): Make it work for mouse bindings.
1637 (comint-mode-map): Move defs into the declaration.
1638 (comint-output-filter): Typo.
1639
1640 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1641
1642 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
1643
1644 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1645 (ange-ftp-call-chmod): Reference remote-shell-program instead of
1646 ange-ftp-remote-shell.
1647
1648 2004-10-10 Andreas Schwab <schwab@suse.de>
1649
1650 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1651 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1652 Reported by <sri@asu.edu>.
1653
1654 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
1655
1656 * vc.el (vc-annotate-mode): Remove variable.
1657 (vc-annotate-display-select): Only call vc-annotate-mode
1658 if we're not in that mode already.
1659
1660 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
1661
1662 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1663 (imenu-choose-buffer-index): Check here for rescan instead.
1664
1665 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1666 where the face expression evals to nil.
1667
1668 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1669 (tex-font-lock-keywords-2): Use it.
1670 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1671
1672 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1673
1674 2004-10-09 Kim F. Storm <storm@cua.dk>
1675
1676 * subr.el (progress-reporter-update): Define before first usage.
1677 (make-progress-reporter): Doc fix.
1678
1679 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
1680
1681 * textmodes/paragraphs.el (sentence-end-double-space)
1682 (sentence-end-without-period, sentence-end-without-space)
1683 (sentence-end): Doc fixes.
1684
1685 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
1686
1687 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1688 Change paragraph-start regexp so we don't fill code starting with #'(.
1689
1690 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
1691
1692 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1693 New defcustom.
1694 (extract-address-components): Use it.
1695
1696 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
1697
1698 * subr.el (make-progress-reporter, progress-reporter-update)
1699 (progress-reporter-force-update, progress-reporter-do-update)
1700 (progress-reporter-done): New functions.
1701
1702 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1703
1704 * progmodes/etags.el (etags-tags-completion-table): Use progress
1705 reporter.
1706 (etags-tags-apropos): Likewise.
1707
1708 2004-10-08 Alan Mackenzie <acm@muc.de>
1709
1710 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1711 of current line.
1712
1713 2004-10-08 Masatake YAMATO <jet@gyve.org>
1714
1715 * server.el (server-process-filter): Wrap `process-send-region'
1716 by `condition-case' to guard the case when the pipe to PROC is closed.
1717
1718 2004-10-07 Mark A. Hershberger <mah@everybody.org>
1719
1720 * xml.el (xml-substitute-special): Limit handling of external entities.
1721
1722 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
1723
1724 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1725
1726 2004-10-06 John Paul Wallington <jpw@gnu.org>
1727
1728 * xml.el (xml-parse-dtd): Fix `error' call.
1729
1730 2004-10-05 Mark A. Hershberger <mah@everybody.org>
1731
1732 * xml.el (xml-substitute-special): Return a single string instead
1733 of a list of strings if an entity substitution is made.
1734
1735 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
1736
1737 * calendar/icalendar.el: New file.
1738
1739 2004-10-05 Juri Linkov <juri@jurta.org>
1740
1741 * isearch.el (isearch-done): Set mark after running hook.
1742 Reported by Drew Adams <drew.adams@oracle.com>.
1743
1744 * info.el (Info-history, Info-toc): Fix Info headers.
1745 (Info-toc): Narrow buffer before Info-fontify-node.
1746 (Info-build-toc): Don't check for special Info file names.
1747 Set main-file to nil if Info-find-file returns a symbol.
1748
1749 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
1750
1751 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
1752 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
1753 * calendar/cal-menu.el (calendar-mode-map): Ditto.
1754
1755 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
1756
1757 * calendar/cal-iso.el (calendar-iso-read-args): New function,
1758 for old interactive spec from calendar-goto-iso-date.
1759 (calendar-goto-iso-date): Use it.
1760 (calendar-goto-iso-week): New function. Suggested by Emilio
1761 C. Lopes <eclig@gmx.net>.
1762
1763 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
1764
1765 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
1766 `set-right-margin' bindings that follow the minor mode conventions.
1767
1768 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
1771 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
1772 (latex-block-args-alist): Add minipage and picture.
1773 (latex-block-body-alist): Use reftex-label if enabled.
1774 (latex-insert-block): Don't insert a \n if not necessary.
1775 (tex-compile-commands): Make sure dvips doesn't send to printer.
1776 (tex-compile-default): Handle the case where no executable is found.
1777 (latex-noindent-environments): New var.
1778 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
1779 If tex-indent-allhanging is non-nil, make sure we only align for macros
1780 at beginning of line.
1781
1782 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
1783
1784 * newcomment.el (comment-beginning): Doc fix and don't choke on
1785 unset `comment-end-skip' when at beginning of comment.
1786
1787 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * term.el (term-adjust-current-row-cache): Don't allow the current
1790 row to become negative.
1791 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
1792 the end of the line. Fix scroll down. Add comments.
1793 (term-handle-ansi-escape): Don't exceed terminal width when moving
1794 right.
1795 (term-scroll-region): Move the cursor after setting the scroll region.
1796
1797 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
1798
1799 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
1800 to `width' for consistency with docstring. Doc fix.
1801
1802 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
1803
1804 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
1805 This is necessary for derived modes.
1806
1807 2004-09-30 Kim F. Storm <storm@cua.dk>
1808
1809 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
1810 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
1811
1812 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
1813 kmacro-extract-lambda functions.
1814 (edit-kbd-macro): Handle kmacro lambda forms.
1815 Include counter and counter format in edit buffer.
1816 (edmacro-finish-edit): Get counter and format from edit buffer and
1817 update kmacro bindings when found.
1818
1819 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
1820
1821 * textmodes/paragraphs.el (forward-paragraph):
1822 Avoid args-out-of-range error when point winds up at the beginning of
1823 the buffer and hard newlines are enabled.
1824
1825 * newcomment.el (comment-multi-line): Doc fix.
1826
1827 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
1830 (diff-fixup-modifs): Catch unified-diff file-headers.
1831
1832 2004-09-29 Kim F. Storm <storm@cua.dk>
1833
1834 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
1835 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
1836 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
1837
1838 * fringe.el (fringe-bitmap-p): New macro.
1839 (fringe-bitmaps): Add standard fringe bitmaps on load.
1840
1841 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * dired.el (dired-view-command-alist): Use more efficient regexps.
1844 Remove dubious arguments.
1845 (dired-align-file): New function.
1846 (dired-insert-directory): Use it.
1847 (dired-move-to-end-of-filename): Make the " -> " search more specific.
1848 (dired-buffers-for-dir): Remove unused var `pattern'.
1849
1850 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
1851
1852 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
1853 from diary display excursion. Store diary buffer's point for
1854 `simple-diary-display'.
1855 (simple-diary-display): Set window point and start when
1856 displaying buffer, to preserve point.
1857
1858 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
1859
1860 * textmodes/enriched.el (enriched-translations): Replace defconst
1861 with defvar.
1862
1863 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1864
1865 * printing.el: Doc fix.
1866 (pr-version): New version number (6.8.1).
1867 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
1868 make-temp-name.
1869 (pr-delete-file): Check if file exists before deleting it.
1870 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
1871
1872 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1873
1874 * term.el (term-display-table): New variable.
1875 (term-mode): Use it.
1876 (term-exec-1): Set the coding system to binary.
1877 (term-emulate-terminal): Decode the string before inserting it.
1878
1879 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
1880
1881 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
1882 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
1883 (map): Bind S-prior, S-next and S-insert.
1884 (term-mode): Set `indent-tabs-mode' to nil.
1885 (term-paste): New function to be bound to S-insert.
1886 (term-send-del, term-send-backspace): Change the strings sent.
1887 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
1888 (term-handle-colors-array): Fix handling of underline and reverse.
1889 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
1890 (term-erase-in-line): Fix comparison.
1891 (term-emulate-terminal): Fix line wrap handling.
1892 (term-start-output-log): Rename from `term-set-output-log'.
1893 (term-stop-output-log): Rename from `term-stop-photo'.
1894 (term-switch-to-alternate-sub-buffer): Comment out, unused.
1895
1896 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
1897
1898 * dired.el (dired-move-to-filename): Don't output a message if
1899 raise-error is non-nil. Fix return position and value.
1900
1901 * files.el (insert-directory): Obey --dired even with symlinks.
1902
1903 2004-09-25 Lars Hansen <larsh@math.ku.dk>
1904
1905 * ls-lisp.el (ls-lisp-format): Mark file names with property
1906 dired-filename.
1907
1908 2004-09-25 Kim F. Storm <storm@cua.dk>
1909
1910 * ido.el (ido-max-directory-size): New defcustom.
1911 (ido-decorations): Add "too big" element.
1912 (ido-directory-too-big): New dynamic var.
1913 (ido-may-cache-directory): Don't cache big directories.
1914 (ido-directory-too-big-p): New defun.
1915 (ido-set-current-directory): Update ido-directory-too-big.
1916 (ido-read-internal): Make empty ido-cur-item if too-big.
1917 (ido-buffer-internal): Use ido-read-internal directly instead of
1918 ido-read-buffer.
1919 (ido-file-internal): Init ido-directory-too-big.
1920 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
1921 and redo completion with full list.
1922 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
1923 it, and show completions.
1924 (ido-all-completions): Let bind ido-directory-too-big to nil.
1925 (ido-exhibit): Handle ido-directory-too-big.
1926 (ido-read-buffer): Handle fallback to read-buffer.
1927 Init ido-directory-too-big.
1928 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
1929 Init ido-directory-too-big.
1930
1931 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
1932
1933 * subr.el (delay-mode-hooks): Doc fix.
1934
1935 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
1936
1937 * textmodes/enriched.el
1938 (enriched-default-text-properties-local-flag): New variable.
1939 (enriched-mode): Make sure that enabling and disabling the mode is
1940 a no-op. Doc fix.
1941
1942 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
1943
1944 * calendar/holidays.el (holiday-advent): Report on a specified day
1945 offset from advent, not just advent.
1946 (holiday-easter-etc): Report on one specified day offset from
1947 easter, not all easter holidays. Various Easter holidays moved to
1948 `christian-holidays' variable in calendar.el.
1949 * calendar/calendar.el (christian-holidays): Adapt for new
1950 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
1951
1952 2004-09-23 Kim F. Storm <storm@cua.dk>
1953
1954 * image.el (insert-sliced-image): Add doc string.
1955
1956 * ido.el (ido-choice-list): New dynamic var for `list' context.
1957 (ido-context-switch-command): New dynamic var.
1958 (ido-define-mode-map): Generalize switch between file/buffer contexts.
1959 (ido-read-internal): Handle new `list' context.
1960 Handle insert-buffer and insert-file ido-exit values.
1961 (ido-buffer-internal): New arg switch-cmd. Use it to setup
1962 ido-context-switch-command. Handle insert-file ido-exit value.
1963 (ido-read-buffer): Set ido-context-switch-command to 'ignore
1964 unless it is already bound by caller.
1965 (ido-file-internal): New arg switch-cmd. Use it to setup
1966 ido-context-switch-command. Handle insert-buffer ido-exit value.
1967 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
1968 used for context switching.
1969 (ido-all-completions): Handle new `list' context.
1970 (ido-make-choice-list): Return choices for `list' context.
1971 (ido-find-file-in-dir, ido-display-file, ido-write-file)
1972 (ido-display-buffer, ido-kill-buffer): Disable context switching.
1973 (ido-insert-buffer, ido-insert-file): Setup context switching.
1974 (ido-exhibit): Handle `list' context.
1975 (ido-read-file-name): Disable context switching. Handle fallback.
1976 (ido-read-directory-name): Disable context switching.
1977 (ido-completing-read): New defun like completing-read. Setup and
1978 use new `list' context.
1979
1980 2004-09-20 Jesper Harder <harder@ifa.au.dk>
1981
1982 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
1983
1984 2004-09-21 Jay Belanger <belanger@truman.edu>
1985
1986 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
1987 `calc-graph-set-styles' so the gnuplot buffer will appear in a
1988 separate window.
1989
1990 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
1991
1992 * subr.el (after-change-major-mode-hook): Doc fix.
1993
1994 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1995
1996 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
1997 of ghostscript for monochrome PostScript file in Windows.
1998
1999 2004-09-21 Kenichi Handa <handa@m17n.org>
2000
2001 * descr-text.el (describe-char): Checking of quail activation
2002 fixed.
2003
2004 2004-09-21 Jay Belanger <belanger@truman.edu>
2005
2006 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
2007
2008 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
2009
2010 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
2011 after the mode hooks instead of before. Doc fix.
2012
2013 2004-09-20 Jason Rumney <jasonr@gnu.org>
2014
2015 * startup.el (command-line) [windows-nt]: Try .emacs first, then
2016 _emacs, but revert to .emacs if neither exists in home directory.
2017
2018 2004-09-20 John Paul Wallington <jpw@gnu.org>
2019
2020 * bindings.el (completion-ignored-extensions): Add .dfsl.
2021
2022 2004-09-20 Richard M. Stallman <rms@gnu.org>
2023
2024 * bindings.el (scroll-left): Make it disabled.
2025
2026 * files.el (enable-local-eval): Doc fix.
2027
2028 * indent.el (move-to-left-margin): Special case for minibuffer.
2029
2030 * term.el (term-emulate-terminal): Turn off undo for output.
2031 Use with-current-buffer and save-selected-window.
2032
2033 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
2034
2035 * progmodes/make-mode.el (makefile-fill-paragraph):
2036 Don't insist on spaces when looking for comments. # is enough.
2037
2038 * files.el (hack-local-variables): Copy the variables list
2039 to another buffer, strip prefixes and suffixes there, then read.
2040 (enable-local-eval): Doc fix.
2041 (ignored-local-variables): Initialize to nil.
2042 (risky-local-variable-p): Don't check ignored-local-variables here.
2043 (hack-one-local-variable): Ignore var if in ignored-local-variables.
2044
2045 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2046
2047 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
2048 of = to "." (punctuation).
2049
2050 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * subr.el (event-basic-type): Fix mask (extend to 22bits).
2053
2054 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
2055
2056 * textmodes/enriched.el (enriched-rerun-flag): New variable.
2057 (enriched-before-change-major-mode): New function.
2058 Add it to `change-major-mode-hook'.
2059 (enriched-after-change-major-mode): New function.
2060 Add it to `after-change-major-mode-hook'.
2061 (enriched-mode): Make it work correctly if called from
2062 `after-change-major-mode-hook'.
2063 No longer set `indent-line-function'.
2064
2065 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
2066
2067 * subr.el (after-change-major-mode-hook): New variable.
2068 (run-mode-hooks): Implement it.
2069
2070 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * battery.el (battery-linux-proc-apm): Use string-to-number.
2073 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
2074 Use dolist (and less indentation). Use erase-buffer.
2075 Pre-initialize `design-capacity', `warn', and `low'.
2076 (battery-format): Use replace-regexp-in-string.
2077
2078 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
2079
2080 * battery.el: Delete superfluous empty lines.
2081 (battery-linux-proc-acpi): Attempt to gather information from all
2082 battery subdirectories regardless of their file name.
2083 (battery-linux-proc-apm): Replace all occurrences of
2084 battery-hex-to-int-2 with string-to-int (base 16).
2085 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
2086 (battery-hex-map): Delete variable.
2087
2088 2004-09-18 John Paul Wallington <jpw@gnu.org>
2089
2090 * calc/calc-units.el (calc-quick-units): Fix overzealous
2091 s/or/unless/.
2092
2093 2004-09-17 Jay Belanger <belanger@truman.edu>
2094
2095 * calc/calc.el (calc-mode-var-list): Fix the value of
2096 `calc-matrix-brackets'.
2097
2098 2004-09-17 Romain Francoise <romain@orebokech.com>
2099
2100 * ibuf-ext.el (define-ibuffer-filter filename):
2101 Expand dired-directory since buffer-file-name is absolute.
2102
2103 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2104
2105 * ediff-init.el (ediff-current-diff-face-A)
2106 (ediff-current-diff-face-B, ediff-current-diff-face-C)
2107 (ediff-current-diff-face-Ancestor)
2108 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2109 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2110 (ediff-even-diff-face-A, ediff-even-diff-face-B)
2111 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2112 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2113 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2114 Use min-colors.
2115
2116 * term.el (term-down): Perform vertical motion if DOWN is negative.
2117 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
2118 (term-termcap-format): Synchronyze with the eterm terminfo entry
2119 in etc/e/eterm.ti.
2120 (term-handle-colors-array): If the current foreground or
2121 background are zero (i.e. unspecified), use the foreground and
2122 background of the default face for reverse video.
2123 (term-ansi-at-eval-string, term-ansi-default-fg)
2124 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
2125 (term-mem): Delete ununsed function.
2126 (term-protocol-version): Increment.
2127 (term-current-face): Set to default.
2128
2129 2004-09-15 Jay Belanger <belanger@truman.edu>
2130
2131 * calc/calc.el (calc-mode-var-list): Define this variable.
2132 (calc-always-load-extensions, calc-line-numbering)
2133 (calc-line-breaking, calc-display-just, calc-display-origin)
2134 (calc-number-radix, calc-leading-zeros, calc-group-digits)
2135 (calc-group-char, calc-point-char, calc-frac-format)
2136 (calc-prefer-frac, calc-hms-format, calc-date-format)
2137 (calc-float-format, calc-full-float-format, calc-complex-format)
2138 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2139 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2140 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2141 (calc-matrix-brackets, calc-language, calc-language-option)
2142 (calc-left-label, calc-right-label, calc-word-size)
2143 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2144 (calc-display-raw, calc-internal-prec, calc-angle-mode)
2145 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2146 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2147 (calc-window-height, calc-display-trail, calc-show-selections)
2148 (calc-use-selections, calc-assoc-selections)
2149 (calc-display-working-message, calc-auto-why, calc-timing)
2150 (calc-mode-save-mode, calc-standard-date-formats)
2151 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2152 (calc-user-parse-tables, calc-gnuplot-default-device)
2153 (calc-gnuplot-default-output, calc-gnuplot-print-device)
2154 (calc-gnuplot-print-output, calc-gnuplot-geometry)
2155 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2156 (calc-invocation-macro, calc-show-banner): Give these values as
2157 part of `calc-mode-var-list's initialization after the variables
2158 are declared with defvar.
2159 (calc-bug-address): Changed email address to send bug
2160 reports to. Also changed the maintainer address at the top.
2161 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
2162 than "\\.emacs" to determine if it is the user-init-file.
2163
2164 * calc/calc-embed.el (calc-embedded-set-modes): Use
2165 `calc-mode-var-list' correctly.
2166
2167 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
2168
2169 * vc.el (annotate-time): Document point handling.
2170 (vc-annotate-display-autoscale): Doc fix.
2171
2172 2004-09-15 Miles Bader <miles@gnu.org>
2173
2174 * generic.el (generic-make-keywords-list): Use symbol rather than
2175 word anchors in regexp.
2176
2177 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
2178
2179 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
2180 no file name consider `dired-directory'.
2181
2182 2004-09-14 Kim F. Storm <storm@cua.dk>
2183
2184 * faces.el (cursor): Add face-no-inherit property. Doc fix.
2185
2186 2004-09-14 Simon Josefsson <jas@extundo.com>
2187
2188 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
2189
2190 * textmodes/dns-mode.el: Add.
2191
2192 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
2195 (disabled-command-function): Make the ?\ char more obvious.
2196
2197 * vc-arch.el (vc-arch-root, vc-arch-registered):
2198 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
2199
2200 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
2201
2202 * windmove.el (windmove-frame-edges): Report coordinates of
2203 outside edges of frame, not inside edges.
2204 (windmove-coordinates-of-position): Convert into wrapper to new
2205 function `windmove-coordinates-of-window-position';
2206 `compute-motion' always applies to selected window.
2207 (windmove-coordinates-of-position): Update documentation to refer
2208 to Emacs 21 Lisp Reference Manual.
2209 (windmove-find-other-window): Fix off-by-one errors for max x,y.
2210
2211 2004-09-13 Kim F. Storm <storm@cua.dk>
2212
2213 * isearch.el (isearch-resume-in-command-history): Rename from
2214 isearch-resume-enabled and change default to nil.
2215
2216 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * vc-hooks.el (vc-ignore-dir-regexp): New var.
2219 (vc-registered): Use it.
2220 (vc-find-root): New fun.
2221
2222 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2223 Don't tell to use \\{...} when it's already done.
2224
2225 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2226 Provide a sample complex default.
2227 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2228 (bibtex-entry): Use mapc.
2229
2230 2004-09-12 Kim F. Storm <storm@cua.dk>
2231
2232 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2233
2234 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2235 inhibit-field-text-motion to t so rectangles work in comint buffers.
2236
2237 * simple.el (choose-completion-string): Set buffer before running
2238 choose-completion-string-functions hook so it can be buffer-local.
2239
2240 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
2241
2242 * progmodes/compile.el (compilation-start): Parse command to see
2243 if it starts with a cd, and if so perform it for the *compilation*
2244 buffer. Change the header to reflect this.
2245
2246 2004-09-11 Kim F. Storm <storm@cua.dk>
2247
2248 * ido.el (ido-enable-dot-prefix): Doc fix.
2249 (ido-enable-dot-prefix): New defcustom.
2250 (ido-set-matches1): Use it.
2251
2252 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * textmodes/bibtex.el (bibtex-mark-active)
2255 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2256
2257 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2258
2259 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
2260 used in a case insensitive environment.
2261 (bibtex-mode-map): Rearrange order of menus.
2262 (bibtex-quoted-string-re): Obsolete.
2263 (bibtex-complete-key-cleanup): Variable replaced by new function.
2264 (bibtex-font-lock-keywords): Use backquotes.
2265 (bibtex-font-lock-url-regexp): New internal variable.
2266 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
2267 "OPT" and "ALT".
2268 (bibtex-insert-current-kill, bibtex-make-field)
2269 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2270 (bibtex-parse-field-text): Simplify.
2271 (bibtex-string=): New helper function.
2272 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2273 (bibtex-map-entries): Use bibtex-string=.
2274 (bibtex-search-entry): Use not.
2275 (bibtex-enclosing-field): Fix docstring.
2276 (bibtex-assoc-regexp): Obsolete.
2277 (bibtex-format-entry): Use assoc-string and bibtex-string=.
2278 (bibtex-autokey-get-names): Handle empty name field.
2279 (bibtex-parse-strings): Use assoc-string and unless.
2280 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2281 Use assoc-string.
2282 (bibtex-pop): Simplify.
2283 (bibtex-mode): Set font-lock-extra-managed-props.
2284 (bibtex-entry-update): Use assoc-string.
2285 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2286 (bibtex-autofill-entry): Use bibtex-string=.
2287 (bibtex-print-help-message): Simplify.
2288 (bibtex-find-entry): New optional arg START.
2289 (bibtex-validate): Use bibtex-string= and assoc-string.
2290 Do not call obsolete function compilation-parse-errors.
2291 (bibtex-remove-delimiters): Only remove delimiters if present.
2292 (bibtex-copy-entry-as-kill): Add docstring.
2293 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2294 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2295 (bibtex-complete): Use bibtex-predefined-month-strings,
2296 bibtex-string=, and new function bibtex-complete-key-cleanup.
2297 (bibtex-generate-url-list): New variable.
2298 (bibtex-url): New command bound to C-c C-l and mouse-2.
2299 (bibtex-url-map): New local keymap for bibtex-url-mouse.
2300 (bibtex-font-lock-url): New function.
2301
2302 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2305
2306 2004-09-09 Kim F. Storm <storm@cua.dk>
2307
2308 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2309 counter and format with binding.
2310 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
2311 the declared macro uses own macro counter and format. Give symbol
2312 kmacro property.
2313 (kmacro-keymap): Bind kmacro-name-last-macro to n.
2314 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2315 (kmacro-end-and-call-macro): Doc fix.
2316
2317 2004-09-09 Lars Hansen <larsh@math.ku.dk>
2318
2319 * desktop.el (desktop-clear-preserve-buffers):
2320 Remove make-obsolete-variable.
2321
2322 2004-09-08 Richard M. Stallman <rms@gnu.org>
2323
2324 * buff-menu.el (list-buffers-noselect): Call format-mode-line
2325 with the buffer as argument.
2326
2327 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2328
2329 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2330
2331 2004-09-08 Juri Linkov <juri@jurta.org>
2332
2333 * replace.el (perform-replace): Use `query-replace-descr'.
2334
2335 * cus-start.el (history-delete-duplicates): Specify customization.
2336
2337 * diff-mode.el (diff-mode-map):
2338 * progmodes/compile.el (compilation-mode-map):
2339 * progmodes/grep.el (grep-mode-map):
2340 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2341 to `next-error-follow-minor-mode'.
2342
2343 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2344
2345 * isearch.el (isearch-lazy-highlight-update): Take into account
2346 the case of zero-length match at the search bound.
2347
2348 2004-09-08 Kim F. Storm <storm@cua.dk>
2349
2350 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2351 change. Use zero width overlays when necessary.
2352
2353 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2354
2355 * subr.el (split-string): Docfix.
2356
2357 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2358
2359 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2360 (display-call-tree): Ensure newline after caller/calls blocks.
2361
2362 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2363
2364 * startup.el (command-line-1): Make option
2365 --directory/-L modify `load-path' straight away.
2366
2367 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2368
2369 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2370
2371 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2372
2373 * emacs-lisp/autoload.el (make-autoload):
2374 Handle `define-compilation-mode'.
2375
2376 * emacs-lisp/lisp-mode.el (define-compilation-mode):
2377 Specify `doc-string-elt' property.
2378
2379 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2380
2381 * bs.el (bs-mode): Doc fix.
2382
2383 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2384
2385 * info.el (Info-insert-dir): Fix temp buffer leak bug.
2386
2387 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
2388
2389 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2390
2391 2004-09-08 Kenichi Handa <handa@m17n.org>
2392
2393 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2394 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2395 ps-mule-next-point -> 1+).
2396
2397 * composite.el (encode-composition-rule): Add autoload cooky.
2398
2399 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2400
2401 * format.el (buffer-auto-save-file-format): Make it permanent local.
2402
2403 2004-09-07 Kim F. Storm <storm@cua.dk>
2404
2405 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2406 (authors-fixed-entries): Fix typo.
2407 (authors-canonical-author-name): Compact multiple spaces.
2408 Ignore trivial names (e.g. only first name).
2409
2410 * term.el (term-window-width): Only use full window width on
2411 window system if overflow-newline-into-fringe is enabled.
2412 (term-mode): Don't disable overflow-newline-into-fringe.
2413
2414 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2417 motion as seen on my Mac OS X xterms.
2418
2419 * newcomment.el (uncomment-region-default, comment-region-default):
2420 New functions extracted from uncomment-region and comment-region.
2421 (comment-region, comment-region-function, uncomment-region)
2422 (uncomment-region-function): Use them.
2423
2424 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2425
2426 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2427 It's not crucial but can make sense at times.
2428
2429 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2430 the first commit.
2431
2432 * vc.el (vc-buffer-context, vc-restore-buffer-context):
2433 Disable obsolete code.
2434
2435 2004-09-07 Juri Linkov <juri@jurta.org>
2436
2437 * progmodes/grep.el (grep-highlight-matches): Change default from
2438 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
2439 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2440 if grep option `--color' is available, or to `nil' otherwise.
2441 (grep-process-setup): Call `grep-compute-defaults' if
2442 `grep-highlight-matches' is not computed. Set env-vars only
2443 if `grep-highlight-matches' is `t'.
2444 (grep-use-null-device): Remove redundant type `boolean' (`choice'
2445 is already defined).
2446
2447 * progmodes/compile.el (compilation-start): Use copy of
2448 `process-environment' created by `copy-sequence' to not
2449 modify env-vars in the global `process-environment'.
2450
2451 2004-09-06 Eli Zaretskii <eliz@gnu.org>
2452
2453 * simple.el (next-error-follow-minor-mode): Fix last change.
2454
2455 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
2456
2457 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2458 permanent local.
2459
2460 2004-09-04 Richard M. Stallman <rms@gnu.org>
2461
2462 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2463 highlighting if the search string is empty.
2464
2465 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
2466
2467 * facemenu.el (facemenu-active-faces): Change condition of inner
2468 `while' loop to also check the first two elements of `face-atts'
2469 and `mask-atts'.
2470
2471 2004-09-04 John Paul Wallington <jpw@gnu.org>
2472
2473 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2474 (thumbs-view-image-mode): Make buffer read-only.
2475
2476 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
2477
2478 * textmodes/ispell.el (ispell-really-aspell): New defvar.
2479 (ispell-check-version): Set it.
2480 (ispell-send-replacement): New function.
2481 (ispell-process-line): Call ispell-send-replacement.
2482
2483 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2484
2485 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2486 Support choosing seconds with "s".
2487
2488 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
2489
2490 * terminal.el (te-escape): Show `?' in prompt for help key.
2491
2492 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
2493
2494 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2495
2496 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
2497
2498 * simple.el (next-error-follow-minor-mode)
2499 (next-error-follow-mode-post-command-hook): New functions.
2500 (next-error-follow-last-line): New defvar.
2501
2502 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2503 * progmodes/compile.el (compilation-mode-map): Likewise.
2504 * progmodes/grep.el (grep-mode-map): Likewise.
2505 * replace.el (occur-mode-map): Likewise.
2506
2507 * newcomment.el (uncomment-region): Bind comment-use-global-state
2508 to nil.
2509
2510 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
2511
2512 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2513 locally around the call to `revert-buffer'.
2514
2515 2004-09-03 Juri Linkov <juri@jurta.org>
2516
2517 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2518 `isearch-adjusted' to `t'.
2519 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2520 (isearch-message-prefix): Add "pending" for isearch-adjusted.
2521 (isearch-other-meta-char): Restore isearch-point unconditionally.
2522 (isearch-query-replace): Add new arg `regexp-flag' and use it.
2523 Set point to start of match if region is not active in transient
2524 mark mode (to include the current match to region boundaries).
2525 Push the search string to `query-replace-from-history-variable'.
2526 Add prompt "Query replace regexp" for isearch-regexp.
2527 Add region beginning/end as last arguments of `perform-replace.'
2528 (isearch-query-replace-regexp): Replace code by the call to
2529 `isearch-query-replace' with arg `t'.
2530
2531 2004-09-03 Richard M. Stallman <rms@gnu.org>
2532
2533 * startup.el (normal-top-level): Undo previous TERM change.
2534
2535 2004-09-03 Kim F. Storm <storm@cua.dk>
2536
2537 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2538 highlight overlays; allow using RET when cursor is over a button.
2539 (cua--highlight-rectangle): Use it.
2540 (cua--rectangle-set-corners): Don't move backwards at eol.
2541 (cua--forward-line): Don't move into void after eob.
2542
2543 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2544 point is set (and displayed) inside rectangle.
2545 (cua--rectangle-operation): Fix for highlight of empty lines.
2546 (cua--highlight-rectangle): Fix highlight for tabs.
2547 Position cursor at left/right edge of rectangle using new `cursor'
2548 property on overlay strings.
2549 (cua--indent-rectangle): Don't tabify.
2550 (cua-rotate-rectangle): Ignore that point has moved.
2551
2552 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2553
2554 * term/mac-win.el: Add ASCII equivalents for some function keys.
2555 (mode-line-frame-identification): Sync with x-win.el.
2556
2557 2004-09-02 Juri Linkov <juri@jurta.org>
2558
2559 * progmodes/compile.el (compilation-buffer-name): Compare major
2560 mode with second element of compilation-arguments instead of third
2561 to reflect latest changes in compilation-arguments structure.
2562 (recompile): Use global variable `compilation-directory' to get
2563 recent compilation directory only when `recompile' is invoked NOT
2564 in the compilation buffer. Otherwise, use `default-directory' of
2565 the compilation buffer.
2566 (compilation-error-properties): Allow to funcall col and end-col.
2567 (compilation-mode-font-lock-keywords): Check col and end-col by
2568 `integerp'.
2569 (compilation-goto-locus): If end-mk is non-nil in transient mark
2570 mode don't activate the mark (and don't display message in
2571 push-mark), but highlight overlay between mk and end-mk.
2572
2573 * progmodes/grep.el (grep-highlight-matches): New defcustom.
2574 (grep-regexp-alist): Add rule to highlight grep matches.
2575 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2576
2577 * info.el (Info-fontify-node): Don't compute other-tag
2578 if Info-hide-note-references=hide.
2579
2580 * help.el (function-called-at-point):
2581 * help-fns.el (variable-at-point):
2582 Try `find-tag-default' when other methods failed.
2583
2584 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2585 Do not push mark if inhibit-mark-movement is non-nil.
2586
2587 * textmodes/ispell.el (ispell-html-skip-alists):
2588 Fix backslashes in docstring.
2589
2590 2004-09-01 Juri Linkov <juri@jurta.org>
2591
2592 * isearch.el (isearch-wrap-function)
2593 (isearch-push-state-function): New defvars.
2594 (isearch-pop-fun-state): New defsubst.
2595 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2596 (isearch-push-state): Set the result of calling
2597 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2598 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2599 restore the mode-specific starting point of terminated search.
2600 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2601 (isearch-repeat): Call `isearch-wrap-function' if defined.
2602 (isearch-message-prefix): Don't add prefix "over" to the message
2603 for wrapped search if `isearch-wrap-function' is defined.
2604 (isearch-search): Call function saved in `isearch-pop-fun-state' to
2605 restore the mode-specific starting point of failed search.
2606
2607 * info.el (Info-search-whitespace-regexp): Fix backslashes.
2608 (Info-search): Add new optional arguments for the sake of isearch.
2609 Replace whitespace in Info-search-whitespace-regexp literally.
2610 Add backward search. Don't call `Info-select-node' if regexp is
2611 found in the same Info node. Don't add node to Info-history for
2612 wrapped isearch.
2613 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2614 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2615 (Info-mode): Set local variables `isearch-search-fun-function',
2616 `isearch-wrap-function', `isearch-push-state-function',
2617 `search-whitespace-regexp'.
2618
2619 * isearch.el: Remove ancient Change Log section.
2620 (isearch-string, isearch-message-string, isearch-point)
2621 (isearch-success, isearch-forward-flag, isearch-other-end)
2622 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2623 (isearch-barrier, isearch-within-brackets)
2624 (isearch-case-fold-search): Add suffix `-state' to state-related
2625 defsubsts to avoid name clashes with other function names.
2626
2627 * simple.el (next-error): New defgroup and defface.
2628 (next-error-highlight, next-error-highlight-no-select):
2629 New defcustoms.
2630 (next-error-no-select): Let-bind next-error-highlight to the value
2631 of next-error-highlight-no-select before calling `next-error'.
2632
2633 * progmodes/compile.el (compilation-goto-locus):
2634 Use `next-error' face instead of `region'. Set 4-th argument of
2635 `move-overlay' to `current-buffer' to move overlay to different
2636 source buffers. Use new variable `next-error-highlight'.
2637
2638 * simple.el (next-error-find-buffer): Move the rule
2639 "if current buffer is a next-error capable buffer" after the
2640 rule "if next-error-last-buffer is set to a live buffer".
2641 Simplify to test all rules in one `or'.
2642 (next-error): Doc fix.
2643 (next-error, previous-error, first-error)
2644 (next-error-no-select, previous-error-no-select):
2645 Make arguments optional.
2646
2647 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
2648
2649 * macros.el (apply-macro-to-region-lines): Make it operate on all
2650 lines that begin in the region, rather than on all complete lines
2651 in the region.
2652
2653 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2654
2655 * x-dnd.el (x-dnd-protocol-alist): Document update.
2656 (x-dnd-known-types): Defcustom it.
2657 (x-dnd-handle-motif): Print message-atom in error message.
2658
2659 2004-08-30 John Paul Wallington <jpw@gnu.org>
2660
2661 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2662 strings rather than programatically constructing message.
2663
2664 2004-08-30 Richard M. Stallman <rms@gnu.org>
2665
2666 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2667 Don't return a string that would read as the wrong character code.
2668
2669 2004-08-29 Kim F. Storm <storm@cua.dk>
2670
2671 * emulation/cua-base.el (cua-auto-expand-rectangles):
2672 Remove automatic rectangle padding feature; replace by non-destructive
2673 virtual rectangle edges feature.
2674 (cua-virtual-rectangle-edges): New defcustom.
2675 (cua-auto-tabify-rectangles): New defcustom.
2676 (cua-paste): If paste into a marked rectangle, insert rectangle at
2677 current column, even if virtual; also paste exactly as many lines
2678 as has been marked (ignore additional lines or add empty lines),
2679 but paste whole source if only one line is marked.
2680 (cua--update-indications): No longer use overwrite-cursor to
2681 indicate rectangle padding
2682
2683 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2684 (cua--rectangle-virtual-edges): New defun.
2685 (cua--rectangle-get-corners): Remove optional PAD arg.
2686 (cua--rectangle-set-corners): Never do padding.
2687 (cua--forward-line): Remove optional PAD arg. Simplify.
2688 (cua-resize-rectangle-right, cua-resize-rectangle-left)
2689 (cua-resize-rectangle-down, cua-resize-rectangle-up):
2690 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2691 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2692 (cua--rectangle-move): Never do padding. Simplify.
2693 (cua--tabify-start): New defun.
2694 (cua--rectangle-operation): Add tabify arg. All callers changed.
2695 (cua--pad-rectangle): Remove.
2696 (cua--delete-rectangle): Handle delete with virtual edges.
2697 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2698 (cua--insert-rectangle): Handle insert at virtual column.
2699 Perform auto-tabify if necessary.
2700 (cua--activate-rectangle): Remove optional FORCE arg.
2701 Never do padding. Simplify.
2702 (cua--highlight-rectangle): Enhance for virtual edges.
2703 (cua-toggle-rectangle-padding): Remove command.
2704 (cua-toggle-rectangle-virtual-edges): New command.
2705 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
2706 (cua--rectangle-post-command): Don't force rectangle padding.
2707 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2708
2709 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
2710
2711 * indent.el (edit-tab-stops-buffer): Doc fix.
2712
2713 2004-08-28 Richard M. Stallman <rms@gnu.org>
2714
2715 * progmodes/grep.el (grep-default-command): Use find-tag-default.
2716 (grep-tag-default): Function deleted.
2717
2718 * subr.el (find-tag-default): Moved from etags.el.
2719
2720 * progmodes/etags.el (find-tag-default): Moved to subr.el.
2721
2722 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2723 into the basic character if it has an uppercase form.
2724
2725 2004-08-27 Kenichi Handa <handa@m17n.org>
2726
2727 * international/utf-8.el (utf-8-post-read-conversion): If the
2728 buffer is unibyte, temporarily make it multibyte.
2729
2730 2004-08-27 Masatake YAMATO <jet@gyve.org>
2731
2732 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2733
2734 2004-08-25 John Paul Wallington <jpw@gnu.org>
2735
2736 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2737 0, 1, and many mismatches in message.
2738 (tex-start-shell): Use `set-process-query-on-exit-flag'.
2739
2740 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2741 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2742
2743 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2746 vc-diff-switches differently.
2747
2748 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
2749
2750 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
2751 before and a real defvar after
2752 `speedbar-supported-extension-expressions'. This is to silence
2753 the compiler without breaking bootstrapping.
2754
2755 2004-08-22 Richard M. Stallman <rms@gnu.org>
2756
2757 * textmodes/flyspell.el (flyspell-word):
2758 Use set-process-query-on-exit-flag.
2759 (flyspell-highlight-duplicate-region): Take POSS as arg.
2760 (flyspell-word): Pass POSS as arg.
2761
2762 * progmodes/ada-xref.el: Many doc and style fixes.
2763 (ada-find-any-references): Use compilation-start.
2764 (ada-get-ali-file-name): Improve error msg.
2765 (ada-get-ada-file-name): Likewise.
2766
2767 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
2768 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
2769
2770 * mail/mail-extr.el (mail-extr-all-top-level-domains):
2771 Add forward defvar.
2772
2773 * whitespace.el (global-whitespace-mode): New alias
2774 for whitespace-global-mode.
2775
2776 * speedbar.el (speedbar-file-regexp): Definition moved up.
2777 (speedbar-mode, speedbar-set-mode-line-format):
2778 Use with-no-warnings.
2779 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
2780
2781 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
2782 controls whether to display the error buffer.
2783
2784 * ps-mule.el: Delete compatibility code for old Emacses.
2785 (ps-mule-find-wrappoint): Don't use chars-in-region.
2786
2787 * frame.el (display-mouse-p, display-selections-p):
2788 Use with-no-warnings.
2789
2790 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
2791
2792 2004-08-22 David Kastrup <dak@gnu.org>
2793
2794 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
2795 information.
2796
2797 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
2798
2799 2004-08-22 Andreas Schwab <schwab@suse.de>
2800
2801 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2802
2803 2004-08-22 Masatake YAMATO <jet@gyve.org>
2804
2805 * cvs-status.el (cvs-status-checkout): New function.
2806 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
2807
2808 2004-08-21 David Kastrup <dak@gnu.org>
2809
2810 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
2811 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
2812 has been converted to use hashtables, the relation `nil=none' is
2813 no longer valid, as `nil' is not a hashtable. This patch tries to
2814 reduce the number of resulting errors.
2815
2816 2004-08-21 John Paul Wallington <jpw@gnu.org>
2817
2818 * subr.el (process-kill-without-query): Made obsolete in
2819 version 21.4, not 21.5.
2820
2821 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
2822 (vc-previous-comment, vc-next-comment)
2823 (vc-comment-search-reverse, vc-comment-search-forward)
2824 (vc-comment-to-change-log): Likewise.
2825
2826 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
2827
2828 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
2829
2830 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
2831 Correct indentation of DEFMETHODS with non-standard method
2832 combinations (e.g., PROGN, MIN, MAX).
2833
2834 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * startup.el (normal-top-level-add-subdirs-to-load-path):
2837 Avoid unnecessarily checking system-type.
2838 (normal-top-level): Set TERM to "dumb". Simplify.
2839
2840 * avoid.el (mouse-avoidance-ignore-p): New fun.
2841 Also ignore switch-frame, select-window, double, and triple clicks.
2842 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
2843 (mouse-avoidance-fancy-hook): Use it.
2844
2845 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
2846
2847 * avoid.el (mouse-avoidance-nudge-mouse)
2848 (mouse-avoidance-banish-destination): Stay within the current window
2849 to avoid problems with mouse-autoselect-window.
2850
2851 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
2854 the newer format of some messages in cvs-1.12.1.
2855
2856 2004-08-19 Masatake YAMATO <jet@gyve.org>
2857
2858 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
2859 (elp-results-jump-to-definition-by-mouse)
2860 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2861 (elp-output-result): Use elp-output-insert-symname.
2862
2863 2004-08-18 Kenichi Handa <handa@m17n.org>
2864
2865 * language/cyrillic.el: Register koi8-r in
2866 ctext-non-standard-encodings-alist.
2867 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
2868
2869 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
2870
2871 * emacs-lisp/copyright.el (copyright-update-year): Delete code
2872 that replaces 20xy with xy.
2873
2874 2004-08-17 John Paul Wallington <jpw@gnu.org>
2875
2876 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
2877 (reb-force-update): Doc fix.
2878
2879 2004-08-16 Richard M. Stallman <rms@gnu.org>
2880
2881 * progmodes/which-func.el (which-func-update-1): Doc fix.
2882
2883 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
2884 (sh-mode-abbrev-table): New variable.
2885
2886 * progmodes/compile.el (compilation-mode): Doc fix.
2887
2888 * emacs-lisp/lisp-mode.el (eval-last-sexp):
2889 Don't cons a new symbol each time.
2890 (eval-last-sexp-fake-value): New variable.
2891
2892 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
2893 (copyright-update-year): Detect continuation of list of years.
2894
2895 * term.el (term-default-fg-color, term-default-bg-color)
2896 (ansi-term-color-vector): Use `unspecified', not nil, as default.
2897
2898 * imenu.el: Several doc fixes: don't say variables are buffer-local.
2899
2900 2004-08-16 Davis Herring <herring@lanl.gov>
2901
2902 * isearch.el (isearch-string, isearch-message-string, isearch-point)
2903 (isearch-success, isearch-forward-flag, isearch-other-end)
2904 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2905 (isearch-barrier, isearch-within-brackets)
2906 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
2907
2908 2004-08-16 Kenichi Handa <handa@m17n.org>
2909
2910 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
2911
2912 2004-08-15 Kenichi Handa <handa@m17n.org>
2913
2914 * term/x-win.el (x-selection-value): If utf8 was successful but
2915 ctext was not, use utf8 string.
2916
2917 2004-08-14 Davis Herring <herring@lanl.gov>
2918
2919 * isearch.el: Remove accidental changes of March 4. Fix backing
2920 up when a regexp isearch is made more general. Use symbolic
2921 accessor functions for isearch stack frames to make usage clearer.
2922 (search-whitespace-regexp): Made groups in documentation shy (as
2923 is the group in the default value).
2924 (isearch-fallback): New function, addresses problems with regexps
2925 liberalized by `\|', adds support for liberalization by `\}' (the
2926 general repetition construct), and incorporates behavior for
2927 `*'/`?'.
2928 (isearch-}-char): New command, calls `isearch-fallback' with
2929 arguments appropriate to a typed `}'.
2930 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
2931 appropriately.
2932 (isearch-mode-map): Bind `}' to `isearch-}-char'.
2933 (isearch-string, isearch-message,string, isearch-point)
2934 (isearch-success, isearch-forward-flag, isearch-other-end)
2935 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2936 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
2937 New inline functions to read fields of a stack frame.
2938
2939 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
2940
2941 * battery.el (battery-linux-proc-acpi): Look into battery
2942 directories matching the literal string "CMB", too (required for
2943 Linux kernel version 2.6.7).
2944
2945 2004-08-14 John Paul Wallington <jpw@gnu.org>
2946
2947 * cus-start.el (read-file-name-completion-ignore-case): Add.
2948 (blink-cursor-alist): Change version to "21.4".
2949
2950 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
2951
2952 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
2953
2954 * speedbar.el (speedbar-scan-subdirs): New option.
2955 (speedbar-file-lists): Don't ignore file-name case on Unix and use
2956 dolist.
2957 (speedbar-insert-files-at-point): Take an extra argument and use
2958 it to optionally find out if a subdir is empty. Also unreadable
2959 files don't get expand buttons.
2960 (speedbar-directory): New image (unused pixmap already existed).
2961 (speedbar-expand-image-button-alist): Use it.
2962
2963 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
2964
2965 CC Mode update to 5.30.9:
2966
2967 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
2968 Move from cc-vars to cc-defs for dependency reasons. Fix the
2969 POSIX char class test to check that it works in
2970 `skip-chars-(forward|backward)' too.
2971
2972 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2973 first argument starts with a special brace list.
2974
2975 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2976 when `c-opt-type-concat-key' is used (i.e. in Pike).
2977
2978 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
2979 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
2980 >)".
2981
2982 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
2983 whitespace safe.
2984
2985 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2986 position for `arglist-intro', `arglist-cont-nonempty' and
2987 `arglist-close' when there are two arglist open parens on the same
2988 line and there's nothing in front of the first.
2989
2990 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2991 locking of qualified names in Java, which previously could fontify
2992 common indexing expressions in many cases. The standard Java
2993 naming conventions are used to tell them apart.
2994
2995 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
2996 Fix inconsistency wrt opening parens on the first line inside a paren
2997 block.
2998
2999 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
3000 compile time for the sake of `c-major-mode-is'.
3001
3002 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
3003 `c-major-mode-is' in the event that this is used inside a
3004 `c-lang-defconst'.
3005
3006 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
3007 `c-lang-defconst' so that it works better with fallback languages.
3008
3009 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
3010 it to fail to record the base mode.
3011
3012 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3013 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
3014 is used. Reordered the syntax checks to get more efficient
3015 skipping in some situations.
3016
3017 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
3018 continuation which might precede the newly inserted '{'.
3019
3020 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3021 Fix cases where it could loop indefinitely.
3022
3023 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
3024 size specs correctly. Only fontify identifiers in front of '('
3025 with as functions - don't accept any paren char. Tightened up
3026 initializer skipping to stop before function and class blocks.
3027
3028 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
3029 the point could be left directly after an open paren when finding
3030 the beginning of the first decl in the block.
3031
3032 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
3033 table when filtering out legitimate open parens to be recorded.
3034 This could cause cache inconsistencies when e.g.
3035 `c++-template-syntax-table' was temporarily in use.
3036
3037 * progmodes/cc-engine.el (c-on-identifier)
3038 (c-simple-skip-symbol-backward): Small fix for handling "-"
3039 correctly in `skip-chars-backward'. Affected the operator lfun
3040 syntax in Pike.
3041
3042 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
3043 Fix bug that could cause an error from `after-change-functions' when
3044 the changed region is at bob.
3045
3046 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
3047
3048 CC Mode update to 5.30.9:
3049
3050 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
3051 to say that <TAB> doesn't insert WS into a CPP line.
3052 (c-indent-command, c-tab-always-indent): Amend doc strings.
3053
3054 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
3055 checks for user errors, thus eliminating cryptic and unhelpful
3056 Emacs error messages. (1) Check the arg to `c-set-style' is a
3057 string. (2) Check that settings to `c-offsets-alist' are not
3058 spuriously quoted.
3059
3060 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
3061 which precedes the newly inserted `{'.
3062
3063 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
3064
3065 Sync with Tramp 2.0.44.
3066
3067 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
3068 function "tramp_file_attributes". Otherwise, file names
3069 containing spaces are misinterpreted. Reported by Magnus Henoch
3070 <mange@freemail.hu>.
3071 (tramp-handle-file-truename): FILENAME must be expanded first.
3072 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
3073 obscure results. Reported by D. Goel <deego@gnufans.org>.
3074 (tramp-handle-verify-visited-file-modtime): If file does not
3075 exist, say it is not modified if and only if that agrees with the
3076 buffer's record. Check whether a file is visiting the buffer, or
3077 the buffer has no recorded last modification time. Return t in
3078 case the visiting file doesn't exist. Suggested by Luc Teirlinck
3079 <teirllm@auburn.edu>.
3080 (tramp-handle-write-region): Pass modtime explicitely to
3081 `set-visited-file-modtime', because filename can be different
3082 from (buffer-file-name) if `file-precious-flag' is set.
3083 `set-visited-file-modtime' must be called always when `visit' is t
3084 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
3085 (tramp-handle-set-visited-file-modtime): If `time-list' is not
3086 nil, don't apply the whole body. If the file doesn't exists, set
3087 modtime to '(-1 65535). Suggested by Luc Teirlinck
3088 <teirllm@auburn.edu>.
3089
3090 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
3091
3092 * help.el (describe-bindings): Doc fix.
3093
3094 * subr.el (kbd): Doc fix.
3095
3096 2004-08-08 John Paul Wallington <jpw@gnu.org>
3097
3098 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
3099 instead of `string-to-int'.
3100 (define-ibuffer-column mode): Fix indentation.
3101
3102 2004-08-08 Lars Hansen <larsh@math.ku.dk>
3103
3104 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3105
3106 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
3107
3108 * subr.el (global-unset-key, local-unset-key): Doc fixes.
3109
3110 * novice.el (disabled-command-function): New variable renamed from
3111 `disabled-command-hook'.
3112 (disabled-command-hook): Keep the _variable_ as alias for
3113 `disabled-command-function' and make obsolete.
3114 (disabled-command-function): Function renamed from
3115 `disabled-command-hook'. Adapt code to name change of the variable.
3116
3117 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
3118
3119 * simple.el (completion-root-regexp): New defvar.
3120 (completion-setup-function): Use it instead of a literal string.
3121
3122 2004-08-07 John Paul Wallington <jpw@gnu.org>
3123
3124 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
3125 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
3126 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
3127 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
3128
3129 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3130
3131 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
3132 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
3133
3134 2004-08-04 Kenichi Handa <handa@m17n.org>
3135
3136 * international/encoded-kb.el (encoded-kbd-setup-keymap):
3137 Fix previous change.
3138
3139 2004-08-03 Kenichi Handa <handa@m17n.org>
3140
3141 * international/encoded-kb.el: The following changes are to
3142 utilize key-translation-map instead of minor mode map.
3143 (encoded-kbd-iso2022-non-ascii-map): Delete it.
3144 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
3145 (encoded-kbd-last-key): New function.
3146 (encoded-kbd-iso2022-single-shift): New function.
3147 (encoded-kbd-iso2022-designation)
3148 (encoded-kbd-self-insert-iso2022-7bit)
3149 (encoded-kbd-self-insert-iso2022-8bit)
3150 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
3151 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
3152 key-translation-map.
3153 (encoded-kbd-setup-keymap): Setup key-translation-map.
3154 (saved-key-translation-map): New variable.
3155 (encoded-kbd-mode): Save/restore key-translation-map.
3156 Adjust for the change of encoded-kbd-setup-keymap.
3157
3158 2004-08-02 Kim F. Storm <storm@cua.dk>
3159
3160 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
3161 and call compute-motion with nil for topos and width to get proper
3162 usable width and height for both window and non-window systems.
3163
3164 * windmove.el (windmove-coordinates-of-position): Let compute-motion
3165 calculate usable window width and height.
3166
3167 * window.el (window-buffer-height): Call compute-motion with nil width.
3168
3169 2004-08-01 David Kastrup <dak@gnu.org>
3170
3171 * replace.el (query-replace-read-from):
3172 Use `query-replace-compile-replacement'.
3173 (query-replace-compile-replacement): New function.
3174 (query-replace-read-to): Use `query-replace-compile-replacement'
3175 for repeating the last command.
3176
3177 2004-08-01 John Paul Wallington <jpw@gnu.org>
3178
3179 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
3180 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
3181 (pr-switches): Remove period from end of error messages.
3182
3183 * help-mode.el (help-go-back): Likewise.
3184
3185 * abbrev.el (only-global-abbrevs): Doc fix.
3186 (edit-abbrevs-map): Define within defvar.
3187 (quietly-read-abbrev-file): Doc fix.
3188
3189 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
3190
3191 * novice.el (enable-command, disable-command): Doc fixes.
3192
3193 * subr.el (event-modifiers, event-basic-type): Doc fixes.
3194
3195 2004-07-30 Richard M. Stallman <rms@gnu.org>
3196
3197 * subr.el (with-local-quit): Doc fix.
3198
3199 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
3200
3201 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
3202
3203 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
3204
3205 * custom.el (defcustom): Doc fix.
3206
3207 2004-07-28 Masatake YAMATO <jet@gyve.org>
3208
3209 * progmodes/etags.el (etags-tags-apropos): Show building progress.
3210
3211 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * imenu.el (imenu-prev-index-position-function)
3214 (imenu-extract-index-name-function, imenu-name-lookup-function)
3215 (imenu--index-alist): Docstring redundancy fix.
3216
3217 2004-07-25 Lars Hansen <larsh@math.ku.dk>
3218
3219 * wdired.el (wdired-finish-edit): Require dired-aux before locally
3220 binding dired-backup-overwrite.
3221
3222 2004-07-25 John Paul Wallington <jpw@gnu.org>
3223
3224 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3225
3226 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
3227
3228 * term/tty-colors.el (tty-color-approximate): Doc fix.
3229
3230 * select.el (x-get-selection, x-set-selection): Doc fixes.
3231
3232 * frame.el (make-frame): Doc fix.
3233
3234 2004-07-24 Richard M. Stallman <rms@gnu.org>
3235
3236 * mail/rmail.el (rmail-mime-charset-pattern):
3237 Don't include semicolon in the charset value.
3238
3239 * replace.el (occur-next-error): Call set-window-point.
3240 (occur-engine): Handle negative NLINES.
3241
3242 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
3243
3244 * frame.el (modify-all-frames-parameters): Minor doc fix.
3245 (set-frame-configuration): Doc fix.
3246
3247 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3248
3249 * simple.el (completion-setup-function): Compute the common parts
3250 and the first difference place correctly when
3251 partial-completion-mode is on.
3252
3253 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3254
3255 * ps-print.el: Doc fix.
3256 (ps-print-version): New version 6.6.5.
3257 (ps-printing-region): Doc fix.
3258 (ps-generate-string-list): Comment fix.
3259 (ps-message-log-max): Code fix.
3260
3261 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
3262
3263 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
3264 generated PostScript.
3265
3266 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
3267
3268 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
3269 with Gnus v5_10 branch.)
3270
3271 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
3272
3273 * calendar/time-date.el (time-to-number-of-days): New function.
3274 Imported from from Gnus.
3275
3276 2004-07-22 Kim F. Storm <storm@cua.dk>
3277
3278 * progmodes/make-mode.el: Fix comments.
3279
3280 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3281
3282 * printing.el: Doc fix.
3283
3284 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * frame.el (modify-all-frames-parameters): Minor doc fix.
3287
3288 2004-07-20 Richard M. Stallman <rms@gnu.org>
3289
3290 * textmodes/fill.el (fill-nobreak-p): If this break point is
3291 at the end of the line, don't consider the newline which follows
3292 as a reason to return t.
3293
3294 2004-07-19 John Paul Wallington <jpw@gnu.org>
3295
3296 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3297
3298 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
3299
3300 * dired-aux.el (dired-do-kill-lines): Expand docstring.
3301 Delete irrelevant code.
3302
3303 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3304
3305 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3306 New docstring. From Luc Teirlinck.
3307
3308 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
3309
3310 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3311 section.
3312 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3313 non-file buffers. We know it is nil.
3314
3315 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
3316
3317 Sync with Tramp 2.0.43.
3318
3319 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3320 Remove outdated comment.
3321 (tramp-locked, tramp-locker): New variables for implementing a
3322 global lock.
3323 (tramp-sh-file-name-handler): Use them to implement the global lock.
3324
3325 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
3326
3327 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
3328 calls to respective `xxx` calls.
3329 (tramp-process-alive-regexp): Precise doc string.
3330 (tramp-multi-action-process-alive): New defun.
3331 (tramp-multi-actions): Use it.
3332 (tramp-handle-find-backup-file-name): `copy-tree' is available
3333 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
3334 in order to avoid this function.
3335 (tramp-handle-write-region): Set current buffer. If connection
3336 wasn't open, `file-modes' has changed it accidently. Reported by
3337 David Kastrup <dak@gnu.org>.
3338 (tramp-enter-password, tramp-read-passwd): New arguments USER and
3339 HOST.
3340 (tramp-action-password, tramp-multi-action-password): Apply it.
3341 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3342 name must still contain the port number. Otherwise, we have two
3343 Tramp buffers, with all the confusion. Reported by Myron Selby
3344 <myron@xytech.com> and Rolf Dubitzky
3345 <Dubitzky@physi.uni-heidelberg.de>.
3346
3347 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3348 HOST to `tramp-enter-passwd'.
3349
3350 * net/tramp-vc.el (all): Code cleanup. Change all
3351 `tramp-handle-xxx' calls to respective `xxx` calls.
3352
3353 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
3354
3355 * emacs-lisp/testcover.el: New category "potentially-1valued" for
3356 functions that are not erroneous if either 1-valued or
3357 multi-valued. Detect functions in this class.
3358 (testcover-1value-functions, testcover-compose-functions)
3359 (testcover-progn-functions) Added some additional functions to lists.
3360 (testcover-mark): Bugfix when marking up the definition for an
3361 empty function.
3362
3363 2004-07-17 Richard M. Stallman <rms@gnu.org>
3364
3365 * replace.el (occur-read-primary-args): Pass default to
3366 read-from-minibuffer.
3367
3368 * mail/footnote.el (footnote-section-tag): Use defcustom.
3369
3370 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3371 Compile font-lock-keywords, not KEYWORDS.
3372 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3373 Add warn, check-type. Handle cerror like error.
3374
3375 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3376
3377 * progmodes/which-func.el (which-func-keymap): New var.
3378 (which-func-face): New face.
3379 (which-func-format): Use them.
3380
3381 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3382
3383 * buff-menu.el (list-buffers-noselect): Append the buffer's
3384 process status to its mode name.
3385
3386 2004-07-16 Kim F. Storm <storm@cua.dk>
3387
3388 * simple.el (inhibit-mark-movement): New defvar.
3389 (beginning-of-buffer, end-of-buffer): Do not push mark if
3390 inhibit-mark-movement is non-nil or C-u prefix is given.
3391
3392 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3393 Init to beginning-of-buffer and end-of-buffer.
3394 (cua--undo-push-mark): New defvar.
3395 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3396 already active and command is in cua--preserve-mark-commands.
3397 Also fix check for shift modifier on non-window systems.
3398 (cua--post-command-handler): Clear inhibit-mark-movement if set.
3399
3400 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
3401
3402 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3403 of two integers, instead of a cons.
3404
3405 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3406 `visited-file-modtime' now returns a list of two integers, instead
3407 of a cons.
3408
3409 * dired.el (dired-directory-changed-p): Ditto.
3410
3411 * progmodes/grep.el (grep): Doc fix.
3412
3413 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
3414
3415 * autorevert.el (auto-revert-tail-mode)
3416 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3417 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3418 in both at the same time.
3419 (auto-revert-tail-mode): New command.
3420 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3421 (auto-revert-handler): Revert only either tail or whole file.
3422
3423 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3424 add auto-revert-tail-mode.
3425
3426 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3427
3428 * printing.el: Doc fix. Change name of some funs.
3429 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
3430 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
3431 (pr-standard-file-name): New fun. Replace pr-standard-path.
3432 (pr-call-process): Code fix.
3433
3434 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
3435
3436 * subr.el (with-selected-window): Doc fix.
3437
3438 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
3439
3440 * subr.el (get-buffer-window-list): Doc fix.
3441
3442 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
3443
3444 * files.el (switch-to-buffer-other-window): Doc fix.
3445
3446 * window.el (save-selected-window, one-window-p)
3447 (split-window-keep-point, split-window-vertically)
3448 (split-window-horizontally): Doc fixes.
3449
3450 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3451
3452 * printing.el: Doc fix. Now it uses call-process instead of
3453 shell-command for low command execution.
3454 (pr-version): New version number (6.8).
3455 (pr-shell-file-name): Option removed.
3456 (pr-shell-command): Fun removed.
3457 (pr-call-process): New fun. Replace pr-shell-command.
3458 (pr-standard-path, pr-remove-nil-from-list): New funs.
3459 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3460 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3461 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3462 (pr-ps-utility-process, pr-txt-print): Code fix.
3463
3464 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3465
3466 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3467 boolean.
3468
3469 2004-07-09 Lars Hansen <larsh@math.ku.dk>
3470
3471 * wid-edit.el (widget-field-buffer): Doc fix.
3472
3473 2004-07-09 John Paul Wallington <jpw@gnu.org>
3474
3475 * emacs-lisp/re-builder.el (reb-update-overlays):
3476 Distinguish between one and several matches in message.
3477
3478 2004-07-09 Richard M. Stallman <rms@gnu.org>
3479
3480 * mouse.el (mouse-set-region-1): If transient-mark-mode
3481 is `identity', change it to `only'.
3482
3483 * simple.el (current-word): Doc fix.
3484
3485 2004-07-09 Mark A. Hershberger <mah@everybody.org>
3486
3487 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3488 so that it is more understanding of whitespace.
3489
3490 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3491 form
3492 (("ns" . "element") (attr-list) children) instead of
3493 ((:ns . "element") (attr-list) children) in order to reduce the
3494 number of symbols used.
3495 (xml-skip-dtd): Change to use xml-parse-dtd but set
3496 xml-validating-parsing to nil.
3497 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3498 (xml-substitute-entity): Remove in favor of new entity substitution.
3499 (xml-substitute-special): Rewrite in to substitute complex
3500 entities from DOCTYPE declarations.
3501 (xml-parse-fragment): Parse fragments from entity deleclarations.
3502 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3503 (xml-parse-dtd, xml-substitute-special): Make validity checks
3504 conditioned on xml-validating-parser. Add "Not Well Formed" to
3505 error messages about well-formedness.
3506
3507 2004-07-08 Steven Tamm <steventamm@mac.com>
3508
3509 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3510 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3511 Do not treat double clicks and triple clicks specially in the
3512 scroll bar (preventing strange repositioning problems)
3513
3514 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * replace.el (query-replace-regexp-eval): Fix last change.
3517
3518 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * replace.el (query-replace-descr): New fun.
3521 (query-replace-read-from, query-replace-read-args): Default to the
3522 previous from&to.
3523 (query-replace-read-to): Quote the `from' string when displaying it.
3524 (query-replace-regexp-eval): Immediately check read-only status.
3525 Use query-replace-read-from to get the \n checking.
3526 Quote the `from' string when displaying it.
3527 (map-query-replace-regexp, occur-read-primary-args):
3528 Quote the `from' string when displaying it.
3529
3530 * isearch.el (isearch-query-replace): Pass the regexp-ness and
3531 delimited-ness of the search to query-replace.
3532
3533 * replace.el (query-replace-read-from, query-replace-read-to):
3534 New funs extracted from query-replace-read-args.
3535 (query-replace-read-args): Use them.
3536
3537 * replace.el (query-replace-interactive, query-replace-read-args):
3538 Remove the `initial' special value.
3539 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3540 (occur-engine): Remove unused var `matchend'.
3541
3542 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3543 Use the search string without prompting.
3544
3545 2004-07-05 Kenichi Handa <handa@m17n.org>
3546
3547 * international/mule.el (decode-coding-inserted-region):
3548 Set last-coding-system-used only when coding is nil.
3549
3550 2004-07-03 Eli Zaretskii <eliz@gnu.org>
3551
3552 * progmodes/grep.el (grep-compute-defaults, grep-command)
3553 (grep-program, find-program, grep-find-use-xargs, grep-history)
3554 (grep-find-history, grep-tag-default, grep-find-command)
3555 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3556 Add autoload cookies, for unbundled packages that load `compile'
3557 and expect all grep-related symbols to become defined.
3558
3559 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
3560
3561 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3562 (iimage-mode-image-search-path): New user option to search the
3563 image file.
3564 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
3565 have locate-file.
3566 (iimage-mode-buffer): Use it.
3567
3568 2004-07-03 Nick Roberts <nickrob@gnu.org>
3569
3570 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3571 carefully.
3572 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3573
3574 2004-07-03 Juri Linkov <juri@jurta.org>
3575
3576 * replace.el (query-replace-read-args): Swallow space after 'foo,
3577 not after (quote foo). Match space only immediately after symbol,
3578 not anywhere in the whole string.
3579
3580 2004-07-02 Richard M. Stallman <rms@gnu.org>
3581
3582 * replace.el (query-replace-read-args): Swallow space after
3583 symbols, not after closeparens. But avoid error if string ends there.
3584
3585 * progmodes/python.el (python-beginning-of-statement):
3586 Exit the loop if backward-up-list gets error.
3587
3588 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3589
3590 2004-07-02 Andre Spiegel <spiegel@gnu.org>
3591
3592 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3593 only if vc-consult-headers is non-nil.
3594
3595 2004-07-02 Juri Linkov <juri@jurta.org>
3596
3597 * pcvs.el (cvs-mode-diff-repository): New command.
3598
3599 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3600
3601 2004-07-01 Juri Linkov <juri@jurta.org>
3602
3603 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3604 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
3605 C-M-% to isearch-query-replace-regexp.
3606 (minibuffer-local-isearch-map): Add arrow key bindings.
3607 Bind C-f to isearch-yank-char-in-minibuffer.
3608 (isearch-forward): Doc fix.
3609 (isearch-edit-string): Doc fix.
3610 (isearch-query-replace, isearch-query-replace-regexp): New funs.
3611 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
3612 (isearch-yank-char): Add optional arg.
3613 (isearch-yank-char-in-minibuffer): New fun.
3614
3615 * replace.el (query-replace-interactive): Change type from boolean
3616 to choice. Add value `initial'.
3617 (query-replace-read-args): Handle value `initial' of
3618 query-replace-interactive.
3619
3620 2004-06-29 Kim F. Storm <storm@cua.dk>
3621
3622 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3623 (breakpoint-disabled-bitmap-face): Add :group 'gud.
3624
3625 * progmodes/ada-xref.el (ada-tight-gvd-integration):
3626 Add :group 'ada.
3627
3628 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3629
3630 2004-06-29 Juri Linkov <juri@jurta.org>
3631
3632 * replace.el (query-replace-read-args): Swallow a space after
3633 everything except )]" which in most cases means after a symbol.
3634
3635 * emacs-lisp/pp.el (pp-buffer): Add autoload.
3636
3637 2004-06-28 Richard M. Stallman <rms@gnu.org>
3638
3639 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3640 More changes to go with previous change in font-lock.el.
3641
3642 2004-06-26 David Kastrup <dak@gnu.org>
3643
3644 * replace.el (perform-replace): Highlight the match even in
3645 non-query mode if there is potential replace string editing.
3646
3647 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
3648
3649 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3650 agree with new return value of `file-remote-p'.
3651 This syncs with Tramp 2.0.42.
3652
3653 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3654 according to new documentation of `file-remote-p'.
3655
3656 * files.el (file-remote-p): Fix doc to say that return value is
3657 identification of remote system, if not nil.
3658 (file-relative-name): Use new return value of `file-remote-p'.
3659
3660 2004-06-26 Nick Roberts <nickrob@gnu.org>
3661
3662 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3663 (gdb-goto-breakpoint): Fix breakage.
3664
3665 2004-06-26 Eli Zaretskii <eliz@gnu.org>
3666
3667 * man.el (Man-getpage-in-background): Add windows-nt to the list
3668 of systems where shell-file-name should be used instead of
3669 literal "sh".
3670
3671 2004-06-25 Sam Steingold <sds@gnu.org>
3672
3673 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3674 function names `(setf symbol)'.
3675
3676 2004-06-24 Richard M. Stallman <rms@gnu.org>
3677
3678 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3679
3680 * font-lock.el (font-lock-keywords): Change format of compiled values.
3681 Document it.
3682 (font-lock-add-keywords): If font-lock-keywords is compiled,
3683 extract the uncompiled version, modify, then recompile.
3684 (font-lock-remove-keywords): Likewise.
3685 (font-lock-fontify-keywords-region): Handle changed format.
3686 (font-lock-compile-keywords): Handle changed format.
3687 (font-lock-set-defaults): Compile the keywords explicitly here.
3688
3689 2004-06-24 David Kastrup <dak@gnu.org>
3690
3691 * replace.el (query-replace-read-args): Implement `\,' and `\#'
3692 replacements here.
3693 (query-replace-regexp): Doc string explaining this and the new
3694 `\?' replacement. Remove `\,' and `\#' implementation here, as it
3695 is better placed in `query-replace-read-args'.
3696 (replace-regexp): Explain `\,', `\#' and `\?'.
3697 (replace-match-data): New function for thorough reuse/destruction
3698 of old match-data.
3699 (replace-match-maybe-edit): Function for implementing `\?' editing.
3700 (perform-replace): Fix maintaining of the match stack including
3701 already matched regions, implement `\?', fix various problems
3702 with regions while editing and other stuff.
3703 (replace-highlight): Simplify.
3704
3705 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
3706
3707 * progmodes/grep.el (grep-error-screen-columns): New variable.
3708 (grep-regexp-alist): Give it the full functionality of gnu style
3709 compilation messages with line and column ranges. Ask me for the
3710 perl script I'm working on, that uses these.
3711
3712 2004-06-23 Nick Roberts <nickrob@gnu.org>
3713
3714 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3715 Remove.
3716 (comint-insert-input, comint-mouse-insert-input): New functions
3717 based on comint-insert-clicked-input for two bindings but just
3718 one functionality.
3719
3720 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3721
3722 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3723
3724 2004-06-23 Lars Hansen <larsh@math.ku.dk>
3725
3726 * files.el (write-contents-functions): Doc fix.
3727
3728 2004-06-21 Juanma Barranquero <lektu@terra.es>
3729
3730 * image.el (image-library-alist): Rewrite docstring in active voice.
3731
3732 2004-06-20 Richard M. Stallman <rms@gnu.org>
3733
3734 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3735
3736 * isearch.el (isearch-repeat): Avoid testing old match data.
3737 (isearch-message): Display trailing space in special font
3738 when search is failing.
3739 (isearch-search-fun-function): Doc fix.
3740
3741 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3742
3743 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
3744
3745 * frame.el (show-trailing-whitespace): Doc fix.
3746
3747 * cus-edit.el (custom-variable-documentation): New function.
3748 (custom-variable): Use it.
3749
3750 2004-06-19 Nick Roberts <nickrob@gnu.org>
3751
3752 * man.el (Man-getpage-in-background): Revert previous change but
3753 make cygwin a special case.
3754
3755 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
3756
3757 * autorevert.el (global-auto-revert-non-file-buffers):
3758 Update docstring.
3759
3760 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
3761
3762 * progmodes/compile.el (compilation-error-properties): Store one
3763 more than end-col, if present, so that transient-mark-mode will
3764 highlight last char too.
3765 * progmodes/grep.el (grep-regexp-alist): Match columns and column
3766 ranges, if present.
3767
3768 2004-06-18 Jason Rumney <jasonr@gnu.org>
3769
3770 * makefile.w32-in: Double percent signs in for loops.
3771
3772 2004-06-17 David Kastrup <dak@gnu.org>
3773
3774 * replace.el (query-replace-read-args): Only warn about use of \n
3775 and \t when we are doing a regexp replacement and the actual
3776 escaped character is n or t.
3777 (query-replace-regexp): Add \, and \# interpretation to
3778 interactive call and document it.
3779 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
3780 as shortkey for replace-count.
3781 (replace-quote): New function for doubling backslashes.
3782
3783 2004-06-17 Juanma Barranquero <lektu@terra.es>
3784
3785 * files.el (parse-colon-path, cd): Mention in docstring that the
3786 path separator is colon in GNU-like systems.
3787
3788 * newcomment.el (comment-region-internal): Fix docstring.
3789
3790 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
3791 (ewoc-invalidate, ewoc-collect): Doc fixes.
3792 (ewoc--create-node, ewoc--delete-node-internal):
3793 Fix typos in docstring.
3794
3795 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3796
3797 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
3798 manual to docstring.
3799
3800 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3801
3802 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
3803
3804 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3805
3806 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3807 Add hyperlink to emacs-xtra manual to docstring.
3808
3809 * autorevert.el (global-auto-revert-non-file-buffers):
3810 Add hyperlink to emacs-xtra manual to docstring, as well as an
3811 info-link.
3812
3813 2004-06-14 Juanma Barranquero <lektu@terra.es>
3814
3815 * image.el (image-library-alist): New variable to map image types
3816 to external libraries. Initialized to nil, unless system-specific
3817 configs change it.
3818 (image-type-available-p): Determine whether an image type is
3819 available by calling `init-image-library'.
3820
3821 * term/w32-win.el (image-library-alist): Initialize to a known set
3822 of probable library names.
3823
3824 2004-06-14 Kenichi Handa <handa@m17n.org>
3825
3826 * international/code-pages.el (windows-1256, cp1125): Fix tables
3827 for several characters.
3828
3829 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
3830
3831 2004-06-13 Richard M. Stallman <rms@gnu.org>
3832
3833 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
3834
3835 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
3836 not "`pc-selection-mode'".
3837
3838 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
3839
3840 * simple.el (previous-matching-history-element): Specify a default.
3841
3842 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
3843
3844 * cus-face.el (custom-declare-face): Simplify code.
3845
3846 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
3847
3848 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
3849
3850 * files.el (before-save-hook): Add `time-stamp' to the options.
3851
3852 * time-stamp.el (time-stamp): Recommend adding it to
3853 `before-save-hook', rather than `write-file-functions'.
3854 Make a similar change in `Commentary' section.
3855
3856 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
3857
3858 * diff-mode.el (diff-current-defun): If at start of hunk, use
3859 position of first change.
3860
3861 2004-06-13 Lars Hansen <larsh@math.ku.dk>
3862
3863 * dired-x.el (dired-mark-omitted): Bind to "*O".
3864
3865 2004-06-12 Karl Fogel <kfogel@red-bean.com>
3866
3867 * bookmark.el (bookmark-bmenu-relocate): New function, as
3868 suggested by David J. Biesack <David.Biesack@sas.com>.
3869 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
3870 (bookmark-bmenu-mode): Describe binding in doc string.
3871 (bookmark-set-filename): Save the bookmark list if it's time.
3872
3873 2004-06-13 Kenichi Handa <handa@m17n.org>
3874
3875 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
3876 (ccl-untranslated-to-ucs): Fix typo.
3877
3878 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3879
3880 * progmodes/python.el (python-open-block-statement-p):
3881 Fix indentation after a block opening that contains a comment.
3882
3883 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
3884
3885 * bindings.el (completion-ignored-extensions): Add file extensions
3886 of Python byte-compiled files.
3887
3888 2004-06-12 Juri Linkov <juri@jurta.org>
3889
3890 * info.el (Info-goto-node): Add autoload.
3891 (Info-toc): Add substring-no-properties on Info file name.
3892 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
3893 (Info-mode-map): Bind L to Info-history, T to Info-toc.
3894
3895 2004-06-12 Kenichi Handa <handa@m17n.org>
3896
3897 * international/mule-cmds.el (set-language-environment):
3898 Load subst tables if necessary.
3899
3900 * international/mule.el (decode-char): Load subst tables if necessary.
3901 (encode-char): Likewise.
3902
3903 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
3904 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
3905 (utf-16le-decode-loop): Set r5 to -1 before loop.
3906 (utf-16be-decode-loop): Likewise.
3907 (ccl-decode-mule-utf-16le): Add EOF processing block.
3908 (ccl-decode-mule-utf-16be): Likewise.
3909 (ccl-decode-mule-utf-16le-with-signature): Likewise.
3910 (ccl-decode-mule-utf-16be-with-signature): Likewise.
3911 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
3912 (ccl-mule-utf-16-encode-untrans): New CCL.
3913 (utf-16-decode-to-ucs): Handle pre-read character.
3914 (utf-16le-encode-loop): Handle surrogate pair.
3915 (utf-16be-encode-loop): Likewise.
3916 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
3917 of utf-16le-encode-loop.
3918 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
3919 of utf-16be-encode-loop.
3920 (mule-utf-16-post-read-conversion):
3921 Call utf-8-post-read-conversion at first.
3922 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
3923 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
3924 Add post-read-conversion and pre-write-conversion.
3925
3926 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
3927 (utf-translate-cjk-unicode-range): New variable.
3928 (utf-translate-cjk-load-tables): New function.
3929 (utf-lookup-subst-table-for-decode): New function.
3930 (utf-lookup-subst-table-for-encode): New function.
3931 (utf-translate-cjk-mode): Init-value changed to t. Don't load
3932 tables here. Update safe-charsets of utf-* coding systems.
3933 (ccl-mule-utf-untrans): New CCL.
3934 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
3935 at end of each branch.
3936 (ccl-mule-utf-8-encode-untrans): New CCL.
3937 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
3938 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
3939 length of encoding. Don't return r0.
3940 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
3941 (utf-8-post-read-conversion): Narrow to region properly.
3942 If utf-translate-cjk-mode is on, load tables if necessary.
3943 Call utf-8-compose with hash-table arg if necessary.
3944 Call XXX-compose-region instead of XXX-post-read-convesion.
3945 (utf-8-pre-write-conversion): New function.
3946 (mule-utf-8): Include CJK charsets in safe-charsets if
3947 utf-translate-cjk-mode is on. Add pre-write-conversion.
3948
3949 * international/characters.el: Temporarily set
3950 utf-translate-cjk-mode to nil.
3951
3952 * language/devan-util.el (devanagari-compose-region):
3953 Add autoload cookie.
3954
3955 * international/ccl.el (ccl-dump-call): Fix printing the
3956 subroutine name.
3957
3958 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
3959
3960 * dired.el (dired-revert): If buffer is marked unmodified before
3961 reverting, keep it marked unmodified.
3962 Adapt to new conventions for commenting out code.
3963 (dired-make-relative): Adapt to new conventions for commenting out code.
3964
3965 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
3966
3967 * eshell/esh-module.el (eshell-load-defgroups):
3968 Bind `vc-handled-backends' to nil when opening files.
3969
3970 2004-06-11 Juanma Barranquero <lektu@terra.es>
3971
3972 * files.el (parse-colon-path, cd): Doc fixes (refer to
3973 `path-separator', not colon).
3974
3975 2004-06-10 Juanma Barranquero <lektu@terra.es>
3976
3977 * newcomment.el (comment-search-forward)
3978 (comment-search-backward): Fix typos in docstring.
3979 (comment-region): Doc fix.
3980
3981 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
3982
3983 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
3984 switch is no longer stored in `dired-switches-alist'.
3985
3986 * dired-aux.el (dired-insert-subdir): Do not store R switch in
3987 `dired-switches-alist'.
3988
3989 2004-06-10 Kim F. Storm <storm@cua.dk>
3990
3991 * pcvs.el (cvs-mode-diff-yesterday): New command.
3992
3993 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
3994
3995 2004-06-10 Juri Linkov <juri@jurta.org>
3996
3997 * emacs-lisp/edebug.el (edebug-eval-defun):
3998 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
3999 Fix docstring.
4000
4001 * simple.el (eval-expression-print-format): Don't print additional
4002 information on the first call to `eval-print-last-sexp'.
4003 (next-error-find-buffer): Fix punctuation.
4004 (killing) <defgroup>: Fix punctuation.
4005 (yank-excluded-properties): Change group from editing to killing.
4006
4007 * replace.el (perform-replace): Use `limit' to terminate the
4008 while-loop explicitly.
4009
4010 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4011
4012 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
4013 Use lc-*.xpm as prefix instead of *-locol.xpm.
4014
4015 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
4016 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
4017 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
4018 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
4019 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
4020 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
4021 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
4022 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
4023 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
4024 * toolbar/lc-up_arrow.xpm:
4025 Renamed from *-locol.xpm.
4026
4027 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
4028
4029 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
4030 include forms like &<str>; as valid url patterns.
4031
4032 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
4033
4034 * dired.el (dired-diff, dired-backup-diff)
4035 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
4036 (dired-do-chown, dired-do-touch, dired-do-print)
4037 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
4038 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
4039 (dired-create-directory, dired-do-copy, dired-do-symlink)
4040 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
4041 (dired-do-copy-regexp, dired-do-hardlink-regexp)
4042 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
4043 (dired-maybe-insert-subdir, dired-next-subdir)
4044 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
4045 (dired-kill-subdir, dired-tree-up, dired-tree-down)
4046 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
4047 (dired-run-shell-command, dired-query): Remove redundant,
4048 or incorrect, autoloads.
4049
4050 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
4051 does not end in a slash. Add optional argument KILL-ROOT.
4052 Update docstring.
4053 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
4054 (dired-query): Add autoloads.
4055
4056 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
4057
4058 * progmodes/compile.el (compilation-set-window-height):
4059 Rearrange the save-* functions because a buffer can have several current
4060 point in different windows.
4061 (compilation-error-regexp-alist-alist): Recognize {standard input}
4062 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
4063
4064 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4065
4066 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
4067 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
4068 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
4069 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
4070 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
4071 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
4072 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
4073 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
4074 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
4075 * toolbar/up_arrow-locol.xpm:
4076 New versions of icons that uses fewer colors.
4077
4078 * toolbar/tool-bar.el (tool-bar-local-item)
4079 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
4080 if display-color-cells is 256 or less.
4081
4082 2004-06-08 Kim F. Storm <storm@cua.dk>
4083
4084 * wid-edit.el (widget-specify-button): Use hand pointer rather
4085 than mouse-face as visible mouse-over effect.
4086
4087 2004-06-07 Karl Fogel <kfogel@red-bean.com>
4088
4089 * saveplace.el (save-place-alist-to-file): Bind `print-length'
4090 and `print-level' to nil when writing out `save-place-alist'.
4091 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
4092
4093 2004-06-07 Juanma Barranquero <lektu@terra.es>
4094
4095 * completion.el (completion-kill-region): Doc fix.
4096
4097 * format.el (format-insert-annotations)
4098 (format-annotate-location): Doc fixes.
4099 (format-subtract-regions): Make arguments match their use in docstring.
4100
4101 * simple.el (kill-region): Doc fix.
4102
4103 * subr.el (insert-buffer-substring-no-properties)
4104 (insert-buffer-substring-as-yank): Doc fixes.
4105
4106 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4109 Update docstring.
4110 (dired-reset-subdir-switches): New function.
4111
4112 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
4113 Limit scope of `buffer-read-only' binding.
4114
4115 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
4116
4117 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
4118 eshell-explicit-command-char.
4119
4120 2004-06-06 Juanma Barranquero <lektu@terra.es>
4121
4122 * help-fns.el (help-argument-name): Inherit from italic face only
4123 if the frame supports it.
4124
4125 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4126
4127 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
4128 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
4129 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
4130 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
4131 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
4132 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
4133 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
4134 New conversions from xpm files.
4135
4136 * toolbar/README: New file.
4137
4138 2004-06-06 Richard M. Stallman <rms@gnu.org>
4139
4140 * isearch.el (isearch-mode-map): Undo previous change.
4141
4142 2004-06-05 Juri Linkov <juri@jurta.org>
4143
4144 * bindings.el (debug-ignored-errors): Add regexps for history
4145 related messages. Remove $ from "No further undo information".
4146 Move Ediff's messages to ediff.el.
4147
4148 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
4149
4150 * cus-edit.el (custom-display): Add `min-colors'.
4151
4152 * custom.el (defface): Add `supports' to docstring.
4153
4154 * help-fns.el (help-argument-name): Add :group 'help.
4155
4156 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
4157
4158 * find-dired.el (find-ls-subdir-switches): New user option.
4159 (find-dired): No longer call `abbreviate-file-name' on DIR.
4160 Set `dired-subdir-switches' buffer-locally.
4161
4162 * locate.el: Merge the two `Commentary' sections.
4163 (locate-ls-subdir-switches): New user option.
4164 (locate): Update for other changes.
4165 (locate-mode-map): Restore Dired binding for mouse-2.
4166 Bind `locate-mouse-view-file' to M-mouse-2.
4167 Bind `l' to `locate-do-redisplay'.
4168 (locate-main-listing-line-p, locate-do-redisplay): New functions.
4169 (locate-mouse-view-file, locate-tags, locate-find-directory):
4170 Print message if used outside main listing.
4171 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
4172 Various changes to support inserted subdirectories.
4173 (locate-insert-header): Change header of *Locate* buffer.
4174
4175 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4176 Change interactive default switches.
4177 (dired-rename-subdir-2): Update `dired-switches-alist'.
4178 (dired-insert-subdir, dired-kill-subdir):
4179 Handle `dired-switches-alist'. Do not mark buffer modified.
4180 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
4181 (dired-insert-subdir-doinsert): Omit messages.
4182 Handle `dired-subdir-switches'.
4183 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
4184
4185 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
4186 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
4187 subdirs if -R switch is used for a subdir.
4188 (dired-mode): Set `dired-switches-alist'.
4189 (dired-build-subdir-alist): Only print number of directories in
4190 echo area when invoked interactively.
4191
4192 2004-06-05 Lars Hansen <larsh@math.ku.dk>
4193
4194 * dired-x.el (dired-omit-mode): Rename from
4195 dired-omit-files-p. Use define-minor-mode to define it.
4196 (dired-omit-files-p): Add as alias for dired-omit-mode.
4197 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
4198 dired-mark-omitted.
4199 (dired-mark-omitted): Add. Bind to M-O.
4200
4201 2004-06-05 Kenichi Handa <handa@m17n.org>
4202
4203 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
4204
4205 2004-06-05 Juanma Barranquero <lektu@terra.es>
4206
4207 * help-fns.el (help-argument-name): Reintroduce face.
4208 (help-default-arg-highlight): Use it, now that
4209 `face-differs-from-default-p' can be trusted.
4210
4211 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
4212
4213 * textmodes/table.el: Sentence commands added to Point Motion
4214 group; kill and backward-kill commands added to Extraction group.
4215
4216 2004-06-04 Mario Lang <mlang@delysid.org>
4217
4218 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
4219 systems appear to use mW, make the code handle this. Fix a
4220 division-by-zero bug while at it, and handle kernels with
4221 a slightly different layout in /proc/acpi.
4222
4223 2004-06-04 Karl Fogel <kfogel@red-bean.com>
4224
4225 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4226 because the latter is a CL-ism. This fixes the bug reported by
4227 Shawn Boyette <mdxi@collapsar.net> in
4228 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4229
4230 2004-06-04 Miles Bader <miles@gnu.org>
4231
4232 * faces.el (display-supports-face-attributes-p): Function moved to
4233 C code. Previously only the tty-related portion of this function
4234 was done in C; however the previous attempt to do a halfway-proper
4235 job for non-tty displays in lisp didn't work properly because of
4236 funny conditions during Emacs startup.
4237 (face-differs-from-default-p): Simplify, now that
4238 display-supports-face-attributes-p works properly on all display
4239 types. Remove :stipple from comparison; it doesn't really work
4240 in emacs anyway.
4241
4242 2004-06-04 Miles Bader <miles@gnu.org>
4243
4244 * faces.el (face-differs-from-default-p): Use a different
4245 implementation, so we can really check whether FACE displays
4246 differently or not.
4247
4248 2004-06-04 Miles Bader <miles@gnu.org>
4249
4250 * faces.el (display-supports-face-attributes-p): Implement a
4251 `different from default' check for non-tty displays.
4252
4253 2004-06-03 David Kastrup <dak@gnu.org>
4254
4255 * woman.el (woman-mapcan): More concise code.
4256 (woman-topic-all-completions, woman-topic-all-completions-1)
4257 (woman-topic-all-completions-merge): Replace by a simpler and
4258 much faster implementation based on O(n log n) sort/merge instead
4259 of the old O(n^2) behavior.
4260
4261 2004-06-03 Miles Bader <miles@gnu.org>
4262
4263 * subr.el (read-number): Use canonical format for default in prompt.
4264
4265 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
4266 Add regexp for " [...]" style defaults.
4267
4268 2004-06-02 Romain Francoise <romain@orebokech.com>
4269
4270 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4271 groups: if the user asks for a hidden buffer, open the
4272 corresponding filter group to expose it.
4273
4274 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4275 `ibuffer-jump-to-buffer'.
4276 (ibuffer-jump-offer-only-visible-buffers): New user option.
4277
4278 2004-06-02 Juanma Barranquero <lektu@terra.es>
4279
4280 * faces.el (frame-update-faces): Add empty docstring so the one
4281 for `ignore' doesn't show through.
4282
4283 * subr.el (process-kill-without-query): Remove spurious "\n" on
4284 obsolescence string.
4285 (focus-frame, unfocus-frame): Add obsolescence declaration and
4286 empty docstring.
4287
4288 * international/mule.el (register-char-codings): Make alias for
4289 `ignore'. Move docstring to obsolescence info and remove redundancy.
4290
4291 2004-06-02 Kim F. Storm <storm@cua.dk>
4292
4293 * frame.el (blink-cursor-start): Turn cursor off initially so blink
4294 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4295
4296 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * comint.el (comint-replace-by-expanded-history-before-point):
4299 Obey `start' as the docstring says.
4300 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4301 (comint-update-fence): Prevent font-lock from running unnecessarily.
4302 (comint-dynamic-list-completions): Use with-current-buffer.
4303
4304 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4305
4306 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4307 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4308 (bibtex-entry-update): Handle alternatives and optional fields.
4309 (bibtex-parse-entry): Bugfix, handle empty key.
4310
4311 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * vc-arch.el (vc-arch-state): Don't assume the file exists.
4314
4315 2004-05-31 Lars Hansen <larsh@math.ku.dk>
4316
4317 * desktop.el (desktop-save): Don't save minor modes without a
4318 known mode initialization function.
4319
4320 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
4321
4322 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4323
4324 * autorevert.el: Update `Commentary' section.
4325
4326 2004-05-30 Juanma Barranquero <lektu@terra.es>
4327
4328 * dos-fns.el (convert-standard-filename):
4329 * files.el (convert-standard-filename):
4330 * w32-fns.el (convert-standard-filename):
4331 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4332
4333 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4334
4335 Sync with Tramp.
4336
4337 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4338 (tramp-let-maybe): Move to an earlier spot in the file.
4339 Patch by Andreas Schwab.
4340
4341 2004-05-30 Andreas Schwab <schwab@suse.de>
4342
4343 * dired.el (dired-get-filename): Don't use dired-re-dot.
4344
4345 2004-05-30 Richard M. Stallman <rms@gnu.org>
4346
4347 * files.el (find-file): Doc fix.
4348
4349 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4350
4351 2004-05-30 Nick Roberts <nickrob@gnu.org>
4352
4353 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4354 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4355 modeline of the locals buffer.
4356 (gdb-goto-breakpoint): Handle gdbmi.
4357 (gdb-get-frame-number): Change for gdbmi.
4358
4359 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * files.el (file-remote-p): Apply file name handler for operation
4362 `file-remote-p'. It isn' a property any longer.
4363 (file-relative-name): `fh' and `fd' get the required value via
4364 `find-file-name-handler' already.
4365
4366 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4367 (top): Remove setting of `file-remote-p' property for
4368 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
4369
4370 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
4371
4372 Version 2.0.41 of Tramp released.
4373
4374 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4375 Throw away if process has died.
4376 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4377 (tramp-out-of-band-prompt-regexp): Rename to
4378 `tramp-process-alive-regexp', because its usage is widen.
4379 (tramp-actions-copy-out-of-band): Apply it.
4380 (tramp-actions-before-shell, tramp-multi-actions):
4381 Add `tramp-action-process-alive' action.
4382 (tramp-action-process-alive): New defun.
4383 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4384 Add entry for `file-remote-p'.
4385 (tramp-handle-file-remote-p): New defun.
4386 (top): Remove setting of `file-remote-p'. Don't set
4387 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4388
4389 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4390 `file-remote-p'.
4391
4392 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4393 counted for (last) line. [They should or they shouldn't? --Stef]
4394 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4395
4396 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
4397
4398 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4399 not really necessary but seems to keep the shell history smaller
4400 in some cases. It is no substitute for setting HISTFILE and
4401 HISTSIZE from tramp-open-connection-setup-interactive-shell,
4402 though. Suggested by Luc Teirlinck.
4403 (tramp-open-connection-setup-interactive-shell): Export variables
4404 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
4405 (tramp-set-process-query-on-exit-flag): New compat function.
4406 (tramp-open-connection-multi, tramp-open-connection-su)
4407 (tramp-open-connection-rsh, tramp-open-connection-telnet)
4408 (tramp-do-copy-or-rename-file-out-of-band): Use it.
4409 (tramp-let-maybe): New macro, let-binds a variable only if it
4410 isn't obsolete.
4411 (tramp-check-ls-commands, tramp-handle-expand-file-name)
4412 (tramp-handle-file-truename): Use it.
4413 (tramp-completion-file-name-regexp-unified): Avoid matching
4414 filenames starting with "/:" -- those are reserved for
4415 file-name-non-special.
4416
4417 * tramp-smb.el (tramp-smb-open-connection):
4418 Use tramp-set-process-query-on-exit-flag compat function.
4419
4420 2004-05-29 Richard M. Stallman <rms@gnu.org>
4421
4422 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4423
4424 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4425 (eval-last-sexp-print-value): Print char equivalent regardless
4426 of standard-output value.
4427
4428 * thumbs.el (thumbs-subst-char-in-string): Delete.
4429 (thumbs-thumbname): Use subst-char-in-string.
4430 (thumbs-resize-image): Use condition-case, not ignore-errors.
4431 (thumbs-kill-buffer): Likewise.
4432
4433 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
4434 (thumbs-mode): Make buffer read-only.
4435 (thumbs-make-thumb): Unconditionally accept an existing file.
4436 (thumbs-insert-thumb): Add thumb-image-file property to the image.
4437 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4438 (thumbs-show-thumbs-list): Error if images not supported.
4439 (thumbs-save-current-image): Improve prompt string.
4440 (thumbs-mode-map): Define u, R, x.
4441 (thumbs-unmark): New command.
4442 (thumbs-emboss-image): Minor cleanup.
4443 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4444 (thumbs-rename-images): New command.
4445 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
4446
4447 * thumbs.el (thumbs-current-image): New function.
4448 (thumbs-file-list, thumbs-file-alist): New functions.
4449 (thumbs-find-image): Delete arg L.
4450 Don't set up thumbs-fileL as buffer-local global var.
4451 (thumbs-find-image-at-point): Use thumbs-current-image.
4452 (thumbs-set-image-at-point-to-root-window): Likewise.
4453 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4454 Record and warn about errors. Update thumbs-markedL for deletions.
4455 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4456 (thumbs-redraw-buffer): Use thumbs-file-list.
4457 (thumbs-mark): Use thumbs-current-image.
4458 (thumbs-show-name): Use thumbs-current-image.
4459
4460 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4461 and imenu--last-menubar-index-alist.
4462
4463 * subr.el (with-selected-window): Undo previous change.
4464
4465 2004-05-29 John Paul Wallington <jpw@gnu.org>
4466
4467 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4468 (thumbs-mouse-find-image): New command.
4469 (thumbs-mode-map): Bind it to mouse-2.
4470 (thumbs-mode): Make mode-class special.
4471 (thumbs-view-image-mode): Likewise.
4472
4473 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
4474
4475 * flymake.el: New file.
4476
4477 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
4478
4479 * files.el (find-file-noselect-1): Do not bind
4480 `inhibit-read-only' to t during execution of
4481 `find-file-not-found-functions'.
4482
4483 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4486 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4487
4488 2004-05-28 Juri Linkov <juri@jurta.org>
4489
4490 * simple.el (eval-expression-print-format): New fun.
4491
4492 * simple.el (eval-expression):
4493 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4494 * emacs-lisp/edebug.el (edebug-compute-previous-result)
4495 (edebug-eval-expression): Print additionally the value returned by
4496 `eval-expression-print-format'.
4497
4498 * emacs-lisp/lisp.el (insert-pair-alist): New var.
4499 (insert-pair): Make arguments optional. Find character pair
4500 from `insert-pair-alist' according to the last input event.
4501 (insert-parentheses): Make arguments optional.
4502 (raise-sexp, delete-pair): New funs.
4503
4504 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4505 (emacs-lisp-mode-map, lisp-interaction-mode-map):
4506 Bind C-M-q to `indent-pp-sexp'.
4507
4508 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4509 `pp-to-string' modified to be able to format text with newlines.
4510 (pp-to-string): Move the buffer-formatting part of the code to
4511 `pp-buffer'. Call `pp-buffer'.
4512
4513 * info.el (Info-desktop-buffer-misc-data): Don't save information
4514 about virtual files.
4515 (Info-restore-desktop-buffer): Restore Info buffers in prepared
4516 buffers with names obtained from the desktop file instead of the
4517 default *info* buffer.
4518
4519 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * subr.el (with-selected-window): Only save/restore the selected window.
4522
4523 * progmodes/compile.el (compilation-error-regexp-alist):
4524 Use expand-file-name and data-directory.
4525
4526 * progmodes/grep.el (grep-tree): Rework previous fix.
4527
4528 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4529 after the user marked text with the mouse.
4530
4531 * startup.el (command-line): Keep the first regexp of
4532 auto-save-file-name-transforms intact.
4533
4534 2004-05-28 Juanma Barranquero <lektu@terra.es>
4535
4536 * cus-edit.el (customize-face, customize-face-other-window)
4537 (custom-face-edit-delete): Make arguments match their use in
4538 docstring.
4539 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4540 docstring.
4541
4542 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4543 not `cvs-butlast'.
4544
4545 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4546 `nbutlast' are in subr.el).
4547
4548 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4549 (set-w32-system-coding-system): Doc fixes.
4550
4551 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4552 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4553 Make arguments match their use in docstring.
4554 (artist-draw-region-trim-line-endings)
4555 (artist-mouse-choose-operation): Fix typo in docstring.
4556 (artist-key-set-point-common): Doc fix.
4557
4558 2004-05-28 Simon Josefsson <jas@extundo.com>
4559
4560 * mail/smtpmail.el (smtpmail-open-stream):
4561 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4562
4563 2004-05-26 Simon Josefsson <jas@extundo.com>
4564
4565 * starttls.el: Merge with my GNUTLS based starttls.el.
4566 (starttls-gnutls-program, starttls-use-gnutls)
4567 (starttls-extra-arguments, starttls-process-connection-type)
4568 (starttls-connect, starttls-failure, starttls-success): New variables.
4569 (starttls-program, starttls-extra-args): Doc fix.
4570 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4571 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4572 and pass on to corresponding *-gnutls function if it is set.
4573
4574 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
4575
4576 * autorevert.el (auto-revert-handler): Disable auto-reverting of
4577 remote files.
4578
4579 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
4580
4581 * files.el (file-name-non-special): There are more operations
4582 which need handling: `find-backup-file-name',
4583 `insert-file-contents', `verify-visited-file-modtime',
4584 `write-region'. Rename t value of method to `add'. Add new
4585 methods `quote' and `unquote-then-quote' to file-arg-indices.
4586
4587 2004-05-25 Juri Linkov <juri@jurta.org>
4588
4589 * info.el (Info-toc): Call Info-mode on intermediate buffer.
4590 (Info-index-nodes): Enclose code in condition-case to catch errors.
4591 (Info-index-node): Don't search all index nodes if request is only
4592 for the current node and file is not in the cache of index nodes.
4593 (Info-mode-map): Bind Info-copy-current-node-name to `w'
4594 for consistency with dired-copy-filename-as-kill.
4595 Bind `S' to Info-search-case-sensitively.
4596 (Info-copy-current-node-name): New arg. With zero prefix arg put
4597 the name inside a function call to `info'. Display copied text in
4598 the echo area.
4599
4600 2004-05-25 Sam Steingold <sds@gnu.org>
4601
4602 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4603 strip the package prefix from the symbol name, if any.
4604 Make it the `find-tag-default-function' for `lisp-mode'.
4605
4606 2004-05-25 John Paul Wallington <jpw@gnu.org>
4607
4608 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4609 instead of obsolete `process-kill-without-query'.
4610
4611 * textmodes/texinfmt.el (texinfo-indexvar-alist):
4612 Declare as variable, not constant.
4613
4614 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
4615
4616 * files.el (find-file-noselect-1): Fix bug introduced by
4617 Revision 1.694. As a side effect, `inhibit-read-only'
4618 is again, by default, t during execution of
4619 `find-file-not-found-functions'.
4620 (insert-directory): Check that lines were really inserted by
4621 the --dired switch, before erasing them.
4622
4623 2004-05-24 Nick Roberts <nickrob@gnu.org>
4624
4625 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4626 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4627 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4628 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4629 gud-minor-mode (gdbmi).
4630
4631 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4632
4633 * net/browse-url.el (browse-url-interactive-arg): Enable user to
4634 explicitly select the text to be taken as URL.
4635
4636 2004-05-23 Juri Linkov <juri@jurta.org>
4637
4638 * info.el (Info-index-nodes): New var and fun.
4639 (Info-goto-index, Info-index, info-apropos)
4640 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4641 (Info-index): Fix docstring. Store and restore Info-history-list.
4642 (Info-complete-nodes): New var.
4643 (Info-complete-menu-item): Use it.
4644 (Info-index-node): New fun.
4645 (Info-final-node, Info-forward-node, Info-backward-node)
4646 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4647 Use Info-index-node.
4648 (Info-extract-menu-item, Info-extract-menu-counting): Set second
4649 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4650 (Info-find-node-2): If a node with period in its name not found,
4651 try to find a node without the name part after period.
4652 (Info-select-node): Call Info-fontify-node only if
4653 Info-fontify-maximum-menu-size is not nil.
4654 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4655 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4656 Preserve Info-history-list.
4657 (Info-toc): Set Info-current-file.
4658 (Info-build-toc): Move point to the beginning of the buffer.
4659 Add main-file variable.
4660 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4661 Use backslashed representation of the control character ^_.
4662
4663 * textmodes/texinfmt.el (texinfo-print-index): Print index line
4664 numbers in the new Texinfo 4.7 format.
4665
4666 * add-log.el (change-log-font-lock-keywords): Remove `:' from
4667 regexps for function and variable names.
4668
4669 * descr-text.el (describe-property-list): Add [show] button for
4670 `syntax-table' property with action to pp to a separate buffer.
4671 (describe-char): Replace search-forward by re-search-forward with
4672 whitespace regexp after "character:" to not fail in too narrow windows.
4673
4674 * simple.el (next-error-find-buffer): Add a rule to return
4675 next-error capable buffer if one window on the selected frame
4676 displays such buffer.
4677
4678 2004-05-23 Nick Roberts <nickrob@gnu.org>
4679
4680 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4681 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4682 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4683 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4684 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4685 Handle new value for gud-minor-mode (gdbmi).
4686 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4687 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4688 Change from local to global gdb variable set.
4689 (gdb-ann3): Initialise above gdb variable set.
4690 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4691 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4692 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4693 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4694 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4695 (gdb-info-locals-handler, gdb-invalidate-assembler)
4696 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4697 set as global variables.
4698 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4699 Handle gdbmi.
4700 (gdb-info-breakpoints-custom): Fix regexp.
4701 (def-gdb-var): Delete.
4702
4703 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4704 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4705 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4706 a new mode. The file (gdb-mi.el) for this mode will be included
4707 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4708 primary interface.
4709
4710 2004-05-23 Jesper Harder <harder@ifa.au.dk>
4711
4712 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4713 interpreted as a directory.
4714
4715 2004-05-22 Richard M. Stallman <rms@gnu.org>
4716
4717 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4718 as a close quote.
4719
4720 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4721
4722 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4723 Use assoc-string, not assoc-ignore-case.
4724
4725 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4726
4727 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4728 If moving back then fwd gets a defun that ends before point,
4729 try again moving fwd then back.
4730
4731 * files.el (file-name-non-special): Allow t in file-arg-indices
4732 to mean requote the return value. Use `identity' as an element
4733 rather than as the whole value.
4734
4735 * gs.el (gs-options): Add -dSAFER. Mark it risky.
4736
4737 2004-05-22 Juanma Barranquero <lektu@terra.es>
4738
4739 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4740 `help-make-usage'.
4741 (help-highlight-arguments): Skip function name before searching
4742 for arguments.
4743
4744 2004-05-21 Juanma Barranquero <lektu@terra.es>
4745
4746 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
4747 Don't mention in the docstring these arguments meant for
4748 internal (recursive) use only.
4749 (allout-char-spec): Comment out (it's not implemented).
4750 (allout-old-expose-topic, allout-exposure): Fix docstring and add
4751 obsolescence declaration.
4752 (allout-flatten-exposed-to-buffer)
4753 (allout-indented-exposed-to-buffer): Fix typos in docstring.
4754 (my-mark-marker): Doc fix.
4755 (produce-allout-mode-map, allout-sibling-index)
4756 (allout-isearch-expose, allout-distinctive-bullet)
4757 (allout-open-topic, allout-reindent-body)
4758 (allout-rebullet-heading, allout-process-exposed)
4759 (allout-insert-listified, allout-latex-verb-quote)
4760 (allout-insert-latex-header, allout-insert-latex-trailer):
4761 Make arguments match their use in docstring.
4762 (allout-primary-bullet, allout-old-style-prefixes)
4763 (allout-inhibit-protection, allout-init, allout-mode)
4764 (allout-before-change-protect, allout-flag-region):
4765 Use "Emacs" instead of "emacs" in docstrings.
4766
4767 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4768
4769 * international/characters.el: Modify syntax of more characters.
4770
4771 2004-05-21 Masatake YAMATO <jet@gyve.org>
4772
4773 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
4774 (etags-tags-completion-table): Show parsing progress.
4775
4776 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
4777
4778 * locate.el (locate-prompt-for-command): Shorten first line of
4779 docstring.
4780 (locate-mode): Expand docstring and include keymap summary.
4781
4782 * files.el (find-file-noselect-1): Limit the scope of the
4783 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
4784 is, by default, nil during the execution of
4785 `find-file-not-found-functions' and `find-file-hook'.
4786
4787 2004-05-20 Michael Mauger <mmaug@yahoo.com>
4788
4789 * facemenu.el (facemenu-color-name-equal): New function.
4790 (list-colors-display): Use it to compare colors instead of
4791 facemenu-color-equal.
4792
4793 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
4794
4795 * compare-w.el (compare-windows-face): Use min-colors instead of
4796 checking for tty or pc types.
4797
4798 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
4801 (completion-setup-function): Use with-current-buffer.
4802 Properly save excursion. Simplify.
4803 Don't assume there is necessarily a `mouse-face' property somewhere.
4804
4805 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
4806
4807 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
4808
4809 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
4810 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
4811 Use with-current-buffer.
4812 (byte-goto-log-buffer): Delete.
4813 (byte-compile-log-file): Call compilation-forget-errors.
4814
4815 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4816
4817 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
4818 output messages into the search result.
4819
4820 2004-05-19 Masatake YAMATO <jet@gyve.org>
4821
4822 * wid-edit.el (widget-radio-button-notify): Revert my last
4823 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4824
4825 2004-05-19 Kenichi Handa <handa@m17n.org>
4826
4827 * international/characters.el: Fix syntax (open/close) of CJK chars.
4828
4829 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
4830
4831 * help-mode.el (help-go-back): Don't depend on position of back button.
4832
4833 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
4834
4835 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
4836 files files don't contain an accidental additional /.
4837
4838 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
4839 in source buffer.
4840
4841 2004-05-18 Masatake YAMATO <jet@gyve.org>
4842
4843 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
4844 to widget-apply. :action method assumes 2 arguments, not 3.
4845
4846 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
4847
4848 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4849 New constants.
4850 (hs-special-modes-alist): Add an f90-mode entry.
4851
4852 2004-05-17 Sam Steingold <sds@gnu.org>
4853
4854 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
4855 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
4856
4857 2004-05-16 Kim F. Storm <storm@cua.dk>
4858
4859 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
4860
4861 2004-05-15 John Wiegley <johnw@newartisans.com>
4862
4863 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
4864 (eshell-output-object-to-target): Improve output speed 20% by not
4865 calling `eshell-stringify' if something is already known to be a string.
4866
4867 2004-05-15 Alex Ott <ott@jet.msk.su>
4868
4869 * textmodes/ispell.el (ispell-local-dictionary-alist):
4870 Add windows-1251 to the choice of coding systems.
4871 (ispell-dictionary-alist-6): Add support for "russianw.aff",
4872 encoded in cp1251.
4873
4874 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
4875
4876 * progmodes/compile.el (compilation-warning-face)
4877 (compilation-info-face): Use min-colors.
4878
4879 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4880
4881 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
4882 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
4883 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
4884 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
4885 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
4886 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
4887 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
4888 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
4889 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
4890 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
4891 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
4892 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
4893 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
4894 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
4895
4896 2004-05-15 Kim F. Storm <storm@cua.dk>
4897
4898 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
4899 Use it to set triggered-p element of timer.
4900 (timer-event-handler): Set triggered-p element non-nil while running
4901 the timer function.
4902
4903 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * descr-text.el (describe-char-unicode-data)
4906 (describe-char-unicodedata-file): Re-enable the unicode code now that
4907 the licensing issues have been cleared in the unicode-4 license.
4908 (describe-text-properties-1): Remove unused `overlay' var.
4909 (describe-char): Remove unused var `buffer'.
4910
4911 2004-05-14 David Ponce <david@dponce.com>
4912
4913 * tree-widget.el: New file.
4914
4915 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
4916
4917 * language/european.el ("Brazilian Portuguese"): Add support for
4918 Brazilian Portuguese.
4919
4920 2004-05-13 John Wiegley <johnw@newartisans.com>
4921
4922 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
4923 `recentf-mode' if this variable has been customized to t.
4924
4925 * eshell/esh-test.el (eshell-test): Call the function
4926 `emacs-version' rather than trying to build a custom version string.
4927
4928 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * net/telnet.el (telnet-mode): Use define-derived-mode.
4931 Don't modify the global value of comint-prompt-regexp.
4932
4933 2004-05-13 John Paul Wallington <jpw@gnu.org>
4934
4935 * version.el (emacs-version): Check for `gtk' feature before
4936 `x-toolkit' feature.
4937
4938 2004-05-13 Juanma Barranquero <lektu@terra.es>
4939
4940 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
4941 arguments in the docstring, they're used only in recursive calls.
4942
4943 * help-fns.el (help-arg-highlighting-function)
4944 (help-argument-name): Delete.
4945 (help-default-arg-highlight): New function.
4946 (help-do-arg-highlighting): Use it.
4947
4948 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
4949
4950 * calendar/appt.el (appt-disp-window):
4951 Use `calendar-set-mode-line' for a centered mode-line.
4952
4953 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
4954
4955 * calendar/appt.el (appt-disp-window): Do not split window
4956 excessively when `split-height-threshold' is low.
4957
4958 2004-05-12 Nick Roberts <nickrob@gnu.org>
4959
4960 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
4961 kill-buffer-hook here and make it local.
4962 (gud-kill-buffer-hook): Use kill-process for a sure kill.
4963
4964 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
4965
4966 * progmodes/compile.el (compilation-set-window-height):
4967 Use save-excursion to protect against misplaced marker.
4968
4969 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4970
4971 * custom.el (defface): Document that type can have value gtk.
4972
4973 * faces.el (face-spec-set-match-display): Handle type gtk in display.
4974
4975 2004-05-12 Kenichi Handa <handa@m17n.org>
4976
4977 * descr-text.el: Require quail at comile time.
4978 (describe-char): If an input method is on and it supports the
4979 character, show how to input it.
4980
4981 * international/quail.el (quail-install-decode-map): Accept a
4982 char-table whose subtype is `quail-decode-map'.
4983 (quail-store-decode-map-key, quail-gen-decode-map1)
4984 (quail-gen-decode-map, quail-find-key1, quail-find-key)
4985 (quail-show-key): New functions.
4986
4987 2004-05-12 Juanma Barranquero <lektu@terra.es>
4988
4989 * generic.el (define-generic-mode): Remove redundant arglist info.
4990
4991 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
4992 Make arguments match their use in docstring.
4993 (help-arg-highlighting-function): New variable.
4994 (help-argument-name): Mention it in the docstring.
4995 (help-do-arg-highlight): Use it. Expand regexp to accept also
4996 ARG-xxx and xxx-ARG references.
4997
4998 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
4999
5000 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
5001 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5002 and "mailto:addr1?to=addr2" equal.
5003
5004 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5005
5006 * man.el (Man-getpage-in-background): Use shell-file-name
5007 and shell-command-switch variables instead of hard-coded values.
5008
5009 2004-05-11 Eli Zaretskii <eliz@gnu.org>
5010
5011 * iimage.el: New file.
5012
5013 2004-05-11 Juanma Barranquero <lektu@terra.es>
5014
5015 * custom.el (custom-initialize-default, defcustom):
5016 Fix typo in docstring.
5017
5018 * files.el (set-visited-file-name, file-expand-wildcards):
5019 Fix docstring.
5020
5021 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
5024
5025 * subr.el (eventp): Be more discriminating with integers.
5026
5027 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
5028
5029 * progmodes/compile.el (compile): Add universal prefix arg.
5030 (compilation-error-regexp-alist-alist): Add edg patterns.
5031
5032 2004-05-10 Sam Steingold <sds@gnu.org>
5033
5034 * textmodes/ispell.el (ispell-message):
5035 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
5036
5037 2004-05-10 Dave Love <fx@gnu.org>
5038
5039 * progmodes/python.el (help-buffer): Autoload when compiling.
5040 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
5041 (run-python): Prepend to any existing PYTHONPATH.
5042
5043 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
5044
5045 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
5046 for pending breakpoints.
5047
5048 2004-05-10 Richard M. Stallman <rms@gnu.org>
5049
5050 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
5051 directly without calling any functions in Rmail.
5052 (unrmail-unprune): Function deleted.
5053
5054 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
5055
5056 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
5057 C-c C-z binding.
5058
5059 2004-05-10 Kenichi Handa <handa@m17n.org>
5060
5061 * descr-text.el (describe-char): Fix previous change. Don't make
5062 a unibyte character to multibyte in the *Help* buffer.
5063
5064 2004-05-10 Miles Bader <miles@gnu.org>
5065
5066 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
5067 buffer an error if the debugger process is actually running.
5068
5069 2004-05-10 Juanma Barranquero <lektu@terra.es>
5070
5071 * help-fns.el (help-argument-name): Default to italic.
5072 (help-highlight-arguments): Return always (usage . doc), even when
5073 usage is nil.
5074
5075 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
5076 (define-ibuffer-filter): Add usage info.
5077 (define-ibuffer-op): Add usage info (but CL-style defaults for
5078 keyword args are not shown).
5079
5080 * subr.el (remove-overlays, read-passwd): Fix docstring.
5081 (start-process-shell-command): Fix docstring. Put usage info in a
5082 format usable by `describe-function'.
5083 (open-network-stream, open-network-stream-nowait)
5084 (open-network-stream-server): Fix docstring.
5085
5086 2004-05-09 Jason Rumney <jasonr@gnu.org>
5087
5088 * international/code-pages (cp932, cp936, cp949, c950): Remove.
5089 Only define cp125* if windows-125* is already defined.
5090
5091 * language/korean.el (cp949): Add alias.
5092
5093 * language/chinese.el (cp936, cp950): Add aliases.
5094
5095 * language/japanese.el (cp932): Add alias.
5096
5097 * term/w32-win.el: Require code-pages.
5098
5099 * international/mule-cmds.el (set-locale-environment):
5100 On MS-Windows use ansi code-page for default coding-systems.
5101 Set up paper sizes for Windows 3 letter languages.
5102
5103 * international/code-pages.el (cp932, cp936, cp949, cp950):
5104 Add aliases. Also add cp125* if not already defined.
5105
5106 2004-05-09 Juanma Barranquero <lektu@terra.es>
5107
5108 * help-fns.el (help-highlight-arguments): Don't try to highlight
5109 missing or autoloaded arglists. Accept structured arguments, like
5110 the first ones of `do' and `flet'.
5111
5112 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
5113 (cvs-get-marked): Remove redundant arglist info.
5114
5115 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
5116 Don't use CL-style default args.
5117
5118 2004-05-08 Andreas Schwab <schwab@suse.de>
5119
5120 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
5121
5122 * international/subst-ksc.el: Fix references to utf-translate-cjk
5123 into utf-translate-cjk-mode.
5124 * international/subst-big5.el: Likewise.
5125 * international/subst-gb2312.el: Likewise.
5126 * international/subst-jis.el: Likewise.
5127 * international/utf-16.el: Likewise.
5128 * international/utf-8.el: Likewise.
5129
5130 2004-05-08 John Wiegley <johnw@newartisans.com>
5131
5132 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
5133 "virtual buffers" (off by default), which makes it possible to
5134 switch to the "virtual" buffers of recently visited files. When a
5135 buffer name search fails, and this option is on, iswitchb will
5136 look at the list of recently visited files, and permit matching
5137 against those names. When the user hits RET on a match, it will
5138 revisit that file.
5139 (iswitchb-read-buffer): Add two optional arguments, which makes
5140 isearchb.el possible.
5141 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
5142 (iswitchb-next-match): Add support for virtual buffers.
5143
5144 * isearchb.el: This module extends iswitchb to provide "as you
5145 type" buffer selection.
5146
5147 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
5148 Ignore the read-only property when flyspell highlighting is on.
5149 Not ignoring it leads to a series of confusing errors.
5150 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
5151 but also make sure to call flyspell-incorrect-hook.
5152 (flyspell-maybe-correct-transposition): Perform transposition test
5153 by bit twiddling a string, rather than using a temp buffer.
5154 (flyspell-maybe-correct-doubling): Use a string rather than a temp
5155 buffer. This is also the original version of the code, which
5156 could not be checked in before due to a previous lack of
5157 assignment papers. This version has seen heavy usage on my system
5158 for several years now.
5159
5160 * calendar/cal-bahai.el: New file, which adds support for the
5161 Baha'i calendar to Emacs. This calendar is based on a solar year
5162 of 19 months of 19 days, with 4 intercalary days. Each year
5163 begins on March 21, with the calendar starting in 1844.
5164
5165 * calendar/cal-menu.el, calendar/calendar.el,
5166 calendar/diary-lib.el, calendar/holidays.el: Added support for
5167 using cal-bahai.el.
5168
5169 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
5170 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
5171 function can be used outside of eshell buffers.
5172 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
5173
5174 2004-05-08 Juanma Barranquero <lektu@terra.es>
5175
5176 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
5177 word constituent so FOO-ARG is not recognized as an arg.
5178 (help-highlight-arguments): Don't skip lists in mandatory arguments.
5179
5180 * simple.el (next-error): Fix typo in docstring.
5181 (open-line): Make argument names match their use in docstring.
5182 (split-line): Fix docstring.
5183
5184 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
5185 usable by `describe-function'.
5186 (gensym, gentemp, typep, ignore-errors): Make argument names match
5187 their use in docstring.
5188
5189 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
5190 argument to `help-setup-xref'.
5191
5192 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
5193
5194 Version 2.0.40 of Tramp released.
5195
5196 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
5197 Use symbol-function to invoke functions only known on some Emacs
5198 flavors. This avoids byte-compiler warnings. Reported by Kevin
5199 Scaldeferri <kevin@scaldeferri.com>.
5200 (tramp-do-copy-or-rename-file-via-buffer): Rename from
5201 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
5202 consistent with the other tramp-do-* functions.
5203 (tramp-do-copy-or-rename-file): Calls adjusted.
5204 (tramp-process-initial-commands): Avoid liveness check on shell --
5205 we know that it must be alive since we're opening a connection at
5206 this moment.
5207 (tramp-last-cmd): New internal variable.
5208 (tramp-process-echoes): New tunable.
5209 (tramp-send-command): Set tramp-last-cmd.
5210 (tramp-wait-for-output): Delete echo, if applicable.
5211 (tramp-read-passwd): Construct the key for the password cache in a
5212 way that works for multi methods, too.
5213 (tramp-bug): Add backup-directory-alist and
5214 bkup-backup-directory-info to bug reports, with Tramp counterparts.
5215
5216 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
5217
5218 * net/tramp*.el: Suppress byte-compiler warnings where possible.
5219
5220 * net/tramp.el (tramp-out-of-band-prompt-regexp)
5221 (tramp-actions-copy-out-of-band): New defcustoms.
5222 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5223 used instead of a synchronous one. Allows password entering.
5224 (tramp-action-out-of-band): New defun.
5225 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5226 Remove restriction with password from doc string.
5227 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5228 `tramp-out-of-band-prompt-regexp',
5229 `tramp-actions-copy-out-of-band', `password-cache' and
5230 `password-cache-expiry'.
5231 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
5232 password caching.
5233 (tramp-touch): FILE can be a local file, too.
5234 (TODO): Remove items done.
5235 (tramp-handle-insert-directory): Properly quote file name also if
5236 not full-directory-p. Handle wildcard case. Reported by Andreas
5237 Schwab <schwab@suse.de>.
5238 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5239 new file.
5240 (tramp-handle-file-local-copy, tramp-handle-write-region):
5241 The permissions of the temporary file are set if filename exists.
5242 Reported by Ted Stern <stern@cray.com>.
5243 (tramp-backup-directory-alist)
5244 (tramp-bkup-backup-directory-info): New defcustoms.
5245 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5246 (tramp-handle-find-backup-file-name): New function.
5247 Implements Tramp's find-backup-file-name.
5248
5249 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5250 for `find-backup-file-name'.
5251
5252 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5253 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
5254
5255 2004-05-07 Lars Hansen <larsh@math.ku.dk>
5256
5257 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5258
5259 2004-05-07 Juanma Barranquero <lektu@terra.es>
5260
5261 * subr.el (lambda): Add arglist description to docstring.
5262 (declare): Fix typo in docstring.
5263 (open-network-stream): Fix docstring.
5264 (process-kill-without-query): Fix docstring and add obsolescence info.
5265 (last, butlast, nbutlast): Make arguments match their use in docstring.
5266 (insert-buffer-substring-no-properties): Likewise.
5267 (insert-buffer-substring-as-yank): Likewise.
5268 (split-string): Fix docstring.
5269
5270 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5271 Make argument names match their use in docstring.
5272
5273 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5274
5275 2004-05-06 Nick Roberts <nickrob@gnu.org>
5276
5277 * progmodes/gdb-ui.el: Improve/extend documentation strings.
5278 Fit first sentence on one line for apropos-command.
5279
5280 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5281
5282 Changes largely merged in from Dave Love's code.
5283 * progmodes/python.el: Doc fixes.
5284 (python-mode-map): Add python-complete-symbol.
5285 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5286 (python-comment-indent, python-complete-symbol)
5287 (python-symbol-completions, python-partial-symbol)
5288 (python-try-complete): New.
5289 (python-indent-line): Remove optional arg. Use python-block-end-p.
5290 (python-check): Bind compilation-error-regexp-alist.
5291 (inferior-python-mode): Use rx. Move keybindings to top level.
5292 Set comint-input-filter.
5293 (python-preoutput-filter): Use rx.
5294 (python-input-filter): Re-introduce.
5295 (python-proc): Start new process if necessary.
5296 Check python-buffer non-nil.
5297 (view-return-to-alist): Defvar.
5298 (python-send-receive): New.
5299 (python-eldoc-function): Use it.
5300 (python-mode-running): Don't defvar.
5301 (python-mode): Set comment-indent-function.
5302 Maybe update hippie-expand-try-functions-list.
5303 (python-indentation-levels): Initialize differently.
5304 (python-block-end-p): New.
5305 (python-indent-line): Use it.
5306 (python-compilation-regexp-alist): Augment.
5307 (run-python): Import `emacs' module to Python rather than loading
5308 code directly. Set python-buffer differently.
5309 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
5310 Use python-proc.
5311 (python-send-command): Go to end of comint buffer.
5312 (python-load-file): Use python-proc, emacs.eimport.
5313 (python-describe-symbol): Simplify interactive form.
5314 Use emacs.help. Do use temp-buffer-show-hook.
5315 Call print-help-return-message.
5316 (hippie-exp): Require when compiling.
5317 (python-preoutput-continuation): Use rx.
5318
5319 * diff-mode.el (diff-make-unified): Fix regexp.
5320
5321 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
5322
5323 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5324 filter groups from the buffer when rebuilding the Ibuffer buffer
5325 and `ibuffer-show-empty-filter-groups' is nil.
5326
5327 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5328
5329 * ps-print.el (ps-print-quote): Call ps-value-string.
5330 (ps-setup): Call ps-comment-string.
5331 (ps-value-string, ps-comment-string): New funs.
5332
5333 2004-05-06 Juanma Barranquero <lektu@terra.es>
5334
5335 * ehelp.el (electric-help-command-loop): Check whether the last
5336 character is visible, not (point-max).
5337
5338 * help-fns.el (help-argument-name): Default to bold; don't inherit
5339 from font-lock-variable-name-face.
5340 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5341
5342 2004-05-05 Kenichi Handa <handa@m17n.org>
5343
5344 * descr-text.el (describe-char): Copy the character with text
5345 properties and overlays into the first line, and call
5346 describe-text-properties on it.
5347
5348 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
5349
5350 * iswitchb.el (iswitchb-global-map): Fix typo.
5351 Remove unwanted ###autoloads from source file.
5352
5353 2004-05-05 Lars Hansen <larsh@math.ku.dk>
5354
5355 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5356 in run-hooks. Use substitute-command-keys in message.
5357 (wdired-abort-changes): Add message.
5358
5359 2004-05-03 Michael Mauger <mmaug@yahoo.com>
5360
5361 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5362 (sql-emacs20-p): Remove.
5363 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5364 (sql-builtin-face, sql-doc-face): Remove.
5365 (sql-mode-ansi-font-lock-keywords)
5366 (sql-mode-oracle-font-lock-keywords)
5367 (sql-mode-postgres-font-lock-keywords)
5368 (sql-mode-linter-font-lock-keywords)
5369 (sql-mode-ms-font-lock-keywords)
5370 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5371 (sql-product-font-lock): Fix font-lock reset when font rules change.
5372 (sql-highlight-product): Remove incorrect font-lock reset logic.
5373
5374 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
5375
5376 * ses.el (ses-set-parameter): Fix typo.
5377
5378 2004-05-04 Kim F. Storm <storm@cua.dk>
5379
5380 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5381 Must expand directory for completion to work; and don't mess with
5382 process-environment.
5383 (ido-read-file-name): If command has ido property, don't use ido
5384 if value is ignore, or read as directory if value is dir.
5385 Set ido ignore property for dired-do-rename command.
5386
5387 2004-05-04 Juanma Barranquero <lektu@terra.es>
5388
5389 * ehelp.el (electric-help-command-loop, electric-help-undefined)
5390 (electric-help-help): Check against unmapped commands.
5391
5392 * help-fns.el (help-argument-name): New face, inheriting from
5393 font-lock-variable-name-face, to highlight function arguments in
5394 `describe-function' and `describe-key'.
5395 (help-do-arg-highlight): Auxiliary function to highlight a given
5396 list of arguments in a string.
5397 (help-highlight-arguments): Highlight the function arguments and
5398 all uses of them in the docstring.
5399 (describe-function-1): Use it. Do docstring output via `insert',
5400 not 'princ', so text attributes are preserved.
5401
5402 * winner.el (winner-mode-map): Move `winner-undo' and
5403 `winner-redo' to C-c <left> and C-c <right>, respectively (the
5404 previous bindings conflict with `prev-buffer', `next-buffer').
5405
5406 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5407
5408 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5409 (bibtex-entry-update): New command bound to C-c C-u.
5410 (bibtex-text-in-string): Fix regexp.
5411 (bibtex-assoc-of-regexp): Remove.
5412 (bibtex-progress-message): Fix docstring.
5413 (bibtex-inside-field): Use if.
5414 (bibtex-assoc-regexp): New function.
5415 (bibtex-format-entry): Make code more robust so that it formats
5416 also old entries.
5417 (bibtex-autokey-demangle-title): Merge with obsolete function
5418 bibtex-assoc-of-regexp.
5419 (bibtex-field-list): New function.
5420 (bibtex-entry): Use bibtex-field-list.
5421 (bibtex-parse-entry): Fix docstring.
5422 (bibtex-print-help-message): Use bibtex-field-list.
5423 (bibtex-make-field): Use bibtex-field-list.
5424 (bibtex-entry-index): Bugfix. Return crossref key if required.
5425 (bibtex-lessp): Fix docstring.
5426
5427 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * select.el (xselect-convert-to-string): Move comment to intended line.
5430
5431 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5432
5433 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5434 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5435
5436 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5437
5438 * term/x-win.el (x-clipboard-yank): Don't exit on error from
5439 x-get-selection.
5440
5441 2004-05-03 Jason Rumney <jasonr@gnu.org>
5442
5443 * makefile.nt: Remove.
5444
5445 2004-05-03 Kim F. Storm <storm@cua.dk>
5446
5447 * emulation/cua-base.el (cua--update-indications): Fix last change.
5448 (cua-mode): Deactivate mark when cua-mode is enabled.
5449
5450 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5453
5454 2004-05-03 Nick Roberts <nickrob@gnu.org>
5455
5456 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5457 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5458 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5459 window over visible frames.
5460 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5461
5462 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5463
5464 * progmodes/compile.el (compilation-gcpro): New var.
5465 (compilation-fake-loc): Use it.
5466 (compilation-forget-errors): Reset it.
5467
5468 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5469
5470 * diff-mode.el (diff-header-face, diff-file-header-face):
5471 Use min-colors.
5472
5473 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5474
5475 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5476 (bibtex-clean-entry): Disentangle code.
5477 (bibtex-realign): New function.
5478 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
5479 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5480 Remove undocumented optional arg called-by-convert-alien.
5481 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
5482 for sorting instead of bibtex-sort-buffer.
5483
5484 2004-05-02 Eli Zaretskii <eliz@gnu.org>
5485
5486 * progmodes/compile.el (compilation-start): In the
5487 no-async-subprocesses branch, call sit-for to give redisplay a
5488 chance to show the updated process status in the mode line, and
5489 fontify the buffer explicitly after the process exits.
5490
5491 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * progmodes/python.el (python-compilation-line-number): Remove.
5494 (python-compilation-regexp-alist): Don't use it any more.
5495 (python-orig-start, python-input-filter): Remove.
5496 (inferior-python-mode): Don't set up comint-input-filter-functions.
5497 (python-send-region): Use compilation-fake-loc.
5498
5499 * progmodes/compile.el (compilation-messages-start): New var.
5500 (compilation-mode): Don't setup next-error-function here.
5501 (compilation-setup): Set it up here instead (for minor modes as well).
5502 Make compilation-messages-start buffer local.
5503 (compilation-next-error-function): Use it.
5504 (compilation-forget-errors): Set compilation-messages-start.
5505
5506 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
5507
5508 * ielm.el (ielm-prompt-read-only): Update docstring.
5509
5510 * comint.el (comint-prompt-read-only): Update docstring.
5511 (comint-update-fence, comint-kill-whole-line)
5512 (comint-kill-region): New functions.
5513
5514 * simple.el (kill-whole-line): Use "p" instead of "P" in
5515 interactive form.
5516
5517 2004-05-01 Juanma Barranquero <lektu@terra.es>
5518
5519 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5520 format arglist so default values in CL-style argument lists are
5521 correctly shown.
5522
5523 2004-05-01 Jason Rumney <jasonr@gnu.org>
5524
5525 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5526
5527 2004-05-01 Kenichi Handa <handa@m17n.org>
5528
5529 * international/titdic-cnv.el (miscdic-convert): Don't generate a
5530 quail file if it is up to date.
5531
5532 2004-04-30 Juri Linkov <juri@jurta.org>
5533
5534 * cus-edit.el (custom-mode-map):
5535 Add key binding `C-x C-s' to `Custom-save'.
5536
5537 * outline.el (outline-blank-line): New var.
5538 (outline-next-preface, outline-show-heading)
5539 (outline-end-of-subtree): Use it.
5540
5541 * dired-aux.el (dired-touch-initial): New fun.
5542 (dired-do-chxxx): Call it for op-symbol `touch'.
5543 (dired-diff): Use `dired-dwim-target-directory'
5544 if current dired buffer has no buffer mark.
5545
5546 * bindings.el (propertized-buffer-identification):
5547 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5548 Add C-M-arrow keys for consistency.
5549
5550 * files.el (confirm-kill-emacs):
5551 Change group from top-level `emacs' to `convenience'.
5552
5553 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5554 Push mark on the first call of successive command calls.
5555 (insert-pair): New fun created from `insert-parentheses' with
5556 `open' and `close' arguments added. Enclose active regions
5557 in paired characters. Compare adjacent characters syntax with
5558 inserted characters syntax before inserting a space.
5559 (insert-parentheses): Call `insert-pair' with ?\( ?\).
5560
5561 * delsel.el: Don't put `delete-selection' property
5562 on `insert-parentheses' symbol to take advantage of
5563 region handling in `insert-pair' function.
5564 Suggested by Stephan Stahl <stahl@eos.franken.de>.
5565
5566 2004-04-30 Kim F. Storm <storm@cua.dk>
5567
5568 * emulation/cua-base.el: Add support for changing cursor types;
5569 based on patch from Michael Mauger.
5570 (cua-normal-cursor-color, cua-read-only-cursor-color)
5571 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5572 Customization cursor type and/or cursor color.
5573 (cua--update-indications): Handle cursor type changes.
5574 (cua-mode): Update cursor indications if enabled.
5575
5576 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5577
5578 * mouse.el (mouse-drag-copy-region): New defcustom.
5579 (mouse-set-region, mouse-drag-region-1): Use it.
5580
5581 * simple.el (kill-ring-save): If region face background color is
5582 unspecified (if no highlighting), show extent of fully visible
5583 region even if transient-mark-mode is enabled.
5584
5585 * emulation/cua-base.el (cua--standard-movement-commands):
5586 Add cua-scroll-up and cua-scroll-down.
5587 (cua-scroll-up, cua-scroll-down): New commands.
5588 (cua--init-keymaps): Remap scroll-up and scroll-down.
5589
5590 * emulation/cua-rect.el (cua--convert-rectangle-as):
5591 New defmacro.
5592 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5593 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5594 New commands (suggested by Jordan Breeding).
5595
5596 2004-04-30 Juanma Barranquero <lektu@terra.es>
5597
5598 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5599
5600 2004-04-30 Mario Lang <mlang@delysid.org>
5601
5602 * diff.el (diff-switches): Fix typo in docstring.
5603
5604 2004-04-30 Alex Schroeder <alex@gnu.org>
5605
5606 * xml.el (xml-debug-print-internal): Don't add newline and
5607 indentation to text nodes and write empty elements as empty tags
5608 instead of opening and closing tags.
5609 (xml-debug-print): Take optional indent-string argument.
5610 (xml-print): Alias for xml-debug-print.
5611
5612 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5613
5614 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5615 than duplicate call to `line-beginning-position'.
5616
5617 * progmodes/f90.el (f90-get-present-comment-type):
5618 Return whitespace, as well as comment chars, for consistent filling
5619 of comment blocks. Use `match-string-no-properties'.
5620 (f90-break-line): Trim trailing whitespace when filling comments.
5621
5622 2004-04-30 Dave Love <fx@gnu.org>
5623
5624 * calendar/diary-lib.el (diary-outlook-formats): New variable.
5625 (diary-from-outlook-internal, diary-from-outlook)
5626 (diary-from-outlook-gnus, diary-from-outlook-rmail):
5627 New functions to import diary entries from Outlook-format
5628 appointments in mail messages.
5629
5630 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5631
5632 * progmodes/python.el (python-send-command): New fun.
5633 (python-send-region, python-load-file): Use it.
5634
5635 * progmodes/compile.el (compilation-last-buffer): Add var alias.
5636
5637 * help-fns.el (help-C-file-name): Use new subr-name.
5638 Prepend `src/' to the file name.
5639 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5640 (describe-function-1, describe-variable): Only find a C source file
5641 name if DOC is already loaded.
5642
5643 * help-mode.el (help-function-def, help-variable-def):
5644 Use the new find-function-search-for-symbol functionality.
5645 Allow FILE to be `C-source'.
5646
5647 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5648 (find-function-C-source): New fun.
5649 (find-function-search-for-symbol): Use it.
5650
5651 2004-03-29 Michael Mauger <mmaug@yahoo.com>
5652
5653 * progmodes/sql.el (sql-product-alist): Rename variable
5654 `sql-product-support'. Add Postgres login parameters.
5655 (sql-set-product, sql-product-feature): Update with renamed variable.
5656 (sql-connect-postgres): Add username prompt.
5657 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5658 Make patterns less product specific.
5659 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5660 (sql-mode-abbrev-table): Modify initialization.
5661 (sql-builtin-face): Add variable.
5662 (sql-keywords-re): Add macro.
5663 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5664 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5665 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5666 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5667 (sql-mode-linter-font-lock-keywords)
5668 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5669 (sql-mode-sybase-font-lock-keywords)
5670 (sql-mode-informix-font-lock-keywords)
5671 (sql-mode-interbase-font-lock-keywords)
5672 (sql-mode-ingres-font-lock-keywords)
5673 (sql-mode-solid-font-lock-keywords)
5674 (sql-mode-sqlite-font-lock-keywords)
5675 (sql-mode-db2-font-lock-keywords): Default to nil.
5676 (sql-product-font-lock): Always highlight ANSI keywords.
5677 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5678 (sql-send-string): Add function.
5679
5680 2004-04-29 Dave Love <fx@gnu.org>
5681
5682 * progmodes/cfengine.el (cfengine-beginning-of-defun)
5683 (cfengine-end-of-defun): Ensure progress through buffer.
5684
5685 * info-look.el (cfengine-mode): Accept a terminal ().
5686
5687 2004-04-29 Juri Linkov <juri@jurta.org>
5688
5689 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5690 instead of isearch-yank-word-or-char. Add new key bindings for
5691 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5692 (isearch-del-char): New fun.
5693 (isearch-forward, isearch-edit-string): Update docstring.
5694 (isearch-yank-char): Doc fix.
5695 (isearch-other-meta-char): Restore point after scrolling.
5696
5697 * progmodes/compile.el (compilation-context-lines): Add nil option
5698 to disable compilation output window scrolling.
5699 (compilation-set-window): Use it.
5700
5701 * outline.el (outline-next-preface, outline-show-heading):
5702 Don't leave unhidden blank line before heading.
5703 (outline-end-of-subtree): Include last newline into subtree.
5704 (hide-entry): Leave point at beginning of heading instead of end.
5705 (outline-up-heading): Push mark for the first call of successive
5706 command calls.
5707
5708 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
5709
5710 * comint.el (comint-prompt-read-only): New variable.
5711 (comint-output-filter): Implement it.
5712
5713 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5714 (ielm-prompt-internal): New variable.
5715 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5716 (ielm-send-input): Delete unused variable `buf'.
5717 (ielm-eval-input): Use `ielm-prompt-internal'.
5718 (inferior-emacs-lisp-mode): Use new variables
5719 `comint-prompt-read-only' and `ielm-prompt-internal'.
5720 Get rid of obsolete variable `directory-sep-char'.
5721 (ielm): Use `zerop'.
5722
5723 2004-04-29 John Paul Wallington <jpw@gnu.org>
5724
5725 * thumbs.el (toplevel): Require cl at compile time.
5726 Remove conditional definitions of `ignore-errors' and `caddar'
5727 because they occur at run time.
5728
5729 2004-04-28 Nick Roberts <nickrob@gnu.org>
5730
5731 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5732 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5733 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5734 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5735
5736 * progmodes/gud.el (gud-common-init): Throw an error if program is
5737 already running under gdb.
5738
5739 2004-04-28 John Paul Wallington <jpw@gnu.org>
5740
5741 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5742 (thumbs-show-image-num): Move assignment of
5743 `thumbs-current-image-filename' within scope of `i'.
5744 (thumbs-emboss-image): Don't use `evenp'.
5745
5746 2004-04-28 Richard M. Stallman <rms@gnu.org>
5747
5748 * progmodes/compile.el (compilation-context-lines): Default now 0.
5749
5750 2004-04-28 Juanma Barranquero <lektu@terra.es>
5751
5752 Use `time-less-p' from calendar/time-date.el instead of defining
5753 custom versions of it.
5754
5755 * pcomplete.el (pcomplete-time-less-p): Remove.
5756
5757 * thumbs.el (time-less-p): Remove.
5758
5759 * calendar/timeclock.el (timeclock-time-less-p): Remove.
5760 (timeclock-generate-report): Use `time-less-p'.
5761
5762 * emacs-lisp/autoload.el (autoload-before-p): Remove.
5763 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
5764
5765 2004-04-28 Masatake YAMATO <jet@gyve.org>
5766
5767 * subr.el (remove-overlays): Make arguments optional.
5768
5769 * wid-edit.el (widget-specify-button): Put evaporate to the
5770 overlay for sample.
5771 (widget-specify-sample): Put evaporate to the overlay for sample.
5772 (widget-specify-doc): Put evaporate to the overlay for documentation.
5773
5774 2004-04-27 Jesper Harder <harder@ifa.au.dk>
5775
5776 * info.el (info-apropos): Make it an index node. Align node names
5777 like makeinfo.
5778
5779 2004-04-27 Eli Zaretskii <eliz@gnu.org>
5780
5781 * net/browse-url.el (browse-url-netscape-sentinel)
5782 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
5783 (browse-url-epiphany-sentinel, browse-url-mosaic):
5784 Use browse-url-*-program instead of a literal program name.
5785
5786 2004-04-27 Kevin Ryde <user42@zip.com.au>
5787
5788 * eshell/em-alias.el:
5789 * eshell/em-dirs.el:
5790 * eshell/em-hist.el:
5791 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
5792 features when M-x customize-group loads modules before the main
5793 eshell.el.
5794
5795 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5796
5797 * subr.el (momentary-string-display): Support EXIT-CHAR that is
5798 either a character representation of an event or an event
5799 description list.
5800
5801 * type-break.el: Capitalise Emacs and Lisp.
5802 (type-break-good-break-interval, type-break-demo-boring-stats)
5803 (type-break-terse-messages, type-break-file-name): New defcustoms.
5804 (type-break-post-command-hook)
5805 (type-break-warning-countdown-string): Quote variable names in doc.
5806 (type-break-interval-start, type-break-auto-save-file-name): New vars.
5807 (type-break-mode): Document type-break-good-break-interval and the
5808 "session" file. Schedule break according to the session file.
5809 Kill session file buffer on exit. Organise for save-some-buffers
5810 to always save the session file.
5811 (type-break-mode-line-message-mode, type-break-query-mode):
5812 Uppercase arguments.
5813 (type-break-file-time, type-break-file-keystroke-count, timep)
5814 (type-break-choose-file, type-break-get-previous-time)
5815 (type-break-get-previous-count): New defuns.
5816 (type-break): Avoid break querying after a completed break in the
5817 case where the query was initiated during user invocation of the
5818 break. Optional terse messages.
5819 Use type-break-good-break-interval if type-break-good-rest-interval is
5820 nil. File the break time.
5821 (type-break-schedule): New optional args for overriding the use of
5822 the current time.
5823 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
5824 after a break.
5825 (type-break-check): File the keystroke count.
5826 (type-break-do-query): Prevent a second query when the break is
5827 interrupted. Optional terse message.
5828 (type-break-keystroke-reset): Record the start of a typing interval.
5829 (type-break-demo-boring): Optional terse messages. Display word
5830 per minute and keystroke counts according to
5831 type-break-demo-boring-stats.
5832
5833 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
5834
5835 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
5836 directories, make sure they exist under archive-tmpdir.
5837
5838 2004-04-27 Juri Linkov <juri@jurta.org>
5839
5840 * help.el (view-emacs-news): With argument, display info for the
5841 selected version by finding it among different NEWS files, and
5842 narrowing the buffer to the selected version.
5843
5844 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
5845 same-window-buffer-names.
5846 (info): New arg `buffer'. Use it. Doc fix. Read file name for
5847 non-numeric prefix argument, append the number to the buffer name
5848 for numeric prefix argument.
5849 (info-other-window): Bind same-window-regexps to nil.
5850 (Info-reference-name): Rename to Info-point-loc.
5851 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
5852 and Info-find-index-name for stringy Info-point-loc.
5853 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
5854 without middle `.', but with final `.' and optional line number
5855 for it. Set Info-point-loc for index nodes.
5856 (Info-index): Remove middle `.' from index entry regexp.
5857 Modify line number regexp.
5858 (Info-index-next): Decrement line number.
5859 (info-apropos): Remove middle `.' from index entry regexp.
5860 Add optional line number regexp at the end. Add matched value
5861 for line number to the result list and insert it to the buffer.
5862 Replace match-string by match-string-no-properties.
5863 Reorder result list.
5864 (Info-fontify-node): Hide index line numbers.
5865 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
5866 empty matches.
5867 (Info-follow-reference): Use `str' instead of
5868 Info-following-node-name-re.
5869 (Info-toc): Use full file names. Set Info-current-node to "Top".
5870 (Info-fontify-node): Compare file names without directory name.
5871 (Info-try-follow-nearest-node): Don't set Info-reference-name.
5872 Set second arg of Info-extract-menu-node-name for index nodes.
5873 (info-xref-visited): Use magenta3 instead of magenta4.
5874 (Info-mode): Add info-apropos to docstring.
5875
5876 * log-view.el (log-view-diff): Replace interactive code "r"
5877 by a list to allow to call it even if region is not active.
5878
5879 * paren.el (show-paren-highlight-openparen): New var.
5880 (show-paren-function): Turn on openparen highlighting when
5881 matching forward if show-paren-highlight-openparen is non-nil.
5882
5883 * simple.el (kill-ring-save): Use blink-matching-delay instead of
5884 the constant value 1.
5885 (completions-common-part): Expand docstring.
5886
5887 * textmodes/picture.el (picture-mode-map): Add arrow keys.
5888
5889 2004-04-27 Kim F. Storm <storm@cua.dk>
5890
5891 * image.el (insert-sliced-image): Use line-height instead of
5892 line-spacing property on newline.
5893
5894 2004-04-26 Lars Hansen <larsh@math.ku.dk>
5895
5896 * desktop.el (desktop-buffer-misc-data-function): Rename to
5897 desktop-save-buffer and change docstring.
5898 (desktop-buffer-modes-to-save): Delete.
5899 (desktop-save-buffer-p): Use desktop-save-buffer instead of
5900 desktop-buffer-modes-to-save.
5901 (desktop-save): Rename desktop-buffer-misc-data-function to
5902 desktop-save-buffer and allow non-function value.
5903 (desktop-missing-file-warning): Correct docstring.
5904
5905 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
5906 to desktop-save-buffer.
5907
5908 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
5909 desktop-save-buffer.
5910
5911 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
5912
5913 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
5914
5915 2004-04-26 Eli Zaretskii <eliz@gnu.org>
5916
5917 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
5918
5919 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
5920
5921 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
5922 (ielm): Only go to the end of the buffer when starting a new process.
5923
5924 2004-04-25 Juanma Barranquero <lektu@terra.es>
5925
5926 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
5927 mode line. Bind `inhibit-read-only' to t before modifying
5928 properties of text in the buffer.
5929 (ielm): Force point to the end of buffer, even when running ielm
5930 from inside itself.
5931
5932 2004-04-25 Jesper Harder <harder@ifa.au.dk>
5933
5934 * info.el (info-apropos): Reset Info-complete-cache.
5935
5936 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
5937
5938 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5939 Also recognize severe Irix et al. messages.
5940 (compilation-normalize-filename, compile-abbreviate-directory):
5941 Delete functions.
5942 (compilation-get-file-structure): New function inherits
5943 functionality of the two preceding ones.
5944 (compilation-internal-error-properties, compilation-fake-loc):
5945 Use it so that different paths to the same file share the same
5946 markers. Also optimize finding adjacent marker slightly.
5947
5948 2004-04-25 Kim F. Storm <storm@cua.dk>
5949
5950 * image.el (insert-sliced-image): Add line-spacing t property
5951 to newlines separating image lines.
5952
5953 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
5954
5955 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
5956
5957 * ielm.el (ielm-prompt-read-only): New user option.
5958 (ielm-prompt): Expand docstring to describe new behavior.
5959 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
5960 mention it in the docstring.
5961
5962 2004-04-24 Andreas Schwab <schwab@suse.de>
5963
5964 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
5965
5966 * diff.el (diff): Set default-directory in diff buffer.
5967
5968 2004-04-24 Eli Zaretskii <eliz@gnu.org>
5969
5970 * mail/sendmail.el (mail-bury): Don't delete the frame where the
5971 mail was being composed if the terminal cannot display more than
5972 one frame; instead, switch to previous frame.
5973
5974 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
5975 (rmail-start-mail): Support rmail-mail-new-frame even on
5976 terminals that can display only one frame at a time.
5977
5978 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
5981 (checkdoc-output-font-lock-keywords): Remove error regexp.
5982 (checkdoc-output-mode-map): Remove.
5983 (checkdoc-output-mode): Derive from compilation-mode.
5984 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
5985
5986 * dired.el (dired-mode-map): Add a menu entry for wdired.
5987
5988 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
5989 (rx-bracket, rx-check-any, rx-any): Clean up name space.
5990
5991 * wdired.el: (wdired-mode-map): Move init into declaration.
5992 Fix `return' binding.
5993 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
5994 Use force-mode-line-update.
5995 (wdired-get-filename): Use `unless'.
5996 (wdired-preprocess-files): Don't assume names have no \n and use / for
5997 dir separator.
5998 (wdired-normalize-filename): Use replace-regexp-in-string.
5999 (wdired-load-hooks): Remove.
6000 (wdired-mode-hooks): Rename to wdired-mode-hook.
6001
6002 * info-look.el: Add support for cfengine-mode.
6003 (info-lookup-setup-mode): Use dolist.
6004
6005 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
6006
6007 * wdired.el: New file.
6008
6009 2004-04-23 Juanma Barranquero <lektu@terra.es>
6010
6011 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
6012
6013 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
6014 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
6015 (pcomplete--help, pcomplete--here): Doc fixes.
6016
6017 2004-04-23 Andre Spiegel <spiegel@gnu.org>
6018
6019 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
6020 handles wrong-number-of-arguments in backend call.
6021
6022 * vc.el (vc-print-log): Likewise.
6023
6024 2004-04-20 Dave Love <fx@gnu.org>
6025
6026 * emacs-lisp/rx.el: Doc fixes.
6027 (rx-constituents): Add/extend many forms.
6028 (rx-check): Check form is a list.
6029 (bracket): Defvar.
6030 (rx-check-any, rx-any, rx-check-not): Modify.
6031 (rx-not): Simplify.
6032 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
6033 (rx-kleene): Use rx-trans-forms.
6034 (rx-quote-for-set): Delete.
6035 (rx): Allow multiple args.
6036
6037 2004-04-23 Kenichi Handa <handa@m17n.org>
6038
6039 * international/mule-util.el (char-displayable-p): Simplify by
6040 using internal-char-font.
6041
6042 2004-04-23 Juanma Barranquero <lektu@terra.es>
6043
6044 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6045
6046 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * diff-mode.el (diff-next-error): New fun.
6049 (diff-mode): Use it.
6050
6051 * simple.el (next-error): Change arg name.
6052 Add support for the documented C-u C-x ` usage.
6053
6054 * frame.el (special-display-popup-frame, next-multiframe-window)
6055 (previous-multiframe-window): Only consider frames on same display.
6056
6057 2004-04-22 Lars Hansen <larsh@math.ku.dk>
6058
6059 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
6060 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
6061
6062 2004-04-22 Kim F. Storm <storm@cua.dk>
6063
6064 * net/telnet.el (telnet): Add optional port arg.
6065
6066 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6069 Minor sanity check on the `hyperlink' slot.
6070
6071 * Makefile.in (recompile): Compile new files.
6072
6073 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
6074 Add byte-recompile-directory's optional `arg'.
6075
6076 * cvs-status.el (cvs-tree-use-charset): New var.
6077 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
6078 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
6079 (cvs-status-cvstrees): Use it.
6080
6081 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
6082 Make it a normal major mode.
6083 (checkdoc-buffer-label): Make sure the file name is meaningful.
6084 (checkdoc-output-to-error-buffer): Remove.
6085 (checkdoc-error, checkdoc-start-section): Rewrite.
6086
6087 * info.el (info-node, info-menu-5, info-xref, info-header-node)
6088 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6089 (Info-title-4-face): Use new syntax.
6090 (info-xref-visited): Inherit from info-xref.
6091
6092 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
6093
6094 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
6095
6096 * simple.el (next-error-last-buffer, next-error-function):
6097 New variables for the next-error framework.
6098 (next-error-buffer-p): New function.
6099 (next-error-find-buffer): Generalize compilation-find-buffer.
6100 (next-error, previous-error, first-error, next-error-no-select)
6101 (previous-error-no-select): Move from compile.el.
6102
6103 * replace.el (occur-next-error, occur-1): Hook into the next-error
6104 framework.
6105
6106 * progmodes/compile.el (compilation-start):
6107 Set next-error-last-buffer so next-error knows where to jump.
6108 (compilation-setup): Set the buffer-local variable
6109 next-error-function to 'compilation-next-error-function.
6110 (compilation-buffer-p, compilation-buffer-internal-p): Use an
6111 alternate way to find if a buffer is a compilation buffer, for
6112 next-error convenience.
6113 (next-error-no-select, previous-error-no-select, next-error)
6114 (previous-error, first-error): Move to simple.el.
6115 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
6116 (compilation-last-buffer): Remove.
6117 (compilation-start, compilation-next-error, compilation-setup)
6118 (compilation-next-error-function, compilation-find-buffer):
6119 Remove compilation-last-buffer use.
6120
6121 2004-04-21 Juanma Barranquero <lektu@terra.es>
6122
6123 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
6124 (font-lock-warning-face): Fix spacing.
6125
6126 * makefile.w32-in (WINS): Add url/ directory.
6127
6128 2004-04-21 Lars Hansen <larsh@math.ku.dk>
6129
6130 * desktop.el (desktop-buffer-mode-handlers): New variable.
6131 Alist of major mode specific functions to restore a desktop buffer.
6132 (desktop-buffer-handlers): Make variable obsolete.
6133 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
6134 Catch errors signaled in handlers. Update buffer count.
6135 Evaluate desktop-buffer-point.
6136 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
6137 move to dired.el.
6138 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
6139 move to info.el.
6140 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
6141 move to mail/rmail.el.
6142 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
6143 to mh-e/mh-e.el.
6144 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
6145 On fail, print message (to message buffer) even if
6146 desktop-missing-file-warning is nil.
6147 (desktop-buffer-misc-data-function): New buffer local variable.
6148 Function returning major mode specific data.
6149 (desktop-buffer-misc-functions): Make variable obsolete.
6150 (desktop-save): Use desktop-buffer-misc-data-function.
6151 (desktop-buffer-dired-misc-data): Rename to
6152 dired-desktop-buffer-misc-data and move to dired.el.
6153 (desktop-buffer-info-misc-data): Rename to
6154 Info-desktop-buffer-misc-data and move to info.el.
6155 (desktop-read): Add message about number of buffers restored/failed.
6156
6157 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
6158 Add parameters. Pause to display error only when
6159 desktop-missing-file-warning is non-nil.
6160 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6161 (dired-mode): Bind desktop-buffer-misc-data-function.
6162
6163 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
6164 Add Parameters.
6165 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
6166 (Info-mode): Bind desktop-buffer-misc-data-function.
6167
6168 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
6169 Add Parameters.
6170
6171 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
6172 Add Parameters.
6173
6174 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
6175
6176 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
6177 the case of letters in case-insensitive expansions when the
6178 abbrev is preceded by characters with letter syntax.
6179
6180 2004-04-21 Richard M. Stallman <rms@gnu.org>
6181
6182 * progmodes/cperl-mode.el (cperl-putback-char):
6183 Delete Emacs 18 definition.
6184
6185 * international/mule.el (ctext-post-read-conversion):
6186 Use assoc-string, not assoc-ignore-case.
6187
6188 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
6189
6190 * emacs-lisp/easymenu.el (easy-menu-add):
6191 Do call x-popup-menu, but only if it's defined.
6192
6193 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
6194
6195 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
6196 Handle multiple args: compile like progn.
6197
6198 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
6199 take all args as &rest arg.
6200
6201 * autoinsert.el (auto-insert-alist): Insert the user's name in
6202 copyright notice, rather than Free Software Foundation.
6203
6204 2004-04-21 Kenichi Handa <handa@m17n.org>
6205
6206 * descr-text.el (describe-char): Make it work on *Help* buffer.
6207
6208 2004-04-21 Kim F. Storm <storm@cua.dk>
6209
6210 * image.el (insert-image): Add optional SLICE arg.
6211 (insert-sliced-image): New defun.
6212
6213 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
6214
6215 * subr.el (read-number): Check whether `default' is nil.
6216
6217 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * progmodes/compile.el (compilation-error-properties):
6220 Split into two.
6221 (compilation-internal-error-properties): New one.
6222 (compilation-compat-error-properties): Use it. Fix the non-marker case.
6223
6224 2004-04-20 Richard M. Stallman <rms@gnu.org>
6225
6226 * window.el (split-window-save-restore-data):
6227 Don't update the data if OLD-INFO is nil.
6228
6229 * view.el (view-return-to-alist): Mark it permanent local.
6230
6231 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6232
6233 * recentf.el (recentf-save-list): Catch and warn about errors.
6234
6235 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6236 so "Buffers" won't be pure.
6237
6238 * help-mode.el (help-mode-finish): Set help-return-alist first
6239 thing, setting only the entry for the selected window.
6240
6241 * help-fns.el (describe-function-1): If many non-control non-meta
6242 keys run the command, don't list all of them.
6243
6244 2004-04-20 Juanma Barranquero <lektu@terra.es>
6245
6246 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6247 arg. Copied from Andre Spiegel's patch of 2004-03-21.
6248
6249 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6250
6251 2004-04-20 Kenichi Handa <handa@m17n.org>
6252
6253 * international/quail.el (quail-lookup-key): New optional arg
6254 NOT-RESET-INDICES.
6255 (quail-get-translations): Call quail-lookup-key with
6256 NOT-RESET-INDICES t.
6257 (quail-completion): Likewise.
6258 (quail-lookup-map-and-concat): Likewise.
6259
6260 2004-04-20 Kenichi Handa <handa@m17n.org>
6261
6262 * international/quail.el (quail-update-translation): Don't insert
6263 such an unsupported multibyte char in a unibyte buffer.
6264
6265 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
6266
6267 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
6268 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6269 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6270 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6271 (gdb-frame-assembler-buffer): Improve behaviour with
6272 multiple frames.
6273 (gdb-display-buffer): Extend search to all visible frames.
6274
6275 2004-04-19 Eli Zaretskii <eliz@gnu.org>
6276
6277 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6278 characters left after base64 decoding.
6279 (rmail-decode-region): Use -dos variety of `coding', to remove any
6280 ^M characters left after qp or base64 decoding.
6281
6282 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6283
6284 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6285 messages.
6286
6287 2004-04-19 Stephen Eglen <stephen@gnu.org>
6288
6289 * add-log.el (add-change-log-entry): Update doc string to mention
6290 add-log-full-name and add-log-mailing-address.
6291
6292 2004-04-18 Juri Linkov <juri@jurta.org>
6293
6294 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6295 (Info-find-node-2): Simplify error message.
6296 (Info-insert-dir): Use Info-following-node-name.
6297 (Info-goto-node): Remove *info-history* and *info-toc*.
6298 (Info-history): Create a node of the virtual history file.
6299 (Info-toc): Create a node of the virtual toc file.
6300 (Info-insert-toc): New arg `curr-file' for reference file names.
6301 (info-apropos): Remove redundant var binding for temp-file.
6302 (Info-index, Info-index-next, Info-mode): Doc fix.
6303 (Info-goto-emacs-command-node): Don't jump to *info* from
6304 non-*info* Info buffers.
6305 (Info-fontify-node): Don't show the file name of external
6306 references if `Info-hide-note-references' is `hide'. Don't hide
6307 newlines at the end of paragraphs.
6308
6309 * international/mule-diag.el (list-input-methods):
6310 Fix args to help-xref-button.
6311
6312 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6313 to put into effect local variables from TUTORIAL files.
6314
6315 * textmodes/paragraphs.el (sentence-end) <function>: New fun
6316 with default value taken from the variable `sentence-end'.
6317 (sentence-end) <defcustom>: Set default to nil. Doc fix.
6318 Add nil const to :type.
6319 (sentence-end-without-period, sentence-end-double-space)
6320 (sentence-end-without-space): Doc fix.
6321
6322 * textmodes/paragraphs.el (forward-sentence):
6323 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6324 (fill-delete-newlines):
6325 * progmodes/cc-cmds.el (c-beginning-of-statement):
6326 Use function `sentence-end' instead of variable `sentence-end'.
6327
6328 2004-04-18 Andreas Schwab <schwab@suse.de>
6329
6330 * progmodes/compile.el (compilation-start): Set window start to
6331 point-min if compilation-scroll-output is nil.
6332
6333 2004-04-18 John Wiegley <johnw@newartisans.com>
6334
6335 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6336
6337 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
6338
6339 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6340 (gdb-info-breakpoints-custom): Revert previous change.
6341 (gdb-view-assembler): Update assembler if necessary.
6342 (gdb-frame-handler): Parse correctly for gdb-current-frame.
6343 (gdb-display-source-buffer): Update properly when both source and
6344 assembler are visible.
6345
6346 2004-04-17 John Wiegley <johnw@newartisans.com>
6347
6348 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6349 which limits the number of names shown in the minibuffer. Off by
6350 default.
6351 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
6352 up iswitchb for users with a multitude of open buffers by showing
6353 only the first and last N/2 buffers in the completion list (which
6354 is enough to aid C-s/C-r, and to know that more characters are
6355 needed to refine the completion list).
6356
6357 2004-04-17 Richard M. Stallman <rms@gnu.org>
6358
6359 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6360 (file-truename): Expand all ~ constructs directly.
6361 (insert-directory): Delete any error msg output by the
6362 `insert-directory-program'.
6363
6364 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6365 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6366 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6367 (allout-init): Use find-file-hook, not find-file-hooks.
6368 (allout-mode): Eliminate Emacs 18 support.
6369 Use write-contents-functions, not local-write-file-hooks.
6370
6371 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
6372
6373 * progmodes/compile.el (compilation-error-properties): Fix for
6374 adding messages when there are already markers for their file.
6375 (compilation-fake-loc): New function.
6376
6377 2004-04-16 Dave Love <fx@gnu.org>
6378
6379 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6380 (python-load-file): Fix python-orig-start setting.
6381
6382 * progmodes/compile.el: Doc fixes.
6383 (compilation-error-regexp-alist-alist)
6384 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6385 (compilation-assq): Wrap in eval-when-compile.
6386 (compilation-mode-font-lock-keywords): Don't use list*.
6387 (compilation-start): Avoid warning.
6388 (compilation-compat-error-properties)
6389 (compilation-directory-properties): Add keymap property.
6390 (compilation-parsing-end): Make it a marker for better compatibility.
6391
6392 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6393
6394 2004-04-16 Mark A. Hershberger <mah@everybody.org>
6395
6396 * xml.el: Doc fixes.
6397 (xml-get-children): Only looks at sub-tags and ignore strings.
6398
6399 * xml.el (xml-parse-tag): Avoid overwriting node-name.
6400
6401 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6404
6405 2004-04-16 Andre Spiegel <spiegel@gnu.org>
6406
6407 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6408
6409 * vc.el (vc-print-log): Likewise.
6410
6411 2004-04-16 Masatake YAMATO <jet@gyve.org>
6412
6413 * simple.el (completion-setup-function): Set an initial value
6414 to `element-common-end' before entering loop. Set a value
6415 to `element-common-end' at the end of loop.
6416 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6417 (completions-common-part): Rename from completion-de-emphasis.
6418 (completions-first-difference): Rename from completion-emphasis.
6419 Suggested by RMS.
6420
6421 2004-04-16 Juanma Barranquero <lektu@terra.es>
6422
6423 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6424 (bookmark-edit-annotation-mode): Add mode name.
6425
6426 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6429 for nested conflict markers.
6430 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6431
6432 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
6433
6434 * progmodes/gdb-ui.el (gdb-goto-info): New function.
6435
6436 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6437
6438 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6441 Give a backtrace if requested.
6442
6443 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6444
6445 * progmodes/python.el (python-mouse-2-command, python-RET-command):
6446 Remove unused functions.
6447 (python-orig-start-line, python-orig-file): Remove.
6448 (python-orig-start): New var.
6449 (python-input-filter, python-compilation-line-number)
6450 (python-send-region, python-load-file): Use it.
6451
6452 * info.el (info): Always jump to *info*.
6453
6454 * subr.el (posn-set-point): New function.
6455
6456 * mouse.el (mouse-set-point): Use it.
6457
6458 * progmodes/compile.el (compile-goto-error): Use it.
6459 (compilation-button-map): New keymap.
6460 (compilation-error-properties): Use it.
6461 (compilation-shell-minor-mode-map): Don't bind mouse-2.
6462
6463 * smerge-mode.el (smerge-popup-context-menu): Use it.
6464
6465 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6466 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6467 mouse and non-mouse case.
6468
6469 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6470 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6471
6472 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6473 Make it work for non-mouse events.
6474
6475 * pcvs-info.el (cvs-status-map): Update binding name.
6476
6477 2004-04-14 Mark A. Hershberger <mah@everybody.org>
6478
6479 * xml.el (xml-maybe-do-ns): New function to handle namespace
6480 parsing of both attribute and element names.
6481 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6482 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6483 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
6484 (xml-parse-attlist): Make it do its own namespace parsing.
6485
6486 2004-04-14 Dave Love <fx@gnu.org>
6487
6488 * progmodes/python.el (run-python): Fix use of \n.
6489 (python-load-file): Remove `try' from Python fragment.
6490 (python-describe-symbol): Fix message.
6491
6492 * comint.el: Doc fixes.
6493 (comint-last-input-start, comint-last-input-end)
6494 (comint-last-output-start): Give them values.
6495 (comint-arguments): Avoid warning.
6496 (comint-skip-prompt): Use line-end-position.
6497 (comint-backward-matching-input): Rename arg to agree with doc.
6498 (comint-extract-string): Use syntax-ppss.
6499 (comint-dynamic-simple-complete): Delete useless list construction.
6500 (comint-redirect-subvert-readonly): New.
6501 (comint-redirect-preoutput-filter): Use it.
6502
6503 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6504 Correctly handle negative arguments when calling hook functions.
6505
6506 2004-04-14 Jesper Harder <harder@ifa.au.dk>
6507
6508 * info.el (info-apropos): Don't clobber Info-history-list.
6509
6510 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
6511
6512 * progmodes/compile.el (compilation-setup):
6513 Localize overlay-arrow-position.
6514 (compilation-sentinel): Restructure code equivalently.
6515 (compilation-next-error): Find message on same line after point if
6516 not found before point.
6517 (compile-mouse-goto-error): Restore function so that compilation
6518 buffer need not be current and use compile-goto-error.
6519 (compile-goto-error): Restore function.
6520 (next-error): Set overlay-arrow-position.
6521 (compilation-forget-errors): Don't localize already local
6522 compilation-locs and remove FIXME about refontifying.
6523
6524 2004-04-14 Kim F. Storm <storm@cua.dk>
6525
6526 * startup.el (emacs-quick-startup): New defvar (set by -Q).
6527 (command-line): New option -Q. Like -q --no-site-file, but
6528 in addition it also disables menu-bar, tool-bar, scroll-bars,
6529 tool-tips, and the blinking cursor.
6530 (command-line-1): Skip startup screen if -Q.
6531 (fancy-splash-head): Use ":align-to center" prop to center splash image.
6532
6533 * emulation/cua-base.el (cua-read-only-cursor-color)
6534 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6535
6536 2004-04-13 Dave Love <fx@gnu.org>
6537
6538 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
6539 (syntax): Don't require.
6540 (python) <defgroup>: Add :version.
6541 (python-quote-syntax): Re-written.
6542 (inferior-python-mode): Move stuff here from run-python and add
6543 some more.
6544 (python-preoutput-continuation, python-preoutput-result)
6545 (python-dotty-syntax-table): New.
6546 (python-describe-symbol): Use them.
6547 (run-python): Move stuff to inferior-python-mode. Modify code
6548 loaded into Python.
6549 (python-send-region): Use python-proc, python-send-string.
6550 (python-send-string): Send newlines too. Callers changed.
6551 (python-load-file): Re-written.
6552 (python-eldoc-function): New.
6553 (info-look): Don't require.
6554 (python-after-info-look): New. A modified version of former
6555 top-level code for use with eval-after-load.
6556 (python-maybe-jython, python-guess-indent): Use widened buffer.
6557 (python-fill-paragraph): Re-written.
6558 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
6559 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
6560
6561 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6562
6563 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6564 Set compilation-error-regexp-alist earlier.
6565
6566 * progmodes/compile.el (compilation-minor-mode-map)
6567 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6568 (compile-goto-error): Re-merge the mouse and non-mouse commands.
6569
6570 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * progmodes/compile.el (compile-goto-error): Select the buffer/window
6573 corresponding to the event.
6574
6575 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
6576
6577 * loadup.el: Add cygwin to system-type list, for unexec() support.
6578
6579 2004-04-12 John Paul Wallington <jpw@gnu.org>
6580
6581 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6582 (ibuffer-restore-window-config-on-quit): New variable to replace
6583 `ibuffer-delete-window-on-quit'. Update all references.
6584 (ibuffer-prev-window-config): New variable.
6585 (ibuffer-quit): Restore previous window configuration instead of
6586 deleting window.
6587 (ibuffer): Save window configuration before showing Ibuffer buffer.
6588
6589 * help.el (describe-mode): Doc fix.
6590
6591 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6594 not to treat nil as a function.
6595
6596 * vc-arch.el (vc-arch-root): Be a bit more careful.
6597 (vc-arch-register): Save the buffer if we modified it.
6598 (vc-arch-delete-rej-if-obsolete): Save excursion.
6599 (vc-arch-find-file-hook): Use the simpler after-save-hook.
6600 (vc-arch-responsible-p, vc-arch-init-version): New functions.
6601
6602 * net/ldap.el (ldap-search): Use list*.
6603
6604 2004-04-12 Juri Linkov <juri@jurta.org>
6605
6606 * info.el (Info-follow-reference): Allow multiline reference name.
6607
6608 2004-04-11 Dave Love <fx@gnu.org>
6609
6610 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6611
6612 * progmodes/python.el: New file.
6613
6614 2004-04-11 Andre Spiegel <spiegel@gnu.org>
6615
6616 * vc-hooks.el (vc-arg-list): Function removed.
6617 (vc-default-workfile-unchanged-p): Use condition-case to check for
6618 backward compatibility.
6619
6620 * vc.el (vc-print-log): Use condition-case to check for backward
6621 compatibility.
6622
6623 2004-04-11 Juri Linkov <juri@jurta.org>
6624
6625 * dired.el (dired-faces): New defgroup.
6626 (dired-header, dired-mark, dired-marked, dired-flagged)
6627 (dired-warning, dired-directory, dired-symlink, dired-ignored):
6628 New faces.
6629 (dired-header-face, dired-mark-face, dired-marked-face)
6630 (dired-flagged-face, dired-warning-face, dired-directory-face)
6631 (dired-symlink-face, dired-ignored-face): New face variables.
6632 (dired-font-lock-keywords): Use them instead of font-lock faces.
6633 Split the rule for dired marks into 3 separate rules: for marks,
6634 marked file names and flagged file names.
6635
6636 * help-mode.el (help-make-xrefs): Add a final newline to the
6637 *Help* buffer.
6638
6639 2004-04-11 John Paul Wallington <jpw@gnu.org>
6640
6641 * replace.el (occur-engine): Distinguish between one and several
6642 matches in the matches per buffer heading.
6643
6644 2004-04-11 Kim F. Storm <storm@cua.dk>
6645
6646 * ido.el (ido-confirm-unique-completion): New defcustom.
6647 (ido-complete): Use it.
6648 (ido-write-file): Set it to t unconditionally.
6649
6650 2004-04-10 Miles Bader <miles@gnu.org>
6651
6652 RCS keyword removal (only non-comment changes are enumerated here):
6653
6654 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6655 (byte-compile-insert-header): Don't use `byte-compile-version'.
6656 * forms.el (forms-version): Variable removed.
6657 (forms-mode): Don't use `forms-version'.
6658 * recentf.el (recentf-version): Variable removed.
6659 * progmodes/delphi.el (delphi-version): Variable removed.
6660 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6661
6662 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6665
6666 2004-04-09 Jesper Harder <harder@ifa.au.dk>
6667
6668 * info.el (info-apropos): Improve menu item regexp.
6669
6670 2004-04-09 Simon Josefsson <jas@extundo.com>
6671
6672 * mail/smtpmail.el: Add comment, based on report by
6673 kdc@rcn.com (Kevin D. Clark).
6674
6675 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6678 Redo one more thing that I didn't notice Daniel had undone.
6679
6680 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
6681
6682 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6683 (gdb-goto-breakpoint, gdb-display-buffer)
6684 (gdb-display-source-buffer, gdb-view-source-function)
6685 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6686 (gdb-source-info, gdb-frame-handler): Don't specify a window
6687 for display.
6688 (gdb-info-breakpoints-custom): Remove superfluous update of
6689 assembler buffer.
6690 (gdb-many-windows): Make settable outside gdb.
6691
6692 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
6693
6694 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6695 Derive from fundamental-mode rather than text-mode.
6696
6697 2004-04-08 Juri Linkov <juri@jurta.org>
6698
6699 * info.el (Info-history): Doc fix.
6700 (Info-history-list): New var.
6701 (info-xref): Change magenta4 to blue, remove bold for dark and
6702 light backgrounds, change bold to underline for non-color classes.
6703 (info-xref-visited): New face.
6704 (Info-fontify-visited-nodes): New custom.
6705 (Info-hide-note-references): Add new value `hide'. Doc fix.
6706 (Info-reference-name): New var.
6707 (Info-selection-hook): New custom.
6708 (Info-edit-mode-hook): New var.
6709 (Info-find-file): New fun.
6710 (Info-find-node): Move part of code to Info-find-file.
6711 (Info-find-node-2): Add anchors to Info-history-list. Move point
6712 to the place with the reference name if name is defined.
6713 (Info-select-node): Add current node to Info-history-list.
6714 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6715 (Info-search-whitespace-regexp): New custom.
6716 (Info-search-case-fold): New var.
6717 (Info-search): Add "case-sensitively" to the prompt.
6718 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
6719 (Info-search-case-sensitively, Info-search-next): New fun.
6720 (Info-up): Move point to the menu item of the current node.
6721 (Info-history): New fun. Add *info-history* to
6722 same-window-buffer-names.
6723 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
6724 (Info-insert-toc): New fun.
6725 (Info-build-toc): New fun.
6726 (Info-follow-reference): Add new arg `fork'. Doc fix.
6727 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
6728 with the same name prefer the reference closest to point.
6729 (Info-next-reference): Replace * by + in the *Note regexp.
6730 Add regexp for http:// and ftp://. Skip the *Note prefix.
6731 (Info-prev-reference): Replace * by + in the *Note regexp.
6732 Add regexp for http:// and ftp://. Skip the *Note prefix.
6733 (Info-follow-nearest-node): Add new arg `fork'.
6734 (Info-try-follow-nearest-node): Add new arg `fork'.
6735 Call browse-url for http:// and ftp:// references.
6736 Set Info-reference-name for index entries.
6737 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6738 Info-search-next, Info-history, Info-toc, clone-buffer.
6739 (Info-menu-update): Replace * by + in the *Note regexp.
6740 (Info-mode): Add documentation for Info-history, Info-toc,
6741 Info-search-case-sensitively, Info-search-next, clone-buffer.
6742 (Info-fontify-menu-headers): Remove fun. Move code to
6743 Info-fontify-node.
6744 (Info-fontify-node): Add docstring. Add local vars
6745 fontify-visited-p and not-fontified-p. If not-fontified-p is t
6746 then fontify header line, titles, menu headers, http and ftp
6747 references, refill paragraphs. If not-fontified-p is t or
6748 fontify-visited-p is t then fontify cross references, menu items.
6749 Fontify menu headers. Fontify http and ftp references.
6750 Change regexp for cross references to require whitespace after *Note,
6751 add matching groups for file and node names. Remove hack for quote.
6752 Use display property for Info-hide-note-references=t. Use fifth
6753 or fourth match for help-echo. Display visited nodes in a
6754 different face. Unhide file names of external references.
6755 Unhide newlines. Display visited menu items in a different face.
6756
6757 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6758
6759 * progmodes/compile.el: Require CL.
6760 (compilation-mode-font-lock-keywords): Re-install the "line as
6761 function" patch.
6762
6763 * help-fns.el (help-C-source-directory): New var.
6764 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
6765 (describe-function-1, describe-variable): Use them.
6766
6767 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
6768 to C source files specially.
6769
6770 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
6771
6772 * info.el (Info-hide-cookies-node): New function.
6773 (Info-select-node): Use it.
6774 (Info-display-images-node): Remove message with image file name.
6775
6776 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
6777
6778 * progmodes/compile.el (compilation-warning-face)
6779 (compilation-info-face, compilation-skip-threshold)
6780 (compilation-skip-visited, compilation-context-lines):
6781 Declare :version when added to Emacs.
6782 (compilation-error-regexp-alist-alist): Extend caml and irix.
6783 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
6784 (compilation-mode-font-lock-keywords): Temporarily undo line as
6785 function patch, which wasn't ready.
6786
6787 2004-04-07 Kenichi Handa <handa@m17n.org>
6788
6789 * international/latin1-disp.el (latin1-display-setup): Check each
6790 character is displayable or not instead of calling
6791 latin1-display-check-font.
6792
6793 2004-04-06 Kenichi Handa <handa@m17n.org>
6794
6795 * language/ethio-util.el (ethio-sera-being-called-by-w3):
6796 New variable.
6797 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
6798 instead of sera-being-called-by-w3.
6799 (ethio-fidel-to-sera-buffer): Likewise.
6800 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
6801 instead of sera-being-called-by-w3.
6802 (ethio-write-file): Likewise.
6803
6804 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6805
6806 * printing.el: Doc fix.
6807
6808 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
6809
6810 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
6811 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
6812 (gdb-setup-windows): Only use separate IO buffer if required.
6813
6814 2004-04-06 Kim F. Storm <storm@cua.dk>
6815
6816 * term.el (term-is-xemacs): Remove.
6817 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
6818 (term-window-width): New function.
6819 (term-mode, term-check-size): Use it.
6820 (term-mode): Disable overflow-newline-into-fringe in term buffer.
6821
6822 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
6823
6824 * cus-edit.el (custom-add-parent-links): Change unbound variable
6825 `symbol' to `name'.
6826
6827 2004-04-05 Jesper Harder <harder@ifa.au.dk>
6828 * info.el (info-apropos): New function.
6829 (Info-mode-menu): Add it.
6830 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
6831
6832 * help-mode.el (help-make-xrefs): Recognize aliased variable with
6833 inherited docstring.
6834
6835 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
6836
6837 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
6840
6841 * progmodes/compile.el (font-lock): Don't require any more.
6842 (compilation-error-properties, compilation-start, compilation-sentinel)
6843 (compilation-filter, next-error): Use with-current-buffer.
6844 (compilation-skip-to-next-location, compilation-skip-threshold)
6845 (compilation-skip-visited): Move to silence the byte-compiler.
6846 (compilation-setup): Simplify.
6847 (compilation-next-error): Use line-(beginning|end)-position.
6848 Make sure `pt' is non-nil before using compilation-loop.
6849 (compile-goto-error): Add optional event arg. Use it.
6850 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
6851 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
6852 Update the binding for mouse-2.
6853 (first-error): Set compilation-current-error to nil rather than bob.
6854 (compilation-parsing-end, compilation-parse-errors-function)
6855 (compilation-error-list, compilation-old-error-list):
6856 "New" compatibility variables.
6857 (compile-buffer-substring, compilation-compat-error-properties)
6858 (compilation-compat-parse-errors, compilation-forget-errors):
6859 New compatibility functions.
6860 (compilation-mode-font-lock-keywords): Use them.
6861
6862 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
6863
6864 * autorevert.el (auto-revert-handler): If point (or a window
6865 point) is at the end of the buffer, keep it there after
6866 reverting. This allows to tail a file.
6867 Mention this in the `Commentary'.
6868
6869 * format.el (format-write-file): Add optional argument CONFIRM
6870 and make it behave like the analogous argument to `write-file'.
6871
6872 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6873
6874 * progmodes/ebnf2ps.el: Doc fix.
6875 (ebnf-version): New version number (4.2).
6876 (ebnf-syntax): Customization and docstring fix.
6877 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
6878 Put autoloaded funs before first use.
6879 (ebnf-style-database): Add dtd entry.
6880 (ebnf-syntax-alist): Add dtd initialization.
6881 (ebnf-token-sequence): New fun.
6882 (ebnf-comment-table): Add new comment action character.
6883 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6884
6885 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
6886 Type Definition for XML).
6887
6888 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
6889 * progmodes/ebnf-bnf.el (ebnf-sequence):
6890 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
6891 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
6892 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
6893 Code simplification: call ebnf-token-sequence.
6894
6895 2004-04-04 Eli Zaretskii <eliz@gnu.org>
6896
6897 * calendar/timeclock.el (timeclock-relative)
6898 (timeclock-get-project-function, timeclock-get-workday-function)
6899 (timeclock-query-out, timeclock-when-to-leave)
6900 (timeclock-when-to-leave-string, timeclock-log-data)
6901 (timeclock-generate-report, timeclock-in): Doc fixes.
6902
6903 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * url/: New dir. Import the URL package from its repository.
6906
6907 2004-04-03 Andreas Schwab <schwab@suse.de>
6908
6909 * diff-mode.el (diff-mode): Fix missing quote.
6910
6911 2004-04-03 Juri Linkov <juri@jurta.org>
6912
6913 * descr-text.el (describe-property-list): Add `font-lock-face'.
6914
6915 * dired.el (dired-font-lock-keywords): Fix permission regexps.
6916
6917 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6918
6919 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
6920 Use utf-16le on little endian machines and utf-16be otherwise.
6921
6922 2004-04-02 David Kastrup <dak@gnu.org>
6923
6924 * net/browse-url.el (browse-url-generic): Use call-process
6925 instead of start-process to allow browsers that fork and detach.
6926
6927 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
6928
6929 * compile.el (compilation-current-error): New var.
6930 (compilation-setup, compile-mouse-goto-error)
6931 (compile-goto-error, next-error): Use it.
6932 (compilation-skip-to-next-location): Default to t, which gives
6933 contiguous skipping like old compile (where this was redundant).
6934 (compilation-next-error): Prevent previous-* commands from moving
6935 back to message at or just before point.
6936
6937 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
6938
6939 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
6940 (gdb-source-info): Don't display source at startup, if required.
6941 (gdb-show-main): New option.
6942 (gdba): Update documentation.
6943 (gdb-source): Cover case of auto-display output.
6944
6945 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
6946
6947 * autorevert.el: Delete obsolete autoload's and defvar's.
6948 (auto-revert-check-vc-info): New user option.
6949 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
6950 (auto-revert-handler-vc): Delete.
6951 (auto-revert-handler): Treat return value `fast' of
6952 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
6953
6954 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
6955 return `fast'.
6956
6957 * files.el (buffer-stale-function): Doc change.
6958
6959 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6960
6961 * printing.el: New tip on Tips section.
6962 (pr-version): New version number (6.7.4).
6963 (pr-shell-file-name): Initialization fix.
6964
6965 2004-03-31 Juri Linkov <juri@jurta.org>
6966
6967 * dired.el: Add autoload for `dired-do-touch'.
6968 (dired-touch-program): New var.
6969 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
6970 (dired-no-confirm): Add `touch' to docstring.
6971
6972 * dired-aux.el (dired-do-touch): New fun.
6973 (dired-do-chxxx): Add argument -t for touch operation.
6974
6975 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
6976 `dired-move-to-filename-regexp'.
6977
6978 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
6979
6980 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
6981
6982 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6983
6984 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
6985 and only if the buffer was modified.
6986
6987 2004-03-30 Kenichi Handa <handa@m17n.org>
6988
6989 * international/characters.el: Delete pairs for U+2308..U+230B.
6990
6991 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
6992
6993 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
6994 to detect the beginning of a level 2 or 3 annotation.
6995
6996 2004-03-29 Kenichi Handa <handa@m17n.org>
6997
6998 * international/ucs-tables.el (ucs-insert): Fix the error message.
6999
7000 2004-03-29 Kenichi Handa <handa@m17n.org>
7001
7002 * international/mule-util.el (char-displayable-p): Fix generation
7003 of XLFD file name.
7004
7005 * Makefile.in (setwins, setwins_almost): Change directory to $wd
7006 before finding directories by `find'.
7007
7008 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * subr.el (interactive-form): Delete. Now implemented in C.
7011
7012 * pcvs.el (cvs-parse-process): Workaround for Darwin.
7013
7014 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
7015 (vc-diff-label): New fun.
7016 (vc-diff-internal): Use it.
7017
7018 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
7019
7020 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7021
7022 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
7023
7024 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
7025 specify XML (EBNFX).
7026
7027 * progmodes/ebnf2ps.el: Doc fix.
7028 (ebnf-version): New version number (4.1).
7029 (ebnf-syntax): Adjust customization.
7030 (ebnf-style-database): Add ebnfx entry.
7031 (ebnf-syntax-alist): Add ebnfx initialization.
7032 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
7033
7034 * printing.el: Doc fix.
7035 (pr-version): New version number (6.7.3).
7036 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
7037 returns nil for mouse position. Reported by Drew Adams
7038 <drew.adams@oracle.com>.
7039 (pr-update-menus): Modify interactive declaration. Reported by Drew
7040 Adams <drew.adams@oracle.com>.
7041
7042 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
7043
7044 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
7045 (gud-gdba-marker-filter): Log the process input and output, if
7046 required. From Stefan Monnier.
7047 (gdb-debug-log, gdb-enable-debug-log): New variables.
7048 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
7049
7050 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
7053 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
7054
7055 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
7058 Call vc-find-file-hook here instead of in auto-revert-buffers.
7059 (auto-revert-buffers): Delete call to vc-find-file-hook.
7060 (auto-revert-verbose, global-auto-revert-non-file-buffers)
7061 (global-auto-revert-mode, auto-revert-set-timer)
7062 (auto-revert-handler, auto-revert-buffers): Doc fixes.
7063
7064 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7065
7066 * woman.el (woman-change-fonts): Rename local variable
7067 woman-font-alist to font-alist to avoid a compiler warning.
7068
7069 2004-03-27 Dave Love <fx@gnu.org>
7070
7071 * emacs-lisp/rx.el (rx): Doc fix.
7072 Fix copyright years.
7073
7074 * strokes.el (strokes-global-set-stroke-string): New function.
7075 (strokes-list-strokes): Cope with strings, not just commands.
7076 Set foreground colour of image.
7077 (strokes-global-set-stroke): Doc fix.
7078
7079 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
7080
7081 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
7082 Auto Revert mode.
7083 (Buffer-menu-files-only): New variable.
7084 (Buffer-menu-toggle-files-only): New function.
7085 (Buffer-menu-mode-map): Bind it to `T'.
7086 (Buffer-menu-mode): Mention `T' in docstring.
7087 Set buffer-stale-function.
7088 (list-buffers-noselect): Mark buffer non-modified and set
7089 Buffer-menu-files-only.
7090
7091 * dired.el (buffer-stale-function): Remove no longer needed defvar.
7092
7093 * autorevert.el (auto-revert-handler): Print revert message
7094 before, rather than after, reverting.
7095 (buffer-stale-function): Move to files.el.
7096
7097 * files.el (buffer-stale-function): Move here from autorevert.el.
7098
7099 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
7102
7103 * calc/calc.el (calc-mode-map): Use mapc.
7104
7105 * apropos.el (apropos-mode): Don't autoload.
7106 (apropos-symbols-internal): New fun. Extracted from `apropos'.
7107 (apropos): Use it.
7108 (apropos-print): Add optional `text' argument.
7109 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
7110 Don't assume point-min == 1.
7111
7112 * bs.el (bs-buffer-list): Use buffer-local-value.
7113 (bs--set-toggle-to-show): Use with-current-buffer.
7114
7115 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
7116 New funs.
7117 (list-buffers-noselect): Use them. Adjust :align-to to new style.
7118
7119 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
7120
7121 * dabbrev.el (dabbrev-expand): Fix regexp construction.
7122 (dabbrev--find-expansion): Use pop.
7123 (dabbrev--search): Use match-string-no-properties.
7124
7125 * dired.el (dired-mode): Use run-mode-hooks.
7126 (dired-move-to-end-of-filename): Use match-string.
7127
7128 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
7129 is bound before using it.
7130 (ediff-verbose-p): Make it into a var since it's not constant.
7131
7132 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
7133
7134 * faces.el (read-face-font): Don't cons up unnecessarily.
7135 (header-line, tool-bar): Share common parts.
7136
7137 * files.el (file-relative-name): Use compare-strings.
7138
7139 * finder.el (finder-mode): Follow coding convention.
7140
7141 * subr.el (read-number): New function.
7142
7143 * ses.el (ses-read-number): Move to subr.el.
7144 (ses-set-header-row): Use read-number.
7145
7146 2004-03-26 Andre Spiegel <spiegel@gnu.org>
7147
7148 * vc-hooks.el (vc-arg-list): New function, which handles both
7149 compiled and uncompiled code.
7150 (vc-default-workfile-unchanged-p): Use it.
7151
7152 * vc.el (vc-print-log): Undo prev change, use new function
7153 vc-arg-list from vc-hooks.el.
7154
7155 2004-03-26 Masatake YAMATO <jet@gyve.org>
7156
7157 * simple.el (completion-setup-function): Emphasize the
7158 first uncommon characters in the completions; and de-emphasize
7159 the common prefix substrings.
7160 (completion-emphasis): New face.
7161 (completion-de-emphasis): New face.
7162
7163 2004-03-25 Juanma Barranquero <lektu@terra.es>
7164
7165 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
7166 Comment out (it's unused and unfinished code).
7167
7168 2004-03-25 Sam Steingold <sds@gnu.org>
7169
7170 * vc.el (vc-print-log): Fix a bug in the last patch:
7171 backend-function may be a byte-compiled object, not a lambda.
7172
7173 2004-03-25 Juri Linkov <juri@jurta.org>
7174
7175 * descr-text.el (describe-property-list): Add a button
7176 for `face' property that calls `describe-face'.
7177 Suggested by luis fernandes <elf@ee.ryerson.ca>
7178
7179 * international/mule.el (keyboard-coding-system):
7180 * kmacro.el (kmacro-call-macro): Fix docstring.
7181
7182 * dired.el: Fix comments.
7183
7184 * textmodes/fill.el (fill): Fix Info link.
7185
7186 * font-lock.el (fast-lock, lazy-lock):
7187 * jit-lock.el (jit-lock): Remove links to removed Support Modes
7188 Info node.
7189
7190 * eshell/eshell.el (eshell): Fix broken info-link.
7191
7192 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
7193 * eshell/em-banner.el (eshell-banner):
7194 * eshell/em-smart.el (eshell-smart):
7195 * eshell/esh-cmd.el (eshell-cmd):
7196 Comment out broken info-links to incomplete Info manual.
7197
7198 * info-xref.el: Fix commentary.
7199
7200 2004-03-25 Kevin Ryde <user42@zip.com.au>
7201
7202 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
7203 Remove spurious node duplicate suppression, doesn't work, not wanted.
7204 (info-xref-output): Take format style args, add "sit-for 0" to let
7205 user see the results as they progress.
7206 (info-xref-check-all-custom): New function.
7207
7208 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
7209
7210 * gdb-ui.el: Moved to progmodes.
7211
7212 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
7215
7216 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7217
7218 * calendar/appt.el (appt-check): Remove superfluous progn.
7219 When finished with diary buffer: if it was not being displayed
7220 before, kill it; otherwise restore its original state.
7221 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7222
7223 * calendar/calendar.el (calendar-set-mode-line): Use total
7224 available mode-line width, rather than frame-width.
7225
7226 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7227 after mode change so effect not lost.
7228
7229 2004-03-23 Dave Love <fx@gnu.org>
7230
7231 * dired.el (dired) <defgroup>: Add link to manual.
7232 (dired-font-lock-keywords): Add highlighting on unusual permissions.
7233 (dired-revert): Use dolist.
7234 (dired-mode-map): Add U binding.
7235 (dired-mode): Add font-lock-beginning-of-syntax-function.
7236 (dired-garbage-files-regexp): Make it a defcustom.
7237
7238 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7241 is equivalent to nil.
7242 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7243 (vc-arch-mode-line-string): Accept `added' state.
7244 (vc-arch-state): Use inode-sigs if available.
7245 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7246 Copy&delete existing id file if any. Fallback if uuidgen is absent.
7247 (vc-arch-tagline-re): New var.
7248 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7249 New functions.
7250 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7251 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7252
7253 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7254 (vc-file-not-found-hook): Use it.
7255
7256 * diff-mode.el (diff-default-read-only): Change default.
7257 (diff-mode-hook): Make it a defcustom. Add some options.
7258 (diff-mode-map): Bind diff-refine-hook.
7259 (diff-yank-handler): New var.
7260 (diff-yank-function): New fun.
7261 (diff-font-lock-keywords): Use them.
7262 (diff-end-of-file): Handle case where file-header looks like diff text.
7263 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
7264 (diff-file-kill): Delete a subsequent empty line, if applicable.
7265 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
7266 (diff-find-file-name): Use it.
7267 (diff-tell-file-name): New command.
7268 (diff-mode): Be careful with view-mode.
7269 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7270 New functions, for use in diff-mode-hook.
7271 (diff-find-source-location): Catch "regex too large" errors.
7272 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7273 (diff-refine-hunk): New command.
7274
7275 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7276 (smerge-context-menu-map): Remove unused var.
7277 (smerge-keep-all): Preserve markers.
7278 (smerge-keep-n): New fun.
7279 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7280 (smerge-keep-current, smerge-ediff): Use it.
7281 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
7282 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7283 (smerge-resolve): Resolve trivial 3-part conflicts.
7284
7285 2004-03-23 Juri Linkov <juri@jurta.org>
7286
7287 * man.el (Man-width): New var.
7288 (Man-getpage-in-background): Use it.
7289 (Man-support-local-filenames): New var and fun.
7290 (Man-build-man-command): Don't add a second %s.
7291 (Man-fontify-manpage): Clean up message.
7292 (Man-mode): Set outline-regexp, outline-level,
7293 imenu-generic-expression.
7294
7295 * woman.el (woman-fill-frame): Doc fix.
7296 (woman-decode-region): Use window-width instead of frame-width.
7297
7298 * abbrevlist.el (list-one-abbrev-table):
7299 * descr-text.el (describe-char):
7300 * international/mule-diag.el (describe-current-coding-system):
7301 * international/quail.el (quail-insert-decode-map):
7302 Use window-width instead of frame-width.
7303
7304 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7305 (jka-compr-mode-alist-additions): Add tbz.
7306 (jka-compr-write-region, jka-compr-insert-file-contents):
7307 Add message for undefined compress-program.
7308 (jka-compr-write-region): Remove redundant var bindings.
7309
7310 * dired-x.el (dired-guess-shell-alist-default): Add choices for
7311 extracting files into subdirectory. Add tbz and dz. Fix regexps.
7312 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7313 (dired-man): Use dired-guess-shell-command.
7314 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7315 Change default nil to t.
7316
7317 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7318 (dired-compare-directories): Add default value for empty input.
7319
7320 * help-at-pt.el: Move suggestions for key bindings to Commentary.
7321
7322 * time.el (display-time-string-forms): Fix help-echo date format.
7323
7324 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
7325
7326 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7327 (buffer-stale-function): New variable.
7328 (auto-revert-list-diff, auto-revert-dired-file-list)
7329 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7330 (auto-revert-handler): Take over some functionality of deleted
7331 functions.
7332 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7333
7334 * dired.el (dired-directory-changed-p): New fun, extracted from
7335 dired-internal-noselect.
7336 (dired-buffer-stale-p): New fun.
7337 (dired-internal-noselect): Use dired-directory-changed-p.
7338 Eliminate revert messages.
7339 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7340
7341 2004-03-23 Kenichi Handa <handa@m17n.org>
7342
7343 * international/characters.el: Setup syntaxes for more parentheses
7344 Unicode characters.
7345
7346 * international/mule-cmds.el (select-safe-coding-system):
7347 Merge coding-system and auto-cs before comparing them.
7348
7349 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7352
7353 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7354 normal-auto-fill-function and comment-indent-function.
7355 The default values now work just as well.
7356 Don't set font-lock-beginning-of-syntax-function since we already set
7357 syntax-begin-function.
7358 (lisp-outline-level): Put ;;;###autoload at same level as (.
7359 (prin1-char): Quote special chars.
7360
7361 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7362 than with-no-warnings.
7363
7364 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7365 if the source location can't be found.
7366 (edebug-compute-previous-result): Use prin1-char.
7367
7368 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7369 (debug-ignored-errors): Add an entry.
7370
7371 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7372 (byte-compile-file): Output warning when deleting a file.
7373
7374 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7375 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7376
7377 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7378 (byte-compile-inline-expand): Use backquote.
7379 (byte-optimize-pure-func): Rename from byte-optimize-concat.
7380 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7381
7382 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7383
7384 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7385
7386 2004-03-22 Juri Linkov <juri@jurta.org>
7387
7388 * finder.el (finder-known-keywords): Fix data, tex, unix.
7389
7390 * play/landmark.el: Fix keywords.
7391
7392 * language/ethio-util.el (ethio-find-file): Doc fix.
7393
7394 * emacs-lisp/warnings.el: Doc fix.
7395
7396 * textmodes/ispell.el (ispell-help): Doc fix.
7397
7398 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
7399
7400 * format.el (format-insert-file): Always return a list of two
7401 elements, like insert-file-contents does.
7402
7403 2004-03-21 Andre Spiegel <spiegel@gnu.org>
7404
7405 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7406 and vc-BACKEND-diff.
7407 (vc-print-log): If the print-log implementation supports it, use
7408 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7409 (vc-version-diff, vc-diff-internal): Doc fixes.
7410
7411 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7412 implementation supports it, let diff output go to *vc*,
7413 not *vc-diff*, since this is an internal call.
7414
7415 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7416
7417 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7418
7419 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7420
7421 2004-03-21 Dave Love <fx@gnu.org>
7422
7423 * progmodes/cfengine.el (cfengine-mode):
7424 Set parse-sexp-ignore-comments.
7425
7426 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7427
7428 2004-03-21 Juanma Barranquero <lektu@terra.es>
7429
7430 * allout.el (allout-mode): Fix docstring.
7431
7432 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
7433
7434 * files.el (insert-directory): Fix bug if SWITCHES is a list.
7435
7436 * autorevert.el (auto-revert-interval): Make new value take
7437 effect immediately when set through Custom.
7438 (auto-revert-set-timer): Add interactive declaration.
7439
7440 2004-03-19 David Ponce <david@dponce.com>
7441
7442 * ruler-mode.el (ruler-mode-header-line-format-old):
7443 Don't `make-variable-buffer-local'.
7444 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7445 (ruler-mode-header-line-format): Simply funcall the above.
7446 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7447 to save/restore a previous header line format.
7448 (ruler-mode-space): Don't depend on a numeric WIDTH value.
7449 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7450 fringes and margins width.
7451 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7452
7453 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * log-edit.el (log-edit-font-lock-keywords): Typo.
7456
7457 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7458 (tex-send-tex-command): Rather than here.
7459 (tex-compilation-parse-errors): Simplify.
7460
7461 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7462
7463 * time.el (display-time-string-forms): Add help-echo with date on time.
7464
7465 * composite.el (compose-region): Use restore-buffer-modified-p.
7466
7467 * disp-table.el (standard-display-8bit): Simplify.
7468
7469 * server.el (server-process-filter): Delete temp frame.
7470
7471 * add-log.el (add-change-log-entry): Simplify.
7472
7473 2004-03-19 Kim F. Storm <storm@cua.dk>
7474
7475 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7476 (hexl-follow-line): Don't require 'fringe.
7477
7478 * progmodes/compile.el (compilation-start): Always set
7479 compilation-last-buffer and return it.
7480
7481 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
7482
7483 * simple.el (clone-buffer): Doc fix.
7484
7485 2004-03-18 Juanma Barranquero <lektu@terra.es>
7486
7487 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7488
7489 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * log-edit.el (log-edit-font-lock-keywords): New var.
7492 (log-edit-mode): Use it.
7493
7494 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
7495
7496 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7497 properly for watching in speedbar.
7498
7499 2004-03-17 Masatake YAMATO <jet@gyve.org>
7500
7501 * smerge-mode.el (smerge-popup-context-menu):
7502 Put `unwind-protect' around `overlay-put' and `popup-menu'.
7503
7504 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7507 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7508 Take sealed revisions into account.
7509 (vc-arch-checkin): Extract a summary line from the message.
7510
7511 2004-03-16 Masatake YAMATO <jet@gyve.org>
7512
7513 * register.el (register): Provide `register' feature.
7514
7515 2004-03-15 Masatake YAMATO <jet@gyve.org>
7516
7517 Added context menu support in smerge mode.
7518 Most of the part is written by Stefan Monnier.
7519
7520 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7521 New keymap and menu.
7522 (smerge-text-properties): New function.
7523 (smerge-remove-props): New function.
7524 (smerge-popup-context-menu): New function.
7525 (smerge-resolve): Call `smerge-remove-props'.
7526 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7527 (smerge-keep-current): Ditto.
7528 (smerge-kill-current): New function.
7529 (smerge-match-conflict): Put text properties.
7530 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7531
7532 2004-03-15 David Ponce <david@dponce.com>
7533
7534 * ruler-mode.el: (ruler-mode-left-fringe-cols)
7535 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7536 (ruler-mode-right-scroll-bar-cols): Remove.
7537 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7538 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7539 Use fringe-columns and scroll-bar-columns.
7540
7541 2004-03-15 Masatake YAMATO <jet@gyve.org>
7542
7543 * hl-line.el (hl-line-range-function): New variable.
7544 (hl-line-move): New function.
7545 (global-hl-line-highlight): Use `hl-line-move'.
7546 (hl-line-highlight): Ditto.
7547
7548 * scroll-bar.el (scroll-bar-columns):
7549 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7550
7551 * ruler-mode.el (top-level): Require scroll-bar and fringe.
7552 (ruler-mode-left-fringe-cols)
7553 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7554 (ruler-mode-right-scroll-bar-cols)
7555 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7556 (ruler-mode-ruler-function): New variable.
7557 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7558 if the value for `ruler-mode-ruler-function'is given.
7559
7560 * hexl.el (hexl-mode-hook): Make the hook customizable.
7561 (hexl-address-area, hexl-ascii-area): New customize variables.
7562 (hexlify-buffer): Put font-lock-faces on the address area and
7563 the ascii area.
7564 (hexl-activate-ruler): New function.
7565 (hexl-follow-line): New function.
7566 (hexl-highlight-line-range): New function.
7567 (hexl-mode-ruler): New function.
7568
7569 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
7572 (vc-default-find-file-hook): New fun.
7573 (vc-find-file-hook): Call new find-file-hook operation.
7574
7575 * vc-arch.el: New file.
7576
7577 2004-03-12 Jesper Harder <harder@ifa.au.dk>
7578
7579 * info-look.el (info-lookup): Reuse an existing Info window.
7580
7581 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7582
7583 * woman.el (woman-preserve-ascii): Default value changed to t and
7584 doc string revised.
7585
7586 2004-03-12 Richard M. Stallman <rms@gnu.org>
7587
7588 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7589 Fix minor bug.
7590
7591 * replace.el (occur-engine): Change message for count of matches.
7592
7593 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7594 For strings, do compare text properties.
7595
7596 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
7597
7598 * progmodes/compile.el (compile-auto-highlight)
7599 (compilation-error-list, compilation-old-error-list)
7600 (compilation-parse-errors-function, compilation-parsing-end)
7601 (compilation-error-message, compilation-directory-stack)
7602 (compilation-enter-directory-regexp-alist)
7603 (compilation-leave-directory-regexp-alist)
7604 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7605 (compilation-current-file, compilation-regexps): Remove vars.
7606
7607 (compile-error-at-point, compilation-error-filedata)
7608 (compilation-error-filedata-file-name, compile-reinitialize-errors)
7609 (compilation-next-error-locus, compilation-forget-errors)
7610 (count-regexp-groupings, compilation-parse-errors)
7611 (compile-collect-regexps, compile-buffer-substring): Remove funs.
7612
7613 (compile-internal): Make obsolete.
7614
7615 (compilation-first-column, compilation-error)
7616 (compilation-directory-matcher, compilation-page-delimiter)
7617 (compilation-mode-font-lock-keywords, compilation-debug)
7618 (compilation-error-face, compilation-warning-face)
7619 (compilation-info-face, compilation-line-face)
7620 (compilation-column-face, compilation-enter-directory-face)
7621 (compilation-leave-directory-face, compilation-skip-threshold)
7622 (compilation-skip-visited, compilation-context-lines): New vars.
7623
7624 (compilation-warning-face, compilation-info-face)
7625 (compilation-message-face): New faces.
7626
7627 (compilation-error-regexp-alist-alist): New constant.
7628
7629 (compilation-face, compilation-directory-properties)
7630 (compilation-assq, compilation-error-properties, compilation-start)
7631 (define-compilation-mode, compilation-loop)
7632 (compilation-set-window): New functions.
7633
7634 (compile): Additional argument for interactive compiles like TeX.
7635
7636 * progmodes/grep.el (kill-grep): Move here from compile.el
7637 (grep-error, grep-hit-face, grep-error-face)
7638 (grep-mode-font-lock-keywords): New variables.
7639 (grep-regexp-alist): Simplify regexp and add `binary' case.
7640 (grep-mode): New mode.
7641 (grep-process-setup): Simplify.
7642
7643 2004-03-11 Jason Rumney <jasonr@gnu.org>
7644
7645 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7646 letters on DOS/Windows.
7647
7648 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * server.el (server-name): New var.
7651 (server-socket-dir): New var to replace server-socket-name.
7652 (server-start): Use them.
7653
7654 2004-03-11 Simon Josefsson <jas@extundo.com>
7655
7656 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7657 died to avoid infloop. Reported by Jonathan Glauner
7658 <jglauner@sbum.org>.
7659
7660 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7663 (smerge-mode-menu): Use it to deactivate menu entries.
7664 (smerge-keep-current): New fun.
7665 (smerge-keep-current): Use it.
7666
7667 2004-03-10 John Paul Wallington <jpw@gnu.org>
7668
7669 * foldout.el (foldout-fold-list, foldout-modeline-string):
7670 Declare them as variables, not constants.
7671
7672 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7673
7674 * ps-print.el: Modification to print *Messages* buffer.
7675 (ps-print-version): New version 6.6.4.
7676 (ps-message-log-max): New fun.
7677 (ps-spool-without-faces, ps-spool-with-faces)
7678 (ps-count-lines-preprint): Code fix.
7679
7680 * printing.el: New tips in Tips section.
7681
7682 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7683
7684 * delim-col.el: Doc fix.
7685
7686 * printing.el: Doc fix. New doc section (Tips).
7687
7688 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * type-break.el (type-break-emacs-variant): Remove.
7691 (type-break-run-at-time, type-break-cancel-function-timers):
7692 Use fboundp rather than version name and number.
7693
7694 2004-03-09 Masatake YAMATO <jet@gyve.org>
7695
7696 * hexl.el (hexl-mode): Use `make-local-variable' instead of
7697 `make-variable-buffer-local'.
7698
7699 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
7700
7701 * find-dired.el (find-dired): Call `shell-command' instead of
7702 `start-process-shell-command'. By this, Tramp takes over
7703 handling of remote directories.
7704
7705 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7706
7707 * newcomment.el (comment-use-global-state): New var.
7708 (comment-search-forward): Use it.
7709
7710 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7711
7712 * cus-edit.el (fill) <defgroup>: Move to fill.el.
7713
7714 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7715 (enable-kinsoku): Make it a defcustom.
7716 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7717 paragraph to same-comment-start-marker.
7718
7719 2004-03-07 Dave Love <fx@gnu.org>
7720
7721 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7722 (browse-url-mail): Use it.
7723
7724 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7725 (rfc2368-unhexify-string): Use replace-regexp-in-string.
7726
7727 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
7728
7729 * woman.el (woman-man.conf-path): Doc fix.
7730 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7731
7732 2004-03-07 Eli Zaretskii <eliz@gnu.org>
7733
7734 * sort.el (sort-columns): Remove ms-dos from the list of systems
7735 where the external `sort' command is not used.
7736
7737 2004-03-07 Kim F. Storm <storm@cua.dk>
7738
7739 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7740 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7741 from overlay-arrow-variable-list.
7742 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7743
7744 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
7745
7746 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
7747 overlay arrow string properly for the assembler buffer.
7748
7749 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * mail/sendmail.el (mail-mode): Fix last change.
7752
7753 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
7754
7755 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
7756 for the assembler buffer.
7757 (gdb-assembler-custom): Position the overlay arrow.
7758 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
7759
7760 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
7763
7764 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
7765 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
7766
7767 * mail/sendmail.el (mail-mode): Set comment-start-skip.
7768
7769 * newcomment.el (uncomment-region): Allow non-terminated comment.
7770 (comment-normalize-vars): Check the user-specified comstart marker.
7771
7772 2004-03-04 Jesper Harder <harder@ifa.au.dk>
7773
7774 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
7775 Otherwise, do use it if the region only contains font-lock text
7776 properties.
7777
7778 2004-03-04 Masatake YAMATO <jet@gyve.org>
7779
7780 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
7781 as the callback function for eldoc.
7782 (hexl-print-current-point-info): New function.
7783 (hexl-current-address): Print the address in both decimal
7784 and hexadecimal format.
7785
7786 2004-03-04 Richard M. Stallman <rms@gnu.org>
7787
7788 * mail/rmail.el (rmail-convert-to-babyl-format):
7789 Specify t for UNIBYTE when calling mail-unquote-printable-region.
7790
7791 * mail/mail-utils.el (mail-unquote-printable-region):
7792 New arg UNIBYTE.
7793
7794 * startup.el (command-switch-alist): Doc fix.
7795
7796 * simple.el (undo): Temporarily set this-command to `undo-start',
7797 then set it to `undo' once undo-start returns without error.
7798
7799 * simple.el (minibuffer-history-sexp-flag): Doc fix.
7800
7801 * simple.el (kill-line): Don't disregard trailing whitespace
7802 in eol condition, if show-trailing-whitespace is set.
7803
7804 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
7805 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
7806 When disabling, restore old values only if mouse-sel-has-been-enabled.
7807
7808 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
7809 (isearch-{-char): New function.
7810 (isearch-mode-map): Bind { to isearch-{-char.
7811
7812 * font-lock.el (lisp-font-lock-keywords-2):
7813 Turn off the CL with-... and do-... general patterns.
7814 Instead, recognize several specific with... and do... constructs.
7815
7816 * files.el (switch-to-buffer-other-window):
7817 Bind same-window-buffer-names and same-window-regexps to nil.
7818 (switch-to-buffer-other-frame): Likewise.
7819
7820 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
7823 recognizing leading comment on code line.
7824
7825 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
7828 hidden files/directories.
7829
7830 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
7833 only comment-start (in case the mode hasn't set it).
7834
7835 * Makefile.in (AUTOGENEL): New var.
7836 (bootstrap-prepare): Rename from bootstrap-clean.
7837 Don't remove elc files.
7838 (maintainer-clean): New target.
7839
7840 * xml.el (xml-get-attribute-or-nil): Simplify.
7841
7842 2004-03-02 Juri Linkov <juri@jurta.org>
7843
7844 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
7845 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
7846 URL to prevent their substitution with the environment variable
7847 values by browsers.
7848
7849 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7850
7851 * ps-print.el: Doc fix.
7852 (ps-print-version): New version number (6.6.3).
7853 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
7854 Docstring fix.
7855 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
7856 before printing.
7857 (ps-time-stamp-yyyy-mm-dd): New fun.
7858 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
7859
7860 2004-03-02 Kim F. Storm <storm@cua.dk>
7861
7862 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
7863
7864 2004-03-01 Juanma Barranquero <lektu@terra.es>
7865
7866 * allout.el (allout-rebullet-heading): Fix typo in docstring.
7867
7868 * desktop.el (desktop-file-version)
7869 (desktop-after-read-hook): Fix typos.
7870 (desktop-clear-preserve-buffers): Remove redundant info in
7871 docstring already shown by the obsolescence message.
7872 (desktop-truncate, desktop-internal-v2s)
7873 (desktop-value-to-string): Change argument name to match docstring.
7874
7875 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
7876
7877 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
7878 docstring.
7879
7880 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7881
7882 * printing.el: Replace "As Is..." in PostScript file print/preview by
7883 "No Preprocessing...". Suggested by Colin Marquardt
7884 <_marquardt_@zmd.de>.
7885 (pr-insert-section-4): Adjust buffer interface.
7886
7887 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
7888
7889 Version 2.0.39 of Tramp released.
7890
7891 * net/tramp.el (tramp-handle-file-local-copy)
7892 (tramp-handle-write-region, tramp-open-connection-rsh):
7893 Variable name typo. Small change. From Patrick Tullmann
7894 <tullmann@flux.utah.edu>.
7895 (tramp-process-connection-type): New variable.
7896 (tramp-maybe-open-connection): Use it.
7897 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
7898 (tramp-touch): Set last-modified time of a remote file.
7899 (tramp-handle-write-region): Say which function is used when encoding.
7900
7901 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
7902
7903 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
7904 case of non-existing filename, too. Reported by Christoph Bauer
7905 <c_bauer@informatik.uni-kl.de>.
7906 (tramp-smb-get-file-entries): The directory in question should
7907 have permissions "drwxrwxrwx". Just virtual, because we don't
7908 know the real permissions. Don't we know?
7909 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
7910 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
7911 (tramp-smb-wait-for-output): Optimize algorithm getting pending
7912 output. If it was received chunkwise, there have been problems.
7913 Remove the "prompt not found" error message; it is obvious.
7914 Simplify algorithm.
7915 (tramp-smb-process-running): Remove. Since we acknowledge the
7916 virtual prompt for shares, there's no need for distinction of
7917 reading shares (process ends afterwards) and interactive mode of
7918 smblient.
7919 (tramp-smb-open-connection): Setting process sentinel removed.
7920 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
7921 "NT_STATUS_NETWORK_ACCESS_DENIED".
7922 (tramp-smb-maybe-open-connection): Set `process-connection-type'
7923 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
7924 (top-level): Setting default value in `tramp-default-method-alist'
7925 corrected. Order of USER and HOST have been wrong.
7926 Nobody complained for months ...
7927 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
7928 (tramp-smb-open-connection): Clear password cache if login has failed.
7929
7930 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
7931 `tramp-unified-filenames'.
7932 (tramp-completion-mode): Make test for XEmacs explicitely.
7933 `event-to-character' can exists in Emacs packages too.
7934 Reported by Matt Swift <swift@alum.mit.edu>.
7935 (tramp-buffer-name): Buffer name must contain the user if exists.
7936 Reported by Adrian Phillips <a.phillips@met.no>.
7937 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
7938 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
7939 (tramp-do-copy-or-rename-file-out-of-band): Rename from
7940 `tramp-do-copy-or-rename-file-one-local', because it handles also
7941 the case both files use the same out-of-band method.
7942 Implementation added.
7943 (tramp-handle-file-local-copy, tramp-handle-write-region):
7944 Out-of-band handling removed. `copy-file' called instead, which
7945 calls `tramp-do-copy-or-rename-file-out-of-band'.
7946 (tramp-action-password): Check for out-of-band method removed.
7947 This function is used for 'login-program.
7948 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
7949 appropriate.
7950 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
7951 and `tramp-parse-sknownhosts'.
7952 (tramp-completion-function-alist): It's a defvar now, because we
7953 want to apply the optimized `tramp-set-completion-function'
7954 instead of a static list.
7955 (tramp-set-completion-function): Implementation tuned.
7956 Avoid double entries, and entries where the function or the
7957 file/directory doesn't exist.
7958 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
7959 for SSH2.
7960 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
7961 (tramp-handle-dired-compress-file): New function.
7962 (tramp-async-proc): New variable.
7963 (tramp-handle-shell-command): Adding asynchronous processes.
7964 They are far from being perfect, but it works at least for
7965 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
7966 (top-level): Require password.el if visible. Should be mandatory
7967 once No Gnus has found its way into (X)Emacs.
7968 (tramp-read-passwd): Invoke `password-read' if available,
7969 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
7970 fallback any longer.
7971 (tramp-clear-passwd): New function.
7972 (tramp-process-actions, tramp-process-multi-actions):
7973 Clear password cache if login has failed.
7974
7975 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
7976 its own module.
7977 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
7978 `ange-ftp-ftp-name-res'. There could be incorrect values from
7979 previous calls in case the "ftp" method is used in the Tramp file
7980 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
7981
7982 2004-02-28 Richard M. Stallman <rms@gnu.org>
7983
7984 * term.el (term-mouse-paste): Call mouse-set-point.
7985
7986 * thumbs.el: New file.
7987
7988 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7989
7990 * progmodes/ebnf-abn.el: Doc fix.
7991
7992 * progmodes/ebnf-bnf.el: Doc fix.
7993 (ebnf-repeat): Code fix.
7994
7995 * progmodes/ebnf2ps.el: Doc fix.
7996 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
7997
7998 2004-02-28 Juri Linkov <juri@jurta.org>
7999
8000 * ffap.el (dired-at-point): Additional writability test for
8001 relative directory names.
8002 (dired-at-point-prompter): Treat directories as a directory, get
8003 the directory component from files.
8004 (ffap-string-at-point): Return string from region if region is active.
8005 (ffap-file-at-point): Remove redundant code.
8006
8007 2004-02-28 Kim F. Storm <storm@cua.dk>
8008
8009 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
8010 Initialize margin area images to nil.
8011 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
8012 (breakpoint-enabled-bitmap-face)
8013 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
8014 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
8015 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
8016 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
8017 (gdb-reset): Use gdb-remove-breakpoint-icons.
8018 (gdb-put-string): Add dprop arg to specify alternative display
8019 property (for setting fringe bitmap).
8020 (gdb-remove-strings): Doc fix.
8021 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
8022 icon in fringe (if available), or else as icon or text in display
8023 margin. Creates necessary icons in breakpoint-bitmap,
8024 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
8025 Also make left window margin if required.
8026 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
8027 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
8028 no longer needed.
8029 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
8030 gdb-put-breakpoint-icon.
8031 (gdb-assembler-mode): Don't set left-margin-width here.
8032
8033 2004-02-27 Kevin Ryde <user42@zip.com.au>
8034
8035 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
8036 comma, so that it DTRT in macros.
8037
8038 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
8039
8040 * progmodes/sh-script.el (sh-shell-arg)
8041 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
8042 (sh-leading-keywords, sh-other-keywords): Fix custom type.
8043
8044 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8045
8046 * faces.el (face-spec-set-match-display): Add a new attribute,
8047 `min-colors'.
8048 (region, highlight, secondary-selection): Use `min-colors'.
8049
8050 * custom.el (defface): Add documentation for `min-colors'.
8051
8052 * font-lock.el (font-lock-comment-face, font-lock-string-face)
8053 (font-lock-keyword-face, font-lock-function-name-face)
8054 (font-lock-variable-name-face, font-lock-constant-face):
8055 Use `min-colors'.
8056
8057 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
8058
8059 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8060
8061 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
8062 define assq-delete-all if it's not defined.
8063 (ebnf-generate-region): Code fix.
8064
8065 * printing.el: Doc fix.
8066 (pr-version): New version number (6.7.2).
8067 (pr-command): Return empty string if command is an empty string.
8068
8069 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8070
8071 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
8072
8073 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
8074 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
8075 semi-down-full. Fix a bug on productions like test = {"test"}* | (
8076 "tt" ["test"] ). Reported by Markus Dreyer
8077 <mdreyer@ix.urz.uni-heidelberg.de>.
8078 (ebnf-version): New version number (4.0).
8079 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
8080 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
8081 (ebnf-delete-style): New commands.
8082 (ebnf-directory, ebnf-file): New funs.
8083 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
8084 (ebnf-production-name-p, ebnf-stop-on-error): New options.
8085 (ebnf-syntax-alist): New var.
8086 (ebnf-element-width): New fun replacing ebnf-list-width.
8087 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
8088 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
8089 (ebnf-prologue): Adjust vars.
8090 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
8091 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
8092 (ebnf-check-style-values, ebnf-generate-production)
8093 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
8094 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
8095 (ebnf-token-repeat): Code fix.
8096
8097 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
8098 %right, %left and %prec. Suggested by Matthew K. Junker
8099 <junker@alum.mit.edu>.
8100 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
8101
8102 * progmodes/ebnf-iso.el: Doc fix.
8103 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
8104 (ebnf-iso-lex): Code fix.
8105
8106 * progmodes/ebnf-bnf.el: Doc fix.
8107 (ebnf-bnf-lex): Code fix.
8108
8109 * progmodes/ebnf-otz.el: Doc fix.
8110
8111 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8112
8113 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
8114 (abbrev-prefix-mark): Doc fix.
8115
8116 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
8117
8118 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
8119 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
8120 (gdb-var-delete): Make interactive (really).
8121 (gdb-edit-value): Make non-interactive.
8122
8123 * progmodes/gud.el (gud-speedbar-menu-items):
8124 Add gdb-var-delete and, indirectly, gdb-edit-value.
8125 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
8126 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
8127 (gud-gdb-marker-filter): Add comment for annotations.
8128
8129 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8130
8131 * calendar/calendar.el (generate-calendar)
8132 (calendar-read-date): Prevent display of BC calendars once more -
8133 reverts 2003-10-01 change.
8134 (generate-calendar-month): Doc fix.
8135
8136 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8137
8138 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
8139 return value of increment-calendar-month.
8140
8141 2004-02-21 Stephen Compall <s11@member.fsf.org>
8142
8143 * saveplace.el (save-place-forget-unreadable-files)
8144 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
8145 (save-place-forget-unreadable-files): New function.
8146 (save-place-alist-to-file): Use it to filter out files that are
8147 no longer readable.
8148
8149 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
8150 current Texinfo environment, using the same method as in
8151 `texinfo-insert-@end', and insert a space rather than a newline if
8152 point in a @table environment.
8153
8154 2004-02-21 Juri Linkov <juri@jurta.org>
8155
8156 * ffap.el (ffap-file-at-point): Try parent directories.
8157
8158 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
8159
8160 * vcursor.el (vcursor-modifiers): New defcustom.
8161 (vcursor-cs-binding): Use vcursor-modifiers instead of a
8162 hard-coded list.
8163
8164 2004-02-21 Masatake YAMATO <jet@gyve.org>
8165
8166 * play/animate.el (animate-birthday-present): Accept names other
8167 than `Sarah', too.
8168
8169 2004-02-21 Juri Linkov <juri@jurta.org>
8170
8171 * startup.el: Remove table of command line arguments from the
8172 Commentary section.
8173
8174 2004-02-20 John Wiegley <johnw@newartisans.com>
8175
8176 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
8177 again" modifier from 'e' to 'E', since 'e' is also used by the
8178 "file extension" modifier.
8179
8180 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
8181
8182 * help-fns.el (describe-categories): Doc fix.
8183
8184 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8185
8186 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8187 temporary file for buffer already visiting one. This change makes
8188 output likely to be directly usable by patch program.
8189 Suggested by Adrian Aichner <adrian@xemacs.org>
8190
8191 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
8192
8193 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
8194 case of variables defined in compound statements.
8195 (gdb-setup-windows, gdb-source-info, gdb-source-info):
8196 Simplify constructions using switch-to-buffer.
8197
8198 2004-02-19 Simon Josefsson <jas@extundo.com>
8199
8200 * play/morse.el: Fix typo.
8201 (morse-code): Add @.
8202
8203 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
8204
8205 * calendar/appt.el (appt-display-format): Change default to
8206 'ignore, for backwards compatibility.
8207 (appt-display-message): If appt-display-format is 'ignore,
8208 respect old vars appt-msg-window and appt-visible.
8209 (appt-activate): Don't depend on return value of cancel-timer.
8210
8211 * calendar/calendar.el (calendar-holidays): Doc fix.
8212
8213 * calendar/cal-coptic.el (coptic-prompt-for-date):
8214 Use assoc-string instead of assoc-ignore-case.
8215 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8216 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8217 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8218 * calendar/cal-islam.el (calendar-goto-islamic-date)
8219 (mark-islamic-diary-entries): Ditto.
8220 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8221 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8222 (calendar-read-mayan-tzolkin-date): Ditto.
8223 * calendar/calendar.el (calendar-read-date): Ditto.
8224 * calendar/diary-lib.el (mark-diary-entries): Ditto.
8225
8226 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
8227
8228 * progmodes/executable.el (executable-command-find-posix-p):
8229 Fix choice of the directory.
8230
8231 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8232
8233 * simple.el (interprogram-cut-function)
8234 (interprogram-paste-function, kill-new, kill-append):
8235 Doc fixes.
8236 (kill-region): Make it return nil. Doc fix.
8237 (yank-pop): Make its argument optional.
8238 (yank): Make ARG `-' equivalent to `-1'.
8239
8240 2004-02-17 Eli Zaretskii <eliz@gnu.org>
8241
8242 * mail/rmail.el (rmail-get-new-mail): Don't reference
8243 rmail-use-spam-filter if rmail-spam-filter is not loaded.
8244
8245 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8246
8247 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8248 if one of global-auto-revert-non-file-buffers or autorevert-mode
8249 is non-nil.
8250
8251 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8252
8253 * subr.el (delete-dups): A better implementation from Karl Heuer
8254 <kwzh@gnu.org>.
8255
8256 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8257
8258 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
8259 correct place.
8260 * progmodes/icon.el (icon-indent-command): Ditto.
8261 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
8262
8263 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8264
8265 * progmodes/grep.el (grep-compute-defaults): Undo change from
8266 2004-01-29: don't use executable-command-find-posix-p.
8267
8268 2004-02-16 Richard Sharman <rsharman@pobox.com>
8269
8270 * hilit-chg.el: Use require instead of eval-and-compile.
8271 (highlight-compare-buffers): New function.
8272
8273 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
8274
8275 * man.el (Man-fontify-manpage): Render section headings in
8276 `Man-overstrike-face' even when overstrike was not used by man
8277 formatter for section headings.
8278
8279 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
8280
8281 * rmail-spam-filter.el: (vm-use-spam-filter)
8282 (rsf-min-region-length-added-to-spam-list): New variables.
8283 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8284 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
8285 spam testing. Don't delete spam message if automatic deletion
8286 after output via variable rmail-delete-after-output is turned on.
8287 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8288 rsf-bbdb-dont-create-entries-for-spam.
8289 (check-field): New function, extracted from code in
8290 rmail-spam-filter to ease addition of header fields like content-type.
8291 (message-content-type): New variable to check the content-type:
8292 field added, also in defcustom of rsf-definitions-alist.
8293 (rmail-spam-filter): Replace repeated test code for header fields
8294 by calls to check-field; change the call to
8295 rmail-output-to-rmail-file such that rmail-current-message stays
8296 the same to avoid wrong deletion of unseen flags.
8297 (rsf-add-contents-type): New function to convert old format
8298 of rmail-spam-definitions-alist into new one.
8299 Change prefixes of all variables and functions from
8300 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8301
8302 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8303
8304 * loadhist.el (unload-hook-features-list): New defvar.
8305
8306 2004-02-16 Dave Love <fx@gnu.org>
8307
8308 * loadhist.el (unload-feature): Doc fix. Rename flist to
8309 unload-hook-features-list.
8310
8311 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
8312
8313 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8314 cookie. Don't check if we are looking-at open-formula.
8315
8316 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8317
8318 * subr.el (match-string-no-properties): Use substring-no-properties.
8319
8320 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8321
8322 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8323 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8324 Use lower-case "rx" in all error message.
8325
8326 2004-02-16 Dave Love <fx@gnu.org>
8327
8328 * emacs-lisp/rx.el (rx-or): Put group around result.
8329 (rx-constituents): Add backref.
8330 (rx-syntax): Add string-delimiter, comment-delimiter.
8331 (rx-categories): Add combining-diacritic.
8332 (rx-check-not, rx-greedy, rx): Doc fix.
8333 (rx-backref, rx-check-backref): New.
8334
8335 2004-02-16 Jesper Harder <harder@ifa.au.dk>
8336
8337 * newcomment.el (uncomment-region): Allow eob as comment end.
8338
8339 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8340
8341 * filecache.el: All message and error commands now use prefix
8342 "Filecache:" to make it easy to read *Messages* buffer.
8343
8344 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
8345
8346 * autorevert.el: Add support to detect changed dired and VC buffers.
8347 (auto-revert-active-p, auto-revert-list-diff)
8348 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8349 (auto-revert-handler, auto-revert-active-p): New functions.
8350 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8351 and `auto-revert-active-p'.
8352 (eval-when-compile): Defvar dired-directory and vc-mode.
8353 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8354 (auto-revert-handler-vc): New functions.
8355
8356 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8357
8358 * progmodes/compile.el (compilation-directory): New defvar.
8359 (compile): Save current directory in compilation-directory.
8360 (recompile): Bind default-directory to compilation-directory if
8361 that is non-nil.
8362
8363 2004-02-16 Dave Love <fx@gnu.org>
8364
8365 * newcomment.el (comment-insert-comment-function)
8366 (comment-region-function, uncomment-region-function): New.
8367 (comment-indent): Use comment-insert-comment-function.
8368 (uncomment-region): Use uncomment-region-function.
8369 (comment-region): Use comment-region-function.
8370
8371 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8372
8373 2004-02-16 Richard Stallman <rms@gnu.org>
8374
8375 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8376 loaddefs* and ldefs-boot*.
8377
8378 2004-02-16 Eli Zaretskii <eliz@gnu.org>
8379
8380 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8381 and email address at the beginning and end of the address.
8382
8383 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8384 anchored at the beginning of the email address.
8385
8386 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
8387
8388 * international/ccl.el (ccl-compile-write): Pass `left' to
8389 ccl-embed-code to generate correct code of write-expr-register.
8390
8391 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
8392
8393 * progmodes/grep.el (grep-compute-defaults): Fix typos.
8394
8395 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8396
8397 * x-dnd.el: Mention support for Motif in commentary.
8398 (x-dnd-handle-drag-n-drop-event): Ditto.
8399
8400 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
8401
8402 * ses.el: Use "ses--" prefixes for buffer-local variables.
8403 Use (point-min) instead of 1, even when we know the buffer
8404 is unnarrowed.
8405 (ses-build-load-map): Delete. Distribute its content to defconst's for
8406 the three maps.
8407 (ses-menu, ses-header-line-menu): New menus.
8408 (ses-mode-map): Use them.
8409 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
8410
8411 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
8412
8413 * Makefile.in: Fix the CC Mode recompile kludge so it works
8414 when building in a different directory.
8415
8416 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
8417
8418 * simple.el (kill-new): Put yank-handler property on the entire string.
8419
8420 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * diff.el: Don't use compile any more, use diff-mode instead.
8423 (diff-regexp-alist, diff-old-file, diff-new-file)
8424 (diff-parse-differences, diff-process-setup): Remove.
8425 (diff-sentinel): New fun.
8426 (diff): Use it. Run the process ourselves.
8427 Use diff-mode for the rest of the processing.
8428
8429 * diff.el (diff): Simplify code handling `switch'.
8430
8431 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * pcvs-defs.el (cvs-menu): Add `tag'.
8434
8435 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * simple.el (kill-append): Doc fix.
8438
8439 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8440 Adapt outline-regexp to the new conventions for commenting out code.
8441
8442 2004-02-11 John Paul Wallington <jpw@gnu.org>
8443
8444 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8445
8446 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * diff.el (diff-switches): New fun.
8449 (diff, diff-backup): Use it.
8450 (diff): Clean up the args construction. Use backquote.
8451 Use listp instead of consp to avoid putting a nil arg.
8452 (diff): Add a revert-buffer function.
8453
8454 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8455
8456 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
8457 handled by x-dnd-handle-file-name.
8458 (x-dnd-known-types): Add COMPOUND_TEXT.
8459 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8460 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8461 x-dnd-empty-state.
8462 (x-dnd-forget-drop): Ditto.
8463 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8464 (x-dnd-handle-one-url): Return private when inserting text.
8465 (x-dnd-insert-ctext): New function.
8466 (x-dnd-handle-file-name): New function for FILE_NAME.
8467 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8468 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8469 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8470
8471 2004-02-10 Kenichi Handa <handa@m17n.org>
8472
8473 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8474 instead of while loop.
8475
8476 2004-02-10 Miles Bader <miles@gnu.org>
8477
8478 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8479
8480 2004-02-09 Kenichi Handa <handa@m17n.org>
8481
8482 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8483 have end-of-line.
8484
8485 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
8486
8487 * Makefile.in: Added extra dependencies in the recompile target
8488 needed to cope with the compile time macro expansions in CC Mode.
8489
8490 2004-02-09 Kim F. Storm <storm@cua.dk>
8491
8492 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8493 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8494 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8495 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8496 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8497 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8498 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8499 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8500 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8501 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8502 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8503
8504 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8507 Don't allow shrink if there's a window on our right.
8508
8509 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8510 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8511 Bring together declaration and initialization.
8512 (prolog-mode-variables): Don't set the syntax table.
8513 Don't set paragraph-start and comment-indent-function.
8514 Add /*..*/ to the comment regexps.
8515 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
8516 (prolog-mode-map): Don't bind TAB.
8517 (prolog-mode): Set the syntax table.
8518 (prolog-comment-indent): Remove.
8519 (inferior-prolog-mode-map): Initialize in the declaration.
8520 (inferior-prolog-mode-syntax-table)
8521 (inferior-prolog-mode-abbrev-table): New vars.
8522 (inferior-prolog-mode): Derive from comint-mode.
8523 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8524 minibuffer windows.
8525
8526 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8527 in file names, as long as it is unabmiguous.
8528
8529 2004-02-08 Andreas Schwab <schwab@suse.de>
8530
8531 * textmodes/reftex-toc.el
8532 (reftex-toc-load-all-files-for-promotion): Remove useless use of
8533 format. Doc fix.
8534
8535 * textmodes/refer.el (refer-find-entry-internal): Remove extra
8536 format string arguments.
8537
8538 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8539 string argument.
8540
8541 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8542
8543 * play/zone.el (zone-call): Fix format string.
8544
8545 * net/webjump.el (webjump-builtin): Add missing format string argument.
8546
8547 * midnight.el (midnight-delay-set): Remove extra format string argument.
8548
8549 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8550
8551 * hexl.el (hexl-insert-char): Add missing format string argument.
8552
8553 * format.el (format-decode): Fix format string.
8554
8555 * emulation/vi.el (vi-mode): Remove extra format string argument.
8556 (vi-repeat-last-search): Likewise.
8557 (vi-reverse-last-search): Likewise.
8558 (vi-goto-mark): Likewise.
8559 (vi-reverse-last-find-char): Likewise.
8560 (vi-repeat-last-find-char): Likewise.
8561 (vi-locate-def): Likewise.
8562
8563 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8564
8565 * ediff-util.el (ediff-toggle-read-only): Remove extra format
8566 string argument.
8567 (ediff-toggle-regexp-match): Likewise.
8568
8569 * dired-aux.el (dired-do-query-replace-regexp): Add missing
8570 format string argument.
8571
8572 * calc/calc-map.el (calc-get-operator): Remove extra format
8573 string argument.
8574
8575 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8576
8577 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8578 string argument.
8579
8580 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8581
8582 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8583
8584 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8585
8586 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8587 (cl-struct-setf-expander): Likewise.
8588
8589 * vc.el (with-vc-file): Fix unsafe uses of error.
8590 (vc-cancel-version): Likewise.
8591
8592 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
8593
8594 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8595 thousands separator; fixes <class>:<line-number> regexp for
8596 non-english locales.
8597
8598 2004-02-08 Andreas Schwab <schwab@suse.de>
8599
8600 * view.el (view-mode-enable): Revert previous change.
8601
8602 2004-02-07 Kim F. Storm <storm@cua.dk>
8603
8604 * simple.el (line-number-at-pos): Rename from line-at-pos.
8605 Uses changed (what-line and vc-annotate-warp-version).
8606
8607 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8610 (diff-mode): Remove aborted attempt at support for compile.el.
8611 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8612
8613 2004-02-06 Andreas Schwab <schwab@suse.de>
8614
8615 * view.el (view-mode-enable): Add view-mode-map to
8616 minor-mode-overriding-map-alist.
8617
8618 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8619
8620 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8621
8622 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
8623
8624 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8625 with point inside rather than after the paragraph.
8626
8627 2004-02-04 Sam Steingold <sds@gnu.org>
8628
8629 * mail/smtpmail.el (smtpmail-try-auth-methods):
8630 Do not try authentication when no mechanism is available.
8631 Pass port-name as defaultport to `netrc-machine'.
8632
8633 2004-02-04 Stephen Eglen <stephen@gnu.org>
8634
8635 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8636 to show how minibuffer height can be constrained.
8637
8638 2004-02-04 John Paul Wallington <jpw@gnu.org>
8639
8640 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8641
8642 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8643
8644 * x-dnd.el: New file for drag and drop.
8645
8646 * term/x-win.el: require x-dnd, set after-make-frame-functions
8647 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8648 drag-n-drop event.
8649
8650 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8651 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8652 (dired-dnd-handle-file): New functions for drag and drop support.
8653 (dired-mode): Initialize drag and drop if x-dnd present.
8654
8655 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8658 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8659 (cperl-mode): Set fill-paragraph-function.
8660 (cperl-fill-paragraph): Make it non-interactive.
8661
8662 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
8663
8664 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8665
8666 2004-02-02 David Kastrup <dak@gnu.org>
8667
8668 * replace.el (perform-replace): Allow 'literal argument in
8669 regexp-flag to indicate literal replacement.
8670 (query-replace-regexp-eval): Use it.
8671
8672 2004-02-01 Andreas Schwab <schwab@suse.de>
8673
8674 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8675
8676 2004-02-01 Stephen Eglen <stephen@gnu.org>
8677
8678 * info-look.el: Add support for maxima-mode. Update commentary
8679 because info-lookup-symbol is now bound to C-h S.
8680
8681 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
8682
8683 * simple.el (edit-and-eval-command): Bind print-level and
8684 minibuffer-history-sexp-flag around call to read-from-minibuffer.
8685 Correct initial position in command-history.
8686
8687 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
8688
8689 * files.el (read-directory-name): Adapt the docstring to recent
8690 change in Fread_file_name.
8691
8692 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
8693
8694 * ses.el (ses-print-cell): If print format too wide for column
8695 width, truncate decimal places if that helps to avoid "#####" fill.
8696 * ses.el (ses-initial-column-width): Revert previous change.
8697
8698 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8701 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8702 Add edebug info.
8703 (jit-lock-mode): Setup/cancel the new timer.
8704 (jit-lock-context-fontify): New fun. Extracted from
8705 context fontification code of jit-lock-stealth-fontify.
8706 (jit-lock-stealth-fontify): Don't do context fontification any more.
8707
8708 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8709 (jit-lock-fontify-now): Handle the `quit' case.
8710 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8711
8712 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
8713
8714 * progmodes/executable.el (executable-command-find-posix-p):
8715 New. Check if find handles arguments Posix-style.
8716
8717 * progmodes/grep.el (grep-compute-defaults):
8718 Use executable-command-find-posix-p.
8719 (grep-find): Check `grep-find-command'.
8720
8721 * filecache.el (file-cache-find-posix-p): Delete.
8722 (file-cache-add-directory-using-find):
8723 Use `executable-command-find-posix-p'.
8724
8725 2004-01-29 Dave Love <fx@gnu.org>
8726
8727 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8728 Iterate the hook function if arg is given.
8729 (mark-defun, narrow-to-defun): Change order of finding the limits.
8730
8731 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8732 (byte-compile-format-warn): New.
8733 (byte-compile-callargs-warn): Use it.
8734 (Format, message, error): Add byte-compile-format-like property.
8735 (byte-compile-maybe-guarded): New.
8736 (byte-compile-if, byte-compile-cond): Use it.
8737 (byte-compile-lambda): Compile interactive forms,
8738 just to make warnings about them.
8739
8740 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
8741
8742 * ses.el (ses-initial-column-width): Increase to 14, so it will
8743 work well with the default printer of "%.7g" for extreme values
8744 like "-1.234567e+07".
8745
8746 2004-01-29 Kenichi Handa <handa@m17n.org>
8747
8748 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
8749
8750 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
8751
8752 * dos-w32.el: Added support for the `default-printer-name' function.
8753
8754 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * server.el (server-socket-name): Don't use the hostname in the
8757 socket name since /tmp is local to the host anyway.
8758
8759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
8760 robust check of widening and fix var-naming.
8761
8762 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
8763
8764 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
8765 or rmail-spam- to rsf- in all function and variable names.
8766 (rsf-min-region-to-spam-list): New variable.
8767 (rsf-bbdb-auto-delete-spam-entries): Rename from
8768 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
8769 scanned together with the recipients field for spam testing; Don't
8770 delete spam message if rmail-delete-after-output is non-nil;
8771 (rsf-check-field): New function, extracted from code in
8772 rmail-spam-filter to ease addition of header fields like
8773 content-type:;
8774 (message-content-type): New variable. The content-type: field was
8775 added also in defcustom of rsf-definitions-alist;
8776 (rmail-spam-filter): Replace repeated test code for header fields
8777 by calls to check-field; change the call to
8778 rmail-output-to-rmail-file such that rmail-current-message stays
8779 the same to avoid wrong deletion of unseen flags.
8780 (rmail-use-spam-filter): Add autoload cookie.
8781
8782 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
8783
8784 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
8785 (file-cache-add-directory-using-find): Add Cygwin support.
8786 (file-cache-find-command-posix-flag): New user variable.
8787
8788 * filecache.el (file-cache-add-directory): Check for
8789 directories an remove them from dir-files.
8790
8791 2004-01-27 Richard M. Stallman <rms@gnu.org>
8792
8793 * man.el (Man-fontify-manpage): Clean up message.
8794
8795 2004-01-27 Kenichi Handa <handa@m17n.org>
8796
8797 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
8798 (sentence-end): Define using sentence-end-without-space.
8799
8800 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
8801 a sentence ends with one of a character in sentence-end-without-space.
8802
8803 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * font-lock.el (font-lock): Add jit-lock as explicit group member.
8806 (jit-lock): Group declaration moved to jit-lock.el.
8807 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
8808 when necessary.
8809
8810 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
8811 (jit-lock-context-unfontify-pos): Rename from
8812 jit-lock-first-unfontify-pos.
8813 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
8814
8815 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
8816
8817 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
8818 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
8819 (fortran-fill): When filling a string, adjust re-search-backward
8820 argument for special case of string just on fill-column.
8821 When filling non-string, allow one extra char if
8822 fortran-break-before-delimiters is non-nil.
8823 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
8824 Use fortran-break-delimiters-re and fortran-no-break-re to
8825 correctly handle cases such as "**".
8826
8827 * progmodes/f90.el (f90-break-delimiters): Doc fix.
8828 (f90-no-break-re): Add some extra tokens. Doc fix.
8829
8830 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
8831
8832 * mail/rmail-spam-filter.el:
8833 Use two semicolons as Commentary line prefix.
8834 Add ";;; Code:" stylized comment.
8835 Delete end-of-line whitespace.
8836 Wrap (require 'cl) with `eval-when-compile'.
8837
8838 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
8839
8840 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
8841 at the top level of vc.el.
8842
8843 2004-01-23 Andre Spiegel <spiegel@gnu.org>
8844
8845 * vc.el (vc-current-line): Function removed. This is now done by
8846 the new function line-at-pos in simple.el.
8847 (vc-annotate-warp-version): Use line-at-pos instead of
8848 vc-current-line.
8849
8850 2004-01-22 Kim F. Storm <storm@cua.dk>
8851
8852 * simple.el (line-at-pos): New defun.
8853 (what-line): Use it. Optimize by only counting lines in narrowed
8854 region once.
8855
8856 2004-01-22 Kenichi Handa <handa@m17n.org>
8857
8858 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
8859 point (register r1) only for charset mule-unicode-0100-24ff.
8860
8861 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
8862
8863 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
8864 trailing white space and ensure a final newline.
8865
8866 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
8867 Add autoload cookie.
8868
8869 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
8870
8871 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
8872 activate view-mode explicitly.
8873
8874 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8875
8876 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
8877 use clipboard first.
8878
8879 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
8882 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
8883 (vc-mcvs-cvs): Remove.
8884 (vc-mcvs-command): Remove use of assert.
8885
8886 * outline.el (outline-insert-heading): Tighten up match.
8887 (outline-demote, outline-move-subtree-down): Don't assume anything
8888 about outline-regexp.
8889
8890 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
8891 (texinfo-show-structure): Explicitly add ^, and simplify.
8892
8893 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
8894
8895 * calendar/appt.el (appt-check): Restore usage of
8896 appt-issue-message deleted in previous change.
8897 (top-level): Activate package when loaded (needed for backwards
8898 compatibility).
8899
8900 2004-01-20 Jesper Harder <harder@ifa.au.dk>
8901
8902 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
8903 following previous change to smtpmail-send-data.
8904
8905 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
8906
8907 * vc.el (vc-default-previous-version): Doc enhancement.
8908 (vc-default-next-version): New function.
8909 (vc-print-log): New arg FOCUS-REV.
8910 (vc-annotate-mode): Derive from view-mode.
8911 (vc-annotate): New args REVISION, DISPLAY-MODE.
8912 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
8913 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
8914 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
8915 (vc-annotate-show-diff-revision-at-line, vc-current-line)
8916 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
8917
8918 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
8919
8920 2004-01-19 Karl Berry <karl@gnu.org>
8921
8922 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
8923 or "TexInfo".
8924
8925 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * subr.el (delete-dups): New function.
8928
8929 2004-01-19 Karl Berry <karl@gnu.org>
8930
8931 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
8932 with ^, since that's what texinfo-show-structure
8933 documentation says (plus it works much better in texinfo.txi).
8934
8935 2004-01-18 Jesper Harder <harder@ifa.au.dk>
8936
8937 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
8938
8939 2004-01-18 David Ponce <david@dponce.com> (tiny change)
8940
8941 * progmodes/which-func.el (which-function-mode): Don't cancel
8942 which-func-update-timer if not set.
8943
8944 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
8947 Remove spurious left square bracket in XX:XXam regexp.
8948
8949 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
8950
8951 * progmodes/cc-defs.el: Do not require cl at run time.
8952
8953 2004-01-16 Richard M. Stallman <rms@gnu.org>
8954
8955 * emacs-lisp/cl.el (cl-cannot-unload): New function.
8956 (cl-unload-hook): Defvar this to run cl-cannot-unload.
8957
8958 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
8959 Call rmail-spam-filter. Delete and expunge spam.
8960 Print number of spam messages deleted.
8961 Save and restore the deletion status of old messages when reading
8962 new mail with spam filter, so that expunging spam does not expunge
8963 msgs deleted by the user.
8964 (rmail-only-expunge): Add an optional argument dont-show to
8965 prevent showing message after expunge.
8966
8967 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8968
8969 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
8970 * subr.el (declare): New macro.
8971
8972 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
8973
8974 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
8975
8976 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
8977
8978 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8979 Test window-system rather than system-type (for X11/Mac).
8980
8981 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
8982
8983 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
8984
8985 2004-01-12 Richard M. Stallman <rms@gnu.org>
8986
8987 * mail/rmail.el (rmail-convert-to-babyl-format):
8988 Use mail-unquote-printable-region.
8989 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
8990 (rmail-hex-char-to-integer): Functions deleted.
8991
8992 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
8993 (mail-unquote-printable-region): New arg NOERROR.
8994 For invalid encoding, either signal an error to just return nil.
8995
8996 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8997
8998 * calendar/appt.el: Update copyright and commentary.
8999 (appt-issue-message): Make obsolete.
9000 (appt-visible, appt-msg-window): Make obsolete, in favour of
9001 appt-display-format.
9002 (appt-display-mode-line, appt-display-duration)
9003 (appt-display-diary, appt-time-msg-list, appt-mode-string)
9004 (appt-prev-comp-time, appt-display-count, appt-timer)
9005 (appt-convert-time): Doc change.
9006 (appt-disp-window-function, appt-delete-window-function):
9007 Use defcustom rather than defvar.
9008 (appt-display-format): New variable.
9009 (appt-display-message): New function with display code from appt-check.
9010 (appt-check): Add optional FORCE argument. Doc change.
9011 Add appt-make-list to diary-hook if displaying diary.
9012 Remove checking of view-diary-entries-initially.
9013 Message display section removed to new function appt-display-message.
9014 (appt-display-window): Doc change. Remove unused internal var
9015 this-buffer. Do not beep, since appt-display-message does that.
9016 (appt-make-list): Doc change. Use caar.
9017 (appt-sort-list): Simplify by using builtin sort function.
9018 (appt-update-list): New function for updating appts when diary is
9019 saved.
9020 (appt-activate): New autoloaded function to toggle package
9021 functionality.
9022
9023 * calendar/cal-x.el: (calendar-one-frame-setup)
9024 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
9025
9026 * calendar/calendar.el: Update copyright.
9027 (view-diary-entries-initially, european-calendar-style): Doc change.
9028 (calendar-setup): Make defcustom rather than defvar.
9029 (mark-visible-calendar-date): Initialize temp-face and faceinfo
9030 in let binding so local to function.
9031
9032 * calendar/diary-lib.el: Update copyright.
9033 (diary, diary-entry-time): Doc change.
9034 (list-diary-entries): Doc change. Trivial logic change.
9035 (fancy-diary-display): Restore make-face command mistakenly
9036 deleted 2003-05-08.
9037 (show-all-diary-entries): Allow to pop-up frame if needed.
9038
9039 2004-01-09 John Paul Wallington <jpw@gnu.org>
9040
9041 * bindings.el (mode-line-change-eol): Add EVENT parameter.
9042 Temporarily select EVENT's window for changing eol type.
9043
9044 2004-01-09 Deepak Goel <deego@gnufans.org>
9045
9046 * calendar/diary-lib.el (diary-entry-time):
9047 Also accept time in the form XX[.XX][am/pm/AM/PM].
9048 (fancy-diary-font-lock-keywords): Likewise.
9049 (diary-font-lock-keywords): Likewise.
9050 * calendar/appt.el (appt-add): Likewise.
9051 (appt-make-list): Likewise.
9052 (appt-convert-time): Likewise.
9053
9054 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
9055
9056 * gdb-ui.el (gdb-ann3): Revert previous change.
9057 (gdb-source-info): Allow for case of where compilation directory
9058 is not recorded.
9059
9060 2004-01-08 John Paul Wallington <jpw@gnu.org>
9061
9062 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
9063
9064 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
9065
9066 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
9067
9068 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
9069 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
9070 problems.
9071 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
9072
9073 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
9074
9075 * files.el (write-file-functions, write-contents-functions):
9076 Clarify docstrings.
9077
9078 2004-01-07 Kenichi Handa <handa@m17n.org>
9079
9080 * international/mule.el (set-auto-coding): Fix for the case that
9081 end-of-line is only CR.
9082
9083 2004-01-07 Kim F. Storm <storm@cua.dk>
9084
9085 * subr.el (event-start, event-end): Doc fix.
9086 (posn-string, posn-image): New defuns.
9087 (posn-object): Return either image or string object.
9088 (posn-object-x-y): Return 8th element of position.
9089 (posn-object-width-height): New defun.
9090
9091 2004-01-06 Andreas Schwab <schwab@suse.de>
9092
9093 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
9094 output.
9095
9096 2004-01-05 Karl Berry <karl@gnu.org>
9097
9098 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
9099 / and *, too.
9100
9101 2003-12-31 Simon Josefsson <jas@extundo.com>
9102
9103 * files.el (before-save-hook): Add.
9104 (basic-save-buffer): Use before-save-hook.
9105
9106 * emacs-lisp/copyright.el: Fix comment to recommend
9107 before-save-hook instead of write-file-functions.
9108
9109 2004-01-05 Richard M. Stallman <rms@gnu.org>
9110
9111 * finder.el (finder-commentary): Call delete-other-windows.
9112
9113 * net/ange-ftp.el (ange-ftp-file-attributes):
9114 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
9115
9116 2004-01-04 Karl Berry <karl@gnu.org>
9117
9118 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
9119 comment characters % and # in the copyright year notice,
9120 as well as ;.
9121
9122 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
9123
9124 * wid-edit.el (default): Define dummy :value-delete.
9125 Reported by Jesper Harder <harder@ifa.au.dk>.
9126
9127 2004-01-03 Richard M. Stallman <rms@gnu.org>
9128
9129 * progmodes/compile.el (compile-internal): Use point, not point-min,
9130 for set-window-point.
9131
9132 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
9133
9134 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
9135
9136 * progmodes/grep.el (grep-mode-map):
9137 Don't remap next-line, previous-line.
9138
9139 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
9140
9141 * speedbar.el (speedbar-edit-line): Change regexp to position
9142 the cursor on the first character of this line's button.
9143
9144 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
9145
9146 * subr.el (functionp): Doc fix.
9147
9148 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
9149
9150 * progmodes/idlwave.el (idlwave-make-tags):
9151 * textmodes/flyspell.el (flyspell-large-region):.
9152 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
9153 * emulation/viper-util.el (viper-glob-unix-files):
9154 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
9155 * man.el (Man-init-defvars):
9156 * jka-compr.el (jka-compr-call-process):
9157 * files.el (get-free-disk-space,insert-directory):
9158 * ediff-ptch.el (ediff-test-patch-utility):
9159 * ediff-diff.el (ediff-test-utility):
9160 * dired-aux.el (dired-check-process):
9161 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
9162 test the return value of call-process, because it can be a string.
9163
9164 2003-12-31 John Paul Wallington <jpw@gnu.org>
9165
9166 * bindings.el (completion-ignored-extensions): Add .pfsl.
9167
9168 2003-12-31 Kim F. Storm <storm@cua.dk>
9169
9170 * ido.el (ido-nonreadable-directory-p): New defun to check for
9171 nonreadable directory without activating tramp (to avoid problems
9172 with checking incomplete tramp paths).
9173 (ido-set-current-directory, ido-file-internal)
9174 (ido-file-name-all-completions1): Use it.
9175
9176 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
9177
9178 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
9179 documentation if the anchor (or node) name is preceded by `info
9180 anchor' or `Info anchor' in addition to earlier `info node' and
9181 `Info node'.
9182 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
9183
9184 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9185
9186 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
9187 error in arguments to base64-decode-region. Remove ^M characters
9188 after decoding base64.
9189
9190 2003-12-30 Simon Josefsson <jas@extundo.com>
9191
9192 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
9193 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
9194 have only been distributed with Emacs for some years.
9195 (texinfo-mode-hook): Customize.
9196
9197 2003-12-30 Eli Zaretskii <eliz@gnu.org>
9198
9199 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
9200 cleaner (suggested by Richard Stallman).
9201
9202 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
9203 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
9204 file-name clashes on 8+3 DOS filesystems.
9205
9206 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
9207 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
9208 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
9209 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
9210 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
9211 file-name clashes on 8+3 filesystems.
9212
9213 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
9214 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
9215 file-name clashes on 8+3 DOS filesystems.
9216
9217 2003-12-29 Richard M. Stallman <rms@gnu.org>
9218
9219 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9220 Upcase the character.
9221
9222 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9223 Search for header separator alone on a line, literally,
9224 and search for it backward, not forward.
9225 (flyspell-abbrev-table): Always use global-abbrev-table
9226 if there is no local one.
9227
9228 * progmodes/sh-script.el (sh-get-indent-info):
9229 Don't move point back if at bob.
9230
9231 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9232
9233 * play/handwrite.el (handwrite): Make the handwrite credit message
9234 a comment rather than an output command.
9235
9236 * obsolete/sc.el: Display message that this file is obsolete.
9237
9238 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9239
9240 * mail/rfc822.el (rfc822-address-start): Declare variable.
9241 Renamed from address-start. All uses changed.
9242
9243 * term.el (term-exec): Set up sentinel.
9244 (term-sentinel): New function.
9245 (term-handle-exit): New function.
9246
9247 * subr.el (assoc-ignore-case, assoc-ignore-representation):
9248 Use assoc-string, and mark them obsolete.
9249 (delay-mode-hooks): Mark as permanent local.
9250
9251 * simple.el (sendmail-user-agent-compose): Use assoc-string.
9252
9253 * register.el (copy-rectangle-to-register): Doc fix.
9254
9255 * info.el (Info-insert-dir): Use assoc-string.
9256
9257 * info-look.el (info-lookup): Use assoc-string.
9258
9259 * frame.el (pop-up-frame-function): Use quote, not `function'.
9260 (frame-notice-user-settings): Calculate ADJUSTED-TOP
9261 copying with lists as coordinate values.
9262
9263 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
9264
9265 * find-dired.el (kill-find): New command.
9266 (find-dired): Make buffer read-only.
9267 Set up a keymap with C-c C-k running kill-find.
9268 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9269
9270 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9271
9272 * filecache.el (file-cache-ignore-case): New variable.
9273 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
9274
9275 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9276 (comint-dynamic-complete-as-filename): Rename local vars.
9277 (comint-dynamic-list-filename-completions): Likewise.
9278
9279 * comint.el (comint-dynamic-list-completions-config): New var.
9280 (comint-dynamic-list-completions): Handle both SPC and TAB right.
9281
9282 * comint.el (comint-file-name-chars): Add [].
9283 (comint-word): Use skip-chars-backward, not search.
9284
9285 * shell.el (shell-file-name-chars): Add [].
9286
9287 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9288
9289 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9290
9291 * generic.el (define-generic-mode): Doc fix.
9292
9293 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9294
9295 * files.el (kill-some-buffers): Doc fix.
9296
9297 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
9298
9299 * comint.el (comint-watch-for-password-prompt): Pass `string' as
9300 arg to send-invisible
9301 (send-invisible): Doc fix. The argument is now a prompt, not the
9302 string to send.
9303 (comint-read-noecho): Doc fix.
9304
9305 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
9306
9307 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9308 "@", as required by some ISP hosting service. Fix defcustom
9309 argument syntax errors that prevented use of customization.
9310
9311 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9312
9313 * xml.el (xml-get-attribute-or-nil): Doc fix.
9314
9315 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
9316
9317 * net/zone-mode.el (zone-mode): Use write-file-functions, not
9318 write-file-hooks.
9319
9320 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
9321
9322 * autorevert.el (auto-revert-interval): Doc fix.
9323
9324 2003-12-29 Mark A. Hershberger <mah@everybody.org>
9325
9326 * xml.el (xml-get-attribute-or-nil): New function, like
9327 xml-get-attribute, but returns nil if the attribute was not found.
9328 (xml-get-attribute): Convert to defsubst, uses
9329 xml-get-attribute-or-nil.
9330
9331 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9332
9333 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9334
9335 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
9336
9337 * custom.el (custom-declare-theme): Use `value' when putting
9338 properties on `theme'.
9339
9340 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
9341
9342 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9343 for each yank-handler segment.
9344 (insert-for-yank-1): New function, with the body of the previous
9345 insert-for-yank.
9346
9347 * textmodes/table.el (table-yank-handler): New defcustom.
9348 (table--put-cell-indicator-property): Put yank-handler property
9349 that indicates the yank handler for the table cell.
9350
9351 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
9352
9353 * generic-x.el (etc-modules-conf-generic-mode): A more complete
9354 set of keywords.
9355
9356 2003-12-29 Eli Zaretskii <eliz@gnu.org>
9357
9358 * international/mule-cmds.el (reset-language-environment)
9359 (set-language-environment): Don't invoke fontset-related functions
9360 if fontset-list is not fboundp.
9361
9362 2003-12-29 Kenichi Handa <handa@m17n.org>
9363
9364 * international/mule-cmds.el (reset-language-environment):
9365 Call set-overriding-fontspec-internal with nil.
9366 (set-language-environment): Call set-overriding-fontspec-internal
9367 if the language environment specify `overriding-fontspec'.
9368 (language-info-alist): Doc added.
9369
9370 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9371 characters of mule-unicode-0100-24ff.
9372 (ccl-encode-windows-1251-font): New CCL program.
9373 ("Bulgarian"): Specify overriding-fontspec.
9374 ("Belarusian"): Likewise.
9375
9376 2003-12-28 Sam Steingold <sds@gnu.org>
9377
9378 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9379 parameter ID-FORMAT to conform with the 2003-11-30 patch.
9380
9381 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
9382
9383 * progmodes/gud.el (gud-gdb-command-name): Set default to
9384 "gdb --annotate=3".
9385 (gud-gdb-marker-filter): Look out for annotations.
9386 (gdb-first-pre-prompt): New variable.
9387 Remove trailing white space.
9388
9389 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9390 if necessary.
9391 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
9392 annotations are detected.
9393 (gud-gdba-marker-filter): Use global variable gud-marker-acc
9394 instead of a local one to allow transition from
9395 gud-gdb-marker-filter.
9396 Remove trailing white space.
9397
9398 2003-12-27 Kim F. Storm <storm@cua.dk>
9399
9400 * ido.el: Handle non-readable directories.
9401 (ido-decorations): Add 9th element for non-readable directory.
9402 (ido-directory-nonreadable): New dynamic var.
9403 (ido-set-current-directory): Set it.
9404 (ido-read-buffer, ido-file-internal):
9405 (ido-read-file-name, ido-read-directory-name): Let-bind it.
9406 (ido-file-name-all-completions1): Return empty list for
9407 non-readable directory.
9408 (ido-exhibit): Print [Not readable] if directory is not readable.
9409 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9410 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9411 Use it.
9412
9413 2003-12-27 Lars Hansen <larsh@math.ku.dk>
9414
9415 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9416 calls to directory-files-and-attributes and file-attributes.
9417 (ls-lisp-format): Remove system dependent handling of user and
9418 group id's.
9419
9420 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
9421
9422 * ffap.el (ffap-read-file-or-url): Revert previous change.
9423
9424 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
9425
9426 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9427 new list of included files called `files-with-node-lines', that
9428 only have node lines. This way @include commands can include any
9429 file, such as version and update files without node lines, not
9430 just files that are chapters.
9431
9432 2003-12-25 Andreas Schwab <schwab@suse.de>
9433
9434 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9435 file not found.
9436
9437 2003-12-08 Miles Bader <miles@gnu.org>
9438
9439 * dired.el (dired-between-files): Always use dired-move-to-filename,
9440 which is more robust in non-english locales.
9441
9442 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
9443
9444 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9445
9446 2003-12-24 Andreas Schwab <schwab@suse.de>
9447
9448 * shell.el (shell-file-name-quote-list): Add backslash.
9449
9450 * comint.el (comint-quote-filename): Correctly handle backslash
9451 in comint-file-name-quote-list.
9452
9453 2003-12-24 Kenichi Handa <handa@m17n.org>
9454
9455 * international/mule-cmds.el (set-default-coding-systems):
9456 Call ucs-set-table-for-input for all buffers that don't have local
9457 value of buffer-file-coding-system.
9458
9459 * international/ucs-tables.el (ucs-set-table-for-input):
9460 If translation-table-for-encode is a symbol, get its
9461 translation-table property.
9462
9463 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
9464
9465 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9466 to `completing-read' on a recently fixed bug.
9467
9468 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9469 instead of SPACE, to get the list of possible fringe modes.
9470 SPACE only works if both `partial-completion-mode' and
9471 `completion-auto-help' are nil.
9472
9473 * complete.el (PC-is-complete-p): Delete.
9474 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9475 calls to `test-completion'.
9476
9477 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
9478
9479 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9480 to edit values when there are no children.
9481
9482 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9483 a mode called "Assembler" already exists.
9484 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9485 (gud-watch): Use format option. Remove font properties from string.
9486 (gdb-var-create-handler, gdb-var-list-children-handler):
9487 Don't bother about properties as there are none.
9488 (gdb-var-create-handler, gdb-var-list-children-handler)
9489 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9490 with two arguments.
9491 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9492 Let speedbar show value changes with a different font.
9493 (gdb-edit-value): New defun.
9494 (gdb-clear-partial-output, gdb-clear-inferior-io)
9495 (def-gdb-auto-update-handler): Use erase-buffer.
9496 (gdb-frame-handler): Display watch expressions in
9497 FUNCTION::VARIABLE format if required.
9498
9499 2003-12-23 John Paul Wallington <jpw@gnu.org>
9500
9501 * info.el (Info-unescape-quotes, Info-split-parameter-string)
9502 (Info-goto-emacs-command-node): Doc fixes.
9503
9504 2003-12-12 Jesper Harder <harder@ifa.au.dk>
9505
9506 * cus-edit.el (custom-add-parent-links): Define "many".
9507
9508 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
9509
9510 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9511 (widget-child-validate, widget-type-value-create)
9512 (widget-type-default-get, widget-type-match): New functions.
9513 (lazy): New widget.
9514 (menu-choice, checklist, radio-button-choice, editable-list)
9515 (group, documentation-string): Remove redundant (per 2003-10-25
9516 change) calls to `widget-children-value-delete'.
9517 (widget-choice-value-get, widget-choice-value-inline): Remove.
9518 (menu-choice): Update widget.
9519
9520 2003-12-03 Kenichi Handa <handa@m17n.org>
9521
9522 * language/cyrillic.el: Register "microsoft-cp1251" in
9523 ctext-non-standard-encodings-alist.
9524 ("Bulgarian"): Add ctext-non-standard-encodings.
9525 ("Belarusian"): Likewise.
9526
9527 * international/mule-conf.el (compound-text-with-extensions):
9528 Change the type to 2 (iso-2022 base).
9529
9530 * international/mule.el (ctext-non-standard-encodings-alist):
9531 Change the format.
9532 (ctext-non-standard-encodings): New variable.
9533 (ctext-post-read-conversion): Fully re-written.
9534 (ctext-non-standard-designations-alist): Delete it.
9535 (ctext-non-standard-encodings-table): New function.
9536 (ctext-pre-write-conversion): Fully re-written.
9537
9538 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
9539
9540 * cus-edit.el (custom-add-parent-links): Add documentation links
9541 for parent, if the item has none of its own.
9542
9543 2003-11-30 Richard M. Stallman <rms@gnu.org>
9544
9545 * dired-aux.el (dired-do-query-replace-regexp):
9546 Report files visited read-only.
9547
9548 2003-11-30 Juri Linkov <juri@jurta.org>
9549
9550 * dired-aux.el (dired-compare-directories): New command.
9551 (dired-file-set-difference, dired-files-attributes): New functions.
9552
9553 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
9554 Version 2.0.38 of Tramp released.
9555
9556 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
9557 Charles Curley <charlescurley@charlescurley.com>.
9558 (tramp-multi-connection-function-alist): Add ssht entry which adds
9559 "-e none -t -t" to the list of ssh args. Suggested by Adrian
9560 Aichner.
9561 (tramp-get-method-parameter): New function to retrieve a method
9562 parameter. This allows for omission of method parameters.
9563 Callers adjusted.
9564
9565 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
9566
9567 * net/tramp.el: Add new optional parameter ID-FORMAT to
9568 `file-attributes'. Calls of `file-attributes' won't use this
9569 parameter for backward compatibility reasons.
9570 (tramp-perl-file-attributes): Add a new parameter to Perl script
9571 in order to handle uid/gid as strings, if desired.
9572 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9573 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9574 order to make the function more general.
9575 (tramp-handle-file-attributes): Replace proprietary optional
9576 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9577 (tramp-handle-file-attributes-with-perl): Handle parameter
9578 NONNUMERIC if set. This wasn't done in the past.
9579 (tramp-post-connection): Apply second parameter "$2" if
9580 `tramp-remote-perl' is called.
9581
9582 * net/tramp-smb.el (tramp-smb-handle-delete-file):
9583 Correct cut'n'waste error (`filename' instead of `directory').
9584 (tramp-smb-handle-directory-files-and-attributes)
9585 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9586 introduced parameter ID-FORMAT.
9587 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9588 error (`directory' instead of `ldir').
9589
9590 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9591 `file-attributes' has a second parameter. If yes, apply it with
9592 value "'integer". Otherwise, don't use that parameter (default is
9593 integer format).
9594
9595 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
9596
9597 * help.el (help-map): Bind `display-local-help' to `C-h .'.
9598 (help-for-help): Add `C-h .' to the listed Help options.
9599 Remove trailing whitespace.
9600
9601 * help-at-pt.el: New file.
9602
9603 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
9604
9605 * subr.el (noreturn, 1value): New macros for test coverage.
9606 See `testcover.el'.
9607
9608 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9609
9610 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9611 for macro `1value'.
9612 (testcover-1value): New function. Checks that a 1value form
9613 actually returns only one value. Requested by RMS.
9614
9615 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
9616
9617 * gdb-ui.el (gud-watch, gdb-var-create-handler)
9618 (gdb-var-list-children, gdb-var-list-children-handler)
9619 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9620 gdb commands that use mi to keep them out of the command history.
9621
9622 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9623
9624 * cus-start.el (all): Add use-file-dialog.
9625
9626 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9629
9630 2003-11-27 Kim F. Storm <storm@cua.dk>
9631
9632 * subr.el (posn-object-x-y): New defun.
9633
9634 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9637 Don't use `space' for \\\n.
9638 Be more selective as to which # are comment-starters.
9639
9640 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
9641
9642 * subr.el (number-sequence): Improve handling of floating point
9643 arguments (suggested by Kim Storm). Allow negative arguments.
9644
9645 2003-11-26 Kenichi Handa <handa@m17n.org>
9646
9647 * international/mule-cmds.el (standard-display-european-internal):
9648 Cancel the standard-display-table setting for ` and '.
9649
9650 2003-11-26 Kim F. Storm <storm@cua.dk>
9651
9652 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9653 New defcustoms to add ffap-like functionality to ido.
9654 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
9655 (ido-no-final-slash): New defun.
9656 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9657 (ido-read-file-name): ): Toggle VC checking via
9658 vc-handled-backends instead of vc-master-templates.
9659 (ido-file-internal): Handle ido-use-url-at-point and
9660 ido-use-filename-at-point via code borrowed from ffap-guesser.
9661 Handle new ido-exit code ffap.
9662 (ido-sort-list): Ignore final slash when sorting file names.
9663
9664 2003-11-25 Kim F. Storm <storm@cua.dk>
9665
9666 * emulation/cua-base.el (cua--standard-movement-commands):
9667 Add forward-sentence and backward-sentence.
9668
9669 2003-11-25 Stephen Eglen <stephen@gnu.org>
9670
9671 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9672 iswitchb-exit is set to 'usefirst when user selects buffer at head
9673 of list using RET. (Selecting buffers at the head of the list was
9674 broken if the substring was also a complete buffername.)
9675
9676 2003-11-23 Kim F. Storm <storm@cua.dk>
9677
9678 * progmodes/compile.el (grep-command, grep-use-null-device)
9679 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9680 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9681 (grep-regexp-alist, grep-program, find-program)
9682 (grep-find-use-xargs, grep-history, grep-find-history)
9683 (grep-process-setup, grep-compute-defaults)
9684 (grep-default-command, grep, grep-tag-default, grep-find)
9685 (grep-expand-command-macros, grep-tree-last-regexp)
9686 (grep-tree-last-files, grep-tree): Move grep variables, functions
9687 and commands to new file grep.el.
9688 (compilation-mode-map): Remove grep commands from Compile sub-menu.
9689 (compilation-process-setup-function): Doc fix.
9690 (compilation-highlight-regexp, compilation-highlight-overlay): New
9691 defvars used for highlighting current compile error in source buffer.
9692 (compile-internal): New optional args HIGHLIGHT-REGEXP and
9693 LOCAL-MAP which overrides compilation-highlight-regexp and
9694 compilation-mode-map for this compilation.
9695 Delay calling compilation-set-window-height until after running
9696 compilation-process-setup-function so it can buffer-local override
9697 compilation-window-height.
9698 Check buffer-local value of compilation-scroll-output.
9699 (compilation-set-window-height): Use buffer-local value of
9700 compilation-window-height.
9701 (compilation-revert-buffer): Don't pass (undefined)
9702 preserve-modes arg to revert-buffer.
9703 (next-error-no-select, previous-error-no-select): New commands.
9704 (compilation-goto-locus): Temporarily highlight current match in
9705 source buffer using compilation-highlight-regexp.
9706
9707 * progmodes/grep.el: New file with grep code from compile.el.
9708 (grep): New defcustom group.
9709 (grep-window-height): New defcustom, like compilation-window-height.
9710 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9711 (grep-scroll-output): New defcustom, like compilation-scroll-output.
9712 (grep-command, grep-use-null-device, grep-find-command)
9713 (grep-tree-files-aliases, grep-tree-ignore-case)
9714 (grep-tree-ignore-CVS-directories): Move to grep custom group.
9715 (grep-setup-hook): New hook variable.
9716 (grep-mode-map): New keymap for grep commands. Add Grep menu.
9717 (grep-last-buffer): New defvar, override compilation-last-buffer.
9718 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
9719 Call compile-internal with args highlight-regexp and grep-mode-map.
9720
9721 2003-11-23 Kim F. Storm <storm@cua.dk>
9722
9723 * subr.el (event-start, event-end): Doc fix.
9724 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9725 (posn-area, posn-actual-col-row, posn-object): New defuns.
9726 (posn-col-row): Simplify doc. Rewrite to use cond.
9727 (posn-point): Also return buffer position for events outside text
9728 area (that info is now present in the event position).
9729
9730 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9731 mouse-set-point so that hscroll still works now that clicks on
9732 fringes generate specific mouse events.
9733 (mouse-set-point): Note that it now works in fringes and margins
9734 too due to new semantics of posn-point in fringes and margins.
9735
9736 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9737 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9738
9739 2003-11-20 Kim F. Storm <storm@cua.dk>
9740
9741 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9742 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9743 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9744 to 100 for icons to avoid increasing line height when shown.
9745
9746 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9747
9748 * newcomment.el (comment-normalize-vars): Initialize properly if
9749 comment-start was nil.
9750
9751 2003-11-19 Andreas Schwab <schwab@suse.de>
9752
9753 * simple.el (set-variable): Fix indentation.
9754
9755 2003-11-17 Kenichi Handa <handa@m17n.org>
9756
9757 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
9758 Fix docstring.
9759
9760 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
9761
9762 * international/latin1-disp.el (latin1-display): Fix docstring.
9763
9764 2003-11-16 John Wiegley <johnw@newartisans.com>
9765
9766 * eshell/em-ls.el (eshell-ls-file): There are times with
9767 size-width is nil and uncomputed (when directories are created in
9768 dired, for example); in this case, 4 is reasonable default value,
9769 although it may caused skewed new entries (which could be avoided
9770 by returning the original value of 8 in all cases, but 99% of the
9771 time this is a waste of whitespace).
9772
9773 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
9774
9775 * cc-engine.el (c-guess-continued-construct)
9776 (c-guess-basic-syntax): Check a little more carefully if it's a
9777 function declaration when an unknown construct followed by a block
9778 is found inside a statement context. This avoids macros followed
9779 by blocks to be taken as function declarations.
9780
9781 (c-guess-continued-construct): Change the analysis of a statement
9782 continuation with a brace open to `substatement-block', for
9783 consistency with recognized statements.
9784
9785 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
9786 start is in a position so that `c-beginning-of-statement-1' jumped
9787 to the beginning of the same statement.
9788
9789 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
9790 Don't accept binary operators in the arglist if we're in a function
9791 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
9792 template recognition in cases like "if (a < b || c > d)".
9793
9794 (c-restricted-<>-arglists): New more appropriate name for
9795 `c-disallow-comma-in-<>-arglists'.
9796
9797 Accessing functions updated for the variable name change.
9798
9799 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
9800 match data could get clobbered if NOT-INSIDE-TOKEN is used.
9801
9802 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
9803 labels.
9804
9805 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
9806 instead of duplicating parts of it. This fixes bogus label
9807 recognition.
9808
9809 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
9810 of checking the context in which to apply the minimum indentation,
9811 so that it isn't enforced in e.g. namespace blocks.
9812
9813 * cc-vars.el (c-inside-block-syms): New constant used by
9814 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
9815 to somewhat reduce the risk of becoming stale.
9816
9817 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
9818 cc-cmds to cc-engine to allow use from cc-align.
9819
9820 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
9821 qualified identifiers containing "::".
9822
9823 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
9824 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
9825
9826 * cc-vars.el (c-emacs-features): Use a space in front of the name
9827 of the temporary buffer. That also avoids dumping problems in
9828 XEmacs due to undo info being left around after the buffer is killed.
9829
9830 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
9831 arglist to see if it's a K&R style declaration.
9832
9833 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
9834 before returning `knr-argdecl-intro'.
9835
9836 2003-11-16 John Wiegley <johnw@newartisans.com>
9837
9838 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
9839 field in a long-listing always 8 characters, use `size-width',
9840 which has already been computed.
9841
9842 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9843
9844 * subr.el (minor-mode-list): Add `hs-minor-mode'.
9845
9846 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9847
9848 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
9849 Support operation while narrowed, with `diff-restrict-view'.
9850
9851 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
9852
9853 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9854 Take additional optional arg NARROWFUN. For the generated functions:
9855 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
9856 include frags that arrange to check for and save narrowing state before
9857 the move and then conditionally call NARROWFUN after the move.
9858
9859 2003-11-14 John Wiegley <johnw@newartisans.com>
9860
9861 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
9862 that was optional, but obviously missing based on surrounding code.
9863
9864 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
9865 string arguments to numbers unless the whole argument was seen as
9866 a number.
9867
9868 2003-11-14 Kenichi Handa <handa@m17n.org>
9869
9870 * international/mule.el (ctext-non-standard-encodings-alist):
9871 Fix coding systems.
9872
9873 2003-11-10 Kenichi Handa <handa@m17n.org>
9874
9875 * language/kannada.el ("Kannada"): Add sample-text.
9876
9877 * language/knd-util.el (kannada-compose-region)
9878 (kannada-compose-string, kannada-post-read-conversion):
9879 Add autoload cookie.
9880
9881 * international/quail.el (quail-completion): Change the message
9882 "corresponding translations" to "corresponding characters".
9883
9884 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
9885
9886 * descr-text.el (describe-char): Fix typo.
9887
9888 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
9889
9890 These changes are to support Kannada language/script.
9891
9892 * Makefile.in (DONTCOMPILE): Add kannada.el.
9893
9894 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
9895
9896 * loadup.el: Preload kannada.el.
9897
9898 * language/ind-util.el (ucs-kannada-to-is13194-alist)
9899 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
9900 New variables.
9901
9902 * language/kannada.el: New file.
9903
9904 * language/knd-util.el: New file.
9905
9906 2003-11-07 Andreas Schwab <schwab@suse.de>
9907
9908 * progmodes/autoconf.el (autoconf-font-lock-keywords):
9909 Also highlight AH_*.
9910
9911 * xml.el (xml-parse-dtd): Fix misplaced paren.
9912
9913 2003-11-07 Kenichi Handa <handa@m17n.org>
9914
9915 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
9916
9917 2003-11-05 Juri Linkov <juri@jurta.org>
9918
9919 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
9920 (desktop-buffer-file): Use saved buffer-file-coding-system
9921 for file reading. Set auto-insert to nil to prevent automatic
9922 insertion into restored empty files.
9923
9924 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
9925
9926 * files.el (risky-local-variable-p): Make second argument optional.
9927
9928 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * subr.el (add-hook): Fix last change.
9931
9932 2003-11-03 Eli Zaretskii <eliz@gnu.org>
9933
9934 * mail/rmail.el (rmail-convert-to-babyl-format):
9935 If base64-decode-region signals an error, catch it and silently
9936 ignore it.
9937
9938 2003-11-01 Mark A. Hershberger <mah@everybody.org>
9939
9940 * xml.el (xml-parse-region): Allow comments to appear after the
9941 topmost element has closed.
9942 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
9943 (xml-ns-expand-attr): New functions to do namespace handling.
9944 (xml-intern-attrlist): Back-compatible handling of attribute names.
9945 (xml-parse-tag): Move namespace handling to separate functions.
9946 Now produces elements in the form ((:ns . "element") (attr-list)
9947 children) instead of ('ns:element (attr-list) children).
9948 (xml-parse-attlist): Fix attribute parsing.
9949 (xml-parse-dtd): Change parsing so that it produces strings
9950 instead of interned symbols.
9951
9952 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
9953
9954 * dired.el (dired-ls-sorting-switches): Doc fix.
9955
9956 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
9957
9958 * emacs-lisp/rx.el (rx-or): Fix the case of
9959 "(rx (and ?a (or ?b ?c) ?d))".
9960
9961 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
9962
9963 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
9964 (texinfo-format-region): Use it.
9965 (texinfo-format-buffer-1): Ditto.
9966
9967 2003-11-01 Alan Mackenzie <acm@muc.de>
9968
9969 Changes to allow scrolling whilst in isearch mode:
9970 * isearch.el (isearch-unread-key-sequence): New function,
9971 extracted from isearch-other-meta-char.
9972 (top level): (put 'foo 'isearch-scroll) on all Emacs's
9973 "scrollable" standard functions.
9974 (isearch-allow-scroll): New customizable variable.
9975 (isearch-string-out-of-window, isearch-back-into-window)
9976 (isearch-reread-key-sequence-naturally)
9977 (isearch-lookup-scroll-key): New functions.
9978 (isearch-other-meta-char): Doc string and functionality enhanced.
9979 Now accepts a prefix argument.
9980 (isearch-lazy-highlight-window-end): New variable.
9981 (isearch-lazy-highlight-new-loop): Pay attention to the window's
9982 end (thru isearch-lazy-highlight-window-end), not only its start.
9983
9984 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
9985 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
9986 (universal-argument, universal-argument-more, negative-argument)
9987 (digit-argument, universal-argument-other-key): Minor changes.
9988
9989 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9990
9991 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
9992 recursively if the last message is deleted, thus avoiding an
9993 infinite loop.
9994
9995 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
9998 (tex-main-file): Don't add .tex if the extension is already present.
9999 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
10000
10001 2003-10-29 Lute Kamstra <lute@gnu.org>
10002
10003 * progmodes/octave-inf.el (inferior-octave-prompt):
10004 Recognize version number in prompt.
10005
10006 2003-10-28 Dave Love <fx@gnu.org>
10007
10008 * international/characters.el: Fix some Unicode ranges.
10009
10010 2003-10-28 Kenichi Handa <handa@m17n.org>
10011
10012 * disp-table.el (standard-display-8bit)
10013 (standard-display-default, standard-display-ascii)
10014 (standard-display-g1, standard-display-graphic)
10015 (standard-display-underline): Assure that standard-display-table
10016 is a display table.
10017
10018 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * simple.el (reindent-then-newline-and-indent): Delete space *after*
10021 reindenting the first line.
10022
10023 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
10024
10025 * wid-edit.el (widget-default-delete): Always delete child widgets.
10026
10027 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * newcomment.el (comment-indent): Don't call indent-according-to-mode
10030 if the line has code.
10031 Don't try to line up with something that's too far left.
10032
10033 * progmodes/octave-mod.el (octave-comment-start): Simplify.
10034 (octave-mode-syntax-table): Add % as a comment starter.
10035 (octave-point): Remove.
10036 (octave-in-comment-p, octave-in-string-p)
10037 (octave-not-in-string-or-comment-p, calculate-octave-indent)
10038 (octave-blink-matching-block-open, octave-auto-fill):
10039 Use line-(beginning|end)-position instead.
10040
10041 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
10042
10043 * emacs-lisp/authors.el (authors-aliases): Add correct realname
10044 for Francesco Potort\e,Al\e(B.
10045
10046 2003-10-23 Dave Love <fx@gnu.org>
10047
10048 * international/mule-cmds.el (locale-charset-to-coding-system):
10049 Don't rely on nil being a coding system.
10050
10051 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
10052 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
10053 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
10054
10055 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
10056
10057 * gdb-ui.el (gdb-current-language): New variable.
10058 (gdb-update-flag): Remove variable.
10059 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
10060 (gdb-take-last-elt): Remove function.
10061 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
10062 (gdb-post-prompt): Check for variable object changes here.
10063
10064 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
10065 object changes in gdb-ui.el.
10066
10067 2003-10-21 Richard M. Stallman <rms@gnu.org>
10068
10069 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
10070
10071 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
10072 Don't check for foo*/ wildcard form here.
10073 (insert-directory): Recognize foo*/ as a wildcard.
10074 Separate wildcard-regexp variable from the arg, wildcard.
10075
10076 * subr.el (add-hook): Correctly detect when make-local-hook was used.
10077 (remove-hook): Correctly handle strange cases about local hooks.
10078
10079 2003-10-21 David Ponce <david@dponce.com>
10080
10081 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
10082 argument REAL, to return a real number instead of a rounded
10083 integer value. Define as inline function.
10084 (ruler-mode-right-fringe-cols): Likewise.
10085 (ruler-mode-scroll-bar-cols): New function.
10086 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
10087 (ruler-mode-right-scroll-bar-cols): Likewise.
10088 (ruler-mode-space): New function.
10089 (ruler-mode-ruler): Use it. Handle variations of fringe style,
10090 scroll bar mode and margins in a more robust way.
10091
10092 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
10093
10094 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
10095 (antlr-c-init-language-vars): New function.
10096 (antlr-mode): Use it with cc-mode before v5.29.
10097 (antlr-c-common-init): Don't set some local vars here.
10098 (antlr-mode): Set them here.
10099 (antlr-c-forward-sws): New function alias.
10100 (antlr-mode): Redefine with cc-mode before v5.30.
10101 (antlr-skip-sexps): Use it.
10102 (antlr-skip-exception-part): Ditto.
10103 (antlr-skip-file-prelude): Ditto.
10104 (antlr-outside-rule-p): Ditto.
10105 (antlr-end-of-body): Ditto.
10106 (antlr-option-kind): Ditto.
10107 (antlr-insert-option-area): Ditto.
10108 (antlr-file-dependencies): Ditto.
10109
10110 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10111
10112 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
10113 Move backward only if point was not inside an entry.
10114
10115 2003-10-21 Richard M. Stallman <rms@gnu.org>
10116
10117 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
10118
10119 2003-10-21 Juri Linkov <juri@jurta.org>
10120
10121 * compare-w.el: Automatically skip non-matching text to resync.
10122 (compare-windows-whitespace): Doc fix.
10123 (compare-windows-sync, compare-windows-sync-string-size)
10124 (compare-windows-recenter, compare-ignore-whitespace)
10125 (compare-windows-highlight, compare-windows-face): New variables.
10126 (compare-windows): Use compare-windows-sync.
10127 (compare-windows-highlight, compare-windows-dehighlight)
10128 (compare-windows-sync-regexp)
10129 (compare-windows-sync-default-function): New functions.
10130
10131 2003-10-21 Juri Linkov <juri@jurta.org>
10132
10133 * diff.el (diff-parse-differences): Don't visit the files now;
10134 instead, just record the error locus.
10135
10136 2003-10-21 Dave Love <fx@gnu.org>
10137
10138 * progmodes/cfengine.el: New file.
10139
10140 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * complete.el (PC-do-completion): Do not forget to use `pred' as the
10143 default-directory when completing file names.
10144
10145 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
10146
10147 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
10148 followed by the word `face', it gets treated as a face, even if
10149 it is also defined as a variable or a function.
10150
10151 2003-10-20 Dave Love <fx@gnu.org>
10152
10153 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10154 Avoid incf in macro expansion.
10155
10156 2003-10-20 John Paul Wallington <jpw@gnu.org>
10157
10158 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
10159 `evenp' so we don't implicitly require cl library at runtime.
10160
10161 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
10162
10163 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
10164 (help-make-xrefs): Only make cross-references for faces if
10165 preceded or followed by the word `face'. Do not make a
10166 cross-reference for variables without variable documentation,
10167 unless preceded by the word `variable' or `option'. Update doc
10168 string accordingly.
10169
10170 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10171
10172 * progmodes/hideshow.el: Rewrite one-armed `if'
10173 constructs using either `when' or `unless'.
10174 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
10175
10176 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
10177
10178 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
10179 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
10180 instead of 12x12.
10181
10182 2003-10-16 Eli Zaretskii <eliz@gnu.org>
10183
10184 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
10185 message while converting to Babyl.
10186
10187 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
10188
10189 * allout.el (allout-mode): Doc fix.
10190
10191 2003-10-16 Lute Kamstra <lute@gnu.org>
10192
10193 * subr.el (force-mode-line-update): Fix docstring.
10194
10195 2003-10-14 Dave Love <fx@gnu.org>
10196
10197 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10198 (default-input-method): Add :link, improve :type.
10199 (locale-charset-language-names): Fix utf-8 pattern.
10200 (locale-charset-match-p, locale-charset-alist)
10201 (locale-charset-to-coding-system): New.
10202 (set-locale-environment): Deal with codeset part of locale specs.
10203
10204 2003-10-14 Lute Kamstra <lute@gnu.org>
10205
10206 * fringe.el (fringe-mode): Use active voice in docstring.
10207 (set-fringe-style): Ditto.
10208
10209 2003-10-13 Lute Kamstra <lute@gnu.org>
10210
10211 * fringe.el (fringe-mode): Fix docstring.
10212 (set-fringe-style): Ditto.
10213
10214 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
10215
10216 * ediff-mult.el (ediff-filegroup-action):
10217 Use ediff-default-filtering-regexp.
10218
10219 * ediff-util.el (ediff-recenter): Don't call
10220 ediff-restore-highlighting twice.
10221 (ediff-select-difference): Set current difference.
10222 (ediff-unselect-and-select-difference): Add comment.
10223
10224 * ediff.el (ediff-directories,ediff-directory-revisions)
10225 (ediff-directories3,ediff-merge-directories)
10226 (ediff-merge-directories-with-ancestor)
10227 (ediff-merge-directory-revisions)
10228 (ediff-merge-directory-revisions-with-ancestor):
10229 Use ediff-default-filtering-regexp.
10230
10231 2003-10-12 Andreas Schwab <schwab@suse.de>
10232
10233 * international/mule-cmds.el (locale-charset-language-names):
10234 Simplify regex by removing unused grouping.
10235
10236 2003-10-10 Dave Love <fx@gnu.org>
10237
10238 * bindings.el: Don't bind stop.
10239
10240 2003-10-08 Miles Bader <miles@gnu.org>
10241
10242 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10243 face instead of attempting to emulate it.
10244
10245 2003-10-07 Kenichi Handa <handa@m17n.org>
10246
10247 * international/mule-diag.el (list-coding-systems-1): List coding
10248 systems that are loaded automatically.
10249
10250 * international/code-pages.el (iso-8859-11): Add autoload cookie.
10251
10252 * international/mule.el (autoload-coding-system): New function.
10253
10254 2003-10-07 Andreas Schwab <schwab@suse.de>
10255
10256 * log-edit.el (log-edit-changelog-entries): Prefer local value of
10257 change-log-default-name in the buffer visiting the file.
10258
10259 2003-10-06 Dave Love <fx@gnu.org>
10260
10261 * files.el (find-file-hook): Customize.
10262 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
10263
10264 * bindings.el (completion-ignored-extensions): Remove .log.
10265 (global-map): Add again, open, stop keys.
10266
10267 2003-10-05 Richard M. Stallman <rms@gnu.org>
10268
10269 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10270 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10271 Use sh-modify directly.
10272 (sh-select): Use sh-append, not eval.
10273
10274 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10275
10276 * info.el (Info-following-node-name): New function.
10277
10278 * loadhist.el (unload-feature-special-hooks):
10279 Rename from loadhist-hook-functions.
10280 (loadhist-hook-functions): Now an alias.
10281
10282 2003-10-04 Eli Zaretskii <eliz@gnu.org>
10283
10284 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10285 file-name clashes on 8+3 filesystems.
10286
10287 * Makefile.in (DONTCOMPILE, bootstrap-clean):
10288 Rename loaddefs-boot.el to ldefs-boot.el
10289
10290 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10291 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10292
10293 2003-10-03 Lute Kamstra <lute@gnu.org>
10294
10295 * info.el (Info-mode): Revert previous change.
10296 (Info-escape-percent): New function.
10297 (Info-fontify-node): Use it.
10298
10299 2003-10-02 Andreas Schwab <schwab@suse.de>
10300
10301 * loaddefs-boot.el: Regenerated.
10302
10303 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
10304
10305 * ffap.el: Remove defadvice related code from CVS since `complete'
10306 provides a `PC-completion-as-file-name-predicate' variable that
10307 ffap can override.
10308
10309 2003-10-02 Kenichi Handa <handa@m17n.org>
10310
10311 * international/utf-8.el (ccl-decode-mule-utf-8):
10312 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10313
10314 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10315 * international/subst-big5.el: Likewise.
10316 * international/subst-gb2312.el: Likewise.
10317 * international/subst-ksc.el: Likewise.
10318
10319 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10320
10321 * calendar/calendar.el (increment-calendar-month)
10322 (calendar-leap-year-p, calendar-absolute-from-gregorian)
10323 (generate-calendar, calendar-read-date, calendar-interval)
10324 (calendar-day-of-week): Handle years BC.
10325 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10326
10327 2003-10-01 Dave Love <fx@gnu.org>
10328
10329 * language/cyrillic.el (cp1251): Alias for windows-1251.
10330
10331 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10332 bootstrap.
10333
10334 2003-10-01 Lute Kamstra <lute@gnu.org>
10335
10336 * files.el: Fix typo.
10337 * imenu.el (imenu--generic-function): Docstring fix.
10338
10339 2003-09-30 Richard M. Stallman <rms@gnu.org>
10340
10341 * dired.el (dired-mode): Handle dired-directory as a list.
10342
10343 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
10344
10345 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10346
10347 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10348
10349 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10350 Replace gud-display with gud-watch.
10351 (gud-speedbar-buttons): Add stuff for watching expressions
10352 in the speedbar when using M-x gdba. Use dolist on old part
10353 of this function.
10354
10355 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10356 (gdb-update-flag): New variables.
10357 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10358 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10359 (gud-watch, gdb-var-create-handler) : New functions.
10360 (gdb-var-list-children, gdb-var-list-children-handler)
10361 (gdb-var-create-regexp, gdb-var-update-regexp)
10362 (gdb-var-list-children-regexp): New constants.
10363 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10364 (gdb-annotation-rules): Reduce annotation set (level 3).
10365 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10366 (gdb-post-prompt): Don't update GDB buffers every time speedbar
10367 updates.
10368 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10369 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10370 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10371 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10372 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10373 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10374 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10375 (gud-display, gud-display1)
10376 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10377 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10378 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10379 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10380 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10381 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10382 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10383 (gdb-display-display-buffer, gdb-toggle-display)
10384 (gdb-delete-display, gdb-expressions-popup-menu)
10385 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10386 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10387 to display buffer.
10388
10389 2003-09-30 Richard M. Stallman <rms@gnu.org>
10390
10391 * progmodes/ada-mode.el (ada-mode): Don't use advice.
10392 Instead, set which-func-functions.
10393
10394 * progmodes/which-func.el (which-func-modes): Add ada-mode.
10395 (which-func-functions): New variable.
10396 (which-function): Use that.
10397
10398 * info.el (Info-mode): Double each `%' in header line.
10399
10400 * emacs-lisp/lisp-mnt.el (lm-with-file):
10401 When FILE is nil, run BODY in current buffer.
10402
10403 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10404
10405 * help.el (describe-mode): Start with a brief list of minor modes.
10406 Find them thru minor-mode-list so as to find them all.
10407 Show them in alphabetical order.
10408
10409 * mail/sendmail.el (mail-aliases): Doc fix.
10410
10411 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10412
10413 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
10414
10415 * mail/rmailsum.el (rmail-make-summary-line-1):
10416 Change comma after last label to a space.
10417 (rmail-summary-font-lock-keywords): Adapt to that change.
10418
10419 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
10420
10421 * progmodes/scheme.el (scheme-mode-variables): When setting
10422 `font-lock-defaults', also specify that "#" should
10423 be interpreted with `word' syntax.
10424 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10425
10426 2003-09-30 Lars Hansen <larsh@math.ku.dk>
10427
10428 * desktop.el: A lot of comments updated.
10429 (desktop-save-mode): Minor mode introduced.
10430 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10431 (desktop-load-default): Function made obsolete.
10432 (desktop-locals-to-save): Variable made customizable.
10433 (desktop-read): Optional parameter `dirname' added.
10434 (desktop-change-dir, desktop-revert): Parameter `dirname' in
10435 `desktop-read' used.
10436 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10437
10438 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
10439
10440 * whitespace.el (whitespace-clean-msg): Add user customizable message
10441 for displaying ``clean'' output.
10442 (whitespace-buffer): Use `whitespace-clean-msg'.
10443 (whitespace-global-mode): Fix typo.
10444
10445 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
10446
10447 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10448
10449 2003-09-29 Lute Kamstra <lute@gnu.org>
10450
10451 * bindings.el (mode-line-modes): Remove superfluous :propertize
10452 construct in initialization.
10453 (mode-line-position): Change cons cell into proper list in
10454 initialization.
10455
10456 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
10457
10458 * international/mule.el (decode-coding-inserted-region): Use car
10459 of the return value of find-operation-coding-system.
10460
10461 2003-09-29 Kenichi Handa <handa@m17n.org>
10462
10463 * descr-text.el (describe-char): Fix previous change.
10464
10465 2003-09-28 Kenichi Handa <handa@m17n.org>
10466
10467 * descr-text.el (describe-char-display): New function.
10468 (describe-char): Pay attention to display table on describing how
10469 a character is displayed.
10470
10471 * international/mule-cmds.el (encoded-string-description):
10472 Prepend "0x" to each encoded byte.
10473
10474 2003-09-28 Andreas Schwab <schwab@suse.de>
10475
10476 * find-file.el (ff-special-constructs): Add autoload cookie.
10477
10478 2003-09-28 Kevin Ryde <user42@zip.com.au>
10479
10480 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10481 makeinfo appends to duplicate index entries.
10482
10483 2003-09-28 Eli Zaretskii <eliz@gnu.org>
10484
10485 * dired-x.el (dired-clean-tex): Doc fix.
10486
10487 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10488 using a Chinese tutorial.
10489
10490 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10491
10492 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10493 between "MAIL FROM:" and "RCPT TO:" and the following address.
10494
10495 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
10496
10497 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10498
10499 2003-09-28 David Ponce <david@dponce.com>
10500
10501 * recentf.el (recentf-initialize-file-name-history): New defcustom.
10502 (recentf-load-list): When `recentf-initialize-file-name-history'
10503 is non-nil, initialize an empty `file-name-history' with the
10504 recent list.
10505
10506 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
10507
10508 * man.el (Man-default-man-entry): Remove the leading `*' from the
10509 word at point.
10510
10511 2003-09-26 Lute Kamstra <lute@gnu.org>
10512
10513 * bindings.el (mode-line-position): Mention size indication in
10514 docstring.
10515
10516 2003-09-26 Andre Spiegel <spiegel@gnu.org>
10517
10518 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10519
10520 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10521 because it's autoloaded now.
10522
10523 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
10524
10525 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10526 (sh-font-lock-keywords, sh-feature): Fix previous change of
10527 sh-feature to avoid infloop with sh-font-lock-keywords.
10528
10529 2003-09-25 Kim F. Storm <storm@cua.dk>
10530
10531 * frame.el (frame-current-scroll-bars): New defun.
10532
10533 * window.el (window-current-scroll-bars): New defun.
10534
10535 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10536
10537 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10538 cause errors when the state cache contains info on parts that have
10539 been narrowed out.
10540
10541 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10542
10543 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10544 `c-setup-paragraph-variables' has to be used when this variable is
10545 changed; it doesn't work to reinitialize the mode since that
10546 typically clobbers the variable.
10547
10548 * progmodes/cc-styles.el (c-setup-paragraph-variables):
10549 Make it interactive.
10550
10551 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10552
10553 * progmodes/cc-fonts.el (c-font-lock-declarations):
10554 Fix recognition of constructors and destructors for classes whose
10555 names are matched by `*-font-lock-extra-types'.
10556
10557 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10558 followed by an identifier in C++ then it's a type.
10559
10560 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10561
10562 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10563 problem that primarily affected XEmacs. Don't use faces to find
10564 unterminated strings since Emacs and XEmacs fontify strings
10565 differently - this function should now work better in XEmacs.
10566
10567 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10568
10569 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10570 `expand-abbrev' workaround which caused braces to misbehave inside
10571 macros.
10572
10573 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10574 handling. This bug could cause interactive font locking to bail out.
10575
10576 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10577
10578 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10579 Handle paren-style types in Pike. Also fixed some cases of
10580 insufficient handling of unbalanced parens.
10581
10582 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
10583
10584 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10585 common shell prompts that are not common filename or URL characters.
10586 (ffap-file-at-point): Use the new regexp to strip the prompts from
10587 the file names. This is an issue mostly for user prompts that
10588 don't have a trailing space and find-file-at-point is invoked from
10589 within a shell inside Emacs.
10590
10591 2003-09-24 Andre Spiegel <spiegel@gnu.org>
10592
10593 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10594 stamps numerically, rather than textually.
10595
10596 2003-09-24 Kenichi Handa <handa@m17n.org>
10597
10598 * language/devan-util.el (devanagari-post-read-conversion):
10599 * language/mlm-util.el (malayalam-post-read-conversion):
10600 * language/tml-util.el (tamil-post-read-conversion):
10601 Add autoload cookie.
10602
10603 * international/utf-8.el (utf-8-post-read-conversion):
10604 Call post-read-conversion functions for Devanagari, Malayalam,
10605 and Tamil.
10606
10607 2003-09-23 Dave Love <fx@gnu.org>
10608
10609 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10610
10611 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
10612
10613 * progmodes/gud.el (perldb): Add gud-until to list of commands.
10614 Update gud-remove.
10615
10616 2003-09-22 Richard M. Stallman <rms@gnu.org>
10617
10618 * progmodes/sh-script.el (sh-mode-default-syntax-table):
10619 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
10620 (sh-mode-syntax-table-input): New variable.
10621 (sh-require-final-newline): Don't use eval.
10622 (sh-builtins, sh-leading-keywords, sh-other-keywords)
10623 (sh-variables, sh-font-lock-keywords): Don't use eval.
10624 (sh-set-shell): When setting require-final-newline,
10625 treat value = `require-final-newline' as don't change it.
10626 Set sh-mode-syntax-table locally based on
10627 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10628
10629 * progmodes/compile.el (compile-internal):
10630 Call compilation-set-window-height before setting window start.
10631
10632 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
10633
10634 * emacs-lisp/bytecomp.el (byte-compile-log-file):
10635 Clear out byte-compile-last-warned-form.
10636
10637 2003-09-22 Richard M. Stallman <rms@gnu.org>
10638
10639 * woman.el (woman-file-name, woman-follow-word):
10640 If current-word returns nil, use "".
10641
10642 * simple.el (eval-expression): Bind standard-output in to-buffer case.
10643
10644 2003-09-22 Richard M. Stallman <rms@gnu.org>
10645
10646 * emacs-lisp/lisp-mnt.el (lm-with-file):
10647 Don't visit the file, just use insert-file-contents in temp buffer.
10648
10649 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
10650
10651 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10652 Add surrounding \\( and \\) around the header, as in
10653 for lm-history-header 'Change Log\\|History'.
10654
10655 2003-09-22 John Paul Wallington <jpw@gnu.org>
10656
10657 * progmodes/ld-script.el: Add Commentary section,
10658 minor cleanup of file header.
10659 (ld-script-font-lock-keywords): Doc fix.
10660 (toplevel): Provide `ld-script' feature.
10661
10662 2003-09-21 Kim F. Storm <storm@cua.dk>
10663
10664 * scroll-bar.el (set-scroll-bar-mode): Initialize to
10665 new built-in variable default-frame-scroll-bars.
10666 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10667 scroll-bar-mode; notably, use it instead of t when we toggle
10668 scroll-bars on.
10669 (toggle-scroll-bar): Use default-frame-scroll-bars.
10670
10671 2003-09-19 Masatake YAMATO <jet@gyve.org>
10672
10673 * pcvs.el (cvs-do-removal): Change the prompt depending on
10674 `filter' value.
10675
10676 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10677
10678 * startup.el (command-line-1): Stop startup-echo-area-message
10679 being hidden by "Loading image..." message.
10680 (use-fancy-splash-screens-p, display-splash-screen):
10681 Move display-graphic-p test from latter to former.
10682
10683 * progmodes/sh-script.el (sh-font-lock-keywords):
10684 Highlight escaped EOLs differently from other backslash constructs.
10685
10686 2003-09-19 Richard M. Stallman <rms@gnu.org>
10687
10688 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10689 New functions.
10690 (edebug-enter, edebug-outside-excursion): Use them.
10691
10692 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10693 Fix the condition for whether to print "In WHERE".
10694
10695 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
10696
10697 * finder.el (finder-mode-hook): New variable.
10698 (finder-mode): Run hook finder-mode-hook
10699
10700 2003-09-18 Masatake YAMATO <jet@gyve.org>
10701
10702 * progmodes/ebrowse.el: Fix broken magic autoload comments.
10703
10704 2003-09-17 Mario Lang <mlang@delysid.org>
10705
10706 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10707 "p %e" to actually print the value in the GUD buffer.
10708
10709 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
10710
10711 From David Ponce <david.ponce@wanadoo.fr>:
10712 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10713 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10714 from loaddefs-boot.el if necessary.
10715
10716 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
10717
10718 * progmodes/gud.el (gud-find-class): Make jdb work again since
10719 cc-mode changed the syntactic information.
10720
10721 2003-09-15 David Ponce <david@dponce.com>
10722
10723 * recentf.el: (recentf-exclude): Accept predicates too.
10724 (recentf-file-readable-p): New function.
10725 (recentf-include-p): Handle predicates in recentf-exclude.
10726 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
10727 (recentf-cleanup): Likewise.
10728 (recentf-save-list): Use write-file to handle backup of
10729 recentf-save-file.
10730
10731 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
10732
10733 * loaddefs-boot.el: Renamed from `loaddefs.el'
10734 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10735 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10736 necessary.
10737
10738 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
10739
10740 * electric.el (Electric-pop-up-window): For the `one-window' case,
10741 no longer disconcertingly move point in the original buffer.
10742
10743 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
10746
10747 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
10748
10749 * dired.el (dired-mode-map): Fix typo.
10750
10751 2003-09-11 Richard M. Stallman <rms@gnu.org>
10752
10753 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
10754
10755 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10756
10757 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
10758 the function is less noisy. Now only `kill-buffer' can ask questions.
10759
10760 2003-09-10 Mario Lang <mlang@delysid.org>
10761
10762 * battery.el: Update Commentary and Copyright.
10763 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
10764 appear due to wrong ordering of the expressions in `or'.
10765
10766 2003-09-09 Lute Kamstra <lute@gnu.org>
10767
10768 * misc.el (upcase-char): Fix docstring.
10769 (zap-up-to-char): New command.
10770
10771 2003-09-08 David Ponce <david@dponce.com>
10772
10773 Ensure that recentf correctly updates the menu bar.
10774 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
10775 (recentf-menu-bar): New function.
10776 (recentf-clear-data): Use it
10777 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
10778 of easy-menu-change.
10779
10780 2003-09-08 Lute Kamstra <lute@gnu.org>
10781
10782 * simple.el (size-indication-mode): New.
10783 * bindings.el (mode-line-position): Add buffer size indicator.
10784
10785 2003-09-04 Mario Lang <mlang@delysid.org>
10786
10787 * battery.el (battery-linux-proc-acpi): New function.
10788 (battery-status-function): Modify default value calculation to also
10789 check for availability of ACPI.
10790 (battery-echo-area-format): Ditto.
10791 (battery-mode-line-format): Ditto.
10792
10793 2003-09-06 Dave Love <fx@gnu.org>
10794
10795 * ielm.el (ielm-mode-hook): Add :options.
10796
10797 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
10798 (eldoc-print-current-symbol-info): Use it.
10799
10800 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
10801
10802 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
10803 being displayed in GUD buffer.
10804 (gdb-idle-input-queue): Remove var. Use just one queue.
10805 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
10806 Remove functions. Use just one queue.
10807 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
10808 (gdb-invalidate-assembler, gdb-get-current-frame):
10809 Modify functions. Use just one queue.
10810
10811 2003-09-04 Dave Love <fx@gnu.org>
10812
10813 * cus-start.el: Add blink-cursor-alist.
10814
10815 * ruler-mode.el (ruler-mode-fill-column-char)
10816 (ruler-mode-current-column-char): Use char-displayable-p,
10817 not window-system.
10818
10819 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
10820
10821 * language/european.el (windows-1252): Move from code-pages.
10822
10823 * language/cyrillic.el ("Windows-1251"): Delete.
10824 ("Bulgarian", "Belarusian"): Remove `features'.
10825 (windows-1251): Move from code-pages.
10826
10827 * international/mule-diag.el (non-iso-charset-alist):
10828 Remove `codepage' stuff.
10829 (print-designation, list-coding-systems-1): Output fixes.
10830
10831 * international/code-pages.el (cp-make-translation-table)
10832 (cp-valid-codes): Made defsubsts.
10833 (cp-fix-safe-chars): Delete.
10834 (mule-diag): Don't require.
10835 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
10836 (top-level): Check for defined coding system when defining
10837 cp... aliases. Change w32-add-charset-info test to avoid warning.
10838 (non-iso-charset-alist): Defvar when compiling.
10839 (cp-make-coding-system): Doc fix.
10840
10841 2003-09-02 Jason Rumney <jasonr@gnu.org>
10842
10843 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
10844 line-ends from CVS before doing conversion.
10845
10846 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
10847
10848 * calendar/diary-lib.el (diary-header-line-flag)
10849 (diary-header-line-format): New variables.
10850 (list-diary-entries): Use them to set header line in simple diary.
10851
10852 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
10853 other than font-lock-string-face to highlight backslashes.
10854
10855 2003-09-01 Jason Rumney <jasonr@gnu.org>
10856
10857 * international/titdic-cnv.el (tit-read-key-value): Include \r in
10858 regexp.
10859
10860 2003-09-01 Dave Love <fx@gnu.org>
10861
10862 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
10863
10864 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
10865 and :help; also line and column numbers labels.
10866
10867 * international/mule-util.el (char-displayable-p): Move from
10868 latin1-disp, rename and autoload.
10869
10870 * international/latin1-disp.el (latin1-char-displayable-p):
10871 Now obsolete alias. Replace uses with char-displayable-p.
10872 (latin1-display-ucs-per-lynx): Fix last change.
10873
10874 * international/mule-cmds.el (standard-display-european-internal):
10875 Don't use char code for Latin-1 NBSP.
10876 <XFree86 4>: Unfrob NBSP display table. Set display table to use
10877 U+2018, U+2019 for `'.
10878 (select-safe-coding-system): Message fix.
10879
10880 2003-09-01 Kenichi Handa <handa@m17n.org>
10881
10882 * international/fontset.el (setup-default-fontset): For Thai
10883 font, specify "*" family.
10884
10885 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10886
10887 * progmodes/compile.el (previous-error): Accept a prefix
10888 argument, similarly to next-error.
10889
10890 2003-08-31 Masatake YAMATO <jet@gyve.org>
10891
10892 * pcvs.el (cvs-do-removal): Use = instead of eq to check
10893 the number of files. Bind the number of files to a local
10894 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
10895
10896 2003-08-30 Eli Zaretskii <eliz@gnu.org>
10897
10898 * vc-hooks.el (vc-make-version-backup): Fix the change made on
10899 2003-07-26: msdos-long-file-names is a function, not a variable.
10900
10901 2003-08-29 Richard M. Stallman <rms@gnu.org>
10902
10903 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
10904 Do nothing with mail-personal-alias-file if it is nil.
10905
10906 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
10907 Do nothing if mail-personal-alias-file is nil.
10908
10909 * term.el (term-exec-1): Bind coding-system-for-read.
10910
10911 * dired.el (dired-mouse-find-file-other-window):
10912 Use dired-view-command-alist here, as in dired-view-file.
10913 (dired-view-command-alist): Use %s to substitute file name.
10914 Handle .ps_pages, .eps, .jpg, .gif, .png.
10915
10916 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
10917
10918 * info.el (Info-mode-map): Bind S-tab and <backtab> to
10919 `Info-prev-reference', instead of M-tab.
10920
10921 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
10922
10923 * simple.el (blink-matching-open): Work correctly on chars that
10924 are designated as parens through the syntax-table text property.
10925
10926 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
10927
10928 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
10929 line break position in the middle of a non-kinsoku (e.g. latin)
10930 word, making it skip until either a space or a character with
10931 category "|".
10932 (kinsoku-longer): Test for end of buffer.
10933
10934 2003-08-28 Eli Zaretskii <eliz@gnu.org>
10935
10936 * mail/rmail.el (rmail-convert-to-babyl-format):
10937 Detect quoted-printable- and base64-encoded messages and decode them
10938 automatically. Set the message's encoding from the charset=
10939 header, if any. Decode base64-encoded messages in Mail format as well.
10940
10941 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
10942
10943 * mail/smtpmail.el: Fix previous change.
10944 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
10945 calling smtpmail-via-smtp.
10946 (smtpmail-via-smtp): Add fall-back values for envelope-from.
10947
10948 2003-08-26 John Paul Wallington <jpw@gnu.org>
10949
10950 * image.el (image-jpeg-p): Don't search beyond length of data.
10951
10952 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10953
10954 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
10955 misfeature in `expand-abbrev' which caused electric keywords like
10956 "else" to disappear if an open brace was typed directly afterwards.
10957
10958 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10959
10960 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
10961 mandatory in `define-widget'.
10962
10963 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
10964 Don't align the operators "!=", "<=" and ">=" as assignment operators.
10965
10966 (c-assignment-operators): New language constant that only contains
10967 the assignment operators.
10968
10969 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
10970
10971 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
10972
10973 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10974 Safeguard against unbalanced sexps.
10975
10976 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
10977
10978 * version.el (emacs-version): Check for gtk. Include gtk version info.
10979
10980 2003-08-25 John Paul Wallington <jpw@gnu.org>
10981
10982 * man.el (Man-default-man-entry): Don't whizz past the section
10983 number before looking for it.
10984
10985 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
10986
10987 * progmodes/gud.el (gud-display-line): Don't set window-point if
10988 source buffer is not visible. (Only happens with M-x gdba.)
10989
10990 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
10991 documentation.
10992 (gdb-source, gdb-source-info): Update to assembler unnecessary
10993 as its done after each GDB command anyway.
10994 (gdb-pre-prompt): Use with-current-buffer.
10995 (gdb-insert-field): Add help-echo text.
10996 (gdb-invalidate-assembler): Re-display of assembler now done in
10997 gdb-info-breakpoints-custom.
10998 (gdb-info-breakpoints-custom): Force re-display of assembler to
10999 happen *after* update of breakpoints buffer.
11000 (gdb-display-source-buffer): Don't choke if gdb-source-window
11001 isn't visible.
11002 (gdb-put-string, gdb-put-arrow): Remove free variables.
11003
11004 2003-08-24 John Paul Wallington <jpw@gnu.org>
11005
11006 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
11007
11008 * man.el (Man-default-man-entry): Strip text properties when
11009 snarfing parts of entry because `format' preserves properties.
11010
11011 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11012
11013 * files.el (file-newest-backup): Use `expand-file-name'.
11014
11015 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
11016 Allow the diary to pop up a new frame, if needed.
11017
11018 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
11019 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
11020 (smtpmail-send-it): Make treatment of envelope-from consistent with
11021 sendmail.el.
11022
11023 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
11024 (sh-leading-keywords): Add the bash `time' reserved word.
11025 (sh-variables): Add some bash variables.
11026 (sh-add-completer): Fix nil branch of case statement.
11027
11028 2003-08-24 Masatake YAMATO <jet@gyve.org>
11029
11030 * progmodes/ld-script.el: New file.
11031
11032 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
11033
11034 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
11035
11036 2003-08-23 Andre Spiegel <spiegel@gnu.org>
11037
11038 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
11039 Better explain obsolescence, and what to use instead.
11040
11041 2003-08-23 Masatake YAMATO <jet@gyve.org>
11042
11043 * pcvs.el (cvs-do-removal): Show the deleted file name
11044 on the prompt.
11045
11046 2003-08-20 Dave Love <fx@gnu.org>
11047
11048 * international/mule.el (make-coding-system)
11049 (set-buffer-file-coding-system): Doc fix.
11050
11051 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
11052
11053 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
11054
11055 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
11056
11057 * international/utf-16.el: Add mime-text-unsuitable coding system
11058 properties.
11059
11060 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
11061
11062 * cus-edit.el: Add some :links.
11063 (bib): Remove.
11064
11065 * textmodes/bib-mode.el (bib): Add :group external.
11066
11067 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
11068
11069 * wid-edit.el (widget-echo-help): Make it handle expressions that
11070 evaluate to strings.
11071
11072 2003-08-18 Michael Mauger <mmaug@yahoo.com>
11073
11074 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
11075
11076 Simplify selection of SQL products to define highlighting and
11077 interactive mode. Includes detailed instructions on adding
11078 support for new products.
11079
11080 * progmodes/sql.el (sql-product): New variable. Identifies SQL
11081 product for use in highlighting and interactive mode.
11082 (sql-interactive-product): New variable. SQL product for
11083 sql-interactive-mode.
11084 (sql-product-support): New variable. Specifies product-specific
11085 parameters to drive highlighting and interactive mode.
11086 (sql-imenu-generic-expression): Add more object types.
11087 (sql-sqlite-options): Correct comment.
11088 (sql-ms-program): Use "osql" rather than "isql".
11089 (sql-prompt-regexp, sql-prompt-length): Update comment.
11090 (sql-mode-menu): Add "Start SQLi session" entry.
11091 Replace Highlighting submenu with Product menu. Fix Send Region entry.
11092 (sql-mode-abbrev-table): Add abbreviations. Support of
11093 SYSTEM-FLAG on define-abbrev. Support was removed with last
11094 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
11095 (sql-mode-font-lock-object-name): Add font-lock pattern for object
11096 names.
11097 (sql-mode-ansi-font-lock-keywords): Set as default value.
11098 (sql-mode-oracle-font-lock-keywords): Set as default value.
11099 Support Oracle 9i keywords.
11100 (sql-mode-postgres-font-lock-keywords): Set as default value.
11101 (sql-mode-linter-font-lock-keywords): Set as default value.
11102 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
11103 SQLServer 2000.
11104 (sql-mode-sybase-font-lock-keywords)
11105 (sql-mode-interbase-font-lock-keywords)
11106 (sql-mode-sqlite-font-lock-keywords)
11107 (sql-mode-strong-font-lock-keywords)
11108 (sql-mode-mysql-font-lock-keywords)
11109 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
11110 keywords.
11111 (sql-mode-font-lock-defaults): Update comment.
11112 (sql-product-feature): New function. Returns feature associated
11113 with a product from `sql-product-support' alist.
11114 (sql-product-font-lock): New function. Set font-lock support
11115 based on `sql-product'.
11116 (sql-add-product-keywords): New function. Add font-lock rules to
11117 product-specific keyword variables.
11118 (sql-set-product): New function. Set `sql-product' and apply
11119 appropriate font-lock highlighting.
11120 (sql-highlight-product): New function. Set font-lock support
11121 based on a product. Also set mode name to include product name.
11122 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
11123 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
11124 Use `sql-set-product'.
11125 (sql-highlight-ms-keywords)
11126 (sql-highlight-sybase-keywords)
11127 (sql-highlight-interbase-keywords)
11128 (sql-highlight-strong-keywords)
11129 (sql-highlight-mysql-keywords)
11130 (sql-highlight-sqlite-keywords)
11131 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
11132 (sql-get-login): Prompt in the same order as the tokens.
11133 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
11134 (sql-product-interactive): New function. Common portions of
11135 product-specific interactive mode wrappers.
11136 (sql-interactive-mode): Rewritten to use product features.
11137 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11138 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11139 (sql-db2, sql-linter): Use `sql-product-interactive'.
11140 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11141 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11142 (sql-connect-ingres, sql-connect-postgres)
11143 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11144 New functions. Format command line parameters and invoke comint on
11145 the appropriate interpreter. Code was in the corresponding
11146 `sql-xyz' function before.
11147 (sql-connect-ms): New function. Support -E argument to use
11148 operating system credentials for authentication.
11149
11150 2003-08-18 Kenichi Handa <handa@m17n.org>
11151
11152 * international/mule.el (encode-char): Fix for the ASCII case.
11153
11154 2003-08-15 Kenichi Handa <handa@m17n.org>
11155
11156 * international/fontset.el (setup-default-fontset): Change "*" to
11157 nil in the specifications of font family.
11158
11159 2003-08-18 Kim F. Storm <storm@cua.dk>
11160
11161 * kmacro.el (kmacro-keymap): Group related bindings in
11162 initialization for clarity. Bind C-s to start macro.
11163 Remove C-r binding.
11164 (kmacro-initial-counter-value): New defvar to hold initial counter
11165 value in case we set the value before defining a macro.
11166 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
11167 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
11168 not defining or executing macro. Doc fix.
11169 (kmacro-add-counter): Clear kmacro-initial-counter-value.
11170 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
11171 temporarily view older elements on the macro ring without cycling
11172 the ring.
11173 (kmacro-display): Doc fix.
11174 (kmacro-exec-ring-item): New helper function.
11175 (kmacro-call-ring-2nd): Use it.
11176 (kmacro-call-ring-2nd-repeat): Doc fix.
11177 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
11178 (kmacro-end-or-call-macro): Execute last viewed macro (using
11179 kmacro-exec-ring-item) from ring if this follows
11180 kmacro-view-macro. This allows us to find a macro on the ring
11181 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
11182 the ring to bring it to the head of the ring.
11183 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
11184 Allow binding to reserved keys without specifying C-x C-k prefix.
11185 Ask for confirmation if entered key sequence is already bound to
11186 a non-macro command.
11187 (kmacro-view-macro): Repeating command will show older elements
11188 on the macro ring; C-k will execute the last viewed macro.
11189 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
11190 property from 'ring to 'head.
11191
11192 2003-08-17 Alan Shutko <ats@acm.org>
11193
11194 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
11195 keeping December out of the alist.
11196
11197 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
11198
11199 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
11200 * calendar/calendar.el (calendar-mode-map): Bind it to key.
11201 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
11202 (calendar-flatten): New function.
11203 (calendar-mouse-view-other-diary-entries)
11204 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
11205 in the menu title and to show multi-line diary entries correctly
11206 in the menu.
11207
11208 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
11209
11210 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
11211 defcustom, because the default was recently changed.
11212
11213 2003-08-16 Richard M. Stallman <rms@gnu.org>
11214
11215 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
11216
11217 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11218 New subroutine, broken out of eval-last-sexp-1.
11219 (eval-last-sexp-1): Use eval-last-sexp-print-value.
11220
11221 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11222
11223 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11224
11225 * simple.el (eval-expression): Use eval-last-sexp-print-value.
11226
11227 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
11228
11229 * progmodes/compile.el (compilation-error-regexp-alist):
11230 Add Java ANt error detection as described in document
11231 http://ant.apache.org/faq.html
11232
11233 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
11234
11235 * simple.el (backward-word, forward-to-indentation)
11236 (backward-to-indentation): Argument changed to optional.
11237 (next-line, previous-line): Use `or' instead of `unless'.
11238
11239 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11240
11241 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11242 instead of a constant.
11243
11244 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
11245
11246 * shell.el (shell): With prefix-arg, suggest a new buffer name.
11247
11248 2003-08-12 Andre Spiegel <spiegel@gnu.org>
11249
11250 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11251 (vc-sccs-workfile-version): Search the entire delta table, rather
11252 than just the first entry, because that might be a deleted version.
11253
11254 2003-08-11 Karl Fogel <kfogel@red-bean.com>
11255
11256 * menu-bar.el (menu-bar-options-menu): Supply a body for the
11257 [save-place] binding in the Options menu. Have it require
11258 'saveplace' and then toggle the variable manually, to avoid an an
11259 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
11260 for the bug report.
11261
11262 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
11263
11264 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
11265 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
11266 (gdb-info-threads-custom): Add help-echo text.
11267 (gdb-display-back): Don't use purecopy.
11268 (gdb-info-breakpoints-custom, gdb-reset)
11269 (gdb-assembler-custom): Use display-images-p to test if breakpoint
11270 icons can be displayed.
11271
11272 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
11273
11274 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11275
11276 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
11277
11278 * bookmark.el (bookmark-completing-read):
11279 Return a string, instead of a list of one string.
11280 Use a popup menu if activated from the mouse.
11281 (bookmark-edit-annotation): Remove unused vars.
11282 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11283 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11284 to bookmark-completing-read.
11285 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11286 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11287 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11288 and erase-buffer.
11289 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11290 (bookmark-menu-jump, bookmark-menu-insert)
11291 (bookmark-popup-menu-and-apply-function)
11292 (bookmark-menu-popup-paned-bookmark-menu): Remove.
11293 (bookmark-menu-build-paned-menu): Remove by folding it into
11294 bookmark-menu-popup-paned-menu.
11295 (menu-bar-bookmark-map): Move the define-key statements here.
11296 Use the "non-menu" commands since they now pop up a menu if needed.
11297 (bookmark-exit-hook-internal): Simplify.
11298
11299 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
11300
11301 * reftex-toc.el (reftex-toc-rename-label): New function.
11302 (reftex-toc-check-docstruct): New function.
11303
11304 * reftex.el (reftex-region-active-p): New function.
11305
11306 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11307 regexp to find the \bibliography macro.
11308
11309 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11310 which does not exist in LaTeX.
11311 (reftex-cite-format-builtin): Added amsrefs support.
11312 (reftex-toc-confirm-promotion): New option
11313
11314 * reftex-toc.el
11315 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11316 (reftex-toc-demote, reftex-toc-promote)
11317 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11318 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11319 (reftex-toc-newhead-from-alist)
11320 (reftex-toc-load-all-files-for-promotion): New functions.
11321 (reftex-toc-help): Added description of new keys.
11322 (reftex-toc-split-windows-fraction): New option.
11323 (reftex-recenter-toc-when-idle): Search *toc* window on all
11324 visible frames.
11325 (reftex-toc): Additional parameter REUSE
11326 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
11327 with REUSE argument.
11328 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11329 the call of `reftex-toc'.
11330 (reftex-make-separate-toc-frame): New function .
11331 (reftex-toc-recenter): When called with triple prefix arg, call
11332 `reftex-make-separate-toc-frame' first.
11333 (reftex-toc-toggle-dedicated-frame): New command.
11334 (reftex-toc-quit): Adapted to delete frame when called in
11335 dedicated frame.
11336
11337 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11338 all enclosing macros.
11339
11340
11341 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11342
11343 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11344 first use.
11345
11346 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11347
11348 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11349
11350 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11351
11352 * calendar/calendar.el (list-diary-entries-hook)
11353 (diary-display-hook, nongregorian-diary-listing-hook)
11354 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11355 Add some customize options for these hooks.
11356 (calendar-abbrev-construct): Don't try to take a substring longer
11357 than the original string.
11358
11359 2003-08-05 Richard M. Stallman <rms@gnu.org>
11360
11361 * emacs-lisp/testcover.el (noreturn): Report error if does return.
11362 (testcover-reinstrument-clauses): Doc fix.
11363
11364 * emacs-lisp/warnings.el: Doc fixes, args renamed.
11365 (warning-type-format): Rename from warning-group-format.
11366
11367 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11368 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11369 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11370 to prevent warnings about defvar for an obsolete variable.
11371
11372 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11373 warning-group-format renamed to warning-type-format.
11374
11375 * subr.el (read-passwd): Use clear-string instead of fillarray.
11376
11377 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11378 Use vconcat instead of concat.
11379 (edmacro-sanitize-for-string): New function.
11380
11381 2003-08-05 Dave Love <fx@gnu.org>
11382
11383 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11384 line-number-display-limit-width.
11385
11386 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11387
11388 2003-08-05 Kenichi Handa <handa@m17n.org>
11389
11390 * international/code-pages.el: Don't require mule-diag.
11391
11392 * international/mule-diag.el (non-iso-charset-alist):
11393 Add autoload cookie.
11394
11395 * language/devan-util.el (dev-glyph-order): Add an entry for the
11396 glyph code #xC4.
11397
11398 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
11399
11400 * calendar/calendar.el (diary-file, diary-file-name-prefix)
11401 (european-calendar-style, diary-date-forms)
11402 (calendar-day-name-array, calendar-month-name-array): Doc change.
11403 (generate-calendar-month): Adapt for new behaviour of
11404 `calendar-day-name' function.
11405 (calendar-abbrev-length, calendar-day-abbrev-array)
11406 (calendar-month-abbrev-array): New variables.
11407 (calendar-abbrev-construct): New function.
11408 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11409 rather than fixing abbrevs at some width. Calling syntax change.
11410 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
11411 (calendar-date-string): Adapt for new behaviours of
11412 `calendar-day-name' and `calendar-month-name' functions.
11413
11414 * calendar/diary-lib.el (list-diary-entries): Adapt for new
11415 behaviour of `calendar-day-name' and `calendar-month-name' functions.
11416 (diary-name-pattern): Use abbrev arrays, rather than fixing
11417 abbrevs at three chars. Calling syntax change.
11418 (mark-diary-entries): Adapt for new behaviours of
11419 `diary-name-pattern' and `calendar-make-alist' functions.
11420 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11421 `diary-name-pattern' function.
11422 (font-lock-diary-date-forms): Use abbrev arrays, rather than
11423 fixing abbrevs at three chars. Calling syntax change.
11424 (cal-hebrew, cal-islam): Require when compiling.
11425 (diary-font-lock-keywords): Adapt for new behaviour of
11426 `font-lock-diary-date-forms' function.
11427
11428 * calendar/cal-hebrew.el: Reposition some code so defined before used.
11429 (calendar-hebrew-month-name-array-common-year)
11430 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11431 (list-hebrew-diary-entries): Adapt for new behaviours of
11432 `calendar-day-name' and `add-to-diary-list' functions.
11433 (mark-hebrew-diary-entries): Adapt for new behaviours of
11434 `diary-name-pattern' and `calendar-make-alist' functions.
11435
11436 * calendar/cal-islam.el (calendar-islamic-month-name-array):
11437 Add doc string.
11438 (list-islamic-diary-entries): Adapt for new behaviours of
11439 `calendar-day-name' and `add-to-diary-list' functions.
11440 (mark-islamic-diary-entries): Adapt for new behaviours of
11441 `diary-name-pattern' and `calendar-make-alist' functions.
11442
11443 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11444 `calendar-month-name' function.
11445
11446 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11447
11448 * calendar/solar.el (solar-seasons-data): Move definition before use.
11449
11450 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11451 (cal-tex-LaTeX-hourbox): Move definition before use.
11452
11453 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11454 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11455 lunar.el, solar.el
11456 (displayed-month, displayed-year): Define for compiler.
11457
11458 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11459
11460 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11461 MODE. Renamed from c-init-c-language-vars'.
11462 (c-initialize-cc-mode): Change accordingly.
11463 (c-common-init): Ditto.
11464 (c-mode): Ditto.
11465 (c++-mode): Use `c-init-language-vars-for'.
11466 (objc-mode): Ditto.
11467 (java-mode): Ditto.
11468 (idl-mode): Ditto.
11469 (pike-mode): Ditto.
11470 (awk-mode): Ditto.
11471
11472 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
11473
11474 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11475 or not the point moved.
11476
11477 (c-search-decl-header-end): Don't trip up on operator identifiers
11478 in C++ and operators like == in all languages.
11479
11480 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11481 Detect leading labels correctly.
11482
11483 2003-08-02 Andreas Schwab <schwab@suse.de>
11484
11485 * textmodes/ispell.el: Don't redo key bindings on loading, put
11486 them only in loaddefs.el.
11487 * bookmark.el: Likewise.
11488 * dabbrev.el: Likewise.
11489 * emerge.el: Likewise.
11490
11491 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11492 has more than one member.
11493
11494 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11495
11496 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11497
11498 * lpr.el (printify-region): It was ending conversion before the
11499 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
11500
11501 2003-07-31 John Paul Wallington <jpw@gnu.org>
11502
11503 * net/browse-url.el (browse-url-epiphany): Doc fix.
11504
11505 2003-07-30 Kenichi Handa <handa@m17n.org>
11506
11507 * international/fontset.el (setup-default-fontset):
11508 Change registry names of Akurti fonts.
11509
11510 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
11511
11512 * comint.el (comint-read-noecho): Use `clear-string' instead of
11513 `fillarray'.
11514
11515 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
11516
11517 * outline.el (outline-mode-hook): Add defvar.
11518
11519 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
11520
11521 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11522 Restore assembler in source window if that is what has been selected.
11523 (menu): Add gdb-restore-windows to menu. Make gdba
11524 specific menus only visible from gdba.
11525
11526 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
11527
11528 * progmodes/compile.el (compilation-environment): New user variable.
11529 (compile-internal): Respect it.
11530
11531 2003-07-23 Masatake YAMATO <jet@gyve.org>
11532
11533 * progmodes/gud.el (gdb-script-font-lock-keywords):
11534 Put `font-lock-function-name-face' on a symbol which includes
11535 `-' like `hook-run'. Put font-lock-variable-name-face
11536 on a symbol starting with $.
11537
11538 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
11539
11540 * files.el (set-visited-file-name): Use truename for buffer-file-name.
11541
11542 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11543
11544 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11545
11546 2003-07-26 Andre Spiegel <spiegel@gnu.org>
11547
11548 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11549 Use with-no-warnings.
11550 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11551 rather than to find-file-not-found-hook, which doesn't exist.
11552
11553 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
11554
11555 * international/quail.el (quail-translate-key): Fix previous change.
11556
11557 2003-07-25 John Paul Wallington <jpw@gnu.org>
11558
11559 * server.el (server-start): Check `server-process' is non-nil
11560 before killing it to avoid killing current buffer's process.
11561
11562 * simple.el (choose-completion-string): Use `minibufferp';
11563 test `completion-reference-buffer' if `buffer' arg is nil.
11564 (push-mark): Use `when' and `unless'.
11565 (pop-mark): Use `when'.
11566
11567 * mouse-sel.el (mouse-sel-get-selection-function):
11568 Check `x-last-selected-text-primary'. Don't barf if it or
11569 `x-last-selected-text' aren't bound.
11570
11571 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11572
11573 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11574
11575 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
11576
11577 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11578
11579 2003-07-23 John Paul Wallington <jpw@gnu.org>
11580
11581 * tooltip.el (defface tooltip): Inherit from variable-pitch.
11582
11583 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11584
11585 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11586 string. Defvar the derived hook.
11587
11588 * macros.el (insert-kbd-macro): Escape double quote character.
11589 From Thomas W Murphy <twm@andrew.cmu.edu>.
11590
11591 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
11592
11593 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11594 to match the specific mark rather than reusing comment-start-skip.
11595
11596 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
11597
11598 * progmodes/hideshow.el (hs-special-modes-alist):
11599 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
11600
11601 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
11602
11603 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11604 value using ?\s.
11605
11606 2003-07-21 John Paul Wallington <jpw@gnu.org>
11607
11608 * subr.el (with-selected-window): Add closing paren.
11609
11610 2003-07-21 Richard M. Stallman <rms@gnu.org>
11611
11612 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11613 (lisp-mode): Likewise.
11614
11615 * subr.el (with-selected-window): Copy code form save-selected-window
11616 so as to call select-window with norecord arg.
11617 (dynamic-completion-table): Doc fix.
11618 (lazy-completion-table): Doc fix.
11619
11620 * international/mule-cmds.el (set-locale-environment):
11621 langinfo renamed to locale-info.
11622
11623 * international/mule.el (auto-coding-functions): Doc fix.
11624
11625 2003-07-21 Kenichi Handa <handa@m17n.org>
11626
11627 * international/quail.el (quail-translate-key):
11628 Update quail-current-str correctly.
11629
11630 2003-07-21 Andreas Schwab <schwab@suse.de>
11631
11632 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11633 ?, to "_".
11634
11635 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
11636 Version 2.0.36 of Tramp released.
11637
11638 * net/tramp.el (tramp-default-password-end-of-line): Rename from
11639 tramp-password-end-of-line.
11640 (tramp-password-end-of-line): New method parameter.
11641 (tramp-get-password-end-of-line): Function to access method
11642 parameter `tramp-password-end-of-line', or variable
11643 `tramp-default-password-end-of-line' (default value).
11644 (tramp-methods): Add entries for new parameter
11645 tramp-password-end-of-line.
11646 (tramp-enter-password): Use new function
11647 `tramp-get-password-end-of-line'.
11648 (tramp-handle-insert-file-contents): Do not
11649 unconditionally inhibit the file operation file-local-copy, only
11650 do that when the inhibit-file-name-operation is currently
11651 insert-file-contents. This fixes finding remote CVS-controlled
11652 files. (It would barf on inserting the CVS/Entries file
11653 literally, because the file-local-copy handler wasn't called.)
11654 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11655 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11656 (tramp-initial-commands): New variable.
11657 (tramp-process-initial-commands): New function, using the variable.
11658 (tramp-open-connection-setup-interactive-shell): Call the new function.
11659 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11660 method into the buffer name, never use nil. Reported by Hanak
11661 David <dhanak@inf.bme.hu>.
11662 (tramp-open-connection-setup-interactive-shell): Erase buffer
11663 before sending "stty -onlcr".
11664
11665 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11666
11667 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
11668
11669 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11670
11671 2003-07-19 John Paul Wallington <jpw@gnu.org>
11672
11673 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11674 (artist-draw-rect, artist-draw-square): Doc fixes.
11675
11676 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11677
11678 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11679
11680 2003-07-19 Kenichi Handa <handa@m17n.org>
11681
11682 * international/kkc.el (kkc-show-conversion-list-update):
11683 Highlight the correct candidate in the message.
11684
11685 2003-07-18 John Paul Wallington <jpw@gnu.org>
11686
11687 * simple.el (current-word): Don't include punctuation char when
11688 `really-word' arg is non-nil.
11689
11690 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
11691
11692 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11693 moved to the directory obsolete.
11694
11695 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
11696
11697 * info.el (Info-menu-entry-name-re): Allow newlines in
11698 menu entry names.
11699
11700 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11701 syntax-ppss-after-change-function.
11702 (syntax-ppss-after-change-function): New alias. Update uses.
11703 (syntax-ppss): Catch the case where the buffer is narrowed.
11704
11705 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11706
11707 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11708 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11709
11710 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
11711
11712 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11713 since it might be modified.
11714
11715 * progmodes/cc-langs.el (c++-make-template-syntax-table)
11716 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11717 names to these language constants.
11718
11719 2003-07-15 Kim F. Storm <storm@cua.dk>
11720
11721 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11722 All uses changed.
11723
11724 2003-07-14 Mark A. Hershberger <mah@everybody.org>
11725
11726 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11727 Namespace support.
11728
11729 2003-07-13 Juanma Barranquero <lektu@terra.es>
11730
11731 * frame.el (modify-all-frames-parameters): Reinstall (copyright
11732 papers received).
11733
11734 2003-07-13 Karl Eichwalder <ke@suse.de>
11735
11736 * textmodes/po.el (po-find-charset): White space at the start of the
11737 Content-Type field body is non-mandatory.
11738
11739 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11740
11741 * textmodes/texinfo.el (texinfo-section-list):
11742 Append appendixsection; a synonym for appendixsec.
11743
11744 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
11745
11746 * man.el (Man-translate-cleanup): New.
11747 (Man-translate-references): Call `Man-translate-cleanup' to clean
11748 leading, trailing and middle spaces.
11749
11750 2003-07-13 Lars Hansen <larsh@math.ku.dk>
11751
11752 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
11753 Handle `dired-directory' being a list.
11754
11755 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
11756
11757 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
11758 it doesn't exist.
11759
11760 2003-07-12 Richard M. Stallman <rms@gnu.org>
11761
11762 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
11763
11764 * progmodes/cc-defs.el (c-make-keywords-re):
11765 Don't use delete-duplicates.
11766 (c-lang-const): Don't use mapcan.
11767
11768 * apropos.el (apropos-show-scores): Make it customizable.
11769 Document new meaning.
11770 (apropos): Compute scores from symbols.
11771 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
11772
11773 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11774
11775 * ps-bdf.el: Fix copyright line.
11776 (bdf-directory-list): Fix initialization code.
11777
11778 2003-07-11 John Paul Wallington <jpw@gnu.org>
11779
11780 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
11781 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
11782 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
11783
11784 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
11785
11786 * emacs-lisp/ring.el (ring-elements): Doc fix.
11787
11788 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11789
11790 * calendar/timeclock.el (timeclock-relative)
11791 (timeclock-ask-before-exiting, timeclock-use-display-time):
11792 Doc changes.
11793 (timeclock-modeline-display): Give a message if
11794 `timeclock-use-display-time' is non-nil but `display-time-mode'
11795 is not active.
11796
11797 2003-07-11 Kenichi Handa <handa@m17n.org>
11798
11799 * international/mule-cmds.el (set-language-environment):
11800 Set current-language-environment to the correct string.
11801
11802 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11803
11804 * ps-print.el: Print line number correctly in a region. Reported by
11805 Tim Allen <timallen@ls83.fsnet.co.uk>.
11806 (ps-print-version): New version number (6.6.2).
11807 (ps-printing-region): Code fix.
11808
11809 2003-07-10 John Paul Wallington <jpw@gnu.org>
11810
11811 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
11812 this function can be called from `add-completions-from-tags-table'.
11813
11814 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
11815
11816 * calendar/timeclock.el (timeclock-use-display-time)
11817 (timeclock-day-over-hook, timeclock-workday-remaining)
11818 (timeclock-status-string, timeclock-when-to-leave)
11819 (timeclock-when-to-leave-string, timeclock-log-data)
11820 (timeclock-find-discrep, timeclock-day-base)
11821 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
11822 (timeclock-modeline-display): Set the variable
11823 `timeclock-modeline-display'.
11824 (timeclock-update-modeline): Doc fix. Respect value of
11825 `timeclock-relative'.
11826
11827 2003-07-09 Richard M. Stallman <rms@gnu.org>
11828
11829 * textmodes/reftex-parse.el (reftex-all-document-files):
11830 Add autoload cookie.
11831
11832 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
11833 (reftex-scanning-info-available-p): Add autoload cookie.
11834
11835 * international/mule-cmds.el
11836 (set-display-table-and-terminal-coding-system): Delete duplicate
11837 aset on standard-display-table.
11838
11839 * view.el (view-file): If existing buffer's major mode is special,
11840 don't go into view mode.
11841
11842 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
11843
11844 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11845
11846 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
11847 buffer changes; there's third party code that calls this function
11848 directly.
11849
11850 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11851
11852 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
11853 (autodoc-font-lock-keywords): Don't byte compile on font lock
11854 initialization when running from byte compiled files.
11855
11856 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11857
11858 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
11859 statement ends with auto-increment "++".
11860
11861 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11862
11863 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11864 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11865 these are changed, so declare them as variables and not constants.
11866
11867 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
11868
11869 * subr.el (dolist, dotimes): Doc fix.
11870
11871 2003-07-08 Kim F. Storm <storm@cua.dk>
11872
11873 * international/mule-cmds.el
11874 (set-display-table-and-terminal-coding-system): Don't break
11875 bootstrap if standard-display-table isn't setup yet.
11876
11877 2003-07-07 Richard M. Stallman <rms@gnu.org>
11878
11879 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
11880 Give it a doc string, and autoload it.
11881
11882 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
11883 Use with-no-warnings.
11884
11885 * info.el (Info-search): If find invisible text, search again.
11886
11887 * isearch.el (search-whitespace-regexp): Add a shy group around it.
11888
11889 * man.el (Man-name-regexp): Match + as part of name.
11890
11891 * simple.el (visible-mode): Rename from vis-mode.
11892 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
11893
11894 * simple.el (current-word): New arg REALLY-WORD specifies
11895 don't include punctuation chars.
11896
11897 * emacs-lisp/debug.el (debug, debugger-env-macro):
11898 Use with-no-warnings while accessing and binding unread-command-char.
11899
11900 * international/mule-cmds.el
11901 (set-display-table-and-terminal-coding-system): Use explicit loop
11902 instead of calling standard-display-default.
11903
11904 * net/ange-ftp.el (ange-ftp-file-symlink-p):
11905 Use condition-case to catch error in ange-ftp-get-files.
11906
11907 * net/browse-url.el (browse-url-browser-function):
11908 Add alternative for Epiphany.
11909 (browse-url-epiphany-program, browse-url-epiphany-arguments)
11910 (browse-url-epiphany-startup-arguments)
11911 (browse-url-epiphany-new-window-is-tab): New variables.
11912 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
11913
11914 * progmodes/compile.el (compile-auto-highlight): Default now t.
11915 (compile): Doc fix.
11916 (compilation-next-error): Fix previous change.
11917
11918 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
11919
11920 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
11921
11922 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
11923
11924 * gdb-ui.el (gdb-source-info): Display current frame when
11925 attaching to an existing process.
11926 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
11927 while laying out windows when attaching to an existing process.
11928
11929 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
11930
11931 * info.el (Info-menu): Use Info-menu-entry-name-re.
11932
11933 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
11934
11935 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
11936 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
11937
11938 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
11939 to match the same text.
11940
11941 2003-07-06 John Paul Wallington <jpw@gnu.org>
11942
11943 * vc.el (vc-annotate-offset): Move defvar up.
11944
11945 2003-07-06 Kim F. Storm <storm@cua.dk>
11946
11947 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
11948 This should fix the infinite loop when extracting menu names.
11949
11950 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11951
11952 * files.el (auto-mode-alist, interpreter-mode-alist):
11953 Remove entries to CC Mode modes to avoid duplicates; they are now added
11954 with autoload directives in cc-mode.el.
11955
11956 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
11957
11958 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
11959 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
11960 these are changed, so declare them as variables and not constants.
11961
11962 * progmodes/cc-mode.el: Fix some autoload problems: Try to
11963 ensure that the entry for ".c" extension comes before the one for
11964 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
11965 Fix incorrect entries that were added to `interpreter-mode-alist'.
11966 Move the autoload directives for AWK to the top level since they
11967 aren't recognized anywhere else. Do not use the new AWK mode doc
11968 in the autoload form for the old AWK mode.
11969
11970 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11971
11972 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
11973 (bibtex-sort-ignore-string-entries): Default value t.
11974 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
11975 erroneously in previous version.
11976 (bibtex-string-files): Docstring reflects new parsing scheme.
11977 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
11978 docstring, add # as one of the chars to crush
11979 (bibtex-autokey-prefix-string, bibtex-autokey-names)
11980 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
11981 (bibtex-autokey-name-change-strings)
11982 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
11983 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
11984 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
11985 (bibtex-autokey-title-terminators)
11986 (bibtex-autokey-titlewords-stretch)
11987 (bibtex-autokey-titleword-ignore)
11988 (bibtex-autokey-titleword-case-convert)
11989 (bibtex-autokey-titleword-abbrevs)
11990 (bibtex-autokey-titleword-abbrevs)
11991 (bibtex-autokey-titleword-change-strings)
11992 (bibtex-autokey-titleword-length)
11993 (bibtex-autokey-titleword-separator)
11994 (bibtex-autokey-name-year-separator)
11995 (bibtex-autokey-year-title-separator)
11996 (bibtex-autokey-before-presentation-function)
11997 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
11998 Fix docstring.
11999 (bibtex-strings, bibtex-reference-keys):
12000 Use lazy-completion-table and make-variable-buffer-local.
12001 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
12002 (bibtex-braced-string-syntax-table)
12003 (bibtex-quoted-string-syntax-table): New variables.
12004 (bibtex-parse-nested-braces): Remove.
12005 (bibtex-parse-field-string): Use syntax table and forward-sexp.
12006 (bibtex-parse-association): Simplify.
12007 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
12008 (bibtex-parse-field-text): Simplify.
12009 (bibtex-search-forward-field, bibtex-search-backward-field):
12010 argument BOUND can take value t.
12011 (bibtex-start-of-field, bibtex-start-of-name-in-field)
12012 (bibtex-end-of-name-in-field, bibtex-end-of-field)
12013 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
12014 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
12015 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
12016 (bibtex-skip-to-valid-entry): Return buffer position of beginning
12017 and ending of entry. Update for changes of bibtex-search-entry.
12018 Simplify.
12019 (bibtex-map-entries): FUN is called with three arguments.
12020 (bibtex-search-entry): Return a cons pair with buffer positions of
12021 beginning and end of entry.
12022 (bibtex-enclosing-field): Simplify.
12023 (bibtex-format-entry): Use booktitle to set a missing title.
12024 (bibtex-autokey-get-names): Fiddle with regexps.
12025 (bibtex-generate-autokey): Use identity.
12026 (bibtex-parse-keys): Use simplified parsing algorithm if
12027 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
12028 arguments. Return alist of keys.
12029 (bibtex-parse-strings): Simplify. Return alist of strings.
12030 (bibtex-complete-string-cleanup): Fix docstring.
12031 (bibtex-read-key): New function.
12032 (bibtex-mode): Fix docstring. Do not parse for keys and
12033 strings when the mode is entered. Set fill-paragraph-function to
12034 bibtex-fill-field. Setup font-lock-mark-block-function the way
12035 font-lock intended.
12036 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
12037 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
12038 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
12039 (bibtex-Preamble): Avoid hard coded constants.
12040 (bibtex-make-field): Fix docstring. Simplify.
12041 (bibtex-beginning-of-entry): Always return new position of point.
12042 (bibtex-end-of-entry): Rearrange cond clauses.
12043 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
12044 Update for changes of bibtex-map-entries.
12045 (bibtex-ispell-abstract): Do not move point.
12046 (bibtex-entry-index): Use downcase. Simplify.
12047 (bibtex-lessp): Handle catch-all.
12048 (bibtex-find-crossref): Turn into a command.
12049 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
12050 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
12051 preamble entries.
12052 (bibtex-fill-field-bounds): New function.
12053 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
12054 (bibtex-fill-entry): Use bibtex-fill-field-bounds
12055 (bibtex-String): Use bibtex-strings. Always obey
12056 bibtex-sort-ignore-string-entries.
12057
12058 2003-07-05 John Paul Wallington <jpw@gnu.org>
12059
12060 * cus-theme.el (customize-create-theme):
12061 Call `customize-create-theme' in Reset widget's notify function.
12062
12063 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
12064 (ibuffer-mark-interactive): Use `or' instead of `unless'.
12065 (define-ibuffer-column name): Add summarizer.
12066 (define-ibuffer-column size): Likewise.
12067 (define-ibuffer-column filename): Likewise.
12068 (define-ibuffer-column process): Likewise. Change BODY's output too.
12069 (define-ibuffer-column filename-and-process): Likewise, likewise.
12070 (ibuffer): Remove local vars `already-in' and `need-update'.
12071
12072 * ibuf-ext.el: Don't require `derived' at compile-time.
12073
12074 2003-07-05 Kim F. Storm <storm@cua.dk>
12075
12076 * info.el: Disable paragraph refilling.
12077 (Info-refill-paragraphs): New defcustom.
12078 (Info-fontify-node): Use it.
12079
12080 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
12081
12082 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
12083 thingies from constructors created by defstruct.
12084
12085 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
12086 the default value of the variable.
12087 (byte-code-meter): Move declaration to top level.
12088
12089 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
12090
12091 * info.el (Info-following-node-name-re): New fun.
12092 (Info-following-node-name): Remove.
12093 (Info-insert-dir): Use the new fun.
12094 (Info-extract-pointer): Don't save restriction; use new fun.
12095 (Info-menu-entry-name-re): New const.
12096 (Info-menu-entry-name-re): Use it along with new fun.
12097 (Info-node-spec-re): Use new fun.
12098 (Info-complete-menu-item, Info-fontify-node): Use new const.
12099 (Info-goto-node, Info-follow-reference, Info-menu-update):
12100 Use match-string.
12101 (Info-follow-reference): Use assoc-string.
12102 Use a list of strings for the completion table.
12103 (Info-fontify-node): Use match-string, line-end-position.
12104 Limit the search for `node:' to the first line.
12105
12106 * newcomment.el (uncomment-region): Remove padding coming from
12107 comment-start rather than just from comment-padding.
12108
12109 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
12110 (vc-cvs-stay-local-p): Use vc-stay-local-p.
12111 (vc-cvs-rename-file): Remove (use the default).
12112 (vc-cvs-register): Register parent dir if needed.
12113 (vc-cvs-could-register): Return non-nil if parent can be registered.
12114 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
12115 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
12116
12117 * vc-svn.el (vc-svn-use-edit): Make it into a const.
12118 (vc-svn-update): Fix the arguments to `svn'.
12119 (vc-svn-diff-tree): Just use `vc-svn-diff'.
12120 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
12121 Simple implementations, assuming `name' is a URL.
12122
12123 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
12124 set of chars allowed unquoted in a case pattern.
12125
12126 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
12127
12128 * font-lock.el (font-lock-extra-types-widget)
12129 (c-font-lock-extra-types, c++-font-lock-extra-types)
12130 (objc-font-lock-extra-types, java-font-lock-extra-types)
12131 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
12132 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
12133 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
12134 (font-lock-match-c++-structor-declaration)
12135 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
12136 (c++-font-lock-keywords-3, c++-font-lock-keywords)
12137 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
12138 (objc-font-lock-keywords-3, objc-font-lock-keywords)
12139 (java-font-lock-keywords-1, java-font-lock-keywords-2)
12140 (java-font-lock-keywords-3, java-font-lock-keywords)
12141 (java-font-lock-syntactic-face-function): Remove obsolete code
12142 and constants. It's all in cc-fonts.el now.
12143
12144 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
12145
12146 * mail/sendmail.el (mail-specify-envelope-from)
12147 (mail-envelope-from): Doc fix.
12148
12149 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
12150
12151 * generic-x.el: Do away with the dependency on `c-emacs-features'
12152 when populating `rul-generic-mode-syntax-table'; we already know
12153 this isn't XEmacs.
12154
12155 See ChangeLog.10 for earlier changes.
12156
12157 ;; Local Variables:
12158 ;; coding: iso-2022-7bit
12159 ;; End:
12160
12161 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
12162 Copying and distribution of this file, with or without modification,
12163 are permitted provided the copyright notice and this notice are preserved.
12164
12165 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1