]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-368
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3
4 * diff-mode.el (diff-header, diff-file-header, diff-index)
5 (diff-hunk-header, diff-removed, diff-added, diff-changed)
6 (diff-function, diff-context, diff-nonexistent): Remove "-face"
7 suffix from face names.
8 (diff-header-face, diff-file-header-face, diff-index-face)
9 (diff-hunk-header-face, diff-removed-face, diff-added-face)
10 (diff-changed-face, diff-function-face, diff-context-face)
11 (diff-nonexistent-face): New backward-compatibility aliases for
12 renamed faces.
13 (diff-header-face, diff-file-header-face)
14 (diff-index, diff-index-face, diff-hunk-header)
15 (diff-hunk-header-face, diff-removed, diff-removed-face)
16 (diff-added, diff-added-face, diff-changed-face, diff-function)
17 (diff-function-face, diff-context-face, diff-nonexistent)
18 (diff-nonexistent-face): Use renamed diff-mode faces.
19
20 * progmodes/compile.el (compilation-warning-face)
21 (compilation-info-face): Remove "-face" suffix from face names.
22 (compilation-warning-face, compilation-info-face):
23 New backward-compatibility aliases for renamed faces.
24 (compilation-warning-face, compilation-info-face):
25 Use renamed compilation faces.
26
27 * add-log.el (change-log-date, change-log-name)
28 (change-log-email, change-log-file, change-log-list)
29 (change-log-conditionals, change-log-function)
30 (change-log-acknowledgement): Remove "-face" suffix from face names.
31 (change-log-date-face, change-log-name-face)
32 (change-log-email-face, change-log-file-face)
33 (change-log-list-face, change-log-conditionals-face)
34 (change-log-function-face, change-log-acknowledgement-face):
35 New backward-compatibility aliases for renamed faces.
36 (change-log-font-lock-keywords): Use renamed change-log faces.
37
38 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
39 (custom-set, custom-changed, custom-saved, custom-button)
40 (custom-button-pressed, custom-documentation, custom-state)
41 (custom-comment, custom-comment-tag, custom-variable-tag)
42 (custom-variable-button, custom-face-tag, custom-group-tag-1)
43 (custom-group-tag): Remove "-face" suffix from face names.
44 (custom-magic-alist, custom-magic-value-create)
45 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
46 (custom-invalid-face, custom-rogue-face, custom-modified-face)
47 (custom-set-face, custom-changed-face, custom-saved-face)
48 (custom-button-face, custom-button-pressed-face)
49 (custom-documentation-face, custom-state-face)
50 (custom-comment-face, custom-comment-tag-face)
51 (custom-variable-tag-face, custom-variable-button-face)
52 (custom-face-tag-face, custom-group-tag-face-1)
53 (custom-group-tag-face):
54 New backward-compatibility aliases for renamed faces.
55
56 * wid-edit.el (widget-documentation, widget-button)
57 (widget-field, widget-single-line-field, widget-inactive)
58 (widget-button-pressed): "-face" suffix removed from face names.
59 (widget-documentation-face, widget-button-face)
60 (widget-field-face, widget-single-line-field-face)
61 (widget-inactive-face, widget-button-pressed-face):
62 New backward-compatibility aliases for renamed faces.
63 (widget-documentation-face, widget-button-face)
64 (widget-button-pressed-face, widget-specify-field)
65 (widget-specify-inactive): Use renamed widget faces.
66
67 2005-06-10 Kenichi Handa <handa@m17n.org>
68
69 * term/x-win.el (x-clipboard-yank): Remove condition-case
70 wrapping.
71
72 2005-06-11 Kenichi Handa <handa@m17n.org>
73
74 * add-log.el (change-log-font-lock-keywords): Make the regexp for
75 date lines stricter.
76
77 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
78
79 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
80 of x-get-selection.
81
82 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
83
84 * comint.el (comint-mode, comint-snapshot-last-prompt):
85 * frame.el (frame-current-scroll-bars):
86 * term.el (term-mode, term-check-proc, term-input-sender)
87 (term-simple-send, term-extract-string, term-word)
88 (term-match-partial-filename):
89 * window.el (window-current-scroll-bars):
90 * emulation/cua-base.el (cua-normal-cursor-color)
91 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
92 (cua-global-mark-cursor-color):
93 * mail/undigest.el (rmail-forward-separator-regex):
94 Fix typos in docstrings.
95
96 * comint.el (comint-check-proc, make-comint-in-buffer)
97 (comint-source-default): Doc fixes.
98
99 * term.el (term-send-string): Improve argument/docstring
100 consistency.
101
102 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
103
104 * comint.el (comint-send-input): Bind `inhibit-read-only' around
105 call to `delete-region'.
106 (comint-mode-hook): Do not enable Font Lock by default.
107
108 2005-06-09 Lute Kamstra <lute@gnu.org>
109
110 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
111 could be void.
112
113 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * emacs-lisp/debug.el (debugger-will-be-back): New var.
116 (debug): Use it.
117 (debugger-step-through, debugger-continue, debugger-jump)
118 (debugger-return-value): Set it when needed.
119 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
120 Use inhibit-read-only.
121
122 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
123
124 * window.el (shrink-window-if-larger-than-buffer)
125 (window-size-fixed): Fix typo in docstring.
126
127 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
128 thumbnails directory on loading.
129 (thumbs-conversion-program): Use `eq' to check the system type,
130 not `equal'.
131 (thumbs-temp-dir): Initialize to `temporary-file-directory',
132 not "/tmp". Fix docstring.
133 (thumbs-thumbsdir): New function to return the thumbnails
134 directory, creating it if needed.
135 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
136 (thumbs-temp-file): Delete variable and make it into a function.
137 (thumbs-resize-image, thumbs-modify-image): Use it.
138 (thumbs-kill-buffer): Simplify.
139 (thumbs-gensym): Defalias or duplicate CL `gensym'.
140 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
141 docstrings.
142
143 2005-06-09 Kim F. Storm <storm@cua.dk>
144
145 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
146 set-match-data to free markers in match-data.
147
148 * replace.el (replace-match-data): Pass RESEAT arg `t' to
149 match-data to unchain markers in match-data.
150
151 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
152
153 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
154 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
155 unnecessary now.
156
157 2005-06-08 Richard M. Stallman <rms@gnu.org>
158
159 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
160 give the variable a doc string that doesn't say don't set it directly.
161
162 * textmodes/ispell.el (ispell-check-version):
163 Use match-string-no-properties.
164 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
165 (ispell-buffer-local-words): Likewise.
166
167 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
168 except on terminals with enough colors to really display it.
169 (makefile-dependency-regex): Delete spurious `bb'.
170
171 * faces.el (escape-glyph): Use blue once again in last case.
172 (no-break-space): Redefine so that it isn't invisible on a tty.
173
174 2005-06-08 Kim F. Storm <storm@cua.dk>
175
176 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
177 also when reading directory name.
178
179 2005-06-08 Lute Kamstra <lute@gnu.org>
180
181 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
182 (flyspell-mode-line-string): Remove autoload cookie.
183 (flyspell-mode): Remove defvar.
184
185 2005-06-07 Lute Kamstra <lute@gnu.org>
186
187 * textmodes/org.el (org-run-mode-hooks): New function.
188 (org-agenda-mode): Use it.
189
190 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
191
192 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
193
194 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
197
198 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
199
200 * font-lock.el (font-lock-add-keywords): Doc fix.
201
202 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
205 (tex-compile-default): In the absence of any history, use the order in
206 tex-compile-alist to choose the preferred command.
207 (tex-compile-commands): Reorder a bit.
208
209 * textmodes/flyspell.el (flyspell-auto-correct-binding)
210 (flyspell-incorrect-face, flyspell-duplicate-face):
211 Use (X)Emacs-agnostic code.
212 (flyspell-mode-map): Don't overwrite at each load. Remove code
213 redundant with the subsequent add-minor-mode. Merge Emacs and
214 XEmacs code.
215 (flyspell-word): Minor simplification.
216 (flyspell-math-tex-command-p): Quieten the byte-compiler.
217 (flyspell-external-point-words): Remove unused vars `size' and `start'.
218 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
219 Merge the corresponding Emacs code.
220 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
221
222 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
223 a dedicated window.
224
225 * international/latexenc.el (latexenc-find-file-coding-system):
226 Undo part of last patch, to turn off a compiler warning.
227
228 2005-06-06 Juri Linkov <juri@jurta.org>
229
230 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
231 Rename `tmm-inactive-face' to `tmm-inactive'.
232
233 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
234
235 * iswitchb.el: Rename faces.
236
237 2005-06-06 Kim F. Storm <storm@cua.dk>
238
239 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
240 (cua-global-mark): Remove -face suffix from face names.
241
242 * emulation/cua-gmrk.el (cua--init-global-mark):
243 Remove cua-global-mark face setup.
244
245 2005-06-06 Richard M. Stallman <rms@gnu.org>
246
247 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
248 just like other allowed characters.
249 (makefile-match-dependency): Exclude leading and training whitespace
250 from the range of regexp subexp 1.
251 (makefile-macroassign-regex): Don't try to match the body,
252 just the name of the macro being defined.
253
254 * info.el (Info-read-node-name-2): New function.
255 (Info-read-node-name-1): Use that.
256 Add a completion-base-size-function property.
257
258 * simple.el (completion-setup-function): Look for
259 completion-base-size-function property of
260 minibuffer-completion-table.
261
262 * files.el (locate-file-completion): Doc fix.
263
264 * printing.el: Don't call pr-update-menus; user must do that.
265
266 * emacs-lisp/debug.el (debugger-window): New variable.
267 (debug): Use debugger-window if it is set and still alive.
268 Record debugger-window for next entry.
269
270 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
271
272 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
273
274 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
275 (hack-one-local-variable, hack-local-variables)
276 (hack-local-variables-prop-line): Pass that arg.
277
278 2005-06-06 Kim F. Storm <storm@cua.dk>
279
280 * ido.el (ido-first-match, ido-only-match, ido-subdir)
281 (ido-indicator): Remove -face suffix from face names.
282
283 2005-06-06 Juri Linkov <juri@jurta.org>
284
285 * font-lock.el (font-lock-regexp-backslash)
286 (font-lock-regexp-backslash-construct): New faces.
287 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
288 after `('. Add `while-no-input' to control structures.
289
290 * faces.el (no-break-space, shadow): New faces.
291 (escape-glyph): Use less loud colors pink2 and red4.
292
293 * diff-mode.el (diff-context-face)
294 * dired.el (dired-ignored)
295 * rfn-eshadow.el (file-name-shadow)
296 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
297
298 * info.el (Info-title-1-face): Use green instead of yellow because
299 bold yellow is not readable on light backgrounds.
300
301 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
302 before selecting the desired mode to not spend time fontifying
303 old contents.
304
305 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
306
307 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
308 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
309
310 * ps-print.el (ps-default-fg, ps-default-bg):
311 Fix typos in docstrings.
312
313 * isearchb.el (isearchb): Don't pass a spurious second argument to
314 `iswitchb-completions'.
315
316 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
319 to preserve point.
320 (gdb-find-file-hook): Add doc string.
321
322 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
323 C dereferenced pointer expression.
324 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
325
326 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
327
328 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
329 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
330 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
331 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
332 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
333 Make background transparent.
334
335 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
336
337 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
338 (font-lock-remove-keywords): Doc fix.
339 (font-lock-mode-major-mode): Compiler defvar.
340 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
341
342 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
343 (font-lock-mode): Update `font-lock-mode-major-mode'.
344 (font-lock-set-defaults): Compiler defvar.
345 (font-lock-default-function): Take `font-lock-mode-major-mode'
346 into account.
347
348 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
349 keep track of which major mode it enabled the minor mode for.
350 Use find-file-hook again. Update docstring.
351
352 * simple.el (eval-expression-print-level)
353 (eval-expression-print-length, eval-expression-debug-on-error):
354 Doc fixes.
355
356 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
357
358 * iswitchb.el (iswitchb-single-match-face)
359 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
360 (iswitchb-invalid-regexp-face): New faces.
361 (iswitchb-completions): Use them.
362 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
363 now marked as an obsolete alias.
364 (iswitchb-read-buffer): Remove check for bound font variables.
365 (iswitchb-invalid-regexp): New free variable.
366 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
367 set iswitchb-invalid-regexp.
368 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
369 invalid regexps.
370 (iswitchb-completions): Add check for complete match when entering
371 a regexp.
372 (iswitchb-completions): Remove require-match argument.
373 (iswitchb-exhibit): Fix caller.
374 (iswitchb-common-match-inserted): New variable.
375 (iswitchb-complete, iswitchb-completion-help): Use it.
376
377 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
378
379 * url-http.el (url-http-chunked-encoding-after-change-function):
380 Use `url-http-debug' instead of `message'.
381
382 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
383
384 * url-http.el (url-http-parse-headers): Pass redirected URL as a
385 callback argument.
386
387 2005-06-04 Kim F. Storm <storm@cua.dk>
388
389 * simple.el (line-move): Only call sit-for when moving backwards.
390
391 * ido.el (ido-make-merged-file-list-1): New defun split from
392 ido-make-merged-file-list.
393 (ido-make-merged-file-list): Bind throw-on-input around call to
394 ido-make-merged-file-list-1. Return input-pending-p if
395 interrupted by more input available.
396 (ido-read-internal): Handle input-pending-p return value from
397 ido-make-merged-file-list.
398
399 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
402 compatibility code.
403
404 * international/latexenc.el (latexenc-find-file-coding-system):
405 Don't inherit the EOL part of the coding-system from the
406 tex-main buffer. Fit within 80 columns.
407
408 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
409
410 * tmm.el (tmm-inactive-face): New face.
411 (tmm-remove-inactive-mouse-face): New function.
412 (tmm-prompt, tmm-add-one-shortcut)
413 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
414 but not selectable.
415
416 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
417
418 * faces.el (face-equal): Improve argument/docstring consistency.
419
420 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
421
422 * progmodes/make-mode.el (makefile-targets-face)
423 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
424 (makefile-bsdmake-dependency-regex)
425 (makefile-makepp-rule-action-regex)
426 (makefile-bsdmake-rule-action-regex): New constants.
427 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
428
429 * progmodes/compile.el (compilation-error-regexp-alist-alist):
430 Allow (...) within `...' for makepp messages.
431
432 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
433
434 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
435
436 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
437 "." files are deleted from all file lists before comparison.
438
439 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
440 (viper-ESC-key): Made them customizable.
441
442 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
443
444 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
445
446 * autorevert.el (auto-revert-buffers): Use save-match-data.
447
448 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
451 menu items with a nil command binding.
452
453 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
454
455 * emacs-lisp/cl-macs.el (defsetf):
456 Improve argument/docstring consistency.
457
458 * faces.el (list-faces-display): Improve the formatting by
459 computing the maximum length required for any face-name (reworked
460 patch of 1999-01-11, accidentally deleted on 1999-07-21).
461 (internal-find-face): Remove redundant info in docstring.
462
463 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
464
465 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
466 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
467 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
468 (gdb-assembler-custom): Improve regexps.
469 (def-gdb-auto-update-handler): Use window point to preserve point.
470
471 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
474
475 2005-05-31 Jay Belanger <belanger@truman.edu>
476
477 * calc/calc-embed.el (calc-embedded-word): Change argument passed
478 to calc-embedded.
479 (calc-embedded-make-info): Have plain prefix argument select
480 entire line.
481
482 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
483
484 * faces.el (list-faces-display): Signal error if passed a regexp
485 that matches no face name.
486
487 * simple.el (filter-buffer-substring): Fix typo in docstring.
488
489 2005-05-31 Richard M. Stallman <rms@gnu.org>
490
491 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
492 (vhdl-emacs-21): Doc fix.
493 (vhdl-mode): Unconditionally set comment-padding.
494 (vhdl-fixup-whitespace-region): Insert spaces only where
495 there are none.
496 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
497
498 2005-05-30 John Wiegley <johnw@newartisans.com>
499
500 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
501 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
502 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
503 `directory-sep-char' to ?/, and all uses of `string-to-int' to
504 `string-to-number'.
505
506 2005-05-30 Jay Belanger <belanger@truman.edu>
507
508 * calc/calc.el (calc-bug-address): Fix docstring.
509 (calc-window-hook, calc-trail-window-hook): New variables.
510 (calc-trail-display): Restore use of calc-trail-window-hook.
511 (calc): Restore use of calc-window-hook.
512
513 2005-05-31 Masatake YAMATO <jet@gyve.org>
514
515 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
516
517 * help-fns.el (help-C-file-name): Add autoload mark for
518 `find-function-noselect'.
519
520 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
523 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
524
525 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
526
527 * calendar/diary-lib.el (mark-included-diary-files): Only kill
528 included diary buffer if it was not already being visited.
529 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
530
531 * calendar/icalendar.el (top-level): Do not require 'appt.
532
533 * mail/supercite.el (sc-select-attribution): Only use a list
534 element from sc-attrib-selection-list if it returns a string.
535 Reported by Davide G. M. Salvetti <salve@debian.org>.
536
537 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
538
539 * thumbs.el (thumbs-thumbname): The resulting thubname now
540 includes a hash value to improve its uniqueness, and has a ".jpg"
541 extension. Also, it is now a valid filename on all systems.
542 (thumbs-make-thumb): Use `let', not `let*'.
543 (thumbs-show-thumbs-list): Check for JPEG availability.
544
545 2005-05-30 Richard M. Stallman <rms@gnu.org>
546
547 * filesets.el (filesets-menu-ensure-use-cached):
548 Prevent warning when emacs-version>= is undefined.
549
550 * printing.el (pr-interactive-n-up): Use string-to-number.
551
552 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
553
554 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
555 Warn only when name to be defined is quoted.
556
557 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
558
559 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
560 Make regexp more robust.
561 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
562 Force regeneration of disassembly.
563
564 2005-05-29 Jay Belanger <belanger@truman.edu>
565
566 * calc/calc.el (calc-user-invocation): Check if
567 calc-invocation-macro is non-nil.
568
569 2005-05-29 Juri Linkov <juri@jurta.org>
570
571 * add-log.el (change-log-font-lock-keywords):
572 Add `+' to e-mail regexp to accept mail address with keywords.
573
574 * man.el (Man-name-regexp): Add `:' to accept qualified names.
575
576 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
577
578 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
579
580 * ielm.el (inferior-emacs-lisp-mode): Ditto.
581
582 2005-05-29 Richard M. Stallman <rms@gnu.org>
583
584 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
585 Undo the change that moves to end of the current word.
586
587 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
588
589 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
590 Throw error when count <= 0 to ensure input is a number.
591 (gdb-read-memory-custom): Pick up address from buffer.
592 (gdb-memory-mode): Allow user to increment and decrement
593 memory address from header line.
594
595 2005-05-29 Richard M. Stallman <rms@gnu.org>
596
597 * flyspell.el (flyspell-version): Function deleted.
598 (flyspell-auto-correct-previous-hook): Doc fix.
599
600 * jit-lock.el (jit-lock-function, jit-lock-after-change):
601 Do nothing if memory is full.
602
603 * font-lock.el (font-lock-fontify-syntactically-region):
604 Pass t for GREEDY to looking-back.
605
606 * saveplace.el (save-place-alist-to-file): Write the file
607 using write-region.
608
609 * subr.el (looking-back): New argument GREEDY.
610
611 * progmodes/compile.el (compilation-start): Set the mode
612 before inserting the initial text.
613
614 * progmodes/which-func.el (which-func-update-1): Turn the mode
615 off in case of error by setting which-func-mode.
616
617 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
618
619 * flyspell.el (flyspell-auto-correct-previous-word):
620 Narrow down to what's on the screen, and recenter overlays
621 at the end of the next word.
622
623 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
624
625 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
626 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
627 (flyspell-abbrev-p): Default to nil.
628 (flyspell-use-global-abbrev-table-p): Doc fix.
629 (flyspell-large-region): Allow nil as value.
630 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
631
632 (mail-mode-flyspell-verify): More robust handling
633 of `mail-header-separator'. More efficient signature detection.
634 Allow for regexp metacharacters in message-header-separator.
635 Adding `To' not to be checked in mail-mode-flyspell-verify.
636
637 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
638 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
639 Bind flyspell-auto-correct-binding.
640 Bind C-. and C-, .
641 (flyspell-mode-map): Likewise.
642 (flyspell-mode): Doc fix.
643 (flyspell-accept-buffer-local-defs): Preserve current buffer.
644 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
645 (flyspell-word-cache-result): New var, always local.
646 (flyspell-check-pre-word-p): Doc fix.
647 (flyspell-check-changed-word-p): Handle spc like newline.
648 (flyspell-post-command-hook): Set flyspell-word-cache-result.
649 (flyspell-word-search-backward, flyspell-word-search-forward):
650 New functions.
651 (flyspell-word): Return t if nothing to check.
652 When parsing TeX code, check for after } or \.
653 Use flyspell-word-search-backward to find previous word.
654 Return nil if duplicated word.
655 For word already checked, return same value as last time.
656 Set flyspell-word-cache-result after checking.
657 Don't clobber the return value.
658 (flyspell-get-word): Major rewrite.
659 (flyspell-external-point-words): New locals pword, pcount.
660 Fix size used in progress message.
661 Find the proper corresponding word in flyspell-large-region-buffer.
662 (flyspell-region): Check for flyspell-large-region = nil.
663 (flyspell-highlight-incorrect-region): Clean up overlays in region.
664 (flyspell-auto-correct-word): Check that WORD is a cons.
665 (flyspell-correct-word): Likewise.
666
667 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
668
669 * progmodes/make-mode.el (makefile-rule-action-regex)
670 (makefile-macroassign-regex, makefile-makepp-mode)
671 (makefile-bsdmake-mode): Continuation lines may be empty.
672 Reported by Joshua Varner.
673 (makefile-makepp-font-lock-keywords): Add $(stem).
674
675 2005-05-28 Karl Berry <karl@gnu.org>
676
677 * textmodes/tex-mode.el: Now that tex-send-command calls
678 shell-quote-argument (2005-03-31 change), remove all calls to
679 shell-quote-argument; they all end up invoking tex-send-command.
680 The double quoting loses on filenames with non-safe characters,
681 such as "@". Reported by Frederik Fouvry.
682
683 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
684
685 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
686 about preserving point.
687
688 2005-05-27 Jay Belanger <belanger@truman.edu>
689
690 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
691 Info-goto-node.
692
693 * calc/calc-embed.el (calc-embed-arg): New variable.
694 (calc-do-embedded-activate, calc-embedded-activate-formula)
695 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
696 variable by new variable.
697 (calc-embedded-make-info): Replace undeclared variable by new
698 variable. When selecting region with positive prefix
699 argument, use end of previous line instead of beginning of line.
700
701 * calc/calc-aent.el (calc-arg-values): Declare it.
702
703 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
704 Declare them.
705
706 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
707
708 * calc/calc.el (calc-alg-map): Declare it.
709
710 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
711
712 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
713
714 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
715 (gdb-registers-buffer, toggle-gdb-all-registers):
716 Toggle display of floating point registers.
717 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
718
719 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
720 (toggle-gud-tooltip-dereference):
721 Rename from gud-toggle-tooltip-dereference.
722
723 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
724
725 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
726
727 2005-05-27 Jay Belanger <belanger@truman.edu>
728
729 * calc/calc-prog.el (calc-kbd-report): Remove.
730 (calc-kbd-query): Rewrite.
731
732 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
733
734 * image.el (image-library-alist): Move to image.c.
735 (image-type-available-p): Doc fix.
736
737 2005-05-27 Lute Kamstra <lute@gnu.org>
738
739 * calc/calc.el (calc):
740 * outline.el (outline-1, outline-2, outline-3, outline-4)
741 (outline-5, outline-6, outline-7, outline-8):
742 * textmodes/dns-mode.el (dns-mode):
743 * textmodes/sgml-mode.el (sgml-namespace-face):
744 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
745 (tex-verbatim-face, tex-use-reftex):
746 * textmodes/texinfo.el (texinfo-heading-face):
747 Specify customization group.
748
749 * longlines.el: Don't require easy-mmode.
750 (longlines-visible-face): Specify customization group.
751
752 2005-05-27 Kenichi Handa <handa@m17n.org>
753
754 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
755 encoding table of windows-1251.
756
757 * international/ucs-tables.el (ucs-set-table-for-input):
758 If translation-table-for-input of a coding system is a symbol, get
759 its translation-table property.
760
761 * international/code-pages.el: Don't register a coding system into
762 non-iso-charset-alist more than once.
763 (cp-make-coding-system): Likewise.
764
765 2005-05-26 John Wiegley <johnw@newartisans.com>
766
767 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
768 `eshell-resume-eval' is wrapped in a list, it indicates that the
769 command was run asynchronously. In that case, unwrap the value
770 before checking the delimiter value.
771
772 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
773 character before a space at the end of a line is \, assume the space
774 is part of the last argument rather than a final argument separator.
775
776 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
777 is in use, and the target is `t' or `nil' (which are the most common
778 values), don't assume that the symbol target is a buffer.
779
780 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
781
782 * calendar/calendar.el (calendar-mode-line-format):
783 Use mode-line-highlight as mouse-face.
784
785 * time.el (display-time-string-forms, display-time-update):
786 Use mode-line-highlight as mouse-face.
787
788 2005-05-26 Jay Belanger <belanger@truman.edu>
789
790 * calc/calc.el (calc-language-alist): Remove extra defvar.
791
792 2005-05-26 Lute Kamstra <lute@gnu.org>
793
794 * arc-mode.el (archive-mode):
795 * bookmark.el (bookmark-read-annotation-mode)
796 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
797 * bs.el (bs-mode):
798 * calc/calc-yank.el (calc-edit-mode):
799 * calc/calc.el (calc-mode, calc-trail-mode):
800 * calculator.el (calculator-mode):
801 * chistory.el (command-history-mode):
802 * comint.el:
803 * cus-edit.el (custom-mode):
804 * descr-text.el (describe-text-mode):
805 * ebuff-menu.el (Electric-buffer-menu-mode):
806 * ediff-util.el (ediff-mode):
807 * emacs-lisp/re-builder.el (reb-mode):
808 * emulation/vi.el (vi-mode-setup):
809 * emulation/ws-mode.el (wordstar-mode):
810 * eshell/esh-mode.el (eshell-mode):
811 * forms.el (forms-mode):
812 * help-mode.el (help-mode):
813 * hexl.el (hexl-mode):
814 * ibuffer.el (ibuffer-mode):
815 * ielm.el (inferior-emacs-lisp-mode):
816 * info.el (Info-mode, Info-edit-mode):
817 * international/swedish.el:
818 * ledit.el (ledit-from-lisp-mode):
819 * locate.el (locate-mode):
820 * mail/rmail.el (rmail-mode):
821 * mail/rmailedit.el (rmail-edit-mode):
822 * mail/rmailsum.el (rmail-summary-mode):
823 * mail/supercite.el (sc-electric-mode):
824 * net/eudc.el (eudc-mode):
825 * net/quickurl.el (quickurl-list-mode):
826 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
827 * obsolete/ooutline.el (outline-mode):
828 * obsolete/options.el (Edit-options-mode):
829 * obsolete/rnews.el (news-mode):
830 * obsolete/rnewspost.el (news-reply-mode):
831 * play/5x5.el (5x5-mode):
832 * play/decipher.el (decipher-mode, decipher-stats-mode):
833 * play/gomoku.el (gomoku-mode):
834 * play/snake.el (snake-mode):
835 * play/solitaire.el (solitaire-mode):
836 * play/tetris.el (tetris-mode):
837 * progmodes/ada-mode.el (ada-mode):
838 * progmodes/antlr-mode.el (antlr-mode):
839 * progmodes/autoconf.el (autoconf-mode):
840 * progmodes/dcl-mode.el (dcl-mode):
841 * progmodes/delphi.el (delphi-mode):
842 * progmodes/ebrowse.el (ebrowse-tree-mode)
843 (ebrowse-electric-list-mode, ebrowse-member-mode)
844 (ebrowse-electric-position-mode):
845 * progmodes/f90.el (f90-mode):
846 * progmodes/fortran.el (fortran-mode):
847 * progmodes/icon.el (icon-mode):
848 * progmodes/idlw-help.el (idlwave-help-mode):
849 * progmodes/idlw-shell.el (idlwave-shell-mode):
850 * progmodes/idlwave.el (idlwave-mode):
851 * progmodes/inf-lisp.el (inferior-lisp-mode):
852 * progmodes/m4-mode.el (m4-mode):
853 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
854 * progmodes/modula2.el (modula-2-mode):
855 * progmodes/octave-inf.el (inferior-octave-mode):
856 * progmodes/octave-mod.el (octave-mode):
857 * progmodes/pascal.el (pascal-mode):
858 * progmodes/sh-script.el (sh-mode):
859 * progmodes/sql.el (sql-mode, sql-interactive-mode):
860 * progmodes/vhdl-mode.el (vhdl-mode):
861 * progmodes/xscheme.el (scheme-interaction-mode):
862 * replace.el (occur-mode):
863 * ses.el (ses-mode):
864 * simple.el (completion-list-mode):
865 * skeleton.el:
866 * speedbar.el (speedbar-mode):
867 * term.el (term-mode):
868 * terminal.el (terminal-edit-mode):
869 * textmodes/reftex-index.el (reftex-index-mode)
870 (reftex-index-phrases-mode):
871 * textmodes/reftex-sel.el (reftex-select-label-mode)
872 (reftex-select-bib-mode):
873 * textmodes/reftex-toc.el (reftex-toc-mode):
874 * wdired.el (wdired-change-to-wdired-mode):
875 * wid-browse.el (widget-browse-mode):
876 Use run-mode-hooks.
877
878 * array.el (array-mode):
879 * calendar/todo-mode.el (todo-mode):
880 * man.el (Man-mode):
881 * play/landmark.el (lm-mode):
882 * play/mpuz.el (mpuz-mode):
883 Use kill-all-local-variables and run-mode-hooks.
884
885 * subr.el (delay-mode-hooks): Specify indentation.
886
887 2005-05-26 Mark A. Hershberger <mah@everybody.org>
888
889 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
890
891 2005-05-26 Jay Belanger <belanger@truman.edu>
892
893 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
894 of nil.
895
896 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
897
898 * progmodes/gdb-ui.el (gdb-frame-address):
899 Rename from gdb-current-address.
900 (gdb-previous-frame-address): Rename from gdb-previous-address.
901 (gdb-selected-frame): Rename from gdb-current-frame.
902 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
903 (gdb-frame-number): Rename from gdb-current-stack-level.
904 (gdb-ann3): Match new mode-name for disassembly buffer.
905 Extend initialisation of variables.
906 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
907 (gdb-memory-mode): Use mouse-face in header line.
908 (gdb-assembler-buffer-name): Call it disassembly and give frame
909 in mode line.
910 (gdb-source-spec-regexp, gdb-assembler-custom)
911 (gdb-invalidate-assembler, gdb-frame-handler):
912 Make robust to leading zeroes in address format.
913
914 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
915
916 * textmodes/org.el (org-mode): Use `define-derived-mode' to
917 define `org-mode'.
918 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
919
920 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * log-edit.el (log-edit-changelog-entries): Distinguish between
923 filenames like xfns.c and fns.c.
924
925 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
926
927 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
928 point after reverting.
929 (Buffer-menu-make-sort-button): Handle the case where
930 `Buffer-menu-use-header-line' is nil.
931
932 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
933
934 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
935 New funcs. In minibuffer-local-completion-map bind `]', `/'
936 and `:' to them.
937
938 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
939
940 * startup.el (normal-top-level): Allow modification of load-path while
941 we're iterating over it.
942
943 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
944
945 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
946 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
947 (thumbs-resize-interactive, thumbs-insert-image)
948 (thumbs-insert-thumb, thumbs-dired-show-marked)
949 (thumbs-find-image-at-point, thumbs-delete-images)
950 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
951 (thumbs-increment-image-size, thumbs-decrement-image-size):
952 Fix typos in docstrings.
953
954 2005-05-24 Andre Spiegel <spiegel@gnu.org>
955
956 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
957 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
958 (cperl-mode): Use them.
959
960 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
961
962 * window.el (quit-window, shrink-window-if-larger-than-buffer):
963 Doc fixes.
964
965 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
966
967 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
968 Bind C-d to gdb-inferior-io-eof.
969
970 * dired.el (dired-dnd-popup-notice): Use message-box.
971
972 2005-05-23 Masatake YAMATO <jet@gyve.org>
973
974 * bindings.el (mode-line-major-mode-keymap):
975 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
976
977 * faces.el (mode-line-highlight): New face.
978
979 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
980 as mouse-face.
981
982 * bindings.el (top-level, help-echo, mode-line-modified)
983 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
984 as mouse-face.
985
986 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
987
988 * progmodes/cc-engine.el (c-guess-basic-syntax):
989 Remove spurious call to `zerop'.
990
991 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
992
993 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
994
995 CC Mode update to 5.30.10:
996
997 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
998 could go past the limit in decoration level 2, thereby causing
999 errors during interactive fontification.
1000
1001 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1002 the file is evaluated interactively.
1003
1004 * cc-engine.el (c-guess-basic-syntax): Handle operator
1005 declarations somewhat better in C++.
1006
1007 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1008 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1009 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1010 (awk-mode): Use it.
1011 (make-local-hook): Suppress warning about obsoleteness.
1012
1013 * cc-engine.el, cc-align.el, cc-cmds.el
1014 (c-append-backslashes-forward, c-delete-backslashes-forward)
1015 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1016 Compensate for return value from `forward-line' when it has moved
1017 but not to a different line due to eob.
1018
1019 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1020 `objc-method-intro' and `objc-method-args-cont'.
1021
1022 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1023
1024 CC Mode update to 5.30.10:
1025
1026 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1027 in the copyright statement. Incidentally, change "along with GNU
1028 Emacs" to "along with this program" where it occurs.
1029
1030 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1031 so that it is interactive, hence can be found by M-x awk-mode
1032 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1033 <gmorris+emacs@ast.cam.ac.uk>.
1034
1035 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1036 Mode's regexps.
1037
1038 2005-05-23 Kevin Ryde <user42@zip.com.au>
1039
1040 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1041 c-parse-state, to avoid a lisp error (on bad code).
1042
1043 2005-05-23 Lute Kamstra <lute@gnu.org>
1044
1045 * subr.el (font-lock-defaults): Remove defvar as it's already
1046 defined in font-core.el.
1047
1048 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1049
1050 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1051
1052 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1053 more general and work when GDB variable "print pretty" is on,
1054 as with Emacs, for example.
1055
1056 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1057
1058 * font-core.el: Update comment.
1059
1060 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1061 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1062
1063 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1064
1065 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1066
1067 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1068 and `yank-handler' in the doc strings.
1069
1070 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1073
1074 2005-05-22 Richard M. Stallman <rms@gnu.org>
1075
1076 * help.el (describe-key): Move print-help-return-message call
1077 out of conditional.
1078
1079 * progmodes/etags.el (list-tags): Use with-no-warnings.
1080
1081 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1082 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1083 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1084
1085 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1086
1087 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1088 Add defvar.
1089
1090 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1091 Use defvar, not defconst.
1092
1093 * hexl.el (hexl-follow-line): Use with-no-warnings.
1094
1095 * emulation/tpu-extras.el: Use write-file-functions instead of
1096 write-file-hooks.
1097
1098 * dired.el (dired-font-lock-keywords): Fontify files with junk
1099 extensions even if marked by -F.
1100
1101 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1104 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1105 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1106 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1107 (concatenate, list-length, get*, getf, cl-remprop):
1108 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1109 (etypecase, progv, lexical-let, lexical-let*)
1110 (multiple-value-bind, multiple-value-setq, shiftf):
1111 Improve argument/docstring consistency.
1112
1113 * subr.el (focus-frame, unfocus-frame):
1114 Revert deletion on 2005-05-01.
1115
1116 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1117
1118 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1119 doesn't exist.
1120
1121 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1122 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1123
1124 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1125
1126 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1127 already deleted variables: auto-fill-hook, blink-paren-hook,
1128 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1129 suspend-hooks, comment-indent-hook, meta-flag,
1130 before-change-function, after-change-function,
1131 font-lock-doc-string-face.
1132
1133 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1134
1135 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1136
1137 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1138
1139 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1140 rmail-dont-reply-to.
1141
1142 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1143
1144 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1145 literal blank when splitting new-header-values.
1146
1147 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1148
1149 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1150 string so that tmm doesn't create a completion entry for it.
1151
1152 * textmodes/table.el (table-disable-menu): Ditto.
1153
1154 2005-05-21 Richard M. Stallman <rms@gnu.org>
1155
1156 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1157
1158 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1159
1160 * net/rcompile.el (remote-compile): Use compilation-start.
1161
1162 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1163
1164 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1165
1166 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1167 Default to makefile-bsdmake-mode on BSD systems.
1168
1169 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1170 REGEXP may also be a search function now. The part of doc-string
1171 for describing the structure was 95% identical to that of
1172 `imenu--generic-function'. Unify it there.
1173
1174 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1175 Use function to find dependencies, because regexp alone is so complex,
1176 it easily goes into an endless loop.
1177 (makefile-makepp-mode): Also add submenu for Perl functions
1178 defined in the makefile.
1179 (makefile-bsdmake-mode): Special imenu-generic-expression no
1180 longer needed, due to function call.
1181 (makefile-match-dependency): Take BOUND into account when checking
1182 if we're through.
1183
1184 2005-05-20 Jay Belanger <belanger@truman.edu>
1185
1186 * calc/calc-units.el (calc-invalidate-units-table):
1187 Use inhibit-read-only.
1188 (math-build-units-table-buffer): Use view-mode.
1189
1190 2005-05-20 David Kastrup <dak@gnu.org>
1191
1192 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1193 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1194
1195 2005-05-20 Lute Kamstra <lute@gnu.org>
1196
1197 * diff-mode.el (diff-header-face, diff-file-header-face)
1198 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1199 (diff-added-face, diff-changed-face, diff-function-face)
1200 (diff-context-face, diff-nonexistent-face): Put them in the
1201 diff-mode customization group.
1202
1203 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1206
1207 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1208
1209 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1210 Minor regexp-optimization.
1211
1212 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1213
1214 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1215 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1216 (org-agenda-add-time-grid-maybe): New function.
1217 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1218 (org-table-create): `dotimes' instead of `mapcar'.
1219 (org-xor): Simplify implementation.
1220 (org-agenda): `inhibit-redisplay' turned on.
1221 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1222 a consistent line after a state change.
1223 (org-agenda-remove-times-when-in-prefix): New option.
1224 (org-prefix-has-time): New variable.
1225 (org-parse-time-string): Optional argument NODEFAULT.
1226 (org-format-agenda-item): Parse items for time-of-day
1227 specifications and move these into the prefix if possible.
1228 (org-agenda-priority): Get current heading, not previous heading
1229 during agenda remote editing.
1230
1231 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1234 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1235 (remove-duplicates, delete-duplicates, substitute)
1236 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1237 (nsubstitute-if-not, find, find-if, find-if-not, position)
1238 (position-if, position-if-not, count, count-if, count-if-not)
1239 (mismatch, search, sort*, stable-sort, merge, member*)
1240 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1241 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1242 (intersection, nintersection, set-difference, nset-difference)
1243 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1244 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1245 (nsublis, tree-equal): Improve argument/docstring consistency.
1246
1247 * subr.el (send-string, send-region):
1248 Remove obsolescence declaration.
1249 (window-dot, set-window-dot, read-input, show-buffer)
1250 (eval-current-buffer, string-to-int):
1251 Add release number to obsolescence declarations.
1252
1253 2005-05-19 Kim F. Storm <storm@cua.dk>
1254
1255 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1256 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1257
1258 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1259
1260 * faces.el (list-faces-display): Make back button respect optional
1261 regexp arg.
1262
1263 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * calculator.el (calculator-radix-grouping-mode)
1266 (calculator-radix-grouping-digits, calculator-displayer)
1267 (calculator-radix-grouping-separator, calculator-copy-displayer):
1268 * dabbrev.el (dabbrev-search-these-buffers-only):
1269 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1270 (diff-advance-after-apply-hunk, diff-mode-hook)
1271 (diff-minor-mode-prefix):
1272 * imenu.el (imenu-use-popup-menu):
1273 * jit-lock.el (jit-lock-context-time):
1274 * newcomment.el (comment-fill-column, comment-column)
1275 (comment-style, comment-padding, comment-multi-line)
1276 (comment-empty-lines, comment-auto-fill-only-comments):
1277 * reveal.el (reveal-around-mark):
1278 * uniquify.el (uniquify-buffer-name-style)
1279 (uniquify-after-kill-buffer-p)
1280 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1281 (uniquify-min-dir-content, uniquify-separator)
1282 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1283 * w32-vars.el (w32-fixed-font-alist):
1284 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1285 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1286 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1287 * progmodes/perl-mode.el (perl-indent-level)
1288 (perl-continued-statement-offset, perl-continued-brace-offset)
1289 (perl-brace-offset, perl-brace-imaginary-offset)
1290 (perl-label-offset, perl-indent-continued-arguments)
1291 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1292 * progmodes/tcl.el (tcl-indent-level)
1293 (tcl-continued-indent-level, tcl-auto-newline)
1294 (tcl-tab-always-indent, tcl-electric-hash-style)
1295 (tcl-help-directory-list, tcl-use-smart-word-finder)
1296 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1297 (inferior-tcl-source-command):
1298 * textmodes/fill.el (enable-kinsoku):
1299 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1300 * textmodes/table.el (table-yank-handler):
1301 Specify missing group (and type, if simple) in defcustom.
1302
1303 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1304
1305 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1306
1307 2005-05-19 Richard M. Stallman <rms@gnu.org>
1308
1309 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1310
1311 * subr.el (event-basic-type): Don't get an error.
1312 (left-fringe-p): Function deleted.
1313
1314 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1315 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1316
1317 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1318 in recursive copy.
1319
1320 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1321
1322 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1323
1324 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1325 Call byte-compile-nogroup-warn if appropriate.
1326
1327 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1328 (compilation-set-window): Don't call left-fringe-p; do it directly.
1329
1330 2005-05-19 Jay Belanger <belanger@truman.edu>
1331
1332 * calc/calc-graph.el (calc-graph-format-data): Make sure
1333 var-PlotRejects is bound before trying to check its value.
1334
1335 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1336
1337 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1338 definition of this variable from reftex-global.el to reftex.el,
1339 because it is needed in the menu.
1340
1341 2005-05-19 Lute Kamstra <lute@gnu.org>
1342
1343 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1344 years are fixed. Don't insert a space after a dash.
1345
1346 2005-05-19 Kim F. Storm <storm@cua.dk>
1347
1348 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1349
1350 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1351
1352 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1353 strings, because (eq ... ?\\) is fairly frequent.
1354
1355 * progmodes/make-mode.el (makefile-add-this-line-targets):
1356 Simplify and integrate into `makefile-pickup-targets'.
1357 (makefile-add-this-line-macro): Simplify and integrate into
1358 `makefile-pickup-macros.
1359 (makefile-pickup-filenames-as-targets): Simplify.
1360 (makefile-previous-dependency, makefile-match-dependency):
1361 Don't stumble over `::'.
1362
1363 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1364
1365 * subr.el (post-command-idle-hook, post-command-idle-delay):
1366 Remove obsoletion of post-command-idle-hook and
1367 post-command-idle-delay.
1368
1369 * faces.el (list-faces-display): Provide button when describe-face
1370 is called to take user back to the list of faces.
1371
1372 * help-fns.el (describe-variable): Remove hyperlinks in a
1373 variable's value as these are quite frequently inappropriate.
1374
1375 * follow.el (follow-submit-feedback, follow-mode):
1376 Remove references to post-command-idle-hook.
1377
1378 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1379
1380 * progmodes/make-mode.el (makefile-previous-dependency)
1381 (makefile-match-dependency): Check for := (and in bsd mode also
1382 !=) to give a better result, even when font-lock is not on.
1383
1384 2005-05-18 Jay Belanger <belanger@truman.edu>
1385
1386 * calc/calc-help.el (calc-s-prefix-help):
1387 Add `calc-copy-special-constant' to help string.
1388
1389 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1390
1391 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1392
1393 2005-05-18 Jay Belanger <belanger@truman.edu>
1394
1395 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1396 in linear factors are in proper order.
1397
1398 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1399
1400 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1401 Support for jurabib.
1402
1403 * textmodes/reftex.el (featurep): Define aliases for overlay
1404 commands, for XEmacs compatibility, and use these aliases in
1405 overlay initializations.
1406 (reftex-highlight): Use `reftex-move-overlay'.
1407 (reftex-unhighlight): Use `reftex-delete-overlay'.
1408 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1409 (reftex-access-search-path): Use `reftex-uniquify' instead of
1410 `reftex-uniq'
1411
1412 * textmodes/reftex-sel.el (reftex-select-unmark):
1413 Overlay `before-string' property modification enables for Emacs as well.
1414 (reftex-select-item): Use `reftex-delete-overlay'.
1415 (reftex-select-mark): Use `reftex-make-overlay' and
1416 `reftex-overlay-put'.
1417 (reftex-select-unmark): Use `reftex-delete-overlay' and
1418 `reftex-overlay-put'.
1419
1420 2005-05-18 Lute Kamstra <lute@gnu.org>
1421
1422 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1423
1424 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1425
1426 * add-log.el (add-change-log-entry):
1427 * array.el (array-make-template, array-reconfigure-rows)
1428 (array-init-max-row, array-init-max-column)
1429 (array-init-columns-per-line, array-init-field-width):
1430 * replace.el (replace-match-maybe-edit, perform-replace):
1431 * textmodes/spell.el (spell-region):
1432 Replace `read-input' by `read-string'.
1433
1434 * forms.el (forms-mode):
1435 * finder.el (finder-compile-keywords):
1436 * shadowfile.el (shadow-read-files):
1437 Replace `eval-current-buffer' by `eval-buffer'.
1438
1439 * terminal.el (te-pass-through):
1440 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1441 (ange-ftp-raw-send-cmd):
1442 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1443 (send-process-next-char, telnet-initial-filter, telnet):
1444 Replace `send-string' by `process-send-string'.
1445
1446 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1447 (prolog-consult-region): Replace `send-string' by
1448 `process-send-string'; replace `send-region' by `process-send-region'.
1449
1450 * progmodes/delphi.el (delphi-log-msg):
1451 Replace `set-window-dot' by `set-window-point'.
1452
1453 * subr.el (window-dot, set-window-dot, read-input, send-string)
1454 (send-region, show-buffer, eval-current-buffer):
1455 Make really obsolete, as the comment says.
1456
1457 2005-05-17 Kim F. Storm <storm@cua.dk>
1458
1459 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1460 (cua--init-keymaps): Bind C-return instead of S-return to set
1461 rectangle mark.
1462
1463 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1464 instead of S-return to toggle/clear rectangle mark.
1465
1466 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1467
1468 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1469 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1470 Also fontify plain strings assigned to variables, mostly so that a
1471 colon has a face and is thus not taken as a dependency separator.
1472 (makefile-previous-dependency): Inline the new matcher, because it
1473 is too complex to work in both directions.
1474 (makefile-match-dependency): Eliminate `backward' arg (see above).
1475 Completely reimplemented so as to not sometimes go into an endless
1476 loop. It should also be more efficient, because first it only
1477 searches for `:', instead of applying the very complex regexp.
1478 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1479 to be fontified in one piece can be too long for JIT.
1480 Makefiles are never *that* big.
1481
1482 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1483
1484 * dired.el (dired-mode): Simplify.
1485
1486 2005-05-17 Lute Kamstra <lute@gnu.org>
1487
1488 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1489 defcustom for the mode hook variable.
1490
1491 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1492 Emacs Lisp Reference Manual.
1493
1494 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1495
1496 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1497 (evenp, list*):
1498 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1499 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1500
1501 * net/tramp-smb.el (tramp-smb-open-connection):
1502 Pass `tramp-chunksize' as fifth (required) argument.
1503
1504 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1505
1506 * font-lock.el (lisp-font-lock-keywords-1):
1507 Set `font-lock-negation-char-face' for [^...] char group.
1508 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1509
1510 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1511 a var, and refine it to mask one more level of nested vars.
1512 (makefile-rule-action-regex): Turn it into a var, and refine it so
1513 it recognizes backslashed continuation lines as belonging to the
1514 same command.
1515 (makefile-macroassign-regex): Refine it so it recognizes
1516 backslashed continuation lines as belonging to the same command.
1517 (makefile-var-use-regex): Don't look at the next char, because it
1518 might be the same one to be skipped by the initial [^$], leading
1519 to an overlooked variable use.
1520 (makefile-make-font-lock-keywords): Remove two parameters, which
1521 are now variables that some of the modes set locally.
1522 Handle dependency and rule action matching through functions, because
1523 regexps alone match too often. Dependency matching now comes
1524 last, so it can check, whether a colon already matched something else.
1525 (makefile-mode): Inform that font-lock improves makefile parsing
1526 capabilities.
1527 (makefile-match-dependency, makefile-match-action): New functions.
1528
1529 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1532
1533 * align.el (align-regexp):
1534 * ansi-color.el (ansi-color-get-face):
1535 * array.el (array-reconfigure-rows, array-init-max-row)
1536 (array-init-max-column, array-init-columns-per-line)
1537 (array-init-field-width):
1538 * dired-aux.el (dired-trample-file-versions):
1539 * dired-x.el (dired-mark-sexp):
1540 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1541 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1542 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1543 * faces.el (face-read-integer):
1544 * files.el (backup-extract-version, insert-directory):
1545 * hexl.el (hexl-insert-decimal-char):
1546 * server.el (server-process-filter):
1547 * shell.el (shell-extract-num):
1548 * startup.el (command-line-1):
1549 * term.el (term-command-hook):
1550 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1551 (time-stamp-do-number):
1552 * time.el (display-time-update):
1553 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1554 (timezone-fix-time):
1555 * vms-patch.el (vms-suspend-resume-hook):
1556 * calendar/appt.el (appt-convert-time):
1557 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1558 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1559 * calendar/cal-islam.el (mark-islamic-diary-entries):
1560 * calendar/calendar.el (calendar-cursor-to-date)
1561 (calendar-star-date):
1562 * calendar/diary-lib.el (diary-attrtype-convert)
1563 (mark-diary-entries, diary-entry-time):
1564 * calendar/solar.el (solar-get-number):
1565 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1566 * emacs-lisp/re-builder.el (reb-display-subexp):
1567 * emulation/edt.el (edt-set-scroll-margins):
1568 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1569 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1570 (vip-get-ex-count):
1571 * emulation/viper-ex.el (viper-get-ex-token)
1572 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1573 * international/fontset.el (fontset-plain-name):
1574 * mail/feedmail.el (feedmail-look-at-queue-directory):
1575 * mail/mailalias.el (mail-get-names):
1576 * mail/rmail.el (rmail-convert-to-babyl-format):
1577 * mail/rmailsum.el (rmail-make-basic-summary-line)
1578 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1579 (rmail-summary-goto-msg):
1580 * mail/smtpmail.el (smtpmail-read-response):
1581 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1582 (ange-ftp-vms-add-file-entry):
1583 * play/gametree.el (gametree-looking-at-ply)
1584 (gametree-current-branch-score):
1585 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1586 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1587 * progmodes/cperl-mode.el (condition-case):
1588 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1589 (ebrowse-set-member-buffer-column-width)
1590 (ebrowse-select-1st-to-9nth):
1591 * progmodes/etags.el (etags-snarf-tag):
1592 * progmodes/flymake.el (flymake-parse-line):
1593 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1594 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1595 (idlwave-shell-menu-def):
1596 * progmodes/ps-mode.el (ps-run-goto-error):
1597 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1598 (vhdl-speedbar-contract-level):
1599 * term/mac-win.el (x-handle-numeric-switch):
1600 * term/sun-mouse.el (sun-get-frame-data):
1601 * term/w32-win.el (x-handle-numeric-switch):
1602 * term/x-win.el (x-handle-numeric-switch):
1603 * textmodes/ispell.el (ispell-parse-output):
1604 * textmodes/nroff-mode.el (nroff-outline-level):
1605 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1606 (reftex-bib-sort-year-reverse, reftex-format-citation):
1607 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1608 (reftex-section-number):
1609 * textmodes/texinfmt.el (texinfo-paragraphindent):
1610 Replace `string-to-int' by `string-to-number'.
1611
1612 * international/latexenc.el: Add page marker to force the "Local
1613 Variables:" string out of the last page.
1614
1615 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1616
1617 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1618 tooltip-change-major-mode.
1619 (gud-tooltip-print-command): Remove case where gud-minor-mode
1620 is gdb ("--fullname").
1621 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1622 explain to user.
1623
1624 2005-05-16 Jay Belanger <belanger@truman.edu>
1625
1626 * calc/calc-store.el (calc-copy-special-constant): New function.
1627
1628 * calc/calc-ext.el (calc-init-extensions): Add binding for
1629 `calc-copy-special-constant'.
1630
1631 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1632 for the `calc-copy-special-constant' command.
1633
1634 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1635
1636 * subr.el (left-fringe-p): New function.
1637
1638 * progmodes/compile.el (compilation-setup): Set local value of
1639 overlay-arrow-string to "" always.
1640 (compilation-set-window): Left fringe then don't scroll.
1641 No left fringe then no arrow and scroll message to top.
1642 (compilation-context-lines): Adjust doc string accordingly.
1643
1644 2005-05-16 Kim F. Storm <storm@cua.dk>
1645
1646 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1647 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1648 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1649 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1650 (ido-read-file-name): Handle commands with ido property value
1651 equal to find-file as reading a file name, to allow C-d to enter dired.
1652 (ibuffer-find-file): Add ido property with value find-file.
1653
1654 2005-05-15 Kim F. Storm <storm@cua.dk>
1655
1656 * subr.el (open-network-stream-nowait): Remove.
1657 (open-network-stream-server): Remove.
1658
1659 2005-05-15 Richard M. Stallman <rms@gnu.org>
1660
1661 * faces.el (describe-face): Output a definition link button.
1662
1663 * help-mode.el (help-face-def): New button type.
1664
1665 * emacs-lisp/copyright.el (copyright-fix-years):
1666 Match properly if the first year is 2-digit.
1667 Don't mess up the whitespace after the years by filling.
1668
1669 * dired-aux.el (dired-mark-confirm):
1670 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1671
1672 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1673 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1674 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1675
1676 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1677 Set font-lock-comment-start-skip.
1678
1679 * font-lock.el (font-lock-comment-start-skip): New variable.
1680 (font-lock-comment-end-skip): New variable.
1681 (font-lock-fontify-syntactically-region): Use them if non-nil.
1682
1683 2005-05-15 Jay Belanger <belanger@truman.edu>
1684
1685 * calc/calc-store.el (calc-store-value): Return a string rather
1686 than display it as a message.
1687 Use calc-var-name for variable name.
1688 (calc-store-into): Add the result of calc-store-value to message.
1689 (calc-copy-variable): Add a message.
1690 (calc-store-exchange): Improve error messages.
1691 (calc-store-binary, calc-store-map): Don't reset the values of
1692 special constants.
1693
1694 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1695
1696 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1697 manual to docstring.
1698
1699 * files.el (hack-local-variables-confirm): Add STRING argument.
1700 Make the function handle non file visiting buffers correctly.
1701 (hack-local-variables-prop-line, hack-local-variables)
1702 (hack-one-local-variable): Use STRING arg of
1703 `hack-local-variables-confirm'.
1704
1705 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1706
1707 Sync with Tramp 2.0.49.
1708
1709 * tramp.el (tramp-handle-dired-call-process)
1710 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1711 because the contents of the Tramp buffer is changed before
1712 insertion (`expand-file' and alike).
1713 (tramp-handle-insert-directory): If `localname' has an empty
1714 nondirectory name, it must not be quoted.
1715 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1716 variable `tramp-chunksize'. Change callees.
1717 (tramp-open-connection-setup-interactive-shell): Check remote host
1718 for buggy `send-process-string' implementation.
1719 Set `tramp-chunksize' if found. Reported by Michael Kifer
1720 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1721 (tramp-handle-shell-command): `insert-buffer' cannot be used
1722 because the contents of the Tramp buffer is changed before
1723 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1724 <frederic.bothamy@free.fr>.
1725 (tramp-set-auto-save): Actions should be done for Tramp file name
1726 handler only. Ange-FTP has its own auto-save mechanism.
1727 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1728 (tramp-set-auto-save-file-modes): Set file modes of
1729 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1730 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1731 (tramp-bug): Remove obsolete variable.
1732 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1733 for presence of `mml-mode'. Make it running for older Emacsen as well.
1734
1735 2005-05-14 John Paul Wallington <jpw@pobox.com>
1736
1737 * ibuf-ext.el (define-ibuffer-filter filename):
1738 If `dired-directory' is a list, use its car.
1739
1740 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1741
1742 * ibuffer.el (define-ibuffer-column filename):
1743 If `dired-directory' is a list, use its car.
1744
1745 2005-05-14 Richard M. Stallman <rms@gnu.org>
1746
1747 * subr.el (symbol-file): Doc fix.
1748
1749 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1750 (byte-compile-form): Call byte-compile-nogroup-warn.
1751 (byte-compile-warning-types): Doc fix.
1752
1753 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1754
1755 * progmodes/cc-engine.el (c-literal-faces):
1756 Add font-lock-comment-delimiter-face.
1757
1758 * net/net-utils.el (dig): Use with-no-warnings.
1759
1760 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1761 (sc-recite-frame-alist, sc-default-cite-frame)
1762 (sc-default-uncite-frame, sc-default-recite-frame)
1763 (sc-attrib-selection-list, sc-rewrite-header-list):
1764 Mark as risky-local-variable.
1765
1766 * international/ogonek.el (ogonek-jak, ogonek-how):
1767 Don't use beginning-of-buffer.
1768
1769 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1770
1771 * calendar/solar.el (solar-data-list): Move definition up.
1772
1773 * dnd.el (dnd-protocol-alist): Add autoload.
1774
1775 * progmodes/sh-script.el: Many doc usage fixes.
1776 (sh-indent-after-do): Change default to match common styles.
1777
1778 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1779
1780 * files.el (interpreter-mode-alist)
1781 (auto-mode-interpreter-regexp): Doc fixes.
1782
1783 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1784
1785 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1786
1787 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1788
1789 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1790
1791 * dired.el (dired-mode): make-variable-buffer-local =>
1792 make-local-variable.
1793
1794 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1795
1796 * term/mac-win.el (mac-select-convert-to-string): Try coding
1797 systems in mac-script-code-coding-systems if specified one cannot
1798 encode string for `com.apple.traditional-mac-plain-text'.
1799
1800 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1801
1802 * progmodes/make-mode.el (makefile-targets-face)
1803 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1804 (makefile-dependency-regex): Fix it to not make the colon in
1805 $(var:a=b) special.
1806 (makefile-rule-action-regex): New regexp for highlighting embedded
1807 Shell strings.
1808 (makefile-macroassign-regex): Handle != for highlighting as
1809 embedded Shell strings.
1810 (makefile-var-use-regex): New const.
1811 (makefile-statements, makefile-automake-statements)
1812 (makefile-gmake-statements, makefile-makepp-statements)
1813 (makefile-bsdmake-statements): New consts.
1814 (makefile-make-font-lock-keywords): New function.
1815 (makefile-automake-font-lock-keywords)
1816 (makefile-gmake-font-lock-keywords)
1817 (makefile-makepp-font-lock-keywords)
1818 (makefile-bsdmake-font-lock-keywords): New consts.
1819 (makefile-mode-map): Add switchers between the various submodes.
1820 (makefile-mode): Document the availability of the variants.
1821 (makefile-automake-mode, makefile-gmake-mode)
1822 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1823
1824 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1825 new variants of makefile-mode.
1826
1827 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1830 the inheritance.
1831
1832 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1833
1834 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1835 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1836
1837 * files.el (normal-mode): Extend the scope of the
1838 `enable-local-variables' binding to include the `set-auto-mode' call.
1839 (magic-mode-alist): Doc fix.
1840
1841 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1844 font-lock-comment-face rather than copying its setting.
1845
1846 2005-05-12 Andreas Schwab <schwab@suse.de>
1847
1848 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1849
1850 2005-05-12 Lute Kamstra <lute@gnu.org>
1851
1852 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1853 defcustom for the mode hook variable. Delete the last argument.
1854 * generic-x.el: Fix callers of define-generic-mode.
1855 (generic-x-modes): Delete group.
1856 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1857 generic-x customization group.
1858
1859 2005-05-12 Kim F. Storm <storm@cua.dk>
1860
1861 * font-lock.el (font-lock-negation-char-face): Default to "off".
1862
1863 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1864 font-lock-negation-char-face to ! in !=.
1865
1866 2005-05-12 Masatake YAMATO <jet@gyve.org>
1867
1868 * add-log.el (find-change-log): Fix typos in the docstring
1869 of function.
1870
1871 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1872
1873 * international/latexenc.el (latexenc-find-file-coding-system):
1874 Avoid `re-search-forward' when looking for input encoding because
1875 of speed and safety. Better regular expressions for recognizing
1876 input encoding. Limit a search for TeX-master/tex-main-file to
1877 the local variable section.
1878
1879 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1880
1881 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1882 syntax of $ to "'" (quote).
1883
1884 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1885
1886 * dnd.el (dnd-protocol-alist): Improve custom type.
1887
1888 * dired.el (dired-dnd-protocol-alist): New variable.
1889 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1890 `dired-mode-hook' to the end.
1891
1892 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1895 comment-end if comment-start-skip is not set.
1896 Obey the font-lock-comment-delimiter-face variables.
1897
1898 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1899
1900 * files.el (executable-find): Move from executable.el. Use locate-file.
1901 * progmodes/executable.el (executable-find): Move to files.el.
1902
1903 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1904 when trying to ensure forward progress.
1905
1906 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
1907
1908 * mouse-sel.el (mouse-sel-follow-link-p): New function.
1909 (mouse-select, mouse-select-internal, mouse-extend-internal):
1910 Use it to implement mouse-1-click-follows-link functionality.
1911
1912 2005-05-11 Richard M. Stallman <rms@gnu.org>
1913
1914 * font-lock.el (font-lock-fontify-syntactically-region):
1915 Use font-lock-comment-delimiter-face for comment delimiters.
1916
1917 2005-05-10 Jay Belanger <belanger@truman.edu>
1918
1919 * calc/calc-help.el (calc-m-prefix-help): Add mention of
1920 preserving embedded modes.
1921
1922 2005-05-10 Richard M. Stallman <rms@gnu.org>
1923
1924 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1925
1926 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1927 Move from ada-stmt.el.
1928 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1929
1930 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1931 Move to ada-mode.el.
1932 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1933
1934 * cus-edit.el (custom-file): Call file-chase-links.
1935
1936 * files.el (read-directory-name): Fix previous change.
1937 (hack-local-variables-confirm): New function.
1938 (hack-local-variables-prop-line, hack-local-variables)
1939 (hack-one-local-variable): Use it.
1940
1941 2005-05-10 Lute Kamstra <lute@gnu.org>
1942
1943 * font-lock.el (font-lock-keywords-alist)
1944 (font-lock-removed-keywords-alist): Clarify docstrings.
1945
1946 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
1947
1948 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1949 (gdb-source-info): Check for preprocessor info.
1950 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
1951 a macro for a function.
1952 (gdb-info-breakpoints-custom): Try to find file again if not already
1953 found (user might have used GDB dir command).
1954 (gdb-get-location): Update gdb-location-alist correctly for change
1955 to gdb-info-breakpoints-custom.
1956
1957 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1958 (gud-tooltip-print-command): Add gdbmi case.
1959 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1960 preprocessor info.
1961
1962 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
1963
1964 * startup.el (fancy-splash-insert): Fix typo in doc string.
1965
1966 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
1967
1968 * obsolete/float.el (string-to-float):
1969 * obsolete/hilit19.el (hilit-add-pattern):
1970 * obsolete/rnews.el (news-parse-range, news-select-message)
1971 (news-get-pruned-list-of-files): Replace `string-to-int' by
1972 `string-to-number'.
1973
1974 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1975 `find-file-not-found-hooks'; use `add-hook'.
1976 (uncompress-while-visiting): Set `write-file-functions', not
1977 `write-file-hooks'; use `add-hook'.
1978
1979 2005-05-09 Kim F. Storm <storm@cua.dk>
1980
1981 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1982 (cua-paste): Handle clipboard action.
1983 (cua--init-keymaps): Remap clipboard-kill-region and
1984 clipboard-kill-ring-save.
1985
1986 2005-05-08 Eli Zaretskii <eliz@gnu.org>
1987
1988 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1989 Improve commentary.
1990
1991 * simple.el (next-error-overlay-arrow-position): Revert the change
1992 made on 2005-04-30.
1993
1994 2005-05-07 Jay Belanger <belanger@truman.edu>
1995
1996 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1997 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1998 `calc-sel-reselect'.
1999
2000 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2001 Calc is in embedded mode.
2002
2003 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2004
2005 * progmodes/compile.el (compilation-setup):
2006 Set overlay-arrow-string to an empty string on text terminals.
2007
2008 * textmodes/ispell.el (ispell-program-name): Try looking for
2009 "aspell" along exec-path, and if found, use it as the default
2010 speller program.
2011
2012 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2013
2014 * international/mule.el (sgml-xml-auto-coding-function):
2015 Recognize encoding='FOO' in single quotes as well as in double quotes.
2016
2017 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2018
2019 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2020 as well as `interactive', so that defmacro* would recognize
2021 `declare' forms.
2022
2023 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2024
2025 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2026 Explain more about the LIGHTER arg's usage in the doc string.
2027 Add commentary to clarify what the code does. Fix the regexp that
2028 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2029 since it could have characters special to regular expressions.
2030
2031 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2032
2033 * replace.el (occur-1): Bind inhibit-read-only so that
2034 erase-buffer doesn't barf on read-only text properties (likewise
2035 for add-text-properties in occur-engine). Mark buffer as unmodified.
2036 (occur-engine): Don't set buffer-read-only here.
2037
2038 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2041 list-buffers-directory. This caused the *cvs-commit* buffer to be
2042 sometimes mistakenly reused as a *cvs* buffer.
2043
2044 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2045
2046 * tooltip.el: Move code for GUD tooltips into gud.el.
2047 (require): CL no longer needed to compile case.
2048 (tooltip-mode): Do not toggle functions for GUD tooltips.
2049 (tooltip-gud-tips-p): Remove. Replace with minor mode
2050 gud-tooltip-mode in gud.el.
2051 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2052 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2053 tooltip-gud prefix with gud-tooltip and obsolete.
2054 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2055 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2056 (tooltip-mouse-motion): Mouse movement functions/variable.
2057 Rename in gud.el by adding gud prefix.
2058 (tooltip-gud-original-filter, tooltip-gud-dereference)
2059 (tooltip-gud-event, tooltip-toggle-gud-tips)
2060 (tooltip-gud-process-output, tooltip-gud-print-command)
2061 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2062 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2063 (gdb-tooltip-print): Move to gdb-ui.el.
2064
2065 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2066 (require): CL needed to compile case.
2067 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2068 tooltip-gud-tips-p. Make it a minor-mode.
2069 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2070 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2071 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2072 (gud-tooltip-change-major-mode)
2073 (gud-tooltip-activate-mouse-motions-if-enabled)
2074 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2075 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2076 (gud-tooltip-original-filter, gud-tooltip-dereference)
2077 (gud-tooltip-event, tooltip-toggle-gud-tips)
2078 (gud-tooltip-process-output, gud-tooltip-print-command)
2079 (gud-tooltip-tips): Move from tooltip.el.
2080
2081 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2082 (gdb-cpp-define-alist-flags): Doc fix.
2083 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2084 gud-tooltip-mode is t.
2085
2086 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2089 evaporate if their text is deleted.
2090 (goto-address-at-point): Make it work as a mouse binding as well.
2091 (goto-address-at-mouse): Obsolete it. Update users.
2092
2093 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2094
2095 * calendar/appt.el (top-level): No longer activate on load.
2096
2097 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2100 * net/webjump.el (webjump):
2101 * progmodes/idlw-help.el (idlwave-do-context-help1)
2102 (idlwave-highlight-linked-completions):
2103 * textmodes/po.el (po-find-file-coding-system-guts):
2104 Replace `assoc-ignore-case' by `assoc-string'.
2105
2106 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2107
2108 * files.el (locate-file): Doc fix.
2109
2110 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2111 Remove the redundant test for ms-dos.
2112
2113 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2114 look for the preprocessor with exec-suffixes. If not found in
2115 standard places, look in exec-path. Remove most of the tests that
2116 used system-type.
2117
2118 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2119
2120 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2121
2122 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2123 file-name clash with jka-compr.el on 8+3 filesystems.
2124
2125 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2126
2127 * term/mac-win.el: Don't define or bind scroll bar functions if
2128 x-toolkit-scroll-bars is t.
2129 (x-select-text, x-get-selection-value):
2130 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2131 (PRIMARY): Put mac-scrap-name property.
2132 (mac-select-convert-to-file-url): New function.
2133 (public.file-url): New selection target type. Add to
2134 selection-converter-alist.
2135 (x-get-selection, x-selection-value): Handle it.
2136 (x-cut-buffer-or-selection-value): New alias.
2137
2138 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2139
2140 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2141 entry to avoid calling bibtex-find-entry with arg global
2142 being t. Remove arg key.
2143 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2144 (bibtex-copy-summary-as-kill): Change accordingly.
2145
2146 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2149 (org-agenda-date-later): Use with-current-buffer.
2150
2151 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2152
2153 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2154 (define-obsolete-variable-alias): Doc Fixes.
2155
2156 2005-05-06 Kim F. Storm <storm@cua.dk>
2157
2158 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2159 vertical-motion when selective-display is active.
2160
2161 * ido.el (ido-setup-hook): New hook.
2162 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2163 (ido-input-stack): New var.
2164 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2165 ido-next-work-file binding to M-O.
2166 Bind M-f to ido-wide-find-file-or-pop-dir.
2167 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2168 (ido-read-internal): Run ido-setup-hook.
2169 Catch quit in read-file-name and read-string to cancel edit.
2170 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2171 Automatically pop-all when completing a directory name (RET).
2172 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2173 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2174 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2175 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2176 New functions for M-b/M-f to move among the directory components.
2177 (ido-make-merged-file-list): Catch quit to cancel merge.
2178 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2179 (ido-completion-help): No warnings for ido-completion-buffer-full.
2180
2181 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2182
2183 * font-lock.el (font-lock-negation-char-face): New face and variable.
2184 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2185 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2186 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2187 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2188
2189 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2192 Fix typo in docstring.
2193
2194 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2195 (ebrowse-print-statistics-line)
2196 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2197
2198 * term/w32-win.el (image-library-alist): Add additional name for
2199 Xpm library.
2200
2201 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2202
2203 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2204 use gcc instead of cpp.
2205
2206 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2207 (gdb-create-define-alist): Use it.
2208 (gdb-cpp-define-alist-program): Update for MS-DOS.
2209
2210 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2213
2214 2005-05-04 Richard M. Stallman <rms@gnu.org>
2215
2216 * help.el (describe-key): No error when UNTRANSLATED is nil.
2217
2218 * simple.el (line-move-1): Fix previous change to signal errors
2219 appropriately.
2220
2221 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2222
2223 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2224 (icalendar-duration-correction): Remove.
2225 (icalendar--get-event-properties): Split result at commas.
2226 (icalendar--decode-isoduration): New optional argument
2227 DURATION-CORRECTION.
2228 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2229 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2230 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2231 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2232 (icalendar--convert-anniversary-to-ical): New functions, extracted
2233 from icalendar-export-region, with bug fixes.
2234 (icalendar-export-region): Use the above functions.
2235 (icalendar-import-buffer): Check before saving diary file.
2236 (icalendar--convert-recurring-to-diary)
2237 (icalendar--convert-non-recurring-all-day-to-diary)
2238 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2239 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2240 (icalendar--convert-ical-to-diary): Use the above functions.
2241
2242 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2243
2244 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2245 Remove these recent additions.
2246 (c-mode): Restore to before 2005-04-28.
2247
2248 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2249 recent addition.
2250
2251 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2252 (gdb-define-alist): New variables.
2253 (gdb-create-define-alist): New function.
2254 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2255 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2256 with string-to-number.
2257 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2258
2259 * progmodes/gud.el: Replace string-to-int with string-to-number.
2260 (gud-find-file): Handle gdb-define-alist.
2261
2262 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2263
2264 2005-05-02 Jay Belanger <belanger@truman.edu>
2265
2266 * calc/calc-aent.el (math-read-token):
2267 * calc/calc-bin.el (calc-word-size):
2268 * calc/calc-ext.el (calc-read-number-fancy):
2269 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2270 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2271 * calc/calc-frac.el (calc-over-notation):
2272 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2273 (calc-graph-num-points, calc-graph-init):
2274 * calc/calc-prog.el (calc-read-parse-table-part)
2275 (calc-edit-macro-repeats):
2276 * calc/calc-yank.el (calc-do-grab-rectangle):
2277 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2278 Replace `string-to-int' by `string-to-number'.
2279
2280 2005-05-02 Kim F. Storm <storm@cua.dk>
2281
2282 * kmacro.el: Use executing-kbd-macro-index variable.
2283
2284 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2285
2286 * net/rlogin.el (rlogin-parse-words): Delete func.
2287 (rlogin): Use split-string, not rlogin-parse-words.
2288 Also, if there are option-like elements in the parsed args,
2289 take the host to be the first arg immediately following them.
2290 Suggested by Michael Mauger.
2291
2292 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2293
2294 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2295
2296 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2297
2298 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2299 (cc-mode-cpp-program): Rename to cc-define-list-program and
2300 move to cc-vars.el.
2301
2302 * progmodes/cc-vars.el (cc-define-list-program):
2303 Change to "gcc -E -dM -". Make customizable.
2304
2305 2005-05-02 Kim F. Storm <storm@cua.dk>
2306
2307 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2308
2309 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2310
2311 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2312
2313 * international/mule-util.el (truncate-string): Remove alias and
2314 obsolete declaration.
2315
2316 * international/mule-cmds.el (update-iso-coding-systems):
2317 Remove alias and obsolete declaration.
2318
2319 * international/mule.el (coding-system-parent): Remove alias and
2320 obsolete declaration.
2321
2322 * subr.el (define-function, sref): Remove aliases and obsolete
2323 declarations.
2324 (chars-in-region): Remove obsolete declaration.
2325
2326 2005-05-01 Richard M. Stallman <rms@gnu.org>
2327
2328 * info.el (Info-mode): Set widen-automatically to nil, locally.
2329
2330 * simple.el (widen-automatically): New variable.
2331 (pop-global-mark): Obey widen-automatically.
2332
2333 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 * term/xterm.el (function-key-map): Call substitute-key-definition
2336 before the keymap size is increased by a lot of define-key calls.
2337
2338 2005-05-01 Richard M. Stallman <rms@gnu.org>
2339
2340 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2341 Rename ARG to ELEMENT. Doc fix.
2342
2343 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2344
2345 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2346 Remove references to allout-exposure/change to allout-new-exposure.
2347
2348 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2349 bytecode symbols.
2350
2351 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2352 (compiled-function-p, focus-frame, unfocus-frame):
2353 Remove aliases and obsolete declarations.
2354 Back out inadvertent changes from previous commit.
2355
2356 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2357
2358 * files.el (require-final-newline): Make Custom tags consistent
2359 with mode-require-final-newline.
2360 (mode-require-final-newline): Doc fix.
2361
2362 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * international/latexenc.el (latexenc-find-file-coding-system):
2365 Fix regular expressions.
2366
2367 2005-05-01 David Kastrup <dak@gnu.org>
2368
2369 * international/latexenc.el (latexenc-find-file-coding-system):
2370 Fix regular expressions.
2371
2372 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2373
2374 * subr.el (string-to-int): Make obsolete.
2375
2376 2005-04-30 Richard M. Stallman <rms@gnu.org>
2377
2378 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2379
2380 * loadup.el: load jka-comp-hook.
2381
2382 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2383 (jka-compr-handler): Add autoload. `put' calls moved
2384 to jka-comp-hook.el.
2385 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2386 (jka-compr-inhibit): Autoload.
2387
2388 * jka-comp-hook.el: New file.
2389 Enable the mode by default.
2390
2391 * files.el (backup-buffer-copy): Use copy-file instead
2392 of write-region, and put back the 'excl.
2393
2394 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * progmodes/flymake.el (flymake-split-string)
2397 (flymake-split-string, flymake-log, flymake-pid-to-names)
2398 (flymake-reg-names, flymake-get-source-buffer-name)
2399 (flymake-unreg-names, flymake-add-line-err-info)
2400 (flymake-add-err-info): Clarify docstrings.
2401 (flymake-popup-menu, flymake-make-emacs-menu)
2402 (flymake-make-xemacs-menu): Add docstrings.
2403 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2404 Set variables directly throughout.
2405
2406 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2407
2408 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2409 exists. Initialise cc-define-alist.
2410 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2411 If there is no file (Macroexpansion) don't create an alist.
2412
2413 2005-04-29 Sam Steingold <sds@gnu.org>
2414
2415 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2416 (cc-create-define-alist): Use it instead of the hard-coded string.
2417
2418 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2419
2420 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2421 for latexenc.
2422
2423 2005-04-29 Lute Kamstra <lute@gnu.org>
2424
2425 * emacs-lisp/generic.el: Improve commentary section.
2426 (define-generic-mode): Improve docstring.
2427
2428 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2429
2430 * textmodes/org.el (many places): Change to quiet the byte compiler.
2431 (org-prefix-format-compiled): New variable.
2432 (org-compile-prefix-format): New function.
2433 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2434 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2435 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2436 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2437 consistency with entries from `org-mode' files.
2438 (org-get-time-of-day): Fix bug with partial matches early in a line.
2439 (org-non-link-chars): New constant.
2440 (org-link-regexp): Respect `org-non-link-chars'.
2441 (org-agenda-day-view): Remove command.
2442 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2443 (org-follow-bbdb-link, org-store-link): Search also company field.
2444 (org-highlight-overlay): New variable.
2445 (org-highlight, org-unhighlight): New functions.
2446 (org-agenda-mode): Add pre-command-hook to remove highlight.
2447 (org-evaluate-time-range): Behavior depends upon whether time stamp
2448 contains a time or not.
2449 (org-show-subtree, org-show-entry): New functions.
2450 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2451
2452 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2453
2454 * comint.el (comint-output-filter-functions): Add autoload cookie.
2455
2456 2005-04-28 Kim F. Storm <storm@cua.dk>
2457
2458 * ido.el (ido-everywhere): Fix last change.
2459
2460 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2461
2462 * international/latexenc.el: New file.
2463 * international/mule-conf.el (file-coding-system-alist): For .tex,
2464 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2465
2466 2005-04-28 Lute Kamstra <lute@gnu.org>
2467
2468 * font-lock.el (font-lock-add-keywords)
2469 (font-lock-remove-keywords): Clarify docstring.
2470 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2471 Don't start docstrings with a `*'.
2472 (font-lock-update-removed-keyword-alist): Give it a docstring.
2473
2474 * generic-x.el: Update commentary section.
2475 Only require font-lock when compiling.
2476 Define all modes conditionally.
2477 Place all generic modes in the generic-x-modes customization group.
2478 (generic-x-modes): New customization group.
2479 (generic-default-modes, generic-mswindows-modes)
2480 (generic-unix-modes, generic-other-modes): New constants.
2481 (generic-define-mswindows-modes, generic-define-unix-modes):
2482 Update docstrings. Make them obsolete.
2483 (generic-extras-enable-list): New default value. Update docstring.
2484 Improve :type. Change :set function.
2485 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2486 Fix docstring.
2487
2488 * emacs-lisp/generic.el (generic-mode-internal):
2489 Simplify font-lock-defaults.
2490 (define-generic-mode): Fix docstring.
2491
2492 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2495 font-lock-face property to highlight matches.
2496
2497 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2498
2499 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2500 (cc-define-alist): New variable.
2501 (c-mode): Make it local and initialise it.
2502
2503 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2504 (gdb-exited): New function.
2505 (gdb-annotation-rules): Use it.
2506 (gdb-starting): Set gdb-active-process to t.
2507 (gdb-stopping): Amend doc string.
2508 (gdb-reset): Set gdb-active-process to nil.
2509
2510 * tooltip.el (tooltip-gud-tips): Show the associated #define
2511 directives when a C program under GDB is not executing.
2512
2513 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2516 font-lock-fontify-syntactic-keywords.
2517
2518 * font-lock.el (font-lock-default-fontify-region): Don't force
2519 parse-sexp-lookup-properties to nil.
2520
2521 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2522
2523 * man.el (man-mode-syntax-table): Set up `:' to have
2524 word-constituent syntax.
2525
2526 2005-04-27 Lute Kamstra <lute@gnu.org>
2527
2528 * novice.el (disable-command): Don't add spurious newlines to the
2529 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2530
2531 2005-04-26 Jay Belanger <belanger@truman.edu>
2532
2533 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2534 than one window before deleting window.
2535
2536 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2537
2538 * shell.el (shell-prompt-pattern): Doc fix.
2539 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2540
2541 * comint.el (comint-prompt-regexp, comint-get-old-input)
2542 (comint-use-prompt-regexp)
2543 (comint-use-prompt-regexp-instead-of-fields)
2544 (comint-replace-by-expanded-history, comint-send-input)
2545 (comint-output-filter, comint-get-old-input-default)
2546 (comint-line-beginning-position, comint-bol, comint-show-output)
2547 (comint-backward-matching-input, comint-forward-matching-input)
2548 (comint-next-prompt, comint-previous-prompt):
2549 Rename `comint-use-prompt-regexp-instead-of-fields' to
2550 `comint-use-prompt-regexp'. Keep old name as alias and declare
2551 obsolete.
2552 (comint-use-prompt-regexp): Shorten first line of doc string.
2553
2554 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2555 Set paragraph-separate buffer locally to "\\'".
2556
2557 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2558 Adapt to above name change.
2559
2560 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2561 (smbclient-prompt-regexp): Ditto.
2562
2563 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2564
2565 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2566
2567 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2568 gdb-location-list.
2569 Break lines that are over 80 characters wide.
2570
2571 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2574 New fun and var, to preserve compatibility.
2575
2576 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2577
2578 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2579
2580 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2581 name to file-newer-than-file-p.
2582
2583 2005-04-26 Richard M. Stallman <rms@gnu.org>
2584
2585 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2586
2587 * progmodes/python.el (python-mode):
2588 Use new name eldoc-documentation-function.
2589
2590 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2591
2592 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2593 (eldoc-documentation-function):
2594 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2595
2596 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2597
2598 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2599
2600 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2601
2602 * term/xterm.el (function-key-map): Fix strings for
2603 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2604 {C,S,A,C-S}-{f1-f12}.
2605
2606 2005-04-26 Kenichi Handa <handa@m17n.org>
2607
2608 * international/mule-cmds.el (select-safe-coding-system):
2609 Fix previous change.
2610
2611 2005-04-26 Lute Kamstra <lute@gnu.org>
2612
2613 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2614
2615 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2616 (font-lock-comment-delimiter-face): Ditto.
2617
2618 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2619
2620 2005-04-25 Jay Belanger <belanger@truman.edu>
2621
2622 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2623 to t while inserting information; use help-mode.
2624
2625 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * term.el (ansi-term-color-vector): Use the xterm colors.
2628 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2629
2630 2005-04-25 Lute Kamstra <lute@gnu.org>
2631
2632 * font-core.el (font-lock-defaults): Fix docstring.
2633
2634 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2635
2636 2005-04-25 Kenichi Handa <handa@m17n.org>
2637
2638 * international/mule-cmds.el (select-safe-coding-system):
2639 Don't check consistency with coding: spec, etc if raw-text or
2640 no-conversion was found to be safe.
2641
2642 2005-04-24 Richard M. Stallman <rms@gnu.org>
2643
2644 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2645 citation markers at start of each line.
2646
2647 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2648 citation markers at start of each line.
2649
2650 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2651
2652 * files.el (mode-require-final-newline): Fix previous change.
2653 (require-final-newline): Fix type label.
2654
2655 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2656
2657 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2658 statement in buffer (broken by 2004-11-24 change).
2659
2660 2005-04-24 Kim F. Storm <storm@cua.dk>
2661
2662 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2663 and read-file-name-function values. Don't overwrite existing
2664 non-nil values if ido-mode is enabled without ido-everywhere.
2665
2666 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2667
2668 * files.el (mode-require-final-newline): Minor doc fix.
2669
2670 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2671
2672 * subr.el (syntax-after): Doc fix.
2673 (syntax-class): If argument is nil, return nil. Mask off upper 16
2674 bits, not 8 bits.
2675
2676 * files.el (mode-require-final-newline): Doc fix.
2677 (backup-buffer-copy): Fix last change.
2678
2679 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2680
2681 * term/mac-win.el: Require select. Set selection-coding-system to
2682 mac-system-coding-system. Call menu-bar-enable-clipboard.
2683 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2684 (x-select-enable-clipboard): New variables.
2685 (x-select-text, x-get-selection, x-selection-value)
2686 (x-get-selection-value, mac-select-convert-to-string)
2687 (mac-services-open-file, mac-services-open-selection)
2688 (mac-services-insert-text): New functions.
2689 (CLIPBOARD, FIND): Put mac-scrap-name property.
2690 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2691 (public.tiff): Put mac-ostype property.
2692 (selection-converter-alist): Add entries for them.
2693 (mac-application-menu-map): New keymap.
2694 (interprogram-cut-function, interprogram-paste-function): Set to
2695 x-select-text and x-get-selection-value, respectively.
2696 (split-window-keep-point): Set to t.
2697
2698 2005-04-23 Richard M. Stallman <rms@gnu.org>
2699
2700 * files.el (read-directory-name): Always pass non-nil
2701 DEFAULT-FILENAME arg to read-file-name.
2702 (backup-buffer-copy, basic-save-buffer-2): Take care against
2703 writing thru an unexpected existing symlink.
2704 (revert-buffer): In indirect buffer, revert the base buffer.
2705 (magic-mode-alist): Doc fix.
2706 (buffer-stale-function): Doc fix.
2707 (minibuffer-with-setup-hook): Avoid warning.
2708 (mode-require-final-newline): Doc and custom fix.
2709
2710 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2711
2712 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2713 use the default appearance.
2714 (font-lock-comment-delimiter-face): New face, new variable.
2715
2716 * imenu.el (imenu--generic-function): The official position of a
2717 definition is the start of the line that BEG is in.
2718
2719 * midnight.el (midnight-timer): Move defvar up.
2720
2721 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2722
2723 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2724
2725 * startup.el (command-line): Use with-no-warnings.
2726
2727 * window.el (window-size-fixed): New defvar.
2728
2729 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2730
2731 * mail/rmail.el (rmail-font-lock-keywords):
2732 Use font-lock-comment-delimiter-face.
2733
2734 * mail/sendmail.el (mail-font-lock-keywords):
2735 Use font-lock-comment-delimiter-face.
2736
2737 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2738
2739 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2740
2741 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2742 Specify t for LAXMATCH when matching directories.
2743 Save match data around compilation-compat-error-properties form.
2744
2745 2005-04-23 David Kastrup <dak@gnu.org>
2746
2747 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2748 Mention that the autoloaded aliases should be kept for AUCTeX.
2749
2750 2005-04-23 Andreas Schwab <schwab@suse.de>
2751
2752 * isearch.el (isearch-forward): Doc fix.
2753
2754 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2755
2756 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2757 (jit-lock-stealth-nice): Change default value to 0.5.
2758
2759 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2760
2761 * abbrev.el (write-abbrev-file): Write table entries in
2762 alphabetical order by table name.
2763
2764 2005-04-22 Kim F. Storm <storm@cua.dk>
2765
2766 * ido.el (ido-read-internal): Fix `list' completion.
2767
2768 2005-04-22 Kenichi Handa <handa@m17n.org>
2769
2770 * recentf.el (recentf-save-file-coding-system): New variable.
2771 (recentf-save-list): Encode the file by
2772 recentf-save-file-coding-system and add coding: tag.
2773
2774 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2775
2776 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2777
2778 2005-04-21 Lute Kamstra <lute@gnu.org>
2779
2780 * loadhist.el (unload-feature): Don't remove a function from hooks
2781 if it is about to be restored to an autoload . Remove functions
2782 that will become unbound from auto-mode-alist. Simplify the code.
2783
2784 * subr.el (assq-delete-all): New implementation that is linear,
2785 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2786 (rassq-delete-all): New function.
2787
2788 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2789 Add size-indication-mode.
2790
2791 2005-04-21 Kenichi Handa <handa@m17n.org>
2792
2793 * international/mule-cmds.el: Add autoload for widget-value in
2794 eval-when-compile.
2795
2796 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2797
2798 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2799 Add tooltip-mode.
2800
2801 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2802
2803 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2804
2805 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2806 (inferior-lisp-filter-regexp, inferior-lisp-program)
2807 (inferior-lisp-load-command, inferior-lisp-prompt)
2808 (inferior-lisp-mode-hook, lisp-source-modes)
2809 (inferior-lisp-load-hook): defvar->defcustom.
2810 (inferior-lisp-program, inferior-lisp-prompt)
2811 (inferior-lisp-load-hook): Doc fixes.
2812 (inferior-lisp-install-letter-bindings): Small change in
2813 introductory comment.
2814
2815 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2816
2817 * vc.el (vc-annotate-color-map): Change some colors so that text
2818 using them as foreground is readable on both white and black
2819 backgrounds.
2820
2821 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * international/mule-conf.el (translation-table-for-input):
2824 Remove redundant declaration.
2825
2826 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2827
2828 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2829
2830 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2831 (tooltip-toggle-gud-tips): New function.
2832
2833 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2834
2835 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2836 right angle brackets.
2837
2838 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2841
2842 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2845 Remove. Update callers to use expand-file-name instead.
2846
2847 * subr.el (syntax-class): New function.
2848
2849 * simple.el (blink-matching-open): Use it.
2850
2851 * paren.el (show-paren-function): Use it to recognize parens that are
2852 also used in 2-char comment markers.
2853
2854 2005-04-19 Lute Kamstra <lute@gnu.org>
2855
2856 * loadhist.el (unload-feature): Update for new format of
2857 load-history. Simplify the code.
2858
2859 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2860
2861 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2862 (mac-add-charset-info): New function. Initialize variable
2863 mac-charset-info-alist using it.
2864 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2865 for translation.
2866 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2867 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2868 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2869 New CCL programs.
2870
2871 2005-04-19 Kim F. Storm <storm@cua.dk>
2872
2873 * simple.el (next-buffer, prev-buffer, next-error)
2874 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2875 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2876
2877 * bindings.el (next-buffer, prev-buffer, next-error)
2878 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2879 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2880 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2881 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2882
2883 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * isearch.el (isearch-edit-string): Make the search-ring available for
2886 minibuffer history commands.
2887 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2888 the default history commands now work just as well.
2889 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2890
2891 2005-04-18 Kim F. Storm <storm@cua.dk>
2892
2893 * emulation/cua-base.el (cua--pre-command-handler): Add more
2894 elaborate check for shift modifier on non-window systems.
2895
2896 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2897
2898 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2899
2900 2005-04-18 Kim F. Storm <storm@cua.dk>
2901
2902 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2903 and make it optional. Don't test tooltip-gud-echo-area here.
2904 (tooltip-gud-process-output, gdb-tooltip-print):
2905 Pass tooltip-gud-echo-area to tooltip-show.
2906 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2907
2908 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2909
2910 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2911 `display-graphic-p' may not be bound yet.
2912
2913 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2914
2915 * startup.el (command-line): No longer enable Xterm Mouse mode by
2916 default in terminals compatible with xterm.
2917
2918 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2919
2920 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
2921
2922 * tooltip.el (tooltip-gud-echo-area): Rename from
2923 tooltip-use-echo-area.
2924 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2925 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2926 area independently of where help tooltips are displayed.
2927
2928 2005-04-17 David Kastrup <dak@gnu.org>
2929
2930 * cus-theme.el (custom-theme-write-variables): Quote variables
2931 where necessary.
2932
2933 2005-04-17 Richard M. Stallman <rms@gnu.org>
2934
2935 * simple.el (yank-excluded-properties): Add follow-link to value.
2936
2937 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2938
2939 * startup.el (fancy-splash-max-time): Just 30 seconds.
2940 (fancy-splash-delay): Just 7.
2941 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2942
2943 * loadhist.el (unload-feature): Update for new format of load-history.
2944 Simplify the code.
2945
2946 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2947 (rmail-font-lock-keywords): Don't fontify the text of a citation.
2948
2949 * mail/sendmail.el (mail-font-lock-keywords):
2950 Don't fontify subject text.
2951 Don't fontify the text of a citation.
2952
2953 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
2954
2955 * comint.el (comint-output-filter): Run comint-output-filter-functions
2956 with point where the user had it.
2957
2958 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * international/ucs-tables.el (ucs-set-table-for-input):
2961 Disable when using unify-on-decoding.
2962
2963 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * emulation/cua-base.el (cua-global-mark-face): Add special case
2966 for displays supporting a high number of colors.
2967
2968 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2969
2970 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2971
2972 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * filesets.el (filesets-add-buffer): If user supplies a name of a
2975 non-existing fileset, create a new fileset.
2976
2977 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
2978
2979 * textmodes/org.el (org-up-heading-all): Fix bug with
2980 `outline-up-heading-all'.
2981
2982 2005-04-16 Andreas Schwab <schwab@suse.de>
2983
2984 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2985 /etc/permissions.d/* and /etc/aliases.d/*.
2986
2987 2005-04-16 Kenichi Handa <handa@m17n.org>
2988
2989 * international/code-pages.el (cp-make-coding-system):
2990 Set `translation-table-for-input' property value to the symbol
2991 ucs-mule-to-mule-unicode, not to that value.
2992 (pt154): Escape guillemet by `\'.
2993
2994 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
2995
2996 * loadup.el: Load tooltip if x-show-tip is fboundp.
2997
2998 * startup.el (command-line): Add comment.
2999
3000 * tooltip.el (tooltip-mode): Specify correct standard value for
3001 Custom in init-value.
3002
3003 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3006 possible.
3007
3008 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3009
3010 * textmodes/org.el (org-agenda-date-prompt): Rename from
3011 `org-agenda-date-today'.
3012 (org-evaluate-time-range): Insert at point instead of directly
3013 after time range.
3014 (org-first-headline-recenter, org-subtree-end-visible-p)
3015 (org-optimize-window-after-visibility-change): New functions
3016 (org-agenda-post-command-hook): Don't allow point at end of line,
3017 to make sure it always hits the text properties.
3018 (org-agenda-next-date-line, org-agenda-previous-date-line):
3019 New commands.
3020 (org-set-regexps-and-options): Category may contain white space.
3021 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3022 Improve marker positions.
3023 (org-agenda-new-marker): Argument POS made optional.
3024 (org-agenda-get-timestamps): Deadlines which are done are listed
3025 in org-done-face now.
3026 (org-agenda-get-todos, org-agenda-get-timestamps)
3027 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3028 Set `undone-face' and `done-face' properties.
3029 (org-last-todo-state-is-todo): New variable.
3030 (org-todo): Set `org-last-todo-state-is-todo'.
3031 (org-agenda-todo): Change face according to
3032 `org-last-todo-state-is-todo'. And change other lines refering to
3033 the same entry.
3034 (org-calendar-goto-agenda): New command.
3035 (org-calendar-to-agenda-key): New option.
3036 (org-startup-folded): New allowed value `content'.
3037 (org-set-regexps-and-options): Accept new value `content' for
3038 `org-startup-folded'.
3039 (org-get-current-options): Handle new value `content' for
3040 `org-startup-folded'.
3041 (org-insert-todo-heading): New command.
3042 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3043 interactively in empty file and option
3044 `org-insert-mode-line-in-empty-file' has been set.
3045 (org-agenda-todo,org-agenda-priority): Modify to use
3046 `org-agenda-change-all-lines'.
3047 (org-warning-face): Change color on dark background
3048
3049 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3050
3051 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3052 use preferences AppleLocale and AppleLanguages, and variable
3053 mac-system-locale for default locale. On Mac OS Classic, use
3054 mac-system-coding-system for default coding systems.
3055
3056 * term/mac-win.el: Don't set file-name-coding-system.
3057 Decode variables system-name, emacs-build-system, user-login-name, and
3058 user-full-name by mac-system-coding-system on Mac OS Classic.
3059 (mac-system-coding-system): New variable.
3060
3061 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3062
3063 * startup.el (command-line): Handle `xterm-mouse-mode' before
3064 reading init file.
3065
3066 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3067
3068 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3069
3070 * progmodes/sh-script.el (sh-here-document-word): Make it a
3071 defcustom. Doc fix.
3072 (sh-add): Bash uses $(( )) for arithmetic.
3073 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3074 (sh-maybe-here-document): Remove quotes and leading whitespace
3075 from heredoc word when closing. Indent heredoc with tabs if word
3076 starts with "-".
3077
3078 2005-04-13 Richard M. Stallman <rms@gnu.org>
3079
3080 * simple.el (undo): Fix previous change.
3081
3082 * custom.el (defface): Doc fix.
3083
3084 2005-04-13 Lute Kamstra <lute@gnu.org>
3085
3086 * Makefile.in (DONTCOMPILE): Remove list.
3087 (compile, compile-always): Don't use DONTCOMPILE.
3088 (update-authors): Load the library in which batch-update-authors
3089 is defined.
3090 * makefile.w32-in (DONTCOMPILE): Remove list.
3091 (compile, compile-always): Fix comments.
3092 (update-authors): Load the library in which batch-update-authors
3093 is defined.
3094
3095 * generic-x.el (generic-mode-ini-file-find-file-hook):
3096 Rename to ini-generic-mode-find-file-hook.
3097 Keep generic-mode-ini-file-find-file-hook as an alias.
3098 (ini-generic-mode-find-file-hook): Rename from
3099 generic-mode-ini-file-find-file-hook. Fix docstring.
3100 (ini-generic-mode): Docstring change.
3101 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3102
3103 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3104 called from lisp.
3105
3106 * generic.el: Move to the emacs-lisp subdir.
3107
3108 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3111 and C-S- function and cursor motion keys.
3112
3113 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3114
3115 * startup.el (command-line): Enable Xterm Mouse mode by default.
3116 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3117 for Custom. No longer show "Mouse" in mode line when enabled.
3118 Doc fix.
3119
3120 2005-04-12 Kim F. Storm <storm@cua.dk>
3121
3122 * emulation/cua-base.el (cua-rectangle-face)
3123 (cua-rectangle-noselect-face): Define face attributes here.
3124
3125 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3126
3127 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3128
3129 * startup.el (command-line): Turn off blinking cursor if
3130 cursorBlink in resources is off or false.
3131
3132 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3133
3134 * term/mac-win.el (dnd): Require dnd.
3135 (mac-drag-n-drop): Call dnd-handle-one-url.
3136 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3137 (kTextEncodingISOLatin2): Remove constants.
3138 (mac-script-code-coding-systems): New constant.
3139 (mac-handle-language-change): New function.
3140 (special-event-map): Bind it to `language-change' event.
3141 (mac-centraleurroman, mac-cyrillic): New coding systems.
3142 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3143 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3144 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3145 encode-mac-cyrillic, respectively.
3146
3147 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3148
3149 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3150 Don't set overlay-arrow-string to "=>" as this is done
3151 globally in C now.
3152
3153 2005-04-12 Lute Kamstra <lute@gnu.org>
3154
3155 * generic-x.el (rc-generic-mode, rul-generic-mode):
3156 Fix auto-mode-alist entries.
3157 (etc-fstab-generic-mode): Tweak fontification.
3158
3159 * generic.el (generic-make-keywords-list): Fix docstring.
3160 (generic-mode-internal): Simplify generic-font-lock-keywords.
3161
3162 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3163
3164 * whitespace.el (whitespace-buffer-leading)
3165 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3166 However, fix the highlight area for the leading and
3167 trailing whitespaces to show space.
3168
3169 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3170
3171 * whitespace.el (whitespace-version): Bump to 3.5
3172
3173 (whitespace-buffer-leading, whitespace-buffer-trailing):
3174 Invert sense of the test to highlight the whitespace.
3175
3176 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3177
3178 * progmodes/gud.el (gud-display-line): GUD uses its own
3179 overlay arrow now so don't set overlay-arrow-string.
3180 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3181
3182 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3183
3184 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3185 (term-ansi-current-reverse, term-ansi-current-invisible)
3186 (term-ansi-face-already-done): Change to boolean.
3187 (term-reset-terminal, term-handle-colors-array): Handle the above
3188 vars accordingly.
3189 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3190 (term-emulate-terminal): Use the new name.
3191
3192 * faces.el (secondary-selection): Use yellow1, not yellow.
3193 (trailing-whitespace): Use red1, not red.
3194
3195 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3196
3197 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3198 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3199 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3200
3201 * cus-edit.el (dnd): New group.
3202
3203 * term/w32-win.el (dnd): Require dnd
3204 (w32-drag-n-drop): Call dnd-handle-one-url.
3205
3206 * x-dnd.el: Require dnd.
3207 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3208 Call dnd-handle-one-url.
3209 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3210 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3211 to dnd-insert-text.
3212 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3213 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3214 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3215 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3216
3217 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3218
3219 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3220
3221 * wdired.el: Doc fixes.
3222 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3223 (wdired-use-dired-vertical-movement): Rename from
3224 wdired-always-move-to-filename-beginning.
3225 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3226 (wdired-change-to-wdired-mode): Change mode name.
3227 (wdired-newline): Delete.
3228
3229 2005-04-11 Richard M. Stallman <rms@gnu.org>
3230
3231 * whitespace.el (whitespace-highlight-the-space):
3232 Don't call whitespace-unhighlight-the-space here.
3233
3234 * simple.el (undo): Record t in undo-equiv-table
3235 for the redo record made by an undo-in-region.
3236
3237 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3240 (gdb-frame-inferior-io-buffer): New Functions to control
3241 display of separate IO buffer.
3242 (menu): Add them to menu-bar.
3243 (gdb-display-buffer): Check for buffer another frame.
3244 Protect GUD buffer.
3245 (gdb-setup-windows): Create IO buffer if not already there.
3246 (gdb-memory-mode): Remove purecopy noops.
3247
3248 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3249
3250 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3251 and pass to self-insert-command.
3252
3253 2005-04-11 Lute Kamstra <lute@gnu.org>
3254
3255 * generic.el: Commentary section cleanup.
3256 (generic): Delete.
3257 (generic-use-find-file-hook, generic-lines-to-scan)
3258 (generic-find-file-regexp, generic-ignore-files-regexp)
3259 (default-generic-mode, generic-mode-find-file-hook)
3260 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3261 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3262 (generic-use-find-file-hook, generic-lines-to-scan)
3263 (generic-find-file-regexp, generic-ignore-files-regexp)
3264 (default-generic-mode, generic-mode-find-file-hook)
3265 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3266
3267 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3268
3269 * bookmark.el (bookmark-write-file): Catch errors writing file.
3270 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3271
3272 2005-04-10 Richard M. Stallman <rms@gnu.org>
3273
3274 * startup.el (fancy-splash-tail): Update copyright year.
3275 (command-line): Split part of -Q into -D.
3276 (emacs-basic-display): New defvar.
3277 (fancy-splash-text): Correct name of menu item.
3278
3279 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3280
3281 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3282 lines in one node.
3283
3284 * comint.el (comint-send-input): New arg ARTIFICIAL.
3285 Callers in this file changed.
3286
3287 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3288
3289 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3290
3291 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3294 `ldap-search-internal'.
3295
3296 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * files.el (set-auto-mode-1): Use line-end-position.
3299
3300 * international/latin-1.el:
3301 * international/latin-2.el:
3302 * international/latin-3.el:
3303 * international/latin-4.el:
3304 * international/latin-5.el:
3305 * international/latin-8.el:
3306 * international/latin-9.el: Give punctuation syntax to NBSP.
3307
3308 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3309 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3310 Use char-classes to accept non-ascii letters, accepted in some recent
3311 bibtex implementations.
3312
3313 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3314
3315 * custom.el (custom-set-minor-mode): Any non-nil value for the
3316 variable should enable the mode when set through Custom.
3317
3318 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3319
3320 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3321 TAB binding so tab-always-indent is obeyed.
3322 (vhdl-minibuffer-local-map): Move initialization into declaration.
3323 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3324 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3325 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3326 (vhdl-current-line): Use line-beginning-position.
3327 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3328 with-output-to-temp-buffer, so the current position can be recorded.
3329
3330 2005-04-10 Masatake YAMATO <jet@gyve.org>
3331
3332 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3333 Add regexp for gcov.
3334
3335 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3336
3337 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3338 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3339 syntax which Emacs 20 doesn't support.
3340
3341 2005-04-09 Richard M. Stallman <rms@gnu.org>
3342
3343 * help.el (describe-key-briefly, describe-key):
3344 Replace strings as event types with "(any string)".
3345
3346 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * arc-mode.el (archive-mode-map): Move initialization into
3349 the declaration. Override *all* bindings of `undo'.
3350 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3351
3352 2005-04-09 Jay Belanger <belanger@truman.edu>
3353
3354 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3355
3356 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3357
3358 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3359 (xterm-register-default-colors): Update color values computation
3360 to match xterm-200.
3361
3362 2005-04-09 Kenichi Handa <handa@m17n.org>
3363
3364 * international/code-pages.el (iso-latin-7): Fix the map.
3365
3366 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3367
3368 * emacs-lisp/lisp.el (defun-prompt-regexp)
3369 (parens-require-spaces, buffer-end, end-of-defun)
3370 (insert-parentheses): Doc fixes.
3371
3372 2005-04-08 Kim F. Storm <storm@cua.dk>
3373
3374 * comint.el (comint-highlight-prompt): Fix face spec.
3375 * hi-lock.el (hi-green): Likewise.
3376
3377 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3378
3379 * cus-edit.el (custom-modified-face):
3380 * comint.el (comint-highlight-input): Fix previous changes.
3381 * term.el (term-handle-ansi-escape): Add a comment.
3382
3383 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3384
3385 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3386 in the buffer and in whitespace-highlighted-space.
3387 (whitespace-unhighlight-the-space): Simplify.
3388 (whitespace-buffer): Simplify.
3389
3390 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3391
3392 * textmodes/table.el (table-cell-face): Add special case for
3393 displays supporting a high number of colors.
3394 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3395 (vhdl-font-lock-reserved-words-face)
3396 (vhdl-speedbar-architecture-face)
3397 (vhdl-speedbar-instantiation-face)
3398 (vhdl-speedbar-architecture-selected-face)
3399 (vhdl-speedbar-instantiation-selected-face): Likewise.
3400 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3401 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3402 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3403 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3404 (ebrowse-progress-face): Likewise.
3405 * progmodes/compile.el (compilation-info-face): Likewise.
3406 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3407 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3408 * calendar/calendar.el (diary-face): Likewise.
3409 * woman.el (woman-italic-face, woman-bold-face)
3410 (woman-unknown-face): Likewise.
3411 * wid-edit.el (widget-button-pressed-face): Likewise.
3412 * whitespace.el (whitespace-highlight-face): Likewise.
3413 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3414 * pcvs-info.el (cvs-marked-face): Likewise.
3415 * info.el (info-xref): Likewise.
3416 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3417 * hilit-chg.el (highlight-changes-face)
3418 (highlight-changes-delete-face): Likewise.
3419 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3420 (hi-red-b): Likewise.
3421 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3422 * font-lock.el (font-lock-keyword-face)
3423 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3424 * cus-edit.el (custom-invalid-face, custom-modified-face)
3425 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3426 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3427 * comint.el (comint-highlight-prompt): Likewise.
3428
3429 2005-04-08 Lute Kamstra <lute@gnu.org>
3430
3431 * font-lock.el (font-lock-keywords): Docstring fixes.
3432
3433 2005-04-08 Kenichi Handa <handa@m17n.org>
3434
3435 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3436 chars are more than a limit, print " and more..." at the tail.
3437
3438 2005-04-08 Kim F. Storm <storm@cua.dk>
3439
3440 * emacs-lisp/authors.el (authors-aliases): Update list.
3441 (authors-ignored-files): New list.
3442 (authors-fixed-entries): Fix typo.
3443 (authors-renamed-files-alist): Update list.
3444 (authors-add): Check authors-ignored-files.
3445
3446 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3447
3448 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3449 optional, to ensure backward compatibility.
3450
3451 2005-04-08 Stephen Eglen <stephen@gnu.org>
3452
3453 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3454
3455 2005-04-08 Kim F. Storm <storm@cua.dk>
3456
3457 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3458
3459 * mouse.el (mouse-on-link-p): Doc fix.
3460
3461 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3462
3463 * ielm.el (ielm-prompt-read-only): Doc fix.
3464
3465 * comint.el (comint-prompt-read-only): Doc fix.
3466
3467 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3468
3469 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3470 ensure dired always handles wildcards passed to ffap.
3471 (find-file-at-point): Use it.
3472 (ffap-dired-wildcards): Doc fix.
3473
3474 2005-04-07 Juri Linkov <juri@jurta.org>
3475
3476 * simple.el (next-error-overlay-arrow-position): New defvar.
3477 Put "=>" on its property `overlay-arrow-string'. Add it to
3478 `overlay-arrow-variable-list'.
3479
3480 * progmodes/compile.el (compilation-setup):
3481 Set `next-error-overlay-arrow-position' to nil. Also set it to
3482 nil in the local hook `kill-buffer-hook'. Make local variable
3483 `overlay-arrow-string' and set it to "=>".
3484 (compilation-goto-locus): Set BOL position to
3485 `next-error-overlay-arrow-position' instead of
3486 `overlay-arrow-position'.
3487
3488 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3489 locally instead of adding it to the global hook.
3490 (Info-kill-buffer): Move up.
3491
3492 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3493
3494 * term/xterm.el (xterm-standard-colors): Update color values from
3495 xterm-200.
3496
3497 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3500
3501 * fast-lock.el:
3502 * lazy-lock.el: Move them to the obsolete subdir.
3503
3504 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3505
3506 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3507 (wdired-add-replace-advice): Remove.
3508 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3509
3510 2005-04-06 Kim F. Storm <storm@cua.dk>
3511
3512 * startup.el (command-line): Add --bare-bones alias for -Q.
3513
3514 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3515
3516 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3517 create the startup fontset if a font specification ends with
3518 `mac-roman'.
3519
3520 2005-04-06 Lute Kamstra <lute@gnu.org>
3521
3522 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3523 change.
3524
3525 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3526 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3527
3528 2005-04-05 Lute Kamstra <lute@gnu.org>
3529
3530 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3531 (define-generic-mode): Ditto. Fix debug declaration.
3532
3533 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3534 Put them in the generic-x group.
3535
3536 * calendar/timeclock.el (timeclock): Doc fix.
3537
3538 * generic.el (define-generic-mode): Don't use custom-current-group.
3539 Document default :group value.
3540 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3541 (define-global-minor-mode): Don't use custom-current-group.
3542
3543 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3544
3545 * startup.el (command-line-1): Display startup-echo-area-message
3546 when fancy splash screen is in use.
3547
3548 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3549 (sh-escaped-newline): New face.
3550 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3551 newline, and use sh-escaped-newline face.
3552
3553 * progmodes/tcl.el (tcl-escaped-newline): New face.
3554 (tcl-builtin-list): New variable.
3555 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3556 newlines. Fix keywords subexpression number.
3557
3558 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3559
3560 * textmodes/org.el (org-diary-default-entry): Fix call to
3561 `add-to-diary-entry'.
3562
3563 2005-04-05 Kim F. Storm <storm@cua.dk>
3564
3565 * ediff-init.el: Use (featurep 'xemacs).
3566
3567 2005-04-05 David Ponce <david@dponce.com>
3568
3569 * cus-edit.el (face): Derive from symbol widget. Display sample
3570 of the current face on the fly.
3571 (widget-face-sample-face-get, widget-face-notify): New functions.
3572 (widget-face-value-create): Remove.
3573
3574 * wid-edit.el (widget-field-end): Temporarily remove field
3575 narrowing before to call `get-char-property'.
3576
3577 2005-04-04 Jay Belanger <belanger@truman.edu>
3578
3579 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3580 (math-read-subscripts): New variable.
3581 (math-read-preprocess-string): Process subscripts.
3582
3583 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3584
3585 * comint.el (comint-prompt-read-only): Doc fix.
3586
3587 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3588 `-1'. Doc fix.
3589
3590 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3591
3592 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3593 Change default value to nil.
3594
3595 2005-04-04 Lute Kamstra <lute@gnu.org>
3596
3597 * autorevert.el (auto-revert-mode): Specify :group.
3598 * battery.el (display-battery-mode): Specify :group.
3599 * diff-mode.el (diff-minor-mode): Specify :group.
3600 * font-core.el (font-lock-mode): Specify :group.
3601 * hl-line.el (hl-line-mode): Specify :group.
3602 * iimage.el (iimage): New customization group.
3603 (iimage-mode): Specify :group.
3604 * longlines.el (longlines-mode): Specify :group.
3605 * master.el: Don't require easy-mmode.
3606 (master): New customization group.
3607 (master-mode): Specify :group.
3608 * msb.el (msb-mode): Specify :group.
3609 * reveal.el (reveal-mode): Specify :group.
3610 * simple.el (next-error-follow-minor-mode): Specify :group.
3611 * smerge-mode.el (smerge-mode): Specify :group.
3612 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3613 * emulation/cua-base.el (cua-mode): Specify :group.
3614 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3615 * language/thai-util.el (thai-auto-composition-mode)
3616 (thai-word-mode): Specify :group.
3617 * mail/supercite.el (sc-minor-mode): Specify :group.
3618 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3619 * progmodes/flymake.el (flymake-mode): Specify :group.
3620 * progmodes/glasses.el (glasses-mode): Specify :group.
3621 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3622 * textmodes/enriched.el (enriched-mode): Specify :group.
3623 * textmodes/refill.el (refill-mode): Specify :group.
3624
3625 * add-log.el (change-log-font-lock-keywords): Names in
3626 parenthesized lists can contain spaces.
3627
3628 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3629
3630 * startup.el (fancy-splash-text): Shorten default text of
3631 "Emacs Tutorial" line. Also, if the current language env
3632 indicates an available tutorial file other than TUTORIAL,
3633 extract its title and append it to the line in parentheses.
3634 (fancy-splash-insert): If arg is a thunk, funcall it.
3635
3636 2005-04-04 Jay Belanger <belanger@truman.edu>
3637
3638 * calc.el (calc-language-alist): Add tags to customization type.
3639
3640 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3641
3642 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3643 Doc fix.
3644
3645 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3646
3647 * add-log.el (change-log-font-lock-keywords): The manual
3648 describing a Change Log entry, says: (...) "Aside from these
3649 header lines, every line in the change log starts with a space or
3650 a tab.". The font-lock was not highlighting lines started with
3651 spaces, added support for it.
3652
3653 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3654
3655 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3656 (bibtex-generate-url-list): Update docstring accordingly. Put the
3657 complex example in the docstring.
3658 (bibtex-font-lock-url): Use pop.
3659
3660 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3663
3664 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3665
3666 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3667
3668 * filesets.el (filesets-set-default): Doc fix.
3669
3670 2005-04-03 Lute Kamstra <lute@gnu.org>
3671
3672 * generic.el (define-generic-mode): Add argument to specify
3673 keywords for defcustom.
3674 (default-generic-mode): Specify :group.
3675
3676 * generic-x.el: Specify :group for all generic modes.
3677
3678 * desktop.el (desktop-no-desktop-file-hook)
3679 (desktop-after-read-hook): Doc fix.
3680
3681 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3682
3683 * simple.el (visible-mode): Use explicit :group keyword.
3684 This changes the group of `visible-mode-hook' from paren-blinking
3685 to editing-basics.
3686
3687 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3688
3689 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3690 mailbox specifications as well as URLs.
3691 (rmail-insert-inbox-text): Remove unused conditional branches.
3692
3693 2005-04-01 Jay Belanger <belanger@truman.edu>
3694
3695 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3696 (calc-gnuplot-print-command): Move definitions to calc.el.
3697
3698 * calc/calc-embed.el (calc-embedded-announce-formula)
3699 (calc-embedded-open-formula, calc-embedded-close-formula)
3700 (calc-embedded-open-word, calc-embedded-close-word)
3701 (calc-embedded-open-plain, calc-embedded-close-plain)
3702 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3703 (calc-embedded-open-mode, calc-embedded-close-mode):
3704 Move definitions to calc.el.
3705
3706 * calc/calc.el (calc-settings-file, calc-language-alist):
3707 Make customizable.
3708 (calc-embedded-announce-formula, calc-embedded-open-formula)
3709 (calc-embedded-close-formula, calc-embedded-open-word)
3710 (calc-embedded-close-word, calc-embedded-open-plain)
3711 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3712 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3713 (calc-embedded-close-mode, calc-gnuplot-name)
3714 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3715 from other files and make customizable.
3716
3717 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3720 Use buffer-live-p.
3721 (cvs-mode-run): Don't call cvs-update-header here.
3722 (cvs-run-process): Call cvs-update-header.
3723 Use process properties for cvs-postprocess and cvs-buffer so that
3724 the sentinel can behave better if the temp buffer is killed.
3725 Use a pipe rather than a tty, to better handle unexpected prompts.
3726 (cvs-sentinel): Rewrite. Call cvs-update-header.
3727
3728 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3729
3730 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3731 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3732
3733 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * generic.el (define-generic-mode): Add indentation rule.
3736
3737 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3738
3739 * files.el (mode-require-final-newline): Make Custom correctly
3740 report a nil value and allow to set it to nil via Custom.
3741 Doc fix.
3742
3743 2005-04-01 Kenichi Handa <handa@m17n.org>
3744
3745 * international/characters.el: Enable the correct case setting for
3746 dotless-i and dotted-I.
3747
3748 2005-04-01 Kim F. Storm <storm@cua.dk>
3749
3750 * ido.el (ido-file-internal): Fall back to non-ido command if
3751 initial directory is on slow ftp (or tramp) host.
3752
3753 2005-03-31 Richard M. Stallman <rms@gnu.org>
3754
3755 * emacs-lisp/autoload.el (make-autoload):
3756 Handle define-global-minor-mode.
3757
3758 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3759 Rename from easy-mmode-define-global-mode.
3760 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3761
3762 * progmodes/scheme.el (scheme-mode-syntax-table):
3763 Update syntax of | and # for two-character comment syntax.
3764
3765 2005-03-31 Lute Kamstra <lute@gnu.org>
3766
3767 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3768 (define-minor-mode): Call custom-current-group at load-time.
3769
3770 * generic.el (define-generic-mode): Add debug declaration.
3771 Add defcustom for the mode hook.
3772 (generic-mode-internal): Use run-mode-hooks.
3773
3774 2005-03-31 Kim F. Storm <storm@cua.dk>
3775
3776 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3777 (mouse-fixup-help-message): New defun called by show_help_echo
3778 to fixup mouse-2 prefix in help messages when applicable.
3779
3780 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3781
3782 2005-03-31 Kenichi Handa <handa@m17n.org>
3783
3784 * language/thai-word.el (thai-find-word-ends): Pay attention to
3785 the case that we reach the end of buffer.
3786
3787 * textmodes/fill.el (fill-text-properties-at): New function.
3788 (fill-newline): Use fill-text-properties-at instead of
3789 text-properties-at.
3790
3791 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3792
3793 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3794 not comint-quote-filename.
3795
3796 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3797
3798 * help-fns.el (help-with-tutorial): Revert last change.
3799
3800 2005-03-31 Kim F. Storm <storm@cua.dk>
3801
3802 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3803
3804 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3805
3806 * calendar/cal-china.el: Update reference to "Calendrical
3807 Calculations" book; there's a new edition.
3808 * calendar/cal-coptic.el: Likewise.
3809 * calendar/cal-french.el: Likewise.
3810 * calendar/cal-hebrew.el: Likewise.
3811 * calendar/cal-islam.el: Likewise.
3812 * calendar/cal-iso.el: Likewise.
3813 * calendar/cal-julian.el: Likewise.
3814 * calendar/cal-mayan.el: Likewise.
3815 * calendar/cal-persia.el: Likewise.
3816 * calendar/calendar.el: Likewise.
3817 * calendar/holidays.el: Likewise.
3818 * calendar/lunar.el: Likewise.
3819 * calendar/solar.el: Likewise.
3820
3821 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3822 white space from doc string.
3823
3824 2005-03-30 Jay Belanger <belanger@truman.edu>
3825
3826 * calc/calc-help.el (calc-full-help): Remove email address.
3827
3828 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3829
3830 * help-fns.el (help-with-tutorial): Delete title line.
3831
3832 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3833
3834 * calendar/cal-x.el (calendar-one-frame-setup)
3835 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3836 rather than 'symbol for set-window-dedicated-p.
3837
3838 * calendar/appt.el (appt-buffer-name): Make it a constant.
3839 (appt-add): Doc fix.
3840
3841 * filesets.el (filesets-menu-path, filesets-menu-before)
3842 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3843 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3844 (filesets-add-submenu): Delete and use add-submenu instead.
3845
3846 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3847
3848 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3849 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3850 (org-diary-default-entry): New function.
3851 (org-get-entries-from-diary): Better parsing of diary entries.
3852 (org-agenda-check-no-diary): New function.
3853 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3854 linking to diary entries.
3855 (org-agenda-execute-calendar-command): New function.
3856 (org-agenda): Improve visible section in window.
3857 Use `org-fit-agenda-window'.
3858 (org-fit-agenda-window): New option.
3859 (org-move-subtree-down): Better handling of empty lines
3860 at end of subtree.
3861 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3862 levels up.
3863 (org-fontify-done-headline): New option.
3864 (org-headline-done-face): New face.
3865 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3866 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3867 When current field is non-empty, it is copied to next row.
3868 (org-table-copy-from-above): Fix bug which made it
3869 impossible to copy fields containing only a single non-white character.
3870
3871 2005-03-30 Kim F. Storm <storm@cua.dk>
3872
3873 * kmacro.el (kmacro-end-macro): Isearch may store this command
3874 into the macro -- so ignore it when executing keyboard macro.
3875
3876 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3877
3878 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3879
3880 2005-03-29 Kenichi Handa <handa@m17n.org>
3881
3882 * language/thai.el ("Thai"): Set setup-function and exit-function
3883 for Thai language environment.
3884
3885 * language/thai-util.el: Require thai-word.
3886 (thai-word-mode-map): New variable.
3887 (thai-word-mode): New minor mode.
3888 (setup-thai-language-environment-internal): New function.
3889 (exit-thai-language-environment-internal): New function.
3890
3891 * language/thai-word.el (thai-word-table): Declare it by defvar,
3892 use dolist to initialize it.
3893 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3894 (thai-fill-find-break-point): New functions.
3895
3896 2005-03-29 Richard M. Stallman <rms@gnu.org>
3897
3898 * simple.el (idle-update-delay): Move definition up.
3899 (set-mark): Doc fix.
3900
3901 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3902
3903 * longlines.el: New file.
3904
3905 * simple.el (buffer-substring-filters): New variable.
3906 (filter-buffer-substring): New function.
3907 (kill-region, copy-region-as-kill): Use it.
3908
3909 * register.el (copy-to-register, append-to-register)
3910 (prepend-to-register): Use filter-buffer-substring.
3911
3912 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3913
3914 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3915 (gud-filter-pending-text): Move in front of gdb.
3916 (gud-overlay-arrow-position): New variable.
3917 (gud-sentinel, gud-display-line): Use it in place of
3918 overlay-arrow-position.
3919
3920 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3921
3922 * progmodes/fortran.el (fortran-if-indent): Doc fix.
3923 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3924 (fortran-font-lock-keywords-4): New variable.
3925 (fortran-blocks-re, fortran-end-block-re)
3926 (fortran-start-block-re): New constants, for hideshow.
3927 (hs-special-modes-alist): Add a Fortran entry.
3928 (fortran-mode-map): Bind fortran-end-of-block,
3929 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3930 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
3931 (fortran-looking-at-if-then, fortran-end-of-block)
3932 (fortran-beginning-of-block): New functions, for hideshow.
3933
3934 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3935 Doc fix. Tweak regexp.
3936 (f90-beginning-of-block): Push mark first.
3937
3938 2005-03-29 Jay Belanger <belanger@truman.edu>
3939
3940 * calc/calc.el: Update copyright date.
3941 (calc-version): Increase to 2.1.
3942 (calc-version-date): Remove.
3943
3944 * calc/calc-help.el: Update copyright date.
3945 (calc-full-help): Remove reference to calc-version-date.
3946 Update copyright date.
3947
3948 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * vc.el (vc-do-command): Use a pipe for async processes, so password
3951 prompts don't show up at places where the user can't reply.
3952
3953 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3954
3955 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3956 on the file name we pass to the inferior shell.
3957
3958 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3959
3960 * progmodes/which-func.el (which-function): Be robust in the face of an
3961 imenu--make-index-alist failure.
3962
3963 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3964
3965 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3966
3967 * progmodes/python.el (python-preoutput-filter): Fix last change.
3968
3969 2005-03-29 Lute Kamstra <lute@gnu.org>
3970
3971 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3972 functions and compiled macros.
3973 (debug-convert-byte-code): Handle macros too.
3974 (debug-on-entry-1): Don't signal an error when trying to clear a
3975 function that is not set to debug on entry.
3976
3977 2005-03-29 Jay Belanger <belanger@truman.edu>
3978
3979 * calc/calc-lang.el: Add functions to math-function-table
3980 properties of tex and math.
3981
3982 2005-03-29 Kenichi Handa <handa@m17n.org>
3983
3984 * ps-mule.el (ps-mule-plot-string): Translate characters by
3985 ps-print-translation-table.
3986 (ps-mule-begin-job): Call find-charset-region/string with
3987 ps-print-translation-table.
3988 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3989
3990 * ps-print.el (ps-print-translation-table): New variable.
3991 (ps-plot-region): Translate characters by ps-print-translation-table.
3992
3993 2005-03-29 Juri Linkov <juri@jurta.org>
3994
3995 * simple.el (next-error-highlight-timer): New variable.
3996
3997 * progmodes/compile.el (compilation-goto-locus):
3998 Use `next-error-highlight-timer' instead of `sit-for'.
3999
4000 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * mail/supercite.el (sc-mail-field): Use assoc-string.
4003 (sc-get-address): Simplify regexps.
4004
4005 * files.el (minibuffer-with-setup-hook): New macro.
4006 (find-file-read-args): Use it to avoid let-binding
4007 minibuffer-with-setup-hook (which breaks turning on/off
4008 file-name-shadow-mode while in the prompt).
4009
4010 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4011
4012 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4013
4014 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4015
4016 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * window.el (window-buffer-height): Use count-screen-lines.
4019
4020 * progmodes/python.el (python-preoutput-leftover): New var.
4021 (python-preoutput-filter): Use it.
4022 (python-send-receive): Loop until all the result has been received.
4023
4024 2005-03-28 Juri Linkov <juri@jurta.org>
4025
4026 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4027
4028 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4029 "Recover Crashed Session".
4030 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4031 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4032 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4033 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4034 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4035 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4036 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4037 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4038
4039 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4040 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4041 Ediff Sessions", "Toggle use of separate control buffer frame",
4042 "Use separate frame for Ediff control buffer".
4043
4044 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4045 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4046 "Rename Bookmark", "Delete Bookmark".
4047
4048 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4049 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4050 Add `:active Info-index-alternatives' to "Next Matching Item".
4051
4052 * wdired.el (wdired-change-to-wdired-mode):
4053 Mention `wdired-abort-changes' key in the initial message.
4054
4055 * international/mule.el (auto-coding-alist): Associate non-ascii
4056 image filename extensions with `no-conversion'.
4057
4058 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * international/iso-acc.el:
4061 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4062
4063 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4064
4065 * textmodes/sgml-mode.el (html-mode): Doc update.
4066
4067 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4068
4069 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4070
4071 * term.el (term-move-columns): Fix face after extending a line.
4072 (term-insert-spaces): Likewise.
4073 (term-reset-terminal): Fix off by one error.
4074
4075 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4076
4077 * international/mule.el (auto-coding-alist): Add .xpi files.
4078
4079 * files.el (auto-mode-alist): Add .xpi files.
4080
4081 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4082
4083 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4084
4085 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4086
4087 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4088
4089 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4090
4091 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4092 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4093
4094 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4095 cursor to Jan 1 when needed.
4096 (calendar-end-of-year): Fix -/+ typo.
4097 Reported by Chong Yidong <cyd@stupidchicken.com>.
4098
4099 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4102
4103 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4104 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4105
4106 2005-03-25 Richard M. Stallman <rms@gnu.org>
4107
4108 * filesets.el (filesets-init): Add autoload.
4109
4110 * mail/mailalias.el (mail-directory): Doc fix.
4111
4112 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4113
4114 * mail/mailalias.el (mail-directory-process): Do nothing if
4115 mail-directory-process is an atom.
4116 (mail-get-names): Ignore mail-directory-names if it is an atom.
4117 (mail-directory-process defvar): Doc fix.
4118 (mail-names): Doc fix.
4119
4120 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4121
4122 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4123
4124 2005-03-26 Kenichi Handa <handa@m17n.org>
4125
4126 * international/mule-util.el (detect-coding-with-priority):
4127 Call update-coding-systems-internal before detect-coding-region.
4128
4129 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4132 (gdb-frames-mode-map): Add follow-link property.
4133
4134 2005-03-25 Jay Belanger <belanger@truman.edu>
4135
4136 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4137 for variables.
4138
4139 2005-03-25 Juri Linkov <juri@jurta.org>
4140
4141 * image-mode.el: Optimize image filename extension regexps in
4142 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4143 in `auto-mode-alist'.
4144 (image-mode): Add `image-toggle-display-text' to local hook
4145 `change-major-mode-hook'. Display the image as an image by
4146 default. Set `cursor-type' and `truncate-lines' if the image
4147 is already displayed. Take into account the current mode (image
4148 or text) in message.
4149 (image-minor-mode): New minor mode.
4150 (image-mode-maybe, image-toggle-display-text): New functions.
4151 (image-toggle-display): Use called-interactively-p.
4152 Let-bind `inhibit-read-only' to t.
4153
4154 * image-mode.el (image-minor-mode): Set `cursor-type' and
4155 `truncate-lines' if the image is already displayed. Add turning
4156 image-minor-mode off to `change-major-mode-hook'. Add message.
4157 Call `image-toggle-display-text' after turning image-minor-mode off.
4158
4159 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4162 Terminal.app, use utf-8.
4163 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4164 (set-locale-environment): Use it.
4165
4166 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4167
4168 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4169
4170 * progmodes/python.el (python-close-block-statement-p)
4171 (python-outdent-p, python-current-defun): Use symbol-end.
4172
4173 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4174
4175 * files.el (save-some-buffers): Doc fix.
4176
4177 2005-03-25 Werner Lemberg <wl@gnu.org>
4178
4179 * complete.el, thumbs.el: Replace `legal' with `valid'.
4180 * calendar/calendar.el: Replace `legal' with `valid'.
4181 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4182 * mail/supercite.el: Replace `legal' with `valid'.
4183 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4184 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4185 Replace `legal' with `valid'.
4186 * textmodes/reftex-vars.el, textmodes/reftex.el:
4187 Replace `legal' with `valid'.
4188
4189 2005-03-25 Werner Lemberg <wl@gnu.org>
4190
4191 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4192 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4193 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4194 * emulation/vip.el: Replace `illegal' with `invalid'.
4195 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4196 * mail/supercite.el: Replace `illegal' with `invalid'.
4197 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4198 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4199 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4200 * progmodes/sh-script.el, progmodes/xscheme.el:
4201 Replace `illegal' with `invalid'.
4202 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4203 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4204 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4205 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4206
4207 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4210 (flymake-find-buildfile, flymake-find-possible-master-files)
4211 (flymake-check-include, flymake-parse-line): Replace loops over the
4212 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4213
4214 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4215 Substitute file-name-as-directory in the rest of the file.
4216 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4217 (flymake-replace-region): Remove unused arg `buffer'.
4218 (flymake-check-patch-master-file-buffer): Update calls to it.
4219 (flymake-add-err-info): Remove unused var `count'.
4220 (flymake-mode): Use define-minor-mode.
4221
4222 * progmodes/flymake.el: Use with-current-buffer.
4223 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4224 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4225 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4226 Avoid testing for `xemacs'.
4227 (flymake-nop): Move.
4228 (flymake-region-has-flymake-overlays): Return the computed value.
4229 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4230 Remove unused var `endline'.
4231 (flymake-get-line-count): Remove unused function.
4232 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4233
4234 * emulation/vi.el:
4235 * generic.el:
4236 * hilit-chg.el (global-highlight-changes):
4237 * hi-lock.el (hi-lock-mode):
4238 * follow.el: find-file-hooks -> find-file-hook.
4239
4240 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4241
4242 2005-03-24 Juri Linkov <juri@jurta.org>
4243
4244 * dired.el (dired-mode-map): Add menu item "Compare directories"
4245 for dired-compare-directories.
4246
4247 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4248 Doc fix. Replace `read-file-name' with `read-directory-name'.
4249
4250 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4253
4254 2005-03-24 Jay Belanger <belanger@truman.edu>
4255
4256 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4257 relevant mode settings in calc-embedded-original-modes when modes
4258 are permanently changed.
4259
4260 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4261
4262 * autoinsert.el: find-file-hooks -> find-file-hook.
4263
4264 2005-03-24 Lute Kamstra <lute@gnu.org>
4265
4266 * generic.el (generic-font-lock-defaults): Make it obsolete.
4267 (generic-font-lock-keywords): New variable to replace
4268 generic-font-lock-defaults.
4269 (generic-mode-set-font-lock): Delete it.
4270 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4271 (generic-bracket-support): Add docstring.
4272
4273 * generic-x.el: Rename generic-font-lock-defaults to
4274 generic-font-lock-keywords throughout.
4275 (mailagent-rules-setup-function): Delete it.
4276 (mailagent-rules-generic-mode): Use anonymous function instead.
4277 (show-tabs-generic-mode-font-lock-defaults-1)
4278 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4279 Quote faces.
4280 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4281 not foreground.
4282
4283 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4284 Recognize define-generic-mode.
4285
4286 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4289 if there's no completion table.
4290
4291 2005-03-23 Miles Bader <miles@gnu.org>
4292
4293 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4294 Remove tty-specific variants, as they're no longer needed.
4295
4296 2005-03-23 Lute Kamstra <lute@gnu.org>
4297
4298 * generic-x.el: Code cleanup: make args constant whenever possible.
4299 (installshield-statement-keyword-list)
4300 (installshield-system-functions-list)
4301 (installshield-system-variables-list, installshield-types-list)
4302 (installshield-funarg-constants-list): Make them constants.
4303
4304 * generic.el (generic-make-keywords-list): Add autoload cookie.
4305
4306 * calendar/time-date.el: Add comment on time value formats.
4307 Don't require parse-time.
4308 (with-decoded-time-value): New macro.
4309 (encode-time-value): New function.
4310 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4311 (days-to-time): Return a valid time value when arg is huge.
4312 (time-since): Use time-subtract.
4313 (time-to-number-of-days): Use time-to-seconds.
4314
4315 2005-03-23 David Ponce <david@dponce.com>
4316
4317 * recentf.el: (recentf-keep): New option.
4318 (recentf-menu-action): Default to `find-file'.
4319 (recentf-keep-non-readable-files-flag)
4320 (recentf-keep-non-readable-files-p)
4321 (recentf-file-readable-p, recentf-find-file)
4322 (recentf-cleanup-remote): Remove.
4323 (recentf-include-p): More robust.
4324 (recentf-keep-p): New function.
4325 (recentf-remove-if-non-kept): Rename from
4326 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4327 All callers updated.
4328 (recentf-menu-items-for-commands): Fix help string.
4329 (recentf-track-closed-file): Update. Doc fix.
4330 (recentf-cleanup): Update. Count removed files. Doc fix.
4331
4332 2005-03-23 Kim F. Storm <storm@cua.dk>
4333
4334 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4335 Don't inherit from fringe face (now happens automatically).
4336
4337 2005-03-22 Kim F. Storm <storm@cua.dk>
4338
4339 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4340 position values.
4341
4342 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * menu-bar.el (showhide-date-time): Remove.
4345 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4346 (menu-bar-make-mm-toggle): Simplify.
4347
4348 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4349
4350 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4351 Accept qualified variable and function names.
4352
4353 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4354
4355 * bindings.el (completion-ignored-extensions):
4356 Remove ".lis" for `vax-vms'.
4357
4358 2005-03-22 Andreas Schwab <schwab@suse.de>
4359
4360 * generic-x.el: Revert last change.
4361 * ldefs-boot.el: Update.
4362
4363 2005-03-22 Jay Belanger <belanger@truman.edu>
4364
4365 * calc/calc-embed (calc-embedded-original-modes): New variable.
4366 (calc-embedded-save-original-modes)
4367 (calc-embedded-restore-original-modes): New functions.
4368 (calc-do-embedded): Save original modes when entering embedded mode
4369 and restore when leaving embedded mode.
4370 (calc-embedded-modes-change): Change the value of
4371 calc-embedded-original-modes to reflect permanent changes.
4372
4373 2005-03-22 Lute Kamstra <lute@gnu.org>
4374
4375 * generic-x.el: Require generic again.
4376
4377 2005-03-22 Miles Bader <miles@gnu.org>
4378
4379 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4380 Tweak details to look good on both ttys and bitmap displays, light
4381 or dark background, etc.
4382
4383 2005-03-21 Kim F. Storm <storm@cua.dk>
4384
4385 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4386 mouse position.
4387
4388 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4389
4390 * icomplete.el: Don't forcibly turn on the mode upon load.
4391 (icomplete-mode): Use define-minor-mode.
4392 (icomplete-eoinput): Default to nil.
4393 (icomplete-minibuffer-setup): Remove autoload.
4394 (icomplete-tidy): Simplify.
4395 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4396 in the initial state or if the user has modified the field.
4397 Fix handling of icomplete-max-delay-chars.
4398 Remove code that handles the oddball case where
4399 minibuffer-completion-table is an integer.
4400 Wrap icomplete-completions in while-no-input in case building
4401 completions takes more time than expected.
4402 (icomplete-completions): Simplify.
4403
4404 2005-03-21 Richard M. Stallman <rms@gnu.org>
4405
4406 * jka-compr.el (jka-compr-really-do-compress):
4407 Make variable buffer-local.
4408
4409 * image-mode.el: Handle .xpm files too.
4410 (image-toggle-display): Preserve modification flag.
4411
4412 * help.el (where-is): Don't mention aliases with no key bindings.
4413
4414 2005-03-21 Lute Kamstra <lute@gnu.org>
4415
4416 * generic.el: Fix commentary section. Don't require cl for compilation.
4417 (generic-mode-list): Add autoload cookie.
4418 (generic-use-find-file-hook, generic-lines-to-scan)
4419 (generic-find-file-regexp, generic-ignore-files-regexp)
4420 (generic-mode, generic-mode-find-file-hook)
4421 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4422 (define-generic-mode): Make it a defmacro. Fix docstring.
4423 (generic-mode-internal): Code cleanup. Add autoload cookie.
4424 (generic-mode-set-comments): Code cleanup.
4425 * generic-x.el: Don't prevent compilation. Don't require generic.
4426 Follow coding conventions. Minor code cleanup.
4427 (etc-fstab-generic-mode): Add some keywords.
4428 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4429 define-generic-mode like a function declaration.
4430
4431 2005-03-21 Jay Belanger <belanger@truman.edu>
4432
4433 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4434 changing modes.
4435
4436 2005-03-21 Sam Steingold <sds@gnu.org>
4437
4438 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4439
4440 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4441
4442 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4443 Add underscore to "f$ lexicals" regexp.
4444
4445 2005-03-20 Juri Linkov <juri@jurta.org>
4446
4447 * subr.el (progress-reporter-do-update): When `min-value' is equal
4448 to `max-value', set `percentage' to 0 and prevent division by zero.
4449
4450 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4451
4452 Sync with Tramp 2.0.48.
4453
4454 * tramp.el (all): Change all addresses to .gnu.org.
4455 (tramp-append-tramp-buffers): New defun.
4456 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4457 Catch `dont-send' signal.
4458 (tramp-set-auto-save-file-modes): Set always permissions, because
4459 there might be an old auto-saved file belonging to another
4460 original file. This could be a security threat. Reported by
4461 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4462 Check for Emacs 21.3.50 removed.
4463
4464 * tramp-smb.el (all): Remove debug construct for
4465 `with-parsed-tramp-file-name'.
4466 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4467 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4468 No error message if DIRECTORY or FILENAME doesn't exist.
4469 (tramp-smb-open-connection): Check existence of
4470 `tramp-smb-program'.
4471
4472 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4475 Properly handle the case where the `m' or `s' command's argument is not
4476 yet terminated.
4477 (perl-indent-new-calculate): New function.
4478 (perl-indent-line): Use it.
4479
4480 2005-03-20 Miles Bader <miles@gnu.org>
4481
4482 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4483 in text-mode too. Change to new face names.
4484 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4485 Add `:weight bold' attribute.
4486 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4487
4488 2005-03-19 Juri Linkov <juri@jurta.org>
4489
4490 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4491
4492 * international/mule.el (auto-coding-alist): Sync with
4493 `auto-mode-alist' by adding upper case archive file extensions
4494 and adding ear/war to jar extension.
4495
4496 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4497
4498 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4499 running, restart it.
4500
4501 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4502
4503 * finder.el (finder-current-item): Throw an error on an empty line.
4504
4505 * man.el (Man-follow-manual-reference): If current-word returns
4506 nil, use "".
4507
4508 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4509
4510 * simple.el (goto-line): Doc fix.
4511
4512 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4513
4514 * files.el (save-buffer): Doc fix.
4515
4516 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4517
4518 * recentf.el (recentf-cleanup-remote): New variable.
4519 (recentf-cleanup): Use it to conditionally check availablity of
4520 remote files.
4521
4522 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4523
4524 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4525 function names.
4526
4527 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4528
4529 * language/thai-word.el: New file.
4530
4531 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4532
4533 * files.el (backup-buffer): If the file's directory is not
4534 writable, use copy instead of move to backup the file.
4535
4536 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4537
4538 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4539
4540 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4541
4542 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4543 Use functionp instead of symbolp and fboundp. Reported by Drkm
4544 <darkman_spam@yahoo.fr>.
4545 (ps-print-version): New version 6.6.6.
4546
4547 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4548
4549 * textmodes/table.el (table--line-column-position): New idiom.
4550 (table--row-column-insertion-point-p): New function to test
4551 validity of row and column insertion operation at a location.
4552 (table-global-menu, table-cell-menu): Use above functions for
4553 deterministic test operation.
4554 (table--editable-cell-p): Behave in deterministic fashion.
4555
4556 2005-03-18 Juri Linkov <juri@jurta.org>
4557
4558 * isearch.el (isearch-lazy-highlight-new-loop):
4559 Make arguments beg and end optional.
4560 (isearch-update): Remove optional arguments nil from
4561 isearch-lazy-highlight-new-loop.
4562 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4563 isearch-lazy-highlight-case-fold-search instead of
4564 isearch-case-fold-search, and let-bind isearch-regexp to
4565 isearch-lazy-highlight-regexp.
4566 Use isearch-lazy-highlight-last-string instead of isearch-string.
4567
4568 * replace.el (perform-replace): Remove bindings of global
4569 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4570 Add three new arguments to `replace-highlight'.
4571 (replace-highlight): Add arguments string, regexp, case-fold.
4572 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4573 to allow isearch-lazy-highlight-new-loop to use these values
4574 to set corresponding isearch-lazy-highlight-* internal
4575 variables whose values lazy highlighting will use regardless of
4576 changes to global variables isearch-string, isearch-regexp,
4577 isearch-case-fold-search during lazy highlighting loop.
4578 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4579 to `lazy-highlight-cleanup'.
4580
4581 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4582 (ispell-highlight-face): Set default face to `isearch' when
4583 lazy highlighting is enabled.
4584 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4585 priority to 1. Add lazy highlighting.
4586 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4587 from `isearch-dehighlight'.
4588
4589 2005-03-18 David Ponce <david@dponce.com>
4590
4591 * files.el (hack-local-variables): Do a case-insensitive search
4592 for End.
4593
4594 2005-03-18 Juri Linkov <juri@jurta.org>
4595
4596 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4597 `isearch-lazy-highlight-cleanup', add alias to old name and
4598 declare obsolete. Add release numbers to other obsolete vars.
4599 (isearch-done, isearch-lazy-highlight-new-loop):
4600 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4601 (lazy-highlight-cleanup) <variable>: Doc fix.
4602 (isearch-lazy-highlight-update): Rename obsolete
4603 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4604
4605 2005-03-18 Kenichi Handa <handa@m17n.org>
4606
4607 * language/thai-util.el: Fix categorization of Thai characters in
4608 thai-category-table.
4609 (thai-composition-pattern): Adjust it for the above change.
4610 (thai-self-insert-command, thai-compose-syllable): New functions.
4611 (thai-compose-region): Use thai-compose-syllable.
4612 (thai-compose-string): Likewise.
4613 (thai-composition-function): Likewise.
4614 (thai-auto-composition): New function.
4615 (thai-auto-composition-mode): New minor mode.
4616
4617 * language/thai.el: Fix patterns to be registered in
4618 composition-function-table.
4619
4620 * international/quail.el (quail-input-method): Locally bind
4621 inhibit-modification-hooks to t.
4622
4623 2005-03-17 Richard M. Stallman <rms@gnu.org>
4624
4625 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4626 (perl-mode): Use run-mode-hooks.
4627
4628 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4629 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4630 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4631
4632 * mail/sendmail.el (sendmail-send-it): Reenable the code
4633 to compute resend-to-address and use it.
4634
4635 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4636
4637 * image-mode.el: New file.
4638
4639 * image.el (insert-sliced-image): Add autoload cookie.
4640
4641 * font-lock.el (font-lock-lines-before): New user option.
4642 (font-lock-after-change-function): Obey it.
4643
4644 * bindings.el (esc-map): Make M-g a prefix.
4645 Bind M-g g and M-g M-g to goto-line.
4646
4647 * faces.el (face-id): Doc fix.
4648
4649 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4650
4651 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4652 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4653 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4654
4655 * mail/sendmail.el (mail-yank-ignored-headers)
4656 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4657 Add Mail-Followup-To and Mail-Reply-To headers.
4658 (mail-citation-hook): Add autoload cookie.
4659 (mail-mode): Doc fix.
4660 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4661 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4662 (mail-mode-fill-paragraph): Handle those headers.
4663 (mail-mailing-lists): New variable.
4664 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4665
4666 2005-03-17 Juri Linkov <juri@jurta.org>
4667
4668 * isearch.el (isearch-fallback): Check for `(car previous)'
4669 before calling `isearch-other-end-state'.
4670
4671 2005-03-17 Kim F. Storm <storm@cua.dk>
4672
4673 * simple.el (move-beginning-of-line): Move to beginning of buffer
4674 line, as well as beginning of screen line.
4675
4676 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4677
4678 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4679 argument REDRAW rather than calendar-redrawing variable.
4680 * calendar/calendar.el (calendar-redrawing): Delete.
4681 (redraw-calendar): Do not bind calendar-redrawing.
4682
4683 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4684
4685 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4686 diary-file buffer.
4687
4688 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * help.el (describe-mode): Allow a :minor-mode-function property to
4691 specify a different minor mode toggle function than the variable.
4692 * simple.el (auto-fill-function):
4693 * subr.el (add-minor-mode): Use it.
4694
4695 2005-03-16 Kenichi Handa <handa@m17n.org>
4696
4697 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4698 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4699 (ethio-fidel-to-sera-buffer): Likewise.
4700
4701 2005-03-16 Juri Linkov <juri@jurta.org>
4702
4703 * emacs-lisp/find-func.el (find-function-regexp):
4704 Add defun-emitting macro `menu-bar-make-toggle'.
4705
4706 * isearch.el: Put `isearch-scroll' property to
4707 `split-window-horizontally'.
4708
4709 * info.el: Update error messages for `debug-ignored-errors'.
4710 (Info-isearch-search): Doc fix.
4711 (Info-find-node): Move up code to go into info buffer before
4712 recording the node to the history.
4713 (Info-fontify-node): Fontify titles only if the next line
4714 has two or more `*', `=', `-', `.'.
4715 Display "go to this node" for empty (match-string 3).
4716
4717 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4718
4719 * term/mac-win.el: Add mouse pointer shape constants.
4720
4721 2005-03-15 Kim F. Storm <storm@cua.dk>
4722
4723 * simple.el (move-beginning-of-line): Use vertical-motion.
4724
4725 2005-03-15 Juri Linkov <juri@jurta.org>
4726
4727 * isearch.el (isearch-error): New variable.
4728 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4729 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4730 (isearch-within-brackets-state): Remove.
4731 (isearch-case-fold-search-state, isearch-pop-fun-state):
4732 Decrease frame index.
4733 (isearch-mode, isearch-top-state, isearch-push-state)
4734 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4735 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4736 (isearch-search, isearch-lazy-highlight-new-loop):
4737 Replace `isearch-invalid-regexp' with `isearch-error'.
4738 Remove `isearch-within-brackets'.
4739 (isearch-search): Add `search-failed' handler to `condition-case'.
4740 (isearch-lazy-highlight-search): Add `condition-case' to catch
4741 errors and allow `isearch-lazy-highlight-update' to try
4742 highlighting from the beginning of the window.
4743 (isearch-repeat): Move up code to set isearch-wrapped to t
4744 before calling isearch-wrap-function.
4745
4746 * info.el (Info-isearch-initial-node): New internal variable.
4747 (Info-search): Signal an error in isearch mode when search leaves
4748 the initial node. Signal an error when `bound' is non-nil and
4749 nothing was found in the current subfile.
4750 (Info-isearch-search): Remove `condition-case'.
4751 (Info-isearch-wrap): Don't wrap when search failed during leaving
4752 the initial node. If `Info-isearch-search' is nil, wrap around
4753 the current node.
4754 (Info-isearch-start): New fun.
4755 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4756 `isearch-mode-hook'.
4757
4758 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4759
4760 * simple.el (normal-erase-is-backspace): Set default to t if
4761 running on Mac.
4762
4763 * term/mac-win.el (function-key-map): Sync with x-win.el.
4764
4765 2005-03-15 Kenichi Handa <handa@m17n.org>
4766
4767 * international/mule-cmds.el (locale-language-names): Modify the
4768 format of elements and add more entries.
4769 (locale-preferred-coding-systems): Add more entries.
4770 (set-locale-environment): Adjust for the change of
4771 locale-language-names.
4772
4773 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * pcvs.el (smerge-ediff): Remove bogus autoload.
4776
4777 2005-03-14 Lute Kamstra <lute@gnu.org>
4778
4779 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4780 Ignore a `*' at the beginning of a line.
4781
4782 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4783 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4784 subr.el.
4785 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4786 to specify indentation.
4787
4788 * generic.el (define-generic-mode): Let generic-mode-list be a
4789 list of strings; test membership with equal.
4790
4791 2005-03-14 Kim F. Storm <storm@cua.dk>
4792
4793 * simple.el (next-line, previous-line): Add optional try-vscroll
4794 arg to recognize interactive use. Pass it on to line-move.
4795 (line-move): Don't perform auto-window-vscroll when defining or
4796 executing keyboard macro to ensure consistent behaviour.
4797
4798 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4801
4802 2005-03-13 Lute Kamstra <lute@gnu.org>
4803
4804 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4805 debugger-setup-buffer so that backtrace marks the frames set to
4806 debug-on-exit and we don't have to do it manually. Set an extra
4807 debug-on-exit for macro's.
4808 (debugger-setup-buffer): Don't mark the top frame manually.
4809
4810 2005-03-12 Lute Kamstra <lute@gnu.org>
4811
4812 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4813 lisp-indent-function throughout.
4814 (with-no-warnings): Set lisp-indent-function property.
4815
4816 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4817
4818 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4819 Add entry for backslash.
4820
4821 2005-03-12 Juri Linkov <juri@jurta.org>
4822
4823 * info.el (Info-search): Four fixes for backward search.
4824
4825 2005-03-11 Jay Belanger <belanger@truman.edu>
4826
4827 * calc/calc.el (calc-language-alist): New variable.
4828 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4829 (calc-embedded-find-modes): Use calc-language-alist instead of
4830 calc-embedded-language-alist.
4831
4832 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4833
4834 * calendar/calendar.el (calendar-redrawing): New internal
4835 variable.
4836 (redraw-calendar): Remove bogus save-excursion from previous
4837 change. Bind calendar-redrawing to t for mark-diary-entries.
4838 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4839 calendar if that is why we were called.
4840
4841 2005-03-11 Kenichi Handa <handa@m17n.org>
4842
4843 * international/mule.el (make-coding-system): Set property
4844 coding-system-define-form to nil.
4845 (define-coding-system-alias): Likewise.
4846
4847 2005-03-11 Kenichi Handa <handa@m17n.org>
4848
4849 These changes are suggested by Dave Love <fx@gnu.org>.
4850
4851 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4852 coding: tag.
4853 (adaptive-fill-regexp): Add more bullets.
4854 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4855 regexps.
4856
4857 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * help.el (describe-mode): Properly handle non-trivial lighters.
4860 Don't ignore minor modes that are not listed in minor-mode-list.
4861
4862 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4863 feature ON when the user requests to turn it OFF.
4864
4865 2005-03-10 Lute Kamstra <lute@gnu.org>
4866
4867 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4868 (implement-debug-on-entry): New function to replace debug-entry-code.
4869 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4870 second argument as the 2005-03-07 change makes it obsolete.
4871 (debug-on-entry, cancel-debug-on-entry): Update call to
4872 debug-on-entry-1.
4873 (debug, debugger-setup-buffer): Comment update.
4874 (debugger-frame-number): Update to work with implement-debug-on-entry.
4875
4876 2005-03-10 Jay Belanger <belanger@truman.edu>
4877
4878 * calc/calc-embed.el (math-ms-args): Declare it.
4879 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4880 math-ms-args.
4881 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4882 variables.
4883
4884 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4885
4886 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4887 Use message-box.
4888
4889 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4890 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4891 (tooltip-gud-tips): Simplify.
4892 (tooltip-gud-tips-p): Remove superflouous :set.
4893 (tooltip-gud-modes): Add fortran-mode.
4894 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4895
4896 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4897
4898 2005-03-09 Kim F. Storm <storm@cua.dk>
4899
4900 * play/animate.el (animate-place-char): Use forward-line instead
4901 of next-line to improve performance.
4902
4903 2005-03-09 Simon Josefsson <jas@extundo.com>
4904
4905 * net/browse-url.el (browse-url-default-browser): Doc fix.
4906
4907 2005-03-09 Miles Bader <miles@gnu.org>
4908
4909 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4910 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4911
4912 2005-03-09 Kenichi Handa <handa@m17n.org>
4913
4914 * international/latin-1.el: Set case and syntax for 255 only if
4915 set-case-syntax-set-multibyte is nil.
4916
4917 * textmodes/ispell.el (ispell-insert-word): New function.
4918 (ispell-word): Use ispell-insert-word to insert a new word.
4919 (ispell-process-line): Likewise.
4920 (ispell-complete-word): Likewise.
4921
4922 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4923
4924 * calendar/calendar.el (redraw-calendar): Preserve point.
4925 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4926 (calendar-week-start-day): Move after definition of
4927 redraw-calendar. Delete buffer test, since redraw-calendar has
4928 that now.
4929
4930 * calendar/diary-lib.el (mark-diary-entries): Only call
4931 redraw-calendar in the first of any recursive calls.
4932 Reported by Alan Shutko <ats@acm.org>.
4933
4934 2005-03-08 Juri Linkov <juri@jurta.org>
4935
4936 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4937 (html-horizontal-rule, html-line, html-image, html-checkboxes)
4938 (html-radio-buttons): Add a space before the trailing `/>' where
4939 sgml-xml-mode is non-nil.
4940 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4941 the subsequent tag of the empty XML tag.
4942 (html-href-anchor): Don't set initial input to "http:".
4943 (html-image): Ask for the image URL and set point inside alt="".
4944 (html-name-anchor): Duplicate the name in the `id' attribute when
4945 sgml-xml-mode is non-nil.
4946 (html-paragraph): Remove \n before <p>.
4947 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4948 instead of `checked' when sgml-xml-mode is non-nil.
4949
4950 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4951 Remove 1 space before #RRGGBB to not truncate it on terminal
4952 windows w/o fringes. Remove 1 space between bg and fg examples
4953 to get more space.
4954 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4955 avoid byte-compile warnings.
4956
4957 * image-file.el (image-file-handler): Put `safe-magic' property to
4958 `image-file-handler'.
4959
4960 * info.el (Info-isearch-search): Emulate word search in
4961 isearching through multiple Info nodes with Info-search.
4962 (Info-isearch-wrap): Allow isearch-word.
4963
4964 2005-03-08 Lute Kamstra <lute@gnu.org>
4965
4966 * emacs-lisp/debug.el (debugger-step-through): Make sure that
4967 stepping into the debugger's code is not possible.
4968 (debugger-jumping-flag): Docstring update.
4969
4970 2005-03-08 Jay Belanger <belanger@truman.edu>
4971
4972 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4973 embedded mode begins.
4974 (calc-embedded-language-alist): New variable.
4975 (calc-embedded-find-modes): Use calc-embedded-language-alist to
4976 set default language mode.
4977
4978 2005-03-08 Kenichi Handa <handa@m17n.org>
4979
4980 * international/ccl.el (define-ccl-program): Fix docstring about
4981 extra 256 bytes assured for the output buffer.
4982
4983 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4984 Fix BUFFER_MAGNIFICATION to 2.
4985 (ccl-encode-mule-utf-16be-with-signature): Likewise.
4986
4987 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
4988
4989 * align.el (align-rules-list): Added an alignment rule for CSS
4990 declarations (applies to css-mode and html-mode buffers).
4991
4992 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4995
4996 2005-03-07 Kim F. Storm <storm@cua.dk>
4997
4998 * simple.el (move-beginning-of-line): New command.
4999
5000 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5001
5002 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5003
5004 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5005 and move-beginning-of-line.
5006
5007 * apropos.el (apropos-print): Omit command from M-x ... RET.
5008
5009 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5010
5011 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5012 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5013
5014 2005-03-06 Richard M. Stallman <rms@gnu.org>
5015
5016 * bindings.el (esc-map): Bind M-g to goto-line.
5017
5018 * facemenu.el (global-map): Bind M-o, not M-g.
5019
5020 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5021
5022 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5023 "Open Directory" as for "Open File".
5024
5025 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5026
5027 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5028 (push-mark-command): Run activate-mark-hook.
5029
5030 2005-03-06 Richard M. Stallman <rms@gnu.org>
5031
5032 * help-mode.el (help-mode-finish): Don't alter the element
5033 in view-return-to-alist if there already is one.
5034
5035 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5036 make sure the current buffer is the expected one.
5037
5038 * novice.el (disabled-command-function): Output in *Disabled Command*.
5039 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5040
5041 * textmodes/flyspell.el (flyspell-large-region):
5042 Pass args differently for aspell.
5043
5044 * files.el (mode-require-final-newline): Doc fix.
5045
5046 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5047
5048 * progmodes/which-func.el (which-function):
5049 Specify NOERROR when calling imenu--make-index-alist.
5050
5051 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * simple.el (normal-erase-is-backspace): Define default value.
5054
5055 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5056 (custom-reevaluate-setting): Simple function to handle
5057 variables that are defined before their default value can really
5058 be computed.
5059
5060 * startup.el (command-line): Use it for temporary-file-directory,
5061 small-emporary-file-directory, auto-save-file-name-transforms,
5062 blink-cursor-mode, and normal-erase-is-backspace.
5063
5064 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5065 progress, even with buggy anchored keywords.
5066
5067 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5068
5069 * simple.el (goto-line): Remove unbalanced final parenthesis.
5070
5071 2005-03-05 Richard M. Stallman <rms@gnu.org>
5072
5073 * simple.el (goto-line): Use a number at point as the default.
5074 With C-u as arg, switch buffers.
5075
5076 2005-03-05 Juri Linkov <juri@jurta.org>
5077
5078 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5079 with `no-blinking-cursor'.
5080
5081 * startup.el (no-blinking-cursor): New defvar.
5082 (command-line): Add `--no-blinking-cursor' to longopts.
5083 Set `no-blinking-cursor' to t for command line arguments
5084 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5085 with `no-blinking-cursor' in the condition for calling
5086 `blink-cursor-mode'.
5087
5088 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5091 (menu-bar-options-save): Add blink-cursor-mode.
5092 (menu-bar-options-menu): Add blink-cursor-mode.
5093
5094 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5095
5096 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5097 (icalendar-export-file, icalendar-export-region)
5098 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5099 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5100
5101 2005-03-04 Lute Kamstra <lute@gnu.org>
5102
5103 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5104 (debug-function-list): Ditto.
5105
5106 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5107
5108 * textmodes/texinfmt.el (texinfo-append-refill):
5109 Redefine the types of line to which @refill
5110 is not appended by replacing a search for `@refill\\|@bye' with
5111 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5112 itemize@refill' bug and the unfilled long lines bug.
5113 (texinfmt-version): Update number and date.
5114
5115 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5116
5117 * international/code-pages.el (windows-1250, windows-125[2-8])
5118 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5119
5120 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5121
5122 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5123 bound yet.
5124
5125 2005-03-02 Romain Francoise <romain@orebokech.com>
5126
5127 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5128 buffer after removing limits.
5129 (ibuffer-pop-filter): Ditto.
5130 Update copyright.
5131
5132 2005-03-02 Miles Bader <miles@gnu.org>
5133
5134 * button.el (make-text-button): If the user doesn't specify a
5135 type, use the default. Rewrite to use `add-text-properties' and
5136 plist functions.
5137
5138 2005-03-01 Lute Kamstra <lute@gnu.org>
5139
5140 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5141 (debugger-jumping-flag): New var.
5142 (debug-entry-code): Use it.
5143 (debugger-jump): Use debugger-jumping-flag and add
5144 debugger-reenable to post-command-hook.
5145 (debugger-reenable): Use debugger-jumping-flag and remove itself
5146 from post-command-hook.
5147 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5148 debugger-reenable.
5149
5150 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5151
5152 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5153 inclusion of "itemize\\|", which may be unnecessary, is certainly
5154 inelegant, and stops refilling in itemize lists when formatting
5155 Japanese Texinfo files to Info.
5156 Update copyright to 2005.
5157
5158 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5161 of an error if GDB can't find the source file.
5162
5163 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5164
5165 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5166 not just the calendar.
5167
5168 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5169 first.
5170 (diary-redraw-calendar): New function.
5171 (make-diary-entry): Add diary-redraw-calendar to local
5172 write-contents-functions. Turn off selective display before
5173 inserting in diary.
5174
5175 2005-03-01 Kim F. Storm <storm@cua.dk>
5176
5177 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5178
5179 2005-03-01 Lute Kamstra <lute@gnu.org>
5180
5181 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5182 that debug-entry-code can be safely removed from a function while
5183 this code is being evaluated. Revert the 2005-02-27 change as the
5184 new implementation no longer requires it. Make sure that a
5185 function body containing just a string is not mistaken for a docstring.
5186 (debug): Skip one more frame in case of debug on entry.
5187 (debugger-setup-buffer): Delete one more frame line in case of
5188 debug on entry.
5189 (debugger-frame-number): Update to use the new text introduced by
5190 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5191
5192 2005-02-28 Kim F. Storm <storm@cua.dk>
5193
5194 * double.el (double-translate-key): Call force-window-update after
5195 read-event to avoid crash in redisplay.
5196
5197 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5200 (debug): Use it. Move the inhibit-trace earlier.
5201 (debug-entry-code): New const.
5202 (debug-on-entry-1): Use it.
5203
5204 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5205
5206 * international/utf-16.el (ccl-encode-mule-utf-16le):
5207 Fix BUFFER_MAGNIFICATION to 2.
5208 (ccl-encode-mule-utf-16be): Likewise.
5209
5210 2005-02-28 Kenichi Handa <handa@m17n.org>
5211
5212 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5213 Fix BUFFER_MAGNIFICATION to 4.
5214 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5215
5216 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5217
5218 * speedbar.el (speedbar-update-flag): Doc fix.
5219 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5220 argument.
5221
5222 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5223
5224 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5225 have a non-nil `invisible' property but are actually visible.
5226
5227 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5228 for perldoc sections.
5229 (perl-outline-regexp, perl-outline-level): New var and function.
5230 (perl-mode): Use them.
5231
5232 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5233
5234 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5235 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5236
5237 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5238
5239 * cus-edit.el: Comment change.
5240 (custom-buffer-create-internal): Slightly reword text at top of
5241 Custom buffers. Mention there that saving an option edits the
5242 init file. Add link to Emacs manual node on `custom-file'.
5243 (custom-magic-alist): Rewrite individual State messages to use
5244 capitalized keywords. Doc fix.
5245
5246 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5247
5248 * calendar/calendar.el (calendar-buffer): Move above
5249 calendar-week-start-day.
5250 (calendar-week-start-day): Doc fix. Add :set function.
5251 (calendar-minimum-window-height): New variable.
5252 (generate-calendar-window): Only resize window if selected-window
5253 is displaying the calendar buffer. Use new variable
5254 calendar-minimum-window-height.
5255 (generate-calendar): Reword error message.
5256 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5257
5258 2005-02-27 Andreas Schwab <schwab@suse.de>
5259
5260 * vc.el (vc-do-command): Don't run command asynchronously when
5261 operating in a remote directory.
5262
5263 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5264 change from sync with Tramp 2.0.47.
5265
5266 2005-02-27 Richard M. Stallman <rms@gnu.org>
5267
5268 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5269
5270 * textmodes/flyspell.el (flyspell-mode-on):
5271 Call ispell-change-dictionary only if necessary.
5272
5273 * emacs-lisp/re-builder.el (regexp-builder): New function.
5274
5275 * register.el (describe-register-1): Explicitly handle
5276 yank-excluded-properties = t.
5277
5278 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5279 (custom-magic-alist): Change the status descriptions again.
5280 (face widget-type): Total rewrite based on `restricted-sexp'
5281 to eliminate the confusing double hiding levels.
5282
5283 * emacs-lisp/debug.el (debug-on-entry-1):
5284 If function body is empty, add nil as body form.
5285
5286 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * emacs-lisp/trace.el (inhibit-trace): New var.
5289 (trace-make-advice): Use it.
5290
5291 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5292
5293 2005-02-26 Kim F. Storm <storm@cua.dk>
5294
5295 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5296 (mouse-on-link-p, mouse-drag-region-1): Use it.
5297
5298 2005-02-25 Lute Kamstra <lute@gnu.org>
5299
5300 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5301
5302 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5303
5304 * frame.el (blink-cursor-mode): Add :group keyword.
5305
5306 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5307
5308 * calendar/icalendar.el (icalendar--decode-isodatetime):
5309 New optional argument DAY-SHIFT.
5310 (icalendar-export-region): Fix coding-system-for-write.
5311 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5312 events by one.
5313
5314 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5317
5318 2005-02-24 Kim F. Storm <storm@cua.dk>
5319
5320 * international/iso-acc.el (iso-accents-compose): Fix crash
5321 during redisplay. Call force-window-update after read-event
5322 and delete-region to signal that window is not accurate.
5323
5324 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5327 Remove unused and inexistent var `inhibit-trace'.
5328 (debugger-mode): Use run-mode-hooks.
5329 (debugger-list-functions): Add buttons; setup xref stack.
5330
5331 2005-02-23 Richard M. Stallman <rms@gnu.org>
5332
5333 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5334 appointment says it was explicitly made.
5335 (appt-add): Set the 3rd element.
5336 (appt-make-list): Preserve explicit appointments.
5337
5338 * subr.el (find-tag-default): Catch errors in forward-sexp.
5339
5340 2005-02-23 Juri Linkov <juri@jurta.org>
5341
5342 * info.el (Info-isearch-search): New defcustom.
5343 (Info-isearch-search): Call the default isearch function
5344 when Info-isearch-search is nil.
5345 (Info-isearch-wrap): Use variable Info-isearch-search.
5346
5347 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5348
5349 * cus-edit.el: Comment change.
5350
5351 2005-02-22 Kim F. Storm <storm@cua.dk>
5352
5353 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5354 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5355
5356 2005-02-22 Simon Josefsson <jas@extundo.com>
5357
5358 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5359 New variable.
5360 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5361 Oskarsson" <myrkraverk@users.sourceforget.net>.
5362
5363 2005-02-22 Kim F. Storm <storm@cua.dk>
5364
5365 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5366 check that window of that event is the selected window.
5367 (mouse-drag-region-1): Compare mouse event window to selected
5368 window before setting point.
5369
5370 * tooltip.el (tooltip-show-help-function): Pass event to
5371 mouse-on-link-p so it can check selected window.
5372
5373 2005-02-22 Kenichi Handa <handa@m17n.org>
5374
5375 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5376 (ps-mule-show-warning): New function.
5377 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5378 characters are found.
5379
5380 * ps-print.el (ps-header-footer-string): Return a list of header
5381 and footer strings.
5382
5383 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5384
5385 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5386
5387 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * frame.el (blink-cursor-mode): Use define-minor-mode.
5390
5391 * term/mac-win.el (function-key-map): Use char-names more consistently.
5392 (file-name-coding-system): Only set it for MacOS-9. The other case is
5393 already handled in mule-cmds.el (where it also works when mac-win.el
5394 is not used).
5395
5396 2005-02-21 Kenichi Handa <handa@m17n.org>
5397
5398 * international/mule.el (ctext-pre-write-conversion): Always use
5399 " *code-converting-work*" buffer for work.
5400
5401 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5402
5403 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5404
5405 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5406
5407 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5408
5409 * ses.el (undo-more): Restore defadvice, but only the part that
5410 allows changes outside the restricted area of the buffer.
5411
5412 2005-02-20 Kim F. Storm <storm@cua.dk>
5413
5414 * simple.el (line-move): Add fourth optional arg try-vscroll which
5415 must be set to perform auto-window-vscroll.
5416 When moving backwards and doing auto-window-vscroll, automatically
5417 vscroll to the last part of lines which are taller than the window.
5418 (next-line, previous-line): Set try-vscroll arg on line-move.
5419
5420 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5421
5422 * replace.el (query-replace, query-replace-regexp)
5423 (replace-string, replace-regexp): When operating on region, make
5424 the minibuffer prompt say so.
5425
5426 * isearch.el (isearch-forward): Document isearch-query-replace and
5427 isearch-query-replace-regexp keybindings.
5428
5429 2005-02-19 Jay Belanger <belanger@truman.edu>
5430
5431 * calc/calc-aent.el (math-read-token): Add local variable.
5432
5433 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5434 (calc-edit-top): Move declaration to earlier in file.
5435 (calc-edit-macro-repeats): Add local variables.
5436
5437 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5438 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5439 calcFunc-tanh.
5440 Adjust integration rule for calcFunc-tan.
5441
5442 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5443
5444 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5445 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5446 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5447 (viper-skip-separators): Bug fix.
5448 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5449 particular major mode.
5450 (viper-del-backward-char-in-replace): Don't put deleted char on the
5451 kill ring.
5452
5453 * viper-ex.el (viper-color-display-p): New function.
5454 (viper-has-face-support-p): Use viper-color-display-p.
5455
5456 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5457
5458 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5459
5460 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5461 (viper-file-remote-p): Make equivalent to file-remote-p.
5462
5463 * viper.el (viper-major-mode-modifier-list):
5464 Use viper-gnus-modifier-map.
5465
5466 2005-02-19 David Kastrup <dak@gnu.org>
5467
5468 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5469 quoting.
5470
5471 2005-02-19 Jay Belanger <belanger@truman.edu>
5472
5473 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5474 Remove extra definitions.
5475 (calc-coth): New function.
5476 (calcFunc-cot): Fix `let'.
5477
5478 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5479
5480 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5481 the reasons we use "type pc" in these faces.
5482
5483 * button.el (button): Ditto.
5484
5485 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5486
5487 * replace.el (query-replace-read-from): Set the value of
5488 query-replace-from-history-variable to handle the case of an empty
5489 string entered to accept the suggested default.
5490
5491 * net/tramp.el (tramp-file-name-for-operation):
5492 Use dired-call-process instead of dired-call-process-command.
5493
5494 2005-02-19 Jay Belanger <belanger@truman.edu>
5495
5496 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5497 (math-div-non-trig): New variables.
5498 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5499 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5500 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5501 trig expressions.
5502
5503 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5504
5505 * progmodes/gdb-ui.el (gdb-var-update-handler)
5506 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5507 for watch expressions,
5508 (gdb-var-create-handler): Don't set speedbar-update-flag.
5509 (gdb-post-prompt): Simplify test for speedbar.
5510
5511 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5512
5513 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5514 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5515 we use the syntax table of the correct buffer.
5516 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5517 Felix Gatzemeier.
5518
5519 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5520 (ediff-file-remote-p): Make synonymous with file-remote-p.
5521 In all deffaces ediff-*-face-*, use min-colors.
5522
5523 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5524 ediff-recurse-to-subdirectories.
5525 (ediff-mark-if-equal): Check that the arguments are strings, use
5526 ediff-same-contents (after to Felix Gatzemeier).
5527
5528 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5529 nil.
5530
5531 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5534
5535 2005-02-18 David Kastrup <dak@gnu.org>
5536
5537 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5538 use `mark-active' when defined.
5539
5540 2005-02-18 Kenichi Handa <handa@m17n.org>
5541
5542 * ps-print.el (ps-font-info-database): New entry
5543 ZapfChancery-MediumItalic with correct font name. Fix font name
5544 of the entry Zapf-Chancery-MediumItalic.
5545
5546 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5547
5548 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5549
5550 2005-02-16 Kim F. Storm <storm@cua.dk>
5551
5552 * ido.el (ido-fallback-command): Pass user input to fallback command.
5553
5554 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5555
5556 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5557 (gdb-find-file-hook): Add server prefix.
5558
5559 2005-02-16 Richard M. Stallman <rms@gnu.org>
5560
5561 * replace.el (perform-replace): Pass new args to replace-highlight.
5562 (replace-highlight): Take region args,
5563 and pass them to isearch-lazy-highlight-new-loop.
5564
5565 * novice.el (disabled-command-hook): Autoload the defalias
5566 and the make-obsolete-variable call.
5567
5568 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5569
5570 * isearch.el (isearch-lazy-highlight-start-limit)
5571 (isearch-lazy-highlight-end-limit): New variables limit
5572 the region for highlighting.
5573 (isearch-lazy-highlight-new-loop): New args BEG and END.
5574 (isearch-lazy-highlight-search): Use the new vars.
5575 (isearch-lazy-highlight-update): Likewise.
5576
5577 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5578
5579 * cus-start.el (all): Use default-boundp.
5580
5581 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5582
5583 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5584
5585 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * autorevert.el (auto-revert-stop-on-user-input)
5588 (auto-revert-verbose): Doc fixes.
5589
5590 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5591
5592 * international/mule-cmds.el (set-locale-environment): Remove call
5593 to set-selection-coding-system on Windows.
5594
5595 2005-02-15 Jay Belanger <belanger@truman.edu>
5596
5597 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5598 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5599 calcFunc-coth.
5600 (math-simplify-sqrt): Add simplifications.
5601
5602 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5603 to list.
5604
5605 * calc/calc-ext.el: Add functions to autoloads.
5606
5607 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5608 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5609 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5610 (math-csc-raw, math-cot-raw): New functions.
5611
5612 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5613
5614 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5615 the variable name in a message.
5616
5617 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5618 calcFunc-csc, calcFunc-cot.
5619
5620 * calc/calcalg2.el: Add derivative and integration rules for
5621 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5622 calcFunc-csch, calcFunc-coth.
5623 (math-do-integral-methods): Add to checks for when to use
5624 substitutions.
5625
5626 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5627
5628 2005-02-15 Lute Kamstra <lute@gnu.org>
5629
5630 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5631 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5632 <monnier@iro.umontreal.ca>
5633 (lisp-outline-level): Improve efficiency. Suggested by David
5634 Kastrup <dak@gnu.org>.
5635
5636 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5637
5638 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5639 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5640 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5641 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5642 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5643
5644 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5645
5646 * cus-start.el (all): Comment change.
5647
5648 2005-02-14 Lute Kamstra <lute@gnu.org>
5649
5650 * cus-start.el (all): Check if symbol is void.
5651
5652 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5653
5654 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5655 optional argument to \cite.
5656
5657 2005-02-14 Richard M. Stallman <rms@gnu.org>
5658
5659 * cus-edit.el (custom-buffer-create-internal): Update help message.
5660 (custom-magic-alist): Update help messages.
5661
5662 * cus-start.el (all): Allow a var to specify a standard value.
5663
5664 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5665
5666 * custom.el (custom-theme-set-variables): Handle variable aliases.
5667
5668 * frame.el (blink-cursor-timer): Doc fix.
5669 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5670 declare obsolete.
5671 (blink-cursor-mode): Define with defcustom and use correct
5672 standard expression in that defcustom.
5673 * startup.el (command-line): Adapt to above changes in frame.el.
5674
5675 2005-02-11 Lute Kamstra <lute@gnu.org>
5676
5677 * apropos.el (apropos-score-doc): Prevent division by zero.
5678
5679 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5680
5681 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5682 (icalendar--get-event-property-attributes)
5683 (icalendar--get-event-properties)
5684 (icalendar--datetime-to-diary-date): New functions.
5685 (icalendar--split-value): Doc fix.
5686 (icalendar--datetime-to-noneuropean-date)
5687 (icalendar--datetime-to-european-date): New optional argument
5688 SEPARATOR. Return result as a string instead of a list.
5689 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5690 (icalendar--convert-string-for-export): Rename arg S to STRING.
5691 (icalendar-export-region): Doc fix. Change name of error buffer.
5692 Save output buffer.
5693 (icalendar-import-file): Add blank at end of prompt.
5694 (icalendar-import-buffer): Doc fix. Do not switch to error
5695 buffer. Indicate status in return value.
5696 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5697 buffer. Save output buffer. Handle exception from recurrence
5698 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5699 events. Fix problems with weekly all-day events.
5700
5701 2005-02-10 Richard M. Stallman <rms@gnu.org>
5702
5703 * simple.el (eval-expression-print-format):
5704 Avoid warning about edebug-active.
5705
5706 * help.el (help-for-help-internal): Rename from help-for-help.
5707 (help-for-help): Define with defalias.
5708
5709 * font-core.el (font-lock-default-function): Use with-no-warnings.
5710
5711 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5712
5713 * custom.el (defface): Doc fix.
5714
5715 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5716
5717 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5718 width 0" to prevent word wrapping problems.
5719
5720 2005-02-09 Kim F. Storm <storm@cua.dk>
5721
5722 * ido.el (ido-file-extensions-order): New defcustom.
5723 (ido-file-extension-lessp, ido-file-extension-aux)
5724 (ido-file-extension-order): New advanced file ordering.
5725 (ido-file-lessp): New simple file ordering.
5726 (ido-sort-list): Remove.
5727 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5728 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5729
5730 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5731
5732 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5733 that some versions of grep produce.
5734 (grep-mode-font-lock-keywords): Likewise.
5735
5736 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5737
5738 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5739 (gdb-cdir): Delete.
5740 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5741 (gdb-source-info): Treat case when source file is in another
5742 directory properly.
5743 (gdb-get-location): New function.
5744
5745 2005-02-07 Jay Belanger <belanger@truman.edu>
5746
5747 * calc/calc-prog.el (calc-write-parse-table-part)
5748 (calc-fix-token-name): Fix a check for language type.
5749
5750 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5751
5752 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5753
5754 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5755 as directory not writable.
5756
5757 2005-02-07 Kim F. Storm <storm@cua.dk>
5758
5759 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5760 (cua--standard-movement-commands): Remove list.
5761 Instead, set CUA property value to move for movement commands.
5762 (cua-movement-commands): Remove. Users must set CUA prop instead.
5763 (cua--pre-command-handler): Check CUA property.
5764 (cua--init-keymaps): Don't remap undo commands.
5765 (cua-mode): Don't call cua--rectangle-on-off.
5766
5767 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5768 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5769 (cua--rect-undo-set-point): New var.
5770 (cua--rectangle-undo-boundary): Setup undo apply entry.
5771 (cua--rect-undo-handler): New function for rectangle undo.
5772 (cua--rect-start-position, cua--rect-end-position): Add.
5773 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5774 for restored rectangle. Set point if cua--rect-undo-set-point.
5775
5776 2005-02-06 Jay Belanger <belanger@truman.edu>
5777
5778 * calc/calc-lang.el (calc-tex-language): Display more information
5779 in messages.
5780
5781 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5782 in TeX mode.
5783
5784 2005-02-06 Richard M. Stallman <rms@gnu.org>
5785
5786 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5787
5788 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5789
5790 * net/ldap.el (ldap-search-internal): Support attributes with
5791 optional descriptions separated by a semi-colon, as in
5792 "userCertificate;binary".
5793
5794 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5795
5796 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5797 isn't a cons (i.e. the version is 0).
5798
5799 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5800
5801 * help.el (help-for-help): Doc fix.
5802
5803 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5804
5805 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5806 GDB-Windows on the menu-bar as this works better.
5807
5808 2005-02-04 Jay Belanger <belanger@truman.edu>
5809
5810 * calc/calc-embed.el (calc-embedded-update): Don't put in
5811 unnecessary newlines. Adjust the end of formula marker.
5812
5813 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5814 (math-latex-parse-two-args): New function.
5815
5816 2005-02-03 Lute Kamstra <lute@gnu.org>
5817
5818 * help-fns.el (help-with-tutorial): Make sure that users cannot
5819 remove the entire text of the tutorial by means of `undo'.
5820
5821 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5824 in recent changes, where the ispell process was repeatedly
5825 killed & restarted.
5826
5827 * international/mule-cmds.el (set-locale-environment): Set file-name
5828 coding system to utf-8 on Darwin systems.
5829 (set-default-coding-systems): Don't set default-file-name-coding-system
5830 on Darwin systems.
5831
5832 2005-02-03 Richard M. Stallman <rms@gnu.org>
5833
5834 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5835
5836 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5837
5838 * faces.el (list-faces-display): Add optional argument.
5839
5840 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5841
5842 * font-core.el (font-lock-default-function): Handle the rare case where
5843 only font-lock-keywords is set.
5844
5845 2005-02-02 Kenichi Handa <handa@m17n.org>
5846
5847 * international/characters.el: Cancel previous change for
5848 I-WITH-DOT-ABOVE and DOTLESS-i.
5849
5850 * international/latin-5.el: Cancel previous change.
5851
5852 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5853
5854 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5855
5856 2005-02-02 Kenichi Handa <handa@m17n.org>
5857
5858 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5859 DOTLESS-i.
5860
5861 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5862 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5863
5864 * case-table.el (get-upcase-table): New function.
5865 (copy-case-table): Copy upcaes table too if non-nil.
5866 (set-case-syntax-delims): Maintain upcase table too.
5867 (set-case-syntax-pair): Likewise.
5868 (set-upcase-syntax, set-downcase-syntax): New functions.
5869 (set-case-syntax): Maintain upcase table too.
5870
5871 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5872
5873 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5874
5875 * progmodes/gud.el (gud-goto-info): New function.
5876 (gud-tool-bar-map): Use correct icon.
5877
5878 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5879
5880 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5881 When delegating, order args in the funcall correctly.
5882
5883 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5884
5885 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5886
5887 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5888
5889 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5890 buffer not visiting a file.
5891
5892 2005-01-31 Jay Belanger <belanger@truman.edu>
5893
5894 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5895 bound on the line with the formula.
5896
5897 2005-01-31 Kim F. Storm <storm@cua.dk>
5898
5899 * ses.el (ses-create-cell-variable-range)
5900 (ses-destroy-cell-variable-range, ses-reset-header-string)
5901 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5902 (ses-insert-row): Fix format of apply undo entries.
5903
5904 2005-01-31 Jay Belanger <belanger@truman.edu>
5905
5906 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5907 parts.
5908
5909 * calc/calc-embed.el (calc-embedded-open-formula)
5910 (calc-embedded-close-formula): Ignore matrix environments.
5911
5912 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5913 TeX mode.
5914
5915 * calc/calc-lang.el (math-function-table, math-oper-table)
5916 (math-variable-table): Adjust the LaTeX portions.
5917
5918 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5919 (math-latex-ignore-words): New constant.
5920
5921 2005-01-31 Richard M. Stallman <rms@gnu.org>
5922
5923 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5924 (ispell-local-dictionary): Doc fix.
5925 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5926 Don't reinitialize at run time. Don't defcustom.
5927 All uses changed to append ispell-local-dictionary-alist,
5928 or check it first.
5929 (ispell-current-dictionary): New variable for dictionary in use.
5930 (ispell-dictionary): Now used only for global default.
5931 (ispell-start-process): Set ispell-current-dictionary,
5932 not ispell-dictionary.
5933 (ispell-change-dictionary): Use this only for setting
5934 user preferences.
5935 (ispell-internal-change-dictionary): New function
5936 to change the current dictionary in use.
5937 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5938 Use ispell-current-dictionary.
5939 Handle ispell-local-dictionary-overridden.
5940 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5941
5942 2005-01-31 Jay Belanger <belanger@truman.edu>
5943
5944 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5945
5946 * calc/calc-ext.el: Add calc-latex-language to autoloads.
5947 (calc-mode-map): Add calc-latex-language.
5948
5949 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5950 (math-latex-print-frac): New functions.
5951 (math-oper-table, math-function-table, math-variable-table)
5952 (math-complex-format, math-input-filter): Add latex properties.
5953 (calc-set-language): Set math-expr-special-function-mapping.
5954
5955 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5956 (calc-write-parse-table-part): Add LaTeX support.
5957
5958 * calc/calc.el (calc-language): Adjust docstring.
5959 (calc-set-mode-line): Add LaTeX support.
5960 (math-expr-special-function-mapping): New variable.
5961 (math-tex-ignore-words): Add to list.
5962
5963 * calc/calccomp.el (math-compose-expr, math-compose-rows):
5964 Add LaTeX support.
5965 (math-compose-expr): Add support for special functions.
5966
5967 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5968
5969 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
5970
5971 * progmodes/gdb-ui.el (gdb-memory-address)
5972 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5973 (gdb-memory-mode-map, gdb-memory-format-keymap)
5974 (gdb-memory-format-menu, gdb-memory-unit-keymap)
5975 (gdb-memory-unit-menu): New variables for a buffer
5976 that lets the user examine program memory.
5977 (gdb-memory-set-address, gdb-memory-set-repeat-count)
5978 (gdb-memory-format-binary, gdb-memory-format-octal)
5979 (gdb-memory-format-unsigned, gdb-memory-format-signed)
5980 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5981 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5982 (gdb-memory-unit-word, gdb-memory-unit-halfword)
5983 (gdb-memory-unit-byte, gdb-memory-unit-menu)
5984 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5985 (gdb-memory-mode, gdb-memory-buffer-name)
5986 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5987 New functions for above buffer.
5988
5989 2005-01-30 Richard M. Stallman <rms@gnu.org>
5990
5991 * cus-edit.el (custom-bury-buffer): Function deleted.
5992 (custom-buffer-done-function): Option deleted.
5993 (custom-buffer-done-kill): New (replacement option.
5994 (Custom-buffer-done): Call quit-window.
5995 (custom-buffer-create-internal): Update for above changes.
5996
5997 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
5998
5999 * simple.el (undo-ask-before-discard): New var.
6000 (undo-outer-limit-truncate): Implement it.
6001 (undo-extra-outer-limit): Doc update.
6002
6003 2005-01-29 Richard M. Stallman <rms@gnu.org>
6004
6005 * ses.el (undo-more): Delete defadvice.
6006 (ses-begin-change): Doc fix.
6007
6008 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6009 instead of rebinding C-x u and C-_.
6010
6011 * files.el (normal-backup-enable-predicate): Return nil for files
6012 in /tmp, regardless of temporary-file-directory.
6013
6014 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6015
6016 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6017 (open-rectangle, delete-whitespace-rectangle-line)
6018 (clear-rectangle-line): If FILL, pass t instead of FILL
6019 for move-to-column's 2nd arg.
6020
6021 * simple.el (undo): Fix the test for continuing a series of undos.
6022 (undo-more): Set pending-undo-list to t when we reach end.
6023 (pending-undo-list): Move up defvar.
6024
6025 * wid-edit.el (widget-button-click):
6026 Shorten the range of the track-mouse binding.
6027
6028 * comint.el (comint-insert-input): Undo previous changes;
6029 use last-input-event in interactive spec.
6030
6031 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6032
6033 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6034 to nil before invoking call-process. Reset buffer's modified flag
6035 after fontifying it in the no-async branch.
6036
6037 * wid-edit.el (widget-specify-button): If mouse pointer shape
6038 cannot be changed, use mouse face instead.
6039
6040 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6041
6042 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6043 (gdb-goto-breakpoint): Make breakpoint handling work on template
6044 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6045 (gdb-assembler-custom): Update to recognise breakpoint information
6046 added on 2005-01-19.
6047
6048 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6049
6050 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6051 (dsssl-mode): Use define-derived-mode.
6052 (scheme-mode-initialize): Remove.
6053 (scheme-mode): Use run-mode-hooks.
6054
6055 * cus-edit.el (customize-group-other-window)
6056 (custom-buffer-create-other-window): Don't override special-display-*.
6057 (custom-mode-map): Make it dense.
6058
6059 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6060 sets the default value.
6061
6062 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6063
6064 * descr-text.el: Add more keywords.
6065
6066 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * speedbar.el: Avoid unnecessary use of locate-library.
6069
6070 * international/mule-cmds.el (standard-display-european-internal):
6071 Don't fiddle with latin-1 non-break space any more since it's now
6072 special cased in the C code.
6073 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6074
6075 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * cus-start.el (all): Add `undo-outer-limit'.
6078
6079 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6080
6081 * textmodes/bibtex.el (bibtex-format-entry):
6082 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6083 field lines.
6084 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6085 not on part of a buffer.
6086
6087 2005-01-25 Lute Kamstra <lute@gnu.org>
6088
6089 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6090 nonempty field text strings like "{letters\\macro{}more letters}".
6091 Clarify docstring.
6092 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6093 (bibtex-entry-offset, bibtex-parse-association)
6094 (bibtex-parse-field-name): Fix typos in docstrings.
6095 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6096
6097 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6098
6099 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6100 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6101 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6102 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6103
6104 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6105 isearch minor mode.
6106
6107 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6108
6109 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6110
6111 2005-01-24 Lute Kamstra <lute@gnu.org>
6112
6113 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6114 CASECHARS and NOT-CASECHARS regular expressions of the
6115 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6116 striding over charsets" error.
6117
6118 2005-01-24 Jay Belanger <belanger@truman.edu>
6119
6120 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6121 display variable name.
6122
6123 2005-01-24 Kenichi Handa <handa@m17n.org>
6124
6125 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6126 Fix setting of the element of encoded-kbd-iso2022-invocations.
6127
6128 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6129
6130 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6131 (gdb-threads-select): Change to also accept mouse events.
6132 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6133 (gdb-threads-mouse-select): Delete.
6134
6135 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6136
6137 * files.el (insert-directory): Take care of empty directory,
6138 listed without -a switch.
6139
6140 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6141
6142 * textmodes/refill.el (refill-post-command-function):
6143 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6144 to the list of functions that we should be careful not to undo.
6145 (refill-late-fill-paragraph-function): Remove.
6146 (refill-saved-state): New var.
6147 (refill-mode): Use it to save fill-paragraph-function.
6148 Save also the value of auto-fill-function.
6149
6150 * term/w32-win.el: Simplify code.
6151
6152 2005-01-23 Kim F. Storm <storm@cua.dk>
6153
6154 * simple.el (line-move): Adapt to new return value from
6155 pos-visible-in-window-p.
6156
6157 * simple.el (line-move): Fix last change. Check partial
6158 visibility at point rather than at window-start.
6159
6160 2005-01-22 Jason Rumney <jasonr@gnu.org>
6161
6162 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6163
6164 2005-01-22 David Kastrup <dak@gnu.org>
6165
6166 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6167
6168 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6169
6170 * type-break.el (type-break-mode): Add a test for
6171 type-break-file-name being non-nil.
6172
6173 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6174
6175 * net/eudc.el (top level): Call (message "") via progn, so that
6176 eudc-options-file is loaded.
6177
6178 2005-01-22 Kim F. Storm <storm@cua.dk>
6179
6180 * simple.el (line-move-1): Rename from line-move.
6181 (line-move): New function that adjusts vscroll for partially
6182 visible rows, and calls line-move-1 otherwise.
6183
6184 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6185
6186 * pcomplete.el: define pcomplete-read-event instead of read-event,
6187 since it's not a complete read-event implementation
6188
6189 2005-01-20 Jay Belanger <belanger@truman.edu>
6190
6191 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6192 for called function.
6193
6194 2005-01-20 Steven Tamm <steventamm@mac.com>
6195
6196 * term/mac-win.el (process-connection-type): Remove.
6197 Controlled now by s/darwin.h:PTY_ITERATION.
6198
6199 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * window.el (handle-select-window): Don't switch window when we're
6202 in the minibuffer.
6203
6204 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6205
6206 * subr.el (dotimes-with-progress-reporter): New macro.
6207
6208 * ses.el (ses-dotimes-msg): Remove macro.
6209 Use `dotimes-with-progress-reporter' instead.
6210
6211 2005-01-19 Steven Tamm <steventamm@mac.com>
6212
6213 * term/mac-win.el (process-connection-type): Use new
6214 operating-system-release variable to use ptys on Darwin 7 (OSX
6215 10.3) when using carbon build.
6216
6217 2005-01-19 Jay Belanger <belanger@truman.edu>
6218
6219 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6220 flags if the last command was a tab or M-tab.
6221
6222 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6223 in formula editing buffer.
6224
6225 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6226
6227 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6228 breakpoint image symbol in margin.
6229
6230 2005-01-19 Jay Belanger <belanger@truman.edu>
6231
6232 * calc/calc-prog.el (calc-execute-kbd-macro):
6233 Ignore calc-keep-arg-flag.
6234
6235 2005-01-19 Kenichi Handa <handa@m17n.org>
6236
6237 * textmodes/ispell.el (ispell-looking-at): New function.
6238 (ispell-process-line): Use ispell-looking-at to compare the ispell
6239 output and the buffer contents.
6240
6241 2005-01-18 Jay Belanger <belanger@truman.edu>
6242
6243 * calc/calc.el (calc-display-raw): Fix docstring.
6244
6245 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * simple.el (blink-matching-open): Strip extra info from syntax.
6248
6249 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6250 funny chars in the end-of-here-doc marker.
6251
6252 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6253
6254 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6255 that enable/disabled state of breakpoints is shown correctly in
6256 fringe and on ttys.
6257 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6258 Add breakpoint information as text properties.
6259 (gdb-mouse-toggle-breakpoint):
6260 Rename to gdb-mouse-set-clear-breakpoint.
6261 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6262 breakpoints in the margin.
6263 (gdb-remove-strings): Simplify.
6264
6265 2005-01-17 Jay Belanger <belanger@truman.edu>
6266
6267 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6268 erasing buffer.
6269
6270 2005-01-17 Richard M. Stallman <rms@gnu.org>
6271
6272 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6273 for calling grep-compute-defaults.
6274
6275 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6276 if buffer is empty.
6277
6278 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6279
6280 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6283
6284 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6285 non-preloaded variables.
6286
6287 2005-01-17 Steven Tamm <steventamm@mac.com>
6288
6289 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6290 tex-shell cause to force interactivity when using pipes.
6291
6292 2005-01-17 Kim F. Storm <storm@cua.dk>
6293
6294 * simple.el (just-one-space): Make arg optional.
6295
6296 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6297
6298 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6299 posn-at-x-y to t to access left-margin.
6300
6301 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6302
6303 Sync with Tramp 2.0.47.
6304
6305 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6306 catching keep-date problems in cp/scp operations.
6307 (tramp-handle-copy-file): Don't call `set-file-modes'
6308 unconditionally. Specialized functions should know better what is
6309 necessary. This improves performance a little bit, and the
6310 functions could catch errors with `cp -p' and `scp -p'.
6311 (tramp-do-copy-or-rename-file-via-buffer)
6312 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6313 when appropriate.
6314 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6315 Call `set-file-modes' when appropriate.
6316 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6317 Johnsson <isak@hypergene.com>
6318 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6319 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6320 <joakim@verona.se>
6321 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6322 Emacs only.
6323
6324 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6325 `find-file-hooks' and `dired-mode-hook'.
6326 (tramp-minor-mode-map): Respective map. Add remapping for
6327 `compile' and `recompile'.
6328 (tramp-remap-command, tramp-recompile): New defuns.
6329 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6330 in buffer "*Compilation*". Call the commands asynchronously.
6331
6332 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6333 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6334 `shell-command', because it isn't magic in XEmacs. Reported by
6335 Adrian Aichner <adrian@xemacs.org>.
6336
6337 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6338 `substitute-in-file-name.
6339 (tramp-smb-handle-substitute-in-file-name): New defun.
6340 (tramp-smb-advice-PC-do-completion): Delete advice.
6341
6342 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6343
6344 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6345 Fix error in deleting region.
6346
6347 2005-01-15 Richard M. Stallman <rms@gnu.org>
6348
6349 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6350 In non-temp buffer, switch syntax table temporarily.
6351
6352 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6353
6354 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6355
6356 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6357
6358 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6359 (imenu--generic-function): Use START, not BEG, as pos of definition.
6360
6361 * simple.el (just-one-space): Argument specifies number of spaces.
6362
6363 * simple.el (eval-expression-print-format): Avoid warning
6364 about edebug-active.
6365
6366 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6367
6368 * progmodes/sh-script.el: Code copied from make-mode.el
6369 with small changes,
6370 (sh-mode-map): Bind C-c C-\.
6371 (sh-backslash-column, sh-backslash-align): New variables.
6372 (sh-backslash-region, sh-append-backslash): New functions.
6373
6374 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6375
6376 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6377 (rmail-pop-password, rmail-pop-password-required): Move to
6378 rmail-obsolete group.
6379 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6380 All callers updated.
6381 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6382 Take an argument specifying whether it is POP or IMAP mailbox we
6383 are using. All callers updated.
6384 (rmail-pop-password-error): Rename to
6385 rmail-remote-password-error. Added mailutils-specific error message.
6386 (rmail-movemail-search-path)
6387 (rmail-movemail-variant-in-use): New variables.
6388 (rmail-remote-password, rmail-remote-password-required):
6389 New customization variables.
6390 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6391 (rmail-parse-url): New function.
6392 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6393 with GNU mailutils movemail.
6394
6395 2005-01-15 Kevin Ryde <user42@zip.com.au>
6396
6397 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6398 suffix to space, $ or '$, to correctly position point when going
6399 to @table style constants like DBL_MAX.
6400
6401 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6402
6403 * type-break.el (type-break-mode, type-break-file-time)
6404 (type-break-file-keystroke-count, type-break-choose-file):
6405 Don't store data in or load data from the file if type-break-file-name
6406 is nil.
6407 (type-break-file-name): Doc update as per the above.
6408
6409 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6410
6411 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6412 lookup-key might return nil; handle that.
6413
6414 2005-01-15 Alan Mackenzie <acm@muc.de>
6415
6416 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6417 rather than the element found, thus enabling the tree to be setcar'd.
6418
6419 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6420
6421 * textmodes/org.el (org-show-following-heading): New option.
6422 (org-show-hierarchy-above): Use `org-show-following-heading'.
6423 (org-cycle): Documentation fix.
6424
6425 * textmodes/org.el (orgtbl-optimized): New option
6426 (orgtbl-mode): New command, a minor mode.
6427 (orgtbl-mode-map): New variable.
6428 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6429 (orgtbl-error, orgtbl-self-insert-command)
6430 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6431
6432 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6433 a local variable in each org-mode buffer.
6434
6435 * textmodes/org.el (org-set-regexps-and-options): Rename from
6436 `org-set-regexps'. Added checking for STARTUP keyword.
6437 (org-get-current-options): Add STARTUP options.
6438 (org-table-insert-row): Mode mode intelligent about when
6439 realignment is needed.
6440 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6441 New commands.
6442 (org-enable-table-editor): New default value `optimized'.
6443 (org-table-blank-field): Support blanking regions if active.
6444
6445 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6446
6447 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6448 if the year is not given.
6449
6450 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6451 Add new escapes %m and %M, fixed bug with %F by adding
6452 save-match-data.
6453 (reftex-reference): Remove ?. from list of spaces.
6454 (reftex-label-info): Add automatic label prefix recognition.
6455
6456 * textmodes/reftex-index.el (reftex-index-next-phrase):
6457 Add slave parameter to call of `reftex-index-this-phrase'.
6458 (reftex-index-this-phrase): New optional argument.
6459 (reftex-index-region-phrases): Add slave parameter to call of
6460 `reftex-index-this-phrase'.
6461 (reftex-display-index): New argument redo.
6462 (reftex-index-rescan): Add 'redo to arguments of
6463 `reftex-display-index'.
6464 (reftex-index-Rescan, reftex-index-revert)
6465 (reftex-index-switch-index-tag): Add 'redo to arguments of
6466 `reftex-display-index'.
6467 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6468 indexing. Fix bug with matching is there is a quote before or
6469 after the word.
6470
6471 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6472 Fix bug when collecting citation keys in lines with comments.
6473 (reftex-citation): Prefix argument no longer rescans the document,
6474 but forces prompting for optional arguments of cite macros.
6475 (reftex-do-citation): Prompting for optional arguments implemented.
6476
6477 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6478 Add optional arguments to most cite commands.
6479 (reftex-cite-cleanup-optional-args): New option
6480 (reftex-cite-prompt-optional-args): New option.
6481 (reftex-trust-label-prefix): New option.
6482
6483 * textmodes/reftex-toc.el (reftex-toc-find-section):
6484 Add push-mark before changing the position in the buffer.
6485
6486 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6487 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6488
6489 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6490
6491 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6492 more carefully.
6493
6494 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6497 (sgml-mode): Use it.
6498 (sgml-get-context): Better keep track of implicitly closed tags.
6499
6500 2005-01-13 Kenichi Handa <handa@m17n.org>
6501
6502 * textmodes/ispell.el: These changes are to fix misalignment error
6503 caused by equivalent characters of different Emacs charsets.
6504 (ispell-unified-chars-table): New variable.
6505 (ispell-get-decoded-string): New function.
6506 (ispell-get-casechars, ispell-get-not-casechars)
6507 (ispell-get-otherchars): Call ispell-get-decoded-string.
6508
6509 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6510
6511 * custom.el (custom-declare-variable): Just put symbol instead
6512 of (defvar . symbol) in `current-load-list'.
6513
6514 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6515
6516 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6517
6518 2005-01-12 Jay Belanger <belanger@truman.edu>
6519
6520 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6521 to create a Calc summary.
6522
6523 2005-01-12 Kim F. Storm <storm@cua.dk>
6524
6525 * mouse.el (mouse-on-link-p): Change functionality and doc
6526 string to comply with latest description in lisp ref.
6527
6528 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6531 Enable mouse clicks on mode-line, header-line and margin.
6532 (event-type): Give mouse event symbols an 'event-kind property
6533 with value 'mouse-click.
6534
6535 2005-01-12 Juri Linkov <juri@jurta.org>
6536
6537 * facemenu.el (list-colors-display): Add new arg buffer-name.
6538 Use it. Fix docstring. Replace code for identifying duplicate
6539 colors by the name with call to `list-colors-duplicates' which
6540 identifies duplicate colors by the value unless the color
6541 is one of special Windows colors. Set truncate-lines to t.
6542 Print sorted duplicate color names on each line. Indent to 22
6543 \(the longest color name in rgb.txt) instead of 20. Optimize.
6544 (list-colors-duplicates): New function.
6545 (facemenu-color-name-equal): Delete function.
6546
6547 * facemenu.el (list-colors-print): New function created from code
6548 in list-colors-display. Print #RRGGBB at the window right edge.
6549 (list-colors-display): When temp-buffer-show-function is not
6550 defined, call list-colors-print from temp-buffer-show-hook
6551 to get the right value of window-width in list-colors-print
6552 after the buffer is displayed.
6553
6554 * simple.el (pop-mark): Move deactivate-mark out of conditional
6555 part to deactivate the active mark regardless of the state of the
6556 mark ring.
6557
6558 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6559 variables line in desktop files.
6560
6561 2005-01-12 Juri Linkov <juri@jurta.org>
6562
6563 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6564 Bring together isearch highlight related options.
6565 (lazy-highlight): Replace group `replace' by `matching'.
6566 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6567 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6568 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6569 and declare them obsolete.
6570 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6571 (isearch-faces): Remove defgroup.
6572 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6573 Move isearch highlighting code closer to lazy highlighting code.
6574
6575 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6576 (query-replace-highlight, query-replace-lazy-highlight)
6577 (query-replace): Move definitions to the beginning of the file.
6578
6579 2005-01-11 Juri Linkov <juri@jurta.org>
6580
6581 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6582 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6583 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6584
6585 * info.el (Info-history-forward): New variable.
6586 (Info-select-node): Reset Info-history-forward to nil.
6587 (Info-last): Turn into defalias.
6588 (Info-history-back): Rename from Info-last.
6589 Add current node to Info-history-forward.
6590 (Info-history-forward): New fun.
6591 (Info-mode-map): Replace Info-last by Info-history-back.
6592 Bind Info-history-forward to "r".
6593 (Info-mode-menu): Replace Info-last by Info-history-back.
6594 Fix menu item text. Add menu item for Info-history-forward.
6595 (info-tool-bar-map): Replace Info-last by Info-history-back.
6596 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6597 for Info-history-forward.
6598 (Info-mode): Replace Info-last by Info-history-back in docstring.
6599 Add local variable Info-history-forward.
6600 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6601
6602 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6605 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6606 Ignore select-window events rather than fiddle with
6607 mouse-autoselect-window.
6608
6609 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6610
6611 * type-break.el (type-break-mode): Fix previous change.
6612
6613 2005-01-10 Jay Belanger <belanger@truman.edu>
6614
6615 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6616 calculator; only reset when point is inside a calculator.
6617 Don't adjust the window height if the window takes up the whole height
6618 of the frame.
6619
6620 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6621
6622 * ebuff-menu.el (Electric-buffer-menu-mode):
6623 Preserve value of buffer-local var header-line-format.
6624
6625 2005-01-09 Jay Belanger <belanger@truman.edu>
6626
6627 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6628 Make sure settings file exists before accessing it.
6629
6630 * calc/calc-embed.el (calc-embedded-subst):
6631 Replace math-multi-subst-rec, which is only supposed to be called
6632 by math-multi-subst, by math-multi-subst.
6633
6634 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6635
6636 * vc.el (vc-allow-async-revert): New user option.
6637 (vc-disable-async-diff): New internal variable.
6638 (vc-revert-buffer): Use them to disable asynchronous diff.
6639
6640 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6641 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6642 asynchronously if vc-disable-async-diff is t.
6643
6644 2005-01-09 Jay Belanger <belanger@truman.edu>
6645
6646 * calc/calc.el (defcalcmodevar): New macro.
6647 (calc-mode-var-list-restore-default-values)
6648 (calc-mode-var-list-restore-saved-values): New functions.
6649 (calc-mode-var-list): Use defcalcmodevar to define it.
6650 (calc-always-load-extensions, calc-line-numbering)
6651 (calc-line-breaking, calc-display-just, calc-display-origin)
6652 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6653 (calc-group-char, calc-point-char, calc-frac-format)
6654 (calc-prefer-frac, calc-hms-format, calc-date-format)
6655 (calc-float-format, calc-full-float-format, calc-complex-format)
6656 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6657 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6658 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6659 (calc-matrix-brackets, calc-language, calc-language-option)
6660 (calc-left-label, calc-right-label, calc-word-size)
6661 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6662 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6663 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6664 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6665 (calc-window-height, calc-display-trail, calc-show-selections)
6666 (calc-use-selections, calc-assoc-selections)
6667 (calc-display-working-message, calc-auto-why, calc-timing)
6668 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6669 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6670 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6671 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6672 (calc-gnuplot-geometry, calc-graph-default-resolution)
6673 (calc-graph-default-resolution-3d, calc-invocation-macro)
6674 (calc-show-banner): Use defcalcmodevar to declare them and set
6675 their default values.
6676
6677 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6678 instead of default values (but restore default values if there is
6679 an argument of 0).
6680
6681 2005-01-09 David Kastrup <dak@gnu.org>
6682
6683 * desktop.el (desktop-restore-eager): Fix typo in type.
6684
6685 2005-01-08 Richard M. Stallman <rms@gnu.org>
6686
6687 * cus-edit.el (customize): Delete :link.
6688
6689 2005-01-08 Jay Belanger <belanger@truman.edu>
6690
6691 * calc/calc.el (calc-mode): Remove the extension from the
6692 `calc-settings-file' file name when loading it.
6693
6694 2005-01-08 Kim F. Storm <storm@cua.dk>
6695
6696 * info.el (Info-mode-map, Info-next-link-keymap)
6697 (Info-prev-link-keymap, Info-up-link-keymap):
6698 Map follow-link to mouse-face.
6699 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6700
6701 2005-01-08 Jay Belanger <belanger@truman.edu>
6702
6703 * calc/calc.el (calc-settings-file): Change default value.
6704 Suggested by cgw in a comment in calc-mode.el.
6705
6706 * calc/calc-mode.el (calc-settings-file-name):
6707 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6708 Replace ~/.emacs in a prompt by calc-settings-file.
6709
6710 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6711
6712 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6713 (desktop-lazy-idle-delay): New customizable variables.
6714 (desktop-buffer-args-list): New variable.
6715 (desktop-append-buffer-args): New function.
6716 (desktop-save): Call desktop-append-buffer-args for some buffers.
6717 (desktop-lazy-create-buffer): New function.
6718 (desktop-idle-create-buffers): New function.
6719 (desktop-read): Add message about buffers to restore lazily.
6720 (desktop-lazy-abort): New command.
6721 (desktop-clear): Call desktop-lazy-abort.
6722 (desktop-lazy-complete): New command.
6723
6724 2005-01-06 Richard M. Stallman <rms@gnu.org>
6725
6726 * emacs-lisp/find-func.el (find-face-definition):
6727 Rename from find-face.
6728
6729 2005-01-06 Kim F. Storm <storm@cua.dk>
6730
6731 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6732
6733 * man.el (Man-xref-man-page, Man-xref-header-file)
6734 (Man-xref-normal-file): Add follow-link property.
6735
6736 2005-01-06 Jay Belanger <belanger@truman.edu>
6737
6738 * calc/calc-units.el: Make sure the proper macro definitions are
6739 available when compiling.
6740
6741 2005-01-06 Juri Linkov <juri@jurta.org>
6742
6743 * isearch.el (isearch-lazy-highlight-update):
6744 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6745
6746 2005-01-06 Miles Bader <miles@gnu.org>
6747
6748 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6749 (isearch-lazy-highlight-face): Use new name.
6750
6751 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * uniquify.el (uniquify-rationalize-file-buffer-names):
6754 Re-add an interactive spec.
6755 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6756 to the same name.
6757
6758 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6759 (isearch-update, isearch-done): Adjust calls accordingly.
6760
6761 2005-01-05 Richard M. Stallman <rms@gnu.org>
6762
6763 * custom.el (custom-set-variables, custom-theme-set-variables):
6764 Clarify documentation.
6765
6766 * emacs-lisp/find-func.el (find-variable)
6767 (find-variable-other-window, find-variable-other-frame):
6768 Fix the TYPE args to find-function-read and find-function-do-it.
6769 (find-function): Doc fix.
6770 (find-function-at-point): Replace function-at-point alias.
6771
6772 2005-01-04 Richard M. Stallman <rms@gnu.org>
6773
6774 * cus-face.el (custom-declare-face):
6775 Record defface in current-load-list.
6776
6777 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6778
6779 * emacs-lisp/find-func.el: Doc fixes.
6780 (find-face-regexp): New variable.
6781 (find-function-regexp-alist): New variable.
6782 (find-function-C-source): Third arg is now TYPE.
6783 (find-function-search-for-symbol): Handle general TYPE.
6784 (find-function-read, find-function-do-it): Handle general TYPE.
6785 (find-definition-noselect, find-face): New functions.
6786 (function-at-point): Alias deleted.
6787
6788 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * battery.el (display-battery-mode): Rename from display-battery.
6791 Handle the case where it gets turned off.
6792
6793 2005-01-04 Richard M. Stallman <rms@gnu.org>
6794
6795 * cus-edit.el (customize): Make :link point to user doc.
6796
6797 * man.el (Man-fontify-manpage): Turn off undo generation.
6798
6799 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6800
6801 2005-01-04 Andreas Schwab <schwab@suse.de>
6802
6803 * files.el (insert-directory): Only look for error lines in
6804 inserted text. Don't move too far after processing --dired markers.
6805
6806 2005-01-04 Richard M. Stallman <rms@gnu.org>
6807
6808 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6809 Don't expand if the character is @, period, dash, etc.
6810 (define-mail-abbrev): Quote names that contain problem characters.
6811
6812 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6813
6814 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6815
6816 2005-01-03 Richard M. Stallman <rms@gnu.org>
6817
6818 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6819 (query-replace-highlight, query-replace-lazy-highlight)
6820 (query-replace): Definitions moved up. Doc fix.
6821
6822 2005-01-03 Richard M. Stallman <rms@gnu.org>
6823
6824 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6825 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6826 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6827 (lazy-highlight-face): Rename from isearch-lazy-...
6828 Change all references to them.
6829
6830 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * cus-edit.el (custom-file): Doc fix for defcustom.
6833 (custom-file): The function no longer sets the variable
6834 `custom-file' to its return value.
6835
6836 * startup.el (command-line): No longer load `custom-file'.
6837
6838 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6839
6840 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6841
6842 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6843 Don't confuse module-prefixed identifiers for labels.
6844 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6845
6846 2005-01-02 Richard M. Stallman <rms@gnu.org>
6847
6848 * files.el (basic-save-buffer-1): Fix previous change.
6849
6850 * loadhist.el (file-loadhist-lookup): New function.
6851 (file-provides, file-requires): Use it.
6852
6853 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6854 instead of calculating the right size.
6855
6856 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6857
6858 * vc-svn.el (vc-svn-diff): Stay local if possible.
6859
6860 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6863
6864 * files.el (hack-local-variables): Fix last change.
6865
6866 2005-01-02 Jay Belanger <belanger@truman.edu>
6867
6868 * calc/calc-yank.el (calc-edit-top): New variable.
6869 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6870 object. Change header properties.
6871 (calc-edit-finish, calc-edit-finish-stack-object)
6872 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6873 edited object.
6874 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6875 for the beginning of the edited object.
6876 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6877 for the beginning of the edited object.
6878 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6879 (calc-finish-formula-edit, calc-macro-repeats)
6880 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6881 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6882 beginning of the edited object.
6883 (calc-user-define-edit): Change the header for editing macros.
6884 Remove unnecessary variable.
6885
6886 2005-01-01 Jay Belanger <belanger@truman.edu>
6887
6888 * calc/calc-yank.el (calc-edit-mode): Change default header.
6889 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6890 * calc/calc-store.el (calc-edit-variable): Change title to match new
6891 header.
6892 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6893 mode to match new header.
6894 (calc-user-define-edit): Change titles to include names of commands.
6895 (calc-finish-formula-edit): Adjust to handle new header.
6896 (calc-finish-macro-edit): Remove.
6897 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6898 (calc-edit-macro-command, calc-edit-macro-command-type)
6899 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6900 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6901 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6902 (calc-edit-macro-finish-edit): New functions.
6903 (calc-user-define-edit): Use new functions to edit named calc macros.
6904
6905 2005-01-01 Stefan <monnier@iro.umontreal.ca>
6906
6907 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6908
6909 * ses.el (copy-region-as-kill): Deactivate mark.
6910
6911 2005-01-01 Richard M. Stallman <rms@gnu.org>
6912
6913 * replace.el (occur-1): If the output buffer is also an input,
6914 don't kill it, rename it.
6915
6916 * faces.el (set-face-background, set-face-foreground): Doc fix.
6917
6918 * cus-face.el (custom-face-attributes): Fix :help-echo strings
6919 for :foreground and :background.
6920
6921 * dired.el (dired-view-command-alist): Variable deleted.
6922 (dired-view-file, dired-mouse-find-file-other-window):
6923 Delete the code to use it.
6924
6925 2005-01-01 Kim F. Storm <storm@cua.dk>
6926
6927 * image.el (insert-sliced-image): Use t for line-height property.
6928
6929 2004-12-31 Jay Belanger <belanger@truman.edu>
6930
6931 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6932 for "var-" at the beginning of the minibuffer.
6933
6934 2004-12-31 Richard M. Stallman <rms@gnu.org>
6935
6936 * faces.el (read-face-name):
6937 Don't treat an attribute spec as a list of faces.
6938
6939 * simple.el (undo): Use undo-equiv-table to detect
6940 unexpected changes since previous undo.
6941 (undo-list-saved): Variable deleted.
6942 (buffer-disable-undo): Don't alter undo-list-saved.
6943
6944 * files.el (require-final-newline): Allow `visit' and `visit-save'.
6945 (mode-require-final-newline): New option.
6946 (after-find-file): Handle require-final-newline with new values.
6947 (basic-save-buffer): Handle new values of require-final-newline.
6948
6949 * progmodes/sh-script.el (sh-require-final-newline):
6950 Alist value now controls whether to use mode-require-final-newline.
6951 (sh-set-shell): Implement that new meaning.
6952
6953 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6954 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6955 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6956 Delete old-Emacs compatibility code.
6957 (antlr-c-common-init): Function deleted.
6958
6959 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6960 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6961 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6962 * progmodes/python.el (python-mode): Use mode-require-final-newline.
6963 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6964 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6965 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6966 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6967 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6968 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6969 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6970 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6971 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6972 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6973 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6974 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6975
6976 2004-12-31 Jay Belanger <belanger@truman.edu>
6977
6978 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6979 way to return to Calc.
6980
6981 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6982 finish, C-xk as the way to cancel the edit. Add cancel routine to
6983 kill-buffer-hook.
6984
6985 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6986 MacEdit code.
6987
6988 * calc/calc-prog.el: Remove obsolete MacEdit code.
6989 (calc-macro-edit-algebraic, calc-macro-edit-variable)
6990 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6991
6992 2004-12-31 Kenichi Handa <handa@m17n.org>
6993
6994 * international/mule.el (buffer-file-coding-system-explicit):
6995 Rename for explicit-buffer-file-coding-system.
6996 (after-insert-file-set-coding): Adjust for the above change.
6997
6998 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6999 to buffer-file-coding-system-explicit.
7000 (basic-save-buffer-1): Likewise.
7001
7002 2004-12-30 Richard M. Stallman <rms@gnu.org>
7003
7004 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7005 (artist-butlast, artist-last): Functions deleted.
7006 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7007 (artist-compute-key-compl-table): Call remq directly.
7008 (artist-remove-nulls): Function deleted.
7009 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7010 (artist-push, artist-pop): Macro deleted.
7011
7012 2004-12-30 Andreas Leue <al@sphenon.de>
7013
7014 * textmodes/artist.el (artist-version): 1.2.6
7015 (artist-prev-next-op-alist): New variable.
7016 (artist-select-next-op-in-list): New function.
7017 (artist-select-prev-op-in-list): New function.
7018 (artist-make-prev-next-op-alist): New function.
7019 (artist-is-in-op-list-p): New function.
7020 (artist-get-first-non-nil-op): New function.
7021 (artist-get-last-non-nil-op): New function.
7022 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7023 artist-prev-next-op-alist.
7024 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7025 change drawing operation.
7026
7027 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7028
7029 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7030
7031 2004-12-31 Masatake YAMATO <jet@gyve.org>
7032
7033 * server.el (server-process-filter): Suppress `error', too.
7034
7035 2004-12-30 Jay Belanger <belanger@truman.edu>
7036
7037 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7038 Change the way a variable is displayed in a message.
7039
7040 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7041 (calc-user-define-permanent, calc-execute-kbd-macro):
7042 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7043
7044 2004-12-30 Kenichi Handa <handa@m17n.org>
7045
7046 * files.el (basic-save-buffer-1):
7047 Set explicit-buffer-file-coding-system to last-coding-system-used.
7048 (revert-buffer): Pay attention to
7049 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7050 on bind coding-system-for-read.
7051
7052 * international/mule.el (explicit-buffer-file-coding-system):
7053 New buffer local variable.
7054 (after-insert-file-set-coding): Set it to coding-system-for-read.
7055
7056 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7057
7058 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7059
7060 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7061
7062 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7063 that include line numbers.
7064
7065 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7066
7067 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7068 Redundant variable PREFIXLEN removed.
7069
7070 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7071
7072 * eshell/em-hist.el (eshell-previous-matching-input):
7073 Start the deletion from the end of the output.
7074
7075 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7076
7077 * term/mac-win.el: Require x-dnd.
7078 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7079
7080 2004-12-29 David Kastrup <dak@gnu.org>
7081
7082 * international/mule.el (decode-coding-inserted-region):
7083 Don't barf if `buffer-undo-list' is already set to `t'.
7084
7085 2004-12-29 Jay Belanger <belanger@truman.edu>
7086
7087 * calc/calc-prog.el (calc-user-define-formula): Put default values
7088 for function names in prompts.
7089 (calc-user-define-permanent, calc-user-define-composition)
7090 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7091 default input for algebraic functions.
7092
7093 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7094
7095 * vc-rcs.el (vc-rcs-annotate-command):
7096 Fix omission bug: Call `vc-setup-buffer'.
7097
7098 2004-12-29 Kenichi Handa <handa@m17n.org>
7099
7100 * international/mule.el (recode-region): New function.
7101
7102 2004-12-28 Richard M. Stallman <rms@gnu.org>
7103
7104 * simple.el (undo-extra-outer-limit): New variable.
7105 (undo-outer-limit-truncate): Test and set it.
7106
7107 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7108 enables the feature to extend the existing region.
7109
7110 * simple.el (mark-word): New arg ALLOW-EXTEND
7111 enables the feature to extend the existing region.
7112
7113 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7114 enables the feature to extend the existing region.
7115
7116 * startup.el (site-run-file): Don't allow setting it with Custom.
7117
7118 * simple.el (buffer-disable-undo): Fix previous change.
7119
7120 2004-12-27 Masatake YAMATO <jet@gyve.org>
7121
7122 * hexl.el (hexlify-buffer): Remove fontification here.
7123 Use font lock mechanism instead.
7124 (hexl-font-lock-keywords): New font lock kewords.
7125 (hexl-mode-old-font-lock-keywords): New variable.
7126 (hexl-mode): Store the old font lock keywords.
7127 (hexl-mode-exit): Restore the old font lock keywords.
7128
7129 2004-12-27 Richard M. Stallman <rms@gnu.org>
7130
7131 * simple.el (undo): Fix previous change.
7132
7133 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7134
7135 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7136 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7137 Call x-open-connection on Mac OS X.
7138
7139 2004-12-27 Richard M. Stallman <rms@gnu.org>
7140
7141 * files.el (buffer-save-without-query): New var (buffer-local).
7142 (save-some-buffers): Save those buffers first, w/o asking.
7143
7144 * files.el (insert-directory-ls-version): New variable.
7145 (insert-directory): When ls returns an error, test the version
7146 number to decide what the return code means.
7147 With --dired output format, detect and distinguish lines
7148 that are really error messages.
7149 (insert-directory-adj-pos): New function.
7150
7151 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7152
7153 * battery.el (battery-mode-line-format): Remove initial spaces.
7154
7155 * uniquify.el (uniquify-rationalize-file-buffer-names):
7156 Delete interactive spec.
7157
7158 * type-break.el (type-break-mode): Set buffer-save-without-query.
7159 Remove code that tried to set save-some-buffers-always.
7160 (type-break-file-keystroke-count): Bind deactivate-mark.
7161
7162 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7163
7164 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7165 Test that the buffer is live, and maybe reject current buffer too.
7166 Clarify.
7167 (next-error-find-buffer): Rewrite for clarity.
7168
7169 * loadup.el: Don't use buffer-disable-undo; do it directly.
7170
7171 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7172 (describe-variable): Call symbol-file with `defvar'.
7173
7174 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7175 (symbol-file): Rewritten to handle new load-history format.
7176 Now takes an arg TYPE to specify looking for a particular
7177 type of definition only.
7178
7179 * emacs-lisp/debug.el (debugger-make-xrefs):
7180 Call symbol-file with `defun'.
7181
7182 * emacs-lisp/find-func.el (find-function-noselect):
7183 Call symbol-file with `defun'.
7184 (find-variable-noselect): Call symbol-file with `defvar'.
7185
7186 * eshell/esh-cmd.el (eshell-find-alias-function):
7187 Call symbol-file with `defun'.
7188
7189 * eshell/esh-test.el (eshell-test-goto-func):
7190 Call symbol-file with `defun'.
7191
7192 * mail/rmail.el (rmail-resend):
7193 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7194
7195 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7196
7197 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7198
7199 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7200 Call buffer-disable-undo.
7201
7202 * simple.el (undo-list-saved): New variable (buffer-local).
7203 (undo): Set and test it.
7204 (buffer-disable-undo): Move here from buffer.c.
7205 Clear out undo-list-saved.
7206
7207 * international/mule.el (decode-coding-inserted-region):
7208 Set buffer-undo-list in a correct and optimal way.
7209
7210 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7211 (cperl-font-lock-unfontify-region-function): No need to save and
7212 restore info, since font-lock.el does it for us.
7213
7214 * ansi-color.el (save-buffer-state): Definition deleted.
7215 (ansi-color-unfontify-region): Don't use save-buffer-state.
7216
7217 2004-12-27 Dave Love <fx@gnu.org>
7218
7219 * wid-edit.el (function): Use restricted-sexp as parent.
7220
7221 2004-12-27 Kevin Ryde <user42@zip.com.au>
7222
7223 * simple.el (next-matching-history-element): Use same
7224 `interactive' form as previous-matching-history-element.
7225
7226 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7227 it can appear unencoded and has been seen from yahoo.
7228
7229 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7230
7231 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7232 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7233
7234 2004-12-27 Kenichi Handa <handa@m17n.org>
7235
7236 * international/utf-8.el (utf-translate-cjk-load-tables):
7237 Bind coding-system-for-read to nil while loading subst-*.
7238
7239 2004-12-26 Jay Belanger <belanger@truman.edu>
7240
7241 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7242 default input.
7243
7244 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7247 before reverting and disable undo recording while reverting.
7248
7249 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7250
7251 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7252 (hs-make-overlay): New function.
7253 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7254 (hs-flag-region): Delete function.
7255 (hs-hide-comment-region): No longer use `hs-flag-region'.
7256 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7257 (hs-hide-block-at-point): Likewise.
7258 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7259 (hs-hide-all, hs-show-all): Likewise.
7260 (hs-show-block): Likewise.
7261 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7262
7263 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7264
7265 * progmodes/hideshow.el: Require `cl' when compiling.
7266 Remove XEmacs and Emacs 19 compatibility.
7267 Use `dolist' and `add-to-list' for load-time actions.
7268 (hs-discard-overlays): Use `dolist'.
7269 (hs-show-block): Likewise.
7270
7271 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7272
7273 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7274
7275 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7276
7277 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7278 When extending backwards, move outside the current comment first.
7279
7280 2004-12-22 Kenichi Handa <handa@m17n.org>
7281
7282 * international/quail.el (quail-start-translation): Fix prompt
7283 string for the case if input-method-use-echo-area being non-nil.
7284 (quail-start-conversion): Likewise.
7285 (quail-show-guidance): Don't show guidance if
7286 input-method-use-echo-area is non-nil.
7287
7288 2004-12-21 Richard M. Stallman <rms@gnu.org>
7289
7290 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7291
7292 2004-12-21 Markus Rost <rost@ias.edu>
7293
7294 * calendar/diary-lib.el (mark-diary-entries):
7295 Set mark-diary-entries-in-calendar only after checking for diary-file.
7296
7297 2004-12-21 Richard M. Stallman <rms@gnu.org>
7298
7299 * faces.el (escape-glyph): Use blue against light foreground.
7300
7301 * simple.el (undo-outer-limit-truncate): New function.
7302 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7303
7304 2004-12-21 Eli Barzilay <eli@barzilay.org>
7305
7306 * calculator.el (calculator-radix-grouping-mode)
7307 (calculator-radix-grouping-digits)
7308 (calculator-radix-grouping-separator):
7309 New defcustoms for the new radix grouping mode functionality.
7310 (calculator-mode-hook): Now used in electric mode too,
7311 (calculator): Call it.
7312 (calculator-mode-map): Some new keys.
7313 (calculator-message): New function. Some new calls.
7314 (calculator-op, calculator-set-register): Use it.
7315 (calculator-string-to-number): New function, mostly moved and
7316 updated code from calculator-curnum-value.
7317 (calculator-curnum-value): Use it.
7318 (calculator-paste): Use it, and update grabbing the current-kill.
7319 (calculator-rotate-displayer)
7320 (calculator-rotate-displayer-back): Toggle digit grouping when
7321 in radix mode, use calculator-message.
7322 (calculator-displayer-prev, calculator-displayer-next):
7323 Change digit group size when in radix mode.
7324 (calculator-number-to-string): Rename from
7325 calculator-num-to-string. Now deals with digit grouping in
7326 radix mode.
7327 (calculator-update-display, calculator-put-value): Use the new name.
7328 (calculator-fact): Return a floating point number.
7329 (calculator-mode): Doc fix.
7330
7331 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7332
7333 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7334 * calendar/diary-lib.el (view-other-diary-entries):
7335 Use current-prefix-arg in interactive spec.
7336
7337 2004-12-19 Jay Belanger <belanger@truman.edu>
7338
7339 * calc/calc-aent.el (calcAlg-blank-matching-open):
7340 Temporarily adjust the syntax of both delimiters of half-open intervals.
7341
7342 2004-12-19 Kim F. Storm <storm@cua.dk>
7343
7344 * mouse.el (mouse-1-click-follows-link): Doc fix.
7345
7346 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7347
7348 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7349 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7350 instead of centraleuropean as the name
7351
7352 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7353
7354 Sync with Tramp 2.0.46.
7355
7356 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7357 parameters wrt Tramp convention.
7358 (tramp-handle-file-attributes-with-perl)
7359 (tramp-handle-directory-files-and-attributes): Apply it.
7360 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7361 `copy-program'. Reported by Zack Weinberg
7362 <zack@codesourcery.com>.
7363 (top): Set `edebug-form-spec' property directly rather than
7364 calling `def-edebug-spec'.
7365
7366 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7367 advice less fragile. Surround temporary redefinition of
7368 `substitute-in-file-name' with `unwind-protect'. Suggested by
7369 Matt Hodges <MPHodges@member.fsf.org>.
7370
7371 2004-12-17 Juri Linkov <juri@jurta.org>
7372
7373 * replace.el (occur-accumulate-lines, occur-engine):
7374 Make forcing deferred font-lock fontification jit-specific.
7375
7376 2004-12-17 Kim F. Storm <storm@cua.dk>
7377
7378 * mouse.el (mouse-1-click-follows-link): New defcustom.
7379 (mouse-on-link-p): New function.
7380 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7381 functionality. Map a mouse-1 click event into a mouse-2 (or
7382 other) event when position is inside a link.
7383
7384 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7385 prefix in tooltip text with "mouse-1" when this is a link
7386 recognized by mouse-1-click-follows-link functionality.
7387
7388 * help.el (describe-key): Report effective and original binding
7389 for mouse-1 when clicked on a link.
7390 (describe-mode): Add follow-link property to "minor-mode" button.
7391
7392 * help-fns.el (describe-variable): Add follow-link property to
7393 "below" button.
7394
7395 * help-mode.el (help-xref): Add follow-link property.
7396
7397 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7398 (apropos-command, apropos-variable, apropos-face, apropos-group)
7399 (apropos-widget, apropos-plist): Add follow-link property.
7400
7401 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7402 checks if position is in a filename, rather than some other
7403 clickable item. Function looks for cvs-filename-face at position.
7404
7405 * wid-edit.el (widget-specify-field, widget-specify-button):
7406 Map a :follow-link keyword into a follow-link property.
7407 (link): Add :follow-link keyword, map to RET binding.
7408
7409 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7410
7411 * progmodes/compile.el (compilation-minor-mode-map)
7412 (compilation-button-map, compilation-mode-map): Likewise.
7413
7414 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7415
7416 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7417 (zone-replace-char): Take `count' and `del-count'
7418 instead of `direction'. Update callers. When `del-count' is
7419 non-nil, delete that many characters, otherwise `count' characters
7420 backwards. Insert the newly-replaced string `count' times.
7421 (zone-fret): Handle chars w/ width greater than one.
7422 (zone-fall-through-ws): No longer take window width `ww'.
7423 Update callers. Add handling for `char-width' greater than one.
7424 (zone-pgm-drip): Update var holding window-end position every cycle.
7425
7426 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7427
7428 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7429 rather than insert-file.
7430
7431 2004-12-16 Jay Belanger <belanger@truman.edu>
7432
7433 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7434 (math-init-random-base, math-random-digit): Check to see if
7435 var-RandSeed is bound.
7436 (math-random-last): Declare it.
7437 (math-random-digit): Don't make math-random-last local.
7438
7439 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7440
7441 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7442 one-shot thunk for uniform (error, quit, normal) recovery.
7443 Reported by John Paul Wallington.
7444 (zone-pgm-random-life): Fix bug:
7445 Recognize empty initial field by lack of "@" chars.
7446
7447 2004-12-16 Juri Linkov <juri@jurta.org>
7448
7449 * help.el (function-called-at-point):
7450 * help-fns.el (variable-at-point): As a last resort try stripping
7451 non-word prefixes and suffixes.
7452
7453 * descr-text.el (describe-property-list): Don't treat syntax-table
7454 specially. Use describe-text-sexp which inserts [show] button
7455 for large objects and handles printing errors. Sort properties
7456 by names in alphabetical order instead of by value sizes.
7457 Add `mouse-face' to list of properties for `describe-face' widget.
7458 (describe-char): Mask out face-id from 19 bits of character.
7459 Print face-id separately.
7460
7461 * replace.el (occur-accumulate-lines, occur-engine):
7462 Fontify unfontified matching lines in the source buffer
7463 before copying them.
7464 (occur-engine): Don't put mouse-face on context lines.
7465 (occur-next-error): Set point to line beginning/end
7466 before searching for prev/next property to skip multiple
7467 matches on a line (not supported by occur engine).
7468 Remove redundant prefix-numeric-value.
7469
7470 2004-12-15 Juri Linkov <juri@jurta.org>
7471
7472 * replace.el (match): New face.
7473 (list-matching-lines-face): Change default from `bold' to `match'.
7474
7475 * progmodes/grep.el (grep-match-face): New defvar.
7476 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7477 compilation-column-face to highlight grep matches.
7478
7479 * apropos.el (apropos-match-face): Change default from
7480 `secondary-selection' to `match'.
7481
7482 * info-look.el (info-lookup-highlight-face): Change default from
7483 `highlight' to `match'.
7484
7485 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7486
7487 * progmodes/executable.el (executable-interpret): Eliminate
7488 obsolete compile-internal, and switch to comint for interaction.
7489
7490 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7491
7492 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7493 `&&' when skipping multiple statements on a line.
7494
7495 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7496
7497 * play/zone.el (zone): Set `truncate-lines'.
7498 Also, init `tab-width' with value from original buffer.
7499 (zone-shift-up): Rewrite for speed.
7500 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7501 (zone-pgm-jitter): Remove redundant entries from ops vector.
7502 (zone-exploding-remove): Reduce iteration count.
7503 (zone-cpos): Convert to defsubst.
7504 (zone-replace-char): New defsubst.
7505 (zone-park/sit-for): Likewise.
7506 (zone-fret): Take window-start arg.
7507 Update callers. Use `zone-park/sit-for'.
7508 (zone-fill-out-screen): Rewrite.
7509 (zone-fall-through-ws): Likewise. Update callers.
7510 (zone-pgm-drip): Use `zone-replace-char'.
7511 Move var inits before while-loop. Use `zone-park/sit-for'.
7512 (zone-pgm-random-life): Handle empty initial field.
7513 Use `zone-replace-char' and `zone-park/sit-for'.
7514
7515 2004-12-15 Juri Linkov <juri@jurta.org>
7516
7517 * isearch.el (isearch-update): Test isearch-lazy-highlight
7518 before calling isearch-lazy-highlight-new-loop.
7519 (isearch-lazy-highlight-new-loop):
7520 Don't test isearch-lazy-highlight.
7521
7522 * replace.el (perform-replace): Add isearch-case-fold-search.
7523 Use delimited-flag for isearch-regexp.
7524 Reset isearch-lazy-highlight-last-string to force lazy
7525 highlighting when called from isearch mode.
7526 (query-replace-highlight): Revert defcustom type to boolean.
7527 (query-replace-lazy-highlight): New defcustom.
7528 (query-replace): New face.
7529 (perform-replace, replace-highlight, replace-dehighlight):
7530 Test query-replace-lazy-highlight instead of special value
7531 `isearch' of query-replace-highlight.
7532 (replace-dehighlight): Don't call isearch-dehighlight.
7533 (replace-highlight): Don't call isearch-highlight.
7534 Use face `query-replace' unconditionally.
7535
7536 2004-12-14 Kim F. Storm <storm@cua.dk>
7537
7538 * simple.el (inhibit-mark-movement): Remove defvar.
7539 (beginning-of-buffer, end-of-buffer): Don't use it.
7540
7541 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7542 Don't use inhibit-mark-movement.
7543
7544 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7545 (cua--undo-push-mark): Remove.
7546 (cua--pre-command-handler, cua--post-command-handler):
7547 Don't fiddle with inhibit-mark-movement.
7548
7549 2004-12-14 Juri Linkov <juri@jurta.org>
7550
7551 * buff-menu.el (list-buffers-noselect): Collect internal info
7552 for every buffer in BUFFER-LIST arg too.
7553 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7554 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7555 Bind same-window-buffer-names and same-window-regexps to nil.
7556
7557 2004-12-13 Juri Linkov <juri@jurta.org>
7558
7559 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7560
7561 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7562 (sc-cite-region, sc-uncite-region, sc-recite-region):
7563 Fix previous change to handle not alist as a symbol, but
7564 a citation frame as a symbol that represents a variable name.
7565
7566 2004-12-13 Richard M. Stallman <rms@gnu.org>
7567
7568 * filecache.el (file-cache-add-directory-using-find):
7569 Only set up file-cache-find-command-posix-flag if we will use it.
7570
7571 * bindings.el (mode-line-buffer-identification-keymap):
7572 Don't cancel the mode-line's usual down-mouse-1 binding.
7573
7574 * cus-edit.el (custom-face-selected): Handle `default' specs.
7575 (custom-face-edit): Increase extra-offset.
7576 (custom-display): Handle `default' specs.
7577
7578 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7579
7580 * emacs-lisp/elint.el (elint-standard-variables)
7581 (elint-unknown-builtin-args): Move definitions up.
7582
7583 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7584
7585 * info.el (info-xref-visited): Use `default' instead of t.
7586 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7587
7588 * faces.el (header-line, mode-line-inactive, tool-bar):
7589 Use `default' instead of t for setting the defaults.
7590 (face-spec-choose): Separate `t' from `default'.
7591
7592 * subr.el (while-no-input): New macro.
7593
7594 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7595
7596 * filecache.el (file-cache-add-directory-using-find):
7597 Only test file-cache-find-command-posix-flag on some systems.
7598
7599 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7602 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7603 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7604 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7605 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7606
7607 2004-12-12 Juri Linkov <juri@jurta.org>
7608
7609 * files.el (find-file-other-window, find-file-other-frame):
7610 Add the first buffer to the returned value to return the complete
7611 list of all visited buffers.
7612 (find-file-read-only, find-file-read-only-other-window)
7613 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7614 `find-file-read-args'. Signal an error about non-existent file
7615 only if file name doesn't contain wildcards. Toggle read-only in
7616 all visited buffers.
7617 (find-alternate-file, find-alternate-file-other-window):
7618 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7619 called interactively. Pass arg `wildcards' to other functions.
7620 (find-file-noselect): Doc fix.
7621
7622 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7623 Doc fix.
7624 (ffap-directory-finder): New variable.
7625 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7626 (ffap-file-at-point): Add /* to immediately rejected names.
7627 Return absolute file names matching ffap-dired-wildcards.
7628 (ffap-read-file-or-url): Set default value for `completing-read'
7629 to `buffer-file-name'.
7630 (find-file-at-point): When filename matches ffap-dired-wildcards,
7631 call ffap-file-finder with t arg `wildcards', instead of dired.
7632 (ffap-other-window, ffap-other-frame): Return visited buffers.
7633 (ffap-read-only, ffap-read-only-other-window)
7634 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7635 (dired-at-point): Call ffap-directory-finder instead of dired.
7636 (ffap-dired-other-window, ffap-dired-other-frame)
7637 (ffap-list-directory): New commands.
7638 (ffap-bindings): New keybindings for new commands.
7639
7640 2004-12-12 Juri Linkov <juri@jurta.org>
7641
7642 * simple.el (beginning-of-buffer, end-of-buffer):
7643 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7644 Do not push mark when mark is active in transient-mark-mode.
7645
7646 * simple.el (mark-word):
7647 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7648 * textmodes/paragraphs.el (mark-paragraph):
7649 Extend the region when mark is active in transient-mark-mode,
7650 regardless of the last command. Doc fix.
7651
7652 * simple.el (mark-word): Preserve direction when repeating.
7653 Make arg optional. Interactive "p" -> "P".
7654 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7655
7656 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7657 preserving direction, to mark forward instead of backward when mark
7658 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7659
7660 2004-12-12 Juri Linkov <juri@jurta.org>
7661
7662 * isearch.el (isearch-edit-string): Set 7th arg of
7663 `read-from-minibuffer' to `t' to inherit the current input
7664 method (whose name is indicated by [IM] in the minibuffer prompt)
7665 from the current buffer to the minibuffer.
7666 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7667 to allow C-g quitting for lazy highlighting looping inside the
7668 search with nested repetition operators. Add overlay to the list
7669 before setting its face and other properties to avoid the case of
7670 code quitting after placing the new overlay but before it's
7671 recorded on the list. Select the window where isearch was
7672 activated, to highlight matches in the right window when isearch
7673 switches the current window to the minibuffer.
7674
7675 * international/isearch-x.el
7676 (isearch-process-search-multibyte-characters):
7677 Use `isearch-message' as initial input for `read-string' instead
7678 of adding it to the minibuffer prompt. After reading a string
7679 remove the initial value of `isearch-message' from the string.
7680
7681 * replace.el (replace-match-maybe-edit): Doc fix.
7682 (perform-replace): Don't call `replace-highlight' when automatic
7683 replacement is requested in literal mode, since it is intended
7684 only to highlight words during entering a new replacement string
7685 for \? in non-literal mode.
7686
7687 * replace.el (query-replace-highlight): Add new value `isearch'
7688 that allows query replacement to use isearch highlighting.
7689 Change type from `boolean' to `choice'. Doc fix.
7690 (replace-highlight, replace-dehighlight, perform-replace):
7691 Use isearch highlighting if query-replace-highlight eq `isearch'.
7692
7693 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7696 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7697
7698 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7699 case of \end{verbatim}.
7700
7701 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7702
7703 * term.el (term-termcap-format): Synchronyze with terminfo.
7704 (term-emulate-terminal): Handle reset.
7705 (term-reset-terminal): New function.
7706
7707 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7708
7709 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7710 (zone-fill-out-screen): New func.
7711 (zone-pgm-drip): Use `zone-fill-out-screen'.
7712 Also, no longer go to point-min on every cycle.
7713 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7714 (zone-pgm-random-life-wait): New user var.
7715 (zone-pgm-random-life): New func.
7716
7717 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7718
7719 * files.el (auto-mode-alist): Map .com to DCL mode.
7720
7721 2004-12-09 Richard M. Stallman <rms@gnu.org>
7722
7723 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7724
7725 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7726
7727 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7728 buffer with a display margin.
7729
7730 2004-12-08 Jay Belanger <belanger@truman.edu>
7731
7732 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7733 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7734
7735 2004-12-08 Richard M. Stallman <rms@gnu.org>
7736
7737 * faces.el: Delete code to set display table.
7738 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7739
7740 2004-12-08 Jay Belanger <belanger@truman.edu>
7741
7742 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7743
7744 * calc/calc-ext.el (math-read-replacement-list)
7745 (math-read-superscripts, math-read-preprocess-string): Move to
7746 calc-aent.el.
7747
7748 * calc/calc-aent.el (math-read-replacement-list)
7749 (math-read-superscripts, math-read-preprocess-string): Move from
7750 calc-ext.el.
7751
7752 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * isearch.el (isearch-quote-char): Fix up typo in last change.
7755
7756 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7757
7758 * mouse.el (mouse-set-font): Handle the case where the command was
7759 not invoked using the mouse.
7760
7761 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7762 (edmacro-finish-edit): Further update for keyboard macros that are
7763 lambda forms.
7764 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7765
7766 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7767
7768 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7769 (font-lock-default-unfontify-region): Don't save buffer state any more.
7770
7771 2004-12-07 Jay Belanger <belanger@truman.edu>
7772
7773 * calc/calc-help.el (calc-describe-key):
7774 Set calc-summary-indentation even when Calc Summary buffer exists.
7775
7776 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7777
7778 * calendar/holidays.el (holiday-easter-etc): Make arguments
7779 optional for backwards compatibility. Doc fix.
7780 Remove un-necessary local vars mandatory, output-list.
7781 (holiday-advent): Make arguments optional for backwards
7782 compatibility. Doc fix.
7783
7784 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7785
7786 * paren.el (show-paren-function): Fix last change (2004-12-02).
7787
7788 * international/mule-util.el (char-displayable-p): Return nil for
7789 unibyte mode.
7790
7791 * subr.el (subregexp-context-p): New function.
7792
7793 * isearch.el (isearch-quote-char): Use it.
7794
7795 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7796 (regexp-opt-not-groupie*-re): Remove.
7797 (regexp-opt): Properly handle inputs with duplicate entries.
7798
7799 2004-12-06 Richard M. Stallman <rms@gnu.org>
7800
7801 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7802
7803 * cus-edit.el (custom-file): Doc fix.
7804
7805 * textmodes/org.el: New file.
7806
7807 2004-12-06 Kenichi Handa <handa@m17n.org>
7808
7809 * ldefs-boot.el: Update international/mule-util.el section.
7810
7811 2004-12-05 Sam Steingold <sds@gnu.org>
7812
7813 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7814 Fix `tramp-time-diff' comparison logic.
7815
7816 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7817
7818 * progmodes/which-func.el (which-function):
7819 Use `run-hook-with-args-until-success' instead of a custom loop.
7820 Fixes bug with local hooks.
7821
7822 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7823
7824 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7825 Use delete-dups when calculating the initial value.
7826 (bibtex-autokey-get-title): Use <=.
7827 (bibtex-goto-line): New function.
7828 (bibtex-reposition-window): Use line numbers instead of point
7829 positions. Use window-body-height.
7830 (bibtex-find-crossref): Use bibtex-reposition-window.
7831 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7832 position of entry if key is found or nil if not found.
7833
7834 2004-12-05 Richard M. Stallman <rms@gnu.org>
7835
7836 * cus-edit.el (custom-file): Doc fix.
7837
7838 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7839
7840 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7841
7842 * simple.el (blink-matching-open):
7843 * textmodes/tex-mode.el (tex-validate-region):
7844 Obey syntax-table text properties.
7845
7846 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7847
7848 * wid-edit.el (widget-specify-field): Add `real-field' property to
7849 boundary.
7850 (widget-field-at): Use it.
7851
7852 2004-12-02 Richard M. Stallman <rms@gnu.org>
7853
7854 * progmodes/cc-mode.el (awk-mode autoload):
7855 Supply t meaning interactive function.
7856
7857 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7858 (isearch-mode-map): No special definition for space.
7859 (isearch-whitespace-chars): Command deleted.
7860 (isearch-forward-regexp): Doc fix.
7861 (isearch-quote-char): When a space is not inside brackets,
7862 use `[ ]' instead of just space.
7863 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7864
7865 * imenu.el (imenu--generic-function): Delete code to exclude
7866 matches in comments.
7867
7868 * man.el (Man-reverse-face): Change default to `highlight'.
7869
7870 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7871 (occur-engine): Use `face' prop rather than `font-lock-face'
7872 when specifying use of `match-face'.
7873 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7874
7875 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7876
7877 * add-log.el (add-log-current-defun): Handle the case where point
7878 is in the header part of a DEFUN construct.
7879
7880 2004-12-02 Dave Love <fx@gnu.org>
7881
7882 * progmodes/python.el (python-font-lock-syntactic-keywords):
7883 Fix previous change.
7884
7885 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7886
7887 * paren.el (show-paren-function): Check for matching chars
7888 specified by text props.
7889
7890 2004-12-02 Jay Belanger <belanger@truman.edu>
7891
7892 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7893 when reading a new key sequence.
7894
7895 2004-12-02 Kim F. Storm <storm@cua.dk>
7896
7897 * faces.el (escape-glyph): Rename from glyph.
7898 (standard-display-table): Set it here. Add escape-glyph face to
7899 extra slot characters.
7900
7901 * disp-table.el: Undo 2004-12-01 change. Display table is now
7902 setup in faces.el.
7903
7904 2004-12-02 Mark A. Hershberger <mah@everybody.org>
7905
7906 * xml.el (xml-parse-dtd): Don't show validity messages when
7907 xml-validating-parser is nil.
7908 (xml-substitute-special): Fix validity error messages to
7909 actually show the unexpandable entity. Added validity error if &
7910 isn't followed by an entity.
7911 (xml-parse-tag): Concatenate any string following the a
7912 <![CDATA[]]> section to the parsed CDATA.
7913 (xml-parse-dtd): Skip parameter entity declarations and use of
7914 parameter entities.
7915
7916 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7917
7918 * kmacro.el (kmacro-default-counter-format): New var.
7919 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
7920 (kmacro-display): Remove `nil' from `and' form. Delete call to
7921 `format' inside `message'.
7922 (kmacro-start-macro): Use `kmacro-default-counter-format'.
7923
7924 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7925
7926 * pcvs.el (cvs-header-msg): New function.
7927 (cvs-update-header): Use it. Change calling convention.
7928 Correctly handle the case of having simultaneous active processes.
7929 (cvs-sentinel): Don't call cvs-update-header any more.
7930 (cvs-mode-run): Update call and add cvs-update-header to postproc.
7931
7932 2004-12-01 Jay Belanger <belanger@truman.edu>
7933
7934 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7935 Change message.
7936
7937 2004-12-01 Juri Linkov <juri@jurta.org>
7938
7939 * progmodes/prolog.el (prolog-mode-variables):
7940 Fix imenu-generic-expression.
7941
7942 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
7943
7944 * faces.el (glyph): New face.
7945
7946 * disp-table.el: Add an autoloaded table, that doesn't require
7947 this library, with glyph face.
7948
7949 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7950 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7951 (conf-quote-normal): Allow normalizing only ' or ".
7952 (conf-mode): Regexp-quote constructed comment-start and don't
7953 match section {} where "name" contains braces.
7954
7955 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7956 files.
7957
7958 2004-12-01 Kenichi Handa <handa@m17n.org>
7959
7960 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7961 (x-select-text): Don't treat eight-bit-control/graphic chars
7962 specially. Store the encoded text in the X cut buffer.
7963 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7964 with x-last-selected-text-cut-encoded.
7965
7966 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7969
7970 2004-11-30 Markus Rost <rost@ias.edu>
7971
7972 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7973 AUCTeX.
7974
7975 2004-11-30 Jay Belanger <belanger@truman.edu>
7976
7977 * calc/calc-arith.el (math-possible-signs): Made stronger checks
7978 on signs of intervals.
7979 (math-pow-of-zero): Strengthen checks for positive and negative
7980 exponents.
7981
7982 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7983 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7984 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7985 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7986 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7987 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7988 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7989 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7990 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7991 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7992 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7993 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7994 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7995 with provide statements.
7996
7997 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7998
7999 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8000
8001 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8002 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8003 functions by require statements.
8004 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8005
8006 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8007 (calc-gnuplot-print): Give them values.
8008
8009 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8010 autoloads.
8011 Add calc-do-embedded-activate to autoloads.
8012 (calc-gnuplot-name, calc-gnuplot-plot-command)
8013 (calc-gnuplot-print-command): Move them to calc-graph.el.
8014
8015 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8016
8017 * term/mac-win.el (ccl-encode-mac-roman-font)
8018 (ccl-encode-mac-cyrillic-font)
8019 (ccl-encode-mac-centraleuropean-font, encoder-list)
8020 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8021 Support Cyrillic, CentralEuropean, and Dingbat font display
8022
8023 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8024
8025 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8026
8027 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8028 still nil.
8029
8030 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8031
8032 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8033 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8034
8035 2004-11-29 Jay Belanger <belanger@truman.edu>
8036
8037 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8038 cases of the base and exponent.
8039
8040 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8041
8042 * simple.el (next-error-buffer-p): Allow for inclusive and
8043 exclusive tests for finding a buffer.
8044 (next-error-find-buffer): Pass the exclusive and inclusive tests
8045 to next-error-buffer-p.
8046
8047 * replace.el (occur-next-error): Switch to the Occur buffer when
8048 appropriate, use the exclusive filter to next-error-find-buffer to
8049 do it. Use the absolute value of the motion amount.
8050
8051 2004-11-29 Kenichi Handa <handa@m17n.org>
8052
8053 * startup.el (command-line): Decode all default-directory by
8054 locale-coding-system.
8055
8056 2004-11-29 Jay Belanger <belanger@truman.edu>
8057
8058 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8059 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8060 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8061 Replace calls to calc-extensions by appropriate require, replace
8062 calc-extensions-loaded by appropriate featurep.
8063
8064 * calc/calc-ext.el: Move require to end of file.
8065 Remove redundant loading of calc.el.
8066 (calc-extensions-loaded): Remove unnecessary variable.
8067 (calc-extensions): Remove unnecessary function.
8068 (calc-load-everything): Replace calc-need-macros by appropriate require.
8069
8070 * calc/calc-macs.el: Move provide to end of file.
8071 (calc-need-macros): Remove unnecessary function.
8072
8073 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8074 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8075 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8076 Replace calc-extensions by appropriate require.
8077 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8078
8079 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8080 Replace calc-need-macros by appropriate require.
8081
8082 * calc/calc.el: Move require to end of file.
8083 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8084 Remove unnecessary variable.
8085 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8086 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8087 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8088 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8089 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8090 (math-format-number, math-format-bignum, math-read-number)
8091 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8092 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8093 by appropriate require.
8094 (calc-check-defines): Replace calc-need-macros by appropriate require.
8095
8096 2004-11-29 Kim F. Storm <storm@cua.dk>
8097
8098 * macros.el (insert-kbd-macro): Handle kmacro functions.
8099
8100 2004-11-28 Juri Linkov <juri@jurta.org>
8101
8102 * compare-w.el (compare-windows-highlight): Attach each overlay
8103 to its window to properly highlight differences while comparing
8104 two windows of the same buffer. Fix arguments.
8105 (compare-windows-sync-default-function): Fix arguments of
8106 `compare-windows-highlight'.
8107
8108 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8109 Use `read-expression-history'. Set initial contents only if
8110 `edebug-global-break-condition' is non-nil. Set histpos to 1
8111 if initial contents is equal to the last history element.
8112 (edebug-set-conditional-breakpoint): Instead of temporarily
8113 prepending the current condition to the history, set initial
8114 contents to the current condition. Set histpos to 1 if initial
8115 contents is equal to the last history element.
8116
8117 * info.el (Info-search-whitespace-regexp): Remove shy group.
8118 (Info-search): Forward line if search is on the header line.
8119 Use search-whitespace-regexp in two other places.
8120
8121 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8124 warning. Delay real definition, which uses
8125 `set-fringe-indicators-1' till after the definition of that function.
8126
8127 2004-11-28 Kim F. Storm <storm@cua.dk>
8128
8129 * fringe.el (fringe): New defgroup.
8130 (fringe-mode): Move to fringe group.
8131 (fringe-indicators): New defcustom.
8132 (set-fringe-indicators-1): New defun.
8133
8134 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8135 (menu-bar-showhide-fringe-ind-menu): New keymap.
8136 (menu-bar-showhide-fringe-ind-empty)
8137 (menu-bar-showhide-fringe-ind-mixed)
8138 (menu-bar-showhide-fringe-ind-box)
8139 (menu-bar-showhide-fringe-ind-right)
8140 (menu-bar-showhide-fringe-ind-left)
8141 (menu-bar-showhide-fringe-ind-none): New defuns.
8142 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8143
8144 2004-11-27 Richard M. Stallman <rms@gnu.org>
8145
8146 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8147
8148 * generic.el (define-generic-mode): Doc fix.
8149
8150 * menu-bar.el (menu-bar-options-save): For the options
8151 that are toggled with menu-bar-make-mm-toggle, don't check
8152 for customized-value prop.
8153
8154 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8155
8156 * mail/supercite.el (sc-cite-region): Handle the case where
8157 sc-cite-frame-alist is a symbol.
8158 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8159 a symbol.
8160 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8161 a symbol.
8162
8163 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8164
8165 * wid-edit.el (widget-narrow-to-field): New function.
8166 (widget-complete): Use it.
8167
8168 2004-11-27 Jay Belanger <belanger@truman.edu>
8169
8170 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8171 variable.
8172 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8173 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8174 (math-alg-inequalities): Move declaration to earlier in the file.
8175
8176 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8177 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8178 Declare them.
8179
8180 * calc/calc-lang.el (math-expr-data, math-expr-token)
8181 (math-exp-old-pos): Declare them.
8182
8183 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8184 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8185
8186 2004-11-27 Kim F. Storm <storm@cua.dk>
8187
8188 * progmodes/flymake.el: Use (featurep 'xemacs).
8189 (flymake-makehash): Change to defsubst. Use fboundp.
8190 (flymake-time-to-float): Remove.
8191 (flymake-float-time): Merge code from flymake-time-to-float here.
8192 (flymake-replace-regexp-in-string): Change to defsubst.
8193 (flymake-split-string-remove-empty-edges):
8194 Rename to flymake-split-string.
8195 (flymake-split-string): Remove previous defalias.
8196 (flymake-get-temp-dir): Change to defsubst.
8197 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8198 Define for xemacs only.
8199 (flymake-master-file-count-limit): Change into compiler defvar only.
8200 (flymake-find-possible-master-files): Let-bind it dynamically while
8201 sorting files using flymake-master-file-compare.
8202
8203 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8206 of defun-prompt-regexp matches inside a comment/string but the
8207 beginning is correctly outside everything.
8208
8209 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8210 appears within a string or a comment.
8211
8212 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8213 rather than make-symbol for symbols which are used in
8214 a symbol-macrolet or equivalent.
8215
8216 2004-11-26 Jay Belanger <belanger@truman.edu>
8217
8218 * calc-misc.el (calc-last-why-command): Declare it.
8219
8220 * calc-vec.el (math-grade-vec): New variable.
8221 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8222 Replace variable grade-vec by declared variable.
8223 (math-rb-close): New variable.
8224 (math-read-brackets, math-read-vector): Replace variable close by
8225 declared variable.
8226
8227 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8228 (calc-one-window, calc-edit-handler, calc-restore-trail)
8229 (calc-allow-ret): Declare them.
8230
8231 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8232 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8233 (math-radix-float-cache-tag, math-random-cache)
8234 (math-max-digits-cache, math-integral-cache, math-units-table)
8235 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8236 (math-moc-func): New variable.
8237 (math-map-over-constants, math-map-over-constants-rec):
8238 Replace variable func by declared variable.
8239
8240 * calc/calc-store.el (calc-given-value, calc-store-opers):
8241 Declare them.
8242 (calc-var-name-map): Move declaration to earlier in the file.
8243 (calc-pv-pos): New variable.
8244 (calc-permanent-variable, calc-insert-permanent-variable):
8245 Replace variable pos by declared variable.
8246
8247 * calc/calc-mtx.el (calc-det-lu): New variable.
8248 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8249
8250 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8251 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8252 and arg by declared variables.
8253 (calcFunc-reducer): Fix incorrect variable.
8254 (math-inner-mul-func, math-inner-add-func): New variables.
8255 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8256 and add-func by declared variables.
8257
8258 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8259 (calc-digit-value): Declare them.
8260
8261 * calc/calc-help.el (Info-history): Declare it.
8262 (calc-describe-key): Make calc-summary-indentation a local variable.
8263 (calc-help-long-names): Move declaration to earlier in file.
8264
8265 * calc/calc-embed.el (calc-original-buffer): Declare it.
8266 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8267 (calc-embed-bot): New variables.
8268 (calc-do-embedded, calc-embedded-mark-formula)
8269 (calc-embedded-find-bounds, calc-embedded-duplicate)
8270 (calc-embedded-new-formula, calc-embedded-make-info):
8271 Replace vars outer-top, outer-bot, bot and top by declared variables.
8272 (calc-embed-prev-modes): New variable.
8273 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8274 prev-modes with declared variable.
8275 (calc-embed-vars-used): New variable.
8276 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8277 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8278 vars-used by declared variable.
8279
8280 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8281 (math-format-radix-float): Remove unnecessary setq.
8282 (math-radix-float-cache): Declare it.
8283
8284 * calc/calcsel2.el (calc-keep-selection): Declare it.
8285
8286 * calc/calc-maint.el: Remove file.
8287
8288 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8289
8290 * textmodes/bibtex.el (bibtex-sort-entry-class)
8291 (bibtex-comment-start): Use defcustom.
8292 (bibtex-entry-field-alist): Use nil if initial content of the
8293 field is undefined. Fix docstring.
8294 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8295 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8296 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8297 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8298 Fix docstring.
8299 (bibtex-autokey-title-terminators): Use only one regexp.
8300 (bibtex-string-maybe-empty-head): New variable.
8301 (bibtex-remove-delimiters-string): New function.
8302 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8303 Use bibtex-remove-delimiters-string.
8304 (bibtex-progress-message, bibtex-field-left-delimiter)
8305 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8306 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8307 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8308 Simplify.
8309 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8310 Use eq and bibtex-remove-delimiters-string. For end markers use
8311 insertion type so that marker stays after inserted text.
8312 (bibtex-autokey-get-names): Return empty string if name is missing.
8313 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8314 calling bibtex-autokey-name-case-convert.
8315 (bibtex-autokey-demangle-title):
8316 Call bibtex-autokey-titleword-case-convert. Remove call to
8317 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8318 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8319 (bibtex-read-key): New optional arg global.
8320 (bibtex-files-expand): New optional arg force.
8321 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8322 (bibtex-complete-crossref-cleanup): Rename from
8323 bibtex-complete-key-cleanup. Simplify code.
8324 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8325 Operate on current entry.
8326 (bibtex-button): Add docstring.
8327 (bibtex-entry): Simplify.
8328 (bibtex-make-field): Replace optional arg called-by-yank with more
8329 specific args move and interactive.
8330 (bibtex-end-of-entry): Use forward-sexp.
8331 (bibtex-find-entry-globally): Remove.
8332 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8333 Bound to C-c C-x.
8334 (bibtex-find-entry): New optional args global and display.
8335 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8336 (bibtex-validate): Use arg force of bibtex-files-expand.
8337 (bibtex-clean-entry): Bugfix, clean string entries properly.
8338 Always keep point at beginning of entry.
8339 (bibtex-complete): Bugfix. Handle string entries properly.
8340 Call cleanup functions only if needed.
8341 (bibtex-String): Use bibtex-read-string-key.
8342 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8343 case of replacement text.
8344
8345 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8346
8347 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8348 (tramp-perl-directory-files-and-attributes): New constant.
8349 (tramp-file-name-handler-alist): Delete file-directory-files, add
8350 directory-files-and-attributes.
8351 (tramp-perl-file-attributes): Surround uid and gid by double
8352 quotes. Change parameter id-format from nonnumeric.
8353 (tramp-convert-file-attributes): New function.
8354 (tramp-handle-file-attributes): Use it.
8355 (tramp-maybe-send-perl-script): New function.
8356 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8357 file mode. Change parameter id-format from nonnumeric.
8358 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8359 from nonnumeric.
8360 (tramp-post-connection): Don't send tramp-perl-file-attributes
8361 script. Reset connection property "perl-scripts".
8362 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8363 in use.
8364
8365 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8366
8367 * desktop.el (desktop-read): Replace mapcar with mapc.
8368 (desktop-create-buffer): Replace mapcar with mapc.
8369 Remove redundant piece of code.
8370
8371 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * progmodes/gud.el (gud-display-line): Use display-buffer
8374 for GDB-UI as for GUD.
8375
8376 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8377 Delete variables.
8378 (gdb-ann3): Don't make GUD buffer dedicated.
8379 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8380 (gdb-display-source-buffer): Delete function.
8381 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8382 (menu): Delete menu bindings for viewing source/assembler.
8383 (gdb-setup-windows, gdb-restore-windows):
8384 Don't dedicate GUD. No assembler now.
8385 (gdb-reset): No need to undedicate source buffers now.
8386 (gdb-source-info): No assembler now.
8387
8388 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8389
8390 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8391 width to those for special frames.
8392 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8393 Use display-buffer.
8394 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8395 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8396 (gdb-frame-assembler-buffer): Rework like
8397 gdb-frame-breakpoints-buffer.
8398
8399 2004-11-25 Richard M. Stallman <rms@gnu.org>
8400
8401 * progmodes/flymake.el: Reindent.
8402 (flymake-split-string): Turn into defalias.
8403 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8404 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8405 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8406 (flymake-build-relative-filename): Rename from ...path.
8407 Fix error message.
8408
8409 2004-11-25 Cheng Gao <chenggao@gmail.com>
8410
8411 * progmodes/flymake.el: Much whitespace and capitalization change.
8412 Move `provide' to end. Require `compile' only when compiling.
8413
8414 2004-11-24 Jay Belanger <belanger@truman.edu>
8415
8416 * calc/calc-alg.el: Added comment.
8417 (math-polynomial-base): Replace variable mpb-top-expr by
8418 math-poly-base-top-expr.
8419
8420 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8421 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8422 variable.
8423 (math-poly-base-total-base): New variable.
8424 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8425 mpb-total-base by declared variable.
8426 (math-factored-vars, math-to-list): Declare it.
8427 (math-fact-expr): New variable.
8428 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8429 (math-factor-expr-try, math-factor-expr-part): Replace variable
8430 expr by declared variable.
8431 (math-fet-x): New variable.
8432 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8433 by declared variable.
8434 (math-factor-poly-coefs): Make temp a local variable.
8435
8436 * calc/calc-units.el (calc-convert-units): Make units a local
8437 variable.
8438 (calc-num-units, calc-den-units): New variables.
8439 (calc-explain-units, calc-explain-units-rec): Replace variables
8440 num-units and den-units by declared variables.
8441 (math-cu-unit-list): New variable.
8442 (math-build-units-table, math-compare-unit-names)
8443 (math-convert-units, math-convert-units-rec): Replace variable
8444 unit-list by declared variable.
8445 (math-fbu-base, math-fbu-entry): New variables.
8446 (math-find-base-units, math-find-base-units-rec): Replace variables
8447 base and entry by declared variables.
8448 (math-which-standard): New variable.
8449 (math-to-standard-units, math-to-standard-rec): Replace variable
8450 which-standard by declared variable.
8451 (math-fcu-u): New variable.
8452 (math-find-compatible-unit, math-find-compatible-unit-rec):
8453 Replace variable u by declared variable.
8454 (math-cu-new-units, math-cu-pure): New variables.
8455 (math-convert-units, math-convert-units-rec): Replace variables
8456 new-units and pure by declared variables.
8457 (math-try-cancel-units): New variable.
8458 (math-simplify-units-quotient): Replace variable try-cancel-units by
8459 declared variable.
8460
8461 2004-11-24 Richard M. Stallman <rms@gnu.org>
8462
8463 * textmodes/ispell.el (ispell-check-version):
8464 If default-directory is nonexistent, use home dir.
8465
8466 * progmodes/grep.el (grep-regexp-alist):
8467 Don't match parens around line numbers.
8468
8469 * progmodes/cperl-mode.el (cperl-indent-region)
8470 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8471 Don't print progress messages.
8472
8473 * progmodes/compile.el (compilation-mode-map):
8474 Don't inherit from compilation-minor-mode-map;
8475 copy its bindings instead. But the menu bar Compile
8476 entry now does inherit from compilation-menu-map.
8477
8478 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8479 Use with-no-warnings around compiler-macroexpand.
8480
8481 * imenu.el: Don't always require newcomment.
8482 (imenu--generic-function): Call comment-normalize-vars
8483 if we have a comment syntax.
8484 Exit the loop if REGEXP matches the null string.
8485 Test comment-start as well as comment-start-skip
8486 when deciding whether to check for comments.
8487
8488 * tooltip.el (tooltip-mode): Doc fix.
8489
8490 * term.el (term-escape-char, term-mode): Doc fixes.
8491
8492 2004-11-24 Dave Love <fx@gnu.org>
8493
8494 * progmodes/python.el (python-font-lock-syntactic-keywords):
8495 Check for escapes in the regexp.
8496 (python-quote-syntax): Don't do it here.
8497
8498 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8499
8500 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8501 (gdb-frames-mode-map, gdb-threads-mode-map)
8502 (gdb-registers-mode-map, gdb-locals-mode-map)
8503 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8504 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8505
8506 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8507 (dedicated-switch-to-buffer): Rework.
8508 (gdb-var-evaluate-expression-handler, gdb-put-string):
8509 Remove unused variable bindings.
8510 (gdb-setup-windows, gdb-display-buffer):
8511 Simplify. Use pop-to-buffer.
8512 (gdb-view-source-function): Simplify.
8513 (gdb-frame-breakpoints-buffer):
8514 Use pop-to-buffer, special-display-regexps.
8515
8516 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8517
8518 * progmodes/f90.el (f90-smart-end)
8519 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8520 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8521 (f90-end-of-block): Doc fix. Make check of outermost block
8522 conditional on value of `f90-smart-end'.
8523 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8524 Handle case where END-BLOCK is nil.
8525 (f90-match-end): Handle un-named PROGRAM blocks.
8526 (f90-backslash-not-special): New function.
8527
8528 2004-11-24 Jay Belanger <belanger@truman.edu>
8529
8530 * calc/calc.el (calc-embedded-active): Removed unnecessary
8531 declaration.
8532 (calc-show-banner): Removed redundant declaration.
8533
8534 * calc/calc-graph.el (calc-gnuplot-default-device)
8535 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8536 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8537 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8538 Remove redundant initial values.
8539
8540 * calc/calc-arith.el (math-scalar-functions)
8541 (math-nonscalar-functions, math-scalar-if-args-functions)
8542 (math-real-functions, math-positive-functions)
8543 (math-nonnegative-functions, math-real-scalar-functions)
8544 (math-real-if-arg-functions, math-integer-functions)
8545 (math-num-integer-functions, math-rounding-functions)
8546 (math-float-rounding-functions, math-integer-if-args-functions)
8547 (math-super-types): Move declarations to earlier in file.
8548 (math-unit-prefixes): Declared it.
8549 (math-floor-prec, math-trunc-prec): New variables.
8550 (math-trunc-fancy): Replace variable prec by declared variable.
8551 (math-floor-fancy): Replace variable prec by declared variable.
8552 (math-com-bterms): New variable.
8553 (math-commutative-equal, math-commutative-collect):
8554 Replace variable bterms by declared variable.
8555
8556 * calc/calc-misc.el (math-trunc): Replace variable prec by
8557 math-trunc-prec.
8558 (math-floor): Replace variable prec by math-floor-prec.
8559
8560 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8561 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8562 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8563 (math-format-date, math-format-date-part): Replace variables
8564 date, dt, year, month, day, weekday, hour, minute, second and
8565 bc-flag by declared variables.
8566 (math-pd-str): New variable.
8567 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8568 Replace variable str by declared variable.
8569 (math-daylight-savings-hook, math-tzone-names): Move definitions
8570 to earlier in the file.
8571 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8572 (math-sh-year): New variable.
8573 (math-setup-add-holidays, math-setup-holidays)
8574 (math-setup-year-holidays): Replace variable `year' by declared
8575 variable.
8576
8577 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8578 New variables.
8579 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8580 n, nf and nfm1 by declared variables.
8581 (math-nri-n): New variable.
8582 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8583 n by declared variable.
8584 (calcFunc-log): Removed misplaced condition.
8585
8586 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8589
8590 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8591
8592 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8593 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8594 Dedicate gdb-related windows.
8595 (gdb-display-buffer): Dedicate gdb-related windows.
8596 Don't grab other frames.
8597 (gdb-reset): Remove dedicated property after debugging.
8598
8599 2004-11-24 Jay Belanger <belanger@truman.edu>
8600
8601 * calc/calc-sel.el: Add comment.
8602
8603 * calc/calc.el (math-stack-value-offset): Replace variables c,
8604 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8605
8606 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8607 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8608 (math-stack-value-offset-fancy): Replace variables c, wid and off
8609 by declared variables.
8610 (math-comp-just, math-comp-comma-spc): New variables.
8611 (math-compose-expr, math-compose-matrix): Replace variables `just'
8612 and comma-spc by declared variable.
8613 (math-comp-vector-prec): New variable.
8614 (math-compose-expr, math-compose-matrix, math-compose-rows):
8615 Replace variable vector-prec by declared variable.
8616 (math-comp-left-bracket, math-comp-right-bracket)
8617 (math-comp-comma): New variables.
8618 (math-compose-expr, math-compose-rows): Replace variables
8619 left-bracket, right-bracket and comma by declared variables.
8620 (math-comp-full-width): New variable.
8621 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8622 Replace variable full-width by declared variable.
8623 (math-comp-highlight, math-comp-word, math-comp-level)
8624 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8625 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8626 New variables.
8627 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8628 (math-comp-sel-flat-term): Replace variables comp-highlight,
8629 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8630 declared variables.
8631 (math-comp-simplify, math-comp-simplify-term)
8632 (math-comp-add-string, math-comp-add-string-sel):
8633 Replace variables comp-highlight, comp-buf, comp-base,
8634 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8635
8636 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8637
8638 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8639
8640 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8641 and x-server-version may throw.
8642
8643 2004-11-23 Kim F. Storm <storm@cua.dk>
8644
8645 * subr.el (substitute-key-definition-key): Optimize.
8646 Don't call indirect-function for nil defn (always signals error).
8647
8648 * ido.el (ido-read-internal): Fix require-match check when
8649 ido-directory-too-big is set.
8650
8651 2004-11-23 Jay Belanger <belanger@truman.edu>
8652
8653 * calc/calc-ext.el (math-read-replacement-list)
8654 (math-read-superscripts): New variables.
8655 (math-read-preprocess-string): New function.
8656 (math-read-expr): Filter input through math-read-preprocess-string.
8657
8658 * calc/calc-aent.el (math-read-exprs): Filter input through
8659 math-read-preprocess-string.
8660
8661 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8662
8663 * progmodes/compile.el (compilation-start): In cd command use
8664 substitute-env-vars -- not quite shell compatible but better than
8665 nothing.
8666 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8667 handle the newer versions messages, which are more parseable.
8668
8669 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * reveal.el (reveal-mode-map): New var.
8672 (reveal-mode): Use it.
8673
8674 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8675
8676 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8677 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8678
8679 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8680
8681 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8682 header-line when needed.
8683 Use fixed-pitch only in the header-line.
8684 Build the underline automatically. Use emdash if available.
8685
8686 2004-11-22 Richard M. Stallman <rms@gnu.org>
8687
8688 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8689 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8690
8691 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8692
8693 * progmodes/gdb-ui.el (gdb-resync): New function.
8694 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8695 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8696 Use it to fail more gracefully.
8697 (gdb-variables): Delete variable.
8698 Re-order variables to reduce byte-compiler warnings.
8699
8700 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * descr-text.el (describe-char):
8703 * paren.el (show-paren-function):
8704 * subr.el (syntax-after): Undo last change.
8705
8706 * progmodes/python.el (run-python): Don't hard code *Python*.
8707 Don't modify global process-environment.
8708 (python-send-region, python-load-file): Don't assume that
8709 python-buffer == (process-buffer (python-proc)).
8710 (python-switch-to-python): Simplify.
8711
8712 * dired.el (dired-align-file): Don't assume line starts with spaces.
8713
8714 2004-11-21 Jay Belanger <belanger@truman.edu>
8715
8716 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8717 Replace variable `lines' by math-read-big-lines.
8718 (math-read-big-expr): Replace variables the-baseline, the-h2
8719 and err-msg by math-read-big-baseline, math-read-big-h2 and
8720 math-read-err-msg.
8721 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8722
8723 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8724 (math-read-big-balance): Replace unbound variable by value.
8725 (math-read-big-lines): New variable.
8726 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8727 (math-read-big-error, math-read-big-balance): Replace variable
8728 `lines' by declared variable.
8729 (math-read-big-baseline, math-read-big-h2): New variables.
8730 (math-read-big-rec): Replace variables the-baseline and the-h2
8731 by declared variables.
8732 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8733 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8734 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8735 declared variables.
8736 (math-read-big-err-msg): New variable.
8737 (math-read-big-error): Replace variable err-msg by declared variable.
8738
8739 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * ses.el: Add coding cookie.
8742 Fix up docstrings, follow new commenting conventions.
8743 (ses-header-line-menu): Fix missing variable rename for header-row.
8744 (ses-cell-size): Remove.
8745 (ses-make-cell): New function.
8746 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8747 (ses-calculate-cell): Remove unused var `symbol'.
8748 (ses-narrowed-p): New function.
8749 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8750 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8751 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8752 (ses-setup): Use restore-buffer-modified-p.
8753 (ses-cleanup): Remove unused var `end'.
8754 (ses-header-string-left-offset): Remove.
8755 (ses-create-header-string): Adjust to new behavior of `align-to'.
8756 Truncate excessively large fields to preserve alignment.
8757 (ses-reconstruct-all): Remove unused var `refs'.
8758 (ses-read-cell-printer): Remove unused var `prompt'.
8759 (ses-delete-row): Remove unused var `pos'.
8760 (ses-delete-column): Remove unused var `new'.
8761
8762 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8763
8764 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8765 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8766 Eliminate eval-and-compile usage.
8767 (ps-insert-file): Use insert-file-contents instead of insert-file.
8768 (ps-setup): Code fix.
8769
8770 * printing.el (pr-setup, lpr-setup): Code fix.
8771
8772 2004-11-21 Jay Belanger <belanger@truman.edu>
8773
8774 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8775 (calc-original-buffer): Declare them.
8776 (calc-user-formula-alist): New variable.
8777 (calc-user-define-formula, calc-fix-user-formula)
8778 (calc-user-define-composition, calc-finish-formula-edit):
8779 Replace variable `alist' by declared variable.
8780 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8781 (var-q7, var-q7, var-q8, var-q9): Declare them.
8782 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8783 are bound.
8784 (calcFunc-typeof): Replace undeclared variable by expression.
8785 (math-exp-env): New variable.
8786 (math-define-body, math-define-exp): Replace exp-env by declared var.
8787 (math-define-exp): Replace misplaced variable by expression.
8788
8789 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8790 (calc-curve-model, calc-curve-coefnames): New variables.
8791 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8792 varnames, model and coefnames by declared variables.
8793 (math-root-widen): New variable.
8794 (math-search-root, math-find-root): Replace variable root-widen by
8795 declared variable.
8796 (var-DUMMY): Declare it.
8797 (math-root-vars, math-min-vars): Move the declarations to earlier in
8798 the file.
8799 (math-brent-min): Make d a local variable.
8800 (math-find-minimum): Replace non-existent variable.
8801 (math-ninteg-romberg): Remove unnecessary variable.
8802 (math-ninteg-temp): New variable.
8803 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8804 integ-temp by declared variable.
8805 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8806 New variables.
8807 (math-general-fit): Replace variables first-var, first-coef and
8808 new-coefs by declared variables.
8809 (calcFunc-fitvar): Replace variable first-var by declared variable.
8810 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8811 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8812 (math-all-vars-vars, math-all-vars-found): New variables.
8813 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8814 found by declared variable math-all-vars-vars.
8815
8816 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8817
8818 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8819 of `defconst'.
8820
8821 2004-11-20 Richard M. Stallman <rms@gnu.org>
8822
8823 * isearch.el (isearch-mode-map): Don't bind SPC.
8824 (isearch-whitespace-chars): Function deleted.
8825 (isearch-search): Bind search-spaces-regexp.
8826 (isearch-lazy-highlight-search): Likewise.
8827 (search-whitespace-regexp): Doc fix.
8828 (isearch-forward-regexp): Doc fix.
8829
8830 * emacs-lisp/bytecomp.el (byte-compile-form):
8831 Move the calls to byte-compile-set-symbol-position,
8832 to avoid having two for the same symbol occurrence.
8833
8834 * comint.el (comint-input-ring-size): Increase to 150.
8835
8836 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8837 New variables.
8838 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8839 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8840
8841 * imenu.el (imenu--generic-function):
8842 Ensure we keep moving backward even if BEG isn't further back.
8843
8844 * replace.el (query-replace-read-to, query-replace-read-from):
8845 Specify t for KEEP-ALL in read-from-minibuffer.
8846
8847 * progmodes/python.el (python-switch-to-python):
8848 If Python isn't running, start it.
8849 Don't alter debug-ignored-errors.
8850
8851 * progmodes/cperl-mode.el (cperl-indent-region):
8852 Don't mind imenu-scanning-message.
8853
8854 * bindings.el (global-map): Bind C-e to move-end-of-line.
8855
8856 * simple.el (line-move-finish): New arg FORWARD.
8857 Ignore invisible newlines, not intangible ones.
8858 Conditions for acceptable stopping positions depend on FORWARD.
8859 (line-move): Pass FORWARD arg to line-move-finish.
8860
8861 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8862 of HEADER. Compensate for this change in the code to add display
8863 properties. Don't make the first line intangible.
8864
8865 * info.el (Info-search): Fix previous change.
8866
8867 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8868
8869 * Makefile.in (recompile): Revert 2004-11-19 change.
8870 (compile): Likewise.
8871
8872 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8873
8874 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8875
8876 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8877
8878 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8879 defgroup and defcustom. Eliminate eval-and-compile usage.
8880
8881 * progmodes/ebnf-otz.el: Fix typos.
8882
8883 2004-11-19 Jay Belanger <belanger@truman.edu>
8884
8885 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8886 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8887 disp-trail by declared variable.
8888
8889 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8890 (calc-finish-selection-edit): Replace variable disp-trail by
8891 declared variable.
8892 (calc-selection-cache-entry): Move declaration to earlier in the file.
8893 (calc-selection-cache-num, calc-selection-cache-comp)
8894 (calc-selection-cache-offset, calc-selection-true-num)
8895 (calc-final-point-line, calc-final-point-column)
8896 (calc-original-buffer): Declare them.
8897 (calc-fnp-op, calc-fnp-num): New variables.
8898 (calc-find-nth-part, calc-find-nth-part-rec)
8899 (calc-select-previous): Replace op and num by declared variables.
8900 (calc-rsf-old, calc-rsf-new): New variables.
8901 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8902 Replace variables old and new by declared variables.
8903 (calc-sel-reselect): New variable.
8904 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8905 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8906 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8907 reselect with declared variable.
8908
8909 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8910 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8911 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8912 (math-import-list, math-rewrite-phase): Declare them.
8913 (math-rewrite): Use let* to declare variables.
8914 (calc-rewrite-selection): Make rules a local variable.
8915 (calc-rewr-sel): New variable.
8916 (calc-rewrite-selection, calc-locate-selection-marker)
8917 (calc-rewrite): Use the declared variable calc-rewr-sel instead
8918 of sel.
8919 (math-rewrite-whole-expr): New variable.
8920 (math-rewrite, math-rewrite-phase): Replace variable expr by
8921 declared variable.
8922 (math-rewrite-heads-heads, math-rewrite-heads-skips)
8923 (math-rewrite-heads-blanks ): New variables.
8924 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8925 heads, skips and blanks by declared variables.
8926 (math-rwcomp-subst-old, math-rwcomp-subst-new)
8927 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8928 New variables.
8929 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8930 old, new, old-func and new-func by declared variables.
8931 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8932 Remove unnecessary variable.
8933 (math-apply-rw-regs): New variable.
8934 (math-apply-rewrites, math-rwapply-replace-regs)
8935 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8936 (math-apply-rw-ruleset): New variable.
8937 (math-apply-rewrites, math-rwapply-remember): Replace variable
8938 ruleset by declared variable.
8939
8940 2004-11-19 Richard M. Stallman <rms@gnu.org>
8941
8942 * info.el (Info-search): Use search-whitespace-regexp.
8943
8944 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8945
8946 * vc-rcs.el (vc-rcs-parse): New function.
8947 (vc-rcs-annotate-command): Likewise.
8948 (vc-rcs-annotate-current-time): Likewise.
8949 (vc-rcs-annotate-time): Likewise.
8950 (vc-rcs-annotate-extract-revision-at-line): Likewise.
8951
8952 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8953
8954 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8955
8956 2004-11-18 Jay Belanger <belanger@truman.edu>
8957
8958 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8959
8960 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8961
8962 * printing.el: Eliminate use of interactive-p and eval-and-compile.
8963 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8964 Use make-temp-file to generate PostScript files in any situation.
8965 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8966 (pr-interactive-p): Eliminate var.
8967 (pr-save-interactive): Eliminate macro.
8968 (pr-interface, pr-ps-directory-preview)
8969 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8970 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8971 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8972 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8973 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8974 (pr-ps-region-ps-print, pr-ps-mode-preview)
8975 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8976 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8977 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8978 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8979 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8980 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8981 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8982 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8983 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8984 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8985 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8986 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8987 Eliminate pr-save-interactive usage.
8988 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8989 Eliminate pr-interactive-p usage.
8990 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8991 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8992 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8993 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8994 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8995 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8996 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8997 New funs.
8998 (pr-ps-file): Use make-temp-file to generate a temporary file.
8999
9000 2004-11-17 Jay Belanger <belanger@truman.edu>
9001
9002 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9003 a local variable.
9004 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9005 (math-top-only): New variable.
9006 (math-simplify, math-simplify-step): Replace variable top-only by
9007 declared variable math-top-only.
9008 (math-simplify-expr): Declare it.
9009 Replace argument expr in all calls of math-defsimplify by
9010 math-simplify-expr.
9011 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9012 (math-simplify-divisor, math-simplify-one-divisor)
9013 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9014 (math-simplify-pow): Replace variable expr by declared variable
9015 math-simplify-expr.
9016 (math-simplify-divisor): Remove local variables temp and op.
9017 (math-simplify-one-divisor): Make temp and op local variables.
9018 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9019 New variables.
9020 (math-simplify-divisor, math-simplify-one-divisor):
9021 Replace variables nover and dover by declared variables.
9022 (math-expr-subst-new, math-expr-subst-old): New variables.
9023 (math-expr-subst, math-expr-subst-rec): Replace variables new
9024 and old by declared variables.
9025 (math-is-poly-degree, math-is-poly-loose): New variables.
9026 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9027 and loose by declared variables.
9028 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9029 (math-polynomial-base, math-polynomial-base-rec):
9030 Replace variables const-ok and mpb-pred by declared variables.
9031
9032 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9033
9034 * calc/calc-ext.el (math-defsimplify): Change the argument in
9035 the created function to math-simplify-expr.
9036
9037 * calc/calc-units.el (math-simplify-expr): Declare it.
9038 Replace argument expr in all calls of math-defsimplify by
9039 math-simplify-expr.
9040 (math-simplify-units-prod): Replace variable expr by declared
9041 variable math-simplify-expr.
9042
9043 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9046 Replace mapcar->dolist, format->string.
9047
9048 2004-11-17 Miles Bader <miles@gnu.org>
9049
9050 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9051 * progmodes/idlwave.el: Remove RCS keywords.
9052
9053 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9054
9055 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9056 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9057 Update to IDLWAVE version 5.5. Too many changes to list them here.
9058 * progmodes/idlw-help.el: New file.
9059
9060 2004-11-16 Richard M. Stallman <rms@gnu.org>
9061
9062 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9063 Discard spaces after \i according to TeX rules.
9064
9065 * international/mule.el (set-buffer-file-coding-system):
9066 New arg NOMODIFY.
9067 (after-insert-file-set-coding): Pass that new arg.
9068 Prevent set-buffer-multibyte from trying to lock the file.
9069
9070 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9071
9072 * saveplace.el (save-place): Doc fix.
9073
9074 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9075 temporarily widen before finding the following word to copy.
9076
9077 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9078 (cl-map-keymap): Definition deleted.
9079
9080 * subr.el (map-keymap-internal): New function.
9081
9082 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9085 when pressing rather than when releasing mouse-2. Simplify.
9086
9087 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9090 (compilation-mode): Set it here instead.
9091
9092 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9093
9094 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9095 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9096
9097 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * progmodes/compile.el (compilation-internal-error-properties):
9100 Fix up a transposition-typo. Check end-col before using it.
9101
9102 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9103
9104 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9105 Discard whitespace after macro \i when converting it.
9106
9107 2004-11-16 Juri Linkov <juri@jurta.org>
9108
9109 * emacs-lisp/find-func.el (find-function-regexp):
9110 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9111 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9112 Remove invalid `\W' from [^cgv\W]. Doc fix.
9113 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9114
9115 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9116
9117 * play/life.el: Maintainer is now FSF.
9118 (life-patterns, life-neighbor-deltas, life-window-start)
9119 (life-current-generation, life-generation-string): Use defvar
9120 instead of defconst.
9121
9122 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * progmodes/compile.el (compilation-move-to-column): New fun.
9125 (compilation-internal-error-properties)
9126 (compilation-next-error-function): Use it to make sure we don't go past
9127 the end of line.
9128
9129 2004-11-15 John Paul Wallington <jpw@gnu.org>
9130
9131 * autoinsert.el (auto-insert-alist): Insert the user's name in
9132 copyright notice, rather than Free Software Foundation, for the
9133 Emacs Lisp header case too.
9134
9135 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9136
9137 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9138 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9139 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9140 return the list of string in a string.
9141 (pr-call-process): Message if calling process returns an error, that
9142 is, the exit status is different of zero.
9143
9144 2004-11-15 Jay Belanger <belanger@truman.edu>
9145
9146 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9147 variable var-thing.
9148 (math-integ-depth, math-integ-level, math-integral-limit)
9149 (math-enable-subst, math-any-substs, math-integ-msg)
9150 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9151 (math-int-threshold, math-int-factors, math-double-roots)
9152 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9153 (var-GenCount): Declare these variables.
9154 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9155 (math-integral-cache, math-integral-cache-state):
9156 Move declarations to earlier in the file.
9157 (math-deriv-var, math-deriv-total, math-deriv-symb)
9158 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9159 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9160 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9161 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9162 (math-solve-res): New variables
9163 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9164 (math-integral, math-replace-integral-parts)
9165 (math-integrate-by-parts, calc-dump-integral-cache)
9166 (math-try-integral, math-do-integral, math-do-integral)
9167 (math-do-integral-methods, math-try-solve-for)
9168 (math-try-solve-prod, math-solve-poly-funny-powers)
9169 (math-solve-crunch-poly, math-decompose-poly)
9170 (math-solve-find-root-term, math-find-root-in-prod)
9171 (math-integ-try-linear-substitutions)
9172 (math-integ-try-substitutions, math-expr-rational-in)
9173 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9174 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9175 (math-solve-for, math-solve-system, math-solve-system-rec)
9176 (math-solve-get-sign, math-solve-get-int)
9177 (math-solve-system-subst): Replace undeclared variables with newly
9178 declared variables.
9179
9180 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * winner.el (winner-active-region, winner-edges, winner-window-list):
9183 Define at toplevel.
9184 (winner-mode-map): Move init inside declaration.
9185
9186 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9187
9188 * files.el (convert-standard-filename): Doc fix.
9189
9190 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9191
9192 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9193 passwd, group, shadow, default/* and pam.d/*.
9194
9195 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9196
9197 * printing.el (pr-menu-spec): Adjust menu specification.
9198
9199 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9200
9201 * printing.el: Doc fix. Insert :version tag into all defcustom.
9202 Handle interactive-p as is recommended in Emacs Lisp Reference.
9203 Set the file permission bits for newly created files.
9204 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9205 The printing menu specification (in `pr-menu-spec') was merged.
9206 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9207 (pr-version): New version number (6.8.3).
9208 (pr-file-modes): New option.
9209 (pr-interactive-p): New var.
9210 (pr-save-interactive, pr-save-file-modes): New macros.
9211 (pr-setup): Code fix.
9212 (pr-menu-spec): Menu specification merged.
9213 (pr-call-process, pr-text2ps): Set file permission bits.
9214 (pr-despool-print): Set file permission bits. Handle interactive-p as
9215 is recommended.
9216 (pr-interface, pr-ps-directory-preview)
9217 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9218 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9219 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9220 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9221 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9222 (pr-ps-region-ps-print, pr-ps-mode-preview)
9223 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9224 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9225 (pr-despool-using-ghostscript, pr-despool-ps-print)
9226 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9227 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9228 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9229 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9230 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9231 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9232 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9233 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9234 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9235 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9236 Handle interactive-p as is recommended.
9237
9238 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9241 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9242
9243 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9244 so it doesn't forget to highlight the beginning of the region either.
9245
9246 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9247
9248 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9249 (c-font-lock-init): Eliminate obsolete make-local-hook.
9250 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9251 (awk-mode): Use run-mode-hooks.
9252
9253 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9254
9255 2004-11-13 Kim F. Storm <storm@cua.dk>
9256
9257 * mouse.el (mouse-drag-copy-region): Add :version.
9258 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9259 while dragging mode line, so mode line can be dragged downwards.
9260 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9261 while pressing mouse button so window doesn't scroll until we
9262 release the mouse if clicking on partially visible line.
9263
9264 2004-11-12 Jay Belanger <belanger@truman.edu>
9265
9266 * calc/calc-graph.el (calc-dumb-map): Declare it.
9267 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9268 than unbound.
9269 (calc-graph-name): Made `end' a local variable.
9270 (calc-graph-lookup): Made `varname' a local variable.
9271 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9272 Declare them.
9273 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9274 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9275 the unused variable y3vec.
9276 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9277 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9278 calc-graph-prev-kill-hook.
9279 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9280 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9281 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9282 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9283 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9284 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9285 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9286 (calc-graph-y3value, calc-graph-y3name)
9287 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9288 (calc-graph-stepcount, calc-graph-is-splot)
9289 (calc-graph-surprise-splot, calc-graph-blank)
9290 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9291 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9292 (calc-graph-recompute-2d, calc-graph-compute-3d)
9293 (calc-graph-format-data): Replace undeclared variables with the
9294 above newly declared variables.
9295
9296 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9297
9298 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9299 `rsf-beep' and `rsf-sleep-after-message'.
9300
9301 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9302 list if `message-sender' is non-nil.
9303
9304 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9305
9306 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9307 consing by using mapc instead of mapcar.
9308
9309 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9310
9311 * tooltip.el (require): Explain why CL is needed.
9312
9313 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9314
9315 * printing.el: Insert :version into defgroup (printing). All reference
9316 to Files option in menubar were changed to File.
9317 (pr-version): New version number (6.8.2).
9318 (pr-get-symbol): Call easy-menu-intern.
9319 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9320 compilation gripes.
9321
9322 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9325 new byte-compile-function-environment binding to t.
9326
9327 * font-lock.el (font-lock-fontify-syntactically-region):
9328 Don't forget to highlight the last char when we hit `end'.
9329
9330 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9331 (mwheel-scroll): Adjust accordingly.
9332
9333 * cvs-status.el: Reduce spurious warnings.
9334 (cvs-status-checkout): Remove.
9335 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9336
9337 * pcvs.el (cvs-mode-checkout): New command.
9338
9339 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9340
9341 * tooltip.el: Require CL.
9342
9343 * emacs-lisp/bytecomp.el: Use push.
9344 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9345 (defalias): Remove the `byte-compile' property and add
9346 a `byte-hunk-handler'.
9347
9348 2004-11-11 Juri Linkov <juri@jurta.org>
9349
9350 * info.el (Info-search): Save match data for isearch.
9351 Skip Tag Table node.
9352
9353 * descr-text.el (describe-char): Replace syntax-after with code
9354 from its previous version.
9355
9356 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9357 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9358
9359 * international/mule.el (sgml-html-meta-auto-coding-function):
9360 Remove > after <html to allow HTML attributes.
9361
9362 2004-11-11 Jay Belanger <belanger@truman.edu>
9363
9364 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9365 a variable.
9366 (calcFunc-dfac): Replace unbound max by n.
9367 (math-stirling-local-cache): New variable.
9368 (math-stirling-number, math-stirling-1, math-stirling-2):
9369 Replace the variable `cache' by the declared variable
9370 math-stirling-local-cache.
9371 (var-RandSeed): Declare it as a variable.
9372 (math-init-random-base, math-random-digit): Don't check to see if
9373 var-RandSeed is bound.
9374 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9375 Declare them instead of just setting them.
9376 (math-init-random-base): Made i a local variable.
9377 (math-random-digit): Made math-random-last a local variable.
9378 (math-prime-test-cache): Move declaration to before it is used.
9379 (math-prime-test-cache-k, math-prime-test-cache-q)
9380 (math-prime-test-cache-nm1, math-prime-factors-finished):
9381 Declare them as variables.
9382
9383 2004-11-11 Jay Belanger <belanger@truman.edu>
9384
9385 * calc/calc-ext.el (math-defcache): Use defvar for the new
9386 variables it creates.
9387
9388 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9389
9390 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9391 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9392 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9393 (desktop-save): Add :version.
9394
9395 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * printing.el (pr-get-symbol): Don't downcase.
9398
9399 2004-11-10 Jay Belanger <belanger@truman.edu>
9400
9401 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9402 string to kill-ring.
9403
9404 * calc/calc-aent.el (calc-alg-exp, math-toks)
9405 (math-exp-pos,math-exp-old-pos, math-exp-token)
9406 (math-exp-keep-spaces, math-exp-str): New variables.
9407 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9408 (calcAlg-enter): Use declared variable calc-alg-exp.
9409 (math-build-parse-table, math-find-user-token): Use declared
9410 variable math-toks.
9411 (math-read-exprs, math-read-token, calc-check-user-syntax)
9412 (calc-match-user-syntax, match-factor-after, math-read-factor):
9413 Use declared variables math-exp-pos math-exp-old-pos.
9414 (math-read-exprs, math-read-token, math-read-expr-level)
9415 (calc-check-user-syntax, calc-match-user-syntax)
9416 (match-factor-after, math-read-factor): Use declared variable
9417 math-exp-token.
9418 (math-read-exprs, math-read-expr-list, math-read-token)
9419 (math-read-factor): Use declared variable math-exp-keep-spaces.
9420 (math-read-exprs, math-read-token): Use declared variable
9421 math-exp-str.
9422 (calc-match-user-syntax): Make m a local variable.
9423
9424 * calc/calc-ext.el (math-read-expr): Use declared variables
9425 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9426 math-exp-keep-spaces.
9427
9428 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9429 variables math-exp-pos, math-exp-str.
9430
9431 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9432 math-exp-old-pos.
9433 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9434 (math-parse-eqn-prime): Use declared variable math-exp-token.
9435
9436 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9437 Use declared variable math-exp-pos.
9438 (math-check-for-commas): Use declared variable math-exp-str.
9439 (math-read-brackets): Use declared variables math-exp-old-pos,
9440 math-exp-keep-spaces.
9441 (math-read-brackets, math-read-vector, math-read-matrix):
9442 Use declared variable math-exp-token.
9443
9444 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9447 where the keymap is a symbol.
9448 (easy-menu-add-item): Use keymap-prompt. Simplify.
9449
9450 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9451
9452 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9453 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9454
9455 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9456
9457 * ebuff-menu.el: Doc fixes throughout.
9458 (electric-buffer-menu-mode-hook): New defvar.
9459
9460 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9461
9462 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9463 The resulting compiler warnings appear to be harmless.
9464
9465 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9466
9467 * textmodes/conf-mode.el: New file.
9468
9469 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9470
9471 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9474
9475 2004-11-09 Jay Belanger <belanger@truman.edu>
9476
9477 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9478
9479 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9480 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9481 (calc-z-prefix-help, calc-user-function-list): Use declared
9482 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9483 (math-map-tree, math-map-tree-rec): Use declared variables
9484 math-mt-many, math-mt-func.
9485 (math-read-expression, math-read-string): Use declared variable
9486 math-expr-data.
9487
9488 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9489 variable math-normalize-a.
9490
9491 * calc/calc.el (math-normalize-a): New variable.
9492 (math-normalize): Use declared variable math-normalize-a.
9493
9494 * calc/calc-poly.el (math-expand-form): Use declared variable
9495 math-mt-many.
9496
9497 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9498 Use declared variable math-mt-many.
9499 (math-rewrite): Use declared variable math-mt-func.
9500
9501 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9502 (math-read-matrix): Use declared variable math-expr-data.
9503
9504 * calc/calc-lang.el (math-parse-fortran-vector)
9505 (math-parse-fortran-vector-end, math-parse-tex-sum)
9506 (math-parse-eqn-matrix, math-parse-eqn-prime)
9507 (math-read-math-subscr): Use declared variable math-expr-data.
9508
9509 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9510 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9511 (calc-match-user-syntax, math-read-if, math-factor-after)
9512 (math-read-factor): Use declared variable math-expr-data.
9513
9514 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9515
9516 * calendar/diary-lib.el (diary-from-outlook)
9517 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9518 interactive-p; but rather new optional argument NOCONFIRM.
9519
9520 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9523 (easy-menu-name-match): Revert correspondingly.
9524
9525 2004-11-09 Richard M. Stallman <rms@gnu.org>
9526
9527 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9528 Turn off warnings for the new function even if definition not constant.
9529 If the definition isn't a quoted symbol, record (FUNCTION . t).
9530 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9531 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9532 (display-call-tree, byte-compile-arglist-warn):
9533 Handle t returned by byte-compile-fdefinition.
9534
9535 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9536
9537 * Makefile.in (maintainer-clean): Depend on distclean.
9538
9539 * help-fns.el (help-C-file-name): File name must be in build-files
9540 to be returned.
9541
9542 2004-11-09 Jay Belanger <belanger@truman.edu>
9543
9544 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9545 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9546
9547 * calc/calc.el (calc, calc-trail-display, calc-mode):
9548 Remove obsolete sections.
9549
9550 * calc/calc.el (calc-x-paste-text): Remove.
9551
9552 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9553 mouse-2.
9554
9555 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9556
9557 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9558 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9559 current frame (in case of recursive calls).
9560 (gdb-show-changed-values): Add :version keyword.
9561
9562 2004-11-09 Kenichi Handa <handa@m17n.org>
9563
9564 * international/mule-cmds.el: Change coding: tag back to
9565 iso-2022-7bit.
9566
9567 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * international/mule-cmds.el: Change coding-system to utf-8.
9570 (select-safe-coding-system-interactively):
9571 New function extracted from select-safe-coding-system.
9572 (select-safe-coding-system): Use it.
9573
9574 2004-11-08 Richard M. Stallman <rms@gnu.org>
9575
9576 * subr.el (syntax-after): Doc fix.
9577
9578 * paren.el (show-paren-function): Change calls to syntax-after
9579 for new way of returning the value.
9580
9581 * menu-bar.el (menu-bar-file-menu): Make this the real name
9582 and menu-bar-files-menu the alias. Use the former.
9583 (global-map): Use `file', not `files', as the symbol.
9584
9585 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9586
9587 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9588 Don't use beginning-of-buffer.
9589 (filesets-cmd-show-result): Use with-no-warnings.
9590
9591 2004-11-08 Juri Linkov <juri@jurta.org>
9592
9593 * progmodes/compile.el (compile): Don't overwrite last command in
9594 minibuffer history with default command if they are not equal.
9595
9596 2004-11-08 Jay Belanger <belanger@truman.edu>
9597
9598 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9599 non-linear substitutions.
9600
9601 2004-11-08 Jay Belanger <belanger@truman.edu>
9602
9603 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9604 (math-do-integral): Set `math-linear-subst-tried' to nil.
9605 (math-do-integral-methods): Use `math-linear-subst-tried' to
9606 determine what type of substitution to try.
9607 (math-integ-try-linear-substituion):
9608 Set `math-linear-subst-tried' to t.
9609
9610 2004-11-08 Kim F. Storm <storm@cua.dk>
9611
9612 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9613
9614 2004-11-07 Juri Linkov <juri@jurta.org>
9615
9616 * info-look.el (info-lookup): Allow reusing in the current buffer
9617 not only *info* buffer, but all (even renamed) Info buffers
9618 by checking for major-mode instead of *info* buffer name.
9619 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9620 (octave-mode, maxima-mode) <doc-spec>:
9621 Allow long dashes generated by Texinfo 4.7 before definitions.
9622 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9623 definitions with argument separated by space.
9624
9625 2004-11-06 Richard M. Stallman <rms@gnu.org>
9626
9627 * simple.el (next-error group, face): Move before first use.
9628 (next-error-highlight, next-error-highlight-no-select): Likewise.
9629
9630 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9631 (line-move): New args NOERROR and TO-END.
9632 Return t if if succeed in moving specified number of lines.
9633 (move-end-of-line): New function.
9634
9635 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9636 (end-of-buffer-other-window): Likewise.
9637
9638 * simple.el (line-move-ignore-invisible): Default to t.
9639
9640 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9641
9642 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9643
9644 * international/iso-cvt.el (iso-cvt-define-menu):
9645 Rename menu-bar-files-menu to menu-bar-file-menu.
9646
9647 * net/browse-url.el (browse-url-gnome-moz-program)
9648 (browse-url-gnome-moz-arguments): Move up before first use.
9649
9650 * net/tramp.el (tramp group): Add :version.
9651
9652 * progmodes/ada-xref.el (ada-gdb-application):
9653 Use goto-char instead of beginning-of-buffer.
9654
9655 * progmodes/cperl-mode.el (cperl-info-on-command):
9656 Use goto-char instead of beginning-of-buffer.
9657
9658 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9659 Move up before first use.
9660 (idlwave-shell-temp-pro-file): Likewise.
9661 (idlwave-shell-temp-rinfo-save-file): Likewise.
9662 (idlwave-shell-temp-file): Minor doc fix.
9663
9664 * textmodes/flyspell.el (flyspell-external-point-words):
9665 Use goto-char instead of beginning-of-buffer.
9666
9667 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9668
9669 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9670 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9671 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9672
9673 2004-11-06 David Ponce <david@dponce.com>
9674
9675 * recentf.el (recentf-menu-path): Use menu item name.
9676
9677 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9678
9679 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9680 display doesn't support images.
9681
9682 2004-11-06 Andreas Schwab <schwab@suse.de>
9683
9684 * tempo.el (tempo-match-finder): Doc fix.
9685
9686 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9687
9688 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9691 (easy-menu-lookup-name): New fun to replace it.
9692 (easy-menu-get-map): Use it to obey menu item names (rather than just
9693 keys) when looking up `path'.
9694 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9695 (easy-menu-convert-item-1): Adjust to new name.
9696
9697 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9698
9699 * outline.el (hide-body): Don't hide lines at the top of the file
9700 that precede the first header line.
9701
9702 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9703
9704 * align.el (align-areas): Delete whitespace before reindenting, so
9705 that tabs are never placed after spaces.
9706
9707 2004-11-06 Alan Shutko <ats@acm.org>
9708
9709 * macros.el (insert-kbd-macro): Do completions based on macros,
9710 rather than all commands.
9711
9712 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9713
9714 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9715 to solve a bug whereby tags with 'b' don't match.
9716
9717 2004-11-05 Juri Linkov <juri@jurta.org>
9718
9719 * info.el (Info-search): Don't search in node header lines
9720 and file headers.
9721
9722 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9723 symbol-constituent characters after dot, not only digits.
9724
9725 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9726
9727 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9728
9729 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9730
9731 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9732 if a dialog will be used, read-file-name otherwise.
9733
9734 2004-11-04 Richard M. Stallman <rms@gnu.org>
9735
9736 * textmodes/table.el (table group): Add :version.
9737
9738 * textmodes/ispell.el (ispell-word):
9739 Don't alter args; set them only thru `interactive' spec.
9740
9741 * textmodes/flyspell.el (flyspell-word):
9742 Don't alter FOLLOWING; set it only thru `interactive' spec.
9743
9744 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9745
9746 * net/browse-url.el (browse-url-maybe-new-window):
9747 Use called-interactively-p.
9748
9749 * mail/supercite.el (sc-cite-region):
9750 Don't use interactive-p. Add arg INTERACTIVE.
9751 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9752
9753 * international/mule-cmds.el (set-input-method, toggle-input-method):
9754 Don't use interactive-p. Add arg INTERACTIVE.
9755
9756 * eshell/esh-mode.el (eshell-show-maximum-output):
9757 Don't use interactive-p.
9758 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9759
9760 * mouse.el (mouse-show-mark): Get positions to delete from mark
9761 and point, not from mouse-drag-overlay.
9762
9763 * imenu.el (imenu-eager-completion-buffer): Add :version.
9764
9765 * filesets.el (filesets group): Add :version.
9766
9767 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9768
9769 * files.el (xml-based-modes): Delete var.
9770 (magic-mode-alist): New more general var.
9771 (set-auto-mode): Use it.
9772
9773 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9774 when clicking from another window.
9775
9776 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9777
9778 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9779 (vc-cvs-annotate-time): Incorporate value of deleted var.
9780 Remove special-case handling of beginning-of-buffer cruft.
9781 Cache ending position (point) and return value in text property
9782 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9783
9784 * vc-cvs.el (vc-cvs-annotate-command):
9785 Delete extraneous lines from beginning of buffer.
9786 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9787
9788 * progmodes/grep.el (grep-default-command): Take empty string
9789 for tag if all other methods yield nil. Shell-quote the tag.
9790
9791 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9792 spec in `interactive' form, and mention it in the docstring.
9793 Also, make sure point is at bol after calling `annotate-time'.
9794
9795 2004-11-02 Richard M. Stallman <rms@gnu.org>
9796
9797 * cus-edit.el (customize-group-other-window):
9798 Select the window that displays the custom buffer.
9799 (custom-buffer-create-other-window): Likewise.
9800
9801 * comint.el (comint-insert-input): Fix previous change.
9802
9803 * emacs-lisp/elp.el (elp-instrument-function):
9804 Use called-interactively-p.
9805
9806 * emacs-lisp/easymenu.el (easy-menu-intern):
9807 Don't downcase; rather, case-flip the first letter of each word.
9808
9809 * emacs-lisp/easy-mmode.el (define-minor-mode):
9810 Use called-interactively-p.
9811
9812 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9813 Add interactive-only.
9814 (byte-compile-warnings): Add interactive-only as option.
9815 (byte-compile-interactive-only-functions): New variable.
9816 (byte-compile-form): Warn about calls to functions
9817 in byte-compile-interactive-only-functions.
9818
9819 * emacs-lisp/autoload.el (update-file-autoloads):
9820 Don't use interactive-p; take new arg SAVE-AFTER.
9821
9822 * emacs-lisp/advice.el (ad-make-advised-definition):
9823 Use called-interactively-p.
9824
9825 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9826
9827 * files.el (find-file-existing): New function.
9828
9829 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9830 find-file-existing. Add "New File..." that calls find-file.
9831
9832 * diropen.pbm, diropen.xpm: New files.
9833
9834 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9835 icon diropen. New tool bar item find-file-existing uses icon open.
9836
9837 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9838 instead of read-file-name.
9839
9840 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9841
9842 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9843 (icalendar--split-value): Change name of work buffer.
9844 (icalendar--get-weekday-abbrev): Return nil on error.
9845 (icalendar--date-to-isodate): New function.
9846 (icalendar-convert-diary-to-ical)
9847 (icalendar-extract-ical-from-buffer): Use only two args for
9848 make-obsolete (XEmacs compatibility).
9849 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9850 (icalendar-export-region): Doc fix.
9851 If error, return non-nil and write errors to a buffer.
9852 Use correct weekday for weekly recurring events.
9853 Check whether date has been parsed for ordinary events.
9854 Make weekly events start in the year 2000.
9855 DTEND is non-inclusive, shift end date by one day if
9856 necessary (not for entries that have date and time).
9857 Rename local let variables: oops -> found-error, datestring ->
9858 startdatestring.
9859
9860 2004-11-02 Kim F. Storm <storm@cua.dk>
9861
9862 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9863 keep-mode-if-same variable. Add it as optional arg instead.
9864 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9865
9866 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9867 substitute-command-keys will select lower-case bindings like those
9868 used in the static help texts.
9869
9870 * descr-text.el (describe-text-properties): Don't err if called in
9871 the *Help* buffer; output to *Help-2* buffer instead.
9872
9873 * kmacro.el (group kmacro): Add :version.
9874 (kmacro-keyboard-quit): New function to cleanup on C-g.
9875 (kmacro-start-macro): Set defining-kbd-macro to append when
9876 appending to last macro.
9877
9878 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9879
9880 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9881
9882 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9883 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9884 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9885 Add :version keyword.
9886
9887 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9888
9889 * progmodes/flymake.el (flymake-err-line-patterns):
9890 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9891 `compilation-error-regexp-alist-alist' to internal Flymake format.
9892
9893 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9894
9895 2004-11-01 Jay Belanger <belanger@truman.edu>
9896
9897 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9898 with `interactive "s"'.
9899
9900 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9901
9902 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9903 Revert change from 2004-10-16. '*' checks the current buffer, but the
9904 mouse click may be in another buffer.
9905
9906 2004-11-01 John Paul Wallington <jpw@gnu.org>
9907
9908 * files.el (large-file-warning-threshold): Add :version keyword.
9909 (kill-some-buffers): Doc fix.
9910
9911 * thumbs.el (group thumbs): Add :version keyword.
9912
9913 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9914
9915 2004-11-01 Richard M. Stallman <rms@gnu.org>
9916
9917 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9918
9919 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9920
9921 * allout.el (allout group): Add :version.
9922 (allout-init): Don't use interactive-p.
9923 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9924 (allout-forward-current-level, allout-backward-current-level):
9925 Don't use interactive-p.
9926
9927 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9928 (bibtex-find-text): Likewise.
9929
9930 * progmodes/vhdl-mode.el (vhdl-fill-region)
9931 (vhdl-beginning-of-statement): Don't use interactive-p.
9932
9933 * progmodes/idlwave.el (idlwave-update-routine-info):
9934 Don't use interactive-p.
9935
9936 * progmodes/idlw-shell.el (idlwave-shell-send-char):
9937 Don't use interactive-p.
9938
9939 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9940 Don't use interactive-p.
9941
9942 * progmodes/ada-xref.el (ada-make-body-gnatstub):
9943 Don't use interactive-p.
9944
9945 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9946 (fortune-in-buffer): Doc fix.
9947
9948 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9949
9950 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9951 don't select the temporary buffer.
9952 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9953 (eudc-get-phone): Likewise.
9954
9955 2004-11-01 Kim F. Storm <storm@cua.dk>
9956
9957 * man.el (Man-xref-normal-file): Fix help-echo.
9958
9959 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * reveal.el (reveal-last-tick): New var.
9962 (reveal-post-command): Use it to avoid closing overlays when we're
9963 appending text to them.
9964
9965 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9966
9967 * textmodes/bibtex.el: Require button.
9968 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9969 (bibtex-reference-keys): Distinguish between header keys and
9970 crossref keys.
9971 (bibtex-beginning-of-field): New function.
9972 (bibtex-url-map): Remove.
9973 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9974 (bibtex-font-lock-url-regexp): Assume that field names begin at
9975 the beginning of a line.
9976 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
9977 Remove field delimiters. Use bibtex-beginning-of-field.
9978 Bugfix, point can be inside a field with a url.
9979 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9980 New functions.
9981 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9982 (bibtex-key-in-head): Simplify.
9983 (bibtex-current-line): Use bolp.
9984 (bibtex-parse-keys): Remove unused arg `add'.
9985 Use bibtex-type-in-head and bibtex-key-in-head.
9986 (bibtex-parse-entry, bibtex-autofill-entry):
9987 Use bibtex-type-in-head and bibtex-key-in-head.
9988 (bibtex-autokey-get-field): Do not alter case of replacement text.
9989 (bibtex-autokey-get-names): Do all processing of name list.
9990 (bibtex-autokey-get-year): New function.
9991 (bibtex-autokey-get-title): Do all processing of title words.
9992 (bibtex-generate-autokey): Simplify.
9993 (bibtex-string-files-init): Use default-directory.
9994 Allow for absolute file names in bibtex-string-files.
9995 (bibtex-files, bibtex-file-path): New variables.
9996 (bibtex-files-expand): New function.
9997 (bibtex-find-entry-globally): New command.
9998 (bibtex-summary-function): New variable.
9999 (bibtex-summary): Default value of bibtex-summary-function.
10000 (bibtex-find-crossref): New optional args pnt and split.
10001 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10002 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10003 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10004 Fix handling of required and alternative fields.
10005 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10006 Use cons and display-buffer.
10007 (bibtex-validate-globally): New command.
10008 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10009 bibtex-parse-keys and bibtex-parse-strings for updating
10010 bibtex-reference-keys and bibtex-strings.
10011 (bibtex-realign): Remove blank lines past the last entry.
10012 (bibtex-reformat): Use bibtex-entry-format as default.
10013 (bibtex-choose-completion-string): Remove.
10014 (bibtex-complete): Do not use bibtex-choose-completion-string.
10015 (bibtex-url): Simplify.
10016
10017 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10018
10019 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10020 (x-dnd-types-alist, x-dnd-open-file-other-window)
10021 (x-dnd-known-types): Add :version.
10022
10023 2004-10-31 John Paul Wallington <jpw@gnu.org>
10024
10025 * ibuffer.el (group ibuffer): Add :version keyword.
10026
10027 2004-10-31 Kim F. Storm <storm@cua.dk>
10028
10029 * ido.el (group ido): Add :version keyword.
10030 (ido-mode): Remove :version keyword.
10031
10032 * emulation/cua-base.el (group cua): Add :version keyword.
10033 (cua-mode): Remove :version keyword.
10034
10035 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10036
10037 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10038
10039 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10040 compiler warning.
10041 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10042 function.
10043 (help-at-pt-display-when-idle): Remove autoload.
10044
10045 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10048
10049 2004-10-30 Juri Linkov <juri@jurta.org>
10050
10051 * help.el (function-called-at-point):
10052 * help-fns.el (variable-at-point): Read -> intern.
10053
10054 2004-10-30 Simon Josefsson <jas@extundo.com>
10055
10056 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10057 Recognize AS_* too.
10058
10059 2004-10-29 Simon Josefsson <jas@extundo.com>
10060
10061 * subr.el (read-passwd): Move back from password.el.
10062
10063 * password.el: Remove, not ready yet.
10064
10065 2004-10-29 Andreas Schwab <schwab@suse.de>
10066
10067 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10068
10069 2004-10-29 Sam Steingold <sds@gnu.org>
10070
10071 * mouse.el (mouse-show-mark): Replace the last occurrence of
10072 x-lost-selection-hooks with x-lost-selection-functions.
10073
10074 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10075
10076 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10077 x-lost-selection-functions is bound.
10078
10079 * mouse-sel.el (mouse-sel-mode):
10080 * emacs-lisp/lselect.el: Adjust to new names for
10081 x-(lost|sent)-selection-functions.
10082
10083 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10084 New obsolete aliases of x-lost-selection-functions and
10085 x-sent-selection-functions.
10086
10087 2004-10-28 Kim F. Storm <storm@cua.dk>
10088
10089 * imenu.el (imenu-scanning-message): Remove.
10090 (imenu-progress-message): Make it a no-op.
10091
10092 2004-10-28 John Paul Wallington <jpw@gnu.org>
10093
10094 * files.el (set-auto-mode): Call `throw' correctly.
10095
10096 2004-10-28 Juri Linkov <juri@jurta.org>
10097
10098 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10099 to search `Info-...' commands in `info' manual.
10100 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10101 Add 'info-file "emacs" property.
10102 (Info-find-emacs-command-nodes): Fix index line number regexp.
10103 Set real line number (instead of fake 0) in first element of the
10104 returned list.
10105 (Info-goto-emacs-command-node): Use line number of first element
10106 to set point in the first found Info node.
10107
10108 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10109 code to `grep-mode-font-lock-keywords'.
10110 (grep-mode-font-lock-keywords): Delete grep markers instead
10111 of making them invisible.
10112
10113 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10114
10115 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10116 and x-server-version in bug report.
10117
10118 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10119
10120 * files.el (set-auto-mode-0): New function.
10121 (set-auto-mode): Use it to handle aliased modes and to
10122 be consistent between C-x C-f and C-x C-w.
10123
10124 2004-10-28 Kenichi Handa <handa@m17n.org>
10125
10126 * international/utf-8.el (utf-translate-cjk-charsets):
10127 Add katakana-jisx0201.
10128
10129 * international/subst-jis.el: Add data for JISX0201.
10130
10131 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * obsolete/hilit19.el (hilit-mode): New function.
10134 Move all the toplevel side-effecting stuff into it, so that loading
10135 hilit19 doesn't mess everything up any more.
10136
10137 2004-10-27 Richard M. Stallman <rms@gnu.org>
10138
10139 * add-log.el (add-change-log-entry): Set up mailing address
10140 and full name later, and don't alter add-log-mailing-address
10141 or add-log-full-name.
10142
10143 * elide-head.el (elide-head): Change error to message.
10144 (elide-head-show): Likewise.
10145
10146 * apropos.el (apropos-macrop): Doc fix.
10147
10148 * mouse.el (mouse-show-mark): Do most processing the same
10149 regardless of transient-mark-mode.
10150
10151 * shadowfile.el (shadow-copy-files): Use interactive-p
10152 only to control whether to print a message.
10153
10154 * tar-mode.el (tar-mode): Use write-contents-functions,
10155 not write-contents-hooks.
10156
10157 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10158 directory-sep-char.
10159
10160 2004-10-27 Richard M. Stallman <rms@gnu.org>
10161
10162 * strokes.el (strokes-unload-hook): Fix previous change.
10163
10164 * type-break.el (type-break-run-at-time): Always use run-at-time;
10165 forget the alternatives.
10166 (type-break-cancel-function-timers): Always use cancel-function-timers;
10167 forget the alternatives.
10168
10169 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10170
10171 2004-10-27 Kenichi Handa <handa@m17n.org>
10172
10173 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10174
10175 * international/subst-gb2312.el: Likewise.
10176
10177 * international/subst-big5.el: Likewise.
10178
10179 * international/subst-ksc.el: Likewise.
10180
10181 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10182 New variable.
10183 (utf-translate-cjk-set-unicode-range): New function.
10184 (utf-translate-cjk-unicode-range): Make it customizable.
10185 (utf-8-post-read-conversion):
10186 Use utf-translate-cjk-unicode-range-string.
10187 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10188 Unicode ranges.
10189
10190 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10191
10192 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10193 trivial variants to shorten the list.
10194 (xml-based-modes): New var.
10195 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10196 declaration higher priority than auto-mode-alist.
10197
10198 * find-file.el (cc-other-file-alist): Bring it in line with
10199 cc-mode's auto-mode-alist entries and use \' instead of $.
10200
10201 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10202 and add "Id" and "Name" submenus to it.
10203
10204 * imenu.el (imenu--generic-function): Skip matches in comments.
10205
10206 2004-10-26 Jay Belanger <belanger@truman.edu>
10207
10208 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10209 (full-calc-keypad, calc-trail-display): Use an extra argument
10210 instead of `interactive-p'.
10211
10212 * calc/calc-misc.el (calc-other-window): Use an extra argument
10213 instead of `interactive-p'.
10214
10215 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10216 `interactive-p'.
10217
10218 2004-10-26 Kim F. Storm <storm@cua.dk>
10219
10220 * help.el (describe-key): Describe both down-event and up-event
10221 for a mouse click.
10222
10223 2004-10-26 Richard M. Stallman <rms@gnu.org>
10224
10225 * woman.el (woman): Don't call interactive-p.
10226
10227 * pcomplete.el (pcomplete): Instead of interactive-p,
10228 use an arg set non-nil by the interactive spec.
10229
10230 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10231 use an arg set non-nil by the interactive spec.
10232
10233 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10234 use an arg set non-nil by the interactive spec.
10235
10236 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10237
10238 * progmodes/flymake.el (flymake-split-string):
10239 Use `flymake-split-string-remove-empty-edges' in any case.
10240
10241 2004-10-26 Masatake YAMATO <jet@gyve.org>
10242
10243 * progmodes/flymake.el (flymake-err-line-patterns):
10244 Use `compilation-error-regexp-alist-alist' instead of
10245 `compilation-error-regexp-alist'.
10246
10247 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10250 verbatim face on the \ of \end{verbatim}.
10251
10252 2004-10-25 Jay Belanger <belanger@truman.edu>
10253
10254 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10255 erasing minibuffer.
10256
10257 2004-10-25 Simon Josefsson <jas@extundo.com>
10258
10259 * subr.el (read-passwd): Move to net/password.el.
10260
10261 * net/password.el (read-passwd): Add. Autoload it.
10262
10263 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10264
10265 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10266
10267 * simple.el (process-file): Fix logic.
10268
10269 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10270
10271 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10272 (increase-right-margin): Remove erroneous call to `interactive-p'.
10273
10274 2004-10-24 Kim F. Storm <storm@cua.dk>
10275
10276 * help.el (describe-mode): Fix 2004-10-13 change.
10277 Copy pure "Auto Fill" string so it can be propertized later
10278 without causing a read-only error.
10279
10280 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10281
10282 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10283 style indexes.
10284
10285 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10286
10287 * simple.el (process-file): Accept nil for INFILE. Reported by
10288 Luc Teirlinck.
10289
10290 2004-10-24 Masatake YAMATO <jet@gyve.org>
10291
10292 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10293 Handle periods and underscores in a function name.
10294 Remove the address fontification.
10295
10296 2004-10-24 Masatake YAMATO <jet@gyve.org>
10297
10298 * progmodes/asm-mode.el (asm-font-lock-keywords):
10299 Use font-lock-variable-name-face for registers.
10300
10301 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10302
10303 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10304 kill-all-local-variables.
10305 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10306 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10307 Use kill-all-local-variables and provide mode-hooks.
10308 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10309 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10310 Suggested by Masatake YAMATO <jet@gyve.org>.
10311
10312 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10313
10314 * simple.el (process-file): New function, similar to call-process
10315 but supports file handlers.
10316 * vc.el (vc-do-command): Use it, instead of call-process.
10317 * net/tramp-vc.el (vc-do-command): Do not advise it if
10318 process-file is fboundp.
10319 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10320 process-file.
10321 (tramp-handle-process-file): New function.
10322 (tramp-file-name-for-operation): Support process-file.
10323
10324 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10325
10326 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10327 (icalendar-weekdayabbrev-table)
10328 (icalendar-monthnumber-table): Delete.
10329 (icalendar--get-month-number): Use calendar-month-name-array.
10330 (icalendar--get-weekday-number): New function.
10331 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10332 (icalendar-export-region): Handle multi-line entries.
10333 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10334
10335 2004-10-23 John Paul Wallington <jpw@gnu.org>
10336
10337 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10338 `wildcards' set to t in interactive spec.
10339
10340 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10341 interactive spec rather than use `interactive-p'.
10342 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10343 rather than use function `interactive-p'.
10344
10345 2004-10-22 Kenichi Handa <handa@m17n.org>
10346
10347 * international/mule.el (translate-region): Implement it in Lisp
10348 as a front end of translate-region-internal.
10349
10350 2004-10-21 Jay Belanger <belanger@truman.edu>
10351
10352 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10353 Declare these variables with defvar.
10354
10355 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10356 is bound, only check to see if it is bound.
10357
10358 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10361 Don't output messages.
10362
10363 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10364
10365 2004-10-21 John Paul Wallington <jpw@gnu.org>
10366
10367 * calc/calc-graph.el (calc-graph-init):
10368 Use `set-process-query-on-exit-flag'.
10369
10370 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10371
10372 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10373 dir right and also allow argumentless cd.
10374
10375 2004-10-19 Richard M. Stallman <rms@gnu.org>
10376
10377 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10378
10379 * eshell/em-unix.el (eshell-grep):
10380 Don't bind compilation-process-setup-function.
10381
10382 * comint.el (comint-insert-input): Use @ in `interactive'.
10383 (comint-input-filter-functions): Doc fix.
10384 (comint-kill-whole-line, comint-get-source): Doc fix.
10385
10386 * progmodes/compile.el (compilation-setup):
10387 Don't set buffer-read-only if MINOR is non-nil.
10388
10389 2004-10-19 Jay Belanger <belanger@truman.edu>
10390
10391 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10392 (calc-emacs-type-gnu19): Remove.
10393 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10394 Remove check for old emacs versions.
10395
10396 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10397 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10398 for current Emacs.
10399
10400 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10401 the end of the minibuffer.
10402 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10403 copy `esc-map'.
10404
10405 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10406
10407 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10408 call that would be given when the current emacs was used.
10409
10410 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10411
10412 * calendar/icalendar.el: Set coding to utf-8.
10413 (icalendar-version): Increase to 0.07.
10414 (icalendar-monthnumber-table): Change March pattern.
10415 (icalendar-get-all-event-properties)
10416 (icalendar-set-event-property): Delete.
10417 (icalendar-all-events): No longer interactive.
10418 (icalendar-convert-diary-to-ical)
10419 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10420 their replacements.
10421 (icalendar-export-file, icalendar-export-region): New functions;
10422 essentially old `icalendar-convert-diary-to-ical' but appending to
10423 target rather than overwriting.
10424 (icalendar-import-file): Append to target file rather than
10425 overwriting. Fourth arg deleted.
10426 (icalendar-import-buffer): New name for old
10427 `icalendar-extract-ical-from-buffer'.
10428 (icalendar--convert-string-for-import): New name for
10429 old `icalendar-convert-for-import'.
10430 (include-icalendar-files): Delete.
10431 Prefix for all internal functions changed from `icalendar-'
10432 to `icalendar--'.
10433
10434 2004-10-19 Richard M. Stallman <rms@gnu.org>
10435
10436 * paths.el (news-path): Fix previous change.
10437
10438 2004-10-18 Jay Belanger <belanger@truman.edu>
10439
10440 * calc/calc-help.el (calc-describe-bindings):
10441 Set `buffer-read-only' to nil while working in the keybindings buffer;
10442 remove some extra information from the keybindings buffer.
10443
10444 2004-10-18 David Ponce <david@dponce.com>
10445
10446 * mouse.el (mouse-drag-move-window-top): New function.
10447 (mouse-drag-mode-line-1): Use it.
10448
10449 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10450
10451 * info.el (Info-fontify-node): For multiline refs,
10452 arrange to unfontify newline and surrounding whitespace.
10453
10454 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10457 directory is missing.
10458
10459 2004-10-17 John Paul Wallington <jpw@gnu.org>
10460
10461 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10462 New customizable variable; whether to display buffers that match
10463 `ibuffer-maybe-show-predicates' by default.
10464 (ibuffer-maybe-show-predicates): Mention it in docstring.
10465 (ibuffer-display-maybe-show-predicates): New variable.
10466 (ibuffer-update): Prefix arg now toggles whether buffers that
10467 match `ibuffer-maybe-show-predicates' should be displayed.
10468 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10469 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10470 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10471
10472 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10473
10474 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10475 work correctly.
10476
10477 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10478
10479 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10480 (Buffer-menu-beginning): New helper function.
10481 (Buffer-menu-execute): Use it.
10482 (Buffer-menu-select): Use it.
10483 (Buffer-menu-sort): Use it and also keep markers.
10484
10485 2004-10-17 Richard M. Stallman <rms@gnu.org>
10486
10487 * paths.el (news-directory): Rename from news-path. Old name alias.
10488 (rmail-spool-directory): Use defvar.
10489 (sendmail-program): Use defcustom.
10490 (remote-shell-program): Use defcustom.
10491 (term-file-prefix): Use defvar.
10492 (abbrev-file-name): Use defvar.
10493
10494 * term.el: Add maintainer.
10495
10496 * subr.el (with-local-quit): Return nil if there's a quit.
10497 (read-passwd): Use with-local-quit. Doc fix.
10498
10499 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10500 (strokes-unload-hook): Set as a variable with add-hook.
10501
10502 * startup.el (fancy-splash-tail, normal-splash-screen):
10503 Update copyright year.
10504
10505 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10506
10507 * server.el (server-unload-hook): Set as a variable with add-hook.
10508
10509 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10510
10511 * frame.el (special-display-popup-frame):
10512 Make the buffer current as its frame is created.
10513
10514 * delsel.el (delsel-unload-hook): Set as a variable.
10515
10516 * comint.el (comint-output-filter-functions):
10517 Add comint-watch-for-password-prompt.
10518 (comint-read-noecho): Function deleted.
10519 (send-invisible): Use read-passwd.
10520
10521 * fringe.el (fringe-mode-initialize): New function.
10522 (fringe-mode): Use fringe-mode-initialize as :initialize.
10523
10524 2004-10-17 Kim F. Storm <storm@cua.dk>
10525
10526 * language/indian.el (indian-script-language-alist): Swap value and doc.
10527 (indian-font-char-index-table): Doc fix.
10528
10529 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10532
10533 2004-10-16 Juri Linkov <juri@jurta.org>
10534
10535 * progmodes/compile.el (compilation-start): Move let-binding of
10536 `process-environment' into `with-current-buffer' body.
10537 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10538
10539 2004-10-16 Richard M. Stallman <rms@gnu.org>
10540
10541 * pcvs-util.el (cvs-bury-buffer):
10542 Don't call get-buffer-window for effect.
10543
10544 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10545
10546 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10547
10548 * msb.el (msb-unload-hook): Set the variable.
10549
10550 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10551 Use * to err if buffer is readonly.
10552
10553 * subr.el (looking-back): Return only t or nil.
10554
10555 * whitespace.el (whitespace-unload-hook): Set the variable.
10556
10557 * view.el (view-mode-enable): Set view-page-size and
10558 view-half-page-size to nil.
10559 (view-set-half-page-size-default): view-half-page-size = nil
10560 means the default.
10561 (View-scroll-page-forward): Use view-page-size-default.
10562 (View-scroll-page-backward): Likewise.
10563 (view-page-size, view-half-page-size): Doc fixes.
10564
10565 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10566
10567 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10568
10569 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10570 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10571 (byte-compile-log-1): Bind inhibit-read-only.
10572 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10573 (byte-compile-log-warning): Likewise.
10574 (byte-compile-file-form-require): Detect "cl" from the arg value.
10575
10576 * progmodes/compile.el (compilation-start): Assume compilation-mode
10577 will make the buffer read-only.
10578 (compilation-mode): Take arg name-of-mode.
10579 (compilation-setup): Make buffer read-only.
10580 (compilation-handle-exit): Bind inhibit-read-only.
10581
10582 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10583 (ispell-message): Likewise.
10584 (ispell-show-choices): Don't call get-buffer-window uselessly.
10585 (ispell-init-process): Use set-process-query-on-exit-flag.
10586
10587 2004-10-16 Kim F. Storm <storm@cua.dk>
10588
10589 * fringe.el (fringe-bitmaps): Only initialize when defined.
10590
10591 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10592 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10593
10594 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10595
10596 2004-10-15 Simon Josefsson <jas@extundo.com>
10597
10598 * net/password.el: Add.
10599
10600 2004-10-14 Masatake YAMATO <jet@gyve.org>
10601
10602 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10603 (gdb-script-end-of-defun): New function.
10604 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10605 `gdb-script-end-of-defun' as *-of-defun-function.
10606
10607 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10608
10609 * button.el (button-activate): Allow a marker to display as an action.
10610
10611 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10612
10613 * help.el (describe-mode): Use it to make minor mode list into
10614 hyperlinks.
10615
10616 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * vc.el (vc-annotate-display-select): Fix typo.
10619
10620 * subr.el (substitute-key-definition-key): New function.
10621 (substitute-key-definition): Use it with map-keymap.
10622 (event-modifiers): Use push.
10623 (mouse-movement-p, with-temp-buffer): Simplify.
10624
10625 2004-10-12 Jay Belanger <belanger@truman.edu>
10626
10627 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10628 New variables.
10629 (calc-help-index-entries): New function.
10630 (calc-describe-function): Use `calc-help-function-list' instead of
10631 obarray for completion.
10632 (calc-describe-variable): Use `calc-help-variable-list' instead
10633 of obarray for completion.
10634
10635 2004-10-12 Richard M. Stallman <rms@gnu.org>
10636
10637 * info-look.el (info-lookup-file): Add info-file property.
10638 (info-lookup-symbol): Likewise.
10639
10640 * info.el (info-xref): Add underlining.
10641 (info): Add info-file property.
10642 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10643
10644 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10645
10646 Sync with Tramp 2.0.45.
10647
10648 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10649 defined. This is not the case for XEmacs without package "edebug".
10650 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10651 remote files to the permissions of the original file. This is not
10652 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10653 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10654 (tramp-perl-decode): Fix an error in Perl implementation.
10655 $pending must be cleared every loop. Reported by Benjamin Place
10656 <benjaminplace@sprintmail.com>
10657
10658 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10659 Don't activate advice during definition. This is done later on,
10660 depending on test result of `substitute-in-file-name'.
10661 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10662
10663 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10664
10665 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10666
10667 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10668
10669 2004-10-12 David Ponce <david@dponce.com>
10670
10671 * recentf.el (recentf-edit-list): Update the menu when the recentf
10672 list has been modified.
10673
10674 2004-10-12 Simon Josefsson <jas@extundo.com>
10675
10676 * net/tls.el (tls-certtool-program): New variable.
10677 (tls-certificate-information): New function, based on
10678 ssl-certificate-information.
10679
10680 2004-10-12 Kenichi Handa <handa@m17n.org>
10681
10682 * international/mule.el (coding-system-equal): Move from mule-util.el.
10683
10684 * international/mule-util.el (coding-system-equal): Move to mule.el.
10685
10686 2004-10-12 Kim F. Storm <storm@cua.dk>
10687
10688 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10689 reset kmacro-initial-counter-value if set.
10690 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10691 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10692 (kmacro-display): Show macro counter if non-zero.
10693
10694 * subr.el (substitute-key-definition): Mention command remapping
10695 in doc string.
10696
10697 2004-10-11 Jay Belanger <belanger@truman.edu>
10698
10699 * calc/calc-misc.el (calc-info-goto-node): New function.
10700 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10701 node in one step.
10702 (calc-describe-copying, calc-describe-distribution)
10703 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10704 Go to appropriate info node in one step.
10705
10706 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10709
10710 * font-lock.el (font-lock-apply-highlight): Fix last change.
10711
10712 2004-10-11 Simon Josefsson <jas@extundo.com>
10713
10714 * mail/smtpmail.el (smtpmail-open-stream): Look for
10715 starttls-gnutls-program instead of starttls-program iff
10716 starttls-use-gnutls is non-nil.
10717 (smtpmail-open-stream): Don't overwrite user settings of
10718 starttls-extra-arguments and starttls-extra-args.
10719
10720 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * comint.el (comint-mouse-insert-input): Remove.
10723 (comint-insert-input): Make it work for mouse bindings.
10724 (comint-mode-map): Move defs into the declaration.
10725 (comint-output-filter): Typo.
10726
10727 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10728
10729 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10730
10731 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10732 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10733 ange-ftp-remote-shell.
10734
10735 2004-10-10 Andreas Schwab <schwab@suse.de>
10736
10737 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10738 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10739 Reported by <sri@asu.edu>.
10740
10741 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10742
10743 * vc.el (vc-annotate-mode): Remove variable.
10744 (vc-annotate-display-select): Only call vc-annotate-mode
10745 if we're not in that mode already.
10746
10747 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10750 (imenu-choose-buffer-index): Check here for rescan instead.
10751
10752 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10753 where the face expression evals to nil.
10754
10755 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10756 (tex-font-lock-keywords-2): Use it.
10757 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10758
10759 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10760
10761 2004-10-09 Kim F. Storm <storm@cua.dk>
10762
10763 * subr.el (progress-reporter-update): Define before first usage.
10764 (make-progress-reporter): Doc fix.
10765
10766 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10767
10768 * textmodes/paragraphs.el (sentence-end-double-space)
10769 (sentence-end-without-period, sentence-end-without-space)
10770 (sentence-end): Doc fixes.
10771
10772 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10773
10774 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10775 Change paragraph-start regexp so we don't fill code starting with #'(.
10776
10777 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10778
10779 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10780 New defcustom.
10781 (extract-address-components): Use it.
10782
10783 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10784
10785 * subr.el (make-progress-reporter, progress-reporter-update)
10786 (progress-reporter-force-update, progress-reporter-do-update)
10787 (progress-reporter-done): New functions.
10788
10789 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10790
10791 * progmodes/etags.el (etags-tags-completion-table): Use progress
10792 reporter.
10793 (etags-tags-apropos): Likewise.
10794
10795 2004-10-08 Alan Mackenzie <acm@muc.de>
10796
10797 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10798 of current line.
10799
10800 2004-10-08 Masatake YAMATO <jet@gyve.org>
10801
10802 * server.el (server-process-filter): Wrap `process-send-region'
10803 by `condition-case' to guard the case when the pipe to PROC is closed.
10804
10805 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10806
10807 * xml.el (xml-substitute-special): Limit handling of external entities.
10808
10809 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10810
10811 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10812
10813 2004-10-06 John Paul Wallington <jpw@gnu.org>
10814
10815 * xml.el (xml-parse-dtd): Fix `error' call.
10816
10817 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10818
10819 * xml.el (xml-substitute-special): Return a single string instead
10820 of a list of strings if an entity substitution is made.
10821
10822 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10823
10824 * calendar/icalendar.el: New file.
10825
10826 2004-10-05 Juri Linkov <juri@jurta.org>
10827
10828 * isearch.el (isearch-done): Set mark after running hook.
10829 Reported by Drew Adams <drew.adams@oracle.com>.
10830
10831 * info.el (Info-history, Info-toc): Fix Info headers.
10832 (Info-toc): Narrow buffer before Info-fontify-node.
10833 (Info-build-toc): Don't check for special Info file names.
10834 Set main-file to nil if Info-find-file returns a symbol.
10835
10836 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10837
10838 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10839 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10840 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10841
10842 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10843
10844 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10845 for old interactive spec from calendar-goto-iso-date.
10846 (calendar-goto-iso-date): Use it.
10847 (calendar-goto-iso-week): New function. Suggested by Emilio
10848 C. Lopes <eclig@gmx.net>.
10849
10850 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10851
10852 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10853 `set-right-margin' bindings that follow the minor mode conventions.
10854
10855 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10858 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10859 (latex-block-args-alist): Add minipage and picture.
10860 (latex-block-body-alist): Use reftex-label if enabled.
10861 (latex-insert-block): Don't insert a \n if not necessary.
10862 (tex-compile-commands): Make sure dvips doesn't send to printer.
10863 (tex-compile-default): Handle the case where no executable is found.
10864 (latex-noindent-environments): New var.
10865 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10866 If tex-indent-allhanging is non-nil, make sure we only align for macros
10867 at beginning of line.
10868
10869 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10870
10871 * newcomment.el (comment-beginning): Doc fix and don't choke on
10872 unset `comment-end-skip' when at beginning of comment.
10873
10874 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10875
10876 * term.el (term-adjust-current-row-cache): Don't allow the current
10877 row to become negative.
10878 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10879 the end of the line. Fix scroll down. Add comments.
10880 (term-handle-ansi-escape): Don't exceed terminal width when moving
10881 right.
10882 (term-scroll-region): Move the cursor after setting the scroll region.
10883
10884 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10885
10886 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10887 to `width' for consistency with docstring. Doc fix.
10888
10889 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10890
10891 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10892 This is necessary for derived modes.
10893
10894 2004-09-30 Kim F. Storm <storm@cua.dk>
10895
10896 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10897 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10898
10899 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10900 kmacro-extract-lambda functions.
10901 (edit-kbd-macro): Handle kmacro lambda forms.
10902 Include counter and counter format in edit buffer.
10903 (edmacro-finish-edit): Get counter and format from edit buffer and
10904 update kmacro bindings when found.
10905
10906 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
10907
10908 * textmodes/paragraphs.el (forward-paragraph):
10909 Avoid args-out-of-range error when point winds up at the beginning of
10910 the buffer and hard newlines are enabled.
10911
10912 * newcomment.el (comment-multi-line): Doc fix.
10913
10914 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10917 (diff-fixup-modifs): Catch unified-diff file-headers.
10918
10919 2004-09-29 Kim F. Storm <storm@cua.dk>
10920
10921 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10922 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10923 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10924
10925 * fringe.el (fringe-bitmap-p): New macro.
10926 (fringe-bitmaps): Add standard fringe bitmaps on load.
10927
10928 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * dired.el (dired-view-command-alist): Use more efficient regexps.
10931 Remove dubious arguments.
10932 (dired-align-file): New function.
10933 (dired-insert-directory): Use it.
10934 (dired-move-to-end-of-filename): Make the " -> " search more specific.
10935 (dired-buffers-for-dir): Remove unused var `pattern'.
10936
10937 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
10938
10939 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10940 from diary display excursion. Store diary buffer's point for
10941 `simple-diary-display'.
10942 (simple-diary-display): Set window point and start when
10943 displaying buffer, to preserve point.
10944
10945 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
10946
10947 * textmodes/enriched.el (enriched-translations): Replace defconst
10948 with defvar.
10949
10950 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10951
10952 * printing.el: Doc fix.
10953 (pr-version): New version number (6.8.1).
10954 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10955 make-temp-name.
10956 (pr-delete-file): Check if file exists before deleting it.
10957 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10958
10959 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
10960
10961 * term.el (term-display-table): New variable.
10962 (term-mode): Use it.
10963 (term-exec-1): Set the coding system to binary.
10964 (term-emulate-terminal): Decode the string before inserting it.
10965
10966 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
10967
10968 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10969 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10970 (map): Bind S-prior, S-next and S-insert.
10971 (term-mode): Set `indent-tabs-mode' to nil.
10972 (term-paste): New function to be bound to S-insert.
10973 (term-send-del, term-send-backspace): Change the strings sent.
10974 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10975 (term-handle-colors-array): Fix handling of underline and reverse.
10976 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
10977 (term-erase-in-line): Fix comparison.
10978 (term-emulate-terminal): Fix line wrap handling.
10979 (term-start-output-log): Rename from `term-set-output-log'.
10980 (term-stop-output-log): Rename from `term-stop-photo'.
10981 (term-switch-to-alternate-sub-buffer): Comment out, unused.
10982
10983 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
10984
10985 * dired.el (dired-move-to-filename): Don't output a message if
10986 raise-error is non-nil. Fix return position and value.
10987
10988 * files.el (insert-directory): Obey --dired even with symlinks.
10989
10990 2004-09-25 Lars Hansen <larsh@math.ku.dk>
10991
10992 * ls-lisp.el (ls-lisp-format): Mark file names with property
10993 dired-filename.
10994
10995 2004-09-25 Kim F. Storm <storm@cua.dk>
10996
10997 * ido.el (ido-max-directory-size): New defcustom.
10998 (ido-decorations): Add "too big" element.
10999 (ido-directory-too-big): New dynamic var.
11000 (ido-may-cache-directory): Don't cache big directories.
11001 (ido-directory-too-big-p): New defun.
11002 (ido-set-current-directory): Update ido-directory-too-big.
11003 (ido-read-internal): Make empty ido-cur-item if too-big.
11004 (ido-buffer-internal): Use ido-read-internal directly instead of
11005 ido-read-buffer.
11006 (ido-file-internal): Init ido-directory-too-big.
11007 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11008 and redo completion with full list.
11009 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11010 it, and show completions.
11011 (ido-all-completions): Let bind ido-directory-too-big to nil.
11012 (ido-exhibit): Handle ido-directory-too-big.
11013 (ido-read-buffer): Handle fallback to read-buffer.
11014 Init ido-directory-too-big.
11015 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11016 Init ido-directory-too-big.
11017
11018 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11019
11020 * subr.el (delay-mode-hooks): Doc fix.
11021
11022 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11023
11024 * textmodes/enriched.el
11025 (enriched-default-text-properties-local-flag): New variable.
11026 (enriched-mode): Make sure that enabling and disabling the mode is
11027 a no-op. Doc fix.
11028
11029 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11030
11031 * calendar/holidays.el (holiday-advent): Report on a specified day
11032 offset from advent, not just advent.
11033 (holiday-easter-etc): Report on one specified day offset from
11034 easter, not all easter holidays. Various Easter holidays moved to
11035 `christian-holidays' variable in calendar.el.
11036 * calendar/calendar.el (christian-holidays): Adapt for new
11037 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11038
11039 2004-09-23 Kim F. Storm <storm@cua.dk>
11040
11041 * image.el (insert-sliced-image): Add doc string.
11042
11043 * ido.el (ido-choice-list): New dynamic var for `list' context.
11044 (ido-context-switch-command): New dynamic var.
11045 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11046 (ido-read-internal): Handle new `list' context.
11047 Handle insert-buffer and insert-file ido-exit values.
11048 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11049 ido-context-switch-command. Handle insert-file ido-exit value.
11050 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11051 unless it is already bound by caller.
11052 (ido-file-internal): New arg switch-cmd. Use it to setup
11053 ido-context-switch-command. Handle insert-buffer ido-exit value.
11054 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11055 used for context switching.
11056 (ido-all-completions): Handle new `list' context.
11057 (ido-make-choice-list): Return choices for `list' context.
11058 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11059 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11060 (ido-insert-buffer, ido-insert-file): Setup context switching.
11061 (ido-exhibit): Handle `list' context.
11062 (ido-read-file-name): Disable context switching. Handle fallback.
11063 (ido-read-directory-name): Disable context switching.
11064 (ido-completing-read): New defun like completing-read. Setup and
11065 use new `list' context.
11066
11067 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11068
11069 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11070
11071 2004-09-21 Jay Belanger <belanger@truman.edu>
11072
11073 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11074 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11075 separate window.
11076
11077 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11078
11079 * subr.el (after-change-major-mode-hook): Doc fix.
11080
11081 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11082
11083 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11084 of ghostscript for monochrome PostScript file in Windows.
11085
11086 2004-09-21 Kenichi Handa <handa@m17n.org>
11087
11088 * descr-text.el (describe-char): Checking of quail activation fixed.
11089
11090 2004-09-21 Jay Belanger <belanger@truman.edu>
11091
11092 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11093
11094 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11095
11096 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11097 after the mode hooks instead of before. Doc fix.
11098
11099 2004-09-20 Jason Rumney <jasonr@gnu.org>
11100
11101 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11102 _emacs, but revert to .emacs if neither exists in home directory.
11103
11104 2004-09-20 John Paul Wallington <jpw@gnu.org>
11105
11106 * bindings.el (completion-ignored-extensions): Add .dfsl.
11107
11108 2004-09-20 Richard M. Stallman <rms@gnu.org>
11109
11110 * bindings.el (scroll-left): Make it disabled.
11111
11112 * files.el (enable-local-eval): Doc fix.
11113
11114 * indent.el (move-to-left-margin): Special case for minibuffer.
11115
11116 * term.el (term-emulate-terminal): Turn off undo for output.
11117 Use with-current-buffer and save-selected-window.
11118
11119 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11120
11121 * progmodes/make-mode.el (makefile-fill-paragraph):
11122 Don't insist on spaces when looking for comments. # is enough.
11123
11124 * files.el (hack-local-variables): Copy the variables list
11125 to another buffer, strip prefixes and suffixes there, then read.
11126 (enable-local-eval): Doc fix.
11127 (ignored-local-variables): Initialize to nil.
11128 (risky-local-variable-p): Don't check ignored-local-variables here.
11129 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11130
11131 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11132
11133 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11134 of = to "." (punctuation).
11135
11136 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11137
11138 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11139
11140 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11141
11142 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11143 (enriched-before-change-major-mode): New function.
11144 Add it to `change-major-mode-hook'.
11145 (enriched-after-change-major-mode): New function.
11146 Add it to `after-change-major-mode-hook'.
11147 (enriched-mode): Make it work correctly if called from
11148 `after-change-major-mode-hook'.
11149 No longer set `indent-line-function'.
11150
11151 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11152
11153 * subr.el (after-change-major-mode-hook): New variable.
11154 (run-mode-hooks): Implement it.
11155
11156 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11157
11158 * battery.el (battery-linux-proc-apm): Use string-to-number.
11159 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11160 Use dolist (and less indentation). Use erase-buffer.
11161 Pre-initialize `design-capacity', `warn', and `low'.
11162 (battery-format): Use replace-regexp-in-string.
11163
11164 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11165
11166 * battery.el: Delete superfluous empty lines.
11167 (battery-linux-proc-acpi): Attempt to gather information from all
11168 battery subdirectories regardless of their file name.
11169 (battery-linux-proc-apm): Replace all occurrences of
11170 battery-hex-to-int-2 with string-to-int (base 16).
11171 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11172 (battery-hex-map): Delete variable.
11173
11174 2004-09-18 John Paul Wallington <jpw@gnu.org>
11175
11176 * calc/calc-units.el (calc-quick-units): Fix overzealous
11177 s/or/unless/.
11178
11179 2004-09-17 Jay Belanger <belanger@truman.edu>
11180
11181 * calc/calc.el (calc-mode-var-list): Fix the value of
11182 `calc-matrix-brackets'.
11183
11184 2004-09-17 Romain Francoise <romain@orebokech.com>
11185
11186 * ibuf-ext.el (define-ibuffer-filter filename):
11187 Expand dired-directory since buffer-file-name is absolute.
11188
11189 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11190
11191 * ediff-init.el (ediff-current-diff-face-A)
11192 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11193 (ediff-current-diff-face-Ancestor)
11194 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11195 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11196 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11197 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11198 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11199 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11200 Use min-colors.
11201
11202 * term.el (term-down): Perform vertical motion if DOWN is negative.
11203 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11204 (term-termcap-format): Synchronyze with the eterm terminfo entry
11205 in etc/e/eterm.ti.
11206 (term-handle-colors-array): If the current foreground or
11207 background are zero (i.e. unspecified), use the foreground and
11208 background of the default face for reverse video.
11209 (term-ansi-at-eval-string, term-ansi-default-fg)
11210 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11211 (term-mem): Delete ununsed function.
11212 (term-protocol-version): Increment.
11213 (term-current-face): Set to default.
11214
11215 2004-09-15 Jay Belanger <belanger@truman.edu>
11216
11217 * calc/calc.el (calc-mode-var-list): Define this variable.
11218 (calc-always-load-extensions, calc-line-numbering)
11219 (calc-line-breaking, calc-display-just, calc-display-origin)
11220 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11221 (calc-group-char, calc-point-char, calc-frac-format)
11222 (calc-prefer-frac, calc-hms-format, calc-date-format)
11223 (calc-float-format, calc-full-float-format, calc-complex-format)
11224 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11225 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11226 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11227 (calc-matrix-brackets, calc-language, calc-language-option)
11228 (calc-left-label, calc-right-label, calc-word-size)
11229 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11230 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11231 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11232 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11233 (calc-window-height, calc-display-trail, calc-show-selections)
11234 (calc-use-selections, calc-assoc-selections)
11235 (calc-display-working-message, calc-auto-why, calc-timing)
11236 (calc-mode-save-mode, calc-standard-date-formats)
11237 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11238 (calc-user-parse-tables, calc-gnuplot-default-device)
11239 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11240 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11241 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11242 (calc-invocation-macro, calc-show-banner): Give these values as
11243 part of `calc-mode-var-list's initialization after the variables
11244 are declared with defvar.
11245 (calc-bug-address): Change email address to send bug reports to.
11246 Change the maintainer address at the top.
11247 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11248 than "\\.emacs" to determine if it is the user-init-file.
11249
11250 * calc/calc-embed.el (calc-embedded-set-modes): Use
11251 `calc-mode-var-list' correctly.
11252
11253 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11254
11255 * vc.el (annotate-time): Document point handling.
11256 (vc-annotate-display-autoscale): Doc fix.
11257
11258 2004-09-15 Miles Bader <miles@gnu.org>
11259
11260 * generic.el (generic-make-keywords-list): Use symbol rather than
11261 word anchors in regexp.
11262
11263 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11264
11265 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11266 no file name consider `dired-directory'.
11267
11268 2004-09-14 Kim F. Storm <storm@cua.dk>
11269
11270 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11271
11272 2004-09-14 Simon Josefsson <jas@extundo.com>
11273
11274 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11275
11276 * textmodes/dns-mode.el: Add.
11277
11278 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11281 (disabled-command-function): Make the ?\ char more obvious.
11282
11283 * vc-arch.el (vc-arch-root, vc-arch-registered):
11284 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11285
11286 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11287
11288 * windmove.el (windmove-frame-edges): Report coordinates of
11289 outside edges of frame, not inside edges.
11290 (windmove-coordinates-of-position): Convert into wrapper to new
11291 function `windmove-coordinates-of-window-position';
11292 `compute-motion' always applies to selected window.
11293 (windmove-coordinates-of-position): Update documentation to refer
11294 to Emacs 21 Lisp Reference Manual.
11295 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11296
11297 2004-09-13 Kim F. Storm <storm@cua.dk>
11298
11299 * isearch.el (isearch-resume-in-command-history): Rename from
11300 isearch-resume-enabled and change default to nil.
11301
11302 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11303
11304 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11305 (vc-registered): Use it.
11306 (vc-find-root): New fun.
11307
11308 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11309 Don't tell to use \\{...} when it's already done.
11310
11311 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11312 Provide a sample complex default.
11313 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11314 (bibtex-entry): Use mapc.
11315
11316 2004-09-12 Kim F. Storm <storm@cua.dk>
11317
11318 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11319
11320 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11321 inhibit-field-text-motion to t so rectangles work in comint buffers.
11322
11323 * simple.el (choose-completion-string): Set buffer before running
11324 choose-completion-string-functions hook so it can be buffer-local.
11325
11326 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11327
11328 * progmodes/compile.el (compilation-start): Parse command to see
11329 if it starts with a cd, and if so perform it for the *compilation*
11330 buffer. Change the header to reflect this.
11331
11332 2004-09-11 Kim F. Storm <storm@cua.dk>
11333
11334 * ido.el (ido-enable-dot-prefix): Doc fix.
11335 (ido-enable-dot-prefix): New defcustom.
11336 (ido-set-matches1): Use it.
11337
11338 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11339
11340 * textmodes/bibtex.el (bibtex-mark-active)
11341 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11342
11343 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11344
11345 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11346 used in a case insensitive environment.
11347 (bibtex-mode-map): Rearrange order of menus.
11348 (bibtex-quoted-string-re): Obsolete.
11349 (bibtex-complete-key-cleanup): Variable replaced by new function.
11350 (bibtex-font-lock-keywords): Use backquotes.
11351 (bibtex-font-lock-url-regexp): New internal variable.
11352 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11353 "OPT" and "ALT".
11354 (bibtex-insert-current-kill, bibtex-make-field)
11355 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11356 (bibtex-parse-field-text): Simplify.
11357 (bibtex-string=): New helper function.
11358 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11359 (bibtex-map-entries): Use bibtex-string=.
11360 (bibtex-search-entry): Use not.
11361 (bibtex-enclosing-field): Fix docstring.
11362 (bibtex-assoc-regexp): Obsolete.
11363 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11364 (bibtex-autokey-get-names): Handle empty name field.
11365 (bibtex-parse-strings): Use assoc-string and unless.
11366 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11367 Use assoc-string.
11368 (bibtex-pop): Simplify.
11369 (bibtex-mode): Set font-lock-extra-managed-props.
11370 (bibtex-entry-update): Use assoc-string.
11371 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11372 (bibtex-autofill-entry): Use bibtex-string=.
11373 (bibtex-print-help-message): Simplify.
11374 (bibtex-find-entry): New optional arg START.
11375 (bibtex-validate): Use bibtex-string= and assoc-string.
11376 Do not call obsolete function compilation-parse-errors.
11377 (bibtex-remove-delimiters): Only remove delimiters if present.
11378 (bibtex-copy-entry-as-kill): Add docstring.
11379 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11380 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11381 (bibtex-complete): Use bibtex-predefined-month-strings,
11382 bibtex-string=, and new function bibtex-complete-key-cleanup.
11383 (bibtex-generate-url-list): New variable.
11384 (bibtex-url): New command bound to C-c C-l and mouse-2.
11385 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11386 (bibtex-font-lock-url): New function.
11387
11388 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11391
11392 2004-09-09 Kim F. Storm <storm@cua.dk>
11393
11394 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11395 counter and format with binding.
11396 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11397 the declared macro uses own macro counter and format. Give symbol
11398 kmacro property.
11399 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11400 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11401 (kmacro-end-and-call-macro): Doc fix.
11402
11403 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11404
11405 * desktop.el (desktop-clear-preserve-buffers):
11406 Remove make-obsolete-variable.
11407
11408 2004-09-08 Richard M. Stallman <rms@gnu.org>
11409
11410 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11411 with the buffer as argument.
11412
11413 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11416
11417 2004-09-08 Juri Linkov <juri@jurta.org>
11418
11419 * replace.el (perform-replace): Use `query-replace-descr'.
11420
11421 * cus-start.el (history-delete-duplicates): Specify customization.
11422
11423 * diff-mode.el (diff-mode-map):
11424 * progmodes/compile.el (compilation-mode-map):
11425 * progmodes/grep.el (grep-mode-map):
11426 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11427 to `next-error-follow-minor-mode'.
11428
11429 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11430
11431 * isearch.el (isearch-lazy-highlight-update): Take into account
11432 the case of zero-length match at the search bound.
11433
11434 2004-09-08 Kim F. Storm <storm@cua.dk>
11435
11436 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11437 change. Use zero width overlays when necessary.
11438
11439 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11440
11441 * subr.el (split-string): Docfix.
11442
11443 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11444
11445 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11446 (display-call-tree): Ensure newline after caller/calls blocks.
11447
11448 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11449
11450 * startup.el (command-line-1): Make option
11451 --directory/-L modify `load-path' straight away.
11452
11453 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11454
11455 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11456
11457 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11458
11459 * emacs-lisp/autoload.el (make-autoload):
11460 Handle `define-compilation-mode'.
11461
11462 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11463 Specify `doc-string-elt' property.
11464
11465 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11466
11467 * bs.el (bs-mode): Doc fix.
11468
11469 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11470
11471 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11472
11473 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11474
11475 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11476
11477 2004-09-08 Kenichi Handa <handa@m17n.org>
11478
11479 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11480 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11481 ps-mule-next-point -> 1+).
11482
11483 * composite.el (encode-composition-rule): Add autoload cooky.
11484
11485 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11486
11487 * format.el (buffer-auto-save-file-format): Make it permanent local.
11488
11489 2004-09-07 Kim F. Storm <storm@cua.dk>
11490
11491 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11492 (authors-fixed-entries): Fix typo.
11493 (authors-canonical-author-name): Compact multiple spaces.
11494 Ignore trivial names (e.g. only first name).
11495
11496 * term.el (term-window-width): Only use full window width on
11497 window system if overflow-newline-into-fringe is enabled.
11498 (term-mode): Don't disable overflow-newline-into-fringe.
11499
11500 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11503 motion as seen on my Mac OS X xterms.
11504
11505 * newcomment.el (uncomment-region-default, comment-region-default):
11506 New functions extracted from uncomment-region and comment-region.
11507 (comment-region, comment-region-function, uncomment-region)
11508 (uncomment-region-function): Use them.
11509
11510 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11511
11512 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11513 It's not crucial but can make sense at times.
11514
11515 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11516 the first commit.
11517
11518 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11519 Disable obsolete code.
11520
11521 2004-09-07 Juri Linkov <juri@jurta.org>
11522
11523 * progmodes/grep.el (grep-highlight-matches): Change default from
11524 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11525 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11526 if grep option `--color' is available, or to `nil' otherwise.
11527 (grep-process-setup): Call `grep-compute-defaults' if
11528 `grep-highlight-matches' is not computed. Set env-vars only
11529 if `grep-highlight-matches' is `t'.
11530 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11531 is already defined).
11532
11533 * progmodes/compile.el (compilation-start): Use copy of
11534 `process-environment' created by `copy-sequence' to not
11535 modify env-vars in the global `process-environment'.
11536
11537 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11538
11539 * simple.el (next-error-follow-minor-mode): Fix last change.
11540
11541 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11542
11543 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11544 permanent local.
11545
11546 2004-09-04 Richard M. Stallman <rms@gnu.org>
11547
11548 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11549 highlighting if the search string is empty.
11550
11551 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11552
11553 * facemenu.el (facemenu-active-faces): Change condition of inner
11554 `while' loop to also check the first two elements of `face-atts'
11555 and `mask-atts'.
11556
11557 2004-09-04 John Paul Wallington <jpw@gnu.org>
11558
11559 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11560 (thumbs-view-image-mode): Make buffer read-only.
11561
11562 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11563
11564 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11565 (ispell-check-version): Set it.
11566 (ispell-send-replacement): New function.
11567 (ispell-process-line): Call ispell-send-replacement.
11568
11569 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11570
11571 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11572 Support choosing seconds with "s".
11573
11574 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11575
11576 * terminal.el (te-escape): Show `?' in prompt for help key.
11577
11578 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11579
11580 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11581
11582 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11583
11584 * simple.el (next-error-follow-minor-mode)
11585 (next-error-follow-mode-post-command-hook): New functions.
11586 (next-error-follow-last-line): New defvar.
11587
11588 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11589 * progmodes/compile.el (compilation-mode-map): Likewise.
11590 * progmodes/grep.el (grep-mode-map): Likewise.
11591 * replace.el (occur-mode-map): Likewise.
11592
11593 * newcomment.el (uncomment-region): Bind comment-use-global-state
11594 to nil.
11595
11596 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11597
11598 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11599 locally around the call to `revert-buffer'.
11600
11601 2004-09-03 Juri Linkov <juri@jurta.org>
11602
11603 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11604 `isearch-adjusted' to `t'.
11605 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11606 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11607 (isearch-other-meta-char): Restore isearch-point unconditionally.
11608 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11609 Set point to start of match if region is not active in transient
11610 mark mode (to include the current match to region boundaries).
11611 Push the search string to `query-replace-from-history-variable'.
11612 Add prompt "Query replace regexp" for isearch-regexp.
11613 Add region beginning/end as last arguments of `perform-replace.'
11614 (isearch-query-replace-regexp): Replace code by the call to
11615 `isearch-query-replace' with arg `t'.
11616
11617 2004-09-03 Richard M. Stallman <rms@gnu.org>
11618
11619 * startup.el (normal-top-level): Undo previous TERM change.
11620
11621 2004-09-03 Kim F. Storm <storm@cua.dk>
11622
11623 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11624 highlight overlays; allow using RET when cursor is over a button.
11625 (cua--highlight-rectangle): Use it.
11626 (cua--rectangle-set-corners): Don't move backwards at eol.
11627 (cua--forward-line): Don't move into void after eob.
11628
11629 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11630 point is set (and displayed) inside rectangle.
11631 (cua--rectangle-operation): Fix for highlight of empty lines.
11632 (cua--highlight-rectangle): Fix highlight for tabs.
11633 Position cursor at left/right edge of rectangle using new `cursor'
11634 property on overlay strings.
11635 (cua--indent-rectangle): Don't tabify.
11636 (cua-rotate-rectangle): Ignore that point has moved.
11637
11638 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11639
11640 * term/mac-win.el: Add ASCII equivalents for some function keys.
11641 (mode-line-frame-identification): Sync with x-win.el.
11642
11643 2004-09-02 Juri Linkov <juri@jurta.org>
11644
11645 * progmodes/compile.el (compilation-buffer-name): Compare major
11646 mode with second element of compilation-arguments instead of third
11647 to reflect latest changes in compilation-arguments structure.
11648 (recompile): Use global variable `compilation-directory' to get
11649 recent compilation directory only when `recompile' is invoked NOT
11650 in the compilation buffer. Otherwise, use `default-directory' of
11651 the compilation buffer.
11652 (compilation-error-properties): Allow to funcall col and end-col.
11653 (compilation-mode-font-lock-keywords): Check col and end-col by
11654 `integerp'.
11655 (compilation-goto-locus): If end-mk is non-nil in transient mark
11656 mode don't activate the mark (and don't display message in
11657 push-mark), but highlight overlay between mk and end-mk.
11658
11659 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11660 (grep-regexp-alist): Add rule to highlight grep matches.
11661 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11662
11663 * info.el (Info-fontify-node): Don't compute other-tag
11664 if Info-hide-note-references=hide.
11665
11666 * help.el (function-called-at-point):
11667 * help-fns.el (variable-at-point):
11668 Try `find-tag-default' when other methods failed.
11669
11670 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11671 Do not push mark if inhibit-mark-movement is non-nil.
11672
11673 * textmodes/ispell.el (ispell-html-skip-alists):
11674 Fix backslashes in docstring.
11675
11676 2004-09-01 Juri Linkov <juri@jurta.org>
11677
11678 * isearch.el (isearch-wrap-function)
11679 (isearch-push-state-function): New defvars.
11680 (isearch-pop-fun-state): New defsubst.
11681 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11682 (isearch-push-state): Set the result of calling
11683 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11684 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11685 restore the mode-specific starting point of terminated search.
11686 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11687 (isearch-repeat): Call `isearch-wrap-function' if defined.
11688 (isearch-message-prefix): Don't add prefix "over" to the message
11689 for wrapped search if `isearch-wrap-function' is defined.
11690 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11691 restore the mode-specific starting point of failed search.
11692
11693 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11694 (Info-search): Add new optional arguments for the sake of isearch.
11695 Replace whitespace in Info-search-whitespace-regexp literally.
11696 Add backward search. Don't call `Info-select-node' if regexp is
11697 found in the same Info node. Don't add node to Info-history for
11698 wrapped isearch.
11699 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11700 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11701 (Info-mode): Set local variables `isearch-search-fun-function',
11702 `isearch-wrap-function', `isearch-push-state-function',
11703 `search-whitespace-regexp'.
11704
11705 * isearch.el: Remove ancient Change Log section.
11706 (isearch-string, isearch-message-string, isearch-point)
11707 (isearch-success, isearch-forward-flag, isearch-other-end)
11708 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11709 (isearch-barrier, isearch-within-brackets)
11710 (isearch-case-fold-search): Add suffix `-state' to state-related
11711 defsubsts to avoid name clashes with other function names.
11712
11713 * simple.el (next-error): New defgroup and defface.
11714 (next-error-highlight, next-error-highlight-no-select):
11715 New defcustoms.
11716 (next-error-no-select): Let-bind next-error-highlight to the value
11717 of next-error-highlight-no-select before calling `next-error'.
11718
11719 * progmodes/compile.el (compilation-goto-locus):
11720 Use `next-error' face instead of `region'. Set 4-th argument of
11721 `move-overlay' to `current-buffer' to move overlay to different
11722 source buffers. Use new variable `next-error-highlight'.
11723
11724 * simple.el (next-error-find-buffer): Move the rule
11725 "if current buffer is a next-error capable buffer" after the
11726 rule "if next-error-last-buffer is set to a live buffer".
11727 Simplify to test all rules in one `or'.
11728 (next-error): Doc fix.
11729 (next-error, previous-error, first-error)
11730 (next-error-no-select, previous-error-no-select):
11731 Make arguments optional.
11732
11733 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11734
11735 * macros.el (apply-macro-to-region-lines): Make it operate on all
11736 lines that begin in the region, rather than on all complete lines
11737 in the region.
11738
11739 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11740
11741 * x-dnd.el (x-dnd-protocol-alist): Document update.
11742 (x-dnd-known-types): Defcustom it.
11743 (x-dnd-handle-motif): Print message-atom in error message.
11744
11745 2004-08-30 John Paul Wallington <jpw@gnu.org>
11746
11747 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11748 strings rather than programatically constructing message.
11749
11750 2004-08-30 Richard M. Stallman <rms@gnu.org>
11751
11752 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11753 Don't return a string that would read as the wrong character code.
11754
11755 2004-08-29 Kim F. Storm <storm@cua.dk>
11756
11757 * emulation/cua-base.el (cua-auto-expand-rectangles):
11758 Remove automatic rectangle padding feature; replace by non-destructive
11759 virtual rectangle edges feature.
11760 (cua-virtual-rectangle-edges): New defcustom.
11761 (cua-auto-tabify-rectangles): New defcustom.
11762 (cua-paste): If paste into a marked rectangle, insert rectangle at
11763 current column, even if virtual; also paste exactly as many lines
11764 as has been marked (ignore additional lines or add empty lines),
11765 but paste whole source if only one line is marked.
11766 (cua--update-indications): No longer use overwrite-cursor to
11767 indicate rectangle padding
11768
11769 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11770 (cua--rectangle-virtual-edges): New defun.
11771 (cua--rectangle-get-corners): Remove optional PAD arg.
11772 (cua--rectangle-set-corners): Never do padding.
11773 (cua--forward-line): Remove optional PAD arg. Simplify.
11774 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11775 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11776 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11777 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11778 (cua--rectangle-move): Never do padding. Simplify.
11779 (cua--tabify-start): New defun.
11780 (cua--rectangle-operation): Add tabify arg. All callers changed.
11781 (cua--pad-rectangle): Remove.
11782 (cua--delete-rectangle): Handle delete with virtual edges.
11783 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11784 (cua--insert-rectangle): Handle insert at virtual column.
11785 Perform auto-tabify if necessary.
11786 (cua--activate-rectangle): Remove optional FORCE arg.
11787 Never do padding. Simplify.
11788 (cua--highlight-rectangle): Enhance for virtual edges.
11789 (cua-toggle-rectangle-padding): Remove command.
11790 (cua-toggle-rectangle-virtual-edges): New command.
11791 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11792 (cua--rectangle-post-command): Don't force rectangle padding.
11793 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11794
11795 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11796
11797 * indent.el (edit-tab-stops-buffer): Doc fix.
11798
11799 2004-08-28 Richard M. Stallman <rms@gnu.org>
11800
11801 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11802 (grep-tag-default): Function deleted.
11803
11804 * subr.el (find-tag-default): Move from etags.el.
11805
11806 * progmodes/etags.el (find-tag-default): Move to subr.el.
11807
11808 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11809 into the basic character if it has an uppercase form.
11810
11811 2004-08-27 Kenichi Handa <handa@m17n.org>
11812
11813 * international/utf-8.el (utf-8-post-read-conversion): If the
11814 buffer is unibyte, temporarily make it multibyte.
11815
11816 2004-08-27 Masatake YAMATO <jet@gyve.org>
11817
11818 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11819
11820 2004-08-25 John Paul Wallington <jpw@gnu.org>
11821
11822 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11823 0, 1, and many mismatches in message.
11824 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11825
11826 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11827 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11828
11829 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11830
11831 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11832 vc-diff-switches differently.
11833
11834 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11835
11836 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11837 before and a real defvar after
11838 `speedbar-supported-extension-expressions'. This is to silence
11839 the compiler without breaking bootstrapping.
11840
11841 2004-08-22 Richard M. Stallman <rms@gnu.org>
11842
11843 * textmodes/flyspell.el (flyspell-word):
11844 Use set-process-query-on-exit-flag.
11845 (flyspell-highlight-duplicate-region): Take POSS as arg.
11846 (flyspell-word): Pass POSS as arg.
11847
11848 * progmodes/ada-xref.el: Many doc and style fixes.
11849 (ada-find-any-references): Use compilation-start.
11850 (ada-get-ali-file-name): Improve error msg.
11851 (ada-get-ada-file-name): Likewise.
11852
11853 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11854 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11855
11856 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11857 Add forward defvar.
11858
11859 * whitespace.el (global-whitespace-mode): New alias
11860 for whitespace-global-mode.
11861
11862 * speedbar.el (speedbar-file-regexp): Move definition up.
11863 (speedbar-mode, speedbar-set-mode-line-format):
11864 Use with-no-warnings.
11865 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11866
11867 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11868 controls whether to display the error buffer.
11869
11870 * ps-mule.el: Delete compatibility code for old Emacses.
11871 (ps-mule-find-wrappoint): Don't use chars-in-region.
11872
11873 * frame.el (display-mouse-p, display-selections-p):
11874 Use with-no-warnings.
11875
11876 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11877
11878 2004-08-22 David Kastrup <dak@gnu.org>
11879
11880 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11881 information.
11882
11883 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11884
11885 2004-08-22 Andreas Schwab <schwab@suse.de>
11886
11887 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11888
11889 2004-08-22 Masatake YAMATO <jet@gyve.org>
11890
11891 * cvs-status.el (cvs-status-checkout): New function.
11892 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11893
11894 2004-08-21 David Kastrup <dak@gnu.org>
11895
11896 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11897 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11898 has been converted to use hashtables, the relation `nil=none' is
11899 no longer valid, as `nil' is not a hashtable. This patch tries to
11900 reduce the number of resulting errors.
11901
11902 2004-08-21 John Paul Wallington <jpw@gnu.org>
11903
11904 * subr.el (process-kill-without-query): Made obsolete in
11905 version 21.4, not 21.5.
11906
11907 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11908 (vc-previous-comment, vc-next-comment)
11909 (vc-comment-search-reverse, vc-comment-search-forward)
11910 (vc-comment-to-change-log): Likewise.
11911
11912 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11913
11914 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
11915
11916 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11917 Correct indentation of DEFMETHODS with non-standard method
11918 combinations (e.g., PROGN, MIN, MAX).
11919
11920 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * startup.el (normal-top-level-add-subdirs-to-load-path):
11923 Avoid unnecessarily checking system-type.
11924 (normal-top-level): Set TERM to "dumb". Simplify.
11925
11926 * avoid.el (mouse-avoidance-ignore-p): New fun.
11927 Also ignore switch-frame, select-window, double, and triple clicks.
11928 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11929 (mouse-avoidance-fancy-hook): Use it.
11930
11931 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
11932
11933 * avoid.el (mouse-avoidance-nudge-mouse)
11934 (mouse-avoidance-banish-destination): Stay within the current window
11935 to avoid problems with mouse-autoselect-window.
11936
11937 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11938
11939 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11940 the newer format of some messages in cvs-1.12.1.
11941
11942 2004-08-19 Masatake YAMATO <jet@gyve.org>
11943
11944 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11945 (elp-results-jump-to-definition-by-mouse)
11946 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11947 (elp-output-result): Use elp-output-insert-symname.
11948
11949 2004-08-18 Kenichi Handa <handa@m17n.org>
11950
11951 * language/cyrillic.el: Register koi8-r in
11952 ctext-non-standard-encodings-alist.
11953 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11954
11955 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
11956
11957 * emacs-lisp/copyright.el (copyright-update-year): Delete code
11958 that replaces 20xy with xy.
11959
11960 2004-08-17 John Paul Wallington <jpw@gnu.org>
11961
11962 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11963 (reb-force-update): Doc fix.
11964
11965 2004-08-16 Richard M. Stallman <rms@gnu.org>
11966
11967 * progmodes/which-func.el (which-func-update-1): Doc fix.
11968
11969 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11970 (sh-mode-abbrev-table): New variable.
11971
11972 * progmodes/compile.el (compilation-mode): Doc fix.
11973
11974 * emacs-lisp/lisp-mode.el (eval-last-sexp):
11975 Don't cons a new symbol each time.
11976 (eval-last-sexp-fake-value): New variable.
11977
11978 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11979 (copyright-update-year): Detect continuation of list of years.
11980
11981 * term.el (term-default-fg-color, term-default-bg-color)
11982 (ansi-term-color-vector): Use `unspecified', not nil, as default.
11983
11984 * imenu.el: Several doc fixes: don't say variables are buffer-local.
11985
11986 2004-08-16 Davis Herring <herring@lanl.gov>
11987
11988 * isearch.el (isearch-string, isearch-message-string, isearch-point)
11989 (isearch-success, isearch-forward-flag, isearch-other-end)
11990 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11991 (isearch-barrier, isearch-within-brackets)
11992 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11993
11994 2004-08-16 Kenichi Handa <handa@m17n.org>
11995
11996 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11997
11998 2004-08-15 Kenichi Handa <handa@m17n.org>
11999
12000 * term/x-win.el (x-selection-value): If utf8 was successful but
12001 ctext was not, use utf8 string.
12002
12003 2004-08-14 Davis Herring <herring@lanl.gov>
12004
12005 * isearch.el: Remove accidental changes of March 4. Fix backing
12006 up when a regexp isearch is made more general. Use symbolic
12007 accessor functions for isearch stack frames to make usage clearer.
12008 (search-whitespace-regexp): Made groups in documentation shy (as
12009 is the group in the default value).
12010 (isearch-fallback): New function, addresses problems with regexps
12011 liberalized by `\|', adds support for liberalization by `\}' (the
12012 general repetition construct), and incorporates behavior for
12013 `*'/`?'.
12014 (isearch-}-char): New command, calls `isearch-fallback' with
12015 arguments appropriate to a typed `}'.
12016 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12017 appropriately.
12018 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12019 (isearch-string, isearch-message,string, isearch-point)
12020 (isearch-success, isearch-forward-flag, isearch-other-end)
12021 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12022 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12023 New inline functions to read fields of a stack frame.
12024
12025 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12026
12027 * battery.el (battery-linux-proc-acpi): Look into battery
12028 directories matching the literal string "CMB", too (required for
12029 Linux kernel version 2.6.7).
12030
12031 2004-08-14 John Paul Wallington <jpw@gnu.org>
12032
12033 * cus-start.el (read-file-name-completion-ignore-case): Add.
12034 (blink-cursor-alist): Change version to "21.4".
12035
12036 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12037
12038 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12039
12040 * speedbar.el (speedbar-scan-subdirs): New option.
12041 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12042 dolist.
12043 (speedbar-insert-files-at-point): Take an extra argument and use
12044 it to optionally find out if a subdir is empty. Also unreadable
12045 files don't get expand buttons.
12046 (speedbar-directory): New image (unused pixmap already existed).
12047 (speedbar-expand-image-button-alist): Use it.
12048
12049 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12050
12051 CC Mode update to 5.30.9:
12052
12053 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12054 Move from cc-vars to cc-defs for dependency reasons. Fix the
12055 POSIX char class test to check that it works in
12056 `skip-chars-(forward|backward)' too.
12057
12058 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12059 first argument starts with a special brace list.
12060
12061 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12062 when `c-opt-type-concat-key' is used (i.e. in Pike).
12063
12064 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12065 Fix bug when the inner char pair doesn't have paren syntax,
12066 i.e. "(<>)".
12067
12068 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12069 whitespace safe.
12070
12071 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12072 position for `arglist-intro', `arglist-cont-nonempty' and
12073 `arglist-close' when there are two arglist open parens on the same
12074 line and there's nothing in front of the first.
12075
12076 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12077 locking of qualified names in Java, which previously could fontify
12078 common indexing expressions in many cases. The standard Java
12079 naming conventions are used to tell them apart.
12080
12081 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12082 Fix inconsistency wrt opening parens on the first line inside a paren
12083 block.
12084
12085 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12086 compile time for the sake of `c-major-mode-is'.
12087
12088 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12089 `c-major-mode-is' in the event that this is used inside a
12090 `c-lang-defconst'.
12091
12092 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12093 `c-lang-defconst' so that it works better with fallback languages.
12094
12095 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12096 it to fail to record the base mode.
12097
12098 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12099 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12100 is used. Reorder the syntax checks to get more efficient
12101 skipping in some situations.
12102
12103 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12104 continuation which might precede the newly inserted '{'.
12105
12106 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12107 Fix cases where it could loop indefinitely.
12108
12109 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12110 size specs correctly. Only fontify identifiers in front of '('
12111 with as functions - don't accept any paren char. Tighten up
12112 initializer skipping to stop before function and class blocks.
12113
12114 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12115 the point could be left directly after an open paren when finding
12116 the beginning of the first decl in the block.
12117
12118 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12119 table when filtering out legitimate open parens to be recorded.
12120 This could cause cache inconsistencies when e.g.
12121 `c++-template-syntax-table' was temporarily in use.
12122
12123 * progmodes/cc-engine.el (c-on-identifier)
12124 (c-simple-skip-symbol-backward): Small fix for handling "-"
12125 correctly in `skip-chars-backward'. Affected the operator lfun
12126 syntax in Pike.
12127
12128 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12129 Fix bug that could cause an error from `after-change-functions' when
12130 the changed region is at bob.
12131
12132 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12133
12134 CC Mode update to 5.30.9:
12135
12136 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12137 to say that <TAB> doesn't insert WS into a CPP line.
12138 (c-indent-command, c-tab-always-indent): Amend doc strings.
12139
12140 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12141 checks for user errors, thus eliminating cryptic and unhelpful
12142 Emacs error messages. (1) Check the arg to `c-set-style' is a
12143 string. (2) Check that settings to `c-offsets-alist' are not
12144 spuriously quoted.
12145
12146 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12147 which precedes the newly inserted `{'.
12148
12149 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12150
12151 Sync with Tramp 2.0.44.
12152
12153 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12154 function "tramp_file_attributes". Otherwise, file names
12155 containing spaces are misinterpreted. Reported by Magnus Henoch
12156 <mange@freemail.hu>.
12157 (tramp-handle-file-truename): FILENAME must be expanded first.
12158 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12159 obscure results. Reported by D. Goel <deego@gnufans.org>.
12160 (tramp-handle-verify-visited-file-modtime): If file does not
12161 exist, say it is not modified if and only if that agrees with the
12162 buffer's record. Check whether a file is visiting the buffer, or
12163 the buffer has no recorded last modification time. Return t in
12164 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12165 <teirllm@auburn.edu>.
12166 (tramp-handle-write-region): Pass modtime explicitely to
12167 `set-visited-file-modtime', because filename can be different
12168 from (buffer-file-name) if `file-precious-flag' is set.
12169 `set-visited-file-modtime' must be called always when `visit' is t
12170 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12171 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12172 nil, don't apply the whole body. If the file doesn't exists, set
12173 modtime to '(-1 65535). Suggested by Luc Teirlinck
12174 <teirllm@auburn.edu>.
12175
12176 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12177
12178 * help.el (describe-bindings): Doc fix.
12179
12180 * subr.el (kbd): Doc fix.
12181
12182 2004-08-08 John Paul Wallington <jpw@gnu.org>
12183
12184 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12185 instead of `string-to-int'.
12186 (define-ibuffer-column mode): Fix indentation.
12187
12188 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12189
12190 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12191
12192 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12193
12194 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12195
12196 * novice.el (disabled-command-function): New variable renamed from
12197 `disabled-command-hook'.
12198 (disabled-command-hook): Keep the _variable_ as alias for
12199 `disabled-command-function' and make obsolete.
12200 (disabled-command-function): Function renamed from
12201 `disabled-command-hook'. Adapt code to name change of the variable.
12202
12203 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12204
12205 * simple.el (completion-root-regexp): New defvar.
12206 (completion-setup-function): Use it instead of a literal string.
12207
12208 2004-08-07 John Paul Wallington <jpw@gnu.org>
12209
12210 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12211 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12212 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12213 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12214
12215 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12216
12217 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12218 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12219
12220 2004-08-04 Kenichi Handa <handa@m17n.org>
12221
12222 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12223 Fix previous change.
12224
12225 2004-08-03 Kenichi Handa <handa@m17n.org>
12226
12227 * international/encoded-kb.el: The following changes are to
12228 utilize key-translation-map instead of minor mode map.
12229 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12230 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12231 (encoded-kbd-last-key): New function.
12232 (encoded-kbd-iso2022-single-shift): New function.
12233 (encoded-kbd-iso2022-designation)
12234 (encoded-kbd-self-insert-iso2022-7bit)
12235 (encoded-kbd-self-insert-iso2022-8bit)
12236 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12237 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12238 key-translation-map.
12239 (encoded-kbd-setup-keymap): Setup key-translation-map.
12240 (saved-key-translation-map): New variable.
12241 (encoded-kbd-mode): Save/restore key-translation-map.
12242 Adjust for the change of encoded-kbd-setup-keymap.
12243
12244 2004-08-02 Kim F. Storm <storm@cua.dk>
12245
12246 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12247 and call compute-motion with nil for topos and width to get proper
12248 usable width and height for both window and non-window systems.
12249
12250 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12251 calculate usable window width and height.
12252
12253 * window.el (window-buffer-height): Call compute-motion with nil width.
12254
12255 2004-08-01 David Kastrup <dak@gnu.org>
12256
12257 * replace.el (query-replace-read-from):
12258 Use `query-replace-compile-replacement'.
12259 (query-replace-compile-replacement): New function.
12260 (query-replace-read-to): Use `query-replace-compile-replacement'
12261 for repeating the last command.
12262
12263 2004-08-01 John Paul Wallington <jpw@gnu.org>
12264
12265 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12266 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12267 (pr-switches): Remove period from end of error messages.
12268
12269 * help-mode.el (help-go-back): Likewise.
12270
12271 * abbrev.el (only-global-abbrevs): Doc fix.
12272 (edit-abbrevs-map): Define within defvar.
12273 (quietly-read-abbrev-file): Doc fix.
12274
12275 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12276
12277 * novice.el (enable-command, disable-command): Doc fixes.
12278
12279 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12280
12281 2004-07-30 Richard M. Stallman <rms@gnu.org>
12282
12283 * subr.el (with-local-quit): Doc fix.
12284
12285 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12288
12289 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12290
12291 * custom.el (defcustom): Doc fix.
12292
12293 2004-07-28 Masatake YAMATO <jet@gyve.org>
12294
12295 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12296
12297 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * imenu.el (imenu-prev-index-position-function)
12300 (imenu-extract-index-name-function, imenu-name-lookup-function)
12301 (imenu--index-alist): Docstring redundancy fix.
12302
12303 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12304
12305 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12306 binding dired-backup-overwrite.
12307
12308 2004-07-25 John Paul Wallington <jpw@gnu.org>
12309
12310 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12311
12312 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12313
12314 * term/tty-colors.el (tty-color-approximate): Doc fix.
12315
12316 * select.el (x-get-selection, x-set-selection): Doc fixes.
12317
12318 * frame.el (make-frame): Doc fix.
12319
12320 2004-07-24 Richard M. Stallman <rms@gnu.org>
12321
12322 * mail/rmail.el (rmail-mime-charset-pattern):
12323 Don't include semicolon in the charset value.
12324
12325 * replace.el (occur-next-error): Call set-window-point.
12326 (occur-engine): Handle negative NLINES.
12327
12328 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12329
12330 * frame.el (modify-all-frames-parameters): Minor doc fix.
12331 (set-frame-configuration): Doc fix.
12332
12333 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12334
12335 * simple.el (completion-setup-function): Compute the common parts
12336 and the first difference place correctly when
12337 partial-completion-mode is on.
12338
12339 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12340
12341 * ps-print.el: Doc fix.
12342 (ps-print-version): New version 6.6.5.
12343 (ps-printing-region): Doc fix.
12344 (ps-generate-string-list): Comment fix.
12345 (ps-message-log-max): Code fix.
12346
12347 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12348
12349 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12350 generated PostScript.
12351
12352 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12353
12354 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12355 with Gnus v5_10 branch.)
12356
12357 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12358
12359 * calendar/time-date.el (time-to-number-of-days): New function.
12360 Imported from from Gnus.
12361
12362 2004-07-22 Kim F. Storm <storm@cua.dk>
12363
12364 * progmodes/make-mode.el: Fix comments.
12365
12366 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12367
12368 * printing.el: Doc fix.
12369
12370 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12371
12372 * frame.el (modify-all-frames-parameters): Minor doc fix.
12373
12374 2004-07-20 Richard M. Stallman <rms@gnu.org>
12375
12376 * textmodes/fill.el (fill-nobreak-p): If this break point is
12377 at the end of the line, don't consider the newline which follows
12378 as a reason to return t.
12379
12380 2004-07-19 John Paul Wallington <jpw@gnu.org>
12381
12382 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12383
12384 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12385
12386 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12387 Delete irrelevant code.
12388
12389 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12390
12391 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12392 New docstring. From Luc Teirlinck.
12393
12394 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12395
12396 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12397 section.
12398 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12399 non-file buffers. We know it is nil.
12400
12401 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12402
12403 Sync with Tramp 2.0.43.
12404
12405 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12406 Remove outdated comment.
12407 (tramp-locked, tramp-locker): New variables for implementing a
12408 global lock.
12409 (tramp-sh-file-name-handler): Use them to implement the global lock.
12410
12411 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12412
12413 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12414 calls to respective `xxx` calls.
12415 (tramp-process-alive-regexp): Precise doc string.
12416 (tramp-multi-action-process-alive): New defun.
12417 (tramp-multi-actions): Use it.
12418 (tramp-handle-find-backup-file-name): `copy-tree' is available
12419 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12420 in order to avoid this function.
12421 (tramp-handle-write-region): Set current buffer. If connection
12422 wasn't open, `file-modes' has changed it accidently. Reported by
12423 David Kastrup <dak@gnu.org>.
12424 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12425 HOST.
12426 (tramp-action-password, tramp-multi-action-password): Apply it.
12427 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12428 name must still contain the port number. Otherwise, we have two
12429 Tramp buffers, with all the confusion. Reported by Myron Selby
12430 <myron@xytech.com> and Rolf Dubitzky
12431 <Dubitzky@physi.uni-heidelberg.de>.
12432
12433 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12434 HOST to `tramp-enter-passwd'.
12435
12436 * net/tramp-vc.el (all): Code cleanup. Change all
12437 `tramp-handle-xxx' calls to respective `xxx` calls.
12438
12439 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12440
12441 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12442 functions that are not erroneous if either 1-valued or
12443 multi-valued. Detect functions in this class.
12444 (testcover-1value-functions, testcover-compose-functions)
12445 (testcover-progn-functions) Add some additional functions to lists.
12446 (testcover-mark): Bugfix when marking up the definition for an
12447 empty function.
12448
12449 2004-07-17 Richard M. Stallman <rms@gnu.org>
12450
12451 * replace.el (occur-read-primary-args): Pass default to
12452 read-from-minibuffer.
12453
12454 * mail/footnote.el (footnote-section-tag): Use defcustom.
12455
12456 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12457 Compile font-lock-keywords, not KEYWORDS.
12458 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12459 Add warn, check-type. Handle cerror like error.
12460
12461 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12462
12463 * progmodes/which-func.el (which-func-keymap): New var.
12464 (which-func-face): New face.
12465 (which-func-format): Use them.
12466
12467 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12468
12469 * buff-menu.el (list-buffers-noselect): Append the buffer's
12470 process status to its mode name.
12471
12472 2004-07-16 Kim F. Storm <storm@cua.dk>
12473
12474 * simple.el (inhibit-mark-movement): New defvar.
12475 (beginning-of-buffer, end-of-buffer): Do not push mark if
12476 inhibit-mark-movement is non-nil or C-u prefix is given.
12477
12478 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12479 Init to beginning-of-buffer and end-of-buffer.
12480 (cua--undo-push-mark): New defvar.
12481 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12482 already active and command is in cua--preserve-mark-commands.
12483 Also fix check for shift modifier on non-window systems.
12484 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12485
12486 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12487
12488 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12489 of two integers, instead of a cons.
12490
12491 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12492 `visited-file-modtime' now returns a list of two integers, instead
12493 of a cons.
12494
12495 * dired.el (dired-directory-changed-p): Ditto.
12496
12497 * progmodes/grep.el (grep): Doc fix.
12498
12499 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12500
12501 * autorevert.el (auto-revert-tail-mode)
12502 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12503 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12504 in both at the same time.
12505 (auto-revert-tail-mode): New command.
12506 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12507 (auto-revert-handler): Revert only either tail or whole file.
12508
12509 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12510 add auto-revert-tail-mode.
12511
12512 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12513
12514 * printing.el: Doc fix. Change name of some funs.
12515 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12516 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12517 (pr-standard-file-name): New fun. Replace pr-standard-path.
12518 (pr-call-process): Code fix.
12519
12520 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12521
12522 * subr.el (with-selected-window): Doc fix.
12523
12524 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12525
12526 * subr.el (get-buffer-window-list): Doc fix.
12527
12528 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12529
12530 * files.el (switch-to-buffer-other-window): Doc fix.
12531
12532 * window.el (save-selected-window, one-window-p)
12533 (split-window-keep-point, split-window-vertically)
12534 (split-window-horizontally): Doc fixes.
12535
12536 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12537
12538 * printing.el: Doc fix. Now it uses call-process instead of
12539 shell-command for low command execution.
12540 (pr-version): New version number (6.8).
12541 (pr-shell-file-name): Option removed.
12542 (pr-shell-command): Fun removed.
12543 (pr-call-process): New fun. Replace pr-shell-command.
12544 (pr-standard-path, pr-remove-nil-from-list): New funs.
12545 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12546 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12547 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12548 (pr-ps-utility-process, pr-txt-print): Code fix.
12549
12550 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12551
12552 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12553 boolean.
12554
12555 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12556
12557 * wid-edit.el (widget-field-buffer): Doc fix.
12558
12559 2004-07-09 John Paul Wallington <jpw@gnu.org>
12560
12561 * emacs-lisp/re-builder.el (reb-update-overlays):
12562 Distinguish between one and several matches in message.
12563
12564 2004-07-09 Richard M. Stallman <rms@gnu.org>
12565
12566 * mouse.el (mouse-set-region-1): If transient-mark-mode
12567 is `identity', change it to `only'.
12568
12569 * simple.el (current-word): Doc fix.
12570
12571 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12572
12573 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12574 so that it is more understanding of whitespace.
12575
12576 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12577 (("ns" . "element") (attr-list) children) instead of
12578 ((:ns . "element") (attr-list) children) in order to reduce the
12579 number of symbols used.
12580 (xml-skip-dtd): Change to use xml-parse-dtd but set
12581 xml-validating-parsing to nil.
12582 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12583 (xml-substitute-entity): Remove in favor of new entity substitution.
12584 (xml-substitute-special): Rewrite in to substitute complex
12585 entities from DOCTYPE declarations.
12586 (xml-parse-fragment): Parse fragments from entity deleclarations.
12587 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12588 (xml-parse-dtd, xml-substitute-special): Make validity checks
12589 conditioned on xml-validating-parser. Add "Not Well Formed" to
12590 error messages about well-formedness.
12591
12592 2004-07-08 Steven Tamm <steventamm@mac.com>
12593
12594 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12595 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12596 Do not treat double clicks and triple clicks specially in the
12597 scroll bar (preventing strange repositioning problems)
12598
12599 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * replace.el (query-replace-regexp-eval): Fix last change.
12602
12603 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * replace.el (query-replace-descr): New fun.
12606 (query-replace-read-from, query-replace-read-args): Default to the
12607 previous from&to.
12608 (query-replace-read-to): Quote the `from' string when displaying it.
12609 (query-replace-regexp-eval): Immediately check read-only status.
12610 Use query-replace-read-from to get the \n checking.
12611 Quote the `from' string when displaying it.
12612 (map-query-replace-regexp, occur-read-primary-args):
12613 Quote the `from' string when displaying it.
12614
12615 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12616 delimited-ness of the search to query-replace.
12617
12618 * replace.el (query-replace-read-from, query-replace-read-to):
12619 New funs extracted from query-replace-read-args.
12620 (query-replace-read-args): Use them.
12621
12622 * replace.el (query-replace-interactive, query-replace-read-args):
12623 Remove the `initial' special value.
12624 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12625 (occur-engine): Remove unused var `matchend'.
12626
12627 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12628 Use the search string without prompting.
12629
12630 2004-07-05 Kenichi Handa <handa@m17n.org>
12631
12632 * international/mule.el (decode-coding-inserted-region):
12633 Set last-coding-system-used only when coding is nil.
12634
12635 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12636
12637 * progmodes/grep.el (grep-compute-defaults, grep-command)
12638 (grep-program, find-program, grep-find-use-xargs, grep-history)
12639 (grep-find-history, grep-tag-default, grep-find-command)
12640 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12641 Add autoload cookies, for unbundled packages that load `compile'
12642 and expect all grep-related symbols to become defined.
12643
12644 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12645
12646 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12647 (iimage-mode-image-search-path): New user option to search the
12648 image file.
12649 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12650 have locate-file.
12651 (iimage-mode-buffer): Use it.
12652
12653 2004-07-03 Nick Roberts <nickrob@gnu.org>
12654
12655 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12656 carefully.
12657 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12658
12659 2004-07-03 Juri Linkov <juri@jurta.org>
12660
12661 * replace.el (query-replace-read-args): Swallow space after 'foo,
12662 not after (quote foo). Match space only immediately after symbol,
12663 not anywhere in the whole string.
12664
12665 2004-07-02 Richard M. Stallman <rms@gnu.org>
12666
12667 * replace.el (query-replace-read-args): Swallow space after
12668 symbols, not after closeparens. But avoid error if string ends there.
12669
12670 * progmodes/python.el (python-beginning-of-statement):
12671 Exit the loop if backward-up-list gets error.
12672
12673 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12674
12675 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12676
12677 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12678 only if vc-consult-headers is non-nil.
12679
12680 2004-07-02 Juri Linkov <juri@jurta.org>
12681
12682 * pcvs.el (cvs-mode-diff-repository): New command.
12683
12684 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12685
12686 2004-07-01 Juri Linkov <juri@jurta.org>
12687
12688 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12689 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12690 C-M-% to isearch-query-replace-regexp.
12691 (minibuffer-local-isearch-map): Add arrow key bindings.
12692 Bind C-f to isearch-yank-char-in-minibuffer.
12693 (isearch-forward): Doc fix.
12694 (isearch-edit-string): Doc fix.
12695 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12696 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12697 (isearch-yank-char): Add optional arg.
12698 (isearch-yank-char-in-minibuffer): New fun.
12699
12700 * replace.el (query-replace-interactive): Change type from boolean
12701 to choice. Add value `initial'.
12702 (query-replace-read-args): Handle value `initial' of
12703 query-replace-interactive.
12704
12705 2004-06-29 Kim F. Storm <storm@cua.dk>
12706
12707 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12708 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12709
12710 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12711 Add :group 'ada.
12712
12713 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12714
12715 2004-06-29 Juri Linkov <juri@jurta.org>
12716
12717 * replace.el (query-replace-read-args): Swallow a space after
12718 everything except )]" which in most cases means after a symbol.
12719
12720 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12721
12722 2004-06-28 Richard M. Stallman <rms@gnu.org>
12723
12724 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12725 More changes to go with previous change in font-lock.el.
12726
12727 2004-06-26 David Kastrup <dak@gnu.org>
12728
12729 * replace.el (perform-replace): Highlight the match even in
12730 non-query mode if there is potential replace string editing.
12731
12732 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12733
12734 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12735 agree with new return value of `file-remote-p'.
12736 This syncs with Tramp 2.0.42.
12737
12738 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12739 according to new documentation of `file-remote-p'.
12740
12741 * files.el (file-remote-p): Fix doc to say that return value is
12742 identification of remote system, if not nil.
12743 (file-relative-name): Use new return value of `file-remote-p'.
12744
12745 2004-06-26 Nick Roberts <nickrob@gnu.org>
12746
12747 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12748 (gdb-goto-breakpoint): Fix breakage.
12749
12750 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12751
12752 * man.el (Man-getpage-in-background): Add windows-nt to the list
12753 of systems where shell-file-name should be used instead of
12754 literal "sh".
12755
12756 2004-06-25 Sam Steingold <sds@gnu.org>
12757
12758 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12759 function names `(setf symbol)'.
12760
12761 2004-06-24 Richard M. Stallman <rms@gnu.org>
12762
12763 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12764
12765 * font-lock.el (font-lock-keywords): Change format of compiled values.
12766 Document it.
12767 (font-lock-add-keywords): If font-lock-keywords is compiled,
12768 extract the uncompiled version, modify, then recompile.
12769 (font-lock-remove-keywords): Likewise.
12770 (font-lock-fontify-keywords-region): Handle changed format.
12771 (font-lock-compile-keywords): Handle changed format.
12772 (font-lock-set-defaults): Compile the keywords explicitly here.
12773
12774 2004-06-24 David Kastrup <dak@gnu.org>
12775
12776 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12777 replacements here.
12778 (query-replace-regexp): Doc string explaining this and the new
12779 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12780 is better placed in `query-replace-read-args'.
12781 (replace-regexp): Explain `\,', `\#' and `\?'.
12782 (replace-match-data): New function for thorough reuse/destruction
12783 of old match-data.
12784 (replace-match-maybe-edit): Function for implementing `\?' editing.
12785 (perform-replace): Fix maintaining of the match stack including
12786 already matched regions, implement `\?', fix various problems
12787 with regions while editing and other stuff.
12788 (replace-highlight): Simplify.
12789
12790 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12791
12792 * progmodes/grep.el (grep-error-screen-columns): New variable.
12793 (grep-regexp-alist): Give it the full functionality of gnu style
12794 compilation messages with line and column ranges. Ask me for the
12795 perl script I'm working on, that uses these.
12796
12797 2004-06-23 Nick Roberts <nickrob@gnu.org>
12798
12799 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12800 Remove.
12801 (comint-insert-input, comint-mouse-insert-input): New functions
12802 based on comint-insert-clicked-input for two bindings but just
12803 one functionality.
12804
12805 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12806
12807 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12808
12809 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12810
12811 * files.el (write-contents-functions): Doc fix.
12812
12813 2004-06-21 Juanma Barranquero <lektu@terra.es>
12814
12815 * image.el (image-library-alist): Rewrite docstring in active voice.
12816
12817 2004-06-20 Richard M. Stallman <rms@gnu.org>
12818
12819 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12820
12821 * isearch.el (isearch-repeat): Avoid testing old match data.
12822 (isearch-message): Display trailing space in special font
12823 when search is failing.
12824 (isearch-search-fun-function): Doc fix.
12825
12826 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12827
12828 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12829
12830 * frame.el (show-trailing-whitespace): Doc fix.
12831
12832 * cus-edit.el (custom-variable-documentation): New function.
12833 (custom-variable): Use it.
12834
12835 2004-06-19 Nick Roberts <nickrob@gnu.org>
12836
12837 * man.el (Man-getpage-in-background): Revert previous change but
12838 make cygwin a special case.
12839
12840 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12841
12842 * autorevert.el (global-auto-revert-non-file-buffers):
12843 Update docstring.
12844
12845 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12846
12847 * progmodes/compile.el (compilation-error-properties): Store one
12848 more than end-col, if present, so that transient-mark-mode will
12849 highlight last char too.
12850 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12851 ranges, if present.
12852
12853 2004-06-18 Jason Rumney <jasonr@gnu.org>
12854
12855 * makefile.w32-in: Double percent signs in for loops.
12856
12857 2004-06-17 David Kastrup <dak@gnu.org>
12858
12859 * replace.el (query-replace-read-args): Only warn about use of \n
12860 and \t when we are doing a regexp replacement and the actual
12861 escaped character is n or t.
12862 (query-replace-regexp): Add \, and \# interpretation to
12863 interactive call and document it.
12864 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12865 as shortkey for replace-count.
12866 (replace-quote): New function for doubling backslashes.
12867
12868 2004-06-17 Juanma Barranquero <lektu@terra.es>
12869
12870 * files.el (parse-colon-path, cd): Mention in docstring that the
12871 path separator is colon in GNU-like systems.
12872
12873 * newcomment.el (comment-region-internal): Fix docstring.
12874
12875 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12876 (ewoc-invalidate, ewoc-collect): Doc fixes.
12877 (ewoc--create-node, ewoc--delete-node-internal):
12878 Fix typos in docstring.
12879
12880 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12881
12882 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12883 manual to docstring.
12884
12885 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12886
12887 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12888
12889 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12890
12891 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12892 Add hyperlink to emacs-xtra manual to docstring.
12893
12894 * autorevert.el (global-auto-revert-non-file-buffers):
12895 Add hyperlink to emacs-xtra manual to docstring, as well as an
12896 info-link.
12897
12898 2004-06-14 Juanma Barranquero <lektu@terra.es>
12899
12900 * image.el (image-library-alist): New variable to map image types
12901 to external libraries. Initialized to nil, unless system-specific
12902 configs change it.
12903 (image-type-available-p): Determine whether an image type is
12904 available by calling `init-image-library'.
12905
12906 * term/w32-win.el (image-library-alist): Initialize to a known set
12907 of probable library names.
12908
12909 2004-06-14 Kenichi Handa <handa@m17n.org>
12910
12911 * international/code-pages.el (windows-1256, cp1125): Fix tables
12912 for several characters.
12913
12914 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12915
12916 2004-06-13 Richard M. Stallman <rms@gnu.org>
12917
12918 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12919
12920 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12921 not "`pc-selection-mode'".
12922
12923 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12924
12925 * simple.el (previous-matching-history-element): Specify a default.
12926
12927 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12928
12929 * cus-face.el (custom-declare-face): Simplify code.
12930
12931 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12932
12933 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
12934
12935 * files.el (before-save-hook): Add `time-stamp' to the options.
12936
12937 * time-stamp.el (time-stamp): Recommend adding it to
12938 `before-save-hook', rather than `write-file-functions'.
12939 Make a similar change in `Commentary' section.
12940
12941 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12942
12943 * diff-mode.el (diff-current-defun): If at start of hunk, use
12944 position of first change.
12945
12946 2004-06-13 Lars Hansen <larsh@math.ku.dk>
12947
12948 * dired-x.el (dired-mark-omitted): Bind to "*O".
12949
12950 2004-06-12 Karl Fogel <kfogel@red-bean.com>
12951
12952 * bookmark.el (bookmark-bmenu-relocate): New function, as
12953 suggested by David J. Biesack <David.Biesack@sas.com>.
12954 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12955 (bookmark-bmenu-mode): Describe binding in doc string.
12956 (bookmark-set-filename): Save the bookmark list if it's time.
12957
12958 2004-06-13 Kenichi Handa <handa@m17n.org>
12959
12960 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12961 (ccl-untranslated-to-ucs): Fix typo.
12962
12963 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12964
12965 * progmodes/python.el (python-open-block-statement-p):
12966 Fix indentation after a block opening that contains a comment.
12967
12968 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
12969
12970 * bindings.el (completion-ignored-extensions): Add file extensions
12971 of Python byte-compiled files.
12972
12973 2004-06-12 Juri Linkov <juri@jurta.org>
12974
12975 * info.el (Info-goto-node): Add autoload.
12976 (Info-toc): Add substring-no-properties on Info file name.
12977 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12978 (Info-mode-map): Bind L to Info-history, T to Info-toc.
12979
12980 2004-06-12 Kenichi Handa <handa@m17n.org>
12981
12982 * international/mule-cmds.el (set-language-environment):
12983 Load subst tables if necessary.
12984
12985 * international/mule.el (decode-char): Load subst tables if necessary.
12986 (encode-char): Likewise.
12987
12988 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12989 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
12990 (utf-16le-decode-loop): Set r5 to -1 before loop.
12991 (utf-16be-decode-loop): Likewise.
12992 (ccl-decode-mule-utf-16le): Add EOF processing block.
12993 (ccl-decode-mule-utf-16be): Likewise.
12994 (ccl-decode-mule-utf-16le-with-signature): Likewise.
12995 (ccl-decode-mule-utf-16be-with-signature): Likewise.
12996 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
12997 (ccl-mule-utf-16-encode-untrans): New CCL.
12998 (utf-16-decode-to-ucs): Handle pre-read character.
12999 (utf-16le-encode-loop): Handle surrogate pair.
13000 (utf-16be-encode-loop): Likewise.
13001 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13002 of utf-16le-encode-loop.
13003 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13004 of utf-16be-encode-loop.
13005 (mule-utf-16-post-read-conversion):
13006 Call utf-8-post-read-conversion at first.
13007 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13008 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13009 Add post-read-conversion and pre-write-conversion.
13010
13011 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13012 (utf-translate-cjk-unicode-range): New variable.
13013 (utf-translate-cjk-load-tables): New function.
13014 (utf-lookup-subst-table-for-decode): New function.
13015 (utf-lookup-subst-table-for-encode): New function.
13016 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13017 tables here. Update safe-charsets of utf-* coding systems.
13018 (ccl-mule-utf-untrans): New CCL.
13019 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13020 at end of each branch.
13021 (ccl-mule-utf-8-encode-untrans): New CCL.
13022 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13023 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13024 length of encoding. Don't return r0.
13025 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13026 (utf-8-post-read-conversion): Narrow to region properly.
13027 If utf-translate-cjk-mode is on, load tables if necessary.
13028 Call utf-8-compose with hash-table arg if necessary.
13029 Call XXX-compose-region instead of XXX-post-read-convesion.
13030 (utf-8-pre-write-conversion): New function.
13031 (mule-utf-8): Include CJK charsets in safe-charsets if
13032 utf-translate-cjk-mode is on. Add pre-write-conversion.
13033
13034 * international/characters.el: Temporarily set
13035 utf-translate-cjk-mode to nil.
13036
13037 * language/devan-util.el (devanagari-compose-region):
13038 Add autoload cookie.
13039
13040 * international/ccl.el (ccl-dump-call): Fix printing the
13041 subroutine name.
13042
13043 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13044
13045 * dired.el (dired-revert): If buffer is marked unmodified before
13046 reverting, keep it marked unmodified.
13047 Adapt to new conventions for commenting out code.
13048 (dired-make-relative): Adapt to new conventions for commenting out code.
13049
13050 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13051
13052 * eshell/esh-module.el (eshell-load-defgroups):
13053 Bind `vc-handled-backends' to nil when opening files.
13054
13055 2004-06-11 Juanma Barranquero <lektu@terra.es>
13056
13057 * files.el (parse-colon-path, cd): Doc fixes (refer to
13058 `path-separator', not colon).
13059
13060 2004-06-10 Juanma Barranquero <lektu@terra.es>
13061
13062 * newcomment.el (comment-search-forward)
13063 (comment-search-backward): Fix typos in docstring.
13064 (comment-region): Doc fix.
13065
13066 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13067
13068 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13069 switch is no longer stored in `dired-switches-alist'.
13070
13071 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13072 `dired-switches-alist'.
13073
13074 2004-06-10 Kim F. Storm <storm@cua.dk>
13075
13076 * pcvs.el (cvs-mode-diff-yesterday): New command.
13077
13078 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13079
13080 2004-06-10 Juri Linkov <juri@jurta.org>
13081
13082 * emacs-lisp/edebug.el (edebug-eval-defun):
13083 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13084 Fix docstring.
13085
13086 * simple.el (eval-expression-print-format): Don't print additional
13087 information on the first call to `eval-print-last-sexp'.
13088 (next-error-find-buffer): Fix punctuation.
13089 (killing) <defgroup>: Fix punctuation.
13090 (yank-excluded-properties): Change group from editing to killing.
13091
13092 * replace.el (perform-replace): Use `limit' to terminate the
13093 while-loop explicitly.
13094
13095 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13096
13097 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13098 Use lc-*.xpm as prefix instead of *-locol.xpm.
13099
13100 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13101 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13102 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13103 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13104 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13105 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13106 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13107 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13108 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13109 * toolbar/lc-up_arrow.xpm:
13110 Rename from *-locol.xpm.
13111
13112 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13113
13114 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13115 include forms like &<str>; as valid url patterns.
13116
13117 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13118
13119 * dired.el (dired-diff, dired-backup-diff)
13120 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13121 (dired-do-chown, dired-do-touch, dired-do-print)
13122 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13123 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13124 (dired-create-directory, dired-do-copy, dired-do-symlink)
13125 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13126 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13127 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13128 (dired-maybe-insert-subdir, dired-next-subdir)
13129 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13130 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13131 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13132 (dired-run-shell-command, dired-query): Remove redundant,
13133 or incorrect, autoloads.
13134
13135 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13136 does not end in a slash. Add optional argument KILL-ROOT.
13137 Update docstring.
13138 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13139 (dired-query): Add autoloads.
13140
13141 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13142
13143 * progmodes/compile.el (compilation-set-window-height):
13144 Rearrange the save-* functions because a buffer can have several current
13145 point in different windows.
13146 (compilation-error-regexp-alist-alist): Recognize {standard input}
13147 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13148
13149 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13150
13151 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13152 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13153 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13154 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13155 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13156 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13157 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13158 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13159 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13160 * toolbar/up_arrow-locol.xpm:
13161 New versions of icons that uses fewer colors.
13162
13163 * toolbar/tool-bar.el (tool-bar-local-item)
13164 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13165 if display-color-cells is 256 or less.
13166
13167 2004-06-08 Kim F. Storm <storm@cua.dk>
13168
13169 * wid-edit.el (widget-specify-button): Use hand pointer rather
13170 than mouse-face as visible mouse-over effect.
13171
13172 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13173
13174 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13175 and `print-level' to nil when writing out `save-place-alist'.
13176 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13177
13178 2004-06-07 Juanma Barranquero <lektu@terra.es>
13179
13180 * completion.el (completion-kill-region): Doc fix.
13181
13182 * format.el (format-insert-annotations)
13183 (format-annotate-location): Doc fixes.
13184 (format-subtract-regions): Make arguments match their use in docstring.
13185
13186 * simple.el (kill-region): Doc fix.
13187
13188 * subr.el (insert-buffer-substring-no-properties)
13189 (insert-buffer-substring-as-yank): Doc fixes.
13190
13191 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13192
13193 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13194 Update docstring.
13195 (dired-reset-subdir-switches): New function.
13196
13197 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13198 Limit scope of `buffer-read-only' binding.
13199
13200 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13201
13202 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13203 eshell-explicit-command-char.
13204
13205 2004-06-06 Juanma Barranquero <lektu@terra.es>
13206
13207 * help-fns.el (help-argument-name): Inherit from italic face only
13208 if the frame supports it.
13209
13210 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13211
13212 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13213 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13214 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13215 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13216 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13217 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13218 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13219 New conversions from xpm files.
13220
13221 * toolbar/README: New file.
13222
13223 2004-06-06 Richard M. Stallman <rms@gnu.org>
13224
13225 * isearch.el (isearch-mode-map): Undo previous change.
13226
13227 2004-06-05 Juri Linkov <juri@jurta.org>
13228
13229 * bindings.el (debug-ignored-errors): Add regexps for history
13230 related messages. Remove $ from "No further undo information".
13231 Move Ediff's messages to ediff.el.
13232
13233 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13234
13235 * cus-edit.el (custom-display): Add `min-colors'.
13236
13237 * custom.el (defface): Add `supports' to docstring.
13238
13239 * help-fns.el (help-argument-name): Add :group 'help.
13240
13241 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13242
13243 * find-dired.el (find-ls-subdir-switches): New user option.
13244 (find-dired): No longer call `abbreviate-file-name' on DIR.
13245 Set `dired-subdir-switches' buffer-locally.
13246
13247 * locate.el: Merge the two `Commentary' sections.
13248 (locate-ls-subdir-switches): New user option.
13249 (locate): Update for other changes.
13250 (locate-mode-map): Restore Dired binding for mouse-2.
13251 Bind `locate-mouse-view-file' to M-mouse-2.
13252 Bind `l' to `locate-do-redisplay'.
13253 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13254 (locate-mouse-view-file, locate-tags, locate-find-directory):
13255 Print message if used outside main listing.
13256 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13257 Various changes to support inserted subdirectories.
13258 (locate-insert-header): Change header of *Locate* buffer.
13259
13260 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13261 Change interactive default switches.
13262 (dired-rename-subdir-2): Update `dired-switches-alist'.
13263 (dired-insert-subdir, dired-kill-subdir):
13264 Handle `dired-switches-alist'. Do not mark buffer modified.
13265 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13266 (dired-insert-subdir-doinsert): Omit messages.
13267 Handle `dired-subdir-switches'.
13268 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13269
13270 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13271 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13272 subdirs if -R switch is used for a subdir.
13273 (dired-mode): Set `dired-switches-alist'.
13274 (dired-build-subdir-alist): Only print number of directories in
13275 echo area when invoked interactively.
13276
13277 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13278
13279 * dired-x.el (dired-omit-mode): Rename from
13280 dired-omit-files-p. Use define-minor-mode to define it.
13281 (dired-omit-files-p): Add as alias for dired-omit-mode.
13282 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13283 dired-mark-omitted.
13284 (dired-mark-omitted): Add. Bind to M-O.
13285
13286 2004-06-05 Kenichi Handa <handa@m17n.org>
13287
13288 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13289
13290 2004-06-05 Juanma Barranquero <lektu@terra.es>
13291
13292 * help-fns.el (help-argument-name): Reintroduce face.
13293 (help-default-arg-highlight): Use it, now that
13294 `face-differs-from-default-p' can be trusted.
13295
13296 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13297
13298 * textmodes/table.el: Sentence commands added to Point Motion
13299 group; kill and backward-kill commands added to Extraction group.
13300
13301 2004-06-04 Mario Lang <mlang@delysid.org>
13302
13303 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13304 systems appear to use mW, make the code handle this. Fix a
13305 division-by-zero bug while at it, and handle kernels with
13306 a slightly different layout in /proc/acpi.
13307
13308 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13309
13310 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13311 because the latter is a CL-ism. This fixes the bug reported by
13312 Shawn Boyette <mdxi@collapsar.net> in
13313 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13314
13315 2004-06-04 Miles Bader <miles@gnu.org>
13316
13317 * faces.el (display-supports-face-attributes-p): Function moved to
13318 C code. Previously only the tty-related portion of this function
13319 was done in C; however the previous attempt to do a halfway-proper
13320 job for non-tty displays in lisp didn't work properly because of
13321 funny conditions during Emacs startup.
13322 (face-differs-from-default-p): Simplify, now that
13323 display-supports-face-attributes-p works properly on all display
13324 types. Remove :stipple from comparison; it doesn't really work
13325 in emacs anyway.
13326
13327 2004-06-04 Miles Bader <miles@gnu.org>
13328
13329 * faces.el (face-differs-from-default-p): Use a different
13330 implementation, so we can really check whether FACE displays
13331 differently or not.
13332
13333 2004-06-04 Miles Bader <miles@gnu.org>
13334
13335 * faces.el (display-supports-face-attributes-p): Implement a
13336 `different from default' check for non-tty displays.
13337
13338 2004-06-03 David Kastrup <dak@gnu.org>
13339
13340 * woman.el (woman-mapcan): More concise code.
13341 (woman-topic-all-completions, woman-topic-all-completions-1)
13342 (woman-topic-all-completions-merge): Replace by a simpler and
13343 much faster implementation based on O(n log n) sort/merge instead
13344 of the old O(n^2) behavior.
13345
13346 2004-06-03 Miles Bader <miles@gnu.org>
13347
13348 * subr.el (read-number): Use canonical format for default in prompt.
13349
13350 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13351 Add regexp for " [...]" style defaults.
13352
13353 2004-06-02 Romain Francoise <romain@orebokech.com>
13354
13355 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13356 groups: if the user asks for a hidden buffer, open the
13357 corresponding filter group to expose it.
13358
13359 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13360 `ibuffer-jump-to-buffer'.
13361 (ibuffer-jump-offer-only-visible-buffers): New user option.
13362
13363 2004-06-02 Juanma Barranquero <lektu@terra.es>
13364
13365 * faces.el (frame-update-faces): Add empty docstring so the one
13366 for `ignore' doesn't show through.
13367
13368 * subr.el (process-kill-without-query): Remove spurious "\n" on
13369 obsolescence string.
13370 (focus-frame, unfocus-frame): Add obsolescence declaration and
13371 empty docstring.
13372
13373 * international/mule.el (register-char-codings): Make alias for
13374 `ignore'. Move docstring to obsolescence info and remove redundancy.
13375
13376 2004-06-02 Kim F. Storm <storm@cua.dk>
13377
13378 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13379 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13380
13381 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13382
13383 * comint.el (comint-replace-by-expanded-history-before-point):
13384 Obey `start' as the docstring says.
13385 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13386 (comint-update-fence): Prevent font-lock from running unnecessarily.
13387 (comint-dynamic-list-completions): Use with-current-buffer.
13388
13389 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13390
13391 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13392 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13393 (bibtex-entry-update): Handle alternatives and optional fields.
13394 (bibtex-parse-entry): Bugfix, handle empty key.
13395
13396 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13397
13398 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13399
13400 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13401
13402 * desktop.el (desktop-save): Don't save minor modes without a
13403 known mode initialization function.
13404
13405 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13406
13407 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13408
13409 * autorevert.el: Update `Commentary' section.
13410
13411 2004-05-30 Juanma Barranquero <lektu@terra.es>
13412
13413 * dos-fns.el (convert-standard-filename):
13414 * files.el (convert-standard-filename):
13415 * w32-fns.el (convert-standard-filename):
13416 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13417
13418 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13419
13420 Sync with Tramp.
13421
13422 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13423 (tramp-let-maybe): Move to an earlier spot in the file.
13424 Patch by Andreas Schwab.
13425
13426 2004-05-30 Andreas Schwab <schwab@suse.de>
13427
13428 * dired.el (dired-get-filename): Don't use dired-re-dot.
13429
13430 2004-05-30 Richard M. Stallman <rms@gnu.org>
13431
13432 * files.el (find-file): Doc fix.
13433
13434 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13435
13436 2004-05-30 Nick Roberts <nickrob@gnu.org>
13437
13438 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13439 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13440 modeline of the locals buffer.
13441 (gdb-goto-breakpoint): Handle gdbmi.
13442 (gdb-get-frame-number): Change for gdbmi.
13443
13444 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13445
13446 * files.el (file-remote-p): Apply file name handler for operation
13447 `file-remote-p'. It isn' a property any longer.
13448 (file-relative-name): `fh' and `fd' get the required value via
13449 `find-file-name-handler' already.
13450
13451 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13452 (top): Remove setting of `file-remote-p' property for
13453 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13454
13455 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13456
13457 Version 2.0.41 of Tramp released.
13458
13459 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13460 Throw away if process has died.
13461 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13462 (tramp-out-of-band-prompt-regexp): Rename to
13463 `tramp-process-alive-regexp', because its usage is widen.
13464 (tramp-actions-copy-out-of-band): Apply it.
13465 (tramp-actions-before-shell, tramp-multi-actions):
13466 Add `tramp-action-process-alive' action.
13467 (tramp-action-process-alive): New defun.
13468 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13469 Add entry for `file-remote-p'.
13470 (tramp-handle-file-remote-p): New defun.
13471 (top): Remove setting of `file-remote-p'. Don't set
13472 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13473
13474 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13475 `file-remote-p'.
13476
13477 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13478 counted for (last) line. [They should or they shouldn't? --Stef]
13479 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13480
13481 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13482
13483 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13484 not really necessary but seems to keep the shell history smaller
13485 in some cases. It is no substitute for setting HISTFILE and
13486 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13487 though. Suggested by Luc Teirlinck.
13488 (tramp-open-connection-setup-interactive-shell): Export variables
13489 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13490 (tramp-set-process-query-on-exit-flag): New compat function.
13491 (tramp-open-connection-multi, tramp-open-connection-su)
13492 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13493 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13494 (tramp-let-maybe): New macro, let-binds a variable only if it
13495 isn't obsolete.
13496 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13497 (tramp-handle-file-truename): Use it.
13498 (tramp-completion-file-name-regexp-unified): Avoid matching
13499 filenames starting with "/:" -- those are reserved for
13500 file-name-non-special.
13501
13502 * tramp-smb.el (tramp-smb-open-connection):
13503 Use tramp-set-process-query-on-exit-flag compat function.
13504
13505 2004-05-29 Richard M. Stallman <rms@gnu.org>
13506
13507 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13508
13509 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13510 (eval-last-sexp-print-value): Print char equivalent regardless
13511 of standard-output value.
13512
13513 * thumbs.el (thumbs-subst-char-in-string): Delete.
13514 (thumbs-thumbname): Use subst-char-in-string.
13515 (thumbs-resize-image): Use condition-case, not ignore-errors.
13516 (thumbs-kill-buffer): Likewise.
13517
13518 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13519 (thumbs-mode): Make buffer read-only.
13520 (thumbs-make-thumb): Unconditionally accept an existing file.
13521 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13522 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13523 (thumbs-show-thumbs-list): Error if images not supported.
13524 (thumbs-save-current-image): Improve prompt string.
13525 (thumbs-mode-map): Define u, R, x.
13526 (thumbs-unmark): New command.
13527 (thumbs-emboss-image): Minor cleanup.
13528 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13529 (thumbs-rename-images): New command.
13530 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13531
13532 * thumbs.el (thumbs-current-image): New function.
13533 (thumbs-file-list, thumbs-file-alist): New functions.
13534 (thumbs-find-image): Delete arg L.
13535 Don't set up thumbs-fileL as buffer-local global var.
13536 (thumbs-find-image-at-point): Use thumbs-current-image.
13537 (thumbs-set-image-at-point-to-root-window): Likewise.
13538 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13539 Record and warn about errors. Update thumbs-markedL for deletions.
13540 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13541 (thumbs-redraw-buffer): Use thumbs-file-list.
13542 (thumbs-mark): Use thumbs-current-image.
13543 (thumbs-show-name): Use thumbs-current-image.
13544
13545 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13546 and imenu--last-menubar-index-alist.
13547
13548 * subr.el (with-selected-window): Undo previous change.
13549
13550 2004-05-29 John Paul Wallington <jpw@gnu.org>
13551
13552 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13553 (thumbs-mouse-find-image): New command.
13554 (thumbs-mode-map): Bind it to mouse-2.
13555 (thumbs-mode): Make mode-class special.
13556 (thumbs-view-image-mode): Likewise.
13557
13558 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13559
13560 * flymake.el: New file.
13561
13562 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13563
13564 * files.el (find-file-noselect-1): Do not bind
13565 `inhibit-read-only' to t during execution of
13566 `find-file-not-found-functions'.
13567
13568 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13569
13570 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13571 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13572
13573 2004-05-28 Juri Linkov <juri@jurta.org>
13574
13575 * simple.el (eval-expression-print-format): New fun.
13576
13577 * simple.el (eval-expression):
13578 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13579 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13580 (edebug-eval-expression): Print additionally the value returned by
13581 `eval-expression-print-format'.
13582
13583 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13584 (insert-pair): Make arguments optional. Find character pair
13585 from `insert-pair-alist' according to the last input event.
13586 (insert-parentheses): Make arguments optional.
13587 (raise-sexp, delete-pair): New funs.
13588
13589 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13590 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13591 Bind C-M-q to `indent-pp-sexp'.
13592
13593 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13594 `pp-to-string' modified to be able to format text with newlines.
13595 (pp-to-string): Move the buffer-formatting part of the code to
13596 `pp-buffer'. Call `pp-buffer'.
13597
13598 * info.el (Info-desktop-buffer-misc-data): Don't save information
13599 about virtual files.
13600 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13601 buffers with names obtained from the desktop file instead of the
13602 default *info* buffer.
13603
13604 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13605
13606 * subr.el (with-selected-window): Only save/restore the selected window.
13607
13608 * progmodes/compile.el (compilation-error-regexp-alist):
13609 Use expand-file-name and data-directory.
13610
13611 * progmodes/grep.el (grep-tree): Rework previous fix.
13612
13613 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13614 after the user marked text with the mouse.
13615
13616 * startup.el (command-line): Keep the first regexp of
13617 auto-save-file-name-transforms intact.
13618
13619 2004-05-28 Juanma Barranquero <lektu@terra.es>
13620
13621 * cus-edit.el (customize-face, customize-face-other-window)
13622 (custom-face-edit-delete): Make arguments match their use in
13623 docstring.
13624 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13625 docstring.
13626
13627 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13628 not `cvs-butlast'.
13629
13630 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13631 `nbutlast' are in subr.el).
13632
13633 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13634 (set-w32-system-coding-system): Doc fixes.
13635
13636 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13637 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13638 Make arguments match their use in docstring.
13639 (artist-draw-region-trim-line-endings)
13640 (artist-mouse-choose-operation): Fix typo in docstring.
13641 (artist-key-set-point-common): Doc fix.
13642
13643 2004-05-28 Simon Josefsson <jas@extundo.com>
13644
13645 * mail/smtpmail.el (smtpmail-open-stream):
13646 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13647
13648 2004-05-26 Simon Josefsson <jas@extundo.com>
13649
13650 * starttls.el: Merge with my GNUTLS based starttls.el.
13651 (starttls-gnutls-program, starttls-use-gnutls)
13652 (starttls-extra-arguments, starttls-process-connection-type)
13653 (starttls-connect, starttls-failure, starttls-success): New variables.
13654 (starttls-program, starttls-extra-args): Doc fix.
13655 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13656 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13657 and pass on to corresponding *-gnutls function if it is set.
13658
13659 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13660
13661 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13662 remote files.
13663
13664 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13665
13666 * files.el (file-name-non-special): There are more operations
13667 which need handling: `find-backup-file-name',
13668 `insert-file-contents', `verify-visited-file-modtime',
13669 `write-region'. Rename t value of method to `add'. Add new
13670 methods `quote' and `unquote-then-quote' to file-arg-indices.
13671
13672 2004-05-25 Juri Linkov <juri@jurta.org>
13673
13674 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13675 (Info-index-nodes): Enclose code in condition-case to catch errors.
13676 (Info-index-node): Don't search all index nodes if request is only
13677 for the current node and file is not in the cache of index nodes.
13678 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13679 for consistency with dired-copy-filename-as-kill.
13680 Bind `S' to Info-search-case-sensitively.
13681 (Info-copy-current-node-name): New arg. With zero prefix arg put
13682 the name inside a function call to `info'. Display copied text in
13683 the echo area.
13684
13685 2004-05-25 Sam Steingold <sds@gnu.org>
13686
13687 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13688 strip the package prefix from the symbol name, if any.
13689 Make it the `find-tag-default-function' for `lisp-mode'.
13690
13691 2004-05-25 John Paul Wallington <jpw@gnu.org>
13692
13693 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13694 instead of obsolete `process-kill-without-query'.
13695
13696 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13697 Declare as variable, not constant.
13698
13699 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13700
13701 * files.el (find-file-noselect-1): Fix bug introduced by
13702 Revision 1.694. As a side effect, `inhibit-read-only'
13703 is again, by default, t during execution of
13704 `find-file-not-found-functions'.
13705 (insert-directory): Check that lines were really inserted by
13706 the --dired switch, before erasing them.
13707
13708 2004-05-24 Nick Roberts <nickrob@gnu.org>
13709
13710 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13711 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13712 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13713 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13714 gud-minor-mode (gdbmi).
13715
13716 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13717
13718 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13719 explicitly select the text to be taken as URL.
13720
13721 2004-05-23 Juri Linkov <juri@jurta.org>
13722
13723 * info.el (Info-index-nodes): New var and fun.
13724 (Info-goto-index, Info-index, info-apropos)
13725 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13726 (Info-index): Fix docstring. Store and restore Info-history-list.
13727 (Info-complete-nodes): New var.
13728 (Info-complete-menu-item): Use it.
13729 (Info-index-node): New fun.
13730 (Info-final-node, Info-forward-node, Info-backward-node)
13731 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13732 Use Info-index-node.
13733 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13734 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13735 (Info-find-node-2): If a node with period in its name not found,
13736 try to find a node without the name part after period.
13737 (Info-select-node): Call Info-fontify-node only if
13738 Info-fontify-maximum-menu-size is not nil.
13739 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13740 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13741 Preserve Info-history-list.
13742 (Info-toc): Set Info-current-file.
13743 (Info-build-toc): Move point to the beginning of the buffer.
13744 Add main-file variable.
13745 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13746 Use backslashed representation of the control character ^_.
13747
13748 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13749 numbers in the new Texinfo 4.7 format.
13750
13751 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13752 regexps for function and variable names.
13753
13754 * descr-text.el (describe-property-list): Add [show] button for
13755 `syntax-table' property with action to pp to a separate buffer.
13756 (describe-char): Replace search-forward by re-search-forward with
13757 whitespace regexp after "character:" to not fail in too narrow windows.
13758
13759 * simple.el (next-error-find-buffer): Add a rule to return
13760 next-error capable buffer if one window on the selected frame
13761 displays such buffer.
13762
13763 2004-05-23 Nick Roberts <nickrob@gnu.org>
13764
13765 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13766 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13767 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13768 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13769 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13770 Handle new value for gud-minor-mode (gdbmi).
13771 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13772 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13773 Change from local to global gdb variable set.
13774 (gdb-ann3): Initialise above gdb variable set.
13775 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13776 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13777 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13778 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13779 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13780 (gdb-info-locals-handler, gdb-invalidate-assembler)
13781 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13782 set as global variables.
13783 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13784 Handle gdbmi.
13785 (gdb-info-breakpoints-custom): Fix regexp.
13786 (def-gdb-var): Delete.
13787
13788 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13789 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13790 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13791 a new mode. The file (gdb-mi.el) for this mode will be included
13792 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13793 primary interface.
13794
13795 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13796
13797 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13798 interpreted as a directory.
13799
13800 2004-05-22 Richard M. Stallman <rms@gnu.org>
13801
13802 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13803 as a close quote.
13804
13805 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13806
13807 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13808 Use assoc-string, not assoc-ignore-case.
13809
13810 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13811
13812 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13813 If moving back then fwd gets a defun that ends before point,
13814 try again moving fwd then back.
13815
13816 * files.el (file-name-non-special): Allow t in file-arg-indices
13817 to mean requote the return value. Use `identity' as an element
13818 rather than as the whole value.
13819
13820 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13821
13822 2004-05-22 Juanma Barranquero <lektu@terra.es>
13823
13824 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13825 `help-make-usage'.
13826 (help-highlight-arguments): Skip function name before searching
13827 for arguments.
13828
13829 2004-05-21 Juanma Barranquero <lektu@terra.es>
13830
13831 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13832 Don't mention in the docstring these arguments meant for
13833 internal (recursive) use only.
13834 (allout-char-spec): Comment out (it's not implemented).
13835 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13836 obsolescence declaration.
13837 (allout-flatten-exposed-to-buffer)
13838 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13839 (my-mark-marker): Doc fix.
13840 (produce-allout-mode-map, allout-sibling-index)
13841 (allout-isearch-expose, allout-distinctive-bullet)
13842 (allout-open-topic, allout-reindent-body)
13843 (allout-rebullet-heading, allout-process-exposed)
13844 (allout-insert-listified, allout-latex-verb-quote)
13845 (allout-insert-latex-header, allout-insert-latex-trailer):
13846 Make arguments match their use in docstring.
13847 (allout-primary-bullet, allout-old-style-prefixes)
13848 (allout-inhibit-protection, allout-init, allout-mode)
13849 (allout-before-change-protect, allout-flag-region):
13850 Use "Emacs" instead of "emacs" in docstrings.
13851
13852 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13853
13854 * international/characters.el: Modify syntax of more characters.
13855
13856 2004-05-21 Masatake YAMATO <jet@gyve.org>
13857
13858 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13859 (etags-tags-completion-table): Show parsing progress.
13860
13861 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13862
13863 * locate.el (locate-prompt-for-command): Shorten first line of
13864 docstring.
13865 (locate-mode): Expand docstring and include keymap summary.
13866
13867 * files.el (find-file-noselect-1): Limit the scope of the
13868 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13869 is, by default, nil during the execution of
13870 `find-file-not-found-functions' and `find-file-hook'.
13871
13872 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13873
13874 * facemenu.el (facemenu-color-name-equal): New function.
13875 (list-colors-display): Use it to compare colors instead of
13876 facemenu-color-equal.
13877
13878 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13879
13880 * compare-w.el (compare-windows-face): Use min-colors instead of
13881 checking for tty or pc types.
13882
13883 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13886 (completion-setup-function): Use with-current-buffer.
13887 Properly save excursion. Simplify.
13888 Don't assume there is necessarily a `mouse-face' property somewhere.
13889
13890 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13891
13892 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13893
13894 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13895 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13896 Use with-current-buffer.
13897 (byte-goto-log-buffer): Delete.
13898 (byte-compile-log-file): Call compilation-forget-errors.
13899
13900 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13901
13902 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13903 output messages into the search result.
13904
13905 2004-05-19 Masatake YAMATO <jet@gyve.org>
13906
13907 * wid-edit.el (widget-radio-button-notify): Revert my last
13908 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13909
13910 2004-05-19 Kenichi Handa <handa@m17n.org>
13911
13912 * international/characters.el: Fix syntax (open/close) of CJK chars.
13913
13914 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13915
13916 * help-mode.el (help-go-back): Don't depend on position of back button.
13917
13918 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13919
13920 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13921 files files don't contain an accidental additional /.
13922
13923 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13924 in source buffer.
13925
13926 2004-05-18 Masatake YAMATO <jet@gyve.org>
13927
13928 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13929 to widget-apply. :action method assumes 2 arguments, not 3.
13930
13931 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
13932
13933 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13934 New constants.
13935 (hs-special-modes-alist): Add an f90-mode entry.
13936
13937 2004-05-17 Sam Steingold <sds@gnu.org>
13938
13939 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13940 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
13941
13942 2004-05-16 Kim F. Storm <storm@cua.dk>
13943
13944 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13945
13946 2004-05-15 John Wiegley <johnw@newartisans.com>
13947
13948 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13949 (eshell-output-object-to-target): Improve output speed 20% by not
13950 calling `eshell-stringify' if something is already known to be a string.
13951
13952 2004-05-15 Alex Ott <ott@jet.msk.su>
13953
13954 * textmodes/ispell.el (ispell-local-dictionary-alist):
13955 Add windows-1251 to the choice of coding systems.
13956 (ispell-dictionary-alist-6): Add support for "russianw.aff",
13957 encoded in cp1251.
13958
13959 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
13960
13961 * progmodes/compile.el (compilation-warning-face)
13962 (compilation-info-face): Use min-colors.
13963
13964 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13965
13966 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13967 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13968 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13969 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13970 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13971 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13972 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13973 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13974 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13975 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13976 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13977 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13978 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13979 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13980
13981 2004-05-15 Kim F. Storm <storm@cua.dk>
13982
13983 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13984 Use it to set triggered-p element of timer.
13985 (timer-event-handler): Set triggered-p element non-nil while running
13986 the timer function.
13987
13988 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
13989
13990 * descr-text.el (describe-char-unicode-data)
13991 (describe-char-unicodedata-file): Re-enable the unicode code now that
13992 the licensing issues have been cleared in the unicode-4 license.
13993 (describe-text-properties-1): Remove unused `overlay' var.
13994 (describe-char): Remove unused var `buffer'.
13995
13996 2004-05-14 David Ponce <david@dponce.com>
13997
13998 * tree-widget.el: New file.
13999
14000 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14001
14002 * language/european.el ("Brazilian Portuguese"): Add support for
14003 Brazilian Portuguese.
14004
14005 2004-05-13 John Wiegley <johnw@newartisans.com>
14006
14007 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14008 `recentf-mode' if this variable has been customized to t.
14009
14010 * eshell/esh-test.el (eshell-test): Call the function
14011 `emacs-version' rather than trying to build a custom version string.
14012
14013 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * net/telnet.el (telnet-mode): Use define-derived-mode.
14016 Don't modify the global value of comint-prompt-regexp.
14017
14018 2004-05-13 John Paul Wallington <jpw@gnu.org>
14019
14020 * version.el (emacs-version): Check for `gtk' feature before
14021 `x-toolkit' feature.
14022
14023 2004-05-13 Juanma Barranquero <lektu@terra.es>
14024
14025 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14026 arguments in the docstring, they're used only in recursive calls.
14027
14028 * help-fns.el (help-arg-highlighting-function)
14029 (help-argument-name): Delete.
14030 (help-default-arg-highlight): New function.
14031 (help-do-arg-highlighting): Use it.
14032
14033 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14034
14035 * calendar/appt.el (appt-disp-window):
14036 Use `calendar-set-mode-line' for a centered mode-line.
14037
14038 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14039
14040 * calendar/appt.el (appt-disp-window): Do not split window
14041 excessively when `split-height-threshold' is low.
14042
14043 2004-05-12 Nick Roberts <nickrob@gnu.org>
14044
14045 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14046 kill-buffer-hook here and make it local.
14047 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14048
14049 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14050
14051 * progmodes/compile.el (compilation-set-window-height):
14052 Use save-excursion to protect against misplaced marker.
14053
14054 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14055
14056 * custom.el (defface): Document that type can have value gtk.
14057
14058 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14059
14060 2004-05-12 Kenichi Handa <handa@m17n.org>
14061
14062 * descr-text.el: Require quail at comile time.
14063 (describe-char): If an input method is on and it supports the
14064 character, show how to input it.
14065
14066 * international/quail.el (quail-install-decode-map): Accept a
14067 char-table whose subtype is `quail-decode-map'.
14068 (quail-store-decode-map-key, quail-gen-decode-map1)
14069 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14070 (quail-show-key): New functions.
14071
14072 2004-05-12 Juanma Barranquero <lektu@terra.es>
14073
14074 * generic.el (define-generic-mode): Remove redundant arglist info.
14075
14076 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14077 Make arguments match their use in docstring.
14078 (help-arg-highlighting-function): New variable.
14079 (help-argument-name): Mention it in the docstring.
14080 (help-do-arg-highlight): Use it. Expand regexp to accept also
14081 ARG-xxx and xxx-ARG references.
14082
14083 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14084
14085 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14086 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14087 and "mailto:addr1?to=addr2" equal.
14088
14089 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14090
14091 * man.el (Man-getpage-in-background): Use shell-file-name
14092 and shell-command-switch variables instead of hard-coded values.
14093
14094 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14095
14096 * iimage.el: New file.
14097
14098 2004-05-11 Juanma Barranquero <lektu@terra.es>
14099
14100 * custom.el (custom-initialize-default, defcustom):
14101 Fix typo in docstring.
14102
14103 * files.el (set-visited-file-name, file-expand-wildcards):
14104 Fix docstring.
14105
14106 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14109
14110 * subr.el (eventp): Be more discriminating with integers.
14111
14112 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14113
14114 * progmodes/compile.el (compile): Add universal prefix arg.
14115 (compilation-error-regexp-alist-alist): Add edg patterns.
14116
14117 2004-05-10 Sam Steingold <sds@gnu.org>
14118
14119 * textmodes/ispell.el (ispell-message):
14120 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14121
14122 2004-05-10 Dave Love <fx@gnu.org>
14123
14124 * progmodes/python.el (help-buffer): Autoload when compiling.
14125 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14126 (run-python): Prepend to any existing PYTHONPATH.
14127
14128 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14129
14130 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14131 for pending breakpoints.
14132
14133 2004-05-10 Richard M. Stallman <rms@gnu.org>
14134
14135 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14136 directly without calling any functions in Rmail.
14137 (unrmail-unprune): Function deleted.
14138
14139 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14142 C-c C-z binding.
14143
14144 2004-05-10 Kenichi Handa <handa@m17n.org>
14145
14146 * descr-text.el (describe-char): Fix previous change. Don't make
14147 a unibyte character to multibyte in the *Help* buffer.
14148
14149 2004-05-10 Miles Bader <miles@gnu.org>
14150
14151 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14152 buffer an error if the debugger process is actually running.
14153
14154 2004-05-10 Juanma Barranquero <lektu@terra.es>
14155
14156 * help-fns.el (help-argument-name): Default to italic.
14157 (help-highlight-arguments): Return always (usage . doc), even when
14158 usage is nil.
14159
14160 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14161 (define-ibuffer-filter): Add usage info.
14162 (define-ibuffer-op): Add usage info (but CL-style defaults for
14163 keyword args are not shown).
14164
14165 * subr.el (remove-overlays, read-passwd): Fix docstring.
14166 (start-process-shell-command): Fix docstring. Put usage info in a
14167 format usable by `describe-function'.
14168 (open-network-stream, open-network-stream-nowait)
14169 (open-network-stream-server): Fix docstring.
14170
14171 2004-05-09 Jason Rumney <jasonr@gnu.org>
14172
14173 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14174 Only define cp125* if windows-125* is already defined.
14175
14176 * language/korean.el (cp949): Add alias.
14177
14178 * language/chinese.el (cp936, cp950): Add aliases.
14179
14180 * language/japanese.el (cp932): Add alias.
14181
14182 * term/w32-win.el: Require code-pages.
14183
14184 * international/mule-cmds.el (set-locale-environment):
14185 On MS-Windows use ansi code-page for default coding-systems.
14186 Set up paper sizes for Windows 3 letter languages.
14187
14188 * international/code-pages.el (cp932, cp936, cp949, cp950):
14189 Add aliases. Also add cp125* if not already defined.
14190
14191 2004-05-09 Juanma Barranquero <lektu@terra.es>
14192
14193 * help-fns.el (help-highlight-arguments): Don't try to highlight
14194 missing or autoloaded arglists. Accept structured arguments, like
14195 the first ones of `do' and `flet'.
14196
14197 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14198 (cvs-get-marked): Remove redundant arglist info.
14199
14200 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14201 Don't use CL-style default args.
14202
14203 2004-05-08 Andreas Schwab <schwab@suse.de>
14204
14205 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14206
14207 * international/subst-ksc.el: Fix references to utf-translate-cjk
14208 into utf-translate-cjk-mode.
14209 * international/subst-big5.el: Likewise.
14210 * international/subst-gb2312.el: Likewise.
14211 * international/subst-jis.el: Likewise.
14212 * international/utf-16.el: Likewise.
14213 * international/utf-8.el: Likewise.
14214
14215 2004-05-08 John Wiegley <johnw@newartisans.com>
14216
14217 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14218 "virtual buffers" (off by default), which makes it possible to
14219 switch to the "virtual" buffers of recently visited files. When a
14220 buffer name search fails, and this option is on, iswitchb will
14221 look at the list of recently visited files, and permit matching
14222 against those names. When the user hits RET on a match, it will
14223 revisit that file.
14224 (iswitchb-read-buffer): Add two optional arguments, which makes
14225 isearchb.el possible.
14226 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14227 (iswitchb-next-match): Add support for virtual buffers.
14228
14229 * isearchb.el: This module extends iswitchb to provide "as you
14230 type" buffer selection.
14231
14232 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14233 Ignore the read-only property when flyspell highlighting is on.
14234 Not ignoring it leads to a series of confusing errors.
14235 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14236 but also make sure to call flyspell-incorrect-hook.
14237 (flyspell-maybe-correct-transposition): Perform transposition test
14238 by bit twiddling a string, rather than using a temp buffer.
14239 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14240 buffer. This is also the original version of the code, which
14241 could not be checked in before due to a previous lack of
14242 assignment papers. This version has seen heavy usage on my system
14243 for several years now.
14244
14245 * calendar/cal-bahai.el: New file, which adds support for the
14246 Baha'i calendar to Emacs. This calendar is based on a solar year
14247 of 19 months of 19 days, with 4 intercalary days. Each year
14248 begins on March 21, with the calendar starting in 1844.
14249
14250 * calendar/cal-menu.el, calendar/calendar.el
14251 * calendar/diary-lib.el, calendar/holidays.el:
14252 Added support for using cal-bahai.el.
14253
14254 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14255 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14256 function can be used outside of eshell buffers.
14257 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14258
14259 2004-05-08 Juanma Barranquero <lektu@terra.es>
14260
14261 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14262 word constituent so FOO-ARG is not recognized as an arg.
14263 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14264
14265 * simple.el (next-error): Fix typo in docstring.
14266 (open-line): Make argument names match their use in docstring.
14267 (split-line): Fix docstring.
14268
14269 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14270 usable by `describe-function'.
14271 (gensym, gentemp, typep, ignore-errors): Make argument names match
14272 their use in docstring.
14273
14274 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14275 argument to `help-setup-xref'.
14276
14277 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14278
14279 Version 2.0.40 of Tramp released.
14280
14281 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14282 Use symbol-function to invoke functions only known on some Emacs
14283 flavors. This avoids byte-compiler warnings. Reported by Kevin
14284 Scaldeferri <kevin@scaldeferri.com>.
14285 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14286 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14287 consistent with the other tramp-do-* functions.
14288 (tramp-do-copy-or-rename-file): Calls adjusted.
14289 (tramp-process-initial-commands): Avoid liveness check on shell --
14290 we know that it must be alive since we're opening a connection at
14291 this moment.
14292 (tramp-last-cmd): New internal variable.
14293 (tramp-process-echoes): New tunable.
14294 (tramp-send-command): Set tramp-last-cmd.
14295 (tramp-wait-for-output): Delete echo, if applicable.
14296 (tramp-read-passwd): Construct the key for the password cache in a
14297 way that works for multi methods, too.
14298 (tramp-bug): Add backup-directory-alist and
14299 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14300
14301 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14302
14303 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14304
14305 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14306 (tramp-actions-copy-out-of-band): New defcustoms.
14307 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14308 used instead of a synchronous one. Allows password entering.
14309 (tramp-action-out-of-band): New defun.
14310 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14311 Remove restriction with password from doc string.
14312 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14313 `tramp-out-of-band-prompt-regexp',
14314 `tramp-actions-copy-out-of-band', `password-cache' and
14315 `password-cache-expiry'.
14316 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14317 password caching.
14318 (tramp-touch): FILE can be a local file, too.
14319 (TODO): Remove items done.
14320 (tramp-handle-insert-directory): Properly quote file name also if
14321 not full-directory-p. Handle wildcard case. Reported by Andreas
14322 Schwab <schwab@suse.de>.
14323 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14324 new file.
14325 (tramp-handle-file-local-copy, tramp-handle-write-region):
14326 The permissions of the temporary file are set if filename exists.
14327 Reported by Ted Stern <stern@cray.com>.
14328 (tramp-backup-directory-alist)
14329 (tramp-bkup-backup-directory-info): New defcustoms.
14330 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14331 (tramp-handle-find-backup-file-name): New function.
14332 Implements Tramp's find-backup-file-name.
14333
14334 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14335 for `find-backup-file-name'.
14336
14337 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14338 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14339
14340 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14341
14342 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14343
14344 2004-05-07 Juanma Barranquero <lektu@terra.es>
14345
14346 * subr.el (lambda): Add arglist description to docstring.
14347 (declare): Fix typo in docstring.
14348 (open-network-stream): Fix docstring.
14349 (process-kill-without-query): Fix docstring and add obsolescence info.
14350 (last, butlast, nbutlast): Make arguments match their use in docstring.
14351 (insert-buffer-substring-no-properties): Likewise.
14352 (insert-buffer-substring-as-yank): Likewise.
14353 (split-string): Fix docstring.
14354
14355 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14356 Make argument names match their use in docstring.
14357
14358 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14359
14360 2004-05-06 Nick Roberts <nickrob@gnu.org>
14361
14362 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14363 Fit first sentence on one line for apropos-command.
14364
14365 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14366
14367 Changes largely merged in from Dave Love's code.
14368 * progmodes/python.el: Doc fixes.
14369 (python-mode-map): Add python-complete-symbol.
14370 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14371 (python-comment-indent, python-complete-symbol)
14372 (python-symbol-completions, python-partial-symbol)
14373 (python-try-complete): New.
14374 (python-indent-line): Remove optional arg. Use python-block-end-p.
14375 (python-check): Bind compilation-error-regexp-alist.
14376 (inferior-python-mode): Use rx. Move keybindings to top level.
14377 Set comint-input-filter.
14378 (python-preoutput-filter): Use rx.
14379 (python-input-filter): Re-introduce.
14380 (python-proc): Start new process if necessary.
14381 Check python-buffer non-nil.
14382 (view-return-to-alist): Defvar.
14383 (python-send-receive): New.
14384 (python-eldoc-function): Use it.
14385 (python-mode-running): Don't defvar.
14386 (python-mode): Set comment-indent-function.
14387 Maybe update hippie-expand-try-functions-list.
14388 (python-indentation-levels): Initialize differently.
14389 (python-block-end-p): New.
14390 (python-indent-line): Use it.
14391 (python-compilation-regexp-alist): Augment.
14392 (run-python): Import `emacs' module to Python rather than loading
14393 code directly. Set python-buffer differently.
14394 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14395 Use python-proc.
14396 (python-send-command): Go to end of comint buffer.
14397 (python-load-file): Use python-proc, emacs.eimport.
14398 (python-describe-symbol): Simplify interactive form.
14399 Use emacs.help. Do use temp-buffer-show-hook.
14400 Call print-help-return-message.
14401 (hippie-exp): Require when compiling.
14402 (python-preoutput-continuation): Use rx.
14403
14404 * diff-mode.el (diff-make-unified): Fix regexp.
14405
14406 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14407
14408 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14409 filter groups from the buffer when rebuilding the Ibuffer buffer
14410 and `ibuffer-show-empty-filter-groups' is nil.
14411
14412 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14413
14414 * ps-print.el (ps-print-quote): Call ps-value-string.
14415 (ps-setup): Call ps-comment-string.
14416 (ps-value-string, ps-comment-string): New funs.
14417
14418 2004-05-06 Juanma Barranquero <lektu@terra.es>
14419
14420 * ehelp.el (electric-help-command-loop): Check whether the last
14421 character is visible, not (point-max).
14422
14423 * help-fns.el (help-argument-name): Default to bold; don't inherit
14424 from font-lock-variable-name-face.
14425 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14426
14427 2004-05-05 Kenichi Handa <handa@m17n.org>
14428
14429 * descr-text.el (describe-char): Copy the character with text
14430 properties and overlays into the first line, and call
14431 describe-text-properties on it.
14432
14433 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14434
14435 * iswitchb.el (iswitchb-global-map): Fix typo.
14436 Remove unwanted ###autoloads from source file.
14437
14438 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14439
14440 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14441 in run-hooks. Use substitute-command-keys in message.
14442 (wdired-abort-changes): Add message.
14443
14444 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14445
14446 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14447 (sql-emacs20-p): Remove.
14448 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14449 (sql-builtin-face, sql-doc-face): Remove.
14450 (sql-mode-ansi-font-lock-keywords)
14451 (sql-mode-oracle-font-lock-keywords)
14452 (sql-mode-postgres-font-lock-keywords)
14453 (sql-mode-linter-font-lock-keywords)
14454 (sql-mode-ms-font-lock-keywords)
14455 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14456 (sql-product-font-lock): Fix font-lock reset when font rules change.
14457 (sql-highlight-product): Remove incorrect font-lock reset logic.
14458
14459 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14460
14461 * ses.el (ses-set-parameter): Fix typo.
14462
14463 2004-05-04 Kim F. Storm <storm@cua.dk>
14464
14465 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14466 Must expand directory for completion to work; and don't mess with
14467 process-environment.
14468 (ido-read-file-name): If command has ido property, don't use ido
14469 if value is ignore, or read as directory if value is dir.
14470 Set ido ignore property for dired-do-rename command.
14471
14472 2004-05-04 Juanma Barranquero <lektu@terra.es>
14473
14474 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14475 (electric-help-help): Check against unmapped commands.
14476
14477 * help-fns.el (help-argument-name): New face, inheriting from
14478 font-lock-variable-name-face, to highlight function arguments in
14479 `describe-function' and `describe-key'.
14480 (help-do-arg-highlight): Auxiliary function to highlight a given
14481 list of arguments in a string.
14482 (help-highlight-arguments): Highlight the function arguments and
14483 all uses of them in the docstring.
14484 (describe-function-1): Use it. Do docstring output via `insert',
14485 not 'princ', so text attributes are preserved.
14486
14487 * winner.el (winner-mode-map): Move `winner-undo' and
14488 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14489 previous bindings conflict with `prev-buffer', `next-buffer').
14490
14491 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14492
14493 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14494 (bibtex-entry-update): New command bound to C-c C-u.
14495 (bibtex-text-in-string): Fix regexp.
14496 (bibtex-assoc-of-regexp): Remove.
14497 (bibtex-progress-message): Fix docstring.
14498 (bibtex-inside-field): Use if.
14499 (bibtex-assoc-regexp): New function.
14500 (bibtex-format-entry): Make code more robust so that it formats
14501 also old entries.
14502 (bibtex-autokey-demangle-title): Merge with obsolete function
14503 bibtex-assoc-of-regexp.
14504 (bibtex-field-list): New function.
14505 (bibtex-entry): Use bibtex-field-list.
14506 (bibtex-parse-entry): Fix docstring.
14507 (bibtex-print-help-message): Use bibtex-field-list.
14508 (bibtex-make-field): Use bibtex-field-list.
14509 (bibtex-entry-index): Bugfix. Return crossref key if required.
14510 (bibtex-lessp): Fix docstring.
14511
14512 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14513
14514 * select.el (xselect-convert-to-string): Move comment to intended line.
14515
14516 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14517
14518 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14519 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14520
14521 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14522
14523 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14524 x-get-selection.
14525
14526 2004-05-03 Jason Rumney <jasonr@gnu.org>
14527
14528 * makefile.nt: Remove.
14529
14530 2004-05-03 Kim F. Storm <storm@cua.dk>
14531
14532 * emulation/cua-base.el (cua--update-indications): Fix last change.
14533 (cua-mode): Deactivate mark when cua-mode is enabled.
14534
14535 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14536
14537 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14538
14539 2004-05-03 Nick Roberts <nickrob@gnu.org>
14540
14541 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14542 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14543 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14544 window over visible frames.
14545 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14546
14547 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * progmodes/compile.el (compilation-gcpro): New var.
14550 (compilation-fake-loc): Use it.
14551 (compilation-forget-errors): Reset it.
14552
14553 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14554
14555 * diff-mode.el (diff-header-face, diff-file-header-face):
14556 Use min-colors.
14557
14558 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14559
14560 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14561 (bibtex-clean-entry): Disentangle code.
14562 (bibtex-realign): New function.
14563 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14564 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14565 Remove undocumented optional arg called-by-convert-alien.
14566 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14567 for sorting instead of bibtex-sort-buffer.
14568
14569 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14570
14571 * progmodes/compile.el (compilation-start): In the
14572 no-async-subprocesses branch, call sit-for to give redisplay a
14573 chance to show the updated process status in the mode line, and
14574 fontify the buffer explicitly after the process exits.
14575
14576 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * progmodes/python.el (python-compilation-line-number): Remove.
14579 (python-compilation-regexp-alist): Don't use it any more.
14580 (python-orig-start, python-input-filter): Remove.
14581 (inferior-python-mode): Don't set up comint-input-filter-functions.
14582 (python-send-region): Use compilation-fake-loc.
14583
14584 * progmodes/compile.el (compilation-messages-start): New var.
14585 (compilation-mode): Don't setup next-error-function here.
14586 (compilation-setup): Set it up here instead (for minor modes as well).
14587 Make compilation-messages-start buffer local.
14588 (compilation-next-error-function): Use it.
14589 (compilation-forget-errors): Set compilation-messages-start.
14590
14591 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14592
14593 * ielm.el (ielm-prompt-read-only): Update docstring.
14594
14595 * comint.el (comint-prompt-read-only): Update docstring.
14596 (comint-update-fence, comint-kill-whole-line)
14597 (comint-kill-region): New functions.
14598
14599 * simple.el (kill-whole-line): Use "p" instead of "P" in
14600 interactive form.
14601
14602 2004-05-01 Juanma Barranquero <lektu@terra.es>
14603
14604 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14605 format arglist so default values in CL-style argument lists are
14606 correctly shown.
14607
14608 2004-05-01 Jason Rumney <jasonr@gnu.org>
14609
14610 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14611
14612 2004-05-01 Kenichi Handa <handa@m17n.org>
14613
14614 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14615 quail file if it is up to date.
14616
14617 2004-04-30 Juri Linkov <juri@jurta.org>
14618
14619 * cus-edit.el (custom-mode-map):
14620 Add key binding `C-x C-s' to `Custom-save'.
14621
14622 * outline.el (outline-blank-line): New var.
14623 (outline-next-preface, outline-show-heading)
14624 (outline-end-of-subtree): Use it.
14625
14626 * dired-aux.el (dired-touch-initial): New fun.
14627 (dired-do-chxxx): Call it for op-symbol `touch'.
14628 (dired-diff): Use `dired-dwim-target-directory'
14629 if current dired buffer has no buffer mark.
14630
14631 * bindings.el (propertized-buffer-identification):
14632 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14633 Add C-M-arrow keys for consistency.
14634
14635 * files.el (confirm-kill-emacs):
14636 Change group from top-level `emacs' to `convenience'.
14637
14638 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14639 Push mark on the first call of successive command calls.
14640 (insert-pair): New fun created from `insert-parentheses' with
14641 `open' and `close' arguments added. Enclose active regions
14642 in paired characters. Compare adjacent characters syntax with
14643 inserted characters syntax before inserting a space.
14644 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14645
14646 * delsel.el: Don't put `delete-selection' property
14647 on `insert-parentheses' symbol to take advantage of
14648 region handling in `insert-pair' function.
14649 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14650
14651 2004-04-30 Kim F. Storm <storm@cua.dk>
14652
14653 * emulation/cua-base.el: Add support for changing cursor types;
14654 based on patch from Michael Mauger.
14655 (cua-normal-cursor-color, cua-read-only-cursor-color)
14656 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14657 Customization cursor type and/or cursor color.
14658 (cua--update-indications): Handle cursor type changes.
14659 (cua-mode): Update cursor indications if enabled.
14660
14661 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14662
14663 * mouse.el (mouse-drag-copy-region): New defcustom.
14664 (mouse-set-region, mouse-drag-region-1): Use it.
14665
14666 * simple.el (kill-ring-save): If region face background color is
14667 unspecified (if no highlighting), show extent of fully visible
14668 region even if transient-mark-mode is enabled.
14669
14670 * emulation/cua-base.el (cua--standard-movement-commands):
14671 Add cua-scroll-up and cua-scroll-down.
14672 (cua-scroll-up, cua-scroll-down): New commands.
14673 (cua--init-keymaps): Remap scroll-up and scroll-down.
14674
14675 * emulation/cua-rect.el (cua--convert-rectangle-as):
14676 New defmacro.
14677 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14678 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14679 New commands (suggested by Jordan Breeding).
14680
14681 2004-04-30 Juanma Barranquero <lektu@terra.es>
14682
14683 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14684
14685 2004-04-30 Mario Lang <mlang@delysid.org>
14686
14687 * diff.el (diff-switches): Fix typo in docstring.
14688
14689 2004-04-30 Alex Schroeder <alex@gnu.org>
14690
14691 * xml.el (xml-debug-print-internal): Don't add newline and
14692 indentation to text nodes and write empty elements as empty tags
14693 instead of opening and closing tags.
14694 (xml-debug-print): Take optional indent-string argument.
14695 (xml-print): Alias for xml-debug-print.
14696
14697 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14698
14699 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14700 than duplicate call to `line-beginning-position'.
14701
14702 * progmodes/f90.el (f90-get-present-comment-type):
14703 Return whitespace, as well as comment chars, for consistent filling
14704 of comment blocks. Use `match-string-no-properties'.
14705 (f90-break-line): Trim trailing whitespace when filling comments.
14706
14707 2004-04-30 Dave Love <fx@gnu.org>
14708
14709 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14710 (diary-from-outlook-internal, diary-from-outlook)
14711 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14712 New functions to import diary entries from Outlook-format
14713 appointments in mail messages.
14714
14715 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * progmodes/python.el (python-send-command): New fun.
14718 (python-send-region, python-load-file): Use it.
14719
14720 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14721
14722 * help-fns.el (help-C-file-name): Use new subr-name.
14723 Prepend `src/' to the file name.
14724 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14725 (describe-function-1, describe-variable): Only find a C source file
14726 name if DOC is already loaded.
14727
14728 * help-mode.el (help-function-def, help-variable-def):
14729 Use the new find-function-search-for-symbol functionality.
14730 Allow FILE to be `C-source'.
14731
14732 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14733 (find-function-C-source): New fun.
14734 (find-function-search-for-symbol): Use it.
14735
14736 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14737
14738 * progmodes/sql.el (sql-product-alist): Rename variable
14739 `sql-product-support'. Add Postgres login parameters.
14740 (sql-set-product, sql-product-feature): Update with renamed variable.
14741 (sql-connect-postgres): Add username prompt.
14742 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14743 Make patterns less product specific.
14744 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14745 (sql-mode-abbrev-table): Modify initialization.
14746 (sql-builtin-face): Add variable.
14747 (sql-keywords-re): Add macro.
14748 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14749 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14750 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14751 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14752 (sql-mode-linter-font-lock-keywords)
14753 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14754 (sql-mode-sybase-font-lock-keywords)
14755 (sql-mode-informix-font-lock-keywords)
14756 (sql-mode-interbase-font-lock-keywords)
14757 (sql-mode-ingres-font-lock-keywords)
14758 (sql-mode-solid-font-lock-keywords)
14759 (sql-mode-sqlite-font-lock-keywords)
14760 (sql-mode-db2-font-lock-keywords): Default to nil.
14761 (sql-product-font-lock): Always highlight ANSI keywords.
14762 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14763 (sql-send-string): Add function.
14764
14765 2004-04-29 Dave Love <fx@gnu.org>
14766
14767 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14768 (cfengine-end-of-defun): Ensure progress through buffer.
14769
14770 * info-look.el (cfengine-mode): Accept a terminal ().
14771
14772 2004-04-29 Juri Linkov <juri@jurta.org>
14773
14774 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14775 instead of isearch-yank-word-or-char. Add new key bindings for
14776 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14777 (isearch-del-char): New fun.
14778 (isearch-forward, isearch-edit-string): Update docstring.
14779 (isearch-yank-char): Doc fix.
14780 (isearch-other-meta-char): Restore point after scrolling.
14781
14782 * progmodes/compile.el (compilation-context-lines): Add nil option
14783 to disable compilation output window scrolling.
14784 (compilation-set-window): Use it.
14785
14786 * outline.el (outline-next-preface, outline-show-heading):
14787 Don't leave unhidden blank line before heading.
14788 (outline-end-of-subtree): Include last newline into subtree.
14789 (hide-entry): Leave point at beginning of heading instead of end.
14790 (outline-up-heading): Push mark for the first call of successive
14791 command calls.
14792
14793 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14794
14795 * comint.el (comint-prompt-read-only): New variable.
14796 (comint-output-filter): Implement it.
14797
14798 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14799 (ielm-prompt-internal): New variable.
14800 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14801 (ielm-send-input): Delete unused variable `buf'.
14802 (ielm-eval-input): Use `ielm-prompt-internal'.
14803 (inferior-emacs-lisp-mode): Use new variables
14804 `comint-prompt-read-only' and `ielm-prompt-internal'.
14805 Get rid of obsolete variable `directory-sep-char'.
14806 (ielm): Use `zerop'.
14807
14808 2004-04-29 John Paul Wallington <jpw@gnu.org>
14809
14810 * thumbs.el (toplevel): Require cl at compile time.
14811 Remove conditional definitions of `ignore-errors' and `caddar'
14812 because they occur at run time.
14813
14814 2004-04-28 Nick Roberts <nickrob@gnu.org>
14815
14816 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14817 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14818 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14819 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14820
14821 * progmodes/gud.el (gud-common-init): Throw an error if program is
14822 already running under gdb.
14823
14824 2004-04-28 John Paul Wallington <jpw@gnu.org>
14825
14826 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14827 (thumbs-show-image-num): Move assignment of
14828 `thumbs-current-image-filename' within scope of `i'.
14829 (thumbs-emboss-image): Don't use `evenp'.
14830
14831 2004-04-28 Richard M. Stallman <rms@gnu.org>
14832
14833 * progmodes/compile.el (compilation-context-lines): Default now 0.
14834
14835 2004-04-28 Juanma Barranquero <lektu@terra.es>
14836
14837 Use `time-less-p' from calendar/time-date.el instead of defining
14838 custom versions of it.
14839
14840 * pcomplete.el (pcomplete-time-less-p): Remove.
14841
14842 * thumbs.el (time-less-p): Remove.
14843
14844 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14845 (timeclock-generate-report): Use `time-less-p'.
14846
14847 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14848 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14849
14850 2004-04-28 Masatake YAMATO <jet@gyve.org>
14851
14852 * subr.el (remove-overlays): Make arguments optional.
14853
14854 * wid-edit.el (widget-specify-button): Put evaporate to the
14855 overlay for sample.
14856 (widget-specify-sample): Put evaporate to the overlay for sample.
14857 (widget-specify-doc): Put evaporate to the overlay for documentation.
14858
14859 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14860
14861 * info.el (info-apropos): Make it an index node. Align node names
14862 like makeinfo.
14863
14864 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14865
14866 * net/browse-url.el (browse-url-netscape-sentinel)
14867 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14868 (browse-url-epiphany-sentinel, browse-url-mosaic):
14869 Use browse-url-*-program instead of a literal program name.
14870
14871 2004-04-27 Kevin Ryde <user42@zip.com.au>
14872
14873 * eshell/em-alias.el:
14874 * eshell/em-dirs.el:
14875 * eshell/em-hist.el:
14876 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14877 features when M-x customize-group loads modules before the main
14878 eshell.el.
14879
14880 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14881
14882 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14883 either a character representation of an event or an event
14884 description list.
14885
14886 * type-break.el: Capitalise Emacs and Lisp.
14887 (type-break-good-break-interval, type-break-demo-boring-stats)
14888 (type-break-terse-messages, type-break-file-name): New defcustoms.
14889 (type-break-post-command-hook)
14890 (type-break-warning-countdown-string): Quote variable names in doc.
14891 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14892 (type-break-mode): Document type-break-good-break-interval and the
14893 "session" file. Schedule break according to the session file.
14894 Kill session file buffer on exit. Organise for save-some-buffers
14895 to always save the session file.
14896 (type-break-mode-line-message-mode, type-break-query-mode):
14897 Uppercase arguments.
14898 (type-break-file-time, type-break-file-keystroke-count, timep)
14899 (type-break-choose-file, type-break-get-previous-time)
14900 (type-break-get-previous-count): New defuns.
14901 (type-break): Avoid break querying after a completed break in the
14902 case where the query was initiated during user invocation of the
14903 break. Optional terse messages.
14904 Use type-break-good-break-interval if type-break-good-rest-interval is
14905 nil. File the break time.
14906 (type-break-schedule): New optional args for overriding the use of
14907 the current time.
14908 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14909 after a break.
14910 (type-break-check): File the keystroke count.
14911 (type-break-do-query): Prevent a second query when the break is
14912 interrupted. Optional terse message.
14913 (type-break-keystroke-reset): Record the start of a typing interval.
14914 (type-break-demo-boring): Optional terse messages. Display word
14915 per minute and keystroke counts according to
14916 type-break-demo-boring-stats.
14917
14918 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
14919
14920 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14921 directories, make sure they exist under archive-tmpdir.
14922
14923 2004-04-27 Juri Linkov <juri@jurta.org>
14924
14925 * help.el (view-emacs-news): With argument, display info for the
14926 selected version by finding it among different NEWS files, and
14927 narrowing the buffer to the selected version.
14928
14929 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14930 same-window-buffer-names.
14931 (info): New arg `buffer'. Use it. Doc fix. Read file name for
14932 non-numeric prefix argument, append the number to the buffer name
14933 for numeric prefix argument.
14934 (info-other-window): Bind same-window-regexps to nil.
14935 (Info-reference-name): Rename to Info-point-loc.
14936 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14937 and Info-find-index-name for stringy Info-point-loc.
14938 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
14939 without middle `.', but with final `.' and optional line number
14940 for it. Set Info-point-loc for index nodes.
14941 (Info-index): Remove middle `.' from index entry regexp.
14942 Modify line number regexp.
14943 (Info-index-next): Decrement line number.
14944 (info-apropos): Remove middle `.' from index entry regexp.
14945 Add optional line number regexp at the end. Add matched value
14946 for line number to the result list and insert it to the buffer.
14947 Replace match-string by match-string-no-properties.
14948 Reorder result list.
14949 (Info-fontify-node): Hide index line numbers.
14950 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14951 empty matches.
14952 (Info-follow-reference): Use `str' instead of
14953 Info-following-node-name-re.
14954 (Info-toc): Use full file names. Set Info-current-node to "Top".
14955 (Info-fontify-node): Compare file names without directory name.
14956 (Info-try-follow-nearest-node): Don't set Info-reference-name.
14957 Set second arg of Info-extract-menu-node-name for index nodes.
14958 (info-xref-visited): Use magenta3 instead of magenta4.
14959 (Info-mode): Add info-apropos to docstring.
14960
14961 * log-view.el (log-view-diff): Replace interactive code "r"
14962 by a list to allow to call it even if region is not active.
14963
14964 * paren.el (show-paren-highlight-openparen): New var.
14965 (show-paren-function): Turn on openparen highlighting when
14966 matching forward if show-paren-highlight-openparen is non-nil.
14967
14968 * simple.el (kill-ring-save): Use blink-matching-delay instead of
14969 the constant value 1.
14970 (completions-common-part): Expand docstring.
14971
14972 * textmodes/picture.el (picture-mode-map): Add arrow keys.
14973
14974 2004-04-27 Kim F. Storm <storm@cua.dk>
14975
14976 * image.el (insert-sliced-image): Use line-height instead of
14977 line-spacing property on newline.
14978
14979 2004-04-26 Lars Hansen <larsh@math.ku.dk>
14980
14981 * desktop.el (desktop-buffer-misc-data-function): Rename to
14982 desktop-save-buffer and change docstring.
14983 (desktop-buffer-modes-to-save): Delete.
14984 (desktop-save-buffer-p): Use desktop-save-buffer instead of
14985 desktop-buffer-modes-to-save.
14986 (desktop-save): Rename desktop-buffer-misc-data-function to
14987 desktop-save-buffer and allow non-function value.
14988 (desktop-missing-file-warning): Correct docstring.
14989
14990 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14991 to desktop-save-buffer.
14992
14993 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14994 desktop-save-buffer.
14995
14996 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14997
14998 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14999
15000 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15001
15002 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15003
15004 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15005
15006 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15007 (ielm): Only go to the end of the buffer when starting a new process.
15008
15009 2004-04-25 Juanma Barranquero <lektu@terra.es>
15010
15011 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15012 mode line. Bind `inhibit-read-only' to t before modifying
15013 properties of text in the buffer.
15014 (ielm): Force point to the end of buffer, even when running ielm
15015 from inside itself.
15016
15017 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15018
15019 * info.el (info-apropos): Reset Info-complete-cache.
15020
15021 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15022
15023 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15024 Also recognize severe Irix et al. messages.
15025 (compilation-normalize-filename, compile-abbreviate-directory):
15026 Delete functions.
15027 (compilation-get-file-structure): New function inherits
15028 functionality of the two preceding ones.
15029 (compilation-internal-error-properties, compilation-fake-loc):
15030 Use it so that different paths to the same file share the same
15031 markers. Also optimize finding adjacent marker slightly.
15032
15033 2004-04-25 Kim F. Storm <storm@cua.dk>
15034
15035 * image.el (insert-sliced-image): Add line-spacing t property
15036 to newlines separating image lines.
15037
15038 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15039
15040 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15041
15042 * ielm.el (ielm-prompt-read-only): New user option.
15043 (ielm-prompt): Expand docstring to describe new behavior.
15044 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15045 mention it in the docstring.
15046
15047 2004-04-24 Andreas Schwab <schwab@suse.de>
15048
15049 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15050
15051 * diff.el (diff): Set default-directory in diff buffer.
15052
15053 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15054
15055 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15056 mail was being composed if the terminal cannot display more than
15057 one frame; instead, switch to previous frame.
15058
15059 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15060 (rmail-start-mail): Support rmail-mail-new-frame even on
15061 terminals that can display only one frame at a time.
15062
15063 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15064
15065 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15066 (checkdoc-output-font-lock-keywords): Remove error regexp.
15067 (checkdoc-output-mode-map): Remove.
15068 (checkdoc-output-mode): Derive from compilation-mode.
15069 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15070
15071 * dired.el (dired-mode-map): Add a menu entry for wdired.
15072
15073 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15074 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15075
15076 * wdired.el (wdired-mode-map): Move init into declaration.
15077 Fix `return' binding.
15078 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15079 Use force-mode-line-update.
15080 (wdired-get-filename): Use `unless'.
15081 (wdired-preprocess-files): Don't assume names have no \n and use / for
15082 dir separator.
15083 (wdired-normalize-filename): Use replace-regexp-in-string.
15084 (wdired-load-hooks): Remove.
15085 (wdired-mode-hooks): Rename to wdired-mode-hook.
15086
15087 * info-look.el: Add support for cfengine-mode.
15088 (info-lookup-setup-mode): Use dolist.
15089
15090 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15091
15092 * wdired.el: New file.
15093
15094 2004-04-23 Juanma Barranquero <lektu@terra.es>
15095
15096 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15097
15098 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15099 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15100 (pcomplete--help, pcomplete--here): Doc fixes.
15101
15102 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15103
15104 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15105 handles wrong-number-of-arguments in backend call.
15106
15107 * vc.el (vc-print-log): Likewise.
15108
15109 2004-04-20 Dave Love <fx@gnu.org>
15110
15111 * emacs-lisp/rx.el: Doc fixes.
15112 (rx-constituents): Add/extend many forms.
15113 (rx-check): Check form is a list.
15114 (bracket): Defvar.
15115 (rx-check-any, rx-any, rx-check-not): Modify.
15116 (rx-not): Simplify.
15117 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15118 (rx-kleene): Use rx-trans-forms.
15119 (rx-quote-for-set): Delete.
15120 (rx): Allow multiple args.
15121
15122 2004-04-23 Kenichi Handa <handa@m17n.org>
15123
15124 * international/mule-util.el (char-displayable-p): Simplify by
15125 using internal-char-font.
15126
15127 2004-04-23 Juanma Barranquero <lektu@terra.es>
15128
15129 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15130
15131 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15132
15133 * diff-mode.el (diff-next-error): New fun.
15134 (diff-mode): Use it.
15135
15136 * simple.el (next-error): Change arg name.
15137 Add support for the documented C-u C-x ` usage.
15138
15139 * frame.el (special-display-popup-frame, next-multiframe-window)
15140 (previous-multiframe-window): Only consider frames on same display.
15141
15142 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15143
15144 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15145 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15146
15147 2004-04-22 Kim F. Storm <storm@cua.dk>
15148
15149 * net/telnet.el (telnet): Add optional port arg.
15150
15151 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15152
15153 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15154 Minor sanity check on the `hyperlink' slot.
15155
15156 * Makefile.in (recompile): Compile new files.
15157
15158 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15159 Add byte-recompile-directory's optional `arg'.
15160
15161 * cvs-status.el (cvs-tree-use-charset): New var.
15162 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15163 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15164 (cvs-status-cvstrees): Use it.
15165
15166 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15167 Make it a normal major mode.
15168 (checkdoc-buffer-label): Make sure the file name is meaningful.
15169 (checkdoc-output-to-error-buffer): Remove.
15170 (checkdoc-error, checkdoc-start-section): Rewrite.
15171
15172 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15173 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15174 (Info-title-4-face): Use new syntax.
15175 (info-xref-visited): Inherit from info-xref.
15176
15177 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15178
15179 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15180
15181 * simple.el (next-error-last-buffer, next-error-function):
15182 New variables for the next-error framework.
15183 (next-error-buffer-p): New function.
15184 (next-error-find-buffer): Generalize compilation-find-buffer.
15185 (next-error, previous-error, first-error, next-error-no-select)
15186 (previous-error-no-select): Move from compile.el.
15187
15188 * replace.el (occur-next-error, occur-1): Hook into the next-error
15189 framework.
15190
15191 * progmodes/compile.el (compilation-start):
15192 Set next-error-last-buffer so next-error knows where to jump.
15193 (compilation-setup): Set the buffer-local variable
15194 next-error-function to 'compilation-next-error-function.
15195 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15196 alternate way to find if a buffer is a compilation buffer, for
15197 next-error convenience.
15198 (next-error-no-select, previous-error-no-select, next-error)
15199 (previous-error, first-error): Move to simple.el.
15200 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15201 (compilation-last-buffer): Remove.
15202 (compilation-start, compilation-next-error, compilation-setup)
15203 (compilation-next-error-function, compilation-find-buffer):
15204 Remove compilation-last-buffer use.
15205
15206 2004-04-21 Juanma Barranquero <lektu@terra.es>
15207
15208 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15209 (font-lock-warning-face): Fix spacing.
15210
15211 * makefile.w32-in (WINS): Add url/ directory.
15212
15213 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15214
15215 * desktop.el (desktop-buffer-mode-handlers): New variable.
15216 Alist of major mode specific functions to restore a desktop buffer.
15217 (desktop-buffer-handlers): Make variable obsolete.
15218 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15219 Catch errors signaled in handlers. Update buffer count.
15220 Evaluate desktop-buffer-point.
15221 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15222 move to dired.el.
15223 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15224 move to info.el.
15225 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15226 move to mail/rmail.el.
15227 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15228 to mh-e/mh-e.el.
15229 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15230 On fail, print message (to message buffer) even if
15231 desktop-missing-file-warning is nil.
15232 (desktop-buffer-misc-data-function): New buffer local variable.
15233 Function returning major mode specific data.
15234 (desktop-buffer-misc-functions): Make variable obsolete.
15235 (desktop-save): Use desktop-buffer-misc-data-function.
15236 (desktop-buffer-dired-misc-data): Rename to
15237 dired-desktop-buffer-misc-data and move to dired.el.
15238 (desktop-buffer-info-misc-data): Rename to
15239 Info-desktop-buffer-misc-data and move to info.el.
15240 (desktop-read): Add message about number of buffers restored/failed.
15241
15242 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15243 Add parameters. Pause to display error only when
15244 desktop-missing-file-warning is non-nil.
15245 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15246 (dired-mode): Bind desktop-buffer-misc-data-function.
15247
15248 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15249 Add Parameters.
15250 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15251 (Info-mode): Bind desktop-buffer-misc-data-function.
15252
15253 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15254 Add Parameters.
15255
15256 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15257 Add Parameters.
15258
15259 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15260
15261 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15262 the case of letters in case-insensitive expansions when the
15263 abbrev is preceded by characters with letter syntax.
15264
15265 2004-04-21 Richard M. Stallman <rms@gnu.org>
15266
15267 * progmodes/cperl-mode.el (cperl-putback-char):
15268 Delete Emacs 18 definition.
15269
15270 * international/mule.el (ctext-post-read-conversion):
15271 Use assoc-string, not assoc-ignore-case.
15272
15273 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15274
15275 * emacs-lisp/easymenu.el (easy-menu-add):
15276 Do call x-popup-menu, but only if it's defined.
15277
15278 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15279
15280 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15281 Handle multiple args: compile like progn.
15282
15283 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15284 take all args as &rest arg.
15285
15286 * autoinsert.el (auto-insert-alist): Insert the user's name in
15287 copyright notice, rather than Free Software Foundation.
15288
15289 2004-04-21 Kenichi Handa <handa@m17n.org>
15290
15291 * descr-text.el (describe-char): Make it work on *Help* buffer.
15292
15293 2004-04-21 Kim F. Storm <storm@cua.dk>
15294
15295 * image.el (insert-image): Add optional SLICE arg.
15296 (insert-sliced-image): New defun.
15297
15298 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15299
15300 * subr.el (read-number): Check whether `default' is nil.
15301
15302 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15303
15304 * progmodes/compile.el (compilation-error-properties):
15305 Split into two.
15306 (compilation-internal-error-properties): New one.
15307 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15308
15309 2004-04-20 Richard M. Stallman <rms@gnu.org>
15310
15311 * window.el (split-window-save-restore-data):
15312 Don't update the data if OLD-INFO is nil.
15313
15314 * view.el (view-return-to-alist): Mark it permanent local.
15315
15316 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15317
15318 * recentf.el (recentf-save-list): Catch and warn about errors.
15319
15320 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15321 so "Buffers" won't be pure.
15322
15323 * help-mode.el (help-mode-finish): Set help-return-alist first
15324 thing, setting only the entry for the selected window.
15325
15326 * help-fns.el (describe-function-1): If many non-control non-meta
15327 keys run the command, don't list all of them.
15328
15329 2004-04-20 Juanma Barranquero <lektu@terra.es>
15330
15331 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15332 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15333
15334 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15335
15336 2004-04-20 Kenichi Handa <handa@m17n.org>
15337
15338 * international/quail.el (quail-lookup-key): New optional arg
15339 NOT-RESET-INDICES.
15340 (quail-get-translations): Call quail-lookup-key with
15341 NOT-RESET-INDICES t.
15342 (quail-completion): Likewise.
15343 (quail-lookup-map-and-concat): Likewise.
15344
15345 2004-04-20 Kenichi Handa <handa@m17n.org>
15346
15347 * international/quail.el (quail-update-translation): Don't insert
15348 such an unsupported multibyte char in a unibyte buffer.
15349
15350 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15351
15352 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15353 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15354 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15355 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15356 (gdb-frame-assembler-buffer): Improve behaviour with
15357 multiple frames.
15358 (gdb-display-buffer): Extend search to all visible frames.
15359
15360 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15361
15362 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15363 characters left after base64 decoding.
15364 (rmail-decode-region): Use -dos variety of `coding', to remove any
15365 ^M characters left after qp or base64 decoding.
15366
15367 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15368
15369 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15370 messages.
15371
15372 2004-04-19 Stephen Eglen <stephen@gnu.org>
15373
15374 * add-log.el (add-change-log-entry): Update doc string to mention
15375 add-log-full-name and add-log-mailing-address.
15376
15377 2004-04-18 Juri Linkov <juri@jurta.org>
15378
15379 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15380 (Info-find-node-2): Simplify error message.
15381 (Info-insert-dir): Use Info-following-node-name.
15382 (Info-goto-node): Remove *info-history* and *info-toc*.
15383 (Info-history): Create a node of the virtual history file.
15384 (Info-toc): Create a node of the virtual toc file.
15385 (Info-insert-toc): New arg `curr-file' for reference file names.
15386 (info-apropos): Remove redundant var binding for temp-file.
15387 (Info-index, Info-index-next, Info-mode): Doc fix.
15388 (Info-goto-emacs-command-node): Don't jump to *info* from
15389 non-*info* Info buffers.
15390 (Info-fontify-node): Don't show the file name of external
15391 references if `Info-hide-note-references' is `hide'. Don't hide
15392 newlines at the end of paragraphs.
15393
15394 * international/mule-diag.el (list-input-methods):
15395 Fix args to help-xref-button.
15396
15397 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15398 to put into effect local variables from TUTORIAL files.
15399
15400 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15401 with default value taken from the variable `sentence-end'.
15402 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15403 Add nil const to :type.
15404 (sentence-end-without-period, sentence-end-double-space)
15405 (sentence-end-without-space): Doc fix.
15406
15407 * textmodes/paragraphs.el (forward-sentence):
15408 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15409 (fill-delete-newlines):
15410 * progmodes/cc-cmds.el (c-beginning-of-statement):
15411 Use function `sentence-end' instead of variable `sentence-end'.
15412
15413 2004-04-18 Andreas Schwab <schwab@suse.de>
15414
15415 * progmodes/compile.el (compilation-start): Set window start to
15416 point-min if compilation-scroll-output is nil.
15417
15418 2004-04-18 John Wiegley <johnw@newartisans.com>
15419
15420 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15421
15422 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15423
15424 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15425 (gdb-info-breakpoints-custom): Revert previous change.
15426 (gdb-view-assembler): Update assembler if necessary.
15427 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15428 (gdb-display-source-buffer): Update properly when both source and
15429 assembler are visible.
15430
15431 2004-04-17 John Wiegley <johnw@newartisans.com>
15432
15433 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15434 which limits the number of names shown in the minibuffer. Off by
15435 default.
15436 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15437 up iswitchb for users with a multitude of open buffers by showing
15438 only the first and last N/2 buffers in the completion list (which
15439 is enough to aid C-s/C-r, and to know that more characters are
15440 needed to refine the completion list).
15441
15442 2004-04-17 Richard M. Stallman <rms@gnu.org>
15443
15444 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15445 (file-truename): Expand all ~ constructs directly.
15446 (insert-directory): Delete any error msg output by the
15447 `insert-directory-program'.
15448
15449 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15450 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15451 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15452 (allout-init): Use find-file-hook, not find-file-hooks.
15453 (allout-mode): Eliminate Emacs 18 support.
15454 Use write-contents-functions, not local-write-file-hooks.
15455
15456 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15457
15458 * progmodes/compile.el (compilation-error-properties): Fix for
15459 adding messages when there are already markers for their file.
15460 (compilation-fake-loc): New function.
15461
15462 2004-04-16 Dave Love <fx@gnu.org>
15463
15464 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15465 (python-load-file): Fix python-orig-start setting.
15466
15467 * progmodes/compile.el: Doc fixes.
15468 (compilation-error-regexp-alist-alist)
15469 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15470 (compilation-assq): Wrap in eval-when-compile.
15471 (compilation-mode-font-lock-keywords): Don't use list*.
15472 (compilation-start): Avoid warning.
15473 (compilation-compat-error-properties)
15474 (compilation-directory-properties): Add keymap property.
15475 (compilation-parsing-end): Make it a marker for better compatibility.
15476
15477 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15478
15479 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15480
15481 * xml.el: Doc fixes.
15482 (xml-get-children): Only looks at sub-tags and ignore strings.
15483
15484 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15485
15486 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15487
15488 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15489
15490 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15491
15492 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15493
15494 * vc.el (vc-print-log): Likewise.
15495
15496 2004-04-16 Masatake YAMATO <jet@gyve.org>
15497
15498 * simple.el (completion-setup-function): Set an initial value
15499 to `element-common-end' before entering loop. Set a value
15500 to `element-common-end' at the end of loop.
15501 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15502 (completions-common-part): Rename from completion-de-emphasis.
15503 (completions-first-difference): Rename from completion-emphasis.
15504 Suggested by RMS.
15505
15506 2004-04-16 Juanma Barranquero <lektu@terra.es>
15507
15508 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15509 (bookmark-edit-annotation-mode): Add mode name.
15510
15511 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15512
15513 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15514 for nested conflict markers.
15515 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15516
15517 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15518
15519 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15520
15521 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15522
15523 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15524
15525 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15526 Give a backtrace if requested.
15527
15528 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15529
15530 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15531 Remove unused functions.
15532 (python-orig-start-line, python-orig-file): Remove.
15533 (python-orig-start): New var.
15534 (python-input-filter, python-compilation-line-number)
15535 (python-send-region, python-load-file): Use it.
15536
15537 * info.el (info): Always jump to *info*.
15538
15539 * subr.el (posn-set-point): New function.
15540
15541 * mouse.el (mouse-set-point): Use it.
15542
15543 * progmodes/compile.el (compile-goto-error): Use it.
15544 (compilation-button-map): New keymap.
15545 (compilation-error-properties): Use it.
15546 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15547
15548 * smerge-mode.el (smerge-popup-context-menu): Use it.
15549
15550 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15551 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15552 mouse and non-mouse case.
15553
15554 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15555 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15556
15557 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15558 Make it work for non-mouse events.
15559
15560 * pcvs-info.el (cvs-status-map): Update binding name.
15561
15562 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15563
15564 * xml.el (xml-maybe-do-ns): New function to handle namespace
15565 parsing of both attribute and element names.
15566 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15567 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15568 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15569 (xml-parse-attlist): Make it do its own namespace parsing.
15570
15571 2004-04-14 Dave Love <fx@gnu.org>
15572
15573 * progmodes/python.el (run-python): Fix use of \n.
15574 (python-load-file): Remove `try' from Python fragment.
15575 (python-describe-symbol): Fix message.
15576
15577 * comint.el: Doc fixes.
15578 (comint-last-input-start, comint-last-input-end)
15579 (comint-last-output-start): Give them values.
15580 (comint-arguments): Avoid warning.
15581 (comint-skip-prompt): Use line-end-position.
15582 (comint-backward-matching-input): Rename arg to agree with doc.
15583 (comint-extract-string): Use syntax-ppss.
15584 (comint-dynamic-simple-complete): Delete useless list construction.
15585 (comint-redirect-subvert-readonly): New.
15586 (comint-redirect-preoutput-filter): Use it.
15587
15588 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15589 Correctly handle negative arguments when calling hook functions.
15590
15591 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15592
15593 * info.el (info-apropos): Don't clobber Info-history-list.
15594
15595 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15596
15597 * progmodes/compile.el (compilation-setup):
15598 Localize overlay-arrow-position.
15599 (compilation-sentinel): Restructure code equivalently.
15600 (compilation-next-error): Find message on same line after point if
15601 not found before point.
15602 (compile-mouse-goto-error): Restore function so that compilation
15603 buffer need not be current and use compile-goto-error.
15604 (compile-goto-error): Restore function.
15605 (next-error): Set overlay-arrow-position.
15606 (compilation-forget-errors): Don't localize already local
15607 compilation-locs and remove FIXME about refontifying.
15608
15609 2004-04-14 Kim F. Storm <storm@cua.dk>
15610
15611 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15612 (command-line): New option -Q. Like -q --no-site-file, but
15613 in addition it also disables menu-bar, tool-bar, scroll-bars,
15614 tool-tips, and the blinking cursor.
15615 (command-line-1): Skip startup screen if -Q.
15616 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15617
15618 * emulation/cua-base.el (cua-read-only-cursor-color)
15619 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15620
15621 2004-04-13 Dave Love <fx@gnu.org>
15622
15623 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15624 (syntax): Don't require.
15625 (python) <defgroup>: Add :version.
15626 (python-quote-syntax): Re-written.
15627 (inferior-python-mode): Move stuff here from run-python and add
15628 some more.
15629 (python-preoutput-continuation, python-preoutput-result)
15630 (python-dotty-syntax-table): New.
15631 (python-describe-symbol): Use them.
15632 (run-python): Move stuff to inferior-python-mode. Modify code
15633 loaded into Python.
15634 (python-send-region): Use python-proc, python-send-string.
15635 (python-send-string): Send newlines too. Callers changed.
15636 (python-load-file): Re-written.
15637 (python-eldoc-function): New.
15638 (info-look): Don't require.
15639 (python-after-info-look): New. A modified version of former
15640 top-level code for use with eval-after-load.
15641 (python-maybe-jython, python-guess-indent): Use widened buffer.
15642 (python-fill-paragraph): Re-written.
15643 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15644 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15645
15646 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15647
15648 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15649 Set compilation-error-regexp-alist earlier.
15650
15651 * progmodes/compile.el (compilation-minor-mode-map)
15652 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15653 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15654
15655 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15658 corresponding to the event.
15659
15660 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15661
15662 * loadup.el: Add cygwin to system-type list, for unexec() support.
15663
15664 2004-04-12 John Paul Wallington <jpw@gnu.org>
15665
15666 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15667 (ibuffer-restore-window-config-on-quit): New variable to replace
15668 `ibuffer-delete-window-on-quit'. Update all references.
15669 (ibuffer-prev-window-config): New variable.
15670 (ibuffer-quit): Restore previous window configuration instead of
15671 deleting window.
15672 (ibuffer): Save window configuration before showing Ibuffer buffer.
15673
15674 * help.el (describe-mode): Doc fix.
15675
15676 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15677
15678 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15679 not to treat nil as a function.
15680
15681 * vc-arch.el (vc-arch-root): Be a bit more careful.
15682 (vc-arch-register): Save the buffer if we modified it.
15683 (vc-arch-delete-rej-if-obsolete): Save excursion.
15684 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15685 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15686
15687 * net/ldap.el (ldap-search): Use list*.
15688
15689 2004-04-12 Juri Linkov <juri@jurta.org>
15690
15691 * info.el (Info-follow-reference): Allow multiline reference name.
15692
15693 2004-04-11 Dave Love <fx@gnu.org>
15694
15695 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15696
15697 * progmodes/python.el: New file.
15698
15699 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15700
15701 * vc-hooks.el (vc-arg-list): Function removed.
15702 (vc-default-workfile-unchanged-p): Use condition-case to check for
15703 backward compatibility.
15704
15705 * vc.el (vc-print-log): Use condition-case to check for backward
15706 compatibility.
15707
15708 2004-04-11 Juri Linkov <juri@jurta.org>
15709
15710 * dired.el (dired-faces): New defgroup.
15711 (dired-header, dired-mark, dired-marked, dired-flagged)
15712 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15713 New faces.
15714 (dired-header-face, dired-mark-face, dired-marked-face)
15715 (dired-flagged-face, dired-warning-face, dired-directory-face)
15716 (dired-symlink-face, dired-ignored-face): New face variables.
15717 (dired-font-lock-keywords): Use them instead of font-lock faces.
15718 Split the rule for dired marks into 3 separate rules: for marks,
15719 marked file names and flagged file names.
15720
15721 * help-mode.el (help-make-xrefs): Add a final newline to the
15722 *Help* buffer.
15723
15724 2004-04-11 John Paul Wallington <jpw@gnu.org>
15725
15726 * replace.el (occur-engine): Distinguish between one and several
15727 matches in the matches per buffer heading.
15728
15729 2004-04-11 Kim F. Storm <storm@cua.dk>
15730
15731 * ido.el (ido-confirm-unique-completion): New defcustom.
15732 (ido-complete): Use it.
15733 (ido-write-file): Set it to t unconditionally.
15734
15735 2004-04-10 Miles Bader <miles@gnu.org>
15736
15737 RCS keyword removal (only non-comment changes are enumerated here):
15738
15739 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15740 (byte-compile-insert-header): Don't use `byte-compile-version'.
15741 * forms.el (forms-version): Variable removed.
15742 (forms-mode): Don't use `forms-version'.
15743 * recentf.el (recentf-version): Variable removed.
15744 * progmodes/delphi.el (delphi-version): Variable removed.
15745 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15746
15747 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15750
15751 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15752
15753 * info.el (info-apropos): Improve menu item regexp.
15754
15755 2004-04-09 Simon Josefsson <jas@extundo.com>
15756
15757 * mail/smtpmail.el: Add comment, based on report by
15758 kdc@rcn.com (Kevin D. Clark).
15759
15760 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15761
15762 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15763 Redo one more thing that I didn't notice Daniel had undone.
15764
15765 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15766
15767 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15768 (gdb-goto-breakpoint, gdb-display-buffer)
15769 (gdb-display-source-buffer, gdb-view-source-function)
15770 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15771 (gdb-source-info, gdb-frame-handler): Don't specify a window
15772 for display.
15773 (gdb-info-breakpoints-custom): Remove superfluous update of
15774 assembler buffer.
15775 (gdb-many-windows): Make settable outside gdb.
15776
15777 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15778
15779 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15780 Derive from fundamental-mode rather than text-mode.
15781
15782 2004-04-08 Juri Linkov <juri@jurta.org>
15783
15784 * info.el (Info-history): Doc fix.
15785 (Info-history-list): New var.
15786 (info-xref): Change magenta4 to blue, remove bold for dark and
15787 light backgrounds, change bold to underline for non-color classes.
15788 (info-xref-visited): New face.
15789 (Info-fontify-visited-nodes): New custom.
15790 (Info-hide-note-references): Add new value `hide'. Doc fix.
15791 (Info-reference-name): New var.
15792 (Info-selection-hook): New custom.
15793 (Info-edit-mode-hook): New var.
15794 (Info-find-file): New fun.
15795 (Info-find-node): Move part of code to Info-find-file.
15796 (Info-find-node-2): Add anchors to Info-history-list. Move point
15797 to the place with the reference name if name is defined.
15798 (Info-select-node): Add current node to Info-history-list.
15799 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15800 (Info-search-whitespace-regexp): New custom.
15801 (Info-search-case-fold): New var.
15802 (Info-search): Add "case-sensitively" to the prompt.
15803 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15804 (Info-search-case-sensitively, Info-search-next): New fun.
15805 (Info-up): Move point to the menu item of the current node.
15806 (Info-history): New fun. Add *info-history* to
15807 same-window-buffer-names.
15808 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15809 (Info-insert-toc): New fun.
15810 (Info-build-toc): New fun.
15811 (Info-follow-reference): Add new arg `fork'. Doc fix.
15812 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15813 with the same name prefer the reference closest to point.
15814 (Info-next-reference): Replace * by + in the *Note regexp.
15815 Add regexp for http:// and ftp://. Skip the *Note prefix.
15816 (Info-prev-reference): Replace * by + in the *Note regexp.
15817 Add regexp for http:// and ftp://. Skip the *Note prefix.
15818 (Info-follow-nearest-node): Add new arg `fork'.
15819 (Info-try-follow-nearest-node): Add new arg `fork'.
15820 Call browse-url for http:// and ftp:// references.
15821 Set Info-reference-name for index entries.
15822 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15823 Info-search-next, Info-history, Info-toc, clone-buffer.
15824 (Info-menu-update): Replace * by + in the *Note regexp.
15825 (Info-mode): Add documentation for Info-history, Info-toc,
15826 Info-search-case-sensitively, Info-search-next, clone-buffer.
15827 (Info-fontify-menu-headers): Remove fun. Move code to
15828 Info-fontify-node.
15829 (Info-fontify-node): Add docstring. Add local vars
15830 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15831 then fontify header line, titles, menu headers, http and ftp
15832 references, refill paragraphs. If not-fontified-p is t or
15833 fontify-visited-p is t then fontify cross references, menu items.
15834 Fontify menu headers. Fontify http and ftp references.
15835 Change regexp for cross references to require whitespace after *Note,
15836 add matching groups for file and node names. Remove hack for quote.
15837 Use display property for Info-hide-note-references=t. Use fifth
15838 or fourth match for help-echo. Display visited nodes in a
15839 different face. Unhide file names of external references.
15840 Unhide newlines. Display visited menu items in a different face.
15841
15842 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * progmodes/compile.el: Require CL.
15845 (compilation-mode-font-lock-keywords): Re-install the "line as
15846 function" patch.
15847
15848 * help-fns.el (help-C-source-directory): New var.
15849 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15850 (describe-function-1, describe-variable): Use them.
15851
15852 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15853 to C source files specially.
15854
15855 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15856
15857 * info.el (Info-hide-cookies-node): New function.
15858 (Info-select-node): Use it.
15859 (Info-display-images-node): Remove message with image file name.
15860
15861 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15862
15863 * progmodes/compile.el (compilation-warning-face)
15864 (compilation-info-face, compilation-skip-threshold)
15865 (compilation-skip-visited, compilation-context-lines):
15866 Declare :version when added to Emacs.
15867 (compilation-error-regexp-alist-alist): Extend caml and irix.
15868 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15869 (compilation-mode-font-lock-keywords): Temporarily undo line as
15870 function patch, which wasn't ready.
15871
15872 2004-04-07 Kenichi Handa <handa@m17n.org>
15873
15874 * international/latin1-disp.el (latin1-display-setup): Check each
15875 character is displayable or not instead of calling
15876 latin1-display-check-font.
15877
15878 2004-04-06 Kenichi Handa <handa@m17n.org>
15879
15880 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15881 New variable.
15882 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15883 instead of sera-being-called-by-w3.
15884 (ethio-fidel-to-sera-buffer): Likewise.
15885 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15886 instead of sera-being-called-by-w3.
15887 (ethio-write-file): Likewise.
15888
15889 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15890
15891 * printing.el: Doc fix.
15892
15893 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15894
15895 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15896 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15897 (gdb-setup-windows): Only use separate IO buffer if required.
15898
15899 2004-04-06 Kim F. Storm <storm@cua.dk>
15900
15901 * term.el (term-is-xemacs): Remove.
15902 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15903 (term-window-width): New function.
15904 (term-mode, term-check-size): Use it.
15905 (term-mode): Disable overflow-newline-into-fringe in term buffer.
15906
15907 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
15908
15909 * cus-edit.el (custom-add-parent-links): Change unbound variable
15910 `symbol' to `name'.
15911
15912 2004-04-05 Jesper Harder <harder@ifa.au.dk>
15913 * info.el (info-apropos): New function.
15914 (Info-mode-menu): Add it.
15915 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15916
15917 * help-mode.el (help-make-xrefs): Recognize aliased variable with
15918 inherited docstring.
15919
15920 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15921
15922 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15925
15926 * progmodes/compile.el (font-lock): Don't require any more.
15927 (compilation-error-properties, compilation-start, compilation-sentinel)
15928 (compilation-filter, next-error): Use with-current-buffer.
15929 (compilation-skip-to-next-location, compilation-skip-threshold)
15930 (compilation-skip-visited): Move to silence the byte-compiler.
15931 (compilation-setup): Simplify.
15932 (compilation-next-error): Use line-(beginning|end)-position.
15933 Make sure `pt' is non-nil before using compilation-loop.
15934 (compile-goto-error): Add optional event arg. Use it.
15935 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15936 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15937 Update the binding for mouse-2.
15938 (first-error): Set compilation-current-error to nil rather than bob.
15939 (compilation-parsing-end, compilation-parse-errors-function)
15940 (compilation-error-list, compilation-old-error-list):
15941 "New" compatibility variables.
15942 (compile-buffer-substring, compilation-compat-error-properties)
15943 (compilation-compat-parse-errors, compilation-forget-errors):
15944 New compatibility functions.
15945 (compilation-mode-font-lock-keywords): Use them.
15946
15947 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
15948
15949 * autorevert.el (auto-revert-handler): If point (or a window
15950 point) is at the end of the buffer, keep it there after
15951 reverting. This allows to tail a file.
15952 Mention this in the `Commentary'.
15953
15954 * format.el (format-write-file): Add optional argument CONFIRM
15955 and make it behave like the analogous argument to `write-file'.
15956
15957 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15958
15959 * progmodes/ebnf2ps.el: Doc fix.
15960 (ebnf-version): New version number (4.2).
15961 (ebnf-syntax): Customization and docstring fix.
15962 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15963 Put autoloaded funs before first use.
15964 (ebnf-style-database): Add dtd entry.
15965 (ebnf-syntax-alist): Add dtd initialization.
15966 (ebnf-token-sequence): New fun.
15967 (ebnf-comment-table): Add new comment action character.
15968 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15969
15970 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15971 Type Definition for XML).
15972
15973 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15974 * progmodes/ebnf-bnf.el (ebnf-sequence):
15975 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15976 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15977 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15978 Code simplification: call ebnf-token-sequence.
15979
15980 2004-04-04 Eli Zaretskii <eliz@gnu.org>
15981
15982 * calendar/timeclock.el (timeclock-relative)
15983 (timeclock-get-project-function, timeclock-get-workday-function)
15984 (timeclock-query-out, timeclock-when-to-leave)
15985 (timeclock-when-to-leave-string, timeclock-log-data)
15986 (timeclock-generate-report, timeclock-in): Doc fixes.
15987
15988 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * url/: New dir. Import the URL package from its repository.
15991
15992 2004-04-03 Andreas Schwab <schwab@suse.de>
15993
15994 * diff-mode.el (diff-mode): Fix missing quote.
15995
15996 2004-04-03 Juri Linkov <juri@jurta.org>
15997
15998 * descr-text.el (describe-property-list): Add `font-lock-face'.
15999
16000 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16001
16002 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16003
16004 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16005 Use utf-16le on little endian machines and utf-16be otherwise.
16006
16007 2004-04-02 David Kastrup <dak@gnu.org>
16008
16009 * net/browse-url.el (browse-url-generic): Use call-process
16010 instead of start-process to allow browsers that fork and detach.
16011
16012 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16013
16014 * compile.el (compilation-current-error): New var.
16015 (compilation-setup, compile-mouse-goto-error)
16016 (compile-goto-error, next-error): Use it.
16017 (compilation-skip-to-next-location): Default to t, which gives
16018 contiguous skipping like old compile (where this was redundant).
16019 (compilation-next-error): Prevent previous-* commands from moving
16020 back to message at or just before point.
16021
16022 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16023
16024 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16025 (gdb-source-info): Don't display source at startup, if required.
16026 (gdb-show-main): New option.
16027 (gdba): Update documentation.
16028 (gdb-source): Cover case of auto-display output.
16029
16030 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16031
16032 * autorevert.el: Delete obsolete autoload's and defvar's.
16033 (auto-revert-check-vc-info): New user option.
16034 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16035 (auto-revert-handler-vc): Delete.
16036 (auto-revert-handler): Treat return value `fast' of
16037 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16038
16039 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16040 return `fast'.
16041
16042 * files.el (buffer-stale-function): Doc change.
16043
16044 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16045
16046 * printing.el: New tip on Tips section.
16047 (pr-version): New version number (6.7.4).
16048 (pr-shell-file-name): Initialization fix.
16049
16050 2004-03-31 Juri Linkov <juri@jurta.org>
16051
16052 * dired.el: Add autoload for `dired-do-touch'.
16053 (dired-touch-program): New var.
16054 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16055 (dired-no-confirm): Add `touch' to docstring.
16056
16057 * dired-aux.el (dired-do-touch): New fun.
16058 (dired-do-chxxx): Add argument -t for touch operation.
16059
16060 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16061 `dired-move-to-filename-regexp'.
16062
16063 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16064
16065 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16066
16067 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16068
16069 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16070 and only if the buffer was modified.
16071
16072 2004-03-30 Kenichi Handa <handa@m17n.org>
16073
16074 * international/characters.el: Delete pairs for U+2308..U+230B.
16075
16076 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16077
16078 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16079 to detect the beginning of a level 2 or 3 annotation.
16080
16081 2004-03-29 Kenichi Handa <handa@m17n.org>
16082
16083 * international/ucs-tables.el (ucs-insert): Fix the error message.
16084
16085 2004-03-29 Kenichi Handa <handa@m17n.org>
16086
16087 * international/mule-util.el (char-displayable-p): Fix generation
16088 of XLFD file name.
16089
16090 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16091 before finding directories by `find'.
16092
16093 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * subr.el (interactive-form): Delete. Now implemented in C.
16096
16097 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16098
16099 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16100 (vc-diff-label): New fun.
16101 (vc-diff-internal): Use it.
16102
16103 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16104
16105 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16106
16107 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16108
16109 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16110 specify XML (EBNFX).
16111
16112 * progmodes/ebnf2ps.el: Doc fix.
16113 (ebnf-version): New version number (4.1).
16114 (ebnf-syntax): Adjust customization.
16115 (ebnf-style-database): Add ebnfx entry.
16116 (ebnf-syntax-alist): Add ebnfx initialization.
16117 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16118
16119 * printing.el: Doc fix.
16120 (pr-version): New version number (6.7.3).
16121 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16122 returns nil for mouse position. Reported by Drew Adams
16123 <drew.adams@oracle.com>.
16124 (pr-update-menus): Modify interactive declaration. Reported by Drew
16125 Adams <drew.adams@oracle.com>.
16126
16127 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16128
16129 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16130 (gud-gdba-marker-filter): Log the process input and output, if
16131 required. From Stefan Monnier.
16132 (gdb-debug-log, gdb-enable-debug-log): New variables.
16133 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16134
16135 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16136
16137 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16138 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16139
16140 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16141
16142 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16143 Call vc-find-file-hook here instead of in auto-revert-buffers.
16144 (auto-revert-buffers): Delete call to vc-find-file-hook.
16145 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16146 (global-auto-revert-mode, auto-revert-set-timer)
16147 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16148
16149 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16150
16151 * woman.el (woman-change-fonts): Rename local variable
16152 woman-font-alist to font-alist to avoid a compiler warning.
16153
16154 2004-03-27 Dave Love <fx@gnu.org>
16155
16156 * emacs-lisp/rx.el (rx): Doc fix.
16157 Fix copyright years.
16158
16159 * strokes.el (strokes-global-set-stroke-string): New function.
16160 (strokes-list-strokes): Cope with strings, not just commands.
16161 Set foreground colour of image.
16162 (strokes-global-set-stroke): Doc fix.
16163
16164 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16165
16166 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16167 Auto Revert mode.
16168 (Buffer-menu-files-only): New variable.
16169 (Buffer-menu-toggle-files-only): New function.
16170 (Buffer-menu-mode-map): Bind it to `T'.
16171 (Buffer-menu-mode): Mention `T' in docstring.
16172 Set buffer-stale-function.
16173 (list-buffers-noselect): Mark buffer non-modified and set
16174 Buffer-menu-files-only.
16175
16176 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16177
16178 * autorevert.el (auto-revert-handler): Print revert message
16179 before, rather than after, reverting.
16180 (buffer-stale-function): Move to files.el.
16181
16182 * files.el (buffer-stale-function): Move here from autorevert.el.
16183
16184 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16185
16186 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16187
16188 * calc/calc.el (calc-mode-map): Use mapc.
16189
16190 * apropos.el (apropos-mode): Don't autoload.
16191 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16192 (apropos): Use it.
16193 (apropos-print): Add optional `text' argument.
16194 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16195 Don't assume point-min == 1.
16196
16197 * bs.el (bs-buffer-list): Use buffer-local-value.
16198 (bs--set-toggle-to-show): Use with-current-buffer.
16199
16200 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16201 New funs.
16202 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16203
16204 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16205
16206 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16207 (dabbrev--find-expansion): Use pop.
16208 (dabbrev--search): Use match-string-no-properties.
16209
16210 * dired.el (dired-mode): Use run-mode-hooks.
16211 (dired-move-to-end-of-filename): Use match-string.
16212
16213 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16214 is bound before using it.
16215 (ediff-verbose-p): Make it into a var since it's not constant.
16216
16217 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16218
16219 * faces.el (read-face-font): Don't cons up unnecessarily.
16220 (header-line, tool-bar): Share common parts.
16221
16222 * files.el (file-relative-name): Use compare-strings.
16223
16224 * finder.el (finder-mode): Follow coding convention.
16225
16226 * subr.el (read-number): New function.
16227
16228 * ses.el (ses-read-number): Move to subr.el.
16229 (ses-set-header-row): Use read-number.
16230
16231 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16232
16233 * vc-hooks.el (vc-arg-list): New function, which handles both
16234 compiled and uncompiled code.
16235 (vc-default-workfile-unchanged-p): Use it.
16236
16237 * vc.el (vc-print-log): Undo prev change, use new function
16238 vc-arg-list from vc-hooks.el.
16239
16240 2004-03-26 Masatake YAMATO <jet@gyve.org>
16241
16242 * simple.el (completion-setup-function): Emphasize the
16243 first uncommon characters in the completions; and de-emphasize
16244 the common prefix substrings.
16245 (completion-emphasis): New face.
16246 (completion-de-emphasis): New face.
16247
16248 2004-03-25 Juanma Barranquero <lektu@terra.es>
16249
16250 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16251 Comment out (it's unused and unfinished code).
16252
16253 2004-03-25 Sam Steingold <sds@gnu.org>
16254
16255 * vc.el (vc-print-log): Fix a bug in the last patch:
16256 backend-function may be a byte-compiled object, not a lambda.
16257
16258 2004-03-25 Juri Linkov <juri@jurta.org>
16259
16260 * descr-text.el (describe-property-list): Add a button
16261 for `face' property that calls `describe-face'.
16262 Suggested by luis fernandes <elf@ee.ryerson.ca>
16263
16264 * international/mule.el (keyboard-coding-system):
16265 * kmacro.el (kmacro-call-macro): Fix docstring.
16266
16267 * dired.el: Fix comments.
16268
16269 * textmodes/fill.el (fill): Fix Info link.
16270
16271 * font-lock.el (fast-lock, lazy-lock):
16272 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16273 Info node.
16274
16275 * eshell/eshell.el (eshell): Fix broken info-link.
16276
16277 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16278 * eshell/em-banner.el (eshell-banner):
16279 * eshell/em-smart.el (eshell-smart):
16280 * eshell/esh-cmd.el (eshell-cmd):
16281 Comment out broken info-links to incomplete Info manual.
16282
16283 * info-xref.el: Fix commentary.
16284
16285 2004-03-25 Kevin Ryde <user42@zip.com.au>
16286
16287 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16288 Remove spurious node duplicate suppression, doesn't work, not wanted.
16289 (info-xref-output): Take format style args, add "sit-for 0" to let
16290 user see the results as they progress.
16291 (info-xref-check-all-custom): New function.
16292
16293 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16294
16295 * gdb-ui.el: Moved to progmodes.
16296
16297 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16298
16299 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16300
16301 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16302
16303 * calendar/appt.el (appt-check): Remove superfluous progn.
16304 When finished with diary buffer: if it was not being displayed
16305 before, kill it; otherwise restore its original state.
16306 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16307
16308 * calendar/calendar.el (calendar-set-mode-line): Use total
16309 available mode-line width, rather than frame-width.
16310
16311 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16312 after mode change so effect not lost.
16313
16314 2004-03-23 Dave Love <fx@gnu.org>
16315
16316 * dired.el (dired) <defgroup>: Add link to manual.
16317 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16318 (dired-revert): Use dolist.
16319 (dired-mode-map): Add U binding.
16320 (dired-mode): Add font-lock-beginning-of-syntax-function.
16321 (dired-garbage-files-regexp): Make it a defcustom.
16322
16323 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16324
16325 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16326 is equivalent to nil.
16327 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16328 (vc-arch-mode-line-string): Accept `added' state.
16329 (vc-arch-state): Use inode-sigs if available.
16330 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16331 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16332 (vc-arch-tagline-re): New var.
16333 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16334 New functions.
16335 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16336 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16337
16338 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16339 (vc-file-not-found-hook): Use it.
16340
16341 * diff-mode.el (diff-default-read-only): Change default.
16342 (diff-mode-hook): Make it a defcustom. Add some options.
16343 (diff-mode-map): Bind diff-refine-hook.
16344 (diff-yank-handler): New var.
16345 (diff-yank-function): New fun.
16346 (diff-font-lock-keywords): Use them.
16347 (diff-end-of-file): Handle case where file-header looks like diff text.
16348 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16349 (diff-file-kill): Delete a subsequent empty line, if applicable.
16350 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16351 (diff-find-file-name): Use it.
16352 (diff-tell-file-name): New command.
16353 (diff-mode): Be careful with view-mode.
16354 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16355 New functions, for use in diff-mode-hook.
16356 (diff-find-source-location): Catch "regex too large" errors.
16357 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16358 (diff-refine-hunk): New command.
16359
16360 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16361 (smerge-context-menu-map): Remove unused var.
16362 (smerge-keep-all): Preserve markers.
16363 (smerge-keep-n): New fun.
16364 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16365 (smerge-keep-current, smerge-ediff): Use it.
16366 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16367 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16368 (smerge-resolve): Resolve trivial 3-part conflicts.
16369
16370 2004-03-23 Juri Linkov <juri@jurta.org>
16371
16372 * man.el (Man-width): New var.
16373 (Man-getpage-in-background): Use it.
16374 (Man-support-local-filenames): New var and fun.
16375 (Man-build-man-command): Don't add a second %s.
16376 (Man-fontify-manpage): Clean up message.
16377 (Man-mode): Set outline-regexp, outline-level,
16378 imenu-generic-expression.
16379
16380 * woman.el (woman-fill-frame): Doc fix.
16381 (woman-decode-region): Use window-width instead of frame-width.
16382
16383 * abbrevlist.el (list-one-abbrev-table):
16384 * descr-text.el (describe-char):
16385 * international/mule-diag.el (describe-current-coding-system):
16386 * international/quail.el (quail-insert-decode-map):
16387 Use window-width instead of frame-width.
16388
16389 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16390 (jka-compr-mode-alist-additions): Add tbz.
16391 (jka-compr-write-region, jka-compr-insert-file-contents):
16392 Add message for undefined compress-program.
16393 (jka-compr-write-region): Remove redundant var bindings.
16394
16395 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16396 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16397 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16398 (dired-man): Use dired-guess-shell-command.
16399 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16400 Change default nil to t.
16401
16402 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16403 (dired-compare-directories): Add default value for empty input.
16404
16405 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16406
16407 * time.el (display-time-string-forms): Fix help-echo date format.
16408
16409 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16410
16411 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16412 (buffer-stale-function): New variable.
16413 (auto-revert-list-diff, auto-revert-dired-file-list)
16414 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16415 (auto-revert-handler): Take over some functionality of deleted
16416 functions.
16417 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16418
16419 * dired.el (dired-directory-changed-p): New fun, extracted from
16420 dired-internal-noselect.
16421 (dired-buffer-stale-p): New fun.
16422 (dired-internal-noselect): Use dired-directory-changed-p.
16423 Eliminate revert messages.
16424 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16425
16426 2004-03-23 Kenichi Handa <handa@m17n.org>
16427
16428 * international/characters.el: Setup syntaxes for more parentheses
16429 Unicode characters.
16430
16431 * international/mule-cmds.el (select-safe-coding-system):
16432 Merge coding-system and auto-cs before comparing them.
16433
16434 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16437
16438 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16439 normal-auto-fill-function and comment-indent-function.
16440 The default values now work just as well.
16441 Don't set font-lock-beginning-of-syntax-function since we already set
16442 syntax-begin-function.
16443 (lisp-outline-level): Put ;;;###autoload at same level as (.
16444 (prin1-char): Quote special chars.
16445
16446 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16447 than with-no-warnings.
16448
16449 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16450 if the source location can't be found.
16451 (edebug-compute-previous-result): Use prin1-char.
16452
16453 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16454 (debug-ignored-errors): Add an entry.
16455
16456 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16457 (byte-compile-file): Output warning when deleting a file.
16458
16459 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16460 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16461
16462 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16463 (byte-compile-inline-expand): Use backquote.
16464 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16465 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16466
16467 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16468
16469 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16470
16471 2004-03-22 Juri Linkov <juri@jurta.org>
16472
16473 * finder.el (finder-known-keywords): Fix data, tex, unix.
16474
16475 * play/landmark.el: Fix keywords.
16476
16477 * language/ethio-util.el (ethio-find-file): Doc fix.
16478
16479 * emacs-lisp/warnings.el: Doc fix.
16480
16481 * textmodes/ispell.el (ispell-help): Doc fix.
16482
16483 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16484
16485 * format.el (format-insert-file): Always return a list of two
16486 elements, like insert-file-contents does.
16487
16488 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16489
16490 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16491 and vc-BACKEND-diff.
16492 (vc-print-log): If the print-log implementation supports it, use
16493 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16494 (vc-version-diff, vc-diff-internal): Doc fixes.
16495
16496 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16497 implementation supports it, let diff output go to *vc*,
16498 not *vc-diff*, since this is an internal call.
16499
16500 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16501
16502 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16503
16504 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16505
16506 2004-03-21 Dave Love <fx@gnu.org>
16507
16508 * progmodes/cfengine.el (cfengine-mode):
16509 Set parse-sexp-ignore-comments.
16510
16511 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16512
16513 2004-03-21 Juanma Barranquero <lektu@terra.es>
16514
16515 * allout.el (allout-mode): Fix docstring.
16516
16517 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16518
16519 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16520
16521 * autorevert.el (auto-revert-interval): Make new value take
16522 effect immediately when set through Custom.
16523 (auto-revert-set-timer): Add interactive declaration.
16524
16525 2004-03-19 David Ponce <david@dponce.com>
16526
16527 * ruler-mode.el (ruler-mode-header-line-format-old):
16528 Don't `make-variable-buffer-local'.
16529 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16530 (ruler-mode-header-line-format): Simply funcall the above.
16531 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16532 to save/restore a previous header line format.
16533 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16534 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16535 fringes and margins width.
16536 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16537
16538 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16539
16540 * log-edit.el (log-edit-font-lock-keywords): Typo.
16541
16542 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16543 (tex-send-tex-command): Rather than here.
16544 (tex-compilation-parse-errors): Simplify.
16545
16546 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16547
16548 * time.el (display-time-string-forms): Add help-echo with date on time.
16549
16550 * composite.el (compose-region): Use restore-buffer-modified-p.
16551
16552 * disp-table.el (standard-display-8bit): Simplify.
16553
16554 * server.el (server-process-filter): Delete temp frame.
16555
16556 * add-log.el (add-change-log-entry): Simplify.
16557
16558 2004-03-19 Kim F. Storm <storm@cua.dk>
16559
16560 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16561 (hexl-follow-line): Don't require 'fringe.
16562
16563 * progmodes/compile.el (compilation-start): Always set
16564 compilation-last-buffer and return it.
16565
16566 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16567
16568 * simple.el (clone-buffer): Doc fix.
16569
16570 2004-03-18 Juanma Barranquero <lektu@terra.es>
16571
16572 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16573
16574 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16575
16576 * log-edit.el (log-edit-font-lock-keywords): New var.
16577 (log-edit-mode): Use it.
16578
16579 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16580
16581 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16582 properly for watching in speedbar.
16583
16584 2004-03-17 Masatake YAMATO <jet@gyve.org>
16585
16586 * smerge-mode.el (smerge-popup-context-menu):
16587 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16588
16589 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16590
16591 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16592 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16593 Take sealed revisions into account.
16594 (vc-arch-checkin): Extract a summary line from the message.
16595
16596 2004-03-16 Masatake YAMATO <jet@gyve.org>
16597
16598 * register.el (register): Provide `register' feature.
16599
16600 2004-03-15 Masatake YAMATO <jet@gyve.org>
16601
16602 Added context menu support in smerge mode.
16603 Most of the part is written by Stefan Monnier.
16604
16605 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16606 New keymap and menu.
16607 (smerge-text-properties): New function.
16608 (smerge-remove-props): New function.
16609 (smerge-popup-context-menu): New function.
16610 (smerge-resolve): Call `smerge-remove-props'.
16611 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16612 (smerge-keep-current): Ditto.
16613 (smerge-kill-current): New function.
16614 (smerge-match-conflict): Put text properties.
16615 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16616
16617 2004-03-15 David Ponce <david@dponce.com>
16618
16619 * ruler-mode.el (ruler-mode-left-fringe-cols)
16620 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16621 (ruler-mode-right-scroll-bar-cols): Remove.
16622 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16623 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16624 Use fringe-columns and scroll-bar-columns.
16625
16626 2004-03-15 Masatake YAMATO <jet@gyve.org>
16627
16628 * hl-line.el (hl-line-range-function): New variable.
16629 (hl-line-move): New function.
16630 (global-hl-line-highlight): Use `hl-line-move'.
16631 (hl-line-highlight): Ditto.
16632
16633 * scroll-bar.el (scroll-bar-columns):
16634 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16635
16636 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16637 (ruler-mode-left-fringe-cols)
16638 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16639 (ruler-mode-right-scroll-bar-cols)
16640 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16641 (ruler-mode-ruler-function): New variable.
16642 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16643 if the value for `ruler-mode-ruler-function'is given.
16644
16645 * hexl.el (hexl-mode-hook): Make the hook customizable.
16646 (hexl-address-area, hexl-ascii-area): New customize variables.
16647 (hexlify-buffer): Put font-lock-faces on the address area and
16648 the ascii area.
16649 (hexl-activate-ruler): New function.
16650 (hexl-follow-line): New function.
16651 (hexl-highlight-line-range): New function.
16652 (hexl-mode-ruler): New function.
16653
16654 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16655
16656 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16657 (vc-default-find-file-hook): New fun.
16658 (vc-find-file-hook): Call new find-file-hook operation.
16659
16660 * vc-arch.el: New file.
16661
16662 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16663
16664 * info-look.el (info-lookup): Reuse an existing Info window.
16665
16666 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16667
16668 * woman.el (woman-preserve-ascii): Default value changed to t and
16669 doc string revised.
16670
16671 2004-03-12 Richard M. Stallman <rms@gnu.org>
16672
16673 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16674 Fix minor bug.
16675
16676 * replace.el (occur-engine): Change message for count of matches.
16677
16678 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16679 For strings, do compare text properties.
16680
16681 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16682
16683 * progmodes/compile.el (compile-auto-highlight)
16684 (compilation-error-list, compilation-old-error-list)
16685 (compilation-parse-errors-function, compilation-parsing-end)
16686 (compilation-error-message, compilation-directory-stack)
16687 (compilation-enter-directory-regexp-alist)
16688 (compilation-leave-directory-regexp-alist)
16689 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16690 (compilation-current-file, compilation-regexps): Remove vars.
16691
16692 (compile-error-at-point, compilation-error-filedata)
16693 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16694 (compilation-next-error-locus, compilation-forget-errors)
16695 (count-regexp-groupings, compilation-parse-errors)
16696 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16697
16698 (compile-internal): Make obsolete.
16699
16700 (compilation-first-column, compilation-error)
16701 (compilation-directory-matcher, compilation-page-delimiter)
16702 (compilation-mode-font-lock-keywords, compilation-debug)
16703 (compilation-error-face, compilation-warning-face)
16704 (compilation-info-face, compilation-line-face)
16705 (compilation-column-face, compilation-enter-directory-face)
16706 (compilation-leave-directory-face, compilation-skip-threshold)
16707 (compilation-skip-visited, compilation-context-lines): New vars.
16708
16709 (compilation-warning-face, compilation-info-face)
16710 (compilation-message-face): New faces.
16711
16712 (compilation-error-regexp-alist-alist): New constant.
16713
16714 (compilation-face, compilation-directory-properties)
16715 (compilation-assq, compilation-error-properties, compilation-start)
16716 (define-compilation-mode, compilation-loop)
16717 (compilation-set-window): New functions.
16718
16719 (compile): Additional argument for interactive compiles like TeX.
16720
16721 * progmodes/grep.el (kill-grep): Move here from compile.el
16722 (grep-error, grep-hit-face, grep-error-face)
16723 (grep-mode-font-lock-keywords): New variables.
16724 (grep-regexp-alist): Simplify regexp and add `binary' case.
16725 (grep-mode): New mode.
16726 (grep-process-setup): Simplify.
16727
16728 2004-03-11 Jason Rumney <jasonr@gnu.org>
16729
16730 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16731 letters on DOS/Windows.
16732
16733 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16734
16735 * server.el (server-name): New var.
16736 (server-socket-dir): New var to replace server-socket-name.
16737 (server-start): Use them.
16738
16739 2004-03-11 Simon Josefsson <jas@extundo.com>
16740
16741 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16742 died to avoid infloop. Reported by Jonathan Glauner
16743 <jglauner@sbum.org>.
16744
16745 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16746
16747 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16748 (smerge-mode-menu): Use it to deactivate menu entries.
16749 (smerge-keep-current): New fun.
16750 (smerge-keep-current): Use it.
16751
16752 2004-03-10 John Paul Wallington <jpw@gnu.org>
16753
16754 * foldout.el (foldout-fold-list, foldout-modeline-string):
16755 Declare them as variables, not constants.
16756
16757 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16758
16759 * ps-print.el: Modification to print *Messages* buffer.
16760 (ps-print-version): New version 6.6.4.
16761 (ps-message-log-max): New fun.
16762 (ps-spool-without-faces, ps-spool-with-faces)
16763 (ps-count-lines-preprint): Code fix.
16764
16765 * printing.el: New tips in Tips section.
16766
16767 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16768
16769 * delim-col.el: Doc fix.
16770
16771 * printing.el: Doc fix. New doc section (Tips).
16772
16773 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16774
16775 * type-break.el (type-break-emacs-variant): Remove.
16776 (type-break-run-at-time, type-break-cancel-function-timers):
16777 Use fboundp rather than version name and number.
16778
16779 2004-03-09 Masatake YAMATO <jet@gyve.org>
16780
16781 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16782 `make-variable-buffer-local'.
16783
16784 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16785
16786 * find-dired.el (find-dired): Call `shell-command' instead of
16787 `start-process-shell-command'. By this, Tramp takes over
16788 handling of remote directories.
16789
16790 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16791
16792 * newcomment.el (comment-use-global-state): New var.
16793 (comment-search-forward): Use it.
16794
16795 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16796
16797 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16798
16799 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16800 (enable-kinsoku): Make it a defcustom.
16801 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16802 paragraph to same-comment-start-marker.
16803
16804 2004-03-07 Dave Love <fx@gnu.org>
16805
16806 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16807 (browse-url-mail): Use it.
16808
16809 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16810 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16811
16812 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16813
16814 * woman.el (woman-man.conf-path): Doc fix.
16815 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16816
16817 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16818
16819 * sort.el (sort-columns): Remove ms-dos from the list of systems
16820 where the external `sort' command is not used.
16821
16822 2004-03-07 Kim F. Storm <storm@cua.dk>
16823
16824 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16825 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16826 from overlay-arrow-variable-list.
16827 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16828
16829 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16830
16831 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16832 overlay arrow string properly for the assembler buffer.
16833
16834 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16835
16836 * mail/sendmail.el (mail-mode): Fix last change.
16837
16838 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16839
16840 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16841 for the assembler buffer.
16842 (gdb-assembler-custom): Position the overlay arrow.
16843 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16844
16845 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16846
16847 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16848
16849 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16850 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16851
16852 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16853
16854 * newcomment.el (uncomment-region): Allow non-terminated comment.
16855 (comment-normalize-vars): Check the user-specified comstart marker.
16856
16857 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16858
16859 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16860 Otherwise, do use it if the region only contains font-lock text
16861 properties.
16862
16863 2004-03-04 Masatake YAMATO <jet@gyve.org>
16864
16865 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16866 as the callback function for eldoc.
16867 (hexl-print-current-point-info): New function.
16868 (hexl-current-address): Print the address in both decimal
16869 and hexadecimal format.
16870
16871 2004-03-04 Richard M. Stallman <rms@gnu.org>
16872
16873 * mail/rmail.el (rmail-convert-to-babyl-format):
16874 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16875
16876 * mail/mail-utils.el (mail-unquote-printable-region):
16877 New arg UNIBYTE.
16878
16879 * startup.el (command-switch-alist): Doc fix.
16880
16881 * simple.el (undo): Temporarily set this-command to `undo-start',
16882 then set it to `undo' once undo-start returns without error.
16883
16884 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16885
16886 * simple.el (kill-line): Don't disregard trailing whitespace
16887 in eol condition, if show-trailing-whitespace is set.
16888
16889 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16890 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16891 When disabling, restore old values only if mouse-sel-has-been-enabled.
16892
16893 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16894 (isearch-{-char): New function.
16895 (isearch-mode-map): Bind { to isearch-{-char.
16896
16897 * font-lock.el (lisp-font-lock-keywords-2):
16898 Turn off the CL with-... and do-... general patterns.
16899 Instead, recognize several specific with... and do... constructs.
16900
16901 * files.el (switch-to-buffer-other-window):
16902 Bind same-window-buffer-names and same-window-regexps to nil.
16903 (switch-to-buffer-other-frame): Likewise.
16904
16905 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16908 recognizing leading comment on code line.
16909
16910 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16911
16912 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16913 hidden files/directories.
16914
16915 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16916
16917 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16918 only comment-start (in case the mode hasn't set it).
16919
16920 * Makefile.in (AUTOGENEL): New var.
16921 (bootstrap-prepare): Rename from bootstrap-clean.
16922 Don't remove elc files.
16923 (maintainer-clean): New target.
16924
16925 * xml.el (xml-get-attribute-or-nil): Simplify.
16926
16927 2004-03-02 Juri Linkov <juri@jurta.org>
16928
16929 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16930 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16931 URL to prevent their substitution with the environment variable
16932 values by browsers.
16933
16934 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16935
16936 * ps-print.el: Doc fix.
16937 (ps-print-version): New version number (6.6.3).
16938 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16939 Docstring fix.
16940 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16941 before printing.
16942 (ps-time-stamp-yyyy-mm-dd): New fun.
16943 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16944
16945 2004-03-02 Kim F. Storm <storm@cua.dk>
16946
16947 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16948
16949 2004-03-01 Juanma Barranquero <lektu@terra.es>
16950
16951 * allout.el (allout-rebullet-heading): Fix typo in docstring.
16952
16953 * desktop.el (desktop-file-version)
16954 (desktop-after-read-hook): Fix typos.
16955 (desktop-clear-preserve-buffers): Remove redundant info in
16956 docstring already shown by the obsolescence message.
16957 (desktop-truncate, desktop-internal-v2s)
16958 (desktop-value-to-string): Change argument name to match docstring.
16959
16960 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16961
16962 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16963 docstring.
16964
16965 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16966
16967 * printing.el: Replace "As Is..." in PostScript file print/preview by
16968 "No Preprocessing...". Suggested by Colin Marquardt
16969 <_marquardt_@zmd.de>.
16970 (pr-insert-section-4): Adjust buffer interface.
16971
16972 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16973
16974 Version 2.0.39 of Tramp released.
16975
16976 * net/tramp.el (tramp-handle-file-local-copy)
16977 (tramp-handle-write-region, tramp-open-connection-rsh):
16978 Variable name typo. Small change. From Patrick Tullmann
16979 <tullmann@flux.utah.edu>.
16980 (tramp-process-connection-type): New variable.
16981 (tramp-maybe-open-connection): Use it.
16982 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16983 (tramp-touch): Set last-modified time of a remote file.
16984 (tramp-handle-write-region): Say which function is used when encoding.
16985
16986 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
16987
16988 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16989 case of non-existing filename, too. Reported by Christoph Bauer
16990 <c_bauer@informatik.uni-kl.de>.
16991 (tramp-smb-get-file-entries): The directory in question should
16992 have permissions "drwxrwxrwx". Just virtual, because we don't
16993 know the real permissions. Don't we know?
16994 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16995 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16996 (tramp-smb-wait-for-output): Optimize algorithm getting pending
16997 output. If it was received chunkwise, there have been problems.
16998 Remove the "prompt not found" error message; it is obvious.
16999 Simplify algorithm.
17000 (tramp-smb-process-running): Remove. Since we acknowledge the
17001 virtual prompt for shares, there's no need for distinction of
17002 reading shares (process ends afterwards) and interactive mode of
17003 smblient.
17004 (tramp-smb-open-connection): Setting process sentinel removed.
17005 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17006 "NT_STATUS_NETWORK_ACCESS_DENIED".
17007 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17008 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17009 (top-level): Setting default value in `tramp-default-method-alist'
17010 corrected. Order of USER and HOST have been wrong.
17011 Nobody complained for months ...
17012 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17013 (tramp-smb-open-connection): Clear password cache if login has failed.
17014
17015 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17016 `tramp-unified-filenames'.
17017 (tramp-completion-mode): Make test for XEmacs explicitely.
17018 `event-to-character' can exists in Emacs packages too.
17019 Reported by Matt Swift <swift@alum.mit.edu>.
17020 (tramp-buffer-name): Buffer name must contain the user if exists.
17021 Reported by Adrian Phillips <a.phillips@met.no>.
17022 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17023 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17024 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17025 `tramp-do-copy-or-rename-file-one-local', because it handles also
17026 the case both files use the same out-of-band method.
17027 Implementation added.
17028 (tramp-handle-file-local-copy, tramp-handle-write-region):
17029 Out-of-band handling removed. `copy-file' called instead, which
17030 calls `tramp-do-copy-or-rename-file-out-of-band'.
17031 (tramp-action-password): Check for out-of-band method removed.
17032 This function is used for 'login-program.
17033 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17034 appropriate.
17035 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17036 and `tramp-parse-sknownhosts'.
17037 (tramp-completion-function-alist): It's a defvar now, because we
17038 want to apply the optimized `tramp-set-completion-function'
17039 instead of a static list.
17040 (tramp-set-completion-function): Implementation tuned.
17041 Avoid double entries, and entries where the function or the
17042 file/directory doesn't exist.
17043 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17044 for SSH2.
17045 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17046 (tramp-handle-dired-compress-file): New function.
17047 (tramp-async-proc): New variable.
17048 (tramp-handle-shell-command): Adding asynchronous processes.
17049 They are far from being perfect, but it works at least for
17050 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17051 (top-level): Require password.el if visible. Should be mandatory
17052 once No Gnus has found its way into (X)Emacs.
17053 (tramp-read-passwd): Invoke `password-read' if available,
17054 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17055 fallback any longer.
17056 (tramp-clear-passwd): New function.
17057 (tramp-process-actions, tramp-process-multi-actions):
17058 Clear password cache if login has failed.
17059
17060 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17061 its own module.
17062 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17063 `ange-ftp-ftp-name-res'. There could be incorrect values from
17064 previous calls in case the "ftp" method is used in the Tramp file
17065 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17066
17067 2004-02-28 Richard M. Stallman <rms@gnu.org>
17068
17069 * term.el (term-mouse-paste): Call mouse-set-point.
17070
17071 * thumbs.el: New file.
17072
17073 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17074
17075 * progmodes/ebnf-abn.el: Doc fix.
17076
17077 * progmodes/ebnf-bnf.el: Doc fix.
17078 (ebnf-repeat): Code fix.
17079
17080 * progmodes/ebnf2ps.el: Doc fix.
17081 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17082
17083 2004-02-28 Juri Linkov <juri@jurta.org>
17084
17085 * ffap.el (dired-at-point): Additional writability test for
17086 relative directory names.
17087 (dired-at-point-prompter): Treat directories as a directory, get
17088 the directory component from files.
17089 (ffap-string-at-point): Return string from region if region is active.
17090 (ffap-file-at-point): Remove redundant code.
17091
17092 2004-02-28 Kim F. Storm <storm@cua.dk>
17093
17094 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17095 Initialize margin area images to nil.
17096 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17097 (breakpoint-enabled-bitmap-face)
17098 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17099 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17100 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17101 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17102 (gdb-reset): Use gdb-remove-breakpoint-icons.
17103 (gdb-put-string): Add dprop arg to specify alternative display
17104 property (for setting fringe bitmap).
17105 (gdb-remove-strings): Doc fix.
17106 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17107 icon in fringe (if available), or else as icon or text in display
17108 margin. Creates necessary icons in breakpoint-bitmap,
17109 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17110 Also make left window margin if required.
17111 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17112 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17113 no longer needed.
17114 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17115 gdb-put-breakpoint-icon.
17116 (gdb-assembler-mode): Don't set left-margin-width here.
17117
17118 2004-02-27 Kevin Ryde <user42@zip.com.au>
17119
17120 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17121 comma, so that it DTRT in macros.
17122
17123 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17124
17125 * progmodes/sh-script.el (sh-shell-arg)
17126 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17127 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17128
17129 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17130
17131 * faces.el (face-spec-set-match-display): Add a new attribute,
17132 `min-colors'.
17133 (region, highlight, secondary-selection): Use `min-colors'.
17134
17135 * custom.el (defface): Add documentation for `min-colors'.
17136
17137 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17138 (font-lock-keyword-face, font-lock-function-name-face)
17139 (font-lock-variable-name-face, font-lock-constant-face):
17140 Use `min-colors'.
17141
17142 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17143
17144 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17145
17146 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17147 define assq-delete-all if it's not defined.
17148 (ebnf-generate-region): Code fix.
17149
17150 * printing.el: Doc fix.
17151 (pr-version): New version number (6.7.2).
17152 (pr-command): Return empty string if command is an empty string.
17153
17154 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17155
17156 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17157
17158 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17159 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17160 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17161 "tt" ["test"] ). Reported by Markus Dreyer
17162 <mdreyer@ix.urz.uni-heidelberg.de>.
17163 (ebnf-version): New version number (4.0).
17164 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17165 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17166 (ebnf-delete-style): New commands.
17167 (ebnf-directory, ebnf-file): New funs.
17168 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17169 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17170 (ebnf-syntax-alist): New var.
17171 (ebnf-element-width): New fun replacing ebnf-list-width.
17172 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17173 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17174 (ebnf-prologue): Adjust vars.
17175 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17176 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17177 (ebnf-check-style-values, ebnf-generate-production)
17178 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17179 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17180 (ebnf-token-repeat): Code fix.
17181
17182 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17183 %right, %left and %prec. Suggested by Matthew K. Junker
17184 <junker@alum.mit.edu>.
17185 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17186
17187 * progmodes/ebnf-iso.el: Doc fix.
17188 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17189 (ebnf-iso-lex): Code fix.
17190
17191 * progmodes/ebnf-bnf.el: Doc fix.
17192 (ebnf-bnf-lex): Code fix.
17193
17194 * progmodes/ebnf-otz.el: Doc fix.
17195
17196 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17197
17198 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17199 (abbrev-prefix-mark): Doc fix.
17200
17201 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17202
17203 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17204 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17205 (gdb-var-delete): Make interactive (really).
17206 (gdb-edit-value): Make non-interactive.
17207
17208 * progmodes/gud.el (gud-speedbar-menu-items):
17209 Add gdb-var-delete and, indirectly, gdb-edit-value.
17210 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17211 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17212 (gud-gdb-marker-filter): Add comment for annotations.
17213
17214 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17215
17216 * calendar/calendar.el (generate-calendar)
17217 (calendar-read-date): Prevent display of BC calendars once more -
17218 reverts 2003-10-01 change.
17219 (generate-calendar-month): Doc fix.
17220
17221 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17222
17223 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17224 return value of increment-calendar-month.
17225
17226 2004-02-21 Stephen Compall <s11@member.fsf.org>
17227
17228 * saveplace.el (save-place-forget-unreadable-files)
17229 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17230 (save-place-forget-unreadable-files): New function.
17231 (save-place-alist-to-file): Use it to filter out files that are
17232 no longer readable.
17233
17234 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17235 current Texinfo environment, using the same method as in
17236 `texinfo-insert-@end', and insert a space rather than a newline if
17237 point in a @table environment.
17238
17239 2004-02-21 Juri Linkov <juri@jurta.org>
17240
17241 * ffap.el (ffap-file-at-point): Try parent directories.
17242
17243 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17244
17245 * vcursor.el (vcursor-modifiers): New defcustom.
17246 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17247 hard-coded list.
17248
17249 2004-02-21 Masatake YAMATO <jet@gyve.org>
17250
17251 * play/animate.el (animate-birthday-present): Accept names other
17252 than `Sarah', too.
17253
17254 2004-02-21 Juri Linkov <juri@jurta.org>
17255
17256 * startup.el: Remove table of command line arguments from the
17257 Commentary section.
17258
17259 2004-02-20 John Wiegley <johnw@newartisans.com>
17260
17261 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17262 again" modifier from 'e' to 'E', since 'e' is also used by the
17263 "file extension" modifier.
17264
17265 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17266
17267 * help-fns.el (describe-categories): Doc fix.
17268
17269 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17270
17271 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17272 temporary file for buffer already visiting one. This change makes
17273 output likely to be directly usable by patch program.
17274 Suggested by Adrian Aichner <adrian@xemacs.org>
17275
17276 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17277
17278 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17279 case of variables defined in compound statements.
17280 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17281 Simplify constructions using switch-to-buffer.
17282
17283 2004-02-19 Simon Josefsson <jas@extundo.com>
17284
17285 * play/morse.el: Fix typo.
17286 (morse-code): Add @.
17287
17288 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17289
17290 * calendar/appt.el (appt-display-format): Change default to
17291 'ignore, for backwards compatibility.
17292 (appt-display-message): If appt-display-format is 'ignore,
17293 respect old vars appt-msg-window and appt-visible.
17294 (appt-activate): Don't depend on return value of cancel-timer.
17295
17296 * calendar/calendar.el (calendar-holidays): Doc fix.
17297
17298 * calendar/cal-coptic.el (coptic-prompt-for-date):
17299 Use assoc-string instead of assoc-ignore-case.
17300 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17301 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17302 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17303 * calendar/cal-islam.el (calendar-goto-islamic-date)
17304 (mark-islamic-diary-entries): Ditto.
17305 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17306 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17307 (calendar-read-mayan-tzolkin-date): Ditto.
17308 * calendar/calendar.el (calendar-read-date): Ditto.
17309 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17310
17311 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17312
17313 * progmodes/executable.el (executable-command-find-posix-p):
17314 Fix choice of the directory.
17315
17316 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17317
17318 * simple.el (interprogram-cut-function)
17319 (interprogram-paste-function, kill-new, kill-append):
17320 Doc fixes.
17321 (kill-region): Make it return nil. Doc fix.
17322 (yank-pop): Make its argument optional.
17323 (yank): Make ARG `-' equivalent to `-1'.
17324
17325 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17326
17327 * mail/rmail.el (rmail-get-new-mail): Don't reference
17328 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17329
17330 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17331
17332 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17333 if one of global-auto-revert-non-file-buffers or autorevert-mode
17334 is non-nil.
17335
17336 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17337
17338 * subr.el (delete-dups): A better implementation from Karl Heuer
17339 <kwzh@gnu.org>.
17340
17341 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17342
17343 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17344 correct place.
17345 * progmodes/icon.el (icon-indent-command): Ditto.
17346 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17347
17348 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17349
17350 * progmodes/grep.el (grep-compute-defaults): Undo change from
17351 2004-01-29: don't use executable-command-find-posix-p.
17352
17353 2004-02-16 Richard Sharman <rsharman@pobox.com>
17354
17355 * hilit-chg.el: Use require instead of eval-and-compile.
17356 (highlight-compare-buffers): New function.
17357
17358 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17359
17360 * man.el (Man-fontify-manpage): Render section headings in
17361 `Man-overstrike-face' even when overstrike was not used by man
17362 formatter for section headings.
17363
17364 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17365
17366 * rmail-spam-filter.el (vm-use-spam-filter)
17367 (rsf-min-region-length-added-to-spam-list): New variables.
17368 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17369 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17370 spam testing. Don't delete spam message if automatic deletion
17371 after output via variable rmail-delete-after-output is turned on.
17372 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17373 rsf-bbdb-dont-create-entries-for-spam.
17374 (check-field): New function, extracted from code in
17375 rmail-spam-filter to ease addition of header fields like content-type.
17376 (message-content-type): New variable to check the content-type:
17377 field added, also in defcustom of rsf-definitions-alist.
17378 (rmail-spam-filter): Replace repeated test code for header fields
17379 by calls to check-field; change the call to
17380 rmail-output-to-rmail-file such that rmail-current-message stays
17381 the same to avoid wrong deletion of unseen flags.
17382 (rsf-add-contents-type): New function to convert old format
17383 of rmail-spam-definitions-alist into new one.
17384 Change prefixes of all variables and functions from
17385 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17386
17387 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17388
17389 * loadhist.el (unload-hook-features-list): New defvar.
17390
17391 2004-02-16 Dave Love <fx@gnu.org>
17392
17393 * loadhist.el (unload-feature): Doc fix. Rename flist to
17394 unload-hook-features-list.
17395
17396 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17397
17398 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17399 cookie. Don't check if we are looking-at open-formula.
17400
17401 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17402
17403 * subr.el (match-string-no-properties): Use substring-no-properties.
17404
17405 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17406
17407 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17408 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17409 Use lower-case "rx" in all error message.
17410
17411 2004-02-16 Dave Love <fx@gnu.org>
17412
17413 * emacs-lisp/rx.el (rx-or): Put group around result.
17414 (rx-constituents): Add backref.
17415 (rx-syntax): Add string-delimiter, comment-delimiter.
17416 (rx-categories): Add combining-diacritic.
17417 (rx-check-not, rx-greedy, rx): Doc fix.
17418 (rx-backref, rx-check-backref): New.
17419
17420 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17421
17422 * newcomment.el (uncomment-region): Allow eob as comment end.
17423
17424 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17425
17426 * filecache.el: All message and error commands now use prefix
17427 "Filecache:" to make it easy to read *Messages* buffer.
17428
17429 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17430
17431 * autorevert.el: Add support to detect changed dired and VC buffers.
17432 (auto-revert-active-p, auto-revert-list-diff)
17433 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17434 (auto-revert-handler, auto-revert-active-p): New functions.
17435 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17436 and `auto-revert-active-p'.
17437 (eval-when-compile): Defvar dired-directory and vc-mode.
17438 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17439 (auto-revert-handler-vc): New functions.
17440
17441 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17442
17443 * progmodes/compile.el (compilation-directory): New defvar.
17444 (compile): Save current directory in compilation-directory.
17445 (recompile): Bind default-directory to compilation-directory if
17446 that is non-nil.
17447
17448 2004-02-16 Dave Love <fx@gnu.org>
17449
17450 * newcomment.el (comment-insert-comment-function)
17451 (comment-region-function, uncomment-region-function): New.
17452 (comment-indent): Use comment-insert-comment-function.
17453 (uncomment-region): Use uncomment-region-function.
17454 (comment-region): Use comment-region-function.
17455
17456 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17457
17458 2004-02-16 Richard Stallman <rms@gnu.org>
17459
17460 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17461 loaddefs* and ldefs-boot*.
17462
17463 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17464
17465 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17466 and email address at the beginning and end of the address.
17467
17468 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17469 anchored at the beginning of the email address.
17470
17471 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17472
17473 * international/ccl.el (ccl-compile-write): Pass `left' to
17474 ccl-embed-code to generate correct code of write-expr-register.
17475
17476 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17477
17478 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17479
17480 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17481
17482 * x-dnd.el: Mention support for Motif in commentary.
17483 (x-dnd-handle-drag-n-drop-event): Ditto.
17484
17485 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17486
17487 * ses.el: Use "ses--" prefixes for buffer-local variables.
17488 Use (point-min) instead of 1, even when we know the buffer
17489 is unnarrowed.
17490 (ses-build-load-map): Delete. Distribute its content to defconst's for
17491 the three maps.
17492 (ses-menu, ses-header-line-menu): New menus.
17493 (ses-mode-map): Use them.
17494 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17495
17496 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17497
17498 * Makefile.in: Fix the CC Mode recompile kludge so it works
17499 when building in a different directory.
17500
17501 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17502
17503 * simple.el (kill-new): Put yank-handler property on the entire string.
17504
17505 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17506
17507 * diff.el: Don't use compile any more, use diff-mode instead.
17508 (diff-regexp-alist, diff-old-file, diff-new-file)
17509 (diff-parse-differences, diff-process-setup): Remove.
17510 (diff-sentinel): New fun.
17511 (diff): Use it. Run the process ourselves.
17512 Use diff-mode for the rest of the processing.
17513
17514 * diff.el (diff): Simplify code handling `switch'.
17515
17516 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17517
17518 * pcvs-defs.el (cvs-menu): Add `tag'.
17519
17520 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17521
17522 * simple.el (kill-append): Doc fix.
17523
17524 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17525 Adapt outline-regexp to the new conventions for commenting out code.
17526
17527 2004-02-11 John Paul Wallington <jpw@gnu.org>
17528
17529 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17530
17531 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17532
17533 * diff.el (diff-switches): New fun.
17534 (diff, diff-backup): Use it.
17535 (diff): Clean up the args construction. Use backquote.
17536 Use listp instead of consp to avoid putting a nil arg.
17537 (diff): Add a revert-buffer function.
17538
17539 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17540
17541 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17542 handled by x-dnd-handle-file-name.
17543 (x-dnd-known-types): Add COMPOUND_TEXT.
17544 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17545 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17546 x-dnd-empty-state.
17547 (x-dnd-forget-drop): Ditto.
17548 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17549 (x-dnd-handle-one-url): Return private when inserting text.
17550 (x-dnd-insert-ctext): New function.
17551 (x-dnd-handle-file-name): New function for FILE_NAME.
17552 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17553 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17554 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17555
17556 2004-02-10 Kenichi Handa <handa@m17n.org>
17557
17558 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17559 instead of while loop.
17560
17561 2004-02-10 Miles Bader <miles@gnu.org>
17562
17563 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17564
17565 2004-02-09 Kenichi Handa <handa@m17n.org>
17566
17567 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17568 have end-of-line.
17569
17570 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17571
17572 * Makefile.in: Added extra dependencies in the recompile target
17573 needed to cope with the compile time macro expansions in CC Mode.
17574
17575 2004-02-09 Kim F. Storm <storm@cua.dk>
17576
17577 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17578 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17579 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17580 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17581 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17582 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17583 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17584 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17585 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17586 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17587 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17588
17589 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17590
17591 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17592 Don't allow shrink if there's a window on our right.
17593
17594 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17595 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17596 Bring together declaration and initialization.
17597 (prolog-mode-variables): Don't set the syntax table.
17598 Don't set paragraph-start and comment-indent-function.
17599 Add /*..*/ to the comment regexps.
17600 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17601 (prolog-mode-map): Don't bind TAB.
17602 (prolog-mode): Set the syntax table.
17603 (prolog-comment-indent): Remove.
17604 (inferior-prolog-mode-map): Initialize in the declaration.
17605 (inferior-prolog-mode-syntax-table)
17606 (inferior-prolog-mode-abbrev-table): New vars.
17607 (inferior-prolog-mode): Derive from comint-mode.
17608 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17609 minibuffer windows.
17610
17611 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17612 in file names, as long as it is unabmiguous.
17613
17614 2004-02-08 Andreas Schwab <schwab@suse.de>
17615
17616 * textmodes/reftex-toc.el
17617 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17618 format. Doc fix.
17619
17620 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17621 format string arguments.
17622
17623 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17624 string argument.
17625
17626 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17627
17628 * play/zone.el (zone-call): Fix format string.
17629
17630 * net/webjump.el (webjump-builtin): Add missing format string argument.
17631
17632 * midnight.el (midnight-delay-set): Remove extra format string argument.
17633
17634 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17635
17636 * hexl.el (hexl-insert-char): Add missing format string argument.
17637
17638 * format.el (format-decode): Fix format string.
17639
17640 * emulation/vi.el (vi-mode): Remove extra format string argument.
17641 (vi-repeat-last-search): Likewise.
17642 (vi-reverse-last-search): Likewise.
17643 (vi-goto-mark): Likewise.
17644 (vi-reverse-last-find-char): Likewise.
17645 (vi-repeat-last-find-char): Likewise.
17646 (vi-locate-def): Likewise.
17647
17648 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17649
17650 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17651 string argument.
17652 (ediff-toggle-regexp-match): Likewise.
17653
17654 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17655 format string argument.
17656
17657 * calc/calc-map.el (calc-get-operator): Remove extra format
17658 string argument.
17659
17660 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17661
17662 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17663 string argument.
17664
17665 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17666
17667 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17668
17669 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17670
17671 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17672 (cl-struct-setf-expander): Likewise.
17673
17674 * vc.el (with-vc-file): Fix unsafe uses of error.
17675 (vc-cancel-version): Likewise.
17676
17677 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17678
17679 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17680 thousands separator; fixes <class>:<line-number> regexp for
17681 non-english locales.
17682
17683 2004-02-08 Andreas Schwab <schwab@suse.de>
17684
17685 * view.el (view-mode-enable): Revert previous change.
17686
17687 2004-02-07 Kim F. Storm <storm@cua.dk>
17688
17689 * simple.el (line-number-at-pos): Rename from line-at-pos.
17690 Uses changed (what-line and vc-annotate-warp-version).
17691
17692 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17693
17694 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17695 (diff-mode): Remove aborted attempt at support for compile.el.
17696 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17697
17698 2004-02-06 Andreas Schwab <schwab@suse.de>
17699
17700 * view.el (view-mode-enable): Add view-mode-map to
17701 minor-mode-overriding-map-alist.
17702
17703 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17704
17705 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17706
17707 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17708
17709 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17710 with point inside rather than after the paragraph.
17711
17712 2004-02-04 Sam Steingold <sds@gnu.org>
17713
17714 * mail/smtpmail.el (smtpmail-try-auth-methods):
17715 Do not try authentication when no mechanism is available.
17716 Pass port-name as defaultport to `netrc-machine'.
17717
17718 2004-02-04 Stephen Eglen <stephen@gnu.org>
17719
17720 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17721 to show how minibuffer height can be constrained.
17722
17723 2004-02-04 John Paul Wallington <jpw@gnu.org>
17724
17725 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17726
17727 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17728
17729 * x-dnd.el: New file for drag and drop.
17730
17731 * term/x-win.el: require x-dnd, set after-make-frame-functions
17732 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17733 drag-n-drop event.
17734
17735 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17736 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17737 (dired-dnd-handle-file): New functions for drag and drop support.
17738 (dired-mode): Initialize drag and drop if x-dnd present.
17739
17740 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17743 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17744 (cperl-mode): Set fill-paragraph-function.
17745 (cperl-fill-paragraph): Make it non-interactive.
17746
17747 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17748
17749 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17750
17751 2004-02-02 David Kastrup <dak@gnu.org>
17752
17753 * replace.el (perform-replace): Allow 'literal argument in
17754 regexp-flag to indicate literal replacement.
17755 (query-replace-regexp-eval): Use it.
17756
17757 2004-02-01 Andreas Schwab <schwab@suse.de>
17758
17759 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17760
17761 2004-02-01 Stephen Eglen <stephen@gnu.org>
17762
17763 * info-look.el: Add support for maxima-mode. Update commentary
17764 because info-lookup-symbol is now bound to C-h S.
17765
17766 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17767
17768 * simple.el (edit-and-eval-command): Bind print-level and
17769 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17770 Correct initial position in command-history.
17771
17772 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17773
17774 * files.el (read-directory-name): Adapt the docstring to recent
17775 change in Fread_file_name.
17776
17777 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17778
17779 * ses.el (ses-print-cell): If print format too wide for column
17780 width, truncate decimal places if that helps to avoid "#####" fill.
17781 * ses.el (ses-initial-column-width): Revert previous change.
17782
17783 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17786 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17787 Add edebug info.
17788 (jit-lock-mode): Setup/cancel the new timer.
17789 (jit-lock-context-fontify): New fun. Extracted from
17790 context fontification code of jit-lock-stealth-fontify.
17791 (jit-lock-stealth-fontify): Don't do context fontification any more.
17792
17793 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17794 (jit-lock-fontify-now): Handle the `quit' case.
17795 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17796
17797 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17798
17799 * progmodes/executable.el (executable-command-find-posix-p):
17800 New. Check if find handles arguments Posix-style.
17801
17802 * progmodes/grep.el (grep-compute-defaults):
17803 Use executable-command-find-posix-p.
17804 (grep-find): Check `grep-find-command'.
17805
17806 * filecache.el (file-cache-find-posix-p): Delete.
17807 (file-cache-add-directory-using-find):
17808 Use `executable-command-find-posix-p'.
17809
17810 2004-01-29 Dave Love <fx@gnu.org>
17811
17812 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17813 Iterate the hook function if arg is given.
17814 (mark-defun, narrow-to-defun): Change order of finding the limits.
17815
17816 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17817 (byte-compile-format-warn): New.
17818 (byte-compile-callargs-warn): Use it.
17819 (Format, message, error): Add byte-compile-format-like property.
17820 (byte-compile-maybe-guarded): New.
17821 (byte-compile-if, byte-compile-cond): Use it.
17822 (byte-compile-lambda): Compile interactive forms,
17823 just to make warnings about them.
17824
17825 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17826
17827 * ses.el (ses-initial-column-width): Increase to 14, so it will
17828 work well with the default printer of "%.7g" for extreme values
17829 like "-1.234567e+07".
17830
17831 2004-01-29 Kenichi Handa <handa@m17n.org>
17832
17833 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17834
17835 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17836
17837 * dos-w32.el: Added support for the `default-printer-name' function.
17838
17839 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17840
17841 * server.el (server-socket-name): Don't use the hostname in the
17842 socket name since /tmp is local to the host anyway.
17843
17844 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17845 robust check of widening and fix var-naming.
17846
17847 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17848
17849 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17850 or rmail-spam- to rsf- in all function and variable names.
17851 (rsf-min-region-to-spam-list): New variable.
17852 (rsf-bbdb-auto-delete-spam-entries): Rename from
17853 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17854 scanned together with the recipients field for spam testing; Don't
17855 delete spam message if rmail-delete-after-output is non-nil;
17856 (rsf-check-field): New function, extracted from code in
17857 rmail-spam-filter to ease addition of header fields like
17858 content-type:;
17859 (message-content-type): New variable. The content-type: field was
17860 added also in defcustom of rsf-definitions-alist;
17861 (rmail-spam-filter): Replace repeated test code for header fields
17862 by calls to check-field; change the call to
17863 rmail-output-to-rmail-file such that rmail-current-message stays
17864 the same to avoid wrong deletion of unseen flags.
17865 (rmail-use-spam-filter): Add autoload cookie.
17866
17867 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17868
17869 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17870 (file-cache-add-directory-using-find): Add Cygwin support.
17871 (file-cache-find-command-posix-flag): New user variable.
17872
17873 * filecache.el (file-cache-add-directory): Check for
17874 directories an remove them from dir-files.
17875
17876 2004-01-27 Richard M. Stallman <rms@gnu.org>
17877
17878 * man.el (Man-fontify-manpage): Clean up message.
17879
17880 2004-01-27 Kenichi Handa <handa@m17n.org>
17881
17882 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17883 (sentence-end): Define using sentence-end-without-space.
17884
17885 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17886 a sentence ends with one of a character in sentence-end-without-space.
17887
17888 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17889
17890 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17891 (jit-lock): Group declaration moved to jit-lock.el.
17892 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17893 when necessary.
17894
17895 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17896 (jit-lock-context-unfontify-pos): Rename from
17897 jit-lock-first-unfontify-pos.
17898 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17899
17900 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17901
17902 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17903 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17904 (fortran-fill): When filling a string, adjust re-search-backward
17905 argument for special case of string just on fill-column.
17906 When filling non-string, allow one extra char if
17907 fortran-break-before-delimiters is non-nil.
17908 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17909 Use fortran-break-delimiters-re and fortran-no-break-re to
17910 correctly handle cases such as "**".
17911
17912 * progmodes/f90.el (f90-break-delimiters): Doc fix.
17913 (f90-no-break-re): Add some extra tokens. Doc fix.
17914
17915 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
17916
17917 * mail/rmail-spam-filter.el:
17918 Use two semicolons as Commentary line prefix.
17919 Add ";;; Code:" stylized comment.
17920 Delete end-of-line whitespace.
17921 Wrap (require 'cl) with `eval-when-compile'.
17922
17923 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
17924
17925 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17926 at the top level of vc.el.
17927
17928 2004-01-23 Andre Spiegel <spiegel@gnu.org>
17929
17930 * vc.el (vc-current-line): Function removed. This is now done by
17931 the new function line-at-pos in simple.el.
17932 (vc-annotate-warp-version): Use line-at-pos instead of
17933 vc-current-line.
17934
17935 2004-01-22 Kim F. Storm <storm@cua.dk>
17936
17937 * simple.el (line-at-pos): New defun.
17938 (what-line): Use it. Optimize by only counting lines in narrowed
17939 region once.
17940
17941 2004-01-22 Kenichi Handa <handa@m17n.org>
17942
17943 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17944 point (register r1) only for charset mule-unicode-0100-24ff.
17945
17946 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
17947
17948 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17949 trailing white space and ensure a final newline.
17950
17951 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17952 Add autoload cookie.
17953
17954 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
17955
17956 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17957 activate view-mode explicitly.
17958
17959 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17960
17961 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17962 use clipboard first.
17963
17964 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17965
17966 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
17967 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17968 (vc-mcvs-cvs): Remove.
17969 (vc-mcvs-command): Remove use of assert.
17970
17971 * outline.el (outline-insert-heading): Tighten up match.
17972 (outline-demote, outline-move-subtree-down): Don't assume anything
17973 about outline-regexp.
17974
17975 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17976 (texinfo-show-structure): Explicitly add ^, and simplify.
17977
17978 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
17979
17980 * calendar/appt.el (appt-check): Restore usage of
17981 appt-issue-message deleted in previous change.
17982 (top-level): Activate package when loaded (needed for backwards
17983 compatibility).
17984
17985 2004-01-20 Jesper Harder <harder@ifa.au.dk>
17986
17987 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17988 following previous change to smtpmail-send-data.
17989
17990 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
17991
17992 * vc.el (vc-default-previous-version): Doc enhancement.
17993 (vc-default-next-version): New function.
17994 (vc-print-log): New arg FOCUS-REV.
17995 (vc-annotate-mode): Derive from view-mode.
17996 (vc-annotate): New args REVISION, DISPLAY-MODE.
17997 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17998 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17999 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18000 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18001 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18002
18003 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18004
18005 2004-01-19 Karl Berry <karl@gnu.org>
18006
18007 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18008 or "TexInfo".
18009
18010 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18011
18012 * subr.el (delete-dups): New function.
18013
18014 2004-01-19 Karl Berry <karl@gnu.org>
18015
18016 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18017 with ^, since that's what texinfo-show-structure
18018 documentation says (plus it works much better in texinfo.txi).
18019
18020 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18021
18022 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18023
18024 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18025
18026 * progmodes/which-func.el (which-function-mode): Don't cancel
18027 which-func-update-timer if not set.
18028
18029 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18030
18031 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18032 Remove spurious left square bracket in XX:XXam regexp.
18033
18034 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18035
18036 * progmodes/cc-defs.el: Do not require cl at run time.
18037
18038 2004-01-16 Richard M. Stallman <rms@gnu.org>
18039
18040 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18041 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18042
18043 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18044 Call rmail-spam-filter. Delete and expunge spam.
18045 Print number of spam messages deleted.
18046 Save and restore the deletion status of old messages when reading
18047 new mail with spam filter, so that expunging spam does not expunge
18048 msgs deleted by the user.
18049 (rmail-only-expunge): Add an optional argument dont-show to
18050 prevent showing message after expunge.
18051
18052 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18053
18054 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18055 * subr.el (declare): New macro.
18056
18057 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18058
18059 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18060
18061 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18062
18063 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18064 Test window-system rather than system-type (for X11/Mac).
18065
18066 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18067
18068 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18069
18070 2004-01-12 Richard M. Stallman <rms@gnu.org>
18071
18072 * mail/rmail.el (rmail-convert-to-babyl-format):
18073 Use mail-unquote-printable-region.
18074 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18075 (rmail-hex-char-to-integer): Functions deleted.
18076
18077 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18078 (mail-unquote-printable-region): New arg NOERROR.
18079 For invalid encoding, either signal an error to just return nil.
18080
18081 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18082
18083 * calendar/appt.el: Update copyright and commentary.
18084 (appt-issue-message): Make obsolete.
18085 (appt-visible, appt-msg-window): Make obsolete, in favour of
18086 appt-display-format.
18087 (appt-display-mode-line, appt-display-duration)
18088 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18089 (appt-prev-comp-time, appt-display-count, appt-timer)
18090 (appt-convert-time): Doc change.
18091 (appt-disp-window-function, appt-delete-window-function):
18092 Use defcustom rather than defvar.
18093 (appt-display-format): New variable.
18094 (appt-display-message): New function with display code from appt-check.
18095 (appt-check): Add optional FORCE argument. Doc change.
18096 Add appt-make-list to diary-hook if displaying diary.
18097 Remove checking of view-diary-entries-initially.
18098 Message display section removed to new function appt-display-message.
18099 (appt-display-window): Doc change. Remove unused internal var
18100 this-buffer. Do not beep, since appt-display-message does that.
18101 (appt-make-list): Doc change. Use caar.
18102 (appt-sort-list): Simplify by using builtin sort function.
18103 (appt-update-list): New function for updating appts when diary is
18104 saved.
18105 (appt-activate): New autoloaded function to toggle package
18106 functionality.
18107
18108 * calendar/cal-x.el: (calendar-one-frame-setup)
18109 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18110
18111 * calendar/calendar.el: Update copyright.
18112 (view-diary-entries-initially, european-calendar-style): Doc change.
18113 (calendar-setup): Make defcustom rather than defvar.
18114 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18115 in let binding so local to function.
18116
18117 * calendar/diary-lib.el: Update copyright.
18118 (diary, diary-entry-time): Doc change.
18119 (list-diary-entries): Doc change. Trivial logic change.
18120 (fancy-diary-display): Restore make-face command mistakenly
18121 deleted 2003-05-08.
18122 (show-all-diary-entries): Allow to pop-up frame if needed.
18123
18124 2004-01-09 John Paul Wallington <jpw@gnu.org>
18125
18126 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18127 Temporarily select EVENT's window for changing eol type.
18128
18129 2004-01-09 Deepak Goel <deego@gnufans.org>
18130
18131 * calendar/diary-lib.el (diary-entry-time):
18132 Also accept time in the form XX[.XX][am/pm/AM/PM].
18133 (fancy-diary-font-lock-keywords): Likewise.
18134 (diary-font-lock-keywords): Likewise.
18135 * calendar/appt.el (appt-add): Likewise.
18136 (appt-make-list): Likewise.
18137 (appt-convert-time): Likewise.
18138
18139 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18140
18141 * gdb-ui.el (gdb-ann3): Revert previous change.
18142 (gdb-source-info): Allow for case of where compilation directory
18143 is not recorded.
18144
18145 2004-01-08 John Paul Wallington <jpw@gnu.org>
18146
18147 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18148
18149 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18150
18151 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18152
18153 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18154 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18155 problems.
18156 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18157
18158 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18159
18160 * files.el (write-file-functions, write-contents-functions):
18161 Clarify docstrings.
18162
18163 2004-01-07 Kenichi Handa <handa@m17n.org>
18164
18165 * international/mule.el (set-auto-coding): Fix for the case that
18166 end-of-line is only CR.
18167
18168 2004-01-07 Kim F. Storm <storm@cua.dk>
18169
18170 * subr.el (event-start, event-end): Doc fix.
18171 (posn-string, posn-image): New defuns.
18172 (posn-object): Return either image or string object.
18173 (posn-object-x-y): Return 8th element of position.
18174 (posn-object-width-height): New defun.
18175
18176 2004-01-06 Andreas Schwab <schwab@suse.de>
18177
18178 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18179 output.
18180
18181 2004-01-05 Karl Berry <karl@gnu.org>
18182
18183 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18184 / and *, too.
18185
18186 2003-12-31 Simon Josefsson <jas@extundo.com>
18187
18188 * files.el (before-save-hook): Add.
18189 (basic-save-buffer): Use before-save-hook.
18190
18191 * emacs-lisp/copyright.el: Fix comment to recommend
18192 before-save-hook instead of write-file-functions.
18193
18194 2004-01-05 Richard M. Stallman <rms@gnu.org>
18195
18196 * finder.el (finder-commentary): Call delete-other-windows.
18197
18198 * net/ange-ftp.el (ange-ftp-file-attributes):
18199 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18200
18201 2004-01-04 Karl Berry <karl@gnu.org>
18202
18203 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18204 comment characters % and # in the copyright year notice,
18205 as well as ;.
18206
18207 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18208
18209 * wid-edit.el (default): Define dummy :value-delete.
18210 Reported by Jesper Harder <harder@ifa.au.dk>.
18211
18212 2004-01-03 Richard M. Stallman <rms@gnu.org>
18213
18214 * progmodes/compile.el (compile-internal): Use point, not point-min,
18215 for set-window-point.
18216
18217 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18218
18219 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18220
18221 * progmodes/grep.el (grep-mode-map):
18222 Don't remap next-line, previous-line.
18223
18224 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18225
18226 * speedbar.el (speedbar-edit-line): Change regexp to position
18227 the cursor on the first character of this line's button.
18228
18229 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18230
18231 * subr.el (functionp): Doc fix.
18232
18233 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18234
18235 * progmodes/idlwave.el (idlwave-make-tags):
18236 * textmodes/flyspell.el (flyspell-large-region):.
18237 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18238 * emulation/viper-util.el (viper-glob-unix-files):
18239 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18240 * man.el (Man-init-defvars):
18241 * jka-compr.el (jka-compr-call-process):
18242 * files.el (get-free-disk-space,insert-directory):
18243 * ediff-ptch.el (ediff-test-patch-utility):
18244 * ediff-diff.el (ediff-test-utility):
18245 * dired-aux.el (dired-check-process):
18246 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18247 test the return value of call-process, because it can be a string.
18248
18249 2003-12-31 John Paul Wallington <jpw@gnu.org>
18250
18251 * bindings.el (completion-ignored-extensions): Add .pfsl.
18252
18253 2003-12-31 Kim F. Storm <storm@cua.dk>
18254
18255 * ido.el (ido-nonreadable-directory-p): New defun to check for
18256 nonreadable directory without activating tramp (to avoid problems
18257 with checking incomplete tramp paths).
18258 (ido-set-current-directory, ido-file-internal)
18259 (ido-file-name-all-completions1): Use it.
18260
18261 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18262
18263 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18264 documentation if the anchor (or node) name is preceded by `info
18265 anchor' or `Info anchor' in addition to earlier `info node' and
18266 `Info node'.
18267 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18268
18269 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18270
18271 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18272 error in arguments to base64-decode-region. Remove ^M characters
18273 after decoding base64.
18274
18275 2003-12-30 Simon Josefsson <jas@extundo.com>
18276
18277 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18278 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18279 have only been distributed with Emacs for some years.
18280 (texinfo-mode-hook): Customize.
18281
18282 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18283
18284 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18285 cleaner (suggested by Richard Stallman).
18286
18287 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18288 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18289 file-name clashes on 8+3 DOS filesystems.
18290
18291 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18292 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18293 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18294 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18295 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18296 file-name clashes on 8+3 filesystems.
18297
18298 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18299 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18300 file-name clashes on 8+3 DOS filesystems.
18301
18302 2003-12-29 Richard M. Stallman <rms@gnu.org>
18303
18304 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18305 Upcase the character.
18306
18307 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18308 Search for header separator alone on a line, literally,
18309 and search for it backward, not forward.
18310 (flyspell-abbrev-table): Always use global-abbrev-table
18311 if there is no local one.
18312
18313 * progmodes/sh-script.el (sh-get-indent-info):
18314 Don't move point back if at bob.
18315
18316 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18317
18318 * play/handwrite.el (handwrite): Make the handwrite credit message
18319 a comment rather than an output command.
18320
18321 * obsolete/sc.el: Display message that this file is obsolete.
18322
18323 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18324
18325 * mail/rfc822.el (rfc822-address-start): Declare variable.
18326 Renamed from address-start. All uses changed.
18327
18328 * term.el (term-exec): Set up sentinel.
18329 (term-sentinel): New function.
18330 (term-handle-exit): New function.
18331
18332 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18333 Use assoc-string, and mark them obsolete.
18334 (delay-mode-hooks): Mark as permanent local.
18335
18336 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18337
18338 * register.el (copy-rectangle-to-register): Doc fix.
18339
18340 * info.el (Info-insert-dir): Use assoc-string.
18341
18342 * info-look.el (info-lookup): Use assoc-string.
18343
18344 * frame.el (pop-up-frame-function): Use quote, not `function'.
18345 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18346 copying with lists as coordinate values.
18347
18348 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18349
18350 * find-dired.el (kill-find): New command.
18351 (find-dired): Make buffer read-only.
18352 Set up a keymap with C-c C-k running kill-find.
18353 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18354
18355 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18356
18357 * filecache.el (file-cache-ignore-case): New variable.
18358 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18359
18360 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18361 (comint-dynamic-complete-as-filename): Rename local vars.
18362 (comint-dynamic-list-filename-completions): Likewise.
18363
18364 * comint.el (comint-dynamic-list-completions-config): New var.
18365 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18366
18367 * comint.el (comint-file-name-chars): Add [].
18368 (comint-word): Use skip-chars-backward, not search.
18369
18370 * shell.el (shell-file-name-chars): Add [].
18371
18372 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18373
18374 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18375
18376 * generic.el (define-generic-mode): Doc fix.
18377
18378 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18379
18380 * files.el (kill-some-buffers): Doc fix.
18381
18382 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18383
18384 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18385 arg to send-invisible
18386 (send-invisible): Doc fix. The argument is now a prompt, not the
18387 string to send.
18388 (comint-read-noecho): Doc fix.
18389
18390 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18391
18392 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18393 "@", as required by some ISP hosting service. Fix defcustom
18394 argument syntax errors that prevented use of customization.
18395
18396 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18397
18398 * xml.el (xml-get-attribute-or-nil): Doc fix.
18399
18400 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18401
18402 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18403 write-file-hooks.
18404
18405 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18406
18407 * autorevert.el (auto-revert-interval): Doc fix.
18408
18409 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18410
18411 * xml.el (xml-get-attribute-or-nil): New function, like
18412 xml-get-attribute, but returns nil if the attribute was not found.
18413 (xml-get-attribute): Convert to defsubst, uses
18414 xml-get-attribute-or-nil.
18415
18416 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18417
18418 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18419
18420 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18421
18422 * custom.el (custom-declare-theme): Use `value' when putting
18423 properties on `theme'.
18424
18425 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18426
18427 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18428 for each yank-handler segment.
18429 (insert-for-yank-1): New function, with the body of the previous
18430 insert-for-yank.
18431
18432 * textmodes/table.el (table-yank-handler): New defcustom.
18433 (table--put-cell-indicator-property): Put yank-handler property
18434 that indicates the yank handler for the table cell.
18435
18436 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18437
18438 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18439 set of keywords.
18440
18441 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18442
18443 * international/mule-cmds.el (reset-language-environment)
18444 (set-language-environment): Don't invoke fontset-related functions
18445 if fontset-list is not fboundp.
18446
18447 2003-12-29 Kenichi Handa <handa@m17n.org>
18448
18449 * international/mule-cmds.el (reset-language-environment):
18450 Call set-overriding-fontspec-internal with nil.
18451 (set-language-environment): Call set-overriding-fontspec-internal
18452 if the language environment specify `overriding-fontspec'.
18453 (language-info-alist): Doc added.
18454
18455 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18456 characters of mule-unicode-0100-24ff.
18457 (ccl-encode-windows-1251-font): New CCL program.
18458 ("Bulgarian"): Specify overriding-fontspec.
18459 ("Belarusian"): Likewise.
18460
18461 2003-12-28 Sam Steingold <sds@gnu.org>
18462
18463 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18464 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18465
18466 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18467
18468 * progmodes/gud.el (gud-gdb-command-name): Set default to
18469 "gdb --annotate=3".
18470 (gud-gdb-marker-filter): Look out for annotations.
18471 (gdb-first-pre-prompt): New variable.
18472 Remove trailing white space.
18473
18474 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18475 if necessary.
18476 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18477 annotations are detected.
18478 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18479 instead of a local one to allow transition from
18480 gud-gdb-marker-filter.
18481 Remove trailing white space.
18482
18483 2003-12-27 Kim F. Storm <storm@cua.dk>
18484
18485 * ido.el: Handle non-readable directories.
18486 (ido-decorations): Add 9th element for non-readable directory.
18487 (ido-directory-nonreadable): New dynamic var.
18488 (ido-set-current-directory): Set it.
18489 (ido-read-buffer, ido-file-internal):
18490 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18491 (ido-file-name-all-completions1): Return empty list for
18492 non-readable directory.
18493 (ido-exhibit): Print [Not readable] if directory is not readable.
18494 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18495 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18496 Use it.
18497
18498 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18499
18500 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18501 calls to directory-files-and-attributes and file-attributes.
18502 (ls-lisp-format): Remove system dependent handling of user and
18503 group id's.
18504
18505 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18506
18507 * ffap.el (ffap-read-file-or-url): Revert previous change.
18508
18509 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18510
18511 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18512 new list of included files called `files-with-node-lines', that
18513 only have node lines. This way @include commands can include any
18514 file, such as version and update files without node lines, not
18515 just files that are chapters.
18516
18517 2003-12-25 Andreas Schwab <schwab@suse.de>
18518
18519 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18520 file not found.
18521
18522 2003-12-08 Miles Bader <miles@gnu.org>
18523
18524 * dired.el (dired-between-files): Always use dired-move-to-filename,
18525 which is more robust in non-english locales.
18526
18527 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18528
18529 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18530
18531 2003-12-24 Andreas Schwab <schwab@suse.de>
18532
18533 * shell.el (shell-file-name-quote-list): Add backslash.
18534
18535 * comint.el (comint-quote-filename): Correctly handle backslash
18536 in comint-file-name-quote-list.
18537
18538 2003-12-24 Kenichi Handa <handa@m17n.org>
18539
18540 * international/mule-cmds.el (set-default-coding-systems):
18541 Call ucs-set-table-for-input for all buffers that don't have local
18542 value of buffer-file-coding-system.
18543
18544 * international/ucs-tables.el (ucs-set-table-for-input):
18545 If translation-table-for-encode is a symbol, get its
18546 translation-table property.
18547
18548 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18549
18550 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18551 to `completing-read' on a recently fixed bug.
18552
18553 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18554 instead of SPACE, to get the list of possible fringe modes.
18555 SPACE only works if both `partial-completion-mode' and
18556 `completion-auto-help' are nil.
18557
18558 * complete.el (PC-is-complete-p): Delete.
18559 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18560 calls to `test-completion'.
18561
18562 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18563
18564 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18565 to edit values when there are no children.
18566
18567 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18568 a mode called "Assembler" already exists.
18569 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18570 (gud-watch): Use format option. Remove font properties from string.
18571 (gdb-var-create-handler, gdb-var-list-children-handler):
18572 Don't bother about properties as there are none.
18573 (gdb-var-create-handler, gdb-var-list-children-handler)
18574 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18575 with two arguments.
18576 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18577 Let speedbar show value changes with a different font.
18578 (gdb-edit-value): New defun.
18579 (gdb-clear-partial-output, gdb-clear-inferior-io)
18580 (def-gdb-auto-update-handler): Use erase-buffer.
18581 (gdb-frame-handler): Display watch expressions in
18582 FUNCTION::VARIABLE format if required.
18583
18584 2003-12-23 John Paul Wallington <jpw@gnu.org>
18585
18586 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18587 (Info-goto-emacs-command-node): Doc fixes.
18588
18589 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18590
18591 * cus-edit.el (custom-add-parent-links): Define "many".
18592
18593 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18594
18595 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18596 (widget-child-validate, widget-type-value-create)
18597 (widget-type-default-get, widget-type-match): New functions.
18598 (lazy): New widget.
18599 (menu-choice, checklist, radio-button-choice, editable-list)
18600 (group, documentation-string): Remove redundant (per 2003-10-25
18601 change) calls to `widget-children-value-delete'.
18602 (widget-choice-value-get, widget-choice-value-inline): Remove.
18603 (menu-choice): Update widget.
18604
18605 2003-12-03 Kenichi Handa <handa@m17n.org>
18606
18607 * language/cyrillic.el: Register "microsoft-cp1251" in
18608 ctext-non-standard-encodings-alist.
18609 ("Bulgarian"): Add ctext-non-standard-encodings.
18610 ("Belarusian"): Likewise.
18611
18612 * international/mule-conf.el (compound-text-with-extensions):
18613 Change the type to 2 (iso-2022 base).
18614
18615 * international/mule.el (ctext-non-standard-encodings-alist):
18616 Change the format.
18617 (ctext-non-standard-encodings): New variable.
18618 (ctext-post-read-conversion): Fully re-written.
18619 (ctext-non-standard-designations-alist): Delete it.
18620 (ctext-non-standard-encodings-table): New function.
18621 (ctext-pre-write-conversion): Fully re-written.
18622
18623 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18624
18625 * cus-edit.el (custom-add-parent-links): Add documentation links
18626 for parent, if the item has none of its own.
18627
18628 2003-11-30 Richard M. Stallman <rms@gnu.org>
18629
18630 * dired-aux.el (dired-do-query-replace-regexp):
18631 Report files visited read-only.
18632
18633 2003-11-30 Juri Linkov <juri@jurta.org>
18634
18635 * dired-aux.el (dired-compare-directories): New command.
18636 (dired-file-set-difference, dired-files-attributes): New functions.
18637
18638 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18639 Version 2.0.38 of Tramp released.
18640
18641 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18642 Charles Curley <charlescurley@charlescurley.com>.
18643 (tramp-multi-connection-function-alist): Add ssht entry which adds
18644 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18645 Aichner.
18646 (tramp-get-method-parameter): New function to retrieve a method
18647 parameter. This allows for omission of method parameters.
18648 Callers adjusted.
18649
18650 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18651
18652 * net/tramp.el: Add new optional parameter ID-FORMAT to
18653 `file-attributes'. Calls of `file-attributes' won't use this
18654 parameter for backward compatibility reasons.
18655 (tramp-perl-file-attributes): Add a new parameter to Perl script
18656 in order to handle uid/gid as strings, if desired.
18657 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18658 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18659 order to make the function more general.
18660 (tramp-handle-file-attributes): Replace proprietary optional
18661 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18662 (tramp-handle-file-attributes-with-perl): Handle parameter
18663 NONNUMERIC if set. This wasn't done in the past.
18664 (tramp-post-connection): Apply second parameter "$2" if
18665 `tramp-remote-perl' is called.
18666
18667 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18668 Correct cut'n'waste error (`filename' instead of `directory').
18669 (tramp-smb-handle-directory-files-and-attributes)
18670 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18671 introduced parameter ID-FORMAT.
18672 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18673 error (`directory' instead of `ldir').
18674
18675 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18676 `file-attributes' has a second parameter. If yes, apply it with
18677 value "'integer". Otherwise, don't use that parameter (default is
18678 integer format).
18679
18680 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18681
18682 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18683 (help-for-help): Add `C-h .' to the listed Help options.
18684 Remove trailing whitespace.
18685
18686 * help-at-pt.el: New file.
18687
18688 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18689
18690 * subr.el (noreturn, 1value): New macros for test coverage.
18691 See `testcover.el'.
18692
18693 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18694
18695 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18696 for macro `1value'.
18697 (testcover-1value): New function. Checks that a 1value form
18698 actually returns only one value. Requested by RMS.
18699
18700 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18701
18702 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18703 (gdb-var-list-children, gdb-var-list-children-handler)
18704 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18705 gdb commands that use mi to keep them out of the command history.
18706
18707 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18708
18709 * cus-start.el (all): Add use-file-dialog.
18710
18711 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18712
18713 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18714
18715 2003-11-27 Kim F. Storm <storm@cua.dk>
18716
18717 * subr.el (posn-object-x-y): New defun.
18718
18719 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18720
18721 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18722 Don't use `space' for \\\n.
18723 Be more selective as to which # are comment-starters.
18724
18725 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18726
18727 * subr.el (number-sequence): Improve handling of floating point
18728 arguments (suggested by Kim Storm). Allow negative arguments.
18729
18730 2003-11-26 Kenichi Handa <handa@m17n.org>
18731
18732 * international/mule-cmds.el (standard-display-european-internal):
18733 Cancel the standard-display-table setting for ` and '.
18734
18735 2003-11-26 Kim F. Storm <storm@cua.dk>
18736
18737 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18738 New defcustoms to add ffap-like functionality to ido.
18739 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18740 (ido-no-final-slash): New defun.
18741 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18742 (ido-read-file-name): ): Toggle VC checking via
18743 vc-handled-backends instead of vc-master-templates.
18744 (ido-file-internal): Handle ido-use-url-at-point and
18745 ido-use-filename-at-point via code borrowed from ffap-guesser.
18746 Handle new ido-exit code ffap.
18747 (ido-sort-list): Ignore final slash when sorting file names.
18748
18749 2003-11-25 Kim F. Storm <storm@cua.dk>
18750
18751 * emulation/cua-base.el (cua--standard-movement-commands):
18752 Add forward-sentence and backward-sentence.
18753
18754 2003-11-25 Stephen Eglen <stephen@gnu.org>
18755
18756 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18757 iswitchb-exit is set to 'usefirst when user selects buffer at head
18758 of list using RET. (Selecting buffers at the head of the list was
18759 broken if the substring was also a complete buffername.)
18760
18761 2003-11-23 Kim F. Storm <storm@cua.dk>
18762
18763 * progmodes/compile.el (grep-command, grep-use-null-device)
18764 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18765 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18766 (grep-regexp-alist, grep-program, find-program)
18767 (grep-find-use-xargs, grep-history, grep-find-history)
18768 (grep-process-setup, grep-compute-defaults)
18769 (grep-default-command, grep, grep-tag-default, grep-find)
18770 (grep-expand-command-macros, grep-tree-last-regexp)
18771 (grep-tree-last-files, grep-tree): Move grep variables, functions
18772 and commands to new file grep.el.
18773 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18774 (compilation-process-setup-function): Doc fix.
18775 (compilation-highlight-regexp, compilation-highlight-overlay): New
18776 defvars used for highlighting current compile error in source buffer.
18777 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18778 LOCAL-MAP which overrides compilation-highlight-regexp and
18779 compilation-mode-map for this compilation.
18780 Delay calling compilation-set-window-height until after running
18781 compilation-process-setup-function so it can buffer-local override
18782 compilation-window-height.
18783 Check buffer-local value of compilation-scroll-output.
18784 (compilation-set-window-height): Use buffer-local value of
18785 compilation-window-height.
18786 (compilation-revert-buffer): Don't pass (undefined)
18787 preserve-modes arg to revert-buffer.
18788 (next-error-no-select, previous-error-no-select): New commands.
18789 (compilation-goto-locus): Temporarily highlight current match in
18790 source buffer using compilation-highlight-regexp.
18791
18792 * progmodes/grep.el: New file with grep code from compile.el.
18793 (grep): New defcustom group.
18794 (grep-window-height): New defcustom, like compilation-window-height.
18795 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18796 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18797 (grep-command, grep-use-null-device, grep-find-command)
18798 (grep-tree-files-aliases, grep-tree-ignore-case)
18799 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18800 (grep-setup-hook): New hook variable.
18801 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18802 (grep-last-buffer): New defvar, override compilation-last-buffer.
18803 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18804 Call compile-internal with args highlight-regexp and grep-mode-map.
18805
18806 2003-11-23 Kim F. Storm <storm@cua.dk>
18807
18808 * subr.el (event-start, event-end): Doc fix.
18809 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18810 (posn-area, posn-actual-col-row, posn-object): New defuns.
18811 (posn-col-row): Simplify doc. Rewrite to use cond.
18812 (posn-point): Also return buffer position for events outside text
18813 area (that info is now present in the event position).
18814
18815 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18816 mouse-set-point so that hscroll still works now that clicks on
18817 fringes generate specific mouse events.
18818 (mouse-set-point): Note that it now works in fringes and margins
18819 too due to new semantics of posn-point in fringes and margins.
18820
18821 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18822 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18823
18824 2003-11-20 Kim F. Storm <storm@cua.dk>
18825
18826 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18827 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18828 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18829 to 100 for icons to avoid increasing line height when shown.
18830
18831 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18832
18833 * newcomment.el (comment-normalize-vars): Initialize properly if
18834 comment-start was nil.
18835
18836 2003-11-19 Andreas Schwab <schwab@suse.de>
18837
18838 * simple.el (set-variable): Fix indentation.
18839
18840 2003-11-17 Kenichi Handa <handa@m17n.org>
18841
18842 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18843 Fix docstring.
18844
18845 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18846
18847 * international/latin1-disp.el (latin1-display): Fix docstring.
18848
18849 2003-11-16 John Wiegley <johnw@newartisans.com>
18850
18851 * eshell/em-ls.el (eshell-ls-file): There are times with
18852 size-width is nil and uncomputed (when directories are created in
18853 dired, for example); in this case, 4 is reasonable default value,
18854 although it may caused skewed new entries (which could be avoided
18855 by returning the original value of 8 in all cases, but 99% of the
18856 time this is a waste of whitespace).
18857
18858 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18859
18860 * cc-engine.el (c-guess-continued-construct)
18861 (c-guess-basic-syntax): Check a little more carefully if it's a
18862 function declaration when an unknown construct followed by a block
18863 is found inside a statement context. This avoids macros followed
18864 by blocks to be taken as function declarations.
18865
18866 (c-guess-continued-construct): Change the analysis of a statement
18867 continuation with a brace open to `substatement-block', for
18868 consistency with recognized statements.
18869
18870 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18871 start is in a position so that `c-beginning-of-statement-1' jumped
18872 to the beginning of the same statement.
18873
18874 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18875 Don't accept binary operators in the arglist if we're in a function
18876 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18877 template recognition in cases like "if (a < b || c > d)".
18878
18879 (c-restricted-<>-arglists): New more appropriate name for
18880 `c-disallow-comma-in-<>-arglists'.
18881
18882 Accessing functions updated for the variable name change.
18883
18884 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18885 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18886
18887 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18888 labels.
18889
18890 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18891 instead of duplicating parts of it. This fixes bogus label
18892 recognition.
18893
18894 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18895 of checking the context in which to apply the minimum indentation,
18896 so that it isn't enforced in e.g. namespace blocks.
18897
18898 * cc-vars.el (c-inside-block-syms): New constant used by
18899 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18900 to somewhat reduce the risk of becoming stale.
18901
18902 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18903 cc-cmds to cc-engine to allow use from cc-align.
18904
18905 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18906 qualified identifiers containing "::".
18907
18908 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18909 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18910
18911 * cc-vars.el (c-emacs-features): Use a space in front of the name
18912 of the temporary buffer. That also avoids dumping problems in
18913 XEmacs due to undo info being left around after the buffer is killed.
18914
18915 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18916 arglist to see if it's a K&R style declaration.
18917
18918 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18919 before returning `knr-argdecl-intro'.
18920
18921 2003-11-16 John Wiegley <johnw@newartisans.com>
18922
18923 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18924 field in a long-listing always 8 characters, use `size-width',
18925 which has already been computed.
18926
18927 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
18928
18929 * subr.el (minor-mode-list): Add `hs-minor-mode'.
18930
18931 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18932
18933 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18934 Support operation while narrowed, with `diff-restrict-view'.
18935
18936 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18937
18938 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18939 Take additional optional arg NARROWFUN. For the generated functions:
18940 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
18941 include frags that arrange to check for and save narrowing state before
18942 the move and then conditionally call NARROWFUN after the move.
18943
18944 2003-11-14 John Wiegley <johnw@newartisans.com>
18945
18946 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18947 that was optional, but obviously missing based on surrounding code.
18948
18949 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18950 string arguments to numbers unless the whole argument was seen as
18951 a number.
18952
18953 2003-11-14 Kenichi Handa <handa@m17n.org>
18954
18955 * international/mule.el (ctext-non-standard-encodings-alist):
18956 Fix coding systems.
18957
18958 2003-11-10 Kenichi Handa <handa@m17n.org>
18959
18960 * language/kannada.el ("Kannada"): Add sample-text.
18961
18962 * language/knd-util.el (kannada-compose-region)
18963 (kannada-compose-string, kannada-post-read-conversion):
18964 Add autoload cookie.
18965
18966 * international/quail.el (quail-completion): Change the message
18967 "corresponding translations" to "corresponding characters".
18968
18969 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
18970
18971 * descr-text.el (describe-char): Fix typo.
18972
18973 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
18974
18975 These changes are to support Kannada language/script.
18976
18977 * Makefile.in (DONTCOMPILE): Add kannada.el.
18978
18979 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18980
18981 * loadup.el: Preload kannada.el.
18982
18983 * language/ind-util.el (ucs-kannada-to-is13194-alist)
18984 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18985 New variables.
18986
18987 * language/kannada.el: New file.
18988
18989 * language/knd-util.el: New file.
18990
18991 2003-11-07 Andreas Schwab <schwab@suse.de>
18992
18993 * progmodes/autoconf.el (autoconf-font-lock-keywords):
18994 Also highlight AH_*.
18995
18996 * xml.el (xml-parse-dtd): Fix misplaced paren.
18997
18998 2003-11-07 Kenichi Handa <handa@m17n.org>
18999
19000 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19001
19002 2003-11-05 Juri Linkov <juri@jurta.org>
19003
19004 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19005 (desktop-buffer-file): Use saved buffer-file-coding-system
19006 for file reading. Set auto-insert to nil to prevent automatic
19007 insertion into restored empty files.
19008
19009 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19010
19011 * files.el (risky-local-variable-p): Make second argument optional.
19012
19013 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19014
19015 * subr.el (add-hook): Fix last change.
19016
19017 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19018
19019 * mail/rmail.el (rmail-convert-to-babyl-format):
19020 If base64-decode-region signals an error, catch it and silently
19021 ignore it.
19022
19023 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19024
19025 * xml.el (xml-parse-region): Allow comments to appear after the
19026 topmost element has closed.
19027 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19028 (xml-ns-expand-attr): New functions to do namespace handling.
19029 (xml-intern-attrlist): Back-compatible handling of attribute names.
19030 (xml-parse-tag): Move namespace handling to separate functions.
19031 Now produces elements in the form ((:ns . "element") (attr-list)
19032 children) instead of ('ns:element (attr-list) children).
19033 (xml-parse-attlist): Fix attribute parsing.
19034 (xml-parse-dtd): Change parsing so that it produces strings
19035 instead of interned symbols.
19036
19037 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19038
19039 * dired.el (dired-ls-sorting-switches): Doc fix.
19040
19041 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19042
19043 * emacs-lisp/rx.el (rx-or): Fix the case of
19044 "(rx (and ?a (or ?b ?c) ?d))".
19045
19046 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19047
19048 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19049 (texinfo-format-region): Use it.
19050 (texinfo-format-buffer-1): Ditto.
19051
19052 2003-11-01 Alan Mackenzie <acm@muc.de>
19053
19054 Changes to allow scrolling whilst in isearch mode:
19055 * isearch.el (isearch-unread-key-sequence): New function,
19056 extracted from isearch-other-meta-char.
19057 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19058 "scrollable" standard functions.
19059 (isearch-allow-scroll): New customizable variable.
19060 (isearch-string-out-of-window, isearch-back-into-window)
19061 (isearch-reread-key-sequence-naturally)
19062 (isearch-lookup-scroll-key): New functions.
19063 (isearch-other-meta-char): Doc string and functionality enhanced.
19064 Now accepts a prefix argument.
19065 (isearch-lazy-highlight-window-end): New variable.
19066 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19067 end (thru isearch-lazy-highlight-window-end), not only its start.
19068
19069 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19070 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19071 (universal-argument, universal-argument-more, negative-argument)
19072 (digit-argument, universal-argument-other-key): Minor changes.
19073
19074 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19075
19076 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19077 recursively if the last message is deleted, thus avoiding an
19078 infinite loop.
19079
19080 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19083 (tex-main-file): Don't add .tex if the extension is already present.
19084 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19085
19086 2003-10-29 Lute Kamstra <lute@gnu.org>
19087
19088 * progmodes/octave-inf.el (inferior-octave-prompt):
19089 Recognize version number in prompt.
19090
19091 2003-10-28 Dave Love <fx@gnu.org>
19092
19093 * international/characters.el: Fix some Unicode ranges.
19094
19095 2003-10-28 Kenichi Handa <handa@m17n.org>
19096
19097 * disp-table.el (standard-display-8bit)
19098 (standard-display-default, standard-display-ascii)
19099 (standard-display-g1, standard-display-graphic)
19100 (standard-display-underline): Assure that standard-display-table
19101 is a display table.
19102
19103 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19104
19105 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19106 reindenting the first line.
19107
19108 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19109
19110 * wid-edit.el (widget-default-delete): Always delete child widgets.
19111
19112 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19115 if the line has code.
19116 Don't try to line up with something that's too far left.
19117
19118 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19119 (octave-mode-syntax-table): Add % as a comment starter.
19120 (octave-point): Remove.
19121 (octave-in-comment-p, octave-in-string-p)
19122 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19123 (octave-blink-matching-block-open, octave-auto-fill):
19124 Use line-(beginning|end)-position instead.
19125
19126 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19127
19128 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19129 for Francesco Potort\e,Al\e(B.
19130
19131 2003-10-23 Dave Love <fx@gnu.org>
19132
19133 * international/mule-cmds.el (locale-charset-to-coding-system):
19134 Don't rely on nil being a coding system.
19135
19136 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19137 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19138 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19139
19140 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19141
19142 * gdb-ui.el (gdb-current-language): New variable.
19143 (gdb-update-flag): Remove variable.
19144 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19145 (gdb-take-last-elt): Remove function.
19146 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19147 (gdb-post-prompt): Check for variable object changes here.
19148
19149 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19150 object changes in gdb-ui.el.
19151
19152 2003-10-21 Richard M. Stallman <rms@gnu.org>
19153
19154 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19155
19156 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19157 Don't check for foo*/ wildcard form here.
19158 (insert-directory): Recognize foo*/ as a wildcard.
19159 Separate wildcard-regexp variable from the arg, wildcard.
19160
19161 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19162 (remove-hook): Correctly handle strange cases about local hooks.
19163
19164 2003-10-21 David Ponce <david@dponce.com>
19165
19166 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19167 argument REAL, to return a real number instead of a rounded
19168 integer value. Define as inline function.
19169 (ruler-mode-right-fringe-cols): Likewise.
19170 (ruler-mode-scroll-bar-cols): New function.
19171 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19172 (ruler-mode-right-scroll-bar-cols): Likewise.
19173 (ruler-mode-space): New function.
19174 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19175 scroll bar mode and margins in a more robust way.
19176
19177 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19178
19179 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19180 (antlr-c-init-language-vars): New function.
19181 (antlr-mode): Use it with cc-mode before v5.29.
19182 (antlr-c-common-init): Don't set some local vars here.
19183 (antlr-mode): Set them here.
19184 (antlr-c-forward-sws): New function alias.
19185 (antlr-mode): Redefine with cc-mode before v5.30.
19186 (antlr-skip-sexps): Use it.
19187 (antlr-skip-exception-part): Ditto.
19188 (antlr-skip-file-prelude): Ditto.
19189 (antlr-outside-rule-p): Ditto.
19190 (antlr-end-of-body): Ditto.
19191 (antlr-option-kind): Ditto.
19192 (antlr-insert-option-area): Ditto.
19193 (antlr-file-dependencies): Ditto.
19194
19195 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19196
19197 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19198 Move backward only if point was not inside an entry.
19199
19200 2003-10-21 Richard M. Stallman <rms@gnu.org>
19201
19202 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19203
19204 2003-10-21 Juri Linkov <juri@jurta.org>
19205
19206 * compare-w.el: Automatically skip non-matching text to resync.
19207 (compare-windows-whitespace): Doc fix.
19208 (compare-windows-sync, compare-windows-sync-string-size)
19209 (compare-windows-recenter, compare-ignore-whitespace)
19210 (compare-windows-highlight, compare-windows-face): New variables.
19211 (compare-windows): Use compare-windows-sync.
19212 (compare-windows-highlight, compare-windows-dehighlight)
19213 (compare-windows-sync-regexp)
19214 (compare-windows-sync-default-function): New functions.
19215
19216 2003-10-21 Juri Linkov <juri@jurta.org>
19217
19218 * diff.el (diff-parse-differences): Don't visit the files now;
19219 instead, just record the error locus.
19220
19221 2003-10-21 Dave Love <fx@gnu.org>
19222
19223 * progmodes/cfengine.el: New file.
19224
19225 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19228 default-directory when completing file names.
19229
19230 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19231
19232 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19233 followed by the word `face', it gets treated as a face, even if
19234 it is also defined as a variable or a function.
19235
19236 2003-10-20 Dave Love <fx@gnu.org>
19237
19238 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19239 Avoid incf in macro expansion.
19240
19241 2003-10-20 John Paul Wallington <jpw@gnu.org>
19242
19243 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19244 `evenp' so we don't implicitly require cl library at runtime.
19245
19246 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19247
19248 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19249 (help-make-xrefs): Only make cross-references for faces if
19250 preceded or followed by the word `face'. Do not make a
19251 cross-reference for variables without variable documentation,
19252 unless preceded by the word `variable' or `option'. Update doc
19253 string accordingly.
19254
19255 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19256
19257 * progmodes/hideshow.el: Rewrite one-armed `if'
19258 constructs using either `when' or `unless'.
19259 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19260
19261 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19262
19263 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19264 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19265 instead of 12x12.
19266
19267 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19268
19269 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19270 message while converting to Babyl.
19271
19272 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19273
19274 * allout.el (allout-mode): Doc fix.
19275
19276 2003-10-16 Lute Kamstra <lute@gnu.org>
19277
19278 * subr.el (force-mode-line-update): Fix docstring.
19279
19280 2003-10-14 Dave Love <fx@gnu.org>
19281
19282 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19283 (default-input-method): Add :link, improve :type.
19284 (locale-charset-language-names): Fix utf-8 pattern.
19285 (locale-charset-match-p, locale-charset-alist)
19286 (locale-charset-to-coding-system): New.
19287 (set-locale-environment): Deal with codeset part of locale specs.
19288
19289 2003-10-14 Lute Kamstra <lute@gnu.org>
19290
19291 * fringe.el (fringe-mode): Use active voice in docstring.
19292 (set-fringe-style): Ditto.
19293
19294 2003-10-13 Lute Kamstra <lute@gnu.org>
19295
19296 * fringe.el (fringe-mode): Fix docstring.
19297 (set-fringe-style): Ditto.
19298
19299 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19300
19301 * ediff-mult.el (ediff-filegroup-action):
19302 Use ediff-default-filtering-regexp.
19303
19304 * ediff-util.el (ediff-recenter): Don't call
19305 ediff-restore-highlighting twice.
19306 (ediff-select-difference): Set current difference.
19307 (ediff-unselect-and-select-difference): Add comment.
19308
19309 * ediff.el (ediff-directories,ediff-directory-revisions)
19310 (ediff-directories3,ediff-merge-directories)
19311 (ediff-merge-directories-with-ancestor)
19312 (ediff-merge-directory-revisions)
19313 (ediff-merge-directory-revisions-with-ancestor):
19314 Use ediff-default-filtering-regexp.
19315
19316 2003-10-12 Andreas Schwab <schwab@suse.de>
19317
19318 * international/mule-cmds.el (locale-charset-language-names):
19319 Simplify regex by removing unused grouping.
19320
19321 2003-10-10 Dave Love <fx@gnu.org>
19322
19323 * bindings.el: Don't bind stop.
19324
19325 2003-10-08 Miles Bader <miles@gnu.org>
19326
19327 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19328 face instead of attempting to emulate it.
19329
19330 2003-10-07 Kenichi Handa <handa@m17n.org>
19331
19332 * international/mule-diag.el (list-coding-systems-1): List coding
19333 systems that are loaded automatically.
19334
19335 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19336
19337 * international/mule.el (autoload-coding-system): New function.
19338
19339 2003-10-07 Andreas Schwab <schwab@suse.de>
19340
19341 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19342 change-log-default-name in the buffer visiting the file.
19343
19344 2003-10-06 Dave Love <fx@gnu.org>
19345
19346 * files.el (find-file-hook): Customize.
19347 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19348
19349 * bindings.el (completion-ignored-extensions): Remove .log.
19350 (global-map): Add again, open, stop keys.
19351
19352 2003-10-05 Richard M. Stallman <rms@gnu.org>
19353
19354 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19355 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19356 Use sh-modify directly.
19357 (sh-select): Use sh-append, not eval.
19358
19359 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19360
19361 * info.el (Info-following-node-name): New function.
19362
19363 * loadhist.el (unload-feature-special-hooks):
19364 Rename from loadhist-hook-functions.
19365 (loadhist-hook-functions): Now an alias.
19366
19367 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19368
19369 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19370 file-name clashes on 8+3 filesystems.
19371
19372 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19373 Rename loaddefs-boot.el to ldefs-boot.el
19374
19375 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19376 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19377
19378 2003-10-03 Lute Kamstra <lute@gnu.org>
19379
19380 * info.el (Info-mode): Revert previous change.
19381 (Info-escape-percent): New function.
19382 (Info-fontify-node): Use it.
19383
19384 2003-10-02 Andreas Schwab <schwab@suse.de>
19385
19386 * loaddefs-boot.el: Regenerated.
19387
19388 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19389
19390 * ffap.el: Remove defadvice related code from CVS since `complete'
19391 provides a `PC-completion-as-file-name-predicate' variable that
19392 ffap can override.
19393
19394 2003-10-02 Kenichi Handa <handa@m17n.org>
19395
19396 * international/utf-8.el (ccl-decode-mule-utf-8):
19397 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19398
19399 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19400 * international/subst-big5.el: Likewise.
19401 * international/subst-gb2312.el: Likewise.
19402 * international/subst-ksc.el: Likewise.
19403
19404 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19405
19406 * calendar/calendar.el (increment-calendar-month)
19407 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19408 (generate-calendar, calendar-read-date, calendar-interval)
19409 (calendar-day-of-week): Handle years BC.
19410 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19411
19412 2003-10-01 Dave Love <fx@gnu.org>
19413
19414 * language/cyrillic.el (cp1251): Alias for windows-1251.
19415
19416 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19417 bootstrap.
19418
19419 2003-10-01 Lute Kamstra <lute@gnu.org>
19420
19421 * files.el: Fix typo.
19422 * imenu.el (imenu--generic-function): Docstring fix.
19423
19424 2003-09-30 Richard M. Stallman <rms@gnu.org>
19425
19426 * dired.el (dired-mode): Handle dired-directory as a list.
19427
19428 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19429
19430 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19431
19432 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19433
19434 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19435 Replace gud-display with gud-watch.
19436 (gud-speedbar-buttons): Add stuff for watching expressions
19437 in the speedbar when using M-x gdba. Use dolist on old part
19438 of this function.
19439
19440 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19441 (gdb-update-flag): New variables.
19442 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19443 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19444 (gud-watch, gdb-var-create-handler) : New functions.
19445 (gdb-var-list-children, gdb-var-list-children-handler)
19446 (gdb-var-create-regexp, gdb-var-update-regexp)
19447 (gdb-var-list-children-regexp): New constants.
19448 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19449 (gdb-annotation-rules): Reduce annotation set (level 3).
19450 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19451 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19452 updates.
19453 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19454 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19455 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19456 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19457 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19458 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19459 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19460 (gud-display, gud-display1)
19461 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19462 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19463 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19464 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19465 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19466 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19467 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19468 (gdb-display-display-buffer, gdb-toggle-display)
19469 (gdb-delete-display, gdb-expressions-popup-menu)
19470 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19471 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19472 to display buffer.
19473
19474 2003-09-30 Richard M. Stallman <rms@gnu.org>
19475
19476 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19477 Instead, set which-func-functions.
19478
19479 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19480 (which-func-functions): New variable.
19481 (which-function): Use that.
19482
19483 * info.el (Info-mode): Double each `%' in header line.
19484
19485 * emacs-lisp/lisp-mnt.el (lm-with-file):
19486 When FILE is nil, run BODY in current buffer.
19487
19488 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19489
19490 * help.el (describe-mode): Start with a brief list of minor modes.
19491 Find them thru minor-mode-list so as to find them all.
19492 Show them in alphabetical order.
19493
19494 * mail/sendmail.el (mail-aliases): Doc fix.
19495
19496 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19497
19498 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19499
19500 * mail/rmailsum.el (rmail-make-summary-line-1):
19501 Change comma after last label to a space.
19502 (rmail-summary-font-lock-keywords): Adapt to that change.
19503
19504 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19505
19506 * progmodes/scheme.el (scheme-mode-variables): When setting
19507 `font-lock-defaults', also specify that "#" should
19508 be interpreted with `word' syntax.
19509 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19510
19511 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19512
19513 * desktop.el: A lot of comments updated.
19514 (desktop-save-mode): Minor mode introduced.
19515 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19516 (desktop-load-default): Function made obsolete.
19517 (desktop-locals-to-save): Variable made customizable.
19518 (desktop-read): Optional parameter `dirname' added.
19519 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19520 `desktop-read' used.
19521 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19522
19523 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19524
19525 * whitespace.el (whitespace-clean-msg): Add user customizable message
19526 for displaying ``clean'' output.
19527 (whitespace-buffer): Use `whitespace-clean-msg'.
19528 (whitespace-global-mode): Fix typo.
19529
19530 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19531
19532 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19533
19534 2003-09-29 Lute Kamstra <lute@gnu.org>
19535
19536 * bindings.el (mode-line-modes): Remove superfluous :propertize
19537 construct in initialization.
19538 (mode-line-position): Change cons cell into proper list in
19539 initialization.
19540
19541 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19542
19543 * international/mule.el (decode-coding-inserted-region): Use car
19544 of the return value of find-operation-coding-system.
19545
19546 2003-09-29 Kenichi Handa <handa@m17n.org>
19547
19548 * descr-text.el (describe-char): Fix previous change.
19549
19550 2003-09-28 Kenichi Handa <handa@m17n.org>
19551
19552 * descr-text.el (describe-char-display): New function.
19553 (describe-char): Pay attention to display table on describing how
19554 a character is displayed.
19555
19556 * international/mule-cmds.el (encoded-string-description):
19557 Prepend "0x" to each encoded byte.
19558
19559 2003-09-28 Andreas Schwab <schwab@suse.de>
19560
19561 * find-file.el (ff-special-constructs): Add autoload cookie.
19562
19563 2003-09-28 Kevin Ryde <user42@zip.com.au>
19564
19565 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19566 makeinfo appends to duplicate index entries.
19567
19568 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19569
19570 * dired-x.el (dired-clean-tex): Doc fix.
19571
19572 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19573 using a Chinese tutorial.
19574
19575 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19576
19577 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19578 between "MAIL FROM:" and "RCPT TO:" and the following address.
19579
19580 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19581
19582 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19583
19584 2003-09-28 David Ponce <david@dponce.com>
19585
19586 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19587 (recentf-load-list): When `recentf-initialize-file-name-history'
19588 is non-nil, initialize an empty `file-name-history' with the
19589 recent list.
19590
19591 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19592
19593 * man.el (Man-default-man-entry): Remove the leading `*' from the
19594 word at point.
19595
19596 2003-09-26 Lute Kamstra <lute@gnu.org>
19597
19598 * bindings.el (mode-line-position): Mention size indication in
19599 docstring.
19600
19601 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19602
19603 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19604
19605 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19606 because it's autoloaded now.
19607
19608 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19609
19610 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19611 (sh-font-lock-keywords, sh-feature): Fix previous change of
19612 sh-feature to avoid infloop with sh-font-lock-keywords.
19613
19614 2003-09-25 Kim F. Storm <storm@cua.dk>
19615
19616 * frame.el (frame-current-scroll-bars): New defun.
19617
19618 * window.el (window-current-scroll-bars): New defun.
19619
19620 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19621
19622 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19623 cause errors when the state cache contains info on parts that have
19624 been narrowed out.
19625
19626 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19627
19628 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19629 `c-setup-paragraph-variables' has to be used when this variable is
19630 changed; it doesn't work to reinitialize the mode since that
19631 typically clobbers the variable.
19632
19633 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19634 Make it interactive.
19635
19636 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19637
19638 * progmodes/cc-fonts.el (c-font-lock-declarations):
19639 Fix recognition of constructors and destructors for classes whose
19640 names are matched by `*-font-lock-extra-types'.
19641
19642 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19643 followed by an identifier in C++ then it's a type.
19644
19645 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19646
19647 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19648 problem that primarily affected XEmacs. Don't use faces to find
19649 unterminated strings since Emacs and XEmacs fontify strings
19650 differently - this function should now work better in XEmacs.
19651
19652 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19653
19654 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19655 `expand-abbrev' workaround which caused braces to misbehave inside
19656 macros.
19657
19658 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19659 handling. This bug could cause interactive font locking to bail out.
19660
19661 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19662
19663 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19664 Handle paren-style types in Pike. Also fixed some cases of
19665 insufficient handling of unbalanced parens.
19666
19667 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19668
19669 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19670 common shell prompts that are not common filename or URL characters.
19671 (ffap-file-at-point): Use the new regexp to strip the prompts from
19672 the file names. This is an issue mostly for user prompts that
19673 don't have a trailing space and find-file-at-point is invoked from
19674 within a shell inside Emacs.
19675
19676 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19677
19678 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19679 stamps numerically, rather than textually.
19680
19681 2003-09-24 Kenichi Handa <handa@m17n.org>
19682
19683 * language/devan-util.el (devanagari-post-read-conversion):
19684 * language/mlm-util.el (malayalam-post-read-conversion):
19685 * language/tml-util.el (tamil-post-read-conversion):
19686 Add autoload cookie.
19687
19688 * international/utf-8.el (utf-8-post-read-conversion):
19689 Call post-read-conversion functions for Devanagari, Malayalam,
19690 and Tamil.
19691
19692 2003-09-23 Dave Love <fx@gnu.org>
19693
19694 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19695
19696 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19697
19698 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19699 Update gud-remove.
19700
19701 2003-09-22 Richard M. Stallman <rms@gnu.org>
19702
19703 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19704 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19705 (sh-mode-syntax-table-input): New variable.
19706 (sh-require-final-newline): Don't use eval.
19707 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19708 (sh-variables, sh-font-lock-keywords): Don't use eval.
19709 (sh-set-shell): When setting require-final-newline,
19710 treat value = `require-final-newline' as don't change it.
19711 Set sh-mode-syntax-table locally based on
19712 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19713
19714 * progmodes/compile.el (compile-internal):
19715 Call compilation-set-window-height before setting window start.
19716
19717 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19718
19719 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19720 Clear out byte-compile-last-warned-form.
19721
19722 2003-09-22 Richard M. Stallman <rms@gnu.org>
19723
19724 * woman.el (woman-file-name, woman-follow-word):
19725 If current-word returns nil, use "".
19726
19727 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19728
19729 2003-09-22 Richard M. Stallman <rms@gnu.org>
19730
19731 * emacs-lisp/lisp-mnt.el (lm-with-file):
19732 Don't visit the file, just use insert-file-contents in temp buffer.
19733
19734 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19735
19736 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19737 Add surrounding \\( and \\) around the header, as in
19738 for lm-history-header 'Change Log\\|History'.
19739
19740 2003-09-22 John Paul Wallington <jpw@gnu.org>
19741
19742 * progmodes/ld-script.el: Add Commentary section,
19743 minor cleanup of file header.
19744 (ld-script-font-lock-keywords): Doc fix.
19745 (toplevel): Provide `ld-script' feature.
19746
19747 2003-09-21 Kim F. Storm <storm@cua.dk>
19748
19749 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19750 new built-in variable default-frame-scroll-bars.
19751 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19752 scroll-bar-mode; notably, use it instead of t when we toggle
19753 scroll-bars on.
19754 (toggle-scroll-bar): Use default-frame-scroll-bars.
19755
19756 2003-09-19 Masatake YAMATO <jet@gyve.org>
19757
19758 * pcvs.el (cvs-do-removal): Change the prompt depending on
19759 `filter' value.
19760
19761 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19762
19763 * startup.el (command-line-1): Stop startup-echo-area-message
19764 being hidden by "Loading image..." message.
19765 (use-fancy-splash-screens-p, display-splash-screen):
19766 Move display-graphic-p test from latter to former.
19767
19768 * progmodes/sh-script.el (sh-font-lock-keywords):
19769 Highlight escaped EOLs differently from other backslash constructs.
19770
19771 2003-09-19 Richard M. Stallman <rms@gnu.org>
19772
19773 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19774 New functions.
19775 (edebug-enter, edebug-outside-excursion): Use them.
19776
19777 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19778 Fix the condition for whether to print "In WHERE".
19779
19780 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19781
19782 * finder.el (finder-mode-hook): New variable.
19783 (finder-mode): Run hook finder-mode-hook
19784
19785 2003-09-18 Masatake YAMATO <jet@gyve.org>
19786
19787 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19788
19789 2003-09-17 Mario Lang <mlang@delysid.org>
19790
19791 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19792 "p %e" to actually print the value in the GUD buffer.
19793
19794 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19795
19796 From David Ponce <david.ponce@wanadoo.fr>:
19797 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19798 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19799 from loaddefs-boot.el if necessary.
19800
19801 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19802
19803 * progmodes/gud.el (gud-find-class): Make jdb work again since
19804 cc-mode changed the syntactic information.
19805
19806 2003-09-15 David Ponce <david@dponce.com>
19807
19808 * recentf.el: (recentf-exclude): Accept predicates too.
19809 (recentf-file-readable-p): New function.
19810 (recentf-include-p): Handle predicates in recentf-exclude.
19811 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19812 (recentf-cleanup): Likewise.
19813 (recentf-save-list): Use write-file to handle backup of
19814 recentf-save-file.
19815
19816 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19817
19818 * loaddefs-boot.el: Renamed from `loaddefs.el'
19819 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19820 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19821 necessary.
19822
19823 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19824
19825 * electric.el (Electric-pop-up-window): For the `one-window' case,
19826 no longer disconcertingly move point in the original buffer.
19827
19828 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19831
19832 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19833
19834 * dired.el (dired-mode-map): Fix typo.
19835
19836 2003-09-11 Richard M. Stallman <rms@gnu.org>
19837
19838 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19839
19840 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19841
19842 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19843 the function is less noisy. Now only `kill-buffer' can ask questions.
19844
19845 2003-09-10 Mario Lang <mlang@delysid.org>
19846
19847 * battery.el: Update Commentary and Copyright.
19848 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19849 appear due to wrong ordering of the expressions in `or'.
19850
19851 2003-09-09 Lute Kamstra <lute@gnu.org>
19852
19853 * misc.el (upcase-char): Fix docstring.
19854 (zap-up-to-char): New command.
19855
19856 2003-09-08 David Ponce <david@dponce.com>
19857
19858 Ensure that recentf correctly updates the menu bar.
19859 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19860 (recentf-menu-bar): New function.
19861 (recentf-clear-data): Use it
19862 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19863 of easy-menu-change.
19864
19865 2003-09-08 Lute Kamstra <lute@gnu.org>
19866
19867 * simple.el (size-indication-mode): New.
19868 * bindings.el (mode-line-position): Add buffer size indicator.
19869
19870 2003-09-04 Mario Lang <mlang@delysid.org>
19871
19872 * battery.el (battery-linux-proc-acpi): New function.
19873 (battery-status-function): Modify default value calculation to also
19874 check for availability of ACPI.
19875 (battery-echo-area-format): Ditto.
19876 (battery-mode-line-format): Ditto.
19877
19878 2003-09-06 Dave Love <fx@gnu.org>
19879
19880 * ielm.el (ielm-mode-hook): Add :options.
19881
19882 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19883 (eldoc-print-current-symbol-info): Use it.
19884
19885 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19886
19887 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19888 being displayed in GUD buffer.
19889 (gdb-idle-input-queue): Remove var. Use just one queue.
19890 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19891 Remove functions. Use just one queue.
19892 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19893 (gdb-invalidate-assembler, gdb-get-current-frame):
19894 Modify functions. Use just one queue.
19895
19896 2003-09-04 Dave Love <fx@gnu.org>
19897
19898 * cus-start.el: Add blink-cursor-alist.
19899
19900 * ruler-mode.el (ruler-mode-fill-column-char)
19901 (ruler-mode-current-column-char): Use char-displayable-p,
19902 not window-system.
19903
19904 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19905
19906 * language/european.el (windows-1252): Move from code-pages.
19907
19908 * language/cyrillic.el ("Windows-1251"): Delete.
19909 ("Bulgarian", "Belarusian"): Remove `features'.
19910 (windows-1251): Move from code-pages.
19911
19912 * international/mule-diag.el (non-iso-charset-alist):
19913 Remove `codepage' stuff.
19914 (print-designation, list-coding-systems-1): Output fixes.
19915
19916 * international/code-pages.el (cp-make-translation-table)
19917 (cp-valid-codes): Made defsubsts.
19918 (cp-fix-safe-chars): Delete.
19919 (mule-diag): Don't require.
19920 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19921 (top-level): Check for defined coding system when defining
19922 cp... aliases. Change w32-add-charset-info test to avoid warning.
19923 (non-iso-charset-alist): Defvar when compiling.
19924 (cp-make-coding-system): Doc fix.
19925
19926 2003-09-02 Jason Rumney <jasonr@gnu.org>
19927
19928 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19929 line-ends from CVS before doing conversion.
19930
19931 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
19932
19933 * calendar/diary-lib.el (diary-header-line-flag)
19934 (diary-header-line-format): New variables.
19935 (list-diary-entries): Use them to set header line in simple diary.
19936
19937 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19938 other than font-lock-string-face to highlight backslashes.
19939
19940 2003-09-01 Jason Rumney <jasonr@gnu.org>
19941
19942 * international/titdic-cnv.el (tit-read-key-value): Include \r in
19943 regexp.
19944
19945 2003-09-01 Dave Love <fx@gnu.org>
19946
19947 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19948
19949 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19950 and :help; also line and column numbers labels.
19951
19952 * international/mule-util.el (char-displayable-p): Move from
19953 latin1-disp, rename and autoload.
19954
19955 * international/latin1-disp.el (latin1-char-displayable-p):
19956 Now obsolete alias. Replace uses with char-displayable-p.
19957 (latin1-display-ucs-per-lynx): Fix last change.
19958
19959 * international/mule-cmds.el (standard-display-european-internal):
19960 Don't use char code for Latin-1 NBSP.
19961 <XFree86 4>: Unfrob NBSP display table. Set display table to use
19962 U+2018, U+2019 for `'.
19963 (select-safe-coding-system): Message fix.
19964
19965 2003-09-01 Kenichi Handa <handa@m17n.org>
19966
19967 * international/fontset.el (setup-default-fontset): For Thai
19968 font, specify "*" family.
19969
19970 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19971
19972 * progmodes/compile.el (previous-error): Accept a prefix
19973 argument, similarly to next-error.
19974
19975 2003-08-31 Masatake YAMATO <jet@gyve.org>
19976
19977 * pcvs.el (cvs-do-removal): Use = instead of eq to check
19978 the number of files. Bind the number of files to a local
19979 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19980
19981 2003-08-30 Eli Zaretskii <eliz@gnu.org>
19982
19983 * vc-hooks.el (vc-make-version-backup): Fix the change made on
19984 2003-07-26: msdos-long-file-names is a function, not a variable.
19985
19986 2003-08-29 Richard M. Stallman <rms@gnu.org>
19987
19988 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19989 Do nothing with mail-personal-alias-file if it is nil.
19990
19991 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19992 Do nothing if mail-personal-alias-file is nil.
19993
19994 * term.el (term-exec-1): Bind coding-system-for-read.
19995
19996 * dired.el (dired-mouse-find-file-other-window):
19997 Use dired-view-command-alist here, as in dired-view-file.
19998 (dired-view-command-alist): Use %s to substitute file name.
19999 Handle .ps_pages, .eps, .jpg, .gif, .png.
20000
20001 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20002
20003 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20004 `Info-prev-reference', instead of M-tab.
20005
20006 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20007
20008 * simple.el (blink-matching-open): Work correctly on chars that
20009 are designated as parens through the syntax-table text property.
20010
20011 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20012
20013 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20014 line break position in the middle of a non-kinsoku (e.g. latin)
20015 word, making it skip until either a space or a character with
20016 category "|".
20017 (kinsoku-longer): Test for end of buffer.
20018
20019 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20020
20021 * mail/rmail.el (rmail-convert-to-babyl-format):
20022 Detect quoted-printable- and base64-encoded messages and decode them
20023 automatically. Set the message's encoding from the charset=
20024 header, if any. Decode base64-encoded messages in Mail format as well.
20025
20026 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20027
20028 * mail/smtpmail.el: Fix previous change.
20029 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20030 calling smtpmail-via-smtp.
20031 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20032
20033 2003-08-26 John Paul Wallington <jpw@gnu.org>
20034
20035 * image.el (image-jpeg-p): Don't search beyond length of data.
20036
20037 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20038
20039 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20040 misfeature in `expand-abbrev' which caused electric keywords like
20041 "else" to disappear if an open brace was typed directly afterwards.
20042
20043 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20044
20045 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20046 mandatory in `define-widget'.
20047
20048 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20049 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20050
20051 (c-assignment-operators): New language constant that only contains
20052 the assignment operators.
20053
20054 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20055
20056 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20057
20058 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20059 Safeguard against unbalanced sexps.
20060
20061 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20062
20063 * version.el (emacs-version): Check for gtk. Include gtk version info.
20064
20065 2003-08-25 John Paul Wallington <jpw@gnu.org>
20066
20067 * man.el (Man-default-man-entry): Don't whizz past the section
20068 number before looking for it.
20069
20070 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20071
20072 * progmodes/gud.el (gud-display-line): Don't set window-point if
20073 source buffer is not visible. (Only happens with M-x gdba.)
20074
20075 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20076 documentation.
20077 (gdb-source, gdb-source-info): Update to assembler unnecessary
20078 as its done after each GDB command anyway.
20079 (gdb-pre-prompt): Use with-current-buffer.
20080 (gdb-insert-field): Add help-echo text.
20081 (gdb-invalidate-assembler): Re-display of assembler now done in
20082 gdb-info-breakpoints-custom.
20083 (gdb-info-breakpoints-custom): Force re-display of assembler to
20084 happen *after* update of breakpoints buffer.
20085 (gdb-display-source-buffer): Don't choke if gdb-source-window
20086 isn't visible.
20087 (gdb-put-string, gdb-put-arrow): Remove free variables.
20088
20089 2003-08-24 John Paul Wallington <jpw@gnu.org>
20090
20091 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20092
20093 * man.el (Man-default-man-entry): Strip text properties when
20094 snarfing parts of entry because `format' preserves properties.
20095
20096 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20097
20098 * files.el (file-newest-backup): Use `expand-file-name'.
20099
20100 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20101 Allow the diary to pop up a new frame, if needed.
20102
20103 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20104 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20105 (smtpmail-send-it): Make treatment of envelope-from consistent with
20106 sendmail.el.
20107
20108 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20109 (sh-leading-keywords): Add the bash `time' reserved word.
20110 (sh-variables): Add some bash variables.
20111 (sh-add-completer): Fix nil branch of case statement.
20112
20113 2003-08-24 Masatake YAMATO <jet@gyve.org>
20114
20115 * progmodes/ld-script.el: New file.
20116
20117 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20118
20119 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20120
20121 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20122
20123 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20124 Better explain obsolescence, and what to use instead.
20125
20126 2003-08-23 Masatake YAMATO <jet@gyve.org>
20127
20128 * pcvs.el (cvs-do-removal): Show the deleted file name
20129 on the prompt.
20130
20131 2003-08-20 Dave Love <fx@gnu.org>
20132
20133 * international/mule.el (make-coding-system)
20134 (set-buffer-file-coding-system): Doc fix.
20135
20136 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20137
20138 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20139
20140 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20141
20142 * international/utf-16.el: Add mime-text-unsuitable coding system
20143 properties.
20144
20145 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20146
20147 * cus-edit.el: Add some :links.
20148 (bib): Remove.
20149
20150 * textmodes/bib-mode.el (bib): Add :group external.
20151
20152 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20153
20154 * wid-edit.el (widget-echo-help): Make it handle expressions that
20155 evaluate to strings.
20156
20157 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20158
20159 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20160
20161 Simplify selection of SQL products to define highlighting and
20162 interactive mode. Includes detailed instructions on adding
20163 support for new products.
20164
20165 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20166 product for use in highlighting and interactive mode.
20167 (sql-interactive-product): New variable. SQL product for
20168 sql-interactive-mode.
20169 (sql-product-support): New variable. Specifies product-specific
20170 parameters to drive highlighting and interactive mode.
20171 (sql-imenu-generic-expression): Add more object types.
20172 (sql-sqlite-options): Correct comment.
20173 (sql-ms-program): Use "osql" rather than "isql".
20174 (sql-prompt-regexp, sql-prompt-length): Update comment.
20175 (sql-mode-menu): Add "Start SQLi session" entry.
20176 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20177 (sql-mode-abbrev-table): Add abbreviations. Support of
20178 SYSTEM-FLAG on define-abbrev. Support was removed with last
20179 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20180 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20181 names.
20182 (sql-mode-ansi-font-lock-keywords): Set as default value.
20183 (sql-mode-oracle-font-lock-keywords): Set as default value.
20184 Support Oracle 9i keywords.
20185 (sql-mode-postgres-font-lock-keywords): Set as default value.
20186 (sql-mode-linter-font-lock-keywords): Set as default value.
20187 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20188 SQLServer 2000.
20189 (sql-mode-sybase-font-lock-keywords)
20190 (sql-mode-interbase-font-lock-keywords)
20191 (sql-mode-sqlite-font-lock-keywords)
20192 (sql-mode-strong-font-lock-keywords)
20193 (sql-mode-mysql-font-lock-keywords)
20194 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20195 keywords.
20196 (sql-mode-font-lock-defaults): Update comment.
20197 (sql-product-feature): New function. Returns feature associated
20198 with a product from `sql-product-support' alist.
20199 (sql-product-font-lock): New function. Set font-lock support
20200 based on `sql-product'.
20201 (sql-add-product-keywords): New function. Add font-lock rules to
20202 product-specific keyword variables.
20203 (sql-set-product): New function. Set `sql-product' and apply
20204 appropriate font-lock highlighting.
20205 (sql-highlight-product): New function. Set font-lock support
20206 based on a product. Also set mode name to include product name.
20207 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20208 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20209 Use `sql-set-product'.
20210 (sql-highlight-ms-keywords)
20211 (sql-highlight-sybase-keywords)
20212 (sql-highlight-interbase-keywords)
20213 (sql-highlight-strong-keywords)
20214 (sql-highlight-mysql-keywords)
20215 (sql-highlight-sqlite-keywords)
20216 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20217 (sql-get-login): Prompt in the same order as the tokens.
20218 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20219 (sql-product-interactive): New function. Common portions of
20220 product-specific interactive mode wrappers.
20221 (sql-interactive-mode): Rewritten to use product features.
20222 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20223 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20224 (sql-db2, sql-linter): Use `sql-product-interactive'.
20225 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20226 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20227 (sql-connect-ingres, sql-connect-postgres)
20228 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20229 New functions. Format command line parameters and invoke comint on
20230 the appropriate interpreter. Code was in the corresponding
20231 `sql-xyz' function before.
20232 (sql-connect-ms): New function. Support -E argument to use
20233 operating system credentials for authentication.
20234
20235 2003-08-18 Kenichi Handa <handa@m17n.org>
20236
20237 * international/mule.el (encode-char): Fix for the ASCII case.
20238
20239 2003-08-15 Kenichi Handa <handa@m17n.org>
20240
20241 * international/fontset.el (setup-default-fontset): Change "*" to
20242 nil in the specifications of font family.
20243
20244 2003-08-18 Kim F. Storm <storm@cua.dk>
20245
20246 * kmacro.el (kmacro-keymap): Group related bindings in
20247 initialization for clarity. Bind C-s to start macro.
20248 Remove C-r binding.
20249 (kmacro-initial-counter-value): New defvar to hold initial counter
20250 value in case we set the value before defining a macro.
20251 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20252 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20253 not defining or executing macro. Doc fix.
20254 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20255 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20256 temporarily view older elements on the macro ring without cycling
20257 the ring.
20258 (kmacro-display): Doc fix.
20259 (kmacro-exec-ring-item): New helper function.
20260 (kmacro-call-ring-2nd): Use it.
20261 (kmacro-call-ring-2nd-repeat): Doc fix.
20262 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20263 (kmacro-end-or-call-macro): Execute last viewed macro (using
20264 kmacro-exec-ring-item) from ring if this follows
20265 kmacro-view-macro. This allows us to find a macro on the ring
20266 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20267 the ring to bring it to the head of the ring.
20268 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20269 Allow binding to reserved keys without specifying C-x C-k prefix.
20270 Ask for confirmation if entered key sequence is already bound to
20271 a non-macro command.
20272 (kmacro-view-macro): Repeating command will show older elements
20273 on the macro ring; C-k will execute the last viewed macro.
20274 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20275 property from 'ring to 'head.
20276
20277 2003-08-17 Alan Shutko <ats@acm.org>
20278
20279 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20280 keeping December out of the alist.
20281
20282 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20283
20284 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20285 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20286 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20287 (calendar-flatten): New function.
20288 (calendar-mouse-view-other-diary-entries)
20289 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20290 in the menu title and to show multi-line diary entries correctly
20291 in the menu.
20292
20293 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20294
20295 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20296 defcustom, because the default was recently changed.
20297
20298 2003-08-16 Richard M. Stallman <rms@gnu.org>
20299
20300 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20301
20302 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20303 New subroutine, broken out of eval-last-sexp-1.
20304 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20305
20306 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20307
20308 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20309
20310 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20311
20312 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20313
20314 * progmodes/compile.el (compilation-error-regexp-alist):
20315 Add Java ANt error detection as described in document
20316 http://ant.apache.org/faq.html
20317
20318 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20319
20320 * simple.el (backward-word, forward-to-indentation)
20321 (backward-to-indentation): Argument changed to optional.
20322 (next-line, previous-line): Use `or' instead of `unless'.
20323
20324 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20325
20326 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20327 instead of a constant.
20328
20329 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20330
20331 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20332
20333 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20334
20335 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20336 (vc-sccs-workfile-version): Search the entire delta table, rather
20337 than just the first entry, because that might be a deleted version.
20338
20339 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20340
20341 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20342 [save-place] binding in the Options menu. Have it require
20343 'saveplace' and then toggle the variable manually, to avoid an an
20344 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20345 for the bug report.
20346
20347 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20348
20349 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20350 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20351 (gdb-info-threads-custom): Add help-echo text.
20352 (gdb-display-back): Don't use purecopy.
20353 (gdb-info-breakpoints-custom, gdb-reset)
20354 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20355 icons can be displayed.
20356
20357 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20358
20359 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20360
20361 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20362
20363 * bookmark.el (bookmark-completing-read):
20364 Return a string, instead of a list of one string.
20365 Use a popup menu if activated from the mouse.
20366 (bookmark-edit-annotation): Remove unused vars.
20367 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20368 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20369 to bookmark-completing-read.
20370 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20371 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20372 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20373 and erase-buffer.
20374 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20375 (bookmark-menu-jump, bookmark-menu-insert)
20376 (bookmark-popup-menu-and-apply-function)
20377 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20378 (bookmark-menu-build-paned-menu): Remove by folding it into
20379 bookmark-menu-popup-paned-menu.
20380 (menu-bar-bookmark-map): Move the define-key statements here.
20381 Use the "non-menu" commands since they now pop up a menu if needed.
20382 (bookmark-exit-hook-internal): Simplify.
20383
20384 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20385
20386 * reftex-toc.el (reftex-toc-rename-label): New function.
20387 (reftex-toc-check-docstruct): New function.
20388
20389 * reftex.el (reftex-region-active-p): New function.
20390
20391 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20392 regexp to find the \bibliography macro.
20393
20394 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20395 which does not exist in LaTeX.
20396 (reftex-cite-format-builtin): Added amsrefs support.
20397 (reftex-toc-confirm-promotion): New option
20398
20399 * reftex-toc.el
20400 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20401 (reftex-toc-demote, reftex-toc-promote)
20402 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20403 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20404 (reftex-toc-newhead-from-alist)
20405 (reftex-toc-load-all-files-for-promotion): New functions.
20406 (reftex-toc-help): Added description of new keys.
20407 (reftex-toc-split-windows-fraction): New option.
20408 (reftex-recenter-toc-when-idle): Search *toc* window on all
20409 visible frames.
20410 (reftex-toc): Additional parameter REUSE
20411 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20412 with REUSE argument.
20413 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20414 the call of `reftex-toc'.
20415 (reftex-make-separate-toc-frame): New function .
20416 (reftex-toc-recenter): When called with triple prefix arg, call
20417 `reftex-make-separate-toc-frame' first.
20418 (reftex-toc-toggle-dedicated-frame): New command.
20419 (reftex-toc-quit): Adapted to delete frame when called in
20420 dedicated frame.
20421
20422 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20423 all enclosing macros.
20424
20425
20426 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20427
20428 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20429 first use.
20430
20431 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20432
20433 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20434
20435 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20436
20437 * calendar/calendar.el (list-diary-entries-hook)
20438 (diary-display-hook, nongregorian-diary-listing-hook)
20439 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20440 Add some customize options for these hooks.
20441 (calendar-abbrev-construct): Don't try to take a substring longer
20442 than the original string.
20443
20444 2003-08-05 Richard M. Stallman <rms@gnu.org>
20445
20446 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20447 (testcover-reinstrument-clauses): Doc fix.
20448
20449 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20450 (warning-type-format): Rename from warning-group-format.
20451
20452 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20453 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20454 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20455 to prevent warnings about defvar for an obsolete variable.
20456
20457 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20458 warning-group-format renamed to warning-type-format.
20459
20460 * subr.el (read-passwd): Use clear-string instead of fillarray.
20461
20462 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20463 Use vconcat instead of concat.
20464 (edmacro-sanitize-for-string): New function.
20465
20466 2003-08-05 Dave Love <fx@gnu.org>
20467
20468 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20469 line-number-display-limit-width.
20470
20471 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20472
20473 2003-08-05 Kenichi Handa <handa@m17n.org>
20474
20475 * international/code-pages.el: Don't require mule-diag.
20476
20477 * international/mule-diag.el (non-iso-charset-alist):
20478 Add autoload cookie.
20479
20480 * language/devan-util.el (dev-glyph-order): Add an entry for the
20481 glyph code #xC4.
20482
20483 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20484
20485 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20486 (european-calendar-style, diary-date-forms)
20487 (calendar-day-name-array, calendar-month-name-array): Doc change.
20488 (generate-calendar-month): Adapt for new behaviour of
20489 `calendar-day-name' function.
20490 (calendar-abbrev-length, calendar-day-abbrev-array)
20491 (calendar-month-abbrev-array): New variables.
20492 (calendar-abbrev-construct): New function.
20493 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20494 rather than fixing abbrevs at some width. Calling syntax change.
20495 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20496 (calendar-date-string): Adapt for new behaviours of
20497 `calendar-day-name' and `calendar-month-name' functions.
20498
20499 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20500 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20501 (diary-name-pattern): Use abbrev arrays, rather than fixing
20502 abbrevs at three chars. Calling syntax change.
20503 (mark-diary-entries): Adapt for new behaviours of
20504 `diary-name-pattern' and `calendar-make-alist' functions.
20505 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20506 `diary-name-pattern' function.
20507 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20508 fixing abbrevs at three chars. Calling syntax change.
20509 (cal-hebrew, cal-islam): Require when compiling.
20510 (diary-font-lock-keywords): Adapt for new behaviour of
20511 `font-lock-diary-date-forms' function.
20512
20513 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20514 (calendar-hebrew-month-name-array-common-year)
20515 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20516 (list-hebrew-diary-entries): Adapt for new behaviours of
20517 `calendar-day-name' and `add-to-diary-list' functions.
20518 (mark-hebrew-diary-entries): Adapt for new behaviours of
20519 `diary-name-pattern' and `calendar-make-alist' functions.
20520
20521 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20522 Add doc string.
20523 (list-islamic-diary-entries): Adapt for new behaviours of
20524 `calendar-day-name' and `add-to-diary-list' functions.
20525 (mark-islamic-diary-entries): Adapt for new behaviours of
20526 `diary-name-pattern' and `calendar-make-alist' functions.
20527
20528 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20529 `calendar-month-name' function.
20530
20531 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20532
20533 * calendar/solar.el (solar-seasons-data): Move definition before use.
20534
20535 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20536 (cal-tex-LaTeX-hourbox): Move definition before use.
20537
20538 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20539 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20540 * lunar.el, solar.el (displayed-month, displayed-year):
20541 Define for compiler.
20542
20543 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20544
20545 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20546 MODE. Renamed from c-init-c-language-vars'.
20547 (c-initialize-cc-mode): Change accordingly.
20548 (c-common-init): Ditto.
20549 (c-mode): Ditto.
20550 (c++-mode): Use `c-init-language-vars-for'.
20551 (objc-mode): Ditto.
20552 (java-mode): Ditto.
20553 (idl-mode): Ditto.
20554 (pike-mode): Ditto.
20555 (awk-mode): Ditto.
20556
20557 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20558
20559 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20560 or not the point moved.
20561
20562 (c-search-decl-header-end): Don't trip up on operator identifiers
20563 in C++ and operators like == in all languages.
20564
20565 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20566 Detect leading labels correctly.
20567
20568 2003-08-02 Andreas Schwab <schwab@suse.de>
20569
20570 * textmodes/ispell.el: Don't redo key bindings on loading, put
20571 them only in loaddefs.el.
20572 * bookmark.el: Likewise.
20573 * dabbrev.el: Likewise.
20574 * emerge.el: Likewise.
20575
20576 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20577 has more than one member.
20578
20579 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20580
20581 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20582
20583 * lpr.el (printify-region): It was ending conversion before the
20584 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20585
20586 2003-07-31 John Paul Wallington <jpw@gnu.org>
20587
20588 * net/browse-url.el (browse-url-epiphany): Doc fix.
20589
20590 2003-07-30 Kenichi Handa <handa@m17n.org>
20591
20592 * international/fontset.el (setup-default-fontset):
20593 Change registry names of Akurti fonts.
20594
20595 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20596
20597 * comint.el (comint-read-noecho): Use `clear-string' instead of
20598 `fillarray'.
20599
20600 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20601
20602 * outline.el (outline-mode-hook): Add defvar.
20603
20604 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20605
20606 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20607 Restore assembler in source window if that is what has been selected.
20608 (menu): Add gdb-restore-windows to menu. Make gdba
20609 specific menus only visible from gdba.
20610
20611 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20612
20613 * progmodes/compile.el (compilation-environment): New user variable.
20614 (compile-internal): Respect it.
20615
20616 2003-07-23 Masatake YAMATO <jet@gyve.org>
20617
20618 * progmodes/gud.el (gdb-script-font-lock-keywords):
20619 Put `font-lock-function-name-face' on a symbol which includes
20620 `-' like `hook-run'. Put font-lock-variable-name-face
20621 on a symbol starting with $.
20622
20623 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20624
20625 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20626
20627 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20628
20629 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20630
20631 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20632
20633 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20634 Use with-no-warnings.
20635 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20636 rather than to find-file-not-found-hook, which doesn't exist.
20637
20638 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20639
20640 * international/quail.el (quail-translate-key): Fix previous change.
20641
20642 2003-07-25 John Paul Wallington <jpw@gnu.org>
20643
20644 * server.el (server-start): Check `server-process' is non-nil
20645 before killing it to avoid killing current buffer's process.
20646
20647 * simple.el (choose-completion-string): Use `minibufferp';
20648 test `completion-reference-buffer' if `buffer' arg is nil.
20649 (push-mark): Use `when' and `unless'.
20650 (pop-mark): Use `when'.
20651
20652 * mouse-sel.el (mouse-sel-get-selection-function):
20653 Check `x-last-selected-text-primary'. Don't barf if it or
20654 `x-last-selected-text' aren't bound.
20655
20656 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20657
20658 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20659
20660 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20661
20662 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20663
20664 2003-07-23 John Paul Wallington <jpw@gnu.org>
20665
20666 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20667
20668 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20669
20670 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20671 string. Defvar the derived hook.
20672
20673 * macros.el (insert-kbd-macro): Escape double quote character.
20674 From Thomas W Murphy <twm@andrew.cmu.edu>.
20675
20676 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20677
20678 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20679 to match the specific mark rather than reusing comment-start-skip.
20680
20681 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20682
20683 * progmodes/hideshow.el (hs-special-modes-alist):
20684 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20685
20686 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20687
20688 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20689 value using ?\s.
20690
20691 2003-07-21 John Paul Wallington <jpw@gnu.org>
20692
20693 * subr.el (with-selected-window): Add closing paren.
20694
20695 2003-07-21 Richard M. Stallman <rms@gnu.org>
20696
20697 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20698 (lisp-mode): Likewise.
20699
20700 * subr.el (with-selected-window): Copy code form save-selected-window
20701 so as to call select-window with norecord arg.
20702 (dynamic-completion-table): Doc fix.
20703 (lazy-completion-table): Doc fix.
20704
20705 * international/mule-cmds.el (set-locale-environment):
20706 langinfo renamed to locale-info.
20707
20708 * international/mule.el (auto-coding-functions): Doc fix.
20709
20710 2003-07-21 Kenichi Handa <handa@m17n.org>
20711
20712 * international/quail.el (quail-translate-key):
20713 Update quail-current-str correctly.
20714
20715 2003-07-21 Andreas Schwab <schwab@suse.de>
20716
20717 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20718 ?, to "_".
20719
20720 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20721 Version 2.0.36 of Tramp released.
20722
20723 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20724 tramp-password-end-of-line.
20725 (tramp-password-end-of-line): New method parameter.
20726 (tramp-get-password-end-of-line): Function to access method
20727 parameter `tramp-password-end-of-line', or variable
20728 `tramp-default-password-end-of-line' (default value).
20729 (tramp-methods): Add entries for new parameter
20730 tramp-password-end-of-line.
20731 (tramp-enter-password): Use new function
20732 `tramp-get-password-end-of-line'.
20733 (tramp-handle-insert-file-contents): Do not
20734 unconditionally inhibit the file operation file-local-copy, only
20735 do that when the inhibit-file-name-operation is currently
20736 insert-file-contents. This fixes finding remote CVS-controlled
20737 files. (It would barf on inserting the CVS/Entries file
20738 literally, because the file-local-copy handler wasn't called.)
20739 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20740 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20741 (tramp-initial-commands): New variable.
20742 (tramp-process-initial-commands): New function, using the variable.
20743 (tramp-open-connection-setup-interactive-shell): Call the new function.
20744 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20745 method into the buffer name, never use nil. Reported by Hanak
20746 David <dhanak@inf.bme.hu>.
20747 (tramp-open-connection-setup-interactive-shell): Erase buffer
20748 before sending "stty -onlcr".
20749
20750 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20751
20752 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20753
20754 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20755
20756 2003-07-19 John Paul Wallington <jpw@gnu.org>
20757
20758 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20759 (artist-draw-rect, artist-draw-square): Doc fixes.
20760
20761 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20762
20763 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20764
20765 2003-07-19 Kenichi Handa <handa@m17n.org>
20766
20767 * international/kkc.el (kkc-show-conversion-list-update):
20768 Highlight the correct candidate in the message.
20769
20770 2003-07-18 John Paul Wallington <jpw@gnu.org>
20771
20772 * simple.el (current-word): Don't include punctuation char when
20773 `really-word' arg is non-nil.
20774
20775 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20776
20777 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20778 moved to the directory obsolete.
20779
20780 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20781
20782 * info.el (Info-menu-entry-name-re): Allow newlines in
20783 menu entry names.
20784
20785 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20786 syntax-ppss-after-change-function.
20787 (syntax-ppss-after-change-function): New alias. Update uses.
20788 (syntax-ppss): Catch the case where the buffer is narrowed.
20789
20790 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20791
20792 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20793 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20794
20795 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20796
20797 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20798 since it might be modified.
20799
20800 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20801 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20802 names to these language constants.
20803
20804 2003-07-15 Kim F. Storm <storm@cua.dk>
20805
20806 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20807 All uses changed.
20808
20809 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20810
20811 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20812 Namespace support.
20813
20814 2003-07-13 Juanma Barranquero <lektu@terra.es>
20815
20816 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20817 papers received).
20818
20819 2003-07-13 Karl Eichwalder <ke@suse.de>
20820
20821 * textmodes/po.el (po-find-charset): White space at the start of the
20822 Content-Type field body is non-mandatory.
20823
20824 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20825
20826 * textmodes/texinfo.el (texinfo-section-list):
20827 Append appendixsection; a synonym for appendixsec.
20828
20829 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20830
20831 * man.el (Man-translate-cleanup): New.
20832 (Man-translate-references): Call `Man-translate-cleanup' to clean
20833 leading, trailing and middle spaces.
20834
20835 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20836
20837 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20838 Handle `dired-directory' being a list.
20839
20840 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20841
20842 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20843 it doesn't exist.
20844
20845 2003-07-12 Richard M. Stallman <rms@gnu.org>
20846
20847 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20848
20849 * progmodes/cc-defs.el (c-make-keywords-re):
20850 Don't use delete-duplicates.
20851 (c-lang-const): Don't use mapcan.
20852
20853 * apropos.el (apropos-show-scores): Make it customizable.
20854 Document new meaning.
20855 (apropos): Compute scores from symbols.
20856 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20857
20858 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20859
20860 * ps-bdf.el: Fix copyright line.
20861 (bdf-directory-list): Fix initialization code.
20862
20863 2003-07-11 John Paul Wallington <jpw@gnu.org>
20864
20865 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20866 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20867 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20868
20869 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20870
20871 * emacs-lisp/ring.el (ring-elements): Doc fix.
20872
20873 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20874
20875 * calendar/timeclock.el (timeclock-relative)
20876 (timeclock-ask-before-exiting, timeclock-use-display-time):
20877 Doc changes.
20878 (timeclock-modeline-display): Give a message if
20879 `timeclock-use-display-time' is non-nil but `display-time-mode'
20880 is not active.
20881
20882 2003-07-11 Kenichi Handa <handa@m17n.org>
20883
20884 * international/mule-cmds.el (set-language-environment):
20885 Set current-language-environment to the correct string.
20886
20887 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20888
20889 * ps-print.el: Print line number correctly in a region. Reported by
20890 Tim Allen <timallen@ls83.fsnet.co.uk>.
20891 (ps-print-version): New version number (6.6.2).
20892 (ps-printing-region): Code fix.
20893
20894 2003-07-10 John Paul Wallington <jpw@gnu.org>
20895
20896 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20897 this function can be called from `add-completions-from-tags-table'.
20898
20899 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20900
20901 * calendar/timeclock.el (timeclock-use-display-time)
20902 (timeclock-day-over-hook, timeclock-workday-remaining)
20903 (timeclock-status-string, timeclock-when-to-leave)
20904 (timeclock-when-to-leave-string, timeclock-log-data)
20905 (timeclock-find-discrep, timeclock-day-base)
20906 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20907 (timeclock-modeline-display): Set the variable
20908 `timeclock-modeline-display'.
20909 (timeclock-update-modeline): Doc fix. Respect value of
20910 `timeclock-relative'.
20911
20912 2003-07-09 Richard M. Stallman <rms@gnu.org>
20913
20914 * textmodes/reftex-parse.el (reftex-all-document-files):
20915 Add autoload cookie.
20916
20917 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20918 (reftex-scanning-info-available-p): Add autoload cookie.
20919
20920 * international/mule-cmds.el
20921 (set-display-table-and-terminal-coding-system): Delete duplicate
20922 aset on standard-display-table.
20923
20924 * view.el (view-file): If existing buffer's major mode is special,
20925 don't go into view mode.
20926
20927 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20928
20929 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20930
20931 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20932 buffer changes; there's third party code that calls this function
20933 directly.
20934
20935 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20936
20937 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20938 (autodoc-font-lock-keywords): Don't byte compile on font lock
20939 initialization when running from byte compiled files.
20940
20941 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20942
20943 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20944 statement ends with auto-increment "++".
20945
20946 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20947
20948 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20949 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20950 these are changed, so declare them as variables and not constants.
20951
20952 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
20953
20954 * subr.el (dolist, dotimes): Doc fix.
20955
20956 2003-07-08 Kim F. Storm <storm@cua.dk>
20957
20958 * international/mule-cmds.el
20959 (set-display-table-and-terminal-coding-system): Don't break
20960 bootstrap if standard-display-table isn't setup yet.
20961
20962 2003-07-07 Richard M. Stallman <rms@gnu.org>
20963
20964 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20965 Give it a doc string, and autoload it.
20966
20967 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20968 Use with-no-warnings.
20969
20970 * info.el (Info-search): If find invisible text, search again.
20971
20972 * isearch.el (search-whitespace-regexp): Add a shy group around it.
20973
20974 * man.el (Man-name-regexp): Match + as part of name.
20975
20976 * simple.el (visible-mode): Rename from vis-mode.
20977 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20978
20979 * simple.el (current-word): New arg REALLY-WORD specifies
20980 don't include punctuation chars.
20981
20982 * emacs-lisp/debug.el (debug, debugger-env-macro):
20983 Use with-no-warnings while accessing and binding unread-command-char.
20984
20985 * international/mule-cmds.el
20986 (set-display-table-and-terminal-coding-system): Use explicit loop
20987 instead of calling standard-display-default.
20988
20989 * net/ange-ftp.el (ange-ftp-file-symlink-p):
20990 Use condition-case to catch error in ange-ftp-get-files.
20991
20992 * net/browse-url.el (browse-url-browser-function):
20993 Add alternative for Epiphany.
20994 (browse-url-epiphany-program, browse-url-epiphany-arguments)
20995 (browse-url-epiphany-startup-arguments)
20996 (browse-url-epiphany-new-window-is-tab): New variables.
20997 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20998
20999 * progmodes/compile.el (compile-auto-highlight): Default now t.
21000 (compile): Doc fix.
21001 (compilation-next-error): Fix previous change.
21002
21003 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21004
21005 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21006
21007 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21008
21009 * gdb-ui.el (gdb-source-info): Display current frame when
21010 attaching to an existing process.
21011 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21012 while laying out windows when attaching to an existing process.
21013
21014 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21015
21016 * info.el (Info-menu): Use Info-menu-entry-name-re.
21017
21018 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21019
21020 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21021 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21022
21023 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21024 to match the same text.
21025
21026 2003-07-06 John Paul Wallington <jpw@gnu.org>
21027
21028 * vc.el (vc-annotate-offset): Move defvar up.
21029
21030 2003-07-06 Kim F. Storm <storm@cua.dk>
21031
21032 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21033 This should fix the infinite loop when extracting menu names.
21034
21035 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21036
21037 * files.el (auto-mode-alist, interpreter-mode-alist):
21038 Remove entries to CC Mode modes to avoid duplicates; they are now added
21039 with autoload directives in cc-mode.el.
21040
21041 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21042
21043 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21044 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21045 these are changed, so declare them as variables and not constants.
21046
21047 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21048 ensure that the entry for ".c" extension comes before the one for
21049 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21050 Fix incorrect entries that were added to `interpreter-mode-alist'.
21051 Move the autoload directives for AWK to the top level since they
21052 aren't recognized anywhere else. Do not use the new AWK mode doc
21053 in the autoload form for the old AWK mode.
21054
21055 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21056
21057 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21058 (bibtex-sort-ignore-string-entries): Default value t.
21059 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21060 erroneously in previous version.
21061 (bibtex-string-files): Docstring reflects new parsing scheme.
21062 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21063 docstring, add # as one of the chars to crush
21064 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21065 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21066 (bibtex-autokey-name-change-strings)
21067 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21068 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21069 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21070 (bibtex-autokey-title-terminators)
21071 (bibtex-autokey-titlewords-stretch)
21072 (bibtex-autokey-titleword-ignore)
21073 (bibtex-autokey-titleword-case-convert)
21074 (bibtex-autokey-titleword-abbrevs)
21075 (bibtex-autokey-titleword-abbrevs)
21076 (bibtex-autokey-titleword-change-strings)
21077 (bibtex-autokey-titleword-length)
21078 (bibtex-autokey-titleword-separator)
21079 (bibtex-autokey-name-year-separator)
21080 (bibtex-autokey-year-title-separator)
21081 (bibtex-autokey-before-presentation-function)
21082 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21083 Fix docstring.
21084 (bibtex-strings, bibtex-reference-keys):
21085 Use lazy-completion-table and make-variable-buffer-local.
21086 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21087 (bibtex-braced-string-syntax-table)
21088 (bibtex-quoted-string-syntax-table): New variables.
21089 (bibtex-parse-nested-braces): Remove.
21090 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21091 (bibtex-parse-association): Simplify.
21092 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21093 (bibtex-parse-field-text): Simplify.
21094 (bibtex-search-forward-field, bibtex-search-backward-field):
21095 argument BOUND can take value t.
21096 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21097 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21098 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21099 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21100 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21101 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21102 and ending of entry. Update for changes of bibtex-search-entry.
21103 Simplify.
21104 (bibtex-map-entries): FUN is called with three arguments.
21105 (bibtex-search-entry): Return a cons pair with buffer positions of
21106 beginning and end of entry.
21107 (bibtex-enclosing-field): Simplify.
21108 (bibtex-format-entry): Use booktitle to set a missing title.
21109 (bibtex-autokey-get-names): Fiddle with regexps.
21110 (bibtex-generate-autokey): Use identity.
21111 (bibtex-parse-keys): Use simplified parsing algorithm if
21112 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21113 arguments. Return alist of keys.
21114 (bibtex-parse-strings): Simplify. Return alist of strings.
21115 (bibtex-complete-string-cleanup): Fix docstring.
21116 (bibtex-read-key): New function.
21117 (bibtex-mode): Fix docstring. Do not parse for keys and
21118 strings when the mode is entered. Set fill-paragraph-function to
21119 bibtex-fill-field. Setup font-lock-mark-block-function the way
21120 font-lock intended.
21121 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21122 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21123 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21124 (bibtex-Preamble): Avoid hard coded constants.
21125 (bibtex-make-field): Fix docstring. Simplify.
21126 (bibtex-beginning-of-entry): Always return new position of point.
21127 (bibtex-end-of-entry): Rearrange cond clauses.
21128 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21129 Update for changes of bibtex-map-entries.
21130 (bibtex-ispell-abstract): Do not move point.
21131 (bibtex-entry-index): Use downcase. Simplify.
21132 (bibtex-lessp): Handle catch-all.
21133 (bibtex-find-crossref): Turn into a command.
21134 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21135 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21136 preamble entries.
21137 (bibtex-fill-field-bounds): New function.
21138 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21139 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21140 (bibtex-String): Use bibtex-strings. Always obey
21141 bibtex-sort-ignore-string-entries.
21142
21143 2003-07-05 John Paul Wallington <jpw@gnu.org>
21144
21145 * cus-theme.el (customize-create-theme):
21146 Call `customize-create-theme' in Reset widget's notify function.
21147
21148 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21149 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21150 (define-ibuffer-column name): Add summarizer.
21151 (define-ibuffer-column size): Likewise.
21152 (define-ibuffer-column filename): Likewise.
21153 (define-ibuffer-column process): Likewise. Change BODY's output too.
21154 (define-ibuffer-column filename-and-process): Likewise, likewise.
21155 (ibuffer): Remove local vars `already-in' and `need-update'.
21156
21157 * ibuf-ext.el: Don't require `derived' at compile-time.
21158
21159 2003-07-05 Kim F. Storm <storm@cua.dk>
21160
21161 * info.el: Disable paragraph refilling.
21162 (Info-refill-paragraphs): New defcustom.
21163 (Info-fontify-node): Use it.
21164
21165 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21166
21167 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21168 thingies from constructors created by defstruct.
21169
21170 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21171 the default value of the variable.
21172 (byte-code-meter): Move declaration to top level.
21173
21174 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21175
21176 * info.el (Info-following-node-name-re): New fun.
21177 (Info-following-node-name): Remove.
21178 (Info-insert-dir): Use the new fun.
21179 (Info-extract-pointer): Don't save restriction; use new fun.
21180 (Info-menu-entry-name-re): New const.
21181 (Info-menu-entry-name-re): Use it along with new fun.
21182 (Info-node-spec-re): Use new fun.
21183 (Info-complete-menu-item, Info-fontify-node): Use new const.
21184 (Info-goto-node, Info-follow-reference, Info-menu-update):
21185 Use match-string.
21186 (Info-follow-reference): Use assoc-string.
21187 Use a list of strings for the completion table.
21188 (Info-fontify-node): Use match-string, line-end-position.
21189 Limit the search for `node:' to the first line.
21190
21191 * newcomment.el (uncomment-region): Remove padding coming from
21192 comment-start rather than just from comment-padding.
21193
21194 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21195 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21196 (vc-cvs-rename-file): Remove (use the default).
21197 (vc-cvs-register): Register parent dir if needed.
21198 (vc-cvs-could-register): Return non-nil if parent can be registered.
21199 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21200 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21201
21202 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21203 (vc-svn-update): Fix the arguments to `svn'.
21204 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21205 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21206 Simple implementations, assuming `name' is a URL.
21207
21208 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21209 set of chars allowed unquoted in a case pattern.
21210
21211 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21212
21213 * font-lock.el (font-lock-extra-types-widget)
21214 (c-font-lock-extra-types, c++-font-lock-extra-types)
21215 (objc-font-lock-extra-types, java-font-lock-extra-types)
21216 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21217 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21218 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21219 (font-lock-match-c++-structor-declaration)
21220 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21221 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21222 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21223 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21224 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21225 (java-font-lock-keywords-3, java-font-lock-keywords)
21226 (java-font-lock-syntactic-face-function): Remove obsolete code
21227 and constants. It's all in cc-fonts.el now.
21228
21229 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21230
21231 * mail/sendmail.el (mail-specify-envelope-from)
21232 (mail-envelope-from): Doc fix.
21233
21234 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21235
21236 * generic-x.el: Do away with the dependency on `c-emacs-features'
21237 when populating `rul-generic-mode-syntax-table'; we already know
21238 this isn't XEmacs.
21239
21240 See ChangeLog.10 for earlier changes.
21241
21242 ;; Local Variables:
21243 ;; coding: iso-2022-7bit
21244 ;; End:
21245
21246 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21247 Copying and distribution of this file, with or without modification,
21248 are permitted provided the copyright notice and this notice are preserved.
21249
21250 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1