]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-398
[gnu-emacs] / lisp / ChangeLog
1 2005-06-10 Miles Bader <miles@gnu.org>
2
3 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4 (mpuz-text): Remove "-face" suffix from face names.
5 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
7 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8
9 * play/gomoku.el (gomoku-O, gomoku-X):
10 Remove "-face" suffix from face names.
11 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
12 New backward-compatibility aliases for renamed faces.
13 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14
15 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
16
17 * ido.el (ido-mode, ido-file-extensions-order)
18 (ido-default-file-method, ido-default-buffer-method)
19 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20 (ido-decorations, ido-read-file-name-as-directory-commands)
21 (ido-read-file-name-non-ido, ido-work-directory-list)
22 (ido-ignore-item-temp-list, ido-current-directory)
23 (ido-magic-forward-char, ido-enter-find-file)
24 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26
27 2005-06-10 Lute Kamstra <lute@gnu.org>
28
29 * play/dunnet.el (dun-mode): Use define-derived-mode.
30 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
31 obsolete alias.
32
33 2005-06-10 Miles Bader <miles@gnu.org>
34
35 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
36 Remove "-face" suffix from face names.
37 (flyspell-incorrect-face, flyspell-duplicate-face):
38 New backward-compatibility aliases for renamed faces.
39 (flyspell-mode-on, make-flyspell-overlay)
40 (flyspell-highlight-incorrect-region)
41 (flyspell-highlight-duplicate-region)
42 (flyspell-display-next-corrections)
43 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
44
45 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
46 from face name.
47 (texinfo-heading-face): New backward-compatibility alias for
48 renamed face.
49 (texinfo-heading-face): Use renamed texinfo-heading face.
50
51 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
52 suffix from face names.
53 (tex-math-face, tex-verbatim-face):
54 New backward-compatibility aliases for renamed faces.
55 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
56 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
57 literal face name.
58
59 * textmodes/table.el (table-cell): Remove "-face" suffix from face
60 name.
61 (table-cell-face): New backward-compatibility alias for renamed face.
62 (table--put-cell-face-property, table--update-cell-face):
63 Use renamed table-cell face.
64
65 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
66 from face name.
67 (sgml-namespace-face): New backward-compatibility alias for
68 renamed face.
69 (sgml-namespace-face): Use renamed sgml-namespace face.
70
71 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
72 (org-level-4, org-level-5, org-level-6, org-level-7)
73 (org-level-8, org-warning, org-headline-done)
74 (org-deadline-announce, org-scheduled-today)
75 (org-scheduled-previously, org-link, org-done, org-table)
76 (org-time-grid): Remove "-face" suffix from face names.
77 (org-level-1-face, org-level-2-face, org-level-3-face)
78 (org-level-4-face, org-level-5-face, org-level-6-face)
79 (org-level-7-face, org-level-8-face, org-warning-face)
80 (org-headline-done-face, org-deadline-announce-face)
81 (org-scheduled-today-face, org-scheduled-previously-face)
82 (org-link-face, org-done-face, org-table-face)
83 (org-time-grid-face):
84 New backward-compatibility aliases for renamed faces.
85 (org-level-faces, org-set-font-lock-defaults, org-timeline)
86 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
87 (org-agenda-get-timestamps, org-agenda-get-scheduled)
88 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
89
90 * emulation/viper-init.el (viper-search, viper-replace-overlay)
91 (viper-minibuffer-emacs, viper-minibuffer-insert)
92 (viper-minibuffer-vi): Remove "-face" suffix from face names.
93 (viper-search-face, viper-replace-overlay-face)
94 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
95 (viper-minibuffer-vi-face):
96 New backward-compatibility aliases for renamed faces.
97 (viper-search-face, viper-replace-overlay-face)
98 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
99 (viper-minibuffer-vi-face): Use renamed viper faces.
100
101 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
102 Remove "-face" suffix from face names.
103 (testcover-nohits-face, testcover-1value-face):
104 New backward-compatibility aliases for renamed faces.
105 (testcover-mark): Use renamed testcover faces.
106
107 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
108 face name.
109 (diary-button-face): New backward-compatibility alias for renamed face.
110 (diary-entry): Use renamed diary-button face.
111
112 * calendar/calendar.el (diary, calendar-today, holiday)
113 (mark-visible-calendar-date): Remove "-face" suffix from face names.
114 (diary-face, calendar-today-face, holiday-face):
115 New backward-compatibility aliases for renamed faces.
116 (eval-after-load "facemenu", diary-entry-marker)
117 (calendar-today-marker, calendar-holiday-marker, diary-face):
118 Use renamed calendar faces.
119
120 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
121 (compare-windows-face): New backward-compatibility alias for
122 renamed face.
123 (compare-windows-highlight): Use renamed compare-windows face.
124
125 * strokes.el (strokes-char): Remove "-face" suffix from face name.
126 (strokes-char-face): New backward-compatibility alias for renamed face.
127 (strokes-encode-buffer): Use renamed strokes-char face.
128
129 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
130 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
131 Remove "-face" suffix from face names.
132 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
133 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
134 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
135 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
136 Use renamed pcvs faces.
137 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
138 * pcvs-defs.el (cvs-mode-map): Likewise.
139 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
140
141 * info.el (info-title-1, info-title-2, info-title-3)
142 (info-title-4): Remove "-face" suffix from and downcase face names.
143 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
144 (Info-title-4-face):
145 New backward-compatibility aliases for renamed faces.
146 (Info-fontify-node): Use renamed info faces.
147
148 * hilit-chg.el (highlight-changes, highlight-changes-delete):
149 Remove "-face" suffix from face names.
150 (highlight-changes-face, highlight-changes-delete-face):
151 New backward-compatibility aliases for renamed faces.
152 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
153 (hilit-chg-make-list): Use renamed highlight-changes faces.
154
155 * generic-x.el (show-tabs-tab, show-tabs-space):
156 Remove "-face" suffix from face names.
157 (show-tabs-tab-face, show-tabs-space-face):
158 New backward-compatibility aliases for renamed faces.
159 (show-tabs-generic-mode-font-lock-defaults-1)
160 (show-tabs-generic-mode-font-lock-defaults-2):
161 Use renamed show-tabs faces.
162
163 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
164 (smerge-markers): Remove "-face" suffix from face names.
165 (smerge-mine-face, smerge-other-face, smerge-base-face)
166 (smerge-markers-face):
167 New backward-compatibility aliases for renamed faces.
168 (smerge-mine-face, smerge-other-face, smerge-base-face)
169 (smerge-markers-face): Use renamed smerge faces.
170
171 * log-view.el (log-view-file, log-view-message):
172 Remove "-face" suffix from face names.
173 (log-view-file-face, log-view-message-face):
174 New backward-compatibility aliases for renamed faces.
175 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
176
177 * paren.el (show-paren-match, show-paren-mismatch):
178 Remove "-face" suffix from face names.
179 (show-paren-match-face, show-paren-mismatch-face):
180 New backward-compatibility aliases for renamed faces.
181 (show-paren-function): Use renamed show-paren faces.
182
183 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
184 (ruler-mode-margins, ruler-mode-fringes)
185 (ruler-mode-column-number, ruler-mode-fill-column)
186 (ruler-mode-comment-column, ruler-mode-goal-column)
187 (ruler-mode-tab-stop, ruler-mode-current-column):
188 Remove "-face" suffix from face names.
189 (ruler-mode-default-face, ruler-mode-pad-face)
190 (ruler-mode-margins-face, ruler-mode-fringes-face)
191 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
192 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
193 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
194 New backward-compatibility aliases for renamed faces.
195 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
196 (ruler-mode-column-number, ruler-mode-fill-column)
197 (ruler-mode-comment-column, ruler-mode-goal-column)
198 (ruler-mode-tab-stop, ruler-mode-current-column)
199 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
200
201 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
202 face name.
203 (whitespace-highlight-the-space): Use renamed face.
204 (whitespace-highlight-face): New backward-compatibility alias for
205 renamed face.
206
207 * woman.el (woman-italic, woman-bold, woman-unknown)
208 (woman-addition, woman-symbol-face):
209 Remove "-face" suffix from face names.
210 (woman-italic-face, woman-bold-face, woman-unknown-face)
211 (woman-addition-face):
212 New backward-compatibility aliases for renamed faces.
213 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
214 (woman-decode-region, woman-replace-match)
215 (woman-display-extended-fonts, woman-special-characters)
216 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
217 Use renamed woman faces.
218
219 * longlines.el (longlines-visible-face): Face removed.
220
221 * diff-mode.el (diff-header, diff-file-header, diff-index)
222 (diff-hunk-header, diff-removed, diff-added, diff-changed)
223 (diff-function, diff-context, diff-nonexistent): Remove "-face"
224 suffix from face names.
225 (diff-header-face, diff-file-header-face, diff-index-face)
226 (diff-hunk-header-face, diff-removed-face, diff-added-face)
227 (diff-changed-face, diff-function-face, diff-context-face)
228 (diff-nonexistent-face): New backward-compatibility aliases for
229 renamed faces.
230 (diff-header-face, diff-file-header-face)
231 (diff-index, diff-index-face, diff-hunk-header)
232 (diff-hunk-header-face, diff-removed, diff-removed-face)
233 (diff-added, diff-added-face, diff-changed-face, diff-function)
234 (diff-function-face, diff-context-face, diff-nonexistent)
235 (diff-nonexistent-face): Use renamed diff-mode faces.
236
237 * progmodes/compile.el (compilation-warning-face)
238 (compilation-info-face): Remove "-face" suffix from face names.
239 (compilation-warning-face, compilation-info-face):
240 New backward-compatibility aliases for renamed faces.
241 (compilation-warning-face, compilation-info-face):
242 Use renamed compilation faces.
243
244 * add-log.el (change-log-date, change-log-name)
245 (change-log-email, change-log-file, change-log-list)
246 (change-log-conditionals, change-log-function)
247 (change-log-acknowledgement): Remove "-face" suffix from face names.
248 (change-log-date-face, change-log-name-face)
249 (change-log-email-face, change-log-file-face)
250 (change-log-list-face, change-log-conditionals-face)
251 (change-log-function-face, change-log-acknowledgement-face):
252 New backward-compatibility aliases for renamed faces.
253 (change-log-font-lock-keywords): Use renamed change-log faces.
254
255 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
256 (custom-set, custom-changed, custom-saved, custom-button)
257 (custom-button-pressed, custom-documentation, custom-state)
258 (custom-comment, custom-comment-tag, custom-variable-tag)
259 (custom-variable-button, custom-face-tag, custom-group-tag-1)
260 (custom-group-tag): Remove "-face" suffix from face names.
261 (custom-magic-alist, custom-magic-value-create)
262 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
263 (custom-invalid-face, custom-rogue-face, custom-modified-face)
264 (custom-set-face, custom-changed-face, custom-saved-face)
265 (custom-button-face, custom-button-pressed-face)
266 (custom-documentation-face, custom-state-face)
267 (custom-comment-face, custom-comment-tag-face)
268 (custom-variable-tag-face, custom-variable-button-face)
269 (custom-face-tag-face, custom-group-tag-face-1)
270 (custom-group-tag-face):
271 New backward-compatibility aliases for renamed faces.
272
273 * wid-edit.el (widget-documentation, widget-button)
274 (widget-field, widget-single-line-field, widget-inactive)
275 (widget-button-pressed): "-face" suffix removed from face names.
276 (widget-documentation-face, widget-button-face)
277 (widget-field-face, widget-single-line-field-face)
278 (widget-inactive-face, widget-button-pressed-face):
279 New backward-compatibility aliases for renamed faces.
280 (widget-documentation-face, widget-button-face)
281 (widget-button-pressed-face, widget-specify-field)
282 (widget-specify-inactive): Use renamed widget faces.
283
284 2005-06-10 Kenichi Handa <handa@m17n.org>
285
286 * term/x-win.el (x-clipboard-yank): Remove condition-case
287 wrapping.
288
289 2005-06-11 Kenichi Handa <handa@m17n.org>
290
291 * add-log.el (change-log-font-lock-keywords): Make the regexp for
292 date lines stricter.
293
294 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
295
296 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
297 of x-get-selection.
298
299 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
300
301 * comint.el (comint-mode, comint-snapshot-last-prompt):
302 * frame.el (frame-current-scroll-bars):
303 * term.el (term-mode, term-check-proc, term-input-sender)
304 (term-simple-send, term-extract-string, term-word)
305 (term-match-partial-filename):
306 * window.el (window-current-scroll-bars):
307 * emulation/cua-base.el (cua-normal-cursor-color)
308 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
309 (cua-global-mark-cursor-color):
310 * mail/undigest.el (rmail-forward-separator-regex):
311 Fix typos in docstrings.
312
313 * comint.el (comint-check-proc, make-comint-in-buffer)
314 (comint-source-default): Doc fixes.
315
316 * term.el (term-send-string): Improve argument/docstring
317 consistency.
318
319 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
320
321 * comint.el (comint-send-input): Bind `inhibit-read-only' around
322 call to `delete-region'.
323 (comint-mode-hook): Do not enable Font Lock by default.
324
325 2005-06-09 Lute Kamstra <lute@gnu.org>
326
327 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
328 could be void.
329
330 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * emacs-lisp/debug.el (debugger-will-be-back): New var.
333 (debug): Use it.
334 (debugger-step-through, debugger-continue, debugger-jump)
335 (debugger-return-value): Set it when needed.
336 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
337 Use inhibit-read-only.
338
339 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
340
341 * window.el (shrink-window-if-larger-than-buffer)
342 (window-size-fixed): Fix typo in docstring.
343
344 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
345 thumbnails directory on loading.
346 (thumbs-conversion-program): Use `eq' to check the system type,
347 not `equal'.
348 (thumbs-temp-dir): Initialize to `temporary-file-directory',
349 not "/tmp". Fix docstring.
350 (thumbs-thumbsdir): New function to return the thumbnails
351 directory, creating it if needed.
352 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
353 (thumbs-temp-file): Delete variable and make it into a function.
354 (thumbs-resize-image, thumbs-modify-image): Use it.
355 (thumbs-kill-buffer): Simplify.
356 (thumbs-gensym): Defalias or duplicate CL `gensym'.
357 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
358 docstrings.
359
360 2005-06-09 Kim F. Storm <storm@cua.dk>
361
362 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
363 set-match-data to free markers in match-data.
364
365 * replace.el (replace-match-data): Pass RESEAT arg `t' to
366 match-data to unchain markers in match-data.
367
368 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
371 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
372 unnecessary now.
373
374 2005-06-08 Richard M. Stallman <rms@gnu.org>
375
376 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
377 give the variable a doc string that doesn't say don't set it directly.
378
379 * textmodes/ispell.el (ispell-check-version):
380 Use match-string-no-properties.
381 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
382 (ispell-buffer-local-words): Likewise.
383
384 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
385 except on terminals with enough colors to really display it.
386 (makefile-dependency-regex): Delete spurious `bb'.
387
388 * faces.el (escape-glyph): Use blue once again in last case.
389 (no-break-space): Redefine so that it isn't invisible on a tty.
390
391 2005-06-08 Kim F. Storm <storm@cua.dk>
392
393 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
394 also when reading directory name.
395
396 2005-06-08 Lute Kamstra <lute@gnu.org>
397
398 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
399 (flyspell-mode-line-string): Remove autoload cookie.
400 (flyspell-mode): Remove defvar.
401
402 2005-06-07 Lute Kamstra <lute@gnu.org>
403
404 * textmodes/org.el (org-run-mode-hooks): New function.
405 (org-agenda-mode): Use it.
406
407 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
408
409 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
410
411 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
414
415 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
416
417 * font-lock.el (font-lock-add-keywords): Doc fix.
418
419 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
422 (tex-compile-default): In the absence of any history, use the order in
423 tex-compile-alist to choose the preferred command.
424 (tex-compile-commands): Reorder a bit.
425
426 * textmodes/flyspell.el (flyspell-auto-correct-binding)
427 (flyspell-incorrect-face, flyspell-duplicate-face):
428 Use (X)Emacs-agnostic code.
429 (flyspell-mode-map): Don't overwrite at each load. Remove code
430 redundant with the subsequent add-minor-mode. Merge Emacs and
431 XEmacs code.
432 (flyspell-word): Minor simplification.
433 (flyspell-math-tex-command-p): Quieten the byte-compiler.
434 (flyspell-external-point-words): Remove unused vars `size' and `start'.
435 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
436 Merge the corresponding Emacs code.
437 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
438
439 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
440 a dedicated window.
441
442 * international/latexenc.el (latexenc-find-file-coding-system):
443 Undo part of last patch, to turn off a compiler warning.
444
445 2005-06-06 Juri Linkov <juri@jurta.org>
446
447 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
448 Rename `tmm-inactive-face' to `tmm-inactive'.
449
450 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
451
452 * iswitchb.el: Rename faces.
453
454 2005-06-06 Kim F. Storm <storm@cua.dk>
455
456 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
457 (cua-global-mark): Remove -face suffix from face names.
458
459 * emulation/cua-gmrk.el (cua--init-global-mark):
460 Remove cua-global-mark face setup.
461
462 2005-06-06 Richard M. Stallman <rms@gnu.org>
463
464 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
465 just like other allowed characters.
466 (makefile-match-dependency): Exclude leading and training whitespace
467 from the range of regexp subexp 1.
468 (makefile-macroassign-regex): Don't try to match the body,
469 just the name of the macro being defined.
470
471 * info.el (Info-read-node-name-2): New function.
472 (Info-read-node-name-1): Use that.
473 Add a completion-base-size-function property.
474
475 * simple.el (completion-setup-function): Look for
476 completion-base-size-function property of
477 minibuffer-completion-table.
478
479 * files.el (locate-file-completion): Doc fix.
480
481 * printing.el: Don't call pr-update-menus; user must do that.
482
483 * emacs-lisp/debug.el (debugger-window): New variable.
484 (debug): Use debugger-window if it is set and still alive.
485 Record debugger-window for next entry.
486
487 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
488
489 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
490
491 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
492 (hack-one-local-variable, hack-local-variables)
493 (hack-local-variables-prop-line): Pass that arg.
494
495 2005-06-06 Kim F. Storm <storm@cua.dk>
496
497 * ido.el (ido-first-match, ido-only-match, ido-subdir)
498 (ido-indicator): Remove -face suffix from face names.
499
500 2005-06-06 Juri Linkov <juri@jurta.org>
501
502 * font-lock.el (font-lock-regexp-backslash)
503 (font-lock-regexp-backslash-construct): New faces.
504 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
505 after `('. Add `while-no-input' to control structures.
506
507 * faces.el (no-break-space, shadow): New faces.
508 (escape-glyph): Use less loud colors pink2 and red4.
509
510 * diff-mode.el (diff-context-face)
511 * dired.el (dired-ignored)
512 * rfn-eshadow.el (file-name-shadow)
513 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
514
515 * info.el (Info-title-1-face): Use green instead of yellow because
516 bold yellow is not readable on light backgrounds.
517
518 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
519 before selecting the desired mode to not spend time fontifying
520 old contents.
521
522 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
523
524 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
525 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
526
527 * ps-print.el (ps-default-fg, ps-default-bg):
528 Fix typos in docstrings.
529
530 * isearchb.el (isearchb): Don't pass a spurious second argument to
531 `iswitchb-completions'.
532
533 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
534
535 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
536 to preserve point.
537 (gdb-find-file-hook): Add doc string.
538
539 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
540 C dereferenced pointer expression.
541 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
542
543 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
544
545 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
546 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
547 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
548 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
549 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
550 Make background transparent.
551
552 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
553
554 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
555 (font-lock-remove-keywords): Doc fix.
556 (font-lock-mode-major-mode): Compiler defvar.
557 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
558
559 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
560 (font-lock-mode): Update `font-lock-mode-major-mode'.
561 (font-lock-set-defaults): Compiler defvar.
562 (font-lock-default-function): Take `font-lock-mode-major-mode'
563 into account.
564
565 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
566 keep track of which major mode it enabled the minor mode for.
567 Use find-file-hook again. Update docstring.
568
569 * simple.el (eval-expression-print-level)
570 (eval-expression-print-length, eval-expression-debug-on-error):
571 Doc fixes.
572
573 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
574
575 * iswitchb.el (iswitchb-single-match-face)
576 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
577 (iswitchb-invalid-regexp-face): New faces.
578 (iswitchb-completions): Use them.
579 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
580 now marked as an obsolete alias.
581 (iswitchb-read-buffer): Remove check for bound font variables.
582 (iswitchb-invalid-regexp): New free variable.
583 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
584 set iswitchb-invalid-regexp.
585 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
586 invalid regexps.
587 (iswitchb-completions): Add check for complete match when entering
588 a regexp.
589 (iswitchb-completions): Remove require-match argument.
590 (iswitchb-exhibit): Fix caller.
591 (iswitchb-common-match-inserted): New variable.
592 (iswitchb-complete, iswitchb-completion-help): Use it.
593
594 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
595
596 * url-http.el (url-http-chunked-encoding-after-change-function):
597 Use `url-http-debug' instead of `message'.
598
599 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
600
601 * url-http.el (url-http-parse-headers): Pass redirected URL as a
602 callback argument.
603
604 2005-06-04 Kim F. Storm <storm@cua.dk>
605
606 * simple.el (line-move): Only call sit-for when moving backwards.
607
608 * ido.el (ido-make-merged-file-list-1): New defun split from
609 ido-make-merged-file-list.
610 (ido-make-merged-file-list): Bind throw-on-input around call to
611 ido-make-merged-file-list-1. Return input-pending-p if
612 interrupted by more input available.
613 (ido-read-internal): Handle input-pending-p return value from
614 ido-make-merged-file-list.
615
616 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
619 compatibility code.
620
621 * international/latexenc.el (latexenc-find-file-coding-system):
622 Don't inherit the EOL part of the coding-system from the
623 tex-main buffer. Fit within 80 columns.
624
625 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
626
627 * tmm.el (tmm-inactive-face): New face.
628 (tmm-remove-inactive-mouse-face): New function.
629 (tmm-prompt, tmm-add-one-shortcut)
630 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
631 but not selectable.
632
633 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
634
635 * faces.el (face-equal): Improve argument/docstring consistency.
636
637 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
638
639 * progmodes/make-mode.el (makefile-targets-face)
640 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
641 (makefile-bsdmake-dependency-regex)
642 (makefile-makepp-rule-action-regex)
643 (makefile-bsdmake-rule-action-regex): New constants.
644 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
645
646 * progmodes/compile.el (compilation-error-regexp-alist-alist):
647 Allow (...) within `...' for makepp messages.
648
649 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
650
651 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
652
653 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
654 "." files are deleted from all file lists before comparison.
655
656 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
657 (viper-ESC-key): Made them customizable.
658
659 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
660
661 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
662
663 * autorevert.el (auto-revert-buffers): Use save-match-data.
664
665 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
668 menu items with a nil command binding.
669
670 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
671
672 * emacs-lisp/cl-macs.el (defsetf):
673 Improve argument/docstring consistency.
674
675 * faces.el (list-faces-display): Improve the formatting by
676 computing the maximum length required for any face-name (reworked
677 patch of 1999-01-11, accidentally deleted on 1999-07-21).
678 (internal-find-face): Remove redundant info in docstring.
679
680 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
681
682 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
683 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
684 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
685 (gdb-assembler-custom): Improve regexps.
686 (def-gdb-auto-update-handler): Use window point to preserve point.
687
688 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
691
692 2005-05-31 Jay Belanger <belanger@truman.edu>
693
694 * calc/calc-embed.el (calc-embedded-word): Change argument passed
695 to calc-embedded.
696 (calc-embedded-make-info): Have plain prefix argument select
697 entire line.
698
699 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
700
701 * faces.el (list-faces-display): Signal error if passed a regexp
702 that matches no face name.
703
704 * simple.el (filter-buffer-substring): Fix typo in docstring.
705
706 2005-05-31 Richard M. Stallman <rms@gnu.org>
707
708 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
709 (vhdl-emacs-21): Doc fix.
710 (vhdl-mode): Unconditionally set comment-padding.
711 (vhdl-fixup-whitespace-region): Insert spaces only where
712 there are none.
713 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
714
715 2005-05-30 John Wiegley <johnw@newartisans.com>
716
717 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
718 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
719 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
720 `directory-sep-char' to ?/, and all uses of `string-to-int' to
721 `string-to-number'.
722
723 2005-05-30 Jay Belanger <belanger@truman.edu>
724
725 * calc/calc.el (calc-bug-address): Fix docstring.
726 (calc-window-hook, calc-trail-window-hook): New variables.
727 (calc-trail-display): Restore use of calc-trail-window-hook.
728 (calc): Restore use of calc-window-hook.
729
730 2005-05-31 Masatake YAMATO <jet@gyve.org>
731
732 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
733
734 * help-fns.el (help-C-file-name): Add autoload mark for
735 `find-function-noselect'.
736
737 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
740 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
741
742 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
743
744 * calendar/diary-lib.el (mark-included-diary-files): Only kill
745 included diary buffer if it was not already being visited.
746 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
747
748 * calendar/icalendar.el (top-level): Do not require 'appt.
749
750 * mail/supercite.el (sc-select-attribution): Only use a list
751 element from sc-attrib-selection-list if it returns a string.
752 Reported by Davide G. M. Salvetti <salve@debian.org>.
753
754 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
755
756 * thumbs.el (thumbs-thumbname): The resulting thubname now
757 includes a hash value to improve its uniqueness, and has a ".jpg"
758 extension. Also, it is now a valid filename on all systems.
759 (thumbs-make-thumb): Use `let', not `let*'.
760 (thumbs-show-thumbs-list): Check for JPEG availability.
761
762 2005-05-30 Richard M. Stallman <rms@gnu.org>
763
764 * filesets.el (filesets-menu-ensure-use-cached):
765 Prevent warning when emacs-version>= is undefined.
766
767 * printing.el (pr-interactive-n-up): Use string-to-number.
768
769 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
770
771 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
772 Warn only when name to be defined is quoted.
773
774 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
775
776 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
777 Make regexp more robust.
778 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
779 Force regeneration of disassembly.
780
781 2005-05-29 Jay Belanger <belanger@truman.edu>
782
783 * calc/calc.el (calc-user-invocation): Check if
784 calc-invocation-macro is non-nil.
785
786 2005-05-29 Juri Linkov <juri@jurta.org>
787
788 * add-log.el (change-log-font-lock-keywords):
789 Add `+' to e-mail regexp to accept mail address with keywords.
790
791 * man.el (Man-name-regexp): Add `:' to accept qualified names.
792
793 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
794
795 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
796
797 * ielm.el (inferior-emacs-lisp-mode): Ditto.
798
799 2005-05-29 Richard M. Stallman <rms@gnu.org>
800
801 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
802 Undo the change that moves to end of the current word.
803
804 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
805
806 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
807 Throw error when count <= 0 to ensure input is a number.
808 (gdb-read-memory-custom): Pick up address from buffer.
809 (gdb-memory-mode): Allow user to increment and decrement
810 memory address from header line.
811
812 2005-05-29 Richard M. Stallman <rms@gnu.org>
813
814 * flyspell.el (flyspell-version): Function deleted.
815 (flyspell-auto-correct-previous-hook): Doc fix.
816
817 * jit-lock.el (jit-lock-function, jit-lock-after-change):
818 Do nothing if memory is full.
819
820 * font-lock.el (font-lock-fontify-syntactically-region):
821 Pass t for GREEDY to looking-back.
822
823 * saveplace.el (save-place-alist-to-file): Write the file
824 using write-region.
825
826 * subr.el (looking-back): New argument GREEDY.
827
828 * progmodes/compile.el (compilation-start): Set the mode
829 before inserting the initial text.
830
831 * progmodes/which-func.el (which-func-update-1): Turn the mode
832 off in case of error by setting which-func-mode.
833
834 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
835
836 * flyspell.el (flyspell-auto-correct-previous-word):
837 Narrow down to what's on the screen, and recenter overlays
838 at the end of the next word.
839
840 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
841
842 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
843 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
844 (flyspell-abbrev-p): Default to nil.
845 (flyspell-use-global-abbrev-table-p): Doc fix.
846 (flyspell-large-region): Allow nil as value.
847 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
848
849 (mail-mode-flyspell-verify): More robust handling
850 of `mail-header-separator'. More efficient signature detection.
851 Allow for regexp metacharacters in message-header-separator.
852 Adding `To' not to be checked in mail-mode-flyspell-verify.
853
854 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
855 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
856 Bind flyspell-auto-correct-binding.
857 Bind C-. and C-, .
858 (flyspell-mode-map): Likewise.
859 (flyspell-mode): Doc fix.
860 (flyspell-accept-buffer-local-defs): Preserve current buffer.
861 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
862 (flyspell-word-cache-result): New var, always local.
863 (flyspell-check-pre-word-p): Doc fix.
864 (flyspell-check-changed-word-p): Handle spc like newline.
865 (flyspell-post-command-hook): Set flyspell-word-cache-result.
866 (flyspell-word-search-backward, flyspell-word-search-forward):
867 New functions.
868 (flyspell-word): Return t if nothing to check.
869 When parsing TeX code, check for after } or \.
870 Use flyspell-word-search-backward to find previous word.
871 Return nil if duplicated word.
872 For word already checked, return same value as last time.
873 Set flyspell-word-cache-result after checking.
874 Don't clobber the return value.
875 (flyspell-get-word): Major rewrite.
876 (flyspell-external-point-words): New locals pword, pcount.
877 Fix size used in progress message.
878 Find the proper corresponding word in flyspell-large-region-buffer.
879 (flyspell-region): Check for flyspell-large-region = nil.
880 (flyspell-highlight-incorrect-region): Clean up overlays in region.
881 (flyspell-auto-correct-word): Check that WORD is a cons.
882 (flyspell-correct-word): Likewise.
883
884 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
885
886 * progmodes/make-mode.el (makefile-rule-action-regex)
887 (makefile-macroassign-regex, makefile-makepp-mode)
888 (makefile-bsdmake-mode): Continuation lines may be empty.
889 Reported by Joshua Varner.
890 (makefile-makepp-font-lock-keywords): Add $(stem).
891
892 2005-05-28 Karl Berry <karl@gnu.org>
893
894 * textmodes/tex-mode.el: Now that tex-send-command calls
895 shell-quote-argument (2005-03-31 change), remove all calls to
896 shell-quote-argument; they all end up invoking tex-send-command.
897 The double quoting loses on filenames with non-safe characters,
898 such as "@". Reported by Frederik Fouvry.
899
900 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
901
902 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
903 about preserving point.
904
905 2005-05-27 Jay Belanger <belanger@truman.edu>
906
907 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
908 Info-goto-node.
909
910 * calc/calc-embed.el (calc-embed-arg): New variable.
911 (calc-do-embedded-activate, calc-embedded-activate-formula)
912 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
913 variable by new variable.
914 (calc-embedded-make-info): Replace undeclared variable by new
915 variable. When selecting region with positive prefix
916 argument, use end of previous line instead of beginning of line.
917
918 * calc/calc-aent.el (calc-arg-values): Declare it.
919
920 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
921 Declare them.
922
923 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
924
925 * calc/calc.el (calc-alg-map): Declare it.
926
927 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
928
929 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
930
931 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
932 (gdb-registers-buffer, toggle-gdb-all-registers):
933 Toggle display of floating point registers.
934 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
935
936 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
937 (toggle-gud-tooltip-dereference):
938 Rename from gud-toggle-tooltip-dereference.
939
940 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
941
942 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
943
944 2005-05-27 Jay Belanger <belanger@truman.edu>
945
946 * calc/calc-prog.el (calc-kbd-report): Remove.
947 (calc-kbd-query): Rewrite.
948
949 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
950
951 * image.el (image-library-alist): Move to image.c.
952 (image-type-available-p): Doc fix.
953
954 2005-05-27 Lute Kamstra <lute@gnu.org>
955
956 * calc/calc.el (calc):
957 * outline.el (outline-1, outline-2, outline-3, outline-4)
958 (outline-5, outline-6, outline-7, outline-8):
959 * textmodes/dns-mode.el (dns-mode):
960 * textmodes/sgml-mode.el (sgml-namespace-face):
961 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
962 (tex-verbatim-face, tex-use-reftex):
963 * textmodes/texinfo.el (texinfo-heading-face):
964 Specify customization group.
965
966 * longlines.el: Don't require easy-mmode.
967 (longlines-visible-face): Specify customization group.
968
969 2005-05-27 Kenichi Handa <handa@m17n.org>
970
971 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
972 encoding table of windows-1251.
973
974 * international/ucs-tables.el (ucs-set-table-for-input):
975 If translation-table-for-input of a coding system is a symbol, get
976 its translation-table property.
977
978 * international/code-pages.el: Don't register a coding system into
979 non-iso-charset-alist more than once.
980 (cp-make-coding-system): Likewise.
981
982 2005-05-26 John Wiegley <johnw@newartisans.com>
983
984 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
985 `eshell-resume-eval' is wrapped in a list, it indicates that the
986 command was run asynchronously. In that case, unwrap the value
987 before checking the delimiter value.
988
989 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
990 character before a space at the end of a line is \, assume the space
991 is part of the last argument rather than a final argument separator.
992
993 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
994 is in use, and the target is `t' or `nil' (which are the most common
995 values), don't assume that the symbol target is a buffer.
996
997 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
998
999 * calendar/calendar.el (calendar-mode-line-format):
1000 Use mode-line-highlight as mouse-face.
1001
1002 * time.el (display-time-string-forms, display-time-update):
1003 Use mode-line-highlight as mouse-face.
1004
1005 2005-05-26 Jay Belanger <belanger@truman.edu>
1006
1007 * calc/calc.el (calc-language-alist): Remove extra defvar.
1008
1009 2005-05-26 Lute Kamstra <lute@gnu.org>
1010
1011 * arc-mode.el (archive-mode):
1012 * bookmark.el (bookmark-read-annotation-mode)
1013 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1014 * bs.el (bs-mode):
1015 * calc/calc-yank.el (calc-edit-mode):
1016 * calc/calc.el (calc-mode, calc-trail-mode):
1017 * calculator.el (calculator-mode):
1018 * chistory.el (command-history-mode):
1019 * comint.el:
1020 * cus-edit.el (custom-mode):
1021 * descr-text.el (describe-text-mode):
1022 * ebuff-menu.el (Electric-buffer-menu-mode):
1023 * ediff-util.el (ediff-mode):
1024 * emacs-lisp/re-builder.el (reb-mode):
1025 * emulation/vi.el (vi-mode-setup):
1026 * emulation/ws-mode.el (wordstar-mode):
1027 * eshell/esh-mode.el (eshell-mode):
1028 * forms.el (forms-mode):
1029 * help-mode.el (help-mode):
1030 * hexl.el (hexl-mode):
1031 * ibuffer.el (ibuffer-mode):
1032 * ielm.el (inferior-emacs-lisp-mode):
1033 * info.el (Info-mode, Info-edit-mode):
1034 * international/swedish.el:
1035 * ledit.el (ledit-from-lisp-mode):
1036 * locate.el (locate-mode):
1037 * mail/rmail.el (rmail-mode):
1038 * mail/rmailedit.el (rmail-edit-mode):
1039 * mail/rmailsum.el (rmail-summary-mode):
1040 * mail/supercite.el (sc-electric-mode):
1041 * net/eudc.el (eudc-mode):
1042 * net/quickurl.el (quickurl-list-mode):
1043 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1044 * obsolete/ooutline.el (outline-mode):
1045 * obsolete/options.el (Edit-options-mode):
1046 * obsolete/rnews.el (news-mode):
1047 * obsolete/rnewspost.el (news-reply-mode):
1048 * play/5x5.el (5x5-mode):
1049 * play/decipher.el (decipher-mode, decipher-stats-mode):
1050 * play/gomoku.el (gomoku-mode):
1051 * play/snake.el (snake-mode):
1052 * play/solitaire.el (solitaire-mode):
1053 * play/tetris.el (tetris-mode):
1054 * progmodes/ada-mode.el (ada-mode):
1055 * progmodes/antlr-mode.el (antlr-mode):
1056 * progmodes/autoconf.el (autoconf-mode):
1057 * progmodes/dcl-mode.el (dcl-mode):
1058 * progmodes/delphi.el (delphi-mode):
1059 * progmodes/ebrowse.el (ebrowse-tree-mode)
1060 (ebrowse-electric-list-mode, ebrowse-member-mode)
1061 (ebrowse-electric-position-mode):
1062 * progmodes/f90.el (f90-mode):
1063 * progmodes/fortran.el (fortran-mode):
1064 * progmodes/icon.el (icon-mode):
1065 * progmodes/idlw-help.el (idlwave-help-mode):
1066 * progmodes/idlw-shell.el (idlwave-shell-mode):
1067 * progmodes/idlwave.el (idlwave-mode):
1068 * progmodes/inf-lisp.el (inferior-lisp-mode):
1069 * progmodes/m4-mode.el (m4-mode):
1070 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1071 * progmodes/modula2.el (modula-2-mode):
1072 * progmodes/octave-inf.el (inferior-octave-mode):
1073 * progmodes/octave-mod.el (octave-mode):
1074 * progmodes/pascal.el (pascal-mode):
1075 * progmodes/sh-script.el (sh-mode):
1076 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1077 * progmodes/vhdl-mode.el (vhdl-mode):
1078 * progmodes/xscheme.el (scheme-interaction-mode):
1079 * replace.el (occur-mode):
1080 * ses.el (ses-mode):
1081 * simple.el (completion-list-mode):
1082 * skeleton.el:
1083 * speedbar.el (speedbar-mode):
1084 * term.el (term-mode):
1085 * terminal.el (terminal-edit-mode):
1086 * textmodes/reftex-index.el (reftex-index-mode)
1087 (reftex-index-phrases-mode):
1088 * textmodes/reftex-sel.el (reftex-select-label-mode)
1089 (reftex-select-bib-mode):
1090 * textmodes/reftex-toc.el (reftex-toc-mode):
1091 * wdired.el (wdired-change-to-wdired-mode):
1092 * wid-browse.el (widget-browse-mode):
1093 Use run-mode-hooks.
1094
1095 * array.el (array-mode):
1096 * calendar/todo-mode.el (todo-mode):
1097 * man.el (Man-mode):
1098 * play/landmark.el (lm-mode):
1099 * play/mpuz.el (mpuz-mode):
1100 Use kill-all-local-variables and run-mode-hooks.
1101
1102 * subr.el (delay-mode-hooks): Specify indentation.
1103
1104 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1105
1106 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1107
1108 2005-05-26 Jay Belanger <belanger@truman.edu>
1109
1110 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1111 of nil.
1112
1113 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1114
1115 * progmodes/gdb-ui.el (gdb-frame-address):
1116 Rename from gdb-current-address.
1117 (gdb-previous-frame-address): Rename from gdb-previous-address.
1118 (gdb-selected-frame): Rename from gdb-current-frame.
1119 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1120 (gdb-frame-number): Rename from gdb-current-stack-level.
1121 (gdb-ann3): Match new mode-name for disassembly buffer.
1122 Extend initialisation of variables.
1123 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1124 (gdb-memory-mode): Use mouse-face in header line.
1125 (gdb-assembler-buffer-name): Call it disassembly and give frame
1126 in mode line.
1127 (gdb-source-spec-regexp, gdb-assembler-custom)
1128 (gdb-invalidate-assembler, gdb-frame-handler):
1129 Make robust to leading zeroes in address format.
1130
1131 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1132
1133 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1134 define `org-mode'.
1135 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1136
1137 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * log-edit.el (log-edit-changelog-entries): Distinguish between
1140 filenames like xfns.c and fns.c.
1141
1142 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1143
1144 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1145 point after reverting.
1146 (Buffer-menu-make-sort-button): Handle the case where
1147 `Buffer-menu-use-header-line' is nil.
1148
1149 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1150
1151 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1152 New funcs. In minibuffer-local-completion-map bind `]', `/'
1153 and `:' to them.
1154
1155 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * startup.el (normal-top-level): Allow modification of load-path while
1158 we're iterating over it.
1159
1160 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1163 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1164 (thumbs-resize-interactive, thumbs-insert-image)
1165 (thumbs-insert-thumb, thumbs-dired-show-marked)
1166 (thumbs-find-image-at-point, thumbs-delete-images)
1167 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1168 (thumbs-increment-image-size, thumbs-decrement-image-size):
1169 Fix typos in docstrings.
1170
1171 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1172
1173 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1174 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1175 (cperl-mode): Use them.
1176
1177 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1178
1179 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1180 Doc fixes.
1181
1182 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1183
1184 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1185 Bind C-d to gdb-inferior-io-eof.
1186
1187 * dired.el (dired-dnd-popup-notice): Use message-box.
1188
1189 2005-05-23 Masatake YAMATO <jet@gyve.org>
1190
1191 * bindings.el (mode-line-major-mode-keymap):
1192 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1193
1194 * faces.el (mode-line-highlight): New face.
1195
1196 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1197 as mouse-face.
1198
1199 * bindings.el (top-level, help-echo, mode-line-modified)
1200 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1201 as mouse-face.
1202
1203 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1204
1205 * progmodes/cc-engine.el (c-guess-basic-syntax):
1206 Remove spurious call to `zerop'.
1207
1208 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1209
1210 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1211
1212 CC Mode update to 5.30.10:
1213
1214 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1215 could go past the limit in decoration level 2, thereby causing
1216 errors during interactive fontification.
1217
1218 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1219 the file is evaluated interactively.
1220
1221 * cc-engine.el (c-guess-basic-syntax): Handle operator
1222 declarations somewhat better in C++.
1223
1224 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1225 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1226 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1227 (awk-mode): Use it.
1228 (make-local-hook): Suppress warning about obsoleteness.
1229
1230 * cc-engine.el, cc-align.el, cc-cmds.el
1231 (c-append-backslashes-forward, c-delete-backslashes-forward)
1232 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1233 Compensate for return value from `forward-line' when it has moved
1234 but not to a different line due to eob.
1235
1236 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1237 `objc-method-intro' and `objc-method-args-cont'.
1238
1239 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1240
1241 CC Mode update to 5.30.10:
1242
1243 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1244 in the copyright statement. Incidentally, change "along with GNU
1245 Emacs" to "along with this program" where it occurs.
1246
1247 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1248 so that it is interactive, hence can be found by M-x awk-mode
1249 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1250 <gmorris+emacs@ast.cam.ac.uk>.
1251
1252 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1253 Mode's regexps.
1254
1255 2005-05-23 Kevin Ryde <user42@zip.com.au>
1256
1257 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1258 c-parse-state, to avoid a lisp error (on bad code).
1259
1260 2005-05-23 Lute Kamstra <lute@gnu.org>
1261
1262 * subr.el (font-lock-defaults): Remove defvar as it's already
1263 defined in font-core.el.
1264
1265 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1266
1267 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1268
1269 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1270 more general and work when GDB variable "print pretty" is on,
1271 as with Emacs, for example.
1272
1273 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1274
1275 * font-core.el: Update comment.
1276
1277 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1278 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1279
1280 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1281
1282 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1283
1284 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1285 and `yank-handler' in the doc strings.
1286
1287 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1290
1291 2005-05-22 Richard M. Stallman <rms@gnu.org>
1292
1293 * help.el (describe-key): Move print-help-return-message call
1294 out of conditional.
1295
1296 * progmodes/etags.el (list-tags): Use with-no-warnings.
1297
1298 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1299 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1300 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1301
1302 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1303
1304 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1305 Add defvar.
1306
1307 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1308 Use defvar, not defconst.
1309
1310 * hexl.el (hexl-follow-line): Use with-no-warnings.
1311
1312 * emulation/tpu-extras.el: Use write-file-functions instead of
1313 write-file-hooks.
1314
1315 * dired.el (dired-font-lock-keywords): Fontify files with junk
1316 extensions even if marked by -F.
1317
1318 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1321 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1322 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1323 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1324 (concatenate, list-length, get*, getf, cl-remprop):
1325 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1326 (etypecase, progv, lexical-let, lexical-let*)
1327 (multiple-value-bind, multiple-value-setq, shiftf):
1328 Improve argument/docstring consistency.
1329
1330 * subr.el (focus-frame, unfocus-frame):
1331 Revert deletion on 2005-05-01.
1332
1333 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1334
1335 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1336 doesn't exist.
1337
1338 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1339 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1340
1341 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1342
1343 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1344 already deleted variables: auto-fill-hook, blink-paren-hook,
1345 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1346 suspend-hooks, comment-indent-hook, meta-flag,
1347 before-change-function, after-change-function,
1348 font-lock-doc-string-face.
1349
1350 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1351
1352 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1353
1354 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1355
1356 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1357 rmail-dont-reply-to.
1358
1359 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1360
1361 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1362 literal blank when splitting new-header-values.
1363
1364 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1365
1366 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1367 string so that tmm doesn't create a completion entry for it.
1368
1369 * textmodes/table.el (table-disable-menu): Ditto.
1370
1371 2005-05-21 Richard M. Stallman <rms@gnu.org>
1372
1373 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1374
1375 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1376
1377 * net/rcompile.el (remote-compile): Use compilation-start.
1378
1379 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1380
1381 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1382
1383 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1384 Default to makefile-bsdmake-mode on BSD systems.
1385
1386 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1387 REGEXP may also be a search function now. The part of doc-string
1388 for describing the structure was 95% identical to that of
1389 `imenu--generic-function'. Unify it there.
1390
1391 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1392 Use function to find dependencies, because regexp alone is so complex,
1393 it easily goes into an endless loop.
1394 (makefile-makepp-mode): Also add submenu for Perl functions
1395 defined in the makefile.
1396 (makefile-bsdmake-mode): Special imenu-generic-expression no
1397 longer needed, due to function call.
1398 (makefile-match-dependency): Take BOUND into account when checking
1399 if we're through.
1400
1401 2005-05-20 Jay Belanger <belanger@truman.edu>
1402
1403 * calc/calc-units.el (calc-invalidate-units-table):
1404 Use inhibit-read-only.
1405 (math-build-units-table-buffer): Use view-mode.
1406
1407 2005-05-20 David Kastrup <dak@gnu.org>
1408
1409 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1410 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1411
1412 2005-05-20 Lute Kamstra <lute@gnu.org>
1413
1414 * diff-mode.el (diff-header-face, diff-file-header-face)
1415 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1416 (diff-added-face, diff-changed-face, diff-function-face)
1417 (diff-context-face, diff-nonexistent-face): Put them in the
1418 diff-mode customization group.
1419
1420 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1421
1422 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1423
1424 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1425
1426 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1427 Minor regexp-optimization.
1428
1429 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1430
1431 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1432 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1433 (org-agenda-add-time-grid-maybe): New function.
1434 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1435 (org-table-create): `dotimes' instead of `mapcar'.
1436 (org-xor): Simplify implementation.
1437 (org-agenda): `inhibit-redisplay' turned on.
1438 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1439 a consistent line after a state change.
1440 (org-agenda-remove-times-when-in-prefix): New option.
1441 (org-prefix-has-time): New variable.
1442 (org-parse-time-string): Optional argument NODEFAULT.
1443 (org-format-agenda-item): Parse items for time-of-day
1444 specifications and move these into the prefix if possible.
1445 (org-agenda-priority): Get current heading, not previous heading
1446 during agenda remote editing.
1447
1448 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1449
1450 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1451 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1452 (remove-duplicates, delete-duplicates, substitute)
1453 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1454 (nsubstitute-if-not, find, find-if, find-if-not, position)
1455 (position-if, position-if-not, count, count-if, count-if-not)
1456 (mismatch, search, sort*, stable-sort, merge, member*)
1457 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1458 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1459 (intersection, nintersection, set-difference, nset-difference)
1460 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1461 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1462 (nsublis, tree-equal): Improve argument/docstring consistency.
1463
1464 * subr.el (send-string, send-region):
1465 Remove obsolescence declaration.
1466 (window-dot, set-window-dot, read-input, show-buffer)
1467 (eval-current-buffer, string-to-int):
1468 Add release number to obsolescence declarations.
1469
1470 2005-05-19 Kim F. Storm <storm@cua.dk>
1471
1472 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1473 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1474
1475 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1476
1477 * faces.el (list-faces-display): Make back button respect optional
1478 regexp arg.
1479
1480 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * calculator.el (calculator-radix-grouping-mode)
1483 (calculator-radix-grouping-digits, calculator-displayer)
1484 (calculator-radix-grouping-separator, calculator-copy-displayer):
1485 * dabbrev.el (dabbrev-search-these-buffers-only):
1486 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1487 (diff-advance-after-apply-hunk, diff-mode-hook)
1488 (diff-minor-mode-prefix):
1489 * imenu.el (imenu-use-popup-menu):
1490 * jit-lock.el (jit-lock-context-time):
1491 * newcomment.el (comment-fill-column, comment-column)
1492 (comment-style, comment-padding, comment-multi-line)
1493 (comment-empty-lines, comment-auto-fill-only-comments):
1494 * reveal.el (reveal-around-mark):
1495 * uniquify.el (uniquify-buffer-name-style)
1496 (uniquify-after-kill-buffer-p)
1497 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1498 (uniquify-min-dir-content, uniquify-separator)
1499 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1500 * w32-vars.el (w32-fixed-font-alist):
1501 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1502 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1503 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1504 * progmodes/perl-mode.el (perl-indent-level)
1505 (perl-continued-statement-offset, perl-continued-brace-offset)
1506 (perl-brace-offset, perl-brace-imaginary-offset)
1507 (perl-label-offset, perl-indent-continued-arguments)
1508 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1509 * progmodes/tcl.el (tcl-indent-level)
1510 (tcl-continued-indent-level, tcl-auto-newline)
1511 (tcl-tab-always-indent, tcl-electric-hash-style)
1512 (tcl-help-directory-list, tcl-use-smart-word-finder)
1513 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1514 (inferior-tcl-source-command):
1515 * textmodes/fill.el (enable-kinsoku):
1516 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1517 * textmodes/table.el (table-yank-handler):
1518 Specify missing group (and type, if simple) in defcustom.
1519
1520 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1521
1522 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1523
1524 2005-05-19 Richard M. Stallman <rms@gnu.org>
1525
1526 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1527
1528 * subr.el (event-basic-type): Don't get an error.
1529 (left-fringe-p): Function deleted.
1530
1531 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1532 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1533
1534 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1535 in recursive copy.
1536
1537 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1538
1539 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1540
1541 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1542 Call byte-compile-nogroup-warn if appropriate.
1543
1544 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1545 (compilation-set-window): Don't call left-fringe-p; do it directly.
1546
1547 2005-05-19 Jay Belanger <belanger@truman.edu>
1548
1549 * calc/calc-graph.el (calc-graph-format-data): Make sure
1550 var-PlotRejects is bound before trying to check its value.
1551
1552 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1553
1554 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1555 definition of this variable from reftex-global.el to reftex.el,
1556 because it is needed in the menu.
1557
1558 2005-05-19 Lute Kamstra <lute@gnu.org>
1559
1560 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1561 years are fixed. Don't insert a space after a dash.
1562
1563 2005-05-19 Kim F. Storm <storm@cua.dk>
1564
1565 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1566
1567 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1568
1569 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1570 strings, because (eq ... ?\\) is fairly frequent.
1571
1572 * progmodes/make-mode.el (makefile-add-this-line-targets):
1573 Simplify and integrate into `makefile-pickup-targets'.
1574 (makefile-add-this-line-macro): Simplify and integrate into
1575 `makefile-pickup-macros.
1576 (makefile-pickup-filenames-as-targets): Simplify.
1577 (makefile-previous-dependency, makefile-match-dependency):
1578 Don't stumble over `::'.
1579
1580 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * subr.el (post-command-idle-hook, post-command-idle-delay):
1583 Remove obsoletion of post-command-idle-hook and
1584 post-command-idle-delay.
1585
1586 * faces.el (list-faces-display): Provide button when describe-face
1587 is called to take user back to the list of faces.
1588
1589 * help-fns.el (describe-variable): Remove hyperlinks in a
1590 variable's value as these are quite frequently inappropriate.
1591
1592 * follow.el (follow-submit-feedback, follow-mode):
1593 Remove references to post-command-idle-hook.
1594
1595 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1596
1597 * progmodes/make-mode.el (makefile-previous-dependency)
1598 (makefile-match-dependency): Check for := (and in bsd mode also
1599 !=) to give a better result, even when font-lock is not on.
1600
1601 2005-05-18 Jay Belanger <belanger@truman.edu>
1602
1603 * calc/calc-help.el (calc-s-prefix-help):
1604 Add `calc-copy-special-constant' to help string.
1605
1606 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1607
1608 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1609
1610 2005-05-18 Jay Belanger <belanger@truman.edu>
1611
1612 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1613 in linear factors are in proper order.
1614
1615 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1616
1617 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1618 Support for jurabib.
1619
1620 * textmodes/reftex.el (featurep): Define aliases for overlay
1621 commands, for XEmacs compatibility, and use these aliases in
1622 overlay initializations.
1623 (reftex-highlight): Use `reftex-move-overlay'.
1624 (reftex-unhighlight): Use `reftex-delete-overlay'.
1625 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1626 (reftex-access-search-path): Use `reftex-uniquify' instead of
1627 `reftex-uniq'
1628
1629 * textmodes/reftex-sel.el (reftex-select-unmark):
1630 Overlay `before-string' property modification enables for Emacs as well.
1631 (reftex-select-item): Use `reftex-delete-overlay'.
1632 (reftex-select-mark): Use `reftex-make-overlay' and
1633 `reftex-overlay-put'.
1634 (reftex-select-unmark): Use `reftex-delete-overlay' and
1635 `reftex-overlay-put'.
1636
1637 2005-05-18 Lute Kamstra <lute@gnu.org>
1638
1639 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1640
1641 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1642
1643 * add-log.el (add-change-log-entry):
1644 * array.el (array-make-template, array-reconfigure-rows)
1645 (array-init-max-row, array-init-max-column)
1646 (array-init-columns-per-line, array-init-field-width):
1647 * replace.el (replace-match-maybe-edit, perform-replace):
1648 * textmodes/spell.el (spell-region):
1649 Replace `read-input' by `read-string'.
1650
1651 * forms.el (forms-mode):
1652 * finder.el (finder-compile-keywords):
1653 * shadowfile.el (shadow-read-files):
1654 Replace `eval-current-buffer' by `eval-buffer'.
1655
1656 * terminal.el (te-pass-through):
1657 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1658 (ange-ftp-raw-send-cmd):
1659 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1660 (send-process-next-char, telnet-initial-filter, telnet):
1661 Replace `send-string' by `process-send-string'.
1662
1663 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1664 (prolog-consult-region): Replace `send-string' by
1665 `process-send-string'; replace `send-region' by `process-send-region'.
1666
1667 * progmodes/delphi.el (delphi-log-msg):
1668 Replace `set-window-dot' by `set-window-point'.
1669
1670 * subr.el (window-dot, set-window-dot, read-input, send-string)
1671 (send-region, show-buffer, eval-current-buffer):
1672 Make really obsolete, as the comment says.
1673
1674 2005-05-17 Kim F. Storm <storm@cua.dk>
1675
1676 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1677 (cua--init-keymaps): Bind C-return instead of S-return to set
1678 rectangle mark.
1679
1680 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1681 instead of S-return to toggle/clear rectangle mark.
1682
1683 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1684
1685 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1686 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1687 Also fontify plain strings assigned to variables, mostly so that a
1688 colon has a face and is thus not taken as a dependency separator.
1689 (makefile-previous-dependency): Inline the new matcher, because it
1690 is too complex to work in both directions.
1691 (makefile-match-dependency): Eliminate `backward' arg (see above).
1692 Completely reimplemented so as to not sometimes go into an endless
1693 loop. It should also be more efficient, because first it only
1694 searches for `:', instead of applying the very complex regexp.
1695 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1696 to be fontified in one piece can be too long for JIT.
1697 Makefiles are never *that* big.
1698
1699 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1700
1701 * dired.el (dired-mode): Simplify.
1702
1703 2005-05-17 Lute Kamstra <lute@gnu.org>
1704
1705 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1706 defcustom for the mode hook variable.
1707
1708 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1709 Emacs Lisp Reference Manual.
1710
1711 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1714 (evenp, list*):
1715 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1716 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1717
1718 * net/tramp-smb.el (tramp-smb-open-connection):
1719 Pass `tramp-chunksize' as fifth (required) argument.
1720
1721 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1722
1723 * font-lock.el (lisp-font-lock-keywords-1):
1724 Set `font-lock-negation-char-face' for [^...] char group.
1725 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1726
1727 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1728 a var, and refine it to mask one more level of nested vars.
1729 (makefile-rule-action-regex): Turn it into a var, and refine it so
1730 it recognizes backslashed continuation lines as belonging to the
1731 same command.
1732 (makefile-macroassign-regex): Refine it so it recognizes
1733 backslashed continuation lines as belonging to the same command.
1734 (makefile-var-use-regex): Don't look at the next char, because it
1735 might be the same one to be skipped by the initial [^$], leading
1736 to an overlooked variable use.
1737 (makefile-make-font-lock-keywords): Remove two parameters, which
1738 are now variables that some of the modes set locally.
1739 Handle dependency and rule action matching through functions, because
1740 regexps alone match too often. Dependency matching now comes
1741 last, so it can check, whether a colon already matched something else.
1742 (makefile-mode): Inform that font-lock improves makefile parsing
1743 capabilities.
1744 (makefile-match-dependency, makefile-match-action): New functions.
1745
1746 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1749
1750 * align.el (align-regexp):
1751 * ansi-color.el (ansi-color-get-face):
1752 * array.el (array-reconfigure-rows, array-init-max-row)
1753 (array-init-max-column, array-init-columns-per-line)
1754 (array-init-field-width):
1755 * dired-aux.el (dired-trample-file-versions):
1756 * dired-x.el (dired-mark-sexp):
1757 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1758 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1759 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1760 * faces.el (face-read-integer):
1761 * files.el (backup-extract-version, insert-directory):
1762 * hexl.el (hexl-insert-decimal-char):
1763 * server.el (server-process-filter):
1764 * shell.el (shell-extract-num):
1765 * startup.el (command-line-1):
1766 * term.el (term-command-hook):
1767 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1768 (time-stamp-do-number):
1769 * time.el (display-time-update):
1770 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1771 (timezone-fix-time):
1772 * vms-patch.el (vms-suspend-resume-hook):
1773 * calendar/appt.el (appt-convert-time):
1774 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1775 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1776 * calendar/cal-islam.el (mark-islamic-diary-entries):
1777 * calendar/calendar.el (calendar-cursor-to-date)
1778 (calendar-star-date):
1779 * calendar/diary-lib.el (diary-attrtype-convert)
1780 (mark-diary-entries, diary-entry-time):
1781 * calendar/solar.el (solar-get-number):
1782 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1783 * emacs-lisp/re-builder.el (reb-display-subexp):
1784 * emulation/edt.el (edt-set-scroll-margins):
1785 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1786 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1787 (vip-get-ex-count):
1788 * emulation/viper-ex.el (viper-get-ex-token)
1789 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1790 * international/fontset.el (fontset-plain-name):
1791 * mail/feedmail.el (feedmail-look-at-queue-directory):
1792 * mail/mailalias.el (mail-get-names):
1793 * mail/rmail.el (rmail-convert-to-babyl-format):
1794 * mail/rmailsum.el (rmail-make-basic-summary-line)
1795 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1796 (rmail-summary-goto-msg):
1797 * mail/smtpmail.el (smtpmail-read-response):
1798 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1799 (ange-ftp-vms-add-file-entry):
1800 * play/gametree.el (gametree-looking-at-ply)
1801 (gametree-current-branch-score):
1802 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1803 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1804 * progmodes/cperl-mode.el (condition-case):
1805 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1806 (ebrowse-set-member-buffer-column-width)
1807 (ebrowse-select-1st-to-9nth):
1808 * progmodes/etags.el (etags-snarf-tag):
1809 * progmodes/flymake.el (flymake-parse-line):
1810 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1811 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1812 (idlwave-shell-menu-def):
1813 * progmodes/ps-mode.el (ps-run-goto-error):
1814 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1815 (vhdl-speedbar-contract-level):
1816 * term/mac-win.el (x-handle-numeric-switch):
1817 * term/sun-mouse.el (sun-get-frame-data):
1818 * term/w32-win.el (x-handle-numeric-switch):
1819 * term/x-win.el (x-handle-numeric-switch):
1820 * textmodes/ispell.el (ispell-parse-output):
1821 * textmodes/nroff-mode.el (nroff-outline-level):
1822 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1823 (reftex-bib-sort-year-reverse, reftex-format-citation):
1824 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1825 (reftex-section-number):
1826 * textmodes/texinfmt.el (texinfo-paragraphindent):
1827 Replace `string-to-int' by `string-to-number'.
1828
1829 * international/latexenc.el: Add page marker to force the "Local
1830 Variables:" string out of the last page.
1831
1832 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1833
1834 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1835 tooltip-change-major-mode.
1836 (gud-tooltip-print-command): Remove case where gud-minor-mode
1837 is gdb ("--fullname").
1838 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1839 explain to user.
1840
1841 2005-05-16 Jay Belanger <belanger@truman.edu>
1842
1843 * calc/calc-store.el (calc-copy-special-constant): New function.
1844
1845 * calc/calc-ext.el (calc-init-extensions): Add binding for
1846 `calc-copy-special-constant'.
1847
1848 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1849 for the `calc-copy-special-constant' command.
1850
1851 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1852
1853 * subr.el (left-fringe-p): New function.
1854
1855 * progmodes/compile.el (compilation-setup): Set local value of
1856 overlay-arrow-string to "" always.
1857 (compilation-set-window): Left fringe then don't scroll.
1858 No left fringe then no arrow and scroll message to top.
1859 (compilation-context-lines): Adjust doc string accordingly.
1860
1861 2005-05-16 Kim F. Storm <storm@cua.dk>
1862
1863 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1864 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1865 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1866 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1867 (ido-read-file-name): Handle commands with ido property value
1868 equal to find-file as reading a file name, to allow C-d to enter dired.
1869 (ibuffer-find-file): Add ido property with value find-file.
1870
1871 2005-05-15 Kim F. Storm <storm@cua.dk>
1872
1873 * subr.el (open-network-stream-nowait): Remove.
1874 (open-network-stream-server): Remove.
1875
1876 2005-05-15 Richard M. Stallman <rms@gnu.org>
1877
1878 * faces.el (describe-face): Output a definition link button.
1879
1880 * help-mode.el (help-face-def): New button type.
1881
1882 * emacs-lisp/copyright.el (copyright-fix-years):
1883 Match properly if the first year is 2-digit.
1884 Don't mess up the whitespace after the years by filling.
1885
1886 * dired-aux.el (dired-mark-confirm):
1887 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1888
1889 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1890 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1891 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1892
1893 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1894 Set font-lock-comment-start-skip.
1895
1896 * font-lock.el (font-lock-comment-start-skip): New variable.
1897 (font-lock-comment-end-skip): New variable.
1898 (font-lock-fontify-syntactically-region): Use them if non-nil.
1899
1900 2005-05-15 Jay Belanger <belanger@truman.edu>
1901
1902 * calc/calc-store.el (calc-store-value): Return a string rather
1903 than display it as a message.
1904 Use calc-var-name for variable name.
1905 (calc-store-into): Add the result of calc-store-value to message.
1906 (calc-copy-variable): Add a message.
1907 (calc-store-exchange): Improve error messages.
1908 (calc-store-binary, calc-store-map): Don't reset the values of
1909 special constants.
1910
1911 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1912
1913 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1914 manual to docstring.
1915
1916 * files.el (hack-local-variables-confirm): Add STRING argument.
1917 Make the function handle non file visiting buffers correctly.
1918 (hack-local-variables-prop-line, hack-local-variables)
1919 (hack-one-local-variable): Use STRING arg of
1920 `hack-local-variables-confirm'.
1921
1922 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1923
1924 Sync with Tramp 2.0.49.
1925
1926 * tramp.el (tramp-handle-dired-call-process)
1927 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1928 because the contents of the Tramp buffer is changed before
1929 insertion (`expand-file' and alike).
1930 (tramp-handle-insert-directory): If `localname' has an empty
1931 nondirectory name, it must not be quoted.
1932 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1933 variable `tramp-chunksize'. Change callees.
1934 (tramp-open-connection-setup-interactive-shell): Check remote host
1935 for buggy `send-process-string' implementation.
1936 Set `tramp-chunksize' if found. Reported by Michael Kifer
1937 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1938 (tramp-handle-shell-command): `insert-buffer' cannot be used
1939 because the contents of the Tramp buffer is changed before
1940 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1941 <frederic.bothamy@free.fr>.
1942 (tramp-set-auto-save): Actions should be done for Tramp file name
1943 handler only. Ange-FTP has its own auto-save mechanism.
1944 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1945 (tramp-set-auto-save-file-modes): Set file modes of
1946 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1947 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1948 (tramp-bug): Remove obsolete variable.
1949 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1950 for presence of `mml-mode'. Make it running for older Emacsen as well.
1951
1952 2005-05-14 John Paul Wallington <jpw@pobox.com>
1953
1954 * ibuf-ext.el (define-ibuffer-filter filename):
1955 If `dired-directory' is a list, use its car.
1956
1957 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1958
1959 * ibuffer.el (define-ibuffer-column filename):
1960 If `dired-directory' is a list, use its car.
1961
1962 2005-05-14 Richard M. Stallman <rms@gnu.org>
1963
1964 * subr.el (symbol-file): Doc fix.
1965
1966 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1967 (byte-compile-form): Call byte-compile-nogroup-warn.
1968 (byte-compile-warning-types): Doc fix.
1969
1970 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1971
1972 * progmodes/cc-engine.el (c-literal-faces):
1973 Add font-lock-comment-delimiter-face.
1974
1975 * net/net-utils.el (dig): Use with-no-warnings.
1976
1977 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1978 (sc-recite-frame-alist, sc-default-cite-frame)
1979 (sc-default-uncite-frame, sc-default-recite-frame)
1980 (sc-attrib-selection-list, sc-rewrite-header-list):
1981 Mark as risky-local-variable.
1982
1983 * international/ogonek.el (ogonek-jak, ogonek-how):
1984 Don't use beginning-of-buffer.
1985
1986 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1987
1988 * calendar/solar.el (solar-data-list): Move definition up.
1989
1990 * dnd.el (dnd-protocol-alist): Add autoload.
1991
1992 * progmodes/sh-script.el: Many doc usage fixes.
1993 (sh-indent-after-do): Change default to match common styles.
1994
1995 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
1996
1997 * files.el (interpreter-mode-alist)
1998 (auto-mode-interpreter-regexp): Doc fixes.
1999
2000 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2001
2002 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2003
2004 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2005
2006 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2007
2008 * dired.el (dired-mode): make-variable-buffer-local =>
2009 make-local-variable.
2010
2011 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2012
2013 * term/mac-win.el (mac-select-convert-to-string): Try coding
2014 systems in mac-script-code-coding-systems if specified one cannot
2015 encode string for `com.apple.traditional-mac-plain-text'.
2016
2017 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2018
2019 * progmodes/make-mode.el (makefile-targets-face)
2020 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2021 (makefile-dependency-regex): Fix it to not make the colon in
2022 $(var:a=b) special.
2023 (makefile-rule-action-regex): New regexp for highlighting embedded
2024 Shell strings.
2025 (makefile-macroassign-regex): Handle != for highlighting as
2026 embedded Shell strings.
2027 (makefile-var-use-regex): New const.
2028 (makefile-statements, makefile-automake-statements)
2029 (makefile-gmake-statements, makefile-makepp-statements)
2030 (makefile-bsdmake-statements): New consts.
2031 (makefile-make-font-lock-keywords): New function.
2032 (makefile-automake-font-lock-keywords)
2033 (makefile-gmake-font-lock-keywords)
2034 (makefile-makepp-font-lock-keywords)
2035 (makefile-bsdmake-font-lock-keywords): New consts.
2036 (makefile-mode-map): Add switchers between the various submodes.
2037 (makefile-mode): Document the availability of the variants.
2038 (makefile-automake-mode, makefile-gmake-mode)
2039 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2040
2041 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2042 new variants of makefile-mode.
2043
2044 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2047 the inheritance.
2048
2049 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2050
2051 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2052 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2053
2054 * files.el (normal-mode): Extend the scope of the
2055 `enable-local-variables' binding to include the `set-auto-mode' call.
2056 (magic-mode-alist): Doc fix.
2057
2058 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2061 font-lock-comment-face rather than copying its setting.
2062
2063 2005-05-12 Andreas Schwab <schwab@suse.de>
2064
2065 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2066
2067 2005-05-12 Lute Kamstra <lute@gnu.org>
2068
2069 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2070 defcustom for the mode hook variable. Delete the last argument.
2071 * generic-x.el: Fix callers of define-generic-mode.
2072 (generic-x-modes): Delete group.
2073 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2074 generic-x customization group.
2075
2076 2005-05-12 Kim F. Storm <storm@cua.dk>
2077
2078 * font-lock.el (font-lock-negation-char-face): Default to "off".
2079
2080 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2081 font-lock-negation-char-face to ! in !=.
2082
2083 2005-05-12 Masatake YAMATO <jet@gyve.org>
2084
2085 * add-log.el (find-change-log): Fix typos in the docstring
2086 of function.
2087
2088 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2089
2090 * international/latexenc.el (latexenc-find-file-coding-system):
2091 Avoid `re-search-forward' when looking for input encoding because
2092 of speed and safety. Better regular expressions for recognizing
2093 input encoding. Limit a search for TeX-master/tex-main-file to
2094 the local variable section.
2095
2096 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2097
2098 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2099 syntax of $ to "'" (quote).
2100
2101 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2102
2103 * dnd.el (dnd-protocol-alist): Improve custom type.
2104
2105 * dired.el (dired-dnd-protocol-alist): New variable.
2106 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2107 `dired-mode-hook' to the end.
2108
2109 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2112 comment-end if comment-start-skip is not set.
2113 Obey the font-lock-comment-delimiter-face variables.
2114
2115 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * files.el (executable-find): Move from executable.el. Use locate-file.
2118 * progmodes/executable.el (executable-find): Move to files.el.
2119
2120 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2121 when trying to ensure forward progress.
2122
2123 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2124
2125 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2126 (mouse-select, mouse-select-internal, mouse-extend-internal):
2127 Use it to implement mouse-1-click-follows-link functionality.
2128
2129 2005-05-11 Richard M. Stallman <rms@gnu.org>
2130
2131 * font-lock.el (font-lock-fontify-syntactically-region):
2132 Use font-lock-comment-delimiter-face for comment delimiters.
2133
2134 2005-05-10 Jay Belanger <belanger@truman.edu>
2135
2136 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2137 preserving embedded modes.
2138
2139 2005-05-10 Richard M. Stallman <rms@gnu.org>
2140
2141 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2142
2143 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2144 Move from ada-stmt.el.
2145 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2146
2147 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2148 Move to ada-mode.el.
2149 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2150
2151 * cus-edit.el (custom-file): Call file-chase-links.
2152
2153 * files.el (read-directory-name): Fix previous change.
2154 (hack-local-variables-confirm): New function.
2155 (hack-local-variables-prop-line, hack-local-variables)
2156 (hack-one-local-variable): Use it.
2157
2158 2005-05-10 Lute Kamstra <lute@gnu.org>
2159
2160 * font-lock.el (font-lock-keywords-alist)
2161 (font-lock-removed-keywords-alist): Clarify docstrings.
2162
2163 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2164
2165 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2166 (gdb-source-info): Check for preprocessor info.
2167 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2168 a macro for a function.
2169 (gdb-info-breakpoints-custom): Try to find file again if not already
2170 found (user might have used GDB dir command).
2171 (gdb-get-location): Update gdb-location-alist correctly for change
2172 to gdb-info-breakpoints-custom.
2173
2174 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2175 (gud-tooltip-print-command): Add gdbmi case.
2176 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2177 preprocessor info.
2178
2179 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2180
2181 * startup.el (fancy-splash-insert): Fix typo in doc string.
2182
2183 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2184
2185 * obsolete/float.el (string-to-float):
2186 * obsolete/hilit19.el (hilit-add-pattern):
2187 * obsolete/rnews.el (news-parse-range, news-select-message)
2188 (news-get-pruned-list-of-files): Replace `string-to-int' by
2189 `string-to-number'.
2190
2191 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2192 `find-file-not-found-hooks'; use `add-hook'.
2193 (uncompress-while-visiting): Set `write-file-functions', not
2194 `write-file-hooks'; use `add-hook'.
2195
2196 2005-05-09 Kim F. Storm <storm@cua.dk>
2197
2198 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2199 (cua-paste): Handle clipboard action.
2200 (cua--init-keymaps): Remap clipboard-kill-region and
2201 clipboard-kill-ring-save.
2202
2203 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2204
2205 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2206 Improve commentary.
2207
2208 * simple.el (next-error-overlay-arrow-position): Revert the change
2209 made on 2005-04-30.
2210
2211 2005-05-07 Jay Belanger <belanger@truman.edu>
2212
2213 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2214 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2215 `calc-sel-reselect'.
2216
2217 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2218 Calc is in embedded mode.
2219
2220 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2221
2222 * progmodes/compile.el (compilation-setup):
2223 Set overlay-arrow-string to an empty string on text terminals.
2224
2225 * textmodes/ispell.el (ispell-program-name): Try looking for
2226 "aspell" along exec-path, and if found, use it as the default
2227 speller program.
2228
2229 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2230
2231 * international/mule.el (sgml-xml-auto-coding-function):
2232 Recognize encoding='FOO' in single quotes as well as in double quotes.
2233
2234 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2235
2236 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2237 as well as `interactive', so that defmacro* would recognize
2238 `declare' forms.
2239
2240 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2241
2242 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2243 Explain more about the LIGHTER arg's usage in the doc string.
2244 Add commentary to clarify what the code does. Fix the regexp that
2245 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2246 since it could have characters special to regular expressions.
2247
2248 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2249
2250 * replace.el (occur-1): Bind inhibit-read-only so that
2251 erase-buffer doesn't barf on read-only text properties (likewise
2252 for add-text-properties in occur-engine). Mark buffer as unmodified.
2253 (occur-engine): Don't set buffer-read-only here.
2254
2255 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2256
2257 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2258 list-buffers-directory. This caused the *cvs-commit* buffer to be
2259 sometimes mistakenly reused as a *cvs* buffer.
2260
2261 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2262
2263 * tooltip.el: Move code for GUD tooltips into gud.el.
2264 (require): CL no longer needed to compile case.
2265 (tooltip-mode): Do not toggle functions for GUD tooltips.
2266 (tooltip-gud-tips-p): Remove. Replace with minor mode
2267 gud-tooltip-mode in gud.el.
2268 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2269 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2270 tooltip-gud prefix with gud-tooltip and obsolete.
2271 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2272 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2273 (tooltip-mouse-motion): Mouse movement functions/variable.
2274 Rename in gud.el by adding gud prefix.
2275 (tooltip-gud-original-filter, tooltip-gud-dereference)
2276 (tooltip-gud-event, tooltip-toggle-gud-tips)
2277 (tooltip-gud-process-output, tooltip-gud-print-command)
2278 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2279 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2280 (gdb-tooltip-print): Move to gdb-ui.el.
2281
2282 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2283 (require): CL needed to compile case.
2284 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2285 tooltip-gud-tips-p. Make it a minor-mode.
2286 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2287 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2288 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2289 (gud-tooltip-change-major-mode)
2290 (gud-tooltip-activate-mouse-motions-if-enabled)
2291 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2292 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2293 (gud-tooltip-original-filter, gud-tooltip-dereference)
2294 (gud-tooltip-event, tooltip-toggle-gud-tips)
2295 (gud-tooltip-process-output, gud-tooltip-print-command)
2296 (gud-tooltip-tips): Move from tooltip.el.
2297
2298 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2299 (gdb-cpp-define-alist-flags): Doc fix.
2300 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2301 gud-tooltip-mode is t.
2302
2303 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2306 evaporate if their text is deleted.
2307 (goto-address-at-point): Make it work as a mouse binding as well.
2308 (goto-address-at-mouse): Obsolete it. Update users.
2309
2310 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2311
2312 * calendar/appt.el (top-level): No longer activate on load.
2313
2314 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2315
2316 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2317 * net/webjump.el (webjump):
2318 * progmodes/idlw-help.el (idlwave-do-context-help1)
2319 (idlwave-highlight-linked-completions):
2320 * textmodes/po.el (po-find-file-coding-system-guts):
2321 Replace `assoc-ignore-case' by `assoc-string'.
2322
2323 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2324
2325 * files.el (locate-file): Doc fix.
2326
2327 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2328 Remove the redundant test for ms-dos.
2329
2330 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2331 look for the preprocessor with exec-suffixes. If not found in
2332 standard places, look in exec-path. Remove most of the tests that
2333 used system-type.
2334
2335 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2336
2337 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2338
2339 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2340 file-name clash with jka-compr.el on 8+3 filesystems.
2341
2342 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2343
2344 * term/mac-win.el: Don't define or bind scroll bar functions if
2345 x-toolkit-scroll-bars is t.
2346 (x-select-text, x-get-selection-value):
2347 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2348 (PRIMARY): Put mac-scrap-name property.
2349 (mac-select-convert-to-file-url): New function.
2350 (public.file-url): New selection target type. Add to
2351 selection-converter-alist.
2352 (x-get-selection, x-selection-value): Handle it.
2353 (x-cut-buffer-or-selection-value): New alias.
2354
2355 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2356
2357 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2358 entry to avoid calling bibtex-find-entry with arg global
2359 being t. Remove arg key.
2360 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2361 (bibtex-copy-summary-as-kill): Change accordingly.
2362
2363 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2366 (org-agenda-date-later): Use with-current-buffer.
2367
2368 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2369
2370 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2371 (define-obsolete-variable-alias): Doc Fixes.
2372
2373 2005-05-06 Kim F. Storm <storm@cua.dk>
2374
2375 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2376 vertical-motion when selective-display is active.
2377
2378 * ido.el (ido-setup-hook): New hook.
2379 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2380 (ido-input-stack): New var.
2381 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2382 ido-next-work-file binding to M-O.
2383 Bind M-f to ido-wide-find-file-or-pop-dir.
2384 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2385 (ido-read-internal): Run ido-setup-hook.
2386 Catch quit in read-file-name and read-string to cancel edit.
2387 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2388 Automatically pop-all when completing a directory name (RET).
2389 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2390 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2391 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2392 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2393 New functions for M-b/M-f to move among the directory components.
2394 (ido-make-merged-file-list): Catch quit to cancel merge.
2395 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2396 (ido-completion-help): No warnings for ido-completion-buffer-full.
2397
2398 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2399
2400 * font-lock.el (font-lock-negation-char-face): New face and variable.
2401 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2402 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2403 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2404 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2405
2406 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2409 Fix typo in docstring.
2410
2411 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2412 (ebrowse-print-statistics-line)
2413 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2414
2415 * term/w32-win.el (image-library-alist): Add additional name for
2416 Xpm library.
2417
2418 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2419
2420 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2421 use gcc instead of cpp.
2422
2423 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2424 (gdb-create-define-alist): Use it.
2425 (gdb-cpp-define-alist-program): Update for MS-DOS.
2426
2427 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2428
2429 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2430
2431 2005-05-04 Richard M. Stallman <rms@gnu.org>
2432
2433 * help.el (describe-key): No error when UNTRANSLATED is nil.
2434
2435 * simple.el (line-move-1): Fix previous change to signal errors
2436 appropriately.
2437
2438 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2439
2440 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2441 (icalendar-duration-correction): Remove.
2442 (icalendar--get-event-properties): Split result at commas.
2443 (icalendar--decode-isoduration): New optional argument
2444 DURATION-CORRECTION.
2445 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2446 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2447 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2448 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2449 (icalendar--convert-anniversary-to-ical): New functions, extracted
2450 from icalendar-export-region, with bug fixes.
2451 (icalendar-export-region): Use the above functions.
2452 (icalendar-import-buffer): Check before saving diary file.
2453 (icalendar--convert-recurring-to-diary)
2454 (icalendar--convert-non-recurring-all-day-to-diary)
2455 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2456 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2457 (icalendar--convert-ical-to-diary): Use the above functions.
2458
2459 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2460
2461 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2462 Remove these recent additions.
2463 (c-mode): Restore to before 2005-04-28.
2464
2465 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2466 recent addition.
2467
2468 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2469 (gdb-define-alist): New variables.
2470 (gdb-create-define-alist): New function.
2471 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2472 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2473 with string-to-number.
2474 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2475
2476 * progmodes/gud.el: Replace string-to-int with string-to-number.
2477 (gud-find-file): Handle gdb-define-alist.
2478
2479 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2480
2481 2005-05-02 Jay Belanger <belanger@truman.edu>
2482
2483 * calc/calc-aent.el (math-read-token):
2484 * calc/calc-bin.el (calc-word-size):
2485 * calc/calc-ext.el (calc-read-number-fancy):
2486 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2487 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2488 * calc/calc-frac.el (calc-over-notation):
2489 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2490 (calc-graph-num-points, calc-graph-init):
2491 * calc/calc-prog.el (calc-read-parse-table-part)
2492 (calc-edit-macro-repeats):
2493 * calc/calc-yank.el (calc-do-grab-rectangle):
2494 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2495 Replace `string-to-int' by `string-to-number'.
2496
2497 2005-05-02 Kim F. Storm <storm@cua.dk>
2498
2499 * kmacro.el: Use executing-kbd-macro-index variable.
2500
2501 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2502
2503 * net/rlogin.el (rlogin-parse-words): Delete func.
2504 (rlogin): Use split-string, not rlogin-parse-words.
2505 Also, if there are option-like elements in the parsed args,
2506 take the host to be the first arg immediately following them.
2507 Suggested by Michael Mauger.
2508
2509 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2510
2511 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2512
2513 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2514
2515 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2516 (cc-mode-cpp-program): Rename to cc-define-list-program and
2517 move to cc-vars.el.
2518
2519 * progmodes/cc-vars.el (cc-define-list-program):
2520 Change to "gcc -E -dM -". Make customizable.
2521
2522 2005-05-02 Kim F. Storm <storm@cua.dk>
2523
2524 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2525
2526 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2527
2528 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2529
2530 * international/mule-util.el (truncate-string): Remove alias and
2531 obsolete declaration.
2532
2533 * international/mule-cmds.el (update-iso-coding-systems):
2534 Remove alias and obsolete declaration.
2535
2536 * international/mule.el (coding-system-parent): Remove alias and
2537 obsolete declaration.
2538
2539 * subr.el (define-function, sref): Remove aliases and obsolete
2540 declarations.
2541 (chars-in-region): Remove obsolete declaration.
2542
2543 2005-05-01 Richard M. Stallman <rms@gnu.org>
2544
2545 * info.el (Info-mode): Set widen-automatically to nil, locally.
2546
2547 * simple.el (widen-automatically): New variable.
2548 (pop-global-mark): Obey widen-automatically.
2549
2550 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2551
2552 * term/xterm.el (function-key-map): Call substitute-key-definition
2553 before the keymap size is increased by a lot of define-key calls.
2554
2555 2005-05-01 Richard M. Stallman <rms@gnu.org>
2556
2557 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2558 Rename ARG to ELEMENT. Doc fix.
2559
2560 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2561
2562 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2563 Remove references to allout-exposure/change to allout-new-exposure.
2564
2565 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2566 bytecode symbols.
2567
2568 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2569 (compiled-function-p, focus-frame, unfocus-frame):
2570 Remove aliases and obsolete declarations.
2571 Back out inadvertent changes from previous commit.
2572
2573 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2574
2575 * files.el (require-final-newline): Make Custom tags consistent
2576 with mode-require-final-newline.
2577 (mode-require-final-newline): Doc fix.
2578
2579 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2580
2581 * international/latexenc.el (latexenc-find-file-coding-system):
2582 Fix regular expressions.
2583
2584 2005-05-01 David Kastrup <dak@gnu.org>
2585
2586 * international/latexenc.el (latexenc-find-file-coding-system):
2587 Fix regular expressions.
2588
2589 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2590
2591 * subr.el (string-to-int): Make obsolete.
2592
2593 2005-04-30 Richard M. Stallman <rms@gnu.org>
2594
2595 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2596
2597 * loadup.el: load jka-comp-hook.
2598
2599 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2600 (jka-compr-handler): Add autoload. `put' calls moved
2601 to jka-comp-hook.el.
2602 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2603 (jka-compr-inhibit): Autoload.
2604
2605 * jka-comp-hook.el: New file.
2606 Enable the mode by default.
2607
2608 * files.el (backup-buffer-copy): Use copy-file instead
2609 of write-region, and put back the 'excl.
2610
2611 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * progmodes/flymake.el (flymake-split-string)
2614 (flymake-split-string, flymake-log, flymake-pid-to-names)
2615 (flymake-reg-names, flymake-get-source-buffer-name)
2616 (flymake-unreg-names, flymake-add-line-err-info)
2617 (flymake-add-err-info): Clarify docstrings.
2618 (flymake-popup-menu, flymake-make-emacs-menu)
2619 (flymake-make-xemacs-menu): Add docstrings.
2620 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2621 Set variables directly throughout.
2622
2623 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2624
2625 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2626 exists. Initialise cc-define-alist.
2627 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2628 If there is no file (Macroexpansion) don't create an alist.
2629
2630 2005-04-29 Sam Steingold <sds@gnu.org>
2631
2632 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2633 (cc-create-define-alist): Use it instead of the hard-coded string.
2634
2635 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2638 for latexenc.
2639
2640 2005-04-29 Lute Kamstra <lute@gnu.org>
2641
2642 * emacs-lisp/generic.el: Improve commentary section.
2643 (define-generic-mode): Improve docstring.
2644
2645 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2646
2647 * textmodes/org.el (many places): Change to quiet the byte compiler.
2648 (org-prefix-format-compiled): New variable.
2649 (org-compile-prefix-format): New function.
2650 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2651 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2652 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2653 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2654 consistency with entries from `org-mode' files.
2655 (org-get-time-of-day): Fix bug with partial matches early in a line.
2656 (org-non-link-chars): New constant.
2657 (org-link-regexp): Respect `org-non-link-chars'.
2658 (org-agenda-day-view): Remove command.
2659 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2660 (org-follow-bbdb-link, org-store-link): Search also company field.
2661 (org-highlight-overlay): New variable.
2662 (org-highlight, org-unhighlight): New functions.
2663 (org-agenda-mode): Add pre-command-hook to remove highlight.
2664 (org-evaluate-time-range): Behavior depends upon whether time stamp
2665 contains a time or not.
2666 (org-show-subtree, org-show-entry): New functions.
2667 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2668
2669 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2670
2671 * comint.el (comint-output-filter-functions): Add autoload cookie.
2672
2673 2005-04-28 Kim F. Storm <storm@cua.dk>
2674
2675 * ido.el (ido-everywhere): Fix last change.
2676
2677 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2678
2679 * international/latexenc.el: New file.
2680 * international/mule-conf.el (file-coding-system-alist): For .tex,
2681 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2682
2683 2005-04-28 Lute Kamstra <lute@gnu.org>
2684
2685 * font-lock.el (font-lock-add-keywords)
2686 (font-lock-remove-keywords): Clarify docstring.
2687 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2688 Don't start docstrings with a `*'.
2689 (font-lock-update-removed-keyword-alist): Give it a docstring.
2690
2691 * generic-x.el: Update commentary section.
2692 Only require font-lock when compiling.
2693 Define all modes conditionally.
2694 Place all generic modes in the generic-x-modes customization group.
2695 (generic-x-modes): New customization group.
2696 (generic-default-modes, generic-mswindows-modes)
2697 (generic-unix-modes, generic-other-modes): New constants.
2698 (generic-define-mswindows-modes, generic-define-unix-modes):
2699 Update docstrings. Make them obsolete.
2700 (generic-extras-enable-list): New default value. Update docstring.
2701 Improve :type. Change :set function.
2702 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2703 Fix docstring.
2704
2705 * emacs-lisp/generic.el (generic-mode-internal):
2706 Simplify font-lock-defaults.
2707 (define-generic-mode): Fix docstring.
2708
2709 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2712 font-lock-face property to highlight matches.
2713
2714 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2715
2716 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2717 (cc-define-alist): New variable.
2718 (c-mode): Make it local and initialise it.
2719
2720 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2721 (gdb-exited): New function.
2722 (gdb-annotation-rules): Use it.
2723 (gdb-starting): Set gdb-active-process to t.
2724 (gdb-stopping): Amend doc string.
2725 (gdb-reset): Set gdb-active-process to nil.
2726
2727 * tooltip.el (tooltip-gud-tips): Show the associated #define
2728 directives when a C program under GDB is not executing.
2729
2730 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2733 font-lock-fontify-syntactic-keywords.
2734
2735 * font-lock.el (font-lock-default-fontify-region): Don't force
2736 parse-sexp-lookup-properties to nil.
2737
2738 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2739
2740 * man.el (man-mode-syntax-table): Set up `:' to have
2741 word-constituent syntax.
2742
2743 2005-04-27 Lute Kamstra <lute@gnu.org>
2744
2745 * novice.el (disable-command): Don't add spurious newlines to the
2746 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2747
2748 2005-04-26 Jay Belanger <belanger@truman.edu>
2749
2750 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2751 than one window before deleting window.
2752
2753 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2754
2755 * shell.el (shell-prompt-pattern): Doc fix.
2756 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2757
2758 * comint.el (comint-prompt-regexp, comint-get-old-input)
2759 (comint-use-prompt-regexp)
2760 (comint-use-prompt-regexp-instead-of-fields)
2761 (comint-replace-by-expanded-history, comint-send-input)
2762 (comint-output-filter, comint-get-old-input-default)
2763 (comint-line-beginning-position, comint-bol, comint-show-output)
2764 (comint-backward-matching-input, comint-forward-matching-input)
2765 (comint-next-prompt, comint-previous-prompt):
2766 Rename `comint-use-prompt-regexp-instead-of-fields' to
2767 `comint-use-prompt-regexp'. Keep old name as alias and declare
2768 obsolete.
2769 (comint-use-prompt-regexp): Shorten first line of doc string.
2770
2771 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2772 Set paragraph-separate buffer locally to "\\'".
2773
2774 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2775 Adapt to above name change.
2776
2777 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2778 (smbclient-prompt-regexp): Ditto.
2779
2780 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2781
2782 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2785 gdb-location-list.
2786 Break lines that are over 80 characters wide.
2787
2788 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2791 New fun and var, to preserve compatibility.
2792
2793 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2794
2795 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2796
2797 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2798 name to file-newer-than-file-p.
2799
2800 2005-04-26 Richard M. Stallman <rms@gnu.org>
2801
2802 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2803
2804 * progmodes/python.el (python-mode):
2805 Use new name eldoc-documentation-function.
2806
2807 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2808
2809 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2810 (eldoc-documentation-function):
2811 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2812
2813 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2814
2815 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2816
2817 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2818
2819 * term/xterm.el (function-key-map): Fix strings for
2820 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2821 {C,S,A,C-S}-{f1-f12}.
2822
2823 2005-04-26 Kenichi Handa <handa@m17n.org>
2824
2825 * international/mule-cmds.el (select-safe-coding-system):
2826 Fix previous change.
2827
2828 2005-04-26 Lute Kamstra <lute@gnu.org>
2829
2830 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2831
2832 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2833 (font-lock-comment-delimiter-face): Ditto.
2834
2835 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2836
2837 2005-04-25 Jay Belanger <belanger@truman.edu>
2838
2839 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2840 to t while inserting information; use help-mode.
2841
2842 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2843
2844 * term.el (ansi-term-color-vector): Use the xterm colors.
2845 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2846
2847 2005-04-25 Lute Kamstra <lute@gnu.org>
2848
2849 * font-core.el (font-lock-defaults): Fix docstring.
2850
2851 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2852
2853 2005-04-25 Kenichi Handa <handa@m17n.org>
2854
2855 * international/mule-cmds.el (select-safe-coding-system):
2856 Don't check consistency with coding: spec, etc if raw-text or
2857 no-conversion was found to be safe.
2858
2859 2005-04-24 Richard M. Stallman <rms@gnu.org>
2860
2861 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2862 citation markers at start of each line.
2863
2864 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2865 citation markers at start of each line.
2866
2867 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2868
2869 * files.el (mode-require-final-newline): Fix previous change.
2870 (require-final-newline): Fix type label.
2871
2872 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2873
2874 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2875 statement in buffer (broken by 2004-11-24 change).
2876
2877 2005-04-24 Kim F. Storm <storm@cua.dk>
2878
2879 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2880 and read-file-name-function values. Don't overwrite existing
2881 non-nil values if ido-mode is enabled without ido-everywhere.
2882
2883 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2884
2885 * files.el (mode-require-final-newline): Minor doc fix.
2886
2887 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2888
2889 * subr.el (syntax-after): Doc fix.
2890 (syntax-class): If argument is nil, return nil. Mask off upper 16
2891 bits, not 8 bits.
2892
2893 * files.el (mode-require-final-newline): Doc fix.
2894 (backup-buffer-copy): Fix last change.
2895
2896 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2897
2898 * term/mac-win.el: Require select. Set selection-coding-system to
2899 mac-system-coding-system. Call menu-bar-enable-clipboard.
2900 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2901 (x-select-enable-clipboard): New variables.
2902 (x-select-text, x-get-selection, x-selection-value)
2903 (x-get-selection-value, mac-select-convert-to-string)
2904 (mac-services-open-file, mac-services-open-selection)
2905 (mac-services-insert-text): New functions.
2906 (CLIPBOARD, FIND): Put mac-scrap-name property.
2907 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2908 (public.tiff): Put mac-ostype property.
2909 (selection-converter-alist): Add entries for them.
2910 (mac-application-menu-map): New keymap.
2911 (interprogram-cut-function, interprogram-paste-function): Set to
2912 x-select-text and x-get-selection-value, respectively.
2913 (split-window-keep-point): Set to t.
2914
2915 2005-04-23 Richard M. Stallman <rms@gnu.org>
2916
2917 * files.el (read-directory-name): Always pass non-nil
2918 DEFAULT-FILENAME arg to read-file-name.
2919 (backup-buffer-copy, basic-save-buffer-2): Take care against
2920 writing thru an unexpected existing symlink.
2921 (revert-buffer): In indirect buffer, revert the base buffer.
2922 (magic-mode-alist): Doc fix.
2923 (buffer-stale-function): Doc fix.
2924 (minibuffer-with-setup-hook): Avoid warning.
2925 (mode-require-final-newline): Doc and custom fix.
2926
2927 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2928
2929 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2930 use the default appearance.
2931 (font-lock-comment-delimiter-face): New face, new variable.
2932
2933 * imenu.el (imenu--generic-function): The official position of a
2934 definition is the start of the line that BEG is in.
2935
2936 * midnight.el (midnight-timer): Move defvar up.
2937
2938 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2939
2940 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2941
2942 * startup.el (command-line): Use with-no-warnings.
2943
2944 * window.el (window-size-fixed): New defvar.
2945
2946 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2947
2948 * mail/rmail.el (rmail-font-lock-keywords):
2949 Use font-lock-comment-delimiter-face.
2950
2951 * mail/sendmail.el (mail-font-lock-keywords):
2952 Use font-lock-comment-delimiter-face.
2953
2954 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2955
2956 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2957
2958 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2959 Specify t for LAXMATCH when matching directories.
2960 Save match data around compilation-compat-error-properties form.
2961
2962 2005-04-23 David Kastrup <dak@gnu.org>
2963
2964 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2965 Mention that the autoloaded aliases should be kept for AUCTeX.
2966
2967 2005-04-23 Andreas Schwab <schwab@suse.de>
2968
2969 * isearch.el (isearch-forward): Doc fix.
2970
2971 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2972
2973 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2974 (jit-lock-stealth-nice): Change default value to 0.5.
2975
2976 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2977
2978 * abbrev.el (write-abbrev-file): Write table entries in
2979 alphabetical order by table name.
2980
2981 2005-04-22 Kim F. Storm <storm@cua.dk>
2982
2983 * ido.el (ido-read-internal): Fix `list' completion.
2984
2985 2005-04-22 Kenichi Handa <handa@m17n.org>
2986
2987 * recentf.el (recentf-save-file-coding-system): New variable.
2988 (recentf-save-list): Encode the file by
2989 recentf-save-file-coding-system and add coding: tag.
2990
2991 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2992
2993 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2994
2995 2005-04-21 Lute Kamstra <lute@gnu.org>
2996
2997 * loadhist.el (unload-feature): Don't remove a function from hooks
2998 if it is about to be restored to an autoload . Remove functions
2999 that will become unbound from auto-mode-alist. Simplify the code.
3000
3001 * subr.el (assq-delete-all): New implementation that is linear,
3002 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3003 (rassq-delete-all): New function.
3004
3005 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3006 Add size-indication-mode.
3007
3008 2005-04-21 Kenichi Handa <handa@m17n.org>
3009
3010 * international/mule-cmds.el: Add autoload for widget-value in
3011 eval-when-compile.
3012
3013 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3014
3015 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3016 Add tooltip-mode.
3017
3018 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3019
3020 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3021
3022 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3023 (inferior-lisp-filter-regexp, inferior-lisp-program)
3024 (inferior-lisp-load-command, inferior-lisp-prompt)
3025 (inferior-lisp-mode-hook, lisp-source-modes)
3026 (inferior-lisp-load-hook): defvar->defcustom.
3027 (inferior-lisp-program, inferior-lisp-prompt)
3028 (inferior-lisp-load-hook): Doc fixes.
3029 (inferior-lisp-install-letter-bindings): Small change in
3030 introductory comment.
3031
3032 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3033
3034 * vc.el (vc-annotate-color-map): Change some colors so that text
3035 using them as foreground is readable on both white and black
3036 backgrounds.
3037
3038 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * international/mule-conf.el (translation-table-for-input):
3041 Remove redundant declaration.
3042
3043 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3044
3045 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3046
3047 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3048 (tooltip-toggle-gud-tips): New function.
3049
3050 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3051
3052 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3053 right angle brackets.
3054
3055 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3056
3057 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3058
3059 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3062 Remove. Update callers to use expand-file-name instead.
3063
3064 * subr.el (syntax-class): New function.
3065
3066 * simple.el (blink-matching-open): Use it.
3067
3068 * paren.el (show-paren-function): Use it to recognize parens that are
3069 also used in 2-char comment markers.
3070
3071 2005-04-19 Lute Kamstra <lute@gnu.org>
3072
3073 * loadhist.el (unload-feature): Update for new format of
3074 load-history. Simplify the code.
3075
3076 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3077
3078 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3079 (mac-add-charset-info): New function. Initialize variable
3080 mac-charset-info-alist using it.
3081 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3082 for translation.
3083 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3084 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3085 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3086 New CCL programs.
3087
3088 2005-04-19 Kim F. Storm <storm@cua.dk>
3089
3090 * simple.el (next-buffer, prev-buffer, next-error)
3091 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3092 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3093
3094 * bindings.el (next-buffer, prev-buffer, next-error)
3095 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3096 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3097 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3098 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3099
3100 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * isearch.el (isearch-edit-string): Make the search-ring available for
3103 minibuffer history commands.
3104 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3105 the default history commands now work just as well.
3106 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3107
3108 2005-04-18 Kim F. Storm <storm@cua.dk>
3109
3110 * emulation/cua-base.el (cua--pre-command-handler): Add more
3111 elaborate check for shift modifier on non-window systems.
3112
3113 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3114
3115 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3116
3117 2005-04-18 Kim F. Storm <storm@cua.dk>
3118
3119 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3120 and make it optional. Don't test tooltip-gud-echo-area here.
3121 (tooltip-gud-process-output, gdb-tooltip-print):
3122 Pass tooltip-gud-echo-area to tooltip-show.
3123 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3124
3125 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3126
3127 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3128 `display-graphic-p' may not be bound yet.
3129
3130 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3131
3132 * startup.el (command-line): No longer enable Xterm Mouse mode by
3133 default in terminals compatible with xterm.
3134
3135 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3136
3137 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3138
3139 * tooltip.el (tooltip-gud-echo-area): Rename from
3140 tooltip-use-echo-area.
3141 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3142 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3143 area independently of where help tooltips are displayed.
3144
3145 2005-04-17 David Kastrup <dak@gnu.org>
3146
3147 * cus-theme.el (custom-theme-write-variables): Quote variables
3148 where necessary.
3149
3150 2005-04-17 Richard M. Stallman <rms@gnu.org>
3151
3152 * simple.el (yank-excluded-properties): Add follow-link to value.
3153
3154 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3155
3156 * startup.el (fancy-splash-max-time): Just 30 seconds.
3157 (fancy-splash-delay): Just 7.
3158 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3159
3160 * loadhist.el (unload-feature): Update for new format of load-history.
3161 Simplify the code.
3162
3163 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3164 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3165
3166 * mail/sendmail.el (mail-font-lock-keywords):
3167 Don't fontify subject text.
3168 Don't fontify the text of a citation.
3169
3170 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3171
3172 * comint.el (comint-output-filter): Run comint-output-filter-functions
3173 with point where the user had it.
3174
3175 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * international/ucs-tables.el (ucs-set-table-for-input):
3178 Disable when using unify-on-decoding.
3179
3180 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3181
3182 * emulation/cua-base.el (cua-global-mark-face): Add special case
3183 for displays supporting a high number of colors.
3184
3185 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3186
3187 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3188
3189 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * filesets.el (filesets-add-buffer): If user supplies a name of a
3192 non-existing fileset, create a new fileset.
3193
3194 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3195
3196 * textmodes/org.el (org-up-heading-all): Fix bug with
3197 `outline-up-heading-all'.
3198
3199 2005-04-16 Andreas Schwab <schwab@suse.de>
3200
3201 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3202 /etc/permissions.d/* and /etc/aliases.d/*.
3203
3204 2005-04-16 Kenichi Handa <handa@m17n.org>
3205
3206 * international/code-pages.el (cp-make-coding-system):
3207 Set `translation-table-for-input' property value to the symbol
3208 ucs-mule-to-mule-unicode, not to that value.
3209 (pt154): Escape guillemet by `\'.
3210
3211 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3212
3213 * loadup.el: Load tooltip if x-show-tip is fboundp.
3214
3215 * startup.el (command-line): Add comment.
3216
3217 * tooltip.el (tooltip-mode): Specify correct standard value for
3218 Custom in init-value.
3219
3220 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3223 possible.
3224
3225 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3226
3227 * textmodes/org.el (org-agenda-date-prompt): Rename from
3228 `org-agenda-date-today'.
3229 (org-evaluate-time-range): Insert at point instead of directly
3230 after time range.
3231 (org-first-headline-recenter, org-subtree-end-visible-p)
3232 (org-optimize-window-after-visibility-change): New functions
3233 (org-agenda-post-command-hook): Don't allow point at end of line,
3234 to make sure it always hits the text properties.
3235 (org-agenda-next-date-line, org-agenda-previous-date-line):
3236 New commands.
3237 (org-set-regexps-and-options): Category may contain white space.
3238 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3239 Improve marker positions.
3240 (org-agenda-new-marker): Argument POS made optional.
3241 (org-agenda-get-timestamps): Deadlines which are done are listed
3242 in org-done-face now.
3243 (org-agenda-get-todos, org-agenda-get-timestamps)
3244 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3245 Set `undone-face' and `done-face' properties.
3246 (org-last-todo-state-is-todo): New variable.
3247 (org-todo): Set `org-last-todo-state-is-todo'.
3248 (org-agenda-todo): Change face according to
3249 `org-last-todo-state-is-todo'. And change other lines refering to
3250 the same entry.
3251 (org-calendar-goto-agenda): New command.
3252 (org-calendar-to-agenda-key): New option.
3253 (org-startup-folded): New allowed value `content'.
3254 (org-set-regexps-and-options): Accept new value `content' for
3255 `org-startup-folded'.
3256 (org-get-current-options): Handle new value `content' for
3257 `org-startup-folded'.
3258 (org-insert-todo-heading): New command.
3259 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3260 interactively in empty file and option
3261 `org-insert-mode-line-in-empty-file' has been set.
3262 (org-agenda-todo,org-agenda-priority): Modify to use
3263 `org-agenda-change-all-lines'.
3264 (org-warning-face): Change color on dark background
3265
3266 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3267
3268 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3269 use preferences AppleLocale and AppleLanguages, and variable
3270 mac-system-locale for default locale. On Mac OS Classic, use
3271 mac-system-coding-system for default coding systems.
3272
3273 * term/mac-win.el: Don't set file-name-coding-system.
3274 Decode variables system-name, emacs-build-system, user-login-name, and
3275 user-full-name by mac-system-coding-system on Mac OS Classic.
3276 (mac-system-coding-system): New variable.
3277
3278 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3279
3280 * startup.el (command-line): Handle `xterm-mouse-mode' before
3281 reading init file.
3282
3283 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3284
3285 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3286
3287 * progmodes/sh-script.el (sh-here-document-word): Make it a
3288 defcustom. Doc fix.
3289 (sh-add): Bash uses $(( )) for arithmetic.
3290 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3291 (sh-maybe-here-document): Remove quotes and leading whitespace
3292 from heredoc word when closing. Indent heredoc with tabs if word
3293 starts with "-".
3294
3295 2005-04-13 Richard M. Stallman <rms@gnu.org>
3296
3297 * simple.el (undo): Fix previous change.
3298
3299 * custom.el (defface): Doc fix.
3300
3301 2005-04-13 Lute Kamstra <lute@gnu.org>
3302
3303 * Makefile.in (DONTCOMPILE): Remove list.
3304 (compile, compile-always): Don't use DONTCOMPILE.
3305 (update-authors): Load the library in which batch-update-authors
3306 is defined.
3307 * makefile.w32-in (DONTCOMPILE): Remove list.
3308 (compile, compile-always): Fix comments.
3309 (update-authors): Load the library in which batch-update-authors
3310 is defined.
3311
3312 * generic-x.el (generic-mode-ini-file-find-file-hook):
3313 Rename to ini-generic-mode-find-file-hook.
3314 Keep generic-mode-ini-file-find-file-hook as an alias.
3315 (ini-generic-mode-find-file-hook): Rename from
3316 generic-mode-ini-file-find-file-hook. Fix docstring.
3317 (ini-generic-mode): Docstring change.
3318 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3319
3320 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3321 called from lisp.
3322
3323 * generic.el: Move to the emacs-lisp subdir.
3324
3325 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3326
3327 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3328 and C-S- function and cursor motion keys.
3329
3330 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3331
3332 * startup.el (command-line): Enable Xterm Mouse mode by default.
3333 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3334 for Custom. No longer show "Mouse" in mode line when enabled.
3335 Doc fix.
3336
3337 2005-04-12 Kim F. Storm <storm@cua.dk>
3338
3339 * emulation/cua-base.el (cua-rectangle-face)
3340 (cua-rectangle-noselect-face): Define face attributes here.
3341
3342 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3343
3344 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3345
3346 * startup.el (command-line): Turn off blinking cursor if
3347 cursorBlink in resources is off or false.
3348
3349 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3350
3351 * term/mac-win.el (dnd): Require dnd.
3352 (mac-drag-n-drop): Call dnd-handle-one-url.
3353 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3354 (kTextEncodingISOLatin2): Remove constants.
3355 (mac-script-code-coding-systems): New constant.
3356 (mac-handle-language-change): New function.
3357 (special-event-map): Bind it to `language-change' event.
3358 (mac-centraleurroman, mac-cyrillic): New coding systems.
3359 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3360 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3361 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3362 encode-mac-cyrillic, respectively.
3363
3364 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3365
3366 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3367 Don't set overlay-arrow-string to "=>" as this is done
3368 globally in C now.
3369
3370 2005-04-12 Lute Kamstra <lute@gnu.org>
3371
3372 * generic-x.el (rc-generic-mode, rul-generic-mode):
3373 Fix auto-mode-alist entries.
3374 (etc-fstab-generic-mode): Tweak fontification.
3375
3376 * generic.el (generic-make-keywords-list): Fix docstring.
3377 (generic-mode-internal): Simplify generic-font-lock-keywords.
3378
3379 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3380
3381 * whitespace.el (whitespace-buffer-leading)
3382 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3383 However, fix the highlight area for the leading and
3384 trailing whitespaces to show space.
3385
3386 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3387
3388 * whitespace.el (whitespace-version): Bump to 3.5
3389
3390 (whitespace-buffer-leading, whitespace-buffer-trailing):
3391 Invert sense of the test to highlight the whitespace.
3392
3393 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * progmodes/gud.el (gud-display-line): GUD uses its own
3396 overlay arrow now so don't set overlay-arrow-string.
3397 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3398
3399 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3400
3401 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3402 (term-ansi-current-reverse, term-ansi-current-invisible)
3403 (term-ansi-face-already-done): Change to boolean.
3404 (term-reset-terminal, term-handle-colors-array): Handle the above
3405 vars accordingly.
3406 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3407 (term-emulate-terminal): Use the new name.
3408
3409 * faces.el (secondary-selection): Use yellow1, not yellow.
3410 (trailing-whitespace): Use red1, not red.
3411
3412 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3413
3414 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3415 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3416 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3417
3418 * cus-edit.el (dnd): New group.
3419
3420 * term/w32-win.el (dnd): Require dnd
3421 (w32-drag-n-drop): Call dnd-handle-one-url.
3422
3423 * x-dnd.el: Require dnd.
3424 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3425 Call dnd-handle-one-url.
3426 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3427 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3428 to dnd-insert-text.
3429 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3430 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3431 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3432 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3433
3434 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3435
3436 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3437
3438 * wdired.el: Doc fixes.
3439 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3440 (wdired-use-dired-vertical-movement): Rename from
3441 wdired-always-move-to-filename-beginning.
3442 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3443 (wdired-change-to-wdired-mode): Change mode name.
3444 (wdired-newline): Delete.
3445
3446 2005-04-11 Richard M. Stallman <rms@gnu.org>
3447
3448 * whitespace.el (whitespace-highlight-the-space):
3449 Don't call whitespace-unhighlight-the-space here.
3450
3451 * simple.el (undo): Record t in undo-equiv-table
3452 for the redo record made by an undo-in-region.
3453
3454 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3455
3456 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3457 (gdb-frame-inferior-io-buffer): New Functions to control
3458 display of separate IO buffer.
3459 (menu): Add them to menu-bar.
3460 (gdb-display-buffer): Check for buffer another frame.
3461 Protect GUD buffer.
3462 (gdb-setup-windows): Create IO buffer if not already there.
3463 (gdb-memory-mode): Remove purecopy noops.
3464
3465 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3466
3467 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3468 and pass to self-insert-command.
3469
3470 2005-04-11 Lute Kamstra <lute@gnu.org>
3471
3472 * generic.el: Commentary section cleanup.
3473 (generic): Delete.
3474 (generic-use-find-file-hook, generic-lines-to-scan)
3475 (generic-find-file-regexp, generic-ignore-files-regexp)
3476 (default-generic-mode, generic-mode-find-file-hook)
3477 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3478 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3479 (generic-use-find-file-hook, generic-lines-to-scan)
3480 (generic-find-file-regexp, generic-ignore-files-regexp)
3481 (default-generic-mode, generic-mode-find-file-hook)
3482 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3483
3484 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3485
3486 * bookmark.el (bookmark-write-file): Catch errors writing file.
3487 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3488
3489 2005-04-10 Richard M. Stallman <rms@gnu.org>
3490
3491 * startup.el (fancy-splash-tail): Update copyright year.
3492 (command-line): Split part of -Q into -D.
3493 (emacs-basic-display): New defvar.
3494 (fancy-splash-text): Correct name of menu item.
3495
3496 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3497
3498 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3499 lines in one node.
3500
3501 * comint.el (comint-send-input): New arg ARTIFICIAL.
3502 Callers in this file changed.
3503
3504 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3505
3506 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3507
3508 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3509
3510 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3511 `ldap-search-internal'.
3512
3513 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * files.el (set-auto-mode-1): Use line-end-position.
3516
3517 * international/latin-1.el:
3518 * international/latin-2.el:
3519 * international/latin-3.el:
3520 * international/latin-4.el:
3521 * international/latin-5.el:
3522 * international/latin-8.el:
3523 * international/latin-9.el: Give punctuation syntax to NBSP.
3524
3525 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3526 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3527 Use char-classes to accept non-ascii letters, accepted in some recent
3528 bibtex implementations.
3529
3530 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3531
3532 * custom.el (custom-set-minor-mode): Any non-nil value for the
3533 variable should enable the mode when set through Custom.
3534
3535 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3536
3537 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3538 TAB binding so tab-always-indent is obeyed.
3539 (vhdl-minibuffer-local-map): Move initialization into declaration.
3540 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3541 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3542 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3543 (vhdl-current-line): Use line-beginning-position.
3544 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3545 with-output-to-temp-buffer, so the current position can be recorded.
3546
3547 2005-04-10 Masatake YAMATO <jet@gyve.org>
3548
3549 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3550 Add regexp for gcov.
3551
3552 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3553
3554 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3555 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3556 syntax which Emacs 20 doesn't support.
3557
3558 2005-04-09 Richard M. Stallman <rms@gnu.org>
3559
3560 * help.el (describe-key-briefly, describe-key):
3561 Replace strings as event types with "(any string)".
3562
3563 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * arc-mode.el (archive-mode-map): Move initialization into
3566 the declaration. Override *all* bindings of `undo'.
3567 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3568
3569 2005-04-09 Jay Belanger <belanger@truman.edu>
3570
3571 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3572
3573 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3574
3575 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3576 (xterm-register-default-colors): Update color values computation
3577 to match xterm-200.
3578
3579 2005-04-09 Kenichi Handa <handa@m17n.org>
3580
3581 * international/code-pages.el (iso-latin-7): Fix the map.
3582
3583 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3584
3585 * emacs-lisp/lisp.el (defun-prompt-regexp)
3586 (parens-require-spaces, buffer-end, end-of-defun)
3587 (insert-parentheses): Doc fixes.
3588
3589 2005-04-08 Kim F. Storm <storm@cua.dk>
3590
3591 * comint.el (comint-highlight-prompt): Fix face spec.
3592 * hi-lock.el (hi-green): Likewise.
3593
3594 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3595
3596 * cus-edit.el (custom-modified-face):
3597 * comint.el (comint-highlight-input): Fix previous changes.
3598 * term.el (term-handle-ansi-escape): Add a comment.
3599
3600 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3603 in the buffer and in whitespace-highlighted-space.
3604 (whitespace-unhighlight-the-space): Simplify.
3605 (whitespace-buffer): Simplify.
3606
3607 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * textmodes/table.el (table-cell-face): Add special case for
3610 displays supporting a high number of colors.
3611 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3612 (vhdl-font-lock-reserved-words-face)
3613 (vhdl-speedbar-architecture-face)
3614 (vhdl-speedbar-instantiation-face)
3615 (vhdl-speedbar-architecture-selected-face)
3616 (vhdl-speedbar-instantiation-selected-face): Likewise.
3617 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3618 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3619 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3620 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3621 (ebrowse-progress-face): Likewise.
3622 * progmodes/compile.el (compilation-info-face): Likewise.
3623 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3624 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3625 * calendar/calendar.el (diary-face): Likewise.
3626 * woman.el (woman-italic-face, woman-bold-face)
3627 (woman-unknown-face): Likewise.
3628 * wid-edit.el (widget-button-pressed-face): Likewise.
3629 * whitespace.el (whitespace-highlight-face): Likewise.
3630 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3631 * pcvs-info.el (cvs-marked-face): Likewise.
3632 * info.el (info-xref): Likewise.
3633 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3634 * hilit-chg.el (highlight-changes-face)
3635 (highlight-changes-delete-face): Likewise.
3636 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3637 (hi-red-b): Likewise.
3638 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3639 * font-lock.el (font-lock-keyword-face)
3640 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3641 * cus-edit.el (custom-invalid-face, custom-modified-face)
3642 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3643 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3644 * comint.el (comint-highlight-prompt): Likewise.
3645
3646 2005-04-08 Lute Kamstra <lute@gnu.org>
3647
3648 * font-lock.el (font-lock-keywords): Docstring fixes.
3649
3650 2005-04-08 Kenichi Handa <handa@m17n.org>
3651
3652 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3653 chars are more than a limit, print " and more..." at the tail.
3654
3655 2005-04-08 Kim F. Storm <storm@cua.dk>
3656
3657 * emacs-lisp/authors.el (authors-aliases): Update list.
3658 (authors-ignored-files): New list.
3659 (authors-fixed-entries): Fix typo.
3660 (authors-renamed-files-alist): Update list.
3661 (authors-add): Check authors-ignored-files.
3662
3663 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3664
3665 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3666 optional, to ensure backward compatibility.
3667
3668 2005-04-08 Stephen Eglen <stephen@gnu.org>
3669
3670 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3671
3672 2005-04-08 Kim F. Storm <storm@cua.dk>
3673
3674 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3675
3676 * mouse.el (mouse-on-link-p): Doc fix.
3677
3678 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3679
3680 * ielm.el (ielm-prompt-read-only): Doc fix.
3681
3682 * comint.el (comint-prompt-read-only): Doc fix.
3683
3684 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3685
3686 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3687 ensure dired always handles wildcards passed to ffap.
3688 (find-file-at-point): Use it.
3689 (ffap-dired-wildcards): Doc fix.
3690
3691 2005-04-07 Juri Linkov <juri@jurta.org>
3692
3693 * simple.el (next-error-overlay-arrow-position): New defvar.
3694 Put "=>" on its property `overlay-arrow-string'. Add it to
3695 `overlay-arrow-variable-list'.
3696
3697 * progmodes/compile.el (compilation-setup):
3698 Set `next-error-overlay-arrow-position' to nil. Also set it to
3699 nil in the local hook `kill-buffer-hook'. Make local variable
3700 `overlay-arrow-string' and set it to "=>".
3701 (compilation-goto-locus): Set BOL position to
3702 `next-error-overlay-arrow-position' instead of
3703 `overlay-arrow-position'.
3704
3705 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3706 locally instead of adding it to the global hook.
3707 (Info-kill-buffer): Move up.
3708
3709 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * term/xterm.el (xterm-standard-colors): Update color values from
3712 xterm-200.
3713
3714 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3717
3718 * fast-lock.el:
3719 * lazy-lock.el: Move them to the obsolete subdir.
3720
3721 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3722
3723 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3724 (wdired-add-replace-advice): Remove.
3725 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3726
3727 2005-04-06 Kim F. Storm <storm@cua.dk>
3728
3729 * startup.el (command-line): Add --bare-bones alias for -Q.
3730
3731 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3732
3733 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3734 create the startup fontset if a font specification ends with
3735 `mac-roman'.
3736
3737 2005-04-06 Lute Kamstra <lute@gnu.org>
3738
3739 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3740 change.
3741
3742 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3743 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3744
3745 2005-04-05 Lute Kamstra <lute@gnu.org>
3746
3747 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3748 (define-generic-mode): Ditto. Fix debug declaration.
3749
3750 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3751 Put them in the generic-x group.
3752
3753 * calendar/timeclock.el (timeclock): Doc fix.
3754
3755 * generic.el (define-generic-mode): Don't use custom-current-group.
3756 Document default :group value.
3757 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3758 (define-global-minor-mode): Don't use custom-current-group.
3759
3760 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3761
3762 * startup.el (command-line-1): Display startup-echo-area-message
3763 when fancy splash screen is in use.
3764
3765 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3766 (sh-escaped-newline): New face.
3767 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3768 newline, and use sh-escaped-newline face.
3769
3770 * progmodes/tcl.el (tcl-escaped-newline): New face.
3771 (tcl-builtin-list): New variable.
3772 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3773 newlines. Fix keywords subexpression number.
3774
3775 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3776
3777 * textmodes/org.el (org-diary-default-entry): Fix call to
3778 `add-to-diary-entry'.
3779
3780 2005-04-05 Kim F. Storm <storm@cua.dk>
3781
3782 * ediff-init.el: Use (featurep 'xemacs).
3783
3784 2005-04-05 David Ponce <david@dponce.com>
3785
3786 * cus-edit.el (face): Derive from symbol widget. Display sample
3787 of the current face on the fly.
3788 (widget-face-sample-face-get, widget-face-notify): New functions.
3789 (widget-face-value-create): Remove.
3790
3791 * wid-edit.el (widget-field-end): Temporarily remove field
3792 narrowing before to call `get-char-property'.
3793
3794 2005-04-04 Jay Belanger <belanger@truman.edu>
3795
3796 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3797 (math-read-subscripts): New variable.
3798 (math-read-preprocess-string): Process subscripts.
3799
3800 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3801
3802 * comint.el (comint-prompt-read-only): Doc fix.
3803
3804 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3805 `-1'. Doc fix.
3806
3807 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3808
3809 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3810 Change default value to nil.
3811
3812 2005-04-04 Lute Kamstra <lute@gnu.org>
3813
3814 * autorevert.el (auto-revert-mode): Specify :group.
3815 * battery.el (display-battery-mode): Specify :group.
3816 * diff-mode.el (diff-minor-mode): Specify :group.
3817 * font-core.el (font-lock-mode): Specify :group.
3818 * hl-line.el (hl-line-mode): Specify :group.
3819 * iimage.el (iimage): New customization group.
3820 (iimage-mode): Specify :group.
3821 * longlines.el (longlines-mode): Specify :group.
3822 * master.el: Don't require easy-mmode.
3823 (master): New customization group.
3824 (master-mode): Specify :group.
3825 * msb.el (msb-mode): Specify :group.
3826 * reveal.el (reveal-mode): Specify :group.
3827 * simple.el (next-error-follow-minor-mode): Specify :group.
3828 * smerge-mode.el (smerge-mode): Specify :group.
3829 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3830 * emulation/cua-base.el (cua-mode): Specify :group.
3831 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3832 * language/thai-util.el (thai-auto-composition-mode)
3833 (thai-word-mode): Specify :group.
3834 * mail/supercite.el (sc-minor-mode): Specify :group.
3835 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3836 * progmodes/flymake.el (flymake-mode): Specify :group.
3837 * progmodes/glasses.el (glasses-mode): Specify :group.
3838 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3839 * textmodes/enriched.el (enriched-mode): Specify :group.
3840 * textmodes/refill.el (refill-mode): Specify :group.
3841
3842 * add-log.el (change-log-font-lock-keywords): Names in
3843 parenthesized lists can contain spaces.
3844
3845 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3846
3847 * startup.el (fancy-splash-text): Shorten default text of
3848 "Emacs Tutorial" line. Also, if the current language env
3849 indicates an available tutorial file other than TUTORIAL,
3850 extract its title and append it to the line in parentheses.
3851 (fancy-splash-insert): If arg is a thunk, funcall it.
3852
3853 2005-04-04 Jay Belanger <belanger@truman.edu>
3854
3855 * calc.el (calc-language-alist): Add tags to customization type.
3856
3857 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3858
3859 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3860 Doc fix.
3861
3862 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3863
3864 * add-log.el (change-log-font-lock-keywords): The manual
3865 describing a Change Log entry, says: (...) "Aside from these
3866 header lines, every line in the change log starts with a space or
3867 a tab.". The font-lock was not highlighting lines started with
3868 spaces, added support for it.
3869
3870 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3871
3872 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3873 (bibtex-generate-url-list): Update docstring accordingly. Put the
3874 complex example in the docstring.
3875 (bibtex-font-lock-url): Use pop.
3876
3877 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3878
3879 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3880
3881 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3882
3883 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3884
3885 * filesets.el (filesets-set-default): Doc fix.
3886
3887 2005-04-03 Lute Kamstra <lute@gnu.org>
3888
3889 * generic.el (define-generic-mode): Add argument to specify
3890 keywords for defcustom.
3891 (default-generic-mode): Specify :group.
3892
3893 * generic-x.el: Specify :group for all generic modes.
3894
3895 * desktop.el (desktop-no-desktop-file-hook)
3896 (desktop-after-read-hook): Doc fix.
3897
3898 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3899
3900 * simple.el (visible-mode): Use explicit :group keyword.
3901 This changes the group of `visible-mode-hook' from paren-blinking
3902 to editing-basics.
3903
3904 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3905
3906 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3907 mailbox specifications as well as URLs.
3908 (rmail-insert-inbox-text): Remove unused conditional branches.
3909
3910 2005-04-01 Jay Belanger <belanger@truman.edu>
3911
3912 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3913 (calc-gnuplot-print-command): Move definitions to calc.el.
3914
3915 * calc/calc-embed.el (calc-embedded-announce-formula)
3916 (calc-embedded-open-formula, calc-embedded-close-formula)
3917 (calc-embedded-open-word, calc-embedded-close-word)
3918 (calc-embedded-open-plain, calc-embedded-close-plain)
3919 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3920 (calc-embedded-open-mode, calc-embedded-close-mode):
3921 Move definitions to calc.el.
3922
3923 * calc/calc.el (calc-settings-file, calc-language-alist):
3924 Make customizable.
3925 (calc-embedded-announce-formula, calc-embedded-open-formula)
3926 (calc-embedded-close-formula, calc-embedded-open-word)
3927 (calc-embedded-close-word, calc-embedded-open-plain)
3928 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3929 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3930 (calc-embedded-close-mode, calc-gnuplot-name)
3931 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3932 from other files and make customizable.
3933
3934 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3937 Use buffer-live-p.
3938 (cvs-mode-run): Don't call cvs-update-header here.
3939 (cvs-run-process): Call cvs-update-header.
3940 Use process properties for cvs-postprocess and cvs-buffer so that
3941 the sentinel can behave better if the temp buffer is killed.
3942 Use a pipe rather than a tty, to better handle unexpected prompts.
3943 (cvs-sentinel): Rewrite. Call cvs-update-header.
3944
3945 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3946
3947 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3948 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3949
3950 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * generic.el (define-generic-mode): Add indentation rule.
3953
3954 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3955
3956 * files.el (mode-require-final-newline): Make Custom correctly
3957 report a nil value and allow to set it to nil via Custom.
3958 Doc fix.
3959
3960 2005-04-01 Kenichi Handa <handa@m17n.org>
3961
3962 * international/characters.el: Enable the correct case setting for
3963 dotless-i and dotted-I.
3964
3965 2005-04-01 Kim F. Storm <storm@cua.dk>
3966
3967 * ido.el (ido-file-internal): Fall back to non-ido command if
3968 initial directory is on slow ftp (or tramp) host.
3969
3970 2005-03-31 Richard M. Stallman <rms@gnu.org>
3971
3972 * emacs-lisp/autoload.el (make-autoload):
3973 Handle define-global-minor-mode.
3974
3975 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3976 Rename from easy-mmode-define-global-mode.
3977 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3978
3979 * progmodes/scheme.el (scheme-mode-syntax-table):
3980 Update syntax of | and # for two-character comment syntax.
3981
3982 2005-03-31 Lute Kamstra <lute@gnu.org>
3983
3984 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3985 (define-minor-mode): Call custom-current-group at load-time.
3986
3987 * generic.el (define-generic-mode): Add debug declaration.
3988 Add defcustom for the mode hook.
3989 (generic-mode-internal): Use run-mode-hooks.
3990
3991 2005-03-31 Kim F. Storm <storm@cua.dk>
3992
3993 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3994 (mouse-fixup-help-message): New defun called by show_help_echo
3995 to fixup mouse-2 prefix in help messages when applicable.
3996
3997 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3998
3999 2005-03-31 Kenichi Handa <handa@m17n.org>
4000
4001 * language/thai-word.el (thai-find-word-ends): Pay attention to
4002 the case that we reach the end of buffer.
4003
4004 * textmodes/fill.el (fill-text-properties-at): New function.
4005 (fill-newline): Use fill-text-properties-at instead of
4006 text-properties-at.
4007
4008 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4009
4010 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4011 not comint-quote-filename.
4012
4013 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4014
4015 * help-fns.el (help-with-tutorial): Revert last change.
4016
4017 2005-03-31 Kim F. Storm <storm@cua.dk>
4018
4019 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4020
4021 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4022
4023 * calendar/cal-china.el: Update reference to "Calendrical
4024 Calculations" book; there's a new edition.
4025 * calendar/cal-coptic.el: Likewise.
4026 * calendar/cal-french.el: Likewise.
4027 * calendar/cal-hebrew.el: Likewise.
4028 * calendar/cal-islam.el: Likewise.
4029 * calendar/cal-iso.el: Likewise.
4030 * calendar/cal-julian.el: Likewise.
4031 * calendar/cal-mayan.el: Likewise.
4032 * calendar/cal-persia.el: Likewise.
4033 * calendar/calendar.el: Likewise.
4034 * calendar/holidays.el: Likewise.
4035 * calendar/lunar.el: Likewise.
4036 * calendar/solar.el: Likewise.
4037
4038 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4039 white space from doc string.
4040
4041 2005-03-30 Jay Belanger <belanger@truman.edu>
4042
4043 * calc/calc-help.el (calc-full-help): Remove email address.
4044
4045 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4046
4047 * help-fns.el (help-with-tutorial): Delete title line.
4048
4049 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4050
4051 * calendar/cal-x.el (calendar-one-frame-setup)
4052 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4053 rather than 'symbol for set-window-dedicated-p.
4054
4055 * calendar/appt.el (appt-buffer-name): Make it a constant.
4056 (appt-add): Doc fix.
4057
4058 * filesets.el (filesets-menu-path, filesets-menu-before)
4059 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4060 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4061 (filesets-add-submenu): Delete and use add-submenu instead.
4062
4063 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4064
4065 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4066 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4067 (org-diary-default-entry): New function.
4068 (org-get-entries-from-diary): Better parsing of diary entries.
4069 (org-agenda-check-no-diary): New function.
4070 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4071 linking to diary entries.
4072 (org-agenda-execute-calendar-command): New function.
4073 (org-agenda): Improve visible section in window.
4074 Use `org-fit-agenda-window'.
4075 (org-fit-agenda-window): New option.
4076 (org-move-subtree-down): Better handling of empty lines
4077 at end of subtree.
4078 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4079 levels up.
4080 (org-fontify-done-headline): New option.
4081 (org-headline-done-face): New face.
4082 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4083 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4084 When current field is non-empty, it is copied to next row.
4085 (org-table-copy-from-above): Fix bug which made it
4086 impossible to copy fields containing only a single non-white character.
4087
4088 2005-03-30 Kim F. Storm <storm@cua.dk>
4089
4090 * kmacro.el (kmacro-end-macro): Isearch may store this command
4091 into the macro -- so ignore it when executing keyboard macro.
4092
4093 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4094
4095 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4096
4097 2005-03-29 Kenichi Handa <handa@m17n.org>
4098
4099 * language/thai.el ("Thai"): Set setup-function and exit-function
4100 for Thai language environment.
4101
4102 * language/thai-util.el: Require thai-word.
4103 (thai-word-mode-map): New variable.
4104 (thai-word-mode): New minor mode.
4105 (setup-thai-language-environment-internal): New function.
4106 (exit-thai-language-environment-internal): New function.
4107
4108 * language/thai-word.el (thai-word-table): Declare it by defvar,
4109 use dolist to initialize it.
4110 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4111 (thai-fill-find-break-point): New functions.
4112
4113 2005-03-29 Richard M. Stallman <rms@gnu.org>
4114
4115 * simple.el (idle-update-delay): Move definition up.
4116 (set-mark): Doc fix.
4117
4118 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4119
4120 * longlines.el: New file.
4121
4122 * simple.el (buffer-substring-filters): New variable.
4123 (filter-buffer-substring): New function.
4124 (kill-region, copy-region-as-kill): Use it.
4125
4126 * register.el (copy-to-register, append-to-register)
4127 (prepend-to-register): Use filter-buffer-substring.
4128
4129 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4132 (gud-filter-pending-text): Move in front of gdb.
4133 (gud-overlay-arrow-position): New variable.
4134 (gud-sentinel, gud-display-line): Use it in place of
4135 overlay-arrow-position.
4136
4137 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4138
4139 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4140 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4141 (fortran-font-lock-keywords-4): New variable.
4142 (fortran-blocks-re, fortran-end-block-re)
4143 (fortran-start-block-re): New constants, for hideshow.
4144 (hs-special-modes-alist): Add a Fortran entry.
4145 (fortran-mode-map): Bind fortran-end-of-block,
4146 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4147 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4148 (fortran-looking-at-if-then, fortran-end-of-block)
4149 (fortran-beginning-of-block): New functions, for hideshow.
4150
4151 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4152 Doc fix. Tweak regexp.
4153 (f90-beginning-of-block): Push mark first.
4154
4155 2005-03-29 Jay Belanger <belanger@truman.edu>
4156
4157 * calc/calc.el: Update copyright date.
4158 (calc-version): Increase to 2.1.
4159 (calc-version-date): Remove.
4160
4161 * calc/calc-help.el: Update copyright date.
4162 (calc-full-help): Remove reference to calc-version-date.
4163 Update copyright date.
4164
4165 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * vc.el (vc-do-command): Use a pipe for async processes, so password
4168 prompts don't show up at places where the user can't reply.
4169
4170 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4171
4172 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4173 on the file name we pass to the inferior shell.
4174
4175 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4176
4177 * progmodes/which-func.el (which-function): Be robust in the face of an
4178 imenu--make-index-alist failure.
4179
4180 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4183
4184 * progmodes/python.el (python-preoutput-filter): Fix last change.
4185
4186 2005-03-29 Lute Kamstra <lute@gnu.org>
4187
4188 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4189 functions and compiled macros.
4190 (debug-convert-byte-code): Handle macros too.
4191 (debug-on-entry-1): Don't signal an error when trying to clear a
4192 function that is not set to debug on entry.
4193
4194 2005-03-29 Jay Belanger <belanger@truman.edu>
4195
4196 * calc/calc-lang.el: Add functions to math-function-table
4197 properties of tex and math.
4198
4199 2005-03-29 Kenichi Handa <handa@m17n.org>
4200
4201 * ps-mule.el (ps-mule-plot-string): Translate characters by
4202 ps-print-translation-table.
4203 (ps-mule-begin-job): Call find-charset-region/string with
4204 ps-print-translation-table.
4205 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4206
4207 * ps-print.el (ps-print-translation-table): New variable.
4208 (ps-plot-region): Translate characters by ps-print-translation-table.
4209
4210 2005-03-29 Juri Linkov <juri@jurta.org>
4211
4212 * simple.el (next-error-highlight-timer): New variable.
4213
4214 * progmodes/compile.el (compilation-goto-locus):
4215 Use `next-error-highlight-timer' instead of `sit-for'.
4216
4217 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * mail/supercite.el (sc-mail-field): Use assoc-string.
4220 (sc-get-address): Simplify regexps.
4221
4222 * files.el (minibuffer-with-setup-hook): New macro.
4223 (find-file-read-args): Use it to avoid let-binding
4224 minibuffer-with-setup-hook (which breaks turning on/off
4225 file-name-shadow-mode while in the prompt).
4226
4227 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4228
4229 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4232
4233 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * window.el (window-buffer-height): Use count-screen-lines.
4236
4237 * progmodes/python.el (python-preoutput-leftover): New var.
4238 (python-preoutput-filter): Use it.
4239 (python-send-receive): Loop until all the result has been received.
4240
4241 2005-03-28 Juri Linkov <juri@jurta.org>
4242
4243 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4244
4245 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4246 "Recover Crashed Session".
4247 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4248 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4249 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4250 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4251 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4252 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4253 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4254 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4255
4256 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4257 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4258 Ediff Sessions", "Toggle use of separate control buffer frame",
4259 "Use separate frame for Ediff control buffer".
4260
4261 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4262 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4263 "Rename Bookmark", "Delete Bookmark".
4264
4265 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4266 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4267 Add `:active Info-index-alternatives' to "Next Matching Item".
4268
4269 * wdired.el (wdired-change-to-wdired-mode):
4270 Mention `wdired-abort-changes' key in the initial message.
4271
4272 * international/mule.el (auto-coding-alist): Associate non-ascii
4273 image filename extensions with `no-conversion'.
4274
4275 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * international/iso-acc.el:
4278 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4279
4280 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4281
4282 * textmodes/sgml-mode.el (html-mode): Doc update.
4283
4284 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4285
4286 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4287
4288 * term.el (term-move-columns): Fix face after extending a line.
4289 (term-insert-spaces): Likewise.
4290 (term-reset-terminal): Fix off by one error.
4291
4292 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4293
4294 * international/mule.el (auto-coding-alist): Add .xpi files.
4295
4296 * files.el (auto-mode-alist): Add .xpi files.
4297
4298 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4299
4300 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4301
4302 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4303
4304 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4305
4306 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4307
4308 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4309 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4310
4311 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4312 cursor to Jan 1 when needed.
4313 (calendar-end-of-year): Fix -/+ typo.
4314 Reported by Chong Yidong <cyd@stupidchicken.com>.
4315
4316 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4319
4320 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4321 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4322
4323 2005-03-25 Richard M. Stallman <rms@gnu.org>
4324
4325 * filesets.el (filesets-init): Add autoload.
4326
4327 * mail/mailalias.el (mail-directory): Doc fix.
4328
4329 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4330
4331 * mail/mailalias.el (mail-directory-process): Do nothing if
4332 mail-directory-process is an atom.
4333 (mail-get-names): Ignore mail-directory-names if it is an atom.
4334 (mail-directory-process defvar): Doc fix.
4335 (mail-names): Doc fix.
4336
4337 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4338
4339 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4340
4341 2005-03-26 Kenichi Handa <handa@m17n.org>
4342
4343 * international/mule-util.el (detect-coding-with-priority):
4344 Call update-coding-systems-internal before detect-coding-region.
4345
4346 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4347
4348 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4349 (gdb-frames-mode-map): Add follow-link property.
4350
4351 2005-03-25 Jay Belanger <belanger@truman.edu>
4352
4353 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4354 for variables.
4355
4356 2005-03-25 Juri Linkov <juri@jurta.org>
4357
4358 * image-mode.el: Optimize image filename extension regexps in
4359 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4360 in `auto-mode-alist'.
4361 (image-mode): Add `image-toggle-display-text' to local hook
4362 `change-major-mode-hook'. Display the image as an image by
4363 default. Set `cursor-type' and `truncate-lines' if the image
4364 is already displayed. Take into account the current mode (image
4365 or text) in message.
4366 (image-minor-mode): New minor mode.
4367 (image-mode-maybe, image-toggle-display-text): New functions.
4368 (image-toggle-display): Use called-interactively-p.
4369 Let-bind `inhibit-read-only' to t.
4370
4371 * image-mode.el (image-minor-mode): Set `cursor-type' and
4372 `truncate-lines' if the image is already displayed. Add turning
4373 image-minor-mode off to `change-major-mode-hook'. Add message.
4374 Call `image-toggle-display-text' after turning image-minor-mode off.
4375
4376 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4379 Terminal.app, use utf-8.
4380 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4381 (set-locale-environment): Use it.
4382
4383 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4384
4385 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4386
4387 * progmodes/python.el (python-close-block-statement-p)
4388 (python-outdent-p, python-current-defun): Use symbol-end.
4389
4390 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4391
4392 * files.el (save-some-buffers): Doc fix.
4393
4394 2005-03-25 Werner Lemberg <wl@gnu.org>
4395
4396 * complete.el, thumbs.el: Replace `legal' with `valid'.
4397 * calendar/calendar.el: Replace `legal' with `valid'.
4398 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4399 * mail/supercite.el: Replace `legal' with `valid'.
4400 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4401 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4402 Replace `legal' with `valid'.
4403 * textmodes/reftex-vars.el, textmodes/reftex.el:
4404 Replace `legal' with `valid'.
4405
4406 2005-03-25 Werner Lemberg <wl@gnu.org>
4407
4408 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4409 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4410 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4411 * emulation/vip.el: Replace `illegal' with `invalid'.
4412 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4413 * mail/supercite.el: Replace `illegal' with `invalid'.
4414 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4415 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4416 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4417 * progmodes/sh-script.el, progmodes/xscheme.el:
4418 Replace `illegal' with `invalid'.
4419 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4420 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4421 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4422 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4423
4424 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4427 (flymake-find-buildfile, flymake-find-possible-master-files)
4428 (flymake-check-include, flymake-parse-line): Replace loops over the
4429 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4430
4431 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4432 Substitute file-name-as-directory in the rest of the file.
4433 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4434 (flymake-replace-region): Remove unused arg `buffer'.
4435 (flymake-check-patch-master-file-buffer): Update calls to it.
4436 (flymake-add-err-info): Remove unused var `count'.
4437 (flymake-mode): Use define-minor-mode.
4438
4439 * progmodes/flymake.el: Use with-current-buffer.
4440 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4441 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4442 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4443 Avoid testing for `xemacs'.
4444 (flymake-nop): Move.
4445 (flymake-region-has-flymake-overlays): Return the computed value.
4446 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4447 Remove unused var `endline'.
4448 (flymake-get-line-count): Remove unused function.
4449 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4450
4451 * emulation/vi.el:
4452 * generic.el:
4453 * hilit-chg.el (global-highlight-changes):
4454 * hi-lock.el (hi-lock-mode):
4455 * follow.el: find-file-hooks -> find-file-hook.
4456
4457 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4458
4459 2005-03-24 Juri Linkov <juri@jurta.org>
4460
4461 * dired.el (dired-mode-map): Add menu item "Compare directories"
4462 for dired-compare-directories.
4463
4464 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4465 Doc fix. Replace `read-file-name' with `read-directory-name'.
4466
4467 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4468
4469 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4470
4471 2005-03-24 Jay Belanger <belanger@truman.edu>
4472
4473 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4474 relevant mode settings in calc-embedded-original-modes when modes
4475 are permanently changed.
4476
4477 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * autoinsert.el: find-file-hooks -> find-file-hook.
4480
4481 2005-03-24 Lute Kamstra <lute@gnu.org>
4482
4483 * generic.el (generic-font-lock-defaults): Make it obsolete.
4484 (generic-font-lock-keywords): New variable to replace
4485 generic-font-lock-defaults.
4486 (generic-mode-set-font-lock): Delete it.
4487 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4488 (generic-bracket-support): Add docstring.
4489
4490 * generic-x.el: Rename generic-font-lock-defaults to
4491 generic-font-lock-keywords throughout.
4492 (mailagent-rules-setup-function): Delete it.
4493 (mailagent-rules-generic-mode): Use anonymous function instead.
4494 (show-tabs-generic-mode-font-lock-defaults-1)
4495 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4496 Quote faces.
4497 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4498 not foreground.
4499
4500 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4501 Recognize define-generic-mode.
4502
4503 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4506 if there's no completion table.
4507
4508 2005-03-23 Miles Bader <miles@gnu.org>
4509
4510 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4511 Remove tty-specific variants, as they're no longer needed.
4512
4513 2005-03-23 Lute Kamstra <lute@gnu.org>
4514
4515 * generic-x.el: Code cleanup: make args constant whenever possible.
4516 (installshield-statement-keyword-list)
4517 (installshield-system-functions-list)
4518 (installshield-system-variables-list, installshield-types-list)
4519 (installshield-funarg-constants-list): Make them constants.
4520
4521 * generic.el (generic-make-keywords-list): Add autoload cookie.
4522
4523 * calendar/time-date.el: Add comment on time value formats.
4524 Don't require parse-time.
4525 (with-decoded-time-value): New macro.
4526 (encode-time-value): New function.
4527 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4528 (days-to-time): Return a valid time value when arg is huge.
4529 (time-since): Use time-subtract.
4530 (time-to-number-of-days): Use time-to-seconds.
4531
4532 2005-03-23 David Ponce <david@dponce.com>
4533
4534 * recentf.el: (recentf-keep): New option.
4535 (recentf-menu-action): Default to `find-file'.
4536 (recentf-keep-non-readable-files-flag)
4537 (recentf-keep-non-readable-files-p)
4538 (recentf-file-readable-p, recentf-find-file)
4539 (recentf-cleanup-remote): Remove.
4540 (recentf-include-p): More robust.
4541 (recentf-keep-p): New function.
4542 (recentf-remove-if-non-kept): Rename from
4543 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4544 All callers updated.
4545 (recentf-menu-items-for-commands): Fix help string.
4546 (recentf-track-closed-file): Update. Doc fix.
4547 (recentf-cleanup): Update. Count removed files. Doc fix.
4548
4549 2005-03-23 Kim F. Storm <storm@cua.dk>
4550
4551 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4552 Don't inherit from fringe face (now happens automatically).
4553
4554 2005-03-22 Kim F. Storm <storm@cua.dk>
4555
4556 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4557 position values.
4558
4559 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * menu-bar.el (showhide-date-time): Remove.
4562 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4563 (menu-bar-make-mm-toggle): Simplify.
4564
4565 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4566
4567 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4568 Accept qualified variable and function names.
4569
4570 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4571
4572 * bindings.el (completion-ignored-extensions):
4573 Remove ".lis" for `vax-vms'.
4574
4575 2005-03-22 Andreas Schwab <schwab@suse.de>
4576
4577 * generic-x.el: Revert last change.
4578 * ldefs-boot.el: Update.
4579
4580 2005-03-22 Jay Belanger <belanger@truman.edu>
4581
4582 * calc/calc-embed (calc-embedded-original-modes): New variable.
4583 (calc-embedded-save-original-modes)
4584 (calc-embedded-restore-original-modes): New functions.
4585 (calc-do-embedded): Save original modes when entering embedded mode
4586 and restore when leaving embedded mode.
4587 (calc-embedded-modes-change): Change the value of
4588 calc-embedded-original-modes to reflect permanent changes.
4589
4590 2005-03-22 Lute Kamstra <lute@gnu.org>
4591
4592 * generic-x.el: Require generic again.
4593
4594 2005-03-22 Miles Bader <miles@gnu.org>
4595
4596 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4597 Tweak details to look good on both ttys and bitmap displays, light
4598 or dark background, etc.
4599
4600 2005-03-21 Kim F. Storm <storm@cua.dk>
4601
4602 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4603 mouse position.
4604
4605 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * icomplete.el: Don't forcibly turn on the mode upon load.
4608 (icomplete-mode): Use define-minor-mode.
4609 (icomplete-eoinput): Default to nil.
4610 (icomplete-minibuffer-setup): Remove autoload.
4611 (icomplete-tidy): Simplify.
4612 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4613 in the initial state or if the user has modified the field.
4614 Fix handling of icomplete-max-delay-chars.
4615 Remove code that handles the oddball case where
4616 minibuffer-completion-table is an integer.
4617 Wrap icomplete-completions in while-no-input in case building
4618 completions takes more time than expected.
4619 (icomplete-completions): Simplify.
4620
4621 2005-03-21 Richard M. Stallman <rms@gnu.org>
4622
4623 * jka-compr.el (jka-compr-really-do-compress):
4624 Make variable buffer-local.
4625
4626 * image-mode.el: Handle .xpm files too.
4627 (image-toggle-display): Preserve modification flag.
4628
4629 * help.el (where-is): Don't mention aliases with no key bindings.
4630
4631 2005-03-21 Lute Kamstra <lute@gnu.org>
4632
4633 * generic.el: Fix commentary section. Don't require cl for compilation.
4634 (generic-mode-list): Add autoload cookie.
4635 (generic-use-find-file-hook, generic-lines-to-scan)
4636 (generic-find-file-regexp, generic-ignore-files-regexp)
4637 (generic-mode, generic-mode-find-file-hook)
4638 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4639 (define-generic-mode): Make it a defmacro. Fix docstring.
4640 (generic-mode-internal): Code cleanup. Add autoload cookie.
4641 (generic-mode-set-comments): Code cleanup.
4642 * generic-x.el: Don't prevent compilation. Don't require generic.
4643 Follow coding conventions. Minor code cleanup.
4644 (etc-fstab-generic-mode): Add some keywords.
4645 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4646 define-generic-mode like a function declaration.
4647
4648 2005-03-21 Jay Belanger <belanger@truman.edu>
4649
4650 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4651 changing modes.
4652
4653 2005-03-21 Sam Steingold <sds@gnu.org>
4654
4655 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4656
4657 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4658
4659 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4660 Add underscore to "f$ lexicals" regexp.
4661
4662 2005-03-20 Juri Linkov <juri@jurta.org>
4663
4664 * subr.el (progress-reporter-do-update): When `min-value' is equal
4665 to `max-value', set `percentage' to 0 and prevent division by zero.
4666
4667 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4668
4669 Sync with Tramp 2.0.48.
4670
4671 * tramp.el (all): Change all addresses to .gnu.org.
4672 (tramp-append-tramp-buffers): New defun.
4673 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4674 Catch `dont-send' signal.
4675 (tramp-set-auto-save-file-modes): Set always permissions, because
4676 there might be an old auto-saved file belonging to another
4677 original file. This could be a security threat. Reported by
4678 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4679 Check for Emacs 21.3.50 removed.
4680
4681 * tramp-smb.el (all): Remove debug construct for
4682 `with-parsed-tramp-file-name'.
4683 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4684 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4685 No error message if DIRECTORY or FILENAME doesn't exist.
4686 (tramp-smb-open-connection): Check existence of
4687 `tramp-smb-program'.
4688
4689 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4692 Properly handle the case where the `m' or `s' command's argument is not
4693 yet terminated.
4694 (perl-indent-new-calculate): New function.
4695 (perl-indent-line): Use it.
4696
4697 2005-03-20 Miles Bader <miles@gnu.org>
4698
4699 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4700 in text-mode too. Change to new face names.
4701 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4702 Add `:weight bold' attribute.
4703 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4704
4705 2005-03-19 Juri Linkov <juri@jurta.org>
4706
4707 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4708
4709 * international/mule.el (auto-coding-alist): Sync with
4710 `auto-mode-alist' by adding upper case archive file extensions
4711 and adding ear/war to jar extension.
4712
4713 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4714
4715 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4716 running, restart it.
4717
4718 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4719
4720 * finder.el (finder-current-item): Throw an error on an empty line.
4721
4722 * man.el (Man-follow-manual-reference): If current-word returns
4723 nil, use "".
4724
4725 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4726
4727 * simple.el (goto-line): Doc fix.
4728
4729 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4730
4731 * files.el (save-buffer): Doc fix.
4732
4733 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4734
4735 * recentf.el (recentf-cleanup-remote): New variable.
4736 (recentf-cleanup): Use it to conditionally check availablity of
4737 remote files.
4738
4739 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4740
4741 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4742 function names.
4743
4744 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4745
4746 * language/thai-word.el: New file.
4747
4748 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4749
4750 * files.el (backup-buffer): If the file's directory is not
4751 writable, use copy instead of move to backup the file.
4752
4753 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4754
4755 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4756
4757 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4758
4759 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4760 Use functionp instead of symbolp and fboundp. Reported by Drkm
4761 <darkman_spam@yahoo.fr>.
4762 (ps-print-version): New version 6.6.6.
4763
4764 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4765
4766 * textmodes/table.el (table--line-column-position): New idiom.
4767 (table--row-column-insertion-point-p): New function to test
4768 validity of row and column insertion operation at a location.
4769 (table-global-menu, table-cell-menu): Use above functions for
4770 deterministic test operation.
4771 (table--editable-cell-p): Behave in deterministic fashion.
4772
4773 2005-03-18 Juri Linkov <juri@jurta.org>
4774
4775 * isearch.el (isearch-lazy-highlight-new-loop):
4776 Make arguments beg and end optional.
4777 (isearch-update): Remove optional arguments nil from
4778 isearch-lazy-highlight-new-loop.
4779 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4780 isearch-lazy-highlight-case-fold-search instead of
4781 isearch-case-fold-search, and let-bind isearch-regexp to
4782 isearch-lazy-highlight-regexp.
4783 Use isearch-lazy-highlight-last-string instead of isearch-string.
4784
4785 * replace.el (perform-replace): Remove bindings of global
4786 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4787 Add three new arguments to `replace-highlight'.
4788 (replace-highlight): Add arguments string, regexp, case-fold.
4789 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4790 to allow isearch-lazy-highlight-new-loop to use these values
4791 to set corresponding isearch-lazy-highlight-* internal
4792 variables whose values lazy highlighting will use regardless of
4793 changes to global variables isearch-string, isearch-regexp,
4794 isearch-case-fold-search during lazy highlighting loop.
4795 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4796 to `lazy-highlight-cleanup'.
4797
4798 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4799 (ispell-highlight-face): Set default face to `isearch' when
4800 lazy highlighting is enabled.
4801 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4802 priority to 1. Add lazy highlighting.
4803 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4804 from `isearch-dehighlight'.
4805
4806 2005-03-18 David Ponce <david@dponce.com>
4807
4808 * files.el (hack-local-variables): Do a case-insensitive search
4809 for End.
4810
4811 2005-03-18 Juri Linkov <juri@jurta.org>
4812
4813 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4814 `isearch-lazy-highlight-cleanup', add alias to old name and
4815 declare obsolete. Add release numbers to other obsolete vars.
4816 (isearch-done, isearch-lazy-highlight-new-loop):
4817 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4818 (lazy-highlight-cleanup) <variable>: Doc fix.
4819 (isearch-lazy-highlight-update): Rename obsolete
4820 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4821
4822 2005-03-18 Kenichi Handa <handa@m17n.org>
4823
4824 * language/thai-util.el: Fix categorization of Thai characters in
4825 thai-category-table.
4826 (thai-composition-pattern): Adjust it for the above change.
4827 (thai-self-insert-command, thai-compose-syllable): New functions.
4828 (thai-compose-region): Use thai-compose-syllable.
4829 (thai-compose-string): Likewise.
4830 (thai-composition-function): Likewise.
4831 (thai-auto-composition): New function.
4832 (thai-auto-composition-mode): New minor mode.
4833
4834 * language/thai.el: Fix patterns to be registered in
4835 composition-function-table.
4836
4837 * international/quail.el (quail-input-method): Locally bind
4838 inhibit-modification-hooks to t.
4839
4840 2005-03-17 Richard M. Stallman <rms@gnu.org>
4841
4842 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4843 (perl-mode): Use run-mode-hooks.
4844
4845 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4846 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4847 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4848
4849 * mail/sendmail.el (sendmail-send-it): Reenable the code
4850 to compute resend-to-address and use it.
4851
4852 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4853
4854 * image-mode.el: New file.
4855
4856 * image.el (insert-sliced-image): Add autoload cookie.
4857
4858 * font-lock.el (font-lock-lines-before): New user option.
4859 (font-lock-after-change-function): Obey it.
4860
4861 * bindings.el (esc-map): Make M-g a prefix.
4862 Bind M-g g and M-g M-g to goto-line.
4863
4864 * faces.el (face-id): Doc fix.
4865
4866 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4867
4868 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4869 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4870 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4871
4872 * mail/sendmail.el (mail-yank-ignored-headers)
4873 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4874 Add Mail-Followup-To and Mail-Reply-To headers.
4875 (mail-citation-hook): Add autoload cookie.
4876 (mail-mode): Doc fix.
4877 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4878 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4879 (mail-mode-fill-paragraph): Handle those headers.
4880 (mail-mailing-lists): New variable.
4881 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4882
4883 2005-03-17 Juri Linkov <juri@jurta.org>
4884
4885 * isearch.el (isearch-fallback): Check for `(car previous)'
4886 before calling `isearch-other-end-state'.
4887
4888 2005-03-17 Kim F. Storm <storm@cua.dk>
4889
4890 * simple.el (move-beginning-of-line): Move to beginning of buffer
4891 line, as well as beginning of screen line.
4892
4893 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4894
4895 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4896 argument REDRAW rather than calendar-redrawing variable.
4897 * calendar/calendar.el (calendar-redrawing): Delete.
4898 (redraw-calendar): Do not bind calendar-redrawing.
4899
4900 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4901
4902 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4903 diary-file buffer.
4904
4905 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * help.el (describe-mode): Allow a :minor-mode-function property to
4908 specify a different minor mode toggle function than the variable.
4909 * simple.el (auto-fill-function):
4910 * subr.el (add-minor-mode): Use it.
4911
4912 2005-03-16 Kenichi Handa <handa@m17n.org>
4913
4914 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4915 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4916 (ethio-fidel-to-sera-buffer): Likewise.
4917
4918 2005-03-16 Juri Linkov <juri@jurta.org>
4919
4920 * emacs-lisp/find-func.el (find-function-regexp):
4921 Add defun-emitting macro `menu-bar-make-toggle'.
4922
4923 * isearch.el: Put `isearch-scroll' property to
4924 `split-window-horizontally'.
4925
4926 * info.el: Update error messages for `debug-ignored-errors'.
4927 (Info-isearch-search): Doc fix.
4928 (Info-find-node): Move up code to go into info buffer before
4929 recording the node to the history.
4930 (Info-fontify-node): Fontify titles only if the next line
4931 has two or more `*', `=', `-', `.'.
4932 Display "go to this node" for empty (match-string 3).
4933
4934 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4935
4936 * term/mac-win.el: Add mouse pointer shape constants.
4937
4938 2005-03-15 Kim F. Storm <storm@cua.dk>
4939
4940 * simple.el (move-beginning-of-line): Use vertical-motion.
4941
4942 2005-03-15 Juri Linkov <juri@jurta.org>
4943
4944 * isearch.el (isearch-error): New variable.
4945 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4946 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4947 (isearch-within-brackets-state): Remove.
4948 (isearch-case-fold-search-state, isearch-pop-fun-state):
4949 Decrease frame index.
4950 (isearch-mode, isearch-top-state, isearch-push-state)
4951 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4952 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4953 (isearch-search, isearch-lazy-highlight-new-loop):
4954 Replace `isearch-invalid-regexp' with `isearch-error'.
4955 Remove `isearch-within-brackets'.
4956 (isearch-search): Add `search-failed' handler to `condition-case'.
4957 (isearch-lazy-highlight-search): Add `condition-case' to catch
4958 errors and allow `isearch-lazy-highlight-update' to try
4959 highlighting from the beginning of the window.
4960 (isearch-repeat): Move up code to set isearch-wrapped to t
4961 before calling isearch-wrap-function.
4962
4963 * info.el (Info-isearch-initial-node): New internal variable.
4964 (Info-search): Signal an error in isearch mode when search leaves
4965 the initial node. Signal an error when `bound' is non-nil and
4966 nothing was found in the current subfile.
4967 (Info-isearch-search): Remove `condition-case'.
4968 (Info-isearch-wrap): Don't wrap when search failed during leaving
4969 the initial node. If `Info-isearch-search' is nil, wrap around
4970 the current node.
4971 (Info-isearch-start): New fun.
4972 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4973 `isearch-mode-hook'.
4974
4975 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4976
4977 * simple.el (normal-erase-is-backspace): Set default to t if
4978 running on Mac.
4979
4980 * term/mac-win.el (function-key-map): Sync with x-win.el.
4981
4982 2005-03-15 Kenichi Handa <handa@m17n.org>
4983
4984 * international/mule-cmds.el (locale-language-names): Modify the
4985 format of elements and add more entries.
4986 (locale-preferred-coding-systems): Add more entries.
4987 (set-locale-environment): Adjust for the change of
4988 locale-language-names.
4989
4990 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * pcvs.el (smerge-ediff): Remove bogus autoload.
4993
4994 2005-03-14 Lute Kamstra <lute@gnu.org>
4995
4996 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4997 Ignore a `*' at the beginning of a line.
4998
4999 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5000 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5001 subr.el.
5002 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5003 to specify indentation.
5004
5005 * generic.el (define-generic-mode): Let generic-mode-list be a
5006 list of strings; test membership with equal.
5007
5008 2005-03-14 Kim F. Storm <storm@cua.dk>
5009
5010 * simple.el (next-line, previous-line): Add optional try-vscroll
5011 arg to recognize interactive use. Pass it on to line-move.
5012 (line-move): Don't perform auto-window-vscroll when defining or
5013 executing keyboard macro to ensure consistent behaviour.
5014
5015 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5018
5019 2005-03-13 Lute Kamstra <lute@gnu.org>
5020
5021 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5022 debugger-setup-buffer so that backtrace marks the frames set to
5023 debug-on-exit and we don't have to do it manually. Set an extra
5024 debug-on-exit for macro's.
5025 (debugger-setup-buffer): Don't mark the top frame manually.
5026
5027 2005-03-12 Lute Kamstra <lute@gnu.org>
5028
5029 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5030 lisp-indent-function throughout.
5031 (with-no-warnings): Set lisp-indent-function property.
5032
5033 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5034
5035 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5036 Add entry for backslash.
5037
5038 2005-03-12 Juri Linkov <juri@jurta.org>
5039
5040 * info.el (Info-search): Four fixes for backward search.
5041
5042 2005-03-11 Jay Belanger <belanger@truman.edu>
5043
5044 * calc/calc.el (calc-language-alist): New variable.
5045 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5046 (calc-embedded-find-modes): Use calc-language-alist instead of
5047 calc-embedded-language-alist.
5048
5049 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5050
5051 * calendar/calendar.el (calendar-redrawing): New internal
5052 variable.
5053 (redraw-calendar): Remove bogus save-excursion from previous
5054 change. Bind calendar-redrawing to t for mark-diary-entries.
5055 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5056 calendar if that is why we were called.
5057
5058 2005-03-11 Kenichi Handa <handa@m17n.org>
5059
5060 * international/mule.el (make-coding-system): Set property
5061 coding-system-define-form to nil.
5062 (define-coding-system-alias): Likewise.
5063
5064 2005-03-11 Kenichi Handa <handa@m17n.org>
5065
5066 These changes are suggested by Dave Love <fx@gnu.org>.
5067
5068 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5069 coding: tag.
5070 (adaptive-fill-regexp): Add more bullets.
5071 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5072 regexps.
5073
5074 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * help.el (describe-mode): Properly handle non-trivial lighters.
5077 Don't ignore minor modes that are not listed in minor-mode-list.
5078
5079 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5080 feature ON when the user requests to turn it OFF.
5081
5082 2005-03-10 Lute Kamstra <lute@gnu.org>
5083
5084 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5085 (implement-debug-on-entry): New function to replace debug-entry-code.
5086 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5087 second argument as the 2005-03-07 change makes it obsolete.
5088 (debug-on-entry, cancel-debug-on-entry): Update call to
5089 debug-on-entry-1.
5090 (debug, debugger-setup-buffer): Comment update.
5091 (debugger-frame-number): Update to work with implement-debug-on-entry.
5092
5093 2005-03-10 Jay Belanger <belanger@truman.edu>
5094
5095 * calc/calc-embed.el (math-ms-args): Declare it.
5096 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5097 math-ms-args.
5098 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5099 variables.
5100
5101 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5102
5103 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5104 Use message-box.
5105
5106 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5107 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5108 (tooltip-gud-tips): Simplify.
5109 (tooltip-gud-tips-p): Remove superflouous :set.
5110 (tooltip-gud-modes): Add fortran-mode.
5111 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5112
5113 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5114
5115 2005-03-09 Kim F. Storm <storm@cua.dk>
5116
5117 * play/animate.el (animate-place-char): Use forward-line instead
5118 of next-line to improve performance.
5119
5120 2005-03-09 Simon Josefsson <jas@extundo.com>
5121
5122 * net/browse-url.el (browse-url-default-browser): Doc fix.
5123
5124 2005-03-09 Miles Bader <miles@gnu.org>
5125
5126 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5127 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5128
5129 2005-03-09 Kenichi Handa <handa@m17n.org>
5130
5131 * international/latin-1.el: Set case and syntax for 255 only if
5132 set-case-syntax-set-multibyte is nil.
5133
5134 * textmodes/ispell.el (ispell-insert-word): New function.
5135 (ispell-word): Use ispell-insert-word to insert a new word.
5136 (ispell-process-line): Likewise.
5137 (ispell-complete-word): Likewise.
5138
5139 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5140
5141 * calendar/calendar.el (redraw-calendar): Preserve point.
5142 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5143 (calendar-week-start-day): Move after definition of
5144 redraw-calendar. Delete buffer test, since redraw-calendar has
5145 that now.
5146
5147 * calendar/diary-lib.el (mark-diary-entries): Only call
5148 redraw-calendar in the first of any recursive calls.
5149 Reported by Alan Shutko <ats@acm.org>.
5150
5151 2005-03-08 Juri Linkov <juri@jurta.org>
5152
5153 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5154 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5155 (html-radio-buttons): Add a space before the trailing `/>' where
5156 sgml-xml-mode is non-nil.
5157 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5158 the subsequent tag of the empty XML tag.
5159 (html-href-anchor): Don't set initial input to "http:".
5160 (html-image): Ask for the image URL and set point inside alt="".
5161 (html-name-anchor): Duplicate the name in the `id' attribute when
5162 sgml-xml-mode is non-nil.
5163 (html-paragraph): Remove \n before <p>.
5164 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5165 instead of `checked' when sgml-xml-mode is non-nil.
5166
5167 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5168 Remove 1 space before #RRGGBB to not truncate it on terminal
5169 windows w/o fringes. Remove 1 space between bg and fg examples
5170 to get more space.
5171 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5172 avoid byte-compile warnings.
5173
5174 * image-file.el (image-file-handler): Put `safe-magic' property to
5175 `image-file-handler'.
5176
5177 * info.el (Info-isearch-search): Emulate word search in
5178 isearching through multiple Info nodes with Info-search.
5179 (Info-isearch-wrap): Allow isearch-word.
5180
5181 2005-03-08 Lute Kamstra <lute@gnu.org>
5182
5183 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5184 stepping into the debugger's code is not possible.
5185 (debugger-jumping-flag): Docstring update.
5186
5187 2005-03-08 Jay Belanger <belanger@truman.edu>
5188
5189 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5190 embedded mode begins.
5191 (calc-embedded-language-alist): New variable.
5192 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5193 set default language mode.
5194
5195 2005-03-08 Kenichi Handa <handa@m17n.org>
5196
5197 * international/ccl.el (define-ccl-program): Fix docstring about
5198 extra 256 bytes assured for the output buffer.
5199
5200 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5201 Fix BUFFER_MAGNIFICATION to 2.
5202 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5203
5204 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5205
5206 * align.el (align-rules-list): Added an alignment rule for CSS
5207 declarations (applies to css-mode and html-mode buffers).
5208
5209 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5212
5213 2005-03-07 Kim F. Storm <storm@cua.dk>
5214
5215 * simple.el (move-beginning-of-line): New command.
5216
5217 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5218
5219 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5220
5221 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5222 and move-beginning-of-line.
5223
5224 * apropos.el (apropos-print): Omit command from M-x ... RET.
5225
5226 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5227
5228 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5229 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5230
5231 2005-03-06 Richard M. Stallman <rms@gnu.org>
5232
5233 * bindings.el (esc-map): Bind M-g to goto-line.
5234
5235 * facemenu.el (global-map): Bind M-o, not M-g.
5236
5237 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5238
5239 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5240 "Open Directory" as for "Open File".
5241
5242 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5243
5244 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5245 (push-mark-command): Run activate-mark-hook.
5246
5247 2005-03-06 Richard M. Stallman <rms@gnu.org>
5248
5249 * help-mode.el (help-mode-finish): Don't alter the element
5250 in view-return-to-alist if there already is one.
5251
5252 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5253 make sure the current buffer is the expected one.
5254
5255 * novice.el (disabled-command-function): Output in *Disabled Command*.
5256 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5257
5258 * textmodes/flyspell.el (flyspell-large-region):
5259 Pass args differently for aspell.
5260
5261 * files.el (mode-require-final-newline): Doc fix.
5262
5263 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5264
5265 * progmodes/which-func.el (which-function):
5266 Specify NOERROR when calling imenu--make-index-alist.
5267
5268 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * simple.el (normal-erase-is-backspace): Define default value.
5271
5272 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5273 (custom-reevaluate-setting): Simple function to handle
5274 variables that are defined before their default value can really
5275 be computed.
5276
5277 * startup.el (command-line): Use it for temporary-file-directory,
5278 small-emporary-file-directory, auto-save-file-name-transforms,
5279 blink-cursor-mode, and normal-erase-is-backspace.
5280
5281 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5282 progress, even with buggy anchored keywords.
5283
5284 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5285
5286 * simple.el (goto-line): Remove unbalanced final parenthesis.
5287
5288 2005-03-05 Richard M. Stallman <rms@gnu.org>
5289
5290 * simple.el (goto-line): Use a number at point as the default.
5291 With C-u as arg, switch buffers.
5292
5293 2005-03-05 Juri Linkov <juri@jurta.org>
5294
5295 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5296 with `no-blinking-cursor'.
5297
5298 * startup.el (no-blinking-cursor): New defvar.
5299 (command-line): Add `--no-blinking-cursor' to longopts.
5300 Set `no-blinking-cursor' to t for command line arguments
5301 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5302 with `no-blinking-cursor' in the condition for calling
5303 `blink-cursor-mode'.
5304
5305 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5308 (menu-bar-options-save): Add blink-cursor-mode.
5309 (menu-bar-options-menu): Add blink-cursor-mode.
5310
5311 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5312
5313 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5314 (icalendar-export-file, icalendar-export-region)
5315 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5316 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5317
5318 2005-03-04 Lute Kamstra <lute@gnu.org>
5319
5320 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5321 (debug-function-list): Ditto.
5322
5323 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5324
5325 * textmodes/texinfmt.el (texinfo-append-refill):
5326 Redefine the types of line to which @refill
5327 is not appended by replacing a search for `@refill\\|@bye' with
5328 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5329 itemize@refill' bug and the unfilled long lines bug.
5330 (texinfmt-version): Update number and date.
5331
5332 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5333
5334 * international/code-pages.el (windows-1250, windows-125[2-8])
5335 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5336
5337 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5340 bound yet.
5341
5342 2005-03-02 Romain Francoise <romain@orebokech.com>
5343
5344 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5345 buffer after removing limits.
5346 (ibuffer-pop-filter): Ditto.
5347 Update copyright.
5348
5349 2005-03-02 Miles Bader <miles@gnu.org>
5350
5351 * button.el (make-text-button): If the user doesn't specify a
5352 type, use the default. Rewrite to use `add-text-properties' and
5353 plist functions.
5354
5355 2005-03-01 Lute Kamstra <lute@gnu.org>
5356
5357 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5358 (debugger-jumping-flag): New var.
5359 (debug-entry-code): Use it.
5360 (debugger-jump): Use debugger-jumping-flag and add
5361 debugger-reenable to post-command-hook.
5362 (debugger-reenable): Use debugger-jumping-flag and remove itself
5363 from post-command-hook.
5364 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5365 debugger-reenable.
5366
5367 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5368
5369 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5370 inclusion of "itemize\\|", which may be unnecessary, is certainly
5371 inelegant, and stops refilling in itemize lists when formatting
5372 Japanese Texinfo files to Info.
5373 Update copyright to 2005.
5374
5375 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5376
5377 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5378 of an error if GDB can't find the source file.
5379
5380 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5381
5382 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5383 not just the calendar.
5384
5385 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5386 first.
5387 (diary-redraw-calendar): New function.
5388 (make-diary-entry): Add diary-redraw-calendar to local
5389 write-contents-functions. Turn off selective display before
5390 inserting in diary.
5391
5392 2005-03-01 Kim F. Storm <storm@cua.dk>
5393
5394 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5395
5396 2005-03-01 Lute Kamstra <lute@gnu.org>
5397
5398 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5399 that debug-entry-code can be safely removed from a function while
5400 this code is being evaluated. Revert the 2005-02-27 change as the
5401 new implementation no longer requires it. Make sure that a
5402 function body containing just a string is not mistaken for a docstring.
5403 (debug): Skip one more frame in case of debug on entry.
5404 (debugger-setup-buffer): Delete one more frame line in case of
5405 debug on entry.
5406 (debugger-frame-number): Update to use the new text introduced by
5407 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5408
5409 2005-02-28 Kim F. Storm <storm@cua.dk>
5410
5411 * double.el (double-translate-key): Call force-window-update after
5412 read-event to avoid crash in redisplay.
5413
5414 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5417 (debug): Use it. Move the inhibit-trace earlier.
5418 (debug-entry-code): New const.
5419 (debug-on-entry-1): Use it.
5420
5421 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5422
5423 * international/utf-16.el (ccl-encode-mule-utf-16le):
5424 Fix BUFFER_MAGNIFICATION to 2.
5425 (ccl-encode-mule-utf-16be): Likewise.
5426
5427 2005-02-28 Kenichi Handa <handa@m17n.org>
5428
5429 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5430 Fix BUFFER_MAGNIFICATION to 4.
5431 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5432
5433 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5434
5435 * speedbar.el (speedbar-update-flag): Doc fix.
5436 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5437 argument.
5438
5439 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5442 have a non-nil `invisible' property but are actually visible.
5443
5444 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5445 for perldoc sections.
5446 (perl-outline-regexp, perl-outline-level): New var and function.
5447 (perl-mode): Use them.
5448
5449 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5450
5451 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5452 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5453
5454 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5455
5456 * cus-edit.el: Comment change.
5457 (custom-buffer-create-internal): Slightly reword text at top of
5458 Custom buffers. Mention there that saving an option edits the
5459 init file. Add link to Emacs manual node on `custom-file'.
5460 (custom-magic-alist): Rewrite individual State messages to use
5461 capitalized keywords. Doc fix.
5462
5463 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5464
5465 * calendar/calendar.el (calendar-buffer): Move above
5466 calendar-week-start-day.
5467 (calendar-week-start-day): Doc fix. Add :set function.
5468 (calendar-minimum-window-height): New variable.
5469 (generate-calendar-window): Only resize window if selected-window
5470 is displaying the calendar buffer. Use new variable
5471 calendar-minimum-window-height.
5472 (generate-calendar): Reword error message.
5473 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5474
5475 2005-02-27 Andreas Schwab <schwab@suse.de>
5476
5477 * vc.el (vc-do-command): Don't run command asynchronously when
5478 operating in a remote directory.
5479
5480 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5481 change from sync with Tramp 2.0.47.
5482
5483 2005-02-27 Richard M. Stallman <rms@gnu.org>
5484
5485 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5486
5487 * textmodes/flyspell.el (flyspell-mode-on):
5488 Call ispell-change-dictionary only if necessary.
5489
5490 * emacs-lisp/re-builder.el (regexp-builder): New function.
5491
5492 * register.el (describe-register-1): Explicitly handle
5493 yank-excluded-properties = t.
5494
5495 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5496 (custom-magic-alist): Change the status descriptions again.
5497 (face widget-type): Total rewrite based on `restricted-sexp'
5498 to eliminate the confusing double hiding levels.
5499
5500 * emacs-lisp/debug.el (debug-on-entry-1):
5501 If function body is empty, add nil as body form.
5502
5503 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * emacs-lisp/trace.el (inhibit-trace): New var.
5506 (trace-make-advice): Use it.
5507
5508 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5509
5510 2005-02-26 Kim F. Storm <storm@cua.dk>
5511
5512 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5513 (mouse-on-link-p, mouse-drag-region-1): Use it.
5514
5515 2005-02-25 Lute Kamstra <lute@gnu.org>
5516
5517 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5518
5519 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5520
5521 * frame.el (blink-cursor-mode): Add :group keyword.
5522
5523 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5524
5525 * calendar/icalendar.el (icalendar--decode-isodatetime):
5526 New optional argument DAY-SHIFT.
5527 (icalendar-export-region): Fix coding-system-for-write.
5528 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5529 events by one.
5530
5531 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5534
5535 2005-02-24 Kim F. Storm <storm@cua.dk>
5536
5537 * international/iso-acc.el (iso-accents-compose): Fix crash
5538 during redisplay. Call force-window-update after read-event
5539 and delete-region to signal that window is not accurate.
5540
5541 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5544 Remove unused and inexistent var `inhibit-trace'.
5545 (debugger-mode): Use run-mode-hooks.
5546 (debugger-list-functions): Add buttons; setup xref stack.
5547
5548 2005-02-23 Richard M. Stallman <rms@gnu.org>
5549
5550 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5551 appointment says it was explicitly made.
5552 (appt-add): Set the 3rd element.
5553 (appt-make-list): Preserve explicit appointments.
5554
5555 * subr.el (find-tag-default): Catch errors in forward-sexp.
5556
5557 2005-02-23 Juri Linkov <juri@jurta.org>
5558
5559 * info.el (Info-isearch-search): New defcustom.
5560 (Info-isearch-search): Call the default isearch function
5561 when Info-isearch-search is nil.
5562 (Info-isearch-wrap): Use variable Info-isearch-search.
5563
5564 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5565
5566 * cus-edit.el: Comment change.
5567
5568 2005-02-22 Kim F. Storm <storm@cua.dk>
5569
5570 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5571 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5572
5573 2005-02-22 Simon Josefsson <jas@extundo.com>
5574
5575 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5576 New variable.
5577 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5578 Oskarsson" <myrkraverk@users.sourceforget.net>.
5579
5580 2005-02-22 Kim F. Storm <storm@cua.dk>
5581
5582 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5583 check that window of that event is the selected window.
5584 (mouse-drag-region-1): Compare mouse event window to selected
5585 window before setting point.
5586
5587 * tooltip.el (tooltip-show-help-function): Pass event to
5588 mouse-on-link-p so it can check selected window.
5589
5590 2005-02-22 Kenichi Handa <handa@m17n.org>
5591
5592 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5593 (ps-mule-show-warning): New function.
5594 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5595 characters are found.
5596
5597 * ps-print.el (ps-header-footer-string): Return a list of header
5598 and footer strings.
5599
5600 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5601
5602 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5603
5604 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * frame.el (blink-cursor-mode): Use define-minor-mode.
5607
5608 * term/mac-win.el (function-key-map): Use char-names more consistently.
5609 (file-name-coding-system): Only set it for MacOS-9. The other case is
5610 already handled in mule-cmds.el (where it also works when mac-win.el
5611 is not used).
5612
5613 2005-02-21 Kenichi Handa <handa@m17n.org>
5614
5615 * international/mule.el (ctext-pre-write-conversion): Always use
5616 " *code-converting-work*" buffer for work.
5617
5618 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5619
5620 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5621
5622 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5623
5624 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5625
5626 * ses.el (undo-more): Restore defadvice, but only the part that
5627 allows changes outside the restricted area of the buffer.
5628
5629 2005-02-20 Kim F. Storm <storm@cua.dk>
5630
5631 * simple.el (line-move): Add fourth optional arg try-vscroll which
5632 must be set to perform auto-window-vscroll.
5633 When moving backwards and doing auto-window-vscroll, automatically
5634 vscroll to the last part of lines which are taller than the window.
5635 (next-line, previous-line): Set try-vscroll arg on line-move.
5636
5637 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5638
5639 * replace.el (query-replace, query-replace-regexp)
5640 (replace-string, replace-regexp): When operating on region, make
5641 the minibuffer prompt say so.
5642
5643 * isearch.el (isearch-forward): Document isearch-query-replace and
5644 isearch-query-replace-regexp keybindings.
5645
5646 2005-02-19 Jay Belanger <belanger@truman.edu>
5647
5648 * calc/calc-aent.el (math-read-token): Add local variable.
5649
5650 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5651 (calc-edit-top): Move declaration to earlier in file.
5652 (calc-edit-macro-repeats): Add local variables.
5653
5654 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5655 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5656 calcFunc-tanh.
5657 Adjust integration rule for calcFunc-tan.
5658
5659 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5660
5661 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5662 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5663 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5664 (viper-skip-separators): Bug fix.
5665 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5666 particular major mode.
5667 (viper-del-backward-char-in-replace): Don't put deleted char on the
5668 kill ring.
5669
5670 * viper-ex.el (viper-color-display-p): New function.
5671 (viper-has-face-support-p): Use viper-color-display-p.
5672
5673 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5674
5675 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5676
5677 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5678 (viper-file-remote-p): Make equivalent to file-remote-p.
5679
5680 * viper.el (viper-major-mode-modifier-list):
5681 Use viper-gnus-modifier-map.
5682
5683 2005-02-19 David Kastrup <dak@gnu.org>
5684
5685 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5686 quoting.
5687
5688 2005-02-19 Jay Belanger <belanger@truman.edu>
5689
5690 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5691 Remove extra definitions.
5692 (calc-coth): New function.
5693 (calcFunc-cot): Fix `let'.
5694
5695 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5696
5697 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5698 the reasons we use "type pc" in these faces.
5699
5700 * button.el (button): Ditto.
5701
5702 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5703
5704 * replace.el (query-replace-read-from): Set the value of
5705 query-replace-from-history-variable to handle the case of an empty
5706 string entered to accept the suggested default.
5707
5708 * net/tramp.el (tramp-file-name-for-operation):
5709 Use dired-call-process instead of dired-call-process-command.
5710
5711 2005-02-19 Jay Belanger <belanger@truman.edu>
5712
5713 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5714 (math-div-non-trig): New variables.
5715 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5716 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5717 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5718 trig expressions.
5719
5720 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5721
5722 * progmodes/gdb-ui.el (gdb-var-update-handler)
5723 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5724 for watch expressions,
5725 (gdb-var-create-handler): Don't set speedbar-update-flag.
5726 (gdb-post-prompt): Simplify test for speedbar.
5727
5728 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5729
5730 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5731 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5732 we use the syntax table of the correct buffer.
5733 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5734 Felix Gatzemeier.
5735
5736 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5737 (ediff-file-remote-p): Make synonymous with file-remote-p.
5738 In all deffaces ediff-*-face-*, use min-colors.
5739
5740 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5741 ediff-recurse-to-subdirectories.
5742 (ediff-mark-if-equal): Check that the arguments are strings, use
5743 ediff-same-contents (after to Felix Gatzemeier).
5744
5745 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5746 nil.
5747
5748 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5751
5752 2005-02-18 David Kastrup <dak@gnu.org>
5753
5754 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5755 use `mark-active' when defined.
5756
5757 2005-02-18 Kenichi Handa <handa@m17n.org>
5758
5759 * ps-print.el (ps-font-info-database): New entry
5760 ZapfChancery-MediumItalic with correct font name. Fix font name
5761 of the entry Zapf-Chancery-MediumItalic.
5762
5763 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5764
5765 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5766
5767 2005-02-16 Kim F. Storm <storm@cua.dk>
5768
5769 * ido.el (ido-fallback-command): Pass user input to fallback command.
5770
5771 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5772
5773 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5774 (gdb-find-file-hook): Add server prefix.
5775
5776 2005-02-16 Richard M. Stallman <rms@gnu.org>
5777
5778 * replace.el (perform-replace): Pass new args to replace-highlight.
5779 (replace-highlight): Take region args,
5780 and pass them to isearch-lazy-highlight-new-loop.
5781
5782 * novice.el (disabled-command-hook): Autoload the defalias
5783 and the make-obsolete-variable call.
5784
5785 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5786
5787 * isearch.el (isearch-lazy-highlight-start-limit)
5788 (isearch-lazy-highlight-end-limit): New variables limit
5789 the region for highlighting.
5790 (isearch-lazy-highlight-new-loop): New args BEG and END.
5791 (isearch-lazy-highlight-search): Use the new vars.
5792 (isearch-lazy-highlight-update): Likewise.
5793
5794 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5795
5796 * cus-start.el (all): Use default-boundp.
5797
5798 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5799
5800 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5801
5802 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5803
5804 * autorevert.el (auto-revert-stop-on-user-input)
5805 (auto-revert-verbose): Doc fixes.
5806
5807 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5808
5809 * international/mule-cmds.el (set-locale-environment): Remove call
5810 to set-selection-coding-system on Windows.
5811
5812 2005-02-15 Jay Belanger <belanger@truman.edu>
5813
5814 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5815 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5816 calcFunc-coth.
5817 (math-simplify-sqrt): Add simplifications.
5818
5819 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5820 to list.
5821
5822 * calc/calc-ext.el: Add functions to autoloads.
5823
5824 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5825 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5826 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5827 (math-csc-raw, math-cot-raw): New functions.
5828
5829 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5830
5831 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5832 the variable name in a message.
5833
5834 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5835 calcFunc-csc, calcFunc-cot.
5836
5837 * calc/calcalg2.el: Add derivative and integration rules for
5838 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5839 calcFunc-csch, calcFunc-coth.
5840 (math-do-integral-methods): Add to checks for when to use
5841 substitutions.
5842
5843 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5844
5845 2005-02-15 Lute Kamstra <lute@gnu.org>
5846
5847 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5848 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5849 <monnier@iro.umontreal.ca>
5850 (lisp-outline-level): Improve efficiency. Suggested by David
5851 Kastrup <dak@gnu.org>.
5852
5853 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5854
5855 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5856 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5857 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5858 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5859 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5860
5861 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5862
5863 * cus-start.el (all): Comment change.
5864
5865 2005-02-14 Lute Kamstra <lute@gnu.org>
5866
5867 * cus-start.el (all): Check if symbol is void.
5868
5869 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5870
5871 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5872 optional argument to \cite.
5873
5874 2005-02-14 Richard M. Stallman <rms@gnu.org>
5875
5876 * cus-edit.el (custom-buffer-create-internal): Update help message.
5877 (custom-magic-alist): Update help messages.
5878
5879 * cus-start.el (all): Allow a var to specify a standard value.
5880
5881 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5882
5883 * custom.el (custom-theme-set-variables): Handle variable aliases.
5884
5885 * frame.el (blink-cursor-timer): Doc fix.
5886 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5887 declare obsolete.
5888 (blink-cursor-mode): Define with defcustom and use correct
5889 standard expression in that defcustom.
5890 * startup.el (command-line): Adapt to above changes in frame.el.
5891
5892 2005-02-11 Lute Kamstra <lute@gnu.org>
5893
5894 * apropos.el (apropos-score-doc): Prevent division by zero.
5895
5896 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5897
5898 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5899 (icalendar--get-event-property-attributes)
5900 (icalendar--get-event-properties)
5901 (icalendar--datetime-to-diary-date): New functions.
5902 (icalendar--split-value): Doc fix.
5903 (icalendar--datetime-to-noneuropean-date)
5904 (icalendar--datetime-to-european-date): New optional argument
5905 SEPARATOR. Return result as a string instead of a list.
5906 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5907 (icalendar--convert-string-for-export): Rename arg S to STRING.
5908 (icalendar-export-region): Doc fix. Change name of error buffer.
5909 Save output buffer.
5910 (icalendar-import-file): Add blank at end of prompt.
5911 (icalendar-import-buffer): Doc fix. Do not switch to error
5912 buffer. Indicate status in return value.
5913 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5914 buffer. Save output buffer. Handle exception from recurrence
5915 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5916 events. Fix problems with weekly all-day events.
5917
5918 2005-02-10 Richard M. Stallman <rms@gnu.org>
5919
5920 * simple.el (eval-expression-print-format):
5921 Avoid warning about edebug-active.
5922
5923 * help.el (help-for-help-internal): Rename from help-for-help.
5924 (help-for-help): Define with defalias.
5925
5926 * font-core.el (font-lock-default-function): Use with-no-warnings.
5927
5928 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5929
5930 * custom.el (defface): Doc fix.
5931
5932 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5933
5934 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5935 width 0" to prevent word wrapping problems.
5936
5937 2005-02-09 Kim F. Storm <storm@cua.dk>
5938
5939 * ido.el (ido-file-extensions-order): New defcustom.
5940 (ido-file-extension-lessp, ido-file-extension-aux)
5941 (ido-file-extension-order): New advanced file ordering.
5942 (ido-file-lessp): New simple file ordering.
5943 (ido-sort-list): Remove.
5944 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5945 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5946
5947 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5948
5949 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5950 that some versions of grep produce.
5951 (grep-mode-font-lock-keywords): Likewise.
5952
5953 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5956 (gdb-cdir): Delete.
5957 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5958 (gdb-source-info): Treat case when source file is in another
5959 directory properly.
5960 (gdb-get-location): New function.
5961
5962 2005-02-07 Jay Belanger <belanger@truman.edu>
5963
5964 * calc/calc-prog.el (calc-write-parse-table-part)
5965 (calc-fix-token-name): Fix a check for language type.
5966
5967 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5968
5969 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5970
5971 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5972 as directory not writable.
5973
5974 2005-02-07 Kim F. Storm <storm@cua.dk>
5975
5976 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5977 (cua--standard-movement-commands): Remove list.
5978 Instead, set CUA property value to move for movement commands.
5979 (cua-movement-commands): Remove. Users must set CUA prop instead.
5980 (cua--pre-command-handler): Check CUA property.
5981 (cua--init-keymaps): Don't remap undo commands.
5982 (cua-mode): Don't call cua--rectangle-on-off.
5983
5984 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5985 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5986 (cua--rect-undo-set-point): New var.
5987 (cua--rectangle-undo-boundary): Setup undo apply entry.
5988 (cua--rect-undo-handler): New function for rectangle undo.
5989 (cua--rect-start-position, cua--rect-end-position): Add.
5990 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5991 for restored rectangle. Set point if cua--rect-undo-set-point.
5992
5993 2005-02-06 Jay Belanger <belanger@truman.edu>
5994
5995 * calc/calc-lang.el (calc-tex-language): Display more information
5996 in messages.
5997
5998 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5999 in TeX mode.
6000
6001 2005-02-06 Richard M. Stallman <rms@gnu.org>
6002
6003 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6004
6005 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6006
6007 * net/ldap.el (ldap-search-internal): Support attributes with
6008 optional descriptions separated by a semi-colon, as in
6009 "userCertificate;binary".
6010
6011 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6012
6013 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6014 isn't a cons (i.e. the version is 0).
6015
6016 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6017
6018 * help.el (help-for-help): Doc fix.
6019
6020 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6021
6022 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6023 GDB-Windows on the menu-bar as this works better.
6024
6025 2005-02-04 Jay Belanger <belanger@truman.edu>
6026
6027 * calc/calc-embed.el (calc-embedded-update): Don't put in
6028 unnecessary newlines. Adjust the end of formula marker.
6029
6030 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6031 (math-latex-parse-two-args): New function.
6032
6033 2005-02-03 Lute Kamstra <lute@gnu.org>
6034
6035 * help-fns.el (help-with-tutorial): Make sure that users cannot
6036 remove the entire text of the tutorial by means of `undo'.
6037
6038 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6041 in recent changes, where the ispell process was repeatedly
6042 killed & restarted.
6043
6044 * international/mule-cmds.el (set-locale-environment): Set file-name
6045 coding system to utf-8 on Darwin systems.
6046 (set-default-coding-systems): Don't set default-file-name-coding-system
6047 on Darwin systems.
6048
6049 2005-02-03 Richard M. Stallman <rms@gnu.org>
6050
6051 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6052
6053 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6054
6055 * faces.el (list-faces-display): Add optional argument.
6056
6057 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * font-core.el (font-lock-default-function): Handle the rare case where
6060 only font-lock-keywords is set.
6061
6062 2005-02-02 Kenichi Handa <handa@m17n.org>
6063
6064 * international/characters.el: Cancel previous change for
6065 I-WITH-DOT-ABOVE and DOTLESS-i.
6066
6067 * international/latin-5.el: Cancel previous change.
6068
6069 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6070
6071 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6072
6073 2005-02-02 Kenichi Handa <handa@m17n.org>
6074
6075 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6076 DOTLESS-i.
6077
6078 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6079 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6080
6081 * case-table.el (get-upcase-table): New function.
6082 (copy-case-table): Copy upcaes table too if non-nil.
6083 (set-case-syntax-delims): Maintain upcase table too.
6084 (set-case-syntax-pair): Likewise.
6085 (set-upcase-syntax, set-downcase-syntax): New functions.
6086 (set-case-syntax): Maintain upcase table too.
6087
6088 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6089
6090 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6091
6092 * progmodes/gud.el (gud-goto-info): New function.
6093 (gud-tool-bar-map): Use correct icon.
6094
6095 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6096
6097 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6098 When delegating, order args in the funcall correctly.
6099
6100 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6101
6102 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6103
6104 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6105
6106 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6107 buffer not visiting a file.
6108
6109 2005-01-31 Jay Belanger <belanger@truman.edu>
6110
6111 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6112 bound on the line with the formula.
6113
6114 2005-01-31 Kim F. Storm <storm@cua.dk>
6115
6116 * ses.el (ses-create-cell-variable-range)
6117 (ses-destroy-cell-variable-range, ses-reset-header-string)
6118 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6119 (ses-insert-row): Fix format of apply undo entries.
6120
6121 2005-01-31 Jay Belanger <belanger@truman.edu>
6122
6123 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6124 parts.
6125
6126 * calc/calc-embed.el (calc-embedded-open-formula)
6127 (calc-embedded-close-formula): Ignore matrix environments.
6128
6129 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6130 TeX mode.
6131
6132 * calc/calc-lang.el (math-function-table, math-oper-table)
6133 (math-variable-table): Adjust the LaTeX portions.
6134
6135 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6136 (math-latex-ignore-words): New constant.
6137
6138 2005-01-31 Richard M. Stallman <rms@gnu.org>
6139
6140 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6141 (ispell-local-dictionary): Doc fix.
6142 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6143 Don't reinitialize at run time. Don't defcustom.
6144 All uses changed to append ispell-local-dictionary-alist,
6145 or check it first.
6146 (ispell-current-dictionary): New variable for dictionary in use.
6147 (ispell-dictionary): Now used only for global default.
6148 (ispell-start-process): Set ispell-current-dictionary,
6149 not ispell-dictionary.
6150 (ispell-change-dictionary): Use this only for setting
6151 user preferences.
6152 (ispell-internal-change-dictionary): New function
6153 to change the current dictionary in use.
6154 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6155 Use ispell-current-dictionary.
6156 Handle ispell-local-dictionary-overridden.
6157 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6158
6159 2005-01-31 Jay Belanger <belanger@truman.edu>
6160
6161 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6162
6163 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6164 (calc-mode-map): Add calc-latex-language.
6165
6166 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6167 (math-latex-print-frac): New functions.
6168 (math-oper-table, math-function-table, math-variable-table)
6169 (math-complex-format, math-input-filter): Add latex properties.
6170 (calc-set-language): Set math-expr-special-function-mapping.
6171
6172 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6173 (calc-write-parse-table-part): Add LaTeX support.
6174
6175 * calc/calc.el (calc-language): Adjust docstring.
6176 (calc-set-mode-line): Add LaTeX support.
6177 (math-expr-special-function-mapping): New variable.
6178 (math-tex-ignore-words): Add to list.
6179
6180 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6181 Add LaTeX support.
6182 (math-compose-expr): Add support for special functions.
6183
6184 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6185
6186 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6187
6188 * progmodes/gdb-ui.el (gdb-memory-address)
6189 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6190 (gdb-memory-mode-map, gdb-memory-format-keymap)
6191 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6192 (gdb-memory-unit-menu): New variables for a buffer
6193 that lets the user examine program memory.
6194 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6195 (gdb-memory-format-binary, gdb-memory-format-octal)
6196 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6197 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6198 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6199 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6200 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6201 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6202 (gdb-memory-mode, gdb-memory-buffer-name)
6203 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6204 New functions for above buffer.
6205
6206 2005-01-30 Richard M. Stallman <rms@gnu.org>
6207
6208 * cus-edit.el (custom-bury-buffer): Function deleted.
6209 (custom-buffer-done-function): Option deleted.
6210 (custom-buffer-done-kill): New (replacement option.
6211 (Custom-buffer-done): Call quit-window.
6212 (custom-buffer-create-internal): Update for above changes.
6213
6214 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6215
6216 * simple.el (undo-ask-before-discard): New var.
6217 (undo-outer-limit-truncate): Implement it.
6218 (undo-extra-outer-limit): Doc update.
6219
6220 2005-01-29 Richard M. Stallman <rms@gnu.org>
6221
6222 * ses.el (undo-more): Delete defadvice.
6223 (ses-begin-change): Doc fix.
6224
6225 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6226 instead of rebinding C-x u and C-_.
6227
6228 * files.el (normal-backup-enable-predicate): Return nil for files
6229 in /tmp, regardless of temporary-file-directory.
6230
6231 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6232
6233 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6234 (open-rectangle, delete-whitespace-rectangle-line)
6235 (clear-rectangle-line): If FILL, pass t instead of FILL
6236 for move-to-column's 2nd arg.
6237
6238 * simple.el (undo): Fix the test for continuing a series of undos.
6239 (undo-more): Set pending-undo-list to t when we reach end.
6240 (pending-undo-list): Move up defvar.
6241
6242 * wid-edit.el (widget-button-click):
6243 Shorten the range of the track-mouse binding.
6244
6245 * comint.el (comint-insert-input): Undo previous changes;
6246 use last-input-event in interactive spec.
6247
6248 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6249
6250 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6251 to nil before invoking call-process. Reset buffer's modified flag
6252 after fontifying it in the no-async branch.
6253
6254 * wid-edit.el (widget-specify-button): If mouse pointer shape
6255 cannot be changed, use mouse face instead.
6256
6257 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6258
6259 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6260 (gdb-goto-breakpoint): Make breakpoint handling work on template
6261 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6262 (gdb-assembler-custom): Update to recognise breakpoint information
6263 added on 2005-01-19.
6264
6265 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6268 (dsssl-mode): Use define-derived-mode.
6269 (scheme-mode-initialize): Remove.
6270 (scheme-mode): Use run-mode-hooks.
6271
6272 * cus-edit.el (customize-group-other-window)
6273 (custom-buffer-create-other-window): Don't override special-display-*.
6274 (custom-mode-map): Make it dense.
6275
6276 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6277 sets the default value.
6278
6279 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6280
6281 * descr-text.el: Add more keywords.
6282
6283 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * speedbar.el: Avoid unnecessary use of locate-library.
6286
6287 * international/mule-cmds.el (standard-display-european-internal):
6288 Don't fiddle with latin-1 non-break space any more since it's now
6289 special cased in the C code.
6290 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6291
6292 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6293
6294 * cus-start.el (all): Add `undo-outer-limit'.
6295
6296 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6297
6298 * textmodes/bibtex.el (bibtex-format-entry):
6299 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6300 field lines.
6301 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6302 not on part of a buffer.
6303
6304 2005-01-25 Lute Kamstra <lute@gnu.org>
6305
6306 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6307 nonempty field text strings like "{letters\\macro{}more letters}".
6308 Clarify docstring.
6309 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6310 (bibtex-entry-offset, bibtex-parse-association)
6311 (bibtex-parse-field-name): Fix typos in docstrings.
6312 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6313
6314 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6315
6316 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6317 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6318 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6319 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6320
6321 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6322 isearch minor mode.
6323
6324 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6327
6328 2005-01-24 Lute Kamstra <lute@gnu.org>
6329
6330 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6331 CASECHARS and NOT-CASECHARS regular expressions of the
6332 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6333 striding over charsets" error.
6334
6335 2005-01-24 Jay Belanger <belanger@truman.edu>
6336
6337 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6338 display variable name.
6339
6340 2005-01-24 Kenichi Handa <handa@m17n.org>
6341
6342 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6343 Fix setting of the element of encoded-kbd-iso2022-invocations.
6344
6345 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6346
6347 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6348 (gdb-threads-select): Change to also accept mouse events.
6349 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6350 (gdb-threads-mouse-select): Delete.
6351
6352 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6353
6354 * files.el (insert-directory): Take care of empty directory,
6355 listed without -a switch.
6356
6357 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * textmodes/refill.el (refill-post-command-function):
6360 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6361 to the list of functions that we should be careful not to undo.
6362 (refill-late-fill-paragraph-function): Remove.
6363 (refill-saved-state): New var.
6364 (refill-mode): Use it to save fill-paragraph-function.
6365 Save also the value of auto-fill-function.
6366
6367 * term/w32-win.el: Simplify code.
6368
6369 2005-01-23 Kim F. Storm <storm@cua.dk>
6370
6371 * simple.el (line-move): Adapt to new return value from
6372 pos-visible-in-window-p.
6373
6374 * simple.el (line-move): Fix last change. Check partial
6375 visibility at point rather than at window-start.
6376
6377 2005-01-22 Jason Rumney <jasonr@gnu.org>
6378
6379 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6380
6381 2005-01-22 David Kastrup <dak@gnu.org>
6382
6383 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6384
6385 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6386
6387 * type-break.el (type-break-mode): Add a test for
6388 type-break-file-name being non-nil.
6389
6390 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6391
6392 * net/eudc.el (top level): Call (message "") via progn, so that
6393 eudc-options-file is loaded.
6394
6395 2005-01-22 Kim F. Storm <storm@cua.dk>
6396
6397 * simple.el (line-move-1): Rename from line-move.
6398 (line-move): New function that adjusts vscroll for partially
6399 visible rows, and calls line-move-1 otherwise.
6400
6401 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6402
6403 * pcomplete.el: define pcomplete-read-event instead of read-event,
6404 since it's not a complete read-event implementation
6405
6406 2005-01-20 Jay Belanger <belanger@truman.edu>
6407
6408 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6409 for called function.
6410
6411 2005-01-20 Steven Tamm <steventamm@mac.com>
6412
6413 * term/mac-win.el (process-connection-type): Remove.
6414 Controlled now by s/darwin.h:PTY_ITERATION.
6415
6416 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * window.el (handle-select-window): Don't switch window when we're
6419 in the minibuffer.
6420
6421 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6422
6423 * subr.el (dotimes-with-progress-reporter): New macro.
6424
6425 * ses.el (ses-dotimes-msg): Remove macro.
6426 Use `dotimes-with-progress-reporter' instead.
6427
6428 2005-01-19 Steven Tamm <steventamm@mac.com>
6429
6430 * term/mac-win.el (process-connection-type): Use new
6431 operating-system-release variable to use ptys on Darwin 7 (OSX
6432 10.3) when using carbon build.
6433
6434 2005-01-19 Jay Belanger <belanger@truman.edu>
6435
6436 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6437 flags if the last command was a tab or M-tab.
6438
6439 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6440 in formula editing buffer.
6441
6442 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6443
6444 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6445 breakpoint image symbol in margin.
6446
6447 2005-01-19 Jay Belanger <belanger@truman.edu>
6448
6449 * calc/calc-prog.el (calc-execute-kbd-macro):
6450 Ignore calc-keep-arg-flag.
6451
6452 2005-01-19 Kenichi Handa <handa@m17n.org>
6453
6454 * textmodes/ispell.el (ispell-looking-at): New function.
6455 (ispell-process-line): Use ispell-looking-at to compare the ispell
6456 output and the buffer contents.
6457
6458 2005-01-18 Jay Belanger <belanger@truman.edu>
6459
6460 * calc/calc.el (calc-display-raw): Fix docstring.
6461
6462 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 * simple.el (blink-matching-open): Strip extra info from syntax.
6465
6466 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6467 funny chars in the end-of-here-doc marker.
6468
6469 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6470
6471 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6472 that enable/disabled state of breakpoints is shown correctly in
6473 fringe and on ttys.
6474 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6475 Add breakpoint information as text properties.
6476 (gdb-mouse-toggle-breakpoint):
6477 Rename to gdb-mouse-set-clear-breakpoint.
6478 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6479 breakpoints in the margin.
6480 (gdb-remove-strings): Simplify.
6481
6482 2005-01-17 Jay Belanger <belanger@truman.edu>
6483
6484 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6485 erasing buffer.
6486
6487 2005-01-17 Richard M. Stallman <rms@gnu.org>
6488
6489 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6490 for calling grep-compute-defaults.
6491
6492 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6493 if buffer is empty.
6494
6495 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6496
6497 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6500
6501 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6502 non-preloaded variables.
6503
6504 2005-01-17 Steven Tamm <steventamm@mac.com>
6505
6506 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6507 tex-shell cause to force interactivity when using pipes.
6508
6509 2005-01-17 Kim F. Storm <storm@cua.dk>
6510
6511 * simple.el (just-one-space): Make arg optional.
6512
6513 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6514
6515 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6516 posn-at-x-y to t to access left-margin.
6517
6518 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6519
6520 Sync with Tramp 2.0.47.
6521
6522 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6523 catching keep-date problems in cp/scp operations.
6524 (tramp-handle-copy-file): Don't call `set-file-modes'
6525 unconditionally. Specialized functions should know better what is
6526 necessary. This improves performance a little bit, and the
6527 functions could catch errors with `cp -p' and `scp -p'.
6528 (tramp-do-copy-or-rename-file-via-buffer)
6529 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6530 when appropriate.
6531 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6532 Call `set-file-modes' when appropriate.
6533 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6534 Johnsson <isak@hypergene.com>
6535 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6536 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6537 <joakim@verona.se>
6538 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6539 Emacs only.
6540
6541 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6542 `find-file-hooks' and `dired-mode-hook'.
6543 (tramp-minor-mode-map): Respective map. Add remapping for
6544 `compile' and `recompile'.
6545 (tramp-remap-command, tramp-recompile): New defuns.
6546 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6547 in buffer "*Compilation*". Call the commands asynchronously.
6548
6549 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6550 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6551 `shell-command', because it isn't magic in XEmacs. Reported by
6552 Adrian Aichner <adrian@xemacs.org>.
6553
6554 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6555 `substitute-in-file-name.
6556 (tramp-smb-handle-substitute-in-file-name): New defun.
6557 (tramp-smb-advice-PC-do-completion): Delete advice.
6558
6559 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6560
6561 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6562 Fix error in deleting region.
6563
6564 2005-01-15 Richard M. Stallman <rms@gnu.org>
6565
6566 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6567 In non-temp buffer, switch syntax table temporarily.
6568
6569 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6570
6571 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6572
6573 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6574
6575 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6576 (imenu--generic-function): Use START, not BEG, as pos of definition.
6577
6578 * simple.el (just-one-space): Argument specifies number of spaces.
6579
6580 * simple.el (eval-expression-print-format): Avoid warning
6581 about edebug-active.
6582
6583 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6584
6585 * progmodes/sh-script.el: Code copied from make-mode.el
6586 with small changes,
6587 (sh-mode-map): Bind C-c C-\.
6588 (sh-backslash-column, sh-backslash-align): New variables.
6589 (sh-backslash-region, sh-append-backslash): New functions.
6590
6591 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6592
6593 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6594 (rmail-pop-password, rmail-pop-password-required): Move to
6595 rmail-obsolete group.
6596 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6597 All callers updated.
6598 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6599 Take an argument specifying whether it is POP or IMAP mailbox we
6600 are using. All callers updated.
6601 (rmail-pop-password-error): Rename to
6602 rmail-remote-password-error. Added mailutils-specific error message.
6603 (rmail-movemail-search-path)
6604 (rmail-movemail-variant-in-use): New variables.
6605 (rmail-remote-password, rmail-remote-password-required):
6606 New customization variables.
6607 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6608 (rmail-parse-url): New function.
6609 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6610 with GNU mailutils movemail.
6611
6612 2005-01-15 Kevin Ryde <user42@zip.com.au>
6613
6614 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6615 suffix to space, $ or '$, to correctly position point when going
6616 to @table style constants like DBL_MAX.
6617
6618 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6619
6620 * type-break.el (type-break-mode, type-break-file-time)
6621 (type-break-file-keystroke-count, type-break-choose-file):
6622 Don't store data in or load data from the file if type-break-file-name
6623 is nil.
6624 (type-break-file-name): Doc update as per the above.
6625
6626 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6627
6628 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6629 lookup-key might return nil; handle that.
6630
6631 2005-01-15 Alan Mackenzie <acm@muc.de>
6632
6633 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6634 rather than the element found, thus enabling the tree to be setcar'd.
6635
6636 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6637
6638 * textmodes/org.el (org-show-following-heading): New option.
6639 (org-show-hierarchy-above): Use `org-show-following-heading'.
6640 (org-cycle): Documentation fix.
6641
6642 * textmodes/org.el (orgtbl-optimized): New option
6643 (orgtbl-mode): New command, a minor mode.
6644 (orgtbl-mode-map): New variable.
6645 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6646 (orgtbl-error, orgtbl-self-insert-command)
6647 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6648
6649 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6650 a local variable in each org-mode buffer.
6651
6652 * textmodes/org.el (org-set-regexps-and-options): Rename from
6653 `org-set-regexps'. Added checking for STARTUP keyword.
6654 (org-get-current-options): Add STARTUP options.
6655 (org-table-insert-row): Mode mode intelligent about when
6656 realignment is needed.
6657 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6658 New commands.
6659 (org-enable-table-editor): New default value `optimized'.
6660 (org-table-blank-field): Support blanking regions if active.
6661
6662 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6663
6664 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6665 if the year is not given.
6666
6667 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6668 Add new escapes %m and %M, fixed bug with %F by adding
6669 save-match-data.
6670 (reftex-reference): Remove ?. from list of spaces.
6671 (reftex-label-info): Add automatic label prefix recognition.
6672
6673 * textmodes/reftex-index.el (reftex-index-next-phrase):
6674 Add slave parameter to call of `reftex-index-this-phrase'.
6675 (reftex-index-this-phrase): New optional argument.
6676 (reftex-index-region-phrases): Add slave parameter to call of
6677 `reftex-index-this-phrase'.
6678 (reftex-display-index): New argument redo.
6679 (reftex-index-rescan): Add 'redo to arguments of
6680 `reftex-display-index'.
6681 (reftex-index-Rescan, reftex-index-revert)
6682 (reftex-index-switch-index-tag): Add 'redo to arguments of
6683 `reftex-display-index'.
6684 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6685 indexing. Fix bug with matching is there is a quote before or
6686 after the word.
6687
6688 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6689 Fix bug when collecting citation keys in lines with comments.
6690 (reftex-citation): Prefix argument no longer rescans the document,
6691 but forces prompting for optional arguments of cite macros.
6692 (reftex-do-citation): Prompting for optional arguments implemented.
6693
6694 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6695 Add optional arguments to most cite commands.
6696 (reftex-cite-cleanup-optional-args): New option
6697 (reftex-cite-prompt-optional-args): New option.
6698 (reftex-trust-label-prefix): New option.
6699
6700 * textmodes/reftex-toc.el (reftex-toc-find-section):
6701 Add push-mark before changing the position in the buffer.
6702
6703 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6704 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6705
6706 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6707
6708 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6709 more carefully.
6710
6711 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6714 (sgml-mode): Use it.
6715 (sgml-get-context): Better keep track of implicitly closed tags.
6716
6717 2005-01-13 Kenichi Handa <handa@m17n.org>
6718
6719 * textmodes/ispell.el: These changes are to fix misalignment error
6720 caused by equivalent characters of different Emacs charsets.
6721 (ispell-unified-chars-table): New variable.
6722 (ispell-get-decoded-string): New function.
6723 (ispell-get-casechars, ispell-get-not-casechars)
6724 (ispell-get-otherchars): Call ispell-get-decoded-string.
6725
6726 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6727
6728 * custom.el (custom-declare-variable): Just put symbol instead
6729 of (defvar . symbol) in `current-load-list'.
6730
6731 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6732
6733 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6734
6735 2005-01-12 Jay Belanger <belanger@truman.edu>
6736
6737 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6738 to create a Calc summary.
6739
6740 2005-01-12 Kim F. Storm <storm@cua.dk>
6741
6742 * mouse.el (mouse-on-link-p): Change functionality and doc
6743 string to comply with latest description in lisp ref.
6744
6745 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6746
6747 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6748 Enable mouse clicks on mode-line, header-line and margin.
6749 (event-type): Give mouse event symbols an 'event-kind property
6750 with value 'mouse-click.
6751
6752 2005-01-12 Juri Linkov <juri@jurta.org>
6753
6754 * facemenu.el (list-colors-display): Add new arg buffer-name.
6755 Use it. Fix docstring. Replace code for identifying duplicate
6756 colors by the name with call to `list-colors-duplicates' which
6757 identifies duplicate colors by the value unless the color
6758 is one of special Windows colors. Set truncate-lines to t.
6759 Print sorted duplicate color names on each line. Indent to 22
6760 \(the longest color name in rgb.txt) instead of 20. Optimize.
6761 (list-colors-duplicates): New function.
6762 (facemenu-color-name-equal): Delete function.
6763
6764 * facemenu.el (list-colors-print): New function created from code
6765 in list-colors-display. Print #RRGGBB at the window right edge.
6766 (list-colors-display): When temp-buffer-show-function is not
6767 defined, call list-colors-print from temp-buffer-show-hook
6768 to get the right value of window-width in list-colors-print
6769 after the buffer is displayed.
6770
6771 * simple.el (pop-mark): Move deactivate-mark out of conditional
6772 part to deactivate the active mark regardless of the state of the
6773 mark ring.
6774
6775 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6776 variables line in desktop files.
6777
6778 2005-01-12 Juri Linkov <juri@jurta.org>
6779
6780 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6781 Bring together isearch highlight related options.
6782 (lazy-highlight): Replace group `replace' by `matching'.
6783 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6784 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6785 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6786 and declare them obsolete.
6787 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6788 (isearch-faces): Remove defgroup.
6789 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6790 Move isearch highlighting code closer to lazy highlighting code.
6791
6792 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6793 (query-replace-highlight, query-replace-lazy-highlight)
6794 (query-replace): Move definitions to the beginning of the file.
6795
6796 2005-01-11 Juri Linkov <juri@jurta.org>
6797
6798 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6799 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6800 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6801
6802 * info.el (Info-history-forward): New variable.
6803 (Info-select-node): Reset Info-history-forward to nil.
6804 (Info-last): Turn into defalias.
6805 (Info-history-back): Rename from Info-last.
6806 Add current node to Info-history-forward.
6807 (Info-history-forward): New fun.
6808 (Info-mode-map): Replace Info-last by Info-history-back.
6809 Bind Info-history-forward to "r".
6810 (Info-mode-menu): Replace Info-last by Info-history-back.
6811 Fix menu item text. Add menu item for Info-history-forward.
6812 (info-tool-bar-map): Replace Info-last by Info-history-back.
6813 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6814 for Info-history-forward.
6815 (Info-mode): Replace Info-last by Info-history-back in docstring.
6816 Add local variable Info-history-forward.
6817 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6818
6819 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6820
6821 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6822 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6823 Ignore select-window events rather than fiddle with
6824 mouse-autoselect-window.
6825
6826 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6827
6828 * type-break.el (type-break-mode): Fix previous change.
6829
6830 2005-01-10 Jay Belanger <belanger@truman.edu>
6831
6832 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6833 calculator; only reset when point is inside a calculator.
6834 Don't adjust the window height if the window takes up the whole height
6835 of the frame.
6836
6837 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6838
6839 * ebuff-menu.el (Electric-buffer-menu-mode):
6840 Preserve value of buffer-local var header-line-format.
6841
6842 2005-01-09 Jay Belanger <belanger@truman.edu>
6843
6844 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6845 Make sure settings file exists before accessing it.
6846
6847 * calc/calc-embed.el (calc-embedded-subst):
6848 Replace math-multi-subst-rec, which is only supposed to be called
6849 by math-multi-subst, by math-multi-subst.
6850
6851 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6852
6853 * vc.el (vc-allow-async-revert): New user option.
6854 (vc-disable-async-diff): New internal variable.
6855 (vc-revert-buffer): Use them to disable asynchronous diff.
6856
6857 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6858 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6859 asynchronously if vc-disable-async-diff is t.
6860
6861 2005-01-09 Jay Belanger <belanger@truman.edu>
6862
6863 * calc/calc.el (defcalcmodevar): New macro.
6864 (calc-mode-var-list-restore-default-values)
6865 (calc-mode-var-list-restore-saved-values): New functions.
6866 (calc-mode-var-list): Use defcalcmodevar to define it.
6867 (calc-always-load-extensions, calc-line-numbering)
6868 (calc-line-breaking, calc-display-just, calc-display-origin)
6869 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6870 (calc-group-char, calc-point-char, calc-frac-format)
6871 (calc-prefer-frac, calc-hms-format, calc-date-format)
6872 (calc-float-format, calc-full-float-format, calc-complex-format)
6873 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6874 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6875 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6876 (calc-matrix-brackets, calc-language, calc-language-option)
6877 (calc-left-label, calc-right-label, calc-word-size)
6878 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6879 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6880 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6881 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6882 (calc-window-height, calc-display-trail, calc-show-selections)
6883 (calc-use-selections, calc-assoc-selections)
6884 (calc-display-working-message, calc-auto-why, calc-timing)
6885 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6886 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6887 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6888 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6889 (calc-gnuplot-geometry, calc-graph-default-resolution)
6890 (calc-graph-default-resolution-3d, calc-invocation-macro)
6891 (calc-show-banner): Use defcalcmodevar to declare them and set
6892 their default values.
6893
6894 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6895 instead of default values (but restore default values if there is
6896 an argument of 0).
6897
6898 2005-01-09 David Kastrup <dak@gnu.org>
6899
6900 * desktop.el (desktop-restore-eager): Fix typo in type.
6901
6902 2005-01-08 Richard M. Stallman <rms@gnu.org>
6903
6904 * cus-edit.el (customize): Delete :link.
6905
6906 2005-01-08 Jay Belanger <belanger@truman.edu>
6907
6908 * calc/calc.el (calc-mode): Remove the extension from the
6909 `calc-settings-file' file name when loading it.
6910
6911 2005-01-08 Kim F. Storm <storm@cua.dk>
6912
6913 * info.el (Info-mode-map, Info-next-link-keymap)
6914 (Info-prev-link-keymap, Info-up-link-keymap):
6915 Map follow-link to mouse-face.
6916 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6917
6918 2005-01-08 Jay Belanger <belanger@truman.edu>
6919
6920 * calc/calc.el (calc-settings-file): Change default value.
6921 Suggested by cgw in a comment in calc-mode.el.
6922
6923 * calc/calc-mode.el (calc-settings-file-name):
6924 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6925 Replace ~/.emacs in a prompt by calc-settings-file.
6926
6927 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6928
6929 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6930 (desktop-lazy-idle-delay): New customizable variables.
6931 (desktop-buffer-args-list): New variable.
6932 (desktop-append-buffer-args): New function.
6933 (desktop-save): Call desktop-append-buffer-args for some buffers.
6934 (desktop-lazy-create-buffer): New function.
6935 (desktop-idle-create-buffers): New function.
6936 (desktop-read): Add message about buffers to restore lazily.
6937 (desktop-lazy-abort): New command.
6938 (desktop-clear): Call desktop-lazy-abort.
6939 (desktop-lazy-complete): New command.
6940
6941 2005-01-06 Richard M. Stallman <rms@gnu.org>
6942
6943 * emacs-lisp/find-func.el (find-face-definition):
6944 Rename from find-face.
6945
6946 2005-01-06 Kim F. Storm <storm@cua.dk>
6947
6948 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6949
6950 * man.el (Man-xref-man-page, Man-xref-header-file)
6951 (Man-xref-normal-file): Add follow-link property.
6952
6953 2005-01-06 Jay Belanger <belanger@truman.edu>
6954
6955 * calc/calc-units.el: Make sure the proper macro definitions are
6956 available when compiling.
6957
6958 2005-01-06 Juri Linkov <juri@jurta.org>
6959
6960 * isearch.el (isearch-lazy-highlight-update):
6961 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6962
6963 2005-01-06 Miles Bader <miles@gnu.org>
6964
6965 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6966 (isearch-lazy-highlight-face): Use new name.
6967
6968 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * uniquify.el (uniquify-rationalize-file-buffer-names):
6971 Re-add an interactive spec.
6972 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6973 to the same name.
6974
6975 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6976 (isearch-update, isearch-done): Adjust calls accordingly.
6977
6978 2005-01-05 Richard M. Stallman <rms@gnu.org>
6979
6980 * custom.el (custom-set-variables, custom-theme-set-variables):
6981 Clarify documentation.
6982
6983 * emacs-lisp/find-func.el (find-variable)
6984 (find-variable-other-window, find-variable-other-frame):
6985 Fix the TYPE args to find-function-read and find-function-do-it.
6986 (find-function): Doc fix.
6987 (find-function-at-point): Replace function-at-point alias.
6988
6989 2005-01-04 Richard M. Stallman <rms@gnu.org>
6990
6991 * cus-face.el (custom-declare-face):
6992 Record defface in current-load-list.
6993
6994 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6995
6996 * emacs-lisp/find-func.el: Doc fixes.
6997 (find-face-regexp): New variable.
6998 (find-function-regexp-alist): New variable.
6999 (find-function-C-source): Third arg is now TYPE.
7000 (find-function-search-for-symbol): Handle general TYPE.
7001 (find-function-read, find-function-do-it): Handle general TYPE.
7002 (find-definition-noselect, find-face): New functions.
7003 (function-at-point): Alias deleted.
7004
7005 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7006
7007 * battery.el (display-battery-mode): Rename from display-battery.
7008 Handle the case where it gets turned off.
7009
7010 2005-01-04 Richard M. Stallman <rms@gnu.org>
7011
7012 * cus-edit.el (customize): Make :link point to user doc.
7013
7014 * man.el (Man-fontify-manpage): Turn off undo generation.
7015
7016 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7017
7018 2005-01-04 Andreas Schwab <schwab@suse.de>
7019
7020 * files.el (insert-directory): Only look for error lines in
7021 inserted text. Don't move too far after processing --dired markers.
7022
7023 2005-01-04 Richard M. Stallman <rms@gnu.org>
7024
7025 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7026 Don't expand if the character is @, period, dash, etc.
7027 (define-mail-abbrev): Quote names that contain problem characters.
7028
7029 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7030
7031 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7032
7033 2005-01-03 Richard M. Stallman <rms@gnu.org>
7034
7035 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7036 (query-replace-highlight, query-replace-lazy-highlight)
7037 (query-replace): Definitions moved up. Doc fix.
7038
7039 2005-01-03 Richard M. Stallman <rms@gnu.org>
7040
7041 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7042 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7043 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7044 (lazy-highlight-face): Rename from isearch-lazy-...
7045 Change all references to them.
7046
7047 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7048
7049 * cus-edit.el (custom-file): Doc fix for defcustom.
7050 (custom-file): The function no longer sets the variable
7051 `custom-file' to its return value.
7052
7053 * startup.el (command-line): No longer load `custom-file'.
7054
7055 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7058
7059 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7060 Don't confuse module-prefixed identifiers for labels.
7061 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7062
7063 2005-01-02 Richard M. Stallman <rms@gnu.org>
7064
7065 * files.el (basic-save-buffer-1): Fix previous change.
7066
7067 * loadhist.el (file-loadhist-lookup): New function.
7068 (file-provides, file-requires): Use it.
7069
7070 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7071 instead of calculating the right size.
7072
7073 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7074
7075 * vc-svn.el (vc-svn-diff): Stay local if possible.
7076
7077 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7080
7081 * files.el (hack-local-variables): Fix last change.
7082
7083 2005-01-02 Jay Belanger <belanger@truman.edu>
7084
7085 * calc/calc-yank.el (calc-edit-top): New variable.
7086 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7087 object. Change header properties.
7088 (calc-edit-finish, calc-edit-finish-stack-object)
7089 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7090 edited object.
7091 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7092 for the beginning of the edited object.
7093 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7094 for the beginning of the edited object.
7095 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7096 (calc-finish-formula-edit, calc-macro-repeats)
7097 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7098 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7099 beginning of the edited object.
7100 (calc-user-define-edit): Change the header for editing macros.
7101 Remove unnecessary variable.
7102
7103 2005-01-01 Jay Belanger <belanger@truman.edu>
7104
7105 * calc/calc-yank.el (calc-edit-mode): Change default header.
7106 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7107 * calc/calc-store.el (calc-edit-variable): Change title to match new
7108 header.
7109 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7110 mode to match new header.
7111 (calc-user-define-edit): Change titles to include names of commands.
7112 (calc-finish-formula-edit): Adjust to handle new header.
7113 (calc-finish-macro-edit): Remove.
7114 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7115 (calc-edit-macro-command, calc-edit-macro-command-type)
7116 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7117 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7118 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7119 (calc-edit-macro-finish-edit): New functions.
7120 (calc-user-define-edit): Use new functions to edit named calc macros.
7121
7122 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7123
7124 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7125
7126 * ses.el (copy-region-as-kill): Deactivate mark.
7127
7128 2005-01-01 Richard M. Stallman <rms@gnu.org>
7129
7130 * replace.el (occur-1): If the output buffer is also an input,
7131 don't kill it, rename it.
7132
7133 * faces.el (set-face-background, set-face-foreground): Doc fix.
7134
7135 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7136 for :foreground and :background.
7137
7138 * dired.el (dired-view-command-alist): Variable deleted.
7139 (dired-view-file, dired-mouse-find-file-other-window):
7140 Delete the code to use it.
7141
7142 2005-01-01 Kim F. Storm <storm@cua.dk>
7143
7144 * image.el (insert-sliced-image): Use t for line-height property.
7145
7146 2004-12-31 Jay Belanger <belanger@truman.edu>
7147
7148 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7149 for "var-" at the beginning of the minibuffer.
7150
7151 2004-12-31 Richard M. Stallman <rms@gnu.org>
7152
7153 * faces.el (read-face-name):
7154 Don't treat an attribute spec as a list of faces.
7155
7156 * simple.el (undo): Use undo-equiv-table to detect
7157 unexpected changes since previous undo.
7158 (undo-list-saved): Variable deleted.
7159 (buffer-disable-undo): Don't alter undo-list-saved.
7160
7161 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7162 (mode-require-final-newline): New option.
7163 (after-find-file): Handle require-final-newline with new values.
7164 (basic-save-buffer): Handle new values of require-final-newline.
7165
7166 * progmodes/sh-script.el (sh-require-final-newline):
7167 Alist value now controls whether to use mode-require-final-newline.
7168 (sh-set-shell): Implement that new meaning.
7169
7170 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7171 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7172 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7173 Delete old-Emacs compatibility code.
7174 (antlr-c-common-init): Function deleted.
7175
7176 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7177 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7178 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7179 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7180 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7181 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7182 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7183 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7184 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7185 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7186 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7187 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7188 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7189 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7190 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7191 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7192
7193 2004-12-31 Jay Belanger <belanger@truman.edu>
7194
7195 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7196 way to return to Calc.
7197
7198 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7199 finish, C-xk as the way to cancel the edit. Add cancel routine to
7200 kill-buffer-hook.
7201
7202 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7203 MacEdit code.
7204
7205 * calc/calc-prog.el: Remove obsolete MacEdit code.
7206 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7207 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7208
7209 2004-12-31 Kenichi Handa <handa@m17n.org>
7210
7211 * international/mule.el (buffer-file-coding-system-explicit):
7212 Rename for explicit-buffer-file-coding-system.
7213 (after-insert-file-set-coding): Adjust for the above change.
7214
7215 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7216 to buffer-file-coding-system-explicit.
7217 (basic-save-buffer-1): Likewise.
7218
7219 2004-12-30 Richard M. Stallman <rms@gnu.org>
7220
7221 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7222 (artist-butlast, artist-last): Functions deleted.
7223 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7224 (artist-compute-key-compl-table): Call remq directly.
7225 (artist-remove-nulls): Function deleted.
7226 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7227 (artist-push, artist-pop): Macro deleted.
7228
7229 2004-12-30 Andreas Leue <al@sphenon.de>
7230
7231 * textmodes/artist.el (artist-version): 1.2.6
7232 (artist-prev-next-op-alist): New variable.
7233 (artist-select-next-op-in-list): New function.
7234 (artist-select-prev-op-in-list): New function.
7235 (artist-make-prev-next-op-alist): New function.
7236 (artist-is-in-op-list-p): New function.
7237 (artist-get-first-non-nil-op): New function.
7238 (artist-get-last-non-nil-op): New function.
7239 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7240 artist-prev-next-op-alist.
7241 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7242 change drawing operation.
7243
7244 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7247
7248 2004-12-31 Masatake YAMATO <jet@gyve.org>
7249
7250 * server.el (server-process-filter): Suppress `error', too.
7251
7252 2004-12-30 Jay Belanger <belanger@truman.edu>
7253
7254 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7255 Change the way a variable is displayed in a message.
7256
7257 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7258 (calc-user-define-permanent, calc-execute-kbd-macro):
7259 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7260
7261 2004-12-30 Kenichi Handa <handa@m17n.org>
7262
7263 * files.el (basic-save-buffer-1):
7264 Set explicit-buffer-file-coding-system to last-coding-system-used.
7265 (revert-buffer): Pay attention to
7266 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7267 on bind coding-system-for-read.
7268
7269 * international/mule.el (explicit-buffer-file-coding-system):
7270 New buffer local variable.
7271 (after-insert-file-set-coding): Set it to coding-system-for-read.
7272
7273 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7274
7275 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7276
7277 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7278
7279 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7280 that include line numbers.
7281
7282 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7283
7284 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7285 Redundant variable PREFIXLEN removed.
7286
7287 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7288
7289 * eshell/em-hist.el (eshell-previous-matching-input):
7290 Start the deletion from the end of the output.
7291
7292 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7293
7294 * term/mac-win.el: Require x-dnd.
7295 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7296
7297 2004-12-29 David Kastrup <dak@gnu.org>
7298
7299 * international/mule.el (decode-coding-inserted-region):
7300 Don't barf if `buffer-undo-list' is already set to `t'.
7301
7302 2004-12-29 Jay Belanger <belanger@truman.edu>
7303
7304 * calc/calc-prog.el (calc-user-define-formula): Put default values
7305 for function names in prompts.
7306 (calc-user-define-permanent, calc-user-define-composition)
7307 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7308 default input for algebraic functions.
7309
7310 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7311
7312 * vc-rcs.el (vc-rcs-annotate-command):
7313 Fix omission bug: Call `vc-setup-buffer'.
7314
7315 2004-12-29 Kenichi Handa <handa@m17n.org>
7316
7317 * international/mule.el (recode-region): New function.
7318
7319 2004-12-28 Richard M. Stallman <rms@gnu.org>
7320
7321 * simple.el (undo-extra-outer-limit): New variable.
7322 (undo-outer-limit-truncate): Test and set it.
7323
7324 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7325 enables the feature to extend the existing region.
7326
7327 * simple.el (mark-word): New arg ALLOW-EXTEND
7328 enables the feature to extend the existing region.
7329
7330 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7331 enables the feature to extend the existing region.
7332
7333 * startup.el (site-run-file): Don't allow setting it with Custom.
7334
7335 * simple.el (buffer-disable-undo): Fix previous change.
7336
7337 2004-12-27 Masatake YAMATO <jet@gyve.org>
7338
7339 * hexl.el (hexlify-buffer): Remove fontification here.
7340 Use font lock mechanism instead.
7341 (hexl-font-lock-keywords): New font lock kewords.
7342 (hexl-mode-old-font-lock-keywords): New variable.
7343 (hexl-mode): Store the old font lock keywords.
7344 (hexl-mode-exit): Restore the old font lock keywords.
7345
7346 2004-12-27 Richard M. Stallman <rms@gnu.org>
7347
7348 * simple.el (undo): Fix previous change.
7349
7350 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7351
7352 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7353 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7354 Call x-open-connection on Mac OS X.
7355
7356 2004-12-27 Richard M. Stallman <rms@gnu.org>
7357
7358 * files.el (buffer-save-without-query): New var (buffer-local).
7359 (save-some-buffers): Save those buffers first, w/o asking.
7360
7361 * files.el (insert-directory-ls-version): New variable.
7362 (insert-directory): When ls returns an error, test the version
7363 number to decide what the return code means.
7364 With --dired output format, detect and distinguish lines
7365 that are really error messages.
7366 (insert-directory-adj-pos): New function.
7367
7368 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7369
7370 * battery.el (battery-mode-line-format): Remove initial spaces.
7371
7372 * uniquify.el (uniquify-rationalize-file-buffer-names):
7373 Delete interactive spec.
7374
7375 * type-break.el (type-break-mode): Set buffer-save-without-query.
7376 Remove code that tried to set save-some-buffers-always.
7377 (type-break-file-keystroke-count): Bind deactivate-mark.
7378
7379 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7380
7381 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7382 Test that the buffer is live, and maybe reject current buffer too.
7383 Clarify.
7384 (next-error-find-buffer): Rewrite for clarity.
7385
7386 * loadup.el: Don't use buffer-disable-undo; do it directly.
7387
7388 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7389 (describe-variable): Call symbol-file with `defvar'.
7390
7391 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7392 (symbol-file): Rewritten to handle new load-history format.
7393 Now takes an arg TYPE to specify looking for a particular
7394 type of definition only.
7395
7396 * emacs-lisp/debug.el (debugger-make-xrefs):
7397 Call symbol-file with `defun'.
7398
7399 * emacs-lisp/find-func.el (find-function-noselect):
7400 Call symbol-file with `defun'.
7401 (find-variable-noselect): Call symbol-file with `defvar'.
7402
7403 * eshell/esh-cmd.el (eshell-find-alias-function):
7404 Call symbol-file with `defun'.
7405
7406 * eshell/esh-test.el (eshell-test-goto-func):
7407 Call symbol-file with `defun'.
7408
7409 * mail/rmail.el (rmail-resend):
7410 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7411
7412 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7413
7414 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7415
7416 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7417 Call buffer-disable-undo.
7418
7419 * simple.el (undo-list-saved): New variable (buffer-local).
7420 (undo): Set and test it.
7421 (buffer-disable-undo): Move here from buffer.c.
7422 Clear out undo-list-saved.
7423
7424 * international/mule.el (decode-coding-inserted-region):
7425 Set buffer-undo-list in a correct and optimal way.
7426
7427 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7428 (cperl-font-lock-unfontify-region-function): No need to save and
7429 restore info, since font-lock.el does it for us.
7430
7431 * ansi-color.el (save-buffer-state): Definition deleted.
7432 (ansi-color-unfontify-region): Don't use save-buffer-state.
7433
7434 2004-12-27 Dave Love <fx@gnu.org>
7435
7436 * wid-edit.el (function): Use restricted-sexp as parent.
7437
7438 2004-12-27 Kevin Ryde <user42@zip.com.au>
7439
7440 * simple.el (next-matching-history-element): Use same
7441 `interactive' form as previous-matching-history-element.
7442
7443 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7444 it can appear unencoded and has been seen from yahoo.
7445
7446 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7447
7448 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7449 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7450
7451 2004-12-27 Kenichi Handa <handa@m17n.org>
7452
7453 * international/utf-8.el (utf-translate-cjk-load-tables):
7454 Bind coding-system-for-read to nil while loading subst-*.
7455
7456 2004-12-26 Jay Belanger <belanger@truman.edu>
7457
7458 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7459 default input.
7460
7461 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7462
7463 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7464 before reverting and disable undo recording while reverting.
7465
7466 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7467
7468 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7469 (hs-make-overlay): New function.
7470 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7471 (hs-flag-region): Delete function.
7472 (hs-hide-comment-region): No longer use `hs-flag-region'.
7473 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7474 (hs-hide-block-at-point): Likewise.
7475 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7476 (hs-hide-all, hs-show-all): Likewise.
7477 (hs-show-block): Likewise.
7478 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7479
7480 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7481
7482 * progmodes/hideshow.el: Require `cl' when compiling.
7483 Remove XEmacs and Emacs 19 compatibility.
7484 Use `dolist' and `add-to-list' for load-time actions.
7485 (hs-discard-overlays): Use `dolist'.
7486 (hs-show-block): Likewise.
7487
7488 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7489
7490 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7491
7492 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7493
7494 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7495 When extending backwards, move outside the current comment first.
7496
7497 2004-12-22 Kenichi Handa <handa@m17n.org>
7498
7499 * international/quail.el (quail-start-translation): Fix prompt
7500 string for the case if input-method-use-echo-area being non-nil.
7501 (quail-start-conversion): Likewise.
7502 (quail-show-guidance): Don't show guidance if
7503 input-method-use-echo-area is non-nil.
7504
7505 2004-12-21 Richard M. Stallman <rms@gnu.org>
7506
7507 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7508
7509 2004-12-21 Markus Rost <rost@ias.edu>
7510
7511 * calendar/diary-lib.el (mark-diary-entries):
7512 Set mark-diary-entries-in-calendar only after checking for diary-file.
7513
7514 2004-12-21 Richard M. Stallman <rms@gnu.org>
7515
7516 * faces.el (escape-glyph): Use blue against light foreground.
7517
7518 * simple.el (undo-outer-limit-truncate): New function.
7519 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7520
7521 2004-12-21 Eli Barzilay <eli@barzilay.org>
7522
7523 * calculator.el (calculator-radix-grouping-mode)
7524 (calculator-radix-grouping-digits)
7525 (calculator-radix-grouping-separator):
7526 New defcustoms for the new radix grouping mode functionality.
7527 (calculator-mode-hook): Now used in electric mode too,
7528 (calculator): Call it.
7529 (calculator-mode-map): Some new keys.
7530 (calculator-message): New function. Some new calls.
7531 (calculator-op, calculator-set-register): Use it.
7532 (calculator-string-to-number): New function, mostly moved and
7533 updated code from calculator-curnum-value.
7534 (calculator-curnum-value): Use it.
7535 (calculator-paste): Use it, and update grabbing the current-kill.
7536 (calculator-rotate-displayer)
7537 (calculator-rotate-displayer-back): Toggle digit grouping when
7538 in radix mode, use calculator-message.
7539 (calculator-displayer-prev, calculator-displayer-next):
7540 Change digit group size when in radix mode.
7541 (calculator-number-to-string): Rename from
7542 calculator-num-to-string. Now deals with digit grouping in
7543 radix mode.
7544 (calculator-update-display, calculator-put-value): Use the new name.
7545 (calculator-fact): Return a floating point number.
7546 (calculator-mode): Doc fix.
7547
7548 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7549
7550 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7551 * calendar/diary-lib.el (view-other-diary-entries):
7552 Use current-prefix-arg in interactive spec.
7553
7554 2004-12-19 Jay Belanger <belanger@truman.edu>
7555
7556 * calc/calc-aent.el (calcAlg-blank-matching-open):
7557 Temporarily adjust the syntax of both delimiters of half-open intervals.
7558
7559 2004-12-19 Kim F. Storm <storm@cua.dk>
7560
7561 * mouse.el (mouse-1-click-follows-link): Doc fix.
7562
7563 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7564
7565 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7566 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7567 instead of centraleuropean as the name
7568
7569 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7570
7571 Sync with Tramp 2.0.46.
7572
7573 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7574 parameters wrt Tramp convention.
7575 (tramp-handle-file-attributes-with-perl)
7576 (tramp-handle-directory-files-and-attributes): Apply it.
7577 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7578 `copy-program'. Reported by Zack Weinberg
7579 <zack@codesourcery.com>.
7580 (top): Set `edebug-form-spec' property directly rather than
7581 calling `def-edebug-spec'.
7582
7583 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7584 advice less fragile. Surround temporary redefinition of
7585 `substitute-in-file-name' with `unwind-protect'. Suggested by
7586 Matt Hodges <MPHodges@member.fsf.org>.
7587
7588 2004-12-17 Juri Linkov <juri@jurta.org>
7589
7590 * replace.el (occur-accumulate-lines, occur-engine):
7591 Make forcing deferred font-lock fontification jit-specific.
7592
7593 2004-12-17 Kim F. Storm <storm@cua.dk>
7594
7595 * mouse.el (mouse-1-click-follows-link): New defcustom.
7596 (mouse-on-link-p): New function.
7597 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7598 functionality. Map a mouse-1 click event into a mouse-2 (or
7599 other) event when position is inside a link.
7600
7601 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7602 prefix in tooltip text with "mouse-1" when this is a link
7603 recognized by mouse-1-click-follows-link functionality.
7604
7605 * help.el (describe-key): Report effective and original binding
7606 for mouse-1 when clicked on a link.
7607 (describe-mode): Add follow-link property to "minor-mode" button.
7608
7609 * help-fns.el (describe-variable): Add follow-link property to
7610 "below" button.
7611
7612 * help-mode.el (help-xref): Add follow-link property.
7613
7614 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7615 (apropos-command, apropos-variable, apropos-face, apropos-group)
7616 (apropos-widget, apropos-plist): Add follow-link property.
7617
7618 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7619 checks if position is in a filename, rather than some other
7620 clickable item. Function looks for cvs-filename-face at position.
7621
7622 * wid-edit.el (widget-specify-field, widget-specify-button):
7623 Map a :follow-link keyword into a follow-link property.
7624 (link): Add :follow-link keyword, map to RET binding.
7625
7626 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7627
7628 * progmodes/compile.el (compilation-minor-mode-map)
7629 (compilation-button-map, compilation-mode-map): Likewise.
7630
7631 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7632
7633 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7634 (zone-replace-char): Take `count' and `del-count'
7635 instead of `direction'. Update callers. When `del-count' is
7636 non-nil, delete that many characters, otherwise `count' characters
7637 backwards. Insert the newly-replaced string `count' times.
7638 (zone-fret): Handle chars w/ width greater than one.
7639 (zone-fall-through-ws): No longer take window width `ww'.
7640 Update callers. Add handling for `char-width' greater than one.
7641 (zone-pgm-drip): Update var holding window-end position every cycle.
7642
7643 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7644
7645 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7646 rather than insert-file.
7647
7648 2004-12-16 Jay Belanger <belanger@truman.edu>
7649
7650 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7651 (math-init-random-base, math-random-digit): Check to see if
7652 var-RandSeed is bound.
7653 (math-random-last): Declare it.
7654 (math-random-digit): Don't make math-random-last local.
7655
7656 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7657
7658 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7659 one-shot thunk for uniform (error, quit, normal) recovery.
7660 Reported by John Paul Wallington.
7661 (zone-pgm-random-life): Fix bug:
7662 Recognize empty initial field by lack of "@" chars.
7663
7664 2004-12-16 Juri Linkov <juri@jurta.org>
7665
7666 * help.el (function-called-at-point):
7667 * help-fns.el (variable-at-point): As a last resort try stripping
7668 non-word prefixes and suffixes.
7669
7670 * descr-text.el (describe-property-list): Don't treat syntax-table
7671 specially. Use describe-text-sexp which inserts [show] button
7672 for large objects and handles printing errors. Sort properties
7673 by names in alphabetical order instead of by value sizes.
7674 Add `mouse-face' to list of properties for `describe-face' widget.
7675 (describe-char): Mask out face-id from 19 bits of character.
7676 Print face-id separately.
7677
7678 * replace.el (occur-accumulate-lines, occur-engine):
7679 Fontify unfontified matching lines in the source buffer
7680 before copying them.
7681 (occur-engine): Don't put mouse-face on context lines.
7682 (occur-next-error): Set point to line beginning/end
7683 before searching for prev/next property to skip multiple
7684 matches on a line (not supported by occur engine).
7685 Remove redundant prefix-numeric-value.
7686
7687 2004-12-15 Juri Linkov <juri@jurta.org>
7688
7689 * replace.el (match): New face.
7690 (list-matching-lines-face): Change default from `bold' to `match'.
7691
7692 * progmodes/grep.el (grep-match-face): New defvar.
7693 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7694 compilation-column-face to highlight grep matches.
7695
7696 * apropos.el (apropos-match-face): Change default from
7697 `secondary-selection' to `match'.
7698
7699 * info-look.el (info-lookup-highlight-face): Change default from
7700 `highlight' to `match'.
7701
7702 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7703
7704 * progmodes/executable.el (executable-interpret): Eliminate
7705 obsolete compile-internal, and switch to comint for interaction.
7706
7707 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7708
7709 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7710 `&&' when skipping multiple statements on a line.
7711
7712 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7713
7714 * play/zone.el (zone): Set `truncate-lines'.
7715 Also, init `tab-width' with value from original buffer.
7716 (zone-shift-up): Rewrite for speed.
7717 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7718 (zone-pgm-jitter): Remove redundant entries from ops vector.
7719 (zone-exploding-remove): Reduce iteration count.
7720 (zone-cpos): Convert to defsubst.
7721 (zone-replace-char): New defsubst.
7722 (zone-park/sit-for): Likewise.
7723 (zone-fret): Take window-start arg.
7724 Update callers. Use `zone-park/sit-for'.
7725 (zone-fill-out-screen): Rewrite.
7726 (zone-fall-through-ws): Likewise. Update callers.
7727 (zone-pgm-drip): Use `zone-replace-char'.
7728 Move var inits before while-loop. Use `zone-park/sit-for'.
7729 (zone-pgm-random-life): Handle empty initial field.
7730 Use `zone-replace-char' and `zone-park/sit-for'.
7731
7732 2004-12-15 Juri Linkov <juri@jurta.org>
7733
7734 * isearch.el (isearch-update): Test isearch-lazy-highlight
7735 before calling isearch-lazy-highlight-new-loop.
7736 (isearch-lazy-highlight-new-loop):
7737 Don't test isearch-lazy-highlight.
7738
7739 * replace.el (perform-replace): Add isearch-case-fold-search.
7740 Use delimited-flag for isearch-regexp.
7741 Reset isearch-lazy-highlight-last-string to force lazy
7742 highlighting when called from isearch mode.
7743 (query-replace-highlight): Revert defcustom type to boolean.
7744 (query-replace-lazy-highlight): New defcustom.
7745 (query-replace): New face.
7746 (perform-replace, replace-highlight, replace-dehighlight):
7747 Test query-replace-lazy-highlight instead of special value
7748 `isearch' of query-replace-highlight.
7749 (replace-dehighlight): Don't call isearch-dehighlight.
7750 (replace-highlight): Don't call isearch-highlight.
7751 Use face `query-replace' unconditionally.
7752
7753 2004-12-14 Kim F. Storm <storm@cua.dk>
7754
7755 * simple.el (inhibit-mark-movement): Remove defvar.
7756 (beginning-of-buffer, end-of-buffer): Don't use it.
7757
7758 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7759 Don't use inhibit-mark-movement.
7760
7761 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7762 (cua--undo-push-mark): Remove.
7763 (cua--pre-command-handler, cua--post-command-handler):
7764 Don't fiddle with inhibit-mark-movement.
7765
7766 2004-12-14 Juri Linkov <juri@jurta.org>
7767
7768 * buff-menu.el (list-buffers-noselect): Collect internal info
7769 for every buffer in BUFFER-LIST arg too.
7770 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7771 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7772 Bind same-window-buffer-names and same-window-regexps to nil.
7773
7774 2004-12-13 Juri Linkov <juri@jurta.org>
7775
7776 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7777
7778 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7779 (sc-cite-region, sc-uncite-region, sc-recite-region):
7780 Fix previous change to handle not alist as a symbol, but
7781 a citation frame as a symbol that represents a variable name.
7782
7783 2004-12-13 Richard M. Stallman <rms@gnu.org>
7784
7785 * filecache.el (file-cache-add-directory-using-find):
7786 Only set up file-cache-find-command-posix-flag if we will use it.
7787
7788 * bindings.el (mode-line-buffer-identification-keymap):
7789 Don't cancel the mode-line's usual down-mouse-1 binding.
7790
7791 * cus-edit.el (custom-face-selected): Handle `default' specs.
7792 (custom-face-edit): Increase extra-offset.
7793 (custom-display): Handle `default' specs.
7794
7795 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7796
7797 * emacs-lisp/elint.el (elint-standard-variables)
7798 (elint-unknown-builtin-args): Move definitions up.
7799
7800 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7801
7802 * info.el (info-xref-visited): Use `default' instead of t.
7803 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7804
7805 * faces.el (header-line, mode-line-inactive, tool-bar):
7806 Use `default' instead of t for setting the defaults.
7807 (face-spec-choose): Separate `t' from `default'.
7808
7809 * subr.el (while-no-input): New macro.
7810
7811 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7812
7813 * filecache.el (file-cache-add-directory-using-find):
7814 Only test file-cache-find-command-posix-flag on some systems.
7815
7816 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7819 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7820 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7821 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7822 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7823
7824 2004-12-12 Juri Linkov <juri@jurta.org>
7825
7826 * files.el (find-file-other-window, find-file-other-frame):
7827 Add the first buffer to the returned value to return the complete
7828 list of all visited buffers.
7829 (find-file-read-only, find-file-read-only-other-window)
7830 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7831 `find-file-read-args'. Signal an error about non-existent file
7832 only if file name doesn't contain wildcards. Toggle read-only in
7833 all visited buffers.
7834 (find-alternate-file, find-alternate-file-other-window):
7835 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7836 called interactively. Pass arg `wildcards' to other functions.
7837 (find-file-noselect): Doc fix.
7838
7839 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7840 Doc fix.
7841 (ffap-directory-finder): New variable.
7842 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7843 (ffap-file-at-point): Add /* to immediately rejected names.
7844 Return absolute file names matching ffap-dired-wildcards.
7845 (ffap-read-file-or-url): Set default value for `completing-read'
7846 to `buffer-file-name'.
7847 (find-file-at-point): When filename matches ffap-dired-wildcards,
7848 call ffap-file-finder with t arg `wildcards', instead of dired.
7849 (ffap-other-window, ffap-other-frame): Return visited buffers.
7850 (ffap-read-only, ffap-read-only-other-window)
7851 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7852 (dired-at-point): Call ffap-directory-finder instead of dired.
7853 (ffap-dired-other-window, ffap-dired-other-frame)
7854 (ffap-list-directory): New commands.
7855 (ffap-bindings): New keybindings for new commands.
7856
7857 2004-12-12 Juri Linkov <juri@jurta.org>
7858
7859 * simple.el (beginning-of-buffer, end-of-buffer):
7860 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7861 Do not push mark when mark is active in transient-mark-mode.
7862
7863 * simple.el (mark-word):
7864 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7865 * textmodes/paragraphs.el (mark-paragraph):
7866 Extend the region when mark is active in transient-mark-mode,
7867 regardless of the last command. Doc fix.
7868
7869 * simple.el (mark-word): Preserve direction when repeating.
7870 Make arg optional. Interactive "p" -> "P".
7871 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7872
7873 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7874 preserving direction, to mark forward instead of backward when mark
7875 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7876
7877 2004-12-12 Juri Linkov <juri@jurta.org>
7878
7879 * isearch.el (isearch-edit-string): Set 7th arg of
7880 `read-from-minibuffer' to `t' to inherit the current input
7881 method (whose name is indicated by [IM] in the minibuffer prompt)
7882 from the current buffer to the minibuffer.
7883 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7884 to allow C-g quitting for lazy highlighting looping inside the
7885 search with nested repetition operators. Add overlay to the list
7886 before setting its face and other properties to avoid the case of
7887 code quitting after placing the new overlay but before it's
7888 recorded on the list. Select the window where isearch was
7889 activated, to highlight matches in the right window when isearch
7890 switches the current window to the minibuffer.
7891
7892 * international/isearch-x.el
7893 (isearch-process-search-multibyte-characters):
7894 Use `isearch-message' as initial input for `read-string' instead
7895 of adding it to the minibuffer prompt. After reading a string
7896 remove the initial value of `isearch-message' from the string.
7897
7898 * replace.el (replace-match-maybe-edit): Doc fix.
7899 (perform-replace): Don't call `replace-highlight' when automatic
7900 replacement is requested in literal mode, since it is intended
7901 only to highlight words during entering a new replacement string
7902 for \? in non-literal mode.
7903
7904 * replace.el (query-replace-highlight): Add new value `isearch'
7905 that allows query replacement to use isearch highlighting.
7906 Change type from `boolean' to `choice'. Doc fix.
7907 (replace-highlight, replace-dehighlight, perform-replace):
7908 Use isearch highlighting if query-replace-highlight eq `isearch'.
7909
7910 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7913 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7914
7915 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7916 case of \end{verbatim}.
7917
7918 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7919
7920 * term.el (term-termcap-format): Synchronyze with terminfo.
7921 (term-emulate-terminal): Handle reset.
7922 (term-reset-terminal): New function.
7923
7924 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7925
7926 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7927 (zone-fill-out-screen): New func.
7928 (zone-pgm-drip): Use `zone-fill-out-screen'.
7929 Also, no longer go to point-min on every cycle.
7930 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7931 (zone-pgm-random-life-wait): New user var.
7932 (zone-pgm-random-life): New func.
7933
7934 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7935
7936 * files.el (auto-mode-alist): Map .com to DCL mode.
7937
7938 2004-12-09 Richard M. Stallman <rms@gnu.org>
7939
7940 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7941
7942 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7943
7944 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7945 buffer with a display margin.
7946
7947 2004-12-08 Jay Belanger <belanger@truman.edu>
7948
7949 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7950 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7951
7952 2004-12-08 Richard M. Stallman <rms@gnu.org>
7953
7954 * faces.el: Delete code to set display table.
7955 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7956
7957 2004-12-08 Jay Belanger <belanger@truman.edu>
7958
7959 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7960
7961 * calc/calc-ext.el (math-read-replacement-list)
7962 (math-read-superscripts, math-read-preprocess-string): Move to
7963 calc-aent.el.
7964
7965 * calc/calc-aent.el (math-read-replacement-list)
7966 (math-read-superscripts, math-read-preprocess-string): Move from
7967 calc-ext.el.
7968
7969 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7970
7971 * isearch.el (isearch-quote-char): Fix up typo in last change.
7972
7973 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7974
7975 * mouse.el (mouse-set-font): Handle the case where the command was
7976 not invoked using the mouse.
7977
7978 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7979 (edmacro-finish-edit): Further update for keyboard macros that are
7980 lambda forms.
7981 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7982
7983 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7986 (font-lock-default-unfontify-region): Don't save buffer state any more.
7987
7988 2004-12-07 Jay Belanger <belanger@truman.edu>
7989
7990 * calc/calc-help.el (calc-describe-key):
7991 Set calc-summary-indentation even when Calc Summary buffer exists.
7992
7993 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
7994
7995 * calendar/holidays.el (holiday-easter-etc): Make arguments
7996 optional for backwards compatibility. Doc fix.
7997 Remove un-necessary local vars mandatory, output-list.
7998 (holiday-advent): Make arguments optional for backwards
7999 compatibility. Doc fix.
8000
8001 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * paren.el (show-paren-function): Fix last change (2004-12-02).
8004
8005 * international/mule-util.el (char-displayable-p): Return nil for
8006 unibyte mode.
8007
8008 * subr.el (subregexp-context-p): New function.
8009
8010 * isearch.el (isearch-quote-char): Use it.
8011
8012 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8013 (regexp-opt-not-groupie*-re): Remove.
8014 (regexp-opt): Properly handle inputs with duplicate entries.
8015
8016 2004-12-06 Richard M. Stallman <rms@gnu.org>
8017
8018 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8019
8020 * cus-edit.el (custom-file): Doc fix.
8021
8022 * textmodes/org.el: New file.
8023
8024 2004-12-06 Kenichi Handa <handa@m17n.org>
8025
8026 * ldefs-boot.el: Update international/mule-util.el section.
8027
8028 2004-12-05 Sam Steingold <sds@gnu.org>
8029
8030 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8031 Fix `tramp-time-diff' comparison logic.
8032
8033 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8034
8035 * progmodes/which-func.el (which-function):
8036 Use `run-hook-with-args-until-success' instead of a custom loop.
8037 Fixes bug with local hooks.
8038
8039 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8040
8041 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8042 Use delete-dups when calculating the initial value.
8043 (bibtex-autokey-get-title): Use <=.
8044 (bibtex-goto-line): New function.
8045 (bibtex-reposition-window): Use line numbers instead of point
8046 positions. Use window-body-height.
8047 (bibtex-find-crossref): Use bibtex-reposition-window.
8048 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8049 position of entry if key is found or nil if not found.
8050
8051 2004-12-05 Richard M. Stallman <rms@gnu.org>
8052
8053 * cus-edit.el (custom-file): Doc fix.
8054
8055 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8056
8057 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * simple.el (blink-matching-open):
8060 * textmodes/tex-mode.el (tex-validate-region):
8061 Obey syntax-table text properties.
8062
8063 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8064
8065 * wid-edit.el (widget-specify-field): Add `real-field' property to
8066 boundary.
8067 (widget-field-at): Use it.
8068
8069 2004-12-02 Richard M. Stallman <rms@gnu.org>
8070
8071 * progmodes/cc-mode.el (awk-mode autoload):
8072 Supply t meaning interactive function.
8073
8074 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8075 (isearch-mode-map): No special definition for space.
8076 (isearch-whitespace-chars): Command deleted.
8077 (isearch-forward-regexp): Doc fix.
8078 (isearch-quote-char): When a space is not inside brackets,
8079 use `[ ]' instead of just space.
8080 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8081
8082 * imenu.el (imenu--generic-function): Delete code to exclude
8083 matches in comments.
8084
8085 * man.el (Man-reverse-face): Change default to `highlight'.
8086
8087 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8088 (occur-engine): Use `face' prop rather than `font-lock-face'
8089 when specifying use of `match-face'.
8090 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8091
8092 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8093
8094 * add-log.el (add-log-current-defun): Handle the case where point
8095 is in the header part of a DEFUN construct.
8096
8097 2004-12-02 Dave Love <fx@gnu.org>
8098
8099 * progmodes/python.el (python-font-lock-syntactic-keywords):
8100 Fix previous change.
8101
8102 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8103
8104 * paren.el (show-paren-function): Check for matching chars
8105 specified by text props.
8106
8107 2004-12-02 Jay Belanger <belanger@truman.edu>
8108
8109 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8110 when reading a new key sequence.
8111
8112 2004-12-02 Kim F. Storm <storm@cua.dk>
8113
8114 * faces.el (escape-glyph): Rename from glyph.
8115 (standard-display-table): Set it here. Add escape-glyph face to
8116 extra slot characters.
8117
8118 * disp-table.el: Undo 2004-12-01 change. Display table is now
8119 setup in faces.el.
8120
8121 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8122
8123 * xml.el (xml-parse-dtd): Don't show validity messages when
8124 xml-validating-parser is nil.
8125 (xml-substitute-special): Fix validity error messages to
8126 actually show the unexpandable entity. Added validity error if &
8127 isn't followed by an entity.
8128 (xml-parse-tag): Concatenate any string following the a
8129 <![CDATA[]]> section to the parsed CDATA.
8130 (xml-parse-dtd): Skip parameter entity declarations and use of
8131 parameter entities.
8132
8133 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8134
8135 * kmacro.el (kmacro-default-counter-format): New var.
8136 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8137 (kmacro-display): Remove `nil' from `and' form. Delete call to
8138 `format' inside `message'.
8139 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8140
8141 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * pcvs.el (cvs-header-msg): New function.
8144 (cvs-update-header): Use it. Change calling convention.
8145 Correctly handle the case of having simultaneous active processes.
8146 (cvs-sentinel): Don't call cvs-update-header any more.
8147 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8148
8149 2004-12-01 Jay Belanger <belanger@truman.edu>
8150
8151 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8152 Change message.
8153
8154 2004-12-01 Juri Linkov <juri@jurta.org>
8155
8156 * progmodes/prolog.el (prolog-mode-variables):
8157 Fix imenu-generic-expression.
8158
8159 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8160
8161 * faces.el (glyph): New face.
8162
8163 * disp-table.el: Add an autoloaded table, that doesn't require
8164 this library, with glyph face.
8165
8166 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8167 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8168 (conf-quote-normal): Allow normalizing only ' or ".
8169 (conf-mode): Regexp-quote constructed comment-start and don't
8170 match section {} where "name" contains braces.
8171
8172 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8173 files.
8174
8175 2004-12-01 Kenichi Handa <handa@m17n.org>
8176
8177 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8178 (x-select-text): Don't treat eight-bit-control/graphic chars
8179 specially. Store the encoded text in the X cut buffer.
8180 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8181 with x-last-selected-text-cut-encoded.
8182
8183 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8186
8187 2004-11-30 Markus Rost <rost@ias.edu>
8188
8189 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8190 AUCTeX.
8191
8192 2004-11-30 Jay Belanger <belanger@truman.edu>
8193
8194 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8195 on signs of intervals.
8196 (math-pow-of-zero): Strengthen checks for positive and negative
8197 exponents.
8198
8199 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8200 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8201 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8202 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8203 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8204 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8205 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8206 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8207 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8208 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8209 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8210 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8211 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8212 with provide statements.
8213
8214 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8215
8216 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8217
8218 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8219 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8220 functions by require statements.
8221 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8222
8223 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8224 (calc-gnuplot-print): Give them values.
8225
8226 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8227 autoloads.
8228 Add calc-do-embedded-activate to autoloads.
8229 (calc-gnuplot-name, calc-gnuplot-plot-command)
8230 (calc-gnuplot-print-command): Move them to calc-graph.el.
8231
8232 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8233
8234 * term/mac-win.el (ccl-encode-mac-roman-font)
8235 (ccl-encode-mac-cyrillic-font)
8236 (ccl-encode-mac-centraleuropean-font, encoder-list)
8237 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8238 Support Cyrillic, CentralEuropean, and Dingbat font display
8239
8240 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8241
8242 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8243
8244 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8245 still nil.
8246
8247 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8248
8249 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8250 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8251
8252 2004-11-29 Jay Belanger <belanger@truman.edu>
8253
8254 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8255 cases of the base and exponent.
8256
8257 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8258
8259 * simple.el (next-error-buffer-p): Allow for inclusive and
8260 exclusive tests for finding a buffer.
8261 (next-error-find-buffer): Pass the exclusive and inclusive tests
8262 to next-error-buffer-p.
8263
8264 * replace.el (occur-next-error): Switch to the Occur buffer when
8265 appropriate, use the exclusive filter to next-error-find-buffer to
8266 do it. Use the absolute value of the motion amount.
8267
8268 2004-11-29 Kenichi Handa <handa@m17n.org>
8269
8270 * startup.el (command-line): Decode all default-directory by
8271 locale-coding-system.
8272
8273 2004-11-29 Jay Belanger <belanger@truman.edu>
8274
8275 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8276 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8277 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8278 Replace calls to calc-extensions by appropriate require, replace
8279 calc-extensions-loaded by appropriate featurep.
8280
8281 * calc/calc-ext.el: Move require to end of file.
8282 Remove redundant loading of calc.el.
8283 (calc-extensions-loaded): Remove unnecessary variable.
8284 (calc-extensions): Remove unnecessary function.
8285 (calc-load-everything): Replace calc-need-macros by appropriate require.
8286
8287 * calc/calc-macs.el: Move provide to end of file.
8288 (calc-need-macros): Remove unnecessary function.
8289
8290 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8291 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8292 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8293 Replace calc-extensions by appropriate require.
8294 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8295
8296 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8297 Replace calc-need-macros by appropriate require.
8298
8299 * calc/calc.el: Move require to end of file.
8300 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8301 Remove unnecessary variable.
8302 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8303 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8304 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8305 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8306 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8307 (math-format-number, math-format-bignum, math-read-number)
8308 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8309 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8310 by appropriate require.
8311 (calc-check-defines): Replace calc-need-macros by appropriate require.
8312
8313 2004-11-29 Kim F. Storm <storm@cua.dk>
8314
8315 * macros.el (insert-kbd-macro): Handle kmacro functions.
8316
8317 2004-11-28 Juri Linkov <juri@jurta.org>
8318
8319 * compare-w.el (compare-windows-highlight): Attach each overlay
8320 to its window to properly highlight differences while comparing
8321 two windows of the same buffer. Fix arguments.
8322 (compare-windows-sync-default-function): Fix arguments of
8323 `compare-windows-highlight'.
8324
8325 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8326 Use `read-expression-history'. Set initial contents only if
8327 `edebug-global-break-condition' is non-nil. Set histpos to 1
8328 if initial contents is equal to the last history element.
8329 (edebug-set-conditional-breakpoint): Instead of temporarily
8330 prepending the current condition to the history, set initial
8331 contents to the current condition. Set histpos to 1 if initial
8332 contents is equal to the last history element.
8333
8334 * info.el (Info-search-whitespace-regexp): Remove shy group.
8335 (Info-search): Forward line if search is on the header line.
8336 Use search-whitespace-regexp in two other places.
8337
8338 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8341 warning. Delay real definition, which uses
8342 `set-fringe-indicators-1' till after the definition of that function.
8343
8344 2004-11-28 Kim F. Storm <storm@cua.dk>
8345
8346 * fringe.el (fringe): New defgroup.
8347 (fringe-mode): Move to fringe group.
8348 (fringe-indicators): New defcustom.
8349 (set-fringe-indicators-1): New defun.
8350
8351 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8352 (menu-bar-showhide-fringe-ind-menu): New keymap.
8353 (menu-bar-showhide-fringe-ind-empty)
8354 (menu-bar-showhide-fringe-ind-mixed)
8355 (menu-bar-showhide-fringe-ind-box)
8356 (menu-bar-showhide-fringe-ind-right)
8357 (menu-bar-showhide-fringe-ind-left)
8358 (menu-bar-showhide-fringe-ind-none): New defuns.
8359 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8360
8361 2004-11-27 Richard M. Stallman <rms@gnu.org>
8362
8363 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8364
8365 * generic.el (define-generic-mode): Doc fix.
8366
8367 * menu-bar.el (menu-bar-options-save): For the options
8368 that are toggled with menu-bar-make-mm-toggle, don't check
8369 for customized-value prop.
8370
8371 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8372
8373 * mail/supercite.el (sc-cite-region): Handle the case where
8374 sc-cite-frame-alist is a symbol.
8375 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8376 a symbol.
8377 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8378 a symbol.
8379
8380 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8381
8382 * wid-edit.el (widget-narrow-to-field): New function.
8383 (widget-complete): Use it.
8384
8385 2004-11-27 Jay Belanger <belanger@truman.edu>
8386
8387 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8388 variable.
8389 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8390 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8391 (math-alg-inequalities): Move declaration to earlier in the file.
8392
8393 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8394 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8395 Declare them.
8396
8397 * calc/calc-lang.el (math-expr-data, math-expr-token)
8398 (math-exp-old-pos): Declare them.
8399
8400 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8401 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8402
8403 2004-11-27 Kim F. Storm <storm@cua.dk>
8404
8405 * progmodes/flymake.el: Use (featurep 'xemacs).
8406 (flymake-makehash): Change to defsubst. Use fboundp.
8407 (flymake-time-to-float): Remove.
8408 (flymake-float-time): Merge code from flymake-time-to-float here.
8409 (flymake-replace-regexp-in-string): Change to defsubst.
8410 (flymake-split-string-remove-empty-edges):
8411 Rename to flymake-split-string.
8412 (flymake-split-string): Remove previous defalias.
8413 (flymake-get-temp-dir): Change to defsubst.
8414 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8415 Define for xemacs only.
8416 (flymake-master-file-count-limit): Change into compiler defvar only.
8417 (flymake-find-possible-master-files): Let-bind it dynamically while
8418 sorting files using flymake-master-file-compare.
8419
8420 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8423 of defun-prompt-regexp matches inside a comment/string but the
8424 beginning is correctly outside everything.
8425
8426 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8427 appears within a string or a comment.
8428
8429 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8430 rather than make-symbol for symbols which are used in
8431 a symbol-macrolet or equivalent.
8432
8433 2004-11-26 Jay Belanger <belanger@truman.edu>
8434
8435 * calc-misc.el (calc-last-why-command): Declare it.
8436
8437 * calc-vec.el (math-grade-vec): New variable.
8438 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8439 Replace variable grade-vec by declared variable.
8440 (math-rb-close): New variable.
8441 (math-read-brackets, math-read-vector): Replace variable close by
8442 declared variable.
8443
8444 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8445 (calc-one-window, calc-edit-handler, calc-restore-trail)
8446 (calc-allow-ret): Declare them.
8447
8448 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8449 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8450 (math-radix-float-cache-tag, math-random-cache)
8451 (math-max-digits-cache, math-integral-cache, math-units-table)
8452 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8453 (math-moc-func): New variable.
8454 (math-map-over-constants, math-map-over-constants-rec):
8455 Replace variable func by declared variable.
8456
8457 * calc/calc-store.el (calc-given-value, calc-store-opers):
8458 Declare them.
8459 (calc-var-name-map): Move declaration to earlier in the file.
8460 (calc-pv-pos): New variable.
8461 (calc-permanent-variable, calc-insert-permanent-variable):
8462 Replace variable pos by declared variable.
8463
8464 * calc/calc-mtx.el (calc-det-lu): New variable.
8465 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8466
8467 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8468 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8469 and arg by declared variables.
8470 (calcFunc-reducer): Fix incorrect variable.
8471 (math-inner-mul-func, math-inner-add-func): New variables.
8472 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8473 and add-func by declared variables.
8474
8475 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8476 (calc-digit-value): Declare them.
8477
8478 * calc/calc-help.el (Info-history): Declare it.
8479 (calc-describe-key): Make calc-summary-indentation a local variable.
8480 (calc-help-long-names): Move declaration to earlier in file.
8481
8482 * calc/calc-embed.el (calc-original-buffer): Declare it.
8483 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8484 (calc-embed-bot): New variables.
8485 (calc-do-embedded, calc-embedded-mark-formula)
8486 (calc-embedded-find-bounds, calc-embedded-duplicate)
8487 (calc-embedded-new-formula, calc-embedded-make-info):
8488 Replace vars outer-top, outer-bot, bot and top by declared variables.
8489 (calc-embed-prev-modes): New variable.
8490 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8491 prev-modes with declared variable.
8492 (calc-embed-vars-used): New variable.
8493 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8494 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8495 vars-used by declared variable.
8496
8497 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8498 (math-format-radix-float): Remove unnecessary setq.
8499 (math-radix-float-cache): Declare it.
8500
8501 * calc/calcsel2.el (calc-keep-selection): Declare it.
8502
8503 * calc/calc-maint.el: Remove file.
8504
8505 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8506
8507 * textmodes/bibtex.el (bibtex-sort-entry-class)
8508 (bibtex-comment-start): Use defcustom.
8509 (bibtex-entry-field-alist): Use nil if initial content of the
8510 field is undefined. Fix docstring.
8511 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8512 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8513 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8514 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8515 Fix docstring.
8516 (bibtex-autokey-title-terminators): Use only one regexp.
8517 (bibtex-string-maybe-empty-head): New variable.
8518 (bibtex-remove-delimiters-string): New function.
8519 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8520 Use bibtex-remove-delimiters-string.
8521 (bibtex-progress-message, bibtex-field-left-delimiter)
8522 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8523 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8524 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8525 Simplify.
8526 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8527 Use eq and bibtex-remove-delimiters-string. For end markers use
8528 insertion type so that marker stays after inserted text.
8529 (bibtex-autokey-get-names): Return empty string if name is missing.
8530 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8531 calling bibtex-autokey-name-case-convert.
8532 (bibtex-autokey-demangle-title):
8533 Call bibtex-autokey-titleword-case-convert. Remove call to
8534 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8535 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8536 (bibtex-read-key): New optional arg global.
8537 (bibtex-files-expand): New optional arg force.
8538 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8539 (bibtex-complete-crossref-cleanup): Rename from
8540 bibtex-complete-key-cleanup. Simplify code.
8541 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8542 Operate on current entry.
8543 (bibtex-button): Add docstring.
8544 (bibtex-entry): Simplify.
8545 (bibtex-make-field): Replace optional arg called-by-yank with more
8546 specific args move and interactive.
8547 (bibtex-end-of-entry): Use forward-sexp.
8548 (bibtex-find-entry-globally): Remove.
8549 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8550 Bound to C-c C-x.
8551 (bibtex-find-entry): New optional args global and display.
8552 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8553 (bibtex-validate): Use arg force of bibtex-files-expand.
8554 (bibtex-clean-entry): Bugfix, clean string entries properly.
8555 Always keep point at beginning of entry.
8556 (bibtex-complete): Bugfix. Handle string entries properly.
8557 Call cleanup functions only if needed.
8558 (bibtex-String): Use bibtex-read-string-key.
8559 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8560 case of replacement text.
8561
8562 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8563
8564 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8565 (tramp-perl-directory-files-and-attributes): New constant.
8566 (tramp-file-name-handler-alist): Delete file-directory-files, add
8567 directory-files-and-attributes.
8568 (tramp-perl-file-attributes): Surround uid and gid by double
8569 quotes. Change parameter id-format from nonnumeric.
8570 (tramp-convert-file-attributes): New function.
8571 (tramp-handle-file-attributes): Use it.
8572 (tramp-maybe-send-perl-script): New function.
8573 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8574 file mode. Change parameter id-format from nonnumeric.
8575 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8576 from nonnumeric.
8577 (tramp-post-connection): Don't send tramp-perl-file-attributes
8578 script. Reset connection property "perl-scripts".
8579 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8580 in use.
8581
8582 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8583
8584 * desktop.el (desktop-read): Replace mapcar with mapc.
8585 (desktop-create-buffer): Replace mapcar with mapc.
8586 Remove redundant piece of code.
8587
8588 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * progmodes/gud.el (gud-display-line): Use display-buffer
8591 for GDB-UI as for GUD.
8592
8593 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8594 Delete variables.
8595 (gdb-ann3): Don't make GUD buffer dedicated.
8596 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8597 (gdb-display-source-buffer): Delete function.
8598 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8599 (menu): Delete menu bindings for viewing source/assembler.
8600 (gdb-setup-windows, gdb-restore-windows):
8601 Don't dedicate GUD. No assembler now.
8602 (gdb-reset): No need to undedicate source buffers now.
8603 (gdb-source-info): No assembler now.
8604
8605 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8608 width to those for special frames.
8609 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8610 Use display-buffer.
8611 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8612 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8613 (gdb-frame-assembler-buffer): Rework like
8614 gdb-frame-breakpoints-buffer.
8615
8616 2004-11-25 Richard M. Stallman <rms@gnu.org>
8617
8618 * progmodes/flymake.el: Reindent.
8619 (flymake-split-string): Turn into defalias.
8620 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8621 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8622 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8623 (flymake-build-relative-filename): Rename from ...path.
8624 Fix error message.
8625
8626 2004-11-25 Cheng Gao <chenggao@gmail.com>
8627
8628 * progmodes/flymake.el: Much whitespace and capitalization change.
8629 Move `provide' to end. Require `compile' only when compiling.
8630
8631 2004-11-24 Jay Belanger <belanger@truman.edu>
8632
8633 * calc/calc-alg.el: Added comment.
8634 (math-polynomial-base): Replace variable mpb-top-expr by
8635 math-poly-base-top-expr.
8636
8637 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8638 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8639 variable.
8640 (math-poly-base-total-base): New variable.
8641 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8642 mpb-total-base by declared variable.
8643 (math-factored-vars, math-to-list): Declare it.
8644 (math-fact-expr): New variable.
8645 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8646 (math-factor-expr-try, math-factor-expr-part): Replace variable
8647 expr by declared variable.
8648 (math-fet-x): New variable.
8649 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8650 by declared variable.
8651 (math-factor-poly-coefs): Make temp a local variable.
8652
8653 * calc/calc-units.el (calc-convert-units): Make units a local
8654 variable.
8655 (calc-num-units, calc-den-units): New variables.
8656 (calc-explain-units, calc-explain-units-rec): Replace variables
8657 num-units and den-units by declared variables.
8658 (math-cu-unit-list): New variable.
8659 (math-build-units-table, math-compare-unit-names)
8660 (math-convert-units, math-convert-units-rec): Replace variable
8661 unit-list by declared variable.
8662 (math-fbu-base, math-fbu-entry): New variables.
8663 (math-find-base-units, math-find-base-units-rec): Replace variables
8664 base and entry by declared variables.
8665 (math-which-standard): New variable.
8666 (math-to-standard-units, math-to-standard-rec): Replace variable
8667 which-standard by declared variable.
8668 (math-fcu-u): New variable.
8669 (math-find-compatible-unit, math-find-compatible-unit-rec):
8670 Replace variable u by declared variable.
8671 (math-cu-new-units, math-cu-pure): New variables.
8672 (math-convert-units, math-convert-units-rec): Replace variables
8673 new-units and pure by declared variables.
8674 (math-try-cancel-units): New variable.
8675 (math-simplify-units-quotient): Replace variable try-cancel-units by
8676 declared variable.
8677
8678 2004-11-24 Richard M. Stallman <rms@gnu.org>
8679
8680 * textmodes/ispell.el (ispell-check-version):
8681 If default-directory is nonexistent, use home dir.
8682
8683 * progmodes/grep.el (grep-regexp-alist):
8684 Don't match parens around line numbers.
8685
8686 * progmodes/cperl-mode.el (cperl-indent-region)
8687 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8688 Don't print progress messages.
8689
8690 * progmodes/compile.el (compilation-mode-map):
8691 Don't inherit from compilation-minor-mode-map;
8692 copy its bindings instead. But the menu bar Compile
8693 entry now does inherit from compilation-menu-map.
8694
8695 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8696 Use with-no-warnings around compiler-macroexpand.
8697
8698 * imenu.el: Don't always require newcomment.
8699 (imenu--generic-function): Call comment-normalize-vars
8700 if we have a comment syntax.
8701 Exit the loop if REGEXP matches the null string.
8702 Test comment-start as well as comment-start-skip
8703 when deciding whether to check for comments.
8704
8705 * tooltip.el (tooltip-mode): Doc fix.
8706
8707 * term.el (term-escape-char, term-mode): Doc fixes.
8708
8709 2004-11-24 Dave Love <fx@gnu.org>
8710
8711 * progmodes/python.el (python-font-lock-syntactic-keywords):
8712 Check for escapes in the regexp.
8713 (python-quote-syntax): Don't do it here.
8714
8715 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8718 (gdb-frames-mode-map, gdb-threads-mode-map)
8719 (gdb-registers-mode-map, gdb-locals-mode-map)
8720 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8721 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8722
8723 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8724 (dedicated-switch-to-buffer): Rework.
8725 (gdb-var-evaluate-expression-handler, gdb-put-string):
8726 Remove unused variable bindings.
8727 (gdb-setup-windows, gdb-display-buffer):
8728 Simplify. Use pop-to-buffer.
8729 (gdb-view-source-function): Simplify.
8730 (gdb-frame-breakpoints-buffer):
8731 Use pop-to-buffer, special-display-regexps.
8732
8733 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8734
8735 * progmodes/f90.el (f90-smart-end)
8736 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8737 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8738 (f90-end-of-block): Doc fix. Make check of outermost block
8739 conditional on value of `f90-smart-end'.
8740 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8741 Handle case where END-BLOCK is nil.
8742 (f90-match-end): Handle un-named PROGRAM blocks.
8743 (f90-backslash-not-special): New function.
8744
8745 2004-11-24 Jay Belanger <belanger@truman.edu>
8746
8747 * calc/calc.el (calc-embedded-active): Removed unnecessary
8748 declaration.
8749 (calc-show-banner): Removed redundant declaration.
8750
8751 * calc/calc-graph.el (calc-gnuplot-default-device)
8752 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8753 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8754 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8755 Remove redundant initial values.
8756
8757 * calc/calc-arith.el (math-scalar-functions)
8758 (math-nonscalar-functions, math-scalar-if-args-functions)
8759 (math-real-functions, math-positive-functions)
8760 (math-nonnegative-functions, math-real-scalar-functions)
8761 (math-real-if-arg-functions, math-integer-functions)
8762 (math-num-integer-functions, math-rounding-functions)
8763 (math-float-rounding-functions, math-integer-if-args-functions)
8764 (math-super-types): Move declarations to earlier in file.
8765 (math-unit-prefixes): Declared it.
8766 (math-floor-prec, math-trunc-prec): New variables.
8767 (math-trunc-fancy): Replace variable prec by declared variable.
8768 (math-floor-fancy): Replace variable prec by declared variable.
8769 (math-com-bterms): New variable.
8770 (math-commutative-equal, math-commutative-collect):
8771 Replace variable bterms by declared variable.
8772
8773 * calc/calc-misc.el (math-trunc): Replace variable prec by
8774 math-trunc-prec.
8775 (math-floor): Replace variable prec by math-floor-prec.
8776
8777 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8778 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8779 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8780 (math-format-date, math-format-date-part): Replace variables
8781 date, dt, year, month, day, weekday, hour, minute, second and
8782 bc-flag by declared variables.
8783 (math-pd-str): New variable.
8784 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8785 Replace variable str by declared variable.
8786 (math-daylight-savings-hook, math-tzone-names): Move definitions
8787 to earlier in the file.
8788 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8789 (math-sh-year): New variable.
8790 (math-setup-add-holidays, math-setup-holidays)
8791 (math-setup-year-holidays): Replace variable `year' by declared
8792 variable.
8793
8794 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8795 New variables.
8796 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8797 n, nf and nfm1 by declared variables.
8798 (math-nri-n): New variable.
8799 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8800 n by declared variable.
8801 (calcFunc-log): Removed misplaced condition.
8802
8803 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8806
8807 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8808
8809 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8810 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8811 Dedicate gdb-related windows.
8812 (gdb-display-buffer): Dedicate gdb-related windows.
8813 Don't grab other frames.
8814 (gdb-reset): Remove dedicated property after debugging.
8815
8816 2004-11-24 Jay Belanger <belanger@truman.edu>
8817
8818 * calc/calc-sel.el: Add comment.
8819
8820 * calc/calc.el (math-stack-value-offset): Replace variables c,
8821 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8822
8823 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8824 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8825 (math-stack-value-offset-fancy): Replace variables c, wid and off
8826 by declared variables.
8827 (math-comp-just, math-comp-comma-spc): New variables.
8828 (math-compose-expr, math-compose-matrix): Replace variables `just'
8829 and comma-spc by declared variable.
8830 (math-comp-vector-prec): New variable.
8831 (math-compose-expr, math-compose-matrix, math-compose-rows):
8832 Replace variable vector-prec by declared variable.
8833 (math-comp-left-bracket, math-comp-right-bracket)
8834 (math-comp-comma): New variables.
8835 (math-compose-expr, math-compose-rows): Replace variables
8836 left-bracket, right-bracket and comma by declared variables.
8837 (math-comp-full-width): New variable.
8838 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8839 Replace variable full-width by declared variable.
8840 (math-comp-highlight, math-comp-word, math-comp-level)
8841 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8842 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8843 New variables.
8844 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8845 (math-comp-sel-flat-term): Replace variables comp-highlight,
8846 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8847 declared variables.
8848 (math-comp-simplify, math-comp-simplify-term)
8849 (math-comp-add-string, math-comp-add-string-sel):
8850 Replace variables comp-highlight, comp-buf, comp-base,
8851 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8852
8853 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8854
8855 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8856
8857 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8858 and x-server-version may throw.
8859
8860 2004-11-23 Kim F. Storm <storm@cua.dk>
8861
8862 * subr.el (substitute-key-definition-key): Optimize.
8863 Don't call indirect-function for nil defn (always signals error).
8864
8865 * ido.el (ido-read-internal): Fix require-match check when
8866 ido-directory-too-big is set.
8867
8868 2004-11-23 Jay Belanger <belanger@truman.edu>
8869
8870 * calc/calc-ext.el (math-read-replacement-list)
8871 (math-read-superscripts): New variables.
8872 (math-read-preprocess-string): New function.
8873 (math-read-expr): Filter input through math-read-preprocess-string.
8874
8875 * calc/calc-aent.el (math-read-exprs): Filter input through
8876 math-read-preprocess-string.
8877
8878 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8879
8880 * progmodes/compile.el (compilation-start): In cd command use
8881 substitute-env-vars -- not quite shell compatible but better than
8882 nothing.
8883 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8884 handle the newer versions messages, which are more parseable.
8885
8886 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8887
8888 * reveal.el (reveal-mode-map): New var.
8889 (reveal-mode): Use it.
8890
8891 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8892
8893 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8894 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8895
8896 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8897
8898 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8899 header-line when needed.
8900 Use fixed-pitch only in the header-line.
8901 Build the underline automatically. Use emdash if available.
8902
8903 2004-11-22 Richard M. Stallman <rms@gnu.org>
8904
8905 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8906 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8907
8908 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8909
8910 * progmodes/gdb-ui.el (gdb-resync): New function.
8911 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8912 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8913 Use it to fail more gracefully.
8914 (gdb-variables): Delete variable.
8915 Re-order variables to reduce byte-compiler warnings.
8916
8917 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * descr-text.el (describe-char):
8920 * paren.el (show-paren-function):
8921 * subr.el (syntax-after): Undo last change.
8922
8923 * progmodes/python.el (run-python): Don't hard code *Python*.
8924 Don't modify global process-environment.
8925 (python-send-region, python-load-file): Don't assume that
8926 python-buffer == (process-buffer (python-proc)).
8927 (python-switch-to-python): Simplify.
8928
8929 * dired.el (dired-align-file): Don't assume line starts with spaces.
8930
8931 2004-11-21 Jay Belanger <belanger@truman.edu>
8932
8933 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8934 Replace variable `lines' by math-read-big-lines.
8935 (math-read-big-expr): Replace variables the-baseline, the-h2
8936 and err-msg by math-read-big-baseline, math-read-big-h2 and
8937 math-read-err-msg.
8938 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8939
8940 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8941 (math-read-big-balance): Replace unbound variable by value.
8942 (math-read-big-lines): New variable.
8943 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8944 (math-read-big-error, math-read-big-balance): Replace variable
8945 `lines' by declared variable.
8946 (math-read-big-baseline, math-read-big-h2): New variables.
8947 (math-read-big-rec): Replace variables the-baseline and the-h2
8948 by declared variables.
8949 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8950 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8951 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8952 declared variables.
8953 (math-read-big-err-msg): New variable.
8954 (math-read-big-error): Replace variable err-msg by declared variable.
8955
8956 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * ses.el: Add coding cookie.
8959 Fix up docstrings, follow new commenting conventions.
8960 (ses-header-line-menu): Fix missing variable rename for header-row.
8961 (ses-cell-size): Remove.
8962 (ses-make-cell): New function.
8963 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8964 (ses-calculate-cell): Remove unused var `symbol'.
8965 (ses-narrowed-p): New function.
8966 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8967 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8968 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8969 (ses-setup): Use restore-buffer-modified-p.
8970 (ses-cleanup): Remove unused var `end'.
8971 (ses-header-string-left-offset): Remove.
8972 (ses-create-header-string): Adjust to new behavior of `align-to'.
8973 Truncate excessively large fields to preserve alignment.
8974 (ses-reconstruct-all): Remove unused var `refs'.
8975 (ses-read-cell-printer): Remove unused var `prompt'.
8976 (ses-delete-row): Remove unused var `pos'.
8977 (ses-delete-column): Remove unused var `new'.
8978
8979 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8980
8981 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8982 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8983 Eliminate eval-and-compile usage.
8984 (ps-insert-file): Use insert-file-contents instead of insert-file.
8985 (ps-setup): Code fix.
8986
8987 * printing.el (pr-setup, lpr-setup): Code fix.
8988
8989 2004-11-21 Jay Belanger <belanger@truman.edu>
8990
8991 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8992 (calc-original-buffer): Declare them.
8993 (calc-user-formula-alist): New variable.
8994 (calc-user-define-formula, calc-fix-user-formula)
8995 (calc-user-define-composition, calc-finish-formula-edit):
8996 Replace variable `alist' by declared variable.
8997 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8998 (var-q7, var-q7, var-q8, var-q9): Declare them.
8999 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9000 are bound.
9001 (calcFunc-typeof): Replace undeclared variable by expression.
9002 (math-exp-env): New variable.
9003 (math-define-body, math-define-exp): Replace exp-env by declared var.
9004 (math-define-exp): Replace misplaced variable by expression.
9005
9006 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9007 (calc-curve-model, calc-curve-coefnames): New variables.
9008 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9009 varnames, model and coefnames by declared variables.
9010 (math-root-widen): New variable.
9011 (math-search-root, math-find-root): Replace variable root-widen by
9012 declared variable.
9013 (var-DUMMY): Declare it.
9014 (math-root-vars, math-min-vars): Move the declarations to earlier in
9015 the file.
9016 (math-brent-min): Make d a local variable.
9017 (math-find-minimum): Replace non-existent variable.
9018 (math-ninteg-romberg): Remove unnecessary variable.
9019 (math-ninteg-temp): New variable.
9020 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9021 integ-temp by declared variable.
9022 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9023 New variables.
9024 (math-general-fit): Replace variables first-var, first-coef and
9025 new-coefs by declared variables.
9026 (calcFunc-fitvar): Replace variable first-var by declared variable.
9027 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9028 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9029 (math-all-vars-vars, math-all-vars-found): New variables.
9030 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9031 found by declared variable math-all-vars-vars.
9032
9033 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9034
9035 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9036 of `defconst'.
9037
9038 2004-11-20 Richard M. Stallman <rms@gnu.org>
9039
9040 * isearch.el (isearch-mode-map): Don't bind SPC.
9041 (isearch-whitespace-chars): Function deleted.
9042 (isearch-search): Bind search-spaces-regexp.
9043 (isearch-lazy-highlight-search): Likewise.
9044 (search-whitespace-regexp): Doc fix.
9045 (isearch-forward-regexp): Doc fix.
9046
9047 * emacs-lisp/bytecomp.el (byte-compile-form):
9048 Move the calls to byte-compile-set-symbol-position,
9049 to avoid having two for the same symbol occurrence.
9050
9051 * comint.el (comint-input-ring-size): Increase to 150.
9052
9053 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9054 New variables.
9055 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9056 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9057
9058 * imenu.el (imenu--generic-function):
9059 Ensure we keep moving backward even if BEG isn't further back.
9060
9061 * replace.el (query-replace-read-to, query-replace-read-from):
9062 Specify t for KEEP-ALL in read-from-minibuffer.
9063
9064 * progmodes/python.el (python-switch-to-python):
9065 If Python isn't running, start it.
9066 Don't alter debug-ignored-errors.
9067
9068 * progmodes/cperl-mode.el (cperl-indent-region):
9069 Don't mind imenu-scanning-message.
9070
9071 * bindings.el (global-map): Bind C-e to move-end-of-line.
9072
9073 * simple.el (line-move-finish): New arg FORWARD.
9074 Ignore invisible newlines, not intangible ones.
9075 Conditions for acceptable stopping positions depend on FORWARD.
9076 (line-move): Pass FORWARD arg to line-move-finish.
9077
9078 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9079 of HEADER. Compensate for this change in the code to add display
9080 properties. Don't make the first line intangible.
9081
9082 * info.el (Info-search): Fix previous change.
9083
9084 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9085
9086 * Makefile.in (recompile): Revert 2004-11-19 change.
9087 (compile): Likewise.
9088
9089 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9090
9091 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9092
9093 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9094
9095 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9096 defgroup and defcustom. Eliminate eval-and-compile usage.
9097
9098 * progmodes/ebnf-otz.el: Fix typos.
9099
9100 2004-11-19 Jay Belanger <belanger@truman.edu>
9101
9102 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9103 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9104 disp-trail by declared variable.
9105
9106 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9107 (calc-finish-selection-edit): Replace variable disp-trail by
9108 declared variable.
9109 (calc-selection-cache-entry): Move declaration to earlier in the file.
9110 (calc-selection-cache-num, calc-selection-cache-comp)
9111 (calc-selection-cache-offset, calc-selection-true-num)
9112 (calc-final-point-line, calc-final-point-column)
9113 (calc-original-buffer): Declare them.
9114 (calc-fnp-op, calc-fnp-num): New variables.
9115 (calc-find-nth-part, calc-find-nth-part-rec)
9116 (calc-select-previous): Replace op and num by declared variables.
9117 (calc-rsf-old, calc-rsf-new): New variables.
9118 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9119 Replace variables old and new by declared variables.
9120 (calc-sel-reselect): New variable.
9121 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9122 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9123 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9124 reselect with declared variable.
9125
9126 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9127 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9128 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9129 (math-import-list, math-rewrite-phase): Declare them.
9130 (math-rewrite): Use let* to declare variables.
9131 (calc-rewrite-selection): Make rules a local variable.
9132 (calc-rewr-sel): New variable.
9133 (calc-rewrite-selection, calc-locate-selection-marker)
9134 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9135 of sel.
9136 (math-rewrite-whole-expr): New variable.
9137 (math-rewrite, math-rewrite-phase): Replace variable expr by
9138 declared variable.
9139 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9140 (math-rewrite-heads-blanks ): New variables.
9141 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9142 heads, skips and blanks by declared variables.
9143 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9144 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9145 New variables.
9146 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9147 old, new, old-func and new-func by declared variables.
9148 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9149 Remove unnecessary variable.
9150 (math-apply-rw-regs): New variable.
9151 (math-apply-rewrites, math-rwapply-replace-regs)
9152 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9153 (math-apply-rw-ruleset): New variable.
9154 (math-apply-rewrites, math-rwapply-remember): Replace variable
9155 ruleset by declared variable.
9156
9157 2004-11-19 Richard M. Stallman <rms@gnu.org>
9158
9159 * info.el (Info-search): Use search-whitespace-regexp.
9160
9161 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9162
9163 * vc-rcs.el (vc-rcs-parse): New function.
9164 (vc-rcs-annotate-command): Likewise.
9165 (vc-rcs-annotate-current-time): Likewise.
9166 (vc-rcs-annotate-time): Likewise.
9167 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9168
9169 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9170
9171 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9172
9173 2004-11-18 Jay Belanger <belanger@truman.edu>
9174
9175 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9176
9177 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9178
9179 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9180 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9181 Use make-temp-file to generate PostScript files in any situation.
9182 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9183 (pr-interactive-p): Eliminate var.
9184 (pr-save-interactive): Eliminate macro.
9185 (pr-interface, pr-ps-directory-preview)
9186 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9187 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9188 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9189 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9190 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9191 (pr-ps-region-ps-print, pr-ps-mode-preview)
9192 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9193 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9194 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9195 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9196 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9197 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9198 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9199 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9200 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9201 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9202 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9203 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9204 Eliminate pr-save-interactive usage.
9205 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9206 Eliminate pr-interactive-p usage.
9207 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9208 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9209 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9210 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9211 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9212 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9213 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9214 New funs.
9215 (pr-ps-file): Use make-temp-file to generate a temporary file.
9216
9217 2004-11-17 Jay Belanger <belanger@truman.edu>
9218
9219 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9220 a local variable.
9221 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9222 (math-top-only): New variable.
9223 (math-simplify, math-simplify-step): Replace variable top-only by
9224 declared variable math-top-only.
9225 (math-simplify-expr): Declare it.
9226 Replace argument expr in all calls of math-defsimplify by
9227 math-simplify-expr.
9228 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9229 (math-simplify-divisor, math-simplify-one-divisor)
9230 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9231 (math-simplify-pow): Replace variable expr by declared variable
9232 math-simplify-expr.
9233 (math-simplify-divisor): Remove local variables temp and op.
9234 (math-simplify-one-divisor): Make temp and op local variables.
9235 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9236 New variables.
9237 (math-simplify-divisor, math-simplify-one-divisor):
9238 Replace variables nover and dover by declared variables.
9239 (math-expr-subst-new, math-expr-subst-old): New variables.
9240 (math-expr-subst, math-expr-subst-rec): Replace variables new
9241 and old by declared variables.
9242 (math-is-poly-degree, math-is-poly-loose): New variables.
9243 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9244 and loose by declared variables.
9245 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9246 (math-polynomial-base, math-polynomial-base-rec):
9247 Replace variables const-ok and mpb-pred by declared variables.
9248
9249 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9250
9251 * calc/calc-ext.el (math-defsimplify): Change the argument in
9252 the created function to math-simplify-expr.
9253
9254 * calc/calc-units.el (math-simplify-expr): Declare it.
9255 Replace argument expr in all calls of math-defsimplify by
9256 math-simplify-expr.
9257 (math-simplify-units-prod): Replace variable expr by declared
9258 variable math-simplify-expr.
9259
9260 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9263 Replace mapcar->dolist, format->string.
9264
9265 2004-11-17 Miles Bader <miles@gnu.org>
9266
9267 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9268 * progmodes/idlwave.el: Remove RCS keywords.
9269
9270 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9271
9272 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9273 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9274 Update to IDLWAVE version 5.5. Too many changes to list them here.
9275 * progmodes/idlw-help.el: New file.
9276
9277 2004-11-16 Richard M. Stallman <rms@gnu.org>
9278
9279 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9280 Discard spaces after \i according to TeX rules.
9281
9282 * international/mule.el (set-buffer-file-coding-system):
9283 New arg NOMODIFY.
9284 (after-insert-file-set-coding): Pass that new arg.
9285 Prevent set-buffer-multibyte from trying to lock the file.
9286
9287 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9288
9289 * saveplace.el (save-place): Doc fix.
9290
9291 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9292 temporarily widen before finding the following word to copy.
9293
9294 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9295 (cl-map-keymap): Definition deleted.
9296
9297 * subr.el (map-keymap-internal): New function.
9298
9299 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9302 when pressing rather than when releasing mouse-2. Simplify.
9303
9304 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9307 (compilation-mode): Set it here instead.
9308
9309 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9310
9311 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9312 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9313
9314 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * progmodes/compile.el (compilation-internal-error-properties):
9317 Fix up a transposition-typo. Check end-col before using it.
9318
9319 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9320
9321 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9322 Discard whitespace after macro \i when converting it.
9323
9324 2004-11-16 Juri Linkov <juri@jurta.org>
9325
9326 * emacs-lisp/find-func.el (find-function-regexp):
9327 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9328 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9329 Remove invalid `\W' from [^cgv\W]. Doc fix.
9330 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9331
9332 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9333
9334 * play/life.el: Maintainer is now FSF.
9335 (life-patterns, life-neighbor-deltas, life-window-start)
9336 (life-current-generation, life-generation-string): Use defvar
9337 instead of defconst.
9338
9339 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * progmodes/compile.el (compilation-move-to-column): New fun.
9342 (compilation-internal-error-properties)
9343 (compilation-next-error-function): Use it to make sure we don't go past
9344 the end of line.
9345
9346 2004-11-15 John Paul Wallington <jpw@gnu.org>
9347
9348 * autoinsert.el (auto-insert-alist): Insert the user's name in
9349 copyright notice, rather than Free Software Foundation, for the
9350 Emacs Lisp header case too.
9351
9352 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9353
9354 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9355 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9356 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9357 return the list of string in a string.
9358 (pr-call-process): Message if calling process returns an error, that
9359 is, the exit status is different of zero.
9360
9361 2004-11-15 Jay Belanger <belanger@truman.edu>
9362
9363 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9364 variable var-thing.
9365 (math-integ-depth, math-integ-level, math-integral-limit)
9366 (math-enable-subst, math-any-substs, math-integ-msg)
9367 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9368 (math-int-threshold, math-int-factors, math-double-roots)
9369 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9370 (var-GenCount): Declare these variables.
9371 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9372 (math-integral-cache, math-integral-cache-state):
9373 Move declarations to earlier in the file.
9374 (math-deriv-var, math-deriv-total, math-deriv-symb)
9375 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9376 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9377 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9378 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9379 (math-solve-res): New variables
9380 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9381 (math-integral, math-replace-integral-parts)
9382 (math-integrate-by-parts, calc-dump-integral-cache)
9383 (math-try-integral, math-do-integral, math-do-integral)
9384 (math-do-integral-methods, math-try-solve-for)
9385 (math-try-solve-prod, math-solve-poly-funny-powers)
9386 (math-solve-crunch-poly, math-decompose-poly)
9387 (math-solve-find-root-term, math-find-root-in-prod)
9388 (math-integ-try-linear-substitutions)
9389 (math-integ-try-substitutions, math-expr-rational-in)
9390 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9391 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9392 (math-solve-for, math-solve-system, math-solve-system-rec)
9393 (math-solve-get-sign, math-solve-get-int)
9394 (math-solve-system-subst): Replace undeclared variables with newly
9395 declared variables.
9396
9397 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * winner.el (winner-active-region, winner-edges, winner-window-list):
9400 Define at toplevel.
9401 (winner-mode-map): Move init inside declaration.
9402
9403 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9404
9405 * files.el (convert-standard-filename): Doc fix.
9406
9407 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9408
9409 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9410 passwd, group, shadow, default/* and pam.d/*.
9411
9412 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9413
9414 * printing.el (pr-menu-spec): Adjust menu specification.
9415
9416 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9417
9418 * printing.el: Doc fix. Insert :version tag into all defcustom.
9419 Handle interactive-p as is recommended in Emacs Lisp Reference.
9420 Set the file permission bits for newly created files.
9421 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9422 The printing menu specification (in `pr-menu-spec') was merged.
9423 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9424 (pr-version): New version number (6.8.3).
9425 (pr-file-modes): New option.
9426 (pr-interactive-p): New var.
9427 (pr-save-interactive, pr-save-file-modes): New macros.
9428 (pr-setup): Code fix.
9429 (pr-menu-spec): Menu specification merged.
9430 (pr-call-process, pr-text2ps): Set file permission bits.
9431 (pr-despool-print): Set file permission bits. Handle interactive-p as
9432 is recommended.
9433 (pr-interface, pr-ps-directory-preview)
9434 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9435 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9436 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9437 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9438 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9439 (pr-ps-region-ps-print, pr-ps-mode-preview)
9440 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9441 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9442 (pr-despool-using-ghostscript, pr-despool-ps-print)
9443 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9444 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9445 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9446 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9447 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9448 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9449 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9450 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9451 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9452 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9453 Handle interactive-p as is recommended.
9454
9455 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9458 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9459
9460 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9461 so it doesn't forget to highlight the beginning of the region either.
9462
9463 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9464
9465 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9466 (c-font-lock-init): Eliminate obsolete make-local-hook.
9467 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9468 (awk-mode): Use run-mode-hooks.
9469
9470 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9471
9472 2004-11-13 Kim F. Storm <storm@cua.dk>
9473
9474 * mouse.el (mouse-drag-copy-region): Add :version.
9475 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9476 while dragging mode line, so mode line can be dragged downwards.
9477 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9478 while pressing mouse button so window doesn't scroll until we
9479 release the mouse if clicking on partially visible line.
9480
9481 2004-11-12 Jay Belanger <belanger@truman.edu>
9482
9483 * calc/calc-graph.el (calc-dumb-map): Declare it.
9484 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9485 than unbound.
9486 (calc-graph-name): Made `end' a local variable.
9487 (calc-graph-lookup): Made `varname' a local variable.
9488 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9489 Declare them.
9490 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9491 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9492 the unused variable y3vec.
9493 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9494 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9495 calc-graph-prev-kill-hook.
9496 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9497 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9498 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9499 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9500 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9501 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9502 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9503 (calc-graph-y3value, calc-graph-y3name)
9504 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9505 (calc-graph-stepcount, calc-graph-is-splot)
9506 (calc-graph-surprise-splot, calc-graph-blank)
9507 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9508 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9509 (calc-graph-recompute-2d, calc-graph-compute-3d)
9510 (calc-graph-format-data): Replace undeclared variables with the
9511 above newly declared variables.
9512
9513 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9514
9515 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9516 `rsf-beep' and `rsf-sleep-after-message'.
9517
9518 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9519 list if `message-sender' is non-nil.
9520
9521 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9522
9523 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9524 consing by using mapc instead of mapcar.
9525
9526 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9527
9528 * tooltip.el (require): Explain why CL is needed.
9529
9530 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9531
9532 * printing.el: Insert :version into defgroup (printing). All reference
9533 to Files option in menubar were changed to File.
9534 (pr-version): New version number (6.8.2).
9535 (pr-get-symbol): Call easy-menu-intern.
9536 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9537 compilation gripes.
9538
9539 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9542 new byte-compile-function-environment binding to t.
9543
9544 * font-lock.el (font-lock-fontify-syntactically-region):
9545 Don't forget to highlight the last char when we hit `end'.
9546
9547 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9548 (mwheel-scroll): Adjust accordingly.
9549
9550 * cvs-status.el: Reduce spurious warnings.
9551 (cvs-status-checkout): Remove.
9552 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9553
9554 * pcvs.el (cvs-mode-checkout): New command.
9555
9556 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9557
9558 * tooltip.el: Require CL.
9559
9560 * emacs-lisp/bytecomp.el: Use push.
9561 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9562 (defalias): Remove the `byte-compile' property and add
9563 a `byte-hunk-handler'.
9564
9565 2004-11-11 Juri Linkov <juri@jurta.org>
9566
9567 * info.el (Info-search): Save match data for isearch.
9568 Skip Tag Table node.
9569
9570 * descr-text.el (describe-char): Replace syntax-after with code
9571 from its previous version.
9572
9573 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9574 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9575
9576 * international/mule.el (sgml-html-meta-auto-coding-function):
9577 Remove > after <html to allow HTML attributes.
9578
9579 2004-11-11 Jay Belanger <belanger@truman.edu>
9580
9581 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9582 a variable.
9583 (calcFunc-dfac): Replace unbound max by n.
9584 (math-stirling-local-cache): New variable.
9585 (math-stirling-number, math-stirling-1, math-stirling-2):
9586 Replace the variable `cache' by the declared variable
9587 math-stirling-local-cache.
9588 (var-RandSeed): Declare it as a variable.
9589 (math-init-random-base, math-random-digit): Don't check to see if
9590 var-RandSeed is bound.
9591 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9592 Declare them instead of just setting them.
9593 (math-init-random-base): Made i a local variable.
9594 (math-random-digit): Made math-random-last a local variable.
9595 (math-prime-test-cache): Move declaration to before it is used.
9596 (math-prime-test-cache-k, math-prime-test-cache-q)
9597 (math-prime-test-cache-nm1, math-prime-factors-finished):
9598 Declare them as variables.
9599
9600 2004-11-11 Jay Belanger <belanger@truman.edu>
9601
9602 * calc/calc-ext.el (math-defcache): Use defvar for the new
9603 variables it creates.
9604
9605 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9606
9607 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9608 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9609 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9610 (desktop-save): Add :version.
9611
9612 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * printing.el (pr-get-symbol): Don't downcase.
9615
9616 2004-11-10 Jay Belanger <belanger@truman.edu>
9617
9618 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9619 string to kill-ring.
9620
9621 * calc/calc-aent.el (calc-alg-exp, math-toks)
9622 (math-exp-pos,math-exp-old-pos, math-exp-token)
9623 (math-exp-keep-spaces, math-exp-str): New variables.
9624 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9625 (calcAlg-enter): Use declared variable calc-alg-exp.
9626 (math-build-parse-table, math-find-user-token): Use declared
9627 variable math-toks.
9628 (math-read-exprs, math-read-token, calc-check-user-syntax)
9629 (calc-match-user-syntax, match-factor-after, math-read-factor):
9630 Use declared variables math-exp-pos math-exp-old-pos.
9631 (math-read-exprs, math-read-token, math-read-expr-level)
9632 (calc-check-user-syntax, calc-match-user-syntax)
9633 (match-factor-after, math-read-factor): Use declared variable
9634 math-exp-token.
9635 (math-read-exprs, math-read-expr-list, math-read-token)
9636 (math-read-factor): Use declared variable math-exp-keep-spaces.
9637 (math-read-exprs, math-read-token): Use declared variable
9638 math-exp-str.
9639 (calc-match-user-syntax): Make m a local variable.
9640
9641 * calc/calc-ext.el (math-read-expr): Use declared variables
9642 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9643 math-exp-keep-spaces.
9644
9645 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9646 variables math-exp-pos, math-exp-str.
9647
9648 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9649 math-exp-old-pos.
9650 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9651 (math-parse-eqn-prime): Use declared variable math-exp-token.
9652
9653 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9654 Use declared variable math-exp-pos.
9655 (math-check-for-commas): Use declared variable math-exp-str.
9656 (math-read-brackets): Use declared variables math-exp-old-pos,
9657 math-exp-keep-spaces.
9658 (math-read-brackets, math-read-vector, math-read-matrix):
9659 Use declared variable math-exp-token.
9660
9661 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9664 where the keymap is a symbol.
9665 (easy-menu-add-item): Use keymap-prompt. Simplify.
9666
9667 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9668
9669 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9670 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9671
9672 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9673
9674 * ebuff-menu.el: Doc fixes throughout.
9675 (electric-buffer-menu-mode-hook): New defvar.
9676
9677 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9678
9679 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9680 The resulting compiler warnings appear to be harmless.
9681
9682 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9683
9684 * textmodes/conf-mode.el: New file.
9685
9686 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9687
9688 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9691
9692 2004-11-09 Jay Belanger <belanger@truman.edu>
9693
9694 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9695
9696 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9697 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9698 (calc-z-prefix-help, calc-user-function-list): Use declared
9699 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9700 (math-map-tree, math-map-tree-rec): Use declared variables
9701 math-mt-many, math-mt-func.
9702 (math-read-expression, math-read-string): Use declared variable
9703 math-expr-data.
9704
9705 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9706 variable math-normalize-a.
9707
9708 * calc/calc.el (math-normalize-a): New variable.
9709 (math-normalize): Use declared variable math-normalize-a.
9710
9711 * calc/calc-poly.el (math-expand-form): Use declared variable
9712 math-mt-many.
9713
9714 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9715 Use declared variable math-mt-many.
9716 (math-rewrite): Use declared variable math-mt-func.
9717
9718 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9719 (math-read-matrix): Use declared variable math-expr-data.
9720
9721 * calc/calc-lang.el (math-parse-fortran-vector)
9722 (math-parse-fortran-vector-end, math-parse-tex-sum)
9723 (math-parse-eqn-matrix, math-parse-eqn-prime)
9724 (math-read-math-subscr): Use declared variable math-expr-data.
9725
9726 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9727 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9728 (calc-match-user-syntax, math-read-if, math-factor-after)
9729 (math-read-factor): Use declared variable math-expr-data.
9730
9731 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9732
9733 * calendar/diary-lib.el (diary-from-outlook)
9734 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9735 interactive-p; but rather new optional argument NOCONFIRM.
9736
9737 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9738
9739 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9740 (easy-menu-name-match): Revert correspondingly.
9741
9742 2004-11-09 Richard M. Stallman <rms@gnu.org>
9743
9744 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9745 Turn off warnings for the new function even if definition not constant.
9746 If the definition isn't a quoted symbol, record (FUNCTION . t).
9747 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9748 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9749 (display-call-tree, byte-compile-arglist-warn):
9750 Handle t returned by byte-compile-fdefinition.
9751
9752 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9753
9754 * Makefile.in (maintainer-clean): Depend on distclean.
9755
9756 * help-fns.el (help-C-file-name): File name must be in build-files
9757 to be returned.
9758
9759 2004-11-09 Jay Belanger <belanger@truman.edu>
9760
9761 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9762 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9763
9764 * calc/calc.el (calc, calc-trail-display, calc-mode):
9765 Remove obsolete sections.
9766
9767 * calc/calc.el (calc-x-paste-text): Remove.
9768
9769 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9770 mouse-2.
9771
9772 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9773
9774 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9775 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9776 current frame (in case of recursive calls).
9777 (gdb-show-changed-values): Add :version keyword.
9778
9779 2004-11-09 Kenichi Handa <handa@m17n.org>
9780
9781 * international/mule-cmds.el: Change coding: tag back to
9782 iso-2022-7bit.
9783
9784 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * international/mule-cmds.el: Change coding-system to utf-8.
9787 (select-safe-coding-system-interactively):
9788 New function extracted from select-safe-coding-system.
9789 (select-safe-coding-system): Use it.
9790
9791 2004-11-08 Richard M. Stallman <rms@gnu.org>
9792
9793 * subr.el (syntax-after): Doc fix.
9794
9795 * paren.el (show-paren-function): Change calls to syntax-after
9796 for new way of returning the value.
9797
9798 * menu-bar.el (menu-bar-file-menu): Make this the real name
9799 and menu-bar-files-menu the alias. Use the former.
9800 (global-map): Use `file', not `files', as the symbol.
9801
9802 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9803
9804 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9805 Don't use beginning-of-buffer.
9806 (filesets-cmd-show-result): Use with-no-warnings.
9807
9808 2004-11-08 Juri Linkov <juri@jurta.org>
9809
9810 * progmodes/compile.el (compile): Don't overwrite last command in
9811 minibuffer history with default command if they are not equal.
9812
9813 2004-11-08 Jay Belanger <belanger@truman.edu>
9814
9815 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9816 non-linear substitutions.
9817
9818 2004-11-08 Jay Belanger <belanger@truman.edu>
9819
9820 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9821 (math-do-integral): Set `math-linear-subst-tried' to nil.
9822 (math-do-integral-methods): Use `math-linear-subst-tried' to
9823 determine what type of substitution to try.
9824 (math-integ-try-linear-substituion):
9825 Set `math-linear-subst-tried' to t.
9826
9827 2004-11-08 Kim F. Storm <storm@cua.dk>
9828
9829 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9830
9831 2004-11-07 Juri Linkov <juri@jurta.org>
9832
9833 * info-look.el (info-lookup): Allow reusing in the current buffer
9834 not only *info* buffer, but all (even renamed) Info buffers
9835 by checking for major-mode instead of *info* buffer name.
9836 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9837 (octave-mode, maxima-mode) <doc-spec>:
9838 Allow long dashes generated by Texinfo 4.7 before definitions.
9839 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9840 definitions with argument separated by space.
9841
9842 2004-11-06 Richard M. Stallman <rms@gnu.org>
9843
9844 * simple.el (next-error group, face): Move before first use.
9845 (next-error-highlight, next-error-highlight-no-select): Likewise.
9846
9847 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9848 (line-move): New args NOERROR and TO-END.
9849 Return t if if succeed in moving specified number of lines.
9850 (move-end-of-line): New function.
9851
9852 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9853 (end-of-buffer-other-window): Likewise.
9854
9855 * simple.el (line-move-ignore-invisible): Default to t.
9856
9857 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9858
9859 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9860
9861 * international/iso-cvt.el (iso-cvt-define-menu):
9862 Rename menu-bar-files-menu to menu-bar-file-menu.
9863
9864 * net/browse-url.el (browse-url-gnome-moz-program)
9865 (browse-url-gnome-moz-arguments): Move up before first use.
9866
9867 * net/tramp.el (tramp group): Add :version.
9868
9869 * progmodes/ada-xref.el (ada-gdb-application):
9870 Use goto-char instead of beginning-of-buffer.
9871
9872 * progmodes/cperl-mode.el (cperl-info-on-command):
9873 Use goto-char instead of beginning-of-buffer.
9874
9875 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9876 Move up before first use.
9877 (idlwave-shell-temp-pro-file): Likewise.
9878 (idlwave-shell-temp-rinfo-save-file): Likewise.
9879 (idlwave-shell-temp-file): Minor doc fix.
9880
9881 * textmodes/flyspell.el (flyspell-external-point-words):
9882 Use goto-char instead of beginning-of-buffer.
9883
9884 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9885
9886 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9887 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9888 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9889
9890 2004-11-06 David Ponce <david@dponce.com>
9891
9892 * recentf.el (recentf-menu-path): Use menu item name.
9893
9894 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9895
9896 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9897 display doesn't support images.
9898
9899 2004-11-06 Andreas Schwab <schwab@suse.de>
9900
9901 * tempo.el (tempo-match-finder): Doc fix.
9902
9903 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9904
9905 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9906
9907 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9908 (easy-menu-lookup-name): New fun to replace it.
9909 (easy-menu-get-map): Use it to obey menu item names (rather than just
9910 keys) when looking up `path'.
9911 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9912 (easy-menu-convert-item-1): Adjust to new name.
9913
9914 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9915
9916 * outline.el (hide-body): Don't hide lines at the top of the file
9917 that precede the first header line.
9918
9919 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9920
9921 * align.el (align-areas): Delete whitespace before reindenting, so
9922 that tabs are never placed after spaces.
9923
9924 2004-11-06 Alan Shutko <ats@acm.org>
9925
9926 * macros.el (insert-kbd-macro): Do completions based on macros,
9927 rather than all commands.
9928
9929 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9930
9931 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9932 to solve a bug whereby tags with 'b' don't match.
9933
9934 2004-11-05 Juri Linkov <juri@jurta.org>
9935
9936 * info.el (Info-search): Don't search in node header lines
9937 and file headers.
9938
9939 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9940 symbol-constituent characters after dot, not only digits.
9941
9942 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9943
9944 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9945
9946 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9947
9948 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9949 if a dialog will be used, read-file-name otherwise.
9950
9951 2004-11-04 Richard M. Stallman <rms@gnu.org>
9952
9953 * textmodes/table.el (table group): Add :version.
9954
9955 * textmodes/ispell.el (ispell-word):
9956 Don't alter args; set them only thru `interactive' spec.
9957
9958 * textmodes/flyspell.el (flyspell-word):
9959 Don't alter FOLLOWING; set it only thru `interactive' spec.
9960
9961 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9962
9963 * net/browse-url.el (browse-url-maybe-new-window):
9964 Use called-interactively-p.
9965
9966 * mail/supercite.el (sc-cite-region):
9967 Don't use interactive-p. Add arg INTERACTIVE.
9968 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9969
9970 * international/mule-cmds.el (set-input-method, toggle-input-method):
9971 Don't use interactive-p. Add arg INTERACTIVE.
9972
9973 * eshell/esh-mode.el (eshell-show-maximum-output):
9974 Don't use interactive-p.
9975 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9976
9977 * mouse.el (mouse-show-mark): Get positions to delete from mark
9978 and point, not from mouse-drag-overlay.
9979
9980 * imenu.el (imenu-eager-completion-buffer): Add :version.
9981
9982 * filesets.el (filesets group): Add :version.
9983
9984 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9985
9986 * files.el (xml-based-modes): Delete var.
9987 (magic-mode-alist): New more general var.
9988 (set-auto-mode): Use it.
9989
9990 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9991 when clicking from another window.
9992
9993 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
9994
9995 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9996 (vc-cvs-annotate-time): Incorporate value of deleted var.
9997 Remove special-case handling of beginning-of-buffer cruft.
9998 Cache ending position (point) and return value in text property
9999 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10000
10001 * vc-cvs.el (vc-cvs-annotate-command):
10002 Delete extraneous lines from beginning of buffer.
10003 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10004
10005 * progmodes/grep.el (grep-default-command): Take empty string
10006 for tag if all other methods yield nil. Shell-quote the tag.
10007
10008 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10009 spec in `interactive' form, and mention it in the docstring.
10010 Also, make sure point is at bol after calling `annotate-time'.
10011
10012 2004-11-02 Richard M. Stallman <rms@gnu.org>
10013
10014 * cus-edit.el (customize-group-other-window):
10015 Select the window that displays the custom buffer.
10016 (custom-buffer-create-other-window): Likewise.
10017
10018 * comint.el (comint-insert-input): Fix previous change.
10019
10020 * emacs-lisp/elp.el (elp-instrument-function):
10021 Use called-interactively-p.
10022
10023 * emacs-lisp/easymenu.el (easy-menu-intern):
10024 Don't downcase; rather, case-flip the first letter of each word.
10025
10026 * emacs-lisp/easy-mmode.el (define-minor-mode):
10027 Use called-interactively-p.
10028
10029 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10030 Add interactive-only.
10031 (byte-compile-warnings): Add interactive-only as option.
10032 (byte-compile-interactive-only-functions): New variable.
10033 (byte-compile-form): Warn about calls to functions
10034 in byte-compile-interactive-only-functions.
10035
10036 * emacs-lisp/autoload.el (update-file-autoloads):
10037 Don't use interactive-p; take new arg SAVE-AFTER.
10038
10039 * emacs-lisp/advice.el (ad-make-advised-definition):
10040 Use called-interactively-p.
10041
10042 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10043
10044 * files.el (find-file-existing): New function.
10045
10046 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10047 find-file-existing. Add "New File..." that calls find-file.
10048
10049 * diropen.pbm, diropen.xpm: New files.
10050
10051 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10052 icon diropen. New tool bar item find-file-existing uses icon open.
10053
10054 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10055 instead of read-file-name.
10056
10057 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10058
10059 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10060 (icalendar--split-value): Change name of work buffer.
10061 (icalendar--get-weekday-abbrev): Return nil on error.
10062 (icalendar--date-to-isodate): New function.
10063 (icalendar-convert-diary-to-ical)
10064 (icalendar-extract-ical-from-buffer): Use only two args for
10065 make-obsolete (XEmacs compatibility).
10066 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10067 (icalendar-export-region): Doc fix.
10068 If error, return non-nil and write errors to a buffer.
10069 Use correct weekday for weekly recurring events.
10070 Check whether date has been parsed for ordinary events.
10071 Make weekly events start in the year 2000.
10072 DTEND is non-inclusive, shift end date by one day if
10073 necessary (not for entries that have date and time).
10074 Rename local let variables: oops -> found-error, datestring ->
10075 startdatestring.
10076
10077 2004-11-02 Kim F. Storm <storm@cua.dk>
10078
10079 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10080 keep-mode-if-same variable. Add it as optional arg instead.
10081 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10082
10083 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10084 substitute-command-keys will select lower-case bindings like those
10085 used in the static help texts.
10086
10087 * descr-text.el (describe-text-properties): Don't err if called in
10088 the *Help* buffer; output to *Help-2* buffer instead.
10089
10090 * kmacro.el (group kmacro): Add :version.
10091 (kmacro-keyboard-quit): New function to cleanup on C-g.
10092 (kmacro-start-macro): Set defining-kbd-macro to append when
10093 appending to last macro.
10094
10095 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10096
10097 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10098
10099 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10100 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10101 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10102 Add :version keyword.
10103
10104 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10105
10106 * progmodes/flymake.el (flymake-err-line-patterns):
10107 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10108 `compilation-error-regexp-alist-alist' to internal Flymake format.
10109
10110 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10111
10112 2004-11-01 Jay Belanger <belanger@truman.edu>
10113
10114 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10115 with `interactive "s"'.
10116
10117 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10118
10119 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10120 Revert change from 2004-10-16. '*' checks the current buffer, but the
10121 mouse click may be in another buffer.
10122
10123 2004-11-01 John Paul Wallington <jpw@gnu.org>
10124
10125 * files.el (large-file-warning-threshold): Add :version keyword.
10126 (kill-some-buffers): Doc fix.
10127
10128 * thumbs.el (group thumbs): Add :version keyword.
10129
10130 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10131
10132 2004-11-01 Richard M. Stallman <rms@gnu.org>
10133
10134 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10135
10136 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10137
10138 * allout.el (allout group): Add :version.
10139 (allout-init): Don't use interactive-p.
10140 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10141 (allout-forward-current-level, allout-backward-current-level):
10142 Don't use interactive-p.
10143
10144 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10145 (bibtex-find-text): Likewise.
10146
10147 * progmodes/vhdl-mode.el (vhdl-fill-region)
10148 (vhdl-beginning-of-statement): Don't use interactive-p.
10149
10150 * progmodes/idlwave.el (idlwave-update-routine-info):
10151 Don't use interactive-p.
10152
10153 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10154 Don't use interactive-p.
10155
10156 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10157 Don't use interactive-p.
10158
10159 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10160 Don't use interactive-p.
10161
10162 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10163 (fortune-in-buffer): Doc fix.
10164
10165 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10166
10167 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10168 don't select the temporary buffer.
10169 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10170 (eudc-get-phone): Likewise.
10171
10172 2004-11-01 Kim F. Storm <storm@cua.dk>
10173
10174 * man.el (Man-xref-normal-file): Fix help-echo.
10175
10176 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * reveal.el (reveal-last-tick): New var.
10179 (reveal-post-command): Use it to avoid closing overlays when we're
10180 appending text to them.
10181
10182 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10183
10184 * textmodes/bibtex.el: Require button.
10185 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10186 (bibtex-reference-keys): Distinguish between header keys and
10187 crossref keys.
10188 (bibtex-beginning-of-field): New function.
10189 (bibtex-url-map): Remove.
10190 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10191 (bibtex-font-lock-url-regexp): Assume that field names begin at
10192 the beginning of a line.
10193 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10194 Remove field delimiters. Use bibtex-beginning-of-field.
10195 Bugfix, point can be inside a field with a url.
10196 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10197 New functions.
10198 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10199 (bibtex-key-in-head): Simplify.
10200 (bibtex-current-line): Use bolp.
10201 (bibtex-parse-keys): Remove unused arg `add'.
10202 Use bibtex-type-in-head and bibtex-key-in-head.
10203 (bibtex-parse-entry, bibtex-autofill-entry):
10204 Use bibtex-type-in-head and bibtex-key-in-head.
10205 (bibtex-autokey-get-field): Do not alter case of replacement text.
10206 (bibtex-autokey-get-names): Do all processing of name list.
10207 (bibtex-autokey-get-year): New function.
10208 (bibtex-autokey-get-title): Do all processing of title words.
10209 (bibtex-generate-autokey): Simplify.
10210 (bibtex-string-files-init): Use default-directory.
10211 Allow for absolute file names in bibtex-string-files.
10212 (bibtex-files, bibtex-file-path): New variables.
10213 (bibtex-files-expand): New function.
10214 (bibtex-find-entry-globally): New command.
10215 (bibtex-summary-function): New variable.
10216 (bibtex-summary): Default value of bibtex-summary-function.
10217 (bibtex-find-crossref): New optional args pnt and split.
10218 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10219 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10220 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10221 Fix handling of required and alternative fields.
10222 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10223 Use cons and display-buffer.
10224 (bibtex-validate-globally): New command.
10225 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10226 bibtex-parse-keys and bibtex-parse-strings for updating
10227 bibtex-reference-keys and bibtex-strings.
10228 (bibtex-realign): Remove blank lines past the last entry.
10229 (bibtex-reformat): Use bibtex-entry-format as default.
10230 (bibtex-choose-completion-string): Remove.
10231 (bibtex-complete): Do not use bibtex-choose-completion-string.
10232 (bibtex-url): Simplify.
10233
10234 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10235
10236 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10237 (x-dnd-types-alist, x-dnd-open-file-other-window)
10238 (x-dnd-known-types): Add :version.
10239
10240 2004-10-31 John Paul Wallington <jpw@gnu.org>
10241
10242 * ibuffer.el (group ibuffer): Add :version keyword.
10243
10244 2004-10-31 Kim F. Storm <storm@cua.dk>
10245
10246 * ido.el (group ido): Add :version keyword.
10247 (ido-mode): Remove :version keyword.
10248
10249 * emulation/cua-base.el (group cua): Add :version keyword.
10250 (cua-mode): Remove :version keyword.
10251
10252 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10253
10254 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10255
10256 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10257 compiler warning.
10258 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10259 function.
10260 (help-at-pt-display-when-idle): Remove autoload.
10261
10262 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10263
10264 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10265
10266 2004-10-30 Juri Linkov <juri@jurta.org>
10267
10268 * help.el (function-called-at-point):
10269 * help-fns.el (variable-at-point): Read -> intern.
10270
10271 2004-10-30 Simon Josefsson <jas@extundo.com>
10272
10273 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10274 Recognize AS_* too.
10275
10276 2004-10-29 Simon Josefsson <jas@extundo.com>
10277
10278 * subr.el (read-passwd): Move back from password.el.
10279
10280 * password.el: Remove, not ready yet.
10281
10282 2004-10-29 Andreas Schwab <schwab@suse.de>
10283
10284 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10285
10286 2004-10-29 Sam Steingold <sds@gnu.org>
10287
10288 * mouse.el (mouse-show-mark): Replace the last occurrence of
10289 x-lost-selection-hooks with x-lost-selection-functions.
10290
10291 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10294 x-lost-selection-functions is bound.
10295
10296 * mouse-sel.el (mouse-sel-mode):
10297 * emacs-lisp/lselect.el: Adjust to new names for
10298 x-(lost|sent)-selection-functions.
10299
10300 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10301 New obsolete aliases of x-lost-selection-functions and
10302 x-sent-selection-functions.
10303
10304 2004-10-28 Kim F. Storm <storm@cua.dk>
10305
10306 * imenu.el (imenu-scanning-message): Remove.
10307 (imenu-progress-message): Make it a no-op.
10308
10309 2004-10-28 John Paul Wallington <jpw@gnu.org>
10310
10311 * files.el (set-auto-mode): Call `throw' correctly.
10312
10313 2004-10-28 Juri Linkov <juri@jurta.org>
10314
10315 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10316 to search `Info-...' commands in `info' manual.
10317 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10318 Add 'info-file "emacs" property.
10319 (Info-find-emacs-command-nodes): Fix index line number regexp.
10320 Set real line number (instead of fake 0) in first element of the
10321 returned list.
10322 (Info-goto-emacs-command-node): Use line number of first element
10323 to set point in the first found Info node.
10324
10325 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10326 code to `grep-mode-font-lock-keywords'.
10327 (grep-mode-font-lock-keywords): Delete grep markers instead
10328 of making them invisible.
10329
10330 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10331
10332 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10333 and x-server-version in bug report.
10334
10335 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10336
10337 * files.el (set-auto-mode-0): New function.
10338 (set-auto-mode): Use it to handle aliased modes and to
10339 be consistent between C-x C-f and C-x C-w.
10340
10341 2004-10-28 Kenichi Handa <handa@m17n.org>
10342
10343 * international/utf-8.el (utf-translate-cjk-charsets):
10344 Add katakana-jisx0201.
10345
10346 * international/subst-jis.el: Add data for JISX0201.
10347
10348 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * obsolete/hilit19.el (hilit-mode): New function.
10351 Move all the toplevel side-effecting stuff into it, so that loading
10352 hilit19 doesn't mess everything up any more.
10353
10354 2004-10-27 Richard M. Stallman <rms@gnu.org>
10355
10356 * add-log.el (add-change-log-entry): Set up mailing address
10357 and full name later, and don't alter add-log-mailing-address
10358 or add-log-full-name.
10359
10360 * elide-head.el (elide-head): Change error to message.
10361 (elide-head-show): Likewise.
10362
10363 * apropos.el (apropos-macrop): Doc fix.
10364
10365 * mouse.el (mouse-show-mark): Do most processing the same
10366 regardless of transient-mark-mode.
10367
10368 * shadowfile.el (shadow-copy-files): Use interactive-p
10369 only to control whether to print a message.
10370
10371 * tar-mode.el (tar-mode): Use write-contents-functions,
10372 not write-contents-hooks.
10373
10374 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10375 directory-sep-char.
10376
10377 2004-10-27 Richard M. Stallman <rms@gnu.org>
10378
10379 * strokes.el (strokes-unload-hook): Fix previous change.
10380
10381 * type-break.el (type-break-run-at-time): Always use run-at-time;
10382 forget the alternatives.
10383 (type-break-cancel-function-timers): Always use cancel-function-timers;
10384 forget the alternatives.
10385
10386 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10387
10388 2004-10-27 Kenichi Handa <handa@m17n.org>
10389
10390 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10391
10392 * international/subst-gb2312.el: Likewise.
10393
10394 * international/subst-big5.el: Likewise.
10395
10396 * international/subst-ksc.el: Likewise.
10397
10398 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10399 New variable.
10400 (utf-translate-cjk-set-unicode-range): New function.
10401 (utf-translate-cjk-unicode-range): Make it customizable.
10402 (utf-8-post-read-conversion):
10403 Use utf-translate-cjk-unicode-range-string.
10404 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10405 Unicode ranges.
10406
10407 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10408
10409 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10410 trivial variants to shorten the list.
10411 (xml-based-modes): New var.
10412 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10413 declaration higher priority than auto-mode-alist.
10414
10415 * find-file.el (cc-other-file-alist): Bring it in line with
10416 cc-mode's auto-mode-alist entries and use \' instead of $.
10417
10418 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10419 and add "Id" and "Name" submenus to it.
10420
10421 * imenu.el (imenu--generic-function): Skip matches in comments.
10422
10423 2004-10-26 Jay Belanger <belanger@truman.edu>
10424
10425 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10426 (full-calc-keypad, calc-trail-display): Use an extra argument
10427 instead of `interactive-p'.
10428
10429 * calc/calc-misc.el (calc-other-window): Use an extra argument
10430 instead of `interactive-p'.
10431
10432 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10433 `interactive-p'.
10434
10435 2004-10-26 Kim F. Storm <storm@cua.dk>
10436
10437 * help.el (describe-key): Describe both down-event and up-event
10438 for a mouse click.
10439
10440 2004-10-26 Richard M. Stallman <rms@gnu.org>
10441
10442 * woman.el (woman): Don't call interactive-p.
10443
10444 * pcomplete.el (pcomplete): Instead of interactive-p,
10445 use an arg set non-nil by the interactive spec.
10446
10447 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10448 use an arg set non-nil by the interactive spec.
10449
10450 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10451 use an arg set non-nil by the interactive spec.
10452
10453 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10454
10455 * progmodes/flymake.el (flymake-split-string):
10456 Use `flymake-split-string-remove-empty-edges' in any case.
10457
10458 2004-10-26 Masatake YAMATO <jet@gyve.org>
10459
10460 * progmodes/flymake.el (flymake-err-line-patterns):
10461 Use `compilation-error-regexp-alist-alist' instead of
10462 `compilation-error-regexp-alist'.
10463
10464 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10465
10466 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10467 verbatim face on the \ of \end{verbatim}.
10468
10469 2004-10-25 Jay Belanger <belanger@truman.edu>
10470
10471 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10472 erasing minibuffer.
10473
10474 2004-10-25 Simon Josefsson <jas@extundo.com>
10475
10476 * subr.el (read-passwd): Move to net/password.el.
10477
10478 * net/password.el (read-passwd): Add. Autoload it.
10479
10480 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10481
10482 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10483
10484 * simple.el (process-file): Fix logic.
10485
10486 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10487
10488 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10489 (increase-right-margin): Remove erroneous call to `interactive-p'.
10490
10491 2004-10-24 Kim F. Storm <storm@cua.dk>
10492
10493 * help.el (describe-mode): Fix 2004-10-13 change.
10494 Copy pure "Auto Fill" string so it can be propertized later
10495 without causing a read-only error.
10496
10497 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10498
10499 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10500 style indexes.
10501
10502 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10503
10504 * simple.el (process-file): Accept nil for INFILE. Reported by
10505 Luc Teirlinck.
10506
10507 2004-10-24 Masatake YAMATO <jet@gyve.org>
10508
10509 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10510 Handle periods and underscores in a function name.
10511 Remove the address fontification.
10512
10513 2004-10-24 Masatake YAMATO <jet@gyve.org>
10514
10515 * progmodes/asm-mode.el (asm-font-lock-keywords):
10516 Use font-lock-variable-name-face for registers.
10517
10518 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10519
10520 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10521 kill-all-local-variables.
10522 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10523 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10524 Use kill-all-local-variables and provide mode-hooks.
10525 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10526 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10527 Suggested by Masatake YAMATO <jet@gyve.org>.
10528
10529 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10530
10531 * simple.el (process-file): New function, similar to call-process
10532 but supports file handlers.
10533 * vc.el (vc-do-command): Use it, instead of call-process.
10534 * net/tramp-vc.el (vc-do-command): Do not advise it if
10535 process-file is fboundp.
10536 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10537 process-file.
10538 (tramp-handle-process-file): New function.
10539 (tramp-file-name-for-operation): Support process-file.
10540
10541 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10542
10543 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10544 (icalendar-weekdayabbrev-table)
10545 (icalendar-monthnumber-table): Delete.
10546 (icalendar--get-month-number): Use calendar-month-name-array.
10547 (icalendar--get-weekday-number): New function.
10548 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10549 (icalendar-export-region): Handle multi-line entries.
10550 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10551
10552 2004-10-23 John Paul Wallington <jpw@gnu.org>
10553
10554 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10555 `wildcards' set to t in interactive spec.
10556
10557 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10558 interactive spec rather than use `interactive-p'.
10559 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10560 rather than use function `interactive-p'.
10561
10562 2004-10-22 Kenichi Handa <handa@m17n.org>
10563
10564 * international/mule.el (translate-region): Implement it in Lisp
10565 as a front end of translate-region-internal.
10566
10567 2004-10-21 Jay Belanger <belanger@truman.edu>
10568
10569 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10570 Declare these variables with defvar.
10571
10572 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10573 is bound, only check to see if it is bound.
10574
10575 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10578 Don't output messages.
10579
10580 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10581
10582 2004-10-21 John Paul Wallington <jpw@gnu.org>
10583
10584 * calc/calc-graph.el (calc-graph-init):
10585 Use `set-process-query-on-exit-flag'.
10586
10587 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10588
10589 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10590 dir right and also allow argumentless cd.
10591
10592 2004-10-19 Richard M. Stallman <rms@gnu.org>
10593
10594 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10595
10596 * eshell/em-unix.el (eshell-grep):
10597 Don't bind compilation-process-setup-function.
10598
10599 * comint.el (comint-insert-input): Use @ in `interactive'.
10600 (comint-input-filter-functions): Doc fix.
10601 (comint-kill-whole-line, comint-get-source): Doc fix.
10602
10603 * progmodes/compile.el (compilation-setup):
10604 Don't set buffer-read-only if MINOR is non-nil.
10605
10606 2004-10-19 Jay Belanger <belanger@truman.edu>
10607
10608 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10609 (calc-emacs-type-gnu19): Remove.
10610 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10611 Remove check for old emacs versions.
10612
10613 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10614 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10615 for current Emacs.
10616
10617 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10618 the end of the minibuffer.
10619 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10620 copy `esc-map'.
10621
10622 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10623
10624 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10625 call that would be given when the current emacs was used.
10626
10627 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10628
10629 * calendar/icalendar.el: Set coding to utf-8.
10630 (icalendar-version): Increase to 0.07.
10631 (icalendar-monthnumber-table): Change March pattern.
10632 (icalendar-get-all-event-properties)
10633 (icalendar-set-event-property): Delete.
10634 (icalendar-all-events): No longer interactive.
10635 (icalendar-convert-diary-to-ical)
10636 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10637 their replacements.
10638 (icalendar-export-file, icalendar-export-region): New functions;
10639 essentially old `icalendar-convert-diary-to-ical' but appending to
10640 target rather than overwriting.
10641 (icalendar-import-file): Append to target file rather than
10642 overwriting. Fourth arg deleted.
10643 (icalendar-import-buffer): New name for old
10644 `icalendar-extract-ical-from-buffer'.
10645 (icalendar--convert-string-for-import): New name for
10646 old `icalendar-convert-for-import'.
10647 (include-icalendar-files): Delete.
10648 Prefix for all internal functions changed from `icalendar-'
10649 to `icalendar--'.
10650
10651 2004-10-19 Richard M. Stallman <rms@gnu.org>
10652
10653 * paths.el (news-path): Fix previous change.
10654
10655 2004-10-18 Jay Belanger <belanger@truman.edu>
10656
10657 * calc/calc-help.el (calc-describe-bindings):
10658 Set `buffer-read-only' to nil while working in the keybindings buffer;
10659 remove some extra information from the keybindings buffer.
10660
10661 2004-10-18 David Ponce <david@dponce.com>
10662
10663 * mouse.el (mouse-drag-move-window-top): New function.
10664 (mouse-drag-mode-line-1): Use it.
10665
10666 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10667
10668 * info.el (Info-fontify-node): For multiline refs,
10669 arrange to unfontify newline and surrounding whitespace.
10670
10671 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10674 directory is missing.
10675
10676 2004-10-17 John Paul Wallington <jpw@gnu.org>
10677
10678 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10679 New customizable variable; whether to display buffers that match
10680 `ibuffer-maybe-show-predicates' by default.
10681 (ibuffer-maybe-show-predicates): Mention it in docstring.
10682 (ibuffer-display-maybe-show-predicates): New variable.
10683 (ibuffer-update): Prefix arg now toggles whether buffers that
10684 match `ibuffer-maybe-show-predicates' should be displayed.
10685 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10686 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10687 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10688
10689 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10690
10691 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10692 work correctly.
10693
10694 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10695
10696 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10697 (Buffer-menu-beginning): New helper function.
10698 (Buffer-menu-execute): Use it.
10699 (Buffer-menu-select): Use it.
10700 (Buffer-menu-sort): Use it and also keep markers.
10701
10702 2004-10-17 Richard M. Stallman <rms@gnu.org>
10703
10704 * paths.el (news-directory): Rename from news-path. Old name alias.
10705 (rmail-spool-directory): Use defvar.
10706 (sendmail-program): Use defcustom.
10707 (remote-shell-program): Use defcustom.
10708 (term-file-prefix): Use defvar.
10709 (abbrev-file-name): Use defvar.
10710
10711 * term.el: Add maintainer.
10712
10713 * subr.el (with-local-quit): Return nil if there's a quit.
10714 (read-passwd): Use with-local-quit. Doc fix.
10715
10716 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10717 (strokes-unload-hook): Set as a variable with add-hook.
10718
10719 * startup.el (fancy-splash-tail, normal-splash-screen):
10720 Update copyright year.
10721
10722 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10723
10724 * server.el (server-unload-hook): Set as a variable with add-hook.
10725
10726 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10727
10728 * frame.el (special-display-popup-frame):
10729 Make the buffer current as its frame is created.
10730
10731 * delsel.el (delsel-unload-hook): Set as a variable.
10732
10733 * comint.el (comint-output-filter-functions):
10734 Add comint-watch-for-password-prompt.
10735 (comint-read-noecho): Function deleted.
10736 (send-invisible): Use read-passwd.
10737
10738 * fringe.el (fringe-mode-initialize): New function.
10739 (fringe-mode): Use fringe-mode-initialize as :initialize.
10740
10741 2004-10-17 Kim F. Storm <storm@cua.dk>
10742
10743 * language/indian.el (indian-script-language-alist): Swap value and doc.
10744 (indian-font-char-index-table): Doc fix.
10745
10746 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10747
10748 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10749
10750 2004-10-16 Juri Linkov <juri@jurta.org>
10751
10752 * progmodes/compile.el (compilation-start): Move let-binding of
10753 `process-environment' into `with-current-buffer' body.
10754 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10755
10756 2004-10-16 Richard M. Stallman <rms@gnu.org>
10757
10758 * pcvs-util.el (cvs-bury-buffer):
10759 Don't call get-buffer-window for effect.
10760
10761 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10762
10763 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10764
10765 * msb.el (msb-unload-hook): Set the variable.
10766
10767 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10768 Use * to err if buffer is readonly.
10769
10770 * subr.el (looking-back): Return only t or nil.
10771
10772 * whitespace.el (whitespace-unload-hook): Set the variable.
10773
10774 * view.el (view-mode-enable): Set view-page-size and
10775 view-half-page-size to nil.
10776 (view-set-half-page-size-default): view-half-page-size = nil
10777 means the default.
10778 (View-scroll-page-forward): Use view-page-size-default.
10779 (View-scroll-page-backward): Likewise.
10780 (view-page-size, view-half-page-size): Doc fixes.
10781
10782 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10783
10784 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10785
10786 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10787 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10788 (byte-compile-log-1): Bind inhibit-read-only.
10789 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10790 (byte-compile-log-warning): Likewise.
10791 (byte-compile-file-form-require): Detect "cl" from the arg value.
10792
10793 * progmodes/compile.el (compilation-start): Assume compilation-mode
10794 will make the buffer read-only.
10795 (compilation-mode): Take arg name-of-mode.
10796 (compilation-setup): Make buffer read-only.
10797 (compilation-handle-exit): Bind inhibit-read-only.
10798
10799 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10800 (ispell-message): Likewise.
10801 (ispell-show-choices): Don't call get-buffer-window uselessly.
10802 (ispell-init-process): Use set-process-query-on-exit-flag.
10803
10804 2004-10-16 Kim F. Storm <storm@cua.dk>
10805
10806 * fringe.el (fringe-bitmaps): Only initialize when defined.
10807
10808 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10809 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10810
10811 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10812
10813 2004-10-15 Simon Josefsson <jas@extundo.com>
10814
10815 * net/password.el: Add.
10816
10817 2004-10-14 Masatake YAMATO <jet@gyve.org>
10818
10819 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10820 (gdb-script-end-of-defun): New function.
10821 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10822 `gdb-script-end-of-defun' as *-of-defun-function.
10823
10824 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10825
10826 * button.el (button-activate): Allow a marker to display as an action.
10827
10828 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10829
10830 * help.el (describe-mode): Use it to make minor mode list into
10831 hyperlinks.
10832
10833 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10834
10835 * vc.el (vc-annotate-display-select): Fix typo.
10836
10837 * subr.el (substitute-key-definition-key): New function.
10838 (substitute-key-definition): Use it with map-keymap.
10839 (event-modifiers): Use push.
10840 (mouse-movement-p, with-temp-buffer): Simplify.
10841
10842 2004-10-12 Jay Belanger <belanger@truman.edu>
10843
10844 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10845 New variables.
10846 (calc-help-index-entries): New function.
10847 (calc-describe-function): Use `calc-help-function-list' instead of
10848 obarray for completion.
10849 (calc-describe-variable): Use `calc-help-variable-list' instead
10850 of obarray for completion.
10851
10852 2004-10-12 Richard M. Stallman <rms@gnu.org>
10853
10854 * info-look.el (info-lookup-file): Add info-file property.
10855 (info-lookup-symbol): Likewise.
10856
10857 * info.el (info-xref): Add underlining.
10858 (info): Add info-file property.
10859 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10860
10861 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10862
10863 Sync with Tramp 2.0.45.
10864
10865 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10866 defined. This is not the case for XEmacs without package "edebug".
10867 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10868 remote files to the permissions of the original file. This is not
10869 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10870 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10871 (tramp-perl-decode): Fix an error in Perl implementation.
10872 $pending must be cleared every loop. Reported by Benjamin Place
10873 <benjaminplace@sprintmail.com>
10874
10875 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10876 Don't activate advice during definition. This is done later on,
10877 depending on test result of `substitute-in-file-name'.
10878 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10879
10880 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10883
10884 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10885
10886 2004-10-12 David Ponce <david@dponce.com>
10887
10888 * recentf.el (recentf-edit-list): Update the menu when the recentf
10889 list has been modified.
10890
10891 2004-10-12 Simon Josefsson <jas@extundo.com>
10892
10893 * net/tls.el (tls-certtool-program): New variable.
10894 (tls-certificate-information): New function, based on
10895 ssl-certificate-information.
10896
10897 2004-10-12 Kenichi Handa <handa@m17n.org>
10898
10899 * international/mule.el (coding-system-equal): Move from mule-util.el.
10900
10901 * international/mule-util.el (coding-system-equal): Move to mule.el.
10902
10903 2004-10-12 Kim F. Storm <storm@cua.dk>
10904
10905 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10906 reset kmacro-initial-counter-value if set.
10907 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10908 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10909 (kmacro-display): Show macro counter if non-zero.
10910
10911 * subr.el (substitute-key-definition): Mention command remapping
10912 in doc string.
10913
10914 2004-10-11 Jay Belanger <belanger@truman.edu>
10915
10916 * calc/calc-misc.el (calc-info-goto-node): New function.
10917 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10918 node in one step.
10919 (calc-describe-copying, calc-describe-distribution)
10920 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10921 Go to appropriate info node in one step.
10922
10923 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10924
10925 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10926
10927 * font-lock.el (font-lock-apply-highlight): Fix last change.
10928
10929 2004-10-11 Simon Josefsson <jas@extundo.com>
10930
10931 * mail/smtpmail.el (smtpmail-open-stream): Look for
10932 starttls-gnutls-program instead of starttls-program iff
10933 starttls-use-gnutls is non-nil.
10934 (smtpmail-open-stream): Don't overwrite user settings of
10935 starttls-extra-arguments and starttls-extra-args.
10936
10937 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * comint.el (comint-mouse-insert-input): Remove.
10940 (comint-insert-input): Make it work for mouse bindings.
10941 (comint-mode-map): Move defs into the declaration.
10942 (comint-output-filter): Typo.
10943
10944 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10945
10946 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10947
10948 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10949 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10950 ange-ftp-remote-shell.
10951
10952 2004-10-10 Andreas Schwab <schwab@suse.de>
10953
10954 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10955 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10956 Reported by <sri@asu.edu>.
10957
10958 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10959
10960 * vc.el (vc-annotate-mode): Remove variable.
10961 (vc-annotate-display-select): Only call vc-annotate-mode
10962 if we're not in that mode already.
10963
10964 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10967 (imenu-choose-buffer-index): Check here for rescan instead.
10968
10969 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10970 where the face expression evals to nil.
10971
10972 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10973 (tex-font-lock-keywords-2): Use it.
10974 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10975
10976 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10977
10978 2004-10-09 Kim F. Storm <storm@cua.dk>
10979
10980 * subr.el (progress-reporter-update): Define before first usage.
10981 (make-progress-reporter): Doc fix.
10982
10983 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10984
10985 * textmodes/paragraphs.el (sentence-end-double-space)
10986 (sentence-end-without-period, sentence-end-without-space)
10987 (sentence-end): Doc fixes.
10988
10989 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10990
10991 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10992 Change paragraph-start regexp so we don't fill code starting with #'(.
10993
10994 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
10995
10996 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10997 New defcustom.
10998 (extract-address-components): Use it.
10999
11000 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11001
11002 * subr.el (make-progress-reporter, progress-reporter-update)
11003 (progress-reporter-force-update, progress-reporter-do-update)
11004 (progress-reporter-done): New functions.
11005
11006 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11007
11008 * progmodes/etags.el (etags-tags-completion-table): Use progress
11009 reporter.
11010 (etags-tags-apropos): Likewise.
11011
11012 2004-10-08 Alan Mackenzie <acm@muc.de>
11013
11014 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11015 of current line.
11016
11017 2004-10-08 Masatake YAMATO <jet@gyve.org>
11018
11019 * server.el (server-process-filter): Wrap `process-send-region'
11020 by `condition-case' to guard the case when the pipe to PROC is closed.
11021
11022 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11023
11024 * xml.el (xml-substitute-special): Limit handling of external entities.
11025
11026 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11027
11028 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11029
11030 2004-10-06 John Paul Wallington <jpw@gnu.org>
11031
11032 * xml.el (xml-parse-dtd): Fix `error' call.
11033
11034 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11035
11036 * xml.el (xml-substitute-special): Return a single string instead
11037 of a list of strings if an entity substitution is made.
11038
11039 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11040
11041 * calendar/icalendar.el: New file.
11042
11043 2004-10-05 Juri Linkov <juri@jurta.org>
11044
11045 * isearch.el (isearch-done): Set mark after running hook.
11046 Reported by Drew Adams <drew.adams@oracle.com>.
11047
11048 * info.el (Info-history, Info-toc): Fix Info headers.
11049 (Info-toc): Narrow buffer before Info-fontify-node.
11050 (Info-build-toc): Don't check for special Info file names.
11051 Set main-file to nil if Info-find-file returns a symbol.
11052
11053 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11054
11055 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11056 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11057 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11058
11059 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11060
11061 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11062 for old interactive spec from calendar-goto-iso-date.
11063 (calendar-goto-iso-date): Use it.
11064 (calendar-goto-iso-week): New function. Suggested by Emilio
11065 C. Lopes <eclig@gmx.net>.
11066
11067 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11068
11069 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11070 `set-right-margin' bindings that follow the minor mode conventions.
11071
11072 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11075 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11076 (latex-block-args-alist): Add minipage and picture.
11077 (latex-block-body-alist): Use reftex-label if enabled.
11078 (latex-insert-block): Don't insert a \n if not necessary.
11079 (tex-compile-commands): Make sure dvips doesn't send to printer.
11080 (tex-compile-default): Handle the case where no executable is found.
11081 (latex-noindent-environments): New var.
11082 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11083 If tex-indent-allhanging is non-nil, make sure we only align for macros
11084 at beginning of line.
11085
11086 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11087
11088 * newcomment.el (comment-beginning): Doc fix and don't choke on
11089 unset `comment-end-skip' when at beginning of comment.
11090
11091 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11092
11093 * term.el (term-adjust-current-row-cache): Don't allow the current
11094 row to become negative.
11095 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11096 the end of the line. Fix scroll down. Add comments.
11097 (term-handle-ansi-escape): Don't exceed terminal width when moving
11098 right.
11099 (term-scroll-region): Move the cursor after setting the scroll region.
11100
11101 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11102
11103 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11104 to `width' for consistency with docstring. Doc fix.
11105
11106 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11107
11108 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11109 This is necessary for derived modes.
11110
11111 2004-09-30 Kim F. Storm <storm@cua.dk>
11112
11113 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11114 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11115
11116 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11117 kmacro-extract-lambda functions.
11118 (edit-kbd-macro): Handle kmacro lambda forms.
11119 Include counter and counter format in edit buffer.
11120 (edmacro-finish-edit): Get counter and format from edit buffer and
11121 update kmacro bindings when found.
11122
11123 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11124
11125 * textmodes/paragraphs.el (forward-paragraph):
11126 Avoid args-out-of-range error when point winds up at the beginning of
11127 the buffer and hard newlines are enabled.
11128
11129 * newcomment.el (comment-multi-line): Doc fix.
11130
11131 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11134 (diff-fixup-modifs): Catch unified-diff file-headers.
11135
11136 2004-09-29 Kim F. Storm <storm@cua.dk>
11137
11138 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11139 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11140 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11141
11142 * fringe.el (fringe-bitmap-p): New macro.
11143 (fringe-bitmaps): Add standard fringe bitmaps on load.
11144
11145 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11146
11147 * dired.el (dired-view-command-alist): Use more efficient regexps.
11148 Remove dubious arguments.
11149 (dired-align-file): New function.
11150 (dired-insert-directory): Use it.
11151 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11152 (dired-buffers-for-dir): Remove unused var `pattern'.
11153
11154 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11155
11156 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11157 from diary display excursion. Store diary buffer's point for
11158 `simple-diary-display'.
11159 (simple-diary-display): Set window point and start when
11160 displaying buffer, to preserve point.
11161
11162 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11163
11164 * textmodes/enriched.el (enriched-translations): Replace defconst
11165 with defvar.
11166
11167 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11168
11169 * printing.el: Doc fix.
11170 (pr-version): New version number (6.8.1).
11171 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11172 make-temp-name.
11173 (pr-delete-file): Check if file exists before deleting it.
11174 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11175
11176 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11177
11178 * term.el (term-display-table): New variable.
11179 (term-mode): Use it.
11180 (term-exec-1): Set the coding system to binary.
11181 (term-emulate-terminal): Decode the string before inserting it.
11182
11183 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11184
11185 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11186 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11187 (map): Bind S-prior, S-next and S-insert.
11188 (term-mode): Set `indent-tabs-mode' to nil.
11189 (term-paste): New function to be bound to S-insert.
11190 (term-send-del, term-send-backspace): Change the strings sent.
11191 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11192 (term-handle-colors-array): Fix handling of underline and reverse.
11193 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11194 (term-erase-in-line): Fix comparison.
11195 (term-emulate-terminal): Fix line wrap handling.
11196 (term-start-output-log): Rename from `term-set-output-log'.
11197 (term-stop-output-log): Rename from `term-stop-photo'.
11198 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11199
11200 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11201
11202 * dired.el (dired-move-to-filename): Don't output a message if
11203 raise-error is non-nil. Fix return position and value.
11204
11205 * files.el (insert-directory): Obey --dired even with symlinks.
11206
11207 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11208
11209 * ls-lisp.el (ls-lisp-format): Mark file names with property
11210 dired-filename.
11211
11212 2004-09-25 Kim F. Storm <storm@cua.dk>
11213
11214 * ido.el (ido-max-directory-size): New defcustom.
11215 (ido-decorations): Add "too big" element.
11216 (ido-directory-too-big): New dynamic var.
11217 (ido-may-cache-directory): Don't cache big directories.
11218 (ido-directory-too-big-p): New defun.
11219 (ido-set-current-directory): Update ido-directory-too-big.
11220 (ido-read-internal): Make empty ido-cur-item if too-big.
11221 (ido-buffer-internal): Use ido-read-internal directly instead of
11222 ido-read-buffer.
11223 (ido-file-internal): Init ido-directory-too-big.
11224 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11225 and redo completion with full list.
11226 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11227 it, and show completions.
11228 (ido-all-completions): Let bind ido-directory-too-big to nil.
11229 (ido-exhibit): Handle ido-directory-too-big.
11230 (ido-read-buffer): Handle fallback to read-buffer.
11231 Init ido-directory-too-big.
11232 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11233 Init ido-directory-too-big.
11234
11235 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11236
11237 * subr.el (delay-mode-hooks): Doc fix.
11238
11239 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11240
11241 * textmodes/enriched.el
11242 (enriched-default-text-properties-local-flag): New variable.
11243 (enriched-mode): Make sure that enabling and disabling the mode is
11244 a no-op. Doc fix.
11245
11246 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11247
11248 * calendar/holidays.el (holiday-advent): Report on a specified day
11249 offset from advent, not just advent.
11250 (holiday-easter-etc): Report on one specified day offset from
11251 easter, not all easter holidays. Various Easter holidays moved to
11252 `christian-holidays' variable in calendar.el.
11253 * calendar/calendar.el (christian-holidays): Adapt for new
11254 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11255
11256 2004-09-23 Kim F. Storm <storm@cua.dk>
11257
11258 * image.el (insert-sliced-image): Add doc string.
11259
11260 * ido.el (ido-choice-list): New dynamic var for `list' context.
11261 (ido-context-switch-command): New dynamic var.
11262 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11263 (ido-read-internal): Handle new `list' context.
11264 Handle insert-buffer and insert-file ido-exit values.
11265 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11266 ido-context-switch-command. Handle insert-file ido-exit value.
11267 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11268 unless it is already bound by caller.
11269 (ido-file-internal): New arg switch-cmd. Use it to setup
11270 ido-context-switch-command. Handle insert-buffer ido-exit value.
11271 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11272 used for context switching.
11273 (ido-all-completions): Handle new `list' context.
11274 (ido-make-choice-list): Return choices for `list' context.
11275 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11276 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11277 (ido-insert-buffer, ido-insert-file): Setup context switching.
11278 (ido-exhibit): Handle `list' context.
11279 (ido-read-file-name): Disable context switching. Handle fallback.
11280 (ido-read-directory-name): Disable context switching.
11281 (ido-completing-read): New defun like completing-read. Setup and
11282 use new `list' context.
11283
11284 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11285
11286 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11287
11288 2004-09-21 Jay Belanger <belanger@truman.edu>
11289
11290 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11291 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11292 separate window.
11293
11294 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11295
11296 * subr.el (after-change-major-mode-hook): Doc fix.
11297
11298 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11299
11300 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11301 of ghostscript for monochrome PostScript file in Windows.
11302
11303 2004-09-21 Kenichi Handa <handa@m17n.org>
11304
11305 * descr-text.el (describe-char): Checking of quail activation fixed.
11306
11307 2004-09-21 Jay Belanger <belanger@truman.edu>
11308
11309 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11310
11311 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11312
11313 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11314 after the mode hooks instead of before. Doc fix.
11315
11316 2004-09-20 Jason Rumney <jasonr@gnu.org>
11317
11318 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11319 _emacs, but revert to .emacs if neither exists in home directory.
11320
11321 2004-09-20 John Paul Wallington <jpw@gnu.org>
11322
11323 * bindings.el (completion-ignored-extensions): Add .dfsl.
11324
11325 2004-09-20 Richard M. Stallman <rms@gnu.org>
11326
11327 * bindings.el (scroll-left): Make it disabled.
11328
11329 * files.el (enable-local-eval): Doc fix.
11330
11331 * indent.el (move-to-left-margin): Special case for minibuffer.
11332
11333 * term.el (term-emulate-terminal): Turn off undo for output.
11334 Use with-current-buffer and save-selected-window.
11335
11336 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11337
11338 * progmodes/make-mode.el (makefile-fill-paragraph):
11339 Don't insist on spaces when looking for comments. # is enough.
11340
11341 * files.el (hack-local-variables): Copy the variables list
11342 to another buffer, strip prefixes and suffixes there, then read.
11343 (enable-local-eval): Doc fix.
11344 (ignored-local-variables): Initialize to nil.
11345 (risky-local-variable-p): Don't check ignored-local-variables here.
11346 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11347
11348 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11349
11350 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11351 of = to "." (punctuation).
11352
11353 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11356
11357 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11358
11359 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11360 (enriched-before-change-major-mode): New function.
11361 Add it to `change-major-mode-hook'.
11362 (enriched-after-change-major-mode): New function.
11363 Add it to `after-change-major-mode-hook'.
11364 (enriched-mode): Make it work correctly if called from
11365 `after-change-major-mode-hook'.
11366 No longer set `indent-line-function'.
11367
11368 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11369
11370 * subr.el (after-change-major-mode-hook): New variable.
11371 (run-mode-hooks): Implement it.
11372
11373 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11374
11375 * battery.el (battery-linux-proc-apm): Use string-to-number.
11376 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11377 Use dolist (and less indentation). Use erase-buffer.
11378 Pre-initialize `design-capacity', `warn', and `low'.
11379 (battery-format): Use replace-regexp-in-string.
11380
11381 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11382
11383 * battery.el: Delete superfluous empty lines.
11384 (battery-linux-proc-acpi): Attempt to gather information from all
11385 battery subdirectories regardless of their file name.
11386 (battery-linux-proc-apm): Replace all occurrences of
11387 battery-hex-to-int-2 with string-to-int (base 16).
11388 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11389 (battery-hex-map): Delete variable.
11390
11391 2004-09-18 John Paul Wallington <jpw@gnu.org>
11392
11393 * calc/calc-units.el (calc-quick-units): Fix overzealous
11394 s/or/unless/.
11395
11396 2004-09-17 Jay Belanger <belanger@truman.edu>
11397
11398 * calc/calc.el (calc-mode-var-list): Fix the value of
11399 `calc-matrix-brackets'.
11400
11401 2004-09-17 Romain Francoise <romain@orebokech.com>
11402
11403 * ibuf-ext.el (define-ibuffer-filter filename):
11404 Expand dired-directory since buffer-file-name is absolute.
11405
11406 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11407
11408 * ediff-init.el (ediff-current-diff-face-A)
11409 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11410 (ediff-current-diff-face-Ancestor)
11411 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11412 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11413 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11414 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11415 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11416 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11417 Use min-colors.
11418
11419 * term.el (term-down): Perform vertical motion if DOWN is negative.
11420 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11421 (term-termcap-format): Synchronyze with the eterm terminfo entry
11422 in etc/e/eterm.ti.
11423 (term-handle-colors-array): If the current foreground or
11424 background are zero (i.e. unspecified), use the foreground and
11425 background of the default face for reverse video.
11426 (term-ansi-at-eval-string, term-ansi-default-fg)
11427 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11428 (term-mem): Delete ununsed function.
11429 (term-protocol-version): Increment.
11430 (term-current-face): Set to default.
11431
11432 2004-09-15 Jay Belanger <belanger@truman.edu>
11433
11434 * calc/calc.el (calc-mode-var-list): Define this variable.
11435 (calc-always-load-extensions, calc-line-numbering)
11436 (calc-line-breaking, calc-display-just, calc-display-origin)
11437 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11438 (calc-group-char, calc-point-char, calc-frac-format)
11439 (calc-prefer-frac, calc-hms-format, calc-date-format)
11440 (calc-float-format, calc-full-float-format, calc-complex-format)
11441 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11442 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11443 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11444 (calc-matrix-brackets, calc-language, calc-language-option)
11445 (calc-left-label, calc-right-label, calc-word-size)
11446 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11447 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11448 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11449 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11450 (calc-window-height, calc-display-trail, calc-show-selections)
11451 (calc-use-selections, calc-assoc-selections)
11452 (calc-display-working-message, calc-auto-why, calc-timing)
11453 (calc-mode-save-mode, calc-standard-date-formats)
11454 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11455 (calc-user-parse-tables, calc-gnuplot-default-device)
11456 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11457 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11458 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11459 (calc-invocation-macro, calc-show-banner): Give these values as
11460 part of `calc-mode-var-list's initialization after the variables
11461 are declared with defvar.
11462 (calc-bug-address): Change email address to send bug reports to.
11463 Change the maintainer address at the top.
11464 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11465 than "\\.emacs" to determine if it is the user-init-file.
11466
11467 * calc/calc-embed.el (calc-embedded-set-modes): Use
11468 `calc-mode-var-list' correctly.
11469
11470 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11471
11472 * vc.el (annotate-time): Document point handling.
11473 (vc-annotate-display-autoscale): Doc fix.
11474
11475 2004-09-15 Miles Bader <miles@gnu.org>
11476
11477 * generic.el (generic-make-keywords-list): Use symbol rather than
11478 word anchors in regexp.
11479
11480 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11481
11482 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11483 no file name consider `dired-directory'.
11484
11485 2004-09-14 Kim F. Storm <storm@cua.dk>
11486
11487 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11488
11489 2004-09-14 Simon Josefsson <jas@extundo.com>
11490
11491 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11492
11493 * textmodes/dns-mode.el: Add.
11494
11495 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11496
11497 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11498 (disabled-command-function): Make the ?\ char more obvious.
11499
11500 * vc-arch.el (vc-arch-root, vc-arch-registered):
11501 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11502
11503 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11504
11505 * windmove.el (windmove-frame-edges): Report coordinates of
11506 outside edges of frame, not inside edges.
11507 (windmove-coordinates-of-position): Convert into wrapper to new
11508 function `windmove-coordinates-of-window-position';
11509 `compute-motion' always applies to selected window.
11510 (windmove-coordinates-of-position): Update documentation to refer
11511 to Emacs 21 Lisp Reference Manual.
11512 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11513
11514 2004-09-13 Kim F. Storm <storm@cua.dk>
11515
11516 * isearch.el (isearch-resume-in-command-history): Rename from
11517 isearch-resume-enabled and change default to nil.
11518
11519 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11522 (vc-registered): Use it.
11523 (vc-find-root): New fun.
11524
11525 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11526 Don't tell to use \\{...} when it's already done.
11527
11528 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11529 Provide a sample complex default.
11530 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11531 (bibtex-entry): Use mapc.
11532
11533 2004-09-12 Kim F. Storm <storm@cua.dk>
11534
11535 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11536
11537 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11538 inhibit-field-text-motion to t so rectangles work in comint buffers.
11539
11540 * simple.el (choose-completion-string): Set buffer before running
11541 choose-completion-string-functions hook so it can be buffer-local.
11542
11543 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11544
11545 * progmodes/compile.el (compilation-start): Parse command to see
11546 if it starts with a cd, and if so perform it for the *compilation*
11547 buffer. Change the header to reflect this.
11548
11549 2004-09-11 Kim F. Storm <storm@cua.dk>
11550
11551 * ido.el (ido-enable-dot-prefix): Doc fix.
11552 (ido-enable-dot-prefix): New defcustom.
11553 (ido-set-matches1): Use it.
11554
11555 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * textmodes/bibtex.el (bibtex-mark-active)
11558 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11559
11560 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11561
11562 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11563 used in a case insensitive environment.
11564 (bibtex-mode-map): Rearrange order of menus.
11565 (bibtex-quoted-string-re): Obsolete.
11566 (bibtex-complete-key-cleanup): Variable replaced by new function.
11567 (bibtex-font-lock-keywords): Use backquotes.
11568 (bibtex-font-lock-url-regexp): New internal variable.
11569 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11570 "OPT" and "ALT".
11571 (bibtex-insert-current-kill, bibtex-make-field)
11572 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11573 (bibtex-parse-field-text): Simplify.
11574 (bibtex-string=): New helper function.
11575 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11576 (bibtex-map-entries): Use bibtex-string=.
11577 (bibtex-search-entry): Use not.
11578 (bibtex-enclosing-field): Fix docstring.
11579 (bibtex-assoc-regexp): Obsolete.
11580 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11581 (bibtex-autokey-get-names): Handle empty name field.
11582 (bibtex-parse-strings): Use assoc-string and unless.
11583 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11584 Use assoc-string.
11585 (bibtex-pop): Simplify.
11586 (bibtex-mode): Set font-lock-extra-managed-props.
11587 (bibtex-entry-update): Use assoc-string.
11588 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11589 (bibtex-autofill-entry): Use bibtex-string=.
11590 (bibtex-print-help-message): Simplify.
11591 (bibtex-find-entry): New optional arg START.
11592 (bibtex-validate): Use bibtex-string= and assoc-string.
11593 Do not call obsolete function compilation-parse-errors.
11594 (bibtex-remove-delimiters): Only remove delimiters if present.
11595 (bibtex-copy-entry-as-kill): Add docstring.
11596 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11597 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11598 (bibtex-complete): Use bibtex-predefined-month-strings,
11599 bibtex-string=, and new function bibtex-complete-key-cleanup.
11600 (bibtex-generate-url-list): New variable.
11601 (bibtex-url): New command bound to C-c C-l and mouse-2.
11602 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11603 (bibtex-font-lock-url): New function.
11604
11605 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11608
11609 2004-09-09 Kim F. Storm <storm@cua.dk>
11610
11611 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11612 counter and format with binding.
11613 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11614 the declared macro uses own macro counter and format. Give symbol
11615 kmacro property.
11616 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11617 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11618 (kmacro-end-and-call-macro): Doc fix.
11619
11620 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11621
11622 * desktop.el (desktop-clear-preserve-buffers):
11623 Remove make-obsolete-variable.
11624
11625 2004-09-08 Richard M. Stallman <rms@gnu.org>
11626
11627 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11628 with the buffer as argument.
11629
11630 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11633
11634 2004-09-08 Juri Linkov <juri@jurta.org>
11635
11636 * replace.el (perform-replace): Use `query-replace-descr'.
11637
11638 * cus-start.el (history-delete-duplicates): Specify customization.
11639
11640 * diff-mode.el (diff-mode-map):
11641 * progmodes/compile.el (compilation-mode-map):
11642 * progmodes/grep.el (grep-mode-map):
11643 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11644 to `next-error-follow-minor-mode'.
11645
11646 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11647
11648 * isearch.el (isearch-lazy-highlight-update): Take into account
11649 the case of zero-length match at the search bound.
11650
11651 2004-09-08 Kim F. Storm <storm@cua.dk>
11652
11653 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11654 change. Use zero width overlays when necessary.
11655
11656 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11657
11658 * subr.el (split-string): Docfix.
11659
11660 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11661
11662 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11663 (display-call-tree): Ensure newline after caller/calls blocks.
11664
11665 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11666
11667 * startup.el (command-line-1): Make option
11668 --directory/-L modify `load-path' straight away.
11669
11670 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11671
11672 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11673
11674 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11675
11676 * emacs-lisp/autoload.el (make-autoload):
11677 Handle `define-compilation-mode'.
11678
11679 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11680 Specify `doc-string-elt' property.
11681
11682 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11683
11684 * bs.el (bs-mode): Doc fix.
11685
11686 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11687
11688 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11689
11690 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11691
11692 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11693
11694 2004-09-08 Kenichi Handa <handa@m17n.org>
11695
11696 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11697 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11698 ps-mule-next-point -> 1+).
11699
11700 * composite.el (encode-composition-rule): Add autoload cooky.
11701
11702 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11703
11704 * format.el (buffer-auto-save-file-format): Make it permanent local.
11705
11706 2004-09-07 Kim F. Storm <storm@cua.dk>
11707
11708 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11709 (authors-fixed-entries): Fix typo.
11710 (authors-canonical-author-name): Compact multiple spaces.
11711 Ignore trivial names (e.g. only first name).
11712
11713 * term.el (term-window-width): Only use full window width on
11714 window system if overflow-newline-into-fringe is enabled.
11715 (term-mode): Don't disable overflow-newline-into-fringe.
11716
11717 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11720 motion as seen on my Mac OS X xterms.
11721
11722 * newcomment.el (uncomment-region-default, comment-region-default):
11723 New functions extracted from uncomment-region and comment-region.
11724 (comment-region, comment-region-function, uncomment-region)
11725 (uncomment-region-function): Use them.
11726
11727 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11728
11729 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11730 It's not crucial but can make sense at times.
11731
11732 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11733 the first commit.
11734
11735 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11736 Disable obsolete code.
11737
11738 2004-09-07 Juri Linkov <juri@jurta.org>
11739
11740 * progmodes/grep.el (grep-highlight-matches): Change default from
11741 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11742 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11743 if grep option `--color' is available, or to `nil' otherwise.
11744 (grep-process-setup): Call `grep-compute-defaults' if
11745 `grep-highlight-matches' is not computed. Set env-vars only
11746 if `grep-highlight-matches' is `t'.
11747 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11748 is already defined).
11749
11750 * progmodes/compile.el (compilation-start): Use copy of
11751 `process-environment' created by `copy-sequence' to not
11752 modify env-vars in the global `process-environment'.
11753
11754 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11755
11756 * simple.el (next-error-follow-minor-mode): Fix last change.
11757
11758 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11759
11760 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11761 permanent local.
11762
11763 2004-09-04 Richard M. Stallman <rms@gnu.org>
11764
11765 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11766 highlighting if the search string is empty.
11767
11768 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11769
11770 * facemenu.el (facemenu-active-faces): Change condition of inner
11771 `while' loop to also check the first two elements of `face-atts'
11772 and `mask-atts'.
11773
11774 2004-09-04 John Paul Wallington <jpw@gnu.org>
11775
11776 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11777 (thumbs-view-image-mode): Make buffer read-only.
11778
11779 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11780
11781 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11782 (ispell-check-version): Set it.
11783 (ispell-send-replacement): New function.
11784 (ispell-process-line): Call ispell-send-replacement.
11785
11786 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11787
11788 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11789 Support choosing seconds with "s".
11790
11791 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11792
11793 * terminal.el (te-escape): Show `?' in prompt for help key.
11794
11795 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11796
11797 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11798
11799 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11800
11801 * simple.el (next-error-follow-minor-mode)
11802 (next-error-follow-mode-post-command-hook): New functions.
11803 (next-error-follow-last-line): New defvar.
11804
11805 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11806 * progmodes/compile.el (compilation-mode-map): Likewise.
11807 * progmodes/grep.el (grep-mode-map): Likewise.
11808 * replace.el (occur-mode-map): Likewise.
11809
11810 * newcomment.el (uncomment-region): Bind comment-use-global-state
11811 to nil.
11812
11813 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11814
11815 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11816 locally around the call to `revert-buffer'.
11817
11818 2004-09-03 Juri Linkov <juri@jurta.org>
11819
11820 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11821 `isearch-adjusted' to `t'.
11822 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11823 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11824 (isearch-other-meta-char): Restore isearch-point unconditionally.
11825 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11826 Set point to start of match if region is not active in transient
11827 mark mode (to include the current match to region boundaries).
11828 Push the search string to `query-replace-from-history-variable'.
11829 Add prompt "Query replace regexp" for isearch-regexp.
11830 Add region beginning/end as last arguments of `perform-replace.'
11831 (isearch-query-replace-regexp): Replace code by the call to
11832 `isearch-query-replace' with arg `t'.
11833
11834 2004-09-03 Richard M. Stallman <rms@gnu.org>
11835
11836 * startup.el (normal-top-level): Undo previous TERM change.
11837
11838 2004-09-03 Kim F. Storm <storm@cua.dk>
11839
11840 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11841 highlight overlays; allow using RET when cursor is over a button.
11842 (cua--highlight-rectangle): Use it.
11843 (cua--rectangle-set-corners): Don't move backwards at eol.
11844 (cua--forward-line): Don't move into void after eob.
11845
11846 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11847 point is set (and displayed) inside rectangle.
11848 (cua--rectangle-operation): Fix for highlight of empty lines.
11849 (cua--highlight-rectangle): Fix highlight for tabs.
11850 Position cursor at left/right edge of rectangle using new `cursor'
11851 property on overlay strings.
11852 (cua--indent-rectangle): Don't tabify.
11853 (cua-rotate-rectangle): Ignore that point has moved.
11854
11855 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11856
11857 * term/mac-win.el: Add ASCII equivalents for some function keys.
11858 (mode-line-frame-identification): Sync with x-win.el.
11859
11860 2004-09-02 Juri Linkov <juri@jurta.org>
11861
11862 * progmodes/compile.el (compilation-buffer-name): Compare major
11863 mode with second element of compilation-arguments instead of third
11864 to reflect latest changes in compilation-arguments structure.
11865 (recompile): Use global variable `compilation-directory' to get
11866 recent compilation directory only when `recompile' is invoked NOT
11867 in the compilation buffer. Otherwise, use `default-directory' of
11868 the compilation buffer.
11869 (compilation-error-properties): Allow to funcall col and end-col.
11870 (compilation-mode-font-lock-keywords): Check col and end-col by
11871 `integerp'.
11872 (compilation-goto-locus): If end-mk is non-nil in transient mark
11873 mode don't activate the mark (and don't display message in
11874 push-mark), but highlight overlay between mk and end-mk.
11875
11876 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11877 (grep-regexp-alist): Add rule to highlight grep matches.
11878 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11879
11880 * info.el (Info-fontify-node): Don't compute other-tag
11881 if Info-hide-note-references=hide.
11882
11883 * help.el (function-called-at-point):
11884 * help-fns.el (variable-at-point):
11885 Try `find-tag-default' when other methods failed.
11886
11887 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11888 Do not push mark if inhibit-mark-movement is non-nil.
11889
11890 * textmodes/ispell.el (ispell-html-skip-alists):
11891 Fix backslashes in docstring.
11892
11893 2004-09-01 Juri Linkov <juri@jurta.org>
11894
11895 * isearch.el (isearch-wrap-function)
11896 (isearch-push-state-function): New defvars.
11897 (isearch-pop-fun-state): New defsubst.
11898 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11899 (isearch-push-state): Set the result of calling
11900 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11901 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11902 restore the mode-specific starting point of terminated search.
11903 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11904 (isearch-repeat): Call `isearch-wrap-function' if defined.
11905 (isearch-message-prefix): Don't add prefix "over" to the message
11906 for wrapped search if `isearch-wrap-function' is defined.
11907 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11908 restore the mode-specific starting point of failed search.
11909
11910 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11911 (Info-search): Add new optional arguments for the sake of isearch.
11912 Replace whitespace in Info-search-whitespace-regexp literally.
11913 Add backward search. Don't call `Info-select-node' if regexp is
11914 found in the same Info node. Don't add node to Info-history for
11915 wrapped isearch.
11916 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11917 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11918 (Info-mode): Set local variables `isearch-search-fun-function',
11919 `isearch-wrap-function', `isearch-push-state-function',
11920 `search-whitespace-regexp'.
11921
11922 * isearch.el: Remove ancient Change Log section.
11923 (isearch-string, isearch-message-string, isearch-point)
11924 (isearch-success, isearch-forward-flag, isearch-other-end)
11925 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11926 (isearch-barrier, isearch-within-brackets)
11927 (isearch-case-fold-search): Add suffix `-state' to state-related
11928 defsubsts to avoid name clashes with other function names.
11929
11930 * simple.el (next-error): New defgroup and defface.
11931 (next-error-highlight, next-error-highlight-no-select):
11932 New defcustoms.
11933 (next-error-no-select): Let-bind next-error-highlight to the value
11934 of next-error-highlight-no-select before calling `next-error'.
11935
11936 * progmodes/compile.el (compilation-goto-locus):
11937 Use `next-error' face instead of `region'. Set 4-th argument of
11938 `move-overlay' to `current-buffer' to move overlay to different
11939 source buffers. Use new variable `next-error-highlight'.
11940
11941 * simple.el (next-error-find-buffer): Move the rule
11942 "if current buffer is a next-error capable buffer" after the
11943 rule "if next-error-last-buffer is set to a live buffer".
11944 Simplify to test all rules in one `or'.
11945 (next-error): Doc fix.
11946 (next-error, previous-error, first-error)
11947 (next-error-no-select, previous-error-no-select):
11948 Make arguments optional.
11949
11950 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * macros.el (apply-macro-to-region-lines): Make it operate on all
11953 lines that begin in the region, rather than on all complete lines
11954 in the region.
11955
11956 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11957
11958 * x-dnd.el (x-dnd-protocol-alist): Document update.
11959 (x-dnd-known-types): Defcustom it.
11960 (x-dnd-handle-motif): Print message-atom in error message.
11961
11962 2004-08-30 John Paul Wallington <jpw@gnu.org>
11963
11964 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11965 strings rather than programatically constructing message.
11966
11967 2004-08-30 Richard M. Stallman <rms@gnu.org>
11968
11969 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11970 Don't return a string that would read as the wrong character code.
11971
11972 2004-08-29 Kim F. Storm <storm@cua.dk>
11973
11974 * emulation/cua-base.el (cua-auto-expand-rectangles):
11975 Remove automatic rectangle padding feature; replace by non-destructive
11976 virtual rectangle edges feature.
11977 (cua-virtual-rectangle-edges): New defcustom.
11978 (cua-auto-tabify-rectangles): New defcustom.
11979 (cua-paste): If paste into a marked rectangle, insert rectangle at
11980 current column, even if virtual; also paste exactly as many lines
11981 as has been marked (ignore additional lines or add empty lines),
11982 but paste whole source if only one line is marked.
11983 (cua--update-indications): No longer use overwrite-cursor to
11984 indicate rectangle padding
11985
11986 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11987 (cua--rectangle-virtual-edges): New defun.
11988 (cua--rectangle-get-corners): Remove optional PAD arg.
11989 (cua--rectangle-set-corners): Never do padding.
11990 (cua--forward-line): Remove optional PAD arg. Simplify.
11991 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11992 (cua-resize-rectangle-down, cua-resize-rectangle-up):
11993 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11994 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11995 (cua--rectangle-move): Never do padding. Simplify.
11996 (cua--tabify-start): New defun.
11997 (cua--rectangle-operation): Add tabify arg. All callers changed.
11998 (cua--pad-rectangle): Remove.
11999 (cua--delete-rectangle): Handle delete with virtual edges.
12000 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12001 (cua--insert-rectangle): Handle insert at virtual column.
12002 Perform auto-tabify if necessary.
12003 (cua--activate-rectangle): Remove optional FORCE arg.
12004 Never do padding. Simplify.
12005 (cua--highlight-rectangle): Enhance for virtual edges.
12006 (cua-toggle-rectangle-padding): Remove command.
12007 (cua-toggle-rectangle-virtual-edges): New command.
12008 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12009 (cua--rectangle-post-command): Don't force rectangle padding.
12010 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12011
12012 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12013
12014 * indent.el (edit-tab-stops-buffer): Doc fix.
12015
12016 2004-08-28 Richard M. Stallman <rms@gnu.org>
12017
12018 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12019 (grep-tag-default): Function deleted.
12020
12021 * subr.el (find-tag-default): Move from etags.el.
12022
12023 * progmodes/etags.el (find-tag-default): Move to subr.el.
12024
12025 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12026 into the basic character if it has an uppercase form.
12027
12028 2004-08-27 Kenichi Handa <handa@m17n.org>
12029
12030 * international/utf-8.el (utf-8-post-read-conversion): If the
12031 buffer is unibyte, temporarily make it multibyte.
12032
12033 2004-08-27 Masatake YAMATO <jet@gyve.org>
12034
12035 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12036
12037 2004-08-25 John Paul Wallington <jpw@gnu.org>
12038
12039 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12040 0, 1, and many mismatches in message.
12041 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12042
12043 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12044 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12045
12046 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12049 vc-diff-switches differently.
12050
12051 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12052
12053 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12054 before and a real defvar after
12055 `speedbar-supported-extension-expressions'. This is to silence
12056 the compiler without breaking bootstrapping.
12057
12058 2004-08-22 Richard M. Stallman <rms@gnu.org>
12059
12060 * textmodes/flyspell.el (flyspell-word):
12061 Use set-process-query-on-exit-flag.
12062 (flyspell-highlight-duplicate-region): Take POSS as arg.
12063 (flyspell-word): Pass POSS as arg.
12064
12065 * progmodes/ada-xref.el: Many doc and style fixes.
12066 (ada-find-any-references): Use compilation-start.
12067 (ada-get-ali-file-name): Improve error msg.
12068 (ada-get-ada-file-name): Likewise.
12069
12070 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12071 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12072
12073 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12074 Add forward defvar.
12075
12076 * whitespace.el (global-whitespace-mode): New alias
12077 for whitespace-global-mode.
12078
12079 * speedbar.el (speedbar-file-regexp): Move definition up.
12080 (speedbar-mode, speedbar-set-mode-line-format):
12081 Use with-no-warnings.
12082 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12083
12084 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12085 controls whether to display the error buffer.
12086
12087 * ps-mule.el: Delete compatibility code for old Emacses.
12088 (ps-mule-find-wrappoint): Don't use chars-in-region.
12089
12090 * frame.el (display-mouse-p, display-selections-p):
12091 Use with-no-warnings.
12092
12093 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12094
12095 2004-08-22 David Kastrup <dak@gnu.org>
12096
12097 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12098 information.
12099
12100 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12101
12102 2004-08-22 Andreas Schwab <schwab@suse.de>
12103
12104 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12105
12106 2004-08-22 Masatake YAMATO <jet@gyve.org>
12107
12108 * cvs-status.el (cvs-status-checkout): New function.
12109 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12110
12111 2004-08-21 David Kastrup <dak@gnu.org>
12112
12113 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12114 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12115 has been converted to use hashtables, the relation `nil=none' is
12116 no longer valid, as `nil' is not a hashtable. This patch tries to
12117 reduce the number of resulting errors.
12118
12119 2004-08-21 John Paul Wallington <jpw@gnu.org>
12120
12121 * subr.el (process-kill-without-query): Made obsolete in
12122 version 21.4, not 21.5.
12123
12124 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12125 (vc-previous-comment, vc-next-comment)
12126 (vc-comment-search-reverse, vc-comment-search-forward)
12127 (vc-comment-to-change-log): Likewise.
12128
12129 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12130
12131 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12132
12133 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12134 Correct indentation of DEFMETHODS with non-standard method
12135 combinations (e.g., PROGN, MIN, MAX).
12136
12137 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12138
12139 * startup.el (normal-top-level-add-subdirs-to-load-path):
12140 Avoid unnecessarily checking system-type.
12141 (normal-top-level): Set TERM to "dumb". Simplify.
12142
12143 * avoid.el (mouse-avoidance-ignore-p): New fun.
12144 Also ignore switch-frame, select-window, double, and triple clicks.
12145 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12146 (mouse-avoidance-fancy-hook): Use it.
12147
12148 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12149
12150 * avoid.el (mouse-avoidance-nudge-mouse)
12151 (mouse-avoidance-banish-destination): Stay within the current window
12152 to avoid problems with mouse-autoselect-window.
12153
12154 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12157 the newer format of some messages in cvs-1.12.1.
12158
12159 2004-08-19 Masatake YAMATO <jet@gyve.org>
12160
12161 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12162 (elp-results-jump-to-definition-by-mouse)
12163 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12164 (elp-output-result): Use elp-output-insert-symname.
12165
12166 2004-08-18 Kenichi Handa <handa@m17n.org>
12167
12168 * language/cyrillic.el: Register koi8-r in
12169 ctext-non-standard-encodings-alist.
12170 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12171
12172 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12173
12174 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12175 that replaces 20xy with xy.
12176
12177 2004-08-17 John Paul Wallington <jpw@gnu.org>
12178
12179 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12180 (reb-force-update): Doc fix.
12181
12182 2004-08-16 Richard M. Stallman <rms@gnu.org>
12183
12184 * progmodes/which-func.el (which-func-update-1): Doc fix.
12185
12186 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12187 (sh-mode-abbrev-table): New variable.
12188
12189 * progmodes/compile.el (compilation-mode): Doc fix.
12190
12191 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12192 Don't cons a new symbol each time.
12193 (eval-last-sexp-fake-value): New variable.
12194
12195 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12196 (copyright-update-year): Detect continuation of list of years.
12197
12198 * term.el (term-default-fg-color, term-default-bg-color)
12199 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12200
12201 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12202
12203 2004-08-16 Davis Herring <herring@lanl.gov>
12204
12205 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12206 (isearch-success, isearch-forward-flag, isearch-other-end)
12207 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12208 (isearch-barrier, isearch-within-brackets)
12209 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12210
12211 2004-08-16 Kenichi Handa <handa@m17n.org>
12212
12213 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12214
12215 2004-08-15 Kenichi Handa <handa@m17n.org>
12216
12217 * term/x-win.el (x-selection-value): If utf8 was successful but
12218 ctext was not, use utf8 string.
12219
12220 2004-08-14 Davis Herring <herring@lanl.gov>
12221
12222 * isearch.el: Remove accidental changes of March 4. Fix backing
12223 up when a regexp isearch is made more general. Use symbolic
12224 accessor functions for isearch stack frames to make usage clearer.
12225 (search-whitespace-regexp): Made groups in documentation shy (as
12226 is the group in the default value).
12227 (isearch-fallback): New function, addresses problems with regexps
12228 liberalized by `\|', adds support for liberalization by `\}' (the
12229 general repetition construct), and incorporates behavior for
12230 `*'/`?'.
12231 (isearch-}-char): New command, calls `isearch-fallback' with
12232 arguments appropriate to a typed `}'.
12233 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12234 appropriately.
12235 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12236 (isearch-string, isearch-message,string, isearch-point)
12237 (isearch-success, isearch-forward-flag, isearch-other-end)
12238 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12239 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12240 New inline functions to read fields of a stack frame.
12241
12242 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12243
12244 * battery.el (battery-linux-proc-acpi): Look into battery
12245 directories matching the literal string "CMB", too (required for
12246 Linux kernel version 2.6.7).
12247
12248 2004-08-14 John Paul Wallington <jpw@gnu.org>
12249
12250 * cus-start.el (read-file-name-completion-ignore-case): Add.
12251 (blink-cursor-alist): Change version to "21.4".
12252
12253 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12254
12255 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12256
12257 * speedbar.el (speedbar-scan-subdirs): New option.
12258 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12259 dolist.
12260 (speedbar-insert-files-at-point): Take an extra argument and use
12261 it to optionally find out if a subdir is empty. Also unreadable
12262 files don't get expand buttons.
12263 (speedbar-directory): New image (unused pixmap already existed).
12264 (speedbar-expand-image-button-alist): Use it.
12265
12266 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12267
12268 CC Mode update to 5.30.9:
12269
12270 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12271 Move from cc-vars to cc-defs for dependency reasons. Fix the
12272 POSIX char class test to check that it works in
12273 `skip-chars-(forward|backward)' too.
12274
12275 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12276 first argument starts with a special brace list.
12277
12278 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12279 when `c-opt-type-concat-key' is used (i.e. in Pike).
12280
12281 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12282 Fix bug when the inner char pair doesn't have paren syntax,
12283 i.e. "(<>)".
12284
12285 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12286 whitespace safe.
12287
12288 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12289 position for `arglist-intro', `arglist-cont-nonempty' and
12290 `arglist-close' when there are two arglist open parens on the same
12291 line and there's nothing in front of the first.
12292
12293 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12294 locking of qualified names in Java, which previously could fontify
12295 common indexing expressions in many cases. The standard Java
12296 naming conventions are used to tell them apart.
12297
12298 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12299 Fix inconsistency wrt opening parens on the first line inside a paren
12300 block.
12301
12302 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12303 compile time for the sake of `c-major-mode-is'.
12304
12305 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12306 `c-major-mode-is' in the event that this is used inside a
12307 `c-lang-defconst'.
12308
12309 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12310 `c-lang-defconst' so that it works better with fallback languages.
12311
12312 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12313 it to fail to record the base mode.
12314
12315 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12316 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12317 is used. Reorder the syntax checks to get more efficient
12318 skipping in some situations.
12319
12320 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12321 continuation which might precede the newly inserted '{'.
12322
12323 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12324 Fix cases where it could loop indefinitely.
12325
12326 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12327 size specs correctly. Only fontify identifiers in front of '('
12328 with as functions - don't accept any paren char. Tighten up
12329 initializer skipping to stop before function and class blocks.
12330
12331 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12332 the point could be left directly after an open paren when finding
12333 the beginning of the first decl in the block.
12334
12335 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12336 table when filtering out legitimate open parens to be recorded.
12337 This could cause cache inconsistencies when e.g.
12338 `c++-template-syntax-table' was temporarily in use.
12339
12340 * progmodes/cc-engine.el (c-on-identifier)
12341 (c-simple-skip-symbol-backward): Small fix for handling "-"
12342 correctly in `skip-chars-backward'. Affected the operator lfun
12343 syntax in Pike.
12344
12345 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12346 Fix bug that could cause an error from `after-change-functions' when
12347 the changed region is at bob.
12348
12349 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12350
12351 CC Mode update to 5.30.9:
12352
12353 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12354 to say that <TAB> doesn't insert WS into a CPP line.
12355 (c-indent-command, c-tab-always-indent): Amend doc strings.
12356
12357 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12358 checks for user errors, thus eliminating cryptic and unhelpful
12359 Emacs error messages. (1) Check the arg to `c-set-style' is a
12360 string. (2) Check that settings to `c-offsets-alist' are not
12361 spuriously quoted.
12362
12363 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12364 which precedes the newly inserted `{'.
12365
12366 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12367
12368 Sync with Tramp 2.0.44.
12369
12370 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12371 function "tramp_file_attributes". Otherwise, file names
12372 containing spaces are misinterpreted. Reported by Magnus Henoch
12373 <mange@freemail.hu>.
12374 (tramp-handle-file-truename): FILENAME must be expanded first.
12375 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12376 obscure results. Reported by D. Goel <deego@gnufans.org>.
12377 (tramp-handle-verify-visited-file-modtime): If file does not
12378 exist, say it is not modified if and only if that agrees with the
12379 buffer's record. Check whether a file is visiting the buffer, or
12380 the buffer has no recorded last modification time. Return t in
12381 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12382 <teirllm@auburn.edu>.
12383 (tramp-handle-write-region): Pass modtime explicitely to
12384 `set-visited-file-modtime', because filename can be different
12385 from (buffer-file-name) if `file-precious-flag' is set.
12386 `set-visited-file-modtime' must be called always when `visit' is t
12387 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12388 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12389 nil, don't apply the whole body. If the file doesn't exists, set
12390 modtime to '(-1 65535). Suggested by Luc Teirlinck
12391 <teirllm@auburn.edu>.
12392
12393 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12394
12395 * help.el (describe-bindings): Doc fix.
12396
12397 * subr.el (kbd): Doc fix.
12398
12399 2004-08-08 John Paul Wallington <jpw@gnu.org>
12400
12401 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12402 instead of `string-to-int'.
12403 (define-ibuffer-column mode): Fix indentation.
12404
12405 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12406
12407 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12408
12409 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12410
12411 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12412
12413 * novice.el (disabled-command-function): New variable renamed from
12414 `disabled-command-hook'.
12415 (disabled-command-hook): Keep the _variable_ as alias for
12416 `disabled-command-function' and make obsolete.
12417 (disabled-command-function): Function renamed from
12418 `disabled-command-hook'. Adapt code to name change of the variable.
12419
12420 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12421
12422 * simple.el (completion-root-regexp): New defvar.
12423 (completion-setup-function): Use it instead of a literal string.
12424
12425 2004-08-07 John Paul Wallington <jpw@gnu.org>
12426
12427 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12428 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12429 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12430 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12431
12432 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12433
12434 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12435 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12436
12437 2004-08-04 Kenichi Handa <handa@m17n.org>
12438
12439 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12440 Fix previous change.
12441
12442 2004-08-03 Kenichi Handa <handa@m17n.org>
12443
12444 * international/encoded-kb.el: The following changes are to
12445 utilize key-translation-map instead of minor mode map.
12446 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12447 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12448 (encoded-kbd-last-key): New function.
12449 (encoded-kbd-iso2022-single-shift): New function.
12450 (encoded-kbd-iso2022-designation)
12451 (encoded-kbd-self-insert-iso2022-7bit)
12452 (encoded-kbd-self-insert-iso2022-8bit)
12453 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12454 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12455 key-translation-map.
12456 (encoded-kbd-setup-keymap): Setup key-translation-map.
12457 (saved-key-translation-map): New variable.
12458 (encoded-kbd-mode): Save/restore key-translation-map.
12459 Adjust for the change of encoded-kbd-setup-keymap.
12460
12461 2004-08-02 Kim F. Storm <storm@cua.dk>
12462
12463 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12464 and call compute-motion with nil for topos and width to get proper
12465 usable width and height for both window and non-window systems.
12466
12467 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12468 calculate usable window width and height.
12469
12470 * window.el (window-buffer-height): Call compute-motion with nil width.
12471
12472 2004-08-01 David Kastrup <dak@gnu.org>
12473
12474 * replace.el (query-replace-read-from):
12475 Use `query-replace-compile-replacement'.
12476 (query-replace-compile-replacement): New function.
12477 (query-replace-read-to): Use `query-replace-compile-replacement'
12478 for repeating the last command.
12479
12480 2004-08-01 John Paul Wallington <jpw@gnu.org>
12481
12482 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12483 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12484 (pr-switches): Remove period from end of error messages.
12485
12486 * help-mode.el (help-go-back): Likewise.
12487
12488 * abbrev.el (only-global-abbrevs): Doc fix.
12489 (edit-abbrevs-map): Define within defvar.
12490 (quietly-read-abbrev-file): Doc fix.
12491
12492 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12493
12494 * novice.el (enable-command, disable-command): Doc fixes.
12495
12496 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12497
12498 2004-07-30 Richard M. Stallman <rms@gnu.org>
12499
12500 * subr.el (with-local-quit): Doc fix.
12501
12502 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12503
12504 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12505
12506 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12507
12508 * custom.el (defcustom): Doc fix.
12509
12510 2004-07-28 Masatake YAMATO <jet@gyve.org>
12511
12512 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12513
12514 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * imenu.el (imenu-prev-index-position-function)
12517 (imenu-extract-index-name-function, imenu-name-lookup-function)
12518 (imenu--index-alist): Docstring redundancy fix.
12519
12520 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12521
12522 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12523 binding dired-backup-overwrite.
12524
12525 2004-07-25 John Paul Wallington <jpw@gnu.org>
12526
12527 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12528
12529 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12530
12531 * term/tty-colors.el (tty-color-approximate): Doc fix.
12532
12533 * select.el (x-get-selection, x-set-selection): Doc fixes.
12534
12535 * frame.el (make-frame): Doc fix.
12536
12537 2004-07-24 Richard M. Stallman <rms@gnu.org>
12538
12539 * mail/rmail.el (rmail-mime-charset-pattern):
12540 Don't include semicolon in the charset value.
12541
12542 * replace.el (occur-next-error): Call set-window-point.
12543 (occur-engine): Handle negative NLINES.
12544
12545 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12546
12547 * frame.el (modify-all-frames-parameters): Minor doc fix.
12548 (set-frame-configuration): Doc fix.
12549
12550 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12551
12552 * simple.el (completion-setup-function): Compute the common parts
12553 and the first difference place correctly when
12554 partial-completion-mode is on.
12555
12556 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12557
12558 * ps-print.el: Doc fix.
12559 (ps-print-version): New version 6.6.5.
12560 (ps-printing-region): Doc fix.
12561 (ps-generate-string-list): Comment fix.
12562 (ps-message-log-max): Code fix.
12563
12564 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12565
12566 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12567 generated PostScript.
12568
12569 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12570
12571 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12572 with Gnus v5_10 branch.)
12573
12574 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12575
12576 * calendar/time-date.el (time-to-number-of-days): New function.
12577 Imported from from Gnus.
12578
12579 2004-07-22 Kim F. Storm <storm@cua.dk>
12580
12581 * progmodes/make-mode.el: Fix comments.
12582
12583 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12584
12585 * printing.el: Doc fix.
12586
12587 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12588
12589 * frame.el (modify-all-frames-parameters): Minor doc fix.
12590
12591 2004-07-20 Richard M. Stallman <rms@gnu.org>
12592
12593 * textmodes/fill.el (fill-nobreak-p): If this break point is
12594 at the end of the line, don't consider the newline which follows
12595 as a reason to return t.
12596
12597 2004-07-19 John Paul Wallington <jpw@gnu.org>
12598
12599 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12600
12601 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12602
12603 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12604 Delete irrelevant code.
12605
12606 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12607
12608 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12609 New docstring. From Luc Teirlinck.
12610
12611 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12612
12613 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12614 section.
12615 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12616 non-file buffers. We know it is nil.
12617
12618 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12619
12620 Sync with Tramp 2.0.43.
12621
12622 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12623 Remove outdated comment.
12624 (tramp-locked, tramp-locker): New variables for implementing a
12625 global lock.
12626 (tramp-sh-file-name-handler): Use them to implement the global lock.
12627
12628 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12629
12630 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12631 calls to respective `xxx` calls.
12632 (tramp-process-alive-regexp): Precise doc string.
12633 (tramp-multi-action-process-alive): New defun.
12634 (tramp-multi-actions): Use it.
12635 (tramp-handle-find-backup-file-name): `copy-tree' is available
12636 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12637 in order to avoid this function.
12638 (tramp-handle-write-region): Set current buffer. If connection
12639 wasn't open, `file-modes' has changed it accidently. Reported by
12640 David Kastrup <dak@gnu.org>.
12641 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12642 HOST.
12643 (tramp-action-password, tramp-multi-action-password): Apply it.
12644 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12645 name must still contain the port number. Otherwise, we have two
12646 Tramp buffers, with all the confusion. Reported by Myron Selby
12647 <myron@xytech.com> and Rolf Dubitzky
12648 <Dubitzky@physi.uni-heidelberg.de>.
12649
12650 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12651 HOST to `tramp-enter-passwd'.
12652
12653 * net/tramp-vc.el (all): Code cleanup. Change all
12654 `tramp-handle-xxx' calls to respective `xxx` calls.
12655
12656 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12657
12658 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12659 functions that are not erroneous if either 1-valued or
12660 multi-valued. Detect functions in this class.
12661 (testcover-1value-functions, testcover-compose-functions)
12662 (testcover-progn-functions) Add some additional functions to lists.
12663 (testcover-mark): Bugfix when marking up the definition for an
12664 empty function.
12665
12666 2004-07-17 Richard M. Stallman <rms@gnu.org>
12667
12668 * replace.el (occur-read-primary-args): Pass default to
12669 read-from-minibuffer.
12670
12671 * mail/footnote.el (footnote-section-tag): Use defcustom.
12672
12673 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12674 Compile font-lock-keywords, not KEYWORDS.
12675 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12676 Add warn, check-type. Handle cerror like error.
12677
12678 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12679
12680 * progmodes/which-func.el (which-func-keymap): New var.
12681 (which-func-face): New face.
12682 (which-func-format): Use them.
12683
12684 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12685
12686 * buff-menu.el (list-buffers-noselect): Append the buffer's
12687 process status to its mode name.
12688
12689 2004-07-16 Kim F. Storm <storm@cua.dk>
12690
12691 * simple.el (inhibit-mark-movement): New defvar.
12692 (beginning-of-buffer, end-of-buffer): Do not push mark if
12693 inhibit-mark-movement is non-nil or C-u prefix is given.
12694
12695 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12696 Init to beginning-of-buffer and end-of-buffer.
12697 (cua--undo-push-mark): New defvar.
12698 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12699 already active and command is in cua--preserve-mark-commands.
12700 Also fix check for shift modifier on non-window systems.
12701 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12702
12703 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12704
12705 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12706 of two integers, instead of a cons.
12707
12708 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12709 `visited-file-modtime' now returns a list of two integers, instead
12710 of a cons.
12711
12712 * dired.el (dired-directory-changed-p): Ditto.
12713
12714 * progmodes/grep.el (grep): Doc fix.
12715
12716 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12717
12718 * autorevert.el (auto-revert-tail-mode)
12719 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12720 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12721 in both at the same time.
12722 (auto-revert-tail-mode): New command.
12723 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12724 (auto-revert-handler): Revert only either tail or whole file.
12725
12726 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12727 add auto-revert-tail-mode.
12728
12729 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12730
12731 * printing.el: Doc fix. Change name of some funs.
12732 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12733 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12734 (pr-standard-file-name): New fun. Replace pr-standard-path.
12735 (pr-call-process): Code fix.
12736
12737 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12738
12739 * subr.el (with-selected-window): Doc fix.
12740
12741 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12742
12743 * subr.el (get-buffer-window-list): Doc fix.
12744
12745 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12746
12747 * files.el (switch-to-buffer-other-window): Doc fix.
12748
12749 * window.el (save-selected-window, one-window-p)
12750 (split-window-keep-point, split-window-vertically)
12751 (split-window-horizontally): Doc fixes.
12752
12753 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12754
12755 * printing.el: Doc fix. Now it uses call-process instead of
12756 shell-command for low command execution.
12757 (pr-version): New version number (6.8).
12758 (pr-shell-file-name): Option removed.
12759 (pr-shell-command): Fun removed.
12760 (pr-call-process): New fun. Replace pr-shell-command.
12761 (pr-standard-path, pr-remove-nil-from-list): New funs.
12762 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12763 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12764 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12765 (pr-ps-utility-process, pr-txt-print): Code fix.
12766
12767 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12768
12769 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12770 boolean.
12771
12772 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12773
12774 * wid-edit.el (widget-field-buffer): Doc fix.
12775
12776 2004-07-09 John Paul Wallington <jpw@gnu.org>
12777
12778 * emacs-lisp/re-builder.el (reb-update-overlays):
12779 Distinguish between one and several matches in message.
12780
12781 2004-07-09 Richard M. Stallman <rms@gnu.org>
12782
12783 * mouse.el (mouse-set-region-1): If transient-mark-mode
12784 is `identity', change it to `only'.
12785
12786 * simple.el (current-word): Doc fix.
12787
12788 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12789
12790 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12791 so that it is more understanding of whitespace.
12792
12793 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12794 (("ns" . "element") (attr-list) children) instead of
12795 ((:ns . "element") (attr-list) children) in order to reduce the
12796 number of symbols used.
12797 (xml-skip-dtd): Change to use xml-parse-dtd but set
12798 xml-validating-parsing to nil.
12799 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12800 (xml-substitute-entity): Remove in favor of new entity substitution.
12801 (xml-substitute-special): Rewrite in to substitute complex
12802 entities from DOCTYPE declarations.
12803 (xml-parse-fragment): Parse fragments from entity deleclarations.
12804 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12805 (xml-parse-dtd, xml-substitute-special): Make validity checks
12806 conditioned on xml-validating-parser. Add "Not Well Formed" to
12807 error messages about well-formedness.
12808
12809 2004-07-08 Steven Tamm <steventamm@mac.com>
12810
12811 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12812 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12813 Do not treat double clicks and triple clicks specially in the
12814 scroll bar (preventing strange repositioning problems)
12815
12816 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12817
12818 * replace.el (query-replace-regexp-eval): Fix last change.
12819
12820 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * replace.el (query-replace-descr): New fun.
12823 (query-replace-read-from, query-replace-read-args): Default to the
12824 previous from&to.
12825 (query-replace-read-to): Quote the `from' string when displaying it.
12826 (query-replace-regexp-eval): Immediately check read-only status.
12827 Use query-replace-read-from to get the \n checking.
12828 Quote the `from' string when displaying it.
12829 (map-query-replace-regexp, occur-read-primary-args):
12830 Quote the `from' string when displaying it.
12831
12832 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12833 delimited-ness of the search to query-replace.
12834
12835 * replace.el (query-replace-read-from, query-replace-read-to):
12836 New funs extracted from query-replace-read-args.
12837 (query-replace-read-args): Use them.
12838
12839 * replace.el (query-replace-interactive, query-replace-read-args):
12840 Remove the `initial' special value.
12841 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12842 (occur-engine): Remove unused var `matchend'.
12843
12844 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12845 Use the search string without prompting.
12846
12847 2004-07-05 Kenichi Handa <handa@m17n.org>
12848
12849 * international/mule.el (decode-coding-inserted-region):
12850 Set last-coding-system-used only when coding is nil.
12851
12852 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12853
12854 * progmodes/grep.el (grep-compute-defaults, grep-command)
12855 (grep-program, find-program, grep-find-use-xargs, grep-history)
12856 (grep-find-history, grep-tag-default, grep-find-command)
12857 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12858 Add autoload cookies, for unbundled packages that load `compile'
12859 and expect all grep-related symbols to become defined.
12860
12861 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12862
12863 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12864 (iimage-mode-image-search-path): New user option to search the
12865 image file.
12866 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12867 have locate-file.
12868 (iimage-mode-buffer): Use it.
12869
12870 2004-07-03 Nick Roberts <nickrob@gnu.org>
12871
12872 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12873 carefully.
12874 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12875
12876 2004-07-03 Juri Linkov <juri@jurta.org>
12877
12878 * replace.el (query-replace-read-args): Swallow space after 'foo,
12879 not after (quote foo). Match space only immediately after symbol,
12880 not anywhere in the whole string.
12881
12882 2004-07-02 Richard M. Stallman <rms@gnu.org>
12883
12884 * replace.el (query-replace-read-args): Swallow space after
12885 symbols, not after closeparens. But avoid error if string ends there.
12886
12887 * progmodes/python.el (python-beginning-of-statement):
12888 Exit the loop if backward-up-list gets error.
12889
12890 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12891
12892 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12893
12894 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12895 only if vc-consult-headers is non-nil.
12896
12897 2004-07-02 Juri Linkov <juri@jurta.org>
12898
12899 * pcvs.el (cvs-mode-diff-repository): New command.
12900
12901 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12902
12903 2004-07-01 Juri Linkov <juri@jurta.org>
12904
12905 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12906 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12907 C-M-% to isearch-query-replace-regexp.
12908 (minibuffer-local-isearch-map): Add arrow key bindings.
12909 Bind C-f to isearch-yank-char-in-minibuffer.
12910 (isearch-forward): Doc fix.
12911 (isearch-edit-string): Doc fix.
12912 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12913 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12914 (isearch-yank-char): Add optional arg.
12915 (isearch-yank-char-in-minibuffer): New fun.
12916
12917 * replace.el (query-replace-interactive): Change type from boolean
12918 to choice. Add value `initial'.
12919 (query-replace-read-args): Handle value `initial' of
12920 query-replace-interactive.
12921
12922 2004-06-29 Kim F. Storm <storm@cua.dk>
12923
12924 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12925 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12926
12927 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12928 Add :group 'ada.
12929
12930 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12931
12932 2004-06-29 Juri Linkov <juri@jurta.org>
12933
12934 * replace.el (query-replace-read-args): Swallow a space after
12935 everything except )]" which in most cases means after a symbol.
12936
12937 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12938
12939 2004-06-28 Richard M. Stallman <rms@gnu.org>
12940
12941 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12942 More changes to go with previous change in font-lock.el.
12943
12944 2004-06-26 David Kastrup <dak@gnu.org>
12945
12946 * replace.el (perform-replace): Highlight the match even in
12947 non-query mode if there is potential replace string editing.
12948
12949 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12950
12951 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12952 agree with new return value of `file-remote-p'.
12953 This syncs with Tramp 2.0.42.
12954
12955 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12956 according to new documentation of `file-remote-p'.
12957
12958 * files.el (file-remote-p): Fix doc to say that return value is
12959 identification of remote system, if not nil.
12960 (file-relative-name): Use new return value of `file-remote-p'.
12961
12962 2004-06-26 Nick Roberts <nickrob@gnu.org>
12963
12964 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12965 (gdb-goto-breakpoint): Fix breakage.
12966
12967 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12968
12969 * man.el (Man-getpage-in-background): Add windows-nt to the list
12970 of systems where shell-file-name should be used instead of
12971 literal "sh".
12972
12973 2004-06-25 Sam Steingold <sds@gnu.org>
12974
12975 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12976 function names `(setf symbol)'.
12977
12978 2004-06-24 Richard M. Stallman <rms@gnu.org>
12979
12980 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12981
12982 * font-lock.el (font-lock-keywords): Change format of compiled values.
12983 Document it.
12984 (font-lock-add-keywords): If font-lock-keywords is compiled,
12985 extract the uncompiled version, modify, then recompile.
12986 (font-lock-remove-keywords): Likewise.
12987 (font-lock-fontify-keywords-region): Handle changed format.
12988 (font-lock-compile-keywords): Handle changed format.
12989 (font-lock-set-defaults): Compile the keywords explicitly here.
12990
12991 2004-06-24 David Kastrup <dak@gnu.org>
12992
12993 * replace.el (query-replace-read-args): Implement `\,' and `\#'
12994 replacements here.
12995 (query-replace-regexp): Doc string explaining this and the new
12996 `\?' replacement. Remove `\,' and `\#' implementation here, as it
12997 is better placed in `query-replace-read-args'.
12998 (replace-regexp): Explain `\,', `\#' and `\?'.
12999 (replace-match-data): New function for thorough reuse/destruction
13000 of old match-data.
13001 (replace-match-maybe-edit): Function for implementing `\?' editing.
13002 (perform-replace): Fix maintaining of the match stack including
13003 already matched regions, implement `\?', fix various problems
13004 with regions while editing and other stuff.
13005 (replace-highlight): Simplify.
13006
13007 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13008
13009 * progmodes/grep.el (grep-error-screen-columns): New variable.
13010 (grep-regexp-alist): Give it the full functionality of gnu style
13011 compilation messages with line and column ranges. Ask me for the
13012 perl script I'm working on, that uses these.
13013
13014 2004-06-23 Nick Roberts <nickrob@gnu.org>
13015
13016 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13017 Remove.
13018 (comint-insert-input, comint-mouse-insert-input): New functions
13019 based on comint-insert-clicked-input for two bindings but just
13020 one functionality.
13021
13022 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13023
13024 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13025
13026 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13027
13028 * files.el (write-contents-functions): Doc fix.
13029
13030 2004-06-21 Juanma Barranquero <lektu@terra.es>
13031
13032 * image.el (image-library-alist): Rewrite docstring in active voice.
13033
13034 2004-06-20 Richard M. Stallman <rms@gnu.org>
13035
13036 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13037
13038 * isearch.el (isearch-repeat): Avoid testing old match data.
13039 (isearch-message): Display trailing space in special font
13040 when search is failing.
13041 (isearch-search-fun-function): Doc fix.
13042
13043 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13044
13045 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13046
13047 * frame.el (show-trailing-whitespace): Doc fix.
13048
13049 * cus-edit.el (custom-variable-documentation): New function.
13050 (custom-variable): Use it.
13051
13052 2004-06-19 Nick Roberts <nickrob@gnu.org>
13053
13054 * man.el (Man-getpage-in-background): Revert previous change but
13055 make cygwin a special case.
13056
13057 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13058
13059 * autorevert.el (global-auto-revert-non-file-buffers):
13060 Update docstring.
13061
13062 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13063
13064 * progmodes/compile.el (compilation-error-properties): Store one
13065 more than end-col, if present, so that transient-mark-mode will
13066 highlight last char too.
13067 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13068 ranges, if present.
13069
13070 2004-06-18 Jason Rumney <jasonr@gnu.org>
13071
13072 * makefile.w32-in: Double percent signs in for loops.
13073
13074 2004-06-17 David Kastrup <dak@gnu.org>
13075
13076 * replace.el (query-replace-read-args): Only warn about use of \n
13077 and \t when we are doing a regexp replacement and the actual
13078 escaped character is n or t.
13079 (query-replace-regexp): Add \, and \# interpretation to
13080 interactive call and document it.
13081 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13082 as shortkey for replace-count.
13083 (replace-quote): New function for doubling backslashes.
13084
13085 2004-06-17 Juanma Barranquero <lektu@terra.es>
13086
13087 * files.el (parse-colon-path, cd): Mention in docstring that the
13088 path separator is colon in GNU-like systems.
13089
13090 * newcomment.el (comment-region-internal): Fix docstring.
13091
13092 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13093 (ewoc-invalidate, ewoc-collect): Doc fixes.
13094 (ewoc--create-node, ewoc--delete-node-internal):
13095 Fix typos in docstring.
13096
13097 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13098
13099 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13100 manual to docstring.
13101
13102 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13103
13104 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13105
13106 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13107
13108 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13109 Add hyperlink to emacs-xtra manual to docstring.
13110
13111 * autorevert.el (global-auto-revert-non-file-buffers):
13112 Add hyperlink to emacs-xtra manual to docstring, as well as an
13113 info-link.
13114
13115 2004-06-14 Juanma Barranquero <lektu@terra.es>
13116
13117 * image.el (image-library-alist): New variable to map image types
13118 to external libraries. Initialized to nil, unless system-specific
13119 configs change it.
13120 (image-type-available-p): Determine whether an image type is
13121 available by calling `init-image-library'.
13122
13123 * term/w32-win.el (image-library-alist): Initialize to a known set
13124 of probable library names.
13125
13126 2004-06-14 Kenichi Handa <handa@m17n.org>
13127
13128 * international/code-pages.el (windows-1256, cp1125): Fix tables
13129 for several characters.
13130
13131 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13132
13133 2004-06-13 Richard M. Stallman <rms@gnu.org>
13134
13135 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13136
13137 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13138 not "`pc-selection-mode'".
13139
13140 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13141
13142 * simple.el (previous-matching-history-element): Specify a default.
13143
13144 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13145
13146 * cus-face.el (custom-declare-face): Simplify code.
13147
13148 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13149
13150 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13151
13152 * files.el (before-save-hook): Add `time-stamp' to the options.
13153
13154 * time-stamp.el (time-stamp): Recommend adding it to
13155 `before-save-hook', rather than `write-file-functions'.
13156 Make a similar change in `Commentary' section.
13157
13158 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13159
13160 * diff-mode.el (diff-current-defun): If at start of hunk, use
13161 position of first change.
13162
13163 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13164
13165 * dired-x.el (dired-mark-omitted): Bind to "*O".
13166
13167 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13168
13169 * bookmark.el (bookmark-bmenu-relocate): New function, as
13170 suggested by David J. Biesack <David.Biesack@sas.com>.
13171 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13172 (bookmark-bmenu-mode): Describe binding in doc string.
13173 (bookmark-set-filename): Save the bookmark list if it's time.
13174
13175 2004-06-13 Kenichi Handa <handa@m17n.org>
13176
13177 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13178 (ccl-untranslated-to-ucs): Fix typo.
13179
13180 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13181
13182 * progmodes/python.el (python-open-block-statement-p):
13183 Fix indentation after a block opening that contains a comment.
13184
13185 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13186
13187 * bindings.el (completion-ignored-extensions): Add file extensions
13188 of Python byte-compiled files.
13189
13190 2004-06-12 Juri Linkov <juri@jurta.org>
13191
13192 * info.el (Info-goto-node): Add autoload.
13193 (Info-toc): Add substring-no-properties on Info file name.
13194 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13195 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13196
13197 2004-06-12 Kenichi Handa <handa@m17n.org>
13198
13199 * international/mule-cmds.el (set-language-environment):
13200 Load subst tables if necessary.
13201
13202 * international/mule.el (decode-char): Load subst tables if necessary.
13203 (encode-char): Likewise.
13204
13205 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13206 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13207 (utf-16le-decode-loop): Set r5 to -1 before loop.
13208 (utf-16be-decode-loop): Likewise.
13209 (ccl-decode-mule-utf-16le): Add EOF processing block.
13210 (ccl-decode-mule-utf-16be): Likewise.
13211 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13212 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13213 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13214 (ccl-mule-utf-16-encode-untrans): New CCL.
13215 (utf-16-decode-to-ucs): Handle pre-read character.
13216 (utf-16le-encode-loop): Handle surrogate pair.
13217 (utf-16be-encode-loop): Likewise.
13218 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13219 of utf-16le-encode-loop.
13220 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13221 of utf-16be-encode-loop.
13222 (mule-utf-16-post-read-conversion):
13223 Call utf-8-post-read-conversion at first.
13224 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13225 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13226 Add post-read-conversion and pre-write-conversion.
13227
13228 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13229 (utf-translate-cjk-unicode-range): New variable.
13230 (utf-translate-cjk-load-tables): New function.
13231 (utf-lookup-subst-table-for-decode): New function.
13232 (utf-lookup-subst-table-for-encode): New function.
13233 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13234 tables here. Update safe-charsets of utf-* coding systems.
13235 (ccl-mule-utf-untrans): New CCL.
13236 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13237 at end of each branch.
13238 (ccl-mule-utf-8-encode-untrans): New CCL.
13239 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13240 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13241 length of encoding. Don't return r0.
13242 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13243 (utf-8-post-read-conversion): Narrow to region properly.
13244 If utf-translate-cjk-mode is on, load tables if necessary.
13245 Call utf-8-compose with hash-table arg if necessary.
13246 Call XXX-compose-region instead of XXX-post-read-convesion.
13247 (utf-8-pre-write-conversion): New function.
13248 (mule-utf-8): Include CJK charsets in safe-charsets if
13249 utf-translate-cjk-mode is on. Add pre-write-conversion.
13250
13251 * international/characters.el: Temporarily set
13252 utf-translate-cjk-mode to nil.
13253
13254 * language/devan-util.el (devanagari-compose-region):
13255 Add autoload cookie.
13256
13257 * international/ccl.el (ccl-dump-call): Fix printing the
13258 subroutine name.
13259
13260 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13261
13262 * dired.el (dired-revert): If buffer is marked unmodified before
13263 reverting, keep it marked unmodified.
13264 Adapt to new conventions for commenting out code.
13265 (dired-make-relative): Adapt to new conventions for commenting out code.
13266
13267 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13268
13269 * eshell/esh-module.el (eshell-load-defgroups):
13270 Bind `vc-handled-backends' to nil when opening files.
13271
13272 2004-06-11 Juanma Barranquero <lektu@terra.es>
13273
13274 * files.el (parse-colon-path, cd): Doc fixes (refer to
13275 `path-separator', not colon).
13276
13277 2004-06-10 Juanma Barranquero <lektu@terra.es>
13278
13279 * newcomment.el (comment-search-forward)
13280 (comment-search-backward): Fix typos in docstring.
13281 (comment-region): Doc fix.
13282
13283 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13284
13285 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13286 switch is no longer stored in `dired-switches-alist'.
13287
13288 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13289 `dired-switches-alist'.
13290
13291 2004-06-10 Kim F. Storm <storm@cua.dk>
13292
13293 * pcvs.el (cvs-mode-diff-yesterday): New command.
13294
13295 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13296
13297 2004-06-10 Juri Linkov <juri@jurta.org>
13298
13299 * emacs-lisp/edebug.el (edebug-eval-defun):
13300 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13301 Fix docstring.
13302
13303 * simple.el (eval-expression-print-format): Don't print additional
13304 information on the first call to `eval-print-last-sexp'.
13305 (next-error-find-buffer): Fix punctuation.
13306 (killing) <defgroup>: Fix punctuation.
13307 (yank-excluded-properties): Change group from editing to killing.
13308
13309 * replace.el (perform-replace): Use `limit' to terminate the
13310 while-loop explicitly.
13311
13312 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13313
13314 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13315 Use lc-*.xpm as prefix instead of *-locol.xpm.
13316
13317 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13318 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13319 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13320 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13321 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13322 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13323 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13324 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13325 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13326 * toolbar/lc-up_arrow.xpm:
13327 Rename from *-locol.xpm.
13328
13329 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13330
13331 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13332 include forms like &<str>; as valid url patterns.
13333
13334 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13335
13336 * dired.el (dired-diff, dired-backup-diff)
13337 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13338 (dired-do-chown, dired-do-touch, dired-do-print)
13339 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13340 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13341 (dired-create-directory, dired-do-copy, dired-do-symlink)
13342 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13343 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13344 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13345 (dired-maybe-insert-subdir, dired-next-subdir)
13346 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13347 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13348 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13349 (dired-run-shell-command, dired-query): Remove redundant,
13350 or incorrect, autoloads.
13351
13352 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13353 does not end in a slash. Add optional argument KILL-ROOT.
13354 Update docstring.
13355 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13356 (dired-query): Add autoloads.
13357
13358 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13359
13360 * progmodes/compile.el (compilation-set-window-height):
13361 Rearrange the save-* functions because a buffer can have several current
13362 point in different windows.
13363 (compilation-error-regexp-alist-alist): Recognize {standard input}
13364 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13365
13366 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13367
13368 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13369 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13370 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13371 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13372 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13373 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13374 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13375 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13376 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13377 * toolbar/up_arrow-locol.xpm:
13378 New versions of icons that uses fewer colors.
13379
13380 * toolbar/tool-bar.el (tool-bar-local-item)
13381 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13382 if display-color-cells is 256 or less.
13383
13384 2004-06-08 Kim F. Storm <storm@cua.dk>
13385
13386 * wid-edit.el (widget-specify-button): Use hand pointer rather
13387 than mouse-face as visible mouse-over effect.
13388
13389 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13390
13391 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13392 and `print-level' to nil when writing out `save-place-alist'.
13393 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13394
13395 2004-06-07 Juanma Barranquero <lektu@terra.es>
13396
13397 * completion.el (completion-kill-region): Doc fix.
13398
13399 * format.el (format-insert-annotations)
13400 (format-annotate-location): Doc fixes.
13401 (format-subtract-regions): Make arguments match their use in docstring.
13402
13403 * simple.el (kill-region): Doc fix.
13404
13405 * subr.el (insert-buffer-substring-no-properties)
13406 (insert-buffer-substring-as-yank): Doc fixes.
13407
13408 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13409
13410 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13411 Update docstring.
13412 (dired-reset-subdir-switches): New function.
13413
13414 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13415 Limit scope of `buffer-read-only' binding.
13416
13417 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13418
13419 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13420 eshell-explicit-command-char.
13421
13422 2004-06-06 Juanma Barranquero <lektu@terra.es>
13423
13424 * help-fns.el (help-argument-name): Inherit from italic face only
13425 if the frame supports it.
13426
13427 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13428
13429 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13430 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13431 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13432 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13433 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13434 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13435 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13436 New conversions from xpm files.
13437
13438 * toolbar/README: New file.
13439
13440 2004-06-06 Richard M. Stallman <rms@gnu.org>
13441
13442 * isearch.el (isearch-mode-map): Undo previous change.
13443
13444 2004-06-05 Juri Linkov <juri@jurta.org>
13445
13446 * bindings.el (debug-ignored-errors): Add regexps for history
13447 related messages. Remove $ from "No further undo information".
13448 Move Ediff's messages to ediff.el.
13449
13450 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13451
13452 * cus-edit.el (custom-display): Add `min-colors'.
13453
13454 * custom.el (defface): Add `supports' to docstring.
13455
13456 * help-fns.el (help-argument-name): Add :group 'help.
13457
13458 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13459
13460 * find-dired.el (find-ls-subdir-switches): New user option.
13461 (find-dired): No longer call `abbreviate-file-name' on DIR.
13462 Set `dired-subdir-switches' buffer-locally.
13463
13464 * locate.el: Merge the two `Commentary' sections.
13465 (locate-ls-subdir-switches): New user option.
13466 (locate): Update for other changes.
13467 (locate-mode-map): Restore Dired binding for mouse-2.
13468 Bind `locate-mouse-view-file' to M-mouse-2.
13469 Bind `l' to `locate-do-redisplay'.
13470 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13471 (locate-mouse-view-file, locate-tags, locate-find-directory):
13472 Print message if used outside main listing.
13473 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13474 Various changes to support inserted subdirectories.
13475 (locate-insert-header): Change header of *Locate* buffer.
13476
13477 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13478 Change interactive default switches.
13479 (dired-rename-subdir-2): Update `dired-switches-alist'.
13480 (dired-insert-subdir, dired-kill-subdir):
13481 Handle `dired-switches-alist'. Do not mark buffer modified.
13482 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13483 (dired-insert-subdir-doinsert): Omit messages.
13484 Handle `dired-subdir-switches'.
13485 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13486
13487 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13488 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13489 subdirs if -R switch is used for a subdir.
13490 (dired-mode): Set `dired-switches-alist'.
13491 (dired-build-subdir-alist): Only print number of directories in
13492 echo area when invoked interactively.
13493
13494 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13495
13496 * dired-x.el (dired-omit-mode): Rename from
13497 dired-omit-files-p. Use define-minor-mode to define it.
13498 (dired-omit-files-p): Add as alias for dired-omit-mode.
13499 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13500 dired-mark-omitted.
13501 (dired-mark-omitted): Add. Bind to M-O.
13502
13503 2004-06-05 Kenichi Handa <handa@m17n.org>
13504
13505 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13506
13507 2004-06-05 Juanma Barranquero <lektu@terra.es>
13508
13509 * help-fns.el (help-argument-name): Reintroduce face.
13510 (help-default-arg-highlight): Use it, now that
13511 `face-differs-from-default-p' can be trusted.
13512
13513 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13514
13515 * textmodes/table.el: Sentence commands added to Point Motion
13516 group; kill and backward-kill commands added to Extraction group.
13517
13518 2004-06-04 Mario Lang <mlang@delysid.org>
13519
13520 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13521 systems appear to use mW, make the code handle this. Fix a
13522 division-by-zero bug while at it, and handle kernels with
13523 a slightly different layout in /proc/acpi.
13524
13525 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13526
13527 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13528 because the latter is a CL-ism. This fixes the bug reported by
13529 Shawn Boyette <mdxi@collapsar.net> in
13530 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13531
13532 2004-06-04 Miles Bader <miles@gnu.org>
13533
13534 * faces.el (display-supports-face-attributes-p): Function moved to
13535 C code. Previously only the tty-related portion of this function
13536 was done in C; however the previous attempt to do a halfway-proper
13537 job for non-tty displays in lisp didn't work properly because of
13538 funny conditions during Emacs startup.
13539 (face-differs-from-default-p): Simplify, now that
13540 display-supports-face-attributes-p works properly on all display
13541 types. Remove :stipple from comparison; it doesn't really work
13542 in emacs anyway.
13543
13544 2004-06-04 Miles Bader <miles@gnu.org>
13545
13546 * faces.el (face-differs-from-default-p): Use a different
13547 implementation, so we can really check whether FACE displays
13548 differently or not.
13549
13550 2004-06-04 Miles Bader <miles@gnu.org>
13551
13552 * faces.el (display-supports-face-attributes-p): Implement a
13553 `different from default' check for non-tty displays.
13554
13555 2004-06-03 David Kastrup <dak@gnu.org>
13556
13557 * woman.el (woman-mapcan): More concise code.
13558 (woman-topic-all-completions, woman-topic-all-completions-1)
13559 (woman-topic-all-completions-merge): Replace by a simpler and
13560 much faster implementation based on O(n log n) sort/merge instead
13561 of the old O(n^2) behavior.
13562
13563 2004-06-03 Miles Bader <miles@gnu.org>
13564
13565 * subr.el (read-number): Use canonical format for default in prompt.
13566
13567 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13568 Add regexp for " [...]" style defaults.
13569
13570 2004-06-02 Romain Francoise <romain@orebokech.com>
13571
13572 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13573 groups: if the user asks for a hidden buffer, open the
13574 corresponding filter group to expose it.
13575
13576 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13577 `ibuffer-jump-to-buffer'.
13578 (ibuffer-jump-offer-only-visible-buffers): New user option.
13579
13580 2004-06-02 Juanma Barranquero <lektu@terra.es>
13581
13582 * faces.el (frame-update-faces): Add empty docstring so the one
13583 for `ignore' doesn't show through.
13584
13585 * subr.el (process-kill-without-query): Remove spurious "\n" on
13586 obsolescence string.
13587 (focus-frame, unfocus-frame): Add obsolescence declaration and
13588 empty docstring.
13589
13590 * international/mule.el (register-char-codings): Make alias for
13591 `ignore'. Move docstring to obsolescence info and remove redundancy.
13592
13593 2004-06-02 Kim F. Storm <storm@cua.dk>
13594
13595 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13596 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13597
13598 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13599
13600 * comint.el (comint-replace-by-expanded-history-before-point):
13601 Obey `start' as the docstring says.
13602 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13603 (comint-update-fence): Prevent font-lock from running unnecessarily.
13604 (comint-dynamic-list-completions): Use with-current-buffer.
13605
13606 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13607
13608 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13609 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13610 (bibtex-entry-update): Handle alternatives and optional fields.
13611 (bibtex-parse-entry): Bugfix, handle empty key.
13612
13613 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13614
13615 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13616
13617 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13618
13619 * desktop.el (desktop-save): Don't save minor modes without a
13620 known mode initialization function.
13621
13622 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13623
13624 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13625
13626 * autorevert.el: Update `Commentary' section.
13627
13628 2004-05-30 Juanma Barranquero <lektu@terra.es>
13629
13630 * dos-fns.el (convert-standard-filename):
13631 * files.el (convert-standard-filename):
13632 * w32-fns.el (convert-standard-filename):
13633 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13634
13635 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13636
13637 Sync with Tramp.
13638
13639 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13640 (tramp-let-maybe): Move to an earlier spot in the file.
13641 Patch by Andreas Schwab.
13642
13643 2004-05-30 Andreas Schwab <schwab@suse.de>
13644
13645 * dired.el (dired-get-filename): Don't use dired-re-dot.
13646
13647 2004-05-30 Richard M. Stallman <rms@gnu.org>
13648
13649 * files.el (find-file): Doc fix.
13650
13651 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13652
13653 2004-05-30 Nick Roberts <nickrob@gnu.org>
13654
13655 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13656 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13657 modeline of the locals buffer.
13658 (gdb-goto-breakpoint): Handle gdbmi.
13659 (gdb-get-frame-number): Change for gdbmi.
13660
13661 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13662
13663 * files.el (file-remote-p): Apply file name handler for operation
13664 `file-remote-p'. It isn' a property any longer.
13665 (file-relative-name): `fh' and `fd' get the required value via
13666 `find-file-name-handler' already.
13667
13668 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13669 (top): Remove setting of `file-remote-p' property for
13670 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13671
13672 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13673
13674 Version 2.0.41 of Tramp released.
13675
13676 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13677 Throw away if process has died.
13678 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13679 (tramp-out-of-band-prompt-regexp): Rename to
13680 `tramp-process-alive-regexp', because its usage is widen.
13681 (tramp-actions-copy-out-of-band): Apply it.
13682 (tramp-actions-before-shell, tramp-multi-actions):
13683 Add `tramp-action-process-alive' action.
13684 (tramp-action-process-alive): New defun.
13685 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13686 Add entry for `file-remote-p'.
13687 (tramp-handle-file-remote-p): New defun.
13688 (top): Remove setting of `file-remote-p'. Don't set
13689 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13690
13691 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13692 `file-remote-p'.
13693
13694 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13695 counted for (last) line. [They should or they shouldn't? --Stef]
13696 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13697
13698 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13699
13700 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13701 not really necessary but seems to keep the shell history smaller
13702 in some cases. It is no substitute for setting HISTFILE and
13703 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13704 though. Suggested by Luc Teirlinck.
13705 (tramp-open-connection-setup-interactive-shell): Export variables
13706 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13707 (tramp-set-process-query-on-exit-flag): New compat function.
13708 (tramp-open-connection-multi, tramp-open-connection-su)
13709 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13710 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13711 (tramp-let-maybe): New macro, let-binds a variable only if it
13712 isn't obsolete.
13713 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13714 (tramp-handle-file-truename): Use it.
13715 (tramp-completion-file-name-regexp-unified): Avoid matching
13716 filenames starting with "/:" -- those are reserved for
13717 file-name-non-special.
13718
13719 * tramp-smb.el (tramp-smb-open-connection):
13720 Use tramp-set-process-query-on-exit-flag compat function.
13721
13722 2004-05-29 Richard M. Stallman <rms@gnu.org>
13723
13724 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13725
13726 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13727 (eval-last-sexp-print-value): Print char equivalent regardless
13728 of standard-output value.
13729
13730 * thumbs.el (thumbs-subst-char-in-string): Delete.
13731 (thumbs-thumbname): Use subst-char-in-string.
13732 (thumbs-resize-image): Use condition-case, not ignore-errors.
13733 (thumbs-kill-buffer): Likewise.
13734
13735 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13736 (thumbs-mode): Make buffer read-only.
13737 (thumbs-make-thumb): Unconditionally accept an existing file.
13738 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13739 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13740 (thumbs-show-thumbs-list): Error if images not supported.
13741 (thumbs-save-current-image): Improve prompt string.
13742 (thumbs-mode-map): Define u, R, x.
13743 (thumbs-unmark): New command.
13744 (thumbs-emboss-image): Minor cleanup.
13745 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13746 (thumbs-rename-images): New command.
13747 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13748
13749 * thumbs.el (thumbs-current-image): New function.
13750 (thumbs-file-list, thumbs-file-alist): New functions.
13751 (thumbs-find-image): Delete arg L.
13752 Don't set up thumbs-fileL as buffer-local global var.
13753 (thumbs-find-image-at-point): Use thumbs-current-image.
13754 (thumbs-set-image-at-point-to-root-window): Likewise.
13755 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13756 Record and warn about errors. Update thumbs-markedL for deletions.
13757 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13758 (thumbs-redraw-buffer): Use thumbs-file-list.
13759 (thumbs-mark): Use thumbs-current-image.
13760 (thumbs-show-name): Use thumbs-current-image.
13761
13762 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13763 and imenu--last-menubar-index-alist.
13764
13765 * subr.el (with-selected-window): Undo previous change.
13766
13767 2004-05-29 John Paul Wallington <jpw@gnu.org>
13768
13769 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13770 (thumbs-mouse-find-image): New command.
13771 (thumbs-mode-map): Bind it to mouse-2.
13772 (thumbs-mode): Make mode-class special.
13773 (thumbs-view-image-mode): Likewise.
13774
13775 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13776
13777 * flymake.el: New file.
13778
13779 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13780
13781 * files.el (find-file-noselect-1): Do not bind
13782 `inhibit-read-only' to t during execution of
13783 `find-file-not-found-functions'.
13784
13785 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13786
13787 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13788 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13789
13790 2004-05-28 Juri Linkov <juri@jurta.org>
13791
13792 * simple.el (eval-expression-print-format): New fun.
13793
13794 * simple.el (eval-expression):
13795 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13796 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13797 (edebug-eval-expression): Print additionally the value returned by
13798 `eval-expression-print-format'.
13799
13800 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13801 (insert-pair): Make arguments optional. Find character pair
13802 from `insert-pair-alist' according to the last input event.
13803 (insert-parentheses): Make arguments optional.
13804 (raise-sexp, delete-pair): New funs.
13805
13806 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13807 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13808 Bind C-M-q to `indent-pp-sexp'.
13809
13810 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13811 `pp-to-string' modified to be able to format text with newlines.
13812 (pp-to-string): Move the buffer-formatting part of the code to
13813 `pp-buffer'. Call `pp-buffer'.
13814
13815 * info.el (Info-desktop-buffer-misc-data): Don't save information
13816 about virtual files.
13817 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13818 buffers with names obtained from the desktop file instead of the
13819 default *info* buffer.
13820
13821 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * subr.el (with-selected-window): Only save/restore the selected window.
13824
13825 * progmodes/compile.el (compilation-error-regexp-alist):
13826 Use expand-file-name and data-directory.
13827
13828 * progmodes/grep.el (grep-tree): Rework previous fix.
13829
13830 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13831 after the user marked text with the mouse.
13832
13833 * startup.el (command-line): Keep the first regexp of
13834 auto-save-file-name-transforms intact.
13835
13836 2004-05-28 Juanma Barranquero <lektu@terra.es>
13837
13838 * cus-edit.el (customize-face, customize-face-other-window)
13839 (custom-face-edit-delete): Make arguments match their use in
13840 docstring.
13841 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13842 docstring.
13843
13844 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13845 not `cvs-butlast'.
13846
13847 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13848 `nbutlast' are in subr.el).
13849
13850 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13851 (set-w32-system-coding-system): Doc fixes.
13852
13853 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13854 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13855 Make arguments match their use in docstring.
13856 (artist-draw-region-trim-line-endings)
13857 (artist-mouse-choose-operation): Fix typo in docstring.
13858 (artist-key-set-point-common): Doc fix.
13859
13860 2004-05-28 Simon Josefsson <jas@extundo.com>
13861
13862 * mail/smtpmail.el (smtpmail-open-stream):
13863 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13864
13865 2004-05-26 Simon Josefsson <jas@extundo.com>
13866
13867 * starttls.el: Merge with my GNUTLS based starttls.el.
13868 (starttls-gnutls-program, starttls-use-gnutls)
13869 (starttls-extra-arguments, starttls-process-connection-type)
13870 (starttls-connect, starttls-failure, starttls-success): New variables.
13871 (starttls-program, starttls-extra-args): Doc fix.
13872 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13873 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13874 and pass on to corresponding *-gnutls function if it is set.
13875
13876 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13877
13878 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13879 remote files.
13880
13881 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13882
13883 * files.el (file-name-non-special): There are more operations
13884 which need handling: `find-backup-file-name',
13885 `insert-file-contents', `verify-visited-file-modtime',
13886 `write-region'. Rename t value of method to `add'. Add new
13887 methods `quote' and `unquote-then-quote' to file-arg-indices.
13888
13889 2004-05-25 Juri Linkov <juri@jurta.org>
13890
13891 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13892 (Info-index-nodes): Enclose code in condition-case to catch errors.
13893 (Info-index-node): Don't search all index nodes if request is only
13894 for the current node and file is not in the cache of index nodes.
13895 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13896 for consistency with dired-copy-filename-as-kill.
13897 Bind `S' to Info-search-case-sensitively.
13898 (Info-copy-current-node-name): New arg. With zero prefix arg put
13899 the name inside a function call to `info'. Display copied text in
13900 the echo area.
13901
13902 2004-05-25 Sam Steingold <sds@gnu.org>
13903
13904 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13905 strip the package prefix from the symbol name, if any.
13906 Make it the `find-tag-default-function' for `lisp-mode'.
13907
13908 2004-05-25 John Paul Wallington <jpw@gnu.org>
13909
13910 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13911 instead of obsolete `process-kill-without-query'.
13912
13913 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13914 Declare as variable, not constant.
13915
13916 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13917
13918 * files.el (find-file-noselect-1): Fix bug introduced by
13919 Revision 1.694. As a side effect, `inhibit-read-only'
13920 is again, by default, t during execution of
13921 `find-file-not-found-functions'.
13922 (insert-directory): Check that lines were really inserted by
13923 the --dired switch, before erasing them.
13924
13925 2004-05-24 Nick Roberts <nickrob@gnu.org>
13926
13927 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13928 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13929 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13930 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13931 gud-minor-mode (gdbmi).
13932
13933 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13934
13935 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13936 explicitly select the text to be taken as URL.
13937
13938 2004-05-23 Juri Linkov <juri@jurta.org>
13939
13940 * info.el (Info-index-nodes): New var and fun.
13941 (Info-goto-index, Info-index, info-apropos)
13942 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13943 (Info-index): Fix docstring. Store and restore Info-history-list.
13944 (Info-complete-nodes): New var.
13945 (Info-complete-menu-item): Use it.
13946 (Info-index-node): New fun.
13947 (Info-final-node, Info-forward-node, Info-backward-node)
13948 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13949 Use Info-index-node.
13950 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13951 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13952 (Info-find-node-2): If a node with period in its name not found,
13953 try to find a node without the name part after period.
13954 (Info-select-node): Call Info-fontify-node only if
13955 Info-fontify-maximum-menu-size is not nil.
13956 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13957 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13958 Preserve Info-history-list.
13959 (Info-toc): Set Info-current-file.
13960 (Info-build-toc): Move point to the beginning of the buffer.
13961 Add main-file variable.
13962 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13963 Use backslashed representation of the control character ^_.
13964
13965 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13966 numbers in the new Texinfo 4.7 format.
13967
13968 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13969 regexps for function and variable names.
13970
13971 * descr-text.el (describe-property-list): Add [show] button for
13972 `syntax-table' property with action to pp to a separate buffer.
13973 (describe-char): Replace search-forward by re-search-forward with
13974 whitespace regexp after "character:" to not fail in too narrow windows.
13975
13976 * simple.el (next-error-find-buffer): Add a rule to return
13977 next-error capable buffer if one window on the selected frame
13978 displays such buffer.
13979
13980 2004-05-23 Nick Roberts <nickrob@gnu.org>
13981
13982 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13983 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13984 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13985 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13986 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13987 Handle new value for gud-minor-mode (gdbmi).
13988 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13989 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13990 Change from local to global gdb variable set.
13991 (gdb-ann3): Initialise above gdb variable set.
13992 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13993 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13994 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13995 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13996 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13997 (gdb-info-locals-handler, gdb-invalidate-assembler)
13998 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13999 set as global variables.
14000 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14001 Handle gdbmi.
14002 (gdb-info-breakpoints-custom): Fix regexp.
14003 (def-gdb-var): Delete.
14004
14005 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14006 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14007 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14008 a new mode. The file (gdb-mi.el) for this mode will be included
14009 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14010 primary interface.
14011
14012 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14013
14014 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14015 interpreted as a directory.
14016
14017 2004-05-22 Richard M. Stallman <rms@gnu.org>
14018
14019 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14020 as a close quote.
14021
14022 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14023
14024 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14025 Use assoc-string, not assoc-ignore-case.
14026
14027 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14028
14029 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14030 If moving back then fwd gets a defun that ends before point,
14031 try again moving fwd then back.
14032
14033 * files.el (file-name-non-special): Allow t in file-arg-indices
14034 to mean requote the return value. Use `identity' as an element
14035 rather than as the whole value.
14036
14037 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14038
14039 2004-05-22 Juanma Barranquero <lektu@terra.es>
14040
14041 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14042 `help-make-usage'.
14043 (help-highlight-arguments): Skip function name before searching
14044 for arguments.
14045
14046 2004-05-21 Juanma Barranquero <lektu@terra.es>
14047
14048 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14049 Don't mention in the docstring these arguments meant for
14050 internal (recursive) use only.
14051 (allout-char-spec): Comment out (it's not implemented).
14052 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14053 obsolescence declaration.
14054 (allout-flatten-exposed-to-buffer)
14055 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14056 (my-mark-marker): Doc fix.
14057 (produce-allout-mode-map, allout-sibling-index)
14058 (allout-isearch-expose, allout-distinctive-bullet)
14059 (allout-open-topic, allout-reindent-body)
14060 (allout-rebullet-heading, allout-process-exposed)
14061 (allout-insert-listified, allout-latex-verb-quote)
14062 (allout-insert-latex-header, allout-insert-latex-trailer):
14063 Make arguments match their use in docstring.
14064 (allout-primary-bullet, allout-old-style-prefixes)
14065 (allout-inhibit-protection, allout-init, allout-mode)
14066 (allout-before-change-protect, allout-flag-region):
14067 Use "Emacs" instead of "emacs" in docstrings.
14068
14069 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14070
14071 * international/characters.el: Modify syntax of more characters.
14072
14073 2004-05-21 Masatake YAMATO <jet@gyve.org>
14074
14075 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14076 (etags-tags-completion-table): Show parsing progress.
14077
14078 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14079
14080 * locate.el (locate-prompt-for-command): Shorten first line of
14081 docstring.
14082 (locate-mode): Expand docstring and include keymap summary.
14083
14084 * files.el (find-file-noselect-1): Limit the scope of the
14085 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14086 is, by default, nil during the execution of
14087 `find-file-not-found-functions' and `find-file-hook'.
14088
14089 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14090
14091 * facemenu.el (facemenu-color-name-equal): New function.
14092 (list-colors-display): Use it to compare colors instead of
14093 facemenu-color-equal.
14094
14095 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14096
14097 * compare-w.el (compare-windows-face): Use min-colors instead of
14098 checking for tty or pc types.
14099
14100 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14103 (completion-setup-function): Use with-current-buffer.
14104 Properly save excursion. Simplify.
14105 Don't assume there is necessarily a `mouse-face' property somewhere.
14106
14107 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14108
14109 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14110
14111 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14112 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14113 Use with-current-buffer.
14114 (byte-goto-log-buffer): Delete.
14115 (byte-compile-log-file): Call compilation-forget-errors.
14116
14117 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14118
14119 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14120 output messages into the search result.
14121
14122 2004-05-19 Masatake YAMATO <jet@gyve.org>
14123
14124 * wid-edit.el (widget-radio-button-notify): Revert my last
14125 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14126
14127 2004-05-19 Kenichi Handa <handa@m17n.org>
14128
14129 * international/characters.el: Fix syntax (open/close) of CJK chars.
14130
14131 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14132
14133 * help-mode.el (help-go-back): Don't depend on position of back button.
14134
14135 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14138 files files don't contain an accidental additional /.
14139
14140 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14141 in source buffer.
14142
14143 2004-05-18 Masatake YAMATO <jet@gyve.org>
14144
14145 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14146 to widget-apply. :action method assumes 2 arguments, not 3.
14147
14148 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14149
14150 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14151 New constants.
14152 (hs-special-modes-alist): Add an f90-mode entry.
14153
14154 2004-05-17 Sam Steingold <sds@gnu.org>
14155
14156 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14157 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14158
14159 2004-05-16 Kim F. Storm <storm@cua.dk>
14160
14161 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14162
14163 2004-05-15 John Wiegley <johnw@newartisans.com>
14164
14165 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14166 (eshell-output-object-to-target): Improve output speed 20% by not
14167 calling `eshell-stringify' if something is already known to be a string.
14168
14169 2004-05-15 Alex Ott <ott@jet.msk.su>
14170
14171 * textmodes/ispell.el (ispell-local-dictionary-alist):
14172 Add windows-1251 to the choice of coding systems.
14173 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14174 encoded in cp1251.
14175
14176 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14177
14178 * progmodes/compile.el (compilation-warning-face)
14179 (compilation-info-face): Use min-colors.
14180
14181 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14182
14183 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14184 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14185 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14186 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14187 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14188 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14189 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14190 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14191 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14192 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14193 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14194 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14195 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14196 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14197
14198 2004-05-15 Kim F. Storm <storm@cua.dk>
14199
14200 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14201 Use it to set triggered-p element of timer.
14202 (timer-event-handler): Set triggered-p element non-nil while running
14203 the timer function.
14204
14205 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14206
14207 * descr-text.el (describe-char-unicode-data)
14208 (describe-char-unicodedata-file): Re-enable the unicode code now that
14209 the licensing issues have been cleared in the unicode-4 license.
14210 (describe-text-properties-1): Remove unused `overlay' var.
14211 (describe-char): Remove unused var `buffer'.
14212
14213 2004-05-14 David Ponce <david@dponce.com>
14214
14215 * tree-widget.el: New file.
14216
14217 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14218
14219 * language/european.el ("Brazilian Portuguese"): Add support for
14220 Brazilian Portuguese.
14221
14222 2004-05-13 John Wiegley <johnw@newartisans.com>
14223
14224 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14225 `recentf-mode' if this variable has been customized to t.
14226
14227 * eshell/esh-test.el (eshell-test): Call the function
14228 `emacs-version' rather than trying to build a custom version string.
14229
14230 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * net/telnet.el (telnet-mode): Use define-derived-mode.
14233 Don't modify the global value of comint-prompt-regexp.
14234
14235 2004-05-13 John Paul Wallington <jpw@gnu.org>
14236
14237 * version.el (emacs-version): Check for `gtk' feature before
14238 `x-toolkit' feature.
14239
14240 2004-05-13 Juanma Barranquero <lektu@terra.es>
14241
14242 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14243 arguments in the docstring, they're used only in recursive calls.
14244
14245 * help-fns.el (help-arg-highlighting-function)
14246 (help-argument-name): Delete.
14247 (help-default-arg-highlight): New function.
14248 (help-do-arg-highlighting): Use it.
14249
14250 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14251
14252 * calendar/appt.el (appt-disp-window):
14253 Use `calendar-set-mode-line' for a centered mode-line.
14254
14255 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14256
14257 * calendar/appt.el (appt-disp-window): Do not split window
14258 excessively when `split-height-threshold' is low.
14259
14260 2004-05-12 Nick Roberts <nickrob@gnu.org>
14261
14262 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14263 kill-buffer-hook here and make it local.
14264 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14265
14266 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14267
14268 * progmodes/compile.el (compilation-set-window-height):
14269 Use save-excursion to protect against misplaced marker.
14270
14271 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14272
14273 * custom.el (defface): Document that type can have value gtk.
14274
14275 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14276
14277 2004-05-12 Kenichi Handa <handa@m17n.org>
14278
14279 * descr-text.el: Require quail at comile time.
14280 (describe-char): If an input method is on and it supports the
14281 character, show how to input it.
14282
14283 * international/quail.el (quail-install-decode-map): Accept a
14284 char-table whose subtype is `quail-decode-map'.
14285 (quail-store-decode-map-key, quail-gen-decode-map1)
14286 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14287 (quail-show-key): New functions.
14288
14289 2004-05-12 Juanma Barranquero <lektu@terra.es>
14290
14291 * generic.el (define-generic-mode): Remove redundant arglist info.
14292
14293 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14294 Make arguments match their use in docstring.
14295 (help-arg-highlighting-function): New variable.
14296 (help-argument-name): Mention it in the docstring.
14297 (help-do-arg-highlight): Use it. Expand regexp to accept also
14298 ARG-xxx and xxx-ARG references.
14299
14300 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14301
14302 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14303 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14304 and "mailto:addr1?to=addr2" equal.
14305
14306 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14307
14308 * man.el (Man-getpage-in-background): Use shell-file-name
14309 and shell-command-switch variables instead of hard-coded values.
14310
14311 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14312
14313 * iimage.el: New file.
14314
14315 2004-05-11 Juanma Barranquero <lektu@terra.es>
14316
14317 * custom.el (custom-initialize-default, defcustom):
14318 Fix typo in docstring.
14319
14320 * files.el (set-visited-file-name, file-expand-wildcards):
14321 Fix docstring.
14322
14323 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14326
14327 * subr.el (eventp): Be more discriminating with integers.
14328
14329 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14330
14331 * progmodes/compile.el (compile): Add universal prefix arg.
14332 (compilation-error-regexp-alist-alist): Add edg patterns.
14333
14334 2004-05-10 Sam Steingold <sds@gnu.org>
14335
14336 * textmodes/ispell.el (ispell-message):
14337 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14338
14339 2004-05-10 Dave Love <fx@gnu.org>
14340
14341 * progmodes/python.el (help-buffer): Autoload when compiling.
14342 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14343 (run-python): Prepend to any existing PYTHONPATH.
14344
14345 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14346
14347 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14348 for pending breakpoints.
14349
14350 2004-05-10 Richard M. Stallman <rms@gnu.org>
14351
14352 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14353 directly without calling any functions in Rmail.
14354 (unrmail-unprune): Function deleted.
14355
14356 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14359 C-c C-z binding.
14360
14361 2004-05-10 Kenichi Handa <handa@m17n.org>
14362
14363 * descr-text.el (describe-char): Fix previous change. Don't make
14364 a unibyte character to multibyte in the *Help* buffer.
14365
14366 2004-05-10 Miles Bader <miles@gnu.org>
14367
14368 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14369 buffer an error if the debugger process is actually running.
14370
14371 2004-05-10 Juanma Barranquero <lektu@terra.es>
14372
14373 * help-fns.el (help-argument-name): Default to italic.
14374 (help-highlight-arguments): Return always (usage . doc), even when
14375 usage is nil.
14376
14377 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14378 (define-ibuffer-filter): Add usage info.
14379 (define-ibuffer-op): Add usage info (but CL-style defaults for
14380 keyword args are not shown).
14381
14382 * subr.el (remove-overlays, read-passwd): Fix docstring.
14383 (start-process-shell-command): Fix docstring. Put usage info in a
14384 format usable by `describe-function'.
14385 (open-network-stream, open-network-stream-nowait)
14386 (open-network-stream-server): Fix docstring.
14387
14388 2004-05-09 Jason Rumney <jasonr@gnu.org>
14389
14390 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14391 Only define cp125* if windows-125* is already defined.
14392
14393 * language/korean.el (cp949): Add alias.
14394
14395 * language/chinese.el (cp936, cp950): Add aliases.
14396
14397 * language/japanese.el (cp932): Add alias.
14398
14399 * term/w32-win.el: Require code-pages.
14400
14401 * international/mule-cmds.el (set-locale-environment):
14402 On MS-Windows use ansi code-page for default coding-systems.
14403 Set up paper sizes for Windows 3 letter languages.
14404
14405 * international/code-pages.el (cp932, cp936, cp949, cp950):
14406 Add aliases. Also add cp125* if not already defined.
14407
14408 2004-05-09 Juanma Barranquero <lektu@terra.es>
14409
14410 * help-fns.el (help-highlight-arguments): Don't try to highlight
14411 missing or autoloaded arglists. Accept structured arguments, like
14412 the first ones of `do' and `flet'.
14413
14414 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14415 (cvs-get-marked): Remove redundant arglist info.
14416
14417 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14418 Don't use CL-style default args.
14419
14420 2004-05-08 Andreas Schwab <schwab@suse.de>
14421
14422 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14423
14424 * international/subst-ksc.el: Fix references to utf-translate-cjk
14425 into utf-translate-cjk-mode.
14426 * international/subst-big5.el: Likewise.
14427 * international/subst-gb2312.el: Likewise.
14428 * international/subst-jis.el: Likewise.
14429 * international/utf-16.el: Likewise.
14430 * international/utf-8.el: Likewise.
14431
14432 2004-05-08 John Wiegley <johnw@newartisans.com>
14433
14434 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14435 "virtual buffers" (off by default), which makes it possible to
14436 switch to the "virtual" buffers of recently visited files. When a
14437 buffer name search fails, and this option is on, iswitchb will
14438 look at the list of recently visited files, and permit matching
14439 against those names. When the user hits RET on a match, it will
14440 revisit that file.
14441 (iswitchb-read-buffer): Add two optional arguments, which makes
14442 isearchb.el possible.
14443 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14444 (iswitchb-next-match): Add support for virtual buffers.
14445
14446 * isearchb.el: This module extends iswitchb to provide "as you
14447 type" buffer selection.
14448
14449 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14450 Ignore the read-only property when flyspell highlighting is on.
14451 Not ignoring it leads to a series of confusing errors.
14452 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14453 but also make sure to call flyspell-incorrect-hook.
14454 (flyspell-maybe-correct-transposition): Perform transposition test
14455 by bit twiddling a string, rather than using a temp buffer.
14456 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14457 buffer. This is also the original version of the code, which
14458 could not be checked in before due to a previous lack of
14459 assignment papers. This version has seen heavy usage on my system
14460 for several years now.
14461
14462 * calendar/cal-bahai.el: New file, which adds support for the
14463 Baha'i calendar to Emacs. This calendar is based on a solar year
14464 of 19 months of 19 days, with 4 intercalary days. Each year
14465 begins on March 21, with the calendar starting in 1844.
14466
14467 * calendar/cal-menu.el, calendar/calendar.el
14468 * calendar/diary-lib.el, calendar/holidays.el:
14469 Added support for using cal-bahai.el.
14470
14471 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14472 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14473 function can be used outside of eshell buffers.
14474 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14475
14476 2004-05-08 Juanma Barranquero <lektu@terra.es>
14477
14478 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14479 word constituent so FOO-ARG is not recognized as an arg.
14480 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14481
14482 * simple.el (next-error): Fix typo in docstring.
14483 (open-line): Make argument names match their use in docstring.
14484 (split-line): Fix docstring.
14485
14486 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14487 usable by `describe-function'.
14488 (gensym, gentemp, typep, ignore-errors): Make argument names match
14489 their use in docstring.
14490
14491 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14492 argument to `help-setup-xref'.
14493
14494 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14495
14496 Version 2.0.40 of Tramp released.
14497
14498 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14499 Use symbol-function to invoke functions only known on some Emacs
14500 flavors. This avoids byte-compiler warnings. Reported by Kevin
14501 Scaldeferri <kevin@scaldeferri.com>.
14502 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14503 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14504 consistent with the other tramp-do-* functions.
14505 (tramp-do-copy-or-rename-file): Calls adjusted.
14506 (tramp-process-initial-commands): Avoid liveness check on shell --
14507 we know that it must be alive since we're opening a connection at
14508 this moment.
14509 (tramp-last-cmd): New internal variable.
14510 (tramp-process-echoes): New tunable.
14511 (tramp-send-command): Set tramp-last-cmd.
14512 (tramp-wait-for-output): Delete echo, if applicable.
14513 (tramp-read-passwd): Construct the key for the password cache in a
14514 way that works for multi methods, too.
14515 (tramp-bug): Add backup-directory-alist and
14516 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14517
14518 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14519
14520 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14521
14522 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14523 (tramp-actions-copy-out-of-band): New defcustoms.
14524 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14525 used instead of a synchronous one. Allows password entering.
14526 (tramp-action-out-of-band): New defun.
14527 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14528 Remove restriction with password from doc string.
14529 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14530 `tramp-out-of-band-prompt-regexp',
14531 `tramp-actions-copy-out-of-band', `password-cache' and
14532 `password-cache-expiry'.
14533 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14534 password caching.
14535 (tramp-touch): FILE can be a local file, too.
14536 (TODO): Remove items done.
14537 (tramp-handle-insert-directory): Properly quote file name also if
14538 not full-directory-p. Handle wildcard case. Reported by Andreas
14539 Schwab <schwab@suse.de>.
14540 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14541 new file.
14542 (tramp-handle-file-local-copy, tramp-handle-write-region):
14543 The permissions of the temporary file are set if filename exists.
14544 Reported by Ted Stern <stern@cray.com>.
14545 (tramp-backup-directory-alist)
14546 (tramp-bkup-backup-directory-info): New defcustoms.
14547 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14548 (tramp-handle-find-backup-file-name): New function.
14549 Implements Tramp's find-backup-file-name.
14550
14551 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14552 for `find-backup-file-name'.
14553
14554 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14555 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14556
14557 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14558
14559 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14560
14561 2004-05-07 Juanma Barranquero <lektu@terra.es>
14562
14563 * subr.el (lambda): Add arglist description to docstring.
14564 (declare): Fix typo in docstring.
14565 (open-network-stream): Fix docstring.
14566 (process-kill-without-query): Fix docstring and add obsolescence info.
14567 (last, butlast, nbutlast): Make arguments match their use in docstring.
14568 (insert-buffer-substring-no-properties): Likewise.
14569 (insert-buffer-substring-as-yank): Likewise.
14570 (split-string): Fix docstring.
14571
14572 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14573 Make argument names match their use in docstring.
14574
14575 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14576
14577 2004-05-06 Nick Roberts <nickrob@gnu.org>
14578
14579 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14580 Fit first sentence on one line for apropos-command.
14581
14582 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 Changes largely merged in from Dave Love's code.
14585 * progmodes/python.el: Doc fixes.
14586 (python-mode-map): Add python-complete-symbol.
14587 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14588 (python-comment-indent, python-complete-symbol)
14589 (python-symbol-completions, python-partial-symbol)
14590 (python-try-complete): New.
14591 (python-indent-line): Remove optional arg. Use python-block-end-p.
14592 (python-check): Bind compilation-error-regexp-alist.
14593 (inferior-python-mode): Use rx. Move keybindings to top level.
14594 Set comint-input-filter.
14595 (python-preoutput-filter): Use rx.
14596 (python-input-filter): Re-introduce.
14597 (python-proc): Start new process if necessary.
14598 Check python-buffer non-nil.
14599 (view-return-to-alist): Defvar.
14600 (python-send-receive): New.
14601 (python-eldoc-function): Use it.
14602 (python-mode-running): Don't defvar.
14603 (python-mode): Set comment-indent-function.
14604 Maybe update hippie-expand-try-functions-list.
14605 (python-indentation-levels): Initialize differently.
14606 (python-block-end-p): New.
14607 (python-indent-line): Use it.
14608 (python-compilation-regexp-alist): Augment.
14609 (run-python): Import `emacs' module to Python rather than loading
14610 code directly. Set python-buffer differently.
14611 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14612 Use python-proc.
14613 (python-send-command): Go to end of comint buffer.
14614 (python-load-file): Use python-proc, emacs.eimport.
14615 (python-describe-symbol): Simplify interactive form.
14616 Use emacs.help. Do use temp-buffer-show-hook.
14617 Call print-help-return-message.
14618 (hippie-exp): Require when compiling.
14619 (python-preoutput-continuation): Use rx.
14620
14621 * diff-mode.el (diff-make-unified): Fix regexp.
14622
14623 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14624
14625 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14626 filter groups from the buffer when rebuilding the Ibuffer buffer
14627 and `ibuffer-show-empty-filter-groups' is nil.
14628
14629 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14630
14631 * ps-print.el (ps-print-quote): Call ps-value-string.
14632 (ps-setup): Call ps-comment-string.
14633 (ps-value-string, ps-comment-string): New funs.
14634
14635 2004-05-06 Juanma Barranquero <lektu@terra.es>
14636
14637 * ehelp.el (electric-help-command-loop): Check whether the last
14638 character is visible, not (point-max).
14639
14640 * help-fns.el (help-argument-name): Default to bold; don't inherit
14641 from font-lock-variable-name-face.
14642 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14643
14644 2004-05-05 Kenichi Handa <handa@m17n.org>
14645
14646 * descr-text.el (describe-char): Copy the character with text
14647 properties and overlays into the first line, and call
14648 describe-text-properties on it.
14649
14650 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14651
14652 * iswitchb.el (iswitchb-global-map): Fix typo.
14653 Remove unwanted ###autoloads from source file.
14654
14655 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14656
14657 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14658 in run-hooks. Use substitute-command-keys in message.
14659 (wdired-abort-changes): Add message.
14660
14661 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14662
14663 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14664 (sql-emacs20-p): Remove.
14665 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14666 (sql-builtin-face, sql-doc-face): Remove.
14667 (sql-mode-ansi-font-lock-keywords)
14668 (sql-mode-oracle-font-lock-keywords)
14669 (sql-mode-postgres-font-lock-keywords)
14670 (sql-mode-linter-font-lock-keywords)
14671 (sql-mode-ms-font-lock-keywords)
14672 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14673 (sql-product-font-lock): Fix font-lock reset when font rules change.
14674 (sql-highlight-product): Remove incorrect font-lock reset logic.
14675
14676 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14677
14678 * ses.el (ses-set-parameter): Fix typo.
14679
14680 2004-05-04 Kim F. Storm <storm@cua.dk>
14681
14682 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14683 Must expand directory for completion to work; and don't mess with
14684 process-environment.
14685 (ido-read-file-name): If command has ido property, don't use ido
14686 if value is ignore, or read as directory if value is dir.
14687 Set ido ignore property for dired-do-rename command.
14688
14689 2004-05-04 Juanma Barranquero <lektu@terra.es>
14690
14691 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14692 (electric-help-help): Check against unmapped commands.
14693
14694 * help-fns.el (help-argument-name): New face, inheriting from
14695 font-lock-variable-name-face, to highlight function arguments in
14696 `describe-function' and `describe-key'.
14697 (help-do-arg-highlight): Auxiliary function to highlight a given
14698 list of arguments in a string.
14699 (help-highlight-arguments): Highlight the function arguments and
14700 all uses of them in the docstring.
14701 (describe-function-1): Use it. Do docstring output via `insert',
14702 not 'princ', so text attributes are preserved.
14703
14704 * winner.el (winner-mode-map): Move `winner-undo' and
14705 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14706 previous bindings conflict with `prev-buffer', `next-buffer').
14707
14708 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14709
14710 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14711 (bibtex-entry-update): New command bound to C-c C-u.
14712 (bibtex-text-in-string): Fix regexp.
14713 (bibtex-assoc-of-regexp): Remove.
14714 (bibtex-progress-message): Fix docstring.
14715 (bibtex-inside-field): Use if.
14716 (bibtex-assoc-regexp): New function.
14717 (bibtex-format-entry): Make code more robust so that it formats
14718 also old entries.
14719 (bibtex-autokey-demangle-title): Merge with obsolete function
14720 bibtex-assoc-of-regexp.
14721 (bibtex-field-list): New function.
14722 (bibtex-entry): Use bibtex-field-list.
14723 (bibtex-parse-entry): Fix docstring.
14724 (bibtex-print-help-message): Use bibtex-field-list.
14725 (bibtex-make-field): Use bibtex-field-list.
14726 (bibtex-entry-index): Bugfix. Return crossref key if required.
14727 (bibtex-lessp): Fix docstring.
14728
14729 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14730
14731 * select.el (xselect-convert-to-string): Move comment to intended line.
14732
14733 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14734
14735 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14736 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14737
14738 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14739
14740 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14741 x-get-selection.
14742
14743 2004-05-03 Jason Rumney <jasonr@gnu.org>
14744
14745 * makefile.nt: Remove.
14746
14747 2004-05-03 Kim F. Storm <storm@cua.dk>
14748
14749 * emulation/cua-base.el (cua--update-indications): Fix last change.
14750 (cua-mode): Deactivate mark when cua-mode is enabled.
14751
14752 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14753
14754 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14755
14756 2004-05-03 Nick Roberts <nickrob@gnu.org>
14757
14758 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14759 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14760 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14761 window over visible frames.
14762 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14763
14764 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 * progmodes/compile.el (compilation-gcpro): New var.
14767 (compilation-fake-loc): Use it.
14768 (compilation-forget-errors): Reset it.
14769
14770 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14771
14772 * diff-mode.el (diff-header-face, diff-file-header-face):
14773 Use min-colors.
14774
14775 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14776
14777 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14778 (bibtex-clean-entry): Disentangle code.
14779 (bibtex-realign): New function.
14780 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14781 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14782 Remove undocumented optional arg called-by-convert-alien.
14783 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14784 for sorting instead of bibtex-sort-buffer.
14785
14786 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14787
14788 * progmodes/compile.el (compilation-start): In the
14789 no-async-subprocesses branch, call sit-for to give redisplay a
14790 chance to show the updated process status in the mode line, and
14791 fontify the buffer explicitly after the process exits.
14792
14793 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14794
14795 * progmodes/python.el (python-compilation-line-number): Remove.
14796 (python-compilation-regexp-alist): Don't use it any more.
14797 (python-orig-start, python-input-filter): Remove.
14798 (inferior-python-mode): Don't set up comint-input-filter-functions.
14799 (python-send-region): Use compilation-fake-loc.
14800
14801 * progmodes/compile.el (compilation-messages-start): New var.
14802 (compilation-mode): Don't setup next-error-function here.
14803 (compilation-setup): Set it up here instead (for minor modes as well).
14804 Make compilation-messages-start buffer local.
14805 (compilation-next-error-function): Use it.
14806 (compilation-forget-errors): Set compilation-messages-start.
14807
14808 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14809
14810 * ielm.el (ielm-prompt-read-only): Update docstring.
14811
14812 * comint.el (comint-prompt-read-only): Update docstring.
14813 (comint-update-fence, comint-kill-whole-line)
14814 (comint-kill-region): New functions.
14815
14816 * simple.el (kill-whole-line): Use "p" instead of "P" in
14817 interactive form.
14818
14819 2004-05-01 Juanma Barranquero <lektu@terra.es>
14820
14821 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14822 format arglist so default values in CL-style argument lists are
14823 correctly shown.
14824
14825 2004-05-01 Jason Rumney <jasonr@gnu.org>
14826
14827 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14828
14829 2004-05-01 Kenichi Handa <handa@m17n.org>
14830
14831 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14832 quail file if it is up to date.
14833
14834 2004-04-30 Juri Linkov <juri@jurta.org>
14835
14836 * cus-edit.el (custom-mode-map):
14837 Add key binding `C-x C-s' to `Custom-save'.
14838
14839 * outline.el (outline-blank-line): New var.
14840 (outline-next-preface, outline-show-heading)
14841 (outline-end-of-subtree): Use it.
14842
14843 * dired-aux.el (dired-touch-initial): New fun.
14844 (dired-do-chxxx): Call it for op-symbol `touch'.
14845 (dired-diff): Use `dired-dwim-target-directory'
14846 if current dired buffer has no buffer mark.
14847
14848 * bindings.el (propertized-buffer-identification):
14849 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14850 Add C-M-arrow keys for consistency.
14851
14852 * files.el (confirm-kill-emacs):
14853 Change group from top-level `emacs' to `convenience'.
14854
14855 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14856 Push mark on the first call of successive command calls.
14857 (insert-pair): New fun created from `insert-parentheses' with
14858 `open' and `close' arguments added. Enclose active regions
14859 in paired characters. Compare adjacent characters syntax with
14860 inserted characters syntax before inserting a space.
14861 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14862
14863 * delsel.el: Don't put `delete-selection' property
14864 on `insert-parentheses' symbol to take advantage of
14865 region handling in `insert-pair' function.
14866 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14867
14868 2004-04-30 Kim F. Storm <storm@cua.dk>
14869
14870 * emulation/cua-base.el: Add support for changing cursor types;
14871 based on patch from Michael Mauger.
14872 (cua-normal-cursor-color, cua-read-only-cursor-color)
14873 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14874 Customization cursor type and/or cursor color.
14875 (cua--update-indications): Handle cursor type changes.
14876 (cua-mode): Update cursor indications if enabled.
14877
14878 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14879
14880 * mouse.el (mouse-drag-copy-region): New defcustom.
14881 (mouse-set-region, mouse-drag-region-1): Use it.
14882
14883 * simple.el (kill-ring-save): If region face background color is
14884 unspecified (if no highlighting), show extent of fully visible
14885 region even if transient-mark-mode is enabled.
14886
14887 * emulation/cua-base.el (cua--standard-movement-commands):
14888 Add cua-scroll-up and cua-scroll-down.
14889 (cua-scroll-up, cua-scroll-down): New commands.
14890 (cua--init-keymaps): Remap scroll-up and scroll-down.
14891
14892 * emulation/cua-rect.el (cua--convert-rectangle-as):
14893 New defmacro.
14894 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14895 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14896 New commands (suggested by Jordan Breeding).
14897
14898 2004-04-30 Juanma Barranquero <lektu@terra.es>
14899
14900 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14901
14902 2004-04-30 Mario Lang <mlang@delysid.org>
14903
14904 * diff.el (diff-switches): Fix typo in docstring.
14905
14906 2004-04-30 Alex Schroeder <alex@gnu.org>
14907
14908 * xml.el (xml-debug-print-internal): Don't add newline and
14909 indentation to text nodes and write empty elements as empty tags
14910 instead of opening and closing tags.
14911 (xml-debug-print): Take optional indent-string argument.
14912 (xml-print): Alias for xml-debug-print.
14913
14914 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14915
14916 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14917 than duplicate call to `line-beginning-position'.
14918
14919 * progmodes/f90.el (f90-get-present-comment-type):
14920 Return whitespace, as well as comment chars, for consistent filling
14921 of comment blocks. Use `match-string-no-properties'.
14922 (f90-break-line): Trim trailing whitespace when filling comments.
14923
14924 2004-04-30 Dave Love <fx@gnu.org>
14925
14926 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14927 (diary-from-outlook-internal, diary-from-outlook)
14928 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14929 New functions to import diary entries from Outlook-format
14930 appointments in mail messages.
14931
14932 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14933
14934 * progmodes/python.el (python-send-command): New fun.
14935 (python-send-region, python-load-file): Use it.
14936
14937 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14938
14939 * help-fns.el (help-C-file-name): Use new subr-name.
14940 Prepend `src/' to the file name.
14941 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14942 (describe-function-1, describe-variable): Only find a C source file
14943 name if DOC is already loaded.
14944
14945 * help-mode.el (help-function-def, help-variable-def):
14946 Use the new find-function-search-for-symbol functionality.
14947 Allow FILE to be `C-source'.
14948
14949 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14950 (find-function-C-source): New fun.
14951 (find-function-search-for-symbol): Use it.
14952
14953 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14954
14955 * progmodes/sql.el (sql-product-alist): Rename variable
14956 `sql-product-support'. Add Postgres login parameters.
14957 (sql-set-product, sql-product-feature): Update with renamed variable.
14958 (sql-connect-postgres): Add username prompt.
14959 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14960 Make patterns less product specific.
14961 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14962 (sql-mode-abbrev-table): Modify initialization.
14963 (sql-builtin-face): Add variable.
14964 (sql-keywords-re): Add macro.
14965 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14966 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14967 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14968 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14969 (sql-mode-linter-font-lock-keywords)
14970 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14971 (sql-mode-sybase-font-lock-keywords)
14972 (sql-mode-informix-font-lock-keywords)
14973 (sql-mode-interbase-font-lock-keywords)
14974 (sql-mode-ingres-font-lock-keywords)
14975 (sql-mode-solid-font-lock-keywords)
14976 (sql-mode-sqlite-font-lock-keywords)
14977 (sql-mode-db2-font-lock-keywords): Default to nil.
14978 (sql-product-font-lock): Always highlight ANSI keywords.
14979 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14980 (sql-send-string): Add function.
14981
14982 2004-04-29 Dave Love <fx@gnu.org>
14983
14984 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14985 (cfengine-end-of-defun): Ensure progress through buffer.
14986
14987 * info-look.el (cfengine-mode): Accept a terminal ().
14988
14989 2004-04-29 Juri Linkov <juri@jurta.org>
14990
14991 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14992 instead of isearch-yank-word-or-char. Add new key bindings for
14993 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14994 (isearch-del-char): New fun.
14995 (isearch-forward, isearch-edit-string): Update docstring.
14996 (isearch-yank-char): Doc fix.
14997 (isearch-other-meta-char): Restore point after scrolling.
14998
14999 * progmodes/compile.el (compilation-context-lines): Add nil option
15000 to disable compilation output window scrolling.
15001 (compilation-set-window): Use it.
15002
15003 * outline.el (outline-next-preface, outline-show-heading):
15004 Don't leave unhidden blank line before heading.
15005 (outline-end-of-subtree): Include last newline into subtree.
15006 (hide-entry): Leave point at beginning of heading instead of end.
15007 (outline-up-heading): Push mark for the first call of successive
15008 command calls.
15009
15010 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15011
15012 * comint.el (comint-prompt-read-only): New variable.
15013 (comint-output-filter): Implement it.
15014
15015 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15016 (ielm-prompt-internal): New variable.
15017 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15018 (ielm-send-input): Delete unused variable `buf'.
15019 (ielm-eval-input): Use `ielm-prompt-internal'.
15020 (inferior-emacs-lisp-mode): Use new variables
15021 `comint-prompt-read-only' and `ielm-prompt-internal'.
15022 Get rid of obsolete variable `directory-sep-char'.
15023 (ielm): Use `zerop'.
15024
15025 2004-04-29 John Paul Wallington <jpw@gnu.org>
15026
15027 * thumbs.el (toplevel): Require cl at compile time.
15028 Remove conditional definitions of `ignore-errors' and `caddar'
15029 because they occur at run time.
15030
15031 2004-04-28 Nick Roberts <nickrob@gnu.org>
15032
15033 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15034 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15035 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15036 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15037
15038 * progmodes/gud.el (gud-common-init): Throw an error if program is
15039 already running under gdb.
15040
15041 2004-04-28 John Paul Wallington <jpw@gnu.org>
15042
15043 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15044 (thumbs-show-image-num): Move assignment of
15045 `thumbs-current-image-filename' within scope of `i'.
15046 (thumbs-emboss-image): Don't use `evenp'.
15047
15048 2004-04-28 Richard M. Stallman <rms@gnu.org>
15049
15050 * progmodes/compile.el (compilation-context-lines): Default now 0.
15051
15052 2004-04-28 Juanma Barranquero <lektu@terra.es>
15053
15054 Use `time-less-p' from calendar/time-date.el instead of defining
15055 custom versions of it.
15056
15057 * pcomplete.el (pcomplete-time-less-p): Remove.
15058
15059 * thumbs.el (time-less-p): Remove.
15060
15061 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15062 (timeclock-generate-report): Use `time-less-p'.
15063
15064 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15065 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15066
15067 2004-04-28 Masatake YAMATO <jet@gyve.org>
15068
15069 * subr.el (remove-overlays): Make arguments optional.
15070
15071 * wid-edit.el (widget-specify-button): Put evaporate to the
15072 overlay for sample.
15073 (widget-specify-sample): Put evaporate to the overlay for sample.
15074 (widget-specify-doc): Put evaporate to the overlay for documentation.
15075
15076 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15077
15078 * info.el (info-apropos): Make it an index node. Align node names
15079 like makeinfo.
15080
15081 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15082
15083 * net/browse-url.el (browse-url-netscape-sentinel)
15084 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15085 (browse-url-epiphany-sentinel, browse-url-mosaic):
15086 Use browse-url-*-program instead of a literal program name.
15087
15088 2004-04-27 Kevin Ryde <user42@zip.com.au>
15089
15090 * eshell/em-alias.el:
15091 * eshell/em-dirs.el:
15092 * eshell/em-hist.el:
15093 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15094 features when M-x customize-group loads modules before the main
15095 eshell.el.
15096
15097 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15098
15099 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15100 either a character representation of an event or an event
15101 description list.
15102
15103 * type-break.el: Capitalise Emacs and Lisp.
15104 (type-break-good-break-interval, type-break-demo-boring-stats)
15105 (type-break-terse-messages, type-break-file-name): New defcustoms.
15106 (type-break-post-command-hook)
15107 (type-break-warning-countdown-string): Quote variable names in doc.
15108 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15109 (type-break-mode): Document type-break-good-break-interval and the
15110 "session" file. Schedule break according to the session file.
15111 Kill session file buffer on exit. Organise for save-some-buffers
15112 to always save the session file.
15113 (type-break-mode-line-message-mode, type-break-query-mode):
15114 Uppercase arguments.
15115 (type-break-file-time, type-break-file-keystroke-count, timep)
15116 (type-break-choose-file, type-break-get-previous-time)
15117 (type-break-get-previous-count): New defuns.
15118 (type-break): Avoid break querying after a completed break in the
15119 case where the query was initiated during user invocation of the
15120 break. Optional terse messages.
15121 Use type-break-good-break-interval if type-break-good-rest-interval is
15122 nil. File the break time.
15123 (type-break-schedule): New optional args for overriding the use of
15124 the current time.
15125 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15126 after a break.
15127 (type-break-check): File the keystroke count.
15128 (type-break-do-query): Prevent a second query when the break is
15129 interrupted. Optional terse message.
15130 (type-break-keystroke-reset): Record the start of a typing interval.
15131 (type-break-demo-boring): Optional terse messages. Display word
15132 per minute and keystroke counts according to
15133 type-break-demo-boring-stats.
15134
15135 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15136
15137 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15138 directories, make sure they exist under archive-tmpdir.
15139
15140 2004-04-27 Juri Linkov <juri@jurta.org>
15141
15142 * help.el (view-emacs-news): With argument, display info for the
15143 selected version by finding it among different NEWS files, and
15144 narrowing the buffer to the selected version.
15145
15146 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15147 same-window-buffer-names.
15148 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15149 non-numeric prefix argument, append the number to the buffer name
15150 for numeric prefix argument.
15151 (info-other-window): Bind same-window-regexps to nil.
15152 (Info-reference-name): Rename to Info-point-loc.
15153 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15154 and Info-find-index-name for stringy Info-point-loc.
15155 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15156 without middle `.', but with final `.' and optional line number
15157 for it. Set Info-point-loc for index nodes.
15158 (Info-index): Remove middle `.' from index entry regexp.
15159 Modify line number regexp.
15160 (Info-index-next): Decrement line number.
15161 (info-apropos): Remove middle `.' from index entry regexp.
15162 Add optional line number regexp at the end. Add matched value
15163 for line number to the result list and insert it to the buffer.
15164 Replace match-string by match-string-no-properties.
15165 Reorder result list.
15166 (Info-fontify-node): Hide index line numbers.
15167 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15168 empty matches.
15169 (Info-follow-reference): Use `str' instead of
15170 Info-following-node-name-re.
15171 (Info-toc): Use full file names. Set Info-current-node to "Top".
15172 (Info-fontify-node): Compare file names without directory name.
15173 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15174 Set second arg of Info-extract-menu-node-name for index nodes.
15175 (info-xref-visited): Use magenta3 instead of magenta4.
15176 (Info-mode): Add info-apropos to docstring.
15177
15178 * log-view.el (log-view-diff): Replace interactive code "r"
15179 by a list to allow to call it even if region is not active.
15180
15181 * paren.el (show-paren-highlight-openparen): New var.
15182 (show-paren-function): Turn on openparen highlighting when
15183 matching forward if show-paren-highlight-openparen is non-nil.
15184
15185 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15186 the constant value 1.
15187 (completions-common-part): Expand docstring.
15188
15189 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15190
15191 2004-04-27 Kim F. Storm <storm@cua.dk>
15192
15193 * image.el (insert-sliced-image): Use line-height instead of
15194 line-spacing property on newline.
15195
15196 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15197
15198 * desktop.el (desktop-buffer-misc-data-function): Rename to
15199 desktop-save-buffer and change docstring.
15200 (desktop-buffer-modes-to-save): Delete.
15201 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15202 desktop-buffer-modes-to-save.
15203 (desktop-save): Rename desktop-buffer-misc-data-function to
15204 desktop-save-buffer and allow non-function value.
15205 (desktop-missing-file-warning): Correct docstring.
15206
15207 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15208 to desktop-save-buffer.
15209
15210 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15211 desktop-save-buffer.
15212
15213 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15214
15215 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15216
15217 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15218
15219 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15220
15221 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15222
15223 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15224 (ielm): Only go to the end of the buffer when starting a new process.
15225
15226 2004-04-25 Juanma Barranquero <lektu@terra.es>
15227
15228 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15229 mode line. Bind `inhibit-read-only' to t before modifying
15230 properties of text in the buffer.
15231 (ielm): Force point to the end of buffer, even when running ielm
15232 from inside itself.
15233
15234 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15235
15236 * info.el (info-apropos): Reset Info-complete-cache.
15237
15238 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15239
15240 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15241 Also recognize severe Irix et al. messages.
15242 (compilation-normalize-filename, compile-abbreviate-directory):
15243 Delete functions.
15244 (compilation-get-file-structure): New function inherits
15245 functionality of the two preceding ones.
15246 (compilation-internal-error-properties, compilation-fake-loc):
15247 Use it so that different paths to the same file share the same
15248 markers. Also optimize finding adjacent marker slightly.
15249
15250 2004-04-25 Kim F. Storm <storm@cua.dk>
15251
15252 * image.el (insert-sliced-image): Add line-spacing t property
15253 to newlines separating image lines.
15254
15255 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15256
15257 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15258
15259 * ielm.el (ielm-prompt-read-only): New user option.
15260 (ielm-prompt): Expand docstring to describe new behavior.
15261 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15262 mention it in the docstring.
15263
15264 2004-04-24 Andreas Schwab <schwab@suse.de>
15265
15266 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15267
15268 * diff.el (diff): Set default-directory in diff buffer.
15269
15270 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15271
15272 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15273 mail was being composed if the terminal cannot display more than
15274 one frame; instead, switch to previous frame.
15275
15276 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15277 (rmail-start-mail): Support rmail-mail-new-frame even on
15278 terminals that can display only one frame at a time.
15279
15280 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15281
15282 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15283 (checkdoc-output-font-lock-keywords): Remove error regexp.
15284 (checkdoc-output-mode-map): Remove.
15285 (checkdoc-output-mode): Derive from compilation-mode.
15286 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15287
15288 * dired.el (dired-mode-map): Add a menu entry for wdired.
15289
15290 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15291 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15292
15293 * wdired.el (wdired-mode-map): Move init into declaration.
15294 Fix `return' binding.
15295 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15296 Use force-mode-line-update.
15297 (wdired-get-filename): Use `unless'.
15298 (wdired-preprocess-files): Don't assume names have no \n and use / for
15299 dir separator.
15300 (wdired-normalize-filename): Use replace-regexp-in-string.
15301 (wdired-load-hooks): Remove.
15302 (wdired-mode-hooks): Rename to wdired-mode-hook.
15303
15304 * info-look.el: Add support for cfengine-mode.
15305 (info-lookup-setup-mode): Use dolist.
15306
15307 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15308
15309 * wdired.el: New file.
15310
15311 2004-04-23 Juanma Barranquero <lektu@terra.es>
15312
15313 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15314
15315 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15316 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15317 (pcomplete--help, pcomplete--here): Doc fixes.
15318
15319 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15320
15321 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15322 handles wrong-number-of-arguments in backend call.
15323
15324 * vc.el (vc-print-log): Likewise.
15325
15326 2004-04-20 Dave Love <fx@gnu.org>
15327
15328 * emacs-lisp/rx.el: Doc fixes.
15329 (rx-constituents): Add/extend many forms.
15330 (rx-check): Check form is a list.
15331 (bracket): Defvar.
15332 (rx-check-any, rx-any, rx-check-not): Modify.
15333 (rx-not): Simplify.
15334 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15335 (rx-kleene): Use rx-trans-forms.
15336 (rx-quote-for-set): Delete.
15337 (rx): Allow multiple args.
15338
15339 2004-04-23 Kenichi Handa <handa@m17n.org>
15340
15341 * international/mule-util.el (char-displayable-p): Simplify by
15342 using internal-char-font.
15343
15344 2004-04-23 Juanma Barranquero <lektu@terra.es>
15345
15346 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15347
15348 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * diff-mode.el (diff-next-error): New fun.
15351 (diff-mode): Use it.
15352
15353 * simple.el (next-error): Change arg name.
15354 Add support for the documented C-u C-x ` usage.
15355
15356 * frame.el (special-display-popup-frame, next-multiframe-window)
15357 (previous-multiframe-window): Only consider frames on same display.
15358
15359 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15360
15361 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15362 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15363
15364 2004-04-22 Kim F. Storm <storm@cua.dk>
15365
15366 * net/telnet.el (telnet): Add optional port arg.
15367
15368 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15369
15370 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15371 Minor sanity check on the `hyperlink' slot.
15372
15373 * Makefile.in (recompile): Compile new files.
15374
15375 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15376 Add byte-recompile-directory's optional `arg'.
15377
15378 * cvs-status.el (cvs-tree-use-charset): New var.
15379 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15380 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15381 (cvs-status-cvstrees): Use it.
15382
15383 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15384 Make it a normal major mode.
15385 (checkdoc-buffer-label): Make sure the file name is meaningful.
15386 (checkdoc-output-to-error-buffer): Remove.
15387 (checkdoc-error, checkdoc-start-section): Rewrite.
15388
15389 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15390 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15391 (Info-title-4-face): Use new syntax.
15392 (info-xref-visited): Inherit from info-xref.
15393
15394 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15395
15396 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15397
15398 * simple.el (next-error-last-buffer, next-error-function):
15399 New variables for the next-error framework.
15400 (next-error-buffer-p): New function.
15401 (next-error-find-buffer): Generalize compilation-find-buffer.
15402 (next-error, previous-error, first-error, next-error-no-select)
15403 (previous-error-no-select): Move from compile.el.
15404
15405 * replace.el (occur-next-error, occur-1): Hook into the next-error
15406 framework.
15407
15408 * progmodes/compile.el (compilation-start):
15409 Set next-error-last-buffer so next-error knows where to jump.
15410 (compilation-setup): Set the buffer-local variable
15411 next-error-function to 'compilation-next-error-function.
15412 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15413 alternate way to find if a buffer is a compilation buffer, for
15414 next-error convenience.
15415 (next-error-no-select, previous-error-no-select, next-error)
15416 (previous-error, first-error): Move to simple.el.
15417 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15418 (compilation-last-buffer): Remove.
15419 (compilation-start, compilation-next-error, compilation-setup)
15420 (compilation-next-error-function, compilation-find-buffer):
15421 Remove compilation-last-buffer use.
15422
15423 2004-04-21 Juanma Barranquero <lektu@terra.es>
15424
15425 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15426 (font-lock-warning-face): Fix spacing.
15427
15428 * makefile.w32-in (WINS): Add url/ directory.
15429
15430 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15431
15432 * desktop.el (desktop-buffer-mode-handlers): New variable.
15433 Alist of major mode specific functions to restore a desktop buffer.
15434 (desktop-buffer-handlers): Make variable obsolete.
15435 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15436 Catch errors signaled in handlers. Update buffer count.
15437 Evaluate desktop-buffer-point.
15438 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15439 move to dired.el.
15440 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15441 move to info.el.
15442 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15443 move to mail/rmail.el.
15444 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15445 to mh-e/mh-e.el.
15446 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15447 On fail, print message (to message buffer) even if
15448 desktop-missing-file-warning is nil.
15449 (desktop-buffer-misc-data-function): New buffer local variable.
15450 Function returning major mode specific data.
15451 (desktop-buffer-misc-functions): Make variable obsolete.
15452 (desktop-save): Use desktop-buffer-misc-data-function.
15453 (desktop-buffer-dired-misc-data): Rename to
15454 dired-desktop-buffer-misc-data and move to dired.el.
15455 (desktop-buffer-info-misc-data): Rename to
15456 Info-desktop-buffer-misc-data and move to info.el.
15457 (desktop-read): Add message about number of buffers restored/failed.
15458
15459 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15460 Add parameters. Pause to display error only when
15461 desktop-missing-file-warning is non-nil.
15462 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15463 (dired-mode): Bind desktop-buffer-misc-data-function.
15464
15465 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15466 Add Parameters.
15467 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15468 (Info-mode): Bind desktop-buffer-misc-data-function.
15469
15470 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15471 Add Parameters.
15472
15473 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15474 Add Parameters.
15475
15476 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15477
15478 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15479 the case of letters in case-insensitive expansions when the
15480 abbrev is preceded by characters with letter syntax.
15481
15482 2004-04-21 Richard M. Stallman <rms@gnu.org>
15483
15484 * progmodes/cperl-mode.el (cperl-putback-char):
15485 Delete Emacs 18 definition.
15486
15487 * international/mule.el (ctext-post-read-conversion):
15488 Use assoc-string, not assoc-ignore-case.
15489
15490 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15491
15492 * emacs-lisp/easymenu.el (easy-menu-add):
15493 Do call x-popup-menu, but only if it's defined.
15494
15495 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15496
15497 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15498 Handle multiple args: compile like progn.
15499
15500 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15501 take all args as &rest arg.
15502
15503 * autoinsert.el (auto-insert-alist): Insert the user's name in
15504 copyright notice, rather than Free Software Foundation.
15505
15506 2004-04-21 Kenichi Handa <handa@m17n.org>
15507
15508 * descr-text.el (describe-char): Make it work on *Help* buffer.
15509
15510 2004-04-21 Kim F. Storm <storm@cua.dk>
15511
15512 * image.el (insert-image): Add optional SLICE arg.
15513 (insert-sliced-image): New defun.
15514
15515 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15516
15517 * subr.el (read-number): Check whether `default' is nil.
15518
15519 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15520
15521 * progmodes/compile.el (compilation-error-properties):
15522 Split into two.
15523 (compilation-internal-error-properties): New one.
15524 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15525
15526 2004-04-20 Richard M. Stallman <rms@gnu.org>
15527
15528 * window.el (split-window-save-restore-data):
15529 Don't update the data if OLD-INFO is nil.
15530
15531 * view.el (view-return-to-alist): Mark it permanent local.
15532
15533 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15534
15535 * recentf.el (recentf-save-list): Catch and warn about errors.
15536
15537 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15538 so "Buffers" won't be pure.
15539
15540 * help-mode.el (help-mode-finish): Set help-return-alist first
15541 thing, setting only the entry for the selected window.
15542
15543 * help-fns.el (describe-function-1): If many non-control non-meta
15544 keys run the command, don't list all of them.
15545
15546 2004-04-20 Juanma Barranquero <lektu@terra.es>
15547
15548 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15549 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15550
15551 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15552
15553 2004-04-20 Kenichi Handa <handa@m17n.org>
15554
15555 * international/quail.el (quail-lookup-key): New optional arg
15556 NOT-RESET-INDICES.
15557 (quail-get-translations): Call quail-lookup-key with
15558 NOT-RESET-INDICES t.
15559 (quail-completion): Likewise.
15560 (quail-lookup-map-and-concat): Likewise.
15561
15562 2004-04-20 Kenichi Handa <handa@m17n.org>
15563
15564 * international/quail.el (quail-update-translation): Don't insert
15565 such an unsupported multibyte char in a unibyte buffer.
15566
15567 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15568
15569 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15570 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15571 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15572 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15573 (gdb-frame-assembler-buffer): Improve behaviour with
15574 multiple frames.
15575 (gdb-display-buffer): Extend search to all visible frames.
15576
15577 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15578
15579 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15580 characters left after base64 decoding.
15581 (rmail-decode-region): Use -dos variety of `coding', to remove any
15582 ^M characters left after qp or base64 decoding.
15583
15584 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15585
15586 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15587 messages.
15588
15589 2004-04-19 Stephen Eglen <stephen@gnu.org>
15590
15591 * add-log.el (add-change-log-entry): Update doc string to mention
15592 add-log-full-name and add-log-mailing-address.
15593
15594 2004-04-18 Juri Linkov <juri@jurta.org>
15595
15596 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15597 (Info-find-node-2): Simplify error message.
15598 (Info-insert-dir): Use Info-following-node-name.
15599 (Info-goto-node): Remove *info-history* and *info-toc*.
15600 (Info-history): Create a node of the virtual history file.
15601 (Info-toc): Create a node of the virtual toc file.
15602 (Info-insert-toc): New arg `curr-file' for reference file names.
15603 (info-apropos): Remove redundant var binding for temp-file.
15604 (Info-index, Info-index-next, Info-mode): Doc fix.
15605 (Info-goto-emacs-command-node): Don't jump to *info* from
15606 non-*info* Info buffers.
15607 (Info-fontify-node): Don't show the file name of external
15608 references if `Info-hide-note-references' is `hide'. Don't hide
15609 newlines at the end of paragraphs.
15610
15611 * international/mule-diag.el (list-input-methods):
15612 Fix args to help-xref-button.
15613
15614 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15615 to put into effect local variables from TUTORIAL files.
15616
15617 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15618 with default value taken from the variable `sentence-end'.
15619 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15620 Add nil const to :type.
15621 (sentence-end-without-period, sentence-end-double-space)
15622 (sentence-end-without-space): Doc fix.
15623
15624 * textmodes/paragraphs.el (forward-sentence):
15625 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15626 (fill-delete-newlines):
15627 * progmodes/cc-cmds.el (c-beginning-of-statement):
15628 Use function `sentence-end' instead of variable `sentence-end'.
15629
15630 2004-04-18 Andreas Schwab <schwab@suse.de>
15631
15632 * progmodes/compile.el (compilation-start): Set window start to
15633 point-min if compilation-scroll-output is nil.
15634
15635 2004-04-18 John Wiegley <johnw@newartisans.com>
15636
15637 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15638
15639 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15640
15641 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15642 (gdb-info-breakpoints-custom): Revert previous change.
15643 (gdb-view-assembler): Update assembler if necessary.
15644 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15645 (gdb-display-source-buffer): Update properly when both source and
15646 assembler are visible.
15647
15648 2004-04-17 John Wiegley <johnw@newartisans.com>
15649
15650 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15651 which limits the number of names shown in the minibuffer. Off by
15652 default.
15653 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15654 up iswitchb for users with a multitude of open buffers by showing
15655 only the first and last N/2 buffers in the completion list (which
15656 is enough to aid C-s/C-r, and to know that more characters are
15657 needed to refine the completion list).
15658
15659 2004-04-17 Richard M. Stallman <rms@gnu.org>
15660
15661 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15662 (file-truename): Expand all ~ constructs directly.
15663 (insert-directory): Delete any error msg output by the
15664 `insert-directory-program'.
15665
15666 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15667 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15668 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15669 (allout-init): Use find-file-hook, not find-file-hooks.
15670 (allout-mode): Eliminate Emacs 18 support.
15671 Use write-contents-functions, not local-write-file-hooks.
15672
15673 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15674
15675 * progmodes/compile.el (compilation-error-properties): Fix for
15676 adding messages when there are already markers for their file.
15677 (compilation-fake-loc): New function.
15678
15679 2004-04-16 Dave Love <fx@gnu.org>
15680
15681 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15682 (python-load-file): Fix python-orig-start setting.
15683
15684 * progmodes/compile.el: Doc fixes.
15685 (compilation-error-regexp-alist-alist)
15686 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15687 (compilation-assq): Wrap in eval-when-compile.
15688 (compilation-mode-font-lock-keywords): Don't use list*.
15689 (compilation-start): Avoid warning.
15690 (compilation-compat-error-properties)
15691 (compilation-directory-properties): Add keymap property.
15692 (compilation-parsing-end): Make it a marker for better compatibility.
15693
15694 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15695
15696 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15697
15698 * xml.el: Doc fixes.
15699 (xml-get-children): Only looks at sub-tags and ignore strings.
15700
15701 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15702
15703 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15704
15705 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15706
15707 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15708
15709 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15710
15711 * vc.el (vc-print-log): Likewise.
15712
15713 2004-04-16 Masatake YAMATO <jet@gyve.org>
15714
15715 * simple.el (completion-setup-function): Set an initial value
15716 to `element-common-end' before entering loop. Set a value
15717 to `element-common-end' at the end of loop.
15718 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15719 (completions-common-part): Rename from completion-de-emphasis.
15720 (completions-first-difference): Rename from completion-emphasis.
15721 Suggested by RMS.
15722
15723 2004-04-16 Juanma Barranquero <lektu@terra.es>
15724
15725 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15726 (bookmark-edit-annotation-mode): Add mode name.
15727
15728 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15729
15730 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15731 for nested conflict markers.
15732 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15733
15734 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15735
15736 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15737
15738 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15739
15740 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15741
15742 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15743 Give a backtrace if requested.
15744
15745 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15746
15747 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15748 Remove unused functions.
15749 (python-orig-start-line, python-orig-file): Remove.
15750 (python-orig-start): New var.
15751 (python-input-filter, python-compilation-line-number)
15752 (python-send-region, python-load-file): Use it.
15753
15754 * info.el (info): Always jump to *info*.
15755
15756 * subr.el (posn-set-point): New function.
15757
15758 * mouse.el (mouse-set-point): Use it.
15759
15760 * progmodes/compile.el (compile-goto-error): Use it.
15761 (compilation-button-map): New keymap.
15762 (compilation-error-properties): Use it.
15763 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15764
15765 * smerge-mode.el (smerge-popup-context-menu): Use it.
15766
15767 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15768 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15769 mouse and non-mouse case.
15770
15771 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15772 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15773
15774 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15775 Make it work for non-mouse events.
15776
15777 * pcvs-info.el (cvs-status-map): Update binding name.
15778
15779 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15780
15781 * xml.el (xml-maybe-do-ns): New function to handle namespace
15782 parsing of both attribute and element names.
15783 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15784 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15785 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15786 (xml-parse-attlist): Make it do its own namespace parsing.
15787
15788 2004-04-14 Dave Love <fx@gnu.org>
15789
15790 * progmodes/python.el (run-python): Fix use of \n.
15791 (python-load-file): Remove `try' from Python fragment.
15792 (python-describe-symbol): Fix message.
15793
15794 * comint.el: Doc fixes.
15795 (comint-last-input-start, comint-last-input-end)
15796 (comint-last-output-start): Give them values.
15797 (comint-arguments): Avoid warning.
15798 (comint-skip-prompt): Use line-end-position.
15799 (comint-backward-matching-input): Rename arg to agree with doc.
15800 (comint-extract-string): Use syntax-ppss.
15801 (comint-dynamic-simple-complete): Delete useless list construction.
15802 (comint-redirect-subvert-readonly): New.
15803 (comint-redirect-preoutput-filter): Use it.
15804
15805 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15806 Correctly handle negative arguments when calling hook functions.
15807
15808 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15809
15810 * info.el (info-apropos): Don't clobber Info-history-list.
15811
15812 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15813
15814 * progmodes/compile.el (compilation-setup):
15815 Localize overlay-arrow-position.
15816 (compilation-sentinel): Restructure code equivalently.
15817 (compilation-next-error): Find message on same line after point if
15818 not found before point.
15819 (compile-mouse-goto-error): Restore function so that compilation
15820 buffer need not be current and use compile-goto-error.
15821 (compile-goto-error): Restore function.
15822 (next-error): Set overlay-arrow-position.
15823 (compilation-forget-errors): Don't localize already local
15824 compilation-locs and remove FIXME about refontifying.
15825
15826 2004-04-14 Kim F. Storm <storm@cua.dk>
15827
15828 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15829 (command-line): New option -Q. Like -q --no-site-file, but
15830 in addition it also disables menu-bar, tool-bar, scroll-bars,
15831 tool-tips, and the blinking cursor.
15832 (command-line-1): Skip startup screen if -Q.
15833 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15834
15835 * emulation/cua-base.el (cua-read-only-cursor-color)
15836 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15837
15838 2004-04-13 Dave Love <fx@gnu.org>
15839
15840 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15841 (syntax): Don't require.
15842 (python) <defgroup>: Add :version.
15843 (python-quote-syntax): Re-written.
15844 (inferior-python-mode): Move stuff here from run-python and add
15845 some more.
15846 (python-preoutput-continuation, python-preoutput-result)
15847 (python-dotty-syntax-table): New.
15848 (python-describe-symbol): Use them.
15849 (run-python): Move stuff to inferior-python-mode. Modify code
15850 loaded into Python.
15851 (python-send-region): Use python-proc, python-send-string.
15852 (python-send-string): Send newlines too. Callers changed.
15853 (python-load-file): Re-written.
15854 (python-eldoc-function): New.
15855 (info-look): Don't require.
15856 (python-after-info-look): New. A modified version of former
15857 top-level code for use with eval-after-load.
15858 (python-maybe-jython, python-guess-indent): Use widened buffer.
15859 (python-fill-paragraph): Re-written.
15860 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15861 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15862
15863 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15866 Set compilation-error-regexp-alist earlier.
15867
15868 * progmodes/compile.el (compilation-minor-mode-map)
15869 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15870 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15871
15872 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15873
15874 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15875 corresponding to the event.
15876
15877 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15878
15879 * loadup.el: Add cygwin to system-type list, for unexec() support.
15880
15881 2004-04-12 John Paul Wallington <jpw@gnu.org>
15882
15883 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15884 (ibuffer-restore-window-config-on-quit): New variable to replace
15885 `ibuffer-delete-window-on-quit'. Update all references.
15886 (ibuffer-prev-window-config): New variable.
15887 (ibuffer-quit): Restore previous window configuration instead of
15888 deleting window.
15889 (ibuffer): Save window configuration before showing Ibuffer buffer.
15890
15891 * help.el (describe-mode): Doc fix.
15892
15893 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15894
15895 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15896 not to treat nil as a function.
15897
15898 * vc-arch.el (vc-arch-root): Be a bit more careful.
15899 (vc-arch-register): Save the buffer if we modified it.
15900 (vc-arch-delete-rej-if-obsolete): Save excursion.
15901 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15902 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15903
15904 * net/ldap.el (ldap-search): Use list*.
15905
15906 2004-04-12 Juri Linkov <juri@jurta.org>
15907
15908 * info.el (Info-follow-reference): Allow multiline reference name.
15909
15910 2004-04-11 Dave Love <fx@gnu.org>
15911
15912 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15913
15914 * progmodes/python.el: New file.
15915
15916 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15917
15918 * vc-hooks.el (vc-arg-list): Function removed.
15919 (vc-default-workfile-unchanged-p): Use condition-case to check for
15920 backward compatibility.
15921
15922 * vc.el (vc-print-log): Use condition-case to check for backward
15923 compatibility.
15924
15925 2004-04-11 Juri Linkov <juri@jurta.org>
15926
15927 * dired.el (dired-faces): New defgroup.
15928 (dired-header, dired-mark, dired-marked, dired-flagged)
15929 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15930 New faces.
15931 (dired-header-face, dired-mark-face, dired-marked-face)
15932 (dired-flagged-face, dired-warning-face, dired-directory-face)
15933 (dired-symlink-face, dired-ignored-face): New face variables.
15934 (dired-font-lock-keywords): Use them instead of font-lock faces.
15935 Split the rule for dired marks into 3 separate rules: for marks,
15936 marked file names and flagged file names.
15937
15938 * help-mode.el (help-make-xrefs): Add a final newline to the
15939 *Help* buffer.
15940
15941 2004-04-11 John Paul Wallington <jpw@gnu.org>
15942
15943 * replace.el (occur-engine): Distinguish between one and several
15944 matches in the matches per buffer heading.
15945
15946 2004-04-11 Kim F. Storm <storm@cua.dk>
15947
15948 * ido.el (ido-confirm-unique-completion): New defcustom.
15949 (ido-complete): Use it.
15950 (ido-write-file): Set it to t unconditionally.
15951
15952 2004-04-10 Miles Bader <miles@gnu.org>
15953
15954 RCS keyword removal (only non-comment changes are enumerated here):
15955
15956 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15957 (byte-compile-insert-header): Don't use `byte-compile-version'.
15958 * forms.el (forms-version): Variable removed.
15959 (forms-mode): Don't use `forms-version'.
15960 * recentf.el (recentf-version): Variable removed.
15961 * progmodes/delphi.el (delphi-version): Variable removed.
15962 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15963
15964 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15965
15966 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15967
15968 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15969
15970 * info.el (info-apropos): Improve menu item regexp.
15971
15972 2004-04-09 Simon Josefsson <jas@extundo.com>
15973
15974 * mail/smtpmail.el: Add comment, based on report by
15975 kdc@rcn.com (Kevin D. Clark).
15976
15977 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15978
15979 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15980 Redo one more thing that I didn't notice Daniel had undone.
15981
15982 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15983
15984 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15985 (gdb-goto-breakpoint, gdb-display-buffer)
15986 (gdb-display-source-buffer, gdb-view-source-function)
15987 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15988 (gdb-source-info, gdb-frame-handler): Don't specify a window
15989 for display.
15990 (gdb-info-breakpoints-custom): Remove superfluous update of
15991 assembler buffer.
15992 (gdb-many-windows): Make settable outside gdb.
15993
15994 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
15995
15996 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15997 Derive from fundamental-mode rather than text-mode.
15998
15999 2004-04-08 Juri Linkov <juri@jurta.org>
16000
16001 * info.el (Info-history): Doc fix.
16002 (Info-history-list): New var.
16003 (info-xref): Change magenta4 to blue, remove bold for dark and
16004 light backgrounds, change bold to underline for non-color classes.
16005 (info-xref-visited): New face.
16006 (Info-fontify-visited-nodes): New custom.
16007 (Info-hide-note-references): Add new value `hide'. Doc fix.
16008 (Info-reference-name): New var.
16009 (Info-selection-hook): New custom.
16010 (Info-edit-mode-hook): New var.
16011 (Info-find-file): New fun.
16012 (Info-find-node): Move part of code to Info-find-file.
16013 (Info-find-node-2): Add anchors to Info-history-list. Move point
16014 to the place with the reference name if name is defined.
16015 (Info-select-node): Add current node to Info-history-list.
16016 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16017 (Info-search-whitespace-regexp): New custom.
16018 (Info-search-case-fold): New var.
16019 (Info-search): Add "case-sensitively" to the prompt.
16020 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16021 (Info-search-case-sensitively, Info-search-next): New fun.
16022 (Info-up): Move point to the menu item of the current node.
16023 (Info-history): New fun. Add *info-history* to
16024 same-window-buffer-names.
16025 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16026 (Info-insert-toc): New fun.
16027 (Info-build-toc): New fun.
16028 (Info-follow-reference): Add new arg `fork'. Doc fix.
16029 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16030 with the same name prefer the reference closest to point.
16031 (Info-next-reference): Replace * by + in the *Note regexp.
16032 Add regexp for http:// and ftp://. Skip the *Note prefix.
16033 (Info-prev-reference): Replace * by + in the *Note regexp.
16034 Add regexp for http:// and ftp://. Skip the *Note prefix.
16035 (Info-follow-nearest-node): Add new arg `fork'.
16036 (Info-try-follow-nearest-node): Add new arg `fork'.
16037 Call browse-url for http:// and ftp:// references.
16038 Set Info-reference-name for index entries.
16039 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16040 Info-search-next, Info-history, Info-toc, clone-buffer.
16041 (Info-menu-update): Replace * by + in the *Note regexp.
16042 (Info-mode): Add documentation for Info-history, Info-toc,
16043 Info-search-case-sensitively, Info-search-next, clone-buffer.
16044 (Info-fontify-menu-headers): Remove fun. Move code to
16045 Info-fontify-node.
16046 (Info-fontify-node): Add docstring. Add local vars
16047 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16048 then fontify header line, titles, menu headers, http and ftp
16049 references, refill paragraphs. If not-fontified-p is t or
16050 fontify-visited-p is t then fontify cross references, menu items.
16051 Fontify menu headers. Fontify http and ftp references.
16052 Change regexp for cross references to require whitespace after *Note,
16053 add matching groups for file and node names. Remove hack for quote.
16054 Use display property for Info-hide-note-references=t. Use fifth
16055 or fourth match for help-echo. Display visited nodes in a
16056 different face. Unhide file names of external references.
16057 Unhide newlines. Display visited menu items in a different face.
16058
16059 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16060
16061 * progmodes/compile.el: Require CL.
16062 (compilation-mode-font-lock-keywords): Re-install the "line as
16063 function" patch.
16064
16065 * help-fns.el (help-C-source-directory): New var.
16066 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16067 (describe-function-1, describe-variable): Use them.
16068
16069 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16070 to C source files specially.
16071
16072 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16073
16074 * info.el (Info-hide-cookies-node): New function.
16075 (Info-select-node): Use it.
16076 (Info-display-images-node): Remove message with image file name.
16077
16078 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16079
16080 * progmodes/compile.el (compilation-warning-face)
16081 (compilation-info-face, compilation-skip-threshold)
16082 (compilation-skip-visited, compilation-context-lines):
16083 Declare :version when added to Emacs.
16084 (compilation-error-regexp-alist-alist): Extend caml and irix.
16085 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16086 (compilation-mode-font-lock-keywords): Temporarily undo line as
16087 function patch, which wasn't ready.
16088
16089 2004-04-07 Kenichi Handa <handa@m17n.org>
16090
16091 * international/latin1-disp.el (latin1-display-setup): Check each
16092 character is displayable or not instead of calling
16093 latin1-display-check-font.
16094
16095 2004-04-06 Kenichi Handa <handa@m17n.org>
16096
16097 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16098 New variable.
16099 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16100 instead of sera-being-called-by-w3.
16101 (ethio-fidel-to-sera-buffer): Likewise.
16102 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16103 instead of sera-being-called-by-w3.
16104 (ethio-write-file): Likewise.
16105
16106 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16107
16108 * printing.el: Doc fix.
16109
16110 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16111
16112 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16113 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16114 (gdb-setup-windows): Only use separate IO buffer if required.
16115
16116 2004-04-06 Kim F. Storm <storm@cua.dk>
16117
16118 * term.el (term-is-xemacs): Remove.
16119 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16120 (term-window-width): New function.
16121 (term-mode, term-check-size): Use it.
16122 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16123
16124 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16125
16126 * cus-edit.el (custom-add-parent-links): Change unbound variable
16127 `symbol' to `name'.
16128
16129 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16130 * info.el (info-apropos): New function.
16131 (Info-mode-menu): Add it.
16132 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16133
16134 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16135 inherited docstring.
16136
16137 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16138
16139 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16140
16141 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16142
16143 * progmodes/compile.el (font-lock): Don't require any more.
16144 (compilation-error-properties, compilation-start, compilation-sentinel)
16145 (compilation-filter, next-error): Use with-current-buffer.
16146 (compilation-skip-to-next-location, compilation-skip-threshold)
16147 (compilation-skip-visited): Move to silence the byte-compiler.
16148 (compilation-setup): Simplify.
16149 (compilation-next-error): Use line-(beginning|end)-position.
16150 Make sure `pt' is non-nil before using compilation-loop.
16151 (compile-goto-error): Add optional event arg. Use it.
16152 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16153 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16154 Update the binding for mouse-2.
16155 (first-error): Set compilation-current-error to nil rather than bob.
16156 (compilation-parsing-end, compilation-parse-errors-function)
16157 (compilation-error-list, compilation-old-error-list):
16158 "New" compatibility variables.
16159 (compile-buffer-substring, compilation-compat-error-properties)
16160 (compilation-compat-parse-errors, compilation-forget-errors):
16161 New compatibility functions.
16162 (compilation-mode-font-lock-keywords): Use them.
16163
16164 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16165
16166 * autorevert.el (auto-revert-handler): If point (or a window
16167 point) is at the end of the buffer, keep it there after
16168 reverting. This allows to tail a file.
16169 Mention this in the `Commentary'.
16170
16171 * format.el (format-write-file): Add optional argument CONFIRM
16172 and make it behave like the analogous argument to `write-file'.
16173
16174 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16175
16176 * progmodes/ebnf2ps.el: Doc fix.
16177 (ebnf-version): New version number (4.2).
16178 (ebnf-syntax): Customization and docstring fix.
16179 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16180 Put autoloaded funs before first use.
16181 (ebnf-style-database): Add dtd entry.
16182 (ebnf-syntax-alist): Add dtd initialization.
16183 (ebnf-token-sequence): New fun.
16184 (ebnf-comment-table): Add new comment action character.
16185 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16186
16187 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16188 Type Definition for XML).
16189
16190 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16191 * progmodes/ebnf-bnf.el (ebnf-sequence):
16192 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16193 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16194 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16195 Code simplification: call ebnf-token-sequence.
16196
16197 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16198
16199 * calendar/timeclock.el (timeclock-relative)
16200 (timeclock-get-project-function, timeclock-get-workday-function)
16201 (timeclock-query-out, timeclock-when-to-leave)
16202 (timeclock-when-to-leave-string, timeclock-log-data)
16203 (timeclock-generate-report, timeclock-in): Doc fixes.
16204
16205 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16206
16207 * url/: New dir. Import the URL package from its repository.
16208
16209 2004-04-03 Andreas Schwab <schwab@suse.de>
16210
16211 * diff-mode.el (diff-mode): Fix missing quote.
16212
16213 2004-04-03 Juri Linkov <juri@jurta.org>
16214
16215 * descr-text.el (describe-property-list): Add `font-lock-face'.
16216
16217 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16218
16219 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16220
16221 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16222 Use utf-16le on little endian machines and utf-16be otherwise.
16223
16224 2004-04-02 David Kastrup <dak@gnu.org>
16225
16226 * net/browse-url.el (browse-url-generic): Use call-process
16227 instead of start-process to allow browsers that fork and detach.
16228
16229 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16230
16231 * compile.el (compilation-current-error): New var.
16232 (compilation-setup, compile-mouse-goto-error)
16233 (compile-goto-error, next-error): Use it.
16234 (compilation-skip-to-next-location): Default to t, which gives
16235 contiguous skipping like old compile (where this was redundant).
16236 (compilation-next-error): Prevent previous-* commands from moving
16237 back to message at or just before point.
16238
16239 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16240
16241 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16242 (gdb-source-info): Don't display source at startup, if required.
16243 (gdb-show-main): New option.
16244 (gdba): Update documentation.
16245 (gdb-source): Cover case of auto-display output.
16246
16247 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16248
16249 * autorevert.el: Delete obsolete autoload's and defvar's.
16250 (auto-revert-check-vc-info): New user option.
16251 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16252 (auto-revert-handler-vc): Delete.
16253 (auto-revert-handler): Treat return value `fast' of
16254 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16255
16256 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16257 return `fast'.
16258
16259 * files.el (buffer-stale-function): Doc change.
16260
16261 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16262
16263 * printing.el: New tip on Tips section.
16264 (pr-version): New version number (6.7.4).
16265 (pr-shell-file-name): Initialization fix.
16266
16267 2004-03-31 Juri Linkov <juri@jurta.org>
16268
16269 * dired.el: Add autoload for `dired-do-touch'.
16270 (dired-touch-program): New var.
16271 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16272 (dired-no-confirm): Add `touch' to docstring.
16273
16274 * dired-aux.el (dired-do-touch): New fun.
16275 (dired-do-chxxx): Add argument -t for touch operation.
16276
16277 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16278 `dired-move-to-filename-regexp'.
16279
16280 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16281
16282 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16283
16284 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16285
16286 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16287 and only if the buffer was modified.
16288
16289 2004-03-30 Kenichi Handa <handa@m17n.org>
16290
16291 * international/characters.el: Delete pairs for U+2308..U+230B.
16292
16293 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16294
16295 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16296 to detect the beginning of a level 2 or 3 annotation.
16297
16298 2004-03-29 Kenichi Handa <handa@m17n.org>
16299
16300 * international/ucs-tables.el (ucs-insert): Fix the error message.
16301
16302 2004-03-29 Kenichi Handa <handa@m17n.org>
16303
16304 * international/mule-util.el (char-displayable-p): Fix generation
16305 of XLFD file name.
16306
16307 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16308 before finding directories by `find'.
16309
16310 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * subr.el (interactive-form): Delete. Now implemented in C.
16313
16314 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16315
16316 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16317 (vc-diff-label): New fun.
16318 (vc-diff-internal): Use it.
16319
16320 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16321
16322 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16323
16324 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16325
16326 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16327 specify XML (EBNFX).
16328
16329 * progmodes/ebnf2ps.el: Doc fix.
16330 (ebnf-version): New version number (4.1).
16331 (ebnf-syntax): Adjust customization.
16332 (ebnf-style-database): Add ebnfx entry.
16333 (ebnf-syntax-alist): Add ebnfx initialization.
16334 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16335
16336 * printing.el: Doc fix.
16337 (pr-version): New version number (6.7.3).
16338 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16339 returns nil for mouse position. Reported by Drew Adams
16340 <drew.adams@oracle.com>.
16341 (pr-update-menus): Modify interactive declaration. Reported by Drew
16342 Adams <drew.adams@oracle.com>.
16343
16344 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16345
16346 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16347 (gud-gdba-marker-filter): Log the process input and output, if
16348 required. From Stefan Monnier.
16349 (gdb-debug-log, gdb-enable-debug-log): New variables.
16350 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16351
16352 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16353
16354 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16355 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16356
16357 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16358
16359 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16360 Call vc-find-file-hook here instead of in auto-revert-buffers.
16361 (auto-revert-buffers): Delete call to vc-find-file-hook.
16362 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16363 (global-auto-revert-mode, auto-revert-set-timer)
16364 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16365
16366 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16367
16368 * woman.el (woman-change-fonts): Rename local variable
16369 woman-font-alist to font-alist to avoid a compiler warning.
16370
16371 2004-03-27 Dave Love <fx@gnu.org>
16372
16373 * emacs-lisp/rx.el (rx): Doc fix.
16374 Fix copyright years.
16375
16376 * strokes.el (strokes-global-set-stroke-string): New function.
16377 (strokes-list-strokes): Cope with strings, not just commands.
16378 Set foreground colour of image.
16379 (strokes-global-set-stroke): Doc fix.
16380
16381 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16382
16383 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16384 Auto Revert mode.
16385 (Buffer-menu-files-only): New variable.
16386 (Buffer-menu-toggle-files-only): New function.
16387 (Buffer-menu-mode-map): Bind it to `T'.
16388 (Buffer-menu-mode): Mention `T' in docstring.
16389 Set buffer-stale-function.
16390 (list-buffers-noselect): Mark buffer non-modified and set
16391 Buffer-menu-files-only.
16392
16393 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16394
16395 * autorevert.el (auto-revert-handler): Print revert message
16396 before, rather than after, reverting.
16397 (buffer-stale-function): Move to files.el.
16398
16399 * files.el (buffer-stale-function): Move here from autorevert.el.
16400
16401 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16402
16403 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16404
16405 * calc/calc.el (calc-mode-map): Use mapc.
16406
16407 * apropos.el (apropos-mode): Don't autoload.
16408 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16409 (apropos): Use it.
16410 (apropos-print): Add optional `text' argument.
16411 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16412 Don't assume point-min == 1.
16413
16414 * bs.el (bs-buffer-list): Use buffer-local-value.
16415 (bs--set-toggle-to-show): Use with-current-buffer.
16416
16417 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16418 New funs.
16419 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16420
16421 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16422
16423 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16424 (dabbrev--find-expansion): Use pop.
16425 (dabbrev--search): Use match-string-no-properties.
16426
16427 * dired.el (dired-mode): Use run-mode-hooks.
16428 (dired-move-to-end-of-filename): Use match-string.
16429
16430 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16431 is bound before using it.
16432 (ediff-verbose-p): Make it into a var since it's not constant.
16433
16434 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16435
16436 * faces.el (read-face-font): Don't cons up unnecessarily.
16437 (header-line, tool-bar): Share common parts.
16438
16439 * files.el (file-relative-name): Use compare-strings.
16440
16441 * finder.el (finder-mode): Follow coding convention.
16442
16443 * subr.el (read-number): New function.
16444
16445 * ses.el (ses-read-number): Move to subr.el.
16446 (ses-set-header-row): Use read-number.
16447
16448 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16449
16450 * vc-hooks.el (vc-arg-list): New function, which handles both
16451 compiled and uncompiled code.
16452 (vc-default-workfile-unchanged-p): Use it.
16453
16454 * vc.el (vc-print-log): Undo prev change, use new function
16455 vc-arg-list from vc-hooks.el.
16456
16457 2004-03-26 Masatake YAMATO <jet@gyve.org>
16458
16459 * simple.el (completion-setup-function): Emphasize the
16460 first uncommon characters in the completions; and de-emphasize
16461 the common prefix substrings.
16462 (completion-emphasis): New face.
16463 (completion-de-emphasis): New face.
16464
16465 2004-03-25 Juanma Barranquero <lektu@terra.es>
16466
16467 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16468 Comment out (it's unused and unfinished code).
16469
16470 2004-03-25 Sam Steingold <sds@gnu.org>
16471
16472 * vc.el (vc-print-log): Fix a bug in the last patch:
16473 backend-function may be a byte-compiled object, not a lambda.
16474
16475 2004-03-25 Juri Linkov <juri@jurta.org>
16476
16477 * descr-text.el (describe-property-list): Add a button
16478 for `face' property that calls `describe-face'.
16479 Suggested by luis fernandes <elf@ee.ryerson.ca>
16480
16481 * international/mule.el (keyboard-coding-system):
16482 * kmacro.el (kmacro-call-macro): Fix docstring.
16483
16484 * dired.el: Fix comments.
16485
16486 * textmodes/fill.el (fill): Fix Info link.
16487
16488 * font-lock.el (fast-lock, lazy-lock):
16489 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16490 Info node.
16491
16492 * eshell/eshell.el (eshell): Fix broken info-link.
16493
16494 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16495 * eshell/em-banner.el (eshell-banner):
16496 * eshell/em-smart.el (eshell-smart):
16497 * eshell/esh-cmd.el (eshell-cmd):
16498 Comment out broken info-links to incomplete Info manual.
16499
16500 * info-xref.el: Fix commentary.
16501
16502 2004-03-25 Kevin Ryde <user42@zip.com.au>
16503
16504 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16505 Remove spurious node duplicate suppression, doesn't work, not wanted.
16506 (info-xref-output): Take format style args, add "sit-for 0" to let
16507 user see the results as they progress.
16508 (info-xref-check-all-custom): New function.
16509
16510 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16511
16512 * gdb-ui.el: Moved to progmodes.
16513
16514 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16517
16518 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16519
16520 * calendar/appt.el (appt-check): Remove superfluous progn.
16521 When finished with diary buffer: if it was not being displayed
16522 before, kill it; otherwise restore its original state.
16523 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16524
16525 * calendar/calendar.el (calendar-set-mode-line): Use total
16526 available mode-line width, rather than frame-width.
16527
16528 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16529 after mode change so effect not lost.
16530
16531 2004-03-23 Dave Love <fx@gnu.org>
16532
16533 * dired.el (dired) <defgroup>: Add link to manual.
16534 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16535 (dired-revert): Use dolist.
16536 (dired-mode-map): Add U binding.
16537 (dired-mode): Add font-lock-beginning-of-syntax-function.
16538 (dired-garbage-files-regexp): Make it a defcustom.
16539
16540 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16541
16542 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16543 is equivalent to nil.
16544 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16545 (vc-arch-mode-line-string): Accept `added' state.
16546 (vc-arch-state): Use inode-sigs if available.
16547 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16548 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16549 (vc-arch-tagline-re): New var.
16550 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16551 New functions.
16552 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16553 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16554
16555 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16556 (vc-file-not-found-hook): Use it.
16557
16558 * diff-mode.el (diff-default-read-only): Change default.
16559 (diff-mode-hook): Make it a defcustom. Add some options.
16560 (diff-mode-map): Bind diff-refine-hook.
16561 (diff-yank-handler): New var.
16562 (diff-yank-function): New fun.
16563 (diff-font-lock-keywords): Use them.
16564 (diff-end-of-file): Handle case where file-header looks like diff text.
16565 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16566 (diff-file-kill): Delete a subsequent empty line, if applicable.
16567 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16568 (diff-find-file-name): Use it.
16569 (diff-tell-file-name): New command.
16570 (diff-mode): Be careful with view-mode.
16571 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16572 New functions, for use in diff-mode-hook.
16573 (diff-find-source-location): Catch "regex too large" errors.
16574 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16575 (diff-refine-hunk): New command.
16576
16577 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16578 (smerge-context-menu-map): Remove unused var.
16579 (smerge-keep-all): Preserve markers.
16580 (smerge-keep-n): New fun.
16581 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16582 (smerge-keep-current, smerge-ediff): Use it.
16583 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16584 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16585 (smerge-resolve): Resolve trivial 3-part conflicts.
16586
16587 2004-03-23 Juri Linkov <juri@jurta.org>
16588
16589 * man.el (Man-width): New var.
16590 (Man-getpage-in-background): Use it.
16591 (Man-support-local-filenames): New var and fun.
16592 (Man-build-man-command): Don't add a second %s.
16593 (Man-fontify-manpage): Clean up message.
16594 (Man-mode): Set outline-regexp, outline-level,
16595 imenu-generic-expression.
16596
16597 * woman.el (woman-fill-frame): Doc fix.
16598 (woman-decode-region): Use window-width instead of frame-width.
16599
16600 * abbrevlist.el (list-one-abbrev-table):
16601 * descr-text.el (describe-char):
16602 * international/mule-diag.el (describe-current-coding-system):
16603 * international/quail.el (quail-insert-decode-map):
16604 Use window-width instead of frame-width.
16605
16606 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16607 (jka-compr-mode-alist-additions): Add tbz.
16608 (jka-compr-write-region, jka-compr-insert-file-contents):
16609 Add message for undefined compress-program.
16610 (jka-compr-write-region): Remove redundant var bindings.
16611
16612 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16613 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16614 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16615 (dired-man): Use dired-guess-shell-command.
16616 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16617 Change default nil to t.
16618
16619 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16620 (dired-compare-directories): Add default value for empty input.
16621
16622 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16623
16624 * time.el (display-time-string-forms): Fix help-echo date format.
16625
16626 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16627
16628 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16629 (buffer-stale-function): New variable.
16630 (auto-revert-list-diff, auto-revert-dired-file-list)
16631 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16632 (auto-revert-handler): Take over some functionality of deleted
16633 functions.
16634 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16635
16636 * dired.el (dired-directory-changed-p): New fun, extracted from
16637 dired-internal-noselect.
16638 (dired-buffer-stale-p): New fun.
16639 (dired-internal-noselect): Use dired-directory-changed-p.
16640 Eliminate revert messages.
16641 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16642
16643 2004-03-23 Kenichi Handa <handa@m17n.org>
16644
16645 * international/characters.el: Setup syntaxes for more parentheses
16646 Unicode characters.
16647
16648 * international/mule-cmds.el (select-safe-coding-system):
16649 Merge coding-system and auto-cs before comparing them.
16650
16651 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16652
16653 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16654
16655 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16656 normal-auto-fill-function and comment-indent-function.
16657 The default values now work just as well.
16658 Don't set font-lock-beginning-of-syntax-function since we already set
16659 syntax-begin-function.
16660 (lisp-outline-level): Put ;;;###autoload at same level as (.
16661 (prin1-char): Quote special chars.
16662
16663 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16664 than with-no-warnings.
16665
16666 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16667 if the source location can't be found.
16668 (edebug-compute-previous-result): Use prin1-char.
16669
16670 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16671 (debug-ignored-errors): Add an entry.
16672
16673 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16674 (byte-compile-file): Output warning when deleting a file.
16675
16676 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16677 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16678
16679 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16680 (byte-compile-inline-expand): Use backquote.
16681 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16682 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16683
16684 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16685
16686 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16687
16688 2004-03-22 Juri Linkov <juri@jurta.org>
16689
16690 * finder.el (finder-known-keywords): Fix data, tex, unix.
16691
16692 * play/landmark.el: Fix keywords.
16693
16694 * language/ethio-util.el (ethio-find-file): Doc fix.
16695
16696 * emacs-lisp/warnings.el: Doc fix.
16697
16698 * textmodes/ispell.el (ispell-help): Doc fix.
16699
16700 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16701
16702 * format.el (format-insert-file): Always return a list of two
16703 elements, like insert-file-contents does.
16704
16705 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16706
16707 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16708 and vc-BACKEND-diff.
16709 (vc-print-log): If the print-log implementation supports it, use
16710 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16711 (vc-version-diff, vc-diff-internal): Doc fixes.
16712
16713 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16714 implementation supports it, let diff output go to *vc*,
16715 not *vc-diff*, since this is an internal call.
16716
16717 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16718
16719 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16720
16721 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16722
16723 2004-03-21 Dave Love <fx@gnu.org>
16724
16725 * progmodes/cfengine.el (cfengine-mode):
16726 Set parse-sexp-ignore-comments.
16727
16728 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16729
16730 2004-03-21 Juanma Barranquero <lektu@terra.es>
16731
16732 * allout.el (allout-mode): Fix docstring.
16733
16734 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16735
16736 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16737
16738 * autorevert.el (auto-revert-interval): Make new value take
16739 effect immediately when set through Custom.
16740 (auto-revert-set-timer): Add interactive declaration.
16741
16742 2004-03-19 David Ponce <david@dponce.com>
16743
16744 * ruler-mode.el (ruler-mode-header-line-format-old):
16745 Don't `make-variable-buffer-local'.
16746 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16747 (ruler-mode-header-line-format): Simply funcall the above.
16748 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16749 to save/restore a previous header line format.
16750 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16751 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16752 fringes and margins width.
16753 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16754
16755 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16756
16757 * log-edit.el (log-edit-font-lock-keywords): Typo.
16758
16759 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16760 (tex-send-tex-command): Rather than here.
16761 (tex-compilation-parse-errors): Simplify.
16762
16763 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16764
16765 * time.el (display-time-string-forms): Add help-echo with date on time.
16766
16767 * composite.el (compose-region): Use restore-buffer-modified-p.
16768
16769 * disp-table.el (standard-display-8bit): Simplify.
16770
16771 * server.el (server-process-filter): Delete temp frame.
16772
16773 * add-log.el (add-change-log-entry): Simplify.
16774
16775 2004-03-19 Kim F. Storm <storm@cua.dk>
16776
16777 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16778 (hexl-follow-line): Don't require 'fringe.
16779
16780 * progmodes/compile.el (compilation-start): Always set
16781 compilation-last-buffer and return it.
16782
16783 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16784
16785 * simple.el (clone-buffer): Doc fix.
16786
16787 2004-03-18 Juanma Barranquero <lektu@terra.es>
16788
16789 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16790
16791 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * log-edit.el (log-edit-font-lock-keywords): New var.
16794 (log-edit-mode): Use it.
16795
16796 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16797
16798 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16799 properly for watching in speedbar.
16800
16801 2004-03-17 Masatake YAMATO <jet@gyve.org>
16802
16803 * smerge-mode.el (smerge-popup-context-menu):
16804 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16805
16806 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16807
16808 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16809 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16810 Take sealed revisions into account.
16811 (vc-arch-checkin): Extract a summary line from the message.
16812
16813 2004-03-16 Masatake YAMATO <jet@gyve.org>
16814
16815 * register.el (register): Provide `register' feature.
16816
16817 2004-03-15 Masatake YAMATO <jet@gyve.org>
16818
16819 Added context menu support in smerge mode.
16820 Most of the part is written by Stefan Monnier.
16821
16822 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16823 New keymap and menu.
16824 (smerge-text-properties): New function.
16825 (smerge-remove-props): New function.
16826 (smerge-popup-context-menu): New function.
16827 (smerge-resolve): Call `smerge-remove-props'.
16828 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16829 (smerge-keep-current): Ditto.
16830 (smerge-kill-current): New function.
16831 (smerge-match-conflict): Put text properties.
16832 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16833
16834 2004-03-15 David Ponce <david@dponce.com>
16835
16836 * ruler-mode.el (ruler-mode-left-fringe-cols)
16837 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16838 (ruler-mode-right-scroll-bar-cols): Remove.
16839 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16840 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16841 Use fringe-columns and scroll-bar-columns.
16842
16843 2004-03-15 Masatake YAMATO <jet@gyve.org>
16844
16845 * hl-line.el (hl-line-range-function): New variable.
16846 (hl-line-move): New function.
16847 (global-hl-line-highlight): Use `hl-line-move'.
16848 (hl-line-highlight): Ditto.
16849
16850 * scroll-bar.el (scroll-bar-columns):
16851 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16852
16853 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16854 (ruler-mode-left-fringe-cols)
16855 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16856 (ruler-mode-right-scroll-bar-cols)
16857 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16858 (ruler-mode-ruler-function): New variable.
16859 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16860 if the value for `ruler-mode-ruler-function'is given.
16861
16862 * hexl.el (hexl-mode-hook): Make the hook customizable.
16863 (hexl-address-area, hexl-ascii-area): New customize variables.
16864 (hexlify-buffer): Put font-lock-faces on the address area and
16865 the ascii area.
16866 (hexl-activate-ruler): New function.
16867 (hexl-follow-line): New function.
16868 (hexl-highlight-line-range): New function.
16869 (hexl-mode-ruler): New function.
16870
16871 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16872
16873 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16874 (vc-default-find-file-hook): New fun.
16875 (vc-find-file-hook): Call new find-file-hook operation.
16876
16877 * vc-arch.el: New file.
16878
16879 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16880
16881 * info-look.el (info-lookup): Reuse an existing Info window.
16882
16883 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16884
16885 * woman.el (woman-preserve-ascii): Default value changed to t and
16886 doc string revised.
16887
16888 2004-03-12 Richard M. Stallman <rms@gnu.org>
16889
16890 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16891 Fix minor bug.
16892
16893 * replace.el (occur-engine): Change message for count of matches.
16894
16895 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16896 For strings, do compare text properties.
16897
16898 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16899
16900 * progmodes/compile.el (compile-auto-highlight)
16901 (compilation-error-list, compilation-old-error-list)
16902 (compilation-parse-errors-function, compilation-parsing-end)
16903 (compilation-error-message, compilation-directory-stack)
16904 (compilation-enter-directory-regexp-alist)
16905 (compilation-leave-directory-regexp-alist)
16906 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16907 (compilation-current-file, compilation-regexps): Remove vars.
16908
16909 (compile-error-at-point, compilation-error-filedata)
16910 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16911 (compilation-next-error-locus, compilation-forget-errors)
16912 (count-regexp-groupings, compilation-parse-errors)
16913 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16914
16915 (compile-internal): Make obsolete.
16916
16917 (compilation-first-column, compilation-error)
16918 (compilation-directory-matcher, compilation-page-delimiter)
16919 (compilation-mode-font-lock-keywords, compilation-debug)
16920 (compilation-error-face, compilation-warning-face)
16921 (compilation-info-face, compilation-line-face)
16922 (compilation-column-face, compilation-enter-directory-face)
16923 (compilation-leave-directory-face, compilation-skip-threshold)
16924 (compilation-skip-visited, compilation-context-lines): New vars.
16925
16926 (compilation-warning-face, compilation-info-face)
16927 (compilation-message-face): New faces.
16928
16929 (compilation-error-regexp-alist-alist): New constant.
16930
16931 (compilation-face, compilation-directory-properties)
16932 (compilation-assq, compilation-error-properties, compilation-start)
16933 (define-compilation-mode, compilation-loop)
16934 (compilation-set-window): New functions.
16935
16936 (compile): Additional argument for interactive compiles like TeX.
16937
16938 * progmodes/grep.el (kill-grep): Move here from compile.el
16939 (grep-error, grep-hit-face, grep-error-face)
16940 (grep-mode-font-lock-keywords): New variables.
16941 (grep-regexp-alist): Simplify regexp and add `binary' case.
16942 (grep-mode): New mode.
16943 (grep-process-setup): Simplify.
16944
16945 2004-03-11 Jason Rumney <jasonr@gnu.org>
16946
16947 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16948 letters on DOS/Windows.
16949
16950 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16951
16952 * server.el (server-name): New var.
16953 (server-socket-dir): New var to replace server-socket-name.
16954 (server-start): Use them.
16955
16956 2004-03-11 Simon Josefsson <jas@extundo.com>
16957
16958 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16959 died to avoid infloop. Reported by Jonathan Glauner
16960 <jglauner@sbum.org>.
16961
16962 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16963
16964 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16965 (smerge-mode-menu): Use it to deactivate menu entries.
16966 (smerge-keep-current): New fun.
16967 (smerge-keep-current): Use it.
16968
16969 2004-03-10 John Paul Wallington <jpw@gnu.org>
16970
16971 * foldout.el (foldout-fold-list, foldout-modeline-string):
16972 Declare them as variables, not constants.
16973
16974 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16975
16976 * ps-print.el: Modification to print *Messages* buffer.
16977 (ps-print-version): New version 6.6.4.
16978 (ps-message-log-max): New fun.
16979 (ps-spool-without-faces, ps-spool-with-faces)
16980 (ps-count-lines-preprint): Code fix.
16981
16982 * printing.el: New tips in Tips section.
16983
16984 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16985
16986 * delim-col.el: Doc fix.
16987
16988 * printing.el: Doc fix. New doc section (Tips).
16989
16990 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16991
16992 * type-break.el (type-break-emacs-variant): Remove.
16993 (type-break-run-at-time, type-break-cancel-function-timers):
16994 Use fboundp rather than version name and number.
16995
16996 2004-03-09 Masatake YAMATO <jet@gyve.org>
16997
16998 * hexl.el (hexl-mode): Use `make-local-variable' instead of
16999 `make-variable-buffer-local'.
17000
17001 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17002
17003 * find-dired.el (find-dired): Call `shell-command' instead of
17004 `start-process-shell-command'. By this, Tramp takes over
17005 handling of remote directories.
17006
17007 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17008
17009 * newcomment.el (comment-use-global-state): New var.
17010 (comment-search-forward): Use it.
17011
17012 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17013
17014 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17015
17016 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17017 (enable-kinsoku): Make it a defcustom.
17018 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17019 paragraph to same-comment-start-marker.
17020
17021 2004-03-07 Dave Love <fx@gnu.org>
17022
17023 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17024 (browse-url-mail): Use it.
17025
17026 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17027 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17028
17029 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17030
17031 * woman.el (woman-man.conf-path): Doc fix.
17032 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17033
17034 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17035
17036 * sort.el (sort-columns): Remove ms-dos from the list of systems
17037 where the external `sort' command is not used.
17038
17039 2004-03-07 Kim F. Storm <storm@cua.dk>
17040
17041 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17042 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17043 from overlay-arrow-variable-list.
17044 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17045
17046 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17047
17048 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17049 overlay arrow string properly for the assembler buffer.
17050
17051 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * mail/sendmail.el (mail-mode): Fix last change.
17054
17055 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17056
17057 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17058 for the assembler buffer.
17059 (gdb-assembler-custom): Position the overlay arrow.
17060 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17061
17062 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17063
17064 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17065
17066 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17067 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17068
17069 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17070
17071 * newcomment.el (uncomment-region): Allow non-terminated comment.
17072 (comment-normalize-vars): Check the user-specified comstart marker.
17073
17074 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17075
17076 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17077 Otherwise, do use it if the region only contains font-lock text
17078 properties.
17079
17080 2004-03-04 Masatake YAMATO <jet@gyve.org>
17081
17082 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17083 as the callback function for eldoc.
17084 (hexl-print-current-point-info): New function.
17085 (hexl-current-address): Print the address in both decimal
17086 and hexadecimal format.
17087
17088 2004-03-04 Richard M. Stallman <rms@gnu.org>
17089
17090 * mail/rmail.el (rmail-convert-to-babyl-format):
17091 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17092
17093 * mail/mail-utils.el (mail-unquote-printable-region):
17094 New arg UNIBYTE.
17095
17096 * startup.el (command-switch-alist): Doc fix.
17097
17098 * simple.el (undo): Temporarily set this-command to `undo-start',
17099 then set it to `undo' once undo-start returns without error.
17100
17101 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17102
17103 * simple.el (kill-line): Don't disregard trailing whitespace
17104 in eol condition, if show-trailing-whitespace is set.
17105
17106 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17107 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17108 When disabling, restore old values only if mouse-sel-has-been-enabled.
17109
17110 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17111 (isearch-{-char): New function.
17112 (isearch-mode-map): Bind { to isearch-{-char.
17113
17114 * font-lock.el (lisp-font-lock-keywords-2):
17115 Turn off the CL with-... and do-... general patterns.
17116 Instead, recognize several specific with... and do... constructs.
17117
17118 * files.el (switch-to-buffer-other-window):
17119 Bind same-window-buffer-names and same-window-regexps to nil.
17120 (switch-to-buffer-other-frame): Likewise.
17121
17122 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17123
17124 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17125 recognizing leading comment on code line.
17126
17127 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17128
17129 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17130 hidden files/directories.
17131
17132 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17133
17134 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17135 only comment-start (in case the mode hasn't set it).
17136
17137 * Makefile.in (AUTOGENEL): New var.
17138 (bootstrap-prepare): Rename from bootstrap-clean.
17139 Don't remove elc files.
17140 (maintainer-clean): New target.
17141
17142 * xml.el (xml-get-attribute-or-nil): Simplify.
17143
17144 2004-03-02 Juri Linkov <juri@jurta.org>
17145
17146 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17147 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17148 URL to prevent their substitution with the environment variable
17149 values by browsers.
17150
17151 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17152
17153 * ps-print.el: Doc fix.
17154 (ps-print-version): New version number (6.6.3).
17155 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17156 Docstring fix.
17157 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17158 before printing.
17159 (ps-time-stamp-yyyy-mm-dd): New fun.
17160 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17161
17162 2004-03-02 Kim F. Storm <storm@cua.dk>
17163
17164 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17165
17166 2004-03-01 Juanma Barranquero <lektu@terra.es>
17167
17168 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17169
17170 * desktop.el (desktop-file-version)
17171 (desktop-after-read-hook): Fix typos.
17172 (desktop-clear-preserve-buffers): Remove redundant info in
17173 docstring already shown by the obsolescence message.
17174 (desktop-truncate, desktop-internal-v2s)
17175 (desktop-value-to-string): Change argument name to match docstring.
17176
17177 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17178
17179 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17180 docstring.
17181
17182 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17183
17184 * printing.el: Replace "As Is..." in PostScript file print/preview by
17185 "No Preprocessing...". Suggested by Colin Marquardt
17186 <_marquardt_@zmd.de>.
17187 (pr-insert-section-4): Adjust buffer interface.
17188
17189 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17190
17191 Version 2.0.39 of Tramp released.
17192
17193 * net/tramp.el (tramp-handle-file-local-copy)
17194 (tramp-handle-write-region, tramp-open-connection-rsh):
17195 Variable name typo. Small change. From Patrick Tullmann
17196 <tullmann@flux.utah.edu>.
17197 (tramp-process-connection-type): New variable.
17198 (tramp-maybe-open-connection): Use it.
17199 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17200 (tramp-touch): Set last-modified time of a remote file.
17201 (tramp-handle-write-region): Say which function is used when encoding.
17202
17203 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17204
17205 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17206 case of non-existing filename, too. Reported by Christoph Bauer
17207 <c_bauer@informatik.uni-kl.de>.
17208 (tramp-smb-get-file-entries): The directory in question should
17209 have permissions "drwxrwxrwx". Just virtual, because we don't
17210 know the real permissions. Don't we know?
17211 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17212 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17213 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17214 output. If it was received chunkwise, there have been problems.
17215 Remove the "prompt not found" error message; it is obvious.
17216 Simplify algorithm.
17217 (tramp-smb-process-running): Remove. Since we acknowledge the
17218 virtual prompt for shares, there's no need for distinction of
17219 reading shares (process ends afterwards) and interactive mode of
17220 smblient.
17221 (tramp-smb-open-connection): Setting process sentinel removed.
17222 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17223 "NT_STATUS_NETWORK_ACCESS_DENIED".
17224 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17225 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17226 (top-level): Setting default value in `tramp-default-method-alist'
17227 corrected. Order of USER and HOST have been wrong.
17228 Nobody complained for months ...
17229 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17230 (tramp-smb-open-connection): Clear password cache if login has failed.
17231
17232 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17233 `tramp-unified-filenames'.
17234 (tramp-completion-mode): Make test for XEmacs explicitely.
17235 `event-to-character' can exists in Emacs packages too.
17236 Reported by Matt Swift <swift@alum.mit.edu>.
17237 (tramp-buffer-name): Buffer name must contain the user if exists.
17238 Reported by Adrian Phillips <a.phillips@met.no>.
17239 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17240 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17241 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17242 `tramp-do-copy-or-rename-file-one-local', because it handles also
17243 the case both files use the same out-of-band method.
17244 Implementation added.
17245 (tramp-handle-file-local-copy, tramp-handle-write-region):
17246 Out-of-band handling removed. `copy-file' called instead, which
17247 calls `tramp-do-copy-or-rename-file-out-of-band'.
17248 (tramp-action-password): Check for out-of-band method removed.
17249 This function is used for 'login-program.
17250 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17251 appropriate.
17252 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17253 and `tramp-parse-sknownhosts'.
17254 (tramp-completion-function-alist): It's a defvar now, because we
17255 want to apply the optimized `tramp-set-completion-function'
17256 instead of a static list.
17257 (tramp-set-completion-function): Implementation tuned.
17258 Avoid double entries, and entries where the function or the
17259 file/directory doesn't exist.
17260 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17261 for SSH2.
17262 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17263 (tramp-handle-dired-compress-file): New function.
17264 (tramp-async-proc): New variable.
17265 (tramp-handle-shell-command): Adding asynchronous processes.
17266 They are far from being perfect, but it works at least for
17267 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17268 (top-level): Require password.el if visible. Should be mandatory
17269 once No Gnus has found its way into (X)Emacs.
17270 (tramp-read-passwd): Invoke `password-read' if available,
17271 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17272 fallback any longer.
17273 (tramp-clear-passwd): New function.
17274 (tramp-process-actions, tramp-process-multi-actions):
17275 Clear password cache if login has failed.
17276
17277 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17278 its own module.
17279 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17280 `ange-ftp-ftp-name-res'. There could be incorrect values from
17281 previous calls in case the "ftp" method is used in the Tramp file
17282 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17283
17284 2004-02-28 Richard M. Stallman <rms@gnu.org>
17285
17286 * term.el (term-mouse-paste): Call mouse-set-point.
17287
17288 * thumbs.el: New file.
17289
17290 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17291
17292 * progmodes/ebnf-abn.el: Doc fix.
17293
17294 * progmodes/ebnf-bnf.el: Doc fix.
17295 (ebnf-repeat): Code fix.
17296
17297 * progmodes/ebnf2ps.el: Doc fix.
17298 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17299
17300 2004-02-28 Juri Linkov <juri@jurta.org>
17301
17302 * ffap.el (dired-at-point): Additional writability test for
17303 relative directory names.
17304 (dired-at-point-prompter): Treat directories as a directory, get
17305 the directory component from files.
17306 (ffap-string-at-point): Return string from region if region is active.
17307 (ffap-file-at-point): Remove redundant code.
17308
17309 2004-02-28 Kim F. Storm <storm@cua.dk>
17310
17311 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17312 Initialize margin area images to nil.
17313 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17314 (breakpoint-enabled-bitmap-face)
17315 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17316 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17317 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17318 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17319 (gdb-reset): Use gdb-remove-breakpoint-icons.
17320 (gdb-put-string): Add dprop arg to specify alternative display
17321 property (for setting fringe bitmap).
17322 (gdb-remove-strings): Doc fix.
17323 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17324 icon in fringe (if available), or else as icon or text in display
17325 margin. Creates necessary icons in breakpoint-bitmap,
17326 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17327 Also make left window margin if required.
17328 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17329 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17330 no longer needed.
17331 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17332 gdb-put-breakpoint-icon.
17333 (gdb-assembler-mode): Don't set left-margin-width here.
17334
17335 2004-02-27 Kevin Ryde <user42@zip.com.au>
17336
17337 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17338 comma, so that it DTRT in macros.
17339
17340 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17341
17342 * progmodes/sh-script.el (sh-shell-arg)
17343 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17344 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17345
17346 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17347
17348 * faces.el (face-spec-set-match-display): Add a new attribute,
17349 `min-colors'.
17350 (region, highlight, secondary-selection): Use `min-colors'.
17351
17352 * custom.el (defface): Add documentation for `min-colors'.
17353
17354 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17355 (font-lock-keyword-face, font-lock-function-name-face)
17356 (font-lock-variable-name-face, font-lock-constant-face):
17357 Use `min-colors'.
17358
17359 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17360
17361 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17362
17363 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17364 define assq-delete-all if it's not defined.
17365 (ebnf-generate-region): Code fix.
17366
17367 * printing.el: Doc fix.
17368 (pr-version): New version number (6.7.2).
17369 (pr-command): Return empty string if command is an empty string.
17370
17371 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17372
17373 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17374
17375 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17376 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17377 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17378 "tt" ["test"] ). Reported by Markus Dreyer
17379 <mdreyer@ix.urz.uni-heidelberg.de>.
17380 (ebnf-version): New version number (4.0).
17381 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17382 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17383 (ebnf-delete-style): New commands.
17384 (ebnf-directory, ebnf-file): New funs.
17385 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17386 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17387 (ebnf-syntax-alist): New var.
17388 (ebnf-element-width): New fun replacing ebnf-list-width.
17389 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17390 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17391 (ebnf-prologue): Adjust vars.
17392 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17393 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17394 (ebnf-check-style-values, ebnf-generate-production)
17395 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17396 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17397 (ebnf-token-repeat): Code fix.
17398
17399 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17400 %right, %left and %prec. Suggested by Matthew K. Junker
17401 <junker@alum.mit.edu>.
17402 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17403
17404 * progmodes/ebnf-iso.el: Doc fix.
17405 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17406 (ebnf-iso-lex): Code fix.
17407
17408 * progmodes/ebnf-bnf.el: Doc fix.
17409 (ebnf-bnf-lex): Code fix.
17410
17411 * progmodes/ebnf-otz.el: Doc fix.
17412
17413 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17414
17415 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17416 (abbrev-prefix-mark): Doc fix.
17417
17418 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17419
17420 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17421 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17422 (gdb-var-delete): Make interactive (really).
17423 (gdb-edit-value): Make non-interactive.
17424
17425 * progmodes/gud.el (gud-speedbar-menu-items):
17426 Add gdb-var-delete and, indirectly, gdb-edit-value.
17427 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17428 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17429 (gud-gdb-marker-filter): Add comment for annotations.
17430
17431 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17432
17433 * calendar/calendar.el (generate-calendar)
17434 (calendar-read-date): Prevent display of BC calendars once more -
17435 reverts 2003-10-01 change.
17436 (generate-calendar-month): Doc fix.
17437
17438 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17439
17440 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17441 return value of increment-calendar-month.
17442
17443 2004-02-21 Stephen Compall <s11@member.fsf.org>
17444
17445 * saveplace.el (save-place-forget-unreadable-files)
17446 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17447 (save-place-forget-unreadable-files): New function.
17448 (save-place-alist-to-file): Use it to filter out files that are
17449 no longer readable.
17450
17451 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17452 current Texinfo environment, using the same method as in
17453 `texinfo-insert-@end', and insert a space rather than a newline if
17454 point in a @table environment.
17455
17456 2004-02-21 Juri Linkov <juri@jurta.org>
17457
17458 * ffap.el (ffap-file-at-point): Try parent directories.
17459
17460 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17461
17462 * vcursor.el (vcursor-modifiers): New defcustom.
17463 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17464 hard-coded list.
17465
17466 2004-02-21 Masatake YAMATO <jet@gyve.org>
17467
17468 * play/animate.el (animate-birthday-present): Accept names other
17469 than `Sarah', too.
17470
17471 2004-02-21 Juri Linkov <juri@jurta.org>
17472
17473 * startup.el: Remove table of command line arguments from the
17474 Commentary section.
17475
17476 2004-02-20 John Wiegley <johnw@newartisans.com>
17477
17478 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17479 again" modifier from 'e' to 'E', since 'e' is also used by the
17480 "file extension" modifier.
17481
17482 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17483
17484 * help-fns.el (describe-categories): Doc fix.
17485
17486 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17487
17488 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17489 temporary file for buffer already visiting one. This change makes
17490 output likely to be directly usable by patch program.
17491 Suggested by Adrian Aichner <adrian@xemacs.org>
17492
17493 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17494
17495 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17496 case of variables defined in compound statements.
17497 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17498 Simplify constructions using switch-to-buffer.
17499
17500 2004-02-19 Simon Josefsson <jas@extundo.com>
17501
17502 * play/morse.el: Fix typo.
17503 (morse-code): Add @.
17504
17505 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17506
17507 * calendar/appt.el (appt-display-format): Change default to
17508 'ignore, for backwards compatibility.
17509 (appt-display-message): If appt-display-format is 'ignore,
17510 respect old vars appt-msg-window and appt-visible.
17511 (appt-activate): Don't depend on return value of cancel-timer.
17512
17513 * calendar/calendar.el (calendar-holidays): Doc fix.
17514
17515 * calendar/cal-coptic.el (coptic-prompt-for-date):
17516 Use assoc-string instead of assoc-ignore-case.
17517 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17518 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17519 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17520 * calendar/cal-islam.el (calendar-goto-islamic-date)
17521 (mark-islamic-diary-entries): Ditto.
17522 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17523 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17524 (calendar-read-mayan-tzolkin-date): Ditto.
17525 * calendar/calendar.el (calendar-read-date): Ditto.
17526 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17527
17528 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17529
17530 * progmodes/executable.el (executable-command-find-posix-p):
17531 Fix choice of the directory.
17532
17533 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17534
17535 * simple.el (interprogram-cut-function)
17536 (interprogram-paste-function, kill-new, kill-append):
17537 Doc fixes.
17538 (kill-region): Make it return nil. Doc fix.
17539 (yank-pop): Make its argument optional.
17540 (yank): Make ARG `-' equivalent to `-1'.
17541
17542 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17543
17544 * mail/rmail.el (rmail-get-new-mail): Don't reference
17545 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17546
17547 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17548
17549 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17550 if one of global-auto-revert-non-file-buffers or autorevert-mode
17551 is non-nil.
17552
17553 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17554
17555 * subr.el (delete-dups): A better implementation from Karl Heuer
17556 <kwzh@gnu.org>.
17557
17558 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17559
17560 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17561 correct place.
17562 * progmodes/icon.el (icon-indent-command): Ditto.
17563 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17564
17565 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17566
17567 * progmodes/grep.el (grep-compute-defaults): Undo change from
17568 2004-01-29: don't use executable-command-find-posix-p.
17569
17570 2004-02-16 Richard Sharman <rsharman@pobox.com>
17571
17572 * hilit-chg.el: Use require instead of eval-and-compile.
17573 (highlight-compare-buffers): New function.
17574
17575 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17576
17577 * man.el (Man-fontify-manpage): Render section headings in
17578 `Man-overstrike-face' even when overstrike was not used by man
17579 formatter for section headings.
17580
17581 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17582
17583 * rmail-spam-filter.el (vm-use-spam-filter)
17584 (rsf-min-region-length-added-to-spam-list): New variables.
17585 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17586 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17587 spam testing. Don't delete spam message if automatic deletion
17588 after output via variable rmail-delete-after-output is turned on.
17589 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17590 rsf-bbdb-dont-create-entries-for-spam.
17591 (check-field): New function, extracted from code in
17592 rmail-spam-filter to ease addition of header fields like content-type.
17593 (message-content-type): New variable to check the content-type:
17594 field added, also in defcustom of rsf-definitions-alist.
17595 (rmail-spam-filter): Replace repeated test code for header fields
17596 by calls to check-field; change the call to
17597 rmail-output-to-rmail-file such that rmail-current-message stays
17598 the same to avoid wrong deletion of unseen flags.
17599 (rsf-add-contents-type): New function to convert old format
17600 of rmail-spam-definitions-alist into new one.
17601 Change prefixes of all variables and functions from
17602 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17603
17604 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17605
17606 * loadhist.el (unload-hook-features-list): New defvar.
17607
17608 2004-02-16 Dave Love <fx@gnu.org>
17609
17610 * loadhist.el (unload-feature): Doc fix. Rename flist to
17611 unload-hook-features-list.
17612
17613 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17614
17615 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17616 cookie. Don't check if we are looking-at open-formula.
17617
17618 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17619
17620 * subr.el (match-string-no-properties): Use substring-no-properties.
17621
17622 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17623
17624 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17625 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17626 Use lower-case "rx" in all error message.
17627
17628 2004-02-16 Dave Love <fx@gnu.org>
17629
17630 * emacs-lisp/rx.el (rx-or): Put group around result.
17631 (rx-constituents): Add backref.
17632 (rx-syntax): Add string-delimiter, comment-delimiter.
17633 (rx-categories): Add combining-diacritic.
17634 (rx-check-not, rx-greedy, rx): Doc fix.
17635 (rx-backref, rx-check-backref): New.
17636
17637 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17638
17639 * newcomment.el (uncomment-region): Allow eob as comment end.
17640
17641 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17642
17643 * filecache.el: All message and error commands now use prefix
17644 "Filecache:" to make it easy to read *Messages* buffer.
17645
17646 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17647
17648 * autorevert.el: Add support to detect changed dired and VC buffers.
17649 (auto-revert-active-p, auto-revert-list-diff)
17650 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17651 (auto-revert-handler, auto-revert-active-p): New functions.
17652 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17653 and `auto-revert-active-p'.
17654 (eval-when-compile): Defvar dired-directory and vc-mode.
17655 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17656 (auto-revert-handler-vc): New functions.
17657
17658 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17659
17660 * progmodes/compile.el (compilation-directory): New defvar.
17661 (compile): Save current directory in compilation-directory.
17662 (recompile): Bind default-directory to compilation-directory if
17663 that is non-nil.
17664
17665 2004-02-16 Dave Love <fx@gnu.org>
17666
17667 * newcomment.el (comment-insert-comment-function)
17668 (comment-region-function, uncomment-region-function): New.
17669 (comment-indent): Use comment-insert-comment-function.
17670 (uncomment-region): Use uncomment-region-function.
17671 (comment-region): Use comment-region-function.
17672
17673 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17674
17675 2004-02-16 Richard Stallman <rms@gnu.org>
17676
17677 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17678 loaddefs* and ldefs-boot*.
17679
17680 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17681
17682 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17683 and email address at the beginning and end of the address.
17684
17685 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17686 anchored at the beginning of the email address.
17687
17688 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17689
17690 * international/ccl.el (ccl-compile-write): Pass `left' to
17691 ccl-embed-code to generate correct code of write-expr-register.
17692
17693 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17694
17695 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17696
17697 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17698
17699 * x-dnd.el: Mention support for Motif in commentary.
17700 (x-dnd-handle-drag-n-drop-event): Ditto.
17701
17702 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17703
17704 * ses.el: Use "ses--" prefixes for buffer-local variables.
17705 Use (point-min) instead of 1, even when we know the buffer
17706 is unnarrowed.
17707 (ses-build-load-map): Delete. Distribute its content to defconst's for
17708 the three maps.
17709 (ses-menu, ses-header-line-menu): New menus.
17710 (ses-mode-map): Use them.
17711 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17712
17713 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17714
17715 * Makefile.in: Fix the CC Mode recompile kludge so it works
17716 when building in a different directory.
17717
17718 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17719
17720 * simple.el (kill-new): Put yank-handler property on the entire string.
17721
17722 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17723
17724 * diff.el: Don't use compile any more, use diff-mode instead.
17725 (diff-regexp-alist, diff-old-file, diff-new-file)
17726 (diff-parse-differences, diff-process-setup): Remove.
17727 (diff-sentinel): New fun.
17728 (diff): Use it. Run the process ourselves.
17729 Use diff-mode for the rest of the processing.
17730
17731 * diff.el (diff): Simplify code handling `switch'.
17732
17733 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17734
17735 * pcvs-defs.el (cvs-menu): Add `tag'.
17736
17737 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17738
17739 * simple.el (kill-append): Doc fix.
17740
17741 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17742 Adapt outline-regexp to the new conventions for commenting out code.
17743
17744 2004-02-11 John Paul Wallington <jpw@gnu.org>
17745
17746 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17747
17748 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17749
17750 * diff.el (diff-switches): New fun.
17751 (diff, diff-backup): Use it.
17752 (diff): Clean up the args construction. Use backquote.
17753 Use listp instead of consp to avoid putting a nil arg.
17754 (diff): Add a revert-buffer function.
17755
17756 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17757
17758 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17759 handled by x-dnd-handle-file-name.
17760 (x-dnd-known-types): Add COMPOUND_TEXT.
17761 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17762 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17763 x-dnd-empty-state.
17764 (x-dnd-forget-drop): Ditto.
17765 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17766 (x-dnd-handle-one-url): Return private when inserting text.
17767 (x-dnd-insert-ctext): New function.
17768 (x-dnd-handle-file-name): New function for FILE_NAME.
17769 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17770 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17771 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17772
17773 2004-02-10 Kenichi Handa <handa@m17n.org>
17774
17775 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17776 instead of while loop.
17777
17778 2004-02-10 Miles Bader <miles@gnu.org>
17779
17780 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17781
17782 2004-02-09 Kenichi Handa <handa@m17n.org>
17783
17784 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17785 have end-of-line.
17786
17787 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17788
17789 * Makefile.in: Added extra dependencies in the recompile target
17790 needed to cope with the compile time macro expansions in CC Mode.
17791
17792 2004-02-09 Kim F. Storm <storm@cua.dk>
17793
17794 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17795 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17796 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17797 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17798 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17799 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17800 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17801 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17802 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17803 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17804 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17805
17806 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17809 Don't allow shrink if there's a window on our right.
17810
17811 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17812 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17813 Bring together declaration and initialization.
17814 (prolog-mode-variables): Don't set the syntax table.
17815 Don't set paragraph-start and comment-indent-function.
17816 Add /*..*/ to the comment regexps.
17817 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17818 (prolog-mode-map): Don't bind TAB.
17819 (prolog-mode): Set the syntax table.
17820 (prolog-comment-indent): Remove.
17821 (inferior-prolog-mode-map): Initialize in the declaration.
17822 (inferior-prolog-mode-syntax-table)
17823 (inferior-prolog-mode-abbrev-table): New vars.
17824 (inferior-prolog-mode): Derive from comint-mode.
17825 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17826 minibuffer windows.
17827
17828 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17829 in file names, as long as it is unabmiguous.
17830
17831 2004-02-08 Andreas Schwab <schwab@suse.de>
17832
17833 * textmodes/reftex-toc.el
17834 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17835 format. Doc fix.
17836
17837 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17838 format string arguments.
17839
17840 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17841 string argument.
17842
17843 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17844
17845 * play/zone.el (zone-call): Fix format string.
17846
17847 * net/webjump.el (webjump-builtin): Add missing format string argument.
17848
17849 * midnight.el (midnight-delay-set): Remove extra format string argument.
17850
17851 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17852
17853 * hexl.el (hexl-insert-char): Add missing format string argument.
17854
17855 * format.el (format-decode): Fix format string.
17856
17857 * emulation/vi.el (vi-mode): Remove extra format string argument.
17858 (vi-repeat-last-search): Likewise.
17859 (vi-reverse-last-search): Likewise.
17860 (vi-goto-mark): Likewise.
17861 (vi-reverse-last-find-char): Likewise.
17862 (vi-repeat-last-find-char): Likewise.
17863 (vi-locate-def): Likewise.
17864
17865 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17866
17867 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17868 string argument.
17869 (ediff-toggle-regexp-match): Likewise.
17870
17871 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17872 format string argument.
17873
17874 * calc/calc-map.el (calc-get-operator): Remove extra format
17875 string argument.
17876
17877 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17878
17879 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17880 string argument.
17881
17882 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17883
17884 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17885
17886 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17887
17888 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17889 (cl-struct-setf-expander): Likewise.
17890
17891 * vc.el (with-vc-file): Fix unsafe uses of error.
17892 (vc-cancel-version): Likewise.
17893
17894 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17895
17896 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17897 thousands separator; fixes <class>:<line-number> regexp for
17898 non-english locales.
17899
17900 2004-02-08 Andreas Schwab <schwab@suse.de>
17901
17902 * view.el (view-mode-enable): Revert previous change.
17903
17904 2004-02-07 Kim F. Storm <storm@cua.dk>
17905
17906 * simple.el (line-number-at-pos): Rename from line-at-pos.
17907 Uses changed (what-line and vc-annotate-warp-version).
17908
17909 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17910
17911 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17912 (diff-mode): Remove aborted attempt at support for compile.el.
17913 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17914
17915 2004-02-06 Andreas Schwab <schwab@suse.de>
17916
17917 * view.el (view-mode-enable): Add view-mode-map to
17918 minor-mode-overriding-map-alist.
17919
17920 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17921
17922 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17923
17924 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17925
17926 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17927 with point inside rather than after the paragraph.
17928
17929 2004-02-04 Sam Steingold <sds@gnu.org>
17930
17931 * mail/smtpmail.el (smtpmail-try-auth-methods):
17932 Do not try authentication when no mechanism is available.
17933 Pass port-name as defaultport to `netrc-machine'.
17934
17935 2004-02-04 Stephen Eglen <stephen@gnu.org>
17936
17937 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17938 to show how minibuffer height can be constrained.
17939
17940 2004-02-04 John Paul Wallington <jpw@gnu.org>
17941
17942 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17943
17944 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17945
17946 * x-dnd.el: New file for drag and drop.
17947
17948 * term/x-win.el: require x-dnd, set after-make-frame-functions
17949 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17950 drag-n-drop event.
17951
17952 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17953 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17954 (dired-dnd-handle-file): New functions for drag and drop support.
17955 (dired-mode): Initialize drag and drop if x-dnd present.
17956
17957 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17960 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17961 (cperl-mode): Set fill-paragraph-function.
17962 (cperl-fill-paragraph): Make it non-interactive.
17963
17964 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17965
17966 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17967
17968 2004-02-02 David Kastrup <dak@gnu.org>
17969
17970 * replace.el (perform-replace): Allow 'literal argument in
17971 regexp-flag to indicate literal replacement.
17972 (query-replace-regexp-eval): Use it.
17973
17974 2004-02-01 Andreas Schwab <schwab@suse.de>
17975
17976 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17977
17978 2004-02-01 Stephen Eglen <stephen@gnu.org>
17979
17980 * info-look.el: Add support for maxima-mode. Update commentary
17981 because info-lookup-symbol is now bound to C-h S.
17982
17983 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17984
17985 * simple.el (edit-and-eval-command): Bind print-level and
17986 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17987 Correct initial position in command-history.
17988
17989 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17990
17991 * files.el (read-directory-name): Adapt the docstring to recent
17992 change in Fread_file_name.
17993
17994 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
17995
17996 * ses.el (ses-print-cell): If print format too wide for column
17997 width, truncate decimal places if that helps to avoid "#####" fill.
17998 * ses.el (ses-initial-column-width): Revert previous change.
17999
18000 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18003 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18004 Add edebug info.
18005 (jit-lock-mode): Setup/cancel the new timer.
18006 (jit-lock-context-fontify): New fun. Extracted from
18007 context fontification code of jit-lock-stealth-fontify.
18008 (jit-lock-stealth-fontify): Don't do context fontification any more.
18009
18010 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18011 (jit-lock-fontify-now): Handle the `quit' case.
18012 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18013
18014 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18015
18016 * progmodes/executable.el (executable-command-find-posix-p):
18017 New. Check if find handles arguments Posix-style.
18018
18019 * progmodes/grep.el (grep-compute-defaults):
18020 Use executable-command-find-posix-p.
18021 (grep-find): Check `grep-find-command'.
18022
18023 * filecache.el (file-cache-find-posix-p): Delete.
18024 (file-cache-add-directory-using-find):
18025 Use `executable-command-find-posix-p'.
18026
18027 2004-01-29 Dave Love <fx@gnu.org>
18028
18029 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18030 Iterate the hook function if arg is given.
18031 (mark-defun, narrow-to-defun): Change order of finding the limits.
18032
18033 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18034 (byte-compile-format-warn): New.
18035 (byte-compile-callargs-warn): Use it.
18036 (Format, message, error): Add byte-compile-format-like property.
18037 (byte-compile-maybe-guarded): New.
18038 (byte-compile-if, byte-compile-cond): Use it.
18039 (byte-compile-lambda): Compile interactive forms,
18040 just to make warnings about them.
18041
18042 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18043
18044 * ses.el (ses-initial-column-width): Increase to 14, so it will
18045 work well with the default printer of "%.7g" for extreme values
18046 like "-1.234567e+07".
18047
18048 2004-01-29 Kenichi Handa <handa@m17n.org>
18049
18050 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18051
18052 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18053
18054 * dos-w32.el: Added support for the `default-printer-name' function.
18055
18056 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18057
18058 * server.el (server-socket-name): Don't use the hostname in the
18059 socket name since /tmp is local to the host anyway.
18060
18061 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18062 robust check of widening and fix var-naming.
18063
18064 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18065
18066 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18067 or rmail-spam- to rsf- in all function and variable names.
18068 (rsf-min-region-to-spam-list): New variable.
18069 (rsf-bbdb-auto-delete-spam-entries): Rename from
18070 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18071 scanned together with the recipients field for spam testing; Don't
18072 delete spam message if rmail-delete-after-output is non-nil;
18073 (rsf-check-field): New function, extracted from code in
18074 rmail-spam-filter to ease addition of header fields like
18075 content-type:;
18076 (message-content-type): New variable. The content-type: field was
18077 added also in defcustom of rsf-definitions-alist;
18078 (rmail-spam-filter): Replace repeated test code for header fields
18079 by calls to check-field; change the call to
18080 rmail-output-to-rmail-file such that rmail-current-message stays
18081 the same to avoid wrong deletion of unseen flags.
18082 (rmail-use-spam-filter): Add autoload cookie.
18083
18084 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18085
18086 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18087 (file-cache-add-directory-using-find): Add Cygwin support.
18088 (file-cache-find-command-posix-flag): New user variable.
18089
18090 * filecache.el (file-cache-add-directory): Check for
18091 directories an remove them from dir-files.
18092
18093 2004-01-27 Richard M. Stallman <rms@gnu.org>
18094
18095 * man.el (Man-fontify-manpage): Clean up message.
18096
18097 2004-01-27 Kenichi Handa <handa@m17n.org>
18098
18099 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18100 (sentence-end): Define using sentence-end-without-space.
18101
18102 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18103 a sentence ends with one of a character in sentence-end-without-space.
18104
18105 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18108 (jit-lock): Group declaration moved to jit-lock.el.
18109 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18110 when necessary.
18111
18112 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18113 (jit-lock-context-unfontify-pos): Rename from
18114 jit-lock-first-unfontify-pos.
18115 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18116
18117 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18118
18119 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18120 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18121 (fortran-fill): When filling a string, adjust re-search-backward
18122 argument for special case of string just on fill-column.
18123 When filling non-string, allow one extra char if
18124 fortran-break-before-delimiters is non-nil.
18125 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18126 Use fortran-break-delimiters-re and fortran-no-break-re to
18127 correctly handle cases such as "**".
18128
18129 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18130 (f90-no-break-re): Add some extra tokens. Doc fix.
18131
18132 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18133
18134 * mail/rmail-spam-filter.el:
18135 Use two semicolons as Commentary line prefix.
18136 Add ";;; Code:" stylized comment.
18137 Delete end-of-line whitespace.
18138 Wrap (require 'cl) with `eval-when-compile'.
18139
18140 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18141
18142 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18143 at the top level of vc.el.
18144
18145 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18146
18147 * vc.el (vc-current-line): Function removed. This is now done by
18148 the new function line-at-pos in simple.el.
18149 (vc-annotate-warp-version): Use line-at-pos instead of
18150 vc-current-line.
18151
18152 2004-01-22 Kim F. Storm <storm@cua.dk>
18153
18154 * simple.el (line-at-pos): New defun.
18155 (what-line): Use it. Optimize by only counting lines in narrowed
18156 region once.
18157
18158 2004-01-22 Kenichi Handa <handa@m17n.org>
18159
18160 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18161 point (register r1) only for charset mule-unicode-0100-24ff.
18162
18163 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18164
18165 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18166 trailing white space and ensure a final newline.
18167
18168 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18169 Add autoload cookie.
18170
18171 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18172
18173 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18174 activate view-mode explicitly.
18175
18176 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18177
18178 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
18179 use clipboard first.
18180
18181 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18184 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18185 (vc-mcvs-cvs): Remove.
18186 (vc-mcvs-command): Remove use of assert.
18187
18188 * outline.el (outline-insert-heading): Tighten up match.
18189 (outline-demote, outline-move-subtree-down): Don't assume anything
18190 about outline-regexp.
18191
18192 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18193 (texinfo-show-structure): Explicitly add ^, and simplify.
18194
18195 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18196
18197 * calendar/appt.el (appt-check): Restore usage of
18198 appt-issue-message deleted in previous change.
18199 (top-level): Activate package when loaded (needed for backwards
18200 compatibility).
18201
18202 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18203
18204 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18205 following previous change to smtpmail-send-data.
18206
18207 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18208
18209 * vc.el (vc-default-previous-version): Doc enhancement.
18210 (vc-default-next-version): New function.
18211 (vc-print-log): New arg FOCUS-REV.
18212 (vc-annotate-mode): Derive from view-mode.
18213 (vc-annotate): New args REVISION, DISPLAY-MODE.
18214 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18215 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18216 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18217 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18218 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18219
18220 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18221
18222 2004-01-19 Karl Berry <karl@gnu.org>
18223
18224 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18225 or "TexInfo".
18226
18227 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18228
18229 * subr.el (delete-dups): New function.
18230
18231 2004-01-19 Karl Berry <karl@gnu.org>
18232
18233 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18234 with ^, since that's what texinfo-show-structure
18235 documentation says (plus it works much better in texinfo.txi).
18236
18237 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18238
18239 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18240
18241 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18242
18243 * progmodes/which-func.el (which-function-mode): Don't cancel
18244 which-func-update-timer if not set.
18245
18246 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18247
18248 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18249 Remove spurious left square bracket in XX:XXam regexp.
18250
18251 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18252
18253 * progmodes/cc-defs.el: Do not require cl at run time.
18254
18255 2004-01-16 Richard M. Stallman <rms@gnu.org>
18256
18257 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18258 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18259
18260 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18261 Call rmail-spam-filter. Delete and expunge spam.
18262 Print number of spam messages deleted.
18263 Save and restore the deletion status of old messages when reading
18264 new mail with spam filter, so that expunging spam does not expunge
18265 msgs deleted by the user.
18266 (rmail-only-expunge): Add an optional argument dont-show to
18267 prevent showing message after expunge.
18268
18269 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18270
18271 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18272 * subr.el (declare): New macro.
18273
18274 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18275
18276 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18277
18278 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18279
18280 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18281 Test window-system rather than system-type (for X11/Mac).
18282
18283 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18284
18285 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18286
18287 2004-01-12 Richard M. Stallman <rms@gnu.org>
18288
18289 * mail/rmail.el (rmail-convert-to-babyl-format):
18290 Use mail-unquote-printable-region.
18291 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18292 (rmail-hex-char-to-integer): Functions deleted.
18293
18294 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18295 (mail-unquote-printable-region): New arg NOERROR.
18296 For invalid encoding, either signal an error to just return nil.
18297
18298 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18299
18300 * calendar/appt.el: Update copyright and commentary.
18301 (appt-issue-message): Make obsolete.
18302 (appt-visible, appt-msg-window): Make obsolete, in favour of
18303 appt-display-format.
18304 (appt-display-mode-line, appt-display-duration)
18305 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18306 (appt-prev-comp-time, appt-display-count, appt-timer)
18307 (appt-convert-time): Doc change.
18308 (appt-disp-window-function, appt-delete-window-function):
18309 Use defcustom rather than defvar.
18310 (appt-display-format): New variable.
18311 (appt-display-message): New function with display code from appt-check.
18312 (appt-check): Add optional FORCE argument. Doc change.
18313 Add appt-make-list to diary-hook if displaying diary.
18314 Remove checking of view-diary-entries-initially.
18315 Message display section removed to new function appt-display-message.
18316 (appt-display-window): Doc change. Remove unused internal var
18317 this-buffer. Do not beep, since appt-display-message does that.
18318 (appt-make-list): Doc change. Use caar.
18319 (appt-sort-list): Simplify by using builtin sort function.
18320 (appt-update-list): New function for updating appts when diary is
18321 saved.
18322 (appt-activate): New autoloaded function to toggle package
18323 functionality.
18324
18325 * calendar/cal-x.el: (calendar-one-frame-setup)
18326 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18327
18328 * calendar/calendar.el: Update copyright.
18329 (view-diary-entries-initially, european-calendar-style): Doc change.
18330 (calendar-setup): Make defcustom rather than defvar.
18331 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18332 in let binding so local to function.
18333
18334 * calendar/diary-lib.el: Update copyright.
18335 (diary, diary-entry-time): Doc change.
18336 (list-diary-entries): Doc change. Trivial logic change.
18337 (fancy-diary-display): Restore make-face command mistakenly
18338 deleted 2003-05-08.
18339 (show-all-diary-entries): Allow to pop-up frame if needed.
18340
18341 2004-01-09 John Paul Wallington <jpw@gnu.org>
18342
18343 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18344 Temporarily select EVENT's window for changing eol type.
18345
18346 2004-01-09 Deepak Goel <deego@gnufans.org>
18347
18348 * calendar/diary-lib.el (diary-entry-time):
18349 Also accept time in the form XX[.XX][am/pm/AM/PM].
18350 (fancy-diary-font-lock-keywords): Likewise.
18351 (diary-font-lock-keywords): Likewise.
18352 * calendar/appt.el (appt-add): Likewise.
18353 (appt-make-list): Likewise.
18354 (appt-convert-time): Likewise.
18355
18356 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18357
18358 * gdb-ui.el (gdb-ann3): Revert previous change.
18359 (gdb-source-info): Allow for case of where compilation directory
18360 is not recorded.
18361
18362 2004-01-08 John Paul Wallington <jpw@gnu.org>
18363
18364 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18365
18366 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18367
18368 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18369
18370 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18371 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18372 problems.
18373 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18374
18375 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18376
18377 * files.el (write-file-functions, write-contents-functions):
18378 Clarify docstrings.
18379
18380 2004-01-07 Kenichi Handa <handa@m17n.org>
18381
18382 * international/mule.el (set-auto-coding): Fix for the case that
18383 end-of-line is only CR.
18384
18385 2004-01-07 Kim F. Storm <storm@cua.dk>
18386
18387 * subr.el (event-start, event-end): Doc fix.
18388 (posn-string, posn-image): New defuns.
18389 (posn-object): Return either image or string object.
18390 (posn-object-x-y): Return 8th element of position.
18391 (posn-object-width-height): New defun.
18392
18393 2004-01-06 Andreas Schwab <schwab@suse.de>
18394
18395 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18396 output.
18397
18398 2004-01-05 Karl Berry <karl@gnu.org>
18399
18400 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18401 / and *, too.
18402
18403 2003-12-31 Simon Josefsson <jas@extundo.com>
18404
18405 * files.el (before-save-hook): Add.
18406 (basic-save-buffer): Use before-save-hook.
18407
18408 * emacs-lisp/copyright.el: Fix comment to recommend
18409 before-save-hook instead of write-file-functions.
18410
18411 2004-01-05 Richard M. Stallman <rms@gnu.org>
18412
18413 * finder.el (finder-commentary): Call delete-other-windows.
18414
18415 * net/ange-ftp.el (ange-ftp-file-attributes):
18416 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18417
18418 2004-01-04 Karl Berry <karl@gnu.org>
18419
18420 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18421 comment characters % and # in the copyright year notice,
18422 as well as ;.
18423
18424 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18425
18426 * wid-edit.el (default): Define dummy :value-delete.
18427 Reported by Jesper Harder <harder@ifa.au.dk>.
18428
18429 2004-01-03 Richard M. Stallman <rms@gnu.org>
18430
18431 * progmodes/compile.el (compile-internal): Use point, not point-min,
18432 for set-window-point.
18433
18434 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18435
18436 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18437
18438 * progmodes/grep.el (grep-mode-map):
18439 Don't remap next-line, previous-line.
18440
18441 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18442
18443 * speedbar.el (speedbar-edit-line): Change regexp to position
18444 the cursor on the first character of this line's button.
18445
18446 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18447
18448 * subr.el (functionp): Doc fix.
18449
18450 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18451
18452 * progmodes/idlwave.el (idlwave-make-tags):
18453 * textmodes/flyspell.el (flyspell-large-region):.
18454 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18455 * emulation/viper-util.el (viper-glob-unix-files):
18456 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18457 * man.el (Man-init-defvars):
18458 * jka-compr.el (jka-compr-call-process):
18459 * files.el (get-free-disk-space,insert-directory):
18460 * ediff-ptch.el (ediff-test-patch-utility):
18461 * ediff-diff.el (ediff-test-utility):
18462 * dired-aux.el (dired-check-process):
18463 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18464 test the return value of call-process, because it can be a string.
18465
18466 2003-12-31 John Paul Wallington <jpw@gnu.org>
18467
18468 * bindings.el (completion-ignored-extensions): Add .pfsl.
18469
18470 2003-12-31 Kim F. Storm <storm@cua.dk>
18471
18472 * ido.el (ido-nonreadable-directory-p): New defun to check for
18473 nonreadable directory without activating tramp (to avoid problems
18474 with checking incomplete tramp paths).
18475 (ido-set-current-directory, ido-file-internal)
18476 (ido-file-name-all-completions1): Use it.
18477
18478 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18479
18480 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18481 documentation if the anchor (or node) name is preceded by `info
18482 anchor' or `Info anchor' in addition to earlier `info node' and
18483 `Info node'.
18484 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18485
18486 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18487
18488 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18489 error in arguments to base64-decode-region. Remove ^M characters
18490 after decoding base64.
18491
18492 2003-12-30 Simon Josefsson <jas@extundo.com>
18493
18494 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18495 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18496 have only been distributed with Emacs for some years.
18497 (texinfo-mode-hook): Customize.
18498
18499 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18500
18501 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18502 cleaner (suggested by Richard Stallman).
18503
18504 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18505 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18506 file-name clashes on 8+3 DOS filesystems.
18507
18508 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18509 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18510 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18511 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18512 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18513 file-name clashes on 8+3 filesystems.
18514
18515 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18516 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18517 file-name clashes on 8+3 DOS filesystems.
18518
18519 2003-12-29 Richard M. Stallman <rms@gnu.org>
18520
18521 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18522 Upcase the character.
18523
18524 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18525 Search for header separator alone on a line, literally,
18526 and search for it backward, not forward.
18527 (flyspell-abbrev-table): Always use global-abbrev-table
18528 if there is no local one.
18529
18530 * progmodes/sh-script.el (sh-get-indent-info):
18531 Don't move point back if at bob.
18532
18533 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18534
18535 * play/handwrite.el (handwrite): Make the handwrite credit message
18536 a comment rather than an output command.
18537
18538 * obsolete/sc.el: Display message that this file is obsolete.
18539
18540 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18541
18542 * mail/rfc822.el (rfc822-address-start): Declare variable.
18543 Renamed from address-start. All uses changed.
18544
18545 * term.el (term-exec): Set up sentinel.
18546 (term-sentinel): New function.
18547 (term-handle-exit): New function.
18548
18549 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18550 Use assoc-string, and mark them obsolete.
18551 (delay-mode-hooks): Mark as permanent local.
18552
18553 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18554
18555 * register.el (copy-rectangle-to-register): Doc fix.
18556
18557 * info.el (Info-insert-dir): Use assoc-string.
18558
18559 * info-look.el (info-lookup): Use assoc-string.
18560
18561 * frame.el (pop-up-frame-function): Use quote, not `function'.
18562 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18563 copying with lists as coordinate values.
18564
18565 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18566
18567 * find-dired.el (kill-find): New command.
18568 (find-dired): Make buffer read-only.
18569 Set up a keymap with C-c C-k running kill-find.
18570 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18571
18572 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18573
18574 * filecache.el (file-cache-ignore-case): New variable.
18575 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18576
18577 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18578 (comint-dynamic-complete-as-filename): Rename local vars.
18579 (comint-dynamic-list-filename-completions): Likewise.
18580
18581 * comint.el (comint-dynamic-list-completions-config): New var.
18582 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18583
18584 * comint.el (comint-file-name-chars): Add [].
18585 (comint-word): Use skip-chars-backward, not search.
18586
18587 * shell.el (shell-file-name-chars): Add [].
18588
18589 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18590
18591 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18592
18593 * generic.el (define-generic-mode): Doc fix.
18594
18595 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18596
18597 * files.el (kill-some-buffers): Doc fix.
18598
18599 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18600
18601 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18602 arg to send-invisible
18603 (send-invisible): Doc fix. The argument is now a prompt, not the
18604 string to send.
18605 (comint-read-noecho): Doc fix.
18606
18607 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18608
18609 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18610 "@", as required by some ISP hosting service. Fix defcustom
18611 argument syntax errors that prevented use of customization.
18612
18613 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18614
18615 * xml.el (xml-get-attribute-or-nil): Doc fix.
18616
18617 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18618
18619 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18620 write-file-hooks.
18621
18622 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18623
18624 * autorevert.el (auto-revert-interval): Doc fix.
18625
18626 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18627
18628 * xml.el (xml-get-attribute-or-nil): New function, like
18629 xml-get-attribute, but returns nil if the attribute was not found.
18630 (xml-get-attribute): Convert to defsubst, uses
18631 xml-get-attribute-or-nil.
18632
18633 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18634
18635 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18636
18637 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18638
18639 * custom.el (custom-declare-theme): Use `value' when putting
18640 properties on `theme'.
18641
18642 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18643
18644 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18645 for each yank-handler segment.
18646 (insert-for-yank-1): New function, with the body of the previous
18647 insert-for-yank.
18648
18649 * textmodes/table.el (table-yank-handler): New defcustom.
18650 (table--put-cell-indicator-property): Put yank-handler property
18651 that indicates the yank handler for the table cell.
18652
18653 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18654
18655 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18656 set of keywords.
18657
18658 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18659
18660 * international/mule-cmds.el (reset-language-environment)
18661 (set-language-environment): Don't invoke fontset-related functions
18662 if fontset-list is not fboundp.
18663
18664 2003-12-29 Kenichi Handa <handa@m17n.org>
18665
18666 * international/mule-cmds.el (reset-language-environment):
18667 Call set-overriding-fontspec-internal with nil.
18668 (set-language-environment): Call set-overriding-fontspec-internal
18669 if the language environment specify `overriding-fontspec'.
18670 (language-info-alist): Doc added.
18671
18672 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18673 characters of mule-unicode-0100-24ff.
18674 (ccl-encode-windows-1251-font): New CCL program.
18675 ("Bulgarian"): Specify overriding-fontspec.
18676 ("Belarusian"): Likewise.
18677
18678 2003-12-28 Sam Steingold <sds@gnu.org>
18679
18680 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18681 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18682
18683 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18684
18685 * progmodes/gud.el (gud-gdb-command-name): Set default to
18686 "gdb --annotate=3".
18687 (gud-gdb-marker-filter): Look out for annotations.
18688 (gdb-first-pre-prompt): New variable.
18689 Remove trailing white space.
18690
18691 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18692 if necessary.
18693 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18694 annotations are detected.
18695 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18696 instead of a local one to allow transition from
18697 gud-gdb-marker-filter.
18698 Remove trailing white space.
18699
18700 2003-12-27 Kim F. Storm <storm@cua.dk>
18701
18702 * ido.el: Handle non-readable directories.
18703 (ido-decorations): Add 9th element for non-readable directory.
18704 (ido-directory-nonreadable): New dynamic var.
18705 (ido-set-current-directory): Set it.
18706 (ido-read-buffer, ido-file-internal):
18707 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18708 (ido-file-name-all-completions1): Return empty list for
18709 non-readable directory.
18710 (ido-exhibit): Print [Not readable] if directory is not readable.
18711 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18712 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18713 Use it.
18714
18715 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18716
18717 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18718 calls to directory-files-and-attributes and file-attributes.
18719 (ls-lisp-format): Remove system dependent handling of user and
18720 group id's.
18721
18722 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18723
18724 * ffap.el (ffap-read-file-or-url): Revert previous change.
18725
18726 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18727
18728 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18729 new list of included files called `files-with-node-lines', that
18730 only have node lines. This way @include commands can include any
18731 file, such as version and update files without node lines, not
18732 just files that are chapters.
18733
18734 2003-12-25 Andreas Schwab <schwab@suse.de>
18735
18736 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18737 file not found.
18738
18739 2003-12-08 Miles Bader <miles@gnu.org>
18740
18741 * dired.el (dired-between-files): Always use dired-move-to-filename,
18742 which is more robust in non-english locales.
18743
18744 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18745
18746 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18747
18748 2003-12-24 Andreas Schwab <schwab@suse.de>
18749
18750 * shell.el (shell-file-name-quote-list): Add backslash.
18751
18752 * comint.el (comint-quote-filename): Correctly handle backslash
18753 in comint-file-name-quote-list.
18754
18755 2003-12-24 Kenichi Handa <handa@m17n.org>
18756
18757 * international/mule-cmds.el (set-default-coding-systems):
18758 Call ucs-set-table-for-input for all buffers that don't have local
18759 value of buffer-file-coding-system.
18760
18761 * international/ucs-tables.el (ucs-set-table-for-input):
18762 If translation-table-for-encode is a symbol, get its
18763 translation-table property.
18764
18765 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18766
18767 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18768 to `completing-read' on a recently fixed bug.
18769
18770 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18771 instead of SPACE, to get the list of possible fringe modes.
18772 SPACE only works if both `partial-completion-mode' and
18773 `completion-auto-help' are nil.
18774
18775 * complete.el (PC-is-complete-p): Delete.
18776 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18777 calls to `test-completion'.
18778
18779 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18780
18781 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18782 to edit values when there are no children.
18783
18784 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18785 a mode called "Assembler" already exists.
18786 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18787 (gud-watch): Use format option. Remove font properties from string.
18788 (gdb-var-create-handler, gdb-var-list-children-handler):
18789 Don't bother about properties as there are none.
18790 (gdb-var-create-handler, gdb-var-list-children-handler)
18791 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18792 with two arguments.
18793 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18794 Let speedbar show value changes with a different font.
18795 (gdb-edit-value): New defun.
18796 (gdb-clear-partial-output, gdb-clear-inferior-io)
18797 (def-gdb-auto-update-handler): Use erase-buffer.
18798 (gdb-frame-handler): Display watch expressions in
18799 FUNCTION::VARIABLE format if required.
18800
18801 2003-12-23 John Paul Wallington <jpw@gnu.org>
18802
18803 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18804 (Info-goto-emacs-command-node): Doc fixes.
18805
18806 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18807
18808 * cus-edit.el (custom-add-parent-links): Define "many".
18809
18810 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18811
18812 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18813 (widget-child-validate, widget-type-value-create)
18814 (widget-type-default-get, widget-type-match): New functions.
18815 (lazy): New widget.
18816 (menu-choice, checklist, radio-button-choice, editable-list)
18817 (group, documentation-string): Remove redundant (per 2003-10-25
18818 change) calls to `widget-children-value-delete'.
18819 (widget-choice-value-get, widget-choice-value-inline): Remove.
18820 (menu-choice): Update widget.
18821
18822 2003-12-03 Kenichi Handa <handa@m17n.org>
18823
18824 * language/cyrillic.el: Register "microsoft-cp1251" in
18825 ctext-non-standard-encodings-alist.
18826 ("Bulgarian"): Add ctext-non-standard-encodings.
18827 ("Belarusian"): Likewise.
18828
18829 * international/mule-conf.el (compound-text-with-extensions):
18830 Change the type to 2 (iso-2022 base).
18831
18832 * international/mule.el (ctext-non-standard-encodings-alist):
18833 Change the format.
18834 (ctext-non-standard-encodings): New variable.
18835 (ctext-post-read-conversion): Fully re-written.
18836 (ctext-non-standard-designations-alist): Delete it.
18837 (ctext-non-standard-encodings-table): New function.
18838 (ctext-pre-write-conversion): Fully re-written.
18839
18840 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18841
18842 * cus-edit.el (custom-add-parent-links): Add documentation links
18843 for parent, if the item has none of its own.
18844
18845 2003-11-30 Richard M. Stallman <rms@gnu.org>
18846
18847 * dired-aux.el (dired-do-query-replace-regexp):
18848 Report files visited read-only.
18849
18850 2003-11-30 Juri Linkov <juri@jurta.org>
18851
18852 * dired-aux.el (dired-compare-directories): New command.
18853 (dired-file-set-difference, dired-files-attributes): New functions.
18854
18855 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18856 Version 2.0.38 of Tramp released.
18857
18858 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18859 Charles Curley <charlescurley@charlescurley.com>.
18860 (tramp-multi-connection-function-alist): Add ssht entry which adds
18861 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18862 Aichner.
18863 (tramp-get-method-parameter): New function to retrieve a method
18864 parameter. This allows for omission of method parameters.
18865 Callers adjusted.
18866
18867 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18868
18869 * net/tramp.el: Add new optional parameter ID-FORMAT to
18870 `file-attributes'. Calls of `file-attributes' won't use this
18871 parameter for backward compatibility reasons.
18872 (tramp-perl-file-attributes): Add a new parameter to Perl script
18873 in order to handle uid/gid as strings, if desired.
18874 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18875 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18876 order to make the function more general.
18877 (tramp-handle-file-attributes): Replace proprietary optional
18878 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18879 (tramp-handle-file-attributes-with-perl): Handle parameter
18880 NONNUMERIC if set. This wasn't done in the past.
18881 (tramp-post-connection): Apply second parameter "$2" if
18882 `tramp-remote-perl' is called.
18883
18884 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18885 Correct cut'n'waste error (`filename' instead of `directory').
18886 (tramp-smb-handle-directory-files-and-attributes)
18887 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18888 introduced parameter ID-FORMAT.
18889 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18890 error (`directory' instead of `ldir').
18891
18892 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18893 `file-attributes' has a second parameter. If yes, apply it with
18894 value "'integer". Otherwise, don't use that parameter (default is
18895 integer format).
18896
18897 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18898
18899 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18900 (help-for-help): Add `C-h .' to the listed Help options.
18901 Remove trailing whitespace.
18902
18903 * help-at-pt.el: New file.
18904
18905 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18906
18907 * subr.el (noreturn, 1value): New macros for test coverage.
18908 See `testcover.el'.
18909
18910 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18911
18912 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18913 for macro `1value'.
18914 (testcover-1value): New function. Checks that a 1value form
18915 actually returns only one value. Requested by RMS.
18916
18917 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18918
18919 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18920 (gdb-var-list-children, gdb-var-list-children-handler)
18921 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18922 gdb commands that use mi to keep them out of the command history.
18923
18924 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18925
18926 * cus-start.el (all): Add use-file-dialog.
18927
18928 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18931
18932 2003-11-27 Kim F. Storm <storm@cua.dk>
18933
18934 * subr.el (posn-object-x-y): New defun.
18935
18936 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18937
18938 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18939 Don't use `space' for \\\n.
18940 Be more selective as to which # are comment-starters.
18941
18942 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18943
18944 * subr.el (number-sequence): Improve handling of floating point
18945 arguments (suggested by Kim Storm). Allow negative arguments.
18946
18947 2003-11-26 Kenichi Handa <handa@m17n.org>
18948
18949 * international/mule-cmds.el (standard-display-european-internal):
18950 Cancel the standard-display-table setting for ` and '.
18951
18952 2003-11-26 Kim F. Storm <storm@cua.dk>
18953
18954 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18955 New defcustoms to add ffap-like functionality to ido.
18956 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18957 (ido-no-final-slash): New defun.
18958 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18959 (ido-read-file-name): ): Toggle VC checking via
18960 vc-handled-backends instead of vc-master-templates.
18961 (ido-file-internal): Handle ido-use-url-at-point and
18962 ido-use-filename-at-point via code borrowed from ffap-guesser.
18963 Handle new ido-exit code ffap.
18964 (ido-sort-list): Ignore final slash when sorting file names.
18965
18966 2003-11-25 Kim F. Storm <storm@cua.dk>
18967
18968 * emulation/cua-base.el (cua--standard-movement-commands):
18969 Add forward-sentence and backward-sentence.
18970
18971 2003-11-25 Stephen Eglen <stephen@gnu.org>
18972
18973 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18974 iswitchb-exit is set to 'usefirst when user selects buffer at head
18975 of list using RET. (Selecting buffers at the head of the list was
18976 broken if the substring was also a complete buffername.)
18977
18978 2003-11-23 Kim F. Storm <storm@cua.dk>
18979
18980 * progmodes/compile.el (grep-command, grep-use-null-device)
18981 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18982 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18983 (grep-regexp-alist, grep-program, find-program)
18984 (grep-find-use-xargs, grep-history, grep-find-history)
18985 (grep-process-setup, grep-compute-defaults)
18986 (grep-default-command, grep, grep-tag-default, grep-find)
18987 (grep-expand-command-macros, grep-tree-last-regexp)
18988 (grep-tree-last-files, grep-tree): Move grep variables, functions
18989 and commands to new file grep.el.
18990 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18991 (compilation-process-setup-function): Doc fix.
18992 (compilation-highlight-regexp, compilation-highlight-overlay): New
18993 defvars used for highlighting current compile error in source buffer.
18994 (compile-internal): New optional args HIGHLIGHT-REGEXP and
18995 LOCAL-MAP which overrides compilation-highlight-regexp and
18996 compilation-mode-map for this compilation.
18997 Delay calling compilation-set-window-height until after running
18998 compilation-process-setup-function so it can buffer-local override
18999 compilation-window-height.
19000 Check buffer-local value of compilation-scroll-output.
19001 (compilation-set-window-height): Use buffer-local value of
19002 compilation-window-height.
19003 (compilation-revert-buffer): Don't pass (undefined)
19004 preserve-modes arg to revert-buffer.
19005 (next-error-no-select, previous-error-no-select): New commands.
19006 (compilation-goto-locus): Temporarily highlight current match in
19007 source buffer using compilation-highlight-regexp.
19008
19009 * progmodes/grep.el: New file with grep code from compile.el.
19010 (grep): New defcustom group.
19011 (grep-window-height): New defcustom, like compilation-window-height.
19012 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19013 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19014 (grep-command, grep-use-null-device, grep-find-command)
19015 (grep-tree-files-aliases, grep-tree-ignore-case)
19016 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19017 (grep-setup-hook): New hook variable.
19018 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19019 (grep-last-buffer): New defvar, override compilation-last-buffer.
19020 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19021 Call compile-internal with args highlight-regexp and grep-mode-map.
19022
19023 2003-11-23 Kim F. Storm <storm@cua.dk>
19024
19025 * subr.el (event-start, event-end): Doc fix.
19026 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19027 (posn-area, posn-actual-col-row, posn-object): New defuns.
19028 (posn-col-row): Simplify doc. Rewrite to use cond.
19029 (posn-point): Also return buffer position for events outside text
19030 area (that info is now present in the event position).
19031
19032 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19033 mouse-set-point so that hscroll still works now that clicks on
19034 fringes generate specific mouse events.
19035 (mouse-set-point): Note that it now works in fringes and margins
19036 too due to new semantics of posn-point in fringes and margins.
19037
19038 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19039 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19040
19041 2003-11-20 Kim F. Storm <storm@cua.dk>
19042
19043 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19044 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19045 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19046 to 100 for icons to avoid increasing line height when shown.
19047
19048 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19049
19050 * newcomment.el (comment-normalize-vars): Initialize properly if
19051 comment-start was nil.
19052
19053 2003-11-19 Andreas Schwab <schwab@suse.de>
19054
19055 * simple.el (set-variable): Fix indentation.
19056
19057 2003-11-17 Kenichi Handa <handa@m17n.org>
19058
19059 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19060 Fix docstring.
19061
19062 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19063
19064 * international/latin1-disp.el (latin1-display): Fix docstring.
19065
19066 2003-11-16 John Wiegley <johnw@newartisans.com>
19067
19068 * eshell/em-ls.el (eshell-ls-file): There are times with
19069 size-width is nil and uncomputed (when directories are created in
19070 dired, for example); in this case, 4 is reasonable default value,
19071 although it may caused skewed new entries (which could be avoided
19072 by returning the original value of 8 in all cases, but 99% of the
19073 time this is a waste of whitespace).
19074
19075 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19076
19077 * cc-engine.el (c-guess-continued-construct)
19078 (c-guess-basic-syntax): Check a little more carefully if it's a
19079 function declaration when an unknown construct followed by a block
19080 is found inside a statement context. This avoids macros followed
19081 by blocks to be taken as function declarations.
19082
19083 (c-guess-continued-construct): Change the analysis of a statement
19084 continuation with a brace open to `substatement-block', for
19085 consistency with recognized statements.
19086
19087 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19088 start is in a position so that `c-beginning-of-statement-1' jumped
19089 to the beginning of the same statement.
19090
19091 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19092 Don't accept binary operators in the arglist if we're in a function
19093 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19094 template recognition in cases like "if (a < b || c > d)".
19095
19096 (c-restricted-<>-arglists): New more appropriate name for
19097 `c-disallow-comma-in-<>-arglists'.
19098
19099 Accessing functions updated for the variable name change.
19100
19101 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19102 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19103
19104 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19105 labels.
19106
19107 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19108 instead of duplicating parts of it. This fixes bogus label
19109 recognition.
19110
19111 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19112 of checking the context in which to apply the minimum indentation,
19113 so that it isn't enforced in e.g. namespace blocks.
19114
19115 * cc-vars.el (c-inside-block-syms): New constant used by
19116 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19117 to somewhat reduce the risk of becoming stale.
19118
19119 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19120 cc-cmds to cc-engine to allow use from cc-align.
19121
19122 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19123 qualified identifiers containing "::".
19124
19125 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19126 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19127
19128 * cc-vars.el (c-emacs-features): Use a space in front of the name
19129 of the temporary buffer. That also avoids dumping problems in
19130 XEmacs due to undo info being left around after the buffer is killed.
19131
19132 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19133 arglist to see if it's a K&R style declaration.
19134
19135 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19136 before returning `knr-argdecl-intro'.
19137
19138 2003-11-16 John Wiegley <johnw@newartisans.com>
19139
19140 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19141 field in a long-listing always 8 characters, use `size-width',
19142 which has already been computed.
19143
19144 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19145
19146 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19147
19148 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19149
19150 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19151 Support operation while narrowed, with `diff-restrict-view'.
19152
19153 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19154
19155 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19156 Take additional optional arg NARROWFUN. For the generated functions:
19157 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19158 include frags that arrange to check for and save narrowing state before
19159 the move and then conditionally call NARROWFUN after the move.
19160
19161 2003-11-14 John Wiegley <johnw@newartisans.com>
19162
19163 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19164 that was optional, but obviously missing based on surrounding code.
19165
19166 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19167 string arguments to numbers unless the whole argument was seen as
19168 a number.
19169
19170 2003-11-14 Kenichi Handa <handa@m17n.org>
19171
19172 * international/mule.el (ctext-non-standard-encodings-alist):
19173 Fix coding systems.
19174
19175 2003-11-10 Kenichi Handa <handa@m17n.org>
19176
19177 * language/kannada.el ("Kannada"): Add sample-text.
19178
19179 * language/knd-util.el (kannada-compose-region)
19180 (kannada-compose-string, kannada-post-read-conversion):
19181 Add autoload cookie.
19182
19183 * international/quail.el (quail-completion): Change the message
19184 "corresponding translations" to "corresponding characters".
19185
19186 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19187
19188 * descr-text.el (describe-char): Fix typo.
19189
19190 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19191
19192 These changes are to support Kannada language/script.
19193
19194 * Makefile.in (DONTCOMPILE): Add kannada.el.
19195
19196 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19197
19198 * loadup.el: Preload kannada.el.
19199
19200 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19201 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19202 New variables.
19203
19204 * language/kannada.el: New file.
19205
19206 * language/knd-util.el: New file.
19207
19208 2003-11-07 Andreas Schwab <schwab@suse.de>
19209
19210 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19211 Also highlight AH_*.
19212
19213 * xml.el (xml-parse-dtd): Fix misplaced paren.
19214
19215 2003-11-07 Kenichi Handa <handa@m17n.org>
19216
19217 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19218
19219 2003-11-05 Juri Linkov <juri@jurta.org>
19220
19221 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19222 (desktop-buffer-file): Use saved buffer-file-coding-system
19223 for file reading. Set auto-insert to nil to prevent automatic
19224 insertion into restored empty files.
19225
19226 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19227
19228 * files.el (risky-local-variable-p): Make second argument optional.
19229
19230 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * subr.el (add-hook): Fix last change.
19233
19234 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19235
19236 * mail/rmail.el (rmail-convert-to-babyl-format):
19237 If base64-decode-region signals an error, catch it and silently
19238 ignore it.
19239
19240 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19241
19242 * xml.el (xml-parse-region): Allow comments to appear after the
19243 topmost element has closed.
19244 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19245 (xml-ns-expand-attr): New functions to do namespace handling.
19246 (xml-intern-attrlist): Back-compatible handling of attribute names.
19247 (xml-parse-tag): Move namespace handling to separate functions.
19248 Now produces elements in the form ((:ns . "element") (attr-list)
19249 children) instead of ('ns:element (attr-list) children).
19250 (xml-parse-attlist): Fix attribute parsing.
19251 (xml-parse-dtd): Change parsing so that it produces strings
19252 instead of interned symbols.
19253
19254 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19255
19256 * dired.el (dired-ls-sorting-switches): Doc fix.
19257
19258 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19259
19260 * emacs-lisp/rx.el (rx-or): Fix the case of
19261 "(rx (and ?a (or ?b ?c) ?d))".
19262
19263 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19264
19265 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19266 (texinfo-format-region): Use it.
19267 (texinfo-format-buffer-1): Ditto.
19268
19269 2003-11-01 Alan Mackenzie <acm@muc.de>
19270
19271 Changes to allow scrolling whilst in isearch mode:
19272 * isearch.el (isearch-unread-key-sequence): New function,
19273 extracted from isearch-other-meta-char.
19274 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19275 "scrollable" standard functions.
19276 (isearch-allow-scroll): New customizable variable.
19277 (isearch-string-out-of-window, isearch-back-into-window)
19278 (isearch-reread-key-sequence-naturally)
19279 (isearch-lookup-scroll-key): New functions.
19280 (isearch-other-meta-char): Doc string and functionality enhanced.
19281 Now accepts a prefix argument.
19282 (isearch-lazy-highlight-window-end): New variable.
19283 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19284 end (thru isearch-lazy-highlight-window-end), not only its start.
19285
19286 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19287 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19288 (universal-argument, universal-argument-more, negative-argument)
19289 (digit-argument, universal-argument-other-key): Minor changes.
19290
19291 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19292
19293 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19294 recursively if the last message is deleted, thus avoiding an
19295 infinite loop.
19296
19297 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19298
19299 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19300 (tex-main-file): Don't add .tex if the extension is already present.
19301 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19302
19303 2003-10-29 Lute Kamstra <lute@gnu.org>
19304
19305 * progmodes/octave-inf.el (inferior-octave-prompt):
19306 Recognize version number in prompt.
19307
19308 2003-10-28 Dave Love <fx@gnu.org>
19309
19310 * international/characters.el: Fix some Unicode ranges.
19311
19312 2003-10-28 Kenichi Handa <handa@m17n.org>
19313
19314 * disp-table.el (standard-display-8bit)
19315 (standard-display-default, standard-display-ascii)
19316 (standard-display-g1, standard-display-graphic)
19317 (standard-display-underline): Assure that standard-display-table
19318 is a display table.
19319
19320 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19321
19322 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19323 reindenting the first line.
19324
19325 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19326
19327 * wid-edit.el (widget-default-delete): Always delete child widgets.
19328
19329 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19330
19331 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19332 if the line has code.
19333 Don't try to line up with something that's too far left.
19334
19335 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19336 (octave-mode-syntax-table): Add % as a comment starter.
19337 (octave-point): Remove.
19338 (octave-in-comment-p, octave-in-string-p)
19339 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19340 (octave-blink-matching-block-open, octave-auto-fill):
19341 Use line-(beginning|end)-position instead.
19342
19343 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19344
19345 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19346 for Francesco Potort\e,Al\e(B.
19347
19348 2003-10-23 Dave Love <fx@gnu.org>
19349
19350 * international/mule-cmds.el (locale-charset-to-coding-system):
19351 Don't rely on nil being a coding system.
19352
19353 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19354 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19355 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19356
19357 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19358
19359 * gdb-ui.el (gdb-current-language): New variable.
19360 (gdb-update-flag): Remove variable.
19361 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19362 (gdb-take-last-elt): Remove function.
19363 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19364 (gdb-post-prompt): Check for variable object changes here.
19365
19366 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19367 object changes in gdb-ui.el.
19368
19369 2003-10-21 Richard M. Stallman <rms@gnu.org>
19370
19371 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19372
19373 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19374 Don't check for foo*/ wildcard form here.
19375 (insert-directory): Recognize foo*/ as a wildcard.
19376 Separate wildcard-regexp variable from the arg, wildcard.
19377
19378 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19379 (remove-hook): Correctly handle strange cases about local hooks.
19380
19381 2003-10-21 David Ponce <david@dponce.com>
19382
19383 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19384 argument REAL, to return a real number instead of a rounded
19385 integer value. Define as inline function.
19386 (ruler-mode-right-fringe-cols): Likewise.
19387 (ruler-mode-scroll-bar-cols): New function.
19388 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19389 (ruler-mode-right-scroll-bar-cols): Likewise.
19390 (ruler-mode-space): New function.
19391 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19392 scroll bar mode and margins in a more robust way.
19393
19394 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19395
19396 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19397 (antlr-c-init-language-vars): New function.
19398 (antlr-mode): Use it with cc-mode before v5.29.
19399 (antlr-c-common-init): Don't set some local vars here.
19400 (antlr-mode): Set them here.
19401 (antlr-c-forward-sws): New function alias.
19402 (antlr-mode): Redefine with cc-mode before v5.30.
19403 (antlr-skip-sexps): Use it.
19404 (antlr-skip-exception-part): Ditto.
19405 (antlr-skip-file-prelude): Ditto.
19406 (antlr-outside-rule-p): Ditto.
19407 (antlr-end-of-body): Ditto.
19408 (antlr-option-kind): Ditto.
19409 (antlr-insert-option-area): Ditto.
19410 (antlr-file-dependencies): Ditto.
19411
19412 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19413
19414 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19415 Move backward only if point was not inside an entry.
19416
19417 2003-10-21 Richard M. Stallman <rms@gnu.org>
19418
19419 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19420
19421 2003-10-21 Juri Linkov <juri@jurta.org>
19422
19423 * compare-w.el: Automatically skip non-matching text to resync.
19424 (compare-windows-whitespace): Doc fix.
19425 (compare-windows-sync, compare-windows-sync-string-size)
19426 (compare-windows-recenter, compare-ignore-whitespace)
19427 (compare-windows-highlight, compare-windows-face): New variables.
19428 (compare-windows): Use compare-windows-sync.
19429 (compare-windows-highlight, compare-windows-dehighlight)
19430 (compare-windows-sync-regexp)
19431 (compare-windows-sync-default-function): New functions.
19432
19433 2003-10-21 Juri Linkov <juri@jurta.org>
19434
19435 * diff.el (diff-parse-differences): Don't visit the files now;
19436 instead, just record the error locus.
19437
19438 2003-10-21 Dave Love <fx@gnu.org>
19439
19440 * progmodes/cfengine.el: New file.
19441
19442 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19443
19444 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19445 default-directory when completing file names.
19446
19447 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19448
19449 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19450 followed by the word `face', it gets treated as a face, even if
19451 it is also defined as a variable or a function.
19452
19453 2003-10-20 Dave Love <fx@gnu.org>
19454
19455 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19456 Avoid incf in macro expansion.
19457
19458 2003-10-20 John Paul Wallington <jpw@gnu.org>
19459
19460 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19461 `evenp' so we don't implicitly require cl library at runtime.
19462
19463 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19464
19465 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19466 (help-make-xrefs): Only make cross-references for faces if
19467 preceded or followed by the word `face'. Do not make a
19468 cross-reference for variables without variable documentation,
19469 unless preceded by the word `variable' or `option'. Update doc
19470 string accordingly.
19471
19472 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19473
19474 * progmodes/hideshow.el: Rewrite one-armed `if'
19475 constructs using either `when' or `unless'.
19476 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19477
19478 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19479
19480 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19481 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19482 instead of 12x12.
19483
19484 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19485
19486 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19487 message while converting to Babyl.
19488
19489 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19490
19491 * allout.el (allout-mode): Doc fix.
19492
19493 2003-10-16 Lute Kamstra <lute@gnu.org>
19494
19495 * subr.el (force-mode-line-update): Fix docstring.
19496
19497 2003-10-14 Dave Love <fx@gnu.org>
19498
19499 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19500 (default-input-method): Add :link, improve :type.
19501 (locale-charset-language-names): Fix utf-8 pattern.
19502 (locale-charset-match-p, locale-charset-alist)
19503 (locale-charset-to-coding-system): New.
19504 (set-locale-environment): Deal with codeset part of locale specs.
19505
19506 2003-10-14 Lute Kamstra <lute@gnu.org>
19507
19508 * fringe.el (fringe-mode): Use active voice in docstring.
19509 (set-fringe-style): Ditto.
19510
19511 2003-10-13 Lute Kamstra <lute@gnu.org>
19512
19513 * fringe.el (fringe-mode): Fix docstring.
19514 (set-fringe-style): Ditto.
19515
19516 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19517
19518 * ediff-mult.el (ediff-filegroup-action):
19519 Use ediff-default-filtering-regexp.
19520
19521 * ediff-util.el (ediff-recenter): Don't call
19522 ediff-restore-highlighting twice.
19523 (ediff-select-difference): Set current difference.
19524 (ediff-unselect-and-select-difference): Add comment.
19525
19526 * ediff.el (ediff-directories,ediff-directory-revisions)
19527 (ediff-directories3,ediff-merge-directories)
19528 (ediff-merge-directories-with-ancestor)
19529 (ediff-merge-directory-revisions)
19530 (ediff-merge-directory-revisions-with-ancestor):
19531 Use ediff-default-filtering-regexp.
19532
19533 2003-10-12 Andreas Schwab <schwab@suse.de>
19534
19535 * international/mule-cmds.el (locale-charset-language-names):
19536 Simplify regex by removing unused grouping.
19537
19538 2003-10-10 Dave Love <fx@gnu.org>
19539
19540 * bindings.el: Don't bind stop.
19541
19542 2003-10-08 Miles Bader <miles@gnu.org>
19543
19544 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19545 face instead of attempting to emulate it.
19546
19547 2003-10-07 Kenichi Handa <handa@m17n.org>
19548
19549 * international/mule-diag.el (list-coding-systems-1): List coding
19550 systems that are loaded automatically.
19551
19552 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19553
19554 * international/mule.el (autoload-coding-system): New function.
19555
19556 2003-10-07 Andreas Schwab <schwab@suse.de>
19557
19558 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19559 change-log-default-name in the buffer visiting the file.
19560
19561 2003-10-06 Dave Love <fx@gnu.org>
19562
19563 * files.el (find-file-hook): Customize.
19564 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19565
19566 * bindings.el (completion-ignored-extensions): Remove .log.
19567 (global-map): Add again, open, stop keys.
19568
19569 2003-10-05 Richard M. Stallman <rms@gnu.org>
19570
19571 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19572 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19573 Use sh-modify directly.
19574 (sh-select): Use sh-append, not eval.
19575
19576 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19577
19578 * info.el (Info-following-node-name): New function.
19579
19580 * loadhist.el (unload-feature-special-hooks):
19581 Rename from loadhist-hook-functions.
19582 (loadhist-hook-functions): Now an alias.
19583
19584 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19585
19586 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19587 file-name clashes on 8+3 filesystems.
19588
19589 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19590 Rename loaddefs-boot.el to ldefs-boot.el
19591
19592 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19593 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19594
19595 2003-10-03 Lute Kamstra <lute@gnu.org>
19596
19597 * info.el (Info-mode): Revert previous change.
19598 (Info-escape-percent): New function.
19599 (Info-fontify-node): Use it.
19600
19601 2003-10-02 Andreas Schwab <schwab@suse.de>
19602
19603 * loaddefs-boot.el: Regenerated.
19604
19605 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19606
19607 * ffap.el: Remove defadvice related code from CVS since `complete'
19608 provides a `PC-completion-as-file-name-predicate' variable that
19609 ffap can override.
19610
19611 2003-10-02 Kenichi Handa <handa@m17n.org>
19612
19613 * international/utf-8.el (ccl-decode-mule-utf-8):
19614 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19615
19616 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19617 * international/subst-big5.el: Likewise.
19618 * international/subst-gb2312.el: Likewise.
19619 * international/subst-ksc.el: Likewise.
19620
19621 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19622
19623 * calendar/calendar.el (increment-calendar-month)
19624 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19625 (generate-calendar, calendar-read-date, calendar-interval)
19626 (calendar-day-of-week): Handle years BC.
19627 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19628
19629 2003-10-01 Dave Love <fx@gnu.org>
19630
19631 * language/cyrillic.el (cp1251): Alias for windows-1251.
19632
19633 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19634 bootstrap.
19635
19636 2003-10-01 Lute Kamstra <lute@gnu.org>
19637
19638 * files.el: Fix typo.
19639 * imenu.el (imenu--generic-function): Docstring fix.
19640
19641 2003-09-30 Richard M. Stallman <rms@gnu.org>
19642
19643 * dired.el (dired-mode): Handle dired-directory as a list.
19644
19645 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19646
19647 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19648
19649 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19650
19651 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19652 Replace gud-display with gud-watch.
19653 (gud-speedbar-buttons): Add stuff for watching expressions
19654 in the speedbar when using M-x gdba. Use dolist on old part
19655 of this function.
19656
19657 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19658 (gdb-update-flag): New variables.
19659 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19660 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19661 (gud-watch, gdb-var-create-handler) : New functions.
19662 (gdb-var-list-children, gdb-var-list-children-handler)
19663 (gdb-var-create-regexp, gdb-var-update-regexp)
19664 (gdb-var-list-children-regexp): New constants.
19665 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19666 (gdb-annotation-rules): Reduce annotation set (level 3).
19667 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19668 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19669 updates.
19670 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19671 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19672 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19673 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19674 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19675 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19676 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19677 (gud-display, gud-display1)
19678 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19679 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19680 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19681 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19682 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19683 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19684 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19685 (gdb-display-display-buffer, gdb-toggle-display)
19686 (gdb-delete-display, gdb-expressions-popup-menu)
19687 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19688 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19689 to display buffer.
19690
19691 2003-09-30 Richard M. Stallman <rms@gnu.org>
19692
19693 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19694 Instead, set which-func-functions.
19695
19696 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19697 (which-func-functions): New variable.
19698 (which-function): Use that.
19699
19700 * info.el (Info-mode): Double each `%' in header line.
19701
19702 * emacs-lisp/lisp-mnt.el (lm-with-file):
19703 When FILE is nil, run BODY in current buffer.
19704
19705 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19706
19707 * help.el (describe-mode): Start with a brief list of minor modes.
19708 Find them thru minor-mode-list so as to find them all.
19709 Show them in alphabetical order.
19710
19711 * mail/sendmail.el (mail-aliases): Doc fix.
19712
19713 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19714
19715 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19716
19717 * mail/rmailsum.el (rmail-make-summary-line-1):
19718 Change comma after last label to a space.
19719 (rmail-summary-font-lock-keywords): Adapt to that change.
19720
19721 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19722
19723 * progmodes/scheme.el (scheme-mode-variables): When setting
19724 `font-lock-defaults', also specify that "#" should
19725 be interpreted with `word' syntax.
19726 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19727
19728 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19729
19730 * desktop.el: A lot of comments updated.
19731 (desktop-save-mode): Minor mode introduced.
19732 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19733 (desktop-load-default): Function made obsolete.
19734 (desktop-locals-to-save): Variable made customizable.
19735 (desktop-read): Optional parameter `dirname' added.
19736 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19737 `desktop-read' used.
19738 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19739
19740 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19741
19742 * whitespace.el (whitespace-clean-msg): Add user customizable message
19743 for displaying ``clean'' output.
19744 (whitespace-buffer): Use `whitespace-clean-msg'.
19745 (whitespace-global-mode): Fix typo.
19746
19747 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19748
19749 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19750
19751 2003-09-29 Lute Kamstra <lute@gnu.org>
19752
19753 * bindings.el (mode-line-modes): Remove superfluous :propertize
19754 construct in initialization.
19755 (mode-line-position): Change cons cell into proper list in
19756 initialization.
19757
19758 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19759
19760 * international/mule.el (decode-coding-inserted-region): Use car
19761 of the return value of find-operation-coding-system.
19762
19763 2003-09-29 Kenichi Handa <handa@m17n.org>
19764
19765 * descr-text.el (describe-char): Fix previous change.
19766
19767 2003-09-28 Kenichi Handa <handa@m17n.org>
19768
19769 * descr-text.el (describe-char-display): New function.
19770 (describe-char): Pay attention to display table on describing how
19771 a character is displayed.
19772
19773 * international/mule-cmds.el (encoded-string-description):
19774 Prepend "0x" to each encoded byte.
19775
19776 2003-09-28 Andreas Schwab <schwab@suse.de>
19777
19778 * find-file.el (ff-special-constructs): Add autoload cookie.
19779
19780 2003-09-28 Kevin Ryde <user42@zip.com.au>
19781
19782 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19783 makeinfo appends to duplicate index entries.
19784
19785 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19786
19787 * dired-x.el (dired-clean-tex): Doc fix.
19788
19789 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19790 using a Chinese tutorial.
19791
19792 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19793
19794 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19795 between "MAIL FROM:" and "RCPT TO:" and the following address.
19796
19797 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19798
19799 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19800
19801 2003-09-28 David Ponce <david@dponce.com>
19802
19803 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19804 (recentf-load-list): When `recentf-initialize-file-name-history'
19805 is non-nil, initialize an empty `file-name-history' with the
19806 recent list.
19807
19808 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19809
19810 * man.el (Man-default-man-entry): Remove the leading `*' from the
19811 word at point.
19812
19813 2003-09-26 Lute Kamstra <lute@gnu.org>
19814
19815 * bindings.el (mode-line-position): Mention size indication in
19816 docstring.
19817
19818 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19819
19820 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19821
19822 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19823 because it's autoloaded now.
19824
19825 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19826
19827 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19828 (sh-font-lock-keywords, sh-feature): Fix previous change of
19829 sh-feature to avoid infloop with sh-font-lock-keywords.
19830
19831 2003-09-25 Kim F. Storm <storm@cua.dk>
19832
19833 * frame.el (frame-current-scroll-bars): New defun.
19834
19835 * window.el (window-current-scroll-bars): New defun.
19836
19837 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19838
19839 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19840 cause errors when the state cache contains info on parts that have
19841 been narrowed out.
19842
19843 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19844
19845 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19846 `c-setup-paragraph-variables' has to be used when this variable is
19847 changed; it doesn't work to reinitialize the mode since that
19848 typically clobbers the variable.
19849
19850 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19851 Make it interactive.
19852
19853 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19854
19855 * progmodes/cc-fonts.el (c-font-lock-declarations):
19856 Fix recognition of constructors and destructors for classes whose
19857 names are matched by `*-font-lock-extra-types'.
19858
19859 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19860 followed by an identifier in C++ then it's a type.
19861
19862 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19863
19864 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19865 problem that primarily affected XEmacs. Don't use faces to find
19866 unterminated strings since Emacs and XEmacs fontify strings
19867 differently - this function should now work better in XEmacs.
19868
19869 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19870
19871 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19872 `expand-abbrev' workaround which caused braces to misbehave inside
19873 macros.
19874
19875 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19876 handling. This bug could cause interactive font locking to bail out.
19877
19878 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19879
19880 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19881 Handle paren-style types in Pike. Also fixed some cases of
19882 insufficient handling of unbalanced parens.
19883
19884 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19885
19886 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19887 common shell prompts that are not common filename or URL characters.
19888 (ffap-file-at-point): Use the new regexp to strip the prompts from
19889 the file names. This is an issue mostly for user prompts that
19890 don't have a trailing space and find-file-at-point is invoked from
19891 within a shell inside Emacs.
19892
19893 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19894
19895 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19896 stamps numerically, rather than textually.
19897
19898 2003-09-24 Kenichi Handa <handa@m17n.org>
19899
19900 * language/devan-util.el (devanagari-post-read-conversion):
19901 * language/mlm-util.el (malayalam-post-read-conversion):
19902 * language/tml-util.el (tamil-post-read-conversion):
19903 Add autoload cookie.
19904
19905 * international/utf-8.el (utf-8-post-read-conversion):
19906 Call post-read-conversion functions for Devanagari, Malayalam,
19907 and Tamil.
19908
19909 2003-09-23 Dave Love <fx@gnu.org>
19910
19911 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19912
19913 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19914
19915 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19916 Update gud-remove.
19917
19918 2003-09-22 Richard M. Stallman <rms@gnu.org>
19919
19920 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19921 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19922 (sh-mode-syntax-table-input): New variable.
19923 (sh-require-final-newline): Don't use eval.
19924 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19925 (sh-variables, sh-font-lock-keywords): Don't use eval.
19926 (sh-set-shell): When setting require-final-newline,
19927 treat value = `require-final-newline' as don't change it.
19928 Set sh-mode-syntax-table locally based on
19929 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19930
19931 * progmodes/compile.el (compile-internal):
19932 Call compilation-set-window-height before setting window start.
19933
19934 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19935
19936 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19937 Clear out byte-compile-last-warned-form.
19938
19939 2003-09-22 Richard M. Stallman <rms@gnu.org>
19940
19941 * woman.el (woman-file-name, woman-follow-word):
19942 If current-word returns nil, use "".
19943
19944 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19945
19946 2003-09-22 Richard M. Stallman <rms@gnu.org>
19947
19948 * emacs-lisp/lisp-mnt.el (lm-with-file):
19949 Don't visit the file, just use insert-file-contents in temp buffer.
19950
19951 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19952
19953 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19954 Add surrounding \\( and \\) around the header, as in
19955 for lm-history-header 'Change Log\\|History'.
19956
19957 2003-09-22 John Paul Wallington <jpw@gnu.org>
19958
19959 * progmodes/ld-script.el: Add Commentary section,
19960 minor cleanup of file header.
19961 (ld-script-font-lock-keywords): Doc fix.
19962 (toplevel): Provide `ld-script' feature.
19963
19964 2003-09-21 Kim F. Storm <storm@cua.dk>
19965
19966 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19967 new built-in variable default-frame-scroll-bars.
19968 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19969 scroll-bar-mode; notably, use it instead of t when we toggle
19970 scroll-bars on.
19971 (toggle-scroll-bar): Use default-frame-scroll-bars.
19972
19973 2003-09-19 Masatake YAMATO <jet@gyve.org>
19974
19975 * pcvs.el (cvs-do-removal): Change the prompt depending on
19976 `filter' value.
19977
19978 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19979
19980 * startup.el (command-line-1): Stop startup-echo-area-message
19981 being hidden by "Loading image..." message.
19982 (use-fancy-splash-screens-p, display-splash-screen):
19983 Move display-graphic-p test from latter to former.
19984
19985 * progmodes/sh-script.el (sh-font-lock-keywords):
19986 Highlight escaped EOLs differently from other backslash constructs.
19987
19988 2003-09-19 Richard M. Stallman <rms@gnu.org>
19989
19990 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19991 New functions.
19992 (edebug-enter, edebug-outside-excursion): Use them.
19993
19994 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19995 Fix the condition for whether to print "In WHERE".
19996
19997 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
19998
19999 * finder.el (finder-mode-hook): New variable.
20000 (finder-mode): Run hook finder-mode-hook
20001
20002 2003-09-18 Masatake YAMATO <jet@gyve.org>
20003
20004 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20005
20006 2003-09-17 Mario Lang <mlang@delysid.org>
20007
20008 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20009 "p %e" to actually print the value in the GUD buffer.
20010
20011 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20012
20013 From David Ponce <david.ponce@wanadoo.fr>:
20014 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20015 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20016 from loaddefs-boot.el if necessary.
20017
20018 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20019
20020 * progmodes/gud.el (gud-find-class): Make jdb work again since
20021 cc-mode changed the syntactic information.
20022
20023 2003-09-15 David Ponce <david@dponce.com>
20024
20025 * recentf.el: (recentf-exclude): Accept predicates too.
20026 (recentf-file-readable-p): New function.
20027 (recentf-include-p): Handle predicates in recentf-exclude.
20028 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20029 (recentf-cleanup): Likewise.
20030 (recentf-save-list): Use write-file to handle backup of
20031 recentf-save-file.
20032
20033 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20034
20035 * loaddefs-boot.el: Renamed from `loaddefs.el'
20036 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20037 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20038 necessary.
20039
20040 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20041
20042 * electric.el (Electric-pop-up-window): For the `one-window' case,
20043 no longer disconcertingly move point in the original buffer.
20044
20045 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20048
20049 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20050
20051 * dired.el (dired-mode-map): Fix typo.
20052
20053 2003-09-11 Richard M. Stallman <rms@gnu.org>
20054
20055 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20056
20057 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20058
20059 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20060 the function is less noisy. Now only `kill-buffer' can ask questions.
20061
20062 2003-09-10 Mario Lang <mlang@delysid.org>
20063
20064 * battery.el: Update Commentary and Copyright.
20065 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20066 appear due to wrong ordering of the expressions in `or'.
20067
20068 2003-09-09 Lute Kamstra <lute@gnu.org>
20069
20070 * misc.el (upcase-char): Fix docstring.
20071 (zap-up-to-char): New command.
20072
20073 2003-09-08 David Ponce <david@dponce.com>
20074
20075 Ensure that recentf correctly updates the menu bar.
20076 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20077 (recentf-menu-bar): New function.
20078 (recentf-clear-data): Use it
20079 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20080 of easy-menu-change.
20081
20082 2003-09-08 Lute Kamstra <lute@gnu.org>
20083
20084 * simple.el (size-indication-mode): New.
20085 * bindings.el (mode-line-position): Add buffer size indicator.
20086
20087 2003-09-04 Mario Lang <mlang@delysid.org>
20088
20089 * battery.el (battery-linux-proc-acpi): New function.
20090 (battery-status-function): Modify default value calculation to also
20091 check for availability of ACPI.
20092 (battery-echo-area-format): Ditto.
20093 (battery-mode-line-format): Ditto.
20094
20095 2003-09-06 Dave Love <fx@gnu.org>
20096
20097 * ielm.el (ielm-mode-hook): Add :options.
20098
20099 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20100 (eldoc-print-current-symbol-info): Use it.
20101
20102 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20103
20104 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20105 being displayed in GUD buffer.
20106 (gdb-idle-input-queue): Remove var. Use just one queue.
20107 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20108 Remove functions. Use just one queue.
20109 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20110 (gdb-invalidate-assembler, gdb-get-current-frame):
20111 Modify functions. Use just one queue.
20112
20113 2003-09-04 Dave Love <fx@gnu.org>
20114
20115 * cus-start.el: Add blink-cursor-alist.
20116
20117 * ruler-mode.el (ruler-mode-fill-column-char)
20118 (ruler-mode-current-column-char): Use char-displayable-p,
20119 not window-system.
20120
20121 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20122
20123 * language/european.el (windows-1252): Move from code-pages.
20124
20125 * language/cyrillic.el ("Windows-1251"): Delete.
20126 ("Bulgarian", "Belarusian"): Remove `features'.
20127 (windows-1251): Move from code-pages.
20128
20129 * international/mule-diag.el (non-iso-charset-alist):
20130 Remove `codepage' stuff.
20131 (print-designation, list-coding-systems-1): Output fixes.
20132
20133 * international/code-pages.el (cp-make-translation-table)
20134 (cp-valid-codes): Made defsubsts.
20135 (cp-fix-safe-chars): Delete.
20136 (mule-diag): Don't require.
20137 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20138 (top-level): Check for defined coding system when defining
20139 cp... aliases. Change w32-add-charset-info test to avoid warning.
20140 (non-iso-charset-alist): Defvar when compiling.
20141 (cp-make-coding-system): Doc fix.
20142
20143 2003-09-02 Jason Rumney <jasonr@gnu.org>
20144
20145 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20146 line-ends from CVS before doing conversion.
20147
20148 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20149
20150 * calendar/diary-lib.el (diary-header-line-flag)
20151 (diary-header-line-format): New variables.
20152 (list-diary-entries): Use them to set header line in simple diary.
20153
20154 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20155 other than font-lock-string-face to highlight backslashes.
20156
20157 2003-09-01 Jason Rumney <jasonr@gnu.org>
20158
20159 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20160 regexp.
20161
20162 2003-09-01 Dave Love <fx@gnu.org>
20163
20164 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20165
20166 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20167 and :help; also line and column numbers labels.
20168
20169 * international/mule-util.el (char-displayable-p): Move from
20170 latin1-disp, rename and autoload.
20171
20172 * international/latin1-disp.el (latin1-char-displayable-p):
20173 Now obsolete alias. Replace uses with char-displayable-p.
20174 (latin1-display-ucs-per-lynx): Fix last change.
20175
20176 * international/mule-cmds.el (standard-display-european-internal):
20177 Don't use char code for Latin-1 NBSP.
20178 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20179 U+2018, U+2019 for `'.
20180 (select-safe-coding-system): Message fix.
20181
20182 2003-09-01 Kenichi Handa <handa@m17n.org>
20183
20184 * international/fontset.el (setup-default-fontset): For Thai
20185 font, specify "*" family.
20186
20187 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20188
20189 * progmodes/compile.el (previous-error): Accept a prefix
20190 argument, similarly to next-error.
20191
20192 2003-08-31 Masatake YAMATO <jet@gyve.org>
20193
20194 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20195 the number of files. Bind the number of files to a local
20196 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20197
20198 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20199
20200 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20201 2003-07-26: msdos-long-file-names is a function, not a variable.
20202
20203 2003-08-29 Richard M. Stallman <rms@gnu.org>
20204
20205 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20206 Do nothing with mail-personal-alias-file if it is nil.
20207
20208 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20209 Do nothing if mail-personal-alias-file is nil.
20210
20211 * term.el (term-exec-1): Bind coding-system-for-read.
20212
20213 * dired.el (dired-mouse-find-file-other-window):
20214 Use dired-view-command-alist here, as in dired-view-file.
20215 (dired-view-command-alist): Use %s to substitute file name.
20216 Handle .ps_pages, .eps, .jpg, .gif, .png.
20217
20218 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20219
20220 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20221 `Info-prev-reference', instead of M-tab.
20222
20223 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20224
20225 * simple.el (blink-matching-open): Work correctly on chars that
20226 are designated as parens through the syntax-table text property.
20227
20228 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20229
20230 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20231 line break position in the middle of a non-kinsoku (e.g. latin)
20232 word, making it skip until either a space or a character with
20233 category "|".
20234 (kinsoku-longer): Test for end of buffer.
20235
20236 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20237
20238 * mail/rmail.el (rmail-convert-to-babyl-format):
20239 Detect quoted-printable- and base64-encoded messages and decode them
20240 automatically. Set the message's encoding from the charset=
20241 header, if any. Decode base64-encoded messages in Mail format as well.
20242
20243 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20244
20245 * mail/smtpmail.el: Fix previous change.
20246 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20247 calling smtpmail-via-smtp.
20248 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20249
20250 2003-08-26 John Paul Wallington <jpw@gnu.org>
20251
20252 * image.el (image-jpeg-p): Don't search beyond length of data.
20253
20254 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20255
20256 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20257 misfeature in `expand-abbrev' which caused electric keywords like
20258 "else" to disappear if an open brace was typed directly afterwards.
20259
20260 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20261
20262 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20263 mandatory in `define-widget'.
20264
20265 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20266 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20267
20268 (c-assignment-operators): New language constant that only contains
20269 the assignment operators.
20270
20271 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20272
20273 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20274
20275 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20276 Safeguard against unbalanced sexps.
20277
20278 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20279
20280 * version.el (emacs-version): Check for gtk. Include gtk version info.
20281
20282 2003-08-25 John Paul Wallington <jpw@gnu.org>
20283
20284 * man.el (Man-default-man-entry): Don't whizz past the section
20285 number before looking for it.
20286
20287 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20288
20289 * progmodes/gud.el (gud-display-line): Don't set window-point if
20290 source buffer is not visible. (Only happens with M-x gdba.)
20291
20292 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20293 documentation.
20294 (gdb-source, gdb-source-info): Update to assembler unnecessary
20295 as its done after each GDB command anyway.
20296 (gdb-pre-prompt): Use with-current-buffer.
20297 (gdb-insert-field): Add help-echo text.
20298 (gdb-invalidate-assembler): Re-display of assembler now done in
20299 gdb-info-breakpoints-custom.
20300 (gdb-info-breakpoints-custom): Force re-display of assembler to
20301 happen *after* update of breakpoints buffer.
20302 (gdb-display-source-buffer): Don't choke if gdb-source-window
20303 isn't visible.
20304 (gdb-put-string, gdb-put-arrow): Remove free variables.
20305
20306 2003-08-24 John Paul Wallington <jpw@gnu.org>
20307
20308 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20309
20310 * man.el (Man-default-man-entry): Strip text properties when
20311 snarfing parts of entry because `format' preserves properties.
20312
20313 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20314
20315 * files.el (file-newest-backup): Use `expand-file-name'.
20316
20317 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20318 Allow the diary to pop up a new frame, if needed.
20319
20320 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20321 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20322 (smtpmail-send-it): Make treatment of envelope-from consistent with
20323 sendmail.el.
20324
20325 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20326 (sh-leading-keywords): Add the bash `time' reserved word.
20327 (sh-variables): Add some bash variables.
20328 (sh-add-completer): Fix nil branch of case statement.
20329
20330 2003-08-24 Masatake YAMATO <jet@gyve.org>
20331
20332 * progmodes/ld-script.el: New file.
20333
20334 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20335
20336 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20337
20338 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20339
20340 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20341 Better explain obsolescence, and what to use instead.
20342
20343 2003-08-23 Masatake YAMATO <jet@gyve.org>
20344
20345 * pcvs.el (cvs-do-removal): Show the deleted file name
20346 on the prompt.
20347
20348 2003-08-20 Dave Love <fx@gnu.org>
20349
20350 * international/mule.el (make-coding-system)
20351 (set-buffer-file-coding-system): Doc fix.
20352
20353 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20354
20355 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20356
20357 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20358
20359 * international/utf-16.el: Add mime-text-unsuitable coding system
20360 properties.
20361
20362 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20363
20364 * cus-edit.el: Add some :links.
20365 (bib): Remove.
20366
20367 * textmodes/bib-mode.el (bib): Add :group external.
20368
20369 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20370
20371 * wid-edit.el (widget-echo-help): Make it handle expressions that
20372 evaluate to strings.
20373
20374 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20375
20376 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20377
20378 Simplify selection of SQL products to define highlighting and
20379 interactive mode. Includes detailed instructions on adding
20380 support for new products.
20381
20382 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20383 product for use in highlighting and interactive mode.
20384 (sql-interactive-product): New variable. SQL product for
20385 sql-interactive-mode.
20386 (sql-product-support): New variable. Specifies product-specific
20387 parameters to drive highlighting and interactive mode.
20388 (sql-imenu-generic-expression): Add more object types.
20389 (sql-sqlite-options): Correct comment.
20390 (sql-ms-program): Use "osql" rather than "isql".
20391 (sql-prompt-regexp, sql-prompt-length): Update comment.
20392 (sql-mode-menu): Add "Start SQLi session" entry.
20393 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20394 (sql-mode-abbrev-table): Add abbreviations. Support of
20395 SYSTEM-FLAG on define-abbrev. Support was removed with last
20396 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20397 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20398 names.
20399 (sql-mode-ansi-font-lock-keywords): Set as default value.
20400 (sql-mode-oracle-font-lock-keywords): Set as default value.
20401 Support Oracle 9i keywords.
20402 (sql-mode-postgres-font-lock-keywords): Set as default value.
20403 (sql-mode-linter-font-lock-keywords): Set as default value.
20404 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20405 SQLServer 2000.
20406 (sql-mode-sybase-font-lock-keywords)
20407 (sql-mode-interbase-font-lock-keywords)
20408 (sql-mode-sqlite-font-lock-keywords)
20409 (sql-mode-strong-font-lock-keywords)
20410 (sql-mode-mysql-font-lock-keywords)
20411 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20412 keywords.
20413 (sql-mode-font-lock-defaults): Update comment.
20414 (sql-product-feature): New function. Returns feature associated
20415 with a product from `sql-product-support' alist.
20416 (sql-product-font-lock): New function. Set font-lock support
20417 based on `sql-product'.
20418 (sql-add-product-keywords): New function. Add font-lock rules to
20419 product-specific keyword variables.
20420 (sql-set-product): New function. Set `sql-product' and apply
20421 appropriate font-lock highlighting.
20422 (sql-highlight-product): New function. Set font-lock support
20423 based on a product. Also set mode name to include product name.
20424 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20425 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20426 Use `sql-set-product'.
20427 (sql-highlight-ms-keywords)
20428 (sql-highlight-sybase-keywords)
20429 (sql-highlight-interbase-keywords)
20430 (sql-highlight-strong-keywords)
20431 (sql-highlight-mysql-keywords)
20432 (sql-highlight-sqlite-keywords)
20433 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20434 (sql-get-login): Prompt in the same order as the tokens.
20435 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20436 (sql-product-interactive): New function. Common portions of
20437 product-specific interactive mode wrappers.
20438 (sql-interactive-mode): Rewritten to use product features.
20439 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20440 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20441 (sql-db2, sql-linter): Use `sql-product-interactive'.
20442 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20443 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20444 (sql-connect-ingres, sql-connect-postgres)
20445 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20446 New functions. Format command line parameters and invoke comint on
20447 the appropriate interpreter. Code was in the corresponding
20448 `sql-xyz' function before.
20449 (sql-connect-ms): New function. Support -E argument to use
20450 operating system credentials for authentication.
20451
20452 2003-08-18 Kenichi Handa <handa@m17n.org>
20453
20454 * international/mule.el (encode-char): Fix for the ASCII case.
20455
20456 2003-08-15 Kenichi Handa <handa@m17n.org>
20457
20458 * international/fontset.el (setup-default-fontset): Change "*" to
20459 nil in the specifications of font family.
20460
20461 2003-08-18 Kim F. Storm <storm@cua.dk>
20462
20463 * kmacro.el (kmacro-keymap): Group related bindings in
20464 initialization for clarity. Bind C-s to start macro.
20465 Remove C-r binding.
20466 (kmacro-initial-counter-value): New defvar to hold initial counter
20467 value in case we set the value before defining a macro.
20468 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20469 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20470 not defining or executing macro. Doc fix.
20471 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20472 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20473 temporarily view older elements on the macro ring without cycling
20474 the ring.
20475 (kmacro-display): Doc fix.
20476 (kmacro-exec-ring-item): New helper function.
20477 (kmacro-call-ring-2nd): Use it.
20478 (kmacro-call-ring-2nd-repeat): Doc fix.
20479 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20480 (kmacro-end-or-call-macro): Execute last viewed macro (using
20481 kmacro-exec-ring-item) from ring if this follows
20482 kmacro-view-macro. This allows us to find a macro on the ring
20483 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20484 the ring to bring it to the head of the ring.
20485 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20486 Allow binding to reserved keys without specifying C-x C-k prefix.
20487 Ask for confirmation if entered key sequence is already bound to
20488 a non-macro command.
20489 (kmacro-view-macro): Repeating command will show older elements
20490 on the macro ring; C-k will execute the last viewed macro.
20491 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20492 property from 'ring to 'head.
20493
20494 2003-08-17 Alan Shutko <ats@acm.org>
20495
20496 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20497 keeping December out of the alist.
20498
20499 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20500
20501 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20502 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20503 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20504 (calendar-flatten): New function.
20505 (calendar-mouse-view-other-diary-entries)
20506 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20507 in the menu title and to show multi-line diary entries correctly
20508 in the menu.
20509
20510 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20511
20512 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20513 defcustom, because the default was recently changed.
20514
20515 2003-08-16 Richard M. Stallman <rms@gnu.org>
20516
20517 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20518
20519 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20520 New subroutine, broken out of eval-last-sexp-1.
20521 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20522
20523 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20524
20525 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20526
20527 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20528
20529 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20530
20531 * progmodes/compile.el (compilation-error-regexp-alist):
20532 Add Java ANt error detection as described in document
20533 http://ant.apache.org/faq.html
20534
20535 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20536
20537 * simple.el (backward-word, forward-to-indentation)
20538 (backward-to-indentation): Argument changed to optional.
20539 (next-line, previous-line): Use `or' instead of `unless'.
20540
20541 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20542
20543 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20544 instead of a constant.
20545
20546 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20547
20548 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20549
20550 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20551
20552 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20553 (vc-sccs-workfile-version): Search the entire delta table, rather
20554 than just the first entry, because that might be a deleted version.
20555
20556 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20557
20558 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20559 [save-place] binding in the Options menu. Have it require
20560 'saveplace' and then toggle the variable manually, to avoid an an
20561 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20562 for the bug report.
20563
20564 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20565
20566 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20567 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20568 (gdb-info-threads-custom): Add help-echo text.
20569 (gdb-display-back): Don't use purecopy.
20570 (gdb-info-breakpoints-custom, gdb-reset)
20571 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20572 icons can be displayed.
20573
20574 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20575
20576 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20577
20578 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20579
20580 * bookmark.el (bookmark-completing-read):
20581 Return a string, instead of a list of one string.
20582 Use a popup menu if activated from the mouse.
20583 (bookmark-edit-annotation): Remove unused vars.
20584 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20585 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20586 to bookmark-completing-read.
20587 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20588 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20589 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20590 and erase-buffer.
20591 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20592 (bookmark-menu-jump, bookmark-menu-insert)
20593 (bookmark-popup-menu-and-apply-function)
20594 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20595 (bookmark-menu-build-paned-menu): Remove by folding it into
20596 bookmark-menu-popup-paned-menu.
20597 (menu-bar-bookmark-map): Move the define-key statements here.
20598 Use the "non-menu" commands since they now pop up a menu if needed.
20599 (bookmark-exit-hook-internal): Simplify.
20600
20601 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20602
20603 * reftex-toc.el (reftex-toc-rename-label): New function.
20604 (reftex-toc-check-docstruct): New function.
20605
20606 * reftex.el (reftex-region-active-p): New function.
20607
20608 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20609 regexp to find the \bibliography macro.
20610
20611 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20612 which does not exist in LaTeX.
20613 (reftex-cite-format-builtin): Added amsrefs support.
20614 (reftex-toc-confirm-promotion): New option
20615
20616 * reftex-toc.el
20617 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20618 (reftex-toc-demote, reftex-toc-promote)
20619 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20620 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20621 (reftex-toc-newhead-from-alist)
20622 (reftex-toc-load-all-files-for-promotion): New functions.
20623 (reftex-toc-help): Added description of new keys.
20624 (reftex-toc-split-windows-fraction): New option.
20625 (reftex-recenter-toc-when-idle): Search *toc* window on all
20626 visible frames.
20627 (reftex-toc): Additional parameter REUSE
20628 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20629 with REUSE argument.
20630 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20631 the call of `reftex-toc'.
20632 (reftex-make-separate-toc-frame): New function .
20633 (reftex-toc-recenter): When called with triple prefix arg, call
20634 `reftex-make-separate-toc-frame' first.
20635 (reftex-toc-toggle-dedicated-frame): New command.
20636 (reftex-toc-quit): Adapted to delete frame when called in
20637 dedicated frame.
20638
20639 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20640 all enclosing macros.
20641
20642
20643 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20644
20645 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20646 first use.
20647
20648 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20649
20650 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20651
20652 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20653
20654 * calendar/calendar.el (list-diary-entries-hook)
20655 (diary-display-hook, nongregorian-diary-listing-hook)
20656 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20657 Add some customize options for these hooks.
20658 (calendar-abbrev-construct): Don't try to take a substring longer
20659 than the original string.
20660
20661 2003-08-05 Richard M. Stallman <rms@gnu.org>
20662
20663 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20664 (testcover-reinstrument-clauses): Doc fix.
20665
20666 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20667 (warning-type-format): Rename from warning-group-format.
20668
20669 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20670 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20671 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20672 to prevent warnings about defvar for an obsolete variable.
20673
20674 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20675 warning-group-format renamed to warning-type-format.
20676
20677 * subr.el (read-passwd): Use clear-string instead of fillarray.
20678
20679 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20680 Use vconcat instead of concat.
20681 (edmacro-sanitize-for-string): New function.
20682
20683 2003-08-05 Dave Love <fx@gnu.org>
20684
20685 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20686 line-number-display-limit-width.
20687
20688 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20689
20690 2003-08-05 Kenichi Handa <handa@m17n.org>
20691
20692 * international/code-pages.el: Don't require mule-diag.
20693
20694 * international/mule-diag.el (non-iso-charset-alist):
20695 Add autoload cookie.
20696
20697 * language/devan-util.el (dev-glyph-order): Add an entry for the
20698 glyph code #xC4.
20699
20700 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20701
20702 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20703 (european-calendar-style, diary-date-forms)
20704 (calendar-day-name-array, calendar-month-name-array): Doc change.
20705 (generate-calendar-month): Adapt for new behaviour of
20706 `calendar-day-name' function.
20707 (calendar-abbrev-length, calendar-day-abbrev-array)
20708 (calendar-month-abbrev-array): New variables.
20709 (calendar-abbrev-construct): New function.
20710 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20711 rather than fixing abbrevs at some width. Calling syntax change.
20712 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20713 (calendar-date-string): Adapt for new behaviours of
20714 `calendar-day-name' and `calendar-month-name' functions.
20715
20716 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20717 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20718 (diary-name-pattern): Use abbrev arrays, rather than fixing
20719 abbrevs at three chars. Calling syntax change.
20720 (mark-diary-entries): Adapt for new behaviours of
20721 `diary-name-pattern' and `calendar-make-alist' functions.
20722 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20723 `diary-name-pattern' function.
20724 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20725 fixing abbrevs at three chars. Calling syntax change.
20726 (cal-hebrew, cal-islam): Require when compiling.
20727 (diary-font-lock-keywords): Adapt for new behaviour of
20728 `font-lock-diary-date-forms' function.
20729
20730 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20731 (calendar-hebrew-month-name-array-common-year)
20732 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20733 (list-hebrew-diary-entries): Adapt for new behaviours of
20734 `calendar-day-name' and `add-to-diary-list' functions.
20735 (mark-hebrew-diary-entries): Adapt for new behaviours of
20736 `diary-name-pattern' and `calendar-make-alist' functions.
20737
20738 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20739 Add doc string.
20740 (list-islamic-diary-entries): Adapt for new behaviours of
20741 `calendar-day-name' and `add-to-diary-list' functions.
20742 (mark-islamic-diary-entries): Adapt for new behaviours of
20743 `diary-name-pattern' and `calendar-make-alist' functions.
20744
20745 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20746 `calendar-month-name' function.
20747
20748 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20749
20750 * calendar/solar.el (solar-seasons-data): Move definition before use.
20751
20752 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20753 (cal-tex-LaTeX-hourbox): Move definition before use.
20754
20755 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20756 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20757 * lunar.el, solar.el (displayed-month, displayed-year):
20758 Define for compiler.
20759
20760 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20761
20762 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20763 MODE. Renamed from c-init-c-language-vars'.
20764 (c-initialize-cc-mode): Change accordingly.
20765 (c-common-init): Ditto.
20766 (c-mode): Ditto.
20767 (c++-mode): Use `c-init-language-vars-for'.
20768 (objc-mode): Ditto.
20769 (java-mode): Ditto.
20770 (idl-mode): Ditto.
20771 (pike-mode): Ditto.
20772 (awk-mode): Ditto.
20773
20774 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20775
20776 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20777 or not the point moved.
20778
20779 (c-search-decl-header-end): Don't trip up on operator identifiers
20780 in C++ and operators like == in all languages.
20781
20782 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20783 Detect leading labels correctly.
20784
20785 2003-08-02 Andreas Schwab <schwab@suse.de>
20786
20787 * textmodes/ispell.el: Don't redo key bindings on loading, put
20788 them only in loaddefs.el.
20789 * bookmark.el: Likewise.
20790 * dabbrev.el: Likewise.
20791 * emerge.el: Likewise.
20792
20793 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20794 has more than one member.
20795
20796 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20797
20798 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20799
20800 * lpr.el (printify-region): It was ending conversion before the
20801 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20802
20803 2003-07-31 John Paul Wallington <jpw@gnu.org>
20804
20805 * net/browse-url.el (browse-url-epiphany): Doc fix.
20806
20807 2003-07-30 Kenichi Handa <handa@m17n.org>
20808
20809 * international/fontset.el (setup-default-fontset):
20810 Change registry names of Akurti fonts.
20811
20812 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20813
20814 * comint.el (comint-read-noecho): Use `clear-string' instead of
20815 `fillarray'.
20816
20817 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20818
20819 * outline.el (outline-mode-hook): Add defvar.
20820
20821 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20822
20823 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20824 Restore assembler in source window if that is what has been selected.
20825 (menu): Add gdb-restore-windows to menu. Make gdba
20826 specific menus only visible from gdba.
20827
20828 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20829
20830 * progmodes/compile.el (compilation-environment): New user variable.
20831 (compile-internal): Respect it.
20832
20833 2003-07-23 Masatake YAMATO <jet@gyve.org>
20834
20835 * progmodes/gud.el (gdb-script-font-lock-keywords):
20836 Put `font-lock-function-name-face' on a symbol which includes
20837 `-' like `hook-run'. Put font-lock-variable-name-face
20838 on a symbol starting with $.
20839
20840 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20841
20842 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20843
20844 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20845
20846 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20847
20848 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20849
20850 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20851 Use with-no-warnings.
20852 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20853 rather than to find-file-not-found-hook, which doesn't exist.
20854
20855 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20856
20857 * international/quail.el (quail-translate-key): Fix previous change.
20858
20859 2003-07-25 John Paul Wallington <jpw@gnu.org>
20860
20861 * server.el (server-start): Check `server-process' is non-nil
20862 before killing it to avoid killing current buffer's process.
20863
20864 * simple.el (choose-completion-string): Use `minibufferp';
20865 test `completion-reference-buffer' if `buffer' arg is nil.
20866 (push-mark): Use `when' and `unless'.
20867 (pop-mark): Use `when'.
20868
20869 * mouse-sel.el (mouse-sel-get-selection-function):
20870 Check `x-last-selected-text-primary'. Don't barf if it or
20871 `x-last-selected-text' aren't bound.
20872
20873 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20874
20875 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20876
20877 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20878
20879 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20880
20881 2003-07-23 John Paul Wallington <jpw@gnu.org>
20882
20883 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20884
20885 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20886
20887 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20888 string. Defvar the derived hook.
20889
20890 * macros.el (insert-kbd-macro): Escape double quote character.
20891 From Thomas W Murphy <twm@andrew.cmu.edu>.
20892
20893 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20894
20895 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20896 to match the specific mark rather than reusing comment-start-skip.
20897
20898 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20899
20900 * progmodes/hideshow.el (hs-special-modes-alist):
20901 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20902
20903 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20904
20905 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20906 value using ?\s.
20907
20908 2003-07-21 John Paul Wallington <jpw@gnu.org>
20909
20910 * subr.el (with-selected-window): Add closing paren.
20911
20912 2003-07-21 Richard M. Stallman <rms@gnu.org>
20913
20914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20915 (lisp-mode): Likewise.
20916
20917 * subr.el (with-selected-window): Copy code form save-selected-window
20918 so as to call select-window with norecord arg.
20919 (dynamic-completion-table): Doc fix.
20920 (lazy-completion-table): Doc fix.
20921
20922 * international/mule-cmds.el (set-locale-environment):
20923 langinfo renamed to locale-info.
20924
20925 * international/mule.el (auto-coding-functions): Doc fix.
20926
20927 2003-07-21 Kenichi Handa <handa@m17n.org>
20928
20929 * international/quail.el (quail-translate-key):
20930 Update quail-current-str correctly.
20931
20932 2003-07-21 Andreas Schwab <schwab@suse.de>
20933
20934 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20935 ?, to "_".
20936
20937 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20938 Version 2.0.36 of Tramp released.
20939
20940 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20941 tramp-password-end-of-line.
20942 (tramp-password-end-of-line): New method parameter.
20943 (tramp-get-password-end-of-line): Function to access method
20944 parameter `tramp-password-end-of-line', or variable
20945 `tramp-default-password-end-of-line' (default value).
20946 (tramp-methods): Add entries for new parameter
20947 tramp-password-end-of-line.
20948 (tramp-enter-password): Use new function
20949 `tramp-get-password-end-of-line'.
20950 (tramp-handle-insert-file-contents): Do not
20951 unconditionally inhibit the file operation file-local-copy, only
20952 do that when the inhibit-file-name-operation is currently
20953 insert-file-contents. This fixes finding remote CVS-controlled
20954 files. (It would barf on inserting the CVS/Entries file
20955 literally, because the file-local-copy handler wasn't called.)
20956 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20957 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20958 (tramp-initial-commands): New variable.
20959 (tramp-process-initial-commands): New function, using the variable.
20960 (tramp-open-connection-setup-interactive-shell): Call the new function.
20961 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20962 method into the buffer name, never use nil. Reported by Hanak
20963 David <dhanak@inf.bme.hu>.
20964 (tramp-open-connection-setup-interactive-shell): Erase buffer
20965 before sending "stty -onlcr".
20966
20967 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20968
20969 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20970
20971 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20972
20973 2003-07-19 John Paul Wallington <jpw@gnu.org>
20974
20975 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20976 (artist-draw-rect, artist-draw-square): Doc fixes.
20977
20978 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20979
20980 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20981
20982 2003-07-19 Kenichi Handa <handa@m17n.org>
20983
20984 * international/kkc.el (kkc-show-conversion-list-update):
20985 Highlight the correct candidate in the message.
20986
20987 2003-07-18 John Paul Wallington <jpw@gnu.org>
20988
20989 * simple.el (current-word): Don't include punctuation char when
20990 `really-word' arg is non-nil.
20991
20992 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
20993
20994 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20995 moved to the directory obsolete.
20996
20997 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
20998
20999 * info.el (Info-menu-entry-name-re): Allow newlines in
21000 menu entry names.
21001
21002 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21003 syntax-ppss-after-change-function.
21004 (syntax-ppss-after-change-function): New alias. Update uses.
21005 (syntax-ppss): Catch the case where the buffer is narrowed.
21006
21007 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21008
21009 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21010 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21011
21012 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21013
21014 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21015 since it might be modified.
21016
21017 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21018 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21019 names to these language constants.
21020
21021 2003-07-15 Kim F. Storm <storm@cua.dk>
21022
21023 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21024 All uses changed.
21025
21026 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21027
21028 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21029 Namespace support.
21030
21031 2003-07-13 Juanma Barranquero <lektu@terra.es>
21032
21033 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21034 papers received).
21035
21036 2003-07-13 Karl Eichwalder <ke@suse.de>
21037
21038 * textmodes/po.el (po-find-charset): White space at the start of the
21039 Content-Type field body is non-mandatory.
21040
21041 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21042
21043 * textmodes/texinfo.el (texinfo-section-list):
21044 Append appendixsection; a synonym for appendixsec.
21045
21046 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21047
21048 * man.el (Man-translate-cleanup): New.
21049 (Man-translate-references): Call `Man-translate-cleanup' to clean
21050 leading, trailing and middle spaces.
21051
21052 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21053
21054 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21055 Handle `dired-directory' being a list.
21056
21057 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21058
21059 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21060 it doesn't exist.
21061
21062 2003-07-12 Richard M. Stallman <rms@gnu.org>
21063
21064 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21065
21066 * progmodes/cc-defs.el (c-make-keywords-re):
21067 Don't use delete-duplicates.
21068 (c-lang-const): Don't use mapcan.
21069
21070 * apropos.el (apropos-show-scores): Make it customizable.
21071 Document new meaning.
21072 (apropos): Compute scores from symbols.
21073 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21074
21075 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21076
21077 * ps-bdf.el: Fix copyright line.
21078 (bdf-directory-list): Fix initialization code.
21079
21080 2003-07-11 John Paul Wallington <jpw@gnu.org>
21081
21082 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21083 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21084 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21085
21086 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21087
21088 * emacs-lisp/ring.el (ring-elements): Doc fix.
21089
21090 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21091
21092 * calendar/timeclock.el (timeclock-relative)
21093 (timeclock-ask-before-exiting, timeclock-use-display-time):
21094 Doc changes.
21095 (timeclock-modeline-display): Give a message if
21096 `timeclock-use-display-time' is non-nil but `display-time-mode'
21097 is not active.
21098
21099 2003-07-11 Kenichi Handa <handa@m17n.org>
21100
21101 * international/mule-cmds.el (set-language-environment):
21102 Set current-language-environment to the correct string.
21103
21104 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21105
21106 * ps-print.el: Print line number correctly in a region. Reported by
21107 Tim Allen <timallen@ls83.fsnet.co.uk>.
21108 (ps-print-version): New version number (6.6.2).
21109 (ps-printing-region): Code fix.
21110
21111 2003-07-10 John Paul Wallington <jpw@gnu.org>
21112
21113 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21114 this function can be called from `add-completions-from-tags-table'.
21115
21116 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21117
21118 * calendar/timeclock.el (timeclock-use-display-time)
21119 (timeclock-day-over-hook, timeclock-workday-remaining)
21120 (timeclock-status-string, timeclock-when-to-leave)
21121 (timeclock-when-to-leave-string, timeclock-log-data)
21122 (timeclock-find-discrep, timeclock-day-base)
21123 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21124 (timeclock-modeline-display): Set the variable
21125 `timeclock-modeline-display'.
21126 (timeclock-update-modeline): Doc fix. Respect value of
21127 `timeclock-relative'.
21128
21129 2003-07-09 Richard M. Stallman <rms@gnu.org>
21130
21131 * textmodes/reftex-parse.el (reftex-all-document-files):
21132 Add autoload cookie.
21133
21134 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21135 (reftex-scanning-info-available-p): Add autoload cookie.
21136
21137 * international/mule-cmds.el
21138 (set-display-table-and-terminal-coding-system): Delete duplicate
21139 aset on standard-display-table.
21140
21141 * view.el (view-file): If existing buffer's major mode is special,
21142 don't go into view mode.
21143
21144 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21145
21146 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21147
21148 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21149 buffer changes; there's third party code that calls this function
21150 directly.
21151
21152 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21153
21154 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21155 (autodoc-font-lock-keywords): Don't byte compile on font lock
21156 initialization when running from byte compiled files.
21157
21158 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21159
21160 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21161 statement ends with auto-increment "++".
21162
21163 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21164
21165 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21166 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21167 these are changed, so declare them as variables and not constants.
21168
21169 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21170
21171 * subr.el (dolist, dotimes): Doc fix.
21172
21173 2003-07-08 Kim F. Storm <storm@cua.dk>
21174
21175 * international/mule-cmds.el
21176 (set-display-table-and-terminal-coding-system): Don't break
21177 bootstrap if standard-display-table isn't setup yet.
21178
21179 2003-07-07 Richard M. Stallman <rms@gnu.org>
21180
21181 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21182 Give it a doc string, and autoload it.
21183
21184 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21185 Use with-no-warnings.
21186
21187 * info.el (Info-search): If find invisible text, search again.
21188
21189 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21190
21191 * man.el (Man-name-regexp): Match + as part of name.
21192
21193 * simple.el (visible-mode): Rename from vis-mode.
21194 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21195
21196 * simple.el (current-word): New arg REALLY-WORD specifies
21197 don't include punctuation chars.
21198
21199 * emacs-lisp/debug.el (debug, debugger-env-macro):
21200 Use with-no-warnings while accessing and binding unread-command-char.
21201
21202 * international/mule-cmds.el
21203 (set-display-table-and-terminal-coding-system): Use explicit loop
21204 instead of calling standard-display-default.
21205
21206 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21207 Use condition-case to catch error in ange-ftp-get-files.
21208
21209 * net/browse-url.el (browse-url-browser-function):
21210 Add alternative for Epiphany.
21211 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21212 (browse-url-epiphany-startup-arguments)
21213 (browse-url-epiphany-new-window-is-tab): New variables.
21214 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21215
21216 * progmodes/compile.el (compile-auto-highlight): Default now t.
21217 (compile): Doc fix.
21218 (compilation-next-error): Fix previous change.
21219
21220 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21221
21222 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21223
21224 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21225
21226 * gdb-ui.el (gdb-source-info): Display current frame when
21227 attaching to an existing process.
21228 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21229 while laying out windows when attaching to an existing process.
21230
21231 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21232
21233 * info.el (Info-menu): Use Info-menu-entry-name-re.
21234
21235 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21236
21237 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21238 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21239
21240 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21241 to match the same text.
21242
21243 2003-07-06 John Paul Wallington <jpw@gnu.org>
21244
21245 * vc.el (vc-annotate-offset): Move defvar up.
21246
21247 2003-07-06 Kim F. Storm <storm@cua.dk>
21248
21249 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21250 This should fix the infinite loop when extracting menu names.
21251
21252 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21253
21254 * files.el (auto-mode-alist, interpreter-mode-alist):
21255 Remove entries to CC Mode modes to avoid duplicates; they are now added
21256 with autoload directives in cc-mode.el.
21257
21258 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21259
21260 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21261 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21262 these are changed, so declare them as variables and not constants.
21263
21264 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21265 ensure that the entry for ".c" extension comes before the one for
21266 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21267 Fix incorrect entries that were added to `interpreter-mode-alist'.
21268 Move the autoload directives for AWK to the top level since they
21269 aren't recognized anywhere else. Do not use the new AWK mode doc
21270 in the autoload form for the old AWK mode.
21271
21272 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21273
21274 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21275 (bibtex-sort-ignore-string-entries): Default value t.
21276 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21277 erroneously in previous version.
21278 (bibtex-string-files): Docstring reflects new parsing scheme.
21279 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21280 docstring, add # as one of the chars to crush
21281 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21282 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21283 (bibtex-autokey-name-change-strings)
21284 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21285 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21286 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21287 (bibtex-autokey-title-terminators)
21288 (bibtex-autokey-titlewords-stretch)
21289 (bibtex-autokey-titleword-ignore)
21290 (bibtex-autokey-titleword-case-convert)
21291 (bibtex-autokey-titleword-abbrevs)
21292 (bibtex-autokey-titleword-abbrevs)
21293 (bibtex-autokey-titleword-change-strings)
21294 (bibtex-autokey-titleword-length)
21295 (bibtex-autokey-titleword-separator)
21296 (bibtex-autokey-name-year-separator)
21297 (bibtex-autokey-year-title-separator)
21298 (bibtex-autokey-before-presentation-function)
21299 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21300 Fix docstring.
21301 (bibtex-strings, bibtex-reference-keys):
21302 Use lazy-completion-table and make-variable-buffer-local.
21303 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21304 (bibtex-braced-string-syntax-table)
21305 (bibtex-quoted-string-syntax-table): New variables.
21306 (bibtex-parse-nested-braces): Remove.
21307 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21308 (bibtex-parse-association): Simplify.
21309 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21310 (bibtex-parse-field-text): Simplify.
21311 (bibtex-search-forward-field, bibtex-search-backward-field):
21312 argument BOUND can take value t.
21313 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21314 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21315 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21316 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21317 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21318 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21319 and ending of entry. Update for changes of bibtex-search-entry.
21320 Simplify.
21321 (bibtex-map-entries): FUN is called with three arguments.
21322 (bibtex-search-entry): Return a cons pair with buffer positions of
21323 beginning and end of entry.
21324 (bibtex-enclosing-field): Simplify.
21325 (bibtex-format-entry): Use booktitle to set a missing title.
21326 (bibtex-autokey-get-names): Fiddle with regexps.
21327 (bibtex-generate-autokey): Use identity.
21328 (bibtex-parse-keys): Use simplified parsing algorithm if
21329 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21330 arguments. Return alist of keys.
21331 (bibtex-parse-strings): Simplify. Return alist of strings.
21332 (bibtex-complete-string-cleanup): Fix docstring.
21333 (bibtex-read-key): New function.
21334 (bibtex-mode): Fix docstring. Do not parse for keys and
21335 strings when the mode is entered. Set fill-paragraph-function to
21336 bibtex-fill-field. Setup font-lock-mark-block-function the way
21337 font-lock intended.
21338 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21339 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21340 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21341 (bibtex-Preamble): Avoid hard coded constants.
21342 (bibtex-make-field): Fix docstring. Simplify.
21343 (bibtex-beginning-of-entry): Always return new position of point.
21344 (bibtex-end-of-entry): Rearrange cond clauses.
21345 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21346 Update for changes of bibtex-map-entries.
21347 (bibtex-ispell-abstract): Do not move point.
21348 (bibtex-entry-index): Use downcase. Simplify.
21349 (bibtex-lessp): Handle catch-all.
21350 (bibtex-find-crossref): Turn into a command.
21351 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21352 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21353 preamble entries.
21354 (bibtex-fill-field-bounds): New function.
21355 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21356 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21357 (bibtex-String): Use bibtex-strings. Always obey
21358 bibtex-sort-ignore-string-entries.
21359
21360 2003-07-05 John Paul Wallington <jpw@gnu.org>
21361
21362 * cus-theme.el (customize-create-theme):
21363 Call `customize-create-theme' in Reset widget's notify function.
21364
21365 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21366 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21367 (define-ibuffer-column name): Add summarizer.
21368 (define-ibuffer-column size): Likewise.
21369 (define-ibuffer-column filename): Likewise.
21370 (define-ibuffer-column process): Likewise. Change BODY's output too.
21371 (define-ibuffer-column filename-and-process): Likewise, likewise.
21372 (ibuffer): Remove local vars `already-in' and `need-update'.
21373
21374 * ibuf-ext.el: Don't require `derived' at compile-time.
21375
21376 2003-07-05 Kim F. Storm <storm@cua.dk>
21377
21378 * info.el: Disable paragraph refilling.
21379 (Info-refill-paragraphs): New defcustom.
21380 (Info-fontify-node): Use it.
21381
21382 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21383
21384 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21385 thingies from constructors created by defstruct.
21386
21387 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21388 the default value of the variable.
21389 (byte-code-meter): Move declaration to top level.
21390
21391 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21392
21393 * info.el (Info-following-node-name-re): New fun.
21394 (Info-following-node-name): Remove.
21395 (Info-insert-dir): Use the new fun.
21396 (Info-extract-pointer): Don't save restriction; use new fun.
21397 (Info-menu-entry-name-re): New const.
21398 (Info-menu-entry-name-re): Use it along with new fun.
21399 (Info-node-spec-re): Use new fun.
21400 (Info-complete-menu-item, Info-fontify-node): Use new const.
21401 (Info-goto-node, Info-follow-reference, Info-menu-update):
21402 Use match-string.
21403 (Info-follow-reference): Use assoc-string.
21404 Use a list of strings for the completion table.
21405 (Info-fontify-node): Use match-string, line-end-position.
21406 Limit the search for `node:' to the first line.
21407
21408 * newcomment.el (uncomment-region): Remove padding coming from
21409 comment-start rather than just from comment-padding.
21410
21411 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21412 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21413 (vc-cvs-rename-file): Remove (use the default).
21414 (vc-cvs-register): Register parent dir if needed.
21415 (vc-cvs-could-register): Return non-nil if parent can be registered.
21416 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21417 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21418
21419 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21420 (vc-svn-update): Fix the arguments to `svn'.
21421 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21422 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21423 Simple implementations, assuming `name' is a URL.
21424
21425 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21426 set of chars allowed unquoted in a case pattern.
21427
21428 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21429
21430 * font-lock.el (font-lock-extra-types-widget)
21431 (c-font-lock-extra-types, c++-font-lock-extra-types)
21432 (objc-font-lock-extra-types, java-font-lock-extra-types)
21433 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21434 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21435 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21436 (font-lock-match-c++-structor-declaration)
21437 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21438 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21439 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21440 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21441 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21442 (java-font-lock-keywords-3, java-font-lock-keywords)
21443 (java-font-lock-syntactic-face-function): Remove obsolete code
21444 and constants. It's all in cc-fonts.el now.
21445
21446 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21447
21448 * mail/sendmail.el (mail-specify-envelope-from)
21449 (mail-envelope-from): Doc fix.
21450
21451 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21452
21453 * generic-x.el: Do away with the dependency on `c-emacs-features'
21454 when populating `rul-generic-mode-syntax-table'; we already know
21455 this isn't XEmacs.
21456
21457 See ChangeLog.10 for earlier changes.
21458
21459 ;; Local Variables:
21460 ;; coding: iso-2022-7bit
21461 ;; End:
21462
21463 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21464 Copying and distribution of this file, with or without modification,
21465 are permitted provided the copyright notice and this notice are preserved.
21466
21467 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1