]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-371
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4 face name.
5 (whitespace-highlight-the-space): Use renamed face.
6 (whitespace-highlight-face): New backward-compatibility aliases
7 for renamed face.
8
9 * woman.el (woman-italic, woman-bold, woman-unknown)
10 (woman-addition, woman-symbol-face):
11 Remove "-face" suffix from face names.
12 (woman-italic-face, woman-bold-face, woman-unknown-face)
13 (woman-addition-face):
14 New backward-compatibility aliases for renamed faces.
15 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16 (woman-decode-region, woman-replace-match)
17 (woman-display-extended-fonts, woman-special-characters)
18 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19 Use renamed woman faces.
20
21 * longlines.el (longlines-visible-face): Face removed.
22
23 * diff-mode.el (diff-header, diff-file-header, diff-index)
24 (diff-hunk-header, diff-removed, diff-added, diff-changed)
25 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26 suffix from face names.
27 (diff-header-face, diff-file-header-face, diff-index-face)
28 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29 (diff-changed-face, diff-function-face, diff-context-face)
30 (diff-nonexistent-face): New backward-compatibility aliases for
31 renamed faces.
32 (diff-header-face, diff-file-header-face)
33 (diff-index, diff-index-face, diff-hunk-header)
34 (diff-hunk-header-face, diff-removed, diff-removed-face)
35 (diff-added, diff-added-face, diff-changed-face, diff-function)
36 (diff-function-face, diff-context-face, diff-nonexistent)
37 (diff-nonexistent-face): Use renamed diff-mode faces.
38
39 * progmodes/compile.el (compilation-warning-face)
40 (compilation-info-face): Remove "-face" suffix from face names.
41 (compilation-warning-face, compilation-info-face):
42 New backward-compatibility aliases for renamed faces.
43 (compilation-warning-face, compilation-info-face):
44 Use renamed compilation faces.
45
46 * add-log.el (change-log-date, change-log-name)
47 (change-log-email, change-log-file, change-log-list)
48 (change-log-conditionals, change-log-function)
49 (change-log-acknowledgement): Remove "-face" suffix from face names.
50 (change-log-date-face, change-log-name-face)
51 (change-log-email-face, change-log-file-face)
52 (change-log-list-face, change-log-conditionals-face)
53 (change-log-function-face, change-log-acknowledgement-face):
54 New backward-compatibility aliases for renamed faces.
55 (change-log-font-lock-keywords): Use renamed change-log faces.
56
57 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
58 (custom-set, custom-changed, custom-saved, custom-button)
59 (custom-button-pressed, custom-documentation, custom-state)
60 (custom-comment, custom-comment-tag, custom-variable-tag)
61 (custom-variable-button, custom-face-tag, custom-group-tag-1)
62 (custom-group-tag): Remove "-face" suffix from face names.
63 (custom-magic-alist, custom-magic-value-create)
64 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
65 (custom-invalid-face, custom-rogue-face, custom-modified-face)
66 (custom-set-face, custom-changed-face, custom-saved-face)
67 (custom-button-face, custom-button-pressed-face)
68 (custom-documentation-face, custom-state-face)
69 (custom-comment-face, custom-comment-tag-face)
70 (custom-variable-tag-face, custom-variable-button-face)
71 (custom-face-tag-face, custom-group-tag-face-1)
72 (custom-group-tag-face):
73 New backward-compatibility aliases for renamed faces.
74
75 * wid-edit.el (widget-documentation, widget-button)
76 (widget-field, widget-single-line-field, widget-inactive)
77 (widget-button-pressed): "-face" suffix removed from face names.
78 (widget-documentation-face, widget-button-face)
79 (widget-field-face, widget-single-line-field-face)
80 (widget-inactive-face, widget-button-pressed-face):
81 New backward-compatibility aliases for renamed faces.
82 (widget-documentation-face, widget-button-face)
83 (widget-button-pressed-face, widget-specify-field)
84 (widget-specify-inactive): Use renamed widget faces.
85
86 2005-06-10 Kenichi Handa <handa@m17n.org>
87
88 * term/x-win.el (x-clipboard-yank): Remove condition-case
89 wrapping.
90
91 2005-06-11 Kenichi Handa <handa@m17n.org>
92
93 * add-log.el (change-log-font-lock-keywords): Make the regexp for
94 date lines stricter.
95
96 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
97
98 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
99 of x-get-selection.
100
101 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
102
103 * comint.el (comint-mode, comint-snapshot-last-prompt):
104 * frame.el (frame-current-scroll-bars):
105 * term.el (term-mode, term-check-proc, term-input-sender)
106 (term-simple-send, term-extract-string, term-word)
107 (term-match-partial-filename):
108 * window.el (window-current-scroll-bars):
109 * emulation/cua-base.el (cua-normal-cursor-color)
110 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
111 (cua-global-mark-cursor-color):
112 * mail/undigest.el (rmail-forward-separator-regex):
113 Fix typos in docstrings.
114
115 * comint.el (comint-check-proc, make-comint-in-buffer)
116 (comint-source-default): Doc fixes.
117
118 * term.el (term-send-string): Improve argument/docstring
119 consistency.
120
121 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
122
123 * comint.el (comint-send-input): Bind `inhibit-read-only' around
124 call to `delete-region'.
125 (comint-mode-hook): Do not enable Font Lock by default.
126
127 2005-06-09 Lute Kamstra <lute@gnu.org>
128
129 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
130 could be void.
131
132 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * emacs-lisp/debug.el (debugger-will-be-back): New var.
135 (debug): Use it.
136 (debugger-step-through, debugger-continue, debugger-jump)
137 (debugger-return-value): Set it when needed.
138 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
139 Use inhibit-read-only.
140
141 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
142
143 * window.el (shrink-window-if-larger-than-buffer)
144 (window-size-fixed): Fix typo in docstring.
145
146 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
147 thumbnails directory on loading.
148 (thumbs-conversion-program): Use `eq' to check the system type,
149 not `equal'.
150 (thumbs-temp-dir): Initialize to `temporary-file-directory',
151 not "/tmp". Fix docstring.
152 (thumbs-thumbsdir): New function to return the thumbnails
153 directory, creating it if needed.
154 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
155 (thumbs-temp-file): Delete variable and make it into a function.
156 (thumbs-resize-image, thumbs-modify-image): Use it.
157 (thumbs-kill-buffer): Simplify.
158 (thumbs-gensym): Defalias or duplicate CL `gensym'.
159 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
160 docstrings.
161
162 2005-06-09 Kim F. Storm <storm@cua.dk>
163
164 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
165 set-match-data to free markers in match-data.
166
167 * replace.el (replace-match-data): Pass RESEAT arg `t' to
168 match-data to unchain markers in match-data.
169
170 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
173 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
174 unnecessary now.
175
176 2005-06-08 Richard M. Stallman <rms@gnu.org>
177
178 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
179 give the variable a doc string that doesn't say don't set it directly.
180
181 * textmodes/ispell.el (ispell-check-version):
182 Use match-string-no-properties.
183 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
184 (ispell-buffer-local-words): Likewise.
185
186 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
187 except on terminals with enough colors to really display it.
188 (makefile-dependency-regex): Delete spurious `bb'.
189
190 * faces.el (escape-glyph): Use blue once again in last case.
191 (no-break-space): Redefine so that it isn't invisible on a tty.
192
193 2005-06-08 Kim F. Storm <storm@cua.dk>
194
195 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
196 also when reading directory name.
197
198 2005-06-08 Lute Kamstra <lute@gnu.org>
199
200 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
201 (flyspell-mode-line-string): Remove autoload cookie.
202 (flyspell-mode): Remove defvar.
203
204 2005-06-07 Lute Kamstra <lute@gnu.org>
205
206 * textmodes/org.el (org-run-mode-hooks): New function.
207 (org-agenda-mode): Use it.
208
209 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
210
211 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
212
213 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
216
217 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
218
219 * font-lock.el (font-lock-add-keywords): Doc fix.
220
221 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
224 (tex-compile-default): In the absence of any history, use the order in
225 tex-compile-alist to choose the preferred command.
226 (tex-compile-commands): Reorder a bit.
227
228 * textmodes/flyspell.el (flyspell-auto-correct-binding)
229 (flyspell-incorrect-face, flyspell-duplicate-face):
230 Use (X)Emacs-agnostic code.
231 (flyspell-mode-map): Don't overwrite at each load. Remove code
232 redundant with the subsequent add-minor-mode. Merge Emacs and
233 XEmacs code.
234 (flyspell-word): Minor simplification.
235 (flyspell-math-tex-command-p): Quieten the byte-compiler.
236 (flyspell-external-point-words): Remove unused vars `size' and `start'.
237 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
238 Merge the corresponding Emacs code.
239 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
240
241 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
242 a dedicated window.
243
244 * international/latexenc.el (latexenc-find-file-coding-system):
245 Undo part of last patch, to turn off a compiler warning.
246
247 2005-06-06 Juri Linkov <juri@jurta.org>
248
249 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
250 Rename `tmm-inactive-face' to `tmm-inactive'.
251
252 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
253
254 * iswitchb.el: Rename faces.
255
256 2005-06-06 Kim F. Storm <storm@cua.dk>
257
258 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
259 (cua-global-mark): Remove -face suffix from face names.
260
261 * emulation/cua-gmrk.el (cua--init-global-mark):
262 Remove cua-global-mark face setup.
263
264 2005-06-06 Richard M. Stallman <rms@gnu.org>
265
266 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
267 just like other allowed characters.
268 (makefile-match-dependency): Exclude leading and training whitespace
269 from the range of regexp subexp 1.
270 (makefile-macroassign-regex): Don't try to match the body,
271 just the name of the macro being defined.
272
273 * info.el (Info-read-node-name-2): New function.
274 (Info-read-node-name-1): Use that.
275 Add a completion-base-size-function property.
276
277 * simple.el (completion-setup-function): Look for
278 completion-base-size-function property of
279 minibuffer-completion-table.
280
281 * files.el (locate-file-completion): Doc fix.
282
283 * printing.el: Don't call pr-update-menus; user must do that.
284
285 * emacs-lisp/debug.el (debugger-window): New variable.
286 (debug): Use debugger-window if it is set and still alive.
287 Record debugger-window for next entry.
288
289 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
290
291 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
292
293 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
294 (hack-one-local-variable, hack-local-variables)
295 (hack-local-variables-prop-line): Pass that arg.
296
297 2005-06-06 Kim F. Storm <storm@cua.dk>
298
299 * ido.el (ido-first-match, ido-only-match, ido-subdir)
300 (ido-indicator): Remove -face suffix from face names.
301
302 2005-06-06 Juri Linkov <juri@jurta.org>
303
304 * font-lock.el (font-lock-regexp-backslash)
305 (font-lock-regexp-backslash-construct): New faces.
306 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
307 after `('. Add `while-no-input' to control structures.
308
309 * faces.el (no-break-space, shadow): New faces.
310 (escape-glyph): Use less loud colors pink2 and red4.
311
312 * diff-mode.el (diff-context-face)
313 * dired.el (dired-ignored)
314 * rfn-eshadow.el (file-name-shadow)
315 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
316
317 * info.el (Info-title-1-face): Use green instead of yellow because
318 bold yellow is not readable on light backgrounds.
319
320 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
321 before selecting the desired mode to not spend time fontifying
322 old contents.
323
324 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
325
326 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
327 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
328
329 * ps-print.el (ps-default-fg, ps-default-bg):
330 Fix typos in docstrings.
331
332 * isearchb.el (isearchb): Don't pass a spurious second argument to
333 `iswitchb-completions'.
334
335 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
336
337 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
338 to preserve point.
339 (gdb-find-file-hook): Add doc string.
340
341 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
342 C dereferenced pointer expression.
343 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
344
345 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
346
347 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
348 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
349 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
350 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
351 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
352 Make background transparent.
353
354 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
355
356 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
357 (font-lock-remove-keywords): Doc fix.
358 (font-lock-mode-major-mode): Compiler defvar.
359 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
360
361 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
362 (font-lock-mode): Update `font-lock-mode-major-mode'.
363 (font-lock-set-defaults): Compiler defvar.
364 (font-lock-default-function): Take `font-lock-mode-major-mode'
365 into account.
366
367 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
368 keep track of which major mode it enabled the minor mode for.
369 Use find-file-hook again. Update docstring.
370
371 * simple.el (eval-expression-print-level)
372 (eval-expression-print-length, eval-expression-debug-on-error):
373 Doc fixes.
374
375 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
376
377 * iswitchb.el (iswitchb-single-match-face)
378 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
379 (iswitchb-invalid-regexp-face): New faces.
380 (iswitchb-completions): Use them.
381 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
382 now marked as an obsolete alias.
383 (iswitchb-read-buffer): Remove check for bound font variables.
384 (iswitchb-invalid-regexp): New free variable.
385 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
386 set iswitchb-invalid-regexp.
387 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
388 invalid regexps.
389 (iswitchb-completions): Add check for complete match when entering
390 a regexp.
391 (iswitchb-completions): Remove require-match argument.
392 (iswitchb-exhibit): Fix caller.
393 (iswitchb-common-match-inserted): New variable.
394 (iswitchb-complete, iswitchb-completion-help): Use it.
395
396 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
397
398 * url-http.el (url-http-chunked-encoding-after-change-function):
399 Use `url-http-debug' instead of `message'.
400
401 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
402
403 * url-http.el (url-http-parse-headers): Pass redirected URL as a
404 callback argument.
405
406 2005-06-04 Kim F. Storm <storm@cua.dk>
407
408 * simple.el (line-move): Only call sit-for when moving backwards.
409
410 * ido.el (ido-make-merged-file-list-1): New defun split from
411 ido-make-merged-file-list.
412 (ido-make-merged-file-list): Bind throw-on-input around call to
413 ido-make-merged-file-list-1. Return input-pending-p if
414 interrupted by more input available.
415 (ido-read-internal): Handle input-pending-p return value from
416 ido-make-merged-file-list.
417
418 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
421 compatibility code.
422
423 * international/latexenc.el (latexenc-find-file-coding-system):
424 Don't inherit the EOL part of the coding-system from the
425 tex-main buffer. Fit within 80 columns.
426
427 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
428
429 * tmm.el (tmm-inactive-face): New face.
430 (tmm-remove-inactive-mouse-face): New function.
431 (tmm-prompt, tmm-add-one-shortcut)
432 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
433 but not selectable.
434
435 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
436
437 * faces.el (face-equal): Improve argument/docstring consistency.
438
439 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
440
441 * progmodes/make-mode.el (makefile-targets-face)
442 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
443 (makefile-bsdmake-dependency-regex)
444 (makefile-makepp-rule-action-regex)
445 (makefile-bsdmake-rule-action-regex): New constants.
446 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
447
448 * progmodes/compile.el (compilation-error-regexp-alist-alist):
449 Allow (...) within `...' for makepp messages.
450
451 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
452
453 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
454
455 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
456 "." files are deleted from all file lists before comparison.
457
458 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
459 (viper-ESC-key): Made them customizable.
460
461 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
462
463 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
464
465 * autorevert.el (auto-revert-buffers): Use save-match-data.
466
467 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
470 menu items with a nil command binding.
471
472 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
473
474 * emacs-lisp/cl-macs.el (defsetf):
475 Improve argument/docstring consistency.
476
477 * faces.el (list-faces-display): Improve the formatting by
478 computing the maximum length required for any face-name (reworked
479 patch of 1999-01-11, accidentally deleted on 1999-07-21).
480 (internal-find-face): Remove redundant info in docstring.
481
482 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
483
484 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
485 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
486 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
487 (gdb-assembler-custom): Improve regexps.
488 (def-gdb-auto-update-handler): Use window point to preserve point.
489
490 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
493
494 2005-05-31 Jay Belanger <belanger@truman.edu>
495
496 * calc/calc-embed.el (calc-embedded-word): Change argument passed
497 to calc-embedded.
498 (calc-embedded-make-info): Have plain prefix argument select
499 entire line.
500
501 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
502
503 * faces.el (list-faces-display): Signal error if passed a regexp
504 that matches no face name.
505
506 * simple.el (filter-buffer-substring): Fix typo in docstring.
507
508 2005-05-31 Richard M. Stallman <rms@gnu.org>
509
510 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
511 (vhdl-emacs-21): Doc fix.
512 (vhdl-mode): Unconditionally set comment-padding.
513 (vhdl-fixup-whitespace-region): Insert spaces only where
514 there are none.
515 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
516
517 2005-05-30 John Wiegley <johnw@newartisans.com>
518
519 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
520 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
521 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
522 `directory-sep-char' to ?/, and all uses of `string-to-int' to
523 `string-to-number'.
524
525 2005-05-30 Jay Belanger <belanger@truman.edu>
526
527 * calc/calc.el (calc-bug-address): Fix docstring.
528 (calc-window-hook, calc-trail-window-hook): New variables.
529 (calc-trail-display): Restore use of calc-trail-window-hook.
530 (calc): Restore use of calc-window-hook.
531
532 2005-05-31 Masatake YAMATO <jet@gyve.org>
533
534 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
535
536 * help-fns.el (help-C-file-name): Add autoload mark for
537 `find-function-noselect'.
538
539 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
542 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
543
544 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
545
546 * calendar/diary-lib.el (mark-included-diary-files): Only kill
547 included diary buffer if it was not already being visited.
548 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
549
550 * calendar/icalendar.el (top-level): Do not require 'appt.
551
552 * mail/supercite.el (sc-select-attribution): Only use a list
553 element from sc-attrib-selection-list if it returns a string.
554 Reported by Davide G. M. Salvetti <salve@debian.org>.
555
556 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
557
558 * thumbs.el (thumbs-thumbname): The resulting thubname now
559 includes a hash value to improve its uniqueness, and has a ".jpg"
560 extension. Also, it is now a valid filename on all systems.
561 (thumbs-make-thumb): Use `let', not `let*'.
562 (thumbs-show-thumbs-list): Check for JPEG availability.
563
564 2005-05-30 Richard M. Stallman <rms@gnu.org>
565
566 * filesets.el (filesets-menu-ensure-use-cached):
567 Prevent warning when emacs-version>= is undefined.
568
569 * printing.el (pr-interactive-n-up): Use string-to-number.
570
571 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
572
573 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
574 Warn only when name to be defined is quoted.
575
576 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
577
578 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
579 Make regexp more robust.
580 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
581 Force regeneration of disassembly.
582
583 2005-05-29 Jay Belanger <belanger@truman.edu>
584
585 * calc/calc.el (calc-user-invocation): Check if
586 calc-invocation-macro is non-nil.
587
588 2005-05-29 Juri Linkov <juri@jurta.org>
589
590 * add-log.el (change-log-font-lock-keywords):
591 Add `+' to e-mail regexp to accept mail address with keywords.
592
593 * man.el (Man-name-regexp): Add `:' to accept qualified names.
594
595 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
596
597 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
598
599 * ielm.el (inferior-emacs-lisp-mode): Ditto.
600
601 2005-05-29 Richard M. Stallman <rms@gnu.org>
602
603 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
604 Undo the change that moves to end of the current word.
605
606 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
607
608 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
609 Throw error when count <= 0 to ensure input is a number.
610 (gdb-read-memory-custom): Pick up address from buffer.
611 (gdb-memory-mode): Allow user to increment and decrement
612 memory address from header line.
613
614 2005-05-29 Richard M. Stallman <rms@gnu.org>
615
616 * flyspell.el (flyspell-version): Function deleted.
617 (flyspell-auto-correct-previous-hook): Doc fix.
618
619 * jit-lock.el (jit-lock-function, jit-lock-after-change):
620 Do nothing if memory is full.
621
622 * font-lock.el (font-lock-fontify-syntactically-region):
623 Pass t for GREEDY to looking-back.
624
625 * saveplace.el (save-place-alist-to-file): Write the file
626 using write-region.
627
628 * subr.el (looking-back): New argument GREEDY.
629
630 * progmodes/compile.el (compilation-start): Set the mode
631 before inserting the initial text.
632
633 * progmodes/which-func.el (which-func-update-1): Turn the mode
634 off in case of error by setting which-func-mode.
635
636 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
637
638 * flyspell.el (flyspell-auto-correct-previous-word):
639 Narrow down to what's on the screen, and recenter overlays
640 at the end of the next word.
641
642 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
643
644 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
645 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
646 (flyspell-abbrev-p): Default to nil.
647 (flyspell-use-global-abbrev-table-p): Doc fix.
648 (flyspell-large-region): Allow nil as value.
649 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
650
651 (mail-mode-flyspell-verify): More robust handling
652 of `mail-header-separator'. More efficient signature detection.
653 Allow for regexp metacharacters in message-header-separator.
654 Adding `To' not to be checked in mail-mode-flyspell-verify.
655
656 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
657 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
658 Bind flyspell-auto-correct-binding.
659 Bind C-. and C-, .
660 (flyspell-mode-map): Likewise.
661 (flyspell-mode): Doc fix.
662 (flyspell-accept-buffer-local-defs): Preserve current buffer.
663 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
664 (flyspell-word-cache-result): New var, always local.
665 (flyspell-check-pre-word-p): Doc fix.
666 (flyspell-check-changed-word-p): Handle spc like newline.
667 (flyspell-post-command-hook): Set flyspell-word-cache-result.
668 (flyspell-word-search-backward, flyspell-word-search-forward):
669 New functions.
670 (flyspell-word): Return t if nothing to check.
671 When parsing TeX code, check for after } or \.
672 Use flyspell-word-search-backward to find previous word.
673 Return nil if duplicated word.
674 For word already checked, return same value as last time.
675 Set flyspell-word-cache-result after checking.
676 Don't clobber the return value.
677 (flyspell-get-word): Major rewrite.
678 (flyspell-external-point-words): New locals pword, pcount.
679 Fix size used in progress message.
680 Find the proper corresponding word in flyspell-large-region-buffer.
681 (flyspell-region): Check for flyspell-large-region = nil.
682 (flyspell-highlight-incorrect-region): Clean up overlays in region.
683 (flyspell-auto-correct-word): Check that WORD is a cons.
684 (flyspell-correct-word): Likewise.
685
686 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
687
688 * progmodes/make-mode.el (makefile-rule-action-regex)
689 (makefile-macroassign-regex, makefile-makepp-mode)
690 (makefile-bsdmake-mode): Continuation lines may be empty.
691 Reported by Joshua Varner.
692 (makefile-makepp-font-lock-keywords): Add $(stem).
693
694 2005-05-28 Karl Berry <karl@gnu.org>
695
696 * textmodes/tex-mode.el: Now that tex-send-command calls
697 shell-quote-argument (2005-03-31 change), remove all calls to
698 shell-quote-argument; they all end up invoking tex-send-command.
699 The double quoting loses on filenames with non-safe characters,
700 such as "@". Reported by Frederik Fouvry.
701
702 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
703
704 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
705 about preserving point.
706
707 2005-05-27 Jay Belanger <belanger@truman.edu>
708
709 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
710 Info-goto-node.
711
712 * calc/calc-embed.el (calc-embed-arg): New variable.
713 (calc-do-embedded-activate, calc-embedded-activate-formula)
714 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
715 variable by new variable.
716 (calc-embedded-make-info): Replace undeclared variable by new
717 variable. When selecting region with positive prefix
718 argument, use end of previous line instead of beginning of line.
719
720 * calc/calc-aent.el (calc-arg-values): Declare it.
721
722 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
723 Declare them.
724
725 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
726
727 * calc/calc.el (calc-alg-map): Declare it.
728
729 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
730
731 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
732
733 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
734 (gdb-registers-buffer, toggle-gdb-all-registers):
735 Toggle display of floating point registers.
736 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
737
738 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
739 (toggle-gud-tooltip-dereference):
740 Rename from gud-toggle-tooltip-dereference.
741
742 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
745
746 2005-05-27 Jay Belanger <belanger@truman.edu>
747
748 * calc/calc-prog.el (calc-kbd-report): Remove.
749 (calc-kbd-query): Rewrite.
750
751 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
752
753 * image.el (image-library-alist): Move to image.c.
754 (image-type-available-p): Doc fix.
755
756 2005-05-27 Lute Kamstra <lute@gnu.org>
757
758 * calc/calc.el (calc):
759 * outline.el (outline-1, outline-2, outline-3, outline-4)
760 (outline-5, outline-6, outline-7, outline-8):
761 * textmodes/dns-mode.el (dns-mode):
762 * textmodes/sgml-mode.el (sgml-namespace-face):
763 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
764 (tex-verbatim-face, tex-use-reftex):
765 * textmodes/texinfo.el (texinfo-heading-face):
766 Specify customization group.
767
768 * longlines.el: Don't require easy-mmode.
769 (longlines-visible-face): Specify customization group.
770
771 2005-05-27 Kenichi Handa <handa@m17n.org>
772
773 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
774 encoding table of windows-1251.
775
776 * international/ucs-tables.el (ucs-set-table-for-input):
777 If translation-table-for-input of a coding system is a symbol, get
778 its translation-table property.
779
780 * international/code-pages.el: Don't register a coding system into
781 non-iso-charset-alist more than once.
782 (cp-make-coding-system): Likewise.
783
784 2005-05-26 John Wiegley <johnw@newartisans.com>
785
786 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
787 `eshell-resume-eval' is wrapped in a list, it indicates that the
788 command was run asynchronously. In that case, unwrap the value
789 before checking the delimiter value.
790
791 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
792 character before a space at the end of a line is \, assume the space
793 is part of the last argument rather than a final argument separator.
794
795 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
796 is in use, and the target is `t' or `nil' (which are the most common
797 values), don't assume that the symbol target is a buffer.
798
799 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
800
801 * calendar/calendar.el (calendar-mode-line-format):
802 Use mode-line-highlight as mouse-face.
803
804 * time.el (display-time-string-forms, display-time-update):
805 Use mode-line-highlight as mouse-face.
806
807 2005-05-26 Jay Belanger <belanger@truman.edu>
808
809 * calc/calc.el (calc-language-alist): Remove extra defvar.
810
811 2005-05-26 Lute Kamstra <lute@gnu.org>
812
813 * arc-mode.el (archive-mode):
814 * bookmark.el (bookmark-read-annotation-mode)
815 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
816 * bs.el (bs-mode):
817 * calc/calc-yank.el (calc-edit-mode):
818 * calc/calc.el (calc-mode, calc-trail-mode):
819 * calculator.el (calculator-mode):
820 * chistory.el (command-history-mode):
821 * comint.el:
822 * cus-edit.el (custom-mode):
823 * descr-text.el (describe-text-mode):
824 * ebuff-menu.el (Electric-buffer-menu-mode):
825 * ediff-util.el (ediff-mode):
826 * emacs-lisp/re-builder.el (reb-mode):
827 * emulation/vi.el (vi-mode-setup):
828 * emulation/ws-mode.el (wordstar-mode):
829 * eshell/esh-mode.el (eshell-mode):
830 * forms.el (forms-mode):
831 * help-mode.el (help-mode):
832 * hexl.el (hexl-mode):
833 * ibuffer.el (ibuffer-mode):
834 * ielm.el (inferior-emacs-lisp-mode):
835 * info.el (Info-mode, Info-edit-mode):
836 * international/swedish.el:
837 * ledit.el (ledit-from-lisp-mode):
838 * locate.el (locate-mode):
839 * mail/rmail.el (rmail-mode):
840 * mail/rmailedit.el (rmail-edit-mode):
841 * mail/rmailsum.el (rmail-summary-mode):
842 * mail/supercite.el (sc-electric-mode):
843 * net/eudc.el (eudc-mode):
844 * net/quickurl.el (quickurl-list-mode):
845 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
846 * obsolete/ooutline.el (outline-mode):
847 * obsolete/options.el (Edit-options-mode):
848 * obsolete/rnews.el (news-mode):
849 * obsolete/rnewspost.el (news-reply-mode):
850 * play/5x5.el (5x5-mode):
851 * play/decipher.el (decipher-mode, decipher-stats-mode):
852 * play/gomoku.el (gomoku-mode):
853 * play/snake.el (snake-mode):
854 * play/solitaire.el (solitaire-mode):
855 * play/tetris.el (tetris-mode):
856 * progmodes/ada-mode.el (ada-mode):
857 * progmodes/antlr-mode.el (antlr-mode):
858 * progmodes/autoconf.el (autoconf-mode):
859 * progmodes/dcl-mode.el (dcl-mode):
860 * progmodes/delphi.el (delphi-mode):
861 * progmodes/ebrowse.el (ebrowse-tree-mode)
862 (ebrowse-electric-list-mode, ebrowse-member-mode)
863 (ebrowse-electric-position-mode):
864 * progmodes/f90.el (f90-mode):
865 * progmodes/fortran.el (fortran-mode):
866 * progmodes/icon.el (icon-mode):
867 * progmodes/idlw-help.el (idlwave-help-mode):
868 * progmodes/idlw-shell.el (idlwave-shell-mode):
869 * progmodes/idlwave.el (idlwave-mode):
870 * progmodes/inf-lisp.el (inferior-lisp-mode):
871 * progmodes/m4-mode.el (m4-mode):
872 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
873 * progmodes/modula2.el (modula-2-mode):
874 * progmodes/octave-inf.el (inferior-octave-mode):
875 * progmodes/octave-mod.el (octave-mode):
876 * progmodes/pascal.el (pascal-mode):
877 * progmodes/sh-script.el (sh-mode):
878 * progmodes/sql.el (sql-mode, sql-interactive-mode):
879 * progmodes/vhdl-mode.el (vhdl-mode):
880 * progmodes/xscheme.el (scheme-interaction-mode):
881 * replace.el (occur-mode):
882 * ses.el (ses-mode):
883 * simple.el (completion-list-mode):
884 * skeleton.el:
885 * speedbar.el (speedbar-mode):
886 * term.el (term-mode):
887 * terminal.el (terminal-edit-mode):
888 * textmodes/reftex-index.el (reftex-index-mode)
889 (reftex-index-phrases-mode):
890 * textmodes/reftex-sel.el (reftex-select-label-mode)
891 (reftex-select-bib-mode):
892 * textmodes/reftex-toc.el (reftex-toc-mode):
893 * wdired.el (wdired-change-to-wdired-mode):
894 * wid-browse.el (widget-browse-mode):
895 Use run-mode-hooks.
896
897 * array.el (array-mode):
898 * calendar/todo-mode.el (todo-mode):
899 * man.el (Man-mode):
900 * play/landmark.el (lm-mode):
901 * play/mpuz.el (mpuz-mode):
902 Use kill-all-local-variables and run-mode-hooks.
903
904 * subr.el (delay-mode-hooks): Specify indentation.
905
906 2005-05-26 Mark A. Hershberger <mah@everybody.org>
907
908 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
909
910 2005-05-26 Jay Belanger <belanger@truman.edu>
911
912 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
913 of nil.
914
915 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
916
917 * progmodes/gdb-ui.el (gdb-frame-address):
918 Rename from gdb-current-address.
919 (gdb-previous-frame-address): Rename from gdb-previous-address.
920 (gdb-selected-frame): Rename from gdb-current-frame.
921 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
922 (gdb-frame-number): Rename from gdb-current-stack-level.
923 (gdb-ann3): Match new mode-name for disassembly buffer.
924 Extend initialisation of variables.
925 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
926 (gdb-memory-mode): Use mouse-face in header line.
927 (gdb-assembler-buffer-name): Call it disassembly and give frame
928 in mode line.
929 (gdb-source-spec-regexp, gdb-assembler-custom)
930 (gdb-invalidate-assembler, gdb-frame-handler):
931 Make robust to leading zeroes in address format.
932
933 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
934
935 * textmodes/org.el (org-mode): Use `define-derived-mode' to
936 define `org-mode'.
937 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
938
939 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * log-edit.el (log-edit-changelog-entries): Distinguish between
942 filenames like xfns.c and fns.c.
943
944 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
945
946 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
947 point after reverting.
948 (Buffer-menu-make-sort-button): Handle the case where
949 `Buffer-menu-use-header-line' is nil.
950
951 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
952
953 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
954 New funcs. In minibuffer-local-completion-map bind `]', `/'
955 and `:' to them.
956
957 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
958
959 * startup.el (normal-top-level): Allow modification of load-path while
960 we're iterating over it.
961
962 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
963
964 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
965 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
966 (thumbs-resize-interactive, thumbs-insert-image)
967 (thumbs-insert-thumb, thumbs-dired-show-marked)
968 (thumbs-find-image-at-point, thumbs-delete-images)
969 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
970 (thumbs-increment-image-size, thumbs-decrement-image-size):
971 Fix typos in docstrings.
972
973 2005-05-24 Andre Spiegel <spiegel@gnu.org>
974
975 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
976 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
977 (cperl-mode): Use them.
978
979 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
980
981 * window.el (quit-window, shrink-window-if-larger-than-buffer):
982 Doc fixes.
983
984 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
985
986 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
987 Bind C-d to gdb-inferior-io-eof.
988
989 * dired.el (dired-dnd-popup-notice): Use message-box.
990
991 2005-05-23 Masatake YAMATO <jet@gyve.org>
992
993 * bindings.el (mode-line-major-mode-keymap):
994 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
995
996 * faces.el (mode-line-highlight): New face.
997
998 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
999 as mouse-face.
1000
1001 * bindings.el (top-level, help-echo, mode-line-modified)
1002 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1003 as mouse-face.
1004
1005 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * progmodes/cc-engine.el (c-guess-basic-syntax):
1008 Remove spurious call to `zerop'.
1009
1010 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1011
1012 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1013
1014 CC Mode update to 5.30.10:
1015
1016 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1017 could go past the limit in decoration level 2, thereby causing
1018 errors during interactive fontification.
1019
1020 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1021 the file is evaluated interactively.
1022
1023 * cc-engine.el (c-guess-basic-syntax): Handle operator
1024 declarations somewhat better in C++.
1025
1026 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1027 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1028 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1029 (awk-mode): Use it.
1030 (make-local-hook): Suppress warning about obsoleteness.
1031
1032 * cc-engine.el, cc-align.el, cc-cmds.el
1033 (c-append-backslashes-forward, c-delete-backslashes-forward)
1034 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1035 Compensate for return value from `forward-line' when it has moved
1036 but not to a different line due to eob.
1037
1038 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1039 `objc-method-intro' and `objc-method-args-cont'.
1040
1041 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1042
1043 CC Mode update to 5.30.10:
1044
1045 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1046 in the copyright statement. Incidentally, change "along with GNU
1047 Emacs" to "along with this program" where it occurs.
1048
1049 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1050 so that it is interactive, hence can be found by M-x awk-mode
1051 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1052 <gmorris+emacs@ast.cam.ac.uk>.
1053
1054 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1055 Mode's regexps.
1056
1057 2005-05-23 Kevin Ryde <user42@zip.com.au>
1058
1059 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1060 c-parse-state, to avoid a lisp error (on bad code).
1061
1062 2005-05-23 Lute Kamstra <lute@gnu.org>
1063
1064 * subr.el (font-lock-defaults): Remove defvar as it's already
1065 defined in font-core.el.
1066
1067 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1068
1069 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1070
1071 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1072 more general and work when GDB variable "print pretty" is on,
1073 as with Emacs, for example.
1074
1075 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1076
1077 * font-core.el: Update comment.
1078
1079 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1080 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1081
1082 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1083
1084 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1085
1086 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1087 and `yank-handler' in the doc strings.
1088
1089 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1092
1093 2005-05-22 Richard M. Stallman <rms@gnu.org>
1094
1095 * help.el (describe-key): Move print-help-return-message call
1096 out of conditional.
1097
1098 * progmodes/etags.el (list-tags): Use with-no-warnings.
1099
1100 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1101 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1102 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1103
1104 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1105
1106 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1107 Add defvar.
1108
1109 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1110 Use defvar, not defconst.
1111
1112 * hexl.el (hexl-follow-line): Use with-no-warnings.
1113
1114 * emulation/tpu-extras.el: Use write-file-functions instead of
1115 write-file-hooks.
1116
1117 * dired.el (dired-font-lock-keywords): Fontify files with junk
1118 extensions even if marked by -F.
1119
1120 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1123 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1124 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1125 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1126 (concatenate, list-length, get*, getf, cl-remprop):
1127 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1128 (etypecase, progv, lexical-let, lexical-let*)
1129 (multiple-value-bind, multiple-value-setq, shiftf):
1130 Improve argument/docstring consistency.
1131
1132 * subr.el (focus-frame, unfocus-frame):
1133 Revert deletion on 2005-05-01.
1134
1135 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1136
1137 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1138 doesn't exist.
1139
1140 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1141 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1142
1143 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1144
1145 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1146 already deleted variables: auto-fill-hook, blink-paren-hook,
1147 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1148 suspend-hooks, comment-indent-hook, meta-flag,
1149 before-change-function, after-change-function,
1150 font-lock-doc-string-face.
1151
1152 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1153
1154 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1155
1156 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1157
1158 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1159 rmail-dont-reply-to.
1160
1161 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1162
1163 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1164 literal blank when splitting new-header-values.
1165
1166 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1167
1168 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1169 string so that tmm doesn't create a completion entry for it.
1170
1171 * textmodes/table.el (table-disable-menu): Ditto.
1172
1173 2005-05-21 Richard M. Stallman <rms@gnu.org>
1174
1175 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1176
1177 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1178
1179 * net/rcompile.el (remote-compile): Use compilation-start.
1180
1181 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1182
1183 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1184
1185 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1186 Default to makefile-bsdmake-mode on BSD systems.
1187
1188 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1189 REGEXP may also be a search function now. The part of doc-string
1190 for describing the structure was 95% identical to that of
1191 `imenu--generic-function'. Unify it there.
1192
1193 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1194 Use function to find dependencies, because regexp alone is so complex,
1195 it easily goes into an endless loop.
1196 (makefile-makepp-mode): Also add submenu for Perl functions
1197 defined in the makefile.
1198 (makefile-bsdmake-mode): Special imenu-generic-expression no
1199 longer needed, due to function call.
1200 (makefile-match-dependency): Take BOUND into account when checking
1201 if we're through.
1202
1203 2005-05-20 Jay Belanger <belanger@truman.edu>
1204
1205 * calc/calc-units.el (calc-invalidate-units-table):
1206 Use inhibit-read-only.
1207 (math-build-units-table-buffer): Use view-mode.
1208
1209 2005-05-20 David Kastrup <dak@gnu.org>
1210
1211 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1212 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1213
1214 2005-05-20 Lute Kamstra <lute@gnu.org>
1215
1216 * diff-mode.el (diff-header-face, diff-file-header-face)
1217 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1218 (diff-added-face, diff-changed-face, diff-function-face)
1219 (diff-context-face, diff-nonexistent-face): Put them in the
1220 diff-mode customization group.
1221
1222 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1225
1226 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1227
1228 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1229 Minor regexp-optimization.
1230
1231 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1232
1233 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1234 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1235 (org-agenda-add-time-grid-maybe): New function.
1236 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1237 (org-table-create): `dotimes' instead of `mapcar'.
1238 (org-xor): Simplify implementation.
1239 (org-agenda): `inhibit-redisplay' turned on.
1240 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1241 a consistent line after a state change.
1242 (org-agenda-remove-times-when-in-prefix): New option.
1243 (org-prefix-has-time): New variable.
1244 (org-parse-time-string): Optional argument NODEFAULT.
1245 (org-format-agenda-item): Parse items for time-of-day
1246 specifications and move these into the prefix if possible.
1247 (org-agenda-priority): Get current heading, not previous heading
1248 during agenda remote editing.
1249
1250 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1253 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1254 (remove-duplicates, delete-duplicates, substitute)
1255 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1256 (nsubstitute-if-not, find, find-if, find-if-not, position)
1257 (position-if, position-if-not, count, count-if, count-if-not)
1258 (mismatch, search, sort*, stable-sort, merge, member*)
1259 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1260 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1261 (intersection, nintersection, set-difference, nset-difference)
1262 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1263 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1264 (nsublis, tree-equal): Improve argument/docstring consistency.
1265
1266 * subr.el (send-string, send-region):
1267 Remove obsolescence declaration.
1268 (window-dot, set-window-dot, read-input, show-buffer)
1269 (eval-current-buffer, string-to-int):
1270 Add release number to obsolescence declarations.
1271
1272 2005-05-19 Kim F. Storm <storm@cua.dk>
1273
1274 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1275 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1276
1277 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1278
1279 * faces.el (list-faces-display): Make back button respect optional
1280 regexp arg.
1281
1282 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * calculator.el (calculator-radix-grouping-mode)
1285 (calculator-radix-grouping-digits, calculator-displayer)
1286 (calculator-radix-grouping-separator, calculator-copy-displayer):
1287 * dabbrev.el (dabbrev-search-these-buffers-only):
1288 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1289 (diff-advance-after-apply-hunk, diff-mode-hook)
1290 (diff-minor-mode-prefix):
1291 * imenu.el (imenu-use-popup-menu):
1292 * jit-lock.el (jit-lock-context-time):
1293 * newcomment.el (comment-fill-column, comment-column)
1294 (comment-style, comment-padding, comment-multi-line)
1295 (comment-empty-lines, comment-auto-fill-only-comments):
1296 * reveal.el (reveal-around-mark):
1297 * uniquify.el (uniquify-buffer-name-style)
1298 (uniquify-after-kill-buffer-p)
1299 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1300 (uniquify-min-dir-content, uniquify-separator)
1301 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1302 * w32-vars.el (w32-fixed-font-alist):
1303 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1304 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1305 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1306 * progmodes/perl-mode.el (perl-indent-level)
1307 (perl-continued-statement-offset, perl-continued-brace-offset)
1308 (perl-brace-offset, perl-brace-imaginary-offset)
1309 (perl-label-offset, perl-indent-continued-arguments)
1310 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1311 * progmodes/tcl.el (tcl-indent-level)
1312 (tcl-continued-indent-level, tcl-auto-newline)
1313 (tcl-tab-always-indent, tcl-electric-hash-style)
1314 (tcl-help-directory-list, tcl-use-smart-word-finder)
1315 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1316 (inferior-tcl-source-command):
1317 * textmodes/fill.el (enable-kinsoku):
1318 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1319 * textmodes/table.el (table-yank-handler):
1320 Specify missing group (and type, if simple) in defcustom.
1321
1322 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1323
1324 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1325
1326 2005-05-19 Richard M. Stallman <rms@gnu.org>
1327
1328 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1329
1330 * subr.el (event-basic-type): Don't get an error.
1331 (left-fringe-p): Function deleted.
1332
1333 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1334 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1335
1336 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1337 in recursive copy.
1338
1339 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1340
1341 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1342
1343 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1344 Call byte-compile-nogroup-warn if appropriate.
1345
1346 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1347 (compilation-set-window): Don't call left-fringe-p; do it directly.
1348
1349 2005-05-19 Jay Belanger <belanger@truman.edu>
1350
1351 * calc/calc-graph.el (calc-graph-format-data): Make sure
1352 var-PlotRejects is bound before trying to check its value.
1353
1354 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1355
1356 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1357 definition of this variable from reftex-global.el to reftex.el,
1358 because it is needed in the menu.
1359
1360 2005-05-19 Lute Kamstra <lute@gnu.org>
1361
1362 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1363 years are fixed. Don't insert a space after a dash.
1364
1365 2005-05-19 Kim F. Storm <storm@cua.dk>
1366
1367 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1368
1369 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1370
1371 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1372 strings, because (eq ... ?\\) is fairly frequent.
1373
1374 * progmodes/make-mode.el (makefile-add-this-line-targets):
1375 Simplify and integrate into `makefile-pickup-targets'.
1376 (makefile-add-this-line-macro): Simplify and integrate into
1377 `makefile-pickup-macros.
1378 (makefile-pickup-filenames-as-targets): Simplify.
1379 (makefile-previous-dependency, makefile-match-dependency):
1380 Don't stumble over `::'.
1381
1382 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1383
1384 * subr.el (post-command-idle-hook, post-command-idle-delay):
1385 Remove obsoletion of post-command-idle-hook and
1386 post-command-idle-delay.
1387
1388 * faces.el (list-faces-display): Provide button when describe-face
1389 is called to take user back to the list of faces.
1390
1391 * help-fns.el (describe-variable): Remove hyperlinks in a
1392 variable's value as these are quite frequently inappropriate.
1393
1394 * follow.el (follow-submit-feedback, follow-mode):
1395 Remove references to post-command-idle-hook.
1396
1397 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1398
1399 * progmodes/make-mode.el (makefile-previous-dependency)
1400 (makefile-match-dependency): Check for := (and in bsd mode also
1401 !=) to give a better result, even when font-lock is not on.
1402
1403 2005-05-18 Jay Belanger <belanger@truman.edu>
1404
1405 * calc/calc-help.el (calc-s-prefix-help):
1406 Add `calc-copy-special-constant' to help string.
1407
1408 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1409
1410 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1411
1412 2005-05-18 Jay Belanger <belanger@truman.edu>
1413
1414 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1415 in linear factors are in proper order.
1416
1417 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1418
1419 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1420 Support for jurabib.
1421
1422 * textmodes/reftex.el (featurep): Define aliases for overlay
1423 commands, for XEmacs compatibility, and use these aliases in
1424 overlay initializations.
1425 (reftex-highlight): Use `reftex-move-overlay'.
1426 (reftex-unhighlight): Use `reftex-delete-overlay'.
1427 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1428 (reftex-access-search-path): Use `reftex-uniquify' instead of
1429 `reftex-uniq'
1430
1431 * textmodes/reftex-sel.el (reftex-select-unmark):
1432 Overlay `before-string' property modification enables for Emacs as well.
1433 (reftex-select-item): Use `reftex-delete-overlay'.
1434 (reftex-select-mark): Use `reftex-make-overlay' and
1435 `reftex-overlay-put'.
1436 (reftex-select-unmark): Use `reftex-delete-overlay' and
1437 `reftex-overlay-put'.
1438
1439 2005-05-18 Lute Kamstra <lute@gnu.org>
1440
1441 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1442
1443 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1444
1445 * add-log.el (add-change-log-entry):
1446 * array.el (array-make-template, array-reconfigure-rows)
1447 (array-init-max-row, array-init-max-column)
1448 (array-init-columns-per-line, array-init-field-width):
1449 * replace.el (replace-match-maybe-edit, perform-replace):
1450 * textmodes/spell.el (spell-region):
1451 Replace `read-input' by `read-string'.
1452
1453 * forms.el (forms-mode):
1454 * finder.el (finder-compile-keywords):
1455 * shadowfile.el (shadow-read-files):
1456 Replace `eval-current-buffer' by `eval-buffer'.
1457
1458 * terminal.el (te-pass-through):
1459 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1460 (ange-ftp-raw-send-cmd):
1461 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1462 (send-process-next-char, telnet-initial-filter, telnet):
1463 Replace `send-string' by `process-send-string'.
1464
1465 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1466 (prolog-consult-region): Replace `send-string' by
1467 `process-send-string'; replace `send-region' by `process-send-region'.
1468
1469 * progmodes/delphi.el (delphi-log-msg):
1470 Replace `set-window-dot' by `set-window-point'.
1471
1472 * subr.el (window-dot, set-window-dot, read-input, send-string)
1473 (send-region, show-buffer, eval-current-buffer):
1474 Make really obsolete, as the comment says.
1475
1476 2005-05-17 Kim F. Storm <storm@cua.dk>
1477
1478 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1479 (cua--init-keymaps): Bind C-return instead of S-return to set
1480 rectangle mark.
1481
1482 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1483 instead of S-return to toggle/clear rectangle mark.
1484
1485 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1486
1487 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1488 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1489 Also fontify plain strings assigned to variables, mostly so that a
1490 colon has a face and is thus not taken as a dependency separator.
1491 (makefile-previous-dependency): Inline the new matcher, because it
1492 is too complex to work in both directions.
1493 (makefile-match-dependency): Eliminate `backward' arg (see above).
1494 Completely reimplemented so as to not sometimes go into an endless
1495 loop. It should also be more efficient, because first it only
1496 searches for `:', instead of applying the very complex regexp.
1497 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1498 to be fontified in one piece can be too long for JIT.
1499 Makefiles are never *that* big.
1500
1501 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1502
1503 * dired.el (dired-mode): Simplify.
1504
1505 2005-05-17 Lute Kamstra <lute@gnu.org>
1506
1507 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1508 defcustom for the mode hook variable.
1509
1510 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1511 Emacs Lisp Reference Manual.
1512
1513 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1516 (evenp, list*):
1517 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1518 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1519
1520 * net/tramp-smb.el (tramp-smb-open-connection):
1521 Pass `tramp-chunksize' as fifth (required) argument.
1522
1523 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1524
1525 * font-lock.el (lisp-font-lock-keywords-1):
1526 Set `font-lock-negation-char-face' for [^...] char group.
1527 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1528
1529 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1530 a var, and refine it to mask one more level of nested vars.
1531 (makefile-rule-action-regex): Turn it into a var, and refine it so
1532 it recognizes backslashed continuation lines as belonging to the
1533 same command.
1534 (makefile-macroassign-regex): Refine it so it recognizes
1535 backslashed continuation lines as belonging to the same command.
1536 (makefile-var-use-regex): Don't look at the next char, because it
1537 might be the same one to be skipped by the initial [^$], leading
1538 to an overlooked variable use.
1539 (makefile-make-font-lock-keywords): Remove two parameters, which
1540 are now variables that some of the modes set locally.
1541 Handle dependency and rule action matching through functions, because
1542 regexps alone match too often. Dependency matching now comes
1543 last, so it can check, whether a colon already matched something else.
1544 (makefile-mode): Inform that font-lock improves makefile parsing
1545 capabilities.
1546 (makefile-match-dependency, makefile-match-action): New functions.
1547
1548 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1549
1550 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1551
1552 * align.el (align-regexp):
1553 * ansi-color.el (ansi-color-get-face):
1554 * array.el (array-reconfigure-rows, array-init-max-row)
1555 (array-init-max-column, array-init-columns-per-line)
1556 (array-init-field-width):
1557 * dired-aux.el (dired-trample-file-versions):
1558 * dired-x.el (dired-mark-sexp):
1559 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1560 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1561 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1562 * faces.el (face-read-integer):
1563 * files.el (backup-extract-version, insert-directory):
1564 * hexl.el (hexl-insert-decimal-char):
1565 * server.el (server-process-filter):
1566 * shell.el (shell-extract-num):
1567 * startup.el (command-line-1):
1568 * term.el (term-command-hook):
1569 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1570 (time-stamp-do-number):
1571 * time.el (display-time-update):
1572 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1573 (timezone-fix-time):
1574 * vms-patch.el (vms-suspend-resume-hook):
1575 * calendar/appt.el (appt-convert-time):
1576 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1577 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1578 * calendar/cal-islam.el (mark-islamic-diary-entries):
1579 * calendar/calendar.el (calendar-cursor-to-date)
1580 (calendar-star-date):
1581 * calendar/diary-lib.el (diary-attrtype-convert)
1582 (mark-diary-entries, diary-entry-time):
1583 * calendar/solar.el (solar-get-number):
1584 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1585 * emacs-lisp/re-builder.el (reb-display-subexp):
1586 * emulation/edt.el (edt-set-scroll-margins):
1587 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1588 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1589 (vip-get-ex-count):
1590 * emulation/viper-ex.el (viper-get-ex-token)
1591 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1592 * international/fontset.el (fontset-plain-name):
1593 * mail/feedmail.el (feedmail-look-at-queue-directory):
1594 * mail/mailalias.el (mail-get-names):
1595 * mail/rmail.el (rmail-convert-to-babyl-format):
1596 * mail/rmailsum.el (rmail-make-basic-summary-line)
1597 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1598 (rmail-summary-goto-msg):
1599 * mail/smtpmail.el (smtpmail-read-response):
1600 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1601 (ange-ftp-vms-add-file-entry):
1602 * play/gametree.el (gametree-looking-at-ply)
1603 (gametree-current-branch-score):
1604 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1605 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1606 * progmodes/cperl-mode.el (condition-case):
1607 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1608 (ebrowse-set-member-buffer-column-width)
1609 (ebrowse-select-1st-to-9nth):
1610 * progmodes/etags.el (etags-snarf-tag):
1611 * progmodes/flymake.el (flymake-parse-line):
1612 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1613 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1614 (idlwave-shell-menu-def):
1615 * progmodes/ps-mode.el (ps-run-goto-error):
1616 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1617 (vhdl-speedbar-contract-level):
1618 * term/mac-win.el (x-handle-numeric-switch):
1619 * term/sun-mouse.el (sun-get-frame-data):
1620 * term/w32-win.el (x-handle-numeric-switch):
1621 * term/x-win.el (x-handle-numeric-switch):
1622 * textmodes/ispell.el (ispell-parse-output):
1623 * textmodes/nroff-mode.el (nroff-outline-level):
1624 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1625 (reftex-bib-sort-year-reverse, reftex-format-citation):
1626 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1627 (reftex-section-number):
1628 * textmodes/texinfmt.el (texinfo-paragraphindent):
1629 Replace `string-to-int' by `string-to-number'.
1630
1631 * international/latexenc.el: Add page marker to force the "Local
1632 Variables:" string out of the last page.
1633
1634 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1635
1636 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1637 tooltip-change-major-mode.
1638 (gud-tooltip-print-command): Remove case where gud-minor-mode
1639 is gdb ("--fullname").
1640 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1641 explain to user.
1642
1643 2005-05-16 Jay Belanger <belanger@truman.edu>
1644
1645 * calc/calc-store.el (calc-copy-special-constant): New function.
1646
1647 * calc/calc-ext.el (calc-init-extensions): Add binding for
1648 `calc-copy-special-constant'.
1649
1650 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1651 for the `calc-copy-special-constant' command.
1652
1653 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1654
1655 * subr.el (left-fringe-p): New function.
1656
1657 * progmodes/compile.el (compilation-setup): Set local value of
1658 overlay-arrow-string to "" always.
1659 (compilation-set-window): Left fringe then don't scroll.
1660 No left fringe then no arrow and scroll message to top.
1661 (compilation-context-lines): Adjust doc string accordingly.
1662
1663 2005-05-16 Kim F. Storm <storm@cua.dk>
1664
1665 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1666 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1667 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1668 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1669 (ido-read-file-name): Handle commands with ido property value
1670 equal to find-file as reading a file name, to allow C-d to enter dired.
1671 (ibuffer-find-file): Add ido property with value find-file.
1672
1673 2005-05-15 Kim F. Storm <storm@cua.dk>
1674
1675 * subr.el (open-network-stream-nowait): Remove.
1676 (open-network-stream-server): Remove.
1677
1678 2005-05-15 Richard M. Stallman <rms@gnu.org>
1679
1680 * faces.el (describe-face): Output a definition link button.
1681
1682 * help-mode.el (help-face-def): New button type.
1683
1684 * emacs-lisp/copyright.el (copyright-fix-years):
1685 Match properly if the first year is 2-digit.
1686 Don't mess up the whitespace after the years by filling.
1687
1688 * dired-aux.el (dired-mark-confirm):
1689 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1690
1691 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1692 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1693 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1694
1695 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1696 Set font-lock-comment-start-skip.
1697
1698 * font-lock.el (font-lock-comment-start-skip): New variable.
1699 (font-lock-comment-end-skip): New variable.
1700 (font-lock-fontify-syntactically-region): Use them if non-nil.
1701
1702 2005-05-15 Jay Belanger <belanger@truman.edu>
1703
1704 * calc/calc-store.el (calc-store-value): Return a string rather
1705 than display it as a message.
1706 Use calc-var-name for variable name.
1707 (calc-store-into): Add the result of calc-store-value to message.
1708 (calc-copy-variable): Add a message.
1709 (calc-store-exchange): Improve error messages.
1710 (calc-store-binary, calc-store-map): Don't reset the values of
1711 special constants.
1712
1713 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1714
1715 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1716 manual to docstring.
1717
1718 * files.el (hack-local-variables-confirm): Add STRING argument.
1719 Make the function handle non file visiting buffers correctly.
1720 (hack-local-variables-prop-line, hack-local-variables)
1721 (hack-one-local-variable): Use STRING arg of
1722 `hack-local-variables-confirm'.
1723
1724 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1725
1726 Sync with Tramp 2.0.49.
1727
1728 * tramp.el (tramp-handle-dired-call-process)
1729 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1730 because the contents of the Tramp buffer is changed before
1731 insertion (`expand-file' and alike).
1732 (tramp-handle-insert-directory): If `localname' has an empty
1733 nondirectory name, it must not be quoted.
1734 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1735 variable `tramp-chunksize'. Change callees.
1736 (tramp-open-connection-setup-interactive-shell): Check remote host
1737 for buggy `send-process-string' implementation.
1738 Set `tramp-chunksize' if found. Reported by Michael Kifer
1739 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1740 (tramp-handle-shell-command): `insert-buffer' cannot be used
1741 because the contents of the Tramp buffer is changed before
1742 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1743 <frederic.bothamy@free.fr>.
1744 (tramp-set-auto-save): Actions should be done for Tramp file name
1745 handler only. Ange-FTP has its own auto-save mechanism.
1746 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1747 (tramp-set-auto-save-file-modes): Set file modes of
1748 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1749 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1750 (tramp-bug): Remove obsolete variable.
1751 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1752 for presence of `mml-mode'. Make it running for older Emacsen as well.
1753
1754 2005-05-14 John Paul Wallington <jpw@pobox.com>
1755
1756 * ibuf-ext.el (define-ibuffer-filter filename):
1757 If `dired-directory' is a list, use its car.
1758
1759 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1760
1761 * ibuffer.el (define-ibuffer-column filename):
1762 If `dired-directory' is a list, use its car.
1763
1764 2005-05-14 Richard M. Stallman <rms@gnu.org>
1765
1766 * subr.el (symbol-file): Doc fix.
1767
1768 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1769 (byte-compile-form): Call byte-compile-nogroup-warn.
1770 (byte-compile-warning-types): Doc fix.
1771
1772 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1773
1774 * progmodes/cc-engine.el (c-literal-faces):
1775 Add font-lock-comment-delimiter-face.
1776
1777 * net/net-utils.el (dig): Use with-no-warnings.
1778
1779 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1780 (sc-recite-frame-alist, sc-default-cite-frame)
1781 (sc-default-uncite-frame, sc-default-recite-frame)
1782 (sc-attrib-selection-list, sc-rewrite-header-list):
1783 Mark as risky-local-variable.
1784
1785 * international/ogonek.el (ogonek-jak, ogonek-how):
1786 Don't use beginning-of-buffer.
1787
1788 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1789
1790 * calendar/solar.el (solar-data-list): Move definition up.
1791
1792 * dnd.el (dnd-protocol-alist): Add autoload.
1793
1794 * progmodes/sh-script.el: Many doc usage fixes.
1795 (sh-indent-after-do): Change default to match common styles.
1796
1797 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1798
1799 * files.el (interpreter-mode-alist)
1800 (auto-mode-interpreter-regexp): Doc fixes.
1801
1802 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1803
1804 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1805
1806 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1807
1808 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1809
1810 * dired.el (dired-mode): make-variable-buffer-local =>
1811 make-local-variable.
1812
1813 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1814
1815 * term/mac-win.el (mac-select-convert-to-string): Try coding
1816 systems in mac-script-code-coding-systems if specified one cannot
1817 encode string for `com.apple.traditional-mac-plain-text'.
1818
1819 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1820
1821 * progmodes/make-mode.el (makefile-targets-face)
1822 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1823 (makefile-dependency-regex): Fix it to not make the colon in
1824 $(var:a=b) special.
1825 (makefile-rule-action-regex): New regexp for highlighting embedded
1826 Shell strings.
1827 (makefile-macroassign-regex): Handle != for highlighting as
1828 embedded Shell strings.
1829 (makefile-var-use-regex): New const.
1830 (makefile-statements, makefile-automake-statements)
1831 (makefile-gmake-statements, makefile-makepp-statements)
1832 (makefile-bsdmake-statements): New consts.
1833 (makefile-make-font-lock-keywords): New function.
1834 (makefile-automake-font-lock-keywords)
1835 (makefile-gmake-font-lock-keywords)
1836 (makefile-makepp-font-lock-keywords)
1837 (makefile-bsdmake-font-lock-keywords): New consts.
1838 (makefile-mode-map): Add switchers between the various submodes.
1839 (makefile-mode): Document the availability of the variants.
1840 (makefile-automake-mode, makefile-gmake-mode)
1841 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1842
1843 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1844 new variants of makefile-mode.
1845
1846 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1849 the inheritance.
1850
1851 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1852
1853 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1854 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1855
1856 * files.el (normal-mode): Extend the scope of the
1857 `enable-local-variables' binding to include the `set-auto-mode' call.
1858 (magic-mode-alist): Doc fix.
1859
1860 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1863 font-lock-comment-face rather than copying its setting.
1864
1865 2005-05-12 Andreas Schwab <schwab@suse.de>
1866
1867 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1868
1869 2005-05-12 Lute Kamstra <lute@gnu.org>
1870
1871 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1872 defcustom for the mode hook variable. Delete the last argument.
1873 * generic-x.el: Fix callers of define-generic-mode.
1874 (generic-x-modes): Delete group.
1875 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1876 generic-x customization group.
1877
1878 2005-05-12 Kim F. Storm <storm@cua.dk>
1879
1880 * font-lock.el (font-lock-negation-char-face): Default to "off".
1881
1882 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1883 font-lock-negation-char-face to ! in !=.
1884
1885 2005-05-12 Masatake YAMATO <jet@gyve.org>
1886
1887 * add-log.el (find-change-log): Fix typos in the docstring
1888 of function.
1889
1890 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1891
1892 * international/latexenc.el (latexenc-find-file-coding-system):
1893 Avoid `re-search-forward' when looking for input encoding because
1894 of speed and safety. Better regular expressions for recognizing
1895 input encoding. Limit a search for TeX-master/tex-main-file to
1896 the local variable section.
1897
1898 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1899
1900 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1901 syntax of $ to "'" (quote).
1902
1903 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1904
1905 * dnd.el (dnd-protocol-alist): Improve custom type.
1906
1907 * dired.el (dired-dnd-protocol-alist): New variable.
1908 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1909 `dired-mode-hook' to the end.
1910
1911 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1914 comment-end if comment-start-skip is not set.
1915 Obey the font-lock-comment-delimiter-face variables.
1916
1917 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * files.el (executable-find): Move from executable.el. Use locate-file.
1920 * progmodes/executable.el (executable-find): Move to files.el.
1921
1922 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1923 when trying to ensure forward progress.
1924
1925 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
1926
1927 * mouse-sel.el (mouse-sel-follow-link-p): New function.
1928 (mouse-select, mouse-select-internal, mouse-extend-internal):
1929 Use it to implement mouse-1-click-follows-link functionality.
1930
1931 2005-05-11 Richard M. Stallman <rms@gnu.org>
1932
1933 * font-lock.el (font-lock-fontify-syntactically-region):
1934 Use font-lock-comment-delimiter-face for comment delimiters.
1935
1936 2005-05-10 Jay Belanger <belanger@truman.edu>
1937
1938 * calc/calc-help.el (calc-m-prefix-help): Add mention of
1939 preserving embedded modes.
1940
1941 2005-05-10 Richard M. Stallman <rms@gnu.org>
1942
1943 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1944
1945 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1946 Move from ada-stmt.el.
1947 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1948
1949 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1950 Move to ada-mode.el.
1951 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1952
1953 * cus-edit.el (custom-file): Call file-chase-links.
1954
1955 * files.el (read-directory-name): Fix previous change.
1956 (hack-local-variables-confirm): New function.
1957 (hack-local-variables-prop-line, hack-local-variables)
1958 (hack-one-local-variable): Use it.
1959
1960 2005-05-10 Lute Kamstra <lute@gnu.org>
1961
1962 * font-lock.el (font-lock-keywords-alist)
1963 (font-lock-removed-keywords-alist): Clarify docstrings.
1964
1965 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
1966
1967 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1968 (gdb-source-info): Check for preprocessor info.
1969 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
1970 a macro for a function.
1971 (gdb-info-breakpoints-custom): Try to find file again if not already
1972 found (user might have used GDB dir command).
1973 (gdb-get-location): Update gdb-location-alist correctly for change
1974 to gdb-info-breakpoints-custom.
1975
1976 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1977 (gud-tooltip-print-command): Add gdbmi case.
1978 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1979 preprocessor info.
1980
1981 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
1982
1983 * startup.el (fancy-splash-insert): Fix typo in doc string.
1984
1985 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
1986
1987 * obsolete/float.el (string-to-float):
1988 * obsolete/hilit19.el (hilit-add-pattern):
1989 * obsolete/rnews.el (news-parse-range, news-select-message)
1990 (news-get-pruned-list-of-files): Replace `string-to-int' by
1991 `string-to-number'.
1992
1993 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1994 `find-file-not-found-hooks'; use `add-hook'.
1995 (uncompress-while-visiting): Set `write-file-functions', not
1996 `write-file-hooks'; use `add-hook'.
1997
1998 2005-05-09 Kim F. Storm <storm@cua.dk>
1999
2000 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2001 (cua-paste): Handle clipboard action.
2002 (cua--init-keymaps): Remap clipboard-kill-region and
2003 clipboard-kill-ring-save.
2004
2005 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2006
2007 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2008 Improve commentary.
2009
2010 * simple.el (next-error-overlay-arrow-position): Revert the change
2011 made on 2005-04-30.
2012
2013 2005-05-07 Jay Belanger <belanger@truman.edu>
2014
2015 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2016 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2017 `calc-sel-reselect'.
2018
2019 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2020 Calc is in embedded mode.
2021
2022 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2023
2024 * progmodes/compile.el (compilation-setup):
2025 Set overlay-arrow-string to an empty string on text terminals.
2026
2027 * textmodes/ispell.el (ispell-program-name): Try looking for
2028 "aspell" along exec-path, and if found, use it as the default
2029 speller program.
2030
2031 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2032
2033 * international/mule.el (sgml-xml-auto-coding-function):
2034 Recognize encoding='FOO' in single quotes as well as in double quotes.
2035
2036 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2037
2038 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2039 as well as `interactive', so that defmacro* would recognize
2040 `declare' forms.
2041
2042 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2043
2044 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2045 Explain more about the LIGHTER arg's usage in the doc string.
2046 Add commentary to clarify what the code does. Fix the regexp that
2047 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2048 since it could have characters special to regular expressions.
2049
2050 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2051
2052 * replace.el (occur-1): Bind inhibit-read-only so that
2053 erase-buffer doesn't barf on read-only text properties (likewise
2054 for add-text-properties in occur-engine). Mark buffer as unmodified.
2055 (occur-engine): Don't set buffer-read-only here.
2056
2057 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2060 list-buffers-directory. This caused the *cvs-commit* buffer to be
2061 sometimes mistakenly reused as a *cvs* buffer.
2062
2063 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2064
2065 * tooltip.el: Move code for GUD tooltips into gud.el.
2066 (require): CL no longer needed to compile case.
2067 (tooltip-mode): Do not toggle functions for GUD tooltips.
2068 (tooltip-gud-tips-p): Remove. Replace with minor mode
2069 gud-tooltip-mode in gud.el.
2070 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2071 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2072 tooltip-gud prefix with gud-tooltip and obsolete.
2073 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2074 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2075 (tooltip-mouse-motion): Mouse movement functions/variable.
2076 Rename in gud.el by adding gud prefix.
2077 (tooltip-gud-original-filter, tooltip-gud-dereference)
2078 (tooltip-gud-event, tooltip-toggle-gud-tips)
2079 (tooltip-gud-process-output, tooltip-gud-print-command)
2080 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2081 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2082 (gdb-tooltip-print): Move to gdb-ui.el.
2083
2084 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2085 (require): CL needed to compile case.
2086 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2087 tooltip-gud-tips-p. Make it a minor-mode.
2088 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2089 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2090 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2091 (gud-tooltip-change-major-mode)
2092 (gud-tooltip-activate-mouse-motions-if-enabled)
2093 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2094 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2095 (gud-tooltip-original-filter, gud-tooltip-dereference)
2096 (gud-tooltip-event, tooltip-toggle-gud-tips)
2097 (gud-tooltip-process-output, gud-tooltip-print-command)
2098 (gud-tooltip-tips): Move from tooltip.el.
2099
2100 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2101 (gdb-cpp-define-alist-flags): Doc fix.
2102 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2103 gud-tooltip-mode is t.
2104
2105 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2106
2107 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2108 evaporate if their text is deleted.
2109 (goto-address-at-point): Make it work as a mouse binding as well.
2110 (goto-address-at-mouse): Obsolete it. Update users.
2111
2112 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2113
2114 * calendar/appt.el (top-level): No longer activate on load.
2115
2116 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2119 * net/webjump.el (webjump):
2120 * progmodes/idlw-help.el (idlwave-do-context-help1)
2121 (idlwave-highlight-linked-completions):
2122 * textmodes/po.el (po-find-file-coding-system-guts):
2123 Replace `assoc-ignore-case' by `assoc-string'.
2124
2125 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2126
2127 * files.el (locate-file): Doc fix.
2128
2129 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2130 Remove the redundant test for ms-dos.
2131
2132 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2133 look for the preprocessor with exec-suffixes. If not found in
2134 standard places, look in exec-path. Remove most of the tests that
2135 used system-type.
2136
2137 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2138
2139 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2140
2141 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2142 file-name clash with jka-compr.el on 8+3 filesystems.
2143
2144 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2145
2146 * term/mac-win.el: Don't define or bind scroll bar functions if
2147 x-toolkit-scroll-bars is t.
2148 (x-select-text, x-get-selection-value):
2149 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2150 (PRIMARY): Put mac-scrap-name property.
2151 (mac-select-convert-to-file-url): New function.
2152 (public.file-url): New selection target type. Add to
2153 selection-converter-alist.
2154 (x-get-selection, x-selection-value): Handle it.
2155 (x-cut-buffer-or-selection-value): New alias.
2156
2157 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2158
2159 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2160 entry to avoid calling bibtex-find-entry with arg global
2161 being t. Remove arg key.
2162 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2163 (bibtex-copy-summary-as-kill): Change accordingly.
2164
2165 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2168 (org-agenda-date-later): Use with-current-buffer.
2169
2170 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2171
2172 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2173 (define-obsolete-variable-alias): Doc Fixes.
2174
2175 2005-05-06 Kim F. Storm <storm@cua.dk>
2176
2177 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2178 vertical-motion when selective-display is active.
2179
2180 * ido.el (ido-setup-hook): New hook.
2181 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2182 (ido-input-stack): New var.
2183 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2184 ido-next-work-file binding to M-O.
2185 Bind M-f to ido-wide-find-file-or-pop-dir.
2186 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2187 (ido-read-internal): Run ido-setup-hook.
2188 Catch quit in read-file-name and read-string to cancel edit.
2189 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2190 Automatically pop-all when completing a directory name (RET).
2191 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2192 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2193 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2194 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2195 New functions for M-b/M-f to move among the directory components.
2196 (ido-make-merged-file-list): Catch quit to cancel merge.
2197 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2198 (ido-completion-help): No warnings for ido-completion-buffer-full.
2199
2200 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2201
2202 * font-lock.el (font-lock-negation-char-face): New face and variable.
2203 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2204 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2205 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2206 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2207
2208 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2211 Fix typo in docstring.
2212
2213 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2214 (ebrowse-print-statistics-line)
2215 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2216
2217 * term/w32-win.el (image-library-alist): Add additional name for
2218 Xpm library.
2219
2220 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2221
2222 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2223 use gcc instead of cpp.
2224
2225 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2226 (gdb-create-define-alist): Use it.
2227 (gdb-cpp-define-alist-program): Update for MS-DOS.
2228
2229 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2230
2231 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2232
2233 2005-05-04 Richard M. Stallman <rms@gnu.org>
2234
2235 * help.el (describe-key): No error when UNTRANSLATED is nil.
2236
2237 * simple.el (line-move-1): Fix previous change to signal errors
2238 appropriately.
2239
2240 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2241
2242 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2243 (icalendar-duration-correction): Remove.
2244 (icalendar--get-event-properties): Split result at commas.
2245 (icalendar--decode-isoduration): New optional argument
2246 DURATION-CORRECTION.
2247 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2248 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2249 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2250 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2251 (icalendar--convert-anniversary-to-ical): New functions, extracted
2252 from icalendar-export-region, with bug fixes.
2253 (icalendar-export-region): Use the above functions.
2254 (icalendar-import-buffer): Check before saving diary file.
2255 (icalendar--convert-recurring-to-diary)
2256 (icalendar--convert-non-recurring-all-day-to-diary)
2257 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2258 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2259 (icalendar--convert-ical-to-diary): Use the above functions.
2260
2261 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2264 Remove these recent additions.
2265 (c-mode): Restore to before 2005-04-28.
2266
2267 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2268 recent addition.
2269
2270 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2271 (gdb-define-alist): New variables.
2272 (gdb-create-define-alist): New function.
2273 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2274 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2275 with string-to-number.
2276 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2277
2278 * progmodes/gud.el: Replace string-to-int with string-to-number.
2279 (gud-find-file): Handle gdb-define-alist.
2280
2281 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2282
2283 2005-05-02 Jay Belanger <belanger@truman.edu>
2284
2285 * calc/calc-aent.el (math-read-token):
2286 * calc/calc-bin.el (calc-word-size):
2287 * calc/calc-ext.el (calc-read-number-fancy):
2288 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2289 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2290 * calc/calc-frac.el (calc-over-notation):
2291 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2292 (calc-graph-num-points, calc-graph-init):
2293 * calc/calc-prog.el (calc-read-parse-table-part)
2294 (calc-edit-macro-repeats):
2295 * calc/calc-yank.el (calc-do-grab-rectangle):
2296 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2297 Replace `string-to-int' by `string-to-number'.
2298
2299 2005-05-02 Kim F. Storm <storm@cua.dk>
2300
2301 * kmacro.el: Use executing-kbd-macro-index variable.
2302
2303 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2304
2305 * net/rlogin.el (rlogin-parse-words): Delete func.
2306 (rlogin): Use split-string, not rlogin-parse-words.
2307 Also, if there are option-like elements in the parsed args,
2308 take the host to be the first arg immediately following them.
2309 Suggested by Michael Mauger.
2310
2311 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2312
2313 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2314
2315 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2316
2317 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2318 (cc-mode-cpp-program): Rename to cc-define-list-program and
2319 move to cc-vars.el.
2320
2321 * progmodes/cc-vars.el (cc-define-list-program):
2322 Change to "gcc -E -dM -". Make customizable.
2323
2324 2005-05-02 Kim F. Storm <storm@cua.dk>
2325
2326 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2327
2328 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2329
2330 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2331
2332 * international/mule-util.el (truncate-string): Remove alias and
2333 obsolete declaration.
2334
2335 * international/mule-cmds.el (update-iso-coding-systems):
2336 Remove alias and obsolete declaration.
2337
2338 * international/mule.el (coding-system-parent): Remove alias and
2339 obsolete declaration.
2340
2341 * subr.el (define-function, sref): Remove aliases and obsolete
2342 declarations.
2343 (chars-in-region): Remove obsolete declaration.
2344
2345 2005-05-01 Richard M. Stallman <rms@gnu.org>
2346
2347 * info.el (Info-mode): Set widen-automatically to nil, locally.
2348
2349 * simple.el (widen-automatically): New variable.
2350 (pop-global-mark): Obey widen-automatically.
2351
2352 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 * term/xterm.el (function-key-map): Call substitute-key-definition
2355 before the keymap size is increased by a lot of define-key calls.
2356
2357 2005-05-01 Richard M. Stallman <rms@gnu.org>
2358
2359 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2360 Rename ARG to ELEMENT. Doc fix.
2361
2362 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2363
2364 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2365 Remove references to allout-exposure/change to allout-new-exposure.
2366
2367 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2368 bytecode symbols.
2369
2370 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2371 (compiled-function-p, focus-frame, unfocus-frame):
2372 Remove aliases and obsolete declarations.
2373 Back out inadvertent changes from previous commit.
2374
2375 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2376
2377 * files.el (require-final-newline): Make Custom tags consistent
2378 with mode-require-final-newline.
2379 (mode-require-final-newline): Doc fix.
2380
2381 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * international/latexenc.el (latexenc-find-file-coding-system):
2384 Fix regular expressions.
2385
2386 2005-05-01 David Kastrup <dak@gnu.org>
2387
2388 * international/latexenc.el (latexenc-find-file-coding-system):
2389 Fix regular expressions.
2390
2391 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2392
2393 * subr.el (string-to-int): Make obsolete.
2394
2395 2005-04-30 Richard M. Stallman <rms@gnu.org>
2396
2397 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2398
2399 * loadup.el: load jka-comp-hook.
2400
2401 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2402 (jka-compr-handler): Add autoload. `put' calls moved
2403 to jka-comp-hook.el.
2404 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2405 (jka-compr-inhibit): Autoload.
2406
2407 * jka-comp-hook.el: New file.
2408 Enable the mode by default.
2409
2410 * files.el (backup-buffer-copy): Use copy-file instead
2411 of write-region, and put back the 'excl.
2412
2413 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * progmodes/flymake.el (flymake-split-string)
2416 (flymake-split-string, flymake-log, flymake-pid-to-names)
2417 (flymake-reg-names, flymake-get-source-buffer-name)
2418 (flymake-unreg-names, flymake-add-line-err-info)
2419 (flymake-add-err-info): Clarify docstrings.
2420 (flymake-popup-menu, flymake-make-emacs-menu)
2421 (flymake-make-xemacs-menu): Add docstrings.
2422 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2423 Set variables directly throughout.
2424
2425 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2426
2427 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2428 exists. Initialise cc-define-alist.
2429 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2430 If there is no file (Macroexpansion) don't create an alist.
2431
2432 2005-04-29 Sam Steingold <sds@gnu.org>
2433
2434 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2435 (cc-create-define-alist): Use it instead of the hard-coded string.
2436
2437 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2440 for latexenc.
2441
2442 2005-04-29 Lute Kamstra <lute@gnu.org>
2443
2444 * emacs-lisp/generic.el: Improve commentary section.
2445 (define-generic-mode): Improve docstring.
2446
2447 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2448
2449 * textmodes/org.el (many places): Change to quiet the byte compiler.
2450 (org-prefix-format-compiled): New variable.
2451 (org-compile-prefix-format): New function.
2452 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2453 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2454 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2455 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2456 consistency with entries from `org-mode' files.
2457 (org-get-time-of-day): Fix bug with partial matches early in a line.
2458 (org-non-link-chars): New constant.
2459 (org-link-regexp): Respect `org-non-link-chars'.
2460 (org-agenda-day-view): Remove command.
2461 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2462 (org-follow-bbdb-link, org-store-link): Search also company field.
2463 (org-highlight-overlay): New variable.
2464 (org-highlight, org-unhighlight): New functions.
2465 (org-agenda-mode): Add pre-command-hook to remove highlight.
2466 (org-evaluate-time-range): Behavior depends upon whether time stamp
2467 contains a time or not.
2468 (org-show-subtree, org-show-entry): New functions.
2469 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2470
2471 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2472
2473 * comint.el (comint-output-filter-functions): Add autoload cookie.
2474
2475 2005-04-28 Kim F. Storm <storm@cua.dk>
2476
2477 * ido.el (ido-everywhere): Fix last change.
2478
2479 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2480
2481 * international/latexenc.el: New file.
2482 * international/mule-conf.el (file-coding-system-alist): For .tex,
2483 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2484
2485 2005-04-28 Lute Kamstra <lute@gnu.org>
2486
2487 * font-lock.el (font-lock-add-keywords)
2488 (font-lock-remove-keywords): Clarify docstring.
2489 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2490 Don't start docstrings with a `*'.
2491 (font-lock-update-removed-keyword-alist): Give it a docstring.
2492
2493 * generic-x.el: Update commentary section.
2494 Only require font-lock when compiling.
2495 Define all modes conditionally.
2496 Place all generic modes in the generic-x-modes customization group.
2497 (generic-x-modes): New customization group.
2498 (generic-default-modes, generic-mswindows-modes)
2499 (generic-unix-modes, generic-other-modes): New constants.
2500 (generic-define-mswindows-modes, generic-define-unix-modes):
2501 Update docstrings. Make them obsolete.
2502 (generic-extras-enable-list): New default value. Update docstring.
2503 Improve :type. Change :set function.
2504 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2505 Fix docstring.
2506
2507 * emacs-lisp/generic.el (generic-mode-internal):
2508 Simplify font-lock-defaults.
2509 (define-generic-mode): Fix docstring.
2510
2511 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2512
2513 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2514 font-lock-face property to highlight matches.
2515
2516 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2517
2518 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2519 (cc-define-alist): New variable.
2520 (c-mode): Make it local and initialise it.
2521
2522 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2523 (gdb-exited): New function.
2524 (gdb-annotation-rules): Use it.
2525 (gdb-starting): Set gdb-active-process to t.
2526 (gdb-stopping): Amend doc string.
2527 (gdb-reset): Set gdb-active-process to nil.
2528
2529 * tooltip.el (tooltip-gud-tips): Show the associated #define
2530 directives when a C program under GDB is not executing.
2531
2532 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2535 font-lock-fontify-syntactic-keywords.
2536
2537 * font-lock.el (font-lock-default-fontify-region): Don't force
2538 parse-sexp-lookup-properties to nil.
2539
2540 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2541
2542 * man.el (man-mode-syntax-table): Set up `:' to have
2543 word-constituent syntax.
2544
2545 2005-04-27 Lute Kamstra <lute@gnu.org>
2546
2547 * novice.el (disable-command): Don't add spurious newlines to the
2548 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2549
2550 2005-04-26 Jay Belanger <belanger@truman.edu>
2551
2552 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2553 than one window before deleting window.
2554
2555 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2556
2557 * shell.el (shell-prompt-pattern): Doc fix.
2558 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2559
2560 * comint.el (comint-prompt-regexp, comint-get-old-input)
2561 (comint-use-prompt-regexp)
2562 (comint-use-prompt-regexp-instead-of-fields)
2563 (comint-replace-by-expanded-history, comint-send-input)
2564 (comint-output-filter, comint-get-old-input-default)
2565 (comint-line-beginning-position, comint-bol, comint-show-output)
2566 (comint-backward-matching-input, comint-forward-matching-input)
2567 (comint-next-prompt, comint-previous-prompt):
2568 Rename `comint-use-prompt-regexp-instead-of-fields' to
2569 `comint-use-prompt-regexp'. Keep old name as alias and declare
2570 obsolete.
2571 (comint-use-prompt-regexp): Shorten first line of doc string.
2572
2573 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2574 Set paragraph-separate buffer locally to "\\'".
2575
2576 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2577 Adapt to above name change.
2578
2579 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2580 (smbclient-prompt-regexp): Ditto.
2581
2582 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2583
2584 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2585
2586 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2587 gdb-location-list.
2588 Break lines that are over 80 characters wide.
2589
2590 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2593 New fun and var, to preserve compatibility.
2594
2595 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2596
2597 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2598
2599 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2600 name to file-newer-than-file-p.
2601
2602 2005-04-26 Richard M. Stallman <rms@gnu.org>
2603
2604 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2605
2606 * progmodes/python.el (python-mode):
2607 Use new name eldoc-documentation-function.
2608
2609 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2610
2611 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2612 (eldoc-documentation-function):
2613 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2614
2615 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2616
2617 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2618
2619 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2620
2621 * term/xterm.el (function-key-map): Fix strings for
2622 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2623 {C,S,A,C-S}-{f1-f12}.
2624
2625 2005-04-26 Kenichi Handa <handa@m17n.org>
2626
2627 * international/mule-cmds.el (select-safe-coding-system):
2628 Fix previous change.
2629
2630 2005-04-26 Lute Kamstra <lute@gnu.org>
2631
2632 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2633
2634 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2635 (font-lock-comment-delimiter-face): Ditto.
2636
2637 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2638
2639 2005-04-25 Jay Belanger <belanger@truman.edu>
2640
2641 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2642 to t while inserting information; use help-mode.
2643
2644 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2645
2646 * term.el (ansi-term-color-vector): Use the xterm colors.
2647 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2648
2649 2005-04-25 Lute Kamstra <lute@gnu.org>
2650
2651 * font-core.el (font-lock-defaults): Fix docstring.
2652
2653 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2654
2655 2005-04-25 Kenichi Handa <handa@m17n.org>
2656
2657 * international/mule-cmds.el (select-safe-coding-system):
2658 Don't check consistency with coding: spec, etc if raw-text or
2659 no-conversion was found to be safe.
2660
2661 2005-04-24 Richard M. Stallman <rms@gnu.org>
2662
2663 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2664 citation markers at start of each line.
2665
2666 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2667 citation markers at start of each line.
2668
2669 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2670
2671 * files.el (mode-require-final-newline): Fix previous change.
2672 (require-final-newline): Fix type label.
2673
2674 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2675
2676 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2677 statement in buffer (broken by 2004-11-24 change).
2678
2679 2005-04-24 Kim F. Storm <storm@cua.dk>
2680
2681 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2682 and read-file-name-function values. Don't overwrite existing
2683 non-nil values if ido-mode is enabled without ido-everywhere.
2684
2685 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2686
2687 * files.el (mode-require-final-newline): Minor doc fix.
2688
2689 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2690
2691 * subr.el (syntax-after): Doc fix.
2692 (syntax-class): If argument is nil, return nil. Mask off upper 16
2693 bits, not 8 bits.
2694
2695 * files.el (mode-require-final-newline): Doc fix.
2696 (backup-buffer-copy): Fix last change.
2697
2698 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2699
2700 * term/mac-win.el: Require select. Set selection-coding-system to
2701 mac-system-coding-system. Call menu-bar-enable-clipboard.
2702 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2703 (x-select-enable-clipboard): New variables.
2704 (x-select-text, x-get-selection, x-selection-value)
2705 (x-get-selection-value, mac-select-convert-to-string)
2706 (mac-services-open-file, mac-services-open-selection)
2707 (mac-services-insert-text): New functions.
2708 (CLIPBOARD, FIND): Put mac-scrap-name property.
2709 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2710 (public.tiff): Put mac-ostype property.
2711 (selection-converter-alist): Add entries for them.
2712 (mac-application-menu-map): New keymap.
2713 (interprogram-cut-function, interprogram-paste-function): Set to
2714 x-select-text and x-get-selection-value, respectively.
2715 (split-window-keep-point): Set to t.
2716
2717 2005-04-23 Richard M. Stallman <rms@gnu.org>
2718
2719 * files.el (read-directory-name): Always pass non-nil
2720 DEFAULT-FILENAME arg to read-file-name.
2721 (backup-buffer-copy, basic-save-buffer-2): Take care against
2722 writing thru an unexpected existing symlink.
2723 (revert-buffer): In indirect buffer, revert the base buffer.
2724 (magic-mode-alist): Doc fix.
2725 (buffer-stale-function): Doc fix.
2726 (minibuffer-with-setup-hook): Avoid warning.
2727 (mode-require-final-newline): Doc and custom fix.
2728
2729 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2730
2731 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2732 use the default appearance.
2733 (font-lock-comment-delimiter-face): New face, new variable.
2734
2735 * imenu.el (imenu--generic-function): The official position of a
2736 definition is the start of the line that BEG is in.
2737
2738 * midnight.el (midnight-timer): Move defvar up.
2739
2740 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2741
2742 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2743
2744 * startup.el (command-line): Use with-no-warnings.
2745
2746 * window.el (window-size-fixed): New defvar.
2747
2748 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2749
2750 * mail/rmail.el (rmail-font-lock-keywords):
2751 Use font-lock-comment-delimiter-face.
2752
2753 * mail/sendmail.el (mail-font-lock-keywords):
2754 Use font-lock-comment-delimiter-face.
2755
2756 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2757
2758 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2759
2760 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2761 Specify t for LAXMATCH when matching directories.
2762 Save match data around compilation-compat-error-properties form.
2763
2764 2005-04-23 David Kastrup <dak@gnu.org>
2765
2766 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2767 Mention that the autoloaded aliases should be kept for AUCTeX.
2768
2769 2005-04-23 Andreas Schwab <schwab@suse.de>
2770
2771 * isearch.el (isearch-forward): Doc fix.
2772
2773 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2774
2775 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2776 (jit-lock-stealth-nice): Change default value to 0.5.
2777
2778 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2779
2780 * abbrev.el (write-abbrev-file): Write table entries in
2781 alphabetical order by table name.
2782
2783 2005-04-22 Kim F. Storm <storm@cua.dk>
2784
2785 * ido.el (ido-read-internal): Fix `list' completion.
2786
2787 2005-04-22 Kenichi Handa <handa@m17n.org>
2788
2789 * recentf.el (recentf-save-file-coding-system): New variable.
2790 (recentf-save-list): Encode the file by
2791 recentf-save-file-coding-system and add coding: tag.
2792
2793 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2794
2795 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2796
2797 2005-04-21 Lute Kamstra <lute@gnu.org>
2798
2799 * loadhist.el (unload-feature): Don't remove a function from hooks
2800 if it is about to be restored to an autoload . Remove functions
2801 that will become unbound from auto-mode-alist. Simplify the code.
2802
2803 * subr.el (assq-delete-all): New implementation that is linear,
2804 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2805 (rassq-delete-all): New function.
2806
2807 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2808 Add size-indication-mode.
2809
2810 2005-04-21 Kenichi Handa <handa@m17n.org>
2811
2812 * international/mule-cmds.el: Add autoload for widget-value in
2813 eval-when-compile.
2814
2815 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2816
2817 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2818 Add tooltip-mode.
2819
2820 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2821
2822 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2823
2824 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2825 (inferior-lisp-filter-regexp, inferior-lisp-program)
2826 (inferior-lisp-load-command, inferior-lisp-prompt)
2827 (inferior-lisp-mode-hook, lisp-source-modes)
2828 (inferior-lisp-load-hook): defvar->defcustom.
2829 (inferior-lisp-program, inferior-lisp-prompt)
2830 (inferior-lisp-load-hook): Doc fixes.
2831 (inferior-lisp-install-letter-bindings): Small change in
2832 introductory comment.
2833
2834 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2835
2836 * vc.el (vc-annotate-color-map): Change some colors so that text
2837 using them as foreground is readable on both white and black
2838 backgrounds.
2839
2840 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * international/mule-conf.el (translation-table-for-input):
2843 Remove redundant declaration.
2844
2845 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2846
2847 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2848
2849 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2850 (tooltip-toggle-gud-tips): New function.
2851
2852 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2853
2854 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2855 right angle brackets.
2856
2857 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2858
2859 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2860
2861 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2864 Remove. Update callers to use expand-file-name instead.
2865
2866 * subr.el (syntax-class): New function.
2867
2868 * simple.el (blink-matching-open): Use it.
2869
2870 * paren.el (show-paren-function): Use it to recognize parens that are
2871 also used in 2-char comment markers.
2872
2873 2005-04-19 Lute Kamstra <lute@gnu.org>
2874
2875 * loadhist.el (unload-feature): Update for new format of
2876 load-history. Simplify the code.
2877
2878 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2879
2880 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2881 (mac-add-charset-info): New function. Initialize variable
2882 mac-charset-info-alist using it.
2883 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2884 for translation.
2885 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2886 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2887 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2888 New CCL programs.
2889
2890 2005-04-19 Kim F. Storm <storm@cua.dk>
2891
2892 * simple.el (next-buffer, prev-buffer, next-error)
2893 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2894 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2895
2896 * bindings.el (next-buffer, prev-buffer, next-error)
2897 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2898 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2899 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2900 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2901
2902 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * isearch.el (isearch-edit-string): Make the search-ring available for
2905 minibuffer history commands.
2906 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2907 the default history commands now work just as well.
2908 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2909
2910 2005-04-18 Kim F. Storm <storm@cua.dk>
2911
2912 * emulation/cua-base.el (cua--pre-command-handler): Add more
2913 elaborate check for shift modifier on non-window systems.
2914
2915 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2916
2917 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2918
2919 2005-04-18 Kim F. Storm <storm@cua.dk>
2920
2921 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2922 and make it optional. Don't test tooltip-gud-echo-area here.
2923 (tooltip-gud-process-output, gdb-tooltip-print):
2924 Pass tooltip-gud-echo-area to tooltip-show.
2925 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2926
2927 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2928
2929 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2930 `display-graphic-p' may not be bound yet.
2931
2932 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2933
2934 * startup.el (command-line): No longer enable Xterm Mouse mode by
2935 default in terminals compatible with xterm.
2936
2937 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2938
2939 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
2940
2941 * tooltip.el (tooltip-gud-echo-area): Rename from
2942 tooltip-use-echo-area.
2943 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2944 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2945 area independently of where help tooltips are displayed.
2946
2947 2005-04-17 David Kastrup <dak@gnu.org>
2948
2949 * cus-theme.el (custom-theme-write-variables): Quote variables
2950 where necessary.
2951
2952 2005-04-17 Richard M. Stallman <rms@gnu.org>
2953
2954 * simple.el (yank-excluded-properties): Add follow-link to value.
2955
2956 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2957
2958 * startup.el (fancy-splash-max-time): Just 30 seconds.
2959 (fancy-splash-delay): Just 7.
2960 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2961
2962 * loadhist.el (unload-feature): Update for new format of load-history.
2963 Simplify the code.
2964
2965 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2966 (rmail-font-lock-keywords): Don't fontify the text of a citation.
2967
2968 * mail/sendmail.el (mail-font-lock-keywords):
2969 Don't fontify subject text.
2970 Don't fontify the text of a citation.
2971
2972 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
2973
2974 * comint.el (comint-output-filter): Run comint-output-filter-functions
2975 with point where the user had it.
2976
2977 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * international/ucs-tables.el (ucs-set-table-for-input):
2980 Disable when using unify-on-decoding.
2981
2982 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2983
2984 * emulation/cua-base.el (cua-global-mark-face): Add special case
2985 for displays supporting a high number of colors.
2986
2987 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2988
2989 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2990
2991 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * filesets.el (filesets-add-buffer): If user supplies a name of a
2994 non-existing fileset, create a new fileset.
2995
2996 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
2997
2998 * textmodes/org.el (org-up-heading-all): Fix bug with
2999 `outline-up-heading-all'.
3000
3001 2005-04-16 Andreas Schwab <schwab@suse.de>
3002
3003 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3004 /etc/permissions.d/* and /etc/aliases.d/*.
3005
3006 2005-04-16 Kenichi Handa <handa@m17n.org>
3007
3008 * international/code-pages.el (cp-make-coding-system):
3009 Set `translation-table-for-input' property value to the symbol
3010 ucs-mule-to-mule-unicode, not to that value.
3011 (pt154): Escape guillemet by `\'.
3012
3013 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3014
3015 * loadup.el: Load tooltip if x-show-tip is fboundp.
3016
3017 * startup.el (command-line): Add comment.
3018
3019 * tooltip.el (tooltip-mode): Specify correct standard value for
3020 Custom in init-value.
3021
3022 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3023
3024 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3025 possible.
3026
3027 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3028
3029 * textmodes/org.el (org-agenda-date-prompt): Rename from
3030 `org-agenda-date-today'.
3031 (org-evaluate-time-range): Insert at point instead of directly
3032 after time range.
3033 (org-first-headline-recenter, org-subtree-end-visible-p)
3034 (org-optimize-window-after-visibility-change): New functions
3035 (org-agenda-post-command-hook): Don't allow point at end of line,
3036 to make sure it always hits the text properties.
3037 (org-agenda-next-date-line, org-agenda-previous-date-line):
3038 New commands.
3039 (org-set-regexps-and-options): Category may contain white space.
3040 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3041 Improve marker positions.
3042 (org-agenda-new-marker): Argument POS made optional.
3043 (org-agenda-get-timestamps): Deadlines which are done are listed
3044 in org-done-face now.
3045 (org-agenda-get-todos, org-agenda-get-timestamps)
3046 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3047 Set `undone-face' and `done-face' properties.
3048 (org-last-todo-state-is-todo): New variable.
3049 (org-todo): Set `org-last-todo-state-is-todo'.
3050 (org-agenda-todo): Change face according to
3051 `org-last-todo-state-is-todo'. And change other lines refering to
3052 the same entry.
3053 (org-calendar-goto-agenda): New command.
3054 (org-calendar-to-agenda-key): New option.
3055 (org-startup-folded): New allowed value `content'.
3056 (org-set-regexps-and-options): Accept new value `content' for
3057 `org-startup-folded'.
3058 (org-get-current-options): Handle new value `content' for
3059 `org-startup-folded'.
3060 (org-insert-todo-heading): New command.
3061 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3062 interactively in empty file and option
3063 `org-insert-mode-line-in-empty-file' has been set.
3064 (org-agenda-todo,org-agenda-priority): Modify to use
3065 `org-agenda-change-all-lines'.
3066 (org-warning-face): Change color on dark background
3067
3068 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3069
3070 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3071 use preferences AppleLocale and AppleLanguages, and variable
3072 mac-system-locale for default locale. On Mac OS Classic, use
3073 mac-system-coding-system for default coding systems.
3074
3075 * term/mac-win.el: Don't set file-name-coding-system.
3076 Decode variables system-name, emacs-build-system, user-login-name, and
3077 user-full-name by mac-system-coding-system on Mac OS Classic.
3078 (mac-system-coding-system): New variable.
3079
3080 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3081
3082 * startup.el (command-line): Handle `xterm-mouse-mode' before
3083 reading init file.
3084
3085 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3086
3087 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3088
3089 * progmodes/sh-script.el (sh-here-document-word): Make it a
3090 defcustom. Doc fix.
3091 (sh-add): Bash uses $(( )) for arithmetic.
3092 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3093 (sh-maybe-here-document): Remove quotes and leading whitespace
3094 from heredoc word when closing. Indent heredoc with tabs if word
3095 starts with "-".
3096
3097 2005-04-13 Richard M. Stallman <rms@gnu.org>
3098
3099 * simple.el (undo): Fix previous change.
3100
3101 * custom.el (defface): Doc fix.
3102
3103 2005-04-13 Lute Kamstra <lute@gnu.org>
3104
3105 * Makefile.in (DONTCOMPILE): Remove list.
3106 (compile, compile-always): Don't use DONTCOMPILE.
3107 (update-authors): Load the library in which batch-update-authors
3108 is defined.
3109 * makefile.w32-in (DONTCOMPILE): Remove list.
3110 (compile, compile-always): Fix comments.
3111 (update-authors): Load the library in which batch-update-authors
3112 is defined.
3113
3114 * generic-x.el (generic-mode-ini-file-find-file-hook):
3115 Rename to ini-generic-mode-find-file-hook.
3116 Keep generic-mode-ini-file-find-file-hook as an alias.
3117 (ini-generic-mode-find-file-hook): Rename from
3118 generic-mode-ini-file-find-file-hook. Fix docstring.
3119 (ini-generic-mode): Docstring change.
3120 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3121
3122 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3123 called from lisp.
3124
3125 * generic.el: Move to the emacs-lisp subdir.
3126
3127 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3128
3129 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3130 and C-S- function and cursor motion keys.
3131
3132 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3133
3134 * startup.el (command-line): Enable Xterm Mouse mode by default.
3135 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3136 for Custom. No longer show "Mouse" in mode line when enabled.
3137 Doc fix.
3138
3139 2005-04-12 Kim F. Storm <storm@cua.dk>
3140
3141 * emulation/cua-base.el (cua-rectangle-face)
3142 (cua-rectangle-noselect-face): Define face attributes here.
3143
3144 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3145
3146 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3147
3148 * startup.el (command-line): Turn off blinking cursor if
3149 cursorBlink in resources is off or false.
3150
3151 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3152
3153 * term/mac-win.el (dnd): Require dnd.
3154 (mac-drag-n-drop): Call dnd-handle-one-url.
3155 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3156 (kTextEncodingISOLatin2): Remove constants.
3157 (mac-script-code-coding-systems): New constant.
3158 (mac-handle-language-change): New function.
3159 (special-event-map): Bind it to `language-change' event.
3160 (mac-centraleurroman, mac-cyrillic): New coding systems.
3161 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3162 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3163 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3164 encode-mac-cyrillic, respectively.
3165
3166 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3169 Don't set overlay-arrow-string to "=>" as this is done
3170 globally in C now.
3171
3172 2005-04-12 Lute Kamstra <lute@gnu.org>
3173
3174 * generic-x.el (rc-generic-mode, rul-generic-mode):
3175 Fix auto-mode-alist entries.
3176 (etc-fstab-generic-mode): Tweak fontification.
3177
3178 * generic.el (generic-make-keywords-list): Fix docstring.
3179 (generic-mode-internal): Simplify generic-font-lock-keywords.
3180
3181 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3182
3183 * whitespace.el (whitespace-buffer-leading)
3184 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3185 However, fix the highlight area for the leading and
3186 trailing whitespaces to show space.
3187
3188 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3189
3190 * whitespace.el (whitespace-version): Bump to 3.5
3191
3192 (whitespace-buffer-leading, whitespace-buffer-trailing):
3193 Invert sense of the test to highlight the whitespace.
3194
3195 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * progmodes/gud.el (gud-display-line): GUD uses its own
3198 overlay arrow now so don't set overlay-arrow-string.
3199 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3200
3201 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3202
3203 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3204 (term-ansi-current-reverse, term-ansi-current-invisible)
3205 (term-ansi-face-already-done): Change to boolean.
3206 (term-reset-terminal, term-handle-colors-array): Handle the above
3207 vars accordingly.
3208 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3209 (term-emulate-terminal): Use the new name.
3210
3211 * faces.el (secondary-selection): Use yellow1, not yellow.
3212 (trailing-whitespace): Use red1, not red.
3213
3214 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3215
3216 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3217 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3218 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3219
3220 * cus-edit.el (dnd): New group.
3221
3222 * term/w32-win.el (dnd): Require dnd
3223 (w32-drag-n-drop): Call dnd-handle-one-url.
3224
3225 * x-dnd.el: Require dnd.
3226 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3227 Call dnd-handle-one-url.
3228 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3229 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3230 to dnd-insert-text.
3231 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3232 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3233 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3234 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3235
3236 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3237
3238 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3239
3240 * wdired.el: Doc fixes.
3241 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3242 (wdired-use-dired-vertical-movement): Rename from
3243 wdired-always-move-to-filename-beginning.
3244 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3245 (wdired-change-to-wdired-mode): Change mode name.
3246 (wdired-newline): Delete.
3247
3248 2005-04-11 Richard M. Stallman <rms@gnu.org>
3249
3250 * whitespace.el (whitespace-highlight-the-space):
3251 Don't call whitespace-unhighlight-the-space here.
3252
3253 * simple.el (undo): Record t in undo-equiv-table
3254 for the redo record made by an undo-in-region.
3255
3256 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3257
3258 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3259 (gdb-frame-inferior-io-buffer): New Functions to control
3260 display of separate IO buffer.
3261 (menu): Add them to menu-bar.
3262 (gdb-display-buffer): Check for buffer another frame.
3263 Protect GUD buffer.
3264 (gdb-setup-windows): Create IO buffer if not already there.
3265 (gdb-memory-mode): Remove purecopy noops.
3266
3267 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3268
3269 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3270 and pass to self-insert-command.
3271
3272 2005-04-11 Lute Kamstra <lute@gnu.org>
3273
3274 * generic.el: Commentary section cleanup.
3275 (generic): Delete.
3276 (generic-use-find-file-hook, generic-lines-to-scan)
3277 (generic-find-file-regexp, generic-ignore-files-regexp)
3278 (default-generic-mode, generic-mode-find-file-hook)
3279 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3280 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3281 (generic-use-find-file-hook, generic-lines-to-scan)
3282 (generic-find-file-regexp, generic-ignore-files-regexp)
3283 (default-generic-mode, generic-mode-find-file-hook)
3284 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3285
3286 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3287
3288 * bookmark.el (bookmark-write-file): Catch errors writing file.
3289 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3290
3291 2005-04-10 Richard M. Stallman <rms@gnu.org>
3292
3293 * startup.el (fancy-splash-tail): Update copyright year.
3294 (command-line): Split part of -Q into -D.
3295 (emacs-basic-display): New defvar.
3296 (fancy-splash-text): Correct name of menu item.
3297
3298 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3299
3300 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3301 lines in one node.
3302
3303 * comint.el (comint-send-input): New arg ARTIFICIAL.
3304 Callers in this file changed.
3305
3306 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3307
3308 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3309
3310 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3313 `ldap-search-internal'.
3314
3315 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * files.el (set-auto-mode-1): Use line-end-position.
3318
3319 * international/latin-1.el:
3320 * international/latin-2.el:
3321 * international/latin-3.el:
3322 * international/latin-4.el:
3323 * international/latin-5.el:
3324 * international/latin-8.el:
3325 * international/latin-9.el: Give punctuation syntax to NBSP.
3326
3327 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3328 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3329 Use char-classes to accept non-ascii letters, accepted in some recent
3330 bibtex implementations.
3331
3332 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3333
3334 * custom.el (custom-set-minor-mode): Any non-nil value for the
3335 variable should enable the mode when set through Custom.
3336
3337 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3340 TAB binding so tab-always-indent is obeyed.
3341 (vhdl-minibuffer-local-map): Move initialization into declaration.
3342 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3343 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3344 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3345 (vhdl-current-line): Use line-beginning-position.
3346 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3347 with-output-to-temp-buffer, so the current position can be recorded.
3348
3349 2005-04-10 Masatake YAMATO <jet@gyve.org>
3350
3351 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3352 Add regexp for gcov.
3353
3354 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3355
3356 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3357 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3358 syntax which Emacs 20 doesn't support.
3359
3360 2005-04-09 Richard M. Stallman <rms@gnu.org>
3361
3362 * help.el (describe-key-briefly, describe-key):
3363 Replace strings as event types with "(any string)".
3364
3365 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * arc-mode.el (archive-mode-map): Move initialization into
3368 the declaration. Override *all* bindings of `undo'.
3369 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3370
3371 2005-04-09 Jay Belanger <belanger@truman.edu>
3372
3373 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3374
3375 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3376
3377 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3378 (xterm-register-default-colors): Update color values computation
3379 to match xterm-200.
3380
3381 2005-04-09 Kenichi Handa <handa@m17n.org>
3382
3383 * international/code-pages.el (iso-latin-7): Fix the map.
3384
3385 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3386
3387 * emacs-lisp/lisp.el (defun-prompt-regexp)
3388 (parens-require-spaces, buffer-end, end-of-defun)
3389 (insert-parentheses): Doc fixes.
3390
3391 2005-04-08 Kim F. Storm <storm@cua.dk>
3392
3393 * comint.el (comint-highlight-prompt): Fix face spec.
3394 * hi-lock.el (hi-green): Likewise.
3395
3396 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3397
3398 * cus-edit.el (custom-modified-face):
3399 * comint.el (comint-highlight-input): Fix previous changes.
3400 * term.el (term-handle-ansi-escape): Add a comment.
3401
3402 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3405 in the buffer and in whitespace-highlighted-space.
3406 (whitespace-unhighlight-the-space): Simplify.
3407 (whitespace-buffer): Simplify.
3408
3409 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * textmodes/table.el (table-cell-face): Add special case for
3412 displays supporting a high number of colors.
3413 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3414 (vhdl-font-lock-reserved-words-face)
3415 (vhdl-speedbar-architecture-face)
3416 (vhdl-speedbar-instantiation-face)
3417 (vhdl-speedbar-architecture-selected-face)
3418 (vhdl-speedbar-instantiation-selected-face): Likewise.
3419 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3420 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3421 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3422 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3423 (ebrowse-progress-face): Likewise.
3424 * progmodes/compile.el (compilation-info-face): Likewise.
3425 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3426 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3427 * calendar/calendar.el (diary-face): Likewise.
3428 * woman.el (woman-italic-face, woman-bold-face)
3429 (woman-unknown-face): Likewise.
3430 * wid-edit.el (widget-button-pressed-face): Likewise.
3431 * whitespace.el (whitespace-highlight-face): Likewise.
3432 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3433 * pcvs-info.el (cvs-marked-face): Likewise.
3434 * info.el (info-xref): Likewise.
3435 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3436 * hilit-chg.el (highlight-changes-face)
3437 (highlight-changes-delete-face): Likewise.
3438 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3439 (hi-red-b): Likewise.
3440 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3441 * font-lock.el (font-lock-keyword-face)
3442 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3443 * cus-edit.el (custom-invalid-face, custom-modified-face)
3444 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3445 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3446 * comint.el (comint-highlight-prompt): Likewise.
3447
3448 2005-04-08 Lute Kamstra <lute@gnu.org>
3449
3450 * font-lock.el (font-lock-keywords): Docstring fixes.
3451
3452 2005-04-08 Kenichi Handa <handa@m17n.org>
3453
3454 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3455 chars are more than a limit, print " and more..." at the tail.
3456
3457 2005-04-08 Kim F. Storm <storm@cua.dk>
3458
3459 * emacs-lisp/authors.el (authors-aliases): Update list.
3460 (authors-ignored-files): New list.
3461 (authors-fixed-entries): Fix typo.
3462 (authors-renamed-files-alist): Update list.
3463 (authors-add): Check authors-ignored-files.
3464
3465 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3466
3467 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3468 optional, to ensure backward compatibility.
3469
3470 2005-04-08 Stephen Eglen <stephen@gnu.org>
3471
3472 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3473
3474 2005-04-08 Kim F. Storm <storm@cua.dk>
3475
3476 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3477
3478 * mouse.el (mouse-on-link-p): Doc fix.
3479
3480 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3481
3482 * ielm.el (ielm-prompt-read-only): Doc fix.
3483
3484 * comint.el (comint-prompt-read-only): Doc fix.
3485
3486 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3487
3488 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3489 ensure dired always handles wildcards passed to ffap.
3490 (find-file-at-point): Use it.
3491 (ffap-dired-wildcards): Doc fix.
3492
3493 2005-04-07 Juri Linkov <juri@jurta.org>
3494
3495 * simple.el (next-error-overlay-arrow-position): New defvar.
3496 Put "=>" on its property `overlay-arrow-string'. Add it to
3497 `overlay-arrow-variable-list'.
3498
3499 * progmodes/compile.el (compilation-setup):
3500 Set `next-error-overlay-arrow-position' to nil. Also set it to
3501 nil in the local hook `kill-buffer-hook'. Make local variable
3502 `overlay-arrow-string' and set it to "=>".
3503 (compilation-goto-locus): Set BOL position to
3504 `next-error-overlay-arrow-position' instead of
3505 `overlay-arrow-position'.
3506
3507 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3508 locally instead of adding it to the global hook.
3509 (Info-kill-buffer): Move up.
3510
3511 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3512
3513 * term/xterm.el (xterm-standard-colors): Update color values from
3514 xterm-200.
3515
3516 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3517
3518 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3519
3520 * fast-lock.el:
3521 * lazy-lock.el: Move them to the obsolete subdir.
3522
3523 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3524
3525 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3526 (wdired-add-replace-advice): Remove.
3527 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3528
3529 2005-04-06 Kim F. Storm <storm@cua.dk>
3530
3531 * startup.el (command-line): Add --bare-bones alias for -Q.
3532
3533 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3534
3535 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3536 create the startup fontset if a font specification ends with
3537 `mac-roman'.
3538
3539 2005-04-06 Lute Kamstra <lute@gnu.org>
3540
3541 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3542 change.
3543
3544 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3545 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3546
3547 2005-04-05 Lute Kamstra <lute@gnu.org>
3548
3549 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3550 (define-generic-mode): Ditto. Fix debug declaration.
3551
3552 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3553 Put them in the generic-x group.
3554
3555 * calendar/timeclock.el (timeclock): Doc fix.
3556
3557 * generic.el (define-generic-mode): Don't use custom-current-group.
3558 Document default :group value.
3559 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3560 (define-global-minor-mode): Don't use custom-current-group.
3561
3562 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3563
3564 * startup.el (command-line-1): Display startup-echo-area-message
3565 when fancy splash screen is in use.
3566
3567 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3568 (sh-escaped-newline): New face.
3569 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3570 newline, and use sh-escaped-newline face.
3571
3572 * progmodes/tcl.el (tcl-escaped-newline): New face.
3573 (tcl-builtin-list): New variable.
3574 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3575 newlines. Fix keywords subexpression number.
3576
3577 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3578
3579 * textmodes/org.el (org-diary-default-entry): Fix call to
3580 `add-to-diary-entry'.
3581
3582 2005-04-05 Kim F. Storm <storm@cua.dk>
3583
3584 * ediff-init.el: Use (featurep 'xemacs).
3585
3586 2005-04-05 David Ponce <david@dponce.com>
3587
3588 * cus-edit.el (face): Derive from symbol widget. Display sample
3589 of the current face on the fly.
3590 (widget-face-sample-face-get, widget-face-notify): New functions.
3591 (widget-face-value-create): Remove.
3592
3593 * wid-edit.el (widget-field-end): Temporarily remove field
3594 narrowing before to call `get-char-property'.
3595
3596 2005-04-04 Jay Belanger <belanger@truman.edu>
3597
3598 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3599 (math-read-subscripts): New variable.
3600 (math-read-preprocess-string): Process subscripts.
3601
3602 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3603
3604 * comint.el (comint-prompt-read-only): Doc fix.
3605
3606 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3607 `-1'. Doc fix.
3608
3609 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3610
3611 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3612 Change default value to nil.
3613
3614 2005-04-04 Lute Kamstra <lute@gnu.org>
3615
3616 * autorevert.el (auto-revert-mode): Specify :group.
3617 * battery.el (display-battery-mode): Specify :group.
3618 * diff-mode.el (diff-minor-mode): Specify :group.
3619 * font-core.el (font-lock-mode): Specify :group.
3620 * hl-line.el (hl-line-mode): Specify :group.
3621 * iimage.el (iimage): New customization group.
3622 (iimage-mode): Specify :group.
3623 * longlines.el (longlines-mode): Specify :group.
3624 * master.el: Don't require easy-mmode.
3625 (master): New customization group.
3626 (master-mode): Specify :group.
3627 * msb.el (msb-mode): Specify :group.
3628 * reveal.el (reveal-mode): Specify :group.
3629 * simple.el (next-error-follow-minor-mode): Specify :group.
3630 * smerge-mode.el (smerge-mode): Specify :group.
3631 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3632 * emulation/cua-base.el (cua-mode): Specify :group.
3633 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3634 * language/thai-util.el (thai-auto-composition-mode)
3635 (thai-word-mode): Specify :group.
3636 * mail/supercite.el (sc-minor-mode): Specify :group.
3637 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3638 * progmodes/flymake.el (flymake-mode): Specify :group.
3639 * progmodes/glasses.el (glasses-mode): Specify :group.
3640 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3641 * textmodes/enriched.el (enriched-mode): Specify :group.
3642 * textmodes/refill.el (refill-mode): Specify :group.
3643
3644 * add-log.el (change-log-font-lock-keywords): Names in
3645 parenthesized lists can contain spaces.
3646
3647 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3648
3649 * startup.el (fancy-splash-text): Shorten default text of
3650 "Emacs Tutorial" line. Also, if the current language env
3651 indicates an available tutorial file other than TUTORIAL,
3652 extract its title and append it to the line in parentheses.
3653 (fancy-splash-insert): If arg is a thunk, funcall it.
3654
3655 2005-04-04 Jay Belanger <belanger@truman.edu>
3656
3657 * calc.el (calc-language-alist): Add tags to customization type.
3658
3659 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3660
3661 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3662 Doc fix.
3663
3664 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3665
3666 * add-log.el (change-log-font-lock-keywords): The manual
3667 describing a Change Log entry, says: (...) "Aside from these
3668 header lines, every line in the change log starts with a space or
3669 a tab.". The font-lock was not highlighting lines started with
3670 spaces, added support for it.
3671
3672 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3673
3674 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3675 (bibtex-generate-url-list): Update docstring accordingly. Put the
3676 complex example in the docstring.
3677 (bibtex-font-lock-url): Use pop.
3678
3679 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3682
3683 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3684
3685 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3686
3687 * filesets.el (filesets-set-default): Doc fix.
3688
3689 2005-04-03 Lute Kamstra <lute@gnu.org>
3690
3691 * generic.el (define-generic-mode): Add argument to specify
3692 keywords for defcustom.
3693 (default-generic-mode): Specify :group.
3694
3695 * generic-x.el: Specify :group for all generic modes.
3696
3697 * desktop.el (desktop-no-desktop-file-hook)
3698 (desktop-after-read-hook): Doc fix.
3699
3700 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3701
3702 * simple.el (visible-mode): Use explicit :group keyword.
3703 This changes the group of `visible-mode-hook' from paren-blinking
3704 to editing-basics.
3705
3706 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3707
3708 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3709 mailbox specifications as well as URLs.
3710 (rmail-insert-inbox-text): Remove unused conditional branches.
3711
3712 2005-04-01 Jay Belanger <belanger@truman.edu>
3713
3714 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3715 (calc-gnuplot-print-command): Move definitions to calc.el.
3716
3717 * calc/calc-embed.el (calc-embedded-announce-formula)
3718 (calc-embedded-open-formula, calc-embedded-close-formula)
3719 (calc-embedded-open-word, calc-embedded-close-word)
3720 (calc-embedded-open-plain, calc-embedded-close-plain)
3721 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3722 (calc-embedded-open-mode, calc-embedded-close-mode):
3723 Move definitions to calc.el.
3724
3725 * calc/calc.el (calc-settings-file, calc-language-alist):
3726 Make customizable.
3727 (calc-embedded-announce-formula, calc-embedded-open-formula)
3728 (calc-embedded-close-formula, calc-embedded-open-word)
3729 (calc-embedded-close-word, calc-embedded-open-plain)
3730 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3731 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3732 (calc-embedded-close-mode, calc-gnuplot-name)
3733 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3734 from other files and make customizable.
3735
3736 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3739 Use buffer-live-p.
3740 (cvs-mode-run): Don't call cvs-update-header here.
3741 (cvs-run-process): Call cvs-update-header.
3742 Use process properties for cvs-postprocess and cvs-buffer so that
3743 the sentinel can behave better if the temp buffer is killed.
3744 Use a pipe rather than a tty, to better handle unexpected prompts.
3745 (cvs-sentinel): Rewrite. Call cvs-update-header.
3746
3747 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3748
3749 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3750 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3751
3752 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3753
3754 * generic.el (define-generic-mode): Add indentation rule.
3755
3756 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3757
3758 * files.el (mode-require-final-newline): Make Custom correctly
3759 report a nil value and allow to set it to nil via Custom.
3760 Doc fix.
3761
3762 2005-04-01 Kenichi Handa <handa@m17n.org>
3763
3764 * international/characters.el: Enable the correct case setting for
3765 dotless-i and dotted-I.
3766
3767 2005-04-01 Kim F. Storm <storm@cua.dk>
3768
3769 * ido.el (ido-file-internal): Fall back to non-ido command if
3770 initial directory is on slow ftp (or tramp) host.
3771
3772 2005-03-31 Richard M. Stallman <rms@gnu.org>
3773
3774 * emacs-lisp/autoload.el (make-autoload):
3775 Handle define-global-minor-mode.
3776
3777 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3778 Rename from easy-mmode-define-global-mode.
3779 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3780
3781 * progmodes/scheme.el (scheme-mode-syntax-table):
3782 Update syntax of | and # for two-character comment syntax.
3783
3784 2005-03-31 Lute Kamstra <lute@gnu.org>
3785
3786 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3787 (define-minor-mode): Call custom-current-group at load-time.
3788
3789 * generic.el (define-generic-mode): Add debug declaration.
3790 Add defcustom for the mode hook.
3791 (generic-mode-internal): Use run-mode-hooks.
3792
3793 2005-03-31 Kim F. Storm <storm@cua.dk>
3794
3795 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3796 (mouse-fixup-help-message): New defun called by show_help_echo
3797 to fixup mouse-2 prefix in help messages when applicable.
3798
3799 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3800
3801 2005-03-31 Kenichi Handa <handa@m17n.org>
3802
3803 * language/thai-word.el (thai-find-word-ends): Pay attention to
3804 the case that we reach the end of buffer.
3805
3806 * textmodes/fill.el (fill-text-properties-at): New function.
3807 (fill-newline): Use fill-text-properties-at instead of
3808 text-properties-at.
3809
3810 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3811
3812 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3813 not comint-quote-filename.
3814
3815 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3816
3817 * help-fns.el (help-with-tutorial): Revert last change.
3818
3819 2005-03-31 Kim F. Storm <storm@cua.dk>
3820
3821 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3822
3823 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3824
3825 * calendar/cal-china.el: Update reference to "Calendrical
3826 Calculations" book; there's a new edition.
3827 * calendar/cal-coptic.el: Likewise.
3828 * calendar/cal-french.el: Likewise.
3829 * calendar/cal-hebrew.el: Likewise.
3830 * calendar/cal-islam.el: Likewise.
3831 * calendar/cal-iso.el: Likewise.
3832 * calendar/cal-julian.el: Likewise.
3833 * calendar/cal-mayan.el: Likewise.
3834 * calendar/cal-persia.el: Likewise.
3835 * calendar/calendar.el: Likewise.
3836 * calendar/holidays.el: Likewise.
3837 * calendar/lunar.el: Likewise.
3838 * calendar/solar.el: Likewise.
3839
3840 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3841 white space from doc string.
3842
3843 2005-03-30 Jay Belanger <belanger@truman.edu>
3844
3845 * calc/calc-help.el (calc-full-help): Remove email address.
3846
3847 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3848
3849 * help-fns.el (help-with-tutorial): Delete title line.
3850
3851 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3852
3853 * calendar/cal-x.el (calendar-one-frame-setup)
3854 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3855 rather than 'symbol for set-window-dedicated-p.
3856
3857 * calendar/appt.el (appt-buffer-name): Make it a constant.
3858 (appt-add): Doc fix.
3859
3860 * filesets.el (filesets-menu-path, filesets-menu-before)
3861 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3862 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3863 (filesets-add-submenu): Delete and use add-submenu instead.
3864
3865 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3866
3867 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3868 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3869 (org-diary-default-entry): New function.
3870 (org-get-entries-from-diary): Better parsing of diary entries.
3871 (org-agenda-check-no-diary): New function.
3872 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3873 linking to diary entries.
3874 (org-agenda-execute-calendar-command): New function.
3875 (org-agenda): Improve visible section in window.
3876 Use `org-fit-agenda-window'.
3877 (org-fit-agenda-window): New option.
3878 (org-move-subtree-down): Better handling of empty lines
3879 at end of subtree.
3880 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3881 levels up.
3882 (org-fontify-done-headline): New option.
3883 (org-headline-done-face): New face.
3884 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3885 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3886 When current field is non-empty, it is copied to next row.
3887 (org-table-copy-from-above): Fix bug which made it
3888 impossible to copy fields containing only a single non-white character.
3889
3890 2005-03-30 Kim F. Storm <storm@cua.dk>
3891
3892 * kmacro.el (kmacro-end-macro): Isearch may store this command
3893 into the macro -- so ignore it when executing keyboard macro.
3894
3895 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3898
3899 2005-03-29 Kenichi Handa <handa@m17n.org>
3900
3901 * language/thai.el ("Thai"): Set setup-function and exit-function
3902 for Thai language environment.
3903
3904 * language/thai-util.el: Require thai-word.
3905 (thai-word-mode-map): New variable.
3906 (thai-word-mode): New minor mode.
3907 (setup-thai-language-environment-internal): New function.
3908 (exit-thai-language-environment-internal): New function.
3909
3910 * language/thai-word.el (thai-word-table): Declare it by defvar,
3911 use dolist to initialize it.
3912 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3913 (thai-fill-find-break-point): New functions.
3914
3915 2005-03-29 Richard M. Stallman <rms@gnu.org>
3916
3917 * simple.el (idle-update-delay): Move definition up.
3918 (set-mark): Doc fix.
3919
3920 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3921
3922 * longlines.el: New file.
3923
3924 * simple.el (buffer-substring-filters): New variable.
3925 (filter-buffer-substring): New function.
3926 (kill-region, copy-region-as-kill): Use it.
3927
3928 * register.el (copy-to-register, append-to-register)
3929 (prepend-to-register): Use filter-buffer-substring.
3930
3931 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3932
3933 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3934 (gud-filter-pending-text): Move in front of gdb.
3935 (gud-overlay-arrow-position): New variable.
3936 (gud-sentinel, gud-display-line): Use it in place of
3937 overlay-arrow-position.
3938
3939 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3940
3941 * progmodes/fortran.el (fortran-if-indent): Doc fix.
3942 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3943 (fortran-font-lock-keywords-4): New variable.
3944 (fortran-blocks-re, fortran-end-block-re)
3945 (fortran-start-block-re): New constants, for hideshow.
3946 (hs-special-modes-alist): Add a Fortran entry.
3947 (fortran-mode-map): Bind fortran-end-of-block,
3948 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3949 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
3950 (fortran-looking-at-if-then, fortran-end-of-block)
3951 (fortran-beginning-of-block): New functions, for hideshow.
3952
3953 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3954 Doc fix. Tweak regexp.
3955 (f90-beginning-of-block): Push mark first.
3956
3957 2005-03-29 Jay Belanger <belanger@truman.edu>
3958
3959 * calc/calc.el: Update copyright date.
3960 (calc-version): Increase to 2.1.
3961 (calc-version-date): Remove.
3962
3963 * calc/calc-help.el: Update copyright date.
3964 (calc-full-help): Remove reference to calc-version-date.
3965 Update copyright date.
3966
3967 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * vc.el (vc-do-command): Use a pipe for async processes, so password
3970 prompts don't show up at places where the user can't reply.
3971
3972 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3973
3974 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3975 on the file name we pass to the inferior shell.
3976
3977 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
3978
3979 * progmodes/which-func.el (which-function): Be robust in the face of an
3980 imenu--make-index-alist failure.
3981
3982 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3985
3986 * progmodes/python.el (python-preoutput-filter): Fix last change.
3987
3988 2005-03-29 Lute Kamstra <lute@gnu.org>
3989
3990 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3991 functions and compiled macros.
3992 (debug-convert-byte-code): Handle macros too.
3993 (debug-on-entry-1): Don't signal an error when trying to clear a
3994 function that is not set to debug on entry.
3995
3996 2005-03-29 Jay Belanger <belanger@truman.edu>
3997
3998 * calc/calc-lang.el: Add functions to math-function-table
3999 properties of tex and math.
4000
4001 2005-03-29 Kenichi Handa <handa@m17n.org>
4002
4003 * ps-mule.el (ps-mule-plot-string): Translate characters by
4004 ps-print-translation-table.
4005 (ps-mule-begin-job): Call find-charset-region/string with
4006 ps-print-translation-table.
4007 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4008
4009 * ps-print.el (ps-print-translation-table): New variable.
4010 (ps-plot-region): Translate characters by ps-print-translation-table.
4011
4012 2005-03-29 Juri Linkov <juri@jurta.org>
4013
4014 * simple.el (next-error-highlight-timer): New variable.
4015
4016 * progmodes/compile.el (compilation-goto-locus):
4017 Use `next-error-highlight-timer' instead of `sit-for'.
4018
4019 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * mail/supercite.el (sc-mail-field): Use assoc-string.
4022 (sc-get-address): Simplify regexps.
4023
4024 * files.el (minibuffer-with-setup-hook): New macro.
4025 (find-file-read-args): Use it to avoid let-binding
4026 minibuffer-with-setup-hook (which breaks turning on/off
4027 file-name-shadow-mode while in the prompt).
4028
4029 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4030
4031 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4032
4033 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4034
4035 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * window.el (window-buffer-height): Use count-screen-lines.
4038
4039 * progmodes/python.el (python-preoutput-leftover): New var.
4040 (python-preoutput-filter): Use it.
4041 (python-send-receive): Loop until all the result has been received.
4042
4043 2005-03-28 Juri Linkov <juri@jurta.org>
4044
4045 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4046
4047 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4048 "Recover Crashed Session".
4049 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4050 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4051 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4052 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4053 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4054 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4055 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4056 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4057
4058 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4059 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4060 Ediff Sessions", "Toggle use of separate control buffer frame",
4061 "Use separate frame for Ediff control buffer".
4062
4063 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4064 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4065 "Rename Bookmark", "Delete Bookmark".
4066
4067 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4068 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4069 Add `:active Info-index-alternatives' to "Next Matching Item".
4070
4071 * wdired.el (wdired-change-to-wdired-mode):
4072 Mention `wdired-abort-changes' key in the initial message.
4073
4074 * international/mule.el (auto-coding-alist): Associate non-ascii
4075 image filename extensions with `no-conversion'.
4076
4077 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * international/iso-acc.el:
4080 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4081
4082 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * textmodes/sgml-mode.el (html-mode): Doc update.
4085
4086 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4087
4088 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 * term.el (term-move-columns): Fix face after extending a line.
4091 (term-insert-spaces): Likewise.
4092 (term-reset-terminal): Fix off by one error.
4093
4094 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4095
4096 * international/mule.el (auto-coding-alist): Add .xpi files.
4097
4098 * files.el (auto-mode-alist): Add .xpi files.
4099
4100 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4101
4102 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4103
4104 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4105
4106 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4107
4108 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4109
4110 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4111 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4112
4113 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4114 cursor to Jan 1 when needed.
4115 (calendar-end-of-year): Fix -/+ typo.
4116 Reported by Chong Yidong <cyd@stupidchicken.com>.
4117
4118 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4121
4122 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4123 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4124
4125 2005-03-25 Richard M. Stallman <rms@gnu.org>
4126
4127 * filesets.el (filesets-init): Add autoload.
4128
4129 * mail/mailalias.el (mail-directory): Doc fix.
4130
4131 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4132
4133 * mail/mailalias.el (mail-directory-process): Do nothing if
4134 mail-directory-process is an atom.
4135 (mail-get-names): Ignore mail-directory-names if it is an atom.
4136 (mail-directory-process defvar): Doc fix.
4137 (mail-names): Doc fix.
4138
4139 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4140
4141 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4142
4143 2005-03-26 Kenichi Handa <handa@m17n.org>
4144
4145 * international/mule-util.el (detect-coding-with-priority):
4146 Call update-coding-systems-internal before detect-coding-region.
4147
4148 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4151 (gdb-frames-mode-map): Add follow-link property.
4152
4153 2005-03-25 Jay Belanger <belanger@truman.edu>
4154
4155 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4156 for variables.
4157
4158 2005-03-25 Juri Linkov <juri@jurta.org>
4159
4160 * image-mode.el: Optimize image filename extension regexps in
4161 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4162 in `auto-mode-alist'.
4163 (image-mode): Add `image-toggle-display-text' to local hook
4164 `change-major-mode-hook'. Display the image as an image by
4165 default. Set `cursor-type' and `truncate-lines' if the image
4166 is already displayed. Take into account the current mode (image
4167 or text) in message.
4168 (image-minor-mode): New minor mode.
4169 (image-mode-maybe, image-toggle-display-text): New functions.
4170 (image-toggle-display): Use called-interactively-p.
4171 Let-bind `inhibit-read-only' to t.
4172
4173 * image-mode.el (image-minor-mode): Set `cursor-type' and
4174 `truncate-lines' if the image is already displayed. Add turning
4175 image-minor-mode off to `change-major-mode-hook'. Add message.
4176 Call `image-toggle-display-text' after turning image-minor-mode off.
4177
4178 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4181 Terminal.app, use utf-8.
4182 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4183 (set-locale-environment): Use it.
4184
4185 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4186
4187 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4188
4189 * progmodes/python.el (python-close-block-statement-p)
4190 (python-outdent-p, python-current-defun): Use symbol-end.
4191
4192 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4193
4194 * files.el (save-some-buffers): Doc fix.
4195
4196 2005-03-25 Werner Lemberg <wl@gnu.org>
4197
4198 * complete.el, thumbs.el: Replace `legal' with `valid'.
4199 * calendar/calendar.el: Replace `legal' with `valid'.
4200 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4201 * mail/supercite.el: Replace `legal' with `valid'.
4202 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4203 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4204 Replace `legal' with `valid'.
4205 * textmodes/reftex-vars.el, textmodes/reftex.el:
4206 Replace `legal' with `valid'.
4207
4208 2005-03-25 Werner Lemberg <wl@gnu.org>
4209
4210 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4211 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4212 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4213 * emulation/vip.el: Replace `illegal' with `invalid'.
4214 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4215 * mail/supercite.el: Replace `illegal' with `invalid'.
4216 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4217 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4218 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4219 * progmodes/sh-script.el, progmodes/xscheme.el:
4220 Replace `illegal' with `invalid'.
4221 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4222 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4223 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4224 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4225
4226 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4229 (flymake-find-buildfile, flymake-find-possible-master-files)
4230 (flymake-check-include, flymake-parse-line): Replace loops over the
4231 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4232
4233 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4234 Substitute file-name-as-directory in the rest of the file.
4235 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4236 (flymake-replace-region): Remove unused arg `buffer'.
4237 (flymake-check-patch-master-file-buffer): Update calls to it.
4238 (flymake-add-err-info): Remove unused var `count'.
4239 (flymake-mode): Use define-minor-mode.
4240
4241 * progmodes/flymake.el: Use with-current-buffer.
4242 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4243 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4244 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4245 Avoid testing for `xemacs'.
4246 (flymake-nop): Move.
4247 (flymake-region-has-flymake-overlays): Return the computed value.
4248 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4249 Remove unused var `endline'.
4250 (flymake-get-line-count): Remove unused function.
4251 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4252
4253 * emulation/vi.el:
4254 * generic.el:
4255 * hilit-chg.el (global-highlight-changes):
4256 * hi-lock.el (hi-lock-mode):
4257 * follow.el: find-file-hooks -> find-file-hook.
4258
4259 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4260
4261 2005-03-24 Juri Linkov <juri@jurta.org>
4262
4263 * dired.el (dired-mode-map): Add menu item "Compare directories"
4264 for dired-compare-directories.
4265
4266 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4267 Doc fix. Replace `read-file-name' with `read-directory-name'.
4268
4269 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4272
4273 2005-03-24 Jay Belanger <belanger@truman.edu>
4274
4275 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4276 relevant mode settings in calc-embedded-original-modes when modes
4277 are permanently changed.
4278
4279 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * autoinsert.el: find-file-hooks -> find-file-hook.
4282
4283 2005-03-24 Lute Kamstra <lute@gnu.org>
4284
4285 * generic.el (generic-font-lock-defaults): Make it obsolete.
4286 (generic-font-lock-keywords): New variable to replace
4287 generic-font-lock-defaults.
4288 (generic-mode-set-font-lock): Delete it.
4289 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4290 (generic-bracket-support): Add docstring.
4291
4292 * generic-x.el: Rename generic-font-lock-defaults to
4293 generic-font-lock-keywords throughout.
4294 (mailagent-rules-setup-function): Delete it.
4295 (mailagent-rules-generic-mode): Use anonymous function instead.
4296 (show-tabs-generic-mode-font-lock-defaults-1)
4297 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4298 Quote faces.
4299 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4300 not foreground.
4301
4302 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4303 Recognize define-generic-mode.
4304
4305 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4308 if there's no completion table.
4309
4310 2005-03-23 Miles Bader <miles@gnu.org>
4311
4312 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4313 Remove tty-specific variants, as they're no longer needed.
4314
4315 2005-03-23 Lute Kamstra <lute@gnu.org>
4316
4317 * generic-x.el: Code cleanup: make args constant whenever possible.
4318 (installshield-statement-keyword-list)
4319 (installshield-system-functions-list)
4320 (installshield-system-variables-list, installshield-types-list)
4321 (installshield-funarg-constants-list): Make them constants.
4322
4323 * generic.el (generic-make-keywords-list): Add autoload cookie.
4324
4325 * calendar/time-date.el: Add comment on time value formats.
4326 Don't require parse-time.
4327 (with-decoded-time-value): New macro.
4328 (encode-time-value): New function.
4329 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4330 (days-to-time): Return a valid time value when arg is huge.
4331 (time-since): Use time-subtract.
4332 (time-to-number-of-days): Use time-to-seconds.
4333
4334 2005-03-23 David Ponce <david@dponce.com>
4335
4336 * recentf.el: (recentf-keep): New option.
4337 (recentf-menu-action): Default to `find-file'.
4338 (recentf-keep-non-readable-files-flag)
4339 (recentf-keep-non-readable-files-p)
4340 (recentf-file-readable-p, recentf-find-file)
4341 (recentf-cleanup-remote): Remove.
4342 (recentf-include-p): More robust.
4343 (recentf-keep-p): New function.
4344 (recentf-remove-if-non-kept): Rename from
4345 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4346 All callers updated.
4347 (recentf-menu-items-for-commands): Fix help string.
4348 (recentf-track-closed-file): Update. Doc fix.
4349 (recentf-cleanup): Update. Count removed files. Doc fix.
4350
4351 2005-03-23 Kim F. Storm <storm@cua.dk>
4352
4353 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4354 Don't inherit from fringe face (now happens automatically).
4355
4356 2005-03-22 Kim F. Storm <storm@cua.dk>
4357
4358 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4359 position values.
4360
4361 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * menu-bar.el (showhide-date-time): Remove.
4364 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4365 (menu-bar-make-mm-toggle): Simplify.
4366
4367 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4368
4369 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4370 Accept qualified variable and function names.
4371
4372 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4373
4374 * bindings.el (completion-ignored-extensions):
4375 Remove ".lis" for `vax-vms'.
4376
4377 2005-03-22 Andreas Schwab <schwab@suse.de>
4378
4379 * generic-x.el: Revert last change.
4380 * ldefs-boot.el: Update.
4381
4382 2005-03-22 Jay Belanger <belanger@truman.edu>
4383
4384 * calc/calc-embed (calc-embedded-original-modes): New variable.
4385 (calc-embedded-save-original-modes)
4386 (calc-embedded-restore-original-modes): New functions.
4387 (calc-do-embedded): Save original modes when entering embedded mode
4388 and restore when leaving embedded mode.
4389 (calc-embedded-modes-change): Change the value of
4390 calc-embedded-original-modes to reflect permanent changes.
4391
4392 2005-03-22 Lute Kamstra <lute@gnu.org>
4393
4394 * generic-x.el: Require generic again.
4395
4396 2005-03-22 Miles Bader <miles@gnu.org>
4397
4398 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4399 Tweak details to look good on both ttys and bitmap displays, light
4400 or dark background, etc.
4401
4402 2005-03-21 Kim F. Storm <storm@cua.dk>
4403
4404 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4405 mouse position.
4406
4407 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * icomplete.el: Don't forcibly turn on the mode upon load.
4410 (icomplete-mode): Use define-minor-mode.
4411 (icomplete-eoinput): Default to nil.
4412 (icomplete-minibuffer-setup): Remove autoload.
4413 (icomplete-tidy): Simplify.
4414 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4415 in the initial state or if the user has modified the field.
4416 Fix handling of icomplete-max-delay-chars.
4417 Remove code that handles the oddball case where
4418 minibuffer-completion-table is an integer.
4419 Wrap icomplete-completions in while-no-input in case building
4420 completions takes more time than expected.
4421 (icomplete-completions): Simplify.
4422
4423 2005-03-21 Richard M. Stallman <rms@gnu.org>
4424
4425 * jka-compr.el (jka-compr-really-do-compress):
4426 Make variable buffer-local.
4427
4428 * image-mode.el: Handle .xpm files too.
4429 (image-toggle-display): Preserve modification flag.
4430
4431 * help.el (where-is): Don't mention aliases with no key bindings.
4432
4433 2005-03-21 Lute Kamstra <lute@gnu.org>
4434
4435 * generic.el: Fix commentary section. Don't require cl for compilation.
4436 (generic-mode-list): Add autoload cookie.
4437 (generic-use-find-file-hook, generic-lines-to-scan)
4438 (generic-find-file-regexp, generic-ignore-files-regexp)
4439 (generic-mode, generic-mode-find-file-hook)
4440 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4441 (define-generic-mode): Make it a defmacro. Fix docstring.
4442 (generic-mode-internal): Code cleanup. Add autoload cookie.
4443 (generic-mode-set-comments): Code cleanup.
4444 * generic-x.el: Don't prevent compilation. Don't require generic.
4445 Follow coding conventions. Minor code cleanup.
4446 (etc-fstab-generic-mode): Add some keywords.
4447 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4448 define-generic-mode like a function declaration.
4449
4450 2005-03-21 Jay Belanger <belanger@truman.edu>
4451
4452 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4453 changing modes.
4454
4455 2005-03-21 Sam Steingold <sds@gnu.org>
4456
4457 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4458
4459 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4460
4461 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4462 Add underscore to "f$ lexicals" regexp.
4463
4464 2005-03-20 Juri Linkov <juri@jurta.org>
4465
4466 * subr.el (progress-reporter-do-update): When `min-value' is equal
4467 to `max-value', set `percentage' to 0 and prevent division by zero.
4468
4469 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4470
4471 Sync with Tramp 2.0.48.
4472
4473 * tramp.el (all): Change all addresses to .gnu.org.
4474 (tramp-append-tramp-buffers): New defun.
4475 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4476 Catch `dont-send' signal.
4477 (tramp-set-auto-save-file-modes): Set always permissions, because
4478 there might be an old auto-saved file belonging to another
4479 original file. This could be a security threat. Reported by
4480 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4481 Check for Emacs 21.3.50 removed.
4482
4483 * tramp-smb.el (all): Remove debug construct for
4484 `with-parsed-tramp-file-name'.
4485 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4486 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4487 No error message if DIRECTORY or FILENAME doesn't exist.
4488 (tramp-smb-open-connection): Check existence of
4489 `tramp-smb-program'.
4490
4491 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4494 Properly handle the case where the `m' or `s' command's argument is not
4495 yet terminated.
4496 (perl-indent-new-calculate): New function.
4497 (perl-indent-line): Use it.
4498
4499 2005-03-20 Miles Bader <miles@gnu.org>
4500
4501 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4502 in text-mode too. Change to new face names.
4503 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4504 Add `:weight bold' attribute.
4505 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4506
4507 2005-03-19 Juri Linkov <juri@jurta.org>
4508
4509 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4510
4511 * international/mule.el (auto-coding-alist): Sync with
4512 `auto-mode-alist' by adding upper case archive file extensions
4513 and adding ear/war to jar extension.
4514
4515 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4516
4517 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4518 running, restart it.
4519
4520 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4521
4522 * finder.el (finder-current-item): Throw an error on an empty line.
4523
4524 * man.el (Man-follow-manual-reference): If current-word returns
4525 nil, use "".
4526
4527 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4528
4529 * simple.el (goto-line): Doc fix.
4530
4531 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4532
4533 * files.el (save-buffer): Doc fix.
4534
4535 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4536
4537 * recentf.el (recentf-cleanup-remote): New variable.
4538 (recentf-cleanup): Use it to conditionally check availablity of
4539 remote files.
4540
4541 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4542
4543 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4544 function names.
4545
4546 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4547
4548 * language/thai-word.el: New file.
4549
4550 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4551
4552 * files.el (backup-buffer): If the file's directory is not
4553 writable, use copy instead of move to backup the file.
4554
4555 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4556
4557 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4558
4559 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4560
4561 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4562 Use functionp instead of symbolp and fboundp. Reported by Drkm
4563 <darkman_spam@yahoo.fr>.
4564 (ps-print-version): New version 6.6.6.
4565
4566 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4567
4568 * textmodes/table.el (table--line-column-position): New idiom.
4569 (table--row-column-insertion-point-p): New function to test
4570 validity of row and column insertion operation at a location.
4571 (table-global-menu, table-cell-menu): Use above functions for
4572 deterministic test operation.
4573 (table--editable-cell-p): Behave in deterministic fashion.
4574
4575 2005-03-18 Juri Linkov <juri@jurta.org>
4576
4577 * isearch.el (isearch-lazy-highlight-new-loop):
4578 Make arguments beg and end optional.
4579 (isearch-update): Remove optional arguments nil from
4580 isearch-lazy-highlight-new-loop.
4581 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4582 isearch-lazy-highlight-case-fold-search instead of
4583 isearch-case-fold-search, and let-bind isearch-regexp to
4584 isearch-lazy-highlight-regexp.
4585 Use isearch-lazy-highlight-last-string instead of isearch-string.
4586
4587 * replace.el (perform-replace): Remove bindings of global
4588 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4589 Add three new arguments to `replace-highlight'.
4590 (replace-highlight): Add arguments string, regexp, case-fold.
4591 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4592 to allow isearch-lazy-highlight-new-loop to use these values
4593 to set corresponding isearch-lazy-highlight-* internal
4594 variables whose values lazy highlighting will use regardless of
4595 changes to global variables isearch-string, isearch-regexp,
4596 isearch-case-fold-search during lazy highlighting loop.
4597 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4598 to `lazy-highlight-cleanup'.
4599
4600 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4601 (ispell-highlight-face): Set default face to `isearch' when
4602 lazy highlighting is enabled.
4603 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4604 priority to 1. Add lazy highlighting.
4605 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4606 from `isearch-dehighlight'.
4607
4608 2005-03-18 David Ponce <david@dponce.com>
4609
4610 * files.el (hack-local-variables): Do a case-insensitive search
4611 for End.
4612
4613 2005-03-18 Juri Linkov <juri@jurta.org>
4614
4615 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4616 `isearch-lazy-highlight-cleanup', add alias to old name and
4617 declare obsolete. Add release numbers to other obsolete vars.
4618 (isearch-done, isearch-lazy-highlight-new-loop):
4619 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4620 (lazy-highlight-cleanup) <variable>: Doc fix.
4621 (isearch-lazy-highlight-update): Rename obsolete
4622 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4623
4624 2005-03-18 Kenichi Handa <handa@m17n.org>
4625
4626 * language/thai-util.el: Fix categorization of Thai characters in
4627 thai-category-table.
4628 (thai-composition-pattern): Adjust it for the above change.
4629 (thai-self-insert-command, thai-compose-syllable): New functions.
4630 (thai-compose-region): Use thai-compose-syllable.
4631 (thai-compose-string): Likewise.
4632 (thai-composition-function): Likewise.
4633 (thai-auto-composition): New function.
4634 (thai-auto-composition-mode): New minor mode.
4635
4636 * language/thai.el: Fix patterns to be registered in
4637 composition-function-table.
4638
4639 * international/quail.el (quail-input-method): Locally bind
4640 inhibit-modification-hooks to t.
4641
4642 2005-03-17 Richard M. Stallman <rms@gnu.org>
4643
4644 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4645 (perl-mode): Use run-mode-hooks.
4646
4647 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4648 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4649 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4650
4651 * mail/sendmail.el (sendmail-send-it): Reenable the code
4652 to compute resend-to-address and use it.
4653
4654 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4655
4656 * image-mode.el: New file.
4657
4658 * image.el (insert-sliced-image): Add autoload cookie.
4659
4660 * font-lock.el (font-lock-lines-before): New user option.
4661 (font-lock-after-change-function): Obey it.
4662
4663 * bindings.el (esc-map): Make M-g a prefix.
4664 Bind M-g g and M-g M-g to goto-line.
4665
4666 * faces.el (face-id): Doc fix.
4667
4668 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4669
4670 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4671 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4672 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4673
4674 * mail/sendmail.el (mail-yank-ignored-headers)
4675 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4676 Add Mail-Followup-To and Mail-Reply-To headers.
4677 (mail-citation-hook): Add autoload cookie.
4678 (mail-mode): Doc fix.
4679 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4680 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4681 (mail-mode-fill-paragraph): Handle those headers.
4682 (mail-mailing-lists): New variable.
4683 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4684
4685 2005-03-17 Juri Linkov <juri@jurta.org>
4686
4687 * isearch.el (isearch-fallback): Check for `(car previous)'
4688 before calling `isearch-other-end-state'.
4689
4690 2005-03-17 Kim F. Storm <storm@cua.dk>
4691
4692 * simple.el (move-beginning-of-line): Move to beginning of buffer
4693 line, as well as beginning of screen line.
4694
4695 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4696
4697 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4698 argument REDRAW rather than calendar-redrawing variable.
4699 * calendar/calendar.el (calendar-redrawing): Delete.
4700 (redraw-calendar): Do not bind calendar-redrawing.
4701
4702 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4703
4704 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4705 diary-file buffer.
4706
4707 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4708
4709 * help.el (describe-mode): Allow a :minor-mode-function property to
4710 specify a different minor mode toggle function than the variable.
4711 * simple.el (auto-fill-function):
4712 * subr.el (add-minor-mode): Use it.
4713
4714 2005-03-16 Kenichi Handa <handa@m17n.org>
4715
4716 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4717 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4718 (ethio-fidel-to-sera-buffer): Likewise.
4719
4720 2005-03-16 Juri Linkov <juri@jurta.org>
4721
4722 * emacs-lisp/find-func.el (find-function-regexp):
4723 Add defun-emitting macro `menu-bar-make-toggle'.
4724
4725 * isearch.el: Put `isearch-scroll' property to
4726 `split-window-horizontally'.
4727
4728 * info.el: Update error messages for `debug-ignored-errors'.
4729 (Info-isearch-search): Doc fix.
4730 (Info-find-node): Move up code to go into info buffer before
4731 recording the node to the history.
4732 (Info-fontify-node): Fontify titles only if the next line
4733 has two or more `*', `=', `-', `.'.
4734 Display "go to this node" for empty (match-string 3).
4735
4736 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4737
4738 * term/mac-win.el: Add mouse pointer shape constants.
4739
4740 2005-03-15 Kim F. Storm <storm@cua.dk>
4741
4742 * simple.el (move-beginning-of-line): Use vertical-motion.
4743
4744 2005-03-15 Juri Linkov <juri@jurta.org>
4745
4746 * isearch.el (isearch-error): New variable.
4747 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4748 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4749 (isearch-within-brackets-state): Remove.
4750 (isearch-case-fold-search-state, isearch-pop-fun-state):
4751 Decrease frame index.
4752 (isearch-mode, isearch-top-state, isearch-push-state)
4753 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4754 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4755 (isearch-search, isearch-lazy-highlight-new-loop):
4756 Replace `isearch-invalid-regexp' with `isearch-error'.
4757 Remove `isearch-within-brackets'.
4758 (isearch-search): Add `search-failed' handler to `condition-case'.
4759 (isearch-lazy-highlight-search): Add `condition-case' to catch
4760 errors and allow `isearch-lazy-highlight-update' to try
4761 highlighting from the beginning of the window.
4762 (isearch-repeat): Move up code to set isearch-wrapped to t
4763 before calling isearch-wrap-function.
4764
4765 * info.el (Info-isearch-initial-node): New internal variable.
4766 (Info-search): Signal an error in isearch mode when search leaves
4767 the initial node. Signal an error when `bound' is non-nil and
4768 nothing was found in the current subfile.
4769 (Info-isearch-search): Remove `condition-case'.
4770 (Info-isearch-wrap): Don't wrap when search failed during leaving
4771 the initial node. If `Info-isearch-search' is nil, wrap around
4772 the current node.
4773 (Info-isearch-start): New fun.
4774 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4775 `isearch-mode-hook'.
4776
4777 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4778
4779 * simple.el (normal-erase-is-backspace): Set default to t if
4780 running on Mac.
4781
4782 * term/mac-win.el (function-key-map): Sync with x-win.el.
4783
4784 2005-03-15 Kenichi Handa <handa@m17n.org>
4785
4786 * international/mule-cmds.el (locale-language-names): Modify the
4787 format of elements and add more entries.
4788 (locale-preferred-coding-systems): Add more entries.
4789 (set-locale-environment): Adjust for the change of
4790 locale-language-names.
4791
4792 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * pcvs.el (smerge-ediff): Remove bogus autoload.
4795
4796 2005-03-14 Lute Kamstra <lute@gnu.org>
4797
4798 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4799 Ignore a `*' at the beginning of a line.
4800
4801 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4802 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4803 subr.el.
4804 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4805 to specify indentation.
4806
4807 * generic.el (define-generic-mode): Let generic-mode-list be a
4808 list of strings; test membership with equal.
4809
4810 2005-03-14 Kim F. Storm <storm@cua.dk>
4811
4812 * simple.el (next-line, previous-line): Add optional try-vscroll
4813 arg to recognize interactive use. Pass it on to line-move.
4814 (line-move): Don't perform auto-window-vscroll when defining or
4815 executing keyboard macro to ensure consistent behaviour.
4816
4817 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4820
4821 2005-03-13 Lute Kamstra <lute@gnu.org>
4822
4823 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4824 debugger-setup-buffer so that backtrace marks the frames set to
4825 debug-on-exit and we don't have to do it manually. Set an extra
4826 debug-on-exit for macro's.
4827 (debugger-setup-buffer): Don't mark the top frame manually.
4828
4829 2005-03-12 Lute Kamstra <lute@gnu.org>
4830
4831 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4832 lisp-indent-function throughout.
4833 (with-no-warnings): Set lisp-indent-function property.
4834
4835 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4836
4837 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4838 Add entry for backslash.
4839
4840 2005-03-12 Juri Linkov <juri@jurta.org>
4841
4842 * info.el (Info-search): Four fixes for backward search.
4843
4844 2005-03-11 Jay Belanger <belanger@truman.edu>
4845
4846 * calc/calc.el (calc-language-alist): New variable.
4847 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4848 (calc-embedded-find-modes): Use calc-language-alist instead of
4849 calc-embedded-language-alist.
4850
4851 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4852
4853 * calendar/calendar.el (calendar-redrawing): New internal
4854 variable.
4855 (redraw-calendar): Remove bogus save-excursion from previous
4856 change. Bind calendar-redrawing to t for mark-diary-entries.
4857 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4858 calendar if that is why we were called.
4859
4860 2005-03-11 Kenichi Handa <handa@m17n.org>
4861
4862 * international/mule.el (make-coding-system): Set property
4863 coding-system-define-form to nil.
4864 (define-coding-system-alias): Likewise.
4865
4866 2005-03-11 Kenichi Handa <handa@m17n.org>
4867
4868 These changes are suggested by Dave Love <fx@gnu.org>.
4869
4870 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4871 coding: tag.
4872 (adaptive-fill-regexp): Add more bullets.
4873 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4874 regexps.
4875
4876 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4877
4878 * help.el (describe-mode): Properly handle non-trivial lighters.
4879 Don't ignore minor modes that are not listed in minor-mode-list.
4880
4881 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4882 feature ON when the user requests to turn it OFF.
4883
4884 2005-03-10 Lute Kamstra <lute@gnu.org>
4885
4886 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4887 (implement-debug-on-entry): New function to replace debug-entry-code.
4888 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4889 second argument as the 2005-03-07 change makes it obsolete.
4890 (debug-on-entry, cancel-debug-on-entry): Update call to
4891 debug-on-entry-1.
4892 (debug, debugger-setup-buffer): Comment update.
4893 (debugger-frame-number): Update to work with implement-debug-on-entry.
4894
4895 2005-03-10 Jay Belanger <belanger@truman.edu>
4896
4897 * calc/calc-embed.el (math-ms-args): Declare it.
4898 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4899 math-ms-args.
4900 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4901 variables.
4902
4903 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4904
4905 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4906 Use message-box.
4907
4908 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4909 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4910 (tooltip-gud-tips): Simplify.
4911 (tooltip-gud-tips-p): Remove superflouous :set.
4912 (tooltip-gud-modes): Add fortran-mode.
4913 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4914
4915 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4916
4917 2005-03-09 Kim F. Storm <storm@cua.dk>
4918
4919 * play/animate.el (animate-place-char): Use forward-line instead
4920 of next-line to improve performance.
4921
4922 2005-03-09 Simon Josefsson <jas@extundo.com>
4923
4924 * net/browse-url.el (browse-url-default-browser): Doc fix.
4925
4926 2005-03-09 Miles Bader <miles@gnu.org>
4927
4928 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4929 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4930
4931 2005-03-09 Kenichi Handa <handa@m17n.org>
4932
4933 * international/latin-1.el: Set case and syntax for 255 only if
4934 set-case-syntax-set-multibyte is nil.
4935
4936 * textmodes/ispell.el (ispell-insert-word): New function.
4937 (ispell-word): Use ispell-insert-word to insert a new word.
4938 (ispell-process-line): Likewise.
4939 (ispell-complete-word): Likewise.
4940
4941 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4942
4943 * calendar/calendar.el (redraw-calendar): Preserve point.
4944 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4945 (calendar-week-start-day): Move after definition of
4946 redraw-calendar. Delete buffer test, since redraw-calendar has
4947 that now.
4948
4949 * calendar/diary-lib.el (mark-diary-entries): Only call
4950 redraw-calendar in the first of any recursive calls.
4951 Reported by Alan Shutko <ats@acm.org>.
4952
4953 2005-03-08 Juri Linkov <juri@jurta.org>
4954
4955 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4956 (html-horizontal-rule, html-line, html-image, html-checkboxes)
4957 (html-radio-buttons): Add a space before the trailing `/>' where
4958 sgml-xml-mode is non-nil.
4959 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4960 the subsequent tag of the empty XML tag.
4961 (html-href-anchor): Don't set initial input to "http:".
4962 (html-image): Ask for the image URL and set point inside alt="".
4963 (html-name-anchor): Duplicate the name in the `id' attribute when
4964 sgml-xml-mode is non-nil.
4965 (html-paragraph): Remove \n before <p>.
4966 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4967 instead of `checked' when sgml-xml-mode is non-nil.
4968
4969 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4970 Remove 1 space before #RRGGBB to not truncate it on terminal
4971 windows w/o fringes. Remove 1 space between bg and fg examples
4972 to get more space.
4973 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4974 avoid byte-compile warnings.
4975
4976 * image-file.el (image-file-handler): Put `safe-magic' property to
4977 `image-file-handler'.
4978
4979 * info.el (Info-isearch-search): Emulate word search in
4980 isearching through multiple Info nodes with Info-search.
4981 (Info-isearch-wrap): Allow isearch-word.
4982
4983 2005-03-08 Lute Kamstra <lute@gnu.org>
4984
4985 * emacs-lisp/debug.el (debugger-step-through): Make sure that
4986 stepping into the debugger's code is not possible.
4987 (debugger-jumping-flag): Docstring update.
4988
4989 2005-03-08 Jay Belanger <belanger@truman.edu>
4990
4991 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4992 embedded mode begins.
4993 (calc-embedded-language-alist): New variable.
4994 (calc-embedded-find-modes): Use calc-embedded-language-alist to
4995 set default language mode.
4996
4997 2005-03-08 Kenichi Handa <handa@m17n.org>
4998
4999 * international/ccl.el (define-ccl-program): Fix docstring about
5000 extra 256 bytes assured for the output buffer.
5001
5002 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5003 Fix BUFFER_MAGNIFICATION to 2.
5004 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5005
5006 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5007
5008 * align.el (align-rules-list): Added an alignment rule for CSS
5009 declarations (applies to css-mode and html-mode buffers).
5010
5011 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5014
5015 2005-03-07 Kim F. Storm <storm@cua.dk>
5016
5017 * simple.el (move-beginning-of-line): New command.
5018
5019 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5020
5021 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5022
5023 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5024 and move-beginning-of-line.
5025
5026 * apropos.el (apropos-print): Omit command from M-x ... RET.
5027
5028 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5029
5030 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5031 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5032
5033 2005-03-06 Richard M. Stallman <rms@gnu.org>
5034
5035 * bindings.el (esc-map): Bind M-g to goto-line.
5036
5037 * facemenu.el (global-map): Bind M-o, not M-g.
5038
5039 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5040
5041 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5042 "Open Directory" as for "Open File".
5043
5044 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5047 (push-mark-command): Run activate-mark-hook.
5048
5049 2005-03-06 Richard M. Stallman <rms@gnu.org>
5050
5051 * help-mode.el (help-mode-finish): Don't alter the element
5052 in view-return-to-alist if there already is one.
5053
5054 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5055 make sure the current buffer is the expected one.
5056
5057 * novice.el (disabled-command-function): Output in *Disabled Command*.
5058 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5059
5060 * textmodes/flyspell.el (flyspell-large-region):
5061 Pass args differently for aspell.
5062
5063 * files.el (mode-require-final-newline): Doc fix.
5064
5065 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5066
5067 * progmodes/which-func.el (which-function):
5068 Specify NOERROR when calling imenu--make-index-alist.
5069
5070 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * simple.el (normal-erase-is-backspace): Define default value.
5073
5074 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5075 (custom-reevaluate-setting): Simple function to handle
5076 variables that are defined before their default value can really
5077 be computed.
5078
5079 * startup.el (command-line): Use it for temporary-file-directory,
5080 small-emporary-file-directory, auto-save-file-name-transforms,
5081 blink-cursor-mode, and normal-erase-is-backspace.
5082
5083 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5084 progress, even with buggy anchored keywords.
5085
5086 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5087
5088 * simple.el (goto-line): Remove unbalanced final parenthesis.
5089
5090 2005-03-05 Richard M. Stallman <rms@gnu.org>
5091
5092 * simple.el (goto-line): Use a number at point as the default.
5093 With C-u as arg, switch buffers.
5094
5095 2005-03-05 Juri Linkov <juri@jurta.org>
5096
5097 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5098 with `no-blinking-cursor'.
5099
5100 * startup.el (no-blinking-cursor): New defvar.
5101 (command-line): Add `--no-blinking-cursor' to longopts.
5102 Set `no-blinking-cursor' to t for command line arguments
5103 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5104 with `no-blinking-cursor' in the condition for calling
5105 `blink-cursor-mode'.
5106
5107 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5108
5109 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5110 (menu-bar-options-save): Add blink-cursor-mode.
5111 (menu-bar-options-menu): Add blink-cursor-mode.
5112
5113 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5114
5115 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5116 (icalendar-export-file, icalendar-export-region)
5117 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5118 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5119
5120 2005-03-04 Lute Kamstra <lute@gnu.org>
5121
5122 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5123 (debug-function-list): Ditto.
5124
5125 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5126
5127 * textmodes/texinfmt.el (texinfo-append-refill):
5128 Redefine the types of line to which @refill
5129 is not appended by replacing a search for `@refill\\|@bye' with
5130 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5131 itemize@refill' bug and the unfilled long lines bug.
5132 (texinfmt-version): Update number and date.
5133
5134 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5135
5136 * international/code-pages.el (windows-1250, windows-125[2-8])
5137 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5138
5139 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5142 bound yet.
5143
5144 2005-03-02 Romain Francoise <romain@orebokech.com>
5145
5146 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5147 buffer after removing limits.
5148 (ibuffer-pop-filter): Ditto.
5149 Update copyright.
5150
5151 2005-03-02 Miles Bader <miles@gnu.org>
5152
5153 * button.el (make-text-button): If the user doesn't specify a
5154 type, use the default. Rewrite to use `add-text-properties' and
5155 plist functions.
5156
5157 2005-03-01 Lute Kamstra <lute@gnu.org>
5158
5159 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5160 (debugger-jumping-flag): New var.
5161 (debug-entry-code): Use it.
5162 (debugger-jump): Use debugger-jumping-flag and add
5163 debugger-reenable to post-command-hook.
5164 (debugger-reenable): Use debugger-jumping-flag and remove itself
5165 from post-command-hook.
5166 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5167 debugger-reenable.
5168
5169 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5170
5171 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5172 inclusion of "itemize\\|", which may be unnecessary, is certainly
5173 inelegant, and stops refilling in itemize lists when formatting
5174 Japanese Texinfo files to Info.
5175 Update copyright to 2005.
5176
5177 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5178
5179 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5180 of an error if GDB can't find the source file.
5181
5182 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5183
5184 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5185 not just the calendar.
5186
5187 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5188 first.
5189 (diary-redraw-calendar): New function.
5190 (make-diary-entry): Add diary-redraw-calendar to local
5191 write-contents-functions. Turn off selective display before
5192 inserting in diary.
5193
5194 2005-03-01 Kim F. Storm <storm@cua.dk>
5195
5196 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5197
5198 2005-03-01 Lute Kamstra <lute@gnu.org>
5199
5200 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5201 that debug-entry-code can be safely removed from a function while
5202 this code is being evaluated. Revert the 2005-02-27 change as the
5203 new implementation no longer requires it. Make sure that a
5204 function body containing just a string is not mistaken for a docstring.
5205 (debug): Skip one more frame in case of debug on entry.
5206 (debugger-setup-buffer): Delete one more frame line in case of
5207 debug on entry.
5208 (debugger-frame-number): Update to use the new text introduced by
5209 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5210
5211 2005-02-28 Kim F. Storm <storm@cua.dk>
5212
5213 * double.el (double-translate-key): Call force-window-update after
5214 read-event to avoid crash in redisplay.
5215
5216 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5219 (debug): Use it. Move the inhibit-trace earlier.
5220 (debug-entry-code): New const.
5221 (debug-on-entry-1): Use it.
5222
5223 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5224
5225 * international/utf-16.el (ccl-encode-mule-utf-16le):
5226 Fix BUFFER_MAGNIFICATION to 2.
5227 (ccl-encode-mule-utf-16be): Likewise.
5228
5229 2005-02-28 Kenichi Handa <handa@m17n.org>
5230
5231 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5232 Fix BUFFER_MAGNIFICATION to 4.
5233 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5234
5235 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5236
5237 * speedbar.el (speedbar-update-flag): Doc fix.
5238 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5239 argument.
5240
5241 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5244 have a non-nil `invisible' property but are actually visible.
5245
5246 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5247 for perldoc sections.
5248 (perl-outline-regexp, perl-outline-level): New var and function.
5249 (perl-mode): Use them.
5250
5251 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5252
5253 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5254 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5255
5256 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5257
5258 * cus-edit.el: Comment change.
5259 (custom-buffer-create-internal): Slightly reword text at top of
5260 Custom buffers. Mention there that saving an option edits the
5261 init file. Add link to Emacs manual node on `custom-file'.
5262 (custom-magic-alist): Rewrite individual State messages to use
5263 capitalized keywords. Doc fix.
5264
5265 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5266
5267 * calendar/calendar.el (calendar-buffer): Move above
5268 calendar-week-start-day.
5269 (calendar-week-start-day): Doc fix. Add :set function.
5270 (calendar-minimum-window-height): New variable.
5271 (generate-calendar-window): Only resize window if selected-window
5272 is displaying the calendar buffer. Use new variable
5273 calendar-minimum-window-height.
5274 (generate-calendar): Reword error message.
5275 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5276
5277 2005-02-27 Andreas Schwab <schwab@suse.de>
5278
5279 * vc.el (vc-do-command): Don't run command asynchronously when
5280 operating in a remote directory.
5281
5282 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5283 change from sync with Tramp 2.0.47.
5284
5285 2005-02-27 Richard M. Stallman <rms@gnu.org>
5286
5287 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5288
5289 * textmodes/flyspell.el (flyspell-mode-on):
5290 Call ispell-change-dictionary only if necessary.
5291
5292 * emacs-lisp/re-builder.el (regexp-builder): New function.
5293
5294 * register.el (describe-register-1): Explicitly handle
5295 yank-excluded-properties = t.
5296
5297 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5298 (custom-magic-alist): Change the status descriptions again.
5299 (face widget-type): Total rewrite based on `restricted-sexp'
5300 to eliminate the confusing double hiding levels.
5301
5302 * emacs-lisp/debug.el (debug-on-entry-1):
5303 If function body is empty, add nil as body form.
5304
5305 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5306
5307 * emacs-lisp/trace.el (inhibit-trace): New var.
5308 (trace-make-advice): Use it.
5309
5310 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5311
5312 2005-02-26 Kim F. Storm <storm@cua.dk>
5313
5314 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5315 (mouse-on-link-p, mouse-drag-region-1): Use it.
5316
5317 2005-02-25 Lute Kamstra <lute@gnu.org>
5318
5319 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5320
5321 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5322
5323 * frame.el (blink-cursor-mode): Add :group keyword.
5324
5325 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5326
5327 * calendar/icalendar.el (icalendar--decode-isodatetime):
5328 New optional argument DAY-SHIFT.
5329 (icalendar-export-region): Fix coding-system-for-write.
5330 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5331 events by one.
5332
5333 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5336
5337 2005-02-24 Kim F. Storm <storm@cua.dk>
5338
5339 * international/iso-acc.el (iso-accents-compose): Fix crash
5340 during redisplay. Call force-window-update after read-event
5341 and delete-region to signal that window is not accurate.
5342
5343 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5344
5345 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5346 Remove unused and inexistent var `inhibit-trace'.
5347 (debugger-mode): Use run-mode-hooks.
5348 (debugger-list-functions): Add buttons; setup xref stack.
5349
5350 2005-02-23 Richard M. Stallman <rms@gnu.org>
5351
5352 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5353 appointment says it was explicitly made.
5354 (appt-add): Set the 3rd element.
5355 (appt-make-list): Preserve explicit appointments.
5356
5357 * subr.el (find-tag-default): Catch errors in forward-sexp.
5358
5359 2005-02-23 Juri Linkov <juri@jurta.org>
5360
5361 * info.el (Info-isearch-search): New defcustom.
5362 (Info-isearch-search): Call the default isearch function
5363 when Info-isearch-search is nil.
5364 (Info-isearch-wrap): Use variable Info-isearch-search.
5365
5366 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5367
5368 * cus-edit.el: Comment change.
5369
5370 2005-02-22 Kim F. Storm <storm@cua.dk>
5371
5372 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5373 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5374
5375 2005-02-22 Simon Josefsson <jas@extundo.com>
5376
5377 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5378 New variable.
5379 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5380 Oskarsson" <myrkraverk@users.sourceforget.net>.
5381
5382 2005-02-22 Kim F. Storm <storm@cua.dk>
5383
5384 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5385 check that window of that event is the selected window.
5386 (mouse-drag-region-1): Compare mouse event window to selected
5387 window before setting point.
5388
5389 * tooltip.el (tooltip-show-help-function): Pass event to
5390 mouse-on-link-p so it can check selected window.
5391
5392 2005-02-22 Kenichi Handa <handa@m17n.org>
5393
5394 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5395 (ps-mule-show-warning): New function.
5396 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5397 characters are found.
5398
5399 * ps-print.el (ps-header-footer-string): Return a list of header
5400 and footer strings.
5401
5402 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5403
5404 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5405
5406 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * frame.el (blink-cursor-mode): Use define-minor-mode.
5409
5410 * term/mac-win.el (function-key-map): Use char-names more consistently.
5411 (file-name-coding-system): Only set it for MacOS-9. The other case is
5412 already handled in mule-cmds.el (where it also works when mac-win.el
5413 is not used).
5414
5415 2005-02-21 Kenichi Handa <handa@m17n.org>
5416
5417 * international/mule.el (ctext-pre-write-conversion): Always use
5418 " *code-converting-work*" buffer for work.
5419
5420 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5421
5422 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5423
5424 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5425
5426 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5427
5428 * ses.el (undo-more): Restore defadvice, but only the part that
5429 allows changes outside the restricted area of the buffer.
5430
5431 2005-02-20 Kim F. Storm <storm@cua.dk>
5432
5433 * simple.el (line-move): Add fourth optional arg try-vscroll which
5434 must be set to perform auto-window-vscroll.
5435 When moving backwards and doing auto-window-vscroll, automatically
5436 vscroll to the last part of lines which are taller than the window.
5437 (next-line, previous-line): Set try-vscroll arg on line-move.
5438
5439 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5440
5441 * replace.el (query-replace, query-replace-regexp)
5442 (replace-string, replace-regexp): When operating on region, make
5443 the minibuffer prompt say so.
5444
5445 * isearch.el (isearch-forward): Document isearch-query-replace and
5446 isearch-query-replace-regexp keybindings.
5447
5448 2005-02-19 Jay Belanger <belanger@truman.edu>
5449
5450 * calc/calc-aent.el (math-read-token): Add local variable.
5451
5452 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5453 (calc-edit-top): Move declaration to earlier in file.
5454 (calc-edit-macro-repeats): Add local variables.
5455
5456 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5457 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5458 calcFunc-tanh.
5459 Adjust integration rule for calcFunc-tan.
5460
5461 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5462
5463 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5464 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5465 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5466 (viper-skip-separators): Bug fix.
5467 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5468 particular major mode.
5469 (viper-del-backward-char-in-replace): Don't put deleted char on the
5470 kill ring.
5471
5472 * viper-ex.el (viper-color-display-p): New function.
5473 (viper-has-face-support-p): Use viper-color-display-p.
5474
5475 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5476
5477 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5478
5479 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5480 (viper-file-remote-p): Make equivalent to file-remote-p.
5481
5482 * viper.el (viper-major-mode-modifier-list):
5483 Use viper-gnus-modifier-map.
5484
5485 2005-02-19 David Kastrup <dak@gnu.org>
5486
5487 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5488 quoting.
5489
5490 2005-02-19 Jay Belanger <belanger@truman.edu>
5491
5492 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5493 Remove extra definitions.
5494 (calc-coth): New function.
5495 (calcFunc-cot): Fix `let'.
5496
5497 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5498
5499 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5500 the reasons we use "type pc" in these faces.
5501
5502 * button.el (button): Ditto.
5503
5504 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5505
5506 * replace.el (query-replace-read-from): Set the value of
5507 query-replace-from-history-variable to handle the case of an empty
5508 string entered to accept the suggested default.
5509
5510 * net/tramp.el (tramp-file-name-for-operation):
5511 Use dired-call-process instead of dired-call-process-command.
5512
5513 2005-02-19 Jay Belanger <belanger@truman.edu>
5514
5515 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5516 (math-div-non-trig): New variables.
5517 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5518 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5519 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5520 trig expressions.
5521
5522 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5523
5524 * progmodes/gdb-ui.el (gdb-var-update-handler)
5525 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5526 for watch expressions,
5527 (gdb-var-create-handler): Don't set speedbar-update-flag.
5528 (gdb-post-prompt): Simplify test for speedbar.
5529
5530 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5531
5532 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5533 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5534 we use the syntax table of the correct buffer.
5535 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5536 Felix Gatzemeier.
5537
5538 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5539 (ediff-file-remote-p): Make synonymous with file-remote-p.
5540 In all deffaces ediff-*-face-*, use min-colors.
5541
5542 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5543 ediff-recurse-to-subdirectories.
5544 (ediff-mark-if-equal): Check that the arguments are strings, use
5545 ediff-same-contents (after to Felix Gatzemeier).
5546
5547 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5548 nil.
5549
5550 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5553
5554 2005-02-18 David Kastrup <dak@gnu.org>
5555
5556 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5557 use `mark-active' when defined.
5558
5559 2005-02-18 Kenichi Handa <handa@m17n.org>
5560
5561 * ps-print.el (ps-font-info-database): New entry
5562 ZapfChancery-MediumItalic with correct font name. Fix font name
5563 of the entry Zapf-Chancery-MediumItalic.
5564
5565 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5566
5567 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5568
5569 2005-02-16 Kim F. Storm <storm@cua.dk>
5570
5571 * ido.el (ido-fallback-command): Pass user input to fallback command.
5572
5573 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5574
5575 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5576 (gdb-find-file-hook): Add server prefix.
5577
5578 2005-02-16 Richard M. Stallman <rms@gnu.org>
5579
5580 * replace.el (perform-replace): Pass new args to replace-highlight.
5581 (replace-highlight): Take region args,
5582 and pass them to isearch-lazy-highlight-new-loop.
5583
5584 * novice.el (disabled-command-hook): Autoload the defalias
5585 and the make-obsolete-variable call.
5586
5587 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5588
5589 * isearch.el (isearch-lazy-highlight-start-limit)
5590 (isearch-lazy-highlight-end-limit): New variables limit
5591 the region for highlighting.
5592 (isearch-lazy-highlight-new-loop): New args BEG and END.
5593 (isearch-lazy-highlight-search): Use the new vars.
5594 (isearch-lazy-highlight-update): Likewise.
5595
5596 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5597
5598 * cus-start.el (all): Use default-boundp.
5599
5600 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5601
5602 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5603
5604 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5605
5606 * autorevert.el (auto-revert-stop-on-user-input)
5607 (auto-revert-verbose): Doc fixes.
5608
5609 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5610
5611 * international/mule-cmds.el (set-locale-environment): Remove call
5612 to set-selection-coding-system on Windows.
5613
5614 2005-02-15 Jay Belanger <belanger@truman.edu>
5615
5616 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5617 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5618 calcFunc-coth.
5619 (math-simplify-sqrt): Add simplifications.
5620
5621 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5622 to list.
5623
5624 * calc/calc-ext.el: Add functions to autoloads.
5625
5626 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5627 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5628 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5629 (math-csc-raw, math-cot-raw): New functions.
5630
5631 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5632
5633 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5634 the variable name in a message.
5635
5636 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5637 calcFunc-csc, calcFunc-cot.
5638
5639 * calc/calcalg2.el: Add derivative and integration rules for
5640 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5641 calcFunc-csch, calcFunc-coth.
5642 (math-do-integral-methods): Add to checks for when to use
5643 substitutions.
5644
5645 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5646
5647 2005-02-15 Lute Kamstra <lute@gnu.org>
5648
5649 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5650 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5651 <monnier@iro.umontreal.ca>
5652 (lisp-outline-level): Improve efficiency. Suggested by David
5653 Kastrup <dak@gnu.org>.
5654
5655 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5656
5657 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5658 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5659 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5660 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5661 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5662
5663 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5664
5665 * cus-start.el (all): Comment change.
5666
5667 2005-02-14 Lute Kamstra <lute@gnu.org>
5668
5669 * cus-start.el (all): Check if symbol is void.
5670
5671 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5672
5673 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5674 optional argument to \cite.
5675
5676 2005-02-14 Richard M. Stallman <rms@gnu.org>
5677
5678 * cus-edit.el (custom-buffer-create-internal): Update help message.
5679 (custom-magic-alist): Update help messages.
5680
5681 * cus-start.el (all): Allow a var to specify a standard value.
5682
5683 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5684
5685 * custom.el (custom-theme-set-variables): Handle variable aliases.
5686
5687 * frame.el (blink-cursor-timer): Doc fix.
5688 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5689 declare obsolete.
5690 (blink-cursor-mode): Define with defcustom and use correct
5691 standard expression in that defcustom.
5692 * startup.el (command-line): Adapt to above changes in frame.el.
5693
5694 2005-02-11 Lute Kamstra <lute@gnu.org>
5695
5696 * apropos.el (apropos-score-doc): Prevent division by zero.
5697
5698 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5699
5700 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5701 (icalendar--get-event-property-attributes)
5702 (icalendar--get-event-properties)
5703 (icalendar--datetime-to-diary-date): New functions.
5704 (icalendar--split-value): Doc fix.
5705 (icalendar--datetime-to-noneuropean-date)
5706 (icalendar--datetime-to-european-date): New optional argument
5707 SEPARATOR. Return result as a string instead of a list.
5708 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5709 (icalendar--convert-string-for-export): Rename arg S to STRING.
5710 (icalendar-export-region): Doc fix. Change name of error buffer.
5711 Save output buffer.
5712 (icalendar-import-file): Add blank at end of prompt.
5713 (icalendar-import-buffer): Doc fix. Do not switch to error
5714 buffer. Indicate status in return value.
5715 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5716 buffer. Save output buffer. Handle exception from recurrence
5717 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5718 events. Fix problems with weekly all-day events.
5719
5720 2005-02-10 Richard M. Stallman <rms@gnu.org>
5721
5722 * simple.el (eval-expression-print-format):
5723 Avoid warning about edebug-active.
5724
5725 * help.el (help-for-help-internal): Rename from help-for-help.
5726 (help-for-help): Define with defalias.
5727
5728 * font-core.el (font-lock-default-function): Use with-no-warnings.
5729
5730 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5731
5732 * custom.el (defface): Doc fix.
5733
5734 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5737 width 0" to prevent word wrapping problems.
5738
5739 2005-02-09 Kim F. Storm <storm@cua.dk>
5740
5741 * ido.el (ido-file-extensions-order): New defcustom.
5742 (ido-file-extension-lessp, ido-file-extension-aux)
5743 (ido-file-extension-order): New advanced file ordering.
5744 (ido-file-lessp): New simple file ordering.
5745 (ido-sort-list): Remove.
5746 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5747 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5748
5749 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5750
5751 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5752 that some versions of grep produce.
5753 (grep-mode-font-lock-keywords): Likewise.
5754
5755 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5756
5757 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5758 (gdb-cdir): Delete.
5759 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5760 (gdb-source-info): Treat case when source file is in another
5761 directory properly.
5762 (gdb-get-location): New function.
5763
5764 2005-02-07 Jay Belanger <belanger@truman.edu>
5765
5766 * calc/calc-prog.el (calc-write-parse-table-part)
5767 (calc-fix-token-name): Fix a check for language type.
5768
5769 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5770
5771 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5772
5773 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5774 as directory not writable.
5775
5776 2005-02-07 Kim F. Storm <storm@cua.dk>
5777
5778 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5779 (cua--standard-movement-commands): Remove list.
5780 Instead, set CUA property value to move for movement commands.
5781 (cua-movement-commands): Remove. Users must set CUA prop instead.
5782 (cua--pre-command-handler): Check CUA property.
5783 (cua--init-keymaps): Don't remap undo commands.
5784 (cua-mode): Don't call cua--rectangle-on-off.
5785
5786 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5787 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5788 (cua--rect-undo-set-point): New var.
5789 (cua--rectangle-undo-boundary): Setup undo apply entry.
5790 (cua--rect-undo-handler): New function for rectangle undo.
5791 (cua--rect-start-position, cua--rect-end-position): Add.
5792 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5793 for restored rectangle. Set point if cua--rect-undo-set-point.
5794
5795 2005-02-06 Jay Belanger <belanger@truman.edu>
5796
5797 * calc/calc-lang.el (calc-tex-language): Display more information
5798 in messages.
5799
5800 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5801 in TeX mode.
5802
5803 2005-02-06 Richard M. Stallman <rms@gnu.org>
5804
5805 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5806
5807 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5808
5809 * net/ldap.el (ldap-search-internal): Support attributes with
5810 optional descriptions separated by a semi-colon, as in
5811 "userCertificate;binary".
5812
5813 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5814
5815 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5816 isn't a cons (i.e. the version is 0).
5817
5818 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5819
5820 * help.el (help-for-help): Doc fix.
5821
5822 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5823
5824 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5825 GDB-Windows on the menu-bar as this works better.
5826
5827 2005-02-04 Jay Belanger <belanger@truman.edu>
5828
5829 * calc/calc-embed.el (calc-embedded-update): Don't put in
5830 unnecessary newlines. Adjust the end of formula marker.
5831
5832 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5833 (math-latex-parse-two-args): New function.
5834
5835 2005-02-03 Lute Kamstra <lute@gnu.org>
5836
5837 * help-fns.el (help-with-tutorial): Make sure that users cannot
5838 remove the entire text of the tutorial by means of `undo'.
5839
5840 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5841
5842 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5843 in recent changes, where the ispell process was repeatedly
5844 killed & restarted.
5845
5846 * international/mule-cmds.el (set-locale-environment): Set file-name
5847 coding system to utf-8 on Darwin systems.
5848 (set-default-coding-systems): Don't set default-file-name-coding-system
5849 on Darwin systems.
5850
5851 2005-02-03 Richard M. Stallman <rms@gnu.org>
5852
5853 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5854
5855 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5856
5857 * faces.el (list-faces-display): Add optional argument.
5858
5859 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 * font-core.el (font-lock-default-function): Handle the rare case where
5862 only font-lock-keywords is set.
5863
5864 2005-02-02 Kenichi Handa <handa@m17n.org>
5865
5866 * international/characters.el: Cancel previous change for
5867 I-WITH-DOT-ABOVE and DOTLESS-i.
5868
5869 * international/latin-5.el: Cancel previous change.
5870
5871 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5872
5873 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5874
5875 2005-02-02 Kenichi Handa <handa@m17n.org>
5876
5877 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5878 DOTLESS-i.
5879
5880 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5881 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5882
5883 * case-table.el (get-upcase-table): New function.
5884 (copy-case-table): Copy upcaes table too if non-nil.
5885 (set-case-syntax-delims): Maintain upcase table too.
5886 (set-case-syntax-pair): Likewise.
5887 (set-upcase-syntax, set-downcase-syntax): New functions.
5888 (set-case-syntax): Maintain upcase table too.
5889
5890 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5891
5892 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5893
5894 * progmodes/gud.el (gud-goto-info): New function.
5895 (gud-tool-bar-map): Use correct icon.
5896
5897 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5898
5899 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5900 When delegating, order args in the funcall correctly.
5901
5902 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5903
5904 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5905
5906 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5907
5908 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5909 buffer not visiting a file.
5910
5911 2005-01-31 Jay Belanger <belanger@truman.edu>
5912
5913 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5914 bound on the line with the formula.
5915
5916 2005-01-31 Kim F. Storm <storm@cua.dk>
5917
5918 * ses.el (ses-create-cell-variable-range)
5919 (ses-destroy-cell-variable-range, ses-reset-header-string)
5920 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5921 (ses-insert-row): Fix format of apply undo entries.
5922
5923 2005-01-31 Jay Belanger <belanger@truman.edu>
5924
5925 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5926 parts.
5927
5928 * calc/calc-embed.el (calc-embedded-open-formula)
5929 (calc-embedded-close-formula): Ignore matrix environments.
5930
5931 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5932 TeX mode.
5933
5934 * calc/calc-lang.el (math-function-table, math-oper-table)
5935 (math-variable-table): Adjust the LaTeX portions.
5936
5937 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5938 (math-latex-ignore-words): New constant.
5939
5940 2005-01-31 Richard M. Stallman <rms@gnu.org>
5941
5942 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5943 (ispell-local-dictionary): Doc fix.
5944 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5945 Don't reinitialize at run time. Don't defcustom.
5946 All uses changed to append ispell-local-dictionary-alist,
5947 or check it first.
5948 (ispell-current-dictionary): New variable for dictionary in use.
5949 (ispell-dictionary): Now used only for global default.
5950 (ispell-start-process): Set ispell-current-dictionary,
5951 not ispell-dictionary.
5952 (ispell-change-dictionary): Use this only for setting
5953 user preferences.
5954 (ispell-internal-change-dictionary): New function
5955 to change the current dictionary in use.
5956 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5957 Use ispell-current-dictionary.
5958 Handle ispell-local-dictionary-overridden.
5959 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5960
5961 2005-01-31 Jay Belanger <belanger@truman.edu>
5962
5963 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5964
5965 * calc/calc-ext.el: Add calc-latex-language to autoloads.
5966 (calc-mode-map): Add calc-latex-language.
5967
5968 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5969 (math-latex-print-frac): New functions.
5970 (math-oper-table, math-function-table, math-variable-table)
5971 (math-complex-format, math-input-filter): Add latex properties.
5972 (calc-set-language): Set math-expr-special-function-mapping.
5973
5974 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5975 (calc-write-parse-table-part): Add LaTeX support.
5976
5977 * calc/calc.el (calc-language): Adjust docstring.
5978 (calc-set-mode-line): Add LaTeX support.
5979 (math-expr-special-function-mapping): New variable.
5980 (math-tex-ignore-words): Add to list.
5981
5982 * calc/calccomp.el (math-compose-expr, math-compose-rows):
5983 Add LaTeX support.
5984 (math-compose-expr): Add support for special functions.
5985
5986 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5987
5988 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
5989
5990 * progmodes/gdb-ui.el (gdb-memory-address)
5991 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5992 (gdb-memory-mode-map, gdb-memory-format-keymap)
5993 (gdb-memory-format-menu, gdb-memory-unit-keymap)
5994 (gdb-memory-unit-menu): New variables for a buffer
5995 that lets the user examine program memory.
5996 (gdb-memory-set-address, gdb-memory-set-repeat-count)
5997 (gdb-memory-format-binary, gdb-memory-format-octal)
5998 (gdb-memory-format-unsigned, gdb-memory-format-signed)
5999 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6000 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6001 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6002 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6003 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6004 (gdb-memory-mode, gdb-memory-buffer-name)
6005 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6006 New functions for above buffer.
6007
6008 2005-01-30 Richard M. Stallman <rms@gnu.org>
6009
6010 * cus-edit.el (custom-bury-buffer): Function deleted.
6011 (custom-buffer-done-function): Option deleted.
6012 (custom-buffer-done-kill): New (replacement option.
6013 (Custom-buffer-done): Call quit-window.
6014 (custom-buffer-create-internal): Update for above changes.
6015
6016 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6017
6018 * simple.el (undo-ask-before-discard): New var.
6019 (undo-outer-limit-truncate): Implement it.
6020 (undo-extra-outer-limit): Doc update.
6021
6022 2005-01-29 Richard M. Stallman <rms@gnu.org>
6023
6024 * ses.el (undo-more): Delete defadvice.
6025 (ses-begin-change): Doc fix.
6026
6027 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6028 instead of rebinding C-x u and C-_.
6029
6030 * files.el (normal-backup-enable-predicate): Return nil for files
6031 in /tmp, regardless of temporary-file-directory.
6032
6033 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6034
6035 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6036 (open-rectangle, delete-whitespace-rectangle-line)
6037 (clear-rectangle-line): If FILL, pass t instead of FILL
6038 for move-to-column's 2nd arg.
6039
6040 * simple.el (undo): Fix the test for continuing a series of undos.
6041 (undo-more): Set pending-undo-list to t when we reach end.
6042 (pending-undo-list): Move up defvar.
6043
6044 * wid-edit.el (widget-button-click):
6045 Shorten the range of the track-mouse binding.
6046
6047 * comint.el (comint-insert-input): Undo previous changes;
6048 use last-input-event in interactive spec.
6049
6050 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6051
6052 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6053 to nil before invoking call-process. Reset buffer's modified flag
6054 after fontifying it in the no-async branch.
6055
6056 * wid-edit.el (widget-specify-button): If mouse pointer shape
6057 cannot be changed, use mouse face instead.
6058
6059 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6060
6061 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6062 (gdb-goto-breakpoint): Make breakpoint handling work on template
6063 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6064 (gdb-assembler-custom): Update to recognise breakpoint information
6065 added on 2005-01-19.
6066
6067 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6070 (dsssl-mode): Use define-derived-mode.
6071 (scheme-mode-initialize): Remove.
6072 (scheme-mode): Use run-mode-hooks.
6073
6074 * cus-edit.el (customize-group-other-window)
6075 (custom-buffer-create-other-window): Don't override special-display-*.
6076 (custom-mode-map): Make it dense.
6077
6078 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6079 sets the default value.
6080
6081 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6082
6083 * descr-text.el: Add more keywords.
6084
6085 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * speedbar.el: Avoid unnecessary use of locate-library.
6088
6089 * international/mule-cmds.el (standard-display-european-internal):
6090 Don't fiddle with latin-1 non-break space any more since it's now
6091 special cased in the C code.
6092 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6093
6094 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6095
6096 * cus-start.el (all): Add `undo-outer-limit'.
6097
6098 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6099
6100 * textmodes/bibtex.el (bibtex-format-entry):
6101 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6102 field lines.
6103 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6104 not on part of a buffer.
6105
6106 2005-01-25 Lute Kamstra <lute@gnu.org>
6107
6108 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6109 nonempty field text strings like "{letters\\macro{}more letters}".
6110 Clarify docstring.
6111 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6112 (bibtex-entry-offset, bibtex-parse-association)
6113 (bibtex-parse-field-name): Fix typos in docstrings.
6114 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6115
6116 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6117
6118 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6119 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6120 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6121 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6122
6123 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6124 isearch minor mode.
6125
6126 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6127
6128 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6129
6130 2005-01-24 Lute Kamstra <lute@gnu.org>
6131
6132 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6133 CASECHARS and NOT-CASECHARS regular expressions of the
6134 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6135 striding over charsets" error.
6136
6137 2005-01-24 Jay Belanger <belanger@truman.edu>
6138
6139 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6140 display variable name.
6141
6142 2005-01-24 Kenichi Handa <handa@m17n.org>
6143
6144 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6145 Fix setting of the element of encoded-kbd-iso2022-invocations.
6146
6147 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6148
6149 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6150 (gdb-threads-select): Change to also accept mouse events.
6151 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6152 (gdb-threads-mouse-select): Delete.
6153
6154 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6155
6156 * files.el (insert-directory): Take care of empty directory,
6157 listed without -a switch.
6158
6159 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * textmodes/refill.el (refill-post-command-function):
6162 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6163 to the list of functions that we should be careful not to undo.
6164 (refill-late-fill-paragraph-function): Remove.
6165 (refill-saved-state): New var.
6166 (refill-mode): Use it to save fill-paragraph-function.
6167 Save also the value of auto-fill-function.
6168
6169 * term/w32-win.el: Simplify code.
6170
6171 2005-01-23 Kim F. Storm <storm@cua.dk>
6172
6173 * simple.el (line-move): Adapt to new return value from
6174 pos-visible-in-window-p.
6175
6176 * simple.el (line-move): Fix last change. Check partial
6177 visibility at point rather than at window-start.
6178
6179 2005-01-22 Jason Rumney <jasonr@gnu.org>
6180
6181 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6182
6183 2005-01-22 David Kastrup <dak@gnu.org>
6184
6185 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6186
6187 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6188
6189 * type-break.el (type-break-mode): Add a test for
6190 type-break-file-name being non-nil.
6191
6192 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6193
6194 * net/eudc.el (top level): Call (message "") via progn, so that
6195 eudc-options-file is loaded.
6196
6197 2005-01-22 Kim F. Storm <storm@cua.dk>
6198
6199 * simple.el (line-move-1): Rename from line-move.
6200 (line-move): New function that adjusts vscroll for partially
6201 visible rows, and calls line-move-1 otherwise.
6202
6203 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6204
6205 * pcomplete.el: define pcomplete-read-event instead of read-event,
6206 since it's not a complete read-event implementation
6207
6208 2005-01-20 Jay Belanger <belanger@truman.edu>
6209
6210 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6211 for called function.
6212
6213 2005-01-20 Steven Tamm <steventamm@mac.com>
6214
6215 * term/mac-win.el (process-connection-type): Remove.
6216 Controlled now by s/darwin.h:PTY_ITERATION.
6217
6218 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * window.el (handle-select-window): Don't switch window when we're
6221 in the minibuffer.
6222
6223 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6224
6225 * subr.el (dotimes-with-progress-reporter): New macro.
6226
6227 * ses.el (ses-dotimes-msg): Remove macro.
6228 Use `dotimes-with-progress-reporter' instead.
6229
6230 2005-01-19 Steven Tamm <steventamm@mac.com>
6231
6232 * term/mac-win.el (process-connection-type): Use new
6233 operating-system-release variable to use ptys on Darwin 7 (OSX
6234 10.3) when using carbon build.
6235
6236 2005-01-19 Jay Belanger <belanger@truman.edu>
6237
6238 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6239 flags if the last command was a tab or M-tab.
6240
6241 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6242 in formula editing buffer.
6243
6244 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6245
6246 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6247 breakpoint image symbol in margin.
6248
6249 2005-01-19 Jay Belanger <belanger@truman.edu>
6250
6251 * calc/calc-prog.el (calc-execute-kbd-macro):
6252 Ignore calc-keep-arg-flag.
6253
6254 2005-01-19 Kenichi Handa <handa@m17n.org>
6255
6256 * textmodes/ispell.el (ispell-looking-at): New function.
6257 (ispell-process-line): Use ispell-looking-at to compare the ispell
6258 output and the buffer contents.
6259
6260 2005-01-18 Jay Belanger <belanger@truman.edu>
6261
6262 * calc/calc.el (calc-display-raw): Fix docstring.
6263
6264 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * simple.el (blink-matching-open): Strip extra info from syntax.
6267
6268 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6269 funny chars in the end-of-here-doc marker.
6270
6271 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6272
6273 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6274 that enable/disabled state of breakpoints is shown correctly in
6275 fringe and on ttys.
6276 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6277 Add breakpoint information as text properties.
6278 (gdb-mouse-toggle-breakpoint):
6279 Rename to gdb-mouse-set-clear-breakpoint.
6280 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6281 breakpoints in the margin.
6282 (gdb-remove-strings): Simplify.
6283
6284 2005-01-17 Jay Belanger <belanger@truman.edu>
6285
6286 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6287 erasing buffer.
6288
6289 2005-01-17 Richard M. Stallman <rms@gnu.org>
6290
6291 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6292 for calling grep-compute-defaults.
6293
6294 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6295 if buffer is empty.
6296
6297 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6298
6299 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6302
6303 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6304 non-preloaded variables.
6305
6306 2005-01-17 Steven Tamm <steventamm@mac.com>
6307
6308 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6309 tex-shell cause to force interactivity when using pipes.
6310
6311 2005-01-17 Kim F. Storm <storm@cua.dk>
6312
6313 * simple.el (just-one-space): Make arg optional.
6314
6315 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6316
6317 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6318 posn-at-x-y to t to access left-margin.
6319
6320 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6321
6322 Sync with Tramp 2.0.47.
6323
6324 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6325 catching keep-date problems in cp/scp operations.
6326 (tramp-handle-copy-file): Don't call `set-file-modes'
6327 unconditionally. Specialized functions should know better what is
6328 necessary. This improves performance a little bit, and the
6329 functions could catch errors with `cp -p' and `scp -p'.
6330 (tramp-do-copy-or-rename-file-via-buffer)
6331 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6332 when appropriate.
6333 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6334 Call `set-file-modes' when appropriate.
6335 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6336 Johnsson <isak@hypergene.com>
6337 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6338 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6339 <joakim@verona.se>
6340 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6341 Emacs only.
6342
6343 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6344 `find-file-hooks' and `dired-mode-hook'.
6345 (tramp-minor-mode-map): Respective map. Add remapping for
6346 `compile' and `recompile'.
6347 (tramp-remap-command, tramp-recompile): New defuns.
6348 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6349 in buffer "*Compilation*". Call the commands asynchronously.
6350
6351 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6352 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6353 `shell-command', because it isn't magic in XEmacs. Reported by
6354 Adrian Aichner <adrian@xemacs.org>.
6355
6356 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6357 `substitute-in-file-name.
6358 (tramp-smb-handle-substitute-in-file-name): New defun.
6359 (tramp-smb-advice-PC-do-completion): Delete advice.
6360
6361 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6362
6363 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6364 Fix error in deleting region.
6365
6366 2005-01-15 Richard M. Stallman <rms@gnu.org>
6367
6368 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6369 In non-temp buffer, switch syntax table temporarily.
6370
6371 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6372
6373 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6374
6375 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6376
6377 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6378 (imenu--generic-function): Use START, not BEG, as pos of definition.
6379
6380 * simple.el (just-one-space): Argument specifies number of spaces.
6381
6382 * simple.el (eval-expression-print-format): Avoid warning
6383 about edebug-active.
6384
6385 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6386
6387 * progmodes/sh-script.el: Code copied from make-mode.el
6388 with small changes,
6389 (sh-mode-map): Bind C-c C-\.
6390 (sh-backslash-column, sh-backslash-align): New variables.
6391 (sh-backslash-region, sh-append-backslash): New functions.
6392
6393 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6394
6395 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6396 (rmail-pop-password, rmail-pop-password-required): Move to
6397 rmail-obsolete group.
6398 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6399 All callers updated.
6400 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6401 Take an argument specifying whether it is POP or IMAP mailbox we
6402 are using. All callers updated.
6403 (rmail-pop-password-error): Rename to
6404 rmail-remote-password-error. Added mailutils-specific error message.
6405 (rmail-movemail-search-path)
6406 (rmail-movemail-variant-in-use): New variables.
6407 (rmail-remote-password, rmail-remote-password-required):
6408 New customization variables.
6409 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6410 (rmail-parse-url): New function.
6411 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6412 with GNU mailutils movemail.
6413
6414 2005-01-15 Kevin Ryde <user42@zip.com.au>
6415
6416 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6417 suffix to space, $ or '$, to correctly position point when going
6418 to @table style constants like DBL_MAX.
6419
6420 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6421
6422 * type-break.el (type-break-mode, type-break-file-time)
6423 (type-break-file-keystroke-count, type-break-choose-file):
6424 Don't store data in or load data from the file if type-break-file-name
6425 is nil.
6426 (type-break-file-name): Doc update as per the above.
6427
6428 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6429
6430 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6431 lookup-key might return nil; handle that.
6432
6433 2005-01-15 Alan Mackenzie <acm@muc.de>
6434
6435 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6436 rather than the element found, thus enabling the tree to be setcar'd.
6437
6438 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6439
6440 * textmodes/org.el (org-show-following-heading): New option.
6441 (org-show-hierarchy-above): Use `org-show-following-heading'.
6442 (org-cycle): Documentation fix.
6443
6444 * textmodes/org.el (orgtbl-optimized): New option
6445 (orgtbl-mode): New command, a minor mode.
6446 (orgtbl-mode-map): New variable.
6447 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6448 (orgtbl-error, orgtbl-self-insert-command)
6449 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6450
6451 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6452 a local variable in each org-mode buffer.
6453
6454 * textmodes/org.el (org-set-regexps-and-options): Rename from
6455 `org-set-regexps'. Added checking for STARTUP keyword.
6456 (org-get-current-options): Add STARTUP options.
6457 (org-table-insert-row): Mode mode intelligent about when
6458 realignment is needed.
6459 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6460 New commands.
6461 (org-enable-table-editor): New default value `optimized'.
6462 (org-table-blank-field): Support blanking regions if active.
6463
6464 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6465
6466 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6467 if the year is not given.
6468
6469 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6470 Add new escapes %m and %M, fixed bug with %F by adding
6471 save-match-data.
6472 (reftex-reference): Remove ?. from list of spaces.
6473 (reftex-label-info): Add automatic label prefix recognition.
6474
6475 * textmodes/reftex-index.el (reftex-index-next-phrase):
6476 Add slave parameter to call of `reftex-index-this-phrase'.
6477 (reftex-index-this-phrase): New optional argument.
6478 (reftex-index-region-phrases): Add slave parameter to call of
6479 `reftex-index-this-phrase'.
6480 (reftex-display-index): New argument redo.
6481 (reftex-index-rescan): Add 'redo to arguments of
6482 `reftex-display-index'.
6483 (reftex-index-Rescan, reftex-index-revert)
6484 (reftex-index-switch-index-tag): Add 'redo to arguments of
6485 `reftex-display-index'.
6486 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6487 indexing. Fix bug with matching is there is a quote before or
6488 after the word.
6489
6490 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6491 Fix bug when collecting citation keys in lines with comments.
6492 (reftex-citation): Prefix argument no longer rescans the document,
6493 but forces prompting for optional arguments of cite macros.
6494 (reftex-do-citation): Prompting for optional arguments implemented.
6495
6496 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6497 Add optional arguments to most cite commands.
6498 (reftex-cite-cleanup-optional-args): New option
6499 (reftex-cite-prompt-optional-args): New option.
6500 (reftex-trust-label-prefix): New option.
6501
6502 * textmodes/reftex-toc.el (reftex-toc-find-section):
6503 Add push-mark before changing the position in the buffer.
6504
6505 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6506 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6507
6508 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6509
6510 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6511 more carefully.
6512
6513 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6514
6515 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6516 (sgml-mode): Use it.
6517 (sgml-get-context): Better keep track of implicitly closed tags.
6518
6519 2005-01-13 Kenichi Handa <handa@m17n.org>
6520
6521 * textmodes/ispell.el: These changes are to fix misalignment error
6522 caused by equivalent characters of different Emacs charsets.
6523 (ispell-unified-chars-table): New variable.
6524 (ispell-get-decoded-string): New function.
6525 (ispell-get-casechars, ispell-get-not-casechars)
6526 (ispell-get-otherchars): Call ispell-get-decoded-string.
6527
6528 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6529
6530 * custom.el (custom-declare-variable): Just put symbol instead
6531 of (defvar . symbol) in `current-load-list'.
6532
6533 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6534
6535 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6536
6537 2005-01-12 Jay Belanger <belanger@truman.edu>
6538
6539 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6540 to create a Calc summary.
6541
6542 2005-01-12 Kim F. Storm <storm@cua.dk>
6543
6544 * mouse.el (mouse-on-link-p): Change functionality and doc
6545 string to comply with latest description in lisp ref.
6546
6547 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6548
6549 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6550 Enable mouse clicks on mode-line, header-line and margin.
6551 (event-type): Give mouse event symbols an 'event-kind property
6552 with value 'mouse-click.
6553
6554 2005-01-12 Juri Linkov <juri@jurta.org>
6555
6556 * facemenu.el (list-colors-display): Add new arg buffer-name.
6557 Use it. Fix docstring. Replace code for identifying duplicate
6558 colors by the name with call to `list-colors-duplicates' which
6559 identifies duplicate colors by the value unless the color
6560 is one of special Windows colors. Set truncate-lines to t.
6561 Print sorted duplicate color names on each line. Indent to 22
6562 \(the longest color name in rgb.txt) instead of 20. Optimize.
6563 (list-colors-duplicates): New function.
6564 (facemenu-color-name-equal): Delete function.
6565
6566 * facemenu.el (list-colors-print): New function created from code
6567 in list-colors-display. Print #RRGGBB at the window right edge.
6568 (list-colors-display): When temp-buffer-show-function is not
6569 defined, call list-colors-print from temp-buffer-show-hook
6570 to get the right value of window-width in list-colors-print
6571 after the buffer is displayed.
6572
6573 * simple.el (pop-mark): Move deactivate-mark out of conditional
6574 part to deactivate the active mark regardless of the state of the
6575 mark ring.
6576
6577 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6578 variables line in desktop files.
6579
6580 2005-01-12 Juri Linkov <juri@jurta.org>
6581
6582 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6583 Bring together isearch highlight related options.
6584 (lazy-highlight): Replace group `replace' by `matching'.
6585 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6586 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6587 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6588 and declare them obsolete.
6589 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6590 (isearch-faces): Remove defgroup.
6591 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6592 Move isearch highlighting code closer to lazy highlighting code.
6593
6594 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6595 (query-replace-highlight, query-replace-lazy-highlight)
6596 (query-replace): Move definitions to the beginning of the file.
6597
6598 2005-01-11 Juri Linkov <juri@jurta.org>
6599
6600 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6601 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6602 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6603
6604 * info.el (Info-history-forward): New variable.
6605 (Info-select-node): Reset Info-history-forward to nil.
6606 (Info-last): Turn into defalias.
6607 (Info-history-back): Rename from Info-last.
6608 Add current node to Info-history-forward.
6609 (Info-history-forward): New fun.
6610 (Info-mode-map): Replace Info-last by Info-history-back.
6611 Bind Info-history-forward to "r".
6612 (Info-mode-menu): Replace Info-last by Info-history-back.
6613 Fix menu item text. Add menu item for Info-history-forward.
6614 (info-tool-bar-map): Replace Info-last by Info-history-back.
6615 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6616 for Info-history-forward.
6617 (Info-mode): Replace Info-last by Info-history-back in docstring.
6618 Add local variable Info-history-forward.
6619 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6620
6621 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6624 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6625 Ignore select-window events rather than fiddle with
6626 mouse-autoselect-window.
6627
6628 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6629
6630 * type-break.el (type-break-mode): Fix previous change.
6631
6632 2005-01-10 Jay Belanger <belanger@truman.edu>
6633
6634 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6635 calculator; only reset when point is inside a calculator.
6636 Don't adjust the window height if the window takes up the whole height
6637 of the frame.
6638
6639 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6640
6641 * ebuff-menu.el (Electric-buffer-menu-mode):
6642 Preserve value of buffer-local var header-line-format.
6643
6644 2005-01-09 Jay Belanger <belanger@truman.edu>
6645
6646 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6647 Make sure settings file exists before accessing it.
6648
6649 * calc/calc-embed.el (calc-embedded-subst):
6650 Replace math-multi-subst-rec, which is only supposed to be called
6651 by math-multi-subst, by math-multi-subst.
6652
6653 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6654
6655 * vc.el (vc-allow-async-revert): New user option.
6656 (vc-disable-async-diff): New internal variable.
6657 (vc-revert-buffer): Use them to disable asynchronous diff.
6658
6659 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6660 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6661 asynchronously if vc-disable-async-diff is t.
6662
6663 2005-01-09 Jay Belanger <belanger@truman.edu>
6664
6665 * calc/calc.el (defcalcmodevar): New macro.
6666 (calc-mode-var-list-restore-default-values)
6667 (calc-mode-var-list-restore-saved-values): New functions.
6668 (calc-mode-var-list): Use defcalcmodevar to define it.
6669 (calc-always-load-extensions, calc-line-numbering)
6670 (calc-line-breaking, calc-display-just, calc-display-origin)
6671 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6672 (calc-group-char, calc-point-char, calc-frac-format)
6673 (calc-prefer-frac, calc-hms-format, calc-date-format)
6674 (calc-float-format, calc-full-float-format, calc-complex-format)
6675 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6676 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6677 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6678 (calc-matrix-brackets, calc-language, calc-language-option)
6679 (calc-left-label, calc-right-label, calc-word-size)
6680 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6681 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6682 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6683 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6684 (calc-window-height, calc-display-trail, calc-show-selections)
6685 (calc-use-selections, calc-assoc-selections)
6686 (calc-display-working-message, calc-auto-why, calc-timing)
6687 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6688 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6689 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6690 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6691 (calc-gnuplot-geometry, calc-graph-default-resolution)
6692 (calc-graph-default-resolution-3d, calc-invocation-macro)
6693 (calc-show-banner): Use defcalcmodevar to declare them and set
6694 their default values.
6695
6696 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6697 instead of default values (but restore default values if there is
6698 an argument of 0).
6699
6700 2005-01-09 David Kastrup <dak@gnu.org>
6701
6702 * desktop.el (desktop-restore-eager): Fix typo in type.
6703
6704 2005-01-08 Richard M. Stallman <rms@gnu.org>
6705
6706 * cus-edit.el (customize): Delete :link.
6707
6708 2005-01-08 Jay Belanger <belanger@truman.edu>
6709
6710 * calc/calc.el (calc-mode): Remove the extension from the
6711 `calc-settings-file' file name when loading it.
6712
6713 2005-01-08 Kim F. Storm <storm@cua.dk>
6714
6715 * info.el (Info-mode-map, Info-next-link-keymap)
6716 (Info-prev-link-keymap, Info-up-link-keymap):
6717 Map follow-link to mouse-face.
6718 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6719
6720 2005-01-08 Jay Belanger <belanger@truman.edu>
6721
6722 * calc/calc.el (calc-settings-file): Change default value.
6723 Suggested by cgw in a comment in calc-mode.el.
6724
6725 * calc/calc-mode.el (calc-settings-file-name):
6726 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6727 Replace ~/.emacs in a prompt by calc-settings-file.
6728
6729 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6730
6731 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6732 (desktop-lazy-idle-delay): New customizable variables.
6733 (desktop-buffer-args-list): New variable.
6734 (desktop-append-buffer-args): New function.
6735 (desktop-save): Call desktop-append-buffer-args for some buffers.
6736 (desktop-lazy-create-buffer): New function.
6737 (desktop-idle-create-buffers): New function.
6738 (desktop-read): Add message about buffers to restore lazily.
6739 (desktop-lazy-abort): New command.
6740 (desktop-clear): Call desktop-lazy-abort.
6741 (desktop-lazy-complete): New command.
6742
6743 2005-01-06 Richard M. Stallman <rms@gnu.org>
6744
6745 * emacs-lisp/find-func.el (find-face-definition):
6746 Rename from find-face.
6747
6748 2005-01-06 Kim F. Storm <storm@cua.dk>
6749
6750 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6751
6752 * man.el (Man-xref-man-page, Man-xref-header-file)
6753 (Man-xref-normal-file): Add follow-link property.
6754
6755 2005-01-06 Jay Belanger <belanger@truman.edu>
6756
6757 * calc/calc-units.el: Make sure the proper macro definitions are
6758 available when compiling.
6759
6760 2005-01-06 Juri Linkov <juri@jurta.org>
6761
6762 * isearch.el (isearch-lazy-highlight-update):
6763 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6764
6765 2005-01-06 Miles Bader <miles@gnu.org>
6766
6767 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6768 (isearch-lazy-highlight-face): Use new name.
6769
6770 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * uniquify.el (uniquify-rationalize-file-buffer-names):
6773 Re-add an interactive spec.
6774 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6775 to the same name.
6776
6777 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6778 (isearch-update, isearch-done): Adjust calls accordingly.
6779
6780 2005-01-05 Richard M. Stallman <rms@gnu.org>
6781
6782 * custom.el (custom-set-variables, custom-theme-set-variables):
6783 Clarify documentation.
6784
6785 * emacs-lisp/find-func.el (find-variable)
6786 (find-variable-other-window, find-variable-other-frame):
6787 Fix the TYPE args to find-function-read and find-function-do-it.
6788 (find-function): Doc fix.
6789 (find-function-at-point): Replace function-at-point alias.
6790
6791 2005-01-04 Richard M. Stallman <rms@gnu.org>
6792
6793 * cus-face.el (custom-declare-face):
6794 Record defface in current-load-list.
6795
6796 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6797
6798 * emacs-lisp/find-func.el: Doc fixes.
6799 (find-face-regexp): New variable.
6800 (find-function-regexp-alist): New variable.
6801 (find-function-C-source): Third arg is now TYPE.
6802 (find-function-search-for-symbol): Handle general TYPE.
6803 (find-function-read, find-function-do-it): Handle general TYPE.
6804 (find-definition-noselect, find-face): New functions.
6805 (function-at-point): Alias deleted.
6806
6807 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * battery.el (display-battery-mode): Rename from display-battery.
6810 Handle the case where it gets turned off.
6811
6812 2005-01-04 Richard M. Stallman <rms@gnu.org>
6813
6814 * cus-edit.el (customize): Make :link point to user doc.
6815
6816 * man.el (Man-fontify-manpage): Turn off undo generation.
6817
6818 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6819
6820 2005-01-04 Andreas Schwab <schwab@suse.de>
6821
6822 * files.el (insert-directory): Only look for error lines in
6823 inserted text. Don't move too far after processing --dired markers.
6824
6825 2005-01-04 Richard M. Stallman <rms@gnu.org>
6826
6827 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6828 Don't expand if the character is @, period, dash, etc.
6829 (define-mail-abbrev): Quote names that contain problem characters.
6830
6831 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6832
6833 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6834
6835 2005-01-03 Richard M. Stallman <rms@gnu.org>
6836
6837 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6838 (query-replace-highlight, query-replace-lazy-highlight)
6839 (query-replace): Definitions moved up. Doc fix.
6840
6841 2005-01-03 Richard M. Stallman <rms@gnu.org>
6842
6843 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6844 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6845 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6846 (lazy-highlight-face): Rename from isearch-lazy-...
6847 Change all references to them.
6848
6849 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6850
6851 * cus-edit.el (custom-file): Doc fix for defcustom.
6852 (custom-file): The function no longer sets the variable
6853 `custom-file' to its return value.
6854
6855 * startup.el (command-line): No longer load `custom-file'.
6856
6857 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6858
6859 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6860
6861 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6862 Don't confuse module-prefixed identifiers for labels.
6863 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6864
6865 2005-01-02 Richard M. Stallman <rms@gnu.org>
6866
6867 * files.el (basic-save-buffer-1): Fix previous change.
6868
6869 * loadhist.el (file-loadhist-lookup): New function.
6870 (file-provides, file-requires): Use it.
6871
6872 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6873 instead of calculating the right size.
6874
6875 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6876
6877 * vc-svn.el (vc-svn-diff): Stay local if possible.
6878
6879 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6882
6883 * files.el (hack-local-variables): Fix last change.
6884
6885 2005-01-02 Jay Belanger <belanger@truman.edu>
6886
6887 * calc/calc-yank.el (calc-edit-top): New variable.
6888 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6889 object. Change header properties.
6890 (calc-edit-finish, calc-edit-finish-stack-object)
6891 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6892 edited object.
6893 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6894 for the beginning of the edited object.
6895 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6896 for the beginning of the edited object.
6897 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6898 (calc-finish-formula-edit, calc-macro-repeats)
6899 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6900 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6901 beginning of the edited object.
6902 (calc-user-define-edit): Change the header for editing macros.
6903 Remove unnecessary variable.
6904
6905 2005-01-01 Jay Belanger <belanger@truman.edu>
6906
6907 * calc/calc-yank.el (calc-edit-mode): Change default header.
6908 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6909 * calc/calc-store.el (calc-edit-variable): Change title to match new
6910 header.
6911 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6912 mode to match new header.
6913 (calc-user-define-edit): Change titles to include names of commands.
6914 (calc-finish-formula-edit): Adjust to handle new header.
6915 (calc-finish-macro-edit): Remove.
6916 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6917 (calc-edit-macro-command, calc-edit-macro-command-type)
6918 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6919 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6920 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6921 (calc-edit-macro-finish-edit): New functions.
6922 (calc-user-define-edit): Use new functions to edit named calc macros.
6923
6924 2005-01-01 Stefan <monnier@iro.umontreal.ca>
6925
6926 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6927
6928 * ses.el (copy-region-as-kill): Deactivate mark.
6929
6930 2005-01-01 Richard M. Stallman <rms@gnu.org>
6931
6932 * replace.el (occur-1): If the output buffer is also an input,
6933 don't kill it, rename it.
6934
6935 * faces.el (set-face-background, set-face-foreground): Doc fix.
6936
6937 * cus-face.el (custom-face-attributes): Fix :help-echo strings
6938 for :foreground and :background.
6939
6940 * dired.el (dired-view-command-alist): Variable deleted.
6941 (dired-view-file, dired-mouse-find-file-other-window):
6942 Delete the code to use it.
6943
6944 2005-01-01 Kim F. Storm <storm@cua.dk>
6945
6946 * image.el (insert-sliced-image): Use t for line-height property.
6947
6948 2004-12-31 Jay Belanger <belanger@truman.edu>
6949
6950 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6951 for "var-" at the beginning of the minibuffer.
6952
6953 2004-12-31 Richard M. Stallman <rms@gnu.org>
6954
6955 * faces.el (read-face-name):
6956 Don't treat an attribute spec as a list of faces.
6957
6958 * simple.el (undo): Use undo-equiv-table to detect
6959 unexpected changes since previous undo.
6960 (undo-list-saved): Variable deleted.
6961 (buffer-disable-undo): Don't alter undo-list-saved.
6962
6963 * files.el (require-final-newline): Allow `visit' and `visit-save'.
6964 (mode-require-final-newline): New option.
6965 (after-find-file): Handle require-final-newline with new values.
6966 (basic-save-buffer): Handle new values of require-final-newline.
6967
6968 * progmodes/sh-script.el (sh-require-final-newline):
6969 Alist value now controls whether to use mode-require-final-newline.
6970 (sh-set-shell): Implement that new meaning.
6971
6972 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6973 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6974 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6975 Delete old-Emacs compatibility code.
6976 (antlr-c-common-init): Function deleted.
6977
6978 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6979 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6980 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6981 * progmodes/python.el (python-mode): Use mode-require-final-newline.
6982 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6983 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6984 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6985 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6986 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6987 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6988 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6989 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6990 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6991 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6992 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6993 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6994
6995 2004-12-31 Jay Belanger <belanger@truman.edu>
6996
6997 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6998 way to return to Calc.
6999
7000 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7001 finish, C-xk as the way to cancel the edit. Add cancel routine to
7002 kill-buffer-hook.
7003
7004 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7005 MacEdit code.
7006
7007 * calc/calc-prog.el: Remove obsolete MacEdit code.
7008 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7009 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7010
7011 2004-12-31 Kenichi Handa <handa@m17n.org>
7012
7013 * international/mule.el (buffer-file-coding-system-explicit):
7014 Rename for explicit-buffer-file-coding-system.
7015 (after-insert-file-set-coding): Adjust for the above change.
7016
7017 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7018 to buffer-file-coding-system-explicit.
7019 (basic-save-buffer-1): Likewise.
7020
7021 2004-12-30 Richard M. Stallman <rms@gnu.org>
7022
7023 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7024 (artist-butlast, artist-last): Functions deleted.
7025 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7026 (artist-compute-key-compl-table): Call remq directly.
7027 (artist-remove-nulls): Function deleted.
7028 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7029 (artist-push, artist-pop): Macro deleted.
7030
7031 2004-12-30 Andreas Leue <al@sphenon.de>
7032
7033 * textmodes/artist.el (artist-version): 1.2.6
7034 (artist-prev-next-op-alist): New variable.
7035 (artist-select-next-op-in-list): New function.
7036 (artist-select-prev-op-in-list): New function.
7037 (artist-make-prev-next-op-alist): New function.
7038 (artist-is-in-op-list-p): New function.
7039 (artist-get-first-non-nil-op): New function.
7040 (artist-get-last-non-nil-op): New function.
7041 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7042 artist-prev-next-op-alist.
7043 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7044 change drawing operation.
7045
7046 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7049
7050 2004-12-31 Masatake YAMATO <jet@gyve.org>
7051
7052 * server.el (server-process-filter): Suppress `error', too.
7053
7054 2004-12-30 Jay Belanger <belanger@truman.edu>
7055
7056 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7057 Change the way a variable is displayed in a message.
7058
7059 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7060 (calc-user-define-permanent, calc-execute-kbd-macro):
7061 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7062
7063 2004-12-30 Kenichi Handa <handa@m17n.org>
7064
7065 * files.el (basic-save-buffer-1):
7066 Set explicit-buffer-file-coding-system to last-coding-system-used.
7067 (revert-buffer): Pay attention to
7068 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7069 on bind coding-system-for-read.
7070
7071 * international/mule.el (explicit-buffer-file-coding-system):
7072 New buffer local variable.
7073 (after-insert-file-set-coding): Set it to coding-system-for-read.
7074
7075 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7076
7077 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7078
7079 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7080
7081 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7082 that include line numbers.
7083
7084 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7085
7086 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7087 Redundant variable PREFIXLEN removed.
7088
7089 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7090
7091 * eshell/em-hist.el (eshell-previous-matching-input):
7092 Start the deletion from the end of the output.
7093
7094 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7095
7096 * term/mac-win.el: Require x-dnd.
7097 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7098
7099 2004-12-29 David Kastrup <dak@gnu.org>
7100
7101 * international/mule.el (decode-coding-inserted-region):
7102 Don't barf if `buffer-undo-list' is already set to `t'.
7103
7104 2004-12-29 Jay Belanger <belanger@truman.edu>
7105
7106 * calc/calc-prog.el (calc-user-define-formula): Put default values
7107 for function names in prompts.
7108 (calc-user-define-permanent, calc-user-define-composition)
7109 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7110 default input for algebraic functions.
7111
7112 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7113
7114 * vc-rcs.el (vc-rcs-annotate-command):
7115 Fix omission bug: Call `vc-setup-buffer'.
7116
7117 2004-12-29 Kenichi Handa <handa@m17n.org>
7118
7119 * international/mule.el (recode-region): New function.
7120
7121 2004-12-28 Richard M. Stallman <rms@gnu.org>
7122
7123 * simple.el (undo-extra-outer-limit): New variable.
7124 (undo-outer-limit-truncate): Test and set it.
7125
7126 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7127 enables the feature to extend the existing region.
7128
7129 * simple.el (mark-word): New arg ALLOW-EXTEND
7130 enables the feature to extend the existing region.
7131
7132 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7133 enables the feature to extend the existing region.
7134
7135 * startup.el (site-run-file): Don't allow setting it with Custom.
7136
7137 * simple.el (buffer-disable-undo): Fix previous change.
7138
7139 2004-12-27 Masatake YAMATO <jet@gyve.org>
7140
7141 * hexl.el (hexlify-buffer): Remove fontification here.
7142 Use font lock mechanism instead.
7143 (hexl-font-lock-keywords): New font lock kewords.
7144 (hexl-mode-old-font-lock-keywords): New variable.
7145 (hexl-mode): Store the old font lock keywords.
7146 (hexl-mode-exit): Restore the old font lock keywords.
7147
7148 2004-12-27 Richard M. Stallman <rms@gnu.org>
7149
7150 * simple.el (undo): Fix previous change.
7151
7152 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7153
7154 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7155 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7156 Call x-open-connection on Mac OS X.
7157
7158 2004-12-27 Richard M. Stallman <rms@gnu.org>
7159
7160 * files.el (buffer-save-without-query): New var (buffer-local).
7161 (save-some-buffers): Save those buffers first, w/o asking.
7162
7163 * files.el (insert-directory-ls-version): New variable.
7164 (insert-directory): When ls returns an error, test the version
7165 number to decide what the return code means.
7166 With --dired output format, detect and distinguish lines
7167 that are really error messages.
7168 (insert-directory-adj-pos): New function.
7169
7170 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7171
7172 * battery.el (battery-mode-line-format): Remove initial spaces.
7173
7174 * uniquify.el (uniquify-rationalize-file-buffer-names):
7175 Delete interactive spec.
7176
7177 * type-break.el (type-break-mode): Set buffer-save-without-query.
7178 Remove code that tried to set save-some-buffers-always.
7179 (type-break-file-keystroke-count): Bind deactivate-mark.
7180
7181 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7182
7183 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7184 Test that the buffer is live, and maybe reject current buffer too.
7185 Clarify.
7186 (next-error-find-buffer): Rewrite for clarity.
7187
7188 * loadup.el: Don't use buffer-disable-undo; do it directly.
7189
7190 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7191 (describe-variable): Call symbol-file with `defvar'.
7192
7193 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7194 (symbol-file): Rewritten to handle new load-history format.
7195 Now takes an arg TYPE to specify looking for a particular
7196 type of definition only.
7197
7198 * emacs-lisp/debug.el (debugger-make-xrefs):
7199 Call symbol-file with `defun'.
7200
7201 * emacs-lisp/find-func.el (find-function-noselect):
7202 Call symbol-file with `defun'.
7203 (find-variable-noselect): Call symbol-file with `defvar'.
7204
7205 * eshell/esh-cmd.el (eshell-find-alias-function):
7206 Call symbol-file with `defun'.
7207
7208 * eshell/esh-test.el (eshell-test-goto-func):
7209 Call symbol-file with `defun'.
7210
7211 * mail/rmail.el (rmail-resend):
7212 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7213
7214 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7215
7216 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7217
7218 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7219 Call buffer-disable-undo.
7220
7221 * simple.el (undo-list-saved): New variable (buffer-local).
7222 (undo): Set and test it.
7223 (buffer-disable-undo): Move here from buffer.c.
7224 Clear out undo-list-saved.
7225
7226 * international/mule.el (decode-coding-inserted-region):
7227 Set buffer-undo-list in a correct and optimal way.
7228
7229 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7230 (cperl-font-lock-unfontify-region-function): No need to save and
7231 restore info, since font-lock.el does it for us.
7232
7233 * ansi-color.el (save-buffer-state): Definition deleted.
7234 (ansi-color-unfontify-region): Don't use save-buffer-state.
7235
7236 2004-12-27 Dave Love <fx@gnu.org>
7237
7238 * wid-edit.el (function): Use restricted-sexp as parent.
7239
7240 2004-12-27 Kevin Ryde <user42@zip.com.au>
7241
7242 * simple.el (next-matching-history-element): Use same
7243 `interactive' form as previous-matching-history-element.
7244
7245 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7246 it can appear unencoded and has been seen from yahoo.
7247
7248 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7249
7250 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7251 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7252
7253 2004-12-27 Kenichi Handa <handa@m17n.org>
7254
7255 * international/utf-8.el (utf-translate-cjk-load-tables):
7256 Bind coding-system-for-read to nil while loading subst-*.
7257
7258 2004-12-26 Jay Belanger <belanger@truman.edu>
7259
7260 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7261 default input.
7262
7263 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7264
7265 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7266 before reverting and disable undo recording while reverting.
7267
7268 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7269
7270 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7271 (hs-make-overlay): New function.
7272 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7273 (hs-flag-region): Delete function.
7274 (hs-hide-comment-region): No longer use `hs-flag-region'.
7275 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7276 (hs-hide-block-at-point): Likewise.
7277 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7278 (hs-hide-all, hs-show-all): Likewise.
7279 (hs-show-block): Likewise.
7280 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7281
7282 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7283
7284 * progmodes/hideshow.el: Require `cl' when compiling.
7285 Remove XEmacs and Emacs 19 compatibility.
7286 Use `dolist' and `add-to-list' for load-time actions.
7287 (hs-discard-overlays): Use `dolist'.
7288 (hs-show-block): Likewise.
7289
7290 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7291
7292 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7293
7294 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7295
7296 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7297 When extending backwards, move outside the current comment first.
7298
7299 2004-12-22 Kenichi Handa <handa@m17n.org>
7300
7301 * international/quail.el (quail-start-translation): Fix prompt
7302 string for the case if input-method-use-echo-area being non-nil.
7303 (quail-start-conversion): Likewise.
7304 (quail-show-guidance): Don't show guidance if
7305 input-method-use-echo-area is non-nil.
7306
7307 2004-12-21 Richard M. Stallman <rms@gnu.org>
7308
7309 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7310
7311 2004-12-21 Markus Rost <rost@ias.edu>
7312
7313 * calendar/diary-lib.el (mark-diary-entries):
7314 Set mark-diary-entries-in-calendar only after checking for diary-file.
7315
7316 2004-12-21 Richard M. Stallman <rms@gnu.org>
7317
7318 * faces.el (escape-glyph): Use blue against light foreground.
7319
7320 * simple.el (undo-outer-limit-truncate): New function.
7321 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7322
7323 2004-12-21 Eli Barzilay <eli@barzilay.org>
7324
7325 * calculator.el (calculator-radix-grouping-mode)
7326 (calculator-radix-grouping-digits)
7327 (calculator-radix-grouping-separator):
7328 New defcustoms for the new radix grouping mode functionality.
7329 (calculator-mode-hook): Now used in electric mode too,
7330 (calculator): Call it.
7331 (calculator-mode-map): Some new keys.
7332 (calculator-message): New function. Some new calls.
7333 (calculator-op, calculator-set-register): Use it.
7334 (calculator-string-to-number): New function, mostly moved and
7335 updated code from calculator-curnum-value.
7336 (calculator-curnum-value): Use it.
7337 (calculator-paste): Use it, and update grabbing the current-kill.
7338 (calculator-rotate-displayer)
7339 (calculator-rotate-displayer-back): Toggle digit grouping when
7340 in radix mode, use calculator-message.
7341 (calculator-displayer-prev, calculator-displayer-next):
7342 Change digit group size when in radix mode.
7343 (calculator-number-to-string): Rename from
7344 calculator-num-to-string. Now deals with digit grouping in
7345 radix mode.
7346 (calculator-update-display, calculator-put-value): Use the new name.
7347 (calculator-fact): Return a floating point number.
7348 (calculator-mode): Doc fix.
7349
7350 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7351
7352 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7353 * calendar/diary-lib.el (view-other-diary-entries):
7354 Use current-prefix-arg in interactive spec.
7355
7356 2004-12-19 Jay Belanger <belanger@truman.edu>
7357
7358 * calc/calc-aent.el (calcAlg-blank-matching-open):
7359 Temporarily adjust the syntax of both delimiters of half-open intervals.
7360
7361 2004-12-19 Kim F. Storm <storm@cua.dk>
7362
7363 * mouse.el (mouse-1-click-follows-link): Doc fix.
7364
7365 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7366
7367 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7368 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7369 instead of centraleuropean as the name
7370
7371 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7372
7373 Sync with Tramp 2.0.46.
7374
7375 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7376 parameters wrt Tramp convention.
7377 (tramp-handle-file-attributes-with-perl)
7378 (tramp-handle-directory-files-and-attributes): Apply it.
7379 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7380 `copy-program'. Reported by Zack Weinberg
7381 <zack@codesourcery.com>.
7382 (top): Set `edebug-form-spec' property directly rather than
7383 calling `def-edebug-spec'.
7384
7385 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7386 advice less fragile. Surround temporary redefinition of
7387 `substitute-in-file-name' with `unwind-protect'. Suggested by
7388 Matt Hodges <MPHodges@member.fsf.org>.
7389
7390 2004-12-17 Juri Linkov <juri@jurta.org>
7391
7392 * replace.el (occur-accumulate-lines, occur-engine):
7393 Make forcing deferred font-lock fontification jit-specific.
7394
7395 2004-12-17 Kim F. Storm <storm@cua.dk>
7396
7397 * mouse.el (mouse-1-click-follows-link): New defcustom.
7398 (mouse-on-link-p): New function.
7399 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7400 functionality. Map a mouse-1 click event into a mouse-2 (or
7401 other) event when position is inside a link.
7402
7403 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7404 prefix in tooltip text with "mouse-1" when this is a link
7405 recognized by mouse-1-click-follows-link functionality.
7406
7407 * help.el (describe-key): Report effective and original binding
7408 for mouse-1 when clicked on a link.
7409 (describe-mode): Add follow-link property to "minor-mode" button.
7410
7411 * help-fns.el (describe-variable): Add follow-link property to
7412 "below" button.
7413
7414 * help-mode.el (help-xref): Add follow-link property.
7415
7416 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7417 (apropos-command, apropos-variable, apropos-face, apropos-group)
7418 (apropos-widget, apropos-plist): Add follow-link property.
7419
7420 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7421 checks if position is in a filename, rather than some other
7422 clickable item. Function looks for cvs-filename-face at position.
7423
7424 * wid-edit.el (widget-specify-field, widget-specify-button):
7425 Map a :follow-link keyword into a follow-link property.
7426 (link): Add :follow-link keyword, map to RET binding.
7427
7428 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7429
7430 * progmodes/compile.el (compilation-minor-mode-map)
7431 (compilation-button-map, compilation-mode-map): Likewise.
7432
7433 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7434
7435 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7436 (zone-replace-char): Take `count' and `del-count'
7437 instead of `direction'. Update callers. When `del-count' is
7438 non-nil, delete that many characters, otherwise `count' characters
7439 backwards. Insert the newly-replaced string `count' times.
7440 (zone-fret): Handle chars w/ width greater than one.
7441 (zone-fall-through-ws): No longer take window width `ww'.
7442 Update callers. Add handling for `char-width' greater than one.
7443 (zone-pgm-drip): Update var holding window-end position every cycle.
7444
7445 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7446
7447 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7448 rather than insert-file.
7449
7450 2004-12-16 Jay Belanger <belanger@truman.edu>
7451
7452 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7453 (math-init-random-base, math-random-digit): Check to see if
7454 var-RandSeed is bound.
7455 (math-random-last): Declare it.
7456 (math-random-digit): Don't make math-random-last local.
7457
7458 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7459
7460 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7461 one-shot thunk for uniform (error, quit, normal) recovery.
7462 Reported by John Paul Wallington.
7463 (zone-pgm-random-life): Fix bug:
7464 Recognize empty initial field by lack of "@" chars.
7465
7466 2004-12-16 Juri Linkov <juri@jurta.org>
7467
7468 * help.el (function-called-at-point):
7469 * help-fns.el (variable-at-point): As a last resort try stripping
7470 non-word prefixes and suffixes.
7471
7472 * descr-text.el (describe-property-list): Don't treat syntax-table
7473 specially. Use describe-text-sexp which inserts [show] button
7474 for large objects and handles printing errors. Sort properties
7475 by names in alphabetical order instead of by value sizes.
7476 Add `mouse-face' to list of properties for `describe-face' widget.
7477 (describe-char): Mask out face-id from 19 bits of character.
7478 Print face-id separately.
7479
7480 * replace.el (occur-accumulate-lines, occur-engine):
7481 Fontify unfontified matching lines in the source buffer
7482 before copying them.
7483 (occur-engine): Don't put mouse-face on context lines.
7484 (occur-next-error): Set point to line beginning/end
7485 before searching for prev/next property to skip multiple
7486 matches on a line (not supported by occur engine).
7487 Remove redundant prefix-numeric-value.
7488
7489 2004-12-15 Juri Linkov <juri@jurta.org>
7490
7491 * replace.el (match): New face.
7492 (list-matching-lines-face): Change default from `bold' to `match'.
7493
7494 * progmodes/grep.el (grep-match-face): New defvar.
7495 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7496 compilation-column-face to highlight grep matches.
7497
7498 * apropos.el (apropos-match-face): Change default from
7499 `secondary-selection' to `match'.
7500
7501 * info-look.el (info-lookup-highlight-face): Change default from
7502 `highlight' to `match'.
7503
7504 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7505
7506 * progmodes/executable.el (executable-interpret): Eliminate
7507 obsolete compile-internal, and switch to comint for interaction.
7508
7509 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7510
7511 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7512 `&&' when skipping multiple statements on a line.
7513
7514 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7515
7516 * play/zone.el (zone): Set `truncate-lines'.
7517 Also, init `tab-width' with value from original buffer.
7518 (zone-shift-up): Rewrite for speed.
7519 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7520 (zone-pgm-jitter): Remove redundant entries from ops vector.
7521 (zone-exploding-remove): Reduce iteration count.
7522 (zone-cpos): Convert to defsubst.
7523 (zone-replace-char): New defsubst.
7524 (zone-park/sit-for): Likewise.
7525 (zone-fret): Take window-start arg.
7526 Update callers. Use `zone-park/sit-for'.
7527 (zone-fill-out-screen): Rewrite.
7528 (zone-fall-through-ws): Likewise. Update callers.
7529 (zone-pgm-drip): Use `zone-replace-char'.
7530 Move var inits before while-loop. Use `zone-park/sit-for'.
7531 (zone-pgm-random-life): Handle empty initial field.
7532 Use `zone-replace-char' and `zone-park/sit-for'.
7533
7534 2004-12-15 Juri Linkov <juri@jurta.org>
7535
7536 * isearch.el (isearch-update): Test isearch-lazy-highlight
7537 before calling isearch-lazy-highlight-new-loop.
7538 (isearch-lazy-highlight-new-loop):
7539 Don't test isearch-lazy-highlight.
7540
7541 * replace.el (perform-replace): Add isearch-case-fold-search.
7542 Use delimited-flag for isearch-regexp.
7543 Reset isearch-lazy-highlight-last-string to force lazy
7544 highlighting when called from isearch mode.
7545 (query-replace-highlight): Revert defcustom type to boolean.
7546 (query-replace-lazy-highlight): New defcustom.
7547 (query-replace): New face.
7548 (perform-replace, replace-highlight, replace-dehighlight):
7549 Test query-replace-lazy-highlight instead of special value
7550 `isearch' of query-replace-highlight.
7551 (replace-dehighlight): Don't call isearch-dehighlight.
7552 (replace-highlight): Don't call isearch-highlight.
7553 Use face `query-replace' unconditionally.
7554
7555 2004-12-14 Kim F. Storm <storm@cua.dk>
7556
7557 * simple.el (inhibit-mark-movement): Remove defvar.
7558 (beginning-of-buffer, end-of-buffer): Don't use it.
7559
7560 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7561 Don't use inhibit-mark-movement.
7562
7563 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7564 (cua--undo-push-mark): Remove.
7565 (cua--pre-command-handler, cua--post-command-handler):
7566 Don't fiddle with inhibit-mark-movement.
7567
7568 2004-12-14 Juri Linkov <juri@jurta.org>
7569
7570 * buff-menu.el (list-buffers-noselect): Collect internal info
7571 for every buffer in BUFFER-LIST arg too.
7572 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7573 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7574 Bind same-window-buffer-names and same-window-regexps to nil.
7575
7576 2004-12-13 Juri Linkov <juri@jurta.org>
7577
7578 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7579
7580 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7581 (sc-cite-region, sc-uncite-region, sc-recite-region):
7582 Fix previous change to handle not alist as a symbol, but
7583 a citation frame as a symbol that represents a variable name.
7584
7585 2004-12-13 Richard M. Stallman <rms@gnu.org>
7586
7587 * filecache.el (file-cache-add-directory-using-find):
7588 Only set up file-cache-find-command-posix-flag if we will use it.
7589
7590 * bindings.el (mode-line-buffer-identification-keymap):
7591 Don't cancel the mode-line's usual down-mouse-1 binding.
7592
7593 * cus-edit.el (custom-face-selected): Handle `default' specs.
7594 (custom-face-edit): Increase extra-offset.
7595 (custom-display): Handle `default' specs.
7596
7597 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7598
7599 * emacs-lisp/elint.el (elint-standard-variables)
7600 (elint-unknown-builtin-args): Move definitions up.
7601
7602 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7603
7604 * info.el (info-xref-visited): Use `default' instead of t.
7605 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7606
7607 * faces.el (header-line, mode-line-inactive, tool-bar):
7608 Use `default' instead of t for setting the defaults.
7609 (face-spec-choose): Separate `t' from `default'.
7610
7611 * subr.el (while-no-input): New macro.
7612
7613 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7614
7615 * filecache.el (file-cache-add-directory-using-find):
7616 Only test file-cache-find-command-posix-flag on some systems.
7617
7618 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7621 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7622 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7623 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7624 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7625
7626 2004-12-12 Juri Linkov <juri@jurta.org>
7627
7628 * files.el (find-file-other-window, find-file-other-frame):
7629 Add the first buffer to the returned value to return the complete
7630 list of all visited buffers.
7631 (find-file-read-only, find-file-read-only-other-window)
7632 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7633 `find-file-read-args'. Signal an error about non-existent file
7634 only if file name doesn't contain wildcards. Toggle read-only in
7635 all visited buffers.
7636 (find-alternate-file, find-alternate-file-other-window):
7637 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7638 called interactively. Pass arg `wildcards' to other functions.
7639 (find-file-noselect): Doc fix.
7640
7641 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7642 Doc fix.
7643 (ffap-directory-finder): New variable.
7644 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7645 (ffap-file-at-point): Add /* to immediately rejected names.
7646 Return absolute file names matching ffap-dired-wildcards.
7647 (ffap-read-file-or-url): Set default value for `completing-read'
7648 to `buffer-file-name'.
7649 (find-file-at-point): When filename matches ffap-dired-wildcards,
7650 call ffap-file-finder with t arg `wildcards', instead of dired.
7651 (ffap-other-window, ffap-other-frame): Return visited buffers.
7652 (ffap-read-only, ffap-read-only-other-window)
7653 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7654 (dired-at-point): Call ffap-directory-finder instead of dired.
7655 (ffap-dired-other-window, ffap-dired-other-frame)
7656 (ffap-list-directory): New commands.
7657 (ffap-bindings): New keybindings for new commands.
7658
7659 2004-12-12 Juri Linkov <juri@jurta.org>
7660
7661 * simple.el (beginning-of-buffer, end-of-buffer):
7662 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7663 Do not push mark when mark is active in transient-mark-mode.
7664
7665 * simple.el (mark-word):
7666 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7667 * textmodes/paragraphs.el (mark-paragraph):
7668 Extend the region when mark is active in transient-mark-mode,
7669 regardless of the last command. Doc fix.
7670
7671 * simple.el (mark-word): Preserve direction when repeating.
7672 Make arg optional. Interactive "p" -> "P".
7673 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7674
7675 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7676 preserving direction, to mark forward instead of backward when mark
7677 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7678
7679 2004-12-12 Juri Linkov <juri@jurta.org>
7680
7681 * isearch.el (isearch-edit-string): Set 7th arg of
7682 `read-from-minibuffer' to `t' to inherit the current input
7683 method (whose name is indicated by [IM] in the minibuffer prompt)
7684 from the current buffer to the minibuffer.
7685 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7686 to allow C-g quitting for lazy highlighting looping inside the
7687 search with nested repetition operators. Add overlay to the list
7688 before setting its face and other properties to avoid the case of
7689 code quitting after placing the new overlay but before it's
7690 recorded on the list. Select the window where isearch was
7691 activated, to highlight matches in the right window when isearch
7692 switches the current window to the minibuffer.
7693
7694 * international/isearch-x.el
7695 (isearch-process-search-multibyte-characters):
7696 Use `isearch-message' as initial input for `read-string' instead
7697 of adding it to the minibuffer prompt. After reading a string
7698 remove the initial value of `isearch-message' from the string.
7699
7700 * replace.el (replace-match-maybe-edit): Doc fix.
7701 (perform-replace): Don't call `replace-highlight' when automatic
7702 replacement is requested in literal mode, since it is intended
7703 only to highlight words during entering a new replacement string
7704 for \? in non-literal mode.
7705
7706 * replace.el (query-replace-highlight): Add new value `isearch'
7707 that allows query replacement to use isearch highlighting.
7708 Change type from `boolean' to `choice'. Doc fix.
7709 (replace-highlight, replace-dehighlight, perform-replace):
7710 Use isearch highlighting if query-replace-highlight eq `isearch'.
7711
7712 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7715 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7716
7717 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7718 case of \end{verbatim}.
7719
7720 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7721
7722 * term.el (term-termcap-format): Synchronyze with terminfo.
7723 (term-emulate-terminal): Handle reset.
7724 (term-reset-terminal): New function.
7725
7726 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7727
7728 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7729 (zone-fill-out-screen): New func.
7730 (zone-pgm-drip): Use `zone-fill-out-screen'.
7731 Also, no longer go to point-min on every cycle.
7732 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7733 (zone-pgm-random-life-wait): New user var.
7734 (zone-pgm-random-life): New func.
7735
7736 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7737
7738 * files.el (auto-mode-alist): Map .com to DCL mode.
7739
7740 2004-12-09 Richard M. Stallman <rms@gnu.org>
7741
7742 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7743
7744 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7745
7746 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7747 buffer with a display margin.
7748
7749 2004-12-08 Jay Belanger <belanger@truman.edu>
7750
7751 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7752 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7753
7754 2004-12-08 Richard M. Stallman <rms@gnu.org>
7755
7756 * faces.el: Delete code to set display table.
7757 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7758
7759 2004-12-08 Jay Belanger <belanger@truman.edu>
7760
7761 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7762
7763 * calc/calc-ext.el (math-read-replacement-list)
7764 (math-read-superscripts, math-read-preprocess-string): Move to
7765 calc-aent.el.
7766
7767 * calc/calc-aent.el (math-read-replacement-list)
7768 (math-read-superscripts, math-read-preprocess-string): Move from
7769 calc-ext.el.
7770
7771 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * isearch.el (isearch-quote-char): Fix up typo in last change.
7774
7775 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7776
7777 * mouse.el (mouse-set-font): Handle the case where the command was
7778 not invoked using the mouse.
7779
7780 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7781 (edmacro-finish-edit): Further update for keyboard macros that are
7782 lambda forms.
7783 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7784
7785 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7788 (font-lock-default-unfontify-region): Don't save buffer state any more.
7789
7790 2004-12-07 Jay Belanger <belanger@truman.edu>
7791
7792 * calc/calc-help.el (calc-describe-key):
7793 Set calc-summary-indentation even when Calc Summary buffer exists.
7794
7795 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7796
7797 * calendar/holidays.el (holiday-easter-etc): Make arguments
7798 optional for backwards compatibility. Doc fix.
7799 Remove un-necessary local vars mandatory, output-list.
7800 (holiday-advent): Make arguments optional for backwards
7801 compatibility. Doc fix.
7802
7803 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7804
7805 * paren.el (show-paren-function): Fix last change (2004-12-02).
7806
7807 * international/mule-util.el (char-displayable-p): Return nil for
7808 unibyte mode.
7809
7810 * subr.el (subregexp-context-p): New function.
7811
7812 * isearch.el (isearch-quote-char): Use it.
7813
7814 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7815 (regexp-opt-not-groupie*-re): Remove.
7816 (regexp-opt): Properly handle inputs with duplicate entries.
7817
7818 2004-12-06 Richard M. Stallman <rms@gnu.org>
7819
7820 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7821
7822 * cus-edit.el (custom-file): Doc fix.
7823
7824 * textmodes/org.el: New file.
7825
7826 2004-12-06 Kenichi Handa <handa@m17n.org>
7827
7828 * ldefs-boot.el: Update international/mule-util.el section.
7829
7830 2004-12-05 Sam Steingold <sds@gnu.org>
7831
7832 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7833 Fix `tramp-time-diff' comparison logic.
7834
7835 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7836
7837 * progmodes/which-func.el (which-function):
7838 Use `run-hook-with-args-until-success' instead of a custom loop.
7839 Fixes bug with local hooks.
7840
7841 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7842
7843 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7844 Use delete-dups when calculating the initial value.
7845 (bibtex-autokey-get-title): Use <=.
7846 (bibtex-goto-line): New function.
7847 (bibtex-reposition-window): Use line numbers instead of point
7848 positions. Use window-body-height.
7849 (bibtex-find-crossref): Use bibtex-reposition-window.
7850 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7851 position of entry if key is found or nil if not found.
7852
7853 2004-12-05 Richard M. Stallman <rms@gnu.org>
7854
7855 * cus-edit.el (custom-file): Doc fix.
7856
7857 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7858
7859 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * simple.el (blink-matching-open):
7862 * textmodes/tex-mode.el (tex-validate-region):
7863 Obey syntax-table text properties.
7864
7865 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7866
7867 * wid-edit.el (widget-specify-field): Add `real-field' property to
7868 boundary.
7869 (widget-field-at): Use it.
7870
7871 2004-12-02 Richard M. Stallman <rms@gnu.org>
7872
7873 * progmodes/cc-mode.el (awk-mode autoload):
7874 Supply t meaning interactive function.
7875
7876 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7877 (isearch-mode-map): No special definition for space.
7878 (isearch-whitespace-chars): Command deleted.
7879 (isearch-forward-regexp): Doc fix.
7880 (isearch-quote-char): When a space is not inside brackets,
7881 use `[ ]' instead of just space.
7882 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7883
7884 * imenu.el (imenu--generic-function): Delete code to exclude
7885 matches in comments.
7886
7887 * man.el (Man-reverse-face): Change default to `highlight'.
7888
7889 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7890 (occur-engine): Use `face' prop rather than `font-lock-face'
7891 when specifying use of `match-face'.
7892 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7893
7894 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7895
7896 * add-log.el (add-log-current-defun): Handle the case where point
7897 is in the header part of a DEFUN construct.
7898
7899 2004-12-02 Dave Love <fx@gnu.org>
7900
7901 * progmodes/python.el (python-font-lock-syntactic-keywords):
7902 Fix previous change.
7903
7904 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7905
7906 * paren.el (show-paren-function): Check for matching chars
7907 specified by text props.
7908
7909 2004-12-02 Jay Belanger <belanger@truman.edu>
7910
7911 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7912 when reading a new key sequence.
7913
7914 2004-12-02 Kim F. Storm <storm@cua.dk>
7915
7916 * faces.el (escape-glyph): Rename from glyph.
7917 (standard-display-table): Set it here. Add escape-glyph face to
7918 extra slot characters.
7919
7920 * disp-table.el: Undo 2004-12-01 change. Display table is now
7921 setup in faces.el.
7922
7923 2004-12-02 Mark A. Hershberger <mah@everybody.org>
7924
7925 * xml.el (xml-parse-dtd): Don't show validity messages when
7926 xml-validating-parser is nil.
7927 (xml-substitute-special): Fix validity error messages to
7928 actually show the unexpandable entity. Added validity error if &
7929 isn't followed by an entity.
7930 (xml-parse-tag): Concatenate any string following the a
7931 <![CDATA[]]> section to the parsed CDATA.
7932 (xml-parse-dtd): Skip parameter entity declarations and use of
7933 parameter entities.
7934
7935 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7936
7937 * kmacro.el (kmacro-default-counter-format): New var.
7938 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
7939 (kmacro-display): Remove `nil' from `and' form. Delete call to
7940 `format' inside `message'.
7941 (kmacro-start-macro): Use `kmacro-default-counter-format'.
7942
7943 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * pcvs.el (cvs-header-msg): New function.
7946 (cvs-update-header): Use it. Change calling convention.
7947 Correctly handle the case of having simultaneous active processes.
7948 (cvs-sentinel): Don't call cvs-update-header any more.
7949 (cvs-mode-run): Update call and add cvs-update-header to postproc.
7950
7951 2004-12-01 Jay Belanger <belanger@truman.edu>
7952
7953 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7954 Change message.
7955
7956 2004-12-01 Juri Linkov <juri@jurta.org>
7957
7958 * progmodes/prolog.el (prolog-mode-variables):
7959 Fix imenu-generic-expression.
7960
7961 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
7962
7963 * faces.el (glyph): New face.
7964
7965 * disp-table.el: Add an autoloaded table, that doesn't require
7966 this library, with glyph face.
7967
7968 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7969 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7970 (conf-quote-normal): Allow normalizing only ' or ".
7971 (conf-mode): Regexp-quote constructed comment-start and don't
7972 match section {} where "name" contains braces.
7973
7974 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7975 files.
7976
7977 2004-12-01 Kenichi Handa <handa@m17n.org>
7978
7979 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7980 (x-select-text): Don't treat eight-bit-control/graphic chars
7981 specially. Store the encoded text in the X cut buffer.
7982 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7983 with x-last-selected-text-cut-encoded.
7984
7985 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7988
7989 2004-11-30 Markus Rost <rost@ias.edu>
7990
7991 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7992 AUCTeX.
7993
7994 2004-11-30 Jay Belanger <belanger@truman.edu>
7995
7996 * calc/calc-arith.el (math-possible-signs): Made stronger checks
7997 on signs of intervals.
7998 (math-pow-of-zero): Strengthen checks for positive and negative
7999 exponents.
8000
8001 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8002 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8003 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8004 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8005 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8006 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8007 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8008 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8009 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8010 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8011 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8012 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8013 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8014 with provide statements.
8015
8016 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8017
8018 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8019
8020 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8021 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8022 functions by require statements.
8023 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8024
8025 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8026 (calc-gnuplot-print): Give them values.
8027
8028 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8029 autoloads.
8030 Add calc-do-embedded-activate to autoloads.
8031 (calc-gnuplot-name, calc-gnuplot-plot-command)
8032 (calc-gnuplot-print-command): Move them to calc-graph.el.
8033
8034 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8035
8036 * term/mac-win.el (ccl-encode-mac-roman-font)
8037 (ccl-encode-mac-cyrillic-font)
8038 (ccl-encode-mac-centraleuropean-font, encoder-list)
8039 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8040 Support Cyrillic, CentralEuropean, and Dingbat font display
8041
8042 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8043
8044 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8045
8046 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8047 still nil.
8048
8049 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8050
8051 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8052 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8053
8054 2004-11-29 Jay Belanger <belanger@truman.edu>
8055
8056 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8057 cases of the base and exponent.
8058
8059 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8060
8061 * simple.el (next-error-buffer-p): Allow for inclusive and
8062 exclusive tests for finding a buffer.
8063 (next-error-find-buffer): Pass the exclusive and inclusive tests
8064 to next-error-buffer-p.
8065
8066 * replace.el (occur-next-error): Switch to the Occur buffer when
8067 appropriate, use the exclusive filter to next-error-find-buffer to
8068 do it. Use the absolute value of the motion amount.
8069
8070 2004-11-29 Kenichi Handa <handa@m17n.org>
8071
8072 * startup.el (command-line): Decode all default-directory by
8073 locale-coding-system.
8074
8075 2004-11-29 Jay Belanger <belanger@truman.edu>
8076
8077 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8078 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8079 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8080 Replace calls to calc-extensions by appropriate require, replace
8081 calc-extensions-loaded by appropriate featurep.
8082
8083 * calc/calc-ext.el: Move require to end of file.
8084 Remove redundant loading of calc.el.
8085 (calc-extensions-loaded): Remove unnecessary variable.
8086 (calc-extensions): Remove unnecessary function.
8087 (calc-load-everything): Replace calc-need-macros by appropriate require.
8088
8089 * calc/calc-macs.el: Move provide to end of file.
8090 (calc-need-macros): Remove unnecessary function.
8091
8092 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8093 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8094 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8095 Replace calc-extensions by appropriate require.
8096 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8097
8098 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8099 Replace calc-need-macros by appropriate require.
8100
8101 * calc/calc.el: Move require to end of file.
8102 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8103 Remove unnecessary variable.
8104 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8105 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8106 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8107 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8108 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8109 (math-format-number, math-format-bignum, math-read-number)
8110 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8111 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8112 by appropriate require.
8113 (calc-check-defines): Replace calc-need-macros by appropriate require.
8114
8115 2004-11-29 Kim F. Storm <storm@cua.dk>
8116
8117 * macros.el (insert-kbd-macro): Handle kmacro functions.
8118
8119 2004-11-28 Juri Linkov <juri@jurta.org>
8120
8121 * compare-w.el (compare-windows-highlight): Attach each overlay
8122 to its window to properly highlight differences while comparing
8123 two windows of the same buffer. Fix arguments.
8124 (compare-windows-sync-default-function): Fix arguments of
8125 `compare-windows-highlight'.
8126
8127 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8128 Use `read-expression-history'. Set initial contents only if
8129 `edebug-global-break-condition' is non-nil. Set histpos to 1
8130 if initial contents is equal to the last history element.
8131 (edebug-set-conditional-breakpoint): Instead of temporarily
8132 prepending the current condition to the history, set initial
8133 contents to the current condition. Set histpos to 1 if initial
8134 contents is equal to the last history element.
8135
8136 * info.el (Info-search-whitespace-regexp): Remove shy group.
8137 (Info-search): Forward line if search is on the header line.
8138 Use search-whitespace-regexp in two other places.
8139
8140 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8141
8142 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8143 warning. Delay real definition, which uses
8144 `set-fringe-indicators-1' till after the definition of that function.
8145
8146 2004-11-28 Kim F. Storm <storm@cua.dk>
8147
8148 * fringe.el (fringe): New defgroup.
8149 (fringe-mode): Move to fringe group.
8150 (fringe-indicators): New defcustom.
8151 (set-fringe-indicators-1): New defun.
8152
8153 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8154 (menu-bar-showhide-fringe-ind-menu): New keymap.
8155 (menu-bar-showhide-fringe-ind-empty)
8156 (menu-bar-showhide-fringe-ind-mixed)
8157 (menu-bar-showhide-fringe-ind-box)
8158 (menu-bar-showhide-fringe-ind-right)
8159 (menu-bar-showhide-fringe-ind-left)
8160 (menu-bar-showhide-fringe-ind-none): New defuns.
8161 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8162
8163 2004-11-27 Richard M. Stallman <rms@gnu.org>
8164
8165 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8166
8167 * generic.el (define-generic-mode): Doc fix.
8168
8169 * menu-bar.el (menu-bar-options-save): For the options
8170 that are toggled with menu-bar-make-mm-toggle, don't check
8171 for customized-value prop.
8172
8173 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8174
8175 * mail/supercite.el (sc-cite-region): Handle the case where
8176 sc-cite-frame-alist is a symbol.
8177 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8178 a symbol.
8179 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8180 a symbol.
8181
8182 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8183
8184 * wid-edit.el (widget-narrow-to-field): New function.
8185 (widget-complete): Use it.
8186
8187 2004-11-27 Jay Belanger <belanger@truman.edu>
8188
8189 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8190 variable.
8191 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8192 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8193 (math-alg-inequalities): Move declaration to earlier in the file.
8194
8195 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8196 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8197 Declare them.
8198
8199 * calc/calc-lang.el (math-expr-data, math-expr-token)
8200 (math-exp-old-pos): Declare them.
8201
8202 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8203 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8204
8205 2004-11-27 Kim F. Storm <storm@cua.dk>
8206
8207 * progmodes/flymake.el: Use (featurep 'xemacs).
8208 (flymake-makehash): Change to defsubst. Use fboundp.
8209 (flymake-time-to-float): Remove.
8210 (flymake-float-time): Merge code from flymake-time-to-float here.
8211 (flymake-replace-regexp-in-string): Change to defsubst.
8212 (flymake-split-string-remove-empty-edges):
8213 Rename to flymake-split-string.
8214 (flymake-split-string): Remove previous defalias.
8215 (flymake-get-temp-dir): Change to defsubst.
8216 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8217 Define for xemacs only.
8218 (flymake-master-file-count-limit): Change into compiler defvar only.
8219 (flymake-find-possible-master-files): Let-bind it dynamically while
8220 sorting files using flymake-master-file-compare.
8221
8222 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8225 of defun-prompt-regexp matches inside a comment/string but the
8226 beginning is correctly outside everything.
8227
8228 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8229 appears within a string or a comment.
8230
8231 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8232 rather than make-symbol for symbols which are used in
8233 a symbol-macrolet or equivalent.
8234
8235 2004-11-26 Jay Belanger <belanger@truman.edu>
8236
8237 * calc-misc.el (calc-last-why-command): Declare it.
8238
8239 * calc-vec.el (math-grade-vec): New variable.
8240 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8241 Replace variable grade-vec by declared variable.
8242 (math-rb-close): New variable.
8243 (math-read-brackets, math-read-vector): Replace variable close by
8244 declared variable.
8245
8246 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8247 (calc-one-window, calc-edit-handler, calc-restore-trail)
8248 (calc-allow-ret): Declare them.
8249
8250 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8251 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8252 (math-radix-float-cache-tag, math-random-cache)
8253 (math-max-digits-cache, math-integral-cache, math-units-table)
8254 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8255 (math-moc-func): New variable.
8256 (math-map-over-constants, math-map-over-constants-rec):
8257 Replace variable func by declared variable.
8258
8259 * calc/calc-store.el (calc-given-value, calc-store-opers):
8260 Declare them.
8261 (calc-var-name-map): Move declaration to earlier in the file.
8262 (calc-pv-pos): New variable.
8263 (calc-permanent-variable, calc-insert-permanent-variable):
8264 Replace variable pos by declared variable.
8265
8266 * calc/calc-mtx.el (calc-det-lu): New variable.
8267 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8268
8269 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8270 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8271 and arg by declared variables.
8272 (calcFunc-reducer): Fix incorrect variable.
8273 (math-inner-mul-func, math-inner-add-func): New variables.
8274 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8275 and add-func by declared variables.
8276
8277 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8278 (calc-digit-value): Declare them.
8279
8280 * calc/calc-help.el (Info-history): Declare it.
8281 (calc-describe-key): Make calc-summary-indentation a local variable.
8282 (calc-help-long-names): Move declaration to earlier in file.
8283
8284 * calc/calc-embed.el (calc-original-buffer): Declare it.
8285 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8286 (calc-embed-bot): New variables.
8287 (calc-do-embedded, calc-embedded-mark-formula)
8288 (calc-embedded-find-bounds, calc-embedded-duplicate)
8289 (calc-embedded-new-formula, calc-embedded-make-info):
8290 Replace vars outer-top, outer-bot, bot and top by declared variables.
8291 (calc-embed-prev-modes): New variable.
8292 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8293 prev-modes with declared variable.
8294 (calc-embed-vars-used): New variable.
8295 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8296 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8297 vars-used by declared variable.
8298
8299 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8300 (math-format-radix-float): Remove unnecessary setq.
8301 (math-radix-float-cache): Declare it.
8302
8303 * calc/calcsel2.el (calc-keep-selection): Declare it.
8304
8305 * calc/calc-maint.el: Remove file.
8306
8307 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8308
8309 * textmodes/bibtex.el (bibtex-sort-entry-class)
8310 (bibtex-comment-start): Use defcustom.
8311 (bibtex-entry-field-alist): Use nil if initial content of the
8312 field is undefined. Fix docstring.
8313 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8314 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8315 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8316 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8317 Fix docstring.
8318 (bibtex-autokey-title-terminators): Use only one regexp.
8319 (bibtex-string-maybe-empty-head): New variable.
8320 (bibtex-remove-delimiters-string): New function.
8321 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8322 Use bibtex-remove-delimiters-string.
8323 (bibtex-progress-message, bibtex-field-left-delimiter)
8324 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8325 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8326 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8327 Simplify.
8328 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8329 Use eq and bibtex-remove-delimiters-string. For end markers use
8330 insertion type so that marker stays after inserted text.
8331 (bibtex-autokey-get-names): Return empty string if name is missing.
8332 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8333 calling bibtex-autokey-name-case-convert.
8334 (bibtex-autokey-demangle-title):
8335 Call bibtex-autokey-titleword-case-convert. Remove call to
8336 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8337 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8338 (bibtex-read-key): New optional arg global.
8339 (bibtex-files-expand): New optional arg force.
8340 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8341 (bibtex-complete-crossref-cleanup): Rename from
8342 bibtex-complete-key-cleanup. Simplify code.
8343 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8344 Operate on current entry.
8345 (bibtex-button): Add docstring.
8346 (bibtex-entry): Simplify.
8347 (bibtex-make-field): Replace optional arg called-by-yank with more
8348 specific args move and interactive.
8349 (bibtex-end-of-entry): Use forward-sexp.
8350 (bibtex-find-entry-globally): Remove.
8351 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8352 Bound to C-c C-x.
8353 (bibtex-find-entry): New optional args global and display.
8354 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8355 (bibtex-validate): Use arg force of bibtex-files-expand.
8356 (bibtex-clean-entry): Bugfix, clean string entries properly.
8357 Always keep point at beginning of entry.
8358 (bibtex-complete): Bugfix. Handle string entries properly.
8359 Call cleanup functions only if needed.
8360 (bibtex-String): Use bibtex-read-string-key.
8361 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8362 case of replacement text.
8363
8364 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8365
8366 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8367 (tramp-perl-directory-files-and-attributes): New constant.
8368 (tramp-file-name-handler-alist): Delete file-directory-files, add
8369 directory-files-and-attributes.
8370 (tramp-perl-file-attributes): Surround uid and gid by double
8371 quotes. Change parameter id-format from nonnumeric.
8372 (tramp-convert-file-attributes): New function.
8373 (tramp-handle-file-attributes): Use it.
8374 (tramp-maybe-send-perl-script): New function.
8375 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8376 file mode. Change parameter id-format from nonnumeric.
8377 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8378 from nonnumeric.
8379 (tramp-post-connection): Don't send tramp-perl-file-attributes
8380 script. Reset connection property "perl-scripts".
8381 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8382 in use.
8383
8384 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8385
8386 * desktop.el (desktop-read): Replace mapcar with mapc.
8387 (desktop-create-buffer): Replace mapcar with mapc.
8388 Remove redundant piece of code.
8389
8390 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8391
8392 * progmodes/gud.el (gud-display-line): Use display-buffer
8393 for GDB-UI as for GUD.
8394
8395 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8396 Delete variables.
8397 (gdb-ann3): Don't make GUD buffer dedicated.
8398 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8399 (gdb-display-source-buffer): Delete function.
8400 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8401 (menu): Delete menu bindings for viewing source/assembler.
8402 (gdb-setup-windows, gdb-restore-windows):
8403 Don't dedicate GUD. No assembler now.
8404 (gdb-reset): No need to undedicate source buffers now.
8405 (gdb-source-info): No assembler now.
8406
8407 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8408
8409 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8410 width to those for special frames.
8411 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8412 Use display-buffer.
8413 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8414 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8415 (gdb-frame-assembler-buffer): Rework like
8416 gdb-frame-breakpoints-buffer.
8417
8418 2004-11-25 Richard M. Stallman <rms@gnu.org>
8419
8420 * progmodes/flymake.el: Reindent.
8421 (flymake-split-string): Turn into defalias.
8422 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8423 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8424 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8425 (flymake-build-relative-filename): Rename from ...path.
8426 Fix error message.
8427
8428 2004-11-25 Cheng Gao <chenggao@gmail.com>
8429
8430 * progmodes/flymake.el: Much whitespace and capitalization change.
8431 Move `provide' to end. Require `compile' only when compiling.
8432
8433 2004-11-24 Jay Belanger <belanger@truman.edu>
8434
8435 * calc/calc-alg.el: Added comment.
8436 (math-polynomial-base): Replace variable mpb-top-expr by
8437 math-poly-base-top-expr.
8438
8439 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8440 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8441 variable.
8442 (math-poly-base-total-base): New variable.
8443 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8444 mpb-total-base by declared variable.
8445 (math-factored-vars, math-to-list): Declare it.
8446 (math-fact-expr): New variable.
8447 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8448 (math-factor-expr-try, math-factor-expr-part): Replace variable
8449 expr by declared variable.
8450 (math-fet-x): New variable.
8451 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8452 by declared variable.
8453 (math-factor-poly-coefs): Make temp a local variable.
8454
8455 * calc/calc-units.el (calc-convert-units): Make units a local
8456 variable.
8457 (calc-num-units, calc-den-units): New variables.
8458 (calc-explain-units, calc-explain-units-rec): Replace variables
8459 num-units and den-units by declared variables.
8460 (math-cu-unit-list): New variable.
8461 (math-build-units-table, math-compare-unit-names)
8462 (math-convert-units, math-convert-units-rec): Replace variable
8463 unit-list by declared variable.
8464 (math-fbu-base, math-fbu-entry): New variables.
8465 (math-find-base-units, math-find-base-units-rec): Replace variables
8466 base and entry by declared variables.
8467 (math-which-standard): New variable.
8468 (math-to-standard-units, math-to-standard-rec): Replace variable
8469 which-standard by declared variable.
8470 (math-fcu-u): New variable.
8471 (math-find-compatible-unit, math-find-compatible-unit-rec):
8472 Replace variable u by declared variable.
8473 (math-cu-new-units, math-cu-pure): New variables.
8474 (math-convert-units, math-convert-units-rec): Replace variables
8475 new-units and pure by declared variables.
8476 (math-try-cancel-units): New variable.
8477 (math-simplify-units-quotient): Replace variable try-cancel-units by
8478 declared variable.
8479
8480 2004-11-24 Richard M. Stallman <rms@gnu.org>
8481
8482 * textmodes/ispell.el (ispell-check-version):
8483 If default-directory is nonexistent, use home dir.
8484
8485 * progmodes/grep.el (grep-regexp-alist):
8486 Don't match parens around line numbers.
8487
8488 * progmodes/cperl-mode.el (cperl-indent-region)
8489 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8490 Don't print progress messages.
8491
8492 * progmodes/compile.el (compilation-mode-map):
8493 Don't inherit from compilation-minor-mode-map;
8494 copy its bindings instead. But the menu bar Compile
8495 entry now does inherit from compilation-menu-map.
8496
8497 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8498 Use with-no-warnings around compiler-macroexpand.
8499
8500 * imenu.el: Don't always require newcomment.
8501 (imenu--generic-function): Call comment-normalize-vars
8502 if we have a comment syntax.
8503 Exit the loop if REGEXP matches the null string.
8504 Test comment-start as well as comment-start-skip
8505 when deciding whether to check for comments.
8506
8507 * tooltip.el (tooltip-mode): Doc fix.
8508
8509 * term.el (term-escape-char, term-mode): Doc fixes.
8510
8511 2004-11-24 Dave Love <fx@gnu.org>
8512
8513 * progmodes/python.el (python-font-lock-syntactic-keywords):
8514 Check for escapes in the regexp.
8515 (python-quote-syntax): Don't do it here.
8516
8517 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8518
8519 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8520 (gdb-frames-mode-map, gdb-threads-mode-map)
8521 (gdb-registers-mode-map, gdb-locals-mode-map)
8522 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8523 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8524
8525 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8526 (dedicated-switch-to-buffer): Rework.
8527 (gdb-var-evaluate-expression-handler, gdb-put-string):
8528 Remove unused variable bindings.
8529 (gdb-setup-windows, gdb-display-buffer):
8530 Simplify. Use pop-to-buffer.
8531 (gdb-view-source-function): Simplify.
8532 (gdb-frame-breakpoints-buffer):
8533 Use pop-to-buffer, special-display-regexps.
8534
8535 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8536
8537 * progmodes/f90.el (f90-smart-end)
8538 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8539 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8540 (f90-end-of-block): Doc fix. Make check of outermost block
8541 conditional on value of `f90-smart-end'.
8542 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8543 Handle case where END-BLOCK is nil.
8544 (f90-match-end): Handle un-named PROGRAM blocks.
8545 (f90-backslash-not-special): New function.
8546
8547 2004-11-24 Jay Belanger <belanger@truman.edu>
8548
8549 * calc/calc.el (calc-embedded-active): Removed unnecessary
8550 declaration.
8551 (calc-show-banner): Removed redundant declaration.
8552
8553 * calc/calc-graph.el (calc-gnuplot-default-device)
8554 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8555 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8556 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8557 Remove redundant initial values.
8558
8559 * calc/calc-arith.el (math-scalar-functions)
8560 (math-nonscalar-functions, math-scalar-if-args-functions)
8561 (math-real-functions, math-positive-functions)
8562 (math-nonnegative-functions, math-real-scalar-functions)
8563 (math-real-if-arg-functions, math-integer-functions)
8564 (math-num-integer-functions, math-rounding-functions)
8565 (math-float-rounding-functions, math-integer-if-args-functions)
8566 (math-super-types): Move declarations to earlier in file.
8567 (math-unit-prefixes): Declared it.
8568 (math-floor-prec, math-trunc-prec): New variables.
8569 (math-trunc-fancy): Replace variable prec by declared variable.
8570 (math-floor-fancy): Replace variable prec by declared variable.
8571 (math-com-bterms): New variable.
8572 (math-commutative-equal, math-commutative-collect):
8573 Replace variable bterms by declared variable.
8574
8575 * calc/calc-misc.el (math-trunc): Replace variable prec by
8576 math-trunc-prec.
8577 (math-floor): Replace variable prec by math-floor-prec.
8578
8579 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8580 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8581 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8582 (math-format-date, math-format-date-part): Replace variables
8583 date, dt, year, month, day, weekday, hour, minute, second and
8584 bc-flag by declared variables.
8585 (math-pd-str): New variable.
8586 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8587 Replace variable str by declared variable.
8588 (math-daylight-savings-hook, math-tzone-names): Move definitions
8589 to earlier in the file.
8590 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8591 (math-sh-year): New variable.
8592 (math-setup-add-holidays, math-setup-holidays)
8593 (math-setup-year-holidays): Replace variable `year' by declared
8594 variable.
8595
8596 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8597 New variables.
8598 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8599 n, nf and nfm1 by declared variables.
8600 (math-nri-n): New variable.
8601 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8602 n by declared variable.
8603 (calcFunc-log): Removed misplaced condition.
8604
8605 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8608
8609 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8612 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8613 Dedicate gdb-related windows.
8614 (gdb-display-buffer): Dedicate gdb-related windows.
8615 Don't grab other frames.
8616 (gdb-reset): Remove dedicated property after debugging.
8617
8618 2004-11-24 Jay Belanger <belanger@truman.edu>
8619
8620 * calc/calc-sel.el: Add comment.
8621
8622 * calc/calc.el (math-stack-value-offset): Replace variables c,
8623 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8624
8625 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8626 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8627 (math-stack-value-offset-fancy): Replace variables c, wid and off
8628 by declared variables.
8629 (math-comp-just, math-comp-comma-spc): New variables.
8630 (math-compose-expr, math-compose-matrix): Replace variables `just'
8631 and comma-spc by declared variable.
8632 (math-comp-vector-prec): New variable.
8633 (math-compose-expr, math-compose-matrix, math-compose-rows):
8634 Replace variable vector-prec by declared variable.
8635 (math-comp-left-bracket, math-comp-right-bracket)
8636 (math-comp-comma): New variables.
8637 (math-compose-expr, math-compose-rows): Replace variables
8638 left-bracket, right-bracket and comma by declared variables.
8639 (math-comp-full-width): New variable.
8640 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8641 Replace variable full-width by declared variable.
8642 (math-comp-highlight, math-comp-word, math-comp-level)
8643 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8644 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8645 New variables.
8646 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8647 (math-comp-sel-flat-term): Replace variables comp-highlight,
8648 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8649 declared variables.
8650 (math-comp-simplify, math-comp-simplify-term)
8651 (math-comp-add-string, math-comp-add-string-sel):
8652 Replace variables comp-highlight, comp-buf, comp-base,
8653 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8654
8655 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8656
8657 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8658
8659 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8660 and x-server-version may throw.
8661
8662 2004-11-23 Kim F. Storm <storm@cua.dk>
8663
8664 * subr.el (substitute-key-definition-key): Optimize.
8665 Don't call indirect-function for nil defn (always signals error).
8666
8667 * ido.el (ido-read-internal): Fix require-match check when
8668 ido-directory-too-big is set.
8669
8670 2004-11-23 Jay Belanger <belanger@truman.edu>
8671
8672 * calc/calc-ext.el (math-read-replacement-list)
8673 (math-read-superscripts): New variables.
8674 (math-read-preprocess-string): New function.
8675 (math-read-expr): Filter input through math-read-preprocess-string.
8676
8677 * calc/calc-aent.el (math-read-exprs): Filter input through
8678 math-read-preprocess-string.
8679
8680 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8681
8682 * progmodes/compile.el (compilation-start): In cd command use
8683 substitute-env-vars -- not quite shell compatible but better than
8684 nothing.
8685 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8686 handle the newer versions messages, which are more parseable.
8687
8688 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * reveal.el (reveal-mode-map): New var.
8691 (reveal-mode): Use it.
8692
8693 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8694
8695 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8696 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8697
8698 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8701 header-line when needed.
8702 Use fixed-pitch only in the header-line.
8703 Build the underline automatically. Use emdash if available.
8704
8705 2004-11-22 Richard M. Stallman <rms@gnu.org>
8706
8707 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8708 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8709
8710 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8711
8712 * progmodes/gdb-ui.el (gdb-resync): New function.
8713 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8714 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8715 Use it to fail more gracefully.
8716 (gdb-variables): Delete variable.
8717 Re-order variables to reduce byte-compiler warnings.
8718
8719 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * descr-text.el (describe-char):
8722 * paren.el (show-paren-function):
8723 * subr.el (syntax-after): Undo last change.
8724
8725 * progmodes/python.el (run-python): Don't hard code *Python*.
8726 Don't modify global process-environment.
8727 (python-send-region, python-load-file): Don't assume that
8728 python-buffer == (process-buffer (python-proc)).
8729 (python-switch-to-python): Simplify.
8730
8731 * dired.el (dired-align-file): Don't assume line starts with spaces.
8732
8733 2004-11-21 Jay Belanger <belanger@truman.edu>
8734
8735 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8736 Replace variable `lines' by math-read-big-lines.
8737 (math-read-big-expr): Replace variables the-baseline, the-h2
8738 and err-msg by math-read-big-baseline, math-read-big-h2 and
8739 math-read-err-msg.
8740 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8741
8742 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8743 (math-read-big-balance): Replace unbound variable by value.
8744 (math-read-big-lines): New variable.
8745 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8746 (math-read-big-error, math-read-big-balance): Replace variable
8747 `lines' by declared variable.
8748 (math-read-big-baseline, math-read-big-h2): New variables.
8749 (math-read-big-rec): Replace variables the-baseline and the-h2
8750 by declared variables.
8751 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8752 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8753 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8754 declared variables.
8755 (math-read-big-err-msg): New variable.
8756 (math-read-big-error): Replace variable err-msg by declared variable.
8757
8758 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8759
8760 * ses.el: Add coding cookie.
8761 Fix up docstrings, follow new commenting conventions.
8762 (ses-header-line-menu): Fix missing variable rename for header-row.
8763 (ses-cell-size): Remove.
8764 (ses-make-cell): New function.
8765 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8766 (ses-calculate-cell): Remove unused var `symbol'.
8767 (ses-narrowed-p): New function.
8768 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8769 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8770 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8771 (ses-setup): Use restore-buffer-modified-p.
8772 (ses-cleanup): Remove unused var `end'.
8773 (ses-header-string-left-offset): Remove.
8774 (ses-create-header-string): Adjust to new behavior of `align-to'.
8775 Truncate excessively large fields to preserve alignment.
8776 (ses-reconstruct-all): Remove unused var `refs'.
8777 (ses-read-cell-printer): Remove unused var `prompt'.
8778 (ses-delete-row): Remove unused var `pos'.
8779 (ses-delete-column): Remove unused var `new'.
8780
8781 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8782
8783 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8784 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8785 Eliminate eval-and-compile usage.
8786 (ps-insert-file): Use insert-file-contents instead of insert-file.
8787 (ps-setup): Code fix.
8788
8789 * printing.el (pr-setup, lpr-setup): Code fix.
8790
8791 2004-11-21 Jay Belanger <belanger@truman.edu>
8792
8793 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8794 (calc-original-buffer): Declare them.
8795 (calc-user-formula-alist): New variable.
8796 (calc-user-define-formula, calc-fix-user-formula)
8797 (calc-user-define-composition, calc-finish-formula-edit):
8798 Replace variable `alist' by declared variable.
8799 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8800 (var-q7, var-q7, var-q8, var-q9): Declare them.
8801 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8802 are bound.
8803 (calcFunc-typeof): Replace undeclared variable by expression.
8804 (math-exp-env): New variable.
8805 (math-define-body, math-define-exp): Replace exp-env by declared var.
8806 (math-define-exp): Replace misplaced variable by expression.
8807
8808 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8809 (calc-curve-model, calc-curve-coefnames): New variables.
8810 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8811 varnames, model and coefnames by declared variables.
8812 (math-root-widen): New variable.
8813 (math-search-root, math-find-root): Replace variable root-widen by
8814 declared variable.
8815 (var-DUMMY): Declare it.
8816 (math-root-vars, math-min-vars): Move the declarations to earlier in
8817 the file.
8818 (math-brent-min): Make d a local variable.
8819 (math-find-minimum): Replace non-existent variable.
8820 (math-ninteg-romberg): Remove unnecessary variable.
8821 (math-ninteg-temp): New variable.
8822 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8823 integ-temp by declared variable.
8824 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8825 New variables.
8826 (math-general-fit): Replace variables first-var, first-coef and
8827 new-coefs by declared variables.
8828 (calcFunc-fitvar): Replace variable first-var by declared variable.
8829 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8830 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8831 (math-all-vars-vars, math-all-vars-found): New variables.
8832 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8833 found by declared variable math-all-vars-vars.
8834
8835 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8836
8837 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8838 of `defconst'.
8839
8840 2004-11-20 Richard M. Stallman <rms@gnu.org>
8841
8842 * isearch.el (isearch-mode-map): Don't bind SPC.
8843 (isearch-whitespace-chars): Function deleted.
8844 (isearch-search): Bind search-spaces-regexp.
8845 (isearch-lazy-highlight-search): Likewise.
8846 (search-whitespace-regexp): Doc fix.
8847 (isearch-forward-regexp): Doc fix.
8848
8849 * emacs-lisp/bytecomp.el (byte-compile-form):
8850 Move the calls to byte-compile-set-symbol-position,
8851 to avoid having two for the same symbol occurrence.
8852
8853 * comint.el (comint-input-ring-size): Increase to 150.
8854
8855 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8856 New variables.
8857 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8858 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8859
8860 * imenu.el (imenu--generic-function):
8861 Ensure we keep moving backward even if BEG isn't further back.
8862
8863 * replace.el (query-replace-read-to, query-replace-read-from):
8864 Specify t for KEEP-ALL in read-from-minibuffer.
8865
8866 * progmodes/python.el (python-switch-to-python):
8867 If Python isn't running, start it.
8868 Don't alter debug-ignored-errors.
8869
8870 * progmodes/cperl-mode.el (cperl-indent-region):
8871 Don't mind imenu-scanning-message.
8872
8873 * bindings.el (global-map): Bind C-e to move-end-of-line.
8874
8875 * simple.el (line-move-finish): New arg FORWARD.
8876 Ignore invisible newlines, not intangible ones.
8877 Conditions for acceptable stopping positions depend on FORWARD.
8878 (line-move): Pass FORWARD arg to line-move-finish.
8879
8880 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8881 of HEADER. Compensate for this change in the code to add display
8882 properties. Don't make the first line intangible.
8883
8884 * info.el (Info-search): Fix previous change.
8885
8886 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8887
8888 * Makefile.in (recompile): Revert 2004-11-19 change.
8889 (compile): Likewise.
8890
8891 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8892
8893 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8894
8895 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8896
8897 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8898 defgroup and defcustom. Eliminate eval-and-compile usage.
8899
8900 * progmodes/ebnf-otz.el: Fix typos.
8901
8902 2004-11-19 Jay Belanger <belanger@truman.edu>
8903
8904 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8905 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8906 disp-trail by declared variable.
8907
8908 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8909 (calc-finish-selection-edit): Replace variable disp-trail by
8910 declared variable.
8911 (calc-selection-cache-entry): Move declaration to earlier in the file.
8912 (calc-selection-cache-num, calc-selection-cache-comp)
8913 (calc-selection-cache-offset, calc-selection-true-num)
8914 (calc-final-point-line, calc-final-point-column)
8915 (calc-original-buffer): Declare them.
8916 (calc-fnp-op, calc-fnp-num): New variables.
8917 (calc-find-nth-part, calc-find-nth-part-rec)
8918 (calc-select-previous): Replace op and num by declared variables.
8919 (calc-rsf-old, calc-rsf-new): New variables.
8920 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8921 Replace variables old and new by declared variables.
8922 (calc-sel-reselect): New variable.
8923 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8924 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8925 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8926 reselect with declared variable.
8927
8928 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8929 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8930 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8931 (math-import-list, math-rewrite-phase): Declare them.
8932 (math-rewrite): Use let* to declare variables.
8933 (calc-rewrite-selection): Make rules a local variable.
8934 (calc-rewr-sel): New variable.
8935 (calc-rewrite-selection, calc-locate-selection-marker)
8936 (calc-rewrite): Use the declared variable calc-rewr-sel instead
8937 of sel.
8938 (math-rewrite-whole-expr): New variable.
8939 (math-rewrite, math-rewrite-phase): Replace variable expr by
8940 declared variable.
8941 (math-rewrite-heads-heads, math-rewrite-heads-skips)
8942 (math-rewrite-heads-blanks ): New variables.
8943 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8944 heads, skips and blanks by declared variables.
8945 (math-rwcomp-subst-old, math-rwcomp-subst-new)
8946 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8947 New variables.
8948 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8949 old, new, old-func and new-func by declared variables.
8950 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8951 Remove unnecessary variable.
8952 (math-apply-rw-regs): New variable.
8953 (math-apply-rewrites, math-rwapply-replace-regs)
8954 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8955 (math-apply-rw-ruleset): New variable.
8956 (math-apply-rewrites, math-rwapply-remember): Replace variable
8957 ruleset by declared variable.
8958
8959 2004-11-19 Richard M. Stallman <rms@gnu.org>
8960
8961 * info.el (Info-search): Use search-whitespace-regexp.
8962
8963 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8964
8965 * vc-rcs.el (vc-rcs-parse): New function.
8966 (vc-rcs-annotate-command): Likewise.
8967 (vc-rcs-annotate-current-time): Likewise.
8968 (vc-rcs-annotate-time): Likewise.
8969 (vc-rcs-annotate-extract-revision-at-line): Likewise.
8970
8971 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8972
8973 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8974
8975 2004-11-18 Jay Belanger <belanger@truman.edu>
8976
8977 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8978
8979 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8980
8981 * printing.el: Eliminate use of interactive-p and eval-and-compile.
8982 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8983 Use make-temp-file to generate PostScript files in any situation.
8984 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8985 (pr-interactive-p): Eliminate var.
8986 (pr-save-interactive): Eliminate macro.
8987 (pr-interface, pr-ps-directory-preview)
8988 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8989 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8990 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8991 (pr-ps-buffer-ps-print, pr-ps-region-preview)
8992 (pr-ps-region-using-ghostscript, pr-ps-region-print)
8993 (pr-ps-region-ps-print, pr-ps-mode-preview)
8994 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8995 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8996 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8997 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8998 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8999 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9000 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9001 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9002 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9003 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9004 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9005 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9006 Eliminate pr-save-interactive usage.
9007 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9008 Eliminate pr-interactive-p usage.
9009 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9010 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9011 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9012 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9013 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9014 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9015 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9016 New funs.
9017 (pr-ps-file): Use make-temp-file to generate a temporary file.
9018
9019 2004-11-17 Jay Belanger <belanger@truman.edu>
9020
9021 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9022 a local variable.
9023 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9024 (math-top-only): New variable.
9025 (math-simplify, math-simplify-step): Replace variable top-only by
9026 declared variable math-top-only.
9027 (math-simplify-expr): Declare it.
9028 Replace argument expr in all calls of math-defsimplify by
9029 math-simplify-expr.
9030 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9031 (math-simplify-divisor, math-simplify-one-divisor)
9032 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9033 (math-simplify-pow): Replace variable expr by declared variable
9034 math-simplify-expr.
9035 (math-simplify-divisor): Remove local variables temp and op.
9036 (math-simplify-one-divisor): Make temp and op local variables.
9037 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9038 New variables.
9039 (math-simplify-divisor, math-simplify-one-divisor):
9040 Replace variables nover and dover by declared variables.
9041 (math-expr-subst-new, math-expr-subst-old): New variables.
9042 (math-expr-subst, math-expr-subst-rec): Replace variables new
9043 and old by declared variables.
9044 (math-is-poly-degree, math-is-poly-loose): New variables.
9045 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9046 and loose by declared variables.
9047 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9048 (math-polynomial-base, math-polynomial-base-rec):
9049 Replace variables const-ok and mpb-pred by declared variables.
9050
9051 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9052
9053 * calc/calc-ext.el (math-defsimplify): Change the argument in
9054 the created function to math-simplify-expr.
9055
9056 * calc/calc-units.el (math-simplify-expr): Declare it.
9057 Replace argument expr in all calls of math-defsimplify by
9058 math-simplify-expr.
9059 (math-simplify-units-prod): Replace variable expr by declared
9060 variable math-simplify-expr.
9061
9062 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9065 Replace mapcar->dolist, format->string.
9066
9067 2004-11-17 Miles Bader <miles@gnu.org>
9068
9069 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9070 * progmodes/idlwave.el: Remove RCS keywords.
9071
9072 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9073
9074 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9075 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9076 Update to IDLWAVE version 5.5. Too many changes to list them here.
9077 * progmodes/idlw-help.el: New file.
9078
9079 2004-11-16 Richard M. Stallman <rms@gnu.org>
9080
9081 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9082 Discard spaces after \i according to TeX rules.
9083
9084 * international/mule.el (set-buffer-file-coding-system):
9085 New arg NOMODIFY.
9086 (after-insert-file-set-coding): Pass that new arg.
9087 Prevent set-buffer-multibyte from trying to lock the file.
9088
9089 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9090
9091 * saveplace.el (save-place): Doc fix.
9092
9093 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9094 temporarily widen before finding the following word to copy.
9095
9096 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9097 (cl-map-keymap): Definition deleted.
9098
9099 * subr.el (map-keymap-internal): New function.
9100
9101 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9104 when pressing rather than when releasing mouse-2. Simplify.
9105
9106 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9109 (compilation-mode): Set it here instead.
9110
9111 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9112
9113 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9114 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9115
9116 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9117
9118 * progmodes/compile.el (compilation-internal-error-properties):
9119 Fix up a transposition-typo. Check end-col before using it.
9120
9121 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9122
9123 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9124 Discard whitespace after macro \i when converting it.
9125
9126 2004-11-16 Juri Linkov <juri@jurta.org>
9127
9128 * emacs-lisp/find-func.el (find-function-regexp):
9129 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9130 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9131 Remove invalid `\W' from [^cgv\W]. Doc fix.
9132 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9133
9134 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9135
9136 * play/life.el: Maintainer is now FSF.
9137 (life-patterns, life-neighbor-deltas, life-window-start)
9138 (life-current-generation, life-generation-string): Use defvar
9139 instead of defconst.
9140
9141 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * progmodes/compile.el (compilation-move-to-column): New fun.
9144 (compilation-internal-error-properties)
9145 (compilation-next-error-function): Use it to make sure we don't go past
9146 the end of line.
9147
9148 2004-11-15 John Paul Wallington <jpw@gnu.org>
9149
9150 * autoinsert.el (auto-insert-alist): Insert the user's name in
9151 copyright notice, rather than Free Software Foundation, for the
9152 Emacs Lisp header case too.
9153
9154 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9155
9156 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9157 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9158 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9159 return the list of string in a string.
9160 (pr-call-process): Message if calling process returns an error, that
9161 is, the exit status is different of zero.
9162
9163 2004-11-15 Jay Belanger <belanger@truman.edu>
9164
9165 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9166 variable var-thing.
9167 (math-integ-depth, math-integ-level, math-integral-limit)
9168 (math-enable-subst, math-any-substs, math-integ-msg)
9169 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9170 (math-int-threshold, math-int-factors, math-double-roots)
9171 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9172 (var-GenCount): Declare these variables.
9173 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9174 (math-integral-cache, math-integral-cache-state):
9175 Move declarations to earlier in the file.
9176 (math-deriv-var, math-deriv-total, math-deriv-symb)
9177 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9178 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9179 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9180 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9181 (math-solve-res): New variables
9182 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9183 (math-integral, math-replace-integral-parts)
9184 (math-integrate-by-parts, calc-dump-integral-cache)
9185 (math-try-integral, math-do-integral, math-do-integral)
9186 (math-do-integral-methods, math-try-solve-for)
9187 (math-try-solve-prod, math-solve-poly-funny-powers)
9188 (math-solve-crunch-poly, math-decompose-poly)
9189 (math-solve-find-root-term, math-find-root-in-prod)
9190 (math-integ-try-linear-substitutions)
9191 (math-integ-try-substitutions, math-expr-rational-in)
9192 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9193 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9194 (math-solve-for, math-solve-system, math-solve-system-rec)
9195 (math-solve-get-sign, math-solve-get-int)
9196 (math-solve-system-subst): Replace undeclared variables with newly
9197 declared variables.
9198
9199 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * winner.el (winner-active-region, winner-edges, winner-window-list):
9202 Define at toplevel.
9203 (winner-mode-map): Move init inside declaration.
9204
9205 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9206
9207 * files.el (convert-standard-filename): Doc fix.
9208
9209 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9210
9211 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9212 passwd, group, shadow, default/* and pam.d/*.
9213
9214 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9215
9216 * printing.el (pr-menu-spec): Adjust menu specification.
9217
9218 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9219
9220 * printing.el: Doc fix. Insert :version tag into all defcustom.
9221 Handle interactive-p as is recommended in Emacs Lisp Reference.
9222 Set the file permission bits for newly created files.
9223 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9224 The printing menu specification (in `pr-menu-spec') was merged.
9225 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9226 (pr-version): New version number (6.8.3).
9227 (pr-file-modes): New option.
9228 (pr-interactive-p): New var.
9229 (pr-save-interactive, pr-save-file-modes): New macros.
9230 (pr-setup): Code fix.
9231 (pr-menu-spec): Menu specification merged.
9232 (pr-call-process, pr-text2ps): Set file permission bits.
9233 (pr-despool-print): Set file permission bits. Handle interactive-p as
9234 is recommended.
9235 (pr-interface, pr-ps-directory-preview)
9236 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9237 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9238 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9239 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9240 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9241 (pr-ps-region-ps-print, pr-ps-mode-preview)
9242 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9243 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9244 (pr-despool-using-ghostscript, pr-despool-ps-print)
9245 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9246 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9247 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9248 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9249 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9250 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9251 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9252 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9253 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9254 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9255 Handle interactive-p as is recommended.
9256
9257 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9260 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9261
9262 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9263 so it doesn't forget to highlight the beginning of the region either.
9264
9265 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9266
9267 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9268 (c-font-lock-init): Eliminate obsolete make-local-hook.
9269 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9270 (awk-mode): Use run-mode-hooks.
9271
9272 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9273
9274 2004-11-13 Kim F. Storm <storm@cua.dk>
9275
9276 * mouse.el (mouse-drag-copy-region): Add :version.
9277 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9278 while dragging mode line, so mode line can be dragged downwards.
9279 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9280 while pressing mouse button so window doesn't scroll until we
9281 release the mouse if clicking on partially visible line.
9282
9283 2004-11-12 Jay Belanger <belanger@truman.edu>
9284
9285 * calc/calc-graph.el (calc-dumb-map): Declare it.
9286 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9287 than unbound.
9288 (calc-graph-name): Made `end' a local variable.
9289 (calc-graph-lookup): Made `varname' a local variable.
9290 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9291 Declare them.
9292 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9293 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9294 the unused variable y3vec.
9295 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9296 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9297 calc-graph-prev-kill-hook.
9298 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9299 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9300 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9301 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9302 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9303 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9304 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9305 (calc-graph-y3value, calc-graph-y3name)
9306 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9307 (calc-graph-stepcount, calc-graph-is-splot)
9308 (calc-graph-surprise-splot, calc-graph-blank)
9309 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9310 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9311 (calc-graph-recompute-2d, calc-graph-compute-3d)
9312 (calc-graph-format-data): Replace undeclared variables with the
9313 above newly declared variables.
9314
9315 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9316
9317 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9318 `rsf-beep' and `rsf-sleep-after-message'.
9319
9320 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9321 list if `message-sender' is non-nil.
9322
9323 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9324
9325 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9326 consing by using mapc instead of mapcar.
9327
9328 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * tooltip.el (require): Explain why CL is needed.
9331
9332 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9333
9334 * printing.el: Insert :version into defgroup (printing). All reference
9335 to Files option in menubar were changed to File.
9336 (pr-version): New version number (6.8.2).
9337 (pr-get-symbol): Call easy-menu-intern.
9338 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9339 compilation gripes.
9340
9341 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9342
9343 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9344 new byte-compile-function-environment binding to t.
9345
9346 * font-lock.el (font-lock-fontify-syntactically-region):
9347 Don't forget to highlight the last char when we hit `end'.
9348
9349 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9350 (mwheel-scroll): Adjust accordingly.
9351
9352 * cvs-status.el: Reduce spurious warnings.
9353 (cvs-status-checkout): Remove.
9354 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9355
9356 * pcvs.el (cvs-mode-checkout): New command.
9357
9358 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9359
9360 * tooltip.el: Require CL.
9361
9362 * emacs-lisp/bytecomp.el: Use push.
9363 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9364 (defalias): Remove the `byte-compile' property and add
9365 a `byte-hunk-handler'.
9366
9367 2004-11-11 Juri Linkov <juri@jurta.org>
9368
9369 * info.el (Info-search): Save match data for isearch.
9370 Skip Tag Table node.
9371
9372 * descr-text.el (describe-char): Replace syntax-after with code
9373 from its previous version.
9374
9375 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9376 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9377
9378 * international/mule.el (sgml-html-meta-auto-coding-function):
9379 Remove > after <html to allow HTML attributes.
9380
9381 2004-11-11 Jay Belanger <belanger@truman.edu>
9382
9383 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9384 a variable.
9385 (calcFunc-dfac): Replace unbound max by n.
9386 (math-stirling-local-cache): New variable.
9387 (math-stirling-number, math-stirling-1, math-stirling-2):
9388 Replace the variable `cache' by the declared variable
9389 math-stirling-local-cache.
9390 (var-RandSeed): Declare it as a variable.
9391 (math-init-random-base, math-random-digit): Don't check to see if
9392 var-RandSeed is bound.
9393 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9394 Declare them instead of just setting them.
9395 (math-init-random-base): Made i a local variable.
9396 (math-random-digit): Made math-random-last a local variable.
9397 (math-prime-test-cache): Move declaration to before it is used.
9398 (math-prime-test-cache-k, math-prime-test-cache-q)
9399 (math-prime-test-cache-nm1, math-prime-factors-finished):
9400 Declare them as variables.
9401
9402 2004-11-11 Jay Belanger <belanger@truman.edu>
9403
9404 * calc/calc-ext.el (math-defcache): Use defvar for the new
9405 variables it creates.
9406
9407 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9408
9409 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9410 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9411 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9412 (desktop-save): Add :version.
9413
9414 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * printing.el (pr-get-symbol): Don't downcase.
9417
9418 2004-11-10 Jay Belanger <belanger@truman.edu>
9419
9420 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9421 string to kill-ring.
9422
9423 * calc/calc-aent.el (calc-alg-exp, math-toks)
9424 (math-exp-pos,math-exp-old-pos, math-exp-token)
9425 (math-exp-keep-spaces, math-exp-str): New variables.
9426 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9427 (calcAlg-enter): Use declared variable calc-alg-exp.
9428 (math-build-parse-table, math-find-user-token): Use declared
9429 variable math-toks.
9430 (math-read-exprs, math-read-token, calc-check-user-syntax)
9431 (calc-match-user-syntax, match-factor-after, math-read-factor):
9432 Use declared variables math-exp-pos math-exp-old-pos.
9433 (math-read-exprs, math-read-token, math-read-expr-level)
9434 (calc-check-user-syntax, calc-match-user-syntax)
9435 (match-factor-after, math-read-factor): Use declared variable
9436 math-exp-token.
9437 (math-read-exprs, math-read-expr-list, math-read-token)
9438 (math-read-factor): Use declared variable math-exp-keep-spaces.
9439 (math-read-exprs, math-read-token): Use declared variable
9440 math-exp-str.
9441 (calc-match-user-syntax): Make m a local variable.
9442
9443 * calc/calc-ext.el (math-read-expr): Use declared variables
9444 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9445 math-exp-keep-spaces.
9446
9447 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9448 variables math-exp-pos, math-exp-str.
9449
9450 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9451 math-exp-old-pos.
9452 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9453 (math-parse-eqn-prime): Use declared variable math-exp-token.
9454
9455 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9456 Use declared variable math-exp-pos.
9457 (math-check-for-commas): Use declared variable math-exp-str.
9458 (math-read-brackets): Use declared variables math-exp-old-pos,
9459 math-exp-keep-spaces.
9460 (math-read-brackets, math-read-vector, math-read-matrix):
9461 Use declared variable math-exp-token.
9462
9463 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9466 where the keymap is a symbol.
9467 (easy-menu-add-item): Use keymap-prompt. Simplify.
9468
9469 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9470
9471 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9472 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9473
9474 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9475
9476 * ebuff-menu.el: Doc fixes throughout.
9477 (electric-buffer-menu-mode-hook): New defvar.
9478
9479 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9480
9481 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9482 The resulting compiler warnings appear to be harmless.
9483
9484 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9485
9486 * textmodes/conf-mode.el: New file.
9487
9488 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9489
9490 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9493
9494 2004-11-09 Jay Belanger <belanger@truman.edu>
9495
9496 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9497
9498 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9499 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9500 (calc-z-prefix-help, calc-user-function-list): Use declared
9501 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9502 (math-map-tree, math-map-tree-rec): Use declared variables
9503 math-mt-many, math-mt-func.
9504 (math-read-expression, math-read-string): Use declared variable
9505 math-expr-data.
9506
9507 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9508 variable math-normalize-a.
9509
9510 * calc/calc.el (math-normalize-a): New variable.
9511 (math-normalize): Use declared variable math-normalize-a.
9512
9513 * calc/calc-poly.el (math-expand-form): Use declared variable
9514 math-mt-many.
9515
9516 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9517 Use declared variable math-mt-many.
9518 (math-rewrite): Use declared variable math-mt-func.
9519
9520 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9521 (math-read-matrix): Use declared variable math-expr-data.
9522
9523 * calc/calc-lang.el (math-parse-fortran-vector)
9524 (math-parse-fortran-vector-end, math-parse-tex-sum)
9525 (math-parse-eqn-matrix, math-parse-eqn-prime)
9526 (math-read-math-subscr): Use declared variable math-expr-data.
9527
9528 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9529 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9530 (calc-match-user-syntax, math-read-if, math-factor-after)
9531 (math-read-factor): Use declared variable math-expr-data.
9532
9533 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9534
9535 * calendar/diary-lib.el (diary-from-outlook)
9536 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9537 interactive-p; but rather new optional argument NOCONFIRM.
9538
9539 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9542 (easy-menu-name-match): Revert correspondingly.
9543
9544 2004-11-09 Richard M. Stallman <rms@gnu.org>
9545
9546 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9547 Turn off warnings for the new function even if definition not constant.
9548 If the definition isn't a quoted symbol, record (FUNCTION . t).
9549 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9550 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9551 (display-call-tree, byte-compile-arglist-warn):
9552 Handle t returned by byte-compile-fdefinition.
9553
9554 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9555
9556 * Makefile.in (maintainer-clean): Depend on distclean.
9557
9558 * help-fns.el (help-C-file-name): File name must be in build-files
9559 to be returned.
9560
9561 2004-11-09 Jay Belanger <belanger@truman.edu>
9562
9563 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9564 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9565
9566 * calc/calc.el (calc, calc-trail-display, calc-mode):
9567 Remove obsolete sections.
9568
9569 * calc/calc.el (calc-x-paste-text): Remove.
9570
9571 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9572 mouse-2.
9573
9574 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9577 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9578 current frame (in case of recursive calls).
9579 (gdb-show-changed-values): Add :version keyword.
9580
9581 2004-11-09 Kenichi Handa <handa@m17n.org>
9582
9583 * international/mule-cmds.el: Change coding: tag back to
9584 iso-2022-7bit.
9585
9586 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * international/mule-cmds.el: Change coding-system to utf-8.
9589 (select-safe-coding-system-interactively):
9590 New function extracted from select-safe-coding-system.
9591 (select-safe-coding-system): Use it.
9592
9593 2004-11-08 Richard M. Stallman <rms@gnu.org>
9594
9595 * subr.el (syntax-after): Doc fix.
9596
9597 * paren.el (show-paren-function): Change calls to syntax-after
9598 for new way of returning the value.
9599
9600 * menu-bar.el (menu-bar-file-menu): Make this the real name
9601 and menu-bar-files-menu the alias. Use the former.
9602 (global-map): Use `file', not `files', as the symbol.
9603
9604 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9605
9606 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9607 Don't use beginning-of-buffer.
9608 (filesets-cmd-show-result): Use with-no-warnings.
9609
9610 2004-11-08 Juri Linkov <juri@jurta.org>
9611
9612 * progmodes/compile.el (compile): Don't overwrite last command in
9613 minibuffer history with default command if they are not equal.
9614
9615 2004-11-08 Jay Belanger <belanger@truman.edu>
9616
9617 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9618 non-linear substitutions.
9619
9620 2004-11-08 Jay Belanger <belanger@truman.edu>
9621
9622 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9623 (math-do-integral): Set `math-linear-subst-tried' to nil.
9624 (math-do-integral-methods): Use `math-linear-subst-tried' to
9625 determine what type of substitution to try.
9626 (math-integ-try-linear-substituion):
9627 Set `math-linear-subst-tried' to t.
9628
9629 2004-11-08 Kim F. Storm <storm@cua.dk>
9630
9631 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9632
9633 2004-11-07 Juri Linkov <juri@jurta.org>
9634
9635 * info-look.el (info-lookup): Allow reusing in the current buffer
9636 not only *info* buffer, but all (even renamed) Info buffers
9637 by checking for major-mode instead of *info* buffer name.
9638 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9639 (octave-mode, maxima-mode) <doc-spec>:
9640 Allow long dashes generated by Texinfo 4.7 before definitions.
9641 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9642 definitions with argument separated by space.
9643
9644 2004-11-06 Richard M. Stallman <rms@gnu.org>
9645
9646 * simple.el (next-error group, face): Move before first use.
9647 (next-error-highlight, next-error-highlight-no-select): Likewise.
9648
9649 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9650 (line-move): New args NOERROR and TO-END.
9651 Return t if if succeed in moving specified number of lines.
9652 (move-end-of-line): New function.
9653
9654 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9655 (end-of-buffer-other-window): Likewise.
9656
9657 * simple.el (line-move-ignore-invisible): Default to t.
9658
9659 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9660
9661 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9662
9663 * international/iso-cvt.el (iso-cvt-define-menu):
9664 Rename menu-bar-files-menu to menu-bar-file-menu.
9665
9666 * net/browse-url.el (browse-url-gnome-moz-program)
9667 (browse-url-gnome-moz-arguments): Move up before first use.
9668
9669 * net/tramp.el (tramp group): Add :version.
9670
9671 * progmodes/ada-xref.el (ada-gdb-application):
9672 Use goto-char instead of beginning-of-buffer.
9673
9674 * progmodes/cperl-mode.el (cperl-info-on-command):
9675 Use goto-char instead of beginning-of-buffer.
9676
9677 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9678 Move up before first use.
9679 (idlwave-shell-temp-pro-file): Likewise.
9680 (idlwave-shell-temp-rinfo-save-file): Likewise.
9681 (idlwave-shell-temp-file): Minor doc fix.
9682
9683 * textmodes/flyspell.el (flyspell-external-point-words):
9684 Use goto-char instead of beginning-of-buffer.
9685
9686 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9687
9688 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9689 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9690 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9691
9692 2004-11-06 David Ponce <david@dponce.com>
9693
9694 * recentf.el (recentf-menu-path): Use menu item name.
9695
9696 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9697
9698 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9699 display doesn't support images.
9700
9701 2004-11-06 Andreas Schwab <schwab@suse.de>
9702
9703 * tempo.el (tempo-match-finder): Doc fix.
9704
9705 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9706
9707 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9710 (easy-menu-lookup-name): New fun to replace it.
9711 (easy-menu-get-map): Use it to obey menu item names (rather than just
9712 keys) when looking up `path'.
9713 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9714 (easy-menu-convert-item-1): Adjust to new name.
9715
9716 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9717
9718 * outline.el (hide-body): Don't hide lines at the top of the file
9719 that precede the first header line.
9720
9721 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9722
9723 * align.el (align-areas): Delete whitespace before reindenting, so
9724 that tabs are never placed after spaces.
9725
9726 2004-11-06 Alan Shutko <ats@acm.org>
9727
9728 * macros.el (insert-kbd-macro): Do completions based on macros,
9729 rather than all commands.
9730
9731 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9732
9733 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9734 to solve a bug whereby tags with 'b' don't match.
9735
9736 2004-11-05 Juri Linkov <juri@jurta.org>
9737
9738 * info.el (Info-search): Don't search in node header lines
9739 and file headers.
9740
9741 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9742 symbol-constituent characters after dot, not only digits.
9743
9744 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9745
9746 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9747
9748 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9749
9750 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9751 if a dialog will be used, read-file-name otherwise.
9752
9753 2004-11-04 Richard M. Stallman <rms@gnu.org>
9754
9755 * textmodes/table.el (table group): Add :version.
9756
9757 * textmodes/ispell.el (ispell-word):
9758 Don't alter args; set them only thru `interactive' spec.
9759
9760 * textmodes/flyspell.el (flyspell-word):
9761 Don't alter FOLLOWING; set it only thru `interactive' spec.
9762
9763 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9764
9765 * net/browse-url.el (browse-url-maybe-new-window):
9766 Use called-interactively-p.
9767
9768 * mail/supercite.el (sc-cite-region):
9769 Don't use interactive-p. Add arg INTERACTIVE.
9770 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9771
9772 * international/mule-cmds.el (set-input-method, toggle-input-method):
9773 Don't use interactive-p. Add arg INTERACTIVE.
9774
9775 * eshell/esh-mode.el (eshell-show-maximum-output):
9776 Don't use interactive-p.
9777 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9778
9779 * mouse.el (mouse-show-mark): Get positions to delete from mark
9780 and point, not from mouse-drag-overlay.
9781
9782 * imenu.el (imenu-eager-completion-buffer): Add :version.
9783
9784 * filesets.el (filesets group): Add :version.
9785
9786 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9787
9788 * files.el (xml-based-modes): Delete var.
9789 (magic-mode-alist): New more general var.
9790 (set-auto-mode): Use it.
9791
9792 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9793 when clicking from another window.
9794
9795 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9796
9797 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9798 (vc-cvs-annotate-time): Incorporate value of deleted var.
9799 Remove special-case handling of beginning-of-buffer cruft.
9800 Cache ending position (point) and return value in text property
9801 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9802
9803 * vc-cvs.el (vc-cvs-annotate-command):
9804 Delete extraneous lines from beginning of buffer.
9805 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9806
9807 * progmodes/grep.el (grep-default-command): Take empty string
9808 for tag if all other methods yield nil. Shell-quote the tag.
9809
9810 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9811 spec in `interactive' form, and mention it in the docstring.
9812 Also, make sure point is at bol after calling `annotate-time'.
9813
9814 2004-11-02 Richard M. Stallman <rms@gnu.org>
9815
9816 * cus-edit.el (customize-group-other-window):
9817 Select the window that displays the custom buffer.
9818 (custom-buffer-create-other-window): Likewise.
9819
9820 * comint.el (comint-insert-input): Fix previous change.
9821
9822 * emacs-lisp/elp.el (elp-instrument-function):
9823 Use called-interactively-p.
9824
9825 * emacs-lisp/easymenu.el (easy-menu-intern):
9826 Don't downcase; rather, case-flip the first letter of each word.
9827
9828 * emacs-lisp/easy-mmode.el (define-minor-mode):
9829 Use called-interactively-p.
9830
9831 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9832 Add interactive-only.
9833 (byte-compile-warnings): Add interactive-only as option.
9834 (byte-compile-interactive-only-functions): New variable.
9835 (byte-compile-form): Warn about calls to functions
9836 in byte-compile-interactive-only-functions.
9837
9838 * emacs-lisp/autoload.el (update-file-autoloads):
9839 Don't use interactive-p; take new arg SAVE-AFTER.
9840
9841 * emacs-lisp/advice.el (ad-make-advised-definition):
9842 Use called-interactively-p.
9843
9844 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9845
9846 * files.el (find-file-existing): New function.
9847
9848 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9849 find-file-existing. Add "New File..." that calls find-file.
9850
9851 * diropen.pbm, diropen.xpm: New files.
9852
9853 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9854 icon diropen. New tool bar item find-file-existing uses icon open.
9855
9856 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9857 instead of read-file-name.
9858
9859 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9860
9861 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9862 (icalendar--split-value): Change name of work buffer.
9863 (icalendar--get-weekday-abbrev): Return nil on error.
9864 (icalendar--date-to-isodate): New function.
9865 (icalendar-convert-diary-to-ical)
9866 (icalendar-extract-ical-from-buffer): Use only two args for
9867 make-obsolete (XEmacs compatibility).
9868 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9869 (icalendar-export-region): Doc fix.
9870 If error, return non-nil and write errors to a buffer.
9871 Use correct weekday for weekly recurring events.
9872 Check whether date has been parsed for ordinary events.
9873 Make weekly events start in the year 2000.
9874 DTEND is non-inclusive, shift end date by one day if
9875 necessary (not for entries that have date and time).
9876 Rename local let variables: oops -> found-error, datestring ->
9877 startdatestring.
9878
9879 2004-11-02 Kim F. Storm <storm@cua.dk>
9880
9881 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9882 keep-mode-if-same variable. Add it as optional arg instead.
9883 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9884
9885 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9886 substitute-command-keys will select lower-case bindings like those
9887 used in the static help texts.
9888
9889 * descr-text.el (describe-text-properties): Don't err if called in
9890 the *Help* buffer; output to *Help-2* buffer instead.
9891
9892 * kmacro.el (group kmacro): Add :version.
9893 (kmacro-keyboard-quit): New function to cleanup on C-g.
9894 (kmacro-start-macro): Set defining-kbd-macro to append when
9895 appending to last macro.
9896
9897 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9898
9899 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9900
9901 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9902 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9903 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9904 Add :version keyword.
9905
9906 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9907
9908 * progmodes/flymake.el (flymake-err-line-patterns):
9909 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9910 `compilation-error-regexp-alist-alist' to internal Flymake format.
9911
9912 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9913
9914 2004-11-01 Jay Belanger <belanger@truman.edu>
9915
9916 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9917 with `interactive "s"'.
9918
9919 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9920
9921 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9922 Revert change from 2004-10-16. '*' checks the current buffer, but the
9923 mouse click may be in another buffer.
9924
9925 2004-11-01 John Paul Wallington <jpw@gnu.org>
9926
9927 * files.el (large-file-warning-threshold): Add :version keyword.
9928 (kill-some-buffers): Doc fix.
9929
9930 * thumbs.el (group thumbs): Add :version keyword.
9931
9932 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9933
9934 2004-11-01 Richard M. Stallman <rms@gnu.org>
9935
9936 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9937
9938 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9939
9940 * allout.el (allout group): Add :version.
9941 (allout-init): Don't use interactive-p.
9942 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9943 (allout-forward-current-level, allout-backward-current-level):
9944 Don't use interactive-p.
9945
9946 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9947 (bibtex-find-text): Likewise.
9948
9949 * progmodes/vhdl-mode.el (vhdl-fill-region)
9950 (vhdl-beginning-of-statement): Don't use interactive-p.
9951
9952 * progmodes/idlwave.el (idlwave-update-routine-info):
9953 Don't use interactive-p.
9954
9955 * progmodes/idlw-shell.el (idlwave-shell-send-char):
9956 Don't use interactive-p.
9957
9958 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9959 Don't use interactive-p.
9960
9961 * progmodes/ada-xref.el (ada-make-body-gnatstub):
9962 Don't use interactive-p.
9963
9964 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9965 (fortune-in-buffer): Doc fix.
9966
9967 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9968
9969 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9970 don't select the temporary buffer.
9971 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9972 (eudc-get-phone): Likewise.
9973
9974 2004-11-01 Kim F. Storm <storm@cua.dk>
9975
9976 * man.el (Man-xref-normal-file): Fix help-echo.
9977
9978 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * reveal.el (reveal-last-tick): New var.
9981 (reveal-post-command): Use it to avoid closing overlays when we're
9982 appending text to them.
9983
9984 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9985
9986 * textmodes/bibtex.el: Require button.
9987 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9988 (bibtex-reference-keys): Distinguish between header keys and
9989 crossref keys.
9990 (bibtex-beginning-of-field): New function.
9991 (bibtex-url-map): Remove.
9992 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9993 (bibtex-font-lock-url-regexp): Assume that field names begin at
9994 the beginning of a line.
9995 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
9996 Remove field delimiters. Use bibtex-beginning-of-field.
9997 Bugfix, point can be inside a field with a url.
9998 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9999 New functions.
10000 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10001 (bibtex-key-in-head): Simplify.
10002 (bibtex-current-line): Use bolp.
10003 (bibtex-parse-keys): Remove unused arg `add'.
10004 Use bibtex-type-in-head and bibtex-key-in-head.
10005 (bibtex-parse-entry, bibtex-autofill-entry):
10006 Use bibtex-type-in-head and bibtex-key-in-head.
10007 (bibtex-autokey-get-field): Do not alter case of replacement text.
10008 (bibtex-autokey-get-names): Do all processing of name list.
10009 (bibtex-autokey-get-year): New function.
10010 (bibtex-autokey-get-title): Do all processing of title words.
10011 (bibtex-generate-autokey): Simplify.
10012 (bibtex-string-files-init): Use default-directory.
10013 Allow for absolute file names in bibtex-string-files.
10014 (bibtex-files, bibtex-file-path): New variables.
10015 (bibtex-files-expand): New function.
10016 (bibtex-find-entry-globally): New command.
10017 (bibtex-summary-function): New variable.
10018 (bibtex-summary): Default value of bibtex-summary-function.
10019 (bibtex-find-crossref): New optional args pnt and split.
10020 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10021 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10022 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10023 Fix handling of required and alternative fields.
10024 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10025 Use cons and display-buffer.
10026 (bibtex-validate-globally): New command.
10027 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10028 bibtex-parse-keys and bibtex-parse-strings for updating
10029 bibtex-reference-keys and bibtex-strings.
10030 (bibtex-realign): Remove blank lines past the last entry.
10031 (bibtex-reformat): Use bibtex-entry-format as default.
10032 (bibtex-choose-completion-string): Remove.
10033 (bibtex-complete): Do not use bibtex-choose-completion-string.
10034 (bibtex-url): Simplify.
10035
10036 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10037
10038 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10039 (x-dnd-types-alist, x-dnd-open-file-other-window)
10040 (x-dnd-known-types): Add :version.
10041
10042 2004-10-31 John Paul Wallington <jpw@gnu.org>
10043
10044 * ibuffer.el (group ibuffer): Add :version keyword.
10045
10046 2004-10-31 Kim F. Storm <storm@cua.dk>
10047
10048 * ido.el (group ido): Add :version keyword.
10049 (ido-mode): Remove :version keyword.
10050
10051 * emulation/cua-base.el (group cua): Add :version keyword.
10052 (cua-mode): Remove :version keyword.
10053
10054 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10055
10056 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10057
10058 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10059 compiler warning.
10060 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10061 function.
10062 (help-at-pt-display-when-idle): Remove autoload.
10063
10064 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10067
10068 2004-10-30 Juri Linkov <juri@jurta.org>
10069
10070 * help.el (function-called-at-point):
10071 * help-fns.el (variable-at-point): Read -> intern.
10072
10073 2004-10-30 Simon Josefsson <jas@extundo.com>
10074
10075 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10076 Recognize AS_* too.
10077
10078 2004-10-29 Simon Josefsson <jas@extundo.com>
10079
10080 * subr.el (read-passwd): Move back from password.el.
10081
10082 * password.el: Remove, not ready yet.
10083
10084 2004-10-29 Andreas Schwab <schwab@suse.de>
10085
10086 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10087
10088 2004-10-29 Sam Steingold <sds@gnu.org>
10089
10090 * mouse.el (mouse-show-mark): Replace the last occurrence of
10091 x-lost-selection-hooks with x-lost-selection-functions.
10092
10093 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10096 x-lost-selection-functions is bound.
10097
10098 * mouse-sel.el (mouse-sel-mode):
10099 * emacs-lisp/lselect.el: Adjust to new names for
10100 x-(lost|sent)-selection-functions.
10101
10102 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10103 New obsolete aliases of x-lost-selection-functions and
10104 x-sent-selection-functions.
10105
10106 2004-10-28 Kim F. Storm <storm@cua.dk>
10107
10108 * imenu.el (imenu-scanning-message): Remove.
10109 (imenu-progress-message): Make it a no-op.
10110
10111 2004-10-28 John Paul Wallington <jpw@gnu.org>
10112
10113 * files.el (set-auto-mode): Call `throw' correctly.
10114
10115 2004-10-28 Juri Linkov <juri@jurta.org>
10116
10117 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10118 to search `Info-...' commands in `info' manual.
10119 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10120 Add 'info-file "emacs" property.
10121 (Info-find-emacs-command-nodes): Fix index line number regexp.
10122 Set real line number (instead of fake 0) in first element of the
10123 returned list.
10124 (Info-goto-emacs-command-node): Use line number of first element
10125 to set point in the first found Info node.
10126
10127 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10128 code to `grep-mode-font-lock-keywords'.
10129 (grep-mode-font-lock-keywords): Delete grep markers instead
10130 of making them invisible.
10131
10132 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10133
10134 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10135 and x-server-version in bug report.
10136
10137 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10138
10139 * files.el (set-auto-mode-0): New function.
10140 (set-auto-mode): Use it to handle aliased modes and to
10141 be consistent between C-x C-f and C-x C-w.
10142
10143 2004-10-28 Kenichi Handa <handa@m17n.org>
10144
10145 * international/utf-8.el (utf-translate-cjk-charsets):
10146 Add katakana-jisx0201.
10147
10148 * international/subst-jis.el: Add data for JISX0201.
10149
10150 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10151
10152 * obsolete/hilit19.el (hilit-mode): New function.
10153 Move all the toplevel side-effecting stuff into it, so that loading
10154 hilit19 doesn't mess everything up any more.
10155
10156 2004-10-27 Richard M. Stallman <rms@gnu.org>
10157
10158 * add-log.el (add-change-log-entry): Set up mailing address
10159 and full name later, and don't alter add-log-mailing-address
10160 or add-log-full-name.
10161
10162 * elide-head.el (elide-head): Change error to message.
10163 (elide-head-show): Likewise.
10164
10165 * apropos.el (apropos-macrop): Doc fix.
10166
10167 * mouse.el (mouse-show-mark): Do most processing the same
10168 regardless of transient-mark-mode.
10169
10170 * shadowfile.el (shadow-copy-files): Use interactive-p
10171 only to control whether to print a message.
10172
10173 * tar-mode.el (tar-mode): Use write-contents-functions,
10174 not write-contents-hooks.
10175
10176 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10177 directory-sep-char.
10178
10179 2004-10-27 Richard M. Stallman <rms@gnu.org>
10180
10181 * strokes.el (strokes-unload-hook): Fix previous change.
10182
10183 * type-break.el (type-break-run-at-time): Always use run-at-time;
10184 forget the alternatives.
10185 (type-break-cancel-function-timers): Always use cancel-function-timers;
10186 forget the alternatives.
10187
10188 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10189
10190 2004-10-27 Kenichi Handa <handa@m17n.org>
10191
10192 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10193
10194 * international/subst-gb2312.el: Likewise.
10195
10196 * international/subst-big5.el: Likewise.
10197
10198 * international/subst-ksc.el: Likewise.
10199
10200 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10201 New variable.
10202 (utf-translate-cjk-set-unicode-range): New function.
10203 (utf-translate-cjk-unicode-range): Make it customizable.
10204 (utf-8-post-read-conversion):
10205 Use utf-translate-cjk-unicode-range-string.
10206 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10207 Unicode ranges.
10208
10209 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10210
10211 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10212 trivial variants to shorten the list.
10213 (xml-based-modes): New var.
10214 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10215 declaration higher priority than auto-mode-alist.
10216
10217 * find-file.el (cc-other-file-alist): Bring it in line with
10218 cc-mode's auto-mode-alist entries and use \' instead of $.
10219
10220 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10221 and add "Id" and "Name" submenus to it.
10222
10223 * imenu.el (imenu--generic-function): Skip matches in comments.
10224
10225 2004-10-26 Jay Belanger <belanger@truman.edu>
10226
10227 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10228 (full-calc-keypad, calc-trail-display): Use an extra argument
10229 instead of `interactive-p'.
10230
10231 * calc/calc-misc.el (calc-other-window): Use an extra argument
10232 instead of `interactive-p'.
10233
10234 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10235 `interactive-p'.
10236
10237 2004-10-26 Kim F. Storm <storm@cua.dk>
10238
10239 * help.el (describe-key): Describe both down-event and up-event
10240 for a mouse click.
10241
10242 2004-10-26 Richard M. Stallman <rms@gnu.org>
10243
10244 * woman.el (woman): Don't call interactive-p.
10245
10246 * pcomplete.el (pcomplete): Instead of interactive-p,
10247 use an arg set non-nil by the interactive spec.
10248
10249 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10250 use an arg set non-nil by the interactive spec.
10251
10252 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10253 use an arg set non-nil by the interactive spec.
10254
10255 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10256
10257 * progmodes/flymake.el (flymake-split-string):
10258 Use `flymake-split-string-remove-empty-edges' in any case.
10259
10260 2004-10-26 Masatake YAMATO <jet@gyve.org>
10261
10262 * progmodes/flymake.el (flymake-err-line-patterns):
10263 Use `compilation-error-regexp-alist-alist' instead of
10264 `compilation-error-regexp-alist'.
10265
10266 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10269 verbatim face on the \ of \end{verbatim}.
10270
10271 2004-10-25 Jay Belanger <belanger@truman.edu>
10272
10273 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10274 erasing minibuffer.
10275
10276 2004-10-25 Simon Josefsson <jas@extundo.com>
10277
10278 * subr.el (read-passwd): Move to net/password.el.
10279
10280 * net/password.el (read-passwd): Add. Autoload it.
10281
10282 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10283
10284 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10285
10286 * simple.el (process-file): Fix logic.
10287
10288 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10289
10290 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10291 (increase-right-margin): Remove erroneous call to `interactive-p'.
10292
10293 2004-10-24 Kim F. Storm <storm@cua.dk>
10294
10295 * help.el (describe-mode): Fix 2004-10-13 change.
10296 Copy pure "Auto Fill" string so it can be propertized later
10297 without causing a read-only error.
10298
10299 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10300
10301 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10302 style indexes.
10303
10304 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10305
10306 * simple.el (process-file): Accept nil for INFILE. Reported by
10307 Luc Teirlinck.
10308
10309 2004-10-24 Masatake YAMATO <jet@gyve.org>
10310
10311 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10312 Handle periods and underscores in a function name.
10313 Remove the address fontification.
10314
10315 2004-10-24 Masatake YAMATO <jet@gyve.org>
10316
10317 * progmodes/asm-mode.el (asm-font-lock-keywords):
10318 Use font-lock-variable-name-face for registers.
10319
10320 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10321
10322 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10323 kill-all-local-variables.
10324 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10325 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10326 Use kill-all-local-variables and provide mode-hooks.
10327 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10328 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10329 Suggested by Masatake YAMATO <jet@gyve.org>.
10330
10331 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10332
10333 * simple.el (process-file): New function, similar to call-process
10334 but supports file handlers.
10335 * vc.el (vc-do-command): Use it, instead of call-process.
10336 * net/tramp-vc.el (vc-do-command): Do not advise it if
10337 process-file is fboundp.
10338 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10339 process-file.
10340 (tramp-handle-process-file): New function.
10341 (tramp-file-name-for-operation): Support process-file.
10342
10343 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10344
10345 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10346 (icalendar-weekdayabbrev-table)
10347 (icalendar-monthnumber-table): Delete.
10348 (icalendar--get-month-number): Use calendar-month-name-array.
10349 (icalendar--get-weekday-number): New function.
10350 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10351 (icalendar-export-region): Handle multi-line entries.
10352 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10353
10354 2004-10-23 John Paul Wallington <jpw@gnu.org>
10355
10356 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10357 `wildcards' set to t in interactive spec.
10358
10359 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10360 interactive spec rather than use `interactive-p'.
10361 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10362 rather than use function `interactive-p'.
10363
10364 2004-10-22 Kenichi Handa <handa@m17n.org>
10365
10366 * international/mule.el (translate-region): Implement it in Lisp
10367 as a front end of translate-region-internal.
10368
10369 2004-10-21 Jay Belanger <belanger@truman.edu>
10370
10371 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10372 Declare these variables with defvar.
10373
10374 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10375 is bound, only check to see if it is bound.
10376
10377 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10380 Don't output messages.
10381
10382 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10383
10384 2004-10-21 John Paul Wallington <jpw@gnu.org>
10385
10386 * calc/calc-graph.el (calc-graph-init):
10387 Use `set-process-query-on-exit-flag'.
10388
10389 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10390
10391 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10392 dir right and also allow argumentless cd.
10393
10394 2004-10-19 Richard M. Stallman <rms@gnu.org>
10395
10396 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10397
10398 * eshell/em-unix.el (eshell-grep):
10399 Don't bind compilation-process-setup-function.
10400
10401 * comint.el (comint-insert-input): Use @ in `interactive'.
10402 (comint-input-filter-functions): Doc fix.
10403 (comint-kill-whole-line, comint-get-source): Doc fix.
10404
10405 * progmodes/compile.el (compilation-setup):
10406 Don't set buffer-read-only if MINOR is non-nil.
10407
10408 2004-10-19 Jay Belanger <belanger@truman.edu>
10409
10410 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10411 (calc-emacs-type-gnu19): Remove.
10412 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10413 Remove check for old emacs versions.
10414
10415 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10416 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10417 for current Emacs.
10418
10419 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10420 the end of the minibuffer.
10421 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10422 copy `esc-map'.
10423
10424 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10425
10426 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10427 call that would be given when the current emacs was used.
10428
10429 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10430
10431 * calendar/icalendar.el: Set coding to utf-8.
10432 (icalendar-version): Increase to 0.07.
10433 (icalendar-monthnumber-table): Change March pattern.
10434 (icalendar-get-all-event-properties)
10435 (icalendar-set-event-property): Delete.
10436 (icalendar-all-events): No longer interactive.
10437 (icalendar-convert-diary-to-ical)
10438 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10439 their replacements.
10440 (icalendar-export-file, icalendar-export-region): New functions;
10441 essentially old `icalendar-convert-diary-to-ical' but appending to
10442 target rather than overwriting.
10443 (icalendar-import-file): Append to target file rather than
10444 overwriting. Fourth arg deleted.
10445 (icalendar-import-buffer): New name for old
10446 `icalendar-extract-ical-from-buffer'.
10447 (icalendar--convert-string-for-import): New name for
10448 old `icalendar-convert-for-import'.
10449 (include-icalendar-files): Delete.
10450 Prefix for all internal functions changed from `icalendar-'
10451 to `icalendar--'.
10452
10453 2004-10-19 Richard M. Stallman <rms@gnu.org>
10454
10455 * paths.el (news-path): Fix previous change.
10456
10457 2004-10-18 Jay Belanger <belanger@truman.edu>
10458
10459 * calc/calc-help.el (calc-describe-bindings):
10460 Set `buffer-read-only' to nil while working in the keybindings buffer;
10461 remove some extra information from the keybindings buffer.
10462
10463 2004-10-18 David Ponce <david@dponce.com>
10464
10465 * mouse.el (mouse-drag-move-window-top): New function.
10466 (mouse-drag-mode-line-1): Use it.
10467
10468 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10469
10470 * info.el (Info-fontify-node): For multiline refs,
10471 arrange to unfontify newline and surrounding whitespace.
10472
10473 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10476 directory is missing.
10477
10478 2004-10-17 John Paul Wallington <jpw@gnu.org>
10479
10480 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10481 New customizable variable; whether to display buffers that match
10482 `ibuffer-maybe-show-predicates' by default.
10483 (ibuffer-maybe-show-predicates): Mention it in docstring.
10484 (ibuffer-display-maybe-show-predicates): New variable.
10485 (ibuffer-update): Prefix arg now toggles whether buffers that
10486 match `ibuffer-maybe-show-predicates' should be displayed.
10487 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10488 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10489 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10490
10491 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10492
10493 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10494 work correctly.
10495
10496 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10497
10498 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10499 (Buffer-menu-beginning): New helper function.
10500 (Buffer-menu-execute): Use it.
10501 (Buffer-menu-select): Use it.
10502 (Buffer-menu-sort): Use it and also keep markers.
10503
10504 2004-10-17 Richard M. Stallman <rms@gnu.org>
10505
10506 * paths.el (news-directory): Rename from news-path. Old name alias.
10507 (rmail-spool-directory): Use defvar.
10508 (sendmail-program): Use defcustom.
10509 (remote-shell-program): Use defcustom.
10510 (term-file-prefix): Use defvar.
10511 (abbrev-file-name): Use defvar.
10512
10513 * term.el: Add maintainer.
10514
10515 * subr.el (with-local-quit): Return nil if there's a quit.
10516 (read-passwd): Use with-local-quit. Doc fix.
10517
10518 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10519 (strokes-unload-hook): Set as a variable with add-hook.
10520
10521 * startup.el (fancy-splash-tail, normal-splash-screen):
10522 Update copyright year.
10523
10524 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10525
10526 * server.el (server-unload-hook): Set as a variable with add-hook.
10527
10528 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10529
10530 * frame.el (special-display-popup-frame):
10531 Make the buffer current as its frame is created.
10532
10533 * delsel.el (delsel-unload-hook): Set as a variable.
10534
10535 * comint.el (comint-output-filter-functions):
10536 Add comint-watch-for-password-prompt.
10537 (comint-read-noecho): Function deleted.
10538 (send-invisible): Use read-passwd.
10539
10540 * fringe.el (fringe-mode-initialize): New function.
10541 (fringe-mode): Use fringe-mode-initialize as :initialize.
10542
10543 2004-10-17 Kim F. Storm <storm@cua.dk>
10544
10545 * language/indian.el (indian-script-language-alist): Swap value and doc.
10546 (indian-font-char-index-table): Doc fix.
10547
10548 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10551
10552 2004-10-16 Juri Linkov <juri@jurta.org>
10553
10554 * progmodes/compile.el (compilation-start): Move let-binding of
10555 `process-environment' into `with-current-buffer' body.
10556 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10557
10558 2004-10-16 Richard M. Stallman <rms@gnu.org>
10559
10560 * pcvs-util.el (cvs-bury-buffer):
10561 Don't call get-buffer-window for effect.
10562
10563 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10564
10565 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10566
10567 * msb.el (msb-unload-hook): Set the variable.
10568
10569 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10570 Use * to err if buffer is readonly.
10571
10572 * subr.el (looking-back): Return only t or nil.
10573
10574 * whitespace.el (whitespace-unload-hook): Set the variable.
10575
10576 * view.el (view-mode-enable): Set view-page-size and
10577 view-half-page-size to nil.
10578 (view-set-half-page-size-default): view-half-page-size = nil
10579 means the default.
10580 (View-scroll-page-forward): Use view-page-size-default.
10581 (View-scroll-page-backward): Likewise.
10582 (view-page-size, view-half-page-size): Doc fixes.
10583
10584 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10585
10586 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10587
10588 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10589 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10590 (byte-compile-log-1): Bind inhibit-read-only.
10591 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10592 (byte-compile-log-warning): Likewise.
10593 (byte-compile-file-form-require): Detect "cl" from the arg value.
10594
10595 * progmodes/compile.el (compilation-start): Assume compilation-mode
10596 will make the buffer read-only.
10597 (compilation-mode): Take arg name-of-mode.
10598 (compilation-setup): Make buffer read-only.
10599 (compilation-handle-exit): Bind inhibit-read-only.
10600
10601 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10602 (ispell-message): Likewise.
10603 (ispell-show-choices): Don't call get-buffer-window uselessly.
10604 (ispell-init-process): Use set-process-query-on-exit-flag.
10605
10606 2004-10-16 Kim F. Storm <storm@cua.dk>
10607
10608 * fringe.el (fringe-bitmaps): Only initialize when defined.
10609
10610 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10611 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10612
10613 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10614
10615 2004-10-15 Simon Josefsson <jas@extundo.com>
10616
10617 * net/password.el: Add.
10618
10619 2004-10-14 Masatake YAMATO <jet@gyve.org>
10620
10621 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10622 (gdb-script-end-of-defun): New function.
10623 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10624 `gdb-script-end-of-defun' as *-of-defun-function.
10625
10626 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10627
10628 * button.el (button-activate): Allow a marker to display as an action.
10629
10630 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10631
10632 * help.el (describe-mode): Use it to make minor mode list into
10633 hyperlinks.
10634
10635 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10636
10637 * vc.el (vc-annotate-display-select): Fix typo.
10638
10639 * subr.el (substitute-key-definition-key): New function.
10640 (substitute-key-definition): Use it with map-keymap.
10641 (event-modifiers): Use push.
10642 (mouse-movement-p, with-temp-buffer): Simplify.
10643
10644 2004-10-12 Jay Belanger <belanger@truman.edu>
10645
10646 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10647 New variables.
10648 (calc-help-index-entries): New function.
10649 (calc-describe-function): Use `calc-help-function-list' instead of
10650 obarray for completion.
10651 (calc-describe-variable): Use `calc-help-variable-list' instead
10652 of obarray for completion.
10653
10654 2004-10-12 Richard M. Stallman <rms@gnu.org>
10655
10656 * info-look.el (info-lookup-file): Add info-file property.
10657 (info-lookup-symbol): Likewise.
10658
10659 * info.el (info-xref): Add underlining.
10660 (info): Add info-file property.
10661 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10662
10663 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10664
10665 Sync with Tramp 2.0.45.
10666
10667 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10668 defined. This is not the case for XEmacs without package "edebug".
10669 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10670 remote files to the permissions of the original file. This is not
10671 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10672 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10673 (tramp-perl-decode): Fix an error in Perl implementation.
10674 $pending must be cleared every loop. Reported by Benjamin Place
10675 <benjaminplace@sprintmail.com>
10676
10677 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10678 Don't activate advice during definition. This is done later on,
10679 depending on test result of `substitute-in-file-name'.
10680 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10681
10682 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10683
10684 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10685
10686 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10687
10688 2004-10-12 David Ponce <david@dponce.com>
10689
10690 * recentf.el (recentf-edit-list): Update the menu when the recentf
10691 list has been modified.
10692
10693 2004-10-12 Simon Josefsson <jas@extundo.com>
10694
10695 * net/tls.el (tls-certtool-program): New variable.
10696 (tls-certificate-information): New function, based on
10697 ssl-certificate-information.
10698
10699 2004-10-12 Kenichi Handa <handa@m17n.org>
10700
10701 * international/mule.el (coding-system-equal): Move from mule-util.el.
10702
10703 * international/mule-util.el (coding-system-equal): Move to mule.el.
10704
10705 2004-10-12 Kim F. Storm <storm@cua.dk>
10706
10707 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10708 reset kmacro-initial-counter-value if set.
10709 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10710 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10711 (kmacro-display): Show macro counter if non-zero.
10712
10713 * subr.el (substitute-key-definition): Mention command remapping
10714 in doc string.
10715
10716 2004-10-11 Jay Belanger <belanger@truman.edu>
10717
10718 * calc/calc-misc.el (calc-info-goto-node): New function.
10719 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10720 node in one step.
10721 (calc-describe-copying, calc-describe-distribution)
10722 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10723 Go to appropriate info node in one step.
10724
10725 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10726
10727 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10728
10729 * font-lock.el (font-lock-apply-highlight): Fix last change.
10730
10731 2004-10-11 Simon Josefsson <jas@extundo.com>
10732
10733 * mail/smtpmail.el (smtpmail-open-stream): Look for
10734 starttls-gnutls-program instead of starttls-program iff
10735 starttls-use-gnutls is non-nil.
10736 (smtpmail-open-stream): Don't overwrite user settings of
10737 starttls-extra-arguments and starttls-extra-args.
10738
10739 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10740
10741 * comint.el (comint-mouse-insert-input): Remove.
10742 (comint-insert-input): Make it work for mouse bindings.
10743 (comint-mode-map): Move defs into the declaration.
10744 (comint-output-filter): Typo.
10745
10746 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10747
10748 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10749
10750 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10751 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10752 ange-ftp-remote-shell.
10753
10754 2004-10-10 Andreas Schwab <schwab@suse.de>
10755
10756 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10757 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10758 Reported by <sri@asu.edu>.
10759
10760 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10761
10762 * vc.el (vc-annotate-mode): Remove variable.
10763 (vc-annotate-display-select): Only call vc-annotate-mode
10764 if we're not in that mode already.
10765
10766 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10767
10768 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10769 (imenu-choose-buffer-index): Check here for rescan instead.
10770
10771 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10772 where the face expression evals to nil.
10773
10774 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10775 (tex-font-lock-keywords-2): Use it.
10776 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10777
10778 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10779
10780 2004-10-09 Kim F. Storm <storm@cua.dk>
10781
10782 * subr.el (progress-reporter-update): Define before first usage.
10783 (make-progress-reporter): Doc fix.
10784
10785 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10786
10787 * textmodes/paragraphs.el (sentence-end-double-space)
10788 (sentence-end-without-period, sentence-end-without-space)
10789 (sentence-end): Doc fixes.
10790
10791 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10792
10793 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10794 Change paragraph-start regexp so we don't fill code starting with #'(.
10795
10796 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10797
10798 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10799 New defcustom.
10800 (extract-address-components): Use it.
10801
10802 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10803
10804 * subr.el (make-progress-reporter, progress-reporter-update)
10805 (progress-reporter-force-update, progress-reporter-do-update)
10806 (progress-reporter-done): New functions.
10807
10808 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10809
10810 * progmodes/etags.el (etags-tags-completion-table): Use progress
10811 reporter.
10812 (etags-tags-apropos): Likewise.
10813
10814 2004-10-08 Alan Mackenzie <acm@muc.de>
10815
10816 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10817 of current line.
10818
10819 2004-10-08 Masatake YAMATO <jet@gyve.org>
10820
10821 * server.el (server-process-filter): Wrap `process-send-region'
10822 by `condition-case' to guard the case when the pipe to PROC is closed.
10823
10824 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10825
10826 * xml.el (xml-substitute-special): Limit handling of external entities.
10827
10828 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10829
10830 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10831
10832 2004-10-06 John Paul Wallington <jpw@gnu.org>
10833
10834 * xml.el (xml-parse-dtd): Fix `error' call.
10835
10836 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10837
10838 * xml.el (xml-substitute-special): Return a single string instead
10839 of a list of strings if an entity substitution is made.
10840
10841 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10842
10843 * calendar/icalendar.el: New file.
10844
10845 2004-10-05 Juri Linkov <juri@jurta.org>
10846
10847 * isearch.el (isearch-done): Set mark after running hook.
10848 Reported by Drew Adams <drew.adams@oracle.com>.
10849
10850 * info.el (Info-history, Info-toc): Fix Info headers.
10851 (Info-toc): Narrow buffer before Info-fontify-node.
10852 (Info-build-toc): Don't check for special Info file names.
10853 Set main-file to nil if Info-find-file returns a symbol.
10854
10855 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10856
10857 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10858 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10859 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10860
10861 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10862
10863 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10864 for old interactive spec from calendar-goto-iso-date.
10865 (calendar-goto-iso-date): Use it.
10866 (calendar-goto-iso-week): New function. Suggested by Emilio
10867 C. Lopes <eclig@gmx.net>.
10868
10869 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10870
10871 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10872 `set-right-margin' bindings that follow the minor mode conventions.
10873
10874 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10875
10876 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10877 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10878 (latex-block-args-alist): Add minipage and picture.
10879 (latex-block-body-alist): Use reftex-label if enabled.
10880 (latex-insert-block): Don't insert a \n if not necessary.
10881 (tex-compile-commands): Make sure dvips doesn't send to printer.
10882 (tex-compile-default): Handle the case where no executable is found.
10883 (latex-noindent-environments): New var.
10884 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10885 If tex-indent-allhanging is non-nil, make sure we only align for macros
10886 at beginning of line.
10887
10888 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10889
10890 * newcomment.el (comment-beginning): Doc fix and don't choke on
10891 unset `comment-end-skip' when at beginning of comment.
10892
10893 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10894
10895 * term.el (term-adjust-current-row-cache): Don't allow the current
10896 row to become negative.
10897 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10898 the end of the line. Fix scroll down. Add comments.
10899 (term-handle-ansi-escape): Don't exceed terminal width when moving
10900 right.
10901 (term-scroll-region): Move the cursor after setting the scroll region.
10902
10903 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10904
10905 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10906 to `width' for consistency with docstring. Doc fix.
10907
10908 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10909
10910 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10911 This is necessary for derived modes.
10912
10913 2004-09-30 Kim F. Storm <storm@cua.dk>
10914
10915 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10916 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10917
10918 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10919 kmacro-extract-lambda functions.
10920 (edit-kbd-macro): Handle kmacro lambda forms.
10921 Include counter and counter format in edit buffer.
10922 (edmacro-finish-edit): Get counter and format from edit buffer and
10923 update kmacro bindings when found.
10924
10925 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
10926
10927 * textmodes/paragraphs.el (forward-paragraph):
10928 Avoid args-out-of-range error when point winds up at the beginning of
10929 the buffer and hard newlines are enabled.
10930
10931 * newcomment.el (comment-multi-line): Doc fix.
10932
10933 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10936 (diff-fixup-modifs): Catch unified-diff file-headers.
10937
10938 2004-09-29 Kim F. Storm <storm@cua.dk>
10939
10940 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10941 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10942 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10943
10944 * fringe.el (fringe-bitmap-p): New macro.
10945 (fringe-bitmaps): Add standard fringe bitmaps on load.
10946
10947 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * dired.el (dired-view-command-alist): Use more efficient regexps.
10950 Remove dubious arguments.
10951 (dired-align-file): New function.
10952 (dired-insert-directory): Use it.
10953 (dired-move-to-end-of-filename): Make the " -> " search more specific.
10954 (dired-buffers-for-dir): Remove unused var `pattern'.
10955
10956 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
10957
10958 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10959 from diary display excursion. Store diary buffer's point for
10960 `simple-diary-display'.
10961 (simple-diary-display): Set window point and start when
10962 displaying buffer, to preserve point.
10963
10964 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
10965
10966 * textmodes/enriched.el (enriched-translations): Replace defconst
10967 with defvar.
10968
10969 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10970
10971 * printing.el: Doc fix.
10972 (pr-version): New version number (6.8.1).
10973 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10974 make-temp-name.
10975 (pr-delete-file): Check if file exists before deleting it.
10976 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10977
10978 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
10979
10980 * term.el (term-display-table): New variable.
10981 (term-mode): Use it.
10982 (term-exec-1): Set the coding system to binary.
10983 (term-emulate-terminal): Decode the string before inserting it.
10984
10985 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
10986
10987 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10988 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10989 (map): Bind S-prior, S-next and S-insert.
10990 (term-mode): Set `indent-tabs-mode' to nil.
10991 (term-paste): New function to be bound to S-insert.
10992 (term-send-del, term-send-backspace): Change the strings sent.
10993 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10994 (term-handle-colors-array): Fix handling of underline and reverse.
10995 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
10996 (term-erase-in-line): Fix comparison.
10997 (term-emulate-terminal): Fix line wrap handling.
10998 (term-start-output-log): Rename from `term-set-output-log'.
10999 (term-stop-output-log): Rename from `term-stop-photo'.
11000 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11001
11002 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * dired.el (dired-move-to-filename): Don't output a message if
11005 raise-error is non-nil. Fix return position and value.
11006
11007 * files.el (insert-directory): Obey --dired even with symlinks.
11008
11009 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11010
11011 * ls-lisp.el (ls-lisp-format): Mark file names with property
11012 dired-filename.
11013
11014 2004-09-25 Kim F. Storm <storm@cua.dk>
11015
11016 * ido.el (ido-max-directory-size): New defcustom.
11017 (ido-decorations): Add "too big" element.
11018 (ido-directory-too-big): New dynamic var.
11019 (ido-may-cache-directory): Don't cache big directories.
11020 (ido-directory-too-big-p): New defun.
11021 (ido-set-current-directory): Update ido-directory-too-big.
11022 (ido-read-internal): Make empty ido-cur-item if too-big.
11023 (ido-buffer-internal): Use ido-read-internal directly instead of
11024 ido-read-buffer.
11025 (ido-file-internal): Init ido-directory-too-big.
11026 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11027 and redo completion with full list.
11028 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11029 it, and show completions.
11030 (ido-all-completions): Let bind ido-directory-too-big to nil.
11031 (ido-exhibit): Handle ido-directory-too-big.
11032 (ido-read-buffer): Handle fallback to read-buffer.
11033 Init ido-directory-too-big.
11034 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11035 Init ido-directory-too-big.
11036
11037 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11038
11039 * subr.el (delay-mode-hooks): Doc fix.
11040
11041 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11042
11043 * textmodes/enriched.el
11044 (enriched-default-text-properties-local-flag): New variable.
11045 (enriched-mode): Make sure that enabling and disabling the mode is
11046 a no-op. Doc fix.
11047
11048 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11049
11050 * calendar/holidays.el (holiday-advent): Report on a specified day
11051 offset from advent, not just advent.
11052 (holiday-easter-etc): Report on one specified day offset from
11053 easter, not all easter holidays. Various Easter holidays moved to
11054 `christian-holidays' variable in calendar.el.
11055 * calendar/calendar.el (christian-holidays): Adapt for new
11056 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11057
11058 2004-09-23 Kim F. Storm <storm@cua.dk>
11059
11060 * image.el (insert-sliced-image): Add doc string.
11061
11062 * ido.el (ido-choice-list): New dynamic var for `list' context.
11063 (ido-context-switch-command): New dynamic var.
11064 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11065 (ido-read-internal): Handle new `list' context.
11066 Handle insert-buffer and insert-file ido-exit values.
11067 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11068 ido-context-switch-command. Handle insert-file ido-exit value.
11069 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11070 unless it is already bound by caller.
11071 (ido-file-internal): New arg switch-cmd. Use it to setup
11072 ido-context-switch-command. Handle insert-buffer ido-exit value.
11073 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11074 used for context switching.
11075 (ido-all-completions): Handle new `list' context.
11076 (ido-make-choice-list): Return choices for `list' context.
11077 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11078 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11079 (ido-insert-buffer, ido-insert-file): Setup context switching.
11080 (ido-exhibit): Handle `list' context.
11081 (ido-read-file-name): Disable context switching. Handle fallback.
11082 (ido-read-directory-name): Disable context switching.
11083 (ido-completing-read): New defun like completing-read. Setup and
11084 use new `list' context.
11085
11086 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11087
11088 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11089
11090 2004-09-21 Jay Belanger <belanger@truman.edu>
11091
11092 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11093 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11094 separate window.
11095
11096 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11097
11098 * subr.el (after-change-major-mode-hook): Doc fix.
11099
11100 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11101
11102 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11103 of ghostscript for monochrome PostScript file in Windows.
11104
11105 2004-09-21 Kenichi Handa <handa@m17n.org>
11106
11107 * descr-text.el (describe-char): Checking of quail activation fixed.
11108
11109 2004-09-21 Jay Belanger <belanger@truman.edu>
11110
11111 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11112
11113 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11114
11115 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11116 after the mode hooks instead of before. Doc fix.
11117
11118 2004-09-20 Jason Rumney <jasonr@gnu.org>
11119
11120 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11121 _emacs, but revert to .emacs if neither exists in home directory.
11122
11123 2004-09-20 John Paul Wallington <jpw@gnu.org>
11124
11125 * bindings.el (completion-ignored-extensions): Add .dfsl.
11126
11127 2004-09-20 Richard M. Stallman <rms@gnu.org>
11128
11129 * bindings.el (scroll-left): Make it disabled.
11130
11131 * files.el (enable-local-eval): Doc fix.
11132
11133 * indent.el (move-to-left-margin): Special case for minibuffer.
11134
11135 * term.el (term-emulate-terminal): Turn off undo for output.
11136 Use with-current-buffer and save-selected-window.
11137
11138 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11139
11140 * progmodes/make-mode.el (makefile-fill-paragraph):
11141 Don't insist on spaces when looking for comments. # is enough.
11142
11143 * files.el (hack-local-variables): Copy the variables list
11144 to another buffer, strip prefixes and suffixes there, then read.
11145 (enable-local-eval): Doc fix.
11146 (ignored-local-variables): Initialize to nil.
11147 (risky-local-variable-p): Don't check ignored-local-variables here.
11148 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11149
11150 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11151
11152 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11153 of = to "." (punctuation).
11154
11155 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11156
11157 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11158
11159 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11160
11161 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11162 (enriched-before-change-major-mode): New function.
11163 Add it to `change-major-mode-hook'.
11164 (enriched-after-change-major-mode): New function.
11165 Add it to `after-change-major-mode-hook'.
11166 (enriched-mode): Make it work correctly if called from
11167 `after-change-major-mode-hook'.
11168 No longer set `indent-line-function'.
11169
11170 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11171
11172 * subr.el (after-change-major-mode-hook): New variable.
11173 (run-mode-hooks): Implement it.
11174
11175 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11176
11177 * battery.el (battery-linux-proc-apm): Use string-to-number.
11178 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11179 Use dolist (and less indentation). Use erase-buffer.
11180 Pre-initialize `design-capacity', `warn', and `low'.
11181 (battery-format): Use replace-regexp-in-string.
11182
11183 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11184
11185 * battery.el: Delete superfluous empty lines.
11186 (battery-linux-proc-acpi): Attempt to gather information from all
11187 battery subdirectories regardless of their file name.
11188 (battery-linux-proc-apm): Replace all occurrences of
11189 battery-hex-to-int-2 with string-to-int (base 16).
11190 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11191 (battery-hex-map): Delete variable.
11192
11193 2004-09-18 John Paul Wallington <jpw@gnu.org>
11194
11195 * calc/calc-units.el (calc-quick-units): Fix overzealous
11196 s/or/unless/.
11197
11198 2004-09-17 Jay Belanger <belanger@truman.edu>
11199
11200 * calc/calc.el (calc-mode-var-list): Fix the value of
11201 `calc-matrix-brackets'.
11202
11203 2004-09-17 Romain Francoise <romain@orebokech.com>
11204
11205 * ibuf-ext.el (define-ibuffer-filter filename):
11206 Expand dired-directory since buffer-file-name is absolute.
11207
11208 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11209
11210 * ediff-init.el (ediff-current-diff-face-A)
11211 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11212 (ediff-current-diff-face-Ancestor)
11213 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11214 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11215 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11216 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11217 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11218 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11219 Use min-colors.
11220
11221 * term.el (term-down): Perform vertical motion if DOWN is negative.
11222 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11223 (term-termcap-format): Synchronyze with the eterm terminfo entry
11224 in etc/e/eterm.ti.
11225 (term-handle-colors-array): If the current foreground or
11226 background are zero (i.e. unspecified), use the foreground and
11227 background of the default face for reverse video.
11228 (term-ansi-at-eval-string, term-ansi-default-fg)
11229 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11230 (term-mem): Delete ununsed function.
11231 (term-protocol-version): Increment.
11232 (term-current-face): Set to default.
11233
11234 2004-09-15 Jay Belanger <belanger@truman.edu>
11235
11236 * calc/calc.el (calc-mode-var-list): Define this variable.
11237 (calc-always-load-extensions, calc-line-numbering)
11238 (calc-line-breaking, calc-display-just, calc-display-origin)
11239 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11240 (calc-group-char, calc-point-char, calc-frac-format)
11241 (calc-prefer-frac, calc-hms-format, calc-date-format)
11242 (calc-float-format, calc-full-float-format, calc-complex-format)
11243 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11244 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11245 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11246 (calc-matrix-brackets, calc-language, calc-language-option)
11247 (calc-left-label, calc-right-label, calc-word-size)
11248 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11249 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11250 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11251 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11252 (calc-window-height, calc-display-trail, calc-show-selections)
11253 (calc-use-selections, calc-assoc-selections)
11254 (calc-display-working-message, calc-auto-why, calc-timing)
11255 (calc-mode-save-mode, calc-standard-date-formats)
11256 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11257 (calc-user-parse-tables, calc-gnuplot-default-device)
11258 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11259 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11260 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11261 (calc-invocation-macro, calc-show-banner): Give these values as
11262 part of `calc-mode-var-list's initialization after the variables
11263 are declared with defvar.
11264 (calc-bug-address): Change email address to send bug reports to.
11265 Change the maintainer address at the top.
11266 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11267 than "\\.emacs" to determine if it is the user-init-file.
11268
11269 * calc/calc-embed.el (calc-embedded-set-modes): Use
11270 `calc-mode-var-list' correctly.
11271
11272 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11273
11274 * vc.el (annotate-time): Document point handling.
11275 (vc-annotate-display-autoscale): Doc fix.
11276
11277 2004-09-15 Miles Bader <miles@gnu.org>
11278
11279 * generic.el (generic-make-keywords-list): Use symbol rather than
11280 word anchors in regexp.
11281
11282 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11283
11284 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11285 no file name consider `dired-directory'.
11286
11287 2004-09-14 Kim F. Storm <storm@cua.dk>
11288
11289 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11290
11291 2004-09-14 Simon Josefsson <jas@extundo.com>
11292
11293 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11294
11295 * textmodes/dns-mode.el: Add.
11296
11297 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11300 (disabled-command-function): Make the ?\ char more obvious.
11301
11302 * vc-arch.el (vc-arch-root, vc-arch-registered):
11303 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11304
11305 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11306
11307 * windmove.el (windmove-frame-edges): Report coordinates of
11308 outside edges of frame, not inside edges.
11309 (windmove-coordinates-of-position): Convert into wrapper to new
11310 function `windmove-coordinates-of-window-position';
11311 `compute-motion' always applies to selected window.
11312 (windmove-coordinates-of-position): Update documentation to refer
11313 to Emacs 21 Lisp Reference Manual.
11314 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11315
11316 2004-09-13 Kim F. Storm <storm@cua.dk>
11317
11318 * isearch.el (isearch-resume-in-command-history): Rename from
11319 isearch-resume-enabled and change default to nil.
11320
11321 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11324 (vc-registered): Use it.
11325 (vc-find-root): New fun.
11326
11327 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11328 Don't tell to use \\{...} when it's already done.
11329
11330 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11331 Provide a sample complex default.
11332 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11333 (bibtex-entry): Use mapc.
11334
11335 2004-09-12 Kim F. Storm <storm@cua.dk>
11336
11337 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11338
11339 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11340 inhibit-field-text-motion to t so rectangles work in comint buffers.
11341
11342 * simple.el (choose-completion-string): Set buffer before running
11343 choose-completion-string-functions hook so it can be buffer-local.
11344
11345 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11346
11347 * progmodes/compile.el (compilation-start): Parse command to see
11348 if it starts with a cd, and if so perform it for the *compilation*
11349 buffer. Change the header to reflect this.
11350
11351 2004-09-11 Kim F. Storm <storm@cua.dk>
11352
11353 * ido.el (ido-enable-dot-prefix): Doc fix.
11354 (ido-enable-dot-prefix): New defcustom.
11355 (ido-set-matches1): Use it.
11356
11357 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * textmodes/bibtex.el (bibtex-mark-active)
11360 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11361
11362 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11363
11364 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11365 used in a case insensitive environment.
11366 (bibtex-mode-map): Rearrange order of menus.
11367 (bibtex-quoted-string-re): Obsolete.
11368 (bibtex-complete-key-cleanup): Variable replaced by new function.
11369 (bibtex-font-lock-keywords): Use backquotes.
11370 (bibtex-font-lock-url-regexp): New internal variable.
11371 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11372 "OPT" and "ALT".
11373 (bibtex-insert-current-kill, bibtex-make-field)
11374 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11375 (bibtex-parse-field-text): Simplify.
11376 (bibtex-string=): New helper function.
11377 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11378 (bibtex-map-entries): Use bibtex-string=.
11379 (bibtex-search-entry): Use not.
11380 (bibtex-enclosing-field): Fix docstring.
11381 (bibtex-assoc-regexp): Obsolete.
11382 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11383 (bibtex-autokey-get-names): Handle empty name field.
11384 (bibtex-parse-strings): Use assoc-string and unless.
11385 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11386 Use assoc-string.
11387 (bibtex-pop): Simplify.
11388 (bibtex-mode): Set font-lock-extra-managed-props.
11389 (bibtex-entry-update): Use assoc-string.
11390 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11391 (bibtex-autofill-entry): Use bibtex-string=.
11392 (bibtex-print-help-message): Simplify.
11393 (bibtex-find-entry): New optional arg START.
11394 (bibtex-validate): Use bibtex-string= and assoc-string.
11395 Do not call obsolete function compilation-parse-errors.
11396 (bibtex-remove-delimiters): Only remove delimiters if present.
11397 (bibtex-copy-entry-as-kill): Add docstring.
11398 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11399 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11400 (bibtex-complete): Use bibtex-predefined-month-strings,
11401 bibtex-string=, and new function bibtex-complete-key-cleanup.
11402 (bibtex-generate-url-list): New variable.
11403 (bibtex-url): New command bound to C-c C-l and mouse-2.
11404 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11405 (bibtex-font-lock-url): New function.
11406
11407 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11410
11411 2004-09-09 Kim F. Storm <storm@cua.dk>
11412
11413 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11414 counter and format with binding.
11415 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11416 the declared macro uses own macro counter and format. Give symbol
11417 kmacro property.
11418 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11419 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11420 (kmacro-end-and-call-macro): Doc fix.
11421
11422 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11423
11424 * desktop.el (desktop-clear-preserve-buffers):
11425 Remove make-obsolete-variable.
11426
11427 2004-09-08 Richard M. Stallman <rms@gnu.org>
11428
11429 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11430 with the buffer as argument.
11431
11432 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11435
11436 2004-09-08 Juri Linkov <juri@jurta.org>
11437
11438 * replace.el (perform-replace): Use `query-replace-descr'.
11439
11440 * cus-start.el (history-delete-duplicates): Specify customization.
11441
11442 * diff-mode.el (diff-mode-map):
11443 * progmodes/compile.el (compilation-mode-map):
11444 * progmodes/grep.el (grep-mode-map):
11445 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11446 to `next-error-follow-minor-mode'.
11447
11448 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11449
11450 * isearch.el (isearch-lazy-highlight-update): Take into account
11451 the case of zero-length match at the search bound.
11452
11453 2004-09-08 Kim F. Storm <storm@cua.dk>
11454
11455 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11456 change. Use zero width overlays when necessary.
11457
11458 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11459
11460 * subr.el (split-string): Docfix.
11461
11462 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11463
11464 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11465 (display-call-tree): Ensure newline after caller/calls blocks.
11466
11467 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11468
11469 * startup.el (command-line-1): Make option
11470 --directory/-L modify `load-path' straight away.
11471
11472 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11473
11474 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11475
11476 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11477
11478 * emacs-lisp/autoload.el (make-autoload):
11479 Handle `define-compilation-mode'.
11480
11481 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11482 Specify `doc-string-elt' property.
11483
11484 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11485
11486 * bs.el (bs-mode): Doc fix.
11487
11488 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11489
11490 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11491
11492 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11493
11494 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11495
11496 2004-09-08 Kenichi Handa <handa@m17n.org>
11497
11498 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11499 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11500 ps-mule-next-point -> 1+).
11501
11502 * composite.el (encode-composition-rule): Add autoload cooky.
11503
11504 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11505
11506 * format.el (buffer-auto-save-file-format): Make it permanent local.
11507
11508 2004-09-07 Kim F. Storm <storm@cua.dk>
11509
11510 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11511 (authors-fixed-entries): Fix typo.
11512 (authors-canonical-author-name): Compact multiple spaces.
11513 Ignore trivial names (e.g. only first name).
11514
11515 * term.el (term-window-width): Only use full window width on
11516 window system if overflow-newline-into-fringe is enabled.
11517 (term-mode): Don't disable overflow-newline-into-fringe.
11518
11519 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11522 motion as seen on my Mac OS X xterms.
11523
11524 * newcomment.el (uncomment-region-default, comment-region-default):
11525 New functions extracted from uncomment-region and comment-region.
11526 (comment-region, comment-region-function, uncomment-region)
11527 (uncomment-region-function): Use them.
11528
11529 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11530
11531 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11532 It's not crucial but can make sense at times.
11533
11534 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11535 the first commit.
11536
11537 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11538 Disable obsolete code.
11539
11540 2004-09-07 Juri Linkov <juri@jurta.org>
11541
11542 * progmodes/grep.el (grep-highlight-matches): Change default from
11543 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11544 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11545 if grep option `--color' is available, or to `nil' otherwise.
11546 (grep-process-setup): Call `grep-compute-defaults' if
11547 `grep-highlight-matches' is not computed. Set env-vars only
11548 if `grep-highlight-matches' is `t'.
11549 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11550 is already defined).
11551
11552 * progmodes/compile.el (compilation-start): Use copy of
11553 `process-environment' created by `copy-sequence' to not
11554 modify env-vars in the global `process-environment'.
11555
11556 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11557
11558 * simple.el (next-error-follow-minor-mode): Fix last change.
11559
11560 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11561
11562 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11563 permanent local.
11564
11565 2004-09-04 Richard M. Stallman <rms@gnu.org>
11566
11567 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11568 highlighting if the search string is empty.
11569
11570 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11571
11572 * facemenu.el (facemenu-active-faces): Change condition of inner
11573 `while' loop to also check the first two elements of `face-atts'
11574 and `mask-atts'.
11575
11576 2004-09-04 John Paul Wallington <jpw@gnu.org>
11577
11578 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11579 (thumbs-view-image-mode): Make buffer read-only.
11580
11581 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11582
11583 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11584 (ispell-check-version): Set it.
11585 (ispell-send-replacement): New function.
11586 (ispell-process-line): Call ispell-send-replacement.
11587
11588 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11589
11590 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11591 Support choosing seconds with "s".
11592
11593 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11594
11595 * terminal.el (te-escape): Show `?' in prompt for help key.
11596
11597 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11598
11599 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11600
11601 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11602
11603 * simple.el (next-error-follow-minor-mode)
11604 (next-error-follow-mode-post-command-hook): New functions.
11605 (next-error-follow-last-line): New defvar.
11606
11607 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11608 * progmodes/compile.el (compilation-mode-map): Likewise.
11609 * progmodes/grep.el (grep-mode-map): Likewise.
11610 * replace.el (occur-mode-map): Likewise.
11611
11612 * newcomment.el (uncomment-region): Bind comment-use-global-state
11613 to nil.
11614
11615 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11616
11617 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11618 locally around the call to `revert-buffer'.
11619
11620 2004-09-03 Juri Linkov <juri@jurta.org>
11621
11622 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11623 `isearch-adjusted' to `t'.
11624 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11625 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11626 (isearch-other-meta-char): Restore isearch-point unconditionally.
11627 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11628 Set point to start of match if region is not active in transient
11629 mark mode (to include the current match to region boundaries).
11630 Push the search string to `query-replace-from-history-variable'.
11631 Add prompt "Query replace regexp" for isearch-regexp.
11632 Add region beginning/end as last arguments of `perform-replace.'
11633 (isearch-query-replace-regexp): Replace code by the call to
11634 `isearch-query-replace' with arg `t'.
11635
11636 2004-09-03 Richard M. Stallman <rms@gnu.org>
11637
11638 * startup.el (normal-top-level): Undo previous TERM change.
11639
11640 2004-09-03 Kim F. Storm <storm@cua.dk>
11641
11642 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11643 highlight overlays; allow using RET when cursor is over a button.
11644 (cua--highlight-rectangle): Use it.
11645 (cua--rectangle-set-corners): Don't move backwards at eol.
11646 (cua--forward-line): Don't move into void after eob.
11647
11648 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11649 point is set (and displayed) inside rectangle.
11650 (cua--rectangle-operation): Fix for highlight of empty lines.
11651 (cua--highlight-rectangle): Fix highlight for tabs.
11652 Position cursor at left/right edge of rectangle using new `cursor'
11653 property on overlay strings.
11654 (cua--indent-rectangle): Don't tabify.
11655 (cua-rotate-rectangle): Ignore that point has moved.
11656
11657 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11658
11659 * term/mac-win.el: Add ASCII equivalents for some function keys.
11660 (mode-line-frame-identification): Sync with x-win.el.
11661
11662 2004-09-02 Juri Linkov <juri@jurta.org>
11663
11664 * progmodes/compile.el (compilation-buffer-name): Compare major
11665 mode with second element of compilation-arguments instead of third
11666 to reflect latest changes in compilation-arguments structure.
11667 (recompile): Use global variable `compilation-directory' to get
11668 recent compilation directory only when `recompile' is invoked NOT
11669 in the compilation buffer. Otherwise, use `default-directory' of
11670 the compilation buffer.
11671 (compilation-error-properties): Allow to funcall col and end-col.
11672 (compilation-mode-font-lock-keywords): Check col and end-col by
11673 `integerp'.
11674 (compilation-goto-locus): If end-mk is non-nil in transient mark
11675 mode don't activate the mark (and don't display message in
11676 push-mark), but highlight overlay between mk and end-mk.
11677
11678 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11679 (grep-regexp-alist): Add rule to highlight grep matches.
11680 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11681
11682 * info.el (Info-fontify-node): Don't compute other-tag
11683 if Info-hide-note-references=hide.
11684
11685 * help.el (function-called-at-point):
11686 * help-fns.el (variable-at-point):
11687 Try `find-tag-default' when other methods failed.
11688
11689 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11690 Do not push mark if inhibit-mark-movement is non-nil.
11691
11692 * textmodes/ispell.el (ispell-html-skip-alists):
11693 Fix backslashes in docstring.
11694
11695 2004-09-01 Juri Linkov <juri@jurta.org>
11696
11697 * isearch.el (isearch-wrap-function)
11698 (isearch-push-state-function): New defvars.
11699 (isearch-pop-fun-state): New defsubst.
11700 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11701 (isearch-push-state): Set the result of calling
11702 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11703 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11704 restore the mode-specific starting point of terminated search.
11705 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11706 (isearch-repeat): Call `isearch-wrap-function' if defined.
11707 (isearch-message-prefix): Don't add prefix "over" to the message
11708 for wrapped search if `isearch-wrap-function' is defined.
11709 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11710 restore the mode-specific starting point of failed search.
11711
11712 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11713 (Info-search): Add new optional arguments for the sake of isearch.
11714 Replace whitespace in Info-search-whitespace-regexp literally.
11715 Add backward search. Don't call `Info-select-node' if regexp is
11716 found in the same Info node. Don't add node to Info-history for
11717 wrapped isearch.
11718 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11719 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11720 (Info-mode): Set local variables `isearch-search-fun-function',
11721 `isearch-wrap-function', `isearch-push-state-function',
11722 `search-whitespace-regexp'.
11723
11724 * isearch.el: Remove ancient Change Log section.
11725 (isearch-string, isearch-message-string, isearch-point)
11726 (isearch-success, isearch-forward-flag, isearch-other-end)
11727 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11728 (isearch-barrier, isearch-within-brackets)
11729 (isearch-case-fold-search): Add suffix `-state' to state-related
11730 defsubsts to avoid name clashes with other function names.
11731
11732 * simple.el (next-error): New defgroup and defface.
11733 (next-error-highlight, next-error-highlight-no-select):
11734 New defcustoms.
11735 (next-error-no-select): Let-bind next-error-highlight to the value
11736 of next-error-highlight-no-select before calling `next-error'.
11737
11738 * progmodes/compile.el (compilation-goto-locus):
11739 Use `next-error' face instead of `region'. Set 4-th argument of
11740 `move-overlay' to `current-buffer' to move overlay to different
11741 source buffers. Use new variable `next-error-highlight'.
11742
11743 * simple.el (next-error-find-buffer): Move the rule
11744 "if current buffer is a next-error capable buffer" after the
11745 rule "if next-error-last-buffer is set to a live buffer".
11746 Simplify to test all rules in one `or'.
11747 (next-error): Doc fix.
11748 (next-error, previous-error, first-error)
11749 (next-error-no-select, previous-error-no-select):
11750 Make arguments optional.
11751
11752 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11753
11754 * macros.el (apply-macro-to-region-lines): Make it operate on all
11755 lines that begin in the region, rather than on all complete lines
11756 in the region.
11757
11758 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11759
11760 * x-dnd.el (x-dnd-protocol-alist): Document update.
11761 (x-dnd-known-types): Defcustom it.
11762 (x-dnd-handle-motif): Print message-atom in error message.
11763
11764 2004-08-30 John Paul Wallington <jpw@gnu.org>
11765
11766 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11767 strings rather than programatically constructing message.
11768
11769 2004-08-30 Richard M. Stallman <rms@gnu.org>
11770
11771 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11772 Don't return a string that would read as the wrong character code.
11773
11774 2004-08-29 Kim F. Storm <storm@cua.dk>
11775
11776 * emulation/cua-base.el (cua-auto-expand-rectangles):
11777 Remove automatic rectangle padding feature; replace by non-destructive
11778 virtual rectangle edges feature.
11779 (cua-virtual-rectangle-edges): New defcustom.
11780 (cua-auto-tabify-rectangles): New defcustom.
11781 (cua-paste): If paste into a marked rectangle, insert rectangle at
11782 current column, even if virtual; also paste exactly as many lines
11783 as has been marked (ignore additional lines or add empty lines),
11784 but paste whole source if only one line is marked.
11785 (cua--update-indications): No longer use overwrite-cursor to
11786 indicate rectangle padding
11787
11788 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11789 (cua--rectangle-virtual-edges): New defun.
11790 (cua--rectangle-get-corners): Remove optional PAD arg.
11791 (cua--rectangle-set-corners): Never do padding.
11792 (cua--forward-line): Remove optional PAD arg. Simplify.
11793 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11794 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11795 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11796 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11797 (cua--rectangle-move): Never do padding. Simplify.
11798 (cua--tabify-start): New defun.
11799 (cua--rectangle-operation): Add tabify arg. All callers changed.
11800 (cua--pad-rectangle): Remove.
11801 (cua--delete-rectangle): Handle delete with virtual edges.
11802 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11803 (cua--insert-rectangle): Handle insert at virtual column.
11804 Perform auto-tabify if necessary.
11805 (cua--activate-rectangle): Remove optional FORCE arg.
11806 Never do padding. Simplify.
11807 (cua--highlight-rectangle): Enhance for virtual edges.
11808 (cua-toggle-rectangle-padding): Remove command.
11809 (cua-toggle-rectangle-virtual-edges): New command.
11810 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11811 (cua--rectangle-post-command): Don't force rectangle padding.
11812 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11813
11814 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11815
11816 * indent.el (edit-tab-stops-buffer): Doc fix.
11817
11818 2004-08-28 Richard M. Stallman <rms@gnu.org>
11819
11820 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11821 (grep-tag-default): Function deleted.
11822
11823 * subr.el (find-tag-default): Move from etags.el.
11824
11825 * progmodes/etags.el (find-tag-default): Move to subr.el.
11826
11827 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11828 into the basic character if it has an uppercase form.
11829
11830 2004-08-27 Kenichi Handa <handa@m17n.org>
11831
11832 * international/utf-8.el (utf-8-post-read-conversion): If the
11833 buffer is unibyte, temporarily make it multibyte.
11834
11835 2004-08-27 Masatake YAMATO <jet@gyve.org>
11836
11837 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11838
11839 2004-08-25 John Paul Wallington <jpw@gnu.org>
11840
11841 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11842 0, 1, and many mismatches in message.
11843 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11844
11845 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11846 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11847
11848 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11851 vc-diff-switches differently.
11852
11853 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11854
11855 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11856 before and a real defvar after
11857 `speedbar-supported-extension-expressions'. This is to silence
11858 the compiler without breaking bootstrapping.
11859
11860 2004-08-22 Richard M. Stallman <rms@gnu.org>
11861
11862 * textmodes/flyspell.el (flyspell-word):
11863 Use set-process-query-on-exit-flag.
11864 (flyspell-highlight-duplicate-region): Take POSS as arg.
11865 (flyspell-word): Pass POSS as arg.
11866
11867 * progmodes/ada-xref.el: Many doc and style fixes.
11868 (ada-find-any-references): Use compilation-start.
11869 (ada-get-ali-file-name): Improve error msg.
11870 (ada-get-ada-file-name): Likewise.
11871
11872 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11873 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11874
11875 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11876 Add forward defvar.
11877
11878 * whitespace.el (global-whitespace-mode): New alias
11879 for whitespace-global-mode.
11880
11881 * speedbar.el (speedbar-file-regexp): Move definition up.
11882 (speedbar-mode, speedbar-set-mode-line-format):
11883 Use with-no-warnings.
11884 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11885
11886 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11887 controls whether to display the error buffer.
11888
11889 * ps-mule.el: Delete compatibility code for old Emacses.
11890 (ps-mule-find-wrappoint): Don't use chars-in-region.
11891
11892 * frame.el (display-mouse-p, display-selections-p):
11893 Use with-no-warnings.
11894
11895 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11896
11897 2004-08-22 David Kastrup <dak@gnu.org>
11898
11899 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11900 information.
11901
11902 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11903
11904 2004-08-22 Andreas Schwab <schwab@suse.de>
11905
11906 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11907
11908 2004-08-22 Masatake YAMATO <jet@gyve.org>
11909
11910 * cvs-status.el (cvs-status-checkout): New function.
11911 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11912
11913 2004-08-21 David Kastrup <dak@gnu.org>
11914
11915 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11916 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11917 has been converted to use hashtables, the relation `nil=none' is
11918 no longer valid, as `nil' is not a hashtable. This patch tries to
11919 reduce the number of resulting errors.
11920
11921 2004-08-21 John Paul Wallington <jpw@gnu.org>
11922
11923 * subr.el (process-kill-without-query): Made obsolete in
11924 version 21.4, not 21.5.
11925
11926 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11927 (vc-previous-comment, vc-next-comment)
11928 (vc-comment-search-reverse, vc-comment-search-forward)
11929 (vc-comment-to-change-log): Likewise.
11930
11931 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11932
11933 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
11934
11935 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11936 Correct indentation of DEFMETHODS with non-standard method
11937 combinations (e.g., PROGN, MIN, MAX).
11938
11939 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * startup.el (normal-top-level-add-subdirs-to-load-path):
11942 Avoid unnecessarily checking system-type.
11943 (normal-top-level): Set TERM to "dumb". Simplify.
11944
11945 * avoid.el (mouse-avoidance-ignore-p): New fun.
11946 Also ignore switch-frame, select-window, double, and triple clicks.
11947 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11948 (mouse-avoidance-fancy-hook): Use it.
11949
11950 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
11951
11952 * avoid.el (mouse-avoidance-nudge-mouse)
11953 (mouse-avoidance-banish-destination): Stay within the current window
11954 to avoid problems with mouse-autoselect-window.
11955
11956 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11959 the newer format of some messages in cvs-1.12.1.
11960
11961 2004-08-19 Masatake YAMATO <jet@gyve.org>
11962
11963 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11964 (elp-results-jump-to-definition-by-mouse)
11965 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11966 (elp-output-result): Use elp-output-insert-symname.
11967
11968 2004-08-18 Kenichi Handa <handa@m17n.org>
11969
11970 * language/cyrillic.el: Register koi8-r in
11971 ctext-non-standard-encodings-alist.
11972 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11973
11974 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
11975
11976 * emacs-lisp/copyright.el (copyright-update-year): Delete code
11977 that replaces 20xy with xy.
11978
11979 2004-08-17 John Paul Wallington <jpw@gnu.org>
11980
11981 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11982 (reb-force-update): Doc fix.
11983
11984 2004-08-16 Richard M. Stallman <rms@gnu.org>
11985
11986 * progmodes/which-func.el (which-func-update-1): Doc fix.
11987
11988 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11989 (sh-mode-abbrev-table): New variable.
11990
11991 * progmodes/compile.el (compilation-mode): Doc fix.
11992
11993 * emacs-lisp/lisp-mode.el (eval-last-sexp):
11994 Don't cons a new symbol each time.
11995 (eval-last-sexp-fake-value): New variable.
11996
11997 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11998 (copyright-update-year): Detect continuation of list of years.
11999
12000 * term.el (term-default-fg-color, term-default-bg-color)
12001 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12002
12003 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12004
12005 2004-08-16 Davis Herring <herring@lanl.gov>
12006
12007 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12008 (isearch-success, isearch-forward-flag, isearch-other-end)
12009 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12010 (isearch-barrier, isearch-within-brackets)
12011 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12012
12013 2004-08-16 Kenichi Handa <handa@m17n.org>
12014
12015 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12016
12017 2004-08-15 Kenichi Handa <handa@m17n.org>
12018
12019 * term/x-win.el (x-selection-value): If utf8 was successful but
12020 ctext was not, use utf8 string.
12021
12022 2004-08-14 Davis Herring <herring@lanl.gov>
12023
12024 * isearch.el: Remove accidental changes of March 4. Fix backing
12025 up when a regexp isearch is made more general. Use symbolic
12026 accessor functions for isearch stack frames to make usage clearer.
12027 (search-whitespace-regexp): Made groups in documentation shy (as
12028 is the group in the default value).
12029 (isearch-fallback): New function, addresses problems with regexps
12030 liberalized by `\|', adds support for liberalization by `\}' (the
12031 general repetition construct), and incorporates behavior for
12032 `*'/`?'.
12033 (isearch-}-char): New command, calls `isearch-fallback' with
12034 arguments appropriate to a typed `}'.
12035 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12036 appropriately.
12037 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12038 (isearch-string, isearch-message,string, isearch-point)
12039 (isearch-success, isearch-forward-flag, isearch-other-end)
12040 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12041 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12042 New inline functions to read fields of a stack frame.
12043
12044 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12045
12046 * battery.el (battery-linux-proc-acpi): Look into battery
12047 directories matching the literal string "CMB", too (required for
12048 Linux kernel version 2.6.7).
12049
12050 2004-08-14 John Paul Wallington <jpw@gnu.org>
12051
12052 * cus-start.el (read-file-name-completion-ignore-case): Add.
12053 (blink-cursor-alist): Change version to "21.4".
12054
12055 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12056
12057 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12058
12059 * speedbar.el (speedbar-scan-subdirs): New option.
12060 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12061 dolist.
12062 (speedbar-insert-files-at-point): Take an extra argument and use
12063 it to optionally find out if a subdir is empty. Also unreadable
12064 files don't get expand buttons.
12065 (speedbar-directory): New image (unused pixmap already existed).
12066 (speedbar-expand-image-button-alist): Use it.
12067
12068 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12069
12070 CC Mode update to 5.30.9:
12071
12072 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12073 Move from cc-vars to cc-defs for dependency reasons. Fix the
12074 POSIX char class test to check that it works in
12075 `skip-chars-(forward|backward)' too.
12076
12077 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12078 first argument starts with a special brace list.
12079
12080 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12081 when `c-opt-type-concat-key' is used (i.e. in Pike).
12082
12083 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12084 Fix bug when the inner char pair doesn't have paren syntax,
12085 i.e. "(<>)".
12086
12087 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12088 whitespace safe.
12089
12090 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12091 position for `arglist-intro', `arglist-cont-nonempty' and
12092 `arglist-close' when there are two arglist open parens on the same
12093 line and there's nothing in front of the first.
12094
12095 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12096 locking of qualified names in Java, which previously could fontify
12097 common indexing expressions in many cases. The standard Java
12098 naming conventions are used to tell them apart.
12099
12100 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12101 Fix inconsistency wrt opening parens on the first line inside a paren
12102 block.
12103
12104 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12105 compile time for the sake of `c-major-mode-is'.
12106
12107 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12108 `c-major-mode-is' in the event that this is used inside a
12109 `c-lang-defconst'.
12110
12111 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12112 `c-lang-defconst' so that it works better with fallback languages.
12113
12114 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12115 it to fail to record the base mode.
12116
12117 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12118 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12119 is used. Reorder the syntax checks to get more efficient
12120 skipping in some situations.
12121
12122 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12123 continuation which might precede the newly inserted '{'.
12124
12125 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12126 Fix cases where it could loop indefinitely.
12127
12128 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12129 size specs correctly. Only fontify identifiers in front of '('
12130 with as functions - don't accept any paren char. Tighten up
12131 initializer skipping to stop before function and class blocks.
12132
12133 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12134 the point could be left directly after an open paren when finding
12135 the beginning of the first decl in the block.
12136
12137 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12138 table when filtering out legitimate open parens to be recorded.
12139 This could cause cache inconsistencies when e.g.
12140 `c++-template-syntax-table' was temporarily in use.
12141
12142 * progmodes/cc-engine.el (c-on-identifier)
12143 (c-simple-skip-symbol-backward): Small fix for handling "-"
12144 correctly in `skip-chars-backward'. Affected the operator lfun
12145 syntax in Pike.
12146
12147 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12148 Fix bug that could cause an error from `after-change-functions' when
12149 the changed region is at bob.
12150
12151 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12152
12153 CC Mode update to 5.30.9:
12154
12155 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12156 to say that <TAB> doesn't insert WS into a CPP line.
12157 (c-indent-command, c-tab-always-indent): Amend doc strings.
12158
12159 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12160 checks for user errors, thus eliminating cryptic and unhelpful
12161 Emacs error messages. (1) Check the arg to `c-set-style' is a
12162 string. (2) Check that settings to `c-offsets-alist' are not
12163 spuriously quoted.
12164
12165 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12166 which precedes the newly inserted `{'.
12167
12168 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12169
12170 Sync with Tramp 2.0.44.
12171
12172 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12173 function "tramp_file_attributes". Otherwise, file names
12174 containing spaces are misinterpreted. Reported by Magnus Henoch
12175 <mange@freemail.hu>.
12176 (tramp-handle-file-truename): FILENAME must be expanded first.
12177 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12178 obscure results. Reported by D. Goel <deego@gnufans.org>.
12179 (tramp-handle-verify-visited-file-modtime): If file does not
12180 exist, say it is not modified if and only if that agrees with the
12181 buffer's record. Check whether a file is visiting the buffer, or
12182 the buffer has no recorded last modification time. Return t in
12183 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12184 <teirllm@auburn.edu>.
12185 (tramp-handle-write-region): Pass modtime explicitely to
12186 `set-visited-file-modtime', because filename can be different
12187 from (buffer-file-name) if `file-precious-flag' is set.
12188 `set-visited-file-modtime' must be called always when `visit' is t
12189 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12190 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12191 nil, don't apply the whole body. If the file doesn't exists, set
12192 modtime to '(-1 65535). Suggested by Luc Teirlinck
12193 <teirllm@auburn.edu>.
12194
12195 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12196
12197 * help.el (describe-bindings): Doc fix.
12198
12199 * subr.el (kbd): Doc fix.
12200
12201 2004-08-08 John Paul Wallington <jpw@gnu.org>
12202
12203 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12204 instead of `string-to-int'.
12205 (define-ibuffer-column mode): Fix indentation.
12206
12207 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12208
12209 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12210
12211 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12212
12213 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12214
12215 * novice.el (disabled-command-function): New variable renamed from
12216 `disabled-command-hook'.
12217 (disabled-command-hook): Keep the _variable_ as alias for
12218 `disabled-command-function' and make obsolete.
12219 (disabled-command-function): Function renamed from
12220 `disabled-command-hook'. Adapt code to name change of the variable.
12221
12222 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12223
12224 * simple.el (completion-root-regexp): New defvar.
12225 (completion-setup-function): Use it instead of a literal string.
12226
12227 2004-08-07 John Paul Wallington <jpw@gnu.org>
12228
12229 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12230 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12231 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12232 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12233
12234 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12235
12236 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12237 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12238
12239 2004-08-04 Kenichi Handa <handa@m17n.org>
12240
12241 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12242 Fix previous change.
12243
12244 2004-08-03 Kenichi Handa <handa@m17n.org>
12245
12246 * international/encoded-kb.el: The following changes are to
12247 utilize key-translation-map instead of minor mode map.
12248 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12249 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12250 (encoded-kbd-last-key): New function.
12251 (encoded-kbd-iso2022-single-shift): New function.
12252 (encoded-kbd-iso2022-designation)
12253 (encoded-kbd-self-insert-iso2022-7bit)
12254 (encoded-kbd-self-insert-iso2022-8bit)
12255 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12256 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12257 key-translation-map.
12258 (encoded-kbd-setup-keymap): Setup key-translation-map.
12259 (saved-key-translation-map): New variable.
12260 (encoded-kbd-mode): Save/restore key-translation-map.
12261 Adjust for the change of encoded-kbd-setup-keymap.
12262
12263 2004-08-02 Kim F. Storm <storm@cua.dk>
12264
12265 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12266 and call compute-motion with nil for topos and width to get proper
12267 usable width and height for both window and non-window systems.
12268
12269 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12270 calculate usable window width and height.
12271
12272 * window.el (window-buffer-height): Call compute-motion with nil width.
12273
12274 2004-08-01 David Kastrup <dak@gnu.org>
12275
12276 * replace.el (query-replace-read-from):
12277 Use `query-replace-compile-replacement'.
12278 (query-replace-compile-replacement): New function.
12279 (query-replace-read-to): Use `query-replace-compile-replacement'
12280 for repeating the last command.
12281
12282 2004-08-01 John Paul Wallington <jpw@gnu.org>
12283
12284 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12285 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12286 (pr-switches): Remove period from end of error messages.
12287
12288 * help-mode.el (help-go-back): Likewise.
12289
12290 * abbrev.el (only-global-abbrevs): Doc fix.
12291 (edit-abbrevs-map): Define within defvar.
12292 (quietly-read-abbrev-file): Doc fix.
12293
12294 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12295
12296 * novice.el (enable-command, disable-command): Doc fixes.
12297
12298 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12299
12300 2004-07-30 Richard M. Stallman <rms@gnu.org>
12301
12302 * subr.el (with-local-quit): Doc fix.
12303
12304 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12305
12306 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12307
12308 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12309
12310 * custom.el (defcustom): Doc fix.
12311
12312 2004-07-28 Masatake YAMATO <jet@gyve.org>
12313
12314 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12315
12316 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * imenu.el (imenu-prev-index-position-function)
12319 (imenu-extract-index-name-function, imenu-name-lookup-function)
12320 (imenu--index-alist): Docstring redundancy fix.
12321
12322 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12323
12324 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12325 binding dired-backup-overwrite.
12326
12327 2004-07-25 John Paul Wallington <jpw@gnu.org>
12328
12329 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12330
12331 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12332
12333 * term/tty-colors.el (tty-color-approximate): Doc fix.
12334
12335 * select.el (x-get-selection, x-set-selection): Doc fixes.
12336
12337 * frame.el (make-frame): Doc fix.
12338
12339 2004-07-24 Richard M. Stallman <rms@gnu.org>
12340
12341 * mail/rmail.el (rmail-mime-charset-pattern):
12342 Don't include semicolon in the charset value.
12343
12344 * replace.el (occur-next-error): Call set-window-point.
12345 (occur-engine): Handle negative NLINES.
12346
12347 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12348
12349 * frame.el (modify-all-frames-parameters): Minor doc fix.
12350 (set-frame-configuration): Doc fix.
12351
12352 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12353
12354 * simple.el (completion-setup-function): Compute the common parts
12355 and the first difference place correctly when
12356 partial-completion-mode is on.
12357
12358 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12359
12360 * ps-print.el: Doc fix.
12361 (ps-print-version): New version 6.6.5.
12362 (ps-printing-region): Doc fix.
12363 (ps-generate-string-list): Comment fix.
12364 (ps-message-log-max): Code fix.
12365
12366 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12367
12368 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12369 generated PostScript.
12370
12371 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12372
12373 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12374 with Gnus v5_10 branch.)
12375
12376 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12377
12378 * calendar/time-date.el (time-to-number-of-days): New function.
12379 Imported from from Gnus.
12380
12381 2004-07-22 Kim F. Storm <storm@cua.dk>
12382
12383 * progmodes/make-mode.el: Fix comments.
12384
12385 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12386
12387 * printing.el: Doc fix.
12388
12389 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12390
12391 * frame.el (modify-all-frames-parameters): Minor doc fix.
12392
12393 2004-07-20 Richard M. Stallman <rms@gnu.org>
12394
12395 * textmodes/fill.el (fill-nobreak-p): If this break point is
12396 at the end of the line, don't consider the newline which follows
12397 as a reason to return t.
12398
12399 2004-07-19 John Paul Wallington <jpw@gnu.org>
12400
12401 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12402
12403 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12404
12405 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12406 Delete irrelevant code.
12407
12408 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12409
12410 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12411 New docstring. From Luc Teirlinck.
12412
12413 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12414
12415 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12416 section.
12417 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12418 non-file buffers. We know it is nil.
12419
12420 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12421
12422 Sync with Tramp 2.0.43.
12423
12424 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12425 Remove outdated comment.
12426 (tramp-locked, tramp-locker): New variables for implementing a
12427 global lock.
12428 (tramp-sh-file-name-handler): Use them to implement the global lock.
12429
12430 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12431
12432 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12433 calls to respective `xxx` calls.
12434 (tramp-process-alive-regexp): Precise doc string.
12435 (tramp-multi-action-process-alive): New defun.
12436 (tramp-multi-actions): Use it.
12437 (tramp-handle-find-backup-file-name): `copy-tree' is available
12438 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12439 in order to avoid this function.
12440 (tramp-handle-write-region): Set current buffer. If connection
12441 wasn't open, `file-modes' has changed it accidently. Reported by
12442 David Kastrup <dak@gnu.org>.
12443 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12444 HOST.
12445 (tramp-action-password, tramp-multi-action-password): Apply it.
12446 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12447 name must still contain the port number. Otherwise, we have two
12448 Tramp buffers, with all the confusion. Reported by Myron Selby
12449 <myron@xytech.com> and Rolf Dubitzky
12450 <Dubitzky@physi.uni-heidelberg.de>.
12451
12452 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12453 HOST to `tramp-enter-passwd'.
12454
12455 * net/tramp-vc.el (all): Code cleanup. Change all
12456 `tramp-handle-xxx' calls to respective `xxx` calls.
12457
12458 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12459
12460 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12461 functions that are not erroneous if either 1-valued or
12462 multi-valued. Detect functions in this class.
12463 (testcover-1value-functions, testcover-compose-functions)
12464 (testcover-progn-functions) Add some additional functions to lists.
12465 (testcover-mark): Bugfix when marking up the definition for an
12466 empty function.
12467
12468 2004-07-17 Richard M. Stallman <rms@gnu.org>
12469
12470 * replace.el (occur-read-primary-args): Pass default to
12471 read-from-minibuffer.
12472
12473 * mail/footnote.el (footnote-section-tag): Use defcustom.
12474
12475 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12476 Compile font-lock-keywords, not KEYWORDS.
12477 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12478 Add warn, check-type. Handle cerror like error.
12479
12480 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12481
12482 * progmodes/which-func.el (which-func-keymap): New var.
12483 (which-func-face): New face.
12484 (which-func-format): Use them.
12485
12486 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12487
12488 * buff-menu.el (list-buffers-noselect): Append the buffer's
12489 process status to its mode name.
12490
12491 2004-07-16 Kim F. Storm <storm@cua.dk>
12492
12493 * simple.el (inhibit-mark-movement): New defvar.
12494 (beginning-of-buffer, end-of-buffer): Do not push mark if
12495 inhibit-mark-movement is non-nil or C-u prefix is given.
12496
12497 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12498 Init to beginning-of-buffer and end-of-buffer.
12499 (cua--undo-push-mark): New defvar.
12500 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12501 already active and command is in cua--preserve-mark-commands.
12502 Also fix check for shift modifier on non-window systems.
12503 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12504
12505 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12506
12507 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12508 of two integers, instead of a cons.
12509
12510 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12511 `visited-file-modtime' now returns a list of two integers, instead
12512 of a cons.
12513
12514 * dired.el (dired-directory-changed-p): Ditto.
12515
12516 * progmodes/grep.el (grep): Doc fix.
12517
12518 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12519
12520 * autorevert.el (auto-revert-tail-mode)
12521 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12522 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12523 in both at the same time.
12524 (auto-revert-tail-mode): New command.
12525 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12526 (auto-revert-handler): Revert only either tail or whole file.
12527
12528 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12529 add auto-revert-tail-mode.
12530
12531 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12532
12533 * printing.el: Doc fix. Change name of some funs.
12534 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12535 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12536 (pr-standard-file-name): New fun. Replace pr-standard-path.
12537 (pr-call-process): Code fix.
12538
12539 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12540
12541 * subr.el (with-selected-window): Doc fix.
12542
12543 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12544
12545 * subr.el (get-buffer-window-list): Doc fix.
12546
12547 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12548
12549 * files.el (switch-to-buffer-other-window): Doc fix.
12550
12551 * window.el (save-selected-window, one-window-p)
12552 (split-window-keep-point, split-window-vertically)
12553 (split-window-horizontally): Doc fixes.
12554
12555 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12556
12557 * printing.el: Doc fix. Now it uses call-process instead of
12558 shell-command for low command execution.
12559 (pr-version): New version number (6.8).
12560 (pr-shell-file-name): Option removed.
12561 (pr-shell-command): Fun removed.
12562 (pr-call-process): New fun. Replace pr-shell-command.
12563 (pr-standard-path, pr-remove-nil-from-list): New funs.
12564 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12565 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12566 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12567 (pr-ps-utility-process, pr-txt-print): Code fix.
12568
12569 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12570
12571 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12572 boolean.
12573
12574 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12575
12576 * wid-edit.el (widget-field-buffer): Doc fix.
12577
12578 2004-07-09 John Paul Wallington <jpw@gnu.org>
12579
12580 * emacs-lisp/re-builder.el (reb-update-overlays):
12581 Distinguish between one and several matches in message.
12582
12583 2004-07-09 Richard M. Stallman <rms@gnu.org>
12584
12585 * mouse.el (mouse-set-region-1): If transient-mark-mode
12586 is `identity', change it to `only'.
12587
12588 * simple.el (current-word): Doc fix.
12589
12590 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12591
12592 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12593 so that it is more understanding of whitespace.
12594
12595 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12596 (("ns" . "element") (attr-list) children) instead of
12597 ((:ns . "element") (attr-list) children) in order to reduce the
12598 number of symbols used.
12599 (xml-skip-dtd): Change to use xml-parse-dtd but set
12600 xml-validating-parsing to nil.
12601 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12602 (xml-substitute-entity): Remove in favor of new entity substitution.
12603 (xml-substitute-special): Rewrite in to substitute complex
12604 entities from DOCTYPE declarations.
12605 (xml-parse-fragment): Parse fragments from entity deleclarations.
12606 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12607 (xml-parse-dtd, xml-substitute-special): Make validity checks
12608 conditioned on xml-validating-parser. Add "Not Well Formed" to
12609 error messages about well-formedness.
12610
12611 2004-07-08 Steven Tamm <steventamm@mac.com>
12612
12613 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12614 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12615 Do not treat double clicks and triple clicks specially in the
12616 scroll bar (preventing strange repositioning problems)
12617
12618 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * replace.el (query-replace-regexp-eval): Fix last change.
12621
12622 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12623
12624 * replace.el (query-replace-descr): New fun.
12625 (query-replace-read-from, query-replace-read-args): Default to the
12626 previous from&to.
12627 (query-replace-read-to): Quote the `from' string when displaying it.
12628 (query-replace-regexp-eval): Immediately check read-only status.
12629 Use query-replace-read-from to get the \n checking.
12630 Quote the `from' string when displaying it.
12631 (map-query-replace-regexp, occur-read-primary-args):
12632 Quote the `from' string when displaying it.
12633
12634 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12635 delimited-ness of the search to query-replace.
12636
12637 * replace.el (query-replace-read-from, query-replace-read-to):
12638 New funs extracted from query-replace-read-args.
12639 (query-replace-read-args): Use them.
12640
12641 * replace.el (query-replace-interactive, query-replace-read-args):
12642 Remove the `initial' special value.
12643 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12644 (occur-engine): Remove unused var `matchend'.
12645
12646 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12647 Use the search string without prompting.
12648
12649 2004-07-05 Kenichi Handa <handa@m17n.org>
12650
12651 * international/mule.el (decode-coding-inserted-region):
12652 Set last-coding-system-used only when coding is nil.
12653
12654 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12655
12656 * progmodes/grep.el (grep-compute-defaults, grep-command)
12657 (grep-program, find-program, grep-find-use-xargs, grep-history)
12658 (grep-find-history, grep-tag-default, grep-find-command)
12659 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12660 Add autoload cookies, for unbundled packages that load `compile'
12661 and expect all grep-related symbols to become defined.
12662
12663 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12664
12665 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12666 (iimage-mode-image-search-path): New user option to search the
12667 image file.
12668 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12669 have locate-file.
12670 (iimage-mode-buffer): Use it.
12671
12672 2004-07-03 Nick Roberts <nickrob@gnu.org>
12673
12674 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12675 carefully.
12676 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12677
12678 2004-07-03 Juri Linkov <juri@jurta.org>
12679
12680 * replace.el (query-replace-read-args): Swallow space after 'foo,
12681 not after (quote foo). Match space only immediately after symbol,
12682 not anywhere in the whole string.
12683
12684 2004-07-02 Richard M. Stallman <rms@gnu.org>
12685
12686 * replace.el (query-replace-read-args): Swallow space after
12687 symbols, not after closeparens. But avoid error if string ends there.
12688
12689 * progmodes/python.el (python-beginning-of-statement):
12690 Exit the loop if backward-up-list gets error.
12691
12692 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12693
12694 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12695
12696 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12697 only if vc-consult-headers is non-nil.
12698
12699 2004-07-02 Juri Linkov <juri@jurta.org>
12700
12701 * pcvs.el (cvs-mode-diff-repository): New command.
12702
12703 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12704
12705 2004-07-01 Juri Linkov <juri@jurta.org>
12706
12707 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12708 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12709 C-M-% to isearch-query-replace-regexp.
12710 (minibuffer-local-isearch-map): Add arrow key bindings.
12711 Bind C-f to isearch-yank-char-in-minibuffer.
12712 (isearch-forward): Doc fix.
12713 (isearch-edit-string): Doc fix.
12714 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12715 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12716 (isearch-yank-char): Add optional arg.
12717 (isearch-yank-char-in-minibuffer): New fun.
12718
12719 * replace.el (query-replace-interactive): Change type from boolean
12720 to choice. Add value `initial'.
12721 (query-replace-read-args): Handle value `initial' of
12722 query-replace-interactive.
12723
12724 2004-06-29 Kim F. Storm <storm@cua.dk>
12725
12726 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12727 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12728
12729 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12730 Add :group 'ada.
12731
12732 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12733
12734 2004-06-29 Juri Linkov <juri@jurta.org>
12735
12736 * replace.el (query-replace-read-args): Swallow a space after
12737 everything except )]" which in most cases means after a symbol.
12738
12739 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12740
12741 2004-06-28 Richard M. Stallman <rms@gnu.org>
12742
12743 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12744 More changes to go with previous change in font-lock.el.
12745
12746 2004-06-26 David Kastrup <dak@gnu.org>
12747
12748 * replace.el (perform-replace): Highlight the match even in
12749 non-query mode if there is potential replace string editing.
12750
12751 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12752
12753 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12754 agree with new return value of `file-remote-p'.
12755 This syncs with Tramp 2.0.42.
12756
12757 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12758 according to new documentation of `file-remote-p'.
12759
12760 * files.el (file-remote-p): Fix doc to say that return value is
12761 identification of remote system, if not nil.
12762 (file-relative-name): Use new return value of `file-remote-p'.
12763
12764 2004-06-26 Nick Roberts <nickrob@gnu.org>
12765
12766 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12767 (gdb-goto-breakpoint): Fix breakage.
12768
12769 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12770
12771 * man.el (Man-getpage-in-background): Add windows-nt to the list
12772 of systems where shell-file-name should be used instead of
12773 literal "sh".
12774
12775 2004-06-25 Sam Steingold <sds@gnu.org>
12776
12777 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12778 function names `(setf symbol)'.
12779
12780 2004-06-24 Richard M. Stallman <rms@gnu.org>
12781
12782 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12783
12784 * font-lock.el (font-lock-keywords): Change format of compiled values.
12785 Document it.
12786 (font-lock-add-keywords): If font-lock-keywords is compiled,
12787 extract the uncompiled version, modify, then recompile.
12788 (font-lock-remove-keywords): Likewise.
12789 (font-lock-fontify-keywords-region): Handle changed format.
12790 (font-lock-compile-keywords): Handle changed format.
12791 (font-lock-set-defaults): Compile the keywords explicitly here.
12792
12793 2004-06-24 David Kastrup <dak@gnu.org>
12794
12795 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12796 replacements here.
12797 (query-replace-regexp): Doc string explaining this and the new
12798 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12799 is better placed in `query-replace-read-args'.
12800 (replace-regexp): Explain `\,', `\#' and `\?'.
12801 (replace-match-data): New function for thorough reuse/destruction
12802 of old match-data.
12803 (replace-match-maybe-edit): Function for implementing `\?' editing.
12804 (perform-replace): Fix maintaining of the match stack including
12805 already matched regions, implement `\?', fix various problems
12806 with regions while editing and other stuff.
12807 (replace-highlight): Simplify.
12808
12809 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12810
12811 * progmodes/grep.el (grep-error-screen-columns): New variable.
12812 (grep-regexp-alist): Give it the full functionality of gnu style
12813 compilation messages with line and column ranges. Ask me for the
12814 perl script I'm working on, that uses these.
12815
12816 2004-06-23 Nick Roberts <nickrob@gnu.org>
12817
12818 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12819 Remove.
12820 (comint-insert-input, comint-mouse-insert-input): New functions
12821 based on comint-insert-clicked-input for two bindings but just
12822 one functionality.
12823
12824 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12825
12826 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12827
12828 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12829
12830 * files.el (write-contents-functions): Doc fix.
12831
12832 2004-06-21 Juanma Barranquero <lektu@terra.es>
12833
12834 * image.el (image-library-alist): Rewrite docstring in active voice.
12835
12836 2004-06-20 Richard M. Stallman <rms@gnu.org>
12837
12838 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12839
12840 * isearch.el (isearch-repeat): Avoid testing old match data.
12841 (isearch-message): Display trailing space in special font
12842 when search is failing.
12843 (isearch-search-fun-function): Doc fix.
12844
12845 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12846
12847 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12848
12849 * frame.el (show-trailing-whitespace): Doc fix.
12850
12851 * cus-edit.el (custom-variable-documentation): New function.
12852 (custom-variable): Use it.
12853
12854 2004-06-19 Nick Roberts <nickrob@gnu.org>
12855
12856 * man.el (Man-getpage-in-background): Revert previous change but
12857 make cygwin a special case.
12858
12859 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12860
12861 * autorevert.el (global-auto-revert-non-file-buffers):
12862 Update docstring.
12863
12864 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12865
12866 * progmodes/compile.el (compilation-error-properties): Store one
12867 more than end-col, if present, so that transient-mark-mode will
12868 highlight last char too.
12869 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12870 ranges, if present.
12871
12872 2004-06-18 Jason Rumney <jasonr@gnu.org>
12873
12874 * makefile.w32-in: Double percent signs in for loops.
12875
12876 2004-06-17 David Kastrup <dak@gnu.org>
12877
12878 * replace.el (query-replace-read-args): Only warn about use of \n
12879 and \t when we are doing a regexp replacement and the actual
12880 escaped character is n or t.
12881 (query-replace-regexp): Add \, and \# interpretation to
12882 interactive call and document it.
12883 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12884 as shortkey for replace-count.
12885 (replace-quote): New function for doubling backslashes.
12886
12887 2004-06-17 Juanma Barranquero <lektu@terra.es>
12888
12889 * files.el (parse-colon-path, cd): Mention in docstring that the
12890 path separator is colon in GNU-like systems.
12891
12892 * newcomment.el (comment-region-internal): Fix docstring.
12893
12894 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12895 (ewoc-invalidate, ewoc-collect): Doc fixes.
12896 (ewoc--create-node, ewoc--delete-node-internal):
12897 Fix typos in docstring.
12898
12899 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12900
12901 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12902 manual to docstring.
12903
12904 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12905
12906 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12907
12908 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12909
12910 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12911 Add hyperlink to emacs-xtra manual to docstring.
12912
12913 * autorevert.el (global-auto-revert-non-file-buffers):
12914 Add hyperlink to emacs-xtra manual to docstring, as well as an
12915 info-link.
12916
12917 2004-06-14 Juanma Barranquero <lektu@terra.es>
12918
12919 * image.el (image-library-alist): New variable to map image types
12920 to external libraries. Initialized to nil, unless system-specific
12921 configs change it.
12922 (image-type-available-p): Determine whether an image type is
12923 available by calling `init-image-library'.
12924
12925 * term/w32-win.el (image-library-alist): Initialize to a known set
12926 of probable library names.
12927
12928 2004-06-14 Kenichi Handa <handa@m17n.org>
12929
12930 * international/code-pages.el (windows-1256, cp1125): Fix tables
12931 for several characters.
12932
12933 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12934
12935 2004-06-13 Richard M. Stallman <rms@gnu.org>
12936
12937 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12938
12939 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12940 not "`pc-selection-mode'".
12941
12942 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12943
12944 * simple.el (previous-matching-history-element): Specify a default.
12945
12946 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12947
12948 * cus-face.el (custom-declare-face): Simplify code.
12949
12950 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12951
12952 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
12953
12954 * files.el (before-save-hook): Add `time-stamp' to the options.
12955
12956 * time-stamp.el (time-stamp): Recommend adding it to
12957 `before-save-hook', rather than `write-file-functions'.
12958 Make a similar change in `Commentary' section.
12959
12960 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12961
12962 * diff-mode.el (diff-current-defun): If at start of hunk, use
12963 position of first change.
12964
12965 2004-06-13 Lars Hansen <larsh@math.ku.dk>
12966
12967 * dired-x.el (dired-mark-omitted): Bind to "*O".
12968
12969 2004-06-12 Karl Fogel <kfogel@red-bean.com>
12970
12971 * bookmark.el (bookmark-bmenu-relocate): New function, as
12972 suggested by David J. Biesack <David.Biesack@sas.com>.
12973 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12974 (bookmark-bmenu-mode): Describe binding in doc string.
12975 (bookmark-set-filename): Save the bookmark list if it's time.
12976
12977 2004-06-13 Kenichi Handa <handa@m17n.org>
12978
12979 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12980 (ccl-untranslated-to-ucs): Fix typo.
12981
12982 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
12983
12984 * progmodes/python.el (python-open-block-statement-p):
12985 Fix indentation after a block opening that contains a comment.
12986
12987 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
12988
12989 * bindings.el (completion-ignored-extensions): Add file extensions
12990 of Python byte-compiled files.
12991
12992 2004-06-12 Juri Linkov <juri@jurta.org>
12993
12994 * info.el (Info-goto-node): Add autoload.
12995 (Info-toc): Add substring-no-properties on Info file name.
12996 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12997 (Info-mode-map): Bind L to Info-history, T to Info-toc.
12998
12999 2004-06-12 Kenichi Handa <handa@m17n.org>
13000
13001 * international/mule-cmds.el (set-language-environment):
13002 Load subst tables if necessary.
13003
13004 * international/mule.el (decode-char): Load subst tables if necessary.
13005 (encode-char): Likewise.
13006
13007 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13008 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13009 (utf-16le-decode-loop): Set r5 to -1 before loop.
13010 (utf-16be-decode-loop): Likewise.
13011 (ccl-decode-mule-utf-16le): Add EOF processing block.
13012 (ccl-decode-mule-utf-16be): Likewise.
13013 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13014 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13015 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13016 (ccl-mule-utf-16-encode-untrans): New CCL.
13017 (utf-16-decode-to-ucs): Handle pre-read character.
13018 (utf-16le-encode-loop): Handle surrogate pair.
13019 (utf-16be-encode-loop): Likewise.
13020 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13021 of utf-16le-encode-loop.
13022 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13023 of utf-16be-encode-loop.
13024 (mule-utf-16-post-read-conversion):
13025 Call utf-8-post-read-conversion at first.
13026 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13027 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13028 Add post-read-conversion and pre-write-conversion.
13029
13030 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13031 (utf-translate-cjk-unicode-range): New variable.
13032 (utf-translate-cjk-load-tables): New function.
13033 (utf-lookup-subst-table-for-decode): New function.
13034 (utf-lookup-subst-table-for-encode): New function.
13035 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13036 tables here. Update safe-charsets of utf-* coding systems.
13037 (ccl-mule-utf-untrans): New CCL.
13038 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13039 at end of each branch.
13040 (ccl-mule-utf-8-encode-untrans): New CCL.
13041 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13042 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13043 length of encoding. Don't return r0.
13044 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13045 (utf-8-post-read-conversion): Narrow to region properly.
13046 If utf-translate-cjk-mode is on, load tables if necessary.
13047 Call utf-8-compose with hash-table arg if necessary.
13048 Call XXX-compose-region instead of XXX-post-read-convesion.
13049 (utf-8-pre-write-conversion): New function.
13050 (mule-utf-8): Include CJK charsets in safe-charsets if
13051 utf-translate-cjk-mode is on. Add pre-write-conversion.
13052
13053 * international/characters.el: Temporarily set
13054 utf-translate-cjk-mode to nil.
13055
13056 * language/devan-util.el (devanagari-compose-region):
13057 Add autoload cookie.
13058
13059 * international/ccl.el (ccl-dump-call): Fix printing the
13060 subroutine name.
13061
13062 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13063
13064 * dired.el (dired-revert): If buffer is marked unmodified before
13065 reverting, keep it marked unmodified.
13066 Adapt to new conventions for commenting out code.
13067 (dired-make-relative): Adapt to new conventions for commenting out code.
13068
13069 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13070
13071 * eshell/esh-module.el (eshell-load-defgroups):
13072 Bind `vc-handled-backends' to nil when opening files.
13073
13074 2004-06-11 Juanma Barranquero <lektu@terra.es>
13075
13076 * files.el (parse-colon-path, cd): Doc fixes (refer to
13077 `path-separator', not colon).
13078
13079 2004-06-10 Juanma Barranquero <lektu@terra.es>
13080
13081 * newcomment.el (comment-search-forward)
13082 (comment-search-backward): Fix typos in docstring.
13083 (comment-region): Doc fix.
13084
13085 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13086
13087 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13088 switch is no longer stored in `dired-switches-alist'.
13089
13090 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13091 `dired-switches-alist'.
13092
13093 2004-06-10 Kim F. Storm <storm@cua.dk>
13094
13095 * pcvs.el (cvs-mode-diff-yesterday): New command.
13096
13097 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13098
13099 2004-06-10 Juri Linkov <juri@jurta.org>
13100
13101 * emacs-lisp/edebug.el (edebug-eval-defun):
13102 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13103 Fix docstring.
13104
13105 * simple.el (eval-expression-print-format): Don't print additional
13106 information on the first call to `eval-print-last-sexp'.
13107 (next-error-find-buffer): Fix punctuation.
13108 (killing) <defgroup>: Fix punctuation.
13109 (yank-excluded-properties): Change group from editing to killing.
13110
13111 * replace.el (perform-replace): Use `limit' to terminate the
13112 while-loop explicitly.
13113
13114 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13115
13116 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13117 Use lc-*.xpm as prefix instead of *-locol.xpm.
13118
13119 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13120 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13121 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13122 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13123 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13124 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13125 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13126 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13127 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13128 * toolbar/lc-up_arrow.xpm:
13129 Rename from *-locol.xpm.
13130
13131 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13132
13133 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13134 include forms like &<str>; as valid url patterns.
13135
13136 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13137
13138 * dired.el (dired-diff, dired-backup-diff)
13139 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13140 (dired-do-chown, dired-do-touch, dired-do-print)
13141 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13142 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13143 (dired-create-directory, dired-do-copy, dired-do-symlink)
13144 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13145 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13146 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13147 (dired-maybe-insert-subdir, dired-next-subdir)
13148 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13149 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13150 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13151 (dired-run-shell-command, dired-query): Remove redundant,
13152 or incorrect, autoloads.
13153
13154 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13155 does not end in a slash. Add optional argument KILL-ROOT.
13156 Update docstring.
13157 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13158 (dired-query): Add autoloads.
13159
13160 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13161
13162 * progmodes/compile.el (compilation-set-window-height):
13163 Rearrange the save-* functions because a buffer can have several current
13164 point in different windows.
13165 (compilation-error-regexp-alist-alist): Recognize {standard input}
13166 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13167
13168 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13169
13170 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13171 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13172 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13173 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13174 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13175 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13176 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13177 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13178 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13179 * toolbar/up_arrow-locol.xpm:
13180 New versions of icons that uses fewer colors.
13181
13182 * toolbar/tool-bar.el (tool-bar-local-item)
13183 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13184 if display-color-cells is 256 or less.
13185
13186 2004-06-08 Kim F. Storm <storm@cua.dk>
13187
13188 * wid-edit.el (widget-specify-button): Use hand pointer rather
13189 than mouse-face as visible mouse-over effect.
13190
13191 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13192
13193 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13194 and `print-level' to nil when writing out `save-place-alist'.
13195 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13196
13197 2004-06-07 Juanma Barranquero <lektu@terra.es>
13198
13199 * completion.el (completion-kill-region): Doc fix.
13200
13201 * format.el (format-insert-annotations)
13202 (format-annotate-location): Doc fixes.
13203 (format-subtract-regions): Make arguments match their use in docstring.
13204
13205 * simple.el (kill-region): Doc fix.
13206
13207 * subr.el (insert-buffer-substring-no-properties)
13208 (insert-buffer-substring-as-yank): Doc fixes.
13209
13210 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13211
13212 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13213 Update docstring.
13214 (dired-reset-subdir-switches): New function.
13215
13216 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13217 Limit scope of `buffer-read-only' binding.
13218
13219 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13220
13221 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13222 eshell-explicit-command-char.
13223
13224 2004-06-06 Juanma Barranquero <lektu@terra.es>
13225
13226 * help-fns.el (help-argument-name): Inherit from italic face only
13227 if the frame supports it.
13228
13229 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13230
13231 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13232 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13233 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13234 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13235 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13236 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13237 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13238 New conversions from xpm files.
13239
13240 * toolbar/README: New file.
13241
13242 2004-06-06 Richard M. Stallman <rms@gnu.org>
13243
13244 * isearch.el (isearch-mode-map): Undo previous change.
13245
13246 2004-06-05 Juri Linkov <juri@jurta.org>
13247
13248 * bindings.el (debug-ignored-errors): Add regexps for history
13249 related messages. Remove $ from "No further undo information".
13250 Move Ediff's messages to ediff.el.
13251
13252 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13253
13254 * cus-edit.el (custom-display): Add `min-colors'.
13255
13256 * custom.el (defface): Add `supports' to docstring.
13257
13258 * help-fns.el (help-argument-name): Add :group 'help.
13259
13260 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13261
13262 * find-dired.el (find-ls-subdir-switches): New user option.
13263 (find-dired): No longer call `abbreviate-file-name' on DIR.
13264 Set `dired-subdir-switches' buffer-locally.
13265
13266 * locate.el: Merge the two `Commentary' sections.
13267 (locate-ls-subdir-switches): New user option.
13268 (locate): Update for other changes.
13269 (locate-mode-map): Restore Dired binding for mouse-2.
13270 Bind `locate-mouse-view-file' to M-mouse-2.
13271 Bind `l' to `locate-do-redisplay'.
13272 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13273 (locate-mouse-view-file, locate-tags, locate-find-directory):
13274 Print message if used outside main listing.
13275 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13276 Various changes to support inserted subdirectories.
13277 (locate-insert-header): Change header of *Locate* buffer.
13278
13279 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13280 Change interactive default switches.
13281 (dired-rename-subdir-2): Update `dired-switches-alist'.
13282 (dired-insert-subdir, dired-kill-subdir):
13283 Handle `dired-switches-alist'. Do not mark buffer modified.
13284 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13285 (dired-insert-subdir-doinsert): Omit messages.
13286 Handle `dired-subdir-switches'.
13287 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13288
13289 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13290 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13291 subdirs if -R switch is used for a subdir.
13292 (dired-mode): Set `dired-switches-alist'.
13293 (dired-build-subdir-alist): Only print number of directories in
13294 echo area when invoked interactively.
13295
13296 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13297
13298 * dired-x.el (dired-omit-mode): Rename from
13299 dired-omit-files-p. Use define-minor-mode to define it.
13300 (dired-omit-files-p): Add as alias for dired-omit-mode.
13301 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13302 dired-mark-omitted.
13303 (dired-mark-omitted): Add. Bind to M-O.
13304
13305 2004-06-05 Kenichi Handa <handa@m17n.org>
13306
13307 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13308
13309 2004-06-05 Juanma Barranquero <lektu@terra.es>
13310
13311 * help-fns.el (help-argument-name): Reintroduce face.
13312 (help-default-arg-highlight): Use it, now that
13313 `face-differs-from-default-p' can be trusted.
13314
13315 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13316
13317 * textmodes/table.el: Sentence commands added to Point Motion
13318 group; kill and backward-kill commands added to Extraction group.
13319
13320 2004-06-04 Mario Lang <mlang@delysid.org>
13321
13322 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13323 systems appear to use mW, make the code handle this. Fix a
13324 division-by-zero bug while at it, and handle kernels with
13325 a slightly different layout in /proc/acpi.
13326
13327 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13328
13329 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13330 because the latter is a CL-ism. This fixes the bug reported by
13331 Shawn Boyette <mdxi@collapsar.net> in
13332 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13333
13334 2004-06-04 Miles Bader <miles@gnu.org>
13335
13336 * faces.el (display-supports-face-attributes-p): Function moved to
13337 C code. Previously only the tty-related portion of this function
13338 was done in C; however the previous attempt to do a halfway-proper
13339 job for non-tty displays in lisp didn't work properly because of
13340 funny conditions during Emacs startup.
13341 (face-differs-from-default-p): Simplify, now that
13342 display-supports-face-attributes-p works properly on all display
13343 types. Remove :stipple from comparison; it doesn't really work
13344 in emacs anyway.
13345
13346 2004-06-04 Miles Bader <miles@gnu.org>
13347
13348 * faces.el (face-differs-from-default-p): Use a different
13349 implementation, so we can really check whether FACE displays
13350 differently or not.
13351
13352 2004-06-04 Miles Bader <miles@gnu.org>
13353
13354 * faces.el (display-supports-face-attributes-p): Implement a
13355 `different from default' check for non-tty displays.
13356
13357 2004-06-03 David Kastrup <dak@gnu.org>
13358
13359 * woman.el (woman-mapcan): More concise code.
13360 (woman-topic-all-completions, woman-topic-all-completions-1)
13361 (woman-topic-all-completions-merge): Replace by a simpler and
13362 much faster implementation based on O(n log n) sort/merge instead
13363 of the old O(n^2) behavior.
13364
13365 2004-06-03 Miles Bader <miles@gnu.org>
13366
13367 * subr.el (read-number): Use canonical format for default in prompt.
13368
13369 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13370 Add regexp for " [...]" style defaults.
13371
13372 2004-06-02 Romain Francoise <romain@orebokech.com>
13373
13374 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13375 groups: if the user asks for a hidden buffer, open the
13376 corresponding filter group to expose it.
13377
13378 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13379 `ibuffer-jump-to-buffer'.
13380 (ibuffer-jump-offer-only-visible-buffers): New user option.
13381
13382 2004-06-02 Juanma Barranquero <lektu@terra.es>
13383
13384 * faces.el (frame-update-faces): Add empty docstring so the one
13385 for `ignore' doesn't show through.
13386
13387 * subr.el (process-kill-without-query): Remove spurious "\n" on
13388 obsolescence string.
13389 (focus-frame, unfocus-frame): Add obsolescence declaration and
13390 empty docstring.
13391
13392 * international/mule.el (register-char-codings): Make alias for
13393 `ignore'. Move docstring to obsolescence info and remove redundancy.
13394
13395 2004-06-02 Kim F. Storm <storm@cua.dk>
13396
13397 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13398 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13399
13400 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13401
13402 * comint.el (comint-replace-by-expanded-history-before-point):
13403 Obey `start' as the docstring says.
13404 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13405 (comint-update-fence): Prevent font-lock from running unnecessarily.
13406 (comint-dynamic-list-completions): Use with-current-buffer.
13407
13408 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13409
13410 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13411 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13412 (bibtex-entry-update): Handle alternatives and optional fields.
13413 (bibtex-parse-entry): Bugfix, handle empty key.
13414
13415 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13416
13417 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13418
13419 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13420
13421 * desktop.el (desktop-save): Don't save minor modes without a
13422 known mode initialization function.
13423
13424 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13425
13426 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13427
13428 * autorevert.el: Update `Commentary' section.
13429
13430 2004-05-30 Juanma Barranquero <lektu@terra.es>
13431
13432 * dos-fns.el (convert-standard-filename):
13433 * files.el (convert-standard-filename):
13434 * w32-fns.el (convert-standard-filename):
13435 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13436
13437 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13438
13439 Sync with Tramp.
13440
13441 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13442 (tramp-let-maybe): Move to an earlier spot in the file.
13443 Patch by Andreas Schwab.
13444
13445 2004-05-30 Andreas Schwab <schwab@suse.de>
13446
13447 * dired.el (dired-get-filename): Don't use dired-re-dot.
13448
13449 2004-05-30 Richard M. Stallman <rms@gnu.org>
13450
13451 * files.el (find-file): Doc fix.
13452
13453 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13454
13455 2004-05-30 Nick Roberts <nickrob@gnu.org>
13456
13457 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13458 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13459 modeline of the locals buffer.
13460 (gdb-goto-breakpoint): Handle gdbmi.
13461 (gdb-get-frame-number): Change for gdbmi.
13462
13463 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13464
13465 * files.el (file-remote-p): Apply file name handler for operation
13466 `file-remote-p'. It isn' a property any longer.
13467 (file-relative-name): `fh' and `fd' get the required value via
13468 `find-file-name-handler' already.
13469
13470 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13471 (top): Remove setting of `file-remote-p' property for
13472 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13473
13474 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13475
13476 Version 2.0.41 of Tramp released.
13477
13478 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13479 Throw away if process has died.
13480 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13481 (tramp-out-of-band-prompt-regexp): Rename to
13482 `tramp-process-alive-regexp', because its usage is widen.
13483 (tramp-actions-copy-out-of-band): Apply it.
13484 (tramp-actions-before-shell, tramp-multi-actions):
13485 Add `tramp-action-process-alive' action.
13486 (tramp-action-process-alive): New defun.
13487 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13488 Add entry for `file-remote-p'.
13489 (tramp-handle-file-remote-p): New defun.
13490 (top): Remove setting of `file-remote-p'. Don't set
13491 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13492
13493 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13494 `file-remote-p'.
13495
13496 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13497 counted for (last) line. [They should or they shouldn't? --Stef]
13498 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13499
13500 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13501
13502 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13503 not really necessary but seems to keep the shell history smaller
13504 in some cases. It is no substitute for setting HISTFILE and
13505 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13506 though. Suggested by Luc Teirlinck.
13507 (tramp-open-connection-setup-interactive-shell): Export variables
13508 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13509 (tramp-set-process-query-on-exit-flag): New compat function.
13510 (tramp-open-connection-multi, tramp-open-connection-su)
13511 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13512 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13513 (tramp-let-maybe): New macro, let-binds a variable only if it
13514 isn't obsolete.
13515 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13516 (tramp-handle-file-truename): Use it.
13517 (tramp-completion-file-name-regexp-unified): Avoid matching
13518 filenames starting with "/:" -- those are reserved for
13519 file-name-non-special.
13520
13521 * tramp-smb.el (tramp-smb-open-connection):
13522 Use tramp-set-process-query-on-exit-flag compat function.
13523
13524 2004-05-29 Richard M. Stallman <rms@gnu.org>
13525
13526 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13527
13528 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13529 (eval-last-sexp-print-value): Print char equivalent regardless
13530 of standard-output value.
13531
13532 * thumbs.el (thumbs-subst-char-in-string): Delete.
13533 (thumbs-thumbname): Use subst-char-in-string.
13534 (thumbs-resize-image): Use condition-case, not ignore-errors.
13535 (thumbs-kill-buffer): Likewise.
13536
13537 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13538 (thumbs-mode): Make buffer read-only.
13539 (thumbs-make-thumb): Unconditionally accept an existing file.
13540 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13541 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13542 (thumbs-show-thumbs-list): Error if images not supported.
13543 (thumbs-save-current-image): Improve prompt string.
13544 (thumbs-mode-map): Define u, R, x.
13545 (thumbs-unmark): New command.
13546 (thumbs-emboss-image): Minor cleanup.
13547 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13548 (thumbs-rename-images): New command.
13549 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13550
13551 * thumbs.el (thumbs-current-image): New function.
13552 (thumbs-file-list, thumbs-file-alist): New functions.
13553 (thumbs-find-image): Delete arg L.
13554 Don't set up thumbs-fileL as buffer-local global var.
13555 (thumbs-find-image-at-point): Use thumbs-current-image.
13556 (thumbs-set-image-at-point-to-root-window): Likewise.
13557 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13558 Record and warn about errors. Update thumbs-markedL for deletions.
13559 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13560 (thumbs-redraw-buffer): Use thumbs-file-list.
13561 (thumbs-mark): Use thumbs-current-image.
13562 (thumbs-show-name): Use thumbs-current-image.
13563
13564 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13565 and imenu--last-menubar-index-alist.
13566
13567 * subr.el (with-selected-window): Undo previous change.
13568
13569 2004-05-29 John Paul Wallington <jpw@gnu.org>
13570
13571 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13572 (thumbs-mouse-find-image): New command.
13573 (thumbs-mode-map): Bind it to mouse-2.
13574 (thumbs-mode): Make mode-class special.
13575 (thumbs-view-image-mode): Likewise.
13576
13577 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13578
13579 * flymake.el: New file.
13580
13581 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13582
13583 * files.el (find-file-noselect-1): Do not bind
13584 `inhibit-read-only' to t during execution of
13585 `find-file-not-found-functions'.
13586
13587 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13590 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13591
13592 2004-05-28 Juri Linkov <juri@jurta.org>
13593
13594 * simple.el (eval-expression-print-format): New fun.
13595
13596 * simple.el (eval-expression):
13597 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13598 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13599 (edebug-eval-expression): Print additionally the value returned by
13600 `eval-expression-print-format'.
13601
13602 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13603 (insert-pair): Make arguments optional. Find character pair
13604 from `insert-pair-alist' according to the last input event.
13605 (insert-parentheses): Make arguments optional.
13606 (raise-sexp, delete-pair): New funs.
13607
13608 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13609 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13610 Bind C-M-q to `indent-pp-sexp'.
13611
13612 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13613 `pp-to-string' modified to be able to format text with newlines.
13614 (pp-to-string): Move the buffer-formatting part of the code to
13615 `pp-buffer'. Call `pp-buffer'.
13616
13617 * info.el (Info-desktop-buffer-misc-data): Don't save information
13618 about virtual files.
13619 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13620 buffers with names obtained from the desktop file instead of the
13621 default *info* buffer.
13622
13623 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13624
13625 * subr.el (with-selected-window): Only save/restore the selected window.
13626
13627 * progmodes/compile.el (compilation-error-regexp-alist):
13628 Use expand-file-name and data-directory.
13629
13630 * progmodes/grep.el (grep-tree): Rework previous fix.
13631
13632 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13633 after the user marked text with the mouse.
13634
13635 * startup.el (command-line): Keep the first regexp of
13636 auto-save-file-name-transforms intact.
13637
13638 2004-05-28 Juanma Barranquero <lektu@terra.es>
13639
13640 * cus-edit.el (customize-face, customize-face-other-window)
13641 (custom-face-edit-delete): Make arguments match their use in
13642 docstring.
13643 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13644 docstring.
13645
13646 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13647 not `cvs-butlast'.
13648
13649 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13650 `nbutlast' are in subr.el).
13651
13652 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13653 (set-w32-system-coding-system): Doc fixes.
13654
13655 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13656 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13657 Make arguments match their use in docstring.
13658 (artist-draw-region-trim-line-endings)
13659 (artist-mouse-choose-operation): Fix typo in docstring.
13660 (artist-key-set-point-common): Doc fix.
13661
13662 2004-05-28 Simon Josefsson <jas@extundo.com>
13663
13664 * mail/smtpmail.el (smtpmail-open-stream):
13665 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13666
13667 2004-05-26 Simon Josefsson <jas@extundo.com>
13668
13669 * starttls.el: Merge with my GNUTLS based starttls.el.
13670 (starttls-gnutls-program, starttls-use-gnutls)
13671 (starttls-extra-arguments, starttls-process-connection-type)
13672 (starttls-connect, starttls-failure, starttls-success): New variables.
13673 (starttls-program, starttls-extra-args): Doc fix.
13674 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13675 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13676 and pass on to corresponding *-gnutls function if it is set.
13677
13678 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13679
13680 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13681 remote files.
13682
13683 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13684
13685 * files.el (file-name-non-special): There are more operations
13686 which need handling: `find-backup-file-name',
13687 `insert-file-contents', `verify-visited-file-modtime',
13688 `write-region'. Rename t value of method to `add'. Add new
13689 methods `quote' and `unquote-then-quote' to file-arg-indices.
13690
13691 2004-05-25 Juri Linkov <juri@jurta.org>
13692
13693 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13694 (Info-index-nodes): Enclose code in condition-case to catch errors.
13695 (Info-index-node): Don't search all index nodes if request is only
13696 for the current node and file is not in the cache of index nodes.
13697 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13698 for consistency with dired-copy-filename-as-kill.
13699 Bind `S' to Info-search-case-sensitively.
13700 (Info-copy-current-node-name): New arg. With zero prefix arg put
13701 the name inside a function call to `info'. Display copied text in
13702 the echo area.
13703
13704 2004-05-25 Sam Steingold <sds@gnu.org>
13705
13706 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13707 strip the package prefix from the symbol name, if any.
13708 Make it the `find-tag-default-function' for `lisp-mode'.
13709
13710 2004-05-25 John Paul Wallington <jpw@gnu.org>
13711
13712 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13713 instead of obsolete `process-kill-without-query'.
13714
13715 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13716 Declare as variable, not constant.
13717
13718 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13719
13720 * files.el (find-file-noselect-1): Fix bug introduced by
13721 Revision 1.694. As a side effect, `inhibit-read-only'
13722 is again, by default, t during execution of
13723 `find-file-not-found-functions'.
13724 (insert-directory): Check that lines were really inserted by
13725 the --dired switch, before erasing them.
13726
13727 2004-05-24 Nick Roberts <nickrob@gnu.org>
13728
13729 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13730 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13731 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13732 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13733 gud-minor-mode (gdbmi).
13734
13735 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13736
13737 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13738 explicitly select the text to be taken as URL.
13739
13740 2004-05-23 Juri Linkov <juri@jurta.org>
13741
13742 * info.el (Info-index-nodes): New var and fun.
13743 (Info-goto-index, Info-index, info-apropos)
13744 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13745 (Info-index): Fix docstring. Store and restore Info-history-list.
13746 (Info-complete-nodes): New var.
13747 (Info-complete-menu-item): Use it.
13748 (Info-index-node): New fun.
13749 (Info-final-node, Info-forward-node, Info-backward-node)
13750 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13751 Use Info-index-node.
13752 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13753 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13754 (Info-find-node-2): If a node with period in its name not found,
13755 try to find a node without the name part after period.
13756 (Info-select-node): Call Info-fontify-node only if
13757 Info-fontify-maximum-menu-size is not nil.
13758 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13759 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13760 Preserve Info-history-list.
13761 (Info-toc): Set Info-current-file.
13762 (Info-build-toc): Move point to the beginning of the buffer.
13763 Add main-file variable.
13764 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13765 Use backslashed representation of the control character ^_.
13766
13767 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13768 numbers in the new Texinfo 4.7 format.
13769
13770 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13771 regexps for function and variable names.
13772
13773 * descr-text.el (describe-property-list): Add [show] button for
13774 `syntax-table' property with action to pp to a separate buffer.
13775 (describe-char): Replace search-forward by re-search-forward with
13776 whitespace regexp after "character:" to not fail in too narrow windows.
13777
13778 * simple.el (next-error-find-buffer): Add a rule to return
13779 next-error capable buffer if one window on the selected frame
13780 displays such buffer.
13781
13782 2004-05-23 Nick Roberts <nickrob@gnu.org>
13783
13784 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13785 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13786 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13787 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13788 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13789 Handle new value for gud-minor-mode (gdbmi).
13790 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13791 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13792 Change from local to global gdb variable set.
13793 (gdb-ann3): Initialise above gdb variable set.
13794 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13795 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13796 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13797 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13798 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13799 (gdb-info-locals-handler, gdb-invalidate-assembler)
13800 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13801 set as global variables.
13802 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13803 Handle gdbmi.
13804 (gdb-info-breakpoints-custom): Fix regexp.
13805 (def-gdb-var): Delete.
13806
13807 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13808 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13809 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13810 a new mode. The file (gdb-mi.el) for this mode will be included
13811 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13812 primary interface.
13813
13814 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13815
13816 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13817 interpreted as a directory.
13818
13819 2004-05-22 Richard M. Stallman <rms@gnu.org>
13820
13821 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13822 as a close quote.
13823
13824 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13825
13826 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13827 Use assoc-string, not assoc-ignore-case.
13828
13829 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13830
13831 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13832 If moving back then fwd gets a defun that ends before point,
13833 try again moving fwd then back.
13834
13835 * files.el (file-name-non-special): Allow t in file-arg-indices
13836 to mean requote the return value. Use `identity' as an element
13837 rather than as the whole value.
13838
13839 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13840
13841 2004-05-22 Juanma Barranquero <lektu@terra.es>
13842
13843 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13844 `help-make-usage'.
13845 (help-highlight-arguments): Skip function name before searching
13846 for arguments.
13847
13848 2004-05-21 Juanma Barranquero <lektu@terra.es>
13849
13850 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13851 Don't mention in the docstring these arguments meant for
13852 internal (recursive) use only.
13853 (allout-char-spec): Comment out (it's not implemented).
13854 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13855 obsolescence declaration.
13856 (allout-flatten-exposed-to-buffer)
13857 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13858 (my-mark-marker): Doc fix.
13859 (produce-allout-mode-map, allout-sibling-index)
13860 (allout-isearch-expose, allout-distinctive-bullet)
13861 (allout-open-topic, allout-reindent-body)
13862 (allout-rebullet-heading, allout-process-exposed)
13863 (allout-insert-listified, allout-latex-verb-quote)
13864 (allout-insert-latex-header, allout-insert-latex-trailer):
13865 Make arguments match their use in docstring.
13866 (allout-primary-bullet, allout-old-style-prefixes)
13867 (allout-inhibit-protection, allout-init, allout-mode)
13868 (allout-before-change-protect, allout-flag-region):
13869 Use "Emacs" instead of "emacs" in docstrings.
13870
13871 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13872
13873 * international/characters.el: Modify syntax of more characters.
13874
13875 2004-05-21 Masatake YAMATO <jet@gyve.org>
13876
13877 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13878 (etags-tags-completion-table): Show parsing progress.
13879
13880 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13881
13882 * locate.el (locate-prompt-for-command): Shorten first line of
13883 docstring.
13884 (locate-mode): Expand docstring and include keymap summary.
13885
13886 * files.el (find-file-noselect-1): Limit the scope of the
13887 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13888 is, by default, nil during the execution of
13889 `find-file-not-found-functions' and `find-file-hook'.
13890
13891 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13892
13893 * facemenu.el (facemenu-color-name-equal): New function.
13894 (list-colors-display): Use it to compare colors instead of
13895 facemenu-color-equal.
13896
13897 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13898
13899 * compare-w.el (compare-windows-face): Use min-colors instead of
13900 checking for tty or pc types.
13901
13902 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13905 (completion-setup-function): Use with-current-buffer.
13906 Properly save excursion. Simplify.
13907 Don't assume there is necessarily a `mouse-face' property somewhere.
13908
13909 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13910
13911 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13912
13913 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13914 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13915 Use with-current-buffer.
13916 (byte-goto-log-buffer): Delete.
13917 (byte-compile-log-file): Call compilation-forget-errors.
13918
13919 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13920
13921 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13922 output messages into the search result.
13923
13924 2004-05-19 Masatake YAMATO <jet@gyve.org>
13925
13926 * wid-edit.el (widget-radio-button-notify): Revert my last
13927 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13928
13929 2004-05-19 Kenichi Handa <handa@m17n.org>
13930
13931 * international/characters.el: Fix syntax (open/close) of CJK chars.
13932
13933 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13934
13935 * help-mode.el (help-go-back): Don't depend on position of back button.
13936
13937 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13940 files files don't contain an accidental additional /.
13941
13942 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13943 in source buffer.
13944
13945 2004-05-18 Masatake YAMATO <jet@gyve.org>
13946
13947 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13948 to widget-apply. :action method assumes 2 arguments, not 3.
13949
13950 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
13951
13952 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13953 New constants.
13954 (hs-special-modes-alist): Add an f90-mode entry.
13955
13956 2004-05-17 Sam Steingold <sds@gnu.org>
13957
13958 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13959 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
13960
13961 2004-05-16 Kim F. Storm <storm@cua.dk>
13962
13963 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13964
13965 2004-05-15 John Wiegley <johnw@newartisans.com>
13966
13967 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13968 (eshell-output-object-to-target): Improve output speed 20% by not
13969 calling `eshell-stringify' if something is already known to be a string.
13970
13971 2004-05-15 Alex Ott <ott@jet.msk.su>
13972
13973 * textmodes/ispell.el (ispell-local-dictionary-alist):
13974 Add windows-1251 to the choice of coding systems.
13975 (ispell-dictionary-alist-6): Add support for "russianw.aff",
13976 encoded in cp1251.
13977
13978 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
13979
13980 * progmodes/compile.el (compilation-warning-face)
13981 (compilation-info-face): Use min-colors.
13982
13983 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13984
13985 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13986 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13987 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13988 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13989 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13990 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13991 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13992 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13993 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13994 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13995 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13996 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13997 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13998 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13999
14000 2004-05-15 Kim F. Storm <storm@cua.dk>
14001
14002 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14003 Use it to set triggered-p element of timer.
14004 (timer-event-handler): Set triggered-p element non-nil while running
14005 the timer function.
14006
14007 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14008
14009 * descr-text.el (describe-char-unicode-data)
14010 (describe-char-unicodedata-file): Re-enable the unicode code now that
14011 the licensing issues have been cleared in the unicode-4 license.
14012 (describe-text-properties-1): Remove unused `overlay' var.
14013 (describe-char): Remove unused var `buffer'.
14014
14015 2004-05-14 David Ponce <david@dponce.com>
14016
14017 * tree-widget.el: New file.
14018
14019 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14020
14021 * language/european.el ("Brazilian Portuguese"): Add support for
14022 Brazilian Portuguese.
14023
14024 2004-05-13 John Wiegley <johnw@newartisans.com>
14025
14026 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14027 `recentf-mode' if this variable has been customized to t.
14028
14029 * eshell/esh-test.el (eshell-test): Call the function
14030 `emacs-version' rather than trying to build a custom version string.
14031
14032 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * net/telnet.el (telnet-mode): Use define-derived-mode.
14035 Don't modify the global value of comint-prompt-regexp.
14036
14037 2004-05-13 John Paul Wallington <jpw@gnu.org>
14038
14039 * version.el (emacs-version): Check for `gtk' feature before
14040 `x-toolkit' feature.
14041
14042 2004-05-13 Juanma Barranquero <lektu@terra.es>
14043
14044 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14045 arguments in the docstring, they're used only in recursive calls.
14046
14047 * help-fns.el (help-arg-highlighting-function)
14048 (help-argument-name): Delete.
14049 (help-default-arg-highlight): New function.
14050 (help-do-arg-highlighting): Use it.
14051
14052 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14053
14054 * calendar/appt.el (appt-disp-window):
14055 Use `calendar-set-mode-line' for a centered mode-line.
14056
14057 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14058
14059 * calendar/appt.el (appt-disp-window): Do not split window
14060 excessively when `split-height-threshold' is low.
14061
14062 2004-05-12 Nick Roberts <nickrob@gnu.org>
14063
14064 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14065 kill-buffer-hook here and make it local.
14066 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14067
14068 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14069
14070 * progmodes/compile.el (compilation-set-window-height):
14071 Use save-excursion to protect against misplaced marker.
14072
14073 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14074
14075 * custom.el (defface): Document that type can have value gtk.
14076
14077 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14078
14079 2004-05-12 Kenichi Handa <handa@m17n.org>
14080
14081 * descr-text.el: Require quail at comile time.
14082 (describe-char): If an input method is on and it supports the
14083 character, show how to input it.
14084
14085 * international/quail.el (quail-install-decode-map): Accept a
14086 char-table whose subtype is `quail-decode-map'.
14087 (quail-store-decode-map-key, quail-gen-decode-map1)
14088 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14089 (quail-show-key): New functions.
14090
14091 2004-05-12 Juanma Barranquero <lektu@terra.es>
14092
14093 * generic.el (define-generic-mode): Remove redundant arglist info.
14094
14095 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14096 Make arguments match their use in docstring.
14097 (help-arg-highlighting-function): New variable.
14098 (help-argument-name): Mention it in the docstring.
14099 (help-do-arg-highlight): Use it. Expand regexp to accept also
14100 ARG-xxx and xxx-ARG references.
14101
14102 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14103
14104 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14105 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14106 and "mailto:addr1?to=addr2" equal.
14107
14108 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14109
14110 * man.el (Man-getpage-in-background): Use shell-file-name
14111 and shell-command-switch variables instead of hard-coded values.
14112
14113 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14114
14115 * iimage.el: New file.
14116
14117 2004-05-11 Juanma Barranquero <lektu@terra.es>
14118
14119 * custom.el (custom-initialize-default, defcustom):
14120 Fix typo in docstring.
14121
14122 * files.el (set-visited-file-name, file-expand-wildcards):
14123 Fix docstring.
14124
14125 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14126
14127 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14128
14129 * subr.el (eventp): Be more discriminating with integers.
14130
14131 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14132
14133 * progmodes/compile.el (compile): Add universal prefix arg.
14134 (compilation-error-regexp-alist-alist): Add edg patterns.
14135
14136 2004-05-10 Sam Steingold <sds@gnu.org>
14137
14138 * textmodes/ispell.el (ispell-message):
14139 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14140
14141 2004-05-10 Dave Love <fx@gnu.org>
14142
14143 * progmodes/python.el (help-buffer): Autoload when compiling.
14144 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14145 (run-python): Prepend to any existing PYTHONPATH.
14146
14147 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14148
14149 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14150 for pending breakpoints.
14151
14152 2004-05-10 Richard M. Stallman <rms@gnu.org>
14153
14154 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14155 directly without calling any functions in Rmail.
14156 (unrmail-unprune): Function deleted.
14157
14158 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14159
14160 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14161 C-c C-z binding.
14162
14163 2004-05-10 Kenichi Handa <handa@m17n.org>
14164
14165 * descr-text.el (describe-char): Fix previous change. Don't make
14166 a unibyte character to multibyte in the *Help* buffer.
14167
14168 2004-05-10 Miles Bader <miles@gnu.org>
14169
14170 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14171 buffer an error if the debugger process is actually running.
14172
14173 2004-05-10 Juanma Barranquero <lektu@terra.es>
14174
14175 * help-fns.el (help-argument-name): Default to italic.
14176 (help-highlight-arguments): Return always (usage . doc), even when
14177 usage is nil.
14178
14179 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14180 (define-ibuffer-filter): Add usage info.
14181 (define-ibuffer-op): Add usage info (but CL-style defaults for
14182 keyword args are not shown).
14183
14184 * subr.el (remove-overlays, read-passwd): Fix docstring.
14185 (start-process-shell-command): Fix docstring. Put usage info in a
14186 format usable by `describe-function'.
14187 (open-network-stream, open-network-stream-nowait)
14188 (open-network-stream-server): Fix docstring.
14189
14190 2004-05-09 Jason Rumney <jasonr@gnu.org>
14191
14192 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14193 Only define cp125* if windows-125* is already defined.
14194
14195 * language/korean.el (cp949): Add alias.
14196
14197 * language/chinese.el (cp936, cp950): Add aliases.
14198
14199 * language/japanese.el (cp932): Add alias.
14200
14201 * term/w32-win.el: Require code-pages.
14202
14203 * international/mule-cmds.el (set-locale-environment):
14204 On MS-Windows use ansi code-page for default coding-systems.
14205 Set up paper sizes for Windows 3 letter languages.
14206
14207 * international/code-pages.el (cp932, cp936, cp949, cp950):
14208 Add aliases. Also add cp125* if not already defined.
14209
14210 2004-05-09 Juanma Barranquero <lektu@terra.es>
14211
14212 * help-fns.el (help-highlight-arguments): Don't try to highlight
14213 missing or autoloaded arglists. Accept structured arguments, like
14214 the first ones of `do' and `flet'.
14215
14216 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14217 (cvs-get-marked): Remove redundant arglist info.
14218
14219 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14220 Don't use CL-style default args.
14221
14222 2004-05-08 Andreas Schwab <schwab@suse.de>
14223
14224 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14225
14226 * international/subst-ksc.el: Fix references to utf-translate-cjk
14227 into utf-translate-cjk-mode.
14228 * international/subst-big5.el: Likewise.
14229 * international/subst-gb2312.el: Likewise.
14230 * international/subst-jis.el: Likewise.
14231 * international/utf-16.el: Likewise.
14232 * international/utf-8.el: Likewise.
14233
14234 2004-05-08 John Wiegley <johnw@newartisans.com>
14235
14236 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14237 "virtual buffers" (off by default), which makes it possible to
14238 switch to the "virtual" buffers of recently visited files. When a
14239 buffer name search fails, and this option is on, iswitchb will
14240 look at the list of recently visited files, and permit matching
14241 against those names. When the user hits RET on a match, it will
14242 revisit that file.
14243 (iswitchb-read-buffer): Add two optional arguments, which makes
14244 isearchb.el possible.
14245 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14246 (iswitchb-next-match): Add support for virtual buffers.
14247
14248 * isearchb.el: This module extends iswitchb to provide "as you
14249 type" buffer selection.
14250
14251 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14252 Ignore the read-only property when flyspell highlighting is on.
14253 Not ignoring it leads to a series of confusing errors.
14254 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14255 but also make sure to call flyspell-incorrect-hook.
14256 (flyspell-maybe-correct-transposition): Perform transposition test
14257 by bit twiddling a string, rather than using a temp buffer.
14258 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14259 buffer. This is also the original version of the code, which
14260 could not be checked in before due to a previous lack of
14261 assignment papers. This version has seen heavy usage on my system
14262 for several years now.
14263
14264 * calendar/cal-bahai.el: New file, which adds support for the
14265 Baha'i calendar to Emacs. This calendar is based on a solar year
14266 of 19 months of 19 days, with 4 intercalary days. Each year
14267 begins on March 21, with the calendar starting in 1844.
14268
14269 * calendar/cal-menu.el, calendar/calendar.el
14270 * calendar/diary-lib.el, calendar/holidays.el:
14271 Added support for using cal-bahai.el.
14272
14273 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14274 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14275 function can be used outside of eshell buffers.
14276 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14277
14278 2004-05-08 Juanma Barranquero <lektu@terra.es>
14279
14280 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14281 word constituent so FOO-ARG is not recognized as an arg.
14282 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14283
14284 * simple.el (next-error): Fix typo in docstring.
14285 (open-line): Make argument names match their use in docstring.
14286 (split-line): Fix docstring.
14287
14288 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14289 usable by `describe-function'.
14290 (gensym, gentemp, typep, ignore-errors): Make argument names match
14291 their use in docstring.
14292
14293 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14294 argument to `help-setup-xref'.
14295
14296 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14297
14298 Version 2.0.40 of Tramp released.
14299
14300 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14301 Use symbol-function to invoke functions only known on some Emacs
14302 flavors. This avoids byte-compiler warnings. Reported by Kevin
14303 Scaldeferri <kevin@scaldeferri.com>.
14304 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14305 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14306 consistent with the other tramp-do-* functions.
14307 (tramp-do-copy-or-rename-file): Calls adjusted.
14308 (tramp-process-initial-commands): Avoid liveness check on shell --
14309 we know that it must be alive since we're opening a connection at
14310 this moment.
14311 (tramp-last-cmd): New internal variable.
14312 (tramp-process-echoes): New tunable.
14313 (tramp-send-command): Set tramp-last-cmd.
14314 (tramp-wait-for-output): Delete echo, if applicable.
14315 (tramp-read-passwd): Construct the key for the password cache in a
14316 way that works for multi methods, too.
14317 (tramp-bug): Add backup-directory-alist and
14318 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14319
14320 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14321
14322 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14323
14324 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14325 (tramp-actions-copy-out-of-band): New defcustoms.
14326 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14327 used instead of a synchronous one. Allows password entering.
14328 (tramp-action-out-of-band): New defun.
14329 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14330 Remove restriction with password from doc string.
14331 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14332 `tramp-out-of-band-prompt-regexp',
14333 `tramp-actions-copy-out-of-band', `password-cache' and
14334 `password-cache-expiry'.
14335 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14336 password caching.
14337 (tramp-touch): FILE can be a local file, too.
14338 (TODO): Remove items done.
14339 (tramp-handle-insert-directory): Properly quote file name also if
14340 not full-directory-p. Handle wildcard case. Reported by Andreas
14341 Schwab <schwab@suse.de>.
14342 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14343 new file.
14344 (tramp-handle-file-local-copy, tramp-handle-write-region):
14345 The permissions of the temporary file are set if filename exists.
14346 Reported by Ted Stern <stern@cray.com>.
14347 (tramp-backup-directory-alist)
14348 (tramp-bkup-backup-directory-info): New defcustoms.
14349 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14350 (tramp-handle-find-backup-file-name): New function.
14351 Implements Tramp's find-backup-file-name.
14352
14353 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14354 for `find-backup-file-name'.
14355
14356 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14357 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14358
14359 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14360
14361 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14362
14363 2004-05-07 Juanma Barranquero <lektu@terra.es>
14364
14365 * subr.el (lambda): Add arglist description to docstring.
14366 (declare): Fix typo in docstring.
14367 (open-network-stream): Fix docstring.
14368 (process-kill-without-query): Fix docstring and add obsolescence info.
14369 (last, butlast, nbutlast): Make arguments match their use in docstring.
14370 (insert-buffer-substring-no-properties): Likewise.
14371 (insert-buffer-substring-as-yank): Likewise.
14372 (split-string): Fix docstring.
14373
14374 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14375 Make argument names match their use in docstring.
14376
14377 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14378
14379 2004-05-06 Nick Roberts <nickrob@gnu.org>
14380
14381 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14382 Fit first sentence on one line for apropos-command.
14383
14384 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 Changes largely merged in from Dave Love's code.
14387 * progmodes/python.el: Doc fixes.
14388 (python-mode-map): Add python-complete-symbol.
14389 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14390 (python-comment-indent, python-complete-symbol)
14391 (python-symbol-completions, python-partial-symbol)
14392 (python-try-complete): New.
14393 (python-indent-line): Remove optional arg. Use python-block-end-p.
14394 (python-check): Bind compilation-error-regexp-alist.
14395 (inferior-python-mode): Use rx. Move keybindings to top level.
14396 Set comint-input-filter.
14397 (python-preoutput-filter): Use rx.
14398 (python-input-filter): Re-introduce.
14399 (python-proc): Start new process if necessary.
14400 Check python-buffer non-nil.
14401 (view-return-to-alist): Defvar.
14402 (python-send-receive): New.
14403 (python-eldoc-function): Use it.
14404 (python-mode-running): Don't defvar.
14405 (python-mode): Set comment-indent-function.
14406 Maybe update hippie-expand-try-functions-list.
14407 (python-indentation-levels): Initialize differently.
14408 (python-block-end-p): New.
14409 (python-indent-line): Use it.
14410 (python-compilation-regexp-alist): Augment.
14411 (run-python): Import `emacs' module to Python rather than loading
14412 code directly. Set python-buffer differently.
14413 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14414 Use python-proc.
14415 (python-send-command): Go to end of comint buffer.
14416 (python-load-file): Use python-proc, emacs.eimport.
14417 (python-describe-symbol): Simplify interactive form.
14418 Use emacs.help. Do use temp-buffer-show-hook.
14419 Call print-help-return-message.
14420 (hippie-exp): Require when compiling.
14421 (python-preoutput-continuation): Use rx.
14422
14423 * diff-mode.el (diff-make-unified): Fix regexp.
14424
14425 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14426
14427 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14428 filter groups from the buffer when rebuilding the Ibuffer buffer
14429 and `ibuffer-show-empty-filter-groups' is nil.
14430
14431 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14432
14433 * ps-print.el (ps-print-quote): Call ps-value-string.
14434 (ps-setup): Call ps-comment-string.
14435 (ps-value-string, ps-comment-string): New funs.
14436
14437 2004-05-06 Juanma Barranquero <lektu@terra.es>
14438
14439 * ehelp.el (electric-help-command-loop): Check whether the last
14440 character is visible, not (point-max).
14441
14442 * help-fns.el (help-argument-name): Default to bold; don't inherit
14443 from font-lock-variable-name-face.
14444 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14445
14446 2004-05-05 Kenichi Handa <handa@m17n.org>
14447
14448 * descr-text.el (describe-char): Copy the character with text
14449 properties and overlays into the first line, and call
14450 describe-text-properties on it.
14451
14452 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14453
14454 * iswitchb.el (iswitchb-global-map): Fix typo.
14455 Remove unwanted ###autoloads from source file.
14456
14457 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14458
14459 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14460 in run-hooks. Use substitute-command-keys in message.
14461 (wdired-abort-changes): Add message.
14462
14463 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14464
14465 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14466 (sql-emacs20-p): Remove.
14467 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14468 (sql-builtin-face, sql-doc-face): Remove.
14469 (sql-mode-ansi-font-lock-keywords)
14470 (sql-mode-oracle-font-lock-keywords)
14471 (sql-mode-postgres-font-lock-keywords)
14472 (sql-mode-linter-font-lock-keywords)
14473 (sql-mode-ms-font-lock-keywords)
14474 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14475 (sql-product-font-lock): Fix font-lock reset when font rules change.
14476 (sql-highlight-product): Remove incorrect font-lock reset logic.
14477
14478 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14479
14480 * ses.el (ses-set-parameter): Fix typo.
14481
14482 2004-05-04 Kim F. Storm <storm@cua.dk>
14483
14484 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14485 Must expand directory for completion to work; and don't mess with
14486 process-environment.
14487 (ido-read-file-name): If command has ido property, don't use ido
14488 if value is ignore, or read as directory if value is dir.
14489 Set ido ignore property for dired-do-rename command.
14490
14491 2004-05-04 Juanma Barranquero <lektu@terra.es>
14492
14493 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14494 (electric-help-help): Check against unmapped commands.
14495
14496 * help-fns.el (help-argument-name): New face, inheriting from
14497 font-lock-variable-name-face, to highlight function arguments in
14498 `describe-function' and `describe-key'.
14499 (help-do-arg-highlight): Auxiliary function to highlight a given
14500 list of arguments in a string.
14501 (help-highlight-arguments): Highlight the function arguments and
14502 all uses of them in the docstring.
14503 (describe-function-1): Use it. Do docstring output via `insert',
14504 not 'princ', so text attributes are preserved.
14505
14506 * winner.el (winner-mode-map): Move `winner-undo' and
14507 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14508 previous bindings conflict with `prev-buffer', `next-buffer').
14509
14510 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14511
14512 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14513 (bibtex-entry-update): New command bound to C-c C-u.
14514 (bibtex-text-in-string): Fix regexp.
14515 (bibtex-assoc-of-regexp): Remove.
14516 (bibtex-progress-message): Fix docstring.
14517 (bibtex-inside-field): Use if.
14518 (bibtex-assoc-regexp): New function.
14519 (bibtex-format-entry): Make code more robust so that it formats
14520 also old entries.
14521 (bibtex-autokey-demangle-title): Merge with obsolete function
14522 bibtex-assoc-of-regexp.
14523 (bibtex-field-list): New function.
14524 (bibtex-entry): Use bibtex-field-list.
14525 (bibtex-parse-entry): Fix docstring.
14526 (bibtex-print-help-message): Use bibtex-field-list.
14527 (bibtex-make-field): Use bibtex-field-list.
14528 (bibtex-entry-index): Bugfix. Return crossref key if required.
14529 (bibtex-lessp): Fix docstring.
14530
14531 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14532
14533 * select.el (xselect-convert-to-string): Move comment to intended line.
14534
14535 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14536
14537 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14538 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14539
14540 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14541
14542 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14543 x-get-selection.
14544
14545 2004-05-03 Jason Rumney <jasonr@gnu.org>
14546
14547 * makefile.nt: Remove.
14548
14549 2004-05-03 Kim F. Storm <storm@cua.dk>
14550
14551 * emulation/cua-base.el (cua--update-indications): Fix last change.
14552 (cua-mode): Deactivate mark when cua-mode is enabled.
14553
14554 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14555
14556 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14557
14558 2004-05-03 Nick Roberts <nickrob@gnu.org>
14559
14560 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14561 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14562 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14563 window over visible frames.
14564 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14565
14566 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * progmodes/compile.el (compilation-gcpro): New var.
14569 (compilation-fake-loc): Use it.
14570 (compilation-forget-errors): Reset it.
14571
14572 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14573
14574 * diff-mode.el (diff-header-face, diff-file-header-face):
14575 Use min-colors.
14576
14577 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14578
14579 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14580 (bibtex-clean-entry): Disentangle code.
14581 (bibtex-realign): New function.
14582 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14583 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14584 Remove undocumented optional arg called-by-convert-alien.
14585 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14586 for sorting instead of bibtex-sort-buffer.
14587
14588 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14589
14590 * progmodes/compile.el (compilation-start): In the
14591 no-async-subprocesses branch, call sit-for to give redisplay a
14592 chance to show the updated process status in the mode line, and
14593 fontify the buffer explicitly after the process exits.
14594
14595 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14596
14597 * progmodes/python.el (python-compilation-line-number): Remove.
14598 (python-compilation-regexp-alist): Don't use it any more.
14599 (python-orig-start, python-input-filter): Remove.
14600 (inferior-python-mode): Don't set up comint-input-filter-functions.
14601 (python-send-region): Use compilation-fake-loc.
14602
14603 * progmodes/compile.el (compilation-messages-start): New var.
14604 (compilation-mode): Don't setup next-error-function here.
14605 (compilation-setup): Set it up here instead (for minor modes as well).
14606 Make compilation-messages-start buffer local.
14607 (compilation-next-error-function): Use it.
14608 (compilation-forget-errors): Set compilation-messages-start.
14609
14610 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14611
14612 * ielm.el (ielm-prompt-read-only): Update docstring.
14613
14614 * comint.el (comint-prompt-read-only): Update docstring.
14615 (comint-update-fence, comint-kill-whole-line)
14616 (comint-kill-region): New functions.
14617
14618 * simple.el (kill-whole-line): Use "p" instead of "P" in
14619 interactive form.
14620
14621 2004-05-01 Juanma Barranquero <lektu@terra.es>
14622
14623 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14624 format arglist so default values in CL-style argument lists are
14625 correctly shown.
14626
14627 2004-05-01 Jason Rumney <jasonr@gnu.org>
14628
14629 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14630
14631 2004-05-01 Kenichi Handa <handa@m17n.org>
14632
14633 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14634 quail file if it is up to date.
14635
14636 2004-04-30 Juri Linkov <juri@jurta.org>
14637
14638 * cus-edit.el (custom-mode-map):
14639 Add key binding `C-x C-s' to `Custom-save'.
14640
14641 * outline.el (outline-blank-line): New var.
14642 (outline-next-preface, outline-show-heading)
14643 (outline-end-of-subtree): Use it.
14644
14645 * dired-aux.el (dired-touch-initial): New fun.
14646 (dired-do-chxxx): Call it for op-symbol `touch'.
14647 (dired-diff): Use `dired-dwim-target-directory'
14648 if current dired buffer has no buffer mark.
14649
14650 * bindings.el (propertized-buffer-identification):
14651 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14652 Add C-M-arrow keys for consistency.
14653
14654 * files.el (confirm-kill-emacs):
14655 Change group from top-level `emacs' to `convenience'.
14656
14657 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14658 Push mark on the first call of successive command calls.
14659 (insert-pair): New fun created from `insert-parentheses' with
14660 `open' and `close' arguments added. Enclose active regions
14661 in paired characters. Compare adjacent characters syntax with
14662 inserted characters syntax before inserting a space.
14663 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14664
14665 * delsel.el: Don't put `delete-selection' property
14666 on `insert-parentheses' symbol to take advantage of
14667 region handling in `insert-pair' function.
14668 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14669
14670 2004-04-30 Kim F. Storm <storm@cua.dk>
14671
14672 * emulation/cua-base.el: Add support for changing cursor types;
14673 based on patch from Michael Mauger.
14674 (cua-normal-cursor-color, cua-read-only-cursor-color)
14675 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14676 Customization cursor type and/or cursor color.
14677 (cua--update-indications): Handle cursor type changes.
14678 (cua-mode): Update cursor indications if enabled.
14679
14680 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14681
14682 * mouse.el (mouse-drag-copy-region): New defcustom.
14683 (mouse-set-region, mouse-drag-region-1): Use it.
14684
14685 * simple.el (kill-ring-save): If region face background color is
14686 unspecified (if no highlighting), show extent of fully visible
14687 region even if transient-mark-mode is enabled.
14688
14689 * emulation/cua-base.el (cua--standard-movement-commands):
14690 Add cua-scroll-up and cua-scroll-down.
14691 (cua-scroll-up, cua-scroll-down): New commands.
14692 (cua--init-keymaps): Remap scroll-up and scroll-down.
14693
14694 * emulation/cua-rect.el (cua--convert-rectangle-as):
14695 New defmacro.
14696 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14697 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14698 New commands (suggested by Jordan Breeding).
14699
14700 2004-04-30 Juanma Barranquero <lektu@terra.es>
14701
14702 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14703
14704 2004-04-30 Mario Lang <mlang@delysid.org>
14705
14706 * diff.el (diff-switches): Fix typo in docstring.
14707
14708 2004-04-30 Alex Schroeder <alex@gnu.org>
14709
14710 * xml.el (xml-debug-print-internal): Don't add newline and
14711 indentation to text nodes and write empty elements as empty tags
14712 instead of opening and closing tags.
14713 (xml-debug-print): Take optional indent-string argument.
14714 (xml-print): Alias for xml-debug-print.
14715
14716 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14717
14718 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14719 than duplicate call to `line-beginning-position'.
14720
14721 * progmodes/f90.el (f90-get-present-comment-type):
14722 Return whitespace, as well as comment chars, for consistent filling
14723 of comment blocks. Use `match-string-no-properties'.
14724 (f90-break-line): Trim trailing whitespace when filling comments.
14725
14726 2004-04-30 Dave Love <fx@gnu.org>
14727
14728 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14729 (diary-from-outlook-internal, diary-from-outlook)
14730 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14731 New functions to import diary entries from Outlook-format
14732 appointments in mail messages.
14733
14734 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * progmodes/python.el (python-send-command): New fun.
14737 (python-send-region, python-load-file): Use it.
14738
14739 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14740
14741 * help-fns.el (help-C-file-name): Use new subr-name.
14742 Prepend `src/' to the file name.
14743 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14744 (describe-function-1, describe-variable): Only find a C source file
14745 name if DOC is already loaded.
14746
14747 * help-mode.el (help-function-def, help-variable-def):
14748 Use the new find-function-search-for-symbol functionality.
14749 Allow FILE to be `C-source'.
14750
14751 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14752 (find-function-C-source): New fun.
14753 (find-function-search-for-symbol): Use it.
14754
14755 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14756
14757 * progmodes/sql.el (sql-product-alist): Rename variable
14758 `sql-product-support'. Add Postgres login parameters.
14759 (sql-set-product, sql-product-feature): Update with renamed variable.
14760 (sql-connect-postgres): Add username prompt.
14761 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14762 Make patterns less product specific.
14763 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14764 (sql-mode-abbrev-table): Modify initialization.
14765 (sql-builtin-face): Add variable.
14766 (sql-keywords-re): Add macro.
14767 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14768 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14769 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14770 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14771 (sql-mode-linter-font-lock-keywords)
14772 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14773 (sql-mode-sybase-font-lock-keywords)
14774 (sql-mode-informix-font-lock-keywords)
14775 (sql-mode-interbase-font-lock-keywords)
14776 (sql-mode-ingres-font-lock-keywords)
14777 (sql-mode-solid-font-lock-keywords)
14778 (sql-mode-sqlite-font-lock-keywords)
14779 (sql-mode-db2-font-lock-keywords): Default to nil.
14780 (sql-product-font-lock): Always highlight ANSI keywords.
14781 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14782 (sql-send-string): Add function.
14783
14784 2004-04-29 Dave Love <fx@gnu.org>
14785
14786 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14787 (cfengine-end-of-defun): Ensure progress through buffer.
14788
14789 * info-look.el (cfengine-mode): Accept a terminal ().
14790
14791 2004-04-29 Juri Linkov <juri@jurta.org>
14792
14793 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14794 instead of isearch-yank-word-or-char. Add new key bindings for
14795 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14796 (isearch-del-char): New fun.
14797 (isearch-forward, isearch-edit-string): Update docstring.
14798 (isearch-yank-char): Doc fix.
14799 (isearch-other-meta-char): Restore point after scrolling.
14800
14801 * progmodes/compile.el (compilation-context-lines): Add nil option
14802 to disable compilation output window scrolling.
14803 (compilation-set-window): Use it.
14804
14805 * outline.el (outline-next-preface, outline-show-heading):
14806 Don't leave unhidden blank line before heading.
14807 (outline-end-of-subtree): Include last newline into subtree.
14808 (hide-entry): Leave point at beginning of heading instead of end.
14809 (outline-up-heading): Push mark for the first call of successive
14810 command calls.
14811
14812 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14813
14814 * comint.el (comint-prompt-read-only): New variable.
14815 (comint-output-filter): Implement it.
14816
14817 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14818 (ielm-prompt-internal): New variable.
14819 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14820 (ielm-send-input): Delete unused variable `buf'.
14821 (ielm-eval-input): Use `ielm-prompt-internal'.
14822 (inferior-emacs-lisp-mode): Use new variables
14823 `comint-prompt-read-only' and `ielm-prompt-internal'.
14824 Get rid of obsolete variable `directory-sep-char'.
14825 (ielm): Use `zerop'.
14826
14827 2004-04-29 John Paul Wallington <jpw@gnu.org>
14828
14829 * thumbs.el (toplevel): Require cl at compile time.
14830 Remove conditional definitions of `ignore-errors' and `caddar'
14831 because they occur at run time.
14832
14833 2004-04-28 Nick Roberts <nickrob@gnu.org>
14834
14835 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14836 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14837 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14838 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14839
14840 * progmodes/gud.el (gud-common-init): Throw an error if program is
14841 already running under gdb.
14842
14843 2004-04-28 John Paul Wallington <jpw@gnu.org>
14844
14845 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14846 (thumbs-show-image-num): Move assignment of
14847 `thumbs-current-image-filename' within scope of `i'.
14848 (thumbs-emboss-image): Don't use `evenp'.
14849
14850 2004-04-28 Richard M. Stallman <rms@gnu.org>
14851
14852 * progmodes/compile.el (compilation-context-lines): Default now 0.
14853
14854 2004-04-28 Juanma Barranquero <lektu@terra.es>
14855
14856 Use `time-less-p' from calendar/time-date.el instead of defining
14857 custom versions of it.
14858
14859 * pcomplete.el (pcomplete-time-less-p): Remove.
14860
14861 * thumbs.el (time-less-p): Remove.
14862
14863 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14864 (timeclock-generate-report): Use `time-less-p'.
14865
14866 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14867 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14868
14869 2004-04-28 Masatake YAMATO <jet@gyve.org>
14870
14871 * subr.el (remove-overlays): Make arguments optional.
14872
14873 * wid-edit.el (widget-specify-button): Put evaporate to the
14874 overlay for sample.
14875 (widget-specify-sample): Put evaporate to the overlay for sample.
14876 (widget-specify-doc): Put evaporate to the overlay for documentation.
14877
14878 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14879
14880 * info.el (info-apropos): Make it an index node. Align node names
14881 like makeinfo.
14882
14883 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14884
14885 * net/browse-url.el (browse-url-netscape-sentinel)
14886 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14887 (browse-url-epiphany-sentinel, browse-url-mosaic):
14888 Use browse-url-*-program instead of a literal program name.
14889
14890 2004-04-27 Kevin Ryde <user42@zip.com.au>
14891
14892 * eshell/em-alias.el:
14893 * eshell/em-dirs.el:
14894 * eshell/em-hist.el:
14895 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14896 features when M-x customize-group loads modules before the main
14897 eshell.el.
14898
14899 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14900
14901 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14902 either a character representation of an event or an event
14903 description list.
14904
14905 * type-break.el: Capitalise Emacs and Lisp.
14906 (type-break-good-break-interval, type-break-demo-boring-stats)
14907 (type-break-terse-messages, type-break-file-name): New defcustoms.
14908 (type-break-post-command-hook)
14909 (type-break-warning-countdown-string): Quote variable names in doc.
14910 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14911 (type-break-mode): Document type-break-good-break-interval and the
14912 "session" file. Schedule break according to the session file.
14913 Kill session file buffer on exit. Organise for save-some-buffers
14914 to always save the session file.
14915 (type-break-mode-line-message-mode, type-break-query-mode):
14916 Uppercase arguments.
14917 (type-break-file-time, type-break-file-keystroke-count, timep)
14918 (type-break-choose-file, type-break-get-previous-time)
14919 (type-break-get-previous-count): New defuns.
14920 (type-break): Avoid break querying after a completed break in the
14921 case where the query was initiated during user invocation of the
14922 break. Optional terse messages.
14923 Use type-break-good-break-interval if type-break-good-rest-interval is
14924 nil. File the break time.
14925 (type-break-schedule): New optional args for overriding the use of
14926 the current time.
14927 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14928 after a break.
14929 (type-break-check): File the keystroke count.
14930 (type-break-do-query): Prevent a second query when the break is
14931 interrupted. Optional terse message.
14932 (type-break-keystroke-reset): Record the start of a typing interval.
14933 (type-break-demo-boring): Optional terse messages. Display word
14934 per minute and keystroke counts according to
14935 type-break-demo-boring-stats.
14936
14937 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
14938
14939 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14940 directories, make sure they exist under archive-tmpdir.
14941
14942 2004-04-27 Juri Linkov <juri@jurta.org>
14943
14944 * help.el (view-emacs-news): With argument, display info for the
14945 selected version by finding it among different NEWS files, and
14946 narrowing the buffer to the selected version.
14947
14948 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14949 same-window-buffer-names.
14950 (info): New arg `buffer'. Use it. Doc fix. Read file name for
14951 non-numeric prefix argument, append the number to the buffer name
14952 for numeric prefix argument.
14953 (info-other-window): Bind same-window-regexps to nil.
14954 (Info-reference-name): Rename to Info-point-loc.
14955 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14956 and Info-find-index-name for stringy Info-point-loc.
14957 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
14958 without middle `.', but with final `.' and optional line number
14959 for it. Set Info-point-loc for index nodes.
14960 (Info-index): Remove middle `.' from index entry regexp.
14961 Modify line number regexp.
14962 (Info-index-next): Decrement line number.
14963 (info-apropos): Remove middle `.' from index entry regexp.
14964 Add optional line number regexp at the end. Add matched value
14965 for line number to the result list and insert it to the buffer.
14966 Replace match-string by match-string-no-properties.
14967 Reorder result list.
14968 (Info-fontify-node): Hide index line numbers.
14969 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14970 empty matches.
14971 (Info-follow-reference): Use `str' instead of
14972 Info-following-node-name-re.
14973 (Info-toc): Use full file names. Set Info-current-node to "Top".
14974 (Info-fontify-node): Compare file names without directory name.
14975 (Info-try-follow-nearest-node): Don't set Info-reference-name.
14976 Set second arg of Info-extract-menu-node-name for index nodes.
14977 (info-xref-visited): Use magenta3 instead of magenta4.
14978 (Info-mode): Add info-apropos to docstring.
14979
14980 * log-view.el (log-view-diff): Replace interactive code "r"
14981 by a list to allow to call it even if region is not active.
14982
14983 * paren.el (show-paren-highlight-openparen): New var.
14984 (show-paren-function): Turn on openparen highlighting when
14985 matching forward if show-paren-highlight-openparen is non-nil.
14986
14987 * simple.el (kill-ring-save): Use blink-matching-delay instead of
14988 the constant value 1.
14989 (completions-common-part): Expand docstring.
14990
14991 * textmodes/picture.el (picture-mode-map): Add arrow keys.
14992
14993 2004-04-27 Kim F. Storm <storm@cua.dk>
14994
14995 * image.el (insert-sliced-image): Use line-height instead of
14996 line-spacing property on newline.
14997
14998 2004-04-26 Lars Hansen <larsh@math.ku.dk>
14999
15000 * desktop.el (desktop-buffer-misc-data-function): Rename to
15001 desktop-save-buffer and change docstring.
15002 (desktop-buffer-modes-to-save): Delete.
15003 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15004 desktop-buffer-modes-to-save.
15005 (desktop-save): Rename desktop-buffer-misc-data-function to
15006 desktop-save-buffer and allow non-function value.
15007 (desktop-missing-file-warning): Correct docstring.
15008
15009 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15010 to desktop-save-buffer.
15011
15012 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15013 desktop-save-buffer.
15014
15015 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15016
15017 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15018
15019 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15020
15021 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15022
15023 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15024
15025 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15026 (ielm): Only go to the end of the buffer when starting a new process.
15027
15028 2004-04-25 Juanma Barranquero <lektu@terra.es>
15029
15030 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15031 mode line. Bind `inhibit-read-only' to t before modifying
15032 properties of text in the buffer.
15033 (ielm): Force point to the end of buffer, even when running ielm
15034 from inside itself.
15035
15036 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15037
15038 * info.el (info-apropos): Reset Info-complete-cache.
15039
15040 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15041
15042 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15043 Also recognize severe Irix et al. messages.
15044 (compilation-normalize-filename, compile-abbreviate-directory):
15045 Delete functions.
15046 (compilation-get-file-structure): New function inherits
15047 functionality of the two preceding ones.
15048 (compilation-internal-error-properties, compilation-fake-loc):
15049 Use it so that different paths to the same file share the same
15050 markers. Also optimize finding adjacent marker slightly.
15051
15052 2004-04-25 Kim F. Storm <storm@cua.dk>
15053
15054 * image.el (insert-sliced-image): Add line-spacing t property
15055 to newlines separating image lines.
15056
15057 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15058
15059 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15060
15061 * ielm.el (ielm-prompt-read-only): New user option.
15062 (ielm-prompt): Expand docstring to describe new behavior.
15063 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15064 mention it in the docstring.
15065
15066 2004-04-24 Andreas Schwab <schwab@suse.de>
15067
15068 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15069
15070 * diff.el (diff): Set default-directory in diff buffer.
15071
15072 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15073
15074 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15075 mail was being composed if the terminal cannot display more than
15076 one frame; instead, switch to previous frame.
15077
15078 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15079 (rmail-start-mail): Support rmail-mail-new-frame even on
15080 terminals that can display only one frame at a time.
15081
15082 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15083
15084 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15085 (checkdoc-output-font-lock-keywords): Remove error regexp.
15086 (checkdoc-output-mode-map): Remove.
15087 (checkdoc-output-mode): Derive from compilation-mode.
15088 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15089
15090 * dired.el (dired-mode-map): Add a menu entry for wdired.
15091
15092 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15093 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15094
15095 * wdired.el (wdired-mode-map): Move init into declaration.
15096 Fix `return' binding.
15097 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15098 Use force-mode-line-update.
15099 (wdired-get-filename): Use `unless'.
15100 (wdired-preprocess-files): Don't assume names have no \n and use / for
15101 dir separator.
15102 (wdired-normalize-filename): Use replace-regexp-in-string.
15103 (wdired-load-hooks): Remove.
15104 (wdired-mode-hooks): Rename to wdired-mode-hook.
15105
15106 * info-look.el: Add support for cfengine-mode.
15107 (info-lookup-setup-mode): Use dolist.
15108
15109 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15110
15111 * wdired.el: New file.
15112
15113 2004-04-23 Juanma Barranquero <lektu@terra.es>
15114
15115 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15116
15117 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15118 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15119 (pcomplete--help, pcomplete--here): Doc fixes.
15120
15121 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15122
15123 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15124 handles wrong-number-of-arguments in backend call.
15125
15126 * vc.el (vc-print-log): Likewise.
15127
15128 2004-04-20 Dave Love <fx@gnu.org>
15129
15130 * emacs-lisp/rx.el: Doc fixes.
15131 (rx-constituents): Add/extend many forms.
15132 (rx-check): Check form is a list.
15133 (bracket): Defvar.
15134 (rx-check-any, rx-any, rx-check-not): Modify.
15135 (rx-not): Simplify.
15136 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15137 (rx-kleene): Use rx-trans-forms.
15138 (rx-quote-for-set): Delete.
15139 (rx): Allow multiple args.
15140
15141 2004-04-23 Kenichi Handa <handa@m17n.org>
15142
15143 * international/mule-util.el (char-displayable-p): Simplify by
15144 using internal-char-font.
15145
15146 2004-04-23 Juanma Barranquero <lektu@terra.es>
15147
15148 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15149
15150 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15151
15152 * diff-mode.el (diff-next-error): New fun.
15153 (diff-mode): Use it.
15154
15155 * simple.el (next-error): Change arg name.
15156 Add support for the documented C-u C-x ` usage.
15157
15158 * frame.el (special-display-popup-frame, next-multiframe-window)
15159 (previous-multiframe-window): Only consider frames on same display.
15160
15161 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15162
15163 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15164 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15165
15166 2004-04-22 Kim F. Storm <storm@cua.dk>
15167
15168 * net/telnet.el (telnet): Add optional port arg.
15169
15170 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15173 Minor sanity check on the `hyperlink' slot.
15174
15175 * Makefile.in (recompile): Compile new files.
15176
15177 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15178 Add byte-recompile-directory's optional `arg'.
15179
15180 * cvs-status.el (cvs-tree-use-charset): New var.
15181 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15182 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15183 (cvs-status-cvstrees): Use it.
15184
15185 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15186 Make it a normal major mode.
15187 (checkdoc-buffer-label): Make sure the file name is meaningful.
15188 (checkdoc-output-to-error-buffer): Remove.
15189 (checkdoc-error, checkdoc-start-section): Rewrite.
15190
15191 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15192 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15193 (Info-title-4-face): Use new syntax.
15194 (info-xref-visited): Inherit from info-xref.
15195
15196 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15197
15198 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15199
15200 * simple.el (next-error-last-buffer, next-error-function):
15201 New variables for the next-error framework.
15202 (next-error-buffer-p): New function.
15203 (next-error-find-buffer): Generalize compilation-find-buffer.
15204 (next-error, previous-error, first-error, next-error-no-select)
15205 (previous-error-no-select): Move from compile.el.
15206
15207 * replace.el (occur-next-error, occur-1): Hook into the next-error
15208 framework.
15209
15210 * progmodes/compile.el (compilation-start):
15211 Set next-error-last-buffer so next-error knows where to jump.
15212 (compilation-setup): Set the buffer-local variable
15213 next-error-function to 'compilation-next-error-function.
15214 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15215 alternate way to find if a buffer is a compilation buffer, for
15216 next-error convenience.
15217 (next-error-no-select, previous-error-no-select, next-error)
15218 (previous-error, first-error): Move to simple.el.
15219 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15220 (compilation-last-buffer): Remove.
15221 (compilation-start, compilation-next-error, compilation-setup)
15222 (compilation-next-error-function, compilation-find-buffer):
15223 Remove compilation-last-buffer use.
15224
15225 2004-04-21 Juanma Barranquero <lektu@terra.es>
15226
15227 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15228 (font-lock-warning-face): Fix spacing.
15229
15230 * makefile.w32-in (WINS): Add url/ directory.
15231
15232 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15233
15234 * desktop.el (desktop-buffer-mode-handlers): New variable.
15235 Alist of major mode specific functions to restore a desktop buffer.
15236 (desktop-buffer-handlers): Make variable obsolete.
15237 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15238 Catch errors signaled in handlers. Update buffer count.
15239 Evaluate desktop-buffer-point.
15240 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15241 move to dired.el.
15242 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15243 move to info.el.
15244 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15245 move to mail/rmail.el.
15246 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15247 to mh-e/mh-e.el.
15248 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15249 On fail, print message (to message buffer) even if
15250 desktop-missing-file-warning is nil.
15251 (desktop-buffer-misc-data-function): New buffer local variable.
15252 Function returning major mode specific data.
15253 (desktop-buffer-misc-functions): Make variable obsolete.
15254 (desktop-save): Use desktop-buffer-misc-data-function.
15255 (desktop-buffer-dired-misc-data): Rename to
15256 dired-desktop-buffer-misc-data and move to dired.el.
15257 (desktop-buffer-info-misc-data): Rename to
15258 Info-desktop-buffer-misc-data and move to info.el.
15259 (desktop-read): Add message about number of buffers restored/failed.
15260
15261 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15262 Add parameters. Pause to display error only when
15263 desktop-missing-file-warning is non-nil.
15264 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15265 (dired-mode): Bind desktop-buffer-misc-data-function.
15266
15267 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15268 Add Parameters.
15269 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15270 (Info-mode): Bind desktop-buffer-misc-data-function.
15271
15272 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15273 Add Parameters.
15274
15275 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15276 Add Parameters.
15277
15278 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15279
15280 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15281 the case of letters in case-insensitive expansions when the
15282 abbrev is preceded by characters with letter syntax.
15283
15284 2004-04-21 Richard M. Stallman <rms@gnu.org>
15285
15286 * progmodes/cperl-mode.el (cperl-putback-char):
15287 Delete Emacs 18 definition.
15288
15289 * international/mule.el (ctext-post-read-conversion):
15290 Use assoc-string, not assoc-ignore-case.
15291
15292 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15293
15294 * emacs-lisp/easymenu.el (easy-menu-add):
15295 Do call x-popup-menu, but only if it's defined.
15296
15297 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15298
15299 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15300 Handle multiple args: compile like progn.
15301
15302 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15303 take all args as &rest arg.
15304
15305 * autoinsert.el (auto-insert-alist): Insert the user's name in
15306 copyright notice, rather than Free Software Foundation.
15307
15308 2004-04-21 Kenichi Handa <handa@m17n.org>
15309
15310 * descr-text.el (describe-char): Make it work on *Help* buffer.
15311
15312 2004-04-21 Kim F. Storm <storm@cua.dk>
15313
15314 * image.el (insert-image): Add optional SLICE arg.
15315 (insert-sliced-image): New defun.
15316
15317 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15318
15319 * subr.el (read-number): Check whether `default' is nil.
15320
15321 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * progmodes/compile.el (compilation-error-properties):
15324 Split into two.
15325 (compilation-internal-error-properties): New one.
15326 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15327
15328 2004-04-20 Richard M. Stallman <rms@gnu.org>
15329
15330 * window.el (split-window-save-restore-data):
15331 Don't update the data if OLD-INFO is nil.
15332
15333 * view.el (view-return-to-alist): Mark it permanent local.
15334
15335 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15336
15337 * recentf.el (recentf-save-list): Catch and warn about errors.
15338
15339 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15340 so "Buffers" won't be pure.
15341
15342 * help-mode.el (help-mode-finish): Set help-return-alist first
15343 thing, setting only the entry for the selected window.
15344
15345 * help-fns.el (describe-function-1): If many non-control non-meta
15346 keys run the command, don't list all of them.
15347
15348 2004-04-20 Juanma Barranquero <lektu@terra.es>
15349
15350 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15351 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15352
15353 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15354
15355 2004-04-20 Kenichi Handa <handa@m17n.org>
15356
15357 * international/quail.el (quail-lookup-key): New optional arg
15358 NOT-RESET-INDICES.
15359 (quail-get-translations): Call quail-lookup-key with
15360 NOT-RESET-INDICES t.
15361 (quail-completion): Likewise.
15362 (quail-lookup-map-and-concat): Likewise.
15363
15364 2004-04-20 Kenichi Handa <handa@m17n.org>
15365
15366 * international/quail.el (quail-update-translation): Don't insert
15367 such an unsupported multibyte char in a unibyte buffer.
15368
15369 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15370
15371 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15372 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15373 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15374 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15375 (gdb-frame-assembler-buffer): Improve behaviour with
15376 multiple frames.
15377 (gdb-display-buffer): Extend search to all visible frames.
15378
15379 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15380
15381 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15382 characters left after base64 decoding.
15383 (rmail-decode-region): Use -dos variety of `coding', to remove any
15384 ^M characters left after qp or base64 decoding.
15385
15386 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15387
15388 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15389 messages.
15390
15391 2004-04-19 Stephen Eglen <stephen@gnu.org>
15392
15393 * add-log.el (add-change-log-entry): Update doc string to mention
15394 add-log-full-name and add-log-mailing-address.
15395
15396 2004-04-18 Juri Linkov <juri@jurta.org>
15397
15398 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15399 (Info-find-node-2): Simplify error message.
15400 (Info-insert-dir): Use Info-following-node-name.
15401 (Info-goto-node): Remove *info-history* and *info-toc*.
15402 (Info-history): Create a node of the virtual history file.
15403 (Info-toc): Create a node of the virtual toc file.
15404 (Info-insert-toc): New arg `curr-file' for reference file names.
15405 (info-apropos): Remove redundant var binding for temp-file.
15406 (Info-index, Info-index-next, Info-mode): Doc fix.
15407 (Info-goto-emacs-command-node): Don't jump to *info* from
15408 non-*info* Info buffers.
15409 (Info-fontify-node): Don't show the file name of external
15410 references if `Info-hide-note-references' is `hide'. Don't hide
15411 newlines at the end of paragraphs.
15412
15413 * international/mule-diag.el (list-input-methods):
15414 Fix args to help-xref-button.
15415
15416 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15417 to put into effect local variables from TUTORIAL files.
15418
15419 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15420 with default value taken from the variable `sentence-end'.
15421 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15422 Add nil const to :type.
15423 (sentence-end-without-period, sentence-end-double-space)
15424 (sentence-end-without-space): Doc fix.
15425
15426 * textmodes/paragraphs.el (forward-sentence):
15427 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15428 (fill-delete-newlines):
15429 * progmodes/cc-cmds.el (c-beginning-of-statement):
15430 Use function `sentence-end' instead of variable `sentence-end'.
15431
15432 2004-04-18 Andreas Schwab <schwab@suse.de>
15433
15434 * progmodes/compile.el (compilation-start): Set window start to
15435 point-min if compilation-scroll-output is nil.
15436
15437 2004-04-18 John Wiegley <johnw@newartisans.com>
15438
15439 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15440
15441 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15442
15443 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15444 (gdb-info-breakpoints-custom): Revert previous change.
15445 (gdb-view-assembler): Update assembler if necessary.
15446 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15447 (gdb-display-source-buffer): Update properly when both source and
15448 assembler are visible.
15449
15450 2004-04-17 John Wiegley <johnw@newartisans.com>
15451
15452 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15453 which limits the number of names shown in the minibuffer. Off by
15454 default.
15455 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15456 up iswitchb for users with a multitude of open buffers by showing
15457 only the first and last N/2 buffers in the completion list (which
15458 is enough to aid C-s/C-r, and to know that more characters are
15459 needed to refine the completion list).
15460
15461 2004-04-17 Richard M. Stallman <rms@gnu.org>
15462
15463 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15464 (file-truename): Expand all ~ constructs directly.
15465 (insert-directory): Delete any error msg output by the
15466 `insert-directory-program'.
15467
15468 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15469 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15470 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15471 (allout-init): Use find-file-hook, not find-file-hooks.
15472 (allout-mode): Eliminate Emacs 18 support.
15473 Use write-contents-functions, not local-write-file-hooks.
15474
15475 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15476
15477 * progmodes/compile.el (compilation-error-properties): Fix for
15478 adding messages when there are already markers for their file.
15479 (compilation-fake-loc): New function.
15480
15481 2004-04-16 Dave Love <fx@gnu.org>
15482
15483 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15484 (python-load-file): Fix python-orig-start setting.
15485
15486 * progmodes/compile.el: Doc fixes.
15487 (compilation-error-regexp-alist-alist)
15488 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15489 (compilation-assq): Wrap in eval-when-compile.
15490 (compilation-mode-font-lock-keywords): Don't use list*.
15491 (compilation-start): Avoid warning.
15492 (compilation-compat-error-properties)
15493 (compilation-directory-properties): Add keymap property.
15494 (compilation-parsing-end): Make it a marker for better compatibility.
15495
15496 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15497
15498 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15499
15500 * xml.el: Doc fixes.
15501 (xml-get-children): Only looks at sub-tags and ignore strings.
15502
15503 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15504
15505 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15506
15507 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15508
15509 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15510
15511 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15512
15513 * vc.el (vc-print-log): Likewise.
15514
15515 2004-04-16 Masatake YAMATO <jet@gyve.org>
15516
15517 * simple.el (completion-setup-function): Set an initial value
15518 to `element-common-end' before entering loop. Set a value
15519 to `element-common-end' at the end of loop.
15520 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15521 (completions-common-part): Rename from completion-de-emphasis.
15522 (completions-first-difference): Rename from completion-emphasis.
15523 Suggested by RMS.
15524
15525 2004-04-16 Juanma Barranquero <lektu@terra.es>
15526
15527 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15528 (bookmark-edit-annotation-mode): Add mode name.
15529
15530 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15531
15532 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15533 for nested conflict markers.
15534 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15535
15536 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15537
15538 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15539
15540 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15541
15542 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15543
15544 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15545 Give a backtrace if requested.
15546
15547 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15548
15549 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15550 Remove unused functions.
15551 (python-orig-start-line, python-orig-file): Remove.
15552 (python-orig-start): New var.
15553 (python-input-filter, python-compilation-line-number)
15554 (python-send-region, python-load-file): Use it.
15555
15556 * info.el (info): Always jump to *info*.
15557
15558 * subr.el (posn-set-point): New function.
15559
15560 * mouse.el (mouse-set-point): Use it.
15561
15562 * progmodes/compile.el (compile-goto-error): Use it.
15563 (compilation-button-map): New keymap.
15564 (compilation-error-properties): Use it.
15565 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15566
15567 * smerge-mode.el (smerge-popup-context-menu): Use it.
15568
15569 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15570 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15571 mouse and non-mouse case.
15572
15573 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15574 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15575
15576 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15577 Make it work for non-mouse events.
15578
15579 * pcvs-info.el (cvs-status-map): Update binding name.
15580
15581 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15582
15583 * xml.el (xml-maybe-do-ns): New function to handle namespace
15584 parsing of both attribute and element names.
15585 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15586 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15587 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15588 (xml-parse-attlist): Make it do its own namespace parsing.
15589
15590 2004-04-14 Dave Love <fx@gnu.org>
15591
15592 * progmodes/python.el (run-python): Fix use of \n.
15593 (python-load-file): Remove `try' from Python fragment.
15594 (python-describe-symbol): Fix message.
15595
15596 * comint.el: Doc fixes.
15597 (comint-last-input-start, comint-last-input-end)
15598 (comint-last-output-start): Give them values.
15599 (comint-arguments): Avoid warning.
15600 (comint-skip-prompt): Use line-end-position.
15601 (comint-backward-matching-input): Rename arg to agree with doc.
15602 (comint-extract-string): Use syntax-ppss.
15603 (comint-dynamic-simple-complete): Delete useless list construction.
15604 (comint-redirect-subvert-readonly): New.
15605 (comint-redirect-preoutput-filter): Use it.
15606
15607 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15608 Correctly handle negative arguments when calling hook functions.
15609
15610 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15611
15612 * info.el (info-apropos): Don't clobber Info-history-list.
15613
15614 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15615
15616 * progmodes/compile.el (compilation-setup):
15617 Localize overlay-arrow-position.
15618 (compilation-sentinel): Restructure code equivalently.
15619 (compilation-next-error): Find message on same line after point if
15620 not found before point.
15621 (compile-mouse-goto-error): Restore function so that compilation
15622 buffer need not be current and use compile-goto-error.
15623 (compile-goto-error): Restore function.
15624 (next-error): Set overlay-arrow-position.
15625 (compilation-forget-errors): Don't localize already local
15626 compilation-locs and remove FIXME about refontifying.
15627
15628 2004-04-14 Kim F. Storm <storm@cua.dk>
15629
15630 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15631 (command-line): New option -Q. Like -q --no-site-file, but
15632 in addition it also disables menu-bar, tool-bar, scroll-bars,
15633 tool-tips, and the blinking cursor.
15634 (command-line-1): Skip startup screen if -Q.
15635 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15636
15637 * emulation/cua-base.el (cua-read-only-cursor-color)
15638 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15639
15640 2004-04-13 Dave Love <fx@gnu.org>
15641
15642 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15643 (syntax): Don't require.
15644 (python) <defgroup>: Add :version.
15645 (python-quote-syntax): Re-written.
15646 (inferior-python-mode): Move stuff here from run-python and add
15647 some more.
15648 (python-preoutput-continuation, python-preoutput-result)
15649 (python-dotty-syntax-table): New.
15650 (python-describe-symbol): Use them.
15651 (run-python): Move stuff to inferior-python-mode. Modify code
15652 loaded into Python.
15653 (python-send-region): Use python-proc, python-send-string.
15654 (python-send-string): Send newlines too. Callers changed.
15655 (python-load-file): Re-written.
15656 (python-eldoc-function): New.
15657 (info-look): Don't require.
15658 (python-after-info-look): New. A modified version of former
15659 top-level code for use with eval-after-load.
15660 (python-maybe-jython, python-guess-indent): Use widened buffer.
15661 (python-fill-paragraph): Re-written.
15662 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15663 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15664
15665 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15668 Set compilation-error-regexp-alist earlier.
15669
15670 * progmodes/compile.el (compilation-minor-mode-map)
15671 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15672 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15673
15674 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15675
15676 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15677 corresponding to the event.
15678
15679 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15680
15681 * loadup.el: Add cygwin to system-type list, for unexec() support.
15682
15683 2004-04-12 John Paul Wallington <jpw@gnu.org>
15684
15685 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15686 (ibuffer-restore-window-config-on-quit): New variable to replace
15687 `ibuffer-delete-window-on-quit'. Update all references.
15688 (ibuffer-prev-window-config): New variable.
15689 (ibuffer-quit): Restore previous window configuration instead of
15690 deleting window.
15691 (ibuffer): Save window configuration before showing Ibuffer buffer.
15692
15693 * help.el (describe-mode): Doc fix.
15694
15695 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15698 not to treat nil as a function.
15699
15700 * vc-arch.el (vc-arch-root): Be a bit more careful.
15701 (vc-arch-register): Save the buffer if we modified it.
15702 (vc-arch-delete-rej-if-obsolete): Save excursion.
15703 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15704 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15705
15706 * net/ldap.el (ldap-search): Use list*.
15707
15708 2004-04-12 Juri Linkov <juri@jurta.org>
15709
15710 * info.el (Info-follow-reference): Allow multiline reference name.
15711
15712 2004-04-11 Dave Love <fx@gnu.org>
15713
15714 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15715
15716 * progmodes/python.el: New file.
15717
15718 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15719
15720 * vc-hooks.el (vc-arg-list): Function removed.
15721 (vc-default-workfile-unchanged-p): Use condition-case to check for
15722 backward compatibility.
15723
15724 * vc.el (vc-print-log): Use condition-case to check for backward
15725 compatibility.
15726
15727 2004-04-11 Juri Linkov <juri@jurta.org>
15728
15729 * dired.el (dired-faces): New defgroup.
15730 (dired-header, dired-mark, dired-marked, dired-flagged)
15731 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15732 New faces.
15733 (dired-header-face, dired-mark-face, dired-marked-face)
15734 (dired-flagged-face, dired-warning-face, dired-directory-face)
15735 (dired-symlink-face, dired-ignored-face): New face variables.
15736 (dired-font-lock-keywords): Use them instead of font-lock faces.
15737 Split the rule for dired marks into 3 separate rules: for marks,
15738 marked file names and flagged file names.
15739
15740 * help-mode.el (help-make-xrefs): Add a final newline to the
15741 *Help* buffer.
15742
15743 2004-04-11 John Paul Wallington <jpw@gnu.org>
15744
15745 * replace.el (occur-engine): Distinguish between one and several
15746 matches in the matches per buffer heading.
15747
15748 2004-04-11 Kim F. Storm <storm@cua.dk>
15749
15750 * ido.el (ido-confirm-unique-completion): New defcustom.
15751 (ido-complete): Use it.
15752 (ido-write-file): Set it to t unconditionally.
15753
15754 2004-04-10 Miles Bader <miles@gnu.org>
15755
15756 RCS keyword removal (only non-comment changes are enumerated here):
15757
15758 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15759 (byte-compile-insert-header): Don't use `byte-compile-version'.
15760 * forms.el (forms-version): Variable removed.
15761 (forms-mode): Don't use `forms-version'.
15762 * recentf.el (recentf-version): Variable removed.
15763 * progmodes/delphi.el (delphi-version): Variable removed.
15764 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15765
15766 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15769
15770 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15771
15772 * info.el (info-apropos): Improve menu item regexp.
15773
15774 2004-04-09 Simon Josefsson <jas@extundo.com>
15775
15776 * mail/smtpmail.el: Add comment, based on report by
15777 kdc@rcn.com (Kevin D. Clark).
15778
15779 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15782 Redo one more thing that I didn't notice Daniel had undone.
15783
15784 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15785
15786 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15787 (gdb-goto-breakpoint, gdb-display-buffer)
15788 (gdb-display-source-buffer, gdb-view-source-function)
15789 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15790 (gdb-source-info, gdb-frame-handler): Don't specify a window
15791 for display.
15792 (gdb-info-breakpoints-custom): Remove superfluous update of
15793 assembler buffer.
15794 (gdb-many-windows): Make settable outside gdb.
15795
15796 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15797
15798 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15799 Derive from fundamental-mode rather than text-mode.
15800
15801 2004-04-08 Juri Linkov <juri@jurta.org>
15802
15803 * info.el (Info-history): Doc fix.
15804 (Info-history-list): New var.
15805 (info-xref): Change magenta4 to blue, remove bold for dark and
15806 light backgrounds, change bold to underline for non-color classes.
15807 (info-xref-visited): New face.
15808 (Info-fontify-visited-nodes): New custom.
15809 (Info-hide-note-references): Add new value `hide'. Doc fix.
15810 (Info-reference-name): New var.
15811 (Info-selection-hook): New custom.
15812 (Info-edit-mode-hook): New var.
15813 (Info-find-file): New fun.
15814 (Info-find-node): Move part of code to Info-find-file.
15815 (Info-find-node-2): Add anchors to Info-history-list. Move point
15816 to the place with the reference name if name is defined.
15817 (Info-select-node): Add current node to Info-history-list.
15818 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15819 (Info-search-whitespace-regexp): New custom.
15820 (Info-search-case-fold): New var.
15821 (Info-search): Add "case-sensitively" to the prompt.
15822 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15823 (Info-search-case-sensitively, Info-search-next): New fun.
15824 (Info-up): Move point to the menu item of the current node.
15825 (Info-history): New fun. Add *info-history* to
15826 same-window-buffer-names.
15827 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15828 (Info-insert-toc): New fun.
15829 (Info-build-toc): New fun.
15830 (Info-follow-reference): Add new arg `fork'. Doc fix.
15831 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15832 with the same name prefer the reference closest to point.
15833 (Info-next-reference): Replace * by + in the *Note regexp.
15834 Add regexp for http:// and ftp://. Skip the *Note prefix.
15835 (Info-prev-reference): Replace * by + in the *Note regexp.
15836 Add regexp for http:// and ftp://. Skip the *Note prefix.
15837 (Info-follow-nearest-node): Add new arg `fork'.
15838 (Info-try-follow-nearest-node): Add new arg `fork'.
15839 Call browse-url for http:// and ftp:// references.
15840 Set Info-reference-name for index entries.
15841 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15842 Info-search-next, Info-history, Info-toc, clone-buffer.
15843 (Info-menu-update): Replace * by + in the *Note regexp.
15844 (Info-mode): Add documentation for Info-history, Info-toc,
15845 Info-search-case-sensitively, Info-search-next, clone-buffer.
15846 (Info-fontify-menu-headers): Remove fun. Move code to
15847 Info-fontify-node.
15848 (Info-fontify-node): Add docstring. Add local vars
15849 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15850 then fontify header line, titles, menu headers, http and ftp
15851 references, refill paragraphs. If not-fontified-p is t or
15852 fontify-visited-p is t then fontify cross references, menu items.
15853 Fontify menu headers. Fontify http and ftp references.
15854 Change regexp for cross references to require whitespace after *Note,
15855 add matching groups for file and node names. Remove hack for quote.
15856 Use display property for Info-hide-note-references=t. Use fifth
15857 or fourth match for help-echo. Display visited nodes in a
15858 different face. Unhide file names of external references.
15859 Unhide newlines. Display visited menu items in a different face.
15860
15861 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15862
15863 * progmodes/compile.el: Require CL.
15864 (compilation-mode-font-lock-keywords): Re-install the "line as
15865 function" patch.
15866
15867 * help-fns.el (help-C-source-directory): New var.
15868 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15869 (describe-function-1, describe-variable): Use them.
15870
15871 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15872 to C source files specially.
15873
15874 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15875
15876 * info.el (Info-hide-cookies-node): New function.
15877 (Info-select-node): Use it.
15878 (Info-display-images-node): Remove message with image file name.
15879
15880 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15881
15882 * progmodes/compile.el (compilation-warning-face)
15883 (compilation-info-face, compilation-skip-threshold)
15884 (compilation-skip-visited, compilation-context-lines):
15885 Declare :version when added to Emacs.
15886 (compilation-error-regexp-alist-alist): Extend caml and irix.
15887 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15888 (compilation-mode-font-lock-keywords): Temporarily undo line as
15889 function patch, which wasn't ready.
15890
15891 2004-04-07 Kenichi Handa <handa@m17n.org>
15892
15893 * international/latin1-disp.el (latin1-display-setup): Check each
15894 character is displayable or not instead of calling
15895 latin1-display-check-font.
15896
15897 2004-04-06 Kenichi Handa <handa@m17n.org>
15898
15899 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15900 New variable.
15901 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15902 instead of sera-being-called-by-w3.
15903 (ethio-fidel-to-sera-buffer): Likewise.
15904 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15905 instead of sera-being-called-by-w3.
15906 (ethio-write-file): Likewise.
15907
15908 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15909
15910 * printing.el: Doc fix.
15911
15912 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15913
15914 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15915 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15916 (gdb-setup-windows): Only use separate IO buffer if required.
15917
15918 2004-04-06 Kim F. Storm <storm@cua.dk>
15919
15920 * term.el (term-is-xemacs): Remove.
15921 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15922 (term-window-width): New function.
15923 (term-mode, term-check-size): Use it.
15924 (term-mode): Disable overflow-newline-into-fringe in term buffer.
15925
15926 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
15927
15928 * cus-edit.el (custom-add-parent-links): Change unbound variable
15929 `symbol' to `name'.
15930
15931 2004-04-05 Jesper Harder <harder@ifa.au.dk>
15932 * info.el (info-apropos): New function.
15933 (Info-mode-menu): Add it.
15934 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15935
15936 * help-mode.el (help-make-xrefs): Recognize aliased variable with
15937 inherited docstring.
15938
15939 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15940
15941 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15942
15943 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15944
15945 * progmodes/compile.el (font-lock): Don't require any more.
15946 (compilation-error-properties, compilation-start, compilation-sentinel)
15947 (compilation-filter, next-error): Use with-current-buffer.
15948 (compilation-skip-to-next-location, compilation-skip-threshold)
15949 (compilation-skip-visited): Move to silence the byte-compiler.
15950 (compilation-setup): Simplify.
15951 (compilation-next-error): Use line-(beginning|end)-position.
15952 Make sure `pt' is non-nil before using compilation-loop.
15953 (compile-goto-error): Add optional event arg. Use it.
15954 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15955 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15956 Update the binding for mouse-2.
15957 (first-error): Set compilation-current-error to nil rather than bob.
15958 (compilation-parsing-end, compilation-parse-errors-function)
15959 (compilation-error-list, compilation-old-error-list):
15960 "New" compatibility variables.
15961 (compile-buffer-substring, compilation-compat-error-properties)
15962 (compilation-compat-parse-errors, compilation-forget-errors):
15963 New compatibility functions.
15964 (compilation-mode-font-lock-keywords): Use them.
15965
15966 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
15967
15968 * autorevert.el (auto-revert-handler): If point (or a window
15969 point) is at the end of the buffer, keep it there after
15970 reverting. This allows to tail a file.
15971 Mention this in the `Commentary'.
15972
15973 * format.el (format-write-file): Add optional argument CONFIRM
15974 and make it behave like the analogous argument to `write-file'.
15975
15976 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15977
15978 * progmodes/ebnf2ps.el: Doc fix.
15979 (ebnf-version): New version number (4.2).
15980 (ebnf-syntax): Customization and docstring fix.
15981 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15982 Put autoloaded funs before first use.
15983 (ebnf-style-database): Add dtd entry.
15984 (ebnf-syntax-alist): Add dtd initialization.
15985 (ebnf-token-sequence): New fun.
15986 (ebnf-comment-table): Add new comment action character.
15987 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15988
15989 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15990 Type Definition for XML).
15991
15992 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15993 * progmodes/ebnf-bnf.el (ebnf-sequence):
15994 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15995 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15996 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15997 Code simplification: call ebnf-token-sequence.
15998
15999 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16000
16001 * calendar/timeclock.el (timeclock-relative)
16002 (timeclock-get-project-function, timeclock-get-workday-function)
16003 (timeclock-query-out, timeclock-when-to-leave)
16004 (timeclock-when-to-leave-string, timeclock-log-data)
16005 (timeclock-generate-report, timeclock-in): Doc fixes.
16006
16007 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * url/: New dir. Import the URL package from its repository.
16010
16011 2004-04-03 Andreas Schwab <schwab@suse.de>
16012
16013 * diff-mode.el (diff-mode): Fix missing quote.
16014
16015 2004-04-03 Juri Linkov <juri@jurta.org>
16016
16017 * descr-text.el (describe-property-list): Add `font-lock-face'.
16018
16019 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16020
16021 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16022
16023 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16024 Use utf-16le on little endian machines and utf-16be otherwise.
16025
16026 2004-04-02 David Kastrup <dak@gnu.org>
16027
16028 * net/browse-url.el (browse-url-generic): Use call-process
16029 instead of start-process to allow browsers that fork and detach.
16030
16031 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16032
16033 * compile.el (compilation-current-error): New var.
16034 (compilation-setup, compile-mouse-goto-error)
16035 (compile-goto-error, next-error): Use it.
16036 (compilation-skip-to-next-location): Default to t, which gives
16037 contiguous skipping like old compile (where this was redundant).
16038 (compilation-next-error): Prevent previous-* commands from moving
16039 back to message at or just before point.
16040
16041 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16042
16043 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16044 (gdb-source-info): Don't display source at startup, if required.
16045 (gdb-show-main): New option.
16046 (gdba): Update documentation.
16047 (gdb-source): Cover case of auto-display output.
16048
16049 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16050
16051 * autorevert.el: Delete obsolete autoload's and defvar's.
16052 (auto-revert-check-vc-info): New user option.
16053 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16054 (auto-revert-handler-vc): Delete.
16055 (auto-revert-handler): Treat return value `fast' of
16056 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16057
16058 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16059 return `fast'.
16060
16061 * files.el (buffer-stale-function): Doc change.
16062
16063 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16064
16065 * printing.el: New tip on Tips section.
16066 (pr-version): New version number (6.7.4).
16067 (pr-shell-file-name): Initialization fix.
16068
16069 2004-03-31 Juri Linkov <juri@jurta.org>
16070
16071 * dired.el: Add autoload for `dired-do-touch'.
16072 (dired-touch-program): New var.
16073 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16074 (dired-no-confirm): Add `touch' to docstring.
16075
16076 * dired-aux.el (dired-do-touch): New fun.
16077 (dired-do-chxxx): Add argument -t for touch operation.
16078
16079 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16080 `dired-move-to-filename-regexp'.
16081
16082 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16083
16084 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16085
16086 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16087
16088 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16089 and only if the buffer was modified.
16090
16091 2004-03-30 Kenichi Handa <handa@m17n.org>
16092
16093 * international/characters.el: Delete pairs for U+2308..U+230B.
16094
16095 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16096
16097 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16098 to detect the beginning of a level 2 or 3 annotation.
16099
16100 2004-03-29 Kenichi Handa <handa@m17n.org>
16101
16102 * international/ucs-tables.el (ucs-insert): Fix the error message.
16103
16104 2004-03-29 Kenichi Handa <handa@m17n.org>
16105
16106 * international/mule-util.el (char-displayable-p): Fix generation
16107 of XLFD file name.
16108
16109 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16110 before finding directories by `find'.
16111
16112 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16113
16114 * subr.el (interactive-form): Delete. Now implemented in C.
16115
16116 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16117
16118 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16119 (vc-diff-label): New fun.
16120 (vc-diff-internal): Use it.
16121
16122 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16123
16124 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16125
16126 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16127
16128 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16129 specify XML (EBNFX).
16130
16131 * progmodes/ebnf2ps.el: Doc fix.
16132 (ebnf-version): New version number (4.1).
16133 (ebnf-syntax): Adjust customization.
16134 (ebnf-style-database): Add ebnfx entry.
16135 (ebnf-syntax-alist): Add ebnfx initialization.
16136 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16137
16138 * printing.el: Doc fix.
16139 (pr-version): New version number (6.7.3).
16140 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16141 returns nil for mouse position. Reported by Drew Adams
16142 <drew.adams@oracle.com>.
16143 (pr-update-menus): Modify interactive declaration. Reported by Drew
16144 Adams <drew.adams@oracle.com>.
16145
16146 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16147
16148 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16149 (gud-gdba-marker-filter): Log the process input and output, if
16150 required. From Stefan Monnier.
16151 (gdb-debug-log, gdb-enable-debug-log): New variables.
16152 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16153
16154 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16157 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16158
16159 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16160
16161 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16162 Call vc-find-file-hook here instead of in auto-revert-buffers.
16163 (auto-revert-buffers): Delete call to vc-find-file-hook.
16164 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16165 (global-auto-revert-mode, auto-revert-set-timer)
16166 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16167
16168 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16169
16170 * woman.el (woman-change-fonts): Rename local variable
16171 woman-font-alist to font-alist to avoid a compiler warning.
16172
16173 2004-03-27 Dave Love <fx@gnu.org>
16174
16175 * emacs-lisp/rx.el (rx): Doc fix.
16176 Fix copyright years.
16177
16178 * strokes.el (strokes-global-set-stroke-string): New function.
16179 (strokes-list-strokes): Cope with strings, not just commands.
16180 Set foreground colour of image.
16181 (strokes-global-set-stroke): Doc fix.
16182
16183 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16184
16185 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16186 Auto Revert mode.
16187 (Buffer-menu-files-only): New variable.
16188 (Buffer-menu-toggle-files-only): New function.
16189 (Buffer-menu-mode-map): Bind it to `T'.
16190 (Buffer-menu-mode): Mention `T' in docstring.
16191 Set buffer-stale-function.
16192 (list-buffers-noselect): Mark buffer non-modified and set
16193 Buffer-menu-files-only.
16194
16195 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16196
16197 * autorevert.el (auto-revert-handler): Print revert message
16198 before, rather than after, reverting.
16199 (buffer-stale-function): Move to files.el.
16200
16201 * files.el (buffer-stale-function): Move here from autorevert.el.
16202
16203 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16204
16205 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16206
16207 * calc/calc.el (calc-mode-map): Use mapc.
16208
16209 * apropos.el (apropos-mode): Don't autoload.
16210 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16211 (apropos): Use it.
16212 (apropos-print): Add optional `text' argument.
16213 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16214 Don't assume point-min == 1.
16215
16216 * bs.el (bs-buffer-list): Use buffer-local-value.
16217 (bs--set-toggle-to-show): Use with-current-buffer.
16218
16219 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16220 New funs.
16221 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16222
16223 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16224
16225 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16226 (dabbrev--find-expansion): Use pop.
16227 (dabbrev--search): Use match-string-no-properties.
16228
16229 * dired.el (dired-mode): Use run-mode-hooks.
16230 (dired-move-to-end-of-filename): Use match-string.
16231
16232 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16233 is bound before using it.
16234 (ediff-verbose-p): Make it into a var since it's not constant.
16235
16236 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16237
16238 * faces.el (read-face-font): Don't cons up unnecessarily.
16239 (header-line, tool-bar): Share common parts.
16240
16241 * files.el (file-relative-name): Use compare-strings.
16242
16243 * finder.el (finder-mode): Follow coding convention.
16244
16245 * subr.el (read-number): New function.
16246
16247 * ses.el (ses-read-number): Move to subr.el.
16248 (ses-set-header-row): Use read-number.
16249
16250 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16251
16252 * vc-hooks.el (vc-arg-list): New function, which handles both
16253 compiled and uncompiled code.
16254 (vc-default-workfile-unchanged-p): Use it.
16255
16256 * vc.el (vc-print-log): Undo prev change, use new function
16257 vc-arg-list from vc-hooks.el.
16258
16259 2004-03-26 Masatake YAMATO <jet@gyve.org>
16260
16261 * simple.el (completion-setup-function): Emphasize the
16262 first uncommon characters in the completions; and de-emphasize
16263 the common prefix substrings.
16264 (completion-emphasis): New face.
16265 (completion-de-emphasis): New face.
16266
16267 2004-03-25 Juanma Barranquero <lektu@terra.es>
16268
16269 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16270 Comment out (it's unused and unfinished code).
16271
16272 2004-03-25 Sam Steingold <sds@gnu.org>
16273
16274 * vc.el (vc-print-log): Fix a bug in the last patch:
16275 backend-function may be a byte-compiled object, not a lambda.
16276
16277 2004-03-25 Juri Linkov <juri@jurta.org>
16278
16279 * descr-text.el (describe-property-list): Add a button
16280 for `face' property that calls `describe-face'.
16281 Suggested by luis fernandes <elf@ee.ryerson.ca>
16282
16283 * international/mule.el (keyboard-coding-system):
16284 * kmacro.el (kmacro-call-macro): Fix docstring.
16285
16286 * dired.el: Fix comments.
16287
16288 * textmodes/fill.el (fill): Fix Info link.
16289
16290 * font-lock.el (fast-lock, lazy-lock):
16291 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16292 Info node.
16293
16294 * eshell/eshell.el (eshell): Fix broken info-link.
16295
16296 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16297 * eshell/em-banner.el (eshell-banner):
16298 * eshell/em-smart.el (eshell-smart):
16299 * eshell/esh-cmd.el (eshell-cmd):
16300 Comment out broken info-links to incomplete Info manual.
16301
16302 * info-xref.el: Fix commentary.
16303
16304 2004-03-25 Kevin Ryde <user42@zip.com.au>
16305
16306 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16307 Remove spurious node duplicate suppression, doesn't work, not wanted.
16308 (info-xref-output): Take format style args, add "sit-for 0" to let
16309 user see the results as they progress.
16310 (info-xref-check-all-custom): New function.
16311
16312 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16313
16314 * gdb-ui.el: Moved to progmodes.
16315
16316 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16317
16318 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16319
16320 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16321
16322 * calendar/appt.el (appt-check): Remove superfluous progn.
16323 When finished with diary buffer: if it was not being displayed
16324 before, kill it; otherwise restore its original state.
16325 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16326
16327 * calendar/calendar.el (calendar-set-mode-line): Use total
16328 available mode-line width, rather than frame-width.
16329
16330 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16331 after mode change so effect not lost.
16332
16333 2004-03-23 Dave Love <fx@gnu.org>
16334
16335 * dired.el (dired) <defgroup>: Add link to manual.
16336 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16337 (dired-revert): Use dolist.
16338 (dired-mode-map): Add U binding.
16339 (dired-mode): Add font-lock-beginning-of-syntax-function.
16340 (dired-garbage-files-regexp): Make it a defcustom.
16341
16342 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16343
16344 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16345 is equivalent to nil.
16346 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16347 (vc-arch-mode-line-string): Accept `added' state.
16348 (vc-arch-state): Use inode-sigs if available.
16349 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16350 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16351 (vc-arch-tagline-re): New var.
16352 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16353 New functions.
16354 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16355 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16356
16357 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16358 (vc-file-not-found-hook): Use it.
16359
16360 * diff-mode.el (diff-default-read-only): Change default.
16361 (diff-mode-hook): Make it a defcustom. Add some options.
16362 (diff-mode-map): Bind diff-refine-hook.
16363 (diff-yank-handler): New var.
16364 (diff-yank-function): New fun.
16365 (diff-font-lock-keywords): Use them.
16366 (diff-end-of-file): Handle case where file-header looks like diff text.
16367 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16368 (diff-file-kill): Delete a subsequent empty line, if applicable.
16369 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16370 (diff-find-file-name): Use it.
16371 (diff-tell-file-name): New command.
16372 (diff-mode): Be careful with view-mode.
16373 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16374 New functions, for use in diff-mode-hook.
16375 (diff-find-source-location): Catch "regex too large" errors.
16376 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16377 (diff-refine-hunk): New command.
16378
16379 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16380 (smerge-context-menu-map): Remove unused var.
16381 (smerge-keep-all): Preserve markers.
16382 (smerge-keep-n): New fun.
16383 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16384 (smerge-keep-current, smerge-ediff): Use it.
16385 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16386 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16387 (smerge-resolve): Resolve trivial 3-part conflicts.
16388
16389 2004-03-23 Juri Linkov <juri@jurta.org>
16390
16391 * man.el (Man-width): New var.
16392 (Man-getpage-in-background): Use it.
16393 (Man-support-local-filenames): New var and fun.
16394 (Man-build-man-command): Don't add a second %s.
16395 (Man-fontify-manpage): Clean up message.
16396 (Man-mode): Set outline-regexp, outline-level,
16397 imenu-generic-expression.
16398
16399 * woman.el (woman-fill-frame): Doc fix.
16400 (woman-decode-region): Use window-width instead of frame-width.
16401
16402 * abbrevlist.el (list-one-abbrev-table):
16403 * descr-text.el (describe-char):
16404 * international/mule-diag.el (describe-current-coding-system):
16405 * international/quail.el (quail-insert-decode-map):
16406 Use window-width instead of frame-width.
16407
16408 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16409 (jka-compr-mode-alist-additions): Add tbz.
16410 (jka-compr-write-region, jka-compr-insert-file-contents):
16411 Add message for undefined compress-program.
16412 (jka-compr-write-region): Remove redundant var bindings.
16413
16414 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16415 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16416 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16417 (dired-man): Use dired-guess-shell-command.
16418 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16419 Change default nil to t.
16420
16421 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16422 (dired-compare-directories): Add default value for empty input.
16423
16424 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16425
16426 * time.el (display-time-string-forms): Fix help-echo date format.
16427
16428 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16429
16430 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16431 (buffer-stale-function): New variable.
16432 (auto-revert-list-diff, auto-revert-dired-file-list)
16433 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16434 (auto-revert-handler): Take over some functionality of deleted
16435 functions.
16436 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16437
16438 * dired.el (dired-directory-changed-p): New fun, extracted from
16439 dired-internal-noselect.
16440 (dired-buffer-stale-p): New fun.
16441 (dired-internal-noselect): Use dired-directory-changed-p.
16442 Eliminate revert messages.
16443 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16444
16445 2004-03-23 Kenichi Handa <handa@m17n.org>
16446
16447 * international/characters.el: Setup syntaxes for more parentheses
16448 Unicode characters.
16449
16450 * international/mule-cmds.el (select-safe-coding-system):
16451 Merge coding-system and auto-cs before comparing them.
16452
16453 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16456
16457 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16458 normal-auto-fill-function and comment-indent-function.
16459 The default values now work just as well.
16460 Don't set font-lock-beginning-of-syntax-function since we already set
16461 syntax-begin-function.
16462 (lisp-outline-level): Put ;;;###autoload at same level as (.
16463 (prin1-char): Quote special chars.
16464
16465 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16466 than with-no-warnings.
16467
16468 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16469 if the source location can't be found.
16470 (edebug-compute-previous-result): Use prin1-char.
16471
16472 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16473 (debug-ignored-errors): Add an entry.
16474
16475 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16476 (byte-compile-file): Output warning when deleting a file.
16477
16478 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16479 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16480
16481 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16482 (byte-compile-inline-expand): Use backquote.
16483 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16484 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16485
16486 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16487
16488 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16489
16490 2004-03-22 Juri Linkov <juri@jurta.org>
16491
16492 * finder.el (finder-known-keywords): Fix data, tex, unix.
16493
16494 * play/landmark.el: Fix keywords.
16495
16496 * language/ethio-util.el (ethio-find-file): Doc fix.
16497
16498 * emacs-lisp/warnings.el: Doc fix.
16499
16500 * textmodes/ispell.el (ispell-help): Doc fix.
16501
16502 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16503
16504 * format.el (format-insert-file): Always return a list of two
16505 elements, like insert-file-contents does.
16506
16507 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16508
16509 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16510 and vc-BACKEND-diff.
16511 (vc-print-log): If the print-log implementation supports it, use
16512 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16513 (vc-version-diff, vc-diff-internal): Doc fixes.
16514
16515 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16516 implementation supports it, let diff output go to *vc*,
16517 not *vc-diff*, since this is an internal call.
16518
16519 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16520
16521 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16522
16523 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16524
16525 2004-03-21 Dave Love <fx@gnu.org>
16526
16527 * progmodes/cfengine.el (cfengine-mode):
16528 Set parse-sexp-ignore-comments.
16529
16530 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16531
16532 2004-03-21 Juanma Barranquero <lektu@terra.es>
16533
16534 * allout.el (allout-mode): Fix docstring.
16535
16536 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16537
16538 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16539
16540 * autorevert.el (auto-revert-interval): Make new value take
16541 effect immediately when set through Custom.
16542 (auto-revert-set-timer): Add interactive declaration.
16543
16544 2004-03-19 David Ponce <david@dponce.com>
16545
16546 * ruler-mode.el (ruler-mode-header-line-format-old):
16547 Don't `make-variable-buffer-local'.
16548 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16549 (ruler-mode-header-line-format): Simply funcall the above.
16550 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16551 to save/restore a previous header line format.
16552 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16553 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16554 fringes and margins width.
16555 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16556
16557 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16558
16559 * log-edit.el (log-edit-font-lock-keywords): Typo.
16560
16561 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16562 (tex-send-tex-command): Rather than here.
16563 (tex-compilation-parse-errors): Simplify.
16564
16565 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16566
16567 * time.el (display-time-string-forms): Add help-echo with date on time.
16568
16569 * composite.el (compose-region): Use restore-buffer-modified-p.
16570
16571 * disp-table.el (standard-display-8bit): Simplify.
16572
16573 * server.el (server-process-filter): Delete temp frame.
16574
16575 * add-log.el (add-change-log-entry): Simplify.
16576
16577 2004-03-19 Kim F. Storm <storm@cua.dk>
16578
16579 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16580 (hexl-follow-line): Don't require 'fringe.
16581
16582 * progmodes/compile.el (compilation-start): Always set
16583 compilation-last-buffer and return it.
16584
16585 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16586
16587 * simple.el (clone-buffer): Doc fix.
16588
16589 2004-03-18 Juanma Barranquero <lektu@terra.es>
16590
16591 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16592
16593 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * log-edit.el (log-edit-font-lock-keywords): New var.
16596 (log-edit-mode): Use it.
16597
16598 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16599
16600 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16601 properly for watching in speedbar.
16602
16603 2004-03-17 Masatake YAMATO <jet@gyve.org>
16604
16605 * smerge-mode.el (smerge-popup-context-menu):
16606 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16607
16608 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16609
16610 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16611 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16612 Take sealed revisions into account.
16613 (vc-arch-checkin): Extract a summary line from the message.
16614
16615 2004-03-16 Masatake YAMATO <jet@gyve.org>
16616
16617 * register.el (register): Provide `register' feature.
16618
16619 2004-03-15 Masatake YAMATO <jet@gyve.org>
16620
16621 Added context menu support in smerge mode.
16622 Most of the part is written by Stefan Monnier.
16623
16624 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16625 New keymap and menu.
16626 (smerge-text-properties): New function.
16627 (smerge-remove-props): New function.
16628 (smerge-popup-context-menu): New function.
16629 (smerge-resolve): Call `smerge-remove-props'.
16630 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16631 (smerge-keep-current): Ditto.
16632 (smerge-kill-current): New function.
16633 (smerge-match-conflict): Put text properties.
16634 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16635
16636 2004-03-15 David Ponce <david@dponce.com>
16637
16638 * ruler-mode.el (ruler-mode-left-fringe-cols)
16639 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16640 (ruler-mode-right-scroll-bar-cols): Remove.
16641 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16642 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16643 Use fringe-columns and scroll-bar-columns.
16644
16645 2004-03-15 Masatake YAMATO <jet@gyve.org>
16646
16647 * hl-line.el (hl-line-range-function): New variable.
16648 (hl-line-move): New function.
16649 (global-hl-line-highlight): Use `hl-line-move'.
16650 (hl-line-highlight): Ditto.
16651
16652 * scroll-bar.el (scroll-bar-columns):
16653 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16654
16655 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16656 (ruler-mode-left-fringe-cols)
16657 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16658 (ruler-mode-right-scroll-bar-cols)
16659 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16660 (ruler-mode-ruler-function): New variable.
16661 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16662 if the value for `ruler-mode-ruler-function'is given.
16663
16664 * hexl.el (hexl-mode-hook): Make the hook customizable.
16665 (hexl-address-area, hexl-ascii-area): New customize variables.
16666 (hexlify-buffer): Put font-lock-faces on the address area and
16667 the ascii area.
16668 (hexl-activate-ruler): New function.
16669 (hexl-follow-line): New function.
16670 (hexl-highlight-line-range): New function.
16671 (hexl-mode-ruler): New function.
16672
16673 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16674
16675 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16676 (vc-default-find-file-hook): New fun.
16677 (vc-find-file-hook): Call new find-file-hook operation.
16678
16679 * vc-arch.el: New file.
16680
16681 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16682
16683 * info-look.el (info-lookup): Reuse an existing Info window.
16684
16685 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16686
16687 * woman.el (woman-preserve-ascii): Default value changed to t and
16688 doc string revised.
16689
16690 2004-03-12 Richard M. Stallman <rms@gnu.org>
16691
16692 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16693 Fix minor bug.
16694
16695 * replace.el (occur-engine): Change message for count of matches.
16696
16697 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16698 For strings, do compare text properties.
16699
16700 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16701
16702 * progmodes/compile.el (compile-auto-highlight)
16703 (compilation-error-list, compilation-old-error-list)
16704 (compilation-parse-errors-function, compilation-parsing-end)
16705 (compilation-error-message, compilation-directory-stack)
16706 (compilation-enter-directory-regexp-alist)
16707 (compilation-leave-directory-regexp-alist)
16708 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16709 (compilation-current-file, compilation-regexps): Remove vars.
16710
16711 (compile-error-at-point, compilation-error-filedata)
16712 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16713 (compilation-next-error-locus, compilation-forget-errors)
16714 (count-regexp-groupings, compilation-parse-errors)
16715 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16716
16717 (compile-internal): Make obsolete.
16718
16719 (compilation-first-column, compilation-error)
16720 (compilation-directory-matcher, compilation-page-delimiter)
16721 (compilation-mode-font-lock-keywords, compilation-debug)
16722 (compilation-error-face, compilation-warning-face)
16723 (compilation-info-face, compilation-line-face)
16724 (compilation-column-face, compilation-enter-directory-face)
16725 (compilation-leave-directory-face, compilation-skip-threshold)
16726 (compilation-skip-visited, compilation-context-lines): New vars.
16727
16728 (compilation-warning-face, compilation-info-face)
16729 (compilation-message-face): New faces.
16730
16731 (compilation-error-regexp-alist-alist): New constant.
16732
16733 (compilation-face, compilation-directory-properties)
16734 (compilation-assq, compilation-error-properties, compilation-start)
16735 (define-compilation-mode, compilation-loop)
16736 (compilation-set-window): New functions.
16737
16738 (compile): Additional argument for interactive compiles like TeX.
16739
16740 * progmodes/grep.el (kill-grep): Move here from compile.el
16741 (grep-error, grep-hit-face, grep-error-face)
16742 (grep-mode-font-lock-keywords): New variables.
16743 (grep-regexp-alist): Simplify regexp and add `binary' case.
16744 (grep-mode): New mode.
16745 (grep-process-setup): Simplify.
16746
16747 2004-03-11 Jason Rumney <jasonr@gnu.org>
16748
16749 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16750 letters on DOS/Windows.
16751
16752 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16753
16754 * server.el (server-name): New var.
16755 (server-socket-dir): New var to replace server-socket-name.
16756 (server-start): Use them.
16757
16758 2004-03-11 Simon Josefsson <jas@extundo.com>
16759
16760 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16761 died to avoid infloop. Reported by Jonathan Glauner
16762 <jglauner@sbum.org>.
16763
16764 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16767 (smerge-mode-menu): Use it to deactivate menu entries.
16768 (smerge-keep-current): New fun.
16769 (smerge-keep-current): Use it.
16770
16771 2004-03-10 John Paul Wallington <jpw@gnu.org>
16772
16773 * foldout.el (foldout-fold-list, foldout-modeline-string):
16774 Declare them as variables, not constants.
16775
16776 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16777
16778 * ps-print.el: Modification to print *Messages* buffer.
16779 (ps-print-version): New version 6.6.4.
16780 (ps-message-log-max): New fun.
16781 (ps-spool-without-faces, ps-spool-with-faces)
16782 (ps-count-lines-preprint): Code fix.
16783
16784 * printing.el: New tips in Tips section.
16785
16786 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16787
16788 * delim-col.el: Doc fix.
16789
16790 * printing.el: Doc fix. New doc section (Tips).
16791
16792 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16793
16794 * type-break.el (type-break-emacs-variant): Remove.
16795 (type-break-run-at-time, type-break-cancel-function-timers):
16796 Use fboundp rather than version name and number.
16797
16798 2004-03-09 Masatake YAMATO <jet@gyve.org>
16799
16800 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16801 `make-variable-buffer-local'.
16802
16803 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16804
16805 * find-dired.el (find-dired): Call `shell-command' instead of
16806 `start-process-shell-command'. By this, Tramp takes over
16807 handling of remote directories.
16808
16809 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16810
16811 * newcomment.el (comment-use-global-state): New var.
16812 (comment-search-forward): Use it.
16813
16814 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16815
16816 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16817
16818 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16819 (enable-kinsoku): Make it a defcustom.
16820 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16821 paragraph to same-comment-start-marker.
16822
16823 2004-03-07 Dave Love <fx@gnu.org>
16824
16825 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16826 (browse-url-mail): Use it.
16827
16828 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16829 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16830
16831 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16832
16833 * woman.el (woman-man.conf-path): Doc fix.
16834 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16835
16836 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16837
16838 * sort.el (sort-columns): Remove ms-dos from the list of systems
16839 where the external `sort' command is not used.
16840
16841 2004-03-07 Kim F. Storm <storm@cua.dk>
16842
16843 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16844 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16845 from overlay-arrow-variable-list.
16846 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16847
16848 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16849
16850 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16851 overlay arrow string properly for the assembler buffer.
16852
16853 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16854
16855 * mail/sendmail.el (mail-mode): Fix last change.
16856
16857 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16858
16859 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16860 for the assembler buffer.
16861 (gdb-assembler-custom): Position the overlay arrow.
16862 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16863
16864 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16865
16866 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16867
16868 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16869 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16870
16871 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16872
16873 * newcomment.el (uncomment-region): Allow non-terminated comment.
16874 (comment-normalize-vars): Check the user-specified comstart marker.
16875
16876 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16877
16878 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16879 Otherwise, do use it if the region only contains font-lock text
16880 properties.
16881
16882 2004-03-04 Masatake YAMATO <jet@gyve.org>
16883
16884 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16885 as the callback function for eldoc.
16886 (hexl-print-current-point-info): New function.
16887 (hexl-current-address): Print the address in both decimal
16888 and hexadecimal format.
16889
16890 2004-03-04 Richard M. Stallman <rms@gnu.org>
16891
16892 * mail/rmail.el (rmail-convert-to-babyl-format):
16893 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16894
16895 * mail/mail-utils.el (mail-unquote-printable-region):
16896 New arg UNIBYTE.
16897
16898 * startup.el (command-switch-alist): Doc fix.
16899
16900 * simple.el (undo): Temporarily set this-command to `undo-start',
16901 then set it to `undo' once undo-start returns without error.
16902
16903 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16904
16905 * simple.el (kill-line): Don't disregard trailing whitespace
16906 in eol condition, if show-trailing-whitespace is set.
16907
16908 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16909 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16910 When disabling, restore old values only if mouse-sel-has-been-enabled.
16911
16912 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16913 (isearch-{-char): New function.
16914 (isearch-mode-map): Bind { to isearch-{-char.
16915
16916 * font-lock.el (lisp-font-lock-keywords-2):
16917 Turn off the CL with-... and do-... general patterns.
16918 Instead, recognize several specific with... and do... constructs.
16919
16920 * files.el (switch-to-buffer-other-window):
16921 Bind same-window-buffer-names and same-window-regexps to nil.
16922 (switch-to-buffer-other-frame): Likewise.
16923
16924 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16927 recognizing leading comment on code line.
16928
16929 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16932 hidden files/directories.
16933
16934 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16935
16936 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16937 only comment-start (in case the mode hasn't set it).
16938
16939 * Makefile.in (AUTOGENEL): New var.
16940 (bootstrap-prepare): Rename from bootstrap-clean.
16941 Don't remove elc files.
16942 (maintainer-clean): New target.
16943
16944 * xml.el (xml-get-attribute-or-nil): Simplify.
16945
16946 2004-03-02 Juri Linkov <juri@jurta.org>
16947
16948 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16949 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16950 URL to prevent their substitution with the environment variable
16951 values by browsers.
16952
16953 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16954
16955 * ps-print.el: Doc fix.
16956 (ps-print-version): New version number (6.6.3).
16957 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16958 Docstring fix.
16959 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16960 before printing.
16961 (ps-time-stamp-yyyy-mm-dd): New fun.
16962 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16963
16964 2004-03-02 Kim F. Storm <storm@cua.dk>
16965
16966 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16967
16968 2004-03-01 Juanma Barranquero <lektu@terra.es>
16969
16970 * allout.el (allout-rebullet-heading): Fix typo in docstring.
16971
16972 * desktop.el (desktop-file-version)
16973 (desktop-after-read-hook): Fix typos.
16974 (desktop-clear-preserve-buffers): Remove redundant info in
16975 docstring already shown by the obsolescence message.
16976 (desktop-truncate, desktop-internal-v2s)
16977 (desktop-value-to-string): Change argument name to match docstring.
16978
16979 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16980
16981 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16982 docstring.
16983
16984 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16985
16986 * printing.el: Replace "As Is..." in PostScript file print/preview by
16987 "No Preprocessing...". Suggested by Colin Marquardt
16988 <_marquardt_@zmd.de>.
16989 (pr-insert-section-4): Adjust buffer interface.
16990
16991 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16992
16993 Version 2.0.39 of Tramp released.
16994
16995 * net/tramp.el (tramp-handle-file-local-copy)
16996 (tramp-handle-write-region, tramp-open-connection-rsh):
16997 Variable name typo. Small change. From Patrick Tullmann
16998 <tullmann@flux.utah.edu>.
16999 (tramp-process-connection-type): New variable.
17000 (tramp-maybe-open-connection): Use it.
17001 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17002 (tramp-touch): Set last-modified time of a remote file.
17003 (tramp-handle-write-region): Say which function is used when encoding.
17004
17005 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17006
17007 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17008 case of non-existing filename, too. Reported by Christoph Bauer
17009 <c_bauer@informatik.uni-kl.de>.
17010 (tramp-smb-get-file-entries): The directory in question should
17011 have permissions "drwxrwxrwx". Just virtual, because we don't
17012 know the real permissions. Don't we know?
17013 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17014 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17015 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17016 output. If it was received chunkwise, there have been problems.
17017 Remove the "prompt not found" error message; it is obvious.
17018 Simplify algorithm.
17019 (tramp-smb-process-running): Remove. Since we acknowledge the
17020 virtual prompt for shares, there's no need for distinction of
17021 reading shares (process ends afterwards) and interactive mode of
17022 smblient.
17023 (tramp-smb-open-connection): Setting process sentinel removed.
17024 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17025 "NT_STATUS_NETWORK_ACCESS_DENIED".
17026 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17027 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17028 (top-level): Setting default value in `tramp-default-method-alist'
17029 corrected. Order of USER and HOST have been wrong.
17030 Nobody complained for months ...
17031 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17032 (tramp-smb-open-connection): Clear password cache if login has failed.
17033
17034 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17035 `tramp-unified-filenames'.
17036 (tramp-completion-mode): Make test for XEmacs explicitely.
17037 `event-to-character' can exists in Emacs packages too.
17038 Reported by Matt Swift <swift@alum.mit.edu>.
17039 (tramp-buffer-name): Buffer name must contain the user if exists.
17040 Reported by Adrian Phillips <a.phillips@met.no>.
17041 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17042 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17043 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17044 `tramp-do-copy-or-rename-file-one-local', because it handles also
17045 the case both files use the same out-of-band method.
17046 Implementation added.
17047 (tramp-handle-file-local-copy, tramp-handle-write-region):
17048 Out-of-band handling removed. `copy-file' called instead, which
17049 calls `tramp-do-copy-or-rename-file-out-of-band'.
17050 (tramp-action-password): Check for out-of-band method removed.
17051 This function is used for 'login-program.
17052 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17053 appropriate.
17054 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17055 and `tramp-parse-sknownhosts'.
17056 (tramp-completion-function-alist): It's a defvar now, because we
17057 want to apply the optimized `tramp-set-completion-function'
17058 instead of a static list.
17059 (tramp-set-completion-function): Implementation tuned.
17060 Avoid double entries, and entries where the function or the
17061 file/directory doesn't exist.
17062 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17063 for SSH2.
17064 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17065 (tramp-handle-dired-compress-file): New function.
17066 (tramp-async-proc): New variable.
17067 (tramp-handle-shell-command): Adding asynchronous processes.
17068 They are far from being perfect, but it works at least for
17069 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17070 (top-level): Require password.el if visible. Should be mandatory
17071 once No Gnus has found its way into (X)Emacs.
17072 (tramp-read-passwd): Invoke `password-read' if available,
17073 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17074 fallback any longer.
17075 (tramp-clear-passwd): New function.
17076 (tramp-process-actions, tramp-process-multi-actions):
17077 Clear password cache if login has failed.
17078
17079 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17080 its own module.
17081 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17082 `ange-ftp-ftp-name-res'. There could be incorrect values from
17083 previous calls in case the "ftp" method is used in the Tramp file
17084 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17085
17086 2004-02-28 Richard M. Stallman <rms@gnu.org>
17087
17088 * term.el (term-mouse-paste): Call mouse-set-point.
17089
17090 * thumbs.el: New file.
17091
17092 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17093
17094 * progmodes/ebnf-abn.el: Doc fix.
17095
17096 * progmodes/ebnf-bnf.el: Doc fix.
17097 (ebnf-repeat): Code fix.
17098
17099 * progmodes/ebnf2ps.el: Doc fix.
17100 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17101
17102 2004-02-28 Juri Linkov <juri@jurta.org>
17103
17104 * ffap.el (dired-at-point): Additional writability test for
17105 relative directory names.
17106 (dired-at-point-prompter): Treat directories as a directory, get
17107 the directory component from files.
17108 (ffap-string-at-point): Return string from region if region is active.
17109 (ffap-file-at-point): Remove redundant code.
17110
17111 2004-02-28 Kim F. Storm <storm@cua.dk>
17112
17113 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17114 Initialize margin area images to nil.
17115 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17116 (breakpoint-enabled-bitmap-face)
17117 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17118 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17119 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17120 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17121 (gdb-reset): Use gdb-remove-breakpoint-icons.
17122 (gdb-put-string): Add dprop arg to specify alternative display
17123 property (for setting fringe bitmap).
17124 (gdb-remove-strings): Doc fix.
17125 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17126 icon in fringe (if available), or else as icon or text in display
17127 margin. Creates necessary icons in breakpoint-bitmap,
17128 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17129 Also make left window margin if required.
17130 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17131 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17132 no longer needed.
17133 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17134 gdb-put-breakpoint-icon.
17135 (gdb-assembler-mode): Don't set left-margin-width here.
17136
17137 2004-02-27 Kevin Ryde <user42@zip.com.au>
17138
17139 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17140 comma, so that it DTRT in macros.
17141
17142 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17143
17144 * progmodes/sh-script.el (sh-shell-arg)
17145 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17146 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17147
17148 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17149
17150 * faces.el (face-spec-set-match-display): Add a new attribute,
17151 `min-colors'.
17152 (region, highlight, secondary-selection): Use `min-colors'.
17153
17154 * custom.el (defface): Add documentation for `min-colors'.
17155
17156 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17157 (font-lock-keyword-face, font-lock-function-name-face)
17158 (font-lock-variable-name-face, font-lock-constant-face):
17159 Use `min-colors'.
17160
17161 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17162
17163 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17164
17165 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17166 define assq-delete-all if it's not defined.
17167 (ebnf-generate-region): Code fix.
17168
17169 * printing.el: Doc fix.
17170 (pr-version): New version number (6.7.2).
17171 (pr-command): Return empty string if command is an empty string.
17172
17173 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17174
17175 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17176
17177 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17178 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17179 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17180 "tt" ["test"] ). Reported by Markus Dreyer
17181 <mdreyer@ix.urz.uni-heidelberg.de>.
17182 (ebnf-version): New version number (4.0).
17183 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17184 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17185 (ebnf-delete-style): New commands.
17186 (ebnf-directory, ebnf-file): New funs.
17187 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17188 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17189 (ebnf-syntax-alist): New var.
17190 (ebnf-element-width): New fun replacing ebnf-list-width.
17191 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17192 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17193 (ebnf-prologue): Adjust vars.
17194 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17195 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17196 (ebnf-check-style-values, ebnf-generate-production)
17197 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17198 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17199 (ebnf-token-repeat): Code fix.
17200
17201 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17202 %right, %left and %prec. Suggested by Matthew K. Junker
17203 <junker@alum.mit.edu>.
17204 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17205
17206 * progmodes/ebnf-iso.el: Doc fix.
17207 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17208 (ebnf-iso-lex): Code fix.
17209
17210 * progmodes/ebnf-bnf.el: Doc fix.
17211 (ebnf-bnf-lex): Code fix.
17212
17213 * progmodes/ebnf-otz.el: Doc fix.
17214
17215 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17216
17217 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17218 (abbrev-prefix-mark): Doc fix.
17219
17220 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17221
17222 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17223 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17224 (gdb-var-delete): Make interactive (really).
17225 (gdb-edit-value): Make non-interactive.
17226
17227 * progmodes/gud.el (gud-speedbar-menu-items):
17228 Add gdb-var-delete and, indirectly, gdb-edit-value.
17229 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17230 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17231 (gud-gdb-marker-filter): Add comment for annotations.
17232
17233 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17234
17235 * calendar/calendar.el (generate-calendar)
17236 (calendar-read-date): Prevent display of BC calendars once more -
17237 reverts 2003-10-01 change.
17238 (generate-calendar-month): Doc fix.
17239
17240 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17241
17242 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17243 return value of increment-calendar-month.
17244
17245 2004-02-21 Stephen Compall <s11@member.fsf.org>
17246
17247 * saveplace.el (save-place-forget-unreadable-files)
17248 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17249 (save-place-forget-unreadable-files): New function.
17250 (save-place-alist-to-file): Use it to filter out files that are
17251 no longer readable.
17252
17253 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17254 current Texinfo environment, using the same method as in
17255 `texinfo-insert-@end', and insert a space rather than a newline if
17256 point in a @table environment.
17257
17258 2004-02-21 Juri Linkov <juri@jurta.org>
17259
17260 * ffap.el (ffap-file-at-point): Try parent directories.
17261
17262 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17263
17264 * vcursor.el (vcursor-modifiers): New defcustom.
17265 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17266 hard-coded list.
17267
17268 2004-02-21 Masatake YAMATO <jet@gyve.org>
17269
17270 * play/animate.el (animate-birthday-present): Accept names other
17271 than `Sarah', too.
17272
17273 2004-02-21 Juri Linkov <juri@jurta.org>
17274
17275 * startup.el: Remove table of command line arguments from the
17276 Commentary section.
17277
17278 2004-02-20 John Wiegley <johnw@newartisans.com>
17279
17280 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17281 again" modifier from 'e' to 'E', since 'e' is also used by the
17282 "file extension" modifier.
17283
17284 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17285
17286 * help-fns.el (describe-categories): Doc fix.
17287
17288 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17289
17290 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17291 temporary file for buffer already visiting one. This change makes
17292 output likely to be directly usable by patch program.
17293 Suggested by Adrian Aichner <adrian@xemacs.org>
17294
17295 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17296
17297 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17298 case of variables defined in compound statements.
17299 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17300 Simplify constructions using switch-to-buffer.
17301
17302 2004-02-19 Simon Josefsson <jas@extundo.com>
17303
17304 * play/morse.el: Fix typo.
17305 (morse-code): Add @.
17306
17307 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17308
17309 * calendar/appt.el (appt-display-format): Change default to
17310 'ignore, for backwards compatibility.
17311 (appt-display-message): If appt-display-format is 'ignore,
17312 respect old vars appt-msg-window and appt-visible.
17313 (appt-activate): Don't depend on return value of cancel-timer.
17314
17315 * calendar/calendar.el (calendar-holidays): Doc fix.
17316
17317 * calendar/cal-coptic.el (coptic-prompt-for-date):
17318 Use assoc-string instead of assoc-ignore-case.
17319 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17320 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17321 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17322 * calendar/cal-islam.el (calendar-goto-islamic-date)
17323 (mark-islamic-diary-entries): Ditto.
17324 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17325 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17326 (calendar-read-mayan-tzolkin-date): Ditto.
17327 * calendar/calendar.el (calendar-read-date): Ditto.
17328 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17329
17330 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17331
17332 * progmodes/executable.el (executable-command-find-posix-p):
17333 Fix choice of the directory.
17334
17335 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17336
17337 * simple.el (interprogram-cut-function)
17338 (interprogram-paste-function, kill-new, kill-append):
17339 Doc fixes.
17340 (kill-region): Make it return nil. Doc fix.
17341 (yank-pop): Make its argument optional.
17342 (yank): Make ARG `-' equivalent to `-1'.
17343
17344 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17345
17346 * mail/rmail.el (rmail-get-new-mail): Don't reference
17347 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17348
17349 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17350
17351 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17352 if one of global-auto-revert-non-file-buffers or autorevert-mode
17353 is non-nil.
17354
17355 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17356
17357 * subr.el (delete-dups): A better implementation from Karl Heuer
17358 <kwzh@gnu.org>.
17359
17360 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17361
17362 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17363 correct place.
17364 * progmodes/icon.el (icon-indent-command): Ditto.
17365 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17366
17367 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17368
17369 * progmodes/grep.el (grep-compute-defaults): Undo change from
17370 2004-01-29: don't use executable-command-find-posix-p.
17371
17372 2004-02-16 Richard Sharman <rsharman@pobox.com>
17373
17374 * hilit-chg.el: Use require instead of eval-and-compile.
17375 (highlight-compare-buffers): New function.
17376
17377 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17378
17379 * man.el (Man-fontify-manpage): Render section headings in
17380 `Man-overstrike-face' even when overstrike was not used by man
17381 formatter for section headings.
17382
17383 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17384
17385 * rmail-spam-filter.el (vm-use-spam-filter)
17386 (rsf-min-region-length-added-to-spam-list): New variables.
17387 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17388 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17389 spam testing. Don't delete spam message if automatic deletion
17390 after output via variable rmail-delete-after-output is turned on.
17391 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17392 rsf-bbdb-dont-create-entries-for-spam.
17393 (check-field): New function, extracted from code in
17394 rmail-spam-filter to ease addition of header fields like content-type.
17395 (message-content-type): New variable to check the content-type:
17396 field added, also in defcustom of rsf-definitions-alist.
17397 (rmail-spam-filter): Replace repeated test code for header fields
17398 by calls to check-field; change the call to
17399 rmail-output-to-rmail-file such that rmail-current-message stays
17400 the same to avoid wrong deletion of unseen flags.
17401 (rsf-add-contents-type): New function to convert old format
17402 of rmail-spam-definitions-alist into new one.
17403 Change prefixes of all variables and functions from
17404 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17405
17406 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17407
17408 * loadhist.el (unload-hook-features-list): New defvar.
17409
17410 2004-02-16 Dave Love <fx@gnu.org>
17411
17412 * loadhist.el (unload-feature): Doc fix. Rename flist to
17413 unload-hook-features-list.
17414
17415 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17416
17417 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17418 cookie. Don't check if we are looking-at open-formula.
17419
17420 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17421
17422 * subr.el (match-string-no-properties): Use substring-no-properties.
17423
17424 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17425
17426 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17427 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17428 Use lower-case "rx" in all error message.
17429
17430 2004-02-16 Dave Love <fx@gnu.org>
17431
17432 * emacs-lisp/rx.el (rx-or): Put group around result.
17433 (rx-constituents): Add backref.
17434 (rx-syntax): Add string-delimiter, comment-delimiter.
17435 (rx-categories): Add combining-diacritic.
17436 (rx-check-not, rx-greedy, rx): Doc fix.
17437 (rx-backref, rx-check-backref): New.
17438
17439 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17440
17441 * newcomment.el (uncomment-region): Allow eob as comment end.
17442
17443 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17444
17445 * filecache.el: All message and error commands now use prefix
17446 "Filecache:" to make it easy to read *Messages* buffer.
17447
17448 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17449
17450 * autorevert.el: Add support to detect changed dired and VC buffers.
17451 (auto-revert-active-p, auto-revert-list-diff)
17452 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17453 (auto-revert-handler, auto-revert-active-p): New functions.
17454 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17455 and `auto-revert-active-p'.
17456 (eval-when-compile): Defvar dired-directory and vc-mode.
17457 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17458 (auto-revert-handler-vc): New functions.
17459
17460 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17461
17462 * progmodes/compile.el (compilation-directory): New defvar.
17463 (compile): Save current directory in compilation-directory.
17464 (recompile): Bind default-directory to compilation-directory if
17465 that is non-nil.
17466
17467 2004-02-16 Dave Love <fx@gnu.org>
17468
17469 * newcomment.el (comment-insert-comment-function)
17470 (comment-region-function, uncomment-region-function): New.
17471 (comment-indent): Use comment-insert-comment-function.
17472 (uncomment-region): Use uncomment-region-function.
17473 (comment-region): Use comment-region-function.
17474
17475 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17476
17477 2004-02-16 Richard Stallman <rms@gnu.org>
17478
17479 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17480 loaddefs* and ldefs-boot*.
17481
17482 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17483
17484 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17485 and email address at the beginning and end of the address.
17486
17487 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17488 anchored at the beginning of the email address.
17489
17490 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17491
17492 * international/ccl.el (ccl-compile-write): Pass `left' to
17493 ccl-embed-code to generate correct code of write-expr-register.
17494
17495 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17496
17497 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17498
17499 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17500
17501 * x-dnd.el: Mention support for Motif in commentary.
17502 (x-dnd-handle-drag-n-drop-event): Ditto.
17503
17504 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17505
17506 * ses.el: Use "ses--" prefixes for buffer-local variables.
17507 Use (point-min) instead of 1, even when we know the buffer
17508 is unnarrowed.
17509 (ses-build-load-map): Delete. Distribute its content to defconst's for
17510 the three maps.
17511 (ses-menu, ses-header-line-menu): New menus.
17512 (ses-mode-map): Use them.
17513 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17514
17515 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17516
17517 * Makefile.in: Fix the CC Mode recompile kludge so it works
17518 when building in a different directory.
17519
17520 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17521
17522 * simple.el (kill-new): Put yank-handler property on the entire string.
17523
17524 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17525
17526 * diff.el: Don't use compile any more, use diff-mode instead.
17527 (diff-regexp-alist, diff-old-file, diff-new-file)
17528 (diff-parse-differences, diff-process-setup): Remove.
17529 (diff-sentinel): New fun.
17530 (diff): Use it. Run the process ourselves.
17531 Use diff-mode for the rest of the processing.
17532
17533 * diff.el (diff): Simplify code handling `switch'.
17534
17535 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17536
17537 * pcvs-defs.el (cvs-menu): Add `tag'.
17538
17539 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17540
17541 * simple.el (kill-append): Doc fix.
17542
17543 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17544 Adapt outline-regexp to the new conventions for commenting out code.
17545
17546 2004-02-11 John Paul Wallington <jpw@gnu.org>
17547
17548 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17549
17550 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * diff.el (diff-switches): New fun.
17553 (diff, diff-backup): Use it.
17554 (diff): Clean up the args construction. Use backquote.
17555 Use listp instead of consp to avoid putting a nil arg.
17556 (diff): Add a revert-buffer function.
17557
17558 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17559
17560 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17561 handled by x-dnd-handle-file-name.
17562 (x-dnd-known-types): Add COMPOUND_TEXT.
17563 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17564 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17565 x-dnd-empty-state.
17566 (x-dnd-forget-drop): Ditto.
17567 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17568 (x-dnd-handle-one-url): Return private when inserting text.
17569 (x-dnd-insert-ctext): New function.
17570 (x-dnd-handle-file-name): New function for FILE_NAME.
17571 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17572 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17573 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17574
17575 2004-02-10 Kenichi Handa <handa@m17n.org>
17576
17577 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17578 instead of while loop.
17579
17580 2004-02-10 Miles Bader <miles@gnu.org>
17581
17582 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17583
17584 2004-02-09 Kenichi Handa <handa@m17n.org>
17585
17586 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17587 have end-of-line.
17588
17589 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17590
17591 * Makefile.in: Added extra dependencies in the recompile target
17592 needed to cope with the compile time macro expansions in CC Mode.
17593
17594 2004-02-09 Kim F. Storm <storm@cua.dk>
17595
17596 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17597 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17598 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17599 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17600 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17601 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17602 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17603 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17604 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17605 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17606 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17607
17608 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17611 Don't allow shrink if there's a window on our right.
17612
17613 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17614 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17615 Bring together declaration and initialization.
17616 (prolog-mode-variables): Don't set the syntax table.
17617 Don't set paragraph-start and comment-indent-function.
17618 Add /*..*/ to the comment regexps.
17619 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17620 (prolog-mode-map): Don't bind TAB.
17621 (prolog-mode): Set the syntax table.
17622 (prolog-comment-indent): Remove.
17623 (inferior-prolog-mode-map): Initialize in the declaration.
17624 (inferior-prolog-mode-syntax-table)
17625 (inferior-prolog-mode-abbrev-table): New vars.
17626 (inferior-prolog-mode): Derive from comint-mode.
17627 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17628 minibuffer windows.
17629
17630 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17631 in file names, as long as it is unabmiguous.
17632
17633 2004-02-08 Andreas Schwab <schwab@suse.de>
17634
17635 * textmodes/reftex-toc.el
17636 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17637 format. Doc fix.
17638
17639 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17640 format string arguments.
17641
17642 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17643 string argument.
17644
17645 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17646
17647 * play/zone.el (zone-call): Fix format string.
17648
17649 * net/webjump.el (webjump-builtin): Add missing format string argument.
17650
17651 * midnight.el (midnight-delay-set): Remove extra format string argument.
17652
17653 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17654
17655 * hexl.el (hexl-insert-char): Add missing format string argument.
17656
17657 * format.el (format-decode): Fix format string.
17658
17659 * emulation/vi.el (vi-mode): Remove extra format string argument.
17660 (vi-repeat-last-search): Likewise.
17661 (vi-reverse-last-search): Likewise.
17662 (vi-goto-mark): Likewise.
17663 (vi-reverse-last-find-char): Likewise.
17664 (vi-repeat-last-find-char): Likewise.
17665 (vi-locate-def): Likewise.
17666
17667 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17668
17669 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17670 string argument.
17671 (ediff-toggle-regexp-match): Likewise.
17672
17673 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17674 format string argument.
17675
17676 * calc/calc-map.el (calc-get-operator): Remove extra format
17677 string argument.
17678
17679 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17680
17681 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17682 string argument.
17683
17684 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17685
17686 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17687
17688 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17689
17690 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17691 (cl-struct-setf-expander): Likewise.
17692
17693 * vc.el (with-vc-file): Fix unsafe uses of error.
17694 (vc-cancel-version): Likewise.
17695
17696 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17697
17698 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17699 thousands separator; fixes <class>:<line-number> regexp for
17700 non-english locales.
17701
17702 2004-02-08 Andreas Schwab <schwab@suse.de>
17703
17704 * view.el (view-mode-enable): Revert previous change.
17705
17706 2004-02-07 Kim F. Storm <storm@cua.dk>
17707
17708 * simple.el (line-number-at-pos): Rename from line-at-pos.
17709 Uses changed (what-line and vc-annotate-warp-version).
17710
17711 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17714 (diff-mode): Remove aborted attempt at support for compile.el.
17715 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17716
17717 2004-02-06 Andreas Schwab <schwab@suse.de>
17718
17719 * view.el (view-mode-enable): Add view-mode-map to
17720 minor-mode-overriding-map-alist.
17721
17722 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17723
17724 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17725
17726 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17727
17728 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17729 with point inside rather than after the paragraph.
17730
17731 2004-02-04 Sam Steingold <sds@gnu.org>
17732
17733 * mail/smtpmail.el (smtpmail-try-auth-methods):
17734 Do not try authentication when no mechanism is available.
17735 Pass port-name as defaultport to `netrc-machine'.
17736
17737 2004-02-04 Stephen Eglen <stephen@gnu.org>
17738
17739 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17740 to show how minibuffer height can be constrained.
17741
17742 2004-02-04 John Paul Wallington <jpw@gnu.org>
17743
17744 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17745
17746 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17747
17748 * x-dnd.el: New file for drag and drop.
17749
17750 * term/x-win.el: require x-dnd, set after-make-frame-functions
17751 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17752 drag-n-drop event.
17753
17754 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17755 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17756 (dired-dnd-handle-file): New functions for drag and drop support.
17757 (dired-mode): Initialize drag and drop if x-dnd present.
17758
17759 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17760
17761 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17762 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17763 (cperl-mode): Set fill-paragraph-function.
17764 (cperl-fill-paragraph): Make it non-interactive.
17765
17766 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17767
17768 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17769
17770 2004-02-02 David Kastrup <dak@gnu.org>
17771
17772 * replace.el (perform-replace): Allow 'literal argument in
17773 regexp-flag to indicate literal replacement.
17774 (query-replace-regexp-eval): Use it.
17775
17776 2004-02-01 Andreas Schwab <schwab@suse.de>
17777
17778 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17779
17780 2004-02-01 Stephen Eglen <stephen@gnu.org>
17781
17782 * info-look.el: Add support for maxima-mode. Update commentary
17783 because info-lookup-symbol is now bound to C-h S.
17784
17785 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17786
17787 * simple.el (edit-and-eval-command): Bind print-level and
17788 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17789 Correct initial position in command-history.
17790
17791 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17792
17793 * files.el (read-directory-name): Adapt the docstring to recent
17794 change in Fread_file_name.
17795
17796 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17797
17798 * ses.el (ses-print-cell): If print format too wide for column
17799 width, truncate decimal places if that helps to avoid "#####" fill.
17800 * ses.el (ses-initial-column-width): Revert previous change.
17801
17802 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17805 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17806 Add edebug info.
17807 (jit-lock-mode): Setup/cancel the new timer.
17808 (jit-lock-context-fontify): New fun. Extracted from
17809 context fontification code of jit-lock-stealth-fontify.
17810 (jit-lock-stealth-fontify): Don't do context fontification any more.
17811
17812 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17813 (jit-lock-fontify-now): Handle the `quit' case.
17814 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17815
17816 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17817
17818 * progmodes/executable.el (executable-command-find-posix-p):
17819 New. Check if find handles arguments Posix-style.
17820
17821 * progmodes/grep.el (grep-compute-defaults):
17822 Use executable-command-find-posix-p.
17823 (grep-find): Check `grep-find-command'.
17824
17825 * filecache.el (file-cache-find-posix-p): Delete.
17826 (file-cache-add-directory-using-find):
17827 Use `executable-command-find-posix-p'.
17828
17829 2004-01-29 Dave Love <fx@gnu.org>
17830
17831 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17832 Iterate the hook function if arg is given.
17833 (mark-defun, narrow-to-defun): Change order of finding the limits.
17834
17835 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17836 (byte-compile-format-warn): New.
17837 (byte-compile-callargs-warn): Use it.
17838 (Format, message, error): Add byte-compile-format-like property.
17839 (byte-compile-maybe-guarded): New.
17840 (byte-compile-if, byte-compile-cond): Use it.
17841 (byte-compile-lambda): Compile interactive forms,
17842 just to make warnings about them.
17843
17844 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17845
17846 * ses.el (ses-initial-column-width): Increase to 14, so it will
17847 work well with the default printer of "%.7g" for extreme values
17848 like "-1.234567e+07".
17849
17850 2004-01-29 Kenichi Handa <handa@m17n.org>
17851
17852 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17853
17854 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17855
17856 * dos-w32.el: Added support for the `default-printer-name' function.
17857
17858 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17859
17860 * server.el (server-socket-name): Don't use the hostname in the
17861 socket name since /tmp is local to the host anyway.
17862
17863 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17864 robust check of widening and fix var-naming.
17865
17866 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17867
17868 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17869 or rmail-spam- to rsf- in all function and variable names.
17870 (rsf-min-region-to-spam-list): New variable.
17871 (rsf-bbdb-auto-delete-spam-entries): Rename from
17872 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17873 scanned together with the recipients field for spam testing; Don't
17874 delete spam message if rmail-delete-after-output is non-nil;
17875 (rsf-check-field): New function, extracted from code in
17876 rmail-spam-filter to ease addition of header fields like
17877 content-type:;
17878 (message-content-type): New variable. The content-type: field was
17879 added also in defcustom of rsf-definitions-alist;
17880 (rmail-spam-filter): Replace repeated test code for header fields
17881 by calls to check-field; change the call to
17882 rmail-output-to-rmail-file such that rmail-current-message stays
17883 the same to avoid wrong deletion of unseen flags.
17884 (rmail-use-spam-filter): Add autoload cookie.
17885
17886 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17887
17888 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17889 (file-cache-add-directory-using-find): Add Cygwin support.
17890 (file-cache-find-command-posix-flag): New user variable.
17891
17892 * filecache.el (file-cache-add-directory): Check for
17893 directories an remove them from dir-files.
17894
17895 2004-01-27 Richard M. Stallman <rms@gnu.org>
17896
17897 * man.el (Man-fontify-manpage): Clean up message.
17898
17899 2004-01-27 Kenichi Handa <handa@m17n.org>
17900
17901 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17902 (sentence-end): Define using sentence-end-without-space.
17903
17904 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17905 a sentence ends with one of a character in sentence-end-without-space.
17906
17907 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17908
17909 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17910 (jit-lock): Group declaration moved to jit-lock.el.
17911 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17912 when necessary.
17913
17914 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17915 (jit-lock-context-unfontify-pos): Rename from
17916 jit-lock-first-unfontify-pos.
17917 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17918
17919 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17920
17921 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17922 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17923 (fortran-fill): When filling a string, adjust re-search-backward
17924 argument for special case of string just on fill-column.
17925 When filling non-string, allow one extra char if
17926 fortran-break-before-delimiters is non-nil.
17927 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17928 Use fortran-break-delimiters-re and fortran-no-break-re to
17929 correctly handle cases such as "**".
17930
17931 * progmodes/f90.el (f90-break-delimiters): Doc fix.
17932 (f90-no-break-re): Add some extra tokens. Doc fix.
17933
17934 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
17935
17936 * mail/rmail-spam-filter.el:
17937 Use two semicolons as Commentary line prefix.
17938 Add ";;; Code:" stylized comment.
17939 Delete end-of-line whitespace.
17940 Wrap (require 'cl) with `eval-when-compile'.
17941
17942 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
17943
17944 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17945 at the top level of vc.el.
17946
17947 2004-01-23 Andre Spiegel <spiegel@gnu.org>
17948
17949 * vc.el (vc-current-line): Function removed. This is now done by
17950 the new function line-at-pos in simple.el.
17951 (vc-annotate-warp-version): Use line-at-pos instead of
17952 vc-current-line.
17953
17954 2004-01-22 Kim F. Storm <storm@cua.dk>
17955
17956 * simple.el (line-at-pos): New defun.
17957 (what-line): Use it. Optimize by only counting lines in narrowed
17958 region once.
17959
17960 2004-01-22 Kenichi Handa <handa@m17n.org>
17961
17962 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17963 point (register r1) only for charset mule-unicode-0100-24ff.
17964
17965 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
17966
17967 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17968 trailing white space and ensure a final newline.
17969
17970 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17971 Add autoload cookie.
17972
17973 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
17974
17975 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17976 activate view-mode explicitly.
17977
17978 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17979
17980 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17981 use clipboard first.
17982
17983 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
17986 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17987 (vc-mcvs-cvs): Remove.
17988 (vc-mcvs-command): Remove use of assert.
17989
17990 * outline.el (outline-insert-heading): Tighten up match.
17991 (outline-demote, outline-move-subtree-down): Don't assume anything
17992 about outline-regexp.
17993
17994 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17995 (texinfo-show-structure): Explicitly add ^, and simplify.
17996
17997 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
17998
17999 * calendar/appt.el (appt-check): Restore usage of
18000 appt-issue-message deleted in previous change.
18001 (top-level): Activate package when loaded (needed for backwards
18002 compatibility).
18003
18004 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18005
18006 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18007 following previous change to smtpmail-send-data.
18008
18009 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18010
18011 * vc.el (vc-default-previous-version): Doc enhancement.
18012 (vc-default-next-version): New function.
18013 (vc-print-log): New arg FOCUS-REV.
18014 (vc-annotate-mode): Derive from view-mode.
18015 (vc-annotate): New args REVISION, DISPLAY-MODE.
18016 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18017 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18018 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18019 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18020 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18021
18022 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18023
18024 2004-01-19 Karl Berry <karl@gnu.org>
18025
18026 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18027 or "TexInfo".
18028
18029 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18030
18031 * subr.el (delete-dups): New function.
18032
18033 2004-01-19 Karl Berry <karl@gnu.org>
18034
18035 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18036 with ^, since that's what texinfo-show-structure
18037 documentation says (plus it works much better in texinfo.txi).
18038
18039 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18040
18041 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18042
18043 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18044
18045 * progmodes/which-func.el (which-function-mode): Don't cancel
18046 which-func-update-timer if not set.
18047
18048 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18049
18050 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18051 Remove spurious left square bracket in XX:XXam regexp.
18052
18053 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18054
18055 * progmodes/cc-defs.el: Do not require cl at run time.
18056
18057 2004-01-16 Richard M. Stallman <rms@gnu.org>
18058
18059 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18060 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18061
18062 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18063 Call rmail-spam-filter. Delete and expunge spam.
18064 Print number of spam messages deleted.
18065 Save and restore the deletion status of old messages when reading
18066 new mail with spam filter, so that expunging spam does not expunge
18067 msgs deleted by the user.
18068 (rmail-only-expunge): Add an optional argument dont-show to
18069 prevent showing message after expunge.
18070
18071 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18072
18073 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18074 * subr.el (declare): New macro.
18075
18076 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18077
18078 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18079
18080 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18083 Test window-system rather than system-type (for X11/Mac).
18084
18085 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18086
18087 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18088
18089 2004-01-12 Richard M. Stallman <rms@gnu.org>
18090
18091 * mail/rmail.el (rmail-convert-to-babyl-format):
18092 Use mail-unquote-printable-region.
18093 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18094 (rmail-hex-char-to-integer): Functions deleted.
18095
18096 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18097 (mail-unquote-printable-region): New arg NOERROR.
18098 For invalid encoding, either signal an error to just return nil.
18099
18100 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18101
18102 * calendar/appt.el: Update copyright and commentary.
18103 (appt-issue-message): Make obsolete.
18104 (appt-visible, appt-msg-window): Make obsolete, in favour of
18105 appt-display-format.
18106 (appt-display-mode-line, appt-display-duration)
18107 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18108 (appt-prev-comp-time, appt-display-count, appt-timer)
18109 (appt-convert-time): Doc change.
18110 (appt-disp-window-function, appt-delete-window-function):
18111 Use defcustom rather than defvar.
18112 (appt-display-format): New variable.
18113 (appt-display-message): New function with display code from appt-check.
18114 (appt-check): Add optional FORCE argument. Doc change.
18115 Add appt-make-list to diary-hook if displaying diary.
18116 Remove checking of view-diary-entries-initially.
18117 Message display section removed to new function appt-display-message.
18118 (appt-display-window): Doc change. Remove unused internal var
18119 this-buffer. Do not beep, since appt-display-message does that.
18120 (appt-make-list): Doc change. Use caar.
18121 (appt-sort-list): Simplify by using builtin sort function.
18122 (appt-update-list): New function for updating appts when diary is
18123 saved.
18124 (appt-activate): New autoloaded function to toggle package
18125 functionality.
18126
18127 * calendar/cal-x.el: (calendar-one-frame-setup)
18128 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18129
18130 * calendar/calendar.el: Update copyright.
18131 (view-diary-entries-initially, european-calendar-style): Doc change.
18132 (calendar-setup): Make defcustom rather than defvar.
18133 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18134 in let binding so local to function.
18135
18136 * calendar/diary-lib.el: Update copyright.
18137 (diary, diary-entry-time): Doc change.
18138 (list-diary-entries): Doc change. Trivial logic change.
18139 (fancy-diary-display): Restore make-face command mistakenly
18140 deleted 2003-05-08.
18141 (show-all-diary-entries): Allow to pop-up frame if needed.
18142
18143 2004-01-09 John Paul Wallington <jpw@gnu.org>
18144
18145 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18146 Temporarily select EVENT's window for changing eol type.
18147
18148 2004-01-09 Deepak Goel <deego@gnufans.org>
18149
18150 * calendar/diary-lib.el (diary-entry-time):
18151 Also accept time in the form XX[.XX][am/pm/AM/PM].
18152 (fancy-diary-font-lock-keywords): Likewise.
18153 (diary-font-lock-keywords): Likewise.
18154 * calendar/appt.el (appt-add): Likewise.
18155 (appt-make-list): Likewise.
18156 (appt-convert-time): Likewise.
18157
18158 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18159
18160 * gdb-ui.el (gdb-ann3): Revert previous change.
18161 (gdb-source-info): Allow for case of where compilation directory
18162 is not recorded.
18163
18164 2004-01-08 John Paul Wallington <jpw@gnu.org>
18165
18166 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18167
18168 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18169
18170 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18171
18172 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18173 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18174 problems.
18175 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18176
18177 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18178
18179 * files.el (write-file-functions, write-contents-functions):
18180 Clarify docstrings.
18181
18182 2004-01-07 Kenichi Handa <handa@m17n.org>
18183
18184 * international/mule.el (set-auto-coding): Fix for the case that
18185 end-of-line is only CR.
18186
18187 2004-01-07 Kim F. Storm <storm@cua.dk>
18188
18189 * subr.el (event-start, event-end): Doc fix.
18190 (posn-string, posn-image): New defuns.
18191 (posn-object): Return either image or string object.
18192 (posn-object-x-y): Return 8th element of position.
18193 (posn-object-width-height): New defun.
18194
18195 2004-01-06 Andreas Schwab <schwab@suse.de>
18196
18197 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18198 output.
18199
18200 2004-01-05 Karl Berry <karl@gnu.org>
18201
18202 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18203 / and *, too.
18204
18205 2003-12-31 Simon Josefsson <jas@extundo.com>
18206
18207 * files.el (before-save-hook): Add.
18208 (basic-save-buffer): Use before-save-hook.
18209
18210 * emacs-lisp/copyright.el: Fix comment to recommend
18211 before-save-hook instead of write-file-functions.
18212
18213 2004-01-05 Richard M. Stallman <rms@gnu.org>
18214
18215 * finder.el (finder-commentary): Call delete-other-windows.
18216
18217 * net/ange-ftp.el (ange-ftp-file-attributes):
18218 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18219
18220 2004-01-04 Karl Berry <karl@gnu.org>
18221
18222 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18223 comment characters % and # in the copyright year notice,
18224 as well as ;.
18225
18226 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18227
18228 * wid-edit.el (default): Define dummy :value-delete.
18229 Reported by Jesper Harder <harder@ifa.au.dk>.
18230
18231 2004-01-03 Richard M. Stallman <rms@gnu.org>
18232
18233 * progmodes/compile.el (compile-internal): Use point, not point-min,
18234 for set-window-point.
18235
18236 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18237
18238 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18239
18240 * progmodes/grep.el (grep-mode-map):
18241 Don't remap next-line, previous-line.
18242
18243 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18244
18245 * speedbar.el (speedbar-edit-line): Change regexp to position
18246 the cursor on the first character of this line's button.
18247
18248 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18249
18250 * subr.el (functionp): Doc fix.
18251
18252 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18253
18254 * progmodes/idlwave.el (idlwave-make-tags):
18255 * textmodes/flyspell.el (flyspell-large-region):.
18256 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18257 * emulation/viper-util.el (viper-glob-unix-files):
18258 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18259 * man.el (Man-init-defvars):
18260 * jka-compr.el (jka-compr-call-process):
18261 * files.el (get-free-disk-space,insert-directory):
18262 * ediff-ptch.el (ediff-test-patch-utility):
18263 * ediff-diff.el (ediff-test-utility):
18264 * dired-aux.el (dired-check-process):
18265 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18266 test the return value of call-process, because it can be a string.
18267
18268 2003-12-31 John Paul Wallington <jpw@gnu.org>
18269
18270 * bindings.el (completion-ignored-extensions): Add .pfsl.
18271
18272 2003-12-31 Kim F. Storm <storm@cua.dk>
18273
18274 * ido.el (ido-nonreadable-directory-p): New defun to check for
18275 nonreadable directory without activating tramp (to avoid problems
18276 with checking incomplete tramp paths).
18277 (ido-set-current-directory, ido-file-internal)
18278 (ido-file-name-all-completions1): Use it.
18279
18280 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18281
18282 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18283 documentation if the anchor (or node) name is preceded by `info
18284 anchor' or `Info anchor' in addition to earlier `info node' and
18285 `Info node'.
18286 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18287
18288 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18289
18290 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18291 error in arguments to base64-decode-region. Remove ^M characters
18292 after decoding base64.
18293
18294 2003-12-30 Simon Josefsson <jas@extundo.com>
18295
18296 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18297 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18298 have only been distributed with Emacs for some years.
18299 (texinfo-mode-hook): Customize.
18300
18301 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18302
18303 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18304 cleaner (suggested by Richard Stallman).
18305
18306 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18307 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18308 file-name clashes on 8+3 DOS filesystems.
18309
18310 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18311 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18312 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18313 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18314 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18315 file-name clashes on 8+3 filesystems.
18316
18317 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18318 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18319 file-name clashes on 8+3 DOS filesystems.
18320
18321 2003-12-29 Richard M. Stallman <rms@gnu.org>
18322
18323 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18324 Upcase the character.
18325
18326 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18327 Search for header separator alone on a line, literally,
18328 and search for it backward, not forward.
18329 (flyspell-abbrev-table): Always use global-abbrev-table
18330 if there is no local one.
18331
18332 * progmodes/sh-script.el (sh-get-indent-info):
18333 Don't move point back if at bob.
18334
18335 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18336
18337 * play/handwrite.el (handwrite): Make the handwrite credit message
18338 a comment rather than an output command.
18339
18340 * obsolete/sc.el: Display message that this file is obsolete.
18341
18342 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18343
18344 * mail/rfc822.el (rfc822-address-start): Declare variable.
18345 Renamed from address-start. All uses changed.
18346
18347 * term.el (term-exec): Set up sentinel.
18348 (term-sentinel): New function.
18349 (term-handle-exit): New function.
18350
18351 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18352 Use assoc-string, and mark them obsolete.
18353 (delay-mode-hooks): Mark as permanent local.
18354
18355 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18356
18357 * register.el (copy-rectangle-to-register): Doc fix.
18358
18359 * info.el (Info-insert-dir): Use assoc-string.
18360
18361 * info-look.el (info-lookup): Use assoc-string.
18362
18363 * frame.el (pop-up-frame-function): Use quote, not `function'.
18364 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18365 copying with lists as coordinate values.
18366
18367 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18368
18369 * find-dired.el (kill-find): New command.
18370 (find-dired): Make buffer read-only.
18371 Set up a keymap with C-c C-k running kill-find.
18372 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18373
18374 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18375
18376 * filecache.el (file-cache-ignore-case): New variable.
18377 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18378
18379 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18380 (comint-dynamic-complete-as-filename): Rename local vars.
18381 (comint-dynamic-list-filename-completions): Likewise.
18382
18383 * comint.el (comint-dynamic-list-completions-config): New var.
18384 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18385
18386 * comint.el (comint-file-name-chars): Add [].
18387 (comint-word): Use skip-chars-backward, not search.
18388
18389 * shell.el (shell-file-name-chars): Add [].
18390
18391 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18392
18393 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18394
18395 * generic.el (define-generic-mode): Doc fix.
18396
18397 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18398
18399 * files.el (kill-some-buffers): Doc fix.
18400
18401 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18402
18403 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18404 arg to send-invisible
18405 (send-invisible): Doc fix. The argument is now a prompt, not the
18406 string to send.
18407 (comint-read-noecho): Doc fix.
18408
18409 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18410
18411 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18412 "@", as required by some ISP hosting service. Fix defcustom
18413 argument syntax errors that prevented use of customization.
18414
18415 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18416
18417 * xml.el (xml-get-attribute-or-nil): Doc fix.
18418
18419 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18420
18421 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18422 write-file-hooks.
18423
18424 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18425
18426 * autorevert.el (auto-revert-interval): Doc fix.
18427
18428 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18429
18430 * xml.el (xml-get-attribute-or-nil): New function, like
18431 xml-get-attribute, but returns nil if the attribute was not found.
18432 (xml-get-attribute): Convert to defsubst, uses
18433 xml-get-attribute-or-nil.
18434
18435 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18436
18437 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18438
18439 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18440
18441 * custom.el (custom-declare-theme): Use `value' when putting
18442 properties on `theme'.
18443
18444 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18445
18446 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18447 for each yank-handler segment.
18448 (insert-for-yank-1): New function, with the body of the previous
18449 insert-for-yank.
18450
18451 * textmodes/table.el (table-yank-handler): New defcustom.
18452 (table--put-cell-indicator-property): Put yank-handler property
18453 that indicates the yank handler for the table cell.
18454
18455 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18456
18457 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18458 set of keywords.
18459
18460 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18461
18462 * international/mule-cmds.el (reset-language-environment)
18463 (set-language-environment): Don't invoke fontset-related functions
18464 if fontset-list is not fboundp.
18465
18466 2003-12-29 Kenichi Handa <handa@m17n.org>
18467
18468 * international/mule-cmds.el (reset-language-environment):
18469 Call set-overriding-fontspec-internal with nil.
18470 (set-language-environment): Call set-overriding-fontspec-internal
18471 if the language environment specify `overriding-fontspec'.
18472 (language-info-alist): Doc added.
18473
18474 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18475 characters of mule-unicode-0100-24ff.
18476 (ccl-encode-windows-1251-font): New CCL program.
18477 ("Bulgarian"): Specify overriding-fontspec.
18478 ("Belarusian"): Likewise.
18479
18480 2003-12-28 Sam Steingold <sds@gnu.org>
18481
18482 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18483 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18484
18485 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18486
18487 * progmodes/gud.el (gud-gdb-command-name): Set default to
18488 "gdb --annotate=3".
18489 (gud-gdb-marker-filter): Look out for annotations.
18490 (gdb-first-pre-prompt): New variable.
18491 Remove trailing white space.
18492
18493 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18494 if necessary.
18495 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18496 annotations are detected.
18497 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18498 instead of a local one to allow transition from
18499 gud-gdb-marker-filter.
18500 Remove trailing white space.
18501
18502 2003-12-27 Kim F. Storm <storm@cua.dk>
18503
18504 * ido.el: Handle non-readable directories.
18505 (ido-decorations): Add 9th element for non-readable directory.
18506 (ido-directory-nonreadable): New dynamic var.
18507 (ido-set-current-directory): Set it.
18508 (ido-read-buffer, ido-file-internal):
18509 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18510 (ido-file-name-all-completions1): Return empty list for
18511 non-readable directory.
18512 (ido-exhibit): Print [Not readable] if directory is not readable.
18513 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18514 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18515 Use it.
18516
18517 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18518
18519 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18520 calls to directory-files-and-attributes and file-attributes.
18521 (ls-lisp-format): Remove system dependent handling of user and
18522 group id's.
18523
18524 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18525
18526 * ffap.el (ffap-read-file-or-url): Revert previous change.
18527
18528 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18529
18530 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18531 new list of included files called `files-with-node-lines', that
18532 only have node lines. This way @include commands can include any
18533 file, such as version and update files without node lines, not
18534 just files that are chapters.
18535
18536 2003-12-25 Andreas Schwab <schwab@suse.de>
18537
18538 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18539 file not found.
18540
18541 2003-12-08 Miles Bader <miles@gnu.org>
18542
18543 * dired.el (dired-between-files): Always use dired-move-to-filename,
18544 which is more robust in non-english locales.
18545
18546 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18547
18548 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18549
18550 2003-12-24 Andreas Schwab <schwab@suse.de>
18551
18552 * shell.el (shell-file-name-quote-list): Add backslash.
18553
18554 * comint.el (comint-quote-filename): Correctly handle backslash
18555 in comint-file-name-quote-list.
18556
18557 2003-12-24 Kenichi Handa <handa@m17n.org>
18558
18559 * international/mule-cmds.el (set-default-coding-systems):
18560 Call ucs-set-table-for-input for all buffers that don't have local
18561 value of buffer-file-coding-system.
18562
18563 * international/ucs-tables.el (ucs-set-table-for-input):
18564 If translation-table-for-encode is a symbol, get its
18565 translation-table property.
18566
18567 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18568
18569 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18570 to `completing-read' on a recently fixed bug.
18571
18572 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18573 instead of SPACE, to get the list of possible fringe modes.
18574 SPACE only works if both `partial-completion-mode' and
18575 `completion-auto-help' are nil.
18576
18577 * complete.el (PC-is-complete-p): Delete.
18578 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18579 calls to `test-completion'.
18580
18581 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18582
18583 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18584 to edit values when there are no children.
18585
18586 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18587 a mode called "Assembler" already exists.
18588 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18589 (gud-watch): Use format option. Remove font properties from string.
18590 (gdb-var-create-handler, gdb-var-list-children-handler):
18591 Don't bother about properties as there are none.
18592 (gdb-var-create-handler, gdb-var-list-children-handler)
18593 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18594 with two arguments.
18595 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18596 Let speedbar show value changes with a different font.
18597 (gdb-edit-value): New defun.
18598 (gdb-clear-partial-output, gdb-clear-inferior-io)
18599 (def-gdb-auto-update-handler): Use erase-buffer.
18600 (gdb-frame-handler): Display watch expressions in
18601 FUNCTION::VARIABLE format if required.
18602
18603 2003-12-23 John Paul Wallington <jpw@gnu.org>
18604
18605 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18606 (Info-goto-emacs-command-node): Doc fixes.
18607
18608 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18609
18610 * cus-edit.el (custom-add-parent-links): Define "many".
18611
18612 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18613
18614 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18615 (widget-child-validate, widget-type-value-create)
18616 (widget-type-default-get, widget-type-match): New functions.
18617 (lazy): New widget.
18618 (menu-choice, checklist, radio-button-choice, editable-list)
18619 (group, documentation-string): Remove redundant (per 2003-10-25
18620 change) calls to `widget-children-value-delete'.
18621 (widget-choice-value-get, widget-choice-value-inline): Remove.
18622 (menu-choice): Update widget.
18623
18624 2003-12-03 Kenichi Handa <handa@m17n.org>
18625
18626 * language/cyrillic.el: Register "microsoft-cp1251" in
18627 ctext-non-standard-encodings-alist.
18628 ("Bulgarian"): Add ctext-non-standard-encodings.
18629 ("Belarusian"): Likewise.
18630
18631 * international/mule-conf.el (compound-text-with-extensions):
18632 Change the type to 2 (iso-2022 base).
18633
18634 * international/mule.el (ctext-non-standard-encodings-alist):
18635 Change the format.
18636 (ctext-non-standard-encodings): New variable.
18637 (ctext-post-read-conversion): Fully re-written.
18638 (ctext-non-standard-designations-alist): Delete it.
18639 (ctext-non-standard-encodings-table): New function.
18640 (ctext-pre-write-conversion): Fully re-written.
18641
18642 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18643
18644 * cus-edit.el (custom-add-parent-links): Add documentation links
18645 for parent, if the item has none of its own.
18646
18647 2003-11-30 Richard M. Stallman <rms@gnu.org>
18648
18649 * dired-aux.el (dired-do-query-replace-regexp):
18650 Report files visited read-only.
18651
18652 2003-11-30 Juri Linkov <juri@jurta.org>
18653
18654 * dired-aux.el (dired-compare-directories): New command.
18655 (dired-file-set-difference, dired-files-attributes): New functions.
18656
18657 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18658 Version 2.0.38 of Tramp released.
18659
18660 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18661 Charles Curley <charlescurley@charlescurley.com>.
18662 (tramp-multi-connection-function-alist): Add ssht entry which adds
18663 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18664 Aichner.
18665 (tramp-get-method-parameter): New function to retrieve a method
18666 parameter. This allows for omission of method parameters.
18667 Callers adjusted.
18668
18669 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18670
18671 * net/tramp.el: Add new optional parameter ID-FORMAT to
18672 `file-attributes'. Calls of `file-attributes' won't use this
18673 parameter for backward compatibility reasons.
18674 (tramp-perl-file-attributes): Add a new parameter to Perl script
18675 in order to handle uid/gid as strings, if desired.
18676 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18677 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18678 order to make the function more general.
18679 (tramp-handle-file-attributes): Replace proprietary optional
18680 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18681 (tramp-handle-file-attributes-with-perl): Handle parameter
18682 NONNUMERIC if set. This wasn't done in the past.
18683 (tramp-post-connection): Apply second parameter "$2" if
18684 `tramp-remote-perl' is called.
18685
18686 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18687 Correct cut'n'waste error (`filename' instead of `directory').
18688 (tramp-smb-handle-directory-files-and-attributes)
18689 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18690 introduced parameter ID-FORMAT.
18691 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18692 error (`directory' instead of `ldir').
18693
18694 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18695 `file-attributes' has a second parameter. If yes, apply it with
18696 value "'integer". Otherwise, don't use that parameter (default is
18697 integer format).
18698
18699 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18700
18701 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18702 (help-for-help): Add `C-h .' to the listed Help options.
18703 Remove trailing whitespace.
18704
18705 * help-at-pt.el: New file.
18706
18707 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18708
18709 * subr.el (noreturn, 1value): New macros for test coverage.
18710 See `testcover.el'.
18711
18712 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18713
18714 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18715 for macro `1value'.
18716 (testcover-1value): New function. Checks that a 1value form
18717 actually returns only one value. Requested by RMS.
18718
18719 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18720
18721 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18722 (gdb-var-list-children, gdb-var-list-children-handler)
18723 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18724 gdb commands that use mi to keep them out of the command history.
18725
18726 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18727
18728 * cus-start.el (all): Add use-file-dialog.
18729
18730 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18731
18732 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18733
18734 2003-11-27 Kim F. Storm <storm@cua.dk>
18735
18736 * subr.el (posn-object-x-y): New defun.
18737
18738 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18741 Don't use `space' for \\\n.
18742 Be more selective as to which # are comment-starters.
18743
18744 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18745
18746 * subr.el (number-sequence): Improve handling of floating point
18747 arguments (suggested by Kim Storm). Allow negative arguments.
18748
18749 2003-11-26 Kenichi Handa <handa@m17n.org>
18750
18751 * international/mule-cmds.el (standard-display-european-internal):
18752 Cancel the standard-display-table setting for ` and '.
18753
18754 2003-11-26 Kim F. Storm <storm@cua.dk>
18755
18756 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18757 New defcustoms to add ffap-like functionality to ido.
18758 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18759 (ido-no-final-slash): New defun.
18760 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18761 (ido-read-file-name): ): Toggle VC checking via
18762 vc-handled-backends instead of vc-master-templates.
18763 (ido-file-internal): Handle ido-use-url-at-point and
18764 ido-use-filename-at-point via code borrowed from ffap-guesser.
18765 Handle new ido-exit code ffap.
18766 (ido-sort-list): Ignore final slash when sorting file names.
18767
18768 2003-11-25 Kim F. Storm <storm@cua.dk>
18769
18770 * emulation/cua-base.el (cua--standard-movement-commands):
18771 Add forward-sentence and backward-sentence.
18772
18773 2003-11-25 Stephen Eglen <stephen@gnu.org>
18774
18775 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18776 iswitchb-exit is set to 'usefirst when user selects buffer at head
18777 of list using RET. (Selecting buffers at the head of the list was
18778 broken if the substring was also a complete buffername.)
18779
18780 2003-11-23 Kim F. Storm <storm@cua.dk>
18781
18782 * progmodes/compile.el (grep-command, grep-use-null-device)
18783 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18784 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18785 (grep-regexp-alist, grep-program, find-program)
18786 (grep-find-use-xargs, grep-history, grep-find-history)
18787 (grep-process-setup, grep-compute-defaults)
18788 (grep-default-command, grep, grep-tag-default, grep-find)
18789 (grep-expand-command-macros, grep-tree-last-regexp)
18790 (grep-tree-last-files, grep-tree): Move grep variables, functions
18791 and commands to new file grep.el.
18792 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18793 (compilation-process-setup-function): Doc fix.
18794 (compilation-highlight-regexp, compilation-highlight-overlay): New
18795 defvars used for highlighting current compile error in source buffer.
18796 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18797 LOCAL-MAP which overrides compilation-highlight-regexp and
18798 compilation-mode-map for this compilation.
18799 Delay calling compilation-set-window-height until after running
18800 compilation-process-setup-function so it can buffer-local override
18801 compilation-window-height.
18802 Check buffer-local value of compilation-scroll-output.
18803 (compilation-set-window-height): Use buffer-local value of
18804 compilation-window-height.
18805 (compilation-revert-buffer): Don't pass (undefined)
18806 preserve-modes arg to revert-buffer.
18807 (next-error-no-select, previous-error-no-select): New commands.
18808 (compilation-goto-locus): Temporarily highlight current match in
18809 source buffer using compilation-highlight-regexp.
18810
18811 * progmodes/grep.el: New file with grep code from compile.el.
18812 (grep): New defcustom group.
18813 (grep-window-height): New defcustom, like compilation-window-height.
18814 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18815 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18816 (grep-command, grep-use-null-device, grep-find-command)
18817 (grep-tree-files-aliases, grep-tree-ignore-case)
18818 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18819 (grep-setup-hook): New hook variable.
18820 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18821 (grep-last-buffer): New defvar, override compilation-last-buffer.
18822 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18823 Call compile-internal with args highlight-regexp and grep-mode-map.
18824
18825 2003-11-23 Kim F. Storm <storm@cua.dk>
18826
18827 * subr.el (event-start, event-end): Doc fix.
18828 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18829 (posn-area, posn-actual-col-row, posn-object): New defuns.
18830 (posn-col-row): Simplify doc. Rewrite to use cond.
18831 (posn-point): Also return buffer position for events outside text
18832 area (that info is now present in the event position).
18833
18834 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18835 mouse-set-point so that hscroll still works now that clicks on
18836 fringes generate specific mouse events.
18837 (mouse-set-point): Note that it now works in fringes and margins
18838 too due to new semantics of posn-point in fringes and margins.
18839
18840 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18841 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18842
18843 2003-11-20 Kim F. Storm <storm@cua.dk>
18844
18845 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18846 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18847 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18848 to 100 for icons to avoid increasing line height when shown.
18849
18850 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18851
18852 * newcomment.el (comment-normalize-vars): Initialize properly if
18853 comment-start was nil.
18854
18855 2003-11-19 Andreas Schwab <schwab@suse.de>
18856
18857 * simple.el (set-variable): Fix indentation.
18858
18859 2003-11-17 Kenichi Handa <handa@m17n.org>
18860
18861 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18862 Fix docstring.
18863
18864 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18865
18866 * international/latin1-disp.el (latin1-display): Fix docstring.
18867
18868 2003-11-16 John Wiegley <johnw@newartisans.com>
18869
18870 * eshell/em-ls.el (eshell-ls-file): There are times with
18871 size-width is nil and uncomputed (when directories are created in
18872 dired, for example); in this case, 4 is reasonable default value,
18873 although it may caused skewed new entries (which could be avoided
18874 by returning the original value of 8 in all cases, but 99% of the
18875 time this is a waste of whitespace).
18876
18877 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18878
18879 * cc-engine.el (c-guess-continued-construct)
18880 (c-guess-basic-syntax): Check a little more carefully if it's a
18881 function declaration when an unknown construct followed by a block
18882 is found inside a statement context. This avoids macros followed
18883 by blocks to be taken as function declarations.
18884
18885 (c-guess-continued-construct): Change the analysis of a statement
18886 continuation with a brace open to `substatement-block', for
18887 consistency with recognized statements.
18888
18889 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18890 start is in a position so that `c-beginning-of-statement-1' jumped
18891 to the beginning of the same statement.
18892
18893 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18894 Don't accept binary operators in the arglist if we're in a function
18895 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18896 template recognition in cases like "if (a < b || c > d)".
18897
18898 (c-restricted-<>-arglists): New more appropriate name for
18899 `c-disallow-comma-in-<>-arglists'.
18900
18901 Accessing functions updated for the variable name change.
18902
18903 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18904 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18905
18906 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18907 labels.
18908
18909 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18910 instead of duplicating parts of it. This fixes bogus label
18911 recognition.
18912
18913 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18914 of checking the context in which to apply the minimum indentation,
18915 so that it isn't enforced in e.g. namespace blocks.
18916
18917 * cc-vars.el (c-inside-block-syms): New constant used by
18918 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18919 to somewhat reduce the risk of becoming stale.
18920
18921 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18922 cc-cmds to cc-engine to allow use from cc-align.
18923
18924 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18925 qualified identifiers containing "::".
18926
18927 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18928 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18929
18930 * cc-vars.el (c-emacs-features): Use a space in front of the name
18931 of the temporary buffer. That also avoids dumping problems in
18932 XEmacs due to undo info being left around after the buffer is killed.
18933
18934 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18935 arglist to see if it's a K&R style declaration.
18936
18937 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18938 before returning `knr-argdecl-intro'.
18939
18940 2003-11-16 John Wiegley <johnw@newartisans.com>
18941
18942 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18943 field in a long-listing always 8 characters, use `size-width',
18944 which has already been computed.
18945
18946 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
18947
18948 * subr.el (minor-mode-list): Add `hs-minor-mode'.
18949
18950 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18951
18952 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18953 Support operation while narrowed, with `diff-restrict-view'.
18954
18955 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18956
18957 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18958 Take additional optional arg NARROWFUN. For the generated functions:
18959 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
18960 include frags that arrange to check for and save narrowing state before
18961 the move and then conditionally call NARROWFUN after the move.
18962
18963 2003-11-14 John Wiegley <johnw@newartisans.com>
18964
18965 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18966 that was optional, but obviously missing based on surrounding code.
18967
18968 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18969 string arguments to numbers unless the whole argument was seen as
18970 a number.
18971
18972 2003-11-14 Kenichi Handa <handa@m17n.org>
18973
18974 * international/mule.el (ctext-non-standard-encodings-alist):
18975 Fix coding systems.
18976
18977 2003-11-10 Kenichi Handa <handa@m17n.org>
18978
18979 * language/kannada.el ("Kannada"): Add sample-text.
18980
18981 * language/knd-util.el (kannada-compose-region)
18982 (kannada-compose-string, kannada-post-read-conversion):
18983 Add autoload cookie.
18984
18985 * international/quail.el (quail-completion): Change the message
18986 "corresponding translations" to "corresponding characters".
18987
18988 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
18989
18990 * descr-text.el (describe-char): Fix typo.
18991
18992 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
18993
18994 These changes are to support Kannada language/script.
18995
18996 * Makefile.in (DONTCOMPILE): Add kannada.el.
18997
18998 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18999
19000 * loadup.el: Preload kannada.el.
19001
19002 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19003 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19004 New variables.
19005
19006 * language/kannada.el: New file.
19007
19008 * language/knd-util.el: New file.
19009
19010 2003-11-07 Andreas Schwab <schwab@suse.de>
19011
19012 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19013 Also highlight AH_*.
19014
19015 * xml.el (xml-parse-dtd): Fix misplaced paren.
19016
19017 2003-11-07 Kenichi Handa <handa@m17n.org>
19018
19019 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19020
19021 2003-11-05 Juri Linkov <juri@jurta.org>
19022
19023 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19024 (desktop-buffer-file): Use saved buffer-file-coding-system
19025 for file reading. Set auto-insert to nil to prevent automatic
19026 insertion into restored empty files.
19027
19028 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19029
19030 * files.el (risky-local-variable-p): Make second argument optional.
19031
19032 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19033
19034 * subr.el (add-hook): Fix last change.
19035
19036 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19037
19038 * mail/rmail.el (rmail-convert-to-babyl-format):
19039 If base64-decode-region signals an error, catch it and silently
19040 ignore it.
19041
19042 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19043
19044 * xml.el (xml-parse-region): Allow comments to appear after the
19045 topmost element has closed.
19046 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19047 (xml-ns-expand-attr): New functions to do namespace handling.
19048 (xml-intern-attrlist): Back-compatible handling of attribute names.
19049 (xml-parse-tag): Move namespace handling to separate functions.
19050 Now produces elements in the form ((:ns . "element") (attr-list)
19051 children) instead of ('ns:element (attr-list) children).
19052 (xml-parse-attlist): Fix attribute parsing.
19053 (xml-parse-dtd): Change parsing so that it produces strings
19054 instead of interned symbols.
19055
19056 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19057
19058 * dired.el (dired-ls-sorting-switches): Doc fix.
19059
19060 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19061
19062 * emacs-lisp/rx.el (rx-or): Fix the case of
19063 "(rx (and ?a (or ?b ?c) ?d))".
19064
19065 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19066
19067 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19068 (texinfo-format-region): Use it.
19069 (texinfo-format-buffer-1): Ditto.
19070
19071 2003-11-01 Alan Mackenzie <acm@muc.de>
19072
19073 Changes to allow scrolling whilst in isearch mode:
19074 * isearch.el (isearch-unread-key-sequence): New function,
19075 extracted from isearch-other-meta-char.
19076 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19077 "scrollable" standard functions.
19078 (isearch-allow-scroll): New customizable variable.
19079 (isearch-string-out-of-window, isearch-back-into-window)
19080 (isearch-reread-key-sequence-naturally)
19081 (isearch-lookup-scroll-key): New functions.
19082 (isearch-other-meta-char): Doc string and functionality enhanced.
19083 Now accepts a prefix argument.
19084 (isearch-lazy-highlight-window-end): New variable.
19085 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19086 end (thru isearch-lazy-highlight-window-end), not only its start.
19087
19088 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19089 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19090 (universal-argument, universal-argument-more, negative-argument)
19091 (digit-argument, universal-argument-other-key): Minor changes.
19092
19093 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19094
19095 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19096 recursively if the last message is deleted, thus avoiding an
19097 infinite loop.
19098
19099 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19100
19101 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19102 (tex-main-file): Don't add .tex if the extension is already present.
19103 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19104
19105 2003-10-29 Lute Kamstra <lute@gnu.org>
19106
19107 * progmodes/octave-inf.el (inferior-octave-prompt):
19108 Recognize version number in prompt.
19109
19110 2003-10-28 Dave Love <fx@gnu.org>
19111
19112 * international/characters.el: Fix some Unicode ranges.
19113
19114 2003-10-28 Kenichi Handa <handa@m17n.org>
19115
19116 * disp-table.el (standard-display-8bit)
19117 (standard-display-default, standard-display-ascii)
19118 (standard-display-g1, standard-display-graphic)
19119 (standard-display-underline): Assure that standard-display-table
19120 is a display table.
19121
19122 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19125 reindenting the first line.
19126
19127 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19128
19129 * wid-edit.el (widget-default-delete): Always delete child widgets.
19130
19131 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19132
19133 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19134 if the line has code.
19135 Don't try to line up with something that's too far left.
19136
19137 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19138 (octave-mode-syntax-table): Add % as a comment starter.
19139 (octave-point): Remove.
19140 (octave-in-comment-p, octave-in-string-p)
19141 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19142 (octave-blink-matching-block-open, octave-auto-fill):
19143 Use line-(beginning|end)-position instead.
19144
19145 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19146
19147 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19148 for Francesco Potort\e,Al\e(B.
19149
19150 2003-10-23 Dave Love <fx@gnu.org>
19151
19152 * international/mule-cmds.el (locale-charset-to-coding-system):
19153 Don't rely on nil being a coding system.
19154
19155 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19156 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19157 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19158
19159 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19160
19161 * gdb-ui.el (gdb-current-language): New variable.
19162 (gdb-update-flag): Remove variable.
19163 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19164 (gdb-take-last-elt): Remove function.
19165 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19166 (gdb-post-prompt): Check for variable object changes here.
19167
19168 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19169 object changes in gdb-ui.el.
19170
19171 2003-10-21 Richard M. Stallman <rms@gnu.org>
19172
19173 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19174
19175 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19176 Don't check for foo*/ wildcard form here.
19177 (insert-directory): Recognize foo*/ as a wildcard.
19178 Separate wildcard-regexp variable from the arg, wildcard.
19179
19180 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19181 (remove-hook): Correctly handle strange cases about local hooks.
19182
19183 2003-10-21 David Ponce <david@dponce.com>
19184
19185 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19186 argument REAL, to return a real number instead of a rounded
19187 integer value. Define as inline function.
19188 (ruler-mode-right-fringe-cols): Likewise.
19189 (ruler-mode-scroll-bar-cols): New function.
19190 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19191 (ruler-mode-right-scroll-bar-cols): Likewise.
19192 (ruler-mode-space): New function.
19193 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19194 scroll bar mode and margins in a more robust way.
19195
19196 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19197
19198 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19199 (antlr-c-init-language-vars): New function.
19200 (antlr-mode): Use it with cc-mode before v5.29.
19201 (antlr-c-common-init): Don't set some local vars here.
19202 (antlr-mode): Set them here.
19203 (antlr-c-forward-sws): New function alias.
19204 (antlr-mode): Redefine with cc-mode before v5.30.
19205 (antlr-skip-sexps): Use it.
19206 (antlr-skip-exception-part): Ditto.
19207 (antlr-skip-file-prelude): Ditto.
19208 (antlr-outside-rule-p): Ditto.
19209 (antlr-end-of-body): Ditto.
19210 (antlr-option-kind): Ditto.
19211 (antlr-insert-option-area): Ditto.
19212 (antlr-file-dependencies): Ditto.
19213
19214 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19215
19216 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19217 Move backward only if point was not inside an entry.
19218
19219 2003-10-21 Richard M. Stallman <rms@gnu.org>
19220
19221 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19222
19223 2003-10-21 Juri Linkov <juri@jurta.org>
19224
19225 * compare-w.el: Automatically skip non-matching text to resync.
19226 (compare-windows-whitespace): Doc fix.
19227 (compare-windows-sync, compare-windows-sync-string-size)
19228 (compare-windows-recenter, compare-ignore-whitespace)
19229 (compare-windows-highlight, compare-windows-face): New variables.
19230 (compare-windows): Use compare-windows-sync.
19231 (compare-windows-highlight, compare-windows-dehighlight)
19232 (compare-windows-sync-regexp)
19233 (compare-windows-sync-default-function): New functions.
19234
19235 2003-10-21 Juri Linkov <juri@jurta.org>
19236
19237 * diff.el (diff-parse-differences): Don't visit the files now;
19238 instead, just record the error locus.
19239
19240 2003-10-21 Dave Love <fx@gnu.org>
19241
19242 * progmodes/cfengine.el: New file.
19243
19244 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19245
19246 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19247 default-directory when completing file names.
19248
19249 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19250
19251 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19252 followed by the word `face', it gets treated as a face, even if
19253 it is also defined as a variable or a function.
19254
19255 2003-10-20 Dave Love <fx@gnu.org>
19256
19257 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19258 Avoid incf in macro expansion.
19259
19260 2003-10-20 John Paul Wallington <jpw@gnu.org>
19261
19262 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19263 `evenp' so we don't implicitly require cl library at runtime.
19264
19265 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19266
19267 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19268 (help-make-xrefs): Only make cross-references for faces if
19269 preceded or followed by the word `face'. Do not make a
19270 cross-reference for variables without variable documentation,
19271 unless preceded by the word `variable' or `option'. Update doc
19272 string accordingly.
19273
19274 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19275
19276 * progmodes/hideshow.el: Rewrite one-armed `if'
19277 constructs using either `when' or `unless'.
19278 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19279
19280 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19281
19282 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19283 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19284 instead of 12x12.
19285
19286 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19287
19288 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19289 message while converting to Babyl.
19290
19291 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19292
19293 * allout.el (allout-mode): Doc fix.
19294
19295 2003-10-16 Lute Kamstra <lute@gnu.org>
19296
19297 * subr.el (force-mode-line-update): Fix docstring.
19298
19299 2003-10-14 Dave Love <fx@gnu.org>
19300
19301 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19302 (default-input-method): Add :link, improve :type.
19303 (locale-charset-language-names): Fix utf-8 pattern.
19304 (locale-charset-match-p, locale-charset-alist)
19305 (locale-charset-to-coding-system): New.
19306 (set-locale-environment): Deal with codeset part of locale specs.
19307
19308 2003-10-14 Lute Kamstra <lute@gnu.org>
19309
19310 * fringe.el (fringe-mode): Use active voice in docstring.
19311 (set-fringe-style): Ditto.
19312
19313 2003-10-13 Lute Kamstra <lute@gnu.org>
19314
19315 * fringe.el (fringe-mode): Fix docstring.
19316 (set-fringe-style): Ditto.
19317
19318 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19319
19320 * ediff-mult.el (ediff-filegroup-action):
19321 Use ediff-default-filtering-regexp.
19322
19323 * ediff-util.el (ediff-recenter): Don't call
19324 ediff-restore-highlighting twice.
19325 (ediff-select-difference): Set current difference.
19326 (ediff-unselect-and-select-difference): Add comment.
19327
19328 * ediff.el (ediff-directories,ediff-directory-revisions)
19329 (ediff-directories3,ediff-merge-directories)
19330 (ediff-merge-directories-with-ancestor)
19331 (ediff-merge-directory-revisions)
19332 (ediff-merge-directory-revisions-with-ancestor):
19333 Use ediff-default-filtering-regexp.
19334
19335 2003-10-12 Andreas Schwab <schwab@suse.de>
19336
19337 * international/mule-cmds.el (locale-charset-language-names):
19338 Simplify regex by removing unused grouping.
19339
19340 2003-10-10 Dave Love <fx@gnu.org>
19341
19342 * bindings.el: Don't bind stop.
19343
19344 2003-10-08 Miles Bader <miles@gnu.org>
19345
19346 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19347 face instead of attempting to emulate it.
19348
19349 2003-10-07 Kenichi Handa <handa@m17n.org>
19350
19351 * international/mule-diag.el (list-coding-systems-1): List coding
19352 systems that are loaded automatically.
19353
19354 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19355
19356 * international/mule.el (autoload-coding-system): New function.
19357
19358 2003-10-07 Andreas Schwab <schwab@suse.de>
19359
19360 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19361 change-log-default-name in the buffer visiting the file.
19362
19363 2003-10-06 Dave Love <fx@gnu.org>
19364
19365 * files.el (find-file-hook): Customize.
19366 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19367
19368 * bindings.el (completion-ignored-extensions): Remove .log.
19369 (global-map): Add again, open, stop keys.
19370
19371 2003-10-05 Richard M. Stallman <rms@gnu.org>
19372
19373 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19374 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19375 Use sh-modify directly.
19376 (sh-select): Use sh-append, not eval.
19377
19378 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19379
19380 * info.el (Info-following-node-name): New function.
19381
19382 * loadhist.el (unload-feature-special-hooks):
19383 Rename from loadhist-hook-functions.
19384 (loadhist-hook-functions): Now an alias.
19385
19386 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19387
19388 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19389 file-name clashes on 8+3 filesystems.
19390
19391 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19392 Rename loaddefs-boot.el to ldefs-boot.el
19393
19394 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19395 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19396
19397 2003-10-03 Lute Kamstra <lute@gnu.org>
19398
19399 * info.el (Info-mode): Revert previous change.
19400 (Info-escape-percent): New function.
19401 (Info-fontify-node): Use it.
19402
19403 2003-10-02 Andreas Schwab <schwab@suse.de>
19404
19405 * loaddefs-boot.el: Regenerated.
19406
19407 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19408
19409 * ffap.el: Remove defadvice related code from CVS since `complete'
19410 provides a `PC-completion-as-file-name-predicate' variable that
19411 ffap can override.
19412
19413 2003-10-02 Kenichi Handa <handa@m17n.org>
19414
19415 * international/utf-8.el (ccl-decode-mule-utf-8):
19416 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19417
19418 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19419 * international/subst-big5.el: Likewise.
19420 * international/subst-gb2312.el: Likewise.
19421 * international/subst-ksc.el: Likewise.
19422
19423 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19424
19425 * calendar/calendar.el (increment-calendar-month)
19426 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19427 (generate-calendar, calendar-read-date, calendar-interval)
19428 (calendar-day-of-week): Handle years BC.
19429 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19430
19431 2003-10-01 Dave Love <fx@gnu.org>
19432
19433 * language/cyrillic.el (cp1251): Alias for windows-1251.
19434
19435 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19436 bootstrap.
19437
19438 2003-10-01 Lute Kamstra <lute@gnu.org>
19439
19440 * files.el: Fix typo.
19441 * imenu.el (imenu--generic-function): Docstring fix.
19442
19443 2003-09-30 Richard M. Stallman <rms@gnu.org>
19444
19445 * dired.el (dired-mode): Handle dired-directory as a list.
19446
19447 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19448
19449 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19450
19451 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19452
19453 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19454 Replace gud-display with gud-watch.
19455 (gud-speedbar-buttons): Add stuff for watching expressions
19456 in the speedbar when using M-x gdba. Use dolist on old part
19457 of this function.
19458
19459 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19460 (gdb-update-flag): New variables.
19461 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19462 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19463 (gud-watch, gdb-var-create-handler) : New functions.
19464 (gdb-var-list-children, gdb-var-list-children-handler)
19465 (gdb-var-create-regexp, gdb-var-update-regexp)
19466 (gdb-var-list-children-regexp): New constants.
19467 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19468 (gdb-annotation-rules): Reduce annotation set (level 3).
19469 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19470 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19471 updates.
19472 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19473 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19474 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19475 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19476 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19477 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19478 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19479 (gud-display, gud-display1)
19480 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19481 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19482 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19483 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19484 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19485 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19486 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19487 (gdb-display-display-buffer, gdb-toggle-display)
19488 (gdb-delete-display, gdb-expressions-popup-menu)
19489 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19490 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19491 to display buffer.
19492
19493 2003-09-30 Richard M. Stallman <rms@gnu.org>
19494
19495 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19496 Instead, set which-func-functions.
19497
19498 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19499 (which-func-functions): New variable.
19500 (which-function): Use that.
19501
19502 * info.el (Info-mode): Double each `%' in header line.
19503
19504 * emacs-lisp/lisp-mnt.el (lm-with-file):
19505 When FILE is nil, run BODY in current buffer.
19506
19507 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19508
19509 * help.el (describe-mode): Start with a brief list of minor modes.
19510 Find them thru minor-mode-list so as to find them all.
19511 Show them in alphabetical order.
19512
19513 * mail/sendmail.el (mail-aliases): Doc fix.
19514
19515 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19516
19517 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19518
19519 * mail/rmailsum.el (rmail-make-summary-line-1):
19520 Change comma after last label to a space.
19521 (rmail-summary-font-lock-keywords): Adapt to that change.
19522
19523 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19524
19525 * progmodes/scheme.el (scheme-mode-variables): When setting
19526 `font-lock-defaults', also specify that "#" should
19527 be interpreted with `word' syntax.
19528 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19529
19530 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19531
19532 * desktop.el: A lot of comments updated.
19533 (desktop-save-mode): Minor mode introduced.
19534 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19535 (desktop-load-default): Function made obsolete.
19536 (desktop-locals-to-save): Variable made customizable.
19537 (desktop-read): Optional parameter `dirname' added.
19538 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19539 `desktop-read' used.
19540 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19541
19542 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19543
19544 * whitespace.el (whitespace-clean-msg): Add user customizable message
19545 for displaying ``clean'' output.
19546 (whitespace-buffer): Use `whitespace-clean-msg'.
19547 (whitespace-global-mode): Fix typo.
19548
19549 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19550
19551 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19552
19553 2003-09-29 Lute Kamstra <lute@gnu.org>
19554
19555 * bindings.el (mode-line-modes): Remove superfluous :propertize
19556 construct in initialization.
19557 (mode-line-position): Change cons cell into proper list in
19558 initialization.
19559
19560 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19561
19562 * international/mule.el (decode-coding-inserted-region): Use car
19563 of the return value of find-operation-coding-system.
19564
19565 2003-09-29 Kenichi Handa <handa@m17n.org>
19566
19567 * descr-text.el (describe-char): Fix previous change.
19568
19569 2003-09-28 Kenichi Handa <handa@m17n.org>
19570
19571 * descr-text.el (describe-char-display): New function.
19572 (describe-char): Pay attention to display table on describing how
19573 a character is displayed.
19574
19575 * international/mule-cmds.el (encoded-string-description):
19576 Prepend "0x" to each encoded byte.
19577
19578 2003-09-28 Andreas Schwab <schwab@suse.de>
19579
19580 * find-file.el (ff-special-constructs): Add autoload cookie.
19581
19582 2003-09-28 Kevin Ryde <user42@zip.com.au>
19583
19584 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19585 makeinfo appends to duplicate index entries.
19586
19587 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19588
19589 * dired-x.el (dired-clean-tex): Doc fix.
19590
19591 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19592 using a Chinese tutorial.
19593
19594 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19595
19596 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19597 between "MAIL FROM:" and "RCPT TO:" and the following address.
19598
19599 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19600
19601 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19602
19603 2003-09-28 David Ponce <david@dponce.com>
19604
19605 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19606 (recentf-load-list): When `recentf-initialize-file-name-history'
19607 is non-nil, initialize an empty `file-name-history' with the
19608 recent list.
19609
19610 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19611
19612 * man.el (Man-default-man-entry): Remove the leading `*' from the
19613 word at point.
19614
19615 2003-09-26 Lute Kamstra <lute@gnu.org>
19616
19617 * bindings.el (mode-line-position): Mention size indication in
19618 docstring.
19619
19620 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19621
19622 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19623
19624 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19625 because it's autoloaded now.
19626
19627 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19628
19629 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19630 (sh-font-lock-keywords, sh-feature): Fix previous change of
19631 sh-feature to avoid infloop with sh-font-lock-keywords.
19632
19633 2003-09-25 Kim F. Storm <storm@cua.dk>
19634
19635 * frame.el (frame-current-scroll-bars): New defun.
19636
19637 * window.el (window-current-scroll-bars): New defun.
19638
19639 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19640
19641 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19642 cause errors when the state cache contains info on parts that have
19643 been narrowed out.
19644
19645 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19646
19647 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19648 `c-setup-paragraph-variables' has to be used when this variable is
19649 changed; it doesn't work to reinitialize the mode since that
19650 typically clobbers the variable.
19651
19652 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19653 Make it interactive.
19654
19655 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19656
19657 * progmodes/cc-fonts.el (c-font-lock-declarations):
19658 Fix recognition of constructors and destructors for classes whose
19659 names are matched by `*-font-lock-extra-types'.
19660
19661 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19662 followed by an identifier in C++ then it's a type.
19663
19664 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19665
19666 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19667 problem that primarily affected XEmacs. Don't use faces to find
19668 unterminated strings since Emacs and XEmacs fontify strings
19669 differently - this function should now work better in XEmacs.
19670
19671 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19672
19673 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19674 `expand-abbrev' workaround which caused braces to misbehave inside
19675 macros.
19676
19677 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19678 handling. This bug could cause interactive font locking to bail out.
19679
19680 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19681
19682 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19683 Handle paren-style types in Pike. Also fixed some cases of
19684 insufficient handling of unbalanced parens.
19685
19686 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19687
19688 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19689 common shell prompts that are not common filename or URL characters.
19690 (ffap-file-at-point): Use the new regexp to strip the prompts from
19691 the file names. This is an issue mostly for user prompts that
19692 don't have a trailing space and find-file-at-point is invoked from
19693 within a shell inside Emacs.
19694
19695 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19696
19697 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19698 stamps numerically, rather than textually.
19699
19700 2003-09-24 Kenichi Handa <handa@m17n.org>
19701
19702 * language/devan-util.el (devanagari-post-read-conversion):
19703 * language/mlm-util.el (malayalam-post-read-conversion):
19704 * language/tml-util.el (tamil-post-read-conversion):
19705 Add autoload cookie.
19706
19707 * international/utf-8.el (utf-8-post-read-conversion):
19708 Call post-read-conversion functions for Devanagari, Malayalam,
19709 and Tamil.
19710
19711 2003-09-23 Dave Love <fx@gnu.org>
19712
19713 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19714
19715 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19716
19717 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19718 Update gud-remove.
19719
19720 2003-09-22 Richard M. Stallman <rms@gnu.org>
19721
19722 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19723 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19724 (sh-mode-syntax-table-input): New variable.
19725 (sh-require-final-newline): Don't use eval.
19726 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19727 (sh-variables, sh-font-lock-keywords): Don't use eval.
19728 (sh-set-shell): When setting require-final-newline,
19729 treat value = `require-final-newline' as don't change it.
19730 Set sh-mode-syntax-table locally based on
19731 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19732
19733 * progmodes/compile.el (compile-internal):
19734 Call compilation-set-window-height before setting window start.
19735
19736 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19737
19738 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19739 Clear out byte-compile-last-warned-form.
19740
19741 2003-09-22 Richard M. Stallman <rms@gnu.org>
19742
19743 * woman.el (woman-file-name, woman-follow-word):
19744 If current-word returns nil, use "".
19745
19746 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19747
19748 2003-09-22 Richard M. Stallman <rms@gnu.org>
19749
19750 * emacs-lisp/lisp-mnt.el (lm-with-file):
19751 Don't visit the file, just use insert-file-contents in temp buffer.
19752
19753 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19754
19755 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19756 Add surrounding \\( and \\) around the header, as in
19757 for lm-history-header 'Change Log\\|History'.
19758
19759 2003-09-22 John Paul Wallington <jpw@gnu.org>
19760
19761 * progmodes/ld-script.el: Add Commentary section,
19762 minor cleanup of file header.
19763 (ld-script-font-lock-keywords): Doc fix.
19764 (toplevel): Provide `ld-script' feature.
19765
19766 2003-09-21 Kim F. Storm <storm@cua.dk>
19767
19768 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19769 new built-in variable default-frame-scroll-bars.
19770 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19771 scroll-bar-mode; notably, use it instead of t when we toggle
19772 scroll-bars on.
19773 (toggle-scroll-bar): Use default-frame-scroll-bars.
19774
19775 2003-09-19 Masatake YAMATO <jet@gyve.org>
19776
19777 * pcvs.el (cvs-do-removal): Change the prompt depending on
19778 `filter' value.
19779
19780 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19781
19782 * startup.el (command-line-1): Stop startup-echo-area-message
19783 being hidden by "Loading image..." message.
19784 (use-fancy-splash-screens-p, display-splash-screen):
19785 Move display-graphic-p test from latter to former.
19786
19787 * progmodes/sh-script.el (sh-font-lock-keywords):
19788 Highlight escaped EOLs differently from other backslash constructs.
19789
19790 2003-09-19 Richard M. Stallman <rms@gnu.org>
19791
19792 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19793 New functions.
19794 (edebug-enter, edebug-outside-excursion): Use them.
19795
19796 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19797 Fix the condition for whether to print "In WHERE".
19798
19799 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19800
19801 * finder.el (finder-mode-hook): New variable.
19802 (finder-mode): Run hook finder-mode-hook
19803
19804 2003-09-18 Masatake YAMATO <jet@gyve.org>
19805
19806 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19807
19808 2003-09-17 Mario Lang <mlang@delysid.org>
19809
19810 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19811 "p %e" to actually print the value in the GUD buffer.
19812
19813 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19814
19815 From David Ponce <david.ponce@wanadoo.fr>:
19816 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19817 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19818 from loaddefs-boot.el if necessary.
19819
19820 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19821
19822 * progmodes/gud.el (gud-find-class): Make jdb work again since
19823 cc-mode changed the syntactic information.
19824
19825 2003-09-15 David Ponce <david@dponce.com>
19826
19827 * recentf.el: (recentf-exclude): Accept predicates too.
19828 (recentf-file-readable-p): New function.
19829 (recentf-include-p): Handle predicates in recentf-exclude.
19830 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19831 (recentf-cleanup): Likewise.
19832 (recentf-save-list): Use write-file to handle backup of
19833 recentf-save-file.
19834
19835 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19836
19837 * loaddefs-boot.el: Renamed from `loaddefs.el'
19838 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19839 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19840 necessary.
19841
19842 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19843
19844 * electric.el (Electric-pop-up-window): For the `one-window' case,
19845 no longer disconcertingly move point in the original buffer.
19846
19847 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19848
19849 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19850
19851 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19852
19853 * dired.el (dired-mode-map): Fix typo.
19854
19855 2003-09-11 Richard M. Stallman <rms@gnu.org>
19856
19857 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19858
19859 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19860
19861 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19862 the function is less noisy. Now only `kill-buffer' can ask questions.
19863
19864 2003-09-10 Mario Lang <mlang@delysid.org>
19865
19866 * battery.el: Update Commentary and Copyright.
19867 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19868 appear due to wrong ordering of the expressions in `or'.
19869
19870 2003-09-09 Lute Kamstra <lute@gnu.org>
19871
19872 * misc.el (upcase-char): Fix docstring.
19873 (zap-up-to-char): New command.
19874
19875 2003-09-08 David Ponce <david@dponce.com>
19876
19877 Ensure that recentf correctly updates the menu bar.
19878 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19879 (recentf-menu-bar): New function.
19880 (recentf-clear-data): Use it
19881 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19882 of easy-menu-change.
19883
19884 2003-09-08 Lute Kamstra <lute@gnu.org>
19885
19886 * simple.el (size-indication-mode): New.
19887 * bindings.el (mode-line-position): Add buffer size indicator.
19888
19889 2003-09-04 Mario Lang <mlang@delysid.org>
19890
19891 * battery.el (battery-linux-proc-acpi): New function.
19892 (battery-status-function): Modify default value calculation to also
19893 check for availability of ACPI.
19894 (battery-echo-area-format): Ditto.
19895 (battery-mode-line-format): Ditto.
19896
19897 2003-09-06 Dave Love <fx@gnu.org>
19898
19899 * ielm.el (ielm-mode-hook): Add :options.
19900
19901 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19902 (eldoc-print-current-symbol-info): Use it.
19903
19904 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19905
19906 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19907 being displayed in GUD buffer.
19908 (gdb-idle-input-queue): Remove var. Use just one queue.
19909 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19910 Remove functions. Use just one queue.
19911 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19912 (gdb-invalidate-assembler, gdb-get-current-frame):
19913 Modify functions. Use just one queue.
19914
19915 2003-09-04 Dave Love <fx@gnu.org>
19916
19917 * cus-start.el: Add blink-cursor-alist.
19918
19919 * ruler-mode.el (ruler-mode-fill-column-char)
19920 (ruler-mode-current-column-char): Use char-displayable-p,
19921 not window-system.
19922
19923 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19924
19925 * language/european.el (windows-1252): Move from code-pages.
19926
19927 * language/cyrillic.el ("Windows-1251"): Delete.
19928 ("Bulgarian", "Belarusian"): Remove `features'.
19929 (windows-1251): Move from code-pages.
19930
19931 * international/mule-diag.el (non-iso-charset-alist):
19932 Remove `codepage' stuff.
19933 (print-designation, list-coding-systems-1): Output fixes.
19934
19935 * international/code-pages.el (cp-make-translation-table)
19936 (cp-valid-codes): Made defsubsts.
19937 (cp-fix-safe-chars): Delete.
19938 (mule-diag): Don't require.
19939 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19940 (top-level): Check for defined coding system when defining
19941 cp... aliases. Change w32-add-charset-info test to avoid warning.
19942 (non-iso-charset-alist): Defvar when compiling.
19943 (cp-make-coding-system): Doc fix.
19944
19945 2003-09-02 Jason Rumney <jasonr@gnu.org>
19946
19947 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19948 line-ends from CVS before doing conversion.
19949
19950 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
19951
19952 * calendar/diary-lib.el (diary-header-line-flag)
19953 (diary-header-line-format): New variables.
19954 (list-diary-entries): Use them to set header line in simple diary.
19955
19956 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19957 other than font-lock-string-face to highlight backslashes.
19958
19959 2003-09-01 Jason Rumney <jasonr@gnu.org>
19960
19961 * international/titdic-cnv.el (tit-read-key-value): Include \r in
19962 regexp.
19963
19964 2003-09-01 Dave Love <fx@gnu.org>
19965
19966 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19967
19968 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19969 and :help; also line and column numbers labels.
19970
19971 * international/mule-util.el (char-displayable-p): Move from
19972 latin1-disp, rename and autoload.
19973
19974 * international/latin1-disp.el (latin1-char-displayable-p):
19975 Now obsolete alias. Replace uses with char-displayable-p.
19976 (latin1-display-ucs-per-lynx): Fix last change.
19977
19978 * international/mule-cmds.el (standard-display-european-internal):
19979 Don't use char code for Latin-1 NBSP.
19980 <XFree86 4>: Unfrob NBSP display table. Set display table to use
19981 U+2018, U+2019 for `'.
19982 (select-safe-coding-system): Message fix.
19983
19984 2003-09-01 Kenichi Handa <handa@m17n.org>
19985
19986 * international/fontset.el (setup-default-fontset): For Thai
19987 font, specify "*" family.
19988
19989 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
19990
19991 * progmodes/compile.el (previous-error): Accept a prefix
19992 argument, similarly to next-error.
19993
19994 2003-08-31 Masatake YAMATO <jet@gyve.org>
19995
19996 * pcvs.el (cvs-do-removal): Use = instead of eq to check
19997 the number of files. Bind the number of files to a local
19998 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19999
20000 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20001
20002 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20003 2003-07-26: msdos-long-file-names is a function, not a variable.
20004
20005 2003-08-29 Richard M. Stallman <rms@gnu.org>
20006
20007 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20008 Do nothing with mail-personal-alias-file if it is nil.
20009
20010 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20011 Do nothing if mail-personal-alias-file is nil.
20012
20013 * term.el (term-exec-1): Bind coding-system-for-read.
20014
20015 * dired.el (dired-mouse-find-file-other-window):
20016 Use dired-view-command-alist here, as in dired-view-file.
20017 (dired-view-command-alist): Use %s to substitute file name.
20018 Handle .ps_pages, .eps, .jpg, .gif, .png.
20019
20020 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20021
20022 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20023 `Info-prev-reference', instead of M-tab.
20024
20025 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20026
20027 * simple.el (blink-matching-open): Work correctly on chars that
20028 are designated as parens through the syntax-table text property.
20029
20030 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20031
20032 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20033 line break position in the middle of a non-kinsoku (e.g. latin)
20034 word, making it skip until either a space or a character with
20035 category "|".
20036 (kinsoku-longer): Test for end of buffer.
20037
20038 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20039
20040 * mail/rmail.el (rmail-convert-to-babyl-format):
20041 Detect quoted-printable- and base64-encoded messages and decode them
20042 automatically. Set the message's encoding from the charset=
20043 header, if any. Decode base64-encoded messages in Mail format as well.
20044
20045 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20046
20047 * mail/smtpmail.el: Fix previous change.
20048 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20049 calling smtpmail-via-smtp.
20050 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20051
20052 2003-08-26 John Paul Wallington <jpw@gnu.org>
20053
20054 * image.el (image-jpeg-p): Don't search beyond length of data.
20055
20056 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20057
20058 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20059 misfeature in `expand-abbrev' which caused electric keywords like
20060 "else" to disappear if an open brace was typed directly afterwards.
20061
20062 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20063
20064 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20065 mandatory in `define-widget'.
20066
20067 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20068 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20069
20070 (c-assignment-operators): New language constant that only contains
20071 the assignment operators.
20072
20073 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20074
20075 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20076
20077 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20078 Safeguard against unbalanced sexps.
20079
20080 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20081
20082 * version.el (emacs-version): Check for gtk. Include gtk version info.
20083
20084 2003-08-25 John Paul Wallington <jpw@gnu.org>
20085
20086 * man.el (Man-default-man-entry): Don't whizz past the section
20087 number before looking for it.
20088
20089 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20090
20091 * progmodes/gud.el (gud-display-line): Don't set window-point if
20092 source buffer is not visible. (Only happens with M-x gdba.)
20093
20094 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20095 documentation.
20096 (gdb-source, gdb-source-info): Update to assembler unnecessary
20097 as its done after each GDB command anyway.
20098 (gdb-pre-prompt): Use with-current-buffer.
20099 (gdb-insert-field): Add help-echo text.
20100 (gdb-invalidate-assembler): Re-display of assembler now done in
20101 gdb-info-breakpoints-custom.
20102 (gdb-info-breakpoints-custom): Force re-display of assembler to
20103 happen *after* update of breakpoints buffer.
20104 (gdb-display-source-buffer): Don't choke if gdb-source-window
20105 isn't visible.
20106 (gdb-put-string, gdb-put-arrow): Remove free variables.
20107
20108 2003-08-24 John Paul Wallington <jpw@gnu.org>
20109
20110 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20111
20112 * man.el (Man-default-man-entry): Strip text properties when
20113 snarfing parts of entry because `format' preserves properties.
20114
20115 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20116
20117 * files.el (file-newest-backup): Use `expand-file-name'.
20118
20119 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20120 Allow the diary to pop up a new frame, if needed.
20121
20122 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20123 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20124 (smtpmail-send-it): Make treatment of envelope-from consistent with
20125 sendmail.el.
20126
20127 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20128 (sh-leading-keywords): Add the bash `time' reserved word.
20129 (sh-variables): Add some bash variables.
20130 (sh-add-completer): Fix nil branch of case statement.
20131
20132 2003-08-24 Masatake YAMATO <jet@gyve.org>
20133
20134 * progmodes/ld-script.el: New file.
20135
20136 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20137
20138 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20139
20140 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20141
20142 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20143 Better explain obsolescence, and what to use instead.
20144
20145 2003-08-23 Masatake YAMATO <jet@gyve.org>
20146
20147 * pcvs.el (cvs-do-removal): Show the deleted file name
20148 on the prompt.
20149
20150 2003-08-20 Dave Love <fx@gnu.org>
20151
20152 * international/mule.el (make-coding-system)
20153 (set-buffer-file-coding-system): Doc fix.
20154
20155 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20156
20157 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20158
20159 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20160
20161 * international/utf-16.el: Add mime-text-unsuitable coding system
20162 properties.
20163
20164 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20165
20166 * cus-edit.el: Add some :links.
20167 (bib): Remove.
20168
20169 * textmodes/bib-mode.el (bib): Add :group external.
20170
20171 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20172
20173 * wid-edit.el (widget-echo-help): Make it handle expressions that
20174 evaluate to strings.
20175
20176 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20177
20178 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20179
20180 Simplify selection of SQL products to define highlighting and
20181 interactive mode. Includes detailed instructions on adding
20182 support for new products.
20183
20184 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20185 product for use in highlighting and interactive mode.
20186 (sql-interactive-product): New variable. SQL product for
20187 sql-interactive-mode.
20188 (sql-product-support): New variable. Specifies product-specific
20189 parameters to drive highlighting and interactive mode.
20190 (sql-imenu-generic-expression): Add more object types.
20191 (sql-sqlite-options): Correct comment.
20192 (sql-ms-program): Use "osql" rather than "isql".
20193 (sql-prompt-regexp, sql-prompt-length): Update comment.
20194 (sql-mode-menu): Add "Start SQLi session" entry.
20195 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20196 (sql-mode-abbrev-table): Add abbreviations. Support of
20197 SYSTEM-FLAG on define-abbrev. Support was removed with last
20198 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20199 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20200 names.
20201 (sql-mode-ansi-font-lock-keywords): Set as default value.
20202 (sql-mode-oracle-font-lock-keywords): Set as default value.
20203 Support Oracle 9i keywords.
20204 (sql-mode-postgres-font-lock-keywords): Set as default value.
20205 (sql-mode-linter-font-lock-keywords): Set as default value.
20206 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20207 SQLServer 2000.
20208 (sql-mode-sybase-font-lock-keywords)
20209 (sql-mode-interbase-font-lock-keywords)
20210 (sql-mode-sqlite-font-lock-keywords)
20211 (sql-mode-strong-font-lock-keywords)
20212 (sql-mode-mysql-font-lock-keywords)
20213 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20214 keywords.
20215 (sql-mode-font-lock-defaults): Update comment.
20216 (sql-product-feature): New function. Returns feature associated
20217 with a product from `sql-product-support' alist.
20218 (sql-product-font-lock): New function. Set font-lock support
20219 based on `sql-product'.
20220 (sql-add-product-keywords): New function. Add font-lock rules to
20221 product-specific keyword variables.
20222 (sql-set-product): New function. Set `sql-product' and apply
20223 appropriate font-lock highlighting.
20224 (sql-highlight-product): New function. Set font-lock support
20225 based on a product. Also set mode name to include product name.
20226 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20227 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20228 Use `sql-set-product'.
20229 (sql-highlight-ms-keywords)
20230 (sql-highlight-sybase-keywords)
20231 (sql-highlight-interbase-keywords)
20232 (sql-highlight-strong-keywords)
20233 (sql-highlight-mysql-keywords)
20234 (sql-highlight-sqlite-keywords)
20235 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20236 (sql-get-login): Prompt in the same order as the tokens.
20237 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20238 (sql-product-interactive): New function. Common portions of
20239 product-specific interactive mode wrappers.
20240 (sql-interactive-mode): Rewritten to use product features.
20241 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20242 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20243 (sql-db2, sql-linter): Use `sql-product-interactive'.
20244 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20245 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20246 (sql-connect-ingres, sql-connect-postgres)
20247 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20248 New functions. Format command line parameters and invoke comint on
20249 the appropriate interpreter. Code was in the corresponding
20250 `sql-xyz' function before.
20251 (sql-connect-ms): New function. Support -E argument to use
20252 operating system credentials for authentication.
20253
20254 2003-08-18 Kenichi Handa <handa@m17n.org>
20255
20256 * international/mule.el (encode-char): Fix for the ASCII case.
20257
20258 2003-08-15 Kenichi Handa <handa@m17n.org>
20259
20260 * international/fontset.el (setup-default-fontset): Change "*" to
20261 nil in the specifications of font family.
20262
20263 2003-08-18 Kim F. Storm <storm@cua.dk>
20264
20265 * kmacro.el (kmacro-keymap): Group related bindings in
20266 initialization for clarity. Bind C-s to start macro.
20267 Remove C-r binding.
20268 (kmacro-initial-counter-value): New defvar to hold initial counter
20269 value in case we set the value before defining a macro.
20270 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20271 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20272 not defining or executing macro. Doc fix.
20273 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20274 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20275 temporarily view older elements on the macro ring without cycling
20276 the ring.
20277 (kmacro-display): Doc fix.
20278 (kmacro-exec-ring-item): New helper function.
20279 (kmacro-call-ring-2nd): Use it.
20280 (kmacro-call-ring-2nd-repeat): Doc fix.
20281 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20282 (kmacro-end-or-call-macro): Execute last viewed macro (using
20283 kmacro-exec-ring-item) from ring if this follows
20284 kmacro-view-macro. This allows us to find a macro on the ring
20285 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20286 the ring to bring it to the head of the ring.
20287 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20288 Allow binding to reserved keys without specifying C-x C-k prefix.
20289 Ask for confirmation if entered key sequence is already bound to
20290 a non-macro command.
20291 (kmacro-view-macro): Repeating command will show older elements
20292 on the macro ring; C-k will execute the last viewed macro.
20293 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20294 property from 'ring to 'head.
20295
20296 2003-08-17 Alan Shutko <ats@acm.org>
20297
20298 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20299 keeping December out of the alist.
20300
20301 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20302
20303 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20304 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20305 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20306 (calendar-flatten): New function.
20307 (calendar-mouse-view-other-diary-entries)
20308 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20309 in the menu title and to show multi-line diary entries correctly
20310 in the menu.
20311
20312 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20313
20314 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20315 defcustom, because the default was recently changed.
20316
20317 2003-08-16 Richard M. Stallman <rms@gnu.org>
20318
20319 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20320
20321 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20322 New subroutine, broken out of eval-last-sexp-1.
20323 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20324
20325 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20326
20327 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20328
20329 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20330
20331 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20332
20333 * progmodes/compile.el (compilation-error-regexp-alist):
20334 Add Java ANt error detection as described in document
20335 http://ant.apache.org/faq.html
20336
20337 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20338
20339 * simple.el (backward-word, forward-to-indentation)
20340 (backward-to-indentation): Argument changed to optional.
20341 (next-line, previous-line): Use `or' instead of `unless'.
20342
20343 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20344
20345 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20346 instead of a constant.
20347
20348 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20349
20350 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20351
20352 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20353
20354 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20355 (vc-sccs-workfile-version): Search the entire delta table, rather
20356 than just the first entry, because that might be a deleted version.
20357
20358 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20359
20360 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20361 [save-place] binding in the Options menu. Have it require
20362 'saveplace' and then toggle the variable manually, to avoid an an
20363 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20364 for the bug report.
20365
20366 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20367
20368 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20369 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20370 (gdb-info-threads-custom): Add help-echo text.
20371 (gdb-display-back): Don't use purecopy.
20372 (gdb-info-breakpoints-custom, gdb-reset)
20373 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20374 icons can be displayed.
20375
20376 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20377
20378 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20379
20380 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20381
20382 * bookmark.el (bookmark-completing-read):
20383 Return a string, instead of a list of one string.
20384 Use a popup menu if activated from the mouse.
20385 (bookmark-edit-annotation): Remove unused vars.
20386 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20387 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20388 to bookmark-completing-read.
20389 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20390 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20391 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20392 and erase-buffer.
20393 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20394 (bookmark-menu-jump, bookmark-menu-insert)
20395 (bookmark-popup-menu-and-apply-function)
20396 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20397 (bookmark-menu-build-paned-menu): Remove by folding it into
20398 bookmark-menu-popup-paned-menu.
20399 (menu-bar-bookmark-map): Move the define-key statements here.
20400 Use the "non-menu" commands since they now pop up a menu if needed.
20401 (bookmark-exit-hook-internal): Simplify.
20402
20403 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20404
20405 * reftex-toc.el (reftex-toc-rename-label): New function.
20406 (reftex-toc-check-docstruct): New function.
20407
20408 * reftex.el (reftex-region-active-p): New function.
20409
20410 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20411 regexp to find the \bibliography macro.
20412
20413 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20414 which does not exist in LaTeX.
20415 (reftex-cite-format-builtin): Added amsrefs support.
20416 (reftex-toc-confirm-promotion): New option
20417
20418 * reftex-toc.el
20419 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20420 (reftex-toc-demote, reftex-toc-promote)
20421 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20422 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20423 (reftex-toc-newhead-from-alist)
20424 (reftex-toc-load-all-files-for-promotion): New functions.
20425 (reftex-toc-help): Added description of new keys.
20426 (reftex-toc-split-windows-fraction): New option.
20427 (reftex-recenter-toc-when-idle): Search *toc* window on all
20428 visible frames.
20429 (reftex-toc): Additional parameter REUSE
20430 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20431 with REUSE argument.
20432 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20433 the call of `reftex-toc'.
20434 (reftex-make-separate-toc-frame): New function .
20435 (reftex-toc-recenter): When called with triple prefix arg, call
20436 `reftex-make-separate-toc-frame' first.
20437 (reftex-toc-toggle-dedicated-frame): New command.
20438 (reftex-toc-quit): Adapted to delete frame when called in
20439 dedicated frame.
20440
20441 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20442 all enclosing macros.
20443
20444
20445 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20446
20447 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20448 first use.
20449
20450 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20451
20452 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20453
20454 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20455
20456 * calendar/calendar.el (list-diary-entries-hook)
20457 (diary-display-hook, nongregorian-diary-listing-hook)
20458 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20459 Add some customize options for these hooks.
20460 (calendar-abbrev-construct): Don't try to take a substring longer
20461 than the original string.
20462
20463 2003-08-05 Richard M. Stallman <rms@gnu.org>
20464
20465 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20466 (testcover-reinstrument-clauses): Doc fix.
20467
20468 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20469 (warning-type-format): Rename from warning-group-format.
20470
20471 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20472 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20473 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20474 to prevent warnings about defvar for an obsolete variable.
20475
20476 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20477 warning-group-format renamed to warning-type-format.
20478
20479 * subr.el (read-passwd): Use clear-string instead of fillarray.
20480
20481 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20482 Use vconcat instead of concat.
20483 (edmacro-sanitize-for-string): New function.
20484
20485 2003-08-05 Dave Love <fx@gnu.org>
20486
20487 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20488 line-number-display-limit-width.
20489
20490 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20491
20492 2003-08-05 Kenichi Handa <handa@m17n.org>
20493
20494 * international/code-pages.el: Don't require mule-diag.
20495
20496 * international/mule-diag.el (non-iso-charset-alist):
20497 Add autoload cookie.
20498
20499 * language/devan-util.el (dev-glyph-order): Add an entry for the
20500 glyph code #xC4.
20501
20502 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20503
20504 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20505 (european-calendar-style, diary-date-forms)
20506 (calendar-day-name-array, calendar-month-name-array): Doc change.
20507 (generate-calendar-month): Adapt for new behaviour of
20508 `calendar-day-name' function.
20509 (calendar-abbrev-length, calendar-day-abbrev-array)
20510 (calendar-month-abbrev-array): New variables.
20511 (calendar-abbrev-construct): New function.
20512 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20513 rather than fixing abbrevs at some width. Calling syntax change.
20514 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20515 (calendar-date-string): Adapt for new behaviours of
20516 `calendar-day-name' and `calendar-month-name' functions.
20517
20518 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20519 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20520 (diary-name-pattern): Use abbrev arrays, rather than fixing
20521 abbrevs at three chars. Calling syntax change.
20522 (mark-diary-entries): Adapt for new behaviours of
20523 `diary-name-pattern' and `calendar-make-alist' functions.
20524 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20525 `diary-name-pattern' function.
20526 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20527 fixing abbrevs at three chars. Calling syntax change.
20528 (cal-hebrew, cal-islam): Require when compiling.
20529 (diary-font-lock-keywords): Adapt for new behaviour of
20530 `font-lock-diary-date-forms' function.
20531
20532 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20533 (calendar-hebrew-month-name-array-common-year)
20534 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20535 (list-hebrew-diary-entries): Adapt for new behaviours of
20536 `calendar-day-name' and `add-to-diary-list' functions.
20537 (mark-hebrew-diary-entries): Adapt for new behaviours of
20538 `diary-name-pattern' and `calendar-make-alist' functions.
20539
20540 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20541 Add doc string.
20542 (list-islamic-diary-entries): Adapt for new behaviours of
20543 `calendar-day-name' and `add-to-diary-list' functions.
20544 (mark-islamic-diary-entries): Adapt for new behaviours of
20545 `diary-name-pattern' and `calendar-make-alist' functions.
20546
20547 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20548 `calendar-month-name' function.
20549
20550 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20551
20552 * calendar/solar.el (solar-seasons-data): Move definition before use.
20553
20554 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20555 (cal-tex-LaTeX-hourbox): Move definition before use.
20556
20557 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20558 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20559 * lunar.el, solar.el (displayed-month, displayed-year):
20560 Define for compiler.
20561
20562 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20563
20564 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20565 MODE. Renamed from c-init-c-language-vars'.
20566 (c-initialize-cc-mode): Change accordingly.
20567 (c-common-init): Ditto.
20568 (c-mode): Ditto.
20569 (c++-mode): Use `c-init-language-vars-for'.
20570 (objc-mode): Ditto.
20571 (java-mode): Ditto.
20572 (idl-mode): Ditto.
20573 (pike-mode): Ditto.
20574 (awk-mode): Ditto.
20575
20576 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20577
20578 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20579 or not the point moved.
20580
20581 (c-search-decl-header-end): Don't trip up on operator identifiers
20582 in C++ and operators like == in all languages.
20583
20584 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20585 Detect leading labels correctly.
20586
20587 2003-08-02 Andreas Schwab <schwab@suse.de>
20588
20589 * textmodes/ispell.el: Don't redo key bindings on loading, put
20590 them only in loaddefs.el.
20591 * bookmark.el: Likewise.
20592 * dabbrev.el: Likewise.
20593 * emerge.el: Likewise.
20594
20595 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20596 has more than one member.
20597
20598 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20599
20600 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20601
20602 * lpr.el (printify-region): It was ending conversion before the
20603 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20604
20605 2003-07-31 John Paul Wallington <jpw@gnu.org>
20606
20607 * net/browse-url.el (browse-url-epiphany): Doc fix.
20608
20609 2003-07-30 Kenichi Handa <handa@m17n.org>
20610
20611 * international/fontset.el (setup-default-fontset):
20612 Change registry names of Akurti fonts.
20613
20614 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20615
20616 * comint.el (comint-read-noecho): Use `clear-string' instead of
20617 `fillarray'.
20618
20619 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20620
20621 * outline.el (outline-mode-hook): Add defvar.
20622
20623 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20624
20625 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20626 Restore assembler in source window if that is what has been selected.
20627 (menu): Add gdb-restore-windows to menu. Make gdba
20628 specific menus only visible from gdba.
20629
20630 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20631
20632 * progmodes/compile.el (compilation-environment): New user variable.
20633 (compile-internal): Respect it.
20634
20635 2003-07-23 Masatake YAMATO <jet@gyve.org>
20636
20637 * progmodes/gud.el (gdb-script-font-lock-keywords):
20638 Put `font-lock-function-name-face' on a symbol which includes
20639 `-' like `hook-run'. Put font-lock-variable-name-face
20640 on a symbol starting with $.
20641
20642 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20643
20644 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20645
20646 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20647
20648 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20649
20650 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20651
20652 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20653 Use with-no-warnings.
20654 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20655 rather than to find-file-not-found-hook, which doesn't exist.
20656
20657 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20658
20659 * international/quail.el (quail-translate-key): Fix previous change.
20660
20661 2003-07-25 John Paul Wallington <jpw@gnu.org>
20662
20663 * server.el (server-start): Check `server-process' is non-nil
20664 before killing it to avoid killing current buffer's process.
20665
20666 * simple.el (choose-completion-string): Use `minibufferp';
20667 test `completion-reference-buffer' if `buffer' arg is nil.
20668 (push-mark): Use `when' and `unless'.
20669 (pop-mark): Use `when'.
20670
20671 * mouse-sel.el (mouse-sel-get-selection-function):
20672 Check `x-last-selected-text-primary'. Don't barf if it or
20673 `x-last-selected-text' aren't bound.
20674
20675 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20676
20677 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20678
20679 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20680
20681 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20682
20683 2003-07-23 John Paul Wallington <jpw@gnu.org>
20684
20685 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20686
20687 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20688
20689 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20690 string. Defvar the derived hook.
20691
20692 * macros.el (insert-kbd-macro): Escape double quote character.
20693 From Thomas W Murphy <twm@andrew.cmu.edu>.
20694
20695 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20696
20697 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20698 to match the specific mark rather than reusing comment-start-skip.
20699
20700 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20701
20702 * progmodes/hideshow.el (hs-special-modes-alist):
20703 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20704
20705 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20706
20707 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20708 value using ?\s.
20709
20710 2003-07-21 John Paul Wallington <jpw@gnu.org>
20711
20712 * subr.el (with-selected-window): Add closing paren.
20713
20714 2003-07-21 Richard M. Stallman <rms@gnu.org>
20715
20716 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20717 (lisp-mode): Likewise.
20718
20719 * subr.el (with-selected-window): Copy code form save-selected-window
20720 so as to call select-window with norecord arg.
20721 (dynamic-completion-table): Doc fix.
20722 (lazy-completion-table): Doc fix.
20723
20724 * international/mule-cmds.el (set-locale-environment):
20725 langinfo renamed to locale-info.
20726
20727 * international/mule.el (auto-coding-functions): Doc fix.
20728
20729 2003-07-21 Kenichi Handa <handa@m17n.org>
20730
20731 * international/quail.el (quail-translate-key):
20732 Update quail-current-str correctly.
20733
20734 2003-07-21 Andreas Schwab <schwab@suse.de>
20735
20736 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20737 ?, to "_".
20738
20739 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20740 Version 2.0.36 of Tramp released.
20741
20742 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20743 tramp-password-end-of-line.
20744 (tramp-password-end-of-line): New method parameter.
20745 (tramp-get-password-end-of-line): Function to access method
20746 parameter `tramp-password-end-of-line', or variable
20747 `tramp-default-password-end-of-line' (default value).
20748 (tramp-methods): Add entries for new parameter
20749 tramp-password-end-of-line.
20750 (tramp-enter-password): Use new function
20751 `tramp-get-password-end-of-line'.
20752 (tramp-handle-insert-file-contents): Do not
20753 unconditionally inhibit the file operation file-local-copy, only
20754 do that when the inhibit-file-name-operation is currently
20755 insert-file-contents. This fixes finding remote CVS-controlled
20756 files. (It would barf on inserting the CVS/Entries file
20757 literally, because the file-local-copy handler wasn't called.)
20758 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20759 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20760 (tramp-initial-commands): New variable.
20761 (tramp-process-initial-commands): New function, using the variable.
20762 (tramp-open-connection-setup-interactive-shell): Call the new function.
20763 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20764 method into the buffer name, never use nil. Reported by Hanak
20765 David <dhanak@inf.bme.hu>.
20766 (tramp-open-connection-setup-interactive-shell): Erase buffer
20767 before sending "stty -onlcr".
20768
20769 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20770
20771 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20772
20773 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20774
20775 2003-07-19 John Paul Wallington <jpw@gnu.org>
20776
20777 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20778 (artist-draw-rect, artist-draw-square): Doc fixes.
20779
20780 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20781
20782 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20783
20784 2003-07-19 Kenichi Handa <handa@m17n.org>
20785
20786 * international/kkc.el (kkc-show-conversion-list-update):
20787 Highlight the correct candidate in the message.
20788
20789 2003-07-18 John Paul Wallington <jpw@gnu.org>
20790
20791 * simple.el (current-word): Don't include punctuation char when
20792 `really-word' arg is non-nil.
20793
20794 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20795
20796 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20797 moved to the directory obsolete.
20798
20799 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20800
20801 * info.el (Info-menu-entry-name-re): Allow newlines in
20802 menu entry names.
20803
20804 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20805 syntax-ppss-after-change-function.
20806 (syntax-ppss-after-change-function): New alias. Update uses.
20807 (syntax-ppss): Catch the case where the buffer is narrowed.
20808
20809 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20810
20811 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20812 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20813
20814 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20815
20816 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20817 since it might be modified.
20818
20819 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20820 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20821 names to these language constants.
20822
20823 2003-07-15 Kim F. Storm <storm@cua.dk>
20824
20825 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20826 All uses changed.
20827
20828 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20829
20830 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20831 Namespace support.
20832
20833 2003-07-13 Juanma Barranquero <lektu@terra.es>
20834
20835 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20836 papers received).
20837
20838 2003-07-13 Karl Eichwalder <ke@suse.de>
20839
20840 * textmodes/po.el (po-find-charset): White space at the start of the
20841 Content-Type field body is non-mandatory.
20842
20843 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20844
20845 * textmodes/texinfo.el (texinfo-section-list):
20846 Append appendixsection; a synonym for appendixsec.
20847
20848 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20849
20850 * man.el (Man-translate-cleanup): New.
20851 (Man-translate-references): Call `Man-translate-cleanup' to clean
20852 leading, trailing and middle spaces.
20853
20854 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20855
20856 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20857 Handle `dired-directory' being a list.
20858
20859 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20860
20861 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20862 it doesn't exist.
20863
20864 2003-07-12 Richard M. Stallman <rms@gnu.org>
20865
20866 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20867
20868 * progmodes/cc-defs.el (c-make-keywords-re):
20869 Don't use delete-duplicates.
20870 (c-lang-const): Don't use mapcan.
20871
20872 * apropos.el (apropos-show-scores): Make it customizable.
20873 Document new meaning.
20874 (apropos): Compute scores from symbols.
20875 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20876
20877 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20878
20879 * ps-bdf.el: Fix copyright line.
20880 (bdf-directory-list): Fix initialization code.
20881
20882 2003-07-11 John Paul Wallington <jpw@gnu.org>
20883
20884 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20885 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20886 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20887
20888 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20889
20890 * emacs-lisp/ring.el (ring-elements): Doc fix.
20891
20892 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20893
20894 * calendar/timeclock.el (timeclock-relative)
20895 (timeclock-ask-before-exiting, timeclock-use-display-time):
20896 Doc changes.
20897 (timeclock-modeline-display): Give a message if
20898 `timeclock-use-display-time' is non-nil but `display-time-mode'
20899 is not active.
20900
20901 2003-07-11 Kenichi Handa <handa@m17n.org>
20902
20903 * international/mule-cmds.el (set-language-environment):
20904 Set current-language-environment to the correct string.
20905
20906 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20907
20908 * ps-print.el: Print line number correctly in a region. Reported by
20909 Tim Allen <timallen@ls83.fsnet.co.uk>.
20910 (ps-print-version): New version number (6.6.2).
20911 (ps-printing-region): Code fix.
20912
20913 2003-07-10 John Paul Wallington <jpw@gnu.org>
20914
20915 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20916 this function can be called from `add-completions-from-tags-table'.
20917
20918 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20919
20920 * calendar/timeclock.el (timeclock-use-display-time)
20921 (timeclock-day-over-hook, timeclock-workday-remaining)
20922 (timeclock-status-string, timeclock-when-to-leave)
20923 (timeclock-when-to-leave-string, timeclock-log-data)
20924 (timeclock-find-discrep, timeclock-day-base)
20925 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20926 (timeclock-modeline-display): Set the variable
20927 `timeclock-modeline-display'.
20928 (timeclock-update-modeline): Doc fix. Respect value of
20929 `timeclock-relative'.
20930
20931 2003-07-09 Richard M. Stallman <rms@gnu.org>
20932
20933 * textmodes/reftex-parse.el (reftex-all-document-files):
20934 Add autoload cookie.
20935
20936 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20937 (reftex-scanning-info-available-p): Add autoload cookie.
20938
20939 * international/mule-cmds.el
20940 (set-display-table-and-terminal-coding-system): Delete duplicate
20941 aset on standard-display-table.
20942
20943 * view.el (view-file): If existing buffer's major mode is special,
20944 don't go into view mode.
20945
20946 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20947
20948 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20949
20950 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20951 buffer changes; there's third party code that calls this function
20952 directly.
20953
20954 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20955
20956 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20957 (autodoc-font-lock-keywords): Don't byte compile on font lock
20958 initialization when running from byte compiled files.
20959
20960 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20961
20962 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20963 statement ends with auto-increment "++".
20964
20965 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20966
20967 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20968 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20969 these are changed, so declare them as variables and not constants.
20970
20971 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
20972
20973 * subr.el (dolist, dotimes): Doc fix.
20974
20975 2003-07-08 Kim F. Storm <storm@cua.dk>
20976
20977 * international/mule-cmds.el
20978 (set-display-table-and-terminal-coding-system): Don't break
20979 bootstrap if standard-display-table isn't setup yet.
20980
20981 2003-07-07 Richard M. Stallman <rms@gnu.org>
20982
20983 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20984 Give it a doc string, and autoload it.
20985
20986 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20987 Use with-no-warnings.
20988
20989 * info.el (Info-search): If find invisible text, search again.
20990
20991 * isearch.el (search-whitespace-regexp): Add a shy group around it.
20992
20993 * man.el (Man-name-regexp): Match + as part of name.
20994
20995 * simple.el (visible-mode): Rename from vis-mode.
20996 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20997
20998 * simple.el (current-word): New arg REALLY-WORD specifies
20999 don't include punctuation chars.
21000
21001 * emacs-lisp/debug.el (debug, debugger-env-macro):
21002 Use with-no-warnings while accessing and binding unread-command-char.
21003
21004 * international/mule-cmds.el
21005 (set-display-table-and-terminal-coding-system): Use explicit loop
21006 instead of calling standard-display-default.
21007
21008 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21009 Use condition-case to catch error in ange-ftp-get-files.
21010
21011 * net/browse-url.el (browse-url-browser-function):
21012 Add alternative for Epiphany.
21013 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21014 (browse-url-epiphany-startup-arguments)
21015 (browse-url-epiphany-new-window-is-tab): New variables.
21016 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21017
21018 * progmodes/compile.el (compile-auto-highlight): Default now t.
21019 (compile): Doc fix.
21020 (compilation-next-error): Fix previous change.
21021
21022 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21023
21024 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21025
21026 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21027
21028 * gdb-ui.el (gdb-source-info): Display current frame when
21029 attaching to an existing process.
21030 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21031 while laying out windows when attaching to an existing process.
21032
21033 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21034
21035 * info.el (Info-menu): Use Info-menu-entry-name-re.
21036
21037 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21038
21039 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21040 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21041
21042 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21043 to match the same text.
21044
21045 2003-07-06 John Paul Wallington <jpw@gnu.org>
21046
21047 * vc.el (vc-annotate-offset): Move defvar up.
21048
21049 2003-07-06 Kim F. Storm <storm@cua.dk>
21050
21051 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21052 This should fix the infinite loop when extracting menu names.
21053
21054 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21055
21056 * files.el (auto-mode-alist, interpreter-mode-alist):
21057 Remove entries to CC Mode modes to avoid duplicates; they are now added
21058 with autoload directives in cc-mode.el.
21059
21060 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21061
21062 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21063 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21064 these are changed, so declare them as variables and not constants.
21065
21066 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21067 ensure that the entry for ".c" extension comes before the one for
21068 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21069 Fix incorrect entries that were added to `interpreter-mode-alist'.
21070 Move the autoload directives for AWK to the top level since they
21071 aren't recognized anywhere else. Do not use the new AWK mode doc
21072 in the autoload form for the old AWK mode.
21073
21074 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21075
21076 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21077 (bibtex-sort-ignore-string-entries): Default value t.
21078 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21079 erroneously in previous version.
21080 (bibtex-string-files): Docstring reflects new parsing scheme.
21081 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21082 docstring, add # as one of the chars to crush
21083 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21084 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21085 (bibtex-autokey-name-change-strings)
21086 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21087 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21088 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21089 (bibtex-autokey-title-terminators)
21090 (bibtex-autokey-titlewords-stretch)
21091 (bibtex-autokey-titleword-ignore)
21092 (bibtex-autokey-titleword-case-convert)
21093 (bibtex-autokey-titleword-abbrevs)
21094 (bibtex-autokey-titleword-abbrevs)
21095 (bibtex-autokey-titleword-change-strings)
21096 (bibtex-autokey-titleword-length)
21097 (bibtex-autokey-titleword-separator)
21098 (bibtex-autokey-name-year-separator)
21099 (bibtex-autokey-year-title-separator)
21100 (bibtex-autokey-before-presentation-function)
21101 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21102 Fix docstring.
21103 (bibtex-strings, bibtex-reference-keys):
21104 Use lazy-completion-table and make-variable-buffer-local.
21105 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21106 (bibtex-braced-string-syntax-table)
21107 (bibtex-quoted-string-syntax-table): New variables.
21108 (bibtex-parse-nested-braces): Remove.
21109 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21110 (bibtex-parse-association): Simplify.
21111 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21112 (bibtex-parse-field-text): Simplify.
21113 (bibtex-search-forward-field, bibtex-search-backward-field):
21114 argument BOUND can take value t.
21115 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21116 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21117 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21118 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21119 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21120 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21121 and ending of entry. Update for changes of bibtex-search-entry.
21122 Simplify.
21123 (bibtex-map-entries): FUN is called with three arguments.
21124 (bibtex-search-entry): Return a cons pair with buffer positions of
21125 beginning and end of entry.
21126 (bibtex-enclosing-field): Simplify.
21127 (bibtex-format-entry): Use booktitle to set a missing title.
21128 (bibtex-autokey-get-names): Fiddle with regexps.
21129 (bibtex-generate-autokey): Use identity.
21130 (bibtex-parse-keys): Use simplified parsing algorithm if
21131 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21132 arguments. Return alist of keys.
21133 (bibtex-parse-strings): Simplify. Return alist of strings.
21134 (bibtex-complete-string-cleanup): Fix docstring.
21135 (bibtex-read-key): New function.
21136 (bibtex-mode): Fix docstring. Do not parse for keys and
21137 strings when the mode is entered. Set fill-paragraph-function to
21138 bibtex-fill-field. Setup font-lock-mark-block-function the way
21139 font-lock intended.
21140 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21141 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21142 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21143 (bibtex-Preamble): Avoid hard coded constants.
21144 (bibtex-make-field): Fix docstring. Simplify.
21145 (bibtex-beginning-of-entry): Always return new position of point.
21146 (bibtex-end-of-entry): Rearrange cond clauses.
21147 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21148 Update for changes of bibtex-map-entries.
21149 (bibtex-ispell-abstract): Do not move point.
21150 (bibtex-entry-index): Use downcase. Simplify.
21151 (bibtex-lessp): Handle catch-all.
21152 (bibtex-find-crossref): Turn into a command.
21153 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21154 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21155 preamble entries.
21156 (bibtex-fill-field-bounds): New function.
21157 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21158 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21159 (bibtex-String): Use bibtex-strings. Always obey
21160 bibtex-sort-ignore-string-entries.
21161
21162 2003-07-05 John Paul Wallington <jpw@gnu.org>
21163
21164 * cus-theme.el (customize-create-theme):
21165 Call `customize-create-theme' in Reset widget's notify function.
21166
21167 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21168 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21169 (define-ibuffer-column name): Add summarizer.
21170 (define-ibuffer-column size): Likewise.
21171 (define-ibuffer-column filename): Likewise.
21172 (define-ibuffer-column process): Likewise. Change BODY's output too.
21173 (define-ibuffer-column filename-and-process): Likewise, likewise.
21174 (ibuffer): Remove local vars `already-in' and `need-update'.
21175
21176 * ibuf-ext.el: Don't require `derived' at compile-time.
21177
21178 2003-07-05 Kim F. Storm <storm@cua.dk>
21179
21180 * info.el: Disable paragraph refilling.
21181 (Info-refill-paragraphs): New defcustom.
21182 (Info-fontify-node): Use it.
21183
21184 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21185
21186 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21187 thingies from constructors created by defstruct.
21188
21189 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21190 the default value of the variable.
21191 (byte-code-meter): Move declaration to top level.
21192
21193 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21194
21195 * info.el (Info-following-node-name-re): New fun.
21196 (Info-following-node-name): Remove.
21197 (Info-insert-dir): Use the new fun.
21198 (Info-extract-pointer): Don't save restriction; use new fun.
21199 (Info-menu-entry-name-re): New const.
21200 (Info-menu-entry-name-re): Use it along with new fun.
21201 (Info-node-spec-re): Use new fun.
21202 (Info-complete-menu-item, Info-fontify-node): Use new const.
21203 (Info-goto-node, Info-follow-reference, Info-menu-update):
21204 Use match-string.
21205 (Info-follow-reference): Use assoc-string.
21206 Use a list of strings for the completion table.
21207 (Info-fontify-node): Use match-string, line-end-position.
21208 Limit the search for `node:' to the first line.
21209
21210 * newcomment.el (uncomment-region): Remove padding coming from
21211 comment-start rather than just from comment-padding.
21212
21213 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21214 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21215 (vc-cvs-rename-file): Remove (use the default).
21216 (vc-cvs-register): Register parent dir if needed.
21217 (vc-cvs-could-register): Return non-nil if parent can be registered.
21218 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21219 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21220
21221 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21222 (vc-svn-update): Fix the arguments to `svn'.
21223 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21224 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21225 Simple implementations, assuming `name' is a URL.
21226
21227 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21228 set of chars allowed unquoted in a case pattern.
21229
21230 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21231
21232 * font-lock.el (font-lock-extra-types-widget)
21233 (c-font-lock-extra-types, c++-font-lock-extra-types)
21234 (objc-font-lock-extra-types, java-font-lock-extra-types)
21235 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21236 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21237 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21238 (font-lock-match-c++-structor-declaration)
21239 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21240 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21241 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21242 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21243 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21244 (java-font-lock-keywords-3, java-font-lock-keywords)
21245 (java-font-lock-syntactic-face-function): Remove obsolete code
21246 and constants. It's all in cc-fonts.el now.
21247
21248 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21249
21250 * mail/sendmail.el (mail-specify-envelope-from)
21251 (mail-envelope-from): Doc fix.
21252
21253 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21254
21255 * generic-x.el: Do away with the dependency on `c-emacs-features'
21256 when populating `rul-generic-mode-syntax-table'; we already know
21257 this isn't XEmacs.
21258
21259 See ChangeLog.10 for earlier changes.
21260
21261 ;; Local Variables:
21262 ;; coding: iso-2022-7bit
21263 ;; End:
21264
21265 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21266 Copying and distribution of this file, with or without modification,
21267 are permitted provided the copyright notice and this notice are preserved.
21268
21269 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1