]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-383
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3 * strokes.el (strokes-char): Remove "-face" suffix from face name.
4 (strokes-char-face): New backward-compatibility alias for renamed face.
5 (strokes-encode-buffer): Use renamed strokes-char face.
6
7 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
9 Remove "-face" suffix from face names.
10 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
13 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14 Use renamed pcvs faces.
15 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16 * pcvs-defs.el (cvs-mode-map): Likewise.
17 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18
19 * info.el (info-title-1, info-title-2, info-title-3)
20 (info-title-4): Remove "-face" suffix from and downcase face names.
21 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
22 (Info-title-4-face):
23 New backward-compatibility aliases for renamed faces.
24 (Info-fontify-node): Use renamed info faces.
25
26 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27 Remove "-face" suffix from face names.
28 (highlight-changes-face, highlight-changes-delete-face):
29 New backward-compatibility aliases for renamed faces.
30 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
31 (hilit-chg-make-list): Use renamed highlight-changes faces.
32
33 * generic-x.el (show-tabs-tab, show-tabs-space):
34 Remove "-face" suffix from face names.
35 (show-tabs-tab-face, show-tabs-space-face):
36 New backward-compatibility aliases for renamed faces.
37 (show-tabs-generic-mode-font-lock-defaults-1)
38 (show-tabs-generic-mode-font-lock-defaults-2):
39 Use renamed show-tabs faces.
40
41 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
42 (smerge-markers): Remove "-face" suffix from face names.
43 (smerge-mine-face, smerge-other-face, smerge-base-face)
44 (smerge-markers-face):
45 New backward-compatibility aliases for renamed faces.
46 (smerge-mine-face, smerge-other-face, smerge-base-face)
47 (smerge-markers-face): Use renamed smerge faces.
48
49 * log-view.el (log-view-file, log-view-message):
50 Remove "-face" suffix from face names.
51 (log-view-file-face, log-view-message-face):
52 New backward-compatibility aliases for renamed faces.
53 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
54
55 * paren.el (show-paren-match, show-paren-mismatch):
56 Remove "-face" suffix from face names.
57 (show-paren-match-face, show-paren-mismatch-face):
58 New backward-compatibility aliases for renamed faces.
59 (show-paren-function): Use renamed show-paren faces.
60
61 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
62 (ruler-mode-margins, ruler-mode-fringes)
63 (ruler-mode-column-number, ruler-mode-fill-column)
64 (ruler-mode-comment-column, ruler-mode-goal-column)
65 (ruler-mode-tab-stop, ruler-mode-current-column):
66 Remove "-face" suffix from face names.
67 (ruler-mode-default-face, ruler-mode-pad-face)
68 (ruler-mode-margins-face, ruler-mode-fringes-face)
69 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
70 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
71 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
72 New backward-compatibility aliases for renamed faces.
73 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
74 (ruler-mode-column-number, ruler-mode-fill-column)
75 (ruler-mode-comment-column, ruler-mode-goal-column)
76 (ruler-mode-tab-stop, ruler-mode-current-column)
77 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
78
79 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
80 face name.
81 (whitespace-highlight-the-space): Use renamed face.
82 (whitespace-highlight-face): New backward-compatibility alias for
83 renamed face.
84
85 * woman.el (woman-italic, woman-bold, woman-unknown)
86 (woman-addition, woman-symbol-face):
87 Remove "-face" suffix from face names.
88 (woman-italic-face, woman-bold-face, woman-unknown-face)
89 (woman-addition-face):
90 New backward-compatibility aliases for renamed faces.
91 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
92 (woman-decode-region, woman-replace-match)
93 (woman-display-extended-fonts, woman-special-characters)
94 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
95 Use renamed woman faces.
96
97 * longlines.el (longlines-visible-face): Face removed.
98
99 * diff-mode.el (diff-header, diff-file-header, diff-index)
100 (diff-hunk-header, diff-removed, diff-added, diff-changed)
101 (diff-function, diff-context, diff-nonexistent): Remove "-face"
102 suffix from face names.
103 (diff-header-face, diff-file-header-face, diff-index-face)
104 (diff-hunk-header-face, diff-removed-face, diff-added-face)
105 (diff-changed-face, diff-function-face, diff-context-face)
106 (diff-nonexistent-face): New backward-compatibility aliases for
107 renamed faces.
108 (diff-header-face, diff-file-header-face)
109 (diff-index, diff-index-face, diff-hunk-header)
110 (diff-hunk-header-face, diff-removed, diff-removed-face)
111 (diff-added, diff-added-face, diff-changed-face, diff-function)
112 (diff-function-face, diff-context-face, diff-nonexistent)
113 (diff-nonexistent-face): Use renamed diff-mode faces.
114
115 * progmodes/compile.el (compilation-warning-face)
116 (compilation-info-face): Remove "-face" suffix from face names.
117 (compilation-warning-face, compilation-info-face):
118 New backward-compatibility aliases for renamed faces.
119 (compilation-warning-face, compilation-info-face):
120 Use renamed compilation faces.
121
122 * add-log.el (change-log-date, change-log-name)
123 (change-log-email, change-log-file, change-log-list)
124 (change-log-conditionals, change-log-function)
125 (change-log-acknowledgement): Remove "-face" suffix from face names.
126 (change-log-date-face, change-log-name-face)
127 (change-log-email-face, change-log-file-face)
128 (change-log-list-face, change-log-conditionals-face)
129 (change-log-function-face, change-log-acknowledgement-face):
130 New backward-compatibility aliases for renamed faces.
131 (change-log-font-lock-keywords): Use renamed change-log faces.
132
133 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
134 (custom-set, custom-changed, custom-saved, custom-button)
135 (custom-button-pressed, custom-documentation, custom-state)
136 (custom-comment, custom-comment-tag, custom-variable-tag)
137 (custom-variable-button, custom-face-tag, custom-group-tag-1)
138 (custom-group-tag): Remove "-face" suffix from face names.
139 (custom-magic-alist, custom-magic-value-create)
140 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
141 (custom-invalid-face, custom-rogue-face, custom-modified-face)
142 (custom-set-face, custom-changed-face, custom-saved-face)
143 (custom-button-face, custom-button-pressed-face)
144 (custom-documentation-face, custom-state-face)
145 (custom-comment-face, custom-comment-tag-face)
146 (custom-variable-tag-face, custom-variable-button-face)
147 (custom-face-tag-face, custom-group-tag-face-1)
148 (custom-group-tag-face):
149 New backward-compatibility aliases for renamed faces.
150
151 * wid-edit.el (widget-documentation, widget-button)
152 (widget-field, widget-single-line-field, widget-inactive)
153 (widget-button-pressed): "-face" suffix removed from face names.
154 (widget-documentation-face, widget-button-face)
155 (widget-field-face, widget-single-line-field-face)
156 (widget-inactive-face, widget-button-pressed-face):
157 New backward-compatibility aliases for renamed faces.
158 (widget-documentation-face, widget-button-face)
159 (widget-button-pressed-face, widget-specify-field)
160 (widget-specify-inactive): Use renamed widget faces.
161
162 2005-06-10 Kenichi Handa <handa@m17n.org>
163
164 * term/x-win.el (x-clipboard-yank): Remove condition-case
165 wrapping.
166
167 2005-06-11 Kenichi Handa <handa@m17n.org>
168
169 * add-log.el (change-log-font-lock-keywords): Make the regexp for
170 date lines stricter.
171
172 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
173
174 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
175 of x-get-selection.
176
177 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
178
179 * comint.el (comint-mode, comint-snapshot-last-prompt):
180 * frame.el (frame-current-scroll-bars):
181 * term.el (term-mode, term-check-proc, term-input-sender)
182 (term-simple-send, term-extract-string, term-word)
183 (term-match-partial-filename):
184 * window.el (window-current-scroll-bars):
185 * emulation/cua-base.el (cua-normal-cursor-color)
186 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
187 (cua-global-mark-cursor-color):
188 * mail/undigest.el (rmail-forward-separator-regex):
189 Fix typos in docstrings.
190
191 * comint.el (comint-check-proc, make-comint-in-buffer)
192 (comint-source-default): Doc fixes.
193
194 * term.el (term-send-string): Improve argument/docstring
195 consistency.
196
197 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
198
199 * comint.el (comint-send-input): Bind `inhibit-read-only' around
200 call to `delete-region'.
201 (comint-mode-hook): Do not enable Font Lock by default.
202
203 2005-06-09 Lute Kamstra <lute@gnu.org>
204
205 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
206 could be void.
207
208 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * emacs-lisp/debug.el (debugger-will-be-back): New var.
211 (debug): Use it.
212 (debugger-step-through, debugger-continue, debugger-jump)
213 (debugger-return-value): Set it when needed.
214 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
215 Use inhibit-read-only.
216
217 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
218
219 * window.el (shrink-window-if-larger-than-buffer)
220 (window-size-fixed): Fix typo in docstring.
221
222 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
223 thumbnails directory on loading.
224 (thumbs-conversion-program): Use `eq' to check the system type,
225 not `equal'.
226 (thumbs-temp-dir): Initialize to `temporary-file-directory',
227 not "/tmp". Fix docstring.
228 (thumbs-thumbsdir): New function to return the thumbnails
229 directory, creating it if needed.
230 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
231 (thumbs-temp-file): Delete variable and make it into a function.
232 (thumbs-resize-image, thumbs-modify-image): Use it.
233 (thumbs-kill-buffer): Simplify.
234 (thumbs-gensym): Defalias or duplicate CL `gensym'.
235 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
236 docstrings.
237
238 2005-06-09 Kim F. Storm <storm@cua.dk>
239
240 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
241 set-match-data to free markers in match-data.
242
243 * replace.el (replace-match-data): Pass RESEAT arg `t' to
244 match-data to unchain markers in match-data.
245
246 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
249 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
250 unnecessary now.
251
252 2005-06-08 Richard M. Stallman <rms@gnu.org>
253
254 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
255 give the variable a doc string that doesn't say don't set it directly.
256
257 * textmodes/ispell.el (ispell-check-version):
258 Use match-string-no-properties.
259 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
260 (ispell-buffer-local-words): Likewise.
261
262 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
263 except on terminals with enough colors to really display it.
264 (makefile-dependency-regex): Delete spurious `bb'.
265
266 * faces.el (escape-glyph): Use blue once again in last case.
267 (no-break-space): Redefine so that it isn't invisible on a tty.
268
269 2005-06-08 Kim F. Storm <storm@cua.dk>
270
271 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
272 also when reading directory name.
273
274 2005-06-08 Lute Kamstra <lute@gnu.org>
275
276 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
277 (flyspell-mode-line-string): Remove autoload cookie.
278 (flyspell-mode): Remove defvar.
279
280 2005-06-07 Lute Kamstra <lute@gnu.org>
281
282 * textmodes/org.el (org-run-mode-hooks): New function.
283 (org-agenda-mode): Use it.
284
285 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
286
287 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
288
289 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
292
293 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
294
295 * font-lock.el (font-lock-add-keywords): Doc fix.
296
297 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
300 (tex-compile-default): In the absence of any history, use the order in
301 tex-compile-alist to choose the preferred command.
302 (tex-compile-commands): Reorder a bit.
303
304 * textmodes/flyspell.el (flyspell-auto-correct-binding)
305 (flyspell-incorrect-face, flyspell-duplicate-face):
306 Use (X)Emacs-agnostic code.
307 (flyspell-mode-map): Don't overwrite at each load. Remove code
308 redundant with the subsequent add-minor-mode. Merge Emacs and
309 XEmacs code.
310 (flyspell-word): Minor simplification.
311 (flyspell-math-tex-command-p): Quieten the byte-compiler.
312 (flyspell-external-point-words): Remove unused vars `size' and `start'.
313 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
314 Merge the corresponding Emacs code.
315 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
316
317 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
318 a dedicated window.
319
320 * international/latexenc.el (latexenc-find-file-coding-system):
321 Undo part of last patch, to turn off a compiler warning.
322
323 2005-06-06 Juri Linkov <juri@jurta.org>
324
325 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
326 Rename `tmm-inactive-face' to `tmm-inactive'.
327
328 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
329
330 * iswitchb.el: Rename faces.
331
332 2005-06-06 Kim F. Storm <storm@cua.dk>
333
334 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
335 (cua-global-mark): Remove -face suffix from face names.
336
337 * emulation/cua-gmrk.el (cua--init-global-mark):
338 Remove cua-global-mark face setup.
339
340 2005-06-06 Richard M. Stallman <rms@gnu.org>
341
342 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
343 just like other allowed characters.
344 (makefile-match-dependency): Exclude leading and training whitespace
345 from the range of regexp subexp 1.
346 (makefile-macroassign-regex): Don't try to match the body,
347 just the name of the macro being defined.
348
349 * info.el (Info-read-node-name-2): New function.
350 (Info-read-node-name-1): Use that.
351 Add a completion-base-size-function property.
352
353 * simple.el (completion-setup-function): Look for
354 completion-base-size-function property of
355 minibuffer-completion-table.
356
357 * files.el (locate-file-completion): Doc fix.
358
359 * printing.el: Don't call pr-update-menus; user must do that.
360
361 * emacs-lisp/debug.el (debugger-window): New variable.
362 (debug): Use debugger-window if it is set and still alive.
363 Record debugger-window for next entry.
364
365 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
366
367 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
368
369 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
370 (hack-one-local-variable, hack-local-variables)
371 (hack-local-variables-prop-line): Pass that arg.
372
373 2005-06-06 Kim F. Storm <storm@cua.dk>
374
375 * ido.el (ido-first-match, ido-only-match, ido-subdir)
376 (ido-indicator): Remove -face suffix from face names.
377
378 2005-06-06 Juri Linkov <juri@jurta.org>
379
380 * font-lock.el (font-lock-regexp-backslash)
381 (font-lock-regexp-backslash-construct): New faces.
382 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
383 after `('. Add `while-no-input' to control structures.
384
385 * faces.el (no-break-space, shadow): New faces.
386 (escape-glyph): Use less loud colors pink2 and red4.
387
388 * diff-mode.el (diff-context-face)
389 * dired.el (dired-ignored)
390 * rfn-eshadow.el (file-name-shadow)
391 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
392
393 * info.el (Info-title-1-face): Use green instead of yellow because
394 bold yellow is not readable on light backgrounds.
395
396 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
397 before selecting the desired mode to not spend time fontifying
398 old contents.
399
400 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
401
402 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
403 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
404
405 * ps-print.el (ps-default-fg, ps-default-bg):
406 Fix typos in docstrings.
407
408 * isearchb.el (isearchb): Don't pass a spurious second argument to
409 `iswitchb-completions'.
410
411 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
412
413 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
414 to preserve point.
415 (gdb-find-file-hook): Add doc string.
416
417 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
418 C dereferenced pointer expression.
419 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
420
421 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
422
423 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
424 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
425 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
426 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
427 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
428 Make background transparent.
429
430 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
431
432 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
433 (font-lock-remove-keywords): Doc fix.
434 (font-lock-mode-major-mode): Compiler defvar.
435 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
436
437 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
438 (font-lock-mode): Update `font-lock-mode-major-mode'.
439 (font-lock-set-defaults): Compiler defvar.
440 (font-lock-default-function): Take `font-lock-mode-major-mode'
441 into account.
442
443 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
444 keep track of which major mode it enabled the minor mode for.
445 Use find-file-hook again. Update docstring.
446
447 * simple.el (eval-expression-print-level)
448 (eval-expression-print-length, eval-expression-debug-on-error):
449 Doc fixes.
450
451 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
452
453 * iswitchb.el (iswitchb-single-match-face)
454 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
455 (iswitchb-invalid-regexp-face): New faces.
456 (iswitchb-completions): Use them.
457 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
458 now marked as an obsolete alias.
459 (iswitchb-read-buffer): Remove check for bound font variables.
460 (iswitchb-invalid-regexp): New free variable.
461 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
462 set iswitchb-invalid-regexp.
463 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
464 invalid regexps.
465 (iswitchb-completions): Add check for complete match when entering
466 a regexp.
467 (iswitchb-completions): Remove require-match argument.
468 (iswitchb-exhibit): Fix caller.
469 (iswitchb-common-match-inserted): New variable.
470 (iswitchb-complete, iswitchb-completion-help): Use it.
471
472 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
473
474 * url-http.el (url-http-chunked-encoding-after-change-function):
475 Use `url-http-debug' instead of `message'.
476
477 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
478
479 * url-http.el (url-http-parse-headers): Pass redirected URL as a
480 callback argument.
481
482 2005-06-04 Kim F. Storm <storm@cua.dk>
483
484 * simple.el (line-move): Only call sit-for when moving backwards.
485
486 * ido.el (ido-make-merged-file-list-1): New defun split from
487 ido-make-merged-file-list.
488 (ido-make-merged-file-list): Bind throw-on-input around call to
489 ido-make-merged-file-list-1. Return input-pending-p if
490 interrupted by more input available.
491 (ido-read-internal): Handle input-pending-p return value from
492 ido-make-merged-file-list.
493
494 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
497 compatibility code.
498
499 * international/latexenc.el (latexenc-find-file-coding-system):
500 Don't inherit the EOL part of the coding-system from the
501 tex-main buffer. Fit within 80 columns.
502
503 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
504
505 * tmm.el (tmm-inactive-face): New face.
506 (tmm-remove-inactive-mouse-face): New function.
507 (tmm-prompt, tmm-add-one-shortcut)
508 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
509 but not selectable.
510
511 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
512
513 * faces.el (face-equal): Improve argument/docstring consistency.
514
515 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
516
517 * progmodes/make-mode.el (makefile-targets-face)
518 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
519 (makefile-bsdmake-dependency-regex)
520 (makefile-makepp-rule-action-regex)
521 (makefile-bsdmake-rule-action-regex): New constants.
522 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
523
524 * progmodes/compile.el (compilation-error-regexp-alist-alist):
525 Allow (...) within `...' for makepp messages.
526
527 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
528
529 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
530
531 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
532 "." files are deleted from all file lists before comparison.
533
534 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
535 (viper-ESC-key): Made them customizable.
536
537 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
538
539 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
540
541 * autorevert.el (auto-revert-buffers): Use save-match-data.
542
543 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
546 menu items with a nil command binding.
547
548 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
549
550 * emacs-lisp/cl-macs.el (defsetf):
551 Improve argument/docstring consistency.
552
553 * faces.el (list-faces-display): Improve the formatting by
554 computing the maximum length required for any face-name (reworked
555 patch of 1999-01-11, accidentally deleted on 1999-07-21).
556 (internal-find-face): Remove redundant info in docstring.
557
558 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
559
560 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
561 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
562 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
563 (gdb-assembler-custom): Improve regexps.
564 (def-gdb-auto-update-handler): Use window point to preserve point.
565
566 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
567
568 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
569
570 2005-05-31 Jay Belanger <belanger@truman.edu>
571
572 * calc/calc-embed.el (calc-embedded-word): Change argument passed
573 to calc-embedded.
574 (calc-embedded-make-info): Have plain prefix argument select
575 entire line.
576
577 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
578
579 * faces.el (list-faces-display): Signal error if passed a regexp
580 that matches no face name.
581
582 * simple.el (filter-buffer-substring): Fix typo in docstring.
583
584 2005-05-31 Richard M. Stallman <rms@gnu.org>
585
586 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
587 (vhdl-emacs-21): Doc fix.
588 (vhdl-mode): Unconditionally set comment-padding.
589 (vhdl-fixup-whitespace-region): Insert spaces only where
590 there are none.
591 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
592
593 2005-05-30 John Wiegley <johnw@newartisans.com>
594
595 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
596 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
597 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
598 `directory-sep-char' to ?/, and all uses of `string-to-int' to
599 `string-to-number'.
600
601 2005-05-30 Jay Belanger <belanger@truman.edu>
602
603 * calc/calc.el (calc-bug-address): Fix docstring.
604 (calc-window-hook, calc-trail-window-hook): New variables.
605 (calc-trail-display): Restore use of calc-trail-window-hook.
606 (calc): Restore use of calc-window-hook.
607
608 2005-05-31 Masatake YAMATO <jet@gyve.org>
609
610 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
611
612 * help-fns.el (help-C-file-name): Add autoload mark for
613 `find-function-noselect'.
614
615 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
616
617 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
618 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
619
620 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
621
622 * calendar/diary-lib.el (mark-included-diary-files): Only kill
623 included diary buffer if it was not already being visited.
624 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
625
626 * calendar/icalendar.el (top-level): Do not require 'appt.
627
628 * mail/supercite.el (sc-select-attribution): Only use a list
629 element from sc-attrib-selection-list if it returns a string.
630 Reported by Davide G. M. Salvetti <salve@debian.org>.
631
632 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
633
634 * thumbs.el (thumbs-thumbname): The resulting thubname now
635 includes a hash value to improve its uniqueness, and has a ".jpg"
636 extension. Also, it is now a valid filename on all systems.
637 (thumbs-make-thumb): Use `let', not `let*'.
638 (thumbs-show-thumbs-list): Check for JPEG availability.
639
640 2005-05-30 Richard M. Stallman <rms@gnu.org>
641
642 * filesets.el (filesets-menu-ensure-use-cached):
643 Prevent warning when emacs-version>= is undefined.
644
645 * printing.el (pr-interactive-n-up): Use string-to-number.
646
647 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
648
649 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
650 Warn only when name to be defined is quoted.
651
652 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
653
654 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
655 Make regexp more robust.
656 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
657 Force regeneration of disassembly.
658
659 2005-05-29 Jay Belanger <belanger@truman.edu>
660
661 * calc/calc.el (calc-user-invocation): Check if
662 calc-invocation-macro is non-nil.
663
664 2005-05-29 Juri Linkov <juri@jurta.org>
665
666 * add-log.el (change-log-font-lock-keywords):
667 Add `+' to e-mail regexp to accept mail address with keywords.
668
669 * man.el (Man-name-regexp): Add `:' to accept qualified names.
670
671 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
672
673 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
674
675 * ielm.el (inferior-emacs-lisp-mode): Ditto.
676
677 2005-05-29 Richard M. Stallman <rms@gnu.org>
678
679 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
680 Undo the change that moves to end of the current word.
681
682 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
683
684 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
685 Throw error when count <= 0 to ensure input is a number.
686 (gdb-read-memory-custom): Pick up address from buffer.
687 (gdb-memory-mode): Allow user to increment and decrement
688 memory address from header line.
689
690 2005-05-29 Richard M. Stallman <rms@gnu.org>
691
692 * flyspell.el (flyspell-version): Function deleted.
693 (flyspell-auto-correct-previous-hook): Doc fix.
694
695 * jit-lock.el (jit-lock-function, jit-lock-after-change):
696 Do nothing if memory is full.
697
698 * font-lock.el (font-lock-fontify-syntactically-region):
699 Pass t for GREEDY to looking-back.
700
701 * saveplace.el (save-place-alist-to-file): Write the file
702 using write-region.
703
704 * subr.el (looking-back): New argument GREEDY.
705
706 * progmodes/compile.el (compilation-start): Set the mode
707 before inserting the initial text.
708
709 * progmodes/which-func.el (which-func-update-1): Turn the mode
710 off in case of error by setting which-func-mode.
711
712 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
713
714 * flyspell.el (flyspell-auto-correct-previous-word):
715 Narrow down to what's on the screen, and recenter overlays
716 at the end of the next word.
717
718 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
719
720 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
721 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
722 (flyspell-abbrev-p): Default to nil.
723 (flyspell-use-global-abbrev-table-p): Doc fix.
724 (flyspell-large-region): Allow nil as value.
725 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
726
727 (mail-mode-flyspell-verify): More robust handling
728 of `mail-header-separator'. More efficient signature detection.
729 Allow for regexp metacharacters in message-header-separator.
730 Adding `To' not to be checked in mail-mode-flyspell-verify.
731
732 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
733 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
734 Bind flyspell-auto-correct-binding.
735 Bind C-. and C-, .
736 (flyspell-mode-map): Likewise.
737 (flyspell-mode): Doc fix.
738 (flyspell-accept-buffer-local-defs): Preserve current buffer.
739 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
740 (flyspell-word-cache-result): New var, always local.
741 (flyspell-check-pre-word-p): Doc fix.
742 (flyspell-check-changed-word-p): Handle spc like newline.
743 (flyspell-post-command-hook): Set flyspell-word-cache-result.
744 (flyspell-word-search-backward, flyspell-word-search-forward):
745 New functions.
746 (flyspell-word): Return t if nothing to check.
747 When parsing TeX code, check for after } or \.
748 Use flyspell-word-search-backward to find previous word.
749 Return nil if duplicated word.
750 For word already checked, return same value as last time.
751 Set flyspell-word-cache-result after checking.
752 Don't clobber the return value.
753 (flyspell-get-word): Major rewrite.
754 (flyspell-external-point-words): New locals pword, pcount.
755 Fix size used in progress message.
756 Find the proper corresponding word in flyspell-large-region-buffer.
757 (flyspell-region): Check for flyspell-large-region = nil.
758 (flyspell-highlight-incorrect-region): Clean up overlays in region.
759 (flyspell-auto-correct-word): Check that WORD is a cons.
760 (flyspell-correct-word): Likewise.
761
762 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
763
764 * progmodes/make-mode.el (makefile-rule-action-regex)
765 (makefile-macroassign-regex, makefile-makepp-mode)
766 (makefile-bsdmake-mode): Continuation lines may be empty.
767 Reported by Joshua Varner.
768 (makefile-makepp-font-lock-keywords): Add $(stem).
769
770 2005-05-28 Karl Berry <karl@gnu.org>
771
772 * textmodes/tex-mode.el: Now that tex-send-command calls
773 shell-quote-argument (2005-03-31 change), remove all calls to
774 shell-quote-argument; they all end up invoking tex-send-command.
775 The double quoting loses on filenames with non-safe characters,
776 such as "@". Reported by Frederik Fouvry.
777
778 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
779
780 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
781 about preserving point.
782
783 2005-05-27 Jay Belanger <belanger@truman.edu>
784
785 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
786 Info-goto-node.
787
788 * calc/calc-embed.el (calc-embed-arg): New variable.
789 (calc-do-embedded-activate, calc-embedded-activate-formula)
790 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
791 variable by new variable.
792 (calc-embedded-make-info): Replace undeclared variable by new
793 variable. When selecting region with positive prefix
794 argument, use end of previous line instead of beginning of line.
795
796 * calc/calc-aent.el (calc-arg-values): Declare it.
797
798 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
799 Declare them.
800
801 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
802
803 * calc/calc.el (calc-alg-map): Declare it.
804
805 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
806
807 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
808
809 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
810 (gdb-registers-buffer, toggle-gdb-all-registers):
811 Toggle display of floating point registers.
812 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
813
814 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
815 (toggle-gud-tooltip-dereference):
816 Rename from gud-toggle-tooltip-dereference.
817
818 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
821
822 2005-05-27 Jay Belanger <belanger@truman.edu>
823
824 * calc/calc-prog.el (calc-kbd-report): Remove.
825 (calc-kbd-query): Rewrite.
826
827 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
828
829 * image.el (image-library-alist): Move to image.c.
830 (image-type-available-p): Doc fix.
831
832 2005-05-27 Lute Kamstra <lute@gnu.org>
833
834 * calc/calc.el (calc):
835 * outline.el (outline-1, outline-2, outline-3, outline-4)
836 (outline-5, outline-6, outline-7, outline-8):
837 * textmodes/dns-mode.el (dns-mode):
838 * textmodes/sgml-mode.el (sgml-namespace-face):
839 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
840 (tex-verbatim-face, tex-use-reftex):
841 * textmodes/texinfo.el (texinfo-heading-face):
842 Specify customization group.
843
844 * longlines.el: Don't require easy-mmode.
845 (longlines-visible-face): Specify customization group.
846
847 2005-05-27 Kenichi Handa <handa@m17n.org>
848
849 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
850 encoding table of windows-1251.
851
852 * international/ucs-tables.el (ucs-set-table-for-input):
853 If translation-table-for-input of a coding system is a symbol, get
854 its translation-table property.
855
856 * international/code-pages.el: Don't register a coding system into
857 non-iso-charset-alist more than once.
858 (cp-make-coding-system): Likewise.
859
860 2005-05-26 John Wiegley <johnw@newartisans.com>
861
862 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
863 `eshell-resume-eval' is wrapped in a list, it indicates that the
864 command was run asynchronously. In that case, unwrap the value
865 before checking the delimiter value.
866
867 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
868 character before a space at the end of a line is \, assume the space
869 is part of the last argument rather than a final argument separator.
870
871 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
872 is in use, and the target is `t' or `nil' (which are the most common
873 values), don't assume that the symbol target is a buffer.
874
875 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
876
877 * calendar/calendar.el (calendar-mode-line-format):
878 Use mode-line-highlight as mouse-face.
879
880 * time.el (display-time-string-forms, display-time-update):
881 Use mode-line-highlight as mouse-face.
882
883 2005-05-26 Jay Belanger <belanger@truman.edu>
884
885 * calc/calc.el (calc-language-alist): Remove extra defvar.
886
887 2005-05-26 Lute Kamstra <lute@gnu.org>
888
889 * arc-mode.el (archive-mode):
890 * bookmark.el (bookmark-read-annotation-mode)
891 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
892 * bs.el (bs-mode):
893 * calc/calc-yank.el (calc-edit-mode):
894 * calc/calc.el (calc-mode, calc-trail-mode):
895 * calculator.el (calculator-mode):
896 * chistory.el (command-history-mode):
897 * comint.el:
898 * cus-edit.el (custom-mode):
899 * descr-text.el (describe-text-mode):
900 * ebuff-menu.el (Electric-buffer-menu-mode):
901 * ediff-util.el (ediff-mode):
902 * emacs-lisp/re-builder.el (reb-mode):
903 * emulation/vi.el (vi-mode-setup):
904 * emulation/ws-mode.el (wordstar-mode):
905 * eshell/esh-mode.el (eshell-mode):
906 * forms.el (forms-mode):
907 * help-mode.el (help-mode):
908 * hexl.el (hexl-mode):
909 * ibuffer.el (ibuffer-mode):
910 * ielm.el (inferior-emacs-lisp-mode):
911 * info.el (Info-mode, Info-edit-mode):
912 * international/swedish.el:
913 * ledit.el (ledit-from-lisp-mode):
914 * locate.el (locate-mode):
915 * mail/rmail.el (rmail-mode):
916 * mail/rmailedit.el (rmail-edit-mode):
917 * mail/rmailsum.el (rmail-summary-mode):
918 * mail/supercite.el (sc-electric-mode):
919 * net/eudc.el (eudc-mode):
920 * net/quickurl.el (quickurl-list-mode):
921 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
922 * obsolete/ooutline.el (outline-mode):
923 * obsolete/options.el (Edit-options-mode):
924 * obsolete/rnews.el (news-mode):
925 * obsolete/rnewspost.el (news-reply-mode):
926 * play/5x5.el (5x5-mode):
927 * play/decipher.el (decipher-mode, decipher-stats-mode):
928 * play/gomoku.el (gomoku-mode):
929 * play/snake.el (snake-mode):
930 * play/solitaire.el (solitaire-mode):
931 * play/tetris.el (tetris-mode):
932 * progmodes/ada-mode.el (ada-mode):
933 * progmodes/antlr-mode.el (antlr-mode):
934 * progmodes/autoconf.el (autoconf-mode):
935 * progmodes/dcl-mode.el (dcl-mode):
936 * progmodes/delphi.el (delphi-mode):
937 * progmodes/ebrowse.el (ebrowse-tree-mode)
938 (ebrowse-electric-list-mode, ebrowse-member-mode)
939 (ebrowse-electric-position-mode):
940 * progmodes/f90.el (f90-mode):
941 * progmodes/fortran.el (fortran-mode):
942 * progmodes/icon.el (icon-mode):
943 * progmodes/idlw-help.el (idlwave-help-mode):
944 * progmodes/idlw-shell.el (idlwave-shell-mode):
945 * progmodes/idlwave.el (idlwave-mode):
946 * progmodes/inf-lisp.el (inferior-lisp-mode):
947 * progmodes/m4-mode.el (m4-mode):
948 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
949 * progmodes/modula2.el (modula-2-mode):
950 * progmodes/octave-inf.el (inferior-octave-mode):
951 * progmodes/octave-mod.el (octave-mode):
952 * progmodes/pascal.el (pascal-mode):
953 * progmodes/sh-script.el (sh-mode):
954 * progmodes/sql.el (sql-mode, sql-interactive-mode):
955 * progmodes/vhdl-mode.el (vhdl-mode):
956 * progmodes/xscheme.el (scheme-interaction-mode):
957 * replace.el (occur-mode):
958 * ses.el (ses-mode):
959 * simple.el (completion-list-mode):
960 * skeleton.el:
961 * speedbar.el (speedbar-mode):
962 * term.el (term-mode):
963 * terminal.el (terminal-edit-mode):
964 * textmodes/reftex-index.el (reftex-index-mode)
965 (reftex-index-phrases-mode):
966 * textmodes/reftex-sel.el (reftex-select-label-mode)
967 (reftex-select-bib-mode):
968 * textmodes/reftex-toc.el (reftex-toc-mode):
969 * wdired.el (wdired-change-to-wdired-mode):
970 * wid-browse.el (widget-browse-mode):
971 Use run-mode-hooks.
972
973 * array.el (array-mode):
974 * calendar/todo-mode.el (todo-mode):
975 * man.el (Man-mode):
976 * play/landmark.el (lm-mode):
977 * play/mpuz.el (mpuz-mode):
978 Use kill-all-local-variables and run-mode-hooks.
979
980 * subr.el (delay-mode-hooks): Specify indentation.
981
982 2005-05-26 Mark A. Hershberger <mah@everybody.org>
983
984 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
985
986 2005-05-26 Jay Belanger <belanger@truman.edu>
987
988 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
989 of nil.
990
991 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
992
993 * progmodes/gdb-ui.el (gdb-frame-address):
994 Rename from gdb-current-address.
995 (gdb-previous-frame-address): Rename from gdb-previous-address.
996 (gdb-selected-frame): Rename from gdb-current-frame.
997 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
998 (gdb-frame-number): Rename from gdb-current-stack-level.
999 (gdb-ann3): Match new mode-name for disassembly buffer.
1000 Extend initialisation of variables.
1001 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1002 (gdb-memory-mode): Use mouse-face in header line.
1003 (gdb-assembler-buffer-name): Call it disassembly and give frame
1004 in mode line.
1005 (gdb-source-spec-regexp, gdb-assembler-custom)
1006 (gdb-invalidate-assembler, gdb-frame-handler):
1007 Make robust to leading zeroes in address format.
1008
1009 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1010
1011 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1012 define `org-mode'.
1013 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1014
1015 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * log-edit.el (log-edit-changelog-entries): Distinguish between
1018 filenames like xfns.c and fns.c.
1019
1020 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1021
1022 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1023 point after reverting.
1024 (Buffer-menu-make-sort-button): Handle the case where
1025 `Buffer-menu-use-header-line' is nil.
1026
1027 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1028
1029 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1030 New funcs. In minibuffer-local-completion-map bind `]', `/'
1031 and `:' to them.
1032
1033 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * startup.el (normal-top-level): Allow modification of load-path while
1036 we're iterating over it.
1037
1038 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1041 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1042 (thumbs-resize-interactive, thumbs-insert-image)
1043 (thumbs-insert-thumb, thumbs-dired-show-marked)
1044 (thumbs-find-image-at-point, thumbs-delete-images)
1045 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1046 (thumbs-increment-image-size, thumbs-decrement-image-size):
1047 Fix typos in docstrings.
1048
1049 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1050
1051 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1052 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1053 (cperl-mode): Use them.
1054
1055 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1058 Doc fixes.
1059
1060 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1061
1062 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1063 Bind C-d to gdb-inferior-io-eof.
1064
1065 * dired.el (dired-dnd-popup-notice): Use message-box.
1066
1067 2005-05-23 Masatake YAMATO <jet@gyve.org>
1068
1069 * bindings.el (mode-line-major-mode-keymap):
1070 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1071
1072 * faces.el (mode-line-highlight): New face.
1073
1074 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1075 as mouse-face.
1076
1077 * bindings.el (top-level, help-echo, mode-line-modified)
1078 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1079 as mouse-face.
1080
1081 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * progmodes/cc-engine.el (c-guess-basic-syntax):
1084 Remove spurious call to `zerop'.
1085
1086 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1087
1088 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1089
1090 CC Mode update to 5.30.10:
1091
1092 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1093 could go past the limit in decoration level 2, thereby causing
1094 errors during interactive fontification.
1095
1096 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1097 the file is evaluated interactively.
1098
1099 * cc-engine.el (c-guess-basic-syntax): Handle operator
1100 declarations somewhat better in C++.
1101
1102 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1103 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1104 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1105 (awk-mode): Use it.
1106 (make-local-hook): Suppress warning about obsoleteness.
1107
1108 * cc-engine.el, cc-align.el, cc-cmds.el
1109 (c-append-backslashes-forward, c-delete-backslashes-forward)
1110 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1111 Compensate for return value from `forward-line' when it has moved
1112 but not to a different line due to eob.
1113
1114 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1115 `objc-method-intro' and `objc-method-args-cont'.
1116
1117 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1118
1119 CC Mode update to 5.30.10:
1120
1121 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1122 in the copyright statement. Incidentally, change "along with GNU
1123 Emacs" to "along with this program" where it occurs.
1124
1125 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1126 so that it is interactive, hence can be found by M-x awk-mode
1127 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1128 <gmorris+emacs@ast.cam.ac.uk>.
1129
1130 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1131 Mode's regexps.
1132
1133 2005-05-23 Kevin Ryde <user42@zip.com.au>
1134
1135 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1136 c-parse-state, to avoid a lisp error (on bad code).
1137
1138 2005-05-23 Lute Kamstra <lute@gnu.org>
1139
1140 * subr.el (font-lock-defaults): Remove defvar as it's already
1141 defined in font-core.el.
1142
1143 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1144
1145 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1146
1147 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1148 more general and work when GDB variable "print pretty" is on,
1149 as with Emacs, for example.
1150
1151 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1152
1153 * font-core.el: Update comment.
1154
1155 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1156 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1157
1158 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1159
1160 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1161
1162 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1163 and `yank-handler' in the doc strings.
1164
1165 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1168
1169 2005-05-22 Richard M. Stallman <rms@gnu.org>
1170
1171 * help.el (describe-key): Move print-help-return-message call
1172 out of conditional.
1173
1174 * progmodes/etags.el (list-tags): Use with-no-warnings.
1175
1176 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1177 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1178 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1179
1180 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1181
1182 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1183 Add defvar.
1184
1185 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1186 Use defvar, not defconst.
1187
1188 * hexl.el (hexl-follow-line): Use with-no-warnings.
1189
1190 * emulation/tpu-extras.el: Use write-file-functions instead of
1191 write-file-hooks.
1192
1193 * dired.el (dired-font-lock-keywords): Fontify files with junk
1194 extensions even if marked by -F.
1195
1196 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1199 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1200 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1201 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1202 (concatenate, list-length, get*, getf, cl-remprop):
1203 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1204 (etypecase, progv, lexical-let, lexical-let*)
1205 (multiple-value-bind, multiple-value-setq, shiftf):
1206 Improve argument/docstring consistency.
1207
1208 * subr.el (focus-frame, unfocus-frame):
1209 Revert deletion on 2005-05-01.
1210
1211 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1212
1213 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1214 doesn't exist.
1215
1216 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1217 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1218
1219 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1220
1221 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1222 already deleted variables: auto-fill-hook, blink-paren-hook,
1223 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1224 suspend-hooks, comment-indent-hook, meta-flag,
1225 before-change-function, after-change-function,
1226 font-lock-doc-string-face.
1227
1228 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1229
1230 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1231
1232 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1233
1234 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1235 rmail-dont-reply-to.
1236
1237 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1238
1239 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1240 literal blank when splitting new-header-values.
1241
1242 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1243
1244 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1245 string so that tmm doesn't create a completion entry for it.
1246
1247 * textmodes/table.el (table-disable-menu): Ditto.
1248
1249 2005-05-21 Richard M. Stallman <rms@gnu.org>
1250
1251 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1252
1253 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1254
1255 * net/rcompile.el (remote-compile): Use compilation-start.
1256
1257 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1258
1259 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1260
1261 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1262 Default to makefile-bsdmake-mode on BSD systems.
1263
1264 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1265 REGEXP may also be a search function now. The part of doc-string
1266 for describing the structure was 95% identical to that of
1267 `imenu--generic-function'. Unify it there.
1268
1269 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1270 Use function to find dependencies, because regexp alone is so complex,
1271 it easily goes into an endless loop.
1272 (makefile-makepp-mode): Also add submenu for Perl functions
1273 defined in the makefile.
1274 (makefile-bsdmake-mode): Special imenu-generic-expression no
1275 longer needed, due to function call.
1276 (makefile-match-dependency): Take BOUND into account when checking
1277 if we're through.
1278
1279 2005-05-20 Jay Belanger <belanger@truman.edu>
1280
1281 * calc/calc-units.el (calc-invalidate-units-table):
1282 Use inhibit-read-only.
1283 (math-build-units-table-buffer): Use view-mode.
1284
1285 2005-05-20 David Kastrup <dak@gnu.org>
1286
1287 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1288 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1289
1290 2005-05-20 Lute Kamstra <lute@gnu.org>
1291
1292 * diff-mode.el (diff-header-face, diff-file-header-face)
1293 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1294 (diff-added-face, diff-changed-face, diff-function-face)
1295 (diff-context-face, diff-nonexistent-face): Put them in the
1296 diff-mode customization group.
1297
1298 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1299
1300 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1301
1302 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1303
1304 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1305 Minor regexp-optimization.
1306
1307 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1308
1309 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1310 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1311 (org-agenda-add-time-grid-maybe): New function.
1312 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1313 (org-table-create): `dotimes' instead of `mapcar'.
1314 (org-xor): Simplify implementation.
1315 (org-agenda): `inhibit-redisplay' turned on.
1316 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1317 a consistent line after a state change.
1318 (org-agenda-remove-times-when-in-prefix): New option.
1319 (org-prefix-has-time): New variable.
1320 (org-parse-time-string): Optional argument NODEFAULT.
1321 (org-format-agenda-item): Parse items for time-of-day
1322 specifications and move these into the prefix if possible.
1323 (org-agenda-priority): Get current heading, not previous heading
1324 during agenda remote editing.
1325
1326 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1329 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1330 (remove-duplicates, delete-duplicates, substitute)
1331 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1332 (nsubstitute-if-not, find, find-if, find-if-not, position)
1333 (position-if, position-if-not, count, count-if, count-if-not)
1334 (mismatch, search, sort*, stable-sort, merge, member*)
1335 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1336 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1337 (intersection, nintersection, set-difference, nset-difference)
1338 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1339 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1340 (nsublis, tree-equal): Improve argument/docstring consistency.
1341
1342 * subr.el (send-string, send-region):
1343 Remove obsolescence declaration.
1344 (window-dot, set-window-dot, read-input, show-buffer)
1345 (eval-current-buffer, string-to-int):
1346 Add release number to obsolescence declarations.
1347
1348 2005-05-19 Kim F. Storm <storm@cua.dk>
1349
1350 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1351 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1352
1353 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1354
1355 * faces.el (list-faces-display): Make back button respect optional
1356 regexp arg.
1357
1358 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1359
1360 * calculator.el (calculator-radix-grouping-mode)
1361 (calculator-radix-grouping-digits, calculator-displayer)
1362 (calculator-radix-grouping-separator, calculator-copy-displayer):
1363 * dabbrev.el (dabbrev-search-these-buffers-only):
1364 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1365 (diff-advance-after-apply-hunk, diff-mode-hook)
1366 (diff-minor-mode-prefix):
1367 * imenu.el (imenu-use-popup-menu):
1368 * jit-lock.el (jit-lock-context-time):
1369 * newcomment.el (comment-fill-column, comment-column)
1370 (comment-style, comment-padding, comment-multi-line)
1371 (comment-empty-lines, comment-auto-fill-only-comments):
1372 * reveal.el (reveal-around-mark):
1373 * uniquify.el (uniquify-buffer-name-style)
1374 (uniquify-after-kill-buffer-p)
1375 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1376 (uniquify-min-dir-content, uniquify-separator)
1377 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1378 * w32-vars.el (w32-fixed-font-alist):
1379 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1380 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1381 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1382 * progmodes/perl-mode.el (perl-indent-level)
1383 (perl-continued-statement-offset, perl-continued-brace-offset)
1384 (perl-brace-offset, perl-brace-imaginary-offset)
1385 (perl-label-offset, perl-indent-continued-arguments)
1386 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1387 * progmodes/tcl.el (tcl-indent-level)
1388 (tcl-continued-indent-level, tcl-auto-newline)
1389 (tcl-tab-always-indent, tcl-electric-hash-style)
1390 (tcl-help-directory-list, tcl-use-smart-word-finder)
1391 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1392 (inferior-tcl-source-command):
1393 * textmodes/fill.el (enable-kinsoku):
1394 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1395 * textmodes/table.el (table-yank-handler):
1396 Specify missing group (and type, if simple) in defcustom.
1397
1398 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1399
1400 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1401
1402 2005-05-19 Richard M. Stallman <rms@gnu.org>
1403
1404 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1405
1406 * subr.el (event-basic-type): Don't get an error.
1407 (left-fringe-p): Function deleted.
1408
1409 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1410 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1411
1412 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1413 in recursive copy.
1414
1415 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1416
1417 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1418
1419 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1420 Call byte-compile-nogroup-warn if appropriate.
1421
1422 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1423 (compilation-set-window): Don't call left-fringe-p; do it directly.
1424
1425 2005-05-19 Jay Belanger <belanger@truman.edu>
1426
1427 * calc/calc-graph.el (calc-graph-format-data): Make sure
1428 var-PlotRejects is bound before trying to check its value.
1429
1430 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1431
1432 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1433 definition of this variable from reftex-global.el to reftex.el,
1434 because it is needed in the menu.
1435
1436 2005-05-19 Lute Kamstra <lute@gnu.org>
1437
1438 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1439 years are fixed. Don't insert a space after a dash.
1440
1441 2005-05-19 Kim F. Storm <storm@cua.dk>
1442
1443 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1444
1445 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1446
1447 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1448 strings, because (eq ... ?\\) is fairly frequent.
1449
1450 * progmodes/make-mode.el (makefile-add-this-line-targets):
1451 Simplify and integrate into `makefile-pickup-targets'.
1452 (makefile-add-this-line-macro): Simplify and integrate into
1453 `makefile-pickup-macros.
1454 (makefile-pickup-filenames-as-targets): Simplify.
1455 (makefile-previous-dependency, makefile-match-dependency):
1456 Don't stumble over `::'.
1457
1458 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1459
1460 * subr.el (post-command-idle-hook, post-command-idle-delay):
1461 Remove obsoletion of post-command-idle-hook and
1462 post-command-idle-delay.
1463
1464 * faces.el (list-faces-display): Provide button when describe-face
1465 is called to take user back to the list of faces.
1466
1467 * help-fns.el (describe-variable): Remove hyperlinks in a
1468 variable's value as these are quite frequently inappropriate.
1469
1470 * follow.el (follow-submit-feedback, follow-mode):
1471 Remove references to post-command-idle-hook.
1472
1473 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1474
1475 * progmodes/make-mode.el (makefile-previous-dependency)
1476 (makefile-match-dependency): Check for := (and in bsd mode also
1477 !=) to give a better result, even when font-lock is not on.
1478
1479 2005-05-18 Jay Belanger <belanger@truman.edu>
1480
1481 * calc/calc-help.el (calc-s-prefix-help):
1482 Add `calc-copy-special-constant' to help string.
1483
1484 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1485
1486 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1487
1488 2005-05-18 Jay Belanger <belanger@truman.edu>
1489
1490 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1491 in linear factors are in proper order.
1492
1493 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1494
1495 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1496 Support for jurabib.
1497
1498 * textmodes/reftex.el (featurep): Define aliases for overlay
1499 commands, for XEmacs compatibility, and use these aliases in
1500 overlay initializations.
1501 (reftex-highlight): Use `reftex-move-overlay'.
1502 (reftex-unhighlight): Use `reftex-delete-overlay'.
1503 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1504 (reftex-access-search-path): Use `reftex-uniquify' instead of
1505 `reftex-uniq'
1506
1507 * textmodes/reftex-sel.el (reftex-select-unmark):
1508 Overlay `before-string' property modification enables for Emacs as well.
1509 (reftex-select-item): Use `reftex-delete-overlay'.
1510 (reftex-select-mark): Use `reftex-make-overlay' and
1511 `reftex-overlay-put'.
1512 (reftex-select-unmark): Use `reftex-delete-overlay' and
1513 `reftex-overlay-put'.
1514
1515 2005-05-18 Lute Kamstra <lute@gnu.org>
1516
1517 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1518
1519 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1520
1521 * add-log.el (add-change-log-entry):
1522 * array.el (array-make-template, array-reconfigure-rows)
1523 (array-init-max-row, array-init-max-column)
1524 (array-init-columns-per-line, array-init-field-width):
1525 * replace.el (replace-match-maybe-edit, perform-replace):
1526 * textmodes/spell.el (spell-region):
1527 Replace `read-input' by `read-string'.
1528
1529 * forms.el (forms-mode):
1530 * finder.el (finder-compile-keywords):
1531 * shadowfile.el (shadow-read-files):
1532 Replace `eval-current-buffer' by `eval-buffer'.
1533
1534 * terminal.el (te-pass-through):
1535 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1536 (ange-ftp-raw-send-cmd):
1537 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1538 (send-process-next-char, telnet-initial-filter, telnet):
1539 Replace `send-string' by `process-send-string'.
1540
1541 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1542 (prolog-consult-region): Replace `send-string' by
1543 `process-send-string'; replace `send-region' by `process-send-region'.
1544
1545 * progmodes/delphi.el (delphi-log-msg):
1546 Replace `set-window-dot' by `set-window-point'.
1547
1548 * subr.el (window-dot, set-window-dot, read-input, send-string)
1549 (send-region, show-buffer, eval-current-buffer):
1550 Make really obsolete, as the comment says.
1551
1552 2005-05-17 Kim F. Storm <storm@cua.dk>
1553
1554 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1555 (cua--init-keymaps): Bind C-return instead of S-return to set
1556 rectangle mark.
1557
1558 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1559 instead of S-return to toggle/clear rectangle mark.
1560
1561 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1562
1563 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1564 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1565 Also fontify plain strings assigned to variables, mostly so that a
1566 colon has a face and is thus not taken as a dependency separator.
1567 (makefile-previous-dependency): Inline the new matcher, because it
1568 is too complex to work in both directions.
1569 (makefile-match-dependency): Eliminate `backward' arg (see above).
1570 Completely reimplemented so as to not sometimes go into an endless
1571 loop. It should also be more efficient, because first it only
1572 searches for `:', instead of applying the very complex regexp.
1573 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1574 to be fontified in one piece can be too long for JIT.
1575 Makefiles are never *that* big.
1576
1577 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1578
1579 * dired.el (dired-mode): Simplify.
1580
1581 2005-05-17 Lute Kamstra <lute@gnu.org>
1582
1583 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1584 defcustom for the mode hook variable.
1585
1586 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1587 Emacs Lisp Reference Manual.
1588
1589 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1590
1591 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1592 (evenp, list*):
1593 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1594 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1595
1596 * net/tramp-smb.el (tramp-smb-open-connection):
1597 Pass `tramp-chunksize' as fifth (required) argument.
1598
1599 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1600
1601 * font-lock.el (lisp-font-lock-keywords-1):
1602 Set `font-lock-negation-char-face' for [^...] char group.
1603 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1604
1605 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1606 a var, and refine it to mask one more level of nested vars.
1607 (makefile-rule-action-regex): Turn it into a var, and refine it so
1608 it recognizes backslashed continuation lines as belonging to the
1609 same command.
1610 (makefile-macroassign-regex): Refine it so it recognizes
1611 backslashed continuation lines as belonging to the same command.
1612 (makefile-var-use-regex): Don't look at the next char, because it
1613 might be the same one to be skipped by the initial [^$], leading
1614 to an overlooked variable use.
1615 (makefile-make-font-lock-keywords): Remove two parameters, which
1616 are now variables that some of the modes set locally.
1617 Handle dependency and rule action matching through functions, because
1618 regexps alone match too often. Dependency matching now comes
1619 last, so it can check, whether a colon already matched something else.
1620 (makefile-mode): Inform that font-lock improves makefile parsing
1621 capabilities.
1622 (makefile-match-dependency, makefile-match-action): New functions.
1623
1624 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1625
1626 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1627
1628 * align.el (align-regexp):
1629 * ansi-color.el (ansi-color-get-face):
1630 * array.el (array-reconfigure-rows, array-init-max-row)
1631 (array-init-max-column, array-init-columns-per-line)
1632 (array-init-field-width):
1633 * dired-aux.el (dired-trample-file-versions):
1634 * dired-x.el (dired-mark-sexp):
1635 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1636 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1637 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1638 * faces.el (face-read-integer):
1639 * files.el (backup-extract-version, insert-directory):
1640 * hexl.el (hexl-insert-decimal-char):
1641 * server.el (server-process-filter):
1642 * shell.el (shell-extract-num):
1643 * startup.el (command-line-1):
1644 * term.el (term-command-hook):
1645 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1646 (time-stamp-do-number):
1647 * time.el (display-time-update):
1648 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1649 (timezone-fix-time):
1650 * vms-patch.el (vms-suspend-resume-hook):
1651 * calendar/appt.el (appt-convert-time):
1652 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1653 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1654 * calendar/cal-islam.el (mark-islamic-diary-entries):
1655 * calendar/calendar.el (calendar-cursor-to-date)
1656 (calendar-star-date):
1657 * calendar/diary-lib.el (diary-attrtype-convert)
1658 (mark-diary-entries, diary-entry-time):
1659 * calendar/solar.el (solar-get-number):
1660 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1661 * emacs-lisp/re-builder.el (reb-display-subexp):
1662 * emulation/edt.el (edt-set-scroll-margins):
1663 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1664 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1665 (vip-get-ex-count):
1666 * emulation/viper-ex.el (viper-get-ex-token)
1667 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1668 * international/fontset.el (fontset-plain-name):
1669 * mail/feedmail.el (feedmail-look-at-queue-directory):
1670 * mail/mailalias.el (mail-get-names):
1671 * mail/rmail.el (rmail-convert-to-babyl-format):
1672 * mail/rmailsum.el (rmail-make-basic-summary-line)
1673 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1674 (rmail-summary-goto-msg):
1675 * mail/smtpmail.el (smtpmail-read-response):
1676 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1677 (ange-ftp-vms-add-file-entry):
1678 * play/gametree.el (gametree-looking-at-ply)
1679 (gametree-current-branch-score):
1680 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1681 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1682 * progmodes/cperl-mode.el (condition-case):
1683 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1684 (ebrowse-set-member-buffer-column-width)
1685 (ebrowse-select-1st-to-9nth):
1686 * progmodes/etags.el (etags-snarf-tag):
1687 * progmodes/flymake.el (flymake-parse-line):
1688 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1689 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1690 (idlwave-shell-menu-def):
1691 * progmodes/ps-mode.el (ps-run-goto-error):
1692 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1693 (vhdl-speedbar-contract-level):
1694 * term/mac-win.el (x-handle-numeric-switch):
1695 * term/sun-mouse.el (sun-get-frame-data):
1696 * term/w32-win.el (x-handle-numeric-switch):
1697 * term/x-win.el (x-handle-numeric-switch):
1698 * textmodes/ispell.el (ispell-parse-output):
1699 * textmodes/nroff-mode.el (nroff-outline-level):
1700 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1701 (reftex-bib-sort-year-reverse, reftex-format-citation):
1702 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1703 (reftex-section-number):
1704 * textmodes/texinfmt.el (texinfo-paragraphindent):
1705 Replace `string-to-int' by `string-to-number'.
1706
1707 * international/latexenc.el: Add page marker to force the "Local
1708 Variables:" string out of the last page.
1709
1710 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1711
1712 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1713 tooltip-change-major-mode.
1714 (gud-tooltip-print-command): Remove case where gud-minor-mode
1715 is gdb ("--fullname").
1716 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1717 explain to user.
1718
1719 2005-05-16 Jay Belanger <belanger@truman.edu>
1720
1721 * calc/calc-store.el (calc-copy-special-constant): New function.
1722
1723 * calc/calc-ext.el (calc-init-extensions): Add binding for
1724 `calc-copy-special-constant'.
1725
1726 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1727 for the `calc-copy-special-constant' command.
1728
1729 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1730
1731 * subr.el (left-fringe-p): New function.
1732
1733 * progmodes/compile.el (compilation-setup): Set local value of
1734 overlay-arrow-string to "" always.
1735 (compilation-set-window): Left fringe then don't scroll.
1736 No left fringe then no arrow and scroll message to top.
1737 (compilation-context-lines): Adjust doc string accordingly.
1738
1739 2005-05-16 Kim F. Storm <storm@cua.dk>
1740
1741 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1742 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1743 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1744 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1745 (ido-read-file-name): Handle commands with ido property value
1746 equal to find-file as reading a file name, to allow C-d to enter dired.
1747 (ibuffer-find-file): Add ido property with value find-file.
1748
1749 2005-05-15 Kim F. Storm <storm@cua.dk>
1750
1751 * subr.el (open-network-stream-nowait): Remove.
1752 (open-network-stream-server): Remove.
1753
1754 2005-05-15 Richard M. Stallman <rms@gnu.org>
1755
1756 * faces.el (describe-face): Output a definition link button.
1757
1758 * help-mode.el (help-face-def): New button type.
1759
1760 * emacs-lisp/copyright.el (copyright-fix-years):
1761 Match properly if the first year is 2-digit.
1762 Don't mess up the whitespace after the years by filling.
1763
1764 * dired-aux.el (dired-mark-confirm):
1765 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1766
1767 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1768 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1769 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1770
1771 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1772 Set font-lock-comment-start-skip.
1773
1774 * font-lock.el (font-lock-comment-start-skip): New variable.
1775 (font-lock-comment-end-skip): New variable.
1776 (font-lock-fontify-syntactically-region): Use them if non-nil.
1777
1778 2005-05-15 Jay Belanger <belanger@truman.edu>
1779
1780 * calc/calc-store.el (calc-store-value): Return a string rather
1781 than display it as a message.
1782 Use calc-var-name for variable name.
1783 (calc-store-into): Add the result of calc-store-value to message.
1784 (calc-copy-variable): Add a message.
1785 (calc-store-exchange): Improve error messages.
1786 (calc-store-binary, calc-store-map): Don't reset the values of
1787 special constants.
1788
1789 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1790
1791 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1792 manual to docstring.
1793
1794 * files.el (hack-local-variables-confirm): Add STRING argument.
1795 Make the function handle non file visiting buffers correctly.
1796 (hack-local-variables-prop-line, hack-local-variables)
1797 (hack-one-local-variable): Use STRING arg of
1798 `hack-local-variables-confirm'.
1799
1800 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1801
1802 Sync with Tramp 2.0.49.
1803
1804 * tramp.el (tramp-handle-dired-call-process)
1805 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1806 because the contents of the Tramp buffer is changed before
1807 insertion (`expand-file' and alike).
1808 (tramp-handle-insert-directory): If `localname' has an empty
1809 nondirectory name, it must not be quoted.
1810 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1811 variable `tramp-chunksize'. Change callees.
1812 (tramp-open-connection-setup-interactive-shell): Check remote host
1813 for buggy `send-process-string' implementation.
1814 Set `tramp-chunksize' if found. Reported by Michael Kifer
1815 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1816 (tramp-handle-shell-command): `insert-buffer' cannot be used
1817 because the contents of the Tramp buffer is changed before
1818 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1819 <frederic.bothamy@free.fr>.
1820 (tramp-set-auto-save): Actions should be done for Tramp file name
1821 handler only. Ange-FTP has its own auto-save mechanism.
1822 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1823 (tramp-set-auto-save-file-modes): Set file modes of
1824 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1825 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1826 (tramp-bug): Remove obsolete variable.
1827 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1828 for presence of `mml-mode'. Make it running for older Emacsen as well.
1829
1830 2005-05-14 John Paul Wallington <jpw@pobox.com>
1831
1832 * ibuf-ext.el (define-ibuffer-filter filename):
1833 If `dired-directory' is a list, use its car.
1834
1835 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1836
1837 * ibuffer.el (define-ibuffer-column filename):
1838 If `dired-directory' is a list, use its car.
1839
1840 2005-05-14 Richard M. Stallman <rms@gnu.org>
1841
1842 * subr.el (symbol-file): Doc fix.
1843
1844 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1845 (byte-compile-form): Call byte-compile-nogroup-warn.
1846 (byte-compile-warning-types): Doc fix.
1847
1848 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1849
1850 * progmodes/cc-engine.el (c-literal-faces):
1851 Add font-lock-comment-delimiter-face.
1852
1853 * net/net-utils.el (dig): Use with-no-warnings.
1854
1855 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1856 (sc-recite-frame-alist, sc-default-cite-frame)
1857 (sc-default-uncite-frame, sc-default-recite-frame)
1858 (sc-attrib-selection-list, sc-rewrite-header-list):
1859 Mark as risky-local-variable.
1860
1861 * international/ogonek.el (ogonek-jak, ogonek-how):
1862 Don't use beginning-of-buffer.
1863
1864 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1865
1866 * calendar/solar.el (solar-data-list): Move definition up.
1867
1868 * dnd.el (dnd-protocol-alist): Add autoload.
1869
1870 * progmodes/sh-script.el: Many doc usage fixes.
1871 (sh-indent-after-do): Change default to match common styles.
1872
1873 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1874
1875 * files.el (interpreter-mode-alist)
1876 (auto-mode-interpreter-regexp): Doc fixes.
1877
1878 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
1879
1880 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1881
1882 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1883
1884 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1885
1886 * dired.el (dired-mode): make-variable-buffer-local =>
1887 make-local-variable.
1888
1889 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1890
1891 * term/mac-win.el (mac-select-convert-to-string): Try coding
1892 systems in mac-script-code-coding-systems if specified one cannot
1893 encode string for `com.apple.traditional-mac-plain-text'.
1894
1895 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
1896
1897 * progmodes/make-mode.el (makefile-targets-face)
1898 (makefile-shell-face, makefile-makepp-perl-face): New faces.
1899 (makefile-dependency-regex): Fix it to not make the colon in
1900 $(var:a=b) special.
1901 (makefile-rule-action-regex): New regexp for highlighting embedded
1902 Shell strings.
1903 (makefile-macroassign-regex): Handle != for highlighting as
1904 embedded Shell strings.
1905 (makefile-var-use-regex): New const.
1906 (makefile-statements, makefile-automake-statements)
1907 (makefile-gmake-statements, makefile-makepp-statements)
1908 (makefile-bsdmake-statements): New consts.
1909 (makefile-make-font-lock-keywords): New function.
1910 (makefile-automake-font-lock-keywords)
1911 (makefile-gmake-font-lock-keywords)
1912 (makefile-makepp-font-lock-keywords)
1913 (makefile-bsdmake-font-lock-keywords): New consts.
1914 (makefile-mode-map): Add switchers between the various submodes.
1915 (makefile-mode): Document the availability of the variants.
1916 (makefile-automake-mode, makefile-gmake-mode)
1917 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1918
1919 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1920 new variants of makefile-mode.
1921
1922 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * font-lock.el (font-lock-comment-delimiter-face): Fix up
1925 the inheritance.
1926
1927 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
1928
1929 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1930 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1931
1932 * files.el (normal-mode): Extend the scope of the
1933 `enable-local-variables' binding to include the `set-auto-mode' call.
1934 (magic-mode-alist): Doc fix.
1935
1936 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1939 font-lock-comment-face rather than copying its setting.
1940
1941 2005-05-12 Andreas Schwab <schwab@suse.de>
1942
1943 * eshell/esh-mode.el (eshell-send-input): Doc fix.
1944
1945 2005-05-12 Lute Kamstra <lute@gnu.org>
1946
1947 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1948 defcustom for the mode hook variable. Delete the last argument.
1949 * generic-x.el: Fix callers of define-generic-mode.
1950 (generic-x-modes): Delete group.
1951 (show-tabs-tab-face, show-tabs-space-face): Put them in the
1952 generic-x customization group.
1953
1954 2005-05-12 Kim F. Storm <storm@cua.dk>
1955
1956 * font-lock.el (font-lock-negation-char-face): Default to "off".
1957
1958 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1959 font-lock-negation-char-face to ! in !=.
1960
1961 2005-05-12 Masatake YAMATO <jet@gyve.org>
1962
1963 * add-log.el (find-change-log): Fix typos in the docstring
1964 of function.
1965
1966 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1967
1968 * international/latexenc.el (latexenc-find-file-coding-system):
1969 Avoid `re-search-forward' when looking for input encoding because
1970 of speed and safety. Better regular expressions for recognizing
1971 input encoding. Limit a search for TeX-master/tex-main-file to
1972 the local variable section.
1973
1974 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
1975
1976 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1977 syntax of $ to "'" (quote).
1978
1979 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1980
1981 * dnd.el (dnd-protocol-alist): Improve custom type.
1982
1983 * dired.el (dired-dnd-protocol-alist): New variable.
1984 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
1985 `dired-mode-hook' to the end.
1986
1987 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1990 comment-end if comment-start-skip is not set.
1991 Obey the font-lock-comment-delimiter-face variables.
1992
1993 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * files.el (executable-find): Move from executable.el. Use locate-file.
1996 * progmodes/executable.el (executable-find): Move to files.el.
1997
1998 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1999 when trying to ensure forward progress.
2000
2001 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2004 (mouse-select, mouse-select-internal, mouse-extend-internal):
2005 Use it to implement mouse-1-click-follows-link functionality.
2006
2007 2005-05-11 Richard M. Stallman <rms@gnu.org>
2008
2009 * font-lock.el (font-lock-fontify-syntactically-region):
2010 Use font-lock-comment-delimiter-face for comment delimiters.
2011
2012 2005-05-10 Jay Belanger <belanger@truman.edu>
2013
2014 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2015 preserving embedded modes.
2016
2017 2005-05-10 Richard M. Stallman <rms@gnu.org>
2018
2019 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2020
2021 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2022 Move from ada-stmt.el.
2023 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2024
2025 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2026 Move to ada-mode.el.
2027 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2028
2029 * cus-edit.el (custom-file): Call file-chase-links.
2030
2031 * files.el (read-directory-name): Fix previous change.
2032 (hack-local-variables-confirm): New function.
2033 (hack-local-variables-prop-line, hack-local-variables)
2034 (hack-one-local-variable): Use it.
2035
2036 2005-05-10 Lute Kamstra <lute@gnu.org>
2037
2038 * font-lock.el (font-lock-keywords-alist)
2039 (font-lock-removed-keywords-alist): Clarify docstrings.
2040
2041 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2042
2043 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2044 (gdb-source-info): Check for preprocessor info.
2045 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2046 a macro for a function.
2047 (gdb-info-breakpoints-custom): Try to find file again if not already
2048 found (user might have used GDB dir command).
2049 (gdb-get-location): Update gdb-location-alist correctly for change
2050 to gdb-info-breakpoints-custom.
2051
2052 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2053 (gud-tooltip-print-command): Add gdbmi case.
2054 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2055 preprocessor info.
2056
2057 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2058
2059 * startup.el (fancy-splash-insert): Fix typo in doc string.
2060
2061 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * obsolete/float.el (string-to-float):
2064 * obsolete/hilit19.el (hilit-add-pattern):
2065 * obsolete/rnews.el (news-parse-range, news-select-message)
2066 (news-get-pruned-list-of-files): Replace `string-to-int' by
2067 `string-to-number'.
2068
2069 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2070 `find-file-not-found-hooks'; use `add-hook'.
2071 (uncompress-while-visiting): Set `write-file-functions', not
2072 `write-file-hooks'; use `add-hook'.
2073
2074 2005-05-09 Kim F. Storm <storm@cua.dk>
2075
2076 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2077 (cua-paste): Handle clipboard action.
2078 (cua--init-keymaps): Remap clipboard-kill-region and
2079 clipboard-kill-ring-save.
2080
2081 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2082
2083 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2084 Improve commentary.
2085
2086 * simple.el (next-error-overlay-arrow-position): Revert the change
2087 made on 2005-04-30.
2088
2089 2005-05-07 Jay Belanger <belanger@truman.edu>
2090
2091 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2092 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2093 `calc-sel-reselect'.
2094
2095 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2096 Calc is in embedded mode.
2097
2098 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2099
2100 * progmodes/compile.el (compilation-setup):
2101 Set overlay-arrow-string to an empty string on text terminals.
2102
2103 * textmodes/ispell.el (ispell-program-name): Try looking for
2104 "aspell" along exec-path, and if found, use it as the default
2105 speller program.
2106
2107 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2108
2109 * international/mule.el (sgml-xml-auto-coding-function):
2110 Recognize encoding='FOO' in single quotes as well as in double quotes.
2111
2112 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2113
2114 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2115 as well as `interactive', so that defmacro* would recognize
2116 `declare' forms.
2117
2118 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2119
2120 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2121 Explain more about the LIGHTER arg's usage in the doc string.
2122 Add commentary to clarify what the code does. Fix the regexp that
2123 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2124 since it could have characters special to regular expressions.
2125
2126 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2127
2128 * replace.el (occur-1): Bind inhibit-read-only so that
2129 erase-buffer doesn't barf on read-only text properties (likewise
2130 for add-text-properties in occur-engine). Mark buffer as unmodified.
2131 (occur-engine): Don't set buffer-read-only here.
2132
2133 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2136 list-buffers-directory. This caused the *cvs-commit* buffer to be
2137 sometimes mistakenly reused as a *cvs* buffer.
2138
2139 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2140
2141 * tooltip.el: Move code for GUD tooltips into gud.el.
2142 (require): CL no longer needed to compile case.
2143 (tooltip-mode): Do not toggle functions for GUD tooltips.
2144 (tooltip-gud-tips-p): Remove. Replace with minor mode
2145 gud-tooltip-mode in gud.el.
2146 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2147 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2148 tooltip-gud prefix with gud-tooltip and obsolete.
2149 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2150 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2151 (tooltip-mouse-motion): Mouse movement functions/variable.
2152 Rename in gud.el by adding gud prefix.
2153 (tooltip-gud-original-filter, tooltip-gud-dereference)
2154 (tooltip-gud-event, tooltip-toggle-gud-tips)
2155 (tooltip-gud-process-output, tooltip-gud-print-command)
2156 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2157 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2158 (gdb-tooltip-print): Move to gdb-ui.el.
2159
2160 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2161 (require): CL needed to compile case.
2162 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2163 tooltip-gud-tips-p. Make it a minor-mode.
2164 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2165 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2166 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2167 (gud-tooltip-change-major-mode)
2168 (gud-tooltip-activate-mouse-motions-if-enabled)
2169 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2170 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2171 (gud-tooltip-original-filter, gud-tooltip-dereference)
2172 (gud-tooltip-event, tooltip-toggle-gud-tips)
2173 (gud-tooltip-process-output, gud-tooltip-print-command)
2174 (gud-tooltip-tips): Move from tooltip.el.
2175
2176 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2177 (gdb-cpp-define-alist-flags): Doc fix.
2178 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2179 gud-tooltip-mode is t.
2180
2181 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2184 evaporate if their text is deleted.
2185 (goto-address-at-point): Make it work as a mouse binding as well.
2186 (goto-address-at-mouse): Obsolete it. Update users.
2187
2188 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2189
2190 * calendar/appt.el (top-level): No longer activate on load.
2191
2192 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2195 * net/webjump.el (webjump):
2196 * progmodes/idlw-help.el (idlwave-do-context-help1)
2197 (idlwave-highlight-linked-completions):
2198 * textmodes/po.el (po-find-file-coding-system-guts):
2199 Replace `assoc-ignore-case' by `assoc-string'.
2200
2201 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2202
2203 * files.el (locate-file): Doc fix.
2204
2205 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2206 Remove the redundant test for ms-dos.
2207
2208 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2209 look for the preprocessor with exec-suffixes. If not found in
2210 standard places, look in exec-path. Remove most of the tests that
2211 used system-type.
2212
2213 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2214
2215 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2216
2217 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2218 file-name clash with jka-compr.el on 8+3 filesystems.
2219
2220 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2221
2222 * term/mac-win.el: Don't define or bind scroll bar functions if
2223 x-toolkit-scroll-bars is t.
2224 (x-select-text, x-get-selection-value):
2225 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2226 (PRIMARY): Put mac-scrap-name property.
2227 (mac-select-convert-to-file-url): New function.
2228 (public.file-url): New selection target type. Add to
2229 selection-converter-alist.
2230 (x-get-selection, x-selection-value): Handle it.
2231 (x-cut-buffer-or-selection-value): New alias.
2232
2233 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2234
2235 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2236 entry to avoid calling bibtex-find-entry with arg global
2237 being t. Remove arg key.
2238 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2239 (bibtex-copy-summary-as-kill): Change accordingly.
2240
2241 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2244 (org-agenda-date-later): Use with-current-buffer.
2245
2246 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2247
2248 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2249 (define-obsolete-variable-alias): Doc Fixes.
2250
2251 2005-05-06 Kim F. Storm <storm@cua.dk>
2252
2253 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2254 vertical-motion when selective-display is active.
2255
2256 * ido.el (ido-setup-hook): New hook.
2257 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2258 (ido-input-stack): New var.
2259 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2260 ido-next-work-file binding to M-O.
2261 Bind M-f to ido-wide-find-file-or-pop-dir.
2262 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2263 (ido-read-internal): Run ido-setup-hook.
2264 Catch quit in read-file-name and read-string to cancel edit.
2265 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2266 Automatically pop-all when completing a directory name (RET).
2267 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2268 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2269 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2270 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2271 New functions for M-b/M-f to move among the directory components.
2272 (ido-make-merged-file-list): Catch quit to cancel merge.
2273 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2274 (ido-completion-help): No warnings for ido-completion-buffer-full.
2275
2276 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2277
2278 * font-lock.el (font-lock-negation-char-face): New face and variable.
2279 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2280 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2281 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2282 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2283
2284 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2287 Fix typo in docstring.
2288
2289 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2290 (ebrowse-print-statistics-line)
2291 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2292
2293 * term/w32-win.el (image-library-alist): Add additional name for
2294 Xpm library.
2295
2296 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2297
2298 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2299 use gcc instead of cpp.
2300
2301 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2302 (gdb-create-define-alist): Use it.
2303 (gdb-cpp-define-alist-program): Update for MS-DOS.
2304
2305 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2306
2307 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2308
2309 2005-05-04 Richard M. Stallman <rms@gnu.org>
2310
2311 * help.el (describe-key): No error when UNTRANSLATED is nil.
2312
2313 * simple.el (line-move-1): Fix previous change to signal errors
2314 appropriately.
2315
2316 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2317
2318 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2319 (icalendar-duration-correction): Remove.
2320 (icalendar--get-event-properties): Split result at commas.
2321 (icalendar--decode-isoduration): New optional argument
2322 DURATION-CORRECTION.
2323 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2324 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2325 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2326 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2327 (icalendar--convert-anniversary-to-ical): New functions, extracted
2328 from icalendar-export-region, with bug fixes.
2329 (icalendar-export-region): Use the above functions.
2330 (icalendar-import-buffer): Check before saving diary file.
2331 (icalendar--convert-recurring-to-diary)
2332 (icalendar--convert-non-recurring-all-day-to-diary)
2333 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2334 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2335 (icalendar--convert-ical-to-diary): Use the above functions.
2336
2337 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2338
2339 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2340 Remove these recent additions.
2341 (c-mode): Restore to before 2005-04-28.
2342
2343 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2344 recent addition.
2345
2346 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2347 (gdb-define-alist): New variables.
2348 (gdb-create-define-alist): New function.
2349 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2350 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2351 with string-to-number.
2352 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2353
2354 * progmodes/gud.el: Replace string-to-int with string-to-number.
2355 (gud-find-file): Handle gdb-define-alist.
2356
2357 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2358
2359 2005-05-02 Jay Belanger <belanger@truman.edu>
2360
2361 * calc/calc-aent.el (math-read-token):
2362 * calc/calc-bin.el (calc-word-size):
2363 * calc/calc-ext.el (calc-read-number-fancy):
2364 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2365 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2366 * calc/calc-frac.el (calc-over-notation):
2367 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2368 (calc-graph-num-points, calc-graph-init):
2369 * calc/calc-prog.el (calc-read-parse-table-part)
2370 (calc-edit-macro-repeats):
2371 * calc/calc-yank.el (calc-do-grab-rectangle):
2372 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2373 Replace `string-to-int' by `string-to-number'.
2374
2375 2005-05-02 Kim F. Storm <storm@cua.dk>
2376
2377 * kmacro.el: Use executing-kbd-macro-index variable.
2378
2379 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2380
2381 * net/rlogin.el (rlogin-parse-words): Delete func.
2382 (rlogin): Use split-string, not rlogin-parse-words.
2383 Also, if there are option-like elements in the parsed args,
2384 take the host to be the first arg immediately following them.
2385 Suggested by Michael Mauger.
2386
2387 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2388
2389 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2390
2391 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2392
2393 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2394 (cc-mode-cpp-program): Rename to cc-define-list-program and
2395 move to cc-vars.el.
2396
2397 * progmodes/cc-vars.el (cc-define-list-program):
2398 Change to "gcc -E -dM -". Make customizable.
2399
2400 2005-05-02 Kim F. Storm <storm@cua.dk>
2401
2402 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2403
2404 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2405
2406 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2407
2408 * international/mule-util.el (truncate-string): Remove alias and
2409 obsolete declaration.
2410
2411 * international/mule-cmds.el (update-iso-coding-systems):
2412 Remove alias and obsolete declaration.
2413
2414 * international/mule.el (coding-system-parent): Remove alias and
2415 obsolete declaration.
2416
2417 * subr.el (define-function, sref): Remove aliases and obsolete
2418 declarations.
2419 (chars-in-region): Remove obsolete declaration.
2420
2421 2005-05-01 Richard M. Stallman <rms@gnu.org>
2422
2423 * info.el (Info-mode): Set widen-automatically to nil, locally.
2424
2425 * simple.el (widen-automatically): New variable.
2426 (pop-global-mark): Obey widen-automatically.
2427
2428 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2429
2430 * term/xterm.el (function-key-map): Call substitute-key-definition
2431 before the keymap size is increased by a lot of define-key calls.
2432
2433 2005-05-01 Richard M. Stallman <rms@gnu.org>
2434
2435 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2436 Rename ARG to ELEMENT. Doc fix.
2437
2438 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2439
2440 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2441 Remove references to allout-exposure/change to allout-new-exposure.
2442
2443 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2444 bytecode symbols.
2445
2446 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2447 (compiled-function-p, focus-frame, unfocus-frame):
2448 Remove aliases and obsolete declarations.
2449 Back out inadvertent changes from previous commit.
2450
2451 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2452
2453 * files.el (require-final-newline): Make Custom tags consistent
2454 with mode-require-final-newline.
2455 (mode-require-final-newline): Doc fix.
2456
2457 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2458
2459 * international/latexenc.el (latexenc-find-file-coding-system):
2460 Fix regular expressions.
2461
2462 2005-05-01 David Kastrup <dak@gnu.org>
2463
2464 * international/latexenc.el (latexenc-find-file-coding-system):
2465 Fix regular expressions.
2466
2467 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2468
2469 * subr.el (string-to-int): Make obsolete.
2470
2471 2005-04-30 Richard M. Stallman <rms@gnu.org>
2472
2473 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2474
2475 * loadup.el: load jka-comp-hook.
2476
2477 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2478 (jka-compr-handler): Add autoload. `put' calls moved
2479 to jka-comp-hook.el.
2480 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2481 (jka-compr-inhibit): Autoload.
2482
2483 * jka-comp-hook.el: New file.
2484 Enable the mode by default.
2485
2486 * files.el (backup-buffer-copy): Use copy-file instead
2487 of write-region, and put back the 'excl.
2488
2489 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * progmodes/flymake.el (flymake-split-string)
2492 (flymake-split-string, flymake-log, flymake-pid-to-names)
2493 (flymake-reg-names, flymake-get-source-buffer-name)
2494 (flymake-unreg-names, flymake-add-line-err-info)
2495 (flymake-add-err-info): Clarify docstrings.
2496 (flymake-popup-menu, flymake-make-emacs-menu)
2497 (flymake-make-xemacs-menu): Add docstrings.
2498 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2499 Set variables directly throughout.
2500
2501 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2502
2503 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2504 exists. Initialise cc-define-alist.
2505 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2506 If there is no file (Macroexpansion) don't create an alist.
2507
2508 2005-04-29 Sam Steingold <sds@gnu.org>
2509
2510 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2511 (cc-create-define-alist): Use it instead of the hard-coded string.
2512
2513 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2514
2515 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2516 for latexenc.
2517
2518 2005-04-29 Lute Kamstra <lute@gnu.org>
2519
2520 * emacs-lisp/generic.el: Improve commentary section.
2521 (define-generic-mode): Improve docstring.
2522
2523 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2524
2525 * textmodes/org.el (many places): Change to quiet the byte compiler.
2526 (org-prefix-format-compiled): New variable.
2527 (org-compile-prefix-format): New function.
2528 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2529 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2530 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2531 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2532 consistency with entries from `org-mode' files.
2533 (org-get-time-of-day): Fix bug with partial matches early in a line.
2534 (org-non-link-chars): New constant.
2535 (org-link-regexp): Respect `org-non-link-chars'.
2536 (org-agenda-day-view): Remove command.
2537 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2538 (org-follow-bbdb-link, org-store-link): Search also company field.
2539 (org-highlight-overlay): New variable.
2540 (org-highlight, org-unhighlight): New functions.
2541 (org-agenda-mode): Add pre-command-hook to remove highlight.
2542 (org-evaluate-time-range): Behavior depends upon whether time stamp
2543 contains a time or not.
2544 (org-show-subtree, org-show-entry): New functions.
2545 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2546
2547 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2548
2549 * comint.el (comint-output-filter-functions): Add autoload cookie.
2550
2551 2005-04-28 Kim F. Storm <storm@cua.dk>
2552
2553 * ido.el (ido-everywhere): Fix last change.
2554
2555 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2556
2557 * international/latexenc.el: New file.
2558 * international/mule-conf.el (file-coding-system-alist): For .tex,
2559 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2560
2561 2005-04-28 Lute Kamstra <lute@gnu.org>
2562
2563 * font-lock.el (font-lock-add-keywords)
2564 (font-lock-remove-keywords): Clarify docstring.
2565 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2566 Don't start docstrings with a `*'.
2567 (font-lock-update-removed-keyword-alist): Give it a docstring.
2568
2569 * generic-x.el: Update commentary section.
2570 Only require font-lock when compiling.
2571 Define all modes conditionally.
2572 Place all generic modes in the generic-x-modes customization group.
2573 (generic-x-modes): New customization group.
2574 (generic-default-modes, generic-mswindows-modes)
2575 (generic-unix-modes, generic-other-modes): New constants.
2576 (generic-define-mswindows-modes, generic-define-unix-modes):
2577 Update docstrings. Make them obsolete.
2578 (generic-extras-enable-list): New default value. Update docstring.
2579 Improve :type. Change :set function.
2580 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2581 Fix docstring.
2582
2583 * emacs-lisp/generic.el (generic-mode-internal):
2584 Simplify font-lock-defaults.
2585 (define-generic-mode): Fix docstring.
2586
2587 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2588
2589 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2590 font-lock-face property to highlight matches.
2591
2592 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2593
2594 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2595 (cc-define-alist): New variable.
2596 (c-mode): Make it local and initialise it.
2597
2598 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2599 (gdb-exited): New function.
2600 (gdb-annotation-rules): Use it.
2601 (gdb-starting): Set gdb-active-process to t.
2602 (gdb-stopping): Amend doc string.
2603 (gdb-reset): Set gdb-active-process to nil.
2604
2605 * tooltip.el (tooltip-gud-tips): Show the associated #define
2606 directives when a C program under GDB is not executing.
2607
2608 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2611 font-lock-fontify-syntactic-keywords.
2612
2613 * font-lock.el (font-lock-default-fontify-region): Don't force
2614 parse-sexp-lookup-properties to nil.
2615
2616 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2617
2618 * man.el (man-mode-syntax-table): Set up `:' to have
2619 word-constituent syntax.
2620
2621 2005-04-27 Lute Kamstra <lute@gnu.org>
2622
2623 * novice.el (disable-command): Don't add spurious newlines to the
2624 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2625
2626 2005-04-26 Jay Belanger <belanger@truman.edu>
2627
2628 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2629 than one window before deleting window.
2630
2631 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2632
2633 * shell.el (shell-prompt-pattern): Doc fix.
2634 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2635
2636 * comint.el (comint-prompt-regexp, comint-get-old-input)
2637 (comint-use-prompt-regexp)
2638 (comint-use-prompt-regexp-instead-of-fields)
2639 (comint-replace-by-expanded-history, comint-send-input)
2640 (comint-output-filter, comint-get-old-input-default)
2641 (comint-line-beginning-position, comint-bol, comint-show-output)
2642 (comint-backward-matching-input, comint-forward-matching-input)
2643 (comint-next-prompt, comint-previous-prompt):
2644 Rename `comint-use-prompt-regexp-instead-of-fields' to
2645 `comint-use-prompt-regexp'. Keep old name as alias and declare
2646 obsolete.
2647 (comint-use-prompt-regexp): Shorten first line of doc string.
2648
2649 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2650 Set paragraph-separate buffer locally to "\\'".
2651
2652 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2653 Adapt to above name change.
2654
2655 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2656 (smbclient-prompt-regexp): Ditto.
2657
2658 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2659
2660 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2661
2662 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2663 gdb-location-list.
2664 Break lines that are over 80 characters wide.
2665
2666 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2669 New fun and var, to preserve compatibility.
2670
2671 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2672
2673 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2674
2675 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2676 name to file-newer-than-file-p.
2677
2678 2005-04-26 Richard M. Stallman <rms@gnu.org>
2679
2680 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2681
2682 * progmodes/python.el (python-mode):
2683 Use new name eldoc-documentation-function.
2684
2685 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2686
2687 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2688 (eldoc-documentation-function):
2689 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2690
2691 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2692
2693 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2694
2695 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2696
2697 * term/xterm.el (function-key-map): Fix strings for
2698 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2699 {C,S,A,C-S}-{f1-f12}.
2700
2701 2005-04-26 Kenichi Handa <handa@m17n.org>
2702
2703 * international/mule-cmds.el (select-safe-coding-system):
2704 Fix previous change.
2705
2706 2005-04-26 Lute Kamstra <lute@gnu.org>
2707
2708 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2709
2710 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2711 (font-lock-comment-delimiter-face): Ditto.
2712
2713 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2714
2715 2005-04-25 Jay Belanger <belanger@truman.edu>
2716
2717 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2718 to t while inserting information; use help-mode.
2719
2720 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2721
2722 * term.el (ansi-term-color-vector): Use the xterm colors.
2723 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2724
2725 2005-04-25 Lute Kamstra <lute@gnu.org>
2726
2727 * font-core.el (font-lock-defaults): Fix docstring.
2728
2729 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2730
2731 2005-04-25 Kenichi Handa <handa@m17n.org>
2732
2733 * international/mule-cmds.el (select-safe-coding-system):
2734 Don't check consistency with coding: spec, etc if raw-text or
2735 no-conversion was found to be safe.
2736
2737 2005-04-24 Richard M. Stallman <rms@gnu.org>
2738
2739 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2740 citation markers at start of each line.
2741
2742 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2743 citation markers at start of each line.
2744
2745 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2746
2747 * files.el (mode-require-final-newline): Fix previous change.
2748 (require-final-newline): Fix type label.
2749
2750 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2751
2752 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2753 statement in buffer (broken by 2004-11-24 change).
2754
2755 2005-04-24 Kim F. Storm <storm@cua.dk>
2756
2757 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2758 and read-file-name-function values. Don't overwrite existing
2759 non-nil values if ido-mode is enabled without ido-everywhere.
2760
2761 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2762
2763 * files.el (mode-require-final-newline): Minor doc fix.
2764
2765 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2766
2767 * subr.el (syntax-after): Doc fix.
2768 (syntax-class): If argument is nil, return nil. Mask off upper 16
2769 bits, not 8 bits.
2770
2771 * files.el (mode-require-final-newline): Doc fix.
2772 (backup-buffer-copy): Fix last change.
2773
2774 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2775
2776 * term/mac-win.el: Require select. Set selection-coding-system to
2777 mac-system-coding-system. Call menu-bar-enable-clipboard.
2778 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2779 (x-select-enable-clipboard): New variables.
2780 (x-select-text, x-get-selection, x-selection-value)
2781 (x-get-selection-value, mac-select-convert-to-string)
2782 (mac-services-open-file, mac-services-open-selection)
2783 (mac-services-insert-text): New functions.
2784 (CLIPBOARD, FIND): Put mac-scrap-name property.
2785 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2786 (public.tiff): Put mac-ostype property.
2787 (selection-converter-alist): Add entries for them.
2788 (mac-application-menu-map): New keymap.
2789 (interprogram-cut-function, interprogram-paste-function): Set to
2790 x-select-text and x-get-selection-value, respectively.
2791 (split-window-keep-point): Set to t.
2792
2793 2005-04-23 Richard M. Stallman <rms@gnu.org>
2794
2795 * files.el (read-directory-name): Always pass non-nil
2796 DEFAULT-FILENAME arg to read-file-name.
2797 (backup-buffer-copy, basic-save-buffer-2): Take care against
2798 writing thru an unexpected existing symlink.
2799 (revert-buffer): In indirect buffer, revert the base buffer.
2800 (magic-mode-alist): Doc fix.
2801 (buffer-stale-function): Doc fix.
2802 (minibuffer-with-setup-hook): Avoid warning.
2803 (mode-require-final-newline): Doc and custom fix.
2804
2805 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2806
2807 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2808 use the default appearance.
2809 (font-lock-comment-delimiter-face): New face, new variable.
2810
2811 * imenu.el (imenu--generic-function): The official position of a
2812 definition is the start of the line that BEG is in.
2813
2814 * midnight.el (midnight-timer): Move defvar up.
2815
2816 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2817
2818 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2819
2820 * startup.el (command-line): Use with-no-warnings.
2821
2822 * window.el (window-size-fixed): New defvar.
2823
2824 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2825
2826 * mail/rmail.el (rmail-font-lock-keywords):
2827 Use font-lock-comment-delimiter-face.
2828
2829 * mail/sendmail.el (mail-font-lock-keywords):
2830 Use font-lock-comment-delimiter-face.
2831
2832 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2833
2834 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2835
2836 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2837 Specify t for LAXMATCH when matching directories.
2838 Save match data around compilation-compat-error-properties form.
2839
2840 2005-04-23 David Kastrup <dak@gnu.org>
2841
2842 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2843 Mention that the autoloaded aliases should be kept for AUCTeX.
2844
2845 2005-04-23 Andreas Schwab <schwab@suse.de>
2846
2847 * isearch.el (isearch-forward): Doc fix.
2848
2849 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2850
2851 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2852 (jit-lock-stealth-nice): Change default value to 0.5.
2853
2854 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2855
2856 * abbrev.el (write-abbrev-file): Write table entries in
2857 alphabetical order by table name.
2858
2859 2005-04-22 Kim F. Storm <storm@cua.dk>
2860
2861 * ido.el (ido-read-internal): Fix `list' completion.
2862
2863 2005-04-22 Kenichi Handa <handa@m17n.org>
2864
2865 * recentf.el (recentf-save-file-coding-system): New variable.
2866 (recentf-save-list): Encode the file by
2867 recentf-save-file-coding-system and add coding: tag.
2868
2869 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2870
2871 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2872
2873 2005-04-21 Lute Kamstra <lute@gnu.org>
2874
2875 * loadhist.el (unload-feature): Don't remove a function from hooks
2876 if it is about to be restored to an autoload . Remove functions
2877 that will become unbound from auto-mode-alist. Simplify the code.
2878
2879 * subr.el (assq-delete-all): New implementation that is linear,
2880 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
2881 (rassq-delete-all): New function.
2882
2883 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2884 Add size-indication-mode.
2885
2886 2005-04-21 Kenichi Handa <handa@m17n.org>
2887
2888 * international/mule-cmds.el: Add autoload for widget-value in
2889 eval-when-compile.
2890
2891 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
2892
2893 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2894 Add tooltip-mode.
2895
2896 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2897
2898 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
2899
2900 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2901 (inferior-lisp-filter-regexp, inferior-lisp-program)
2902 (inferior-lisp-load-command, inferior-lisp-prompt)
2903 (inferior-lisp-mode-hook, lisp-source-modes)
2904 (inferior-lisp-load-hook): defvar->defcustom.
2905 (inferior-lisp-program, inferior-lisp-prompt)
2906 (inferior-lisp-load-hook): Doc fixes.
2907 (inferior-lisp-install-letter-bindings): Small change in
2908 introductory comment.
2909
2910 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2911
2912 * vc.el (vc-annotate-color-map): Change some colors so that text
2913 using them as foreground is readable on both white and black
2914 backgrounds.
2915
2916 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2917
2918 * international/mule-conf.el (translation-table-for-input):
2919 Remove redundant declaration.
2920
2921 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2922
2923 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2924
2925 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2926 (tooltip-toggle-gud-tips): New function.
2927
2928 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2929
2930 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2931 right angle brackets.
2932
2933 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
2934
2935 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2936
2937 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2940 Remove. Update callers to use expand-file-name instead.
2941
2942 * subr.el (syntax-class): New function.
2943
2944 * simple.el (blink-matching-open): Use it.
2945
2946 * paren.el (show-paren-function): Use it to recognize parens that are
2947 also used in 2-char comment markers.
2948
2949 2005-04-19 Lute Kamstra <lute@gnu.org>
2950
2951 * loadhist.el (unload-feature): Update for new format of
2952 load-history. Simplify the code.
2953
2954 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2955
2956 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2957 (mac-add-charset-info): New function. Initialize variable
2958 mac-charset-info-alist using it.
2959 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2960 for translation.
2961 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2962 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2963 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2964 New CCL programs.
2965
2966 2005-04-19 Kim F. Storm <storm@cua.dk>
2967
2968 * simple.el (next-buffer, prev-buffer, next-error)
2969 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2970 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2971
2972 * bindings.el (next-buffer, prev-buffer, next-error)
2973 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2974 (clone-indirect-buffer-other-window): Move bindings from simple.el.
2975 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2976 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2977
2978 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * isearch.el (isearch-edit-string): Make the search-ring available for
2981 minibuffer history commands.
2982 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2983 the default history commands now work just as well.
2984 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2985
2986 2005-04-18 Kim F. Storm <storm@cua.dk>
2987
2988 * emulation/cua-base.el (cua--pre-command-handler): Add more
2989 elaborate check for shift modifier on non-window systems.
2990
2991 2005-04-18 Lars Hansen <larsh@math.ku.dk>
2992
2993 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2994
2995 2005-04-18 Kim F. Storm <storm@cua.dk>
2996
2997 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2998 and make it optional. Don't test tooltip-gud-echo-area here.
2999 (tooltip-gud-process-output, gdb-tooltip-print):
3000 Pass tooltip-gud-echo-area to tooltip-show.
3001 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3002
3003 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3004
3005 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3006 `display-graphic-p' may not be bound yet.
3007
3008 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3009
3010 * startup.el (command-line): No longer enable Xterm Mouse mode by
3011 default in terminals compatible with xterm.
3012
3013 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3014
3015 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3016
3017 * tooltip.el (tooltip-gud-echo-area): Rename from
3018 tooltip-use-echo-area.
3019 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3020 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3021 area independently of where help tooltips are displayed.
3022
3023 2005-04-17 David Kastrup <dak@gnu.org>
3024
3025 * cus-theme.el (custom-theme-write-variables): Quote variables
3026 where necessary.
3027
3028 2005-04-17 Richard M. Stallman <rms@gnu.org>
3029
3030 * simple.el (yank-excluded-properties): Add follow-link to value.
3031
3032 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3033
3034 * startup.el (fancy-splash-max-time): Just 30 seconds.
3035 (fancy-splash-delay): Just 7.
3036 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3037
3038 * loadhist.el (unload-feature): Update for new format of load-history.
3039 Simplify the code.
3040
3041 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3042 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3043
3044 * mail/sendmail.el (mail-font-lock-keywords):
3045 Don't fontify subject text.
3046 Don't fontify the text of a citation.
3047
3048 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3049
3050 * comint.el (comint-output-filter): Run comint-output-filter-functions
3051 with point where the user had it.
3052
3053 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * international/ucs-tables.el (ucs-set-table-for-input):
3056 Disable when using unify-on-decoding.
3057
3058 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3059
3060 * emulation/cua-base.el (cua-global-mark-face): Add special case
3061 for displays supporting a high number of colors.
3062
3063 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3064
3065 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3066
3067 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * filesets.el (filesets-add-buffer): If user supplies a name of a
3070 non-existing fileset, create a new fileset.
3071
3072 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3073
3074 * textmodes/org.el (org-up-heading-all): Fix bug with
3075 `outline-up-heading-all'.
3076
3077 2005-04-16 Andreas Schwab <schwab@suse.de>
3078
3079 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3080 /etc/permissions.d/* and /etc/aliases.d/*.
3081
3082 2005-04-16 Kenichi Handa <handa@m17n.org>
3083
3084 * international/code-pages.el (cp-make-coding-system):
3085 Set `translation-table-for-input' property value to the symbol
3086 ucs-mule-to-mule-unicode, not to that value.
3087 (pt154): Escape guillemet by `\'.
3088
3089 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3090
3091 * loadup.el: Load tooltip if x-show-tip is fboundp.
3092
3093 * startup.el (command-line): Add comment.
3094
3095 * tooltip.el (tooltip-mode): Specify correct standard value for
3096 Custom in init-value.
3097
3098 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3099
3100 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3101 possible.
3102
3103 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3104
3105 * textmodes/org.el (org-agenda-date-prompt): Rename from
3106 `org-agenda-date-today'.
3107 (org-evaluate-time-range): Insert at point instead of directly
3108 after time range.
3109 (org-first-headline-recenter, org-subtree-end-visible-p)
3110 (org-optimize-window-after-visibility-change): New functions
3111 (org-agenda-post-command-hook): Don't allow point at end of line,
3112 to make sure it always hits the text properties.
3113 (org-agenda-next-date-line, org-agenda-previous-date-line):
3114 New commands.
3115 (org-set-regexps-and-options): Category may contain white space.
3116 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3117 Improve marker positions.
3118 (org-agenda-new-marker): Argument POS made optional.
3119 (org-agenda-get-timestamps): Deadlines which are done are listed
3120 in org-done-face now.
3121 (org-agenda-get-todos, org-agenda-get-timestamps)
3122 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3123 Set `undone-face' and `done-face' properties.
3124 (org-last-todo-state-is-todo): New variable.
3125 (org-todo): Set `org-last-todo-state-is-todo'.
3126 (org-agenda-todo): Change face according to
3127 `org-last-todo-state-is-todo'. And change other lines refering to
3128 the same entry.
3129 (org-calendar-goto-agenda): New command.
3130 (org-calendar-to-agenda-key): New option.
3131 (org-startup-folded): New allowed value `content'.
3132 (org-set-regexps-and-options): Accept new value `content' for
3133 `org-startup-folded'.
3134 (org-get-current-options): Handle new value `content' for
3135 `org-startup-folded'.
3136 (org-insert-todo-heading): New command.
3137 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3138 interactively in empty file and option
3139 `org-insert-mode-line-in-empty-file' has been set.
3140 (org-agenda-todo,org-agenda-priority): Modify to use
3141 `org-agenda-change-all-lines'.
3142 (org-warning-face): Change color on dark background
3143
3144 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3145
3146 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3147 use preferences AppleLocale and AppleLanguages, and variable
3148 mac-system-locale for default locale. On Mac OS Classic, use
3149 mac-system-coding-system for default coding systems.
3150
3151 * term/mac-win.el: Don't set file-name-coding-system.
3152 Decode variables system-name, emacs-build-system, user-login-name, and
3153 user-full-name by mac-system-coding-system on Mac OS Classic.
3154 (mac-system-coding-system): New variable.
3155
3156 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3157
3158 * startup.el (command-line): Handle `xterm-mouse-mode' before
3159 reading init file.
3160
3161 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3162
3163 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3164
3165 * progmodes/sh-script.el (sh-here-document-word): Make it a
3166 defcustom. Doc fix.
3167 (sh-add): Bash uses $(( )) for arithmetic.
3168 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3169 (sh-maybe-here-document): Remove quotes and leading whitespace
3170 from heredoc word when closing. Indent heredoc with tabs if word
3171 starts with "-".
3172
3173 2005-04-13 Richard M. Stallman <rms@gnu.org>
3174
3175 * simple.el (undo): Fix previous change.
3176
3177 * custom.el (defface): Doc fix.
3178
3179 2005-04-13 Lute Kamstra <lute@gnu.org>
3180
3181 * Makefile.in (DONTCOMPILE): Remove list.
3182 (compile, compile-always): Don't use DONTCOMPILE.
3183 (update-authors): Load the library in which batch-update-authors
3184 is defined.
3185 * makefile.w32-in (DONTCOMPILE): Remove list.
3186 (compile, compile-always): Fix comments.
3187 (update-authors): Load the library in which batch-update-authors
3188 is defined.
3189
3190 * generic-x.el (generic-mode-ini-file-find-file-hook):
3191 Rename to ini-generic-mode-find-file-hook.
3192 Keep generic-mode-ini-file-find-file-hook as an alias.
3193 (ini-generic-mode-find-file-hook): Rename from
3194 generic-mode-ini-file-find-file-hook. Fix docstring.
3195 (ini-generic-mode): Docstring change.
3196 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3197
3198 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3199 called from lisp.
3200
3201 * generic.el: Move to the emacs-lisp subdir.
3202
3203 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3206 and C-S- function and cursor motion keys.
3207
3208 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3209
3210 * startup.el (command-line): Enable Xterm Mouse mode by default.
3211 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3212 for Custom. No longer show "Mouse" in mode line when enabled.
3213 Doc fix.
3214
3215 2005-04-12 Kim F. Storm <storm@cua.dk>
3216
3217 * emulation/cua-base.el (cua-rectangle-face)
3218 (cua-rectangle-noselect-face): Define face attributes here.
3219
3220 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3221
3222 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3223
3224 * startup.el (command-line): Turn off blinking cursor if
3225 cursorBlink in resources is off or false.
3226
3227 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3228
3229 * term/mac-win.el (dnd): Require dnd.
3230 (mac-drag-n-drop): Call dnd-handle-one-url.
3231 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3232 (kTextEncodingISOLatin2): Remove constants.
3233 (mac-script-code-coding-systems): New constant.
3234 (mac-handle-language-change): New function.
3235 (special-event-map): Bind it to `language-change' event.
3236 (mac-centraleurroman, mac-cyrillic): New coding systems.
3237 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3238 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3239 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3240 encode-mac-cyrillic, respectively.
3241
3242 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3245 Don't set overlay-arrow-string to "=>" as this is done
3246 globally in C now.
3247
3248 2005-04-12 Lute Kamstra <lute@gnu.org>
3249
3250 * generic-x.el (rc-generic-mode, rul-generic-mode):
3251 Fix auto-mode-alist entries.
3252 (etc-fstab-generic-mode): Tweak fontification.
3253
3254 * generic.el (generic-make-keywords-list): Fix docstring.
3255 (generic-mode-internal): Simplify generic-font-lock-keywords.
3256
3257 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3258
3259 * whitespace.el (whitespace-buffer-leading)
3260 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3261 However, fix the highlight area for the leading and
3262 trailing whitespaces to show space.
3263
3264 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3265
3266 * whitespace.el (whitespace-version): Bump to 3.5
3267
3268 (whitespace-buffer-leading, whitespace-buffer-trailing):
3269 Invert sense of the test to highlight the whitespace.
3270
3271 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3272
3273 * progmodes/gud.el (gud-display-line): GUD uses its own
3274 overlay arrow now so don't set overlay-arrow-string.
3275 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3276
3277 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3278
3279 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3280 (term-ansi-current-reverse, term-ansi-current-invisible)
3281 (term-ansi-face-already-done): Change to boolean.
3282 (term-reset-terminal, term-handle-colors-array): Handle the above
3283 vars accordingly.
3284 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3285 (term-emulate-terminal): Use the new name.
3286
3287 * faces.el (secondary-selection): Use yellow1, not yellow.
3288 (trailing-whitespace): Use red1, not red.
3289
3290 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3291
3292 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3293 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3294 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3295
3296 * cus-edit.el (dnd): New group.
3297
3298 * term/w32-win.el (dnd): Require dnd
3299 (w32-drag-n-drop): Call dnd-handle-one-url.
3300
3301 * x-dnd.el: Require dnd.
3302 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3303 Call dnd-handle-one-url.
3304 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3305 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3306 to dnd-insert-text.
3307 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3308 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3309 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3310 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3311
3312 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3313
3314 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3315
3316 * wdired.el: Doc fixes.
3317 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3318 (wdired-use-dired-vertical-movement): Rename from
3319 wdired-always-move-to-filename-beginning.
3320 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3321 (wdired-change-to-wdired-mode): Change mode name.
3322 (wdired-newline): Delete.
3323
3324 2005-04-11 Richard M. Stallman <rms@gnu.org>
3325
3326 * whitespace.el (whitespace-highlight-the-space):
3327 Don't call whitespace-unhighlight-the-space here.
3328
3329 * simple.el (undo): Record t in undo-equiv-table
3330 for the redo record made by an undo-in-region.
3331
3332 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3333
3334 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3335 (gdb-frame-inferior-io-buffer): New Functions to control
3336 display of separate IO buffer.
3337 (menu): Add them to menu-bar.
3338 (gdb-display-buffer): Check for buffer another frame.
3339 Protect GUD buffer.
3340 (gdb-setup-windows): Create IO buffer if not already there.
3341 (gdb-memory-mode): Remove purecopy noops.
3342
3343 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3344
3345 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3346 and pass to self-insert-command.
3347
3348 2005-04-11 Lute Kamstra <lute@gnu.org>
3349
3350 * generic.el: Commentary section cleanup.
3351 (generic): Delete.
3352 (generic-use-find-file-hook, generic-lines-to-scan)
3353 (generic-find-file-regexp, generic-ignore-files-regexp)
3354 (default-generic-mode, generic-mode-find-file-hook)
3355 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3356 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3357 (generic-use-find-file-hook, generic-lines-to-scan)
3358 (generic-find-file-regexp, generic-ignore-files-regexp)
3359 (default-generic-mode, generic-mode-find-file-hook)
3360 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3361
3362 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3363
3364 * bookmark.el (bookmark-write-file): Catch errors writing file.
3365 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3366
3367 2005-04-10 Richard M. Stallman <rms@gnu.org>
3368
3369 * startup.el (fancy-splash-tail): Update copyright year.
3370 (command-line): Split part of -Q into -D.
3371 (emacs-basic-display): New defvar.
3372 (fancy-splash-text): Correct name of menu item.
3373
3374 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3375
3376 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3377 lines in one node.
3378
3379 * comint.el (comint-send-input): New arg ARTIFICIAL.
3380 Callers in this file changed.
3381
3382 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3383
3384 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3385
3386 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3389 `ldap-search-internal'.
3390
3391 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * files.el (set-auto-mode-1): Use line-end-position.
3394
3395 * international/latin-1.el:
3396 * international/latin-2.el:
3397 * international/latin-3.el:
3398 * international/latin-4.el:
3399 * international/latin-5.el:
3400 * international/latin-8.el:
3401 * international/latin-9.el: Give punctuation syntax to NBSP.
3402
3403 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3404 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3405 Use char-classes to accept non-ascii letters, accepted in some recent
3406 bibtex implementations.
3407
3408 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3409
3410 * custom.el (custom-set-minor-mode): Any non-nil value for the
3411 variable should enable the mode when set through Custom.
3412
3413 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3416 TAB binding so tab-always-indent is obeyed.
3417 (vhdl-minibuffer-local-map): Move initialization into declaration.
3418 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3419 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3420 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3421 (vhdl-current-line): Use line-beginning-position.
3422 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3423 with-output-to-temp-buffer, so the current position can be recorded.
3424
3425 2005-04-10 Masatake YAMATO <jet@gyve.org>
3426
3427 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3428 Add regexp for gcov.
3429
3430 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3431
3432 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3433 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3434 syntax which Emacs 20 doesn't support.
3435
3436 2005-04-09 Richard M. Stallman <rms@gnu.org>
3437
3438 * help.el (describe-key-briefly, describe-key):
3439 Replace strings as event types with "(any string)".
3440
3441 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * arc-mode.el (archive-mode-map): Move initialization into
3444 the declaration. Override *all* bindings of `undo'.
3445 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3446
3447 2005-04-09 Jay Belanger <belanger@truman.edu>
3448
3449 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3450
3451 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3452
3453 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3454 (xterm-register-default-colors): Update color values computation
3455 to match xterm-200.
3456
3457 2005-04-09 Kenichi Handa <handa@m17n.org>
3458
3459 * international/code-pages.el (iso-latin-7): Fix the map.
3460
3461 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3462
3463 * emacs-lisp/lisp.el (defun-prompt-regexp)
3464 (parens-require-spaces, buffer-end, end-of-defun)
3465 (insert-parentheses): Doc fixes.
3466
3467 2005-04-08 Kim F. Storm <storm@cua.dk>
3468
3469 * comint.el (comint-highlight-prompt): Fix face spec.
3470 * hi-lock.el (hi-green): Likewise.
3471
3472 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3473
3474 * cus-edit.el (custom-modified-face):
3475 * comint.el (comint-highlight-input): Fix previous changes.
3476 * term.el (term-handle-ansi-escape): Add a comment.
3477
3478 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3481 in the buffer and in whitespace-highlighted-space.
3482 (whitespace-unhighlight-the-space): Simplify.
3483 (whitespace-buffer): Simplify.
3484
3485 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3486
3487 * textmodes/table.el (table-cell-face): Add special case for
3488 displays supporting a high number of colors.
3489 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3490 (vhdl-font-lock-reserved-words-face)
3491 (vhdl-speedbar-architecture-face)
3492 (vhdl-speedbar-instantiation-face)
3493 (vhdl-speedbar-architecture-selected-face)
3494 (vhdl-speedbar-instantiation-selected-face): Likewise.
3495 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3496 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3497 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3498 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3499 (ebrowse-progress-face): Likewise.
3500 * progmodes/compile.el (compilation-info-face): Likewise.
3501 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3502 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3503 * calendar/calendar.el (diary-face): Likewise.
3504 * woman.el (woman-italic-face, woman-bold-face)
3505 (woman-unknown-face): Likewise.
3506 * wid-edit.el (widget-button-pressed-face): Likewise.
3507 * whitespace.el (whitespace-highlight-face): Likewise.
3508 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3509 * pcvs-info.el (cvs-marked-face): Likewise.
3510 * info.el (info-xref): Likewise.
3511 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3512 * hilit-chg.el (highlight-changes-face)
3513 (highlight-changes-delete-face): Likewise.
3514 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3515 (hi-red-b): Likewise.
3516 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3517 * font-lock.el (font-lock-keyword-face)
3518 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3519 * cus-edit.el (custom-invalid-face, custom-modified-face)
3520 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3521 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3522 * comint.el (comint-highlight-prompt): Likewise.
3523
3524 2005-04-08 Lute Kamstra <lute@gnu.org>
3525
3526 * font-lock.el (font-lock-keywords): Docstring fixes.
3527
3528 2005-04-08 Kenichi Handa <handa@m17n.org>
3529
3530 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3531 chars are more than a limit, print " and more..." at the tail.
3532
3533 2005-04-08 Kim F. Storm <storm@cua.dk>
3534
3535 * emacs-lisp/authors.el (authors-aliases): Update list.
3536 (authors-ignored-files): New list.
3537 (authors-fixed-entries): Fix typo.
3538 (authors-renamed-files-alist): Update list.
3539 (authors-add): Check authors-ignored-files.
3540
3541 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3542
3543 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3544 optional, to ensure backward compatibility.
3545
3546 2005-04-08 Stephen Eglen <stephen@gnu.org>
3547
3548 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3549
3550 2005-04-08 Kim F. Storm <storm@cua.dk>
3551
3552 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3553
3554 * mouse.el (mouse-on-link-p): Doc fix.
3555
3556 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3557
3558 * ielm.el (ielm-prompt-read-only): Doc fix.
3559
3560 * comint.el (comint-prompt-read-only): Doc fix.
3561
3562 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3563
3564 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3565 ensure dired always handles wildcards passed to ffap.
3566 (find-file-at-point): Use it.
3567 (ffap-dired-wildcards): Doc fix.
3568
3569 2005-04-07 Juri Linkov <juri@jurta.org>
3570
3571 * simple.el (next-error-overlay-arrow-position): New defvar.
3572 Put "=>" on its property `overlay-arrow-string'. Add it to
3573 `overlay-arrow-variable-list'.
3574
3575 * progmodes/compile.el (compilation-setup):
3576 Set `next-error-overlay-arrow-position' to nil. Also set it to
3577 nil in the local hook `kill-buffer-hook'. Make local variable
3578 `overlay-arrow-string' and set it to "=>".
3579 (compilation-goto-locus): Set BOL position to
3580 `next-error-overlay-arrow-position' instead of
3581 `overlay-arrow-position'.
3582
3583 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3584 locally instead of adding it to the global hook.
3585 (Info-kill-buffer): Move up.
3586
3587 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3588
3589 * term/xterm.el (xterm-standard-colors): Update color values from
3590 xterm-200.
3591
3592 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3595
3596 * fast-lock.el:
3597 * lazy-lock.el: Move them to the obsolete subdir.
3598
3599 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3600
3601 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3602 (wdired-add-replace-advice): Remove.
3603 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3604
3605 2005-04-06 Kim F. Storm <storm@cua.dk>
3606
3607 * startup.el (command-line): Add --bare-bones alias for -Q.
3608
3609 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3610
3611 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3612 create the startup fontset if a font specification ends with
3613 `mac-roman'.
3614
3615 2005-04-06 Lute Kamstra <lute@gnu.org>
3616
3617 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3618 change.
3619
3620 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3621 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3622
3623 2005-04-05 Lute Kamstra <lute@gnu.org>
3624
3625 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3626 (define-generic-mode): Ditto. Fix debug declaration.
3627
3628 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3629 Put them in the generic-x group.
3630
3631 * calendar/timeclock.el (timeclock): Doc fix.
3632
3633 * generic.el (define-generic-mode): Don't use custom-current-group.
3634 Document default :group value.
3635 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3636 (define-global-minor-mode): Don't use custom-current-group.
3637
3638 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3639
3640 * startup.el (command-line-1): Display startup-echo-area-message
3641 when fancy splash screen is in use.
3642
3643 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3644 (sh-escaped-newline): New face.
3645 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3646 newline, and use sh-escaped-newline face.
3647
3648 * progmodes/tcl.el (tcl-escaped-newline): New face.
3649 (tcl-builtin-list): New variable.
3650 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3651 newlines. Fix keywords subexpression number.
3652
3653 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3654
3655 * textmodes/org.el (org-diary-default-entry): Fix call to
3656 `add-to-diary-entry'.
3657
3658 2005-04-05 Kim F. Storm <storm@cua.dk>
3659
3660 * ediff-init.el: Use (featurep 'xemacs).
3661
3662 2005-04-05 David Ponce <david@dponce.com>
3663
3664 * cus-edit.el (face): Derive from symbol widget. Display sample
3665 of the current face on the fly.
3666 (widget-face-sample-face-get, widget-face-notify): New functions.
3667 (widget-face-value-create): Remove.
3668
3669 * wid-edit.el (widget-field-end): Temporarily remove field
3670 narrowing before to call `get-char-property'.
3671
3672 2005-04-04 Jay Belanger <belanger@truman.edu>
3673
3674 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3675 (math-read-subscripts): New variable.
3676 (math-read-preprocess-string): Process subscripts.
3677
3678 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3679
3680 * comint.el (comint-prompt-read-only): Doc fix.
3681
3682 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3683 `-1'. Doc fix.
3684
3685 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3686
3687 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3688 Change default value to nil.
3689
3690 2005-04-04 Lute Kamstra <lute@gnu.org>
3691
3692 * autorevert.el (auto-revert-mode): Specify :group.
3693 * battery.el (display-battery-mode): Specify :group.
3694 * diff-mode.el (diff-minor-mode): Specify :group.
3695 * font-core.el (font-lock-mode): Specify :group.
3696 * hl-line.el (hl-line-mode): Specify :group.
3697 * iimage.el (iimage): New customization group.
3698 (iimage-mode): Specify :group.
3699 * longlines.el (longlines-mode): Specify :group.
3700 * master.el: Don't require easy-mmode.
3701 (master): New customization group.
3702 (master-mode): Specify :group.
3703 * msb.el (msb-mode): Specify :group.
3704 * reveal.el (reveal-mode): Specify :group.
3705 * simple.el (next-error-follow-minor-mode): Specify :group.
3706 * smerge-mode.el (smerge-mode): Specify :group.
3707 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3708 * emulation/cua-base.el (cua-mode): Specify :group.
3709 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3710 * language/thai-util.el (thai-auto-composition-mode)
3711 (thai-word-mode): Specify :group.
3712 * mail/supercite.el (sc-minor-mode): Specify :group.
3713 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3714 * progmodes/flymake.el (flymake-mode): Specify :group.
3715 * progmodes/glasses.el (glasses-mode): Specify :group.
3716 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3717 * textmodes/enriched.el (enriched-mode): Specify :group.
3718 * textmodes/refill.el (refill-mode): Specify :group.
3719
3720 * add-log.el (change-log-font-lock-keywords): Names in
3721 parenthesized lists can contain spaces.
3722
3723 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3724
3725 * startup.el (fancy-splash-text): Shorten default text of
3726 "Emacs Tutorial" line. Also, if the current language env
3727 indicates an available tutorial file other than TUTORIAL,
3728 extract its title and append it to the line in parentheses.
3729 (fancy-splash-insert): If arg is a thunk, funcall it.
3730
3731 2005-04-04 Jay Belanger <belanger@truman.edu>
3732
3733 * calc.el (calc-language-alist): Add tags to customization type.
3734
3735 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3736
3737 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3738 Doc fix.
3739
3740 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3741
3742 * add-log.el (change-log-font-lock-keywords): The manual
3743 describing a Change Log entry, says: (...) "Aside from these
3744 header lines, every line in the change log starts with a space or
3745 a tab.". The font-lock was not highlighting lines started with
3746 spaces, added support for it.
3747
3748 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3749
3750 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3751 (bibtex-generate-url-list): Update docstring accordingly. Put the
3752 complex example in the docstring.
3753 (bibtex-font-lock-url): Use pop.
3754
3755 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3758
3759 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3760
3761 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3762
3763 * filesets.el (filesets-set-default): Doc fix.
3764
3765 2005-04-03 Lute Kamstra <lute@gnu.org>
3766
3767 * generic.el (define-generic-mode): Add argument to specify
3768 keywords for defcustom.
3769 (default-generic-mode): Specify :group.
3770
3771 * generic-x.el: Specify :group for all generic modes.
3772
3773 * desktop.el (desktop-no-desktop-file-hook)
3774 (desktop-after-read-hook): Doc fix.
3775
3776 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * simple.el (visible-mode): Use explicit :group keyword.
3779 This changes the group of `visible-mode-hook' from paren-blinking
3780 to editing-basics.
3781
3782 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3783
3784 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3785 mailbox specifications as well as URLs.
3786 (rmail-insert-inbox-text): Remove unused conditional branches.
3787
3788 2005-04-01 Jay Belanger <belanger@truman.edu>
3789
3790 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3791 (calc-gnuplot-print-command): Move definitions to calc.el.
3792
3793 * calc/calc-embed.el (calc-embedded-announce-formula)
3794 (calc-embedded-open-formula, calc-embedded-close-formula)
3795 (calc-embedded-open-word, calc-embedded-close-word)
3796 (calc-embedded-open-plain, calc-embedded-close-plain)
3797 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3798 (calc-embedded-open-mode, calc-embedded-close-mode):
3799 Move definitions to calc.el.
3800
3801 * calc/calc.el (calc-settings-file, calc-language-alist):
3802 Make customizable.
3803 (calc-embedded-announce-formula, calc-embedded-open-formula)
3804 (calc-embedded-close-formula, calc-embedded-open-word)
3805 (calc-embedded-close-word, calc-embedded-open-plain)
3806 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3807 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3808 (calc-embedded-close-mode, calc-gnuplot-name)
3809 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3810 from other files and make customizable.
3811
3812 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3815 Use buffer-live-p.
3816 (cvs-mode-run): Don't call cvs-update-header here.
3817 (cvs-run-process): Call cvs-update-header.
3818 Use process properties for cvs-postprocess and cvs-buffer so that
3819 the sentinel can behave better if the temp buffer is killed.
3820 Use a pipe rather than a tty, to better handle unexpected prompts.
3821 (cvs-sentinel): Rewrite. Call cvs-update-header.
3822
3823 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3824
3825 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3826 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3827
3828 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * generic.el (define-generic-mode): Add indentation rule.
3831
3832 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3833
3834 * files.el (mode-require-final-newline): Make Custom correctly
3835 report a nil value and allow to set it to nil via Custom.
3836 Doc fix.
3837
3838 2005-04-01 Kenichi Handa <handa@m17n.org>
3839
3840 * international/characters.el: Enable the correct case setting for
3841 dotless-i and dotted-I.
3842
3843 2005-04-01 Kim F. Storm <storm@cua.dk>
3844
3845 * ido.el (ido-file-internal): Fall back to non-ido command if
3846 initial directory is on slow ftp (or tramp) host.
3847
3848 2005-03-31 Richard M. Stallman <rms@gnu.org>
3849
3850 * emacs-lisp/autoload.el (make-autoload):
3851 Handle define-global-minor-mode.
3852
3853 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3854 Rename from easy-mmode-define-global-mode.
3855 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3856
3857 * progmodes/scheme.el (scheme-mode-syntax-table):
3858 Update syntax of | and # for two-character comment syntax.
3859
3860 2005-03-31 Lute Kamstra <lute@gnu.org>
3861
3862 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3863 (define-minor-mode): Call custom-current-group at load-time.
3864
3865 * generic.el (define-generic-mode): Add debug declaration.
3866 Add defcustom for the mode hook.
3867 (generic-mode-internal): Use run-mode-hooks.
3868
3869 2005-03-31 Kim F. Storm <storm@cua.dk>
3870
3871 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3872 (mouse-fixup-help-message): New defun called by show_help_echo
3873 to fixup mouse-2 prefix in help messages when applicable.
3874
3875 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3876
3877 2005-03-31 Kenichi Handa <handa@m17n.org>
3878
3879 * language/thai-word.el (thai-find-word-ends): Pay attention to
3880 the case that we reach the end of buffer.
3881
3882 * textmodes/fill.el (fill-text-properties-at): New function.
3883 (fill-newline): Use fill-text-properties-at instead of
3884 text-properties-at.
3885
3886 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
3887
3888 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3889 not comint-quote-filename.
3890
3891 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
3892
3893 * help-fns.el (help-with-tutorial): Revert last change.
3894
3895 2005-03-31 Kim F. Storm <storm@cua.dk>
3896
3897 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3898
3899 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
3900
3901 * calendar/cal-china.el: Update reference to "Calendrical
3902 Calculations" book; there's a new edition.
3903 * calendar/cal-coptic.el: Likewise.
3904 * calendar/cal-french.el: Likewise.
3905 * calendar/cal-hebrew.el: Likewise.
3906 * calendar/cal-islam.el: Likewise.
3907 * calendar/cal-iso.el: Likewise.
3908 * calendar/cal-julian.el: Likewise.
3909 * calendar/cal-mayan.el: Likewise.
3910 * calendar/cal-persia.el: Likewise.
3911 * calendar/calendar.el: Likewise.
3912 * calendar/holidays.el: Likewise.
3913 * calendar/lunar.el: Likewise.
3914 * calendar/solar.el: Likewise.
3915
3916 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3917 white space from doc string.
3918
3919 2005-03-30 Jay Belanger <belanger@truman.edu>
3920
3921 * calc/calc-help.el (calc-full-help): Remove email address.
3922
3923 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3924
3925 * help-fns.el (help-with-tutorial): Delete title line.
3926
3927 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3928
3929 * calendar/cal-x.el (calendar-one-frame-setup)
3930 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3931 rather than 'symbol for set-window-dedicated-p.
3932
3933 * calendar/appt.el (appt-buffer-name): Make it a constant.
3934 (appt-add): Doc fix.
3935
3936 * filesets.el (filesets-menu-path, filesets-menu-before)
3937 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
3938 (filesets-menu-cache-file): Use directory ~/.emacs.d.
3939 (filesets-add-submenu): Delete and use add-submenu instead.
3940
3941 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
3942
3943 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3944 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3945 (org-diary-default-entry): New function.
3946 (org-get-entries-from-diary): Better parsing of diary entries.
3947 (org-agenda-check-no-diary): New function.
3948 ("diary-lib"): Advice to function `add-to-diary-list', to allow
3949 linking to diary entries.
3950 (org-agenda-execute-calendar-command): New function.
3951 (org-agenda): Improve visible section in window.
3952 Use `org-fit-agenda-window'.
3953 (org-fit-agenda-window): New option.
3954 (org-move-subtree-down): Better handling of empty lines
3955 at end of subtree.
3956 (org-cycle): Numeric prefix is interpreted now as show-subtree N
3957 levels up.
3958 (org-fontify-done-headline): New option.
3959 (org-headline-done-face): New face.
3960 (org-set-font-lock-defaults): Use `org-headline-done-face'.
3961 (org-table-copy-down): Rename from `org-table-copy-from-above'.
3962 When current field is non-empty, it is copied to next row.
3963 (org-table-copy-from-above): Fix bug which made it
3964 impossible to copy fields containing only a single non-white character.
3965
3966 2005-03-30 Kim F. Storm <storm@cua.dk>
3967
3968 * kmacro.el (kmacro-end-macro): Isearch may store this command
3969 into the macro -- so ignore it when executing keyboard macro.
3970
3971 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
3972
3973 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3974
3975 2005-03-29 Kenichi Handa <handa@m17n.org>
3976
3977 * language/thai.el ("Thai"): Set setup-function and exit-function
3978 for Thai language environment.
3979
3980 * language/thai-util.el: Require thai-word.
3981 (thai-word-mode-map): New variable.
3982 (thai-word-mode): New minor mode.
3983 (setup-thai-language-environment-internal): New function.
3984 (exit-thai-language-environment-internal): New function.
3985
3986 * language/thai-word.el (thai-word-table): Declare it by defvar,
3987 use dolist to initialize it.
3988 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3989 (thai-fill-find-break-point): New functions.
3990
3991 2005-03-29 Richard M. Stallman <rms@gnu.org>
3992
3993 * simple.el (idle-update-delay): Move definition up.
3994 (set-mark): Doc fix.
3995
3996 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
3997
3998 * longlines.el: New file.
3999
4000 * simple.el (buffer-substring-filters): New variable.
4001 (filter-buffer-substring): New function.
4002 (kill-region, copy-region-as-kill): Use it.
4003
4004 * register.el (copy-to-register, append-to-register)
4005 (prepend-to-register): Use filter-buffer-substring.
4006
4007 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4008
4009 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4010 (gud-filter-pending-text): Move in front of gdb.
4011 (gud-overlay-arrow-position): New variable.
4012 (gud-sentinel, gud-display-line): Use it in place of
4013 overlay-arrow-position.
4014
4015 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4016
4017 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4018 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4019 (fortran-font-lock-keywords-4): New variable.
4020 (fortran-blocks-re, fortran-end-block-re)
4021 (fortran-start-block-re): New constants, for hideshow.
4022 (hs-special-modes-alist): Add a Fortran entry.
4023 (fortran-mode-map): Bind fortran-end-of-block,
4024 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4025 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4026 (fortran-looking-at-if-then, fortran-end-of-block)
4027 (fortran-beginning-of-block): New functions, for hideshow.
4028
4029 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4030 Doc fix. Tweak regexp.
4031 (f90-beginning-of-block): Push mark first.
4032
4033 2005-03-29 Jay Belanger <belanger@truman.edu>
4034
4035 * calc/calc.el: Update copyright date.
4036 (calc-version): Increase to 2.1.
4037 (calc-version-date): Remove.
4038
4039 * calc/calc-help.el: Update copyright date.
4040 (calc-full-help): Remove reference to calc-version-date.
4041 Update copyright date.
4042
4043 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * vc.el (vc-do-command): Use a pipe for async processes, so password
4046 prompts don't show up at places where the user can't reply.
4047
4048 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4049
4050 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4051 on the file name we pass to the inferior shell.
4052
4053 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4054
4055 * progmodes/which-func.el (which-function): Be robust in the face of an
4056 imenu--make-index-alist failure.
4057
4058 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4059
4060 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4061
4062 * progmodes/python.el (python-preoutput-filter): Fix last change.
4063
4064 2005-03-29 Lute Kamstra <lute@gnu.org>
4065
4066 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4067 functions and compiled macros.
4068 (debug-convert-byte-code): Handle macros too.
4069 (debug-on-entry-1): Don't signal an error when trying to clear a
4070 function that is not set to debug on entry.
4071
4072 2005-03-29 Jay Belanger <belanger@truman.edu>
4073
4074 * calc/calc-lang.el: Add functions to math-function-table
4075 properties of tex and math.
4076
4077 2005-03-29 Kenichi Handa <handa@m17n.org>
4078
4079 * ps-mule.el (ps-mule-plot-string): Translate characters by
4080 ps-print-translation-table.
4081 (ps-mule-begin-job): Call find-charset-region/string with
4082 ps-print-translation-table.
4083 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4084
4085 * ps-print.el (ps-print-translation-table): New variable.
4086 (ps-plot-region): Translate characters by ps-print-translation-table.
4087
4088 2005-03-29 Juri Linkov <juri@jurta.org>
4089
4090 * simple.el (next-error-highlight-timer): New variable.
4091
4092 * progmodes/compile.el (compilation-goto-locus):
4093 Use `next-error-highlight-timer' instead of `sit-for'.
4094
4095 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4096
4097 * mail/supercite.el (sc-mail-field): Use assoc-string.
4098 (sc-get-address): Simplify regexps.
4099
4100 * files.el (minibuffer-with-setup-hook): New macro.
4101 (find-file-read-args): Use it to avoid let-binding
4102 minibuffer-with-setup-hook (which breaks turning on/off
4103 file-name-shadow-mode while in the prompt).
4104
4105 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4106
4107 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4108
4109 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4110
4111 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * window.el (window-buffer-height): Use count-screen-lines.
4114
4115 * progmodes/python.el (python-preoutput-leftover): New var.
4116 (python-preoutput-filter): Use it.
4117 (python-send-receive): Loop until all the result has been received.
4118
4119 2005-03-28 Juri Linkov <juri@jurta.org>
4120
4121 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4122
4123 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4124 "Recover Crashed Session".
4125 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4126 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4127 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4128 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4129 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4130 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4131 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4132 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4133
4134 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4135 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4136 Ediff Sessions", "Toggle use of separate control buffer frame",
4137 "Use separate frame for Ediff control buffer".
4138
4139 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4140 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4141 "Rename Bookmark", "Delete Bookmark".
4142
4143 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4144 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4145 Add `:active Info-index-alternatives' to "Next Matching Item".
4146
4147 * wdired.el (wdired-change-to-wdired-mode):
4148 Mention `wdired-abort-changes' key in the initial message.
4149
4150 * international/mule.el (auto-coding-alist): Associate non-ascii
4151 image filename extensions with `no-conversion'.
4152
4153 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * international/iso-acc.el:
4156 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4157
4158 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4159
4160 * textmodes/sgml-mode.el (html-mode): Doc update.
4161
4162 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4163
4164 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4165
4166 * term.el (term-move-columns): Fix face after extending a line.
4167 (term-insert-spaces): Likewise.
4168 (term-reset-terminal): Fix off by one error.
4169
4170 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4171
4172 * international/mule.el (auto-coding-alist): Add .xpi files.
4173
4174 * files.el (auto-mode-alist): Add .xpi files.
4175
4176 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4177
4178 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4179
4180 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4181
4182 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4183
4184 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4185
4186 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4187 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4188
4189 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4190 cursor to Jan 1 when needed.
4191 (calendar-end-of-year): Fix -/+ typo.
4192 Reported by Chong Yidong <cyd@stupidchicken.com>.
4193
4194 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4197
4198 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4199 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4200
4201 2005-03-25 Richard M. Stallman <rms@gnu.org>
4202
4203 * filesets.el (filesets-init): Add autoload.
4204
4205 * mail/mailalias.el (mail-directory): Doc fix.
4206
4207 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4208
4209 * mail/mailalias.el (mail-directory-process): Do nothing if
4210 mail-directory-process is an atom.
4211 (mail-get-names): Ignore mail-directory-names if it is an atom.
4212 (mail-directory-process defvar): Doc fix.
4213 (mail-names): Doc fix.
4214
4215 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4216
4217 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4218
4219 2005-03-26 Kenichi Handa <handa@m17n.org>
4220
4221 * international/mule-util.el (detect-coding-with-priority):
4222 Call update-coding-systems-internal before detect-coding-region.
4223
4224 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4225
4226 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4227 (gdb-frames-mode-map): Add follow-link property.
4228
4229 2005-03-25 Jay Belanger <belanger@truman.edu>
4230
4231 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4232 for variables.
4233
4234 2005-03-25 Juri Linkov <juri@jurta.org>
4235
4236 * image-mode.el: Optimize image filename extension regexps in
4237 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4238 in `auto-mode-alist'.
4239 (image-mode): Add `image-toggle-display-text' to local hook
4240 `change-major-mode-hook'. Display the image as an image by
4241 default. Set `cursor-type' and `truncate-lines' if the image
4242 is already displayed. Take into account the current mode (image
4243 or text) in message.
4244 (image-minor-mode): New minor mode.
4245 (image-mode-maybe, image-toggle-display-text): New functions.
4246 (image-toggle-display): Use called-interactively-p.
4247 Let-bind `inhibit-read-only' to t.
4248
4249 * image-mode.el (image-minor-mode): Set `cursor-type' and
4250 `truncate-lines' if the image is already displayed. Add turning
4251 image-minor-mode off to `change-major-mode-hook'. Add message.
4252 Call `image-toggle-display-text' after turning image-minor-mode off.
4253
4254 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4257 Terminal.app, use utf-8.
4258 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4259 (set-locale-environment): Use it.
4260
4261 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4262
4263 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4264
4265 * progmodes/python.el (python-close-block-statement-p)
4266 (python-outdent-p, python-current-defun): Use symbol-end.
4267
4268 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4269
4270 * files.el (save-some-buffers): Doc fix.
4271
4272 2005-03-25 Werner Lemberg <wl@gnu.org>
4273
4274 * complete.el, thumbs.el: Replace `legal' with `valid'.
4275 * calendar/calendar.el: Replace `legal' with `valid'.
4276 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4277 * mail/supercite.el: Replace `legal' with `valid'.
4278 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4279 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4280 Replace `legal' with `valid'.
4281 * textmodes/reftex-vars.el, textmodes/reftex.el:
4282 Replace `legal' with `valid'.
4283
4284 2005-03-25 Werner Lemberg <wl@gnu.org>
4285
4286 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4287 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4288 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4289 * emulation/vip.el: Replace `illegal' with `invalid'.
4290 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4291 * mail/supercite.el: Replace `illegal' with `invalid'.
4292 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4293 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4294 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4295 * progmodes/sh-script.el, progmodes/xscheme.el:
4296 Replace `illegal' with `invalid'.
4297 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4298 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4299 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4300 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4301
4302 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4305 (flymake-find-buildfile, flymake-find-possible-master-files)
4306 (flymake-check-include, flymake-parse-line): Replace loops over the
4307 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4308
4309 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4310 Substitute file-name-as-directory in the rest of the file.
4311 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4312 (flymake-replace-region): Remove unused arg `buffer'.
4313 (flymake-check-patch-master-file-buffer): Update calls to it.
4314 (flymake-add-err-info): Remove unused var `count'.
4315 (flymake-mode): Use define-minor-mode.
4316
4317 * progmodes/flymake.el: Use with-current-buffer.
4318 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4319 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4320 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4321 Avoid testing for `xemacs'.
4322 (flymake-nop): Move.
4323 (flymake-region-has-flymake-overlays): Return the computed value.
4324 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4325 Remove unused var `endline'.
4326 (flymake-get-line-count): Remove unused function.
4327 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4328
4329 * emulation/vi.el:
4330 * generic.el:
4331 * hilit-chg.el (global-highlight-changes):
4332 * hi-lock.el (hi-lock-mode):
4333 * follow.el: find-file-hooks -> find-file-hook.
4334
4335 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4336
4337 2005-03-24 Juri Linkov <juri@jurta.org>
4338
4339 * dired.el (dired-mode-map): Add menu item "Compare directories"
4340 for dired-compare-directories.
4341
4342 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4343 Doc fix. Replace `read-file-name' with `read-directory-name'.
4344
4345 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4348
4349 2005-03-24 Jay Belanger <belanger@truman.edu>
4350
4351 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4352 relevant mode settings in calc-embedded-original-modes when modes
4353 are permanently changed.
4354
4355 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * autoinsert.el: find-file-hooks -> find-file-hook.
4358
4359 2005-03-24 Lute Kamstra <lute@gnu.org>
4360
4361 * generic.el (generic-font-lock-defaults): Make it obsolete.
4362 (generic-font-lock-keywords): New variable to replace
4363 generic-font-lock-defaults.
4364 (generic-mode-set-font-lock): Delete it.
4365 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4366 (generic-bracket-support): Add docstring.
4367
4368 * generic-x.el: Rename generic-font-lock-defaults to
4369 generic-font-lock-keywords throughout.
4370 (mailagent-rules-setup-function): Delete it.
4371 (mailagent-rules-generic-mode): Use anonymous function instead.
4372 (show-tabs-generic-mode-font-lock-defaults-1)
4373 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4374 Quote faces.
4375 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4376 not foreground.
4377
4378 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4379 Recognize define-generic-mode.
4380
4381 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4384 if there's no completion table.
4385
4386 2005-03-23 Miles Bader <miles@gnu.org>
4387
4388 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4389 Remove tty-specific variants, as they're no longer needed.
4390
4391 2005-03-23 Lute Kamstra <lute@gnu.org>
4392
4393 * generic-x.el: Code cleanup: make args constant whenever possible.
4394 (installshield-statement-keyword-list)
4395 (installshield-system-functions-list)
4396 (installshield-system-variables-list, installshield-types-list)
4397 (installshield-funarg-constants-list): Make them constants.
4398
4399 * generic.el (generic-make-keywords-list): Add autoload cookie.
4400
4401 * calendar/time-date.el: Add comment on time value formats.
4402 Don't require parse-time.
4403 (with-decoded-time-value): New macro.
4404 (encode-time-value): New function.
4405 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4406 (days-to-time): Return a valid time value when arg is huge.
4407 (time-since): Use time-subtract.
4408 (time-to-number-of-days): Use time-to-seconds.
4409
4410 2005-03-23 David Ponce <david@dponce.com>
4411
4412 * recentf.el: (recentf-keep): New option.
4413 (recentf-menu-action): Default to `find-file'.
4414 (recentf-keep-non-readable-files-flag)
4415 (recentf-keep-non-readable-files-p)
4416 (recentf-file-readable-p, recentf-find-file)
4417 (recentf-cleanup-remote): Remove.
4418 (recentf-include-p): More robust.
4419 (recentf-keep-p): New function.
4420 (recentf-remove-if-non-kept): Rename from
4421 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4422 All callers updated.
4423 (recentf-menu-items-for-commands): Fix help string.
4424 (recentf-track-closed-file): Update. Doc fix.
4425 (recentf-cleanup): Update. Count removed files. Doc fix.
4426
4427 2005-03-23 Kim F. Storm <storm@cua.dk>
4428
4429 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4430 Don't inherit from fringe face (now happens automatically).
4431
4432 2005-03-22 Kim F. Storm <storm@cua.dk>
4433
4434 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4435 position values.
4436
4437 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4438
4439 * menu-bar.el (showhide-date-time): Remove.
4440 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4441 (menu-bar-make-mm-toggle): Simplify.
4442
4443 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4444
4445 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4446 Accept qualified variable and function names.
4447
4448 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4449
4450 * bindings.el (completion-ignored-extensions):
4451 Remove ".lis" for `vax-vms'.
4452
4453 2005-03-22 Andreas Schwab <schwab@suse.de>
4454
4455 * generic-x.el: Revert last change.
4456 * ldefs-boot.el: Update.
4457
4458 2005-03-22 Jay Belanger <belanger@truman.edu>
4459
4460 * calc/calc-embed (calc-embedded-original-modes): New variable.
4461 (calc-embedded-save-original-modes)
4462 (calc-embedded-restore-original-modes): New functions.
4463 (calc-do-embedded): Save original modes when entering embedded mode
4464 and restore when leaving embedded mode.
4465 (calc-embedded-modes-change): Change the value of
4466 calc-embedded-original-modes to reflect permanent changes.
4467
4468 2005-03-22 Lute Kamstra <lute@gnu.org>
4469
4470 * generic-x.el: Require generic again.
4471
4472 2005-03-22 Miles Bader <miles@gnu.org>
4473
4474 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4475 Tweak details to look good on both ttys and bitmap displays, light
4476 or dark background, etc.
4477
4478 2005-03-21 Kim F. Storm <storm@cua.dk>
4479
4480 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4481 mouse position.
4482
4483 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * icomplete.el: Don't forcibly turn on the mode upon load.
4486 (icomplete-mode): Use define-minor-mode.
4487 (icomplete-eoinput): Default to nil.
4488 (icomplete-minibuffer-setup): Remove autoload.
4489 (icomplete-tidy): Simplify.
4490 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4491 in the initial state or if the user has modified the field.
4492 Fix handling of icomplete-max-delay-chars.
4493 Remove code that handles the oddball case where
4494 minibuffer-completion-table is an integer.
4495 Wrap icomplete-completions in while-no-input in case building
4496 completions takes more time than expected.
4497 (icomplete-completions): Simplify.
4498
4499 2005-03-21 Richard M. Stallman <rms@gnu.org>
4500
4501 * jka-compr.el (jka-compr-really-do-compress):
4502 Make variable buffer-local.
4503
4504 * image-mode.el: Handle .xpm files too.
4505 (image-toggle-display): Preserve modification flag.
4506
4507 * help.el (where-is): Don't mention aliases with no key bindings.
4508
4509 2005-03-21 Lute Kamstra <lute@gnu.org>
4510
4511 * generic.el: Fix commentary section. Don't require cl for compilation.
4512 (generic-mode-list): Add autoload cookie.
4513 (generic-use-find-file-hook, generic-lines-to-scan)
4514 (generic-find-file-regexp, generic-ignore-files-regexp)
4515 (generic-mode, generic-mode-find-file-hook)
4516 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4517 (define-generic-mode): Make it a defmacro. Fix docstring.
4518 (generic-mode-internal): Code cleanup. Add autoload cookie.
4519 (generic-mode-set-comments): Code cleanup.
4520 * generic-x.el: Don't prevent compilation. Don't require generic.
4521 Follow coding conventions. Minor code cleanup.
4522 (etc-fstab-generic-mode): Add some keywords.
4523 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4524 define-generic-mode like a function declaration.
4525
4526 2005-03-21 Jay Belanger <belanger@truman.edu>
4527
4528 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4529 changing modes.
4530
4531 2005-03-21 Sam Steingold <sds@gnu.org>
4532
4533 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4534
4535 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4536
4537 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4538 Add underscore to "f$ lexicals" regexp.
4539
4540 2005-03-20 Juri Linkov <juri@jurta.org>
4541
4542 * subr.el (progress-reporter-do-update): When `min-value' is equal
4543 to `max-value', set `percentage' to 0 and prevent division by zero.
4544
4545 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4546
4547 Sync with Tramp 2.0.48.
4548
4549 * tramp.el (all): Change all addresses to .gnu.org.
4550 (tramp-append-tramp-buffers): New defun.
4551 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4552 Catch `dont-send' signal.
4553 (tramp-set-auto-save-file-modes): Set always permissions, because
4554 there might be an old auto-saved file belonging to another
4555 original file. This could be a security threat. Reported by
4556 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4557 Check for Emacs 21.3.50 removed.
4558
4559 * tramp-smb.el (all): Remove debug construct for
4560 `with-parsed-tramp-file-name'.
4561 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4562 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4563 No error message if DIRECTORY or FILENAME doesn't exist.
4564 (tramp-smb-open-connection): Check existence of
4565 `tramp-smb-program'.
4566
4567 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4570 Properly handle the case where the `m' or `s' command's argument is not
4571 yet terminated.
4572 (perl-indent-new-calculate): New function.
4573 (perl-indent-line): Use it.
4574
4575 2005-03-20 Miles Bader <miles@gnu.org>
4576
4577 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4578 in text-mode too. Change to new face names.
4579 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4580 Add `:weight bold' attribute.
4581 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4582
4583 2005-03-19 Juri Linkov <juri@jurta.org>
4584
4585 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4586
4587 * international/mule.el (auto-coding-alist): Sync with
4588 `auto-mode-alist' by adding upper case archive file extensions
4589 and adding ear/war to jar extension.
4590
4591 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4592
4593 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4594 running, restart it.
4595
4596 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4597
4598 * finder.el (finder-current-item): Throw an error on an empty line.
4599
4600 * man.el (Man-follow-manual-reference): If current-word returns
4601 nil, use "".
4602
4603 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4604
4605 * simple.el (goto-line): Doc fix.
4606
4607 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4608
4609 * files.el (save-buffer): Doc fix.
4610
4611 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4612
4613 * recentf.el (recentf-cleanup-remote): New variable.
4614 (recentf-cleanup): Use it to conditionally check availablity of
4615 remote files.
4616
4617 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4618
4619 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4620 function names.
4621
4622 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4623
4624 * language/thai-word.el: New file.
4625
4626 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4627
4628 * files.el (backup-buffer): If the file's directory is not
4629 writable, use copy instead of move to backup the file.
4630
4631 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4632
4633 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4634
4635 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4636
4637 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4638 Use functionp instead of symbolp and fboundp. Reported by Drkm
4639 <darkman_spam@yahoo.fr>.
4640 (ps-print-version): New version 6.6.6.
4641
4642 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4643
4644 * textmodes/table.el (table--line-column-position): New idiom.
4645 (table--row-column-insertion-point-p): New function to test
4646 validity of row and column insertion operation at a location.
4647 (table-global-menu, table-cell-menu): Use above functions for
4648 deterministic test operation.
4649 (table--editable-cell-p): Behave in deterministic fashion.
4650
4651 2005-03-18 Juri Linkov <juri@jurta.org>
4652
4653 * isearch.el (isearch-lazy-highlight-new-loop):
4654 Make arguments beg and end optional.
4655 (isearch-update): Remove optional arguments nil from
4656 isearch-lazy-highlight-new-loop.
4657 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4658 isearch-lazy-highlight-case-fold-search instead of
4659 isearch-case-fold-search, and let-bind isearch-regexp to
4660 isearch-lazy-highlight-regexp.
4661 Use isearch-lazy-highlight-last-string instead of isearch-string.
4662
4663 * replace.el (perform-replace): Remove bindings of global
4664 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4665 Add three new arguments to `replace-highlight'.
4666 (replace-highlight): Add arguments string, regexp, case-fold.
4667 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4668 to allow isearch-lazy-highlight-new-loop to use these values
4669 to set corresponding isearch-lazy-highlight-* internal
4670 variables whose values lazy highlighting will use regardless of
4671 changes to global variables isearch-string, isearch-regexp,
4672 isearch-case-fold-search during lazy highlighting loop.
4673 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4674 to `lazy-highlight-cleanup'.
4675
4676 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4677 (ispell-highlight-face): Set default face to `isearch' when
4678 lazy highlighting is enabled.
4679 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4680 priority to 1. Add lazy highlighting.
4681 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4682 from `isearch-dehighlight'.
4683
4684 2005-03-18 David Ponce <david@dponce.com>
4685
4686 * files.el (hack-local-variables): Do a case-insensitive search
4687 for End.
4688
4689 2005-03-18 Juri Linkov <juri@jurta.org>
4690
4691 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4692 `isearch-lazy-highlight-cleanup', add alias to old name and
4693 declare obsolete. Add release numbers to other obsolete vars.
4694 (isearch-done, isearch-lazy-highlight-new-loop):
4695 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4696 (lazy-highlight-cleanup) <variable>: Doc fix.
4697 (isearch-lazy-highlight-update): Rename obsolete
4698 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4699
4700 2005-03-18 Kenichi Handa <handa@m17n.org>
4701
4702 * language/thai-util.el: Fix categorization of Thai characters in
4703 thai-category-table.
4704 (thai-composition-pattern): Adjust it for the above change.
4705 (thai-self-insert-command, thai-compose-syllable): New functions.
4706 (thai-compose-region): Use thai-compose-syllable.
4707 (thai-compose-string): Likewise.
4708 (thai-composition-function): Likewise.
4709 (thai-auto-composition): New function.
4710 (thai-auto-composition-mode): New minor mode.
4711
4712 * language/thai.el: Fix patterns to be registered in
4713 composition-function-table.
4714
4715 * international/quail.el (quail-input-method): Locally bind
4716 inhibit-modification-hooks to t.
4717
4718 2005-03-17 Richard M. Stallman <rms@gnu.org>
4719
4720 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4721 (perl-mode): Use run-mode-hooks.
4722
4723 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4724 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4725 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4726
4727 * mail/sendmail.el (sendmail-send-it): Reenable the code
4728 to compute resend-to-address and use it.
4729
4730 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4731
4732 * image-mode.el: New file.
4733
4734 * image.el (insert-sliced-image): Add autoload cookie.
4735
4736 * font-lock.el (font-lock-lines-before): New user option.
4737 (font-lock-after-change-function): Obey it.
4738
4739 * bindings.el (esc-map): Make M-g a prefix.
4740 Bind M-g g and M-g M-g to goto-line.
4741
4742 * faces.el (face-id): Doc fix.
4743
4744 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4745
4746 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4747 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4748 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4749
4750 * mail/sendmail.el (mail-yank-ignored-headers)
4751 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4752 Add Mail-Followup-To and Mail-Reply-To headers.
4753 (mail-citation-hook): Add autoload cookie.
4754 (mail-mode): Doc fix.
4755 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4756 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4757 (mail-mode-fill-paragraph): Handle those headers.
4758 (mail-mailing-lists): New variable.
4759 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4760
4761 2005-03-17 Juri Linkov <juri@jurta.org>
4762
4763 * isearch.el (isearch-fallback): Check for `(car previous)'
4764 before calling `isearch-other-end-state'.
4765
4766 2005-03-17 Kim F. Storm <storm@cua.dk>
4767
4768 * simple.el (move-beginning-of-line): Move to beginning of buffer
4769 line, as well as beginning of screen line.
4770
4771 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4772
4773 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4774 argument REDRAW rather than calendar-redrawing variable.
4775 * calendar/calendar.el (calendar-redrawing): Delete.
4776 (redraw-calendar): Do not bind calendar-redrawing.
4777
4778 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4779
4780 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4781 diary-file buffer.
4782
4783 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * help.el (describe-mode): Allow a :minor-mode-function property to
4786 specify a different minor mode toggle function than the variable.
4787 * simple.el (auto-fill-function):
4788 * subr.el (add-minor-mode): Use it.
4789
4790 2005-03-16 Kenichi Handa <handa@m17n.org>
4791
4792 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4793 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4794 (ethio-fidel-to-sera-buffer): Likewise.
4795
4796 2005-03-16 Juri Linkov <juri@jurta.org>
4797
4798 * emacs-lisp/find-func.el (find-function-regexp):
4799 Add defun-emitting macro `menu-bar-make-toggle'.
4800
4801 * isearch.el: Put `isearch-scroll' property to
4802 `split-window-horizontally'.
4803
4804 * info.el: Update error messages for `debug-ignored-errors'.
4805 (Info-isearch-search): Doc fix.
4806 (Info-find-node): Move up code to go into info buffer before
4807 recording the node to the history.
4808 (Info-fontify-node): Fontify titles only if the next line
4809 has two or more `*', `=', `-', `.'.
4810 Display "go to this node" for empty (match-string 3).
4811
4812 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4813
4814 * term/mac-win.el: Add mouse pointer shape constants.
4815
4816 2005-03-15 Kim F. Storm <storm@cua.dk>
4817
4818 * simple.el (move-beginning-of-line): Use vertical-motion.
4819
4820 2005-03-15 Juri Linkov <juri@jurta.org>
4821
4822 * isearch.el (isearch-error): New variable.
4823 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4824 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4825 (isearch-within-brackets-state): Remove.
4826 (isearch-case-fold-search-state, isearch-pop-fun-state):
4827 Decrease frame index.
4828 (isearch-mode, isearch-top-state, isearch-push-state)
4829 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4830 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4831 (isearch-search, isearch-lazy-highlight-new-loop):
4832 Replace `isearch-invalid-regexp' with `isearch-error'.
4833 Remove `isearch-within-brackets'.
4834 (isearch-search): Add `search-failed' handler to `condition-case'.
4835 (isearch-lazy-highlight-search): Add `condition-case' to catch
4836 errors and allow `isearch-lazy-highlight-update' to try
4837 highlighting from the beginning of the window.
4838 (isearch-repeat): Move up code to set isearch-wrapped to t
4839 before calling isearch-wrap-function.
4840
4841 * info.el (Info-isearch-initial-node): New internal variable.
4842 (Info-search): Signal an error in isearch mode when search leaves
4843 the initial node. Signal an error when `bound' is non-nil and
4844 nothing was found in the current subfile.
4845 (Info-isearch-search): Remove `condition-case'.
4846 (Info-isearch-wrap): Don't wrap when search failed during leaving
4847 the initial node. If `Info-isearch-search' is nil, wrap around
4848 the current node.
4849 (Info-isearch-start): New fun.
4850 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4851 `isearch-mode-hook'.
4852
4853 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4854
4855 * simple.el (normal-erase-is-backspace): Set default to t if
4856 running on Mac.
4857
4858 * term/mac-win.el (function-key-map): Sync with x-win.el.
4859
4860 2005-03-15 Kenichi Handa <handa@m17n.org>
4861
4862 * international/mule-cmds.el (locale-language-names): Modify the
4863 format of elements and add more entries.
4864 (locale-preferred-coding-systems): Add more entries.
4865 (set-locale-environment): Adjust for the change of
4866 locale-language-names.
4867
4868 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * pcvs.el (smerge-ediff): Remove bogus autoload.
4871
4872 2005-03-14 Lute Kamstra <lute@gnu.org>
4873
4874 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4875 Ignore a `*' at the beginning of a line.
4876
4877 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4878 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4879 subr.el.
4880 (dont-compile, eval-when-compile, eval-and-compile): Use declare
4881 to specify indentation.
4882
4883 * generic.el (define-generic-mode): Let generic-mode-list be a
4884 list of strings; test membership with equal.
4885
4886 2005-03-14 Kim F. Storm <storm@cua.dk>
4887
4888 * simple.el (next-line, previous-line): Add optional try-vscroll
4889 arg to recognize interactive use. Pass it on to line-move.
4890 (line-move): Don't perform auto-window-vscroll when defining or
4891 executing keyboard macro to ensure consistent behaviour.
4892
4893 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4896
4897 2005-03-13 Lute Kamstra <lute@gnu.org>
4898
4899 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4900 debugger-setup-buffer so that backtrace marks the frames set to
4901 debug-on-exit and we don't have to do it manually. Set an extra
4902 debug-on-exit for macro's.
4903 (debugger-setup-buffer): Don't mark the top frame manually.
4904
4905 2005-03-12 Lute Kamstra <lute@gnu.org>
4906
4907 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4908 lisp-indent-function throughout.
4909 (with-no-warnings): Set lisp-indent-function property.
4910
4911 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
4912
4913 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4914 Add entry for backslash.
4915
4916 2005-03-12 Juri Linkov <juri@jurta.org>
4917
4918 * info.el (Info-search): Four fixes for backward search.
4919
4920 2005-03-11 Jay Belanger <belanger@truman.edu>
4921
4922 * calc/calc.el (calc-language-alist): New variable.
4923 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4924 (calc-embedded-find-modes): Use calc-language-alist instead of
4925 calc-embedded-language-alist.
4926
4927 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4928
4929 * calendar/calendar.el (calendar-redrawing): New internal
4930 variable.
4931 (redraw-calendar): Remove bogus save-excursion from previous
4932 change. Bind calendar-redrawing to t for mark-diary-entries.
4933 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4934 calendar if that is why we were called.
4935
4936 2005-03-11 Kenichi Handa <handa@m17n.org>
4937
4938 * international/mule.el (make-coding-system): Set property
4939 coding-system-define-form to nil.
4940 (define-coding-system-alias): Likewise.
4941
4942 2005-03-11 Kenichi Handa <handa@m17n.org>
4943
4944 These changes are suggested by Dave Love <fx@gnu.org>.
4945
4946 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4947 coding: tag.
4948 (adaptive-fill-regexp): Add more bullets.
4949 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4950 regexps.
4951
4952 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * help.el (describe-mode): Properly handle non-trivial lighters.
4955 Don't ignore minor modes that are not listed in minor-mode-list.
4956
4957 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4958 feature ON when the user requests to turn it OFF.
4959
4960 2005-03-10 Lute Kamstra <lute@gnu.org>
4961
4962 * emacs-lisp/debug.el (debug-entry-code): Delete it.
4963 (implement-debug-on-entry): New function to replace debug-entry-code.
4964 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
4965 second argument as the 2005-03-07 change makes it obsolete.
4966 (debug-on-entry, cancel-debug-on-entry): Update call to
4967 debug-on-entry-1.
4968 (debug, debugger-setup-buffer): Comment update.
4969 (debugger-frame-number): Update to work with implement-debug-on-entry.
4970
4971 2005-03-10 Jay Belanger <belanger@truman.edu>
4972
4973 * calc/calc-embed.el (math-ms-args): Declare it.
4974 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4975 math-ms-args.
4976 (calc-embedded-subst): Use math-multi-subst-rec to substitute
4977 variables.
4978
4979 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
4980
4981 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4982 Use message-box.
4983
4984 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4985 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4986 (tooltip-gud-tips): Simplify.
4987 (tooltip-gud-tips-p): Remove superflouous :set.
4988 (tooltip-gud-modes): Add fortran-mode.
4989 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4990
4991 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4992
4993 2005-03-09 Kim F. Storm <storm@cua.dk>
4994
4995 * play/animate.el (animate-place-char): Use forward-line instead
4996 of next-line to improve performance.
4997
4998 2005-03-09 Simon Josefsson <jas@extundo.com>
4999
5000 * net/browse-url.el (browse-url-default-browser): Doc fix.
5001
5002 2005-03-09 Miles Bader <miles@gnu.org>
5003
5004 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5005 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5006
5007 2005-03-09 Kenichi Handa <handa@m17n.org>
5008
5009 * international/latin-1.el: Set case and syntax for 255 only if
5010 set-case-syntax-set-multibyte is nil.
5011
5012 * textmodes/ispell.el (ispell-insert-word): New function.
5013 (ispell-word): Use ispell-insert-word to insert a new word.
5014 (ispell-process-line): Likewise.
5015 (ispell-complete-word): Likewise.
5016
5017 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5018
5019 * calendar/calendar.el (redraw-calendar): Preserve point.
5020 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5021 (calendar-week-start-day): Move after definition of
5022 redraw-calendar. Delete buffer test, since redraw-calendar has
5023 that now.
5024
5025 * calendar/diary-lib.el (mark-diary-entries): Only call
5026 redraw-calendar in the first of any recursive calls.
5027 Reported by Alan Shutko <ats@acm.org>.
5028
5029 2005-03-08 Juri Linkov <juri@jurta.org>
5030
5031 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5032 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5033 (html-radio-buttons): Add a space before the trailing `/>' where
5034 sgml-xml-mode is non-nil.
5035 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5036 the subsequent tag of the empty XML tag.
5037 (html-href-anchor): Don't set initial input to "http:".
5038 (html-image): Ask for the image URL and set point inside alt="".
5039 (html-name-anchor): Duplicate the name in the `id' attribute when
5040 sgml-xml-mode is non-nil.
5041 (html-paragraph): Remove \n before <p>.
5042 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5043 instead of `checked' when sgml-xml-mode is non-nil.
5044
5045 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5046 Remove 1 space before #RRGGBB to not truncate it on terminal
5047 windows w/o fringes. Remove 1 space between bg and fg examples
5048 to get more space.
5049 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5050 avoid byte-compile warnings.
5051
5052 * image-file.el (image-file-handler): Put `safe-magic' property to
5053 `image-file-handler'.
5054
5055 * info.el (Info-isearch-search): Emulate word search in
5056 isearching through multiple Info nodes with Info-search.
5057 (Info-isearch-wrap): Allow isearch-word.
5058
5059 2005-03-08 Lute Kamstra <lute@gnu.org>
5060
5061 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5062 stepping into the debugger's code is not possible.
5063 (debugger-jumping-flag): Docstring update.
5064
5065 2005-03-08 Jay Belanger <belanger@truman.edu>
5066
5067 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5068 embedded mode begins.
5069 (calc-embedded-language-alist): New variable.
5070 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5071 set default language mode.
5072
5073 2005-03-08 Kenichi Handa <handa@m17n.org>
5074
5075 * international/ccl.el (define-ccl-program): Fix docstring about
5076 extra 256 bytes assured for the output buffer.
5077
5078 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5079 Fix BUFFER_MAGNIFICATION to 2.
5080 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5081
5082 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5083
5084 * align.el (align-rules-list): Added an alignment rule for CSS
5085 declarations (applies to css-mode and html-mode buffers).
5086
5087 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5090
5091 2005-03-07 Kim F. Storm <storm@cua.dk>
5092
5093 * simple.el (move-beginning-of-line): New command.
5094
5095 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5096
5097 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5098
5099 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5100 and move-beginning-of-line.
5101
5102 * apropos.el (apropos-print): Omit command from M-x ... RET.
5103
5104 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5107 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5108
5109 2005-03-06 Richard M. Stallman <rms@gnu.org>
5110
5111 * bindings.el (esc-map): Bind M-g to goto-line.
5112
5113 * facemenu.el (global-map): Bind M-o, not M-g.
5114
5115 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5116
5117 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5118 "Open Directory" as for "Open File".
5119
5120 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5121
5122 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5123 (push-mark-command): Run activate-mark-hook.
5124
5125 2005-03-06 Richard M. Stallman <rms@gnu.org>
5126
5127 * help-mode.el (help-mode-finish): Don't alter the element
5128 in view-return-to-alist if there already is one.
5129
5130 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5131 make sure the current buffer is the expected one.
5132
5133 * novice.el (disabled-command-function): Output in *Disabled Command*.
5134 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5135
5136 * textmodes/flyspell.el (flyspell-large-region):
5137 Pass args differently for aspell.
5138
5139 * files.el (mode-require-final-newline): Doc fix.
5140
5141 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5142
5143 * progmodes/which-func.el (which-function):
5144 Specify NOERROR when calling imenu--make-index-alist.
5145
5146 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * simple.el (normal-erase-is-backspace): Define default value.
5149
5150 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5151 (custom-reevaluate-setting): Simple function to handle
5152 variables that are defined before their default value can really
5153 be computed.
5154
5155 * startup.el (command-line): Use it for temporary-file-directory,
5156 small-emporary-file-directory, auto-save-file-name-transforms,
5157 blink-cursor-mode, and normal-erase-is-backspace.
5158
5159 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5160 progress, even with buggy anchored keywords.
5161
5162 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5163
5164 * simple.el (goto-line): Remove unbalanced final parenthesis.
5165
5166 2005-03-05 Richard M. Stallman <rms@gnu.org>
5167
5168 * simple.el (goto-line): Use a number at point as the default.
5169 With C-u as arg, switch buffers.
5170
5171 2005-03-05 Juri Linkov <juri@jurta.org>
5172
5173 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5174 with `no-blinking-cursor'.
5175
5176 * startup.el (no-blinking-cursor): New defvar.
5177 (command-line): Add `--no-blinking-cursor' to longopts.
5178 Set `no-blinking-cursor' to t for command line arguments
5179 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5180 with `no-blinking-cursor' in the condition for calling
5181 `blink-cursor-mode'.
5182
5183 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5184
5185 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5186 (menu-bar-options-save): Add blink-cursor-mode.
5187 (menu-bar-options-menu): Add blink-cursor-mode.
5188
5189 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5190
5191 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5192 (icalendar-export-file, icalendar-export-region)
5193 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5194 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5195
5196 2005-03-04 Lute Kamstra <lute@gnu.org>
5197
5198 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5199 (debug-function-list): Ditto.
5200
5201 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5202
5203 * textmodes/texinfmt.el (texinfo-append-refill):
5204 Redefine the types of line to which @refill
5205 is not appended by replacing a search for `@refill\\|@bye' with
5206 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5207 itemize@refill' bug and the unfilled long lines bug.
5208 (texinfmt-version): Update number and date.
5209
5210 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5211
5212 * international/code-pages.el (windows-1250, windows-125[2-8])
5213 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5214
5215 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5216
5217 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5218 bound yet.
5219
5220 2005-03-02 Romain Francoise <romain@orebokech.com>
5221
5222 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5223 buffer after removing limits.
5224 (ibuffer-pop-filter): Ditto.
5225 Update copyright.
5226
5227 2005-03-02 Miles Bader <miles@gnu.org>
5228
5229 * button.el (make-text-button): If the user doesn't specify a
5230 type, use the default. Rewrite to use `add-text-properties' and
5231 plist functions.
5232
5233 2005-03-01 Lute Kamstra <lute@gnu.org>
5234
5235 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5236 (debugger-jumping-flag): New var.
5237 (debug-entry-code): Use it.
5238 (debugger-jump): Use debugger-jumping-flag and add
5239 debugger-reenable to post-command-hook.
5240 (debugger-reenable): Use debugger-jumping-flag and remove itself
5241 from post-command-hook.
5242 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5243 debugger-reenable.
5244
5245 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5246
5247 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5248 inclusion of "itemize\\|", which may be unnecessary, is certainly
5249 inelegant, and stops refilling in itemize lists when formatting
5250 Japanese Texinfo files to Info.
5251 Update copyright to 2005.
5252
5253 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5254
5255 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5256 of an error if GDB can't find the source file.
5257
5258 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5259
5260 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5261 not just the calendar.
5262
5263 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5264 first.
5265 (diary-redraw-calendar): New function.
5266 (make-diary-entry): Add diary-redraw-calendar to local
5267 write-contents-functions. Turn off selective display before
5268 inserting in diary.
5269
5270 2005-03-01 Kim F. Storm <storm@cua.dk>
5271
5272 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5273
5274 2005-03-01 Lute Kamstra <lute@gnu.org>
5275
5276 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5277 that debug-entry-code can be safely removed from a function while
5278 this code is being evaluated. Revert the 2005-02-27 change as the
5279 new implementation no longer requires it. Make sure that a
5280 function body containing just a string is not mistaken for a docstring.
5281 (debug): Skip one more frame in case of debug on entry.
5282 (debugger-setup-buffer): Delete one more frame line in case of
5283 debug on entry.
5284 (debugger-frame-number): Update to use the new text introduced by
5285 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5286
5287 2005-02-28 Kim F. Storm <storm@cua.dk>
5288
5289 * double.el (double-translate-key): Call force-window-update after
5290 read-event to avoid crash in redisplay.
5291
5292 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5295 (debug): Use it. Move the inhibit-trace earlier.
5296 (debug-entry-code): New const.
5297 (debug-on-entry-1): Use it.
5298
5299 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * international/utf-16.el (ccl-encode-mule-utf-16le):
5302 Fix BUFFER_MAGNIFICATION to 2.
5303 (ccl-encode-mule-utf-16be): Likewise.
5304
5305 2005-02-28 Kenichi Handa <handa@m17n.org>
5306
5307 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5308 Fix BUFFER_MAGNIFICATION to 4.
5309 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5310
5311 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5312
5313 * speedbar.el (speedbar-update-flag): Doc fix.
5314 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5315 argument.
5316
5317 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5318
5319 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5320 have a non-nil `invisible' property but are actually visible.
5321
5322 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5323 for perldoc sections.
5324 (perl-outline-regexp, perl-outline-level): New var and function.
5325 (perl-mode): Use them.
5326
5327 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5328
5329 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5330 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5331
5332 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5333
5334 * cus-edit.el: Comment change.
5335 (custom-buffer-create-internal): Slightly reword text at top of
5336 Custom buffers. Mention there that saving an option edits the
5337 init file. Add link to Emacs manual node on `custom-file'.
5338 (custom-magic-alist): Rewrite individual State messages to use
5339 capitalized keywords. Doc fix.
5340
5341 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5342
5343 * calendar/calendar.el (calendar-buffer): Move above
5344 calendar-week-start-day.
5345 (calendar-week-start-day): Doc fix. Add :set function.
5346 (calendar-minimum-window-height): New variable.
5347 (generate-calendar-window): Only resize window if selected-window
5348 is displaying the calendar buffer. Use new variable
5349 calendar-minimum-window-height.
5350 (generate-calendar): Reword error message.
5351 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5352
5353 2005-02-27 Andreas Schwab <schwab@suse.de>
5354
5355 * vc.el (vc-do-command): Don't run command asynchronously when
5356 operating in a remote directory.
5357
5358 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5359 change from sync with Tramp 2.0.47.
5360
5361 2005-02-27 Richard M. Stallman <rms@gnu.org>
5362
5363 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5364
5365 * textmodes/flyspell.el (flyspell-mode-on):
5366 Call ispell-change-dictionary only if necessary.
5367
5368 * emacs-lisp/re-builder.el (regexp-builder): New function.
5369
5370 * register.el (describe-register-1): Explicitly handle
5371 yank-excluded-properties = t.
5372
5373 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5374 (custom-magic-alist): Change the status descriptions again.
5375 (face widget-type): Total rewrite based on `restricted-sexp'
5376 to eliminate the confusing double hiding levels.
5377
5378 * emacs-lisp/debug.el (debug-on-entry-1):
5379 If function body is empty, add nil as body form.
5380
5381 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * emacs-lisp/trace.el (inhibit-trace): New var.
5384 (trace-make-advice): Use it.
5385
5386 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5387
5388 2005-02-26 Kim F. Storm <storm@cua.dk>
5389
5390 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5391 (mouse-on-link-p, mouse-drag-region-1): Use it.
5392
5393 2005-02-25 Lute Kamstra <lute@gnu.org>
5394
5395 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5396
5397 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5398
5399 * frame.el (blink-cursor-mode): Add :group keyword.
5400
5401 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5402
5403 * calendar/icalendar.el (icalendar--decode-isodatetime):
5404 New optional argument DAY-SHIFT.
5405 (icalendar-export-region): Fix coding-system-for-write.
5406 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5407 events by one.
5408
5409 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5412
5413 2005-02-24 Kim F. Storm <storm@cua.dk>
5414
5415 * international/iso-acc.el (iso-accents-compose): Fix crash
5416 during redisplay. Call force-window-update after read-event
5417 and delete-region to signal that window is not accurate.
5418
5419 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5422 Remove unused and inexistent var `inhibit-trace'.
5423 (debugger-mode): Use run-mode-hooks.
5424 (debugger-list-functions): Add buttons; setup xref stack.
5425
5426 2005-02-23 Richard M. Stallman <rms@gnu.org>
5427
5428 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5429 appointment says it was explicitly made.
5430 (appt-add): Set the 3rd element.
5431 (appt-make-list): Preserve explicit appointments.
5432
5433 * subr.el (find-tag-default): Catch errors in forward-sexp.
5434
5435 2005-02-23 Juri Linkov <juri@jurta.org>
5436
5437 * info.el (Info-isearch-search): New defcustom.
5438 (Info-isearch-search): Call the default isearch function
5439 when Info-isearch-search is nil.
5440 (Info-isearch-wrap): Use variable Info-isearch-search.
5441
5442 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5443
5444 * cus-edit.el: Comment change.
5445
5446 2005-02-22 Kim F. Storm <storm@cua.dk>
5447
5448 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5449 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5450
5451 2005-02-22 Simon Josefsson <jas@extundo.com>
5452
5453 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5454 New variable.
5455 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5456 Oskarsson" <myrkraverk@users.sourceforget.net>.
5457
5458 2005-02-22 Kim F. Storm <storm@cua.dk>
5459
5460 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5461 check that window of that event is the selected window.
5462 (mouse-drag-region-1): Compare mouse event window to selected
5463 window before setting point.
5464
5465 * tooltip.el (tooltip-show-help-function): Pass event to
5466 mouse-on-link-p so it can check selected window.
5467
5468 2005-02-22 Kenichi Handa <handa@m17n.org>
5469
5470 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5471 (ps-mule-show-warning): New function.
5472 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5473 characters are found.
5474
5475 * ps-print.el (ps-header-footer-string): Return a list of header
5476 and footer strings.
5477
5478 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5479
5480 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5481
5482 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * frame.el (blink-cursor-mode): Use define-minor-mode.
5485
5486 * term/mac-win.el (function-key-map): Use char-names more consistently.
5487 (file-name-coding-system): Only set it for MacOS-9. The other case is
5488 already handled in mule-cmds.el (where it also works when mac-win.el
5489 is not used).
5490
5491 2005-02-21 Kenichi Handa <handa@m17n.org>
5492
5493 * international/mule.el (ctext-pre-write-conversion): Always use
5494 " *code-converting-work*" buffer for work.
5495
5496 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5497
5498 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5499
5500 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5501
5502 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5503
5504 * ses.el (undo-more): Restore defadvice, but only the part that
5505 allows changes outside the restricted area of the buffer.
5506
5507 2005-02-20 Kim F. Storm <storm@cua.dk>
5508
5509 * simple.el (line-move): Add fourth optional arg try-vscroll which
5510 must be set to perform auto-window-vscroll.
5511 When moving backwards and doing auto-window-vscroll, automatically
5512 vscroll to the last part of lines which are taller than the window.
5513 (next-line, previous-line): Set try-vscroll arg on line-move.
5514
5515 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5516
5517 * replace.el (query-replace, query-replace-regexp)
5518 (replace-string, replace-regexp): When operating on region, make
5519 the minibuffer prompt say so.
5520
5521 * isearch.el (isearch-forward): Document isearch-query-replace and
5522 isearch-query-replace-regexp keybindings.
5523
5524 2005-02-19 Jay Belanger <belanger@truman.edu>
5525
5526 * calc/calc-aent.el (math-read-token): Add local variable.
5527
5528 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5529 (calc-edit-top): Move declaration to earlier in file.
5530 (calc-edit-macro-repeats): Add local variables.
5531
5532 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5533 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5534 calcFunc-tanh.
5535 Adjust integration rule for calcFunc-tan.
5536
5537 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5538
5539 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5540 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5541 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5542 (viper-skip-separators): Bug fix.
5543 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5544 particular major mode.
5545 (viper-del-backward-char-in-replace): Don't put deleted char on the
5546 kill ring.
5547
5548 * viper-ex.el (viper-color-display-p): New function.
5549 (viper-has-face-support-p): Use viper-color-display-p.
5550
5551 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5552
5553 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5554
5555 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5556 (viper-file-remote-p): Make equivalent to file-remote-p.
5557
5558 * viper.el (viper-major-mode-modifier-list):
5559 Use viper-gnus-modifier-map.
5560
5561 2005-02-19 David Kastrup <dak@gnu.org>
5562
5563 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5564 quoting.
5565
5566 2005-02-19 Jay Belanger <belanger@truman.edu>
5567
5568 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5569 Remove extra definitions.
5570 (calc-coth): New function.
5571 (calcFunc-cot): Fix `let'.
5572
5573 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5574
5575 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5576 the reasons we use "type pc" in these faces.
5577
5578 * button.el (button): Ditto.
5579
5580 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5581
5582 * replace.el (query-replace-read-from): Set the value of
5583 query-replace-from-history-variable to handle the case of an empty
5584 string entered to accept the suggested default.
5585
5586 * net/tramp.el (tramp-file-name-for-operation):
5587 Use dired-call-process instead of dired-call-process-command.
5588
5589 2005-02-19 Jay Belanger <belanger@truman.edu>
5590
5591 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5592 (math-div-non-trig): New variables.
5593 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5594 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5595 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5596 trig expressions.
5597
5598 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5599
5600 * progmodes/gdb-ui.el (gdb-var-update-handler)
5601 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5602 for watch expressions,
5603 (gdb-var-create-handler): Don't set speedbar-update-flag.
5604 (gdb-post-prompt): Simplify test for speedbar.
5605
5606 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5607
5608 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5609 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5610 we use the syntax table of the correct buffer.
5611 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5612 Felix Gatzemeier.
5613
5614 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5615 (ediff-file-remote-p): Make synonymous with file-remote-p.
5616 In all deffaces ediff-*-face-*, use min-colors.
5617
5618 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5619 ediff-recurse-to-subdirectories.
5620 (ediff-mark-if-equal): Check that the arguments are strings, use
5621 ediff-same-contents (after to Felix Gatzemeier).
5622
5623 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5624 nil.
5625
5626 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5629
5630 2005-02-18 David Kastrup <dak@gnu.org>
5631
5632 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5633 use `mark-active' when defined.
5634
5635 2005-02-18 Kenichi Handa <handa@m17n.org>
5636
5637 * ps-print.el (ps-font-info-database): New entry
5638 ZapfChancery-MediumItalic with correct font name. Fix font name
5639 of the entry Zapf-Chancery-MediumItalic.
5640
5641 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5644
5645 2005-02-16 Kim F. Storm <storm@cua.dk>
5646
5647 * ido.el (ido-fallback-command): Pass user input to fallback command.
5648
5649 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5650
5651 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5652 (gdb-find-file-hook): Add server prefix.
5653
5654 2005-02-16 Richard M. Stallman <rms@gnu.org>
5655
5656 * replace.el (perform-replace): Pass new args to replace-highlight.
5657 (replace-highlight): Take region args,
5658 and pass them to isearch-lazy-highlight-new-loop.
5659
5660 * novice.el (disabled-command-hook): Autoload the defalias
5661 and the make-obsolete-variable call.
5662
5663 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5664
5665 * isearch.el (isearch-lazy-highlight-start-limit)
5666 (isearch-lazy-highlight-end-limit): New variables limit
5667 the region for highlighting.
5668 (isearch-lazy-highlight-new-loop): New args BEG and END.
5669 (isearch-lazy-highlight-search): Use the new vars.
5670 (isearch-lazy-highlight-update): Likewise.
5671
5672 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5673
5674 * cus-start.el (all): Use default-boundp.
5675
5676 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5677
5678 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5679
5680 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5681
5682 * autorevert.el (auto-revert-stop-on-user-input)
5683 (auto-revert-verbose): Doc fixes.
5684
5685 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5686
5687 * international/mule-cmds.el (set-locale-environment): Remove call
5688 to set-selection-coding-system on Windows.
5689
5690 2005-02-15 Jay Belanger <belanger@truman.edu>
5691
5692 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5693 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5694 calcFunc-coth.
5695 (math-simplify-sqrt): Add simplifications.
5696
5697 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5698 to list.
5699
5700 * calc/calc-ext.el: Add functions to autoloads.
5701
5702 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5703 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5704 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5705 (math-csc-raw, math-cot-raw): New functions.
5706
5707 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5708
5709 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5710 the variable name in a message.
5711
5712 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5713 calcFunc-csc, calcFunc-cot.
5714
5715 * calc/calcalg2.el: Add derivative and integration rules for
5716 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5717 calcFunc-csch, calcFunc-coth.
5718 (math-do-integral-methods): Add to checks for when to use
5719 substitutions.
5720
5721 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5722
5723 2005-02-15 Lute Kamstra <lute@gnu.org>
5724
5725 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5726 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5727 <monnier@iro.umontreal.ca>
5728 (lisp-outline-level): Improve efficiency. Suggested by David
5729 Kastrup <dak@gnu.org>.
5730
5731 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5732
5733 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5734 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5735 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5736 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5737 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5738
5739 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5740
5741 * cus-start.el (all): Comment change.
5742
5743 2005-02-14 Lute Kamstra <lute@gnu.org>
5744
5745 * cus-start.el (all): Check if symbol is void.
5746
5747 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5748
5749 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5750 optional argument to \cite.
5751
5752 2005-02-14 Richard M. Stallman <rms@gnu.org>
5753
5754 * cus-edit.el (custom-buffer-create-internal): Update help message.
5755 (custom-magic-alist): Update help messages.
5756
5757 * cus-start.el (all): Allow a var to specify a standard value.
5758
5759 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * custom.el (custom-theme-set-variables): Handle variable aliases.
5762
5763 * frame.el (blink-cursor-timer): Doc fix.
5764 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5765 declare obsolete.
5766 (blink-cursor-mode): Define with defcustom and use correct
5767 standard expression in that defcustom.
5768 * startup.el (command-line): Adapt to above changes in frame.el.
5769
5770 2005-02-11 Lute Kamstra <lute@gnu.org>
5771
5772 * apropos.el (apropos-score-doc): Prevent division by zero.
5773
5774 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5775
5776 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5777 (icalendar--get-event-property-attributes)
5778 (icalendar--get-event-properties)
5779 (icalendar--datetime-to-diary-date): New functions.
5780 (icalendar--split-value): Doc fix.
5781 (icalendar--datetime-to-noneuropean-date)
5782 (icalendar--datetime-to-european-date): New optional argument
5783 SEPARATOR. Return result as a string instead of a list.
5784 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5785 (icalendar--convert-string-for-export): Rename arg S to STRING.
5786 (icalendar-export-region): Doc fix. Change name of error buffer.
5787 Save output buffer.
5788 (icalendar-import-file): Add blank at end of prompt.
5789 (icalendar-import-buffer): Doc fix. Do not switch to error
5790 buffer. Indicate status in return value.
5791 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5792 buffer. Save output buffer. Handle exception from recurrence
5793 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5794 events. Fix problems with weekly all-day events.
5795
5796 2005-02-10 Richard M. Stallman <rms@gnu.org>
5797
5798 * simple.el (eval-expression-print-format):
5799 Avoid warning about edebug-active.
5800
5801 * help.el (help-for-help-internal): Rename from help-for-help.
5802 (help-for-help): Define with defalias.
5803
5804 * font-core.el (font-lock-default-function): Use with-no-warnings.
5805
5806 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5807
5808 * custom.el (defface): Doc fix.
5809
5810 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5811
5812 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5813 width 0" to prevent word wrapping problems.
5814
5815 2005-02-09 Kim F. Storm <storm@cua.dk>
5816
5817 * ido.el (ido-file-extensions-order): New defcustom.
5818 (ido-file-extension-lessp, ido-file-extension-aux)
5819 (ido-file-extension-order): New advanced file ordering.
5820 (ido-file-lessp): New simple file ordering.
5821 (ido-sort-list): Remove.
5822 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5823 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5824
5825 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5826
5827 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5828 that some versions of grep produce.
5829 (grep-mode-font-lock-keywords): Likewise.
5830
5831 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5832
5833 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5834 (gdb-cdir): Delete.
5835 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5836 (gdb-source-info): Treat case when source file is in another
5837 directory properly.
5838 (gdb-get-location): New function.
5839
5840 2005-02-07 Jay Belanger <belanger@truman.edu>
5841
5842 * calc/calc-prog.el (calc-write-parse-table-part)
5843 (calc-fix-token-name): Fix a check for language type.
5844
5845 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5846
5847 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5848
5849 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5850 as directory not writable.
5851
5852 2005-02-07 Kim F. Storm <storm@cua.dk>
5853
5854 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5855 (cua--standard-movement-commands): Remove list.
5856 Instead, set CUA property value to move for movement commands.
5857 (cua-movement-commands): Remove. Users must set CUA prop instead.
5858 (cua--pre-command-handler): Check CUA property.
5859 (cua--init-keymaps): Don't remap undo commands.
5860 (cua-mode): Don't call cua--rectangle-on-off.
5861
5862 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5863 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5864 (cua--rect-undo-set-point): New var.
5865 (cua--rectangle-undo-boundary): Setup undo apply entry.
5866 (cua--rect-undo-handler): New function for rectangle undo.
5867 (cua--rect-start-position, cua--rect-end-position): Add.
5868 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5869 for restored rectangle. Set point if cua--rect-undo-set-point.
5870
5871 2005-02-06 Jay Belanger <belanger@truman.edu>
5872
5873 * calc/calc-lang.el (calc-tex-language): Display more information
5874 in messages.
5875
5876 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5877 in TeX mode.
5878
5879 2005-02-06 Richard M. Stallman <rms@gnu.org>
5880
5881 * emacs-lisp/lisp.el (buffer-end): Doc fix.
5882
5883 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5884
5885 * net/ldap.el (ldap-search-internal): Support attributes with
5886 optional descriptions separated by a semi-colon, as in
5887 "userCertificate;binary".
5888
5889 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5890
5891 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5892 isn't a cons (i.e. the version is 0).
5893
5894 2005-02-05 Eli Zaretskii <eliz@gnu.org>
5895
5896 * help.el (help-for-help): Doc fix.
5897
5898 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
5899
5900 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
5901 GDB-Windows on the menu-bar as this works better.
5902
5903 2005-02-04 Jay Belanger <belanger@truman.edu>
5904
5905 * calc/calc-embed.el (calc-embedded-update): Don't put in
5906 unnecessary newlines. Adjust the end of formula marker.
5907
5908 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5909 (math-latex-parse-two-args): New function.
5910
5911 2005-02-03 Lute Kamstra <lute@gnu.org>
5912
5913 * help-fns.el (help-with-tutorial): Make sure that users cannot
5914 remove the entire text of the tutorial by means of `undo'.
5915
5916 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5919 in recent changes, where the ispell process was repeatedly
5920 killed & restarted.
5921
5922 * international/mule-cmds.el (set-locale-environment): Set file-name
5923 coding system to utf-8 on Darwin systems.
5924 (set-default-coding-systems): Don't set default-file-name-coding-system
5925 on Darwin systems.
5926
5927 2005-02-03 Richard M. Stallman <rms@gnu.org>
5928
5929 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5930
5931 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
5932
5933 * faces.el (list-faces-display): Add optional argument.
5934
5935 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * font-core.el (font-lock-default-function): Handle the rare case where
5938 only font-lock-keywords is set.
5939
5940 2005-02-02 Kenichi Handa <handa@m17n.org>
5941
5942 * international/characters.el: Cancel previous change for
5943 I-WITH-DOT-ABOVE and DOTLESS-i.
5944
5945 * international/latin-5.el: Cancel previous change.
5946
5947 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5948
5949 * progmodes/gud.el: Correction to syntax in gud-menu-map.
5950
5951 2005-02-02 Kenichi Handa <handa@m17n.org>
5952
5953 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5954 DOTLESS-i.
5955
5956 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5957 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5958
5959 * case-table.el (get-upcase-table): New function.
5960 (copy-case-table): Copy upcaes table too if non-nil.
5961 (set-case-syntax-delims): Maintain upcase table too.
5962 (set-case-syntax-pair): Likewise.
5963 (set-upcase-syntax, set-downcase-syntax): New functions.
5964 (set-case-syntax): Maintain upcase table too.
5965
5966 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
5967
5968 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5969
5970 * progmodes/gud.el (gud-goto-info): New function.
5971 (gud-tool-bar-map): Use correct icon.
5972
5973 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5974
5975 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5976 When delegating, order args in the funcall correctly.
5977
5978 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
5979
5980 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5981
5982 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
5983
5984 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5985 buffer not visiting a file.
5986
5987 2005-01-31 Jay Belanger <belanger@truman.edu>
5988
5989 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5990 bound on the line with the formula.
5991
5992 2005-01-31 Kim F. Storm <storm@cua.dk>
5993
5994 * ses.el (ses-create-cell-variable-range)
5995 (ses-destroy-cell-variable-range, ses-reset-header-string)
5996 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5997 (ses-insert-row): Fix format of apply undo entries.
5998
5999 2005-01-31 Jay Belanger <belanger@truman.edu>
6000
6001 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6002 parts.
6003
6004 * calc/calc-embed.el (calc-embedded-open-formula)
6005 (calc-embedded-close-formula): Ignore matrix environments.
6006
6007 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6008 TeX mode.
6009
6010 * calc/calc-lang.el (math-function-table, math-oper-table)
6011 (math-variable-table): Adjust the LaTeX portions.
6012
6013 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6014 (math-latex-ignore-words): New constant.
6015
6016 2005-01-31 Richard M. Stallman <rms@gnu.org>
6017
6018 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6019 (ispell-local-dictionary): Doc fix.
6020 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6021 Don't reinitialize at run time. Don't defcustom.
6022 All uses changed to append ispell-local-dictionary-alist,
6023 or check it first.
6024 (ispell-current-dictionary): New variable for dictionary in use.
6025 (ispell-dictionary): Now used only for global default.
6026 (ispell-start-process): Set ispell-current-dictionary,
6027 not ispell-dictionary.
6028 (ispell-change-dictionary): Use this only for setting
6029 user preferences.
6030 (ispell-internal-change-dictionary): New function
6031 to change the current dictionary in use.
6032 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6033 Use ispell-current-dictionary.
6034 Handle ispell-local-dictionary-overridden.
6035 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6036
6037 2005-01-31 Jay Belanger <belanger@truman.edu>
6038
6039 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6040
6041 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6042 (calc-mode-map): Add calc-latex-language.
6043
6044 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6045 (math-latex-print-frac): New functions.
6046 (math-oper-table, math-function-table, math-variable-table)
6047 (math-complex-format, math-input-filter): Add latex properties.
6048 (calc-set-language): Set math-expr-special-function-mapping.
6049
6050 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6051 (calc-write-parse-table-part): Add LaTeX support.
6052
6053 * calc/calc.el (calc-language): Adjust docstring.
6054 (calc-set-mode-line): Add LaTeX support.
6055 (math-expr-special-function-mapping): New variable.
6056 (math-tex-ignore-words): Add to list.
6057
6058 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6059 Add LaTeX support.
6060 (math-compose-expr): Add support for special functions.
6061
6062 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6063
6064 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * progmodes/gdb-ui.el (gdb-memory-address)
6067 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6068 (gdb-memory-mode-map, gdb-memory-format-keymap)
6069 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6070 (gdb-memory-unit-menu): New variables for a buffer
6071 that lets the user examine program memory.
6072 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6073 (gdb-memory-format-binary, gdb-memory-format-octal)
6074 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6075 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6076 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6077 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6078 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6079 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6080 (gdb-memory-mode, gdb-memory-buffer-name)
6081 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6082 New functions for above buffer.
6083
6084 2005-01-30 Richard M. Stallman <rms@gnu.org>
6085
6086 * cus-edit.el (custom-bury-buffer): Function deleted.
6087 (custom-buffer-done-function): Option deleted.
6088 (custom-buffer-done-kill): New (replacement option.
6089 (Custom-buffer-done): Call quit-window.
6090 (custom-buffer-create-internal): Update for above changes.
6091
6092 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6093
6094 * simple.el (undo-ask-before-discard): New var.
6095 (undo-outer-limit-truncate): Implement it.
6096 (undo-extra-outer-limit): Doc update.
6097
6098 2005-01-29 Richard M. Stallman <rms@gnu.org>
6099
6100 * ses.el (undo-more): Delete defadvice.
6101 (ses-begin-change): Doc fix.
6102
6103 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6104 instead of rebinding C-x u and C-_.
6105
6106 * files.el (normal-backup-enable-predicate): Return nil for files
6107 in /tmp, regardless of temporary-file-directory.
6108
6109 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6110
6111 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6112 (open-rectangle, delete-whitespace-rectangle-line)
6113 (clear-rectangle-line): If FILL, pass t instead of FILL
6114 for move-to-column's 2nd arg.
6115
6116 * simple.el (undo): Fix the test for continuing a series of undos.
6117 (undo-more): Set pending-undo-list to t when we reach end.
6118 (pending-undo-list): Move up defvar.
6119
6120 * wid-edit.el (widget-button-click):
6121 Shorten the range of the track-mouse binding.
6122
6123 * comint.el (comint-insert-input): Undo previous changes;
6124 use last-input-event in interactive spec.
6125
6126 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6127
6128 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6129 to nil before invoking call-process. Reset buffer's modified flag
6130 after fontifying it in the no-async branch.
6131
6132 * wid-edit.el (widget-specify-button): If mouse pointer shape
6133 cannot be changed, use mouse face instead.
6134
6135 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6136
6137 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6138 (gdb-goto-breakpoint): Make breakpoint handling work on template
6139 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6140 (gdb-assembler-custom): Update to recognise breakpoint information
6141 added on 2005-01-19.
6142
6143 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6146 (dsssl-mode): Use define-derived-mode.
6147 (scheme-mode-initialize): Remove.
6148 (scheme-mode): Use run-mode-hooks.
6149
6150 * cus-edit.el (customize-group-other-window)
6151 (custom-buffer-create-other-window): Don't override special-display-*.
6152 (custom-mode-map): Make it dense.
6153
6154 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6155 sets the default value.
6156
6157 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6158
6159 * descr-text.el: Add more keywords.
6160
6161 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * speedbar.el: Avoid unnecessary use of locate-library.
6164
6165 * international/mule-cmds.el (standard-display-european-internal):
6166 Don't fiddle with latin-1 non-break space any more since it's now
6167 special cased in the C code.
6168 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6169
6170 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6171
6172 * cus-start.el (all): Add `undo-outer-limit'.
6173
6174 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6175
6176 * textmodes/bibtex.el (bibtex-format-entry):
6177 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6178 field lines.
6179 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6180 not on part of a buffer.
6181
6182 2005-01-25 Lute Kamstra <lute@gnu.org>
6183
6184 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6185 nonempty field text strings like "{letters\\macro{}more letters}".
6186 Clarify docstring.
6187 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6188 (bibtex-entry-offset, bibtex-parse-association)
6189 (bibtex-parse-field-name): Fix typos in docstrings.
6190 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6191
6192 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6193
6194 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6195 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6196 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6197 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6198
6199 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6200 isearch minor mode.
6201
6202 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6203
6204 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6205
6206 2005-01-24 Lute Kamstra <lute@gnu.org>
6207
6208 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6209 CASECHARS and NOT-CASECHARS regular expressions of the
6210 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6211 striding over charsets" error.
6212
6213 2005-01-24 Jay Belanger <belanger@truman.edu>
6214
6215 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6216 display variable name.
6217
6218 2005-01-24 Kenichi Handa <handa@m17n.org>
6219
6220 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6221 Fix setting of the element of encoded-kbd-iso2022-invocations.
6222
6223 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6224
6225 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6226 (gdb-threads-select): Change to also accept mouse events.
6227 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6228 (gdb-threads-mouse-select): Delete.
6229
6230 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6231
6232 * files.el (insert-directory): Take care of empty directory,
6233 listed without -a switch.
6234
6235 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * textmodes/refill.el (refill-post-command-function):
6238 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6239 to the list of functions that we should be careful not to undo.
6240 (refill-late-fill-paragraph-function): Remove.
6241 (refill-saved-state): New var.
6242 (refill-mode): Use it to save fill-paragraph-function.
6243 Save also the value of auto-fill-function.
6244
6245 * term/w32-win.el: Simplify code.
6246
6247 2005-01-23 Kim F. Storm <storm@cua.dk>
6248
6249 * simple.el (line-move): Adapt to new return value from
6250 pos-visible-in-window-p.
6251
6252 * simple.el (line-move): Fix last change. Check partial
6253 visibility at point rather than at window-start.
6254
6255 2005-01-22 Jason Rumney <jasonr@gnu.org>
6256
6257 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6258
6259 2005-01-22 David Kastrup <dak@gnu.org>
6260
6261 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6262
6263 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6264
6265 * type-break.el (type-break-mode): Add a test for
6266 type-break-file-name being non-nil.
6267
6268 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6269
6270 * net/eudc.el (top level): Call (message "") via progn, so that
6271 eudc-options-file is loaded.
6272
6273 2005-01-22 Kim F. Storm <storm@cua.dk>
6274
6275 * simple.el (line-move-1): Rename from line-move.
6276 (line-move): New function that adjusts vscroll for partially
6277 visible rows, and calls line-move-1 otherwise.
6278
6279 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6280
6281 * pcomplete.el: define pcomplete-read-event instead of read-event,
6282 since it's not a complete read-event implementation
6283
6284 2005-01-20 Jay Belanger <belanger@truman.edu>
6285
6286 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6287 for called function.
6288
6289 2005-01-20 Steven Tamm <steventamm@mac.com>
6290
6291 * term/mac-win.el (process-connection-type): Remove.
6292 Controlled now by s/darwin.h:PTY_ITERATION.
6293
6294 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * window.el (handle-select-window): Don't switch window when we're
6297 in the minibuffer.
6298
6299 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6300
6301 * subr.el (dotimes-with-progress-reporter): New macro.
6302
6303 * ses.el (ses-dotimes-msg): Remove macro.
6304 Use `dotimes-with-progress-reporter' instead.
6305
6306 2005-01-19 Steven Tamm <steventamm@mac.com>
6307
6308 * term/mac-win.el (process-connection-type): Use new
6309 operating-system-release variable to use ptys on Darwin 7 (OSX
6310 10.3) when using carbon build.
6311
6312 2005-01-19 Jay Belanger <belanger@truman.edu>
6313
6314 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6315 flags if the last command was a tab or M-tab.
6316
6317 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6318 in formula editing buffer.
6319
6320 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6321
6322 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6323 breakpoint image symbol in margin.
6324
6325 2005-01-19 Jay Belanger <belanger@truman.edu>
6326
6327 * calc/calc-prog.el (calc-execute-kbd-macro):
6328 Ignore calc-keep-arg-flag.
6329
6330 2005-01-19 Kenichi Handa <handa@m17n.org>
6331
6332 * textmodes/ispell.el (ispell-looking-at): New function.
6333 (ispell-process-line): Use ispell-looking-at to compare the ispell
6334 output and the buffer contents.
6335
6336 2005-01-18 Jay Belanger <belanger@truman.edu>
6337
6338 * calc/calc.el (calc-display-raw): Fix docstring.
6339
6340 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * simple.el (blink-matching-open): Strip extra info from syntax.
6343
6344 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6345 funny chars in the end-of-here-doc marker.
6346
6347 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6348
6349 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6350 that enable/disabled state of breakpoints is shown correctly in
6351 fringe and on ttys.
6352 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6353 Add breakpoint information as text properties.
6354 (gdb-mouse-toggle-breakpoint):
6355 Rename to gdb-mouse-set-clear-breakpoint.
6356 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6357 breakpoints in the margin.
6358 (gdb-remove-strings): Simplify.
6359
6360 2005-01-17 Jay Belanger <belanger@truman.edu>
6361
6362 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6363 erasing buffer.
6364
6365 2005-01-17 Richard M. Stallman <rms@gnu.org>
6366
6367 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6368 for calling grep-compute-defaults.
6369
6370 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6371 if buffer is empty.
6372
6373 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6374
6375 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6378
6379 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6380 non-preloaded variables.
6381
6382 2005-01-17 Steven Tamm <steventamm@mac.com>
6383
6384 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6385 tex-shell cause to force interactivity when using pipes.
6386
6387 2005-01-17 Kim F. Storm <storm@cua.dk>
6388
6389 * simple.el (just-one-space): Make arg optional.
6390
6391 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6392
6393 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6394 posn-at-x-y to t to access left-margin.
6395
6396 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6397
6398 Sync with Tramp 2.0.47.
6399
6400 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6401 catching keep-date problems in cp/scp operations.
6402 (tramp-handle-copy-file): Don't call `set-file-modes'
6403 unconditionally. Specialized functions should know better what is
6404 necessary. This improves performance a little bit, and the
6405 functions could catch errors with `cp -p' and `scp -p'.
6406 (tramp-do-copy-or-rename-file-via-buffer)
6407 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6408 when appropriate.
6409 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6410 Call `set-file-modes' when appropriate.
6411 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6412 Johnsson <isak@hypergene.com>
6413 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6414 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6415 <joakim@verona.se>
6416 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6417 Emacs only.
6418
6419 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6420 `find-file-hooks' and `dired-mode-hook'.
6421 (tramp-minor-mode-map): Respective map. Add remapping for
6422 `compile' and `recompile'.
6423 (tramp-remap-command, tramp-recompile): New defuns.
6424 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6425 in buffer "*Compilation*". Call the commands asynchronously.
6426
6427 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6428 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6429 `shell-command', because it isn't magic in XEmacs. Reported by
6430 Adrian Aichner <adrian@xemacs.org>.
6431
6432 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6433 `substitute-in-file-name.
6434 (tramp-smb-handle-substitute-in-file-name): New defun.
6435 (tramp-smb-advice-PC-do-completion): Delete advice.
6436
6437 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6438
6439 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6440 Fix error in deleting region.
6441
6442 2005-01-15 Richard M. Stallman <rms@gnu.org>
6443
6444 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6445 In non-temp buffer, switch syntax table temporarily.
6446
6447 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6448
6449 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6450
6451 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6452
6453 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6454 (imenu--generic-function): Use START, not BEG, as pos of definition.
6455
6456 * simple.el (just-one-space): Argument specifies number of spaces.
6457
6458 * simple.el (eval-expression-print-format): Avoid warning
6459 about edebug-active.
6460
6461 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6462
6463 * progmodes/sh-script.el: Code copied from make-mode.el
6464 with small changes,
6465 (sh-mode-map): Bind C-c C-\.
6466 (sh-backslash-column, sh-backslash-align): New variables.
6467 (sh-backslash-region, sh-append-backslash): New functions.
6468
6469 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6470
6471 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6472 (rmail-pop-password, rmail-pop-password-required): Move to
6473 rmail-obsolete group.
6474 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6475 All callers updated.
6476 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6477 Take an argument specifying whether it is POP or IMAP mailbox we
6478 are using. All callers updated.
6479 (rmail-pop-password-error): Rename to
6480 rmail-remote-password-error. Added mailutils-specific error message.
6481 (rmail-movemail-search-path)
6482 (rmail-movemail-variant-in-use): New variables.
6483 (rmail-remote-password, rmail-remote-password-required):
6484 New customization variables.
6485 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6486 (rmail-parse-url): New function.
6487 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6488 with GNU mailutils movemail.
6489
6490 2005-01-15 Kevin Ryde <user42@zip.com.au>
6491
6492 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6493 suffix to space, $ or '$, to correctly position point when going
6494 to @table style constants like DBL_MAX.
6495
6496 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6497
6498 * type-break.el (type-break-mode, type-break-file-time)
6499 (type-break-file-keystroke-count, type-break-choose-file):
6500 Don't store data in or load data from the file if type-break-file-name
6501 is nil.
6502 (type-break-file-name): Doc update as per the above.
6503
6504 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6505
6506 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6507 lookup-key might return nil; handle that.
6508
6509 2005-01-15 Alan Mackenzie <acm@muc.de>
6510
6511 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6512 rather than the element found, thus enabling the tree to be setcar'd.
6513
6514 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6515
6516 * textmodes/org.el (org-show-following-heading): New option.
6517 (org-show-hierarchy-above): Use `org-show-following-heading'.
6518 (org-cycle): Documentation fix.
6519
6520 * textmodes/org.el (orgtbl-optimized): New option
6521 (orgtbl-mode): New command, a minor mode.
6522 (orgtbl-mode-map): New variable.
6523 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6524 (orgtbl-error, orgtbl-self-insert-command)
6525 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6526
6527 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6528 a local variable in each org-mode buffer.
6529
6530 * textmodes/org.el (org-set-regexps-and-options): Rename from
6531 `org-set-regexps'. Added checking for STARTUP keyword.
6532 (org-get-current-options): Add STARTUP options.
6533 (org-table-insert-row): Mode mode intelligent about when
6534 realignment is needed.
6535 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6536 New commands.
6537 (org-enable-table-editor): New default value `optimized'.
6538 (org-table-blank-field): Support blanking regions if active.
6539
6540 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6541
6542 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6543 if the year is not given.
6544
6545 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6546 Add new escapes %m and %M, fixed bug with %F by adding
6547 save-match-data.
6548 (reftex-reference): Remove ?. from list of spaces.
6549 (reftex-label-info): Add automatic label prefix recognition.
6550
6551 * textmodes/reftex-index.el (reftex-index-next-phrase):
6552 Add slave parameter to call of `reftex-index-this-phrase'.
6553 (reftex-index-this-phrase): New optional argument.
6554 (reftex-index-region-phrases): Add slave parameter to call of
6555 `reftex-index-this-phrase'.
6556 (reftex-display-index): New argument redo.
6557 (reftex-index-rescan): Add 'redo to arguments of
6558 `reftex-display-index'.
6559 (reftex-index-Rescan, reftex-index-revert)
6560 (reftex-index-switch-index-tag): Add 'redo to arguments of
6561 `reftex-display-index'.
6562 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6563 indexing. Fix bug with matching is there is a quote before or
6564 after the word.
6565
6566 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6567 Fix bug when collecting citation keys in lines with comments.
6568 (reftex-citation): Prefix argument no longer rescans the document,
6569 but forces prompting for optional arguments of cite macros.
6570 (reftex-do-citation): Prompting for optional arguments implemented.
6571
6572 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6573 Add optional arguments to most cite commands.
6574 (reftex-cite-cleanup-optional-args): New option
6575 (reftex-cite-prompt-optional-args): New option.
6576 (reftex-trust-label-prefix): New option.
6577
6578 * textmodes/reftex-toc.el (reftex-toc-find-section):
6579 Add push-mark before changing the position in the buffer.
6580
6581 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6582 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6583
6584 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6585
6586 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6587 more carefully.
6588
6589 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6592 (sgml-mode): Use it.
6593 (sgml-get-context): Better keep track of implicitly closed tags.
6594
6595 2005-01-13 Kenichi Handa <handa@m17n.org>
6596
6597 * textmodes/ispell.el: These changes are to fix misalignment error
6598 caused by equivalent characters of different Emacs charsets.
6599 (ispell-unified-chars-table): New variable.
6600 (ispell-get-decoded-string): New function.
6601 (ispell-get-casechars, ispell-get-not-casechars)
6602 (ispell-get-otherchars): Call ispell-get-decoded-string.
6603
6604 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6605
6606 * custom.el (custom-declare-variable): Just put symbol instead
6607 of (defvar . symbol) in `current-load-list'.
6608
6609 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6610
6611 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6612
6613 2005-01-12 Jay Belanger <belanger@truman.edu>
6614
6615 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6616 to create a Calc summary.
6617
6618 2005-01-12 Kim F. Storm <storm@cua.dk>
6619
6620 * mouse.el (mouse-on-link-p): Change functionality and doc
6621 string to comply with latest description in lisp ref.
6622
6623 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6624
6625 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6626 Enable mouse clicks on mode-line, header-line and margin.
6627 (event-type): Give mouse event symbols an 'event-kind property
6628 with value 'mouse-click.
6629
6630 2005-01-12 Juri Linkov <juri@jurta.org>
6631
6632 * facemenu.el (list-colors-display): Add new arg buffer-name.
6633 Use it. Fix docstring. Replace code for identifying duplicate
6634 colors by the name with call to `list-colors-duplicates' which
6635 identifies duplicate colors by the value unless the color
6636 is one of special Windows colors. Set truncate-lines to t.
6637 Print sorted duplicate color names on each line. Indent to 22
6638 \(the longest color name in rgb.txt) instead of 20. Optimize.
6639 (list-colors-duplicates): New function.
6640 (facemenu-color-name-equal): Delete function.
6641
6642 * facemenu.el (list-colors-print): New function created from code
6643 in list-colors-display. Print #RRGGBB at the window right edge.
6644 (list-colors-display): When temp-buffer-show-function is not
6645 defined, call list-colors-print from temp-buffer-show-hook
6646 to get the right value of window-width in list-colors-print
6647 after the buffer is displayed.
6648
6649 * simple.el (pop-mark): Move deactivate-mark out of conditional
6650 part to deactivate the active mark regardless of the state of the
6651 mark ring.
6652
6653 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6654 variables line in desktop files.
6655
6656 2005-01-12 Juri Linkov <juri@jurta.org>
6657
6658 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6659 Bring together isearch highlight related options.
6660 (lazy-highlight): Replace group `replace' by `matching'.
6661 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6662 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6663 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6664 and declare them obsolete.
6665 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6666 (isearch-faces): Remove defgroup.
6667 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6668 Move isearch highlighting code closer to lazy highlighting code.
6669
6670 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6671 (query-replace-highlight, query-replace-lazy-highlight)
6672 (query-replace): Move definitions to the beginning of the file.
6673
6674 2005-01-11 Juri Linkov <juri@jurta.org>
6675
6676 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6677 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6678 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6679
6680 * info.el (Info-history-forward): New variable.
6681 (Info-select-node): Reset Info-history-forward to nil.
6682 (Info-last): Turn into defalias.
6683 (Info-history-back): Rename from Info-last.
6684 Add current node to Info-history-forward.
6685 (Info-history-forward): New fun.
6686 (Info-mode-map): Replace Info-last by Info-history-back.
6687 Bind Info-history-forward to "r".
6688 (Info-mode-menu): Replace Info-last by Info-history-back.
6689 Fix menu item text. Add menu item for Info-history-forward.
6690 (info-tool-bar-map): Replace Info-last by Info-history-back.
6691 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6692 for Info-history-forward.
6693 (Info-mode): Replace Info-last by Info-history-back in docstring.
6694 Add local variable Info-history-forward.
6695 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6696
6697 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6700 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6701 Ignore select-window events rather than fiddle with
6702 mouse-autoselect-window.
6703
6704 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6705
6706 * type-break.el (type-break-mode): Fix previous change.
6707
6708 2005-01-10 Jay Belanger <belanger@truman.edu>
6709
6710 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6711 calculator; only reset when point is inside a calculator.
6712 Don't adjust the window height if the window takes up the whole height
6713 of the frame.
6714
6715 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6716
6717 * ebuff-menu.el (Electric-buffer-menu-mode):
6718 Preserve value of buffer-local var header-line-format.
6719
6720 2005-01-09 Jay Belanger <belanger@truman.edu>
6721
6722 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6723 Make sure settings file exists before accessing it.
6724
6725 * calc/calc-embed.el (calc-embedded-subst):
6726 Replace math-multi-subst-rec, which is only supposed to be called
6727 by math-multi-subst, by math-multi-subst.
6728
6729 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6730
6731 * vc.el (vc-allow-async-revert): New user option.
6732 (vc-disable-async-diff): New internal variable.
6733 (vc-revert-buffer): Use them to disable asynchronous diff.
6734
6735 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6736 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6737 asynchronously if vc-disable-async-diff is t.
6738
6739 2005-01-09 Jay Belanger <belanger@truman.edu>
6740
6741 * calc/calc.el (defcalcmodevar): New macro.
6742 (calc-mode-var-list-restore-default-values)
6743 (calc-mode-var-list-restore-saved-values): New functions.
6744 (calc-mode-var-list): Use defcalcmodevar to define it.
6745 (calc-always-load-extensions, calc-line-numbering)
6746 (calc-line-breaking, calc-display-just, calc-display-origin)
6747 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6748 (calc-group-char, calc-point-char, calc-frac-format)
6749 (calc-prefer-frac, calc-hms-format, calc-date-format)
6750 (calc-float-format, calc-full-float-format, calc-complex-format)
6751 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6752 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6753 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6754 (calc-matrix-brackets, calc-language, calc-language-option)
6755 (calc-left-label, calc-right-label, calc-word-size)
6756 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6757 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6758 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6759 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6760 (calc-window-height, calc-display-trail, calc-show-selections)
6761 (calc-use-selections, calc-assoc-selections)
6762 (calc-display-working-message, calc-auto-why, calc-timing)
6763 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6764 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6765 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6766 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6767 (calc-gnuplot-geometry, calc-graph-default-resolution)
6768 (calc-graph-default-resolution-3d, calc-invocation-macro)
6769 (calc-show-banner): Use defcalcmodevar to declare them and set
6770 their default values.
6771
6772 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6773 instead of default values (but restore default values if there is
6774 an argument of 0).
6775
6776 2005-01-09 David Kastrup <dak@gnu.org>
6777
6778 * desktop.el (desktop-restore-eager): Fix typo in type.
6779
6780 2005-01-08 Richard M. Stallman <rms@gnu.org>
6781
6782 * cus-edit.el (customize): Delete :link.
6783
6784 2005-01-08 Jay Belanger <belanger@truman.edu>
6785
6786 * calc/calc.el (calc-mode): Remove the extension from the
6787 `calc-settings-file' file name when loading it.
6788
6789 2005-01-08 Kim F. Storm <storm@cua.dk>
6790
6791 * info.el (Info-mode-map, Info-next-link-keymap)
6792 (Info-prev-link-keymap, Info-up-link-keymap):
6793 Map follow-link to mouse-face.
6794 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6795
6796 2005-01-08 Jay Belanger <belanger@truman.edu>
6797
6798 * calc/calc.el (calc-settings-file): Change default value.
6799 Suggested by cgw in a comment in calc-mode.el.
6800
6801 * calc/calc-mode.el (calc-settings-file-name):
6802 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6803 Replace ~/.emacs in a prompt by calc-settings-file.
6804
6805 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6806
6807 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6808 (desktop-lazy-idle-delay): New customizable variables.
6809 (desktop-buffer-args-list): New variable.
6810 (desktop-append-buffer-args): New function.
6811 (desktop-save): Call desktop-append-buffer-args for some buffers.
6812 (desktop-lazy-create-buffer): New function.
6813 (desktop-idle-create-buffers): New function.
6814 (desktop-read): Add message about buffers to restore lazily.
6815 (desktop-lazy-abort): New command.
6816 (desktop-clear): Call desktop-lazy-abort.
6817 (desktop-lazy-complete): New command.
6818
6819 2005-01-06 Richard M. Stallman <rms@gnu.org>
6820
6821 * emacs-lisp/find-func.el (find-face-definition):
6822 Rename from find-face.
6823
6824 2005-01-06 Kim F. Storm <storm@cua.dk>
6825
6826 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6827
6828 * man.el (Man-xref-man-page, Man-xref-header-file)
6829 (Man-xref-normal-file): Add follow-link property.
6830
6831 2005-01-06 Jay Belanger <belanger@truman.edu>
6832
6833 * calc/calc-units.el: Make sure the proper macro definitions are
6834 available when compiling.
6835
6836 2005-01-06 Juri Linkov <juri@jurta.org>
6837
6838 * isearch.el (isearch-lazy-highlight-update):
6839 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6840
6841 2005-01-06 Miles Bader <miles@gnu.org>
6842
6843 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6844 (isearch-lazy-highlight-face): Use new name.
6845
6846 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * uniquify.el (uniquify-rationalize-file-buffer-names):
6849 Re-add an interactive spec.
6850 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6851 to the same name.
6852
6853 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6854 (isearch-update, isearch-done): Adjust calls accordingly.
6855
6856 2005-01-05 Richard M. Stallman <rms@gnu.org>
6857
6858 * custom.el (custom-set-variables, custom-theme-set-variables):
6859 Clarify documentation.
6860
6861 * emacs-lisp/find-func.el (find-variable)
6862 (find-variable-other-window, find-variable-other-frame):
6863 Fix the TYPE args to find-function-read and find-function-do-it.
6864 (find-function): Doc fix.
6865 (find-function-at-point): Replace function-at-point alias.
6866
6867 2005-01-04 Richard M. Stallman <rms@gnu.org>
6868
6869 * cus-face.el (custom-declare-face):
6870 Record defface in current-load-list.
6871
6872 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6873
6874 * emacs-lisp/find-func.el: Doc fixes.
6875 (find-face-regexp): New variable.
6876 (find-function-regexp-alist): New variable.
6877 (find-function-C-source): Third arg is now TYPE.
6878 (find-function-search-for-symbol): Handle general TYPE.
6879 (find-function-read, find-function-do-it): Handle general TYPE.
6880 (find-definition-noselect, find-face): New functions.
6881 (function-at-point): Alias deleted.
6882
6883 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * battery.el (display-battery-mode): Rename from display-battery.
6886 Handle the case where it gets turned off.
6887
6888 2005-01-04 Richard M. Stallman <rms@gnu.org>
6889
6890 * cus-edit.el (customize): Make :link point to user doc.
6891
6892 * man.el (Man-fontify-manpage): Turn off undo generation.
6893
6894 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6895
6896 2005-01-04 Andreas Schwab <schwab@suse.de>
6897
6898 * files.el (insert-directory): Only look for error lines in
6899 inserted text. Don't move too far after processing --dired markers.
6900
6901 2005-01-04 Richard M. Stallman <rms@gnu.org>
6902
6903 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6904 Don't expand if the character is @, period, dash, etc.
6905 (define-mail-abbrev): Quote names that contain problem characters.
6906
6907 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
6908
6909 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6910
6911 2005-01-03 Richard M. Stallman <rms@gnu.org>
6912
6913 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6914 (query-replace-highlight, query-replace-lazy-highlight)
6915 (query-replace): Definitions moved up. Doc fix.
6916
6917 2005-01-03 Richard M. Stallman <rms@gnu.org>
6918
6919 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6920 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6921 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6922 (lazy-highlight-face): Rename from isearch-lazy-...
6923 Change all references to them.
6924
6925 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
6926
6927 * cus-edit.el (custom-file): Doc fix for defcustom.
6928 (custom-file): The function no longer sets the variable
6929 `custom-file' to its return value.
6930
6931 * startup.el (command-line): No longer load `custom-file'.
6932
6933 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6936
6937 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6938 Don't confuse module-prefixed identifiers for labels.
6939 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6940
6941 2005-01-02 Richard M. Stallman <rms@gnu.org>
6942
6943 * files.el (basic-save-buffer-1): Fix previous change.
6944
6945 * loadhist.el (file-loadhist-lookup): New function.
6946 (file-provides, file-requires): Use it.
6947
6948 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6949 instead of calculating the right size.
6950
6951 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6952
6953 * vc-svn.el (vc-svn-diff): Stay local if possible.
6954
6955 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6958
6959 * files.el (hack-local-variables): Fix last change.
6960
6961 2005-01-02 Jay Belanger <belanger@truman.edu>
6962
6963 * calc/calc-yank.el (calc-edit-top): New variable.
6964 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6965 object. Change header properties.
6966 (calc-edit-finish, calc-edit-finish-stack-object)
6967 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6968 edited object.
6969 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6970 for the beginning of the edited object.
6971 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6972 for the beginning of the edited object.
6973 * calc/calc-prog.el (calc-edit-macro-finish-edit)
6974 (calc-finish-formula-edit, calc-macro-repeats)
6975 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6976 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6977 beginning of the edited object.
6978 (calc-user-define-edit): Change the header for editing macros.
6979 Remove unnecessary variable.
6980
6981 2005-01-01 Jay Belanger <belanger@truman.edu>
6982
6983 * calc/calc-yank.el (calc-edit-mode): Change default header.
6984 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6985 * calc/calc-store.el (calc-edit-variable): Change title to match new
6986 header.
6987 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6988 mode to match new header.
6989 (calc-user-define-edit): Change titles to include names of commands.
6990 (calc-finish-formula-edit): Adjust to handle new header.
6991 (calc-finish-macro-edit): Remove.
6992 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6993 (calc-edit-macro-command, calc-edit-macro-command-type)
6994 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6995 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6996 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6997 (calc-edit-macro-finish-edit): New functions.
6998 (calc-user-define-edit): Use new functions to edit named calc macros.
6999
7000 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7001
7002 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7003
7004 * ses.el (copy-region-as-kill): Deactivate mark.
7005
7006 2005-01-01 Richard M. Stallman <rms@gnu.org>
7007
7008 * replace.el (occur-1): If the output buffer is also an input,
7009 don't kill it, rename it.
7010
7011 * faces.el (set-face-background, set-face-foreground): Doc fix.
7012
7013 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7014 for :foreground and :background.
7015
7016 * dired.el (dired-view-command-alist): Variable deleted.
7017 (dired-view-file, dired-mouse-find-file-other-window):
7018 Delete the code to use it.
7019
7020 2005-01-01 Kim F. Storm <storm@cua.dk>
7021
7022 * image.el (insert-sliced-image): Use t for line-height property.
7023
7024 2004-12-31 Jay Belanger <belanger@truman.edu>
7025
7026 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7027 for "var-" at the beginning of the minibuffer.
7028
7029 2004-12-31 Richard M. Stallman <rms@gnu.org>
7030
7031 * faces.el (read-face-name):
7032 Don't treat an attribute spec as a list of faces.
7033
7034 * simple.el (undo): Use undo-equiv-table to detect
7035 unexpected changes since previous undo.
7036 (undo-list-saved): Variable deleted.
7037 (buffer-disable-undo): Don't alter undo-list-saved.
7038
7039 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7040 (mode-require-final-newline): New option.
7041 (after-find-file): Handle require-final-newline with new values.
7042 (basic-save-buffer): Handle new values of require-final-newline.
7043
7044 * progmodes/sh-script.el (sh-require-final-newline):
7045 Alist value now controls whether to use mode-require-final-newline.
7046 (sh-set-shell): Implement that new meaning.
7047
7048 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7049 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7050 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7051 Delete old-Emacs compatibility code.
7052 (antlr-c-common-init): Function deleted.
7053
7054 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7055 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7056 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7057 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7058 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7059 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7060 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7061 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7062 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7063 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7064 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7065 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7066 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7067 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7068 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7069 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7070
7071 2004-12-31 Jay Belanger <belanger@truman.edu>
7072
7073 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7074 way to return to Calc.
7075
7076 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7077 finish, C-xk as the way to cancel the edit. Add cancel routine to
7078 kill-buffer-hook.
7079
7080 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7081 MacEdit code.
7082
7083 * calc/calc-prog.el: Remove obsolete MacEdit code.
7084 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7085 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7086
7087 2004-12-31 Kenichi Handa <handa@m17n.org>
7088
7089 * international/mule.el (buffer-file-coding-system-explicit):
7090 Rename for explicit-buffer-file-coding-system.
7091 (after-insert-file-set-coding): Adjust for the above change.
7092
7093 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7094 to buffer-file-coding-system-explicit.
7095 (basic-save-buffer-1): Likewise.
7096
7097 2004-12-30 Richard M. Stallman <rms@gnu.org>
7098
7099 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7100 (artist-butlast, artist-last): Functions deleted.
7101 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7102 (artist-compute-key-compl-table): Call remq directly.
7103 (artist-remove-nulls): Function deleted.
7104 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7105 (artist-push, artist-pop): Macro deleted.
7106
7107 2004-12-30 Andreas Leue <al@sphenon.de>
7108
7109 * textmodes/artist.el (artist-version): 1.2.6
7110 (artist-prev-next-op-alist): New variable.
7111 (artist-select-next-op-in-list): New function.
7112 (artist-select-prev-op-in-list): New function.
7113 (artist-make-prev-next-op-alist): New function.
7114 (artist-is-in-op-list-p): New function.
7115 (artist-get-first-non-nil-op): New function.
7116 (artist-get-last-non-nil-op): New function.
7117 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7118 artist-prev-next-op-alist.
7119 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7120 change drawing operation.
7121
7122 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7125
7126 2004-12-31 Masatake YAMATO <jet@gyve.org>
7127
7128 * server.el (server-process-filter): Suppress `error', too.
7129
7130 2004-12-30 Jay Belanger <belanger@truman.edu>
7131
7132 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7133 Change the way a variable is displayed in a message.
7134
7135 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7136 (calc-user-define-permanent, calc-execute-kbd-macro):
7137 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7138
7139 2004-12-30 Kenichi Handa <handa@m17n.org>
7140
7141 * files.el (basic-save-buffer-1):
7142 Set explicit-buffer-file-coding-system to last-coding-system-used.
7143 (revert-buffer): Pay attention to
7144 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7145 on bind coding-system-for-read.
7146
7147 * international/mule.el (explicit-buffer-file-coding-system):
7148 New buffer local variable.
7149 (after-insert-file-set-coding): Set it to coding-system-for-read.
7150
7151 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7152
7153 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7154
7155 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7156
7157 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7158 that include line numbers.
7159
7160 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7161
7162 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7163 Redundant variable PREFIXLEN removed.
7164
7165 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7166
7167 * eshell/em-hist.el (eshell-previous-matching-input):
7168 Start the deletion from the end of the output.
7169
7170 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7171
7172 * term/mac-win.el: Require x-dnd.
7173 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7174
7175 2004-12-29 David Kastrup <dak@gnu.org>
7176
7177 * international/mule.el (decode-coding-inserted-region):
7178 Don't barf if `buffer-undo-list' is already set to `t'.
7179
7180 2004-12-29 Jay Belanger <belanger@truman.edu>
7181
7182 * calc/calc-prog.el (calc-user-define-formula): Put default values
7183 for function names in prompts.
7184 (calc-user-define-permanent, calc-user-define-composition)
7185 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7186 default input for algebraic functions.
7187
7188 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7189
7190 * vc-rcs.el (vc-rcs-annotate-command):
7191 Fix omission bug: Call `vc-setup-buffer'.
7192
7193 2004-12-29 Kenichi Handa <handa@m17n.org>
7194
7195 * international/mule.el (recode-region): New function.
7196
7197 2004-12-28 Richard M. Stallman <rms@gnu.org>
7198
7199 * simple.el (undo-extra-outer-limit): New variable.
7200 (undo-outer-limit-truncate): Test and set it.
7201
7202 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7203 enables the feature to extend the existing region.
7204
7205 * simple.el (mark-word): New arg ALLOW-EXTEND
7206 enables the feature to extend the existing region.
7207
7208 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7209 enables the feature to extend the existing region.
7210
7211 * startup.el (site-run-file): Don't allow setting it with Custom.
7212
7213 * simple.el (buffer-disable-undo): Fix previous change.
7214
7215 2004-12-27 Masatake YAMATO <jet@gyve.org>
7216
7217 * hexl.el (hexlify-buffer): Remove fontification here.
7218 Use font lock mechanism instead.
7219 (hexl-font-lock-keywords): New font lock kewords.
7220 (hexl-mode-old-font-lock-keywords): New variable.
7221 (hexl-mode): Store the old font lock keywords.
7222 (hexl-mode-exit): Restore the old font lock keywords.
7223
7224 2004-12-27 Richard M. Stallman <rms@gnu.org>
7225
7226 * simple.el (undo): Fix previous change.
7227
7228 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7229
7230 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7231 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7232 Call x-open-connection on Mac OS X.
7233
7234 2004-12-27 Richard M. Stallman <rms@gnu.org>
7235
7236 * files.el (buffer-save-without-query): New var (buffer-local).
7237 (save-some-buffers): Save those buffers first, w/o asking.
7238
7239 * files.el (insert-directory-ls-version): New variable.
7240 (insert-directory): When ls returns an error, test the version
7241 number to decide what the return code means.
7242 With --dired output format, detect and distinguish lines
7243 that are really error messages.
7244 (insert-directory-adj-pos): New function.
7245
7246 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7247
7248 * battery.el (battery-mode-line-format): Remove initial spaces.
7249
7250 * uniquify.el (uniquify-rationalize-file-buffer-names):
7251 Delete interactive spec.
7252
7253 * type-break.el (type-break-mode): Set buffer-save-without-query.
7254 Remove code that tried to set save-some-buffers-always.
7255 (type-break-file-keystroke-count): Bind deactivate-mark.
7256
7257 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7258
7259 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7260 Test that the buffer is live, and maybe reject current buffer too.
7261 Clarify.
7262 (next-error-find-buffer): Rewrite for clarity.
7263
7264 * loadup.el: Don't use buffer-disable-undo; do it directly.
7265
7266 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7267 (describe-variable): Call symbol-file with `defvar'.
7268
7269 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7270 (symbol-file): Rewritten to handle new load-history format.
7271 Now takes an arg TYPE to specify looking for a particular
7272 type of definition only.
7273
7274 * emacs-lisp/debug.el (debugger-make-xrefs):
7275 Call symbol-file with `defun'.
7276
7277 * emacs-lisp/find-func.el (find-function-noselect):
7278 Call symbol-file with `defun'.
7279 (find-variable-noselect): Call symbol-file with `defvar'.
7280
7281 * eshell/esh-cmd.el (eshell-find-alias-function):
7282 Call symbol-file with `defun'.
7283
7284 * eshell/esh-test.el (eshell-test-goto-func):
7285 Call symbol-file with `defun'.
7286
7287 * mail/rmail.el (rmail-resend):
7288 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7289
7290 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7291
7292 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7293
7294 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7295 Call buffer-disable-undo.
7296
7297 * simple.el (undo-list-saved): New variable (buffer-local).
7298 (undo): Set and test it.
7299 (buffer-disable-undo): Move here from buffer.c.
7300 Clear out undo-list-saved.
7301
7302 * international/mule.el (decode-coding-inserted-region):
7303 Set buffer-undo-list in a correct and optimal way.
7304
7305 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7306 (cperl-font-lock-unfontify-region-function): No need to save and
7307 restore info, since font-lock.el does it for us.
7308
7309 * ansi-color.el (save-buffer-state): Definition deleted.
7310 (ansi-color-unfontify-region): Don't use save-buffer-state.
7311
7312 2004-12-27 Dave Love <fx@gnu.org>
7313
7314 * wid-edit.el (function): Use restricted-sexp as parent.
7315
7316 2004-12-27 Kevin Ryde <user42@zip.com.au>
7317
7318 * simple.el (next-matching-history-element): Use same
7319 `interactive' form as previous-matching-history-element.
7320
7321 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7322 it can appear unencoded and has been seen from yahoo.
7323
7324 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7325
7326 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7327 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7328
7329 2004-12-27 Kenichi Handa <handa@m17n.org>
7330
7331 * international/utf-8.el (utf-translate-cjk-load-tables):
7332 Bind coding-system-for-read to nil while loading subst-*.
7333
7334 2004-12-26 Jay Belanger <belanger@truman.edu>
7335
7336 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7337 default input.
7338
7339 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7342 before reverting and disable undo recording while reverting.
7343
7344 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7345
7346 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7347 (hs-make-overlay): New function.
7348 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7349 (hs-flag-region): Delete function.
7350 (hs-hide-comment-region): No longer use `hs-flag-region'.
7351 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7352 (hs-hide-block-at-point): Likewise.
7353 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7354 (hs-hide-all, hs-show-all): Likewise.
7355 (hs-show-block): Likewise.
7356 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7357
7358 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7359
7360 * progmodes/hideshow.el: Require `cl' when compiling.
7361 Remove XEmacs and Emacs 19 compatibility.
7362 Use `dolist' and `add-to-list' for load-time actions.
7363 (hs-discard-overlays): Use `dolist'.
7364 (hs-show-block): Likewise.
7365
7366 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7367
7368 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7369
7370 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7371
7372 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7373 When extending backwards, move outside the current comment first.
7374
7375 2004-12-22 Kenichi Handa <handa@m17n.org>
7376
7377 * international/quail.el (quail-start-translation): Fix prompt
7378 string for the case if input-method-use-echo-area being non-nil.
7379 (quail-start-conversion): Likewise.
7380 (quail-show-guidance): Don't show guidance if
7381 input-method-use-echo-area is non-nil.
7382
7383 2004-12-21 Richard M. Stallman <rms@gnu.org>
7384
7385 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7386
7387 2004-12-21 Markus Rost <rost@ias.edu>
7388
7389 * calendar/diary-lib.el (mark-diary-entries):
7390 Set mark-diary-entries-in-calendar only after checking for diary-file.
7391
7392 2004-12-21 Richard M. Stallman <rms@gnu.org>
7393
7394 * faces.el (escape-glyph): Use blue against light foreground.
7395
7396 * simple.el (undo-outer-limit-truncate): New function.
7397 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7398
7399 2004-12-21 Eli Barzilay <eli@barzilay.org>
7400
7401 * calculator.el (calculator-radix-grouping-mode)
7402 (calculator-radix-grouping-digits)
7403 (calculator-radix-grouping-separator):
7404 New defcustoms for the new radix grouping mode functionality.
7405 (calculator-mode-hook): Now used in electric mode too,
7406 (calculator): Call it.
7407 (calculator-mode-map): Some new keys.
7408 (calculator-message): New function. Some new calls.
7409 (calculator-op, calculator-set-register): Use it.
7410 (calculator-string-to-number): New function, mostly moved and
7411 updated code from calculator-curnum-value.
7412 (calculator-curnum-value): Use it.
7413 (calculator-paste): Use it, and update grabbing the current-kill.
7414 (calculator-rotate-displayer)
7415 (calculator-rotate-displayer-back): Toggle digit grouping when
7416 in radix mode, use calculator-message.
7417 (calculator-displayer-prev, calculator-displayer-next):
7418 Change digit group size when in radix mode.
7419 (calculator-number-to-string): Rename from
7420 calculator-num-to-string. Now deals with digit grouping in
7421 radix mode.
7422 (calculator-update-display, calculator-put-value): Use the new name.
7423 (calculator-fact): Return a floating point number.
7424 (calculator-mode): Doc fix.
7425
7426 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7427
7428 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7429 * calendar/diary-lib.el (view-other-diary-entries):
7430 Use current-prefix-arg in interactive spec.
7431
7432 2004-12-19 Jay Belanger <belanger@truman.edu>
7433
7434 * calc/calc-aent.el (calcAlg-blank-matching-open):
7435 Temporarily adjust the syntax of both delimiters of half-open intervals.
7436
7437 2004-12-19 Kim F. Storm <storm@cua.dk>
7438
7439 * mouse.el (mouse-1-click-follows-link): Doc fix.
7440
7441 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7442
7443 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7444 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7445 instead of centraleuropean as the name
7446
7447 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7448
7449 Sync with Tramp 2.0.46.
7450
7451 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7452 parameters wrt Tramp convention.
7453 (tramp-handle-file-attributes-with-perl)
7454 (tramp-handle-directory-files-and-attributes): Apply it.
7455 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7456 `copy-program'. Reported by Zack Weinberg
7457 <zack@codesourcery.com>.
7458 (top): Set `edebug-form-spec' property directly rather than
7459 calling `def-edebug-spec'.
7460
7461 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7462 advice less fragile. Surround temporary redefinition of
7463 `substitute-in-file-name' with `unwind-protect'. Suggested by
7464 Matt Hodges <MPHodges@member.fsf.org>.
7465
7466 2004-12-17 Juri Linkov <juri@jurta.org>
7467
7468 * replace.el (occur-accumulate-lines, occur-engine):
7469 Make forcing deferred font-lock fontification jit-specific.
7470
7471 2004-12-17 Kim F. Storm <storm@cua.dk>
7472
7473 * mouse.el (mouse-1-click-follows-link): New defcustom.
7474 (mouse-on-link-p): New function.
7475 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7476 functionality. Map a mouse-1 click event into a mouse-2 (or
7477 other) event when position is inside a link.
7478
7479 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7480 prefix in tooltip text with "mouse-1" when this is a link
7481 recognized by mouse-1-click-follows-link functionality.
7482
7483 * help.el (describe-key): Report effective and original binding
7484 for mouse-1 when clicked on a link.
7485 (describe-mode): Add follow-link property to "minor-mode" button.
7486
7487 * help-fns.el (describe-variable): Add follow-link property to
7488 "below" button.
7489
7490 * help-mode.el (help-xref): Add follow-link property.
7491
7492 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7493 (apropos-command, apropos-variable, apropos-face, apropos-group)
7494 (apropos-widget, apropos-plist): Add follow-link property.
7495
7496 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7497 checks if position is in a filename, rather than some other
7498 clickable item. Function looks for cvs-filename-face at position.
7499
7500 * wid-edit.el (widget-specify-field, widget-specify-button):
7501 Map a :follow-link keyword into a follow-link property.
7502 (link): Add :follow-link keyword, map to RET binding.
7503
7504 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7505
7506 * progmodes/compile.el (compilation-minor-mode-map)
7507 (compilation-button-map, compilation-mode-map): Likewise.
7508
7509 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7510
7511 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7512 (zone-replace-char): Take `count' and `del-count'
7513 instead of `direction'. Update callers. When `del-count' is
7514 non-nil, delete that many characters, otherwise `count' characters
7515 backwards. Insert the newly-replaced string `count' times.
7516 (zone-fret): Handle chars w/ width greater than one.
7517 (zone-fall-through-ws): No longer take window width `ww'.
7518 Update callers. Add handling for `char-width' greater than one.
7519 (zone-pgm-drip): Update var holding window-end position every cycle.
7520
7521 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7522
7523 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7524 rather than insert-file.
7525
7526 2004-12-16 Jay Belanger <belanger@truman.edu>
7527
7528 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7529 (math-init-random-base, math-random-digit): Check to see if
7530 var-RandSeed is bound.
7531 (math-random-last): Declare it.
7532 (math-random-digit): Don't make math-random-last local.
7533
7534 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7535
7536 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7537 one-shot thunk for uniform (error, quit, normal) recovery.
7538 Reported by John Paul Wallington.
7539 (zone-pgm-random-life): Fix bug:
7540 Recognize empty initial field by lack of "@" chars.
7541
7542 2004-12-16 Juri Linkov <juri@jurta.org>
7543
7544 * help.el (function-called-at-point):
7545 * help-fns.el (variable-at-point): As a last resort try stripping
7546 non-word prefixes and suffixes.
7547
7548 * descr-text.el (describe-property-list): Don't treat syntax-table
7549 specially. Use describe-text-sexp which inserts [show] button
7550 for large objects and handles printing errors. Sort properties
7551 by names in alphabetical order instead of by value sizes.
7552 Add `mouse-face' to list of properties for `describe-face' widget.
7553 (describe-char): Mask out face-id from 19 bits of character.
7554 Print face-id separately.
7555
7556 * replace.el (occur-accumulate-lines, occur-engine):
7557 Fontify unfontified matching lines in the source buffer
7558 before copying them.
7559 (occur-engine): Don't put mouse-face on context lines.
7560 (occur-next-error): Set point to line beginning/end
7561 before searching for prev/next property to skip multiple
7562 matches on a line (not supported by occur engine).
7563 Remove redundant prefix-numeric-value.
7564
7565 2004-12-15 Juri Linkov <juri@jurta.org>
7566
7567 * replace.el (match): New face.
7568 (list-matching-lines-face): Change default from `bold' to `match'.
7569
7570 * progmodes/grep.el (grep-match-face): New defvar.
7571 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7572 compilation-column-face to highlight grep matches.
7573
7574 * apropos.el (apropos-match-face): Change default from
7575 `secondary-selection' to `match'.
7576
7577 * info-look.el (info-lookup-highlight-face): Change default from
7578 `highlight' to `match'.
7579
7580 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7581
7582 * progmodes/executable.el (executable-interpret): Eliminate
7583 obsolete compile-internal, and switch to comint for interaction.
7584
7585 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7586
7587 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7588 `&&' when skipping multiple statements on a line.
7589
7590 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7591
7592 * play/zone.el (zone): Set `truncate-lines'.
7593 Also, init `tab-width' with value from original buffer.
7594 (zone-shift-up): Rewrite for speed.
7595 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7596 (zone-pgm-jitter): Remove redundant entries from ops vector.
7597 (zone-exploding-remove): Reduce iteration count.
7598 (zone-cpos): Convert to defsubst.
7599 (zone-replace-char): New defsubst.
7600 (zone-park/sit-for): Likewise.
7601 (zone-fret): Take window-start arg.
7602 Update callers. Use `zone-park/sit-for'.
7603 (zone-fill-out-screen): Rewrite.
7604 (zone-fall-through-ws): Likewise. Update callers.
7605 (zone-pgm-drip): Use `zone-replace-char'.
7606 Move var inits before while-loop. Use `zone-park/sit-for'.
7607 (zone-pgm-random-life): Handle empty initial field.
7608 Use `zone-replace-char' and `zone-park/sit-for'.
7609
7610 2004-12-15 Juri Linkov <juri@jurta.org>
7611
7612 * isearch.el (isearch-update): Test isearch-lazy-highlight
7613 before calling isearch-lazy-highlight-new-loop.
7614 (isearch-lazy-highlight-new-loop):
7615 Don't test isearch-lazy-highlight.
7616
7617 * replace.el (perform-replace): Add isearch-case-fold-search.
7618 Use delimited-flag for isearch-regexp.
7619 Reset isearch-lazy-highlight-last-string to force lazy
7620 highlighting when called from isearch mode.
7621 (query-replace-highlight): Revert defcustom type to boolean.
7622 (query-replace-lazy-highlight): New defcustom.
7623 (query-replace): New face.
7624 (perform-replace, replace-highlight, replace-dehighlight):
7625 Test query-replace-lazy-highlight instead of special value
7626 `isearch' of query-replace-highlight.
7627 (replace-dehighlight): Don't call isearch-dehighlight.
7628 (replace-highlight): Don't call isearch-highlight.
7629 Use face `query-replace' unconditionally.
7630
7631 2004-12-14 Kim F. Storm <storm@cua.dk>
7632
7633 * simple.el (inhibit-mark-movement): Remove defvar.
7634 (beginning-of-buffer, end-of-buffer): Don't use it.
7635
7636 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7637 Don't use inhibit-mark-movement.
7638
7639 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7640 (cua--undo-push-mark): Remove.
7641 (cua--pre-command-handler, cua--post-command-handler):
7642 Don't fiddle with inhibit-mark-movement.
7643
7644 2004-12-14 Juri Linkov <juri@jurta.org>
7645
7646 * buff-menu.el (list-buffers-noselect): Collect internal info
7647 for every buffer in BUFFER-LIST arg too.
7648 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7649 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7650 Bind same-window-buffer-names and same-window-regexps to nil.
7651
7652 2004-12-13 Juri Linkov <juri@jurta.org>
7653
7654 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7655
7656 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7657 (sc-cite-region, sc-uncite-region, sc-recite-region):
7658 Fix previous change to handle not alist as a symbol, but
7659 a citation frame as a symbol that represents a variable name.
7660
7661 2004-12-13 Richard M. Stallman <rms@gnu.org>
7662
7663 * filecache.el (file-cache-add-directory-using-find):
7664 Only set up file-cache-find-command-posix-flag if we will use it.
7665
7666 * bindings.el (mode-line-buffer-identification-keymap):
7667 Don't cancel the mode-line's usual down-mouse-1 binding.
7668
7669 * cus-edit.el (custom-face-selected): Handle `default' specs.
7670 (custom-face-edit): Increase extra-offset.
7671 (custom-display): Handle `default' specs.
7672
7673 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7674
7675 * emacs-lisp/elint.el (elint-standard-variables)
7676 (elint-unknown-builtin-args): Move definitions up.
7677
7678 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7679
7680 * info.el (info-xref-visited): Use `default' instead of t.
7681 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7682
7683 * faces.el (header-line, mode-line-inactive, tool-bar):
7684 Use `default' instead of t for setting the defaults.
7685 (face-spec-choose): Separate `t' from `default'.
7686
7687 * subr.el (while-no-input): New macro.
7688
7689 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7690
7691 * filecache.el (file-cache-add-directory-using-find):
7692 Only test file-cache-find-command-posix-flag on some systems.
7693
7694 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7695
7696 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7697 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7698 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7699 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7700 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7701
7702 2004-12-12 Juri Linkov <juri@jurta.org>
7703
7704 * files.el (find-file-other-window, find-file-other-frame):
7705 Add the first buffer to the returned value to return the complete
7706 list of all visited buffers.
7707 (find-file-read-only, find-file-read-only-other-window)
7708 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7709 `find-file-read-args'. Signal an error about non-existent file
7710 only if file name doesn't contain wildcards. Toggle read-only in
7711 all visited buffers.
7712 (find-alternate-file, find-alternate-file-other-window):
7713 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7714 called interactively. Pass arg `wildcards' to other functions.
7715 (find-file-noselect): Doc fix.
7716
7717 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7718 Doc fix.
7719 (ffap-directory-finder): New variable.
7720 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7721 (ffap-file-at-point): Add /* to immediately rejected names.
7722 Return absolute file names matching ffap-dired-wildcards.
7723 (ffap-read-file-or-url): Set default value for `completing-read'
7724 to `buffer-file-name'.
7725 (find-file-at-point): When filename matches ffap-dired-wildcards,
7726 call ffap-file-finder with t arg `wildcards', instead of dired.
7727 (ffap-other-window, ffap-other-frame): Return visited buffers.
7728 (ffap-read-only, ffap-read-only-other-window)
7729 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7730 (dired-at-point): Call ffap-directory-finder instead of dired.
7731 (ffap-dired-other-window, ffap-dired-other-frame)
7732 (ffap-list-directory): New commands.
7733 (ffap-bindings): New keybindings for new commands.
7734
7735 2004-12-12 Juri Linkov <juri@jurta.org>
7736
7737 * simple.el (beginning-of-buffer, end-of-buffer):
7738 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7739 Do not push mark when mark is active in transient-mark-mode.
7740
7741 * simple.el (mark-word):
7742 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7743 * textmodes/paragraphs.el (mark-paragraph):
7744 Extend the region when mark is active in transient-mark-mode,
7745 regardless of the last command. Doc fix.
7746
7747 * simple.el (mark-word): Preserve direction when repeating.
7748 Make arg optional. Interactive "p" -> "P".
7749 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7750
7751 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7752 preserving direction, to mark forward instead of backward when mark
7753 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7754
7755 2004-12-12 Juri Linkov <juri@jurta.org>
7756
7757 * isearch.el (isearch-edit-string): Set 7th arg of
7758 `read-from-minibuffer' to `t' to inherit the current input
7759 method (whose name is indicated by [IM] in the minibuffer prompt)
7760 from the current buffer to the minibuffer.
7761 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7762 to allow C-g quitting for lazy highlighting looping inside the
7763 search with nested repetition operators. Add overlay to the list
7764 before setting its face and other properties to avoid the case of
7765 code quitting after placing the new overlay but before it's
7766 recorded on the list. Select the window where isearch was
7767 activated, to highlight matches in the right window when isearch
7768 switches the current window to the minibuffer.
7769
7770 * international/isearch-x.el
7771 (isearch-process-search-multibyte-characters):
7772 Use `isearch-message' as initial input for `read-string' instead
7773 of adding it to the minibuffer prompt. After reading a string
7774 remove the initial value of `isearch-message' from the string.
7775
7776 * replace.el (replace-match-maybe-edit): Doc fix.
7777 (perform-replace): Don't call `replace-highlight' when automatic
7778 replacement is requested in literal mode, since it is intended
7779 only to highlight words during entering a new replacement string
7780 for \? in non-literal mode.
7781
7782 * replace.el (query-replace-highlight): Add new value `isearch'
7783 that allows query replacement to use isearch highlighting.
7784 Change type from `boolean' to `choice'. Doc fix.
7785 (replace-highlight, replace-dehighlight, perform-replace):
7786 Use isearch highlighting if query-replace-highlight eq `isearch'.
7787
7788 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7791 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7792
7793 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7794 case of \end{verbatim}.
7795
7796 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7797
7798 * term.el (term-termcap-format): Synchronyze with terminfo.
7799 (term-emulate-terminal): Handle reset.
7800 (term-reset-terminal): New function.
7801
7802 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7803
7804 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7805 (zone-fill-out-screen): New func.
7806 (zone-pgm-drip): Use `zone-fill-out-screen'.
7807 Also, no longer go to point-min on every cycle.
7808 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7809 (zone-pgm-random-life-wait): New user var.
7810 (zone-pgm-random-life): New func.
7811
7812 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7813
7814 * files.el (auto-mode-alist): Map .com to DCL mode.
7815
7816 2004-12-09 Richard M. Stallman <rms@gnu.org>
7817
7818 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7819
7820 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7821
7822 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7823 buffer with a display margin.
7824
7825 2004-12-08 Jay Belanger <belanger@truman.edu>
7826
7827 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7828 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7829
7830 2004-12-08 Richard M. Stallman <rms@gnu.org>
7831
7832 * faces.el: Delete code to set display table.
7833 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7834
7835 2004-12-08 Jay Belanger <belanger@truman.edu>
7836
7837 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7838
7839 * calc/calc-ext.el (math-read-replacement-list)
7840 (math-read-superscripts, math-read-preprocess-string): Move to
7841 calc-aent.el.
7842
7843 * calc/calc-aent.el (math-read-replacement-list)
7844 (math-read-superscripts, math-read-preprocess-string): Move from
7845 calc-ext.el.
7846
7847 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 * isearch.el (isearch-quote-char): Fix up typo in last change.
7850
7851 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * mouse.el (mouse-set-font): Handle the case where the command was
7854 not invoked using the mouse.
7855
7856 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7857 (edmacro-finish-edit): Further update for keyboard macros that are
7858 lambda forms.
7859 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7860
7861 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7864 (font-lock-default-unfontify-region): Don't save buffer state any more.
7865
7866 2004-12-07 Jay Belanger <belanger@truman.edu>
7867
7868 * calc/calc-help.el (calc-describe-key):
7869 Set calc-summary-indentation even when Calc Summary buffer exists.
7870
7871 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7872
7873 * calendar/holidays.el (holiday-easter-etc): Make arguments
7874 optional for backwards compatibility. Doc fix.
7875 Remove un-necessary local vars mandatory, output-list.
7876 (holiday-advent): Make arguments optional for backwards
7877 compatibility. Doc fix.
7878
7879 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * paren.el (show-paren-function): Fix last change (2004-12-02).
7882
7883 * international/mule-util.el (char-displayable-p): Return nil for
7884 unibyte mode.
7885
7886 * subr.el (subregexp-context-p): New function.
7887
7888 * isearch.el (isearch-quote-char): Use it.
7889
7890 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7891 (regexp-opt-not-groupie*-re): Remove.
7892 (regexp-opt): Properly handle inputs with duplicate entries.
7893
7894 2004-12-06 Richard M. Stallman <rms@gnu.org>
7895
7896 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7897
7898 * cus-edit.el (custom-file): Doc fix.
7899
7900 * textmodes/org.el: New file.
7901
7902 2004-12-06 Kenichi Handa <handa@m17n.org>
7903
7904 * ldefs-boot.el: Update international/mule-util.el section.
7905
7906 2004-12-05 Sam Steingold <sds@gnu.org>
7907
7908 * net/tramp.el (tramp-handle-file-accessible-directory-p):
7909 Fix `tramp-time-diff' comparison logic.
7910
7911 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
7912
7913 * progmodes/which-func.el (which-function):
7914 Use `run-hook-with-args-until-success' instead of a custom loop.
7915 Fixes bug with local hooks.
7916
7917 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7918
7919 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7920 Use delete-dups when calculating the initial value.
7921 (bibtex-autokey-get-title): Use <=.
7922 (bibtex-goto-line): New function.
7923 (bibtex-reposition-window): Use line numbers instead of point
7924 positions. Use window-body-height.
7925 (bibtex-find-crossref): Use bibtex-reposition-window.
7926 (bibtex-find-entry): Use bibtex-reposition-window. Always return
7927 position of entry if key is found or nil if not found.
7928
7929 2004-12-05 Richard M. Stallman <rms@gnu.org>
7930
7931 * cus-edit.el (custom-file): Doc fix.
7932
7933 * progmodes/sh-script.el (sh-indent-for-then): Change default.
7934
7935 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * simple.el (blink-matching-open):
7938 * textmodes/tex-mode.el (tex-validate-region):
7939 Obey syntax-table text properties.
7940
7941 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
7942
7943 * wid-edit.el (widget-specify-field): Add `real-field' property to
7944 boundary.
7945 (widget-field-at): Use it.
7946
7947 2004-12-02 Richard M. Stallman <rms@gnu.org>
7948
7949 * progmodes/cc-mode.el (awk-mode autoload):
7950 Supply t meaning interactive function.
7951
7952 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
7953 (isearch-mode-map): No special definition for space.
7954 (isearch-whitespace-chars): Command deleted.
7955 (isearch-forward-regexp): Doc fix.
7956 (isearch-quote-char): When a space is not inside brackets,
7957 use `[ ]' instead of just space.
7958 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7959
7960 * imenu.el (imenu--generic-function): Delete code to exclude
7961 matches in comments.
7962
7963 * man.el (Man-reverse-face): Change default to `highlight'.
7964
7965 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7966 (occur-engine): Use `face' prop rather than `font-lock-face'
7967 when specifying use of `match-face'.
7968 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7969
7970 * emacs-lisp/elint.el (elint-standard-variables): Update list.
7971
7972 * add-log.el (add-log-current-defun): Handle the case where point
7973 is in the header part of a DEFUN construct.
7974
7975 2004-12-02 Dave Love <fx@gnu.org>
7976
7977 * progmodes/python.el (python-font-lock-syntactic-keywords):
7978 Fix previous change.
7979
7980 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
7981
7982 * paren.el (show-paren-function): Check for matching chars
7983 specified by text props.
7984
7985 2004-12-02 Jay Belanger <belanger@truman.edu>
7986
7987 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7988 when reading a new key sequence.
7989
7990 2004-12-02 Kim F. Storm <storm@cua.dk>
7991
7992 * faces.el (escape-glyph): Rename from glyph.
7993 (standard-display-table): Set it here. Add escape-glyph face to
7994 extra slot characters.
7995
7996 * disp-table.el: Undo 2004-12-01 change. Display table is now
7997 setup in faces.el.
7998
7999 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8000
8001 * xml.el (xml-parse-dtd): Don't show validity messages when
8002 xml-validating-parser is nil.
8003 (xml-substitute-special): Fix validity error messages to
8004 actually show the unexpandable entity. Added validity error if &
8005 isn't followed by an entity.
8006 (xml-parse-tag): Concatenate any string following the a
8007 <![CDATA[]]> section to the parsed CDATA.
8008 (xml-parse-dtd): Skip parameter entity declarations and use of
8009 parameter entities.
8010
8011 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8012
8013 * kmacro.el (kmacro-default-counter-format): New var.
8014 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8015 (kmacro-display): Remove `nil' from `and' form. Delete call to
8016 `format' inside `message'.
8017 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8018
8019 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * pcvs.el (cvs-header-msg): New function.
8022 (cvs-update-header): Use it. Change calling convention.
8023 Correctly handle the case of having simultaneous active processes.
8024 (cvs-sentinel): Don't call cvs-update-header any more.
8025 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8026
8027 2004-12-01 Jay Belanger <belanger@truman.edu>
8028
8029 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8030 Change message.
8031
8032 2004-12-01 Juri Linkov <juri@jurta.org>
8033
8034 * progmodes/prolog.el (prolog-mode-variables):
8035 Fix imenu-generic-expression.
8036
8037 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8038
8039 * faces.el (glyph): New face.
8040
8041 * disp-table.el: Add an autoloaded table, that doesn't require
8042 this library, with glyph face.
8043
8044 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8045 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8046 (conf-quote-normal): Allow normalizing only ' or ".
8047 (conf-mode): Regexp-quote constructed comment-start and don't
8048 match section {} where "name" contains braces.
8049
8050 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8051 files.
8052
8053 2004-12-01 Kenichi Handa <handa@m17n.org>
8054
8055 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8056 (x-select-text): Don't treat eight-bit-control/graphic chars
8057 specially. Store the encoded text in the X cut buffer.
8058 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8059 with x-last-selected-text-cut-encoded.
8060
8061 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8064
8065 2004-11-30 Markus Rost <rost@ias.edu>
8066
8067 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8068 AUCTeX.
8069
8070 2004-11-30 Jay Belanger <belanger@truman.edu>
8071
8072 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8073 on signs of intervals.
8074 (math-pow-of-zero): Strengthen checks for positive and negative
8075 exponents.
8076
8077 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8078 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8079 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8080 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8081 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8082 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8083 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8084 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8085 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8086 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8087 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8088 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8089 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8090 with provide statements.
8091
8092 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8093
8094 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8095
8096 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8097 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8098 functions by require statements.
8099 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8100
8101 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8102 (calc-gnuplot-print): Give them values.
8103
8104 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8105 autoloads.
8106 Add calc-do-embedded-activate to autoloads.
8107 (calc-gnuplot-name, calc-gnuplot-plot-command)
8108 (calc-gnuplot-print-command): Move them to calc-graph.el.
8109
8110 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8111
8112 * term/mac-win.el (ccl-encode-mac-roman-font)
8113 (ccl-encode-mac-cyrillic-font)
8114 (ccl-encode-mac-centraleuropean-font, encoder-list)
8115 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8116 Support Cyrillic, CentralEuropean, and Dingbat font display
8117
8118 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8119
8120 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8121
8122 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8123 still nil.
8124
8125 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8128 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8129
8130 2004-11-29 Jay Belanger <belanger@truman.edu>
8131
8132 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8133 cases of the base and exponent.
8134
8135 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8136
8137 * simple.el (next-error-buffer-p): Allow for inclusive and
8138 exclusive tests for finding a buffer.
8139 (next-error-find-buffer): Pass the exclusive and inclusive tests
8140 to next-error-buffer-p.
8141
8142 * replace.el (occur-next-error): Switch to the Occur buffer when
8143 appropriate, use the exclusive filter to next-error-find-buffer to
8144 do it. Use the absolute value of the motion amount.
8145
8146 2004-11-29 Kenichi Handa <handa@m17n.org>
8147
8148 * startup.el (command-line): Decode all default-directory by
8149 locale-coding-system.
8150
8151 2004-11-29 Jay Belanger <belanger@truman.edu>
8152
8153 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8154 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8155 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8156 Replace calls to calc-extensions by appropriate require, replace
8157 calc-extensions-loaded by appropriate featurep.
8158
8159 * calc/calc-ext.el: Move require to end of file.
8160 Remove redundant loading of calc.el.
8161 (calc-extensions-loaded): Remove unnecessary variable.
8162 (calc-extensions): Remove unnecessary function.
8163 (calc-load-everything): Replace calc-need-macros by appropriate require.
8164
8165 * calc/calc-macs.el: Move provide to end of file.
8166 (calc-need-macros): Remove unnecessary function.
8167
8168 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8169 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8170 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8171 Replace calc-extensions by appropriate require.
8172 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8173
8174 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8175 Replace calc-need-macros by appropriate require.
8176
8177 * calc/calc.el: Move require to end of file.
8178 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8179 Remove unnecessary variable.
8180 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8181 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8182 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8183 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8184 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8185 (math-format-number, math-format-bignum, math-read-number)
8186 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8187 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8188 by appropriate require.
8189 (calc-check-defines): Replace calc-need-macros by appropriate require.
8190
8191 2004-11-29 Kim F. Storm <storm@cua.dk>
8192
8193 * macros.el (insert-kbd-macro): Handle kmacro functions.
8194
8195 2004-11-28 Juri Linkov <juri@jurta.org>
8196
8197 * compare-w.el (compare-windows-highlight): Attach each overlay
8198 to its window to properly highlight differences while comparing
8199 two windows of the same buffer. Fix arguments.
8200 (compare-windows-sync-default-function): Fix arguments of
8201 `compare-windows-highlight'.
8202
8203 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8204 Use `read-expression-history'. Set initial contents only if
8205 `edebug-global-break-condition' is non-nil. Set histpos to 1
8206 if initial contents is equal to the last history element.
8207 (edebug-set-conditional-breakpoint): Instead of temporarily
8208 prepending the current condition to the history, set initial
8209 contents to the current condition. Set histpos to 1 if initial
8210 contents is equal to the last history element.
8211
8212 * info.el (Info-search-whitespace-regexp): Remove shy group.
8213 (Info-search): Forward line if search is on the header line.
8214 Use search-whitespace-regexp in two other places.
8215
8216 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8219 warning. Delay real definition, which uses
8220 `set-fringe-indicators-1' till after the definition of that function.
8221
8222 2004-11-28 Kim F. Storm <storm@cua.dk>
8223
8224 * fringe.el (fringe): New defgroup.
8225 (fringe-mode): Move to fringe group.
8226 (fringe-indicators): New defcustom.
8227 (set-fringe-indicators-1): New defun.
8228
8229 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8230 (menu-bar-showhide-fringe-ind-menu): New keymap.
8231 (menu-bar-showhide-fringe-ind-empty)
8232 (menu-bar-showhide-fringe-ind-mixed)
8233 (menu-bar-showhide-fringe-ind-box)
8234 (menu-bar-showhide-fringe-ind-right)
8235 (menu-bar-showhide-fringe-ind-left)
8236 (menu-bar-showhide-fringe-ind-none): New defuns.
8237 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8238
8239 2004-11-27 Richard M. Stallman <rms@gnu.org>
8240
8241 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8242
8243 * generic.el (define-generic-mode): Doc fix.
8244
8245 * menu-bar.el (menu-bar-options-save): For the options
8246 that are toggled with menu-bar-make-mm-toggle, don't check
8247 for customized-value prop.
8248
8249 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8250
8251 * mail/supercite.el (sc-cite-region): Handle the case where
8252 sc-cite-frame-alist is a symbol.
8253 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8254 a symbol.
8255 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8256 a symbol.
8257
8258 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8259
8260 * wid-edit.el (widget-narrow-to-field): New function.
8261 (widget-complete): Use it.
8262
8263 2004-11-27 Jay Belanger <belanger@truman.edu>
8264
8265 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8266 variable.
8267 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8268 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8269 (math-alg-inequalities): Move declaration to earlier in the file.
8270
8271 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8272 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8273 Declare them.
8274
8275 * calc/calc-lang.el (math-expr-data, math-expr-token)
8276 (math-exp-old-pos): Declare them.
8277
8278 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8279 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8280
8281 2004-11-27 Kim F. Storm <storm@cua.dk>
8282
8283 * progmodes/flymake.el: Use (featurep 'xemacs).
8284 (flymake-makehash): Change to defsubst. Use fboundp.
8285 (flymake-time-to-float): Remove.
8286 (flymake-float-time): Merge code from flymake-time-to-float here.
8287 (flymake-replace-regexp-in-string): Change to defsubst.
8288 (flymake-split-string-remove-empty-edges):
8289 Rename to flymake-split-string.
8290 (flymake-split-string): Remove previous defalias.
8291 (flymake-get-temp-dir): Change to defsubst.
8292 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8293 Define for xemacs only.
8294 (flymake-master-file-count-limit): Change into compiler defvar only.
8295 (flymake-find-possible-master-files): Let-bind it dynamically while
8296 sorting files using flymake-master-file-compare.
8297
8298 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8301 of defun-prompt-regexp matches inside a comment/string but the
8302 beginning is correctly outside everything.
8303
8304 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8305 appears within a string or a comment.
8306
8307 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8308 rather than make-symbol for symbols which are used in
8309 a symbol-macrolet or equivalent.
8310
8311 2004-11-26 Jay Belanger <belanger@truman.edu>
8312
8313 * calc-misc.el (calc-last-why-command): Declare it.
8314
8315 * calc-vec.el (math-grade-vec): New variable.
8316 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8317 Replace variable grade-vec by declared variable.
8318 (math-rb-close): New variable.
8319 (math-read-brackets, math-read-vector): Replace variable close by
8320 declared variable.
8321
8322 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8323 (calc-one-window, calc-edit-handler, calc-restore-trail)
8324 (calc-allow-ret): Declare them.
8325
8326 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8327 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8328 (math-radix-float-cache-tag, math-random-cache)
8329 (math-max-digits-cache, math-integral-cache, math-units-table)
8330 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8331 (math-moc-func): New variable.
8332 (math-map-over-constants, math-map-over-constants-rec):
8333 Replace variable func by declared variable.
8334
8335 * calc/calc-store.el (calc-given-value, calc-store-opers):
8336 Declare them.
8337 (calc-var-name-map): Move declaration to earlier in the file.
8338 (calc-pv-pos): New variable.
8339 (calc-permanent-variable, calc-insert-permanent-variable):
8340 Replace variable pos by declared variable.
8341
8342 * calc/calc-mtx.el (calc-det-lu): New variable.
8343 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8344
8345 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8346 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8347 and arg by declared variables.
8348 (calcFunc-reducer): Fix incorrect variable.
8349 (math-inner-mul-func, math-inner-add-func): New variables.
8350 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8351 and add-func by declared variables.
8352
8353 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8354 (calc-digit-value): Declare them.
8355
8356 * calc/calc-help.el (Info-history): Declare it.
8357 (calc-describe-key): Make calc-summary-indentation a local variable.
8358 (calc-help-long-names): Move declaration to earlier in file.
8359
8360 * calc/calc-embed.el (calc-original-buffer): Declare it.
8361 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8362 (calc-embed-bot): New variables.
8363 (calc-do-embedded, calc-embedded-mark-formula)
8364 (calc-embedded-find-bounds, calc-embedded-duplicate)
8365 (calc-embedded-new-formula, calc-embedded-make-info):
8366 Replace vars outer-top, outer-bot, bot and top by declared variables.
8367 (calc-embed-prev-modes): New variable.
8368 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8369 prev-modes with declared variable.
8370 (calc-embed-vars-used): New variable.
8371 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8372 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8373 vars-used by declared variable.
8374
8375 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8376 (math-format-radix-float): Remove unnecessary setq.
8377 (math-radix-float-cache): Declare it.
8378
8379 * calc/calcsel2.el (calc-keep-selection): Declare it.
8380
8381 * calc/calc-maint.el: Remove file.
8382
8383 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8384
8385 * textmodes/bibtex.el (bibtex-sort-entry-class)
8386 (bibtex-comment-start): Use defcustom.
8387 (bibtex-entry-field-alist): Use nil if initial content of the
8388 field is undefined. Fix docstring.
8389 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8390 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8391 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8392 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8393 Fix docstring.
8394 (bibtex-autokey-title-terminators): Use only one regexp.
8395 (bibtex-string-maybe-empty-head): New variable.
8396 (bibtex-remove-delimiters-string): New function.
8397 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8398 Use bibtex-remove-delimiters-string.
8399 (bibtex-progress-message, bibtex-field-left-delimiter)
8400 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8401 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8402 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8403 Simplify.
8404 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8405 Use eq and bibtex-remove-delimiters-string. For end markers use
8406 insertion type so that marker stays after inserted text.
8407 (bibtex-autokey-get-names): Return empty string if name is missing.
8408 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8409 calling bibtex-autokey-name-case-convert.
8410 (bibtex-autokey-demangle-title):
8411 Call bibtex-autokey-titleword-case-convert. Remove call to
8412 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8413 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8414 (bibtex-read-key): New optional arg global.
8415 (bibtex-files-expand): New optional arg force.
8416 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8417 (bibtex-complete-crossref-cleanup): Rename from
8418 bibtex-complete-key-cleanup. Simplify code.
8419 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8420 Operate on current entry.
8421 (bibtex-button): Add docstring.
8422 (bibtex-entry): Simplify.
8423 (bibtex-make-field): Replace optional arg called-by-yank with more
8424 specific args move and interactive.
8425 (bibtex-end-of-entry): Use forward-sexp.
8426 (bibtex-find-entry-globally): Remove.
8427 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8428 Bound to C-c C-x.
8429 (bibtex-find-entry): New optional args global and display.
8430 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8431 (bibtex-validate): Use arg force of bibtex-files-expand.
8432 (bibtex-clean-entry): Bugfix, clean string entries properly.
8433 Always keep point at beginning of entry.
8434 (bibtex-complete): Bugfix. Handle string entries properly.
8435 Call cleanup functions only if needed.
8436 (bibtex-String): Use bibtex-read-string-key.
8437 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8438 case of replacement text.
8439
8440 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8441
8442 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8443 (tramp-perl-directory-files-and-attributes): New constant.
8444 (tramp-file-name-handler-alist): Delete file-directory-files, add
8445 directory-files-and-attributes.
8446 (tramp-perl-file-attributes): Surround uid and gid by double
8447 quotes. Change parameter id-format from nonnumeric.
8448 (tramp-convert-file-attributes): New function.
8449 (tramp-handle-file-attributes): Use it.
8450 (tramp-maybe-send-perl-script): New function.
8451 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8452 file mode. Change parameter id-format from nonnumeric.
8453 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8454 from nonnumeric.
8455 (tramp-post-connection): Don't send tramp-perl-file-attributes
8456 script. Reset connection property "perl-scripts".
8457 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8458 in use.
8459
8460 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8461
8462 * desktop.el (desktop-read): Replace mapcar with mapc.
8463 (desktop-create-buffer): Replace mapcar with mapc.
8464 Remove redundant piece of code.
8465
8466 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8467
8468 * progmodes/gud.el (gud-display-line): Use display-buffer
8469 for GDB-UI as for GUD.
8470
8471 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8472 Delete variables.
8473 (gdb-ann3): Don't make GUD buffer dedicated.
8474 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8475 (gdb-display-source-buffer): Delete function.
8476 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8477 (menu): Delete menu bindings for viewing source/assembler.
8478 (gdb-setup-windows, gdb-restore-windows):
8479 Don't dedicate GUD. No assembler now.
8480 (gdb-reset): No need to undedicate source buffers now.
8481 (gdb-source-info): No assembler now.
8482
8483 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8484
8485 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8486 width to those for special frames.
8487 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8488 Use display-buffer.
8489 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8490 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8491 (gdb-frame-assembler-buffer): Rework like
8492 gdb-frame-breakpoints-buffer.
8493
8494 2004-11-25 Richard M. Stallman <rms@gnu.org>
8495
8496 * progmodes/flymake.el: Reindent.
8497 (flymake-split-string): Turn into defalias.
8498 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8499 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8500 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8501 (flymake-build-relative-filename): Rename from ...path.
8502 Fix error message.
8503
8504 2004-11-25 Cheng Gao <chenggao@gmail.com>
8505
8506 * progmodes/flymake.el: Much whitespace and capitalization change.
8507 Move `provide' to end. Require `compile' only when compiling.
8508
8509 2004-11-24 Jay Belanger <belanger@truman.edu>
8510
8511 * calc/calc-alg.el: Added comment.
8512 (math-polynomial-base): Replace variable mpb-top-expr by
8513 math-poly-base-top-expr.
8514
8515 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8516 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8517 variable.
8518 (math-poly-base-total-base): New variable.
8519 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8520 mpb-total-base by declared variable.
8521 (math-factored-vars, math-to-list): Declare it.
8522 (math-fact-expr): New variable.
8523 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8524 (math-factor-expr-try, math-factor-expr-part): Replace variable
8525 expr by declared variable.
8526 (math-fet-x): New variable.
8527 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8528 by declared variable.
8529 (math-factor-poly-coefs): Make temp a local variable.
8530
8531 * calc/calc-units.el (calc-convert-units): Make units a local
8532 variable.
8533 (calc-num-units, calc-den-units): New variables.
8534 (calc-explain-units, calc-explain-units-rec): Replace variables
8535 num-units and den-units by declared variables.
8536 (math-cu-unit-list): New variable.
8537 (math-build-units-table, math-compare-unit-names)
8538 (math-convert-units, math-convert-units-rec): Replace variable
8539 unit-list by declared variable.
8540 (math-fbu-base, math-fbu-entry): New variables.
8541 (math-find-base-units, math-find-base-units-rec): Replace variables
8542 base and entry by declared variables.
8543 (math-which-standard): New variable.
8544 (math-to-standard-units, math-to-standard-rec): Replace variable
8545 which-standard by declared variable.
8546 (math-fcu-u): New variable.
8547 (math-find-compatible-unit, math-find-compatible-unit-rec):
8548 Replace variable u by declared variable.
8549 (math-cu-new-units, math-cu-pure): New variables.
8550 (math-convert-units, math-convert-units-rec): Replace variables
8551 new-units and pure by declared variables.
8552 (math-try-cancel-units): New variable.
8553 (math-simplify-units-quotient): Replace variable try-cancel-units by
8554 declared variable.
8555
8556 2004-11-24 Richard M. Stallman <rms@gnu.org>
8557
8558 * textmodes/ispell.el (ispell-check-version):
8559 If default-directory is nonexistent, use home dir.
8560
8561 * progmodes/grep.el (grep-regexp-alist):
8562 Don't match parens around line numbers.
8563
8564 * progmodes/cperl-mode.el (cperl-indent-region)
8565 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8566 Don't print progress messages.
8567
8568 * progmodes/compile.el (compilation-mode-map):
8569 Don't inherit from compilation-minor-mode-map;
8570 copy its bindings instead. But the menu bar Compile
8571 entry now does inherit from compilation-menu-map.
8572
8573 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8574 Use with-no-warnings around compiler-macroexpand.
8575
8576 * imenu.el: Don't always require newcomment.
8577 (imenu--generic-function): Call comment-normalize-vars
8578 if we have a comment syntax.
8579 Exit the loop if REGEXP matches the null string.
8580 Test comment-start as well as comment-start-skip
8581 when deciding whether to check for comments.
8582
8583 * tooltip.el (tooltip-mode): Doc fix.
8584
8585 * term.el (term-escape-char, term-mode): Doc fixes.
8586
8587 2004-11-24 Dave Love <fx@gnu.org>
8588
8589 * progmodes/python.el (python-font-lock-syntactic-keywords):
8590 Check for escapes in the regexp.
8591 (python-quote-syntax): Don't do it here.
8592
8593 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8594
8595 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8596 (gdb-frames-mode-map, gdb-threads-mode-map)
8597 (gdb-registers-mode-map, gdb-locals-mode-map)
8598 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8599 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8600
8601 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8602 (dedicated-switch-to-buffer): Rework.
8603 (gdb-var-evaluate-expression-handler, gdb-put-string):
8604 Remove unused variable bindings.
8605 (gdb-setup-windows, gdb-display-buffer):
8606 Simplify. Use pop-to-buffer.
8607 (gdb-view-source-function): Simplify.
8608 (gdb-frame-breakpoints-buffer):
8609 Use pop-to-buffer, special-display-regexps.
8610
8611 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8612
8613 * progmodes/f90.el (f90-smart-end)
8614 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8615 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8616 (f90-end-of-block): Doc fix. Make check of outermost block
8617 conditional on value of `f90-smart-end'.
8618 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8619 Handle case where END-BLOCK is nil.
8620 (f90-match-end): Handle un-named PROGRAM blocks.
8621 (f90-backslash-not-special): New function.
8622
8623 2004-11-24 Jay Belanger <belanger@truman.edu>
8624
8625 * calc/calc.el (calc-embedded-active): Removed unnecessary
8626 declaration.
8627 (calc-show-banner): Removed redundant declaration.
8628
8629 * calc/calc-graph.el (calc-gnuplot-default-device)
8630 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8631 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8632 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8633 Remove redundant initial values.
8634
8635 * calc/calc-arith.el (math-scalar-functions)
8636 (math-nonscalar-functions, math-scalar-if-args-functions)
8637 (math-real-functions, math-positive-functions)
8638 (math-nonnegative-functions, math-real-scalar-functions)
8639 (math-real-if-arg-functions, math-integer-functions)
8640 (math-num-integer-functions, math-rounding-functions)
8641 (math-float-rounding-functions, math-integer-if-args-functions)
8642 (math-super-types): Move declarations to earlier in file.
8643 (math-unit-prefixes): Declared it.
8644 (math-floor-prec, math-trunc-prec): New variables.
8645 (math-trunc-fancy): Replace variable prec by declared variable.
8646 (math-floor-fancy): Replace variable prec by declared variable.
8647 (math-com-bterms): New variable.
8648 (math-commutative-equal, math-commutative-collect):
8649 Replace variable bterms by declared variable.
8650
8651 * calc/calc-misc.el (math-trunc): Replace variable prec by
8652 math-trunc-prec.
8653 (math-floor): Replace variable prec by math-floor-prec.
8654
8655 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8656 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8657 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8658 (math-format-date, math-format-date-part): Replace variables
8659 date, dt, year, month, day, weekday, hour, minute, second and
8660 bc-flag by declared variables.
8661 (math-pd-str): New variable.
8662 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8663 Replace variable str by declared variable.
8664 (math-daylight-savings-hook, math-tzone-names): Move definitions
8665 to earlier in the file.
8666 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8667 (math-sh-year): New variable.
8668 (math-setup-add-holidays, math-setup-holidays)
8669 (math-setup-year-holidays): Replace variable `year' by declared
8670 variable.
8671
8672 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8673 New variables.
8674 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8675 n, nf and nfm1 by declared variables.
8676 (math-nri-n): New variable.
8677 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8678 n by declared variable.
8679 (calcFunc-log): Removed misplaced condition.
8680
8681 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8682
8683 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8684
8685 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8686
8687 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8688 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8689 Dedicate gdb-related windows.
8690 (gdb-display-buffer): Dedicate gdb-related windows.
8691 Don't grab other frames.
8692 (gdb-reset): Remove dedicated property after debugging.
8693
8694 2004-11-24 Jay Belanger <belanger@truman.edu>
8695
8696 * calc/calc-sel.el: Add comment.
8697
8698 * calc/calc.el (math-stack-value-offset): Replace variables c,
8699 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8700
8701 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8702 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8703 (math-stack-value-offset-fancy): Replace variables c, wid and off
8704 by declared variables.
8705 (math-comp-just, math-comp-comma-spc): New variables.
8706 (math-compose-expr, math-compose-matrix): Replace variables `just'
8707 and comma-spc by declared variable.
8708 (math-comp-vector-prec): New variable.
8709 (math-compose-expr, math-compose-matrix, math-compose-rows):
8710 Replace variable vector-prec by declared variable.
8711 (math-comp-left-bracket, math-comp-right-bracket)
8712 (math-comp-comma): New variables.
8713 (math-compose-expr, math-compose-rows): Replace variables
8714 left-bracket, right-bracket and comma by declared variables.
8715 (math-comp-full-width): New variable.
8716 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8717 Replace variable full-width by declared variable.
8718 (math-comp-highlight, math-comp-word, math-comp-level)
8719 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8720 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8721 New variables.
8722 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8723 (math-comp-sel-flat-term): Replace variables comp-highlight,
8724 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8725 declared variables.
8726 (math-comp-simplify, math-comp-simplify-term)
8727 (math-comp-add-string, math-comp-add-string-sel):
8728 Replace variables comp-highlight, comp-buf, comp-base,
8729 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8730
8731 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8732
8733 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8734
8735 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8736 and x-server-version may throw.
8737
8738 2004-11-23 Kim F. Storm <storm@cua.dk>
8739
8740 * subr.el (substitute-key-definition-key): Optimize.
8741 Don't call indirect-function for nil defn (always signals error).
8742
8743 * ido.el (ido-read-internal): Fix require-match check when
8744 ido-directory-too-big is set.
8745
8746 2004-11-23 Jay Belanger <belanger@truman.edu>
8747
8748 * calc/calc-ext.el (math-read-replacement-list)
8749 (math-read-superscripts): New variables.
8750 (math-read-preprocess-string): New function.
8751 (math-read-expr): Filter input through math-read-preprocess-string.
8752
8753 * calc/calc-aent.el (math-read-exprs): Filter input through
8754 math-read-preprocess-string.
8755
8756 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8757
8758 * progmodes/compile.el (compilation-start): In cd command use
8759 substitute-env-vars -- not quite shell compatible but better than
8760 nothing.
8761 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8762 handle the newer versions messages, which are more parseable.
8763
8764 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * reveal.el (reveal-mode-map): New var.
8767 (reveal-mode): Use it.
8768
8769 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8770
8771 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8772 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8773
8774 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8777 header-line when needed.
8778 Use fixed-pitch only in the header-line.
8779 Build the underline automatically. Use emdash if available.
8780
8781 2004-11-22 Richard M. Stallman <rms@gnu.org>
8782
8783 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8784 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8785
8786 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8787
8788 * progmodes/gdb-ui.el (gdb-resync): New function.
8789 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8790 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8791 Use it to fail more gracefully.
8792 (gdb-variables): Delete variable.
8793 Re-order variables to reduce byte-compiler warnings.
8794
8795 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8796
8797 * descr-text.el (describe-char):
8798 * paren.el (show-paren-function):
8799 * subr.el (syntax-after): Undo last change.
8800
8801 * progmodes/python.el (run-python): Don't hard code *Python*.
8802 Don't modify global process-environment.
8803 (python-send-region, python-load-file): Don't assume that
8804 python-buffer == (process-buffer (python-proc)).
8805 (python-switch-to-python): Simplify.
8806
8807 * dired.el (dired-align-file): Don't assume line starts with spaces.
8808
8809 2004-11-21 Jay Belanger <belanger@truman.edu>
8810
8811 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8812 Replace variable `lines' by math-read-big-lines.
8813 (math-read-big-expr): Replace variables the-baseline, the-h2
8814 and err-msg by math-read-big-baseline, math-read-big-h2 and
8815 math-read-err-msg.
8816 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8817
8818 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8819 (math-read-big-balance): Replace unbound variable by value.
8820 (math-read-big-lines): New variable.
8821 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8822 (math-read-big-error, math-read-big-balance): Replace variable
8823 `lines' by declared variable.
8824 (math-read-big-baseline, math-read-big-h2): New variables.
8825 (math-read-big-rec): Replace variables the-baseline and the-h2
8826 by declared variables.
8827 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8828 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8829 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8830 declared variables.
8831 (math-read-big-err-msg): New variable.
8832 (math-read-big-error): Replace variable err-msg by declared variable.
8833
8834 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * ses.el: Add coding cookie.
8837 Fix up docstrings, follow new commenting conventions.
8838 (ses-header-line-menu): Fix missing variable rename for header-row.
8839 (ses-cell-size): Remove.
8840 (ses-make-cell): New function.
8841 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8842 (ses-calculate-cell): Remove unused var `symbol'.
8843 (ses-narrowed-p): New function.
8844 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8845 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8846 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8847 (ses-setup): Use restore-buffer-modified-p.
8848 (ses-cleanup): Remove unused var `end'.
8849 (ses-header-string-left-offset): Remove.
8850 (ses-create-header-string): Adjust to new behavior of `align-to'.
8851 Truncate excessively large fields to preserve alignment.
8852 (ses-reconstruct-all): Remove unused var `refs'.
8853 (ses-read-cell-printer): Remove unused var `prompt'.
8854 (ses-delete-row): Remove unused var `pos'.
8855 (ses-delete-column): Remove unused var `new'.
8856
8857 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8858
8859 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8860 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8861 Eliminate eval-and-compile usage.
8862 (ps-insert-file): Use insert-file-contents instead of insert-file.
8863 (ps-setup): Code fix.
8864
8865 * printing.el (pr-setup, lpr-setup): Code fix.
8866
8867 2004-11-21 Jay Belanger <belanger@truman.edu>
8868
8869 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8870 (calc-original-buffer): Declare them.
8871 (calc-user-formula-alist): New variable.
8872 (calc-user-define-formula, calc-fix-user-formula)
8873 (calc-user-define-composition, calc-finish-formula-edit):
8874 Replace variable `alist' by declared variable.
8875 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8876 (var-q7, var-q7, var-q8, var-q9): Declare them.
8877 (calc-kbd-push): Don't check to see if var-q0 through var-q9
8878 are bound.
8879 (calcFunc-typeof): Replace undeclared variable by expression.
8880 (math-exp-env): New variable.
8881 (math-define-body, math-define-exp): Replace exp-env by declared var.
8882 (math-define-exp): Replace misplaced variable by expression.
8883
8884 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8885 (calc-curve-model, calc-curve-coefnames): New variables.
8886 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8887 varnames, model and coefnames by declared variables.
8888 (math-root-widen): New variable.
8889 (math-search-root, math-find-root): Replace variable root-widen by
8890 declared variable.
8891 (var-DUMMY): Declare it.
8892 (math-root-vars, math-min-vars): Move the declarations to earlier in
8893 the file.
8894 (math-brent-min): Make d a local variable.
8895 (math-find-minimum): Replace non-existent variable.
8896 (math-ninteg-romberg): Remove unnecessary variable.
8897 (math-ninteg-temp): New variable.
8898 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8899 integ-temp by declared variable.
8900 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8901 New variables.
8902 (math-general-fit): Replace variables first-var, first-coef and
8903 new-coefs by declared variables.
8904 (calcFunc-fitvar): Replace variable first-var by declared variable.
8905 (calcFunc-fitparam): Replace variable first-coef by declared variable.
8906 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8907 (math-all-vars-vars, math-all-vars-found): New variables.
8908 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8909 found by declared variable math-all-vars-vars.
8910
8911 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
8912
8913 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8914 of `defconst'.
8915
8916 2004-11-20 Richard M. Stallman <rms@gnu.org>
8917
8918 * isearch.el (isearch-mode-map): Don't bind SPC.
8919 (isearch-whitespace-chars): Function deleted.
8920 (isearch-search): Bind search-spaces-regexp.
8921 (isearch-lazy-highlight-search): Likewise.
8922 (search-whitespace-regexp): Doc fix.
8923 (isearch-forward-regexp): Doc fix.
8924
8925 * emacs-lisp/bytecomp.el (byte-compile-form):
8926 Move the calls to byte-compile-set-symbol-position,
8927 to avoid having two for the same symbol occurrence.
8928
8929 * comint.el (comint-input-ring-size): Increase to 150.
8930
8931 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8932 New variables.
8933 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8934 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8935
8936 * imenu.el (imenu--generic-function):
8937 Ensure we keep moving backward even if BEG isn't further back.
8938
8939 * replace.el (query-replace-read-to, query-replace-read-from):
8940 Specify t for KEEP-ALL in read-from-minibuffer.
8941
8942 * progmodes/python.el (python-switch-to-python):
8943 If Python isn't running, start it.
8944 Don't alter debug-ignored-errors.
8945
8946 * progmodes/cperl-mode.el (cperl-indent-region):
8947 Don't mind imenu-scanning-message.
8948
8949 * bindings.el (global-map): Bind C-e to move-end-of-line.
8950
8951 * simple.el (line-move-finish): New arg FORWARD.
8952 Ignore invisible newlines, not intangible ones.
8953 Conditions for acceptable stopping positions depend on FORWARD.
8954 (line-move): Pass FORWARD arg to line-move-finish.
8955
8956 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8957 of HEADER. Compensate for this change in the code to add display
8958 properties. Don't make the first line intangible.
8959
8960 * info.el (Info-search): Fix previous change.
8961
8962 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8963
8964 * Makefile.in (recompile): Revert 2004-11-19 change.
8965 (compile): Likewise.
8966
8967 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
8968
8969 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8970
8971 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8972
8973 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
8974 defgroup and defcustom. Eliminate eval-and-compile usage.
8975
8976 * progmodes/ebnf-otz.el: Fix typos.
8977
8978 2004-11-19 Jay Belanger <belanger@truman.edu>
8979
8980 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8981 (calc-edit-finish, calc-finish-stack-edit): Replace variable
8982 disp-trail by declared variable.
8983
8984 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8985 (calc-finish-selection-edit): Replace variable disp-trail by
8986 declared variable.
8987 (calc-selection-cache-entry): Move declaration to earlier in the file.
8988 (calc-selection-cache-num, calc-selection-cache-comp)
8989 (calc-selection-cache-offset, calc-selection-true-num)
8990 (calc-final-point-line, calc-final-point-column)
8991 (calc-original-buffer): Declare them.
8992 (calc-fnp-op, calc-fnp-num): New variables.
8993 (calc-find-nth-part, calc-find-nth-part-rec)
8994 (calc-select-previous): Replace op and num by declared variables.
8995 (calc-rsf-old, calc-rsf-new): New variables.
8996 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8997 Replace variables old and new by declared variables.
8998 (calc-sel-reselect): New variable.
8999 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9000 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9001 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9002 reselect with declared variable.
9003
9004 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9005 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9006 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9007 (math-import-list, math-rewrite-phase): Declare them.
9008 (math-rewrite): Use let* to declare variables.
9009 (calc-rewrite-selection): Make rules a local variable.
9010 (calc-rewr-sel): New variable.
9011 (calc-rewrite-selection, calc-locate-selection-marker)
9012 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9013 of sel.
9014 (math-rewrite-whole-expr): New variable.
9015 (math-rewrite, math-rewrite-phase): Replace variable expr by
9016 declared variable.
9017 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9018 (math-rewrite-heads-blanks ): New variables.
9019 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9020 heads, skips and blanks by declared variables.
9021 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9022 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9023 New variables.
9024 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9025 old, new, old-func and new-func by declared variables.
9026 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9027 Remove unnecessary variable.
9028 (math-apply-rw-regs): New variable.
9029 (math-apply-rewrites, math-rwapply-replace-regs)
9030 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9031 (math-apply-rw-ruleset): New variable.
9032 (math-apply-rewrites, math-rwapply-remember): Replace variable
9033 ruleset by declared variable.
9034
9035 2004-11-19 Richard M. Stallman <rms@gnu.org>
9036
9037 * info.el (Info-search): Use search-whitespace-regexp.
9038
9039 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9040
9041 * vc-rcs.el (vc-rcs-parse): New function.
9042 (vc-rcs-annotate-command): Likewise.
9043 (vc-rcs-annotate-current-time): Likewise.
9044 (vc-rcs-annotate-time): Likewise.
9045 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9046
9047 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9048
9049 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9050
9051 2004-11-18 Jay Belanger <belanger@truman.edu>
9052
9053 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9054
9055 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9056
9057 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9058 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9059 Use make-temp-file to generate PostScript files in any situation.
9060 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9061 (pr-interactive-p): Eliminate var.
9062 (pr-save-interactive): Eliminate macro.
9063 (pr-interface, pr-ps-directory-preview)
9064 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9065 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9066 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9067 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9068 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9069 (pr-ps-region-ps-print, pr-ps-mode-preview)
9070 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9071 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9072 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9073 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9074 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9075 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9076 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9077 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9078 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9079 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9080 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9081 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9082 Eliminate pr-save-interactive usage.
9083 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9084 Eliminate pr-interactive-p usage.
9085 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9086 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9087 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9088 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9089 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9090 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9091 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9092 New funs.
9093 (pr-ps-file): Use make-temp-file to generate a temporary file.
9094
9095 2004-11-17 Jay Belanger <belanger@truman.edu>
9096
9097 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9098 a local variable.
9099 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9100 (math-top-only): New variable.
9101 (math-simplify, math-simplify-step): Replace variable top-only by
9102 declared variable math-top-only.
9103 (math-simplify-expr): Declare it.
9104 Replace argument expr in all calls of math-defsimplify by
9105 math-simplify-expr.
9106 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9107 (math-simplify-divisor, math-simplify-one-divisor)
9108 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9109 (math-simplify-pow): Replace variable expr by declared variable
9110 math-simplify-expr.
9111 (math-simplify-divisor): Remove local variables temp and op.
9112 (math-simplify-one-divisor): Make temp and op local variables.
9113 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9114 New variables.
9115 (math-simplify-divisor, math-simplify-one-divisor):
9116 Replace variables nover and dover by declared variables.
9117 (math-expr-subst-new, math-expr-subst-old): New variables.
9118 (math-expr-subst, math-expr-subst-rec): Replace variables new
9119 and old by declared variables.
9120 (math-is-poly-degree, math-is-poly-loose): New variables.
9121 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9122 and loose by declared variables.
9123 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9124 (math-polynomial-base, math-polynomial-base-rec):
9125 Replace variables const-ok and mpb-pred by declared variables.
9126
9127 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9128
9129 * calc/calc-ext.el (math-defsimplify): Change the argument in
9130 the created function to math-simplify-expr.
9131
9132 * calc/calc-units.el (math-simplify-expr): Declare it.
9133 Replace argument expr in all calls of math-defsimplify by
9134 math-simplify-expr.
9135 (math-simplify-units-prod): Replace variable expr by declared
9136 variable math-simplify-expr.
9137
9138 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9141 Replace mapcar->dolist, format->string.
9142
9143 2004-11-17 Miles Bader <miles@gnu.org>
9144
9145 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9146 * progmodes/idlwave.el: Remove RCS keywords.
9147
9148 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9149
9150 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9151 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9152 Update to IDLWAVE version 5.5. Too many changes to list them here.
9153 * progmodes/idlw-help.el: New file.
9154
9155 2004-11-16 Richard M. Stallman <rms@gnu.org>
9156
9157 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9158 Discard spaces after \i according to TeX rules.
9159
9160 * international/mule.el (set-buffer-file-coding-system):
9161 New arg NOMODIFY.
9162 (after-insert-file-set-coding): Pass that new arg.
9163 Prevent set-buffer-multibyte from trying to lock the file.
9164
9165 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9166
9167 * saveplace.el (save-place): Doc fix.
9168
9169 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9170 temporarily widen before finding the following word to copy.
9171
9172 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9173 (cl-map-keymap): Definition deleted.
9174
9175 * subr.el (map-keymap-internal): New function.
9176
9177 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9180 when pressing rather than when releasing mouse-2. Simplify.
9181
9182 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9185 (compilation-mode): Set it here instead.
9186
9187 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9188
9189 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9190 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9191
9192 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * progmodes/compile.el (compilation-internal-error-properties):
9195 Fix up a transposition-typo. Check end-col before using it.
9196
9197 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9198
9199 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9200 Discard whitespace after macro \i when converting it.
9201
9202 2004-11-16 Juri Linkov <juri@jurta.org>
9203
9204 * emacs-lisp/find-func.el (find-function-regexp):
9205 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9206 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9207 Remove invalid `\W' from [^cgv\W]. Doc fix.
9208 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9209
9210 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9211
9212 * play/life.el: Maintainer is now FSF.
9213 (life-patterns, life-neighbor-deltas, life-window-start)
9214 (life-current-generation, life-generation-string): Use defvar
9215 instead of defconst.
9216
9217 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * progmodes/compile.el (compilation-move-to-column): New fun.
9220 (compilation-internal-error-properties)
9221 (compilation-next-error-function): Use it to make sure we don't go past
9222 the end of line.
9223
9224 2004-11-15 John Paul Wallington <jpw@gnu.org>
9225
9226 * autoinsert.el (auto-insert-alist): Insert the user's name in
9227 copyright notice, rather than Free Software Foundation, for the
9228 Emacs Lisp header case too.
9229
9230 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9231
9232 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9233 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9234 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9235 return the list of string in a string.
9236 (pr-call-process): Message if calling process returns an error, that
9237 is, the exit status is different of zero.
9238
9239 2004-11-15 Jay Belanger <belanger@truman.edu>
9240
9241 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9242 variable var-thing.
9243 (math-integ-depth, math-integ-level, math-integral-limit)
9244 (math-enable-subst, math-any-substs, math-integ-msg)
9245 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9246 (math-int-threshold, math-int-factors, math-double-roots)
9247 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9248 (var-GenCount): Declare these variables.
9249 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9250 (math-integral-cache, math-integral-cache-state):
9251 Move declarations to earlier in the file.
9252 (math-deriv-var, math-deriv-total, math-deriv-symb)
9253 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9254 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9255 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9256 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9257 (math-solve-res): New variables
9258 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9259 (math-integral, math-replace-integral-parts)
9260 (math-integrate-by-parts, calc-dump-integral-cache)
9261 (math-try-integral, math-do-integral, math-do-integral)
9262 (math-do-integral-methods, math-try-solve-for)
9263 (math-try-solve-prod, math-solve-poly-funny-powers)
9264 (math-solve-crunch-poly, math-decompose-poly)
9265 (math-solve-find-root-term, math-find-root-in-prod)
9266 (math-integ-try-linear-substitutions)
9267 (math-integ-try-substitutions, math-expr-rational-in)
9268 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9269 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9270 (math-solve-for, math-solve-system, math-solve-system-rec)
9271 (math-solve-get-sign, math-solve-get-int)
9272 (math-solve-system-subst): Replace undeclared variables with newly
9273 declared variables.
9274
9275 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * winner.el (winner-active-region, winner-edges, winner-window-list):
9278 Define at toplevel.
9279 (winner-mode-map): Move init inside declaration.
9280
9281 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9282
9283 * files.el (convert-standard-filename): Doc fix.
9284
9285 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9286
9287 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9288 passwd, group, shadow, default/* and pam.d/*.
9289
9290 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9291
9292 * printing.el (pr-menu-spec): Adjust menu specification.
9293
9294 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9295
9296 * printing.el: Doc fix. Insert :version tag into all defcustom.
9297 Handle interactive-p as is recommended in Emacs Lisp Reference.
9298 Set the file permission bits for newly created files.
9299 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9300 The printing menu specification (in `pr-menu-spec') was merged.
9301 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9302 (pr-version): New version number (6.8.3).
9303 (pr-file-modes): New option.
9304 (pr-interactive-p): New var.
9305 (pr-save-interactive, pr-save-file-modes): New macros.
9306 (pr-setup): Code fix.
9307 (pr-menu-spec): Menu specification merged.
9308 (pr-call-process, pr-text2ps): Set file permission bits.
9309 (pr-despool-print): Set file permission bits. Handle interactive-p as
9310 is recommended.
9311 (pr-interface, pr-ps-directory-preview)
9312 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9313 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9314 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9315 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9316 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9317 (pr-ps-region-ps-print, pr-ps-mode-preview)
9318 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9319 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9320 (pr-despool-using-ghostscript, pr-despool-ps-print)
9321 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9322 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9323 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9324 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9325 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9326 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9327 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9328 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9329 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9330 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9331 Handle interactive-p as is recommended.
9332
9333 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9336 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9337
9338 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9339 so it doesn't forget to highlight the beginning of the region either.
9340
9341 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9342
9343 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9344 (c-font-lock-init): Eliminate obsolete make-local-hook.
9345 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9346 (awk-mode): Use run-mode-hooks.
9347
9348 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9349
9350 2004-11-13 Kim F. Storm <storm@cua.dk>
9351
9352 * mouse.el (mouse-drag-copy-region): Add :version.
9353 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9354 while dragging mode line, so mode line can be dragged downwards.
9355 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9356 while pressing mouse button so window doesn't scroll until we
9357 release the mouse if clicking on partially visible line.
9358
9359 2004-11-12 Jay Belanger <belanger@truman.edu>
9360
9361 * calc/calc-graph.el (calc-dumb-map): Declare it.
9362 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9363 than unbound.
9364 (calc-graph-name): Made `end' a local variable.
9365 (calc-graph-lookup): Made `varname' a local variable.
9366 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9367 Declare them.
9368 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9369 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9370 the unused variable y3vec.
9371 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9372 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9373 calc-graph-prev-kill-hook.
9374 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9375 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9376 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9377 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9378 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9379 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9380 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9381 (calc-graph-y3value, calc-graph-y3name)
9382 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9383 (calc-graph-stepcount, calc-graph-is-splot)
9384 (calc-graph-surprise-splot, calc-graph-blank)
9385 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9386 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9387 (calc-graph-recompute-2d, calc-graph-compute-3d)
9388 (calc-graph-format-data): Replace undeclared variables with the
9389 above newly declared variables.
9390
9391 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9392
9393 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9394 `rsf-beep' and `rsf-sleep-after-message'.
9395
9396 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9397 list if `message-sender' is non-nil.
9398
9399 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9400
9401 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9402 consing by using mapc instead of mapcar.
9403
9404 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9405
9406 * tooltip.el (require): Explain why CL is needed.
9407
9408 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9409
9410 * printing.el: Insert :version into defgroup (printing). All reference
9411 to Files option in menubar were changed to File.
9412 (pr-version): New version number (6.8.2).
9413 (pr-get-symbol): Call easy-menu-intern.
9414 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9415 compilation gripes.
9416
9417 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9420 new byte-compile-function-environment binding to t.
9421
9422 * font-lock.el (font-lock-fontify-syntactically-region):
9423 Don't forget to highlight the last char when we hit `end'.
9424
9425 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9426 (mwheel-scroll): Adjust accordingly.
9427
9428 * cvs-status.el: Reduce spurious warnings.
9429 (cvs-status-checkout): Remove.
9430 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9431
9432 * pcvs.el (cvs-mode-checkout): New command.
9433
9434 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9435
9436 * tooltip.el: Require CL.
9437
9438 * emacs-lisp/bytecomp.el: Use push.
9439 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9440 (defalias): Remove the `byte-compile' property and add
9441 a `byte-hunk-handler'.
9442
9443 2004-11-11 Juri Linkov <juri@jurta.org>
9444
9445 * info.el (Info-search): Save match data for isearch.
9446 Skip Tag Table node.
9447
9448 * descr-text.el (describe-char): Replace syntax-after with code
9449 from its previous version.
9450
9451 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9452 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9453
9454 * international/mule.el (sgml-html-meta-auto-coding-function):
9455 Remove > after <html to allow HTML attributes.
9456
9457 2004-11-11 Jay Belanger <belanger@truman.edu>
9458
9459 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9460 a variable.
9461 (calcFunc-dfac): Replace unbound max by n.
9462 (math-stirling-local-cache): New variable.
9463 (math-stirling-number, math-stirling-1, math-stirling-2):
9464 Replace the variable `cache' by the declared variable
9465 math-stirling-local-cache.
9466 (var-RandSeed): Declare it as a variable.
9467 (math-init-random-base, math-random-digit): Don't check to see if
9468 var-RandSeed is bound.
9469 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9470 Declare them instead of just setting them.
9471 (math-init-random-base): Made i a local variable.
9472 (math-random-digit): Made math-random-last a local variable.
9473 (math-prime-test-cache): Move declaration to before it is used.
9474 (math-prime-test-cache-k, math-prime-test-cache-q)
9475 (math-prime-test-cache-nm1, math-prime-factors-finished):
9476 Declare them as variables.
9477
9478 2004-11-11 Jay Belanger <belanger@truman.edu>
9479
9480 * calc/calc-ext.el (math-defcache): Use defvar for the new
9481 variables it creates.
9482
9483 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9484
9485 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9486 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9487 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9488 (desktop-save): Add :version.
9489
9490 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * printing.el (pr-get-symbol): Don't downcase.
9493
9494 2004-11-10 Jay Belanger <belanger@truman.edu>
9495
9496 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9497 string to kill-ring.
9498
9499 * calc/calc-aent.el (calc-alg-exp, math-toks)
9500 (math-exp-pos,math-exp-old-pos, math-exp-token)
9501 (math-exp-keep-spaces, math-exp-str): New variables.
9502 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9503 (calcAlg-enter): Use declared variable calc-alg-exp.
9504 (math-build-parse-table, math-find-user-token): Use declared
9505 variable math-toks.
9506 (math-read-exprs, math-read-token, calc-check-user-syntax)
9507 (calc-match-user-syntax, match-factor-after, math-read-factor):
9508 Use declared variables math-exp-pos math-exp-old-pos.
9509 (math-read-exprs, math-read-token, math-read-expr-level)
9510 (calc-check-user-syntax, calc-match-user-syntax)
9511 (match-factor-after, math-read-factor): Use declared variable
9512 math-exp-token.
9513 (math-read-exprs, math-read-expr-list, math-read-token)
9514 (math-read-factor): Use declared variable math-exp-keep-spaces.
9515 (math-read-exprs, math-read-token): Use declared variable
9516 math-exp-str.
9517 (calc-match-user-syntax): Make m a local variable.
9518
9519 * calc/calc-ext.el (math-read-expr): Use declared variables
9520 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9521 math-exp-keep-spaces.
9522
9523 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9524 variables math-exp-pos, math-exp-str.
9525
9526 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9527 math-exp-old-pos.
9528 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9529 (math-parse-eqn-prime): Use declared variable math-exp-token.
9530
9531 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9532 Use declared variable math-exp-pos.
9533 (math-check-for-commas): Use declared variable math-exp-str.
9534 (math-read-brackets): Use declared variables math-exp-old-pos,
9535 math-exp-keep-spaces.
9536 (math-read-brackets, math-read-vector, math-read-matrix):
9537 Use declared variable math-exp-token.
9538
9539 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9542 where the keymap is a symbol.
9543 (easy-menu-add-item): Use keymap-prompt. Simplify.
9544
9545 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9546
9547 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9548 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9549
9550 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9551
9552 * ebuff-menu.el: Doc fixes throughout.
9553 (electric-buffer-menu-mode-hook): New defvar.
9554
9555 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9556
9557 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9558 The resulting compiler warnings appear to be harmless.
9559
9560 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9561
9562 * textmodes/conf-mode.el: New file.
9563
9564 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9565
9566 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9569
9570 2004-11-09 Jay Belanger <belanger@truman.edu>
9571
9572 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9573
9574 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9575 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9576 (calc-z-prefix-help, calc-user-function-list): Use declared
9577 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9578 (math-map-tree, math-map-tree-rec): Use declared variables
9579 math-mt-many, math-mt-func.
9580 (math-read-expression, math-read-string): Use declared variable
9581 math-expr-data.
9582
9583 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9584 variable math-normalize-a.
9585
9586 * calc/calc.el (math-normalize-a): New variable.
9587 (math-normalize): Use declared variable math-normalize-a.
9588
9589 * calc/calc-poly.el (math-expand-form): Use declared variable
9590 math-mt-many.
9591
9592 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9593 Use declared variable math-mt-many.
9594 (math-rewrite): Use declared variable math-mt-func.
9595
9596 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9597 (math-read-matrix): Use declared variable math-expr-data.
9598
9599 * calc/calc-lang.el (math-parse-fortran-vector)
9600 (math-parse-fortran-vector-end, math-parse-tex-sum)
9601 (math-parse-eqn-matrix, math-parse-eqn-prime)
9602 (math-read-math-subscr): Use declared variable math-expr-data.
9603
9604 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9605 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9606 (calc-match-user-syntax, math-read-if, math-factor-after)
9607 (math-read-factor): Use declared variable math-expr-data.
9608
9609 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9610
9611 * calendar/diary-lib.el (diary-from-outlook)
9612 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9613 interactive-p; but rather new optional argument NOCONFIRM.
9614
9615 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9616
9617 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9618 (easy-menu-name-match): Revert correspondingly.
9619
9620 2004-11-09 Richard M. Stallman <rms@gnu.org>
9621
9622 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9623 Turn off warnings for the new function even if definition not constant.
9624 If the definition isn't a quoted symbol, record (FUNCTION . t).
9625 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9626 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9627 (display-call-tree, byte-compile-arglist-warn):
9628 Handle t returned by byte-compile-fdefinition.
9629
9630 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9631
9632 * Makefile.in (maintainer-clean): Depend on distclean.
9633
9634 * help-fns.el (help-C-file-name): File name must be in build-files
9635 to be returned.
9636
9637 2004-11-09 Jay Belanger <belanger@truman.edu>
9638
9639 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9640 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9641
9642 * calc/calc.el (calc, calc-trail-display, calc-mode):
9643 Remove obsolete sections.
9644
9645 * calc/calc.el (calc-x-paste-text): Remove.
9646
9647 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9648 mouse-2.
9649
9650 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9651
9652 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9653 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9654 current frame (in case of recursive calls).
9655 (gdb-show-changed-values): Add :version keyword.
9656
9657 2004-11-09 Kenichi Handa <handa@m17n.org>
9658
9659 * international/mule-cmds.el: Change coding: tag back to
9660 iso-2022-7bit.
9661
9662 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * international/mule-cmds.el: Change coding-system to utf-8.
9665 (select-safe-coding-system-interactively):
9666 New function extracted from select-safe-coding-system.
9667 (select-safe-coding-system): Use it.
9668
9669 2004-11-08 Richard M. Stallman <rms@gnu.org>
9670
9671 * subr.el (syntax-after): Doc fix.
9672
9673 * paren.el (show-paren-function): Change calls to syntax-after
9674 for new way of returning the value.
9675
9676 * menu-bar.el (menu-bar-file-menu): Make this the real name
9677 and menu-bar-files-menu the alias. Use the former.
9678 (global-map): Use `file', not `files', as the symbol.
9679
9680 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9681
9682 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9683 Don't use beginning-of-buffer.
9684 (filesets-cmd-show-result): Use with-no-warnings.
9685
9686 2004-11-08 Juri Linkov <juri@jurta.org>
9687
9688 * progmodes/compile.el (compile): Don't overwrite last command in
9689 minibuffer history with default command if they are not equal.
9690
9691 2004-11-08 Jay Belanger <belanger@truman.edu>
9692
9693 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9694 non-linear substitutions.
9695
9696 2004-11-08 Jay Belanger <belanger@truman.edu>
9697
9698 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9699 (math-do-integral): Set `math-linear-subst-tried' to nil.
9700 (math-do-integral-methods): Use `math-linear-subst-tried' to
9701 determine what type of substitution to try.
9702 (math-integ-try-linear-substituion):
9703 Set `math-linear-subst-tried' to t.
9704
9705 2004-11-08 Kim F. Storm <storm@cua.dk>
9706
9707 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9708
9709 2004-11-07 Juri Linkov <juri@jurta.org>
9710
9711 * info-look.el (info-lookup): Allow reusing in the current buffer
9712 not only *info* buffer, but all (even renamed) Info buffers
9713 by checking for major-mode instead of *info* buffer name.
9714 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9715 (octave-mode, maxima-mode) <doc-spec>:
9716 Allow long dashes generated by Texinfo 4.7 before definitions.
9717 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9718 definitions with argument separated by space.
9719
9720 2004-11-06 Richard M. Stallman <rms@gnu.org>
9721
9722 * simple.el (next-error group, face): Move before first use.
9723 (next-error-highlight, next-error-highlight-no-select): Likewise.
9724
9725 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9726 (line-move): New args NOERROR and TO-END.
9727 Return t if if succeed in moving specified number of lines.
9728 (move-end-of-line): New function.
9729
9730 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9731 (end-of-buffer-other-window): Likewise.
9732
9733 * simple.el (line-move-ignore-invisible): Default to t.
9734
9735 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9736
9737 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9738
9739 * international/iso-cvt.el (iso-cvt-define-menu):
9740 Rename menu-bar-files-menu to menu-bar-file-menu.
9741
9742 * net/browse-url.el (browse-url-gnome-moz-program)
9743 (browse-url-gnome-moz-arguments): Move up before first use.
9744
9745 * net/tramp.el (tramp group): Add :version.
9746
9747 * progmodes/ada-xref.el (ada-gdb-application):
9748 Use goto-char instead of beginning-of-buffer.
9749
9750 * progmodes/cperl-mode.el (cperl-info-on-command):
9751 Use goto-char instead of beginning-of-buffer.
9752
9753 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9754 Move up before first use.
9755 (idlwave-shell-temp-pro-file): Likewise.
9756 (idlwave-shell-temp-rinfo-save-file): Likewise.
9757 (idlwave-shell-temp-file): Minor doc fix.
9758
9759 * textmodes/flyspell.el (flyspell-external-point-words):
9760 Use goto-char instead of beginning-of-buffer.
9761
9762 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9763
9764 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9765 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9766 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9767
9768 2004-11-06 David Ponce <david@dponce.com>
9769
9770 * recentf.el (recentf-menu-path): Use menu item name.
9771
9772 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9773
9774 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9775 display doesn't support images.
9776
9777 2004-11-06 Andreas Schwab <schwab@suse.de>
9778
9779 * tempo.el (tempo-match-finder): Doc fix.
9780
9781 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9782
9783 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9786 (easy-menu-lookup-name): New fun to replace it.
9787 (easy-menu-get-map): Use it to obey menu item names (rather than just
9788 keys) when looking up `path'.
9789 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9790 (easy-menu-convert-item-1): Adjust to new name.
9791
9792 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9793
9794 * outline.el (hide-body): Don't hide lines at the top of the file
9795 that precede the first header line.
9796
9797 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9798
9799 * align.el (align-areas): Delete whitespace before reindenting, so
9800 that tabs are never placed after spaces.
9801
9802 2004-11-06 Alan Shutko <ats@acm.org>
9803
9804 * macros.el (insert-kbd-macro): Do completions based on macros,
9805 rather than all commands.
9806
9807 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9808
9809 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9810 to solve a bug whereby tags with 'b' don't match.
9811
9812 2004-11-05 Juri Linkov <juri@jurta.org>
9813
9814 * info.el (Info-search): Don't search in node header lines
9815 and file headers.
9816
9817 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9818 symbol-constituent characters after dot, not only digits.
9819
9820 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9821
9822 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9823
9824 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9825
9826 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9827 if a dialog will be used, read-file-name otherwise.
9828
9829 2004-11-04 Richard M. Stallman <rms@gnu.org>
9830
9831 * textmodes/table.el (table group): Add :version.
9832
9833 * textmodes/ispell.el (ispell-word):
9834 Don't alter args; set them only thru `interactive' spec.
9835
9836 * textmodes/flyspell.el (flyspell-word):
9837 Don't alter FOLLOWING; set it only thru `interactive' spec.
9838
9839 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9840
9841 * net/browse-url.el (browse-url-maybe-new-window):
9842 Use called-interactively-p.
9843
9844 * mail/supercite.el (sc-cite-region):
9845 Don't use interactive-p. Add arg INTERACTIVE.
9846 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9847
9848 * international/mule-cmds.el (set-input-method, toggle-input-method):
9849 Don't use interactive-p. Add arg INTERACTIVE.
9850
9851 * eshell/esh-mode.el (eshell-show-maximum-output):
9852 Don't use interactive-p.
9853 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9854
9855 * mouse.el (mouse-show-mark): Get positions to delete from mark
9856 and point, not from mouse-drag-overlay.
9857
9858 * imenu.el (imenu-eager-completion-buffer): Add :version.
9859
9860 * filesets.el (filesets group): Add :version.
9861
9862 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9863
9864 * files.el (xml-based-modes): Delete var.
9865 (magic-mode-alist): New more general var.
9866 (set-auto-mode): Use it.
9867
9868 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9869 when clicking from another window.
9870
9871 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9872
9873 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9874 (vc-cvs-annotate-time): Incorporate value of deleted var.
9875 Remove special-case handling of beginning-of-buffer cruft.
9876 Cache ending position (point) and return value in text property
9877 `vc-cvs-annotate-time', and consult it on subsequent invocations.
9878
9879 * vc-cvs.el (vc-cvs-annotate-command):
9880 Delete extraneous lines from beginning of buffer.
9881 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9882
9883 * progmodes/grep.el (grep-default-command): Take empty string
9884 for tag if all other methods yield nil. Shell-quote the tag.
9885
9886 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9887 spec in `interactive' form, and mention it in the docstring.
9888 Also, make sure point is at bol after calling `annotate-time'.
9889
9890 2004-11-02 Richard M. Stallman <rms@gnu.org>
9891
9892 * cus-edit.el (customize-group-other-window):
9893 Select the window that displays the custom buffer.
9894 (custom-buffer-create-other-window): Likewise.
9895
9896 * comint.el (comint-insert-input): Fix previous change.
9897
9898 * emacs-lisp/elp.el (elp-instrument-function):
9899 Use called-interactively-p.
9900
9901 * emacs-lisp/easymenu.el (easy-menu-intern):
9902 Don't downcase; rather, case-flip the first letter of each word.
9903
9904 * emacs-lisp/easy-mmode.el (define-minor-mode):
9905 Use called-interactively-p.
9906
9907 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9908 Add interactive-only.
9909 (byte-compile-warnings): Add interactive-only as option.
9910 (byte-compile-interactive-only-functions): New variable.
9911 (byte-compile-form): Warn about calls to functions
9912 in byte-compile-interactive-only-functions.
9913
9914 * emacs-lisp/autoload.el (update-file-autoloads):
9915 Don't use interactive-p; take new arg SAVE-AFTER.
9916
9917 * emacs-lisp/advice.el (ad-make-advised-definition):
9918 Use called-interactively-p.
9919
9920 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9921
9922 * files.el (find-file-existing): New function.
9923
9924 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9925 find-file-existing. Add "New File..." that calls find-file.
9926
9927 * diropen.pbm, diropen.xpm: New files.
9928
9929 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9930 icon diropen. New tool bar item find-file-existing uses icon open.
9931
9932 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9933 instead of read-file-name.
9934
9935 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
9936
9937 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9938 (icalendar--split-value): Change name of work buffer.
9939 (icalendar--get-weekday-abbrev): Return nil on error.
9940 (icalendar--date-to-isodate): New function.
9941 (icalendar-convert-diary-to-ical)
9942 (icalendar-extract-ical-from-buffer): Use only two args for
9943 make-obsolete (XEmacs compatibility).
9944 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9945 (icalendar-export-region): Doc fix.
9946 If error, return non-nil and write errors to a buffer.
9947 Use correct weekday for weekly recurring events.
9948 Check whether date has been parsed for ordinary events.
9949 Make weekly events start in the year 2000.
9950 DTEND is non-inclusive, shift end date by one day if
9951 necessary (not for entries that have date and time).
9952 Rename local let variables: oops -> found-error, datestring ->
9953 startdatestring.
9954
9955 2004-11-02 Kim F. Storm <storm@cua.dk>
9956
9957 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9958 keep-mode-if-same variable. Add it as optional arg instead.
9959 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9960
9961 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9962 substitute-command-keys will select lower-case bindings like those
9963 used in the static help texts.
9964
9965 * descr-text.el (describe-text-properties): Don't err if called in
9966 the *Help* buffer; output to *Help-2* buffer instead.
9967
9968 * kmacro.el (group kmacro): Add :version.
9969 (kmacro-keyboard-quit): New function to cleanup on C-g.
9970 (kmacro-start-macro): Set defining-kbd-macro to append when
9971 appending to last macro.
9972
9973 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9974
9975 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
9976
9977 * progmodes/gdb-ui.el (gdb-enable-debug-log)
9978 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9979 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9980 Add :version keyword.
9981
9982 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
9983
9984 * progmodes/flymake.el (flymake-err-line-patterns):
9985 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9986 `compilation-error-regexp-alist-alist' to internal Flymake format.
9987
9988 * progmodes/flymake.el: Eliminate byte-compiler warnings.
9989
9990 2004-11-01 Jay Belanger <belanger@truman.edu>
9991
9992 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9993 with `interactive "s"'.
9994
9995 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9996
9997 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9998 Revert change from 2004-10-16. '*' checks the current buffer, but the
9999 mouse click may be in another buffer.
10000
10001 2004-11-01 John Paul Wallington <jpw@gnu.org>
10002
10003 * files.el (large-file-warning-threshold): Add :version keyword.
10004 (kill-some-buffers): Doc fix.
10005
10006 * thumbs.el (group thumbs): Add :version keyword.
10007
10008 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10009
10010 2004-11-01 Richard M. Stallman <rms@gnu.org>
10011
10012 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10013
10014 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10015
10016 * allout.el (allout group): Add :version.
10017 (allout-init): Don't use interactive-p.
10018 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10019 (allout-forward-current-level, allout-backward-current-level):
10020 Don't use interactive-p.
10021
10022 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10023 (bibtex-find-text): Likewise.
10024
10025 * progmodes/vhdl-mode.el (vhdl-fill-region)
10026 (vhdl-beginning-of-statement): Don't use interactive-p.
10027
10028 * progmodes/idlwave.el (idlwave-update-routine-info):
10029 Don't use interactive-p.
10030
10031 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10032 Don't use interactive-p.
10033
10034 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10035 Don't use interactive-p.
10036
10037 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10038 Don't use interactive-p.
10039
10040 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10041 (fortune-in-buffer): Doc fix.
10042
10043 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10044
10045 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10046 don't select the temporary buffer.
10047 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10048 (eudc-get-phone): Likewise.
10049
10050 2004-11-01 Kim F. Storm <storm@cua.dk>
10051
10052 * man.el (Man-xref-normal-file): Fix help-echo.
10053
10054 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * reveal.el (reveal-last-tick): New var.
10057 (reveal-post-command): Use it to avoid closing overlays when we're
10058 appending text to them.
10059
10060 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10061
10062 * textmodes/bibtex.el: Require button.
10063 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10064 (bibtex-reference-keys): Distinguish between header keys and
10065 crossref keys.
10066 (bibtex-beginning-of-field): New function.
10067 (bibtex-url-map): Remove.
10068 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10069 (bibtex-font-lock-url-regexp): Assume that field names begin at
10070 the beginning of a line.
10071 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10072 Remove field delimiters. Use bibtex-beginning-of-field.
10073 Bugfix, point can be inside a field with a url.
10074 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10075 New functions.
10076 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10077 (bibtex-key-in-head): Simplify.
10078 (bibtex-current-line): Use bolp.
10079 (bibtex-parse-keys): Remove unused arg `add'.
10080 Use bibtex-type-in-head and bibtex-key-in-head.
10081 (bibtex-parse-entry, bibtex-autofill-entry):
10082 Use bibtex-type-in-head and bibtex-key-in-head.
10083 (bibtex-autokey-get-field): Do not alter case of replacement text.
10084 (bibtex-autokey-get-names): Do all processing of name list.
10085 (bibtex-autokey-get-year): New function.
10086 (bibtex-autokey-get-title): Do all processing of title words.
10087 (bibtex-generate-autokey): Simplify.
10088 (bibtex-string-files-init): Use default-directory.
10089 Allow for absolute file names in bibtex-string-files.
10090 (bibtex-files, bibtex-file-path): New variables.
10091 (bibtex-files-expand): New function.
10092 (bibtex-find-entry-globally): New command.
10093 (bibtex-summary-function): New variable.
10094 (bibtex-summary): Default value of bibtex-summary-function.
10095 (bibtex-find-crossref): New optional args pnt and split.
10096 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10097 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10098 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10099 Fix handling of required and alternative fields.
10100 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10101 Use cons and display-buffer.
10102 (bibtex-validate-globally): New command.
10103 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10104 bibtex-parse-keys and bibtex-parse-strings for updating
10105 bibtex-reference-keys and bibtex-strings.
10106 (bibtex-realign): Remove blank lines past the last entry.
10107 (bibtex-reformat): Use bibtex-entry-format as default.
10108 (bibtex-choose-completion-string): Remove.
10109 (bibtex-complete): Do not use bibtex-choose-completion-string.
10110 (bibtex-url): Simplify.
10111
10112 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10113
10114 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10115 (x-dnd-types-alist, x-dnd-open-file-other-window)
10116 (x-dnd-known-types): Add :version.
10117
10118 2004-10-31 John Paul Wallington <jpw@gnu.org>
10119
10120 * ibuffer.el (group ibuffer): Add :version keyword.
10121
10122 2004-10-31 Kim F. Storm <storm@cua.dk>
10123
10124 * ido.el (group ido): Add :version keyword.
10125 (ido-mode): Remove :version keyword.
10126
10127 * emulation/cua-base.el (group cua): Add :version keyword.
10128 (cua-mode): Remove :version keyword.
10129
10130 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10131
10132 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10133
10134 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10135 compiler warning.
10136 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10137 function.
10138 (help-at-pt-display-when-idle): Remove autoload.
10139
10140 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10143
10144 2004-10-30 Juri Linkov <juri@jurta.org>
10145
10146 * help.el (function-called-at-point):
10147 * help-fns.el (variable-at-point): Read -> intern.
10148
10149 2004-10-30 Simon Josefsson <jas@extundo.com>
10150
10151 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10152 Recognize AS_* too.
10153
10154 2004-10-29 Simon Josefsson <jas@extundo.com>
10155
10156 * subr.el (read-passwd): Move back from password.el.
10157
10158 * password.el: Remove, not ready yet.
10159
10160 2004-10-29 Andreas Schwab <schwab@suse.de>
10161
10162 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10163
10164 2004-10-29 Sam Steingold <sds@gnu.org>
10165
10166 * mouse.el (mouse-show-mark): Replace the last occurrence of
10167 x-lost-selection-hooks with x-lost-selection-functions.
10168
10169 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10172 x-lost-selection-functions is bound.
10173
10174 * mouse-sel.el (mouse-sel-mode):
10175 * emacs-lisp/lselect.el: Adjust to new names for
10176 x-(lost|sent)-selection-functions.
10177
10178 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10179 New obsolete aliases of x-lost-selection-functions and
10180 x-sent-selection-functions.
10181
10182 2004-10-28 Kim F. Storm <storm@cua.dk>
10183
10184 * imenu.el (imenu-scanning-message): Remove.
10185 (imenu-progress-message): Make it a no-op.
10186
10187 2004-10-28 John Paul Wallington <jpw@gnu.org>
10188
10189 * files.el (set-auto-mode): Call `throw' correctly.
10190
10191 2004-10-28 Juri Linkov <juri@jurta.org>
10192
10193 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10194 to search `Info-...' commands in `info' manual.
10195 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10196 Add 'info-file "emacs" property.
10197 (Info-find-emacs-command-nodes): Fix index line number regexp.
10198 Set real line number (instead of fake 0) in first element of the
10199 returned list.
10200 (Info-goto-emacs-command-node): Use line number of first element
10201 to set point in the first found Info node.
10202
10203 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10204 code to `grep-mode-font-lock-keywords'.
10205 (grep-mode-font-lock-keywords): Delete grep markers instead
10206 of making them invisible.
10207
10208 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10209
10210 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10211 and x-server-version in bug report.
10212
10213 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10214
10215 * files.el (set-auto-mode-0): New function.
10216 (set-auto-mode): Use it to handle aliased modes and to
10217 be consistent between C-x C-f and C-x C-w.
10218
10219 2004-10-28 Kenichi Handa <handa@m17n.org>
10220
10221 * international/utf-8.el (utf-translate-cjk-charsets):
10222 Add katakana-jisx0201.
10223
10224 * international/subst-jis.el: Add data for JISX0201.
10225
10226 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * obsolete/hilit19.el (hilit-mode): New function.
10229 Move all the toplevel side-effecting stuff into it, so that loading
10230 hilit19 doesn't mess everything up any more.
10231
10232 2004-10-27 Richard M. Stallman <rms@gnu.org>
10233
10234 * add-log.el (add-change-log-entry): Set up mailing address
10235 and full name later, and don't alter add-log-mailing-address
10236 or add-log-full-name.
10237
10238 * elide-head.el (elide-head): Change error to message.
10239 (elide-head-show): Likewise.
10240
10241 * apropos.el (apropos-macrop): Doc fix.
10242
10243 * mouse.el (mouse-show-mark): Do most processing the same
10244 regardless of transient-mark-mode.
10245
10246 * shadowfile.el (shadow-copy-files): Use interactive-p
10247 only to control whether to print a message.
10248
10249 * tar-mode.el (tar-mode): Use write-contents-functions,
10250 not write-contents-hooks.
10251
10252 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10253 directory-sep-char.
10254
10255 2004-10-27 Richard M. Stallman <rms@gnu.org>
10256
10257 * strokes.el (strokes-unload-hook): Fix previous change.
10258
10259 * type-break.el (type-break-run-at-time): Always use run-at-time;
10260 forget the alternatives.
10261 (type-break-cancel-function-timers): Always use cancel-function-timers;
10262 forget the alternatives.
10263
10264 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10265
10266 2004-10-27 Kenichi Handa <handa@m17n.org>
10267
10268 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10269
10270 * international/subst-gb2312.el: Likewise.
10271
10272 * international/subst-big5.el: Likewise.
10273
10274 * international/subst-ksc.el: Likewise.
10275
10276 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10277 New variable.
10278 (utf-translate-cjk-set-unicode-range): New function.
10279 (utf-translate-cjk-unicode-range): Make it customizable.
10280 (utf-8-post-read-conversion):
10281 Use utf-translate-cjk-unicode-range-string.
10282 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10283 Unicode ranges.
10284
10285 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10286
10287 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10288 trivial variants to shorten the list.
10289 (xml-based-modes): New var.
10290 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10291 declaration higher priority than auto-mode-alist.
10292
10293 * find-file.el (cc-other-file-alist): Bring it in line with
10294 cc-mode's auto-mode-alist entries and use \' instead of $.
10295
10296 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10297 and add "Id" and "Name" submenus to it.
10298
10299 * imenu.el (imenu--generic-function): Skip matches in comments.
10300
10301 2004-10-26 Jay Belanger <belanger@truman.edu>
10302
10303 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10304 (full-calc-keypad, calc-trail-display): Use an extra argument
10305 instead of `interactive-p'.
10306
10307 * calc/calc-misc.el (calc-other-window): Use an extra argument
10308 instead of `interactive-p'.
10309
10310 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10311 `interactive-p'.
10312
10313 2004-10-26 Kim F. Storm <storm@cua.dk>
10314
10315 * help.el (describe-key): Describe both down-event and up-event
10316 for a mouse click.
10317
10318 2004-10-26 Richard M. Stallman <rms@gnu.org>
10319
10320 * woman.el (woman): Don't call interactive-p.
10321
10322 * pcomplete.el (pcomplete): Instead of interactive-p,
10323 use an arg set non-nil by the interactive spec.
10324
10325 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10326 use an arg set non-nil by the interactive spec.
10327
10328 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10329 use an arg set non-nil by the interactive spec.
10330
10331 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10332
10333 * progmodes/flymake.el (flymake-split-string):
10334 Use `flymake-split-string-remove-empty-edges' in any case.
10335
10336 2004-10-26 Masatake YAMATO <jet@gyve.org>
10337
10338 * progmodes/flymake.el (flymake-err-line-patterns):
10339 Use `compilation-error-regexp-alist-alist' instead of
10340 `compilation-error-regexp-alist'.
10341
10342 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10345 verbatim face on the \ of \end{verbatim}.
10346
10347 2004-10-25 Jay Belanger <belanger@truman.edu>
10348
10349 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10350 erasing minibuffer.
10351
10352 2004-10-25 Simon Josefsson <jas@extundo.com>
10353
10354 * subr.el (read-passwd): Move to net/password.el.
10355
10356 * net/password.el (read-passwd): Add. Autoload it.
10357
10358 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10359
10360 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10361
10362 * simple.el (process-file): Fix logic.
10363
10364 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10365
10366 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10367 (increase-right-margin): Remove erroneous call to `interactive-p'.
10368
10369 2004-10-24 Kim F. Storm <storm@cua.dk>
10370
10371 * help.el (describe-mode): Fix 2004-10-13 change.
10372 Copy pure "Auto Fill" string so it can be propertized later
10373 without causing a read-only error.
10374
10375 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10376
10377 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10378 style indexes.
10379
10380 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10381
10382 * simple.el (process-file): Accept nil for INFILE. Reported by
10383 Luc Teirlinck.
10384
10385 2004-10-24 Masatake YAMATO <jet@gyve.org>
10386
10387 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10388 Handle periods and underscores in a function name.
10389 Remove the address fontification.
10390
10391 2004-10-24 Masatake YAMATO <jet@gyve.org>
10392
10393 * progmodes/asm-mode.el (asm-font-lock-keywords):
10394 Use font-lock-variable-name-face for registers.
10395
10396 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10397
10398 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10399 kill-all-local-variables.
10400 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10401 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10402 Use kill-all-local-variables and provide mode-hooks.
10403 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10404 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10405 Suggested by Masatake YAMATO <jet@gyve.org>.
10406
10407 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10408
10409 * simple.el (process-file): New function, similar to call-process
10410 but supports file handlers.
10411 * vc.el (vc-do-command): Use it, instead of call-process.
10412 * net/tramp-vc.el (vc-do-command): Do not advise it if
10413 process-file is fboundp.
10414 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10415 process-file.
10416 (tramp-handle-process-file): New function.
10417 (tramp-file-name-for-operation): Support process-file.
10418
10419 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10420
10421 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10422 (icalendar-weekdayabbrev-table)
10423 (icalendar-monthnumber-table): Delete.
10424 (icalendar--get-month-number): Use calendar-month-name-array.
10425 (icalendar--get-weekday-number): New function.
10426 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10427 (icalendar-export-region): Handle multi-line entries.
10428 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10429
10430 2004-10-23 John Paul Wallington <jpw@gnu.org>
10431
10432 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10433 `wildcards' set to t in interactive spec.
10434
10435 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10436 interactive spec rather than use `interactive-p'.
10437 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10438 rather than use function `interactive-p'.
10439
10440 2004-10-22 Kenichi Handa <handa@m17n.org>
10441
10442 * international/mule.el (translate-region): Implement it in Lisp
10443 as a front end of translate-region-internal.
10444
10445 2004-10-21 Jay Belanger <belanger@truman.edu>
10446
10447 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10448 Declare these variables with defvar.
10449
10450 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10451 is bound, only check to see if it is bound.
10452
10453 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10454
10455 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10456 Don't output messages.
10457
10458 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10459
10460 2004-10-21 John Paul Wallington <jpw@gnu.org>
10461
10462 * calc/calc-graph.el (calc-graph-init):
10463 Use `set-process-query-on-exit-flag'.
10464
10465 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10466
10467 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10468 dir right and also allow argumentless cd.
10469
10470 2004-10-19 Richard M. Stallman <rms@gnu.org>
10471
10472 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10473
10474 * eshell/em-unix.el (eshell-grep):
10475 Don't bind compilation-process-setup-function.
10476
10477 * comint.el (comint-insert-input): Use @ in `interactive'.
10478 (comint-input-filter-functions): Doc fix.
10479 (comint-kill-whole-line, comint-get-source): Doc fix.
10480
10481 * progmodes/compile.el (compilation-setup):
10482 Don't set buffer-read-only if MINOR is non-nil.
10483
10484 2004-10-19 Jay Belanger <belanger@truman.edu>
10485
10486 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10487 (calc-emacs-type-gnu19): Remove.
10488 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10489 Remove check for old emacs versions.
10490
10491 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10492 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10493 for current Emacs.
10494
10495 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10496 the end of the minibuffer.
10497 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10498 copy `esc-map'.
10499
10500 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10501
10502 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10503 call that would be given when the current emacs was used.
10504
10505 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10506
10507 * calendar/icalendar.el: Set coding to utf-8.
10508 (icalendar-version): Increase to 0.07.
10509 (icalendar-monthnumber-table): Change March pattern.
10510 (icalendar-get-all-event-properties)
10511 (icalendar-set-event-property): Delete.
10512 (icalendar-all-events): No longer interactive.
10513 (icalendar-convert-diary-to-ical)
10514 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10515 their replacements.
10516 (icalendar-export-file, icalendar-export-region): New functions;
10517 essentially old `icalendar-convert-diary-to-ical' but appending to
10518 target rather than overwriting.
10519 (icalendar-import-file): Append to target file rather than
10520 overwriting. Fourth arg deleted.
10521 (icalendar-import-buffer): New name for old
10522 `icalendar-extract-ical-from-buffer'.
10523 (icalendar--convert-string-for-import): New name for
10524 old `icalendar-convert-for-import'.
10525 (include-icalendar-files): Delete.
10526 Prefix for all internal functions changed from `icalendar-'
10527 to `icalendar--'.
10528
10529 2004-10-19 Richard M. Stallman <rms@gnu.org>
10530
10531 * paths.el (news-path): Fix previous change.
10532
10533 2004-10-18 Jay Belanger <belanger@truman.edu>
10534
10535 * calc/calc-help.el (calc-describe-bindings):
10536 Set `buffer-read-only' to nil while working in the keybindings buffer;
10537 remove some extra information from the keybindings buffer.
10538
10539 2004-10-18 David Ponce <david@dponce.com>
10540
10541 * mouse.el (mouse-drag-move-window-top): New function.
10542 (mouse-drag-mode-line-1): Use it.
10543
10544 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10545
10546 * info.el (Info-fontify-node): For multiline refs,
10547 arrange to unfontify newline and surrounding whitespace.
10548
10549 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10552 directory is missing.
10553
10554 2004-10-17 John Paul Wallington <jpw@gnu.org>
10555
10556 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10557 New customizable variable; whether to display buffers that match
10558 `ibuffer-maybe-show-predicates' by default.
10559 (ibuffer-maybe-show-predicates): Mention it in docstring.
10560 (ibuffer-display-maybe-show-predicates): New variable.
10561 (ibuffer-update): Prefix arg now toggles whether buffers that
10562 match `ibuffer-maybe-show-predicates' should be displayed.
10563 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10564 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10565 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10566
10567 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10568
10569 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10570 work correctly.
10571
10572 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10573
10574 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10575 (Buffer-menu-beginning): New helper function.
10576 (Buffer-menu-execute): Use it.
10577 (Buffer-menu-select): Use it.
10578 (Buffer-menu-sort): Use it and also keep markers.
10579
10580 2004-10-17 Richard M. Stallman <rms@gnu.org>
10581
10582 * paths.el (news-directory): Rename from news-path. Old name alias.
10583 (rmail-spool-directory): Use defvar.
10584 (sendmail-program): Use defcustom.
10585 (remote-shell-program): Use defcustom.
10586 (term-file-prefix): Use defvar.
10587 (abbrev-file-name): Use defvar.
10588
10589 * term.el: Add maintainer.
10590
10591 * subr.el (with-local-quit): Return nil if there's a quit.
10592 (read-passwd): Use with-local-quit. Doc fix.
10593
10594 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10595 (strokes-unload-hook): Set as a variable with add-hook.
10596
10597 * startup.el (fancy-splash-tail, normal-splash-screen):
10598 Update copyright year.
10599
10600 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10601
10602 * server.el (server-unload-hook): Set as a variable with add-hook.
10603
10604 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10605
10606 * frame.el (special-display-popup-frame):
10607 Make the buffer current as its frame is created.
10608
10609 * delsel.el (delsel-unload-hook): Set as a variable.
10610
10611 * comint.el (comint-output-filter-functions):
10612 Add comint-watch-for-password-prompt.
10613 (comint-read-noecho): Function deleted.
10614 (send-invisible): Use read-passwd.
10615
10616 * fringe.el (fringe-mode-initialize): New function.
10617 (fringe-mode): Use fringe-mode-initialize as :initialize.
10618
10619 2004-10-17 Kim F. Storm <storm@cua.dk>
10620
10621 * language/indian.el (indian-script-language-alist): Swap value and doc.
10622 (indian-font-char-index-table): Doc fix.
10623
10624 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10627
10628 2004-10-16 Juri Linkov <juri@jurta.org>
10629
10630 * progmodes/compile.el (compilation-start): Move let-binding of
10631 `process-environment' into `with-current-buffer' body.
10632 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10633
10634 2004-10-16 Richard M. Stallman <rms@gnu.org>
10635
10636 * pcvs-util.el (cvs-bury-buffer):
10637 Don't call get-buffer-window for effect.
10638
10639 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10640
10641 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10642
10643 * msb.el (msb-unload-hook): Set the variable.
10644
10645 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10646 Use * to err if buffer is readonly.
10647
10648 * subr.el (looking-back): Return only t or nil.
10649
10650 * whitespace.el (whitespace-unload-hook): Set the variable.
10651
10652 * view.el (view-mode-enable): Set view-page-size and
10653 view-half-page-size to nil.
10654 (view-set-half-page-size-default): view-half-page-size = nil
10655 means the default.
10656 (View-scroll-page-forward): Use view-page-size-default.
10657 (View-scroll-page-backward): Likewise.
10658 (view-page-size, view-half-page-size): Doc fixes.
10659
10660 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10661
10662 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10663
10664 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10665 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10666 (byte-compile-log-1): Bind inhibit-read-only.
10667 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10668 (byte-compile-log-warning): Likewise.
10669 (byte-compile-file-form-require): Detect "cl" from the arg value.
10670
10671 * progmodes/compile.el (compilation-start): Assume compilation-mode
10672 will make the buffer read-only.
10673 (compilation-mode): Take arg name-of-mode.
10674 (compilation-setup): Make buffer read-only.
10675 (compilation-handle-exit): Bind inhibit-read-only.
10676
10677 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10678 (ispell-message): Likewise.
10679 (ispell-show-choices): Don't call get-buffer-window uselessly.
10680 (ispell-init-process): Use set-process-query-on-exit-flag.
10681
10682 2004-10-16 Kim F. Storm <storm@cua.dk>
10683
10684 * fringe.el (fringe-bitmaps): Only initialize when defined.
10685
10686 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10687 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10688
10689 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10690
10691 2004-10-15 Simon Josefsson <jas@extundo.com>
10692
10693 * net/password.el: Add.
10694
10695 2004-10-14 Masatake YAMATO <jet@gyve.org>
10696
10697 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10698 (gdb-script-end-of-defun): New function.
10699 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10700 `gdb-script-end-of-defun' as *-of-defun-function.
10701
10702 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10703
10704 * button.el (button-activate): Allow a marker to display as an action.
10705
10706 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10707
10708 * help.el (describe-mode): Use it to make minor mode list into
10709 hyperlinks.
10710
10711 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * vc.el (vc-annotate-display-select): Fix typo.
10714
10715 * subr.el (substitute-key-definition-key): New function.
10716 (substitute-key-definition): Use it with map-keymap.
10717 (event-modifiers): Use push.
10718 (mouse-movement-p, with-temp-buffer): Simplify.
10719
10720 2004-10-12 Jay Belanger <belanger@truman.edu>
10721
10722 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10723 New variables.
10724 (calc-help-index-entries): New function.
10725 (calc-describe-function): Use `calc-help-function-list' instead of
10726 obarray for completion.
10727 (calc-describe-variable): Use `calc-help-variable-list' instead
10728 of obarray for completion.
10729
10730 2004-10-12 Richard M. Stallman <rms@gnu.org>
10731
10732 * info-look.el (info-lookup-file): Add info-file property.
10733 (info-lookup-symbol): Likewise.
10734
10735 * info.el (info-xref): Add underlining.
10736 (info): Add info-file property.
10737 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10738
10739 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10740
10741 Sync with Tramp 2.0.45.
10742
10743 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10744 defined. This is not the case for XEmacs without package "edebug".
10745 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10746 remote files to the permissions of the original file. This is not
10747 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10748 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10749 (tramp-perl-decode): Fix an error in Perl implementation.
10750 $pending must be cleared every loop. Reported by Benjamin Place
10751 <benjaminplace@sprintmail.com>
10752
10753 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10754 Don't activate advice during definition. This is done later on,
10755 depending on test result of `substitute-in-file-name'.
10756 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10757
10758 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10761
10762 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10763
10764 2004-10-12 David Ponce <david@dponce.com>
10765
10766 * recentf.el (recentf-edit-list): Update the menu when the recentf
10767 list has been modified.
10768
10769 2004-10-12 Simon Josefsson <jas@extundo.com>
10770
10771 * net/tls.el (tls-certtool-program): New variable.
10772 (tls-certificate-information): New function, based on
10773 ssl-certificate-information.
10774
10775 2004-10-12 Kenichi Handa <handa@m17n.org>
10776
10777 * international/mule.el (coding-system-equal): Move from mule-util.el.
10778
10779 * international/mule-util.el (coding-system-equal): Move to mule.el.
10780
10781 2004-10-12 Kim F. Storm <storm@cua.dk>
10782
10783 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10784 reset kmacro-initial-counter-value if set.
10785 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10786 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10787 (kmacro-display): Show macro counter if non-zero.
10788
10789 * subr.el (substitute-key-definition): Mention command remapping
10790 in doc string.
10791
10792 2004-10-11 Jay Belanger <belanger@truman.edu>
10793
10794 * calc/calc-misc.el (calc-info-goto-node): New function.
10795 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10796 node in one step.
10797 (calc-describe-copying, calc-describe-distribution)
10798 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10799 Go to appropriate info node in one step.
10800
10801 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10804
10805 * font-lock.el (font-lock-apply-highlight): Fix last change.
10806
10807 2004-10-11 Simon Josefsson <jas@extundo.com>
10808
10809 * mail/smtpmail.el (smtpmail-open-stream): Look for
10810 starttls-gnutls-program instead of starttls-program iff
10811 starttls-use-gnutls is non-nil.
10812 (smtpmail-open-stream): Don't overwrite user settings of
10813 starttls-extra-arguments and starttls-extra-args.
10814
10815 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * comint.el (comint-mouse-insert-input): Remove.
10818 (comint-insert-input): Make it work for mouse bindings.
10819 (comint-mode-map): Move defs into the declaration.
10820 (comint-output-filter): Typo.
10821
10822 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10823
10824 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10825
10826 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10827 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10828 ange-ftp-remote-shell.
10829
10830 2004-10-10 Andreas Schwab <schwab@suse.de>
10831
10832 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10833 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10834 Reported by <sri@asu.edu>.
10835
10836 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10837
10838 * vc.el (vc-annotate-mode): Remove variable.
10839 (vc-annotate-display-select): Only call vc-annotate-mode
10840 if we're not in that mode already.
10841
10842 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10845 (imenu-choose-buffer-index): Check here for rescan instead.
10846
10847 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10848 where the face expression evals to nil.
10849
10850 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10851 (tex-font-lock-keywords-2): Use it.
10852 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10853
10854 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10855
10856 2004-10-09 Kim F. Storm <storm@cua.dk>
10857
10858 * subr.el (progress-reporter-update): Define before first usage.
10859 (make-progress-reporter): Doc fix.
10860
10861 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10862
10863 * textmodes/paragraphs.el (sentence-end-double-space)
10864 (sentence-end-without-period, sentence-end-without-space)
10865 (sentence-end): Doc fixes.
10866
10867 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10868
10869 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10870 Change paragraph-start regexp so we don't fill code starting with #'(.
10871
10872 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10873
10874 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10875 New defcustom.
10876 (extract-address-components): Use it.
10877
10878 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10879
10880 * subr.el (make-progress-reporter, progress-reporter-update)
10881 (progress-reporter-force-update, progress-reporter-do-update)
10882 (progress-reporter-done): New functions.
10883
10884 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10885
10886 * progmodes/etags.el (etags-tags-completion-table): Use progress
10887 reporter.
10888 (etags-tags-apropos): Likewise.
10889
10890 2004-10-08 Alan Mackenzie <acm@muc.de>
10891
10892 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10893 of current line.
10894
10895 2004-10-08 Masatake YAMATO <jet@gyve.org>
10896
10897 * server.el (server-process-filter): Wrap `process-send-region'
10898 by `condition-case' to guard the case when the pipe to PROC is closed.
10899
10900 2004-10-07 Mark A. Hershberger <mah@everybody.org>
10901
10902 * xml.el (xml-substitute-special): Limit handling of external entities.
10903
10904 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
10905
10906 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10907
10908 2004-10-06 John Paul Wallington <jpw@gnu.org>
10909
10910 * xml.el (xml-parse-dtd): Fix `error' call.
10911
10912 2004-10-05 Mark A. Hershberger <mah@everybody.org>
10913
10914 * xml.el (xml-substitute-special): Return a single string instead
10915 of a list of strings if an entity substitution is made.
10916
10917 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
10918
10919 * calendar/icalendar.el: New file.
10920
10921 2004-10-05 Juri Linkov <juri@jurta.org>
10922
10923 * isearch.el (isearch-done): Set mark after running hook.
10924 Reported by Drew Adams <drew.adams@oracle.com>.
10925
10926 * info.el (Info-history, Info-toc): Fix Info headers.
10927 (Info-toc): Narrow buffer before Info-fontify-node.
10928 (Info-build-toc): Don't check for special Info file names.
10929 Set main-file to nil if Info-find-file returns a symbol.
10930
10931 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
10932
10933 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10934 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10935 * calendar/cal-menu.el (calendar-mode-map): Ditto.
10936
10937 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10938
10939 * calendar/cal-iso.el (calendar-iso-read-args): New function,
10940 for old interactive spec from calendar-goto-iso-date.
10941 (calendar-goto-iso-date): Use it.
10942 (calendar-goto-iso-week): New function. Suggested by Emilio
10943 C. Lopes <eclig@gmx.net>.
10944
10945 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
10946
10947 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10948 `set-right-margin' bindings that follow the minor mode conventions.
10949
10950 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10951
10952 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10953 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10954 (latex-block-args-alist): Add minipage and picture.
10955 (latex-block-body-alist): Use reftex-label if enabled.
10956 (latex-insert-block): Don't insert a \n if not necessary.
10957 (tex-compile-commands): Make sure dvips doesn't send to printer.
10958 (tex-compile-default): Handle the case where no executable is found.
10959 (latex-noindent-environments): New var.
10960 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
10961 If tex-indent-allhanging is non-nil, make sure we only align for macros
10962 at beginning of line.
10963
10964 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
10965
10966 * newcomment.el (comment-beginning): Doc fix and don't choke on
10967 unset `comment-end-skip' when at beginning of comment.
10968
10969 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
10970
10971 * term.el (term-adjust-current-row-cache): Don't allow the current
10972 row to become negative.
10973 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
10974 the end of the line. Fix scroll down. Add comments.
10975 (term-handle-ansi-escape): Don't exceed terminal width when moving
10976 right.
10977 (term-scroll-region): Move the cursor after setting the scroll region.
10978
10979 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
10980
10981 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10982 to `width' for consistency with docstring. Doc fix.
10983
10984 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10985
10986 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10987 This is necessary for derived modes.
10988
10989 2004-09-30 Kim F. Storm <storm@cua.dk>
10990
10991 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10992 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10993
10994 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10995 kmacro-extract-lambda functions.
10996 (edit-kbd-macro): Handle kmacro lambda forms.
10997 Include counter and counter format in edit buffer.
10998 (edmacro-finish-edit): Get counter and format from edit buffer and
10999 update kmacro bindings when found.
11000
11001 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11002
11003 * textmodes/paragraphs.el (forward-paragraph):
11004 Avoid args-out-of-range error when point winds up at the beginning of
11005 the buffer and hard newlines are enabled.
11006
11007 * newcomment.el (comment-multi-line): Doc fix.
11008
11009 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11012 (diff-fixup-modifs): Catch unified-diff file-headers.
11013
11014 2004-09-29 Kim F. Storm <storm@cua.dk>
11015
11016 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11017 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11018 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11019
11020 * fringe.el (fringe-bitmap-p): New macro.
11021 (fringe-bitmaps): Add standard fringe bitmaps on load.
11022
11023 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * dired.el (dired-view-command-alist): Use more efficient regexps.
11026 Remove dubious arguments.
11027 (dired-align-file): New function.
11028 (dired-insert-directory): Use it.
11029 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11030 (dired-buffers-for-dir): Remove unused var `pattern'.
11031
11032 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11033
11034 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11035 from diary display excursion. Store diary buffer's point for
11036 `simple-diary-display'.
11037 (simple-diary-display): Set window point and start when
11038 displaying buffer, to preserve point.
11039
11040 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11041
11042 * textmodes/enriched.el (enriched-translations): Replace defconst
11043 with defvar.
11044
11045 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11046
11047 * printing.el: Doc fix.
11048 (pr-version): New version number (6.8.1).
11049 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11050 make-temp-name.
11051 (pr-delete-file): Check if file exists before deleting it.
11052 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11053
11054 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11055
11056 * term.el (term-display-table): New variable.
11057 (term-mode): Use it.
11058 (term-exec-1): Set the coding system to binary.
11059 (term-emulate-terminal): Decode the string before inserting it.
11060
11061 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11062
11063 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11064 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11065 (map): Bind S-prior, S-next and S-insert.
11066 (term-mode): Set `indent-tabs-mode' to nil.
11067 (term-paste): New function to be bound to S-insert.
11068 (term-send-del, term-send-backspace): Change the strings sent.
11069 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11070 (term-handle-colors-array): Fix handling of underline and reverse.
11071 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11072 (term-erase-in-line): Fix comparison.
11073 (term-emulate-terminal): Fix line wrap handling.
11074 (term-start-output-log): Rename from `term-set-output-log'.
11075 (term-stop-output-log): Rename from `term-stop-photo'.
11076 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11077
11078 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11079
11080 * dired.el (dired-move-to-filename): Don't output a message if
11081 raise-error is non-nil. Fix return position and value.
11082
11083 * files.el (insert-directory): Obey --dired even with symlinks.
11084
11085 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11086
11087 * ls-lisp.el (ls-lisp-format): Mark file names with property
11088 dired-filename.
11089
11090 2004-09-25 Kim F. Storm <storm@cua.dk>
11091
11092 * ido.el (ido-max-directory-size): New defcustom.
11093 (ido-decorations): Add "too big" element.
11094 (ido-directory-too-big): New dynamic var.
11095 (ido-may-cache-directory): Don't cache big directories.
11096 (ido-directory-too-big-p): New defun.
11097 (ido-set-current-directory): Update ido-directory-too-big.
11098 (ido-read-internal): Make empty ido-cur-item if too-big.
11099 (ido-buffer-internal): Use ido-read-internal directly instead of
11100 ido-read-buffer.
11101 (ido-file-internal): Init ido-directory-too-big.
11102 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11103 and redo completion with full list.
11104 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11105 it, and show completions.
11106 (ido-all-completions): Let bind ido-directory-too-big to nil.
11107 (ido-exhibit): Handle ido-directory-too-big.
11108 (ido-read-buffer): Handle fallback to read-buffer.
11109 Init ido-directory-too-big.
11110 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11111 Init ido-directory-too-big.
11112
11113 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11114
11115 * subr.el (delay-mode-hooks): Doc fix.
11116
11117 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11118
11119 * textmodes/enriched.el
11120 (enriched-default-text-properties-local-flag): New variable.
11121 (enriched-mode): Make sure that enabling and disabling the mode is
11122 a no-op. Doc fix.
11123
11124 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11125
11126 * calendar/holidays.el (holiday-advent): Report on a specified day
11127 offset from advent, not just advent.
11128 (holiday-easter-etc): Report on one specified day offset from
11129 easter, not all easter holidays. Various Easter holidays moved to
11130 `christian-holidays' variable in calendar.el.
11131 * calendar/calendar.el (christian-holidays): Adapt for new
11132 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11133
11134 2004-09-23 Kim F. Storm <storm@cua.dk>
11135
11136 * image.el (insert-sliced-image): Add doc string.
11137
11138 * ido.el (ido-choice-list): New dynamic var for `list' context.
11139 (ido-context-switch-command): New dynamic var.
11140 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11141 (ido-read-internal): Handle new `list' context.
11142 Handle insert-buffer and insert-file ido-exit values.
11143 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11144 ido-context-switch-command. Handle insert-file ido-exit value.
11145 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11146 unless it is already bound by caller.
11147 (ido-file-internal): New arg switch-cmd. Use it to setup
11148 ido-context-switch-command. Handle insert-buffer ido-exit value.
11149 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11150 used for context switching.
11151 (ido-all-completions): Handle new `list' context.
11152 (ido-make-choice-list): Return choices for `list' context.
11153 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11154 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11155 (ido-insert-buffer, ido-insert-file): Setup context switching.
11156 (ido-exhibit): Handle `list' context.
11157 (ido-read-file-name): Disable context switching. Handle fallback.
11158 (ido-read-directory-name): Disable context switching.
11159 (ido-completing-read): New defun like completing-read. Setup and
11160 use new `list' context.
11161
11162 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11163
11164 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11165
11166 2004-09-21 Jay Belanger <belanger@truman.edu>
11167
11168 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11169 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11170 separate window.
11171
11172 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11173
11174 * subr.el (after-change-major-mode-hook): Doc fix.
11175
11176 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11177
11178 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11179 of ghostscript for monochrome PostScript file in Windows.
11180
11181 2004-09-21 Kenichi Handa <handa@m17n.org>
11182
11183 * descr-text.el (describe-char): Checking of quail activation fixed.
11184
11185 2004-09-21 Jay Belanger <belanger@truman.edu>
11186
11187 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11188
11189 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11190
11191 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11192 after the mode hooks instead of before. Doc fix.
11193
11194 2004-09-20 Jason Rumney <jasonr@gnu.org>
11195
11196 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11197 _emacs, but revert to .emacs if neither exists in home directory.
11198
11199 2004-09-20 John Paul Wallington <jpw@gnu.org>
11200
11201 * bindings.el (completion-ignored-extensions): Add .dfsl.
11202
11203 2004-09-20 Richard M. Stallman <rms@gnu.org>
11204
11205 * bindings.el (scroll-left): Make it disabled.
11206
11207 * files.el (enable-local-eval): Doc fix.
11208
11209 * indent.el (move-to-left-margin): Special case for minibuffer.
11210
11211 * term.el (term-emulate-terminal): Turn off undo for output.
11212 Use with-current-buffer and save-selected-window.
11213
11214 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11215
11216 * progmodes/make-mode.el (makefile-fill-paragraph):
11217 Don't insist on spaces when looking for comments. # is enough.
11218
11219 * files.el (hack-local-variables): Copy the variables list
11220 to another buffer, strip prefixes and suffixes there, then read.
11221 (enable-local-eval): Doc fix.
11222 (ignored-local-variables): Initialize to nil.
11223 (risky-local-variable-p): Don't check ignored-local-variables here.
11224 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11225
11226 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11227
11228 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11229 of = to "." (punctuation).
11230
11231 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11234
11235 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11236
11237 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11238 (enriched-before-change-major-mode): New function.
11239 Add it to `change-major-mode-hook'.
11240 (enriched-after-change-major-mode): New function.
11241 Add it to `after-change-major-mode-hook'.
11242 (enriched-mode): Make it work correctly if called from
11243 `after-change-major-mode-hook'.
11244 No longer set `indent-line-function'.
11245
11246 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11247
11248 * subr.el (after-change-major-mode-hook): New variable.
11249 (run-mode-hooks): Implement it.
11250
11251 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * battery.el (battery-linux-proc-apm): Use string-to-number.
11254 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11255 Use dolist (and less indentation). Use erase-buffer.
11256 Pre-initialize `design-capacity', `warn', and `low'.
11257 (battery-format): Use replace-regexp-in-string.
11258
11259 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11260
11261 * battery.el: Delete superfluous empty lines.
11262 (battery-linux-proc-acpi): Attempt to gather information from all
11263 battery subdirectories regardless of their file name.
11264 (battery-linux-proc-apm): Replace all occurrences of
11265 battery-hex-to-int-2 with string-to-int (base 16).
11266 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11267 (battery-hex-map): Delete variable.
11268
11269 2004-09-18 John Paul Wallington <jpw@gnu.org>
11270
11271 * calc/calc-units.el (calc-quick-units): Fix overzealous
11272 s/or/unless/.
11273
11274 2004-09-17 Jay Belanger <belanger@truman.edu>
11275
11276 * calc/calc.el (calc-mode-var-list): Fix the value of
11277 `calc-matrix-brackets'.
11278
11279 2004-09-17 Romain Francoise <romain@orebokech.com>
11280
11281 * ibuf-ext.el (define-ibuffer-filter filename):
11282 Expand dired-directory since buffer-file-name is absolute.
11283
11284 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11285
11286 * ediff-init.el (ediff-current-diff-face-A)
11287 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11288 (ediff-current-diff-face-Ancestor)
11289 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11290 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11291 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11292 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11293 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11294 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11295 Use min-colors.
11296
11297 * term.el (term-down): Perform vertical motion if DOWN is negative.
11298 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11299 (term-termcap-format): Synchronyze with the eterm terminfo entry
11300 in etc/e/eterm.ti.
11301 (term-handle-colors-array): If the current foreground or
11302 background are zero (i.e. unspecified), use the foreground and
11303 background of the default face for reverse video.
11304 (term-ansi-at-eval-string, term-ansi-default-fg)
11305 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11306 (term-mem): Delete ununsed function.
11307 (term-protocol-version): Increment.
11308 (term-current-face): Set to default.
11309
11310 2004-09-15 Jay Belanger <belanger@truman.edu>
11311
11312 * calc/calc.el (calc-mode-var-list): Define this variable.
11313 (calc-always-load-extensions, calc-line-numbering)
11314 (calc-line-breaking, calc-display-just, calc-display-origin)
11315 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11316 (calc-group-char, calc-point-char, calc-frac-format)
11317 (calc-prefer-frac, calc-hms-format, calc-date-format)
11318 (calc-float-format, calc-full-float-format, calc-complex-format)
11319 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11320 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11321 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11322 (calc-matrix-brackets, calc-language, calc-language-option)
11323 (calc-left-label, calc-right-label, calc-word-size)
11324 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11325 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11326 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11327 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11328 (calc-window-height, calc-display-trail, calc-show-selections)
11329 (calc-use-selections, calc-assoc-selections)
11330 (calc-display-working-message, calc-auto-why, calc-timing)
11331 (calc-mode-save-mode, calc-standard-date-formats)
11332 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11333 (calc-user-parse-tables, calc-gnuplot-default-device)
11334 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11335 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11336 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11337 (calc-invocation-macro, calc-show-banner): Give these values as
11338 part of `calc-mode-var-list's initialization after the variables
11339 are declared with defvar.
11340 (calc-bug-address): Change email address to send bug reports to.
11341 Change the maintainer address at the top.
11342 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11343 than "\\.emacs" to determine if it is the user-init-file.
11344
11345 * calc/calc-embed.el (calc-embedded-set-modes): Use
11346 `calc-mode-var-list' correctly.
11347
11348 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11349
11350 * vc.el (annotate-time): Document point handling.
11351 (vc-annotate-display-autoscale): Doc fix.
11352
11353 2004-09-15 Miles Bader <miles@gnu.org>
11354
11355 * generic.el (generic-make-keywords-list): Use symbol rather than
11356 word anchors in regexp.
11357
11358 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11359
11360 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11361 no file name consider `dired-directory'.
11362
11363 2004-09-14 Kim F. Storm <storm@cua.dk>
11364
11365 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11366
11367 2004-09-14 Simon Josefsson <jas@extundo.com>
11368
11369 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11370
11371 * textmodes/dns-mode.el: Add.
11372
11373 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11376 (disabled-command-function): Make the ?\ char more obvious.
11377
11378 * vc-arch.el (vc-arch-root, vc-arch-registered):
11379 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11380
11381 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11382
11383 * windmove.el (windmove-frame-edges): Report coordinates of
11384 outside edges of frame, not inside edges.
11385 (windmove-coordinates-of-position): Convert into wrapper to new
11386 function `windmove-coordinates-of-window-position';
11387 `compute-motion' always applies to selected window.
11388 (windmove-coordinates-of-position): Update documentation to refer
11389 to Emacs 21 Lisp Reference Manual.
11390 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11391
11392 2004-09-13 Kim F. Storm <storm@cua.dk>
11393
11394 * isearch.el (isearch-resume-in-command-history): Rename from
11395 isearch-resume-enabled and change default to nil.
11396
11397 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11398
11399 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11400 (vc-registered): Use it.
11401 (vc-find-root): New fun.
11402
11403 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11404 Don't tell to use \\{...} when it's already done.
11405
11406 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11407 Provide a sample complex default.
11408 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11409 (bibtex-entry): Use mapc.
11410
11411 2004-09-12 Kim F. Storm <storm@cua.dk>
11412
11413 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11414
11415 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11416 inhibit-field-text-motion to t so rectangles work in comint buffers.
11417
11418 * simple.el (choose-completion-string): Set buffer before running
11419 choose-completion-string-functions hook so it can be buffer-local.
11420
11421 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11422
11423 * progmodes/compile.el (compilation-start): Parse command to see
11424 if it starts with a cd, and if so perform it for the *compilation*
11425 buffer. Change the header to reflect this.
11426
11427 2004-09-11 Kim F. Storm <storm@cua.dk>
11428
11429 * ido.el (ido-enable-dot-prefix): Doc fix.
11430 (ido-enable-dot-prefix): New defcustom.
11431 (ido-set-matches1): Use it.
11432
11433 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * textmodes/bibtex.el (bibtex-mark-active)
11436 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11437
11438 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11439
11440 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11441 used in a case insensitive environment.
11442 (bibtex-mode-map): Rearrange order of menus.
11443 (bibtex-quoted-string-re): Obsolete.
11444 (bibtex-complete-key-cleanup): Variable replaced by new function.
11445 (bibtex-font-lock-keywords): Use backquotes.
11446 (bibtex-font-lock-url-regexp): New internal variable.
11447 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11448 "OPT" and "ALT".
11449 (bibtex-insert-current-kill, bibtex-make-field)
11450 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11451 (bibtex-parse-field-text): Simplify.
11452 (bibtex-string=): New helper function.
11453 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11454 (bibtex-map-entries): Use bibtex-string=.
11455 (bibtex-search-entry): Use not.
11456 (bibtex-enclosing-field): Fix docstring.
11457 (bibtex-assoc-regexp): Obsolete.
11458 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11459 (bibtex-autokey-get-names): Handle empty name field.
11460 (bibtex-parse-strings): Use assoc-string and unless.
11461 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11462 Use assoc-string.
11463 (bibtex-pop): Simplify.
11464 (bibtex-mode): Set font-lock-extra-managed-props.
11465 (bibtex-entry-update): Use assoc-string.
11466 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11467 (bibtex-autofill-entry): Use bibtex-string=.
11468 (bibtex-print-help-message): Simplify.
11469 (bibtex-find-entry): New optional arg START.
11470 (bibtex-validate): Use bibtex-string= and assoc-string.
11471 Do not call obsolete function compilation-parse-errors.
11472 (bibtex-remove-delimiters): Only remove delimiters if present.
11473 (bibtex-copy-entry-as-kill): Add docstring.
11474 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11475 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11476 (bibtex-complete): Use bibtex-predefined-month-strings,
11477 bibtex-string=, and new function bibtex-complete-key-cleanup.
11478 (bibtex-generate-url-list): New variable.
11479 (bibtex-url): New command bound to C-c C-l and mouse-2.
11480 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11481 (bibtex-font-lock-url): New function.
11482
11483 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11484
11485 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11486
11487 2004-09-09 Kim F. Storm <storm@cua.dk>
11488
11489 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11490 counter and format with binding.
11491 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11492 the declared macro uses own macro counter and format. Give symbol
11493 kmacro property.
11494 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11495 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11496 (kmacro-end-and-call-macro): Doc fix.
11497
11498 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11499
11500 * desktop.el (desktop-clear-preserve-buffers):
11501 Remove make-obsolete-variable.
11502
11503 2004-09-08 Richard M. Stallman <rms@gnu.org>
11504
11505 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11506 with the buffer as argument.
11507
11508 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11511
11512 2004-09-08 Juri Linkov <juri@jurta.org>
11513
11514 * replace.el (perform-replace): Use `query-replace-descr'.
11515
11516 * cus-start.el (history-delete-duplicates): Specify customization.
11517
11518 * diff-mode.el (diff-mode-map):
11519 * progmodes/compile.el (compilation-mode-map):
11520 * progmodes/grep.el (grep-mode-map):
11521 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11522 to `next-error-follow-minor-mode'.
11523
11524 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11525
11526 * isearch.el (isearch-lazy-highlight-update): Take into account
11527 the case of zero-length match at the search bound.
11528
11529 2004-09-08 Kim F. Storm <storm@cua.dk>
11530
11531 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11532 change. Use zero width overlays when necessary.
11533
11534 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11535
11536 * subr.el (split-string): Docfix.
11537
11538 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11539
11540 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11541 (display-call-tree): Ensure newline after caller/calls blocks.
11542
11543 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11544
11545 * startup.el (command-line-1): Make option
11546 --directory/-L modify `load-path' straight away.
11547
11548 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11549
11550 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11551
11552 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11553
11554 * emacs-lisp/autoload.el (make-autoload):
11555 Handle `define-compilation-mode'.
11556
11557 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11558 Specify `doc-string-elt' property.
11559
11560 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11561
11562 * bs.el (bs-mode): Doc fix.
11563
11564 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11565
11566 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11567
11568 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11569
11570 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11571
11572 2004-09-08 Kenichi Handa <handa@m17n.org>
11573
11574 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11575 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11576 ps-mule-next-point -> 1+).
11577
11578 * composite.el (encode-composition-rule): Add autoload cooky.
11579
11580 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11581
11582 * format.el (buffer-auto-save-file-format): Make it permanent local.
11583
11584 2004-09-07 Kim F. Storm <storm@cua.dk>
11585
11586 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11587 (authors-fixed-entries): Fix typo.
11588 (authors-canonical-author-name): Compact multiple spaces.
11589 Ignore trivial names (e.g. only first name).
11590
11591 * term.el (term-window-width): Only use full window width on
11592 window system if overflow-newline-into-fringe is enabled.
11593 (term-mode): Don't disable overflow-newline-into-fringe.
11594
11595 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11598 motion as seen on my Mac OS X xterms.
11599
11600 * newcomment.el (uncomment-region-default, comment-region-default):
11601 New functions extracted from uncomment-region and comment-region.
11602 (comment-region, comment-region-function, uncomment-region)
11603 (uncomment-region-function): Use them.
11604
11605 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11606
11607 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11608 It's not crucial but can make sense at times.
11609
11610 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11611 the first commit.
11612
11613 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11614 Disable obsolete code.
11615
11616 2004-09-07 Juri Linkov <juri@jurta.org>
11617
11618 * progmodes/grep.el (grep-highlight-matches): Change default from
11619 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11620 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11621 if grep option `--color' is available, or to `nil' otherwise.
11622 (grep-process-setup): Call `grep-compute-defaults' if
11623 `grep-highlight-matches' is not computed. Set env-vars only
11624 if `grep-highlight-matches' is `t'.
11625 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11626 is already defined).
11627
11628 * progmodes/compile.el (compilation-start): Use copy of
11629 `process-environment' created by `copy-sequence' to not
11630 modify env-vars in the global `process-environment'.
11631
11632 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11633
11634 * simple.el (next-error-follow-minor-mode): Fix last change.
11635
11636 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11637
11638 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11639 permanent local.
11640
11641 2004-09-04 Richard M. Stallman <rms@gnu.org>
11642
11643 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11644 highlighting if the search string is empty.
11645
11646 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11647
11648 * facemenu.el (facemenu-active-faces): Change condition of inner
11649 `while' loop to also check the first two elements of `face-atts'
11650 and `mask-atts'.
11651
11652 2004-09-04 John Paul Wallington <jpw@gnu.org>
11653
11654 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11655 (thumbs-view-image-mode): Make buffer read-only.
11656
11657 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11658
11659 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11660 (ispell-check-version): Set it.
11661 (ispell-send-replacement): New function.
11662 (ispell-process-line): Call ispell-send-replacement.
11663
11664 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11665
11666 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11667 Support choosing seconds with "s".
11668
11669 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11670
11671 * terminal.el (te-escape): Show `?' in prompt for help key.
11672
11673 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11674
11675 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11676
11677 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11678
11679 * simple.el (next-error-follow-minor-mode)
11680 (next-error-follow-mode-post-command-hook): New functions.
11681 (next-error-follow-last-line): New defvar.
11682
11683 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11684 * progmodes/compile.el (compilation-mode-map): Likewise.
11685 * progmodes/grep.el (grep-mode-map): Likewise.
11686 * replace.el (occur-mode-map): Likewise.
11687
11688 * newcomment.el (uncomment-region): Bind comment-use-global-state
11689 to nil.
11690
11691 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11692
11693 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11694 locally around the call to `revert-buffer'.
11695
11696 2004-09-03 Juri Linkov <juri@jurta.org>
11697
11698 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11699 `isearch-adjusted' to `t'.
11700 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11701 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11702 (isearch-other-meta-char): Restore isearch-point unconditionally.
11703 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11704 Set point to start of match if region is not active in transient
11705 mark mode (to include the current match to region boundaries).
11706 Push the search string to `query-replace-from-history-variable'.
11707 Add prompt "Query replace regexp" for isearch-regexp.
11708 Add region beginning/end as last arguments of `perform-replace.'
11709 (isearch-query-replace-regexp): Replace code by the call to
11710 `isearch-query-replace' with arg `t'.
11711
11712 2004-09-03 Richard M. Stallman <rms@gnu.org>
11713
11714 * startup.el (normal-top-level): Undo previous TERM change.
11715
11716 2004-09-03 Kim F. Storm <storm@cua.dk>
11717
11718 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11719 highlight overlays; allow using RET when cursor is over a button.
11720 (cua--highlight-rectangle): Use it.
11721 (cua--rectangle-set-corners): Don't move backwards at eol.
11722 (cua--forward-line): Don't move into void after eob.
11723
11724 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11725 point is set (and displayed) inside rectangle.
11726 (cua--rectangle-operation): Fix for highlight of empty lines.
11727 (cua--highlight-rectangle): Fix highlight for tabs.
11728 Position cursor at left/right edge of rectangle using new `cursor'
11729 property on overlay strings.
11730 (cua--indent-rectangle): Don't tabify.
11731 (cua-rotate-rectangle): Ignore that point has moved.
11732
11733 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11734
11735 * term/mac-win.el: Add ASCII equivalents for some function keys.
11736 (mode-line-frame-identification): Sync with x-win.el.
11737
11738 2004-09-02 Juri Linkov <juri@jurta.org>
11739
11740 * progmodes/compile.el (compilation-buffer-name): Compare major
11741 mode with second element of compilation-arguments instead of third
11742 to reflect latest changes in compilation-arguments structure.
11743 (recompile): Use global variable `compilation-directory' to get
11744 recent compilation directory only when `recompile' is invoked NOT
11745 in the compilation buffer. Otherwise, use `default-directory' of
11746 the compilation buffer.
11747 (compilation-error-properties): Allow to funcall col and end-col.
11748 (compilation-mode-font-lock-keywords): Check col and end-col by
11749 `integerp'.
11750 (compilation-goto-locus): If end-mk is non-nil in transient mark
11751 mode don't activate the mark (and don't display message in
11752 push-mark), but highlight overlay between mk and end-mk.
11753
11754 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11755 (grep-regexp-alist): Add rule to highlight grep matches.
11756 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11757
11758 * info.el (Info-fontify-node): Don't compute other-tag
11759 if Info-hide-note-references=hide.
11760
11761 * help.el (function-called-at-point):
11762 * help-fns.el (variable-at-point):
11763 Try `find-tag-default' when other methods failed.
11764
11765 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11766 Do not push mark if inhibit-mark-movement is non-nil.
11767
11768 * textmodes/ispell.el (ispell-html-skip-alists):
11769 Fix backslashes in docstring.
11770
11771 2004-09-01 Juri Linkov <juri@jurta.org>
11772
11773 * isearch.el (isearch-wrap-function)
11774 (isearch-push-state-function): New defvars.
11775 (isearch-pop-fun-state): New defsubst.
11776 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11777 (isearch-push-state): Set the result of calling
11778 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11779 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11780 restore the mode-specific starting point of terminated search.
11781 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11782 (isearch-repeat): Call `isearch-wrap-function' if defined.
11783 (isearch-message-prefix): Don't add prefix "over" to the message
11784 for wrapped search if `isearch-wrap-function' is defined.
11785 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11786 restore the mode-specific starting point of failed search.
11787
11788 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11789 (Info-search): Add new optional arguments for the sake of isearch.
11790 Replace whitespace in Info-search-whitespace-regexp literally.
11791 Add backward search. Don't call `Info-select-node' if regexp is
11792 found in the same Info node. Don't add node to Info-history for
11793 wrapped isearch.
11794 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11795 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11796 (Info-mode): Set local variables `isearch-search-fun-function',
11797 `isearch-wrap-function', `isearch-push-state-function',
11798 `search-whitespace-regexp'.
11799
11800 * isearch.el: Remove ancient Change Log section.
11801 (isearch-string, isearch-message-string, isearch-point)
11802 (isearch-success, isearch-forward-flag, isearch-other-end)
11803 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11804 (isearch-barrier, isearch-within-brackets)
11805 (isearch-case-fold-search): Add suffix `-state' to state-related
11806 defsubsts to avoid name clashes with other function names.
11807
11808 * simple.el (next-error): New defgroup and defface.
11809 (next-error-highlight, next-error-highlight-no-select):
11810 New defcustoms.
11811 (next-error-no-select): Let-bind next-error-highlight to the value
11812 of next-error-highlight-no-select before calling `next-error'.
11813
11814 * progmodes/compile.el (compilation-goto-locus):
11815 Use `next-error' face instead of `region'. Set 4-th argument of
11816 `move-overlay' to `current-buffer' to move overlay to different
11817 source buffers. Use new variable `next-error-highlight'.
11818
11819 * simple.el (next-error-find-buffer): Move the rule
11820 "if current buffer is a next-error capable buffer" after the
11821 rule "if next-error-last-buffer is set to a live buffer".
11822 Simplify to test all rules in one `or'.
11823 (next-error): Doc fix.
11824 (next-error, previous-error, first-error)
11825 (next-error-no-select, previous-error-no-select):
11826 Make arguments optional.
11827
11828 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11829
11830 * macros.el (apply-macro-to-region-lines): Make it operate on all
11831 lines that begin in the region, rather than on all complete lines
11832 in the region.
11833
11834 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11835
11836 * x-dnd.el (x-dnd-protocol-alist): Document update.
11837 (x-dnd-known-types): Defcustom it.
11838 (x-dnd-handle-motif): Print message-atom in error message.
11839
11840 2004-08-30 John Paul Wallington <jpw@gnu.org>
11841
11842 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11843 strings rather than programatically constructing message.
11844
11845 2004-08-30 Richard M. Stallman <rms@gnu.org>
11846
11847 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11848 Don't return a string that would read as the wrong character code.
11849
11850 2004-08-29 Kim F. Storm <storm@cua.dk>
11851
11852 * emulation/cua-base.el (cua-auto-expand-rectangles):
11853 Remove automatic rectangle padding feature; replace by non-destructive
11854 virtual rectangle edges feature.
11855 (cua-virtual-rectangle-edges): New defcustom.
11856 (cua-auto-tabify-rectangles): New defcustom.
11857 (cua-paste): If paste into a marked rectangle, insert rectangle at
11858 current column, even if virtual; also paste exactly as many lines
11859 as has been marked (ignore additional lines or add empty lines),
11860 but paste whole source if only one line is marked.
11861 (cua--update-indications): No longer use overwrite-cursor to
11862 indicate rectangle padding
11863
11864 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11865 (cua--rectangle-virtual-edges): New defun.
11866 (cua--rectangle-get-corners): Remove optional PAD arg.
11867 (cua--rectangle-set-corners): Never do padding.
11868 (cua--forward-line): Remove optional PAD arg. Simplify.
11869 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11870 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11871 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11872 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11873 (cua--rectangle-move): Never do padding. Simplify.
11874 (cua--tabify-start): New defun.
11875 (cua--rectangle-operation): Add tabify arg. All callers changed.
11876 (cua--pad-rectangle): Remove.
11877 (cua--delete-rectangle): Handle delete with virtual edges.
11878 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11879 (cua--insert-rectangle): Handle insert at virtual column.
11880 Perform auto-tabify if necessary.
11881 (cua--activate-rectangle): Remove optional FORCE arg.
11882 Never do padding. Simplify.
11883 (cua--highlight-rectangle): Enhance for virtual edges.
11884 (cua-toggle-rectangle-padding): Remove command.
11885 (cua-toggle-rectangle-virtual-edges): New command.
11886 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
11887 (cua--rectangle-post-command): Don't force rectangle padding.
11888 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11889
11890 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
11891
11892 * indent.el (edit-tab-stops-buffer): Doc fix.
11893
11894 2004-08-28 Richard M. Stallman <rms@gnu.org>
11895
11896 * progmodes/grep.el (grep-default-command): Use find-tag-default.
11897 (grep-tag-default): Function deleted.
11898
11899 * subr.el (find-tag-default): Move from etags.el.
11900
11901 * progmodes/etags.el (find-tag-default): Move to subr.el.
11902
11903 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11904 into the basic character if it has an uppercase form.
11905
11906 2004-08-27 Kenichi Handa <handa@m17n.org>
11907
11908 * international/utf-8.el (utf-8-post-read-conversion): If the
11909 buffer is unibyte, temporarily make it multibyte.
11910
11911 2004-08-27 Masatake YAMATO <jet@gyve.org>
11912
11913 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11914
11915 2004-08-25 John Paul Wallington <jpw@gnu.org>
11916
11917 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11918 0, 1, and many mismatches in message.
11919 (tex-start-shell): Use `set-process-query-on-exit-flag'.
11920
11921 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11922 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11923
11924 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11925
11926 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11927 vc-diff-switches differently.
11928
11929 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
11930
11931 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11932 before and a real defvar after
11933 `speedbar-supported-extension-expressions'. This is to silence
11934 the compiler without breaking bootstrapping.
11935
11936 2004-08-22 Richard M. Stallman <rms@gnu.org>
11937
11938 * textmodes/flyspell.el (flyspell-word):
11939 Use set-process-query-on-exit-flag.
11940 (flyspell-highlight-duplicate-region): Take POSS as arg.
11941 (flyspell-word): Pass POSS as arg.
11942
11943 * progmodes/ada-xref.el: Many doc and style fixes.
11944 (ada-find-any-references): Use compilation-start.
11945 (ada-get-ali-file-name): Improve error msg.
11946 (ada-get-ada-file-name): Likewise.
11947
11948 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11949 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11950
11951 * mail/mail-extr.el (mail-extr-all-top-level-domains):
11952 Add forward defvar.
11953
11954 * whitespace.el (global-whitespace-mode): New alias
11955 for whitespace-global-mode.
11956
11957 * speedbar.el (speedbar-file-regexp): Move definition up.
11958 (speedbar-mode, speedbar-set-mode-line-format):
11959 Use with-no-warnings.
11960 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11961
11962 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11963 controls whether to display the error buffer.
11964
11965 * ps-mule.el: Delete compatibility code for old Emacses.
11966 (ps-mule-find-wrappoint): Don't use chars-in-region.
11967
11968 * frame.el (display-mouse-p, display-selections-p):
11969 Use with-no-warnings.
11970
11971 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11972
11973 2004-08-22 David Kastrup <dak@gnu.org>
11974
11975 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11976 information.
11977
11978 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11979
11980 2004-08-22 Andreas Schwab <schwab@suse.de>
11981
11982 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11983
11984 2004-08-22 Masatake YAMATO <jet@gyve.org>
11985
11986 * cvs-status.el (cvs-status-checkout): New function.
11987 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11988
11989 2004-08-21 David Kastrup <dak@gnu.org>
11990
11991 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11992 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11993 has been converted to use hashtables, the relation `nil=none' is
11994 no longer valid, as `nil' is not a hashtable. This patch tries to
11995 reduce the number of resulting errors.
11996
11997 2004-08-21 John Paul Wallington <jpw@gnu.org>
11998
11999 * subr.el (process-kill-without-query): Made obsolete in
12000 version 21.4, not 21.5.
12001
12002 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12003 (vc-previous-comment, vc-next-comment)
12004 (vc-comment-search-reverse, vc-comment-search-forward)
12005 (vc-comment-to-change-log): Likewise.
12006
12007 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12008
12009 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12010
12011 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12012 Correct indentation of DEFMETHODS with non-standard method
12013 combinations (e.g., PROGN, MIN, MAX).
12014
12015 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * startup.el (normal-top-level-add-subdirs-to-load-path):
12018 Avoid unnecessarily checking system-type.
12019 (normal-top-level): Set TERM to "dumb". Simplify.
12020
12021 * avoid.el (mouse-avoidance-ignore-p): New fun.
12022 Also ignore switch-frame, select-window, double, and triple clicks.
12023 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12024 (mouse-avoidance-fancy-hook): Use it.
12025
12026 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12027
12028 * avoid.el (mouse-avoidance-nudge-mouse)
12029 (mouse-avoidance-banish-destination): Stay within the current window
12030 to avoid problems with mouse-autoselect-window.
12031
12032 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12033
12034 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12035 the newer format of some messages in cvs-1.12.1.
12036
12037 2004-08-19 Masatake YAMATO <jet@gyve.org>
12038
12039 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12040 (elp-results-jump-to-definition-by-mouse)
12041 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12042 (elp-output-result): Use elp-output-insert-symname.
12043
12044 2004-08-18 Kenichi Handa <handa@m17n.org>
12045
12046 * language/cyrillic.el: Register koi8-r in
12047 ctext-non-standard-encodings-alist.
12048 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12049
12050 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12051
12052 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12053 that replaces 20xy with xy.
12054
12055 2004-08-17 John Paul Wallington <jpw@gnu.org>
12056
12057 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12058 (reb-force-update): Doc fix.
12059
12060 2004-08-16 Richard M. Stallman <rms@gnu.org>
12061
12062 * progmodes/which-func.el (which-func-update-1): Doc fix.
12063
12064 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12065 (sh-mode-abbrev-table): New variable.
12066
12067 * progmodes/compile.el (compilation-mode): Doc fix.
12068
12069 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12070 Don't cons a new symbol each time.
12071 (eval-last-sexp-fake-value): New variable.
12072
12073 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12074 (copyright-update-year): Detect continuation of list of years.
12075
12076 * term.el (term-default-fg-color, term-default-bg-color)
12077 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12078
12079 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12080
12081 2004-08-16 Davis Herring <herring@lanl.gov>
12082
12083 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12084 (isearch-success, isearch-forward-flag, isearch-other-end)
12085 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12086 (isearch-barrier, isearch-within-brackets)
12087 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12088
12089 2004-08-16 Kenichi Handa <handa@m17n.org>
12090
12091 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12092
12093 2004-08-15 Kenichi Handa <handa@m17n.org>
12094
12095 * term/x-win.el (x-selection-value): If utf8 was successful but
12096 ctext was not, use utf8 string.
12097
12098 2004-08-14 Davis Herring <herring@lanl.gov>
12099
12100 * isearch.el: Remove accidental changes of March 4. Fix backing
12101 up when a regexp isearch is made more general. Use symbolic
12102 accessor functions for isearch stack frames to make usage clearer.
12103 (search-whitespace-regexp): Made groups in documentation shy (as
12104 is the group in the default value).
12105 (isearch-fallback): New function, addresses problems with regexps
12106 liberalized by `\|', adds support for liberalization by `\}' (the
12107 general repetition construct), and incorporates behavior for
12108 `*'/`?'.
12109 (isearch-}-char): New command, calls `isearch-fallback' with
12110 arguments appropriate to a typed `}'.
12111 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12112 appropriately.
12113 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12114 (isearch-string, isearch-message,string, isearch-point)
12115 (isearch-success, isearch-forward-flag, isearch-other-end)
12116 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12117 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12118 New inline functions to read fields of a stack frame.
12119
12120 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12121
12122 * battery.el (battery-linux-proc-acpi): Look into battery
12123 directories matching the literal string "CMB", too (required for
12124 Linux kernel version 2.6.7).
12125
12126 2004-08-14 John Paul Wallington <jpw@gnu.org>
12127
12128 * cus-start.el (read-file-name-completion-ignore-case): Add.
12129 (blink-cursor-alist): Change version to "21.4".
12130
12131 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12132
12133 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12134
12135 * speedbar.el (speedbar-scan-subdirs): New option.
12136 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12137 dolist.
12138 (speedbar-insert-files-at-point): Take an extra argument and use
12139 it to optionally find out if a subdir is empty. Also unreadable
12140 files don't get expand buttons.
12141 (speedbar-directory): New image (unused pixmap already existed).
12142 (speedbar-expand-image-button-alist): Use it.
12143
12144 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12145
12146 CC Mode update to 5.30.9:
12147
12148 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12149 Move from cc-vars to cc-defs for dependency reasons. Fix the
12150 POSIX char class test to check that it works in
12151 `skip-chars-(forward|backward)' too.
12152
12153 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12154 first argument starts with a special brace list.
12155
12156 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12157 when `c-opt-type-concat-key' is used (i.e. in Pike).
12158
12159 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12160 Fix bug when the inner char pair doesn't have paren syntax,
12161 i.e. "(<>)".
12162
12163 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12164 whitespace safe.
12165
12166 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12167 position for `arglist-intro', `arglist-cont-nonempty' and
12168 `arglist-close' when there are two arglist open parens on the same
12169 line and there's nothing in front of the first.
12170
12171 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12172 locking of qualified names in Java, which previously could fontify
12173 common indexing expressions in many cases. The standard Java
12174 naming conventions are used to tell them apart.
12175
12176 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12177 Fix inconsistency wrt opening parens on the first line inside a paren
12178 block.
12179
12180 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12181 compile time for the sake of `c-major-mode-is'.
12182
12183 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12184 `c-major-mode-is' in the event that this is used inside a
12185 `c-lang-defconst'.
12186
12187 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12188 `c-lang-defconst' so that it works better with fallback languages.
12189
12190 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12191 it to fail to record the base mode.
12192
12193 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12194 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12195 is used. Reorder the syntax checks to get more efficient
12196 skipping in some situations.
12197
12198 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12199 continuation which might precede the newly inserted '{'.
12200
12201 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12202 Fix cases where it could loop indefinitely.
12203
12204 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12205 size specs correctly. Only fontify identifiers in front of '('
12206 with as functions - don't accept any paren char. Tighten up
12207 initializer skipping to stop before function and class blocks.
12208
12209 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12210 the point could be left directly after an open paren when finding
12211 the beginning of the first decl in the block.
12212
12213 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12214 table when filtering out legitimate open parens to be recorded.
12215 This could cause cache inconsistencies when e.g.
12216 `c++-template-syntax-table' was temporarily in use.
12217
12218 * progmodes/cc-engine.el (c-on-identifier)
12219 (c-simple-skip-symbol-backward): Small fix for handling "-"
12220 correctly in `skip-chars-backward'. Affected the operator lfun
12221 syntax in Pike.
12222
12223 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12224 Fix bug that could cause an error from `after-change-functions' when
12225 the changed region is at bob.
12226
12227 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12228
12229 CC Mode update to 5.30.9:
12230
12231 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12232 to say that <TAB> doesn't insert WS into a CPP line.
12233 (c-indent-command, c-tab-always-indent): Amend doc strings.
12234
12235 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12236 checks for user errors, thus eliminating cryptic and unhelpful
12237 Emacs error messages. (1) Check the arg to `c-set-style' is a
12238 string. (2) Check that settings to `c-offsets-alist' are not
12239 spuriously quoted.
12240
12241 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12242 which precedes the newly inserted `{'.
12243
12244 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12245
12246 Sync with Tramp 2.0.44.
12247
12248 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12249 function "tramp_file_attributes". Otherwise, file names
12250 containing spaces are misinterpreted. Reported by Magnus Henoch
12251 <mange@freemail.hu>.
12252 (tramp-handle-file-truename): FILENAME must be expanded first.
12253 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12254 obscure results. Reported by D. Goel <deego@gnufans.org>.
12255 (tramp-handle-verify-visited-file-modtime): If file does not
12256 exist, say it is not modified if and only if that agrees with the
12257 buffer's record. Check whether a file is visiting the buffer, or
12258 the buffer has no recorded last modification time. Return t in
12259 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12260 <teirllm@auburn.edu>.
12261 (tramp-handle-write-region): Pass modtime explicitely to
12262 `set-visited-file-modtime', because filename can be different
12263 from (buffer-file-name) if `file-precious-flag' is set.
12264 `set-visited-file-modtime' must be called always when `visit' is t
12265 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12266 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12267 nil, don't apply the whole body. If the file doesn't exists, set
12268 modtime to '(-1 65535). Suggested by Luc Teirlinck
12269 <teirllm@auburn.edu>.
12270
12271 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12272
12273 * help.el (describe-bindings): Doc fix.
12274
12275 * subr.el (kbd): Doc fix.
12276
12277 2004-08-08 John Paul Wallington <jpw@gnu.org>
12278
12279 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12280 instead of `string-to-int'.
12281 (define-ibuffer-column mode): Fix indentation.
12282
12283 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12284
12285 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12286
12287 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12288
12289 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12290
12291 * novice.el (disabled-command-function): New variable renamed from
12292 `disabled-command-hook'.
12293 (disabled-command-hook): Keep the _variable_ as alias for
12294 `disabled-command-function' and make obsolete.
12295 (disabled-command-function): Function renamed from
12296 `disabled-command-hook'. Adapt code to name change of the variable.
12297
12298 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12299
12300 * simple.el (completion-root-regexp): New defvar.
12301 (completion-setup-function): Use it instead of a literal string.
12302
12303 2004-08-07 John Paul Wallington <jpw@gnu.org>
12304
12305 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12306 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12307 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12308 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12309
12310 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12311
12312 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12313 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12314
12315 2004-08-04 Kenichi Handa <handa@m17n.org>
12316
12317 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12318 Fix previous change.
12319
12320 2004-08-03 Kenichi Handa <handa@m17n.org>
12321
12322 * international/encoded-kb.el: The following changes are to
12323 utilize key-translation-map instead of minor mode map.
12324 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12325 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12326 (encoded-kbd-last-key): New function.
12327 (encoded-kbd-iso2022-single-shift): New function.
12328 (encoded-kbd-iso2022-designation)
12329 (encoded-kbd-self-insert-iso2022-7bit)
12330 (encoded-kbd-self-insert-iso2022-8bit)
12331 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12332 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12333 key-translation-map.
12334 (encoded-kbd-setup-keymap): Setup key-translation-map.
12335 (saved-key-translation-map): New variable.
12336 (encoded-kbd-mode): Save/restore key-translation-map.
12337 Adjust for the change of encoded-kbd-setup-keymap.
12338
12339 2004-08-02 Kim F. Storm <storm@cua.dk>
12340
12341 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12342 and call compute-motion with nil for topos and width to get proper
12343 usable width and height for both window and non-window systems.
12344
12345 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12346 calculate usable window width and height.
12347
12348 * window.el (window-buffer-height): Call compute-motion with nil width.
12349
12350 2004-08-01 David Kastrup <dak@gnu.org>
12351
12352 * replace.el (query-replace-read-from):
12353 Use `query-replace-compile-replacement'.
12354 (query-replace-compile-replacement): New function.
12355 (query-replace-read-to): Use `query-replace-compile-replacement'
12356 for repeating the last command.
12357
12358 2004-08-01 John Paul Wallington <jpw@gnu.org>
12359
12360 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12361 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12362 (pr-switches): Remove period from end of error messages.
12363
12364 * help-mode.el (help-go-back): Likewise.
12365
12366 * abbrev.el (only-global-abbrevs): Doc fix.
12367 (edit-abbrevs-map): Define within defvar.
12368 (quietly-read-abbrev-file): Doc fix.
12369
12370 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12371
12372 * novice.el (enable-command, disable-command): Doc fixes.
12373
12374 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12375
12376 2004-07-30 Richard M. Stallman <rms@gnu.org>
12377
12378 * subr.el (with-local-quit): Doc fix.
12379
12380 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12381
12382 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12383
12384 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12385
12386 * custom.el (defcustom): Doc fix.
12387
12388 2004-07-28 Masatake YAMATO <jet@gyve.org>
12389
12390 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12391
12392 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12393
12394 * imenu.el (imenu-prev-index-position-function)
12395 (imenu-extract-index-name-function, imenu-name-lookup-function)
12396 (imenu--index-alist): Docstring redundancy fix.
12397
12398 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12399
12400 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12401 binding dired-backup-overwrite.
12402
12403 2004-07-25 John Paul Wallington <jpw@gnu.org>
12404
12405 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12406
12407 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12408
12409 * term/tty-colors.el (tty-color-approximate): Doc fix.
12410
12411 * select.el (x-get-selection, x-set-selection): Doc fixes.
12412
12413 * frame.el (make-frame): Doc fix.
12414
12415 2004-07-24 Richard M. Stallman <rms@gnu.org>
12416
12417 * mail/rmail.el (rmail-mime-charset-pattern):
12418 Don't include semicolon in the charset value.
12419
12420 * replace.el (occur-next-error): Call set-window-point.
12421 (occur-engine): Handle negative NLINES.
12422
12423 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12424
12425 * frame.el (modify-all-frames-parameters): Minor doc fix.
12426 (set-frame-configuration): Doc fix.
12427
12428 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12429
12430 * simple.el (completion-setup-function): Compute the common parts
12431 and the first difference place correctly when
12432 partial-completion-mode is on.
12433
12434 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12435
12436 * ps-print.el: Doc fix.
12437 (ps-print-version): New version 6.6.5.
12438 (ps-printing-region): Doc fix.
12439 (ps-generate-string-list): Comment fix.
12440 (ps-message-log-max): Code fix.
12441
12442 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12443
12444 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12445 generated PostScript.
12446
12447 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12448
12449 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12450 with Gnus v5_10 branch.)
12451
12452 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12453
12454 * calendar/time-date.el (time-to-number-of-days): New function.
12455 Imported from from Gnus.
12456
12457 2004-07-22 Kim F. Storm <storm@cua.dk>
12458
12459 * progmodes/make-mode.el: Fix comments.
12460
12461 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12462
12463 * printing.el: Doc fix.
12464
12465 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12466
12467 * frame.el (modify-all-frames-parameters): Minor doc fix.
12468
12469 2004-07-20 Richard M. Stallman <rms@gnu.org>
12470
12471 * textmodes/fill.el (fill-nobreak-p): If this break point is
12472 at the end of the line, don't consider the newline which follows
12473 as a reason to return t.
12474
12475 2004-07-19 John Paul Wallington <jpw@gnu.org>
12476
12477 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12478
12479 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12480
12481 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12482 Delete irrelevant code.
12483
12484 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12485
12486 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12487 New docstring. From Luc Teirlinck.
12488
12489 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12490
12491 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12492 section.
12493 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12494 non-file buffers. We know it is nil.
12495
12496 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12497
12498 Sync with Tramp 2.0.43.
12499
12500 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12501 Remove outdated comment.
12502 (tramp-locked, tramp-locker): New variables for implementing a
12503 global lock.
12504 (tramp-sh-file-name-handler): Use them to implement the global lock.
12505
12506 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12507
12508 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12509 calls to respective `xxx` calls.
12510 (tramp-process-alive-regexp): Precise doc string.
12511 (tramp-multi-action-process-alive): New defun.
12512 (tramp-multi-actions): Use it.
12513 (tramp-handle-find-backup-file-name): `copy-tree' is available
12514 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12515 in order to avoid this function.
12516 (tramp-handle-write-region): Set current buffer. If connection
12517 wasn't open, `file-modes' has changed it accidently. Reported by
12518 David Kastrup <dak@gnu.org>.
12519 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12520 HOST.
12521 (tramp-action-password, tramp-multi-action-password): Apply it.
12522 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12523 name must still contain the port number. Otherwise, we have two
12524 Tramp buffers, with all the confusion. Reported by Myron Selby
12525 <myron@xytech.com> and Rolf Dubitzky
12526 <Dubitzky@physi.uni-heidelberg.de>.
12527
12528 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12529 HOST to `tramp-enter-passwd'.
12530
12531 * net/tramp-vc.el (all): Code cleanup. Change all
12532 `tramp-handle-xxx' calls to respective `xxx` calls.
12533
12534 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12535
12536 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12537 functions that are not erroneous if either 1-valued or
12538 multi-valued. Detect functions in this class.
12539 (testcover-1value-functions, testcover-compose-functions)
12540 (testcover-progn-functions) Add some additional functions to lists.
12541 (testcover-mark): Bugfix when marking up the definition for an
12542 empty function.
12543
12544 2004-07-17 Richard M. Stallman <rms@gnu.org>
12545
12546 * replace.el (occur-read-primary-args): Pass default to
12547 read-from-minibuffer.
12548
12549 * mail/footnote.el (footnote-section-tag): Use defcustom.
12550
12551 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12552 Compile font-lock-keywords, not KEYWORDS.
12553 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12554 Add warn, check-type. Handle cerror like error.
12555
12556 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12557
12558 * progmodes/which-func.el (which-func-keymap): New var.
12559 (which-func-face): New face.
12560 (which-func-format): Use them.
12561
12562 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12563
12564 * buff-menu.el (list-buffers-noselect): Append the buffer's
12565 process status to its mode name.
12566
12567 2004-07-16 Kim F. Storm <storm@cua.dk>
12568
12569 * simple.el (inhibit-mark-movement): New defvar.
12570 (beginning-of-buffer, end-of-buffer): Do not push mark if
12571 inhibit-mark-movement is non-nil or C-u prefix is given.
12572
12573 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12574 Init to beginning-of-buffer and end-of-buffer.
12575 (cua--undo-push-mark): New defvar.
12576 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12577 already active and command is in cua--preserve-mark-commands.
12578 Also fix check for shift modifier on non-window systems.
12579 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12580
12581 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12582
12583 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12584 of two integers, instead of a cons.
12585
12586 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12587 `visited-file-modtime' now returns a list of two integers, instead
12588 of a cons.
12589
12590 * dired.el (dired-directory-changed-p): Ditto.
12591
12592 * progmodes/grep.el (grep): Doc fix.
12593
12594 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12595
12596 * autorevert.el (auto-revert-tail-mode)
12597 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12598 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12599 in both at the same time.
12600 (auto-revert-tail-mode): New command.
12601 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12602 (auto-revert-handler): Revert only either tail or whole file.
12603
12604 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12605 add auto-revert-tail-mode.
12606
12607 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12608
12609 * printing.el: Doc fix. Change name of some funs.
12610 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12611 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12612 (pr-standard-file-name): New fun. Replace pr-standard-path.
12613 (pr-call-process): Code fix.
12614
12615 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12616
12617 * subr.el (with-selected-window): Doc fix.
12618
12619 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12620
12621 * subr.el (get-buffer-window-list): Doc fix.
12622
12623 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12624
12625 * files.el (switch-to-buffer-other-window): Doc fix.
12626
12627 * window.el (save-selected-window, one-window-p)
12628 (split-window-keep-point, split-window-vertically)
12629 (split-window-horizontally): Doc fixes.
12630
12631 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12632
12633 * printing.el: Doc fix. Now it uses call-process instead of
12634 shell-command for low command execution.
12635 (pr-version): New version number (6.8).
12636 (pr-shell-file-name): Option removed.
12637 (pr-shell-command): Fun removed.
12638 (pr-call-process): New fun. Replace pr-shell-command.
12639 (pr-standard-path, pr-remove-nil-from-list): New funs.
12640 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12641 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12642 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12643 (pr-ps-utility-process, pr-txt-print): Code fix.
12644
12645 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12646
12647 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12648 boolean.
12649
12650 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12651
12652 * wid-edit.el (widget-field-buffer): Doc fix.
12653
12654 2004-07-09 John Paul Wallington <jpw@gnu.org>
12655
12656 * emacs-lisp/re-builder.el (reb-update-overlays):
12657 Distinguish between one and several matches in message.
12658
12659 2004-07-09 Richard M. Stallman <rms@gnu.org>
12660
12661 * mouse.el (mouse-set-region-1): If transient-mark-mode
12662 is `identity', change it to `only'.
12663
12664 * simple.el (current-word): Doc fix.
12665
12666 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12667
12668 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12669 so that it is more understanding of whitespace.
12670
12671 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12672 (("ns" . "element") (attr-list) children) instead of
12673 ((:ns . "element") (attr-list) children) in order to reduce the
12674 number of symbols used.
12675 (xml-skip-dtd): Change to use xml-parse-dtd but set
12676 xml-validating-parsing to nil.
12677 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12678 (xml-substitute-entity): Remove in favor of new entity substitution.
12679 (xml-substitute-special): Rewrite in to substitute complex
12680 entities from DOCTYPE declarations.
12681 (xml-parse-fragment): Parse fragments from entity deleclarations.
12682 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12683 (xml-parse-dtd, xml-substitute-special): Make validity checks
12684 conditioned on xml-validating-parser. Add "Not Well Formed" to
12685 error messages about well-formedness.
12686
12687 2004-07-08 Steven Tamm <steventamm@mac.com>
12688
12689 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12690 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12691 Do not treat double clicks and triple clicks specially in the
12692 scroll bar (preventing strange repositioning problems)
12693
12694 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * replace.el (query-replace-regexp-eval): Fix last change.
12697
12698 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * replace.el (query-replace-descr): New fun.
12701 (query-replace-read-from, query-replace-read-args): Default to the
12702 previous from&to.
12703 (query-replace-read-to): Quote the `from' string when displaying it.
12704 (query-replace-regexp-eval): Immediately check read-only status.
12705 Use query-replace-read-from to get the \n checking.
12706 Quote the `from' string when displaying it.
12707 (map-query-replace-regexp, occur-read-primary-args):
12708 Quote the `from' string when displaying it.
12709
12710 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12711 delimited-ness of the search to query-replace.
12712
12713 * replace.el (query-replace-read-from, query-replace-read-to):
12714 New funs extracted from query-replace-read-args.
12715 (query-replace-read-args): Use them.
12716
12717 * replace.el (query-replace-interactive, query-replace-read-args):
12718 Remove the `initial' special value.
12719 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12720 (occur-engine): Remove unused var `matchend'.
12721
12722 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12723 Use the search string without prompting.
12724
12725 2004-07-05 Kenichi Handa <handa@m17n.org>
12726
12727 * international/mule.el (decode-coding-inserted-region):
12728 Set last-coding-system-used only when coding is nil.
12729
12730 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12731
12732 * progmodes/grep.el (grep-compute-defaults, grep-command)
12733 (grep-program, find-program, grep-find-use-xargs, grep-history)
12734 (grep-find-history, grep-tag-default, grep-find-command)
12735 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12736 Add autoload cookies, for unbundled packages that load `compile'
12737 and expect all grep-related symbols to become defined.
12738
12739 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12740
12741 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12742 (iimage-mode-image-search-path): New user option to search the
12743 image file.
12744 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12745 have locate-file.
12746 (iimage-mode-buffer): Use it.
12747
12748 2004-07-03 Nick Roberts <nickrob@gnu.org>
12749
12750 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12751 carefully.
12752 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12753
12754 2004-07-03 Juri Linkov <juri@jurta.org>
12755
12756 * replace.el (query-replace-read-args): Swallow space after 'foo,
12757 not after (quote foo). Match space only immediately after symbol,
12758 not anywhere in the whole string.
12759
12760 2004-07-02 Richard M. Stallman <rms@gnu.org>
12761
12762 * replace.el (query-replace-read-args): Swallow space after
12763 symbols, not after closeparens. But avoid error if string ends there.
12764
12765 * progmodes/python.el (python-beginning-of-statement):
12766 Exit the loop if backward-up-list gets error.
12767
12768 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12769
12770 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12771
12772 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12773 only if vc-consult-headers is non-nil.
12774
12775 2004-07-02 Juri Linkov <juri@jurta.org>
12776
12777 * pcvs.el (cvs-mode-diff-repository): New command.
12778
12779 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12780
12781 2004-07-01 Juri Linkov <juri@jurta.org>
12782
12783 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12784 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12785 C-M-% to isearch-query-replace-regexp.
12786 (minibuffer-local-isearch-map): Add arrow key bindings.
12787 Bind C-f to isearch-yank-char-in-minibuffer.
12788 (isearch-forward): Doc fix.
12789 (isearch-edit-string): Doc fix.
12790 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12791 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12792 (isearch-yank-char): Add optional arg.
12793 (isearch-yank-char-in-minibuffer): New fun.
12794
12795 * replace.el (query-replace-interactive): Change type from boolean
12796 to choice. Add value `initial'.
12797 (query-replace-read-args): Handle value `initial' of
12798 query-replace-interactive.
12799
12800 2004-06-29 Kim F. Storm <storm@cua.dk>
12801
12802 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12803 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12804
12805 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12806 Add :group 'ada.
12807
12808 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12809
12810 2004-06-29 Juri Linkov <juri@jurta.org>
12811
12812 * replace.el (query-replace-read-args): Swallow a space after
12813 everything except )]" which in most cases means after a symbol.
12814
12815 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12816
12817 2004-06-28 Richard M. Stallman <rms@gnu.org>
12818
12819 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12820 More changes to go with previous change in font-lock.el.
12821
12822 2004-06-26 David Kastrup <dak@gnu.org>
12823
12824 * replace.el (perform-replace): Highlight the match even in
12825 non-query mode if there is potential replace string editing.
12826
12827 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12828
12829 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12830 agree with new return value of `file-remote-p'.
12831 This syncs with Tramp 2.0.42.
12832
12833 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12834 according to new documentation of `file-remote-p'.
12835
12836 * files.el (file-remote-p): Fix doc to say that return value is
12837 identification of remote system, if not nil.
12838 (file-relative-name): Use new return value of `file-remote-p'.
12839
12840 2004-06-26 Nick Roberts <nickrob@gnu.org>
12841
12842 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12843 (gdb-goto-breakpoint): Fix breakage.
12844
12845 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12846
12847 * man.el (Man-getpage-in-background): Add windows-nt to the list
12848 of systems where shell-file-name should be used instead of
12849 literal "sh".
12850
12851 2004-06-25 Sam Steingold <sds@gnu.org>
12852
12853 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12854 function names `(setf symbol)'.
12855
12856 2004-06-24 Richard M. Stallman <rms@gnu.org>
12857
12858 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12859
12860 * font-lock.el (font-lock-keywords): Change format of compiled values.
12861 Document it.
12862 (font-lock-add-keywords): If font-lock-keywords is compiled,
12863 extract the uncompiled version, modify, then recompile.
12864 (font-lock-remove-keywords): Likewise.
12865 (font-lock-fontify-keywords-region): Handle changed format.
12866 (font-lock-compile-keywords): Handle changed format.
12867 (font-lock-set-defaults): Compile the keywords explicitly here.
12868
12869 2004-06-24 David Kastrup <dak@gnu.org>
12870
12871 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12872 replacements here.
12873 (query-replace-regexp): Doc string explaining this and the new
12874 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12875 is better placed in `query-replace-read-args'.
12876 (replace-regexp): Explain `\,', `\#' and `\?'.
12877 (replace-match-data): New function for thorough reuse/destruction
12878 of old match-data.
12879 (replace-match-maybe-edit): Function for implementing `\?' editing.
12880 (perform-replace): Fix maintaining of the match stack including
12881 already matched regions, implement `\?', fix various problems
12882 with regions while editing and other stuff.
12883 (replace-highlight): Simplify.
12884
12885 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
12886
12887 * progmodes/grep.el (grep-error-screen-columns): New variable.
12888 (grep-regexp-alist): Give it the full functionality of gnu style
12889 compilation messages with line and column ranges. Ask me for the
12890 perl script I'm working on, that uses these.
12891
12892 2004-06-23 Nick Roberts <nickrob@gnu.org>
12893
12894 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12895 Remove.
12896 (comint-insert-input, comint-mouse-insert-input): New functions
12897 based on comint-insert-clicked-input for two bindings but just
12898 one functionality.
12899
12900 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
12901
12902 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12903
12904 2004-06-23 Lars Hansen <larsh@math.ku.dk>
12905
12906 * files.el (write-contents-functions): Doc fix.
12907
12908 2004-06-21 Juanma Barranquero <lektu@terra.es>
12909
12910 * image.el (image-library-alist): Rewrite docstring in active voice.
12911
12912 2004-06-20 Richard M. Stallman <rms@gnu.org>
12913
12914 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12915
12916 * isearch.el (isearch-repeat): Avoid testing old match data.
12917 (isearch-message): Display trailing space in special font
12918 when search is failing.
12919 (isearch-search-fun-function): Doc fix.
12920
12921 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12922
12923 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
12924
12925 * frame.el (show-trailing-whitespace): Doc fix.
12926
12927 * cus-edit.el (custom-variable-documentation): New function.
12928 (custom-variable): Use it.
12929
12930 2004-06-19 Nick Roberts <nickrob@gnu.org>
12931
12932 * man.el (Man-getpage-in-background): Revert previous change but
12933 make cygwin a special case.
12934
12935 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
12936
12937 * autorevert.el (global-auto-revert-non-file-buffers):
12938 Update docstring.
12939
12940 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
12941
12942 * progmodes/compile.el (compilation-error-properties): Store one
12943 more than end-col, if present, so that transient-mark-mode will
12944 highlight last char too.
12945 * progmodes/grep.el (grep-regexp-alist): Match columns and column
12946 ranges, if present.
12947
12948 2004-06-18 Jason Rumney <jasonr@gnu.org>
12949
12950 * makefile.w32-in: Double percent signs in for loops.
12951
12952 2004-06-17 David Kastrup <dak@gnu.org>
12953
12954 * replace.el (query-replace-read-args): Only warn about use of \n
12955 and \t when we are doing a regexp replacement and the actual
12956 escaped character is n or t.
12957 (query-replace-regexp): Add \, and \# interpretation to
12958 interactive call and document it.
12959 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12960 as shortkey for replace-count.
12961 (replace-quote): New function for doubling backslashes.
12962
12963 2004-06-17 Juanma Barranquero <lektu@terra.es>
12964
12965 * files.el (parse-colon-path, cd): Mention in docstring that the
12966 path separator is colon in GNU-like systems.
12967
12968 * newcomment.el (comment-region-internal): Fix docstring.
12969
12970 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12971 (ewoc-invalidate, ewoc-collect): Doc fixes.
12972 (ewoc--create-node, ewoc--delete-node-internal):
12973 Fix typos in docstring.
12974
12975 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12976
12977 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12978 manual to docstring.
12979
12980 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12981
12982 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12983
12984 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
12985
12986 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12987 Add hyperlink to emacs-xtra manual to docstring.
12988
12989 * autorevert.el (global-auto-revert-non-file-buffers):
12990 Add hyperlink to emacs-xtra manual to docstring, as well as an
12991 info-link.
12992
12993 2004-06-14 Juanma Barranquero <lektu@terra.es>
12994
12995 * image.el (image-library-alist): New variable to map image types
12996 to external libraries. Initialized to nil, unless system-specific
12997 configs change it.
12998 (image-type-available-p): Determine whether an image type is
12999 available by calling `init-image-library'.
13000
13001 * term/w32-win.el (image-library-alist): Initialize to a known set
13002 of probable library names.
13003
13004 2004-06-14 Kenichi Handa <handa@m17n.org>
13005
13006 * international/code-pages.el (windows-1256, cp1125): Fix tables
13007 for several characters.
13008
13009 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13010
13011 2004-06-13 Richard M. Stallman <rms@gnu.org>
13012
13013 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13014
13015 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13016 not "`pc-selection-mode'".
13017
13018 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13019
13020 * simple.el (previous-matching-history-element): Specify a default.
13021
13022 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13023
13024 * cus-face.el (custom-declare-face): Simplify code.
13025
13026 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13027
13028 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13029
13030 * files.el (before-save-hook): Add `time-stamp' to the options.
13031
13032 * time-stamp.el (time-stamp): Recommend adding it to
13033 `before-save-hook', rather than `write-file-functions'.
13034 Make a similar change in `Commentary' section.
13035
13036 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13037
13038 * diff-mode.el (diff-current-defun): If at start of hunk, use
13039 position of first change.
13040
13041 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13042
13043 * dired-x.el (dired-mark-omitted): Bind to "*O".
13044
13045 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13046
13047 * bookmark.el (bookmark-bmenu-relocate): New function, as
13048 suggested by David J. Biesack <David.Biesack@sas.com>.
13049 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13050 (bookmark-bmenu-mode): Describe binding in doc string.
13051 (bookmark-set-filename): Save the bookmark list if it's time.
13052
13053 2004-06-13 Kenichi Handa <handa@m17n.org>
13054
13055 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13056 (ccl-untranslated-to-ucs): Fix typo.
13057
13058 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13059
13060 * progmodes/python.el (python-open-block-statement-p):
13061 Fix indentation after a block opening that contains a comment.
13062
13063 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13064
13065 * bindings.el (completion-ignored-extensions): Add file extensions
13066 of Python byte-compiled files.
13067
13068 2004-06-12 Juri Linkov <juri@jurta.org>
13069
13070 * info.el (Info-goto-node): Add autoload.
13071 (Info-toc): Add substring-no-properties on Info file name.
13072 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13073 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13074
13075 2004-06-12 Kenichi Handa <handa@m17n.org>
13076
13077 * international/mule-cmds.el (set-language-environment):
13078 Load subst tables if necessary.
13079
13080 * international/mule.el (decode-char): Load subst tables if necessary.
13081 (encode-char): Likewise.
13082
13083 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13084 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13085 (utf-16le-decode-loop): Set r5 to -1 before loop.
13086 (utf-16be-decode-loop): Likewise.
13087 (ccl-decode-mule-utf-16le): Add EOF processing block.
13088 (ccl-decode-mule-utf-16be): Likewise.
13089 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13090 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13091 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13092 (ccl-mule-utf-16-encode-untrans): New CCL.
13093 (utf-16-decode-to-ucs): Handle pre-read character.
13094 (utf-16le-encode-loop): Handle surrogate pair.
13095 (utf-16be-encode-loop): Likewise.
13096 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13097 of utf-16le-encode-loop.
13098 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13099 of utf-16be-encode-loop.
13100 (mule-utf-16-post-read-conversion):
13101 Call utf-8-post-read-conversion at first.
13102 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13103 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13104 Add post-read-conversion and pre-write-conversion.
13105
13106 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13107 (utf-translate-cjk-unicode-range): New variable.
13108 (utf-translate-cjk-load-tables): New function.
13109 (utf-lookup-subst-table-for-decode): New function.
13110 (utf-lookup-subst-table-for-encode): New function.
13111 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13112 tables here. Update safe-charsets of utf-* coding systems.
13113 (ccl-mule-utf-untrans): New CCL.
13114 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13115 at end of each branch.
13116 (ccl-mule-utf-8-encode-untrans): New CCL.
13117 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13118 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13119 length of encoding. Don't return r0.
13120 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13121 (utf-8-post-read-conversion): Narrow to region properly.
13122 If utf-translate-cjk-mode is on, load tables if necessary.
13123 Call utf-8-compose with hash-table arg if necessary.
13124 Call XXX-compose-region instead of XXX-post-read-convesion.
13125 (utf-8-pre-write-conversion): New function.
13126 (mule-utf-8): Include CJK charsets in safe-charsets if
13127 utf-translate-cjk-mode is on. Add pre-write-conversion.
13128
13129 * international/characters.el: Temporarily set
13130 utf-translate-cjk-mode to nil.
13131
13132 * language/devan-util.el (devanagari-compose-region):
13133 Add autoload cookie.
13134
13135 * international/ccl.el (ccl-dump-call): Fix printing the
13136 subroutine name.
13137
13138 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13139
13140 * dired.el (dired-revert): If buffer is marked unmodified before
13141 reverting, keep it marked unmodified.
13142 Adapt to new conventions for commenting out code.
13143 (dired-make-relative): Adapt to new conventions for commenting out code.
13144
13145 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13146
13147 * eshell/esh-module.el (eshell-load-defgroups):
13148 Bind `vc-handled-backends' to nil when opening files.
13149
13150 2004-06-11 Juanma Barranquero <lektu@terra.es>
13151
13152 * files.el (parse-colon-path, cd): Doc fixes (refer to
13153 `path-separator', not colon).
13154
13155 2004-06-10 Juanma Barranquero <lektu@terra.es>
13156
13157 * newcomment.el (comment-search-forward)
13158 (comment-search-backward): Fix typos in docstring.
13159 (comment-region): Doc fix.
13160
13161 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13162
13163 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13164 switch is no longer stored in `dired-switches-alist'.
13165
13166 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13167 `dired-switches-alist'.
13168
13169 2004-06-10 Kim F. Storm <storm@cua.dk>
13170
13171 * pcvs.el (cvs-mode-diff-yesterday): New command.
13172
13173 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13174
13175 2004-06-10 Juri Linkov <juri@jurta.org>
13176
13177 * emacs-lisp/edebug.el (edebug-eval-defun):
13178 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13179 Fix docstring.
13180
13181 * simple.el (eval-expression-print-format): Don't print additional
13182 information on the first call to `eval-print-last-sexp'.
13183 (next-error-find-buffer): Fix punctuation.
13184 (killing) <defgroup>: Fix punctuation.
13185 (yank-excluded-properties): Change group from editing to killing.
13186
13187 * replace.el (perform-replace): Use `limit' to terminate the
13188 while-loop explicitly.
13189
13190 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13191
13192 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13193 Use lc-*.xpm as prefix instead of *-locol.xpm.
13194
13195 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13196 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13197 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13198 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13199 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13200 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13201 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13202 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13203 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13204 * toolbar/lc-up_arrow.xpm:
13205 Rename from *-locol.xpm.
13206
13207 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13208
13209 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13210 include forms like &<str>; as valid url patterns.
13211
13212 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13213
13214 * dired.el (dired-diff, dired-backup-diff)
13215 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13216 (dired-do-chown, dired-do-touch, dired-do-print)
13217 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13218 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13219 (dired-create-directory, dired-do-copy, dired-do-symlink)
13220 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13221 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13222 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13223 (dired-maybe-insert-subdir, dired-next-subdir)
13224 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13225 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13226 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13227 (dired-run-shell-command, dired-query): Remove redundant,
13228 or incorrect, autoloads.
13229
13230 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13231 does not end in a slash. Add optional argument KILL-ROOT.
13232 Update docstring.
13233 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13234 (dired-query): Add autoloads.
13235
13236 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13237
13238 * progmodes/compile.el (compilation-set-window-height):
13239 Rearrange the save-* functions because a buffer can have several current
13240 point in different windows.
13241 (compilation-error-regexp-alist-alist): Recognize {standard input}
13242 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13243
13244 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13245
13246 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13247 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13248 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13249 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13250 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13251 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13252 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13253 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13254 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13255 * toolbar/up_arrow-locol.xpm:
13256 New versions of icons that uses fewer colors.
13257
13258 * toolbar/tool-bar.el (tool-bar-local-item)
13259 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13260 if display-color-cells is 256 or less.
13261
13262 2004-06-08 Kim F. Storm <storm@cua.dk>
13263
13264 * wid-edit.el (widget-specify-button): Use hand pointer rather
13265 than mouse-face as visible mouse-over effect.
13266
13267 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13268
13269 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13270 and `print-level' to nil when writing out `save-place-alist'.
13271 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13272
13273 2004-06-07 Juanma Barranquero <lektu@terra.es>
13274
13275 * completion.el (completion-kill-region): Doc fix.
13276
13277 * format.el (format-insert-annotations)
13278 (format-annotate-location): Doc fixes.
13279 (format-subtract-regions): Make arguments match their use in docstring.
13280
13281 * simple.el (kill-region): Doc fix.
13282
13283 * subr.el (insert-buffer-substring-no-properties)
13284 (insert-buffer-substring-as-yank): Doc fixes.
13285
13286 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13287
13288 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13289 Update docstring.
13290 (dired-reset-subdir-switches): New function.
13291
13292 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13293 Limit scope of `buffer-read-only' binding.
13294
13295 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13296
13297 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13298 eshell-explicit-command-char.
13299
13300 2004-06-06 Juanma Barranquero <lektu@terra.es>
13301
13302 * help-fns.el (help-argument-name): Inherit from italic face only
13303 if the frame supports it.
13304
13305 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13306
13307 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13308 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13309 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13310 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13311 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13312 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13313 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13314 New conversions from xpm files.
13315
13316 * toolbar/README: New file.
13317
13318 2004-06-06 Richard M. Stallman <rms@gnu.org>
13319
13320 * isearch.el (isearch-mode-map): Undo previous change.
13321
13322 2004-06-05 Juri Linkov <juri@jurta.org>
13323
13324 * bindings.el (debug-ignored-errors): Add regexps for history
13325 related messages. Remove $ from "No further undo information".
13326 Move Ediff's messages to ediff.el.
13327
13328 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13329
13330 * cus-edit.el (custom-display): Add `min-colors'.
13331
13332 * custom.el (defface): Add `supports' to docstring.
13333
13334 * help-fns.el (help-argument-name): Add :group 'help.
13335
13336 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13337
13338 * find-dired.el (find-ls-subdir-switches): New user option.
13339 (find-dired): No longer call `abbreviate-file-name' on DIR.
13340 Set `dired-subdir-switches' buffer-locally.
13341
13342 * locate.el: Merge the two `Commentary' sections.
13343 (locate-ls-subdir-switches): New user option.
13344 (locate): Update for other changes.
13345 (locate-mode-map): Restore Dired binding for mouse-2.
13346 Bind `locate-mouse-view-file' to M-mouse-2.
13347 Bind `l' to `locate-do-redisplay'.
13348 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13349 (locate-mouse-view-file, locate-tags, locate-find-directory):
13350 Print message if used outside main listing.
13351 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13352 Various changes to support inserted subdirectories.
13353 (locate-insert-header): Change header of *Locate* buffer.
13354
13355 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13356 Change interactive default switches.
13357 (dired-rename-subdir-2): Update `dired-switches-alist'.
13358 (dired-insert-subdir, dired-kill-subdir):
13359 Handle `dired-switches-alist'. Do not mark buffer modified.
13360 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13361 (dired-insert-subdir-doinsert): Omit messages.
13362 Handle `dired-subdir-switches'.
13363 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13364
13365 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13366 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13367 subdirs if -R switch is used for a subdir.
13368 (dired-mode): Set `dired-switches-alist'.
13369 (dired-build-subdir-alist): Only print number of directories in
13370 echo area when invoked interactively.
13371
13372 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13373
13374 * dired-x.el (dired-omit-mode): Rename from
13375 dired-omit-files-p. Use define-minor-mode to define it.
13376 (dired-omit-files-p): Add as alias for dired-omit-mode.
13377 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13378 dired-mark-omitted.
13379 (dired-mark-omitted): Add. Bind to M-O.
13380
13381 2004-06-05 Kenichi Handa <handa@m17n.org>
13382
13383 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13384
13385 2004-06-05 Juanma Barranquero <lektu@terra.es>
13386
13387 * help-fns.el (help-argument-name): Reintroduce face.
13388 (help-default-arg-highlight): Use it, now that
13389 `face-differs-from-default-p' can be trusted.
13390
13391 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13392
13393 * textmodes/table.el: Sentence commands added to Point Motion
13394 group; kill and backward-kill commands added to Extraction group.
13395
13396 2004-06-04 Mario Lang <mlang@delysid.org>
13397
13398 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13399 systems appear to use mW, make the code handle this. Fix a
13400 division-by-zero bug while at it, and handle kernels with
13401 a slightly different layout in /proc/acpi.
13402
13403 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13404
13405 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13406 because the latter is a CL-ism. This fixes the bug reported by
13407 Shawn Boyette <mdxi@collapsar.net> in
13408 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13409
13410 2004-06-04 Miles Bader <miles@gnu.org>
13411
13412 * faces.el (display-supports-face-attributes-p): Function moved to
13413 C code. Previously only the tty-related portion of this function
13414 was done in C; however the previous attempt to do a halfway-proper
13415 job for non-tty displays in lisp didn't work properly because of
13416 funny conditions during Emacs startup.
13417 (face-differs-from-default-p): Simplify, now that
13418 display-supports-face-attributes-p works properly on all display
13419 types. Remove :stipple from comparison; it doesn't really work
13420 in emacs anyway.
13421
13422 2004-06-04 Miles Bader <miles@gnu.org>
13423
13424 * faces.el (face-differs-from-default-p): Use a different
13425 implementation, so we can really check whether FACE displays
13426 differently or not.
13427
13428 2004-06-04 Miles Bader <miles@gnu.org>
13429
13430 * faces.el (display-supports-face-attributes-p): Implement a
13431 `different from default' check for non-tty displays.
13432
13433 2004-06-03 David Kastrup <dak@gnu.org>
13434
13435 * woman.el (woman-mapcan): More concise code.
13436 (woman-topic-all-completions, woman-topic-all-completions-1)
13437 (woman-topic-all-completions-merge): Replace by a simpler and
13438 much faster implementation based on O(n log n) sort/merge instead
13439 of the old O(n^2) behavior.
13440
13441 2004-06-03 Miles Bader <miles@gnu.org>
13442
13443 * subr.el (read-number): Use canonical format for default in prompt.
13444
13445 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13446 Add regexp for " [...]" style defaults.
13447
13448 2004-06-02 Romain Francoise <romain@orebokech.com>
13449
13450 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13451 groups: if the user asks for a hidden buffer, open the
13452 corresponding filter group to expose it.
13453
13454 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13455 `ibuffer-jump-to-buffer'.
13456 (ibuffer-jump-offer-only-visible-buffers): New user option.
13457
13458 2004-06-02 Juanma Barranquero <lektu@terra.es>
13459
13460 * faces.el (frame-update-faces): Add empty docstring so the one
13461 for `ignore' doesn't show through.
13462
13463 * subr.el (process-kill-without-query): Remove spurious "\n" on
13464 obsolescence string.
13465 (focus-frame, unfocus-frame): Add obsolescence declaration and
13466 empty docstring.
13467
13468 * international/mule.el (register-char-codings): Make alias for
13469 `ignore'. Move docstring to obsolescence info and remove redundancy.
13470
13471 2004-06-02 Kim F. Storm <storm@cua.dk>
13472
13473 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13474 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13475
13476 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * comint.el (comint-replace-by-expanded-history-before-point):
13479 Obey `start' as the docstring says.
13480 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13481 (comint-update-fence): Prevent font-lock from running unnecessarily.
13482 (comint-dynamic-list-completions): Use with-current-buffer.
13483
13484 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13485
13486 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13487 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13488 (bibtex-entry-update): Handle alternatives and optional fields.
13489 (bibtex-parse-entry): Bugfix, handle empty key.
13490
13491 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13494
13495 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13496
13497 * desktop.el (desktop-save): Don't save minor modes without a
13498 known mode initialization function.
13499
13500 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13501
13502 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13503
13504 * autorevert.el: Update `Commentary' section.
13505
13506 2004-05-30 Juanma Barranquero <lektu@terra.es>
13507
13508 * dos-fns.el (convert-standard-filename):
13509 * files.el (convert-standard-filename):
13510 * w32-fns.el (convert-standard-filename):
13511 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13512
13513 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13514
13515 Sync with Tramp.
13516
13517 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13518 (tramp-let-maybe): Move to an earlier spot in the file.
13519 Patch by Andreas Schwab.
13520
13521 2004-05-30 Andreas Schwab <schwab@suse.de>
13522
13523 * dired.el (dired-get-filename): Don't use dired-re-dot.
13524
13525 2004-05-30 Richard M. Stallman <rms@gnu.org>
13526
13527 * files.el (find-file): Doc fix.
13528
13529 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13530
13531 2004-05-30 Nick Roberts <nickrob@gnu.org>
13532
13533 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13534 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13535 modeline of the locals buffer.
13536 (gdb-goto-breakpoint): Handle gdbmi.
13537 (gdb-get-frame-number): Change for gdbmi.
13538
13539 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13540
13541 * files.el (file-remote-p): Apply file name handler for operation
13542 `file-remote-p'. It isn' a property any longer.
13543 (file-relative-name): `fh' and `fd' get the required value via
13544 `find-file-name-handler' already.
13545
13546 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13547 (top): Remove setting of `file-remote-p' property for
13548 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13549
13550 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13551
13552 Version 2.0.41 of Tramp released.
13553
13554 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13555 Throw away if process has died.
13556 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13557 (tramp-out-of-band-prompt-regexp): Rename to
13558 `tramp-process-alive-regexp', because its usage is widen.
13559 (tramp-actions-copy-out-of-band): Apply it.
13560 (tramp-actions-before-shell, tramp-multi-actions):
13561 Add `tramp-action-process-alive' action.
13562 (tramp-action-process-alive): New defun.
13563 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13564 Add entry for `file-remote-p'.
13565 (tramp-handle-file-remote-p): New defun.
13566 (top): Remove setting of `file-remote-p'. Don't set
13567 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13568
13569 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13570 `file-remote-p'.
13571
13572 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13573 counted for (last) line. [They should or they shouldn't? --Stef]
13574 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13575
13576 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13577
13578 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13579 not really necessary but seems to keep the shell history smaller
13580 in some cases. It is no substitute for setting HISTFILE and
13581 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13582 though. Suggested by Luc Teirlinck.
13583 (tramp-open-connection-setup-interactive-shell): Export variables
13584 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13585 (tramp-set-process-query-on-exit-flag): New compat function.
13586 (tramp-open-connection-multi, tramp-open-connection-su)
13587 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13588 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13589 (tramp-let-maybe): New macro, let-binds a variable only if it
13590 isn't obsolete.
13591 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13592 (tramp-handle-file-truename): Use it.
13593 (tramp-completion-file-name-regexp-unified): Avoid matching
13594 filenames starting with "/:" -- those are reserved for
13595 file-name-non-special.
13596
13597 * tramp-smb.el (tramp-smb-open-connection):
13598 Use tramp-set-process-query-on-exit-flag compat function.
13599
13600 2004-05-29 Richard M. Stallman <rms@gnu.org>
13601
13602 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13603
13604 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13605 (eval-last-sexp-print-value): Print char equivalent regardless
13606 of standard-output value.
13607
13608 * thumbs.el (thumbs-subst-char-in-string): Delete.
13609 (thumbs-thumbname): Use subst-char-in-string.
13610 (thumbs-resize-image): Use condition-case, not ignore-errors.
13611 (thumbs-kill-buffer): Likewise.
13612
13613 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13614 (thumbs-mode): Make buffer read-only.
13615 (thumbs-make-thumb): Unconditionally accept an existing file.
13616 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13617 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13618 (thumbs-show-thumbs-list): Error if images not supported.
13619 (thumbs-save-current-image): Improve prompt string.
13620 (thumbs-mode-map): Define u, R, x.
13621 (thumbs-unmark): New command.
13622 (thumbs-emboss-image): Minor cleanup.
13623 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13624 (thumbs-rename-images): New command.
13625 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13626
13627 * thumbs.el (thumbs-current-image): New function.
13628 (thumbs-file-list, thumbs-file-alist): New functions.
13629 (thumbs-find-image): Delete arg L.
13630 Don't set up thumbs-fileL as buffer-local global var.
13631 (thumbs-find-image-at-point): Use thumbs-current-image.
13632 (thumbs-set-image-at-point-to-root-window): Likewise.
13633 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13634 Record and warn about errors. Update thumbs-markedL for deletions.
13635 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13636 (thumbs-redraw-buffer): Use thumbs-file-list.
13637 (thumbs-mark): Use thumbs-current-image.
13638 (thumbs-show-name): Use thumbs-current-image.
13639
13640 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13641 and imenu--last-menubar-index-alist.
13642
13643 * subr.el (with-selected-window): Undo previous change.
13644
13645 2004-05-29 John Paul Wallington <jpw@gnu.org>
13646
13647 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13648 (thumbs-mouse-find-image): New command.
13649 (thumbs-mode-map): Bind it to mouse-2.
13650 (thumbs-mode): Make mode-class special.
13651 (thumbs-view-image-mode): Likewise.
13652
13653 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13654
13655 * flymake.el: New file.
13656
13657 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13658
13659 * files.el (find-file-noselect-1): Do not bind
13660 `inhibit-read-only' to t during execution of
13661 `find-file-not-found-functions'.
13662
13663 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13666 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13667
13668 2004-05-28 Juri Linkov <juri@jurta.org>
13669
13670 * simple.el (eval-expression-print-format): New fun.
13671
13672 * simple.el (eval-expression):
13673 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13674 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13675 (edebug-eval-expression): Print additionally the value returned by
13676 `eval-expression-print-format'.
13677
13678 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13679 (insert-pair): Make arguments optional. Find character pair
13680 from `insert-pair-alist' according to the last input event.
13681 (insert-parentheses): Make arguments optional.
13682 (raise-sexp, delete-pair): New funs.
13683
13684 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13685 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13686 Bind C-M-q to `indent-pp-sexp'.
13687
13688 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13689 `pp-to-string' modified to be able to format text with newlines.
13690 (pp-to-string): Move the buffer-formatting part of the code to
13691 `pp-buffer'. Call `pp-buffer'.
13692
13693 * info.el (Info-desktop-buffer-misc-data): Don't save information
13694 about virtual files.
13695 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13696 buffers with names obtained from the desktop file instead of the
13697 default *info* buffer.
13698
13699 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * subr.el (with-selected-window): Only save/restore the selected window.
13702
13703 * progmodes/compile.el (compilation-error-regexp-alist):
13704 Use expand-file-name and data-directory.
13705
13706 * progmodes/grep.el (grep-tree): Rework previous fix.
13707
13708 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13709 after the user marked text with the mouse.
13710
13711 * startup.el (command-line): Keep the first regexp of
13712 auto-save-file-name-transforms intact.
13713
13714 2004-05-28 Juanma Barranquero <lektu@terra.es>
13715
13716 * cus-edit.el (customize-face, customize-face-other-window)
13717 (custom-face-edit-delete): Make arguments match their use in
13718 docstring.
13719 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13720 docstring.
13721
13722 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13723 not `cvs-butlast'.
13724
13725 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13726 `nbutlast' are in subr.el).
13727
13728 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13729 (set-w32-system-coding-system): Doc fixes.
13730
13731 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13732 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13733 Make arguments match their use in docstring.
13734 (artist-draw-region-trim-line-endings)
13735 (artist-mouse-choose-operation): Fix typo in docstring.
13736 (artist-key-set-point-common): Doc fix.
13737
13738 2004-05-28 Simon Josefsson <jas@extundo.com>
13739
13740 * mail/smtpmail.el (smtpmail-open-stream):
13741 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13742
13743 2004-05-26 Simon Josefsson <jas@extundo.com>
13744
13745 * starttls.el: Merge with my GNUTLS based starttls.el.
13746 (starttls-gnutls-program, starttls-use-gnutls)
13747 (starttls-extra-arguments, starttls-process-connection-type)
13748 (starttls-connect, starttls-failure, starttls-success): New variables.
13749 (starttls-program, starttls-extra-args): Doc fix.
13750 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13751 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13752 and pass on to corresponding *-gnutls function if it is set.
13753
13754 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13755
13756 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13757 remote files.
13758
13759 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13760
13761 * files.el (file-name-non-special): There are more operations
13762 which need handling: `find-backup-file-name',
13763 `insert-file-contents', `verify-visited-file-modtime',
13764 `write-region'. Rename t value of method to `add'. Add new
13765 methods `quote' and `unquote-then-quote' to file-arg-indices.
13766
13767 2004-05-25 Juri Linkov <juri@jurta.org>
13768
13769 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13770 (Info-index-nodes): Enclose code in condition-case to catch errors.
13771 (Info-index-node): Don't search all index nodes if request is only
13772 for the current node and file is not in the cache of index nodes.
13773 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13774 for consistency with dired-copy-filename-as-kill.
13775 Bind `S' to Info-search-case-sensitively.
13776 (Info-copy-current-node-name): New arg. With zero prefix arg put
13777 the name inside a function call to `info'. Display copied text in
13778 the echo area.
13779
13780 2004-05-25 Sam Steingold <sds@gnu.org>
13781
13782 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13783 strip the package prefix from the symbol name, if any.
13784 Make it the `find-tag-default-function' for `lisp-mode'.
13785
13786 2004-05-25 John Paul Wallington <jpw@gnu.org>
13787
13788 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13789 instead of obsolete `process-kill-without-query'.
13790
13791 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13792 Declare as variable, not constant.
13793
13794 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13795
13796 * files.el (find-file-noselect-1): Fix bug introduced by
13797 Revision 1.694. As a side effect, `inhibit-read-only'
13798 is again, by default, t during execution of
13799 `find-file-not-found-functions'.
13800 (insert-directory): Check that lines were really inserted by
13801 the --dired switch, before erasing them.
13802
13803 2004-05-24 Nick Roberts <nickrob@gnu.org>
13804
13805 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13806 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13807 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13808 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13809 gud-minor-mode (gdbmi).
13810
13811 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13812
13813 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13814 explicitly select the text to be taken as URL.
13815
13816 2004-05-23 Juri Linkov <juri@jurta.org>
13817
13818 * info.el (Info-index-nodes): New var and fun.
13819 (Info-goto-index, Info-index, info-apropos)
13820 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13821 (Info-index): Fix docstring. Store and restore Info-history-list.
13822 (Info-complete-nodes): New var.
13823 (Info-complete-menu-item): Use it.
13824 (Info-index-node): New fun.
13825 (Info-final-node, Info-forward-node, Info-backward-node)
13826 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13827 Use Info-index-node.
13828 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13829 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13830 (Info-find-node-2): If a node with period in its name not found,
13831 try to find a node without the name part after period.
13832 (Info-select-node): Call Info-fontify-node only if
13833 Info-fontify-maximum-menu-size is not nil.
13834 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13835 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13836 Preserve Info-history-list.
13837 (Info-toc): Set Info-current-file.
13838 (Info-build-toc): Move point to the beginning of the buffer.
13839 Add main-file variable.
13840 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13841 Use backslashed representation of the control character ^_.
13842
13843 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13844 numbers in the new Texinfo 4.7 format.
13845
13846 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13847 regexps for function and variable names.
13848
13849 * descr-text.el (describe-property-list): Add [show] button for
13850 `syntax-table' property with action to pp to a separate buffer.
13851 (describe-char): Replace search-forward by re-search-forward with
13852 whitespace regexp after "character:" to not fail in too narrow windows.
13853
13854 * simple.el (next-error-find-buffer): Add a rule to return
13855 next-error capable buffer if one window on the selected frame
13856 displays such buffer.
13857
13858 2004-05-23 Nick Roberts <nickrob@gnu.org>
13859
13860 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13861 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13862 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13863 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13864 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13865 Handle new value for gud-minor-mode (gdbmi).
13866 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13867 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13868 Change from local to global gdb variable set.
13869 (gdb-ann3): Initialise above gdb variable set.
13870 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13871 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13872 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13873 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13874 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13875 (gdb-info-locals-handler, gdb-invalidate-assembler)
13876 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13877 set as global variables.
13878 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13879 Handle gdbmi.
13880 (gdb-info-breakpoints-custom): Fix regexp.
13881 (def-gdb-var): Delete.
13882
13883 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13884 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13885 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13886 a new mode. The file (gdb-mi.el) for this mode will be included
13887 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13888 primary interface.
13889
13890 2004-05-23 Jesper Harder <harder@ifa.au.dk>
13891
13892 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13893 interpreted as a directory.
13894
13895 2004-05-22 Richard M. Stallman <rms@gnu.org>
13896
13897 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13898 as a close quote.
13899
13900 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13901
13902 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13903 Use assoc-string, not assoc-ignore-case.
13904
13905 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13906
13907 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13908 If moving back then fwd gets a defun that ends before point,
13909 try again moving fwd then back.
13910
13911 * files.el (file-name-non-special): Allow t in file-arg-indices
13912 to mean requote the return value. Use `identity' as an element
13913 rather than as the whole value.
13914
13915 * gs.el (gs-options): Add -dSAFER. Mark it risky.
13916
13917 2004-05-22 Juanma Barranquero <lektu@terra.es>
13918
13919 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13920 `help-make-usage'.
13921 (help-highlight-arguments): Skip function name before searching
13922 for arguments.
13923
13924 2004-05-21 Juanma Barranquero <lektu@terra.es>
13925
13926 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13927 Don't mention in the docstring these arguments meant for
13928 internal (recursive) use only.
13929 (allout-char-spec): Comment out (it's not implemented).
13930 (allout-old-expose-topic, allout-exposure): Fix docstring and add
13931 obsolescence declaration.
13932 (allout-flatten-exposed-to-buffer)
13933 (allout-indented-exposed-to-buffer): Fix typos in docstring.
13934 (my-mark-marker): Doc fix.
13935 (produce-allout-mode-map, allout-sibling-index)
13936 (allout-isearch-expose, allout-distinctive-bullet)
13937 (allout-open-topic, allout-reindent-body)
13938 (allout-rebullet-heading, allout-process-exposed)
13939 (allout-insert-listified, allout-latex-verb-quote)
13940 (allout-insert-latex-header, allout-insert-latex-trailer):
13941 Make arguments match their use in docstring.
13942 (allout-primary-bullet, allout-old-style-prefixes)
13943 (allout-inhibit-protection, allout-init, allout-mode)
13944 (allout-before-change-protect, allout-flag-region):
13945 Use "Emacs" instead of "emacs" in docstrings.
13946
13947 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
13948
13949 * international/characters.el: Modify syntax of more characters.
13950
13951 2004-05-21 Masatake YAMATO <jet@gyve.org>
13952
13953 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13954 (etags-tags-completion-table): Show parsing progress.
13955
13956 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
13957
13958 * locate.el (locate-prompt-for-command): Shorten first line of
13959 docstring.
13960 (locate-mode): Expand docstring and include keymap summary.
13961
13962 * files.el (find-file-noselect-1): Limit the scope of the
13963 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
13964 is, by default, nil during the execution of
13965 `find-file-not-found-functions' and `find-file-hook'.
13966
13967 2004-05-20 Michael Mauger <mmaug@yahoo.com>
13968
13969 * facemenu.el (facemenu-color-name-equal): New function.
13970 (list-colors-display): Use it to compare colors instead of
13971 facemenu-color-equal.
13972
13973 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
13974
13975 * compare-w.el (compare-windows-face): Use min-colors instead of
13976 checking for tty or pc types.
13977
13978 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13981 (completion-setup-function): Use with-current-buffer.
13982 Properly save excursion. Simplify.
13983 Don't assume there is necessarily a `mouse-face' property somewhere.
13984
13985 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13986
13987 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
13988
13989 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13990 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13991 Use with-current-buffer.
13992 (byte-goto-log-buffer): Delete.
13993 (byte-compile-log-file): Call compilation-forget-errors.
13994
13995 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
13996
13997 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13998 output messages into the search result.
13999
14000 2004-05-19 Masatake YAMATO <jet@gyve.org>
14001
14002 * wid-edit.el (widget-radio-button-notify): Revert my last
14003 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14004
14005 2004-05-19 Kenichi Handa <handa@m17n.org>
14006
14007 * international/characters.el: Fix syntax (open/close) of CJK chars.
14008
14009 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14010
14011 * help-mode.el (help-go-back): Don't depend on position of back button.
14012
14013 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14016 files files don't contain an accidental additional /.
14017
14018 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14019 in source buffer.
14020
14021 2004-05-18 Masatake YAMATO <jet@gyve.org>
14022
14023 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14024 to widget-apply. :action method assumes 2 arguments, not 3.
14025
14026 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14027
14028 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14029 New constants.
14030 (hs-special-modes-alist): Add an f90-mode entry.
14031
14032 2004-05-17 Sam Steingold <sds@gnu.org>
14033
14034 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14035 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14036
14037 2004-05-16 Kim F. Storm <storm@cua.dk>
14038
14039 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14040
14041 2004-05-15 John Wiegley <johnw@newartisans.com>
14042
14043 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14044 (eshell-output-object-to-target): Improve output speed 20% by not
14045 calling `eshell-stringify' if something is already known to be a string.
14046
14047 2004-05-15 Alex Ott <ott@jet.msk.su>
14048
14049 * textmodes/ispell.el (ispell-local-dictionary-alist):
14050 Add windows-1251 to the choice of coding systems.
14051 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14052 encoded in cp1251.
14053
14054 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14055
14056 * progmodes/compile.el (compilation-warning-face)
14057 (compilation-info-face): Use min-colors.
14058
14059 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14060
14061 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14062 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14063 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14064 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14065 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14066 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14067 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14068 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14069 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14070 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14071 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14072 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14073 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14074 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14075
14076 2004-05-15 Kim F. Storm <storm@cua.dk>
14077
14078 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14079 Use it to set triggered-p element of timer.
14080 (timer-event-handler): Set triggered-p element non-nil while running
14081 the timer function.
14082
14083 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14084
14085 * descr-text.el (describe-char-unicode-data)
14086 (describe-char-unicodedata-file): Re-enable the unicode code now that
14087 the licensing issues have been cleared in the unicode-4 license.
14088 (describe-text-properties-1): Remove unused `overlay' var.
14089 (describe-char): Remove unused var `buffer'.
14090
14091 2004-05-14 David Ponce <david@dponce.com>
14092
14093 * tree-widget.el: New file.
14094
14095 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14096
14097 * language/european.el ("Brazilian Portuguese"): Add support for
14098 Brazilian Portuguese.
14099
14100 2004-05-13 John Wiegley <johnw@newartisans.com>
14101
14102 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14103 `recentf-mode' if this variable has been customized to t.
14104
14105 * eshell/esh-test.el (eshell-test): Call the function
14106 `emacs-version' rather than trying to build a custom version string.
14107
14108 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14109
14110 * net/telnet.el (telnet-mode): Use define-derived-mode.
14111 Don't modify the global value of comint-prompt-regexp.
14112
14113 2004-05-13 John Paul Wallington <jpw@gnu.org>
14114
14115 * version.el (emacs-version): Check for `gtk' feature before
14116 `x-toolkit' feature.
14117
14118 2004-05-13 Juanma Barranquero <lektu@terra.es>
14119
14120 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14121 arguments in the docstring, they're used only in recursive calls.
14122
14123 * help-fns.el (help-arg-highlighting-function)
14124 (help-argument-name): Delete.
14125 (help-default-arg-highlight): New function.
14126 (help-do-arg-highlighting): Use it.
14127
14128 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14129
14130 * calendar/appt.el (appt-disp-window):
14131 Use `calendar-set-mode-line' for a centered mode-line.
14132
14133 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14134
14135 * calendar/appt.el (appt-disp-window): Do not split window
14136 excessively when `split-height-threshold' is low.
14137
14138 2004-05-12 Nick Roberts <nickrob@gnu.org>
14139
14140 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14141 kill-buffer-hook here and make it local.
14142 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14143
14144 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14145
14146 * progmodes/compile.el (compilation-set-window-height):
14147 Use save-excursion to protect against misplaced marker.
14148
14149 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14150
14151 * custom.el (defface): Document that type can have value gtk.
14152
14153 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14154
14155 2004-05-12 Kenichi Handa <handa@m17n.org>
14156
14157 * descr-text.el: Require quail at comile time.
14158 (describe-char): If an input method is on and it supports the
14159 character, show how to input it.
14160
14161 * international/quail.el (quail-install-decode-map): Accept a
14162 char-table whose subtype is `quail-decode-map'.
14163 (quail-store-decode-map-key, quail-gen-decode-map1)
14164 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14165 (quail-show-key): New functions.
14166
14167 2004-05-12 Juanma Barranquero <lektu@terra.es>
14168
14169 * generic.el (define-generic-mode): Remove redundant arglist info.
14170
14171 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14172 Make arguments match their use in docstring.
14173 (help-arg-highlighting-function): New variable.
14174 (help-argument-name): Mention it in the docstring.
14175 (help-do-arg-highlight): Use it. Expand regexp to accept also
14176 ARG-xxx and xxx-ARG references.
14177
14178 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14179
14180 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14181 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14182 and "mailto:addr1?to=addr2" equal.
14183
14184 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14185
14186 * man.el (Man-getpage-in-background): Use shell-file-name
14187 and shell-command-switch variables instead of hard-coded values.
14188
14189 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14190
14191 * iimage.el: New file.
14192
14193 2004-05-11 Juanma Barranquero <lektu@terra.es>
14194
14195 * custom.el (custom-initialize-default, defcustom):
14196 Fix typo in docstring.
14197
14198 * files.el (set-visited-file-name, file-expand-wildcards):
14199 Fix docstring.
14200
14201 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14202
14203 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14204
14205 * subr.el (eventp): Be more discriminating with integers.
14206
14207 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14208
14209 * progmodes/compile.el (compile): Add universal prefix arg.
14210 (compilation-error-regexp-alist-alist): Add edg patterns.
14211
14212 2004-05-10 Sam Steingold <sds@gnu.org>
14213
14214 * textmodes/ispell.el (ispell-message):
14215 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14216
14217 2004-05-10 Dave Love <fx@gnu.org>
14218
14219 * progmodes/python.el (help-buffer): Autoload when compiling.
14220 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14221 (run-python): Prepend to any existing PYTHONPATH.
14222
14223 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14224
14225 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14226 for pending breakpoints.
14227
14228 2004-05-10 Richard M. Stallman <rms@gnu.org>
14229
14230 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14231 directly without calling any functions in Rmail.
14232 (unrmail-unprune): Function deleted.
14233
14234 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14237 C-c C-z binding.
14238
14239 2004-05-10 Kenichi Handa <handa@m17n.org>
14240
14241 * descr-text.el (describe-char): Fix previous change. Don't make
14242 a unibyte character to multibyte in the *Help* buffer.
14243
14244 2004-05-10 Miles Bader <miles@gnu.org>
14245
14246 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14247 buffer an error if the debugger process is actually running.
14248
14249 2004-05-10 Juanma Barranquero <lektu@terra.es>
14250
14251 * help-fns.el (help-argument-name): Default to italic.
14252 (help-highlight-arguments): Return always (usage . doc), even when
14253 usage is nil.
14254
14255 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14256 (define-ibuffer-filter): Add usage info.
14257 (define-ibuffer-op): Add usage info (but CL-style defaults for
14258 keyword args are not shown).
14259
14260 * subr.el (remove-overlays, read-passwd): Fix docstring.
14261 (start-process-shell-command): Fix docstring. Put usage info in a
14262 format usable by `describe-function'.
14263 (open-network-stream, open-network-stream-nowait)
14264 (open-network-stream-server): Fix docstring.
14265
14266 2004-05-09 Jason Rumney <jasonr@gnu.org>
14267
14268 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14269 Only define cp125* if windows-125* is already defined.
14270
14271 * language/korean.el (cp949): Add alias.
14272
14273 * language/chinese.el (cp936, cp950): Add aliases.
14274
14275 * language/japanese.el (cp932): Add alias.
14276
14277 * term/w32-win.el: Require code-pages.
14278
14279 * international/mule-cmds.el (set-locale-environment):
14280 On MS-Windows use ansi code-page for default coding-systems.
14281 Set up paper sizes for Windows 3 letter languages.
14282
14283 * international/code-pages.el (cp932, cp936, cp949, cp950):
14284 Add aliases. Also add cp125* if not already defined.
14285
14286 2004-05-09 Juanma Barranquero <lektu@terra.es>
14287
14288 * help-fns.el (help-highlight-arguments): Don't try to highlight
14289 missing or autoloaded arglists. Accept structured arguments, like
14290 the first ones of `do' and `flet'.
14291
14292 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14293 (cvs-get-marked): Remove redundant arglist info.
14294
14295 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14296 Don't use CL-style default args.
14297
14298 2004-05-08 Andreas Schwab <schwab@suse.de>
14299
14300 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14301
14302 * international/subst-ksc.el: Fix references to utf-translate-cjk
14303 into utf-translate-cjk-mode.
14304 * international/subst-big5.el: Likewise.
14305 * international/subst-gb2312.el: Likewise.
14306 * international/subst-jis.el: Likewise.
14307 * international/utf-16.el: Likewise.
14308 * international/utf-8.el: Likewise.
14309
14310 2004-05-08 John Wiegley <johnw@newartisans.com>
14311
14312 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14313 "virtual buffers" (off by default), which makes it possible to
14314 switch to the "virtual" buffers of recently visited files. When a
14315 buffer name search fails, and this option is on, iswitchb will
14316 look at the list of recently visited files, and permit matching
14317 against those names. When the user hits RET on a match, it will
14318 revisit that file.
14319 (iswitchb-read-buffer): Add two optional arguments, which makes
14320 isearchb.el possible.
14321 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14322 (iswitchb-next-match): Add support for virtual buffers.
14323
14324 * isearchb.el: This module extends iswitchb to provide "as you
14325 type" buffer selection.
14326
14327 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14328 Ignore the read-only property when flyspell highlighting is on.
14329 Not ignoring it leads to a series of confusing errors.
14330 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14331 but also make sure to call flyspell-incorrect-hook.
14332 (flyspell-maybe-correct-transposition): Perform transposition test
14333 by bit twiddling a string, rather than using a temp buffer.
14334 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14335 buffer. This is also the original version of the code, which
14336 could not be checked in before due to a previous lack of
14337 assignment papers. This version has seen heavy usage on my system
14338 for several years now.
14339
14340 * calendar/cal-bahai.el: New file, which adds support for the
14341 Baha'i calendar to Emacs. This calendar is based on a solar year
14342 of 19 months of 19 days, with 4 intercalary days. Each year
14343 begins on March 21, with the calendar starting in 1844.
14344
14345 * calendar/cal-menu.el, calendar/calendar.el
14346 * calendar/diary-lib.el, calendar/holidays.el:
14347 Added support for using cal-bahai.el.
14348
14349 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14350 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14351 function can be used outside of eshell buffers.
14352 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14353
14354 2004-05-08 Juanma Barranquero <lektu@terra.es>
14355
14356 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14357 word constituent so FOO-ARG is not recognized as an arg.
14358 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14359
14360 * simple.el (next-error): Fix typo in docstring.
14361 (open-line): Make argument names match their use in docstring.
14362 (split-line): Fix docstring.
14363
14364 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14365 usable by `describe-function'.
14366 (gensym, gentemp, typep, ignore-errors): Make argument names match
14367 their use in docstring.
14368
14369 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14370 argument to `help-setup-xref'.
14371
14372 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14373
14374 Version 2.0.40 of Tramp released.
14375
14376 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14377 Use symbol-function to invoke functions only known on some Emacs
14378 flavors. This avoids byte-compiler warnings. Reported by Kevin
14379 Scaldeferri <kevin@scaldeferri.com>.
14380 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14381 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14382 consistent with the other tramp-do-* functions.
14383 (tramp-do-copy-or-rename-file): Calls adjusted.
14384 (tramp-process-initial-commands): Avoid liveness check on shell --
14385 we know that it must be alive since we're opening a connection at
14386 this moment.
14387 (tramp-last-cmd): New internal variable.
14388 (tramp-process-echoes): New tunable.
14389 (tramp-send-command): Set tramp-last-cmd.
14390 (tramp-wait-for-output): Delete echo, if applicable.
14391 (tramp-read-passwd): Construct the key for the password cache in a
14392 way that works for multi methods, too.
14393 (tramp-bug): Add backup-directory-alist and
14394 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14395
14396 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14397
14398 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14399
14400 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14401 (tramp-actions-copy-out-of-band): New defcustoms.
14402 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14403 used instead of a synchronous one. Allows password entering.
14404 (tramp-action-out-of-band): New defun.
14405 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14406 Remove restriction with password from doc string.
14407 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14408 `tramp-out-of-band-prompt-regexp',
14409 `tramp-actions-copy-out-of-band', `password-cache' and
14410 `password-cache-expiry'.
14411 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14412 password caching.
14413 (tramp-touch): FILE can be a local file, too.
14414 (TODO): Remove items done.
14415 (tramp-handle-insert-directory): Properly quote file name also if
14416 not full-directory-p. Handle wildcard case. Reported by Andreas
14417 Schwab <schwab@suse.de>.
14418 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14419 new file.
14420 (tramp-handle-file-local-copy, tramp-handle-write-region):
14421 The permissions of the temporary file are set if filename exists.
14422 Reported by Ted Stern <stern@cray.com>.
14423 (tramp-backup-directory-alist)
14424 (tramp-bkup-backup-directory-info): New defcustoms.
14425 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14426 (tramp-handle-find-backup-file-name): New function.
14427 Implements Tramp's find-backup-file-name.
14428
14429 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14430 for `find-backup-file-name'.
14431
14432 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14433 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14434
14435 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14436
14437 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14438
14439 2004-05-07 Juanma Barranquero <lektu@terra.es>
14440
14441 * subr.el (lambda): Add arglist description to docstring.
14442 (declare): Fix typo in docstring.
14443 (open-network-stream): Fix docstring.
14444 (process-kill-without-query): Fix docstring and add obsolescence info.
14445 (last, butlast, nbutlast): Make arguments match their use in docstring.
14446 (insert-buffer-substring-no-properties): Likewise.
14447 (insert-buffer-substring-as-yank): Likewise.
14448 (split-string): Fix docstring.
14449
14450 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14451 Make argument names match their use in docstring.
14452
14453 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14454
14455 2004-05-06 Nick Roberts <nickrob@gnu.org>
14456
14457 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14458 Fit first sentence on one line for apropos-command.
14459
14460 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 Changes largely merged in from Dave Love's code.
14463 * progmodes/python.el: Doc fixes.
14464 (python-mode-map): Add python-complete-symbol.
14465 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14466 (python-comment-indent, python-complete-symbol)
14467 (python-symbol-completions, python-partial-symbol)
14468 (python-try-complete): New.
14469 (python-indent-line): Remove optional arg. Use python-block-end-p.
14470 (python-check): Bind compilation-error-regexp-alist.
14471 (inferior-python-mode): Use rx. Move keybindings to top level.
14472 Set comint-input-filter.
14473 (python-preoutput-filter): Use rx.
14474 (python-input-filter): Re-introduce.
14475 (python-proc): Start new process if necessary.
14476 Check python-buffer non-nil.
14477 (view-return-to-alist): Defvar.
14478 (python-send-receive): New.
14479 (python-eldoc-function): Use it.
14480 (python-mode-running): Don't defvar.
14481 (python-mode): Set comment-indent-function.
14482 Maybe update hippie-expand-try-functions-list.
14483 (python-indentation-levels): Initialize differently.
14484 (python-block-end-p): New.
14485 (python-indent-line): Use it.
14486 (python-compilation-regexp-alist): Augment.
14487 (run-python): Import `emacs' module to Python rather than loading
14488 code directly. Set python-buffer differently.
14489 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14490 Use python-proc.
14491 (python-send-command): Go to end of comint buffer.
14492 (python-load-file): Use python-proc, emacs.eimport.
14493 (python-describe-symbol): Simplify interactive form.
14494 Use emacs.help. Do use temp-buffer-show-hook.
14495 Call print-help-return-message.
14496 (hippie-exp): Require when compiling.
14497 (python-preoutput-continuation): Use rx.
14498
14499 * diff-mode.el (diff-make-unified): Fix regexp.
14500
14501 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14502
14503 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14504 filter groups from the buffer when rebuilding the Ibuffer buffer
14505 and `ibuffer-show-empty-filter-groups' is nil.
14506
14507 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14508
14509 * ps-print.el (ps-print-quote): Call ps-value-string.
14510 (ps-setup): Call ps-comment-string.
14511 (ps-value-string, ps-comment-string): New funs.
14512
14513 2004-05-06 Juanma Barranquero <lektu@terra.es>
14514
14515 * ehelp.el (electric-help-command-loop): Check whether the last
14516 character is visible, not (point-max).
14517
14518 * help-fns.el (help-argument-name): Default to bold; don't inherit
14519 from font-lock-variable-name-face.
14520 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14521
14522 2004-05-05 Kenichi Handa <handa@m17n.org>
14523
14524 * descr-text.el (describe-char): Copy the character with text
14525 properties and overlays into the first line, and call
14526 describe-text-properties on it.
14527
14528 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14529
14530 * iswitchb.el (iswitchb-global-map): Fix typo.
14531 Remove unwanted ###autoloads from source file.
14532
14533 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14534
14535 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14536 in run-hooks. Use substitute-command-keys in message.
14537 (wdired-abort-changes): Add message.
14538
14539 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14540
14541 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14542 (sql-emacs20-p): Remove.
14543 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14544 (sql-builtin-face, sql-doc-face): Remove.
14545 (sql-mode-ansi-font-lock-keywords)
14546 (sql-mode-oracle-font-lock-keywords)
14547 (sql-mode-postgres-font-lock-keywords)
14548 (sql-mode-linter-font-lock-keywords)
14549 (sql-mode-ms-font-lock-keywords)
14550 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14551 (sql-product-font-lock): Fix font-lock reset when font rules change.
14552 (sql-highlight-product): Remove incorrect font-lock reset logic.
14553
14554 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14555
14556 * ses.el (ses-set-parameter): Fix typo.
14557
14558 2004-05-04 Kim F. Storm <storm@cua.dk>
14559
14560 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14561 Must expand directory for completion to work; and don't mess with
14562 process-environment.
14563 (ido-read-file-name): If command has ido property, don't use ido
14564 if value is ignore, or read as directory if value is dir.
14565 Set ido ignore property for dired-do-rename command.
14566
14567 2004-05-04 Juanma Barranquero <lektu@terra.es>
14568
14569 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14570 (electric-help-help): Check against unmapped commands.
14571
14572 * help-fns.el (help-argument-name): New face, inheriting from
14573 font-lock-variable-name-face, to highlight function arguments in
14574 `describe-function' and `describe-key'.
14575 (help-do-arg-highlight): Auxiliary function to highlight a given
14576 list of arguments in a string.
14577 (help-highlight-arguments): Highlight the function arguments and
14578 all uses of them in the docstring.
14579 (describe-function-1): Use it. Do docstring output via `insert',
14580 not 'princ', so text attributes are preserved.
14581
14582 * winner.el (winner-mode-map): Move `winner-undo' and
14583 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14584 previous bindings conflict with `prev-buffer', `next-buffer').
14585
14586 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14587
14588 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14589 (bibtex-entry-update): New command bound to C-c C-u.
14590 (bibtex-text-in-string): Fix regexp.
14591 (bibtex-assoc-of-regexp): Remove.
14592 (bibtex-progress-message): Fix docstring.
14593 (bibtex-inside-field): Use if.
14594 (bibtex-assoc-regexp): New function.
14595 (bibtex-format-entry): Make code more robust so that it formats
14596 also old entries.
14597 (bibtex-autokey-demangle-title): Merge with obsolete function
14598 bibtex-assoc-of-regexp.
14599 (bibtex-field-list): New function.
14600 (bibtex-entry): Use bibtex-field-list.
14601 (bibtex-parse-entry): Fix docstring.
14602 (bibtex-print-help-message): Use bibtex-field-list.
14603 (bibtex-make-field): Use bibtex-field-list.
14604 (bibtex-entry-index): Bugfix. Return crossref key if required.
14605 (bibtex-lessp): Fix docstring.
14606
14607 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14608
14609 * select.el (xselect-convert-to-string): Move comment to intended line.
14610
14611 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14612
14613 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14614 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14615
14616 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14617
14618 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14619 x-get-selection.
14620
14621 2004-05-03 Jason Rumney <jasonr@gnu.org>
14622
14623 * makefile.nt: Remove.
14624
14625 2004-05-03 Kim F. Storm <storm@cua.dk>
14626
14627 * emulation/cua-base.el (cua--update-indications): Fix last change.
14628 (cua-mode): Deactivate mark when cua-mode is enabled.
14629
14630 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14631
14632 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14633
14634 2004-05-03 Nick Roberts <nickrob@gnu.org>
14635
14636 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14637 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14638 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14639 window over visible frames.
14640 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14641
14642 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14643
14644 * progmodes/compile.el (compilation-gcpro): New var.
14645 (compilation-fake-loc): Use it.
14646 (compilation-forget-errors): Reset it.
14647
14648 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14649
14650 * diff-mode.el (diff-header-face, diff-file-header-face):
14651 Use min-colors.
14652
14653 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14654
14655 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14656 (bibtex-clean-entry): Disentangle code.
14657 (bibtex-realign): New function.
14658 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14659 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14660 Remove undocumented optional arg called-by-convert-alien.
14661 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14662 for sorting instead of bibtex-sort-buffer.
14663
14664 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14665
14666 * progmodes/compile.el (compilation-start): In the
14667 no-async-subprocesses branch, call sit-for to give redisplay a
14668 chance to show the updated process status in the mode line, and
14669 fontify the buffer explicitly after the process exits.
14670
14671 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14672
14673 * progmodes/python.el (python-compilation-line-number): Remove.
14674 (python-compilation-regexp-alist): Don't use it any more.
14675 (python-orig-start, python-input-filter): Remove.
14676 (inferior-python-mode): Don't set up comint-input-filter-functions.
14677 (python-send-region): Use compilation-fake-loc.
14678
14679 * progmodes/compile.el (compilation-messages-start): New var.
14680 (compilation-mode): Don't setup next-error-function here.
14681 (compilation-setup): Set it up here instead (for minor modes as well).
14682 Make compilation-messages-start buffer local.
14683 (compilation-next-error-function): Use it.
14684 (compilation-forget-errors): Set compilation-messages-start.
14685
14686 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14687
14688 * ielm.el (ielm-prompt-read-only): Update docstring.
14689
14690 * comint.el (comint-prompt-read-only): Update docstring.
14691 (comint-update-fence, comint-kill-whole-line)
14692 (comint-kill-region): New functions.
14693
14694 * simple.el (kill-whole-line): Use "p" instead of "P" in
14695 interactive form.
14696
14697 2004-05-01 Juanma Barranquero <lektu@terra.es>
14698
14699 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14700 format arglist so default values in CL-style argument lists are
14701 correctly shown.
14702
14703 2004-05-01 Jason Rumney <jasonr@gnu.org>
14704
14705 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14706
14707 2004-05-01 Kenichi Handa <handa@m17n.org>
14708
14709 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14710 quail file if it is up to date.
14711
14712 2004-04-30 Juri Linkov <juri@jurta.org>
14713
14714 * cus-edit.el (custom-mode-map):
14715 Add key binding `C-x C-s' to `Custom-save'.
14716
14717 * outline.el (outline-blank-line): New var.
14718 (outline-next-preface, outline-show-heading)
14719 (outline-end-of-subtree): Use it.
14720
14721 * dired-aux.el (dired-touch-initial): New fun.
14722 (dired-do-chxxx): Call it for op-symbol `touch'.
14723 (dired-diff): Use `dired-dwim-target-directory'
14724 if current dired buffer has no buffer mark.
14725
14726 * bindings.el (propertized-buffer-identification):
14727 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14728 Add C-M-arrow keys for consistency.
14729
14730 * files.el (confirm-kill-emacs):
14731 Change group from top-level `emacs' to `convenience'.
14732
14733 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14734 Push mark on the first call of successive command calls.
14735 (insert-pair): New fun created from `insert-parentheses' with
14736 `open' and `close' arguments added. Enclose active regions
14737 in paired characters. Compare adjacent characters syntax with
14738 inserted characters syntax before inserting a space.
14739 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14740
14741 * delsel.el: Don't put `delete-selection' property
14742 on `insert-parentheses' symbol to take advantage of
14743 region handling in `insert-pair' function.
14744 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14745
14746 2004-04-30 Kim F. Storm <storm@cua.dk>
14747
14748 * emulation/cua-base.el: Add support for changing cursor types;
14749 based on patch from Michael Mauger.
14750 (cua-normal-cursor-color, cua-read-only-cursor-color)
14751 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14752 Customization cursor type and/or cursor color.
14753 (cua--update-indications): Handle cursor type changes.
14754 (cua-mode): Update cursor indications if enabled.
14755
14756 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14757
14758 * mouse.el (mouse-drag-copy-region): New defcustom.
14759 (mouse-set-region, mouse-drag-region-1): Use it.
14760
14761 * simple.el (kill-ring-save): If region face background color is
14762 unspecified (if no highlighting), show extent of fully visible
14763 region even if transient-mark-mode is enabled.
14764
14765 * emulation/cua-base.el (cua--standard-movement-commands):
14766 Add cua-scroll-up and cua-scroll-down.
14767 (cua-scroll-up, cua-scroll-down): New commands.
14768 (cua--init-keymaps): Remap scroll-up and scroll-down.
14769
14770 * emulation/cua-rect.el (cua--convert-rectangle-as):
14771 New defmacro.
14772 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14773 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14774 New commands (suggested by Jordan Breeding).
14775
14776 2004-04-30 Juanma Barranquero <lektu@terra.es>
14777
14778 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14779
14780 2004-04-30 Mario Lang <mlang@delysid.org>
14781
14782 * diff.el (diff-switches): Fix typo in docstring.
14783
14784 2004-04-30 Alex Schroeder <alex@gnu.org>
14785
14786 * xml.el (xml-debug-print-internal): Don't add newline and
14787 indentation to text nodes and write empty elements as empty tags
14788 instead of opening and closing tags.
14789 (xml-debug-print): Take optional indent-string argument.
14790 (xml-print): Alias for xml-debug-print.
14791
14792 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14793
14794 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14795 than duplicate call to `line-beginning-position'.
14796
14797 * progmodes/f90.el (f90-get-present-comment-type):
14798 Return whitespace, as well as comment chars, for consistent filling
14799 of comment blocks. Use `match-string-no-properties'.
14800 (f90-break-line): Trim trailing whitespace when filling comments.
14801
14802 2004-04-30 Dave Love <fx@gnu.org>
14803
14804 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14805 (diary-from-outlook-internal, diary-from-outlook)
14806 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14807 New functions to import diary entries from Outlook-format
14808 appointments in mail messages.
14809
14810 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * progmodes/python.el (python-send-command): New fun.
14813 (python-send-region, python-load-file): Use it.
14814
14815 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14816
14817 * help-fns.el (help-C-file-name): Use new subr-name.
14818 Prepend `src/' to the file name.
14819 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14820 (describe-function-1, describe-variable): Only find a C source file
14821 name if DOC is already loaded.
14822
14823 * help-mode.el (help-function-def, help-variable-def):
14824 Use the new find-function-search-for-symbol functionality.
14825 Allow FILE to be `C-source'.
14826
14827 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14828 (find-function-C-source): New fun.
14829 (find-function-search-for-symbol): Use it.
14830
14831 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14832
14833 * progmodes/sql.el (sql-product-alist): Rename variable
14834 `sql-product-support'. Add Postgres login parameters.
14835 (sql-set-product, sql-product-feature): Update with renamed variable.
14836 (sql-connect-postgres): Add username prompt.
14837 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14838 Make patterns less product specific.
14839 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14840 (sql-mode-abbrev-table): Modify initialization.
14841 (sql-builtin-face): Add variable.
14842 (sql-keywords-re): Add macro.
14843 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14844 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14845 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14846 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14847 (sql-mode-linter-font-lock-keywords)
14848 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14849 (sql-mode-sybase-font-lock-keywords)
14850 (sql-mode-informix-font-lock-keywords)
14851 (sql-mode-interbase-font-lock-keywords)
14852 (sql-mode-ingres-font-lock-keywords)
14853 (sql-mode-solid-font-lock-keywords)
14854 (sql-mode-sqlite-font-lock-keywords)
14855 (sql-mode-db2-font-lock-keywords): Default to nil.
14856 (sql-product-font-lock): Always highlight ANSI keywords.
14857 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14858 (sql-send-string): Add function.
14859
14860 2004-04-29 Dave Love <fx@gnu.org>
14861
14862 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14863 (cfengine-end-of-defun): Ensure progress through buffer.
14864
14865 * info-look.el (cfengine-mode): Accept a terminal ().
14866
14867 2004-04-29 Juri Linkov <juri@jurta.org>
14868
14869 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14870 instead of isearch-yank-word-or-char. Add new key bindings for
14871 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14872 (isearch-del-char): New fun.
14873 (isearch-forward, isearch-edit-string): Update docstring.
14874 (isearch-yank-char): Doc fix.
14875 (isearch-other-meta-char): Restore point after scrolling.
14876
14877 * progmodes/compile.el (compilation-context-lines): Add nil option
14878 to disable compilation output window scrolling.
14879 (compilation-set-window): Use it.
14880
14881 * outline.el (outline-next-preface, outline-show-heading):
14882 Don't leave unhidden blank line before heading.
14883 (outline-end-of-subtree): Include last newline into subtree.
14884 (hide-entry): Leave point at beginning of heading instead of end.
14885 (outline-up-heading): Push mark for the first call of successive
14886 command calls.
14887
14888 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
14889
14890 * comint.el (comint-prompt-read-only): New variable.
14891 (comint-output-filter): Implement it.
14892
14893 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14894 (ielm-prompt-internal): New variable.
14895 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14896 (ielm-send-input): Delete unused variable `buf'.
14897 (ielm-eval-input): Use `ielm-prompt-internal'.
14898 (inferior-emacs-lisp-mode): Use new variables
14899 `comint-prompt-read-only' and `ielm-prompt-internal'.
14900 Get rid of obsolete variable `directory-sep-char'.
14901 (ielm): Use `zerop'.
14902
14903 2004-04-29 John Paul Wallington <jpw@gnu.org>
14904
14905 * thumbs.el (toplevel): Require cl at compile time.
14906 Remove conditional definitions of `ignore-errors' and `caddar'
14907 because they occur at run time.
14908
14909 2004-04-28 Nick Roberts <nickrob@gnu.org>
14910
14911 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14912 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14913 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14914 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14915
14916 * progmodes/gud.el (gud-common-init): Throw an error if program is
14917 already running under gdb.
14918
14919 2004-04-28 John Paul Wallington <jpw@gnu.org>
14920
14921 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14922 (thumbs-show-image-num): Move assignment of
14923 `thumbs-current-image-filename' within scope of `i'.
14924 (thumbs-emboss-image): Don't use `evenp'.
14925
14926 2004-04-28 Richard M. Stallman <rms@gnu.org>
14927
14928 * progmodes/compile.el (compilation-context-lines): Default now 0.
14929
14930 2004-04-28 Juanma Barranquero <lektu@terra.es>
14931
14932 Use `time-less-p' from calendar/time-date.el instead of defining
14933 custom versions of it.
14934
14935 * pcomplete.el (pcomplete-time-less-p): Remove.
14936
14937 * thumbs.el (time-less-p): Remove.
14938
14939 * calendar/timeclock.el (timeclock-time-less-p): Remove.
14940 (timeclock-generate-report): Use `time-less-p'.
14941
14942 * emacs-lisp/autoload.el (autoload-before-p): Remove.
14943 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14944
14945 2004-04-28 Masatake YAMATO <jet@gyve.org>
14946
14947 * subr.el (remove-overlays): Make arguments optional.
14948
14949 * wid-edit.el (widget-specify-button): Put evaporate to the
14950 overlay for sample.
14951 (widget-specify-sample): Put evaporate to the overlay for sample.
14952 (widget-specify-doc): Put evaporate to the overlay for documentation.
14953
14954 2004-04-27 Jesper Harder <harder@ifa.au.dk>
14955
14956 * info.el (info-apropos): Make it an index node. Align node names
14957 like makeinfo.
14958
14959 2004-04-27 Eli Zaretskii <eliz@gnu.org>
14960
14961 * net/browse-url.el (browse-url-netscape-sentinel)
14962 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14963 (browse-url-epiphany-sentinel, browse-url-mosaic):
14964 Use browse-url-*-program instead of a literal program name.
14965
14966 2004-04-27 Kevin Ryde <user42@zip.com.au>
14967
14968 * eshell/em-alias.el:
14969 * eshell/em-dirs.el:
14970 * eshell/em-hist.el:
14971 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14972 features when M-x customize-group loads modules before the main
14973 eshell.el.
14974
14975 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
14976
14977 * subr.el (momentary-string-display): Support EXIT-CHAR that is
14978 either a character representation of an event or an event
14979 description list.
14980
14981 * type-break.el: Capitalise Emacs and Lisp.
14982 (type-break-good-break-interval, type-break-demo-boring-stats)
14983 (type-break-terse-messages, type-break-file-name): New defcustoms.
14984 (type-break-post-command-hook)
14985 (type-break-warning-countdown-string): Quote variable names in doc.
14986 (type-break-interval-start, type-break-auto-save-file-name): New vars.
14987 (type-break-mode): Document type-break-good-break-interval and the
14988 "session" file. Schedule break according to the session file.
14989 Kill session file buffer on exit. Organise for save-some-buffers
14990 to always save the session file.
14991 (type-break-mode-line-message-mode, type-break-query-mode):
14992 Uppercase arguments.
14993 (type-break-file-time, type-break-file-keystroke-count, timep)
14994 (type-break-choose-file, type-break-get-previous-time)
14995 (type-break-get-previous-count): New defuns.
14996 (type-break): Avoid break querying after a completed break in the
14997 case where the query was initiated during user invocation of the
14998 break. Optional terse messages.
14999 Use type-break-good-break-interval if type-break-good-rest-interval is
15000 nil. File the break time.
15001 (type-break-schedule): New optional args for overriding the use of
15002 the current time.
15003 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15004 after a break.
15005 (type-break-check): File the keystroke count.
15006 (type-break-do-query): Prevent a second query when the break is
15007 interrupted. Optional terse message.
15008 (type-break-keystroke-reset): Record the start of a typing interval.
15009 (type-break-demo-boring): Optional terse messages. Display word
15010 per minute and keystroke counts according to
15011 type-break-demo-boring-stats.
15012
15013 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15014
15015 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15016 directories, make sure they exist under archive-tmpdir.
15017
15018 2004-04-27 Juri Linkov <juri@jurta.org>
15019
15020 * help.el (view-emacs-news): With argument, display info for the
15021 selected version by finding it among different NEWS files, and
15022 narrowing the buffer to the selected version.
15023
15024 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15025 same-window-buffer-names.
15026 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15027 non-numeric prefix argument, append the number to the buffer name
15028 for numeric prefix argument.
15029 (info-other-window): Bind same-window-regexps to nil.
15030 (Info-reference-name): Rename to Info-point-loc.
15031 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15032 and Info-find-index-name for stringy Info-point-loc.
15033 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15034 without middle `.', but with final `.' and optional line number
15035 for it. Set Info-point-loc for index nodes.
15036 (Info-index): Remove middle `.' from index entry regexp.
15037 Modify line number regexp.
15038 (Info-index-next): Decrement line number.
15039 (info-apropos): Remove middle `.' from index entry regexp.
15040 Add optional line number regexp at the end. Add matched value
15041 for line number to the result list and insert it to the buffer.
15042 Replace match-string by match-string-no-properties.
15043 Reorder result list.
15044 (Info-fontify-node): Hide index line numbers.
15045 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15046 empty matches.
15047 (Info-follow-reference): Use `str' instead of
15048 Info-following-node-name-re.
15049 (Info-toc): Use full file names. Set Info-current-node to "Top".
15050 (Info-fontify-node): Compare file names without directory name.
15051 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15052 Set second arg of Info-extract-menu-node-name for index nodes.
15053 (info-xref-visited): Use magenta3 instead of magenta4.
15054 (Info-mode): Add info-apropos to docstring.
15055
15056 * log-view.el (log-view-diff): Replace interactive code "r"
15057 by a list to allow to call it even if region is not active.
15058
15059 * paren.el (show-paren-highlight-openparen): New var.
15060 (show-paren-function): Turn on openparen highlighting when
15061 matching forward if show-paren-highlight-openparen is non-nil.
15062
15063 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15064 the constant value 1.
15065 (completions-common-part): Expand docstring.
15066
15067 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15068
15069 2004-04-27 Kim F. Storm <storm@cua.dk>
15070
15071 * image.el (insert-sliced-image): Use line-height instead of
15072 line-spacing property on newline.
15073
15074 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15075
15076 * desktop.el (desktop-buffer-misc-data-function): Rename to
15077 desktop-save-buffer and change docstring.
15078 (desktop-buffer-modes-to-save): Delete.
15079 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15080 desktop-buffer-modes-to-save.
15081 (desktop-save): Rename desktop-buffer-misc-data-function to
15082 desktop-save-buffer and allow non-function value.
15083 (desktop-missing-file-warning): Correct docstring.
15084
15085 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15086 to desktop-save-buffer.
15087
15088 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15089 desktop-save-buffer.
15090
15091 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15092
15093 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15094
15095 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15096
15097 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15098
15099 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15100
15101 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15102 (ielm): Only go to the end of the buffer when starting a new process.
15103
15104 2004-04-25 Juanma Barranquero <lektu@terra.es>
15105
15106 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15107 mode line. Bind `inhibit-read-only' to t before modifying
15108 properties of text in the buffer.
15109 (ielm): Force point to the end of buffer, even when running ielm
15110 from inside itself.
15111
15112 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15113
15114 * info.el (info-apropos): Reset Info-complete-cache.
15115
15116 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15117
15118 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15119 Also recognize severe Irix et al. messages.
15120 (compilation-normalize-filename, compile-abbreviate-directory):
15121 Delete functions.
15122 (compilation-get-file-structure): New function inherits
15123 functionality of the two preceding ones.
15124 (compilation-internal-error-properties, compilation-fake-loc):
15125 Use it so that different paths to the same file share the same
15126 markers. Also optimize finding adjacent marker slightly.
15127
15128 2004-04-25 Kim F. Storm <storm@cua.dk>
15129
15130 * image.el (insert-sliced-image): Add line-spacing t property
15131 to newlines separating image lines.
15132
15133 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15134
15135 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15136
15137 * ielm.el (ielm-prompt-read-only): New user option.
15138 (ielm-prompt): Expand docstring to describe new behavior.
15139 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15140 mention it in the docstring.
15141
15142 2004-04-24 Andreas Schwab <schwab@suse.de>
15143
15144 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15145
15146 * diff.el (diff): Set default-directory in diff buffer.
15147
15148 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15149
15150 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15151 mail was being composed if the terminal cannot display more than
15152 one frame; instead, switch to previous frame.
15153
15154 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15155 (rmail-start-mail): Support rmail-mail-new-frame even on
15156 terminals that can display only one frame at a time.
15157
15158 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15159
15160 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15161 (checkdoc-output-font-lock-keywords): Remove error regexp.
15162 (checkdoc-output-mode-map): Remove.
15163 (checkdoc-output-mode): Derive from compilation-mode.
15164 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15165
15166 * dired.el (dired-mode-map): Add a menu entry for wdired.
15167
15168 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15169 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15170
15171 * wdired.el (wdired-mode-map): Move init into declaration.
15172 Fix `return' binding.
15173 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15174 Use force-mode-line-update.
15175 (wdired-get-filename): Use `unless'.
15176 (wdired-preprocess-files): Don't assume names have no \n and use / for
15177 dir separator.
15178 (wdired-normalize-filename): Use replace-regexp-in-string.
15179 (wdired-load-hooks): Remove.
15180 (wdired-mode-hooks): Rename to wdired-mode-hook.
15181
15182 * info-look.el: Add support for cfengine-mode.
15183 (info-lookup-setup-mode): Use dolist.
15184
15185 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15186
15187 * wdired.el: New file.
15188
15189 2004-04-23 Juanma Barranquero <lektu@terra.es>
15190
15191 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15192
15193 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15194 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15195 (pcomplete--help, pcomplete--here): Doc fixes.
15196
15197 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15198
15199 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15200 handles wrong-number-of-arguments in backend call.
15201
15202 * vc.el (vc-print-log): Likewise.
15203
15204 2004-04-20 Dave Love <fx@gnu.org>
15205
15206 * emacs-lisp/rx.el: Doc fixes.
15207 (rx-constituents): Add/extend many forms.
15208 (rx-check): Check form is a list.
15209 (bracket): Defvar.
15210 (rx-check-any, rx-any, rx-check-not): Modify.
15211 (rx-not): Simplify.
15212 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15213 (rx-kleene): Use rx-trans-forms.
15214 (rx-quote-for-set): Delete.
15215 (rx): Allow multiple args.
15216
15217 2004-04-23 Kenichi Handa <handa@m17n.org>
15218
15219 * international/mule-util.el (char-displayable-p): Simplify by
15220 using internal-char-font.
15221
15222 2004-04-23 Juanma Barranquero <lektu@terra.es>
15223
15224 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15225
15226 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15227
15228 * diff-mode.el (diff-next-error): New fun.
15229 (diff-mode): Use it.
15230
15231 * simple.el (next-error): Change arg name.
15232 Add support for the documented C-u C-x ` usage.
15233
15234 * frame.el (special-display-popup-frame, next-multiframe-window)
15235 (previous-multiframe-window): Only consider frames on same display.
15236
15237 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15238
15239 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15240 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15241
15242 2004-04-22 Kim F. Storm <storm@cua.dk>
15243
15244 * net/telnet.el (telnet): Add optional port arg.
15245
15246 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15247
15248 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15249 Minor sanity check on the `hyperlink' slot.
15250
15251 * Makefile.in (recompile): Compile new files.
15252
15253 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15254 Add byte-recompile-directory's optional `arg'.
15255
15256 * cvs-status.el (cvs-tree-use-charset): New var.
15257 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15258 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15259 (cvs-status-cvstrees): Use it.
15260
15261 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15262 Make it a normal major mode.
15263 (checkdoc-buffer-label): Make sure the file name is meaningful.
15264 (checkdoc-output-to-error-buffer): Remove.
15265 (checkdoc-error, checkdoc-start-section): Rewrite.
15266
15267 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15268 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15269 (Info-title-4-face): Use new syntax.
15270 (info-xref-visited): Inherit from info-xref.
15271
15272 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15273
15274 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15275
15276 * simple.el (next-error-last-buffer, next-error-function):
15277 New variables for the next-error framework.
15278 (next-error-buffer-p): New function.
15279 (next-error-find-buffer): Generalize compilation-find-buffer.
15280 (next-error, previous-error, first-error, next-error-no-select)
15281 (previous-error-no-select): Move from compile.el.
15282
15283 * replace.el (occur-next-error, occur-1): Hook into the next-error
15284 framework.
15285
15286 * progmodes/compile.el (compilation-start):
15287 Set next-error-last-buffer so next-error knows where to jump.
15288 (compilation-setup): Set the buffer-local variable
15289 next-error-function to 'compilation-next-error-function.
15290 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15291 alternate way to find if a buffer is a compilation buffer, for
15292 next-error convenience.
15293 (next-error-no-select, previous-error-no-select, next-error)
15294 (previous-error, first-error): Move to simple.el.
15295 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15296 (compilation-last-buffer): Remove.
15297 (compilation-start, compilation-next-error, compilation-setup)
15298 (compilation-next-error-function, compilation-find-buffer):
15299 Remove compilation-last-buffer use.
15300
15301 2004-04-21 Juanma Barranquero <lektu@terra.es>
15302
15303 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15304 (font-lock-warning-face): Fix spacing.
15305
15306 * makefile.w32-in (WINS): Add url/ directory.
15307
15308 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15309
15310 * desktop.el (desktop-buffer-mode-handlers): New variable.
15311 Alist of major mode specific functions to restore a desktop buffer.
15312 (desktop-buffer-handlers): Make variable obsolete.
15313 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15314 Catch errors signaled in handlers. Update buffer count.
15315 Evaluate desktop-buffer-point.
15316 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15317 move to dired.el.
15318 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15319 move to info.el.
15320 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15321 move to mail/rmail.el.
15322 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15323 to mh-e/mh-e.el.
15324 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15325 On fail, print message (to message buffer) even if
15326 desktop-missing-file-warning is nil.
15327 (desktop-buffer-misc-data-function): New buffer local variable.
15328 Function returning major mode specific data.
15329 (desktop-buffer-misc-functions): Make variable obsolete.
15330 (desktop-save): Use desktop-buffer-misc-data-function.
15331 (desktop-buffer-dired-misc-data): Rename to
15332 dired-desktop-buffer-misc-data and move to dired.el.
15333 (desktop-buffer-info-misc-data): Rename to
15334 Info-desktop-buffer-misc-data and move to info.el.
15335 (desktop-read): Add message about number of buffers restored/failed.
15336
15337 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15338 Add parameters. Pause to display error only when
15339 desktop-missing-file-warning is non-nil.
15340 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15341 (dired-mode): Bind desktop-buffer-misc-data-function.
15342
15343 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15344 Add Parameters.
15345 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15346 (Info-mode): Bind desktop-buffer-misc-data-function.
15347
15348 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15349 Add Parameters.
15350
15351 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15352 Add Parameters.
15353
15354 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15355
15356 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15357 the case of letters in case-insensitive expansions when the
15358 abbrev is preceded by characters with letter syntax.
15359
15360 2004-04-21 Richard M. Stallman <rms@gnu.org>
15361
15362 * progmodes/cperl-mode.el (cperl-putback-char):
15363 Delete Emacs 18 definition.
15364
15365 * international/mule.el (ctext-post-read-conversion):
15366 Use assoc-string, not assoc-ignore-case.
15367
15368 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15369
15370 * emacs-lisp/easymenu.el (easy-menu-add):
15371 Do call x-popup-menu, but only if it's defined.
15372
15373 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15374
15375 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15376 Handle multiple args: compile like progn.
15377
15378 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15379 take all args as &rest arg.
15380
15381 * autoinsert.el (auto-insert-alist): Insert the user's name in
15382 copyright notice, rather than Free Software Foundation.
15383
15384 2004-04-21 Kenichi Handa <handa@m17n.org>
15385
15386 * descr-text.el (describe-char): Make it work on *Help* buffer.
15387
15388 2004-04-21 Kim F. Storm <storm@cua.dk>
15389
15390 * image.el (insert-image): Add optional SLICE arg.
15391 (insert-sliced-image): New defun.
15392
15393 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15394
15395 * subr.el (read-number): Check whether `default' is nil.
15396
15397 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15398
15399 * progmodes/compile.el (compilation-error-properties):
15400 Split into two.
15401 (compilation-internal-error-properties): New one.
15402 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15403
15404 2004-04-20 Richard M. Stallman <rms@gnu.org>
15405
15406 * window.el (split-window-save-restore-data):
15407 Don't update the data if OLD-INFO is nil.
15408
15409 * view.el (view-return-to-alist): Mark it permanent local.
15410
15411 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15412
15413 * recentf.el (recentf-save-list): Catch and warn about errors.
15414
15415 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15416 so "Buffers" won't be pure.
15417
15418 * help-mode.el (help-mode-finish): Set help-return-alist first
15419 thing, setting only the entry for the selected window.
15420
15421 * help-fns.el (describe-function-1): If many non-control non-meta
15422 keys run the command, don't list all of them.
15423
15424 2004-04-20 Juanma Barranquero <lektu@terra.es>
15425
15426 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15427 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15428
15429 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15430
15431 2004-04-20 Kenichi Handa <handa@m17n.org>
15432
15433 * international/quail.el (quail-lookup-key): New optional arg
15434 NOT-RESET-INDICES.
15435 (quail-get-translations): Call quail-lookup-key with
15436 NOT-RESET-INDICES t.
15437 (quail-completion): Likewise.
15438 (quail-lookup-map-and-concat): Likewise.
15439
15440 2004-04-20 Kenichi Handa <handa@m17n.org>
15441
15442 * international/quail.el (quail-update-translation): Don't insert
15443 such an unsupported multibyte char in a unibyte buffer.
15444
15445 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15446
15447 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15448 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15449 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15450 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15451 (gdb-frame-assembler-buffer): Improve behaviour with
15452 multiple frames.
15453 (gdb-display-buffer): Extend search to all visible frames.
15454
15455 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15456
15457 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15458 characters left after base64 decoding.
15459 (rmail-decode-region): Use -dos variety of `coding', to remove any
15460 ^M characters left after qp or base64 decoding.
15461
15462 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15463
15464 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15465 messages.
15466
15467 2004-04-19 Stephen Eglen <stephen@gnu.org>
15468
15469 * add-log.el (add-change-log-entry): Update doc string to mention
15470 add-log-full-name and add-log-mailing-address.
15471
15472 2004-04-18 Juri Linkov <juri@jurta.org>
15473
15474 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15475 (Info-find-node-2): Simplify error message.
15476 (Info-insert-dir): Use Info-following-node-name.
15477 (Info-goto-node): Remove *info-history* and *info-toc*.
15478 (Info-history): Create a node of the virtual history file.
15479 (Info-toc): Create a node of the virtual toc file.
15480 (Info-insert-toc): New arg `curr-file' for reference file names.
15481 (info-apropos): Remove redundant var binding for temp-file.
15482 (Info-index, Info-index-next, Info-mode): Doc fix.
15483 (Info-goto-emacs-command-node): Don't jump to *info* from
15484 non-*info* Info buffers.
15485 (Info-fontify-node): Don't show the file name of external
15486 references if `Info-hide-note-references' is `hide'. Don't hide
15487 newlines at the end of paragraphs.
15488
15489 * international/mule-diag.el (list-input-methods):
15490 Fix args to help-xref-button.
15491
15492 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15493 to put into effect local variables from TUTORIAL files.
15494
15495 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15496 with default value taken from the variable `sentence-end'.
15497 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15498 Add nil const to :type.
15499 (sentence-end-without-period, sentence-end-double-space)
15500 (sentence-end-without-space): Doc fix.
15501
15502 * textmodes/paragraphs.el (forward-sentence):
15503 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15504 (fill-delete-newlines):
15505 * progmodes/cc-cmds.el (c-beginning-of-statement):
15506 Use function `sentence-end' instead of variable `sentence-end'.
15507
15508 2004-04-18 Andreas Schwab <schwab@suse.de>
15509
15510 * progmodes/compile.el (compilation-start): Set window start to
15511 point-min if compilation-scroll-output is nil.
15512
15513 2004-04-18 John Wiegley <johnw@newartisans.com>
15514
15515 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15516
15517 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15518
15519 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15520 (gdb-info-breakpoints-custom): Revert previous change.
15521 (gdb-view-assembler): Update assembler if necessary.
15522 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15523 (gdb-display-source-buffer): Update properly when both source and
15524 assembler are visible.
15525
15526 2004-04-17 John Wiegley <johnw@newartisans.com>
15527
15528 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15529 which limits the number of names shown in the minibuffer. Off by
15530 default.
15531 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15532 up iswitchb for users with a multitude of open buffers by showing
15533 only the first and last N/2 buffers in the completion list (which
15534 is enough to aid C-s/C-r, and to know that more characters are
15535 needed to refine the completion list).
15536
15537 2004-04-17 Richard M. Stallman <rms@gnu.org>
15538
15539 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15540 (file-truename): Expand all ~ constructs directly.
15541 (insert-directory): Delete any error msg output by the
15542 `insert-directory-program'.
15543
15544 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15545 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15546 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15547 (allout-init): Use find-file-hook, not find-file-hooks.
15548 (allout-mode): Eliminate Emacs 18 support.
15549 Use write-contents-functions, not local-write-file-hooks.
15550
15551 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15552
15553 * progmodes/compile.el (compilation-error-properties): Fix for
15554 adding messages when there are already markers for their file.
15555 (compilation-fake-loc): New function.
15556
15557 2004-04-16 Dave Love <fx@gnu.org>
15558
15559 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15560 (python-load-file): Fix python-orig-start setting.
15561
15562 * progmodes/compile.el: Doc fixes.
15563 (compilation-error-regexp-alist-alist)
15564 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15565 (compilation-assq): Wrap in eval-when-compile.
15566 (compilation-mode-font-lock-keywords): Don't use list*.
15567 (compilation-start): Avoid warning.
15568 (compilation-compat-error-properties)
15569 (compilation-directory-properties): Add keymap property.
15570 (compilation-parsing-end): Make it a marker for better compatibility.
15571
15572 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15573
15574 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15575
15576 * xml.el: Doc fixes.
15577 (xml-get-children): Only looks at sub-tags and ignore strings.
15578
15579 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15580
15581 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15582
15583 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15584
15585 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15586
15587 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15588
15589 * vc.el (vc-print-log): Likewise.
15590
15591 2004-04-16 Masatake YAMATO <jet@gyve.org>
15592
15593 * simple.el (completion-setup-function): Set an initial value
15594 to `element-common-end' before entering loop. Set a value
15595 to `element-common-end' at the end of loop.
15596 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15597 (completions-common-part): Rename from completion-de-emphasis.
15598 (completions-first-difference): Rename from completion-emphasis.
15599 Suggested by RMS.
15600
15601 2004-04-16 Juanma Barranquero <lektu@terra.es>
15602
15603 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15604 (bookmark-edit-annotation-mode): Add mode name.
15605
15606 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15607
15608 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15609 for nested conflict markers.
15610 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15611
15612 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15613
15614 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15615
15616 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15617
15618 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15619
15620 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15621 Give a backtrace if requested.
15622
15623 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15624
15625 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15626 Remove unused functions.
15627 (python-orig-start-line, python-orig-file): Remove.
15628 (python-orig-start): New var.
15629 (python-input-filter, python-compilation-line-number)
15630 (python-send-region, python-load-file): Use it.
15631
15632 * info.el (info): Always jump to *info*.
15633
15634 * subr.el (posn-set-point): New function.
15635
15636 * mouse.el (mouse-set-point): Use it.
15637
15638 * progmodes/compile.el (compile-goto-error): Use it.
15639 (compilation-button-map): New keymap.
15640 (compilation-error-properties): Use it.
15641 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15642
15643 * smerge-mode.el (smerge-popup-context-menu): Use it.
15644
15645 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15646 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15647 mouse and non-mouse case.
15648
15649 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15650 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15651
15652 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15653 Make it work for non-mouse events.
15654
15655 * pcvs-info.el (cvs-status-map): Update binding name.
15656
15657 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15658
15659 * xml.el (xml-maybe-do-ns): New function to handle namespace
15660 parsing of both attribute and element names.
15661 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15662 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15663 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15664 (xml-parse-attlist): Make it do its own namespace parsing.
15665
15666 2004-04-14 Dave Love <fx@gnu.org>
15667
15668 * progmodes/python.el (run-python): Fix use of \n.
15669 (python-load-file): Remove `try' from Python fragment.
15670 (python-describe-symbol): Fix message.
15671
15672 * comint.el: Doc fixes.
15673 (comint-last-input-start, comint-last-input-end)
15674 (comint-last-output-start): Give them values.
15675 (comint-arguments): Avoid warning.
15676 (comint-skip-prompt): Use line-end-position.
15677 (comint-backward-matching-input): Rename arg to agree with doc.
15678 (comint-extract-string): Use syntax-ppss.
15679 (comint-dynamic-simple-complete): Delete useless list construction.
15680 (comint-redirect-subvert-readonly): New.
15681 (comint-redirect-preoutput-filter): Use it.
15682
15683 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15684 Correctly handle negative arguments when calling hook functions.
15685
15686 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15687
15688 * info.el (info-apropos): Don't clobber Info-history-list.
15689
15690 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15691
15692 * progmodes/compile.el (compilation-setup):
15693 Localize overlay-arrow-position.
15694 (compilation-sentinel): Restructure code equivalently.
15695 (compilation-next-error): Find message on same line after point if
15696 not found before point.
15697 (compile-mouse-goto-error): Restore function so that compilation
15698 buffer need not be current and use compile-goto-error.
15699 (compile-goto-error): Restore function.
15700 (next-error): Set overlay-arrow-position.
15701 (compilation-forget-errors): Don't localize already local
15702 compilation-locs and remove FIXME about refontifying.
15703
15704 2004-04-14 Kim F. Storm <storm@cua.dk>
15705
15706 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15707 (command-line): New option -Q. Like -q --no-site-file, but
15708 in addition it also disables menu-bar, tool-bar, scroll-bars,
15709 tool-tips, and the blinking cursor.
15710 (command-line-1): Skip startup screen if -Q.
15711 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15712
15713 * emulation/cua-base.el (cua-read-only-cursor-color)
15714 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15715
15716 2004-04-13 Dave Love <fx@gnu.org>
15717
15718 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15719 (syntax): Don't require.
15720 (python) <defgroup>: Add :version.
15721 (python-quote-syntax): Re-written.
15722 (inferior-python-mode): Move stuff here from run-python and add
15723 some more.
15724 (python-preoutput-continuation, python-preoutput-result)
15725 (python-dotty-syntax-table): New.
15726 (python-describe-symbol): Use them.
15727 (run-python): Move stuff to inferior-python-mode. Modify code
15728 loaded into Python.
15729 (python-send-region): Use python-proc, python-send-string.
15730 (python-send-string): Send newlines too. Callers changed.
15731 (python-load-file): Re-written.
15732 (python-eldoc-function): New.
15733 (info-look): Don't require.
15734 (python-after-info-look): New. A modified version of former
15735 top-level code for use with eval-after-load.
15736 (python-maybe-jython, python-guess-indent): Use widened buffer.
15737 (python-fill-paragraph): Re-written.
15738 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15739 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15740
15741 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15744 Set compilation-error-regexp-alist earlier.
15745
15746 * progmodes/compile.el (compilation-minor-mode-map)
15747 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15748 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15749
15750 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15751
15752 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15753 corresponding to the event.
15754
15755 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15756
15757 * loadup.el: Add cygwin to system-type list, for unexec() support.
15758
15759 2004-04-12 John Paul Wallington <jpw@gnu.org>
15760
15761 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15762 (ibuffer-restore-window-config-on-quit): New variable to replace
15763 `ibuffer-delete-window-on-quit'. Update all references.
15764 (ibuffer-prev-window-config): New variable.
15765 (ibuffer-quit): Restore previous window configuration instead of
15766 deleting window.
15767 (ibuffer): Save window configuration before showing Ibuffer buffer.
15768
15769 * help.el (describe-mode): Doc fix.
15770
15771 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15772
15773 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15774 not to treat nil as a function.
15775
15776 * vc-arch.el (vc-arch-root): Be a bit more careful.
15777 (vc-arch-register): Save the buffer if we modified it.
15778 (vc-arch-delete-rej-if-obsolete): Save excursion.
15779 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15780 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15781
15782 * net/ldap.el (ldap-search): Use list*.
15783
15784 2004-04-12 Juri Linkov <juri@jurta.org>
15785
15786 * info.el (Info-follow-reference): Allow multiline reference name.
15787
15788 2004-04-11 Dave Love <fx@gnu.org>
15789
15790 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15791
15792 * progmodes/python.el: New file.
15793
15794 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15795
15796 * vc-hooks.el (vc-arg-list): Function removed.
15797 (vc-default-workfile-unchanged-p): Use condition-case to check for
15798 backward compatibility.
15799
15800 * vc.el (vc-print-log): Use condition-case to check for backward
15801 compatibility.
15802
15803 2004-04-11 Juri Linkov <juri@jurta.org>
15804
15805 * dired.el (dired-faces): New defgroup.
15806 (dired-header, dired-mark, dired-marked, dired-flagged)
15807 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15808 New faces.
15809 (dired-header-face, dired-mark-face, dired-marked-face)
15810 (dired-flagged-face, dired-warning-face, dired-directory-face)
15811 (dired-symlink-face, dired-ignored-face): New face variables.
15812 (dired-font-lock-keywords): Use them instead of font-lock faces.
15813 Split the rule for dired marks into 3 separate rules: for marks,
15814 marked file names and flagged file names.
15815
15816 * help-mode.el (help-make-xrefs): Add a final newline to the
15817 *Help* buffer.
15818
15819 2004-04-11 John Paul Wallington <jpw@gnu.org>
15820
15821 * replace.el (occur-engine): Distinguish between one and several
15822 matches in the matches per buffer heading.
15823
15824 2004-04-11 Kim F. Storm <storm@cua.dk>
15825
15826 * ido.el (ido-confirm-unique-completion): New defcustom.
15827 (ido-complete): Use it.
15828 (ido-write-file): Set it to t unconditionally.
15829
15830 2004-04-10 Miles Bader <miles@gnu.org>
15831
15832 RCS keyword removal (only non-comment changes are enumerated here):
15833
15834 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15835 (byte-compile-insert-header): Don't use `byte-compile-version'.
15836 * forms.el (forms-version): Variable removed.
15837 (forms-mode): Don't use `forms-version'.
15838 * recentf.el (recentf-version): Variable removed.
15839 * progmodes/delphi.el (delphi-version): Variable removed.
15840 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15841
15842 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15843
15844 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15845
15846 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15847
15848 * info.el (info-apropos): Improve menu item regexp.
15849
15850 2004-04-09 Simon Josefsson <jas@extundo.com>
15851
15852 * mail/smtpmail.el: Add comment, based on report by
15853 kdc@rcn.com (Kevin D. Clark).
15854
15855 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15856
15857 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15858 Redo one more thing that I didn't notice Daniel had undone.
15859
15860 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15861
15862 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15863 (gdb-goto-breakpoint, gdb-display-buffer)
15864 (gdb-display-source-buffer, gdb-view-source-function)
15865 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15866 (gdb-source-info, gdb-frame-handler): Don't specify a window
15867 for display.
15868 (gdb-info-breakpoints-custom): Remove superfluous update of
15869 assembler buffer.
15870 (gdb-many-windows): Make settable outside gdb.
15871
15872 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15873
15874 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15875 Derive from fundamental-mode rather than text-mode.
15876
15877 2004-04-08 Juri Linkov <juri@jurta.org>
15878
15879 * info.el (Info-history): Doc fix.
15880 (Info-history-list): New var.
15881 (info-xref): Change magenta4 to blue, remove bold for dark and
15882 light backgrounds, change bold to underline for non-color classes.
15883 (info-xref-visited): New face.
15884 (Info-fontify-visited-nodes): New custom.
15885 (Info-hide-note-references): Add new value `hide'. Doc fix.
15886 (Info-reference-name): New var.
15887 (Info-selection-hook): New custom.
15888 (Info-edit-mode-hook): New var.
15889 (Info-find-file): New fun.
15890 (Info-find-node): Move part of code to Info-find-file.
15891 (Info-find-node-2): Add anchors to Info-history-list. Move point
15892 to the place with the reference name if name is defined.
15893 (Info-select-node): Add current node to Info-history-list.
15894 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15895 (Info-search-whitespace-regexp): New custom.
15896 (Info-search-case-fold): New var.
15897 (Info-search): Add "case-sensitively" to the prompt.
15898 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
15899 (Info-search-case-sensitively, Info-search-next): New fun.
15900 (Info-up): Move point to the menu item of the current node.
15901 (Info-history): New fun. Add *info-history* to
15902 same-window-buffer-names.
15903 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
15904 (Info-insert-toc): New fun.
15905 (Info-build-toc): New fun.
15906 (Info-follow-reference): Add new arg `fork'. Doc fix.
15907 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
15908 with the same name prefer the reference closest to point.
15909 (Info-next-reference): Replace * by + in the *Note regexp.
15910 Add regexp for http:// and ftp://. Skip the *Note prefix.
15911 (Info-prev-reference): Replace * by + in the *Note regexp.
15912 Add regexp for http:// and ftp://. Skip the *Note prefix.
15913 (Info-follow-nearest-node): Add new arg `fork'.
15914 (Info-try-follow-nearest-node): Add new arg `fork'.
15915 Call browse-url for http:// and ftp:// references.
15916 Set Info-reference-name for index entries.
15917 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15918 Info-search-next, Info-history, Info-toc, clone-buffer.
15919 (Info-menu-update): Replace * by + in the *Note regexp.
15920 (Info-mode): Add documentation for Info-history, Info-toc,
15921 Info-search-case-sensitively, Info-search-next, clone-buffer.
15922 (Info-fontify-menu-headers): Remove fun. Move code to
15923 Info-fontify-node.
15924 (Info-fontify-node): Add docstring. Add local vars
15925 fontify-visited-p and not-fontified-p. If not-fontified-p is t
15926 then fontify header line, titles, menu headers, http and ftp
15927 references, refill paragraphs. If not-fontified-p is t or
15928 fontify-visited-p is t then fontify cross references, menu items.
15929 Fontify menu headers. Fontify http and ftp references.
15930 Change regexp for cross references to require whitespace after *Note,
15931 add matching groups for file and node names. Remove hack for quote.
15932 Use display property for Info-hide-note-references=t. Use fifth
15933 or fourth match for help-echo. Display visited nodes in a
15934 different face. Unhide file names of external references.
15935 Unhide newlines. Display visited menu items in a different face.
15936
15937 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * progmodes/compile.el: Require CL.
15940 (compilation-mode-font-lock-keywords): Re-install the "line as
15941 function" patch.
15942
15943 * help-fns.el (help-C-source-directory): New var.
15944 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15945 (describe-function-1, describe-variable): Use them.
15946
15947 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15948 to C source files specially.
15949
15950 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
15951
15952 * info.el (Info-hide-cookies-node): New function.
15953 (Info-select-node): Use it.
15954 (Info-display-images-node): Remove message with image file name.
15955
15956 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
15957
15958 * progmodes/compile.el (compilation-warning-face)
15959 (compilation-info-face, compilation-skip-threshold)
15960 (compilation-skip-visited, compilation-context-lines):
15961 Declare :version when added to Emacs.
15962 (compilation-error-regexp-alist-alist): Extend caml and irix.
15963 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15964 (compilation-mode-font-lock-keywords): Temporarily undo line as
15965 function patch, which wasn't ready.
15966
15967 2004-04-07 Kenichi Handa <handa@m17n.org>
15968
15969 * international/latin1-disp.el (latin1-display-setup): Check each
15970 character is displayable or not instead of calling
15971 latin1-display-check-font.
15972
15973 2004-04-06 Kenichi Handa <handa@m17n.org>
15974
15975 * language/ethio-util.el (ethio-sera-being-called-by-w3):
15976 New variable.
15977 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15978 instead of sera-being-called-by-w3.
15979 (ethio-fidel-to-sera-buffer): Likewise.
15980 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15981 instead of sera-being-called-by-w3.
15982 (ethio-write-file): Likewise.
15983
15984 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15985
15986 * printing.el: Doc fix.
15987
15988 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
15989
15990 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15991 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15992 (gdb-setup-windows): Only use separate IO buffer if required.
15993
15994 2004-04-06 Kim F. Storm <storm@cua.dk>
15995
15996 * term.el (term-is-xemacs): Remove.
15997 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15998 (term-window-width): New function.
15999 (term-mode, term-check-size): Use it.
16000 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16001
16002 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16003
16004 * cus-edit.el (custom-add-parent-links): Change unbound variable
16005 `symbol' to `name'.
16006
16007 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16008 * info.el (info-apropos): New function.
16009 (Info-mode-menu): Add it.
16010 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16011
16012 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16013 inherited docstring.
16014
16015 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16016
16017 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16020
16021 * progmodes/compile.el (font-lock): Don't require any more.
16022 (compilation-error-properties, compilation-start, compilation-sentinel)
16023 (compilation-filter, next-error): Use with-current-buffer.
16024 (compilation-skip-to-next-location, compilation-skip-threshold)
16025 (compilation-skip-visited): Move to silence the byte-compiler.
16026 (compilation-setup): Simplify.
16027 (compilation-next-error): Use line-(beginning|end)-position.
16028 Make sure `pt' is non-nil before using compilation-loop.
16029 (compile-goto-error): Add optional event arg. Use it.
16030 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16031 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16032 Update the binding for mouse-2.
16033 (first-error): Set compilation-current-error to nil rather than bob.
16034 (compilation-parsing-end, compilation-parse-errors-function)
16035 (compilation-error-list, compilation-old-error-list):
16036 "New" compatibility variables.
16037 (compile-buffer-substring, compilation-compat-error-properties)
16038 (compilation-compat-parse-errors, compilation-forget-errors):
16039 New compatibility functions.
16040 (compilation-mode-font-lock-keywords): Use them.
16041
16042 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16043
16044 * autorevert.el (auto-revert-handler): If point (or a window
16045 point) is at the end of the buffer, keep it there after
16046 reverting. This allows to tail a file.
16047 Mention this in the `Commentary'.
16048
16049 * format.el (format-write-file): Add optional argument CONFIRM
16050 and make it behave like the analogous argument to `write-file'.
16051
16052 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16053
16054 * progmodes/ebnf2ps.el: Doc fix.
16055 (ebnf-version): New version number (4.2).
16056 (ebnf-syntax): Customization and docstring fix.
16057 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16058 Put autoloaded funs before first use.
16059 (ebnf-style-database): Add dtd entry.
16060 (ebnf-syntax-alist): Add dtd initialization.
16061 (ebnf-token-sequence): New fun.
16062 (ebnf-comment-table): Add new comment action character.
16063 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16064
16065 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16066 Type Definition for XML).
16067
16068 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16069 * progmodes/ebnf-bnf.el (ebnf-sequence):
16070 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16071 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16072 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16073 Code simplification: call ebnf-token-sequence.
16074
16075 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16076
16077 * calendar/timeclock.el (timeclock-relative)
16078 (timeclock-get-project-function, timeclock-get-workday-function)
16079 (timeclock-query-out, timeclock-when-to-leave)
16080 (timeclock-when-to-leave-string, timeclock-log-data)
16081 (timeclock-generate-report, timeclock-in): Doc fixes.
16082
16083 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16084
16085 * url/: New dir. Import the URL package from its repository.
16086
16087 2004-04-03 Andreas Schwab <schwab@suse.de>
16088
16089 * diff-mode.el (diff-mode): Fix missing quote.
16090
16091 2004-04-03 Juri Linkov <juri@jurta.org>
16092
16093 * descr-text.el (describe-property-list): Add `font-lock-face'.
16094
16095 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16096
16097 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16098
16099 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16100 Use utf-16le on little endian machines and utf-16be otherwise.
16101
16102 2004-04-02 David Kastrup <dak@gnu.org>
16103
16104 * net/browse-url.el (browse-url-generic): Use call-process
16105 instead of start-process to allow browsers that fork and detach.
16106
16107 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16108
16109 * compile.el (compilation-current-error): New var.
16110 (compilation-setup, compile-mouse-goto-error)
16111 (compile-goto-error, next-error): Use it.
16112 (compilation-skip-to-next-location): Default to t, which gives
16113 contiguous skipping like old compile (where this was redundant).
16114 (compilation-next-error): Prevent previous-* commands from moving
16115 back to message at or just before point.
16116
16117 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16118
16119 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16120 (gdb-source-info): Don't display source at startup, if required.
16121 (gdb-show-main): New option.
16122 (gdba): Update documentation.
16123 (gdb-source): Cover case of auto-display output.
16124
16125 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16126
16127 * autorevert.el: Delete obsolete autoload's and defvar's.
16128 (auto-revert-check-vc-info): New user option.
16129 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16130 (auto-revert-handler-vc): Delete.
16131 (auto-revert-handler): Treat return value `fast' of
16132 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16133
16134 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16135 return `fast'.
16136
16137 * files.el (buffer-stale-function): Doc change.
16138
16139 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16140
16141 * printing.el: New tip on Tips section.
16142 (pr-version): New version number (6.7.4).
16143 (pr-shell-file-name): Initialization fix.
16144
16145 2004-03-31 Juri Linkov <juri@jurta.org>
16146
16147 * dired.el: Add autoload for `dired-do-touch'.
16148 (dired-touch-program): New var.
16149 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16150 (dired-no-confirm): Add `touch' to docstring.
16151
16152 * dired-aux.el (dired-do-touch): New fun.
16153 (dired-do-chxxx): Add argument -t for touch operation.
16154
16155 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16156 `dired-move-to-filename-regexp'.
16157
16158 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16159
16160 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16161
16162 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16163
16164 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16165 and only if the buffer was modified.
16166
16167 2004-03-30 Kenichi Handa <handa@m17n.org>
16168
16169 * international/characters.el: Delete pairs for U+2308..U+230B.
16170
16171 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16172
16173 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16174 to detect the beginning of a level 2 or 3 annotation.
16175
16176 2004-03-29 Kenichi Handa <handa@m17n.org>
16177
16178 * international/ucs-tables.el (ucs-insert): Fix the error message.
16179
16180 2004-03-29 Kenichi Handa <handa@m17n.org>
16181
16182 * international/mule-util.el (char-displayable-p): Fix generation
16183 of XLFD file name.
16184
16185 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16186 before finding directories by `find'.
16187
16188 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * subr.el (interactive-form): Delete. Now implemented in C.
16191
16192 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16193
16194 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16195 (vc-diff-label): New fun.
16196 (vc-diff-internal): Use it.
16197
16198 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16199
16200 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16201
16202 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16203
16204 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16205 specify XML (EBNFX).
16206
16207 * progmodes/ebnf2ps.el: Doc fix.
16208 (ebnf-version): New version number (4.1).
16209 (ebnf-syntax): Adjust customization.
16210 (ebnf-style-database): Add ebnfx entry.
16211 (ebnf-syntax-alist): Add ebnfx initialization.
16212 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16213
16214 * printing.el: Doc fix.
16215 (pr-version): New version number (6.7.3).
16216 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16217 returns nil for mouse position. Reported by Drew Adams
16218 <drew.adams@oracle.com>.
16219 (pr-update-menus): Modify interactive declaration. Reported by Drew
16220 Adams <drew.adams@oracle.com>.
16221
16222 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16223
16224 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16225 (gud-gdba-marker-filter): Log the process input and output, if
16226 required. From Stefan Monnier.
16227 (gdb-debug-log, gdb-enable-debug-log): New variables.
16228 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16229
16230 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16231
16232 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16233 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16234
16235 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16236
16237 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16238 Call vc-find-file-hook here instead of in auto-revert-buffers.
16239 (auto-revert-buffers): Delete call to vc-find-file-hook.
16240 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16241 (global-auto-revert-mode, auto-revert-set-timer)
16242 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16243
16244 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16245
16246 * woman.el (woman-change-fonts): Rename local variable
16247 woman-font-alist to font-alist to avoid a compiler warning.
16248
16249 2004-03-27 Dave Love <fx@gnu.org>
16250
16251 * emacs-lisp/rx.el (rx): Doc fix.
16252 Fix copyright years.
16253
16254 * strokes.el (strokes-global-set-stroke-string): New function.
16255 (strokes-list-strokes): Cope with strings, not just commands.
16256 Set foreground colour of image.
16257 (strokes-global-set-stroke): Doc fix.
16258
16259 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16260
16261 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16262 Auto Revert mode.
16263 (Buffer-menu-files-only): New variable.
16264 (Buffer-menu-toggle-files-only): New function.
16265 (Buffer-menu-mode-map): Bind it to `T'.
16266 (Buffer-menu-mode): Mention `T' in docstring.
16267 Set buffer-stale-function.
16268 (list-buffers-noselect): Mark buffer non-modified and set
16269 Buffer-menu-files-only.
16270
16271 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16272
16273 * autorevert.el (auto-revert-handler): Print revert message
16274 before, rather than after, reverting.
16275 (buffer-stale-function): Move to files.el.
16276
16277 * files.el (buffer-stale-function): Move here from autorevert.el.
16278
16279 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16280
16281 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16282
16283 * calc/calc.el (calc-mode-map): Use mapc.
16284
16285 * apropos.el (apropos-mode): Don't autoload.
16286 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16287 (apropos): Use it.
16288 (apropos-print): Add optional `text' argument.
16289 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16290 Don't assume point-min == 1.
16291
16292 * bs.el (bs-buffer-list): Use buffer-local-value.
16293 (bs--set-toggle-to-show): Use with-current-buffer.
16294
16295 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16296 New funs.
16297 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16298
16299 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16300
16301 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16302 (dabbrev--find-expansion): Use pop.
16303 (dabbrev--search): Use match-string-no-properties.
16304
16305 * dired.el (dired-mode): Use run-mode-hooks.
16306 (dired-move-to-end-of-filename): Use match-string.
16307
16308 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16309 is bound before using it.
16310 (ediff-verbose-p): Make it into a var since it's not constant.
16311
16312 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16313
16314 * faces.el (read-face-font): Don't cons up unnecessarily.
16315 (header-line, tool-bar): Share common parts.
16316
16317 * files.el (file-relative-name): Use compare-strings.
16318
16319 * finder.el (finder-mode): Follow coding convention.
16320
16321 * subr.el (read-number): New function.
16322
16323 * ses.el (ses-read-number): Move to subr.el.
16324 (ses-set-header-row): Use read-number.
16325
16326 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16327
16328 * vc-hooks.el (vc-arg-list): New function, which handles both
16329 compiled and uncompiled code.
16330 (vc-default-workfile-unchanged-p): Use it.
16331
16332 * vc.el (vc-print-log): Undo prev change, use new function
16333 vc-arg-list from vc-hooks.el.
16334
16335 2004-03-26 Masatake YAMATO <jet@gyve.org>
16336
16337 * simple.el (completion-setup-function): Emphasize the
16338 first uncommon characters in the completions; and de-emphasize
16339 the common prefix substrings.
16340 (completion-emphasis): New face.
16341 (completion-de-emphasis): New face.
16342
16343 2004-03-25 Juanma Barranquero <lektu@terra.es>
16344
16345 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16346 Comment out (it's unused and unfinished code).
16347
16348 2004-03-25 Sam Steingold <sds@gnu.org>
16349
16350 * vc.el (vc-print-log): Fix a bug in the last patch:
16351 backend-function may be a byte-compiled object, not a lambda.
16352
16353 2004-03-25 Juri Linkov <juri@jurta.org>
16354
16355 * descr-text.el (describe-property-list): Add a button
16356 for `face' property that calls `describe-face'.
16357 Suggested by luis fernandes <elf@ee.ryerson.ca>
16358
16359 * international/mule.el (keyboard-coding-system):
16360 * kmacro.el (kmacro-call-macro): Fix docstring.
16361
16362 * dired.el: Fix comments.
16363
16364 * textmodes/fill.el (fill): Fix Info link.
16365
16366 * font-lock.el (fast-lock, lazy-lock):
16367 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16368 Info node.
16369
16370 * eshell/eshell.el (eshell): Fix broken info-link.
16371
16372 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16373 * eshell/em-banner.el (eshell-banner):
16374 * eshell/em-smart.el (eshell-smart):
16375 * eshell/esh-cmd.el (eshell-cmd):
16376 Comment out broken info-links to incomplete Info manual.
16377
16378 * info-xref.el: Fix commentary.
16379
16380 2004-03-25 Kevin Ryde <user42@zip.com.au>
16381
16382 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16383 Remove spurious node duplicate suppression, doesn't work, not wanted.
16384 (info-xref-output): Take format style args, add "sit-for 0" to let
16385 user see the results as they progress.
16386 (info-xref-check-all-custom): New function.
16387
16388 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16389
16390 * gdb-ui.el: Moved to progmodes.
16391
16392 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16393
16394 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16395
16396 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16397
16398 * calendar/appt.el (appt-check): Remove superfluous progn.
16399 When finished with diary buffer: if it was not being displayed
16400 before, kill it; otherwise restore its original state.
16401 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16402
16403 * calendar/calendar.el (calendar-set-mode-line): Use total
16404 available mode-line width, rather than frame-width.
16405
16406 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16407 after mode change so effect not lost.
16408
16409 2004-03-23 Dave Love <fx@gnu.org>
16410
16411 * dired.el (dired) <defgroup>: Add link to manual.
16412 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16413 (dired-revert): Use dolist.
16414 (dired-mode-map): Add U binding.
16415 (dired-mode): Add font-lock-beginning-of-syntax-function.
16416 (dired-garbage-files-regexp): Make it a defcustom.
16417
16418 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16421 is equivalent to nil.
16422 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16423 (vc-arch-mode-line-string): Accept `added' state.
16424 (vc-arch-state): Use inode-sigs if available.
16425 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16426 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16427 (vc-arch-tagline-re): New var.
16428 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16429 New functions.
16430 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16431 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16432
16433 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16434 (vc-file-not-found-hook): Use it.
16435
16436 * diff-mode.el (diff-default-read-only): Change default.
16437 (diff-mode-hook): Make it a defcustom. Add some options.
16438 (diff-mode-map): Bind diff-refine-hook.
16439 (diff-yank-handler): New var.
16440 (diff-yank-function): New fun.
16441 (diff-font-lock-keywords): Use them.
16442 (diff-end-of-file): Handle case where file-header looks like diff text.
16443 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16444 (diff-file-kill): Delete a subsequent empty line, if applicable.
16445 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16446 (diff-find-file-name): Use it.
16447 (diff-tell-file-name): New command.
16448 (diff-mode): Be careful with view-mode.
16449 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16450 New functions, for use in diff-mode-hook.
16451 (diff-find-source-location): Catch "regex too large" errors.
16452 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16453 (diff-refine-hunk): New command.
16454
16455 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16456 (smerge-context-menu-map): Remove unused var.
16457 (smerge-keep-all): Preserve markers.
16458 (smerge-keep-n): New fun.
16459 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16460 (smerge-keep-current, smerge-ediff): Use it.
16461 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16462 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16463 (smerge-resolve): Resolve trivial 3-part conflicts.
16464
16465 2004-03-23 Juri Linkov <juri@jurta.org>
16466
16467 * man.el (Man-width): New var.
16468 (Man-getpage-in-background): Use it.
16469 (Man-support-local-filenames): New var and fun.
16470 (Man-build-man-command): Don't add a second %s.
16471 (Man-fontify-manpage): Clean up message.
16472 (Man-mode): Set outline-regexp, outline-level,
16473 imenu-generic-expression.
16474
16475 * woman.el (woman-fill-frame): Doc fix.
16476 (woman-decode-region): Use window-width instead of frame-width.
16477
16478 * abbrevlist.el (list-one-abbrev-table):
16479 * descr-text.el (describe-char):
16480 * international/mule-diag.el (describe-current-coding-system):
16481 * international/quail.el (quail-insert-decode-map):
16482 Use window-width instead of frame-width.
16483
16484 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16485 (jka-compr-mode-alist-additions): Add tbz.
16486 (jka-compr-write-region, jka-compr-insert-file-contents):
16487 Add message for undefined compress-program.
16488 (jka-compr-write-region): Remove redundant var bindings.
16489
16490 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16491 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16492 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16493 (dired-man): Use dired-guess-shell-command.
16494 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16495 Change default nil to t.
16496
16497 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16498 (dired-compare-directories): Add default value for empty input.
16499
16500 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16501
16502 * time.el (display-time-string-forms): Fix help-echo date format.
16503
16504 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16505
16506 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16507 (buffer-stale-function): New variable.
16508 (auto-revert-list-diff, auto-revert-dired-file-list)
16509 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16510 (auto-revert-handler): Take over some functionality of deleted
16511 functions.
16512 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16513
16514 * dired.el (dired-directory-changed-p): New fun, extracted from
16515 dired-internal-noselect.
16516 (dired-buffer-stale-p): New fun.
16517 (dired-internal-noselect): Use dired-directory-changed-p.
16518 Eliminate revert messages.
16519 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16520
16521 2004-03-23 Kenichi Handa <handa@m17n.org>
16522
16523 * international/characters.el: Setup syntaxes for more parentheses
16524 Unicode characters.
16525
16526 * international/mule-cmds.el (select-safe-coding-system):
16527 Merge coding-system and auto-cs before comparing them.
16528
16529 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16530
16531 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16532
16533 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16534 normal-auto-fill-function and comment-indent-function.
16535 The default values now work just as well.
16536 Don't set font-lock-beginning-of-syntax-function since we already set
16537 syntax-begin-function.
16538 (lisp-outline-level): Put ;;;###autoload at same level as (.
16539 (prin1-char): Quote special chars.
16540
16541 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16542 than with-no-warnings.
16543
16544 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16545 if the source location can't be found.
16546 (edebug-compute-previous-result): Use prin1-char.
16547
16548 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16549 (debug-ignored-errors): Add an entry.
16550
16551 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16552 (byte-compile-file): Output warning when deleting a file.
16553
16554 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16555 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16556
16557 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16558 (byte-compile-inline-expand): Use backquote.
16559 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16560 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16561
16562 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16563
16564 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16565
16566 2004-03-22 Juri Linkov <juri@jurta.org>
16567
16568 * finder.el (finder-known-keywords): Fix data, tex, unix.
16569
16570 * play/landmark.el: Fix keywords.
16571
16572 * language/ethio-util.el (ethio-find-file): Doc fix.
16573
16574 * emacs-lisp/warnings.el: Doc fix.
16575
16576 * textmodes/ispell.el (ispell-help): Doc fix.
16577
16578 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16579
16580 * format.el (format-insert-file): Always return a list of two
16581 elements, like insert-file-contents does.
16582
16583 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16584
16585 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16586 and vc-BACKEND-diff.
16587 (vc-print-log): If the print-log implementation supports it, use
16588 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16589 (vc-version-diff, vc-diff-internal): Doc fixes.
16590
16591 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16592 implementation supports it, let diff output go to *vc*,
16593 not *vc-diff*, since this is an internal call.
16594
16595 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16596
16597 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16598
16599 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16600
16601 2004-03-21 Dave Love <fx@gnu.org>
16602
16603 * progmodes/cfengine.el (cfengine-mode):
16604 Set parse-sexp-ignore-comments.
16605
16606 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16607
16608 2004-03-21 Juanma Barranquero <lektu@terra.es>
16609
16610 * allout.el (allout-mode): Fix docstring.
16611
16612 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16613
16614 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16615
16616 * autorevert.el (auto-revert-interval): Make new value take
16617 effect immediately when set through Custom.
16618 (auto-revert-set-timer): Add interactive declaration.
16619
16620 2004-03-19 David Ponce <david@dponce.com>
16621
16622 * ruler-mode.el (ruler-mode-header-line-format-old):
16623 Don't `make-variable-buffer-local'.
16624 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16625 (ruler-mode-header-line-format): Simply funcall the above.
16626 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16627 to save/restore a previous header line format.
16628 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16629 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16630 fringes and margins width.
16631 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16632
16633 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16634
16635 * log-edit.el (log-edit-font-lock-keywords): Typo.
16636
16637 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16638 (tex-send-tex-command): Rather than here.
16639 (tex-compilation-parse-errors): Simplify.
16640
16641 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16642
16643 * time.el (display-time-string-forms): Add help-echo with date on time.
16644
16645 * composite.el (compose-region): Use restore-buffer-modified-p.
16646
16647 * disp-table.el (standard-display-8bit): Simplify.
16648
16649 * server.el (server-process-filter): Delete temp frame.
16650
16651 * add-log.el (add-change-log-entry): Simplify.
16652
16653 2004-03-19 Kim F. Storm <storm@cua.dk>
16654
16655 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16656 (hexl-follow-line): Don't require 'fringe.
16657
16658 * progmodes/compile.el (compilation-start): Always set
16659 compilation-last-buffer and return it.
16660
16661 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16662
16663 * simple.el (clone-buffer): Doc fix.
16664
16665 2004-03-18 Juanma Barranquero <lektu@terra.es>
16666
16667 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16668
16669 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16670
16671 * log-edit.el (log-edit-font-lock-keywords): New var.
16672 (log-edit-mode): Use it.
16673
16674 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16675
16676 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16677 properly for watching in speedbar.
16678
16679 2004-03-17 Masatake YAMATO <jet@gyve.org>
16680
16681 * smerge-mode.el (smerge-popup-context-menu):
16682 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16683
16684 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16685
16686 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16687 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16688 Take sealed revisions into account.
16689 (vc-arch-checkin): Extract a summary line from the message.
16690
16691 2004-03-16 Masatake YAMATO <jet@gyve.org>
16692
16693 * register.el (register): Provide `register' feature.
16694
16695 2004-03-15 Masatake YAMATO <jet@gyve.org>
16696
16697 Added context menu support in smerge mode.
16698 Most of the part is written by Stefan Monnier.
16699
16700 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16701 New keymap and menu.
16702 (smerge-text-properties): New function.
16703 (smerge-remove-props): New function.
16704 (smerge-popup-context-menu): New function.
16705 (smerge-resolve): Call `smerge-remove-props'.
16706 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16707 (smerge-keep-current): Ditto.
16708 (smerge-kill-current): New function.
16709 (smerge-match-conflict): Put text properties.
16710 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16711
16712 2004-03-15 David Ponce <david@dponce.com>
16713
16714 * ruler-mode.el (ruler-mode-left-fringe-cols)
16715 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16716 (ruler-mode-right-scroll-bar-cols): Remove.
16717 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16718 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16719 Use fringe-columns and scroll-bar-columns.
16720
16721 2004-03-15 Masatake YAMATO <jet@gyve.org>
16722
16723 * hl-line.el (hl-line-range-function): New variable.
16724 (hl-line-move): New function.
16725 (global-hl-line-highlight): Use `hl-line-move'.
16726 (hl-line-highlight): Ditto.
16727
16728 * scroll-bar.el (scroll-bar-columns):
16729 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16730
16731 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16732 (ruler-mode-left-fringe-cols)
16733 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16734 (ruler-mode-right-scroll-bar-cols)
16735 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16736 (ruler-mode-ruler-function): New variable.
16737 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16738 if the value for `ruler-mode-ruler-function'is given.
16739
16740 * hexl.el (hexl-mode-hook): Make the hook customizable.
16741 (hexl-address-area, hexl-ascii-area): New customize variables.
16742 (hexlify-buffer): Put font-lock-faces on the address area and
16743 the ascii area.
16744 (hexl-activate-ruler): New function.
16745 (hexl-follow-line): New function.
16746 (hexl-highlight-line-range): New function.
16747 (hexl-mode-ruler): New function.
16748
16749 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16750
16751 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16752 (vc-default-find-file-hook): New fun.
16753 (vc-find-file-hook): Call new find-file-hook operation.
16754
16755 * vc-arch.el: New file.
16756
16757 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16758
16759 * info-look.el (info-lookup): Reuse an existing Info window.
16760
16761 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16762
16763 * woman.el (woman-preserve-ascii): Default value changed to t and
16764 doc string revised.
16765
16766 2004-03-12 Richard M. Stallman <rms@gnu.org>
16767
16768 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16769 Fix minor bug.
16770
16771 * replace.el (occur-engine): Change message for count of matches.
16772
16773 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16774 For strings, do compare text properties.
16775
16776 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16777
16778 * progmodes/compile.el (compile-auto-highlight)
16779 (compilation-error-list, compilation-old-error-list)
16780 (compilation-parse-errors-function, compilation-parsing-end)
16781 (compilation-error-message, compilation-directory-stack)
16782 (compilation-enter-directory-regexp-alist)
16783 (compilation-leave-directory-regexp-alist)
16784 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16785 (compilation-current-file, compilation-regexps): Remove vars.
16786
16787 (compile-error-at-point, compilation-error-filedata)
16788 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16789 (compilation-next-error-locus, compilation-forget-errors)
16790 (count-regexp-groupings, compilation-parse-errors)
16791 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16792
16793 (compile-internal): Make obsolete.
16794
16795 (compilation-first-column, compilation-error)
16796 (compilation-directory-matcher, compilation-page-delimiter)
16797 (compilation-mode-font-lock-keywords, compilation-debug)
16798 (compilation-error-face, compilation-warning-face)
16799 (compilation-info-face, compilation-line-face)
16800 (compilation-column-face, compilation-enter-directory-face)
16801 (compilation-leave-directory-face, compilation-skip-threshold)
16802 (compilation-skip-visited, compilation-context-lines): New vars.
16803
16804 (compilation-warning-face, compilation-info-face)
16805 (compilation-message-face): New faces.
16806
16807 (compilation-error-regexp-alist-alist): New constant.
16808
16809 (compilation-face, compilation-directory-properties)
16810 (compilation-assq, compilation-error-properties, compilation-start)
16811 (define-compilation-mode, compilation-loop)
16812 (compilation-set-window): New functions.
16813
16814 (compile): Additional argument for interactive compiles like TeX.
16815
16816 * progmodes/grep.el (kill-grep): Move here from compile.el
16817 (grep-error, grep-hit-face, grep-error-face)
16818 (grep-mode-font-lock-keywords): New variables.
16819 (grep-regexp-alist): Simplify regexp and add `binary' case.
16820 (grep-mode): New mode.
16821 (grep-process-setup): Simplify.
16822
16823 2004-03-11 Jason Rumney <jasonr@gnu.org>
16824
16825 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16826 letters on DOS/Windows.
16827
16828 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16829
16830 * server.el (server-name): New var.
16831 (server-socket-dir): New var to replace server-socket-name.
16832 (server-start): Use them.
16833
16834 2004-03-11 Simon Josefsson <jas@extundo.com>
16835
16836 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16837 died to avoid infloop. Reported by Jonathan Glauner
16838 <jglauner@sbum.org>.
16839
16840 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16843 (smerge-mode-menu): Use it to deactivate menu entries.
16844 (smerge-keep-current): New fun.
16845 (smerge-keep-current): Use it.
16846
16847 2004-03-10 John Paul Wallington <jpw@gnu.org>
16848
16849 * foldout.el (foldout-fold-list, foldout-modeline-string):
16850 Declare them as variables, not constants.
16851
16852 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16853
16854 * ps-print.el: Modification to print *Messages* buffer.
16855 (ps-print-version): New version 6.6.4.
16856 (ps-message-log-max): New fun.
16857 (ps-spool-without-faces, ps-spool-with-faces)
16858 (ps-count-lines-preprint): Code fix.
16859
16860 * printing.el: New tips in Tips section.
16861
16862 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16863
16864 * delim-col.el: Doc fix.
16865
16866 * printing.el: Doc fix. New doc section (Tips).
16867
16868 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16869
16870 * type-break.el (type-break-emacs-variant): Remove.
16871 (type-break-run-at-time, type-break-cancel-function-timers):
16872 Use fboundp rather than version name and number.
16873
16874 2004-03-09 Masatake YAMATO <jet@gyve.org>
16875
16876 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16877 `make-variable-buffer-local'.
16878
16879 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
16880
16881 * find-dired.el (find-dired): Call `shell-command' instead of
16882 `start-process-shell-command'. By this, Tramp takes over
16883 handling of remote directories.
16884
16885 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
16886
16887 * newcomment.el (comment-use-global-state): New var.
16888 (comment-search-forward): Use it.
16889
16890 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16891
16892 * cus-edit.el (fill) <defgroup>: Move to fill.el.
16893
16894 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16895 (enable-kinsoku): Make it a defcustom.
16896 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16897 paragraph to same-comment-start-marker.
16898
16899 2004-03-07 Dave Love <fx@gnu.org>
16900
16901 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16902 (browse-url-mail): Use it.
16903
16904 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16905 (rfc2368-unhexify-string): Use replace-regexp-in-string.
16906
16907 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16908
16909 * woman.el (woman-man.conf-path): Doc fix.
16910 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16911
16912 2004-03-07 Eli Zaretskii <eliz@gnu.org>
16913
16914 * sort.el (sort-columns): Remove ms-dos from the list of systems
16915 where the external `sort' command is not used.
16916
16917 2004-03-07 Kim F. Storm <storm@cua.dk>
16918
16919 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16920 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16921 from overlay-arrow-variable-list.
16922 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16923
16924 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
16925
16926 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16927 overlay arrow string properly for the assembler buffer.
16928
16929 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * mail/sendmail.el (mail-mode): Fix last change.
16932
16933 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
16934
16935 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16936 for the assembler buffer.
16937 (gdb-assembler-custom): Position the overlay arrow.
16938 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16939
16940 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
16941
16942 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16943
16944 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16945 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16946
16947 * mail/sendmail.el (mail-mode): Set comment-start-skip.
16948
16949 * newcomment.el (uncomment-region): Allow non-terminated comment.
16950 (comment-normalize-vars): Check the user-specified comstart marker.
16951
16952 2004-03-04 Jesper Harder <harder@ifa.au.dk>
16953
16954 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16955 Otherwise, do use it if the region only contains font-lock text
16956 properties.
16957
16958 2004-03-04 Masatake YAMATO <jet@gyve.org>
16959
16960 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16961 as the callback function for eldoc.
16962 (hexl-print-current-point-info): New function.
16963 (hexl-current-address): Print the address in both decimal
16964 and hexadecimal format.
16965
16966 2004-03-04 Richard M. Stallman <rms@gnu.org>
16967
16968 * mail/rmail.el (rmail-convert-to-babyl-format):
16969 Specify t for UNIBYTE when calling mail-unquote-printable-region.
16970
16971 * mail/mail-utils.el (mail-unquote-printable-region):
16972 New arg UNIBYTE.
16973
16974 * startup.el (command-switch-alist): Doc fix.
16975
16976 * simple.el (undo): Temporarily set this-command to `undo-start',
16977 then set it to `undo' once undo-start returns without error.
16978
16979 * simple.el (minibuffer-history-sexp-flag): Doc fix.
16980
16981 * simple.el (kill-line): Don't disregard trailing whitespace
16982 in eol condition, if show-trailing-whitespace is set.
16983
16984 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16985 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16986 When disabling, restore old values only if mouse-sel-has-been-enabled.
16987
16988 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16989 (isearch-{-char): New function.
16990 (isearch-mode-map): Bind { to isearch-{-char.
16991
16992 * font-lock.el (lisp-font-lock-keywords-2):
16993 Turn off the CL with-... and do-... general patterns.
16994 Instead, recognize several specific with... and do... constructs.
16995
16996 * files.el (switch-to-buffer-other-window):
16997 Bind same-window-buffer-names and same-window-regexps to nil.
16998 (switch-to-buffer-other-frame): Likewise.
16999
17000 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17001
17002 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17003 recognizing leading comment on code line.
17004
17005 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17006
17007 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17008 hidden files/directories.
17009
17010 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17013 only comment-start (in case the mode hasn't set it).
17014
17015 * Makefile.in (AUTOGENEL): New var.
17016 (bootstrap-prepare): Rename from bootstrap-clean.
17017 Don't remove elc files.
17018 (maintainer-clean): New target.
17019
17020 * xml.el (xml-get-attribute-or-nil): Simplify.
17021
17022 2004-03-02 Juri Linkov <juri@jurta.org>
17023
17024 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17025 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17026 URL to prevent their substitution with the environment variable
17027 values by browsers.
17028
17029 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17030
17031 * ps-print.el: Doc fix.
17032 (ps-print-version): New version number (6.6.3).
17033 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17034 Docstring fix.
17035 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17036 before printing.
17037 (ps-time-stamp-yyyy-mm-dd): New fun.
17038 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17039
17040 2004-03-02 Kim F. Storm <storm@cua.dk>
17041
17042 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17043
17044 2004-03-01 Juanma Barranquero <lektu@terra.es>
17045
17046 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17047
17048 * desktop.el (desktop-file-version)
17049 (desktop-after-read-hook): Fix typos.
17050 (desktop-clear-preserve-buffers): Remove redundant info in
17051 docstring already shown by the obsolescence message.
17052 (desktop-truncate, desktop-internal-v2s)
17053 (desktop-value-to-string): Change argument name to match docstring.
17054
17055 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17056
17057 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17058 docstring.
17059
17060 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17061
17062 * printing.el: Replace "As Is..." in PostScript file print/preview by
17063 "No Preprocessing...". Suggested by Colin Marquardt
17064 <_marquardt_@zmd.de>.
17065 (pr-insert-section-4): Adjust buffer interface.
17066
17067 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17068
17069 Version 2.0.39 of Tramp released.
17070
17071 * net/tramp.el (tramp-handle-file-local-copy)
17072 (tramp-handle-write-region, tramp-open-connection-rsh):
17073 Variable name typo. Small change. From Patrick Tullmann
17074 <tullmann@flux.utah.edu>.
17075 (tramp-process-connection-type): New variable.
17076 (tramp-maybe-open-connection): Use it.
17077 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17078 (tramp-touch): Set last-modified time of a remote file.
17079 (tramp-handle-write-region): Say which function is used when encoding.
17080
17081 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17082
17083 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17084 case of non-existing filename, too. Reported by Christoph Bauer
17085 <c_bauer@informatik.uni-kl.de>.
17086 (tramp-smb-get-file-entries): The directory in question should
17087 have permissions "drwxrwxrwx". Just virtual, because we don't
17088 know the real permissions. Don't we know?
17089 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17090 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17091 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17092 output. If it was received chunkwise, there have been problems.
17093 Remove the "prompt not found" error message; it is obvious.
17094 Simplify algorithm.
17095 (tramp-smb-process-running): Remove. Since we acknowledge the
17096 virtual prompt for shares, there's no need for distinction of
17097 reading shares (process ends afterwards) and interactive mode of
17098 smblient.
17099 (tramp-smb-open-connection): Setting process sentinel removed.
17100 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17101 "NT_STATUS_NETWORK_ACCESS_DENIED".
17102 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17103 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17104 (top-level): Setting default value in `tramp-default-method-alist'
17105 corrected. Order of USER and HOST have been wrong.
17106 Nobody complained for months ...
17107 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17108 (tramp-smb-open-connection): Clear password cache if login has failed.
17109
17110 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17111 `tramp-unified-filenames'.
17112 (tramp-completion-mode): Make test for XEmacs explicitely.
17113 `event-to-character' can exists in Emacs packages too.
17114 Reported by Matt Swift <swift@alum.mit.edu>.
17115 (tramp-buffer-name): Buffer name must contain the user if exists.
17116 Reported by Adrian Phillips <a.phillips@met.no>.
17117 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17118 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17119 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17120 `tramp-do-copy-or-rename-file-one-local', because it handles also
17121 the case both files use the same out-of-band method.
17122 Implementation added.
17123 (tramp-handle-file-local-copy, tramp-handle-write-region):
17124 Out-of-band handling removed. `copy-file' called instead, which
17125 calls `tramp-do-copy-or-rename-file-out-of-band'.
17126 (tramp-action-password): Check for out-of-band method removed.
17127 This function is used for 'login-program.
17128 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17129 appropriate.
17130 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17131 and `tramp-parse-sknownhosts'.
17132 (tramp-completion-function-alist): It's a defvar now, because we
17133 want to apply the optimized `tramp-set-completion-function'
17134 instead of a static list.
17135 (tramp-set-completion-function): Implementation tuned.
17136 Avoid double entries, and entries where the function or the
17137 file/directory doesn't exist.
17138 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17139 for SSH2.
17140 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17141 (tramp-handle-dired-compress-file): New function.
17142 (tramp-async-proc): New variable.
17143 (tramp-handle-shell-command): Adding asynchronous processes.
17144 They are far from being perfect, but it works at least for
17145 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17146 (top-level): Require password.el if visible. Should be mandatory
17147 once No Gnus has found its way into (X)Emacs.
17148 (tramp-read-passwd): Invoke `password-read' if available,
17149 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17150 fallback any longer.
17151 (tramp-clear-passwd): New function.
17152 (tramp-process-actions, tramp-process-multi-actions):
17153 Clear password cache if login has failed.
17154
17155 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17156 its own module.
17157 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17158 `ange-ftp-ftp-name-res'. There could be incorrect values from
17159 previous calls in case the "ftp" method is used in the Tramp file
17160 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17161
17162 2004-02-28 Richard M. Stallman <rms@gnu.org>
17163
17164 * term.el (term-mouse-paste): Call mouse-set-point.
17165
17166 * thumbs.el: New file.
17167
17168 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17169
17170 * progmodes/ebnf-abn.el: Doc fix.
17171
17172 * progmodes/ebnf-bnf.el: Doc fix.
17173 (ebnf-repeat): Code fix.
17174
17175 * progmodes/ebnf2ps.el: Doc fix.
17176 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17177
17178 2004-02-28 Juri Linkov <juri@jurta.org>
17179
17180 * ffap.el (dired-at-point): Additional writability test for
17181 relative directory names.
17182 (dired-at-point-prompter): Treat directories as a directory, get
17183 the directory component from files.
17184 (ffap-string-at-point): Return string from region if region is active.
17185 (ffap-file-at-point): Remove redundant code.
17186
17187 2004-02-28 Kim F. Storm <storm@cua.dk>
17188
17189 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17190 Initialize margin area images to nil.
17191 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17192 (breakpoint-enabled-bitmap-face)
17193 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17194 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17195 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17196 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17197 (gdb-reset): Use gdb-remove-breakpoint-icons.
17198 (gdb-put-string): Add dprop arg to specify alternative display
17199 property (for setting fringe bitmap).
17200 (gdb-remove-strings): Doc fix.
17201 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17202 icon in fringe (if available), or else as icon or text in display
17203 margin. Creates necessary icons in breakpoint-bitmap,
17204 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17205 Also make left window margin if required.
17206 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17207 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17208 no longer needed.
17209 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17210 gdb-put-breakpoint-icon.
17211 (gdb-assembler-mode): Don't set left-margin-width here.
17212
17213 2004-02-27 Kevin Ryde <user42@zip.com.au>
17214
17215 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17216 comma, so that it DTRT in macros.
17217
17218 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17219
17220 * progmodes/sh-script.el (sh-shell-arg)
17221 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17222 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17223
17224 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17225
17226 * faces.el (face-spec-set-match-display): Add a new attribute,
17227 `min-colors'.
17228 (region, highlight, secondary-selection): Use `min-colors'.
17229
17230 * custom.el (defface): Add documentation for `min-colors'.
17231
17232 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17233 (font-lock-keyword-face, font-lock-function-name-face)
17234 (font-lock-variable-name-face, font-lock-constant-face):
17235 Use `min-colors'.
17236
17237 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17238
17239 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17240
17241 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17242 define assq-delete-all if it's not defined.
17243 (ebnf-generate-region): Code fix.
17244
17245 * printing.el: Doc fix.
17246 (pr-version): New version number (6.7.2).
17247 (pr-command): Return empty string if command is an empty string.
17248
17249 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17250
17251 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17252
17253 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17254 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17255 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17256 "tt" ["test"] ). Reported by Markus Dreyer
17257 <mdreyer@ix.urz.uni-heidelberg.de>.
17258 (ebnf-version): New version number (4.0).
17259 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17260 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17261 (ebnf-delete-style): New commands.
17262 (ebnf-directory, ebnf-file): New funs.
17263 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17264 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17265 (ebnf-syntax-alist): New var.
17266 (ebnf-element-width): New fun replacing ebnf-list-width.
17267 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17268 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17269 (ebnf-prologue): Adjust vars.
17270 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17271 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17272 (ebnf-check-style-values, ebnf-generate-production)
17273 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17274 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17275 (ebnf-token-repeat): Code fix.
17276
17277 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17278 %right, %left and %prec. Suggested by Matthew K. Junker
17279 <junker@alum.mit.edu>.
17280 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17281
17282 * progmodes/ebnf-iso.el: Doc fix.
17283 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17284 (ebnf-iso-lex): Code fix.
17285
17286 * progmodes/ebnf-bnf.el: Doc fix.
17287 (ebnf-bnf-lex): Code fix.
17288
17289 * progmodes/ebnf-otz.el: Doc fix.
17290
17291 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17292
17293 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17294 (abbrev-prefix-mark): Doc fix.
17295
17296 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17297
17298 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17299 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17300 (gdb-var-delete): Make interactive (really).
17301 (gdb-edit-value): Make non-interactive.
17302
17303 * progmodes/gud.el (gud-speedbar-menu-items):
17304 Add gdb-var-delete and, indirectly, gdb-edit-value.
17305 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17306 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17307 (gud-gdb-marker-filter): Add comment for annotations.
17308
17309 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17310
17311 * calendar/calendar.el (generate-calendar)
17312 (calendar-read-date): Prevent display of BC calendars once more -
17313 reverts 2003-10-01 change.
17314 (generate-calendar-month): Doc fix.
17315
17316 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17317
17318 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17319 return value of increment-calendar-month.
17320
17321 2004-02-21 Stephen Compall <s11@member.fsf.org>
17322
17323 * saveplace.el (save-place-forget-unreadable-files)
17324 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17325 (save-place-forget-unreadable-files): New function.
17326 (save-place-alist-to-file): Use it to filter out files that are
17327 no longer readable.
17328
17329 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17330 current Texinfo environment, using the same method as in
17331 `texinfo-insert-@end', and insert a space rather than a newline if
17332 point in a @table environment.
17333
17334 2004-02-21 Juri Linkov <juri@jurta.org>
17335
17336 * ffap.el (ffap-file-at-point): Try parent directories.
17337
17338 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17339
17340 * vcursor.el (vcursor-modifiers): New defcustom.
17341 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17342 hard-coded list.
17343
17344 2004-02-21 Masatake YAMATO <jet@gyve.org>
17345
17346 * play/animate.el (animate-birthday-present): Accept names other
17347 than `Sarah', too.
17348
17349 2004-02-21 Juri Linkov <juri@jurta.org>
17350
17351 * startup.el: Remove table of command line arguments from the
17352 Commentary section.
17353
17354 2004-02-20 John Wiegley <johnw@newartisans.com>
17355
17356 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17357 again" modifier from 'e' to 'E', since 'e' is also used by the
17358 "file extension" modifier.
17359
17360 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17361
17362 * help-fns.el (describe-categories): Doc fix.
17363
17364 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17365
17366 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17367 temporary file for buffer already visiting one. This change makes
17368 output likely to be directly usable by patch program.
17369 Suggested by Adrian Aichner <adrian@xemacs.org>
17370
17371 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17372
17373 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17374 case of variables defined in compound statements.
17375 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17376 Simplify constructions using switch-to-buffer.
17377
17378 2004-02-19 Simon Josefsson <jas@extundo.com>
17379
17380 * play/morse.el: Fix typo.
17381 (morse-code): Add @.
17382
17383 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17384
17385 * calendar/appt.el (appt-display-format): Change default to
17386 'ignore, for backwards compatibility.
17387 (appt-display-message): If appt-display-format is 'ignore,
17388 respect old vars appt-msg-window and appt-visible.
17389 (appt-activate): Don't depend on return value of cancel-timer.
17390
17391 * calendar/calendar.el (calendar-holidays): Doc fix.
17392
17393 * calendar/cal-coptic.el (coptic-prompt-for-date):
17394 Use assoc-string instead of assoc-ignore-case.
17395 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17396 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17397 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17398 * calendar/cal-islam.el (calendar-goto-islamic-date)
17399 (mark-islamic-diary-entries): Ditto.
17400 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17401 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17402 (calendar-read-mayan-tzolkin-date): Ditto.
17403 * calendar/calendar.el (calendar-read-date): Ditto.
17404 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17405
17406 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17407
17408 * progmodes/executable.el (executable-command-find-posix-p):
17409 Fix choice of the directory.
17410
17411 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17412
17413 * simple.el (interprogram-cut-function)
17414 (interprogram-paste-function, kill-new, kill-append):
17415 Doc fixes.
17416 (kill-region): Make it return nil. Doc fix.
17417 (yank-pop): Make its argument optional.
17418 (yank): Make ARG `-' equivalent to `-1'.
17419
17420 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17421
17422 * mail/rmail.el (rmail-get-new-mail): Don't reference
17423 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17424
17425 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17426
17427 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17428 if one of global-auto-revert-non-file-buffers or autorevert-mode
17429 is non-nil.
17430
17431 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17432
17433 * subr.el (delete-dups): A better implementation from Karl Heuer
17434 <kwzh@gnu.org>.
17435
17436 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17437
17438 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17439 correct place.
17440 * progmodes/icon.el (icon-indent-command): Ditto.
17441 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17442
17443 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17444
17445 * progmodes/grep.el (grep-compute-defaults): Undo change from
17446 2004-01-29: don't use executable-command-find-posix-p.
17447
17448 2004-02-16 Richard Sharman <rsharman@pobox.com>
17449
17450 * hilit-chg.el: Use require instead of eval-and-compile.
17451 (highlight-compare-buffers): New function.
17452
17453 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17454
17455 * man.el (Man-fontify-manpage): Render section headings in
17456 `Man-overstrike-face' even when overstrike was not used by man
17457 formatter for section headings.
17458
17459 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17460
17461 * rmail-spam-filter.el (vm-use-spam-filter)
17462 (rsf-min-region-length-added-to-spam-list): New variables.
17463 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17464 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17465 spam testing. Don't delete spam message if automatic deletion
17466 after output via variable rmail-delete-after-output is turned on.
17467 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17468 rsf-bbdb-dont-create-entries-for-spam.
17469 (check-field): New function, extracted from code in
17470 rmail-spam-filter to ease addition of header fields like content-type.
17471 (message-content-type): New variable to check the content-type:
17472 field added, also in defcustom of rsf-definitions-alist.
17473 (rmail-spam-filter): Replace repeated test code for header fields
17474 by calls to check-field; change the call to
17475 rmail-output-to-rmail-file such that rmail-current-message stays
17476 the same to avoid wrong deletion of unseen flags.
17477 (rsf-add-contents-type): New function to convert old format
17478 of rmail-spam-definitions-alist into new one.
17479 Change prefixes of all variables and functions from
17480 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17481
17482 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17483
17484 * loadhist.el (unload-hook-features-list): New defvar.
17485
17486 2004-02-16 Dave Love <fx@gnu.org>
17487
17488 * loadhist.el (unload-feature): Doc fix. Rename flist to
17489 unload-hook-features-list.
17490
17491 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17492
17493 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17494 cookie. Don't check if we are looking-at open-formula.
17495
17496 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17497
17498 * subr.el (match-string-no-properties): Use substring-no-properties.
17499
17500 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17501
17502 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17503 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17504 Use lower-case "rx" in all error message.
17505
17506 2004-02-16 Dave Love <fx@gnu.org>
17507
17508 * emacs-lisp/rx.el (rx-or): Put group around result.
17509 (rx-constituents): Add backref.
17510 (rx-syntax): Add string-delimiter, comment-delimiter.
17511 (rx-categories): Add combining-diacritic.
17512 (rx-check-not, rx-greedy, rx): Doc fix.
17513 (rx-backref, rx-check-backref): New.
17514
17515 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17516
17517 * newcomment.el (uncomment-region): Allow eob as comment end.
17518
17519 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17520
17521 * filecache.el: All message and error commands now use prefix
17522 "Filecache:" to make it easy to read *Messages* buffer.
17523
17524 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17525
17526 * autorevert.el: Add support to detect changed dired and VC buffers.
17527 (auto-revert-active-p, auto-revert-list-diff)
17528 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17529 (auto-revert-handler, auto-revert-active-p): New functions.
17530 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17531 and `auto-revert-active-p'.
17532 (eval-when-compile): Defvar dired-directory and vc-mode.
17533 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17534 (auto-revert-handler-vc): New functions.
17535
17536 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17537
17538 * progmodes/compile.el (compilation-directory): New defvar.
17539 (compile): Save current directory in compilation-directory.
17540 (recompile): Bind default-directory to compilation-directory if
17541 that is non-nil.
17542
17543 2004-02-16 Dave Love <fx@gnu.org>
17544
17545 * newcomment.el (comment-insert-comment-function)
17546 (comment-region-function, uncomment-region-function): New.
17547 (comment-indent): Use comment-insert-comment-function.
17548 (uncomment-region): Use uncomment-region-function.
17549 (comment-region): Use comment-region-function.
17550
17551 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17552
17553 2004-02-16 Richard Stallman <rms@gnu.org>
17554
17555 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17556 loaddefs* and ldefs-boot*.
17557
17558 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17559
17560 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17561 and email address at the beginning and end of the address.
17562
17563 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17564 anchored at the beginning of the email address.
17565
17566 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17567
17568 * international/ccl.el (ccl-compile-write): Pass `left' to
17569 ccl-embed-code to generate correct code of write-expr-register.
17570
17571 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17572
17573 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17574
17575 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17576
17577 * x-dnd.el: Mention support for Motif in commentary.
17578 (x-dnd-handle-drag-n-drop-event): Ditto.
17579
17580 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17581
17582 * ses.el: Use "ses--" prefixes for buffer-local variables.
17583 Use (point-min) instead of 1, even when we know the buffer
17584 is unnarrowed.
17585 (ses-build-load-map): Delete. Distribute its content to defconst's for
17586 the three maps.
17587 (ses-menu, ses-header-line-menu): New menus.
17588 (ses-mode-map): Use them.
17589 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17590
17591 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17592
17593 * Makefile.in: Fix the CC Mode recompile kludge so it works
17594 when building in a different directory.
17595
17596 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17597
17598 * simple.el (kill-new): Put yank-handler property on the entire string.
17599
17600 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17601
17602 * diff.el: Don't use compile any more, use diff-mode instead.
17603 (diff-regexp-alist, diff-old-file, diff-new-file)
17604 (diff-parse-differences, diff-process-setup): Remove.
17605 (diff-sentinel): New fun.
17606 (diff): Use it. Run the process ourselves.
17607 Use diff-mode for the rest of the processing.
17608
17609 * diff.el (diff): Simplify code handling `switch'.
17610
17611 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17612
17613 * pcvs-defs.el (cvs-menu): Add `tag'.
17614
17615 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17616
17617 * simple.el (kill-append): Doc fix.
17618
17619 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17620 Adapt outline-regexp to the new conventions for commenting out code.
17621
17622 2004-02-11 John Paul Wallington <jpw@gnu.org>
17623
17624 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17625
17626 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17627
17628 * diff.el (diff-switches): New fun.
17629 (diff, diff-backup): Use it.
17630 (diff): Clean up the args construction. Use backquote.
17631 Use listp instead of consp to avoid putting a nil arg.
17632 (diff): Add a revert-buffer function.
17633
17634 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17635
17636 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17637 handled by x-dnd-handle-file-name.
17638 (x-dnd-known-types): Add COMPOUND_TEXT.
17639 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17640 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17641 x-dnd-empty-state.
17642 (x-dnd-forget-drop): Ditto.
17643 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17644 (x-dnd-handle-one-url): Return private when inserting text.
17645 (x-dnd-insert-ctext): New function.
17646 (x-dnd-handle-file-name): New function for FILE_NAME.
17647 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17648 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17649 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17650
17651 2004-02-10 Kenichi Handa <handa@m17n.org>
17652
17653 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17654 instead of while loop.
17655
17656 2004-02-10 Miles Bader <miles@gnu.org>
17657
17658 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17659
17660 2004-02-09 Kenichi Handa <handa@m17n.org>
17661
17662 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17663 have end-of-line.
17664
17665 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17666
17667 * Makefile.in: Added extra dependencies in the recompile target
17668 needed to cope with the compile time macro expansions in CC Mode.
17669
17670 2004-02-09 Kim F. Storm <storm@cua.dk>
17671
17672 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17673 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17674 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17675 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17676 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17677 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17678 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17679 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17680 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17681 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17682 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17683
17684 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17685
17686 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17687 Don't allow shrink if there's a window on our right.
17688
17689 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17690 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17691 Bring together declaration and initialization.
17692 (prolog-mode-variables): Don't set the syntax table.
17693 Don't set paragraph-start and comment-indent-function.
17694 Add /*..*/ to the comment regexps.
17695 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17696 (prolog-mode-map): Don't bind TAB.
17697 (prolog-mode): Set the syntax table.
17698 (prolog-comment-indent): Remove.
17699 (inferior-prolog-mode-map): Initialize in the declaration.
17700 (inferior-prolog-mode-syntax-table)
17701 (inferior-prolog-mode-abbrev-table): New vars.
17702 (inferior-prolog-mode): Derive from comint-mode.
17703 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17704 minibuffer windows.
17705
17706 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17707 in file names, as long as it is unabmiguous.
17708
17709 2004-02-08 Andreas Schwab <schwab@suse.de>
17710
17711 * textmodes/reftex-toc.el
17712 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17713 format. Doc fix.
17714
17715 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17716 format string arguments.
17717
17718 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17719 string argument.
17720
17721 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17722
17723 * play/zone.el (zone-call): Fix format string.
17724
17725 * net/webjump.el (webjump-builtin): Add missing format string argument.
17726
17727 * midnight.el (midnight-delay-set): Remove extra format string argument.
17728
17729 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17730
17731 * hexl.el (hexl-insert-char): Add missing format string argument.
17732
17733 * format.el (format-decode): Fix format string.
17734
17735 * emulation/vi.el (vi-mode): Remove extra format string argument.
17736 (vi-repeat-last-search): Likewise.
17737 (vi-reverse-last-search): Likewise.
17738 (vi-goto-mark): Likewise.
17739 (vi-reverse-last-find-char): Likewise.
17740 (vi-repeat-last-find-char): Likewise.
17741 (vi-locate-def): Likewise.
17742
17743 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17744
17745 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17746 string argument.
17747 (ediff-toggle-regexp-match): Likewise.
17748
17749 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17750 format string argument.
17751
17752 * calc/calc-map.el (calc-get-operator): Remove extra format
17753 string argument.
17754
17755 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17756
17757 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17758 string argument.
17759
17760 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17761
17762 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17763
17764 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17765
17766 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17767 (cl-struct-setf-expander): Likewise.
17768
17769 * vc.el (with-vc-file): Fix unsafe uses of error.
17770 (vc-cancel-version): Likewise.
17771
17772 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17773
17774 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17775 thousands separator; fixes <class>:<line-number> regexp for
17776 non-english locales.
17777
17778 2004-02-08 Andreas Schwab <schwab@suse.de>
17779
17780 * view.el (view-mode-enable): Revert previous change.
17781
17782 2004-02-07 Kim F. Storm <storm@cua.dk>
17783
17784 * simple.el (line-number-at-pos): Rename from line-at-pos.
17785 Uses changed (what-line and vc-annotate-warp-version).
17786
17787 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17790 (diff-mode): Remove aborted attempt at support for compile.el.
17791 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17792
17793 2004-02-06 Andreas Schwab <schwab@suse.de>
17794
17795 * view.el (view-mode-enable): Add view-mode-map to
17796 minor-mode-overriding-map-alist.
17797
17798 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17799
17800 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17801
17802 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17803
17804 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17805 with point inside rather than after the paragraph.
17806
17807 2004-02-04 Sam Steingold <sds@gnu.org>
17808
17809 * mail/smtpmail.el (smtpmail-try-auth-methods):
17810 Do not try authentication when no mechanism is available.
17811 Pass port-name as defaultport to `netrc-machine'.
17812
17813 2004-02-04 Stephen Eglen <stephen@gnu.org>
17814
17815 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17816 to show how minibuffer height can be constrained.
17817
17818 2004-02-04 John Paul Wallington <jpw@gnu.org>
17819
17820 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17821
17822 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17823
17824 * x-dnd.el: New file for drag and drop.
17825
17826 * term/x-win.el: require x-dnd, set after-make-frame-functions
17827 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17828 drag-n-drop event.
17829
17830 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17831 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17832 (dired-dnd-handle-file): New functions for drag and drop support.
17833 (dired-mode): Initialize drag and drop if x-dnd present.
17834
17835 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17836
17837 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17838 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17839 (cperl-mode): Set fill-paragraph-function.
17840 (cperl-fill-paragraph): Make it non-interactive.
17841
17842 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17843
17844 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17845
17846 2004-02-02 David Kastrup <dak@gnu.org>
17847
17848 * replace.el (perform-replace): Allow 'literal argument in
17849 regexp-flag to indicate literal replacement.
17850 (query-replace-regexp-eval): Use it.
17851
17852 2004-02-01 Andreas Schwab <schwab@suse.de>
17853
17854 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17855
17856 2004-02-01 Stephen Eglen <stephen@gnu.org>
17857
17858 * info-look.el: Add support for maxima-mode. Update commentary
17859 because info-lookup-symbol is now bound to C-h S.
17860
17861 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17862
17863 * simple.el (edit-and-eval-command): Bind print-level and
17864 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17865 Correct initial position in command-history.
17866
17867 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17868
17869 * files.el (read-directory-name): Adapt the docstring to recent
17870 change in Fread_file_name.
17871
17872 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17873
17874 * ses.el (ses-print-cell): If print format too wide for column
17875 width, truncate decimal places if that helps to avoid "#####" fill.
17876 * ses.el (ses-initial-column-width): Revert previous change.
17877
17878 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
17879
17880 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17881 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17882 Add edebug info.
17883 (jit-lock-mode): Setup/cancel the new timer.
17884 (jit-lock-context-fontify): New fun. Extracted from
17885 context fontification code of jit-lock-stealth-fontify.
17886 (jit-lock-stealth-fontify): Don't do context fontification any more.
17887
17888 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17889 (jit-lock-fontify-now): Handle the `quit' case.
17890 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17891
17892 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
17893
17894 * progmodes/executable.el (executable-command-find-posix-p):
17895 New. Check if find handles arguments Posix-style.
17896
17897 * progmodes/grep.el (grep-compute-defaults):
17898 Use executable-command-find-posix-p.
17899 (grep-find): Check `grep-find-command'.
17900
17901 * filecache.el (file-cache-find-posix-p): Delete.
17902 (file-cache-add-directory-using-find):
17903 Use `executable-command-find-posix-p'.
17904
17905 2004-01-29 Dave Love <fx@gnu.org>
17906
17907 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17908 Iterate the hook function if arg is given.
17909 (mark-defun, narrow-to-defun): Change order of finding the limits.
17910
17911 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17912 (byte-compile-format-warn): New.
17913 (byte-compile-callargs-warn): Use it.
17914 (Format, message, error): Add byte-compile-format-like property.
17915 (byte-compile-maybe-guarded): New.
17916 (byte-compile-if, byte-compile-cond): Use it.
17917 (byte-compile-lambda): Compile interactive forms,
17918 just to make warnings about them.
17919
17920 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
17921
17922 * ses.el (ses-initial-column-width): Increase to 14, so it will
17923 work well with the default printer of "%.7g" for extreme values
17924 like "-1.234567e+07".
17925
17926 2004-01-29 Kenichi Handa <handa@m17n.org>
17927
17928 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17929
17930 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
17931
17932 * dos-w32.el: Added support for the `default-printer-name' function.
17933
17934 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
17935
17936 * server.el (server-socket-name): Don't use the hostname in the
17937 socket name since /tmp is local to the host anyway.
17938
17939 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17940 robust check of widening and fix var-naming.
17941
17942 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
17943
17944 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17945 or rmail-spam- to rsf- in all function and variable names.
17946 (rsf-min-region-to-spam-list): New variable.
17947 (rsf-bbdb-auto-delete-spam-entries): Rename from
17948 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
17949 scanned together with the recipients field for spam testing; Don't
17950 delete spam message if rmail-delete-after-output is non-nil;
17951 (rsf-check-field): New function, extracted from code in
17952 rmail-spam-filter to ease addition of header fields like
17953 content-type:;
17954 (message-content-type): New variable. The content-type: field was
17955 added also in defcustom of rsf-definitions-alist;
17956 (rmail-spam-filter): Replace repeated test code for header fields
17957 by calls to check-field; change the call to
17958 rmail-output-to-rmail-file such that rmail-current-message stays
17959 the same to avoid wrong deletion of unseen flags.
17960 (rmail-use-spam-filter): Add autoload cookie.
17961
17962 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
17963
17964 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
17965 (file-cache-add-directory-using-find): Add Cygwin support.
17966 (file-cache-find-command-posix-flag): New user variable.
17967
17968 * filecache.el (file-cache-add-directory): Check for
17969 directories an remove them from dir-files.
17970
17971 2004-01-27 Richard M. Stallman <rms@gnu.org>
17972
17973 * man.el (Man-fontify-manpage): Clean up message.
17974
17975 2004-01-27 Kenichi Handa <handa@m17n.org>
17976
17977 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17978 (sentence-end): Define using sentence-end-without-space.
17979
17980 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17981 a sentence ends with one of a character in sentence-end-without-space.
17982
17983 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
17984
17985 * font-lock.el (font-lock): Add jit-lock as explicit group member.
17986 (jit-lock): Group declaration moved to jit-lock.el.
17987 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17988 when necessary.
17989
17990 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17991 (jit-lock-context-unfontify-pos): Rename from
17992 jit-lock-first-unfontify-pos.
17993 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17994
17995 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17996
17997 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17998 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17999 (fortran-fill): When filling a string, adjust re-search-backward
18000 argument for special case of string just on fill-column.
18001 When filling non-string, allow one extra char if
18002 fortran-break-before-delimiters is non-nil.
18003 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18004 Use fortran-break-delimiters-re and fortran-no-break-re to
18005 correctly handle cases such as "**".
18006
18007 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18008 (f90-no-break-re): Add some extra tokens. Doc fix.
18009
18010 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18011
18012 * mail/rmail-spam-filter.el:
18013 Use two semicolons as Commentary line prefix.
18014 Add ";;; Code:" stylized comment.
18015 Delete end-of-line whitespace.
18016 Wrap (require 'cl) with `eval-when-compile'.
18017
18018 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18019
18020 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18021 at the top level of vc.el.
18022
18023 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18024
18025 * vc.el (vc-current-line): Function removed. This is now done by
18026 the new function line-at-pos in simple.el.
18027 (vc-annotate-warp-version): Use line-at-pos instead of
18028 vc-current-line.
18029
18030 2004-01-22 Kim F. Storm <storm@cua.dk>
18031
18032 * simple.el (line-at-pos): New defun.
18033 (what-line): Use it. Optimize by only counting lines in narrowed
18034 region once.
18035
18036 2004-01-22 Kenichi Handa <handa@m17n.org>
18037
18038 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18039 point (register r1) only for charset mule-unicode-0100-24ff.
18040
18041 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18042
18043 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18044 trailing white space and ensure a final newline.
18045
18046 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18047 Add autoload cookie.
18048
18049 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18050
18051 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18052 activate view-mode explicitly.
18053
18054 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18055
18056 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
18057 use clipboard first.
18058
18059 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18060
18061 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18062 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18063 (vc-mcvs-cvs): Remove.
18064 (vc-mcvs-command): Remove use of assert.
18065
18066 * outline.el (outline-insert-heading): Tighten up match.
18067 (outline-demote, outline-move-subtree-down): Don't assume anything
18068 about outline-regexp.
18069
18070 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18071 (texinfo-show-structure): Explicitly add ^, and simplify.
18072
18073 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18074
18075 * calendar/appt.el (appt-check): Restore usage of
18076 appt-issue-message deleted in previous change.
18077 (top-level): Activate package when loaded (needed for backwards
18078 compatibility).
18079
18080 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18081
18082 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18083 following previous change to smtpmail-send-data.
18084
18085 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18086
18087 * vc.el (vc-default-previous-version): Doc enhancement.
18088 (vc-default-next-version): New function.
18089 (vc-print-log): New arg FOCUS-REV.
18090 (vc-annotate-mode): Derive from view-mode.
18091 (vc-annotate): New args REVISION, DISPLAY-MODE.
18092 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18093 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18094 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18095 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18096 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18097
18098 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18099
18100 2004-01-19 Karl Berry <karl@gnu.org>
18101
18102 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18103 or "TexInfo".
18104
18105 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18106
18107 * subr.el (delete-dups): New function.
18108
18109 2004-01-19 Karl Berry <karl@gnu.org>
18110
18111 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18112 with ^, since that's what texinfo-show-structure
18113 documentation says (plus it works much better in texinfo.txi).
18114
18115 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18116
18117 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18118
18119 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18120
18121 * progmodes/which-func.el (which-function-mode): Don't cancel
18122 which-func-update-timer if not set.
18123
18124 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18125
18126 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18127 Remove spurious left square bracket in XX:XXam regexp.
18128
18129 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18130
18131 * progmodes/cc-defs.el: Do not require cl at run time.
18132
18133 2004-01-16 Richard M. Stallman <rms@gnu.org>
18134
18135 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18136 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18137
18138 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18139 Call rmail-spam-filter. Delete and expunge spam.
18140 Print number of spam messages deleted.
18141 Save and restore the deletion status of old messages when reading
18142 new mail with spam filter, so that expunging spam does not expunge
18143 msgs deleted by the user.
18144 (rmail-only-expunge): Add an optional argument dont-show to
18145 prevent showing message after expunge.
18146
18147 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18148
18149 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18150 * subr.el (declare): New macro.
18151
18152 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18153
18154 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18155
18156 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18157
18158 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18159 Test window-system rather than system-type (for X11/Mac).
18160
18161 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18162
18163 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18164
18165 2004-01-12 Richard M. Stallman <rms@gnu.org>
18166
18167 * mail/rmail.el (rmail-convert-to-babyl-format):
18168 Use mail-unquote-printable-region.
18169 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18170 (rmail-hex-char-to-integer): Functions deleted.
18171
18172 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18173 (mail-unquote-printable-region): New arg NOERROR.
18174 For invalid encoding, either signal an error to just return nil.
18175
18176 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18177
18178 * calendar/appt.el: Update copyright and commentary.
18179 (appt-issue-message): Make obsolete.
18180 (appt-visible, appt-msg-window): Make obsolete, in favour of
18181 appt-display-format.
18182 (appt-display-mode-line, appt-display-duration)
18183 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18184 (appt-prev-comp-time, appt-display-count, appt-timer)
18185 (appt-convert-time): Doc change.
18186 (appt-disp-window-function, appt-delete-window-function):
18187 Use defcustom rather than defvar.
18188 (appt-display-format): New variable.
18189 (appt-display-message): New function with display code from appt-check.
18190 (appt-check): Add optional FORCE argument. Doc change.
18191 Add appt-make-list to diary-hook if displaying diary.
18192 Remove checking of view-diary-entries-initially.
18193 Message display section removed to new function appt-display-message.
18194 (appt-display-window): Doc change. Remove unused internal var
18195 this-buffer. Do not beep, since appt-display-message does that.
18196 (appt-make-list): Doc change. Use caar.
18197 (appt-sort-list): Simplify by using builtin sort function.
18198 (appt-update-list): New function for updating appts when diary is
18199 saved.
18200 (appt-activate): New autoloaded function to toggle package
18201 functionality.
18202
18203 * calendar/cal-x.el: (calendar-one-frame-setup)
18204 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18205
18206 * calendar/calendar.el: Update copyright.
18207 (view-diary-entries-initially, european-calendar-style): Doc change.
18208 (calendar-setup): Make defcustom rather than defvar.
18209 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18210 in let binding so local to function.
18211
18212 * calendar/diary-lib.el: Update copyright.
18213 (diary, diary-entry-time): Doc change.
18214 (list-diary-entries): Doc change. Trivial logic change.
18215 (fancy-diary-display): Restore make-face command mistakenly
18216 deleted 2003-05-08.
18217 (show-all-diary-entries): Allow to pop-up frame if needed.
18218
18219 2004-01-09 John Paul Wallington <jpw@gnu.org>
18220
18221 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18222 Temporarily select EVENT's window for changing eol type.
18223
18224 2004-01-09 Deepak Goel <deego@gnufans.org>
18225
18226 * calendar/diary-lib.el (diary-entry-time):
18227 Also accept time in the form XX[.XX][am/pm/AM/PM].
18228 (fancy-diary-font-lock-keywords): Likewise.
18229 (diary-font-lock-keywords): Likewise.
18230 * calendar/appt.el (appt-add): Likewise.
18231 (appt-make-list): Likewise.
18232 (appt-convert-time): Likewise.
18233
18234 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18235
18236 * gdb-ui.el (gdb-ann3): Revert previous change.
18237 (gdb-source-info): Allow for case of where compilation directory
18238 is not recorded.
18239
18240 2004-01-08 John Paul Wallington <jpw@gnu.org>
18241
18242 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18243
18244 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18245
18246 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18247
18248 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18249 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18250 problems.
18251 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18252
18253 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18254
18255 * files.el (write-file-functions, write-contents-functions):
18256 Clarify docstrings.
18257
18258 2004-01-07 Kenichi Handa <handa@m17n.org>
18259
18260 * international/mule.el (set-auto-coding): Fix for the case that
18261 end-of-line is only CR.
18262
18263 2004-01-07 Kim F. Storm <storm@cua.dk>
18264
18265 * subr.el (event-start, event-end): Doc fix.
18266 (posn-string, posn-image): New defuns.
18267 (posn-object): Return either image or string object.
18268 (posn-object-x-y): Return 8th element of position.
18269 (posn-object-width-height): New defun.
18270
18271 2004-01-06 Andreas Schwab <schwab@suse.de>
18272
18273 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18274 output.
18275
18276 2004-01-05 Karl Berry <karl@gnu.org>
18277
18278 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18279 / and *, too.
18280
18281 2003-12-31 Simon Josefsson <jas@extundo.com>
18282
18283 * files.el (before-save-hook): Add.
18284 (basic-save-buffer): Use before-save-hook.
18285
18286 * emacs-lisp/copyright.el: Fix comment to recommend
18287 before-save-hook instead of write-file-functions.
18288
18289 2004-01-05 Richard M. Stallman <rms@gnu.org>
18290
18291 * finder.el (finder-commentary): Call delete-other-windows.
18292
18293 * net/ange-ftp.el (ange-ftp-file-attributes):
18294 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18295
18296 2004-01-04 Karl Berry <karl@gnu.org>
18297
18298 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18299 comment characters % and # in the copyright year notice,
18300 as well as ;.
18301
18302 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18303
18304 * wid-edit.el (default): Define dummy :value-delete.
18305 Reported by Jesper Harder <harder@ifa.au.dk>.
18306
18307 2004-01-03 Richard M. Stallman <rms@gnu.org>
18308
18309 * progmodes/compile.el (compile-internal): Use point, not point-min,
18310 for set-window-point.
18311
18312 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18313
18314 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18315
18316 * progmodes/grep.el (grep-mode-map):
18317 Don't remap next-line, previous-line.
18318
18319 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18320
18321 * speedbar.el (speedbar-edit-line): Change regexp to position
18322 the cursor on the first character of this line's button.
18323
18324 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18325
18326 * subr.el (functionp): Doc fix.
18327
18328 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18329
18330 * progmodes/idlwave.el (idlwave-make-tags):
18331 * textmodes/flyspell.el (flyspell-large-region):.
18332 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18333 * emulation/viper-util.el (viper-glob-unix-files):
18334 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18335 * man.el (Man-init-defvars):
18336 * jka-compr.el (jka-compr-call-process):
18337 * files.el (get-free-disk-space,insert-directory):
18338 * ediff-ptch.el (ediff-test-patch-utility):
18339 * ediff-diff.el (ediff-test-utility):
18340 * dired-aux.el (dired-check-process):
18341 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18342 test the return value of call-process, because it can be a string.
18343
18344 2003-12-31 John Paul Wallington <jpw@gnu.org>
18345
18346 * bindings.el (completion-ignored-extensions): Add .pfsl.
18347
18348 2003-12-31 Kim F. Storm <storm@cua.dk>
18349
18350 * ido.el (ido-nonreadable-directory-p): New defun to check for
18351 nonreadable directory without activating tramp (to avoid problems
18352 with checking incomplete tramp paths).
18353 (ido-set-current-directory, ido-file-internal)
18354 (ido-file-name-all-completions1): Use it.
18355
18356 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18357
18358 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18359 documentation if the anchor (or node) name is preceded by `info
18360 anchor' or `Info anchor' in addition to earlier `info node' and
18361 `Info node'.
18362 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18363
18364 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18365
18366 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18367 error in arguments to base64-decode-region. Remove ^M characters
18368 after decoding base64.
18369
18370 2003-12-30 Simon Josefsson <jas@extundo.com>
18371
18372 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18373 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18374 have only been distributed with Emacs for some years.
18375 (texinfo-mode-hook): Customize.
18376
18377 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18378
18379 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18380 cleaner (suggested by Richard Stallman).
18381
18382 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18383 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18384 file-name clashes on 8+3 DOS filesystems.
18385
18386 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18387 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18388 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18389 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18390 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18391 file-name clashes on 8+3 filesystems.
18392
18393 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18394 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18395 file-name clashes on 8+3 DOS filesystems.
18396
18397 2003-12-29 Richard M. Stallman <rms@gnu.org>
18398
18399 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18400 Upcase the character.
18401
18402 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18403 Search for header separator alone on a line, literally,
18404 and search for it backward, not forward.
18405 (flyspell-abbrev-table): Always use global-abbrev-table
18406 if there is no local one.
18407
18408 * progmodes/sh-script.el (sh-get-indent-info):
18409 Don't move point back if at bob.
18410
18411 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18412
18413 * play/handwrite.el (handwrite): Make the handwrite credit message
18414 a comment rather than an output command.
18415
18416 * obsolete/sc.el: Display message that this file is obsolete.
18417
18418 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18419
18420 * mail/rfc822.el (rfc822-address-start): Declare variable.
18421 Renamed from address-start. All uses changed.
18422
18423 * term.el (term-exec): Set up sentinel.
18424 (term-sentinel): New function.
18425 (term-handle-exit): New function.
18426
18427 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18428 Use assoc-string, and mark them obsolete.
18429 (delay-mode-hooks): Mark as permanent local.
18430
18431 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18432
18433 * register.el (copy-rectangle-to-register): Doc fix.
18434
18435 * info.el (Info-insert-dir): Use assoc-string.
18436
18437 * info-look.el (info-lookup): Use assoc-string.
18438
18439 * frame.el (pop-up-frame-function): Use quote, not `function'.
18440 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18441 copying with lists as coordinate values.
18442
18443 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18444
18445 * find-dired.el (kill-find): New command.
18446 (find-dired): Make buffer read-only.
18447 Set up a keymap with C-c C-k running kill-find.
18448 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18449
18450 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18451
18452 * filecache.el (file-cache-ignore-case): New variable.
18453 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18454
18455 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18456 (comint-dynamic-complete-as-filename): Rename local vars.
18457 (comint-dynamic-list-filename-completions): Likewise.
18458
18459 * comint.el (comint-dynamic-list-completions-config): New var.
18460 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18461
18462 * comint.el (comint-file-name-chars): Add [].
18463 (comint-word): Use skip-chars-backward, not search.
18464
18465 * shell.el (shell-file-name-chars): Add [].
18466
18467 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18468
18469 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18470
18471 * generic.el (define-generic-mode): Doc fix.
18472
18473 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18474
18475 * files.el (kill-some-buffers): Doc fix.
18476
18477 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18478
18479 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18480 arg to send-invisible
18481 (send-invisible): Doc fix. The argument is now a prompt, not the
18482 string to send.
18483 (comint-read-noecho): Doc fix.
18484
18485 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18486
18487 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18488 "@", as required by some ISP hosting service. Fix defcustom
18489 argument syntax errors that prevented use of customization.
18490
18491 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18492
18493 * xml.el (xml-get-attribute-or-nil): Doc fix.
18494
18495 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18496
18497 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18498 write-file-hooks.
18499
18500 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18501
18502 * autorevert.el (auto-revert-interval): Doc fix.
18503
18504 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18505
18506 * xml.el (xml-get-attribute-or-nil): New function, like
18507 xml-get-attribute, but returns nil if the attribute was not found.
18508 (xml-get-attribute): Convert to defsubst, uses
18509 xml-get-attribute-or-nil.
18510
18511 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18512
18513 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18514
18515 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18516
18517 * custom.el (custom-declare-theme): Use `value' when putting
18518 properties on `theme'.
18519
18520 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18521
18522 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18523 for each yank-handler segment.
18524 (insert-for-yank-1): New function, with the body of the previous
18525 insert-for-yank.
18526
18527 * textmodes/table.el (table-yank-handler): New defcustom.
18528 (table--put-cell-indicator-property): Put yank-handler property
18529 that indicates the yank handler for the table cell.
18530
18531 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18532
18533 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18534 set of keywords.
18535
18536 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18537
18538 * international/mule-cmds.el (reset-language-environment)
18539 (set-language-environment): Don't invoke fontset-related functions
18540 if fontset-list is not fboundp.
18541
18542 2003-12-29 Kenichi Handa <handa@m17n.org>
18543
18544 * international/mule-cmds.el (reset-language-environment):
18545 Call set-overriding-fontspec-internal with nil.
18546 (set-language-environment): Call set-overriding-fontspec-internal
18547 if the language environment specify `overriding-fontspec'.
18548 (language-info-alist): Doc added.
18549
18550 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18551 characters of mule-unicode-0100-24ff.
18552 (ccl-encode-windows-1251-font): New CCL program.
18553 ("Bulgarian"): Specify overriding-fontspec.
18554 ("Belarusian"): Likewise.
18555
18556 2003-12-28 Sam Steingold <sds@gnu.org>
18557
18558 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18559 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18560
18561 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18562
18563 * progmodes/gud.el (gud-gdb-command-name): Set default to
18564 "gdb --annotate=3".
18565 (gud-gdb-marker-filter): Look out for annotations.
18566 (gdb-first-pre-prompt): New variable.
18567 Remove trailing white space.
18568
18569 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18570 if necessary.
18571 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18572 annotations are detected.
18573 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18574 instead of a local one to allow transition from
18575 gud-gdb-marker-filter.
18576 Remove trailing white space.
18577
18578 2003-12-27 Kim F. Storm <storm@cua.dk>
18579
18580 * ido.el: Handle non-readable directories.
18581 (ido-decorations): Add 9th element for non-readable directory.
18582 (ido-directory-nonreadable): New dynamic var.
18583 (ido-set-current-directory): Set it.
18584 (ido-read-buffer, ido-file-internal):
18585 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18586 (ido-file-name-all-completions1): Return empty list for
18587 non-readable directory.
18588 (ido-exhibit): Print [Not readable] if directory is not readable.
18589 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18590 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18591 Use it.
18592
18593 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18594
18595 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18596 calls to directory-files-and-attributes and file-attributes.
18597 (ls-lisp-format): Remove system dependent handling of user and
18598 group id's.
18599
18600 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18601
18602 * ffap.el (ffap-read-file-or-url): Revert previous change.
18603
18604 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18605
18606 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18607 new list of included files called `files-with-node-lines', that
18608 only have node lines. This way @include commands can include any
18609 file, such as version and update files without node lines, not
18610 just files that are chapters.
18611
18612 2003-12-25 Andreas Schwab <schwab@suse.de>
18613
18614 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18615 file not found.
18616
18617 2003-12-08 Miles Bader <miles@gnu.org>
18618
18619 * dired.el (dired-between-files): Always use dired-move-to-filename,
18620 which is more robust in non-english locales.
18621
18622 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18623
18624 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18625
18626 2003-12-24 Andreas Schwab <schwab@suse.de>
18627
18628 * shell.el (shell-file-name-quote-list): Add backslash.
18629
18630 * comint.el (comint-quote-filename): Correctly handle backslash
18631 in comint-file-name-quote-list.
18632
18633 2003-12-24 Kenichi Handa <handa@m17n.org>
18634
18635 * international/mule-cmds.el (set-default-coding-systems):
18636 Call ucs-set-table-for-input for all buffers that don't have local
18637 value of buffer-file-coding-system.
18638
18639 * international/ucs-tables.el (ucs-set-table-for-input):
18640 If translation-table-for-encode is a symbol, get its
18641 translation-table property.
18642
18643 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18644
18645 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18646 to `completing-read' on a recently fixed bug.
18647
18648 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18649 instead of SPACE, to get the list of possible fringe modes.
18650 SPACE only works if both `partial-completion-mode' and
18651 `completion-auto-help' are nil.
18652
18653 * complete.el (PC-is-complete-p): Delete.
18654 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18655 calls to `test-completion'.
18656
18657 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18658
18659 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18660 to edit values when there are no children.
18661
18662 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18663 a mode called "Assembler" already exists.
18664 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18665 (gud-watch): Use format option. Remove font properties from string.
18666 (gdb-var-create-handler, gdb-var-list-children-handler):
18667 Don't bother about properties as there are none.
18668 (gdb-var-create-handler, gdb-var-list-children-handler)
18669 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18670 with two arguments.
18671 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18672 Let speedbar show value changes with a different font.
18673 (gdb-edit-value): New defun.
18674 (gdb-clear-partial-output, gdb-clear-inferior-io)
18675 (def-gdb-auto-update-handler): Use erase-buffer.
18676 (gdb-frame-handler): Display watch expressions in
18677 FUNCTION::VARIABLE format if required.
18678
18679 2003-12-23 John Paul Wallington <jpw@gnu.org>
18680
18681 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18682 (Info-goto-emacs-command-node): Doc fixes.
18683
18684 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18685
18686 * cus-edit.el (custom-add-parent-links): Define "many".
18687
18688 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18689
18690 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18691 (widget-child-validate, widget-type-value-create)
18692 (widget-type-default-get, widget-type-match): New functions.
18693 (lazy): New widget.
18694 (menu-choice, checklist, radio-button-choice, editable-list)
18695 (group, documentation-string): Remove redundant (per 2003-10-25
18696 change) calls to `widget-children-value-delete'.
18697 (widget-choice-value-get, widget-choice-value-inline): Remove.
18698 (menu-choice): Update widget.
18699
18700 2003-12-03 Kenichi Handa <handa@m17n.org>
18701
18702 * language/cyrillic.el: Register "microsoft-cp1251" in
18703 ctext-non-standard-encodings-alist.
18704 ("Bulgarian"): Add ctext-non-standard-encodings.
18705 ("Belarusian"): Likewise.
18706
18707 * international/mule-conf.el (compound-text-with-extensions):
18708 Change the type to 2 (iso-2022 base).
18709
18710 * international/mule.el (ctext-non-standard-encodings-alist):
18711 Change the format.
18712 (ctext-non-standard-encodings): New variable.
18713 (ctext-post-read-conversion): Fully re-written.
18714 (ctext-non-standard-designations-alist): Delete it.
18715 (ctext-non-standard-encodings-table): New function.
18716 (ctext-pre-write-conversion): Fully re-written.
18717
18718 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18719
18720 * cus-edit.el (custom-add-parent-links): Add documentation links
18721 for parent, if the item has none of its own.
18722
18723 2003-11-30 Richard M. Stallman <rms@gnu.org>
18724
18725 * dired-aux.el (dired-do-query-replace-regexp):
18726 Report files visited read-only.
18727
18728 2003-11-30 Juri Linkov <juri@jurta.org>
18729
18730 * dired-aux.el (dired-compare-directories): New command.
18731 (dired-file-set-difference, dired-files-attributes): New functions.
18732
18733 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18734 Version 2.0.38 of Tramp released.
18735
18736 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18737 Charles Curley <charlescurley@charlescurley.com>.
18738 (tramp-multi-connection-function-alist): Add ssht entry which adds
18739 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18740 Aichner.
18741 (tramp-get-method-parameter): New function to retrieve a method
18742 parameter. This allows for omission of method parameters.
18743 Callers adjusted.
18744
18745 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18746
18747 * net/tramp.el: Add new optional parameter ID-FORMAT to
18748 `file-attributes'. Calls of `file-attributes' won't use this
18749 parameter for backward compatibility reasons.
18750 (tramp-perl-file-attributes): Add a new parameter to Perl script
18751 in order to handle uid/gid as strings, if desired.
18752 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18753 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18754 order to make the function more general.
18755 (tramp-handle-file-attributes): Replace proprietary optional
18756 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18757 (tramp-handle-file-attributes-with-perl): Handle parameter
18758 NONNUMERIC if set. This wasn't done in the past.
18759 (tramp-post-connection): Apply second parameter "$2" if
18760 `tramp-remote-perl' is called.
18761
18762 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18763 Correct cut'n'waste error (`filename' instead of `directory').
18764 (tramp-smb-handle-directory-files-and-attributes)
18765 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18766 introduced parameter ID-FORMAT.
18767 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18768 error (`directory' instead of `ldir').
18769
18770 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18771 `file-attributes' has a second parameter. If yes, apply it with
18772 value "'integer". Otherwise, don't use that parameter (default is
18773 integer format).
18774
18775 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18776
18777 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18778 (help-for-help): Add `C-h .' to the listed Help options.
18779 Remove trailing whitespace.
18780
18781 * help-at-pt.el: New file.
18782
18783 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18784
18785 * subr.el (noreturn, 1value): New macros for test coverage.
18786 See `testcover.el'.
18787
18788 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18789
18790 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18791 for macro `1value'.
18792 (testcover-1value): New function. Checks that a 1value form
18793 actually returns only one value. Requested by RMS.
18794
18795 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18796
18797 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18798 (gdb-var-list-children, gdb-var-list-children-handler)
18799 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18800 gdb commands that use mi to keep them out of the command history.
18801
18802 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18803
18804 * cus-start.el (all): Add use-file-dialog.
18805
18806 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18807
18808 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18809
18810 2003-11-27 Kim F. Storm <storm@cua.dk>
18811
18812 * subr.el (posn-object-x-y): New defun.
18813
18814 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18815
18816 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18817 Don't use `space' for \\\n.
18818 Be more selective as to which # are comment-starters.
18819
18820 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18821
18822 * subr.el (number-sequence): Improve handling of floating point
18823 arguments (suggested by Kim Storm). Allow negative arguments.
18824
18825 2003-11-26 Kenichi Handa <handa@m17n.org>
18826
18827 * international/mule-cmds.el (standard-display-european-internal):
18828 Cancel the standard-display-table setting for ` and '.
18829
18830 2003-11-26 Kim F. Storm <storm@cua.dk>
18831
18832 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18833 New defcustoms to add ffap-like functionality to ido.
18834 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18835 (ido-no-final-slash): New defun.
18836 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18837 (ido-read-file-name): ): Toggle VC checking via
18838 vc-handled-backends instead of vc-master-templates.
18839 (ido-file-internal): Handle ido-use-url-at-point and
18840 ido-use-filename-at-point via code borrowed from ffap-guesser.
18841 Handle new ido-exit code ffap.
18842 (ido-sort-list): Ignore final slash when sorting file names.
18843
18844 2003-11-25 Kim F. Storm <storm@cua.dk>
18845
18846 * emulation/cua-base.el (cua--standard-movement-commands):
18847 Add forward-sentence and backward-sentence.
18848
18849 2003-11-25 Stephen Eglen <stephen@gnu.org>
18850
18851 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18852 iswitchb-exit is set to 'usefirst when user selects buffer at head
18853 of list using RET. (Selecting buffers at the head of the list was
18854 broken if the substring was also a complete buffername.)
18855
18856 2003-11-23 Kim F. Storm <storm@cua.dk>
18857
18858 * progmodes/compile.el (grep-command, grep-use-null-device)
18859 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18860 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18861 (grep-regexp-alist, grep-program, find-program)
18862 (grep-find-use-xargs, grep-history, grep-find-history)
18863 (grep-process-setup, grep-compute-defaults)
18864 (grep-default-command, grep, grep-tag-default, grep-find)
18865 (grep-expand-command-macros, grep-tree-last-regexp)
18866 (grep-tree-last-files, grep-tree): Move grep variables, functions
18867 and commands to new file grep.el.
18868 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18869 (compilation-process-setup-function): Doc fix.
18870 (compilation-highlight-regexp, compilation-highlight-overlay): New
18871 defvars used for highlighting current compile error in source buffer.
18872 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18873 LOCAL-MAP which overrides compilation-highlight-regexp and
18874 compilation-mode-map for this compilation.
18875 Delay calling compilation-set-window-height until after running
18876 compilation-process-setup-function so it can buffer-local override
18877 compilation-window-height.
18878 Check buffer-local value of compilation-scroll-output.
18879 (compilation-set-window-height): Use buffer-local value of
18880 compilation-window-height.
18881 (compilation-revert-buffer): Don't pass (undefined)
18882 preserve-modes arg to revert-buffer.
18883 (next-error-no-select, previous-error-no-select): New commands.
18884 (compilation-goto-locus): Temporarily highlight current match in
18885 source buffer using compilation-highlight-regexp.
18886
18887 * progmodes/grep.el: New file with grep code from compile.el.
18888 (grep): New defcustom group.
18889 (grep-window-height): New defcustom, like compilation-window-height.
18890 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18891 (grep-scroll-output): New defcustom, like compilation-scroll-output.
18892 (grep-command, grep-use-null-device, grep-find-command)
18893 (grep-tree-files-aliases, grep-tree-ignore-case)
18894 (grep-tree-ignore-CVS-directories): Move to grep custom group.
18895 (grep-setup-hook): New hook variable.
18896 (grep-mode-map): New keymap for grep commands. Add Grep menu.
18897 (grep-last-buffer): New defvar, override compilation-last-buffer.
18898 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
18899 Call compile-internal with args highlight-regexp and grep-mode-map.
18900
18901 2003-11-23 Kim F. Storm <storm@cua.dk>
18902
18903 * subr.el (event-start, event-end): Doc fix.
18904 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18905 (posn-area, posn-actual-col-row, posn-object): New defuns.
18906 (posn-col-row): Simplify doc. Rewrite to use cond.
18907 (posn-point): Also return buffer position for events outside text
18908 area (that info is now present in the event position).
18909
18910 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18911 mouse-set-point so that hscroll still works now that clicks on
18912 fringes generate specific mouse events.
18913 (mouse-set-point): Note that it now works in fringes and margins
18914 too due to new semantics of posn-point in fringes and margins.
18915
18916 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18917 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18918
18919 2003-11-20 Kim F. Storm <storm@cua.dk>
18920
18921 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18922 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18923 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18924 to 100 for icons to avoid increasing line height when shown.
18925
18926 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18927
18928 * newcomment.el (comment-normalize-vars): Initialize properly if
18929 comment-start was nil.
18930
18931 2003-11-19 Andreas Schwab <schwab@suse.de>
18932
18933 * simple.el (set-variable): Fix indentation.
18934
18935 2003-11-17 Kenichi Handa <handa@m17n.org>
18936
18937 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18938 Fix docstring.
18939
18940 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
18941
18942 * international/latin1-disp.el (latin1-display): Fix docstring.
18943
18944 2003-11-16 John Wiegley <johnw@newartisans.com>
18945
18946 * eshell/em-ls.el (eshell-ls-file): There are times with
18947 size-width is nil and uncomputed (when directories are created in
18948 dired, for example); in this case, 4 is reasonable default value,
18949 although it may caused skewed new entries (which could be avoided
18950 by returning the original value of 8 in all cases, but 99% of the
18951 time this is a waste of whitespace).
18952
18953 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18954
18955 * cc-engine.el (c-guess-continued-construct)
18956 (c-guess-basic-syntax): Check a little more carefully if it's a
18957 function declaration when an unknown construct followed by a block
18958 is found inside a statement context. This avoids macros followed
18959 by blocks to be taken as function declarations.
18960
18961 (c-guess-continued-construct): Change the analysis of a statement
18962 continuation with a brace open to `substatement-block', for
18963 consistency with recognized statements.
18964
18965 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18966 start is in a position so that `c-beginning-of-statement-1' jumped
18967 to the beginning of the same statement.
18968
18969 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18970 Don't accept binary operators in the arglist if we're in a function
18971 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
18972 template recognition in cases like "if (a < b || c > d)".
18973
18974 (c-restricted-<>-arglists): New more appropriate name for
18975 `c-disallow-comma-in-<>-arglists'.
18976
18977 Accessing functions updated for the variable name change.
18978
18979 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18980 match data could get clobbered if NOT-INSIDE-TOKEN is used.
18981
18982 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18983 labels.
18984
18985 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18986 instead of duplicating parts of it. This fixes bogus label
18987 recognition.
18988
18989 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18990 of checking the context in which to apply the minimum indentation,
18991 so that it isn't enforced in e.g. namespace blocks.
18992
18993 * cc-vars.el (c-inside-block-syms): New constant used by
18994 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
18995 to somewhat reduce the risk of becoming stale.
18996
18997 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18998 cc-cmds to cc-engine to allow use from cc-align.
18999
19000 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19001 qualified identifiers containing "::".
19002
19003 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19004 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19005
19006 * cc-vars.el (c-emacs-features): Use a space in front of the name
19007 of the temporary buffer. That also avoids dumping problems in
19008 XEmacs due to undo info being left around after the buffer is killed.
19009
19010 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19011 arglist to see if it's a K&R style declaration.
19012
19013 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19014 before returning `knr-argdecl-intro'.
19015
19016 2003-11-16 John Wiegley <johnw@newartisans.com>
19017
19018 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19019 field in a long-listing always 8 characters, use `size-width',
19020 which has already been computed.
19021
19022 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19023
19024 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19025
19026 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19027
19028 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19029 Support operation while narrowed, with `diff-restrict-view'.
19030
19031 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19032
19033 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19034 Take additional optional arg NARROWFUN. For the generated functions:
19035 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19036 include frags that arrange to check for and save narrowing state before
19037 the move and then conditionally call NARROWFUN after the move.
19038
19039 2003-11-14 John Wiegley <johnw@newartisans.com>
19040
19041 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19042 that was optional, but obviously missing based on surrounding code.
19043
19044 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19045 string arguments to numbers unless the whole argument was seen as
19046 a number.
19047
19048 2003-11-14 Kenichi Handa <handa@m17n.org>
19049
19050 * international/mule.el (ctext-non-standard-encodings-alist):
19051 Fix coding systems.
19052
19053 2003-11-10 Kenichi Handa <handa@m17n.org>
19054
19055 * language/kannada.el ("Kannada"): Add sample-text.
19056
19057 * language/knd-util.el (kannada-compose-region)
19058 (kannada-compose-string, kannada-post-read-conversion):
19059 Add autoload cookie.
19060
19061 * international/quail.el (quail-completion): Change the message
19062 "corresponding translations" to "corresponding characters".
19063
19064 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19065
19066 * descr-text.el (describe-char): Fix typo.
19067
19068 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19069
19070 These changes are to support Kannada language/script.
19071
19072 * Makefile.in (DONTCOMPILE): Add kannada.el.
19073
19074 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19075
19076 * loadup.el: Preload kannada.el.
19077
19078 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19079 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19080 New variables.
19081
19082 * language/kannada.el: New file.
19083
19084 * language/knd-util.el: New file.
19085
19086 2003-11-07 Andreas Schwab <schwab@suse.de>
19087
19088 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19089 Also highlight AH_*.
19090
19091 * xml.el (xml-parse-dtd): Fix misplaced paren.
19092
19093 2003-11-07 Kenichi Handa <handa@m17n.org>
19094
19095 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19096
19097 2003-11-05 Juri Linkov <juri@jurta.org>
19098
19099 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19100 (desktop-buffer-file): Use saved buffer-file-coding-system
19101 for file reading. Set auto-insert to nil to prevent automatic
19102 insertion into restored empty files.
19103
19104 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19105
19106 * files.el (risky-local-variable-p): Make second argument optional.
19107
19108 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * subr.el (add-hook): Fix last change.
19111
19112 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19113
19114 * mail/rmail.el (rmail-convert-to-babyl-format):
19115 If base64-decode-region signals an error, catch it and silently
19116 ignore it.
19117
19118 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19119
19120 * xml.el (xml-parse-region): Allow comments to appear after the
19121 topmost element has closed.
19122 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19123 (xml-ns-expand-attr): New functions to do namespace handling.
19124 (xml-intern-attrlist): Back-compatible handling of attribute names.
19125 (xml-parse-tag): Move namespace handling to separate functions.
19126 Now produces elements in the form ((:ns . "element") (attr-list)
19127 children) instead of ('ns:element (attr-list) children).
19128 (xml-parse-attlist): Fix attribute parsing.
19129 (xml-parse-dtd): Change parsing so that it produces strings
19130 instead of interned symbols.
19131
19132 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19133
19134 * dired.el (dired-ls-sorting-switches): Doc fix.
19135
19136 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19137
19138 * emacs-lisp/rx.el (rx-or): Fix the case of
19139 "(rx (and ?a (or ?b ?c) ?d))".
19140
19141 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19142
19143 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19144 (texinfo-format-region): Use it.
19145 (texinfo-format-buffer-1): Ditto.
19146
19147 2003-11-01 Alan Mackenzie <acm@muc.de>
19148
19149 Changes to allow scrolling whilst in isearch mode:
19150 * isearch.el (isearch-unread-key-sequence): New function,
19151 extracted from isearch-other-meta-char.
19152 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19153 "scrollable" standard functions.
19154 (isearch-allow-scroll): New customizable variable.
19155 (isearch-string-out-of-window, isearch-back-into-window)
19156 (isearch-reread-key-sequence-naturally)
19157 (isearch-lookup-scroll-key): New functions.
19158 (isearch-other-meta-char): Doc string and functionality enhanced.
19159 Now accepts a prefix argument.
19160 (isearch-lazy-highlight-window-end): New variable.
19161 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19162 end (thru isearch-lazy-highlight-window-end), not only its start.
19163
19164 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19165 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19166 (universal-argument, universal-argument-more, negative-argument)
19167 (digit-argument, universal-argument-other-key): Minor changes.
19168
19169 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19170
19171 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19172 recursively if the last message is deleted, thus avoiding an
19173 infinite loop.
19174
19175 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19176
19177 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19178 (tex-main-file): Don't add .tex if the extension is already present.
19179 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19180
19181 2003-10-29 Lute Kamstra <lute@gnu.org>
19182
19183 * progmodes/octave-inf.el (inferior-octave-prompt):
19184 Recognize version number in prompt.
19185
19186 2003-10-28 Dave Love <fx@gnu.org>
19187
19188 * international/characters.el: Fix some Unicode ranges.
19189
19190 2003-10-28 Kenichi Handa <handa@m17n.org>
19191
19192 * disp-table.el (standard-display-8bit)
19193 (standard-display-default, standard-display-ascii)
19194 (standard-display-g1, standard-display-graphic)
19195 (standard-display-underline): Assure that standard-display-table
19196 is a display table.
19197
19198 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19199
19200 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19201 reindenting the first line.
19202
19203 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19204
19205 * wid-edit.el (widget-default-delete): Always delete child widgets.
19206
19207 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19208
19209 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19210 if the line has code.
19211 Don't try to line up with something that's too far left.
19212
19213 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19214 (octave-mode-syntax-table): Add % as a comment starter.
19215 (octave-point): Remove.
19216 (octave-in-comment-p, octave-in-string-p)
19217 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19218 (octave-blink-matching-block-open, octave-auto-fill):
19219 Use line-(beginning|end)-position instead.
19220
19221 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19222
19223 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19224 for Francesco Potort\e,Al\e(B.
19225
19226 2003-10-23 Dave Love <fx@gnu.org>
19227
19228 * international/mule-cmds.el (locale-charset-to-coding-system):
19229 Don't rely on nil being a coding system.
19230
19231 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19232 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19233 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19234
19235 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19236
19237 * gdb-ui.el (gdb-current-language): New variable.
19238 (gdb-update-flag): Remove variable.
19239 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19240 (gdb-take-last-elt): Remove function.
19241 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19242 (gdb-post-prompt): Check for variable object changes here.
19243
19244 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19245 object changes in gdb-ui.el.
19246
19247 2003-10-21 Richard M. Stallman <rms@gnu.org>
19248
19249 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19250
19251 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19252 Don't check for foo*/ wildcard form here.
19253 (insert-directory): Recognize foo*/ as a wildcard.
19254 Separate wildcard-regexp variable from the arg, wildcard.
19255
19256 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19257 (remove-hook): Correctly handle strange cases about local hooks.
19258
19259 2003-10-21 David Ponce <david@dponce.com>
19260
19261 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19262 argument REAL, to return a real number instead of a rounded
19263 integer value. Define as inline function.
19264 (ruler-mode-right-fringe-cols): Likewise.
19265 (ruler-mode-scroll-bar-cols): New function.
19266 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19267 (ruler-mode-right-scroll-bar-cols): Likewise.
19268 (ruler-mode-space): New function.
19269 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19270 scroll bar mode and margins in a more robust way.
19271
19272 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19273
19274 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19275 (antlr-c-init-language-vars): New function.
19276 (antlr-mode): Use it with cc-mode before v5.29.
19277 (antlr-c-common-init): Don't set some local vars here.
19278 (antlr-mode): Set them here.
19279 (antlr-c-forward-sws): New function alias.
19280 (antlr-mode): Redefine with cc-mode before v5.30.
19281 (antlr-skip-sexps): Use it.
19282 (antlr-skip-exception-part): Ditto.
19283 (antlr-skip-file-prelude): Ditto.
19284 (antlr-outside-rule-p): Ditto.
19285 (antlr-end-of-body): Ditto.
19286 (antlr-option-kind): Ditto.
19287 (antlr-insert-option-area): Ditto.
19288 (antlr-file-dependencies): Ditto.
19289
19290 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19291
19292 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19293 Move backward only if point was not inside an entry.
19294
19295 2003-10-21 Richard M. Stallman <rms@gnu.org>
19296
19297 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19298
19299 2003-10-21 Juri Linkov <juri@jurta.org>
19300
19301 * compare-w.el: Automatically skip non-matching text to resync.
19302 (compare-windows-whitespace): Doc fix.
19303 (compare-windows-sync, compare-windows-sync-string-size)
19304 (compare-windows-recenter, compare-ignore-whitespace)
19305 (compare-windows-highlight, compare-windows-face): New variables.
19306 (compare-windows): Use compare-windows-sync.
19307 (compare-windows-highlight, compare-windows-dehighlight)
19308 (compare-windows-sync-regexp)
19309 (compare-windows-sync-default-function): New functions.
19310
19311 2003-10-21 Juri Linkov <juri@jurta.org>
19312
19313 * diff.el (diff-parse-differences): Don't visit the files now;
19314 instead, just record the error locus.
19315
19316 2003-10-21 Dave Love <fx@gnu.org>
19317
19318 * progmodes/cfengine.el: New file.
19319
19320 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19323 default-directory when completing file names.
19324
19325 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19326
19327 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19328 followed by the word `face', it gets treated as a face, even if
19329 it is also defined as a variable or a function.
19330
19331 2003-10-20 Dave Love <fx@gnu.org>
19332
19333 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19334 Avoid incf in macro expansion.
19335
19336 2003-10-20 John Paul Wallington <jpw@gnu.org>
19337
19338 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19339 `evenp' so we don't implicitly require cl library at runtime.
19340
19341 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19342
19343 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19344 (help-make-xrefs): Only make cross-references for faces if
19345 preceded or followed by the word `face'. Do not make a
19346 cross-reference for variables without variable documentation,
19347 unless preceded by the word `variable' or `option'. Update doc
19348 string accordingly.
19349
19350 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19351
19352 * progmodes/hideshow.el: Rewrite one-armed `if'
19353 constructs using either `when' or `unless'.
19354 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19355
19356 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19357
19358 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19359 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19360 instead of 12x12.
19361
19362 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19363
19364 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19365 message while converting to Babyl.
19366
19367 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19368
19369 * allout.el (allout-mode): Doc fix.
19370
19371 2003-10-16 Lute Kamstra <lute@gnu.org>
19372
19373 * subr.el (force-mode-line-update): Fix docstring.
19374
19375 2003-10-14 Dave Love <fx@gnu.org>
19376
19377 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19378 (default-input-method): Add :link, improve :type.
19379 (locale-charset-language-names): Fix utf-8 pattern.
19380 (locale-charset-match-p, locale-charset-alist)
19381 (locale-charset-to-coding-system): New.
19382 (set-locale-environment): Deal with codeset part of locale specs.
19383
19384 2003-10-14 Lute Kamstra <lute@gnu.org>
19385
19386 * fringe.el (fringe-mode): Use active voice in docstring.
19387 (set-fringe-style): Ditto.
19388
19389 2003-10-13 Lute Kamstra <lute@gnu.org>
19390
19391 * fringe.el (fringe-mode): Fix docstring.
19392 (set-fringe-style): Ditto.
19393
19394 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19395
19396 * ediff-mult.el (ediff-filegroup-action):
19397 Use ediff-default-filtering-regexp.
19398
19399 * ediff-util.el (ediff-recenter): Don't call
19400 ediff-restore-highlighting twice.
19401 (ediff-select-difference): Set current difference.
19402 (ediff-unselect-and-select-difference): Add comment.
19403
19404 * ediff.el (ediff-directories,ediff-directory-revisions)
19405 (ediff-directories3,ediff-merge-directories)
19406 (ediff-merge-directories-with-ancestor)
19407 (ediff-merge-directory-revisions)
19408 (ediff-merge-directory-revisions-with-ancestor):
19409 Use ediff-default-filtering-regexp.
19410
19411 2003-10-12 Andreas Schwab <schwab@suse.de>
19412
19413 * international/mule-cmds.el (locale-charset-language-names):
19414 Simplify regex by removing unused grouping.
19415
19416 2003-10-10 Dave Love <fx@gnu.org>
19417
19418 * bindings.el: Don't bind stop.
19419
19420 2003-10-08 Miles Bader <miles@gnu.org>
19421
19422 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19423 face instead of attempting to emulate it.
19424
19425 2003-10-07 Kenichi Handa <handa@m17n.org>
19426
19427 * international/mule-diag.el (list-coding-systems-1): List coding
19428 systems that are loaded automatically.
19429
19430 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19431
19432 * international/mule.el (autoload-coding-system): New function.
19433
19434 2003-10-07 Andreas Schwab <schwab@suse.de>
19435
19436 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19437 change-log-default-name in the buffer visiting the file.
19438
19439 2003-10-06 Dave Love <fx@gnu.org>
19440
19441 * files.el (find-file-hook): Customize.
19442 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19443
19444 * bindings.el (completion-ignored-extensions): Remove .log.
19445 (global-map): Add again, open, stop keys.
19446
19447 2003-10-05 Richard M. Stallman <rms@gnu.org>
19448
19449 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19450 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19451 Use sh-modify directly.
19452 (sh-select): Use sh-append, not eval.
19453
19454 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19455
19456 * info.el (Info-following-node-name): New function.
19457
19458 * loadhist.el (unload-feature-special-hooks):
19459 Rename from loadhist-hook-functions.
19460 (loadhist-hook-functions): Now an alias.
19461
19462 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19463
19464 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19465 file-name clashes on 8+3 filesystems.
19466
19467 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19468 Rename loaddefs-boot.el to ldefs-boot.el
19469
19470 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19471 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19472
19473 2003-10-03 Lute Kamstra <lute@gnu.org>
19474
19475 * info.el (Info-mode): Revert previous change.
19476 (Info-escape-percent): New function.
19477 (Info-fontify-node): Use it.
19478
19479 2003-10-02 Andreas Schwab <schwab@suse.de>
19480
19481 * loaddefs-boot.el: Regenerated.
19482
19483 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19484
19485 * ffap.el: Remove defadvice related code from CVS since `complete'
19486 provides a `PC-completion-as-file-name-predicate' variable that
19487 ffap can override.
19488
19489 2003-10-02 Kenichi Handa <handa@m17n.org>
19490
19491 * international/utf-8.el (ccl-decode-mule-utf-8):
19492 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19493
19494 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19495 * international/subst-big5.el: Likewise.
19496 * international/subst-gb2312.el: Likewise.
19497 * international/subst-ksc.el: Likewise.
19498
19499 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19500
19501 * calendar/calendar.el (increment-calendar-month)
19502 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19503 (generate-calendar, calendar-read-date, calendar-interval)
19504 (calendar-day-of-week): Handle years BC.
19505 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19506
19507 2003-10-01 Dave Love <fx@gnu.org>
19508
19509 * language/cyrillic.el (cp1251): Alias for windows-1251.
19510
19511 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19512 bootstrap.
19513
19514 2003-10-01 Lute Kamstra <lute@gnu.org>
19515
19516 * files.el: Fix typo.
19517 * imenu.el (imenu--generic-function): Docstring fix.
19518
19519 2003-09-30 Richard M. Stallman <rms@gnu.org>
19520
19521 * dired.el (dired-mode): Handle dired-directory as a list.
19522
19523 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19524
19525 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19526
19527 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19528
19529 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19530 Replace gud-display with gud-watch.
19531 (gud-speedbar-buttons): Add stuff for watching expressions
19532 in the speedbar when using M-x gdba. Use dolist on old part
19533 of this function.
19534
19535 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19536 (gdb-update-flag): New variables.
19537 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19538 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19539 (gud-watch, gdb-var-create-handler) : New functions.
19540 (gdb-var-list-children, gdb-var-list-children-handler)
19541 (gdb-var-create-regexp, gdb-var-update-regexp)
19542 (gdb-var-list-children-regexp): New constants.
19543 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19544 (gdb-annotation-rules): Reduce annotation set (level 3).
19545 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19546 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19547 updates.
19548 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19549 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19550 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19551 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19552 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19553 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19554 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19555 (gud-display, gud-display1)
19556 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19557 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19558 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19559 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19560 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19561 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19562 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19563 (gdb-display-display-buffer, gdb-toggle-display)
19564 (gdb-delete-display, gdb-expressions-popup-menu)
19565 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19566 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19567 to display buffer.
19568
19569 2003-09-30 Richard M. Stallman <rms@gnu.org>
19570
19571 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19572 Instead, set which-func-functions.
19573
19574 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19575 (which-func-functions): New variable.
19576 (which-function): Use that.
19577
19578 * info.el (Info-mode): Double each `%' in header line.
19579
19580 * emacs-lisp/lisp-mnt.el (lm-with-file):
19581 When FILE is nil, run BODY in current buffer.
19582
19583 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19584
19585 * help.el (describe-mode): Start with a brief list of minor modes.
19586 Find them thru minor-mode-list so as to find them all.
19587 Show them in alphabetical order.
19588
19589 * mail/sendmail.el (mail-aliases): Doc fix.
19590
19591 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19592
19593 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19594
19595 * mail/rmailsum.el (rmail-make-summary-line-1):
19596 Change comma after last label to a space.
19597 (rmail-summary-font-lock-keywords): Adapt to that change.
19598
19599 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19600
19601 * progmodes/scheme.el (scheme-mode-variables): When setting
19602 `font-lock-defaults', also specify that "#" should
19603 be interpreted with `word' syntax.
19604 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19605
19606 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19607
19608 * desktop.el: A lot of comments updated.
19609 (desktop-save-mode): Minor mode introduced.
19610 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19611 (desktop-load-default): Function made obsolete.
19612 (desktop-locals-to-save): Variable made customizable.
19613 (desktop-read): Optional parameter `dirname' added.
19614 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19615 `desktop-read' used.
19616 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19617
19618 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19619
19620 * whitespace.el (whitespace-clean-msg): Add user customizable message
19621 for displaying ``clean'' output.
19622 (whitespace-buffer): Use `whitespace-clean-msg'.
19623 (whitespace-global-mode): Fix typo.
19624
19625 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19626
19627 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19628
19629 2003-09-29 Lute Kamstra <lute@gnu.org>
19630
19631 * bindings.el (mode-line-modes): Remove superfluous :propertize
19632 construct in initialization.
19633 (mode-line-position): Change cons cell into proper list in
19634 initialization.
19635
19636 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19637
19638 * international/mule.el (decode-coding-inserted-region): Use car
19639 of the return value of find-operation-coding-system.
19640
19641 2003-09-29 Kenichi Handa <handa@m17n.org>
19642
19643 * descr-text.el (describe-char): Fix previous change.
19644
19645 2003-09-28 Kenichi Handa <handa@m17n.org>
19646
19647 * descr-text.el (describe-char-display): New function.
19648 (describe-char): Pay attention to display table on describing how
19649 a character is displayed.
19650
19651 * international/mule-cmds.el (encoded-string-description):
19652 Prepend "0x" to each encoded byte.
19653
19654 2003-09-28 Andreas Schwab <schwab@suse.de>
19655
19656 * find-file.el (ff-special-constructs): Add autoload cookie.
19657
19658 2003-09-28 Kevin Ryde <user42@zip.com.au>
19659
19660 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19661 makeinfo appends to duplicate index entries.
19662
19663 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19664
19665 * dired-x.el (dired-clean-tex): Doc fix.
19666
19667 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19668 using a Chinese tutorial.
19669
19670 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19671
19672 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19673 between "MAIL FROM:" and "RCPT TO:" and the following address.
19674
19675 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19676
19677 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19678
19679 2003-09-28 David Ponce <david@dponce.com>
19680
19681 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19682 (recentf-load-list): When `recentf-initialize-file-name-history'
19683 is non-nil, initialize an empty `file-name-history' with the
19684 recent list.
19685
19686 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19687
19688 * man.el (Man-default-man-entry): Remove the leading `*' from the
19689 word at point.
19690
19691 2003-09-26 Lute Kamstra <lute@gnu.org>
19692
19693 * bindings.el (mode-line-position): Mention size indication in
19694 docstring.
19695
19696 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19697
19698 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19699
19700 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19701 because it's autoloaded now.
19702
19703 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19704
19705 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19706 (sh-font-lock-keywords, sh-feature): Fix previous change of
19707 sh-feature to avoid infloop with sh-font-lock-keywords.
19708
19709 2003-09-25 Kim F. Storm <storm@cua.dk>
19710
19711 * frame.el (frame-current-scroll-bars): New defun.
19712
19713 * window.el (window-current-scroll-bars): New defun.
19714
19715 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19716
19717 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19718 cause errors when the state cache contains info on parts that have
19719 been narrowed out.
19720
19721 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19722
19723 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19724 `c-setup-paragraph-variables' has to be used when this variable is
19725 changed; it doesn't work to reinitialize the mode since that
19726 typically clobbers the variable.
19727
19728 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19729 Make it interactive.
19730
19731 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19732
19733 * progmodes/cc-fonts.el (c-font-lock-declarations):
19734 Fix recognition of constructors and destructors for classes whose
19735 names are matched by `*-font-lock-extra-types'.
19736
19737 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19738 followed by an identifier in C++ then it's a type.
19739
19740 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19741
19742 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19743 problem that primarily affected XEmacs. Don't use faces to find
19744 unterminated strings since Emacs and XEmacs fontify strings
19745 differently - this function should now work better in XEmacs.
19746
19747 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19748
19749 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19750 `expand-abbrev' workaround which caused braces to misbehave inside
19751 macros.
19752
19753 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19754 handling. This bug could cause interactive font locking to bail out.
19755
19756 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19757
19758 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19759 Handle paren-style types in Pike. Also fixed some cases of
19760 insufficient handling of unbalanced parens.
19761
19762 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19763
19764 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19765 common shell prompts that are not common filename or URL characters.
19766 (ffap-file-at-point): Use the new regexp to strip the prompts from
19767 the file names. This is an issue mostly for user prompts that
19768 don't have a trailing space and find-file-at-point is invoked from
19769 within a shell inside Emacs.
19770
19771 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19772
19773 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19774 stamps numerically, rather than textually.
19775
19776 2003-09-24 Kenichi Handa <handa@m17n.org>
19777
19778 * language/devan-util.el (devanagari-post-read-conversion):
19779 * language/mlm-util.el (malayalam-post-read-conversion):
19780 * language/tml-util.el (tamil-post-read-conversion):
19781 Add autoload cookie.
19782
19783 * international/utf-8.el (utf-8-post-read-conversion):
19784 Call post-read-conversion functions for Devanagari, Malayalam,
19785 and Tamil.
19786
19787 2003-09-23 Dave Love <fx@gnu.org>
19788
19789 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19790
19791 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19792
19793 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19794 Update gud-remove.
19795
19796 2003-09-22 Richard M. Stallman <rms@gnu.org>
19797
19798 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19799 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19800 (sh-mode-syntax-table-input): New variable.
19801 (sh-require-final-newline): Don't use eval.
19802 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19803 (sh-variables, sh-font-lock-keywords): Don't use eval.
19804 (sh-set-shell): When setting require-final-newline,
19805 treat value = `require-final-newline' as don't change it.
19806 Set sh-mode-syntax-table locally based on
19807 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19808
19809 * progmodes/compile.el (compile-internal):
19810 Call compilation-set-window-height before setting window start.
19811
19812 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19813
19814 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19815 Clear out byte-compile-last-warned-form.
19816
19817 2003-09-22 Richard M. Stallman <rms@gnu.org>
19818
19819 * woman.el (woman-file-name, woman-follow-word):
19820 If current-word returns nil, use "".
19821
19822 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19823
19824 2003-09-22 Richard M. Stallman <rms@gnu.org>
19825
19826 * emacs-lisp/lisp-mnt.el (lm-with-file):
19827 Don't visit the file, just use insert-file-contents in temp buffer.
19828
19829 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19830
19831 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19832 Add surrounding \\( and \\) around the header, as in
19833 for lm-history-header 'Change Log\\|History'.
19834
19835 2003-09-22 John Paul Wallington <jpw@gnu.org>
19836
19837 * progmodes/ld-script.el: Add Commentary section,
19838 minor cleanup of file header.
19839 (ld-script-font-lock-keywords): Doc fix.
19840 (toplevel): Provide `ld-script' feature.
19841
19842 2003-09-21 Kim F. Storm <storm@cua.dk>
19843
19844 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19845 new built-in variable default-frame-scroll-bars.
19846 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19847 scroll-bar-mode; notably, use it instead of t when we toggle
19848 scroll-bars on.
19849 (toggle-scroll-bar): Use default-frame-scroll-bars.
19850
19851 2003-09-19 Masatake YAMATO <jet@gyve.org>
19852
19853 * pcvs.el (cvs-do-removal): Change the prompt depending on
19854 `filter' value.
19855
19856 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19857
19858 * startup.el (command-line-1): Stop startup-echo-area-message
19859 being hidden by "Loading image..." message.
19860 (use-fancy-splash-screens-p, display-splash-screen):
19861 Move display-graphic-p test from latter to former.
19862
19863 * progmodes/sh-script.el (sh-font-lock-keywords):
19864 Highlight escaped EOLs differently from other backslash constructs.
19865
19866 2003-09-19 Richard M. Stallman <rms@gnu.org>
19867
19868 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19869 New functions.
19870 (edebug-enter, edebug-outside-excursion): Use them.
19871
19872 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19873 Fix the condition for whether to print "In WHERE".
19874
19875 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19876
19877 * finder.el (finder-mode-hook): New variable.
19878 (finder-mode): Run hook finder-mode-hook
19879
19880 2003-09-18 Masatake YAMATO <jet@gyve.org>
19881
19882 * progmodes/ebrowse.el: Fix broken magic autoload comments.
19883
19884 2003-09-17 Mario Lang <mlang@delysid.org>
19885
19886 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19887 "p %e" to actually print the value in the GUD buffer.
19888
19889 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
19890
19891 From David Ponce <david.ponce@wanadoo.fr>:
19892 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19893 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19894 from loaddefs-boot.el if necessary.
19895
19896 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
19897
19898 * progmodes/gud.el (gud-find-class): Make jdb work again since
19899 cc-mode changed the syntactic information.
19900
19901 2003-09-15 David Ponce <david@dponce.com>
19902
19903 * recentf.el: (recentf-exclude): Accept predicates too.
19904 (recentf-file-readable-p): New function.
19905 (recentf-include-p): Handle predicates in recentf-exclude.
19906 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
19907 (recentf-cleanup): Likewise.
19908 (recentf-save-list): Use write-file to handle backup of
19909 recentf-save-file.
19910
19911 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
19912
19913 * loaddefs-boot.el: Renamed from `loaddefs.el'
19914 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19915 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19916 necessary.
19917
19918 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
19919
19920 * electric.el (Electric-pop-up-window): For the `one-window' case,
19921 no longer disconcertingly move point in the original buffer.
19922
19923 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19924
19925 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19926
19927 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
19928
19929 * dired.el (dired-mode-map): Fix typo.
19930
19931 2003-09-11 Richard M. Stallman <rms@gnu.org>
19932
19933 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19934
19935 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
19936
19937 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19938 the function is less noisy. Now only `kill-buffer' can ask questions.
19939
19940 2003-09-10 Mario Lang <mlang@delysid.org>
19941
19942 * battery.el: Update Commentary and Copyright.
19943 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19944 appear due to wrong ordering of the expressions in `or'.
19945
19946 2003-09-09 Lute Kamstra <lute@gnu.org>
19947
19948 * misc.el (upcase-char): Fix docstring.
19949 (zap-up-to-char): New command.
19950
19951 2003-09-08 David Ponce <david@dponce.com>
19952
19953 Ensure that recentf correctly updates the menu bar.
19954 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19955 (recentf-menu-bar): New function.
19956 (recentf-clear-data): Use it
19957 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
19958 of easy-menu-change.
19959
19960 2003-09-08 Lute Kamstra <lute@gnu.org>
19961
19962 * simple.el (size-indication-mode): New.
19963 * bindings.el (mode-line-position): Add buffer size indicator.
19964
19965 2003-09-04 Mario Lang <mlang@delysid.org>
19966
19967 * battery.el (battery-linux-proc-acpi): New function.
19968 (battery-status-function): Modify default value calculation to also
19969 check for availability of ACPI.
19970 (battery-echo-area-format): Ditto.
19971 (battery-mode-line-format): Ditto.
19972
19973 2003-09-06 Dave Love <fx@gnu.org>
19974
19975 * ielm.el (ielm-mode-hook): Add :options.
19976
19977 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19978 (eldoc-print-current-symbol-info): Use it.
19979
19980 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
19981
19982 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19983 being displayed in GUD buffer.
19984 (gdb-idle-input-queue): Remove var. Use just one queue.
19985 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19986 Remove functions. Use just one queue.
19987 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19988 (gdb-invalidate-assembler, gdb-get-current-frame):
19989 Modify functions. Use just one queue.
19990
19991 2003-09-04 Dave Love <fx@gnu.org>
19992
19993 * cus-start.el: Add blink-cursor-alist.
19994
19995 * ruler-mode.el (ruler-mode-fill-column-char)
19996 (ruler-mode-current-column-char): Use char-displayable-p,
19997 not window-system.
19998
19999 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20000
20001 * language/european.el (windows-1252): Move from code-pages.
20002
20003 * language/cyrillic.el ("Windows-1251"): Delete.
20004 ("Bulgarian", "Belarusian"): Remove `features'.
20005 (windows-1251): Move from code-pages.
20006
20007 * international/mule-diag.el (non-iso-charset-alist):
20008 Remove `codepage' stuff.
20009 (print-designation, list-coding-systems-1): Output fixes.
20010
20011 * international/code-pages.el (cp-make-translation-table)
20012 (cp-valid-codes): Made defsubsts.
20013 (cp-fix-safe-chars): Delete.
20014 (mule-diag): Don't require.
20015 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20016 (top-level): Check for defined coding system when defining
20017 cp... aliases. Change w32-add-charset-info test to avoid warning.
20018 (non-iso-charset-alist): Defvar when compiling.
20019 (cp-make-coding-system): Doc fix.
20020
20021 2003-09-02 Jason Rumney <jasonr@gnu.org>
20022
20023 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20024 line-ends from CVS before doing conversion.
20025
20026 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20027
20028 * calendar/diary-lib.el (diary-header-line-flag)
20029 (diary-header-line-format): New variables.
20030 (list-diary-entries): Use them to set header line in simple diary.
20031
20032 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20033 other than font-lock-string-face to highlight backslashes.
20034
20035 2003-09-01 Jason Rumney <jasonr@gnu.org>
20036
20037 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20038 regexp.
20039
20040 2003-09-01 Dave Love <fx@gnu.org>
20041
20042 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20043
20044 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20045 and :help; also line and column numbers labels.
20046
20047 * international/mule-util.el (char-displayable-p): Move from
20048 latin1-disp, rename and autoload.
20049
20050 * international/latin1-disp.el (latin1-char-displayable-p):
20051 Now obsolete alias. Replace uses with char-displayable-p.
20052 (latin1-display-ucs-per-lynx): Fix last change.
20053
20054 * international/mule-cmds.el (standard-display-european-internal):
20055 Don't use char code for Latin-1 NBSP.
20056 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20057 U+2018, U+2019 for `'.
20058 (select-safe-coding-system): Message fix.
20059
20060 2003-09-01 Kenichi Handa <handa@m17n.org>
20061
20062 * international/fontset.el (setup-default-fontset): For Thai
20063 font, specify "*" family.
20064
20065 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20066
20067 * progmodes/compile.el (previous-error): Accept a prefix
20068 argument, similarly to next-error.
20069
20070 2003-08-31 Masatake YAMATO <jet@gyve.org>
20071
20072 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20073 the number of files. Bind the number of files to a local
20074 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20075
20076 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20077
20078 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20079 2003-07-26: msdos-long-file-names is a function, not a variable.
20080
20081 2003-08-29 Richard M. Stallman <rms@gnu.org>
20082
20083 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20084 Do nothing with mail-personal-alias-file if it is nil.
20085
20086 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20087 Do nothing if mail-personal-alias-file is nil.
20088
20089 * term.el (term-exec-1): Bind coding-system-for-read.
20090
20091 * dired.el (dired-mouse-find-file-other-window):
20092 Use dired-view-command-alist here, as in dired-view-file.
20093 (dired-view-command-alist): Use %s to substitute file name.
20094 Handle .ps_pages, .eps, .jpg, .gif, .png.
20095
20096 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20097
20098 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20099 `Info-prev-reference', instead of M-tab.
20100
20101 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20102
20103 * simple.el (blink-matching-open): Work correctly on chars that
20104 are designated as parens through the syntax-table text property.
20105
20106 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20107
20108 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20109 line break position in the middle of a non-kinsoku (e.g. latin)
20110 word, making it skip until either a space or a character with
20111 category "|".
20112 (kinsoku-longer): Test for end of buffer.
20113
20114 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20115
20116 * mail/rmail.el (rmail-convert-to-babyl-format):
20117 Detect quoted-printable- and base64-encoded messages and decode them
20118 automatically. Set the message's encoding from the charset=
20119 header, if any. Decode base64-encoded messages in Mail format as well.
20120
20121 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20122
20123 * mail/smtpmail.el: Fix previous change.
20124 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20125 calling smtpmail-via-smtp.
20126 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20127
20128 2003-08-26 John Paul Wallington <jpw@gnu.org>
20129
20130 * image.el (image-jpeg-p): Don't search beyond length of data.
20131
20132 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20133
20134 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20135 misfeature in `expand-abbrev' which caused electric keywords like
20136 "else" to disappear if an open brace was typed directly afterwards.
20137
20138 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20139
20140 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20141 mandatory in `define-widget'.
20142
20143 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20144 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20145
20146 (c-assignment-operators): New language constant that only contains
20147 the assignment operators.
20148
20149 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20150
20151 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20152
20153 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20154 Safeguard against unbalanced sexps.
20155
20156 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20157
20158 * version.el (emacs-version): Check for gtk. Include gtk version info.
20159
20160 2003-08-25 John Paul Wallington <jpw@gnu.org>
20161
20162 * man.el (Man-default-man-entry): Don't whizz past the section
20163 number before looking for it.
20164
20165 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20166
20167 * progmodes/gud.el (gud-display-line): Don't set window-point if
20168 source buffer is not visible. (Only happens with M-x gdba.)
20169
20170 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20171 documentation.
20172 (gdb-source, gdb-source-info): Update to assembler unnecessary
20173 as its done after each GDB command anyway.
20174 (gdb-pre-prompt): Use with-current-buffer.
20175 (gdb-insert-field): Add help-echo text.
20176 (gdb-invalidate-assembler): Re-display of assembler now done in
20177 gdb-info-breakpoints-custom.
20178 (gdb-info-breakpoints-custom): Force re-display of assembler to
20179 happen *after* update of breakpoints buffer.
20180 (gdb-display-source-buffer): Don't choke if gdb-source-window
20181 isn't visible.
20182 (gdb-put-string, gdb-put-arrow): Remove free variables.
20183
20184 2003-08-24 John Paul Wallington <jpw@gnu.org>
20185
20186 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20187
20188 * man.el (Man-default-man-entry): Strip text properties when
20189 snarfing parts of entry because `format' preserves properties.
20190
20191 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20192
20193 * files.el (file-newest-backup): Use `expand-file-name'.
20194
20195 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20196 Allow the diary to pop up a new frame, if needed.
20197
20198 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20199 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20200 (smtpmail-send-it): Make treatment of envelope-from consistent with
20201 sendmail.el.
20202
20203 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20204 (sh-leading-keywords): Add the bash `time' reserved word.
20205 (sh-variables): Add some bash variables.
20206 (sh-add-completer): Fix nil branch of case statement.
20207
20208 2003-08-24 Masatake YAMATO <jet@gyve.org>
20209
20210 * progmodes/ld-script.el: New file.
20211
20212 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20213
20214 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20215
20216 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20217
20218 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20219 Better explain obsolescence, and what to use instead.
20220
20221 2003-08-23 Masatake YAMATO <jet@gyve.org>
20222
20223 * pcvs.el (cvs-do-removal): Show the deleted file name
20224 on the prompt.
20225
20226 2003-08-20 Dave Love <fx@gnu.org>
20227
20228 * international/mule.el (make-coding-system)
20229 (set-buffer-file-coding-system): Doc fix.
20230
20231 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20232
20233 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20234
20235 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20236
20237 * international/utf-16.el: Add mime-text-unsuitable coding system
20238 properties.
20239
20240 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20241
20242 * cus-edit.el: Add some :links.
20243 (bib): Remove.
20244
20245 * textmodes/bib-mode.el (bib): Add :group external.
20246
20247 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20248
20249 * wid-edit.el (widget-echo-help): Make it handle expressions that
20250 evaluate to strings.
20251
20252 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20253
20254 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20255
20256 Simplify selection of SQL products to define highlighting and
20257 interactive mode. Includes detailed instructions on adding
20258 support for new products.
20259
20260 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20261 product for use in highlighting and interactive mode.
20262 (sql-interactive-product): New variable. SQL product for
20263 sql-interactive-mode.
20264 (sql-product-support): New variable. Specifies product-specific
20265 parameters to drive highlighting and interactive mode.
20266 (sql-imenu-generic-expression): Add more object types.
20267 (sql-sqlite-options): Correct comment.
20268 (sql-ms-program): Use "osql" rather than "isql".
20269 (sql-prompt-regexp, sql-prompt-length): Update comment.
20270 (sql-mode-menu): Add "Start SQLi session" entry.
20271 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20272 (sql-mode-abbrev-table): Add abbreviations. Support of
20273 SYSTEM-FLAG on define-abbrev. Support was removed with last
20274 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20275 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20276 names.
20277 (sql-mode-ansi-font-lock-keywords): Set as default value.
20278 (sql-mode-oracle-font-lock-keywords): Set as default value.
20279 Support Oracle 9i keywords.
20280 (sql-mode-postgres-font-lock-keywords): Set as default value.
20281 (sql-mode-linter-font-lock-keywords): Set as default value.
20282 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20283 SQLServer 2000.
20284 (sql-mode-sybase-font-lock-keywords)
20285 (sql-mode-interbase-font-lock-keywords)
20286 (sql-mode-sqlite-font-lock-keywords)
20287 (sql-mode-strong-font-lock-keywords)
20288 (sql-mode-mysql-font-lock-keywords)
20289 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20290 keywords.
20291 (sql-mode-font-lock-defaults): Update comment.
20292 (sql-product-feature): New function. Returns feature associated
20293 with a product from `sql-product-support' alist.
20294 (sql-product-font-lock): New function. Set font-lock support
20295 based on `sql-product'.
20296 (sql-add-product-keywords): New function. Add font-lock rules to
20297 product-specific keyword variables.
20298 (sql-set-product): New function. Set `sql-product' and apply
20299 appropriate font-lock highlighting.
20300 (sql-highlight-product): New function. Set font-lock support
20301 based on a product. Also set mode name to include product name.
20302 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20303 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20304 Use `sql-set-product'.
20305 (sql-highlight-ms-keywords)
20306 (sql-highlight-sybase-keywords)
20307 (sql-highlight-interbase-keywords)
20308 (sql-highlight-strong-keywords)
20309 (sql-highlight-mysql-keywords)
20310 (sql-highlight-sqlite-keywords)
20311 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20312 (sql-get-login): Prompt in the same order as the tokens.
20313 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20314 (sql-product-interactive): New function. Common portions of
20315 product-specific interactive mode wrappers.
20316 (sql-interactive-mode): Rewritten to use product features.
20317 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20318 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20319 (sql-db2, sql-linter): Use `sql-product-interactive'.
20320 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20321 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20322 (sql-connect-ingres, sql-connect-postgres)
20323 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20324 New functions. Format command line parameters and invoke comint on
20325 the appropriate interpreter. Code was in the corresponding
20326 `sql-xyz' function before.
20327 (sql-connect-ms): New function. Support -E argument to use
20328 operating system credentials for authentication.
20329
20330 2003-08-18 Kenichi Handa <handa@m17n.org>
20331
20332 * international/mule.el (encode-char): Fix for the ASCII case.
20333
20334 2003-08-15 Kenichi Handa <handa@m17n.org>
20335
20336 * international/fontset.el (setup-default-fontset): Change "*" to
20337 nil in the specifications of font family.
20338
20339 2003-08-18 Kim F. Storm <storm@cua.dk>
20340
20341 * kmacro.el (kmacro-keymap): Group related bindings in
20342 initialization for clarity. Bind C-s to start macro.
20343 Remove C-r binding.
20344 (kmacro-initial-counter-value): New defvar to hold initial counter
20345 value in case we set the value before defining a macro.
20346 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20347 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20348 not defining or executing macro. Doc fix.
20349 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20350 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20351 temporarily view older elements on the macro ring without cycling
20352 the ring.
20353 (kmacro-display): Doc fix.
20354 (kmacro-exec-ring-item): New helper function.
20355 (kmacro-call-ring-2nd): Use it.
20356 (kmacro-call-ring-2nd-repeat): Doc fix.
20357 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20358 (kmacro-end-or-call-macro): Execute last viewed macro (using
20359 kmacro-exec-ring-item) from ring if this follows
20360 kmacro-view-macro. This allows us to find a macro on the ring
20361 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20362 the ring to bring it to the head of the ring.
20363 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20364 Allow binding to reserved keys without specifying C-x C-k prefix.
20365 Ask for confirmation if entered key sequence is already bound to
20366 a non-macro command.
20367 (kmacro-view-macro): Repeating command will show older elements
20368 on the macro ring; C-k will execute the last viewed macro.
20369 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20370 property from 'ring to 'head.
20371
20372 2003-08-17 Alan Shutko <ats@acm.org>
20373
20374 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20375 keeping December out of the alist.
20376
20377 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20378
20379 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20380 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20381 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20382 (calendar-flatten): New function.
20383 (calendar-mouse-view-other-diary-entries)
20384 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20385 in the menu title and to show multi-line diary entries correctly
20386 in the menu.
20387
20388 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20389
20390 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20391 defcustom, because the default was recently changed.
20392
20393 2003-08-16 Richard M. Stallman <rms@gnu.org>
20394
20395 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20396
20397 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20398 New subroutine, broken out of eval-last-sexp-1.
20399 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20400
20401 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20402
20403 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20404
20405 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20406
20407 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20408
20409 * progmodes/compile.el (compilation-error-regexp-alist):
20410 Add Java ANt error detection as described in document
20411 http://ant.apache.org/faq.html
20412
20413 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20414
20415 * simple.el (backward-word, forward-to-indentation)
20416 (backward-to-indentation): Argument changed to optional.
20417 (next-line, previous-line): Use `or' instead of `unless'.
20418
20419 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20420
20421 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20422 instead of a constant.
20423
20424 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20425
20426 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20427
20428 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20429
20430 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20431 (vc-sccs-workfile-version): Search the entire delta table, rather
20432 than just the first entry, because that might be a deleted version.
20433
20434 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20435
20436 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20437 [save-place] binding in the Options menu. Have it require
20438 'saveplace' and then toggle the variable manually, to avoid an an
20439 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20440 for the bug report.
20441
20442 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20443
20444 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20445 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20446 (gdb-info-threads-custom): Add help-echo text.
20447 (gdb-display-back): Don't use purecopy.
20448 (gdb-info-breakpoints-custom, gdb-reset)
20449 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20450 icons can be displayed.
20451
20452 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20453
20454 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20455
20456 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20457
20458 * bookmark.el (bookmark-completing-read):
20459 Return a string, instead of a list of one string.
20460 Use a popup menu if activated from the mouse.
20461 (bookmark-edit-annotation): Remove unused vars.
20462 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20463 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20464 to bookmark-completing-read.
20465 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20466 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20467 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20468 and erase-buffer.
20469 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20470 (bookmark-menu-jump, bookmark-menu-insert)
20471 (bookmark-popup-menu-and-apply-function)
20472 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20473 (bookmark-menu-build-paned-menu): Remove by folding it into
20474 bookmark-menu-popup-paned-menu.
20475 (menu-bar-bookmark-map): Move the define-key statements here.
20476 Use the "non-menu" commands since they now pop up a menu if needed.
20477 (bookmark-exit-hook-internal): Simplify.
20478
20479 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20480
20481 * reftex-toc.el (reftex-toc-rename-label): New function.
20482 (reftex-toc-check-docstruct): New function.
20483
20484 * reftex.el (reftex-region-active-p): New function.
20485
20486 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20487 regexp to find the \bibliography macro.
20488
20489 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20490 which does not exist in LaTeX.
20491 (reftex-cite-format-builtin): Added amsrefs support.
20492 (reftex-toc-confirm-promotion): New option
20493
20494 * reftex-toc.el
20495 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20496 (reftex-toc-demote, reftex-toc-promote)
20497 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20498 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20499 (reftex-toc-newhead-from-alist)
20500 (reftex-toc-load-all-files-for-promotion): New functions.
20501 (reftex-toc-help): Added description of new keys.
20502 (reftex-toc-split-windows-fraction): New option.
20503 (reftex-recenter-toc-when-idle): Search *toc* window on all
20504 visible frames.
20505 (reftex-toc): Additional parameter REUSE
20506 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20507 with REUSE argument.
20508 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20509 the call of `reftex-toc'.
20510 (reftex-make-separate-toc-frame): New function .
20511 (reftex-toc-recenter): When called with triple prefix arg, call
20512 `reftex-make-separate-toc-frame' first.
20513 (reftex-toc-toggle-dedicated-frame): New command.
20514 (reftex-toc-quit): Adapted to delete frame when called in
20515 dedicated frame.
20516
20517 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20518 all enclosing macros.
20519
20520
20521 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20522
20523 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20524 first use.
20525
20526 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20527
20528 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20529
20530 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20531
20532 * calendar/calendar.el (list-diary-entries-hook)
20533 (diary-display-hook, nongregorian-diary-listing-hook)
20534 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20535 Add some customize options for these hooks.
20536 (calendar-abbrev-construct): Don't try to take a substring longer
20537 than the original string.
20538
20539 2003-08-05 Richard M. Stallman <rms@gnu.org>
20540
20541 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20542 (testcover-reinstrument-clauses): Doc fix.
20543
20544 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20545 (warning-type-format): Rename from warning-group-format.
20546
20547 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20548 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20549 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20550 to prevent warnings about defvar for an obsolete variable.
20551
20552 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20553 warning-group-format renamed to warning-type-format.
20554
20555 * subr.el (read-passwd): Use clear-string instead of fillarray.
20556
20557 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20558 Use vconcat instead of concat.
20559 (edmacro-sanitize-for-string): New function.
20560
20561 2003-08-05 Dave Love <fx@gnu.org>
20562
20563 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20564 line-number-display-limit-width.
20565
20566 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20567
20568 2003-08-05 Kenichi Handa <handa@m17n.org>
20569
20570 * international/code-pages.el: Don't require mule-diag.
20571
20572 * international/mule-diag.el (non-iso-charset-alist):
20573 Add autoload cookie.
20574
20575 * language/devan-util.el (dev-glyph-order): Add an entry for the
20576 glyph code #xC4.
20577
20578 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20579
20580 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20581 (european-calendar-style, diary-date-forms)
20582 (calendar-day-name-array, calendar-month-name-array): Doc change.
20583 (generate-calendar-month): Adapt for new behaviour of
20584 `calendar-day-name' function.
20585 (calendar-abbrev-length, calendar-day-abbrev-array)
20586 (calendar-month-abbrev-array): New variables.
20587 (calendar-abbrev-construct): New function.
20588 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20589 rather than fixing abbrevs at some width. Calling syntax change.
20590 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20591 (calendar-date-string): Adapt for new behaviours of
20592 `calendar-day-name' and `calendar-month-name' functions.
20593
20594 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20595 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20596 (diary-name-pattern): Use abbrev arrays, rather than fixing
20597 abbrevs at three chars. Calling syntax change.
20598 (mark-diary-entries): Adapt for new behaviours of
20599 `diary-name-pattern' and `calendar-make-alist' functions.
20600 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20601 `diary-name-pattern' function.
20602 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20603 fixing abbrevs at three chars. Calling syntax change.
20604 (cal-hebrew, cal-islam): Require when compiling.
20605 (diary-font-lock-keywords): Adapt for new behaviour of
20606 `font-lock-diary-date-forms' function.
20607
20608 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20609 (calendar-hebrew-month-name-array-common-year)
20610 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20611 (list-hebrew-diary-entries): Adapt for new behaviours of
20612 `calendar-day-name' and `add-to-diary-list' functions.
20613 (mark-hebrew-diary-entries): Adapt for new behaviours of
20614 `diary-name-pattern' and `calendar-make-alist' functions.
20615
20616 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20617 Add doc string.
20618 (list-islamic-diary-entries): Adapt for new behaviours of
20619 `calendar-day-name' and `add-to-diary-list' functions.
20620 (mark-islamic-diary-entries): Adapt for new behaviours of
20621 `diary-name-pattern' and `calendar-make-alist' functions.
20622
20623 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20624 `calendar-month-name' function.
20625
20626 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20627
20628 * calendar/solar.el (solar-seasons-data): Move definition before use.
20629
20630 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20631 (cal-tex-LaTeX-hourbox): Move definition before use.
20632
20633 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20634 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20635 * lunar.el, solar.el (displayed-month, displayed-year):
20636 Define for compiler.
20637
20638 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20639
20640 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20641 MODE. Renamed from c-init-c-language-vars'.
20642 (c-initialize-cc-mode): Change accordingly.
20643 (c-common-init): Ditto.
20644 (c-mode): Ditto.
20645 (c++-mode): Use `c-init-language-vars-for'.
20646 (objc-mode): Ditto.
20647 (java-mode): Ditto.
20648 (idl-mode): Ditto.
20649 (pike-mode): Ditto.
20650 (awk-mode): Ditto.
20651
20652 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20653
20654 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20655 or not the point moved.
20656
20657 (c-search-decl-header-end): Don't trip up on operator identifiers
20658 in C++ and operators like == in all languages.
20659
20660 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20661 Detect leading labels correctly.
20662
20663 2003-08-02 Andreas Schwab <schwab@suse.de>
20664
20665 * textmodes/ispell.el: Don't redo key bindings on loading, put
20666 them only in loaddefs.el.
20667 * bookmark.el: Likewise.
20668 * dabbrev.el: Likewise.
20669 * emerge.el: Likewise.
20670
20671 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20672 has more than one member.
20673
20674 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20675
20676 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20677
20678 * lpr.el (printify-region): It was ending conversion before the
20679 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20680
20681 2003-07-31 John Paul Wallington <jpw@gnu.org>
20682
20683 * net/browse-url.el (browse-url-epiphany): Doc fix.
20684
20685 2003-07-30 Kenichi Handa <handa@m17n.org>
20686
20687 * international/fontset.el (setup-default-fontset):
20688 Change registry names of Akurti fonts.
20689
20690 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20691
20692 * comint.el (comint-read-noecho): Use `clear-string' instead of
20693 `fillarray'.
20694
20695 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20696
20697 * outline.el (outline-mode-hook): Add defvar.
20698
20699 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20700
20701 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20702 Restore assembler in source window if that is what has been selected.
20703 (menu): Add gdb-restore-windows to menu. Make gdba
20704 specific menus only visible from gdba.
20705
20706 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20707
20708 * progmodes/compile.el (compilation-environment): New user variable.
20709 (compile-internal): Respect it.
20710
20711 2003-07-23 Masatake YAMATO <jet@gyve.org>
20712
20713 * progmodes/gud.el (gdb-script-font-lock-keywords):
20714 Put `font-lock-function-name-face' on a symbol which includes
20715 `-' like `hook-run'. Put font-lock-variable-name-face
20716 on a symbol starting with $.
20717
20718 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20719
20720 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20721
20722 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20723
20724 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20725
20726 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20727
20728 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20729 Use with-no-warnings.
20730 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20731 rather than to find-file-not-found-hook, which doesn't exist.
20732
20733 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20734
20735 * international/quail.el (quail-translate-key): Fix previous change.
20736
20737 2003-07-25 John Paul Wallington <jpw@gnu.org>
20738
20739 * server.el (server-start): Check `server-process' is non-nil
20740 before killing it to avoid killing current buffer's process.
20741
20742 * simple.el (choose-completion-string): Use `minibufferp';
20743 test `completion-reference-buffer' if `buffer' arg is nil.
20744 (push-mark): Use `when' and `unless'.
20745 (pop-mark): Use `when'.
20746
20747 * mouse-sel.el (mouse-sel-get-selection-function):
20748 Check `x-last-selected-text-primary'. Don't barf if it or
20749 `x-last-selected-text' aren't bound.
20750
20751 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20752
20753 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20754
20755 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20756
20757 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20758
20759 2003-07-23 John Paul Wallington <jpw@gnu.org>
20760
20761 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20762
20763 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20764
20765 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20766 string. Defvar the derived hook.
20767
20768 * macros.el (insert-kbd-macro): Escape double quote character.
20769 From Thomas W Murphy <twm@andrew.cmu.edu>.
20770
20771 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20772
20773 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20774 to match the specific mark rather than reusing comment-start-skip.
20775
20776 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20777
20778 * progmodes/hideshow.el (hs-special-modes-alist):
20779 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20780
20781 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20782
20783 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20784 value using ?\s.
20785
20786 2003-07-21 John Paul Wallington <jpw@gnu.org>
20787
20788 * subr.el (with-selected-window): Add closing paren.
20789
20790 2003-07-21 Richard M. Stallman <rms@gnu.org>
20791
20792 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20793 (lisp-mode): Likewise.
20794
20795 * subr.el (with-selected-window): Copy code form save-selected-window
20796 so as to call select-window with norecord arg.
20797 (dynamic-completion-table): Doc fix.
20798 (lazy-completion-table): Doc fix.
20799
20800 * international/mule-cmds.el (set-locale-environment):
20801 langinfo renamed to locale-info.
20802
20803 * international/mule.el (auto-coding-functions): Doc fix.
20804
20805 2003-07-21 Kenichi Handa <handa@m17n.org>
20806
20807 * international/quail.el (quail-translate-key):
20808 Update quail-current-str correctly.
20809
20810 2003-07-21 Andreas Schwab <schwab@suse.de>
20811
20812 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20813 ?, to "_".
20814
20815 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20816 Version 2.0.36 of Tramp released.
20817
20818 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20819 tramp-password-end-of-line.
20820 (tramp-password-end-of-line): New method parameter.
20821 (tramp-get-password-end-of-line): Function to access method
20822 parameter `tramp-password-end-of-line', or variable
20823 `tramp-default-password-end-of-line' (default value).
20824 (tramp-methods): Add entries for new parameter
20825 tramp-password-end-of-line.
20826 (tramp-enter-password): Use new function
20827 `tramp-get-password-end-of-line'.
20828 (tramp-handle-insert-file-contents): Do not
20829 unconditionally inhibit the file operation file-local-copy, only
20830 do that when the inhibit-file-name-operation is currently
20831 insert-file-contents. This fixes finding remote CVS-controlled
20832 files. (It would barf on inserting the CVS/Entries file
20833 literally, because the file-local-copy handler wasn't called.)
20834 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20835 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20836 (tramp-initial-commands): New variable.
20837 (tramp-process-initial-commands): New function, using the variable.
20838 (tramp-open-connection-setup-interactive-shell): Call the new function.
20839 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20840 method into the buffer name, never use nil. Reported by Hanak
20841 David <dhanak@inf.bme.hu>.
20842 (tramp-open-connection-setup-interactive-shell): Erase buffer
20843 before sending "stty -onlcr".
20844
20845 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20846
20847 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20848
20849 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20850
20851 2003-07-19 John Paul Wallington <jpw@gnu.org>
20852
20853 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20854 (artist-draw-rect, artist-draw-square): Doc fixes.
20855
20856 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20857
20858 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20859
20860 2003-07-19 Kenichi Handa <handa@m17n.org>
20861
20862 * international/kkc.el (kkc-show-conversion-list-update):
20863 Highlight the correct candidate in the message.
20864
20865 2003-07-18 John Paul Wallington <jpw@gnu.org>
20866
20867 * simple.el (current-word): Don't include punctuation char when
20868 `really-word' arg is non-nil.
20869
20870 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20871
20872 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20873 moved to the directory obsolete.
20874
20875 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20876
20877 * info.el (Info-menu-entry-name-re): Allow newlines in
20878 menu entry names.
20879
20880 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20881 syntax-ppss-after-change-function.
20882 (syntax-ppss-after-change-function): New alias. Update uses.
20883 (syntax-ppss): Catch the case where the buffer is narrowed.
20884
20885 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20886
20887 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20888 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20889
20890 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
20891
20892 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20893 since it might be modified.
20894
20895 * progmodes/cc-langs.el (c++-make-template-syntax-table)
20896 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20897 names to these language constants.
20898
20899 2003-07-15 Kim F. Storm <storm@cua.dk>
20900
20901 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20902 All uses changed.
20903
20904 2003-07-14 Mark A. Hershberger <mah@everybody.org>
20905
20906 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20907 Namespace support.
20908
20909 2003-07-13 Juanma Barranquero <lektu@terra.es>
20910
20911 * frame.el (modify-all-frames-parameters): Reinstall (copyright
20912 papers received).
20913
20914 2003-07-13 Karl Eichwalder <ke@suse.de>
20915
20916 * textmodes/po.el (po-find-charset): White space at the start of the
20917 Content-Type field body is non-mandatory.
20918
20919 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
20920
20921 * textmodes/texinfo.el (texinfo-section-list):
20922 Append appendixsection; a synonym for appendixsec.
20923
20924 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
20925
20926 * man.el (Man-translate-cleanup): New.
20927 (Man-translate-references): Call `Man-translate-cleanup' to clean
20928 leading, trailing and middle spaces.
20929
20930 2003-07-13 Lars Hansen <larsh@math.ku.dk>
20931
20932 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20933 Handle `dired-directory' being a list.
20934
20935 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
20936
20937 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20938 it doesn't exist.
20939
20940 2003-07-12 Richard M. Stallman <rms@gnu.org>
20941
20942 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20943
20944 * progmodes/cc-defs.el (c-make-keywords-re):
20945 Don't use delete-duplicates.
20946 (c-lang-const): Don't use mapcan.
20947
20948 * apropos.el (apropos-show-scores): Make it customizable.
20949 Document new meaning.
20950 (apropos): Compute scores from symbols.
20951 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20952
20953 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20954
20955 * ps-bdf.el: Fix copyright line.
20956 (bdf-directory-list): Fix initialization code.
20957
20958 2003-07-11 John Paul Wallington <jpw@gnu.org>
20959
20960 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20961 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20962 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20963
20964 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
20965
20966 * emacs-lisp/ring.el (ring-elements): Doc fix.
20967
20968 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20969
20970 * calendar/timeclock.el (timeclock-relative)
20971 (timeclock-ask-before-exiting, timeclock-use-display-time):
20972 Doc changes.
20973 (timeclock-modeline-display): Give a message if
20974 `timeclock-use-display-time' is non-nil but `display-time-mode'
20975 is not active.
20976
20977 2003-07-11 Kenichi Handa <handa@m17n.org>
20978
20979 * international/mule-cmds.el (set-language-environment):
20980 Set current-language-environment to the correct string.
20981
20982 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20983
20984 * ps-print.el: Print line number correctly in a region. Reported by
20985 Tim Allen <timallen@ls83.fsnet.co.uk>.
20986 (ps-print-version): New version number (6.6.2).
20987 (ps-printing-region): Code fix.
20988
20989 2003-07-10 John Paul Wallington <jpw@gnu.org>
20990
20991 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20992 this function can be called from `add-completions-from-tags-table'.
20993
20994 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
20995
20996 * calendar/timeclock.el (timeclock-use-display-time)
20997 (timeclock-day-over-hook, timeclock-workday-remaining)
20998 (timeclock-status-string, timeclock-when-to-leave)
20999 (timeclock-when-to-leave-string, timeclock-log-data)
21000 (timeclock-find-discrep, timeclock-day-base)
21001 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21002 (timeclock-modeline-display): Set the variable
21003 `timeclock-modeline-display'.
21004 (timeclock-update-modeline): Doc fix. Respect value of
21005 `timeclock-relative'.
21006
21007 2003-07-09 Richard M. Stallman <rms@gnu.org>
21008
21009 * textmodes/reftex-parse.el (reftex-all-document-files):
21010 Add autoload cookie.
21011
21012 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21013 (reftex-scanning-info-available-p): Add autoload cookie.
21014
21015 * international/mule-cmds.el
21016 (set-display-table-and-terminal-coding-system): Delete duplicate
21017 aset on standard-display-table.
21018
21019 * view.el (view-file): If existing buffer's major mode is special,
21020 don't go into view mode.
21021
21022 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21023
21024 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21025
21026 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21027 buffer changes; there's third party code that calls this function
21028 directly.
21029
21030 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21031
21032 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21033 (autodoc-font-lock-keywords): Don't byte compile on font lock
21034 initialization when running from byte compiled files.
21035
21036 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21037
21038 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21039 statement ends with auto-increment "++".
21040
21041 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21042
21043 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21044 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21045 these are changed, so declare them as variables and not constants.
21046
21047 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21048
21049 * subr.el (dolist, dotimes): Doc fix.
21050
21051 2003-07-08 Kim F. Storm <storm@cua.dk>
21052
21053 * international/mule-cmds.el
21054 (set-display-table-and-terminal-coding-system): Don't break
21055 bootstrap if standard-display-table isn't setup yet.
21056
21057 2003-07-07 Richard M. Stallman <rms@gnu.org>
21058
21059 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21060 Give it a doc string, and autoload it.
21061
21062 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21063 Use with-no-warnings.
21064
21065 * info.el (Info-search): If find invisible text, search again.
21066
21067 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21068
21069 * man.el (Man-name-regexp): Match + as part of name.
21070
21071 * simple.el (visible-mode): Rename from vis-mode.
21072 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21073
21074 * simple.el (current-word): New arg REALLY-WORD specifies
21075 don't include punctuation chars.
21076
21077 * emacs-lisp/debug.el (debug, debugger-env-macro):
21078 Use with-no-warnings while accessing and binding unread-command-char.
21079
21080 * international/mule-cmds.el
21081 (set-display-table-and-terminal-coding-system): Use explicit loop
21082 instead of calling standard-display-default.
21083
21084 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21085 Use condition-case to catch error in ange-ftp-get-files.
21086
21087 * net/browse-url.el (browse-url-browser-function):
21088 Add alternative for Epiphany.
21089 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21090 (browse-url-epiphany-startup-arguments)
21091 (browse-url-epiphany-new-window-is-tab): New variables.
21092 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21093
21094 * progmodes/compile.el (compile-auto-highlight): Default now t.
21095 (compile): Doc fix.
21096 (compilation-next-error): Fix previous change.
21097
21098 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21099
21100 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21101
21102 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21103
21104 * gdb-ui.el (gdb-source-info): Display current frame when
21105 attaching to an existing process.
21106 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21107 while laying out windows when attaching to an existing process.
21108
21109 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21110
21111 * info.el (Info-menu): Use Info-menu-entry-name-re.
21112
21113 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21114
21115 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21116 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21117
21118 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21119 to match the same text.
21120
21121 2003-07-06 John Paul Wallington <jpw@gnu.org>
21122
21123 * vc.el (vc-annotate-offset): Move defvar up.
21124
21125 2003-07-06 Kim F. Storm <storm@cua.dk>
21126
21127 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21128 This should fix the infinite loop when extracting menu names.
21129
21130 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21131
21132 * files.el (auto-mode-alist, interpreter-mode-alist):
21133 Remove entries to CC Mode modes to avoid duplicates; they are now added
21134 with autoload directives in cc-mode.el.
21135
21136 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21137
21138 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21139 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21140 these are changed, so declare them as variables and not constants.
21141
21142 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21143 ensure that the entry for ".c" extension comes before the one for
21144 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21145 Fix incorrect entries that were added to `interpreter-mode-alist'.
21146 Move the autoload directives for AWK to the top level since they
21147 aren't recognized anywhere else. Do not use the new AWK mode doc
21148 in the autoload form for the old AWK mode.
21149
21150 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21151
21152 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21153 (bibtex-sort-ignore-string-entries): Default value t.
21154 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21155 erroneously in previous version.
21156 (bibtex-string-files): Docstring reflects new parsing scheme.
21157 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21158 docstring, add # as one of the chars to crush
21159 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21160 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21161 (bibtex-autokey-name-change-strings)
21162 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21163 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21164 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21165 (bibtex-autokey-title-terminators)
21166 (bibtex-autokey-titlewords-stretch)
21167 (bibtex-autokey-titleword-ignore)
21168 (bibtex-autokey-titleword-case-convert)
21169 (bibtex-autokey-titleword-abbrevs)
21170 (bibtex-autokey-titleword-abbrevs)
21171 (bibtex-autokey-titleword-change-strings)
21172 (bibtex-autokey-titleword-length)
21173 (bibtex-autokey-titleword-separator)
21174 (bibtex-autokey-name-year-separator)
21175 (bibtex-autokey-year-title-separator)
21176 (bibtex-autokey-before-presentation-function)
21177 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21178 Fix docstring.
21179 (bibtex-strings, bibtex-reference-keys):
21180 Use lazy-completion-table and make-variable-buffer-local.
21181 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21182 (bibtex-braced-string-syntax-table)
21183 (bibtex-quoted-string-syntax-table): New variables.
21184 (bibtex-parse-nested-braces): Remove.
21185 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21186 (bibtex-parse-association): Simplify.
21187 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21188 (bibtex-parse-field-text): Simplify.
21189 (bibtex-search-forward-field, bibtex-search-backward-field):
21190 argument BOUND can take value t.
21191 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21192 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21193 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21194 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21195 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21196 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21197 and ending of entry. Update for changes of bibtex-search-entry.
21198 Simplify.
21199 (bibtex-map-entries): FUN is called with three arguments.
21200 (bibtex-search-entry): Return a cons pair with buffer positions of
21201 beginning and end of entry.
21202 (bibtex-enclosing-field): Simplify.
21203 (bibtex-format-entry): Use booktitle to set a missing title.
21204 (bibtex-autokey-get-names): Fiddle with regexps.
21205 (bibtex-generate-autokey): Use identity.
21206 (bibtex-parse-keys): Use simplified parsing algorithm if
21207 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21208 arguments. Return alist of keys.
21209 (bibtex-parse-strings): Simplify. Return alist of strings.
21210 (bibtex-complete-string-cleanup): Fix docstring.
21211 (bibtex-read-key): New function.
21212 (bibtex-mode): Fix docstring. Do not parse for keys and
21213 strings when the mode is entered. Set fill-paragraph-function to
21214 bibtex-fill-field. Setup font-lock-mark-block-function the way
21215 font-lock intended.
21216 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21217 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21218 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21219 (bibtex-Preamble): Avoid hard coded constants.
21220 (bibtex-make-field): Fix docstring. Simplify.
21221 (bibtex-beginning-of-entry): Always return new position of point.
21222 (bibtex-end-of-entry): Rearrange cond clauses.
21223 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21224 Update for changes of bibtex-map-entries.
21225 (bibtex-ispell-abstract): Do not move point.
21226 (bibtex-entry-index): Use downcase. Simplify.
21227 (bibtex-lessp): Handle catch-all.
21228 (bibtex-find-crossref): Turn into a command.
21229 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21230 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21231 preamble entries.
21232 (bibtex-fill-field-bounds): New function.
21233 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21234 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21235 (bibtex-String): Use bibtex-strings. Always obey
21236 bibtex-sort-ignore-string-entries.
21237
21238 2003-07-05 John Paul Wallington <jpw@gnu.org>
21239
21240 * cus-theme.el (customize-create-theme):
21241 Call `customize-create-theme' in Reset widget's notify function.
21242
21243 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21244 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21245 (define-ibuffer-column name): Add summarizer.
21246 (define-ibuffer-column size): Likewise.
21247 (define-ibuffer-column filename): Likewise.
21248 (define-ibuffer-column process): Likewise. Change BODY's output too.
21249 (define-ibuffer-column filename-and-process): Likewise, likewise.
21250 (ibuffer): Remove local vars `already-in' and `need-update'.
21251
21252 * ibuf-ext.el: Don't require `derived' at compile-time.
21253
21254 2003-07-05 Kim F. Storm <storm@cua.dk>
21255
21256 * info.el: Disable paragraph refilling.
21257 (Info-refill-paragraphs): New defcustom.
21258 (Info-fontify-node): Use it.
21259
21260 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21261
21262 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21263 thingies from constructors created by defstruct.
21264
21265 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21266 the default value of the variable.
21267 (byte-code-meter): Move declaration to top level.
21268
21269 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21270
21271 * info.el (Info-following-node-name-re): New fun.
21272 (Info-following-node-name): Remove.
21273 (Info-insert-dir): Use the new fun.
21274 (Info-extract-pointer): Don't save restriction; use new fun.
21275 (Info-menu-entry-name-re): New const.
21276 (Info-menu-entry-name-re): Use it along with new fun.
21277 (Info-node-spec-re): Use new fun.
21278 (Info-complete-menu-item, Info-fontify-node): Use new const.
21279 (Info-goto-node, Info-follow-reference, Info-menu-update):
21280 Use match-string.
21281 (Info-follow-reference): Use assoc-string.
21282 Use a list of strings for the completion table.
21283 (Info-fontify-node): Use match-string, line-end-position.
21284 Limit the search for `node:' to the first line.
21285
21286 * newcomment.el (uncomment-region): Remove padding coming from
21287 comment-start rather than just from comment-padding.
21288
21289 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21290 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21291 (vc-cvs-rename-file): Remove (use the default).
21292 (vc-cvs-register): Register parent dir if needed.
21293 (vc-cvs-could-register): Return non-nil if parent can be registered.
21294 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21295 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21296
21297 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21298 (vc-svn-update): Fix the arguments to `svn'.
21299 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21300 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21301 Simple implementations, assuming `name' is a URL.
21302
21303 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21304 set of chars allowed unquoted in a case pattern.
21305
21306 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21307
21308 * font-lock.el (font-lock-extra-types-widget)
21309 (c-font-lock-extra-types, c++-font-lock-extra-types)
21310 (objc-font-lock-extra-types, java-font-lock-extra-types)
21311 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21312 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21313 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21314 (font-lock-match-c++-structor-declaration)
21315 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21316 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21317 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21318 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21319 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21320 (java-font-lock-keywords-3, java-font-lock-keywords)
21321 (java-font-lock-syntactic-face-function): Remove obsolete code
21322 and constants. It's all in cc-fonts.el now.
21323
21324 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21325
21326 * mail/sendmail.el (mail-specify-envelope-from)
21327 (mail-envelope-from): Doc fix.
21328
21329 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21330
21331 * generic-x.el: Do away with the dependency on `c-emacs-features'
21332 when populating `rul-generic-mode-syntax-table'; we already know
21333 this isn't XEmacs.
21334
21335 See ChangeLog.10 for earlier changes.
21336
21337 ;; Local Variables:
21338 ;; coding: iso-2022-7bit
21339 ;; End:
21340
21341 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21342 Copying and distribution of this file, with or without modification,
21343 are permitted provided the copyright notice and this notice are preserved.
21344
21345 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1