]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-373
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3 * paren.el (show-paren-match, show-paren-mismatch):
4 Remove "-face" suffix from face names.
5 (show-paren-match-face, show-paren-mismatch-face):
6 New backward-compatibility aliases for renamed faces.
7 (show-paren-function): Use renamed show-paren faces.
8
9 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
10 (ruler-mode-margins, ruler-mode-fringes)
11 (ruler-mode-column-number, ruler-mode-fill-column)
12 (ruler-mode-comment-column, ruler-mode-goal-column)
13 (ruler-mode-tab-stop, ruler-mode-current-column):
14 Remove "-face" suffix from face names.
15 (ruler-mode-default-face, ruler-mode-pad-face)
16 (ruler-mode-margins-face, ruler-mode-fringes-face)
17 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20 New backward-compatibility aliases for renamed faces.
21 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
22 (ruler-mode-column-number, ruler-mode-fill-column)
23 (ruler-mode-comment-column, ruler-mode-goal-column)
24 (ruler-mode-tab-stop, ruler-mode-current-column)
25 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
26
27 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
28 face name.
29 (whitespace-highlight-the-space): Use renamed face.
30 (whitespace-highlight-face): New backward-compatibility aliases
31 for renamed face.
32
33 * woman.el (woman-italic, woman-bold, woman-unknown)
34 (woman-addition, woman-symbol-face):
35 Remove "-face" suffix from face names.
36 (woman-italic-face, woman-bold-face, woman-unknown-face)
37 (woman-addition-face):
38 New backward-compatibility aliases for renamed faces.
39 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
40 (woman-decode-region, woman-replace-match)
41 (woman-display-extended-fonts, woman-special-characters)
42 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
43 Use renamed woman faces.
44
45 * longlines.el (longlines-visible-face): Face removed.
46
47 * diff-mode.el (diff-header, diff-file-header, diff-index)
48 (diff-hunk-header, diff-removed, diff-added, diff-changed)
49 (diff-function, diff-context, diff-nonexistent): Remove "-face"
50 suffix from face names.
51 (diff-header-face, diff-file-header-face, diff-index-face)
52 (diff-hunk-header-face, diff-removed-face, diff-added-face)
53 (diff-changed-face, diff-function-face, diff-context-face)
54 (diff-nonexistent-face): New backward-compatibility aliases for
55 renamed faces.
56 (diff-header-face, diff-file-header-face)
57 (diff-index, diff-index-face, diff-hunk-header)
58 (diff-hunk-header-face, diff-removed, diff-removed-face)
59 (diff-added, diff-added-face, diff-changed-face, diff-function)
60 (diff-function-face, diff-context-face, diff-nonexistent)
61 (diff-nonexistent-face): Use renamed diff-mode faces.
62
63 * progmodes/compile.el (compilation-warning-face)
64 (compilation-info-face): Remove "-face" suffix from face names.
65 (compilation-warning-face, compilation-info-face):
66 New backward-compatibility aliases for renamed faces.
67 (compilation-warning-face, compilation-info-face):
68 Use renamed compilation faces.
69
70 * add-log.el (change-log-date, change-log-name)
71 (change-log-email, change-log-file, change-log-list)
72 (change-log-conditionals, change-log-function)
73 (change-log-acknowledgement): Remove "-face" suffix from face names.
74 (change-log-date-face, change-log-name-face)
75 (change-log-email-face, change-log-file-face)
76 (change-log-list-face, change-log-conditionals-face)
77 (change-log-function-face, change-log-acknowledgement-face):
78 New backward-compatibility aliases for renamed faces.
79 (change-log-font-lock-keywords): Use renamed change-log faces.
80
81 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
82 (custom-set, custom-changed, custom-saved, custom-button)
83 (custom-button-pressed, custom-documentation, custom-state)
84 (custom-comment, custom-comment-tag, custom-variable-tag)
85 (custom-variable-button, custom-face-tag, custom-group-tag-1)
86 (custom-group-tag): Remove "-face" suffix from face names.
87 (custom-magic-alist, custom-magic-value-create)
88 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
89 (custom-invalid-face, custom-rogue-face, custom-modified-face)
90 (custom-set-face, custom-changed-face, custom-saved-face)
91 (custom-button-face, custom-button-pressed-face)
92 (custom-documentation-face, custom-state-face)
93 (custom-comment-face, custom-comment-tag-face)
94 (custom-variable-tag-face, custom-variable-button-face)
95 (custom-face-tag-face, custom-group-tag-face-1)
96 (custom-group-tag-face):
97 New backward-compatibility aliases for renamed faces.
98
99 * wid-edit.el (widget-documentation, widget-button)
100 (widget-field, widget-single-line-field, widget-inactive)
101 (widget-button-pressed): "-face" suffix removed from face names.
102 (widget-documentation-face, widget-button-face)
103 (widget-field-face, widget-single-line-field-face)
104 (widget-inactive-face, widget-button-pressed-face):
105 New backward-compatibility aliases for renamed faces.
106 (widget-documentation-face, widget-button-face)
107 (widget-button-pressed-face, widget-specify-field)
108 (widget-specify-inactive): Use renamed widget faces.
109
110 2005-06-10 Kenichi Handa <handa@m17n.org>
111
112 * term/x-win.el (x-clipboard-yank): Remove condition-case
113 wrapping.
114
115 2005-06-11 Kenichi Handa <handa@m17n.org>
116
117 * add-log.el (change-log-font-lock-keywords): Make the regexp for
118 date lines stricter.
119
120 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
121
122 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
123 of x-get-selection.
124
125 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
126
127 * comint.el (comint-mode, comint-snapshot-last-prompt):
128 * frame.el (frame-current-scroll-bars):
129 * term.el (term-mode, term-check-proc, term-input-sender)
130 (term-simple-send, term-extract-string, term-word)
131 (term-match-partial-filename):
132 * window.el (window-current-scroll-bars):
133 * emulation/cua-base.el (cua-normal-cursor-color)
134 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
135 (cua-global-mark-cursor-color):
136 * mail/undigest.el (rmail-forward-separator-regex):
137 Fix typos in docstrings.
138
139 * comint.el (comint-check-proc, make-comint-in-buffer)
140 (comint-source-default): Doc fixes.
141
142 * term.el (term-send-string): Improve argument/docstring
143 consistency.
144
145 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
146
147 * comint.el (comint-send-input): Bind `inhibit-read-only' around
148 call to `delete-region'.
149 (comint-mode-hook): Do not enable Font Lock by default.
150
151 2005-06-09 Lute Kamstra <lute@gnu.org>
152
153 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
154 could be void.
155
156 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * emacs-lisp/debug.el (debugger-will-be-back): New var.
159 (debug): Use it.
160 (debugger-step-through, debugger-continue, debugger-jump)
161 (debugger-return-value): Set it when needed.
162 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
163 Use inhibit-read-only.
164
165 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
166
167 * window.el (shrink-window-if-larger-than-buffer)
168 (window-size-fixed): Fix typo in docstring.
169
170 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
171 thumbnails directory on loading.
172 (thumbs-conversion-program): Use `eq' to check the system type,
173 not `equal'.
174 (thumbs-temp-dir): Initialize to `temporary-file-directory',
175 not "/tmp". Fix docstring.
176 (thumbs-thumbsdir): New function to return the thumbnails
177 directory, creating it if needed.
178 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
179 (thumbs-temp-file): Delete variable and make it into a function.
180 (thumbs-resize-image, thumbs-modify-image): Use it.
181 (thumbs-kill-buffer): Simplify.
182 (thumbs-gensym): Defalias or duplicate CL `gensym'.
183 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
184 docstrings.
185
186 2005-06-09 Kim F. Storm <storm@cua.dk>
187
188 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
189 set-match-data to free markers in match-data.
190
191 * replace.el (replace-match-data): Pass RESEAT arg `t' to
192 match-data to unchain markers in match-data.
193
194 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
195
196 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
197 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
198 unnecessary now.
199
200 2005-06-08 Richard M. Stallman <rms@gnu.org>
201
202 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
203 give the variable a doc string that doesn't say don't set it directly.
204
205 * textmodes/ispell.el (ispell-check-version):
206 Use match-string-no-properties.
207 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
208 (ispell-buffer-local-words): Likewise.
209
210 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
211 except on terminals with enough colors to really display it.
212 (makefile-dependency-regex): Delete spurious `bb'.
213
214 * faces.el (escape-glyph): Use blue once again in last case.
215 (no-break-space): Redefine so that it isn't invisible on a tty.
216
217 2005-06-08 Kim F. Storm <storm@cua.dk>
218
219 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
220 also when reading directory name.
221
222 2005-06-08 Lute Kamstra <lute@gnu.org>
223
224 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
225 (flyspell-mode-line-string): Remove autoload cookie.
226 (flyspell-mode): Remove defvar.
227
228 2005-06-07 Lute Kamstra <lute@gnu.org>
229
230 * textmodes/org.el (org-run-mode-hooks): New function.
231 (org-agenda-mode): Use it.
232
233 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
234
235 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
236
237 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
240
241 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
242
243 * font-lock.el (font-lock-add-keywords): Doc fix.
244
245 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
248 (tex-compile-default): In the absence of any history, use the order in
249 tex-compile-alist to choose the preferred command.
250 (tex-compile-commands): Reorder a bit.
251
252 * textmodes/flyspell.el (flyspell-auto-correct-binding)
253 (flyspell-incorrect-face, flyspell-duplicate-face):
254 Use (X)Emacs-agnostic code.
255 (flyspell-mode-map): Don't overwrite at each load. Remove code
256 redundant with the subsequent add-minor-mode. Merge Emacs and
257 XEmacs code.
258 (flyspell-word): Minor simplification.
259 (flyspell-math-tex-command-p): Quieten the byte-compiler.
260 (flyspell-external-point-words): Remove unused vars `size' and `start'.
261 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
262 Merge the corresponding Emacs code.
263 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
264
265 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
266 a dedicated window.
267
268 * international/latexenc.el (latexenc-find-file-coding-system):
269 Undo part of last patch, to turn off a compiler warning.
270
271 2005-06-06 Juri Linkov <juri@jurta.org>
272
273 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
274 Rename `tmm-inactive-face' to `tmm-inactive'.
275
276 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
277
278 * iswitchb.el: Rename faces.
279
280 2005-06-06 Kim F. Storm <storm@cua.dk>
281
282 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
283 (cua-global-mark): Remove -face suffix from face names.
284
285 * emulation/cua-gmrk.el (cua--init-global-mark):
286 Remove cua-global-mark face setup.
287
288 2005-06-06 Richard M. Stallman <rms@gnu.org>
289
290 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
291 just like other allowed characters.
292 (makefile-match-dependency): Exclude leading and training whitespace
293 from the range of regexp subexp 1.
294 (makefile-macroassign-regex): Don't try to match the body,
295 just the name of the macro being defined.
296
297 * info.el (Info-read-node-name-2): New function.
298 (Info-read-node-name-1): Use that.
299 Add a completion-base-size-function property.
300
301 * simple.el (completion-setup-function): Look for
302 completion-base-size-function property of
303 minibuffer-completion-table.
304
305 * files.el (locate-file-completion): Doc fix.
306
307 * printing.el: Don't call pr-update-menus; user must do that.
308
309 * emacs-lisp/debug.el (debugger-window): New variable.
310 (debug): Use debugger-window if it is set and still alive.
311 Record debugger-window for next entry.
312
313 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
314
315 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
316
317 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
318 (hack-one-local-variable, hack-local-variables)
319 (hack-local-variables-prop-line): Pass that arg.
320
321 2005-06-06 Kim F. Storm <storm@cua.dk>
322
323 * ido.el (ido-first-match, ido-only-match, ido-subdir)
324 (ido-indicator): Remove -face suffix from face names.
325
326 2005-06-06 Juri Linkov <juri@jurta.org>
327
328 * font-lock.el (font-lock-regexp-backslash)
329 (font-lock-regexp-backslash-construct): New faces.
330 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
331 after `('. Add `while-no-input' to control structures.
332
333 * faces.el (no-break-space, shadow): New faces.
334 (escape-glyph): Use less loud colors pink2 and red4.
335
336 * diff-mode.el (diff-context-face)
337 * dired.el (dired-ignored)
338 * rfn-eshadow.el (file-name-shadow)
339 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
340
341 * info.el (Info-title-1-face): Use green instead of yellow because
342 bold yellow is not readable on light backgrounds.
343
344 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
345 before selecting the desired mode to not spend time fontifying
346 old contents.
347
348 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
349
350 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
351 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
352
353 * ps-print.el (ps-default-fg, ps-default-bg):
354 Fix typos in docstrings.
355
356 * isearchb.el (isearchb): Don't pass a spurious second argument to
357 `iswitchb-completions'.
358
359 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
360
361 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
362 to preserve point.
363 (gdb-find-file-hook): Add doc string.
364
365 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
366 C dereferenced pointer expression.
367 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
368
369 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
370
371 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
372 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
373 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
374 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
375 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
376 Make background transparent.
377
378 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
379
380 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
381 (font-lock-remove-keywords): Doc fix.
382 (font-lock-mode-major-mode): Compiler defvar.
383 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
384
385 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
386 (font-lock-mode): Update `font-lock-mode-major-mode'.
387 (font-lock-set-defaults): Compiler defvar.
388 (font-lock-default-function): Take `font-lock-mode-major-mode'
389 into account.
390
391 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
392 keep track of which major mode it enabled the minor mode for.
393 Use find-file-hook again. Update docstring.
394
395 * simple.el (eval-expression-print-level)
396 (eval-expression-print-length, eval-expression-debug-on-error):
397 Doc fixes.
398
399 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
400
401 * iswitchb.el (iswitchb-single-match-face)
402 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
403 (iswitchb-invalid-regexp-face): New faces.
404 (iswitchb-completions): Use them.
405 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
406 now marked as an obsolete alias.
407 (iswitchb-read-buffer): Remove check for bound font variables.
408 (iswitchb-invalid-regexp): New free variable.
409 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
410 set iswitchb-invalid-regexp.
411 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
412 invalid regexps.
413 (iswitchb-completions): Add check for complete match when entering
414 a regexp.
415 (iswitchb-completions): Remove require-match argument.
416 (iswitchb-exhibit): Fix caller.
417 (iswitchb-common-match-inserted): New variable.
418 (iswitchb-complete, iswitchb-completion-help): Use it.
419
420 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
421
422 * url-http.el (url-http-chunked-encoding-after-change-function):
423 Use `url-http-debug' instead of `message'.
424
425 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
426
427 * url-http.el (url-http-parse-headers): Pass redirected URL as a
428 callback argument.
429
430 2005-06-04 Kim F. Storm <storm@cua.dk>
431
432 * simple.el (line-move): Only call sit-for when moving backwards.
433
434 * ido.el (ido-make-merged-file-list-1): New defun split from
435 ido-make-merged-file-list.
436 (ido-make-merged-file-list): Bind throw-on-input around call to
437 ido-make-merged-file-list-1. Return input-pending-p if
438 interrupted by more input available.
439 (ido-read-internal): Handle input-pending-p return value from
440 ido-make-merged-file-list.
441
442 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
445 compatibility code.
446
447 * international/latexenc.el (latexenc-find-file-coding-system):
448 Don't inherit the EOL part of the coding-system from the
449 tex-main buffer. Fit within 80 columns.
450
451 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
452
453 * tmm.el (tmm-inactive-face): New face.
454 (tmm-remove-inactive-mouse-face): New function.
455 (tmm-prompt, tmm-add-one-shortcut)
456 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
457 but not selectable.
458
459 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
460
461 * faces.el (face-equal): Improve argument/docstring consistency.
462
463 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
464
465 * progmodes/make-mode.el (makefile-targets-face)
466 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
467 (makefile-bsdmake-dependency-regex)
468 (makefile-makepp-rule-action-regex)
469 (makefile-bsdmake-rule-action-regex): New constants.
470 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
471
472 * progmodes/compile.el (compilation-error-regexp-alist-alist):
473 Allow (...) within `...' for makepp messages.
474
475 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
476
477 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
478
479 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
480 "." files are deleted from all file lists before comparison.
481
482 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
483 (viper-ESC-key): Made them customizable.
484
485 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
486
487 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
488
489 * autorevert.el (auto-revert-buffers): Use save-match-data.
490
491 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
494 menu items with a nil command binding.
495
496 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
497
498 * emacs-lisp/cl-macs.el (defsetf):
499 Improve argument/docstring consistency.
500
501 * faces.el (list-faces-display): Improve the formatting by
502 computing the maximum length required for any face-name (reworked
503 patch of 1999-01-11, accidentally deleted on 1999-07-21).
504 (internal-find-face): Remove redundant info in docstring.
505
506 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
507
508 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
509 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
510 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
511 (gdb-assembler-custom): Improve regexps.
512 (def-gdb-auto-update-handler): Use window point to preserve point.
513
514 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
517
518 2005-05-31 Jay Belanger <belanger@truman.edu>
519
520 * calc/calc-embed.el (calc-embedded-word): Change argument passed
521 to calc-embedded.
522 (calc-embedded-make-info): Have plain prefix argument select
523 entire line.
524
525 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
526
527 * faces.el (list-faces-display): Signal error if passed a regexp
528 that matches no face name.
529
530 * simple.el (filter-buffer-substring): Fix typo in docstring.
531
532 2005-05-31 Richard M. Stallman <rms@gnu.org>
533
534 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
535 (vhdl-emacs-21): Doc fix.
536 (vhdl-mode): Unconditionally set comment-padding.
537 (vhdl-fixup-whitespace-region): Insert spaces only where
538 there are none.
539 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
540
541 2005-05-30 John Wiegley <johnw@newartisans.com>
542
543 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
544 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
545 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
546 `directory-sep-char' to ?/, and all uses of `string-to-int' to
547 `string-to-number'.
548
549 2005-05-30 Jay Belanger <belanger@truman.edu>
550
551 * calc/calc.el (calc-bug-address): Fix docstring.
552 (calc-window-hook, calc-trail-window-hook): New variables.
553 (calc-trail-display): Restore use of calc-trail-window-hook.
554 (calc): Restore use of calc-window-hook.
555
556 2005-05-31 Masatake YAMATO <jet@gyve.org>
557
558 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
559
560 * help-fns.el (help-C-file-name): Add autoload mark for
561 `find-function-noselect'.
562
563 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
564
565 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
566 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
567
568 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
569
570 * calendar/diary-lib.el (mark-included-diary-files): Only kill
571 included diary buffer if it was not already being visited.
572 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
573
574 * calendar/icalendar.el (top-level): Do not require 'appt.
575
576 * mail/supercite.el (sc-select-attribution): Only use a list
577 element from sc-attrib-selection-list if it returns a string.
578 Reported by Davide G. M. Salvetti <salve@debian.org>.
579
580 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
581
582 * thumbs.el (thumbs-thumbname): The resulting thubname now
583 includes a hash value to improve its uniqueness, and has a ".jpg"
584 extension. Also, it is now a valid filename on all systems.
585 (thumbs-make-thumb): Use `let', not `let*'.
586 (thumbs-show-thumbs-list): Check for JPEG availability.
587
588 2005-05-30 Richard M. Stallman <rms@gnu.org>
589
590 * filesets.el (filesets-menu-ensure-use-cached):
591 Prevent warning when emacs-version>= is undefined.
592
593 * printing.el (pr-interactive-n-up): Use string-to-number.
594
595 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
596
597 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
598 Warn only when name to be defined is quoted.
599
600 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
601
602 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
603 Make regexp more robust.
604 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
605 Force regeneration of disassembly.
606
607 2005-05-29 Jay Belanger <belanger@truman.edu>
608
609 * calc/calc.el (calc-user-invocation): Check if
610 calc-invocation-macro is non-nil.
611
612 2005-05-29 Juri Linkov <juri@jurta.org>
613
614 * add-log.el (change-log-font-lock-keywords):
615 Add `+' to e-mail regexp to accept mail address with keywords.
616
617 * man.el (Man-name-regexp): Add `:' to accept qualified names.
618
619 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
620
621 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
622
623 * ielm.el (inferior-emacs-lisp-mode): Ditto.
624
625 2005-05-29 Richard M. Stallman <rms@gnu.org>
626
627 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
628 Undo the change that moves to end of the current word.
629
630 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
631
632 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
633 Throw error when count <= 0 to ensure input is a number.
634 (gdb-read-memory-custom): Pick up address from buffer.
635 (gdb-memory-mode): Allow user to increment and decrement
636 memory address from header line.
637
638 2005-05-29 Richard M. Stallman <rms@gnu.org>
639
640 * flyspell.el (flyspell-version): Function deleted.
641 (flyspell-auto-correct-previous-hook): Doc fix.
642
643 * jit-lock.el (jit-lock-function, jit-lock-after-change):
644 Do nothing if memory is full.
645
646 * font-lock.el (font-lock-fontify-syntactically-region):
647 Pass t for GREEDY to looking-back.
648
649 * saveplace.el (save-place-alist-to-file): Write the file
650 using write-region.
651
652 * subr.el (looking-back): New argument GREEDY.
653
654 * progmodes/compile.el (compilation-start): Set the mode
655 before inserting the initial text.
656
657 * progmodes/which-func.el (which-func-update-1): Turn the mode
658 off in case of error by setting which-func-mode.
659
660 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
661
662 * flyspell.el (flyspell-auto-correct-previous-word):
663 Narrow down to what's on the screen, and recenter overlays
664 at the end of the next word.
665
666 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
667
668 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
669 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
670 (flyspell-abbrev-p): Default to nil.
671 (flyspell-use-global-abbrev-table-p): Doc fix.
672 (flyspell-large-region): Allow nil as value.
673 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
674
675 (mail-mode-flyspell-verify): More robust handling
676 of `mail-header-separator'. More efficient signature detection.
677 Allow for regexp metacharacters in message-header-separator.
678 Adding `To' not to be checked in mail-mode-flyspell-verify.
679
680 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
681 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
682 Bind flyspell-auto-correct-binding.
683 Bind C-. and C-, .
684 (flyspell-mode-map): Likewise.
685 (flyspell-mode): Doc fix.
686 (flyspell-accept-buffer-local-defs): Preserve current buffer.
687 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
688 (flyspell-word-cache-result): New var, always local.
689 (flyspell-check-pre-word-p): Doc fix.
690 (flyspell-check-changed-word-p): Handle spc like newline.
691 (flyspell-post-command-hook): Set flyspell-word-cache-result.
692 (flyspell-word-search-backward, flyspell-word-search-forward):
693 New functions.
694 (flyspell-word): Return t if nothing to check.
695 When parsing TeX code, check for after } or \.
696 Use flyspell-word-search-backward to find previous word.
697 Return nil if duplicated word.
698 For word already checked, return same value as last time.
699 Set flyspell-word-cache-result after checking.
700 Don't clobber the return value.
701 (flyspell-get-word): Major rewrite.
702 (flyspell-external-point-words): New locals pword, pcount.
703 Fix size used in progress message.
704 Find the proper corresponding word in flyspell-large-region-buffer.
705 (flyspell-region): Check for flyspell-large-region = nil.
706 (flyspell-highlight-incorrect-region): Clean up overlays in region.
707 (flyspell-auto-correct-word): Check that WORD is a cons.
708 (flyspell-correct-word): Likewise.
709
710 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
711
712 * progmodes/make-mode.el (makefile-rule-action-regex)
713 (makefile-macroassign-regex, makefile-makepp-mode)
714 (makefile-bsdmake-mode): Continuation lines may be empty.
715 Reported by Joshua Varner.
716 (makefile-makepp-font-lock-keywords): Add $(stem).
717
718 2005-05-28 Karl Berry <karl@gnu.org>
719
720 * textmodes/tex-mode.el: Now that tex-send-command calls
721 shell-quote-argument (2005-03-31 change), remove all calls to
722 shell-quote-argument; they all end up invoking tex-send-command.
723 The double quoting loses on filenames with non-safe characters,
724 such as "@". Reported by Frederik Fouvry.
725
726 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
727
728 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
729 about preserving point.
730
731 2005-05-27 Jay Belanger <belanger@truman.edu>
732
733 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
734 Info-goto-node.
735
736 * calc/calc-embed.el (calc-embed-arg): New variable.
737 (calc-do-embedded-activate, calc-embedded-activate-formula)
738 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
739 variable by new variable.
740 (calc-embedded-make-info): Replace undeclared variable by new
741 variable. When selecting region with positive prefix
742 argument, use end of previous line instead of beginning of line.
743
744 * calc/calc-aent.el (calc-arg-values): Declare it.
745
746 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
747 Declare them.
748
749 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
750
751 * calc/calc.el (calc-alg-map): Declare it.
752
753 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
754
755 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
756
757 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
758 (gdb-registers-buffer, toggle-gdb-all-registers):
759 Toggle display of floating point registers.
760 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
761
762 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
763 (toggle-gud-tooltip-dereference):
764 Rename from gud-toggle-tooltip-dereference.
765
766 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
769
770 2005-05-27 Jay Belanger <belanger@truman.edu>
771
772 * calc/calc-prog.el (calc-kbd-report): Remove.
773 (calc-kbd-query): Rewrite.
774
775 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
776
777 * image.el (image-library-alist): Move to image.c.
778 (image-type-available-p): Doc fix.
779
780 2005-05-27 Lute Kamstra <lute@gnu.org>
781
782 * calc/calc.el (calc):
783 * outline.el (outline-1, outline-2, outline-3, outline-4)
784 (outline-5, outline-6, outline-7, outline-8):
785 * textmodes/dns-mode.el (dns-mode):
786 * textmodes/sgml-mode.el (sgml-namespace-face):
787 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
788 (tex-verbatim-face, tex-use-reftex):
789 * textmodes/texinfo.el (texinfo-heading-face):
790 Specify customization group.
791
792 * longlines.el: Don't require easy-mmode.
793 (longlines-visible-face): Specify customization group.
794
795 2005-05-27 Kenichi Handa <handa@m17n.org>
796
797 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
798 encoding table of windows-1251.
799
800 * international/ucs-tables.el (ucs-set-table-for-input):
801 If translation-table-for-input of a coding system is a symbol, get
802 its translation-table property.
803
804 * international/code-pages.el: Don't register a coding system into
805 non-iso-charset-alist more than once.
806 (cp-make-coding-system): Likewise.
807
808 2005-05-26 John Wiegley <johnw@newartisans.com>
809
810 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
811 `eshell-resume-eval' is wrapped in a list, it indicates that the
812 command was run asynchronously. In that case, unwrap the value
813 before checking the delimiter value.
814
815 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
816 character before a space at the end of a line is \, assume the space
817 is part of the last argument rather than a final argument separator.
818
819 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
820 is in use, and the target is `t' or `nil' (which are the most common
821 values), don't assume that the symbol target is a buffer.
822
823 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
824
825 * calendar/calendar.el (calendar-mode-line-format):
826 Use mode-line-highlight as mouse-face.
827
828 * time.el (display-time-string-forms, display-time-update):
829 Use mode-line-highlight as mouse-face.
830
831 2005-05-26 Jay Belanger <belanger@truman.edu>
832
833 * calc/calc.el (calc-language-alist): Remove extra defvar.
834
835 2005-05-26 Lute Kamstra <lute@gnu.org>
836
837 * arc-mode.el (archive-mode):
838 * bookmark.el (bookmark-read-annotation-mode)
839 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
840 * bs.el (bs-mode):
841 * calc/calc-yank.el (calc-edit-mode):
842 * calc/calc.el (calc-mode, calc-trail-mode):
843 * calculator.el (calculator-mode):
844 * chistory.el (command-history-mode):
845 * comint.el:
846 * cus-edit.el (custom-mode):
847 * descr-text.el (describe-text-mode):
848 * ebuff-menu.el (Electric-buffer-menu-mode):
849 * ediff-util.el (ediff-mode):
850 * emacs-lisp/re-builder.el (reb-mode):
851 * emulation/vi.el (vi-mode-setup):
852 * emulation/ws-mode.el (wordstar-mode):
853 * eshell/esh-mode.el (eshell-mode):
854 * forms.el (forms-mode):
855 * help-mode.el (help-mode):
856 * hexl.el (hexl-mode):
857 * ibuffer.el (ibuffer-mode):
858 * ielm.el (inferior-emacs-lisp-mode):
859 * info.el (Info-mode, Info-edit-mode):
860 * international/swedish.el:
861 * ledit.el (ledit-from-lisp-mode):
862 * locate.el (locate-mode):
863 * mail/rmail.el (rmail-mode):
864 * mail/rmailedit.el (rmail-edit-mode):
865 * mail/rmailsum.el (rmail-summary-mode):
866 * mail/supercite.el (sc-electric-mode):
867 * net/eudc.el (eudc-mode):
868 * net/quickurl.el (quickurl-list-mode):
869 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
870 * obsolete/ooutline.el (outline-mode):
871 * obsolete/options.el (Edit-options-mode):
872 * obsolete/rnews.el (news-mode):
873 * obsolete/rnewspost.el (news-reply-mode):
874 * play/5x5.el (5x5-mode):
875 * play/decipher.el (decipher-mode, decipher-stats-mode):
876 * play/gomoku.el (gomoku-mode):
877 * play/snake.el (snake-mode):
878 * play/solitaire.el (solitaire-mode):
879 * play/tetris.el (tetris-mode):
880 * progmodes/ada-mode.el (ada-mode):
881 * progmodes/antlr-mode.el (antlr-mode):
882 * progmodes/autoconf.el (autoconf-mode):
883 * progmodes/dcl-mode.el (dcl-mode):
884 * progmodes/delphi.el (delphi-mode):
885 * progmodes/ebrowse.el (ebrowse-tree-mode)
886 (ebrowse-electric-list-mode, ebrowse-member-mode)
887 (ebrowse-electric-position-mode):
888 * progmodes/f90.el (f90-mode):
889 * progmodes/fortran.el (fortran-mode):
890 * progmodes/icon.el (icon-mode):
891 * progmodes/idlw-help.el (idlwave-help-mode):
892 * progmodes/idlw-shell.el (idlwave-shell-mode):
893 * progmodes/idlwave.el (idlwave-mode):
894 * progmodes/inf-lisp.el (inferior-lisp-mode):
895 * progmodes/m4-mode.el (m4-mode):
896 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
897 * progmodes/modula2.el (modula-2-mode):
898 * progmodes/octave-inf.el (inferior-octave-mode):
899 * progmodes/octave-mod.el (octave-mode):
900 * progmodes/pascal.el (pascal-mode):
901 * progmodes/sh-script.el (sh-mode):
902 * progmodes/sql.el (sql-mode, sql-interactive-mode):
903 * progmodes/vhdl-mode.el (vhdl-mode):
904 * progmodes/xscheme.el (scheme-interaction-mode):
905 * replace.el (occur-mode):
906 * ses.el (ses-mode):
907 * simple.el (completion-list-mode):
908 * skeleton.el:
909 * speedbar.el (speedbar-mode):
910 * term.el (term-mode):
911 * terminal.el (terminal-edit-mode):
912 * textmodes/reftex-index.el (reftex-index-mode)
913 (reftex-index-phrases-mode):
914 * textmodes/reftex-sel.el (reftex-select-label-mode)
915 (reftex-select-bib-mode):
916 * textmodes/reftex-toc.el (reftex-toc-mode):
917 * wdired.el (wdired-change-to-wdired-mode):
918 * wid-browse.el (widget-browse-mode):
919 Use run-mode-hooks.
920
921 * array.el (array-mode):
922 * calendar/todo-mode.el (todo-mode):
923 * man.el (Man-mode):
924 * play/landmark.el (lm-mode):
925 * play/mpuz.el (mpuz-mode):
926 Use kill-all-local-variables and run-mode-hooks.
927
928 * subr.el (delay-mode-hooks): Specify indentation.
929
930 2005-05-26 Mark A. Hershberger <mah@everybody.org>
931
932 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
933
934 2005-05-26 Jay Belanger <belanger@truman.edu>
935
936 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
937 of nil.
938
939 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
940
941 * progmodes/gdb-ui.el (gdb-frame-address):
942 Rename from gdb-current-address.
943 (gdb-previous-frame-address): Rename from gdb-previous-address.
944 (gdb-selected-frame): Rename from gdb-current-frame.
945 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
946 (gdb-frame-number): Rename from gdb-current-stack-level.
947 (gdb-ann3): Match new mode-name for disassembly buffer.
948 Extend initialisation of variables.
949 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
950 (gdb-memory-mode): Use mouse-face in header line.
951 (gdb-assembler-buffer-name): Call it disassembly and give frame
952 in mode line.
953 (gdb-source-spec-regexp, gdb-assembler-custom)
954 (gdb-invalidate-assembler, gdb-frame-handler):
955 Make robust to leading zeroes in address format.
956
957 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
958
959 * textmodes/org.el (org-mode): Use `define-derived-mode' to
960 define `org-mode'.
961 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
962
963 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
964
965 * log-edit.el (log-edit-changelog-entries): Distinguish between
966 filenames like xfns.c and fns.c.
967
968 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
969
970 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
971 point after reverting.
972 (Buffer-menu-make-sort-button): Handle the case where
973 `Buffer-menu-use-header-line' is nil.
974
975 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
976
977 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
978 New funcs. In minibuffer-local-completion-map bind `]', `/'
979 and `:' to them.
980
981 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * startup.el (normal-top-level): Allow modification of load-path while
984 we're iterating over it.
985
986 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
987
988 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
989 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
990 (thumbs-resize-interactive, thumbs-insert-image)
991 (thumbs-insert-thumb, thumbs-dired-show-marked)
992 (thumbs-find-image-at-point, thumbs-delete-images)
993 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
994 (thumbs-increment-image-size, thumbs-decrement-image-size):
995 Fix typos in docstrings.
996
997 2005-05-24 Andre Spiegel <spiegel@gnu.org>
998
999 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1000 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1001 (cperl-mode): Use them.
1002
1003 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1004
1005 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1006 Doc fixes.
1007
1008 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1009
1010 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1011 Bind C-d to gdb-inferior-io-eof.
1012
1013 * dired.el (dired-dnd-popup-notice): Use message-box.
1014
1015 2005-05-23 Masatake YAMATO <jet@gyve.org>
1016
1017 * bindings.el (mode-line-major-mode-keymap):
1018 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1019
1020 * faces.el (mode-line-highlight): New face.
1021
1022 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1023 as mouse-face.
1024
1025 * bindings.el (top-level, help-echo, mode-line-modified)
1026 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1027 as mouse-face.
1028
1029 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1030
1031 * progmodes/cc-engine.el (c-guess-basic-syntax):
1032 Remove spurious call to `zerop'.
1033
1034 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1035
1036 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1037
1038 CC Mode update to 5.30.10:
1039
1040 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1041 could go past the limit in decoration level 2, thereby causing
1042 errors during interactive fontification.
1043
1044 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1045 the file is evaluated interactively.
1046
1047 * cc-engine.el (c-guess-basic-syntax): Handle operator
1048 declarations somewhat better in C++.
1049
1050 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1051 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1052 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1053 (awk-mode): Use it.
1054 (make-local-hook): Suppress warning about obsoleteness.
1055
1056 * cc-engine.el, cc-align.el, cc-cmds.el
1057 (c-append-backslashes-forward, c-delete-backslashes-forward)
1058 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1059 Compensate for return value from `forward-line' when it has moved
1060 but not to a different line due to eob.
1061
1062 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1063 `objc-method-intro' and `objc-method-args-cont'.
1064
1065 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1066
1067 CC Mode update to 5.30.10:
1068
1069 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1070 in the copyright statement. Incidentally, change "along with GNU
1071 Emacs" to "along with this program" where it occurs.
1072
1073 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1074 so that it is interactive, hence can be found by M-x awk-mode
1075 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1076 <gmorris+emacs@ast.cam.ac.uk>.
1077
1078 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1079 Mode's regexps.
1080
1081 2005-05-23 Kevin Ryde <user42@zip.com.au>
1082
1083 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1084 c-parse-state, to avoid a lisp error (on bad code).
1085
1086 2005-05-23 Lute Kamstra <lute@gnu.org>
1087
1088 * subr.el (font-lock-defaults): Remove defvar as it's already
1089 defined in font-core.el.
1090
1091 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1092
1093 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1094
1095 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1096 more general and work when GDB variable "print pretty" is on,
1097 as with Emacs, for example.
1098
1099 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1100
1101 * font-core.el: Update comment.
1102
1103 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1104 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1105
1106 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1107
1108 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1109
1110 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1111 and `yank-handler' in the doc strings.
1112
1113 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1114
1115 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1116
1117 2005-05-22 Richard M. Stallman <rms@gnu.org>
1118
1119 * help.el (describe-key): Move print-help-return-message call
1120 out of conditional.
1121
1122 * progmodes/etags.el (list-tags): Use with-no-warnings.
1123
1124 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1125 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1126 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1127
1128 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1129
1130 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1131 Add defvar.
1132
1133 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1134 Use defvar, not defconst.
1135
1136 * hexl.el (hexl-follow-line): Use with-no-warnings.
1137
1138 * emulation/tpu-extras.el: Use write-file-functions instead of
1139 write-file-hooks.
1140
1141 * dired.el (dired-font-lock-keywords): Fontify files with junk
1142 extensions even if marked by -F.
1143
1144 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1145
1146 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1147 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1148 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1149 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1150 (concatenate, list-length, get*, getf, cl-remprop):
1151 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1152 (etypecase, progv, lexical-let, lexical-let*)
1153 (multiple-value-bind, multiple-value-setq, shiftf):
1154 Improve argument/docstring consistency.
1155
1156 * subr.el (focus-frame, unfocus-frame):
1157 Revert deletion on 2005-05-01.
1158
1159 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1160
1161 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1162 doesn't exist.
1163
1164 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1165 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1166
1167 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1170 already deleted variables: auto-fill-hook, blink-paren-hook,
1171 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1172 suspend-hooks, comment-indent-hook, meta-flag,
1173 before-change-function, after-change-function,
1174 font-lock-doc-string-face.
1175
1176 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1177
1178 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1179
1180 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1181
1182 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1183 rmail-dont-reply-to.
1184
1185 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1186
1187 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1188 literal blank when splitting new-header-values.
1189
1190 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1191
1192 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1193 string so that tmm doesn't create a completion entry for it.
1194
1195 * textmodes/table.el (table-disable-menu): Ditto.
1196
1197 2005-05-21 Richard M. Stallman <rms@gnu.org>
1198
1199 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1200
1201 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1202
1203 * net/rcompile.el (remote-compile): Use compilation-start.
1204
1205 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1206
1207 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1208
1209 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1210 Default to makefile-bsdmake-mode on BSD systems.
1211
1212 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1213 REGEXP may also be a search function now. The part of doc-string
1214 for describing the structure was 95% identical to that of
1215 `imenu--generic-function'. Unify it there.
1216
1217 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1218 Use function to find dependencies, because regexp alone is so complex,
1219 it easily goes into an endless loop.
1220 (makefile-makepp-mode): Also add submenu for Perl functions
1221 defined in the makefile.
1222 (makefile-bsdmake-mode): Special imenu-generic-expression no
1223 longer needed, due to function call.
1224 (makefile-match-dependency): Take BOUND into account when checking
1225 if we're through.
1226
1227 2005-05-20 Jay Belanger <belanger@truman.edu>
1228
1229 * calc/calc-units.el (calc-invalidate-units-table):
1230 Use inhibit-read-only.
1231 (math-build-units-table-buffer): Use view-mode.
1232
1233 2005-05-20 David Kastrup <dak@gnu.org>
1234
1235 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1236 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1237
1238 2005-05-20 Lute Kamstra <lute@gnu.org>
1239
1240 * diff-mode.el (diff-header-face, diff-file-header-face)
1241 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1242 (diff-added-face, diff-changed-face, diff-function-face)
1243 (diff-context-face, diff-nonexistent-face): Put them in the
1244 diff-mode customization group.
1245
1246 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1249
1250 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1251
1252 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1253 Minor regexp-optimization.
1254
1255 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1256
1257 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1258 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1259 (org-agenda-add-time-grid-maybe): New function.
1260 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1261 (org-table-create): `dotimes' instead of `mapcar'.
1262 (org-xor): Simplify implementation.
1263 (org-agenda): `inhibit-redisplay' turned on.
1264 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1265 a consistent line after a state change.
1266 (org-agenda-remove-times-when-in-prefix): New option.
1267 (org-prefix-has-time): New variable.
1268 (org-parse-time-string): Optional argument NODEFAULT.
1269 (org-format-agenda-item): Parse items for time-of-day
1270 specifications and move these into the prefix if possible.
1271 (org-agenda-priority): Get current heading, not previous heading
1272 during agenda remote editing.
1273
1274 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1275
1276 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1277 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1278 (remove-duplicates, delete-duplicates, substitute)
1279 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1280 (nsubstitute-if-not, find, find-if, find-if-not, position)
1281 (position-if, position-if-not, count, count-if, count-if-not)
1282 (mismatch, search, sort*, stable-sort, merge, member*)
1283 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1284 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1285 (intersection, nintersection, set-difference, nset-difference)
1286 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1287 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1288 (nsublis, tree-equal): Improve argument/docstring consistency.
1289
1290 * subr.el (send-string, send-region):
1291 Remove obsolescence declaration.
1292 (window-dot, set-window-dot, read-input, show-buffer)
1293 (eval-current-buffer, string-to-int):
1294 Add release number to obsolescence declarations.
1295
1296 2005-05-19 Kim F. Storm <storm@cua.dk>
1297
1298 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1299 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1300
1301 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1302
1303 * faces.el (list-faces-display): Make back button respect optional
1304 regexp arg.
1305
1306 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1307
1308 * calculator.el (calculator-radix-grouping-mode)
1309 (calculator-radix-grouping-digits, calculator-displayer)
1310 (calculator-radix-grouping-separator, calculator-copy-displayer):
1311 * dabbrev.el (dabbrev-search-these-buffers-only):
1312 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1313 (diff-advance-after-apply-hunk, diff-mode-hook)
1314 (diff-minor-mode-prefix):
1315 * imenu.el (imenu-use-popup-menu):
1316 * jit-lock.el (jit-lock-context-time):
1317 * newcomment.el (comment-fill-column, comment-column)
1318 (comment-style, comment-padding, comment-multi-line)
1319 (comment-empty-lines, comment-auto-fill-only-comments):
1320 * reveal.el (reveal-around-mark):
1321 * uniquify.el (uniquify-buffer-name-style)
1322 (uniquify-after-kill-buffer-p)
1323 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1324 (uniquify-min-dir-content, uniquify-separator)
1325 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1326 * w32-vars.el (w32-fixed-font-alist):
1327 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1328 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1329 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1330 * progmodes/perl-mode.el (perl-indent-level)
1331 (perl-continued-statement-offset, perl-continued-brace-offset)
1332 (perl-brace-offset, perl-brace-imaginary-offset)
1333 (perl-label-offset, perl-indent-continued-arguments)
1334 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1335 * progmodes/tcl.el (tcl-indent-level)
1336 (tcl-continued-indent-level, tcl-auto-newline)
1337 (tcl-tab-always-indent, tcl-electric-hash-style)
1338 (tcl-help-directory-list, tcl-use-smart-word-finder)
1339 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1340 (inferior-tcl-source-command):
1341 * textmodes/fill.el (enable-kinsoku):
1342 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1343 * textmodes/table.el (table-yank-handler):
1344 Specify missing group (and type, if simple) in defcustom.
1345
1346 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1347
1348 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1349
1350 2005-05-19 Richard M. Stallman <rms@gnu.org>
1351
1352 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1353
1354 * subr.el (event-basic-type): Don't get an error.
1355 (left-fringe-p): Function deleted.
1356
1357 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1358 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1359
1360 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1361 in recursive copy.
1362
1363 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1364
1365 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1366
1367 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1368 Call byte-compile-nogroup-warn if appropriate.
1369
1370 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1371 (compilation-set-window): Don't call left-fringe-p; do it directly.
1372
1373 2005-05-19 Jay Belanger <belanger@truman.edu>
1374
1375 * calc/calc-graph.el (calc-graph-format-data): Make sure
1376 var-PlotRejects is bound before trying to check its value.
1377
1378 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1379
1380 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1381 definition of this variable from reftex-global.el to reftex.el,
1382 because it is needed in the menu.
1383
1384 2005-05-19 Lute Kamstra <lute@gnu.org>
1385
1386 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1387 years are fixed. Don't insert a space after a dash.
1388
1389 2005-05-19 Kim F. Storm <storm@cua.dk>
1390
1391 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1392
1393 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1394
1395 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1396 strings, because (eq ... ?\\) is fairly frequent.
1397
1398 * progmodes/make-mode.el (makefile-add-this-line-targets):
1399 Simplify and integrate into `makefile-pickup-targets'.
1400 (makefile-add-this-line-macro): Simplify and integrate into
1401 `makefile-pickup-macros.
1402 (makefile-pickup-filenames-as-targets): Simplify.
1403 (makefile-previous-dependency, makefile-match-dependency):
1404 Don't stumble over `::'.
1405
1406 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1407
1408 * subr.el (post-command-idle-hook, post-command-idle-delay):
1409 Remove obsoletion of post-command-idle-hook and
1410 post-command-idle-delay.
1411
1412 * faces.el (list-faces-display): Provide button when describe-face
1413 is called to take user back to the list of faces.
1414
1415 * help-fns.el (describe-variable): Remove hyperlinks in a
1416 variable's value as these are quite frequently inappropriate.
1417
1418 * follow.el (follow-submit-feedback, follow-mode):
1419 Remove references to post-command-idle-hook.
1420
1421 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1422
1423 * progmodes/make-mode.el (makefile-previous-dependency)
1424 (makefile-match-dependency): Check for := (and in bsd mode also
1425 !=) to give a better result, even when font-lock is not on.
1426
1427 2005-05-18 Jay Belanger <belanger@truman.edu>
1428
1429 * calc/calc-help.el (calc-s-prefix-help):
1430 Add `calc-copy-special-constant' to help string.
1431
1432 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1433
1434 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1435
1436 2005-05-18 Jay Belanger <belanger@truman.edu>
1437
1438 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1439 in linear factors are in proper order.
1440
1441 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1442
1443 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1444 Support for jurabib.
1445
1446 * textmodes/reftex.el (featurep): Define aliases for overlay
1447 commands, for XEmacs compatibility, and use these aliases in
1448 overlay initializations.
1449 (reftex-highlight): Use `reftex-move-overlay'.
1450 (reftex-unhighlight): Use `reftex-delete-overlay'.
1451 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1452 (reftex-access-search-path): Use `reftex-uniquify' instead of
1453 `reftex-uniq'
1454
1455 * textmodes/reftex-sel.el (reftex-select-unmark):
1456 Overlay `before-string' property modification enables for Emacs as well.
1457 (reftex-select-item): Use `reftex-delete-overlay'.
1458 (reftex-select-mark): Use `reftex-make-overlay' and
1459 `reftex-overlay-put'.
1460 (reftex-select-unmark): Use `reftex-delete-overlay' and
1461 `reftex-overlay-put'.
1462
1463 2005-05-18 Lute Kamstra <lute@gnu.org>
1464
1465 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1466
1467 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * add-log.el (add-change-log-entry):
1470 * array.el (array-make-template, array-reconfigure-rows)
1471 (array-init-max-row, array-init-max-column)
1472 (array-init-columns-per-line, array-init-field-width):
1473 * replace.el (replace-match-maybe-edit, perform-replace):
1474 * textmodes/spell.el (spell-region):
1475 Replace `read-input' by `read-string'.
1476
1477 * forms.el (forms-mode):
1478 * finder.el (finder-compile-keywords):
1479 * shadowfile.el (shadow-read-files):
1480 Replace `eval-current-buffer' by `eval-buffer'.
1481
1482 * terminal.el (te-pass-through):
1483 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1484 (ange-ftp-raw-send-cmd):
1485 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1486 (send-process-next-char, telnet-initial-filter, telnet):
1487 Replace `send-string' by `process-send-string'.
1488
1489 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1490 (prolog-consult-region): Replace `send-string' by
1491 `process-send-string'; replace `send-region' by `process-send-region'.
1492
1493 * progmodes/delphi.el (delphi-log-msg):
1494 Replace `set-window-dot' by `set-window-point'.
1495
1496 * subr.el (window-dot, set-window-dot, read-input, send-string)
1497 (send-region, show-buffer, eval-current-buffer):
1498 Make really obsolete, as the comment says.
1499
1500 2005-05-17 Kim F. Storm <storm@cua.dk>
1501
1502 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1503 (cua--init-keymaps): Bind C-return instead of S-return to set
1504 rectangle mark.
1505
1506 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1507 instead of S-return to toggle/clear rectangle mark.
1508
1509 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1510
1511 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1512 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1513 Also fontify plain strings assigned to variables, mostly so that a
1514 colon has a face and is thus not taken as a dependency separator.
1515 (makefile-previous-dependency): Inline the new matcher, because it
1516 is too complex to work in both directions.
1517 (makefile-match-dependency): Eliminate `backward' arg (see above).
1518 Completely reimplemented so as to not sometimes go into an endless
1519 loop. It should also be more efficient, because first it only
1520 searches for `:', instead of applying the very complex regexp.
1521 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1522 to be fontified in one piece can be too long for JIT.
1523 Makefiles are never *that* big.
1524
1525 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1526
1527 * dired.el (dired-mode): Simplify.
1528
1529 2005-05-17 Lute Kamstra <lute@gnu.org>
1530
1531 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1532 defcustom for the mode hook variable.
1533
1534 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1535 Emacs Lisp Reference Manual.
1536
1537 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1540 (evenp, list*):
1541 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1542 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1543
1544 * net/tramp-smb.el (tramp-smb-open-connection):
1545 Pass `tramp-chunksize' as fifth (required) argument.
1546
1547 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1548
1549 * font-lock.el (lisp-font-lock-keywords-1):
1550 Set `font-lock-negation-char-face' for [^...] char group.
1551 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1552
1553 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1554 a var, and refine it to mask one more level of nested vars.
1555 (makefile-rule-action-regex): Turn it into a var, and refine it so
1556 it recognizes backslashed continuation lines as belonging to the
1557 same command.
1558 (makefile-macroassign-regex): Refine it so it recognizes
1559 backslashed continuation lines as belonging to the same command.
1560 (makefile-var-use-regex): Don't look at the next char, because it
1561 might be the same one to be skipped by the initial [^$], leading
1562 to an overlooked variable use.
1563 (makefile-make-font-lock-keywords): Remove two parameters, which
1564 are now variables that some of the modes set locally.
1565 Handle dependency and rule action matching through functions, because
1566 regexps alone match too often. Dependency matching now comes
1567 last, so it can check, whether a colon already matched something else.
1568 (makefile-mode): Inform that font-lock improves makefile parsing
1569 capabilities.
1570 (makefile-match-dependency, makefile-match-action): New functions.
1571
1572 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1575
1576 * align.el (align-regexp):
1577 * ansi-color.el (ansi-color-get-face):
1578 * array.el (array-reconfigure-rows, array-init-max-row)
1579 (array-init-max-column, array-init-columns-per-line)
1580 (array-init-field-width):
1581 * dired-aux.el (dired-trample-file-versions):
1582 * dired-x.el (dired-mark-sexp):
1583 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1584 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1585 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1586 * faces.el (face-read-integer):
1587 * files.el (backup-extract-version, insert-directory):
1588 * hexl.el (hexl-insert-decimal-char):
1589 * server.el (server-process-filter):
1590 * shell.el (shell-extract-num):
1591 * startup.el (command-line-1):
1592 * term.el (term-command-hook):
1593 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1594 (time-stamp-do-number):
1595 * time.el (display-time-update):
1596 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1597 (timezone-fix-time):
1598 * vms-patch.el (vms-suspend-resume-hook):
1599 * calendar/appt.el (appt-convert-time):
1600 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1601 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1602 * calendar/cal-islam.el (mark-islamic-diary-entries):
1603 * calendar/calendar.el (calendar-cursor-to-date)
1604 (calendar-star-date):
1605 * calendar/diary-lib.el (diary-attrtype-convert)
1606 (mark-diary-entries, diary-entry-time):
1607 * calendar/solar.el (solar-get-number):
1608 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1609 * emacs-lisp/re-builder.el (reb-display-subexp):
1610 * emulation/edt.el (edt-set-scroll-margins):
1611 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1612 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1613 (vip-get-ex-count):
1614 * emulation/viper-ex.el (viper-get-ex-token)
1615 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1616 * international/fontset.el (fontset-plain-name):
1617 * mail/feedmail.el (feedmail-look-at-queue-directory):
1618 * mail/mailalias.el (mail-get-names):
1619 * mail/rmail.el (rmail-convert-to-babyl-format):
1620 * mail/rmailsum.el (rmail-make-basic-summary-line)
1621 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1622 (rmail-summary-goto-msg):
1623 * mail/smtpmail.el (smtpmail-read-response):
1624 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1625 (ange-ftp-vms-add-file-entry):
1626 * play/gametree.el (gametree-looking-at-ply)
1627 (gametree-current-branch-score):
1628 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1629 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1630 * progmodes/cperl-mode.el (condition-case):
1631 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1632 (ebrowse-set-member-buffer-column-width)
1633 (ebrowse-select-1st-to-9nth):
1634 * progmodes/etags.el (etags-snarf-tag):
1635 * progmodes/flymake.el (flymake-parse-line):
1636 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1637 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1638 (idlwave-shell-menu-def):
1639 * progmodes/ps-mode.el (ps-run-goto-error):
1640 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1641 (vhdl-speedbar-contract-level):
1642 * term/mac-win.el (x-handle-numeric-switch):
1643 * term/sun-mouse.el (sun-get-frame-data):
1644 * term/w32-win.el (x-handle-numeric-switch):
1645 * term/x-win.el (x-handle-numeric-switch):
1646 * textmodes/ispell.el (ispell-parse-output):
1647 * textmodes/nroff-mode.el (nroff-outline-level):
1648 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1649 (reftex-bib-sort-year-reverse, reftex-format-citation):
1650 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1651 (reftex-section-number):
1652 * textmodes/texinfmt.el (texinfo-paragraphindent):
1653 Replace `string-to-int' by `string-to-number'.
1654
1655 * international/latexenc.el: Add page marker to force the "Local
1656 Variables:" string out of the last page.
1657
1658 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1659
1660 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1661 tooltip-change-major-mode.
1662 (gud-tooltip-print-command): Remove case where gud-minor-mode
1663 is gdb ("--fullname").
1664 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1665 explain to user.
1666
1667 2005-05-16 Jay Belanger <belanger@truman.edu>
1668
1669 * calc/calc-store.el (calc-copy-special-constant): New function.
1670
1671 * calc/calc-ext.el (calc-init-extensions): Add binding for
1672 `calc-copy-special-constant'.
1673
1674 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1675 for the `calc-copy-special-constant' command.
1676
1677 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1678
1679 * subr.el (left-fringe-p): New function.
1680
1681 * progmodes/compile.el (compilation-setup): Set local value of
1682 overlay-arrow-string to "" always.
1683 (compilation-set-window): Left fringe then don't scroll.
1684 No left fringe then no arrow and scroll message to top.
1685 (compilation-context-lines): Adjust doc string accordingly.
1686
1687 2005-05-16 Kim F. Storm <storm@cua.dk>
1688
1689 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1690 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1691 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1692 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1693 (ido-read-file-name): Handle commands with ido property value
1694 equal to find-file as reading a file name, to allow C-d to enter dired.
1695 (ibuffer-find-file): Add ido property with value find-file.
1696
1697 2005-05-15 Kim F. Storm <storm@cua.dk>
1698
1699 * subr.el (open-network-stream-nowait): Remove.
1700 (open-network-stream-server): Remove.
1701
1702 2005-05-15 Richard M. Stallman <rms@gnu.org>
1703
1704 * faces.el (describe-face): Output a definition link button.
1705
1706 * help-mode.el (help-face-def): New button type.
1707
1708 * emacs-lisp/copyright.el (copyright-fix-years):
1709 Match properly if the first year is 2-digit.
1710 Don't mess up the whitespace after the years by filling.
1711
1712 * dired-aux.el (dired-mark-confirm):
1713 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1714
1715 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1716 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1717 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1718
1719 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1720 Set font-lock-comment-start-skip.
1721
1722 * font-lock.el (font-lock-comment-start-skip): New variable.
1723 (font-lock-comment-end-skip): New variable.
1724 (font-lock-fontify-syntactically-region): Use them if non-nil.
1725
1726 2005-05-15 Jay Belanger <belanger@truman.edu>
1727
1728 * calc/calc-store.el (calc-store-value): Return a string rather
1729 than display it as a message.
1730 Use calc-var-name for variable name.
1731 (calc-store-into): Add the result of calc-store-value to message.
1732 (calc-copy-variable): Add a message.
1733 (calc-store-exchange): Improve error messages.
1734 (calc-store-binary, calc-store-map): Don't reset the values of
1735 special constants.
1736
1737 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1738
1739 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1740 manual to docstring.
1741
1742 * files.el (hack-local-variables-confirm): Add STRING argument.
1743 Make the function handle non file visiting buffers correctly.
1744 (hack-local-variables-prop-line, hack-local-variables)
1745 (hack-one-local-variable): Use STRING arg of
1746 `hack-local-variables-confirm'.
1747
1748 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1749
1750 Sync with Tramp 2.0.49.
1751
1752 * tramp.el (tramp-handle-dired-call-process)
1753 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1754 because the contents of the Tramp buffer is changed before
1755 insertion (`expand-file' and alike).
1756 (tramp-handle-insert-directory): If `localname' has an empty
1757 nondirectory name, it must not be quoted.
1758 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1759 variable `tramp-chunksize'. Change callees.
1760 (tramp-open-connection-setup-interactive-shell): Check remote host
1761 for buggy `send-process-string' implementation.
1762 Set `tramp-chunksize' if found. Reported by Michael Kifer
1763 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1764 (tramp-handle-shell-command): `insert-buffer' cannot be used
1765 because the contents of the Tramp buffer is changed before
1766 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1767 <frederic.bothamy@free.fr>.
1768 (tramp-set-auto-save): Actions should be done for Tramp file name
1769 handler only. Ange-FTP has its own auto-save mechanism.
1770 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1771 (tramp-set-auto-save-file-modes): Set file modes of
1772 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1773 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1774 (tramp-bug): Remove obsolete variable.
1775 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1776 for presence of `mml-mode'. Make it running for older Emacsen as well.
1777
1778 2005-05-14 John Paul Wallington <jpw@pobox.com>
1779
1780 * ibuf-ext.el (define-ibuffer-filter filename):
1781 If `dired-directory' is a list, use its car.
1782
1783 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1784
1785 * ibuffer.el (define-ibuffer-column filename):
1786 If `dired-directory' is a list, use its car.
1787
1788 2005-05-14 Richard M. Stallman <rms@gnu.org>
1789
1790 * subr.el (symbol-file): Doc fix.
1791
1792 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1793 (byte-compile-form): Call byte-compile-nogroup-warn.
1794 (byte-compile-warning-types): Doc fix.
1795
1796 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1797
1798 * progmodes/cc-engine.el (c-literal-faces):
1799 Add font-lock-comment-delimiter-face.
1800
1801 * net/net-utils.el (dig): Use with-no-warnings.
1802
1803 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1804 (sc-recite-frame-alist, sc-default-cite-frame)
1805 (sc-default-uncite-frame, sc-default-recite-frame)
1806 (sc-attrib-selection-list, sc-rewrite-header-list):
1807 Mark as risky-local-variable.
1808
1809 * international/ogonek.el (ogonek-jak, ogonek-how):
1810 Don't use beginning-of-buffer.
1811
1812 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1813
1814 * calendar/solar.el (solar-data-list): Move definition up.
1815
1816 * dnd.el (dnd-protocol-alist): Add autoload.
1817
1818 * progmodes/sh-script.el: Many doc usage fixes.
1819 (sh-indent-after-do): Change default to match common styles.
1820
1821 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1822
1823 * files.el (interpreter-mode-alist)
1824 (auto-mode-interpreter-regexp): Doc fixes.
1825
1826 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1827
1828 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1829
1830 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1831
1832 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1833
1834 * dired.el (dired-mode): make-variable-buffer-local =>
1835 make-local-variable.
1836
1837 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1838
1839 * term/mac-win.el (mac-select-convert-to-string): Try coding
1840 systems in mac-script-code-coding-systems if specified one cannot
1841 encode string for `com.apple.traditional-mac-plain-text'.
1842
1843 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1844
1845 * progmodes/make-mode.el (makefile-targets-face)
1846 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1847 (makefile-dependency-regex): Fix it to not make the colon in
1848 $(var:a=b) special.
1849 (makefile-rule-action-regex): New regexp for highlighting embedded
1850 Shell strings.
1851 (makefile-macroassign-regex): Handle != for highlighting as
1852 embedded Shell strings.
1853 (makefile-var-use-regex): New const.
1854 (makefile-statements, makefile-automake-statements)
1855 (makefile-gmake-statements, makefile-makepp-statements)
1856 (makefile-bsdmake-statements): New consts.
1857 (makefile-make-font-lock-keywords): New function.
1858 (makefile-automake-font-lock-keywords)
1859 (makefile-gmake-font-lock-keywords)
1860 (makefile-makepp-font-lock-keywords)
1861 (makefile-bsdmake-font-lock-keywords): New consts.
1862 (makefile-mode-map): Add switchers between the various submodes.
1863 (makefile-mode): Document the availability of the variants.
1864 (makefile-automake-mode, makefile-gmake-mode)
1865 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1866
1867 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1868 new variants of makefile-mode.
1869
1870 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1871
1872 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1873 the inheritance.
1874
1875 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1876
1877 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1878 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1879
1880 * files.el (normal-mode): Extend the scope of the
1881 `enable-local-variables' binding to include the `set-auto-mode' call.
1882 (magic-mode-alist): Doc fix.
1883
1884 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1885
1886 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1887 font-lock-comment-face rather than copying its setting.
1888
1889 2005-05-12 Andreas Schwab <schwab@suse.de>
1890
1891 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1892
1893 2005-05-12 Lute Kamstra <lute@gnu.org>
1894
1895 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1896 defcustom for the mode hook variable. Delete the last argument.
1897 * generic-x.el: Fix callers of define-generic-mode.
1898 (generic-x-modes): Delete group.
1899 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1900 generic-x customization group.
1901
1902 2005-05-12 Kim F. Storm <storm@cua.dk>
1903
1904 * font-lock.el (font-lock-negation-char-face): Default to "off".
1905
1906 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1907 font-lock-negation-char-face to ! in !=.
1908
1909 2005-05-12 Masatake YAMATO <jet@gyve.org>
1910
1911 * add-log.el (find-change-log): Fix typos in the docstring
1912 of function.
1913
1914 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1915
1916 * international/latexenc.el (latexenc-find-file-coding-system):
1917 Avoid `re-search-forward' when looking for input encoding because
1918 of speed and safety. Better regular expressions for recognizing
1919 input encoding. Limit a search for TeX-master/tex-main-file to
1920 the local variable section.
1921
1922 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1925 syntax of $ to "'" (quote).
1926
1927 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1928
1929 * dnd.el (dnd-protocol-alist): Improve custom type.
1930
1931 * dired.el (dired-dnd-protocol-alist): New variable.
1932 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1933 `dired-mode-hook' to the end.
1934
1935 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1938 comment-end if comment-start-skip is not set.
1939 Obey the font-lock-comment-delimiter-face variables.
1940
1941 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * files.el (executable-find): Move from executable.el. Use locate-file.
1944 * progmodes/executable.el (executable-find): Move to files.el.
1945
1946 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1947 when trying to ensure forward progress.
1948
1949 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
1950
1951 * mouse-sel.el (mouse-sel-follow-link-p): New function.
1952 (mouse-select, mouse-select-internal, mouse-extend-internal):
1953 Use it to implement mouse-1-click-follows-link functionality.
1954
1955 2005-05-11 Richard M. Stallman <rms@gnu.org>
1956
1957 * font-lock.el (font-lock-fontify-syntactically-region):
1958 Use font-lock-comment-delimiter-face for comment delimiters.
1959
1960 2005-05-10 Jay Belanger <belanger@truman.edu>
1961
1962 * calc/calc-help.el (calc-m-prefix-help): Add mention of
1963 preserving embedded modes.
1964
1965 2005-05-10 Richard M. Stallman <rms@gnu.org>
1966
1967 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1968
1969 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1970 Move from ada-stmt.el.
1971 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1972
1973 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1974 Move to ada-mode.el.
1975 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1976
1977 * cus-edit.el (custom-file): Call file-chase-links.
1978
1979 * files.el (read-directory-name): Fix previous change.
1980 (hack-local-variables-confirm): New function.
1981 (hack-local-variables-prop-line, hack-local-variables)
1982 (hack-one-local-variable): Use it.
1983
1984 2005-05-10 Lute Kamstra <lute@gnu.org>
1985
1986 * font-lock.el (font-lock-keywords-alist)
1987 (font-lock-removed-keywords-alist): Clarify docstrings.
1988
1989 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
1990
1991 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1992 (gdb-source-info): Check for preprocessor info.
1993 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
1994 a macro for a function.
1995 (gdb-info-breakpoints-custom): Try to find file again if not already
1996 found (user might have used GDB dir command).
1997 (gdb-get-location): Update gdb-location-alist correctly for change
1998 to gdb-info-breakpoints-custom.
1999
2000 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2001 (gud-tooltip-print-command): Add gdbmi case.
2002 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2003 preprocessor info.
2004
2005 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2006
2007 * startup.el (fancy-splash-insert): Fix typo in doc string.
2008
2009 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * obsolete/float.el (string-to-float):
2012 * obsolete/hilit19.el (hilit-add-pattern):
2013 * obsolete/rnews.el (news-parse-range, news-select-message)
2014 (news-get-pruned-list-of-files): Replace `string-to-int' by
2015 `string-to-number'.
2016
2017 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2018 `find-file-not-found-hooks'; use `add-hook'.
2019 (uncompress-while-visiting): Set `write-file-functions', not
2020 `write-file-hooks'; use `add-hook'.
2021
2022 2005-05-09 Kim F. Storm <storm@cua.dk>
2023
2024 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2025 (cua-paste): Handle clipboard action.
2026 (cua--init-keymaps): Remap clipboard-kill-region and
2027 clipboard-kill-ring-save.
2028
2029 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2030
2031 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2032 Improve commentary.
2033
2034 * simple.el (next-error-overlay-arrow-position): Revert the change
2035 made on 2005-04-30.
2036
2037 2005-05-07 Jay Belanger <belanger@truman.edu>
2038
2039 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2040 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2041 `calc-sel-reselect'.
2042
2043 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2044 Calc is in embedded mode.
2045
2046 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2047
2048 * progmodes/compile.el (compilation-setup):
2049 Set overlay-arrow-string to an empty string on text terminals.
2050
2051 * textmodes/ispell.el (ispell-program-name): Try looking for
2052 "aspell" along exec-path, and if found, use it as the default
2053 speller program.
2054
2055 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2056
2057 * international/mule.el (sgml-xml-auto-coding-function):
2058 Recognize encoding='FOO' in single quotes as well as in double quotes.
2059
2060 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2061
2062 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2063 as well as `interactive', so that defmacro* would recognize
2064 `declare' forms.
2065
2066 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2067
2068 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2069 Explain more about the LIGHTER arg's usage in the doc string.
2070 Add commentary to clarify what the code does. Fix the regexp that
2071 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2072 since it could have characters special to regular expressions.
2073
2074 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2075
2076 * replace.el (occur-1): Bind inhibit-read-only so that
2077 erase-buffer doesn't barf on read-only text properties (likewise
2078 for add-text-properties in occur-engine). Mark buffer as unmodified.
2079 (occur-engine): Don't set buffer-read-only here.
2080
2081 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2082
2083 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2084 list-buffers-directory. This caused the *cvs-commit* buffer to be
2085 sometimes mistakenly reused as a *cvs* buffer.
2086
2087 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2088
2089 * tooltip.el: Move code for GUD tooltips into gud.el.
2090 (require): CL no longer needed to compile case.
2091 (tooltip-mode): Do not toggle functions for GUD tooltips.
2092 (tooltip-gud-tips-p): Remove. Replace with minor mode
2093 gud-tooltip-mode in gud.el.
2094 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2095 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2096 tooltip-gud prefix with gud-tooltip and obsolete.
2097 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2098 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2099 (tooltip-mouse-motion): Mouse movement functions/variable.
2100 Rename in gud.el by adding gud prefix.
2101 (tooltip-gud-original-filter, tooltip-gud-dereference)
2102 (tooltip-gud-event, tooltip-toggle-gud-tips)
2103 (tooltip-gud-process-output, tooltip-gud-print-command)
2104 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2105 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2106 (gdb-tooltip-print): Move to gdb-ui.el.
2107
2108 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2109 (require): CL needed to compile case.
2110 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2111 tooltip-gud-tips-p. Make it a minor-mode.
2112 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2113 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2114 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2115 (gud-tooltip-change-major-mode)
2116 (gud-tooltip-activate-mouse-motions-if-enabled)
2117 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2118 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2119 (gud-tooltip-original-filter, gud-tooltip-dereference)
2120 (gud-tooltip-event, tooltip-toggle-gud-tips)
2121 (gud-tooltip-process-output, gud-tooltip-print-command)
2122 (gud-tooltip-tips): Move from tooltip.el.
2123
2124 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2125 (gdb-cpp-define-alist-flags): Doc fix.
2126 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2127 gud-tooltip-mode is t.
2128
2129 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2130
2131 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2132 evaporate if their text is deleted.
2133 (goto-address-at-point): Make it work as a mouse binding as well.
2134 (goto-address-at-mouse): Obsolete it. Update users.
2135
2136 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2137
2138 * calendar/appt.el (top-level): No longer activate on load.
2139
2140 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2143 * net/webjump.el (webjump):
2144 * progmodes/idlw-help.el (idlwave-do-context-help1)
2145 (idlwave-highlight-linked-completions):
2146 * textmodes/po.el (po-find-file-coding-system-guts):
2147 Replace `assoc-ignore-case' by `assoc-string'.
2148
2149 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2150
2151 * files.el (locate-file): Doc fix.
2152
2153 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2154 Remove the redundant test for ms-dos.
2155
2156 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2157 look for the preprocessor with exec-suffixes. If not found in
2158 standard places, look in exec-path. Remove most of the tests that
2159 used system-type.
2160
2161 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2162
2163 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2164
2165 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2166 file-name clash with jka-compr.el on 8+3 filesystems.
2167
2168 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2169
2170 * term/mac-win.el: Don't define or bind scroll bar functions if
2171 x-toolkit-scroll-bars is t.
2172 (x-select-text, x-get-selection-value):
2173 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2174 (PRIMARY): Put mac-scrap-name property.
2175 (mac-select-convert-to-file-url): New function.
2176 (public.file-url): New selection target type. Add to
2177 selection-converter-alist.
2178 (x-get-selection, x-selection-value): Handle it.
2179 (x-cut-buffer-or-selection-value): New alias.
2180
2181 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2182
2183 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2184 entry to avoid calling bibtex-find-entry with arg global
2185 being t. Remove arg key.
2186 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2187 (bibtex-copy-summary-as-kill): Change accordingly.
2188
2189 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2192 (org-agenda-date-later): Use with-current-buffer.
2193
2194 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2195
2196 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2197 (define-obsolete-variable-alias): Doc Fixes.
2198
2199 2005-05-06 Kim F. Storm <storm@cua.dk>
2200
2201 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2202 vertical-motion when selective-display is active.
2203
2204 * ido.el (ido-setup-hook): New hook.
2205 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2206 (ido-input-stack): New var.
2207 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2208 ido-next-work-file binding to M-O.
2209 Bind M-f to ido-wide-find-file-or-pop-dir.
2210 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2211 (ido-read-internal): Run ido-setup-hook.
2212 Catch quit in read-file-name and read-string to cancel edit.
2213 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2214 Automatically pop-all when completing a directory name (RET).
2215 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2216 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2217 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2218 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2219 New functions for M-b/M-f to move among the directory components.
2220 (ido-make-merged-file-list): Catch quit to cancel merge.
2221 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2222 (ido-completion-help): No warnings for ido-completion-buffer-full.
2223
2224 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2225
2226 * font-lock.el (font-lock-negation-char-face): New face and variable.
2227 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2228 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2229 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2230 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2231
2232 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2233
2234 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2235 Fix typo in docstring.
2236
2237 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2238 (ebrowse-print-statistics-line)
2239 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2240
2241 * term/w32-win.el (image-library-alist): Add additional name for
2242 Xpm library.
2243
2244 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2245
2246 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2247 use gcc instead of cpp.
2248
2249 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2250 (gdb-create-define-alist): Use it.
2251 (gdb-cpp-define-alist-program): Update for MS-DOS.
2252
2253 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2254
2255 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2256
2257 2005-05-04 Richard M. Stallman <rms@gnu.org>
2258
2259 * help.el (describe-key): No error when UNTRANSLATED is nil.
2260
2261 * simple.el (line-move-1): Fix previous change to signal errors
2262 appropriately.
2263
2264 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2265
2266 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2267 (icalendar-duration-correction): Remove.
2268 (icalendar--get-event-properties): Split result at commas.
2269 (icalendar--decode-isoduration): New optional argument
2270 DURATION-CORRECTION.
2271 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2272 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2273 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2274 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2275 (icalendar--convert-anniversary-to-ical): New functions, extracted
2276 from icalendar-export-region, with bug fixes.
2277 (icalendar-export-region): Use the above functions.
2278 (icalendar-import-buffer): Check before saving diary file.
2279 (icalendar--convert-recurring-to-diary)
2280 (icalendar--convert-non-recurring-all-day-to-diary)
2281 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2282 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2283 (icalendar--convert-ical-to-diary): Use the above functions.
2284
2285 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2286
2287 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2288 Remove these recent additions.
2289 (c-mode): Restore to before 2005-04-28.
2290
2291 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2292 recent addition.
2293
2294 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2295 (gdb-define-alist): New variables.
2296 (gdb-create-define-alist): New function.
2297 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2298 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2299 with string-to-number.
2300 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2301
2302 * progmodes/gud.el: Replace string-to-int with string-to-number.
2303 (gud-find-file): Handle gdb-define-alist.
2304
2305 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2306
2307 2005-05-02 Jay Belanger <belanger@truman.edu>
2308
2309 * calc/calc-aent.el (math-read-token):
2310 * calc/calc-bin.el (calc-word-size):
2311 * calc/calc-ext.el (calc-read-number-fancy):
2312 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2313 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2314 * calc/calc-frac.el (calc-over-notation):
2315 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2316 (calc-graph-num-points, calc-graph-init):
2317 * calc/calc-prog.el (calc-read-parse-table-part)
2318 (calc-edit-macro-repeats):
2319 * calc/calc-yank.el (calc-do-grab-rectangle):
2320 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2321 Replace `string-to-int' by `string-to-number'.
2322
2323 2005-05-02 Kim F. Storm <storm@cua.dk>
2324
2325 * kmacro.el: Use executing-kbd-macro-index variable.
2326
2327 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2328
2329 * net/rlogin.el (rlogin-parse-words): Delete func.
2330 (rlogin): Use split-string, not rlogin-parse-words.
2331 Also, if there are option-like elements in the parsed args,
2332 take the host to be the first arg immediately following them.
2333 Suggested by Michael Mauger.
2334
2335 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2336
2337 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2338
2339 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2340
2341 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2342 (cc-mode-cpp-program): Rename to cc-define-list-program and
2343 move to cc-vars.el.
2344
2345 * progmodes/cc-vars.el (cc-define-list-program):
2346 Change to "gcc -E -dM -". Make customizable.
2347
2348 2005-05-02 Kim F. Storm <storm@cua.dk>
2349
2350 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2351
2352 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2353
2354 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2355
2356 * international/mule-util.el (truncate-string): Remove alias and
2357 obsolete declaration.
2358
2359 * international/mule-cmds.el (update-iso-coding-systems):
2360 Remove alias and obsolete declaration.
2361
2362 * international/mule.el (coding-system-parent): Remove alias and
2363 obsolete declaration.
2364
2365 * subr.el (define-function, sref): Remove aliases and obsolete
2366 declarations.
2367 (chars-in-region): Remove obsolete declaration.
2368
2369 2005-05-01 Richard M. Stallman <rms@gnu.org>
2370
2371 * info.el (Info-mode): Set widen-automatically to nil, locally.
2372
2373 * simple.el (widen-automatically): New variable.
2374 (pop-global-mark): Obey widen-automatically.
2375
2376 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 * term/xterm.el (function-key-map): Call substitute-key-definition
2379 before the keymap size is increased by a lot of define-key calls.
2380
2381 2005-05-01 Richard M. Stallman <rms@gnu.org>
2382
2383 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2384 Rename ARG to ELEMENT. Doc fix.
2385
2386 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2387
2388 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2389 Remove references to allout-exposure/change to allout-new-exposure.
2390
2391 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2392 bytecode symbols.
2393
2394 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2395 (compiled-function-p, focus-frame, unfocus-frame):
2396 Remove aliases and obsolete declarations.
2397 Back out inadvertent changes from previous commit.
2398
2399 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2400
2401 * files.el (require-final-newline): Make Custom tags consistent
2402 with mode-require-final-newline.
2403 (mode-require-final-newline): Doc fix.
2404
2405 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2406
2407 * international/latexenc.el (latexenc-find-file-coding-system):
2408 Fix regular expressions.
2409
2410 2005-05-01 David Kastrup <dak@gnu.org>
2411
2412 * international/latexenc.el (latexenc-find-file-coding-system):
2413 Fix regular expressions.
2414
2415 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2416
2417 * subr.el (string-to-int): Make obsolete.
2418
2419 2005-04-30 Richard M. Stallman <rms@gnu.org>
2420
2421 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2422
2423 * loadup.el: load jka-comp-hook.
2424
2425 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2426 (jka-compr-handler): Add autoload. `put' calls moved
2427 to jka-comp-hook.el.
2428 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2429 (jka-compr-inhibit): Autoload.
2430
2431 * jka-comp-hook.el: New file.
2432 Enable the mode by default.
2433
2434 * files.el (backup-buffer-copy): Use copy-file instead
2435 of write-region, and put back the 'excl.
2436
2437 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2438
2439 * progmodes/flymake.el (flymake-split-string)
2440 (flymake-split-string, flymake-log, flymake-pid-to-names)
2441 (flymake-reg-names, flymake-get-source-buffer-name)
2442 (flymake-unreg-names, flymake-add-line-err-info)
2443 (flymake-add-err-info): Clarify docstrings.
2444 (flymake-popup-menu, flymake-make-emacs-menu)
2445 (flymake-make-xemacs-menu): Add docstrings.
2446 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2447 Set variables directly throughout.
2448
2449 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2450
2451 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2452 exists. Initialise cc-define-alist.
2453 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2454 If there is no file (Macroexpansion) don't create an alist.
2455
2456 2005-04-29 Sam Steingold <sds@gnu.org>
2457
2458 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2459 (cc-create-define-alist): Use it instead of the hard-coded string.
2460
2461 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2464 for latexenc.
2465
2466 2005-04-29 Lute Kamstra <lute@gnu.org>
2467
2468 * emacs-lisp/generic.el: Improve commentary section.
2469 (define-generic-mode): Improve docstring.
2470
2471 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2472
2473 * textmodes/org.el (many places): Change to quiet the byte compiler.
2474 (org-prefix-format-compiled): New variable.
2475 (org-compile-prefix-format): New function.
2476 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2477 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2478 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2479 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2480 consistency with entries from `org-mode' files.
2481 (org-get-time-of-day): Fix bug with partial matches early in a line.
2482 (org-non-link-chars): New constant.
2483 (org-link-regexp): Respect `org-non-link-chars'.
2484 (org-agenda-day-view): Remove command.
2485 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2486 (org-follow-bbdb-link, org-store-link): Search also company field.
2487 (org-highlight-overlay): New variable.
2488 (org-highlight, org-unhighlight): New functions.
2489 (org-agenda-mode): Add pre-command-hook to remove highlight.
2490 (org-evaluate-time-range): Behavior depends upon whether time stamp
2491 contains a time or not.
2492 (org-show-subtree, org-show-entry): New functions.
2493 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2494
2495 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2496
2497 * comint.el (comint-output-filter-functions): Add autoload cookie.
2498
2499 2005-04-28 Kim F. Storm <storm@cua.dk>
2500
2501 * ido.el (ido-everywhere): Fix last change.
2502
2503 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2504
2505 * international/latexenc.el: New file.
2506 * international/mule-conf.el (file-coding-system-alist): For .tex,
2507 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2508
2509 2005-04-28 Lute Kamstra <lute@gnu.org>
2510
2511 * font-lock.el (font-lock-add-keywords)
2512 (font-lock-remove-keywords): Clarify docstring.
2513 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2514 Don't start docstrings with a `*'.
2515 (font-lock-update-removed-keyword-alist): Give it a docstring.
2516
2517 * generic-x.el: Update commentary section.
2518 Only require font-lock when compiling.
2519 Define all modes conditionally.
2520 Place all generic modes in the generic-x-modes customization group.
2521 (generic-x-modes): New customization group.
2522 (generic-default-modes, generic-mswindows-modes)
2523 (generic-unix-modes, generic-other-modes): New constants.
2524 (generic-define-mswindows-modes, generic-define-unix-modes):
2525 Update docstrings. Make them obsolete.
2526 (generic-extras-enable-list): New default value. Update docstring.
2527 Improve :type. Change :set function.
2528 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2529 Fix docstring.
2530
2531 * emacs-lisp/generic.el (generic-mode-internal):
2532 Simplify font-lock-defaults.
2533 (define-generic-mode): Fix docstring.
2534
2535 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2538 font-lock-face property to highlight matches.
2539
2540 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2541
2542 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2543 (cc-define-alist): New variable.
2544 (c-mode): Make it local and initialise it.
2545
2546 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2547 (gdb-exited): New function.
2548 (gdb-annotation-rules): Use it.
2549 (gdb-starting): Set gdb-active-process to t.
2550 (gdb-stopping): Amend doc string.
2551 (gdb-reset): Set gdb-active-process to nil.
2552
2553 * tooltip.el (tooltip-gud-tips): Show the associated #define
2554 directives when a C program under GDB is not executing.
2555
2556 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2559 font-lock-fontify-syntactic-keywords.
2560
2561 * font-lock.el (font-lock-default-fontify-region): Don't force
2562 parse-sexp-lookup-properties to nil.
2563
2564 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2565
2566 * man.el (man-mode-syntax-table): Set up `:' to have
2567 word-constituent syntax.
2568
2569 2005-04-27 Lute Kamstra <lute@gnu.org>
2570
2571 * novice.el (disable-command): Don't add spurious newlines to the
2572 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2573
2574 2005-04-26 Jay Belanger <belanger@truman.edu>
2575
2576 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2577 than one window before deleting window.
2578
2579 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2580
2581 * shell.el (shell-prompt-pattern): Doc fix.
2582 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2583
2584 * comint.el (comint-prompt-regexp, comint-get-old-input)
2585 (comint-use-prompt-regexp)
2586 (comint-use-prompt-regexp-instead-of-fields)
2587 (comint-replace-by-expanded-history, comint-send-input)
2588 (comint-output-filter, comint-get-old-input-default)
2589 (comint-line-beginning-position, comint-bol, comint-show-output)
2590 (comint-backward-matching-input, comint-forward-matching-input)
2591 (comint-next-prompt, comint-previous-prompt):
2592 Rename `comint-use-prompt-regexp-instead-of-fields' to
2593 `comint-use-prompt-regexp'. Keep old name as alias and declare
2594 obsolete.
2595 (comint-use-prompt-regexp): Shorten first line of doc string.
2596
2597 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2598 Set paragraph-separate buffer locally to "\\'".
2599
2600 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2601 Adapt to above name change.
2602
2603 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2604 (smbclient-prompt-regexp): Ditto.
2605
2606 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2607
2608 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2609
2610 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2611 gdb-location-list.
2612 Break lines that are over 80 characters wide.
2613
2614 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2617 New fun and var, to preserve compatibility.
2618
2619 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2620
2621 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2622
2623 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2624 name to file-newer-than-file-p.
2625
2626 2005-04-26 Richard M. Stallman <rms@gnu.org>
2627
2628 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2629
2630 * progmodes/python.el (python-mode):
2631 Use new name eldoc-documentation-function.
2632
2633 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2634
2635 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2636 (eldoc-documentation-function):
2637 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2638
2639 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2640
2641 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2642
2643 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2644
2645 * term/xterm.el (function-key-map): Fix strings for
2646 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2647 {C,S,A,C-S}-{f1-f12}.
2648
2649 2005-04-26 Kenichi Handa <handa@m17n.org>
2650
2651 * international/mule-cmds.el (select-safe-coding-system):
2652 Fix previous change.
2653
2654 2005-04-26 Lute Kamstra <lute@gnu.org>
2655
2656 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2657
2658 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2659 (font-lock-comment-delimiter-face): Ditto.
2660
2661 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2662
2663 2005-04-25 Jay Belanger <belanger@truman.edu>
2664
2665 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2666 to t while inserting information; use help-mode.
2667
2668 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2669
2670 * term.el (ansi-term-color-vector): Use the xterm colors.
2671 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2672
2673 2005-04-25 Lute Kamstra <lute@gnu.org>
2674
2675 * font-core.el (font-lock-defaults): Fix docstring.
2676
2677 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2678
2679 2005-04-25 Kenichi Handa <handa@m17n.org>
2680
2681 * international/mule-cmds.el (select-safe-coding-system):
2682 Don't check consistency with coding: spec, etc if raw-text or
2683 no-conversion was found to be safe.
2684
2685 2005-04-24 Richard M. Stallman <rms@gnu.org>
2686
2687 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2688 citation markers at start of each line.
2689
2690 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2691 citation markers at start of each line.
2692
2693 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2694
2695 * files.el (mode-require-final-newline): Fix previous change.
2696 (require-final-newline): Fix type label.
2697
2698 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2699
2700 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2701 statement in buffer (broken by 2004-11-24 change).
2702
2703 2005-04-24 Kim F. Storm <storm@cua.dk>
2704
2705 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2706 and read-file-name-function values. Don't overwrite existing
2707 non-nil values if ido-mode is enabled without ido-everywhere.
2708
2709 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2710
2711 * files.el (mode-require-final-newline): Minor doc fix.
2712
2713 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2714
2715 * subr.el (syntax-after): Doc fix.
2716 (syntax-class): If argument is nil, return nil. Mask off upper 16
2717 bits, not 8 bits.
2718
2719 * files.el (mode-require-final-newline): Doc fix.
2720 (backup-buffer-copy): Fix last change.
2721
2722 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2723
2724 * term/mac-win.el: Require select. Set selection-coding-system to
2725 mac-system-coding-system. Call menu-bar-enable-clipboard.
2726 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2727 (x-select-enable-clipboard): New variables.
2728 (x-select-text, x-get-selection, x-selection-value)
2729 (x-get-selection-value, mac-select-convert-to-string)
2730 (mac-services-open-file, mac-services-open-selection)
2731 (mac-services-insert-text): New functions.
2732 (CLIPBOARD, FIND): Put mac-scrap-name property.
2733 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2734 (public.tiff): Put mac-ostype property.
2735 (selection-converter-alist): Add entries for them.
2736 (mac-application-menu-map): New keymap.
2737 (interprogram-cut-function, interprogram-paste-function): Set to
2738 x-select-text and x-get-selection-value, respectively.
2739 (split-window-keep-point): Set to t.
2740
2741 2005-04-23 Richard M. Stallman <rms@gnu.org>
2742
2743 * files.el (read-directory-name): Always pass non-nil
2744 DEFAULT-FILENAME arg to read-file-name.
2745 (backup-buffer-copy, basic-save-buffer-2): Take care against
2746 writing thru an unexpected existing symlink.
2747 (revert-buffer): In indirect buffer, revert the base buffer.
2748 (magic-mode-alist): Doc fix.
2749 (buffer-stale-function): Doc fix.
2750 (minibuffer-with-setup-hook): Avoid warning.
2751 (mode-require-final-newline): Doc and custom fix.
2752
2753 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2754
2755 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2756 use the default appearance.
2757 (font-lock-comment-delimiter-face): New face, new variable.
2758
2759 * imenu.el (imenu--generic-function): The official position of a
2760 definition is the start of the line that BEG is in.
2761
2762 * midnight.el (midnight-timer): Move defvar up.
2763
2764 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2765
2766 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2767
2768 * startup.el (command-line): Use with-no-warnings.
2769
2770 * window.el (window-size-fixed): New defvar.
2771
2772 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2773
2774 * mail/rmail.el (rmail-font-lock-keywords):
2775 Use font-lock-comment-delimiter-face.
2776
2777 * mail/sendmail.el (mail-font-lock-keywords):
2778 Use font-lock-comment-delimiter-face.
2779
2780 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2781
2782 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2783
2784 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2785 Specify t for LAXMATCH when matching directories.
2786 Save match data around compilation-compat-error-properties form.
2787
2788 2005-04-23 David Kastrup <dak@gnu.org>
2789
2790 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2791 Mention that the autoloaded aliases should be kept for AUCTeX.
2792
2793 2005-04-23 Andreas Schwab <schwab@suse.de>
2794
2795 * isearch.el (isearch-forward): Doc fix.
2796
2797 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2798
2799 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2800 (jit-lock-stealth-nice): Change default value to 0.5.
2801
2802 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2803
2804 * abbrev.el (write-abbrev-file): Write table entries in
2805 alphabetical order by table name.
2806
2807 2005-04-22 Kim F. Storm <storm@cua.dk>
2808
2809 * ido.el (ido-read-internal): Fix `list' completion.
2810
2811 2005-04-22 Kenichi Handa <handa@m17n.org>
2812
2813 * recentf.el (recentf-save-file-coding-system): New variable.
2814 (recentf-save-list): Encode the file by
2815 recentf-save-file-coding-system and add coding: tag.
2816
2817 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2818
2819 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2820
2821 2005-04-21 Lute Kamstra <lute@gnu.org>
2822
2823 * loadhist.el (unload-feature): Don't remove a function from hooks
2824 if it is about to be restored to an autoload . Remove functions
2825 that will become unbound from auto-mode-alist. Simplify the code.
2826
2827 * subr.el (assq-delete-all): New implementation that is linear,
2828 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2829 (rassq-delete-all): New function.
2830
2831 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2832 Add size-indication-mode.
2833
2834 2005-04-21 Kenichi Handa <handa@m17n.org>
2835
2836 * international/mule-cmds.el: Add autoload for widget-value in
2837 eval-when-compile.
2838
2839 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2840
2841 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2842 Add tooltip-mode.
2843
2844 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2845
2846 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2847
2848 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2849 (inferior-lisp-filter-regexp, inferior-lisp-program)
2850 (inferior-lisp-load-command, inferior-lisp-prompt)
2851 (inferior-lisp-mode-hook, lisp-source-modes)
2852 (inferior-lisp-load-hook): defvar->defcustom.
2853 (inferior-lisp-program, inferior-lisp-prompt)
2854 (inferior-lisp-load-hook): Doc fixes.
2855 (inferior-lisp-install-letter-bindings): Small change in
2856 introductory comment.
2857
2858 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2859
2860 * vc.el (vc-annotate-color-map): Change some colors so that text
2861 using them as foreground is readable on both white and black
2862 backgrounds.
2863
2864 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * international/mule-conf.el (translation-table-for-input):
2867 Remove redundant declaration.
2868
2869 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2872
2873 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2874 (tooltip-toggle-gud-tips): New function.
2875
2876 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2877
2878 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2879 right angle brackets.
2880
2881 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2882
2883 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2884
2885 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2888 Remove. Update callers to use expand-file-name instead.
2889
2890 * subr.el (syntax-class): New function.
2891
2892 * simple.el (blink-matching-open): Use it.
2893
2894 * paren.el (show-paren-function): Use it to recognize parens that are
2895 also used in 2-char comment markers.
2896
2897 2005-04-19 Lute Kamstra <lute@gnu.org>
2898
2899 * loadhist.el (unload-feature): Update for new format of
2900 load-history. Simplify the code.
2901
2902 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2903
2904 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2905 (mac-add-charset-info): New function. Initialize variable
2906 mac-charset-info-alist using it.
2907 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2908 for translation.
2909 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2910 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2911 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2912 New CCL programs.
2913
2914 2005-04-19 Kim F. Storm <storm@cua.dk>
2915
2916 * simple.el (next-buffer, prev-buffer, next-error)
2917 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2918 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2919
2920 * bindings.el (next-buffer, prev-buffer, next-error)
2921 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2922 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2923 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2924 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2925
2926 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * isearch.el (isearch-edit-string): Make the search-ring available for
2929 minibuffer history commands.
2930 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2931 the default history commands now work just as well.
2932 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2933
2934 2005-04-18 Kim F. Storm <storm@cua.dk>
2935
2936 * emulation/cua-base.el (cua--pre-command-handler): Add more
2937 elaborate check for shift modifier on non-window systems.
2938
2939 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2940
2941 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2942
2943 2005-04-18 Kim F. Storm <storm@cua.dk>
2944
2945 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2946 and make it optional. Don't test tooltip-gud-echo-area here.
2947 (tooltip-gud-process-output, gdb-tooltip-print):
2948 Pass tooltip-gud-echo-area to tooltip-show.
2949 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2950
2951 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2952
2953 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2954 `display-graphic-p' may not be bound yet.
2955
2956 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
2957
2958 * startup.el (command-line): No longer enable Xterm Mouse mode by
2959 default in terminals compatible with xterm.
2960
2961 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2962
2963 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
2964
2965 * tooltip.el (tooltip-gud-echo-area): Rename from
2966 tooltip-use-echo-area.
2967 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2968 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2969 area independently of where help tooltips are displayed.
2970
2971 2005-04-17 David Kastrup <dak@gnu.org>
2972
2973 * cus-theme.el (custom-theme-write-variables): Quote variables
2974 where necessary.
2975
2976 2005-04-17 Richard M. Stallman <rms@gnu.org>
2977
2978 * simple.el (yank-excluded-properties): Add follow-link to value.
2979
2980 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2981
2982 * startup.el (fancy-splash-max-time): Just 30 seconds.
2983 (fancy-splash-delay): Just 7.
2984 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2985
2986 * loadhist.el (unload-feature): Update for new format of load-history.
2987 Simplify the code.
2988
2989 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2990 (rmail-font-lock-keywords): Don't fontify the text of a citation.
2991
2992 * mail/sendmail.el (mail-font-lock-keywords):
2993 Don't fontify subject text.
2994 Don't fontify the text of a citation.
2995
2996 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
2997
2998 * comint.el (comint-output-filter): Run comint-output-filter-functions
2999 with point where the user had it.
3000
3001 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * international/ucs-tables.el (ucs-set-table-for-input):
3004 Disable when using unify-on-decoding.
3005
3006 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3007
3008 * emulation/cua-base.el (cua-global-mark-face): Add special case
3009 for displays supporting a high number of colors.
3010
3011 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3012
3013 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3014
3015 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3016
3017 * filesets.el (filesets-add-buffer): If user supplies a name of a
3018 non-existing fileset, create a new fileset.
3019
3020 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3021
3022 * textmodes/org.el (org-up-heading-all): Fix bug with
3023 `outline-up-heading-all'.
3024
3025 2005-04-16 Andreas Schwab <schwab@suse.de>
3026
3027 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3028 /etc/permissions.d/* and /etc/aliases.d/*.
3029
3030 2005-04-16 Kenichi Handa <handa@m17n.org>
3031
3032 * international/code-pages.el (cp-make-coding-system):
3033 Set `translation-table-for-input' property value to the symbol
3034 ucs-mule-to-mule-unicode, not to that value.
3035 (pt154): Escape guillemet by `\'.
3036
3037 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3038
3039 * loadup.el: Load tooltip if x-show-tip is fboundp.
3040
3041 * startup.el (command-line): Add comment.
3042
3043 * tooltip.el (tooltip-mode): Specify correct standard value for
3044 Custom in init-value.
3045
3046 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3047
3048 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3049 possible.
3050
3051 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3052
3053 * textmodes/org.el (org-agenda-date-prompt): Rename from
3054 `org-agenda-date-today'.
3055 (org-evaluate-time-range): Insert at point instead of directly
3056 after time range.
3057 (org-first-headline-recenter, org-subtree-end-visible-p)
3058 (org-optimize-window-after-visibility-change): New functions
3059 (org-agenda-post-command-hook): Don't allow point at end of line,
3060 to make sure it always hits the text properties.
3061 (org-agenda-next-date-line, org-agenda-previous-date-line):
3062 New commands.
3063 (org-set-regexps-and-options): Category may contain white space.
3064 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3065 Improve marker positions.
3066 (org-agenda-new-marker): Argument POS made optional.
3067 (org-agenda-get-timestamps): Deadlines which are done are listed
3068 in org-done-face now.
3069 (org-agenda-get-todos, org-agenda-get-timestamps)
3070 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3071 Set `undone-face' and `done-face' properties.
3072 (org-last-todo-state-is-todo): New variable.
3073 (org-todo): Set `org-last-todo-state-is-todo'.
3074 (org-agenda-todo): Change face according to
3075 `org-last-todo-state-is-todo'. And change other lines refering to
3076 the same entry.
3077 (org-calendar-goto-agenda): New command.
3078 (org-calendar-to-agenda-key): New option.
3079 (org-startup-folded): New allowed value `content'.
3080 (org-set-regexps-and-options): Accept new value `content' for
3081 `org-startup-folded'.
3082 (org-get-current-options): Handle new value `content' for
3083 `org-startup-folded'.
3084 (org-insert-todo-heading): New command.
3085 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3086 interactively in empty file and option
3087 `org-insert-mode-line-in-empty-file' has been set.
3088 (org-agenda-todo,org-agenda-priority): Modify to use
3089 `org-agenda-change-all-lines'.
3090 (org-warning-face): Change color on dark background
3091
3092 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3093
3094 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3095 use preferences AppleLocale and AppleLanguages, and variable
3096 mac-system-locale for default locale. On Mac OS Classic, use
3097 mac-system-coding-system for default coding systems.
3098
3099 * term/mac-win.el: Don't set file-name-coding-system.
3100 Decode variables system-name, emacs-build-system, user-login-name, and
3101 user-full-name by mac-system-coding-system on Mac OS Classic.
3102 (mac-system-coding-system): New variable.
3103
3104 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3105
3106 * startup.el (command-line): Handle `xterm-mouse-mode' before
3107 reading init file.
3108
3109 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3110
3111 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3112
3113 * progmodes/sh-script.el (sh-here-document-word): Make it a
3114 defcustom. Doc fix.
3115 (sh-add): Bash uses $(( )) for arithmetic.
3116 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3117 (sh-maybe-here-document): Remove quotes and leading whitespace
3118 from heredoc word when closing. Indent heredoc with tabs if word
3119 starts with "-".
3120
3121 2005-04-13 Richard M. Stallman <rms@gnu.org>
3122
3123 * simple.el (undo): Fix previous change.
3124
3125 * custom.el (defface): Doc fix.
3126
3127 2005-04-13 Lute Kamstra <lute@gnu.org>
3128
3129 * Makefile.in (DONTCOMPILE): Remove list.
3130 (compile, compile-always): Don't use DONTCOMPILE.
3131 (update-authors): Load the library in which batch-update-authors
3132 is defined.
3133 * makefile.w32-in (DONTCOMPILE): Remove list.
3134 (compile, compile-always): Fix comments.
3135 (update-authors): Load the library in which batch-update-authors
3136 is defined.
3137
3138 * generic-x.el (generic-mode-ini-file-find-file-hook):
3139 Rename to ini-generic-mode-find-file-hook.
3140 Keep generic-mode-ini-file-find-file-hook as an alias.
3141 (ini-generic-mode-find-file-hook): Rename from
3142 generic-mode-ini-file-find-file-hook. Fix docstring.
3143 (ini-generic-mode): Docstring change.
3144 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3145
3146 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3147 called from lisp.
3148
3149 * generic.el: Move to the emacs-lisp subdir.
3150
3151 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3152
3153 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3154 and C-S- function and cursor motion keys.
3155
3156 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3157
3158 * startup.el (command-line): Enable Xterm Mouse mode by default.
3159 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3160 for Custom. No longer show "Mouse" in mode line when enabled.
3161 Doc fix.
3162
3163 2005-04-12 Kim F. Storm <storm@cua.dk>
3164
3165 * emulation/cua-base.el (cua-rectangle-face)
3166 (cua-rectangle-noselect-face): Define face attributes here.
3167
3168 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3169
3170 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3171
3172 * startup.el (command-line): Turn off blinking cursor if
3173 cursorBlink in resources is off or false.
3174
3175 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3176
3177 * term/mac-win.el (dnd): Require dnd.
3178 (mac-drag-n-drop): Call dnd-handle-one-url.
3179 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3180 (kTextEncodingISOLatin2): Remove constants.
3181 (mac-script-code-coding-systems): New constant.
3182 (mac-handle-language-change): New function.
3183 (special-event-map): Bind it to `language-change' event.
3184 (mac-centraleurroman, mac-cyrillic): New coding systems.
3185 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3186 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3187 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3188 encode-mac-cyrillic, respectively.
3189
3190 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3191
3192 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3193 Don't set overlay-arrow-string to "=>" as this is done
3194 globally in C now.
3195
3196 2005-04-12 Lute Kamstra <lute@gnu.org>
3197
3198 * generic-x.el (rc-generic-mode, rul-generic-mode):
3199 Fix auto-mode-alist entries.
3200 (etc-fstab-generic-mode): Tweak fontification.
3201
3202 * generic.el (generic-make-keywords-list): Fix docstring.
3203 (generic-mode-internal): Simplify generic-font-lock-keywords.
3204
3205 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3206
3207 * whitespace.el (whitespace-buffer-leading)
3208 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3209 However, fix the highlight area for the leading and
3210 trailing whitespaces to show space.
3211
3212 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3213
3214 * whitespace.el (whitespace-version): Bump to 3.5
3215
3216 (whitespace-buffer-leading, whitespace-buffer-trailing):
3217 Invert sense of the test to highlight the whitespace.
3218
3219 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3220
3221 * progmodes/gud.el (gud-display-line): GUD uses its own
3222 overlay arrow now so don't set overlay-arrow-string.
3223 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3224
3225 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3226
3227 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3228 (term-ansi-current-reverse, term-ansi-current-invisible)
3229 (term-ansi-face-already-done): Change to boolean.
3230 (term-reset-terminal, term-handle-colors-array): Handle the above
3231 vars accordingly.
3232 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3233 (term-emulate-terminal): Use the new name.
3234
3235 * faces.el (secondary-selection): Use yellow1, not yellow.
3236 (trailing-whitespace): Use red1, not red.
3237
3238 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3239
3240 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3241 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3242 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3243
3244 * cus-edit.el (dnd): New group.
3245
3246 * term/w32-win.el (dnd): Require dnd
3247 (w32-drag-n-drop): Call dnd-handle-one-url.
3248
3249 * x-dnd.el: Require dnd.
3250 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3251 Call dnd-handle-one-url.
3252 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3253 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3254 to dnd-insert-text.
3255 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3256 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3257 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3258 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3259
3260 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3261
3262 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3263
3264 * wdired.el: Doc fixes.
3265 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3266 (wdired-use-dired-vertical-movement): Rename from
3267 wdired-always-move-to-filename-beginning.
3268 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3269 (wdired-change-to-wdired-mode): Change mode name.
3270 (wdired-newline): Delete.
3271
3272 2005-04-11 Richard M. Stallman <rms@gnu.org>
3273
3274 * whitespace.el (whitespace-highlight-the-space):
3275 Don't call whitespace-unhighlight-the-space here.
3276
3277 * simple.el (undo): Record t in undo-equiv-table
3278 for the redo record made by an undo-in-region.
3279
3280 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3281
3282 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3283 (gdb-frame-inferior-io-buffer): New Functions to control
3284 display of separate IO buffer.
3285 (menu): Add them to menu-bar.
3286 (gdb-display-buffer): Check for buffer another frame.
3287 Protect GUD buffer.
3288 (gdb-setup-windows): Create IO buffer if not already there.
3289 (gdb-memory-mode): Remove purecopy noops.
3290
3291 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3292
3293 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3294 and pass to self-insert-command.
3295
3296 2005-04-11 Lute Kamstra <lute@gnu.org>
3297
3298 * generic.el: Commentary section cleanup.
3299 (generic): Delete.
3300 (generic-use-find-file-hook, generic-lines-to-scan)
3301 (generic-find-file-regexp, generic-ignore-files-regexp)
3302 (default-generic-mode, generic-mode-find-file-hook)
3303 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3304 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3305 (generic-use-find-file-hook, generic-lines-to-scan)
3306 (generic-find-file-regexp, generic-ignore-files-regexp)
3307 (default-generic-mode, generic-mode-find-file-hook)
3308 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3309
3310 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3311
3312 * bookmark.el (bookmark-write-file): Catch errors writing file.
3313 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3314
3315 2005-04-10 Richard M. Stallman <rms@gnu.org>
3316
3317 * startup.el (fancy-splash-tail): Update copyright year.
3318 (command-line): Split part of -Q into -D.
3319 (emacs-basic-display): New defvar.
3320 (fancy-splash-text): Correct name of menu item.
3321
3322 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3323
3324 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3325 lines in one node.
3326
3327 * comint.el (comint-send-input): New arg ARTIFICIAL.
3328 Callers in this file changed.
3329
3330 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3331
3332 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3333
3334 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3337 `ldap-search-internal'.
3338
3339 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * files.el (set-auto-mode-1): Use line-end-position.
3342
3343 * international/latin-1.el:
3344 * international/latin-2.el:
3345 * international/latin-3.el:
3346 * international/latin-4.el:
3347 * international/latin-5.el:
3348 * international/latin-8.el:
3349 * international/latin-9.el: Give punctuation syntax to NBSP.
3350
3351 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3352 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3353 Use char-classes to accept non-ascii letters, accepted in some recent
3354 bibtex implementations.
3355
3356 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3357
3358 * custom.el (custom-set-minor-mode): Any non-nil value for the
3359 variable should enable the mode when set through Custom.
3360
3361 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3364 TAB binding so tab-always-indent is obeyed.
3365 (vhdl-minibuffer-local-map): Move initialization into declaration.
3366 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3367 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3368 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3369 (vhdl-current-line): Use line-beginning-position.
3370 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3371 with-output-to-temp-buffer, so the current position can be recorded.
3372
3373 2005-04-10 Masatake YAMATO <jet@gyve.org>
3374
3375 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3376 Add regexp for gcov.
3377
3378 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3379
3380 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3381 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3382 syntax which Emacs 20 doesn't support.
3383
3384 2005-04-09 Richard M. Stallman <rms@gnu.org>
3385
3386 * help.el (describe-key-briefly, describe-key):
3387 Replace strings as event types with "(any string)".
3388
3389 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * arc-mode.el (archive-mode-map): Move initialization into
3392 the declaration. Override *all* bindings of `undo'.
3393 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3394
3395 2005-04-09 Jay Belanger <belanger@truman.edu>
3396
3397 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3398
3399 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3400
3401 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3402 (xterm-register-default-colors): Update color values computation
3403 to match xterm-200.
3404
3405 2005-04-09 Kenichi Handa <handa@m17n.org>
3406
3407 * international/code-pages.el (iso-latin-7): Fix the map.
3408
3409 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3410
3411 * emacs-lisp/lisp.el (defun-prompt-regexp)
3412 (parens-require-spaces, buffer-end, end-of-defun)
3413 (insert-parentheses): Doc fixes.
3414
3415 2005-04-08 Kim F. Storm <storm@cua.dk>
3416
3417 * comint.el (comint-highlight-prompt): Fix face spec.
3418 * hi-lock.el (hi-green): Likewise.
3419
3420 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3421
3422 * cus-edit.el (custom-modified-face):
3423 * comint.el (comint-highlight-input): Fix previous changes.
3424 * term.el (term-handle-ansi-escape): Add a comment.
3425
3426 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3429 in the buffer and in whitespace-highlighted-space.
3430 (whitespace-unhighlight-the-space): Simplify.
3431 (whitespace-buffer): Simplify.
3432
3433 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3434
3435 * textmodes/table.el (table-cell-face): Add special case for
3436 displays supporting a high number of colors.
3437 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3438 (vhdl-font-lock-reserved-words-face)
3439 (vhdl-speedbar-architecture-face)
3440 (vhdl-speedbar-instantiation-face)
3441 (vhdl-speedbar-architecture-selected-face)
3442 (vhdl-speedbar-instantiation-selected-face): Likewise.
3443 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3444 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3445 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3446 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3447 (ebrowse-progress-face): Likewise.
3448 * progmodes/compile.el (compilation-info-face): Likewise.
3449 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3450 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3451 * calendar/calendar.el (diary-face): Likewise.
3452 * woman.el (woman-italic-face, woman-bold-face)
3453 (woman-unknown-face): Likewise.
3454 * wid-edit.el (widget-button-pressed-face): Likewise.
3455 * whitespace.el (whitespace-highlight-face): Likewise.
3456 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3457 * pcvs-info.el (cvs-marked-face): Likewise.
3458 * info.el (info-xref): Likewise.
3459 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3460 * hilit-chg.el (highlight-changes-face)
3461 (highlight-changes-delete-face): Likewise.
3462 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3463 (hi-red-b): Likewise.
3464 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3465 * font-lock.el (font-lock-keyword-face)
3466 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3467 * cus-edit.el (custom-invalid-face, custom-modified-face)
3468 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3469 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3470 * comint.el (comint-highlight-prompt): Likewise.
3471
3472 2005-04-08 Lute Kamstra <lute@gnu.org>
3473
3474 * font-lock.el (font-lock-keywords): Docstring fixes.
3475
3476 2005-04-08 Kenichi Handa <handa@m17n.org>
3477
3478 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3479 chars are more than a limit, print " and more..." at the tail.
3480
3481 2005-04-08 Kim F. Storm <storm@cua.dk>
3482
3483 * emacs-lisp/authors.el (authors-aliases): Update list.
3484 (authors-ignored-files): New list.
3485 (authors-fixed-entries): Fix typo.
3486 (authors-renamed-files-alist): Update list.
3487 (authors-add): Check authors-ignored-files.
3488
3489 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3490
3491 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3492 optional, to ensure backward compatibility.
3493
3494 2005-04-08 Stephen Eglen <stephen@gnu.org>
3495
3496 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3497
3498 2005-04-08 Kim F. Storm <storm@cua.dk>
3499
3500 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3501
3502 * mouse.el (mouse-on-link-p): Doc fix.
3503
3504 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3505
3506 * ielm.el (ielm-prompt-read-only): Doc fix.
3507
3508 * comint.el (comint-prompt-read-only): Doc fix.
3509
3510 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3511
3512 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3513 ensure dired always handles wildcards passed to ffap.
3514 (find-file-at-point): Use it.
3515 (ffap-dired-wildcards): Doc fix.
3516
3517 2005-04-07 Juri Linkov <juri@jurta.org>
3518
3519 * simple.el (next-error-overlay-arrow-position): New defvar.
3520 Put "=>" on its property `overlay-arrow-string'. Add it to
3521 `overlay-arrow-variable-list'.
3522
3523 * progmodes/compile.el (compilation-setup):
3524 Set `next-error-overlay-arrow-position' to nil. Also set it to
3525 nil in the local hook `kill-buffer-hook'. Make local variable
3526 `overlay-arrow-string' and set it to "=>".
3527 (compilation-goto-locus): Set BOL position to
3528 `next-error-overlay-arrow-position' instead of
3529 `overlay-arrow-position'.
3530
3531 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3532 locally instead of adding it to the global hook.
3533 (Info-kill-buffer): Move up.
3534
3535 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3536
3537 * term/xterm.el (xterm-standard-colors): Update color values from
3538 xterm-200.
3539
3540 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3541
3542 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3543
3544 * fast-lock.el:
3545 * lazy-lock.el: Move them to the obsolete subdir.
3546
3547 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3548
3549 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3550 (wdired-add-replace-advice): Remove.
3551 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3552
3553 2005-04-06 Kim F. Storm <storm@cua.dk>
3554
3555 * startup.el (command-line): Add --bare-bones alias for -Q.
3556
3557 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3558
3559 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3560 create the startup fontset if a font specification ends with
3561 `mac-roman'.
3562
3563 2005-04-06 Lute Kamstra <lute@gnu.org>
3564
3565 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3566 change.
3567
3568 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3569 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3570
3571 2005-04-05 Lute Kamstra <lute@gnu.org>
3572
3573 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3574 (define-generic-mode): Ditto. Fix debug declaration.
3575
3576 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3577 Put them in the generic-x group.
3578
3579 * calendar/timeclock.el (timeclock): Doc fix.
3580
3581 * generic.el (define-generic-mode): Don't use custom-current-group.
3582 Document default :group value.
3583 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3584 (define-global-minor-mode): Don't use custom-current-group.
3585
3586 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3587
3588 * startup.el (command-line-1): Display startup-echo-area-message
3589 when fancy splash screen is in use.
3590
3591 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3592 (sh-escaped-newline): New face.
3593 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3594 newline, and use sh-escaped-newline face.
3595
3596 * progmodes/tcl.el (tcl-escaped-newline): New face.
3597 (tcl-builtin-list): New variable.
3598 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3599 newlines. Fix keywords subexpression number.
3600
3601 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3602
3603 * textmodes/org.el (org-diary-default-entry): Fix call to
3604 `add-to-diary-entry'.
3605
3606 2005-04-05 Kim F. Storm <storm@cua.dk>
3607
3608 * ediff-init.el: Use (featurep 'xemacs).
3609
3610 2005-04-05 David Ponce <david@dponce.com>
3611
3612 * cus-edit.el (face): Derive from symbol widget. Display sample
3613 of the current face on the fly.
3614 (widget-face-sample-face-get, widget-face-notify): New functions.
3615 (widget-face-value-create): Remove.
3616
3617 * wid-edit.el (widget-field-end): Temporarily remove field
3618 narrowing before to call `get-char-property'.
3619
3620 2005-04-04 Jay Belanger <belanger@truman.edu>
3621
3622 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3623 (math-read-subscripts): New variable.
3624 (math-read-preprocess-string): Process subscripts.
3625
3626 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3627
3628 * comint.el (comint-prompt-read-only): Doc fix.
3629
3630 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3631 `-1'. Doc fix.
3632
3633 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3634
3635 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3636 Change default value to nil.
3637
3638 2005-04-04 Lute Kamstra <lute@gnu.org>
3639
3640 * autorevert.el (auto-revert-mode): Specify :group.
3641 * battery.el (display-battery-mode): Specify :group.
3642 * diff-mode.el (diff-minor-mode): Specify :group.
3643 * font-core.el (font-lock-mode): Specify :group.
3644 * hl-line.el (hl-line-mode): Specify :group.
3645 * iimage.el (iimage): New customization group.
3646 (iimage-mode): Specify :group.
3647 * longlines.el (longlines-mode): Specify :group.
3648 * master.el: Don't require easy-mmode.
3649 (master): New customization group.
3650 (master-mode): Specify :group.
3651 * msb.el (msb-mode): Specify :group.
3652 * reveal.el (reveal-mode): Specify :group.
3653 * simple.el (next-error-follow-minor-mode): Specify :group.
3654 * smerge-mode.el (smerge-mode): Specify :group.
3655 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3656 * emulation/cua-base.el (cua-mode): Specify :group.
3657 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3658 * language/thai-util.el (thai-auto-composition-mode)
3659 (thai-word-mode): Specify :group.
3660 * mail/supercite.el (sc-minor-mode): Specify :group.
3661 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3662 * progmodes/flymake.el (flymake-mode): Specify :group.
3663 * progmodes/glasses.el (glasses-mode): Specify :group.
3664 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3665 * textmodes/enriched.el (enriched-mode): Specify :group.
3666 * textmodes/refill.el (refill-mode): Specify :group.
3667
3668 * add-log.el (change-log-font-lock-keywords): Names in
3669 parenthesized lists can contain spaces.
3670
3671 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3672
3673 * startup.el (fancy-splash-text): Shorten default text of
3674 "Emacs Tutorial" line. Also, if the current language env
3675 indicates an available tutorial file other than TUTORIAL,
3676 extract its title and append it to the line in parentheses.
3677 (fancy-splash-insert): If arg is a thunk, funcall it.
3678
3679 2005-04-04 Jay Belanger <belanger@truman.edu>
3680
3681 * calc.el (calc-language-alist): Add tags to customization type.
3682
3683 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3684
3685 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3686 Doc fix.
3687
3688 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3689
3690 * add-log.el (change-log-font-lock-keywords): The manual
3691 describing a Change Log entry, says: (...) "Aside from these
3692 header lines, every line in the change log starts with a space or
3693 a tab.". The font-lock was not highlighting lines started with
3694 spaces, added support for it.
3695
3696 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3697
3698 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3699 (bibtex-generate-url-list): Update docstring accordingly. Put the
3700 complex example in the docstring.
3701 (bibtex-font-lock-url): Use pop.
3702
3703 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3706
3707 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3708
3709 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3710
3711 * filesets.el (filesets-set-default): Doc fix.
3712
3713 2005-04-03 Lute Kamstra <lute@gnu.org>
3714
3715 * generic.el (define-generic-mode): Add argument to specify
3716 keywords for defcustom.
3717 (default-generic-mode): Specify :group.
3718
3719 * generic-x.el: Specify :group for all generic modes.
3720
3721 * desktop.el (desktop-no-desktop-file-hook)
3722 (desktop-after-read-hook): Doc fix.
3723
3724 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3725
3726 * simple.el (visible-mode): Use explicit :group keyword.
3727 This changes the group of `visible-mode-hook' from paren-blinking
3728 to editing-basics.
3729
3730 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3731
3732 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3733 mailbox specifications as well as URLs.
3734 (rmail-insert-inbox-text): Remove unused conditional branches.
3735
3736 2005-04-01 Jay Belanger <belanger@truman.edu>
3737
3738 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3739 (calc-gnuplot-print-command): Move definitions to calc.el.
3740
3741 * calc/calc-embed.el (calc-embedded-announce-formula)
3742 (calc-embedded-open-formula, calc-embedded-close-formula)
3743 (calc-embedded-open-word, calc-embedded-close-word)
3744 (calc-embedded-open-plain, calc-embedded-close-plain)
3745 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3746 (calc-embedded-open-mode, calc-embedded-close-mode):
3747 Move definitions to calc.el.
3748
3749 * calc/calc.el (calc-settings-file, calc-language-alist):
3750 Make customizable.
3751 (calc-embedded-announce-formula, calc-embedded-open-formula)
3752 (calc-embedded-close-formula, calc-embedded-open-word)
3753 (calc-embedded-close-word, calc-embedded-open-plain)
3754 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3755 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3756 (calc-embedded-close-mode, calc-gnuplot-name)
3757 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3758 from other files and make customizable.
3759
3760 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3763 Use buffer-live-p.
3764 (cvs-mode-run): Don't call cvs-update-header here.
3765 (cvs-run-process): Call cvs-update-header.
3766 Use process properties for cvs-postprocess and cvs-buffer so that
3767 the sentinel can behave better if the temp buffer is killed.
3768 Use a pipe rather than a tty, to better handle unexpected prompts.
3769 (cvs-sentinel): Rewrite. Call cvs-update-header.
3770
3771 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3772
3773 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3774 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3775
3776 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3777
3778 * generic.el (define-generic-mode): Add indentation rule.
3779
3780 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3781
3782 * files.el (mode-require-final-newline): Make Custom correctly
3783 report a nil value and allow to set it to nil via Custom.
3784 Doc fix.
3785
3786 2005-04-01 Kenichi Handa <handa@m17n.org>
3787
3788 * international/characters.el: Enable the correct case setting for
3789 dotless-i and dotted-I.
3790
3791 2005-04-01 Kim F. Storm <storm@cua.dk>
3792
3793 * ido.el (ido-file-internal): Fall back to non-ido command if
3794 initial directory is on slow ftp (or tramp) host.
3795
3796 2005-03-31 Richard M. Stallman <rms@gnu.org>
3797
3798 * emacs-lisp/autoload.el (make-autoload):
3799 Handle define-global-minor-mode.
3800
3801 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3802 Rename from easy-mmode-define-global-mode.
3803 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3804
3805 * progmodes/scheme.el (scheme-mode-syntax-table):
3806 Update syntax of | and # for two-character comment syntax.
3807
3808 2005-03-31 Lute Kamstra <lute@gnu.org>
3809
3810 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3811 (define-minor-mode): Call custom-current-group at load-time.
3812
3813 * generic.el (define-generic-mode): Add debug declaration.
3814 Add defcustom for the mode hook.
3815 (generic-mode-internal): Use run-mode-hooks.
3816
3817 2005-03-31 Kim F. Storm <storm@cua.dk>
3818
3819 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3820 (mouse-fixup-help-message): New defun called by show_help_echo
3821 to fixup mouse-2 prefix in help messages when applicable.
3822
3823 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3824
3825 2005-03-31 Kenichi Handa <handa@m17n.org>
3826
3827 * language/thai-word.el (thai-find-word-ends): Pay attention to
3828 the case that we reach the end of buffer.
3829
3830 * textmodes/fill.el (fill-text-properties-at): New function.
3831 (fill-newline): Use fill-text-properties-at instead of
3832 text-properties-at.
3833
3834 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3835
3836 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3837 not comint-quote-filename.
3838
3839 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3840
3841 * help-fns.el (help-with-tutorial): Revert last change.
3842
3843 2005-03-31 Kim F. Storm <storm@cua.dk>
3844
3845 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3846
3847 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3848
3849 * calendar/cal-china.el: Update reference to "Calendrical
3850 Calculations" book; there's a new edition.
3851 * calendar/cal-coptic.el: Likewise.
3852 * calendar/cal-french.el: Likewise.
3853 * calendar/cal-hebrew.el: Likewise.
3854 * calendar/cal-islam.el: Likewise.
3855 * calendar/cal-iso.el: Likewise.
3856 * calendar/cal-julian.el: Likewise.
3857 * calendar/cal-mayan.el: Likewise.
3858 * calendar/cal-persia.el: Likewise.
3859 * calendar/calendar.el: Likewise.
3860 * calendar/holidays.el: Likewise.
3861 * calendar/lunar.el: Likewise.
3862 * calendar/solar.el: Likewise.
3863
3864 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3865 white space from doc string.
3866
3867 2005-03-30 Jay Belanger <belanger@truman.edu>
3868
3869 * calc/calc-help.el (calc-full-help): Remove email address.
3870
3871 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3872
3873 * help-fns.el (help-with-tutorial): Delete title line.
3874
3875 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3876
3877 * calendar/cal-x.el (calendar-one-frame-setup)
3878 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3879 rather than 'symbol for set-window-dedicated-p.
3880
3881 * calendar/appt.el (appt-buffer-name): Make it a constant.
3882 (appt-add): Doc fix.
3883
3884 * filesets.el (filesets-menu-path, filesets-menu-before)
3885 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3886 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3887 (filesets-add-submenu): Delete and use add-submenu instead.
3888
3889 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3890
3891 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3892 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3893 (org-diary-default-entry): New function.
3894 (org-get-entries-from-diary): Better parsing of diary entries.
3895 (org-agenda-check-no-diary): New function.
3896 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3897 linking to diary entries.
3898 (org-agenda-execute-calendar-command): New function.
3899 (org-agenda): Improve visible section in window.
3900 Use `org-fit-agenda-window'.
3901 (org-fit-agenda-window): New option.
3902 (org-move-subtree-down): Better handling of empty lines
3903 at end of subtree.
3904 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3905 levels up.
3906 (org-fontify-done-headline): New option.
3907 (org-headline-done-face): New face.
3908 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3909 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3910 When current field is non-empty, it is copied to next row.
3911 (org-table-copy-from-above): Fix bug which made it
3912 impossible to copy fields containing only a single non-white character.
3913
3914 2005-03-30 Kim F. Storm <storm@cua.dk>
3915
3916 * kmacro.el (kmacro-end-macro): Isearch may store this command
3917 into the macro -- so ignore it when executing keyboard macro.
3918
3919 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3920
3921 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3922
3923 2005-03-29 Kenichi Handa <handa@m17n.org>
3924
3925 * language/thai.el ("Thai"): Set setup-function and exit-function
3926 for Thai language environment.
3927
3928 * language/thai-util.el: Require thai-word.
3929 (thai-word-mode-map): New variable.
3930 (thai-word-mode): New minor mode.
3931 (setup-thai-language-environment-internal): New function.
3932 (exit-thai-language-environment-internal): New function.
3933
3934 * language/thai-word.el (thai-word-table): Declare it by defvar,
3935 use dolist to initialize it.
3936 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3937 (thai-fill-find-break-point): New functions.
3938
3939 2005-03-29 Richard M. Stallman <rms@gnu.org>
3940
3941 * simple.el (idle-update-delay): Move definition up.
3942 (set-mark): Doc fix.
3943
3944 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3945
3946 * longlines.el: New file.
3947
3948 * simple.el (buffer-substring-filters): New variable.
3949 (filter-buffer-substring): New function.
3950 (kill-region, copy-region-as-kill): Use it.
3951
3952 * register.el (copy-to-register, append-to-register)
3953 (prepend-to-register): Use filter-buffer-substring.
3954
3955 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3956
3957 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3958 (gud-filter-pending-text): Move in front of gdb.
3959 (gud-overlay-arrow-position): New variable.
3960 (gud-sentinel, gud-display-line): Use it in place of
3961 overlay-arrow-position.
3962
3963 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3964
3965 * progmodes/fortran.el (fortran-if-indent): Doc fix.
3966 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3967 (fortran-font-lock-keywords-4): New variable.
3968 (fortran-blocks-re, fortran-end-block-re)
3969 (fortran-start-block-re): New constants, for hideshow.
3970 (hs-special-modes-alist): Add a Fortran entry.
3971 (fortran-mode-map): Bind fortran-end-of-block,
3972 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3973 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
3974 (fortran-looking-at-if-then, fortran-end-of-block)
3975 (fortran-beginning-of-block): New functions, for hideshow.
3976
3977 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3978 Doc fix. Tweak regexp.
3979 (f90-beginning-of-block): Push mark first.
3980
3981 2005-03-29 Jay Belanger <belanger@truman.edu>
3982
3983 * calc/calc.el: Update copyright date.
3984 (calc-version): Increase to 2.1.
3985 (calc-version-date): Remove.
3986
3987 * calc/calc-help.el: Update copyright date.
3988 (calc-full-help): Remove reference to calc-version-date.
3989 Update copyright date.
3990
3991 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * vc.el (vc-do-command): Use a pipe for async processes, so password
3994 prompts don't show up at places where the user can't reply.
3995
3996 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3997
3998 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3999 on the file name we pass to the inferior shell.
4000
4001 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4002
4003 * progmodes/which-func.el (which-function): Be robust in the face of an
4004 imenu--make-index-alist failure.
4005
4006 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4009
4010 * progmodes/python.el (python-preoutput-filter): Fix last change.
4011
4012 2005-03-29 Lute Kamstra <lute@gnu.org>
4013
4014 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4015 functions and compiled macros.
4016 (debug-convert-byte-code): Handle macros too.
4017 (debug-on-entry-1): Don't signal an error when trying to clear a
4018 function that is not set to debug on entry.
4019
4020 2005-03-29 Jay Belanger <belanger@truman.edu>
4021
4022 * calc/calc-lang.el: Add functions to math-function-table
4023 properties of tex and math.
4024
4025 2005-03-29 Kenichi Handa <handa@m17n.org>
4026
4027 * ps-mule.el (ps-mule-plot-string): Translate characters by
4028 ps-print-translation-table.
4029 (ps-mule-begin-job): Call find-charset-region/string with
4030 ps-print-translation-table.
4031 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4032
4033 * ps-print.el (ps-print-translation-table): New variable.
4034 (ps-plot-region): Translate characters by ps-print-translation-table.
4035
4036 2005-03-29 Juri Linkov <juri@jurta.org>
4037
4038 * simple.el (next-error-highlight-timer): New variable.
4039
4040 * progmodes/compile.el (compilation-goto-locus):
4041 Use `next-error-highlight-timer' instead of `sit-for'.
4042
4043 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * mail/supercite.el (sc-mail-field): Use assoc-string.
4046 (sc-get-address): Simplify regexps.
4047
4048 * files.el (minibuffer-with-setup-hook): New macro.
4049 (find-file-read-args): Use it to avoid let-binding
4050 minibuffer-with-setup-hook (which breaks turning on/off
4051 file-name-shadow-mode while in the prompt).
4052
4053 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4054
4055 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4056
4057 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4058
4059 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * window.el (window-buffer-height): Use count-screen-lines.
4062
4063 * progmodes/python.el (python-preoutput-leftover): New var.
4064 (python-preoutput-filter): Use it.
4065 (python-send-receive): Loop until all the result has been received.
4066
4067 2005-03-28 Juri Linkov <juri@jurta.org>
4068
4069 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4070
4071 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4072 "Recover Crashed Session".
4073 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4074 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4075 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4076 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4077 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4078 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4079 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4080 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4081
4082 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4083 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4084 Ediff Sessions", "Toggle use of separate control buffer frame",
4085 "Use separate frame for Ediff control buffer".
4086
4087 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4088 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4089 "Rename Bookmark", "Delete Bookmark".
4090
4091 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4092 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4093 Add `:active Info-index-alternatives' to "Next Matching Item".
4094
4095 * wdired.el (wdired-change-to-wdired-mode):
4096 Mention `wdired-abort-changes' key in the initial message.
4097
4098 * international/mule.el (auto-coding-alist): Associate non-ascii
4099 image filename extensions with `no-conversion'.
4100
4101 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4102
4103 * international/iso-acc.el:
4104 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4105
4106 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * textmodes/sgml-mode.el (html-mode): Doc update.
4109
4110 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4111
4112 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4113
4114 * term.el (term-move-columns): Fix face after extending a line.
4115 (term-insert-spaces): Likewise.
4116 (term-reset-terminal): Fix off by one error.
4117
4118 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4119
4120 * international/mule.el (auto-coding-alist): Add .xpi files.
4121
4122 * files.el (auto-mode-alist): Add .xpi files.
4123
4124 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4125
4126 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4127
4128 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4129
4130 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4131
4132 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4133
4134 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4135 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4136
4137 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4138 cursor to Jan 1 when needed.
4139 (calendar-end-of-year): Fix -/+ typo.
4140 Reported by Chong Yidong <cyd@stupidchicken.com>.
4141
4142 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4143
4144 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4145
4146 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4147 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4148
4149 2005-03-25 Richard M. Stallman <rms@gnu.org>
4150
4151 * filesets.el (filesets-init): Add autoload.
4152
4153 * mail/mailalias.el (mail-directory): Doc fix.
4154
4155 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4156
4157 * mail/mailalias.el (mail-directory-process): Do nothing if
4158 mail-directory-process is an atom.
4159 (mail-get-names): Ignore mail-directory-names if it is an atom.
4160 (mail-directory-process defvar): Doc fix.
4161 (mail-names): Doc fix.
4162
4163 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4164
4165 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4166
4167 2005-03-26 Kenichi Handa <handa@m17n.org>
4168
4169 * international/mule-util.el (detect-coding-with-priority):
4170 Call update-coding-systems-internal before detect-coding-region.
4171
4172 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4173
4174 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4175 (gdb-frames-mode-map): Add follow-link property.
4176
4177 2005-03-25 Jay Belanger <belanger@truman.edu>
4178
4179 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4180 for variables.
4181
4182 2005-03-25 Juri Linkov <juri@jurta.org>
4183
4184 * image-mode.el: Optimize image filename extension regexps in
4185 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4186 in `auto-mode-alist'.
4187 (image-mode): Add `image-toggle-display-text' to local hook
4188 `change-major-mode-hook'. Display the image as an image by
4189 default. Set `cursor-type' and `truncate-lines' if the image
4190 is already displayed. Take into account the current mode (image
4191 or text) in message.
4192 (image-minor-mode): New minor mode.
4193 (image-mode-maybe, image-toggle-display-text): New functions.
4194 (image-toggle-display): Use called-interactively-p.
4195 Let-bind `inhibit-read-only' to t.
4196
4197 * image-mode.el (image-minor-mode): Set `cursor-type' and
4198 `truncate-lines' if the image is already displayed. Add turning
4199 image-minor-mode off to `change-major-mode-hook'. Add message.
4200 Call `image-toggle-display-text' after turning image-minor-mode off.
4201
4202 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4203
4204 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4205 Terminal.app, use utf-8.
4206 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4207 (set-locale-environment): Use it.
4208
4209 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4210
4211 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4212
4213 * progmodes/python.el (python-close-block-statement-p)
4214 (python-outdent-p, python-current-defun): Use symbol-end.
4215
4216 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4217
4218 * files.el (save-some-buffers): Doc fix.
4219
4220 2005-03-25 Werner Lemberg <wl@gnu.org>
4221
4222 * complete.el, thumbs.el: Replace `legal' with `valid'.
4223 * calendar/calendar.el: Replace `legal' with `valid'.
4224 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4225 * mail/supercite.el: Replace `legal' with `valid'.
4226 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4227 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4228 Replace `legal' with `valid'.
4229 * textmodes/reftex-vars.el, textmodes/reftex.el:
4230 Replace `legal' with `valid'.
4231
4232 2005-03-25 Werner Lemberg <wl@gnu.org>
4233
4234 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4235 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4236 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4237 * emulation/vip.el: Replace `illegal' with `invalid'.
4238 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4239 * mail/supercite.el: Replace `illegal' with `invalid'.
4240 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4241 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4242 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4243 * progmodes/sh-script.el, progmodes/xscheme.el:
4244 Replace `illegal' with `invalid'.
4245 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4246 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4247 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4248 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4249
4250 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4253 (flymake-find-buildfile, flymake-find-possible-master-files)
4254 (flymake-check-include, flymake-parse-line): Replace loops over the
4255 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4256
4257 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4258 Substitute file-name-as-directory in the rest of the file.
4259 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4260 (flymake-replace-region): Remove unused arg `buffer'.
4261 (flymake-check-patch-master-file-buffer): Update calls to it.
4262 (flymake-add-err-info): Remove unused var `count'.
4263 (flymake-mode): Use define-minor-mode.
4264
4265 * progmodes/flymake.el: Use with-current-buffer.
4266 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4267 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4268 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4269 Avoid testing for `xemacs'.
4270 (flymake-nop): Move.
4271 (flymake-region-has-flymake-overlays): Return the computed value.
4272 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4273 Remove unused var `endline'.
4274 (flymake-get-line-count): Remove unused function.
4275 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4276
4277 * emulation/vi.el:
4278 * generic.el:
4279 * hilit-chg.el (global-highlight-changes):
4280 * hi-lock.el (hi-lock-mode):
4281 * follow.el: find-file-hooks -> find-file-hook.
4282
4283 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4284
4285 2005-03-24 Juri Linkov <juri@jurta.org>
4286
4287 * dired.el (dired-mode-map): Add menu item "Compare directories"
4288 for dired-compare-directories.
4289
4290 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4291 Doc fix. Replace `read-file-name' with `read-directory-name'.
4292
4293 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4296
4297 2005-03-24 Jay Belanger <belanger@truman.edu>
4298
4299 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4300 relevant mode settings in calc-embedded-original-modes when modes
4301 are permanently changed.
4302
4303 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * autoinsert.el: find-file-hooks -> find-file-hook.
4306
4307 2005-03-24 Lute Kamstra <lute@gnu.org>
4308
4309 * generic.el (generic-font-lock-defaults): Make it obsolete.
4310 (generic-font-lock-keywords): New variable to replace
4311 generic-font-lock-defaults.
4312 (generic-mode-set-font-lock): Delete it.
4313 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4314 (generic-bracket-support): Add docstring.
4315
4316 * generic-x.el: Rename generic-font-lock-defaults to
4317 generic-font-lock-keywords throughout.
4318 (mailagent-rules-setup-function): Delete it.
4319 (mailagent-rules-generic-mode): Use anonymous function instead.
4320 (show-tabs-generic-mode-font-lock-defaults-1)
4321 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4322 Quote faces.
4323 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4324 not foreground.
4325
4326 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4327 Recognize define-generic-mode.
4328
4329 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4332 if there's no completion table.
4333
4334 2005-03-23 Miles Bader <miles@gnu.org>
4335
4336 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4337 Remove tty-specific variants, as they're no longer needed.
4338
4339 2005-03-23 Lute Kamstra <lute@gnu.org>
4340
4341 * generic-x.el: Code cleanup: make args constant whenever possible.
4342 (installshield-statement-keyword-list)
4343 (installshield-system-functions-list)
4344 (installshield-system-variables-list, installshield-types-list)
4345 (installshield-funarg-constants-list): Make them constants.
4346
4347 * generic.el (generic-make-keywords-list): Add autoload cookie.
4348
4349 * calendar/time-date.el: Add comment on time value formats.
4350 Don't require parse-time.
4351 (with-decoded-time-value): New macro.
4352 (encode-time-value): New function.
4353 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4354 (days-to-time): Return a valid time value when arg is huge.
4355 (time-since): Use time-subtract.
4356 (time-to-number-of-days): Use time-to-seconds.
4357
4358 2005-03-23 David Ponce <david@dponce.com>
4359
4360 * recentf.el: (recentf-keep): New option.
4361 (recentf-menu-action): Default to `find-file'.
4362 (recentf-keep-non-readable-files-flag)
4363 (recentf-keep-non-readable-files-p)
4364 (recentf-file-readable-p, recentf-find-file)
4365 (recentf-cleanup-remote): Remove.
4366 (recentf-include-p): More robust.
4367 (recentf-keep-p): New function.
4368 (recentf-remove-if-non-kept): Rename from
4369 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4370 All callers updated.
4371 (recentf-menu-items-for-commands): Fix help string.
4372 (recentf-track-closed-file): Update. Doc fix.
4373 (recentf-cleanup): Update. Count removed files. Doc fix.
4374
4375 2005-03-23 Kim F. Storm <storm@cua.dk>
4376
4377 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4378 Don't inherit from fringe face (now happens automatically).
4379
4380 2005-03-22 Kim F. Storm <storm@cua.dk>
4381
4382 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4383 position values.
4384
4385 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4386
4387 * menu-bar.el (showhide-date-time): Remove.
4388 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4389 (menu-bar-make-mm-toggle): Simplify.
4390
4391 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4392
4393 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4394 Accept qualified variable and function names.
4395
4396 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4397
4398 * bindings.el (completion-ignored-extensions):
4399 Remove ".lis" for `vax-vms'.
4400
4401 2005-03-22 Andreas Schwab <schwab@suse.de>
4402
4403 * generic-x.el: Revert last change.
4404 * ldefs-boot.el: Update.
4405
4406 2005-03-22 Jay Belanger <belanger@truman.edu>
4407
4408 * calc/calc-embed (calc-embedded-original-modes): New variable.
4409 (calc-embedded-save-original-modes)
4410 (calc-embedded-restore-original-modes): New functions.
4411 (calc-do-embedded): Save original modes when entering embedded mode
4412 and restore when leaving embedded mode.
4413 (calc-embedded-modes-change): Change the value of
4414 calc-embedded-original-modes to reflect permanent changes.
4415
4416 2005-03-22 Lute Kamstra <lute@gnu.org>
4417
4418 * generic-x.el: Require generic again.
4419
4420 2005-03-22 Miles Bader <miles@gnu.org>
4421
4422 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4423 Tweak details to look good on both ttys and bitmap displays, light
4424 or dark background, etc.
4425
4426 2005-03-21 Kim F. Storm <storm@cua.dk>
4427
4428 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4429 mouse position.
4430
4431 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * icomplete.el: Don't forcibly turn on the mode upon load.
4434 (icomplete-mode): Use define-minor-mode.
4435 (icomplete-eoinput): Default to nil.
4436 (icomplete-minibuffer-setup): Remove autoload.
4437 (icomplete-tidy): Simplify.
4438 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4439 in the initial state or if the user has modified the field.
4440 Fix handling of icomplete-max-delay-chars.
4441 Remove code that handles the oddball case where
4442 minibuffer-completion-table is an integer.
4443 Wrap icomplete-completions in while-no-input in case building
4444 completions takes more time than expected.
4445 (icomplete-completions): Simplify.
4446
4447 2005-03-21 Richard M. Stallman <rms@gnu.org>
4448
4449 * jka-compr.el (jka-compr-really-do-compress):
4450 Make variable buffer-local.
4451
4452 * image-mode.el: Handle .xpm files too.
4453 (image-toggle-display): Preserve modification flag.
4454
4455 * help.el (where-is): Don't mention aliases with no key bindings.
4456
4457 2005-03-21 Lute Kamstra <lute@gnu.org>
4458
4459 * generic.el: Fix commentary section. Don't require cl for compilation.
4460 (generic-mode-list): Add autoload cookie.
4461 (generic-use-find-file-hook, generic-lines-to-scan)
4462 (generic-find-file-regexp, generic-ignore-files-regexp)
4463 (generic-mode, generic-mode-find-file-hook)
4464 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4465 (define-generic-mode): Make it a defmacro. Fix docstring.
4466 (generic-mode-internal): Code cleanup. Add autoload cookie.
4467 (generic-mode-set-comments): Code cleanup.
4468 * generic-x.el: Don't prevent compilation. Don't require generic.
4469 Follow coding conventions. Minor code cleanup.
4470 (etc-fstab-generic-mode): Add some keywords.
4471 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4472 define-generic-mode like a function declaration.
4473
4474 2005-03-21 Jay Belanger <belanger@truman.edu>
4475
4476 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4477 changing modes.
4478
4479 2005-03-21 Sam Steingold <sds@gnu.org>
4480
4481 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4482
4483 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4484
4485 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4486 Add underscore to "f$ lexicals" regexp.
4487
4488 2005-03-20 Juri Linkov <juri@jurta.org>
4489
4490 * subr.el (progress-reporter-do-update): When `min-value' is equal
4491 to `max-value', set `percentage' to 0 and prevent division by zero.
4492
4493 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4494
4495 Sync with Tramp 2.0.48.
4496
4497 * tramp.el (all): Change all addresses to .gnu.org.
4498 (tramp-append-tramp-buffers): New defun.
4499 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4500 Catch `dont-send' signal.
4501 (tramp-set-auto-save-file-modes): Set always permissions, because
4502 there might be an old auto-saved file belonging to another
4503 original file. This could be a security threat. Reported by
4504 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4505 Check for Emacs 21.3.50 removed.
4506
4507 * tramp-smb.el (all): Remove debug construct for
4508 `with-parsed-tramp-file-name'.
4509 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4510 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4511 No error message if DIRECTORY or FILENAME doesn't exist.
4512 (tramp-smb-open-connection): Check existence of
4513 `tramp-smb-program'.
4514
4515 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4518 Properly handle the case where the `m' or `s' command's argument is not
4519 yet terminated.
4520 (perl-indent-new-calculate): New function.
4521 (perl-indent-line): Use it.
4522
4523 2005-03-20 Miles Bader <miles@gnu.org>
4524
4525 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4526 in text-mode too. Change to new face names.
4527 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4528 Add `:weight bold' attribute.
4529 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4530
4531 2005-03-19 Juri Linkov <juri@jurta.org>
4532
4533 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4534
4535 * international/mule.el (auto-coding-alist): Sync with
4536 `auto-mode-alist' by adding upper case archive file extensions
4537 and adding ear/war to jar extension.
4538
4539 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4540
4541 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4542 running, restart it.
4543
4544 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4545
4546 * finder.el (finder-current-item): Throw an error on an empty line.
4547
4548 * man.el (Man-follow-manual-reference): If current-word returns
4549 nil, use "".
4550
4551 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4552
4553 * simple.el (goto-line): Doc fix.
4554
4555 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4556
4557 * files.el (save-buffer): Doc fix.
4558
4559 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4560
4561 * recentf.el (recentf-cleanup-remote): New variable.
4562 (recentf-cleanup): Use it to conditionally check availablity of
4563 remote files.
4564
4565 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4566
4567 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4568 function names.
4569
4570 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4571
4572 * language/thai-word.el: New file.
4573
4574 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4575
4576 * files.el (backup-buffer): If the file's directory is not
4577 writable, use copy instead of move to backup the file.
4578
4579 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4580
4581 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4582
4583 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4584
4585 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4586 Use functionp instead of symbolp and fboundp. Reported by Drkm
4587 <darkman_spam@yahoo.fr>.
4588 (ps-print-version): New version 6.6.6.
4589
4590 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4591
4592 * textmodes/table.el (table--line-column-position): New idiom.
4593 (table--row-column-insertion-point-p): New function to test
4594 validity of row and column insertion operation at a location.
4595 (table-global-menu, table-cell-menu): Use above functions for
4596 deterministic test operation.
4597 (table--editable-cell-p): Behave in deterministic fashion.
4598
4599 2005-03-18 Juri Linkov <juri@jurta.org>
4600
4601 * isearch.el (isearch-lazy-highlight-new-loop):
4602 Make arguments beg and end optional.
4603 (isearch-update): Remove optional arguments nil from
4604 isearch-lazy-highlight-new-loop.
4605 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4606 isearch-lazy-highlight-case-fold-search instead of
4607 isearch-case-fold-search, and let-bind isearch-regexp to
4608 isearch-lazy-highlight-regexp.
4609 Use isearch-lazy-highlight-last-string instead of isearch-string.
4610
4611 * replace.el (perform-replace): Remove bindings of global
4612 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4613 Add three new arguments to `replace-highlight'.
4614 (replace-highlight): Add arguments string, regexp, case-fold.
4615 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4616 to allow isearch-lazy-highlight-new-loop to use these values
4617 to set corresponding isearch-lazy-highlight-* internal
4618 variables whose values lazy highlighting will use regardless of
4619 changes to global variables isearch-string, isearch-regexp,
4620 isearch-case-fold-search during lazy highlighting loop.
4621 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4622 to `lazy-highlight-cleanup'.
4623
4624 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4625 (ispell-highlight-face): Set default face to `isearch' when
4626 lazy highlighting is enabled.
4627 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4628 priority to 1. Add lazy highlighting.
4629 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4630 from `isearch-dehighlight'.
4631
4632 2005-03-18 David Ponce <david@dponce.com>
4633
4634 * files.el (hack-local-variables): Do a case-insensitive search
4635 for End.
4636
4637 2005-03-18 Juri Linkov <juri@jurta.org>
4638
4639 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4640 `isearch-lazy-highlight-cleanup', add alias to old name and
4641 declare obsolete. Add release numbers to other obsolete vars.
4642 (isearch-done, isearch-lazy-highlight-new-loop):
4643 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4644 (lazy-highlight-cleanup) <variable>: Doc fix.
4645 (isearch-lazy-highlight-update): Rename obsolete
4646 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4647
4648 2005-03-18 Kenichi Handa <handa@m17n.org>
4649
4650 * language/thai-util.el: Fix categorization of Thai characters in
4651 thai-category-table.
4652 (thai-composition-pattern): Adjust it for the above change.
4653 (thai-self-insert-command, thai-compose-syllable): New functions.
4654 (thai-compose-region): Use thai-compose-syllable.
4655 (thai-compose-string): Likewise.
4656 (thai-composition-function): Likewise.
4657 (thai-auto-composition): New function.
4658 (thai-auto-composition-mode): New minor mode.
4659
4660 * language/thai.el: Fix patterns to be registered in
4661 composition-function-table.
4662
4663 * international/quail.el (quail-input-method): Locally bind
4664 inhibit-modification-hooks to t.
4665
4666 2005-03-17 Richard M. Stallman <rms@gnu.org>
4667
4668 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4669 (perl-mode): Use run-mode-hooks.
4670
4671 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4672 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4673 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4674
4675 * mail/sendmail.el (sendmail-send-it): Reenable the code
4676 to compute resend-to-address and use it.
4677
4678 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4679
4680 * image-mode.el: New file.
4681
4682 * image.el (insert-sliced-image): Add autoload cookie.
4683
4684 * font-lock.el (font-lock-lines-before): New user option.
4685 (font-lock-after-change-function): Obey it.
4686
4687 * bindings.el (esc-map): Make M-g a prefix.
4688 Bind M-g g and M-g M-g to goto-line.
4689
4690 * faces.el (face-id): Doc fix.
4691
4692 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4693
4694 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4695 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4696 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4697
4698 * mail/sendmail.el (mail-yank-ignored-headers)
4699 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4700 Add Mail-Followup-To and Mail-Reply-To headers.
4701 (mail-citation-hook): Add autoload cookie.
4702 (mail-mode): Doc fix.
4703 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4704 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4705 (mail-mode-fill-paragraph): Handle those headers.
4706 (mail-mailing-lists): New variable.
4707 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4708
4709 2005-03-17 Juri Linkov <juri@jurta.org>
4710
4711 * isearch.el (isearch-fallback): Check for `(car previous)'
4712 before calling `isearch-other-end-state'.
4713
4714 2005-03-17 Kim F. Storm <storm@cua.dk>
4715
4716 * simple.el (move-beginning-of-line): Move to beginning of buffer
4717 line, as well as beginning of screen line.
4718
4719 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4720
4721 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4722 argument REDRAW rather than calendar-redrawing variable.
4723 * calendar/calendar.el (calendar-redrawing): Delete.
4724 (redraw-calendar): Do not bind calendar-redrawing.
4725
4726 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4727
4728 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4729 diary-file buffer.
4730
4731 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4732
4733 * help.el (describe-mode): Allow a :minor-mode-function property to
4734 specify a different minor mode toggle function than the variable.
4735 * simple.el (auto-fill-function):
4736 * subr.el (add-minor-mode): Use it.
4737
4738 2005-03-16 Kenichi Handa <handa@m17n.org>
4739
4740 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4741 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4742 (ethio-fidel-to-sera-buffer): Likewise.
4743
4744 2005-03-16 Juri Linkov <juri@jurta.org>
4745
4746 * emacs-lisp/find-func.el (find-function-regexp):
4747 Add defun-emitting macro `menu-bar-make-toggle'.
4748
4749 * isearch.el: Put `isearch-scroll' property to
4750 `split-window-horizontally'.
4751
4752 * info.el: Update error messages for `debug-ignored-errors'.
4753 (Info-isearch-search): Doc fix.
4754 (Info-find-node): Move up code to go into info buffer before
4755 recording the node to the history.
4756 (Info-fontify-node): Fontify titles only if the next line
4757 has two or more `*', `=', `-', `.'.
4758 Display "go to this node" for empty (match-string 3).
4759
4760 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4761
4762 * term/mac-win.el: Add mouse pointer shape constants.
4763
4764 2005-03-15 Kim F. Storm <storm@cua.dk>
4765
4766 * simple.el (move-beginning-of-line): Use vertical-motion.
4767
4768 2005-03-15 Juri Linkov <juri@jurta.org>
4769
4770 * isearch.el (isearch-error): New variable.
4771 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4772 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4773 (isearch-within-brackets-state): Remove.
4774 (isearch-case-fold-search-state, isearch-pop-fun-state):
4775 Decrease frame index.
4776 (isearch-mode, isearch-top-state, isearch-push-state)
4777 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4778 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4779 (isearch-search, isearch-lazy-highlight-new-loop):
4780 Replace `isearch-invalid-regexp' with `isearch-error'.
4781 Remove `isearch-within-brackets'.
4782 (isearch-search): Add `search-failed' handler to `condition-case'.
4783 (isearch-lazy-highlight-search): Add `condition-case' to catch
4784 errors and allow `isearch-lazy-highlight-update' to try
4785 highlighting from the beginning of the window.
4786 (isearch-repeat): Move up code to set isearch-wrapped to t
4787 before calling isearch-wrap-function.
4788
4789 * info.el (Info-isearch-initial-node): New internal variable.
4790 (Info-search): Signal an error in isearch mode when search leaves
4791 the initial node. Signal an error when `bound' is non-nil and
4792 nothing was found in the current subfile.
4793 (Info-isearch-search): Remove `condition-case'.
4794 (Info-isearch-wrap): Don't wrap when search failed during leaving
4795 the initial node. If `Info-isearch-search' is nil, wrap around
4796 the current node.
4797 (Info-isearch-start): New fun.
4798 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4799 `isearch-mode-hook'.
4800
4801 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4802
4803 * simple.el (normal-erase-is-backspace): Set default to t if
4804 running on Mac.
4805
4806 * term/mac-win.el (function-key-map): Sync with x-win.el.
4807
4808 2005-03-15 Kenichi Handa <handa@m17n.org>
4809
4810 * international/mule-cmds.el (locale-language-names): Modify the
4811 format of elements and add more entries.
4812 (locale-preferred-coding-systems): Add more entries.
4813 (set-locale-environment): Adjust for the change of
4814 locale-language-names.
4815
4816 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * pcvs.el (smerge-ediff): Remove bogus autoload.
4819
4820 2005-03-14 Lute Kamstra <lute@gnu.org>
4821
4822 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4823 Ignore a `*' at the beginning of a line.
4824
4825 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4826 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4827 subr.el.
4828 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4829 to specify indentation.
4830
4831 * generic.el (define-generic-mode): Let generic-mode-list be a
4832 list of strings; test membership with equal.
4833
4834 2005-03-14 Kim F. Storm <storm@cua.dk>
4835
4836 * simple.el (next-line, previous-line): Add optional try-vscroll
4837 arg to recognize interactive use. Pass it on to line-move.
4838 (line-move): Don't perform auto-window-vscroll when defining or
4839 executing keyboard macro to ensure consistent behaviour.
4840
4841 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4844
4845 2005-03-13 Lute Kamstra <lute@gnu.org>
4846
4847 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4848 debugger-setup-buffer so that backtrace marks the frames set to
4849 debug-on-exit and we don't have to do it manually. Set an extra
4850 debug-on-exit for macro's.
4851 (debugger-setup-buffer): Don't mark the top frame manually.
4852
4853 2005-03-12 Lute Kamstra <lute@gnu.org>
4854
4855 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4856 lisp-indent-function throughout.
4857 (with-no-warnings): Set lisp-indent-function property.
4858
4859 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4860
4861 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4862 Add entry for backslash.
4863
4864 2005-03-12 Juri Linkov <juri@jurta.org>
4865
4866 * info.el (Info-search): Four fixes for backward search.
4867
4868 2005-03-11 Jay Belanger <belanger@truman.edu>
4869
4870 * calc/calc.el (calc-language-alist): New variable.
4871 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4872 (calc-embedded-find-modes): Use calc-language-alist instead of
4873 calc-embedded-language-alist.
4874
4875 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4876
4877 * calendar/calendar.el (calendar-redrawing): New internal
4878 variable.
4879 (redraw-calendar): Remove bogus save-excursion from previous
4880 change. Bind calendar-redrawing to t for mark-diary-entries.
4881 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4882 calendar if that is why we were called.
4883
4884 2005-03-11 Kenichi Handa <handa@m17n.org>
4885
4886 * international/mule.el (make-coding-system): Set property
4887 coding-system-define-form to nil.
4888 (define-coding-system-alias): Likewise.
4889
4890 2005-03-11 Kenichi Handa <handa@m17n.org>
4891
4892 These changes are suggested by Dave Love <fx@gnu.org>.
4893
4894 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4895 coding: tag.
4896 (adaptive-fill-regexp): Add more bullets.
4897 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4898 regexps.
4899
4900 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * help.el (describe-mode): Properly handle non-trivial lighters.
4903 Don't ignore minor modes that are not listed in minor-mode-list.
4904
4905 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4906 feature ON when the user requests to turn it OFF.
4907
4908 2005-03-10 Lute Kamstra <lute@gnu.org>
4909
4910 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4911 (implement-debug-on-entry): New function to replace debug-entry-code.
4912 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4913 second argument as the 2005-03-07 change makes it obsolete.
4914 (debug-on-entry, cancel-debug-on-entry): Update call to
4915 debug-on-entry-1.
4916 (debug, debugger-setup-buffer): Comment update.
4917 (debugger-frame-number): Update to work with implement-debug-on-entry.
4918
4919 2005-03-10 Jay Belanger <belanger@truman.edu>
4920
4921 * calc/calc-embed.el (math-ms-args): Declare it.
4922 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4923 math-ms-args.
4924 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4925 variables.
4926
4927 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4928
4929 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4930 Use message-box.
4931
4932 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4933 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4934 (tooltip-gud-tips): Simplify.
4935 (tooltip-gud-tips-p): Remove superflouous :set.
4936 (tooltip-gud-modes): Add fortran-mode.
4937 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4938
4939 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4940
4941 2005-03-09 Kim F. Storm <storm@cua.dk>
4942
4943 * play/animate.el (animate-place-char): Use forward-line instead
4944 of next-line to improve performance.
4945
4946 2005-03-09 Simon Josefsson <jas@extundo.com>
4947
4948 * net/browse-url.el (browse-url-default-browser): Doc fix.
4949
4950 2005-03-09 Miles Bader <miles@gnu.org>
4951
4952 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4953 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4954
4955 2005-03-09 Kenichi Handa <handa@m17n.org>
4956
4957 * international/latin-1.el: Set case and syntax for 255 only if
4958 set-case-syntax-set-multibyte is nil.
4959
4960 * textmodes/ispell.el (ispell-insert-word): New function.
4961 (ispell-word): Use ispell-insert-word to insert a new word.
4962 (ispell-process-line): Likewise.
4963 (ispell-complete-word): Likewise.
4964
4965 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4966
4967 * calendar/calendar.el (redraw-calendar): Preserve point.
4968 Reported by Matt Hodges <MPHodges@member.fsf.org>.
4969 (calendar-week-start-day): Move after definition of
4970 redraw-calendar. Delete buffer test, since redraw-calendar has
4971 that now.
4972
4973 * calendar/diary-lib.el (mark-diary-entries): Only call
4974 redraw-calendar in the first of any recursive calls.
4975 Reported by Alan Shutko <ats@acm.org>.
4976
4977 2005-03-08 Juri Linkov <juri@jurta.org>
4978
4979 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4980 (html-horizontal-rule, html-line, html-image, html-checkboxes)
4981 (html-radio-buttons): Add a space before the trailing `/>' where
4982 sgml-xml-mode is non-nil.
4983 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4984 the subsequent tag of the empty XML tag.
4985 (html-href-anchor): Don't set initial input to "http:".
4986 (html-image): Ask for the image URL and set point inside alt="".
4987 (html-name-anchor): Duplicate the name in the `id' attribute when
4988 sgml-xml-mode is non-nil.
4989 (html-paragraph): Remove \n before <p>.
4990 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4991 instead of `checked' when sgml-xml-mode is non-nil.
4992
4993 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4994 Remove 1 space before #RRGGBB to not truncate it on terminal
4995 windows w/o fringes. Remove 1 space between bg and fg examples
4996 to get more space.
4997 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4998 avoid byte-compile warnings.
4999
5000 * image-file.el (image-file-handler): Put `safe-magic' property to
5001 `image-file-handler'.
5002
5003 * info.el (Info-isearch-search): Emulate word search in
5004 isearching through multiple Info nodes with Info-search.
5005 (Info-isearch-wrap): Allow isearch-word.
5006
5007 2005-03-08 Lute Kamstra <lute@gnu.org>
5008
5009 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5010 stepping into the debugger's code is not possible.
5011 (debugger-jumping-flag): Docstring update.
5012
5013 2005-03-08 Jay Belanger <belanger@truman.edu>
5014
5015 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5016 embedded mode begins.
5017 (calc-embedded-language-alist): New variable.
5018 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5019 set default language mode.
5020
5021 2005-03-08 Kenichi Handa <handa@m17n.org>
5022
5023 * international/ccl.el (define-ccl-program): Fix docstring about
5024 extra 256 bytes assured for the output buffer.
5025
5026 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5027 Fix BUFFER_MAGNIFICATION to 2.
5028 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5029
5030 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5031
5032 * align.el (align-rules-list): Added an alignment rule for CSS
5033 declarations (applies to css-mode and html-mode buffers).
5034
5035 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5036
5037 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5038
5039 2005-03-07 Kim F. Storm <storm@cua.dk>
5040
5041 * simple.el (move-beginning-of-line): New command.
5042
5043 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5044
5045 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5046
5047 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5048 and move-beginning-of-line.
5049
5050 * apropos.el (apropos-print): Omit command from M-x ... RET.
5051
5052 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5053
5054 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5055 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5056
5057 2005-03-06 Richard M. Stallman <rms@gnu.org>
5058
5059 * bindings.el (esc-map): Bind M-g to goto-line.
5060
5061 * facemenu.el (global-map): Bind M-o, not M-g.
5062
5063 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5064
5065 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5066 "Open Directory" as for "Open File".
5067
5068 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5071 (push-mark-command): Run activate-mark-hook.
5072
5073 2005-03-06 Richard M. Stallman <rms@gnu.org>
5074
5075 * help-mode.el (help-mode-finish): Don't alter the element
5076 in view-return-to-alist if there already is one.
5077
5078 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5079 make sure the current buffer is the expected one.
5080
5081 * novice.el (disabled-command-function): Output in *Disabled Command*.
5082 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5083
5084 * textmodes/flyspell.el (flyspell-large-region):
5085 Pass args differently for aspell.
5086
5087 * files.el (mode-require-final-newline): Doc fix.
5088
5089 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5090
5091 * progmodes/which-func.el (which-function):
5092 Specify NOERROR when calling imenu--make-index-alist.
5093
5094 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * simple.el (normal-erase-is-backspace): Define default value.
5097
5098 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5099 (custom-reevaluate-setting): Simple function to handle
5100 variables that are defined before their default value can really
5101 be computed.
5102
5103 * startup.el (command-line): Use it for temporary-file-directory,
5104 small-emporary-file-directory, auto-save-file-name-transforms,
5105 blink-cursor-mode, and normal-erase-is-backspace.
5106
5107 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5108 progress, even with buggy anchored keywords.
5109
5110 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5111
5112 * simple.el (goto-line): Remove unbalanced final parenthesis.
5113
5114 2005-03-05 Richard M. Stallman <rms@gnu.org>
5115
5116 * simple.el (goto-line): Use a number at point as the default.
5117 With C-u as arg, switch buffers.
5118
5119 2005-03-05 Juri Linkov <juri@jurta.org>
5120
5121 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5122 with `no-blinking-cursor'.
5123
5124 * startup.el (no-blinking-cursor): New defvar.
5125 (command-line): Add `--no-blinking-cursor' to longopts.
5126 Set `no-blinking-cursor' to t for command line arguments
5127 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5128 with `no-blinking-cursor' in the condition for calling
5129 `blink-cursor-mode'.
5130
5131 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5132
5133 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5134 (menu-bar-options-save): Add blink-cursor-mode.
5135 (menu-bar-options-menu): Add blink-cursor-mode.
5136
5137 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5138
5139 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5140 (icalendar-export-file, icalendar-export-region)
5141 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5142 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5143
5144 2005-03-04 Lute Kamstra <lute@gnu.org>
5145
5146 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5147 (debug-function-list): Ditto.
5148
5149 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5150
5151 * textmodes/texinfmt.el (texinfo-append-refill):
5152 Redefine the types of line to which @refill
5153 is not appended by replacing a search for `@refill\\|@bye' with
5154 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5155 itemize@refill' bug and the unfilled long lines bug.
5156 (texinfmt-version): Update number and date.
5157
5158 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5159
5160 * international/code-pages.el (windows-1250, windows-125[2-8])
5161 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5162
5163 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5164
5165 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5166 bound yet.
5167
5168 2005-03-02 Romain Francoise <romain@orebokech.com>
5169
5170 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5171 buffer after removing limits.
5172 (ibuffer-pop-filter): Ditto.
5173 Update copyright.
5174
5175 2005-03-02 Miles Bader <miles@gnu.org>
5176
5177 * button.el (make-text-button): If the user doesn't specify a
5178 type, use the default. Rewrite to use `add-text-properties' and
5179 plist functions.
5180
5181 2005-03-01 Lute Kamstra <lute@gnu.org>
5182
5183 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5184 (debugger-jumping-flag): New var.
5185 (debug-entry-code): Use it.
5186 (debugger-jump): Use debugger-jumping-flag and add
5187 debugger-reenable to post-command-hook.
5188 (debugger-reenable): Use debugger-jumping-flag and remove itself
5189 from post-command-hook.
5190 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5191 debugger-reenable.
5192
5193 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5194
5195 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5196 inclusion of "itemize\\|", which may be unnecessary, is certainly
5197 inelegant, and stops refilling in itemize lists when formatting
5198 Japanese Texinfo files to Info.
5199 Update copyright to 2005.
5200
5201 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5202
5203 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5204 of an error if GDB can't find the source file.
5205
5206 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5207
5208 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5209 not just the calendar.
5210
5211 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5212 first.
5213 (diary-redraw-calendar): New function.
5214 (make-diary-entry): Add diary-redraw-calendar to local
5215 write-contents-functions. Turn off selective display before
5216 inserting in diary.
5217
5218 2005-03-01 Kim F. Storm <storm@cua.dk>
5219
5220 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5221
5222 2005-03-01 Lute Kamstra <lute@gnu.org>
5223
5224 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5225 that debug-entry-code can be safely removed from a function while
5226 this code is being evaluated. Revert the 2005-02-27 change as the
5227 new implementation no longer requires it. Make sure that a
5228 function body containing just a string is not mistaken for a docstring.
5229 (debug): Skip one more frame in case of debug on entry.
5230 (debugger-setup-buffer): Delete one more frame line in case of
5231 debug on entry.
5232 (debugger-frame-number): Update to use the new text introduced by
5233 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5234
5235 2005-02-28 Kim F. Storm <storm@cua.dk>
5236
5237 * double.el (double-translate-key): Call force-window-update after
5238 read-event to avoid crash in redisplay.
5239
5240 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5243 (debug): Use it. Move the inhibit-trace earlier.
5244 (debug-entry-code): New const.
5245 (debug-on-entry-1): Use it.
5246
5247 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * international/utf-16.el (ccl-encode-mule-utf-16le):
5250 Fix BUFFER_MAGNIFICATION to 2.
5251 (ccl-encode-mule-utf-16be): Likewise.
5252
5253 2005-02-28 Kenichi Handa <handa@m17n.org>
5254
5255 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5256 Fix BUFFER_MAGNIFICATION to 4.
5257 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5258
5259 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5260
5261 * speedbar.el (speedbar-update-flag): Doc fix.
5262 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5263 argument.
5264
5265 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5266
5267 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5268 have a non-nil `invisible' property but are actually visible.
5269
5270 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5271 for perldoc sections.
5272 (perl-outline-regexp, perl-outline-level): New var and function.
5273 (perl-mode): Use them.
5274
5275 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5276
5277 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5278 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5279
5280 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5281
5282 * cus-edit.el: Comment change.
5283 (custom-buffer-create-internal): Slightly reword text at top of
5284 Custom buffers. Mention there that saving an option edits the
5285 init file. Add link to Emacs manual node on `custom-file'.
5286 (custom-magic-alist): Rewrite individual State messages to use
5287 capitalized keywords. Doc fix.
5288
5289 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5290
5291 * calendar/calendar.el (calendar-buffer): Move above
5292 calendar-week-start-day.
5293 (calendar-week-start-day): Doc fix. Add :set function.
5294 (calendar-minimum-window-height): New variable.
5295 (generate-calendar-window): Only resize window if selected-window
5296 is displaying the calendar buffer. Use new variable
5297 calendar-minimum-window-height.
5298 (generate-calendar): Reword error message.
5299 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5300
5301 2005-02-27 Andreas Schwab <schwab@suse.de>
5302
5303 * vc.el (vc-do-command): Don't run command asynchronously when
5304 operating in a remote directory.
5305
5306 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5307 change from sync with Tramp 2.0.47.
5308
5309 2005-02-27 Richard M. Stallman <rms@gnu.org>
5310
5311 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5312
5313 * textmodes/flyspell.el (flyspell-mode-on):
5314 Call ispell-change-dictionary only if necessary.
5315
5316 * emacs-lisp/re-builder.el (regexp-builder): New function.
5317
5318 * register.el (describe-register-1): Explicitly handle
5319 yank-excluded-properties = t.
5320
5321 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5322 (custom-magic-alist): Change the status descriptions again.
5323 (face widget-type): Total rewrite based on `restricted-sexp'
5324 to eliminate the confusing double hiding levels.
5325
5326 * emacs-lisp/debug.el (debug-on-entry-1):
5327 If function body is empty, add nil as body form.
5328
5329 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * emacs-lisp/trace.el (inhibit-trace): New var.
5332 (trace-make-advice): Use it.
5333
5334 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5335
5336 2005-02-26 Kim F. Storm <storm@cua.dk>
5337
5338 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5339 (mouse-on-link-p, mouse-drag-region-1): Use it.
5340
5341 2005-02-25 Lute Kamstra <lute@gnu.org>
5342
5343 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5344
5345 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * frame.el (blink-cursor-mode): Add :group keyword.
5348
5349 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5350
5351 * calendar/icalendar.el (icalendar--decode-isodatetime):
5352 New optional argument DAY-SHIFT.
5353 (icalendar-export-region): Fix coding-system-for-write.
5354 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5355 events by one.
5356
5357 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5358
5359 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5360
5361 2005-02-24 Kim F. Storm <storm@cua.dk>
5362
5363 * international/iso-acc.el (iso-accents-compose): Fix crash
5364 during redisplay. Call force-window-update after read-event
5365 and delete-region to signal that window is not accurate.
5366
5367 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5368
5369 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5370 Remove unused and inexistent var `inhibit-trace'.
5371 (debugger-mode): Use run-mode-hooks.
5372 (debugger-list-functions): Add buttons; setup xref stack.
5373
5374 2005-02-23 Richard M. Stallman <rms@gnu.org>
5375
5376 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5377 appointment says it was explicitly made.
5378 (appt-add): Set the 3rd element.
5379 (appt-make-list): Preserve explicit appointments.
5380
5381 * subr.el (find-tag-default): Catch errors in forward-sexp.
5382
5383 2005-02-23 Juri Linkov <juri@jurta.org>
5384
5385 * info.el (Info-isearch-search): New defcustom.
5386 (Info-isearch-search): Call the default isearch function
5387 when Info-isearch-search is nil.
5388 (Info-isearch-wrap): Use variable Info-isearch-search.
5389
5390 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5391
5392 * cus-edit.el: Comment change.
5393
5394 2005-02-22 Kim F. Storm <storm@cua.dk>
5395
5396 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5397 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5398
5399 2005-02-22 Simon Josefsson <jas@extundo.com>
5400
5401 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5402 New variable.
5403 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5404 Oskarsson" <myrkraverk@users.sourceforget.net>.
5405
5406 2005-02-22 Kim F. Storm <storm@cua.dk>
5407
5408 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5409 check that window of that event is the selected window.
5410 (mouse-drag-region-1): Compare mouse event window to selected
5411 window before setting point.
5412
5413 * tooltip.el (tooltip-show-help-function): Pass event to
5414 mouse-on-link-p so it can check selected window.
5415
5416 2005-02-22 Kenichi Handa <handa@m17n.org>
5417
5418 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5419 (ps-mule-show-warning): New function.
5420 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5421 characters are found.
5422
5423 * ps-print.el (ps-header-footer-string): Return a list of header
5424 and footer strings.
5425
5426 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5427
5428 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5429
5430 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5431
5432 * frame.el (blink-cursor-mode): Use define-minor-mode.
5433
5434 * term/mac-win.el (function-key-map): Use char-names more consistently.
5435 (file-name-coding-system): Only set it for MacOS-9. The other case is
5436 already handled in mule-cmds.el (where it also works when mac-win.el
5437 is not used).
5438
5439 2005-02-21 Kenichi Handa <handa@m17n.org>
5440
5441 * international/mule.el (ctext-pre-write-conversion): Always use
5442 " *code-converting-work*" buffer for work.
5443
5444 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5445
5446 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5447
5448 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5449
5450 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5451
5452 * ses.el (undo-more): Restore defadvice, but only the part that
5453 allows changes outside the restricted area of the buffer.
5454
5455 2005-02-20 Kim F. Storm <storm@cua.dk>
5456
5457 * simple.el (line-move): Add fourth optional arg try-vscroll which
5458 must be set to perform auto-window-vscroll.
5459 When moving backwards and doing auto-window-vscroll, automatically
5460 vscroll to the last part of lines which are taller than the window.
5461 (next-line, previous-line): Set try-vscroll arg on line-move.
5462
5463 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5464
5465 * replace.el (query-replace, query-replace-regexp)
5466 (replace-string, replace-regexp): When operating on region, make
5467 the minibuffer prompt say so.
5468
5469 * isearch.el (isearch-forward): Document isearch-query-replace and
5470 isearch-query-replace-regexp keybindings.
5471
5472 2005-02-19 Jay Belanger <belanger@truman.edu>
5473
5474 * calc/calc-aent.el (math-read-token): Add local variable.
5475
5476 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5477 (calc-edit-top): Move declaration to earlier in file.
5478 (calc-edit-macro-repeats): Add local variables.
5479
5480 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5481 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5482 calcFunc-tanh.
5483 Adjust integration rule for calcFunc-tan.
5484
5485 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5486
5487 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5488 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5489 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5490 (viper-skip-separators): Bug fix.
5491 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5492 particular major mode.
5493 (viper-del-backward-char-in-replace): Don't put deleted char on the
5494 kill ring.
5495
5496 * viper-ex.el (viper-color-display-p): New function.
5497 (viper-has-face-support-p): Use viper-color-display-p.
5498
5499 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5500
5501 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5502
5503 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5504 (viper-file-remote-p): Make equivalent to file-remote-p.
5505
5506 * viper.el (viper-major-mode-modifier-list):
5507 Use viper-gnus-modifier-map.
5508
5509 2005-02-19 David Kastrup <dak@gnu.org>
5510
5511 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5512 quoting.
5513
5514 2005-02-19 Jay Belanger <belanger@truman.edu>
5515
5516 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5517 Remove extra definitions.
5518 (calc-coth): New function.
5519 (calcFunc-cot): Fix `let'.
5520
5521 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5522
5523 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5524 the reasons we use "type pc" in these faces.
5525
5526 * button.el (button): Ditto.
5527
5528 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5529
5530 * replace.el (query-replace-read-from): Set the value of
5531 query-replace-from-history-variable to handle the case of an empty
5532 string entered to accept the suggested default.
5533
5534 * net/tramp.el (tramp-file-name-for-operation):
5535 Use dired-call-process instead of dired-call-process-command.
5536
5537 2005-02-19 Jay Belanger <belanger@truman.edu>
5538
5539 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5540 (math-div-non-trig): New variables.
5541 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5542 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5543 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5544 trig expressions.
5545
5546 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5547
5548 * progmodes/gdb-ui.el (gdb-var-update-handler)
5549 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5550 for watch expressions,
5551 (gdb-var-create-handler): Don't set speedbar-update-flag.
5552 (gdb-post-prompt): Simplify test for speedbar.
5553
5554 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5555
5556 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5557 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5558 we use the syntax table of the correct buffer.
5559 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5560 Felix Gatzemeier.
5561
5562 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5563 (ediff-file-remote-p): Make synonymous with file-remote-p.
5564 In all deffaces ediff-*-face-*, use min-colors.
5565
5566 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5567 ediff-recurse-to-subdirectories.
5568 (ediff-mark-if-equal): Check that the arguments are strings, use
5569 ediff-same-contents (after to Felix Gatzemeier).
5570
5571 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5572 nil.
5573
5574 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5577
5578 2005-02-18 David Kastrup <dak@gnu.org>
5579
5580 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5581 use `mark-active' when defined.
5582
5583 2005-02-18 Kenichi Handa <handa@m17n.org>
5584
5585 * ps-print.el (ps-font-info-database): New entry
5586 ZapfChancery-MediumItalic with correct font name. Fix font name
5587 of the entry Zapf-Chancery-MediumItalic.
5588
5589 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5590
5591 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5592
5593 2005-02-16 Kim F. Storm <storm@cua.dk>
5594
5595 * ido.el (ido-fallback-command): Pass user input to fallback command.
5596
5597 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5600 (gdb-find-file-hook): Add server prefix.
5601
5602 2005-02-16 Richard M. Stallman <rms@gnu.org>
5603
5604 * replace.el (perform-replace): Pass new args to replace-highlight.
5605 (replace-highlight): Take region args,
5606 and pass them to isearch-lazy-highlight-new-loop.
5607
5608 * novice.el (disabled-command-hook): Autoload the defalias
5609 and the make-obsolete-variable call.
5610
5611 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5612
5613 * isearch.el (isearch-lazy-highlight-start-limit)
5614 (isearch-lazy-highlight-end-limit): New variables limit
5615 the region for highlighting.
5616 (isearch-lazy-highlight-new-loop): New args BEG and END.
5617 (isearch-lazy-highlight-search): Use the new vars.
5618 (isearch-lazy-highlight-update): Likewise.
5619
5620 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5621
5622 * cus-start.el (all): Use default-boundp.
5623
5624 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5625
5626 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5627
5628 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5629
5630 * autorevert.el (auto-revert-stop-on-user-input)
5631 (auto-revert-verbose): Doc fixes.
5632
5633 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5634
5635 * international/mule-cmds.el (set-locale-environment): Remove call
5636 to set-selection-coding-system on Windows.
5637
5638 2005-02-15 Jay Belanger <belanger@truman.edu>
5639
5640 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5641 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5642 calcFunc-coth.
5643 (math-simplify-sqrt): Add simplifications.
5644
5645 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5646 to list.
5647
5648 * calc/calc-ext.el: Add functions to autoloads.
5649
5650 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5651 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5652 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5653 (math-csc-raw, math-cot-raw): New functions.
5654
5655 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5656
5657 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5658 the variable name in a message.
5659
5660 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5661 calcFunc-csc, calcFunc-cot.
5662
5663 * calc/calcalg2.el: Add derivative and integration rules for
5664 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5665 calcFunc-csch, calcFunc-coth.
5666 (math-do-integral-methods): Add to checks for when to use
5667 substitutions.
5668
5669 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5670
5671 2005-02-15 Lute Kamstra <lute@gnu.org>
5672
5673 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5674 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5675 <monnier@iro.umontreal.ca>
5676 (lisp-outline-level): Improve efficiency. Suggested by David
5677 Kastrup <dak@gnu.org>.
5678
5679 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5680
5681 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5682 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5683 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5684 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5685 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5686
5687 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5688
5689 * cus-start.el (all): Comment change.
5690
5691 2005-02-14 Lute Kamstra <lute@gnu.org>
5692
5693 * cus-start.el (all): Check if symbol is void.
5694
5695 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5696
5697 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5698 optional argument to \cite.
5699
5700 2005-02-14 Richard M. Stallman <rms@gnu.org>
5701
5702 * cus-edit.el (custom-buffer-create-internal): Update help message.
5703 (custom-magic-alist): Update help messages.
5704
5705 * cus-start.el (all): Allow a var to specify a standard value.
5706
5707 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5708
5709 * custom.el (custom-theme-set-variables): Handle variable aliases.
5710
5711 * frame.el (blink-cursor-timer): Doc fix.
5712 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5713 declare obsolete.
5714 (blink-cursor-mode): Define with defcustom and use correct
5715 standard expression in that defcustom.
5716 * startup.el (command-line): Adapt to above changes in frame.el.
5717
5718 2005-02-11 Lute Kamstra <lute@gnu.org>
5719
5720 * apropos.el (apropos-score-doc): Prevent division by zero.
5721
5722 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5723
5724 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5725 (icalendar--get-event-property-attributes)
5726 (icalendar--get-event-properties)
5727 (icalendar--datetime-to-diary-date): New functions.
5728 (icalendar--split-value): Doc fix.
5729 (icalendar--datetime-to-noneuropean-date)
5730 (icalendar--datetime-to-european-date): New optional argument
5731 SEPARATOR. Return result as a string instead of a list.
5732 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5733 (icalendar--convert-string-for-export): Rename arg S to STRING.
5734 (icalendar-export-region): Doc fix. Change name of error buffer.
5735 Save output buffer.
5736 (icalendar-import-file): Add blank at end of prompt.
5737 (icalendar-import-buffer): Doc fix. Do not switch to error
5738 buffer. Indicate status in return value.
5739 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5740 buffer. Save output buffer. Handle exception from recurrence
5741 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5742 events. Fix problems with weekly all-day events.
5743
5744 2005-02-10 Richard M. Stallman <rms@gnu.org>
5745
5746 * simple.el (eval-expression-print-format):
5747 Avoid warning about edebug-active.
5748
5749 * help.el (help-for-help-internal): Rename from help-for-help.
5750 (help-for-help): Define with defalias.
5751
5752 * font-core.el (font-lock-default-function): Use with-no-warnings.
5753
5754 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5755
5756 * custom.el (defface): Doc fix.
5757
5758 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5759
5760 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5761 width 0" to prevent word wrapping problems.
5762
5763 2005-02-09 Kim F. Storm <storm@cua.dk>
5764
5765 * ido.el (ido-file-extensions-order): New defcustom.
5766 (ido-file-extension-lessp, ido-file-extension-aux)
5767 (ido-file-extension-order): New advanced file ordering.
5768 (ido-file-lessp): New simple file ordering.
5769 (ido-sort-list): Remove.
5770 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5771 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5772
5773 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5774
5775 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5776 that some versions of grep produce.
5777 (grep-mode-font-lock-keywords): Likewise.
5778
5779 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5780
5781 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5782 (gdb-cdir): Delete.
5783 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5784 (gdb-source-info): Treat case when source file is in another
5785 directory properly.
5786 (gdb-get-location): New function.
5787
5788 2005-02-07 Jay Belanger <belanger@truman.edu>
5789
5790 * calc/calc-prog.el (calc-write-parse-table-part)
5791 (calc-fix-token-name): Fix a check for language type.
5792
5793 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5794
5795 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5796
5797 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5798 as directory not writable.
5799
5800 2005-02-07 Kim F. Storm <storm@cua.dk>
5801
5802 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5803 (cua--standard-movement-commands): Remove list.
5804 Instead, set CUA property value to move for movement commands.
5805 (cua-movement-commands): Remove. Users must set CUA prop instead.
5806 (cua--pre-command-handler): Check CUA property.
5807 (cua--init-keymaps): Don't remap undo commands.
5808 (cua-mode): Don't call cua--rectangle-on-off.
5809
5810 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5811 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5812 (cua--rect-undo-set-point): New var.
5813 (cua--rectangle-undo-boundary): Setup undo apply entry.
5814 (cua--rect-undo-handler): New function for rectangle undo.
5815 (cua--rect-start-position, cua--rect-end-position): Add.
5816 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5817 for restored rectangle. Set point if cua--rect-undo-set-point.
5818
5819 2005-02-06 Jay Belanger <belanger@truman.edu>
5820
5821 * calc/calc-lang.el (calc-tex-language): Display more information
5822 in messages.
5823
5824 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5825 in TeX mode.
5826
5827 2005-02-06 Richard M. Stallman <rms@gnu.org>
5828
5829 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5830
5831 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5832
5833 * net/ldap.el (ldap-search-internal): Support attributes with
5834 optional descriptions separated by a semi-colon, as in
5835 "userCertificate;binary".
5836
5837 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5838
5839 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5840 isn't a cons (i.e. the version is 0).
5841
5842 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5843
5844 * help.el (help-for-help): Doc fix.
5845
5846 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5847
5848 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5849 GDB-Windows on the menu-bar as this works better.
5850
5851 2005-02-04 Jay Belanger <belanger@truman.edu>
5852
5853 * calc/calc-embed.el (calc-embedded-update): Don't put in
5854 unnecessary newlines. Adjust the end of formula marker.
5855
5856 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5857 (math-latex-parse-two-args): New function.
5858
5859 2005-02-03 Lute Kamstra <lute@gnu.org>
5860
5861 * help-fns.el (help-with-tutorial): Make sure that users cannot
5862 remove the entire text of the tutorial by means of `undo'.
5863
5864 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5867 in recent changes, where the ispell process was repeatedly
5868 killed & restarted.
5869
5870 * international/mule-cmds.el (set-locale-environment): Set file-name
5871 coding system to utf-8 on Darwin systems.
5872 (set-default-coding-systems): Don't set default-file-name-coding-system
5873 on Darwin systems.
5874
5875 2005-02-03 Richard M. Stallman <rms@gnu.org>
5876
5877 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5878
5879 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5880
5881 * faces.el (list-faces-display): Add optional argument.
5882
5883 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * font-core.el (font-lock-default-function): Handle the rare case where
5886 only font-lock-keywords is set.
5887
5888 2005-02-02 Kenichi Handa <handa@m17n.org>
5889
5890 * international/characters.el: Cancel previous change for
5891 I-WITH-DOT-ABOVE and DOTLESS-i.
5892
5893 * international/latin-5.el: Cancel previous change.
5894
5895 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5898
5899 2005-02-02 Kenichi Handa <handa@m17n.org>
5900
5901 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5902 DOTLESS-i.
5903
5904 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5905 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5906
5907 * case-table.el (get-upcase-table): New function.
5908 (copy-case-table): Copy upcaes table too if non-nil.
5909 (set-case-syntax-delims): Maintain upcase table too.
5910 (set-case-syntax-pair): Likewise.
5911 (set-upcase-syntax, set-downcase-syntax): New functions.
5912 (set-case-syntax): Maintain upcase table too.
5913
5914 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5915
5916 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5917
5918 * progmodes/gud.el (gud-goto-info): New function.
5919 (gud-tool-bar-map): Use correct icon.
5920
5921 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5922
5923 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5924 When delegating, order args in the funcall correctly.
5925
5926 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5927
5928 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5929
5930 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5931
5932 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5933 buffer not visiting a file.
5934
5935 2005-01-31 Jay Belanger <belanger@truman.edu>
5936
5937 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5938 bound on the line with the formula.
5939
5940 2005-01-31 Kim F. Storm <storm@cua.dk>
5941
5942 * ses.el (ses-create-cell-variable-range)
5943 (ses-destroy-cell-variable-range, ses-reset-header-string)
5944 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5945 (ses-insert-row): Fix format of apply undo entries.
5946
5947 2005-01-31 Jay Belanger <belanger@truman.edu>
5948
5949 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5950 parts.
5951
5952 * calc/calc-embed.el (calc-embedded-open-formula)
5953 (calc-embedded-close-formula): Ignore matrix environments.
5954
5955 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5956 TeX mode.
5957
5958 * calc/calc-lang.el (math-function-table, math-oper-table)
5959 (math-variable-table): Adjust the LaTeX portions.
5960
5961 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5962 (math-latex-ignore-words): New constant.
5963
5964 2005-01-31 Richard M. Stallman <rms@gnu.org>
5965
5966 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5967 (ispell-local-dictionary): Doc fix.
5968 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5969 Don't reinitialize at run time. Don't defcustom.
5970 All uses changed to append ispell-local-dictionary-alist,
5971 or check it first.
5972 (ispell-current-dictionary): New variable for dictionary in use.
5973 (ispell-dictionary): Now used only for global default.
5974 (ispell-start-process): Set ispell-current-dictionary,
5975 not ispell-dictionary.
5976 (ispell-change-dictionary): Use this only for setting
5977 user preferences.
5978 (ispell-internal-change-dictionary): New function
5979 to change the current dictionary in use.
5980 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5981 Use ispell-current-dictionary.
5982 Handle ispell-local-dictionary-overridden.
5983 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5984
5985 2005-01-31 Jay Belanger <belanger@truman.edu>
5986
5987 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5988
5989 * calc/calc-ext.el: Add calc-latex-language to autoloads.
5990 (calc-mode-map): Add calc-latex-language.
5991
5992 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5993 (math-latex-print-frac): New functions.
5994 (math-oper-table, math-function-table, math-variable-table)
5995 (math-complex-format, math-input-filter): Add latex properties.
5996 (calc-set-language): Set math-expr-special-function-mapping.
5997
5998 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5999 (calc-write-parse-table-part): Add LaTeX support.
6000
6001 * calc/calc.el (calc-language): Adjust docstring.
6002 (calc-set-mode-line): Add LaTeX support.
6003 (math-expr-special-function-mapping): New variable.
6004 (math-tex-ignore-words): Add to list.
6005
6006 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6007 Add LaTeX support.
6008 (math-compose-expr): Add support for special functions.
6009
6010 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6011
6012 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gdb-ui.el (gdb-memory-address)
6015 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6016 (gdb-memory-mode-map, gdb-memory-format-keymap)
6017 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6018 (gdb-memory-unit-menu): New variables for a buffer
6019 that lets the user examine program memory.
6020 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6021 (gdb-memory-format-binary, gdb-memory-format-octal)
6022 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6023 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6024 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6025 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6026 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6027 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6028 (gdb-memory-mode, gdb-memory-buffer-name)
6029 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6030 New functions for above buffer.
6031
6032 2005-01-30 Richard M. Stallman <rms@gnu.org>
6033
6034 * cus-edit.el (custom-bury-buffer): Function deleted.
6035 (custom-buffer-done-function): Option deleted.
6036 (custom-buffer-done-kill): New (replacement option.
6037 (Custom-buffer-done): Call quit-window.
6038 (custom-buffer-create-internal): Update for above changes.
6039
6040 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6041
6042 * simple.el (undo-ask-before-discard): New var.
6043 (undo-outer-limit-truncate): Implement it.
6044 (undo-extra-outer-limit): Doc update.
6045
6046 2005-01-29 Richard M. Stallman <rms@gnu.org>
6047
6048 * ses.el (undo-more): Delete defadvice.
6049 (ses-begin-change): Doc fix.
6050
6051 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6052 instead of rebinding C-x u and C-_.
6053
6054 * files.el (normal-backup-enable-predicate): Return nil for files
6055 in /tmp, regardless of temporary-file-directory.
6056
6057 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6058
6059 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6060 (open-rectangle, delete-whitespace-rectangle-line)
6061 (clear-rectangle-line): If FILL, pass t instead of FILL
6062 for move-to-column's 2nd arg.
6063
6064 * simple.el (undo): Fix the test for continuing a series of undos.
6065 (undo-more): Set pending-undo-list to t when we reach end.
6066 (pending-undo-list): Move up defvar.
6067
6068 * wid-edit.el (widget-button-click):
6069 Shorten the range of the track-mouse binding.
6070
6071 * comint.el (comint-insert-input): Undo previous changes;
6072 use last-input-event in interactive spec.
6073
6074 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6075
6076 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6077 to nil before invoking call-process. Reset buffer's modified flag
6078 after fontifying it in the no-async branch.
6079
6080 * wid-edit.el (widget-specify-button): If mouse pointer shape
6081 cannot be changed, use mouse face instead.
6082
6083 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6084
6085 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6086 (gdb-goto-breakpoint): Make breakpoint handling work on template
6087 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6088 (gdb-assembler-custom): Update to recognise breakpoint information
6089 added on 2005-01-19.
6090
6091 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6094 (dsssl-mode): Use define-derived-mode.
6095 (scheme-mode-initialize): Remove.
6096 (scheme-mode): Use run-mode-hooks.
6097
6098 * cus-edit.el (customize-group-other-window)
6099 (custom-buffer-create-other-window): Don't override special-display-*.
6100 (custom-mode-map): Make it dense.
6101
6102 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6103 sets the default value.
6104
6105 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6106
6107 * descr-text.el: Add more keywords.
6108
6109 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * speedbar.el: Avoid unnecessary use of locate-library.
6112
6113 * international/mule-cmds.el (standard-display-european-internal):
6114 Don't fiddle with latin-1 non-break space any more since it's now
6115 special cased in the C code.
6116 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6117
6118 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6119
6120 * cus-start.el (all): Add `undo-outer-limit'.
6121
6122 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6123
6124 * textmodes/bibtex.el (bibtex-format-entry):
6125 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6126 field lines.
6127 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6128 not on part of a buffer.
6129
6130 2005-01-25 Lute Kamstra <lute@gnu.org>
6131
6132 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6133 nonempty field text strings like "{letters\\macro{}more letters}".
6134 Clarify docstring.
6135 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6136 (bibtex-entry-offset, bibtex-parse-association)
6137 (bibtex-parse-field-name): Fix typos in docstrings.
6138 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6139
6140 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6141
6142 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6143 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6144 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6145 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6146
6147 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6148 isearch minor mode.
6149
6150 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6153
6154 2005-01-24 Lute Kamstra <lute@gnu.org>
6155
6156 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6157 CASECHARS and NOT-CASECHARS regular expressions of the
6158 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6159 striding over charsets" error.
6160
6161 2005-01-24 Jay Belanger <belanger@truman.edu>
6162
6163 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6164 display variable name.
6165
6166 2005-01-24 Kenichi Handa <handa@m17n.org>
6167
6168 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6169 Fix setting of the element of encoded-kbd-iso2022-invocations.
6170
6171 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6172
6173 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6174 (gdb-threads-select): Change to also accept mouse events.
6175 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6176 (gdb-threads-mouse-select): Delete.
6177
6178 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6179
6180 * files.el (insert-directory): Take care of empty directory,
6181 listed without -a switch.
6182
6183 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * textmodes/refill.el (refill-post-command-function):
6186 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6187 to the list of functions that we should be careful not to undo.
6188 (refill-late-fill-paragraph-function): Remove.
6189 (refill-saved-state): New var.
6190 (refill-mode): Use it to save fill-paragraph-function.
6191 Save also the value of auto-fill-function.
6192
6193 * term/w32-win.el: Simplify code.
6194
6195 2005-01-23 Kim F. Storm <storm@cua.dk>
6196
6197 * simple.el (line-move): Adapt to new return value from
6198 pos-visible-in-window-p.
6199
6200 * simple.el (line-move): Fix last change. Check partial
6201 visibility at point rather than at window-start.
6202
6203 2005-01-22 Jason Rumney <jasonr@gnu.org>
6204
6205 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6206
6207 2005-01-22 David Kastrup <dak@gnu.org>
6208
6209 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6210
6211 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6212
6213 * type-break.el (type-break-mode): Add a test for
6214 type-break-file-name being non-nil.
6215
6216 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6217
6218 * net/eudc.el (top level): Call (message "") via progn, so that
6219 eudc-options-file is loaded.
6220
6221 2005-01-22 Kim F. Storm <storm@cua.dk>
6222
6223 * simple.el (line-move-1): Rename from line-move.
6224 (line-move): New function that adjusts vscroll for partially
6225 visible rows, and calls line-move-1 otherwise.
6226
6227 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6228
6229 * pcomplete.el: define pcomplete-read-event instead of read-event,
6230 since it's not a complete read-event implementation
6231
6232 2005-01-20 Jay Belanger <belanger@truman.edu>
6233
6234 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6235 for called function.
6236
6237 2005-01-20 Steven Tamm <steventamm@mac.com>
6238
6239 * term/mac-win.el (process-connection-type): Remove.
6240 Controlled now by s/darwin.h:PTY_ITERATION.
6241
6242 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6243
6244 * window.el (handle-select-window): Don't switch window when we're
6245 in the minibuffer.
6246
6247 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6248
6249 * subr.el (dotimes-with-progress-reporter): New macro.
6250
6251 * ses.el (ses-dotimes-msg): Remove macro.
6252 Use `dotimes-with-progress-reporter' instead.
6253
6254 2005-01-19 Steven Tamm <steventamm@mac.com>
6255
6256 * term/mac-win.el (process-connection-type): Use new
6257 operating-system-release variable to use ptys on Darwin 7 (OSX
6258 10.3) when using carbon build.
6259
6260 2005-01-19 Jay Belanger <belanger@truman.edu>
6261
6262 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6263 flags if the last command was a tab or M-tab.
6264
6265 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6266 in formula editing buffer.
6267
6268 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6269
6270 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6271 breakpoint image symbol in margin.
6272
6273 2005-01-19 Jay Belanger <belanger@truman.edu>
6274
6275 * calc/calc-prog.el (calc-execute-kbd-macro):
6276 Ignore calc-keep-arg-flag.
6277
6278 2005-01-19 Kenichi Handa <handa@m17n.org>
6279
6280 * textmodes/ispell.el (ispell-looking-at): New function.
6281 (ispell-process-line): Use ispell-looking-at to compare the ispell
6282 output and the buffer contents.
6283
6284 2005-01-18 Jay Belanger <belanger@truman.edu>
6285
6286 * calc/calc.el (calc-display-raw): Fix docstring.
6287
6288 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6289
6290 * simple.el (blink-matching-open): Strip extra info from syntax.
6291
6292 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6293 funny chars in the end-of-here-doc marker.
6294
6295 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6298 that enable/disabled state of breakpoints is shown correctly in
6299 fringe and on ttys.
6300 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6301 Add breakpoint information as text properties.
6302 (gdb-mouse-toggle-breakpoint):
6303 Rename to gdb-mouse-set-clear-breakpoint.
6304 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6305 breakpoints in the margin.
6306 (gdb-remove-strings): Simplify.
6307
6308 2005-01-17 Jay Belanger <belanger@truman.edu>
6309
6310 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6311 erasing buffer.
6312
6313 2005-01-17 Richard M. Stallman <rms@gnu.org>
6314
6315 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6316 for calling grep-compute-defaults.
6317
6318 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6319 if buffer is empty.
6320
6321 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6322
6323 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6326
6327 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6328 non-preloaded variables.
6329
6330 2005-01-17 Steven Tamm <steventamm@mac.com>
6331
6332 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6333 tex-shell cause to force interactivity when using pipes.
6334
6335 2005-01-17 Kim F. Storm <storm@cua.dk>
6336
6337 * simple.el (just-one-space): Make arg optional.
6338
6339 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6342 posn-at-x-y to t to access left-margin.
6343
6344 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6345
6346 Sync with Tramp 2.0.47.
6347
6348 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6349 catching keep-date problems in cp/scp operations.
6350 (tramp-handle-copy-file): Don't call `set-file-modes'
6351 unconditionally. Specialized functions should know better what is
6352 necessary. This improves performance a little bit, and the
6353 functions could catch errors with `cp -p' and `scp -p'.
6354 (tramp-do-copy-or-rename-file-via-buffer)
6355 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6356 when appropriate.
6357 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6358 Call `set-file-modes' when appropriate.
6359 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6360 Johnsson <isak@hypergene.com>
6361 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6362 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6363 <joakim@verona.se>
6364 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6365 Emacs only.
6366
6367 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6368 `find-file-hooks' and `dired-mode-hook'.
6369 (tramp-minor-mode-map): Respective map. Add remapping for
6370 `compile' and `recompile'.
6371 (tramp-remap-command, tramp-recompile): New defuns.
6372 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6373 in buffer "*Compilation*". Call the commands asynchronously.
6374
6375 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6376 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6377 `shell-command', because it isn't magic in XEmacs. Reported by
6378 Adrian Aichner <adrian@xemacs.org>.
6379
6380 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6381 `substitute-in-file-name.
6382 (tramp-smb-handle-substitute-in-file-name): New defun.
6383 (tramp-smb-advice-PC-do-completion): Delete advice.
6384
6385 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6386
6387 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6388 Fix error in deleting region.
6389
6390 2005-01-15 Richard M. Stallman <rms@gnu.org>
6391
6392 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6393 In non-temp buffer, switch syntax table temporarily.
6394
6395 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6396
6397 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6398
6399 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6400
6401 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6402 (imenu--generic-function): Use START, not BEG, as pos of definition.
6403
6404 * simple.el (just-one-space): Argument specifies number of spaces.
6405
6406 * simple.el (eval-expression-print-format): Avoid warning
6407 about edebug-active.
6408
6409 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6410
6411 * progmodes/sh-script.el: Code copied from make-mode.el
6412 with small changes,
6413 (sh-mode-map): Bind C-c C-\.
6414 (sh-backslash-column, sh-backslash-align): New variables.
6415 (sh-backslash-region, sh-append-backslash): New functions.
6416
6417 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6418
6419 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6420 (rmail-pop-password, rmail-pop-password-required): Move to
6421 rmail-obsolete group.
6422 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6423 All callers updated.
6424 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6425 Take an argument specifying whether it is POP or IMAP mailbox we
6426 are using. All callers updated.
6427 (rmail-pop-password-error): Rename to
6428 rmail-remote-password-error. Added mailutils-specific error message.
6429 (rmail-movemail-search-path)
6430 (rmail-movemail-variant-in-use): New variables.
6431 (rmail-remote-password, rmail-remote-password-required):
6432 New customization variables.
6433 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6434 (rmail-parse-url): New function.
6435 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6436 with GNU mailutils movemail.
6437
6438 2005-01-15 Kevin Ryde <user42@zip.com.au>
6439
6440 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6441 suffix to space, $ or '$, to correctly position point when going
6442 to @table style constants like DBL_MAX.
6443
6444 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6445
6446 * type-break.el (type-break-mode, type-break-file-time)
6447 (type-break-file-keystroke-count, type-break-choose-file):
6448 Don't store data in or load data from the file if type-break-file-name
6449 is nil.
6450 (type-break-file-name): Doc update as per the above.
6451
6452 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6453
6454 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6455 lookup-key might return nil; handle that.
6456
6457 2005-01-15 Alan Mackenzie <acm@muc.de>
6458
6459 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6460 rather than the element found, thus enabling the tree to be setcar'd.
6461
6462 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6463
6464 * textmodes/org.el (org-show-following-heading): New option.
6465 (org-show-hierarchy-above): Use `org-show-following-heading'.
6466 (org-cycle): Documentation fix.
6467
6468 * textmodes/org.el (orgtbl-optimized): New option
6469 (orgtbl-mode): New command, a minor mode.
6470 (orgtbl-mode-map): New variable.
6471 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6472 (orgtbl-error, orgtbl-self-insert-command)
6473 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6474
6475 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6476 a local variable in each org-mode buffer.
6477
6478 * textmodes/org.el (org-set-regexps-and-options): Rename from
6479 `org-set-regexps'. Added checking for STARTUP keyword.
6480 (org-get-current-options): Add STARTUP options.
6481 (org-table-insert-row): Mode mode intelligent about when
6482 realignment is needed.
6483 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6484 New commands.
6485 (org-enable-table-editor): New default value `optimized'.
6486 (org-table-blank-field): Support blanking regions if active.
6487
6488 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6489
6490 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6491 if the year is not given.
6492
6493 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6494 Add new escapes %m and %M, fixed bug with %F by adding
6495 save-match-data.
6496 (reftex-reference): Remove ?. from list of spaces.
6497 (reftex-label-info): Add automatic label prefix recognition.
6498
6499 * textmodes/reftex-index.el (reftex-index-next-phrase):
6500 Add slave parameter to call of `reftex-index-this-phrase'.
6501 (reftex-index-this-phrase): New optional argument.
6502 (reftex-index-region-phrases): Add slave parameter to call of
6503 `reftex-index-this-phrase'.
6504 (reftex-display-index): New argument redo.
6505 (reftex-index-rescan): Add 'redo to arguments of
6506 `reftex-display-index'.
6507 (reftex-index-Rescan, reftex-index-revert)
6508 (reftex-index-switch-index-tag): Add 'redo to arguments of
6509 `reftex-display-index'.
6510 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6511 indexing. Fix bug with matching is there is a quote before or
6512 after the word.
6513
6514 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6515 Fix bug when collecting citation keys in lines with comments.
6516 (reftex-citation): Prefix argument no longer rescans the document,
6517 but forces prompting for optional arguments of cite macros.
6518 (reftex-do-citation): Prompting for optional arguments implemented.
6519
6520 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6521 Add optional arguments to most cite commands.
6522 (reftex-cite-cleanup-optional-args): New option
6523 (reftex-cite-prompt-optional-args): New option.
6524 (reftex-trust-label-prefix): New option.
6525
6526 * textmodes/reftex-toc.el (reftex-toc-find-section):
6527 Add push-mark before changing the position in the buffer.
6528
6529 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6530 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6531
6532 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6533
6534 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6535 more carefully.
6536
6537 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6540 (sgml-mode): Use it.
6541 (sgml-get-context): Better keep track of implicitly closed tags.
6542
6543 2005-01-13 Kenichi Handa <handa@m17n.org>
6544
6545 * textmodes/ispell.el: These changes are to fix misalignment error
6546 caused by equivalent characters of different Emacs charsets.
6547 (ispell-unified-chars-table): New variable.
6548 (ispell-get-decoded-string): New function.
6549 (ispell-get-casechars, ispell-get-not-casechars)
6550 (ispell-get-otherchars): Call ispell-get-decoded-string.
6551
6552 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6553
6554 * custom.el (custom-declare-variable): Just put symbol instead
6555 of (defvar . symbol) in `current-load-list'.
6556
6557 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6558
6559 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6560
6561 2005-01-12 Jay Belanger <belanger@truman.edu>
6562
6563 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6564 to create a Calc summary.
6565
6566 2005-01-12 Kim F. Storm <storm@cua.dk>
6567
6568 * mouse.el (mouse-on-link-p): Change functionality and doc
6569 string to comply with latest description in lisp ref.
6570
6571 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6572
6573 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6574 Enable mouse clicks on mode-line, header-line and margin.
6575 (event-type): Give mouse event symbols an 'event-kind property
6576 with value 'mouse-click.
6577
6578 2005-01-12 Juri Linkov <juri@jurta.org>
6579
6580 * facemenu.el (list-colors-display): Add new arg buffer-name.
6581 Use it. Fix docstring. Replace code for identifying duplicate
6582 colors by the name with call to `list-colors-duplicates' which
6583 identifies duplicate colors by the value unless the color
6584 is one of special Windows colors. Set truncate-lines to t.
6585 Print sorted duplicate color names on each line. Indent to 22
6586 \(the longest color name in rgb.txt) instead of 20. Optimize.
6587 (list-colors-duplicates): New function.
6588 (facemenu-color-name-equal): Delete function.
6589
6590 * facemenu.el (list-colors-print): New function created from code
6591 in list-colors-display. Print #RRGGBB at the window right edge.
6592 (list-colors-display): When temp-buffer-show-function is not
6593 defined, call list-colors-print from temp-buffer-show-hook
6594 to get the right value of window-width in list-colors-print
6595 after the buffer is displayed.
6596
6597 * simple.el (pop-mark): Move deactivate-mark out of conditional
6598 part to deactivate the active mark regardless of the state of the
6599 mark ring.
6600
6601 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6602 variables line in desktop files.
6603
6604 2005-01-12 Juri Linkov <juri@jurta.org>
6605
6606 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6607 Bring together isearch highlight related options.
6608 (lazy-highlight): Replace group `replace' by `matching'.
6609 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6610 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6611 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6612 and declare them obsolete.
6613 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6614 (isearch-faces): Remove defgroup.
6615 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6616 Move isearch highlighting code closer to lazy highlighting code.
6617
6618 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6619 (query-replace-highlight, query-replace-lazy-highlight)
6620 (query-replace): Move definitions to the beginning of the file.
6621
6622 2005-01-11 Juri Linkov <juri@jurta.org>
6623
6624 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6625 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6626 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6627
6628 * info.el (Info-history-forward): New variable.
6629 (Info-select-node): Reset Info-history-forward to nil.
6630 (Info-last): Turn into defalias.
6631 (Info-history-back): Rename from Info-last.
6632 Add current node to Info-history-forward.
6633 (Info-history-forward): New fun.
6634 (Info-mode-map): Replace Info-last by Info-history-back.
6635 Bind Info-history-forward to "r".
6636 (Info-mode-menu): Replace Info-last by Info-history-back.
6637 Fix menu item text. Add menu item for Info-history-forward.
6638 (info-tool-bar-map): Replace Info-last by Info-history-back.
6639 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6640 for Info-history-forward.
6641 (Info-mode): Replace Info-last by Info-history-back in docstring.
6642 Add local variable Info-history-forward.
6643 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6644
6645 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6648 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6649 Ignore select-window events rather than fiddle with
6650 mouse-autoselect-window.
6651
6652 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6653
6654 * type-break.el (type-break-mode): Fix previous change.
6655
6656 2005-01-10 Jay Belanger <belanger@truman.edu>
6657
6658 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6659 calculator; only reset when point is inside a calculator.
6660 Don't adjust the window height if the window takes up the whole height
6661 of the frame.
6662
6663 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6664
6665 * ebuff-menu.el (Electric-buffer-menu-mode):
6666 Preserve value of buffer-local var header-line-format.
6667
6668 2005-01-09 Jay Belanger <belanger@truman.edu>
6669
6670 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6671 Make sure settings file exists before accessing it.
6672
6673 * calc/calc-embed.el (calc-embedded-subst):
6674 Replace math-multi-subst-rec, which is only supposed to be called
6675 by math-multi-subst, by math-multi-subst.
6676
6677 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6678
6679 * vc.el (vc-allow-async-revert): New user option.
6680 (vc-disable-async-diff): New internal variable.
6681 (vc-revert-buffer): Use them to disable asynchronous diff.
6682
6683 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6684 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6685 asynchronously if vc-disable-async-diff is t.
6686
6687 2005-01-09 Jay Belanger <belanger@truman.edu>
6688
6689 * calc/calc.el (defcalcmodevar): New macro.
6690 (calc-mode-var-list-restore-default-values)
6691 (calc-mode-var-list-restore-saved-values): New functions.
6692 (calc-mode-var-list): Use defcalcmodevar to define it.
6693 (calc-always-load-extensions, calc-line-numbering)
6694 (calc-line-breaking, calc-display-just, calc-display-origin)
6695 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6696 (calc-group-char, calc-point-char, calc-frac-format)
6697 (calc-prefer-frac, calc-hms-format, calc-date-format)
6698 (calc-float-format, calc-full-float-format, calc-complex-format)
6699 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6700 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6701 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6702 (calc-matrix-brackets, calc-language, calc-language-option)
6703 (calc-left-label, calc-right-label, calc-word-size)
6704 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6705 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6706 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6707 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6708 (calc-window-height, calc-display-trail, calc-show-selections)
6709 (calc-use-selections, calc-assoc-selections)
6710 (calc-display-working-message, calc-auto-why, calc-timing)
6711 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6712 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6713 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6714 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6715 (calc-gnuplot-geometry, calc-graph-default-resolution)
6716 (calc-graph-default-resolution-3d, calc-invocation-macro)
6717 (calc-show-banner): Use defcalcmodevar to declare them and set
6718 their default values.
6719
6720 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6721 instead of default values (but restore default values if there is
6722 an argument of 0).
6723
6724 2005-01-09 David Kastrup <dak@gnu.org>
6725
6726 * desktop.el (desktop-restore-eager): Fix typo in type.
6727
6728 2005-01-08 Richard M. Stallman <rms@gnu.org>
6729
6730 * cus-edit.el (customize): Delete :link.
6731
6732 2005-01-08 Jay Belanger <belanger@truman.edu>
6733
6734 * calc/calc.el (calc-mode): Remove the extension from the
6735 `calc-settings-file' file name when loading it.
6736
6737 2005-01-08 Kim F. Storm <storm@cua.dk>
6738
6739 * info.el (Info-mode-map, Info-next-link-keymap)
6740 (Info-prev-link-keymap, Info-up-link-keymap):
6741 Map follow-link to mouse-face.
6742 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6743
6744 2005-01-08 Jay Belanger <belanger@truman.edu>
6745
6746 * calc/calc.el (calc-settings-file): Change default value.
6747 Suggested by cgw in a comment in calc-mode.el.
6748
6749 * calc/calc-mode.el (calc-settings-file-name):
6750 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6751 Replace ~/.emacs in a prompt by calc-settings-file.
6752
6753 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6754
6755 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6756 (desktop-lazy-idle-delay): New customizable variables.
6757 (desktop-buffer-args-list): New variable.
6758 (desktop-append-buffer-args): New function.
6759 (desktop-save): Call desktop-append-buffer-args for some buffers.
6760 (desktop-lazy-create-buffer): New function.
6761 (desktop-idle-create-buffers): New function.
6762 (desktop-read): Add message about buffers to restore lazily.
6763 (desktop-lazy-abort): New command.
6764 (desktop-clear): Call desktop-lazy-abort.
6765 (desktop-lazy-complete): New command.
6766
6767 2005-01-06 Richard M. Stallman <rms@gnu.org>
6768
6769 * emacs-lisp/find-func.el (find-face-definition):
6770 Rename from find-face.
6771
6772 2005-01-06 Kim F. Storm <storm@cua.dk>
6773
6774 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6775
6776 * man.el (Man-xref-man-page, Man-xref-header-file)
6777 (Man-xref-normal-file): Add follow-link property.
6778
6779 2005-01-06 Jay Belanger <belanger@truman.edu>
6780
6781 * calc/calc-units.el: Make sure the proper macro definitions are
6782 available when compiling.
6783
6784 2005-01-06 Juri Linkov <juri@jurta.org>
6785
6786 * isearch.el (isearch-lazy-highlight-update):
6787 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6788
6789 2005-01-06 Miles Bader <miles@gnu.org>
6790
6791 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6792 (isearch-lazy-highlight-face): Use new name.
6793
6794 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6795
6796 * uniquify.el (uniquify-rationalize-file-buffer-names):
6797 Re-add an interactive spec.
6798 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6799 to the same name.
6800
6801 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6802 (isearch-update, isearch-done): Adjust calls accordingly.
6803
6804 2005-01-05 Richard M. Stallman <rms@gnu.org>
6805
6806 * custom.el (custom-set-variables, custom-theme-set-variables):
6807 Clarify documentation.
6808
6809 * emacs-lisp/find-func.el (find-variable)
6810 (find-variable-other-window, find-variable-other-frame):
6811 Fix the TYPE args to find-function-read and find-function-do-it.
6812 (find-function): Doc fix.
6813 (find-function-at-point): Replace function-at-point alias.
6814
6815 2005-01-04 Richard M. Stallman <rms@gnu.org>
6816
6817 * cus-face.el (custom-declare-face):
6818 Record defface in current-load-list.
6819
6820 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6821
6822 * emacs-lisp/find-func.el: Doc fixes.
6823 (find-face-regexp): New variable.
6824 (find-function-regexp-alist): New variable.
6825 (find-function-C-source): Third arg is now TYPE.
6826 (find-function-search-for-symbol): Handle general TYPE.
6827 (find-function-read, find-function-do-it): Handle general TYPE.
6828 (find-definition-noselect, find-face): New functions.
6829 (function-at-point): Alias deleted.
6830
6831 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * battery.el (display-battery-mode): Rename from display-battery.
6834 Handle the case where it gets turned off.
6835
6836 2005-01-04 Richard M. Stallman <rms@gnu.org>
6837
6838 * cus-edit.el (customize): Make :link point to user doc.
6839
6840 * man.el (Man-fontify-manpage): Turn off undo generation.
6841
6842 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6843
6844 2005-01-04 Andreas Schwab <schwab@suse.de>
6845
6846 * files.el (insert-directory): Only look for error lines in
6847 inserted text. Don't move too far after processing --dired markers.
6848
6849 2005-01-04 Richard M. Stallman <rms@gnu.org>
6850
6851 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6852 Don't expand if the character is @, period, dash, etc.
6853 (define-mail-abbrev): Quote names that contain problem characters.
6854
6855 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6856
6857 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6858
6859 2005-01-03 Richard M. Stallman <rms@gnu.org>
6860
6861 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6862 (query-replace-highlight, query-replace-lazy-highlight)
6863 (query-replace): Definitions moved up. Doc fix.
6864
6865 2005-01-03 Richard M. Stallman <rms@gnu.org>
6866
6867 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6868 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6869 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6870 (lazy-highlight-face): Rename from isearch-lazy-...
6871 Change all references to them.
6872
6873 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6874
6875 * cus-edit.el (custom-file): Doc fix for defcustom.
6876 (custom-file): The function no longer sets the variable
6877 `custom-file' to its return value.
6878
6879 * startup.el (command-line): No longer load `custom-file'.
6880
6881 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6882
6883 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6884
6885 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6886 Don't confuse module-prefixed identifiers for labels.
6887 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6888
6889 2005-01-02 Richard M. Stallman <rms@gnu.org>
6890
6891 * files.el (basic-save-buffer-1): Fix previous change.
6892
6893 * loadhist.el (file-loadhist-lookup): New function.
6894 (file-provides, file-requires): Use it.
6895
6896 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6897 instead of calculating the right size.
6898
6899 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6900
6901 * vc-svn.el (vc-svn-diff): Stay local if possible.
6902
6903 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6906
6907 * files.el (hack-local-variables): Fix last change.
6908
6909 2005-01-02 Jay Belanger <belanger@truman.edu>
6910
6911 * calc/calc-yank.el (calc-edit-top): New variable.
6912 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6913 object. Change header properties.
6914 (calc-edit-finish, calc-edit-finish-stack-object)
6915 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6916 edited object.
6917 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6918 for the beginning of the edited object.
6919 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6920 for the beginning of the edited object.
6921 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6922 (calc-finish-formula-edit, calc-macro-repeats)
6923 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6924 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6925 beginning of the edited object.
6926 (calc-user-define-edit): Change the header for editing macros.
6927 Remove unnecessary variable.
6928
6929 2005-01-01 Jay Belanger <belanger@truman.edu>
6930
6931 * calc/calc-yank.el (calc-edit-mode): Change default header.
6932 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6933 * calc/calc-store.el (calc-edit-variable): Change title to match new
6934 header.
6935 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6936 mode to match new header.
6937 (calc-user-define-edit): Change titles to include names of commands.
6938 (calc-finish-formula-edit): Adjust to handle new header.
6939 (calc-finish-macro-edit): Remove.
6940 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6941 (calc-edit-macro-command, calc-edit-macro-command-type)
6942 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6943 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6944 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6945 (calc-edit-macro-finish-edit): New functions.
6946 (calc-user-define-edit): Use new functions to edit named calc macros.
6947
6948 2005-01-01 Stefan <monnier@iro.umontreal.ca>
6949
6950 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6951
6952 * ses.el (copy-region-as-kill): Deactivate mark.
6953
6954 2005-01-01 Richard M. Stallman <rms@gnu.org>
6955
6956 * replace.el (occur-1): If the output buffer is also an input,
6957 don't kill it, rename it.
6958
6959 * faces.el (set-face-background, set-face-foreground): Doc fix.
6960
6961 * cus-face.el (custom-face-attributes): Fix :help-echo strings
6962 for :foreground and :background.
6963
6964 * dired.el (dired-view-command-alist): Variable deleted.
6965 (dired-view-file, dired-mouse-find-file-other-window):
6966 Delete the code to use it.
6967
6968 2005-01-01 Kim F. Storm <storm@cua.dk>
6969
6970 * image.el (insert-sliced-image): Use t for line-height property.
6971
6972 2004-12-31 Jay Belanger <belanger@truman.edu>
6973
6974 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6975 for "var-" at the beginning of the minibuffer.
6976
6977 2004-12-31 Richard M. Stallman <rms@gnu.org>
6978
6979 * faces.el (read-face-name):
6980 Don't treat an attribute spec as a list of faces.
6981
6982 * simple.el (undo): Use undo-equiv-table to detect
6983 unexpected changes since previous undo.
6984 (undo-list-saved): Variable deleted.
6985 (buffer-disable-undo): Don't alter undo-list-saved.
6986
6987 * files.el (require-final-newline): Allow `visit' and `visit-save'.
6988 (mode-require-final-newline): New option.
6989 (after-find-file): Handle require-final-newline with new values.
6990 (basic-save-buffer): Handle new values of require-final-newline.
6991
6992 * progmodes/sh-script.el (sh-require-final-newline):
6993 Alist value now controls whether to use mode-require-final-newline.
6994 (sh-set-shell): Implement that new meaning.
6995
6996 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6997 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6998 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6999 Delete old-Emacs compatibility code.
7000 (antlr-c-common-init): Function deleted.
7001
7002 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7003 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7004 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7005 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7006 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7007 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7008 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7009 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7010 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7011 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7012 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7013 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7014 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7015 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7016 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7017 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7018
7019 2004-12-31 Jay Belanger <belanger@truman.edu>
7020
7021 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7022 way to return to Calc.
7023
7024 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7025 finish, C-xk as the way to cancel the edit. Add cancel routine to
7026 kill-buffer-hook.
7027
7028 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7029 MacEdit code.
7030
7031 * calc/calc-prog.el: Remove obsolete MacEdit code.
7032 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7033 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7034
7035 2004-12-31 Kenichi Handa <handa@m17n.org>
7036
7037 * international/mule.el (buffer-file-coding-system-explicit):
7038 Rename for explicit-buffer-file-coding-system.
7039 (after-insert-file-set-coding): Adjust for the above change.
7040
7041 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7042 to buffer-file-coding-system-explicit.
7043 (basic-save-buffer-1): Likewise.
7044
7045 2004-12-30 Richard M. Stallman <rms@gnu.org>
7046
7047 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7048 (artist-butlast, artist-last): Functions deleted.
7049 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7050 (artist-compute-key-compl-table): Call remq directly.
7051 (artist-remove-nulls): Function deleted.
7052 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7053 (artist-push, artist-pop): Macro deleted.
7054
7055 2004-12-30 Andreas Leue <al@sphenon.de>
7056
7057 * textmodes/artist.el (artist-version): 1.2.6
7058 (artist-prev-next-op-alist): New variable.
7059 (artist-select-next-op-in-list): New function.
7060 (artist-select-prev-op-in-list): New function.
7061 (artist-make-prev-next-op-alist): New function.
7062 (artist-is-in-op-list-p): New function.
7063 (artist-get-first-non-nil-op): New function.
7064 (artist-get-last-non-nil-op): New function.
7065 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7066 artist-prev-next-op-alist.
7067 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7068 change drawing operation.
7069
7070 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7071
7072 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7073
7074 2004-12-31 Masatake YAMATO <jet@gyve.org>
7075
7076 * server.el (server-process-filter): Suppress `error', too.
7077
7078 2004-12-30 Jay Belanger <belanger@truman.edu>
7079
7080 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7081 Change the way a variable is displayed in a message.
7082
7083 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7084 (calc-user-define-permanent, calc-execute-kbd-macro):
7085 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7086
7087 2004-12-30 Kenichi Handa <handa@m17n.org>
7088
7089 * files.el (basic-save-buffer-1):
7090 Set explicit-buffer-file-coding-system to last-coding-system-used.
7091 (revert-buffer): Pay attention to
7092 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7093 on bind coding-system-for-read.
7094
7095 * international/mule.el (explicit-buffer-file-coding-system):
7096 New buffer local variable.
7097 (after-insert-file-set-coding): Set it to coding-system-for-read.
7098
7099 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7100
7101 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7102
7103 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7104
7105 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7106 that include line numbers.
7107
7108 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7109
7110 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7111 Redundant variable PREFIXLEN removed.
7112
7113 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7114
7115 * eshell/em-hist.el (eshell-previous-matching-input):
7116 Start the deletion from the end of the output.
7117
7118 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7119
7120 * term/mac-win.el: Require x-dnd.
7121 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7122
7123 2004-12-29 David Kastrup <dak@gnu.org>
7124
7125 * international/mule.el (decode-coding-inserted-region):
7126 Don't barf if `buffer-undo-list' is already set to `t'.
7127
7128 2004-12-29 Jay Belanger <belanger@truman.edu>
7129
7130 * calc/calc-prog.el (calc-user-define-formula): Put default values
7131 for function names in prompts.
7132 (calc-user-define-permanent, calc-user-define-composition)
7133 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7134 default input for algebraic functions.
7135
7136 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7137
7138 * vc-rcs.el (vc-rcs-annotate-command):
7139 Fix omission bug: Call `vc-setup-buffer'.
7140
7141 2004-12-29 Kenichi Handa <handa@m17n.org>
7142
7143 * international/mule.el (recode-region): New function.
7144
7145 2004-12-28 Richard M. Stallman <rms@gnu.org>
7146
7147 * simple.el (undo-extra-outer-limit): New variable.
7148 (undo-outer-limit-truncate): Test and set it.
7149
7150 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7151 enables the feature to extend the existing region.
7152
7153 * simple.el (mark-word): New arg ALLOW-EXTEND
7154 enables the feature to extend the existing region.
7155
7156 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7157 enables the feature to extend the existing region.
7158
7159 * startup.el (site-run-file): Don't allow setting it with Custom.
7160
7161 * simple.el (buffer-disable-undo): Fix previous change.
7162
7163 2004-12-27 Masatake YAMATO <jet@gyve.org>
7164
7165 * hexl.el (hexlify-buffer): Remove fontification here.
7166 Use font lock mechanism instead.
7167 (hexl-font-lock-keywords): New font lock kewords.
7168 (hexl-mode-old-font-lock-keywords): New variable.
7169 (hexl-mode): Store the old font lock keywords.
7170 (hexl-mode-exit): Restore the old font lock keywords.
7171
7172 2004-12-27 Richard M. Stallman <rms@gnu.org>
7173
7174 * simple.el (undo): Fix previous change.
7175
7176 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7177
7178 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7179 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7180 Call x-open-connection on Mac OS X.
7181
7182 2004-12-27 Richard M. Stallman <rms@gnu.org>
7183
7184 * files.el (buffer-save-without-query): New var (buffer-local).
7185 (save-some-buffers): Save those buffers first, w/o asking.
7186
7187 * files.el (insert-directory-ls-version): New variable.
7188 (insert-directory): When ls returns an error, test the version
7189 number to decide what the return code means.
7190 With --dired output format, detect and distinguish lines
7191 that are really error messages.
7192 (insert-directory-adj-pos): New function.
7193
7194 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7195
7196 * battery.el (battery-mode-line-format): Remove initial spaces.
7197
7198 * uniquify.el (uniquify-rationalize-file-buffer-names):
7199 Delete interactive spec.
7200
7201 * type-break.el (type-break-mode): Set buffer-save-without-query.
7202 Remove code that tried to set save-some-buffers-always.
7203 (type-break-file-keystroke-count): Bind deactivate-mark.
7204
7205 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7206
7207 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7208 Test that the buffer is live, and maybe reject current buffer too.
7209 Clarify.
7210 (next-error-find-buffer): Rewrite for clarity.
7211
7212 * loadup.el: Don't use buffer-disable-undo; do it directly.
7213
7214 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7215 (describe-variable): Call symbol-file with `defvar'.
7216
7217 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7218 (symbol-file): Rewritten to handle new load-history format.
7219 Now takes an arg TYPE to specify looking for a particular
7220 type of definition only.
7221
7222 * emacs-lisp/debug.el (debugger-make-xrefs):
7223 Call symbol-file with `defun'.
7224
7225 * emacs-lisp/find-func.el (find-function-noselect):
7226 Call symbol-file with `defun'.
7227 (find-variable-noselect): Call symbol-file with `defvar'.
7228
7229 * eshell/esh-cmd.el (eshell-find-alias-function):
7230 Call symbol-file with `defun'.
7231
7232 * eshell/esh-test.el (eshell-test-goto-func):
7233 Call symbol-file with `defun'.
7234
7235 * mail/rmail.el (rmail-resend):
7236 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7237
7238 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7239
7240 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7241
7242 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7243 Call buffer-disable-undo.
7244
7245 * simple.el (undo-list-saved): New variable (buffer-local).
7246 (undo): Set and test it.
7247 (buffer-disable-undo): Move here from buffer.c.
7248 Clear out undo-list-saved.
7249
7250 * international/mule.el (decode-coding-inserted-region):
7251 Set buffer-undo-list in a correct and optimal way.
7252
7253 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7254 (cperl-font-lock-unfontify-region-function): No need to save and
7255 restore info, since font-lock.el does it for us.
7256
7257 * ansi-color.el (save-buffer-state): Definition deleted.
7258 (ansi-color-unfontify-region): Don't use save-buffer-state.
7259
7260 2004-12-27 Dave Love <fx@gnu.org>
7261
7262 * wid-edit.el (function): Use restricted-sexp as parent.
7263
7264 2004-12-27 Kevin Ryde <user42@zip.com.au>
7265
7266 * simple.el (next-matching-history-element): Use same
7267 `interactive' form as previous-matching-history-element.
7268
7269 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7270 it can appear unencoded and has been seen from yahoo.
7271
7272 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7273
7274 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7275 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7276
7277 2004-12-27 Kenichi Handa <handa@m17n.org>
7278
7279 * international/utf-8.el (utf-translate-cjk-load-tables):
7280 Bind coding-system-for-read to nil while loading subst-*.
7281
7282 2004-12-26 Jay Belanger <belanger@truman.edu>
7283
7284 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7285 default input.
7286
7287 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7288
7289 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7290 before reverting and disable undo recording while reverting.
7291
7292 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7293
7294 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7295 (hs-make-overlay): New function.
7296 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7297 (hs-flag-region): Delete function.
7298 (hs-hide-comment-region): No longer use `hs-flag-region'.
7299 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7300 (hs-hide-block-at-point): Likewise.
7301 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7302 (hs-hide-all, hs-show-all): Likewise.
7303 (hs-show-block): Likewise.
7304 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7305
7306 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7307
7308 * progmodes/hideshow.el: Require `cl' when compiling.
7309 Remove XEmacs and Emacs 19 compatibility.
7310 Use `dolist' and `add-to-list' for load-time actions.
7311 (hs-discard-overlays): Use `dolist'.
7312 (hs-show-block): Likewise.
7313
7314 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7315
7316 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7317
7318 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7319
7320 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7321 When extending backwards, move outside the current comment first.
7322
7323 2004-12-22 Kenichi Handa <handa@m17n.org>
7324
7325 * international/quail.el (quail-start-translation): Fix prompt
7326 string for the case if input-method-use-echo-area being non-nil.
7327 (quail-start-conversion): Likewise.
7328 (quail-show-guidance): Don't show guidance if
7329 input-method-use-echo-area is non-nil.
7330
7331 2004-12-21 Richard M. Stallman <rms@gnu.org>
7332
7333 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7334
7335 2004-12-21 Markus Rost <rost@ias.edu>
7336
7337 * calendar/diary-lib.el (mark-diary-entries):
7338 Set mark-diary-entries-in-calendar only after checking for diary-file.
7339
7340 2004-12-21 Richard M. Stallman <rms@gnu.org>
7341
7342 * faces.el (escape-glyph): Use blue against light foreground.
7343
7344 * simple.el (undo-outer-limit-truncate): New function.
7345 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7346
7347 2004-12-21 Eli Barzilay <eli@barzilay.org>
7348
7349 * calculator.el (calculator-radix-grouping-mode)
7350 (calculator-radix-grouping-digits)
7351 (calculator-radix-grouping-separator):
7352 New defcustoms for the new radix grouping mode functionality.
7353 (calculator-mode-hook): Now used in electric mode too,
7354 (calculator): Call it.
7355 (calculator-mode-map): Some new keys.
7356 (calculator-message): New function. Some new calls.
7357 (calculator-op, calculator-set-register): Use it.
7358 (calculator-string-to-number): New function, mostly moved and
7359 updated code from calculator-curnum-value.
7360 (calculator-curnum-value): Use it.
7361 (calculator-paste): Use it, and update grabbing the current-kill.
7362 (calculator-rotate-displayer)
7363 (calculator-rotate-displayer-back): Toggle digit grouping when
7364 in radix mode, use calculator-message.
7365 (calculator-displayer-prev, calculator-displayer-next):
7366 Change digit group size when in radix mode.
7367 (calculator-number-to-string): Rename from
7368 calculator-num-to-string. Now deals with digit grouping in
7369 radix mode.
7370 (calculator-update-display, calculator-put-value): Use the new name.
7371 (calculator-fact): Return a floating point number.
7372 (calculator-mode): Doc fix.
7373
7374 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7375
7376 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7377 * calendar/diary-lib.el (view-other-diary-entries):
7378 Use current-prefix-arg in interactive spec.
7379
7380 2004-12-19 Jay Belanger <belanger@truman.edu>
7381
7382 * calc/calc-aent.el (calcAlg-blank-matching-open):
7383 Temporarily adjust the syntax of both delimiters of half-open intervals.
7384
7385 2004-12-19 Kim F. Storm <storm@cua.dk>
7386
7387 * mouse.el (mouse-1-click-follows-link): Doc fix.
7388
7389 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7390
7391 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7392 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7393 instead of centraleuropean as the name
7394
7395 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7396
7397 Sync with Tramp 2.0.46.
7398
7399 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7400 parameters wrt Tramp convention.
7401 (tramp-handle-file-attributes-with-perl)
7402 (tramp-handle-directory-files-and-attributes): Apply it.
7403 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7404 `copy-program'. Reported by Zack Weinberg
7405 <zack@codesourcery.com>.
7406 (top): Set `edebug-form-spec' property directly rather than
7407 calling `def-edebug-spec'.
7408
7409 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7410 advice less fragile. Surround temporary redefinition of
7411 `substitute-in-file-name' with `unwind-protect'. Suggested by
7412 Matt Hodges <MPHodges@member.fsf.org>.
7413
7414 2004-12-17 Juri Linkov <juri@jurta.org>
7415
7416 * replace.el (occur-accumulate-lines, occur-engine):
7417 Make forcing deferred font-lock fontification jit-specific.
7418
7419 2004-12-17 Kim F. Storm <storm@cua.dk>
7420
7421 * mouse.el (mouse-1-click-follows-link): New defcustom.
7422 (mouse-on-link-p): New function.
7423 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7424 functionality. Map a mouse-1 click event into a mouse-2 (or
7425 other) event when position is inside a link.
7426
7427 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7428 prefix in tooltip text with "mouse-1" when this is a link
7429 recognized by mouse-1-click-follows-link functionality.
7430
7431 * help.el (describe-key): Report effective and original binding
7432 for mouse-1 when clicked on a link.
7433 (describe-mode): Add follow-link property to "minor-mode" button.
7434
7435 * help-fns.el (describe-variable): Add follow-link property to
7436 "below" button.
7437
7438 * help-mode.el (help-xref): Add follow-link property.
7439
7440 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7441 (apropos-command, apropos-variable, apropos-face, apropos-group)
7442 (apropos-widget, apropos-plist): Add follow-link property.
7443
7444 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7445 checks if position is in a filename, rather than some other
7446 clickable item. Function looks for cvs-filename-face at position.
7447
7448 * wid-edit.el (widget-specify-field, widget-specify-button):
7449 Map a :follow-link keyword into a follow-link property.
7450 (link): Add :follow-link keyword, map to RET binding.
7451
7452 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7453
7454 * progmodes/compile.el (compilation-minor-mode-map)
7455 (compilation-button-map, compilation-mode-map): Likewise.
7456
7457 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7458
7459 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7460 (zone-replace-char): Take `count' and `del-count'
7461 instead of `direction'. Update callers. When `del-count' is
7462 non-nil, delete that many characters, otherwise `count' characters
7463 backwards. Insert the newly-replaced string `count' times.
7464 (zone-fret): Handle chars w/ width greater than one.
7465 (zone-fall-through-ws): No longer take window width `ww'.
7466 Update callers. Add handling for `char-width' greater than one.
7467 (zone-pgm-drip): Update var holding window-end position every cycle.
7468
7469 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7470
7471 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7472 rather than insert-file.
7473
7474 2004-12-16 Jay Belanger <belanger@truman.edu>
7475
7476 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7477 (math-init-random-base, math-random-digit): Check to see if
7478 var-RandSeed is bound.
7479 (math-random-last): Declare it.
7480 (math-random-digit): Don't make math-random-last local.
7481
7482 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7483
7484 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7485 one-shot thunk for uniform (error, quit, normal) recovery.
7486 Reported by John Paul Wallington.
7487 (zone-pgm-random-life): Fix bug:
7488 Recognize empty initial field by lack of "@" chars.
7489
7490 2004-12-16 Juri Linkov <juri@jurta.org>
7491
7492 * help.el (function-called-at-point):
7493 * help-fns.el (variable-at-point): As a last resort try stripping
7494 non-word prefixes and suffixes.
7495
7496 * descr-text.el (describe-property-list): Don't treat syntax-table
7497 specially. Use describe-text-sexp which inserts [show] button
7498 for large objects and handles printing errors. Sort properties
7499 by names in alphabetical order instead of by value sizes.
7500 Add `mouse-face' to list of properties for `describe-face' widget.
7501 (describe-char): Mask out face-id from 19 bits of character.
7502 Print face-id separately.
7503
7504 * replace.el (occur-accumulate-lines, occur-engine):
7505 Fontify unfontified matching lines in the source buffer
7506 before copying them.
7507 (occur-engine): Don't put mouse-face on context lines.
7508 (occur-next-error): Set point to line beginning/end
7509 before searching for prev/next property to skip multiple
7510 matches on a line (not supported by occur engine).
7511 Remove redundant prefix-numeric-value.
7512
7513 2004-12-15 Juri Linkov <juri@jurta.org>
7514
7515 * replace.el (match): New face.
7516 (list-matching-lines-face): Change default from `bold' to `match'.
7517
7518 * progmodes/grep.el (grep-match-face): New defvar.
7519 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7520 compilation-column-face to highlight grep matches.
7521
7522 * apropos.el (apropos-match-face): Change default from
7523 `secondary-selection' to `match'.
7524
7525 * info-look.el (info-lookup-highlight-face): Change default from
7526 `highlight' to `match'.
7527
7528 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7529
7530 * progmodes/executable.el (executable-interpret): Eliminate
7531 obsolete compile-internal, and switch to comint for interaction.
7532
7533 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7534
7535 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7536 `&&' when skipping multiple statements on a line.
7537
7538 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7539
7540 * play/zone.el (zone): Set `truncate-lines'.
7541 Also, init `tab-width' with value from original buffer.
7542 (zone-shift-up): Rewrite for speed.
7543 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7544 (zone-pgm-jitter): Remove redundant entries from ops vector.
7545 (zone-exploding-remove): Reduce iteration count.
7546 (zone-cpos): Convert to defsubst.
7547 (zone-replace-char): New defsubst.
7548 (zone-park/sit-for): Likewise.
7549 (zone-fret): Take window-start arg.
7550 Update callers. Use `zone-park/sit-for'.
7551 (zone-fill-out-screen): Rewrite.
7552 (zone-fall-through-ws): Likewise. Update callers.
7553 (zone-pgm-drip): Use `zone-replace-char'.
7554 Move var inits before while-loop. Use `zone-park/sit-for'.
7555 (zone-pgm-random-life): Handle empty initial field.
7556 Use `zone-replace-char' and `zone-park/sit-for'.
7557
7558 2004-12-15 Juri Linkov <juri@jurta.org>
7559
7560 * isearch.el (isearch-update): Test isearch-lazy-highlight
7561 before calling isearch-lazy-highlight-new-loop.
7562 (isearch-lazy-highlight-new-loop):
7563 Don't test isearch-lazy-highlight.
7564
7565 * replace.el (perform-replace): Add isearch-case-fold-search.
7566 Use delimited-flag for isearch-regexp.
7567 Reset isearch-lazy-highlight-last-string to force lazy
7568 highlighting when called from isearch mode.
7569 (query-replace-highlight): Revert defcustom type to boolean.
7570 (query-replace-lazy-highlight): New defcustom.
7571 (query-replace): New face.
7572 (perform-replace, replace-highlight, replace-dehighlight):
7573 Test query-replace-lazy-highlight instead of special value
7574 `isearch' of query-replace-highlight.
7575 (replace-dehighlight): Don't call isearch-dehighlight.
7576 (replace-highlight): Don't call isearch-highlight.
7577 Use face `query-replace' unconditionally.
7578
7579 2004-12-14 Kim F. Storm <storm@cua.dk>
7580
7581 * simple.el (inhibit-mark-movement): Remove defvar.
7582 (beginning-of-buffer, end-of-buffer): Don't use it.
7583
7584 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7585 Don't use inhibit-mark-movement.
7586
7587 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7588 (cua--undo-push-mark): Remove.
7589 (cua--pre-command-handler, cua--post-command-handler):
7590 Don't fiddle with inhibit-mark-movement.
7591
7592 2004-12-14 Juri Linkov <juri@jurta.org>
7593
7594 * buff-menu.el (list-buffers-noselect): Collect internal info
7595 for every buffer in BUFFER-LIST arg too.
7596 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7597 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7598 Bind same-window-buffer-names and same-window-regexps to nil.
7599
7600 2004-12-13 Juri Linkov <juri@jurta.org>
7601
7602 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7603
7604 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7605 (sc-cite-region, sc-uncite-region, sc-recite-region):
7606 Fix previous change to handle not alist as a symbol, but
7607 a citation frame as a symbol that represents a variable name.
7608
7609 2004-12-13 Richard M. Stallman <rms@gnu.org>
7610
7611 * filecache.el (file-cache-add-directory-using-find):
7612 Only set up file-cache-find-command-posix-flag if we will use it.
7613
7614 * bindings.el (mode-line-buffer-identification-keymap):
7615 Don't cancel the mode-line's usual down-mouse-1 binding.
7616
7617 * cus-edit.el (custom-face-selected): Handle `default' specs.
7618 (custom-face-edit): Increase extra-offset.
7619 (custom-display): Handle `default' specs.
7620
7621 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7622
7623 * emacs-lisp/elint.el (elint-standard-variables)
7624 (elint-unknown-builtin-args): Move definitions up.
7625
7626 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7627
7628 * info.el (info-xref-visited): Use `default' instead of t.
7629 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7630
7631 * faces.el (header-line, mode-line-inactive, tool-bar):
7632 Use `default' instead of t for setting the defaults.
7633 (face-spec-choose): Separate `t' from `default'.
7634
7635 * subr.el (while-no-input): New macro.
7636
7637 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7638
7639 * filecache.el (file-cache-add-directory-using-find):
7640 Only test file-cache-find-command-posix-flag on some systems.
7641
7642 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7645 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7646 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7647 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7648 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7649
7650 2004-12-12 Juri Linkov <juri@jurta.org>
7651
7652 * files.el (find-file-other-window, find-file-other-frame):
7653 Add the first buffer to the returned value to return the complete
7654 list of all visited buffers.
7655 (find-file-read-only, find-file-read-only-other-window)
7656 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7657 `find-file-read-args'. Signal an error about non-existent file
7658 only if file name doesn't contain wildcards. Toggle read-only in
7659 all visited buffers.
7660 (find-alternate-file, find-alternate-file-other-window):
7661 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7662 called interactively. Pass arg `wildcards' to other functions.
7663 (find-file-noselect): Doc fix.
7664
7665 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7666 Doc fix.
7667 (ffap-directory-finder): New variable.
7668 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7669 (ffap-file-at-point): Add /* to immediately rejected names.
7670 Return absolute file names matching ffap-dired-wildcards.
7671 (ffap-read-file-or-url): Set default value for `completing-read'
7672 to `buffer-file-name'.
7673 (find-file-at-point): When filename matches ffap-dired-wildcards,
7674 call ffap-file-finder with t arg `wildcards', instead of dired.
7675 (ffap-other-window, ffap-other-frame): Return visited buffers.
7676 (ffap-read-only, ffap-read-only-other-window)
7677 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7678 (dired-at-point): Call ffap-directory-finder instead of dired.
7679 (ffap-dired-other-window, ffap-dired-other-frame)
7680 (ffap-list-directory): New commands.
7681 (ffap-bindings): New keybindings for new commands.
7682
7683 2004-12-12 Juri Linkov <juri@jurta.org>
7684
7685 * simple.el (beginning-of-buffer, end-of-buffer):
7686 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7687 Do not push mark when mark is active in transient-mark-mode.
7688
7689 * simple.el (mark-word):
7690 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7691 * textmodes/paragraphs.el (mark-paragraph):
7692 Extend the region when mark is active in transient-mark-mode,
7693 regardless of the last command. Doc fix.
7694
7695 * simple.el (mark-word): Preserve direction when repeating.
7696 Make arg optional. Interactive "p" -> "P".
7697 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7698
7699 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7700 preserving direction, to mark forward instead of backward when mark
7701 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7702
7703 2004-12-12 Juri Linkov <juri@jurta.org>
7704
7705 * isearch.el (isearch-edit-string): Set 7th arg of
7706 `read-from-minibuffer' to `t' to inherit the current input
7707 method (whose name is indicated by [IM] in the minibuffer prompt)
7708 from the current buffer to the minibuffer.
7709 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7710 to allow C-g quitting for lazy highlighting looping inside the
7711 search with nested repetition operators. Add overlay to the list
7712 before setting its face and other properties to avoid the case of
7713 code quitting after placing the new overlay but before it's
7714 recorded on the list. Select the window where isearch was
7715 activated, to highlight matches in the right window when isearch
7716 switches the current window to the minibuffer.
7717
7718 * international/isearch-x.el
7719 (isearch-process-search-multibyte-characters):
7720 Use `isearch-message' as initial input for `read-string' instead
7721 of adding it to the minibuffer prompt. After reading a string
7722 remove the initial value of `isearch-message' from the string.
7723
7724 * replace.el (replace-match-maybe-edit): Doc fix.
7725 (perform-replace): Don't call `replace-highlight' when automatic
7726 replacement is requested in literal mode, since it is intended
7727 only to highlight words during entering a new replacement string
7728 for \? in non-literal mode.
7729
7730 * replace.el (query-replace-highlight): Add new value `isearch'
7731 that allows query replacement to use isearch highlighting.
7732 Change type from `boolean' to `choice'. Doc fix.
7733 (replace-highlight, replace-dehighlight, perform-replace):
7734 Use isearch highlighting if query-replace-highlight eq `isearch'.
7735
7736 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7739 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7740
7741 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7742 case of \end{verbatim}.
7743
7744 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7745
7746 * term.el (term-termcap-format): Synchronyze with terminfo.
7747 (term-emulate-terminal): Handle reset.
7748 (term-reset-terminal): New function.
7749
7750 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7751
7752 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7753 (zone-fill-out-screen): New func.
7754 (zone-pgm-drip): Use `zone-fill-out-screen'.
7755 Also, no longer go to point-min on every cycle.
7756 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7757 (zone-pgm-random-life-wait): New user var.
7758 (zone-pgm-random-life): New func.
7759
7760 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7761
7762 * files.el (auto-mode-alist): Map .com to DCL mode.
7763
7764 2004-12-09 Richard M. Stallman <rms@gnu.org>
7765
7766 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7767
7768 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7769
7770 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7771 buffer with a display margin.
7772
7773 2004-12-08 Jay Belanger <belanger@truman.edu>
7774
7775 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7776 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7777
7778 2004-12-08 Richard M. Stallman <rms@gnu.org>
7779
7780 * faces.el: Delete code to set display table.
7781 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7782
7783 2004-12-08 Jay Belanger <belanger@truman.edu>
7784
7785 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7786
7787 * calc/calc-ext.el (math-read-replacement-list)
7788 (math-read-superscripts, math-read-preprocess-string): Move to
7789 calc-aent.el.
7790
7791 * calc/calc-aent.el (math-read-replacement-list)
7792 (math-read-superscripts, math-read-preprocess-string): Move from
7793 calc-ext.el.
7794
7795 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * isearch.el (isearch-quote-char): Fix up typo in last change.
7798
7799 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7800
7801 * mouse.el (mouse-set-font): Handle the case where the command was
7802 not invoked using the mouse.
7803
7804 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7805 (edmacro-finish-edit): Further update for keyboard macros that are
7806 lambda forms.
7807 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7808
7809 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7812 (font-lock-default-unfontify-region): Don't save buffer state any more.
7813
7814 2004-12-07 Jay Belanger <belanger@truman.edu>
7815
7816 * calc/calc-help.el (calc-describe-key):
7817 Set calc-summary-indentation even when Calc Summary buffer exists.
7818
7819 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7820
7821 * calendar/holidays.el (holiday-easter-etc): Make arguments
7822 optional for backwards compatibility. Doc fix.
7823 Remove un-necessary local vars mandatory, output-list.
7824 (holiday-advent): Make arguments optional for backwards
7825 compatibility. Doc fix.
7826
7827 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * paren.el (show-paren-function): Fix last change (2004-12-02).
7830
7831 * international/mule-util.el (char-displayable-p): Return nil for
7832 unibyte mode.
7833
7834 * subr.el (subregexp-context-p): New function.
7835
7836 * isearch.el (isearch-quote-char): Use it.
7837
7838 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7839 (regexp-opt-not-groupie*-re): Remove.
7840 (regexp-opt): Properly handle inputs with duplicate entries.
7841
7842 2004-12-06 Richard M. Stallman <rms@gnu.org>
7843
7844 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7845
7846 * cus-edit.el (custom-file): Doc fix.
7847
7848 * textmodes/org.el: New file.
7849
7850 2004-12-06 Kenichi Handa <handa@m17n.org>
7851
7852 * ldefs-boot.el: Update international/mule-util.el section.
7853
7854 2004-12-05 Sam Steingold <sds@gnu.org>
7855
7856 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7857 Fix `tramp-time-diff' comparison logic.
7858
7859 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7860
7861 * progmodes/which-func.el (which-function):
7862 Use `run-hook-with-args-until-success' instead of a custom loop.
7863 Fixes bug with local hooks.
7864
7865 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7866
7867 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7868 Use delete-dups when calculating the initial value.
7869 (bibtex-autokey-get-title): Use <=.
7870 (bibtex-goto-line): New function.
7871 (bibtex-reposition-window): Use line numbers instead of point
7872 positions. Use window-body-height.
7873 (bibtex-find-crossref): Use bibtex-reposition-window.
7874 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7875 position of entry if key is found or nil if not found.
7876
7877 2004-12-05 Richard M. Stallman <rms@gnu.org>
7878
7879 * cus-edit.el (custom-file): Doc fix.
7880
7881 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7882
7883 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * simple.el (blink-matching-open):
7886 * textmodes/tex-mode.el (tex-validate-region):
7887 Obey syntax-table text properties.
7888
7889 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7890
7891 * wid-edit.el (widget-specify-field): Add `real-field' property to
7892 boundary.
7893 (widget-field-at): Use it.
7894
7895 2004-12-02 Richard M. Stallman <rms@gnu.org>
7896
7897 * progmodes/cc-mode.el (awk-mode autoload):
7898 Supply t meaning interactive function.
7899
7900 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7901 (isearch-mode-map): No special definition for space.
7902 (isearch-whitespace-chars): Command deleted.
7903 (isearch-forward-regexp): Doc fix.
7904 (isearch-quote-char): When a space is not inside brackets,
7905 use `[ ]' instead of just space.
7906 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7907
7908 * imenu.el (imenu--generic-function): Delete code to exclude
7909 matches in comments.
7910
7911 * man.el (Man-reverse-face): Change default to `highlight'.
7912
7913 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7914 (occur-engine): Use `face' prop rather than `font-lock-face'
7915 when specifying use of `match-face'.
7916 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7917
7918 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7919
7920 * add-log.el (add-log-current-defun): Handle the case where point
7921 is in the header part of a DEFUN construct.
7922
7923 2004-12-02 Dave Love <fx@gnu.org>
7924
7925 * progmodes/python.el (python-font-lock-syntactic-keywords):
7926 Fix previous change.
7927
7928 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7929
7930 * paren.el (show-paren-function): Check for matching chars
7931 specified by text props.
7932
7933 2004-12-02 Jay Belanger <belanger@truman.edu>
7934
7935 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7936 when reading a new key sequence.
7937
7938 2004-12-02 Kim F. Storm <storm@cua.dk>
7939
7940 * faces.el (escape-glyph): Rename from glyph.
7941 (standard-display-table): Set it here. Add escape-glyph face to
7942 extra slot characters.
7943
7944 * disp-table.el: Undo 2004-12-01 change. Display table is now
7945 setup in faces.el.
7946
7947 2004-12-02 Mark A. Hershberger <mah@everybody.org>
7948
7949 * xml.el (xml-parse-dtd): Don't show validity messages when
7950 xml-validating-parser is nil.
7951 (xml-substitute-special): Fix validity error messages to
7952 actually show the unexpandable entity. Added validity error if &
7953 isn't followed by an entity.
7954 (xml-parse-tag): Concatenate any string following the a
7955 <![CDATA[]]> section to the parsed CDATA.
7956 (xml-parse-dtd): Skip parameter entity declarations and use of
7957 parameter entities.
7958
7959 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
7960
7961 * kmacro.el (kmacro-default-counter-format): New var.
7962 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
7963 (kmacro-display): Remove `nil' from `and' form. Delete call to
7964 `format' inside `message'.
7965 (kmacro-start-macro): Use `kmacro-default-counter-format'.
7966
7967 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * pcvs.el (cvs-header-msg): New function.
7970 (cvs-update-header): Use it. Change calling convention.
7971 Correctly handle the case of having simultaneous active processes.
7972 (cvs-sentinel): Don't call cvs-update-header any more.
7973 (cvs-mode-run): Update call and add cvs-update-header to postproc.
7974
7975 2004-12-01 Jay Belanger <belanger@truman.edu>
7976
7977 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7978 Change message.
7979
7980 2004-12-01 Juri Linkov <juri@jurta.org>
7981
7982 * progmodes/prolog.el (prolog-mode-variables):
7983 Fix imenu-generic-expression.
7984
7985 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
7986
7987 * faces.el (glyph): New face.
7988
7989 * disp-table.el: Add an autoloaded table, that doesn't require
7990 this library, with glyph face.
7991
7992 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7993 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7994 (conf-quote-normal): Allow normalizing only ' or ".
7995 (conf-mode): Regexp-quote constructed comment-start and don't
7996 match section {} where "name" contains braces.
7997
7998 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7999 files.
8000
8001 2004-12-01 Kenichi Handa <handa@m17n.org>
8002
8003 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8004 (x-select-text): Don't treat eight-bit-control/graphic chars
8005 specially. Store the encoded text in the X cut buffer.
8006 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8007 with x-last-selected-text-cut-encoded.
8008
8009 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8012
8013 2004-11-30 Markus Rost <rost@ias.edu>
8014
8015 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8016 AUCTeX.
8017
8018 2004-11-30 Jay Belanger <belanger@truman.edu>
8019
8020 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8021 on signs of intervals.
8022 (math-pow-of-zero): Strengthen checks for positive and negative
8023 exponents.
8024
8025 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8026 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8027 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8028 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8029 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8030 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8031 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8032 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8033 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8034 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8035 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8036 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8037 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8038 with provide statements.
8039
8040 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8041
8042 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8043
8044 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8045 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8046 functions by require statements.
8047 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8048
8049 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8050 (calc-gnuplot-print): Give them values.
8051
8052 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8053 autoloads.
8054 Add calc-do-embedded-activate to autoloads.
8055 (calc-gnuplot-name, calc-gnuplot-plot-command)
8056 (calc-gnuplot-print-command): Move them to calc-graph.el.
8057
8058 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8059
8060 * term/mac-win.el (ccl-encode-mac-roman-font)
8061 (ccl-encode-mac-cyrillic-font)
8062 (ccl-encode-mac-centraleuropean-font, encoder-list)
8063 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8064 Support Cyrillic, CentralEuropean, and Dingbat font display
8065
8066 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8067
8068 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8069
8070 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8071 still nil.
8072
8073 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8074
8075 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8076 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8077
8078 2004-11-29 Jay Belanger <belanger@truman.edu>
8079
8080 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8081 cases of the base and exponent.
8082
8083 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8084
8085 * simple.el (next-error-buffer-p): Allow for inclusive and
8086 exclusive tests for finding a buffer.
8087 (next-error-find-buffer): Pass the exclusive and inclusive tests
8088 to next-error-buffer-p.
8089
8090 * replace.el (occur-next-error): Switch to the Occur buffer when
8091 appropriate, use the exclusive filter to next-error-find-buffer to
8092 do it. Use the absolute value of the motion amount.
8093
8094 2004-11-29 Kenichi Handa <handa@m17n.org>
8095
8096 * startup.el (command-line): Decode all default-directory by
8097 locale-coding-system.
8098
8099 2004-11-29 Jay Belanger <belanger@truman.edu>
8100
8101 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8102 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8103 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8104 Replace calls to calc-extensions by appropriate require, replace
8105 calc-extensions-loaded by appropriate featurep.
8106
8107 * calc/calc-ext.el: Move require to end of file.
8108 Remove redundant loading of calc.el.
8109 (calc-extensions-loaded): Remove unnecessary variable.
8110 (calc-extensions): Remove unnecessary function.
8111 (calc-load-everything): Replace calc-need-macros by appropriate require.
8112
8113 * calc/calc-macs.el: Move provide to end of file.
8114 (calc-need-macros): Remove unnecessary function.
8115
8116 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8117 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8118 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8119 Replace calc-extensions by appropriate require.
8120 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8121
8122 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8123 Replace calc-need-macros by appropriate require.
8124
8125 * calc/calc.el: Move require to end of file.
8126 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8127 Remove unnecessary variable.
8128 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8129 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8130 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8131 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8132 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8133 (math-format-number, math-format-bignum, math-read-number)
8134 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8135 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8136 by appropriate require.
8137 (calc-check-defines): Replace calc-need-macros by appropriate require.
8138
8139 2004-11-29 Kim F. Storm <storm@cua.dk>
8140
8141 * macros.el (insert-kbd-macro): Handle kmacro functions.
8142
8143 2004-11-28 Juri Linkov <juri@jurta.org>
8144
8145 * compare-w.el (compare-windows-highlight): Attach each overlay
8146 to its window to properly highlight differences while comparing
8147 two windows of the same buffer. Fix arguments.
8148 (compare-windows-sync-default-function): Fix arguments of
8149 `compare-windows-highlight'.
8150
8151 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8152 Use `read-expression-history'. Set initial contents only if
8153 `edebug-global-break-condition' is non-nil. Set histpos to 1
8154 if initial contents is equal to the last history element.
8155 (edebug-set-conditional-breakpoint): Instead of temporarily
8156 prepending the current condition to the history, set initial
8157 contents to the current condition. Set histpos to 1 if initial
8158 contents is equal to the last history element.
8159
8160 * info.el (Info-search-whitespace-regexp): Remove shy group.
8161 (Info-search): Forward line if search is on the header line.
8162 Use search-whitespace-regexp in two other places.
8163
8164 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8165
8166 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8167 warning. Delay real definition, which uses
8168 `set-fringe-indicators-1' till after the definition of that function.
8169
8170 2004-11-28 Kim F. Storm <storm@cua.dk>
8171
8172 * fringe.el (fringe): New defgroup.
8173 (fringe-mode): Move to fringe group.
8174 (fringe-indicators): New defcustom.
8175 (set-fringe-indicators-1): New defun.
8176
8177 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8178 (menu-bar-showhide-fringe-ind-menu): New keymap.
8179 (menu-bar-showhide-fringe-ind-empty)
8180 (menu-bar-showhide-fringe-ind-mixed)
8181 (menu-bar-showhide-fringe-ind-box)
8182 (menu-bar-showhide-fringe-ind-right)
8183 (menu-bar-showhide-fringe-ind-left)
8184 (menu-bar-showhide-fringe-ind-none): New defuns.
8185 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8186
8187 2004-11-27 Richard M. Stallman <rms@gnu.org>
8188
8189 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8190
8191 * generic.el (define-generic-mode): Doc fix.
8192
8193 * menu-bar.el (menu-bar-options-save): For the options
8194 that are toggled with menu-bar-make-mm-toggle, don't check
8195 for customized-value prop.
8196
8197 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8198
8199 * mail/supercite.el (sc-cite-region): Handle the case where
8200 sc-cite-frame-alist is a symbol.
8201 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8202 a symbol.
8203 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8204 a symbol.
8205
8206 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8207
8208 * wid-edit.el (widget-narrow-to-field): New function.
8209 (widget-complete): Use it.
8210
8211 2004-11-27 Jay Belanger <belanger@truman.edu>
8212
8213 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8214 variable.
8215 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8216 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8217 (math-alg-inequalities): Move declaration to earlier in the file.
8218
8219 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8220 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8221 Declare them.
8222
8223 * calc/calc-lang.el (math-expr-data, math-expr-token)
8224 (math-exp-old-pos): Declare them.
8225
8226 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8227 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8228
8229 2004-11-27 Kim F. Storm <storm@cua.dk>
8230
8231 * progmodes/flymake.el: Use (featurep 'xemacs).
8232 (flymake-makehash): Change to defsubst. Use fboundp.
8233 (flymake-time-to-float): Remove.
8234 (flymake-float-time): Merge code from flymake-time-to-float here.
8235 (flymake-replace-regexp-in-string): Change to defsubst.
8236 (flymake-split-string-remove-empty-edges):
8237 Rename to flymake-split-string.
8238 (flymake-split-string): Remove previous defalias.
8239 (flymake-get-temp-dir): Change to defsubst.
8240 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8241 Define for xemacs only.
8242 (flymake-master-file-count-limit): Change into compiler defvar only.
8243 (flymake-find-possible-master-files): Let-bind it dynamically while
8244 sorting files using flymake-master-file-compare.
8245
8246 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8249 of defun-prompt-regexp matches inside a comment/string but the
8250 beginning is correctly outside everything.
8251
8252 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8253 appears within a string or a comment.
8254
8255 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8256 rather than make-symbol for symbols which are used in
8257 a symbol-macrolet or equivalent.
8258
8259 2004-11-26 Jay Belanger <belanger@truman.edu>
8260
8261 * calc-misc.el (calc-last-why-command): Declare it.
8262
8263 * calc-vec.el (math-grade-vec): New variable.
8264 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8265 Replace variable grade-vec by declared variable.
8266 (math-rb-close): New variable.
8267 (math-read-brackets, math-read-vector): Replace variable close by
8268 declared variable.
8269
8270 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8271 (calc-one-window, calc-edit-handler, calc-restore-trail)
8272 (calc-allow-ret): Declare them.
8273
8274 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8275 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8276 (math-radix-float-cache-tag, math-random-cache)
8277 (math-max-digits-cache, math-integral-cache, math-units-table)
8278 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8279 (math-moc-func): New variable.
8280 (math-map-over-constants, math-map-over-constants-rec):
8281 Replace variable func by declared variable.
8282
8283 * calc/calc-store.el (calc-given-value, calc-store-opers):
8284 Declare them.
8285 (calc-var-name-map): Move declaration to earlier in the file.
8286 (calc-pv-pos): New variable.
8287 (calc-permanent-variable, calc-insert-permanent-variable):
8288 Replace variable pos by declared variable.
8289
8290 * calc/calc-mtx.el (calc-det-lu): New variable.
8291 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8292
8293 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8294 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8295 and arg by declared variables.
8296 (calcFunc-reducer): Fix incorrect variable.
8297 (math-inner-mul-func, math-inner-add-func): New variables.
8298 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8299 and add-func by declared variables.
8300
8301 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8302 (calc-digit-value): Declare them.
8303
8304 * calc/calc-help.el (Info-history): Declare it.
8305 (calc-describe-key): Make calc-summary-indentation a local variable.
8306 (calc-help-long-names): Move declaration to earlier in file.
8307
8308 * calc/calc-embed.el (calc-original-buffer): Declare it.
8309 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8310 (calc-embed-bot): New variables.
8311 (calc-do-embedded, calc-embedded-mark-formula)
8312 (calc-embedded-find-bounds, calc-embedded-duplicate)
8313 (calc-embedded-new-formula, calc-embedded-make-info):
8314 Replace vars outer-top, outer-bot, bot and top by declared variables.
8315 (calc-embed-prev-modes): New variable.
8316 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8317 prev-modes with declared variable.
8318 (calc-embed-vars-used): New variable.
8319 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8320 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8321 vars-used by declared variable.
8322
8323 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8324 (math-format-radix-float): Remove unnecessary setq.
8325 (math-radix-float-cache): Declare it.
8326
8327 * calc/calcsel2.el (calc-keep-selection): Declare it.
8328
8329 * calc/calc-maint.el: Remove file.
8330
8331 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8332
8333 * textmodes/bibtex.el (bibtex-sort-entry-class)
8334 (bibtex-comment-start): Use defcustom.
8335 (bibtex-entry-field-alist): Use nil if initial content of the
8336 field is undefined. Fix docstring.
8337 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8338 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8339 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8340 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8341 Fix docstring.
8342 (bibtex-autokey-title-terminators): Use only one regexp.
8343 (bibtex-string-maybe-empty-head): New variable.
8344 (bibtex-remove-delimiters-string): New function.
8345 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8346 Use bibtex-remove-delimiters-string.
8347 (bibtex-progress-message, bibtex-field-left-delimiter)
8348 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8349 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8350 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8351 Simplify.
8352 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8353 Use eq and bibtex-remove-delimiters-string. For end markers use
8354 insertion type so that marker stays after inserted text.
8355 (bibtex-autokey-get-names): Return empty string if name is missing.
8356 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8357 calling bibtex-autokey-name-case-convert.
8358 (bibtex-autokey-demangle-title):
8359 Call bibtex-autokey-titleword-case-convert. Remove call to
8360 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8361 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8362 (bibtex-read-key): New optional arg global.
8363 (bibtex-files-expand): New optional arg force.
8364 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8365 (bibtex-complete-crossref-cleanup): Rename from
8366 bibtex-complete-key-cleanup. Simplify code.
8367 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8368 Operate on current entry.
8369 (bibtex-button): Add docstring.
8370 (bibtex-entry): Simplify.
8371 (bibtex-make-field): Replace optional arg called-by-yank with more
8372 specific args move and interactive.
8373 (bibtex-end-of-entry): Use forward-sexp.
8374 (bibtex-find-entry-globally): Remove.
8375 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8376 Bound to C-c C-x.
8377 (bibtex-find-entry): New optional args global and display.
8378 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8379 (bibtex-validate): Use arg force of bibtex-files-expand.
8380 (bibtex-clean-entry): Bugfix, clean string entries properly.
8381 Always keep point at beginning of entry.
8382 (bibtex-complete): Bugfix. Handle string entries properly.
8383 Call cleanup functions only if needed.
8384 (bibtex-String): Use bibtex-read-string-key.
8385 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8386 case of replacement text.
8387
8388 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8389
8390 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8391 (tramp-perl-directory-files-and-attributes): New constant.
8392 (tramp-file-name-handler-alist): Delete file-directory-files, add
8393 directory-files-and-attributes.
8394 (tramp-perl-file-attributes): Surround uid and gid by double
8395 quotes. Change parameter id-format from nonnumeric.
8396 (tramp-convert-file-attributes): New function.
8397 (tramp-handle-file-attributes): Use it.
8398 (tramp-maybe-send-perl-script): New function.
8399 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8400 file mode. Change parameter id-format from nonnumeric.
8401 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8402 from nonnumeric.
8403 (tramp-post-connection): Don't send tramp-perl-file-attributes
8404 script. Reset connection property "perl-scripts".
8405 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8406 in use.
8407
8408 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8409
8410 * desktop.el (desktop-read): Replace mapcar with mapc.
8411 (desktop-create-buffer): Replace mapcar with mapc.
8412 Remove redundant piece of code.
8413
8414 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8415
8416 * progmodes/gud.el (gud-display-line): Use display-buffer
8417 for GDB-UI as for GUD.
8418
8419 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8420 Delete variables.
8421 (gdb-ann3): Don't make GUD buffer dedicated.
8422 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8423 (gdb-display-source-buffer): Delete function.
8424 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8425 (menu): Delete menu bindings for viewing source/assembler.
8426 (gdb-setup-windows, gdb-restore-windows):
8427 Don't dedicate GUD. No assembler now.
8428 (gdb-reset): No need to undedicate source buffers now.
8429 (gdb-source-info): No assembler now.
8430
8431 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8432
8433 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8434 width to those for special frames.
8435 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8436 Use display-buffer.
8437 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8438 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8439 (gdb-frame-assembler-buffer): Rework like
8440 gdb-frame-breakpoints-buffer.
8441
8442 2004-11-25 Richard M. Stallman <rms@gnu.org>
8443
8444 * progmodes/flymake.el: Reindent.
8445 (flymake-split-string): Turn into defalias.
8446 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8447 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8448 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8449 (flymake-build-relative-filename): Rename from ...path.
8450 Fix error message.
8451
8452 2004-11-25 Cheng Gao <chenggao@gmail.com>
8453
8454 * progmodes/flymake.el: Much whitespace and capitalization change.
8455 Move `provide' to end. Require `compile' only when compiling.
8456
8457 2004-11-24 Jay Belanger <belanger@truman.edu>
8458
8459 * calc/calc-alg.el: Added comment.
8460 (math-polynomial-base): Replace variable mpb-top-expr by
8461 math-poly-base-top-expr.
8462
8463 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8464 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8465 variable.
8466 (math-poly-base-total-base): New variable.
8467 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8468 mpb-total-base by declared variable.
8469 (math-factored-vars, math-to-list): Declare it.
8470 (math-fact-expr): New variable.
8471 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8472 (math-factor-expr-try, math-factor-expr-part): Replace variable
8473 expr by declared variable.
8474 (math-fet-x): New variable.
8475 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8476 by declared variable.
8477 (math-factor-poly-coefs): Make temp a local variable.
8478
8479 * calc/calc-units.el (calc-convert-units): Make units a local
8480 variable.
8481 (calc-num-units, calc-den-units): New variables.
8482 (calc-explain-units, calc-explain-units-rec): Replace variables
8483 num-units and den-units by declared variables.
8484 (math-cu-unit-list): New variable.
8485 (math-build-units-table, math-compare-unit-names)
8486 (math-convert-units, math-convert-units-rec): Replace variable
8487 unit-list by declared variable.
8488 (math-fbu-base, math-fbu-entry): New variables.
8489 (math-find-base-units, math-find-base-units-rec): Replace variables
8490 base and entry by declared variables.
8491 (math-which-standard): New variable.
8492 (math-to-standard-units, math-to-standard-rec): Replace variable
8493 which-standard by declared variable.
8494 (math-fcu-u): New variable.
8495 (math-find-compatible-unit, math-find-compatible-unit-rec):
8496 Replace variable u by declared variable.
8497 (math-cu-new-units, math-cu-pure): New variables.
8498 (math-convert-units, math-convert-units-rec): Replace variables
8499 new-units and pure by declared variables.
8500 (math-try-cancel-units): New variable.
8501 (math-simplify-units-quotient): Replace variable try-cancel-units by
8502 declared variable.
8503
8504 2004-11-24 Richard M. Stallman <rms@gnu.org>
8505
8506 * textmodes/ispell.el (ispell-check-version):
8507 If default-directory is nonexistent, use home dir.
8508
8509 * progmodes/grep.el (grep-regexp-alist):
8510 Don't match parens around line numbers.
8511
8512 * progmodes/cperl-mode.el (cperl-indent-region)
8513 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8514 Don't print progress messages.
8515
8516 * progmodes/compile.el (compilation-mode-map):
8517 Don't inherit from compilation-minor-mode-map;
8518 copy its bindings instead. But the menu bar Compile
8519 entry now does inherit from compilation-menu-map.
8520
8521 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8522 Use with-no-warnings around compiler-macroexpand.
8523
8524 * imenu.el: Don't always require newcomment.
8525 (imenu--generic-function): Call comment-normalize-vars
8526 if we have a comment syntax.
8527 Exit the loop if REGEXP matches the null string.
8528 Test comment-start as well as comment-start-skip
8529 when deciding whether to check for comments.
8530
8531 * tooltip.el (tooltip-mode): Doc fix.
8532
8533 * term.el (term-escape-char, term-mode): Doc fixes.
8534
8535 2004-11-24 Dave Love <fx@gnu.org>
8536
8537 * progmodes/python.el (python-font-lock-syntactic-keywords):
8538 Check for escapes in the regexp.
8539 (python-quote-syntax): Don't do it here.
8540
8541 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8542
8543 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8544 (gdb-frames-mode-map, gdb-threads-mode-map)
8545 (gdb-registers-mode-map, gdb-locals-mode-map)
8546 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8547 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8548
8549 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8550 (dedicated-switch-to-buffer): Rework.
8551 (gdb-var-evaluate-expression-handler, gdb-put-string):
8552 Remove unused variable bindings.
8553 (gdb-setup-windows, gdb-display-buffer):
8554 Simplify. Use pop-to-buffer.
8555 (gdb-view-source-function): Simplify.
8556 (gdb-frame-breakpoints-buffer):
8557 Use pop-to-buffer, special-display-regexps.
8558
8559 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8560
8561 * progmodes/f90.el (f90-smart-end)
8562 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8563 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8564 (f90-end-of-block): Doc fix. Make check of outermost block
8565 conditional on value of `f90-smart-end'.
8566 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8567 Handle case where END-BLOCK is nil.
8568 (f90-match-end): Handle un-named PROGRAM blocks.
8569 (f90-backslash-not-special): New function.
8570
8571 2004-11-24 Jay Belanger <belanger@truman.edu>
8572
8573 * calc/calc.el (calc-embedded-active): Removed unnecessary
8574 declaration.
8575 (calc-show-banner): Removed redundant declaration.
8576
8577 * calc/calc-graph.el (calc-gnuplot-default-device)
8578 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8579 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8580 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8581 Remove redundant initial values.
8582
8583 * calc/calc-arith.el (math-scalar-functions)
8584 (math-nonscalar-functions, math-scalar-if-args-functions)
8585 (math-real-functions, math-positive-functions)
8586 (math-nonnegative-functions, math-real-scalar-functions)
8587 (math-real-if-arg-functions, math-integer-functions)
8588 (math-num-integer-functions, math-rounding-functions)
8589 (math-float-rounding-functions, math-integer-if-args-functions)
8590 (math-super-types): Move declarations to earlier in file.
8591 (math-unit-prefixes): Declared it.
8592 (math-floor-prec, math-trunc-prec): New variables.
8593 (math-trunc-fancy): Replace variable prec by declared variable.
8594 (math-floor-fancy): Replace variable prec by declared variable.
8595 (math-com-bterms): New variable.
8596 (math-commutative-equal, math-commutative-collect):
8597 Replace variable bterms by declared variable.
8598
8599 * calc/calc-misc.el (math-trunc): Replace variable prec by
8600 math-trunc-prec.
8601 (math-floor): Replace variable prec by math-floor-prec.
8602
8603 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8604 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8605 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8606 (math-format-date, math-format-date-part): Replace variables
8607 date, dt, year, month, day, weekday, hour, minute, second and
8608 bc-flag by declared variables.
8609 (math-pd-str): New variable.
8610 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8611 Replace variable str by declared variable.
8612 (math-daylight-savings-hook, math-tzone-names): Move definitions
8613 to earlier in the file.
8614 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8615 (math-sh-year): New variable.
8616 (math-setup-add-holidays, math-setup-holidays)
8617 (math-setup-year-holidays): Replace variable `year' by declared
8618 variable.
8619
8620 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8621 New variables.
8622 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8623 n, nf and nfm1 by declared variables.
8624 (math-nri-n): New variable.
8625 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8626 n by declared variable.
8627 (calcFunc-log): Removed misplaced condition.
8628
8629 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8632
8633 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8634
8635 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8636 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8637 Dedicate gdb-related windows.
8638 (gdb-display-buffer): Dedicate gdb-related windows.
8639 Don't grab other frames.
8640 (gdb-reset): Remove dedicated property after debugging.
8641
8642 2004-11-24 Jay Belanger <belanger@truman.edu>
8643
8644 * calc/calc-sel.el: Add comment.
8645
8646 * calc/calc.el (math-stack-value-offset): Replace variables c,
8647 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8648
8649 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8650 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8651 (math-stack-value-offset-fancy): Replace variables c, wid and off
8652 by declared variables.
8653 (math-comp-just, math-comp-comma-spc): New variables.
8654 (math-compose-expr, math-compose-matrix): Replace variables `just'
8655 and comma-spc by declared variable.
8656 (math-comp-vector-prec): New variable.
8657 (math-compose-expr, math-compose-matrix, math-compose-rows):
8658 Replace variable vector-prec by declared variable.
8659 (math-comp-left-bracket, math-comp-right-bracket)
8660 (math-comp-comma): New variables.
8661 (math-compose-expr, math-compose-rows): Replace variables
8662 left-bracket, right-bracket and comma by declared variables.
8663 (math-comp-full-width): New variable.
8664 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8665 Replace variable full-width by declared variable.
8666 (math-comp-highlight, math-comp-word, math-comp-level)
8667 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8668 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8669 New variables.
8670 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8671 (math-comp-sel-flat-term): Replace variables comp-highlight,
8672 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8673 declared variables.
8674 (math-comp-simplify, math-comp-simplify-term)
8675 (math-comp-add-string, math-comp-add-string-sel):
8676 Replace variables comp-highlight, comp-buf, comp-base,
8677 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8678
8679 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8680
8681 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8682
8683 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8684 and x-server-version may throw.
8685
8686 2004-11-23 Kim F. Storm <storm@cua.dk>
8687
8688 * subr.el (substitute-key-definition-key): Optimize.
8689 Don't call indirect-function for nil defn (always signals error).
8690
8691 * ido.el (ido-read-internal): Fix require-match check when
8692 ido-directory-too-big is set.
8693
8694 2004-11-23 Jay Belanger <belanger@truman.edu>
8695
8696 * calc/calc-ext.el (math-read-replacement-list)
8697 (math-read-superscripts): New variables.
8698 (math-read-preprocess-string): New function.
8699 (math-read-expr): Filter input through math-read-preprocess-string.
8700
8701 * calc/calc-aent.el (math-read-exprs): Filter input through
8702 math-read-preprocess-string.
8703
8704 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8705
8706 * progmodes/compile.el (compilation-start): In cd command use
8707 substitute-env-vars -- not quite shell compatible but better than
8708 nothing.
8709 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8710 handle the newer versions messages, which are more parseable.
8711
8712 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8713
8714 * reveal.el (reveal-mode-map): New var.
8715 (reveal-mode): Use it.
8716
8717 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8718
8719 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8720 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8721
8722 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8725 header-line when needed.
8726 Use fixed-pitch only in the header-line.
8727 Build the underline automatically. Use emdash if available.
8728
8729 2004-11-22 Richard M. Stallman <rms@gnu.org>
8730
8731 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8732 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8733
8734 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8735
8736 * progmodes/gdb-ui.el (gdb-resync): New function.
8737 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8738 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8739 Use it to fail more gracefully.
8740 (gdb-variables): Delete variable.
8741 Re-order variables to reduce byte-compiler warnings.
8742
8743 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * descr-text.el (describe-char):
8746 * paren.el (show-paren-function):
8747 * subr.el (syntax-after): Undo last change.
8748
8749 * progmodes/python.el (run-python): Don't hard code *Python*.
8750 Don't modify global process-environment.
8751 (python-send-region, python-load-file): Don't assume that
8752 python-buffer == (process-buffer (python-proc)).
8753 (python-switch-to-python): Simplify.
8754
8755 * dired.el (dired-align-file): Don't assume line starts with spaces.
8756
8757 2004-11-21 Jay Belanger <belanger@truman.edu>
8758
8759 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8760 Replace variable `lines' by math-read-big-lines.
8761 (math-read-big-expr): Replace variables the-baseline, the-h2
8762 and err-msg by math-read-big-baseline, math-read-big-h2 and
8763 math-read-err-msg.
8764 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8765
8766 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8767 (math-read-big-balance): Replace unbound variable by value.
8768 (math-read-big-lines): New variable.
8769 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8770 (math-read-big-error, math-read-big-balance): Replace variable
8771 `lines' by declared variable.
8772 (math-read-big-baseline, math-read-big-h2): New variables.
8773 (math-read-big-rec): Replace variables the-baseline and the-h2
8774 by declared variables.
8775 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8776 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8777 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8778 declared variables.
8779 (math-read-big-err-msg): New variable.
8780 (math-read-big-error): Replace variable err-msg by declared variable.
8781
8782 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * ses.el: Add coding cookie.
8785 Fix up docstrings, follow new commenting conventions.
8786 (ses-header-line-menu): Fix missing variable rename for header-row.
8787 (ses-cell-size): Remove.
8788 (ses-make-cell): New function.
8789 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8790 (ses-calculate-cell): Remove unused var `symbol'.
8791 (ses-narrowed-p): New function.
8792 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8793 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8794 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8795 (ses-setup): Use restore-buffer-modified-p.
8796 (ses-cleanup): Remove unused var `end'.
8797 (ses-header-string-left-offset): Remove.
8798 (ses-create-header-string): Adjust to new behavior of `align-to'.
8799 Truncate excessively large fields to preserve alignment.
8800 (ses-reconstruct-all): Remove unused var `refs'.
8801 (ses-read-cell-printer): Remove unused var `prompt'.
8802 (ses-delete-row): Remove unused var `pos'.
8803 (ses-delete-column): Remove unused var `new'.
8804
8805 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8806
8807 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8808 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8809 Eliminate eval-and-compile usage.
8810 (ps-insert-file): Use insert-file-contents instead of insert-file.
8811 (ps-setup): Code fix.
8812
8813 * printing.el (pr-setup, lpr-setup): Code fix.
8814
8815 2004-11-21 Jay Belanger <belanger@truman.edu>
8816
8817 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8818 (calc-original-buffer): Declare them.
8819 (calc-user-formula-alist): New variable.
8820 (calc-user-define-formula, calc-fix-user-formula)
8821 (calc-user-define-composition, calc-finish-formula-edit):
8822 Replace variable `alist' by declared variable.
8823 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8824 (var-q7, var-q7, var-q8, var-q9): Declare them.
8825 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8826 are bound.
8827 (calcFunc-typeof): Replace undeclared variable by expression.
8828 (math-exp-env): New variable.
8829 (math-define-body, math-define-exp): Replace exp-env by declared var.
8830 (math-define-exp): Replace misplaced variable by expression.
8831
8832 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8833 (calc-curve-model, calc-curve-coefnames): New variables.
8834 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8835 varnames, model and coefnames by declared variables.
8836 (math-root-widen): New variable.
8837 (math-search-root, math-find-root): Replace variable root-widen by
8838 declared variable.
8839 (var-DUMMY): Declare it.
8840 (math-root-vars, math-min-vars): Move the declarations to earlier in
8841 the file.
8842 (math-brent-min): Make d a local variable.
8843 (math-find-minimum): Replace non-existent variable.
8844 (math-ninteg-romberg): Remove unnecessary variable.
8845 (math-ninteg-temp): New variable.
8846 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8847 integ-temp by declared variable.
8848 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8849 New variables.
8850 (math-general-fit): Replace variables first-var, first-coef and
8851 new-coefs by declared variables.
8852 (calcFunc-fitvar): Replace variable first-var by declared variable.
8853 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8854 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8855 (math-all-vars-vars, math-all-vars-found): New variables.
8856 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8857 found by declared variable math-all-vars-vars.
8858
8859 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8862 of `defconst'.
8863
8864 2004-11-20 Richard M. Stallman <rms@gnu.org>
8865
8866 * isearch.el (isearch-mode-map): Don't bind SPC.
8867 (isearch-whitespace-chars): Function deleted.
8868 (isearch-search): Bind search-spaces-regexp.
8869 (isearch-lazy-highlight-search): Likewise.
8870 (search-whitespace-regexp): Doc fix.
8871 (isearch-forward-regexp): Doc fix.
8872
8873 * emacs-lisp/bytecomp.el (byte-compile-form):
8874 Move the calls to byte-compile-set-symbol-position,
8875 to avoid having two for the same symbol occurrence.
8876
8877 * comint.el (comint-input-ring-size): Increase to 150.
8878
8879 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8880 New variables.
8881 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8882 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8883
8884 * imenu.el (imenu--generic-function):
8885 Ensure we keep moving backward even if BEG isn't further back.
8886
8887 * replace.el (query-replace-read-to, query-replace-read-from):
8888 Specify t for KEEP-ALL in read-from-minibuffer.
8889
8890 * progmodes/python.el (python-switch-to-python):
8891 If Python isn't running, start it.
8892 Don't alter debug-ignored-errors.
8893
8894 * progmodes/cperl-mode.el (cperl-indent-region):
8895 Don't mind imenu-scanning-message.
8896
8897 * bindings.el (global-map): Bind C-e to move-end-of-line.
8898
8899 * simple.el (line-move-finish): New arg FORWARD.
8900 Ignore invisible newlines, not intangible ones.
8901 Conditions for acceptable stopping positions depend on FORWARD.
8902 (line-move): Pass FORWARD arg to line-move-finish.
8903
8904 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8905 of HEADER. Compensate for this change in the code to add display
8906 properties. Don't make the first line intangible.
8907
8908 * info.el (Info-search): Fix previous change.
8909
8910 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8911
8912 * Makefile.in (recompile): Revert 2004-11-19 change.
8913 (compile): Likewise.
8914
8915 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8916
8917 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8918
8919 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8920
8921 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8922 defgroup and defcustom. Eliminate eval-and-compile usage.
8923
8924 * progmodes/ebnf-otz.el: Fix typos.
8925
8926 2004-11-19 Jay Belanger <belanger@truman.edu>
8927
8928 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8929 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8930 disp-trail by declared variable.
8931
8932 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8933 (calc-finish-selection-edit): Replace variable disp-trail by
8934 declared variable.
8935 (calc-selection-cache-entry): Move declaration to earlier in the file.
8936 (calc-selection-cache-num, calc-selection-cache-comp)
8937 (calc-selection-cache-offset, calc-selection-true-num)
8938 (calc-final-point-line, calc-final-point-column)
8939 (calc-original-buffer): Declare them.
8940 (calc-fnp-op, calc-fnp-num): New variables.
8941 (calc-find-nth-part, calc-find-nth-part-rec)
8942 (calc-select-previous): Replace op and num by declared variables.
8943 (calc-rsf-old, calc-rsf-new): New variables.
8944 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8945 Replace variables old and new by declared variables.
8946 (calc-sel-reselect): New variable.
8947 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8948 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8949 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8950 reselect with declared variable.
8951
8952 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8953 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8954 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8955 (math-import-list, math-rewrite-phase): Declare them.
8956 (math-rewrite): Use let* to declare variables.
8957 (calc-rewrite-selection): Make rules a local variable.
8958 (calc-rewr-sel): New variable.
8959 (calc-rewrite-selection, calc-locate-selection-marker)
8960 (calc-rewrite): Use the declared variable calc-rewr-sel instead
8961 of sel.
8962 (math-rewrite-whole-expr): New variable.
8963 (math-rewrite, math-rewrite-phase): Replace variable expr by
8964 declared variable.
8965 (math-rewrite-heads-heads, math-rewrite-heads-skips)
8966 (math-rewrite-heads-blanks ): New variables.
8967 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8968 heads, skips and blanks by declared variables.
8969 (math-rwcomp-subst-old, math-rwcomp-subst-new)
8970 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8971 New variables.
8972 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8973 old, new, old-func and new-func by declared variables.
8974 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8975 Remove unnecessary variable.
8976 (math-apply-rw-regs): New variable.
8977 (math-apply-rewrites, math-rwapply-replace-regs)
8978 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8979 (math-apply-rw-ruleset): New variable.
8980 (math-apply-rewrites, math-rwapply-remember): Replace variable
8981 ruleset by declared variable.
8982
8983 2004-11-19 Richard M. Stallman <rms@gnu.org>
8984
8985 * info.el (Info-search): Use search-whitespace-regexp.
8986
8987 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8988
8989 * vc-rcs.el (vc-rcs-parse): New function.
8990 (vc-rcs-annotate-command): Likewise.
8991 (vc-rcs-annotate-current-time): Likewise.
8992 (vc-rcs-annotate-time): Likewise.
8993 (vc-rcs-annotate-extract-revision-at-line): Likewise.
8994
8995 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
8996
8997 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8998
8999 2004-11-18 Jay Belanger <belanger@truman.edu>
9000
9001 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9002
9003 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9004
9005 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9006 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9007 Use make-temp-file to generate PostScript files in any situation.
9008 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9009 (pr-interactive-p): Eliminate var.
9010 (pr-save-interactive): Eliminate macro.
9011 (pr-interface, pr-ps-directory-preview)
9012 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9013 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9014 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9015 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9016 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9017 (pr-ps-region-ps-print, pr-ps-mode-preview)
9018 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9019 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9020 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9021 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9022 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9023 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9024 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9025 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9026 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9027 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9028 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9029 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9030 Eliminate pr-save-interactive usage.
9031 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9032 Eliminate pr-interactive-p usage.
9033 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9034 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9035 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9036 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9037 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9038 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9039 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9040 New funs.
9041 (pr-ps-file): Use make-temp-file to generate a temporary file.
9042
9043 2004-11-17 Jay Belanger <belanger@truman.edu>
9044
9045 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9046 a local variable.
9047 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9048 (math-top-only): New variable.
9049 (math-simplify, math-simplify-step): Replace variable top-only by
9050 declared variable math-top-only.
9051 (math-simplify-expr): Declare it.
9052 Replace argument expr in all calls of math-defsimplify by
9053 math-simplify-expr.
9054 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9055 (math-simplify-divisor, math-simplify-one-divisor)
9056 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9057 (math-simplify-pow): Replace variable expr by declared variable
9058 math-simplify-expr.
9059 (math-simplify-divisor): Remove local variables temp and op.
9060 (math-simplify-one-divisor): Make temp and op local variables.
9061 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9062 New variables.
9063 (math-simplify-divisor, math-simplify-one-divisor):
9064 Replace variables nover and dover by declared variables.
9065 (math-expr-subst-new, math-expr-subst-old): New variables.
9066 (math-expr-subst, math-expr-subst-rec): Replace variables new
9067 and old by declared variables.
9068 (math-is-poly-degree, math-is-poly-loose): New variables.
9069 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9070 and loose by declared variables.
9071 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9072 (math-polynomial-base, math-polynomial-base-rec):
9073 Replace variables const-ok and mpb-pred by declared variables.
9074
9075 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9076
9077 * calc/calc-ext.el (math-defsimplify): Change the argument in
9078 the created function to math-simplify-expr.
9079
9080 * calc/calc-units.el (math-simplify-expr): Declare it.
9081 Replace argument expr in all calls of math-defsimplify by
9082 math-simplify-expr.
9083 (math-simplify-units-prod): Replace variable expr by declared
9084 variable math-simplify-expr.
9085
9086 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9089 Replace mapcar->dolist, format->string.
9090
9091 2004-11-17 Miles Bader <miles@gnu.org>
9092
9093 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9094 * progmodes/idlwave.el: Remove RCS keywords.
9095
9096 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9097
9098 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9099 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9100 Update to IDLWAVE version 5.5. Too many changes to list them here.
9101 * progmodes/idlw-help.el: New file.
9102
9103 2004-11-16 Richard M. Stallman <rms@gnu.org>
9104
9105 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9106 Discard spaces after \i according to TeX rules.
9107
9108 * international/mule.el (set-buffer-file-coding-system):
9109 New arg NOMODIFY.
9110 (after-insert-file-set-coding): Pass that new arg.
9111 Prevent set-buffer-multibyte from trying to lock the file.
9112
9113 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9114
9115 * saveplace.el (save-place): Doc fix.
9116
9117 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9118 temporarily widen before finding the following word to copy.
9119
9120 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9121 (cl-map-keymap): Definition deleted.
9122
9123 * subr.el (map-keymap-internal): New function.
9124
9125 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9128 when pressing rather than when releasing mouse-2. Simplify.
9129
9130 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9133 (compilation-mode): Set it here instead.
9134
9135 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9136
9137 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9138 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9139
9140 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9141
9142 * progmodes/compile.el (compilation-internal-error-properties):
9143 Fix up a transposition-typo. Check end-col before using it.
9144
9145 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9146
9147 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9148 Discard whitespace after macro \i when converting it.
9149
9150 2004-11-16 Juri Linkov <juri@jurta.org>
9151
9152 * emacs-lisp/find-func.el (find-function-regexp):
9153 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9154 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9155 Remove invalid `\W' from [^cgv\W]. Doc fix.
9156 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9157
9158 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9159
9160 * play/life.el: Maintainer is now FSF.
9161 (life-patterns, life-neighbor-deltas, life-window-start)
9162 (life-current-generation, life-generation-string): Use defvar
9163 instead of defconst.
9164
9165 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * progmodes/compile.el (compilation-move-to-column): New fun.
9168 (compilation-internal-error-properties)
9169 (compilation-next-error-function): Use it to make sure we don't go past
9170 the end of line.
9171
9172 2004-11-15 John Paul Wallington <jpw@gnu.org>
9173
9174 * autoinsert.el (auto-insert-alist): Insert the user's name in
9175 copyright notice, rather than Free Software Foundation, for the
9176 Emacs Lisp header case too.
9177
9178 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9179
9180 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9181 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9182 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9183 return the list of string in a string.
9184 (pr-call-process): Message if calling process returns an error, that
9185 is, the exit status is different of zero.
9186
9187 2004-11-15 Jay Belanger <belanger@truman.edu>
9188
9189 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9190 variable var-thing.
9191 (math-integ-depth, math-integ-level, math-integral-limit)
9192 (math-enable-subst, math-any-substs, math-integ-msg)
9193 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9194 (math-int-threshold, math-int-factors, math-double-roots)
9195 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9196 (var-GenCount): Declare these variables.
9197 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9198 (math-integral-cache, math-integral-cache-state):
9199 Move declarations to earlier in the file.
9200 (math-deriv-var, math-deriv-total, math-deriv-symb)
9201 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9202 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9203 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9204 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9205 (math-solve-res): New variables
9206 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9207 (math-integral, math-replace-integral-parts)
9208 (math-integrate-by-parts, calc-dump-integral-cache)
9209 (math-try-integral, math-do-integral, math-do-integral)
9210 (math-do-integral-methods, math-try-solve-for)
9211 (math-try-solve-prod, math-solve-poly-funny-powers)
9212 (math-solve-crunch-poly, math-decompose-poly)
9213 (math-solve-find-root-term, math-find-root-in-prod)
9214 (math-integ-try-linear-substitutions)
9215 (math-integ-try-substitutions, math-expr-rational-in)
9216 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9217 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9218 (math-solve-for, math-solve-system, math-solve-system-rec)
9219 (math-solve-get-sign, math-solve-get-int)
9220 (math-solve-system-subst): Replace undeclared variables with newly
9221 declared variables.
9222
9223 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * winner.el (winner-active-region, winner-edges, winner-window-list):
9226 Define at toplevel.
9227 (winner-mode-map): Move init inside declaration.
9228
9229 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9230
9231 * files.el (convert-standard-filename): Doc fix.
9232
9233 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9234
9235 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9236 passwd, group, shadow, default/* and pam.d/*.
9237
9238 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9239
9240 * printing.el (pr-menu-spec): Adjust menu specification.
9241
9242 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9243
9244 * printing.el: Doc fix. Insert :version tag into all defcustom.
9245 Handle interactive-p as is recommended in Emacs Lisp Reference.
9246 Set the file permission bits for newly created files.
9247 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9248 The printing menu specification (in `pr-menu-spec') was merged.
9249 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9250 (pr-version): New version number (6.8.3).
9251 (pr-file-modes): New option.
9252 (pr-interactive-p): New var.
9253 (pr-save-interactive, pr-save-file-modes): New macros.
9254 (pr-setup): Code fix.
9255 (pr-menu-spec): Menu specification merged.
9256 (pr-call-process, pr-text2ps): Set file permission bits.
9257 (pr-despool-print): Set file permission bits. Handle interactive-p as
9258 is recommended.
9259 (pr-interface, pr-ps-directory-preview)
9260 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9261 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9262 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9263 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9264 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9265 (pr-ps-region-ps-print, pr-ps-mode-preview)
9266 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9267 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9268 (pr-despool-using-ghostscript, pr-despool-ps-print)
9269 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9270 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9271 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9272 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9273 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9274 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9275 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9276 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9277 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9278 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9279 Handle interactive-p as is recommended.
9280
9281 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9282
9283 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9284 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9285
9286 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9287 so it doesn't forget to highlight the beginning of the region either.
9288
9289 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9290
9291 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9292 (c-font-lock-init): Eliminate obsolete make-local-hook.
9293 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9294 (awk-mode): Use run-mode-hooks.
9295
9296 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9297
9298 2004-11-13 Kim F. Storm <storm@cua.dk>
9299
9300 * mouse.el (mouse-drag-copy-region): Add :version.
9301 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9302 while dragging mode line, so mode line can be dragged downwards.
9303 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9304 while pressing mouse button so window doesn't scroll until we
9305 release the mouse if clicking on partially visible line.
9306
9307 2004-11-12 Jay Belanger <belanger@truman.edu>
9308
9309 * calc/calc-graph.el (calc-dumb-map): Declare it.
9310 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9311 than unbound.
9312 (calc-graph-name): Made `end' a local variable.
9313 (calc-graph-lookup): Made `varname' a local variable.
9314 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9315 Declare them.
9316 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9317 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9318 the unused variable y3vec.
9319 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9320 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9321 calc-graph-prev-kill-hook.
9322 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9323 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9324 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9325 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9326 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9327 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9328 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9329 (calc-graph-y3value, calc-graph-y3name)
9330 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9331 (calc-graph-stepcount, calc-graph-is-splot)
9332 (calc-graph-surprise-splot, calc-graph-blank)
9333 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9334 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9335 (calc-graph-recompute-2d, calc-graph-compute-3d)
9336 (calc-graph-format-data): Replace undeclared variables with the
9337 above newly declared variables.
9338
9339 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9340
9341 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9342 `rsf-beep' and `rsf-sleep-after-message'.
9343
9344 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9345 list if `message-sender' is non-nil.
9346
9347 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9348
9349 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9350 consing by using mapc instead of mapcar.
9351
9352 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9353
9354 * tooltip.el (require): Explain why CL is needed.
9355
9356 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9357
9358 * printing.el: Insert :version into defgroup (printing). All reference
9359 to Files option in menubar were changed to File.
9360 (pr-version): New version number (6.8.2).
9361 (pr-get-symbol): Call easy-menu-intern.
9362 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9363 compilation gripes.
9364
9365 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9366
9367 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9368 new byte-compile-function-environment binding to t.
9369
9370 * font-lock.el (font-lock-fontify-syntactically-region):
9371 Don't forget to highlight the last char when we hit `end'.
9372
9373 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9374 (mwheel-scroll): Adjust accordingly.
9375
9376 * cvs-status.el: Reduce spurious warnings.
9377 (cvs-status-checkout): Remove.
9378 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9379
9380 * pcvs.el (cvs-mode-checkout): New command.
9381
9382 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9383
9384 * tooltip.el: Require CL.
9385
9386 * emacs-lisp/bytecomp.el: Use push.
9387 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9388 (defalias): Remove the `byte-compile' property and add
9389 a `byte-hunk-handler'.
9390
9391 2004-11-11 Juri Linkov <juri@jurta.org>
9392
9393 * info.el (Info-search): Save match data for isearch.
9394 Skip Tag Table node.
9395
9396 * descr-text.el (describe-char): Replace syntax-after with code
9397 from its previous version.
9398
9399 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9400 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9401
9402 * international/mule.el (sgml-html-meta-auto-coding-function):
9403 Remove > after <html to allow HTML attributes.
9404
9405 2004-11-11 Jay Belanger <belanger@truman.edu>
9406
9407 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9408 a variable.
9409 (calcFunc-dfac): Replace unbound max by n.
9410 (math-stirling-local-cache): New variable.
9411 (math-stirling-number, math-stirling-1, math-stirling-2):
9412 Replace the variable `cache' by the declared variable
9413 math-stirling-local-cache.
9414 (var-RandSeed): Declare it as a variable.
9415 (math-init-random-base, math-random-digit): Don't check to see if
9416 var-RandSeed is bound.
9417 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9418 Declare them instead of just setting them.
9419 (math-init-random-base): Made i a local variable.
9420 (math-random-digit): Made math-random-last a local variable.
9421 (math-prime-test-cache): Move declaration to before it is used.
9422 (math-prime-test-cache-k, math-prime-test-cache-q)
9423 (math-prime-test-cache-nm1, math-prime-factors-finished):
9424 Declare them as variables.
9425
9426 2004-11-11 Jay Belanger <belanger@truman.edu>
9427
9428 * calc/calc-ext.el (math-defcache): Use defvar for the new
9429 variables it creates.
9430
9431 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9432
9433 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9434 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9435 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9436 (desktop-save): Add :version.
9437
9438 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * printing.el (pr-get-symbol): Don't downcase.
9441
9442 2004-11-10 Jay Belanger <belanger@truman.edu>
9443
9444 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9445 string to kill-ring.
9446
9447 * calc/calc-aent.el (calc-alg-exp, math-toks)
9448 (math-exp-pos,math-exp-old-pos, math-exp-token)
9449 (math-exp-keep-spaces, math-exp-str): New variables.
9450 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9451 (calcAlg-enter): Use declared variable calc-alg-exp.
9452 (math-build-parse-table, math-find-user-token): Use declared
9453 variable math-toks.
9454 (math-read-exprs, math-read-token, calc-check-user-syntax)
9455 (calc-match-user-syntax, match-factor-after, math-read-factor):
9456 Use declared variables math-exp-pos math-exp-old-pos.
9457 (math-read-exprs, math-read-token, math-read-expr-level)
9458 (calc-check-user-syntax, calc-match-user-syntax)
9459 (match-factor-after, math-read-factor): Use declared variable
9460 math-exp-token.
9461 (math-read-exprs, math-read-expr-list, math-read-token)
9462 (math-read-factor): Use declared variable math-exp-keep-spaces.
9463 (math-read-exprs, math-read-token): Use declared variable
9464 math-exp-str.
9465 (calc-match-user-syntax): Make m a local variable.
9466
9467 * calc/calc-ext.el (math-read-expr): Use declared variables
9468 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9469 math-exp-keep-spaces.
9470
9471 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9472 variables math-exp-pos, math-exp-str.
9473
9474 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9475 math-exp-old-pos.
9476 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9477 (math-parse-eqn-prime): Use declared variable math-exp-token.
9478
9479 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9480 Use declared variable math-exp-pos.
9481 (math-check-for-commas): Use declared variable math-exp-str.
9482 (math-read-brackets): Use declared variables math-exp-old-pos,
9483 math-exp-keep-spaces.
9484 (math-read-brackets, math-read-vector, math-read-matrix):
9485 Use declared variable math-exp-token.
9486
9487 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9488
9489 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9490 where the keymap is a symbol.
9491 (easy-menu-add-item): Use keymap-prompt. Simplify.
9492
9493 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9494
9495 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9496 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9497
9498 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9499
9500 * ebuff-menu.el: Doc fixes throughout.
9501 (electric-buffer-menu-mode-hook): New defvar.
9502
9503 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9504
9505 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9506 The resulting compiler warnings appear to be harmless.
9507
9508 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9509
9510 * textmodes/conf-mode.el: New file.
9511
9512 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9513
9514 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9517
9518 2004-11-09 Jay Belanger <belanger@truman.edu>
9519
9520 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9521
9522 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9523 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9524 (calc-z-prefix-help, calc-user-function-list): Use declared
9525 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9526 (math-map-tree, math-map-tree-rec): Use declared variables
9527 math-mt-many, math-mt-func.
9528 (math-read-expression, math-read-string): Use declared variable
9529 math-expr-data.
9530
9531 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9532 variable math-normalize-a.
9533
9534 * calc/calc.el (math-normalize-a): New variable.
9535 (math-normalize): Use declared variable math-normalize-a.
9536
9537 * calc/calc-poly.el (math-expand-form): Use declared variable
9538 math-mt-many.
9539
9540 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9541 Use declared variable math-mt-many.
9542 (math-rewrite): Use declared variable math-mt-func.
9543
9544 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9545 (math-read-matrix): Use declared variable math-expr-data.
9546
9547 * calc/calc-lang.el (math-parse-fortran-vector)
9548 (math-parse-fortran-vector-end, math-parse-tex-sum)
9549 (math-parse-eqn-matrix, math-parse-eqn-prime)
9550 (math-read-math-subscr): Use declared variable math-expr-data.
9551
9552 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9553 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9554 (calc-match-user-syntax, math-read-if, math-factor-after)
9555 (math-read-factor): Use declared variable math-expr-data.
9556
9557 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9558
9559 * calendar/diary-lib.el (diary-from-outlook)
9560 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9561 interactive-p; but rather new optional argument NOCONFIRM.
9562
9563 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9566 (easy-menu-name-match): Revert correspondingly.
9567
9568 2004-11-09 Richard M. Stallman <rms@gnu.org>
9569
9570 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9571 Turn off warnings for the new function even if definition not constant.
9572 If the definition isn't a quoted symbol, record (FUNCTION . t).
9573 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9574 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9575 (display-call-tree, byte-compile-arglist-warn):
9576 Handle t returned by byte-compile-fdefinition.
9577
9578 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9579
9580 * Makefile.in (maintainer-clean): Depend on distclean.
9581
9582 * help-fns.el (help-C-file-name): File name must be in build-files
9583 to be returned.
9584
9585 2004-11-09 Jay Belanger <belanger@truman.edu>
9586
9587 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9588 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9589
9590 * calc/calc.el (calc, calc-trail-display, calc-mode):
9591 Remove obsolete sections.
9592
9593 * calc/calc.el (calc-x-paste-text): Remove.
9594
9595 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9596 mouse-2.
9597
9598 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9599
9600 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9601 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9602 current frame (in case of recursive calls).
9603 (gdb-show-changed-values): Add :version keyword.
9604
9605 2004-11-09 Kenichi Handa <handa@m17n.org>
9606
9607 * international/mule-cmds.el: Change coding: tag back to
9608 iso-2022-7bit.
9609
9610 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * international/mule-cmds.el: Change coding-system to utf-8.
9613 (select-safe-coding-system-interactively):
9614 New function extracted from select-safe-coding-system.
9615 (select-safe-coding-system): Use it.
9616
9617 2004-11-08 Richard M. Stallman <rms@gnu.org>
9618
9619 * subr.el (syntax-after): Doc fix.
9620
9621 * paren.el (show-paren-function): Change calls to syntax-after
9622 for new way of returning the value.
9623
9624 * menu-bar.el (menu-bar-file-menu): Make this the real name
9625 and menu-bar-files-menu the alias. Use the former.
9626 (global-map): Use `file', not `files', as the symbol.
9627
9628 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9629
9630 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9631 Don't use beginning-of-buffer.
9632 (filesets-cmd-show-result): Use with-no-warnings.
9633
9634 2004-11-08 Juri Linkov <juri@jurta.org>
9635
9636 * progmodes/compile.el (compile): Don't overwrite last command in
9637 minibuffer history with default command if they are not equal.
9638
9639 2004-11-08 Jay Belanger <belanger@truman.edu>
9640
9641 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9642 non-linear substitutions.
9643
9644 2004-11-08 Jay Belanger <belanger@truman.edu>
9645
9646 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9647 (math-do-integral): Set `math-linear-subst-tried' to nil.
9648 (math-do-integral-methods): Use `math-linear-subst-tried' to
9649 determine what type of substitution to try.
9650 (math-integ-try-linear-substituion):
9651 Set `math-linear-subst-tried' to t.
9652
9653 2004-11-08 Kim F. Storm <storm@cua.dk>
9654
9655 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9656
9657 2004-11-07 Juri Linkov <juri@jurta.org>
9658
9659 * info-look.el (info-lookup): Allow reusing in the current buffer
9660 not only *info* buffer, but all (even renamed) Info buffers
9661 by checking for major-mode instead of *info* buffer name.
9662 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9663 (octave-mode, maxima-mode) <doc-spec>:
9664 Allow long dashes generated by Texinfo 4.7 before definitions.
9665 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9666 definitions with argument separated by space.
9667
9668 2004-11-06 Richard M. Stallman <rms@gnu.org>
9669
9670 * simple.el (next-error group, face): Move before first use.
9671 (next-error-highlight, next-error-highlight-no-select): Likewise.
9672
9673 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9674 (line-move): New args NOERROR and TO-END.
9675 Return t if if succeed in moving specified number of lines.
9676 (move-end-of-line): New function.
9677
9678 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9679 (end-of-buffer-other-window): Likewise.
9680
9681 * simple.el (line-move-ignore-invisible): Default to t.
9682
9683 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9684
9685 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9686
9687 * international/iso-cvt.el (iso-cvt-define-menu):
9688 Rename menu-bar-files-menu to menu-bar-file-menu.
9689
9690 * net/browse-url.el (browse-url-gnome-moz-program)
9691 (browse-url-gnome-moz-arguments): Move up before first use.
9692
9693 * net/tramp.el (tramp group): Add :version.
9694
9695 * progmodes/ada-xref.el (ada-gdb-application):
9696 Use goto-char instead of beginning-of-buffer.
9697
9698 * progmodes/cperl-mode.el (cperl-info-on-command):
9699 Use goto-char instead of beginning-of-buffer.
9700
9701 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9702 Move up before first use.
9703 (idlwave-shell-temp-pro-file): Likewise.
9704 (idlwave-shell-temp-rinfo-save-file): Likewise.
9705 (idlwave-shell-temp-file): Minor doc fix.
9706
9707 * textmodes/flyspell.el (flyspell-external-point-words):
9708 Use goto-char instead of beginning-of-buffer.
9709
9710 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9711
9712 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9713 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9714 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9715
9716 2004-11-06 David Ponce <david@dponce.com>
9717
9718 * recentf.el (recentf-menu-path): Use menu item name.
9719
9720 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9721
9722 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9723 display doesn't support images.
9724
9725 2004-11-06 Andreas Schwab <schwab@suse.de>
9726
9727 * tempo.el (tempo-match-finder): Doc fix.
9728
9729 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9730
9731 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9734 (easy-menu-lookup-name): New fun to replace it.
9735 (easy-menu-get-map): Use it to obey menu item names (rather than just
9736 keys) when looking up `path'.
9737 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9738 (easy-menu-convert-item-1): Adjust to new name.
9739
9740 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9741
9742 * outline.el (hide-body): Don't hide lines at the top of the file
9743 that precede the first header line.
9744
9745 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9746
9747 * align.el (align-areas): Delete whitespace before reindenting, so
9748 that tabs are never placed after spaces.
9749
9750 2004-11-06 Alan Shutko <ats@acm.org>
9751
9752 * macros.el (insert-kbd-macro): Do completions based on macros,
9753 rather than all commands.
9754
9755 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9756
9757 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9758 to solve a bug whereby tags with 'b' don't match.
9759
9760 2004-11-05 Juri Linkov <juri@jurta.org>
9761
9762 * info.el (Info-search): Don't search in node header lines
9763 and file headers.
9764
9765 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9766 symbol-constituent characters after dot, not only digits.
9767
9768 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9769
9770 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9771
9772 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9773
9774 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9775 if a dialog will be used, read-file-name otherwise.
9776
9777 2004-11-04 Richard M. Stallman <rms@gnu.org>
9778
9779 * textmodes/table.el (table group): Add :version.
9780
9781 * textmodes/ispell.el (ispell-word):
9782 Don't alter args; set them only thru `interactive' spec.
9783
9784 * textmodes/flyspell.el (flyspell-word):
9785 Don't alter FOLLOWING; set it only thru `interactive' spec.
9786
9787 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9788
9789 * net/browse-url.el (browse-url-maybe-new-window):
9790 Use called-interactively-p.
9791
9792 * mail/supercite.el (sc-cite-region):
9793 Don't use interactive-p. Add arg INTERACTIVE.
9794 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9795
9796 * international/mule-cmds.el (set-input-method, toggle-input-method):
9797 Don't use interactive-p. Add arg INTERACTIVE.
9798
9799 * eshell/esh-mode.el (eshell-show-maximum-output):
9800 Don't use interactive-p.
9801 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9802
9803 * mouse.el (mouse-show-mark): Get positions to delete from mark
9804 and point, not from mouse-drag-overlay.
9805
9806 * imenu.el (imenu-eager-completion-buffer): Add :version.
9807
9808 * filesets.el (filesets group): Add :version.
9809
9810 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9811
9812 * files.el (xml-based-modes): Delete var.
9813 (magic-mode-alist): New more general var.
9814 (set-auto-mode): Use it.
9815
9816 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9817 when clicking from another window.
9818
9819 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9820
9821 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9822 (vc-cvs-annotate-time): Incorporate value of deleted var.
9823 Remove special-case handling of beginning-of-buffer cruft.
9824 Cache ending position (point) and return value in text property
9825 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9826
9827 * vc-cvs.el (vc-cvs-annotate-command):
9828 Delete extraneous lines from beginning of buffer.
9829 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9830
9831 * progmodes/grep.el (grep-default-command): Take empty string
9832 for tag if all other methods yield nil. Shell-quote the tag.
9833
9834 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9835 spec in `interactive' form, and mention it in the docstring.
9836 Also, make sure point is at bol after calling `annotate-time'.
9837
9838 2004-11-02 Richard M. Stallman <rms@gnu.org>
9839
9840 * cus-edit.el (customize-group-other-window):
9841 Select the window that displays the custom buffer.
9842 (custom-buffer-create-other-window): Likewise.
9843
9844 * comint.el (comint-insert-input): Fix previous change.
9845
9846 * emacs-lisp/elp.el (elp-instrument-function):
9847 Use called-interactively-p.
9848
9849 * emacs-lisp/easymenu.el (easy-menu-intern):
9850 Don't downcase; rather, case-flip the first letter of each word.
9851
9852 * emacs-lisp/easy-mmode.el (define-minor-mode):
9853 Use called-interactively-p.
9854
9855 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9856 Add interactive-only.
9857 (byte-compile-warnings): Add interactive-only as option.
9858 (byte-compile-interactive-only-functions): New variable.
9859 (byte-compile-form): Warn about calls to functions
9860 in byte-compile-interactive-only-functions.
9861
9862 * emacs-lisp/autoload.el (update-file-autoloads):
9863 Don't use interactive-p; take new arg SAVE-AFTER.
9864
9865 * emacs-lisp/advice.el (ad-make-advised-definition):
9866 Use called-interactively-p.
9867
9868 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9869
9870 * files.el (find-file-existing): New function.
9871
9872 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9873 find-file-existing. Add "New File..." that calls find-file.
9874
9875 * diropen.pbm, diropen.xpm: New files.
9876
9877 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9878 icon diropen. New tool bar item find-file-existing uses icon open.
9879
9880 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9881 instead of read-file-name.
9882
9883 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9884
9885 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9886 (icalendar--split-value): Change name of work buffer.
9887 (icalendar--get-weekday-abbrev): Return nil on error.
9888 (icalendar--date-to-isodate): New function.
9889 (icalendar-convert-diary-to-ical)
9890 (icalendar-extract-ical-from-buffer): Use only two args for
9891 make-obsolete (XEmacs compatibility).
9892 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9893 (icalendar-export-region): Doc fix.
9894 If error, return non-nil and write errors to a buffer.
9895 Use correct weekday for weekly recurring events.
9896 Check whether date has been parsed for ordinary events.
9897 Make weekly events start in the year 2000.
9898 DTEND is non-inclusive, shift end date by one day if
9899 necessary (not for entries that have date and time).
9900 Rename local let variables: oops -> found-error, datestring ->
9901 startdatestring.
9902
9903 2004-11-02 Kim F. Storm <storm@cua.dk>
9904
9905 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9906 keep-mode-if-same variable. Add it as optional arg instead.
9907 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9908
9909 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9910 substitute-command-keys will select lower-case bindings like those
9911 used in the static help texts.
9912
9913 * descr-text.el (describe-text-properties): Don't err if called in
9914 the *Help* buffer; output to *Help-2* buffer instead.
9915
9916 * kmacro.el (group kmacro): Add :version.
9917 (kmacro-keyboard-quit): New function to cleanup on C-g.
9918 (kmacro-start-macro): Set defining-kbd-macro to append when
9919 appending to last macro.
9920
9921 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9922
9923 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9924
9925 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9926 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9927 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9928 Add :version keyword.
9929
9930 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9931
9932 * progmodes/flymake.el (flymake-err-line-patterns):
9933 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9934 `compilation-error-regexp-alist-alist' to internal Flymake format.
9935
9936 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9937
9938 2004-11-01 Jay Belanger <belanger@truman.edu>
9939
9940 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9941 with `interactive "s"'.
9942
9943 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9944
9945 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9946 Revert change from 2004-10-16. '*' checks the current buffer, but the
9947 mouse click may be in another buffer.
9948
9949 2004-11-01 John Paul Wallington <jpw@gnu.org>
9950
9951 * files.el (large-file-warning-threshold): Add :version keyword.
9952 (kill-some-buffers): Doc fix.
9953
9954 * thumbs.el (group thumbs): Add :version keyword.
9955
9956 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9957
9958 2004-11-01 Richard M. Stallman <rms@gnu.org>
9959
9960 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9961
9962 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9963
9964 * allout.el (allout group): Add :version.
9965 (allout-init): Don't use interactive-p.
9966 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9967 (allout-forward-current-level, allout-backward-current-level):
9968 Don't use interactive-p.
9969
9970 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9971 (bibtex-find-text): Likewise.
9972
9973 * progmodes/vhdl-mode.el (vhdl-fill-region)
9974 (vhdl-beginning-of-statement): Don't use interactive-p.
9975
9976 * progmodes/idlwave.el (idlwave-update-routine-info):
9977 Don't use interactive-p.
9978
9979 * progmodes/idlw-shell.el (idlwave-shell-send-char):
9980 Don't use interactive-p.
9981
9982 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9983 Don't use interactive-p.
9984
9985 * progmodes/ada-xref.el (ada-make-body-gnatstub):
9986 Don't use interactive-p.
9987
9988 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9989 (fortune-in-buffer): Doc fix.
9990
9991 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9992
9993 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9994 don't select the temporary buffer.
9995 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9996 (eudc-get-phone): Likewise.
9997
9998 2004-11-01 Kim F. Storm <storm@cua.dk>
9999
10000 * man.el (Man-xref-normal-file): Fix help-echo.
10001
10002 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * reveal.el (reveal-last-tick): New var.
10005 (reveal-post-command): Use it to avoid closing overlays when we're
10006 appending text to them.
10007
10008 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10009
10010 * textmodes/bibtex.el: Require button.
10011 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10012 (bibtex-reference-keys): Distinguish between header keys and
10013 crossref keys.
10014 (bibtex-beginning-of-field): New function.
10015 (bibtex-url-map): Remove.
10016 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10017 (bibtex-font-lock-url-regexp): Assume that field names begin at
10018 the beginning of a line.
10019 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10020 Remove field delimiters. Use bibtex-beginning-of-field.
10021 Bugfix, point can be inside a field with a url.
10022 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10023 New functions.
10024 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10025 (bibtex-key-in-head): Simplify.
10026 (bibtex-current-line): Use bolp.
10027 (bibtex-parse-keys): Remove unused arg `add'.
10028 Use bibtex-type-in-head and bibtex-key-in-head.
10029 (bibtex-parse-entry, bibtex-autofill-entry):
10030 Use bibtex-type-in-head and bibtex-key-in-head.
10031 (bibtex-autokey-get-field): Do not alter case of replacement text.
10032 (bibtex-autokey-get-names): Do all processing of name list.
10033 (bibtex-autokey-get-year): New function.
10034 (bibtex-autokey-get-title): Do all processing of title words.
10035 (bibtex-generate-autokey): Simplify.
10036 (bibtex-string-files-init): Use default-directory.
10037 Allow for absolute file names in bibtex-string-files.
10038 (bibtex-files, bibtex-file-path): New variables.
10039 (bibtex-files-expand): New function.
10040 (bibtex-find-entry-globally): New command.
10041 (bibtex-summary-function): New variable.
10042 (bibtex-summary): Default value of bibtex-summary-function.
10043 (bibtex-find-crossref): New optional args pnt and split.
10044 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10045 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10046 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10047 Fix handling of required and alternative fields.
10048 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10049 Use cons and display-buffer.
10050 (bibtex-validate-globally): New command.
10051 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10052 bibtex-parse-keys and bibtex-parse-strings for updating
10053 bibtex-reference-keys and bibtex-strings.
10054 (bibtex-realign): Remove blank lines past the last entry.
10055 (bibtex-reformat): Use bibtex-entry-format as default.
10056 (bibtex-choose-completion-string): Remove.
10057 (bibtex-complete): Do not use bibtex-choose-completion-string.
10058 (bibtex-url): Simplify.
10059
10060 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10061
10062 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10063 (x-dnd-types-alist, x-dnd-open-file-other-window)
10064 (x-dnd-known-types): Add :version.
10065
10066 2004-10-31 John Paul Wallington <jpw@gnu.org>
10067
10068 * ibuffer.el (group ibuffer): Add :version keyword.
10069
10070 2004-10-31 Kim F. Storm <storm@cua.dk>
10071
10072 * ido.el (group ido): Add :version keyword.
10073 (ido-mode): Remove :version keyword.
10074
10075 * emulation/cua-base.el (group cua): Add :version keyword.
10076 (cua-mode): Remove :version keyword.
10077
10078 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10079
10080 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10081
10082 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10083 compiler warning.
10084 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10085 function.
10086 (help-at-pt-display-when-idle): Remove autoload.
10087
10088 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10091
10092 2004-10-30 Juri Linkov <juri@jurta.org>
10093
10094 * help.el (function-called-at-point):
10095 * help-fns.el (variable-at-point): Read -> intern.
10096
10097 2004-10-30 Simon Josefsson <jas@extundo.com>
10098
10099 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10100 Recognize AS_* too.
10101
10102 2004-10-29 Simon Josefsson <jas@extundo.com>
10103
10104 * subr.el (read-passwd): Move back from password.el.
10105
10106 * password.el: Remove, not ready yet.
10107
10108 2004-10-29 Andreas Schwab <schwab@suse.de>
10109
10110 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10111
10112 2004-10-29 Sam Steingold <sds@gnu.org>
10113
10114 * mouse.el (mouse-show-mark): Replace the last occurrence of
10115 x-lost-selection-hooks with x-lost-selection-functions.
10116
10117 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10118
10119 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10120 x-lost-selection-functions is bound.
10121
10122 * mouse-sel.el (mouse-sel-mode):
10123 * emacs-lisp/lselect.el: Adjust to new names for
10124 x-(lost|sent)-selection-functions.
10125
10126 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10127 New obsolete aliases of x-lost-selection-functions and
10128 x-sent-selection-functions.
10129
10130 2004-10-28 Kim F. Storm <storm@cua.dk>
10131
10132 * imenu.el (imenu-scanning-message): Remove.
10133 (imenu-progress-message): Make it a no-op.
10134
10135 2004-10-28 John Paul Wallington <jpw@gnu.org>
10136
10137 * files.el (set-auto-mode): Call `throw' correctly.
10138
10139 2004-10-28 Juri Linkov <juri@jurta.org>
10140
10141 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10142 to search `Info-...' commands in `info' manual.
10143 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10144 Add 'info-file "emacs" property.
10145 (Info-find-emacs-command-nodes): Fix index line number regexp.
10146 Set real line number (instead of fake 0) in first element of the
10147 returned list.
10148 (Info-goto-emacs-command-node): Use line number of first element
10149 to set point in the first found Info node.
10150
10151 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10152 code to `grep-mode-font-lock-keywords'.
10153 (grep-mode-font-lock-keywords): Delete grep markers instead
10154 of making them invisible.
10155
10156 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10157
10158 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10159 and x-server-version in bug report.
10160
10161 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10162
10163 * files.el (set-auto-mode-0): New function.
10164 (set-auto-mode): Use it to handle aliased modes and to
10165 be consistent between C-x C-f and C-x C-w.
10166
10167 2004-10-28 Kenichi Handa <handa@m17n.org>
10168
10169 * international/utf-8.el (utf-translate-cjk-charsets):
10170 Add katakana-jisx0201.
10171
10172 * international/subst-jis.el: Add data for JISX0201.
10173
10174 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * obsolete/hilit19.el (hilit-mode): New function.
10177 Move all the toplevel side-effecting stuff into it, so that loading
10178 hilit19 doesn't mess everything up any more.
10179
10180 2004-10-27 Richard M. Stallman <rms@gnu.org>
10181
10182 * add-log.el (add-change-log-entry): Set up mailing address
10183 and full name later, and don't alter add-log-mailing-address
10184 or add-log-full-name.
10185
10186 * elide-head.el (elide-head): Change error to message.
10187 (elide-head-show): Likewise.
10188
10189 * apropos.el (apropos-macrop): Doc fix.
10190
10191 * mouse.el (mouse-show-mark): Do most processing the same
10192 regardless of transient-mark-mode.
10193
10194 * shadowfile.el (shadow-copy-files): Use interactive-p
10195 only to control whether to print a message.
10196
10197 * tar-mode.el (tar-mode): Use write-contents-functions,
10198 not write-contents-hooks.
10199
10200 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10201 directory-sep-char.
10202
10203 2004-10-27 Richard M. Stallman <rms@gnu.org>
10204
10205 * strokes.el (strokes-unload-hook): Fix previous change.
10206
10207 * type-break.el (type-break-run-at-time): Always use run-at-time;
10208 forget the alternatives.
10209 (type-break-cancel-function-timers): Always use cancel-function-timers;
10210 forget the alternatives.
10211
10212 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10213
10214 2004-10-27 Kenichi Handa <handa@m17n.org>
10215
10216 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10217
10218 * international/subst-gb2312.el: Likewise.
10219
10220 * international/subst-big5.el: Likewise.
10221
10222 * international/subst-ksc.el: Likewise.
10223
10224 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10225 New variable.
10226 (utf-translate-cjk-set-unicode-range): New function.
10227 (utf-translate-cjk-unicode-range): Make it customizable.
10228 (utf-8-post-read-conversion):
10229 Use utf-translate-cjk-unicode-range-string.
10230 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10231 Unicode ranges.
10232
10233 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10234
10235 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10236 trivial variants to shorten the list.
10237 (xml-based-modes): New var.
10238 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10239 declaration higher priority than auto-mode-alist.
10240
10241 * find-file.el (cc-other-file-alist): Bring it in line with
10242 cc-mode's auto-mode-alist entries and use \' instead of $.
10243
10244 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10245 and add "Id" and "Name" submenus to it.
10246
10247 * imenu.el (imenu--generic-function): Skip matches in comments.
10248
10249 2004-10-26 Jay Belanger <belanger@truman.edu>
10250
10251 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10252 (full-calc-keypad, calc-trail-display): Use an extra argument
10253 instead of `interactive-p'.
10254
10255 * calc/calc-misc.el (calc-other-window): Use an extra argument
10256 instead of `interactive-p'.
10257
10258 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10259 `interactive-p'.
10260
10261 2004-10-26 Kim F. Storm <storm@cua.dk>
10262
10263 * help.el (describe-key): Describe both down-event and up-event
10264 for a mouse click.
10265
10266 2004-10-26 Richard M. Stallman <rms@gnu.org>
10267
10268 * woman.el (woman): Don't call interactive-p.
10269
10270 * pcomplete.el (pcomplete): Instead of interactive-p,
10271 use an arg set non-nil by the interactive spec.
10272
10273 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10274 use an arg set non-nil by the interactive spec.
10275
10276 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10277 use an arg set non-nil by the interactive spec.
10278
10279 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10280
10281 * progmodes/flymake.el (flymake-split-string):
10282 Use `flymake-split-string-remove-empty-edges' in any case.
10283
10284 2004-10-26 Masatake YAMATO <jet@gyve.org>
10285
10286 * progmodes/flymake.el (flymake-err-line-patterns):
10287 Use `compilation-error-regexp-alist-alist' instead of
10288 `compilation-error-regexp-alist'.
10289
10290 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10293 verbatim face on the \ of \end{verbatim}.
10294
10295 2004-10-25 Jay Belanger <belanger@truman.edu>
10296
10297 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10298 erasing minibuffer.
10299
10300 2004-10-25 Simon Josefsson <jas@extundo.com>
10301
10302 * subr.el (read-passwd): Move to net/password.el.
10303
10304 * net/password.el (read-passwd): Add. Autoload it.
10305
10306 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10307
10308 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10309
10310 * simple.el (process-file): Fix logic.
10311
10312 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10313
10314 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10315 (increase-right-margin): Remove erroneous call to `interactive-p'.
10316
10317 2004-10-24 Kim F. Storm <storm@cua.dk>
10318
10319 * help.el (describe-mode): Fix 2004-10-13 change.
10320 Copy pure "Auto Fill" string so it can be propertized later
10321 without causing a read-only error.
10322
10323 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10324
10325 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10326 style indexes.
10327
10328 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10329
10330 * simple.el (process-file): Accept nil for INFILE. Reported by
10331 Luc Teirlinck.
10332
10333 2004-10-24 Masatake YAMATO <jet@gyve.org>
10334
10335 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10336 Handle periods and underscores in a function name.
10337 Remove the address fontification.
10338
10339 2004-10-24 Masatake YAMATO <jet@gyve.org>
10340
10341 * progmodes/asm-mode.el (asm-font-lock-keywords):
10342 Use font-lock-variable-name-face for registers.
10343
10344 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10345
10346 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10347 kill-all-local-variables.
10348 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10349 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10350 Use kill-all-local-variables and provide mode-hooks.
10351 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10352 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10353 Suggested by Masatake YAMATO <jet@gyve.org>.
10354
10355 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10356
10357 * simple.el (process-file): New function, similar to call-process
10358 but supports file handlers.
10359 * vc.el (vc-do-command): Use it, instead of call-process.
10360 * net/tramp-vc.el (vc-do-command): Do not advise it if
10361 process-file is fboundp.
10362 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10363 process-file.
10364 (tramp-handle-process-file): New function.
10365 (tramp-file-name-for-operation): Support process-file.
10366
10367 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10368
10369 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10370 (icalendar-weekdayabbrev-table)
10371 (icalendar-monthnumber-table): Delete.
10372 (icalendar--get-month-number): Use calendar-month-name-array.
10373 (icalendar--get-weekday-number): New function.
10374 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10375 (icalendar-export-region): Handle multi-line entries.
10376 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10377
10378 2004-10-23 John Paul Wallington <jpw@gnu.org>
10379
10380 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10381 `wildcards' set to t in interactive spec.
10382
10383 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10384 interactive spec rather than use `interactive-p'.
10385 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10386 rather than use function `interactive-p'.
10387
10388 2004-10-22 Kenichi Handa <handa@m17n.org>
10389
10390 * international/mule.el (translate-region): Implement it in Lisp
10391 as a front end of translate-region-internal.
10392
10393 2004-10-21 Jay Belanger <belanger@truman.edu>
10394
10395 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10396 Declare these variables with defvar.
10397
10398 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10399 is bound, only check to see if it is bound.
10400
10401 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10404 Don't output messages.
10405
10406 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10407
10408 2004-10-21 John Paul Wallington <jpw@gnu.org>
10409
10410 * calc/calc-graph.el (calc-graph-init):
10411 Use `set-process-query-on-exit-flag'.
10412
10413 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10414
10415 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10416 dir right and also allow argumentless cd.
10417
10418 2004-10-19 Richard M. Stallman <rms@gnu.org>
10419
10420 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10421
10422 * eshell/em-unix.el (eshell-grep):
10423 Don't bind compilation-process-setup-function.
10424
10425 * comint.el (comint-insert-input): Use @ in `interactive'.
10426 (comint-input-filter-functions): Doc fix.
10427 (comint-kill-whole-line, comint-get-source): Doc fix.
10428
10429 * progmodes/compile.el (compilation-setup):
10430 Don't set buffer-read-only if MINOR is non-nil.
10431
10432 2004-10-19 Jay Belanger <belanger@truman.edu>
10433
10434 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10435 (calc-emacs-type-gnu19): Remove.
10436 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10437 Remove check for old emacs versions.
10438
10439 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10440 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10441 for current Emacs.
10442
10443 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10444 the end of the minibuffer.
10445 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10446 copy `esc-map'.
10447
10448 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10449
10450 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10451 call that would be given when the current emacs was used.
10452
10453 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10454
10455 * calendar/icalendar.el: Set coding to utf-8.
10456 (icalendar-version): Increase to 0.07.
10457 (icalendar-monthnumber-table): Change March pattern.
10458 (icalendar-get-all-event-properties)
10459 (icalendar-set-event-property): Delete.
10460 (icalendar-all-events): No longer interactive.
10461 (icalendar-convert-diary-to-ical)
10462 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10463 their replacements.
10464 (icalendar-export-file, icalendar-export-region): New functions;
10465 essentially old `icalendar-convert-diary-to-ical' but appending to
10466 target rather than overwriting.
10467 (icalendar-import-file): Append to target file rather than
10468 overwriting. Fourth arg deleted.
10469 (icalendar-import-buffer): New name for old
10470 `icalendar-extract-ical-from-buffer'.
10471 (icalendar--convert-string-for-import): New name for
10472 old `icalendar-convert-for-import'.
10473 (include-icalendar-files): Delete.
10474 Prefix for all internal functions changed from `icalendar-'
10475 to `icalendar--'.
10476
10477 2004-10-19 Richard M. Stallman <rms@gnu.org>
10478
10479 * paths.el (news-path): Fix previous change.
10480
10481 2004-10-18 Jay Belanger <belanger@truman.edu>
10482
10483 * calc/calc-help.el (calc-describe-bindings):
10484 Set `buffer-read-only' to nil while working in the keybindings buffer;
10485 remove some extra information from the keybindings buffer.
10486
10487 2004-10-18 David Ponce <david@dponce.com>
10488
10489 * mouse.el (mouse-drag-move-window-top): New function.
10490 (mouse-drag-mode-line-1): Use it.
10491
10492 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10493
10494 * info.el (Info-fontify-node): For multiline refs,
10495 arrange to unfontify newline and surrounding whitespace.
10496
10497 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10500 directory is missing.
10501
10502 2004-10-17 John Paul Wallington <jpw@gnu.org>
10503
10504 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10505 New customizable variable; whether to display buffers that match
10506 `ibuffer-maybe-show-predicates' by default.
10507 (ibuffer-maybe-show-predicates): Mention it in docstring.
10508 (ibuffer-display-maybe-show-predicates): New variable.
10509 (ibuffer-update): Prefix arg now toggles whether buffers that
10510 match `ibuffer-maybe-show-predicates' should be displayed.
10511 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10512 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10513 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10514
10515 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10516
10517 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10518 work correctly.
10519
10520 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10521
10522 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10523 (Buffer-menu-beginning): New helper function.
10524 (Buffer-menu-execute): Use it.
10525 (Buffer-menu-select): Use it.
10526 (Buffer-menu-sort): Use it and also keep markers.
10527
10528 2004-10-17 Richard M. Stallman <rms@gnu.org>
10529
10530 * paths.el (news-directory): Rename from news-path. Old name alias.
10531 (rmail-spool-directory): Use defvar.
10532 (sendmail-program): Use defcustom.
10533 (remote-shell-program): Use defcustom.
10534 (term-file-prefix): Use defvar.
10535 (abbrev-file-name): Use defvar.
10536
10537 * term.el: Add maintainer.
10538
10539 * subr.el (with-local-quit): Return nil if there's a quit.
10540 (read-passwd): Use with-local-quit. Doc fix.
10541
10542 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10543 (strokes-unload-hook): Set as a variable with add-hook.
10544
10545 * startup.el (fancy-splash-tail, normal-splash-screen):
10546 Update copyright year.
10547
10548 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10549
10550 * server.el (server-unload-hook): Set as a variable with add-hook.
10551
10552 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10553
10554 * frame.el (special-display-popup-frame):
10555 Make the buffer current as its frame is created.
10556
10557 * delsel.el (delsel-unload-hook): Set as a variable.
10558
10559 * comint.el (comint-output-filter-functions):
10560 Add comint-watch-for-password-prompt.
10561 (comint-read-noecho): Function deleted.
10562 (send-invisible): Use read-passwd.
10563
10564 * fringe.el (fringe-mode-initialize): New function.
10565 (fringe-mode): Use fringe-mode-initialize as :initialize.
10566
10567 2004-10-17 Kim F. Storm <storm@cua.dk>
10568
10569 * language/indian.el (indian-script-language-alist): Swap value and doc.
10570 (indian-font-char-index-table): Doc fix.
10571
10572 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10575
10576 2004-10-16 Juri Linkov <juri@jurta.org>
10577
10578 * progmodes/compile.el (compilation-start): Move let-binding of
10579 `process-environment' into `with-current-buffer' body.
10580 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10581
10582 2004-10-16 Richard M. Stallman <rms@gnu.org>
10583
10584 * pcvs-util.el (cvs-bury-buffer):
10585 Don't call get-buffer-window for effect.
10586
10587 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10588
10589 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10590
10591 * msb.el (msb-unload-hook): Set the variable.
10592
10593 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10594 Use * to err if buffer is readonly.
10595
10596 * subr.el (looking-back): Return only t or nil.
10597
10598 * whitespace.el (whitespace-unload-hook): Set the variable.
10599
10600 * view.el (view-mode-enable): Set view-page-size and
10601 view-half-page-size to nil.
10602 (view-set-half-page-size-default): view-half-page-size = nil
10603 means the default.
10604 (View-scroll-page-forward): Use view-page-size-default.
10605 (View-scroll-page-backward): Likewise.
10606 (view-page-size, view-half-page-size): Doc fixes.
10607
10608 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10609
10610 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10611
10612 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10613 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10614 (byte-compile-log-1): Bind inhibit-read-only.
10615 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10616 (byte-compile-log-warning): Likewise.
10617 (byte-compile-file-form-require): Detect "cl" from the arg value.
10618
10619 * progmodes/compile.el (compilation-start): Assume compilation-mode
10620 will make the buffer read-only.
10621 (compilation-mode): Take arg name-of-mode.
10622 (compilation-setup): Make buffer read-only.
10623 (compilation-handle-exit): Bind inhibit-read-only.
10624
10625 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10626 (ispell-message): Likewise.
10627 (ispell-show-choices): Don't call get-buffer-window uselessly.
10628 (ispell-init-process): Use set-process-query-on-exit-flag.
10629
10630 2004-10-16 Kim F. Storm <storm@cua.dk>
10631
10632 * fringe.el (fringe-bitmaps): Only initialize when defined.
10633
10634 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10635 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10636
10637 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10638
10639 2004-10-15 Simon Josefsson <jas@extundo.com>
10640
10641 * net/password.el: Add.
10642
10643 2004-10-14 Masatake YAMATO <jet@gyve.org>
10644
10645 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10646 (gdb-script-end-of-defun): New function.
10647 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10648 `gdb-script-end-of-defun' as *-of-defun-function.
10649
10650 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10651
10652 * button.el (button-activate): Allow a marker to display as an action.
10653
10654 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10655
10656 * help.el (describe-mode): Use it to make minor mode list into
10657 hyperlinks.
10658
10659 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * vc.el (vc-annotate-display-select): Fix typo.
10662
10663 * subr.el (substitute-key-definition-key): New function.
10664 (substitute-key-definition): Use it with map-keymap.
10665 (event-modifiers): Use push.
10666 (mouse-movement-p, with-temp-buffer): Simplify.
10667
10668 2004-10-12 Jay Belanger <belanger@truman.edu>
10669
10670 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10671 New variables.
10672 (calc-help-index-entries): New function.
10673 (calc-describe-function): Use `calc-help-function-list' instead of
10674 obarray for completion.
10675 (calc-describe-variable): Use `calc-help-variable-list' instead
10676 of obarray for completion.
10677
10678 2004-10-12 Richard M. Stallman <rms@gnu.org>
10679
10680 * info-look.el (info-lookup-file): Add info-file property.
10681 (info-lookup-symbol): Likewise.
10682
10683 * info.el (info-xref): Add underlining.
10684 (info): Add info-file property.
10685 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10686
10687 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10688
10689 Sync with Tramp 2.0.45.
10690
10691 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10692 defined. This is not the case for XEmacs without package "edebug".
10693 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10694 remote files to the permissions of the original file. This is not
10695 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10696 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10697 (tramp-perl-decode): Fix an error in Perl implementation.
10698 $pending must be cleared every loop. Reported by Benjamin Place
10699 <benjaminplace@sprintmail.com>
10700
10701 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10702 Don't activate advice during definition. This is done later on,
10703 depending on test result of `substitute-in-file-name'.
10704 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10705
10706 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10707
10708 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10709
10710 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10711
10712 2004-10-12 David Ponce <david@dponce.com>
10713
10714 * recentf.el (recentf-edit-list): Update the menu when the recentf
10715 list has been modified.
10716
10717 2004-10-12 Simon Josefsson <jas@extundo.com>
10718
10719 * net/tls.el (tls-certtool-program): New variable.
10720 (tls-certificate-information): New function, based on
10721 ssl-certificate-information.
10722
10723 2004-10-12 Kenichi Handa <handa@m17n.org>
10724
10725 * international/mule.el (coding-system-equal): Move from mule-util.el.
10726
10727 * international/mule-util.el (coding-system-equal): Move to mule.el.
10728
10729 2004-10-12 Kim F. Storm <storm@cua.dk>
10730
10731 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10732 reset kmacro-initial-counter-value if set.
10733 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10734 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10735 (kmacro-display): Show macro counter if non-zero.
10736
10737 * subr.el (substitute-key-definition): Mention command remapping
10738 in doc string.
10739
10740 2004-10-11 Jay Belanger <belanger@truman.edu>
10741
10742 * calc/calc-misc.el (calc-info-goto-node): New function.
10743 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10744 node in one step.
10745 (calc-describe-copying, calc-describe-distribution)
10746 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10747 Go to appropriate info node in one step.
10748
10749 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10750
10751 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10752
10753 * font-lock.el (font-lock-apply-highlight): Fix last change.
10754
10755 2004-10-11 Simon Josefsson <jas@extundo.com>
10756
10757 * mail/smtpmail.el (smtpmail-open-stream): Look for
10758 starttls-gnutls-program instead of starttls-program iff
10759 starttls-use-gnutls is non-nil.
10760 (smtpmail-open-stream): Don't overwrite user settings of
10761 starttls-extra-arguments and starttls-extra-args.
10762
10763 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * comint.el (comint-mouse-insert-input): Remove.
10766 (comint-insert-input): Make it work for mouse bindings.
10767 (comint-mode-map): Move defs into the declaration.
10768 (comint-output-filter): Typo.
10769
10770 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10771
10772 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10773
10774 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10775 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10776 ange-ftp-remote-shell.
10777
10778 2004-10-10 Andreas Schwab <schwab@suse.de>
10779
10780 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10781 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10782 Reported by <sri@asu.edu>.
10783
10784 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10785
10786 * vc.el (vc-annotate-mode): Remove variable.
10787 (vc-annotate-display-select): Only call vc-annotate-mode
10788 if we're not in that mode already.
10789
10790 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10793 (imenu-choose-buffer-index): Check here for rescan instead.
10794
10795 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10796 where the face expression evals to nil.
10797
10798 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10799 (tex-font-lock-keywords-2): Use it.
10800 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10801
10802 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10803
10804 2004-10-09 Kim F. Storm <storm@cua.dk>
10805
10806 * subr.el (progress-reporter-update): Define before first usage.
10807 (make-progress-reporter): Doc fix.
10808
10809 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10810
10811 * textmodes/paragraphs.el (sentence-end-double-space)
10812 (sentence-end-without-period, sentence-end-without-space)
10813 (sentence-end): Doc fixes.
10814
10815 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10816
10817 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10818 Change paragraph-start regexp so we don't fill code starting with #'(.
10819
10820 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10821
10822 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10823 New defcustom.
10824 (extract-address-components): Use it.
10825
10826 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10827
10828 * subr.el (make-progress-reporter, progress-reporter-update)
10829 (progress-reporter-force-update, progress-reporter-do-update)
10830 (progress-reporter-done): New functions.
10831
10832 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10833
10834 * progmodes/etags.el (etags-tags-completion-table): Use progress
10835 reporter.
10836 (etags-tags-apropos): Likewise.
10837
10838 2004-10-08 Alan Mackenzie <acm@muc.de>
10839
10840 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10841 of current line.
10842
10843 2004-10-08 Masatake YAMATO <jet@gyve.org>
10844
10845 * server.el (server-process-filter): Wrap `process-send-region'
10846 by `condition-case' to guard the case when the pipe to PROC is closed.
10847
10848 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10849
10850 * xml.el (xml-substitute-special): Limit handling of external entities.
10851
10852 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10853
10854 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10855
10856 2004-10-06 John Paul Wallington <jpw@gnu.org>
10857
10858 * xml.el (xml-parse-dtd): Fix `error' call.
10859
10860 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10861
10862 * xml.el (xml-substitute-special): Return a single string instead
10863 of a list of strings if an entity substitution is made.
10864
10865 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10866
10867 * calendar/icalendar.el: New file.
10868
10869 2004-10-05 Juri Linkov <juri@jurta.org>
10870
10871 * isearch.el (isearch-done): Set mark after running hook.
10872 Reported by Drew Adams <drew.adams@oracle.com>.
10873
10874 * info.el (Info-history, Info-toc): Fix Info headers.
10875 (Info-toc): Narrow buffer before Info-fontify-node.
10876 (Info-build-toc): Don't check for special Info file names.
10877 Set main-file to nil if Info-find-file returns a symbol.
10878
10879 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10880
10881 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10882 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10883 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10884
10885 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10886
10887 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10888 for old interactive spec from calendar-goto-iso-date.
10889 (calendar-goto-iso-date): Use it.
10890 (calendar-goto-iso-week): New function. Suggested by Emilio
10891 C. Lopes <eclig@gmx.net>.
10892
10893 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10894
10895 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10896 `set-right-margin' bindings that follow the minor mode conventions.
10897
10898 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10901 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10902 (latex-block-args-alist): Add minipage and picture.
10903 (latex-block-body-alist): Use reftex-label if enabled.
10904 (latex-insert-block): Don't insert a \n if not necessary.
10905 (tex-compile-commands): Make sure dvips doesn't send to printer.
10906 (tex-compile-default): Handle the case where no executable is found.
10907 (latex-noindent-environments): New var.
10908 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10909 If tex-indent-allhanging is non-nil, make sure we only align for macros
10910 at beginning of line.
10911
10912 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10913
10914 * newcomment.el (comment-beginning): Doc fix and don't choke on
10915 unset `comment-end-skip' when at beginning of comment.
10916
10917 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10918
10919 * term.el (term-adjust-current-row-cache): Don't allow the current
10920 row to become negative.
10921 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10922 the end of the line. Fix scroll down. Add comments.
10923 (term-handle-ansi-escape): Don't exceed terminal width when moving
10924 right.
10925 (term-scroll-region): Move the cursor after setting the scroll region.
10926
10927 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10928
10929 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10930 to `width' for consistency with docstring. Doc fix.
10931
10932 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10933
10934 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10935 This is necessary for derived modes.
10936
10937 2004-09-30 Kim F. Storm <storm@cua.dk>
10938
10939 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10940 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10941
10942 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10943 kmacro-extract-lambda functions.
10944 (edit-kbd-macro): Handle kmacro lambda forms.
10945 Include counter and counter format in edit buffer.
10946 (edmacro-finish-edit): Get counter and format from edit buffer and
10947 update kmacro bindings when found.
10948
10949 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
10950
10951 * textmodes/paragraphs.el (forward-paragraph):
10952 Avoid args-out-of-range error when point winds up at the beginning of
10953 the buffer and hard newlines are enabled.
10954
10955 * newcomment.el (comment-multi-line): Doc fix.
10956
10957 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10960 (diff-fixup-modifs): Catch unified-diff file-headers.
10961
10962 2004-09-29 Kim F. Storm <storm@cua.dk>
10963
10964 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10965 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10966 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10967
10968 * fringe.el (fringe-bitmap-p): New macro.
10969 (fringe-bitmaps): Add standard fringe bitmaps on load.
10970
10971 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 * dired.el (dired-view-command-alist): Use more efficient regexps.
10974 Remove dubious arguments.
10975 (dired-align-file): New function.
10976 (dired-insert-directory): Use it.
10977 (dired-move-to-end-of-filename): Make the " -> " search more specific.
10978 (dired-buffers-for-dir): Remove unused var `pattern'.
10979
10980 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
10981
10982 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10983 from diary display excursion. Store diary buffer's point for
10984 `simple-diary-display'.
10985 (simple-diary-display): Set window point and start when
10986 displaying buffer, to preserve point.
10987
10988 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
10989
10990 * textmodes/enriched.el (enriched-translations): Replace defconst
10991 with defvar.
10992
10993 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10994
10995 * printing.el: Doc fix.
10996 (pr-version): New version number (6.8.1).
10997 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10998 make-temp-name.
10999 (pr-delete-file): Check if file exists before deleting it.
11000 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11001
11002 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * term.el (term-display-table): New variable.
11005 (term-mode): Use it.
11006 (term-exec-1): Set the coding system to binary.
11007 (term-emulate-terminal): Decode the string before inserting it.
11008
11009 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11010
11011 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11012 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11013 (map): Bind S-prior, S-next and S-insert.
11014 (term-mode): Set `indent-tabs-mode' to nil.
11015 (term-paste): New function to be bound to S-insert.
11016 (term-send-del, term-send-backspace): Change the strings sent.
11017 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11018 (term-handle-colors-array): Fix handling of underline and reverse.
11019 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11020 (term-erase-in-line): Fix comparison.
11021 (term-emulate-terminal): Fix line wrap handling.
11022 (term-start-output-log): Rename from `term-set-output-log'.
11023 (term-stop-output-log): Rename from `term-stop-photo'.
11024 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11025
11026 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * dired.el (dired-move-to-filename): Don't output a message if
11029 raise-error is non-nil. Fix return position and value.
11030
11031 * files.el (insert-directory): Obey --dired even with symlinks.
11032
11033 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11034
11035 * ls-lisp.el (ls-lisp-format): Mark file names with property
11036 dired-filename.
11037
11038 2004-09-25 Kim F. Storm <storm@cua.dk>
11039
11040 * ido.el (ido-max-directory-size): New defcustom.
11041 (ido-decorations): Add "too big" element.
11042 (ido-directory-too-big): New dynamic var.
11043 (ido-may-cache-directory): Don't cache big directories.
11044 (ido-directory-too-big-p): New defun.
11045 (ido-set-current-directory): Update ido-directory-too-big.
11046 (ido-read-internal): Make empty ido-cur-item if too-big.
11047 (ido-buffer-internal): Use ido-read-internal directly instead of
11048 ido-read-buffer.
11049 (ido-file-internal): Init ido-directory-too-big.
11050 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11051 and redo completion with full list.
11052 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11053 it, and show completions.
11054 (ido-all-completions): Let bind ido-directory-too-big to nil.
11055 (ido-exhibit): Handle ido-directory-too-big.
11056 (ido-read-buffer): Handle fallback to read-buffer.
11057 Init ido-directory-too-big.
11058 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11059 Init ido-directory-too-big.
11060
11061 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11062
11063 * subr.el (delay-mode-hooks): Doc fix.
11064
11065 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11066
11067 * textmodes/enriched.el
11068 (enriched-default-text-properties-local-flag): New variable.
11069 (enriched-mode): Make sure that enabling and disabling the mode is
11070 a no-op. Doc fix.
11071
11072 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11073
11074 * calendar/holidays.el (holiday-advent): Report on a specified day
11075 offset from advent, not just advent.
11076 (holiday-easter-etc): Report on one specified day offset from
11077 easter, not all easter holidays. Various Easter holidays moved to
11078 `christian-holidays' variable in calendar.el.
11079 * calendar/calendar.el (christian-holidays): Adapt for new
11080 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11081
11082 2004-09-23 Kim F. Storm <storm@cua.dk>
11083
11084 * image.el (insert-sliced-image): Add doc string.
11085
11086 * ido.el (ido-choice-list): New dynamic var for `list' context.
11087 (ido-context-switch-command): New dynamic var.
11088 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11089 (ido-read-internal): Handle new `list' context.
11090 Handle insert-buffer and insert-file ido-exit values.
11091 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11092 ido-context-switch-command. Handle insert-file ido-exit value.
11093 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11094 unless it is already bound by caller.
11095 (ido-file-internal): New arg switch-cmd. Use it to setup
11096 ido-context-switch-command. Handle insert-buffer ido-exit value.
11097 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11098 used for context switching.
11099 (ido-all-completions): Handle new `list' context.
11100 (ido-make-choice-list): Return choices for `list' context.
11101 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11102 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11103 (ido-insert-buffer, ido-insert-file): Setup context switching.
11104 (ido-exhibit): Handle `list' context.
11105 (ido-read-file-name): Disable context switching. Handle fallback.
11106 (ido-read-directory-name): Disable context switching.
11107 (ido-completing-read): New defun like completing-read. Setup and
11108 use new `list' context.
11109
11110 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11111
11112 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11113
11114 2004-09-21 Jay Belanger <belanger@truman.edu>
11115
11116 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11117 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11118 separate window.
11119
11120 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11121
11122 * subr.el (after-change-major-mode-hook): Doc fix.
11123
11124 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11125
11126 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11127 of ghostscript for monochrome PostScript file in Windows.
11128
11129 2004-09-21 Kenichi Handa <handa@m17n.org>
11130
11131 * descr-text.el (describe-char): Checking of quail activation fixed.
11132
11133 2004-09-21 Jay Belanger <belanger@truman.edu>
11134
11135 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11136
11137 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11138
11139 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11140 after the mode hooks instead of before. Doc fix.
11141
11142 2004-09-20 Jason Rumney <jasonr@gnu.org>
11143
11144 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11145 _emacs, but revert to .emacs if neither exists in home directory.
11146
11147 2004-09-20 John Paul Wallington <jpw@gnu.org>
11148
11149 * bindings.el (completion-ignored-extensions): Add .dfsl.
11150
11151 2004-09-20 Richard M. Stallman <rms@gnu.org>
11152
11153 * bindings.el (scroll-left): Make it disabled.
11154
11155 * files.el (enable-local-eval): Doc fix.
11156
11157 * indent.el (move-to-left-margin): Special case for minibuffer.
11158
11159 * term.el (term-emulate-terminal): Turn off undo for output.
11160 Use with-current-buffer and save-selected-window.
11161
11162 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11163
11164 * progmodes/make-mode.el (makefile-fill-paragraph):
11165 Don't insist on spaces when looking for comments. # is enough.
11166
11167 * files.el (hack-local-variables): Copy the variables list
11168 to another buffer, strip prefixes and suffixes there, then read.
11169 (enable-local-eval): Doc fix.
11170 (ignored-local-variables): Initialize to nil.
11171 (risky-local-variable-p): Don't check ignored-local-variables here.
11172 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11173
11174 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11175
11176 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11177 of = to "." (punctuation).
11178
11179 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11180
11181 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11182
11183 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11184
11185 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11186 (enriched-before-change-major-mode): New function.
11187 Add it to `change-major-mode-hook'.
11188 (enriched-after-change-major-mode): New function.
11189 Add it to `after-change-major-mode-hook'.
11190 (enriched-mode): Make it work correctly if called from
11191 `after-change-major-mode-hook'.
11192 No longer set `indent-line-function'.
11193
11194 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11195
11196 * subr.el (after-change-major-mode-hook): New variable.
11197 (run-mode-hooks): Implement it.
11198
11199 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * battery.el (battery-linux-proc-apm): Use string-to-number.
11202 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11203 Use dolist (and less indentation). Use erase-buffer.
11204 Pre-initialize `design-capacity', `warn', and `low'.
11205 (battery-format): Use replace-regexp-in-string.
11206
11207 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11208
11209 * battery.el: Delete superfluous empty lines.
11210 (battery-linux-proc-acpi): Attempt to gather information from all
11211 battery subdirectories regardless of their file name.
11212 (battery-linux-proc-apm): Replace all occurrences of
11213 battery-hex-to-int-2 with string-to-int (base 16).
11214 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11215 (battery-hex-map): Delete variable.
11216
11217 2004-09-18 John Paul Wallington <jpw@gnu.org>
11218
11219 * calc/calc-units.el (calc-quick-units): Fix overzealous
11220 s/or/unless/.
11221
11222 2004-09-17 Jay Belanger <belanger@truman.edu>
11223
11224 * calc/calc.el (calc-mode-var-list): Fix the value of
11225 `calc-matrix-brackets'.
11226
11227 2004-09-17 Romain Francoise <romain@orebokech.com>
11228
11229 * ibuf-ext.el (define-ibuffer-filter filename):
11230 Expand dired-directory since buffer-file-name is absolute.
11231
11232 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11233
11234 * ediff-init.el (ediff-current-diff-face-A)
11235 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11236 (ediff-current-diff-face-Ancestor)
11237 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11238 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11239 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11240 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11241 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11242 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11243 Use min-colors.
11244
11245 * term.el (term-down): Perform vertical motion if DOWN is negative.
11246 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11247 (term-termcap-format): Synchronyze with the eterm terminfo entry
11248 in etc/e/eterm.ti.
11249 (term-handle-colors-array): If the current foreground or
11250 background are zero (i.e. unspecified), use the foreground and
11251 background of the default face for reverse video.
11252 (term-ansi-at-eval-string, term-ansi-default-fg)
11253 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11254 (term-mem): Delete ununsed function.
11255 (term-protocol-version): Increment.
11256 (term-current-face): Set to default.
11257
11258 2004-09-15 Jay Belanger <belanger@truman.edu>
11259
11260 * calc/calc.el (calc-mode-var-list): Define this variable.
11261 (calc-always-load-extensions, calc-line-numbering)
11262 (calc-line-breaking, calc-display-just, calc-display-origin)
11263 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11264 (calc-group-char, calc-point-char, calc-frac-format)
11265 (calc-prefer-frac, calc-hms-format, calc-date-format)
11266 (calc-float-format, calc-full-float-format, calc-complex-format)
11267 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11268 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11269 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11270 (calc-matrix-brackets, calc-language, calc-language-option)
11271 (calc-left-label, calc-right-label, calc-word-size)
11272 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11273 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11274 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11275 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11276 (calc-window-height, calc-display-trail, calc-show-selections)
11277 (calc-use-selections, calc-assoc-selections)
11278 (calc-display-working-message, calc-auto-why, calc-timing)
11279 (calc-mode-save-mode, calc-standard-date-formats)
11280 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11281 (calc-user-parse-tables, calc-gnuplot-default-device)
11282 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11283 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11284 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11285 (calc-invocation-macro, calc-show-banner): Give these values as
11286 part of `calc-mode-var-list's initialization after the variables
11287 are declared with defvar.
11288 (calc-bug-address): Change email address to send bug reports to.
11289 Change the maintainer address at the top.
11290 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11291 than "\\.emacs" to determine if it is the user-init-file.
11292
11293 * calc/calc-embed.el (calc-embedded-set-modes): Use
11294 `calc-mode-var-list' correctly.
11295
11296 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11297
11298 * vc.el (annotate-time): Document point handling.
11299 (vc-annotate-display-autoscale): Doc fix.
11300
11301 2004-09-15 Miles Bader <miles@gnu.org>
11302
11303 * generic.el (generic-make-keywords-list): Use symbol rather than
11304 word anchors in regexp.
11305
11306 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11307
11308 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11309 no file name consider `dired-directory'.
11310
11311 2004-09-14 Kim F. Storm <storm@cua.dk>
11312
11313 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11314
11315 2004-09-14 Simon Josefsson <jas@extundo.com>
11316
11317 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11318
11319 * textmodes/dns-mode.el: Add.
11320
11321 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11322
11323 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11324 (disabled-command-function): Make the ?\ char more obvious.
11325
11326 * vc-arch.el (vc-arch-root, vc-arch-registered):
11327 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11328
11329 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11330
11331 * windmove.el (windmove-frame-edges): Report coordinates of
11332 outside edges of frame, not inside edges.
11333 (windmove-coordinates-of-position): Convert into wrapper to new
11334 function `windmove-coordinates-of-window-position';
11335 `compute-motion' always applies to selected window.
11336 (windmove-coordinates-of-position): Update documentation to refer
11337 to Emacs 21 Lisp Reference Manual.
11338 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11339
11340 2004-09-13 Kim F. Storm <storm@cua.dk>
11341
11342 * isearch.el (isearch-resume-in-command-history): Rename from
11343 isearch-resume-enabled and change default to nil.
11344
11345 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11346
11347 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11348 (vc-registered): Use it.
11349 (vc-find-root): New fun.
11350
11351 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11352 Don't tell to use \\{...} when it's already done.
11353
11354 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11355 Provide a sample complex default.
11356 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11357 (bibtex-entry): Use mapc.
11358
11359 2004-09-12 Kim F. Storm <storm@cua.dk>
11360
11361 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11362
11363 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11364 inhibit-field-text-motion to t so rectangles work in comint buffers.
11365
11366 * simple.el (choose-completion-string): Set buffer before running
11367 choose-completion-string-functions hook so it can be buffer-local.
11368
11369 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11370
11371 * progmodes/compile.el (compilation-start): Parse command to see
11372 if it starts with a cd, and if so perform it for the *compilation*
11373 buffer. Change the header to reflect this.
11374
11375 2004-09-11 Kim F. Storm <storm@cua.dk>
11376
11377 * ido.el (ido-enable-dot-prefix): Doc fix.
11378 (ido-enable-dot-prefix): New defcustom.
11379 (ido-set-matches1): Use it.
11380
11381 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11382
11383 * textmodes/bibtex.el (bibtex-mark-active)
11384 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11385
11386 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11387
11388 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11389 used in a case insensitive environment.
11390 (bibtex-mode-map): Rearrange order of menus.
11391 (bibtex-quoted-string-re): Obsolete.
11392 (bibtex-complete-key-cleanup): Variable replaced by new function.
11393 (bibtex-font-lock-keywords): Use backquotes.
11394 (bibtex-font-lock-url-regexp): New internal variable.
11395 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11396 "OPT" and "ALT".
11397 (bibtex-insert-current-kill, bibtex-make-field)
11398 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11399 (bibtex-parse-field-text): Simplify.
11400 (bibtex-string=): New helper function.
11401 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11402 (bibtex-map-entries): Use bibtex-string=.
11403 (bibtex-search-entry): Use not.
11404 (bibtex-enclosing-field): Fix docstring.
11405 (bibtex-assoc-regexp): Obsolete.
11406 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11407 (bibtex-autokey-get-names): Handle empty name field.
11408 (bibtex-parse-strings): Use assoc-string and unless.
11409 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11410 Use assoc-string.
11411 (bibtex-pop): Simplify.
11412 (bibtex-mode): Set font-lock-extra-managed-props.
11413 (bibtex-entry-update): Use assoc-string.
11414 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11415 (bibtex-autofill-entry): Use bibtex-string=.
11416 (bibtex-print-help-message): Simplify.
11417 (bibtex-find-entry): New optional arg START.
11418 (bibtex-validate): Use bibtex-string= and assoc-string.
11419 Do not call obsolete function compilation-parse-errors.
11420 (bibtex-remove-delimiters): Only remove delimiters if present.
11421 (bibtex-copy-entry-as-kill): Add docstring.
11422 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11423 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11424 (bibtex-complete): Use bibtex-predefined-month-strings,
11425 bibtex-string=, and new function bibtex-complete-key-cleanup.
11426 (bibtex-generate-url-list): New variable.
11427 (bibtex-url): New command bound to C-c C-l and mouse-2.
11428 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11429 (bibtex-font-lock-url): New function.
11430
11431 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11434
11435 2004-09-09 Kim F. Storm <storm@cua.dk>
11436
11437 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11438 counter and format with binding.
11439 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11440 the declared macro uses own macro counter and format. Give symbol
11441 kmacro property.
11442 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11443 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11444 (kmacro-end-and-call-macro): Doc fix.
11445
11446 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11447
11448 * desktop.el (desktop-clear-preserve-buffers):
11449 Remove make-obsolete-variable.
11450
11451 2004-09-08 Richard M. Stallman <rms@gnu.org>
11452
11453 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11454 with the buffer as argument.
11455
11456 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11457
11458 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11459
11460 2004-09-08 Juri Linkov <juri@jurta.org>
11461
11462 * replace.el (perform-replace): Use `query-replace-descr'.
11463
11464 * cus-start.el (history-delete-duplicates): Specify customization.
11465
11466 * diff-mode.el (diff-mode-map):
11467 * progmodes/compile.el (compilation-mode-map):
11468 * progmodes/grep.el (grep-mode-map):
11469 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11470 to `next-error-follow-minor-mode'.
11471
11472 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11473
11474 * isearch.el (isearch-lazy-highlight-update): Take into account
11475 the case of zero-length match at the search bound.
11476
11477 2004-09-08 Kim F. Storm <storm@cua.dk>
11478
11479 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11480 change. Use zero width overlays when necessary.
11481
11482 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11483
11484 * subr.el (split-string): Docfix.
11485
11486 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11487
11488 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11489 (display-call-tree): Ensure newline after caller/calls blocks.
11490
11491 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11492
11493 * startup.el (command-line-1): Make option
11494 --directory/-L modify `load-path' straight away.
11495
11496 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11497
11498 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11499
11500 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11501
11502 * emacs-lisp/autoload.el (make-autoload):
11503 Handle `define-compilation-mode'.
11504
11505 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11506 Specify `doc-string-elt' property.
11507
11508 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11509
11510 * bs.el (bs-mode): Doc fix.
11511
11512 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11513
11514 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11515
11516 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11517
11518 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11519
11520 2004-09-08 Kenichi Handa <handa@m17n.org>
11521
11522 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11523 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11524 ps-mule-next-point -> 1+).
11525
11526 * composite.el (encode-composition-rule): Add autoload cooky.
11527
11528 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11529
11530 * format.el (buffer-auto-save-file-format): Make it permanent local.
11531
11532 2004-09-07 Kim F. Storm <storm@cua.dk>
11533
11534 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11535 (authors-fixed-entries): Fix typo.
11536 (authors-canonical-author-name): Compact multiple spaces.
11537 Ignore trivial names (e.g. only first name).
11538
11539 * term.el (term-window-width): Only use full window width on
11540 window system if overflow-newline-into-fringe is enabled.
11541 (term-mode): Don't disable overflow-newline-into-fringe.
11542
11543 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11546 motion as seen on my Mac OS X xterms.
11547
11548 * newcomment.el (uncomment-region-default, comment-region-default):
11549 New functions extracted from uncomment-region and comment-region.
11550 (comment-region, comment-region-function, uncomment-region)
11551 (uncomment-region-function): Use them.
11552
11553 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11554
11555 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11556 It's not crucial but can make sense at times.
11557
11558 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11559 the first commit.
11560
11561 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11562 Disable obsolete code.
11563
11564 2004-09-07 Juri Linkov <juri@jurta.org>
11565
11566 * progmodes/grep.el (grep-highlight-matches): Change default from
11567 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11568 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11569 if grep option `--color' is available, or to `nil' otherwise.
11570 (grep-process-setup): Call `grep-compute-defaults' if
11571 `grep-highlight-matches' is not computed. Set env-vars only
11572 if `grep-highlight-matches' is `t'.
11573 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11574 is already defined).
11575
11576 * progmodes/compile.el (compilation-start): Use copy of
11577 `process-environment' created by `copy-sequence' to not
11578 modify env-vars in the global `process-environment'.
11579
11580 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11581
11582 * simple.el (next-error-follow-minor-mode): Fix last change.
11583
11584 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11585
11586 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11587 permanent local.
11588
11589 2004-09-04 Richard M. Stallman <rms@gnu.org>
11590
11591 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11592 highlighting if the search string is empty.
11593
11594 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11595
11596 * facemenu.el (facemenu-active-faces): Change condition of inner
11597 `while' loop to also check the first two elements of `face-atts'
11598 and `mask-atts'.
11599
11600 2004-09-04 John Paul Wallington <jpw@gnu.org>
11601
11602 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11603 (thumbs-view-image-mode): Make buffer read-only.
11604
11605 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11606
11607 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11608 (ispell-check-version): Set it.
11609 (ispell-send-replacement): New function.
11610 (ispell-process-line): Call ispell-send-replacement.
11611
11612 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11613
11614 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11615 Support choosing seconds with "s".
11616
11617 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11618
11619 * terminal.el (te-escape): Show `?' in prompt for help key.
11620
11621 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11622
11623 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11624
11625 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11626
11627 * simple.el (next-error-follow-minor-mode)
11628 (next-error-follow-mode-post-command-hook): New functions.
11629 (next-error-follow-last-line): New defvar.
11630
11631 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11632 * progmodes/compile.el (compilation-mode-map): Likewise.
11633 * progmodes/grep.el (grep-mode-map): Likewise.
11634 * replace.el (occur-mode-map): Likewise.
11635
11636 * newcomment.el (uncomment-region): Bind comment-use-global-state
11637 to nil.
11638
11639 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11640
11641 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11642 locally around the call to `revert-buffer'.
11643
11644 2004-09-03 Juri Linkov <juri@jurta.org>
11645
11646 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11647 `isearch-adjusted' to `t'.
11648 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11649 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11650 (isearch-other-meta-char): Restore isearch-point unconditionally.
11651 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11652 Set point to start of match if region is not active in transient
11653 mark mode (to include the current match to region boundaries).
11654 Push the search string to `query-replace-from-history-variable'.
11655 Add prompt "Query replace regexp" for isearch-regexp.
11656 Add region beginning/end as last arguments of `perform-replace.'
11657 (isearch-query-replace-regexp): Replace code by the call to
11658 `isearch-query-replace' with arg `t'.
11659
11660 2004-09-03 Richard M. Stallman <rms@gnu.org>
11661
11662 * startup.el (normal-top-level): Undo previous TERM change.
11663
11664 2004-09-03 Kim F. Storm <storm@cua.dk>
11665
11666 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11667 highlight overlays; allow using RET when cursor is over a button.
11668 (cua--highlight-rectangle): Use it.
11669 (cua--rectangle-set-corners): Don't move backwards at eol.
11670 (cua--forward-line): Don't move into void after eob.
11671
11672 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11673 point is set (and displayed) inside rectangle.
11674 (cua--rectangle-operation): Fix for highlight of empty lines.
11675 (cua--highlight-rectangle): Fix highlight for tabs.
11676 Position cursor at left/right edge of rectangle using new `cursor'
11677 property on overlay strings.
11678 (cua--indent-rectangle): Don't tabify.
11679 (cua-rotate-rectangle): Ignore that point has moved.
11680
11681 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11682
11683 * term/mac-win.el: Add ASCII equivalents for some function keys.
11684 (mode-line-frame-identification): Sync with x-win.el.
11685
11686 2004-09-02 Juri Linkov <juri@jurta.org>
11687
11688 * progmodes/compile.el (compilation-buffer-name): Compare major
11689 mode with second element of compilation-arguments instead of third
11690 to reflect latest changes in compilation-arguments structure.
11691 (recompile): Use global variable `compilation-directory' to get
11692 recent compilation directory only when `recompile' is invoked NOT
11693 in the compilation buffer. Otherwise, use `default-directory' of
11694 the compilation buffer.
11695 (compilation-error-properties): Allow to funcall col and end-col.
11696 (compilation-mode-font-lock-keywords): Check col and end-col by
11697 `integerp'.
11698 (compilation-goto-locus): If end-mk is non-nil in transient mark
11699 mode don't activate the mark (and don't display message in
11700 push-mark), but highlight overlay between mk and end-mk.
11701
11702 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11703 (grep-regexp-alist): Add rule to highlight grep matches.
11704 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11705
11706 * info.el (Info-fontify-node): Don't compute other-tag
11707 if Info-hide-note-references=hide.
11708
11709 * help.el (function-called-at-point):
11710 * help-fns.el (variable-at-point):
11711 Try `find-tag-default' when other methods failed.
11712
11713 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11714 Do not push mark if inhibit-mark-movement is non-nil.
11715
11716 * textmodes/ispell.el (ispell-html-skip-alists):
11717 Fix backslashes in docstring.
11718
11719 2004-09-01 Juri Linkov <juri@jurta.org>
11720
11721 * isearch.el (isearch-wrap-function)
11722 (isearch-push-state-function): New defvars.
11723 (isearch-pop-fun-state): New defsubst.
11724 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11725 (isearch-push-state): Set the result of calling
11726 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11727 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11728 restore the mode-specific starting point of terminated search.
11729 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11730 (isearch-repeat): Call `isearch-wrap-function' if defined.
11731 (isearch-message-prefix): Don't add prefix "over" to the message
11732 for wrapped search if `isearch-wrap-function' is defined.
11733 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11734 restore the mode-specific starting point of failed search.
11735
11736 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11737 (Info-search): Add new optional arguments for the sake of isearch.
11738 Replace whitespace in Info-search-whitespace-regexp literally.
11739 Add backward search. Don't call `Info-select-node' if regexp is
11740 found in the same Info node. Don't add node to Info-history for
11741 wrapped isearch.
11742 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11743 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11744 (Info-mode): Set local variables `isearch-search-fun-function',
11745 `isearch-wrap-function', `isearch-push-state-function',
11746 `search-whitespace-regexp'.
11747
11748 * isearch.el: Remove ancient Change Log section.
11749 (isearch-string, isearch-message-string, isearch-point)
11750 (isearch-success, isearch-forward-flag, isearch-other-end)
11751 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11752 (isearch-barrier, isearch-within-brackets)
11753 (isearch-case-fold-search): Add suffix `-state' to state-related
11754 defsubsts to avoid name clashes with other function names.
11755
11756 * simple.el (next-error): New defgroup and defface.
11757 (next-error-highlight, next-error-highlight-no-select):
11758 New defcustoms.
11759 (next-error-no-select): Let-bind next-error-highlight to the value
11760 of next-error-highlight-no-select before calling `next-error'.
11761
11762 * progmodes/compile.el (compilation-goto-locus):
11763 Use `next-error' face instead of `region'. Set 4-th argument of
11764 `move-overlay' to `current-buffer' to move overlay to different
11765 source buffers. Use new variable `next-error-highlight'.
11766
11767 * simple.el (next-error-find-buffer): Move the rule
11768 "if current buffer is a next-error capable buffer" after the
11769 rule "if next-error-last-buffer is set to a live buffer".
11770 Simplify to test all rules in one `or'.
11771 (next-error): Doc fix.
11772 (next-error, previous-error, first-error)
11773 (next-error-no-select, previous-error-no-select):
11774 Make arguments optional.
11775
11776 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11777
11778 * macros.el (apply-macro-to-region-lines): Make it operate on all
11779 lines that begin in the region, rather than on all complete lines
11780 in the region.
11781
11782 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11783
11784 * x-dnd.el (x-dnd-protocol-alist): Document update.
11785 (x-dnd-known-types): Defcustom it.
11786 (x-dnd-handle-motif): Print message-atom in error message.
11787
11788 2004-08-30 John Paul Wallington <jpw@gnu.org>
11789
11790 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11791 strings rather than programatically constructing message.
11792
11793 2004-08-30 Richard M. Stallman <rms@gnu.org>
11794
11795 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11796 Don't return a string that would read as the wrong character code.
11797
11798 2004-08-29 Kim F. Storm <storm@cua.dk>
11799
11800 * emulation/cua-base.el (cua-auto-expand-rectangles):
11801 Remove automatic rectangle padding feature; replace by non-destructive
11802 virtual rectangle edges feature.
11803 (cua-virtual-rectangle-edges): New defcustom.
11804 (cua-auto-tabify-rectangles): New defcustom.
11805 (cua-paste): If paste into a marked rectangle, insert rectangle at
11806 current column, even if virtual; also paste exactly as many lines
11807 as has been marked (ignore additional lines or add empty lines),
11808 but paste whole source if only one line is marked.
11809 (cua--update-indications): No longer use overwrite-cursor to
11810 indicate rectangle padding
11811
11812 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11813 (cua--rectangle-virtual-edges): New defun.
11814 (cua--rectangle-get-corners): Remove optional PAD arg.
11815 (cua--rectangle-set-corners): Never do padding.
11816 (cua--forward-line): Remove optional PAD arg. Simplify.
11817 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11818 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11819 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11820 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11821 (cua--rectangle-move): Never do padding. Simplify.
11822 (cua--tabify-start): New defun.
11823 (cua--rectangle-operation): Add tabify arg. All callers changed.
11824 (cua--pad-rectangle): Remove.
11825 (cua--delete-rectangle): Handle delete with virtual edges.
11826 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11827 (cua--insert-rectangle): Handle insert at virtual column.
11828 Perform auto-tabify if necessary.
11829 (cua--activate-rectangle): Remove optional FORCE arg.
11830 Never do padding. Simplify.
11831 (cua--highlight-rectangle): Enhance for virtual edges.
11832 (cua-toggle-rectangle-padding): Remove command.
11833 (cua-toggle-rectangle-virtual-edges): New command.
11834 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11835 (cua--rectangle-post-command): Don't force rectangle padding.
11836 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11837
11838 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11839
11840 * indent.el (edit-tab-stops-buffer): Doc fix.
11841
11842 2004-08-28 Richard M. Stallman <rms@gnu.org>
11843
11844 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11845 (grep-tag-default): Function deleted.
11846
11847 * subr.el (find-tag-default): Move from etags.el.
11848
11849 * progmodes/etags.el (find-tag-default): Move to subr.el.
11850
11851 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11852 into the basic character if it has an uppercase form.
11853
11854 2004-08-27 Kenichi Handa <handa@m17n.org>
11855
11856 * international/utf-8.el (utf-8-post-read-conversion): If the
11857 buffer is unibyte, temporarily make it multibyte.
11858
11859 2004-08-27 Masatake YAMATO <jet@gyve.org>
11860
11861 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11862
11863 2004-08-25 John Paul Wallington <jpw@gnu.org>
11864
11865 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11866 0, 1, and many mismatches in message.
11867 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11868
11869 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11870 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11871
11872 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11875 vc-diff-switches differently.
11876
11877 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11878
11879 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11880 before and a real defvar after
11881 `speedbar-supported-extension-expressions'. This is to silence
11882 the compiler without breaking bootstrapping.
11883
11884 2004-08-22 Richard M. Stallman <rms@gnu.org>
11885
11886 * textmodes/flyspell.el (flyspell-word):
11887 Use set-process-query-on-exit-flag.
11888 (flyspell-highlight-duplicate-region): Take POSS as arg.
11889 (flyspell-word): Pass POSS as arg.
11890
11891 * progmodes/ada-xref.el: Many doc and style fixes.
11892 (ada-find-any-references): Use compilation-start.
11893 (ada-get-ali-file-name): Improve error msg.
11894 (ada-get-ada-file-name): Likewise.
11895
11896 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11897 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11898
11899 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11900 Add forward defvar.
11901
11902 * whitespace.el (global-whitespace-mode): New alias
11903 for whitespace-global-mode.
11904
11905 * speedbar.el (speedbar-file-regexp): Move definition up.
11906 (speedbar-mode, speedbar-set-mode-line-format):
11907 Use with-no-warnings.
11908 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11909
11910 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11911 controls whether to display the error buffer.
11912
11913 * ps-mule.el: Delete compatibility code for old Emacses.
11914 (ps-mule-find-wrappoint): Don't use chars-in-region.
11915
11916 * frame.el (display-mouse-p, display-selections-p):
11917 Use with-no-warnings.
11918
11919 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11920
11921 2004-08-22 David Kastrup <dak@gnu.org>
11922
11923 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11924 information.
11925
11926 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11927
11928 2004-08-22 Andreas Schwab <schwab@suse.de>
11929
11930 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11931
11932 2004-08-22 Masatake YAMATO <jet@gyve.org>
11933
11934 * cvs-status.el (cvs-status-checkout): New function.
11935 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11936
11937 2004-08-21 David Kastrup <dak@gnu.org>
11938
11939 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11940 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11941 has been converted to use hashtables, the relation `nil=none' is
11942 no longer valid, as `nil' is not a hashtable. This patch tries to
11943 reduce the number of resulting errors.
11944
11945 2004-08-21 John Paul Wallington <jpw@gnu.org>
11946
11947 * subr.el (process-kill-without-query): Made obsolete in
11948 version 21.4, not 21.5.
11949
11950 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11951 (vc-previous-comment, vc-next-comment)
11952 (vc-comment-search-reverse, vc-comment-search-forward)
11953 (vc-comment-to-change-log): Likewise.
11954
11955 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11956
11957 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
11958
11959 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11960 Correct indentation of DEFMETHODS with non-standard method
11961 combinations (e.g., PROGN, MIN, MAX).
11962
11963 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 * startup.el (normal-top-level-add-subdirs-to-load-path):
11966 Avoid unnecessarily checking system-type.
11967 (normal-top-level): Set TERM to "dumb". Simplify.
11968
11969 * avoid.el (mouse-avoidance-ignore-p): New fun.
11970 Also ignore switch-frame, select-window, double, and triple clicks.
11971 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11972 (mouse-avoidance-fancy-hook): Use it.
11973
11974 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
11975
11976 * avoid.el (mouse-avoidance-nudge-mouse)
11977 (mouse-avoidance-banish-destination): Stay within the current window
11978 to avoid problems with mouse-autoselect-window.
11979
11980 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
11981
11982 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11983 the newer format of some messages in cvs-1.12.1.
11984
11985 2004-08-19 Masatake YAMATO <jet@gyve.org>
11986
11987 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11988 (elp-results-jump-to-definition-by-mouse)
11989 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11990 (elp-output-result): Use elp-output-insert-symname.
11991
11992 2004-08-18 Kenichi Handa <handa@m17n.org>
11993
11994 * language/cyrillic.el: Register koi8-r in
11995 ctext-non-standard-encodings-alist.
11996 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11997
11998 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
11999
12000 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12001 that replaces 20xy with xy.
12002
12003 2004-08-17 John Paul Wallington <jpw@gnu.org>
12004
12005 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12006 (reb-force-update): Doc fix.
12007
12008 2004-08-16 Richard M. Stallman <rms@gnu.org>
12009
12010 * progmodes/which-func.el (which-func-update-1): Doc fix.
12011
12012 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12013 (sh-mode-abbrev-table): New variable.
12014
12015 * progmodes/compile.el (compilation-mode): Doc fix.
12016
12017 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12018 Don't cons a new symbol each time.
12019 (eval-last-sexp-fake-value): New variable.
12020
12021 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12022 (copyright-update-year): Detect continuation of list of years.
12023
12024 * term.el (term-default-fg-color, term-default-bg-color)
12025 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12026
12027 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12028
12029 2004-08-16 Davis Herring <herring@lanl.gov>
12030
12031 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12032 (isearch-success, isearch-forward-flag, isearch-other-end)
12033 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12034 (isearch-barrier, isearch-within-brackets)
12035 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12036
12037 2004-08-16 Kenichi Handa <handa@m17n.org>
12038
12039 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12040
12041 2004-08-15 Kenichi Handa <handa@m17n.org>
12042
12043 * term/x-win.el (x-selection-value): If utf8 was successful but
12044 ctext was not, use utf8 string.
12045
12046 2004-08-14 Davis Herring <herring@lanl.gov>
12047
12048 * isearch.el: Remove accidental changes of March 4. Fix backing
12049 up when a regexp isearch is made more general. Use symbolic
12050 accessor functions for isearch stack frames to make usage clearer.
12051 (search-whitespace-regexp): Made groups in documentation shy (as
12052 is the group in the default value).
12053 (isearch-fallback): New function, addresses problems with regexps
12054 liberalized by `\|', adds support for liberalization by `\}' (the
12055 general repetition construct), and incorporates behavior for
12056 `*'/`?'.
12057 (isearch-}-char): New command, calls `isearch-fallback' with
12058 arguments appropriate to a typed `}'.
12059 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12060 appropriately.
12061 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12062 (isearch-string, isearch-message,string, isearch-point)
12063 (isearch-success, isearch-forward-flag, isearch-other-end)
12064 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12065 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12066 New inline functions to read fields of a stack frame.
12067
12068 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12069
12070 * battery.el (battery-linux-proc-acpi): Look into battery
12071 directories matching the literal string "CMB", too (required for
12072 Linux kernel version 2.6.7).
12073
12074 2004-08-14 John Paul Wallington <jpw@gnu.org>
12075
12076 * cus-start.el (read-file-name-completion-ignore-case): Add.
12077 (blink-cursor-alist): Change version to "21.4".
12078
12079 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12080
12081 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12082
12083 * speedbar.el (speedbar-scan-subdirs): New option.
12084 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12085 dolist.
12086 (speedbar-insert-files-at-point): Take an extra argument and use
12087 it to optionally find out if a subdir is empty. Also unreadable
12088 files don't get expand buttons.
12089 (speedbar-directory): New image (unused pixmap already existed).
12090 (speedbar-expand-image-button-alist): Use it.
12091
12092 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12093
12094 CC Mode update to 5.30.9:
12095
12096 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12097 Move from cc-vars to cc-defs for dependency reasons. Fix the
12098 POSIX char class test to check that it works in
12099 `skip-chars-(forward|backward)' too.
12100
12101 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12102 first argument starts with a special brace list.
12103
12104 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12105 when `c-opt-type-concat-key' is used (i.e. in Pike).
12106
12107 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12108 Fix bug when the inner char pair doesn't have paren syntax,
12109 i.e. "(<>)".
12110
12111 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12112 whitespace safe.
12113
12114 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12115 position for `arglist-intro', `arglist-cont-nonempty' and
12116 `arglist-close' when there are two arglist open parens on the same
12117 line and there's nothing in front of the first.
12118
12119 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12120 locking of qualified names in Java, which previously could fontify
12121 common indexing expressions in many cases. The standard Java
12122 naming conventions are used to tell them apart.
12123
12124 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12125 Fix inconsistency wrt opening parens on the first line inside a paren
12126 block.
12127
12128 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12129 compile time for the sake of `c-major-mode-is'.
12130
12131 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12132 `c-major-mode-is' in the event that this is used inside a
12133 `c-lang-defconst'.
12134
12135 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12136 `c-lang-defconst' so that it works better with fallback languages.
12137
12138 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12139 it to fail to record the base mode.
12140
12141 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12142 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12143 is used. Reorder the syntax checks to get more efficient
12144 skipping in some situations.
12145
12146 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12147 continuation which might precede the newly inserted '{'.
12148
12149 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12150 Fix cases where it could loop indefinitely.
12151
12152 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12153 size specs correctly. Only fontify identifiers in front of '('
12154 with as functions - don't accept any paren char. Tighten up
12155 initializer skipping to stop before function and class blocks.
12156
12157 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12158 the point could be left directly after an open paren when finding
12159 the beginning of the first decl in the block.
12160
12161 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12162 table when filtering out legitimate open parens to be recorded.
12163 This could cause cache inconsistencies when e.g.
12164 `c++-template-syntax-table' was temporarily in use.
12165
12166 * progmodes/cc-engine.el (c-on-identifier)
12167 (c-simple-skip-symbol-backward): Small fix for handling "-"
12168 correctly in `skip-chars-backward'. Affected the operator lfun
12169 syntax in Pike.
12170
12171 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12172 Fix bug that could cause an error from `after-change-functions' when
12173 the changed region is at bob.
12174
12175 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12176
12177 CC Mode update to 5.30.9:
12178
12179 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12180 to say that <TAB> doesn't insert WS into a CPP line.
12181 (c-indent-command, c-tab-always-indent): Amend doc strings.
12182
12183 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12184 checks for user errors, thus eliminating cryptic and unhelpful
12185 Emacs error messages. (1) Check the arg to `c-set-style' is a
12186 string. (2) Check that settings to `c-offsets-alist' are not
12187 spuriously quoted.
12188
12189 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12190 which precedes the newly inserted `{'.
12191
12192 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12193
12194 Sync with Tramp 2.0.44.
12195
12196 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12197 function "tramp_file_attributes". Otherwise, file names
12198 containing spaces are misinterpreted. Reported by Magnus Henoch
12199 <mange@freemail.hu>.
12200 (tramp-handle-file-truename): FILENAME must be expanded first.
12201 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12202 obscure results. Reported by D. Goel <deego@gnufans.org>.
12203 (tramp-handle-verify-visited-file-modtime): If file does not
12204 exist, say it is not modified if and only if that agrees with the
12205 buffer's record. Check whether a file is visiting the buffer, or
12206 the buffer has no recorded last modification time. Return t in
12207 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12208 <teirllm@auburn.edu>.
12209 (tramp-handle-write-region): Pass modtime explicitely to
12210 `set-visited-file-modtime', because filename can be different
12211 from (buffer-file-name) if `file-precious-flag' is set.
12212 `set-visited-file-modtime' must be called always when `visit' is t
12213 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12214 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12215 nil, don't apply the whole body. If the file doesn't exists, set
12216 modtime to '(-1 65535). Suggested by Luc Teirlinck
12217 <teirllm@auburn.edu>.
12218
12219 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12220
12221 * help.el (describe-bindings): Doc fix.
12222
12223 * subr.el (kbd): Doc fix.
12224
12225 2004-08-08 John Paul Wallington <jpw@gnu.org>
12226
12227 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12228 instead of `string-to-int'.
12229 (define-ibuffer-column mode): Fix indentation.
12230
12231 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12232
12233 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12234
12235 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12236
12237 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12238
12239 * novice.el (disabled-command-function): New variable renamed from
12240 `disabled-command-hook'.
12241 (disabled-command-hook): Keep the _variable_ as alias for
12242 `disabled-command-function' and make obsolete.
12243 (disabled-command-function): Function renamed from
12244 `disabled-command-hook'. Adapt code to name change of the variable.
12245
12246 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12247
12248 * simple.el (completion-root-regexp): New defvar.
12249 (completion-setup-function): Use it instead of a literal string.
12250
12251 2004-08-07 John Paul Wallington <jpw@gnu.org>
12252
12253 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12254 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12255 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12256 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12257
12258 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12259
12260 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12261 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12262
12263 2004-08-04 Kenichi Handa <handa@m17n.org>
12264
12265 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12266 Fix previous change.
12267
12268 2004-08-03 Kenichi Handa <handa@m17n.org>
12269
12270 * international/encoded-kb.el: The following changes are to
12271 utilize key-translation-map instead of minor mode map.
12272 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12273 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12274 (encoded-kbd-last-key): New function.
12275 (encoded-kbd-iso2022-single-shift): New function.
12276 (encoded-kbd-iso2022-designation)
12277 (encoded-kbd-self-insert-iso2022-7bit)
12278 (encoded-kbd-self-insert-iso2022-8bit)
12279 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12280 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12281 key-translation-map.
12282 (encoded-kbd-setup-keymap): Setup key-translation-map.
12283 (saved-key-translation-map): New variable.
12284 (encoded-kbd-mode): Save/restore key-translation-map.
12285 Adjust for the change of encoded-kbd-setup-keymap.
12286
12287 2004-08-02 Kim F. Storm <storm@cua.dk>
12288
12289 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12290 and call compute-motion with nil for topos and width to get proper
12291 usable width and height for both window and non-window systems.
12292
12293 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12294 calculate usable window width and height.
12295
12296 * window.el (window-buffer-height): Call compute-motion with nil width.
12297
12298 2004-08-01 David Kastrup <dak@gnu.org>
12299
12300 * replace.el (query-replace-read-from):
12301 Use `query-replace-compile-replacement'.
12302 (query-replace-compile-replacement): New function.
12303 (query-replace-read-to): Use `query-replace-compile-replacement'
12304 for repeating the last command.
12305
12306 2004-08-01 John Paul Wallington <jpw@gnu.org>
12307
12308 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12309 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12310 (pr-switches): Remove period from end of error messages.
12311
12312 * help-mode.el (help-go-back): Likewise.
12313
12314 * abbrev.el (only-global-abbrevs): Doc fix.
12315 (edit-abbrevs-map): Define within defvar.
12316 (quietly-read-abbrev-file): Doc fix.
12317
12318 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12319
12320 * novice.el (enable-command, disable-command): Doc fixes.
12321
12322 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12323
12324 2004-07-30 Richard M. Stallman <rms@gnu.org>
12325
12326 * subr.el (with-local-quit): Doc fix.
12327
12328 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12329
12330 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12331
12332 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12333
12334 * custom.el (defcustom): Doc fix.
12335
12336 2004-07-28 Masatake YAMATO <jet@gyve.org>
12337
12338 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12339
12340 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * imenu.el (imenu-prev-index-position-function)
12343 (imenu-extract-index-name-function, imenu-name-lookup-function)
12344 (imenu--index-alist): Docstring redundancy fix.
12345
12346 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12347
12348 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12349 binding dired-backup-overwrite.
12350
12351 2004-07-25 John Paul Wallington <jpw@gnu.org>
12352
12353 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12354
12355 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12356
12357 * term/tty-colors.el (tty-color-approximate): Doc fix.
12358
12359 * select.el (x-get-selection, x-set-selection): Doc fixes.
12360
12361 * frame.el (make-frame): Doc fix.
12362
12363 2004-07-24 Richard M. Stallman <rms@gnu.org>
12364
12365 * mail/rmail.el (rmail-mime-charset-pattern):
12366 Don't include semicolon in the charset value.
12367
12368 * replace.el (occur-next-error): Call set-window-point.
12369 (occur-engine): Handle negative NLINES.
12370
12371 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12372
12373 * frame.el (modify-all-frames-parameters): Minor doc fix.
12374 (set-frame-configuration): Doc fix.
12375
12376 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12377
12378 * simple.el (completion-setup-function): Compute the common parts
12379 and the first difference place correctly when
12380 partial-completion-mode is on.
12381
12382 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12383
12384 * ps-print.el: Doc fix.
12385 (ps-print-version): New version 6.6.5.
12386 (ps-printing-region): Doc fix.
12387 (ps-generate-string-list): Comment fix.
12388 (ps-message-log-max): Code fix.
12389
12390 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12391
12392 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12393 generated PostScript.
12394
12395 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12396
12397 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12398 with Gnus v5_10 branch.)
12399
12400 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12401
12402 * calendar/time-date.el (time-to-number-of-days): New function.
12403 Imported from from Gnus.
12404
12405 2004-07-22 Kim F. Storm <storm@cua.dk>
12406
12407 * progmodes/make-mode.el: Fix comments.
12408
12409 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12410
12411 * printing.el: Doc fix.
12412
12413 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12414
12415 * frame.el (modify-all-frames-parameters): Minor doc fix.
12416
12417 2004-07-20 Richard M. Stallman <rms@gnu.org>
12418
12419 * textmodes/fill.el (fill-nobreak-p): If this break point is
12420 at the end of the line, don't consider the newline which follows
12421 as a reason to return t.
12422
12423 2004-07-19 John Paul Wallington <jpw@gnu.org>
12424
12425 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12426
12427 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12428
12429 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12430 Delete irrelevant code.
12431
12432 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12433
12434 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12435 New docstring. From Luc Teirlinck.
12436
12437 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12438
12439 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12440 section.
12441 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12442 non-file buffers. We know it is nil.
12443
12444 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12445
12446 Sync with Tramp 2.0.43.
12447
12448 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12449 Remove outdated comment.
12450 (tramp-locked, tramp-locker): New variables for implementing a
12451 global lock.
12452 (tramp-sh-file-name-handler): Use them to implement the global lock.
12453
12454 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12455
12456 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12457 calls to respective `xxx` calls.
12458 (tramp-process-alive-regexp): Precise doc string.
12459 (tramp-multi-action-process-alive): New defun.
12460 (tramp-multi-actions): Use it.
12461 (tramp-handle-find-backup-file-name): `copy-tree' is available
12462 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12463 in order to avoid this function.
12464 (tramp-handle-write-region): Set current buffer. If connection
12465 wasn't open, `file-modes' has changed it accidently. Reported by
12466 David Kastrup <dak@gnu.org>.
12467 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12468 HOST.
12469 (tramp-action-password, tramp-multi-action-password): Apply it.
12470 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12471 name must still contain the port number. Otherwise, we have two
12472 Tramp buffers, with all the confusion. Reported by Myron Selby
12473 <myron@xytech.com> and Rolf Dubitzky
12474 <Dubitzky@physi.uni-heidelberg.de>.
12475
12476 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12477 HOST to `tramp-enter-passwd'.
12478
12479 * net/tramp-vc.el (all): Code cleanup. Change all
12480 `tramp-handle-xxx' calls to respective `xxx` calls.
12481
12482 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12483
12484 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12485 functions that are not erroneous if either 1-valued or
12486 multi-valued. Detect functions in this class.
12487 (testcover-1value-functions, testcover-compose-functions)
12488 (testcover-progn-functions) Add some additional functions to lists.
12489 (testcover-mark): Bugfix when marking up the definition for an
12490 empty function.
12491
12492 2004-07-17 Richard M. Stallman <rms@gnu.org>
12493
12494 * replace.el (occur-read-primary-args): Pass default to
12495 read-from-minibuffer.
12496
12497 * mail/footnote.el (footnote-section-tag): Use defcustom.
12498
12499 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12500 Compile font-lock-keywords, not KEYWORDS.
12501 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12502 Add warn, check-type. Handle cerror like error.
12503
12504 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12505
12506 * progmodes/which-func.el (which-func-keymap): New var.
12507 (which-func-face): New face.
12508 (which-func-format): Use them.
12509
12510 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12511
12512 * buff-menu.el (list-buffers-noselect): Append the buffer's
12513 process status to its mode name.
12514
12515 2004-07-16 Kim F. Storm <storm@cua.dk>
12516
12517 * simple.el (inhibit-mark-movement): New defvar.
12518 (beginning-of-buffer, end-of-buffer): Do not push mark if
12519 inhibit-mark-movement is non-nil or C-u prefix is given.
12520
12521 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12522 Init to beginning-of-buffer and end-of-buffer.
12523 (cua--undo-push-mark): New defvar.
12524 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12525 already active and command is in cua--preserve-mark-commands.
12526 Also fix check for shift modifier on non-window systems.
12527 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12528
12529 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12530
12531 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12532 of two integers, instead of a cons.
12533
12534 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12535 `visited-file-modtime' now returns a list of two integers, instead
12536 of a cons.
12537
12538 * dired.el (dired-directory-changed-p): Ditto.
12539
12540 * progmodes/grep.el (grep): Doc fix.
12541
12542 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12543
12544 * autorevert.el (auto-revert-tail-mode)
12545 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12546 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12547 in both at the same time.
12548 (auto-revert-tail-mode): New command.
12549 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12550 (auto-revert-handler): Revert only either tail or whole file.
12551
12552 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12553 add auto-revert-tail-mode.
12554
12555 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12556
12557 * printing.el: Doc fix. Change name of some funs.
12558 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12559 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12560 (pr-standard-file-name): New fun. Replace pr-standard-path.
12561 (pr-call-process): Code fix.
12562
12563 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12564
12565 * subr.el (with-selected-window): Doc fix.
12566
12567 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12568
12569 * subr.el (get-buffer-window-list): Doc fix.
12570
12571 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12572
12573 * files.el (switch-to-buffer-other-window): Doc fix.
12574
12575 * window.el (save-selected-window, one-window-p)
12576 (split-window-keep-point, split-window-vertically)
12577 (split-window-horizontally): Doc fixes.
12578
12579 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12580
12581 * printing.el: Doc fix. Now it uses call-process instead of
12582 shell-command for low command execution.
12583 (pr-version): New version number (6.8).
12584 (pr-shell-file-name): Option removed.
12585 (pr-shell-command): Fun removed.
12586 (pr-call-process): New fun. Replace pr-shell-command.
12587 (pr-standard-path, pr-remove-nil-from-list): New funs.
12588 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12589 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12590 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12591 (pr-ps-utility-process, pr-txt-print): Code fix.
12592
12593 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12594
12595 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12596 boolean.
12597
12598 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12599
12600 * wid-edit.el (widget-field-buffer): Doc fix.
12601
12602 2004-07-09 John Paul Wallington <jpw@gnu.org>
12603
12604 * emacs-lisp/re-builder.el (reb-update-overlays):
12605 Distinguish between one and several matches in message.
12606
12607 2004-07-09 Richard M. Stallman <rms@gnu.org>
12608
12609 * mouse.el (mouse-set-region-1): If transient-mark-mode
12610 is `identity', change it to `only'.
12611
12612 * simple.el (current-word): Doc fix.
12613
12614 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12615
12616 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12617 so that it is more understanding of whitespace.
12618
12619 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12620 (("ns" . "element") (attr-list) children) instead of
12621 ((:ns . "element") (attr-list) children) in order to reduce the
12622 number of symbols used.
12623 (xml-skip-dtd): Change to use xml-parse-dtd but set
12624 xml-validating-parsing to nil.
12625 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12626 (xml-substitute-entity): Remove in favor of new entity substitution.
12627 (xml-substitute-special): Rewrite in to substitute complex
12628 entities from DOCTYPE declarations.
12629 (xml-parse-fragment): Parse fragments from entity deleclarations.
12630 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12631 (xml-parse-dtd, xml-substitute-special): Make validity checks
12632 conditioned on xml-validating-parser. Add "Not Well Formed" to
12633 error messages about well-formedness.
12634
12635 2004-07-08 Steven Tamm <steventamm@mac.com>
12636
12637 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12638 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12639 Do not treat double clicks and triple clicks specially in the
12640 scroll bar (preventing strange repositioning problems)
12641
12642 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * replace.el (query-replace-regexp-eval): Fix last change.
12645
12646 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12647
12648 * replace.el (query-replace-descr): New fun.
12649 (query-replace-read-from, query-replace-read-args): Default to the
12650 previous from&to.
12651 (query-replace-read-to): Quote the `from' string when displaying it.
12652 (query-replace-regexp-eval): Immediately check read-only status.
12653 Use query-replace-read-from to get the \n checking.
12654 Quote the `from' string when displaying it.
12655 (map-query-replace-regexp, occur-read-primary-args):
12656 Quote the `from' string when displaying it.
12657
12658 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12659 delimited-ness of the search to query-replace.
12660
12661 * replace.el (query-replace-read-from, query-replace-read-to):
12662 New funs extracted from query-replace-read-args.
12663 (query-replace-read-args): Use them.
12664
12665 * replace.el (query-replace-interactive, query-replace-read-args):
12666 Remove the `initial' special value.
12667 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12668 (occur-engine): Remove unused var `matchend'.
12669
12670 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12671 Use the search string without prompting.
12672
12673 2004-07-05 Kenichi Handa <handa@m17n.org>
12674
12675 * international/mule.el (decode-coding-inserted-region):
12676 Set last-coding-system-used only when coding is nil.
12677
12678 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12679
12680 * progmodes/grep.el (grep-compute-defaults, grep-command)
12681 (grep-program, find-program, grep-find-use-xargs, grep-history)
12682 (grep-find-history, grep-tag-default, grep-find-command)
12683 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12684 Add autoload cookies, for unbundled packages that load `compile'
12685 and expect all grep-related symbols to become defined.
12686
12687 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12688
12689 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12690 (iimage-mode-image-search-path): New user option to search the
12691 image file.
12692 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12693 have locate-file.
12694 (iimage-mode-buffer): Use it.
12695
12696 2004-07-03 Nick Roberts <nickrob@gnu.org>
12697
12698 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12699 carefully.
12700 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12701
12702 2004-07-03 Juri Linkov <juri@jurta.org>
12703
12704 * replace.el (query-replace-read-args): Swallow space after 'foo,
12705 not after (quote foo). Match space only immediately after symbol,
12706 not anywhere in the whole string.
12707
12708 2004-07-02 Richard M. Stallman <rms@gnu.org>
12709
12710 * replace.el (query-replace-read-args): Swallow space after
12711 symbols, not after closeparens. But avoid error if string ends there.
12712
12713 * progmodes/python.el (python-beginning-of-statement):
12714 Exit the loop if backward-up-list gets error.
12715
12716 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12717
12718 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12719
12720 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12721 only if vc-consult-headers is non-nil.
12722
12723 2004-07-02 Juri Linkov <juri@jurta.org>
12724
12725 * pcvs.el (cvs-mode-diff-repository): New command.
12726
12727 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12728
12729 2004-07-01 Juri Linkov <juri@jurta.org>
12730
12731 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12732 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12733 C-M-% to isearch-query-replace-regexp.
12734 (minibuffer-local-isearch-map): Add arrow key bindings.
12735 Bind C-f to isearch-yank-char-in-minibuffer.
12736 (isearch-forward): Doc fix.
12737 (isearch-edit-string): Doc fix.
12738 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12739 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12740 (isearch-yank-char): Add optional arg.
12741 (isearch-yank-char-in-minibuffer): New fun.
12742
12743 * replace.el (query-replace-interactive): Change type from boolean
12744 to choice. Add value `initial'.
12745 (query-replace-read-args): Handle value `initial' of
12746 query-replace-interactive.
12747
12748 2004-06-29 Kim F. Storm <storm@cua.dk>
12749
12750 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12751 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12752
12753 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12754 Add :group 'ada.
12755
12756 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12757
12758 2004-06-29 Juri Linkov <juri@jurta.org>
12759
12760 * replace.el (query-replace-read-args): Swallow a space after
12761 everything except )]" which in most cases means after a symbol.
12762
12763 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12764
12765 2004-06-28 Richard M. Stallman <rms@gnu.org>
12766
12767 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12768 More changes to go with previous change in font-lock.el.
12769
12770 2004-06-26 David Kastrup <dak@gnu.org>
12771
12772 * replace.el (perform-replace): Highlight the match even in
12773 non-query mode if there is potential replace string editing.
12774
12775 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12776
12777 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12778 agree with new return value of `file-remote-p'.
12779 This syncs with Tramp 2.0.42.
12780
12781 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12782 according to new documentation of `file-remote-p'.
12783
12784 * files.el (file-remote-p): Fix doc to say that return value is
12785 identification of remote system, if not nil.
12786 (file-relative-name): Use new return value of `file-remote-p'.
12787
12788 2004-06-26 Nick Roberts <nickrob@gnu.org>
12789
12790 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12791 (gdb-goto-breakpoint): Fix breakage.
12792
12793 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12794
12795 * man.el (Man-getpage-in-background): Add windows-nt to the list
12796 of systems where shell-file-name should be used instead of
12797 literal "sh".
12798
12799 2004-06-25 Sam Steingold <sds@gnu.org>
12800
12801 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12802 function names `(setf symbol)'.
12803
12804 2004-06-24 Richard M. Stallman <rms@gnu.org>
12805
12806 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12807
12808 * font-lock.el (font-lock-keywords): Change format of compiled values.
12809 Document it.
12810 (font-lock-add-keywords): If font-lock-keywords is compiled,
12811 extract the uncompiled version, modify, then recompile.
12812 (font-lock-remove-keywords): Likewise.
12813 (font-lock-fontify-keywords-region): Handle changed format.
12814 (font-lock-compile-keywords): Handle changed format.
12815 (font-lock-set-defaults): Compile the keywords explicitly here.
12816
12817 2004-06-24 David Kastrup <dak@gnu.org>
12818
12819 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12820 replacements here.
12821 (query-replace-regexp): Doc string explaining this and the new
12822 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12823 is better placed in `query-replace-read-args'.
12824 (replace-regexp): Explain `\,', `\#' and `\?'.
12825 (replace-match-data): New function for thorough reuse/destruction
12826 of old match-data.
12827 (replace-match-maybe-edit): Function for implementing `\?' editing.
12828 (perform-replace): Fix maintaining of the match stack including
12829 already matched regions, implement `\?', fix various problems
12830 with regions while editing and other stuff.
12831 (replace-highlight): Simplify.
12832
12833 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12834
12835 * progmodes/grep.el (grep-error-screen-columns): New variable.
12836 (grep-regexp-alist): Give it the full functionality of gnu style
12837 compilation messages with line and column ranges. Ask me for the
12838 perl script I'm working on, that uses these.
12839
12840 2004-06-23 Nick Roberts <nickrob@gnu.org>
12841
12842 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12843 Remove.
12844 (comint-insert-input, comint-mouse-insert-input): New functions
12845 based on comint-insert-clicked-input for two bindings but just
12846 one functionality.
12847
12848 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12849
12850 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12851
12852 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12853
12854 * files.el (write-contents-functions): Doc fix.
12855
12856 2004-06-21 Juanma Barranquero <lektu@terra.es>
12857
12858 * image.el (image-library-alist): Rewrite docstring in active voice.
12859
12860 2004-06-20 Richard M. Stallman <rms@gnu.org>
12861
12862 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12863
12864 * isearch.el (isearch-repeat): Avoid testing old match data.
12865 (isearch-message): Display trailing space in special font
12866 when search is failing.
12867 (isearch-search-fun-function): Doc fix.
12868
12869 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12870
12871 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * frame.el (show-trailing-whitespace): Doc fix.
12874
12875 * cus-edit.el (custom-variable-documentation): New function.
12876 (custom-variable): Use it.
12877
12878 2004-06-19 Nick Roberts <nickrob@gnu.org>
12879
12880 * man.el (Man-getpage-in-background): Revert previous change but
12881 make cygwin a special case.
12882
12883 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12884
12885 * autorevert.el (global-auto-revert-non-file-buffers):
12886 Update docstring.
12887
12888 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12889
12890 * progmodes/compile.el (compilation-error-properties): Store one
12891 more than end-col, if present, so that transient-mark-mode will
12892 highlight last char too.
12893 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12894 ranges, if present.
12895
12896 2004-06-18 Jason Rumney <jasonr@gnu.org>
12897
12898 * makefile.w32-in: Double percent signs in for loops.
12899
12900 2004-06-17 David Kastrup <dak@gnu.org>
12901
12902 * replace.el (query-replace-read-args): Only warn about use of \n
12903 and \t when we are doing a regexp replacement and the actual
12904 escaped character is n or t.
12905 (query-replace-regexp): Add \, and \# interpretation to
12906 interactive call and document it.
12907 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12908 as shortkey for replace-count.
12909 (replace-quote): New function for doubling backslashes.
12910
12911 2004-06-17 Juanma Barranquero <lektu@terra.es>
12912
12913 * files.el (parse-colon-path, cd): Mention in docstring that the
12914 path separator is colon in GNU-like systems.
12915
12916 * newcomment.el (comment-region-internal): Fix docstring.
12917
12918 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12919 (ewoc-invalidate, ewoc-collect): Doc fixes.
12920 (ewoc--create-node, ewoc--delete-node-internal):
12921 Fix typos in docstring.
12922
12923 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12924
12925 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12926 manual to docstring.
12927
12928 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12929
12930 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12931
12932 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12933
12934 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12935 Add hyperlink to emacs-xtra manual to docstring.
12936
12937 * autorevert.el (global-auto-revert-non-file-buffers):
12938 Add hyperlink to emacs-xtra manual to docstring, as well as an
12939 info-link.
12940
12941 2004-06-14 Juanma Barranquero <lektu@terra.es>
12942
12943 * image.el (image-library-alist): New variable to map image types
12944 to external libraries. Initialized to nil, unless system-specific
12945 configs change it.
12946 (image-type-available-p): Determine whether an image type is
12947 available by calling `init-image-library'.
12948
12949 * term/w32-win.el (image-library-alist): Initialize to a known set
12950 of probable library names.
12951
12952 2004-06-14 Kenichi Handa <handa@m17n.org>
12953
12954 * international/code-pages.el (windows-1256, cp1125): Fix tables
12955 for several characters.
12956
12957 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12958
12959 2004-06-13 Richard M. Stallman <rms@gnu.org>
12960
12961 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12962
12963 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12964 not "`pc-selection-mode'".
12965
12966 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12967
12968 * simple.el (previous-matching-history-element): Specify a default.
12969
12970 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12971
12972 * cus-face.el (custom-declare-face): Simplify code.
12973
12974 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12975
12976 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
12977
12978 * files.el (before-save-hook): Add `time-stamp' to the options.
12979
12980 * time-stamp.el (time-stamp): Recommend adding it to
12981 `before-save-hook', rather than `write-file-functions'.
12982 Make a similar change in `Commentary' section.
12983
12984 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12985
12986 * diff-mode.el (diff-current-defun): If at start of hunk, use
12987 position of first change.
12988
12989 2004-06-13 Lars Hansen <larsh@math.ku.dk>
12990
12991 * dired-x.el (dired-mark-omitted): Bind to "*O".
12992
12993 2004-06-12 Karl Fogel <kfogel@red-bean.com>
12994
12995 * bookmark.el (bookmark-bmenu-relocate): New function, as
12996 suggested by David J. Biesack <David.Biesack@sas.com>.
12997 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12998 (bookmark-bmenu-mode): Describe binding in doc string.
12999 (bookmark-set-filename): Save the bookmark list if it's time.
13000
13001 2004-06-13 Kenichi Handa <handa@m17n.org>
13002
13003 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13004 (ccl-untranslated-to-ucs): Fix typo.
13005
13006 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13007
13008 * progmodes/python.el (python-open-block-statement-p):
13009 Fix indentation after a block opening that contains a comment.
13010
13011 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13012
13013 * bindings.el (completion-ignored-extensions): Add file extensions
13014 of Python byte-compiled files.
13015
13016 2004-06-12 Juri Linkov <juri@jurta.org>
13017
13018 * info.el (Info-goto-node): Add autoload.
13019 (Info-toc): Add substring-no-properties on Info file name.
13020 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13021 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13022
13023 2004-06-12 Kenichi Handa <handa@m17n.org>
13024
13025 * international/mule-cmds.el (set-language-environment):
13026 Load subst tables if necessary.
13027
13028 * international/mule.el (decode-char): Load subst tables if necessary.
13029 (encode-char): Likewise.
13030
13031 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13032 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13033 (utf-16le-decode-loop): Set r5 to -1 before loop.
13034 (utf-16be-decode-loop): Likewise.
13035 (ccl-decode-mule-utf-16le): Add EOF processing block.
13036 (ccl-decode-mule-utf-16be): Likewise.
13037 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13038 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13039 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13040 (ccl-mule-utf-16-encode-untrans): New CCL.
13041 (utf-16-decode-to-ucs): Handle pre-read character.
13042 (utf-16le-encode-loop): Handle surrogate pair.
13043 (utf-16be-encode-loop): Likewise.
13044 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13045 of utf-16le-encode-loop.
13046 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13047 of utf-16be-encode-loop.
13048 (mule-utf-16-post-read-conversion):
13049 Call utf-8-post-read-conversion at first.
13050 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13051 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13052 Add post-read-conversion and pre-write-conversion.
13053
13054 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13055 (utf-translate-cjk-unicode-range): New variable.
13056 (utf-translate-cjk-load-tables): New function.
13057 (utf-lookup-subst-table-for-decode): New function.
13058 (utf-lookup-subst-table-for-encode): New function.
13059 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13060 tables here. Update safe-charsets of utf-* coding systems.
13061 (ccl-mule-utf-untrans): New CCL.
13062 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13063 at end of each branch.
13064 (ccl-mule-utf-8-encode-untrans): New CCL.
13065 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13066 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13067 length of encoding. Don't return r0.
13068 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13069 (utf-8-post-read-conversion): Narrow to region properly.
13070 If utf-translate-cjk-mode is on, load tables if necessary.
13071 Call utf-8-compose with hash-table arg if necessary.
13072 Call XXX-compose-region instead of XXX-post-read-convesion.
13073 (utf-8-pre-write-conversion): New function.
13074 (mule-utf-8): Include CJK charsets in safe-charsets if
13075 utf-translate-cjk-mode is on. Add pre-write-conversion.
13076
13077 * international/characters.el: Temporarily set
13078 utf-translate-cjk-mode to nil.
13079
13080 * language/devan-util.el (devanagari-compose-region):
13081 Add autoload cookie.
13082
13083 * international/ccl.el (ccl-dump-call): Fix printing the
13084 subroutine name.
13085
13086 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13087
13088 * dired.el (dired-revert): If buffer is marked unmodified before
13089 reverting, keep it marked unmodified.
13090 Adapt to new conventions for commenting out code.
13091 (dired-make-relative): Adapt to new conventions for commenting out code.
13092
13093 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13094
13095 * eshell/esh-module.el (eshell-load-defgroups):
13096 Bind `vc-handled-backends' to nil when opening files.
13097
13098 2004-06-11 Juanma Barranquero <lektu@terra.es>
13099
13100 * files.el (parse-colon-path, cd): Doc fixes (refer to
13101 `path-separator', not colon).
13102
13103 2004-06-10 Juanma Barranquero <lektu@terra.es>
13104
13105 * newcomment.el (comment-search-forward)
13106 (comment-search-backward): Fix typos in docstring.
13107 (comment-region): Doc fix.
13108
13109 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13110
13111 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13112 switch is no longer stored in `dired-switches-alist'.
13113
13114 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13115 `dired-switches-alist'.
13116
13117 2004-06-10 Kim F. Storm <storm@cua.dk>
13118
13119 * pcvs.el (cvs-mode-diff-yesterday): New command.
13120
13121 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13122
13123 2004-06-10 Juri Linkov <juri@jurta.org>
13124
13125 * emacs-lisp/edebug.el (edebug-eval-defun):
13126 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13127 Fix docstring.
13128
13129 * simple.el (eval-expression-print-format): Don't print additional
13130 information on the first call to `eval-print-last-sexp'.
13131 (next-error-find-buffer): Fix punctuation.
13132 (killing) <defgroup>: Fix punctuation.
13133 (yank-excluded-properties): Change group from editing to killing.
13134
13135 * replace.el (perform-replace): Use `limit' to terminate the
13136 while-loop explicitly.
13137
13138 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13139
13140 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13141 Use lc-*.xpm as prefix instead of *-locol.xpm.
13142
13143 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13144 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13145 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13146 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13147 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13148 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13149 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13150 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13151 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13152 * toolbar/lc-up_arrow.xpm:
13153 Rename from *-locol.xpm.
13154
13155 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13156
13157 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13158 include forms like &<str>; as valid url patterns.
13159
13160 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13161
13162 * dired.el (dired-diff, dired-backup-diff)
13163 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13164 (dired-do-chown, dired-do-touch, dired-do-print)
13165 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13166 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13167 (dired-create-directory, dired-do-copy, dired-do-symlink)
13168 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13169 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13170 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13171 (dired-maybe-insert-subdir, dired-next-subdir)
13172 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13173 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13174 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13175 (dired-run-shell-command, dired-query): Remove redundant,
13176 or incorrect, autoloads.
13177
13178 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13179 does not end in a slash. Add optional argument KILL-ROOT.
13180 Update docstring.
13181 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13182 (dired-query): Add autoloads.
13183
13184 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13185
13186 * progmodes/compile.el (compilation-set-window-height):
13187 Rearrange the save-* functions because a buffer can have several current
13188 point in different windows.
13189 (compilation-error-regexp-alist-alist): Recognize {standard input}
13190 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13191
13192 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13193
13194 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13195 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13196 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13197 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13198 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13199 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13200 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13201 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13202 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13203 * toolbar/up_arrow-locol.xpm:
13204 New versions of icons that uses fewer colors.
13205
13206 * toolbar/tool-bar.el (tool-bar-local-item)
13207 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13208 if display-color-cells is 256 or less.
13209
13210 2004-06-08 Kim F. Storm <storm@cua.dk>
13211
13212 * wid-edit.el (widget-specify-button): Use hand pointer rather
13213 than mouse-face as visible mouse-over effect.
13214
13215 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13216
13217 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13218 and `print-level' to nil when writing out `save-place-alist'.
13219 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13220
13221 2004-06-07 Juanma Barranquero <lektu@terra.es>
13222
13223 * completion.el (completion-kill-region): Doc fix.
13224
13225 * format.el (format-insert-annotations)
13226 (format-annotate-location): Doc fixes.
13227 (format-subtract-regions): Make arguments match their use in docstring.
13228
13229 * simple.el (kill-region): Doc fix.
13230
13231 * subr.el (insert-buffer-substring-no-properties)
13232 (insert-buffer-substring-as-yank): Doc fixes.
13233
13234 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13235
13236 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13237 Update docstring.
13238 (dired-reset-subdir-switches): New function.
13239
13240 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13241 Limit scope of `buffer-read-only' binding.
13242
13243 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13244
13245 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13246 eshell-explicit-command-char.
13247
13248 2004-06-06 Juanma Barranquero <lektu@terra.es>
13249
13250 * help-fns.el (help-argument-name): Inherit from italic face only
13251 if the frame supports it.
13252
13253 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13254
13255 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13256 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13257 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13258 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13259 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13260 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13261 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13262 New conversions from xpm files.
13263
13264 * toolbar/README: New file.
13265
13266 2004-06-06 Richard M. Stallman <rms@gnu.org>
13267
13268 * isearch.el (isearch-mode-map): Undo previous change.
13269
13270 2004-06-05 Juri Linkov <juri@jurta.org>
13271
13272 * bindings.el (debug-ignored-errors): Add regexps for history
13273 related messages. Remove $ from "No further undo information".
13274 Move Ediff's messages to ediff.el.
13275
13276 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13277
13278 * cus-edit.el (custom-display): Add `min-colors'.
13279
13280 * custom.el (defface): Add `supports' to docstring.
13281
13282 * help-fns.el (help-argument-name): Add :group 'help.
13283
13284 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13285
13286 * find-dired.el (find-ls-subdir-switches): New user option.
13287 (find-dired): No longer call `abbreviate-file-name' on DIR.
13288 Set `dired-subdir-switches' buffer-locally.
13289
13290 * locate.el: Merge the two `Commentary' sections.
13291 (locate-ls-subdir-switches): New user option.
13292 (locate): Update for other changes.
13293 (locate-mode-map): Restore Dired binding for mouse-2.
13294 Bind `locate-mouse-view-file' to M-mouse-2.
13295 Bind `l' to `locate-do-redisplay'.
13296 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13297 (locate-mouse-view-file, locate-tags, locate-find-directory):
13298 Print message if used outside main listing.
13299 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13300 Various changes to support inserted subdirectories.
13301 (locate-insert-header): Change header of *Locate* buffer.
13302
13303 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13304 Change interactive default switches.
13305 (dired-rename-subdir-2): Update `dired-switches-alist'.
13306 (dired-insert-subdir, dired-kill-subdir):
13307 Handle `dired-switches-alist'. Do not mark buffer modified.
13308 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13309 (dired-insert-subdir-doinsert): Omit messages.
13310 Handle `dired-subdir-switches'.
13311 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13312
13313 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13314 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13315 subdirs if -R switch is used for a subdir.
13316 (dired-mode): Set `dired-switches-alist'.
13317 (dired-build-subdir-alist): Only print number of directories in
13318 echo area when invoked interactively.
13319
13320 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13321
13322 * dired-x.el (dired-omit-mode): Rename from
13323 dired-omit-files-p. Use define-minor-mode to define it.
13324 (dired-omit-files-p): Add as alias for dired-omit-mode.
13325 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13326 dired-mark-omitted.
13327 (dired-mark-omitted): Add. Bind to M-O.
13328
13329 2004-06-05 Kenichi Handa <handa@m17n.org>
13330
13331 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13332
13333 2004-06-05 Juanma Barranquero <lektu@terra.es>
13334
13335 * help-fns.el (help-argument-name): Reintroduce face.
13336 (help-default-arg-highlight): Use it, now that
13337 `face-differs-from-default-p' can be trusted.
13338
13339 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13340
13341 * textmodes/table.el: Sentence commands added to Point Motion
13342 group; kill and backward-kill commands added to Extraction group.
13343
13344 2004-06-04 Mario Lang <mlang@delysid.org>
13345
13346 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13347 systems appear to use mW, make the code handle this. Fix a
13348 division-by-zero bug while at it, and handle kernels with
13349 a slightly different layout in /proc/acpi.
13350
13351 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13352
13353 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13354 because the latter is a CL-ism. This fixes the bug reported by
13355 Shawn Boyette <mdxi@collapsar.net> in
13356 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13357
13358 2004-06-04 Miles Bader <miles@gnu.org>
13359
13360 * faces.el (display-supports-face-attributes-p): Function moved to
13361 C code. Previously only the tty-related portion of this function
13362 was done in C; however the previous attempt to do a halfway-proper
13363 job for non-tty displays in lisp didn't work properly because of
13364 funny conditions during Emacs startup.
13365 (face-differs-from-default-p): Simplify, now that
13366 display-supports-face-attributes-p works properly on all display
13367 types. Remove :stipple from comparison; it doesn't really work
13368 in emacs anyway.
13369
13370 2004-06-04 Miles Bader <miles@gnu.org>
13371
13372 * faces.el (face-differs-from-default-p): Use a different
13373 implementation, so we can really check whether FACE displays
13374 differently or not.
13375
13376 2004-06-04 Miles Bader <miles@gnu.org>
13377
13378 * faces.el (display-supports-face-attributes-p): Implement a
13379 `different from default' check for non-tty displays.
13380
13381 2004-06-03 David Kastrup <dak@gnu.org>
13382
13383 * woman.el (woman-mapcan): More concise code.
13384 (woman-topic-all-completions, woman-topic-all-completions-1)
13385 (woman-topic-all-completions-merge): Replace by a simpler and
13386 much faster implementation based on O(n log n) sort/merge instead
13387 of the old O(n^2) behavior.
13388
13389 2004-06-03 Miles Bader <miles@gnu.org>
13390
13391 * subr.el (read-number): Use canonical format for default in prompt.
13392
13393 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13394 Add regexp for " [...]" style defaults.
13395
13396 2004-06-02 Romain Francoise <romain@orebokech.com>
13397
13398 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13399 groups: if the user asks for a hidden buffer, open the
13400 corresponding filter group to expose it.
13401
13402 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13403 `ibuffer-jump-to-buffer'.
13404 (ibuffer-jump-offer-only-visible-buffers): New user option.
13405
13406 2004-06-02 Juanma Barranquero <lektu@terra.es>
13407
13408 * faces.el (frame-update-faces): Add empty docstring so the one
13409 for `ignore' doesn't show through.
13410
13411 * subr.el (process-kill-without-query): Remove spurious "\n" on
13412 obsolescence string.
13413 (focus-frame, unfocus-frame): Add obsolescence declaration and
13414 empty docstring.
13415
13416 * international/mule.el (register-char-codings): Make alias for
13417 `ignore'. Move docstring to obsolescence info and remove redundancy.
13418
13419 2004-06-02 Kim F. Storm <storm@cua.dk>
13420
13421 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13422 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13423
13424 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * comint.el (comint-replace-by-expanded-history-before-point):
13427 Obey `start' as the docstring says.
13428 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13429 (comint-update-fence): Prevent font-lock from running unnecessarily.
13430 (comint-dynamic-list-completions): Use with-current-buffer.
13431
13432 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13433
13434 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13435 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13436 (bibtex-entry-update): Handle alternatives and optional fields.
13437 (bibtex-parse-entry): Bugfix, handle empty key.
13438
13439 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13442
13443 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13444
13445 * desktop.el (desktop-save): Don't save minor modes without a
13446 known mode initialization function.
13447
13448 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13449
13450 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13451
13452 * autorevert.el: Update `Commentary' section.
13453
13454 2004-05-30 Juanma Barranquero <lektu@terra.es>
13455
13456 * dos-fns.el (convert-standard-filename):
13457 * files.el (convert-standard-filename):
13458 * w32-fns.el (convert-standard-filename):
13459 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13460
13461 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13462
13463 Sync with Tramp.
13464
13465 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13466 (tramp-let-maybe): Move to an earlier spot in the file.
13467 Patch by Andreas Schwab.
13468
13469 2004-05-30 Andreas Schwab <schwab@suse.de>
13470
13471 * dired.el (dired-get-filename): Don't use dired-re-dot.
13472
13473 2004-05-30 Richard M. Stallman <rms@gnu.org>
13474
13475 * files.el (find-file): Doc fix.
13476
13477 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13478
13479 2004-05-30 Nick Roberts <nickrob@gnu.org>
13480
13481 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13482 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13483 modeline of the locals buffer.
13484 (gdb-goto-breakpoint): Handle gdbmi.
13485 (gdb-get-frame-number): Change for gdbmi.
13486
13487 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13488
13489 * files.el (file-remote-p): Apply file name handler for operation
13490 `file-remote-p'. It isn' a property any longer.
13491 (file-relative-name): `fh' and `fd' get the required value via
13492 `find-file-name-handler' already.
13493
13494 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13495 (top): Remove setting of `file-remote-p' property for
13496 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13497
13498 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13499
13500 Version 2.0.41 of Tramp released.
13501
13502 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13503 Throw away if process has died.
13504 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13505 (tramp-out-of-band-prompt-regexp): Rename to
13506 `tramp-process-alive-regexp', because its usage is widen.
13507 (tramp-actions-copy-out-of-band): Apply it.
13508 (tramp-actions-before-shell, tramp-multi-actions):
13509 Add `tramp-action-process-alive' action.
13510 (tramp-action-process-alive): New defun.
13511 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13512 Add entry for `file-remote-p'.
13513 (tramp-handle-file-remote-p): New defun.
13514 (top): Remove setting of `file-remote-p'. Don't set
13515 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13516
13517 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13518 `file-remote-p'.
13519
13520 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13521 counted for (last) line. [They should or they shouldn't? --Stef]
13522 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13523
13524 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13525
13526 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13527 not really necessary but seems to keep the shell history smaller
13528 in some cases. It is no substitute for setting HISTFILE and
13529 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13530 though. Suggested by Luc Teirlinck.
13531 (tramp-open-connection-setup-interactive-shell): Export variables
13532 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13533 (tramp-set-process-query-on-exit-flag): New compat function.
13534 (tramp-open-connection-multi, tramp-open-connection-su)
13535 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13536 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13537 (tramp-let-maybe): New macro, let-binds a variable only if it
13538 isn't obsolete.
13539 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13540 (tramp-handle-file-truename): Use it.
13541 (tramp-completion-file-name-regexp-unified): Avoid matching
13542 filenames starting with "/:" -- those are reserved for
13543 file-name-non-special.
13544
13545 * tramp-smb.el (tramp-smb-open-connection):
13546 Use tramp-set-process-query-on-exit-flag compat function.
13547
13548 2004-05-29 Richard M. Stallman <rms@gnu.org>
13549
13550 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13551
13552 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13553 (eval-last-sexp-print-value): Print char equivalent regardless
13554 of standard-output value.
13555
13556 * thumbs.el (thumbs-subst-char-in-string): Delete.
13557 (thumbs-thumbname): Use subst-char-in-string.
13558 (thumbs-resize-image): Use condition-case, not ignore-errors.
13559 (thumbs-kill-buffer): Likewise.
13560
13561 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13562 (thumbs-mode): Make buffer read-only.
13563 (thumbs-make-thumb): Unconditionally accept an existing file.
13564 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13565 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13566 (thumbs-show-thumbs-list): Error if images not supported.
13567 (thumbs-save-current-image): Improve prompt string.
13568 (thumbs-mode-map): Define u, R, x.
13569 (thumbs-unmark): New command.
13570 (thumbs-emboss-image): Minor cleanup.
13571 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13572 (thumbs-rename-images): New command.
13573 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13574
13575 * thumbs.el (thumbs-current-image): New function.
13576 (thumbs-file-list, thumbs-file-alist): New functions.
13577 (thumbs-find-image): Delete arg L.
13578 Don't set up thumbs-fileL as buffer-local global var.
13579 (thumbs-find-image-at-point): Use thumbs-current-image.
13580 (thumbs-set-image-at-point-to-root-window): Likewise.
13581 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13582 Record and warn about errors. Update thumbs-markedL for deletions.
13583 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13584 (thumbs-redraw-buffer): Use thumbs-file-list.
13585 (thumbs-mark): Use thumbs-current-image.
13586 (thumbs-show-name): Use thumbs-current-image.
13587
13588 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13589 and imenu--last-menubar-index-alist.
13590
13591 * subr.el (with-selected-window): Undo previous change.
13592
13593 2004-05-29 John Paul Wallington <jpw@gnu.org>
13594
13595 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13596 (thumbs-mouse-find-image): New command.
13597 (thumbs-mode-map): Bind it to mouse-2.
13598 (thumbs-mode): Make mode-class special.
13599 (thumbs-view-image-mode): Likewise.
13600
13601 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13602
13603 * flymake.el: New file.
13604
13605 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13606
13607 * files.el (find-file-noselect-1): Do not bind
13608 `inhibit-read-only' to t during execution of
13609 `find-file-not-found-functions'.
13610
13611 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13614 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13615
13616 2004-05-28 Juri Linkov <juri@jurta.org>
13617
13618 * simple.el (eval-expression-print-format): New fun.
13619
13620 * simple.el (eval-expression):
13621 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13622 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13623 (edebug-eval-expression): Print additionally the value returned by
13624 `eval-expression-print-format'.
13625
13626 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13627 (insert-pair): Make arguments optional. Find character pair
13628 from `insert-pair-alist' according to the last input event.
13629 (insert-parentheses): Make arguments optional.
13630 (raise-sexp, delete-pair): New funs.
13631
13632 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13633 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13634 Bind C-M-q to `indent-pp-sexp'.
13635
13636 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13637 `pp-to-string' modified to be able to format text with newlines.
13638 (pp-to-string): Move the buffer-formatting part of the code to
13639 `pp-buffer'. Call `pp-buffer'.
13640
13641 * info.el (Info-desktop-buffer-misc-data): Don't save information
13642 about virtual files.
13643 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13644 buffers with names obtained from the desktop file instead of the
13645 default *info* buffer.
13646
13647 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * subr.el (with-selected-window): Only save/restore the selected window.
13650
13651 * progmodes/compile.el (compilation-error-regexp-alist):
13652 Use expand-file-name and data-directory.
13653
13654 * progmodes/grep.el (grep-tree): Rework previous fix.
13655
13656 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13657 after the user marked text with the mouse.
13658
13659 * startup.el (command-line): Keep the first regexp of
13660 auto-save-file-name-transforms intact.
13661
13662 2004-05-28 Juanma Barranquero <lektu@terra.es>
13663
13664 * cus-edit.el (customize-face, customize-face-other-window)
13665 (custom-face-edit-delete): Make arguments match their use in
13666 docstring.
13667 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13668 docstring.
13669
13670 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13671 not `cvs-butlast'.
13672
13673 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13674 `nbutlast' are in subr.el).
13675
13676 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13677 (set-w32-system-coding-system): Doc fixes.
13678
13679 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13680 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13681 Make arguments match their use in docstring.
13682 (artist-draw-region-trim-line-endings)
13683 (artist-mouse-choose-operation): Fix typo in docstring.
13684 (artist-key-set-point-common): Doc fix.
13685
13686 2004-05-28 Simon Josefsson <jas@extundo.com>
13687
13688 * mail/smtpmail.el (smtpmail-open-stream):
13689 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13690
13691 2004-05-26 Simon Josefsson <jas@extundo.com>
13692
13693 * starttls.el: Merge with my GNUTLS based starttls.el.
13694 (starttls-gnutls-program, starttls-use-gnutls)
13695 (starttls-extra-arguments, starttls-process-connection-type)
13696 (starttls-connect, starttls-failure, starttls-success): New variables.
13697 (starttls-program, starttls-extra-args): Doc fix.
13698 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13699 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13700 and pass on to corresponding *-gnutls function if it is set.
13701
13702 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13703
13704 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13705 remote files.
13706
13707 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13708
13709 * files.el (file-name-non-special): There are more operations
13710 which need handling: `find-backup-file-name',
13711 `insert-file-contents', `verify-visited-file-modtime',
13712 `write-region'. Rename t value of method to `add'. Add new
13713 methods `quote' and `unquote-then-quote' to file-arg-indices.
13714
13715 2004-05-25 Juri Linkov <juri@jurta.org>
13716
13717 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13718 (Info-index-nodes): Enclose code in condition-case to catch errors.
13719 (Info-index-node): Don't search all index nodes if request is only
13720 for the current node and file is not in the cache of index nodes.
13721 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13722 for consistency with dired-copy-filename-as-kill.
13723 Bind `S' to Info-search-case-sensitively.
13724 (Info-copy-current-node-name): New arg. With zero prefix arg put
13725 the name inside a function call to `info'. Display copied text in
13726 the echo area.
13727
13728 2004-05-25 Sam Steingold <sds@gnu.org>
13729
13730 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13731 strip the package prefix from the symbol name, if any.
13732 Make it the `find-tag-default-function' for `lisp-mode'.
13733
13734 2004-05-25 John Paul Wallington <jpw@gnu.org>
13735
13736 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13737 instead of obsolete `process-kill-without-query'.
13738
13739 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13740 Declare as variable, not constant.
13741
13742 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13743
13744 * files.el (find-file-noselect-1): Fix bug introduced by
13745 Revision 1.694. As a side effect, `inhibit-read-only'
13746 is again, by default, t during execution of
13747 `find-file-not-found-functions'.
13748 (insert-directory): Check that lines were really inserted by
13749 the --dired switch, before erasing them.
13750
13751 2004-05-24 Nick Roberts <nickrob@gnu.org>
13752
13753 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13754 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13755 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13756 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13757 gud-minor-mode (gdbmi).
13758
13759 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13760
13761 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13762 explicitly select the text to be taken as URL.
13763
13764 2004-05-23 Juri Linkov <juri@jurta.org>
13765
13766 * info.el (Info-index-nodes): New var and fun.
13767 (Info-goto-index, Info-index, info-apropos)
13768 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13769 (Info-index): Fix docstring. Store and restore Info-history-list.
13770 (Info-complete-nodes): New var.
13771 (Info-complete-menu-item): Use it.
13772 (Info-index-node): New fun.
13773 (Info-final-node, Info-forward-node, Info-backward-node)
13774 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13775 Use Info-index-node.
13776 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13777 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13778 (Info-find-node-2): If a node with period in its name not found,
13779 try to find a node without the name part after period.
13780 (Info-select-node): Call Info-fontify-node only if
13781 Info-fontify-maximum-menu-size is not nil.
13782 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13783 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13784 Preserve Info-history-list.
13785 (Info-toc): Set Info-current-file.
13786 (Info-build-toc): Move point to the beginning of the buffer.
13787 Add main-file variable.
13788 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13789 Use backslashed representation of the control character ^_.
13790
13791 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13792 numbers in the new Texinfo 4.7 format.
13793
13794 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13795 regexps for function and variable names.
13796
13797 * descr-text.el (describe-property-list): Add [show] button for
13798 `syntax-table' property with action to pp to a separate buffer.
13799 (describe-char): Replace search-forward by re-search-forward with
13800 whitespace regexp after "character:" to not fail in too narrow windows.
13801
13802 * simple.el (next-error-find-buffer): Add a rule to return
13803 next-error capable buffer if one window on the selected frame
13804 displays such buffer.
13805
13806 2004-05-23 Nick Roberts <nickrob@gnu.org>
13807
13808 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13809 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13810 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13811 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13812 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13813 Handle new value for gud-minor-mode (gdbmi).
13814 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13815 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13816 Change from local to global gdb variable set.
13817 (gdb-ann3): Initialise above gdb variable set.
13818 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13819 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13820 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13821 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13822 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13823 (gdb-info-locals-handler, gdb-invalidate-assembler)
13824 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13825 set as global variables.
13826 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13827 Handle gdbmi.
13828 (gdb-info-breakpoints-custom): Fix regexp.
13829 (def-gdb-var): Delete.
13830
13831 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13832 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13833 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13834 a new mode. The file (gdb-mi.el) for this mode will be included
13835 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13836 primary interface.
13837
13838 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13839
13840 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13841 interpreted as a directory.
13842
13843 2004-05-22 Richard M. Stallman <rms@gnu.org>
13844
13845 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13846 as a close quote.
13847
13848 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13849
13850 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13851 Use assoc-string, not assoc-ignore-case.
13852
13853 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13854
13855 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13856 If moving back then fwd gets a defun that ends before point,
13857 try again moving fwd then back.
13858
13859 * files.el (file-name-non-special): Allow t in file-arg-indices
13860 to mean requote the return value. Use `identity' as an element
13861 rather than as the whole value.
13862
13863 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13864
13865 2004-05-22 Juanma Barranquero <lektu@terra.es>
13866
13867 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13868 `help-make-usage'.
13869 (help-highlight-arguments): Skip function name before searching
13870 for arguments.
13871
13872 2004-05-21 Juanma Barranquero <lektu@terra.es>
13873
13874 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13875 Don't mention in the docstring these arguments meant for
13876 internal (recursive) use only.
13877 (allout-char-spec): Comment out (it's not implemented).
13878 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13879 obsolescence declaration.
13880 (allout-flatten-exposed-to-buffer)
13881 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13882 (my-mark-marker): Doc fix.
13883 (produce-allout-mode-map, allout-sibling-index)
13884 (allout-isearch-expose, allout-distinctive-bullet)
13885 (allout-open-topic, allout-reindent-body)
13886 (allout-rebullet-heading, allout-process-exposed)
13887 (allout-insert-listified, allout-latex-verb-quote)
13888 (allout-insert-latex-header, allout-insert-latex-trailer):
13889 Make arguments match their use in docstring.
13890 (allout-primary-bullet, allout-old-style-prefixes)
13891 (allout-inhibit-protection, allout-init, allout-mode)
13892 (allout-before-change-protect, allout-flag-region):
13893 Use "Emacs" instead of "emacs" in docstrings.
13894
13895 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13896
13897 * international/characters.el: Modify syntax of more characters.
13898
13899 2004-05-21 Masatake YAMATO <jet@gyve.org>
13900
13901 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13902 (etags-tags-completion-table): Show parsing progress.
13903
13904 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13905
13906 * locate.el (locate-prompt-for-command): Shorten first line of
13907 docstring.
13908 (locate-mode): Expand docstring and include keymap summary.
13909
13910 * files.el (find-file-noselect-1): Limit the scope of the
13911 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13912 is, by default, nil during the execution of
13913 `find-file-not-found-functions' and `find-file-hook'.
13914
13915 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13916
13917 * facemenu.el (facemenu-color-name-equal): New function.
13918 (list-colors-display): Use it to compare colors instead of
13919 facemenu-color-equal.
13920
13921 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13922
13923 * compare-w.el (compare-windows-face): Use min-colors instead of
13924 checking for tty or pc types.
13925
13926 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13927
13928 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13929 (completion-setup-function): Use with-current-buffer.
13930 Properly save excursion. Simplify.
13931 Don't assume there is necessarily a `mouse-face' property somewhere.
13932
13933 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13934
13935 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13936
13937 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13938 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13939 Use with-current-buffer.
13940 (byte-goto-log-buffer): Delete.
13941 (byte-compile-log-file): Call compilation-forget-errors.
13942
13943 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13944
13945 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13946 output messages into the search result.
13947
13948 2004-05-19 Masatake YAMATO <jet@gyve.org>
13949
13950 * wid-edit.el (widget-radio-button-notify): Revert my last
13951 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13952
13953 2004-05-19 Kenichi Handa <handa@m17n.org>
13954
13955 * international/characters.el: Fix syntax (open/close) of CJK chars.
13956
13957 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13958
13959 * help-mode.el (help-go-back): Don't depend on position of back button.
13960
13961 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13964 files files don't contain an accidental additional /.
13965
13966 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13967 in source buffer.
13968
13969 2004-05-18 Masatake YAMATO <jet@gyve.org>
13970
13971 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13972 to widget-apply. :action method assumes 2 arguments, not 3.
13973
13974 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
13975
13976 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13977 New constants.
13978 (hs-special-modes-alist): Add an f90-mode entry.
13979
13980 2004-05-17 Sam Steingold <sds@gnu.org>
13981
13982 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13983 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
13984
13985 2004-05-16 Kim F. Storm <storm@cua.dk>
13986
13987 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13988
13989 2004-05-15 John Wiegley <johnw@newartisans.com>
13990
13991 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13992 (eshell-output-object-to-target): Improve output speed 20% by not
13993 calling `eshell-stringify' if something is already known to be a string.
13994
13995 2004-05-15 Alex Ott <ott@jet.msk.su>
13996
13997 * textmodes/ispell.el (ispell-local-dictionary-alist):
13998 Add windows-1251 to the choice of coding systems.
13999 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14000 encoded in cp1251.
14001
14002 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14003
14004 * progmodes/compile.el (compilation-warning-face)
14005 (compilation-info-face): Use min-colors.
14006
14007 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14008
14009 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14010 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14011 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14012 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14013 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14014 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14015 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14016 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14017 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14018 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14019 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14020 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14021 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14022 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14023
14024 2004-05-15 Kim F. Storm <storm@cua.dk>
14025
14026 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14027 Use it to set triggered-p element of timer.
14028 (timer-event-handler): Set triggered-p element non-nil while running
14029 the timer function.
14030
14031 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14032
14033 * descr-text.el (describe-char-unicode-data)
14034 (describe-char-unicodedata-file): Re-enable the unicode code now that
14035 the licensing issues have been cleared in the unicode-4 license.
14036 (describe-text-properties-1): Remove unused `overlay' var.
14037 (describe-char): Remove unused var `buffer'.
14038
14039 2004-05-14 David Ponce <david@dponce.com>
14040
14041 * tree-widget.el: New file.
14042
14043 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14044
14045 * language/european.el ("Brazilian Portuguese"): Add support for
14046 Brazilian Portuguese.
14047
14048 2004-05-13 John Wiegley <johnw@newartisans.com>
14049
14050 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14051 `recentf-mode' if this variable has been customized to t.
14052
14053 * eshell/esh-test.el (eshell-test): Call the function
14054 `emacs-version' rather than trying to build a custom version string.
14055
14056 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * net/telnet.el (telnet-mode): Use define-derived-mode.
14059 Don't modify the global value of comint-prompt-regexp.
14060
14061 2004-05-13 John Paul Wallington <jpw@gnu.org>
14062
14063 * version.el (emacs-version): Check for `gtk' feature before
14064 `x-toolkit' feature.
14065
14066 2004-05-13 Juanma Barranquero <lektu@terra.es>
14067
14068 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14069 arguments in the docstring, they're used only in recursive calls.
14070
14071 * help-fns.el (help-arg-highlighting-function)
14072 (help-argument-name): Delete.
14073 (help-default-arg-highlight): New function.
14074 (help-do-arg-highlighting): Use it.
14075
14076 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14077
14078 * calendar/appt.el (appt-disp-window):
14079 Use `calendar-set-mode-line' for a centered mode-line.
14080
14081 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14082
14083 * calendar/appt.el (appt-disp-window): Do not split window
14084 excessively when `split-height-threshold' is low.
14085
14086 2004-05-12 Nick Roberts <nickrob@gnu.org>
14087
14088 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14089 kill-buffer-hook here and make it local.
14090 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14091
14092 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14093
14094 * progmodes/compile.el (compilation-set-window-height):
14095 Use save-excursion to protect against misplaced marker.
14096
14097 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14098
14099 * custom.el (defface): Document that type can have value gtk.
14100
14101 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14102
14103 2004-05-12 Kenichi Handa <handa@m17n.org>
14104
14105 * descr-text.el: Require quail at comile time.
14106 (describe-char): If an input method is on and it supports the
14107 character, show how to input it.
14108
14109 * international/quail.el (quail-install-decode-map): Accept a
14110 char-table whose subtype is `quail-decode-map'.
14111 (quail-store-decode-map-key, quail-gen-decode-map1)
14112 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14113 (quail-show-key): New functions.
14114
14115 2004-05-12 Juanma Barranquero <lektu@terra.es>
14116
14117 * generic.el (define-generic-mode): Remove redundant arglist info.
14118
14119 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14120 Make arguments match their use in docstring.
14121 (help-arg-highlighting-function): New variable.
14122 (help-argument-name): Mention it in the docstring.
14123 (help-do-arg-highlight): Use it. Expand regexp to accept also
14124 ARG-xxx and xxx-ARG references.
14125
14126 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14127
14128 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14129 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14130 and "mailto:addr1?to=addr2" equal.
14131
14132 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14133
14134 * man.el (Man-getpage-in-background): Use shell-file-name
14135 and shell-command-switch variables instead of hard-coded values.
14136
14137 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14138
14139 * iimage.el: New file.
14140
14141 2004-05-11 Juanma Barranquero <lektu@terra.es>
14142
14143 * custom.el (custom-initialize-default, defcustom):
14144 Fix typo in docstring.
14145
14146 * files.el (set-visited-file-name, file-expand-wildcards):
14147 Fix docstring.
14148
14149 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14150
14151 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14152
14153 * subr.el (eventp): Be more discriminating with integers.
14154
14155 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14156
14157 * progmodes/compile.el (compile): Add universal prefix arg.
14158 (compilation-error-regexp-alist-alist): Add edg patterns.
14159
14160 2004-05-10 Sam Steingold <sds@gnu.org>
14161
14162 * textmodes/ispell.el (ispell-message):
14163 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14164
14165 2004-05-10 Dave Love <fx@gnu.org>
14166
14167 * progmodes/python.el (help-buffer): Autoload when compiling.
14168 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14169 (run-python): Prepend to any existing PYTHONPATH.
14170
14171 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14172
14173 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14174 for pending breakpoints.
14175
14176 2004-05-10 Richard M. Stallman <rms@gnu.org>
14177
14178 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14179 directly without calling any functions in Rmail.
14180 (unrmail-unprune): Function deleted.
14181
14182 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14185 C-c C-z binding.
14186
14187 2004-05-10 Kenichi Handa <handa@m17n.org>
14188
14189 * descr-text.el (describe-char): Fix previous change. Don't make
14190 a unibyte character to multibyte in the *Help* buffer.
14191
14192 2004-05-10 Miles Bader <miles@gnu.org>
14193
14194 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14195 buffer an error if the debugger process is actually running.
14196
14197 2004-05-10 Juanma Barranquero <lektu@terra.es>
14198
14199 * help-fns.el (help-argument-name): Default to italic.
14200 (help-highlight-arguments): Return always (usage . doc), even when
14201 usage is nil.
14202
14203 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14204 (define-ibuffer-filter): Add usage info.
14205 (define-ibuffer-op): Add usage info (but CL-style defaults for
14206 keyword args are not shown).
14207
14208 * subr.el (remove-overlays, read-passwd): Fix docstring.
14209 (start-process-shell-command): Fix docstring. Put usage info in a
14210 format usable by `describe-function'.
14211 (open-network-stream, open-network-stream-nowait)
14212 (open-network-stream-server): Fix docstring.
14213
14214 2004-05-09 Jason Rumney <jasonr@gnu.org>
14215
14216 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14217 Only define cp125* if windows-125* is already defined.
14218
14219 * language/korean.el (cp949): Add alias.
14220
14221 * language/chinese.el (cp936, cp950): Add aliases.
14222
14223 * language/japanese.el (cp932): Add alias.
14224
14225 * term/w32-win.el: Require code-pages.
14226
14227 * international/mule-cmds.el (set-locale-environment):
14228 On MS-Windows use ansi code-page for default coding-systems.
14229 Set up paper sizes for Windows 3 letter languages.
14230
14231 * international/code-pages.el (cp932, cp936, cp949, cp950):
14232 Add aliases. Also add cp125* if not already defined.
14233
14234 2004-05-09 Juanma Barranquero <lektu@terra.es>
14235
14236 * help-fns.el (help-highlight-arguments): Don't try to highlight
14237 missing or autoloaded arglists. Accept structured arguments, like
14238 the first ones of `do' and `flet'.
14239
14240 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14241 (cvs-get-marked): Remove redundant arglist info.
14242
14243 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14244 Don't use CL-style default args.
14245
14246 2004-05-08 Andreas Schwab <schwab@suse.de>
14247
14248 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14249
14250 * international/subst-ksc.el: Fix references to utf-translate-cjk
14251 into utf-translate-cjk-mode.
14252 * international/subst-big5.el: Likewise.
14253 * international/subst-gb2312.el: Likewise.
14254 * international/subst-jis.el: Likewise.
14255 * international/utf-16.el: Likewise.
14256 * international/utf-8.el: Likewise.
14257
14258 2004-05-08 John Wiegley <johnw@newartisans.com>
14259
14260 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14261 "virtual buffers" (off by default), which makes it possible to
14262 switch to the "virtual" buffers of recently visited files. When a
14263 buffer name search fails, and this option is on, iswitchb will
14264 look at the list of recently visited files, and permit matching
14265 against those names. When the user hits RET on a match, it will
14266 revisit that file.
14267 (iswitchb-read-buffer): Add two optional arguments, which makes
14268 isearchb.el possible.
14269 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14270 (iswitchb-next-match): Add support for virtual buffers.
14271
14272 * isearchb.el: This module extends iswitchb to provide "as you
14273 type" buffer selection.
14274
14275 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14276 Ignore the read-only property when flyspell highlighting is on.
14277 Not ignoring it leads to a series of confusing errors.
14278 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14279 but also make sure to call flyspell-incorrect-hook.
14280 (flyspell-maybe-correct-transposition): Perform transposition test
14281 by bit twiddling a string, rather than using a temp buffer.
14282 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14283 buffer. This is also the original version of the code, which
14284 could not be checked in before due to a previous lack of
14285 assignment papers. This version has seen heavy usage on my system
14286 for several years now.
14287
14288 * calendar/cal-bahai.el: New file, which adds support for the
14289 Baha'i calendar to Emacs. This calendar is based on a solar year
14290 of 19 months of 19 days, with 4 intercalary days. Each year
14291 begins on March 21, with the calendar starting in 1844.
14292
14293 * calendar/cal-menu.el, calendar/calendar.el
14294 * calendar/diary-lib.el, calendar/holidays.el:
14295 Added support for using cal-bahai.el.
14296
14297 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14298 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14299 function can be used outside of eshell buffers.
14300 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14301
14302 2004-05-08 Juanma Barranquero <lektu@terra.es>
14303
14304 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14305 word constituent so FOO-ARG is not recognized as an arg.
14306 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14307
14308 * simple.el (next-error): Fix typo in docstring.
14309 (open-line): Make argument names match their use in docstring.
14310 (split-line): Fix docstring.
14311
14312 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14313 usable by `describe-function'.
14314 (gensym, gentemp, typep, ignore-errors): Make argument names match
14315 their use in docstring.
14316
14317 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14318 argument to `help-setup-xref'.
14319
14320 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14321
14322 Version 2.0.40 of Tramp released.
14323
14324 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14325 Use symbol-function to invoke functions only known on some Emacs
14326 flavors. This avoids byte-compiler warnings. Reported by Kevin
14327 Scaldeferri <kevin@scaldeferri.com>.
14328 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14329 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14330 consistent with the other tramp-do-* functions.
14331 (tramp-do-copy-or-rename-file): Calls adjusted.
14332 (tramp-process-initial-commands): Avoid liveness check on shell --
14333 we know that it must be alive since we're opening a connection at
14334 this moment.
14335 (tramp-last-cmd): New internal variable.
14336 (tramp-process-echoes): New tunable.
14337 (tramp-send-command): Set tramp-last-cmd.
14338 (tramp-wait-for-output): Delete echo, if applicable.
14339 (tramp-read-passwd): Construct the key for the password cache in a
14340 way that works for multi methods, too.
14341 (tramp-bug): Add backup-directory-alist and
14342 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14343
14344 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14345
14346 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14347
14348 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14349 (tramp-actions-copy-out-of-band): New defcustoms.
14350 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14351 used instead of a synchronous one. Allows password entering.
14352 (tramp-action-out-of-band): New defun.
14353 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14354 Remove restriction with password from doc string.
14355 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14356 `tramp-out-of-band-prompt-regexp',
14357 `tramp-actions-copy-out-of-band', `password-cache' and
14358 `password-cache-expiry'.
14359 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14360 password caching.
14361 (tramp-touch): FILE can be a local file, too.
14362 (TODO): Remove items done.
14363 (tramp-handle-insert-directory): Properly quote file name also if
14364 not full-directory-p. Handle wildcard case. Reported by Andreas
14365 Schwab <schwab@suse.de>.
14366 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14367 new file.
14368 (tramp-handle-file-local-copy, tramp-handle-write-region):
14369 The permissions of the temporary file are set if filename exists.
14370 Reported by Ted Stern <stern@cray.com>.
14371 (tramp-backup-directory-alist)
14372 (tramp-bkup-backup-directory-info): New defcustoms.
14373 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14374 (tramp-handle-find-backup-file-name): New function.
14375 Implements Tramp's find-backup-file-name.
14376
14377 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14378 for `find-backup-file-name'.
14379
14380 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14381 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14382
14383 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14384
14385 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14386
14387 2004-05-07 Juanma Barranquero <lektu@terra.es>
14388
14389 * subr.el (lambda): Add arglist description to docstring.
14390 (declare): Fix typo in docstring.
14391 (open-network-stream): Fix docstring.
14392 (process-kill-without-query): Fix docstring and add obsolescence info.
14393 (last, butlast, nbutlast): Make arguments match their use in docstring.
14394 (insert-buffer-substring-no-properties): Likewise.
14395 (insert-buffer-substring-as-yank): Likewise.
14396 (split-string): Fix docstring.
14397
14398 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14399 Make argument names match their use in docstring.
14400
14401 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14402
14403 2004-05-06 Nick Roberts <nickrob@gnu.org>
14404
14405 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14406 Fit first sentence on one line for apropos-command.
14407
14408 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 Changes largely merged in from Dave Love's code.
14411 * progmodes/python.el: Doc fixes.
14412 (python-mode-map): Add python-complete-symbol.
14413 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14414 (python-comment-indent, python-complete-symbol)
14415 (python-symbol-completions, python-partial-symbol)
14416 (python-try-complete): New.
14417 (python-indent-line): Remove optional arg. Use python-block-end-p.
14418 (python-check): Bind compilation-error-regexp-alist.
14419 (inferior-python-mode): Use rx. Move keybindings to top level.
14420 Set comint-input-filter.
14421 (python-preoutput-filter): Use rx.
14422 (python-input-filter): Re-introduce.
14423 (python-proc): Start new process if necessary.
14424 Check python-buffer non-nil.
14425 (view-return-to-alist): Defvar.
14426 (python-send-receive): New.
14427 (python-eldoc-function): Use it.
14428 (python-mode-running): Don't defvar.
14429 (python-mode): Set comment-indent-function.
14430 Maybe update hippie-expand-try-functions-list.
14431 (python-indentation-levels): Initialize differently.
14432 (python-block-end-p): New.
14433 (python-indent-line): Use it.
14434 (python-compilation-regexp-alist): Augment.
14435 (run-python): Import `emacs' module to Python rather than loading
14436 code directly. Set python-buffer differently.
14437 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14438 Use python-proc.
14439 (python-send-command): Go to end of comint buffer.
14440 (python-load-file): Use python-proc, emacs.eimport.
14441 (python-describe-symbol): Simplify interactive form.
14442 Use emacs.help. Do use temp-buffer-show-hook.
14443 Call print-help-return-message.
14444 (hippie-exp): Require when compiling.
14445 (python-preoutput-continuation): Use rx.
14446
14447 * diff-mode.el (diff-make-unified): Fix regexp.
14448
14449 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14450
14451 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14452 filter groups from the buffer when rebuilding the Ibuffer buffer
14453 and `ibuffer-show-empty-filter-groups' is nil.
14454
14455 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14456
14457 * ps-print.el (ps-print-quote): Call ps-value-string.
14458 (ps-setup): Call ps-comment-string.
14459 (ps-value-string, ps-comment-string): New funs.
14460
14461 2004-05-06 Juanma Barranquero <lektu@terra.es>
14462
14463 * ehelp.el (electric-help-command-loop): Check whether the last
14464 character is visible, not (point-max).
14465
14466 * help-fns.el (help-argument-name): Default to bold; don't inherit
14467 from font-lock-variable-name-face.
14468 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14469
14470 2004-05-05 Kenichi Handa <handa@m17n.org>
14471
14472 * descr-text.el (describe-char): Copy the character with text
14473 properties and overlays into the first line, and call
14474 describe-text-properties on it.
14475
14476 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14477
14478 * iswitchb.el (iswitchb-global-map): Fix typo.
14479 Remove unwanted ###autoloads from source file.
14480
14481 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14482
14483 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14484 in run-hooks. Use substitute-command-keys in message.
14485 (wdired-abort-changes): Add message.
14486
14487 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14488
14489 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14490 (sql-emacs20-p): Remove.
14491 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14492 (sql-builtin-face, sql-doc-face): Remove.
14493 (sql-mode-ansi-font-lock-keywords)
14494 (sql-mode-oracle-font-lock-keywords)
14495 (sql-mode-postgres-font-lock-keywords)
14496 (sql-mode-linter-font-lock-keywords)
14497 (sql-mode-ms-font-lock-keywords)
14498 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14499 (sql-product-font-lock): Fix font-lock reset when font rules change.
14500 (sql-highlight-product): Remove incorrect font-lock reset logic.
14501
14502 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14503
14504 * ses.el (ses-set-parameter): Fix typo.
14505
14506 2004-05-04 Kim F. Storm <storm@cua.dk>
14507
14508 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14509 Must expand directory for completion to work; and don't mess with
14510 process-environment.
14511 (ido-read-file-name): If command has ido property, don't use ido
14512 if value is ignore, or read as directory if value is dir.
14513 Set ido ignore property for dired-do-rename command.
14514
14515 2004-05-04 Juanma Barranquero <lektu@terra.es>
14516
14517 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14518 (electric-help-help): Check against unmapped commands.
14519
14520 * help-fns.el (help-argument-name): New face, inheriting from
14521 font-lock-variable-name-face, to highlight function arguments in
14522 `describe-function' and `describe-key'.
14523 (help-do-arg-highlight): Auxiliary function to highlight a given
14524 list of arguments in a string.
14525 (help-highlight-arguments): Highlight the function arguments and
14526 all uses of them in the docstring.
14527 (describe-function-1): Use it. Do docstring output via `insert',
14528 not 'princ', so text attributes are preserved.
14529
14530 * winner.el (winner-mode-map): Move `winner-undo' and
14531 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14532 previous bindings conflict with `prev-buffer', `next-buffer').
14533
14534 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14535
14536 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14537 (bibtex-entry-update): New command bound to C-c C-u.
14538 (bibtex-text-in-string): Fix regexp.
14539 (bibtex-assoc-of-regexp): Remove.
14540 (bibtex-progress-message): Fix docstring.
14541 (bibtex-inside-field): Use if.
14542 (bibtex-assoc-regexp): New function.
14543 (bibtex-format-entry): Make code more robust so that it formats
14544 also old entries.
14545 (bibtex-autokey-demangle-title): Merge with obsolete function
14546 bibtex-assoc-of-regexp.
14547 (bibtex-field-list): New function.
14548 (bibtex-entry): Use bibtex-field-list.
14549 (bibtex-parse-entry): Fix docstring.
14550 (bibtex-print-help-message): Use bibtex-field-list.
14551 (bibtex-make-field): Use bibtex-field-list.
14552 (bibtex-entry-index): Bugfix. Return crossref key if required.
14553 (bibtex-lessp): Fix docstring.
14554
14555 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14556
14557 * select.el (xselect-convert-to-string): Move comment to intended line.
14558
14559 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14560
14561 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14562 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14563
14564 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14565
14566 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14567 x-get-selection.
14568
14569 2004-05-03 Jason Rumney <jasonr@gnu.org>
14570
14571 * makefile.nt: Remove.
14572
14573 2004-05-03 Kim F. Storm <storm@cua.dk>
14574
14575 * emulation/cua-base.el (cua--update-indications): Fix last change.
14576 (cua-mode): Deactivate mark when cua-mode is enabled.
14577
14578 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14579
14580 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14581
14582 2004-05-03 Nick Roberts <nickrob@gnu.org>
14583
14584 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14585 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14586 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14587 window over visible frames.
14588 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14589
14590 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * progmodes/compile.el (compilation-gcpro): New var.
14593 (compilation-fake-loc): Use it.
14594 (compilation-forget-errors): Reset it.
14595
14596 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14597
14598 * diff-mode.el (diff-header-face, diff-file-header-face):
14599 Use min-colors.
14600
14601 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14602
14603 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14604 (bibtex-clean-entry): Disentangle code.
14605 (bibtex-realign): New function.
14606 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14607 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14608 Remove undocumented optional arg called-by-convert-alien.
14609 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14610 for sorting instead of bibtex-sort-buffer.
14611
14612 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14613
14614 * progmodes/compile.el (compilation-start): In the
14615 no-async-subprocesses branch, call sit-for to give redisplay a
14616 chance to show the updated process status in the mode line, and
14617 fontify the buffer explicitly after the process exits.
14618
14619 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14620
14621 * progmodes/python.el (python-compilation-line-number): Remove.
14622 (python-compilation-regexp-alist): Don't use it any more.
14623 (python-orig-start, python-input-filter): Remove.
14624 (inferior-python-mode): Don't set up comint-input-filter-functions.
14625 (python-send-region): Use compilation-fake-loc.
14626
14627 * progmodes/compile.el (compilation-messages-start): New var.
14628 (compilation-mode): Don't setup next-error-function here.
14629 (compilation-setup): Set it up here instead (for minor modes as well).
14630 Make compilation-messages-start buffer local.
14631 (compilation-next-error-function): Use it.
14632 (compilation-forget-errors): Set compilation-messages-start.
14633
14634 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14635
14636 * ielm.el (ielm-prompt-read-only): Update docstring.
14637
14638 * comint.el (comint-prompt-read-only): Update docstring.
14639 (comint-update-fence, comint-kill-whole-line)
14640 (comint-kill-region): New functions.
14641
14642 * simple.el (kill-whole-line): Use "p" instead of "P" in
14643 interactive form.
14644
14645 2004-05-01 Juanma Barranquero <lektu@terra.es>
14646
14647 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14648 format arglist so default values in CL-style argument lists are
14649 correctly shown.
14650
14651 2004-05-01 Jason Rumney <jasonr@gnu.org>
14652
14653 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14654
14655 2004-05-01 Kenichi Handa <handa@m17n.org>
14656
14657 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14658 quail file if it is up to date.
14659
14660 2004-04-30 Juri Linkov <juri@jurta.org>
14661
14662 * cus-edit.el (custom-mode-map):
14663 Add key binding `C-x C-s' to `Custom-save'.
14664
14665 * outline.el (outline-blank-line): New var.
14666 (outline-next-preface, outline-show-heading)
14667 (outline-end-of-subtree): Use it.
14668
14669 * dired-aux.el (dired-touch-initial): New fun.
14670 (dired-do-chxxx): Call it for op-symbol `touch'.
14671 (dired-diff): Use `dired-dwim-target-directory'
14672 if current dired buffer has no buffer mark.
14673
14674 * bindings.el (propertized-buffer-identification):
14675 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14676 Add C-M-arrow keys for consistency.
14677
14678 * files.el (confirm-kill-emacs):
14679 Change group from top-level `emacs' to `convenience'.
14680
14681 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14682 Push mark on the first call of successive command calls.
14683 (insert-pair): New fun created from `insert-parentheses' with
14684 `open' and `close' arguments added. Enclose active regions
14685 in paired characters. Compare adjacent characters syntax with
14686 inserted characters syntax before inserting a space.
14687 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14688
14689 * delsel.el: Don't put `delete-selection' property
14690 on `insert-parentheses' symbol to take advantage of
14691 region handling in `insert-pair' function.
14692 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14693
14694 2004-04-30 Kim F. Storm <storm@cua.dk>
14695
14696 * emulation/cua-base.el: Add support for changing cursor types;
14697 based on patch from Michael Mauger.
14698 (cua-normal-cursor-color, cua-read-only-cursor-color)
14699 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14700 Customization cursor type and/or cursor color.
14701 (cua--update-indications): Handle cursor type changes.
14702 (cua-mode): Update cursor indications if enabled.
14703
14704 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14705
14706 * mouse.el (mouse-drag-copy-region): New defcustom.
14707 (mouse-set-region, mouse-drag-region-1): Use it.
14708
14709 * simple.el (kill-ring-save): If region face background color is
14710 unspecified (if no highlighting), show extent of fully visible
14711 region even if transient-mark-mode is enabled.
14712
14713 * emulation/cua-base.el (cua--standard-movement-commands):
14714 Add cua-scroll-up and cua-scroll-down.
14715 (cua-scroll-up, cua-scroll-down): New commands.
14716 (cua--init-keymaps): Remap scroll-up and scroll-down.
14717
14718 * emulation/cua-rect.el (cua--convert-rectangle-as):
14719 New defmacro.
14720 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14721 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14722 New commands (suggested by Jordan Breeding).
14723
14724 2004-04-30 Juanma Barranquero <lektu@terra.es>
14725
14726 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14727
14728 2004-04-30 Mario Lang <mlang@delysid.org>
14729
14730 * diff.el (diff-switches): Fix typo in docstring.
14731
14732 2004-04-30 Alex Schroeder <alex@gnu.org>
14733
14734 * xml.el (xml-debug-print-internal): Don't add newline and
14735 indentation to text nodes and write empty elements as empty tags
14736 instead of opening and closing tags.
14737 (xml-debug-print): Take optional indent-string argument.
14738 (xml-print): Alias for xml-debug-print.
14739
14740 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14741
14742 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14743 than duplicate call to `line-beginning-position'.
14744
14745 * progmodes/f90.el (f90-get-present-comment-type):
14746 Return whitespace, as well as comment chars, for consistent filling
14747 of comment blocks. Use `match-string-no-properties'.
14748 (f90-break-line): Trim trailing whitespace when filling comments.
14749
14750 2004-04-30 Dave Love <fx@gnu.org>
14751
14752 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14753 (diary-from-outlook-internal, diary-from-outlook)
14754 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14755 New functions to import diary entries from Outlook-format
14756 appointments in mail messages.
14757
14758 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14759
14760 * progmodes/python.el (python-send-command): New fun.
14761 (python-send-region, python-load-file): Use it.
14762
14763 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14764
14765 * help-fns.el (help-C-file-name): Use new subr-name.
14766 Prepend `src/' to the file name.
14767 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14768 (describe-function-1, describe-variable): Only find a C source file
14769 name if DOC is already loaded.
14770
14771 * help-mode.el (help-function-def, help-variable-def):
14772 Use the new find-function-search-for-symbol functionality.
14773 Allow FILE to be `C-source'.
14774
14775 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14776 (find-function-C-source): New fun.
14777 (find-function-search-for-symbol): Use it.
14778
14779 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14780
14781 * progmodes/sql.el (sql-product-alist): Rename variable
14782 `sql-product-support'. Add Postgres login parameters.
14783 (sql-set-product, sql-product-feature): Update with renamed variable.
14784 (sql-connect-postgres): Add username prompt.
14785 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14786 Make patterns less product specific.
14787 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14788 (sql-mode-abbrev-table): Modify initialization.
14789 (sql-builtin-face): Add variable.
14790 (sql-keywords-re): Add macro.
14791 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14792 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14793 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14794 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14795 (sql-mode-linter-font-lock-keywords)
14796 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14797 (sql-mode-sybase-font-lock-keywords)
14798 (sql-mode-informix-font-lock-keywords)
14799 (sql-mode-interbase-font-lock-keywords)
14800 (sql-mode-ingres-font-lock-keywords)
14801 (sql-mode-solid-font-lock-keywords)
14802 (sql-mode-sqlite-font-lock-keywords)
14803 (sql-mode-db2-font-lock-keywords): Default to nil.
14804 (sql-product-font-lock): Always highlight ANSI keywords.
14805 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14806 (sql-send-string): Add function.
14807
14808 2004-04-29 Dave Love <fx@gnu.org>
14809
14810 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14811 (cfengine-end-of-defun): Ensure progress through buffer.
14812
14813 * info-look.el (cfengine-mode): Accept a terminal ().
14814
14815 2004-04-29 Juri Linkov <juri@jurta.org>
14816
14817 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14818 instead of isearch-yank-word-or-char. Add new key bindings for
14819 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14820 (isearch-del-char): New fun.
14821 (isearch-forward, isearch-edit-string): Update docstring.
14822 (isearch-yank-char): Doc fix.
14823 (isearch-other-meta-char): Restore point after scrolling.
14824
14825 * progmodes/compile.el (compilation-context-lines): Add nil option
14826 to disable compilation output window scrolling.
14827 (compilation-set-window): Use it.
14828
14829 * outline.el (outline-next-preface, outline-show-heading):
14830 Don't leave unhidden blank line before heading.
14831 (outline-end-of-subtree): Include last newline into subtree.
14832 (hide-entry): Leave point at beginning of heading instead of end.
14833 (outline-up-heading): Push mark for the first call of successive
14834 command calls.
14835
14836 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14837
14838 * comint.el (comint-prompt-read-only): New variable.
14839 (comint-output-filter): Implement it.
14840
14841 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14842 (ielm-prompt-internal): New variable.
14843 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14844 (ielm-send-input): Delete unused variable `buf'.
14845 (ielm-eval-input): Use `ielm-prompt-internal'.
14846 (inferior-emacs-lisp-mode): Use new variables
14847 `comint-prompt-read-only' and `ielm-prompt-internal'.
14848 Get rid of obsolete variable `directory-sep-char'.
14849 (ielm): Use `zerop'.
14850
14851 2004-04-29 John Paul Wallington <jpw@gnu.org>
14852
14853 * thumbs.el (toplevel): Require cl at compile time.
14854 Remove conditional definitions of `ignore-errors' and `caddar'
14855 because they occur at run time.
14856
14857 2004-04-28 Nick Roberts <nickrob@gnu.org>
14858
14859 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14860 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14861 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14862 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14863
14864 * progmodes/gud.el (gud-common-init): Throw an error if program is
14865 already running under gdb.
14866
14867 2004-04-28 John Paul Wallington <jpw@gnu.org>
14868
14869 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14870 (thumbs-show-image-num): Move assignment of
14871 `thumbs-current-image-filename' within scope of `i'.
14872 (thumbs-emboss-image): Don't use `evenp'.
14873
14874 2004-04-28 Richard M. Stallman <rms@gnu.org>
14875
14876 * progmodes/compile.el (compilation-context-lines): Default now 0.
14877
14878 2004-04-28 Juanma Barranquero <lektu@terra.es>
14879
14880 Use `time-less-p' from calendar/time-date.el instead of defining
14881 custom versions of it.
14882
14883 * pcomplete.el (pcomplete-time-less-p): Remove.
14884
14885 * thumbs.el (time-less-p): Remove.
14886
14887 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14888 (timeclock-generate-report): Use `time-less-p'.
14889
14890 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14891 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14892
14893 2004-04-28 Masatake YAMATO <jet@gyve.org>
14894
14895 * subr.el (remove-overlays): Make arguments optional.
14896
14897 * wid-edit.el (widget-specify-button): Put evaporate to the
14898 overlay for sample.
14899 (widget-specify-sample): Put evaporate to the overlay for sample.
14900 (widget-specify-doc): Put evaporate to the overlay for documentation.
14901
14902 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14903
14904 * info.el (info-apropos): Make it an index node. Align node names
14905 like makeinfo.
14906
14907 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14908
14909 * net/browse-url.el (browse-url-netscape-sentinel)
14910 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14911 (browse-url-epiphany-sentinel, browse-url-mosaic):
14912 Use browse-url-*-program instead of a literal program name.
14913
14914 2004-04-27 Kevin Ryde <user42@zip.com.au>
14915
14916 * eshell/em-alias.el:
14917 * eshell/em-dirs.el:
14918 * eshell/em-hist.el:
14919 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14920 features when M-x customize-group loads modules before the main
14921 eshell.el.
14922
14923 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14924
14925 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14926 either a character representation of an event or an event
14927 description list.
14928
14929 * type-break.el: Capitalise Emacs and Lisp.
14930 (type-break-good-break-interval, type-break-demo-boring-stats)
14931 (type-break-terse-messages, type-break-file-name): New defcustoms.
14932 (type-break-post-command-hook)
14933 (type-break-warning-countdown-string): Quote variable names in doc.
14934 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14935 (type-break-mode): Document type-break-good-break-interval and the
14936 "session" file. Schedule break according to the session file.
14937 Kill session file buffer on exit. Organise for save-some-buffers
14938 to always save the session file.
14939 (type-break-mode-line-message-mode, type-break-query-mode):
14940 Uppercase arguments.
14941 (type-break-file-time, type-break-file-keystroke-count, timep)
14942 (type-break-choose-file, type-break-get-previous-time)
14943 (type-break-get-previous-count): New defuns.
14944 (type-break): Avoid break querying after a completed break in the
14945 case where the query was initiated during user invocation of the
14946 break. Optional terse messages.
14947 Use type-break-good-break-interval if type-break-good-rest-interval is
14948 nil. File the break time.
14949 (type-break-schedule): New optional args for overriding the use of
14950 the current time.
14951 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14952 after a break.
14953 (type-break-check): File the keystroke count.
14954 (type-break-do-query): Prevent a second query when the break is
14955 interrupted. Optional terse message.
14956 (type-break-keystroke-reset): Record the start of a typing interval.
14957 (type-break-demo-boring): Optional terse messages. Display word
14958 per minute and keystroke counts according to
14959 type-break-demo-boring-stats.
14960
14961 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
14962
14963 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14964 directories, make sure they exist under archive-tmpdir.
14965
14966 2004-04-27 Juri Linkov <juri@jurta.org>
14967
14968 * help.el (view-emacs-news): With argument, display info for the
14969 selected version by finding it among different NEWS files, and
14970 narrowing the buffer to the selected version.
14971
14972 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14973 same-window-buffer-names.
14974 (info): New arg `buffer'. Use it. Doc fix. Read file name for
14975 non-numeric prefix argument, append the number to the buffer name
14976 for numeric prefix argument.
14977 (info-other-window): Bind same-window-regexps to nil.
14978 (Info-reference-name): Rename to Info-point-loc.
14979 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14980 and Info-find-index-name for stringy Info-point-loc.
14981 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
14982 without middle `.', but with final `.' and optional line number
14983 for it. Set Info-point-loc for index nodes.
14984 (Info-index): Remove middle `.' from index entry regexp.
14985 Modify line number regexp.
14986 (Info-index-next): Decrement line number.
14987 (info-apropos): Remove middle `.' from index entry regexp.
14988 Add optional line number regexp at the end. Add matched value
14989 for line number to the result list and insert it to the buffer.
14990 Replace match-string by match-string-no-properties.
14991 Reorder result list.
14992 (Info-fontify-node): Hide index line numbers.
14993 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14994 empty matches.
14995 (Info-follow-reference): Use `str' instead of
14996 Info-following-node-name-re.
14997 (Info-toc): Use full file names. Set Info-current-node to "Top".
14998 (Info-fontify-node): Compare file names without directory name.
14999 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15000 Set second arg of Info-extract-menu-node-name for index nodes.
15001 (info-xref-visited): Use magenta3 instead of magenta4.
15002 (Info-mode): Add info-apropos to docstring.
15003
15004 * log-view.el (log-view-diff): Replace interactive code "r"
15005 by a list to allow to call it even if region is not active.
15006
15007 * paren.el (show-paren-highlight-openparen): New var.
15008 (show-paren-function): Turn on openparen highlighting when
15009 matching forward if show-paren-highlight-openparen is non-nil.
15010
15011 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15012 the constant value 1.
15013 (completions-common-part): Expand docstring.
15014
15015 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15016
15017 2004-04-27 Kim F. Storm <storm@cua.dk>
15018
15019 * image.el (insert-sliced-image): Use line-height instead of
15020 line-spacing property on newline.
15021
15022 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15023
15024 * desktop.el (desktop-buffer-misc-data-function): Rename to
15025 desktop-save-buffer and change docstring.
15026 (desktop-buffer-modes-to-save): Delete.
15027 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15028 desktop-buffer-modes-to-save.
15029 (desktop-save): Rename desktop-buffer-misc-data-function to
15030 desktop-save-buffer and allow non-function value.
15031 (desktop-missing-file-warning): Correct docstring.
15032
15033 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15034 to desktop-save-buffer.
15035
15036 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15037 desktop-save-buffer.
15038
15039 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15040
15041 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15042
15043 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15044
15045 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15046
15047 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15048
15049 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15050 (ielm): Only go to the end of the buffer when starting a new process.
15051
15052 2004-04-25 Juanma Barranquero <lektu@terra.es>
15053
15054 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15055 mode line. Bind `inhibit-read-only' to t before modifying
15056 properties of text in the buffer.
15057 (ielm): Force point to the end of buffer, even when running ielm
15058 from inside itself.
15059
15060 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15061
15062 * info.el (info-apropos): Reset Info-complete-cache.
15063
15064 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15065
15066 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15067 Also recognize severe Irix et al. messages.
15068 (compilation-normalize-filename, compile-abbreviate-directory):
15069 Delete functions.
15070 (compilation-get-file-structure): New function inherits
15071 functionality of the two preceding ones.
15072 (compilation-internal-error-properties, compilation-fake-loc):
15073 Use it so that different paths to the same file share the same
15074 markers. Also optimize finding adjacent marker slightly.
15075
15076 2004-04-25 Kim F. Storm <storm@cua.dk>
15077
15078 * image.el (insert-sliced-image): Add line-spacing t property
15079 to newlines separating image lines.
15080
15081 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15082
15083 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15084
15085 * ielm.el (ielm-prompt-read-only): New user option.
15086 (ielm-prompt): Expand docstring to describe new behavior.
15087 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15088 mention it in the docstring.
15089
15090 2004-04-24 Andreas Schwab <schwab@suse.de>
15091
15092 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15093
15094 * diff.el (diff): Set default-directory in diff buffer.
15095
15096 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15097
15098 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15099 mail was being composed if the terminal cannot display more than
15100 one frame; instead, switch to previous frame.
15101
15102 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15103 (rmail-start-mail): Support rmail-mail-new-frame even on
15104 terminals that can display only one frame at a time.
15105
15106 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15107
15108 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15109 (checkdoc-output-font-lock-keywords): Remove error regexp.
15110 (checkdoc-output-mode-map): Remove.
15111 (checkdoc-output-mode): Derive from compilation-mode.
15112 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15113
15114 * dired.el (dired-mode-map): Add a menu entry for wdired.
15115
15116 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15117 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15118
15119 * wdired.el (wdired-mode-map): Move init into declaration.
15120 Fix `return' binding.
15121 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15122 Use force-mode-line-update.
15123 (wdired-get-filename): Use `unless'.
15124 (wdired-preprocess-files): Don't assume names have no \n and use / for
15125 dir separator.
15126 (wdired-normalize-filename): Use replace-regexp-in-string.
15127 (wdired-load-hooks): Remove.
15128 (wdired-mode-hooks): Rename to wdired-mode-hook.
15129
15130 * info-look.el: Add support for cfengine-mode.
15131 (info-lookup-setup-mode): Use dolist.
15132
15133 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15134
15135 * wdired.el: New file.
15136
15137 2004-04-23 Juanma Barranquero <lektu@terra.es>
15138
15139 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15140
15141 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15142 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15143 (pcomplete--help, pcomplete--here): Doc fixes.
15144
15145 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15146
15147 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15148 handles wrong-number-of-arguments in backend call.
15149
15150 * vc.el (vc-print-log): Likewise.
15151
15152 2004-04-20 Dave Love <fx@gnu.org>
15153
15154 * emacs-lisp/rx.el: Doc fixes.
15155 (rx-constituents): Add/extend many forms.
15156 (rx-check): Check form is a list.
15157 (bracket): Defvar.
15158 (rx-check-any, rx-any, rx-check-not): Modify.
15159 (rx-not): Simplify.
15160 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15161 (rx-kleene): Use rx-trans-forms.
15162 (rx-quote-for-set): Delete.
15163 (rx): Allow multiple args.
15164
15165 2004-04-23 Kenichi Handa <handa@m17n.org>
15166
15167 * international/mule-util.el (char-displayable-p): Simplify by
15168 using internal-char-font.
15169
15170 2004-04-23 Juanma Barranquero <lektu@terra.es>
15171
15172 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15173
15174 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15175
15176 * diff-mode.el (diff-next-error): New fun.
15177 (diff-mode): Use it.
15178
15179 * simple.el (next-error): Change arg name.
15180 Add support for the documented C-u C-x ` usage.
15181
15182 * frame.el (special-display-popup-frame, next-multiframe-window)
15183 (previous-multiframe-window): Only consider frames on same display.
15184
15185 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15186
15187 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15188 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15189
15190 2004-04-22 Kim F. Storm <storm@cua.dk>
15191
15192 * net/telnet.el (telnet): Add optional port arg.
15193
15194 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15195
15196 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15197 Minor sanity check on the `hyperlink' slot.
15198
15199 * Makefile.in (recompile): Compile new files.
15200
15201 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15202 Add byte-recompile-directory's optional `arg'.
15203
15204 * cvs-status.el (cvs-tree-use-charset): New var.
15205 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15206 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15207 (cvs-status-cvstrees): Use it.
15208
15209 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15210 Make it a normal major mode.
15211 (checkdoc-buffer-label): Make sure the file name is meaningful.
15212 (checkdoc-output-to-error-buffer): Remove.
15213 (checkdoc-error, checkdoc-start-section): Rewrite.
15214
15215 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15216 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15217 (Info-title-4-face): Use new syntax.
15218 (info-xref-visited): Inherit from info-xref.
15219
15220 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15221
15222 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15223
15224 * simple.el (next-error-last-buffer, next-error-function):
15225 New variables for the next-error framework.
15226 (next-error-buffer-p): New function.
15227 (next-error-find-buffer): Generalize compilation-find-buffer.
15228 (next-error, previous-error, first-error, next-error-no-select)
15229 (previous-error-no-select): Move from compile.el.
15230
15231 * replace.el (occur-next-error, occur-1): Hook into the next-error
15232 framework.
15233
15234 * progmodes/compile.el (compilation-start):
15235 Set next-error-last-buffer so next-error knows where to jump.
15236 (compilation-setup): Set the buffer-local variable
15237 next-error-function to 'compilation-next-error-function.
15238 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15239 alternate way to find if a buffer is a compilation buffer, for
15240 next-error convenience.
15241 (next-error-no-select, previous-error-no-select, next-error)
15242 (previous-error, first-error): Move to simple.el.
15243 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15244 (compilation-last-buffer): Remove.
15245 (compilation-start, compilation-next-error, compilation-setup)
15246 (compilation-next-error-function, compilation-find-buffer):
15247 Remove compilation-last-buffer use.
15248
15249 2004-04-21 Juanma Barranquero <lektu@terra.es>
15250
15251 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15252 (font-lock-warning-face): Fix spacing.
15253
15254 * makefile.w32-in (WINS): Add url/ directory.
15255
15256 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15257
15258 * desktop.el (desktop-buffer-mode-handlers): New variable.
15259 Alist of major mode specific functions to restore a desktop buffer.
15260 (desktop-buffer-handlers): Make variable obsolete.
15261 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15262 Catch errors signaled in handlers. Update buffer count.
15263 Evaluate desktop-buffer-point.
15264 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15265 move to dired.el.
15266 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15267 move to info.el.
15268 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15269 move to mail/rmail.el.
15270 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15271 to mh-e/mh-e.el.
15272 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15273 On fail, print message (to message buffer) even if
15274 desktop-missing-file-warning is nil.
15275 (desktop-buffer-misc-data-function): New buffer local variable.
15276 Function returning major mode specific data.
15277 (desktop-buffer-misc-functions): Make variable obsolete.
15278 (desktop-save): Use desktop-buffer-misc-data-function.
15279 (desktop-buffer-dired-misc-data): Rename to
15280 dired-desktop-buffer-misc-data and move to dired.el.
15281 (desktop-buffer-info-misc-data): Rename to
15282 Info-desktop-buffer-misc-data and move to info.el.
15283 (desktop-read): Add message about number of buffers restored/failed.
15284
15285 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15286 Add parameters. Pause to display error only when
15287 desktop-missing-file-warning is non-nil.
15288 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15289 (dired-mode): Bind desktop-buffer-misc-data-function.
15290
15291 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15292 Add Parameters.
15293 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15294 (Info-mode): Bind desktop-buffer-misc-data-function.
15295
15296 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15297 Add Parameters.
15298
15299 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15300 Add Parameters.
15301
15302 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15303
15304 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15305 the case of letters in case-insensitive expansions when the
15306 abbrev is preceded by characters with letter syntax.
15307
15308 2004-04-21 Richard M. Stallman <rms@gnu.org>
15309
15310 * progmodes/cperl-mode.el (cperl-putback-char):
15311 Delete Emacs 18 definition.
15312
15313 * international/mule.el (ctext-post-read-conversion):
15314 Use assoc-string, not assoc-ignore-case.
15315
15316 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15317
15318 * emacs-lisp/easymenu.el (easy-menu-add):
15319 Do call x-popup-menu, but only if it's defined.
15320
15321 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15322
15323 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15324 Handle multiple args: compile like progn.
15325
15326 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15327 take all args as &rest arg.
15328
15329 * autoinsert.el (auto-insert-alist): Insert the user's name in
15330 copyright notice, rather than Free Software Foundation.
15331
15332 2004-04-21 Kenichi Handa <handa@m17n.org>
15333
15334 * descr-text.el (describe-char): Make it work on *Help* buffer.
15335
15336 2004-04-21 Kim F. Storm <storm@cua.dk>
15337
15338 * image.el (insert-image): Add optional SLICE arg.
15339 (insert-sliced-image): New defun.
15340
15341 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15342
15343 * subr.el (read-number): Check whether `default' is nil.
15344
15345 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15346
15347 * progmodes/compile.el (compilation-error-properties):
15348 Split into two.
15349 (compilation-internal-error-properties): New one.
15350 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15351
15352 2004-04-20 Richard M. Stallman <rms@gnu.org>
15353
15354 * window.el (split-window-save-restore-data):
15355 Don't update the data if OLD-INFO is nil.
15356
15357 * view.el (view-return-to-alist): Mark it permanent local.
15358
15359 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15360
15361 * recentf.el (recentf-save-list): Catch and warn about errors.
15362
15363 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15364 so "Buffers" won't be pure.
15365
15366 * help-mode.el (help-mode-finish): Set help-return-alist first
15367 thing, setting only the entry for the selected window.
15368
15369 * help-fns.el (describe-function-1): If many non-control non-meta
15370 keys run the command, don't list all of them.
15371
15372 2004-04-20 Juanma Barranquero <lektu@terra.es>
15373
15374 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15375 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15376
15377 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15378
15379 2004-04-20 Kenichi Handa <handa@m17n.org>
15380
15381 * international/quail.el (quail-lookup-key): New optional arg
15382 NOT-RESET-INDICES.
15383 (quail-get-translations): Call quail-lookup-key with
15384 NOT-RESET-INDICES t.
15385 (quail-completion): Likewise.
15386 (quail-lookup-map-and-concat): Likewise.
15387
15388 2004-04-20 Kenichi Handa <handa@m17n.org>
15389
15390 * international/quail.el (quail-update-translation): Don't insert
15391 such an unsupported multibyte char in a unibyte buffer.
15392
15393 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15394
15395 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15396 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15397 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15398 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15399 (gdb-frame-assembler-buffer): Improve behaviour with
15400 multiple frames.
15401 (gdb-display-buffer): Extend search to all visible frames.
15402
15403 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15404
15405 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15406 characters left after base64 decoding.
15407 (rmail-decode-region): Use -dos variety of `coding', to remove any
15408 ^M characters left after qp or base64 decoding.
15409
15410 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15411
15412 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15413 messages.
15414
15415 2004-04-19 Stephen Eglen <stephen@gnu.org>
15416
15417 * add-log.el (add-change-log-entry): Update doc string to mention
15418 add-log-full-name and add-log-mailing-address.
15419
15420 2004-04-18 Juri Linkov <juri@jurta.org>
15421
15422 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15423 (Info-find-node-2): Simplify error message.
15424 (Info-insert-dir): Use Info-following-node-name.
15425 (Info-goto-node): Remove *info-history* and *info-toc*.
15426 (Info-history): Create a node of the virtual history file.
15427 (Info-toc): Create a node of the virtual toc file.
15428 (Info-insert-toc): New arg `curr-file' for reference file names.
15429 (info-apropos): Remove redundant var binding for temp-file.
15430 (Info-index, Info-index-next, Info-mode): Doc fix.
15431 (Info-goto-emacs-command-node): Don't jump to *info* from
15432 non-*info* Info buffers.
15433 (Info-fontify-node): Don't show the file name of external
15434 references if `Info-hide-note-references' is `hide'. Don't hide
15435 newlines at the end of paragraphs.
15436
15437 * international/mule-diag.el (list-input-methods):
15438 Fix args to help-xref-button.
15439
15440 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15441 to put into effect local variables from TUTORIAL files.
15442
15443 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15444 with default value taken from the variable `sentence-end'.
15445 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15446 Add nil const to :type.
15447 (sentence-end-without-period, sentence-end-double-space)
15448 (sentence-end-without-space): Doc fix.
15449
15450 * textmodes/paragraphs.el (forward-sentence):
15451 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15452 (fill-delete-newlines):
15453 * progmodes/cc-cmds.el (c-beginning-of-statement):
15454 Use function `sentence-end' instead of variable `sentence-end'.
15455
15456 2004-04-18 Andreas Schwab <schwab@suse.de>
15457
15458 * progmodes/compile.el (compilation-start): Set window start to
15459 point-min if compilation-scroll-output is nil.
15460
15461 2004-04-18 John Wiegley <johnw@newartisans.com>
15462
15463 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15464
15465 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15466
15467 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15468 (gdb-info-breakpoints-custom): Revert previous change.
15469 (gdb-view-assembler): Update assembler if necessary.
15470 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15471 (gdb-display-source-buffer): Update properly when both source and
15472 assembler are visible.
15473
15474 2004-04-17 John Wiegley <johnw@newartisans.com>
15475
15476 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15477 which limits the number of names shown in the minibuffer. Off by
15478 default.
15479 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15480 up iswitchb for users with a multitude of open buffers by showing
15481 only the first and last N/2 buffers in the completion list (which
15482 is enough to aid C-s/C-r, and to know that more characters are
15483 needed to refine the completion list).
15484
15485 2004-04-17 Richard M. Stallman <rms@gnu.org>
15486
15487 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15488 (file-truename): Expand all ~ constructs directly.
15489 (insert-directory): Delete any error msg output by the
15490 `insert-directory-program'.
15491
15492 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15493 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15494 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15495 (allout-init): Use find-file-hook, not find-file-hooks.
15496 (allout-mode): Eliminate Emacs 18 support.
15497 Use write-contents-functions, not local-write-file-hooks.
15498
15499 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15500
15501 * progmodes/compile.el (compilation-error-properties): Fix for
15502 adding messages when there are already markers for their file.
15503 (compilation-fake-loc): New function.
15504
15505 2004-04-16 Dave Love <fx@gnu.org>
15506
15507 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15508 (python-load-file): Fix python-orig-start setting.
15509
15510 * progmodes/compile.el: Doc fixes.
15511 (compilation-error-regexp-alist-alist)
15512 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15513 (compilation-assq): Wrap in eval-when-compile.
15514 (compilation-mode-font-lock-keywords): Don't use list*.
15515 (compilation-start): Avoid warning.
15516 (compilation-compat-error-properties)
15517 (compilation-directory-properties): Add keymap property.
15518 (compilation-parsing-end): Make it a marker for better compatibility.
15519
15520 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15521
15522 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15523
15524 * xml.el: Doc fixes.
15525 (xml-get-children): Only looks at sub-tags and ignore strings.
15526
15527 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15528
15529 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15530
15531 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15532
15533 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15534
15535 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15536
15537 * vc.el (vc-print-log): Likewise.
15538
15539 2004-04-16 Masatake YAMATO <jet@gyve.org>
15540
15541 * simple.el (completion-setup-function): Set an initial value
15542 to `element-common-end' before entering loop. Set a value
15543 to `element-common-end' at the end of loop.
15544 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15545 (completions-common-part): Rename from completion-de-emphasis.
15546 (completions-first-difference): Rename from completion-emphasis.
15547 Suggested by RMS.
15548
15549 2004-04-16 Juanma Barranquero <lektu@terra.es>
15550
15551 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15552 (bookmark-edit-annotation-mode): Add mode name.
15553
15554 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15557 for nested conflict markers.
15558 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15559
15560 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15561
15562 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15563
15564 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15565
15566 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15567
15568 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15569 Give a backtrace if requested.
15570
15571 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15572
15573 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15574 Remove unused functions.
15575 (python-orig-start-line, python-orig-file): Remove.
15576 (python-orig-start): New var.
15577 (python-input-filter, python-compilation-line-number)
15578 (python-send-region, python-load-file): Use it.
15579
15580 * info.el (info): Always jump to *info*.
15581
15582 * subr.el (posn-set-point): New function.
15583
15584 * mouse.el (mouse-set-point): Use it.
15585
15586 * progmodes/compile.el (compile-goto-error): Use it.
15587 (compilation-button-map): New keymap.
15588 (compilation-error-properties): Use it.
15589 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15590
15591 * smerge-mode.el (smerge-popup-context-menu): Use it.
15592
15593 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15594 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15595 mouse and non-mouse case.
15596
15597 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15598 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15599
15600 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15601 Make it work for non-mouse events.
15602
15603 * pcvs-info.el (cvs-status-map): Update binding name.
15604
15605 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15606
15607 * xml.el (xml-maybe-do-ns): New function to handle namespace
15608 parsing of both attribute and element names.
15609 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15610 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15611 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15612 (xml-parse-attlist): Make it do its own namespace parsing.
15613
15614 2004-04-14 Dave Love <fx@gnu.org>
15615
15616 * progmodes/python.el (run-python): Fix use of \n.
15617 (python-load-file): Remove `try' from Python fragment.
15618 (python-describe-symbol): Fix message.
15619
15620 * comint.el: Doc fixes.
15621 (comint-last-input-start, comint-last-input-end)
15622 (comint-last-output-start): Give them values.
15623 (comint-arguments): Avoid warning.
15624 (comint-skip-prompt): Use line-end-position.
15625 (comint-backward-matching-input): Rename arg to agree with doc.
15626 (comint-extract-string): Use syntax-ppss.
15627 (comint-dynamic-simple-complete): Delete useless list construction.
15628 (comint-redirect-subvert-readonly): New.
15629 (comint-redirect-preoutput-filter): Use it.
15630
15631 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15632 Correctly handle negative arguments when calling hook functions.
15633
15634 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15635
15636 * info.el (info-apropos): Don't clobber Info-history-list.
15637
15638 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15639
15640 * progmodes/compile.el (compilation-setup):
15641 Localize overlay-arrow-position.
15642 (compilation-sentinel): Restructure code equivalently.
15643 (compilation-next-error): Find message on same line after point if
15644 not found before point.
15645 (compile-mouse-goto-error): Restore function so that compilation
15646 buffer need not be current and use compile-goto-error.
15647 (compile-goto-error): Restore function.
15648 (next-error): Set overlay-arrow-position.
15649 (compilation-forget-errors): Don't localize already local
15650 compilation-locs and remove FIXME about refontifying.
15651
15652 2004-04-14 Kim F. Storm <storm@cua.dk>
15653
15654 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15655 (command-line): New option -Q. Like -q --no-site-file, but
15656 in addition it also disables menu-bar, tool-bar, scroll-bars,
15657 tool-tips, and the blinking cursor.
15658 (command-line-1): Skip startup screen if -Q.
15659 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15660
15661 * emulation/cua-base.el (cua-read-only-cursor-color)
15662 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15663
15664 2004-04-13 Dave Love <fx@gnu.org>
15665
15666 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15667 (syntax): Don't require.
15668 (python) <defgroup>: Add :version.
15669 (python-quote-syntax): Re-written.
15670 (inferior-python-mode): Move stuff here from run-python and add
15671 some more.
15672 (python-preoutput-continuation, python-preoutput-result)
15673 (python-dotty-syntax-table): New.
15674 (python-describe-symbol): Use them.
15675 (run-python): Move stuff to inferior-python-mode. Modify code
15676 loaded into Python.
15677 (python-send-region): Use python-proc, python-send-string.
15678 (python-send-string): Send newlines too. Callers changed.
15679 (python-load-file): Re-written.
15680 (python-eldoc-function): New.
15681 (info-look): Don't require.
15682 (python-after-info-look): New. A modified version of former
15683 top-level code for use with eval-after-load.
15684 (python-maybe-jython, python-guess-indent): Use widened buffer.
15685 (python-fill-paragraph): Re-written.
15686 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15687 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15688
15689 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15690
15691 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15692 Set compilation-error-regexp-alist earlier.
15693
15694 * progmodes/compile.el (compilation-minor-mode-map)
15695 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15696 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15697
15698 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15701 corresponding to the event.
15702
15703 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15704
15705 * loadup.el: Add cygwin to system-type list, for unexec() support.
15706
15707 2004-04-12 John Paul Wallington <jpw@gnu.org>
15708
15709 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15710 (ibuffer-restore-window-config-on-quit): New variable to replace
15711 `ibuffer-delete-window-on-quit'. Update all references.
15712 (ibuffer-prev-window-config): New variable.
15713 (ibuffer-quit): Restore previous window configuration instead of
15714 deleting window.
15715 (ibuffer): Save window configuration before showing Ibuffer buffer.
15716
15717 * help.el (describe-mode): Doc fix.
15718
15719 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15722 not to treat nil as a function.
15723
15724 * vc-arch.el (vc-arch-root): Be a bit more careful.
15725 (vc-arch-register): Save the buffer if we modified it.
15726 (vc-arch-delete-rej-if-obsolete): Save excursion.
15727 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15728 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15729
15730 * net/ldap.el (ldap-search): Use list*.
15731
15732 2004-04-12 Juri Linkov <juri@jurta.org>
15733
15734 * info.el (Info-follow-reference): Allow multiline reference name.
15735
15736 2004-04-11 Dave Love <fx@gnu.org>
15737
15738 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15739
15740 * progmodes/python.el: New file.
15741
15742 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15743
15744 * vc-hooks.el (vc-arg-list): Function removed.
15745 (vc-default-workfile-unchanged-p): Use condition-case to check for
15746 backward compatibility.
15747
15748 * vc.el (vc-print-log): Use condition-case to check for backward
15749 compatibility.
15750
15751 2004-04-11 Juri Linkov <juri@jurta.org>
15752
15753 * dired.el (dired-faces): New defgroup.
15754 (dired-header, dired-mark, dired-marked, dired-flagged)
15755 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15756 New faces.
15757 (dired-header-face, dired-mark-face, dired-marked-face)
15758 (dired-flagged-face, dired-warning-face, dired-directory-face)
15759 (dired-symlink-face, dired-ignored-face): New face variables.
15760 (dired-font-lock-keywords): Use them instead of font-lock faces.
15761 Split the rule for dired marks into 3 separate rules: for marks,
15762 marked file names and flagged file names.
15763
15764 * help-mode.el (help-make-xrefs): Add a final newline to the
15765 *Help* buffer.
15766
15767 2004-04-11 John Paul Wallington <jpw@gnu.org>
15768
15769 * replace.el (occur-engine): Distinguish between one and several
15770 matches in the matches per buffer heading.
15771
15772 2004-04-11 Kim F. Storm <storm@cua.dk>
15773
15774 * ido.el (ido-confirm-unique-completion): New defcustom.
15775 (ido-complete): Use it.
15776 (ido-write-file): Set it to t unconditionally.
15777
15778 2004-04-10 Miles Bader <miles@gnu.org>
15779
15780 RCS keyword removal (only non-comment changes are enumerated here):
15781
15782 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15783 (byte-compile-insert-header): Don't use `byte-compile-version'.
15784 * forms.el (forms-version): Variable removed.
15785 (forms-mode): Don't use `forms-version'.
15786 * recentf.el (recentf-version): Variable removed.
15787 * progmodes/delphi.el (delphi-version): Variable removed.
15788 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15789
15790 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15791
15792 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15793
15794 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15795
15796 * info.el (info-apropos): Improve menu item regexp.
15797
15798 2004-04-09 Simon Josefsson <jas@extundo.com>
15799
15800 * mail/smtpmail.el: Add comment, based on report by
15801 kdc@rcn.com (Kevin D. Clark).
15802
15803 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15806 Redo one more thing that I didn't notice Daniel had undone.
15807
15808 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15809
15810 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15811 (gdb-goto-breakpoint, gdb-display-buffer)
15812 (gdb-display-source-buffer, gdb-view-source-function)
15813 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15814 (gdb-source-info, gdb-frame-handler): Don't specify a window
15815 for display.
15816 (gdb-info-breakpoints-custom): Remove superfluous update of
15817 assembler buffer.
15818 (gdb-many-windows): Make settable outside gdb.
15819
15820 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15821
15822 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15823 Derive from fundamental-mode rather than text-mode.
15824
15825 2004-04-08 Juri Linkov <juri@jurta.org>
15826
15827 * info.el (Info-history): Doc fix.
15828 (Info-history-list): New var.
15829 (info-xref): Change magenta4 to blue, remove bold for dark and
15830 light backgrounds, change bold to underline for non-color classes.
15831 (info-xref-visited): New face.
15832 (Info-fontify-visited-nodes): New custom.
15833 (Info-hide-note-references): Add new value `hide'. Doc fix.
15834 (Info-reference-name): New var.
15835 (Info-selection-hook): New custom.
15836 (Info-edit-mode-hook): New var.
15837 (Info-find-file): New fun.
15838 (Info-find-node): Move part of code to Info-find-file.
15839 (Info-find-node-2): Add anchors to Info-history-list. Move point
15840 to the place with the reference name if name is defined.
15841 (Info-select-node): Add current node to Info-history-list.
15842 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15843 (Info-search-whitespace-regexp): New custom.
15844 (Info-search-case-fold): New var.
15845 (Info-search): Add "case-sensitively" to the prompt.
15846 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15847 (Info-search-case-sensitively, Info-search-next): New fun.
15848 (Info-up): Move point to the menu item of the current node.
15849 (Info-history): New fun. Add *info-history* to
15850 same-window-buffer-names.
15851 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15852 (Info-insert-toc): New fun.
15853 (Info-build-toc): New fun.
15854 (Info-follow-reference): Add new arg `fork'. Doc fix.
15855 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15856 with the same name prefer the reference closest to point.
15857 (Info-next-reference): Replace * by + in the *Note regexp.
15858 Add regexp for http:// and ftp://. Skip the *Note prefix.
15859 (Info-prev-reference): Replace * by + in the *Note regexp.
15860 Add regexp for http:// and ftp://. Skip the *Note prefix.
15861 (Info-follow-nearest-node): Add new arg `fork'.
15862 (Info-try-follow-nearest-node): Add new arg `fork'.
15863 Call browse-url for http:// and ftp:// references.
15864 Set Info-reference-name for index entries.
15865 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15866 Info-search-next, Info-history, Info-toc, clone-buffer.
15867 (Info-menu-update): Replace * by + in the *Note regexp.
15868 (Info-mode): Add documentation for Info-history, Info-toc,
15869 Info-search-case-sensitively, Info-search-next, clone-buffer.
15870 (Info-fontify-menu-headers): Remove fun. Move code to
15871 Info-fontify-node.
15872 (Info-fontify-node): Add docstring. Add local vars
15873 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15874 then fontify header line, titles, menu headers, http and ftp
15875 references, refill paragraphs. If not-fontified-p is t or
15876 fontify-visited-p is t then fontify cross references, menu items.
15877 Fontify menu headers. Fontify http and ftp references.
15878 Change regexp for cross references to require whitespace after *Note,
15879 add matching groups for file and node names. Remove hack for quote.
15880 Use display property for Info-hide-note-references=t. Use fifth
15881 or fourth match for help-echo. Display visited nodes in a
15882 different face. Unhide file names of external references.
15883 Unhide newlines. Display visited menu items in a different face.
15884
15885 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15886
15887 * progmodes/compile.el: Require CL.
15888 (compilation-mode-font-lock-keywords): Re-install the "line as
15889 function" patch.
15890
15891 * help-fns.el (help-C-source-directory): New var.
15892 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15893 (describe-function-1, describe-variable): Use them.
15894
15895 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15896 to C source files specially.
15897
15898 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15899
15900 * info.el (Info-hide-cookies-node): New function.
15901 (Info-select-node): Use it.
15902 (Info-display-images-node): Remove message with image file name.
15903
15904 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15905
15906 * progmodes/compile.el (compilation-warning-face)
15907 (compilation-info-face, compilation-skip-threshold)
15908 (compilation-skip-visited, compilation-context-lines):
15909 Declare :version when added to Emacs.
15910 (compilation-error-regexp-alist-alist): Extend caml and irix.
15911 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15912 (compilation-mode-font-lock-keywords): Temporarily undo line as
15913 function patch, which wasn't ready.
15914
15915 2004-04-07 Kenichi Handa <handa@m17n.org>
15916
15917 * international/latin1-disp.el (latin1-display-setup): Check each
15918 character is displayable or not instead of calling
15919 latin1-display-check-font.
15920
15921 2004-04-06 Kenichi Handa <handa@m17n.org>
15922
15923 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15924 New variable.
15925 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15926 instead of sera-being-called-by-w3.
15927 (ethio-fidel-to-sera-buffer): Likewise.
15928 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15929 instead of sera-being-called-by-w3.
15930 (ethio-write-file): Likewise.
15931
15932 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15933
15934 * printing.el: Doc fix.
15935
15936 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15937
15938 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15939 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15940 (gdb-setup-windows): Only use separate IO buffer if required.
15941
15942 2004-04-06 Kim F. Storm <storm@cua.dk>
15943
15944 * term.el (term-is-xemacs): Remove.
15945 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15946 (term-window-width): New function.
15947 (term-mode, term-check-size): Use it.
15948 (term-mode): Disable overflow-newline-into-fringe in term buffer.
15949
15950 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
15951
15952 * cus-edit.el (custom-add-parent-links): Change unbound variable
15953 `symbol' to `name'.
15954
15955 2004-04-05 Jesper Harder <harder@ifa.au.dk>
15956 * info.el (info-apropos): New function.
15957 (Info-mode-menu): Add it.
15958 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15959
15960 * help-mode.el (help-make-xrefs): Recognize aliased variable with
15961 inherited docstring.
15962
15963 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15964
15965 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15966
15967 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15968
15969 * progmodes/compile.el (font-lock): Don't require any more.
15970 (compilation-error-properties, compilation-start, compilation-sentinel)
15971 (compilation-filter, next-error): Use with-current-buffer.
15972 (compilation-skip-to-next-location, compilation-skip-threshold)
15973 (compilation-skip-visited): Move to silence the byte-compiler.
15974 (compilation-setup): Simplify.
15975 (compilation-next-error): Use line-(beginning|end)-position.
15976 Make sure `pt' is non-nil before using compilation-loop.
15977 (compile-goto-error): Add optional event arg. Use it.
15978 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15979 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15980 Update the binding for mouse-2.
15981 (first-error): Set compilation-current-error to nil rather than bob.
15982 (compilation-parsing-end, compilation-parse-errors-function)
15983 (compilation-error-list, compilation-old-error-list):
15984 "New" compatibility variables.
15985 (compile-buffer-substring, compilation-compat-error-properties)
15986 (compilation-compat-parse-errors, compilation-forget-errors):
15987 New compatibility functions.
15988 (compilation-mode-font-lock-keywords): Use them.
15989
15990 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
15991
15992 * autorevert.el (auto-revert-handler): If point (or a window
15993 point) is at the end of the buffer, keep it there after
15994 reverting. This allows to tail a file.
15995 Mention this in the `Commentary'.
15996
15997 * format.el (format-write-file): Add optional argument CONFIRM
15998 and make it behave like the analogous argument to `write-file'.
15999
16000 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16001
16002 * progmodes/ebnf2ps.el: Doc fix.
16003 (ebnf-version): New version number (4.2).
16004 (ebnf-syntax): Customization and docstring fix.
16005 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16006 Put autoloaded funs before first use.
16007 (ebnf-style-database): Add dtd entry.
16008 (ebnf-syntax-alist): Add dtd initialization.
16009 (ebnf-token-sequence): New fun.
16010 (ebnf-comment-table): Add new comment action character.
16011 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16012
16013 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16014 Type Definition for XML).
16015
16016 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16017 * progmodes/ebnf-bnf.el (ebnf-sequence):
16018 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16019 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16020 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16021 Code simplification: call ebnf-token-sequence.
16022
16023 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16024
16025 * calendar/timeclock.el (timeclock-relative)
16026 (timeclock-get-project-function, timeclock-get-workday-function)
16027 (timeclock-query-out, timeclock-when-to-leave)
16028 (timeclock-when-to-leave-string, timeclock-log-data)
16029 (timeclock-generate-report, timeclock-in): Doc fixes.
16030
16031 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16032
16033 * url/: New dir. Import the URL package from its repository.
16034
16035 2004-04-03 Andreas Schwab <schwab@suse.de>
16036
16037 * diff-mode.el (diff-mode): Fix missing quote.
16038
16039 2004-04-03 Juri Linkov <juri@jurta.org>
16040
16041 * descr-text.el (describe-property-list): Add `font-lock-face'.
16042
16043 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16044
16045 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16046
16047 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16048 Use utf-16le on little endian machines and utf-16be otherwise.
16049
16050 2004-04-02 David Kastrup <dak@gnu.org>
16051
16052 * net/browse-url.el (browse-url-generic): Use call-process
16053 instead of start-process to allow browsers that fork and detach.
16054
16055 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16056
16057 * compile.el (compilation-current-error): New var.
16058 (compilation-setup, compile-mouse-goto-error)
16059 (compile-goto-error, next-error): Use it.
16060 (compilation-skip-to-next-location): Default to t, which gives
16061 contiguous skipping like old compile (where this was redundant).
16062 (compilation-next-error): Prevent previous-* commands from moving
16063 back to message at or just before point.
16064
16065 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16066
16067 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16068 (gdb-source-info): Don't display source at startup, if required.
16069 (gdb-show-main): New option.
16070 (gdba): Update documentation.
16071 (gdb-source): Cover case of auto-display output.
16072
16073 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16074
16075 * autorevert.el: Delete obsolete autoload's and defvar's.
16076 (auto-revert-check-vc-info): New user option.
16077 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16078 (auto-revert-handler-vc): Delete.
16079 (auto-revert-handler): Treat return value `fast' of
16080 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16081
16082 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16083 return `fast'.
16084
16085 * files.el (buffer-stale-function): Doc change.
16086
16087 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16088
16089 * printing.el: New tip on Tips section.
16090 (pr-version): New version number (6.7.4).
16091 (pr-shell-file-name): Initialization fix.
16092
16093 2004-03-31 Juri Linkov <juri@jurta.org>
16094
16095 * dired.el: Add autoload for `dired-do-touch'.
16096 (dired-touch-program): New var.
16097 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16098 (dired-no-confirm): Add `touch' to docstring.
16099
16100 * dired-aux.el (dired-do-touch): New fun.
16101 (dired-do-chxxx): Add argument -t for touch operation.
16102
16103 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16104 `dired-move-to-filename-regexp'.
16105
16106 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16107
16108 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16109
16110 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16111
16112 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16113 and only if the buffer was modified.
16114
16115 2004-03-30 Kenichi Handa <handa@m17n.org>
16116
16117 * international/characters.el: Delete pairs for U+2308..U+230B.
16118
16119 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16120
16121 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16122 to detect the beginning of a level 2 or 3 annotation.
16123
16124 2004-03-29 Kenichi Handa <handa@m17n.org>
16125
16126 * international/ucs-tables.el (ucs-insert): Fix the error message.
16127
16128 2004-03-29 Kenichi Handa <handa@m17n.org>
16129
16130 * international/mule-util.el (char-displayable-p): Fix generation
16131 of XLFD file name.
16132
16133 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16134 before finding directories by `find'.
16135
16136 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16137
16138 * subr.el (interactive-form): Delete. Now implemented in C.
16139
16140 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16141
16142 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16143 (vc-diff-label): New fun.
16144 (vc-diff-internal): Use it.
16145
16146 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16147
16148 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16149
16150 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16151
16152 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16153 specify XML (EBNFX).
16154
16155 * progmodes/ebnf2ps.el: Doc fix.
16156 (ebnf-version): New version number (4.1).
16157 (ebnf-syntax): Adjust customization.
16158 (ebnf-style-database): Add ebnfx entry.
16159 (ebnf-syntax-alist): Add ebnfx initialization.
16160 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16161
16162 * printing.el: Doc fix.
16163 (pr-version): New version number (6.7.3).
16164 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16165 returns nil for mouse position. Reported by Drew Adams
16166 <drew.adams@oracle.com>.
16167 (pr-update-menus): Modify interactive declaration. Reported by Drew
16168 Adams <drew.adams@oracle.com>.
16169
16170 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16171
16172 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16173 (gud-gdba-marker-filter): Log the process input and output, if
16174 required. From Stefan Monnier.
16175 (gdb-debug-log, gdb-enable-debug-log): New variables.
16176 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16177
16178 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16179
16180 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16181 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16182
16183 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16184
16185 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16186 Call vc-find-file-hook here instead of in auto-revert-buffers.
16187 (auto-revert-buffers): Delete call to vc-find-file-hook.
16188 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16189 (global-auto-revert-mode, auto-revert-set-timer)
16190 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16191
16192 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16193
16194 * woman.el (woman-change-fonts): Rename local variable
16195 woman-font-alist to font-alist to avoid a compiler warning.
16196
16197 2004-03-27 Dave Love <fx@gnu.org>
16198
16199 * emacs-lisp/rx.el (rx): Doc fix.
16200 Fix copyright years.
16201
16202 * strokes.el (strokes-global-set-stroke-string): New function.
16203 (strokes-list-strokes): Cope with strings, not just commands.
16204 Set foreground colour of image.
16205 (strokes-global-set-stroke): Doc fix.
16206
16207 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16208
16209 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16210 Auto Revert mode.
16211 (Buffer-menu-files-only): New variable.
16212 (Buffer-menu-toggle-files-only): New function.
16213 (Buffer-menu-mode-map): Bind it to `T'.
16214 (Buffer-menu-mode): Mention `T' in docstring.
16215 Set buffer-stale-function.
16216 (list-buffers-noselect): Mark buffer non-modified and set
16217 Buffer-menu-files-only.
16218
16219 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16220
16221 * autorevert.el (auto-revert-handler): Print revert message
16222 before, rather than after, reverting.
16223 (buffer-stale-function): Move to files.el.
16224
16225 * files.el (buffer-stale-function): Move here from autorevert.el.
16226
16227 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16228
16229 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16230
16231 * calc/calc.el (calc-mode-map): Use mapc.
16232
16233 * apropos.el (apropos-mode): Don't autoload.
16234 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16235 (apropos): Use it.
16236 (apropos-print): Add optional `text' argument.
16237 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16238 Don't assume point-min == 1.
16239
16240 * bs.el (bs-buffer-list): Use buffer-local-value.
16241 (bs--set-toggle-to-show): Use with-current-buffer.
16242
16243 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16244 New funs.
16245 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16246
16247 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16248
16249 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16250 (dabbrev--find-expansion): Use pop.
16251 (dabbrev--search): Use match-string-no-properties.
16252
16253 * dired.el (dired-mode): Use run-mode-hooks.
16254 (dired-move-to-end-of-filename): Use match-string.
16255
16256 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16257 is bound before using it.
16258 (ediff-verbose-p): Make it into a var since it's not constant.
16259
16260 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16261
16262 * faces.el (read-face-font): Don't cons up unnecessarily.
16263 (header-line, tool-bar): Share common parts.
16264
16265 * files.el (file-relative-name): Use compare-strings.
16266
16267 * finder.el (finder-mode): Follow coding convention.
16268
16269 * subr.el (read-number): New function.
16270
16271 * ses.el (ses-read-number): Move to subr.el.
16272 (ses-set-header-row): Use read-number.
16273
16274 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16275
16276 * vc-hooks.el (vc-arg-list): New function, which handles both
16277 compiled and uncompiled code.
16278 (vc-default-workfile-unchanged-p): Use it.
16279
16280 * vc.el (vc-print-log): Undo prev change, use new function
16281 vc-arg-list from vc-hooks.el.
16282
16283 2004-03-26 Masatake YAMATO <jet@gyve.org>
16284
16285 * simple.el (completion-setup-function): Emphasize the
16286 first uncommon characters in the completions; and de-emphasize
16287 the common prefix substrings.
16288 (completion-emphasis): New face.
16289 (completion-de-emphasis): New face.
16290
16291 2004-03-25 Juanma Barranquero <lektu@terra.es>
16292
16293 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16294 Comment out (it's unused and unfinished code).
16295
16296 2004-03-25 Sam Steingold <sds@gnu.org>
16297
16298 * vc.el (vc-print-log): Fix a bug in the last patch:
16299 backend-function may be a byte-compiled object, not a lambda.
16300
16301 2004-03-25 Juri Linkov <juri@jurta.org>
16302
16303 * descr-text.el (describe-property-list): Add a button
16304 for `face' property that calls `describe-face'.
16305 Suggested by luis fernandes <elf@ee.ryerson.ca>
16306
16307 * international/mule.el (keyboard-coding-system):
16308 * kmacro.el (kmacro-call-macro): Fix docstring.
16309
16310 * dired.el: Fix comments.
16311
16312 * textmodes/fill.el (fill): Fix Info link.
16313
16314 * font-lock.el (fast-lock, lazy-lock):
16315 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16316 Info node.
16317
16318 * eshell/eshell.el (eshell): Fix broken info-link.
16319
16320 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16321 * eshell/em-banner.el (eshell-banner):
16322 * eshell/em-smart.el (eshell-smart):
16323 * eshell/esh-cmd.el (eshell-cmd):
16324 Comment out broken info-links to incomplete Info manual.
16325
16326 * info-xref.el: Fix commentary.
16327
16328 2004-03-25 Kevin Ryde <user42@zip.com.au>
16329
16330 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16331 Remove spurious node duplicate suppression, doesn't work, not wanted.
16332 (info-xref-output): Take format style args, add "sit-for 0" to let
16333 user see the results as they progress.
16334 (info-xref-check-all-custom): New function.
16335
16336 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16337
16338 * gdb-ui.el: Moved to progmodes.
16339
16340 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16343
16344 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16345
16346 * calendar/appt.el (appt-check): Remove superfluous progn.
16347 When finished with diary buffer: if it was not being displayed
16348 before, kill it; otherwise restore its original state.
16349 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16350
16351 * calendar/calendar.el (calendar-set-mode-line): Use total
16352 available mode-line width, rather than frame-width.
16353
16354 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16355 after mode change so effect not lost.
16356
16357 2004-03-23 Dave Love <fx@gnu.org>
16358
16359 * dired.el (dired) <defgroup>: Add link to manual.
16360 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16361 (dired-revert): Use dolist.
16362 (dired-mode-map): Add U binding.
16363 (dired-mode): Add font-lock-beginning-of-syntax-function.
16364 (dired-garbage-files-regexp): Make it a defcustom.
16365
16366 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16367
16368 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16369 is equivalent to nil.
16370 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16371 (vc-arch-mode-line-string): Accept `added' state.
16372 (vc-arch-state): Use inode-sigs if available.
16373 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16374 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16375 (vc-arch-tagline-re): New var.
16376 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16377 New functions.
16378 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16379 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16380
16381 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16382 (vc-file-not-found-hook): Use it.
16383
16384 * diff-mode.el (diff-default-read-only): Change default.
16385 (diff-mode-hook): Make it a defcustom. Add some options.
16386 (diff-mode-map): Bind diff-refine-hook.
16387 (diff-yank-handler): New var.
16388 (diff-yank-function): New fun.
16389 (diff-font-lock-keywords): Use them.
16390 (diff-end-of-file): Handle case where file-header looks like diff text.
16391 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16392 (diff-file-kill): Delete a subsequent empty line, if applicable.
16393 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16394 (diff-find-file-name): Use it.
16395 (diff-tell-file-name): New command.
16396 (diff-mode): Be careful with view-mode.
16397 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16398 New functions, for use in diff-mode-hook.
16399 (diff-find-source-location): Catch "regex too large" errors.
16400 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16401 (diff-refine-hunk): New command.
16402
16403 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16404 (smerge-context-menu-map): Remove unused var.
16405 (smerge-keep-all): Preserve markers.
16406 (smerge-keep-n): New fun.
16407 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16408 (smerge-keep-current, smerge-ediff): Use it.
16409 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16410 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16411 (smerge-resolve): Resolve trivial 3-part conflicts.
16412
16413 2004-03-23 Juri Linkov <juri@jurta.org>
16414
16415 * man.el (Man-width): New var.
16416 (Man-getpage-in-background): Use it.
16417 (Man-support-local-filenames): New var and fun.
16418 (Man-build-man-command): Don't add a second %s.
16419 (Man-fontify-manpage): Clean up message.
16420 (Man-mode): Set outline-regexp, outline-level,
16421 imenu-generic-expression.
16422
16423 * woman.el (woman-fill-frame): Doc fix.
16424 (woman-decode-region): Use window-width instead of frame-width.
16425
16426 * abbrevlist.el (list-one-abbrev-table):
16427 * descr-text.el (describe-char):
16428 * international/mule-diag.el (describe-current-coding-system):
16429 * international/quail.el (quail-insert-decode-map):
16430 Use window-width instead of frame-width.
16431
16432 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16433 (jka-compr-mode-alist-additions): Add tbz.
16434 (jka-compr-write-region, jka-compr-insert-file-contents):
16435 Add message for undefined compress-program.
16436 (jka-compr-write-region): Remove redundant var bindings.
16437
16438 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16439 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16440 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16441 (dired-man): Use dired-guess-shell-command.
16442 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16443 Change default nil to t.
16444
16445 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16446 (dired-compare-directories): Add default value for empty input.
16447
16448 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16449
16450 * time.el (display-time-string-forms): Fix help-echo date format.
16451
16452 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16453
16454 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16455 (buffer-stale-function): New variable.
16456 (auto-revert-list-diff, auto-revert-dired-file-list)
16457 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16458 (auto-revert-handler): Take over some functionality of deleted
16459 functions.
16460 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16461
16462 * dired.el (dired-directory-changed-p): New fun, extracted from
16463 dired-internal-noselect.
16464 (dired-buffer-stale-p): New fun.
16465 (dired-internal-noselect): Use dired-directory-changed-p.
16466 Eliminate revert messages.
16467 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16468
16469 2004-03-23 Kenichi Handa <handa@m17n.org>
16470
16471 * international/characters.el: Setup syntaxes for more parentheses
16472 Unicode characters.
16473
16474 * international/mule-cmds.el (select-safe-coding-system):
16475 Merge coding-system and auto-cs before comparing them.
16476
16477 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16480
16481 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16482 normal-auto-fill-function and comment-indent-function.
16483 The default values now work just as well.
16484 Don't set font-lock-beginning-of-syntax-function since we already set
16485 syntax-begin-function.
16486 (lisp-outline-level): Put ;;;###autoload at same level as (.
16487 (prin1-char): Quote special chars.
16488
16489 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16490 than with-no-warnings.
16491
16492 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16493 if the source location can't be found.
16494 (edebug-compute-previous-result): Use prin1-char.
16495
16496 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16497 (debug-ignored-errors): Add an entry.
16498
16499 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16500 (byte-compile-file): Output warning when deleting a file.
16501
16502 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16503 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16504
16505 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16506 (byte-compile-inline-expand): Use backquote.
16507 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16508 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16509
16510 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16511
16512 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16513
16514 2004-03-22 Juri Linkov <juri@jurta.org>
16515
16516 * finder.el (finder-known-keywords): Fix data, tex, unix.
16517
16518 * play/landmark.el: Fix keywords.
16519
16520 * language/ethio-util.el (ethio-find-file): Doc fix.
16521
16522 * emacs-lisp/warnings.el: Doc fix.
16523
16524 * textmodes/ispell.el (ispell-help): Doc fix.
16525
16526 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16527
16528 * format.el (format-insert-file): Always return a list of two
16529 elements, like insert-file-contents does.
16530
16531 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16532
16533 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16534 and vc-BACKEND-diff.
16535 (vc-print-log): If the print-log implementation supports it, use
16536 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16537 (vc-version-diff, vc-diff-internal): Doc fixes.
16538
16539 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16540 implementation supports it, let diff output go to *vc*,
16541 not *vc-diff*, since this is an internal call.
16542
16543 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16544
16545 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16546
16547 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16548
16549 2004-03-21 Dave Love <fx@gnu.org>
16550
16551 * progmodes/cfengine.el (cfengine-mode):
16552 Set parse-sexp-ignore-comments.
16553
16554 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16555
16556 2004-03-21 Juanma Barranquero <lektu@terra.es>
16557
16558 * allout.el (allout-mode): Fix docstring.
16559
16560 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16561
16562 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16563
16564 * autorevert.el (auto-revert-interval): Make new value take
16565 effect immediately when set through Custom.
16566 (auto-revert-set-timer): Add interactive declaration.
16567
16568 2004-03-19 David Ponce <david@dponce.com>
16569
16570 * ruler-mode.el (ruler-mode-header-line-format-old):
16571 Don't `make-variable-buffer-local'.
16572 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16573 (ruler-mode-header-line-format): Simply funcall the above.
16574 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16575 to save/restore a previous header line format.
16576 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16577 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16578 fringes and margins width.
16579 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16580
16581 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * log-edit.el (log-edit-font-lock-keywords): Typo.
16584
16585 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16586 (tex-send-tex-command): Rather than here.
16587 (tex-compilation-parse-errors): Simplify.
16588
16589 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16590
16591 * time.el (display-time-string-forms): Add help-echo with date on time.
16592
16593 * composite.el (compose-region): Use restore-buffer-modified-p.
16594
16595 * disp-table.el (standard-display-8bit): Simplify.
16596
16597 * server.el (server-process-filter): Delete temp frame.
16598
16599 * add-log.el (add-change-log-entry): Simplify.
16600
16601 2004-03-19 Kim F. Storm <storm@cua.dk>
16602
16603 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16604 (hexl-follow-line): Don't require 'fringe.
16605
16606 * progmodes/compile.el (compilation-start): Always set
16607 compilation-last-buffer and return it.
16608
16609 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16610
16611 * simple.el (clone-buffer): Doc fix.
16612
16613 2004-03-18 Juanma Barranquero <lektu@terra.es>
16614
16615 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16616
16617 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16618
16619 * log-edit.el (log-edit-font-lock-keywords): New var.
16620 (log-edit-mode): Use it.
16621
16622 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16623
16624 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16625 properly for watching in speedbar.
16626
16627 2004-03-17 Masatake YAMATO <jet@gyve.org>
16628
16629 * smerge-mode.el (smerge-popup-context-menu):
16630 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16631
16632 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16633
16634 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16635 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16636 Take sealed revisions into account.
16637 (vc-arch-checkin): Extract a summary line from the message.
16638
16639 2004-03-16 Masatake YAMATO <jet@gyve.org>
16640
16641 * register.el (register): Provide `register' feature.
16642
16643 2004-03-15 Masatake YAMATO <jet@gyve.org>
16644
16645 Added context menu support in smerge mode.
16646 Most of the part is written by Stefan Monnier.
16647
16648 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16649 New keymap and menu.
16650 (smerge-text-properties): New function.
16651 (smerge-remove-props): New function.
16652 (smerge-popup-context-menu): New function.
16653 (smerge-resolve): Call `smerge-remove-props'.
16654 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16655 (smerge-keep-current): Ditto.
16656 (smerge-kill-current): New function.
16657 (smerge-match-conflict): Put text properties.
16658 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16659
16660 2004-03-15 David Ponce <david@dponce.com>
16661
16662 * ruler-mode.el (ruler-mode-left-fringe-cols)
16663 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16664 (ruler-mode-right-scroll-bar-cols): Remove.
16665 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16666 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16667 Use fringe-columns and scroll-bar-columns.
16668
16669 2004-03-15 Masatake YAMATO <jet@gyve.org>
16670
16671 * hl-line.el (hl-line-range-function): New variable.
16672 (hl-line-move): New function.
16673 (global-hl-line-highlight): Use `hl-line-move'.
16674 (hl-line-highlight): Ditto.
16675
16676 * scroll-bar.el (scroll-bar-columns):
16677 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16678
16679 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16680 (ruler-mode-left-fringe-cols)
16681 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16682 (ruler-mode-right-scroll-bar-cols)
16683 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16684 (ruler-mode-ruler-function): New variable.
16685 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16686 if the value for `ruler-mode-ruler-function'is given.
16687
16688 * hexl.el (hexl-mode-hook): Make the hook customizable.
16689 (hexl-address-area, hexl-ascii-area): New customize variables.
16690 (hexlify-buffer): Put font-lock-faces on the address area and
16691 the ascii area.
16692 (hexl-activate-ruler): New function.
16693 (hexl-follow-line): New function.
16694 (hexl-highlight-line-range): New function.
16695 (hexl-mode-ruler): New function.
16696
16697 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16700 (vc-default-find-file-hook): New fun.
16701 (vc-find-file-hook): Call new find-file-hook operation.
16702
16703 * vc-arch.el: New file.
16704
16705 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16706
16707 * info-look.el (info-lookup): Reuse an existing Info window.
16708
16709 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16710
16711 * woman.el (woman-preserve-ascii): Default value changed to t and
16712 doc string revised.
16713
16714 2004-03-12 Richard M. Stallman <rms@gnu.org>
16715
16716 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16717 Fix minor bug.
16718
16719 * replace.el (occur-engine): Change message for count of matches.
16720
16721 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16722 For strings, do compare text properties.
16723
16724 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16725
16726 * progmodes/compile.el (compile-auto-highlight)
16727 (compilation-error-list, compilation-old-error-list)
16728 (compilation-parse-errors-function, compilation-parsing-end)
16729 (compilation-error-message, compilation-directory-stack)
16730 (compilation-enter-directory-regexp-alist)
16731 (compilation-leave-directory-regexp-alist)
16732 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16733 (compilation-current-file, compilation-regexps): Remove vars.
16734
16735 (compile-error-at-point, compilation-error-filedata)
16736 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16737 (compilation-next-error-locus, compilation-forget-errors)
16738 (count-regexp-groupings, compilation-parse-errors)
16739 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16740
16741 (compile-internal): Make obsolete.
16742
16743 (compilation-first-column, compilation-error)
16744 (compilation-directory-matcher, compilation-page-delimiter)
16745 (compilation-mode-font-lock-keywords, compilation-debug)
16746 (compilation-error-face, compilation-warning-face)
16747 (compilation-info-face, compilation-line-face)
16748 (compilation-column-face, compilation-enter-directory-face)
16749 (compilation-leave-directory-face, compilation-skip-threshold)
16750 (compilation-skip-visited, compilation-context-lines): New vars.
16751
16752 (compilation-warning-face, compilation-info-face)
16753 (compilation-message-face): New faces.
16754
16755 (compilation-error-regexp-alist-alist): New constant.
16756
16757 (compilation-face, compilation-directory-properties)
16758 (compilation-assq, compilation-error-properties, compilation-start)
16759 (define-compilation-mode, compilation-loop)
16760 (compilation-set-window): New functions.
16761
16762 (compile): Additional argument for interactive compiles like TeX.
16763
16764 * progmodes/grep.el (kill-grep): Move here from compile.el
16765 (grep-error, grep-hit-face, grep-error-face)
16766 (grep-mode-font-lock-keywords): New variables.
16767 (grep-regexp-alist): Simplify regexp and add `binary' case.
16768 (grep-mode): New mode.
16769 (grep-process-setup): Simplify.
16770
16771 2004-03-11 Jason Rumney <jasonr@gnu.org>
16772
16773 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16774 letters on DOS/Windows.
16775
16776 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * server.el (server-name): New var.
16779 (server-socket-dir): New var to replace server-socket-name.
16780 (server-start): Use them.
16781
16782 2004-03-11 Simon Josefsson <jas@extundo.com>
16783
16784 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16785 died to avoid infloop. Reported by Jonathan Glauner
16786 <jglauner@sbum.org>.
16787
16788 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16789
16790 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16791 (smerge-mode-menu): Use it to deactivate menu entries.
16792 (smerge-keep-current): New fun.
16793 (smerge-keep-current): Use it.
16794
16795 2004-03-10 John Paul Wallington <jpw@gnu.org>
16796
16797 * foldout.el (foldout-fold-list, foldout-modeline-string):
16798 Declare them as variables, not constants.
16799
16800 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16801
16802 * ps-print.el: Modification to print *Messages* buffer.
16803 (ps-print-version): New version 6.6.4.
16804 (ps-message-log-max): New fun.
16805 (ps-spool-without-faces, ps-spool-with-faces)
16806 (ps-count-lines-preprint): Code fix.
16807
16808 * printing.el: New tips in Tips section.
16809
16810 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16811
16812 * delim-col.el: Doc fix.
16813
16814 * printing.el: Doc fix. New doc section (Tips).
16815
16816 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16817
16818 * type-break.el (type-break-emacs-variant): Remove.
16819 (type-break-run-at-time, type-break-cancel-function-timers):
16820 Use fboundp rather than version name and number.
16821
16822 2004-03-09 Masatake YAMATO <jet@gyve.org>
16823
16824 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16825 `make-variable-buffer-local'.
16826
16827 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16828
16829 * find-dired.el (find-dired): Call `shell-command' instead of
16830 `start-process-shell-command'. By this, Tramp takes over
16831 handling of remote directories.
16832
16833 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16834
16835 * newcomment.el (comment-use-global-state): New var.
16836 (comment-search-forward): Use it.
16837
16838 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16839
16840 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16841
16842 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16843 (enable-kinsoku): Make it a defcustom.
16844 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16845 paragraph to same-comment-start-marker.
16846
16847 2004-03-07 Dave Love <fx@gnu.org>
16848
16849 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16850 (browse-url-mail): Use it.
16851
16852 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16853 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16854
16855 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16856
16857 * woman.el (woman-man.conf-path): Doc fix.
16858 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16859
16860 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16861
16862 * sort.el (sort-columns): Remove ms-dos from the list of systems
16863 where the external `sort' command is not used.
16864
16865 2004-03-07 Kim F. Storm <storm@cua.dk>
16866
16867 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16868 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16869 from overlay-arrow-variable-list.
16870 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16871
16872 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16873
16874 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16875 overlay arrow string properly for the assembler buffer.
16876
16877 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16878
16879 * mail/sendmail.el (mail-mode): Fix last change.
16880
16881 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16882
16883 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16884 for the assembler buffer.
16885 (gdb-assembler-custom): Position the overlay arrow.
16886 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16887
16888 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16891
16892 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16893 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16894
16895 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16896
16897 * newcomment.el (uncomment-region): Allow non-terminated comment.
16898 (comment-normalize-vars): Check the user-specified comstart marker.
16899
16900 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16901
16902 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16903 Otherwise, do use it if the region only contains font-lock text
16904 properties.
16905
16906 2004-03-04 Masatake YAMATO <jet@gyve.org>
16907
16908 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16909 as the callback function for eldoc.
16910 (hexl-print-current-point-info): New function.
16911 (hexl-current-address): Print the address in both decimal
16912 and hexadecimal format.
16913
16914 2004-03-04 Richard M. Stallman <rms@gnu.org>
16915
16916 * mail/rmail.el (rmail-convert-to-babyl-format):
16917 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16918
16919 * mail/mail-utils.el (mail-unquote-printable-region):
16920 New arg UNIBYTE.
16921
16922 * startup.el (command-switch-alist): Doc fix.
16923
16924 * simple.el (undo): Temporarily set this-command to `undo-start',
16925 then set it to `undo' once undo-start returns without error.
16926
16927 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16928
16929 * simple.el (kill-line): Don't disregard trailing whitespace
16930 in eol condition, if show-trailing-whitespace is set.
16931
16932 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16933 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16934 When disabling, restore old values only if mouse-sel-has-been-enabled.
16935
16936 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16937 (isearch-{-char): New function.
16938 (isearch-mode-map): Bind { to isearch-{-char.
16939
16940 * font-lock.el (lisp-font-lock-keywords-2):
16941 Turn off the CL with-... and do-... general patterns.
16942 Instead, recognize several specific with... and do... constructs.
16943
16944 * files.el (switch-to-buffer-other-window):
16945 Bind same-window-buffer-names and same-window-regexps to nil.
16946 (switch-to-buffer-other-frame): Likewise.
16947
16948 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16951 recognizing leading comment on code line.
16952
16953 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16956 hidden files/directories.
16957
16958 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16961 only comment-start (in case the mode hasn't set it).
16962
16963 * Makefile.in (AUTOGENEL): New var.
16964 (bootstrap-prepare): Rename from bootstrap-clean.
16965 Don't remove elc files.
16966 (maintainer-clean): New target.
16967
16968 * xml.el (xml-get-attribute-or-nil): Simplify.
16969
16970 2004-03-02 Juri Linkov <juri@jurta.org>
16971
16972 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16973 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16974 URL to prevent their substitution with the environment variable
16975 values by browsers.
16976
16977 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16978
16979 * ps-print.el: Doc fix.
16980 (ps-print-version): New version number (6.6.3).
16981 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16982 Docstring fix.
16983 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16984 before printing.
16985 (ps-time-stamp-yyyy-mm-dd): New fun.
16986 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16987
16988 2004-03-02 Kim F. Storm <storm@cua.dk>
16989
16990 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16991
16992 2004-03-01 Juanma Barranquero <lektu@terra.es>
16993
16994 * allout.el (allout-rebullet-heading): Fix typo in docstring.
16995
16996 * desktop.el (desktop-file-version)
16997 (desktop-after-read-hook): Fix typos.
16998 (desktop-clear-preserve-buffers): Remove redundant info in
16999 docstring already shown by the obsolescence message.
17000 (desktop-truncate, desktop-internal-v2s)
17001 (desktop-value-to-string): Change argument name to match docstring.
17002
17003 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17004
17005 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17006 docstring.
17007
17008 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17009
17010 * printing.el: Replace "As Is..." in PostScript file print/preview by
17011 "No Preprocessing...". Suggested by Colin Marquardt
17012 <_marquardt_@zmd.de>.
17013 (pr-insert-section-4): Adjust buffer interface.
17014
17015 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17016
17017 Version 2.0.39 of Tramp released.
17018
17019 * net/tramp.el (tramp-handle-file-local-copy)
17020 (tramp-handle-write-region, tramp-open-connection-rsh):
17021 Variable name typo. Small change. From Patrick Tullmann
17022 <tullmann@flux.utah.edu>.
17023 (tramp-process-connection-type): New variable.
17024 (tramp-maybe-open-connection): Use it.
17025 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17026 (tramp-touch): Set last-modified time of a remote file.
17027 (tramp-handle-write-region): Say which function is used when encoding.
17028
17029 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17030
17031 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17032 case of non-existing filename, too. Reported by Christoph Bauer
17033 <c_bauer@informatik.uni-kl.de>.
17034 (tramp-smb-get-file-entries): The directory in question should
17035 have permissions "drwxrwxrwx". Just virtual, because we don't
17036 know the real permissions. Don't we know?
17037 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17038 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17039 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17040 output. If it was received chunkwise, there have been problems.
17041 Remove the "prompt not found" error message; it is obvious.
17042 Simplify algorithm.
17043 (tramp-smb-process-running): Remove. Since we acknowledge the
17044 virtual prompt for shares, there's no need for distinction of
17045 reading shares (process ends afterwards) and interactive mode of
17046 smblient.
17047 (tramp-smb-open-connection): Setting process sentinel removed.
17048 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17049 "NT_STATUS_NETWORK_ACCESS_DENIED".
17050 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17051 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17052 (top-level): Setting default value in `tramp-default-method-alist'
17053 corrected. Order of USER and HOST have been wrong.
17054 Nobody complained for months ...
17055 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17056 (tramp-smb-open-connection): Clear password cache if login has failed.
17057
17058 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17059 `tramp-unified-filenames'.
17060 (tramp-completion-mode): Make test for XEmacs explicitely.
17061 `event-to-character' can exists in Emacs packages too.
17062 Reported by Matt Swift <swift@alum.mit.edu>.
17063 (tramp-buffer-name): Buffer name must contain the user if exists.
17064 Reported by Adrian Phillips <a.phillips@met.no>.
17065 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17066 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17067 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17068 `tramp-do-copy-or-rename-file-one-local', because it handles also
17069 the case both files use the same out-of-band method.
17070 Implementation added.
17071 (tramp-handle-file-local-copy, tramp-handle-write-region):
17072 Out-of-band handling removed. `copy-file' called instead, which
17073 calls `tramp-do-copy-or-rename-file-out-of-band'.
17074 (tramp-action-password): Check for out-of-band method removed.
17075 This function is used for 'login-program.
17076 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17077 appropriate.
17078 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17079 and `tramp-parse-sknownhosts'.
17080 (tramp-completion-function-alist): It's a defvar now, because we
17081 want to apply the optimized `tramp-set-completion-function'
17082 instead of a static list.
17083 (tramp-set-completion-function): Implementation tuned.
17084 Avoid double entries, and entries where the function or the
17085 file/directory doesn't exist.
17086 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17087 for SSH2.
17088 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17089 (tramp-handle-dired-compress-file): New function.
17090 (tramp-async-proc): New variable.
17091 (tramp-handle-shell-command): Adding asynchronous processes.
17092 They are far from being perfect, but it works at least for
17093 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17094 (top-level): Require password.el if visible. Should be mandatory
17095 once No Gnus has found its way into (X)Emacs.
17096 (tramp-read-passwd): Invoke `password-read' if available,
17097 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17098 fallback any longer.
17099 (tramp-clear-passwd): New function.
17100 (tramp-process-actions, tramp-process-multi-actions):
17101 Clear password cache if login has failed.
17102
17103 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17104 its own module.
17105 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17106 `ange-ftp-ftp-name-res'. There could be incorrect values from
17107 previous calls in case the "ftp" method is used in the Tramp file
17108 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17109
17110 2004-02-28 Richard M. Stallman <rms@gnu.org>
17111
17112 * term.el (term-mouse-paste): Call mouse-set-point.
17113
17114 * thumbs.el: New file.
17115
17116 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17117
17118 * progmodes/ebnf-abn.el: Doc fix.
17119
17120 * progmodes/ebnf-bnf.el: Doc fix.
17121 (ebnf-repeat): Code fix.
17122
17123 * progmodes/ebnf2ps.el: Doc fix.
17124 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17125
17126 2004-02-28 Juri Linkov <juri@jurta.org>
17127
17128 * ffap.el (dired-at-point): Additional writability test for
17129 relative directory names.
17130 (dired-at-point-prompter): Treat directories as a directory, get
17131 the directory component from files.
17132 (ffap-string-at-point): Return string from region if region is active.
17133 (ffap-file-at-point): Remove redundant code.
17134
17135 2004-02-28 Kim F. Storm <storm@cua.dk>
17136
17137 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17138 Initialize margin area images to nil.
17139 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17140 (breakpoint-enabled-bitmap-face)
17141 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17142 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17143 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17144 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17145 (gdb-reset): Use gdb-remove-breakpoint-icons.
17146 (gdb-put-string): Add dprop arg to specify alternative display
17147 property (for setting fringe bitmap).
17148 (gdb-remove-strings): Doc fix.
17149 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17150 icon in fringe (if available), or else as icon or text in display
17151 margin. Creates necessary icons in breakpoint-bitmap,
17152 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17153 Also make left window margin if required.
17154 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17155 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17156 no longer needed.
17157 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17158 gdb-put-breakpoint-icon.
17159 (gdb-assembler-mode): Don't set left-margin-width here.
17160
17161 2004-02-27 Kevin Ryde <user42@zip.com.au>
17162
17163 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17164 comma, so that it DTRT in macros.
17165
17166 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17167
17168 * progmodes/sh-script.el (sh-shell-arg)
17169 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17170 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17171
17172 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17173
17174 * faces.el (face-spec-set-match-display): Add a new attribute,
17175 `min-colors'.
17176 (region, highlight, secondary-selection): Use `min-colors'.
17177
17178 * custom.el (defface): Add documentation for `min-colors'.
17179
17180 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17181 (font-lock-keyword-face, font-lock-function-name-face)
17182 (font-lock-variable-name-face, font-lock-constant-face):
17183 Use `min-colors'.
17184
17185 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17186
17187 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17188
17189 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17190 define assq-delete-all if it's not defined.
17191 (ebnf-generate-region): Code fix.
17192
17193 * printing.el: Doc fix.
17194 (pr-version): New version number (6.7.2).
17195 (pr-command): Return empty string if command is an empty string.
17196
17197 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17198
17199 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17200
17201 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17202 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17203 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17204 "tt" ["test"] ). Reported by Markus Dreyer
17205 <mdreyer@ix.urz.uni-heidelberg.de>.
17206 (ebnf-version): New version number (4.0).
17207 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17208 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17209 (ebnf-delete-style): New commands.
17210 (ebnf-directory, ebnf-file): New funs.
17211 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17212 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17213 (ebnf-syntax-alist): New var.
17214 (ebnf-element-width): New fun replacing ebnf-list-width.
17215 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17216 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17217 (ebnf-prologue): Adjust vars.
17218 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17219 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17220 (ebnf-check-style-values, ebnf-generate-production)
17221 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17222 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17223 (ebnf-token-repeat): Code fix.
17224
17225 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17226 %right, %left and %prec. Suggested by Matthew K. Junker
17227 <junker@alum.mit.edu>.
17228 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17229
17230 * progmodes/ebnf-iso.el: Doc fix.
17231 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17232 (ebnf-iso-lex): Code fix.
17233
17234 * progmodes/ebnf-bnf.el: Doc fix.
17235 (ebnf-bnf-lex): Code fix.
17236
17237 * progmodes/ebnf-otz.el: Doc fix.
17238
17239 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17240
17241 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17242 (abbrev-prefix-mark): Doc fix.
17243
17244 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17245
17246 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17247 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17248 (gdb-var-delete): Make interactive (really).
17249 (gdb-edit-value): Make non-interactive.
17250
17251 * progmodes/gud.el (gud-speedbar-menu-items):
17252 Add gdb-var-delete and, indirectly, gdb-edit-value.
17253 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17254 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17255 (gud-gdb-marker-filter): Add comment for annotations.
17256
17257 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17258
17259 * calendar/calendar.el (generate-calendar)
17260 (calendar-read-date): Prevent display of BC calendars once more -
17261 reverts 2003-10-01 change.
17262 (generate-calendar-month): Doc fix.
17263
17264 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17265
17266 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17267 return value of increment-calendar-month.
17268
17269 2004-02-21 Stephen Compall <s11@member.fsf.org>
17270
17271 * saveplace.el (save-place-forget-unreadable-files)
17272 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17273 (save-place-forget-unreadable-files): New function.
17274 (save-place-alist-to-file): Use it to filter out files that are
17275 no longer readable.
17276
17277 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17278 current Texinfo environment, using the same method as in
17279 `texinfo-insert-@end', and insert a space rather than a newline if
17280 point in a @table environment.
17281
17282 2004-02-21 Juri Linkov <juri@jurta.org>
17283
17284 * ffap.el (ffap-file-at-point): Try parent directories.
17285
17286 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17287
17288 * vcursor.el (vcursor-modifiers): New defcustom.
17289 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17290 hard-coded list.
17291
17292 2004-02-21 Masatake YAMATO <jet@gyve.org>
17293
17294 * play/animate.el (animate-birthday-present): Accept names other
17295 than `Sarah', too.
17296
17297 2004-02-21 Juri Linkov <juri@jurta.org>
17298
17299 * startup.el: Remove table of command line arguments from the
17300 Commentary section.
17301
17302 2004-02-20 John Wiegley <johnw@newartisans.com>
17303
17304 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17305 again" modifier from 'e' to 'E', since 'e' is also used by the
17306 "file extension" modifier.
17307
17308 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17309
17310 * help-fns.el (describe-categories): Doc fix.
17311
17312 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17313
17314 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17315 temporary file for buffer already visiting one. This change makes
17316 output likely to be directly usable by patch program.
17317 Suggested by Adrian Aichner <adrian@xemacs.org>
17318
17319 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17320
17321 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17322 case of variables defined in compound statements.
17323 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17324 Simplify constructions using switch-to-buffer.
17325
17326 2004-02-19 Simon Josefsson <jas@extundo.com>
17327
17328 * play/morse.el: Fix typo.
17329 (morse-code): Add @.
17330
17331 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17332
17333 * calendar/appt.el (appt-display-format): Change default to
17334 'ignore, for backwards compatibility.
17335 (appt-display-message): If appt-display-format is 'ignore,
17336 respect old vars appt-msg-window and appt-visible.
17337 (appt-activate): Don't depend on return value of cancel-timer.
17338
17339 * calendar/calendar.el (calendar-holidays): Doc fix.
17340
17341 * calendar/cal-coptic.el (coptic-prompt-for-date):
17342 Use assoc-string instead of assoc-ignore-case.
17343 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17344 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17345 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17346 * calendar/cal-islam.el (calendar-goto-islamic-date)
17347 (mark-islamic-diary-entries): Ditto.
17348 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17349 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17350 (calendar-read-mayan-tzolkin-date): Ditto.
17351 * calendar/calendar.el (calendar-read-date): Ditto.
17352 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17353
17354 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17355
17356 * progmodes/executable.el (executable-command-find-posix-p):
17357 Fix choice of the directory.
17358
17359 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17360
17361 * simple.el (interprogram-cut-function)
17362 (interprogram-paste-function, kill-new, kill-append):
17363 Doc fixes.
17364 (kill-region): Make it return nil. Doc fix.
17365 (yank-pop): Make its argument optional.
17366 (yank): Make ARG `-' equivalent to `-1'.
17367
17368 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17369
17370 * mail/rmail.el (rmail-get-new-mail): Don't reference
17371 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17372
17373 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17374
17375 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17376 if one of global-auto-revert-non-file-buffers or autorevert-mode
17377 is non-nil.
17378
17379 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17380
17381 * subr.el (delete-dups): A better implementation from Karl Heuer
17382 <kwzh@gnu.org>.
17383
17384 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17385
17386 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17387 correct place.
17388 * progmodes/icon.el (icon-indent-command): Ditto.
17389 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17390
17391 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17392
17393 * progmodes/grep.el (grep-compute-defaults): Undo change from
17394 2004-01-29: don't use executable-command-find-posix-p.
17395
17396 2004-02-16 Richard Sharman <rsharman@pobox.com>
17397
17398 * hilit-chg.el: Use require instead of eval-and-compile.
17399 (highlight-compare-buffers): New function.
17400
17401 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17402
17403 * man.el (Man-fontify-manpage): Render section headings in
17404 `Man-overstrike-face' even when overstrike was not used by man
17405 formatter for section headings.
17406
17407 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17408
17409 * rmail-spam-filter.el (vm-use-spam-filter)
17410 (rsf-min-region-length-added-to-spam-list): New variables.
17411 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17412 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17413 spam testing. Don't delete spam message if automatic deletion
17414 after output via variable rmail-delete-after-output is turned on.
17415 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17416 rsf-bbdb-dont-create-entries-for-spam.
17417 (check-field): New function, extracted from code in
17418 rmail-spam-filter to ease addition of header fields like content-type.
17419 (message-content-type): New variable to check the content-type:
17420 field added, also in defcustom of rsf-definitions-alist.
17421 (rmail-spam-filter): Replace repeated test code for header fields
17422 by calls to check-field; change the call to
17423 rmail-output-to-rmail-file such that rmail-current-message stays
17424 the same to avoid wrong deletion of unseen flags.
17425 (rsf-add-contents-type): New function to convert old format
17426 of rmail-spam-definitions-alist into new one.
17427 Change prefixes of all variables and functions from
17428 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17429
17430 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17431
17432 * loadhist.el (unload-hook-features-list): New defvar.
17433
17434 2004-02-16 Dave Love <fx@gnu.org>
17435
17436 * loadhist.el (unload-feature): Doc fix. Rename flist to
17437 unload-hook-features-list.
17438
17439 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17440
17441 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17442 cookie. Don't check if we are looking-at open-formula.
17443
17444 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17445
17446 * subr.el (match-string-no-properties): Use substring-no-properties.
17447
17448 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17449
17450 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17451 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17452 Use lower-case "rx" in all error message.
17453
17454 2004-02-16 Dave Love <fx@gnu.org>
17455
17456 * emacs-lisp/rx.el (rx-or): Put group around result.
17457 (rx-constituents): Add backref.
17458 (rx-syntax): Add string-delimiter, comment-delimiter.
17459 (rx-categories): Add combining-diacritic.
17460 (rx-check-not, rx-greedy, rx): Doc fix.
17461 (rx-backref, rx-check-backref): New.
17462
17463 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17464
17465 * newcomment.el (uncomment-region): Allow eob as comment end.
17466
17467 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17468
17469 * filecache.el: All message and error commands now use prefix
17470 "Filecache:" to make it easy to read *Messages* buffer.
17471
17472 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17473
17474 * autorevert.el: Add support to detect changed dired and VC buffers.
17475 (auto-revert-active-p, auto-revert-list-diff)
17476 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17477 (auto-revert-handler, auto-revert-active-p): New functions.
17478 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17479 and `auto-revert-active-p'.
17480 (eval-when-compile): Defvar dired-directory and vc-mode.
17481 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17482 (auto-revert-handler-vc): New functions.
17483
17484 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17485
17486 * progmodes/compile.el (compilation-directory): New defvar.
17487 (compile): Save current directory in compilation-directory.
17488 (recompile): Bind default-directory to compilation-directory if
17489 that is non-nil.
17490
17491 2004-02-16 Dave Love <fx@gnu.org>
17492
17493 * newcomment.el (comment-insert-comment-function)
17494 (comment-region-function, uncomment-region-function): New.
17495 (comment-indent): Use comment-insert-comment-function.
17496 (uncomment-region): Use uncomment-region-function.
17497 (comment-region): Use comment-region-function.
17498
17499 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17500
17501 2004-02-16 Richard Stallman <rms@gnu.org>
17502
17503 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17504 loaddefs* and ldefs-boot*.
17505
17506 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17507
17508 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17509 and email address at the beginning and end of the address.
17510
17511 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17512 anchored at the beginning of the email address.
17513
17514 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17515
17516 * international/ccl.el (ccl-compile-write): Pass `left' to
17517 ccl-embed-code to generate correct code of write-expr-register.
17518
17519 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17520
17521 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17522
17523 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17524
17525 * x-dnd.el: Mention support for Motif in commentary.
17526 (x-dnd-handle-drag-n-drop-event): Ditto.
17527
17528 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17529
17530 * ses.el: Use "ses--" prefixes for buffer-local variables.
17531 Use (point-min) instead of 1, even when we know the buffer
17532 is unnarrowed.
17533 (ses-build-load-map): Delete. Distribute its content to defconst's for
17534 the three maps.
17535 (ses-menu, ses-header-line-menu): New menus.
17536 (ses-mode-map): Use them.
17537 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17538
17539 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17540
17541 * Makefile.in: Fix the CC Mode recompile kludge so it works
17542 when building in a different directory.
17543
17544 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17545
17546 * simple.el (kill-new): Put yank-handler property on the entire string.
17547
17548 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17549
17550 * diff.el: Don't use compile any more, use diff-mode instead.
17551 (diff-regexp-alist, diff-old-file, diff-new-file)
17552 (diff-parse-differences, diff-process-setup): Remove.
17553 (diff-sentinel): New fun.
17554 (diff): Use it. Run the process ourselves.
17555 Use diff-mode for the rest of the processing.
17556
17557 * diff.el (diff): Simplify code handling `switch'.
17558
17559 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17560
17561 * pcvs-defs.el (cvs-menu): Add `tag'.
17562
17563 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17564
17565 * simple.el (kill-append): Doc fix.
17566
17567 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17568 Adapt outline-regexp to the new conventions for commenting out code.
17569
17570 2004-02-11 John Paul Wallington <jpw@gnu.org>
17571
17572 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17573
17574 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * diff.el (diff-switches): New fun.
17577 (diff, diff-backup): Use it.
17578 (diff): Clean up the args construction. Use backquote.
17579 Use listp instead of consp to avoid putting a nil arg.
17580 (diff): Add a revert-buffer function.
17581
17582 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17583
17584 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17585 handled by x-dnd-handle-file-name.
17586 (x-dnd-known-types): Add COMPOUND_TEXT.
17587 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17588 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17589 x-dnd-empty-state.
17590 (x-dnd-forget-drop): Ditto.
17591 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17592 (x-dnd-handle-one-url): Return private when inserting text.
17593 (x-dnd-insert-ctext): New function.
17594 (x-dnd-handle-file-name): New function for FILE_NAME.
17595 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17596 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17597 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17598
17599 2004-02-10 Kenichi Handa <handa@m17n.org>
17600
17601 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17602 instead of while loop.
17603
17604 2004-02-10 Miles Bader <miles@gnu.org>
17605
17606 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17607
17608 2004-02-09 Kenichi Handa <handa@m17n.org>
17609
17610 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17611 have end-of-line.
17612
17613 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17614
17615 * Makefile.in: Added extra dependencies in the recompile target
17616 needed to cope with the compile time macro expansions in CC Mode.
17617
17618 2004-02-09 Kim F. Storm <storm@cua.dk>
17619
17620 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17621 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17622 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17623 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17624 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17625 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17626 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17627 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17628 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17629 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17630 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17631
17632 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17633
17634 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17635 Don't allow shrink if there's a window on our right.
17636
17637 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17638 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17639 Bring together declaration and initialization.
17640 (prolog-mode-variables): Don't set the syntax table.
17641 Don't set paragraph-start and comment-indent-function.
17642 Add /*..*/ to the comment regexps.
17643 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17644 (prolog-mode-map): Don't bind TAB.
17645 (prolog-mode): Set the syntax table.
17646 (prolog-comment-indent): Remove.
17647 (inferior-prolog-mode-map): Initialize in the declaration.
17648 (inferior-prolog-mode-syntax-table)
17649 (inferior-prolog-mode-abbrev-table): New vars.
17650 (inferior-prolog-mode): Derive from comint-mode.
17651 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17652 minibuffer windows.
17653
17654 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17655 in file names, as long as it is unabmiguous.
17656
17657 2004-02-08 Andreas Schwab <schwab@suse.de>
17658
17659 * textmodes/reftex-toc.el
17660 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17661 format. Doc fix.
17662
17663 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17664 format string arguments.
17665
17666 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17667 string argument.
17668
17669 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17670
17671 * play/zone.el (zone-call): Fix format string.
17672
17673 * net/webjump.el (webjump-builtin): Add missing format string argument.
17674
17675 * midnight.el (midnight-delay-set): Remove extra format string argument.
17676
17677 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17678
17679 * hexl.el (hexl-insert-char): Add missing format string argument.
17680
17681 * format.el (format-decode): Fix format string.
17682
17683 * emulation/vi.el (vi-mode): Remove extra format string argument.
17684 (vi-repeat-last-search): Likewise.
17685 (vi-reverse-last-search): Likewise.
17686 (vi-goto-mark): Likewise.
17687 (vi-reverse-last-find-char): Likewise.
17688 (vi-repeat-last-find-char): Likewise.
17689 (vi-locate-def): Likewise.
17690
17691 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17692
17693 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17694 string argument.
17695 (ediff-toggle-regexp-match): Likewise.
17696
17697 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17698 format string argument.
17699
17700 * calc/calc-map.el (calc-get-operator): Remove extra format
17701 string argument.
17702
17703 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17704
17705 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17706 string argument.
17707
17708 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17709
17710 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17711
17712 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17713
17714 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17715 (cl-struct-setf-expander): Likewise.
17716
17717 * vc.el (with-vc-file): Fix unsafe uses of error.
17718 (vc-cancel-version): Likewise.
17719
17720 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17721
17722 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17723 thousands separator; fixes <class>:<line-number> regexp for
17724 non-english locales.
17725
17726 2004-02-08 Andreas Schwab <schwab@suse.de>
17727
17728 * view.el (view-mode-enable): Revert previous change.
17729
17730 2004-02-07 Kim F. Storm <storm@cua.dk>
17731
17732 * simple.el (line-number-at-pos): Rename from line-at-pos.
17733 Uses changed (what-line and vc-annotate-warp-version).
17734
17735 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17736
17737 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17738 (diff-mode): Remove aborted attempt at support for compile.el.
17739 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17740
17741 2004-02-06 Andreas Schwab <schwab@suse.de>
17742
17743 * view.el (view-mode-enable): Add view-mode-map to
17744 minor-mode-overriding-map-alist.
17745
17746 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17747
17748 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17749
17750 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17753 with point inside rather than after the paragraph.
17754
17755 2004-02-04 Sam Steingold <sds@gnu.org>
17756
17757 * mail/smtpmail.el (smtpmail-try-auth-methods):
17758 Do not try authentication when no mechanism is available.
17759 Pass port-name as defaultport to `netrc-machine'.
17760
17761 2004-02-04 Stephen Eglen <stephen@gnu.org>
17762
17763 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17764 to show how minibuffer height can be constrained.
17765
17766 2004-02-04 John Paul Wallington <jpw@gnu.org>
17767
17768 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17769
17770 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17771
17772 * x-dnd.el: New file for drag and drop.
17773
17774 * term/x-win.el: require x-dnd, set after-make-frame-functions
17775 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17776 drag-n-drop event.
17777
17778 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17779 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17780 (dired-dnd-handle-file): New functions for drag and drop support.
17781 (dired-mode): Initialize drag and drop if x-dnd present.
17782
17783 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17786 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17787 (cperl-mode): Set fill-paragraph-function.
17788 (cperl-fill-paragraph): Make it non-interactive.
17789
17790 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17791
17792 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17793
17794 2004-02-02 David Kastrup <dak@gnu.org>
17795
17796 * replace.el (perform-replace): Allow 'literal argument in
17797 regexp-flag to indicate literal replacement.
17798 (query-replace-regexp-eval): Use it.
17799
17800 2004-02-01 Andreas Schwab <schwab@suse.de>
17801
17802 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17803
17804 2004-02-01 Stephen Eglen <stephen@gnu.org>
17805
17806 * info-look.el: Add support for maxima-mode. Update commentary
17807 because info-lookup-symbol is now bound to C-h S.
17808
17809 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17810
17811 * simple.el (edit-and-eval-command): Bind print-level and
17812 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17813 Correct initial position in command-history.
17814
17815 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17816
17817 * files.el (read-directory-name): Adapt the docstring to recent
17818 change in Fread_file_name.
17819
17820 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17821
17822 * ses.el (ses-print-cell): If print format too wide for column
17823 width, truncate decimal places if that helps to avoid "#####" fill.
17824 * ses.el (ses-initial-column-width): Revert previous change.
17825
17826 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17827
17828 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17829 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17830 Add edebug info.
17831 (jit-lock-mode): Setup/cancel the new timer.
17832 (jit-lock-context-fontify): New fun. Extracted from
17833 context fontification code of jit-lock-stealth-fontify.
17834 (jit-lock-stealth-fontify): Don't do context fontification any more.
17835
17836 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17837 (jit-lock-fontify-now): Handle the `quit' case.
17838 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17839
17840 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17841
17842 * progmodes/executable.el (executable-command-find-posix-p):
17843 New. Check if find handles arguments Posix-style.
17844
17845 * progmodes/grep.el (grep-compute-defaults):
17846 Use executable-command-find-posix-p.
17847 (grep-find): Check `grep-find-command'.
17848
17849 * filecache.el (file-cache-find-posix-p): Delete.
17850 (file-cache-add-directory-using-find):
17851 Use `executable-command-find-posix-p'.
17852
17853 2004-01-29 Dave Love <fx@gnu.org>
17854
17855 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17856 Iterate the hook function if arg is given.
17857 (mark-defun, narrow-to-defun): Change order of finding the limits.
17858
17859 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17860 (byte-compile-format-warn): New.
17861 (byte-compile-callargs-warn): Use it.
17862 (Format, message, error): Add byte-compile-format-like property.
17863 (byte-compile-maybe-guarded): New.
17864 (byte-compile-if, byte-compile-cond): Use it.
17865 (byte-compile-lambda): Compile interactive forms,
17866 just to make warnings about them.
17867
17868 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17869
17870 * ses.el (ses-initial-column-width): Increase to 14, so it will
17871 work well with the default printer of "%.7g" for extreme values
17872 like "-1.234567e+07".
17873
17874 2004-01-29 Kenichi Handa <handa@m17n.org>
17875
17876 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17877
17878 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17879
17880 * dos-w32.el: Added support for the `default-printer-name' function.
17881
17882 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17883
17884 * server.el (server-socket-name): Don't use the hostname in the
17885 socket name since /tmp is local to the host anyway.
17886
17887 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17888 robust check of widening and fix var-naming.
17889
17890 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17891
17892 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17893 or rmail-spam- to rsf- in all function and variable names.
17894 (rsf-min-region-to-spam-list): New variable.
17895 (rsf-bbdb-auto-delete-spam-entries): Rename from
17896 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17897 scanned together with the recipients field for spam testing; Don't
17898 delete spam message if rmail-delete-after-output is non-nil;
17899 (rsf-check-field): New function, extracted from code in
17900 rmail-spam-filter to ease addition of header fields like
17901 content-type:;
17902 (message-content-type): New variable. The content-type: field was
17903 added also in defcustom of rsf-definitions-alist;
17904 (rmail-spam-filter): Replace repeated test code for header fields
17905 by calls to check-field; change the call to
17906 rmail-output-to-rmail-file such that rmail-current-message stays
17907 the same to avoid wrong deletion of unseen flags.
17908 (rmail-use-spam-filter): Add autoload cookie.
17909
17910 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17911
17912 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17913 (file-cache-add-directory-using-find): Add Cygwin support.
17914 (file-cache-find-command-posix-flag): New user variable.
17915
17916 * filecache.el (file-cache-add-directory): Check for
17917 directories an remove them from dir-files.
17918
17919 2004-01-27 Richard M. Stallman <rms@gnu.org>
17920
17921 * man.el (Man-fontify-manpage): Clean up message.
17922
17923 2004-01-27 Kenichi Handa <handa@m17n.org>
17924
17925 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17926 (sentence-end): Define using sentence-end-without-space.
17927
17928 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17929 a sentence ends with one of a character in sentence-end-without-space.
17930
17931 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17934 (jit-lock): Group declaration moved to jit-lock.el.
17935 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17936 when necessary.
17937
17938 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17939 (jit-lock-context-unfontify-pos): Rename from
17940 jit-lock-first-unfontify-pos.
17941 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17942
17943 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17944
17945 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17946 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17947 (fortran-fill): When filling a string, adjust re-search-backward
17948 argument for special case of string just on fill-column.
17949 When filling non-string, allow one extra char if
17950 fortran-break-before-delimiters is non-nil.
17951 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17952 Use fortran-break-delimiters-re and fortran-no-break-re to
17953 correctly handle cases such as "**".
17954
17955 * progmodes/f90.el (f90-break-delimiters): Doc fix.
17956 (f90-no-break-re): Add some extra tokens. Doc fix.
17957
17958 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
17959
17960 * mail/rmail-spam-filter.el:
17961 Use two semicolons as Commentary line prefix.
17962 Add ";;; Code:" stylized comment.
17963 Delete end-of-line whitespace.
17964 Wrap (require 'cl) with `eval-when-compile'.
17965
17966 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
17967
17968 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17969 at the top level of vc.el.
17970
17971 2004-01-23 Andre Spiegel <spiegel@gnu.org>
17972
17973 * vc.el (vc-current-line): Function removed. This is now done by
17974 the new function line-at-pos in simple.el.
17975 (vc-annotate-warp-version): Use line-at-pos instead of
17976 vc-current-line.
17977
17978 2004-01-22 Kim F. Storm <storm@cua.dk>
17979
17980 * simple.el (line-at-pos): New defun.
17981 (what-line): Use it. Optimize by only counting lines in narrowed
17982 region once.
17983
17984 2004-01-22 Kenichi Handa <handa@m17n.org>
17985
17986 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17987 point (register r1) only for charset mule-unicode-0100-24ff.
17988
17989 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
17990
17991 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17992 trailing white space and ensure a final newline.
17993
17994 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17995 Add autoload cookie.
17996
17997 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
17998
17999 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18000 activate view-mode explicitly.
18001
18002 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18003
18004 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
18005 use clipboard first.
18006
18007 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18010 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18011 (vc-mcvs-cvs): Remove.
18012 (vc-mcvs-command): Remove use of assert.
18013
18014 * outline.el (outline-insert-heading): Tighten up match.
18015 (outline-demote, outline-move-subtree-down): Don't assume anything
18016 about outline-regexp.
18017
18018 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18019 (texinfo-show-structure): Explicitly add ^, and simplify.
18020
18021 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18022
18023 * calendar/appt.el (appt-check): Restore usage of
18024 appt-issue-message deleted in previous change.
18025 (top-level): Activate package when loaded (needed for backwards
18026 compatibility).
18027
18028 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18029
18030 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18031 following previous change to smtpmail-send-data.
18032
18033 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18034
18035 * vc.el (vc-default-previous-version): Doc enhancement.
18036 (vc-default-next-version): New function.
18037 (vc-print-log): New arg FOCUS-REV.
18038 (vc-annotate-mode): Derive from view-mode.
18039 (vc-annotate): New args REVISION, DISPLAY-MODE.
18040 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18041 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18042 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18043 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18044 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18045
18046 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18047
18048 2004-01-19 Karl Berry <karl@gnu.org>
18049
18050 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18051 or "TexInfo".
18052
18053 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18054
18055 * subr.el (delete-dups): New function.
18056
18057 2004-01-19 Karl Berry <karl@gnu.org>
18058
18059 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18060 with ^, since that's what texinfo-show-structure
18061 documentation says (plus it works much better in texinfo.txi).
18062
18063 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18064
18065 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18066
18067 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18068
18069 * progmodes/which-func.el (which-function-mode): Don't cancel
18070 which-func-update-timer if not set.
18071
18072 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18073
18074 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18075 Remove spurious left square bracket in XX:XXam regexp.
18076
18077 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18078
18079 * progmodes/cc-defs.el: Do not require cl at run time.
18080
18081 2004-01-16 Richard M. Stallman <rms@gnu.org>
18082
18083 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18084 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18085
18086 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18087 Call rmail-spam-filter. Delete and expunge spam.
18088 Print number of spam messages deleted.
18089 Save and restore the deletion status of old messages when reading
18090 new mail with spam filter, so that expunging spam does not expunge
18091 msgs deleted by the user.
18092 (rmail-only-expunge): Add an optional argument dont-show to
18093 prevent showing message after expunge.
18094
18095 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18096
18097 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18098 * subr.el (declare): New macro.
18099
18100 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18101
18102 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18103
18104 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18107 Test window-system rather than system-type (for X11/Mac).
18108
18109 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18110
18111 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18112
18113 2004-01-12 Richard M. Stallman <rms@gnu.org>
18114
18115 * mail/rmail.el (rmail-convert-to-babyl-format):
18116 Use mail-unquote-printable-region.
18117 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18118 (rmail-hex-char-to-integer): Functions deleted.
18119
18120 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18121 (mail-unquote-printable-region): New arg NOERROR.
18122 For invalid encoding, either signal an error to just return nil.
18123
18124 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18125
18126 * calendar/appt.el: Update copyright and commentary.
18127 (appt-issue-message): Make obsolete.
18128 (appt-visible, appt-msg-window): Make obsolete, in favour of
18129 appt-display-format.
18130 (appt-display-mode-line, appt-display-duration)
18131 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18132 (appt-prev-comp-time, appt-display-count, appt-timer)
18133 (appt-convert-time): Doc change.
18134 (appt-disp-window-function, appt-delete-window-function):
18135 Use defcustom rather than defvar.
18136 (appt-display-format): New variable.
18137 (appt-display-message): New function with display code from appt-check.
18138 (appt-check): Add optional FORCE argument. Doc change.
18139 Add appt-make-list to diary-hook if displaying diary.
18140 Remove checking of view-diary-entries-initially.
18141 Message display section removed to new function appt-display-message.
18142 (appt-display-window): Doc change. Remove unused internal var
18143 this-buffer. Do not beep, since appt-display-message does that.
18144 (appt-make-list): Doc change. Use caar.
18145 (appt-sort-list): Simplify by using builtin sort function.
18146 (appt-update-list): New function for updating appts when diary is
18147 saved.
18148 (appt-activate): New autoloaded function to toggle package
18149 functionality.
18150
18151 * calendar/cal-x.el: (calendar-one-frame-setup)
18152 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18153
18154 * calendar/calendar.el: Update copyright.
18155 (view-diary-entries-initially, european-calendar-style): Doc change.
18156 (calendar-setup): Make defcustom rather than defvar.
18157 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18158 in let binding so local to function.
18159
18160 * calendar/diary-lib.el: Update copyright.
18161 (diary, diary-entry-time): Doc change.
18162 (list-diary-entries): Doc change. Trivial logic change.
18163 (fancy-diary-display): Restore make-face command mistakenly
18164 deleted 2003-05-08.
18165 (show-all-diary-entries): Allow to pop-up frame if needed.
18166
18167 2004-01-09 John Paul Wallington <jpw@gnu.org>
18168
18169 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18170 Temporarily select EVENT's window for changing eol type.
18171
18172 2004-01-09 Deepak Goel <deego@gnufans.org>
18173
18174 * calendar/diary-lib.el (diary-entry-time):
18175 Also accept time in the form XX[.XX][am/pm/AM/PM].
18176 (fancy-diary-font-lock-keywords): Likewise.
18177 (diary-font-lock-keywords): Likewise.
18178 * calendar/appt.el (appt-add): Likewise.
18179 (appt-make-list): Likewise.
18180 (appt-convert-time): Likewise.
18181
18182 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18183
18184 * gdb-ui.el (gdb-ann3): Revert previous change.
18185 (gdb-source-info): Allow for case of where compilation directory
18186 is not recorded.
18187
18188 2004-01-08 John Paul Wallington <jpw@gnu.org>
18189
18190 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18191
18192 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18193
18194 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18195
18196 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18197 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18198 problems.
18199 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18200
18201 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18202
18203 * files.el (write-file-functions, write-contents-functions):
18204 Clarify docstrings.
18205
18206 2004-01-07 Kenichi Handa <handa@m17n.org>
18207
18208 * international/mule.el (set-auto-coding): Fix for the case that
18209 end-of-line is only CR.
18210
18211 2004-01-07 Kim F. Storm <storm@cua.dk>
18212
18213 * subr.el (event-start, event-end): Doc fix.
18214 (posn-string, posn-image): New defuns.
18215 (posn-object): Return either image or string object.
18216 (posn-object-x-y): Return 8th element of position.
18217 (posn-object-width-height): New defun.
18218
18219 2004-01-06 Andreas Schwab <schwab@suse.de>
18220
18221 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18222 output.
18223
18224 2004-01-05 Karl Berry <karl@gnu.org>
18225
18226 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18227 / and *, too.
18228
18229 2003-12-31 Simon Josefsson <jas@extundo.com>
18230
18231 * files.el (before-save-hook): Add.
18232 (basic-save-buffer): Use before-save-hook.
18233
18234 * emacs-lisp/copyright.el: Fix comment to recommend
18235 before-save-hook instead of write-file-functions.
18236
18237 2004-01-05 Richard M. Stallman <rms@gnu.org>
18238
18239 * finder.el (finder-commentary): Call delete-other-windows.
18240
18241 * net/ange-ftp.el (ange-ftp-file-attributes):
18242 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18243
18244 2004-01-04 Karl Berry <karl@gnu.org>
18245
18246 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18247 comment characters % and # in the copyright year notice,
18248 as well as ;.
18249
18250 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18251
18252 * wid-edit.el (default): Define dummy :value-delete.
18253 Reported by Jesper Harder <harder@ifa.au.dk>.
18254
18255 2004-01-03 Richard M. Stallman <rms@gnu.org>
18256
18257 * progmodes/compile.el (compile-internal): Use point, not point-min,
18258 for set-window-point.
18259
18260 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18261
18262 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18263
18264 * progmodes/grep.el (grep-mode-map):
18265 Don't remap next-line, previous-line.
18266
18267 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18268
18269 * speedbar.el (speedbar-edit-line): Change regexp to position
18270 the cursor on the first character of this line's button.
18271
18272 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18273
18274 * subr.el (functionp): Doc fix.
18275
18276 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18277
18278 * progmodes/idlwave.el (idlwave-make-tags):
18279 * textmodes/flyspell.el (flyspell-large-region):.
18280 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18281 * emulation/viper-util.el (viper-glob-unix-files):
18282 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18283 * man.el (Man-init-defvars):
18284 * jka-compr.el (jka-compr-call-process):
18285 * files.el (get-free-disk-space,insert-directory):
18286 * ediff-ptch.el (ediff-test-patch-utility):
18287 * ediff-diff.el (ediff-test-utility):
18288 * dired-aux.el (dired-check-process):
18289 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18290 test the return value of call-process, because it can be a string.
18291
18292 2003-12-31 John Paul Wallington <jpw@gnu.org>
18293
18294 * bindings.el (completion-ignored-extensions): Add .pfsl.
18295
18296 2003-12-31 Kim F. Storm <storm@cua.dk>
18297
18298 * ido.el (ido-nonreadable-directory-p): New defun to check for
18299 nonreadable directory without activating tramp (to avoid problems
18300 with checking incomplete tramp paths).
18301 (ido-set-current-directory, ido-file-internal)
18302 (ido-file-name-all-completions1): Use it.
18303
18304 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18305
18306 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18307 documentation if the anchor (or node) name is preceded by `info
18308 anchor' or `Info anchor' in addition to earlier `info node' and
18309 `Info node'.
18310 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18311
18312 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18313
18314 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18315 error in arguments to base64-decode-region. Remove ^M characters
18316 after decoding base64.
18317
18318 2003-12-30 Simon Josefsson <jas@extundo.com>
18319
18320 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18321 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18322 have only been distributed with Emacs for some years.
18323 (texinfo-mode-hook): Customize.
18324
18325 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18326
18327 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18328 cleaner (suggested by Richard Stallman).
18329
18330 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18331 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18332 file-name clashes on 8+3 DOS filesystems.
18333
18334 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18335 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18336 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18337 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18338 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18339 file-name clashes on 8+3 filesystems.
18340
18341 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18342 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18343 file-name clashes on 8+3 DOS filesystems.
18344
18345 2003-12-29 Richard M. Stallman <rms@gnu.org>
18346
18347 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18348 Upcase the character.
18349
18350 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18351 Search for header separator alone on a line, literally,
18352 and search for it backward, not forward.
18353 (flyspell-abbrev-table): Always use global-abbrev-table
18354 if there is no local one.
18355
18356 * progmodes/sh-script.el (sh-get-indent-info):
18357 Don't move point back if at bob.
18358
18359 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18360
18361 * play/handwrite.el (handwrite): Make the handwrite credit message
18362 a comment rather than an output command.
18363
18364 * obsolete/sc.el: Display message that this file is obsolete.
18365
18366 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18367
18368 * mail/rfc822.el (rfc822-address-start): Declare variable.
18369 Renamed from address-start. All uses changed.
18370
18371 * term.el (term-exec): Set up sentinel.
18372 (term-sentinel): New function.
18373 (term-handle-exit): New function.
18374
18375 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18376 Use assoc-string, and mark them obsolete.
18377 (delay-mode-hooks): Mark as permanent local.
18378
18379 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18380
18381 * register.el (copy-rectangle-to-register): Doc fix.
18382
18383 * info.el (Info-insert-dir): Use assoc-string.
18384
18385 * info-look.el (info-lookup): Use assoc-string.
18386
18387 * frame.el (pop-up-frame-function): Use quote, not `function'.
18388 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18389 copying with lists as coordinate values.
18390
18391 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18392
18393 * find-dired.el (kill-find): New command.
18394 (find-dired): Make buffer read-only.
18395 Set up a keymap with C-c C-k running kill-find.
18396 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18397
18398 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18399
18400 * filecache.el (file-cache-ignore-case): New variable.
18401 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18402
18403 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18404 (comint-dynamic-complete-as-filename): Rename local vars.
18405 (comint-dynamic-list-filename-completions): Likewise.
18406
18407 * comint.el (comint-dynamic-list-completions-config): New var.
18408 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18409
18410 * comint.el (comint-file-name-chars): Add [].
18411 (comint-word): Use skip-chars-backward, not search.
18412
18413 * shell.el (shell-file-name-chars): Add [].
18414
18415 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18416
18417 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18418
18419 * generic.el (define-generic-mode): Doc fix.
18420
18421 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18422
18423 * files.el (kill-some-buffers): Doc fix.
18424
18425 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18426
18427 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18428 arg to send-invisible
18429 (send-invisible): Doc fix. The argument is now a prompt, not the
18430 string to send.
18431 (comint-read-noecho): Doc fix.
18432
18433 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18434
18435 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18436 "@", as required by some ISP hosting service. Fix defcustom
18437 argument syntax errors that prevented use of customization.
18438
18439 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18440
18441 * xml.el (xml-get-attribute-or-nil): Doc fix.
18442
18443 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18444
18445 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18446 write-file-hooks.
18447
18448 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18449
18450 * autorevert.el (auto-revert-interval): Doc fix.
18451
18452 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18453
18454 * xml.el (xml-get-attribute-or-nil): New function, like
18455 xml-get-attribute, but returns nil if the attribute was not found.
18456 (xml-get-attribute): Convert to defsubst, uses
18457 xml-get-attribute-or-nil.
18458
18459 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18460
18461 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18462
18463 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18464
18465 * custom.el (custom-declare-theme): Use `value' when putting
18466 properties on `theme'.
18467
18468 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18469
18470 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18471 for each yank-handler segment.
18472 (insert-for-yank-1): New function, with the body of the previous
18473 insert-for-yank.
18474
18475 * textmodes/table.el (table-yank-handler): New defcustom.
18476 (table--put-cell-indicator-property): Put yank-handler property
18477 that indicates the yank handler for the table cell.
18478
18479 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18480
18481 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18482 set of keywords.
18483
18484 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18485
18486 * international/mule-cmds.el (reset-language-environment)
18487 (set-language-environment): Don't invoke fontset-related functions
18488 if fontset-list is not fboundp.
18489
18490 2003-12-29 Kenichi Handa <handa@m17n.org>
18491
18492 * international/mule-cmds.el (reset-language-environment):
18493 Call set-overriding-fontspec-internal with nil.
18494 (set-language-environment): Call set-overriding-fontspec-internal
18495 if the language environment specify `overriding-fontspec'.
18496 (language-info-alist): Doc added.
18497
18498 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18499 characters of mule-unicode-0100-24ff.
18500 (ccl-encode-windows-1251-font): New CCL program.
18501 ("Bulgarian"): Specify overriding-fontspec.
18502 ("Belarusian"): Likewise.
18503
18504 2003-12-28 Sam Steingold <sds@gnu.org>
18505
18506 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18507 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18508
18509 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18510
18511 * progmodes/gud.el (gud-gdb-command-name): Set default to
18512 "gdb --annotate=3".
18513 (gud-gdb-marker-filter): Look out for annotations.
18514 (gdb-first-pre-prompt): New variable.
18515 Remove trailing white space.
18516
18517 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18518 if necessary.
18519 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18520 annotations are detected.
18521 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18522 instead of a local one to allow transition from
18523 gud-gdb-marker-filter.
18524 Remove trailing white space.
18525
18526 2003-12-27 Kim F. Storm <storm@cua.dk>
18527
18528 * ido.el: Handle non-readable directories.
18529 (ido-decorations): Add 9th element for non-readable directory.
18530 (ido-directory-nonreadable): New dynamic var.
18531 (ido-set-current-directory): Set it.
18532 (ido-read-buffer, ido-file-internal):
18533 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18534 (ido-file-name-all-completions1): Return empty list for
18535 non-readable directory.
18536 (ido-exhibit): Print [Not readable] if directory is not readable.
18537 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18538 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18539 Use it.
18540
18541 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18542
18543 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18544 calls to directory-files-and-attributes and file-attributes.
18545 (ls-lisp-format): Remove system dependent handling of user and
18546 group id's.
18547
18548 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18549
18550 * ffap.el (ffap-read-file-or-url): Revert previous change.
18551
18552 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18553
18554 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18555 new list of included files called `files-with-node-lines', that
18556 only have node lines. This way @include commands can include any
18557 file, such as version and update files without node lines, not
18558 just files that are chapters.
18559
18560 2003-12-25 Andreas Schwab <schwab@suse.de>
18561
18562 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18563 file not found.
18564
18565 2003-12-08 Miles Bader <miles@gnu.org>
18566
18567 * dired.el (dired-between-files): Always use dired-move-to-filename,
18568 which is more robust in non-english locales.
18569
18570 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18571
18572 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18573
18574 2003-12-24 Andreas Schwab <schwab@suse.de>
18575
18576 * shell.el (shell-file-name-quote-list): Add backslash.
18577
18578 * comint.el (comint-quote-filename): Correctly handle backslash
18579 in comint-file-name-quote-list.
18580
18581 2003-12-24 Kenichi Handa <handa@m17n.org>
18582
18583 * international/mule-cmds.el (set-default-coding-systems):
18584 Call ucs-set-table-for-input for all buffers that don't have local
18585 value of buffer-file-coding-system.
18586
18587 * international/ucs-tables.el (ucs-set-table-for-input):
18588 If translation-table-for-encode is a symbol, get its
18589 translation-table property.
18590
18591 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18592
18593 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18594 to `completing-read' on a recently fixed bug.
18595
18596 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18597 instead of SPACE, to get the list of possible fringe modes.
18598 SPACE only works if both `partial-completion-mode' and
18599 `completion-auto-help' are nil.
18600
18601 * complete.el (PC-is-complete-p): Delete.
18602 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18603 calls to `test-completion'.
18604
18605 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18606
18607 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18608 to edit values when there are no children.
18609
18610 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18611 a mode called "Assembler" already exists.
18612 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18613 (gud-watch): Use format option. Remove font properties from string.
18614 (gdb-var-create-handler, gdb-var-list-children-handler):
18615 Don't bother about properties as there are none.
18616 (gdb-var-create-handler, gdb-var-list-children-handler)
18617 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18618 with two arguments.
18619 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18620 Let speedbar show value changes with a different font.
18621 (gdb-edit-value): New defun.
18622 (gdb-clear-partial-output, gdb-clear-inferior-io)
18623 (def-gdb-auto-update-handler): Use erase-buffer.
18624 (gdb-frame-handler): Display watch expressions in
18625 FUNCTION::VARIABLE format if required.
18626
18627 2003-12-23 John Paul Wallington <jpw@gnu.org>
18628
18629 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18630 (Info-goto-emacs-command-node): Doc fixes.
18631
18632 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18633
18634 * cus-edit.el (custom-add-parent-links): Define "many".
18635
18636 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18637
18638 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18639 (widget-child-validate, widget-type-value-create)
18640 (widget-type-default-get, widget-type-match): New functions.
18641 (lazy): New widget.
18642 (menu-choice, checklist, radio-button-choice, editable-list)
18643 (group, documentation-string): Remove redundant (per 2003-10-25
18644 change) calls to `widget-children-value-delete'.
18645 (widget-choice-value-get, widget-choice-value-inline): Remove.
18646 (menu-choice): Update widget.
18647
18648 2003-12-03 Kenichi Handa <handa@m17n.org>
18649
18650 * language/cyrillic.el: Register "microsoft-cp1251" in
18651 ctext-non-standard-encodings-alist.
18652 ("Bulgarian"): Add ctext-non-standard-encodings.
18653 ("Belarusian"): Likewise.
18654
18655 * international/mule-conf.el (compound-text-with-extensions):
18656 Change the type to 2 (iso-2022 base).
18657
18658 * international/mule.el (ctext-non-standard-encodings-alist):
18659 Change the format.
18660 (ctext-non-standard-encodings): New variable.
18661 (ctext-post-read-conversion): Fully re-written.
18662 (ctext-non-standard-designations-alist): Delete it.
18663 (ctext-non-standard-encodings-table): New function.
18664 (ctext-pre-write-conversion): Fully re-written.
18665
18666 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18667
18668 * cus-edit.el (custom-add-parent-links): Add documentation links
18669 for parent, if the item has none of its own.
18670
18671 2003-11-30 Richard M. Stallman <rms@gnu.org>
18672
18673 * dired-aux.el (dired-do-query-replace-regexp):
18674 Report files visited read-only.
18675
18676 2003-11-30 Juri Linkov <juri@jurta.org>
18677
18678 * dired-aux.el (dired-compare-directories): New command.
18679 (dired-file-set-difference, dired-files-attributes): New functions.
18680
18681 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18682 Version 2.0.38 of Tramp released.
18683
18684 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18685 Charles Curley <charlescurley@charlescurley.com>.
18686 (tramp-multi-connection-function-alist): Add ssht entry which adds
18687 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18688 Aichner.
18689 (tramp-get-method-parameter): New function to retrieve a method
18690 parameter. This allows for omission of method parameters.
18691 Callers adjusted.
18692
18693 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18694
18695 * net/tramp.el: Add new optional parameter ID-FORMAT to
18696 `file-attributes'. Calls of `file-attributes' won't use this
18697 parameter for backward compatibility reasons.
18698 (tramp-perl-file-attributes): Add a new parameter to Perl script
18699 in order to handle uid/gid as strings, if desired.
18700 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18701 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18702 order to make the function more general.
18703 (tramp-handle-file-attributes): Replace proprietary optional
18704 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18705 (tramp-handle-file-attributes-with-perl): Handle parameter
18706 NONNUMERIC if set. This wasn't done in the past.
18707 (tramp-post-connection): Apply second parameter "$2" if
18708 `tramp-remote-perl' is called.
18709
18710 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18711 Correct cut'n'waste error (`filename' instead of `directory').
18712 (tramp-smb-handle-directory-files-and-attributes)
18713 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18714 introduced parameter ID-FORMAT.
18715 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18716 error (`directory' instead of `ldir').
18717
18718 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18719 `file-attributes' has a second parameter. If yes, apply it with
18720 value "'integer". Otherwise, don't use that parameter (default is
18721 integer format).
18722
18723 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18724
18725 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18726 (help-for-help): Add `C-h .' to the listed Help options.
18727 Remove trailing whitespace.
18728
18729 * help-at-pt.el: New file.
18730
18731 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18732
18733 * subr.el (noreturn, 1value): New macros for test coverage.
18734 See `testcover.el'.
18735
18736 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18737
18738 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18739 for macro `1value'.
18740 (testcover-1value): New function. Checks that a 1value form
18741 actually returns only one value. Requested by RMS.
18742
18743 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18744
18745 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18746 (gdb-var-list-children, gdb-var-list-children-handler)
18747 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18748 gdb commands that use mi to keep them out of the command history.
18749
18750 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18751
18752 * cus-start.el (all): Add use-file-dialog.
18753
18754 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18757
18758 2003-11-27 Kim F. Storm <storm@cua.dk>
18759
18760 * subr.el (posn-object-x-y): New defun.
18761
18762 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18763
18764 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18765 Don't use `space' for \\\n.
18766 Be more selective as to which # are comment-starters.
18767
18768 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18769
18770 * subr.el (number-sequence): Improve handling of floating point
18771 arguments (suggested by Kim Storm). Allow negative arguments.
18772
18773 2003-11-26 Kenichi Handa <handa@m17n.org>
18774
18775 * international/mule-cmds.el (standard-display-european-internal):
18776 Cancel the standard-display-table setting for ` and '.
18777
18778 2003-11-26 Kim F. Storm <storm@cua.dk>
18779
18780 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18781 New defcustoms to add ffap-like functionality to ido.
18782 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18783 (ido-no-final-slash): New defun.
18784 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18785 (ido-read-file-name): ): Toggle VC checking via
18786 vc-handled-backends instead of vc-master-templates.
18787 (ido-file-internal): Handle ido-use-url-at-point and
18788 ido-use-filename-at-point via code borrowed from ffap-guesser.
18789 Handle new ido-exit code ffap.
18790 (ido-sort-list): Ignore final slash when sorting file names.
18791
18792 2003-11-25 Kim F. Storm <storm@cua.dk>
18793
18794 * emulation/cua-base.el (cua--standard-movement-commands):
18795 Add forward-sentence and backward-sentence.
18796
18797 2003-11-25 Stephen Eglen <stephen@gnu.org>
18798
18799 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18800 iswitchb-exit is set to 'usefirst when user selects buffer at head
18801 of list using RET. (Selecting buffers at the head of the list was
18802 broken if the substring was also a complete buffername.)
18803
18804 2003-11-23 Kim F. Storm <storm@cua.dk>
18805
18806 * progmodes/compile.el (grep-command, grep-use-null-device)
18807 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18808 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18809 (grep-regexp-alist, grep-program, find-program)
18810 (grep-find-use-xargs, grep-history, grep-find-history)
18811 (grep-process-setup, grep-compute-defaults)
18812 (grep-default-command, grep, grep-tag-default, grep-find)
18813 (grep-expand-command-macros, grep-tree-last-regexp)
18814 (grep-tree-last-files, grep-tree): Move grep variables, functions
18815 and commands to new file grep.el.
18816 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18817 (compilation-process-setup-function): Doc fix.
18818 (compilation-highlight-regexp, compilation-highlight-overlay): New
18819 defvars used for highlighting current compile error in source buffer.
18820 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18821 LOCAL-MAP which overrides compilation-highlight-regexp and
18822 compilation-mode-map for this compilation.
18823 Delay calling compilation-set-window-height until after running
18824 compilation-process-setup-function so it can buffer-local override
18825 compilation-window-height.
18826 Check buffer-local value of compilation-scroll-output.
18827 (compilation-set-window-height): Use buffer-local value of
18828 compilation-window-height.
18829 (compilation-revert-buffer): Don't pass (undefined)
18830 preserve-modes arg to revert-buffer.
18831 (next-error-no-select, previous-error-no-select): New commands.
18832 (compilation-goto-locus): Temporarily highlight current match in
18833 source buffer using compilation-highlight-regexp.
18834
18835 * progmodes/grep.el: New file with grep code from compile.el.
18836 (grep): New defcustom group.
18837 (grep-window-height): New defcustom, like compilation-window-height.
18838 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18839 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18840 (grep-command, grep-use-null-device, grep-find-command)
18841 (grep-tree-files-aliases, grep-tree-ignore-case)
18842 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18843 (grep-setup-hook): New hook variable.
18844 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18845 (grep-last-buffer): New defvar, override compilation-last-buffer.
18846 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18847 Call compile-internal with args highlight-regexp and grep-mode-map.
18848
18849 2003-11-23 Kim F. Storm <storm@cua.dk>
18850
18851 * subr.el (event-start, event-end): Doc fix.
18852 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18853 (posn-area, posn-actual-col-row, posn-object): New defuns.
18854 (posn-col-row): Simplify doc. Rewrite to use cond.
18855 (posn-point): Also return buffer position for events outside text
18856 area (that info is now present in the event position).
18857
18858 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18859 mouse-set-point so that hscroll still works now that clicks on
18860 fringes generate specific mouse events.
18861 (mouse-set-point): Note that it now works in fringes and margins
18862 too due to new semantics of posn-point in fringes and margins.
18863
18864 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18865 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18866
18867 2003-11-20 Kim F. Storm <storm@cua.dk>
18868
18869 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18870 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18871 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18872 to 100 for icons to avoid increasing line height when shown.
18873
18874 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18875
18876 * newcomment.el (comment-normalize-vars): Initialize properly if
18877 comment-start was nil.
18878
18879 2003-11-19 Andreas Schwab <schwab@suse.de>
18880
18881 * simple.el (set-variable): Fix indentation.
18882
18883 2003-11-17 Kenichi Handa <handa@m17n.org>
18884
18885 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18886 Fix docstring.
18887
18888 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18889
18890 * international/latin1-disp.el (latin1-display): Fix docstring.
18891
18892 2003-11-16 John Wiegley <johnw@newartisans.com>
18893
18894 * eshell/em-ls.el (eshell-ls-file): There are times with
18895 size-width is nil and uncomputed (when directories are created in
18896 dired, for example); in this case, 4 is reasonable default value,
18897 although it may caused skewed new entries (which could be avoided
18898 by returning the original value of 8 in all cases, but 99% of the
18899 time this is a waste of whitespace).
18900
18901 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18902
18903 * cc-engine.el (c-guess-continued-construct)
18904 (c-guess-basic-syntax): Check a little more carefully if it's a
18905 function declaration when an unknown construct followed by a block
18906 is found inside a statement context. This avoids macros followed
18907 by blocks to be taken as function declarations.
18908
18909 (c-guess-continued-construct): Change the analysis of a statement
18910 continuation with a brace open to `substatement-block', for
18911 consistency with recognized statements.
18912
18913 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18914 start is in a position so that `c-beginning-of-statement-1' jumped
18915 to the beginning of the same statement.
18916
18917 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18918 Don't accept binary operators in the arglist if we're in a function
18919 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18920 template recognition in cases like "if (a < b || c > d)".
18921
18922 (c-restricted-<>-arglists): New more appropriate name for
18923 `c-disallow-comma-in-<>-arglists'.
18924
18925 Accessing functions updated for the variable name change.
18926
18927 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18928 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18929
18930 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18931 labels.
18932
18933 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18934 instead of duplicating parts of it. This fixes bogus label
18935 recognition.
18936
18937 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18938 of checking the context in which to apply the minimum indentation,
18939 so that it isn't enforced in e.g. namespace blocks.
18940
18941 * cc-vars.el (c-inside-block-syms): New constant used by
18942 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18943 to somewhat reduce the risk of becoming stale.
18944
18945 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18946 cc-cmds to cc-engine to allow use from cc-align.
18947
18948 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18949 qualified identifiers containing "::".
18950
18951 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18952 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18953
18954 * cc-vars.el (c-emacs-features): Use a space in front of the name
18955 of the temporary buffer. That also avoids dumping problems in
18956 XEmacs due to undo info being left around after the buffer is killed.
18957
18958 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18959 arglist to see if it's a K&R style declaration.
18960
18961 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18962 before returning `knr-argdecl-intro'.
18963
18964 2003-11-16 John Wiegley <johnw@newartisans.com>
18965
18966 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18967 field in a long-listing always 8 characters, use `size-width',
18968 which has already been computed.
18969
18970 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
18971
18972 * subr.el (minor-mode-list): Add `hs-minor-mode'.
18973
18974 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18975
18976 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18977 Support operation while narrowed, with `diff-restrict-view'.
18978
18979 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
18980
18981 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18982 Take additional optional arg NARROWFUN. For the generated functions:
18983 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
18984 include frags that arrange to check for and save narrowing state before
18985 the move and then conditionally call NARROWFUN after the move.
18986
18987 2003-11-14 John Wiegley <johnw@newartisans.com>
18988
18989 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18990 that was optional, but obviously missing based on surrounding code.
18991
18992 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18993 string arguments to numbers unless the whole argument was seen as
18994 a number.
18995
18996 2003-11-14 Kenichi Handa <handa@m17n.org>
18997
18998 * international/mule.el (ctext-non-standard-encodings-alist):
18999 Fix coding systems.
19000
19001 2003-11-10 Kenichi Handa <handa@m17n.org>
19002
19003 * language/kannada.el ("Kannada"): Add sample-text.
19004
19005 * language/knd-util.el (kannada-compose-region)
19006 (kannada-compose-string, kannada-post-read-conversion):
19007 Add autoload cookie.
19008
19009 * international/quail.el (quail-completion): Change the message
19010 "corresponding translations" to "corresponding characters".
19011
19012 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19013
19014 * descr-text.el (describe-char): Fix typo.
19015
19016 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19017
19018 These changes are to support Kannada language/script.
19019
19020 * Makefile.in (DONTCOMPILE): Add kannada.el.
19021
19022 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19023
19024 * loadup.el: Preload kannada.el.
19025
19026 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19027 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19028 New variables.
19029
19030 * language/kannada.el: New file.
19031
19032 * language/knd-util.el: New file.
19033
19034 2003-11-07 Andreas Schwab <schwab@suse.de>
19035
19036 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19037 Also highlight AH_*.
19038
19039 * xml.el (xml-parse-dtd): Fix misplaced paren.
19040
19041 2003-11-07 Kenichi Handa <handa@m17n.org>
19042
19043 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19044
19045 2003-11-05 Juri Linkov <juri@jurta.org>
19046
19047 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19048 (desktop-buffer-file): Use saved buffer-file-coding-system
19049 for file reading. Set auto-insert to nil to prevent automatic
19050 insertion into restored empty files.
19051
19052 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19053
19054 * files.el (risky-local-variable-p): Make second argument optional.
19055
19056 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19057
19058 * subr.el (add-hook): Fix last change.
19059
19060 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19061
19062 * mail/rmail.el (rmail-convert-to-babyl-format):
19063 If base64-decode-region signals an error, catch it and silently
19064 ignore it.
19065
19066 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19067
19068 * xml.el (xml-parse-region): Allow comments to appear after the
19069 topmost element has closed.
19070 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19071 (xml-ns-expand-attr): New functions to do namespace handling.
19072 (xml-intern-attrlist): Back-compatible handling of attribute names.
19073 (xml-parse-tag): Move namespace handling to separate functions.
19074 Now produces elements in the form ((:ns . "element") (attr-list)
19075 children) instead of ('ns:element (attr-list) children).
19076 (xml-parse-attlist): Fix attribute parsing.
19077 (xml-parse-dtd): Change parsing so that it produces strings
19078 instead of interned symbols.
19079
19080 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19081
19082 * dired.el (dired-ls-sorting-switches): Doc fix.
19083
19084 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19085
19086 * emacs-lisp/rx.el (rx-or): Fix the case of
19087 "(rx (and ?a (or ?b ?c) ?d))".
19088
19089 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19090
19091 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19092 (texinfo-format-region): Use it.
19093 (texinfo-format-buffer-1): Ditto.
19094
19095 2003-11-01 Alan Mackenzie <acm@muc.de>
19096
19097 Changes to allow scrolling whilst in isearch mode:
19098 * isearch.el (isearch-unread-key-sequence): New function,
19099 extracted from isearch-other-meta-char.
19100 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19101 "scrollable" standard functions.
19102 (isearch-allow-scroll): New customizable variable.
19103 (isearch-string-out-of-window, isearch-back-into-window)
19104 (isearch-reread-key-sequence-naturally)
19105 (isearch-lookup-scroll-key): New functions.
19106 (isearch-other-meta-char): Doc string and functionality enhanced.
19107 Now accepts a prefix argument.
19108 (isearch-lazy-highlight-window-end): New variable.
19109 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19110 end (thru isearch-lazy-highlight-window-end), not only its start.
19111
19112 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19113 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19114 (universal-argument, universal-argument-more, negative-argument)
19115 (digit-argument, universal-argument-other-key): Minor changes.
19116
19117 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19118
19119 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19120 recursively if the last message is deleted, thus avoiding an
19121 infinite loop.
19122
19123 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19124
19125 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19126 (tex-main-file): Don't add .tex if the extension is already present.
19127 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19128
19129 2003-10-29 Lute Kamstra <lute@gnu.org>
19130
19131 * progmodes/octave-inf.el (inferior-octave-prompt):
19132 Recognize version number in prompt.
19133
19134 2003-10-28 Dave Love <fx@gnu.org>
19135
19136 * international/characters.el: Fix some Unicode ranges.
19137
19138 2003-10-28 Kenichi Handa <handa@m17n.org>
19139
19140 * disp-table.el (standard-display-8bit)
19141 (standard-display-default, standard-display-ascii)
19142 (standard-display-g1, standard-display-graphic)
19143 (standard-display-underline): Assure that standard-display-table
19144 is a display table.
19145
19146 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19147
19148 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19149 reindenting the first line.
19150
19151 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19152
19153 * wid-edit.el (widget-default-delete): Always delete child widgets.
19154
19155 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19156
19157 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19158 if the line has code.
19159 Don't try to line up with something that's too far left.
19160
19161 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19162 (octave-mode-syntax-table): Add % as a comment starter.
19163 (octave-point): Remove.
19164 (octave-in-comment-p, octave-in-string-p)
19165 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19166 (octave-blink-matching-block-open, octave-auto-fill):
19167 Use line-(beginning|end)-position instead.
19168
19169 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19170
19171 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19172 for Francesco Potort\e,Al\e(B.
19173
19174 2003-10-23 Dave Love <fx@gnu.org>
19175
19176 * international/mule-cmds.el (locale-charset-to-coding-system):
19177 Don't rely on nil being a coding system.
19178
19179 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19180 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19181 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19182
19183 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19184
19185 * gdb-ui.el (gdb-current-language): New variable.
19186 (gdb-update-flag): Remove variable.
19187 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19188 (gdb-take-last-elt): Remove function.
19189 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19190 (gdb-post-prompt): Check for variable object changes here.
19191
19192 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19193 object changes in gdb-ui.el.
19194
19195 2003-10-21 Richard M. Stallman <rms@gnu.org>
19196
19197 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19198
19199 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19200 Don't check for foo*/ wildcard form here.
19201 (insert-directory): Recognize foo*/ as a wildcard.
19202 Separate wildcard-regexp variable from the arg, wildcard.
19203
19204 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19205 (remove-hook): Correctly handle strange cases about local hooks.
19206
19207 2003-10-21 David Ponce <david@dponce.com>
19208
19209 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19210 argument REAL, to return a real number instead of a rounded
19211 integer value. Define as inline function.
19212 (ruler-mode-right-fringe-cols): Likewise.
19213 (ruler-mode-scroll-bar-cols): New function.
19214 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19215 (ruler-mode-right-scroll-bar-cols): Likewise.
19216 (ruler-mode-space): New function.
19217 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19218 scroll bar mode and margins in a more robust way.
19219
19220 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19221
19222 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19223 (antlr-c-init-language-vars): New function.
19224 (antlr-mode): Use it with cc-mode before v5.29.
19225 (antlr-c-common-init): Don't set some local vars here.
19226 (antlr-mode): Set them here.
19227 (antlr-c-forward-sws): New function alias.
19228 (antlr-mode): Redefine with cc-mode before v5.30.
19229 (antlr-skip-sexps): Use it.
19230 (antlr-skip-exception-part): Ditto.
19231 (antlr-skip-file-prelude): Ditto.
19232 (antlr-outside-rule-p): Ditto.
19233 (antlr-end-of-body): Ditto.
19234 (antlr-option-kind): Ditto.
19235 (antlr-insert-option-area): Ditto.
19236 (antlr-file-dependencies): Ditto.
19237
19238 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19239
19240 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19241 Move backward only if point was not inside an entry.
19242
19243 2003-10-21 Richard M. Stallman <rms@gnu.org>
19244
19245 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19246
19247 2003-10-21 Juri Linkov <juri@jurta.org>
19248
19249 * compare-w.el: Automatically skip non-matching text to resync.
19250 (compare-windows-whitespace): Doc fix.
19251 (compare-windows-sync, compare-windows-sync-string-size)
19252 (compare-windows-recenter, compare-ignore-whitespace)
19253 (compare-windows-highlight, compare-windows-face): New variables.
19254 (compare-windows): Use compare-windows-sync.
19255 (compare-windows-highlight, compare-windows-dehighlight)
19256 (compare-windows-sync-regexp)
19257 (compare-windows-sync-default-function): New functions.
19258
19259 2003-10-21 Juri Linkov <juri@jurta.org>
19260
19261 * diff.el (diff-parse-differences): Don't visit the files now;
19262 instead, just record the error locus.
19263
19264 2003-10-21 Dave Love <fx@gnu.org>
19265
19266 * progmodes/cfengine.el: New file.
19267
19268 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19269
19270 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19271 default-directory when completing file names.
19272
19273 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19274
19275 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19276 followed by the word `face', it gets treated as a face, even if
19277 it is also defined as a variable or a function.
19278
19279 2003-10-20 Dave Love <fx@gnu.org>
19280
19281 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19282 Avoid incf in macro expansion.
19283
19284 2003-10-20 John Paul Wallington <jpw@gnu.org>
19285
19286 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19287 `evenp' so we don't implicitly require cl library at runtime.
19288
19289 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19290
19291 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19292 (help-make-xrefs): Only make cross-references for faces if
19293 preceded or followed by the word `face'. Do not make a
19294 cross-reference for variables without variable documentation,
19295 unless preceded by the word `variable' or `option'. Update doc
19296 string accordingly.
19297
19298 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19299
19300 * progmodes/hideshow.el: Rewrite one-armed `if'
19301 constructs using either `when' or `unless'.
19302 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19303
19304 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19305
19306 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19307 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19308 instead of 12x12.
19309
19310 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19311
19312 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19313 message while converting to Babyl.
19314
19315 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19316
19317 * allout.el (allout-mode): Doc fix.
19318
19319 2003-10-16 Lute Kamstra <lute@gnu.org>
19320
19321 * subr.el (force-mode-line-update): Fix docstring.
19322
19323 2003-10-14 Dave Love <fx@gnu.org>
19324
19325 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19326 (default-input-method): Add :link, improve :type.
19327 (locale-charset-language-names): Fix utf-8 pattern.
19328 (locale-charset-match-p, locale-charset-alist)
19329 (locale-charset-to-coding-system): New.
19330 (set-locale-environment): Deal with codeset part of locale specs.
19331
19332 2003-10-14 Lute Kamstra <lute@gnu.org>
19333
19334 * fringe.el (fringe-mode): Use active voice in docstring.
19335 (set-fringe-style): Ditto.
19336
19337 2003-10-13 Lute Kamstra <lute@gnu.org>
19338
19339 * fringe.el (fringe-mode): Fix docstring.
19340 (set-fringe-style): Ditto.
19341
19342 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19343
19344 * ediff-mult.el (ediff-filegroup-action):
19345 Use ediff-default-filtering-regexp.
19346
19347 * ediff-util.el (ediff-recenter): Don't call
19348 ediff-restore-highlighting twice.
19349 (ediff-select-difference): Set current difference.
19350 (ediff-unselect-and-select-difference): Add comment.
19351
19352 * ediff.el (ediff-directories,ediff-directory-revisions)
19353 (ediff-directories3,ediff-merge-directories)
19354 (ediff-merge-directories-with-ancestor)
19355 (ediff-merge-directory-revisions)
19356 (ediff-merge-directory-revisions-with-ancestor):
19357 Use ediff-default-filtering-regexp.
19358
19359 2003-10-12 Andreas Schwab <schwab@suse.de>
19360
19361 * international/mule-cmds.el (locale-charset-language-names):
19362 Simplify regex by removing unused grouping.
19363
19364 2003-10-10 Dave Love <fx@gnu.org>
19365
19366 * bindings.el: Don't bind stop.
19367
19368 2003-10-08 Miles Bader <miles@gnu.org>
19369
19370 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19371 face instead of attempting to emulate it.
19372
19373 2003-10-07 Kenichi Handa <handa@m17n.org>
19374
19375 * international/mule-diag.el (list-coding-systems-1): List coding
19376 systems that are loaded automatically.
19377
19378 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19379
19380 * international/mule.el (autoload-coding-system): New function.
19381
19382 2003-10-07 Andreas Schwab <schwab@suse.de>
19383
19384 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19385 change-log-default-name in the buffer visiting the file.
19386
19387 2003-10-06 Dave Love <fx@gnu.org>
19388
19389 * files.el (find-file-hook): Customize.
19390 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19391
19392 * bindings.el (completion-ignored-extensions): Remove .log.
19393 (global-map): Add again, open, stop keys.
19394
19395 2003-10-05 Richard M. Stallman <rms@gnu.org>
19396
19397 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19398 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19399 Use sh-modify directly.
19400 (sh-select): Use sh-append, not eval.
19401
19402 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19403
19404 * info.el (Info-following-node-name): New function.
19405
19406 * loadhist.el (unload-feature-special-hooks):
19407 Rename from loadhist-hook-functions.
19408 (loadhist-hook-functions): Now an alias.
19409
19410 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19411
19412 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19413 file-name clashes on 8+3 filesystems.
19414
19415 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19416 Rename loaddefs-boot.el to ldefs-boot.el
19417
19418 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19419 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19420
19421 2003-10-03 Lute Kamstra <lute@gnu.org>
19422
19423 * info.el (Info-mode): Revert previous change.
19424 (Info-escape-percent): New function.
19425 (Info-fontify-node): Use it.
19426
19427 2003-10-02 Andreas Schwab <schwab@suse.de>
19428
19429 * loaddefs-boot.el: Regenerated.
19430
19431 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19432
19433 * ffap.el: Remove defadvice related code from CVS since `complete'
19434 provides a `PC-completion-as-file-name-predicate' variable that
19435 ffap can override.
19436
19437 2003-10-02 Kenichi Handa <handa@m17n.org>
19438
19439 * international/utf-8.el (ccl-decode-mule-utf-8):
19440 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19441
19442 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19443 * international/subst-big5.el: Likewise.
19444 * international/subst-gb2312.el: Likewise.
19445 * international/subst-ksc.el: Likewise.
19446
19447 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19448
19449 * calendar/calendar.el (increment-calendar-month)
19450 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19451 (generate-calendar, calendar-read-date, calendar-interval)
19452 (calendar-day-of-week): Handle years BC.
19453 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19454
19455 2003-10-01 Dave Love <fx@gnu.org>
19456
19457 * language/cyrillic.el (cp1251): Alias for windows-1251.
19458
19459 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19460 bootstrap.
19461
19462 2003-10-01 Lute Kamstra <lute@gnu.org>
19463
19464 * files.el: Fix typo.
19465 * imenu.el (imenu--generic-function): Docstring fix.
19466
19467 2003-09-30 Richard M. Stallman <rms@gnu.org>
19468
19469 * dired.el (dired-mode): Handle dired-directory as a list.
19470
19471 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19472
19473 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19474
19475 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19476
19477 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19478 Replace gud-display with gud-watch.
19479 (gud-speedbar-buttons): Add stuff for watching expressions
19480 in the speedbar when using M-x gdba. Use dolist on old part
19481 of this function.
19482
19483 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19484 (gdb-update-flag): New variables.
19485 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19486 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19487 (gud-watch, gdb-var-create-handler) : New functions.
19488 (gdb-var-list-children, gdb-var-list-children-handler)
19489 (gdb-var-create-regexp, gdb-var-update-regexp)
19490 (gdb-var-list-children-regexp): New constants.
19491 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19492 (gdb-annotation-rules): Reduce annotation set (level 3).
19493 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19494 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19495 updates.
19496 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19497 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19498 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19499 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19500 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19501 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19502 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19503 (gud-display, gud-display1)
19504 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19505 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19506 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19507 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19508 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19509 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19510 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19511 (gdb-display-display-buffer, gdb-toggle-display)
19512 (gdb-delete-display, gdb-expressions-popup-menu)
19513 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19514 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19515 to display buffer.
19516
19517 2003-09-30 Richard M. Stallman <rms@gnu.org>
19518
19519 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19520 Instead, set which-func-functions.
19521
19522 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19523 (which-func-functions): New variable.
19524 (which-function): Use that.
19525
19526 * info.el (Info-mode): Double each `%' in header line.
19527
19528 * emacs-lisp/lisp-mnt.el (lm-with-file):
19529 When FILE is nil, run BODY in current buffer.
19530
19531 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19532
19533 * help.el (describe-mode): Start with a brief list of minor modes.
19534 Find them thru minor-mode-list so as to find them all.
19535 Show them in alphabetical order.
19536
19537 * mail/sendmail.el (mail-aliases): Doc fix.
19538
19539 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19540
19541 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19542
19543 * mail/rmailsum.el (rmail-make-summary-line-1):
19544 Change comma after last label to a space.
19545 (rmail-summary-font-lock-keywords): Adapt to that change.
19546
19547 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19548
19549 * progmodes/scheme.el (scheme-mode-variables): When setting
19550 `font-lock-defaults', also specify that "#" should
19551 be interpreted with `word' syntax.
19552 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19553
19554 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19555
19556 * desktop.el: A lot of comments updated.
19557 (desktop-save-mode): Minor mode introduced.
19558 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19559 (desktop-load-default): Function made obsolete.
19560 (desktop-locals-to-save): Variable made customizable.
19561 (desktop-read): Optional parameter `dirname' added.
19562 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19563 `desktop-read' used.
19564 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19565
19566 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19567
19568 * whitespace.el (whitespace-clean-msg): Add user customizable message
19569 for displaying ``clean'' output.
19570 (whitespace-buffer): Use `whitespace-clean-msg'.
19571 (whitespace-global-mode): Fix typo.
19572
19573 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19574
19575 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19576
19577 2003-09-29 Lute Kamstra <lute@gnu.org>
19578
19579 * bindings.el (mode-line-modes): Remove superfluous :propertize
19580 construct in initialization.
19581 (mode-line-position): Change cons cell into proper list in
19582 initialization.
19583
19584 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19585
19586 * international/mule.el (decode-coding-inserted-region): Use car
19587 of the return value of find-operation-coding-system.
19588
19589 2003-09-29 Kenichi Handa <handa@m17n.org>
19590
19591 * descr-text.el (describe-char): Fix previous change.
19592
19593 2003-09-28 Kenichi Handa <handa@m17n.org>
19594
19595 * descr-text.el (describe-char-display): New function.
19596 (describe-char): Pay attention to display table on describing how
19597 a character is displayed.
19598
19599 * international/mule-cmds.el (encoded-string-description):
19600 Prepend "0x" to each encoded byte.
19601
19602 2003-09-28 Andreas Schwab <schwab@suse.de>
19603
19604 * find-file.el (ff-special-constructs): Add autoload cookie.
19605
19606 2003-09-28 Kevin Ryde <user42@zip.com.au>
19607
19608 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19609 makeinfo appends to duplicate index entries.
19610
19611 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19612
19613 * dired-x.el (dired-clean-tex): Doc fix.
19614
19615 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19616 using a Chinese tutorial.
19617
19618 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19619
19620 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19621 between "MAIL FROM:" and "RCPT TO:" and the following address.
19622
19623 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19624
19625 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19626
19627 2003-09-28 David Ponce <david@dponce.com>
19628
19629 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19630 (recentf-load-list): When `recentf-initialize-file-name-history'
19631 is non-nil, initialize an empty `file-name-history' with the
19632 recent list.
19633
19634 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19635
19636 * man.el (Man-default-man-entry): Remove the leading `*' from the
19637 word at point.
19638
19639 2003-09-26 Lute Kamstra <lute@gnu.org>
19640
19641 * bindings.el (mode-line-position): Mention size indication in
19642 docstring.
19643
19644 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19645
19646 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19647
19648 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19649 because it's autoloaded now.
19650
19651 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19652
19653 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19654 (sh-font-lock-keywords, sh-feature): Fix previous change of
19655 sh-feature to avoid infloop with sh-font-lock-keywords.
19656
19657 2003-09-25 Kim F. Storm <storm@cua.dk>
19658
19659 * frame.el (frame-current-scroll-bars): New defun.
19660
19661 * window.el (window-current-scroll-bars): New defun.
19662
19663 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19664
19665 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19666 cause errors when the state cache contains info on parts that have
19667 been narrowed out.
19668
19669 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19670
19671 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19672 `c-setup-paragraph-variables' has to be used when this variable is
19673 changed; it doesn't work to reinitialize the mode since that
19674 typically clobbers the variable.
19675
19676 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19677 Make it interactive.
19678
19679 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19680
19681 * progmodes/cc-fonts.el (c-font-lock-declarations):
19682 Fix recognition of constructors and destructors for classes whose
19683 names are matched by `*-font-lock-extra-types'.
19684
19685 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19686 followed by an identifier in C++ then it's a type.
19687
19688 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19689
19690 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19691 problem that primarily affected XEmacs. Don't use faces to find
19692 unterminated strings since Emacs and XEmacs fontify strings
19693 differently - this function should now work better in XEmacs.
19694
19695 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19696
19697 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19698 `expand-abbrev' workaround which caused braces to misbehave inside
19699 macros.
19700
19701 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19702 handling. This bug could cause interactive font locking to bail out.
19703
19704 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19705
19706 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19707 Handle paren-style types in Pike. Also fixed some cases of
19708 insufficient handling of unbalanced parens.
19709
19710 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19711
19712 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19713 common shell prompts that are not common filename or URL characters.
19714 (ffap-file-at-point): Use the new regexp to strip the prompts from
19715 the file names. This is an issue mostly for user prompts that
19716 don't have a trailing space and find-file-at-point is invoked from
19717 within a shell inside Emacs.
19718
19719 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19720
19721 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19722 stamps numerically, rather than textually.
19723
19724 2003-09-24 Kenichi Handa <handa@m17n.org>
19725
19726 * language/devan-util.el (devanagari-post-read-conversion):
19727 * language/mlm-util.el (malayalam-post-read-conversion):
19728 * language/tml-util.el (tamil-post-read-conversion):
19729 Add autoload cookie.
19730
19731 * international/utf-8.el (utf-8-post-read-conversion):
19732 Call post-read-conversion functions for Devanagari, Malayalam,
19733 and Tamil.
19734
19735 2003-09-23 Dave Love <fx@gnu.org>
19736
19737 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19738
19739 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19740
19741 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19742 Update gud-remove.
19743
19744 2003-09-22 Richard M. Stallman <rms@gnu.org>
19745
19746 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19747 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19748 (sh-mode-syntax-table-input): New variable.
19749 (sh-require-final-newline): Don't use eval.
19750 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19751 (sh-variables, sh-font-lock-keywords): Don't use eval.
19752 (sh-set-shell): When setting require-final-newline,
19753 treat value = `require-final-newline' as don't change it.
19754 Set sh-mode-syntax-table locally based on
19755 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19756
19757 * progmodes/compile.el (compile-internal):
19758 Call compilation-set-window-height before setting window start.
19759
19760 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19761
19762 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19763 Clear out byte-compile-last-warned-form.
19764
19765 2003-09-22 Richard M. Stallman <rms@gnu.org>
19766
19767 * woman.el (woman-file-name, woman-follow-word):
19768 If current-word returns nil, use "".
19769
19770 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19771
19772 2003-09-22 Richard M. Stallman <rms@gnu.org>
19773
19774 * emacs-lisp/lisp-mnt.el (lm-with-file):
19775 Don't visit the file, just use insert-file-contents in temp buffer.
19776
19777 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19778
19779 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19780 Add surrounding \\( and \\) around the header, as in
19781 for lm-history-header 'Change Log\\|History'.
19782
19783 2003-09-22 John Paul Wallington <jpw@gnu.org>
19784
19785 * progmodes/ld-script.el: Add Commentary section,
19786 minor cleanup of file header.
19787 (ld-script-font-lock-keywords): Doc fix.
19788 (toplevel): Provide `ld-script' feature.
19789
19790 2003-09-21 Kim F. Storm <storm@cua.dk>
19791
19792 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19793 new built-in variable default-frame-scroll-bars.
19794 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19795 scroll-bar-mode; notably, use it instead of t when we toggle
19796 scroll-bars on.
19797 (toggle-scroll-bar): Use default-frame-scroll-bars.
19798
19799 2003-09-19 Masatake YAMATO <jet@gyve.org>
19800
19801 * pcvs.el (cvs-do-removal): Change the prompt depending on
19802 `filter' value.
19803
19804 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19805
19806 * startup.el (command-line-1): Stop startup-echo-area-message
19807 being hidden by "Loading image..." message.
19808 (use-fancy-splash-screens-p, display-splash-screen):
19809 Move display-graphic-p test from latter to former.
19810
19811 * progmodes/sh-script.el (sh-font-lock-keywords):
19812 Highlight escaped EOLs differently from other backslash constructs.
19813
19814 2003-09-19 Richard M. Stallman <rms@gnu.org>
19815
19816 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19817 New functions.
19818 (edebug-enter, edebug-outside-excursion): Use them.
19819
19820 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19821 Fix the condition for whether to print "In WHERE".
19822
19823 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19824
19825 * finder.el (finder-mode-hook): New variable.
19826 (finder-mode): Run hook finder-mode-hook
19827
19828 2003-09-18 Masatake YAMATO <jet@gyve.org>
19829
19830 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19831
19832 2003-09-17 Mario Lang <mlang@delysid.org>
19833
19834 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19835 "p %e" to actually print the value in the GUD buffer.
19836
19837 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19838
19839 From David Ponce <david.ponce@wanadoo.fr>:
19840 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19841 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19842 from loaddefs-boot.el if necessary.
19843
19844 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19845
19846 * progmodes/gud.el (gud-find-class): Make jdb work again since
19847 cc-mode changed the syntactic information.
19848
19849 2003-09-15 David Ponce <david@dponce.com>
19850
19851 * recentf.el: (recentf-exclude): Accept predicates too.
19852 (recentf-file-readable-p): New function.
19853 (recentf-include-p): Handle predicates in recentf-exclude.
19854 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19855 (recentf-cleanup): Likewise.
19856 (recentf-save-list): Use write-file to handle backup of
19857 recentf-save-file.
19858
19859 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19860
19861 * loaddefs-boot.el: Renamed from `loaddefs.el'
19862 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19863 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19864 necessary.
19865
19866 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19867
19868 * electric.el (Electric-pop-up-window): For the `one-window' case,
19869 no longer disconcertingly move point in the original buffer.
19870
19871 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19872
19873 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19874
19875 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19876
19877 * dired.el (dired-mode-map): Fix typo.
19878
19879 2003-09-11 Richard M. Stallman <rms@gnu.org>
19880
19881 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19882
19883 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19884
19885 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19886 the function is less noisy. Now only `kill-buffer' can ask questions.
19887
19888 2003-09-10 Mario Lang <mlang@delysid.org>
19889
19890 * battery.el: Update Commentary and Copyright.
19891 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19892 appear due to wrong ordering of the expressions in `or'.
19893
19894 2003-09-09 Lute Kamstra <lute@gnu.org>
19895
19896 * misc.el (upcase-char): Fix docstring.
19897 (zap-up-to-char): New command.
19898
19899 2003-09-08 David Ponce <david@dponce.com>
19900
19901 Ensure that recentf correctly updates the menu bar.
19902 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19903 (recentf-menu-bar): New function.
19904 (recentf-clear-data): Use it
19905 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19906 of easy-menu-change.
19907
19908 2003-09-08 Lute Kamstra <lute@gnu.org>
19909
19910 * simple.el (size-indication-mode): New.
19911 * bindings.el (mode-line-position): Add buffer size indicator.
19912
19913 2003-09-04 Mario Lang <mlang@delysid.org>
19914
19915 * battery.el (battery-linux-proc-acpi): New function.
19916 (battery-status-function): Modify default value calculation to also
19917 check for availability of ACPI.
19918 (battery-echo-area-format): Ditto.
19919 (battery-mode-line-format): Ditto.
19920
19921 2003-09-06 Dave Love <fx@gnu.org>
19922
19923 * ielm.el (ielm-mode-hook): Add :options.
19924
19925 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19926 (eldoc-print-current-symbol-info): Use it.
19927
19928 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19929
19930 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19931 being displayed in GUD buffer.
19932 (gdb-idle-input-queue): Remove var. Use just one queue.
19933 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19934 Remove functions. Use just one queue.
19935 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19936 (gdb-invalidate-assembler, gdb-get-current-frame):
19937 Modify functions. Use just one queue.
19938
19939 2003-09-04 Dave Love <fx@gnu.org>
19940
19941 * cus-start.el: Add blink-cursor-alist.
19942
19943 * ruler-mode.el (ruler-mode-fill-column-char)
19944 (ruler-mode-current-column-char): Use char-displayable-p,
19945 not window-system.
19946
19947 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19948
19949 * language/european.el (windows-1252): Move from code-pages.
19950
19951 * language/cyrillic.el ("Windows-1251"): Delete.
19952 ("Bulgarian", "Belarusian"): Remove `features'.
19953 (windows-1251): Move from code-pages.
19954
19955 * international/mule-diag.el (non-iso-charset-alist):
19956 Remove `codepage' stuff.
19957 (print-designation, list-coding-systems-1): Output fixes.
19958
19959 * international/code-pages.el (cp-make-translation-table)
19960 (cp-valid-codes): Made defsubsts.
19961 (cp-fix-safe-chars): Delete.
19962 (mule-diag): Don't require.
19963 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19964 (top-level): Check for defined coding system when defining
19965 cp... aliases. Change w32-add-charset-info test to avoid warning.
19966 (non-iso-charset-alist): Defvar when compiling.
19967 (cp-make-coding-system): Doc fix.
19968
19969 2003-09-02 Jason Rumney <jasonr@gnu.org>
19970
19971 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19972 line-ends from CVS before doing conversion.
19973
19974 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
19975
19976 * calendar/diary-lib.el (diary-header-line-flag)
19977 (diary-header-line-format): New variables.
19978 (list-diary-entries): Use them to set header line in simple diary.
19979
19980 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19981 other than font-lock-string-face to highlight backslashes.
19982
19983 2003-09-01 Jason Rumney <jasonr@gnu.org>
19984
19985 * international/titdic-cnv.el (tit-read-key-value): Include \r in
19986 regexp.
19987
19988 2003-09-01 Dave Love <fx@gnu.org>
19989
19990 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19991
19992 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19993 and :help; also line and column numbers labels.
19994
19995 * international/mule-util.el (char-displayable-p): Move from
19996 latin1-disp, rename and autoload.
19997
19998 * international/latin1-disp.el (latin1-char-displayable-p):
19999 Now obsolete alias. Replace uses with char-displayable-p.
20000 (latin1-display-ucs-per-lynx): Fix last change.
20001
20002 * international/mule-cmds.el (standard-display-european-internal):
20003 Don't use char code for Latin-1 NBSP.
20004 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20005 U+2018, U+2019 for `'.
20006 (select-safe-coding-system): Message fix.
20007
20008 2003-09-01 Kenichi Handa <handa@m17n.org>
20009
20010 * international/fontset.el (setup-default-fontset): For Thai
20011 font, specify "*" family.
20012
20013 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20014
20015 * progmodes/compile.el (previous-error): Accept a prefix
20016 argument, similarly to next-error.
20017
20018 2003-08-31 Masatake YAMATO <jet@gyve.org>
20019
20020 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20021 the number of files. Bind the number of files to a local
20022 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20023
20024 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20025
20026 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20027 2003-07-26: msdos-long-file-names is a function, not a variable.
20028
20029 2003-08-29 Richard M. Stallman <rms@gnu.org>
20030
20031 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20032 Do nothing with mail-personal-alias-file if it is nil.
20033
20034 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20035 Do nothing if mail-personal-alias-file is nil.
20036
20037 * term.el (term-exec-1): Bind coding-system-for-read.
20038
20039 * dired.el (dired-mouse-find-file-other-window):
20040 Use dired-view-command-alist here, as in dired-view-file.
20041 (dired-view-command-alist): Use %s to substitute file name.
20042 Handle .ps_pages, .eps, .jpg, .gif, .png.
20043
20044 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20045
20046 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20047 `Info-prev-reference', instead of M-tab.
20048
20049 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20050
20051 * simple.el (blink-matching-open): Work correctly on chars that
20052 are designated as parens through the syntax-table text property.
20053
20054 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20055
20056 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20057 line break position in the middle of a non-kinsoku (e.g. latin)
20058 word, making it skip until either a space or a character with
20059 category "|".
20060 (kinsoku-longer): Test for end of buffer.
20061
20062 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20063
20064 * mail/rmail.el (rmail-convert-to-babyl-format):
20065 Detect quoted-printable- and base64-encoded messages and decode them
20066 automatically. Set the message's encoding from the charset=
20067 header, if any. Decode base64-encoded messages in Mail format as well.
20068
20069 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20070
20071 * mail/smtpmail.el: Fix previous change.
20072 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20073 calling smtpmail-via-smtp.
20074 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20075
20076 2003-08-26 John Paul Wallington <jpw@gnu.org>
20077
20078 * image.el (image-jpeg-p): Don't search beyond length of data.
20079
20080 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20081
20082 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20083 misfeature in `expand-abbrev' which caused electric keywords like
20084 "else" to disappear if an open brace was typed directly afterwards.
20085
20086 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20087
20088 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20089 mandatory in `define-widget'.
20090
20091 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20092 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20093
20094 (c-assignment-operators): New language constant that only contains
20095 the assignment operators.
20096
20097 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20098
20099 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20100
20101 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20102 Safeguard against unbalanced sexps.
20103
20104 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20105
20106 * version.el (emacs-version): Check for gtk. Include gtk version info.
20107
20108 2003-08-25 John Paul Wallington <jpw@gnu.org>
20109
20110 * man.el (Man-default-man-entry): Don't whizz past the section
20111 number before looking for it.
20112
20113 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20114
20115 * progmodes/gud.el (gud-display-line): Don't set window-point if
20116 source buffer is not visible. (Only happens with M-x gdba.)
20117
20118 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20119 documentation.
20120 (gdb-source, gdb-source-info): Update to assembler unnecessary
20121 as its done after each GDB command anyway.
20122 (gdb-pre-prompt): Use with-current-buffer.
20123 (gdb-insert-field): Add help-echo text.
20124 (gdb-invalidate-assembler): Re-display of assembler now done in
20125 gdb-info-breakpoints-custom.
20126 (gdb-info-breakpoints-custom): Force re-display of assembler to
20127 happen *after* update of breakpoints buffer.
20128 (gdb-display-source-buffer): Don't choke if gdb-source-window
20129 isn't visible.
20130 (gdb-put-string, gdb-put-arrow): Remove free variables.
20131
20132 2003-08-24 John Paul Wallington <jpw@gnu.org>
20133
20134 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20135
20136 * man.el (Man-default-man-entry): Strip text properties when
20137 snarfing parts of entry because `format' preserves properties.
20138
20139 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20140
20141 * files.el (file-newest-backup): Use `expand-file-name'.
20142
20143 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20144 Allow the diary to pop up a new frame, if needed.
20145
20146 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20147 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20148 (smtpmail-send-it): Make treatment of envelope-from consistent with
20149 sendmail.el.
20150
20151 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20152 (sh-leading-keywords): Add the bash `time' reserved word.
20153 (sh-variables): Add some bash variables.
20154 (sh-add-completer): Fix nil branch of case statement.
20155
20156 2003-08-24 Masatake YAMATO <jet@gyve.org>
20157
20158 * progmodes/ld-script.el: New file.
20159
20160 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20161
20162 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20163
20164 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20165
20166 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20167 Better explain obsolescence, and what to use instead.
20168
20169 2003-08-23 Masatake YAMATO <jet@gyve.org>
20170
20171 * pcvs.el (cvs-do-removal): Show the deleted file name
20172 on the prompt.
20173
20174 2003-08-20 Dave Love <fx@gnu.org>
20175
20176 * international/mule.el (make-coding-system)
20177 (set-buffer-file-coding-system): Doc fix.
20178
20179 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20180
20181 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20182
20183 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20184
20185 * international/utf-16.el: Add mime-text-unsuitable coding system
20186 properties.
20187
20188 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20189
20190 * cus-edit.el: Add some :links.
20191 (bib): Remove.
20192
20193 * textmodes/bib-mode.el (bib): Add :group external.
20194
20195 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20196
20197 * wid-edit.el (widget-echo-help): Make it handle expressions that
20198 evaluate to strings.
20199
20200 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20201
20202 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20203
20204 Simplify selection of SQL products to define highlighting and
20205 interactive mode. Includes detailed instructions on adding
20206 support for new products.
20207
20208 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20209 product for use in highlighting and interactive mode.
20210 (sql-interactive-product): New variable. SQL product for
20211 sql-interactive-mode.
20212 (sql-product-support): New variable. Specifies product-specific
20213 parameters to drive highlighting and interactive mode.
20214 (sql-imenu-generic-expression): Add more object types.
20215 (sql-sqlite-options): Correct comment.
20216 (sql-ms-program): Use "osql" rather than "isql".
20217 (sql-prompt-regexp, sql-prompt-length): Update comment.
20218 (sql-mode-menu): Add "Start SQLi session" entry.
20219 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20220 (sql-mode-abbrev-table): Add abbreviations. Support of
20221 SYSTEM-FLAG on define-abbrev. Support was removed with last
20222 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20223 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20224 names.
20225 (sql-mode-ansi-font-lock-keywords): Set as default value.
20226 (sql-mode-oracle-font-lock-keywords): Set as default value.
20227 Support Oracle 9i keywords.
20228 (sql-mode-postgres-font-lock-keywords): Set as default value.
20229 (sql-mode-linter-font-lock-keywords): Set as default value.
20230 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20231 SQLServer 2000.
20232 (sql-mode-sybase-font-lock-keywords)
20233 (sql-mode-interbase-font-lock-keywords)
20234 (sql-mode-sqlite-font-lock-keywords)
20235 (sql-mode-strong-font-lock-keywords)
20236 (sql-mode-mysql-font-lock-keywords)
20237 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20238 keywords.
20239 (sql-mode-font-lock-defaults): Update comment.
20240 (sql-product-feature): New function. Returns feature associated
20241 with a product from `sql-product-support' alist.
20242 (sql-product-font-lock): New function. Set font-lock support
20243 based on `sql-product'.
20244 (sql-add-product-keywords): New function. Add font-lock rules to
20245 product-specific keyword variables.
20246 (sql-set-product): New function. Set `sql-product' and apply
20247 appropriate font-lock highlighting.
20248 (sql-highlight-product): New function. Set font-lock support
20249 based on a product. Also set mode name to include product name.
20250 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20251 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20252 Use `sql-set-product'.
20253 (sql-highlight-ms-keywords)
20254 (sql-highlight-sybase-keywords)
20255 (sql-highlight-interbase-keywords)
20256 (sql-highlight-strong-keywords)
20257 (sql-highlight-mysql-keywords)
20258 (sql-highlight-sqlite-keywords)
20259 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20260 (sql-get-login): Prompt in the same order as the tokens.
20261 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20262 (sql-product-interactive): New function. Common portions of
20263 product-specific interactive mode wrappers.
20264 (sql-interactive-mode): Rewritten to use product features.
20265 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20266 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20267 (sql-db2, sql-linter): Use `sql-product-interactive'.
20268 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20269 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20270 (sql-connect-ingres, sql-connect-postgres)
20271 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20272 New functions. Format command line parameters and invoke comint on
20273 the appropriate interpreter. Code was in the corresponding
20274 `sql-xyz' function before.
20275 (sql-connect-ms): New function. Support -E argument to use
20276 operating system credentials for authentication.
20277
20278 2003-08-18 Kenichi Handa <handa@m17n.org>
20279
20280 * international/mule.el (encode-char): Fix for the ASCII case.
20281
20282 2003-08-15 Kenichi Handa <handa@m17n.org>
20283
20284 * international/fontset.el (setup-default-fontset): Change "*" to
20285 nil in the specifications of font family.
20286
20287 2003-08-18 Kim F. Storm <storm@cua.dk>
20288
20289 * kmacro.el (kmacro-keymap): Group related bindings in
20290 initialization for clarity. Bind C-s to start macro.
20291 Remove C-r binding.
20292 (kmacro-initial-counter-value): New defvar to hold initial counter
20293 value in case we set the value before defining a macro.
20294 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20295 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20296 not defining or executing macro. Doc fix.
20297 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20298 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20299 temporarily view older elements on the macro ring without cycling
20300 the ring.
20301 (kmacro-display): Doc fix.
20302 (kmacro-exec-ring-item): New helper function.
20303 (kmacro-call-ring-2nd): Use it.
20304 (kmacro-call-ring-2nd-repeat): Doc fix.
20305 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20306 (kmacro-end-or-call-macro): Execute last viewed macro (using
20307 kmacro-exec-ring-item) from ring if this follows
20308 kmacro-view-macro. This allows us to find a macro on the ring
20309 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20310 the ring to bring it to the head of the ring.
20311 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20312 Allow binding to reserved keys without specifying C-x C-k prefix.
20313 Ask for confirmation if entered key sequence is already bound to
20314 a non-macro command.
20315 (kmacro-view-macro): Repeating command will show older elements
20316 on the macro ring; C-k will execute the last viewed macro.
20317 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20318 property from 'ring to 'head.
20319
20320 2003-08-17 Alan Shutko <ats@acm.org>
20321
20322 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20323 keeping December out of the alist.
20324
20325 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20326
20327 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20328 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20329 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20330 (calendar-flatten): New function.
20331 (calendar-mouse-view-other-diary-entries)
20332 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20333 in the menu title and to show multi-line diary entries correctly
20334 in the menu.
20335
20336 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20337
20338 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20339 defcustom, because the default was recently changed.
20340
20341 2003-08-16 Richard M. Stallman <rms@gnu.org>
20342
20343 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20344
20345 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20346 New subroutine, broken out of eval-last-sexp-1.
20347 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20348
20349 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20350
20351 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20352
20353 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20354
20355 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20356
20357 * progmodes/compile.el (compilation-error-regexp-alist):
20358 Add Java ANt error detection as described in document
20359 http://ant.apache.org/faq.html
20360
20361 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20362
20363 * simple.el (backward-word, forward-to-indentation)
20364 (backward-to-indentation): Argument changed to optional.
20365 (next-line, previous-line): Use `or' instead of `unless'.
20366
20367 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20368
20369 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20370 instead of a constant.
20371
20372 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20373
20374 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20375
20376 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20377
20378 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20379 (vc-sccs-workfile-version): Search the entire delta table, rather
20380 than just the first entry, because that might be a deleted version.
20381
20382 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20383
20384 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20385 [save-place] binding in the Options menu. Have it require
20386 'saveplace' and then toggle the variable manually, to avoid an an
20387 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20388 for the bug report.
20389
20390 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20391
20392 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20393 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20394 (gdb-info-threads-custom): Add help-echo text.
20395 (gdb-display-back): Don't use purecopy.
20396 (gdb-info-breakpoints-custom, gdb-reset)
20397 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20398 icons can be displayed.
20399
20400 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20401
20402 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20403
20404 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20405
20406 * bookmark.el (bookmark-completing-read):
20407 Return a string, instead of a list of one string.
20408 Use a popup menu if activated from the mouse.
20409 (bookmark-edit-annotation): Remove unused vars.
20410 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20411 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20412 to bookmark-completing-read.
20413 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20414 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20415 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20416 and erase-buffer.
20417 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20418 (bookmark-menu-jump, bookmark-menu-insert)
20419 (bookmark-popup-menu-and-apply-function)
20420 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20421 (bookmark-menu-build-paned-menu): Remove by folding it into
20422 bookmark-menu-popup-paned-menu.
20423 (menu-bar-bookmark-map): Move the define-key statements here.
20424 Use the "non-menu" commands since they now pop up a menu if needed.
20425 (bookmark-exit-hook-internal): Simplify.
20426
20427 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20428
20429 * reftex-toc.el (reftex-toc-rename-label): New function.
20430 (reftex-toc-check-docstruct): New function.
20431
20432 * reftex.el (reftex-region-active-p): New function.
20433
20434 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20435 regexp to find the \bibliography macro.
20436
20437 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20438 which does not exist in LaTeX.
20439 (reftex-cite-format-builtin): Added amsrefs support.
20440 (reftex-toc-confirm-promotion): New option
20441
20442 * reftex-toc.el
20443 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20444 (reftex-toc-demote, reftex-toc-promote)
20445 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20446 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20447 (reftex-toc-newhead-from-alist)
20448 (reftex-toc-load-all-files-for-promotion): New functions.
20449 (reftex-toc-help): Added description of new keys.
20450 (reftex-toc-split-windows-fraction): New option.
20451 (reftex-recenter-toc-when-idle): Search *toc* window on all
20452 visible frames.
20453 (reftex-toc): Additional parameter REUSE
20454 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20455 with REUSE argument.
20456 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20457 the call of `reftex-toc'.
20458 (reftex-make-separate-toc-frame): New function .
20459 (reftex-toc-recenter): When called with triple prefix arg, call
20460 `reftex-make-separate-toc-frame' first.
20461 (reftex-toc-toggle-dedicated-frame): New command.
20462 (reftex-toc-quit): Adapted to delete frame when called in
20463 dedicated frame.
20464
20465 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20466 all enclosing macros.
20467
20468
20469 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20470
20471 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20472 first use.
20473
20474 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20475
20476 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20477
20478 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20479
20480 * calendar/calendar.el (list-diary-entries-hook)
20481 (diary-display-hook, nongregorian-diary-listing-hook)
20482 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20483 Add some customize options for these hooks.
20484 (calendar-abbrev-construct): Don't try to take a substring longer
20485 than the original string.
20486
20487 2003-08-05 Richard M. Stallman <rms@gnu.org>
20488
20489 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20490 (testcover-reinstrument-clauses): Doc fix.
20491
20492 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20493 (warning-type-format): Rename from warning-group-format.
20494
20495 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20496 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20497 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20498 to prevent warnings about defvar for an obsolete variable.
20499
20500 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20501 warning-group-format renamed to warning-type-format.
20502
20503 * subr.el (read-passwd): Use clear-string instead of fillarray.
20504
20505 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20506 Use vconcat instead of concat.
20507 (edmacro-sanitize-for-string): New function.
20508
20509 2003-08-05 Dave Love <fx@gnu.org>
20510
20511 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20512 line-number-display-limit-width.
20513
20514 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20515
20516 2003-08-05 Kenichi Handa <handa@m17n.org>
20517
20518 * international/code-pages.el: Don't require mule-diag.
20519
20520 * international/mule-diag.el (non-iso-charset-alist):
20521 Add autoload cookie.
20522
20523 * language/devan-util.el (dev-glyph-order): Add an entry for the
20524 glyph code #xC4.
20525
20526 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20527
20528 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20529 (european-calendar-style, diary-date-forms)
20530 (calendar-day-name-array, calendar-month-name-array): Doc change.
20531 (generate-calendar-month): Adapt for new behaviour of
20532 `calendar-day-name' function.
20533 (calendar-abbrev-length, calendar-day-abbrev-array)
20534 (calendar-month-abbrev-array): New variables.
20535 (calendar-abbrev-construct): New function.
20536 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20537 rather than fixing abbrevs at some width. Calling syntax change.
20538 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20539 (calendar-date-string): Adapt for new behaviours of
20540 `calendar-day-name' and `calendar-month-name' functions.
20541
20542 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20543 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20544 (diary-name-pattern): Use abbrev arrays, rather than fixing
20545 abbrevs at three chars. Calling syntax change.
20546 (mark-diary-entries): Adapt for new behaviours of
20547 `diary-name-pattern' and `calendar-make-alist' functions.
20548 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20549 `diary-name-pattern' function.
20550 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20551 fixing abbrevs at three chars. Calling syntax change.
20552 (cal-hebrew, cal-islam): Require when compiling.
20553 (diary-font-lock-keywords): Adapt for new behaviour of
20554 `font-lock-diary-date-forms' function.
20555
20556 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20557 (calendar-hebrew-month-name-array-common-year)
20558 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20559 (list-hebrew-diary-entries): Adapt for new behaviours of
20560 `calendar-day-name' and `add-to-diary-list' functions.
20561 (mark-hebrew-diary-entries): Adapt for new behaviours of
20562 `diary-name-pattern' and `calendar-make-alist' functions.
20563
20564 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20565 Add doc string.
20566 (list-islamic-diary-entries): Adapt for new behaviours of
20567 `calendar-day-name' and `add-to-diary-list' functions.
20568 (mark-islamic-diary-entries): Adapt for new behaviours of
20569 `diary-name-pattern' and `calendar-make-alist' functions.
20570
20571 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20572 `calendar-month-name' function.
20573
20574 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20575
20576 * calendar/solar.el (solar-seasons-data): Move definition before use.
20577
20578 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20579 (cal-tex-LaTeX-hourbox): Move definition before use.
20580
20581 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20582 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20583 * lunar.el, solar.el (displayed-month, displayed-year):
20584 Define for compiler.
20585
20586 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20587
20588 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20589 MODE. Renamed from c-init-c-language-vars'.
20590 (c-initialize-cc-mode): Change accordingly.
20591 (c-common-init): Ditto.
20592 (c-mode): Ditto.
20593 (c++-mode): Use `c-init-language-vars-for'.
20594 (objc-mode): Ditto.
20595 (java-mode): Ditto.
20596 (idl-mode): Ditto.
20597 (pike-mode): Ditto.
20598 (awk-mode): Ditto.
20599
20600 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20601
20602 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20603 or not the point moved.
20604
20605 (c-search-decl-header-end): Don't trip up on operator identifiers
20606 in C++ and operators like == in all languages.
20607
20608 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20609 Detect leading labels correctly.
20610
20611 2003-08-02 Andreas Schwab <schwab@suse.de>
20612
20613 * textmodes/ispell.el: Don't redo key bindings on loading, put
20614 them only in loaddefs.el.
20615 * bookmark.el: Likewise.
20616 * dabbrev.el: Likewise.
20617 * emerge.el: Likewise.
20618
20619 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20620 has more than one member.
20621
20622 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20623
20624 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20625
20626 * lpr.el (printify-region): It was ending conversion before the
20627 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20628
20629 2003-07-31 John Paul Wallington <jpw@gnu.org>
20630
20631 * net/browse-url.el (browse-url-epiphany): Doc fix.
20632
20633 2003-07-30 Kenichi Handa <handa@m17n.org>
20634
20635 * international/fontset.el (setup-default-fontset):
20636 Change registry names of Akurti fonts.
20637
20638 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20639
20640 * comint.el (comint-read-noecho): Use `clear-string' instead of
20641 `fillarray'.
20642
20643 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20644
20645 * outline.el (outline-mode-hook): Add defvar.
20646
20647 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20648
20649 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20650 Restore assembler in source window if that is what has been selected.
20651 (menu): Add gdb-restore-windows to menu. Make gdba
20652 specific menus only visible from gdba.
20653
20654 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20655
20656 * progmodes/compile.el (compilation-environment): New user variable.
20657 (compile-internal): Respect it.
20658
20659 2003-07-23 Masatake YAMATO <jet@gyve.org>
20660
20661 * progmodes/gud.el (gdb-script-font-lock-keywords):
20662 Put `font-lock-function-name-face' on a symbol which includes
20663 `-' like `hook-run'. Put font-lock-variable-name-face
20664 on a symbol starting with $.
20665
20666 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20667
20668 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20669
20670 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20671
20672 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20673
20674 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20675
20676 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20677 Use with-no-warnings.
20678 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20679 rather than to find-file-not-found-hook, which doesn't exist.
20680
20681 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20682
20683 * international/quail.el (quail-translate-key): Fix previous change.
20684
20685 2003-07-25 John Paul Wallington <jpw@gnu.org>
20686
20687 * server.el (server-start): Check `server-process' is non-nil
20688 before killing it to avoid killing current buffer's process.
20689
20690 * simple.el (choose-completion-string): Use `minibufferp';
20691 test `completion-reference-buffer' if `buffer' arg is nil.
20692 (push-mark): Use `when' and `unless'.
20693 (pop-mark): Use `when'.
20694
20695 * mouse-sel.el (mouse-sel-get-selection-function):
20696 Check `x-last-selected-text-primary'. Don't barf if it or
20697 `x-last-selected-text' aren't bound.
20698
20699 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20700
20701 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20702
20703 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20704
20705 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20706
20707 2003-07-23 John Paul Wallington <jpw@gnu.org>
20708
20709 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20710
20711 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20712
20713 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20714 string. Defvar the derived hook.
20715
20716 * macros.el (insert-kbd-macro): Escape double quote character.
20717 From Thomas W Murphy <twm@andrew.cmu.edu>.
20718
20719 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20720
20721 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20722 to match the specific mark rather than reusing comment-start-skip.
20723
20724 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20725
20726 * progmodes/hideshow.el (hs-special-modes-alist):
20727 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20728
20729 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20730
20731 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20732 value using ?\s.
20733
20734 2003-07-21 John Paul Wallington <jpw@gnu.org>
20735
20736 * subr.el (with-selected-window): Add closing paren.
20737
20738 2003-07-21 Richard M. Stallman <rms@gnu.org>
20739
20740 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20741 (lisp-mode): Likewise.
20742
20743 * subr.el (with-selected-window): Copy code form save-selected-window
20744 so as to call select-window with norecord arg.
20745 (dynamic-completion-table): Doc fix.
20746 (lazy-completion-table): Doc fix.
20747
20748 * international/mule-cmds.el (set-locale-environment):
20749 langinfo renamed to locale-info.
20750
20751 * international/mule.el (auto-coding-functions): Doc fix.
20752
20753 2003-07-21 Kenichi Handa <handa@m17n.org>
20754
20755 * international/quail.el (quail-translate-key):
20756 Update quail-current-str correctly.
20757
20758 2003-07-21 Andreas Schwab <schwab@suse.de>
20759
20760 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20761 ?, to "_".
20762
20763 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20764 Version 2.0.36 of Tramp released.
20765
20766 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20767 tramp-password-end-of-line.
20768 (tramp-password-end-of-line): New method parameter.
20769 (tramp-get-password-end-of-line): Function to access method
20770 parameter `tramp-password-end-of-line', or variable
20771 `tramp-default-password-end-of-line' (default value).
20772 (tramp-methods): Add entries for new parameter
20773 tramp-password-end-of-line.
20774 (tramp-enter-password): Use new function
20775 `tramp-get-password-end-of-line'.
20776 (tramp-handle-insert-file-contents): Do not
20777 unconditionally inhibit the file operation file-local-copy, only
20778 do that when the inhibit-file-name-operation is currently
20779 insert-file-contents. This fixes finding remote CVS-controlled
20780 files. (It would barf on inserting the CVS/Entries file
20781 literally, because the file-local-copy handler wasn't called.)
20782 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20783 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20784 (tramp-initial-commands): New variable.
20785 (tramp-process-initial-commands): New function, using the variable.
20786 (tramp-open-connection-setup-interactive-shell): Call the new function.
20787 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20788 method into the buffer name, never use nil. Reported by Hanak
20789 David <dhanak@inf.bme.hu>.
20790 (tramp-open-connection-setup-interactive-shell): Erase buffer
20791 before sending "stty -onlcr".
20792
20793 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20794
20795 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20796
20797 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20798
20799 2003-07-19 John Paul Wallington <jpw@gnu.org>
20800
20801 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20802 (artist-draw-rect, artist-draw-square): Doc fixes.
20803
20804 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20805
20806 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20807
20808 2003-07-19 Kenichi Handa <handa@m17n.org>
20809
20810 * international/kkc.el (kkc-show-conversion-list-update):
20811 Highlight the correct candidate in the message.
20812
20813 2003-07-18 John Paul Wallington <jpw@gnu.org>
20814
20815 * simple.el (current-word): Don't include punctuation char when
20816 `really-word' arg is non-nil.
20817
20818 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20819
20820 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20821 moved to the directory obsolete.
20822
20823 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20824
20825 * info.el (Info-menu-entry-name-re): Allow newlines in
20826 menu entry names.
20827
20828 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20829 syntax-ppss-after-change-function.
20830 (syntax-ppss-after-change-function): New alias. Update uses.
20831 (syntax-ppss): Catch the case where the buffer is narrowed.
20832
20833 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20834
20835 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20836 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20837
20838 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20839
20840 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20841 since it might be modified.
20842
20843 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20844 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20845 names to these language constants.
20846
20847 2003-07-15 Kim F. Storm <storm@cua.dk>
20848
20849 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20850 All uses changed.
20851
20852 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20853
20854 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20855 Namespace support.
20856
20857 2003-07-13 Juanma Barranquero <lektu@terra.es>
20858
20859 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20860 papers received).
20861
20862 2003-07-13 Karl Eichwalder <ke@suse.de>
20863
20864 * textmodes/po.el (po-find-charset): White space at the start of the
20865 Content-Type field body is non-mandatory.
20866
20867 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20868
20869 * textmodes/texinfo.el (texinfo-section-list):
20870 Append appendixsection; a synonym for appendixsec.
20871
20872 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20873
20874 * man.el (Man-translate-cleanup): New.
20875 (Man-translate-references): Call `Man-translate-cleanup' to clean
20876 leading, trailing and middle spaces.
20877
20878 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20879
20880 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20881 Handle `dired-directory' being a list.
20882
20883 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20884
20885 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20886 it doesn't exist.
20887
20888 2003-07-12 Richard M. Stallman <rms@gnu.org>
20889
20890 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20891
20892 * progmodes/cc-defs.el (c-make-keywords-re):
20893 Don't use delete-duplicates.
20894 (c-lang-const): Don't use mapcan.
20895
20896 * apropos.el (apropos-show-scores): Make it customizable.
20897 Document new meaning.
20898 (apropos): Compute scores from symbols.
20899 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20900
20901 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20902
20903 * ps-bdf.el: Fix copyright line.
20904 (bdf-directory-list): Fix initialization code.
20905
20906 2003-07-11 John Paul Wallington <jpw@gnu.org>
20907
20908 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20909 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20910 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20911
20912 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20913
20914 * emacs-lisp/ring.el (ring-elements): Doc fix.
20915
20916 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20917
20918 * calendar/timeclock.el (timeclock-relative)
20919 (timeclock-ask-before-exiting, timeclock-use-display-time):
20920 Doc changes.
20921 (timeclock-modeline-display): Give a message if
20922 `timeclock-use-display-time' is non-nil but `display-time-mode'
20923 is not active.
20924
20925 2003-07-11 Kenichi Handa <handa@m17n.org>
20926
20927 * international/mule-cmds.el (set-language-environment):
20928 Set current-language-environment to the correct string.
20929
20930 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20931
20932 * ps-print.el: Print line number correctly in a region. Reported by
20933 Tim Allen <timallen@ls83.fsnet.co.uk>.
20934 (ps-print-version): New version number (6.6.2).
20935 (ps-printing-region): Code fix.
20936
20937 2003-07-10 John Paul Wallington <jpw@gnu.org>
20938
20939 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20940 this function can be called from `add-completions-from-tags-table'.
20941
20942 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20943
20944 * calendar/timeclock.el (timeclock-use-display-time)
20945 (timeclock-day-over-hook, timeclock-workday-remaining)
20946 (timeclock-status-string, timeclock-when-to-leave)
20947 (timeclock-when-to-leave-string, timeclock-log-data)
20948 (timeclock-find-discrep, timeclock-day-base)
20949 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20950 (timeclock-modeline-display): Set the variable
20951 `timeclock-modeline-display'.
20952 (timeclock-update-modeline): Doc fix. Respect value of
20953 `timeclock-relative'.
20954
20955 2003-07-09 Richard M. Stallman <rms@gnu.org>
20956
20957 * textmodes/reftex-parse.el (reftex-all-document-files):
20958 Add autoload cookie.
20959
20960 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20961 (reftex-scanning-info-available-p): Add autoload cookie.
20962
20963 * international/mule-cmds.el
20964 (set-display-table-and-terminal-coding-system): Delete duplicate
20965 aset on standard-display-table.
20966
20967 * view.el (view-file): If existing buffer's major mode is special,
20968 don't go into view mode.
20969
20970 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20971
20972 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20973
20974 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20975 buffer changes; there's third party code that calls this function
20976 directly.
20977
20978 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20979
20980 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20981 (autodoc-font-lock-keywords): Don't byte compile on font lock
20982 initialization when running from byte compiled files.
20983
20984 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
20985
20986 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20987 statement ends with auto-increment "++".
20988
20989 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
20990
20991 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20992 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20993 these are changed, so declare them as variables and not constants.
20994
20995 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
20996
20997 * subr.el (dolist, dotimes): Doc fix.
20998
20999 2003-07-08 Kim F. Storm <storm@cua.dk>
21000
21001 * international/mule-cmds.el
21002 (set-display-table-and-terminal-coding-system): Don't break
21003 bootstrap if standard-display-table isn't setup yet.
21004
21005 2003-07-07 Richard M. Stallman <rms@gnu.org>
21006
21007 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21008 Give it a doc string, and autoload it.
21009
21010 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21011 Use with-no-warnings.
21012
21013 * info.el (Info-search): If find invisible text, search again.
21014
21015 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21016
21017 * man.el (Man-name-regexp): Match + as part of name.
21018
21019 * simple.el (visible-mode): Rename from vis-mode.
21020 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21021
21022 * simple.el (current-word): New arg REALLY-WORD specifies
21023 don't include punctuation chars.
21024
21025 * emacs-lisp/debug.el (debug, debugger-env-macro):
21026 Use with-no-warnings while accessing and binding unread-command-char.
21027
21028 * international/mule-cmds.el
21029 (set-display-table-and-terminal-coding-system): Use explicit loop
21030 instead of calling standard-display-default.
21031
21032 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21033 Use condition-case to catch error in ange-ftp-get-files.
21034
21035 * net/browse-url.el (browse-url-browser-function):
21036 Add alternative for Epiphany.
21037 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21038 (browse-url-epiphany-startup-arguments)
21039 (browse-url-epiphany-new-window-is-tab): New variables.
21040 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21041
21042 * progmodes/compile.el (compile-auto-highlight): Default now t.
21043 (compile): Doc fix.
21044 (compilation-next-error): Fix previous change.
21045
21046 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21047
21048 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21049
21050 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21051
21052 * gdb-ui.el (gdb-source-info): Display current frame when
21053 attaching to an existing process.
21054 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21055 while laying out windows when attaching to an existing process.
21056
21057 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21058
21059 * info.el (Info-menu): Use Info-menu-entry-name-re.
21060
21061 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21062
21063 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21064 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21065
21066 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21067 to match the same text.
21068
21069 2003-07-06 John Paul Wallington <jpw@gnu.org>
21070
21071 * vc.el (vc-annotate-offset): Move defvar up.
21072
21073 2003-07-06 Kim F. Storm <storm@cua.dk>
21074
21075 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21076 This should fix the infinite loop when extracting menu names.
21077
21078 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21079
21080 * files.el (auto-mode-alist, interpreter-mode-alist):
21081 Remove entries to CC Mode modes to avoid duplicates; they are now added
21082 with autoload directives in cc-mode.el.
21083
21084 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21085
21086 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21087 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21088 these are changed, so declare them as variables and not constants.
21089
21090 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21091 ensure that the entry for ".c" extension comes before the one for
21092 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21093 Fix incorrect entries that were added to `interpreter-mode-alist'.
21094 Move the autoload directives for AWK to the top level since they
21095 aren't recognized anywhere else. Do not use the new AWK mode doc
21096 in the autoload form for the old AWK mode.
21097
21098 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21099
21100 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21101 (bibtex-sort-ignore-string-entries): Default value t.
21102 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21103 erroneously in previous version.
21104 (bibtex-string-files): Docstring reflects new parsing scheme.
21105 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21106 docstring, add # as one of the chars to crush
21107 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21108 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21109 (bibtex-autokey-name-change-strings)
21110 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21111 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21112 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21113 (bibtex-autokey-title-terminators)
21114 (bibtex-autokey-titlewords-stretch)
21115 (bibtex-autokey-titleword-ignore)
21116 (bibtex-autokey-titleword-case-convert)
21117 (bibtex-autokey-titleword-abbrevs)
21118 (bibtex-autokey-titleword-abbrevs)
21119 (bibtex-autokey-titleword-change-strings)
21120 (bibtex-autokey-titleword-length)
21121 (bibtex-autokey-titleword-separator)
21122 (bibtex-autokey-name-year-separator)
21123 (bibtex-autokey-year-title-separator)
21124 (bibtex-autokey-before-presentation-function)
21125 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21126 Fix docstring.
21127 (bibtex-strings, bibtex-reference-keys):
21128 Use lazy-completion-table and make-variable-buffer-local.
21129 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21130 (bibtex-braced-string-syntax-table)
21131 (bibtex-quoted-string-syntax-table): New variables.
21132 (bibtex-parse-nested-braces): Remove.
21133 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21134 (bibtex-parse-association): Simplify.
21135 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21136 (bibtex-parse-field-text): Simplify.
21137 (bibtex-search-forward-field, bibtex-search-backward-field):
21138 argument BOUND can take value t.
21139 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21140 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21141 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21142 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21143 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21144 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21145 and ending of entry. Update for changes of bibtex-search-entry.
21146 Simplify.
21147 (bibtex-map-entries): FUN is called with three arguments.
21148 (bibtex-search-entry): Return a cons pair with buffer positions of
21149 beginning and end of entry.
21150 (bibtex-enclosing-field): Simplify.
21151 (bibtex-format-entry): Use booktitle to set a missing title.
21152 (bibtex-autokey-get-names): Fiddle with regexps.
21153 (bibtex-generate-autokey): Use identity.
21154 (bibtex-parse-keys): Use simplified parsing algorithm if
21155 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21156 arguments. Return alist of keys.
21157 (bibtex-parse-strings): Simplify. Return alist of strings.
21158 (bibtex-complete-string-cleanup): Fix docstring.
21159 (bibtex-read-key): New function.
21160 (bibtex-mode): Fix docstring. Do not parse for keys and
21161 strings when the mode is entered. Set fill-paragraph-function to
21162 bibtex-fill-field. Setup font-lock-mark-block-function the way
21163 font-lock intended.
21164 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21165 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21166 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21167 (bibtex-Preamble): Avoid hard coded constants.
21168 (bibtex-make-field): Fix docstring. Simplify.
21169 (bibtex-beginning-of-entry): Always return new position of point.
21170 (bibtex-end-of-entry): Rearrange cond clauses.
21171 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21172 Update for changes of bibtex-map-entries.
21173 (bibtex-ispell-abstract): Do not move point.
21174 (bibtex-entry-index): Use downcase. Simplify.
21175 (bibtex-lessp): Handle catch-all.
21176 (bibtex-find-crossref): Turn into a command.
21177 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21178 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21179 preamble entries.
21180 (bibtex-fill-field-bounds): New function.
21181 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21182 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21183 (bibtex-String): Use bibtex-strings. Always obey
21184 bibtex-sort-ignore-string-entries.
21185
21186 2003-07-05 John Paul Wallington <jpw@gnu.org>
21187
21188 * cus-theme.el (customize-create-theme):
21189 Call `customize-create-theme' in Reset widget's notify function.
21190
21191 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21192 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21193 (define-ibuffer-column name): Add summarizer.
21194 (define-ibuffer-column size): Likewise.
21195 (define-ibuffer-column filename): Likewise.
21196 (define-ibuffer-column process): Likewise. Change BODY's output too.
21197 (define-ibuffer-column filename-and-process): Likewise, likewise.
21198 (ibuffer): Remove local vars `already-in' and `need-update'.
21199
21200 * ibuf-ext.el: Don't require `derived' at compile-time.
21201
21202 2003-07-05 Kim F. Storm <storm@cua.dk>
21203
21204 * info.el: Disable paragraph refilling.
21205 (Info-refill-paragraphs): New defcustom.
21206 (Info-fontify-node): Use it.
21207
21208 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21209
21210 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21211 thingies from constructors created by defstruct.
21212
21213 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21214 the default value of the variable.
21215 (byte-code-meter): Move declaration to top level.
21216
21217 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21218
21219 * info.el (Info-following-node-name-re): New fun.
21220 (Info-following-node-name): Remove.
21221 (Info-insert-dir): Use the new fun.
21222 (Info-extract-pointer): Don't save restriction; use new fun.
21223 (Info-menu-entry-name-re): New const.
21224 (Info-menu-entry-name-re): Use it along with new fun.
21225 (Info-node-spec-re): Use new fun.
21226 (Info-complete-menu-item, Info-fontify-node): Use new const.
21227 (Info-goto-node, Info-follow-reference, Info-menu-update):
21228 Use match-string.
21229 (Info-follow-reference): Use assoc-string.
21230 Use a list of strings for the completion table.
21231 (Info-fontify-node): Use match-string, line-end-position.
21232 Limit the search for `node:' to the first line.
21233
21234 * newcomment.el (uncomment-region): Remove padding coming from
21235 comment-start rather than just from comment-padding.
21236
21237 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21238 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21239 (vc-cvs-rename-file): Remove (use the default).
21240 (vc-cvs-register): Register parent dir if needed.
21241 (vc-cvs-could-register): Return non-nil if parent can be registered.
21242 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21243 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21244
21245 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21246 (vc-svn-update): Fix the arguments to `svn'.
21247 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21248 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21249 Simple implementations, assuming `name' is a URL.
21250
21251 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21252 set of chars allowed unquoted in a case pattern.
21253
21254 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21255
21256 * font-lock.el (font-lock-extra-types-widget)
21257 (c-font-lock-extra-types, c++-font-lock-extra-types)
21258 (objc-font-lock-extra-types, java-font-lock-extra-types)
21259 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21260 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21261 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21262 (font-lock-match-c++-structor-declaration)
21263 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21264 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21265 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21266 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21267 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21268 (java-font-lock-keywords-3, java-font-lock-keywords)
21269 (java-font-lock-syntactic-face-function): Remove obsolete code
21270 and constants. It's all in cc-fonts.el now.
21271
21272 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21273
21274 * mail/sendmail.el (mail-specify-envelope-from)
21275 (mail-envelope-from): Doc fix.
21276
21277 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21278
21279 * generic-x.el: Do away with the dependency on `c-emacs-features'
21280 when populating `rul-generic-mode-syntax-table'; we already know
21281 this isn't XEmacs.
21282
21283 See ChangeLog.10 for earlier changes.
21284
21285 ;; Local Variables:
21286 ;; coding: iso-2022-7bit
21287 ;; End:
21288
21289 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21290 Copying and distribution of this file, with or without modification,
21291 are permitted provided the copyright notice and this notice are preserved.
21292
21293 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1